/** Shopify CDN: Minification failed

Line 174:47 Unexpected "1"

**/
:root {
  --pq-page: #ffffff;
  --pq-surface: #fff;
  --pq-soft: #f4f4f4;
  --pq-ink: #171717;
  --pq-muted: #66615c;
  --pq-gold: #b3144f;
  --pq-line: rgba(23, 23, 23, .12);
  --pq-radius: 0;
}

.pq-section { padding: clamp(54px, 7vw, 92px) 0; background: var(--pq-page); color: var(--pq-ink); }
.pq-shell { width: min(calc(100% - 32px), 1360px); margin-inline: auto; }
.pq-eyebrow { margin: 0 0 12px; color: var(--pq-gold); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.pq-heading { margin: 0; font-family: var(--font-h2--family); font-size: clamp(30px, 4vw, 52px); font-weight: 800; line-height: 1.05; letter-spacing: -.035em; }
.pq-copy { color: var(--pq-muted); line-height: 1.75; }
.pq-card { border: 1px solid var(--pq-line); border-radius: var(--pq-radius); background: var(--pq-surface); box-shadow: none; }
.pq-button { display:inline-flex; min-height:48px; align-items:center; justify-content:center; padding:12px 24px; border-radius:999px; background:var(--pq-ink); color:#fff; text-decoration:none; font-weight:700; letter-spacing:.04em; }

#header-group {
  background: #fff;
  color: #111;
}

#header-group .header-section,
#header-group header-component {
  background: #fff !important;
  color: #111 !important;
}

#header-group .header__row {
  border-color: #e7e7e7;
}

#header-group .header__row--top {
  min-height: 76px;
}

#header-group .header__row--bottom {
  min-height: 48px;
}

#header-group a,
#header-group button {
  color: inherit;
}

main[data-template='product'] .button,
main[data-template='product'] button[type='submit'] {
  border-radius: 999px;
}

