/* =========================================================================
   Eleganza woocommerce.css
   WooCommerce + shop / filters / single / cart / checkout / account +
   designers, search drawer, mega promos, mobile menu, footer accordions,
   cookie bar, popup, policy modals.
   Builds on theme.css (design system). Uses CSS vars --e-* only.
   ASCII-only. Breakpoints: 1200 / 1024 / 768 / 520 (match theme.css).
   ========================================================================= */

/* -------------------------------------------------------------------------
   0. WooCommerce resets / shared bits
   ---------------------------------------------------------------------- */
.woo-wrap{padding:0 0 clamp(56px,7vw,96px)}
.woocommerce-notices-wrapper:empty{display:none}
.woocommerce-message,.woocommerce-info,.woocommerce-error,
.woocommerce-noreviews,.wc-block-components-notice-banner{
  list-style:none;margin:0 0 22px;padding:16px 20px;font-size:.9rem;
  border:1px solid var(--e-border);background:var(--e-alt);border-radius:var(--e-radius);
  display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.woocommerce-message{border-left:3px solid var(--e-accent)}
.woocommerce-error{border-left:3px solid var(--e-sale);color:var(--e-text);flex-direction:column;align-items:flex-start}
.woocommerce-error li{margin:0}
.woocommerce-message .button,.woocommerce-info .button{margin-left:auto}
.demo_store,.woocommerce-store-notice{display:none!important}
.star-rating{color:var(--e-text)}

/* Native WC form fields, on-brand */
.woocommerce form .form-row,
.woocommerce-page form .form-row{margin:0 0 16px;padding:0;display:flex;flex-direction:column}
.woocommerce form .form-row label,
.woocommerce-account .woocommerce label,
.woocommerce .form-row label{font-size:.78rem;font-weight:600;letter-spacing:.04em;margin-bottom:7px;color:var(--e-text)}
.woocommerce form .form-row .required{color:var(--e-sale);text-decoration:none;border:0}
.woocommerce .input-text,
.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=tel],
.woocommerce input[type=password],
.woocommerce input[type=number],
.woocommerce input[type=search],
.woocommerce textarea,
.woocommerce select,
.select2-container .select2-selection{
  width:100%;font-family:inherit;font-size:.95rem;color:var(--e-text);
  background:var(--e-bg);border:1px solid var(--e-border);border-radius:var(--e-radius);
  padding:14px 16px;line-height:1.3;transition:border-color .2s ease,box-shadow .2s ease}
.select2-container--default .select2-selection--single{height:auto;padding:8px 6px}
.select2-container--default .select2-selection--single .select2-selection__arrow{top:12px;right:10px}
.woocommerce .input-text:focus,
.woocommerce select:focus,
.woocommerce textarea:focus{outline:0;border-color:var(--e-text);box-shadow:0 0 0 3px rgba(20,24,27,.06)}
.woocommerce .input-text::placeholder{color:var(--e-muted)}
.woocommerce textarea{min-height:120px;resize:vertical}
.woocommerce form .form-row-first,.woocommerce form .form-row-last{width:100%}
.woocommerce .password-input,.woocommerce-password-strength{width:100%}

/* WC add-to-cart buttons default to the site button */
.woocommerce a.button,.woocommerce button.button,
.woocommerce .button,.woocommerce input.button,
.woocommerce #respond input#submit{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:var(--e-button);color:var(--e-button-text);border:1px solid var(--e-button);
  font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  padding:16px 30px;cursor:pointer;border-radius:var(--e-radius);line-height:1;transition:.2s ease}
.woocommerce a.button:hover,.woocommerce button.button:hover,
.woocommerce .button:hover,.woocommerce input.button:hover{opacity:.86;background:var(--e-button);color:var(--e-button-text)}
.woocommerce .button.alt,.woocommerce #respond input#submit.alt{background:var(--e-button)}
.woocommerce .button--ghost,.woocommerce a.added_to_cart{
  background:transparent;color:var(--e-text);border-color:var(--e-text)}

/* =========================================================================
   1. COLLECTION / ARCHIVE
   ========================================================================= */

/* --- Category banner (dark, image, overlaid) --- */
.shop-banner{position:relative;overflow:hidden;background:#14181B;color:#fff;
  min-height:clamp(200px,26vw,320px);display:flex;align-items:flex-end;margin-bottom:8px}
.shop-banner__bg,.shop-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.shop-banner::after{content:"";position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(8,10,12,.78),rgba(8,10,12,.34) 60%,rgba(8,10,12,.28))}
.shop-banner--plain{background:var(--e-text)}
.shop-banner--plain::after{background:none}
.shop-banner__inner{position:relative;z-index:2;width:100%;max-width:var(--e-container);
  margin:0 auto;padding:clamp(28px,4vw,56px) clamp(16px,3vw,40px)}
.shop-banner__eyebrow{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;
  color:rgba(255,255,255,.75);font-weight:600;margin-bottom:10px}
.shop-banner__title{color:#fff;font-size:clamp(2rem,4.4vw,3.4rem);margin:0;line-height:1.02;letter-spacing:-.02em}
.shop-banner__count{display:inline-block;margin-top:12px;font-size:.76rem;font-weight:600;
  letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.82)}
.shop-banner__desc{max-width:640px;margin-top:14px;color:rgba(255,255,255,.85);font-size:.95rem}

