/* DUUDU Commerce Visual V1.6.0 — Brand Hub + compact automatic brand landings */
.duudu-brand-hub{position:relative;width:100%;box-sizing:border-box}.duudu-brand-hub *{box-sizing:border-box}.duudu-brand-hub__viewport{width:100%;overflow:hidden}.duudu-brand-hub__track{display:grid;gap:var(--duudu-brand-gap,18px)}.duudu-brand-hub.is-grid .duudu-brand-hub__track{grid-template-columns:repeat(var(--duudu-brand-cols-desktop,6),minmax(0,1fr))}.duudu-brand-hub.is-carousel .duudu-brand-hub__viewport{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.duudu-brand-hub.is-carousel .duudu-brand-hub__viewport::-webkit-scrollbar{display:none}.duudu-brand-hub.is-carousel .duudu-brand-hub__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--duudu-brand-gap,18px) * (var(--duudu-brand-cols-desktop,6) - 1)))/var(--duudu-brand-cols-desktop,6))}.duudu-brand-hub.is-carousel .duudu-brand-hub__item{min-width:0;scroll-snap-align:start}.duudu-brand-hub__item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:9px;text-decoration:none!important;color:inherit!important;min-width:0}.duudu-brand-hub__logo{display:grid;place-items:center;width:100%;max-width:var(--duudu-brand-size,120px);aspect-ratio:1/1;padding:var(--duudu-brand-pad,14px);background:#fff;border:1px solid rgba(0,0,0,.09);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.duudu-brand-hub__logo img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.duudu-brand-hub.is-shape-circle .duudu-brand-hub__logo{border-radius:50%}.duudu-brand-hub.is-shape-square .duudu-brand-hub__logo{border-radius:0}.duudu-brand-hub.is-shape-rounded .duudu-brand-hub__logo{border-radius:var(--duudu-brand-radius,18px)}.duudu-brand-hub__item:hover .duudu-brand-hub__logo,.duudu-brand-hub__item:focus-visible .duudu-brand-hub__logo{transform:translateY(-2px);border-color:rgba(0,0,0,.18);box-shadow:0 8px 22px rgba(0,0,0,.08)}.duudu-brand-hub__name{max-width:100%;font-size:13px;line-height:1.25;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.duudu-brand-hub__fallback{display:grid;place-items:center;width:100%;height:100%;font-size:clamp(18px,2.2vw,30px);font-weight:750;letter-spacing:-.03em;background:#f5f6f7;color:#59636d}.duudu-brand-hub__arrow{position:absolute;top:calc(50% - 18px);z-index:2;display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(0,0,0,.12);border-radius:50%;background:#fff;color:#1d2327;font-size:28px;line-height:1;box-shadow:0 4px 16px rgba(0,0,0,.09);cursor:pointer}.duudu-brand-hub__arrow.is-prev{left:-19px}.duudu-brand-hub__arrow.is-next{right:-19px}.duudu-brand-hub__arrow:disabled{opacity:.28;cursor:default}.duudu-brand-hub__dots{display:flex;justify-content:center;gap:7px;margin-top:14px}.duudu-brand-hub__dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#c8cdd2;cursor:pointer;transition:width .16s ease,background .16s ease}.duudu-brand-hub__dots button.is-active{width:22px;background:#58616a}.duudu-brand-hub__notice{padding:12px 14px;border:1px dashed #c9cdd1;border-radius:10px;background:#fafbfc;color:#646970;font-size:13px}
@media(max-width:1024px){.duudu-brand-hub.is-grid .duudu-brand-hub__track{grid-template-columns:repeat(var(--duudu-brand-cols-tablet,4),minmax(0,1fr))}.duudu-brand-hub.is-carousel .duudu-brand-hub__track{grid-auto-columns:calc((100% - (var(--duudu-brand-gap,18px) * (var(--duudu-brand-cols-tablet,4) - 1)))/var(--duudu-brand-cols-tablet,4))}.duudu-brand-hub__arrow.is-prev{left:4px}.duudu-brand-hub__arrow.is-next{right:4px}}
@media(max-width:680px){.duudu-brand-hub.is-grid .duudu-brand-hub__track{grid-template-columns:repeat(var(--duudu-brand-cols-mobile,2),minmax(0,1fr))}.duudu-brand-hub.is-carousel .duudu-brand-hub__track{grid-auto-columns:calc((100% - (var(--duudu-brand-gap,18px) * (var(--duudu-brand-cols-mobile,2) - 1)))/var(--duudu-brand-cols-mobile,2))}.duudu-brand-hub__arrow{width:34px;height:34px;font-size:24px}.duudu-brand-hub__name{font-size:12px}}


/* V1.4.2 — Compact automatic brand landing header
   Desktop creative: 1600 × 450 px (32:9)
   Mobile creative: 1080 × 540 px (2:1) */
.duudu-brand-landing-header{box-sizing:border-box;width:100%;max-width:var(--duudu-brand-landing-width,1320px);margin:0 auto var(--duudu-brand-landing-gap,24px);padding:0}.duudu-brand-landing-header *{box-sizing:border-box}.duudu-brand-landing-header__banner{position:relative;width:100%;aspect-ratio:32/9;overflow:hidden;border-radius:var(--duudu-brand-landing-radius,18px);background:#f4f5f6}.duudu-brand-landing-header__banner picture{display:block;width:100%;height:100%}.duudu-brand-landing-header__banner-image{display:block;width:100%!important;height:100%!important;max-width:100%!important;margin:0!important;object-fit:cover!important;object-position:center}.duudu-brand-landing-header__description{margin:12px 0 0;color:inherit;font-size:13px;line-height:1.55}.duudu-brand-landing-header__description p{margin:0 0 7px}.duudu-brand-landing-header__description p:last-child{margin-bottom:0}.duudu-brand-landing-header.has-banner>.duudu-brand-landing-header__description{padding:0 2px}.duudu-brand-landing-header__fallback-surface{display:flex;align-items:center;gap:20px;min-height:118px;padding:18px 22px;border:1px solid rgba(0,0,0,.09);border-left:5px solid var(--duudu-brand-accent,currentColor);border-radius:var(--duudu-brand-landing-radius,18px);background:#fff}.duudu-brand-landing-header__identity-logo{display:grid;place-items:center;flex:0 0 118px;width:118px;height:82px;padding:8px;border-radius:12px;background:#fff}.duudu-brand-landing-header__identity-logo img{display:block;width:100%;height:100%;object-fit:contain}.duudu-brand-landing-header__identity-copy{min-width:0}.duudu-brand-landing-header__identity-copy h1{margin:0;font-size:clamp(24px,3vw,38px);line-height:1.05;letter-spacing:-.025em}.duudu-brand-landing-header__identity-copy .duudu-brand-landing-header__description{margin-top:8px}.duudu-cv-brand-landing .woocommerce-products-header__title.page-title{display:none!important}.duudu-cv-brand-landing .page-title:empty,.duudu-cv-brand-landing .entry-title:empty{display:none!important}
/* When Search & Filters is in sidebar/hybrid mode, the header is deliberately
   rendered after .duudu-shop-layout__main opens. It therefore lines up with
   the search bar/product grid while filters begin at the same vertical point. */
.duudu-cv-brand-landing .duudu-shop-layout__main>.duudu-brand-landing-header{max-width:none;width:100%;margin-left:0;margin-right:0}
@media(max-width:680px){.duudu-brand-landing-header{margin-bottom:calc(var(--duudu-brand-landing-gap,24px)*.72)}.duudu-brand-landing-header__banner{aspect-ratio:2/1;border-radius:min(var(--duudu-brand-landing-radius,18px),14px)}.duudu-brand-landing-header__fallback-surface{align-items:flex-start;gap:14px;min-height:0;padding:16px;border-radius:min(var(--duudu-brand-landing-radius,18px),14px)}.duudu-brand-landing-header__identity-logo{flex-basis:84px;width:84px;height:66px}.duudu-brand-landing-header__identity-copy h1{font-size:27px}.duudu-brand-landing-header__description{font-size:12.5px}}


/* V1.6.0 — Contextual navigation between brand landings */
.duudu-brand-landing-nav{box-sizing:border-box;display:flex;width:100%;align-items:center;justify-content:flex-end;gap:10px;margin:0 0 9px;color:inherit}.duudu-brand-landing-nav *{box-sizing:border-box}.duudu-brand-landing-nav__label{margin-right:auto;color:#707982;font-size:11px;font-weight:650;line-height:1.2}.duudu-brand-landing-nav__items{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:var(--duudu-brand-nav-gap,7px);flex-wrap:wrap}.duudu-brand-landing-nav__button{display:inline-flex;min-height:27px;align-items:center;justify-content:center;padding:4px 9px;border:var(--duudu-brand-nav-border-width,0) solid var(--duudu-brand-button-border,var(--duudu-brand-nav-border,#e6bc00));border-radius:var(--duudu-brand-nav-radius,8px);background:var(--duudu-brand-button-bg,var(--duudu-brand-nav-bg,#ffd426));color:var(--duudu-brand-nav-text,#1f2937)!important;font-size:11px;font-weight:700;line-height:1.15;text-decoration:none!important;white-space:nowrap;transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}.duudu-brand-landing-nav__button:hover,.duudu-brand-landing-nav__button:focus-visible{transform:translateY(-1px);filter:brightness(.97);box-shadow:0 3px 9px rgba(0,0,0,.08)}.duudu-brand-landing-nav__button.is-shop{font-weight:800}.duudu-brand-landing-nav__brand[hidden]{display:none!important}.duudu-cv-brand-landing .duudu-shop-layout__main>.duudu-brand-landing-nav{max-width:none;width:100%;margin-left:0;margin-right:0}
@media(max-width:680px){.duudu-brand-landing-nav{align-items:flex-start;flex-direction:column;gap:6px;margin-bottom:8px}.duudu-brand-landing-nav__label{margin-right:0}.duudu-brand-landing-nav__items{width:100%;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding:1px 0 4px;scrollbar-width:none}.duudu-brand-landing-nav__items::-webkit-scrollbar{display:none}.duudu-brand-landing-nav__button{flex:0 0 auto;min-height:29px;font-size:10.5px}}
