/*
Theme Name: Quirabelle Leather
Theme URI: https://cuirabelle.com
Author: Quirabelle
Description: A warm, editorial WooCommerce storefront for distinctive leather bags.
Version: 3.1.0
Text Domain: pirly
*/

:root {
  --ink: #201b17;
  --muted: #746b63;
  --cream: #f5f0e8;
  --paper: #fffdf9;
  --tan: #b77b4b;
  --tan-dark: #865232;
  --sage: #34463c;
  --line: rgba(32, 27, 23, .14);
  --radius: 22px;
  --shell: min(1240px, calc(100vw - 48px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
}

/* 2.0 — Modern campaign storefront */
:root {
  --fashion-black: #111;
  --fashion-white: #fff;
  --fashion-offwhite: #f6f5f2;
  --fashion-grey: #777;
  --fashion-line: #dedede;
  --fashion-red: #9b1f29;
  --fashion-shell: min(1440px, calc(100vw - 64px));
}
html { scroll-behavior: smooth; }
body { color: var(--fashion-black); background: var(--fashion-white); font-family: Arial, Helvetica, sans-serif; }
.pirly-shell { width: var(--fashion-shell); max-width: none; }
.fashion-home { overflow: hidden; background: #fff; }
.promo-carousel { position: relative; z-index: 102; display: grid; grid-template-columns: 38px minmax(0, 580px) 38px; align-items: center; justify-content: center; min-height: 32px; padding: 4px 16px; color: #fff; background: #111; }
.promo-carousel button { height: 24px; padding: 0; border: 0; color: #fff; background: transparent; font-size: 19px; cursor: pointer; }
.promo-messages { position: relative; height: 20px; overflow: hidden; text-align: center; }
.promo-messages a { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; visibility: hidden; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .13em; opacity: 0; transform: translateY(8px); transition: .35s ease; }
.promo-messages a.is-active { visibility: visible; opacity: 1; transform: none; }
.fashion-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid #e4e4e4; background: rgba(255,255,255,.98); transition: box-shadow .25s; }
.fashion-header.is-scrolled { box-shadow: 0 5px 22px rgba(0,0,0,.07); }
.fashion-header__main { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 66px; }
.fashion-logo { grid-column: 2; color: #111; font: italic 600 34px/1 Didot, "Bodoni MT", "Bodoni 72", Georgia, serif; letter-spacing: .015em; line-height: 1; }
.fashion-logo .wordmark, .fashion-footer__logo .wordmark { display: inline-block; font: inherit; letter-spacing: inherit; vertical-align: baseline; }
.fashion-logo .wordmark::first-letter, .fashion-footer__logo .wordmark::first-letter { font-size: 1.14em; }
.fashion-tools { grid-column: 3; display: flex; justify-content: flex-end; gap: 3px; }
.fashion-tool, .nav-toggle { position: relative; display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 0; color: #111; background: transparent; cursor: pointer; }
.fashion-tool svg, .nav-toggle svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.45; }
.fashion-tool .cart-count, .fashion-tool .wishlist-count { position: absolute; right: 0; top: 0; display: grid; place-items: center; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 999px; color: #fff; background: #111; font-size: 8px; font-weight: 800; }
.nav-toggle { display: none; grid-column: 1; justify-self: start; }
.fashion-nav { position: relative; border-top: 1px solid #ececec; }
.fashion-nav > .pirly-shell { display: flex; align-items: center; justify-content: center; height: 42px; gap: clamp(22px, 3vw, 48px); }
.fashion-nav a { color: #111; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.fashion-nav__item { display: flex; align-items: center; height: 100%; }
.fashion-nav__item > a span { margin-left: 4px; font-size: 11px; }
.fashion-mega { position: absolute; z-index: 20; left: 0; right: 0; top: 100%; visibility: hidden; padding: 38px 0; border-top: 1px solid #e4e4e4; background: #fff; box-shadow: 0 12px 22px rgba(0,0,0,.06); opacity: 0; transform: translateY(8px); transition: .2s; }
.fashion-nav__item:hover .fashion-mega, .fashion-nav__item:focus-within .fashion-mega { visibility: visible; opacity: 1; transform: none; }
.fashion-mega__grid { display: grid; grid-template-columns: 1fr 1fr 1.35fr; gap: 64px; }
.fashion-mega h3 { margin: 0 0 18px; font-size: 10px; letter-spacing: .14em; }
.fashion-mega__grid > div > a { display: block; margin: 0 0 11px; color: #444; font-size: 11px; font-weight: 400; letter-spacing: .04em; text-transform: none; }
.fashion-mega__image { position: relative; height: 250px; overflow: hidden; }
.fashion-mega__image img { width: 100%; height: 100%; object-fit: cover; }
.fashion-mega__image span { position: absolute; left: 20px; bottom: 18px; padding: 10px 12px; color: #111; background: #fff; font-size: 9px; font-weight: 800; }
.collection-menu { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #ddd; }
.collection-menu > a { display: grid; min-height: 120px; place-content: center; padding: 25px; color: #111; background: #f5f5f3; text-align: center; }
.collection-menu b { font-size: 12px; letter-spacing: .1em; }
.collection-menu span { margin-top: 9px; color: #666; font-size: 11px; text-transform: none; }
.campaign-slider { position: relative; height: min(78vh, 880px); min-height: 600px; overflow: hidden; background: #d5d9dc; }
.campaign-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity .65s ease; }
.campaign-slide.is-active { visibility: visible; opacity: 1; }
.campaign-slide > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.campaign-copy { position: absolute; left: max(6vw, 44px); bottom: 13%; max-width: 620px; }
.campaign-copy--right { left: auto; right: max(6vw, 44px); text-align: right; }
.campaign-copy--dark { color: #101010; }
.campaign-copy--light { color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.25); }
.campaign-copy > span { display: block; margin-bottom: 16px; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.campaign-copy h1, .campaign-copy h2 { margin: 0 0 28px; font: 800 clamp(48px, 6.1vw, 94px)/.91 Arial, sans-serif; letter-spacing: -.055em; text-transform: uppercase; }
.campaign-copy a, .collection-feature > div a { display: inline-block; padding-bottom: 6px; border-bottom: 1px solid currentColor; color: inherit; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.campaign-arrow { position: absolute; z-index: 4; top: 50%; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: #fff; background: rgba(0,0,0,.15); font-size: 30px; cursor: pointer; transform: translateY(-50%); }
.campaign-arrow--prev { left: 22px; }.campaign-arrow--next { right: 22px; }
.campaign-dots { position: absolute; z-index: 4; left: 50%; bottom: 22px; display: flex; gap: 7px; transform: translateX(-50%); }
.campaign-dots button { width: 38px; height: 2px; padding: 0; border: 0; background: rgba(255,255,255,.5); cursor: pointer; }
.campaign-dots button.is-active { background: #fff; }
.fashion-section { padding: 86px max(32px, 4.2vw); }
.fashion-section__heading { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.fashion-section__heading p { max-width: 590px; margin: 0 auto 24px; color: #555; font-size: 13px; line-height: 1.65; }
.fashion-section__heading > span { display: block; margin-bottom: 12px; color: #666; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.fashion-section__heading h2 { margin: 0; font: 800 clamp(29px,3.8vw,54px)/.98 Arial, sans-serif; letter-spacing: -.045em; }
.moments { padding-left: 0; padding-right: 0; }
.moment-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; }
.moment-grid a, .new-in-grid a, .spotlight-grid a { position: relative; overflow: hidden; background: #eee; }
.moment-grid a { aspect-ratio: .685; }
.moment-grid img, .new-in-grid img, .spotlight-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.moment-grid a:hover img, .new-in-grid a:hover img, .spotlight-grid a:hover img { transform: scale(1.025); }
.moment-grid span, .new-in-grid span, .spotlight-grid span { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 30px 18px; color: #fff; background: linear-gradient(transparent,rgba(0,0,0,.52)); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-align: center; }
.product-showcase { max-width: 1600px; margin: auto; }
.product-tabs { display: flex; justify-content: center; gap: 30px; margin: -17px auto 39px; overflow-x: auto; scrollbar-width: none; }
.product-tabs button { flex: 0 0 auto; padding: 0 0 7px; border: 0; border-bottom: 1px solid transparent; color: #777; background: transparent; font-size: 10px; font-weight: 700; letter-spacing: .08em; cursor: pointer; text-transform: uppercase; }
.product-tabs button.is-active { border-color: #111; color: #111; }
.product-rail ul.products { display: flex !important; grid-template-columns: none !important; gap: 16px !important; width: 100%; margin: 0 !important; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.product-rail ul.products::-webkit-scrollbar { display: none; }
.product-rail ul.products li.product { flex: 0 0 calc((100% - 48px)/4) !important; width: auto !important; margin: 0 !important; scroll-snap-align: start; }
.woocommerce ul.products li.product a img { aspect-ratio: .82; margin: 0 0 15px; border-radius: 0; background: var(--fashion-offwhite); object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 0; margin: 0; padding: 0 46px 4px 0; color: #111; font: 700 12px/1.35 Arial,sans-serif; letter-spacing: .035em; text-transform: uppercase; }
.woocommerce ul.products li.product .price { margin: 6px 0 0; color: #111; font: 600 11px Arial,sans-serif; }
.woocommerce ul.products li.product .price del { color: #999; opacity: 1; }
.woocommerce ul.products li.product .button { display: none; }
.product-material { margin: 0 0 3px; color: #777; font-size: 9px; letter-spacing: .05em; text-transform: capitalize; }
.wishlist-button { top: 12px; right: 12px; border: 1px solid #e2e2e2; border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: none; }
.woocommerce ul.products li.product .onsale { top: 12px; left: 12px; right: auto; min-width: 0; min-height: 0; padding: 8px 9px; border-radius: 0; color: #fff; background: var(--fashion-red); font: 800 8px Arial,sans-serif; letter-spacing: .06em; line-height: 1; }
.fashion-view-all { display: table; margin: 42px auto 0; padding-bottom: 6px; border-bottom: 1px solid #111; color: #111; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.collection-feature { position: relative; height: min(78vh, 820px); min-height: 620px; overflow: hidden; }
.collection-feature > img { width: 100%; height: 100%; object-fit: cover; }
.collection-feature > div { position: absolute; left: max(6vw,45px); top: 50%; color: #111; transform: translateY(-50%); }
.collection-feature--red > div { left: auto; right: max(6vw,45px); color: #fff; text-align: right; text-shadow: 0 2px 18px rgba(0,0,0,.22); }
.collection-feature > div > span { display: block; margin-bottom: 15px; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.collection-feature > div h2 { margin: 0 0 30px; font: 800 clamp(48px,6.2vw,90px)/.92 Arial,sans-serif; letter-spacing: -.055em; text-transform: uppercase; }
.new-in { padding-left: 0; padding-right: 0; }
.new-in-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; }
.new-in-grid a { aspect-ratio: .76; }
.spotlight-grid { display: grid; grid-template-columns: .8fr 1.35fr .8fr; gap: 14px; }
.spotlight-grid a { height: min(60vw, 650px); }
.spotlight-grid a:nth-child(2) { height: min(60vw, 650px); }
.pirly-standard { display: flex; justify-content: space-between; gap: 35px; padding: 34px max(32px,4.2vw); border-block: 1px solid #ddd; font-size: 9px; letter-spacing: .14em; }
.pirly-standard > span { font-weight: 800; }
.pirly-standard > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 38px; }
.fashion-newsletter { padding: 72px 0; color: #fff; background: #1c1c1c; }
.fashion-newsletter__inner { display: grid; grid-template-columns: 1fr minmax(360px, 580px); align-items: end; gap: 80px; }
.fashion-newsletter span { font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.fashion-newsletter h2 { margin: 10px 0 12px; font: 800 clamp(34px,4vw,58px)/1 Arial,sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.fashion-newsletter p { margin: 0; color: #bdbdbd; font-size: 12px; }
.fashion-newsletter strong { display: block; margin-top: 10px; font-size: 11px; }
.fashion-newsletter form { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid #777; }
.fashion-newsletter input { min-width: 0; padding: 16px 0; border: 0; color: #fff; outline: 0; background: transparent; font-size: 10px; letter-spacing: .1em; }
.fashion-newsletter button { padding: 0 0 0 24px; border: 0; color: #fff; background: transparent; font-size: 9px; font-weight: 800; letter-spacing: .13em; cursor: pointer; }
.fashion-footer { padding: 70px 0 22px; color: #ddd; background: #101010; }
.fashion-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 60px; }
.fashion-footer__logo { display: inline-block; margin-bottom: 22px; color: #fff; font: italic 600 34px/1 Didot, "Bodoni MT", "Bodoni 72", Georgia, serif; letter-spacing: .015em; }
.fashion-footer p { max-width: 300px; color: #8e8e8e; font-size: 11px; line-height: 1.65; }
.fashion-footer h3 { margin: 0 0 20px; color: #fff; font-size: 9px; letter-spacing: .14em; }
.fashion-footer__grid > div > a:not(.fashion-footer__logo) { display: block; margin-bottom: 11px; color: #aaa; font-size: 10px; }
.fashion-footer__grid > div > a:hover { color: #fff; }
.fashion-footer__bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 22px; border-top: 1px solid #2f2f2f; color: #696969; font-size: 8px; letter-spacing: .1em; }
.store-overlay { z-index: 120; }.store-drawer { z-index: 121; }
.drawer-search-form button, .drawer-actions .button, .wishlist-shop-link { border-radius: 0; background: #111; }
.pirly-commerce .site-main, .woocommerce-account .site-main, .woocommerce-cart .site-main, .woocommerce-checkout .site-main { width: var(--fashion-shell); margin-inline: auto; }

@media (max-width: 980px) {
  :root { --fashion-shell: min(100% - 34px, 940px); }
  .fashion-header__main { height: 58px; }
  .nav-toggle { display: grid; }
  .fashion-tools .account-link { display: none; }
  .fashion-logo { font-size: 24px; }
  .fashion-nav { position: fixed; z-index: 105; inset: 90px auto 0 0; width: min(88vw,390px); border: 0; background: #fff; box-shadow: 10px 0 30px rgba(0,0,0,.12); transform: translateX(-105%); transition: transform .3s ease; overflow-y: auto; }
  body.nav-open .fashion-nav { transform: none; }
  .fashion-nav > .pirly-shell { display: block; width: 100%; height: auto; padding: 20px 22px; }
  .fashion-nav > .pirly-shell > a, .fashion-nav__item > a { display: block; width: 100%; padding: 16px 4px; border-bottom: 1px solid #eee; font-size: 12px; }
  .fashion-nav__item { display: block; height: auto; }
  .fashion-mega { position: static; display: none; visibility: visible; padding: 20px 4px; box-shadow: none; opacity: 1; transform: none; }
  .fashion-nav__item:hover .fashion-mega, .fashion-nav__item:focus-within .fashion-mega { display: block; }
  .fashion-mega__grid { width: 100%; grid-template-columns: 1fr 1fr; gap: 25px; }
  .fashion-mega__image, .fashion-mega--collections { display: none !important; }
  .campaign-slider { min-height: 620px; }
  .moment-grid { grid-template-columns: repeat(2,1fr); }
  .product-rail ul.products li.product { flex-basis: calc((100% - 32px)/3) !important; }
  .fashion-newsletter__inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .fashion-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .fashion-footer__grid > div:last-child { grid-column: 2; }
}

@media (max-width: 620px) {
  :root { --fashion-shell: calc(100vw - 30px); }
  .promo-carousel { grid-template-columns: 24px 1fr 24px; min-height: 30px; padding-inline: 7px; }
  .promo-messages a { font-size: 8px; letter-spacing: .08em; }
  .fashion-header__main { height: 56px; }
  .fashion-tools { gap: 0; }
  .fashion-tool { width: 33px; }.fashion-tool svg { width: 19px; }
  .wishlist-link { display: none; }
  .fashion-logo { font-size: 21px; }
  .fashion-nav { inset-top: 86px; }
  .campaign-slider { height: 74vh; min-height: 570px; }
  .campaign-slide > img { object-position: 55% center; }
  .campaign-slide:nth-child(2) > img { object-position: 54% center; }
  .campaign-copy, .campaign-copy--right { left: 22px; right: 22px; bottom: 10%; text-align: left; }
  .campaign-copy h1, .campaign-copy h2 { font-size: clamp(42px,14vw,62px); }
  .campaign-arrow { display: none; }
  .fashion-section { padding: 62px 15px; }
  .fashion-section__heading { margin-bottom: 30px; }
  .fashion-section__heading p { padding-inline: 12px; font-size: 12px; }
  .moments, .new-in { padding-inline: 0; }
  .moment-grid { grid-template-columns: repeat(2,1fr); gap: 1px; }
  .moment-grid span, .new-in-grid span, .spotlight-grid span { padding: 25px 8px 19px; font-size: 9px; }
  .product-tabs { justify-content: flex-start; gap: 23px; padding-inline: 2px; }
  .product-rail ul.products { gap: 10px !important; }
  .product-rail ul.products li.product { flex-basis: 76vw !important; }
  .collection-feature { height: 72vh; min-height: 570px; }
  .collection-feature > img { object-position: 52% center; }
  .collection-feature > div, .collection-feature--red > div { left: 21px; right: 21px; top: auto; bottom: 10%; color: #fff; text-align: left; text-shadow: 0 2px 18px rgba(0,0,0,.3); transform: none; }
  .collection-feature > div h2 { font-size: clamp(42px,14vw,62px); }
  .new-in-grid { grid-template-columns: repeat(2,1fr); gap: 1px; }
  .spotlight-grid { grid-template-columns: 1fr; gap: 2px; }
  .spotlight-grid a, .spotlight-grid a:nth-child(2) { height: 118vw; }
  .pirly-standard { display: block; padding: 30px 18px; }
  .pirly-standard > span { display: block; margin-bottom: 22px; }
  .pirly-standard > div { display: grid; grid-template-columns: 1fr 1fr; justify-content: start; gap: 16px; line-height: 1.4; }
  .fashion-newsletter { padding: 54px 0; }
  .fashion-newsletter__inner { grid-template-columns: 1fr; gap: 32px; }
  .fashion-footer { padding-top: 52px; }
  .fashion-footer__grid { grid-template-columns: 1fr 1fr; gap: 45px 22px; }
  .fashion-footer__grid > div:first-child { grid-column: 1 / 3; }
  .fashion-footer__grid > div:last-child { grid-column: auto; }
  .fashion-footer__bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}

/* Keep the campaign system authoritative over the legacy theme layer above. */
body { color: var(--fashion-black); background: var(--fashion-white); font-family: Arial, Helvetica, sans-serif; }
.pirly-shell { width: var(--fashion-shell); max-width: none; }
.product-rail ul.products { display: flex !important; grid-template-columns: none !important; gap: 16px !important; width: 100%; margin: 0 !important; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.product-rail ul.products li.product { flex: 0 0 calc((100% - 48px)/4) !important; width: auto !important; margin: 0 !important; scroll-snap-align: start; }
.woocommerce ul.products li.product a img { aspect-ratio: .82; margin: 0 0 15px !important; border-radius: 0; background: var(--fashion-offwhite); box-shadow: none; object-fit: cover; }
.woocommerce ul.products li.product:hover a img { box-shadow: none; transform: none; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 0; margin: 0 !important; padding: 0 46px 4px 0 !important; color: #111; font: 700 12px/1.35 Arial,sans-serif; letter-spacing: .035em; text-transform: uppercase; }
.woocommerce ul.products li.product .price { margin: 6px 0 0; color: #111 !important; font: 600 11px Arial,sans-serif !important; }
.woocommerce ul.products li.product .button { display: none; }
.product-material { margin: 0 0 3px; color: #777; font-size: 9px; letter-spacing: .05em; text-transform: capitalize; }
.wishlist-button { top: 12px; right: 12px; border: 1px solid #e2e2e2; border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: none; }
.woocommerce ul.products li.product .onsale { top: 12px; left: 12px; right: auto; min-width: 0; min-height: 0; padding: 8px 9px; border-radius: 0; color: #fff; background: var(--fashion-red); font: 800 8px Arial,sans-serif; letter-spacing: .06em; line-height: 1; }

@media (max-width: 980px) {
  :root { --fashion-shell: min(100% - 34px, 940px); }
  .product-rail ul.products li.product { flex-basis: calc((100% - 32px)/3) !important; }
}
@media (max-width: 620px) {
  :root { --fashion-shell: calc(100vw - 30px); }
  .product-rail ul.products { gap: 10px !important; }
  .product-rail ul.products li.product { flex-basis: 76vw !important; }
}

/* Final collection-card cascade: image overlays and catalog spacing. */
body .collection-products ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 68px 16px !important; margin: 0 !important; }
body .collection-products ul.products li.product { position: relative; container-type: inline-size; width: auto !important; margin: 0 !important; text-align: left; }
body .collection-products ul.products li.product > a.woocommerce-loop-product__link { position: relative; display: block; }
body .collection-products ul.products li.product a img { width: 100%; aspect-ratio: .8; margin: 0 0 17px !important; border-radius: 0; background: #f3f3f1; box-shadow: none; object-fit: cover; }
body .collection-products ul.products li.product .woocommerce-loop-product__title { min-height: 0; margin: 0 !important; padding: 0 46px 5px 0 !important; color: #111; font: 500 13px/1.38 Arial, sans-serif; letter-spacing: 0; text-transform: none; }
body .collection-products ul.products li.product .price { margin: 0; color: #111 !important; font: 500 11px/1.4 Arial, sans-serif !important; }
body .collection-products ul.products li.product > .button { position: absolute; z-index: 5; right: 13px; top: calc(125cqi - 49px); display: grid !important; place-items: center; width: 36px; min-height: 36px; height: 36px; margin: 0 !important; padding: 0 !important; overflow: hidden; border: 0; border-radius: 50%; color: transparent !important; background: rgba(255,255,255,.95) !important; box-shadow: 0 2px 10px rgba(0,0,0,.08); font-size: 0 !important; }
body .collection-products ul.products li.product > .button::before { color: #111; content: '+'; font: 400 21px/1 Arial, sans-serif; }
body .collection-products ul.products li.product > .button.added::before { content: '✓'; font-size: 14px; }
body .collection-products ul.products li.product .onsale { position: absolute !important; z-index: 6; top: 12px !important; right: auto !important; bottom: auto !important; left: 12px !important; display: inline-flex; align-items: center; width: auto; margin: 0 !important; padding: 8px 10px !important; border: 0; border-radius: 0 !important; color: #fff; background: #111 !important; line-height: 1 !important; transform: none !important; }

@media (max-width: 980px) {
  body .collection-products ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 52px 13px !important; }
}
@media (max-width: 767px) {
  body .collection-products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 43px 8px !important; padding: 0; }
  body .collection-products ul.products li.product { text-align: center; }
  body .collection-products ul.products li.product a img { margin-bottom: 13px !important; }
  body .collection-products ul.products li.product .woocommerce-loop-product__title { padding: 0 28px 4px !important; font-size: 11px; text-align: center; }
  body .collection-products ul.products li.product .onsale { top: 8px !important; left: 8px !important; padding: 7px !important; font-size: 7px; }
  body .collection-products ul.products li.product > .button { right: 8px; top: calc(125cqi - 39px); width: 31px; min-height: 31px; height: 31px; }
}

/* Mobile alignment and touch-friendly layout. */
@media (max-width: 767px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .promo-carousel { width: 100%; }
  .fashion-header__main { grid-template-columns: 42px minmax(0, 1fr) 76px; }
  .nav-toggle { grid-column: 1; justify-self: start; }
  .fashion-logo { grid-column: 2; justify-self: center; text-align: center; }
  .fashion-tools { grid-column: 3; justify-self: end; }
  .fashion-nav { top: 86px; }
  .fashion-nav > .pirly-shell > a,
  .fashion-nav__item > a { text-align: center; }
  .fashion-mega__grid { grid-template-columns: 1fr; text-align: center; }

  .campaign-copy,
  .campaign-copy--right { display: flex; align-items: center; flex-direction: column; max-width: none; text-align: center; }
  .campaign-copy h1,
  .campaign-copy h2 { width: 100%; text-align: center; }
  .campaign-copy a,
  .collection-feature > div a { min-height: 38px; padding: 10px 2px 5px; text-align: center; }

  .fashion-section,
  .fashion-section__heading,
  .fashion-section__heading > div { text-align: center; }
  .product-tabs { width: 100%; justify-content: flex-start; padding: 0 14px 4px; scroll-padding-inline: 14px; }
  .product-tabs button { min-height: 38px; }
  .product-rail ul.products { padding-inline: 4vw; scroll-padding-inline: 4vw; }
  .product-rail ul.products li.product { text-align: center; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 34px 4px !important; text-align: center; }
  .woocommerce ul.products li.product .price,
  .product-material { text-align: center; }
  .fashion-view-all { min-height: 42px; padding: 11px 3px 5px; text-align: center; }

  .collection-feature > div,
  .collection-feature--red > div { display: flex; align-items: center; flex-direction: column; text-align: center; }
  .collection-feature > div h2 { width: 100%; text-align: center; }
  .moment-grid span,
  .new-in-grid span,
  .spotlight-grid span { display: flex; align-items: flex-end; justify-content: center; text-align: center; }

  .pirly-standard { text-align: center; }
  .pirly-standard > div { justify-content: center; text-align: center; }
  .fashion-newsletter__inner,
  .fashion-newsletter__inner > div { text-align: center; }
  .fashion-newsletter form { width: min(100%, 440px); margin-inline: auto; }
  .fashion-footer__grid { text-align: center; }
  .fashion-footer p { margin-inline: auto; }
  .fashion-footer__bottom { align-items: center; text-align: center; }
}

@media (max-width: 390px) {
  .fashion-logo { font-size: 19px; }
  .fashion-header__main { grid-template-columns: 38px minmax(0, 1fr) 68px; }
  .fashion-tool { width: 32px; }
  .campaign-copy h1,
  .campaign-copy h2,
  .collection-feature > div h2 { font-size: 39px; }
  .fashion-footer__grid { grid-template-columns: 1fr; }
  .fashion-footer__grid > div:first-child { grid-column: 1; }
}

/* GRAMS28-inspired WooCommerce collection rhythm. */
.cuirabelle-catalog { width: 100%; padding: 0 0 120px; background: #fff; }
.collection-intro { padding: 74px 32px 0; border-bottom: 1px solid #dedede; text-align: center; }
.collection-intro__eyebrow { margin: 0 0 19px; color: #7a7a7a; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.collection-intro h1 { margin: 0; font: 500 clamp(38px, 4.7vw, 68px)/1.04 Arial, sans-serif; letter-spacing: -.045em; }
.collection-intro__description { max-width: 610px; margin: 23px auto 47px; color: #616161; font-size: 12px; line-height: 1.7; }
.collection-index { display: flex; justify-content: center; gap: clamp(23px, 3.4vw, 54px); max-width: 1440px; margin: auto; overflow-x: auto; scrollbar-width: none; }
.collection-index::-webkit-scrollbar { display: none; }
.collection-index a { position: relative; flex: 0 0 auto; padding: 0 0 19px; color: #7a7a7a; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.collection-index a::after { position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: #111; content: ''; opacity: 0; transform: scaleX(.4); transition: .2s ease; }
.collection-index a:hover, .collection-index a.is-active { color: #111; }
.collection-index a:hover::after, .collection-index a.is-active::after { opacity: 1; transform: none; }
.collection-products { padding-top: 65px; }
.collection-products__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 31px; padding-bottom: 19px; border-bottom: 1px solid #dedede; }
.collection-products__heading > div:first-child > span { display: block; margin-bottom: 8px; color: #777; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.collection-products__heading h2 { margin: 0; font: 500 clamp(26px, 2.5vw, 37px)/1.1 Arial, sans-serif; letter-spacing: -.035em; }
.collection-sort { display: flex; align-items: center; gap: 14px; }
.collection-sort > span { color: #777; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.collection-sort .woocommerce-ordering { float: none; margin: 0; }
.collection-sort select { min-width: 170px; padding: 10px 31px 10px 12px; border: 1px solid #d7d7d7; border-radius: 0; color: #111; outline: 0; background: #fff; font-size: 10px; }
.collection-products ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 68px 16px !important; margin: 0 !important; }
.collection-products ul.products li.product { container-type: inline-size; width: auto !important; margin: 0 !important; text-align: left; }
.collection-products ul.products li.product a img { width: 100%; aspect-ratio: .8; margin: 0 0 17px !important; border-radius: 0; background: #f3f3f1; box-shadow: none; object-fit: cover; transition: opacity .25s ease; }
.collection-products ul.products li.product:hover a img { box-shadow: none; opacity: .94; transform: none; }
.collection-products ul.products li.product .woocommerce-loop-product__title { min-height: 0; margin: 0 !important; padding: 0 46px 5px 0 !important; color: #111; font: 500 13px/1.38 Arial, sans-serif; letter-spacing: 0; text-transform: none; }
.collection-products .product-material { margin: 0 0 8px; color: #777; font-size: 9px; letter-spacing: .025em; text-transform: none; }
.collection-products ul.products li.product .price { margin: 0; color: #111 !important; font: 500 11px/1.4 Arial, sans-serif !important; }
.collection-products .product-use-note { display: block; margin-top: 8px; color: #777; font-size: 9px; line-height: 1.45; }
.collection-products ul.products li.product > .button { position: absolute; z-index: 5; right: 13px; top: calc(125cqi - 49px); display: grid !important; place-items: center; width: 36px; min-height: 36px; height: 36px; margin: 0 !important; padding: 0 !important; overflow: hidden; border: 0; border-radius: 50%; color: transparent !important; background: rgba(255,255,255,.95) !important; box-shadow: 0 2px 10px rgba(0,0,0,.08); font-size: 0 !important; }
.collection-products ul.products li.product > .button::before { color: #111; content: '+'; font: 400 21px/1 Arial, sans-serif; }
.collection-products ul.products li.product > .button.added::before { content: '✓'; font-size: 14px; }
.collection-products .wishlist-button { right: 12px; top: 12px; width: 34px; height: 34px; }
.collection-products .wishlist-button span { font-size: 19px; }
.collection-products ul.products li.product .onsale { top: 12px; left: 12px; padding: 8px 10px; background: #111; }
.collection-products .woocommerce-pagination { margin-top: 75px; }
.collection-products .woocommerce-pagination ul.page-numbers { border: 0; }
.collection-products .woocommerce-pagination ul.page-numbers li { border: 0; }
.collection-products .woocommerce-pagination .page-numbers a,
.collection-products .woocommerce-pagination .page-numbers span { min-width: 38px; padding: 11px; color: #777; background: transparent; font-size: 10px; }
.collection-products .woocommerce-pagination .page-numbers .current { color: #fff; background: #111; }

@media (max-width: 980px) {
  .collection-products ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 52px 13px !important; }
}

@media (max-width: 767px) {
  .cuirabelle-catalog { padding-bottom: 78px; }
  .collection-intro { padding: 52px 15px 0; }
  .collection-intro__eyebrow { margin-bottom: 15px; }
  .collection-intro__description { margin: 19px auto 36px; padding-inline: 8px; }
  .collection-index { justify-content: flex-start; gap: 28px; margin-inline: -15px; padding: 0 24px; scroll-padding-inline: 24px; }
  .collection-index a { padding-bottom: 17px; }
  .collection-products { width: calc(100vw - 24px); padding-top: 42px; }
  .collection-products__heading { align-items: flex-start; flex-direction: column; gap: 22px; margin-bottom: 22px; }
  .collection-products__heading > div:first-child { width: 100%; text-align: center; }
  .collection-sort { justify-content: space-between; width: 100%; }
  .collection-sort select { min-width: 155px; }
  .collection-products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 43px 8px !important; padding: 0; }
  .collection-products ul.products li.product { text-align: center; }
  .collection-products ul.products li.product a img { margin-bottom: 13px !important; }
  .collection-products ul.products li.product .woocommerce-loop-product__title { padding: 0 28px 4px !important; font-size: 11px; line-height: 1.4; text-align: center; }
  .collection-products .product-material,
  .collection-products ul.products li.product .price,
  .collection-products .product-use-note { text-align: center; }
  .collection-products .product-use-note { min-height: 27px; padding-inline: 4px; font-size: 8px; }
  .collection-products .wishlist-button { top: 8px; right: 8px; width: 30px; height: 30px; }
  .collection-products ul.products li.product .onsale { top: 8px; left: 8px; padding: 7px; font-size: 7px; }
  .collection-products ul.products li.product > .button { right: 8px; top: calc(125cqi - 39px); width: 31px; min-height: 31px; height: 31px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 16px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.pirly-shell { width: var(--shell); margin-inline: auto; }

.announcement {
  padding: 9px 24px;
  color: #fff;
  background: var(--sage);
  text-align: center;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(255,253,249,.94);
  backdrop-filter: blur(16px);
  transition: box-shadow .25s, border-color .25s;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(32,27,23,.06); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { font: 700 27px/1 var(--serif); letter-spacing: .22em; }
.brand span { color: var(--tan); }
.primary-nav ul { display: flex; align-items: center; gap: 30px; padding: 0; margin: 0; list-style: none; }
.primary-nav a { font-size: 13px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--tan-dark); }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 10px; }
.icon-link, .nav-toggle { position: relative; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.icon-link:hover, .nav-toggle:hover { background: var(--cream); }
.icon-link svg, .nav-toggle svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.cart-count { position: absolute; right: -2px; top: -3px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 10px; color: #fff; background: var(--tan-dark); font-size: 10px; line-height: 18px; text-align: center; }
.nav-toggle { display: none; }

.hero { overflow: hidden; background: var(--cream); }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(40px, 7vw, 100px); padding-block: 72px; }
.eyebrow { margin: 0 0 18px; color: var(--tan-dark); font-size: 12px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.hero h1, .section-heading h2, .story-copy h2, .page-hero h1 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.hero h1 { max-width: 680px; font-size: clamp(58px, 7.4vw, 106px); }
.hero h1 em { color: var(--tan-dark); font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 570px; margin: 28px 0 34px; color: var(--muted); font-size: 18px; }
.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 0 27px;
  border: 1px solid var(--ink) !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: var(--ink) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .2s, background .2s;
}
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { transform: translateY(-2px); background: var(--tan-dark) !important; border-color: var(--tan-dark) !important; }
.button--ghost { margin-left: 10px; color: var(--ink) !important; background: transparent !important; }
.hero-art { position: relative; }
.hero-art::before { content: ""; position: absolute; inset: 10% -8% -8% 8%; border-radius: 50%; background: rgba(183,123,75,.16); filter: blur(1px); }
.hero-art img { position: relative; width: 100%; filter: drop-shadow(0 28px 28px rgba(37,26,19,.17)); }
.hero-note { position: absolute; left: -22px; bottom: 7%; max-width: 180px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; background: rgba(255,253,249,.9); box-shadow: 0 14px 36px rgba(32,27,23,.1); font-family: var(--serif); font-size: 15px; line-height: 1.35; }

.trust-strip { border-block: 1px solid var(--line); background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 26px 20px; text-align: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; margin-bottom: 2px; font: 500 18px var(--serif); }
.trust-item span { color: var(--muted); font-size: 12px; }

.section { padding-block: clamp(76px, 9vw, 126px); }
.section--cream { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-heading h2 { font-size: clamp(42px, 5.2vw, 72px); }
.text-link { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.text-link:hover { color: var(--tan-dark); }

.category-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 18px; }
.category-card { position: relative; min-height: 430px; overflow: hidden; border-radius: var(--radius); background: #d9c5af; }
.category-card:nth-child(2) { background: #ccd0c3; }
.category-card:nth-child(3) { background: #d8c5ba; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.category-card:hover img { transform: scale(1.035); }
.category-label { position: absolute; inset: auto 22px 22px; display: flex; align-items: center; justify-content: space-between; padding: 18px 21px; border-radius: 14px; background: rgba(255,253,249,.92); backdrop-filter: blur(12px); }
.category-label strong { font: 500 21px var(--serif); }
.category-label span { font-size: 18px; }

.woocommerce ul.products, .product-grid { display: grid !important; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 34px 18px; margin: 0 !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 4 / 4.65; margin: 0 0 18px !important; object-fit: cover; border-radius: 18px; background: var(--cream); transition: transform .35s, box-shadow .35s; }
.woocommerce ul.products li.product:hover a img { transform: translateY(-5px); box-shadow: 0 20px 36px rgba(32,27,23,.1); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 !important; margin: 0 0 5px !important; font: 500 20px/1.3 var(--serif); }
.woocommerce ul.products li.product .price { color: var(--tan-dark) !important; font-size: 14px !important; font-weight: 700 !important; }
.woocommerce ul.products li.product .button { margin-top: 12px !important; min-height: 42px; padding-inline: 18px; }
.woocommerce span.onsale { min-width: auto !important; min-height: auto !important; padding: 7px 12px !important; top: 13px !important; left: 13px !important; border-radius: 999px !important; color: #fff; background: var(--sage) !important; font-size: 10px; line-height: 1 !important; letter-spacing: .12em; text-transform: uppercase; }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.story-image { position: relative; overflow: hidden; border-radius: 120px 20px 120px 20px; background: #d6b99d; }
.story-image img { width: 100%; min-height: 640px; object-fit: cover; }
.story-badge { position: absolute; right: 22px; bottom: 22px; display: grid; place-items: center; width: 112px; height: 112px; padding: 12px; border-radius: 50%; color: #fff; background: var(--sage); text-align: center; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.story-copy h2 { max-width: 650px; font-size: clamp(46px, 5.4vw, 76px); }
.story-copy > p:not(.eyebrow) { max-width: 560px; margin: 28px 0; color: var(--muted); font-size: 17px; }
.story-points { display: grid; gap: 17px; padding: 0; margin: 30px 0 38px; list-style: none; }
.story-points li { display: flex; gap: 14px; align-items: start; }
.story-points b { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border-radius: 50%; color: #fff; background: var(--tan-dark); font-size: 12px; }

.quote-section { padding: 100px 24px; color: #fff; background: var(--sage); text-align: center; }
.quote-section blockquote { max-width: 900px; margin: 0 auto; font: 400 clamp(35px, 5vw, 66px)/1.12 var(--serif); letter-spacing: -.03em; }
.quote-section cite { display: block; margin-top: 28px; color: rgba(255,255,255,.7); font: 700 11px var(--sans); letter-spacing: .18em; text-transform: uppercase; }

.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.journal-card { padding: 34px; border: 1px solid var(--line); border-radius: 18px; }
.journal-card span { color: var(--tan-dark); font-size: 11px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.journal-card h3 { margin: 55px 0 12px; font: 500 28px/1.15 var(--serif); }
.journal-card p { margin: 0; color: var(--muted); font-size: 14px; }

.newsletter { padding: 78px 0; background: #b67b4c; }
.newsletter-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.newsletter h2 { margin: 0; color: #fff; font: 500 clamp(38px,4.5vw,62px)/1 var(--serif); }
.newsletter p { margin: 14px 0 0; color: rgba(255,255,255,.78); }
.newsletter-form { display: flex; gap: 10px; }
.newsletter-form input { flex: 1; min-width: 0; height: 54px; padding: 0 20px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; color: #fff; background: rgba(255,255,255,.08); outline: none; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.75); }
.newsletter-form button { height: 54px; padding: 0 24px; border: 0; border-radius: 999px; color: var(--ink); background: #fff; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }

.site-footer { padding: 75px 0 26px; color: #e9e0d7; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 60px; padding-bottom: 60px; }
.footer-brand { color: #fff; font: 700 30px var(--serif); letter-spacing: .2em; }
.footer-about p { max-width: 330px; color: #a99e95; }
.footer-col h3 { margin: 4px 0 20px; color: #fff; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.footer-col ul { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.footer-col a { color: #a99e95; font-size: 14px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #8f857c; font-size: 12px; }

.page-hero { padding: 86px 0 62px; background: var(--cream); text-align: center; }
.page-hero h1 { font-size: clamp(48px, 6vw, 78px); }
.page-hero p { max-width: 620px; margin: 17px auto 0; color: var(--muted); }
.page-content { padding-block: 70px 100px; }
.page-content > * { max-width: 820px; margin-inline: auto; }
.page-content h2, .page-content h3 { font-family: var(--serif); font-weight: 500; }

.woocommerce-page main.site-main, .woocommerce-shop main.site-main { width: var(--shell); margin-inline: auto; padding-block: 58px 100px; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 30px !important; color: var(--muted) !important; font-size: 12px !important; }
.woocommerce .woocommerce-products-header__title.page-title { margin: 0 0 44px; font: 500 clamp(48px,6vw,76px)/1 var(--serif); letter-spacing: -.04em; }
.woocommerce div.product { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px,6vw,90px); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto !important; float: none !important; }
.woocommerce div.product div.images img { border-radius: 20px; background: var(--cream); }
.woocommerce div.product .product_title { font: 500 clamp(40px,4.6vw,66px)/1.02 var(--serif); letter-spacing: -.04em; }
.woocommerce div.product p.price { color: var(--tan-dark) !important; font-size: 22px !important; }
.woocommerce-product-details__short-description { color: var(--muted); }
.woocommerce .quantity .qty { min-height: 51px; border: 1px solid var(--line); border-radius: 999px; }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; }
.woocommerce div.product .related { grid-column: 1 / -1; }
.woocommerce div.product .related > h2, .woocommerce-cart h1, .woocommerce-checkout h1 { font: 500 48px var(--serif); }
.woocommerce table.shop_table { border-color: var(--line) !important; border-radius: 16px !important; overflow: hidden; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 49px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.woocommerce-info, .woocommerce-message { border-top-color: var(--tan) !important; background: var(--cream) !important; }
.woocommerce-info::before, .woocommerce-message::before { color: var(--tan-dark) !important; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 34px, 760px); }
  .header-inner { grid-template-columns: auto 1fr auto; min-height: 70px; }
  .brand { justify-self: center; }
  .nav-toggle { display: grid; }
  .primary-nav { position: fixed; inset: 108px 17px auto; visibility: hidden; opacity: 0; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 28px 80px rgba(32,27,23,.17); transform: translateY(-10px); transition: .2s; }
  .nav-open .primary-nav { visibility: visible; opacity: 1; transform: none; }
  .primary-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .header-tools .account-link { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 64px; }
  .hero-copy { text-align: center; }
  .hero-copy > p:not(.eyebrow) { margin-inline: auto; }
  .hero h1 { margin-inline: auto; }
  .hero-art { max-width: 650px; margin-inline: auto; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card:first-child { grid-column: 1 / -1; }
  .woocommerce ul.products, .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .story-grid { grid-template-columns: 1fr; }
  .story-image img { min-height: auto; }
  .journal-grid { grid-template-columns: 1fr; }
  .newsletter-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .woocommerce div.product { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  .announcement { font-size: 10px; }
  .header-tools .search-link { display: none; }
  .hero-grid { padding-block: 48px 58px; }
  .hero h1 { font-size: 52px; }
  .hero-actions { display: grid; gap: 10px; }
  .button--ghost { margin-left: 0; }
  .hero-note { left: 0; bottom: 2%; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading { align-items: start; flex-direction: column; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card:first-child { grid-column: auto; }
  .category-card { min-height: 370px; }
  .woocommerce ul.products, .product-grid { grid-template-columns: 1fr 1fr; gap: 28px 10px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 16px; }
  .woocommerce ul.products li.product .button { width: 100%; min-height: 39px; padding-inline: 8px; font-size: 9px !important; }
  .story-copy h2 { font-size: 45px; }
  .story-badge { width: 86px; height: 86px; }
  .newsletter-form { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

/* Retail navigation and conversion features. */
.announcement { display: flex; justify-content: center; gap: 34px; }
.announcement strong { font-weight: 800; }
.announcement span::before { content: "·"; margin-right: 34px; opacity: .55; }
.site-header { overflow: visible; }
.header-inner { min-height: 76px; }
.primary-nav > ul > li { position: static; }
.primary-nav > ul > li > a { display: flex; align-items: center; gap: 5px; min-height: 76px; }
.primary-nav > ul > li > a span { font-size: 11px; }
.has-mega-menu:hover .mega-menu, .has-mega-menu:focus-within .mega-menu,
.has-submenu:hover .submenu, .has-submenu:focus-within .submenu { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; }
.mega-menu { position: absolute; left: 0; right: 0; top: 76px; visibility: hidden; opacity: 0; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 24px 50px rgba(32,27,23,.12); transform: translateY(-8px); pointer-events: none; transition: .2s; }
.mega-menu__grid { width: var(--shell); margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr 1.35fr; gap: 54px; }
.mega-menu__grid > div { display: grid; align-content: start; gap: 9px; }
.mega-menu__grid a { font-size: 14px; }
.mega-menu__grid a:hover { color: var(--tan-dark); }
.mega-title { margin: 0 0 6px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mega-feature { position: relative; min-height: 190px; overflow: hidden; border-radius: 14px; background: var(--cream); }
.mega-feature img { width: 100%; height: 190px; object-fit: cover; }
.mega-feature span { position: absolute; inset: auto 12px 12px; display: flex; justify-content: space-between; padding: 11px 13px; border-radius: 8px; background: rgba(255,253,249,.92); font: 500 15px var(--serif); }
.mega-feature b { font: 750 10px var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.has-submenu { position: relative !important; }
.submenu { position: absolute; left: 0; top: 64px; visibility: hidden; opacity: 0; min-width: 210px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); box-shadow: 0 18px 42px rgba(32,27,23,.12); transform: translateY(-7px); pointer-events: none; transition: .2s; }
.submenu a { display: block; padding: 9px 11px; border-radius: 7px; font-size: 13px; }
.submenu a:hover { background: var(--cream); }
.category-strip { border-top: 1px solid var(--line); background: #fff; }
.category-strip .pirly-shell { display: flex; align-items: center; justify-content: center; gap: clamp(22px,4vw,58px); min-height: 42px; overflow-x: auto; scrollbar-width: none; }
.category-strip a { flex: 0 0 auto; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.category-strip a:hover { color: var(--tan-dark); }
.wishlist-count { position: absolute; right: -2px; top: -3px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 10px; color: #fff; background: var(--tan-dark); font-size: 10px; line-height: 18px; text-align: center; }

.store-overlay { position: fixed; inset: 0; z-index: 190; visibility: hidden; opacity: 0; background: rgba(20,16,13,.45); backdrop-filter: blur(3px); transition: .25s; }
.store-overlay.is-open { visibility: visible; opacity: 1; }
.store-drawer { position: fixed; top: 0; right: 0; z-index: 200; width: min(490px, 100vw); height: 100dvh; overflow-y: auto; padding: 30px; background: var(--paper); box-shadow: -24px 0 70px rgba(32,27,23,.18); transform: translateX(102%); transition: transform .3s ease; }
.store-drawer.is-open { transform: translateX(0); }
.search-drawer { left: 0; right: auto; width: min(620px, 100vw); transform: translateX(-102%); }
.search-drawer.is-open { transform: translateX(0); }
.drawer-open { overflow: hidden; }
.drawer-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.drawer-heading h2 { margin: 2px 0 0; font: 500 34px/1 var(--serif); letter-spacing: -.03em; }
.drawer-heading h2 small { color: var(--tan-dark); font: 700 13px var(--sans); }
.drawer-kicker { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.drawer-close { display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 24px; line-height: 1; cursor: pointer; }
.drawer-close:hover { background: var(--cream); }
.shipping-meter { padding: 22px 0; }
.shipping-meter p { margin: 0 0 10px; color: var(--muted); font-size: 12px; }
.shipping-meter__track { height: 5px; overflow: hidden; border-radius: 9px; background: #e7ddd2; }
.shipping-meter__track span { display: block; height: 100%; border-radius: inherit; background: var(--tan-dark); }
.drawer-cart-content .woocommerce-mini-cart { padding: 0; margin: 0; list-style: none; }
.drawer-cart-content .woocommerce-mini-cart-item { position: relative; min-height: 100px; padding: 14px 28px 14px 88px !important; border-bottom: 1px solid var(--line); }
.drawer-cart-content .woocommerce-mini-cart-item img { position: absolute; left: 0; top: 14px; width: 72px !important; height: 80px; object-fit: cover; border-radius: 8px; background: var(--cream); }
.drawer-cart-content .remove { position: absolute; right: 0; top: 12px; font-size: 21px !important; }
.drawer-cart-content .quantity { display: block; color: var(--muted); font-size: 12px; }
.drawer-cart-content .woocommerce-mini-cart__total { display: flex; justify-content: space-between; padding: 20px 0 10px; border: 0 !important; }
.drawer-cart-content .woocommerce-mini-cart__buttons { display: none; }
.drawer-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.drawer-actions .button { width: 100%; padding-inline: 12px; }
.drawer-actions .button--ghost { margin: 0; color: var(--ink) !important; background: transparent !important; }
.drawer-assurance { margin: 18px 0 0; color: var(--muted); font-size: 10px; text-align: center; letter-spacing: .04em; }
.drawer-empty { padding: 70px 20px; text-align: center; }
.drawer-empty > span { display: block; margin-bottom: 12px; color: var(--tan); font: 400 60px var(--serif); }
.drawer-empty h3 { margin: 0; font: 500 25px var(--serif); }
.drawer-empty p { color: var(--muted); }
.drawer-search-form { display: flex; margin-top: 42px; border-bottom: 2px solid var(--ink); }
.drawer-search-form input[type="search"] { flex: 1; min-width: 0; height: 62px; padding: 0; border: 0; background: transparent; outline: none; font: 500 23px var(--serif); }
.drawer-search-form button { width: 60px; border: 0; background: transparent; font-size: 27px; cursor: pointer; }
.search-suggestions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.search-suggestions span { width: 100%; color: var(--muted); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.search-suggestions a { padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; }
.wishlist-items { margin: 12px 0 24px; }
.wishlist-item { position: relative; padding: 12px 36px 12px 0; border-bottom: 1px solid var(--line); }
.wishlist-item a { display: grid; grid-template-columns: 74px 1fr; align-items: center; gap: 15px; font: 500 17px var(--serif); }
.wishlist-item img { width: 74px; height: 84px; object-fit: cover; border-radius: 9px; background: var(--cream); }
.wishlist-item > button { position: absolute; right: 0; top: 37px; border: 0; background: transparent; font-size: 20px; cursor: pointer; }
.wishlist-shop-link { width: 100%; }

.woocommerce ul.products li.product { position: relative; }
.product-material { display: block; margin: -1px 0 5px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.wishlist-button { position: absolute; z-index: 4; right: 13px; top: 13px; display: grid; place-items: center; width: 37px; height: 37px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,253,249,.92); box-shadow: 0 4px 14px rgba(32,27,23,.1); cursor: pointer; }
.wishlist-button span { font-size: 22px; line-height: 1; }
.wishlist-button.is-saved { color: #9c3f32; }
.woocommerce ul.products li.product .onsale + a .wishlist-button { top: 13px; }

.section-heading--center { align-items: end; }
.section-heading--center > div { text-align: left; }
.arrivals-section { border-top: 1px solid var(--line); }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 13px; text-align: left; }
.trust-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; background: var(--cream); }
.trust-icon svg { width: 24px; height: 24px; fill: none; stroke: var(--tan-dark); stroke-width: 1.5; }
.social-section { background: #f2e8dd; }
.social-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.social-heading h2 { margin: 0; font: 500 clamp(44px,5.2vw,72px)/1 var(--serif); letter-spacing: -.04em; }
.social-heading p:not(.eyebrow) { margin: 14px 0 0; color: var(--muted); }
.social-heading .button--ghost { color: var(--ink) !important; }
.social-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 300px 300px; gap: 12px; }
.social-card { position: relative; overflow: hidden; border-radius: 14px; background: #d8c2ab; }
.social-card--large { grid-row: 1 / 3; }
.social-card--wide { grid-column: 2 / 4; }
.social-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.social-card:hover img { transform: scale(1.035); }
.social-card span { position: absolute; inset: auto 12px 12px; display: grid; gap: 2px; padding: 12px 14px; border-radius: 9px; background: rgba(255,253,249,.92); backdrop-filter: blur(8px); }
.social-card b { font: 500 17px var(--serif); }
.social-card small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.social-stats { display: flex; justify-content: center; gap: clamp(30px,8vw,100px); padding-top: 34px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.social-stats b { margin-right: 5px; color: var(--ink); font: 500 24px var(--serif); text-transform: none; }
.payment-list { color: #b8ada3; }
.catalog-filters { clear: both; display: flex; gap: 8px; margin: 8px 0 30px; overflow-x: auto; scrollbar-width: none; }
.catalog-filters a { flex: 0 0 auto; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.catalog-filters a:hover { color: #fff; border-color: var(--ink); background: var(--ink); }
.catalog-main { padding-block: 70px 110px; }
.catalog-search-heading { margin-bottom: 45px; }
.catalog-search-heading h1 { margin: 0; font: 500 clamp(42px,5vw,68px)/1 var(--serif); letter-spacing: -.04em; }
.page-content table { width: 100%; margin: 28px auto; border-collapse: collapse; }
.page-content th, .page-content td { padding: 15px 14px; border-bottom: 1px solid var(--line); text-align: left; }
.page-content th { color: var(--muted); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.page-content .wpcf7-form { margin-top: 35px; }
.page-content .wpcf7-form input:not([type="submit"]), .page-content .wpcf7-form textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 9px; }
.policy-page { max-width: 820px; color: #302d2a; font-size: 15px; line-height: 1.78; }
.policy-page h1 { margin: 8px 0 24px; color: var(--ink); font: 500 clamp(42px, 6vw, 68px)/1.02 var(--serif); letter-spacing: -.035em; }
.policy-page h2 { margin: 44px 0 12px; color: var(--ink); font-size: 27px; }
.policy-page p, .policy-page li { color: #5f5953; }
.policy-page a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.policy-page ul, .policy-page ol { padding-left: 22px; }
.policy-eyebrow { margin: 0; color: #8b6e56 !important; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.policy-lead { max-width: 720px; margin-bottom: 42px; color: var(--ink) !important; font: 400 clamp(21px, 3vw, 29px)/1.45 var(--serif); }
.policy-updated, .policy-note { margin-top: 46px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; }
.policy-page details { padding: 17px 0; border-bottom: 1px solid var(--line); }
.policy-page details:first-of-type { border-top: 1px solid var(--line); }
.policy-page summary { color: var(--ink); font-weight: 700; cursor: pointer; }
.policy-page details p { margin: 12px 0 0; }
.contact-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 34px 0; }
.contact-facts > div { padding: 20px; border: 1px solid var(--line); border-radius: 8px; }
.contact-facts strong { font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.contact-facts p { margin: 8px 0 0; font-size: 13px; line-height: 1.55; }
.footer-policy-links { display: flex; gap: 18px; }
.footer-policy-links a { color: #888; }
.cookie-notice { position: fixed; z-index: 500; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 18px; width: min(440px, calc(100% - 36px)); padding: 16px 18px; border: 1px solid #d8d2cc; border-radius: 8px; color: #252321; background: #fff; box-shadow: 0 10px 40px rgba(0,0,0,.15); }
.cookie-notice[hidden] { display: none; }
.cookie-notice p { margin: 0; font-size: 12px; line-height: 1.55; }
.cookie-notice a { color: inherit; text-decoration: underline; }
.cookie-notice button { flex: 0 0 auto; padding: 9px 14px; border: 1px solid #111; color: #fff; background: #111; font-size: 10px; font-weight: 800; cursor: pointer; }
.newsletter-success { color: #fff !important; font-weight: 750; }
.newsletter-privacy { display: block; max-width: 560px; margin-top: 10px; color: #756f69; font-size: 10px; line-height: 1.55; }
.newsletter-privacy a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 980px) {
  .announcement span:last-child { display: none; }
  .primary-nav > ul > li > a { min-height: auto; }
  .mega-menu, .submenu { position: static; visibility: visible; opacity: 1; display: none; padding: 12px; box-shadow: none; transform: none; pointer-events: auto; }
  .has-mega-menu:hover .mega-menu, .has-submenu:hover .submenu { display: block; }
  .mega-menu__grid { width: auto; grid-template-columns: 1fr 1fr; gap: 20px; }
  .mega-feature { display: none; }
  .category-strip .pirly-shell { justify-content: start; }
  .social-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 260px; }
  .social-card--large { grid-row: auto; }
  .social-card--wide { grid-column: 1 / 3; }
  .footer-bottom { flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .announcement { gap: 12px; }
  .announcement span::before { margin-right: 12px; }
  .announcement strong { font-size: 9px; }
  .wishlist-link { display: none; }
  .store-drawer { padding: 22px 18px; }
  .trust-item { justify-content: start; padding: 18px 9px; }
  .trust-icon { flex-basis: 34px; width: 34px; height: 34px; }
  .trust-icon svg { width: 20px; height: 20px; }
  .trust-item strong { font-size: 15px; }
  .trust-item span { font-size: 10px; }
  .section-heading--center { flex-direction: row; align-items: end; }
  .section-heading--center h2 { font-size: 39px; }
  .social-heading { align-items: start; flex-direction: column; }
  .social-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 270px 220px; }
  .social-card--wide { grid-column: 1 / 3; }
  .social-stats { align-items: center; flex-direction: column; gap: 10px; }
  .contact-facts { grid-template-columns: 1fr; }
  .policy-page { font-size: 14px; }
  .policy-page h2 { margin-top: 36px; font-size: 24px; }
  .cookie-notice { align-items: flex-start; flex-direction: column; gap: 12px; }
}

/* Final cascade for the 2.0 campaign storefront. */
body { color: var(--fashion-black); background: var(--fashion-white); font-family: Arial, Helvetica, sans-serif; }
.pirly-shell { width: var(--fashion-shell); max-width: none; }
.product-rail ul.products { display: flex !important; grid-template-columns: none !important; gap: 16px !important; width: 100%; margin: 0 !important; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.product-rail ul.products li.product { flex: 0 0 calc((100% - 48px)/4) !important; width: auto !important; margin: 0 !important; scroll-snap-align: start; }
.woocommerce ul.products li.product a img { aspect-ratio: .82; margin: 0 0 15px !important; border-radius: 0; background: var(--fashion-offwhite); box-shadow: none; object-fit: cover; }
.woocommerce ul.products li.product:hover a img { box-shadow: none; transform: none; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 0; margin: 0 !important; padding: 0 46px 4px 0 !important; color: #111; font: 700 12px/1.35 Arial,sans-serif; letter-spacing: .035em; text-transform: uppercase; }
.woocommerce ul.products li.product .price { margin: 6px 0 0; color: #111 !important; font: 600 11px Arial,sans-serif !important; }
.woocommerce ul.products li.product .button { display: none; }
.product-material { margin: 0 0 3px; color: #777; font-size: 9px; letter-spacing: .05em; text-transform: capitalize; }
.wishlist-button { top: 12px; right: 12px; border: 1px solid #e2e2e2; border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: none; }
.woocommerce ul.products li.product .onsale { top: 12px; left: 12px; right: auto; min-width: 0; min-height: 0; padding: 8px 9px; border-radius: 0; color: #fff; background: var(--fashion-red); font: 800 8px Arial,sans-serif; letter-spacing: .06em; line-height: 1; }

@media (max-width: 980px) {
  :root { --fashion-shell: min(100% - 34px, 940px); }
  .product-rail ul.products li.product { flex-basis: calc((100% - 32px)/3) !important; }
}
@media (max-width: 620px) {
  :root { --fashion-shell: calc(100vw - 30px); }
  .product-rail ul.products { gap: 10px !important; }
  .product-rail ul.products li.product { flex-basis: 76vw !important; }
}

/* Authoritative collection card layout. */
body .collection-products ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 68px 16px !important; margin: 0 !important; }
body .collection-products ul.products li.product { position: relative; container-type: inline-size; width: auto !important; margin: 0 !important; text-align: left; }
body .collection-products ul.products li.product > a.woocommerce-loop-product__link { position: relative; display: block; }
body .collection-products ul.products li.product a img { width: 100%; aspect-ratio: .8; margin: 0 0 17px !important; border-radius: 0; background: #f3f3f1; box-shadow: none; object-fit: cover; }
body .collection-products ul.products li.product .woocommerce-loop-product__title { min-height: 0; margin: 0 !important; padding: 0 46px 5px 0 !important; color: #111; font: 500 13px/1.38 Arial, sans-serif; letter-spacing: 0; text-transform: none; }
body .collection-products ul.products li.product .price { margin: 0; color: #111 !important; font: 500 11px/1.4 Arial, sans-serif !important; }
body .collection-products ul.products li.product > .button { position: absolute; z-index: 5; right: 13px; top: calc(125cqi - 49px); display: grid !important; place-items: center; width: 36px; min-height: 36px; height: 36px; margin: 0 !important; padding: 0 !important; overflow: hidden; border: 0; border-radius: 50%; color: transparent !important; background: rgba(255,255,255,.95) !important; box-shadow: 0 2px 10px rgba(0,0,0,.08); font-size: 0 !important; }
body .collection-products ul.products li.product > .button::before { color: #111; content: '+'; font: 400 21px/1 Arial, sans-serif; }
body .collection-products ul.products li.product > .button.added::before { content: '✓'; font-size: 14px; }
body .collection-products ul.products li.product .onsale { position: absolute !important; z-index: 6; top: 12px !important; right: auto !important; bottom: auto !important; left: 12px !important; display: inline-flex; align-items: center; width: auto; margin: 0 !important; padding: 8px 10px !important; border: 0; border-radius: 0 !important; color: #fff; background: #111 !important; line-height: 1 !important; transform: none !important; }

@media (max-width: 980px) {
  body .collection-products ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 52px 13px !important; }
}
@media (max-width: 767px) {
  body .collection-products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 43px 8px !important; padding: 0; }
  body .collection-products ul.products li.product { text-align: center; }
  body .collection-products ul.products li.product a img { margin-bottom: 13px !important; }
  body .collection-products ul.products li.product .woocommerce-loop-product__title { padding: 0 28px 4px !important; font-size: 11px; text-align: center; }
  body .collection-products ul.products li.product .onsale { top: 8px !important; left: 8px !important; padding: 7px !important; font-size: 7px; }
  body .collection-products ul.products li.product > .button { right: 8px; top: calc(125cqi - 39px); width: 31px; min-height: 31px; height: 31px; }
}

/* Homepage product rails: keep labels inside the image and remove list flow artifacts. */
body .product-rail ul.products,
body .product-rail ul.products li.product { list-style: none !important; }
body .product-rail ul.products li.product { position: relative; align-self: flex-start; }
body .product-rail ul.products li.product::marker { display: none; content: ''; }
body .product-rail ul.products li.product > a.woocommerce-loop-product__link { position: relative; display: block; }
body .product-rail ul.products li.product .onsale { position: absolute !important; z-index: 6; top: 12px !important; right: auto !important; bottom: auto !important; left: 12px !important; display: inline-flex !important; align-items: center; width: auto !important; min-width: 0 !important; min-height: 0 !important; margin: 0 !important; padding: 8px 10px !important; border: 0; border-radius: 0 !important; color: #fff; background: #111 !important; font: 800 8px/1 Arial, sans-serif !important; letter-spacing: .06em; transform: none !important; }
body .product-rail ul.products li.product > .button { display: none !important; }
body .product-rail .product-use-note { display: block; margin-top: 7px; color: #777; font-size: 9px; line-height: 1.45; }
body .product-rail .product-material { display: block; margin: 0 0 4px; }
.most-loved-rail { position: relative; }
.most-loved-rail .product-carousel-controls { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin: 0 0 14px; }
.most-loved-rail .product-carousel-controls span { margin-right: 8px; color: #777; font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.most-loved-rail .product-carousel-controls button { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid #d4d4d4; border-radius: 50%; color: #111; background: #fff; font-size: 17px; cursor: pointer; transition: color .2s, border-color .2s, background .2s, opacity .2s; }
.most-loved-rail .product-carousel-controls button:hover:not(:disabled) { color: #fff; border-color: #111; background: #111; }
.most-loved-rail .product-carousel-controls button:disabled { opacity: .3; cursor: default; }
.most-loved-rail ul.products { scroll-behavior: smooth; overscroll-behavior-inline: contain; cursor: grab; }
.most-loved-rail ul.products:active { cursor: grabbing; }
.product-carousel-progress { height: 2px; margin-top: 28px; overflow: hidden; background: #e6e6e6; }
.product-carousel-progress span { display: block; width: 100%; height: 100%; background: #111; transform: scaleX(.25); transform-origin: left center; transition: transform .15s ease-out; }

@media (max-width: 767px) {
  body .product-rail ul.products li.product .onsale { top: 8px !important; left: 8px !important; padding: 7px !important; font-size: 7px !important; }
  .most-loved-rail .product-carousel-controls { justify-content: center; margin-bottom: 12px; }
  .most-loved-rail .product-carousel-controls span { display: none; }
  .most-loved-rail .product-carousel-controls button { width: 40px; height: 40px; }
  .product-carousel-progress { margin-inline: 4vw; margin-top: 20px; }
}

/* 3.0 — Quirabelle luxury editorial identity. */
:root {
  --q-ivory: #f5f0e8;
  --q-cream: #fbf8f2;
  --q-navy: #10243e;
  --q-terracotta: #a54f38;
  --q-burgundy: #5a2030;
  --q-cognac: #9b5d34;
  --q-ink: #151311;
  --q-warm-grey: #746d66;
  --q-line: rgba(21, 19, 17, .16);
  --q-display: "Bodoni Moda", Didot, "Bodoni MT", Georgia, serif;
  --q-sans: Manrope, Inter, "Segoe UI", Arial, sans-serif;
  --fashion-black: var(--q-ink);
  --fashion-offwhite: var(--q-cream);
  --fashion-red: var(--q-burgundy);
}

body,
button,
input,
select,
textarea { font-family: var(--q-sans); }
body { color: var(--q-ink); background: var(--q-cream); font-weight: 400; }
.fashion-home a:focus-visible,
.fashion-home button:focus-visible,
.fashion-header a:focus-visible,
.fashion-header button:focus-visible { outline: 2px solid var(--q-cognac); outline-offset: 3px; }
.fashion-home { background: var(--q-cream); }

/* Promotional bar — generous enough to remain legible at every size. */
.promo-carousel {
  min-height: 40px;
  padding: 7px 18px;
  background: #11100f;
}
.promo-carousel button { display: grid; place-items: center; height: 26px; color: #fff; line-height: 1; }
.promo-messages { height: 24px; }
.promo-messages a {
  min-height: 24px;
  color: #fff;
  font: 600 10px/1.35 var(--q-sans);
  letter-spacing: .11em;
  text-wrap: balance;
}

/* Compact, centered masthead. */
.fashion-header { border-color: rgba(21,19,17,.12); background: rgba(251,248,242,.97); backdrop-filter: blur(14px); }
.fashion-header__main { height: 60px; }
.fashion-logo,
.fashion-footer__logo {
  font-family: var(--q-display);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.025em;
}
.fashion-logo { font-size: 35px; }
.fashion-logo .wordmark,
.fashion-footer__logo .wordmark { position: relative; }
.fashion-logo .wordmark::first-letter,
.fashion-footer__logo .wordmark::first-letter { font-size: inherit; }
.wordmark-q { position: relative; display: inline-block; margin-right: -.015em; font-size: 1.1em; }
.wordmark-q::after {
  position: absolute;
  right: -.12em;
  bottom: .08em;
  width: .42em;
  height: 1.5px;
  background: currentColor;
  content: "";
  transform: rotate(34deg);
  transform-origin: left center;
}
.fashion-tools { gap: 0; }
.fashion-tool,
.nav-toggle { width: 36px; height: 36px; }
.fashion-tool svg,
.nav-toggle svg { width: 20px; height: 20px; stroke-width: 1.35; }
.fashion-nav { border-top-color: rgba(21,19,17,.09); }
.fashion-nav > .pirly-shell { height: 40px; gap: clamp(24px, 2.8vw, 44px); }
.fashion-nav a {
  font: 600 11px/1 var(--q-sans);
  letter-spacing: .095em;
}
.fashion-nav__item > a { display: inline-flex; align-items: center; gap: 7px; }
.nav-caret { width: 9px; height: 6px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.25; transition: transform .2s ease; }
.fashion-nav__item:hover .nav-caret,
.fashion-nav__item:focus-within .nav-caret { transform: rotate(180deg); }
.fashion-mega { padding-block: 42px; border-top-color: var(--q-line); background: var(--q-cream); }
.fashion-mega h3,
.fashion-mega__image span,
.collection-menu b { font-family: var(--q-sans); font-weight: 600; }
.fashion-mega__grid > div > a { font: 500 12px/1.5 var(--q-sans); }
.collection-menu { background: #d8d0c6; }
.collection-menu > a { background: var(--q-ivory); }

/* Hero — product-led campaign composition. */
.campaign-slider {
  height: clamp(650px, calc(100vh - 140px), 880px);
  min-height: 650px;
  background: var(--q-terracotta);
}
.campaign-slide::after { position: absolute; z-index: 1; inset: 0; pointer-events: none; content: ""; }
.campaign-slide--terracotta::after { background: linear-gradient(270deg, rgba(46,17,11,.42) 0%, rgba(46,17,11,.13) 39%, transparent 61%); }
.campaign-slide--navy::after { background: linear-gradient(90deg, rgba(248,239,225,.76) 0%, rgba(248,239,225,.18) 42%, transparent 61%); }
.campaign-slide > img {
  transform: scale(1.27);
  filter: saturate(.88) contrast(1.035);
  transition: transform 7s cubic-bezier(.2,.7,.2,1), filter .5s ease;
}
.campaign-slide.is-active > img { transform: scale(1.22); }
.campaign-slide--terracotta > img { object-position: 47% center; }
.campaign-slide--navy > img { object-position: 53% center; }
.campaign-copy {
  z-index: 2;
  top: 50%;
  bottom: auto;
  width: min(42vw, 650px);
  max-width: 650px;
  transform: translateY(-50%);
}
.campaign-copy--right { right: max(6.2vw, 52px); }
.campaign-copy > span {
  margin-bottom: 20px;
  font: 600 11px/1.2 var(--q-sans);
  letter-spacing: .18em;
}
.campaign-copy h1,
.campaign-copy h2 {
  margin-bottom: 23px;
  font: 800 clamp(58px, 6.4vw, 98px)/.9 var(--q-sans);
  letter-spacing: -.055em;
  text-wrap: balance;
}
.campaign-copy p {
  max-width: 500px;
  margin: 0 0 30px;
  color: inherit;
  font: 500 clamp(14px, 1.15vw, 17px)/1.55 var(--q-sans);
  letter-spacing: -.01em;
}
.campaign-copy--right p { margin-left: auto; }
.campaign-copy a,
.collection-feature > div a,
.fashion-view-all {
  position: relative;
  padding: 8px 0 7px;
  border: 0;
  font: 600 11px/1.2 var(--q-sans);
  letter-spacing: .105em;
  text-transform: uppercase;
}
.campaign-copy a::after,
.collection-feature > div a::after,
.fashion-view-all::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(1);
  transform-origin: right center;
  transition: transform .28s ease;
}
.campaign-copy a:hover::after,
.collection-feature > div a:hover::after,
.fashion-view-all:hover::after { transform: scaleX(.35); }
.campaign-copy a b,
.collection-feature > div a b,
.fashion-view-all b { display: inline-block; margin-left: 7px; font-size: 15px; font-weight: 400; transition: transform .25s ease; }
.campaign-copy a:hover b,
.collection-feature > div a:hover b,
.fashion-view-all:hover b { transform: translateX(4px); }
.campaign-arrow {
  width: 44px;
  height: 44px;
  border-color: rgba(255,255,255,.56);
  background: rgba(20,17,15,.16);
  backdrop-filter: blur(5px);
  font-family: var(--q-sans);
  font-size: 25px;
}
.campaign-dots { bottom: 25px; gap: 9px; }
.campaign-dots button { width: 46px; background: rgba(255,255,255,.42); }

.brand-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 max(32px, 4.5vw);
  border-bottom: 1px solid var(--q-line);
  background: var(--q-ivory);
}
.brand-principles article { display: grid; grid-template-columns: auto 1fr; gap: 18px; min-height: 128px; padding: 31px clamp(22px, 3vw, 48px); border-right: 1px solid var(--q-line); }
.brand-principles article:last-child { border-right: 0; }
.brand-principles article > span { color: var(--q-cognac); font: italic 600 20px/1 var(--q-display); }
.brand-principles article div { display: grid; align-content: start; gap: 8px; }
.brand-principles strong { font: 600 10px/1.35 var(--q-sans); letter-spacing: .12em; }
.brand-principles small { max-width: 290px; color: var(--q-warm-grey); font: 400 11px/1.55 var(--q-sans); }

/* Editorial section rhythm. */
.fashion-section { padding: clamp(82px, 8vw, 132px) max(32px, 4.5vw); background: var(--q-cream); }
.fashion-section:nth-of-type(even) { background: #fff; }
.fashion-section__heading { max-width: 920px; margin-bottom: 50px; }
.fashion-section__heading > span {
  margin-bottom: 16px;
  color: var(--q-cognac);
  font: 600 10px/1.2 var(--q-sans);
  letter-spacing: .18em;
}
.fashion-section__heading p {
  max-width: 650px;
  margin-bottom: 25px;
  color: var(--q-warm-grey);
  font: 400 14px/1.75 var(--q-sans);
}
.fashion-section__heading h2 {
  font: 700 clamp(34px, 4.3vw, 62px)/.94 var(--q-sans);
  letter-spacing: -.05em;
  text-wrap: balance;
}
.moments { padding-top: 112px; background: var(--q-cream) !important; }
.moment-grid,
.new-in-grid { gap: 3px; background: var(--q-cream); }
.moment-grid img,
.new-in-grid img,
.spotlight-grid img { filter: saturate(.82) contrast(1.03) sepia(.035); }
.moment-grid span,
.new-in-grid span,
.spotlight-grid span {
  padding-bottom: 32px;
  font: 600 11px/1.2 var(--q-sans);
  letter-spacing: .12em;
}
.product-tabs { gap: 34px; margin-top: -17px; }
.product-tabs button {
  color: #817a74;
  font: 600 10px/1.2 var(--q-sans);
  letter-spacing: .105em;
}
.product-tabs button.is-active { border-color: var(--q-ink); color: var(--q-ink); }
body .product-rail ul.products { gap: 20px !important; }
body .product-rail ul.products li.product { flex-basis: calc((100% - 60px)/4) !important; }
body .most-loved-rail ul.products li.product { container-type: inline-size; }
body .product-rail ul.products li.product a img {
  margin-bottom: 18px !important;
  background: #eee9e1;
  filter: saturate(.9);
  transition: opacity .3s ease, transform .45s cubic-bezier(.2,.7,.2,1);
}
body .product-rail ul.products li.product:hover a img { opacity: .96; transform: scale(1.012); }
body .product-rail ul.products li.product .woocommerce-loop-product__title {
  padding-right: 36px !important;
  font: 600 13px/1.45 var(--q-sans);
  letter-spacing: .01em;
  text-transform: none;
}
body .product-rail ul.products li.product .price { color: var(--q-ink) !important; font: 600 12px/1.4 var(--q-sans) !important; }
body .product-rail .product-material,
body .product-rail .product-use-note { color: #7d756e; font-family: var(--q-sans); letter-spacing: .025em; }
body .most-loved-rail ul.products li.product > .button {
  position: absolute;
  z-index: 7;
  top: calc(121.95cqi - 50px);
  right: 12px;
  display: grid !important;
  place-items: center;
  width: 37px;
  min-height: 37px;
  height: 37px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(21,19,17,.1);
  border-radius: 50%;
  color: transparent !important;
  background: rgba(251,248,242,.94) !important;
  box-shadow: 0 4px 18px rgba(21,19,17,.08);
  font-size: 0 !important;
  backdrop-filter: blur(6px);
  transition: color .2s, background .2s, transform .2s;
}
body .most-loved-rail ul.products li.product > .button::before { color: var(--q-ink); content: "+"; font: 400 21px/1 var(--q-sans); }
body .most-loved-rail ul.products li.product > .button.added::before { content: "✓"; font-size: 14px; }
body .most-loved-rail ul.products li.product > .button:hover { background: #fff !important; transform: translateY(-2px); }
body .most-loved-rail ul.products li.product > a.added_to_cart { display: none !important; }
.wishlist-button { border-color: rgba(21,19,17,.12); background: rgba(251,248,242,.92); backdrop-filter: blur(5px); }
.fashion-view-all { margin-top: 48px; }
.most-loved-rail .product-carousel-controls span,
.most-loved-rail .product-carousel-controls button { font-family: var(--q-sans); }
.most-loved-rail .product-carousel-controls button { border-color: var(--q-line); background: var(--q-cream); }
.product-carousel-progress { background: #ddd6cc; }

/* Full-bleed campaigns use the same image treatment as the hero. */
.collection-feature { height: clamp(650px, 78vh, 840px); background: var(--q-navy); }
.collection-feature::after { position: absolute; z-index: 1; inset: 0; content: ""; pointer-events: none; }
.collection-feature--blue::after { background: linear-gradient(90deg, rgba(248,239,225,.72), transparent 58%); }
.collection-feature--red::after { background: linear-gradient(270deg, rgba(53,16,13,.42), transparent 58%); }
.collection-feature > img { transform: scale(1.14); filter: saturate(.86) contrast(1.035); }
.collection-feature--blue > img { object-position: 53% center; }
.collection-feature--red > img { object-position: 47% center; }
.collection-feature > div { z-index: 2; }
.collection-feature > div > span { font: 600 10px/1.2 var(--q-sans); letter-spacing: .18em; }
.collection-feature > div h2 { font: 800 clamp(58px, 6.4vw, 98px)/.9 var(--q-sans); letter-spacing: -.055em; }
.spotlight-grid { gap: 4px; }
.pirly-standard {
  padding-block: 38px;
  border-color: var(--q-line);
  background: var(--q-ivory);
  font: 600 9px/1.4 var(--q-sans);
  letter-spacing: .13em;
}

/* Footer typography belongs to the same system. */
.fashion-newsletter { background: var(--q-navy); }
.fashion-newsletter h2 { font: 700 clamp(36px,4vw,58px)/.94 var(--q-sans); letter-spacing: -.045em; }
.fashion-newsletter p,
.fashion-newsletter input,
.fashion-newsletter button,
.fashion-footer { font-family: var(--q-sans); }
.fashion-footer { background: #11100f; }
.fashion-footer__logo { font-size: 38px; }
.fashion-footer h3 { font-weight: 600; }

@media (max-width: 1100px) {
  .campaign-copy { width: min(46vw, 570px); }
  .campaign-copy h1,
  .campaign-copy h2,
  .collection-feature > div h2 { font-size: clamp(54px, 7vw, 78px); }
  .fashion-nav > .pirly-shell { gap: 23px; }
}

@media (max-width: 980px) {
  .fashion-header__main { height: 58px; }
  .fashion-logo { font-size: 31px; }
  .fashion-nav {
    position: absolute;
    inset: 100% auto auto 0;
    width: min(88vw, 390px);
    height: calc(100vh - 58px);
  }
  .fashion-nav > .pirly-shell > a,
  .fashion-nav__item > a { font: 600 12px/1.3 var(--q-sans); }
  .fashion-nav__item > a { justify-content: center; }
  .fashion-nav__item.is-menu-open .fashion-mega { display: block; }
  .fashion-nav__item.is-menu-open .nav-caret { transform: rotate(180deg); }
  body .product-rail ul.products li.product { flex-basis: calc((100% - 40px)/3) !important; }
}

@media (max-width: 767px) {
  .promo-carousel { min-height: 38px; padding: 6px 7px; }
  .promo-messages { height: 26px; }
  .promo-messages a { min-height: 26px; padding-inline: 4px; font-size: 8px; letter-spacing: .075em; }
  .fashion-header__main { height: 56px; }
  .fashion-logo { font-size: 28px; }
  .fashion-nav { height: calc(100vh - 56px); }

  .campaign-slider {
    height: clamp(690px, calc(100svh - 38px), 790px);
    min-height: 690px;
    background: var(--q-ivory);
  }
  .campaign-slide::after { display: none; }
  .campaign-slide > img,
  .campaign-slide.is-active > img {
    position: absolute;
    top: 0;
    height: 58%;
    transform: none;
    filter: saturate(.9) contrast(1.025);
  }
  .campaign-slide--terracotta > img { object-position: 33% center; }
  .campaign-slide--navy > img { object-position: 66% center; }
  .campaign-copy,
  .campaign-copy--right {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: none;
    height: 42%;
    padding: 25px 24px 22px;
    color: var(--q-ink);
    background: var(--q-ivory);
    text-align: left;
    text-shadow: none;
    transform: none;
  }
  .campaign-copy > span { width: 100%; margin-bottom: 11px; font-size: 9px; text-align: left; }
  .campaign-copy h1,
  .campaign-copy h2 { margin-bottom: 10px; font-size: clamp(39px, 12.7vw, 54px); line-height: .91; text-align: left; }
  .campaign-copy p,
  .campaign-copy--right p { width: 100%; max-width: 450px; margin: 0 0 12px; font-size: 12px; line-height: 1.45; text-align: left; }
  .campaign-copy a { align-self: flex-start; padding-top: 5px; font-size: 9px; }
  .campaign-dots { bottom: calc(42% + 14px); }
  .campaign-dots button { width: 34px; }

  .brand-principles {
    display: flex;
    gap: 0;
    padding: 0 15px;
    overflow-x: auto;
    scroll-padding-inline: 15px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .brand-principles::-webkit-scrollbar { display: none; }
  .brand-principles article { flex: 0 0 min(84vw, 340px); min-height: 116px; padding: 27px 20px; border-right: 1px solid var(--q-line); scroll-snap-align: start; }

  .fashion-section { padding: 78px 15px; }
  .fashion-section__heading { margin-bottom: 36px; }
  .fashion-section__heading h2 { font-size: clamp(34px, 10.6vw, 48px); line-height: .96; }
  .fashion-section__heading p { margin-bottom: 19px; font-size: 12px; line-height: 1.65; }
  .moments { padding-top: 78px; }
  .moment-grid span,
  .new-in-grid span,
  .spotlight-grid span { padding-bottom: 21px; font-size: 9px; }
  body .product-rail ul.products { gap: 12px !important; }
  body .product-rail ul.products li.product { flex-basis: min(76vw, 310px) !important; text-align: left; }
  body .product-rail ul.products li.product .woocommerce-loop-product__title,
  body .product-rail ul.products li.product .price,
  body .product-rail .product-material,
  body .product-rail .product-use-note { text-align: left; }
  body .product-rail ul.products li.product .woocommerce-loop-product__title { padding-right: 32px !important; font-size: 12px; }
  body .most-loved-rail ul.products li.product > .button { top: calc(121.95cqi - 44px); right: 9px; width: 33px; min-height: 33px; height: 33px; }

  .collection-feature { height: 720px; min-height: 680px; background: var(--q-ink); }
  .collection-feature::after { background: linear-gradient(0deg, rgba(16,14,12,.72), transparent 58%); }
  .collection-feature > img { transform: none; }
  .collection-feature--blue > img { object-position: 66% center; }
  .collection-feature--red > img { object-position: 33% center; }
  .collection-feature > div,
  .collection-feature--red > div {
    align-items: flex-start;
    right: 22px;
    bottom: 8%;
    left: 22px;
    color: #fff;
    text-align: left;
  }
  .collection-feature > div h2 { font-size: clamp(43px, 13vw, 58px); text-align: left; }
  .collection-feature > div a { align-self: flex-start; }
  .pirly-standard { background: var(--q-ivory); }
}

@media (max-width: 390px) {
  .fashion-logo { font-size: 25px; }
  .campaign-slider { min-height: 680px; }
  .campaign-slide > img,
  .campaign-slide.is-active > img { height: 56%; }
  .campaign-copy,
  .campaign-copy--right { height: 44%; padding-inline: 20px; }
  .campaign-dots { bottom: calc(44% + 12px); }
  .campaign-copy h1,
  .campaign-copy h2 { font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .campaign-slide,
  .campaign-slide > img,
  .moment-grid img,
  .new-in-grid img,
  .spotlight-grid img,
  .campaign-copy a::after,
  .collection-feature > div a::after,
  .fashion-view-all::after { transition: none !important; }
}

/* 3.1 — Authoritative store-wide responsive layer. */
.most-loved-rail .product-carousel-controls { justify-content: center; width: 100%; }
.most-loved-rail .product-carousel-controls > span { text-align: center; }

@media (max-width: 767px) {
  html { -webkit-text-size-adjust: 100%; }
  html,
  body { width: 100%; max-width: 100%; overflow-x: clip; }
  img,
  svg,
  video { max-width: 100%; }
  :root {
    --fashion-shell: calc(100vw - 24px);
    --shell: calc(100vw - 24px);
  }

  /* Keep the complete carousel instruction visible and centered. */
  .most-loved-rail .product-carousel-controls { justify-content: center; gap: 7px; margin-bottom: 15px; }
  .most-loved-rail .product-carousel-controls > span { display: inline-block; margin: 0 8px 0 0; font-size: 8px; white-space: nowrap; }
  .most-loved-rail .product-carousel-controls button { flex: 0 0 40px; }
  .most-loved-rail ul.products,
  .brand-principles { touch-action: pan-x pan-y; }

  /* Shared page sizing and readable touch forms. */
  .woocommerce-page main.site-main,
  .woocommerce-shop main.site-main,
  .pirly-commerce .site-main,
  .woocommerce-account .site-main,
  .woocommerce-cart .site-main,
  .woocommerce-checkout .site-main,
  .catalog-main {
    width: calc(100vw - 24px);
    max-width: none;
    margin-inline: auto;
    padding-block: 34px 72px;
  }
  .page-hero { padding: 55px 12px 40px; }
  .page-hero h1 { font: 700 clamp(38px, 12vw, 54px)/.96 var(--q-sans); letter-spacing: -.045em; }
  .page-content { width: calc(100vw - 28px); padding-block: 48px 72px; overflow: hidden; }
  .page-content > * { width: 100%; max-width: 100%; }
  .page-content table { display: block; width: 100%; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; white-space: nowrap; }
  .page-content th,
  .page-content td { padding: 13px 11px; }
  .page-content .wpcf7-form input:not([type="submit"]),
  .page-content .wpcf7-form textarea,
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea,
  .woocommerce form .form-row select,
  .select2-container--default .select2-selection--single { max-width: 100%; min-height: 50px; font-size: 16px; }
  .wpcf7-submit,
  .woocommerce button.button,
  .woocommerce a.button,
  .woocommerce input.button { min-height: 46px; }

  /* Policy, FAQ and contact content. */
  .policy-page { width: 100%; font-size: 14px; line-height: 1.72; }
  .policy-page h1 { font: 700 clamp(38px, 12vw, 52px)/.98 var(--q-sans); }
  .policy-page h2 { font: 600 25px/1.15 var(--q-sans); }
  .policy-lead { font: 500 20px/1.5 var(--q-sans); }
  .policy-page details { padding-block: 18px; }
  .policy-page summary { padding-right: 10px; font-size: 14px; line-height: 1.45; }
  .contact-facts { grid-template-columns: 1fr; gap: 10px; }

  /* Shop collection: two balanced columns without overflow. */
  .collection-intro { padding: 50px 12px 0; }
  .collection-intro h1 { overflow-wrap: anywhere; font-size: clamp(38px, 11vw, 54px); }
  .collection-products { width: calc(100vw - 24px); margin-inline: auto; padding-top: 38px; }
  .collection-products__heading { width: 100%; gap: 16px; }
  .collection-products__heading h2 { font: 700 29px/1.05 var(--q-sans); }
  .catalog-filters { width: 100%; margin-bottom: 24px; padding-bottom: 4px; scroll-padding-inline: 2px; }
  body .collection-products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 38px 8px !important; width: 100%; }
  body .collection-products ul.products li.product { min-width: 0; }
  body .collection-products ul.products li.product .woocommerce-loop-product__title { padding: 0 22px 4px !important; overflow-wrap: anywhere; }

  /* Single product: image first, purchasing controls second. */
  .woocommerce div.product { display: block; width: 100%; }
  .woocommerce div.product div.images { margin-bottom: 28px !important; }
  .woocommerce div.product div.images img { width: 100%; border-radius: 0; }
  .woocommerce div.product div.summary { width: 100% !important; margin-bottom: 52px !important; }
  .woocommerce div.product .product_title { font: 700 clamp(32px, 10vw, 46px)/1 var(--q-sans); letter-spacing: -.045em; overflow-wrap: anywhere; }
  .woocommerce div.product p.price { font: 600 18px/1.3 var(--q-sans) !important; }
  .woocommerce-product-details__short-description { font-size: 14px; line-height: 1.65; }
  .woocommerce div.product form.cart { display: flex; align-items: stretch; gap: 8px; width: 100%; }
  .woocommerce div.product form.cart .quantity { flex: 0 0 74px; margin: 0 !important; }
  .woocommerce div.product form.cart .quantity .qty { width: 100%; min-height: 50px; border-radius: 0; font-size: 16px; }
  .woocommerce div.product form.cart .single_add_to_cart_button { flex: 1; min-width: 0; min-height: 50px; margin: 0; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 22px; padding: 0 !important; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
  .woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--q-line); }
  .woocommerce div.product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 13px 0 !important; }
  .woocommerce div.product .woocommerce-tabs .panel { font-size: 14px; line-height: 1.7; }
  .woocommerce div.product .related > h2 { font: 700 32px/1 var(--q-sans); }
  .woocommerce div.product .related ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 34px 8px !important; }

  /* Cart and checkout stack cleanly. */
  .woocommerce-cart h1,
  .woocommerce-checkout h1 { font: 700 38px/1 var(--q-sans); letter-spacing: -.04em; }
  .woocommerce table.shop_table { width: 100%; border-radius: 0 !important; }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td { padding: 12px 10px; }
  .woocommerce-cart table.cart img { width: 70px; }
  .woocommerce-cart table.cart td.actions .coupon { display: grid; grid-template-columns: 1fr auto; gap: 7px; width: 100%; }
  .woocommerce-cart table.cart td.actions .coupon .input-text { width: 100% !important; min-width: 0; margin: 0 !important; font-size: 16px; }
  .woocommerce-cart table.cart td.actions > .button { width: 100%; margin-top: 8px; }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals { width: 100%; float: none; }
  .woocommerce .cart-collaterals .wc-proceed-to-checkout a { width: 100%; min-height: 50px; }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 { width: 100%; float: none; }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 { margin-top: 30px; }
  .woocommerce-checkout #order_review,
  .woocommerce-checkout #order_review_heading { width: 100%; float: none; }
  .woocommerce-checkout-review-order-table th,
  .woocommerce-checkout-review-order-table td { padding: 12px 8px !important; }
  #add_payment_method #payment,
  .woocommerce-cart #payment,
  .woocommerce-checkout #payment { border-radius: 0; }
  .woocommerce-checkout #payment div.form-row { padding: 16px 12px; }
  .woocommerce-checkout #place_order { width: 100%; min-height: 52px; }

  /* Account navigation becomes a usable horizontal tab rail. */
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content { width: 100%; float: none; }
  .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 28px; overflow-x: auto; scrollbar-width: none; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex; gap: 8px; width: max-content; min-width: 100%; padding: 0 0 8px; margin: 0; list-style: none; }
  .woocommerce-account .woocommerce-MyAccount-navigation li { flex: 0 0 auto; }
  .woocommerce-account .woocommerce-MyAccount-navigation a { display: block; min-height: 42px; padding: 12px 15px; border: 1px solid var(--q-line); font-size: 11px; font-weight: 600; letter-spacing: .05em; }

  /* Drawers, newsletter, footer and privacy notice. */
  .store-drawer,
  .search-drawer { width: 100vw; max-width: 100vw; padding: 22px 16px max(22px, env(safe-area-inset-bottom)); }
  .drawer-heading h2 { font: 600 29px/1 var(--q-sans); }
  .drawer-actions { grid-template-columns: 1fr; }
  .drawer-actions .button { min-height: 48px; }
  .drawer-cart-content .woocommerce-mini-cart-item { padding-left: 82px !important; }
  .drawer-cart-content .woocommerce-mini-cart-item img { width: 66px !important; height: 76px; }
  .drawer-search-form { margin-top: 30px; }
  .drawer-search-form input[type="search"] { height: 56px; font: 500 19px/1.2 var(--q-sans); }
  .fashion-newsletter__inner { width: calc(100vw - 32px); }
  .fashion-newsletter h2 { font-size: clamp(34px, 10vw, 46px); }
  .fashion-newsletter form { grid-template-columns: minmax(0, 1fr) auto; }
  .fashion-newsletter button { min-height: 48px; padding-left: 14px; }
  .fashion-footer__grid { gap: 40px 20px; }
  .fashion-footer__logo { font-size: 34px; }
  .fashion-footer__grid > div > a:not(.fashion-footer__logo) { min-height: 34px; margin: 0; padding-block: 8px; }
  .footer-policy-links { flex-wrap: wrap; justify-content: center; }
  .cookie-notice { right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); width: calc(100% - 20px); max-height: calc(100dvh - 20px); overflow-y: auto; }
}

@media (max-width: 480px) {
  .most-loved-rail .product-carousel-controls { flex-wrap: wrap; row-gap: 9px; }
  .most-loved-rail .product-carousel-controls > span { flex: 0 0 100%; margin: 0; }
  .campaign-copy,
  .campaign-copy--right { padding-inline: 18px; }
  .brand-principles article { flex-basis: calc(100vw - 42px); }
  .fashion-footer__grid { grid-template-columns: 1fr; }
  .fashion-footer__grid > div:first-child,
  .fashion-footer__grid > div:last-child { grid-column: 1; }
  .woocommerce div.product form.cart { flex-wrap: wrap; }
  .woocommerce div.product form.cart .quantity { flex-basis: 72px; }
  .woocommerce div.product form.cart .single_add_to_cart_button { flex-basis: calc(100% - 80px); }
}