/* --- Toolbar --- */
.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:18px 0;border-bottom:1px solid var(--e-border);margin-bottom:26px;flex-wrap:wrap}
.shop-toolbar__left,.shop-toolbar__right{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.shop-toolbar__count{font-size:.82rem;color:var(--e-muted)}
.shop-toolbar__count b{color:var(--e-text);font-weight:600}
.shop-toolbar .filters-trigger{display:inline-flex;align-items:center;gap:10px;
  background:none;border:1px solid var(--e-border);border-radius:var(--e-radius);
  padding:12px 18px;font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;
  cursor:pointer;color:var(--e-text);transition:.2s ease}
.shop-toolbar .filters-trigger:hover{border-color:var(--e-text)}
.shop-toolbar .filters-trigger .eleganza-icon{flex:0 0 auto}
.shop-toolbar .filters-trigger__count{display:inline-flex;align-items:center;justify-content:center;
  min-width:20px;height:20px;padding:0 6px;background:var(--e-accent);color:#fff;
  border-radius:100px;font-size:.66rem;font-weight:700;letter-spacing:0}
.shop-toolbar__sortlabel{font-size:.78rem;font-weight:600;letter-spacing:.1em;
  text-transform:uppercase;color:var(--e-muted)}

/* WC orderby select (desktop inline) */
.shop-toolbar select.orderby,
.woocommerce-ordering select.orderby{
  -webkit-appearance:none;-moz-appearance:none;appearance:none;
  background:var(--e-bg);border:1px solid var(--e-border);border-radius:var(--e-radius);
  padding:12px 40px 12px 16px;font-family:inherit;font-size:.82rem;font-weight:600;
  letter-spacing:.02em;color:var(--e-text);cursor:pointer;min-width:200px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2314181B' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center}
.shop-toolbar select.orderby:focus{outline:0;border-color:var(--e-text)}
.woocommerce-ordering{margin:0}
.woocommerce .woocommerce-result-count{display:none}
.woo-wrap .sort-trigger{display:none}

/* --- Layout: sidebar + main --- */
.shop-layout{display:grid;grid-template-columns:280px 1fr;gap:clamp(24px,3vw,48px);align-items:start}
.shop-sidebar{position:sticky;top:96px;align-self:start;max-height:calc(100vh - 120px);
  overflow-y:auto;padding-right:6px}
.shop-sidebar::-webkit-scrollbar{width:6px}
.shop-sidebar::-webkit-scrollbar-thumb{background:var(--e-border);border-radius:100px}
.shop-main{min-width:0}

/* --- Product grid: WC ul.products styled as .product-grid --- */
.woocommerce ul.products,
ul.products{list-style:none;margin:0;padding:0;
  display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(12px,1.6vw,26px)}
.woocommerce ul.products li.product,
ul.products li.product{margin:0;padding:0;width:auto;float:none;list-style:none}
.woocommerce ul.products li.product::before{display:none}
/* Sidebar present => grid drops to 3 columns to breathe */
.shop-main ul.products{grid-template-columns:repeat(3,1fr)}
.woocommerce ul.products.columns-4{grid-template-columns:repeat(4,1fr)}
.woocommerce-no-products-found{padding:60px 0;text-align:center}
.woocommerce-no-products-found .woocommerce-info{justify-content:center;text-align:center}

/* --- WC pagination on-brand --- */
.woocommerce-pagination{margin:clamp(36px,5vw,60px) 0 0;text-align:center}
.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul{display:inline-flex;gap:8px;list-style:none;
  margin:0;padding:0;border:0}
.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li{border:0;margin:0;overflow:visible}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
  display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;
  padding:0 10px;border:1px solid var(--e-border);border-radius:var(--e-radius);
  font-size:.86rem;font-weight:600;color:var(--e-text);background:var(--e-bg);transition:.2s ease}
.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover{border-color:var(--e-text);background:var(--e-text);color:#fff}
.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--e-text);color:#fff;border-color:var(--e-text)}

/* =========================================================================
   2. FILTERS
   ========================================================================= */
.shop-filters{display:flex;flex-direction:column}
.shop-filters__title{font-size:.82rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  margin:0 0 6px;padding-bottom:14px;border-bottom:1px solid var(--e-border)}

.filter-group{border-bottom:1px solid var(--e-border)}
.filter-group__head{display:flex;align-items:center;justify-content:space-between;width:100%;
  background:none;border:0;cursor:pointer;padding:18px 2px;text-align:left;color:var(--e-text);
  font-size:.86rem;font-weight:600;letter-spacing:.03em;text-transform:none}
.filter-group__head .eleganza-icon{transition:transform .25s ease;color:var(--e-muted);flex:0 0 auto}
.filter-group.is-collapsed .filter-group__head .eleganza-icon{transform:rotate(-90deg)}
.filter-group__body{display:flex;flex-direction:column;gap:4px;padding:0 2px 20px}
.filter-group.is-collapsed .filter-group__body{display:none}

/* Custom checkbox rows */
.filter-check{display:flex;align-items:center;gap:11px;cursor:pointer;padding:7px 0;
  font-size:.9rem;color:var(--e-text);position:relative;user-select:none}
.filter-check input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.filter-check__box{flex:0 0 auto;width:19px;height:19px;border:1.5px solid var(--e-border);
  border-radius:var(--e-radius);display:inline-flex;align-items:center;justify-content:center;
  color:#fff;background:var(--e-bg);transition:.18s ease}
.filter-check__box .eleganza-icon{opacity:0;transform:scale(.5);transition:.18s ease}
.filter-check:hover .filter-check__box{border-color:var(--e-text)}
.filter-check input:checked ~ .filter-check__box,
.filter-check.is-active .filter-check__box{background:var(--e-text);border-color:var(--e-text)}
.filter-check input:checked ~ .filter-check__box .eleganza-icon,
.filter-check.is-active .filter-check__box .eleganza-icon{opacity:1;transform:none}
.filter-check__label{flex:1;line-height:1.3}
.filter-check__count{color:var(--e-muted);font-size:.8rem}
.filter-check.is-active .filter-check__label{font-weight:600}

/* Show more */
.filter-showmore{align-self:flex-start;margin-top:8px;background:none;border:0;cursor:pointer;
  padding:4px 0;font-size:.78rem;font-weight:600;letter-spacing:.02em;color:var(--e-accent);
  border-bottom:1px solid currentColor}
.filter-showmore:hover{opacity:.75}
[data-more][hidden],.filter-check[hidden]{display:none}

/* Colour swatches */
.filter-group__body--swatches{flex-direction:row;flex-wrap:wrap;gap:12px;padding-top:4px}
.swatch{position:relative;display:inline-flex;cursor:pointer;padding:0}
.swatch input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.swatch__dot{width:30px;height:30px;border-radius:50%;display:block;
  border:1px solid rgba(0,0,0,.12);box-shadow:inset 0 0 0 2px #fff;transition:.18s ease}
.swatch:hover .swatch__dot{transform:scale(1.08)}
.swatch.is-active .swatch__dot,
.swatch input:checked ~ .swatch__dot{
  box-shadow:inset 0 0 0 2px #fff,0 0 0 2px var(--e-text)}
/* white swatch keeps a visible ring */
.swatch__dot[style*="#fff"],.swatch__dot[style*="#FFF"],.swatch__dot[style*="#ffffff"]{border-color:var(--e-border)}

/* Tooltip on hover (data-tooltip) */
[data-tooltip]{position:relative}
[data-tooltip]::after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);
  left:50%;transform:translateX(-50%) translateY(4px);
  background:var(--e-text);color:#fff;font-size:.68rem;font-weight:600;letter-spacing:.04em;
  text-transform:uppercase;white-space:nowrap;padding:6px 9px;border-radius:4px;
  opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease;z-index:20}
[data-tooltip]::before{content:"";position:absolute;bottom:calc(100% + 3px);left:50%;
  transform:translateX(-50%) translateY(4px);border:5px solid transparent;border-top-color:var(--e-text);
  opacity:0;visibility:hidden;transition:.18s ease;z-index:20}
[data-tooltip]:hover::after,[data-tooltip]:hover::before{opacity:1;visibility:visible;transform:translateX(-50%)}

/* Actions */
.shop-filters__actions{display:flex;flex-direction:column;gap:12px;padding-top:22px}
.shop-filters__actions .btn{width:100%}
.filter-clear{align-self:center;font-size:.78rem;font-weight:600;letter-spacing:.04em;
  color:var(--e-muted);border-bottom:1px solid transparent;transition:.2s ease}
.filter-clear:hover{color:var(--e-text);border-bottom-color:currentColor}

/* =========================================================================
   3. FILTERS / SORT DRAWERS (mobile)
   ========================================================================= */
.filters-drawer .drawer__body,.filters-drawer__body{padding:8px 22px 90px}
.filters-drawer .shop-filters{padding-bottom:0}
.filters-drawer__apply{position:sticky;bottom:0;left:0;right:0;
  padding:16px 22px;background:var(--e-bg);border-top:1px solid var(--e-border);
  box-shadow:0 -8px 24px -18px rgba(0,0,0,.3);z-index:2}
.filters-drawer__apply .btn{width:100%}
/* Inside drawer, hide the form's inline submit row (drawer has its own apply bar) */
.filters-drawer .shop-filters__actions{padding-top:16px}

.sort-drawer .drawer__body{padding:8px 0}
.sort-drawer__list{list-style:none;margin:0;padding:0}
.sort-drawer__opt{display:flex;align-items:center;justify-content:space-between;gap:10px;
  width:100%;padding:16px 22px;font-size:.95rem;color:var(--e-text);border:0;background:none;
  text-align:left;cursor:pointer;border-bottom:1px solid var(--e-border)}
.sort-drawer__opt .eleganza-icon{opacity:0;color:var(--e-accent)}
.sort-drawer__opt.is-active{font-weight:600}
.sort-drawer__opt.is-active .eleganza-icon{opacity:1}
.sort-drawer__opt:hover{background:var(--e-alt)}

/* =========================================================================
   4. PRODUCT SINGLE
   ========================================================================= */
.single-product .woo-wrap{padding-top:8px}
.product-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(28px,4vw,64px);
  align-items:start;margin-top:12px}
.woocommerce div.product,.product.type-product{margin:0}

/* --- Gallery --- */
.product-gallery{position:relative}
.product-gallery__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.product-gallery__grid .product-gallery__cell{position:relative;overflow:hidden;background:var(--e-alt);
  aspect-ratio:4/5;cursor:zoom-in}
.product-gallery__grid .product-gallery__cell:first-child{grid-column:1 / -1;aspect-ratio:1/1}
.product-gallery__grid img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.product-gallery__grid .product-gallery__cell:hover img{transform:scale(1.03)}
.product-gallery--sticky .product-gallery__grid{position:sticky;top:96px}

/* Mobile carousel gallery (hidden on desktop) */
.product-gallery__mobile{display:none;position:relative}
.product-gallery__viewport{overflow:hidden;background:var(--e-alt);aspect-ratio:4/5}
.product-gallery__track{display:flex;transition:transform .4s cubic-bezier(.5,.05,.15,1)}
.product-gallery__track>*{flex:0 0 100%}
.product-gallery__track img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/5}
.product-gallery__dots{display:flex;justify-content:center;gap:7px;margin-top:12px}
[data-gallery-dot]{width:7px;height:7px;border-radius:50%;border:0;padding:0;cursor:pointer;
  background:var(--e-border);transition:.2s ease}
[data-gallery-dot].is-active{background:var(--e-text);width:20px;border-radius:100px}
.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;
  width:40px;height:40px;border-radius:50%;border:0;background:rgba(255,255,255,.9);
  color:var(--e-text);display:flex;align-items:center;justify-content:center;cursor:pointer;
  box-shadow:0 2px 12px rgba(0,0,0,.12)}
.product-gallery__arrow--prev{left:12px}
.product-gallery__arrow--next{right:12px}
[data-gallery-zoom]{position:absolute;top:12px;right:12px;z-index:3;width:40px;height:40px;
  border-radius:50%;border:0;background:rgba(255,255,255,.9);color:var(--e-text);
  display:flex;align-items:center;justify-content:center;cursor:pointer}

/* Lightbox */
.lightbox{position:fixed;inset:0;z-index:200;background:rgba(10,12,14,.92);
  display:flex;align-items:center;justify-content:center;padding:30px;
  opacity:0;visibility:hidden;transition:.25s ease}
.lightbox.is-open{opacity:1;visibility:visible}
.lightbox img{max-width:92vw;max-height:90vh;object-fit:contain}
[data-lightbox-close]{position:absolute;top:22px;right:24px;width:46px;height:46px;
  border:1px solid rgba(255,255,255,.5);background:none;color:#fff;cursor:pointer;
  display:flex;align-items:center;justify-content:center;border-radius:50%}

/* --- Summary --- */
.product-summary{display:flex;flex-direction:column}
.product-summary>.price,.product-summary>.woocommerce-product-rating{order:-1}
.product-summary__head{margin-bottom:18px}
.product-summary__brand{display:inline-block;font-size:.76rem;font-weight:600;letter-spacing:.14em;
  text-transform:uppercase;color:var(--e-muted);margin-bottom:10px}
.product-summary__brand:hover{color:var(--e-accent)}
.product-summary__title{font-size:clamp(1.5rem,2.4vw,2.1rem);line-height:1.08;letter-spacing:-.01em;margin:0}
.product-summary__sku{margin-top:10px;font-size:.78rem;color:var(--e-muted);letter-spacing:.02em}

.product-summary__price{display:flex;align-items:center;gap:14px;flex-wrap:wrap;
  margin:6px 0 22px;font-size:1.5rem;font-weight:600}
.product-summary__price .price{margin:0;font-size:inherit;font-weight:inherit;color:var(--e-text)}
.product-summary__price del,.product-summary__price .price del{color:var(--e-muted);font-weight:400;
  font-size:1.05rem;text-decoration:line-through;opacity:1}
.product-summary__price ins,.product-summary__price .price ins{text-decoration:none;color:var(--e-sale);font-weight:600}
.product-summary__save,.product-summary__price .onsale{background:var(--e-sale);color:#fff;
  font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
  padding:7px 13px;border-radius:100px;line-height:1}

/* Divider used between summary blocks */
.product-summary hr,.product-summary__divider{border:0;border-top:1px solid var(--e-border);margin:22px 0}