.pq-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: calc(var(--layer-sticky, 8) + 2); font-family: inherit; }
.pq-whatsapp__toggle { display:flex; width:58px; height:58px; margin-left:auto; align-items:center; justify-content:center; border:0; border-radius:50%; background:#1f7a4d; color:#fff; box-shadow:0 12px 30px rgba(0,0,0,.22); cursor:pointer; }
.pq-whatsapp__toggle svg { width:27px; height:27px; fill:currentColor; }
.pq-whatsapp__panel { position:absolute; right:0; bottom:72px; width:min(340px, calc(100vw - 32px)); padding:22px; border:1px solid var(--pq-line); border-radius:22px; background:#fff; box-shadow:0 18px 50px rgba(0,0,0,.18); }
.pq-whatsapp__panel[hidden] { display:none; }
.pq-whatsapp__panel h2 { margin:0; font-size:22px; }
.pq-whatsapp__panel p { margin:8px 0 16px; color:var(--pq-muted); }
.pq-whatsapp__links { display:grid; gap:9px; }
.pq-whatsapp__links a { display:flex; justify-content:space-between; gap:12px; padding:13px 14px; border:1px solid var(--pq-line); border-radius:12px; color:var(--pq-ink); text-decoration:none; }
.pq-whatsapp__links small { color:var(--pq-muted); }

@media (max-width: 749px) {
  /* The native mobile drawer is the primary navigation. The extra horizontal
   * menu row duplicated the same links and consumed 85px above every page. */
  #header-group .header__navigation-bar-row {
    display: none !important;
  }

  #header-group .header-section,
  #header-group header-component {
    height: auto !important;
    min-height: 0;
  }

  .pq-whatsapp {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
  }

  .pq-whatsapp__toggle {
    width: 52px;
    height: 52px;
  }

  .pq-whatsapp__toggle svg {
    width: 24px;
    height: 24px;
  }

  .pq-whatsapp__panel {
    bottom: 64px;
    width: min(340px, calc(100vw - 24px));
    max-height: calc(100svh - 96px);
    padding: 18px;
    overflow-y: auto;
  }

  body:has(sticky-add-to-cart [data-stuck='true']) .pq-whatsapp { bottom: 92px; }

  @media (max-width: 430px) {
    body:has(sticky-add-to-cart [data-stuck='true']) .pq-whatsapp {
      bottom: calc(126px + env(safe-area-inset-bottom));
    }
  }

  main[data-template='collection'] .text-block.h1 {
    padding: 12px 0 !important;
    font-size: clamp(1.9rem, 8vw, 2.25rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  main[data-template='collection'] .text-block.h1 > * {
    font-size: inherit !important;
    line-height: inherit !important;
  }

  main[data-template='product'] .product-details {
    padding-block-start: 18px !important;
  }

  main[data-template='product'] .product-details h1 {
    font-size: clamp(1.6rem, 7vw, 2.05rem);
    line-height: 1.08;
    letter-spacing: -.025em;
  }

  main[data-template='product'] .product-information__media media-gallery {
    --gallery-aspect-ratio: 1 / 1 !important;
  }

  main[data-template='product'] .product-information__media .product-media-container {
    aspect-ratio: 1 / 1;
  }

  main[data-template='product'] .product-information__media .product-media__image {
    object-fit: cover;
    object-position: top center;
  }
}

/*
 * Product imagery must keep the top of the source visible.
 * The main gallery uses the full source image; compact shopping cards keep
 * their consistent grid ratio while anchoring any necessary crop to the top.
 * These selectors also apply to product media uploaded in the future.
 */
.product-information__media .product-media-container--image .product-media__image {
  object-fit: contain !important;
  object-position: center top !important;
  background: var(--pq-surface, #fff);
}

product-card .product-media-container--image .product-media__image,
.pq-product-shelf__media img,
.sticky-add-to-cart__image img {
  object-position: center top !important;
}

.pq-model-wears {
  margin: -6px 0 0;
  color: var(--pq-muted);
  font-size: .9rem;
}

#judgeme_product_reviews:has(.jm-no-reviews-state),
#judgeme_product_reviews:has(.jdgm-empty-state)1 {
  display: none;
}

.payment-icons:has(.payment-icons__list:empty) {
  display: none;
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; } }

/* Perfect Queen product search bar */
.predictive-search-form__header-inner {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 112px minmax(0, 1fr) 46px !important;
  align-items: center !important;
  width: min(100%, 520px) !important;
  height: 48px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ededed !important;
  box-shadow: none !important;
}
.predictive-search-form__header-inner::before {
  content: "全部  ⌄";
  grid-column: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 24px;
  border-right: 1px solid #d1d1d1;
  color: #111;
  font-size: 14px;
  pointer-events: none;
}
.predictive-search-form__header-inner .search-input {
  grid-column: 2 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 14px !important;
  border: 0 !important;
  background: transparent !important;
  color: #333 !important;
  box-shadow: none !important;
}
.predictive-search-form__header-inner .search-input::placeholder {
  color: #777 !important;
  opacity: 1;
}
.predictive-search-form__header-inner .predictive-search__icon {
  position: relative !important;
  grid-column: 3;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 46px !important;
  height: 48px !important;
  color: #111;
}
.predictive-search-form__header-inner .predictive-search__icon svg,
.predictive-search-form__header-inner .predictive-search__reset-button {
  display: none !important;
}
.predictive-search-form__header-inner .predictive-search__icon::before {
  content: "";
  width: 10px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 7px;
}
.predictive-search-form__header-inner .predictive-search__icon::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 17px;
  width: 16px;
  height: 10px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 6px 0 -2px currentColor;
}
@media (max-width: 749px) {
  .predictive-search-form__header-inner {
    grid-template-columns: 86px minmax(0, 1fr) 40px !important;
  }
  .predictive-search-form__header-inner::before {
    padding-left: 16px;
    font-size: 13px;
  }
}
