/** Shopify CDN: Minification failed

Line 17:9 Expected identifier but found whitespace
Line 17:11 Unexpected "{"
Line 17:21 Expected ":"
Line 18:10 Expected identifier but found whitespace
Line 18:12 Unexpected "{"
Line 18:22 Expected ":"
Line 19:11 Expected identifier but found whitespace
Line 19:13 Unexpected "{"
Line 19:23 Expected ":"
Line 20:9 Expected identifier but found whitespace
... and 12 more hidden warnings

**/
:root{
  --blue: {{ settings.brand_blue }};
  --cream: {{ settings.cream }};
  --yellow: {{ settings.sunny }};
  --pink: {{ settings.pink }};
  --lilac: {{ settings.lilac }};
  --mint: {{ settings.mint }};
  --ink:#18213b;
  --white:#fff;
  --radius:{{ settings.corner_radius }}px;
  --page:1440px;
  --gutter:clamp(18px,4vw,58px);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:Arial,Helvetica,sans-serif;line-height:1.25}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.page-width{width:min(var(--page),calc(100% - 2*var(--gutter)));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:100;background:#fff;padding:12px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,245,219,.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--ink)}.header-inner{min-height:78px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.header-logo{display:flex;align-items:center;justify-content:center;line-height:0}.header-logo__image{display:block;width:clamp(112px,11vw,145px);height:auto;max-width:145px}.header-nav{display:flex;gap:24px;font-weight:800;font-size:14px;text-transform:uppercase}.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;font-weight:900;text-transform:uppercase;font-size:13px}.pill{border:2px solid var(--ink);border-radius:999px;padding:10px 16px;background:#fff;box-shadow:3px 3px 0 var(--ink);transition:.15s transform,.15s box-shadow}.pill:hover{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--ink)}.mobile-menu{display:none}
.hero{position:relative;overflow:hidden;border-bottom:2px solid var(--ink)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;min-height:650px}.hero-copy{padding:clamp(50px,7vw,100px) var(--gutter);display:flex;flex-direction:column;justify-content:center;background:var(--hero-bg,var(--pink));border-right:2px solid var(--ink)}.eyebrow{font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin:0 0 14px}.display{font-size:clamp(58px,8vw,128px);line-height:.82;letter-spacing:-.07em;text-transform:uppercase;margin:0;font-weight:950;max-width:8ch}.hero-text{font-size:clamp(18px,2vw,25px);max-width:560px;margin:26px 0}.cta-row{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border:2px solid var(--ink);border-radius:999px;background:var(--blue);color:#fff;font-weight:900;text-transform:uppercase;box-shadow:5px 5px 0 var(--ink);transition:.15s}.btn:hover{transform:translate(3px,3px);box-shadow:2px 2px 0 var(--ink)}.btn--light{background:#fff;color:var(--ink)}.hero-media{min-height:500px;background:var(--yellow);position:relative}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-placeholder{height:100%;min-height:500px;display:grid;place-items:center;font-size:20px;font-weight:900;text-align:center;padding:40px}
.marquee{overflow:hidden;border-bottom:2px solid var(--ink);background:var(--blue);color:#fff}.marquee-track{display:flex;width:max-content;animation:scroll 24s linear infinite;padding:13px 0;font-size:clamp(18px,2vw,28px);font-weight:950;text-transform:uppercase;letter-spacing:.02em}.marquee-track span{padding-right:36px}@keyframes scroll{to{transform:translateX(-50%)}}
.section{padding:clamp(56px,7vw,96px) 0;border-bottom:2px solid var(--ink)}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:32px}.section-title{font-size:clamp(42px,6vw,86px);line-height:.88;letter-spacing:-.06em;text-transform:uppercase;font-weight:950;margin:0}.section-sub{max-width:520px;font-size:18px}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.collection-card{border:2px solid var(--ink);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:6px 6px 0 var(--ink)}.collection-card__media{aspect-ratio:1/1;overflow:hidden;background:var(--yellow)}.collection-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.collection-card:hover img{transform:scale(1.035)}.collection-card__body{padding:18px;display:flex;justify-content:space-between;align-items:center;gap:12px}.collection-card__title{font-size:clamp(21px,2vw,30px);font-weight:950;text-transform:uppercase;line-height:.95}.arrow{font-size:30px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{position:relative}.product-card__media{aspect-ratio:1/1;border:2px solid var(--ink);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:5px 5px 0 var(--ink)}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__body{padding:16px 4px 0}.product-card__title{font-weight:950;text-transform:uppercase;font-size:18px}.price{font-weight:800;margin-top:5px}.badge{position:absolute;left:12px;top:12px;background:var(--yellow);border:2px solid var(--ink);border-radius:999px;padding:7px 10px;font-weight:900;font-size:12px;text-transform:uppercase;z-index:1}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border:2px solid var(--ink);border-radius:calc(var(--radius) + 8px);overflow:hidden;box-shadow:8px 8px 0 var(--ink)}.story-media{min-height:560px;background:var(--lilac)}.story-media img{width:100%;height:100%;object-fit:cover}.story-copy{padding:clamp(35px,6vw,80px);background:var(--story-bg,var(--mint));display:flex;flex-direction:column;justify-content:center}.story-copy h2{font-size:clamp(44px,6vw,86px);line-height:.88;letter-spacing:-.06em;text-transform:uppercase;margin:0 0 24px}.story-copy .rte{font-size:20px;max-width:620px}.story-copy .btn{align-self:flex-start;margin-top:24px}
.split-banner{display:grid;grid-template-columns:1fr 1fr;border-bottom:2px solid var(--ink)}.split-block{padding:clamp(55px,7vw,110px) var(--gutter);min-height:420px;display:flex;flex-direction:column;justify-content:space-between}.split-block:first-child{border-right:2px solid var(--ink)}.split-block h3{font-size:clamp(48px,7vw,100px);line-height:.84;letter-spacing:-.06em;text-transform:uppercase;margin:0}.split-block p{font-size:20px;max-width:520px}.ugc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.ugc-card{aspect-ratio:1/1;border:2px solid var(--ink);border-radius:var(--radius);overflow:hidden;background:#fff}.ugc-card img{width:100%;height:100%;object-fit:cover}
.newsletter{background:var(--blue);color:#fff;padding:clamp(65px,8vw,120px) 0;text-align:center}.newsletter h2{font-size:clamp(55px,8vw,120px);line-height:.82;letter-spacing:-.07em;text-transform:uppercase;margin:0 auto 24px;max-width:10ch}.newsletter p{font-size:20px;max-width:650px;margin:0 auto 28px}.newsletter-form{display:flex;justify-content:center;gap:10px;max-width:660px;margin:auto}.newsletter-form input{flex:1;min-width:0;border:2px solid #fff;border-radius:999px;background:#fff;color:var(--ink);padding:0 20px;font-size:16px}.newsletter-form button{border-color:#fff;box-shadow:5px 5px 0 #fff}.form-note{margin-top:12px;font-size:14px}.site-footer{border-top:2px solid var(--ink);background:#F4EBDD;padding:24px 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:22px}.footer-logo{display:inline-flex;align-items:center;line-height:0}.footer-logo__image{display:block;width:112px;height:auto;max-width:100%}.site-footer p{margin:8px 0 0;font-size:14px}.footer-links{display:grid;gap:6px;font-size:14px;font-weight:800}.footer-title{font-size:14px;font-weight:950;text-transform:uppercase;margin-bottom:8px}.copyright{margin-top:20px;font-size:11px;font-weight:700}
.product-page{padding:55px 0 90px}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:55px}.product-main-image{border:2px solid var(--ink);border-radius:var(--radius);overflow:hidden;box-shadow:7px 7px 0 var(--ink);background:#fff}.product-info{position:sticky;top:115px;align-self:start}.product-info h1{font-size:clamp(48px,6vw,82px);line-height:.88;letter-spacing:-.06em;text-transform:uppercase;margin:0 0 18px}.product-price{font-size:24px;font-weight:900;margin-bottom:24px}.product-description{font-size:18px}.product-form{display:grid;gap:14px;margin-top:28px}.select,input[type=number]{min-height:48px;border:2px solid var(--ink);border-radius:999px;padding:0 16px;background:#fff}.product-form .btn{width:100%;min-height:58px}.collection-page{padding:55px 0 90px}.collection-page__head{margin-bottom:40px}.collection-page__head h1{font-size:clamp(58px,8vw,115px);line-height:.82;letter-spacing:-.07em;text-transform:uppercase;margin:0}.cart-page{padding:55px 0 90px}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:18px;padding:18px 0;border-bottom:2px solid var(--ink)}.cart-item img{width:100px;height:100px;object-fit:cover;border:2px solid var(--ink);border-radius:14px}.cart-total{text-align:right;font-size:24px;font-weight:950;margin-top:28px}
@media(max-width:900px){.header-nav{display:none}.header-inner{grid-template-columns:auto 1fr auto}.mobile-menu{display:block}.hero-grid,.story-grid,.product-layout,.split-banner{grid-template-columns:1fr}.hero-copy{border-right:0;border-bottom:2px solid var(--ink);min-height:520px}.hero-grid{min-height:0}.collection-grid{grid-template-columns:1fr 1fr}.product-grid,.ugc-grid{grid-template-columns:1fr 1fr}.split-block:first-child{border-right:0;border-bottom:2px solid var(--ink)}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.product-info{position:static}.newsletter-form{flex-direction:column}.newsletter-form input{min-height:54px}}
@media(max-width:560px){.collection-grid,.product-grid,.ugc-grid{grid-template-columns:1fr}.header-logo__image{width:108px}.header-actions .text-link{display:none}.section-head{display:block}.section-sub{margin-top:15px}.footer-grid{grid-template-columns:1fr}.display{font-size:58px}.hero-copy{min-height:460px}}

/* Buberry Club newsletter */
.buberry-club{background:var(--club-bg);color:var(--club-text);padding:clamp(64px,9vw,120px) 0;text-align:center;overflow:hidden}
.buberry-club__inner{max-width:980px;margin:0 auto}
.buberry-club .eyebrow{font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin:0 0 16px}
.buberry-club h2{font-size:clamp(3rem,8vw,7.5rem);line-height:.88;letter-spacing:-.055em;margin:0 auto 24px;max-width:900px}
.buberry-club__text{font-size:clamp(1.05rem,2vw,1.4rem);line-height:1.4;max-width:650px;margin:0 auto 32px}
.buberry-club__form{display:flex;gap:10px;justify-content:center;align-items:stretch;max-width:650px;margin:0 auto;flex-wrap:wrap}
.buberry-club__form input[type=email]{flex:1 1 330px;min-height:58px;border:2px solid currentColor;border-radius:999px;background:#fff;padding:0 24px;font:inherit;color:#222;box-shadow:none}
.buberry-club__form .btn{min-height:58px;border:2px solid currentColor;border-radius:999px;padding:0 28px;background:var(--club-text);color:var(--club-bg);cursor:pointer;font-weight:800}
.buberry-club .form-note{flex-basis:100%;margin:12px 0 0;font-weight:700}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:600px){.buberry-club__form{display:block}.buberry-club__form input[type=email],.buberry-club__form .btn{width:100%}.buberry-club__form .btn{margin-top:10px}}

/* Playful shop page */
.shop-page{background:var(--cream);color:var(--shop-text)}
.shop-page__hero{background:var(--shop-bg);border-bottom:2px solid var(--ink);padding:clamp(52px,7vw,92px) 0 30px;overflow:hidden}
.shop-page__headline-row{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.5fr);gap:40px;align-items:end}
.shop-page__hero h1{font-size:clamp(72px,11vw,170px);line-height:.76;letter-spacing:-.075em;text-transform:uppercase;font-weight:950;margin:0;max-width:7ch}
.shop-page__intro{font-size:clamp(18px,2vw,24px);font-weight:700;max-width:430px;padding-bottom:8px}
.shop-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-top:38px}
.shop-tab{display:inline-flex;align-items:center;min-height:46px;padding:0 18px;border:2px solid var(--ink);border-radius:999px;background:#fff;font-weight:950;text-transform:uppercase;font-size:13px;box-shadow:3px 3px 0 var(--ink);transition:.15s}
.shop-tab:hover,.shop-tab.is-active{background:var(--shop-accent);transform:translate(2px,2px);box-shadow:1px 1px 0 var(--ink)}
.shop-mini-marquee{overflow:hidden;background:var(--shop-accent);border-bottom:2px solid var(--ink)}
.shop-mini-marquee__track{display:flex;width:max-content;animation:scroll 26s linear infinite;padding:12px 0;font-size:17px;font-weight:950;text-transform:uppercase}
.shop-mini-marquee__track span{padding-right:34px}
.shop-page__products{padding-top:clamp(36px,5vw,72px);padding-bottom:clamp(70px,8vw,120px)}
.shop-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(18px,2vw,30px);row-gap:clamp(42px,5vw,72px)}
.shop-product-card{min-width:0}
.shop-product-card__media{display:block;position:relative;aspect-ratio:1/1;overflow:hidden;border:2px solid var(--ink);border-radius:calc(var(--radius) + 10px);background:#fff;box-shadow:7px 7px 0 var(--ink)}
.shop-product-card__media img,.shop-product-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.shop-product-card:hover .shop-product-card__media img{transform:scale(1.025)}
.shop-product-card__sold{position:absolute;right:12px;top:12px;z-index:2;background:var(--ink);color:#fff;border:2px solid var(--ink);border-radius:999px;padding:7px 11px;font-size:11px;font-weight:950;text-transform:uppercase}
.shop-product-card__body{padding:20px 4px 0}
.shop-product-card__vendor{font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:900;opacity:.65;margin-bottom:7px}
.shop-product-card__title{display:block;font-size:clamp(22px,2.2vw,34px);line-height:.94;letter-spacing:-.035em;text-transform:uppercase;font-weight:950;max-width:16ch}
.shop-product-card__bottom{margin-top:18px;display:flex;justify-content:space-between;align-items:center;gap:14px}
.shop-product-card__price{font-size:17px;font-weight:900;display:flex;gap:8px;flex-wrap:wrap}
.shop-product-card__price s{opacity:.55}
.shop-quick-add{margin:0}
.shop-add-btn{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:0 15px;border:2px solid var(--ink);border-radius:999px;background:var(--blue);color:#fff;font:inherit;font-size:12px;font-weight:950;text-transform:uppercase;cursor:pointer;box-shadow:3px 3px 0 var(--ink);white-space:nowrap}
.shop-add-btn:hover{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--ink)}
.shop-add-btn.is-disabled{background:#ddd;color:#666;cursor:not-allowed}
.shop-pagination{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:70px;font-weight:900}
.shop-empty{border:2px solid var(--ink);border-radius:var(--radius);padding:55px;background:#fff;box-shadow:7px 7px 0 var(--ink);text-align:center}
.shop-empty h2{font-size:clamp(42px,6vw,74px);text-transform:uppercase;letter-spacing:-.05em;margin:0 0 12px}
.shop-page__bottom{background:var(--bottom-bg);border-top:2px solid var(--ink);border-bottom:2px solid var(--ink)}
.shop-page__bottom-inner{padding-top:clamp(65px,8vw,110px);padding-bottom:clamp(65px,8vw,110px);text-align:center}
.shop-page__bottom h2{font-size:clamp(52px,8vw,110px);line-height:.84;letter-spacing:-.065em;text-transform:uppercase;margin:0 auto 24px;max-width:12ch}
.shop-page__bottom .rte{font-size:20px;max-width:620px;margin:0 auto 28px}
@media(max-width:900px){.shop-page__headline-row{grid-template-columns:1fr}.shop-page__intro{padding:0}.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.shop-page__hero h1{font-size:70px}.shop-tabs{flex-wrap:nowrap;overflow:auto;padding-bottom:6px}.shop-tab{flex:0 0 auto}.shop-product-grid{grid-template-columns:1fr}.shop-product-card__bottom{align-items:flex-start}.shop-pagination{flex-wrap:wrap}.shop-page__products{padding-top:34px}}

/* Buberry square image system */
.collection-card__media,.product-card__media,.shop-product-card__media,.product-main-image{aspect-ratio:1/1!important;overflow:hidden}
.collection-card__media img,.product-card__media img,.shop-product-card__media img,.product-main-image img{width:100%!important;height:100%!important;object-fit:cover!important}
.product-main-image{width:100%}

/* Buberry editorial photo slider — Graza-inspired structure, original styling */
.editorial-slider{position:relative;border-bottom:2px solid var(--ink);background:var(--cream);overflow:hidden}
.editorial-slider__viewport{position:relative;min-height:610px}
.editorial-slide{display:none;grid-template-columns:1.05fr .95fr;min-height:610px;color:var(--slide-text);background:var(--slide-bg)}
.editorial-slide.is-active{display:grid;animation:buberrySlideIn .38s ease both}
.editorial-slide__copy{padding:clamp(54px,7vw,105px) var(--gutter);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}
.editorial-slide__eyebrow{display:flex;gap:18px;align-items:center;font-size:14px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;margin:0 0 28px}
.editorial-slide__copy h2{font-size:clamp(58px,7vw,112px);line-height:.86;letter-spacing:-.065em;text-transform:uppercase;font-weight:950;margin:0;max-width:8ch}
.editorial-slide__text{font-size:clamp(18px,1.6vw,24px);line-height:1.35;max-width:570px;margin:28px 0 30px}
.editorial-slide__text p{margin:0}
.editorial-slide__button{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 28px;border:2px solid currentColor;border-radius:999px;background:var(--cream);color:var(--ink);font-size:14px;font-weight:950;text-transform:uppercase;box-shadow:5px 5px 0 currentColor;transition:.15s}
.editorial-slide__button:hover{transform:translate(3px,3px);box-shadow:2px 2px 0 currentColor}
.editorial-slide__media{min-height:610px;background:#fff;overflow:hidden}
.editorial-slide__media img{width:100%;height:100%;min-height:610px;object-fit:cover}
.editorial-slide__placeholder{height:100%;min-height:610px;display:grid;place-items:center;padding:50px;background:var(--lilac);color:var(--ink);font-weight:950;text-align:center;text-transform:uppercase}
.editorial-slider__controls{position:absolute;left:var(--gutter);bottom:24px;z-index:4;display:flex;align-items:center;gap:9px}
.editorial-slider__arrow,.editorial-slider__dot{appearance:none;border:2px solid var(--ink);background:var(--cream);color:var(--ink);cursor:pointer}
.editorial-slider__arrow{width:44px;height:44px;border-radius:50%;font-size:20px;font-weight:900;display:grid;place-items:center}
.editorial-slider__dots{display:flex;gap:7px}
.editorial-slider__dot{width:13px;height:13px;border-radius:50%;padding:0}
.editorial-slider__dot.is-active{background:var(--blue)}
@keyframes buberrySlideIn{from{opacity:.25}to{opacity:1}}
@media(max-width:900px){.editorial-slider__viewport,.editorial-slide{min-height:0}.editorial-slide,.editorial-slide.is-active{grid-template-columns:1fr}.editorial-slide__copy{min-height:480px;padding-bottom:92px}.editorial-slide__media,.editorial-slide__media img,.editorial-slide__placeholder{min-height:420px}.editorial-slider__controls{bottom:auto;top:420px;transform:translateY(-68px)}}
@media(max-width:560px){.editorial-slide__copy h2{font-size:56px}.editorial-slide__copy{min-height:440px}.editorial-slide__media,.editorial-slide__media img,.editorial-slide__placeholder{min-height:360px}.editorial-slider__controls{top:440px}}

/* Editable playful hero sticker — bold snack-brand energy, original Buberry styling */
.hero-sticker{position:absolute;z-index:5;width:var(--sticker-size);height:var(--sticker-size);display:grid;place-items:center;padding:24px;background:var(--sticker-bg);color:var(--sticker-text);border:2px solid var(--ink);text-align:center;text-decoration:none;transform:rotate(var(--sticker-rotate));filter:drop-shadow(6px 6px 0 var(--ink));transition:transform .18s ease;clip-path:polygon(50% 0%,61% 11%,76% 5%,82% 20%,98% 21%,92% 37%,100% 50%,89% 61%,95% 77%,79% 81%,77% 98%,61% 90%,50% 100%,39% 89%,23% 96%,19% 79%,2% 77%,10% 61%,0% 50%,11% 39%,4% 23%,21% 19%,23% 3%,39% 11%)}
.hero-sticker:hover{transform:rotate(calc(var(--sticker-rotate) + 4deg)) scale(1.04)}
.hero-sticker span{display:block;font-size:clamp(15px,1.35vw,22px);line-height:.92;font-weight:950;letter-spacing:-.025em;text-transform:uppercase;max-width:9ch}
.hero-sticker--top-left{top:30px;left:30px}.hero-sticker--top-right{top:30px;right:30px}.hero-sticker--bottom-left{bottom:30px;left:30px}.hero-sticker--bottom-right{bottom:30px;right:30px}
@media(max-width:900px){.hero-sticker{width:min(var(--sticker-size),145px);height:min(var(--sticker-size),145px);padding:19px;filter:drop-shadow(4px 4px 0 var(--ink))}.hero-sticker--top-left{top:18px;left:18px}.hero-sticker--top-right{top:18px;right:18px}.hero-sticker--bottom-left{bottom:18px;left:18px}.hero-sticker--bottom-right{bottom:18px;right:18px}}

/* Shop collection groups — Good Girl-inspired category rhythm, original Buberry styling */
.shop-collection-group{scroll-margin-top:115px;margin-bottom:clamp(70px,8vw,120px)}
.shop-collection-group:last-child{margin-bottom:0}
.shop-collection-group__head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px;padding-bottom:16px;border-bottom:2px solid var(--ink)}
.shop-collection-group__head h2{margin:0;color:var(--shop-heading);font-size:clamp(54px,7.5vw,112px);line-height:.82;letter-spacing:-.065em;text-transform:uppercase;font-weight:950}
.shop-view-all{font-weight:950;text-transform:uppercase;font-size:13px;border-bottom:2px solid currentColor;padding-bottom:3px;white-space:nowrap}
.shop-product-card__media{background:var(--shop-card-bg)}
.shop-add-btn{background:var(--shop-btn-bg);color:var(--shop-btn-text)}
.shop-add-btn span{display:block!important;color:inherit!important;opacity:1!important;visibility:visible!important;font-size:inherit!important;line-height:1!important}
.shop-page__bottom{color:var(--bottom-text)}
@media(max-width:600px){.shop-collection-group__head{align-items:flex-start}.shop-collection-group__head h2{font-size:54px}.shop-view-all{margin-top:12px}}

/* Header dropdown navigation */
.header-nav__item{position:relative;display:flex;align-items:center;min-height:78px}
.header-nav__link{display:flex;align-items:center;min-height:78px}
.header-nav__item.has-dropdown>.header-nav__link:after{content:'⌄';font-size:13px;margin-left:6px;transform:translateY(-1px)}
.header-dropdown{position:absolute;top:calc(100% - 2px);left:-18px;min-width:220px;padding:12px;background:var(--dropdown-bg,#FFF5DB);color:var(--dropdown-text,#18213B);border:2px solid var(--dropdown-border,#18213B);border-radius:0 0 18px 18px;box-shadow:5px 5px 0 var(--dropdown-border,#18213B);display:none;z-index:80}
.header-dropdown a{display:block;padding:11px 12px;border-radius:10px;font-size:13px;font-weight:900;text-transform:uppercase;color:var(--dropdown-text,#18213B)}
.header-dropdown a:hover{background:var(--dropdown-hover-bg,#F5D54A);color:var(--dropdown-hover-text,#18213B)}
.header-nav__item:hover .header-dropdown,.header-nav__item:focus-within .header-dropdown{display:block}
.mobile-menu{position:absolute;left:var(--gutter);top:22px;z-index:82}
.mobile-menu>summary{list-style:none;cursor:pointer;font-weight:950;text-transform:uppercase}
.mobile-menu>summary::-webkit-details-marker{display:none}
.mobile-menu__panel{position:absolute;top:42px;left:0;width:min(88vw,330px);background:var(--cream);border:2px solid var(--ink);border-radius:18px;padding:16px;box-shadow:6px 6px 0 var(--ink);display:grid;gap:6px}
.mobile-menu__panel>a,.mobile-menu__group>summary{padding:10px 8px;font-weight:950;text-transform:uppercase;list-style:none}
.mobile-menu__group>summary::-webkit-details-marker{display:none}
.mobile-menu__group>div{display:grid;gap:2px;padding:4px 0 8px 14px}
.mobile-menu__group>div a{padding:8px;font-weight:800;text-transform:uppercase;font-size:13px}

/* Product detail tabs + visible editable add button */
.product-add-button{background:var(--product-btn-bg)!important;color:var(--product-btn-text)!important}
.product-add-button span{display:block!important;color:inherit!important;opacity:1!important;visibility:visible!important;position:static!important;font-size:14px!important;line-height:1!important;font-weight:950!important;text-transform:uppercase!important}
.product-add-button:disabled{opacity:.55;cursor:not-allowed}
.product-detail-tabs{margin-top:32px;border:2px solid var(--ink);border-radius:18px;overflow:hidden;background:var(--product-tab-bg)}
.product-detail-tabs__buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:2px solid var(--ink)}
.product-detail-tab{appearance:none;border:0;border-right:1px solid var(--ink);background:var(--product-tab-bg);color:var(--product-tab-text);min-height:52px;padding:10px 12px;font:inherit;font-weight:950;text-transform:uppercase;letter-spacing:.03em;cursor:pointer}
.product-detail-tab:last-child{border-right:0}
.product-detail-tab.is-active{background:var(--product-tab-active);color:#fff}
.product-detail-tabs__panels{padding:24px}
.product-detail-panel{display:none;font-size:17px;line-height:1.45}
.product-detail-panel.is-active{display:block}
.product-detail-panel .rte>*:first-child{margin-top:0}.product-detail-panel .rte>*:last-child{margin-bottom:0}
@media(max-width:560px){.product-detail-tabs__buttons{grid-template-columns:1fr}.product-detail-tab{border-right:0;border-bottom:1px solid var(--ink)}.product-detail-tab:last-child{border-bottom:0}.product-detail-tabs__panels{padding:18px}}

/* Editable multi-image product gallery */
.product-gallery{display:grid;grid-template-columns:1fr;gap:var(--gallery-gap,12px);align-self:start}
.product-gallery--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.product-gallery--first-large .product-gallery__item:first-child{grid-column:1/-1}
.product-gallery__item{appearance:none;border:2px solid var(--gallery-border,#18213B);padding:0;margin:0;border-radius:var(--gallery-radius,18px);background:var(--gallery-bg,#FFF5DB);overflow:hidden;aspect-ratio:1/1;width:100%;display:block;cursor:zoom-in}
.product-gallery__item img,.product-gallery__item svg{width:100%!important;height:100%!important;object-fit:cover!important;display:block}
@media(max-width:720px){.product-gallery--2{grid-template-columns:1fr}.product-gallery--first-large .product-gallery__item:first-child{grid-column:auto}}

/* Visual Shop All / collection pages */
.collection-page--visual{background:var(--collection-bg);color:var(--collection-text)}
.collection-page--visual .collection-page__head h1{color:var(--collection-heading)}
.collection-page__head--shopall{padding-bottom:12px}
.collection-page__head--shopall .section-sub{max-width:680px;margin-top:20px;font-size:20px}
.collection-page--visual .shop-collection-group__head h2{color:var(--collection-heading)}
.collection-page--visual .shop-product-card__media{background:var(--collection-card-bg)}
.collection-page--visual .shop-add-btn{background:var(--collection-btn-bg);color:var(--collection-btn-text)!important}
.collection-page--visual .shop-add-btn span{color:inherit!important;visibility:visible!important;opacity:1!important}
.shop-collection-group--all{margin-bottom:clamp(90px,10vw,150px)}
.shop-all-groups{padding-top:8px}
.shop-pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:44px;font-weight:900}
.collection-page--visual .shop-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.collection-page--visual .shop-product-card__media{aspect-ratio:1/1!important}
.collection-page--visual .shop-product-card__media img,.collection-page--visual .shop-product-card__media svg{width:100%!important;height:100%!important;object-fit:cover!important}
@media(max-width:1000px){.collection-page--visual .shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.collection-page--visual .shop-product-grid{grid-template-columns:1fr}.shop-pagination{flex-wrap:wrap}}

/* Built-in visual Shop route fixes */
.shop-product-card__media { aspect-ratio: 1 / 1; overflow: hidden; }
.shop-product-card__media img, .shop-product-card__media svg { width: 100%; height: 100%; object-fit: cover; display: block; }
.shop-empty-state { grid-column: 1 / -1; padding: 32px; border: 1px solid var(--shop-text, #18213B); border-radius: 18px; background: var(--shop-card-bg, #fff); }

/* Cart checkout button visibility */
.cart-page button[name="checkout"]{
  color:#FFFFFF !important;
  background:#324582 !important;
  -webkit-text-fill-color:#FFFFFF !important;
  opacity:1 !important;
}
.cart-page button[name="checkout"] span,
.cart-page button[name="checkout"] *{
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
}

/* Compact cart quantity control */
.cart-page .cart-item input[type="number"]{
  width:72px !important;
  min-width:72px !important;
  max-width:72px !important;
  height:48px !important;
  min-height:48px !important;
  padding:0 10px !important;
  border-radius:999px !important;
  font-size:16px !important;
  line-height:1 !important;
  box-sizing:border-box !important;
}

/* Keep footer at the bottom of every page without covering page content */
html, body {
  min-height: 100%;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body > main,
body > #MainContent,
body > .content-for-layout {
  flex: 1 0 auto;
}
.site-footer {
  margin-top: auto;
  flex-shrink: 0;
}

/* Balanced Buberry header logo */
.site-header .header-inner{
  position:relative;
  min-height:82px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
}
.site-header .header-nav{
  justify-self:start;
}
.site-header .header-logo{
  position:static !important;
  transform:none !important;
  justify-self:center;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:0;
  padding:6px 12px;
}
.site-header .header-logo__image{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:150px !important;
  max-height:48px !important;
  object-fit:contain;
}
.site-header .header-actions{
  justify-self:end;
}
@media(max-width:900px){
  .site-header .header-inner{
    min-height:70px;
    grid-template-columns:1fr auto;
  }
  .site-header .header-logo{
    justify-self:start;
    padding:5px 0;
  }
  .site-header .header-logo__image{
    max-width:125px !important;
    max-height:42px !important;
  }
}

/* Slower marquee movement */
.marquee-track,
.marquee__track,
[class*="marquee"] .track {
  animation-duration: 30s !important;
}

.product-card__text{margin-top:6px;font-size:14px;line-height:1.3}


/* ===== Buberry mobile header: keep logo clear of MENU dropdown ===== */
@media (max-width:900px){
  .site-header .header-inner{
    min-height:70px !important;
    grid-template-columns:72px minmax(0,1fr) auto !important;
    gap:10px !important;
    position:relative;
  }
  .site-header .header-nav{
    display:none !important;
  }
  .site-header .header-logo{
    grid-column:2 !important;
    grid-row:1 !important;
    justify-self:center !important;
    align-self:center !important;
    position:static !important;
    transform:none !important;
    padding:4px 8px !important;
    min-width:0;
    z-index:1;
  }
  .site-header .header-logo__image{
    width:auto !important;
    height:auto !important;
    max-width:min(125px,34vw) !important;
    max-height:42px !important;
    object-fit:contain !important;
  }
  .site-header .header-actions{
    grid-column:3 !important;
    grid-row:1 !important;
    justify-self:end !important;
    min-width:max-content;
    z-index:2;
  }
  .site-header .mobile-menu{
    display:block !important;
    position:absolute !important;
    left:var(--gutter) !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    z-index:90 !important;
    width:62px;
  }
  .site-header .mobile-menu > summary{
    position:relative;
    z-index:91;
  }
  .site-header .mobile-menu__panel{
    top:44px !important;
    left:0 !important;
    z-index:92 !important;
  }
}
@media (max-width:560px){
  .site-header .header-inner{
    grid-template-columns:64px minmax(0,1fr) auto !important;
  }
  .site-header .header-logo__image{
    max-width:min(108px,30vw) !important;
    max-height:38px !important;
  }
  .site-header .header-actions{
    font-size:12px;
  }
  .site-header .header-actions .pill{
    padding:8px 11px;
  }
}


/* ===== Mobile editorial slider controls fix =====
   Keeps arrows/dots clear of CTA buttons such as "SHOP ON THE GO". */
@media (max-width: 900px) {
  .editorial-slider {
    padding-bottom: 0;
  }

  .editorial-slide__copy {
    padding-bottom: 125px !important;
  }

  .editorial-slider__controls {
    top: auto !important;
    bottom: 24px !important;
    left: var(--gutter) !important;
    transform: none !important;
    position: absolute !important;
    z-index: 6 !important;
  }
}

@media (max-width: 560px) {
  .editorial-slide__copy {
    min-height: 500px !important;
    padding-bottom: 135px !important;
  }

  .editorial-slider__controls {
    bottom: 22px !important;
  }

  .editorial-slider__arrow {
    width: 42px !important;
    height: 42px !important;
  }
}


/* ===== HARD FIX: mobile editorial slider arrows never overlap CTA ===== */
@media (max-width: 900px) {
  .editorial-slider {
    display: block !important;
  }

  .editorial-slider__viewport {
    position: relative !important;
  }

  .editorial-slide__copy {
    padding-bottom: 38px !important;
  }

  .editorial-slider__controls {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 18px var(--gutter) 24px !important;
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    width: fit-content !important;
    z-index: auto !important;
  }
}

@media (max-width: 560px) {
  .editorial-slide__copy {
    min-height: 0 !important;
    padding-bottom: 34px !important;
  }

  .editorial-slider__controls {
    margin-top: 16px !important;
    margin-bottom: 22px !important;
  }

  .editorial-slider__arrow {
    width: 42px !important;
    height: 42px !important;
  }
}


/* BUBERRY MOBILE MENU + CURRENT OBSESSIONS FIX */
@media (max-width:900px){
  .site-header{overflow:visible!important;isolation:isolate}
  .site-header .header-inner{overflow:visible!important}
  .site-header .mobile-menu{
    display:block!important;position:absolute!important;left:var(--gutter)!important;
    top:50%!important;transform:translateY(-50%)!important;z-index:1000!important
  }
  .site-header .mobile-menu>summary{
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    min-height:42px!important;padding:8px 10px!important;background:#FFF5DB!important;
    color:#324582!important;border:2px solid #18213B!important;border-radius:999px!important;
    cursor:pointer!important;list-style:none!important;position:relative!important;z-index:1002!important
  }
  .site-header .mobile-menu>summary::-webkit-details-marker{display:none!important}
  .site-header .mobile-menu__panel{
    position:absolute!important;top:calc(100% + 10px)!important;left:0!important;
    width:min(86vw,330px)!important;min-width:260px!important;max-height:calc(100vh - 110px)!important;
    overflow-y:auto!important;padding:14px!important;gap:5px!important;background:#FFF5DB!important;
    color:#324582!important;border:2px solid #18213B!important;border-radius:18px!important;
    box-shadow:6px 6px 0 #18213B!important;z-index:1001!important;opacity:1!important;visibility:visible!important
  }
  .site-header .mobile-menu:not([open]) .mobile-menu__panel{display:none!important}
  .site-header .mobile-menu__panel a,
  .site-header .mobile-menu__panel summary,
  .site-header .mobile-menu__group>summary,
  .site-header .mobile-menu__group>div a{
    display:block!important;width:100%!important;min-height:42px!important;padding:11px 10px!important;
    background:transparent!important;color:#324582!important;opacity:1!important;visibility:visible!important;
    font-size:14px!important;font-weight:900!important;line-height:1.2!important;text-transform:uppercase!important;
    text-decoration:none!important;border-radius:10px!important;cursor:pointer!important
  }
  .site-header .mobile-menu__group{display:block!important;width:100%!important}
  .site-header .mobile-menu__group>div{display:grid!important;gap:2px!important;padding:4px 0 8px 12px!important}
  .site-header .mobile-menu__group:not([open])>div{display:none!important}
  .site-header .mobile-menu__panel a:hover,
  .site-header .mobile-menu__panel a:focus,
  .site-header .mobile-menu__group>summary:hover{background:#F3E990!important;color:#324582!important}

  .featured-collection .section-head{
    display:flex!important;flex-direction:column!important;align-items:flex-start!important;
    justify-content:flex-start!important;gap:18px!important;position:static!important;margin-bottom:30px!important
  }
  .featured-collection .section-head .section-title{
    width:100%!important;position:static!important;margin:0!important
  }
  .featured-collection .section-head .pill{
    position:static!important;inset:auto!important;transform:none!important;
    align-self:flex-start!important;margin:0!important;z-index:auto!important
  }
}
@media (max-width:560px){
  .site-header .mobile-menu__panel{width:min(88vw,310px)!important;min-width:250px!important}
  .featured-collection .section-head{gap:14px!important;margin-bottom:26px!important}
  .featured-collection .section-head .pill{min-height:44px!important;padding:10px 16px!important}
}



.site-header .mobile-shop-menu{display:none;}

/* ===== Mobile SHOP dropdown mirrors desktop ===== */
@media (max-width:900px){
  .site-header .header-inner{
    min-height:70px !important;
    grid-template-columns:72px minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:10px !important;
    position:relative !important;
  }

  .site-header .header-nav{
    display:none !important;
  }

  .site-header .header-logo{
    grid-column:2 !important;
    justify-self:center !important;
    position:static !important;
    transform:none !important;
    z-index:5 !important;
  }

  .site-header .header-actions{
    grid-column:3 !important;
    justify-self:end !important;
    z-index:6 !important;
  }

  .site-header .mobile-menu{
    display:none !important;
  }

  .site-header .mobile-shop-menu{
    display:block !important;
    position:absolute !important;
    left:var(--gutter) !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    z-index:1000 !important;
  }

  .site-header .mobile-shop-menu__trigger{
    list-style:none !important;
    cursor:pointer !important;
    font-weight:900 !important;
    text-transform:uppercase !important;
    color:#324582 !important;
    background:transparent !important;
    border:0 !important;
    padding:10px 0 !important;
    min-width:52px !important;
  }

  .site-header .mobile-shop-menu__trigger::-webkit-details-marker{
    display:none !important;
  }

  .site-header .mobile-shop-menu__trigger::after{
    content:'⌄';
    font-size:13px;
    margin-left:6px;
    display:inline-block;
    transform:translateY(-1px);
  }

  .site-header .mobile-shop-menu__panel{
    position:absolute !important;
    top:calc(100% + 18px) !important;
    left:-12px !important;
    min-width:220px !important;
    width:min(78vw,280px) !important;
    padding:12px !important;
    background:var(--dropdown-bg,#FFF5DB) !important;
    color:var(--dropdown-text,#18213B) !important;
    border:2px solid var(--dropdown-border,#18213B) !important;
    border-radius:0 0 18px 18px !important;
    box-shadow:5px 5px 0 var(--dropdown-border,#18213B) !important;
    z-index:1001 !important;
  }

  .site-header .mobile-shop-menu:not([open]) .mobile-shop-menu__panel{
    display:none !important;
  }

  .site-header .mobile-shop-menu__panel a{
    display:block !important;
    padding:11px 12px !important;
    border-radius:10px !important;
    font-size:13px !important;
    font-weight:900 !important;
    text-transform:uppercase !important;
    color:var(--dropdown-text,#18213B) !important;
    background:transparent !important;
  }

  .site-header .mobile-shop-menu__panel a:hover,
  .site-header .mobile-shop-menu__panel a:focus{
    background:var(--dropdown-hover-bg,#F5D54A) !important;
    color:var(--dropdown-hover-text,#18213B) !important;
  }
}

@media (max-width:560px){
  .site-header .header-inner{
    grid-template-columns:64px minmax(0,1fr) auto !important;
  }

  .site-header .header-logo__image{
    max-width:min(108px,30vw) !important;
    max-height:38px !important;
  }

  .site-header .mobile-shop-menu__panel{
    width:min(82vw,260px) !important;
  }
}

.shop-product-card__preorder-note{font-size:12px;line-height:1.3;margin-top:7px;}