/* --- Size selector --- */
.size-selector{margin:8px 0 4px}
.size-selector__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.size-selector__label{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.maattabel-link{font-size:.8rem;font-weight:600;color:var(--e-accent);
  border-bottom:1px solid currentColor;cursor:pointer}
.maattabel-link:hover{opacity:.75}
.size-selector__grid{display:flex;flex-wrap:wrap;gap:10px}
.size-opt{position:relative;width:56px;height:56px;border-radius:50%;border:1px solid var(--e-border);
  background:var(--e-bg);color:var(--e-text);font-family:inherit;font-size:.9rem;font-weight:500;
  cursor:pointer;display:inline-flex;align-items:center;justify-content:center;
  overflow:hidden;transition:.18s ease}
.size-opt:hover{border-color:var(--e-text)}
.size-opt.is-selected{background:var(--e-text);color:#fff;border-color:var(--e-text)}
.size-opt--oos{color:var(--e-muted);cursor:not-allowed;border-color:var(--e-border)}
.size-opt--oos:hover{border-color:var(--e-border)}
.size-opt--oos::after{content:"";position:absolute;left:50%;top:50%;width:150%;height:1px;
  background:var(--e-muted);transform:translate(-50%,-50%) rotate(-45deg)}

/* --- Add to cart (WC form) --- */
.product-summary form.cart{margin:22px 0 0;display:flex;flex-direction:column;gap:14px}
.product-summary form.cart .quantity{display:none}
.product-summary .single_add_to_cart_button,
.woocommerce div.product form.cart .single_add_to_cart_button{
  width:100%;background:var(--e-button);color:var(--e-button-text);border:1px solid var(--e-button);
  padding:20px 30px;font-size:.82rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;
  border-radius:var(--e-radius);cursor:pointer;transition:.2s ease;float:none}
.product-summary .single_add_to_cart_button:hover{opacity:.88}
.woocommerce div.product form.cart .variations{margin:0 0 8px}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th{padding:6px 0;vertical-align:middle}
.woocommerce div.product form.cart .reset_variations{font-size:.78rem;color:var(--e-muted)}

/* --- USP block --- */
.product-usp{margin-top:26px;padding-top:24px;border-top:1px solid var(--e-border);
  display:flex;flex-direction:column;gap:16px}
.product-usp__row{display:flex;align-items:flex-start;gap:14px}
.product-usp__row>.eleganza-icon{flex:0 0 auto;color:var(--e-text);margin-top:2px}
.product-usp__row>div{display:flex;flex-direction:column;line-height:1.35}
.product-usp__row strong{font-size:.9rem;font-weight:600}
.product-usp__row span{font-size:.82rem;color:var(--e-muted)}
.product-usp__trustpilot{padding-top:6px}
.product-usp .payment-icons{margin-top:6px}
.product-summary .payment-icons{margin-top:18px}

/* =========================================================================
   Tabs rendered as ACCORDION
   ========================================================================= */
.woocommerce-tabs,.product-accordion{margin:clamp(40px,6vw,72px) 0 0;
  border-top:1px solid var(--e-border)}
.woocommerce-tabs ul.tabs,.woocommerce-tabs .wc-tabs{display:none}
.woocommerce-tabs .panel,.woocommerce-tabs .wc-tab{margin:0}
.product-accordion__item,
.woocommerce-tabs .woocommerce-Tabs-panel{border-bottom:1px solid var(--e-border)}
.product-accordion__head{display:flex;align-items:center;justify-content:space-between;gap:14px;
  width:100%;background:none;border:0;cursor:pointer;padding:22px 2px;text-align:left;
  font-size:.95rem;font-weight:600;letter-spacing:.02em;color:var(--e-text)}
.product-accordion__head .accordion-icon{position:relative;flex:0 0 auto;width:16px;height:16px}
.product-accordion__head .accordion-icon::before,
.product-accordion__head .accordion-icon::after{content:"";position:absolute;background:var(--e-text);
  transition:.25s ease}
.product-accordion__head .accordion-icon::before{left:0;top:7px;width:16px;height:2px}
.product-accordion__head .accordion-icon::after{left:7px;top:0;width:2px;height:16px}
.product-accordion__item.is-open .accordion-icon::after{transform:scaleY(0)}
.product-accordion__body{padding:0 2px 26px;font-size:.92rem;line-height:1.7;color:#3c4247;max-width:760px}
.product-accordion__body p:last-child{margin-bottom:0}
.product-accordion__item:not(.is-open) .product-accordion__body{display:none}

/* --- Related "Vaak samen gekocht" --- */
.related.products,.related{margin:clamp(48px,7vw,90px) 0 0}
.related>h2,.related__title{font-size:clamp(1.4rem,2.4vw,2rem);margin-bottom:26px}
.related ul.products{grid-template-columns:repeat(4,1fr)}

/* --- Mobile sticky add-to-cart bar --- */
.sticky-atc{display:none;position:fixed;left:0;right:0;bottom:0;z-index:110;
  background:var(--e-bg);border-top:1px solid var(--e-border);
  box-shadow:0 -6px 24px -16px rgba(0,0,0,.4);padding:12px 16px;
  align-items:center;gap:14px;transform:translateY(120%);transition:transform .3s ease}
.sticky-atc.is-visible{transform:none}
.sticky-atc__info{flex:1;min-width:0;display:flex;flex-direction:column;line-height:1.25}
.sticky-atc__title{font-size:.82rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sticky-atc__price{font-size:.86rem;color:var(--e-text);font-weight:600}
.sticky-atc__price del{color:var(--e-muted);font-weight:400;margin-right:6px;font-size:.78rem}
.sticky-atc__btn{flex:0 0 auto}
.sticky-atc .btn,.sticky-atc button{padding:15px 24px;font-size:.76rem}

/* =========================================================================
   5. CART PAGE
   ========================================================================= */
.woocommerce-cart .woo-wrap{padding-top:20px}
.woocommerce-cart h1,.woocommerce-cart .entry-title{font-size:clamp(1.8rem,3vw,2.6rem);margin-bottom:24px}
.woocommerce-cart-form{margin-bottom:0}
.woocommerce-cart table.shop_table,
.woocommerce table.shop_table{width:100%;border-collapse:collapse;border:0;margin:0}
.woocommerce-cart table.cart thead th{font-size:.72rem;font-weight:600;letter-spacing:.12em;
  text-transform:uppercase;color:var(--e-muted);text-align:left;padding:0 0 14px;
  border-bottom:1px solid var(--e-border)}
.woocommerce-cart table.cart td{padding:20px 12px 20px 0;border-bottom:1px solid var(--e-border);vertical-align:middle}
.woocommerce-cart table.cart td.product-remove{width:36px;padding-right:0}
.woocommerce-cart table.cart td.product-thumbnail{width:96px}
.woocommerce-cart table.cart td.product-thumbnail img{width:80px;height:100px;object-fit:cover;background:var(--e-alt)}
.woocommerce-cart table.cart td.product-name a{font-weight:500;color:var(--e-text)}
.woocommerce-cart table.cart td.product-name a:hover{color:var(--e-accent)}
.woocommerce-cart a.remove{display:inline-flex;align-items:center;justify-content:center;
  width:26px;height:26px;border-radius:50%;background:var(--e-alt);color:var(--e-text)!important;
  font-size:16px;line-height:1;text-decoration:none}
.woocommerce-cart a.remove:hover{background:var(--e-sale);color:#fff!important}
.woocommerce-cart .quantity input.qty{width:70px;text-align:center;padding:12px 8px}
.woocommerce-cart td.product-subtotal,.woocommerce-cart td.product-price{font-weight:600}
.woocommerce-cart .actions{padding:22px 0 0;display:flex;gap:14px;flex-wrap:wrap;align-items:center;justify-content:space-between}
.woocommerce-cart .coupon{display:flex;gap:10px;align-items:center}
.woocommerce-cart .coupon .input-text{width:auto;min-width:200px}
.woocommerce-cart .cart-collaterals{margin-top:40px;display:flex;justify-content:flex-end}
.woocommerce-cart .cart_totals{width:min(440px,100%)}
.woocommerce-cart .cart_totals h2{font-size:1.2rem;margin-bottom:16px}
.woocommerce-cart .cart_totals table{width:100%;border-collapse:collapse}
.woocommerce-cart .cart_totals th,.woocommerce-cart .cart_totals td{padding:14px 0;
  border-bottom:1px solid var(--e-border);font-size:.92rem;text-align:left}
.woocommerce-cart .cart_totals td{text-align:right;font-weight:600}
.woocommerce-cart .cart_totals tr.order-total th,
.woocommerce-cart .cart_totals tr.order-total td{font-size:1.05rem;border-bottom:0}
.woocommerce-cart .wc-proceed-to-checkout{padding-top:20px}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button{width:100%}

/* =========================================================================
   6. CHECKOUT (distraction-free, Shopify-style)
   ========================================================================= */
.checkout-header{border-bottom:1px solid var(--e-border);background:var(--e-bg)}
.checkout-header__inner{display:flex;align-items:center;justify-content:center;position:relative;
  min-height:74px;padding-top:14px;padding-bottom:14px}
.checkout-header__logo img,.checkout-header__logo .custom-logo{max-width:170px}
.checkout-header__back{position:absolute;left:clamp(16px,3vw,40px);top:50%;transform:translateY(-50%);
  display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:var(--e-muted)}
.checkout-header__back:hover{color:var(--e-text)}
.checkout-header__back span{display:inline}

.checkout-shell{min-height:60vh;padding:clamp(24px,4vw,52px) 0}
.checkout-shell>.woocommerce{max-width:1180px;margin:0 auto;padding:0 clamp(16px,3vw,40px)}

.woocommerce-checkout form.checkout{display:grid;grid-template-columns:1.15fr .85fr;
  gap:clamp(28px,4vw,64px);align-items:start}
.woocommerce-checkout .col2-set{width:100%;float:none;margin:0}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2{width:100%;float:none;margin:0 0 28px}
.woocommerce-checkout h3{font-size:1.1rem;letter-spacing:.01em;margin-bottom:16px;
  padding-bottom:12px;border-bottom:1px solid var(--e-border)}
.woocommerce-checkout .form-row-first,.woocommerce-checkout .form-row-last{width:calc(50% - 8px);display:inline-flex}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-account-fields{display:flex;flex-wrap:wrap;gap:0 16px}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide{width:100%}

/* Right column: order review, sticky, light-gray */
#order_review,.checkout-summary{position:sticky;top:24px;background:var(--e-alt);
  border:1px solid var(--e-border);border-radius:var(--e-radius);padding:clamp(20px,2.4vw,30px)}
.woocommerce-checkout #order_review_heading{font-size:1.1rem;margin-bottom:16px}
#order_review table.shop_table,.checkout-summary table.shop_table{width:100%;border-collapse:collapse;background:none;border:0}
#order_review table.shop_table thead th{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;
  color:var(--e-muted);text-align:left;padding:0 0 12px;border-bottom:1px solid var(--e-border)}
#order_review table.shop_table td,#order_review table.shop_table th{padding:12px 0;
  border-bottom:1px solid var(--e-border);font-size:.9rem;text-align:left;vertical-align:top}
#order_review table.shop_table td.product-total,
#order_review table.shop_table .product-subtotal{text-align:right;white-space:nowrap;font-weight:600}
#order_review .cart_item .product-name{color:var(--e-text);font-weight:500}
#order_review .product-quantity{color:var(--e-muted)}
#order_review tfoot th{text-align:left;font-weight:500;padding:12px 0}
#order_review tfoot td{text-align:right;font-weight:600;padding:12px 0}
#order_review tfoot tr.order-total th,#order_review tfoot tr.order-total td{font-size:1.1rem;font-weight:700;
  border-top:1px solid var(--e-border);padding-top:16px}
#order_review .includes_tax,#order_review small{color:var(--e-muted);font-weight:400;font-size:.76rem}

/* Coupon row "Kortingscode of cadeaubon" */
.checkout-coupon,.woocommerce-form-coupon{display:flex;gap:10px;margin:0 0 20px}
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon{padding:0;border:0;margin-bottom:20px}
.woocommerce-checkout .checkout_coupon .form-row{margin:0}
.checkout-coupon .input-text,.woocommerce-form-coupon .input-text{flex:1;background:var(--e-bg)}
.woocommerce-checkout .woocommerce-form-coupon-toggle{margin-bottom:20px}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{background:var(--e-bg);
  border-left:3px solid var(--e-accent);font-size:.86rem}

/* Payment methods */
#payment{background:none;border-radius:0;margin-top:8px}
#payment ul.payment_methods{border:0;padding:0;margin:0 0 16px;list-style:none}
#payment ul.payment_methods li{padding:12px 0;border-bottom:1px solid var(--e-border)}
#payment ul.payment_methods li label{display:inline-flex;align-items:center;gap:10px;font-weight:500;margin:0}
#payment div.payment_box{background:var(--e-bg);border:1px solid var(--e-border);margin:12px 0 0;
  font-size:.85rem;padding:14px 16px}
