:root{
  --vc-bg:#fff;--vc-surface:#f7f7f8;--vc-surface-2:#f1f1f3;--vc-text:#17171a;--vc-muted:#707078;--vc-border:#e7e7ea;
  --vc-brand:#df1761;--vc-brand-strong:#bd104f;--vc-success:#168246;--vc-danger:#b42318;
  --vc-radius-sm:8px;--vc-radius-md:14px;--vc-radius-lg:22px;--vc-container:1440px;
  --vc-shadow-menu:0 24px 55px rgba(0,0,0,.12);--vc-transition:160ms ease;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--vc-bg);color:var(--vc-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.v2-container{width:min(calc(100% - 40px),var(--vc-container));margin-inline:auto}.v2-main{min-height:60vh}.v2-skip-link{position:absolute;left:-9999px}.v2-skip-link:focus{left:16px;top:16px;z-index:9999;background:#fff;padding:12px}.v2-overlay-open{overflow:hidden}.v2-icon-button{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid var(--vc-border);border-radius:999px;background:#fff;color:var(--vc-text);cursor:pointer}.v2-icon-button svg,.v2-header-action svg,.v2-filter-toggle svg,.v2-drilldown svg,.v2-mobile-nav__footer svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Header */
.v2-header{position:relative;z-index:60;background:#fff;border-bottom:1px solid var(--vc-border)}.v2-topbar{background:#17171a;color:#fff;text-align:center;font-size:12px;font-weight:650;letter-spacing:.01em;padding:7px 0}.v2-header__main{min-height:86px;display:grid;grid-template-columns:minmax(190px,auto) minmax(320px,700px) auto;gap:34px;align-items:center}.v2-brand{min-width:0}.v2-brand img{max-height:54px;width:auto}.v2-brand__text{font-size:28px;font-weight:850;letter-spacing:-.03em}.v2-search form{display:flex;width:100%;margin:0}.v2-search .search-field,.v2-search input[type=search]{width:100%;height:48px;padding:0 18px;border:1px solid var(--vc-border);border-right:0;border-radius:999px 0 0 999px;background:#fafafa;color:var(--vc-text);outline:none}.v2-search .search-field:focus,.v2-search input[type=search]:focus{border-color:#b7b7bd;background:#fff}.v2-search button{height:48px;min-width:66px;padding:0 18px;border:0;border-radius:0 999px 999px 0;background:var(--vc-text);color:#fff;font-weight:750;cursor:pointer}.v2-search button:hover{background:#000}.v2-header-actions{display:flex;align-items:center;gap:8px}.v2-header-action{position:relative;display:grid;grid-template-columns:28px auto;align-items:center;gap:8px;min-height:48px;padding:5px 10px;border-radius:10px;font-size:13px;font-weight:720}.v2-header-action:hover{background:var(--vc-surface)}.v2-header-action__icon{display:grid;place-items:center}.v2-cart-count{position:absolute;top:0;left:27px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--vc-brand);color:#fff;font-size:10px;font-weight:800}.v2-menu-toggle{display:none}

/* Desktop navigation + mega menu */
.v2-primary-nav{position:relative;border-top:1px solid var(--vc-border)}.v2-primary-nav__list{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.v2-primary-nav__item>a{display:block;padding:15px 0 14px;font-size:13px;font-weight:780;white-space:nowrap}.v2-primary-nav__item>a:after{content:"";display:block;height:2px;margin-top:5px;background:var(--vc-brand);transform:scaleX(0);transform-origin:left;transition:transform var(--vc-transition)}.v2-primary-nav__item:hover>a:after,.v2-primary-nav__item:focus-within>a:after{transform:scaleX(1)}.v2-mega-menu{position:absolute;left:0;right:0;top:100%;visibility:hidden;opacity:0;transform:translateY(6px);background:#fff;border-top:1px solid var(--vc-border);box-shadow:var(--vc-shadow-menu);transition:opacity var(--vc-transition),transform var(--vc-transition),visibility var(--vc-transition);pointer-events:none;max-height:calc(100vh - 150px);overflow-y:auto;overscroll-behavior:contain}.has-mega-menu:hover>.v2-mega-menu,.has-mega-menu:focus-within>.v2-mega-menu{visibility:visible;opacity:1;transform:none;pointer-events:auto}.v2-mega-menu__inner{display:grid;grid-template-columns:190px 1fr;gap:44px;padding-top:28px;padding-bottom:34px}.v2-mega-menu__intro{padding-right:24px;border-right:1px solid var(--vc-border)}.v2-mega-menu__eyebrow{display:block;color:var(--vc-muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.11em;margin-bottom:7px}.v2-mega-menu__all{font-size:21px;line-height:1.2;font-weight:820;letter-spacing:-.025em}.v2-mega-menu__columns{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:26px 34px}.v2-mega-menu__group{min-width:0}.v2-mega-menu__heading{display:block;margin-bottom:9px;font-size:14px;font-weight:800}.v2-mega-menu__group ul{list-style:none;padding:0;margin:0}.v2-mega-menu__group li+li{margin-top:6px}.v2-mega-menu__group li a{color:#505058;font-size:13px;line-height:1.35}.v2-mega-menu__group a:hover{color:var(--vc-brand)}

/* Mobile navigation */
.v2-mobile-nav,.v2-filter-panel{position:fixed;inset:0;z-index:120}.v2-overlay{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(12,12,14,.46);cursor:default}.v2-mobile-nav__drawer,.v2-filter-panel__drawer{position:absolute;top:0;bottom:0;background:#fff;box-shadow:var(--vc-shadow-menu)}.v2-mobile-nav__drawer{left:0;width:min(430px,92vw);display:flex;flex-direction:column}.v2-mobile-nav__head{height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--vc-border)}.v2-mobile-nav__head strong{font-size:18px}.v2-mobile-nav__search{padding:14px 16px;border-bottom:1px solid var(--vc-border)}.v2-mobile-nav__search .v2-search{width:100%}.v2-mobile-nav__search form{display:flex}.v2-mobile-nav__search input[type=search],.v2-mobile-nav__search .search-field{height:44px;width:100%;padding:0 14px;border:1px solid var(--vc-border);border-right:0;border-radius:8px 0 0 8px;background:var(--vc-surface)}.v2-mobile-nav__search button{height:44px;padding:0 14px;border:0;border-radius:0 8px 8px 0;background:var(--vc-text);color:#fff;font-weight:750}.v2-drilldown{flex:1;min-height:0;overflow:hidden}.v2-drilldown__panel{height:100%;overflow-y:auto;padding:12px 18px 28px}.v2-drilldown__back{display:flex;align-items:center;gap:5px;margin:2px 0 17px;padding:7px 0;border:0;background:none;color:var(--vc-muted);font-weight:700;cursor:pointer}.v2-drilldown__back svg{width:18px}.v2-drilldown__title{font-size:25px;font-weight:850;letter-spacing:-.035em;margin-bottom:10px}.v2-drilldown__all{display:block;margin-bottom:14px;padding:12px 13px;border-radius:9px;background:var(--vc-surface);font-size:13px;font-weight:780}.v2-drilldown__row{border-bottom:1px solid var(--vc-border)}.v2-drilldown__link,.v2-drilldown__trigger{width:100%;min-height:52px;padding:14px 2px;font-size:15px;font-weight:690;text-align:left}.v2-drilldown__link{display:flex;align-items:center}.v2-drilldown__trigger{display:flex;align-items:center;justify-content:space-between;gap:16px;border:0;background:none;color:var(--vc-text);cursor:pointer}.v2-drilldown__trigger:hover,.v2-drilldown__trigger:focus-visible{color:var(--vc-brand)}.v2-drilldown__chevron{display:grid;place-items:center;flex:0 0 32px;color:var(--vc-muted)}.v2-drilldown__trigger:hover .v2-drilldown__chevron{color:var(--vc-brand)}.v2-mobile-nav__footer{padding:13px 18px;border-top:1px solid var(--vc-border)}.v2-mobile-nav__footer a{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:750}

/* Archive structure */
.v2-breadcrumbs{padding-top:18px;padding-bottom:10px;color:var(--vc-muted);font-size:12px}.v2-breadcrumbs a:hover{color:var(--vc-brand)}.v2-archive-header{padding-top:32px;padding-bottom:32px}.v2-archive-header h1{margin:0;font-size:clamp(32px,4vw,58px);letter-spacing:-.045em}.v2-category-hero{position:relative;overflow:hidden;background:var(--vc-surface)}.v2-category-hero__content{position:relative;z-index:2;padding-block:54px}.v2-category-hero__content h1{max-width:850px;margin:0;font-size:clamp(38px,4.5vw,66px);line-height:1.02;letter-spacing:-.05em}.v2-category-hero__intro{max-width:680px;margin-top:14px;color:#55555d;font-size:16px}.v2-category-hero__intro>:first-child{margin-top:0}.v2-category-hero__intro>:last-child{margin-bottom:0}.v2-category-hero__media{position:absolute;inset:0 0 0 54%;background-position:center;background-size:cover}.v2-category-hero.has-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--vc-surface) 0 48%,rgba(247,247,248,.92) 55%,rgba(247,247,248,.06) 78%)}

/* Subcategories */
.v2-category-nav{padding-top:28px;padding-bottom:32px}.v2-category-nav__head{max-width:760px;margin-bottom:17px}.v2-category-nav h2{margin:0 0 5px;font-size:24px;letter-spacing:-.025em}.v2-category-nav__intro{color:var(--vc-muted);font-size:14px}.v2-category-nav__viewport{overflow:hidden}.v2-category-nav__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.v2-category-tile{min-width:0}.v2-category-tile__image{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;border-radius:12px;background:var(--vc-surface)}.v2-category-tile__image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.v2-category-tile:hover .v2-category-tile__image img{transform:scale(1.025)}.v2-category-tile__placeholder{display:block;width:100%;height:100%;background:linear-gradient(145deg,#f5f5f6,#ededf0)}.v2-category-tile__name{display:block;margin-top:8px;font-size:13px;font-weight:760;line-height:1.25}.v2-category-tile__count{display:block;margin-top:2px;color:var(--vc-muted);font-size:11px}

/* Catalog toolbar / FacetWP */
.v2-product-list{padding-top:4px;padding-bottom:60px}.v2-catalog-controls{border-top:1px solid var(--vc-border);border-bottom:1px solid var(--vc-border);margin-bottom:26px}.v2-catalog-toolbar{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.v2-catalog-toolbar__meta{color:var(--vc-muted);font-size:13px}.v2-catalog-toolbar__actions{display:flex;align-items:center;gap:10px}.v2-filter-toggle{display:flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border:1px solid var(--vc-border);border-radius:9px;background:#fff;color:var(--vc-text);font-weight:760;cursor:pointer}.v2-filter-toggle:hover{border-color:#b8b8be}.v2-filter-toggle svg{width:18px}.v2-filter-count{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--vc-text);color:#fff;font-size:10px}.v2-sort-control .facetwp-facet{margin:0}.v2-sort-control select,.v2-catalog-toolbar select{min-height:42px;padding:0 38px 0 13px;border:1px solid var(--vc-border);border-radius:9px;background:#fff;color:var(--vc-text)}.v2-active-filters:empty{display:none}.v2-active-filters .facetwp-selections{padding:0 0 14px}.v2-active-filters .facetwp-selections ul{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none}.v2-active-filters .facetwp-selections li{margin:0}.v2-active-filters .facetwp-selection-value{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border-radius:999px;background:var(--vc-surface);font-size:12px}.v2-filter-panel__drawer{right:0;width:min(470px,94vw);display:grid;grid-template-rows:auto 1fr auto}.v2-filter-panel__header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--vc-border)}.v2-filter-panel__header>div{display:grid}.v2-filter-panel__eyebrow{color:var(--vc-muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.v2-filter-panel__header strong{font-size:22px;letter-spacing:-.025em}.v2-filter-panel__body{overflow:auto;padding:5px 22px}.v2-filter-group{padding:20px 0;border-bottom:1px solid var(--vc-border)}.v2-filter-group .facetwp-facet{margin-bottom:0}.v2-filter-panel__footer{display:grid;grid-template-columns:1fr 1.35fr;gap:10px;padding:16px 22px;border-top:1px solid var(--vc-border);background:#fff}.v2-filter-panel__footer .facetwp-facet{margin:0}.v2-filter-panel__footer .facetwp-reset,.v2-filter-apply{width:100%;min-height:45px;border-radius:8px;font-weight:780;cursor:pointer}.v2-filter-panel__footer .facetwp-reset{border:1px solid var(--vc-border);background:#fff}.v2-filter-apply{border:0;background:var(--vc-text);color:#fff}

/* Product cards */
.facetwp-template ul.products,.v2-product-list ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 20px;margin:0!important;padding:0!important;list-style:none}.facetwp-template>ul.products+ul.products{margin-top:38px!important}.facetwp-template ul.products:before,.facetwp-template ul.products:after,.v2-product-list ul.products:before,.v2-product-list ul.products:after{display:none!important}.v2-product-card{float:none!important;width:auto!important;margin:0!important;min-width:0}.v2-product-card__media{position:relative;display:block}.v2-product-card__image{display:grid;place-items:center;aspect-ratio:1/1;overflow:hidden;background:#fafafa}.v2-product-card__image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .22s ease}.v2-product-card:hover .v2-product-card__image img{transform:scale(1.018)}.v2-product-badges{display:flex;flex-wrap:wrap;gap:6px}.v2-product-badges--card{position:absolute;z-index:2;top:10px;left:10px;right:10px;align-items:flex-start;pointer-events:none}.v2-badge{display:inline-flex;align-items:center;min-height:25px;padding:4px 8px;border-radius:5px;background:var(--vc-text);color:#fff;font-size:9px;font-weight:850;line-height:1.1;text-transform:uppercase;letter-spacing:.055em}.v2-badge--sale{background:var(--vc-brand)}.v2-badge--promotion,.v2-badge[class*="v2-badge--promotion-"]{background:var(--vc-brand)}.v2-badge--new{background:#20242b}.v2-badge--free-shipping{background:#177245}.v2-product-badges--single{margin:8px 0 12px}.v2-product-badges--single .v2-badge{font-size:10px;min-height:27px}.v2-product-card__body{padding-top:12px}.v2-product-card__brand{margin-bottom:4px;color:var(--vc-muted);font-size:10px;font-weight:820;text-transform:uppercase;letter-spacing:.09em}.v2-product-card__title{min-height:40px;margin:0 0 9px;font-size:14px;line-height:1.35;font-weight:690}.v2-product-card__title a:hover{color:var(--vc-brand)}.v2-product-card__meta{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-bottom:12px}.v2-product-card__price{font-size:16px;font-weight:830;white-space:nowrap}.v2-product-card__price del{color:var(--vc-muted);font-size:12px;font-weight:500}.v2-product-card__price ins{text-decoration:none}.v2-stock-state{display:inline-flex;align-items:center;gap:5px;color:var(--vc-muted);font-size:10px;white-space:nowrap}.v2-stock-state>span{width:6px;height:6px;border-radius:999px;background:currentColor}.v2-stock-state.is-in-stock{color:var(--vc-success)}.v2-stock-state.is-out-of-stock{color:var(--vc-danger)}.v2-product-card__button{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:43px!important;margin:0!important;padding:8px 12px!important;border:0!important;border-radius:8px!important;background:var(--vc-text)!important;color:#fff!important;font-size:12px!important;font-weight:790!important;line-height:1.2!important;text-align:center!important}.v2-product-card__button:hover{background:var(--vc-brand)!important;color:#fff!important}.v2-product-card a.added_to_cart{display:block;margin-top:7px;font-size:11px;font-weight:700;text-align:center}.v2-pagination{display:flex;justify-content:center;padding-top:42px}

/* Footer */
.v2-footer{border-top:1px solid var(--vc-border);background:var(--vc-surface);padding:52px 0}.v2-footer__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:50px}.v2-footer ul{list-style:none;margin:0;padding:0}.v2-footer li+li{margin-top:8px}.v2-footer a:hover{color:var(--vc-brand)}

@media(max-width:1180px){.v2-header__main{grid-template-columns:minmax(160px,auto) minmax(260px,1fr) auto;gap:20px}.v2-primary-nav__list{gap:20px}.v2-mega-menu__columns{grid-template-columns:repeat(4,minmax(120px,1fr))}.v2-category-nav__grid{grid-template-columns:repeat(5,minmax(0,1fr))}.facetwp-template ul.products,.v2-product-list ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.v2-container{width:min(calc(100% - 28px),var(--vc-container))}.v2-header__main{min-height:70px;grid-template-columns:auto 1fr auto;gap:12px}.v2-menu-toggle{display:grid}.v2-brand{justify-self:start}.v2-brand img{max-height:45px;max-width:220px}.v2-header-actions{justify-self:end}.v2-header-action{grid-template-columns:28px;padding:5px}.v2-header-action__label{display:none}.v2-header-action--account{display:none}.v2-search{grid-column:1/-1;padding-bottom:14px}.v2-primary-nav{display:none}.v2-category-nav__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.v2-category-hero__media{inset:45% 0 0}.v2-category-hero.has-image:after{background:linear-gradient(180deg,var(--vc-surface) 0 48%,rgba(247,247,248,.7) 68%,rgba(247,247,248,0) 100%)}.v2-category-hero__content{padding-bottom:160px}}
@media(max-width:700px){.v2-container{width:min(calc(100% - 24px),var(--vc-container))}.v2-topbar{font-size:11px}.v2-header__main{gap:9px}.v2-brand img{max-width:205px}.v2-search input[type=search],.v2-search .search-field,.v2-search button{height:42px}.v2-search button{min-width:58px;padding-inline:12px;font-size:11px}.v2-breadcrumbs{padding-top:14px;padding-bottom:8px}.v2-category-hero__content{padding-top:25px;padding-bottom:128px}.v2-category-hero__content h1{font-size:31px}.v2-category-hero__intro{font-size:14px}.v2-category-nav{padding-top:24px;padding-bottom:27px}.v2-category-nav__viewport{margin-right:-12px}.v2-category-nav__grid{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:0;padding-right:28px;padding-bottom:3px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.v2-category-nav__grid::-webkit-scrollbar{display:none}.v2-category-tile{flex:0 0 112px;scroll-snap-align:start}.v2-category-tile__image{border-radius:10px}.v2-category-tile__name{font-size:12px;line-height:1.25}.v2-product-list{padding-bottom:44px}.v2-catalog-controls{margin-bottom:24px}.v2-catalog-toolbar{min-height:68px;align-items:center}.v2-catalog-toolbar__meta{display:none}.v2-catalog-toolbar__actions{width:100%;justify-content:space-between}.v2-filter-toggle,.v2-sort-control{flex:1}.v2-filter-toggle{justify-content:center}.v2-sort-control .facetwp-facet{width:100%}.v2-sort-control select{width:100%}.v2-active-filters .facetwp-selections{padding-bottom:12px}.facetwp-template ul.products,.v2-product-list ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 10px}.facetwp-template>ul.products+ul.products{margin-top:30px!important}.v2-product-card__body{padding-top:9px}.v2-product-card__brand{font-size:9px}.v2-product-card__title{min-height:38px;font-size:12px}.v2-product-card__meta{display:block}.v2-product-card__price{font-size:14px;margin-bottom:4px}.v2-stock-state{font-size:9px}.v2-product-card__button{min-height:40px!important;font-size:11px!important}.v2-footer__grid{grid-template-columns:1fr}.v2-filter-panel__drawer{width:min(430px,96vw)}}

/* Product Experience — 0.3 */
.v2-product-page{padding-bottom:72px}.v2-product-breadcrumbs{padding-top:18px;padding-bottom:12px}.v2-product-breadcrumbs .woocommerce-breadcrumb{margin:0;color:var(--vc-muted);font-size:12px}.v2-product-breadcrumbs .woocommerce-breadcrumb a:hover{color:var(--vc-brand)}.v2-product-notices .woocommerce-notices-wrapper:empty{display:none}.v2-single-product{padding-top:24px}.v2-product-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.78fr);gap:clamp(42px,6vw,92px);align-items:start}.v2-product-gallery{min-width:0}.v2-product-summary{position:sticky;top:24px;min-width:0;padding-top:8px}.admin-bar .v2-product-summary{top:56px}.v2-product-brand{display:inline-block;margin-bottom:9px;color:var(--vc-muted);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.v2-product-brand:hover{color:var(--vc-brand)}.v2-product-title{margin:0;max-width:720px;font-size:clamp(30px,3vw,48px);font-weight:820;line-height:1.04;letter-spacing:-.045em}.v2-product-sku{margin-top:9px;color:#92929a;font-size:11px}.v2-product-price{margin-top:23px}.v2-product-price .price{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin:0;color:var(--vc-text);font-size:clamp(24px,2.4vw,34px);font-weight:850;line-height:1.1}.v2-product-price del{color:var(--vc-muted);font-size:.58em;font-weight:520}.v2-product-price ins{text-decoration:none}.v2-product-excerpt{margin-top:22px;color:#55555d;font-size:15px;line-height:1.7}.v2-product-excerpt p:first-child{margin-top:0}.v2-product-excerpt p:last-child{margin-bottom:0}.v2-product-purchase{margin-top:26px;padding-top:24px;border-top:1px solid var(--vc-border)}.v2-product-purchase form.cart{margin:0}.v2-product-purchase form.cart:not(.variations_form){display:flex;gap:10px;align-items:stretch}.v2-product-purchase .quantity{flex:0 0 84px}.v2-product-purchase .quantity .qty{width:100%;height:50px;border:1px solid var(--vc-border);border-radius:9px;background:#fff;text-align:center}.v2-product-purchase .single_add_to_cart_button{min-height:50px!important;flex:1!important;margin:0!important;padding:11px 20px!important;border:0!important;border-radius:9px!important;background:var(--vc-text)!important;color:#fff!important;font-weight:820!important;line-height:1.2!important}.v2-product-purchase .single_add_to_cart_button:hover{background:var(--vc-brand)!important}.v2-product-purchase .single_add_to_cart_button.disabled{opacity:.45}.v2-product-purchase table.variations{width:100%;margin:0 0 17px;border:0;border-collapse:collapse}.v2-product-purchase table.variations tr{display:grid;grid-template-columns:1fr;gap:6px;margin-bottom:13px}.v2-product-purchase table.variations th,.v2-product-purchase table.variations td{display:block;padding:0;border:0;text-align:left}.v2-product-purchase table.variations label{font-size:12px;font-weight:800}.v2-product-purchase table.variations select{width:100%;height:46px;padding:0 38px 0 13px;border:1px solid var(--vc-border);border-radius:9px;background:#fff}.v2-product-purchase .reset_variations{display:inline-block;margin-top:7px;color:var(--vc-muted);font-size:11px;text-decoration:underline}.v2-product-purchase .woocommerce-variation-description{color:var(--vc-muted);font-size:13px}.v2-product-purchase .woocommerce-variation-price{margin:12px 0}.v2-product-purchase .woocommerce-variation-add-to-cart{display:flex;gap:10px}.v2-product-purchase .woocommerce-variation-add-to-cart .quantity{flex:0 0 84px}.v2-product-assurance{margin-top:24px;padding:18px 0;border-top:1px solid var(--vc-border);border-bottom:1px solid var(--vc-border)}.v2-product-assurance__row{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start}.v2-product-assurance__row+.v2-product-assurance__row{margin-top:13px}.v2-product-assurance__row strong,.v2-product-assurance__row span{display:block}.v2-product-assurance__row strong{font-size:12px}.v2-product-assurance__row div>span{margin-top:1px;color:var(--vc-muted);font-size:11px}.v2-product-assurance__dot{width:8px;height:8px;margin:6px 0 0 3px;border-radius:999px;background:var(--vc-muted)}.v2-product-assurance__dot.is-in-stock{background:var(--vc-success)}.v2-product-assurance__dot.is-out-of-stock{background:var(--vc-danger)}.v2-product-assurance__icon{display:grid!important;place-items:center;width:18px;height:18px;border:1px solid var(--vc-border);border-radius:999px;color:var(--vc-success);font-size:10px;font-weight:900}.v2-product-meta{padding-top:17px;color:var(--vc-muted);font-size:11px}.v2-product-meta .sku_wrapper,.v2-product-meta .posted_in,.v2-product-meta .tagged_as{display:block;margin-top:4px}.v2-product-meta a{text-decoration:underline;text-underline-offset:2px}.v2-product-meta a:hover{color:var(--vc-brand)}

/* Native WooCommerce gallery, visually owned by V2 */
.v2-product-gallery .woocommerce-product-gallery{float:none!important;width:100%!important;margin:0!important}.v2-product-gallery .woocommerce-product-gallery__wrapper{margin:0}.v2-product-gallery .woocommerce-product-gallery__image{overflow:hidden;border-radius:var(--vc-radius-md);background:#fafafa}.v2-product-gallery .woocommerce-product-gallery__image a{display:grid;place-items:center;aspect-ratio:1/1}.v2-product-gallery .woocommerce-product-gallery__image>a>img{width:100%!important;height:100%!important;max-height:760px;object-fit:contain;mix-blend-mode:multiply}.v2-product-gallery .woocommerce-product-gallery__image .zoomImg{max-width:none!important;max-height:none!important;width:auto!important;height:auto!important;object-fit:initial!important;mix-blend-mode:normal!important}.v2-product-gallery .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:12px 0 0!important;padding:0!important;list-style:none}.v2-product-gallery .flex-control-thumbs li{float:none!important;width:auto!important;margin:0!important}.v2-product-gallery .flex-control-thumbs img{aspect-ratio:1/1;width:100%;height:100%;object-fit:contain;padding:5px;border:1px solid transparent;border-radius:8px;background:#fafafa;opacity:.65;cursor:pointer}.v2-product-gallery .flex-control-thumbs img.flex-active{border-color:#9b9ba2;opacity:1}.v2-product-gallery .woocommerce-product-gallery__trigger{top:12px!important;right:12px!important;z-index:4!important;background:#fff!important;box-shadow:0 3px 14px rgba(0,0,0,.08)!important}

/* Product details */
.v2-product-details{margin-top:70px;border-top:1px solid var(--vc-border)}.v2-product-details__inner{max-width:980px;margin:0 auto}.v2-product-detail{border-bottom:1px solid var(--vc-border)}.v2-product-detail summary{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 4px;cursor:pointer;font-size:16px;font-weight:780;list-style:none}.v2-product-detail summary::-webkit-details-marker{display:none}.v2-product-detail summary:after{content:"+";color:var(--vc-muted);font-size:23px;font-weight:400;line-height:1}.v2-product-detail[open] summary:after{content:"−"}.v2-product-detail__content{padding:0 4px 28px;color:#505058;font-size:14px;line-height:1.75}.v2-product-detail__content>h2:first-child{display:none}.v2-product-detail__content>:first-child{margin-top:0}.v2-product-detail__content>:last-child{margin-bottom:0}.v2-product-detail__content table{width:100%;border-collapse:collapse}.v2-product-detail__content table th,.v2-product-detail__content table td{padding:11px;border-bottom:1px solid var(--vc-border);text-align:left;font-size:13px}

/* Related products use the same catalog card component */
.v2-related-products{margin-top:72px;padding-top:46px;border-top:1px solid var(--vc-border)}.v2-related-products__head{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.v2-section-eyebrow{display:block;margin-bottom:5px;color:var(--vc-muted);font-size:10px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.v2-related-products h2{margin:0;font-size:clamp(25px,3vw,36px);letter-spacing:-.035em}.v2-related-products ul.products.v2-related-products__grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px!important;margin:0!important;padding:0!important}.v2-related-products ul.products.v2-related-products__grid:before,.v2-related-products ul.products.v2-related-products__grid:after{display:none!important}.v2-related-products ul.products.v2-related-products__grid li.product{float:none!important;width:auto!important;margin:0!important}

@media(max-width:1000px){.v2-product-layout{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:38px}.v2-related-products ul.products.v2-related-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:780px){.v2-product-page{padding-bottom:50px}.v2-single-product{padding-top:8px}.v2-product-layout{grid-template-columns:1fr;gap:25px}.v2-product-summary{position:static;padding-top:0}.v2-product-title{font-size:30px}.v2-product-price{margin-top:17px}.v2-product-excerpt{margin-top:17px}.v2-product-purchase{margin-top:20px;padding-top:20px}.v2-product-details{margin-top:42px}.v2-related-products{margin-top:50px;padding-top:35px}.v2-related-products ul.products.v2-related-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 10px!important}.v2-product-gallery .flex-control-thumbs{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}}
@media(max-width:480px){.v2-product-breadcrumbs{padding-top:12px}.v2-product-title{font-size:27px}.v2-product-purchase form.cart:not(.variations_form),.v2-product-purchase .woocommerce-variation-add-to-cart{gap:7px}.v2-product-purchase .quantity,.v2-product-purchase .woocommerce-variation-add-to-cart .quantity{flex-basis:72px}.v2-product-gallery .flex-control-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.v2-product-detail summary{padding-block:19px;font-size:15px}}

/* Market-aware footer */
.v2-footer__contact{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:12px;font-size:13px}.v2-footer__contact a:hover,.v2-footer__market-links a:hover{color:var(--vc-brand)}.v2-footer__navigation{display:grid;gap:14px}.v2-footer__market-links{display:flex;flex-wrap:wrap;gap:8px 18px;margin:0;padding:0;list-style:none;font-size:12px;color:var(--vc-muted)}

/* 0.9 launch polish: consistent interaction states without changing catalog queries. */
::selection{background:color-mix(in srgb,var(--vc-brand) 22%,transparent);color:var(--vc-text)}
:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid color-mix(in srgb,var(--vc-brand) 34%,transparent);outline-offset:3px}
.v2-icon-button:focus-visible,.v2-header-action:focus-visible,.v2-filter-toggle:focus-visible,.v2-product-card__button:focus-visible,.v2-drilldown__trigger:focus-visible,.v2-drilldown__link:focus-visible{outline-offset:2px}
.v2-footer p{max-width:620px;margin:10px 0 0;color:var(--vc-muted);font-size:13px;line-height:1.65}.v2-footer strong{font-size:18px;letter-spacing:-.02em}.v2-footer .menu{display:flex;flex-wrap:wrap;gap:9px 20px}.v2-footer .menu li+li{margin-top:0}.v2-footer .menu a{font-size:13px;font-weight:680}.v2-footer__navigation{align-content:start}
.v2-product-card__media:focus-visible{outline-offset:4px}.v2-product-card__title a:focus-visible{outline-offset:2px}
@media(max-width:700px){.v2-footer{padding:38px 0}.v2-footer__grid{gap:28px}.v2-footer .menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}.v2-footer__market-links{gap:9px 16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.v2-category-tile__image img{transform:none!important}}

/* 0.9.2 — compact, aligned recommendation cards */
.v2-related-products{margin-top:64px;padding-top:38px}
.v2-related-products__head{margin-bottom:20px}
.v2-related-products h2{font-size:clamp(26px,2.4vw,32px);line-height:1.08;letter-spacing:-.03em}
.v2-related-products ul.products.v2-related-products__grid{align-items:stretch;gap:24px 18px!important}
.v2-related-products .v2-product-card{display:flex;flex-direction:column;height:100%;min-height:0}
.v2-related-products .v2-product-card__media{flex:0 0 auto}
.v2-related-products .v2-product-card__body{display:flex;flex:1;flex-direction:column;padding-top:10px}
.v2-related-products .v2-product-card__brand{margin-bottom:4px;font-size:9px}
.v2-related-products .v2-product-card__title{display:-webkit-box;min-height:0;margin:0 0 7px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:18px;line-height:1.28;font-weight:690}
.v2-related-products .v2-product-card__meta{margin-bottom:11px}
.v2-related-products .v2-product-card__price{font-size:15px}
.v2-related-products .v2-product-card__action{margin-top:auto}
.v2-related-products .v2-product-card__button{min-height:40px!important;font-size:11px!important}
@media(max-width:780px){.v2-related-products{margin-top:46px;padding-top:30px}.v2-related-products h2{font-size:25px}.v2-related-products .v2-product-card__title{font-size:14px;line-height:1.3}.v2-related-products .v2-product-card__brand{font-size:8px}.v2-related-products .v2-product-card__price{font-size:14px}}


/* 0.9.3 — Footer Experience */
.v2-footer{padding:0;border-top:0;background:#fff;color:var(--vc-text)}
.v2-footer-trust{border-top:1px solid var(--vc-border);border-bottom:1px solid var(--vc-border);background:var(--vc-surface)}
.v2-footer-trust__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.v2-footer-trust__item{min-height:86px;display:flex;align-items:center;justify-content:center;gap:12px;padding:18px 20px;border-right:1px solid var(--vc-border);font-size:13px;font-weight:760;text-align:left}
.v2-footer-trust__item:last-child{border-right:0}
.v2-footer-trust__icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;color:var(--vc-brand)}
.v2-footer-trust__icon svg,.v2-footer__social svg,.v2-footer__toggle-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.v2-footer__main{padding:58px 0 48px;background:#fff}
.v2-footer__layout{display:grid;grid-template-columns:minmax(260px,1.15fr) minmax(0,2fr);gap:78px}
.v2-footer__brand{max-width:390px}.v2-footer__logo{margin-bottom:18px}.v2-footer__logo .custom-logo{max-width:210px;max-height:58px;width:auto;height:auto}.v2-footer__brand-name{font-size:22px;font-weight:850;letter-spacing:-.035em}
.v2-footer__brand p{max-width:360px;margin:0;color:var(--vc-muted);font-size:13px;line-height:1.7}
.v2-footer__contact{display:grid;gap:5px;margin-top:18px;font-size:13px;font-weight:680}.v2-footer__contact a{width:max-content}.v2-footer__contact a:hover{color:var(--vc-brand)}
.v2-footer__social{display:flex;gap:8px;margin-top:20px}.v2-footer__social a{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--vc-border);border-radius:999px;color:var(--vc-text);transition:border-color .16s ease,color .16s ease,transform .16s ease}.v2-footer__social a:hover{border-color:var(--vc-brand);color:var(--vc-brand);transform:translateY(-1px)}.v2-footer__social svg{width:18px;height:18px}
.v2-footer__columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}.v2-footer__heading{margin:0 0 16px;font-size:12px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.v2-footer__toggle{display:none}
.v2-footer__menu{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;margin:0!important;padding:0!important;list-style:none!important}.v2-footer__menu li{margin:0!important}.v2-footer__menu a{font-size:13px!important;font-weight:570!important;color:var(--vc-muted)}.v2-footer__menu a:hover{color:var(--vc-brand)}
.v2-footer__bottom{border-top:1px solid var(--vc-border);background:var(--vc-surface)}.v2-footer__bottom-inner{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:24px}.v2-footer__copyright{margin:0!important;color:var(--vc-muted);font-size:11px!important}.v2-footer__legal-menu{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 20px;margin:0;padding:0;list-style:none}.v2-footer__legal-menu li{margin:0}.v2-footer__legal-menu a{font-size:11px;color:var(--vc-muted)}.v2-footer__legal-menu a:hover{color:var(--vc-brand)}
@media(max-width:960px){.v2-footer__layout{grid-template-columns:1fr;gap:40px}.v2-footer__brand{max-width:560px}.v2-footer-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v2-footer-trust__item:nth-child(2){border-right:0}.v2-footer-trust__item:nth-child(-n+2){border-bottom:1px solid var(--vc-border)}}
@media(max-width:700px){.v2-footer-trust__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.v2-footer-trust__item{min-height:74px;justify-content:flex-start;gap:9px;padding:14px 12px;font-size:11px}.v2-footer-trust__icon{flex-basis:28px;width:28px;height:28px}.v2-footer__main{padding:38px 0 30px}.v2-footer__layout{gap:28px}.v2-footer__logo{margin-bottom:13px}.v2-footer__logo .custom-logo{max-width:185px}.v2-footer__brand p{font-size:12px}.v2-footer__columns{display:block;border-top:1px solid var(--vc-border)}.v2-footer__column{border-bottom:1px solid var(--vc-border)}.v2-footer__heading{display:none}.v2-footer__toggle{width:100%;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0;border:0;background:none;color:var(--vc-text);font-size:13px;font-weight:800;text-align:left;cursor:pointer}.v2-footer__toggle-icon{display:grid;place-items:center;width:18px;height:18px;transition:transform .18s ease}.v2-footer__toggle[aria-expanded=true] .v2-footer__toggle-icon{transform:rotate(180deg)}.v2-footer__panel{display:none;padding:0 0 18px}.v2-footer__column.is-open .v2-footer__panel{display:block}.v2-footer__menu{gap:11px!important}.v2-footer__menu a{font-size:12px!important}.v2-footer__bottom-inner{min-height:auto;display:grid;gap:10px;padding-top:18px;padding-bottom:20px}.v2-footer__legal-menu{justify-content:flex-start;gap:8px 16px}.v2-footer__copyright{order:2}.v2-footer__legal{order:1}}


/* 0.9.4 — FacetWP load-more progress */
.v2-pagination{display:grid;justify-items:center;gap:18px;padding-top:42px}
.v2-pagination__status{width:min(560px,100%)}
.v2-pagination__status-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:9px;color:var(--vc-muted);font-size:12px;line-height:1.35}
.v2-pagination__status-row [data-v2-pagination-text]{font-weight:700;color:var(--vc-text)}
.v2-pagination__percent{font-size:11px;font-weight:760;white-space:nowrap}
.v2-pagination__track{height:4px;overflow:hidden;border-radius:999px;background:var(--vc-border)}
.v2-pagination__bar{display:block;width:0;height:100%;border-radius:inherit;background:var(--vc-brand);transition:width .22s ease}
.v2-pagination__facet,.v2-pagination__facet .facetwp-facet{margin:0}
.v2-pagination .facetwp-load-more{min-width:190px;min-height:46px;padding:0 24px;border:1px solid var(--vc-text);border-radius:9px;background:var(--vc-text);color:#fff;font:inherit;font-size:12px;font-weight:800;line-height:1;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}
.v2-pagination .facetwp-load-more:hover{border-color:var(--vc-brand);background:var(--vc-brand);transform:translateY(-1px)}
.v2-pagination .facetwp-load-more:disabled{cursor:wait;opacity:.65;transform:none}
@media(max-width:700px){.v2-pagination{gap:15px;padding-top:34px}.v2-pagination__status-row{font-size:11px}.v2-pagination__facet{width:100%}.v2-pagination .facetwp-load-more{width:100%;min-height:48px}}
@media(prefers-reduced-motion:reduce){.v2-pagination__bar,.v2-pagination .facetwp-load-more{transition:none}}

/* 0.9.9 — Release Candidate states and refresh feedback */
.facetwp-template[aria-busy="true"]{opacity:.58;transition:opacity .14s ease}.v2-product-list.is-refreshing{cursor:progress}.v2-product-list.is-refreshing .v2-catalog-toolbar{pointer-events:none}
.v2-state-page{min-height:58vh;display:grid;align-items:center;padding:72px 0 86px}.v2-state-page__inner{width:min(720px,100%);margin-inline:auto;text-align:center}.v2-state-page__eyebrow,.v2-search-results__eyebrow{display:block;margin-bottom:10px;color:var(--vc-brand);font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.v2-state-page h1,.v2-state-page h2{margin:0;font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-.045em}.v2-state-page p{max-width:600px;margin:18px auto 0;color:var(--vc-muted);font-size:15px;line-height:1.7}.v2-state-page__search{max-width:600px;margin:28px auto 0}.v2-state-page__search form{display:flex}.v2-state-page__search .search-field,.v2-state-page__search input[type=search]{min-width:0;flex:1;height:48px;padding:0 15px;border:1px solid var(--vc-border);border-radius:10px 0 0 10px;background:#fff}.v2-state-page__search button{min-width:100px;border:0;border-radius:0 10px 10px 0;background:var(--vc-text);color:#fff;font-weight:800}.v2-state-page__actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px 20px;margin-top:22px}.v2-state-page__button{min-height:44px;display:inline-flex!important;align-items:center;padding:0 19px!important;border-radius:9px!important;background:var(--vc-text)!important;color:#fff!important;font-size:12px!important;font-weight:800!important}.v2-state-page__link{font-size:13px;font-weight:750;text-decoration:underline;text-underline-offset:3px}.v2-state-page__inner--search{padding-top:36px;padding-bottom:70px}
.v2-search-results{padding-bottom:78px}.v2-search-results__header{padding-top:58px;padding-bottom:34px}.v2-search-results__header h1{max-width:880px;margin:0;font-size:clamp(32px,4.2vw,54px);line-height:1.04;letter-spacing:-.045em}.v2-search-results__header p{margin:12px 0 0;color:var(--vc-muted);font-size:13px}.v2-search-results__products ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:42px 18px!important;margin:0!important;padding:0!important;list-style:none!important}.v2-search-results__list{display:grid;gap:0}.v2-search-result{padding:24px 0;border-top:1px solid var(--vc-border)}.v2-search-result:last-child{border-bottom:1px solid var(--vc-border)}.v2-search-result h2{margin:0;font-size:22px;letter-spacing:-.025em}.v2-search-result p{max-width:760px;margin:8px 0 0;color:var(--vc-muted);font-size:14px;line-height:1.65}.v2-search-results__pagination{margin-top:42px}.v2-search-results__pagination .nav-links{display:flex;flex-wrap:wrap;gap:7px}.v2-search-results__pagination .page-numbers{min-width:38px;height:38px;display:grid;place-items:center;padding:0 10px;border:1px solid var(--vc-border);border-radius:8px;font-size:12px;font-weight:700}.v2-search-results__pagination .current{border-color:var(--vc-text);background:var(--vc-text);color:#fff}
@media(max-width:900px){.v2-search-results__products ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:700px){.v2-state-page{min-height:50vh;padding:50px 0 62px}.v2-state-page__inner{text-align:left}.v2-state-page p{margin-left:0}.v2-state-page__search{margin-left:0}.v2-state-page__actions{justify-content:flex-start}.v2-search-results__header{padding-top:36px;padding-bottom:26px}.v2-search-results__products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 10px!important}}
@media(prefers-reduced-motion:reduce){.facetwp-template[aria-busy="true"]{transition:none}}

/* 0.9.9.6 — self-maintaining New Arrivals catalogue */
.v2-new-arrivals .v2-archive-header{padding-top:26px;padding-bottom:34px}.v2-new-arrivals .v2-archive-header h1{margin:0;font-size:clamp(32px,4vw,48px);line-height:1.05;letter-spacing:-.04em}.v2-new-arrivals .v2-archive-header p{max-width:720px;margin:10px 0 0;color:var(--vc-muted);font-size:14px;line-height:1.65}@media(max-width:700px){.v2-new-arrivals .v2-archive-header{padding-top:20px;padding-bottom:26px}}

/* 0.9.9.10 — Mobile Header Polish
 * Keep menu + brand + cart on the first row and product search on a dedicated second row.
 * Explicit grid areas avoid DOM auto-placement pushing the cart onto a third row.
 */
@media(max-width:900px){
  .v2-header__main{
    min-height:0;
    grid-template-columns:42px minmax(0,1fr) 42px;
    grid-template-areas:
      "menu brand actions"
      "search search search";
    column-gap:10px;
    row-gap:10px;
    padding-top:10px;
    padding-bottom:12px;
  }
  .v2-menu-toggle{grid-area:menu;align-self:center}
  .v2-brand{grid-area:brand;align-self:center;justify-self:start;min-width:0}
  .v2-search{grid-area:search;grid-column:auto;padding-bottom:0;width:100%;min-width:0}
  .v2-header-actions{grid-area:actions;align-self:center;justify-self:end;width:42px;height:42px}
  .v2-header-action--cart{width:42px;height:42px;min-height:42px;padding:0;display:grid;place-items:center}
  .v2-header-action--cart .v2-header-action__icon{grid-column:1;grid-row:1}
  .v2-cart-count{top:-4px;left:auto;right:-3px}
}
@media(max-width:700px){
  .v2-topbar{padding:6px 0;line-height:1.25}
  .v2-header__main{padding-top:9px;padding-bottom:10px;row-gap:9px}
  .v2-brand img{max-height:42px;max-width:min(205px,100%)}
  .v2-search input[type=search],.v2-search .search-field,.v2-search button{height:42px}
  .v2-landing-hero.is-layout-split .v2-landing-hero__content{padding-top:24px}
}

/* 0.9.9.11 — Mobile Search Width Fix
 * Keep the search on row two across the full mobile header width.
 * Do not reset the named grid area's columns with grid-column:auto.
 */
@media(max-width:900px){
  .v2-header__main > .v2-search{
    grid-area:auto;
    grid-row:2;
    grid-column:1 / -1;
    justify-self:stretch;
    width:100%;
    min-width:0;
    padding-bottom:0;
  }
  .v2-header__main > .v2-search form{
    display:flex;
    width:100%;
    min-width:0;
  }
  .v2-header__main > .v2-search .search-field,
  .v2-header__main > .v2-search input[type=search]{
    flex:1 1 auto;
    width:auto;
    min-width:0;
  }
  .v2-header__main > .v2-search button{
    flex:0 0 auto;
  }
}

/* 0.9.9.12 Category Mobile Polish */
@media(max-width:900px){.v2-category-hero:not(.has-image) .v2-category-hero__content{padding-bottom:34px}.v2-category-nav{padding-top:22px}.v2-category-nav__head{margin-bottom:14px}}
@media(max-width:700px){.v2-category-hero:not(.has-image) .v2-category-hero__content{padding-top:24px;padding-bottom:26px}.v2-category-hero.has-image .v2-category-hero__content{padding-bottom:112px}.v2-category-nav{padding-top:18px;padding-bottom:24px}.v2-category-nav__head{margin-bottom:12px}.v2-category-nav h2{font-size:20px;line-height:1.15}.v2-category-nav__intro{font-size:13px;line-height:1.55}}

/* 0.9.9.14 Product Card Button State Fix */
.facetwp-template ul.products > .v2-product-card,
.v2-product-list ul.products > .v2-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.v2-product-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.v2-product-card__meta {
  margin-top: auto;
}

.v2-product-card__action {
  margin-top: 0;
}

.v2-product-card__action .v2-product-card__button.v2-product-card__button--primary {
  border: 1px solid var(--vc-cta-primary, var(--vc-brand)) !important;
  background: var(--vc-cta-primary, var(--vc-brand)) !important;
  color: #fff !important;
}

.v2-product-card__action .v2-product-card__button.v2-product-card__button--primary:hover,
.v2-product-card__action .v2-product-card__button.v2-product-card__button--primary:focus-visible {
  border-color: var(--vc-cta-primary-hover, var(--vc-brand-strong)) !important;
  background: var(--vc-cta-primary-hover, var(--vc-brand-strong)) !important;
  color: #fff !important;
  filter: none;
}

.v2-product-card__action .v2-product-card__button.v2-product-card__button--secondary {
  border: 1px solid var(--vc-cta-secondary, var(--vc-text)) !important;
  background: #fff !important;
  color: var(--vc-cta-secondary, var(--vc-text)) !important;
}

.v2-product-card__action .v2-product-card__button.v2-product-card__button--secondary:hover,
.v2-product-card__action .v2-product-card__button.v2-product-card__button--secondary:focus-visible {
  border-color: var(--vc-cta-secondary-hover, var(--vc-brand)) !important;
  background: #fff !important;
  color: var(--vc-cta-secondary-hover, var(--vc-brand)) !important;
  filter: none;
}

@media (max-width:700px) {
  .v2-product-card__title {
    min-height: 48px;
  }
}

/* 0.9.9.18 — Single Product Polish
 * Keep long imported product names readable, align the purchase area with the
 * storefront CTA palette, and tighten the summary hierarchy without changing
 * WooCommerce purchase/payment behaviour.
 */
.single-product .v2-product-title{
  max-width:680px;
  font-size:clamp(28px,2.15vw,38px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.single-product .v2-product-price{margin-top:18px}
.single-product .v2-product-price .price{
  font-size:clamp(23px,1.8vw,30px);
  line-height:1.12;
}
.single-product .v2-product-excerpt{
  margin-top:18px;
  font-size:14px;
  line-height:1.62;
}
.single-product .v2-product-purchase{
  margin-top:22px;
  padding-top:20px;
}
.single-product .v2-product-purchase .single_add_to_cart_button,
.single-product .v2-product-purchase button.single_add_to_cart_button,
.single-product .v2-product-purchase .button.single_add_to_cart_button{
  border:1px solid var(--vc-cta-primary,var(--vc-brand))!important;
  background:var(--vc-cta-primary,var(--vc-brand))!important;
  color:#fff!important;
  box-shadow:none!important;
}
.single-product .v2-product-purchase .single_add_to_cart_button:hover,
.single-product .v2-product-purchase .single_add_to_cart_button:focus-visible,
.single-product .v2-product-purchase button.single_add_to_cart_button:hover,
.single-product .v2-product-purchase .button.single_add_to_cart_button:hover{
  border-color:var(--vc-cta-primary-hover,var(--vc-brand-strong))!important;
  background:var(--vc-cta-primary-hover,var(--vc-brand-strong))!important;
  color:#fff!important;
}
.single-product .v2-product-purchase .single_add_to_cart_button.disabled,
.single-product .v2-product-purchase .single_add_to_cart_button:disabled{
  opacity:.48;
}
.single-product .v2-product-assurance{margin-top:20px}
.single-product .v2-product-meta{padding-top:14px}

@media(max-width:780px){
  .single-product .v2-product-title{font-size:clamp(25px,7vw,30px);line-height:1.1}
  .single-product .v2-product-price{margin-top:14px}
  .single-product .v2-product-excerpt{margin-top:15px}
  .single-product .v2-product-purchase{margin-top:18px;padding-top:18px}
  .single-product .v2-product-assurance{margin-top:18px}
}
@media(max-width:480px){
  .single-product .v2-product-title{font-size:25px;letter-spacing:-.025em}
}

/* 0.9.9.19 — Single Product Details Polish
   Stripe / express checkout buttons intentionally untouched. */
.single-product .v2-product-breadcrumbs .woocommerce-breadcrumb{
  color:#74747d;
  font-size:12px;
  line-height:1.5;
}
.single-product .v2-product-breadcrumbs .woocommerce-breadcrumb a{
  color:#5f5f68;
  text-decoration:none;
}
.single-product .v2-product-breadcrumbs .woocommerce-breadcrumb a:hover,
.single-product .v2-product-breadcrumbs .woocommerce-breadcrumb a:focus-visible{
  color:var(--vc-brand);
}
.single-product .v2-product-meta{
  padding-top:16px;
  color:#6d6d76;
  font-size:12px;
  line-height:1.55;
}
.single-product .v2-product-meta .sku_wrapper,
.single-product .v2-product-meta .posted_in,
.single-product .v2-product-meta .tagged_as{
  margin-top:5px;
}
.single-product .v2-product-meta a{
  color:#55555e;
  text-decoration-color:#b7b7bd;
  text-underline-offset:3px;
}
.single-product .v2-product-meta a:hover,
.single-product .v2-product-meta a:focus-visible{
  color:var(--vc-brand);
  text-decoration-color:currentColor;
}
.single-product .v2-product-details{
  margin-top:50px;
}
.single-product .v2-product-details__inner{
  max-width:960px;
}
.single-product .v2-product-detail summary{
  padding:20px 6px;
  font-size:15px;
  font-weight:820;
  letter-spacing:-.01em;
}
.single-product .v2-product-detail__content{
  padding:2px 6px 30px;
  color:#494951;
  font-size:14px;
  line-height:1.78;
}
.single-product .v2-product-detail__content h2,
.single-product .v2-product-detail__content h3,
.single-product .v2-product-detail__content h4{
  margin-top:24px;
  margin-bottom:10px;
  color:var(--vc-text);
  font-weight:820;
  line-height:1.25;
  letter-spacing:-.015em;
}
.single-product .v2-product-detail__content h3{font-size:17px}
.single-product .v2-product-detail__content h4{font-size:15px}
.single-product .v2-product-detail__content p{margin:0 0 14px}
.single-product .v2-product-detail__content ul,
.single-product .v2-product-detail__content ol{
  margin:10px 0 18px;
  padding-left:20px;
}
.single-product .v2-product-detail__content li+li{margin-top:5px}
.single-product .v2-product-detail__content table th{
  color:var(--vc-text);
  font-weight:760;
}
@media(max-width:780px){
  .single-product .v2-product-breadcrumbs{padding-bottom:8px}
  .single-product .v2-product-details{margin-top:34px}
  .single-product .v2-product-detail summary{padding:18px 4px;font-size:15px}
  .single-product .v2-product-detail__content{padding:0 4px 24px;font-size:14px;line-height:1.72}
  .single-product .v2-product-meta{font-size:11.5px;line-height:1.5}
}

/* 0.9.9.20 — Mobile Product Polish
 * Compact the mobile product journey without touching Stripe/express checkout.
 */
@media(max-width:780px){
  .single-product .v2-product-breadcrumbs{
    padding-top:8px;
    padding-bottom:5px;
  }
  .single-product .v2-product-breadcrumbs .woocommerce-breadcrumb{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    color:#686871;
    font-size:10.5px;
    line-height:1.4;
  }
  .single-product .v2-single-product{padding-top:2px}
  .single-product .v2-product-layout{gap:20px}

  .single-product .v2-product-gallery .woocommerce-product-gallery__image a{
    height:min(92vw,440px);
    aspect-ratio:auto;
  }
  .single-product .v2-product-gallery .woocommerce-product-gallery__image>a>img{
    width:100%!important;
    height:100%!important;
    max-height:440px;
    object-fit:contain;
  }
  .single-product .v2-product-gallery .flex-control-thumbs{margin-top:9px!important}

  .single-product .v2-product-excerpt{
    color:#46464e;
    line-height:1.6;
  }
  .single-product .v2-product-excerpt li{color:#505058}
  .single-product .v2-product-excerpt li::marker{color:#777781}

  .single-product .v2-product-purchase{
    margin-top:17px;
    padding-top:17px;
  }
  .single-product .v2-product-purchase form.cart:not(.variations_form),
  .single-product .v2-product-purchase .woocommerce-variation-add-to-cart{
    align-items:stretch;
  }
  .single-product .v2-product-purchase .quantity .qty,
  .single-product .v2-product-purchase .single_add_to_cart_button{
    min-height:48px!important;
  }
  .single-product .v2-product-assurance{margin-top:16px}
  .single-product .v2-product-meta{
    padding-top:15px;
    color:#676770;
    font-size:11.5px;
    line-height:1.55;
  }
  .single-product .v2-product-meta a{color:#55555e}

  .single-product .v2-product-details{
    margin-top:38px;
  }
}

@media(max-width:480px){
  .single-product .v2-product-gallery .woocommerce-product-gallery__image a{
    height:min(90vw,420px);
  }
  .single-product .v2-product-gallery .woocommerce-product-gallery__image>a>img{max-height:420px}
  .single-product .v2-product-purchase form.cart:not(.variations_form),
  .single-product .v2-product-purchase .woocommerce-variation-add-to-cart{gap:8px}
}

/* 0.9.9.34 — compact carrier presentation inside Woo Blocks shipping choices. */
.wc-block-components-radio-control__option.v2-shipping-method--enhanced{
  position:relative;
  min-height:76px;
  padding:11px 14px !important;
  border:1px solid var(--vc-border,#e4e4e8) !important;
  border-radius:10px !important;
  background:#fff !important;
  transition:border-color .15s ease,box-shadow .15s ease;
}
.wc-block-components-radio-control__option.v2-shipping-method--enhanced + .wc-block-components-radio-control__option.v2-shipping-method--enhanced{
  margin-top:8px !important;
}
.wc-block-components-radio-control__option.v2-shipping-method--enhanced:has(input:checked){
  border-color:var(--vc-brand,#e91562) !important;
  box-shadow:0 0 0 1px var(--vc-brand,#e91562);
}
.v2-shipping-method--enhanced .wc-block-components-radio-control__label-group{
  display:grid !important;
  grid-template-columns:78px minmax(0,1fr) auto;
  grid-template-areas:"logo title price" "logo meta price";
  column-gap:12px;
  row-gap:3px;
  align-items:center;
  width:100%;
  min-width:0;
}
.v2-shipping-method--enhanced .wc-block-components-radio-control__label{
  grid-area:title;
  display:block !important;
  min-width:0;
  margin:0 !important;
  font-size:13px !important;
  font-weight:750 !important;
  line-height:1.25 !important;
  color:var(--vc-text,#17171a) !important;
}
.v2-shipping-method-logo{
  grid-area:logo;
  display:block !important;
  width:76px !important;
  height:38px !important;
  max-width:76px !important;
  max-height:38px !important;
  margin:0 !important;
  padding:0 !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  border:0 !important;
  box-shadow:none !important;
}
.v2-shipping-method--enhanced .wc-block-components-radio-control__secondary-label{
  grid-area:price;
  align-self:center;
  justify-self:end;
  margin:0 !important;
  padding-left:12px;
  white-space:nowrap;
  font-size:13px !important;
  font-weight:750 !important;
  color:var(--vc-text,#17171a) !important;
}
.v2-shipping-method-presentation{
  grid-area:meta;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2px 7px;
  min-width:0;
  margin:0 !important;
  color:var(--vc-muted,#6f7278);
  font-size:11.5px;
  line-height:1.35;
}
.v2-shipping-method-description,
.v2-shipping-method-eta{display:inline;min-width:0}
.v2-shipping-method-description{color:var(--vc-muted,#6f7278)}
.v2-shipping-method-eta{font-weight:650;color:#4f5258}
.v2-shipping-method-eta::before{content:"· ";color:#9a9ca2;font-weight:400}

@media(max-width:680px){
  .wc-block-components-radio-control__option.v2-shipping-method--enhanced{
    min-height:70px;
    padding:10px 10px !important;
  }
  .v2-shipping-method--enhanced .wc-block-components-radio-control__label-group{
    grid-template-columns:60px minmax(0,1fr) auto;
    column-gap:9px;
    row-gap:2px;
  }
  .v2-shipping-method-logo{
    width:58px !important;
    height:32px !important;
    max-width:58px !important;
    max-height:32px !important;
  }
  .v2-shipping-method--enhanced .wc-block-components-radio-control__label,
  .v2-shipping-method--enhanced .wc-block-components-radio-control__secondary-label{
    font-size:12px !important;
  }
  .v2-shipping-method-presentation{
    display:block;
    font-size:10.5px;
    line-height:1.3;
  }
  .v2-shipping-method-description,
  .v2-shipping-method-eta{display:block}
  .v2-shipping-method-eta::before{content:""}
}


/* 0.9.9.36 — shipping logo/radio spacing micro-fix. */
.v2-checkout-page .wc-block-components-radio-control__option.v2-shipping-method--enhanced {
  padding-left: 72px !important;
}
.v2-checkout-page .wc-block-components-radio-control__option.v2-shipping-method--enhanced > input[type="radio"],
.v2-checkout-page .wc-block-components-radio-control__option.v2-shipping-method--enhanced .wc-block-components-radio-control__input {
  left: 16px !important;
}
.v2-checkout-page .v2-shipping-method--enhanced > label,
.v2-checkout-page .v2-shipping-method--enhanced .wc-block-components-radio-control__label-group {
  column-gap: 16px !important;
}
@media (max-width: 680px) {
  .v2-checkout-page .wc-block-components-radio-control__option.v2-shipping-method--enhanced {
    padding-left: 64px !important;
  }
  .v2-checkout-page .wc-block-components-radio-control__option.v2-shipping-method--enhanced > input[type="radio"],
  .v2-checkout-page .wc-block-components-radio-control__option.v2-shipping-method--enhanced .wc-block-components-radio-control__input {
    left: 14px !important;
  }
  .v2-checkout-page .v2-shipping-method--enhanced > label,
  .v2-checkout-page .v2-shipping-method--enhanced .wc-block-components-radio-control__label-group {
    column-gap: 14px !important;
  }
  .v2-checkout-page .v2-shipping-method--enhanced .v2-shipping-method-logo {
    margin-left: 4px !important;
  }
}

/* 0.9.9.37 — hard separation between Woo shipping radio and carrier logo. */
.v2-checkout-page .wc-block-components-radio-control__option.v2-shipping-method--enhanced{
  padding:10px 14px !important;
}
.v2-checkout-page .wc-block-components-radio-control__option.v2-shipping-method--enhanced > input[type="radio"],
.v2-checkout-page .wc-block-components-radio-control__option.v2-shipping-method--enhanced .wc-block-components-radio-control__input{
  left:14px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  z-index:3 !important;
}
.v2-checkout-page .v2-shipping-method--enhanced > label,
.v2-checkout-page .v2-shipping-method--enhanced .wc-block-components-radio-control__label-group,
.v2-checkout-page .v2-shipping-method--enhanced .wc-block-components-radio-control__option-layout{
  box-sizing:border-box !important;
  width:calc(100% - 34px) !important;
  margin-left:34px !important;
  padding-left:0 !important;
}
.v2-checkout-page .v2-shipping-method--enhanced .wc-block-components-radio-control__label-group,
.v2-checkout-page .v2-shipping-method--enhanced .wc-block-components-radio-control__option-layout{
  display:grid !important;
  grid-template-columns:72px minmax(0,1fr) auto !important;
  grid-template-areas:"logo title price" "logo meta price" !important;
  column-gap:12px !important;
  row-gap:2px !important;
  align-items:center !important;
}
.v2-checkout-page .v2-shipping-method--enhanced .v2-shipping-method-logo{
  width:68px !important;
  height:30px !important;
  max-width:68px !important;
  max-height:30px !important;
  margin:0 !important;
}
@media(max-width:680px){
  .v2-checkout-page .wc-block-components-radio-control__option.v2-shipping-method--enhanced{
    padding:9px 10px !important;
  }
  .v2-checkout-page .wc-block-components-radio-control__option.v2-shipping-method--enhanced > input[type="radio"],
  .v2-checkout-page .wc-block-components-radio-control__option.v2-shipping-method--enhanced .wc-block-components-radio-control__input{
    left:13px !important;
  }
  .v2-checkout-page .v2-shipping-method--enhanced > label,
  .v2-checkout-page .v2-shipping-method--enhanced .wc-block-components-radio-control__label-group,
  .v2-checkout-page .v2-shipping-method--enhanced .wc-block-components-radio-control__option-layout{
    width:calc(100% - 36px) !important;
    margin-left:36px !important;
  }
  .v2-checkout-page .v2-shipping-method--enhanced .wc-block-components-radio-control__label-group,
  .v2-checkout-page .v2-shipping-method--enhanced .wc-block-components-radio-control__option-layout{
    grid-template-columns:56px minmax(0,1fr) auto !important;
    column-gap:10px !important;
  }
  .v2-checkout-page .v2-shipping-method--enhanced .v2-shipping-method-logo{
    width:52px !important;
    height:28px !important;
    max-width:52px !important;
    max-height:28px !important;
  }
}

/* 0.9.9.38 — exact Woo Blocks radio-zone separation based on live checkout DOM. */
.v2-checkout-page label.wc-block-components-radio-control__option.v2-shipping-method--enhanced > .wc-block-components-radio-control__option-layout{
  box-sizing:border-box !important;
  width:calc(100% - 50px) !important;
  margin-left:50px !important;
}
.v2-checkout-page label.wc-block-components-radio-control__option.v2-shipping-method--enhanced > .wc-block-components-radio-control__input{
  left:14px !important;
  width:20px !important;
  height:20px !important;
}
@media(max-width:680px){
  .v2-checkout-page label.wc-block-components-radio-control__option.v2-shipping-method--enhanced > .wc-block-components-radio-control__option-layout{
    width:calc(100% - 46px) !important;
    margin-left:46px !important;
  }
  .v2-checkout-page label.wc-block-components-radio-control__option.v2-shipping-method--enhanced > .wc-block-components-radio-control__input{
    left:12px !important;
  }
}

/* 0.9.9.40 — hard shipping row grid: radio | logo | content | price.
 * Woo Blocks absolutely positions its radio by default. For enhanced shipping
 * rows we take ownership of the direct children and place the radio in a real
 * grid column so it can never overlap the carrier logo. */
.v2-checkout-page label.wc-block-components-radio-control__option.v2-shipping-method--enhanced{
  display:grid !important;
  grid-template-columns:34px minmax(0,1fr) !important;
  column-gap:10px !important;
  align-items:center !important;
  box-sizing:border-box !important;
  padding:10px 14px !important;
}
.v2-checkout-page label.wc-block-components-radio-control__option.v2-shipping-method--enhanced > input.wc-block-components-radio-control__input{
  position:static !important;
  inset:auto !important;
  left:auto !important;
  top:auto !important;
  transform:none !important;
  grid-column:1 !important;
  grid-row:1 !important;
  align-self:center !important;
  justify-self:center !important;
  width:20px !important;
  height:20px !important;
  margin:0 !important;
  z-index:auto !important;
}
.v2-checkout-page label.wc-block-components-radio-control__option.v2-shipping-method--enhanced > .wc-block-components-radio-control__option-layout{
  grid-column:2 !important;
  grid-row:1 !important;
  display:grid !important;
  grid-template-columns:72px minmax(0,1fr) auto !important;
  grid-template-areas:"logo title price" "logo meta price" !important;
  column-gap:12px !important;
  row-gap:2px !important;
  align-items:center !important;
  box-sizing:border-box !important;
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
}
.v2-checkout-page label.wc-block-components-radio-control__option.v2-shipping-method--enhanced .v2-shipping-method-logo{
  grid-area:logo !important;
  justify-self:start !important;
  width:64px !important;
  max-width:64px !important;
  height:30px !important;
  max-height:30px !important;
}
.v2-checkout-page label.wc-block-components-radio-control__option.v2-shipping-method--enhanced .wc-block-components-radio-control__label{
  grid-area:title !important;
  min-width:0 !important;
}
.v2-checkout-page label.wc-block-components-radio-control__option.v2-shipping-method--enhanced .wc-block-components-radio-control__secondary-label{
  grid-area:price !important;
  justify-self:end !important;
  align-self:center !important;
}
.v2-checkout-page label.wc-block-components-radio-control__option.v2-shipping-method--enhanced .v2-shipping-method-presentation{
  grid-area:meta !important;
  min-width:0 !important;
}
@media(max-width:680px){
  .v2-checkout-page label.wc-block-components-radio-control__option.v2-shipping-method--enhanced{
    grid-template-columns:30px minmax(0,1fr) !important;
    column-gap:10px !important;
    padding:9px 10px !important;
  }
  .v2-checkout-page label.wc-block-components-radio-control__option.v2-shipping-method--enhanced > .wc-block-components-radio-control__option-layout{
    grid-template-columns:52px minmax(0,1fr) auto !important;
    column-gap:10px !important;
  }
  .v2-checkout-page label.wc-block-components-radio-control__option.v2-shipping-method--enhanced .v2-shipping-method-logo{
    width:48px !important;
    max-width:48px !important;
    height:26px !important;
    max-height:26px !important;
  }
}


/* 0.9.9.47 — Footer resilience + editorial/legal content pages */
.v2-footer__columns{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}
.v2-content-page{padding-top:48px;padding-bottom:76px}
.v2-content-page__article{max-width:1040px;margin:0 auto}
.v2-content-page__header{margin:0 0 26px;padding-bottom:18px;border-bottom:1px solid var(--vc-border)}
.v2-content-page__header h1{margin:0;font-size:clamp(30px,3.1vw,44px);line-height:1.08;letter-spacing:-.035em}
.v2-content-page__body{max-width:920px;font-size:15px;line-height:1.72;color:var(--vc-text)}
.v2-content-page__body>p:first-child{font-size:16px;line-height:1.75;color:var(--vc-muted)}
.v2-content-page__body section{scroll-margin-top:120px;margin-top:42px}
.v2-content-page__body h2{margin:0 0 18px;font-size:24px;line-height:1.2;letter-spacing:-.025em}
.v2-content-page__body h3{margin:28px 0 10px;font-size:17px;line-height:1.3;letter-spacing:-.01em}
.v2-content-page__body p{margin:0 0 16px}
.v2-content-page__body ul,.v2-content-page__body ol{margin:0 0 20px;padding-left:22px}
.v2-content-page__body li+li{margin-top:6px}
.v2-content-page__body a{color:var(--vc-brand);text-decoration-thickness:1px;text-underline-offset:2px}
.v2-content-page__body a:hover{color:var(--vc-brand-strong)}
.v2-content-page__body .legal-index{margin:28px 0 42px;padding:18px;border:1px solid var(--vc-border);border-radius:14px;background:var(--vc-surface)}
.v2-content-page__body .legal-index ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;margin:0;padding:0;list-style:none}
.v2-content-page__body .legal-index li{margin:0}
.v2-content-page__body .legal-index a{display:flex;align-items:center;min-height:42px;padding:8px 10px;border-radius:8px;color:var(--vc-text);font-size:13px;font-weight:720;text-decoration:none}
.v2-content-page__body .legal-index a::after{content:'→';margin-left:auto;color:var(--vc-brand)}
.v2-content-page__body .legal-index a:hover{background:#fff;color:var(--vc-brand)}
@media(max-width:700px){.v2-content-page{padding-top:28px;padding-bottom:50px}.v2-content-page__header{margin-bottom:20px;padding-bottom:14px}.v2-content-page__header h1{font-size:30px}.v2-content-page__body{font-size:14px;line-height:1.68}.v2-content-page__body>p:first-child{font-size:15px}.v2-content-page__body section{margin-top:34px;scroll-margin-top:92px}.v2-content-page__body h2{font-size:21px}.v2-content-page__body h3{font-size:16px}.v2-content-page__body .legal-index{margin:22px 0 32px;padding:10px}.v2-content-page__body .legal-index ul{grid-template-columns:1fr;gap:3px}.v2-content-page__body .legal-index a{min-height:40px}}


/* 0.9.9.48 — Footer information architecture: legal links live in the main footer, not the utility bar. */
@media(min-width:701px){
  .v2-footer__columns{grid-template-columns:repeat(3,minmax(150px,1fr));gap:48px}
  .v2-footer__column{min-width:0}
  .v2-footer__bottom-inner{justify-content:flex-start}
}
@media(min-width:961px){
  .v2-footer__layout{grid-template-columns:minmax(280px,.95fr) minmax(0,2.05fr);gap:84px}
}
@media(max-width:700px){
  .v2-footer__bottom-inner{display:flex;min-height:52px;padding-top:14px;padding-bottom:14px}
  .v2-footer__copyright{order:initial}
}

/* 0.9.9.49 — EU online withdrawal function + prominent footer access */
.v2-footer__withdrawal{margin-top:10px;padding-top:10px;border-top:1px solid var(--vc-border)}
.v2-footer__withdrawal-link{display:inline-block;padding:0;border:0;color:var(--vc-muted);font-size:13px;font-weight:650;line-height:1.5;text-decoration:none;transition:color .15s ease}
.v2-footer__withdrawal-link:hover,.v2-footer__withdrawal-link:focus-visible{color:var(--vc-brand);text-decoration:underline;text-underline-offset:3px}
.v2-withdrawal-page{padding:54px 0 82px;background:var(--vc-surface)}
.v2-withdrawal-card{max-width:780px;margin:0 auto;padding:34px;border:1px solid var(--vc-border);border-radius:18px;background:#fff;box-shadow:0 12px 36px rgba(20,20,24,.05)}
.v2-withdrawal-header{padding-bottom:24px;border-bottom:1px solid var(--vc-border)}
.v2-withdrawal-eyebrow{display:block;margin-bottom:8px;color:var(--vc-brand);font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.v2-withdrawal-header h1{margin:0 0 12px;font-size:clamp(30px,4vw,44px);line-height:1.08;letter-spacing:-.035em}
.v2-withdrawal-header p{max-width:650px;margin:0;color:var(--vc-muted);font-size:15px;line-height:1.65}
.v2-withdrawal-form,.v2-withdrawal-review,.v2-withdrawal-success{padding-top:26px}
.v2-field{display:grid;gap:7px;margin-bottom:18px}
.v2-field>span{font-size:13px;font-weight:760}
.v2-field input,.v2-field textarea{width:100%;border:1px solid var(--vc-border);border-radius:9px;background:#fff;color:var(--vc-text)}
.v2-field input{min-height:48px;padding:0 13px}
.v2-field textarea{min-height:110px;padding:12px 13px;resize:vertical;font:inherit;line-height:1.5}
.v2-field input:focus,.v2-field textarea:focus{outline:2px solid color-mix(in srgb,var(--vc-brand) 24%,transparent);border-color:var(--vc-brand)}
.v2-field-help{display:block;margin-top:-1px;color:var(--vc-muted);font-size:12px;line-height:1.5}
.v2-withdrawal-help{margin:2px 0 20px;color:var(--vc-muted);font-size:12px;line-height:1.55}
.v2-withdrawal-primary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:0;border-radius:9px;background:var(--vc-brand);color:#fff;font-weight:820;cursor:pointer}
.v2-withdrawal-primary:hover{background:var(--vc-brand-strong)}
.v2-withdrawal-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;margin-left:8px;padding:0 18px;border:1px solid var(--vc-border);border-radius:9px;font-weight:760}
.v2-withdrawal-notice{margin-top:22px;padding:14px 16px;border-radius:10px;font-size:13px}
.v2-withdrawal-notice ul{margin:0;padding-left:18px}
.v2-withdrawal-notice--error{border:1px solid #e7b1b1;background:#fff6f6;color:#8d2424}
.v2-withdrawal-review h2,.v2-withdrawal-success h2,.v2-withdrawal-info h2{margin:0 0 10px;font-size:21px;letter-spacing:-.02em}
.v2-withdrawal-review>p,.v2-withdrawal-success>p,.v2-withdrawal-info p{color:var(--vc-muted);font-size:14px;line-height:1.65}
.v2-withdrawal-review dl{margin:22px 0;padding:0;border:1px solid var(--vc-border);border-radius:12px;overflow:hidden}
.v2-withdrawal-review dl>div{display:grid;grid-template-columns:170px 1fr;gap:16px;padding:13px 15px}
.v2-withdrawal-review dl>div+div{border-top:1px solid var(--vc-border)}
.v2-withdrawal-review dt{font-size:12px;font-weight:800;color:var(--vc-muted)}
.v2-withdrawal-review dd{margin:0;font-size:13px;font-weight:700;overflow-wrap:anywhere}
.v2-withdrawal-success__icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:15px;border-radius:50%;background:#eef9f2;font-size:24px;font-weight:900}
.v2-withdrawal-info{margin-top:30px;padding:22px;border-radius:12px;background:var(--vc-surface)}
.v2-withdrawal-info p:last-of-type{margin-bottom:12px}
.v2-withdrawal-info a{color:var(--vc-brand);font-size:13px;font-weight:780}
.v2-withdrawal-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:700px){.v2-withdrawal-page{padding:28px 0 50px}.v2-withdrawal-card{padding:22px 16px;border-radius:14px}.v2-withdrawal-review dl>div{grid-template-columns:1fr;gap:3px}.v2-withdrawal-primary,.v2-withdrawal-secondary{width:100%;margin-left:0}.v2-withdrawal-secondary{margin-top:9px}.v2-footer__withdrawal{margin-top:8px;padding-top:8px}.v2-footer__withdrawal-link{width:auto}}


/* 0.9.9.54 — Footer payment + shipping trust row */
.v2-footer-services{border-bottom:1px solid var(--vc-border);background:#fff}
.v2-footer-services__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:118px}
.v2-footer-services__group{min-width:0;display:grid;grid-template-columns:minmax(150px,.72fr) minmax(0,1.4fr);align-items:center;gap:24px;padding:24px 34px}
.v2-footer-services__group:first-child{border-right:1px solid var(--vc-border);padding-left:0}
.v2-footer-services__group:last-child{padding-right:0}
.v2-footer-services__copy h2{margin:0 0 4px;font-size:13px;line-height:1.25;font-weight:850;letter-spacing:.025em;text-transform:uppercase}
.v2-footer-services__copy p{margin:0;color:var(--vc-muted);font-size:11px;line-height:1.45}
.v2-footer-services__copy strong{color:var(--vc-text);font-weight:760}
.v2-footer-services__separator{margin:0 5px;color:#aaaab0}
.v2-footer-services__logos{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:9px 12px;min-width:0}
.v2-footer-services__logo{height:31px;min-width:48px;display:flex;align-items:center;justify-content:center;padding:4px 7px;border:1px solid #e9e9ec;border-radius:7px;background:#fff}
.v2-footer-services__logo img{display:block;width:auto;max-width:78px;max-height:21px;object-fit:contain}
.v2-footer-services__logos--payment .v2-footer-services__logo--apple-pay img{max-width:58px}
.v2-footer-services__logos--payment .v2-footer-services__logo--google-pay img{max-width:64px}
.v2-footer-services__logos--payment .v2-footer-services__logo--klarna img{max-width:50px;max-height:23px}
.v2-footer-services__logos--shipping .v2-footer-services__logo{height:34px;min-width:72px;padding:4px 8px}
.v2-footer-services__logos--shipping .v2-footer-services__logo img{max-width:96px;max-height:23px}
.v2-footer-services__logos--shipping .v2-footer-services__logo--seur img{max-width:82px}
.v2-footer-services__logos--shipping .v2-footer-services__logo--nacex img{max-width:74px}
.v2-footer-services__logos--shipping .v2-footer-services__logo--correos-express img{max-width:100px}
@media(max-width:1100px){.v2-footer-services__group{grid-template-columns:1fr;gap:13px;padding:22px 24px}.v2-footer-services__group:first-child{padding-left:0}.v2-footer-services__group:last-child{padding-right:0}.v2-footer-services__logos{justify-content:flex-start}}
@media(max-width:700px){.v2-footer-services__inner{grid-template-columns:1fr}.v2-footer-services__group{padding:20px 0!important}.v2-footer-services__group:first-child{border-right:0;border-bottom:1px solid var(--vc-border)}.v2-footer-services__copy h2{font-size:12px}.v2-footer-services__copy p{font-size:10.5px}.v2-footer-services__logos{gap:7px}.v2-footer-services__logo{height:30px;padding:4px 6px}.v2-footer-services__logos--shipping .v2-footer-services__logo{height:32px}}

/* 0.9.9.72 — premium global WooCommerce toast notices. */
.v2-notice-stack{
  position:fixed;
  z-index:100050;
  top:18px;
  right:18px;
  display:grid;
  gap:9px;
  width:min(440px,calc(100vw - 36px));
  pointer-events:none;
}
.admin-bar .v2-notice-stack{top:50px}
.v2-toast{
  position:relative;
  display:grid;
  grid-template-columns:34px minmax(0,1fr) 28px;
  gap:11px;
  align-items:start;
  box-sizing:border-box;
  padding:13px 11px 13px 13px;
  border:1px solid rgba(24,24,27,.09);
  border-radius:14px;
  background:rgba(255,255,255,.985);
  color:var(--vc-text,#18181b);
  box-shadow:0 14px 42px rgba(16,16,24,.13),0 2px 8px rgba(16,16,24,.05);
  font-size:13px;
  line-height:1.4;
  pointer-events:auto;
  overflow:hidden;
  animation:v2-toast-in .2s cubic-bezier(.2,.8,.2,1) both;
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
}
.v2-toast::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:#71717a;
}
.v2-toast--success::before{background:var(--vc-success,#168a55)}
.v2-toast--error::before{background:var(--vc-danger,#c93232)}
.v2-toast--notice::before{background:var(--vc-brand,#e81763)}
.v2-toast__icon{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:10px;
  background:#f3f3f5;
  color:#52525b;
  font-size:14px;
  font-weight:900;
}
.v2-toast--success .v2-toast__icon{background:#ebf8f1;color:var(--vc-success,#168a55)}
.v2-toast--success .v2-toast__icon::before{content:"✓"}
.v2-toast--error .v2-toast__icon{background:#fff0f0;color:var(--vc-danger,#c93232)}
.v2-toast--error .v2-toast__icon::before{content:"!"}
.v2-toast--notice .v2-toast__icon{background:#fff0f6;color:var(--vc-brand,#e81763)}
.v2-toast--notice .v2-toast__icon::before{content:"i"}
.v2-toast__content{min-width:0;padding-top:1px}
.v2-toast__title{margin:0 0 2px;font-size:13px;line-height:1.25;font-weight:850;letter-spacing:-.01em}
.v2-toast__message{min-width:0;color:#5f5f68;font-size:12.5px;line-height:1.42}
.v2-toast__message p{margin:0}
.v2-toast__message a:not(.button):not(.wc-forward){font-weight:700;text-decoration:underline;text-underline-offset:2px}
.v2-toast__action{margin-top:8px}
.v2-toast__action a.button,
.v2-toast__action .button,
.v2-toast__action .wc-forward{
  float:none!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:28px!important;
  margin:0!important;
  padding:5px 10px!important;
  border:1px solid #e2e2e7!important;
  border-radius:999px!important;
  background:#f7f7f8!important;
  color:var(--vc-text,#18181b)!important;
  box-shadow:none!important;
  font-size:11.5px!important;
  font-weight:800!important;
  line-height:1.2!important;
  text-decoration:none!important;
  transition:background .15s ease,border-color .15s ease,transform .15s ease;
}
.v2-toast__action a.button:hover,
.v2-toast__action .button:hover,
.v2-toast__action .wc-forward:hover{background:#efeff2!important;border-color:#d6d6dc!important;transform:translateY(-1px)}
.v2-toast__close{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  margin:-4px -3px 0 0;
  padding:0;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#8a8a94;
  font:400 19px/1 Arial,sans-serif;
  cursor:pointer;
  transition:background .15s ease,color .15s ease;
}
.v2-toast__close:hover{background:#f2f2f4;color:#18181b}
.v2-toast.is-leaving{animation:v2-toast-out .16s ease-in both}
@keyframes v2-toast-in{from{opacity:0;transform:translate3d(12px,-5px,0) scale(.985)}to{opacity:1;transform:none}}
@keyframes v2-toast-out{to{opacity:0;transform:translate3d(10px,-4px,0) scale(.985)}}
@media(max-width:680px){
  .v2-notice-stack{top:10px;right:10px;left:10px;width:auto;gap:8px}
  .admin-bar .v2-notice-stack{top:56px}
  .v2-toast{grid-template-columns:30px minmax(0,1fr) 26px;gap:9px;padding:11px 9px 11px 11px;border-radius:12px}
  .v2-toast__icon{width:28px;height:28px;border-radius:9px;font-size:13px}
  .v2-toast__title{font-size:12.5px}
  .v2-toast__message{font-size:12px}
  .v2-toast__action{margin-top:7px}
}
