:root{--bww-ink:#191919;--bww-cream:#f5f1e9;--bww-line:#e7e0d5;--bww-warm:#a9865c;--bww-white:#fff;--bww-muted:#68645e}.bww-shop-wrap{max-width:1480px;margin:0 auto;background:#fff;color:var(--bww-ink);font-family:Inter,Arial,sans-serif;overflow:visible}.bww-shop-wrap *{box-sizing:border-box}.bww-hero{margin:0 clamp(12px,2vw,28px);min-height:490px;border-radius:0 0 30px 30px;display:flex;align-items:center;padding:clamp(34px,6vw,84px);background:linear-gradient(115deg,#eee5d9 0%,#e4d7c5 55%,#cdb89d 100%);position:relative;overflow:hidden}.bww-hero.has-image{background-image:linear-gradient(90deg,rgba(15,15,13,.74),rgba(15,15,13,.20)),var(--bww-hero);background-size:cover;background-position:center;color:#fff}.bww-hero-inner{max-width:710px;position:relative;z-index:2}.bww-eyebrow{font-size:11px;font-weight:800;letter-spacing:.22em}.bww-hero h1{font-family:Georgia,serif;font-size:clamp(44px,6vw,80px);line-height:.98;letter-spacing:-.045em;font-weight:500;margin:13px 0 18px;color:inherit!important}.bww-hero p{font-size:clamp(17px,1.7vw,21px);line-height:1.55;margin:0 0 27px;color:inherit!important;max-width:650px}.bww-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.bww-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;text-decoration:none!important;font-weight:800}.bww-btn.primary{background:var(--bww-ink);color:#fff!important}.bww-hero.has-image .bww-btn.primary{background:#fff;color:#151515!important}.bww-btn.secondary{border:1px solid currentColor;color:inherit!important}.bww-category-section,.bww-section,.bww-favorites-panel{padding:clamp(44px,6vw,78px) clamp(16px,3.5vw,54px)}.bww-category-section{padding-bottom:34px}.bww-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:26px}.bww-section-head h2{font-family:Georgia,serif;font-size:clamp(32px,3.6vw,50px);line-height:1;font-weight:500;letter-spacing:-.035em;margin:0;color:#191919!important}.bww-text-link{font-weight:800;text-decoration:none!important;color:#191919!important;white-space:nowrap}.bww-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.bww-category-card{min-height:225px;border-radius:22px;padding:20px;text-decoration:none!important;background:linear-gradient(145deg,#eee8df,#d9cbb8);color:#191919!important;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;transition:.22s}.bww-category-card:nth-child(2n){background:linear-gradient(145deg,#e2dacd,#cbb9a2)}.bww-category-card.has-bg{background-image:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.80)),var(--cat-bg);background-size:cover;background-position:center;color:#fff!important}.bww-category-card:hover{transform:translateY(-3px)}.bww-cat-number{font-size:10px;letter-spacing:.18em;opacity:.9}.bww-cat-content{position:relative;z-index:2}.bww-cat-content h3{font-family:Georgia,serif;font-size:31px;font-weight:500;line-height:1.05;margin:0 0 10px;color:inherit!important}.bww-category-card.has-bg .bww-cat-content h3,.bww-category-card.has-bg .bww-cat-content b,.bww-category-card.has-bg .bww-cat-number{color:#fff!important;text-shadow:0 1px 10px rgba(0,0,0,.48)}.bww-cat-content b{font-size:13px;color:inherit!important}.bww-products-section{border-top:1px solid var(--bww-line)}.bww-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.bww-product-card{background:#fff;border:1px solid #ece6dd;border-radius:18px;overflow:hidden;position:relative;transition:.2s;color:#191919}.bww-product-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(0,0,0,.07)}.bww-product-image{display:block;aspect-ratio:1/1.1;background:#f4f2ee;position:relative;overflow:hidden}.bww-product-image img{display:block;width:100%;height:100%;object-fit:cover;transition:.3s}.bww-product-card:hover img{transform:scale(1.025)}.bww-badge{position:absolute;z-index:3;left:10px;top:10px;padding:7px 10px;border-radius:999px;font-size:10px;font-weight:900}.bww-sale{background:#191919;color:#fff}.bww-ai-badge{top:46px;background:#fff;color:#191919;border:1px solid #ddd}.bww-deal-badge{background:#f5d89c;color:#1d1c19}.bww-fav-btn{position:absolute;z-index:4;right:10px;top:10px;width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.95);color:#191919;font-size:20px;cursor:pointer}.bww-fav-btn.is-fav{background:#191919;color:#fff}.bww-product-copy{padding:15px}.bww-product-copy h3{font-size:15px;line-height:1.35;margin:0 0 14px;min-height:41px}.bww-product-copy h3 a{color:#191919!important;text-decoration:none!important}.bww-product-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:10px}.bww-price{font-size:17px;font-weight:850;color:#191919!important}.bww-price del{font-size:12px;color:#8f8b85!important}.bww-price ins{text-decoration:none}.bww-stock{font-size:10px;margin-top:5px}.bww-stock.in{color:#34764e}.bww-stock.out{color:#a74e4e}.bww-cart-btn,.bww-arrow-btn{width:39px;height:39px;border:0;border-radius:50%;background:#191919;color:#fff!important;display:grid;place-items:center;text-decoration:none!important;font-size:19px;cursor:pointer;flex:0 0 auto}.bww-cart-btn.added{background:#34764e}.bww-deals-section{margin:28px clamp(12px,2vw,28px);border:0!important;border-radius:26px;background:#1d1c19;padding-left:clamp(18px,3.5vw,44px);padding-right:clamp(18px,3.5vw,44px)}.bww-deals-section .bww-section-head h2,.bww-deals-section .bww-text-link{color:#fff!important}.bww-deals-kicker{display:block;color:#d8ba80;font-size:10px;font-weight:900;letter-spacing:.2em;margin-bottom:8px}.bww-deal-state{font-size:10px;font-weight:900;letter-spacing:.12em;color:#8a6a3f;margin-bottom:6px}.bww-deal-prices{display:flex;gap:10px;align-items:baseline;margin-bottom:14px}.bww-deal-prices del{color:#8c8880;font-size:12px}.bww-deal-prices strong{font-size:20px;color:#191919}.bww-deal-button{display:flex;justify-content:center;padding:11px 13px;background:#191919;color:#fff!important;text-decoration:none!important;border-radius:999px;font-weight:800;font-size:12px}.bww-deal-button.disabled{opacity:.55}.bww-deals-empty-inline{background:#2a2925;border:1px solid #3c3a34;color:#fff;padding:24px;border-radius:16px;display:flex;gap:10px;flex-direction:column}.bww-deals-empty-inline span{color:#d8d4cc}.bww-ai-showcase{margin:28px clamp(12px,2vw,28px);border-radius:28px;background:#efe8dd;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;min-height:390px}.bww-ai-copy{padding:clamp(34px,5vw,70px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bww-ai-copy>span{font-size:10px;font-weight:900;letter-spacing:.18em;color:#806742}.bww-ai-copy h2{font-family:Georgia,serif;font-size:clamp(34px,4.3vw,58px);line-height:1.02;font-weight:500;letter-spacing:-.04em;margin:12px 0;color:#191919!important}.bww-ai-copy p{font-size:17px;max-width:560px;color:#555149!important;margin:0 0 23px}.bww-ai-image{min-height:390px;background:linear-gradient(135deg,#d4c4ae,#9b8161);background-size:cover;background-position:center;position:relative;text-decoration:none!important}.bww-ai-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.72))}.bww-ai-image span{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;color:#fff;font-weight:800;font-size:15px}.bww-favorites-panel{border-top:1px solid var(--bww-line)}.bww-favorites-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.bww-fav-empty{grid-column:1/-1;background:var(--bww-cream);padding:20px;border-radius:14px;color:var(--bww-muted)}
@media(max-width:1050px){.bww-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bww-product-grid,.bww-favorites-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.bww-ai-showcase{grid-template-columns:1fr}.bww-ai-image{min-height:280px}.bww-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.bww-hero{margin:0;min-height:430px;border-radius:0 0 22px 22px;padding:40px 18px}.bww-hero h1{font-size:46px}.bww-category-section,.bww-section,.bww-favorites-panel{padding:42px 13px}.bww-category-grid{gap:9px}.bww-category-card{min-height:175px;padding:14px}.bww-cat-content h3{font-size:22px}.bww-section-head{align-items:flex-start}.bww-section-head h2{font-size:34px}.bww-text-link{font-size:12px}.bww-product-grid,.bww-favorites-list{gap:9px}.bww-product-copy{padding:11px}.bww-product-copy h3{font-size:13px;min-height:36px;margin-bottom:10px}.bww-price{font-size:14px}.bww-cart-btn,.bww-arrow-btn{width:34px;height:34px}.bww-deals-section{margin:18px 0;border-radius:0;padding:42px 13px}.bww-ai-showcase{margin:18px 0;border-radius:0}.bww-ai-copy{padding:42px 18px}.bww-ai-copy h2{font-size:40px}.bww-ai-image{min-height:260px}}
.bww-filter-section{padding:clamp(44px,6vw,78px) clamp(16px,3.5vw,54px);border-top:1px solid var(--bww-line);background:#fbfaf8}.bww-filter-kicker{display:block;font-size:10px;font-weight:900;letter-spacing:.18em;color:#8a6a3f;margin-bottom:8px}.bww-filter-reset{border:0;background:transparent;color:#191919;font-weight:800;cursor:pointer;text-decoration:underline;text-underline-offset:4px}.bww-filter-form{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:12px;padding:18px;background:#fff;border:1px solid #ebe5dc;border-radius:20px;margin-bottom:20px;box-shadow:0 10px 28px rgba(0,0,0,.03)}.bww-filter-field{display:flex;flex-direction:column;gap:6px}.bww-filter-field label{font-size:11px;font-weight:850;letter-spacing:.06em;text-transform:uppercase;color:#625e57}.bww-filter-field input,.bww-filter-field select{width:100%;min-height:46px;border:1px solid #ddd6cc;border-radius:12px;background:#fff;color:#191919;padding:0 13px;font:inherit}.bww-filter-search{grid-column:span 2}.bww-filter-checks{display:flex;gap:18px;align-items:center;flex-wrap:wrap;grid-column:span 2;padding:4px 2px}.bww-filter-checks label{display:flex;gap:8px;align-items:center;font-size:13px;font-weight:700;color:#37332e}.bww-filter-submit,.bww-filter-more{min-height:46px;border:0;border-radius:999px;background:#191919;color:#fff;font-weight:850;padding:0 22px;cursor:pointer}.bww-filter-submit{align-self:end}.bww-filter-status{min-height:24px;font-size:13px;color:#6d675f;margin:2px 0 14px}.bww-filter-more{display:block;margin:22px auto 0}.bww-filter-more[hidden]{display:none}.bww-filter-section.is-loading .bww-filter-results{opacity:.45;pointer-events:none}.bww-filter-section.is-loading .bww-filter-status:after{content:' Producten laden…'}.bww-filter-results:empty{display:none}
@media(max-width:1000px){.bww-filter-form{grid-template-columns:repeat(2,1fr)}.bww-filter-search,.bww-filter-checks{grid-column:span 2}}
@media(max-width:620px){.bww-filter-section{padding:42px 13px}.bww-filter-form{grid-template-columns:1fr;padding:13px}.bww-filter-search,.bww-filter-checks{grid-column:span 1}.bww-filter-checks{flex-direction:column;align-items:flex-start}.bww-filter-submit{width:100%}}


/* v1.5.0 — Japandi refresh */
.bww-shop-wrap{
  --bww-ink:#2f2b26;
  --bww-cream:#f7f3ec;
  --bww-line:#e7ded2;
  --bww-warm:#aa8c68;
  --bww-white:#fff;
  --bww-muted:#756d63;
  background:#fcfaf6;
  color:var(--bww-ink);
}
.bww-hero{
  background:linear-gradient(120deg,#f5efe6 0%,#ebe0d2 58%,#dbc9b3 100%);
  box-shadow:inset 0 0 0 1px rgba(125,105,82,.07);
}
.bww-hero.has-image{
  background-image:linear-gradient(90deg,rgba(45,39,33,.55),rgba(45,39,33,.12)),var(--bww-hero);
}
.bww-btn.primary,
.bww-cart-btn,.bww-arrow-btn,
.bww-filter-submit,.bww-filter-more,
.bww-deal-button{
  background:#6f604f;
  color:#fff!important;
}
.bww-btn.primary:hover,.bww-cart-btn:hover,.bww-arrow-btn:hover,.bww-filter-submit:hover,.bww-filter-more:hover,.bww-deal-button:hover{
  background:#594c3f;
}
.bww-btn.secondary{border-color:#8e7c68;color:#5f5143!important;background:rgba(255,255,255,.38)}
.bww-hero.has-image .bww-btn.secondary{color:#fff!important;border-color:rgba(255,255,255,.75);background:rgba(255,255,255,.08)}
.bww-category-section,.bww-section,.bww-favorites-panel{background:#fcfaf6}
.bww-category-card{
  background:linear-gradient(145deg,#f4eee5,#e7d8c6);
  box-shadow:none;
  border:1px solid #eadfd3;
}
.bww-category-card:nth-child(2n){background:linear-gradient(145deg,#f0eadf,#dfd0bd)}
.bww-category-card.has-bg{
  background-image:linear-gradient(180deg,rgba(40,34,28,.03),rgba(40,34,28,.58)),var(--cat-bg);
}
.bww-product-card{
  border-color:#e9e1d7;
  background:#fffdf9;
  box-shadow:0 8px 26px rgba(75,61,44,.035);
}
.bww-product-card:hover{box-shadow:0 16px 38px rgba(75,61,44,.09)}
.bww-product-image{background:#f3eee7}
.bww-sale{background:#79654d;color:#fff}
.bww-ai-badge{background:#f8f4ed;color:#5e5144;border-color:#dfd4c7}
.bww-fav-btn.is-fav{background:#7e6b54;color:#fff}
.bww-deals-section{
  background:#eee5d9;
  border:1px solid #ded0bf!important;
}
.bww-deals-section .bww-section-head h2,
.bww-deals-section .bww-text-link{color:#2f2b26!important}
.bww-deals-kicker{color:#876f52}
.bww-deals-empty-inline{
  background:#f8f4ed;
  border:1px solid #ded2c4;
  color:#2f2b26;
}
.bww-deals-empty-inline span{color:#756d63}
.bww-ai-showcase{
  background:#efe7dc;
  border:1px solid #e0d4c5;
}
.bww-ai-image:after{background:linear-gradient(180deg,transparent 48%,rgba(49,41,33,.55))}
.bww-filter-section{background:#f6f1ea;border-top-color:#e7ded2}
.bww-filter-form{
  background:#fffdf9;
  border-color:#e5dbcf;
  box-shadow:none;
}
.bww-filter-field input,.bww-filter-field select{
  background:#fffdf9;
  border-color:#d9cec1;
}
.bww-filter-kicker{color:#8c7357}
.bww-filter-reset{color:#6a5a49}
.bww-text-link{color:#655442!important}
.bww-section-head h2,.bww-cat-content h3,.bww-ai-copy h2{color:#2f2b26!important}
.bww-price{color:#6f5b44!important}
.bww-deal-prices strong{color:#6f5b44}
@media(max-width:620px){
  .bww-deals-section{background:#eee5d9}
}

/* v1.5.1 — compact side filter + cleaner floor/shop layout */
.bww-filter-section{
  padding:clamp(46px,6vw,76px) clamp(16px,3.5vw,54px);
  background:#fcfaf6;
}
.bww-filter-heading{align-items:center;margin-bottom:22px}
.bww-filter-layout{
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  gap:28px;
  align-items:start;
}
.bww-filter-sidebar{
  position:sticky;
  top:22px;
  background:#f5f0e8;
  border:1px solid #e5dbcf;
  border-radius:18px;
  padding:16px;
  z-index:6;
}
.bww-filter-sidebar-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:2px 2px 13px;
  margin-bottom:12px;
  border-bottom:1px solid #e1d7ca;
  color:#4d443a;
  font-size:14px;
}
.bww-filter-close{display:none;border:0;background:transparent;font-size:28px;line-height:1;color:#4d443a;cursor:pointer}
.bww-filter-form{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:0;
  margin:0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.bww-filter-field{gap:5px}
.bww-filter-field label{font-size:10px;letter-spacing:.08em;color:#776d61}
.bww-filter-field input,.bww-filter-field select{
  min-height:41px;
  border-radius:10px;
  padding:0 10px;
  font-size:13px;
  background:#fffdf9;
}
.bww-filter-price-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.bww-filter-checks{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
  padding:3px 0;
}
.bww-filter-checks label{font-size:12px;font-weight:700}
.bww-filter-submit{width:100%;min-height:42px;padding:0 14px;margin-top:2px}
.bww-filter-reset{
  width:100%;
  min-height:36px;
  border:0;
  background:transparent;
  color:#7a6a59;
  font-size:12px;
  font-weight:750;
  text-decoration:none;
  cursor:pointer;
}
.bww-filter-content{min-width:0}
.bww-filter-status{margin:0 0 12px;min-height:20px;font-size:12px;color:#756d63}
.bww-filter-results{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.bww-filter-more{margin:24px auto 0}
.bww-filter-mobile-toggle{
  display:none;
  border:1px solid #d8cbbb;
  background:#f6f0e8;
  color:#5b4e40;
  border-radius:999px;
  min-height:40px;
  padding:0 16px;
  font-weight:800;
  cursor:pointer;
}
.bww-filter-backdrop{display:none}

@media(max-width:1100px){
  .bww-filter-layout{grid-template-columns:225px minmax(0,1fr);gap:20px}
  .bww-filter-results{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:850px){
  .bww-filter-layout{display:block}
  .bww-filter-mobile-toggle{display:inline-flex;align-items:center;justify-content:center}
  .bww-filter-sidebar{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    width:min(310px,88vw);
    border-radius:0 20px 20px 0;
    padding:18px;
    overflow:auto;
    transform:translateX(-105%);
    transition:transform .25s ease;
    z-index:100003;
    box-shadow:18px 0 50px rgba(52,43,34,.18);
  }
  .bww-filter-section.is-filter-open .bww-filter-sidebar{transform:translateX(0)}
  .bww-filter-close{display:block}
  .bww-filter-backdrop{
    position:fixed;
    inset:0;
    width:100%;
    height:100%;
    border:0;
    background:rgba(45,39,33,.34);
    z-index:100002;
    cursor:pointer;
  }
  .bww-filter-section.is-filter-open .bww-filter-backdrop{display:block}
}
@media(max-width:620px){
  .bww-filter-section{padding:42px 13px}
  .bww-filter-heading{align-items:center}
  .bww-filter-heading h2{font-size:34px}
  .bww-filter-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
}
body.bww-filter-lock{overflow:hidden}


/* v1.5.2 - duidelijkere gecentreerde categoriekaarten */
.bww-category-card{
  min-height:245px;
  align-items:center;
  justify-content:center;
  text-align:center;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}
.bww-category-card.has-bg{
  background-image:linear-gradient(180deg,rgba(20,18,15,.12),rgba(20,18,15,.22) 42%,rgba(20,18,15,.72)),var(--cat-bg);
  background-size:cover;
  background-position:center center !important;
}
.bww-cat-number{
  position:absolute;
  top:14px;
  left:14px;
  z-index:2;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.84);
  color:#40372e !important;
  text-shadow:none !important;
  backdrop-filter:blur(6px);
}
.bww-category-card.has-bg .bww-cat-number{color:#40372e !important;text-shadow:none !important}
.bww-cat-content{
  width:auto;
  max-width:92%;
  padding:12px 16px;
  border-radius:16px;
  background:rgba(250,247,241,.90);
  color:#2e2924 !important;
  box-shadow:0 8px 28px rgba(30,25,20,.10);
  backdrop-filter:blur(5px);
}
.bww-category-card.has-bg .bww-cat-content h3,
.bww-category-card.has-bg .bww-cat-content b{
  color:#2e2924 !important;
  text-shadow:none !important;
}
.bww-cat-content h3{margin-bottom:7px !important}
.bww-cat-content b{display:block;font-size:12px;letter-spacing:.01em}
@media(max-width:620px){
  .bww-category-card{min-height:190px}
  .bww-cat-content{padding:10px 12px;border-radius:13px}
  .bww-cat-content h3{font-size:23px}
}

/* v1.6.0 — Shop de Look */
.bww-look-section{
  padding:clamp(54px,7vw,92px) clamp(16px,4vw,56px);
  background:#f3eee6;
  border-top:1px solid #e7ddd0;
  border-bottom:1px solid #e7ddd0;
}
.bww-look-section .bww-section-head{max-width:1300px;margin:0 auto 26px}
.bww-look-section .bww-section-head p{margin:8px 0 0;color:#776f66;max-width:620px}
.bww-look-kicker{display:block;font-size:11px;letter-spacing:.15em;font-weight:800;color:#8c7357;margin-bottom:8px}
.bww-look-layout{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(310px,.7fr);gap:22px;align-items:stretch}
.bww-look-stage{position:relative;min-height:560px;border-radius:26px;overflow:hidden;background:#e9e2d8;box-shadow:0 18px 50px rgba(62,52,42,.10)}
.bww-look-stage>img{width:100%;height:100%;min-height:560px;object-fit:cover;object-position:center;display:block}
.bww-look-hotspot{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);width:42px;height:42px;border-radius:999px;border:2px solid rgba(255,255,255,.92);background:rgba(69,58,47,.82);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.18);transition:.2s ease;z-index:3}
.bww-look-hotspot:before{content:"";position:absolute;inset:-9px;border:1px solid rgba(255,255,255,.55);border-radius:999px;opacity:.9}
.bww-look-hotspot span{font-size:13px;font-weight:800;line-height:1}
.bww-look-hotspot:hover,.bww-look-hotspot.is-active{background:#b79a73;transform:translate(-50%,-50%) scale(1.08)}
.bww-look-products{background:#fffdf9;border:1px solid #e5dbcf;border-radius:26px;padding:14px;display:flex;flex-direction:column;gap:10px}
.bww-look-product{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;align-items:center;padding:10px;border-radius:16px;border:1px solid transparent;transition:.2s ease}
.bww-look-product.is-active{background:#f5efe7;border-color:#dfd1c0}
.bww-look-thumb{display:block;border-radius:12px;overflow:hidden;background:#f3eee7;aspect-ratio:1/1}
.bww-look-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.bww-look-copy>span{font-size:9px;letter-spacing:.12em;font-weight:800;color:#9a8263}
.bww-look-copy h3{font-size:15px!important;line-height:1.3;margin:3px 0 5px!important;color:#312c27!important}
.bww-look-copy h3 a{color:inherit;text-decoration:none}
.bww-look-price{font-weight:800;color:#705d46;font-size:14px;margin-bottom:6px}
.bww-look-link{font-size:12px;font-weight:800;color:#645443;text-decoration:none}
.bww-look-all{margin-top:auto;padding:16px 14px 8px;border-top:1px solid #e9dfd3;display:flex;flex-direction:column;gap:4px;color:#51483f}
.bww-look-all span{font-size:12px;color:#82796f;line-height:1.5}
@media(max-width:980px){
  .bww-look-layout{grid-template-columns:1fr}
  .bww-look-stage,.bww-look-stage>img{min-height:460px}
  .bww-look-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .bww-look-all{grid-column:1/-1}
}
@media(max-width:620px){
  .bww-look-section{padding:46px 13px}
  .bww-look-stage,.bww-look-stage>img{min-height:390px}
  .bww-look-stage{border-radius:20px}
  .bww-look-hotspot{width:38px;height:38px}
  .bww-look-products{grid-template-columns:1fr;padding:10px;border-radius:20px}
  .bww-look-product{grid-template-columns:78px minmax(0,1fr)}
}

/* v1.7.0 — luxury shop homepage hierarchy */
.bww-home-v170 .bww-hero{min-height:610px}
.bww-home-v170 .bww-section-kicker{display:block;margin-bottom:9px;font-size:10px;font-weight:900;letter-spacing:.2em;color:#8a7257}
.bww-home-v170 .bww-category-section{padding-top:72px;padding-bottom:72px}
.bww-home-v170 .bww-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.bww-home-v170 .bww-category-card{min-height:285px;border-radius:24px;background-position:center center!important;background-size:cover!important}
.bww-home-v170 .bww-category-card.has-bg{background-image:linear-gradient(180deg,rgba(35,31,27,.03) 20%,rgba(35,31,27,.66) 100%),var(--cat-bg)}
.bww-home-v170 .bww-cat-content{align-self:stretch;text-align:center;background:rgba(250,247,241,.92);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.42);border-radius:15px;padding:12px 14px;margin-top:auto;color:#342f29!important}
.bww-home-v170 .bww-category-card.has-bg .bww-cat-content h3,.bww-home-v170 .bww-category-card.has-bg .bww-cat-content b{color:#342f29!important;text-shadow:none}
.bww-home-v170 .bww-cat-content h3{font-size:27px;margin:0 0 5px}
.bww-home-v170 .bww-cat-content b{font-size:11px;letter-spacing:.04em}
.bww-home-v170 .bww-deals-section{margin:16px 26px;border-radius:28px}
.bww-home-v170 .bww-ai-showcase{margin:16px 26px;border-radius:28px;overflow:hidden}
.bww-home-v170 .bww-look-section{margin-top:10px}
.bww-home-v170 .bww-products-section .bww-product-image{aspect-ratio:1/1.08}
@media(max-width:900px){.bww-home-v170 .bww-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bww-home-v170 .bww-category-card{min-height:235px}}
@media(max-width:620px){.bww-home-v170 .bww-hero{min-height:500px}.bww-home-v170 .bww-category-section{padding-top:48px;padding-bottom:48px}.bww-home-v170 .bww-category-grid{gap:10px}.bww-home-v170 .bww-category-card{min-height:190px;border-radius:17px}.bww-home-v170 .bww-cat-content{padding:10px 8px}.bww-home-v170 .bww-cat-content h3{font-size:20px}.bww-home-v170 .bww-deals-section,.bww-home-v170 .bww-ai-showcase{margin:12px 0;border-radius:0}}

/* Shop de Look - complete look toevoegen */
.bww-look-add-all{margin-top:12px;width:100%;min-height:46px;border:0;border-radius:999px;background:#75614d;color:#fff;font-weight:850;padding:0 18px;cursor:pointer;transition:.2s ease}.bww-look-add-all:hover{background:#5f4f40;transform:translateY(-1px)}.bww-look-add-all.is-loading{opacity:.65;cursor:wait}.bww-look-cart-status{font-size:12px;line-height:1.45;color:#665d54;min-height:0}.bww-look-cart-status.is-success{color:#34764e}.bww-look-cart-status.is-warning{color:#8a6334}.bww-look-cart-link{font-size:12px;font-weight:850;color:#5f4f40;text-decoration:underline;text-underline-offset:3px}.bww-look-cart-link[hidden]{display:none!important}




/* v1.8.9 — clean mobile/document flow.
   Shop Experience is normal page content: it never owns vertical scrolling. */
.bww-shop-wrap{
  overflow:visible !important;
  overflow-x:clip !important;
  height:auto !important;
  max-height:none !important;
}

/* When the shortcode is used on the WooCommerce Shop page, WooCommerce also
   prints its default archive loop underneath it. Hide only that duplicate loop;
   BWW product cards/filter remain untouched. */
body.bww-shop-experience-page .woocommerce-result-count,
body.bww-shop-experience-page .woocommerce-ordering,
body.bww-shop-experience-page .woocommerce-pagination,
body.bww-shop-experience-page ul.products:not(.bww-product-grid){
  display:none !important;
}

@media (max-width:850px){
  body.bww-shop-experience-page,
  body.bww-shop-experience-page #page,
  body.bww-shop-experience-page #main,
  body.bww-shop-experience-page #primary,
  body.bww-shop-experience-page .site-content,
  body.bww-shop-experience-page .content-area,
  body.bww-shop-experience-page .entry-content{
    height:auto !important;
    max-height:none !important;
    overflow-y:visible !important;
  }
  body.bww-shop-experience-page .bww-shop-wrap{
    position:relative !important;
    z-index:auto !important;
    isolation:auto !important;
    contain:none !important;
    transform:none !important;
    touch-action:auto !important;
    overscroll-behavior:auto !important;
  }
  /* The filter drawer is the only intentional nested scroller. */
  body.bww-shop-experience-page .bww-filter-sidebar{
    overflow-y:auto !important;
    max-height:100dvh !important;
    -webkit-overflow-scrolling:touch;
  }
}


/* v1.9.0 fallback: the native WooCommerce archive loop is disabled server-side.
   These selectors only guard against theme-specific archive markup that ignores core hooks. */
body.bww-shop-experience-page .woocommerce-result-count,
body.bww-shop-experience-page .woocommerce-ordering,
body.bww-shop-experience-page .woocommerce-pagination,
body.bww-shop-experience-page .products.columns-1,
body.bww-shop-experience-page .products.columns-2,
body.bww-shop-experience-page .products.columns-3,
body.bww-shop-experience-page .products.columns-4,
body.bww-shop-experience-page .products.columns-5,
body.bww-shop-experience-page .products.columns-6{display:none!important;}

/* v2.0.1 — Shop the Look slider */
.bww-lookbook{padding:64px 18px 18px;background:#f7f3ed;overflow:hidden}
.bww-lookbook-head{max-width:1300px;margin:0 auto 22px;text-align:center}
.bww-lookbook-head>span{display:block;font-size:11px;letter-spacing:.16em;font-weight:850;color:#8d765c;margin-bottom:7px}
.bww-lookbook-head h2{margin:0!important;color:#302a25!important;font-size:clamp(28px,3vw,42px)!important;line-height:1.08!important}
.bww-lookbook-viewport{position:relative;max-width:1360px;margin:0 auto;overflow:visible}
.bww-lookbook-track{display:flex;gap:18px;transition:transform .62s cubic-bezier(.22,.61,.36,1);will-change:transform;padding:0 4% 8px 0}
.bww-lookbook-slide{flex:0 0 91%;min-width:0;background:#fffdf9;border:1px solid #e6ddd2;border-radius:28px;overflow:hidden;box-shadow:0 16px 44px rgba(67,54,42,.08)}
.bww-lookbook-image{aspect-ratio:16/8.2;background:#e9e1d6;overflow:hidden}
.bww-lookbook-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.bww-lookbook-caption{display:flex;align-items:center;gap:16px;padding:20px 24px;flex-wrap:wrap}
.bww-lookbook-caption h3{margin:0 auto 0 0!important;color:#302a25!important;font-size:22px!important;line-height:1.2!important}
.bww-lookbook-open{border:0;border-radius:999px;background:#74604d;color:#fff;min-height:44px;padding:0 20px;font-weight:850;cursor:pointer;transition:.2s ease}
.bww-lookbook-open:hover{background:#5f4e3f;transform:translateY(-1px)}
.bww-lookbook-caption small{width:100%;color:#81776e;font-size:12px;margin-top:-7px}
.bww-lookbook-arrow{position:absolute;top:50%;transform:translateY(-62%);z-index:6;width:46px;height:46px;border-radius:999px;border:1px solid rgba(83,67,51,.16);background:rgba(255,253,249,.94);color:#52463b;font-size:32px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 24px rgba(48,40,32,.12)}
.bww-lookbook-prev{left:-4px}.bww-lookbook-next{right:3%}
.bww-lookbook-dots{display:flex;justify-content:center;gap:8px;padding:12px 0 8px}
.bww-lookbook-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#c9beb1;cursor:pointer;transition:.25s ease}
.bww-lookbook-dot.is-active{width:25px;border-radius:999px;background:#78644f}
.bww-lookbook-details{max-width:1360px;margin:10px auto 0}
.bww-look-detail[hidden]{display:none!important}
.bww-look-detail{padding-top:10px}
.bww-look-detail .bww-look-section{padding-top:38px;border-radius:28px}
.bww-look-detail-close{border:0;background:#eee6dc;color:#5b4b3e;width:42px;height:42px;border-radius:999px;font-size:26px;line-height:1;cursor:pointer;flex:0 0 auto}
.bww-look-ai-link{display:block;margin-top:4px;text-align:center;padding:12px 14px;border:1px solid #d9ccbc;border-radius:999px;color:#675541;text-decoration:none;font-size:12px;font-weight:850;background:#fffaf3}

@media (max-width:850px){
  .bww-lookbook{padding:46px 0 10px}
  .bww-lookbook-head{padding:0 16px;margin-bottom:17px}
  .bww-lookbook-viewport{padding-left:14px}
  .bww-lookbook-track{gap:12px;padding-right:12%}
  .bww-lookbook-slide{flex-basis:88%;border-radius:20px}
  .bww-lookbook-image{aspect-ratio:4/3}
  .bww-lookbook-caption{padding:16px;gap:10px}
  .bww-lookbook-caption h3{font-size:18px!important;width:100%}
  .bww-lookbook-open{width:100%}
  .bww-lookbook-caption small{text-align:center;margin-top:0}
  .bww-lookbook-arrow{display:none}
  .bww-lookbook-details{padding:0 12px}
  .bww-look-detail .bww-look-section{padding-top:28px}
}

/* v2.0.2 — Floating Deals price card, only rendered inside Shop Experience */
.bww-floating-deals-badge{
  position:fixed;
  right:22px;
  bottom:28px;
  z-index:50;
  width:154px;
  min-height:172px;
  padding:18px 16px 16px;
  border-radius:22px;
  background:linear-gradient(155deg,#b99562 0%,#8e6f49 100%);
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:0 18px 42px rgba(62,46,29,.26);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:4px;
  overflow:hidden;
  isolation:isolate;
  transition:transform .22s ease,box-shadow .22s ease;
  animation:bwwDealFloat 3.8s ease-in-out infinite;
}
.bww-floating-deals-badge:before{
  content:"";
  position:absolute;
  width:110px;
  height:110px;
  border-radius:50%;
  right:-40px;
  top:-42px;
  background:rgba(255,255,255,.12);
  z-index:-1;
}
.bww-floating-deals-badge:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 50px rgba(62,46,29,.32);
}
.bww-floating-deals-fire{font-size:23px;line-height:1;margin-bottom:8px}
.bww-floating-deals-title{font-size:14px;font-weight:950;letter-spacing:.11em;line-height:1.1}
.bww-floating-deals-discount{font-family:Georgia,serif;font-size:19px;line-height:1.1;margin-top:5px}
.bww-floating-deals-link{font-size:11px;font-weight:850;margin-top:10px;padding-top:9px;border-top:1px solid rgba(255,255,255,.26);width:100%}
@keyframes bwwDealFloat{0%,100%{translate:0 0}50%{translate:0 -4px}}
html{scroll-behavior:smooth}

@media(max-width:850px){
  .bww-floating-deals-badge{
    right:12px;
    bottom:18px;
    width:128px;
    min-height:142px;
    padding:14px 13px;
    border-radius:18px;
    z-index:40;
  }
  .bww-floating-deals-fire{font-size:20px;margin-bottom:5px}
  .bww-floating-deals-title{font-size:12px}
  .bww-floating-deals-discount{font-size:16px}
  .bww-floating-deals-link{font-size:10px;margin-top:7px;padding-top:7px}
}


/* v2.1.0 — Mobile-first Shop the Look */
@media (max-width:850px){
  .bww-lookbook{overflow:hidden;padding:42px 0 12px}
  .bww-lookbook-viewport{
    width:100%;max-width:none;margin:0;padding:0;
    overflow-x:auto!important;overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    scrollbar-width:none;
    touch-action:pan-x pan-y;
  }
  .bww-lookbook-viewport::-webkit-scrollbar{display:none}
  .bww-lookbook-track{
    display:flex;gap:12px;width:max-content;
    transform:none!important;transition:none!important;
    will-change:auto;padding:0 14px 8px!important;
  }
  .bww-lookbook-slide{
    flex:0 0 calc(100vw - 42px)!important;
    width:calc(100vw - 42px);max-width:520px;
    scroll-snap-align:center;scroll-snap-stop:always;
    border-radius:20px;
  }
  .bww-lookbook-image{aspect-ratio:4/3;min-height:0}
  .bww-lookbook-image img{object-position:center center}
  .bww-lookbook-caption{padding:15px 16px 17px;gap:10px}
  .bww-lookbook-caption h3{font-size:19px!important;width:100%;text-align:center}
  .bww-lookbook-open{width:100%;min-height:50px;font-size:15px}
  .bww-lookbook-caption small{width:100%;text-align:center;margin:0}
  .bww-lookbook-dots{padding:10px 0 5px}

  .bww-lookbook-details{padding:0 10px;margin-top:4px}
  .bww-look-detail{padding-top:4px}
  .bww-look-detail .bww-look-section{padding:24px 0 12px!important;border-radius:20px}
  .bww-look-detail .bww-section-head{padding:0 12px;margin-bottom:14px;align-items:flex-start}
  .bww-look-detail-close{width:46px;height:46px;min-width:46px;position:sticky;top:8px;z-index:10}
  .bww-look-layout{display:block!important}
  .bww-look-stage{
    width:100%;min-height:0!important;aspect-ratio:4/3;
    border-radius:18px;overflow:hidden;
  }
  .bww-look-stage>img{width:100%;height:100%;min-height:0!important;object-fit:cover;object-position:center}
  .bww-look-hotspot{
    width:46px!important;height:46px!important;min-width:46px;min-height:46px;
    border-width:2px;font-size:15px;touch-action:manipulation;
  }
  .bww-look-hotspot:before{inset:-5px}
  .bww-look-hotspot span{font-size:14px}

  .bww-look-products{
    display:block!important;margin-top:12px;padding:10px!important;
    border-radius:18px!important;background:#fffdf9;
  }
  .bww-look-product{display:none!important}
  .bww-look-product.is-active{
    display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;
    gap:12px;padding:10px;background:#f5efe7;border-color:#dfd1c0;
  }
  .bww-look-thumb{width:92px;aspect-ratio:1/1}
  .bww-look-copy h3{font-size:15px!important}
  .bww-look-link{display:inline-flex;align-items:center;min-height:38px}
  .bww-look-all{margin-top:10px;padding:12px 4px 4px;border-top:1px solid #e7ddd2}
  .bww-look-add-all{min-height:52px;font-size:14px}
  .bww-look-ai-link{min-height:48px;display:flex;align-items:center;justify-content:center}
}


/* v2.1.1 — hard mobile lookbook row + reliable touch targets */
@media (max-width:850px){
  body .bww-shop-wrap .bww-lookbook .bww-lookbook-viewport{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    overscroll-behavior-x:contain;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none;
  }
  body .bww-shop-wrap .bww-lookbook .bww-lookbook-track{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:stretch!important;
    gap:12px!important;
    width:100%!important;
    min-width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0 14px 10px!important;
    transform:none!important;
  }
  body .bww-shop-wrap .bww-lookbook .bww-lookbook-slide{
    display:block!important;
    float:none!important;
    position:relative!important;
    flex:0 0 calc(100% - 28px)!important;
    width:calc(100% - 28px)!important;
    min-width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
    margin:0!important;
    scroll-snap-align:center!important;
    scroll-snap-stop:always!important;
  }
  body .bww-shop-wrap .bww-lookbook .bww-lookbook-open,
  body .bww-shop-wrap .bww-lookbook .bww-lookbook-dot,
  body .bww-shop-wrap .bww-lookbook .bww-look-hotspot,
  body .bww-shop-wrap .bww-lookbook .bww-look-add-all,
  body .bww-shop-wrap .bww-lookbook .bww-look-detail-close{
    position:relative;
    z-index:20;
    pointer-events:auto!important;
    touch-action:manipulation!important;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  body .bww-shop-wrap .bww-lookbook .bww-lookbook-caption{position:relative;z-index:5}
  body .bww-shop-wrap .bww-lookbook .bww-lookbook-open{cursor:pointer!important}
}

.bww-lookbook-mobile{display:none}
@media(max-width:850px){body .bww-shop-wrap .bww-lookbook .bww-lookbook-viewport{display:none!important}body .bww-shop-wrap .bww-lookbook .bww-lookbook-mobile{display:flex!important;flex-flow:row nowrap!important;gap:12px!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 16px 12px!important;margin:0!important;box-sizing:border-box!important;scroll-snap-type:x mandatory!important;scroll-padding-left:16px;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;touch-action:pan-x pan-y}body .bww-shop-wrap .bww-lookbook .bww-lookbook-mobile::-webkit-scrollbar{display:none}body .bww-shop-wrap .bww-lookbook .bww-lookbook-mobile-card{display:block!important;float:none!important;position:relative!important;flex:0 0 calc(100% - 30px)!important;width:calc(100% - 30px)!important;min-width:calc(100% - 30px)!important;max-width:calc(100% - 30px)!important;margin:0!important;padding:0!important;overflow:hidden!important;scroll-snap-align:start!important;scroll-snap-stop:always!important;background:#fffdf9;border:1px solid #e6ddd2;border-radius:20px;box-shadow:0 12px 32px rgba(67,54,42,.08);box-sizing:border-box!important}.bww-lookbook-mobile-image{width:100%;aspect-ratio:4/3;overflow:hidden;background:#e9e1d6}.bww-lookbook-mobile-image img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;margin:0!important}.bww-lookbook-mobile-caption{display:block!important;padding:16px!important;text-align:center!important;box-sizing:border-box}.bww-lookbook-mobile-caption h3{margin:0 0 12px!important;font-size:19px!important;line-height:1.25!important;color:#302a25!important}body .bww-shop-wrap .bww-lookbook .bww-lookbook-mobile .bww-lookbook-open{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:52px!important;margin:0!important;padding:0 18px!important;border:0!important;border-radius:999px!important;background:#74604d!important;color:#fff!important;font-size:15px!important;font-weight:850!important;position:relative!important;z-index:30!important;pointer-events:auto!important;touch-action:manipulation!important}.bww-lookbook-mobile-caption small{display:block!important;margin-top:9px!important;color:#81776e!important;font-size:12px!important}.bww-lookbook-dots{display:none!important}}


/* v2.2.1 — mobile: one Shop the Look only, no carousel JS */
.bww-lookbook-mobile-single{display:none}
@media (max-width:850px){
  body .bww-shop-wrap .bww-lookbook .bww-lookbook-viewport,
  body .bww-shop-wrap .bww-lookbook .bww-lookbook-dots,
  body .bww-shop-wrap .bww-lookbook .bww-lookbook-details{display:none!important}
  body .bww-shop-wrap .bww-lookbook .bww-lookbook-mobile-single{display:block!important;width:100%!important;max-width:100%!important;padding:0 14px 14px!important;box-sizing:border-box!important}
  .bww-lookbook-mobile-single-card{overflow:hidden;background:#fffdf9;border:1px solid #e6ddd2;border-radius:20px;box-shadow:0 12px 32px rgba(67,54,42,.08)}
  .bww-lookbook-mobile-stage{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#e9e1d6}
  .bww-lookbook-mobile-stage>img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;margin:0!important}
  .bww-mobile-look-hotspot{position:absolute!important;left:var(--x)!important;top:var(--y)!important;transform:translate(-50%,-50%)!important;display:flex!important;align-items:center!important;justify-content:center!important;width:46px!important;height:46px!important;border-radius:50%!important;background:#fff!important;color:#5d4a3a!important;text-decoration:none!important;box-shadow:0 5px 18px rgba(0,0,0,.22)!important;z-index:5!important;touch-action:manipulation!important}
  .bww-mobile-look-hotspot span{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#74604d;color:#fff;font-weight:900;font-size:13px}
  .bww-lookbook-mobile-single-caption{padding:16px;text-align:center}
  .bww-lookbook-mobile-single-caption h3{margin:0 0 12px!important;font-size:20px!important;color:#302a25!important}
  .bww-mobile-look-products-link{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:52px!important;border-radius:999px!important;background:#74604d!important;color:#fff!important;text-decoration:none!important;font-weight:850!important;font-size:15px!important;touch-action:manipulation!important}
  .bww-lookbook-mobile-single-caption small{display:block;margin-top:9px;color:#81776e;font-size:12px}
  .bww-mobile-look-products{scroll-margin-top:90px;margin-top:16px!important;padding:20px 0 6px!important;border-top:1px solid #e6ddd2!important}
  .bww-mobile-look-products-head{text-align:center;margin-bottom:14px;padding:0 8px}
  .bww-mobile-look-products-head span{font-size:11px;font-weight:900;letter-spacing:.14em;color:#8a7562}
  .bww-mobile-look-products-head h3{margin:5px 0 0;font-size:20px;color:#302a25}
  .bww-mobile-look-product-list{display:flex;gap:12px;overflow-x:auto;padding:2px 2px 12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .bww-mobile-look-product-list::-webkit-scrollbar{display:none}
  .bww-mobile-look-product{flex:0 0 82%;scroll-snap-align:start;display:grid;grid-template-columns:104px 1fr;gap:12px;align-items:center;background:#fff;border:1px solid #e7dfd6;border-radius:16px;padding:10px;box-sizing:border-box}
  .bww-mobile-look-product> a{display:block;width:104px;height:104px;border-radius:12px;overflow:hidden;background:#f3eee7}
  .bww-mobile-look-product img{width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important}
  .bww-mobile-look-product span{font-size:10px;font-weight:900;letter-spacing:.1em;color:#9a8168}
  .bww-mobile-look-product h4{font-size:14px;line-height:1.25;margin:4px 0 6px!important}.bww-mobile-look-product h4 a{color:#302a25;text-decoration:none}
  .bww-mobile-look-product .bww-look-price{font-size:14px}.bww-mobile-look-product .bww-look-link{font-size:12px}
  .bww-mobile-look-products .bww-look-all{padding:8px 0 0!important}
  .bww-mobile-look-products .bww-look-add-all{width:100%!important;min-height:52px!important}
  .bww-mobile-look-product{scroll-margin-top:90px}
}


/* v2.2.2 Samsung/Android mobile interaction compatibility */
@media (max-width:850px){
  .bww-mobile-look-hotspot{border:0!important;padding:0!important;margin:0!important;font-family:inherit!important;cursor:pointer!important;-webkit-appearance:none!important;appearance:none!important}
  .bww-mobile-look-products-link{border:0!important;padding:0 18px!important;margin:0!important;font-family:inherit!important;cursor:pointer!important;-webkit-appearance:none!important;appearance:none!important;pointer-events:auto!important;position:relative!important;z-index:20!important}
  .bww-lookbook-mobile-single,.bww-lookbook-mobile-single-card,.bww-lookbook-mobile-stage,.bww-lookbook-mobile-single-caption{pointer-events:auto!important}
}


/* v2.2.3 — compact mobile Shop the Look */
@media (max-width:850px){
  body .bww-shop-wrap .bww-lookbook .bww-lookbook-mobile-single{
    padding:0 12px 8px!important;
  }
  .bww-lookbook-mobile-single-card{
    border-radius:16px!important;
    box-shadow:0 8px 22px rgba(67,54,42,.07)!important;
  }
  .bww-lookbook-mobile-stage{
    aspect-ratio:16/10!important;
  }
  .bww-lookbook-mobile-single-caption{
    padding:12px 12px 13px!important;
  }
  .bww-lookbook-mobile-single-caption h3{
    font-size:18px!important;
    margin:0 0 9px!important;
  }
  .bww-mobile-look-products-link{
    min-height:46px!important;
    font-size:14px!important;
  }
  .bww-lookbook-mobile-single-caption small{
    margin-top:7px!important;
    font-size:11px!important;
  }
  .bww-mobile-look-products[hidden]{
    display:none!important;
  }
  .bww-mobile-look-products.is-open{
    display:block!important;
    margin-top:10px!important;
    padding:14px 0 4px!important;
  }
  .bww-mobile-look-products-head{
    margin-bottom:10px!important;
  }
  .bww-mobile-look-products-head h3{
    font-size:18px!important;
  }
  .bww-mobile-look-product-list{
    gap:10px!important;
    padding:0 0 10px!important;
  }
  .bww-mobile-look-product{
    flex:0 0 74%!important;
    grid-template-columns:82px 1fr!important;
    gap:10px!important;
    padding:8px!important;
    border-radius:14px!important;
  }
  .bww-mobile-look-product>a{
    width:82px!important;
    height:82px!important;
  }
  .bww-mobile-look-product h4{
    font-size:13px!important;
    margin:2px 0 4px!important;
  }
  .bww-mobile-look-product .bww-look-price{
    font-size:13px!important;
  }
  .bww-mobile-look-product .bww-look-link{
    font-size:11px!important;
  }
  .bww-mobile-look-products .bww-look-all{
    padding-top:4px!important;
  }
  .bww-mobile-look-products .bww-look-add-all{
    min-height:46px!important;
    font-size:13px!important;
  }
}

/* v2.3.0 Luxe Dark Experience */
.bww-shop-wrap{--bww-luxe-bg:#11110f;--bww-luxe-gold:#c6a36c;max-width:1540px;background:#11110f!important;color:#f4eee7!important}
.bww-shop-wrap>.bww-hero{margin:0!important;border-radius:0!important;min-height:560px!important;background-image:linear-gradient(90deg,rgba(9,9,8,.83),rgba(9,9,8,.52) 45%,rgba(9,9,8,.18)),var(--bww-hero)!important;background-size:cover!important;background-position:center!important}
.bww-hero .bww-eyebrow{color:#d1ae73!important}.bww-hero h1{font-size:clamp(48px,6.3vw,88px)!important;text-shadow:0 4px 28px rgba(0,0,0,.28)}.bww-hero p{color:#f1eae1!important}
.bww-hero.has-image .bww-btn.primary{background:#d4b17b!important;color:#171511!important}.bww-hero.has-image .bww-btn.secondary{background:rgba(14,13,11,.52)!important;border-color:#c5a36e!important;color:#fff!important}
.bww-category-section,.bww-section,.bww-favorites-panel,.bww-filter-section{background:#11110f!important;color:#f4eee7!important}.bww-section-head h2,.bww-filter-section .bww-section-head h2{color:#f4eee7!important}.bww-text-link,.bww-filter-reset{color:#d4b17b!important}
.bww-category-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}.bww-category-card{min-height:260px!important;border:1px solid rgba(209,174,115,.34)!important;border-radius:15px!important;background:#201d19!important}.bww-category-card.has-bg{background-image:linear-gradient(180deg,rgba(7,7,6,.08),rgba(7,7,6,.78)),var(--cat-bg)!important}.bww-category-card.has-bg .bww-cat-content h3{font-size:24px!important;text-transform:uppercase}.bww-category-card:hover{border-color:#d0ac70!important}
.bww-deals-section{background:#181713!important;border:1px solid rgba(198,163,108,.30)!important}.bww-deals-section .bww-section-head h2,.bww-deals-section .bww-text-link{color:#f5eee5!important}.bww-deals-kicker{color:#c6a36c!important}
.bww-product-card{background:#f4f0ea!important;border-color:#2c2924!important;border-radius:14px!important}.bww-product-copy,.bww-product-copy h3 a{color:#1b1916!important}.bww-product-card .bww-price{color:#7d3d2d!important}.bww-sale{background:#bd3e2b!important}.bww-ai-badge{background:#d2ae72!important;color:#171511!important}
.bww-ai-showcase{background:#1b1916!important;border-color:rgba(198,163,108,.25)!important}.bww-ai-copy>span{color:#c6a36c!important}.bww-ai-copy h2,.bww-ai-copy p{color:#f4eee7!important}
.bww-filter-section{border-top-color:#302b24!important}.bww-filter-form{background:#1a1916!important;border-color:#39342c!important}.bww-filter-field label,.bww-filter-checks label,.bww-filter-status{color:#d8cec1!important}.bww-filter-field input,.bww-filter-field select{background:#25231f!important;border-color:#443d33!important;color:#fff!important}
@media(max-width:1050px){.bww-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){.bww-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.bww-shop-wrap>.bww-hero{min-height:520px!important}.bww-category-card{min-height:210px!important}}@media(max-width:620px){.bww-shop-wrap>.bww-hero{min-height:500px!important}.bww-category-card{min-height:190px!important}}


/* v2.4.0 — approved visual match */
.bww-shop-wrap{max-width:1600px!important;background:#0f0f0e!important;overflow:visible!important}
.bww-shop-wrap>.bww-hero{min-height:650px!important;padding:82px 70px 150px!important;background-position:center 35%!important;border-bottom:1px solid #3a3128!important}
.bww-hero-inner{max-width:720px!important;margin-left:0!important}
.bww-hero h1{font-family:Georgia,'Times New Roman',serif!important;font-size:clamp(58px,6.4vw,96px)!important;line-height:.94!important;font-weight:500!important;max-width:760px!important}
.bww-hero p{font-size:19px!important;line-height:1.55!important;max-width:610px!important}
.bww-hero-actions{gap:12px!important}.bww-hero .bww-btn{min-height:54px!important;border-radius:4px!important;padding:0 26px!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:12px!important}
.bww-category-section{position:relative!important;margin-top:-105px!important;padding:0 34px 50px!important;background:transparent!important;z-index:8!important}
.bww-category-section .bww-section-head{display:none!important}
.bww-category-grid{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:9px!important}
.bww-category-card{min-height:220px!important;border-radius:4px!important;border:1px solid rgba(210,174,112,.5)!important;box-shadow:0 18px 36px rgba(0,0,0,.28)!important}
.bww-category-card.has-bg .bww-cat-content{padding:18px 13px!important;background:linear-gradient(180deg,transparent,rgba(0,0,0,.75))!important}
.bww-category-card.has-bg .bww-cat-content h3{font-family:Georgia,serif!important;font-size:18px!important;text-transform:uppercase!important;letter-spacing:.04em!important;text-align:center!important}
.bww-category-card.has-bg .bww-cat-content b{font-size:10px!important;text-align:center!important;text-transform:uppercase!important;letter-spacing:.1em!important;color:#d8b77f!important}
.bww-deals-section{margin:12px 34px 0!important;padding:34px!important;border-radius:5px!important;background:#171614!important}
.bww-deals-section .bww-section-head{align-items:center!important}.bww-deals-section .bww-section-head h2{font-size:42px!important}
.bww-product-grid,.bww-deal-grid{gap:13px!important}
.bww-product-card{border-radius:3px!important;box-shadow:none!important;overflow:hidden!important}.bww-product-image{aspect-ratio:1/1!important}.bww-product-copy{padding:14px!important}.bww-product-copy h3{font-size:14px!important;min-height:36px!important}.bww-product-card .bww-price{font-size:17px!important}
.bww-section{padding-left:34px!important;padding-right:34px!important}.bww-section-head{border-bottom:1px solid #2d2924!important;padding-bottom:18px!important}.bww-section-head h2{font-size:40px!important}
.bww-ai-showcase{margin-left:34px!important;margin-right:34px!important;border-radius:4px!important;background:linear-gradient(120deg,#1b1916,#28231d)!important}
.bww-lookbook{margin:0 34px!important;border-top:1px solid #322b24!important}
.bww-filter-section{padding-left:34px!important;padding-right:34px!important}.bww-filter-form{border-radius:4px!important}
@media(max-width:1200px){.bww-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.bww-category-section{margin-top:-70px!important}.bww-shop-wrap>.bww-hero{padding-bottom:115px!important}}
@media(max-width:760px){
 .bww-shop-wrap>.bww-hero{min-height:560px!important;padding:56px 20px 110px!important;background-position:center!important}
 .bww-hero h1{font-size:50px!important}.bww-hero p{font-size:16px!important}
 .bww-category-section{margin-top:-72px!important;padding:0 14px 32px!important}.bww-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.bww-category-card{min-height:190px!important}
 .bww-deals-section{margin:8px 14px 0!important;padding:22px 14px!important}.bww-section,.bww-filter-section{padding-left:14px!important;padding-right:14px!important}.bww-ai-showcase{margin-left:14px!important;margin-right:14px!important}.bww-lookbook{margin:0 14px!important}
}

/* v2.4.1 readable categories */
.bww-category-section{background:#f5f1ea!important;margin-top:0!important;padding:18px 34px 34px!important}
.bww-category-grid{gap:10px!important}
.bww-category-card{min-height:300px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;overflow:hidden!important;background:#fffaf4!important;border:1px solid #d8c29f!important;box-shadow:0 8px 22px rgba(31,24,17,.10)!important}
.bww-category-card.has-bg{background-image:var(--cat-bg)!important;background-size:cover!important;background-position:center!important}
.bww-category-card.has-bg::before{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(0,0,0,0) 34%,rgba(0,0,0,.08) 55%,rgba(0,0,0,.78) 100%)!important;z-index:0!important;pointer-events:none!important}
.bww-category-card .bww-cat-content,.bww-category-card.has-bg .bww-cat-content{position:relative!important;z-index:2!important;width:100%!important;padding:38px 18px 18px!important;background:linear-gradient(180deg,transparent,rgba(12,11,10,.9))!important;border:0!important;border-radius:0!important;text-align:left!important}
.bww-category-card .bww-cat-content h3,.bww-category-card.has-bg .bww-cat-content h3{color:#fff!important;opacity:1!important;text-shadow:0 2px 7px rgba(0,0,0,.75)!important;font-size:21px!important;line-height:1.08!important;font-weight:800!important;letter-spacing:.01em!important;text-transform:uppercase!important;text-align:left!important;margin:0 0 10px!important}
.bww-category-card .bww-cat-content b,.bww-category-card.has-bg .bww-cat-content b{color:#f2c875!important;opacity:1!important;text-shadow:0 1px 4px rgba(0,0,0,.8)!important;font-size:12px!important;line-height:1.25!important;font-weight:800!important;letter-spacing:.03em!important;text-transform:none!important;text-align:left!important;display:block!important}
.bww-category-card .bww-cat-number{background:#fff!important;color:#463a2d!important;border:0!important;box-shadow:0 3px 10px rgba(0,0,0,.18)!important;opacity:1!important;z-index:3!important}
@media(max-width:760px){.bww-category-section{padding:12px 14px 26px!important}.bww-category-card{min-height:225px!important}.bww-category-card .bww-cat-content,.bww-category-card.has-bg .bww-cat-content{padding:34px 13px 14px!important}.bww-category-card .bww-cat-content h3,.bww-category-card.has-bg .bww-cat-content h3{font-size:17px!important}.bww-category-card .bww-cat-content b,.bww-category-card.has-bg .bww-cat-content b{font-size:11px!important}}

/* v2.4.2 — guaranteed readable category cards */
.bww-category-section{
  background:#f3eee7!important;
  margin-top:0!important;
  padding:20px 34px 38px!important;
}
.bww-category-grid{
  gap:12px!important;
}
.bww-category-card,
.bww-category-card.has-bg{
  min-height:330px!important;
  height:330px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  position:relative!important;
  overflow:hidden!important;
  background-color:#fffaf4!important;
  background-size:100% 72%!important;
  background-position:top center!important;
  background-repeat:no-repeat!important;
  border:1px solid #d8c19b!important;
  border-radius:12px!important;
  box-shadow:0 8px 24px rgba(30,24,18,.10)!important;
}
.bww-category-card.has-bg::before{
  content:none!important;
}
.bww-category-card .bww-cat-content,
.bww-category-card.has-bg .bww-cat-content{
  position:relative!important;
  z-index:5!important;
  display:block!important;
  width:100%!important;
  min-height:96px!important;
  padding:16px 16px 17px!important;
  margin:0!important;
  background:#fffaf4!important;
  border:0!important;
  border-top:1px solid #e2d5c2!important;
  border-radius:0!important;
  text-align:left!important;
}
.bww-category-card .bww-cat-content h3,
.bww-category-card.has-bg .bww-cat-content h3{
  display:block!important;
  color:#171511!important;
  opacity:1!important;
  text-shadow:none!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:18px!important;
  line-height:1.12!important;
  font-weight:800!important;
  letter-spacing:0!important;
  text-transform:uppercase!important;
  text-align:left!important;
  margin:0 0 9px!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
.bww-category-card .bww-cat-content b,
.bww-category-card.has-bg .bww-cat-content b{
  display:block!important;
  color:#a66f25!important;
  opacity:1!important;
  text-shadow:none!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  text-transform:none!important;
  text-align:left!important;
  margin:0!important;
}
.bww-category-card .bww-cat-number{
  top:14px!important;
  left:14px!important;
  background:#d5a856!important;
  color:#fff!important;
  border:0!important;
  opacity:1!important;
  z-index:7!important;
  box-shadow:0 3px 10px rgba(0,0,0,.18)!important;
}
.bww-category-card:hover{
  transform:translateY(-3px)!important;
  border-color:#ba8b43!important;
}
@media(max-width:1050px){
  .bww-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .bww-category-section{padding:14px 12px 28px!important}
  .bww-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .bww-category-card,.bww-category-card.has-bg{
    min-height:270px!important;
    height:270px!important;
    background-size:100% 69%!important;
  }
  .bww-category-card .bww-cat-content,
  .bww-category-card.has-bg .bww-cat-content{
    min-height:88px!important;
    padding:13px 12px 14px!important;
  }
  .bww-category-card .bww-cat-content h3,
  .bww-category-card.has-bg .bww-cat-content h3{
    font-size:15px!important;
    line-height:1.1!important;
    margin-bottom:7px!important;
  }
  .bww-category-card .bww-cat-content b,
  .bww-category-card.has-bg .bww-cat-content b{
    font-size:10.5px!important;
  }
}


/* v2.4.3 — category unity / equal proportions */
.bww-category-section{padding:18px 30px 34px!important;background:#f5f0e9!important}
.bww-category-grid{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:10px!important;align-items:stretch!important}
.bww-category-card,.bww-category-card.has-bg{
  height:255px!important;min-height:255px!important;max-height:255px!important;
  display:grid!important;grid-template-rows:172px 83px!important;
  border-radius:10px!important;overflow:hidden!important;background:#fffaf4!important;
  border:1px solid #dfd2c0!important;box-shadow:0 6px 18px rgba(32,24,18,.08)!important;
  background-size:100% 172px!important;background-position:top center!important;background-repeat:no-repeat!important;
}
.bww-category-card.has-bg::before{content:none!important}
.bww-category-card .bww-cat-content,.bww-category-card.has-bg .bww-cat-content{
  grid-row:2!important;align-self:stretch!important;width:100%!important;height:83px!important;min-height:83px!important;
  padding:12px 12px 10px!important;margin:0!important;background:#fffaf4!important;border-top:1px solid #eadfce!important;
  display:flex!important;flex-direction:column!important;justify-content:center!important;gap:5px!important;
  text-align:left!important;position:relative!important;z-index:4!important;
}
.bww-category-card .bww-cat-content h3,.bww-category-card.has-bg .bww-cat-content h3{
  margin:0!important;color:#181512!important;text-shadow:none!important;opacity:1!important;
  font-family:Inter,Arial,sans-serif!important;font-size:14px!important;line-height:1.15!important;font-weight:800!important;
  text-transform:uppercase!important;letter-spacing:0!important;text-align:left!important;
}
.bww-category-card .bww-cat-content b,.bww-category-card.has-bg .bww-cat-content b{
  margin:0!important;color:#9b6a2a!important;text-shadow:none!important;opacity:1!important;
  font-size:10.5px!important;line-height:1.15!important;font-weight:700!important;text-align:left!important;
}
.bww-category-card .bww-cat-number{width:34px!important;height:34px!important;min-width:34px!important;top:10px!important;left:10px!important;font-size:10px!important}
@media(max-width:1200px){.bww-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.bww-category-card,.bww-category-card.has-bg{height:250px!important;min-height:250px!important;grid-template-rows:168px 82px!important;background-size:100% 168px!important}.bww-category-card .bww-cat-content,.bww-category-card.has-bg .bww-cat-content{height:82px!important;min-height:82px!important}}
@media(max-width:760px){
 .bww-category-section{padding:12px 12px 26px!important}.bww-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
 .bww-category-card,.bww-category-card.has-bg{height:218px!important;min-height:218px!important;max-height:218px!important;grid-template-rows:146px 72px!important;background-size:100% 146px!important}
 .bww-category-card .bww-cat-content,.bww-category-card.has-bg .bww-cat-content{height:72px!important;min-height:72px!important;padding:9px 9px 8px!important;gap:3px!important}
 .bww-category-card .bww-cat-content h3,.bww-category-card.has-bg .bww-cat-content h3{font-size:12px!important;line-height:1.1!important}
 .bww-category-card .bww-cat-content b,.bww-category-card.has-bg .bww-cat-content b{font-size:9px!important}
 .bww-category-card .bww-cat-number{width:30px!important;height:30px!important;min-width:30px!important;font-size:9px!important}
}


/* v2.4.4 — structural category photo fix (real IMG, no background dependency) */
.bww-category-grid{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:10px!important;align-items:stretch!important}
.bww-category-card,.bww-category-card.has-bg,.bww-category-card.has-photo{
  position:relative!important;height:255px!important;min-height:255px!important;max-height:255px!important;
  display:grid!important;grid-template-rows:172px 83px!important;padding:0!important;
  overflow:hidden!important;border-radius:10px!important;border:1px solid #dfd2c0!important;
  background:#fffaf4!important;background-image:none!important;box-shadow:0 6px 18px rgba(32,24,18,.08)!important;
  text-decoration:none!important;
}
.bww-category-card::before,.bww-category-card.has-bg::before,.bww-category-card.has-photo::before{content:none!important;display:none!important}
.bww-cat-photo{grid-row:1!important;display:block!important;width:100%!important;height:172px!important;overflow:hidden!important;background:#e9e1d7!important;position:relative!important;z-index:1!important}
.bww-cat-photo img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center!important;margin:0!important;padding:0!important;opacity:1!important;visibility:visible!important}
.bww-category-card .bww-cat-content,.bww-category-card.has-bg .bww-cat-content,.bww-category-card.has-photo .bww-cat-content{
  grid-row:2!important;position:relative!important;z-index:3!important;width:100%!important;height:83px!important;min-height:83px!important;
  display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:5px!important;
  margin:0!important;padding:11px 12px 10px!important;background:#fffaf4!important;background-image:none!important;
  border:0!important;border-top:1px solid #eadfce!important;border-radius:0!important;text-align:left!important;
}
.bww-category-card .bww-cat-content h3,.bww-category-card.has-bg .bww-cat-content h3,.bww-category-card.has-photo .bww-cat-content h3{
  display:block!important;margin:0!important;padding:0!important;color:#181512!important;text-shadow:none!important;opacity:1!important;
  font-family:Inter,Arial,sans-serif!important;font-size:14px!important;line-height:1.12!important;font-weight:800!important;
  letter-spacing:0!important;text-transform:uppercase!important;text-align:left!important;word-break:normal!important;hyphens:none!important;
}
.bww-category-card .bww-cat-content b,.bww-category-card.has-bg .bww-cat-content b,.bww-category-card.has-photo .bww-cat-content b{
  display:block!important;margin:0!important;padding:0!important;color:#9b6a2a!important;text-shadow:none!important;opacity:1!important;
  font-size:10.5px!important;line-height:1.15!important;font-weight:700!important;text-align:left!important;white-space:nowrap!important;
}
.bww-category-card .bww-cat-number{position:absolute!important;top:10px!important;left:10px!important;z-index:8!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;display:grid!important;place-items:center!important;padding:0!important;margin:0!important;border-radius:50%!important;background:#d5a856!important;color:#fff!important;font-size:10px!important;line-height:1!important;white-space:nowrap!important;letter-spacing:.08em!important;box-shadow:0 3px 10px rgba(0,0,0,.16)!important}
@media(max-width:1200px){.bww-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:760px){
 .bww-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
 .bww-category-card,.bww-category-card.has-bg,.bww-category-card.has-photo{height:218px!important;min-height:218px!important;max-height:218px!important;grid-template-rows:146px 72px!important}
 .bww-cat-photo{height:146px!important}.bww-category-card .bww-cat-content,.bww-category-card.has-bg .bww-cat-content,.bww-category-card.has-photo .bww-cat-content{height:72px!important;min-height:72px!important;padding:8px 9px!important;gap:3px!important}
 .bww-category-card .bww-cat-content h3,.bww-category-card.has-bg .bww-cat-content h3,.bww-category-card.has-photo .bww-cat-content h3{font-size:12px!important;line-height:1.08!important}
 .bww-category-card .bww-cat-content b,.bww-category-card.has-bg .bww-cat-content b,.bww-category-card.has-photo .bww-cat-content b{font-size:9px!important}
 .bww-category-card .bww-cat-number{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;font-size:9px!important}
}

/* v2.4.5 — category photos lighter/clearer, original files unchanged */
.bww-cat-photo{background:#f3eee7!important}
.bww-cat-photo img{
  filter:brightness(1.16) contrast(.96) saturate(.96)!important;
  opacity:1!important;
}
.bww-category-card:hover .bww-cat-photo img{
  filter:brightness(1.20) contrast(.97) saturate(.98)!important;
}

/* v2.4.6 — remove category sequence numbers */
.bww-category-card .bww-cat-number{display:none!important;}

/* v2.5.0 Fresh Luxe */
.bww-shop-wrap{--fresh:#f8f5ef;--card:#fffdf9;--gold:#b78335;background:var(--fresh)!important;color:#191714!important}
.bww-shop-wrap>.bww-hero{min-height:500px!important;padding:70px 64px 90px!important;background-image:linear-gradient(90deg,rgba(255,252,247,.90),rgba(255,252,247,.65) 45%,rgba(255,252,247,.10) 78%),var(--bww-hero)!important;border:0!important}
.bww-hero h1{color:#171512!important;text-shadow:none!important;font-size:clamp(48px,5.5vw,78px)!important}.bww-hero p{color:#4e4942!important;text-shadow:none!important}.bww-hero .bww-eyebrow{color:#a9752e!important}
.bww-hero.has-image .bww-btn.primary{background:#b78335!important;color:#fff!important}.bww-hero.has-image .bww-btn.secondary{background:#fffdf9!important;color:#191714!important;border-color:#d7c7af!important}
.bww-category-section{background:#f8f5ef!important;margin-top:0!important;padding:26px 30px 38px!important}
.bww-category-grid{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:12px!important}
.bww-category-card,.bww-category-card.has-bg,.bww-category-card.has-photo{height:255px!important;min-height:255px!important;max-height:255px!important;grid-template-rows:172px 83px!important;background:#fffdf9!important;border:1px solid #e6ddd1!important;border-radius:9px!important;box-shadow:0 5px 18px rgba(42,34,25,.06)!important}
.bww-cat-photo{height:172px!important;background:#eee8df!important}.bww-cat-photo img{filter:brightness(1.13) contrast(.96) saturate(.94)!important}
.bww-category-card .bww-cat-content,.bww-category-card.has-bg .bww-cat-content,.bww-category-card.has-photo .bww-cat-content{height:83px!important;min-height:83px!important;background:#fffdf9!important;border-top:1px solid #eee5da!important;padding:12px!important}
.bww-category-card .bww-cat-content h3,.bww-category-card.has-bg .bww-cat-content h3,.bww-category-card.has-photo .bww-cat-content h3{color:#1c1915!important;font-size:13px!important;line-height:1.12!important;font-weight:800!important;text-shadow:none!important}
.bww-category-card .bww-cat-content b,.bww-category-card.has-bg .bww-cat-content b,.bww-category-card.has-photo .bww-cat-content b{color:#aa752b!important;font-size:10.5px!important;text-shadow:none!important}.bww-category-card .bww-cat-number{display:none!important}
.bww-section,.bww-filter-section,.bww-favorites-panel,.bww-lookbook{background:#f8f5ef!important;color:#191714!important}.bww-section-head{border-bottom:1px solid #e4dbcf!important}.bww-section-head h2,.bww-filter-section .bww-section-head h2,.bww-lookbook h2,.bww-lookbook h3{color:#191714!important}.bww-text-link,.bww-filter-reset,.bww-filter-kicker,.bww-lookbook .bww-eyebrow{color:#a9752e!important}
.bww-deals-section{background:#fffdf9!important;color:#191714!important;border:1px solid #e2d6c5!important;box-shadow:0 8px 28px rgba(42,34,25,.06)!important;border-radius:12px!important}.bww-deals-section .bww-section-head h2{color:#191714!important}.bww-deals-section .bww-text-link,.bww-deals-kicker{color:#a9752e!important}
.bww-product-card{background:#fff!important;border:1px solid #e8e1d8!important;border-radius:9px!important;box-shadow:0 4px 14px rgba(40,32,24,.05)!important}.bww-product-copy,.bww-product-copy h3 a{color:#1d1a16!important}.bww-product-card .bww-price{color:#a86d24!important}
.bww-cart-btn,.bww-arrow-btn,.bww-filter-submit,.bww-filter-more,.bww-deal-button{background:#b78335!important;color:#fff!important}
.bww-ai-showcase{background:linear-gradient(120deg,#f0e7da,#fffdf9)!important;color:#191714!important;border:1px solid #dfd0bc!important}.bww-ai-copy>span{color:#a9752e!important}.bww-ai-copy h2{color:#191714!important}.bww-ai-copy p{color:#625a50!important}
.bww-filter-form{background:#fffdf9!important;border-color:#e2d9cd!important}.bww-filter-field label,.bww-filter-checks label,.bww-filter-status{color:#514b43!important}.bww-filter-field input,.bww-filter-field select{background:#fff!important;border-color:#ddd2c4!important;color:#211e1a!important}
@media(max-width:1200px){.bww-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:760px){.bww-shop-wrap>.bww-hero{min-height:460px!important;padding:48px 20px 65px!important}.bww-hero h1{font-size:44px!important}.bww-category-section{padding:16px 12px 28px!important}.bww-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.bww-category-card,.bww-category-card.has-bg,.bww-category-card.has-photo{height:218px!important;min-height:218px!important;max-height:218px!important;grid-template-rows:146px 72px!important}.bww-cat-photo{height:146px!important}.bww-category-card .bww-cat-content,.bww-category-card.has-bg .bww-cat-content,.bww-category-card.has-photo .bww-cat-content{height:72px!important;min-height:72px!important;padding:9px!important}}

/* v2.5.1 — category photo is image-only; all labels live below */
.bww-category-card,.bww-category-card.has-bg,.bww-category-card.has-photo{
  display:grid!important;
  grid-template-rows:172px 83px!important;
  padding:0!important;
}
.bww-cat-photo{
  grid-row:1!important;
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:172px!important;
  overflow:hidden!important;
  z-index:1!important;
}
.bww-cat-photo::before,.bww-cat-photo::after{content:none!important;display:none!important}
.bww-cat-photo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.bww-category-card .bww-cat-content,
.bww-category-card.has-bg .bww-cat-content,
.bww-category-card.has-photo .bww-cat-content{
  grid-row:2!important;
  position:relative!important;
  inset:auto!important;
  transform:none!important;
  width:100%!important;
  height:83px!important;
  min-height:83px!important;
  margin:0!important;
  padding:12px!important;
  background:#fffdf9!important;
  background-image:none!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  z-index:5!important;
}
.bww-category-card .bww-cat-content h3,
.bww-category-card .bww-cat-content b{
  position:static!important;
  transform:none!important;
}
@media(max-width:760px){
 .bww-category-card,.bww-category-card.has-bg,.bww-category-card.has-photo{grid-template-rows:146px 72px!important}
 .bww-cat-photo{height:146px!important}
 .bww-category-card .bww-cat-content,.bww-category-card.has-bg .bww-cat-content,.bww-category-card.has-photo .bww-cat-content{height:72px!important;min-height:72px!important}
}

/* v2.5.2 — HARD FIX: absolutely no category text inside photo */
.bww-category-card,
.bww-category-card.has-bg,
.bww-category-card.has-photo{
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  align-items:stretch!important;
  height:255px!important;
  min-height:255px!important;
  max-height:255px!important;
  padding:0!important;
  background:#fffdf9!important;
  background-image:none!important;
  overflow:hidden!important;
}
.bww-category-card::before,
.bww-category-card::after,
.bww-category-card.has-bg::before,
.bww-category-card.has-bg::after,
.bww-category-card.has-photo::before,
.bww-category-card.has-photo::after{
  content:none!important;
  display:none!important;
}
.bww-category-card > .bww-cat-photo{
  order:1!important;
  flex:0 0 172px!important;
  display:block!important;
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:172px!important;
  min-height:172px!important;
  max-height:172px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#eee8df!important;
  z-index:1!important;
}
.bww-category-card > .bww-cat-photo > img{
  position:static!important;
  display:block!important;
  width:100%!important;
  height:172px!important;
  min-height:172px!important;
  max-height:172px!important;
  margin:0!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center!important;
  filter:brightness(1.13) contrast(.96) saturate(.94)!important;
}
.bww-category-card > .bww-cat-content{
  order:2!important;
  flex:0 0 83px!important;
  position:static!important;
  inset:auto!important;
  transform:none!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  width:100%!important;
  height:83px!important;
  min-height:83px!important;
  max-height:83px!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:11px 12px!important;
  overflow:hidden!important;
  background:#fffdf9!important;
  background-image:none!important;
  border:0!important;
  border-top:1px solid #eee5da!important;
  border-radius:0!important;
  z-index:2!important;
}
.bww-category-card > .bww-cat-content h3,
.bww-category-card > .bww-cat-content b{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  float:none!important;
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  background:none!important;
  text-shadow:none!important;
}
.bww-category-card > .bww-cat-content h3{
  color:#1c1915!important;
  font-size:13px!important;
  line-height:1.12!important;
  font-weight:800!important;
  margin-bottom:6px!important;
}
.bww-category-card > .bww-cat-content b{
  color:#aa752b!important;
  font-size:10.5px!important;
  line-height:1.15!important;
  font-weight:700!important;
}
.bww-category-card > .bww-cat-number{display:none!important}

@media(max-width:760px){
 .bww-category-card,.bww-category-card.has-bg,.bww-category-card.has-photo{
   height:218px!important;min-height:218px!important;max-height:218px!important;
 }
 .bww-category-card > .bww-cat-photo{
   flex-basis:146px!important;height:146px!important;min-height:146px!important;max-height:146px!important;
 }
 .bww-category-card > .bww-cat-photo > img{
   height:146px!important;min-height:146px!important;max-height:146px!important;
 }
 .bww-category-card > .bww-cat-content{
   flex-basis:72px!important;height:72px!important;min-height:72px!important;max-height:72px!important;padding:8px 9px!important;
 }
 .bww-category-card > .bww-cat-content h3{font-size:11.5px!important;margin-bottom:4px!important}
 .bww-category-card > .bww-cat-content b{font-size:9px!important}
}

/* v2.5.3 — clean centered category photography, no text inside image */
.bww-cat-photo{
  overflow:hidden!important;
  background:#f1ece5!important;
}
.bww-cat-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  filter:brightness(1.08) contrast(.98) saturate(.96)!important;
}
.bww-cat-photo::before,
.bww-cat-photo::after{
  content:none!important;
  display:none!important;
}
.bww-category-card > .bww-cat-content{
  background:#fffdf9!important;
  position:relative!important;
  z-index:5!important;
}

/* v2.6.0 — webshop product quick view, based on In-Store kiosk */
body.bww-qv-open{overflow:hidden!important}
.bww-shop-product-modal{position:fixed;inset:0;z-index:999999}
.bww-shop-product-backdrop{position:absolute;inset:0;background:rgba(28,24,20,.58);backdrop-filter:blur(5px)}
.bww-shop-product-sheet{position:absolute;inset:28px;overflow:auto;background:#fffdf9;border-radius:26px;padding:38px;box-shadow:0 28px 90px rgba(0,0,0,.25)}
.bww-shop-product-close{position:sticky;float:right;top:0;z-index:12;width:48px;height:48px;border-radius:50%;border:1px solid #dfd5c8;background:#fff;color:#211d19;font-size:27px;line-height:1;cursor:pointer}
.bww-shop-product-detail{display:grid;grid-template-columns:minmax(380px,.95fr) 1.05fr;gap:42px;align-items:start;clear:both}
.bww-qv-gallery{min-width:0}.bww-qv-main{aspect-ratio:1/1;border-radius:20px;overflow:hidden;background:#f1ece5}.bww-qv-main img{width:100%;height:100%;object-fit:contain;background:#fff;display:block}
.bww-qv-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:11px}.bww-qv-thumb{aspect-ratio:1;border:2px solid transparent;padding:0;border-radius:11px;overflow:hidden;background:#fff;cursor:pointer}.bww-qv-thumb.active{border-color:#b78335}.bww-qv-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.bww-qv-copy{padding:12px 10px 20px}.bww-qv-eyebrow{display:block;color:#a9752e;font-size:11px;font-weight:800;letter-spacing:.13em;margin-bottom:10px}.bww-qv-copy h2{margin:0;color:#181512;font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4vw,52px);line-height:1.03;font-weight:500}
.bww-qv-price{font-size:27px;font-weight:850;color:#a86d24;margin:18px 0}.bww-qv-desc{color:#625a50;line-height:1.65;font-size:15px;max-width:760px}.bww-qv-desc p:first-child{margin-top:0}
.bww-qv-vars{margin-top:22px;padding:18px;border:1px solid #e1d6c8;border-radius:15px;background:#faf6f0}.bww-qv-vars>strong{display:block;margin-bottom:12px}.bww-qv-vars label{display:grid;grid-template-columns:145px 1fr;gap:12px;align-items:center;margin:9px 0}.bww-qv-vars label span{font-weight:750}.bww-qv-vars select{height:48px;border:1px solid #ddd1c2;border-radius:10px;background:#fff;padding:0 12px}.bww-qv-var-status{margin-top:10px;color:#6b6258;font-size:13px}
.bww-qv-attrs{margin-top:20px;border-top:1px solid #e7ddd1;padding-top:13px}.bww-qv-attr{display:grid;grid-template-columns:160px 1fr;gap:12px;padding:6px 0;font-size:13px}.bww-qv-attr span{color:#81766b}
.bww-qv-actions{display:flex;flex-direction:column;gap:10px;margin-top:24px}.bww-qv-buy{display:flex;gap:10px;align-items:center}.bww-qv-qty{height:54px;display:grid;grid-template-columns:42px 54px 42px;border:1px solid #dbd0c3;border-radius:999px;overflow:hidden;background:#fff}.bww-qv-qty button{border:0;background:#fff;font-size:22px;cursor:pointer}.bww-qv-qty input{width:100%;border:0;text-align:center;font-weight:800;background:#fff}.bww-qv-primary,.bww-qv-secondary{min-height:54px;border-radius:999px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;text-decoration:none;cursor:pointer}.bww-qv-primary{border:0;background:#b78335;color:#fff;flex:1}.bww-qv-primary:disabled{opacity:.65}.bww-qv-secondary{border:1px solid #d9cdbd;background:#fff;color:#231f1b;align-self:flex-start}.bww-qv-unavailable{padding:14px;border-radius:12px;background:#f5eee5;color:#7b6550}
.bww-shop-toast{position:fixed;left:50%;bottom:28px;z-index:1000001;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#211d19;color:#fff;padding:13px 20px;border-radius:999px;transition:.2s}.bww-shop-toast.show{opacity:1;transform:translate(-50%,0)}
.bww-shop-loading{grid-column:1/-1;padding:70px;text-align:center;color:#776d62}
@media(max-width:900px){.bww-shop-product-sheet{inset:12px;padding:22px 16px}.bww-shop-product-detail{grid-template-columns:1fr;gap:18px}.bww-qv-copy{padding:4px 2px 15px}.bww-qv-copy h2{font-size:34px}.bww-qv-main{aspect-ratio:4/3}.bww-qv-thumbs{grid-template-columns:repeat(4,1fr)}.bww-qv-vars label{grid-template-columns:1fr;gap:5px}.bww-qv-buy{display:grid;grid-template-columns:auto 1fr}.bww-qv-primary{padding:0 14px}.bww-qv-secondary{width:100%}.bww-qv-attr{grid-template-columns:120px 1fr}}
@media(max-width:520px){.bww-shop-product-sheet{inset:6px;border-radius:18px;padding:14px}.bww-qv-main{aspect-ratio:1/1}.bww-qv-copy h2{font-size:30px}.bww-qv-price{font-size:23px}.bww-qv-buy{grid-template-columns:1fr}.bww-qv-qty{width:138px}.bww-qv-primary{width:100%}}


/* ============================================================
   BWW RESPONSIVE FIT PATCH
   Doel: bestaande Shop Experience behouden, maar altijd netjes
   binnen desktop/tablet/mobiel viewport laten passen.
   ============================================================ */

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Keep all plugin content within its own available width */
[class*="bww-"],
[class*="bww-"] *,
[class*="bww-"] *::before,
[class*="bww-"] *::after {
  box-sizing: border-box;
}

[class*="bww-"] img,
[class*="bww-"] video,
[class*="bww-"] iframe,
[class*="bww-"] svg {
  max-width: 100%;
}

.bww-shop,
.bww-shop-wrap,
.bww-shop-experience,
.bww-shop-world,
.bww-world,
.bww-container,
.bww-shell,
.bww-content {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow-x: clip;
}

/* Desktop: wide but never outside viewport */
@media (min-width: 1200px) {
  .bww-shop,
  .bww-shop-wrap,
  .bww-shop-experience,
  .bww-shop-world,
  .bww-world {
    width: min(100%, 1600px) !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

/* Tablet */
@media (min-width: 761px) and (max-width: 1199px) {
  .bww-shop,
  .bww-shop-wrap,
  .bww-shop-experience,
  .bww-shop-world,
  .bww-world {
    width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  [class*="bww-"] .grid,
  [class*="bww-"][class*="grid"] {
    min-width: 0 !important;
  }
}

/* Mobile: one viewport, no horizontal overflow */
@media (max-width: 760px) {
  body,
  #page,
  .site,
  .site-content,
  #primary,
  #main,
  article,
  .entry-content {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .bww-shop,
  .bww-shop-wrap,
  .bww-shop-experience,
  .bww-shop-world,
  .bww-world,
  .bww-container,
  .bww-shell,
  .bww-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    overflow-x: hidden !important;
  }

  /* Generic plugin grids: never force desktop columns on a phone */
  [class*="bww-"][class*="grid"],
  [class*="bww-"] [class*="grid"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  /* Forms */
  [class*="bww-"] form,
  [class*="bww-"] fieldset,
  [class*="bww-"] label,
  [class*="bww-"] input,
  [class*="bww-"] select,
  [class*="bww-"] textarea {
    max-width: 100% !important;
  }

  [class*="bww-"] input:not([type="checkbox"]):not([type="radio"]),
  [class*="bww-"] select,
  [class*="bww-"] textarea {
    width: 100% !important;
  }

  /* Prevent headings / buttons / card copy from running outside */
  [class*="bww-"] h1,
  [class*="bww-"] h2,
  [class*="bww-"] h3,
  [class*="bww-"] h4,
  [class*="bww-"] p,
  [class*="bww-"] a,
  [class*="bww-"] button,
  [class*="bww-"] span,
  [class*="bww-"] strong,
  [class*="bww-"] small {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  [class*="bww-"] h1 {
    font-size: clamp(30px, 9vw, 42px) !important;
    line-height: 1.08 !important;
  }

  [class*="bww-"] h2 {
    font-size: clamp(25px, 7.5vw, 34px) !important;
    line-height: 1.12 !important;
  }

  [class*="bww-"] p {
    line-height: 1.55 !important;
  }

  [class*="bww-"] button,
  [class*="bww-"] .button,
  [class*="bww-"] a.button {
    white-space: normal !important;
    line-height: 1.25 !important;
  }

  /* Images keep their proportions and cannot exceed screen */
  [class*="bww-"] img {
    height: auto;
    object-fit: cover;
  }

  /* Tables can scroll internally instead of widening whole page */
  [class*="bww-"] table {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Very small phones */
@media (max-width: 390px) {
  .bww-shop,
  .bww-shop-wrap,
  .bww-shop-experience,
  .bww-shop-world,
  .bww-world,
  .bww-container,
  .bww-shell,
  .bww-content {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  [class*="bww-"] h1 {
    font-size: 29px !important;
  }

  [class*="bww-"] h2 {
    font-size: 24px !important;
  }
}


/* ==========================================================
   MOBILE VIEWPORT FIX — no plugin element may widen document
   ========================================================== */
@media (max-width: 850px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body .bww-shop-wrap {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
    contain: layout paint;
  }

  body .bww-shop-wrap > *,
  body .bww-shop-wrap section,
  body .bww-shop-wrap div {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  /* Desktop lookbook is completely removed from mobile layout. */
  body .bww-shop-wrap .bww-lookbook-viewport,
  body .bww-shop-wrap .bww-lookbook-track,
  body .bww-shop-wrap .bww-lookbook-slide,
  body .bww-shop-wrap .bww-lookbook-mobile,
  body .bww-shop-wrap .bww-lookbook-details {
    max-width: 100% !important;
  }

  body .bww-shop-wrap .bww-lookbook-viewport,
  body .bww-shop-wrap .bww-lookbook-mobile,
  body .bww-shop-wrap .bww-lookbook-details {
    display: none !important;
  }

  body .bww-shop-wrap .bww-lookbook-track {
    width: 100% !important;
    min-width: 0 !important;
    transform: none !important;
  }

  body .bww-shop-wrap .bww-lookbook-slide {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  /* Only the dedicated single mobile Shop-the-Look card is rendered. */
  body .bww-shop-wrap .bww-lookbook-mobile-single {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 12px 14px !important;
    overflow: hidden !important;
  }

  body .bww-shop-wrap .bww-lookbook-mobile-single-card,
  body .bww-shop-wrap .bww-lookbook-mobile-stage,
  body .bww-shop-wrap .bww-lookbook-mobile-single-caption,
  body .bww-shop-wrap .bww-mobile-look-products {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  /* Horizontal product list scrolls internally and cannot enlarge page. */
  body .bww-shop-wrap .bww-mobile-look-product-list {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  /* Product quick-view can never contribute a desktop minimum width. */
  body .bww-shop-product-detail,
  body .bww-shop-product-sheet,
  body .bww-qv-gallery,
  body .bww-qv-copy {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}


/* v2.6.3 — WooCommerce shop bridge */
.bww-shop-look-bridge[hidden]{
  display:none!important;
}
body.woocommerce-shop .bww-lookbook{
  width:min(1580px,calc(100% - 56px))!important;
  max-width:1580px!important;
  margin:64px auto 18px!important;
  box-sizing:border-box!important;
}
@media(max-width:850px){
  body.woocommerce-shop .bww-lookbook{
    width:100%!important;
    max-width:100%!important;
    margin:42px 0 10px!important;
    padding-left:0!important;
    padding-right:0!important;
    overflow:hidden!important;
  }
}


/* ==========================================================
   v2.6.4 FINAL — bridged Shop the Look mobile + width fix
   The lookbook is moved out of .bww-shop-wrap on Woo shop.
   These rules deliberately target the moved element directly.
   ========================================================== */

body.woocommerce-shop .bww-lookbook {
  width: min(1580px, calc(100% - 56px)) !important;
  max-width: 1580px !important;
  min-width: 0 !important;
  margin: 64px auto 20px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

body.woocommerce-shop .bww-lookbook,
body.woocommerce-shop .bww-lookbook * {
  box-sizing: border-box !important;
}

@media (max-width:850px) {
  /* The moved lookbook must never contribute width to the document. */
  body.woocommerce-shop .bww-lookbook {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 42px 0 12px !important;
    padding: 0 !important;
    overflow: hidden !important;
    contain: layout paint !important;
  }

  body.woocommerce-shop .bww-lookbook-head {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 14px !important;
    margin: 0 auto 18px !important;
  }

  /* Disable ALL desktop/old mobile carousel layout after bridge. */
  body.woocommerce-shop .bww-lookbook > .bww-lookbook-viewport,
  body.woocommerce-shop .bww-lookbook > .bww-lookbook-dots,
  body.woocommerce-shop .bww-lookbook > .bww-lookbook-details,
  body.woocommerce-shop .bww-lookbook > .bww-lookbook-mobile {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  /* Crucial: neutralize old max-content / 100vw track rules. */
  body.woocommerce-shop .bww-lookbook .bww-lookbook-track {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    transform: none !important;
  }

  body.woocommerce-shop .bww-lookbook .bww-lookbook-slide {
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    flex: 0 0 0 !important;
  }

  /* Use the plugin's dedicated mobile Shop-the-Look card. */
  body.woocommerce-shop .bww-lookbook > .bww-lookbook-mobile-single {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 12px 10px !important;
    overflow: hidden !important;
  }

  body.woocommerce-shop .bww-lookbook-mobile-single-card,
  body.woocommerce-shop .bww-lookbook-mobile-stage,
  body.woocommerce-shop .bww-lookbook-mobile-single-caption,
  body.woocommerce-shop .bww-mobile-look-products,
  body.woocommerce-shop .bww-mobile-look-products-head,
  body.woocommerce-shop .bww-mobile-look-product-list {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-shop .bww-lookbook-mobile-single-card {
    overflow: hidden !important;
  }

  body.woocommerce-shop .bww-lookbook-mobile-stage {
    position: relative !important;
    aspect-ratio: 16/10 !important;
    overflow: hidden !important;
  }

  body.woocommerce-shop .bww-lookbook-mobile-stage > img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
  }

  body.woocommerce-shop .bww-mobile-look-product-list {
    display: flex !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 2px 2px 12px !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-x: contain !important;
  }

  body.woocommerce-shop .bww-mobile-look-product {
    flex: 0 0 82% !important;
    width: auto !important;
    max-width: 82% !important;
    min-width: 0 !important;
    scroll-snap-align: start !important;
  }

  /* Absolute safety: the moved plugin module cannot widen the page. */
  body.woocommerce-shop .bww-lookbook img,
  body.woocommerce-shop .bww-lookbook button,
  body.woocommerce-shop .bww-lookbook a,
  body.woocommerce-shop .bww-lookbook section,
  body.woocommerce-shop .bww-lookbook article,
  body.woocommerce-shop .bww-lookbook div {
    box-sizing: border-box !important;
  }
}