#payment div.payment_box::before{display:none}
#payment .place-order{padding:16px 0 0;margin:0}
.woocommerce-checkout #payment #place_order,
.woocommerce #payment #place_order{width:100%;background:var(--e-accent);color:#fff;
  border-color:var(--e-accent);padding:20px 30px;font-size:.82rem;letter-spacing:.16em}
.woocommerce-checkout #payment #place_order:hover{opacity:.9;background:var(--e-accent)}
#payment .woocommerce-terms-and-conditions-wrapper{margin-bottom:14px;font-size:.82rem}

/* Checkout USPs + trustpilot (rendered after order total) */
.checkout-usps{margin-top:18px;padding-top:18px;border-top:1px solid var(--e-border);
  display:flex;flex-direction:column;gap:10px}
.checkout-usps__row{display:flex;align-items:center;gap:10px;font-size:.84rem;color:var(--e-text)}
.checkout-usps__row .eleganza-icon{flex:0 0 auto;color:var(--e-accent)}
.checkout-trustpilot{margin-top:16px}
.checkout-trustpilot .trustpilot-badge{margin-top:0}

/* Order-review payment icons */
#order_review .payment-icons,.checkout-summary .payment-icons{margin-top:16px}

/* Checkout footer */
.checkout-foot{border-top:1px solid var(--e-border);padding:26px 0;margin-top:20px}
.checkout-foot__links{display:flex;flex-wrap:wrap;gap:22px;justify-content:center}
.checkout-foot__links a{font-size:.8rem;color:var(--e-muted);border-bottom:1px solid transparent}
.checkout-foot__links a:hover{color:var(--e-text);border-bottom-color:currentColor}

/* Order received / thankyou */
.woocommerce-order{max-width:820px;margin:0 auto}
.woocommerce-order .woocommerce-order-overview{list-style:none;display:flex;flex-wrap:wrap;gap:20px;
  padding:22px;margin:24px 0;background:var(--e-alt);border-radius:var(--e-radius)}
.woocommerce-order .woocommerce-order-overview li{font-size:.8rem;letter-spacing:.06em;
  text-transform:uppercase;color:var(--e-muted);border:0}
.woocommerce-order .woocommerce-order-overview li strong{display:block;font-size:1rem;
  text-transform:none;letter-spacing:0;color:var(--e-text);margin-top:4px}

/* =========================================================================
   7. LOGIN / REGISTER  (.auth-wrap)
   ========================================================================= */
.auth-wrap{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,56px);
  max-width:1080px;margin:0 auto;align-items:start}
.auth-wrap__col{border:1px solid var(--e-border);border-radius:var(--e-radius);
  padding:clamp(26px,3vw,44px)}
.auth-wrap__col h2,.auth-wrap h2{font-size:1.4rem;margin-bottom:8px}
.auth-wrap__intro{color:var(--e-muted);font-size:.9rem;margin-bottom:24px}
.auth-wrap .woocommerce-form-login,.auth-wrap .woocommerce-form-register{margin:0;border:0;padding:0}
.auth-wrap .woocommerce-form-login__rememberme{display:inline-flex;align-items:center;gap:8px;font-weight:400}
.auth-wrap .woocommerce-form-login__submit,
.auth-wrap .woocommerce-form-register__submit,
.auth-wrap .button{width:100%;margin-top:6px}
.auth-wrap .lost_password{margin-top:14px;font-size:.84rem}
.auth-wrap .lost_password a{color:var(--e-accent);border-bottom:1px solid currentColor}
.auth-wrap__aside{background:var(--e-alt);border:0;padding:clamp(26px,3vw,44px);
  display:flex;flex-direction:column;justify-content:center}
.auth-wrap__aside h2{font-size:1.3rem}
.auth-wrap__aside ul{list-style:none;margin:16px 0 24px;padding:0;display:flex;flex-direction:column;gap:12px}
.auth-wrap__aside ul li{display:flex;align-items:center;gap:10px;font-size:.9rem}
.auth-wrap__aside ul li .eleganza-icon{color:var(--e-accent);flex:0 0 auto}

/* Native account dashboard (my-account) */
.woocommerce-account .woocommerce{max-width:1080px;margin:0 auto}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;
  border:1px solid var(--e-border)}
.woocommerce-account .woocommerce-MyAccount-navigation li{border-bottom:1px solid var(--e-border)}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{border-bottom:0}
.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:14px 18px;font-size:.9rem;font-weight:500}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{background:var(--e-text);color:#fff}
.woocommerce-account .woocommerce-MyAccount-content{padding-left:clamp(0px,2vw,10px)}
@media(min-width:769px){
  .woocommerce-account .woocommerce-MyAccount-navigation{width:26%;float:left}
  .woocommerce-account .woocommerce-MyAccount-content{width:70%;float:right}
}

/* =========================================================================
   8. DESIGNERS A-Z
   ========================================================================= */
.designers{max-width:var(--e-container);margin:0 auto;padding:clamp(24px,3vw,44px) clamp(16px,3vw,40px) clamp(56px,7vw,90px)}
.designers__head{text-align:center;margin-bottom:26px}
.designers__head h1{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:8px}
.designers__head p{color:var(--e-muted)}
.designers__search{max-width:520px;margin:0 auto 8px;position:relative}
[data-designer-search]{width:100%;padding:16px 18px 16px 48px;border:1px solid var(--e-border);
  border-radius:100px;font-family:inherit;font-size:.95rem;background:var(--e-bg)}
[data-designer-search]:focus{outline:0;border-color:var(--e-text)}
.designers__search .eleganza-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:var(--e-muted)}

/* Sticky alphabet nav */
.az-nav{position:sticky;top:74px;z-index:40;background:var(--e-bg);
  border-top:1px solid var(--e-border);border-bottom:1px solid var(--e-border);
  padding:12px 0;margin:22px 0 8px;display:flex;flex-wrap:wrap;justify-content:center;gap:3px}
.az-nav a,.az-nav__letter{display:inline-flex;align-items:center;justify-content:center;
  min-width:34px;height:34px;border-radius:50%;font-size:.82rem;font-weight:600;color:var(--e-text);
  transition:.18s ease}
.az-nav a:hover{background:var(--e-text);color:#fff}
.az-nav .is-disabled,.az-nav__letter--disabled{color:var(--e-border);pointer-events:none}

.az-section{padding-top:26px;margin-top:8px;scroll-margin-top:130px}
.az-section__letter{font-size:1.6rem;font-weight:700;color:var(--e-text);
  padding-bottom:12px;margin-bottom:20px;border-bottom:1px solid var(--e-border)}
.designer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.designer-tile{display:flex;align-items:baseline;justify-content:space-between;gap:8px;
  padding:16px 18px;border:1px solid var(--e-border);border-radius:var(--e-radius);
  transition:.2s ease;background:var(--e-bg)}
.designer-tile:hover{border-color:var(--e-text);transform:translateY(-2px)}
.designer-tile__name{font-size:.95rem;font-weight:500}
.designer-tile:hover .designer-tile__name{color:var(--e-accent)}
.designer-tile__count{font-size:.78rem;color:var(--e-muted)}
.designer-tile[hidden]{display:none}
.az-section.is-empty{display:none}
.designers__empty{display:none;text-align:center;padding:50px 0;color:var(--e-muted)}
.designers.is-searching .designers__empty.is-shown{display:block}

/* =========================================================================
   9. SEARCH DRAWER
   ========================================================================= */
.search-drawer{padding:0}
.search-drawer__top{display:flex;align-items:center;gap:12px;padding:20px 22px;
  border-bottom:1px solid var(--e-border)}
.search-drawer__form{flex:1;display:flex;align-items:center;gap:10px;
  border:1px solid var(--e-border);border-radius:100px;padding:10px 16px}
.search-drawer__form .eleganza-icon{color:var(--e-muted);flex:0 0 auto}
.search-drawer__form input{flex:1;border:0;background:none;font-family:inherit;font-size:.95rem;
  color:var(--e-text)}
.search-drawer__form input:focus{outline:0}
.search-drawer__top .drawer__close{flex:0 0 auto}
.search-drawer__body{flex:1;overflow-y:auto;padding:22px}
.search-block{margin-bottom:28px}
.search-block__title{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:var(--e-muted);margin:0 0 14px}
.search-chips{display:flex;flex-wrap:wrap;gap:9px}
.search-chip{display:inline-flex;align-items:center;padding:9px 16px;border:1px solid var(--e-border);
  border-radius:100px;font-size:.82rem;font-weight:500;color:var(--e-text);transition:.18s ease}
.search-chip:hover{background:var(--e-text);color:#fff;border-color:var(--e-text)}
.search-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}
.search-links li a{display:block;padding:12px 0;font-size:.92rem;border-bottom:1px solid var(--e-border)}
.search-links li a:hover{color:var(--e-accent)}

/* =========================================================================
   10. MEGA PROMOS (desktop mega panel)
   ========================================================================= */
.mega__inner{grid-template-columns:1fr}
.mega__cols{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.mega--has-promos .mega__inner{display:grid;grid-template-columns:3fr 1.4fr;gap:36px;align-items:start}
.mega__promos{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.mega__promo{position:relative;display:flex;flex-direction:column;overflow:hidden;
  background:var(--e-alt);border-radius:var(--e-radius);min-height:0}
.mega__promo-media{position:relative;display:block;overflow:hidden;aspect-ratio:3/4;background:var(--e-alt)}
.mega__promo-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.mega__promo:hover .mega__promo-media img{transform:scale(1.05)}
.mega__promo-label{padding:12px 4px 2px;font-size:.72rem;font-weight:600;letter-spacing:.12em;
  text-transform:uppercase;color:var(--e-text)}
.mega__promo:hover .mega__promo-label{color:var(--e-accent)}

/* =========================================================================
   11. MOBILE MENU (.mmenu)
   ========================================================================= */
.mmenu{display:flex;flex-direction:column;padding:16px}
.mmenu__tabs{display:flex;gap:6px;background:var(--e-alt);border-radius:100px;padding:4px;margin-bottom:16px}
.mmenu__tab{flex:1;padding:11px 8px;border:0;border-radius:100px;background:none;cursor:pointer;
  font-family:inherit;font-size:.76rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
  color:var(--e-text);transition:.18s ease}
.mmenu__tab.is-active{background:var(--e-accent);color:#fff}
.mmenu__search{display:flex;align-items:center;gap:10px;border:1px solid var(--e-border);
  border-radius:100px;padding:11px 16px;margin-bottom:16px}
.mmenu__search .eleganza-icon{color:var(--e-muted);flex:0 0 auto}
.mmenu__search input{flex:1;border:0;background:none;font-family:inherit;font-size:.9rem;color:var(--e-text)}
.mmenu__search input:focus{outline:0}
.mmenu__promos{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}
.mmenu__promo{display:flex;flex-direction:column;gap:2px;padding:14px 16px;border:1.5px solid var(--e-border);
  border-radius:var(--e-radius);transition:.18s ease}
.mmenu__promo strong{font-size:.86rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.mmenu__promo span{font-size:.74rem;color:var(--e-muted)}
.mmenu__promo--sale{border-color:var(--e-sale);color:var(--e-sale)}
.mmenu__promo--sale span{color:var(--e-sale);opacity:.75}
.mmenu__promo--nieuw{border-color:var(--e-text)}
.mmenu__promo:hover{transform:translateY(-2px)}

.mmenu__panel{display:none}
.mmenu__panel.is-active{display:block}
.mmenu__panel .mnav{border-top:1px solid var(--e-border)}
.mmenu__brands{margin-top:20px}
.mmenu__brands-title{display:block;font-size:.72rem;font-weight:600;letter-spacing:.14em;
  text-transform:uppercase;color:var(--e-muted);margin-bottom:12px}
.mmenu__chips{display:flex;flex-wrap:wrap;gap:8px}
.mmenu__chip{display:inline-flex;padding:8px 14px;border:1px solid var(--e-border);border-radius:100px;
  font-size:.8rem;font-weight:500;color:var(--e-text);transition:.18s ease}
.mmenu__chip:hover{background:var(--e-text);color:#fff;border-color:var(--e-text)}
.mmenu__links{display:flex;flex-wrap:wrap;gap:8px 22px;margin-top:22px;padding-top:18px;
  border-top:1px solid var(--e-border)}
.mmenu__links a{font-size:.86rem;font-weight:600;letter-spacing:.04em;color:var(--e-text)}
.mmenu__links a:hover{color:var(--e-accent)}
.mnav-account{display:inline-flex;align-items:center;gap:10px;font-size:.9rem;font-weight:500}

/* =========================================================================
   13. COOKIE BAR
   ========================================================================= */
.cookie-bar{position:fixed;left:0;right:0;bottom:0;z-index:150;background:#14181B;color:#fff;
  padding:18px 0;box-shadow:0 -8px 30px -18px rgba(0,0,0,.6)}
.cookie-bar[hidden]{display:none}
.cookie-bar__inner{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.cookie-bar__content{flex:1;min-width:240px}
.cookie-bar__content strong{display:block;font-size:.92rem;font-weight:600;margin-bottom:4px}
.cookie-bar__content p{margin:0;font-size:.82rem;color:rgba(255,255,255,.72);line-height:1.5}
.cookie-bar__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.cookie-bar__link{background:none;border:0;color:rgba(255,255,255,.8);cursor:pointer;
  font-size:.82rem;text-decoration:underline;padding:0;font-family:inherit}
.cookie-bar__link:hover{color:#fff}
.cookie-bar .cookie-bar__btn{padding:13px 24px;font-size:.74rem}
.cookie-bar .cookie-bar__btn.btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}
.cookie-bar .cookie-bar__btn.btn--ghost:hover{background:#fff;color:#14181B;border-color:#fff}
.cookie-bar .cookie-bar__btn:not(.btn--ghost){background:#fff;color:#14181B;border-color:#fff}

/* =========================================================================
   14. NEWSLETTER POPUP
   ========================================================================= */
.promo-popup{position:fixed;inset:0;z-index:180;display:flex;align-items:center;justify-content:center;padding:20px}
.promo-popup[hidden]{display:none}
.promo-popup__overlay{position:absolute;inset:0;background:rgba(10,12,14,.55)}
.promo-popup__box{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;
  width:min(860px,100%);max-height:92vh;overflow:hidden;background:var(--e-bg);
  border-radius:var(--e-radius);box-shadow:0 30px 80px -30px rgba(0,0,0,.5)}
.promo-popup__media{background-size:cover;background-position:center;min-height:320px}
.promo-popup__body{padding:clamp(28px,4vw,48px);display:flex;flex-direction:column;justify-content:center;
  overflow-y:auto}
.promo-popup__logo{margin-bottom:18px}
.promo-popup__logo img,.promo-popup__logo .custom-logo{max-width:150px}
.promo-popup__heading{font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.02;margin-bottom:12px}
.promo-popup__text{color:var(--e-muted);font-size:.92rem;margin-bottom:22px}
.promo-popup__form{display:flex;flex-direction:column;gap:12px}
.promo-popup__form input[type=email]{width:100%;border:1px solid var(--e-text);padding:16px 18px;
  font-family:inherit;font-size:.95rem}
.promo-popup__form input[type=email]:focus{outline:0;box-shadow:0 0 0 3px rgba(20,24,27,.08)}
.promo-popup__fine{margin:16px 0 0;font-size:.72rem;color:var(--e-muted);line-height:1.5}
.promo-popup__close{position:absolute;top:14px;right:14px;z-index:3;width:40px;height:40px;
  border:0;background:rgba(255,255,255,.85);border-radius:50%;cursor:pointer;color:var(--e-text);
  display:flex;align-items:center;justify-content:center}
.promo-popup__close:hover{background:#fff}

/* =========================================================================
   15. POLICY MODALS
   ========================================================================= */
.policy-modal{position:fixed;inset:0;z-index:190;display:flex;align-items:center;justify-content:center;padding:20px}
.policy-modal[hidden]{display:none}
.policy-modal__overlay{position:absolute;inset:0;background:rgba(10,12,14,.55)}
.policy-modal__box{position:relative;z-index:2;display:flex;flex-direction:column;
  width:min(720px,100%);max-height:86vh;background:var(--e-bg);border-radius:var(--e-radius);
  box-shadow:0 30px 80px -30px rgba(0,0,0,.5);overflow:hidden}
.policy-modal__head{display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:20px 24px;border-bottom:1px solid var(--e-border)}
.policy-modal__head h3{margin:0;font-size:1.1rem}
.policy-modal__close{background:none;border:0;cursor:pointer;color:var(--e-text);padding:6px;flex:0 0 auto}
.policy-modal__body{padding:24px;overflow-y:auto;font-size:.92rem;line-height:1.7;color:#3c4247}
.policy-modal__body h2,.policy-modal__body h3,.policy-modal__body h4{color:var(--e-text);margin-top:1.2em}
.policy-modal__body a{color:var(--e-accent);border-bottom:1px solid currentColor}

/* =========================================================================
   16. VISIBILITY UTILITIES
   ========================================================================= */
.show-desktop-only{display:flex}
.show-mobile-only{display:none}
body.drawer-open{overflow:hidden}

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media(max-width:1200px){
  .shop-main ul.products{grid-template-columns:repeat(3,1fr)}
  .designer-grid{grid-template-columns:repeat(3,1fr)}
  .mega__cols{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:1024px){
  /* Toolbar filters trigger appears; sidebar hides */
  .shop-layout{grid-template-columns:1fr}
  .shop-sidebar{display:none}
  .shop-main ul.products{grid-template-columns:repeat(3,1fr)}
  .show-desktop-only{display:none!important}
  .show-mobile-only{display:flex}
  .designer-grid{grid-template-columns:repeat(2,1fr)}
  .az-nav{top:0}
}

@media(max-width:768px){
  /* Grids to 2 cols */
  .woocommerce ul.products,ul.products,
  .shop-main ul.products,.related ul.products{grid-template-columns:repeat(2,1fr);gap:14px}

  /* Toolbar becomes two equal split buttons */
  .shop-toolbar{padding:14px 0;gap:0;border-top:1px solid var(--e-border)}
  .shop-toolbar__left,.shop-toolbar__right{flex:1;gap:8px}
  .shop-toolbar__right{justify-content:flex-end}
  .shop-toolbar .filters-trigger{flex:1;justify-content:center}
  .shop-toolbar select.orderby,.woocommerce-ordering{display:none}
  .shop-toolbar__count{display:none}
  .woo-wrap .sort-trigger{display:inline-flex;flex:1;align-items:center;justify-content:center;gap:8px;
    background:none;border:1px solid var(--e-border);border-radius:var(--e-radius);padding:12px 18px;
    font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;color:var(--e-text)}

  /* Product single -> single column */
  .product-layout{grid-template-columns:1fr;gap:24px}
  .product-gallery__grid,.product-gallery--sticky .product-gallery__grid{display:none}
  .product-gallery__mobile{display:block}
  #order_review,.checkout-summary,.product-gallery--sticky .product-gallery__grid{position:static}

  /* Sticky add-to-cart bar shows */
  .sticky-atc{display:flex}
  .related ul.products{grid-template-columns:repeat(2,1fr)}

  /* Checkout single column; summary above form */
  .woocommerce-checkout form.checkout{grid-template-columns:1fr;gap:22px}
  #order_review,.checkout-summary{position:static;order:-1}
  .woocommerce-checkout .form-row-first,.woocommerce-checkout .form-row-last{width:100%;display:flex}
  .checkout-header__back span{display:none}

  /* Cart table becomes stacked cards */
  .woocommerce-cart table.cart thead{display:none}
  .woocommerce-cart table.cart,.woocommerce-cart table.cart tbody,
  .woocommerce-cart table.cart tr,.woocommerce-cart table.cart td{display:block;width:100%}
  .woocommerce-cart table.cart tr{position:relative;border-bottom:1px solid var(--e-border);
    padding:16px 0 16px 96px;min-height:120px}
  .woocommerce-cart table.cart td{border:0;padding:2px 0}
  .woocommerce-cart table.cart td.product-thumbnail{position:absolute;left:0;top:16px;width:80px}
  .woocommerce-cart table.cart td.product-remove{position:absolute;right:0;top:16px;width:auto}
  .woocommerce-cart .cart-collaterals{justify-content:stretch}
  .woocommerce-cart .cart_totals{width:100%}
  .woocommerce-cart .actions{flex-direction:column;align-items:stretch}
  .woocommerce-cart .coupon{width:100%}
  .woocommerce-cart .coupon .input-text{flex:1}

  /* Auth stacks */
  .auth-wrap{grid-template-columns:1fr}

  /* Account nav stacks */
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content{width:100%;float:none}
  .woocommerce-account .woocommerce-MyAccount-content{margin-top:22px}

  /* Designers */
  .az-section{scroll-margin-top:80px}

  /* --------- FOOTER MOBILE ACCORDIONS --------- */
  .footer-main{grid-template-columns:1fr;gap:0}
  .footer-col{border-bottom:1px solid var(--e-border);padding:4px 0}
  .footer-col h4{display:flex;align-items:center;justify-content:space-between;cursor:pointer;
    margin:0;padding:18px 0;position:relative}
  .footer-col h4::after{content:"+";font-size:1.2rem;font-weight:400;line-height:1;color:var(--e-muted);
    transition:.2s ease}
  .footer-col.is-open h4::after{content:"-"}
  .footer-col:not(.is-open) ul,
  .footer-col:not(.is-open) p,
  .footer-col:not(.is-open) .footer-socials,
  .footer-col:not(.is-open) .trustpilot-badge{display:none}
  .footer-col ul,.footer-col p{padding-bottom:18px}
  /* First / contact column always open */
  .footer-col.footer-contact h4{cursor:default}
  .footer-col.footer-contact h4::after{display:none}
  .footer-col.footer-contact p,
  .footer-col.footer-contact .trustpilot-badge{display:block}
}

@media(max-width:520px){
  .woocommerce ul.products,ul.products,
  .shop-main ul.products,.related ul.products{grid-template-columns:repeat(2,1fr);gap:10px}
  .designer-grid{grid-template-columns:1fr}
  .size-opt{width:52px;height:52px}
  .promo-popup__box{grid-template-columns:1fr}
  .promo-popup__media{display:none}
  .cookie-bar__inner{flex-direction:column;align-items:flex-start;gap:14px}
  .cookie-bar__actions{width:100%}
  .cookie-bar .cookie-bar__btn{flex:1}
  .mmenu__promos{grid-template-columns:1fr}
  .product-summary__price{font-size:1.3rem}
}

/* ---------- Thank you / order received ---------- */
.eleganza-thankyou{padding:clamp(48px,7vw,96px) 0;text-align:center}
.eleganza-thankyou .container--narrow{max-width:820px}
.thankyou__badge{width:76px;height:76px;border-radius:50%;background:var(--e-accent);color:#fff;
  display:flex;align-items:center;justify-content:center;margin:0 auto 22px}
.thankyou__title{font-size:clamp(2rem,4vw,3rem);margin:.2em 0 .3em}
.thankyou__lead{max-width:560px;margin:0 auto 34px;color:#3c4247;font-size:1.05rem}
.thankyou__meta{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;text-align:left;
  background:var(--e-alt);padding:26px;margin-bottom:40px}
.thankyou__meta span{display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--e-muted);margin-bottom:4px}
.thankyou__meta strong{font-weight:600}
.eleganza-thankyou .woocommerce-order-details,
.eleganza-thankyou .woocommerce-customer-details{text-align:left;margin-top:30px}
.eleganza-thankyou .woocommerce-order-details h2,
.eleganza-thankyou .woocommerce-column__title{font-size:1.2rem;margin-bottom:14px}
.thankyou__actions{margin-top:40px}
@media(max-width:768px){.thankyou__meta{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.thankyou__meta{grid-template-columns:1fr}}

/* ---------- Discount popup (time-on-site) ---------- */
.discount-popup{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .3s ease}
.discount-popup.is-open{opacity:1}
.discount-popup__overlay{position:absolute;inset:0;background:rgba(10,12,14,.55)}
.discount-popup__box{position:relative;background:#fff;max-width:430px;width:100%;padding:38px 30px 30px;text-align:center;
  border-radius:14px;box-shadow:0 30px 80px -30px rgba(0,0,0,.5);transform:translateY(12px);transition:transform .3s ease}
.discount-popup.is-open .discount-popup__box{transform:none}
.discount-popup__close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:0;background:#f1f3f3;border-radius:50%;
  display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--e-muted)}
.discount-popup__icon{width:64px;height:64px;margin:0 auto 16px;border-radius:16px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--e-accent),#0a5a54);color:#fff}
.discount-popup__heading{font-size:1.5rem;margin:0 0 10px}
.discount-popup__text{color:#3c4247;margin:0 0 20px}
.discount-popup__code{background:linear-gradient(135deg,var(--e-accent),#0a5a54);color:#fff;border-radius:12px;padding:18px;margin-bottom:14px}
.discount-popup__code-label{display:block;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;opacity:.85;margin-bottom:10px}
.discount-popup__code-value{display:inline-flex;align-items:center;gap:10px;background:#fff;color:var(--e-text);border:0;cursor:pointer;
  font-size:1.3rem;font-weight:700;letter-spacing:.08em;padding:10px 18px;border-radius:8px}
.discount-popup__code-value .eleganza-icon{opacity:.6}
.discount-popup__code-value.is-copied{color:var(--e-accent)}
.discount-popup__code-sub{display:block;margin-top:10px;font-size:.85rem}
.discount-popup__note{display:flex;align-items:center;justify-content:center;gap:8px;background:#eef6f5;color:#0a5a54;
  padding:12px;border-radius:8px;font-size:.85rem;font-weight:600;margin-bottom:16px}
.discount-popup__cta{background:linear-gradient(135deg,var(--e-accent),#0a5a54);border:0;color:#fff}
.discount-popup__cta:hover{opacity:.92}
.discount-popup__decline{display:block;width:100%;background:none;border:0;color:var(--e-muted);cursor:pointer;margin-top:12px;font-size:.9rem;text-decoration:underline}

/* ---------- Cart page (Eleganza 2-column) ---------- */
.eleganza-cart{padding:clamp(30px,5vw,64px) 0}
.eleganza-cart__title{font-size:clamp(2rem,4vw,3rem);margin-bottom:26px}
.eleganza-cart__layout{display:grid;grid-template-columns:1fr 380px;gap:clamp(24px,4vw,56px);align-items:start}
.cart-head{display:grid;grid-template-columns:1fr 160px 120px;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--e-border);
  font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--e-muted);font-weight:600}
.cart-head__qty{text-align:center}.cart-head__total{text-align:right}
.cart-item{display:grid;grid-template-columns:1fr 160px 120px;gap:16px;align-items:center;padding:26px 0;border-bottom:1px solid var(--e-border)}
.cart-item__product{display:flex;gap:18px}
.cart-item__thumb{width:110px;flex:0 0 auto;background:var(--e-alt)}
.cart-item__thumb img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover}
.cart-item__brand{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--e-muted);font-weight:600}
.cart-item__name{display:block;font-weight:600;margin:4px 0}
.cart-item__variation{color:var(--e-muted);font-size:.85rem;margin-bottom:8px}
.cart-item__price{font-weight:500}
.cart-item__qty{display:flex;flex-direction:column;align-items:center;gap:10px}
.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--e-border)}
.qty-stepper__btn{width:34px;height:38px;background:none;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--e-text)}
.qty-stepper input.qty,.qty-stepper input[type=number]{width:44px;height:38px;text-align:center;border:0;border-left:1px solid var(--e-border);border-right:1px solid var(--e-border);font-family:inherit;-moz-appearance:textfield}
.qty-stepper input::-webkit-outer-spin-button,.qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.cart-item__remove{font-size:.8rem;color:var(--e-muted);text-decoration:underline;cursor:pointer}
.cart-item__remove:hover{color:var(--e-text)}
.cart-item__total{text-align:right;font-weight:600}
.cart-item__total del{color:var(--e-muted);font-weight:400;display:block;font-size:.85rem}
.cart-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;padding:22px 0}
.cart-coupon{display:flex;gap:0;flex:1;min-width:260px;max-width:420px}
.cart-coupon input{flex:1;border:1px solid var(--e-border);border-right:0;padding:14px 16px;font-family:inherit}
.cart-summary-card{background:var(--e-alt);padding:30px;position:sticky;top:100px}
.cart-summary__total{display:flex;justify-content:space-between;align-items:baseline;font-size:1.2rem;font-weight:600}
.cart-summary__amount{font-weight:700}
.cart-summary__note{color:var(--e-muted);font-size:.88rem;margin:10px 0 20px}
.cart-summary__checkout{gap:10px}
.cart-crosssells{padding:clamp(30px,5vw,60px) 0}
.cart-crosssells h2{font-size:clamp(1.5rem,2.6vw,2.2rem);margin-bottom:24px}
.cart-crosssells ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;list-style:none;margin:0;padding:0}
@media(max-width:960px){.eleganza-cart__layout{grid-template-columns:1fr}.cart-summary-card{position:static}}
@media(max-width:680px){
  .cart-head{display:none}
  .cart-item{grid-template-columns:1fr;gap:14px}
  .cart-item__qty{flex-direction:row;justify-content:space-between}
  .cart-item__total{text-align:left}
  .cart-crosssells ul.products{grid-template-columns:1fr 1fr}
}

/* ---------- Category quick-links strip (above product grid) ---------- */
.cat-quicklinks{border-bottom:1px solid var(--e-border);margin-bottom:8px}
.cat-quicklinks__track{display:flex;gap:28px;overflow-x:auto;padding:16px 0;scrollbar-width:none}
.cat-quicklinks__track::-webkit-scrollbar{display:none}
.cat-quicklinks__item{white-space:nowrap;font-size:.9rem;color:#3c4247;padding-bottom:2px;border-bottom:2px solid transparent;transition:.2s}
.cat-quicklinks__item:hover{color:var(--e-text)}
.cat-quicklinks__item.is-active{color:var(--e-text);border-bottom-color:var(--e-text);font-weight:600}

/* ---------- Sale collection banner gradient ---------- */
.shop-banner--sale{background:linear-gradient(115deg,#2b3fb3,#0E7C74 45%,#7fae3f 80%,#e7c84b)}
.shop-banner--sale .shop-banner__overlay{background:rgba(255,255,255,.06)}
.shop-banner--sale .shop-banner__title,.shop-banner--sale .shop-banner__sub,.shop-banner--sale .shop-banner__count{color:#fff}

/* =========================================================================
   Product page + uniform product images (overrides - load last, win)
   ========================================================================= */
:root{--e-product-bg:#F1F3F3}

/* Uniform images on cards (collection grid, carousels, related) */
.card__media{background:var(--e-product-bg);aspect-ratio:3/4}
.card__media .card__img,.card__media img{object-fit:contain!important;background:var(--e-product-bg);padding:7%}

/* Product single: proportions + 2 equal gallery columns, uniform contain */
.product-layout{grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:clamp(28px,3.5vw,56px);align-items:start}
.product-gallery__grid{grid-template-columns:1fr 1fr;gap:12px}
.product-gallery__grid .product-gallery__cell{aspect-ratio:3/4;background:var(--e-product-bg);cursor:zoom-in}
.product-gallery__grid .product-gallery__cell:first-child{grid-column:auto;aspect-ratio:3/4}
.product-gallery__grid img{object-fit:contain!important;background:var(--e-product-bg);padding:8%}
.product-gallery__viewport,.product-gallery__track img{background:var(--e-product-bg);aspect-ratio:3/4}
.product-gallery__track img{object-fit:contain!important;padding:8%}

/* Related "Vaak samen gekocht": keep a clean 4-across row on desktop */
.related ul.products,.woocommerce .related ul.products,.related ul.products.columns-4{
  display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:clamp(12px,1.6vw,26px)!important}
@media(max-width:1024px){.related ul.products,.woocommerce .related ul.products{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:640px){.related ul.products,.woocommerce .related ul.products{grid-template-columns:repeat(2,1fr)!important}}

/* ---------- Filter sidebar: never scroll inside the sidebar ---------- */
.shop-sidebar{max-height:none!important;overflow:visible!important}

/* ---------- Brand tiles: image on top + name/count below (match reference) ---------- */
.brand-tile{display:flex;flex-direction:column;min-height:0;padding:0;background:transparent;overflow:visible}
.brand-tile:hover{transform:none}
.brand-tile::after{display:none}
.brand-tile__media{position:relative;display:block;aspect-ratio:1/1;background:var(--e-product-bg);overflow:hidden}
.brand-tile__media img{position:static;width:100%;height:100%;object-fit:contain;padding:12%;opacity:1}
.brand-tile__body{position:static;display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:12px 2px 0;color:var(--e-text)}
.brand-tile__name{font-size:.8rem;font-weight:600;letter-spacing:.08em;color:var(--e-text)}
.brand-tile__count{font-size:.85rem;color:var(--e-muted)}
.brand-tile:hover .brand-tile__name{color:var(--e-accent)}

/* ---------- Product card hover swap (2nd image crossfade) ---------- */
.card__media{position:relative;overflow:hidden}
.card__media .card__img,.card__media img{position:absolute;inset:0;width:100%;height:100%;
  object-fit:contain!important;padding:7%;background:var(--e-product-bg);transition:opacity .35s ease,transform .7s ease}
.card__img--main{opacity:1;z-index:1}
.card__img--hover{opacity:0;z-index:2}
.card:hover .card__img--hover{opacity:1}
.card:hover .card__img--main{transform:scale(1.03)}

/* =========================================================================
   Product gallery (grid) + lightbox + accordions - authoritative overrides
   ========================================================================= */
.product-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:clamp(28px,3.5vw,56px);align-items:start}

/* Desktop grid: every image, product fills a uniform cell */
.product-gallery__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.product-gallery__cell{position:relative;display:block;width:100%;aspect-ratio:1/1;background:var(--e-product-bg);
  border:0;padding:0;cursor:zoom-in;overflow:hidden}
.product-gallery__cell .product-gallery__img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:6%;transition:transform .5s ease}
.product-gallery__cell:hover .product-gallery__img{transform:scale(1.03)}
/* hide the old stage/thumbs markup if present */
.product-gallery__stage,.product-gallery__thumbs{display:none!important}

/* Mobile carousel (hidden on desktop) */
.product-gallery__mobile{display:none}
.product-gallery__viewport{overflow:hidden;background:var(--e-product-bg);aspect-ratio:1/1}
.product-gallery__track{display:flex;transition:transform .4s cubic-bezier(.5,.05,.15,1)}
.product-gallery__slide{flex:0 0 100%}
.product-gallery__slide .product-gallery__img{width:100%;height:100%;object-fit:contain;padding:6%;aspect-ratio:1/1}
.product-gallery__dots{display:flex;justify-content:center;gap:7px;margin-top:12px}
.product-gallery__dot{width:8px;height:8px;border-radius:50%;border:0;background:var(--e-border);cursor:pointer;padding:0}
.product-gallery__dot.is-active{background:var(--e-text)}

/* Lightbox */
.eleganza-lightbox{position:fixed;inset:0;z-index:1300;background:rgba(10,12,14,.9);display:none;align-items:center;justify-content:center;padding:30px}
.eleganza-lightbox.is-open{display:flex}
.eleganza-lightbox img{max-width:92vw;max-height:88vh;object-fit:contain}
.eleganza-lightbox__close{position:absolute;top:22px;right:26px;background:none;border:0;color:#fff;font-size:34px;line-height:1;cursor:pointer}

/* Accordion tabs in the summary column */
.product-tabs{margin-top:26px;border-top:1px solid var(--e-border)}
.product-accordion{border-bottom:1px solid var(--e-border)}
.product-accordion__head{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;
  background:none;border:0;cursor:pointer;padding:20px 2px;font-weight:600;font-size:1rem;color:var(--e-text);text-align:left}
.product-accordion__head .acc-icon{transition:transform .25s;color:var(--e-muted);flex:0 0 auto}
.product-accordion.is-open .acc-icon{transform:rotate(45deg)}
.product-accordion__body{max-height:0;overflow:hidden;transition:max-height .3s ease;color:#3c4247;line-height:1.8}
.product-accordion.is-open .product-accordion__body{max-height:800px;padding-bottom:20px}

@media(max-width:1024px){.product-layout{grid-template-columns:1fr;gap:24px}}
@media(max-width:1024px){
  .product-gallery__grid{display:none}
  .product-gallery__mobile{display:block}
}

/* ---------- Filter sidebar: scroll with the page, never inside the sidebar ---------- */
.shop-sidebar{position:static!important;max-height:none!important;overflow:visible!important;align-self:auto!important;top:auto!important}
.shop-sidebar::-webkit-scrollbar{display:none}


/* =========================================================================
   2026 PRODUCT PAGE - matched to live eleganza.nl
   (multiply-blend photos onto the #F1F3F3 canvas, full-width summary,
    Switzer typography, clean related row)
   ========================================================================= */
:root{--e-product-bg:#F1F3F3}

/* Undo WooCommerce core .summary{width:48%;float:right} so our CSS grid owns the layout.
   This also fixes the "Vaak samen gekocht" row wrapping around the float. */
.woocommerce div.product .product-summary,
.product-summary.summary,.product-summary.entry-summary{width:100%!important;float:none!important;margin:0!important}
.woocommerce div.product .product-gallery,.product-gallery{width:100%!important;float:none!important;margin:0!important}
.product-layout{grid-template-columns:minmax(0,1.42fr) minmax(0,1fr);gap:clamp(30px,3.2vw,58px);align-items:start}

/* Uniform product photos: white-bg imported photos blend onto the grey cell via multiply,
   so there is a single continuous tone (no "two greys") - same look as the reference. */
.product-gallery__cell,.product-gallery__viewport,.product-gallery__slide{background:var(--e-product-bg)}
.product-gallery__cell .product-gallery__img,.product-gallery__slide .product-gallery__img,.product-gallery__grid img{mix-blend-mode:multiply;padding:4%!important}
.card__media{background:var(--e-product-bg)}
.card__media .card__img,.card__media img{mix-blend-mode:multiply;padding:5%!important}

/* Product summary typography (Clash Display title, Switzer body, matched sizes) */
.product-summary__title{font-family:var(--e-font-head);font-weight:500;font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.1;letter-spacing:-.01em}
.product-summary__brand{font-size:.72rem;letter-spacing:.12em}
.product-summary__sku{font-size:.72rem}
.product-summary__price{font-size:1.05rem;font-weight:500;gap:10px;margin:8px 0 22px}
.product-summary__price ins,.product-summary__price .price ins{font-size:1.15rem;font-weight:500}
.product-summary__price del,.product-summary__price .price del{font-size:.92rem}

/* Accordion headers: lighter / smaller like the reference */
.product-accordion__head{font-size:.92rem;font-weight:500;padding:16px 2px}

/* Related "Vaak samen gekocht": clean equal-height 4-across row */
.related.products{width:100%;clear:both}
.related ul.products,.woocommerce .related ul.products,.related ul.products.columns-4{
  display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:clamp(14px,1.6vw,26px)!important;
  float:none!important;width:100%!important;margin:0!important}
.related ul.products li.product,.related ul.products li{width:auto!important;margin:0!important;float:none!important}
@media(max-width:1024px){.related ul.products,.woocommerce .related ul.products{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:640px){.related ul.products,.woocommerce .related ul.products{grid-template-columns:repeat(2,1fr)!important}}


/* ===== Mobile product gallery: native horizontal scroll-snap ===== */
@media(max-width:1024px){
  .product-gallery__grid{display:none}
  .product-gallery__mobile{display:block}
  .product-gallery__viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;scrollbar-width:none;aspect-ratio:auto;background:var(--e-product-bg)}
  .product-gallery__viewport::-webkit-scrollbar{display:none}
  .product-gallery__track{display:flex;transform:none!important;transition:none}
  .product-gallery__slide{flex:0 0 100%;scroll-snap-align:start;aspect-ratio:1/1;background:var(--e-product-bg)}
  .product-gallery__slide .product-gallery__img{position:relative;inset:auto;padding:6%!important}
}


/* ===== Fix hover crossfade under mix-blend-mode:multiply =====
   With multiply, two stacked images blend and the top image's white areas
   reveal the one behind it ("see-through"). So when a hover image exists,
   hide the main image on hover instead of stacking both. Products without a
   second image keep the main image visible (nothing to swap to). */
.card:has(.card__img--hover):hover .card__img--main{opacity:0}
.card:hover .card__img--hover{opacity:1;transform:scale(1.03)}
.card:hover .card__img--main{transform:none}


/* =========================================================================
   FIX PASS 2: cards on white (fixes badge transparency + hover-over-badge +
   two-tone), shop grid 3-up with sidebar, lightbox background.
   ========================================================================= */
/* Cards: white surface so the (mostly white-bg) product photos blend, the
   BESPAAR badge stays solid, and the hover image never shows through. */
.card__media{background:#fff;overflow:hidden}
.card__media .card__img,.card__media img{mix-blend-mode:normal!important;object-fit:contain!important;padding:7%!important}
.card__badge{position:absolute;top:12px;left:12px;z-index:6;background:var(--e-sale);color:#fff;
  font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:7px 12px;border-radius:100px;line-height:1}
.card__img--main{z-index:1}
.card__img--hover{z-index:2}

/* Lightbox: show the zoomed photo on the product background, not cut out on black. */
.eleganza-lightbox img{background:var(--e-product-bg)}

/* Shop grid: 3 columns next to the sidebar (never cramped) + hide empty notice slot. */
.shop-main ul.products,.shop-main ul.products.columns-4{grid-template-columns:repeat(3,1fr)!important;justify-items:stretch}
.shop-main>.woocommerce-notices-wrapper:empty{display:none;margin:0;padding:0}
@media(max-width:900px){.shop-main ul.products,.shop-main ul.products.columns-4{grid-template-columns:repeat(2,1fr)!important}}


/* Accordion: authoritatively collapsed unless .is-open (JS toggles it) */
.product-accordion:not(.is-open) .product-accordion__body{max-height:0!important;overflow:hidden;padding-top:0;padding-bottom:0}
.product-accordion.is-open .product-accordion__body{max-height:1600px}


/* Accordion: ONLY the title when collapsed (no content preview), tighter rows */
.product-accordion:not(.is-open) .product-accordion__body{display:none!important}
.product-accordion__head{padding:15px 2px;font-size:.95rem}
.product-tabs{margin-top:18px}


/* ===== Mobile product page: single column, full-width gallery on top ===== */
@media(max-width:1024px){
  .product-layout{grid-template-columns:1fr!important;gap:18px}
  .product-gallery{order:-1;width:100%!important}
  .product-summary{order:0}
}


/* =========================================================================
   DEFINITIVE product-grid fix.
   WooCommerce/reset add a clearfix ::before/::after on ul.products. Inside a
   CSS grid those pseudo-elements become GRID ITEMS -> an empty first cell and
   a shifted/staggered layout. Kill them and force our grid over any float CSS.
   ========================================================================= */
.woocommerce ul.products::before,.woocommerce ul.products::after,
ul.products::before,ul.products::after{content:none!important;display:none!important}
.woocommerce ul.products,ul.products,.shop-main ul.products,.related ul.products{
  display:grid!important;float:none!important}
.woocommerce ul.products li.product,ul.products li.product{
  float:none!important;width:auto!important;min-width:0!important;max-width:none!important;
  margin:0!important;clear:none!important}


/* ===== Cards: light grey product background back + seamless blended photos =====
   Grey card surface like the reference; white-bg photos blend into it via
   multiply (one continuous tone, no "two greys"); badge stays solid on top. */
.card__media{background:var(--e-product-bg)!important;overflow:hidden}
.card__media .card__img,.card__media img{mix-blend-mode:multiply!important;object-fit:contain!important;padding:7%!important}
.card__badge{z-index:6}


/* ===== Exact product background colour (matches the reference swatch) ===== */
:root{--e-product-bg:#E4E7E8}
.card__media,.product-gallery__cell,.product-gallery__viewport,.product-gallery__slide,.brand-tile__media{background:#E4E7E8!important}


/* =========================================================================
   CHECKOUT REBUILD (Shopify-style, full-bleed two-column) - appended last so
   these rules win over the earlier checkout block. Left = white form column,
   right = light-grey summary panel that bleeds to the viewport edge.
   ========================================================================= */

/* Full-bleed: strip the narrow page wrappers page.php puts around the form */
.checkout-page .checkout-shell{max-width:none;padding:0}
.checkout-page .checkout-shell>.woocommerce{max-width:none;margin:0;padding:0}
.checkout-page .site-main.page-single{margin:0}
.checkout-page .page-single>.container--narrow{max-width:none;width:100%;padding:0;margin:0}
.checkout-page .page-single .entry,
.checkout-page .page-single .entry__content{margin:0}
.checkout-page .woocommerce{max-width:none;width:100%;margin:0;padding:0}
.checkout-page .checkout-wrap{max-width:none;width:100%;margin:0;padding:0}
.checkout-page .checkout-wrap>.container{max-width:none;width:100%;margin:0;padding:0}

/* The order-review box no longer needs its own card chrome (the column is grey) */
#order_review{position:static;background:transparent;border:0;border-radius:0;padding:0}

/* Two-column grid: white left, grey right bleeding to the edge */
.woocommerce-checkout form.checkout{gap:0;min-height:calc(100vh - 74px)}

@media (min-width:981px){
  .woocommerce-checkout form.checkout{
    grid-template-columns:1fr 1fr;gap:0;align-items:stretch;
    background:linear-gradient(90deg,var(--e-bg) 0 50%,var(--e-alt) 50% 100%);
  }
  .woocommerce-checkout .checkout-form{
    max-width:600px;width:100%;margin-left:auto;
    padding:clamp(30px,4vw,60px) clamp(28px,3.5vw,56px) clamp(48px,5vw,72px);
  }
  .woocommerce-checkout .checkout-summary{
    max-width:600px;width:100%;margin-right:auto;position:static;
    background:transparent;border:0;border-radius:0;
    padding:clamp(30px,4vw,60px) clamp(28px,3.5vw,56px) clamp(48px,5vw,72px);
  }
  .woocommerce-checkout .checkout-summary__sticky{position:sticky;top:24px}
}

/* Summary heading (override the shared .woocommerce-checkout h3 underline) */
.checkout-summary__title{font-size:1.05rem;font-weight:600;margin:0 0 18px;padding:0;border:0}

/* --- Product line items ------------------------------------------------- */
.review-order__items{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}
.review-item{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center}
.review-item__thumb{position:relative;width:56px;height:56px;flex:0 0 auto}
.review-item__thumb img{width:56px;height:56px;object-fit:cover;border-radius:8px;
  border:1px solid var(--e-border);background:#fff;display:block}
.review-item__qty{position:absolute;top:-8px;right:-8px;min-width:20px;height:20px;padding:0 5px;
  border-radius:999px;background:var(--e-muted);color:#fff;font-size:.7rem;font-weight:700;line-height:1;
  display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px var(--e-alt)}
.review-item__meta{display:flex;flex-direction:column;gap:2px;min-width:0}
.review-item__brand{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--e-muted)}
.review-item__name{font-size:.86rem;font-weight:500;color:var(--e-text);line-height:1.3}
.review-item__meta .variation,.review-item__meta dl{margin:0;font-size:.78rem;color:var(--e-muted)}
.review-item__meta .variation dt,.review-item__meta .variation dd{display:inline;margin:0;font-weight:400}
.review-item__price{font-size:.86rem;font-weight:600;white-space:nowrap}

/* --- Coupon / gift-card row -------------------------------------------- */
.review-order__coupon{display:flex;gap:8px;margin:0 0 20px;padding:20px 0 0;
  border-top:1px solid var(--e-border)}
.review-order__coupon .input-text{flex:1;min-width:0;background:var(--e-bg);
  border:1px solid var(--e-border);border-radius:var(--e-radius);padding:12px 14px;font-size:.86rem}
.review-order__coupon .button{flex:0 0 auto;background:var(--e-text);color:var(--e-bg);border:0;
  border-radius:var(--e-radius);padding:12px 20px;font-size:.8rem;font-weight:600;cursor:pointer}
.review-order__coupon .button:hover{opacity:.9}

/* --- Totals ------------------------------------------------------------- */
.review-order__totals{border-top:1px solid var(--e-border);padding-top:18px}
.review-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;
  font-size:.9rem;padding:6px 0;color:var(--e-text)}
.review-row.cart-subtotal span:first-child,
.review-row--shipping span:first-child,
.review-row.tax-total span:first-child,
.review-row.fee span:first-child{color:var(--e-muted)}
.review-row.cart-discount{color:var(--e-accent)}
.review-row.order-total{margin-top:10px;padding-top:14px;border-top:1px solid var(--e-border);
  align-items:center;font-size:1.15rem;font-weight:700}
.review-row.order-total span:last-child{font-size:1.45rem}
.review-order__taxnote{margin:4px 0 0;font-size:.76rem;color:var(--e-muted);text-align:right}

/* --- Payment icon row inside the summary ------------------------------- */
.review-order__pay{margin-top:20px}
.review-order__pay .payment-icons{margin-top:0}

/* --- Left column: back link + place-order button ----------------------- */
.checkout-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:14px}
.checkout-actions__back{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;
  font-size:.85rem;font-weight:600;color:var(--e-muted)}
.checkout-actions__back:hover{color:var(--e-text)}
.checkout-actions__pay{flex:1;min-width:220px}
.checkout-actions__pay #payment{margin-top:0}
.checkout-actions__pay #payment .place-order{padding:0}
.checkout-form__legal{margin-top:18px;font-size:.8rem;color:var(--e-muted)}
.checkout-form__legal a{color:var(--e-text);text-decoration:underline}

/* --- Mobile: single column, grey summary on top ------------------------ */
@media (max-width:980px){
  .woocommerce-checkout form.checkout{min-height:0}
  .woocommerce-checkout .checkout-form{padding:26px clamp(16px,4vw,28px) 40px}
  .woocommerce-checkout .checkout-summary{order:-1;position:static;background:var(--e-alt);
    border:0;border-radius:0;padding:26px clamp(16px,4vw,28px)}
  .checkout-actions{flex-direction:column-reverse;align-items:stretch}
  .checkout-actions__back{justify-content:center}
}


/* Belt-and-suspenders: never let an empty or non-product node occupy a grid cell */
.woocommerce ul.products > li:empty,ul.products > li:empty{display:none!important}
.woocommerce ul.products > *:not(li),ul.products > *:not(li){display:none!important}
