/* Dubai Sneakers — WooCommerce integration styles.
   Appended after design.css to style Woo-specific markup + a few new blocks. */

/* ---- Homepage picture hero (fills static markup) ---- */
.home-picture-hero{position:relative;max-width:1184px;margin:16px auto 48px;min-height:448px;overflow:hidden;background:#f1f1f1}
.home-picture-hero img{width:100%;height:100%;min-height:448px;object-fit:cover;display:block}
.home-picture-copy{position:absolute;left:0;top:0;height:100%;display:flex;flex-direction:column;justify-content:center;padding:64px;max-width:520px}
.home-picture-copy span{font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.08em;font-size:13px;text-shadow:0 1px 6px rgba(0,0,0,.4)}
.home-picture-copy h2{font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-.035em;margin:10px 0 8px;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.4)}
.home-picture-copy p{color:#fff;font-weight:600;margin:0 0 22px;text-shadow:0 1px 8px rgba(0,0,0,.4)}
.home-picture-copy a{display:inline-flex;align-items:center;justify-content:center;background:#111;color:#fff;text-decoration:none;padding:15px 26px;font-weight:800;width:max-content}
@media(max-width:700px){.home-picture-hero{min-height:360px;margin:0 0 20px}.home-picture-copy{padding:28px}.home-picture-hero img{min-height:360px}}

/* ---- Eyebrow + view all ---- */
.eyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#888;margin-bottom:8px}
.home-view-all{text-align:center;margin-top:26px}
.home-view-all a{display:inline-block;border:1px solid #111;padding:13px 30px;text-decoration:none;color:#111;font-weight:700}

/* ---- Editorial v2 ---- */
.home-editorial-v2{max-width:1200px;margin:0 auto;padding:48px 22px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.editorial-image-stack{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.editorial-image-stack img{width:100%;aspect-ratio:1/1.2;object-fit:cover;background:#f4f4f4}
.editorial-copy-v2 h2{font-size:32px;line-height:1.1;letter-spacing:-.02em;margin:6px 0 14px}
.editorial-copy-v2 p{color:#666;line-height:1.6}
.editorial-copy-v2 ul{padding-left:18px;color:#333;line-height:2}
@media(max-width:850px){.home-editorial-v2{grid-template-columns:1fr;gap:24px;padding:32px 16px}}

/* ---- PDP purchase / promise card ---- */
.pdp-purchase-card{border:1px solid #eee;background:#fafafa;padding:8px 16px;margin:18px 0}
.promise-row{display:flex;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid #eee}
.promise-row:last-child{border-bottom:0}
.promise-icon{font-size:22px}
.promise-row b{display:block;font-size:14px}
.promise-row span{font-size:13px;color:#666}
.pdp-short{color:#555;line-height:1.6;margin-bottom:16px}
.pdp-option-note{display:flex;gap:8px;align-items:flex-start;font-size:13px;color:#333;margin:0 0 16px}
.note-check{color:#078a36;font-weight:800}

/* ---- Shop head + pagination ---- */
.shop-page{max-width:1200px;margin:0 auto;padding-top:8px}
.shop-head{max-width:1200px;margin:0 auto;padding:28px 22px 0}
.dss-pagination{display:flex;justify-content:center;gap:8px;padding:36px 0 8px}
.dss-pagination .page-numbers{display:inline-grid;place-items:center;min-width:44px;height:44px;border:1px solid #ddd;background:#fff;color:#111;text-decoration:none;font-weight:600;padding:0 12px}
.dss-pagination .page-numbers.current{background:#111;color:#fff;border-color:#111}
.shop-grid-section{padding-top:24px}

/* ---- WooCommerce add-to-cart form (PDP) styled to match static ---- */
.pdp-variations form.cart{margin:18px 0}
.pdp-variations .single_add_to_cart_button,
.buy-actions .single_add_to_cart_button{width:100%;min-height:56px;background:#111!important;color:#fff!important;border:1px solid #111!important;border-radius:0!important;font-weight:600;font-size:15px;text-transform:none;letter-spacing:0;transition:.15s}
.pdp-variations .single_add_to_cart_button:hover{background:#000!important}
.pdp-variations form.cart .quantity{display:inline-flex;align-items:center;border:1px solid #ddd;margin:0 0 14px;height:52px}
.pdp-variations form.cart .quantity input.qty{width:56px;height:50px;border:0;text-align:center;font-size:15px;-moz-appearance:textfield}
.pdp-variations .woocommerce-variation-price{margin:0 0 14px;font-size:18px}
.pdp-variations .stock{border:1px solid #eee;background:#fff;padding:10px 12px;font-size:13px;margin:0 0 12px}
.woocommerce-variation-add-to-cart{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.woocommerce-variation-add-to-cart .quantity{display:inline-flex!important}

/* grouped/external buttons */
.pdp-variations .button.alt,.pdp-variations .add_to_cart_button{width:100%;min-height:56px;background:#111!important;color:#fff!important;border-radius:0!important}

/* ---- Woo cart page ---- */
.woocommerce-cart .dss-woo-wrap,.woocommerce-checkout .dss-woo-wrap,.woocommerce-account .dss-woo-wrap{max-width:1200px;margin:0 auto;padding:36px 22px 64px}
.woocommerce-cart table.cart{width:100%;border-collapse:collapse}
.woocommerce-cart table.cart th{text-align:left;border-bottom:2px solid #111;padding:12px 8px;font-size:13px;text-transform:uppercase;letter-spacing:.04em}
.woocommerce-cart table.cart td{border-bottom:1px solid #eee;padding:16px 8px;vertical-align:middle}
.woocommerce-cart table.cart img{width:72px;height:auto}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:#111;color:#fff;border-radius:0;border:1px solid #111;padding:14px 22px;font-weight:700;transition:.15s;text-transform:none}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:#000;color:#fff}
.woocommerce .button.alt,.woocommerce #place_order{background:#111!important;color:#fff!important;border-radius:0!important;min-height:54px;font-size:16px;width:100%}
.cart_totals,.cart-collaterals{margin-top:32px}
.cart_totals table{width:100%;border-collapse:collapse}
.cart_totals th,.cart_totals td{padding:14px 8px;border-bottom:1px solid #eee;text-align:left}

/* ---- Woo checkout ---- */
.woocommerce-checkout .col2-set,.woocommerce-checkout #customer_details{display:grid;grid-template-columns:1fr;gap:24px}
.woocommerce form .form-row{margin:0 0 14px}
.woocommerce form .form-row label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.woocommerce .select2-container .select2-selection{border:1px solid #bbb!important;border-radius:0!important;padding:12px 14px;min-height:48px;width:100%;font-size:15px}
#order_review,#order_review_heading{max-width:100%}
.woocommerce-checkout #payment{background:#fafafa;border:1px solid #eee;border-radius:0}
.woocommerce-checkout #payment ul.payment_methods{border-bottom:1px solid #eee}
h3#order_review_heading,.woocommerce-billing-fields h3,.woocommerce-additional-fields h3{font-size:20px;font-weight:600;margin:8px 0 16px}
@media(min-width:900px){.woocommerce-checkout form.checkout{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:start}.woocommerce-checkout #customer_details{grid-column:1}.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:2}}

/* ---- My account ---- */
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:10px;border-bottom:1px solid #eee;margin:0 0 24px}
.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:12px 16px;color:#111;text-decoration:none;font-weight:600}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{border-bottom:2px solid #111}

/* ---- Related section spacing ---- */
.related-products{max-width:1200px;margin:0 auto}

/* ---- Posts (blog fallback) ---- */
.post-list{max-width:900px;margin:0 auto;display:grid;gap:28px}
.post-card{border-bottom:1px solid #eee;padding-bottom:20px}
.post-card h3{font-size:24px;margin:0 0 8px}
.post-card a{color:#111;text-decoration:none}
.entry-content{max-width:820px;margin:0 auto;line-height:1.7}
.page-content{max-width:900px;margin:0 auto}

/* ---- Woo BLOCK cart & checkout (this store uses the block-based pages) ---- */
.wp-block-woocommerce-cart,.wp-block-woocommerce-checkout{max-width:1200px;margin:0 auto;padding:12px 22px 48px}
.wc-block-components-button,.wc-block-cart__submit-button,.wc-block-components-checkout-place-order-button{background:#111!important;color:#fff!important;border-radius:0!important;font-weight:700!important;min-height:52px}
.wc-block-components-button:hover{background:#000!important}
.wc-block-components-text-input input,.wc-block-components-address-form input,.wc-block-components-select select,.wc-block-checkout__form input.wc-blocks-components-select__container{border-radius:0!important}
.wc-block-components-text-input.is-active label,.wc-block-components-text-input input:focus{border-color:#111!important}
.wc-block-cart-items__header,.wc-block-components-totals-item{font-size:14px}
.wc-block-components-title,.wp-block-woocommerce-checkout h2,.wp-block-woocommerce-cart h2{font-weight:600!important;letter-spacing:-.01em}
.wc-block-cart .wc-block-cart-items img,.wc-block-checkout img{border-radius:0}
.wc-block-components-sidebar,.wc-block-cart__sidebar{background:#fafafa;border:1px solid #eee;padding:8px 16px}
.wc-block-components-product-badge,.wc-block-components-chip{border-radius:0!important}

/* Keep narrow storefront pages inside the mobile viewport. */
@media(max-width:560px){
  .shop-head{
    flex-direction:column!important;
    align-items:stretch!important;
    gap:12px!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }
  .shop-head .woocommerce-ordering,
  .shop-head .woocommerce-ordering select{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  body.woocommerce-cart .wp-block-woocommerce-cart{
    padding-left:0!important;
    padding-right:0!important;
  }
  body.woocommerce-cart table.wc-block-cart-items{
    width:100%!important;
    max-width:100%!important;
    table-layout: fixed !important;
  }
  body.woocommerce-cart .wc-block-cart-item__image{
    width:64px!important;
    padding-right:10px!important;
  }
  body.woocommerce-cart .wc-block-cart-item__product{
    width:auto!important;
    min-width:0!important;
    overflow-wrap:anywhere!important;
  }
  body.woocommerce-cart .wc-block-cart-item__total{
    width:72px!important;
    min-width:0!important;
  }
  body.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper,
  body.woocommerce-cart .wc-block-components-product-price,
  body.woocommerce-cart .wc-block-components-product-badge{
    max-width:100%!important;
    min-width:0!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
}

/* ============================================================
   PRODUCT CARD PRICE FIX
   design.css has `.product-card .price span{display:block}` which
   wrongly forces the Woo currency symbol + amount onto their own
   tiny lines. Re-scope everything here (this file loads after design.css).
   ============================================================ */

/* The price container: vertical stack — price line, then delivery note */
.product-card .price{
  display:flex!important;
  flex-direction:column;
  gap:2px;
  min-height:0!important;
  margin-top:10px!important;
  line-height:1.3!important;
}

/* The <b> wraps del+ins (or a single amount). Keep it a normal inline-flex row. */
.product-card .price b{
  display:inline-flex!important;
  flex-wrap:wrap;
  align-items:baseline;
  gap:8px;
  margin:0!important;
  font-size:15px!important;
  font-weight:600!important;
  color:#111!important;
}

/* Woo price amount + currency symbol MUST stay inline together */
.product-card .price .woocommerce-Price-amount,
.product-card .price .woocommerce-Price-amount bdi{
  display:inline!important;
  margin-top:0!important;
  font-size:inherit!important;
  color:inherit!important;
  white-space:nowrap;
}
.product-card .price .woocommerce-Price-currencySymbol{
  display:inline!important;
  margin-top:0!important;
  font-size:.8em!important;    /* slightly smaller symbol, same line */
  font-weight:400;
  vertical-align:baseline!important;
  line-height:inherit!important;
  color:inherit!important;
}

/* Regular (struck-through) price: muted, smaller, no underline weirdness */
.product-card .price del{
  display:inline!important;
  color:#9a9a9a!important;
  font-weight:400!important;
  font-size:.86em!important;
  text-decoration:line-through;
  order:2;               /* show sale price first, old price after */
}
.product-card .price del .woocommerce-Price-amount{font-size:inherit!important}

/* Sale price: bold + dark, shown first */
.product-card .price ins{
  display:inline!important;
  text-decoration:none!important;
  color:#111!important;
  font-weight:700!important;
  order:1;
}

/* Delivery note line: the ONLY span that should be its own small grey line */
.product-card .price > span{
  display:block!important;
  margin-top:2px!important;
  font-size:12px!important;
  font-weight:400!important;
  color:#7a7a7a!important;
}

/* Never show the screen-reader duplicate text visually */
.product-card .price .screen-reader-text{
  position:absolute!important;
  width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);
  white-space:nowrap;border:0;padding:0;margin:-1px;
}

/* Same fix for the PDP price + any Woo price rendered inside our containers */
.product-price .woocommerce-Price-amount,
.product-price .woocommerce-Price-amount bdi{display:inline!important}
.product-price .woocommerce-Price-currencySymbol{display:inline!important;font-size:.82em;vertical-align:baseline!important}
.product-price del{color:#9a9a9a!important;font-weight:400!important;margin-right:8px}
.product-price ins{text-decoration:none!important;color:#111!important;font-weight:700!important}

/* ============================================================
   PRODUCT MEDIA FIX — pure white bg + cropped/filled images
   design.css leaves .product-media on #fafafa with contain+padding
   (gray showing, shoe not filling). Force white + cover crop + 1:1.
   ============================================================ */
/* NOTE: include .category-product-grid in the grid selectors so specificity
   beats design.css's `#shopGrid.category-product-grid .product-media` rule
   that otherwise forces aspect-ratio 1/1.08. */
body .product-card .product-media,
body .product-section .product-media,
body .product-row .product-media,
body #shopGrid.category-product-grid .product-media,
body #bestGrid.category-product-grid .product-media,
body #newGrid.category-product-grid .product-media,
body #shopGrid .product-media,
body #bestGrid .product-media,
body #newGrid .product-media{
  background:#fff!important;
  background-color:#fff!important;
  aspect-ratio:1/1!important;
  overflow:hidden!important;
  border-radius:0!important;
  border:1px solid #f0f0f0!important;   /* faint edge so white card sits on white page */
}
/* `body ` prefix raises specificity above design.css's ID-level img rules
   (#shopGrid/#bestGrid ...) which otherwise keep the gray #f7f7f7 bg. */
body .product-card .product-media img,
body .product-section .product-media img,
body .product-row .product-media img,
body #bestGrid.category-product-grid .product-media img,
body #shopGrid.category-product-grid .product-media img,
body #newGrid.category-product-grid .product-media img,
body #newGrid .product-media img{
  position:absolute!important;
  inset:5%!important;                /* square 1080 img in square box: small margin, shoe fills frame */
  width:90%!important;
  height:90%!important;
  object-fit:contain!important;      /* show the WHOLE shoe, no zoom/crop */
  object-position:center center!important;
  padding:0!important;
  margin:0!important;
  background:#fff!important;
  background-color:#fff!important;
  transform:none!important;
}
/* keep the hover second-image swap working */
.product-card .product-media .second{opacity:0!important}
.product-card:hover .product-media .second{opacity:1!important}
.product-card:hover .product-media .first{opacity:0!important}

/* ============================================================
   PDP GALLERY FIX — pure white background
   design.css sets the main gallery wrap to #f3f3f3 and applies
   mix-blend-mode:multiply, which greys out the white photo area.
   Force white everywhere + kill the blend mode.
   ============================================================ */
.product-gallery .gallery-main-wrap,
.kt-gallery .gallery-main-wrap,
.refined-gallery .gallery-main-wrap{
  background:#fff!important;
  border:1px solid #f0f0f0!important;
}
.product-gallery .gallery-main-img,
.kt-gallery .gallery-main-img,
.refined-gallery .gallery-main-img,
img.gallery-main-img,
#mainProductImage,
#mainProductImage.gallery-main-img{   /* match design.css ID+class specificity so !important wins */
  background:#fff!important;
  background-color:#fff!important;
  mix-blend-mode:normal!important;   /* stop blending white into gray */
}
.product-gallery .gallery-thumb,
.kt-gallery .gallery-thumb,
.refined-gallery .gallery-thumb{
  background:#fff!important;
  border:1px solid #e4e4e4!important;
}
.product-gallery .gallery-thumb img,
.kt-gallery .gallery-thumb img,
.refined-gallery .gallery-thumb img{
  background:#fff!important;
  mix-blend-mode:normal!important;
}
.product-gallery .gallery-thumb.active{border-color:#111!important}

/* legacy .gallery-item variant (if used): white too */
.product-gallery .gallery-item,
.kt-product-gallery .gallery-item{background:#fff!important}
.product-gallery .gallery-item img,
.kt-product-gallery .gallery-item img{background:#fff!important;mix-blend-mode:normal!important}

/* ============================================================
   PDP PREMIUM POLISH (v1.1.0)
   ============================================================ */

/* --- Variation area: force LEFT alignment + block layout (Woo table centers it) --- */
body .pdp-variations .variations_form,
body .pdp-variations form.cart{text-align:left!important;margin:8px 0 0!important}
body .pdp-variations .variations{display:block!important;width:100%!important;border:0!important;margin:0 0 8px!important}
body .pdp-variations .variations tbody,
body .pdp-variations .variations tr{display:block!important;width:100%!important}
body .pdp-variations .variations td,
body .pdp-variations .variations th{display:block!important;width:100%!important;text-align:left!important;padding:0!important;border:0!important}
/* the "Size" label rendered by Woo -> uppercase heading */
body .pdp-variations .variations .label label,
body .pdp-variations .variations td.label label{
  display:block!important;
  font-size:12px!important;font-weight:700!important;letter-spacing:.1em!important;
  text-transform:uppercase!important;color:#111!important;margin:0 0 12px!important;
}
/* hide the "Clear"/reset link clutter until a size is chosen */
body .pdp-variations .reset_variations{font-size:12px!important;color:#999!important;margin-left:4px!important}

/* --- Size swatches: bigger tap targets, clear hover + selected, even spacing --- */
body .pdp-swatch-row{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:0 0 4px!important}
body .pdp-swatch{
  min-width:52px!important;height:48px!important;
  display:inline-grid!important;place-items:center!important;
  border:1.5px solid #dcdcdc!important;
  font-size:14px!important;font-weight:600!important;
  border-radius:8px!important;
  transition:all .15s ease!important;
  margin:0!important;                 /* gap handles spacing now (was uneven) */
  color:#111!important;background:#fff!important;
}
body .pdp-swatch:hover{border-color:#111!important;transform:translateY(-1px)!important}
body .pdp-swatch.active{
  background:#111!important;color:#fff!important;border-color:#111!important;
  box-shadow:0 3px 10px rgba(0,0,0,.2)!important;
}
body .pdp-swatch.disabled{opacity:.3!important;text-decoration:line-through!important;cursor:not-allowed!important}

/* --- Quantity box: cleaner, left-aligned, matches swatch radius --- */
body .pdp-variations form.cart .quantity{margin:16px 0 0!important;border:1.5px solid #dcdcdc!important;border-radius:8px!important;height:52px!important;overflow:hidden!important}
body .pdp-variations form.cart .quantity input.qty{width:60px!important;height:48px!important;font-size:15px!important;font-weight:600!important;border:0!important}

/* --- Add to cart: solid black, real hover, clear disabled state --- */
body .pdp-variations .single_add_to_cart_button,
body .buy-actions .single_add_to_cart_button,
body .single_add_to_cart_button.button.alt{
  background:#111!important;color:#fff!important;border:0!important;border-radius:8px!important;
  min-height:58px!important;font-size:15px!important;font-weight:700!important;letter-spacing:.02em!important;
  text-transform:uppercase!important;transition:background .15s ease,transform .1s ease!important;
}
body .single_add_to_cart_button.button.alt:hover:not(.disabled){background:#000!important;transform:translateY(-1px)!important}
body .single_add_to_cart_button.disabled,
body .single_add_to_cart_button.wc-variation-selection-needed{
  background:#e6e6e6!important;color:#999!important;cursor:not-allowed!important;   /* intentional disabled look */
}

/* --- Price block: discount badge + clean hierarchy --- */
.product-price{display:flex!important;flex-direction:column;gap:4px;margin:8px 0 24px!important}
.product-price>span{font-size:11px!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#999!important}
.product-price b{display:inline-flex!important;align-items:baseline!important;flex-wrap:wrap;gap:10px!important}
.product-price ins{order:1;font-size:26px!important;font-weight:800!important;color:#111!important;text-decoration:none!important}
.product-price del{order:2;font-size:16px!important;color:#aaa!important;font-weight:400!important}
.product-price ins .woocommerce-Price-currencySymbol,
.product-price del .woocommerce-Price-currencySymbol{font-size:.6em!important;font-weight:500!important;vertical-align:baseline!important}

/* --- Purchase-info tiles: uniform, refined --- */
.pdp-purchase-card{border:1px solid #ececec!important;border-radius:12px!important;background:#fafafa!important;padding:4px 18px!important;margin:20px 0!important}
.promise-row{padding:14px 0!important;gap:14px!important}
.promise-row b{font-size:14px!important;font-weight:700!important}
.promise-row span{font-size:12.5px!important;color:#777!important}
.benefits.kt-benefits{border-radius:12px!important;overflow:hidden!important;border:1px solid #ececec!important;margin:20px 0!important}
.benefits.kt-benefits div{padding:18px 10px!important;transition:background .15s ease}
.benefits.kt-benefits div:hover{background:#fafafa!important}
.benefits.kt-benefits b{font-size:12.5px!important;font-weight:700!important}
.benefits.kt-benefits span{font-size:11px!important;color:#888!important}

/* --- Title + vendor hierarchy --- */
.product-info .vendor{font-size:12px!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#999!important;margin-bottom:8px!important}
.product-info h1{font-size:30px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:-.02em!important;margin-bottom:16px!important}

/* --- Gallery: bigger thumbs, clearer selected --- */
body .gallery-thumb{width:74px!important;height:88px!important;border-radius:8px!important;transition:border-color .15s ease!important}
body .gallery-thumb.active{border:2px solid #111!important}
body .gallery-main-wrap{border-radius:14px!important}

/* --- Accordions: subtle polish --- */
.p-acc{border-bottom:1px solid #ececec!important}
.p-acc button{font-size:14.5px!important;font-weight:600!important;padding:18px 0!important}

/* ============================================================
   CART DRAWER FOOTER POLISH (v1.1.3)
   ============================================================ */
.cart-summary{border-top:1px solid #eee!important;padding:18px 20px 22px!important;background:#fff!important}
.cart-total-row{display:flex!important;justify-content:space-between!important;align-items:baseline!important;gap:16px!important;margin-bottom:16px!important}
.cart-total-row>div{display:flex!important;flex-direction:column!important;gap:2px!important}
.cart-total-row b{font-size:15px!important;font-weight:700!important;color:#111!important}
.cart-total-row small{font-size:11px!important;color:#999!important;font-weight:400!important}
.cart-total-row strong,#cartSubtotal{font-size:20px!important;font-weight:800!important;color:#111!important;white-space:nowrap!important}
/* clean AED symbol in the drawer subtotal */
#cartSubtotal .woocommerce-Price-amount{display:inline!important}
#cartSubtotal .woocommerce-Price-currencySymbol{font-size:.62em!important;font-weight:500!important;vertical-align:baseline!important;margin-left:2px!important}

/* Checkout button: it's an <a> — kill underline, center text, real button feel */
#checkout{
  display:flex!important;align-items:center!important;justify-content:center!important;
  width:100%!important;height:54px!important;
  background:#111!important;color:#fff!important;
  text-decoration:none!important;border:0!important;border-radius:8px!important;
  font-weight:700!important;font-size:15px!important;letter-spacing:.02em!important;text-transform:uppercase!important;
  transition:background .15s ease!important;
}
#checkout:hover{background:#000!important;text-decoration:none!important}
.showcase-note{margin:12px 0 0!important;color:#8a8a8a!important;font-size:11.5px!important;text-align:center!important;line-height:1.45!important}

/* cart line items: cleaner spacing + AED symbol */
.cart-line small .woocommerce-Price-currencySymbol{font-size:.7em!important;vertical-align:baseline!important}
.cart-line strong .woocommerce-Price-currencySymbol{font-size:.7em!important;vertical-align:baseline!important}

/* cart line thumbnails: white bg (was gray), show whole shoe */
#cartDrawer .cart-line img,
.cart-drawer .cart-line img,
.cart-line img{
  background:#fff!important;background-color:#fff!important;
  object-fit:contain!important;
  border:1px solid #f0f0f0!important;border-radius:6px!important;
}

/* ============================================================
   PDP: WhatsApp button + delivery timeline + tabs (v1.2.0)
   ============================================================ */

/* Ask on WhatsApp */
.pdp-whatsapp-btn{
  display:flex!important;align-items:center;justify-content:center;gap:10px;
  width:100%;min-height:52px;margin:12px 0 0;
  background:#fff;border:1.5px solid #25d366;border-radius:8px;
  color:#128c3e;font-weight:700;font-size:15px;text-decoration:none;
  transition:background .15s ease,transform .1s ease;
}
.pdp-whatsapp-btn:hover{background:#f2fbf5;transform:translateY(-1px)}
.pdp-whatsapp-btn img{width:22px;height:22px}

/* Delivery timeline card */
.pdp-delivery-card{border:1px solid #ececec;border-radius:12px;background:#fafafa;padding:16px 18px;margin:20px 0}
.pdp-delivery-head{display:flex;align-items:center;gap:8px;font-size:14px;margin-bottom:16px}
.pdp-delivery-head .cal-ico{font-size:16px}
.pdp-delivery-head b{font-weight:700;color:#111}
.pdp-timeline{display:flex;justify-content:space-between;position:relative;gap:6px}
.pdp-timeline:before{content:"";position:absolute;top:16px;left:12%;right:12%;height:2px;background:#e2e2e2;z-index:0}
.pdp-tl-step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;gap:4px}
.pdp-tl-ico{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#eee;font-size:16px}
.pdp-tl-step.active .pdp-tl-ico{background:#111;filter:none}
.pdp-tl-step b{font-size:12px;font-weight:700;color:#111}
.pdp-tl-date{font-size:11px;color:#888}

/* Tabs */
.pdp-tabs{margin:24px 0 0}
.pdp-tab-nav{display:flex;gap:0;border-bottom:1px solid #e6e6e6}
.pdp-tab{background:none;border:0;border-bottom:2px solid transparent;padding:12px 16px;font-size:14px;font-weight:600;color:#999;cursor:pointer;transition:all .15s ease;margin-bottom:-1px}
.pdp-tab:hover{color:#111}
.pdp-tab.active{color:#111;border-bottom-color:#111}
.pdp-tab-panel{display:none;padding:18px 2px;line-height:1.65;color:#444;font-size:14px}
.pdp-tab-panel.active{display:block}
.pdp-tab-panel p{margin:0 0 12px}

@media(max-width:560px){
  .pdp-tab{padding:12px 10px;font-size:13px}
  .pdp-tl-step b{font-size:11px}
  .pdp-tl-date{font-size:10px}
}

/* RTL nudge */
.rtl .home-picture-copy{right:0;left:auto}


/* ============================================================
   Homepage rebuild: premium sneaker storefront (v1.2.1)
   ============================================================ */
.dss-home-hero{
  width:min(1240px,calc(100% - 48px));
  margin:26px auto 0;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:28px;
  align-items:stretch;
  min-height:600px;
}
.dss-hero-copy{
  background:#111;
  color:#fff;
  padding:clamp(34px,5vw,68px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.dss-hero-copy span{
  width:max-content;
  color:#d71920;
  background:#fff;
  padding:8px 10px;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:20px;
}
.dss-hero-copy h1{
  margin:0;
  max-width:9ch;
  font-size:clamp(48px,6.2vw,82px);
  line-height:.92;
  letter-spacing:-.075em;
  font-weight:900;
}
.dss-hero-copy p{
  max-width:470px;
  margin:24px 0 0;
  color:#d9d9d9;
  font-size:17px;
  line-height:1.65;
}
.dss-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.dss-hero-actions a{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 22px;
  text-decoration:none;
  font-weight:900;
  border:1px solid #fff;
}
.dss-hero-actions .primary{background:#fff;color:#111}
.dss-hero-actions .secondary{background:transparent;color:#fff}
.dss-hero-visual{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  grid-template-rows:1fr 1fr;
  gap:14px;
  min-width:0;
}
.dss-hero-visual img{
  width:100%;
  height:100%;
  object-fit:contain;
  background:#fff;
  border:1px solid #eee;
  display:block;
  padding:4%;
}
.dss-hero-visual .hero-main{grid-row:1/3;padding:3%}
.dss-trust-strip{
  width:min(1240px,calc(100% - 48px));
  margin:16px auto 0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.dss-trust-strip div{
  background:#fff;
  border:1px solid #e8e8e8;
  padding:18px 16px;
}
.dss-trust-strip b{display:block;font-size:14px;font-weight:900;color:#111}
.dss-trust-strip span{display:block;margin-top:6px;color:#666;font-size:12.5px;line-height:1.45}
.dss-section-title{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  width:min(1240px,calc(100% - 48px));
  margin:0 auto 24px;
}
.dss-section-title.compact{margin-bottom:18px}
.dss-section-title h2{
  margin:0;
  font-size:clamp(30px,4vw,48px);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:900;
}
.dss-section-title p{margin:10px 0 0;color:#666;line-height:1.55}
.dss-section-title a,
.dss-home-edit a{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border:1px solid #111;
  color:#111;
  background:#fff;
  text-decoration:none;
  font-weight:900;
  white-space:nowrap;
}
.dss-style-grid{padding:46px 0 28px}
.dss-style-cards{
  width:min(1240px,calc(100% - 48px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1.35fr repeat(2,1fr);
  grid-auto-rows:210px;
  gap:14px;
}
.dss-style-card{
  position:relative;
  overflow:hidden;
  background:#f6f6f6;
  border:1px solid #e9e9e9;
  color:#111;
  text-decoration:none;
  display:block;
}
.dss-style-card.featured{grid-row:span 2}
.dss-style-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(.96) contrast(.98);
  transition:transform .28s ease;
}
.dss-style-card:hover img{transform:scale(1.04)}
.dss-style-card span{
  position:absolute;
  left:14px;
  bottom:14px;
  max-width:calc(100% - 28px);
  background:#fff;
  padding:10px 12px;
  font-weight:900;
  font-size:13px;
  line-height:1.15;
}
.home-products-v3{
  max-width:none!important;
  padding:54px 0 34px!important;
}
.home-products-v3 .dss-product-grid{
  width:min(1240px,calc(100% - 48px));
  margin:0 auto;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  grid-auto-columns:auto!important;
  grid-auto-rows:auto!important;
  align-items:start!important;
  gap:22px!important;
  overflow:visible!important;
}
.home-products-v3 .product-card{
  background:#fff;
  border:1px solid #eee;
  padding:12px 12px 16px;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.home-products-v3 .product-card:hover{transform:translateY(-3px);border-color:#ddd;box-shadow:0 18px 40px rgba(0,0,0,.07)}
.home-products-v3 .product-card h3{min-height:42px!important;margin:14px 0 8px!important;font-size:14.5px!important;line-height:1.35!important}
.home-products-v3 .product-card .price{margin-top:0!important}
.dss-delivery-panel{
  width:min(1240px,calc(100% - 48px));
  margin:36px auto 22px;
  background:#111;
  color:#fff;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:28px;
  padding:38px;
  align-items:center;
}
.dss-delivery-panel h2{margin:0;font-size:clamp(30px,4vw,52px);line-height:1;letter-spacing:-.055em}
.dss-delivery-panel p{margin:14px 0 0;color:#d8d8d8;line-height:1.65;max-width:440px}
.dss-delivery-panel ol{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.dss-delivery-panel li{background:#fff;color:#111;padding:20px;min-height:150px}
.dss-delivery-panel li span{display:grid;place-items:center;width:34px;height:34px;background:#111;color:#fff;border-radius:999px;font-weight:900;margin-bottom:18px}
.dss-delivery-panel li b{display:block;font-size:18px}
.dss-delivery-panel li small{display:block;margin-top:8px;color:#666;line-height:1.45;font-size:12.5px}
.dss-home-edit{
  width:min(1240px,calc(100% - 48px));
  margin:48px auto 28px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:stretch;
}
.dss-home-edit img{width:100%;height:100%;min-height:420px;object-fit:contain;background:#fff;border:1px solid #eee;padding:4%}
.dss-home-edit div{background:#f7f7f7;padding:clamp(28px,4vw,52px);display:flex;flex-direction:column;justify-content:center}
.dss-home-edit h2{margin:0;font-size:clamp(32px,4vw,54px);line-height:1;letter-spacing:-.055em}
.dss-home-edit p{margin:18px 0 24px;color:#555;line-height:1.75;max-width:520px}
.dss-home-faq{padding-top:48px!important}
.dss-home-faq h2{font-size:clamp(30px,4vw,44px)!important;letter-spacing:-.04em!important}
@media(max-width:980px){
  .dss-home-hero{grid-template-columns:1fr;min-height:0;width:min(100% - 32px,720px)}
  .dss-hero-copy{min-height:430px}
  .dss-hero-copy h1{max-width:10ch}
  .dss-hero-visual{min-height:460px}
  .dss-trust-strip{grid-template-columns:repeat(2,1fr);width:min(100% - 32px,720px)}
  .dss-section-title,.dss-style-cards,.home-products-v3 .dss-product-grid,.dss-delivery-panel,.dss-home-edit{width:min(100% - 32px,720px)}
  .dss-style-cards{grid-template-columns:1fr 1fr;grid-auto-rows:180px}
  .dss-style-card.featured{grid-row:span 1;grid-column:span 2}
  .home-products-v3 .dss-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
  .dss-delivery-panel{grid-template-columns:1fr;padding:28px}
  .dss-delivery-panel ol{grid-template-columns:1fr}
  .dss-home-edit{grid-template-columns:1fr}
}
@media(max-width:560px){
  .dss-home-hero{width:100%;margin-top:0;gap:0}
  .dss-hero-copy{min-height:430px;padding:34px 18px;justify-content:flex-end}
  .dss-hero-copy span{font-size:10.5px;margin-bottom:16px}
  .dss-hero-copy h1{font-size:44px;max-width:9ch}
  .dss-hero-copy p{font-size:14px;line-height:1.55;margin-top:18px;max-width:330px}
  .dss-hero-actions{gap:8px;margin-top:22px}
  .dss-hero-actions a{min-height:46px;padding:0 15px;font-size:13px}
  .dss-hero-visual{display:none}
  .dss-trust-strip{grid-template-columns:1fr 1fr;width:100%;gap:0;margin-top:0;border-top:1px solid #eee;border-left:1px solid #eee}
  .dss-trust-strip div{border-top:0;border-left:0;padding:14px 12px}
  .dss-trust-strip b{font-size:12.5px}.dss-trust-strip span{font-size:11.5px}
  .dss-section-title{align-items:flex-start;width:calc(100% - 28px);margin-bottom:16px}
  .dss-section-title h2{font-size:30px}.dss-section-title p{font-size:13px;margin-top:7px}
  .dss-section-title a{min-height:38px;padding:0 12px;font-size:12px}
  .dss-style-grid{padding:32px 0 18px}
  .dss-style-cards{width:calc(100% - 28px);grid-template-columns:1fr 1fr;grid-auto-rows:150px;gap:10px}
  .dss-style-card.featured{grid-column:span 2}.dss-style-card span{font-size:12px;padding:8px 9px;left:10px;bottom:10px}
  .home-products-v3{padding-top:34px!important;padding-bottom:20px!important}
  .home-products-v3 .dss-product-grid{width:calc(100% - 28px);grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .home-products-v3 .product-card{padding:8px 8px 12px}.home-products-v3 .product-card h3{font-size:12.5px!important;min-height:36px!important}
  .dss-delivery-panel{width:calc(100% - 28px);margin:26px auto 12px;padding:24px 18px}.dss-delivery-panel h2{font-size:31px}.dss-delivery-panel li{min-height:0;padding:16px}
  .dss-home-edit{width:calc(100% - 28px);margin:32px auto 18px}.dss-home-edit img{min-height:280px}.dss-home-edit div{padding:26px 18px}.dss-home-edit h2{font-size:32px}
}


/* ============================================================
   Homepage product card layout repair (v1.2.4)
   Prevent old product-section flex rules from squeezing text into
   a left rail beside the image.
   ============================================================ */
.home-products-v3 .product-card,
.home-products-v3 .product-card.reveal{
  display:block!important;
  height:auto!important;
  min-width:0!important;
  overflow:hidden!important;
}
.home-products-v3 .product-card .product-link{
  display:block!important;
  width:100%!important;
  height:auto!important;
  color:inherit!important;
  text-decoration:none!important;
  min-width:0!important;
}
.home-products-v3 .product-card .product-media{
  display:block!important;
  width:100%!important;
  aspect-ratio:1/1!important;
  margin:0!important;
  position:relative!important;
  overflow:hidden!important;
  background:#fff!important;
}
.home-products-v3 .product-card h3,
.home-products-v3 .product-card .price{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow:visible!important;
  writing-mode:horizontal-tb!important;
  text-orientation:mixed!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}
.home-products-v3 .product-card .price b{
  display:flex!important;
  width:100%!important;
  flex-wrap:wrap!important;
  align-items:baseline!important;
  gap:7px!important;
}
.home-products-v3 .product-card .price del,
.home-products-v3 .product-card .price ins,
.home-products-v3 .product-card .price .woocommerce-Price-amount,
.home-products-v3 .product-card .price .woocommerce-Price-amount bdi{
  display:inline!important;
  white-space:nowrap!important;
}
@media(max-width:560px){
  .home-products-v3 .product-card{overflow:hidden!important}
}


/* ============================================================
   Homepage product card emergency repair (v1.2.5)
   Hide broken hover-image alt text and stop cards stretching tall.
   ============================================================ */
.home-products-v3 .product-card{
  height:auto!important;
  min-height:0!important;
  overflow:hidden!important;
}
.home-products-v3 .product-card .product-media{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:1/1!important;
  font-size:0!important;
  line-height:0!important;
  color:transparent!important;
}
.home-products-v3 .product-card .product-media img{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:8px!important;
  font-size:0!important;
  line-height:0!important;
  color:transparent!important;
  text-indent:-9999px!important;
}
.home-products-v3 .product-card .product-media img.second{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
}
.home-products-v3 .product-card:hover .product-media img.first{
  opacity:1!important;
}
.home-products-v3 .product-card h3{
  min-height:0!important;
  height:auto!important;
}
.home-products-v3 .product-card .price{
  min-height:0!important;
  height:auto!important;
  margin-top:8px!important;
}
.home-products-v3 .product-card .price b{
  min-height:0!important;
}
.home-products-v3 .product-card .price > span{
  display:block!important;
  margin-top:3px!important;
}

/* Product card markup repair (v1.2.6): never allow secondary/broken images to print alt text in cards. */
.product-card .product-media img:not(.first){display:none!important;visibility:hidden!important;width:0!important;height:0!important;overflow:hidden!important}
.product-card .product-media{font-size:0!important;line-height:0!important;color:transparent!important}
.product-card h3,.product-card .price{font-size:revert;line-height:normal;color:revert}


/* ============================================================
   Streamlined homepage system (v1.3.0)
   ============================================================ */
.dss-home-v4{background:#fff;color:#111}
.dss-home-v4 .marquee{margin:0!important;background:#111!important;color:#fff!important;border:0!important}
.dss-home-v4 .marquee div{padding:12px 0!important;font-size:11px!important;letter-spacing:.07em!important;gap:48px!important}
.dss-home-v4 .dss-home-kicker{display:block;margin:0 0 10px;color:#d71920;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.dss-home-v4 .dss-section-title{align-items:flex-end;margin-bottom:22px}
.dss-home-v4 .dss-section-title h2{font-size:clamp(30px,3.5vw,44px);letter-spacing:-.045em}
.dss-home-v4 .dss-section-title p{margin-top:8px;color:#666;font-size:14px}
.dss-home-v4 .dss-section-title>a{min-height:42px;padding:0 17px;background:#111;color:#fff;border-color:#111;font-size:13px}
.dss-home-v4 .dss-home-products{padding-top:58px!important;padding-bottom:42px!important}
.dss-home-v4 .dss-home-products .dss-product-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  grid-auto-columns:auto!important;
  grid-auto-rows:auto!important;
  align-items:start!important;
  gap:28px 18px!important;
  overflow:visible!important;
}
.dss-home-v4 .dss-home-products .product-card,
.dss-home-v4 .dss-home-products .product-card.reveal{
  display:block!important;
  height:auto!important;
  min-height:0!important;
  align-self:start!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  background:#fff!important;
  overflow:hidden!important;
}
.dss-home-v4 .dss-home-products .product-card:hover{transform:none!important;box-shadow:none!important}
.dss-home-v4 .dss-home-products .product-link{display:block!important;width:100%!important;height:auto!important}
.dss-home-v4 .dss-home-products .product-media{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:1/1!important;
  position:relative!important;
  overflow:hidden!important;
  margin:0!important;
  padding:0!important;
  background:#fff!important;
  border:1px solid #ececec!important;
}
.dss-home-v4 .dss-home-products .product-media img.first{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  padding:5%!important;
  object-fit:contain!important;
  opacity:1!important;
  background:#fff!important;
}
.dss-home-v4 .dss-home-products .product-media img:not(.first){display:none!important}
.dss-home-v4 .dss-home-products .product-badge{left:10px!important;top:10px!important;padding:6px 8px!important;background:#111!important;color:#fff!important;font-size:9px!important}
.dss-home-v4 .dss-home-products .product-card h3{
  display:block!important;
  width:100%!important;
  min-height:0!important;
  margin:13px 0 7px!important;
  color:#111!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1.38!important;
  letter-spacing:0!important;
}
.dss-home-v4 .dss-home-products .product-card .price{
  display:block!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  color:#111!important;
  font-size:13px!important;
  line-height:1.35!important;
}
.dss-home-v4 .dss-home-products .product-card .price b{display:flex!important;flex-wrap:wrap!important;align-items:baseline!important;gap:7px!important;font-size:14px!important;font-weight:800!important}
.dss-home-v4 .dss-home-products .product-card .price del{color:#999!important;font-size:12px!important}
.dss-home-v4 .dss-home-products .product-card .price ins{color:#111!important;text-decoration:none!important}
.dss-home-v4 .dss-home-products .product-card .price .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.dss-home-v4 .dss-home-products .product-card .price>span{display:block!important;margin-top:4px!important;color:#777!important;font-size:11.5px!important}
.dss-brand-section{padding:58px 0 34px;background:#f7f7f7}
.dss-brand-grid{width:min(1240px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.dss-brand-card{position:relative;display:block;aspect-ratio:1.45/1;overflow:hidden;background:#fff;border:1px solid #e8e8e8;color:#111;text-decoration:none}
.dss-brand-card img{display:block;width:100%;height:100%;padding:6%;object-fit:contain;background:#fff;transition:transform .24s ease}
.dss-brand-card:hover img{transform:scale(1.025)}
.dss-brand-card span{position:absolute;left:13px;bottom:13px;background:#111;color:#fff;padding:9px 11px;font-size:13px;font-weight:900}
.dss-delivery-compact{width:min(1240px,calc(100% - 48px));margin:48px auto 30px;padding:32px 0 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
.dss-delivery-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:25px}
.dss-delivery-heading h2{margin:0;font-size:clamp(30px,3.5vw,46px);line-height:1;letter-spacing:-.05em}
.dss-delivery-compact ol{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #e7e7e7}
.dss-delivery-compact li{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:23px 20px 23px 0;border-right:1px solid #e7e7e7}
.dss-delivery-compact li+li{padding-left:20px}
.dss-delivery-compact li:last-child{border-right:0}
.dss-delivery-compact li>span{font-size:11px;font-weight:900;color:#d71920;letter-spacing:.08em}
.dss-delivery-compact li b{display:block;font-size:16px}
.dss-delivery-compact li small{display:block;margin-top:6px;color:#666;font-size:12.5px;line-height:1.45}
.dss-payment-line{margin:0;padding:16px 0;border-top:1px solid #e7e7e7;color:#555;text-align:center;font-size:12.5px}
.dss-size-help{width:min(1240px,calc(100% - 48px));margin:42px auto 12px;padding:38px 40px;background:#111;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:28px}
.dss-size-help .dss-home-kicker{color:#ff6267}
.dss-size-help h2{margin:0;font-size:clamp(30px,3.5vw,46px);line-height:1;letter-spacing:-.05em}
.dss-size-help p{margin:14px 0 0;color:#d5d5d5;font-size:15px;line-height:1.6}
.dss-size-help a{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 21px;background:#fff;color:#111;text-decoration:none;font-size:13px;font-weight:900;white-space:nowrap}
.dss-home-v4 .dss-home-faq{max-width:900px!important;padding-top:58px!important;padding-bottom:70px!important}
.dss-home-v4 .dss-home-faq h2{margin:0 0 24px!important;font-size:clamp(30px,3.5vw,42px)!important;letter-spacing:-.04em!important;text-transform:none!important}
.dss-home-v4 .dss-home-faq .faq-q{font-size:15px!important}
@media(max-width:900px){
  .dss-home-v4 .dss-home-products .dss-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 14px!important}
  .dss-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dss-delivery-compact ol{grid-template-columns:1fr}
  .dss-delivery-compact li,.dss-delivery-compact li+li{padding:19px 0;border-right:0;border-bottom:1px solid #e7e7e7}
  .dss-delivery-compact li:last-child{border-bottom:0}
  .dss-size-help{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .dss-home-v4 .dss-section-title{width:calc(100% - 28px)!important;align-items:flex-start!important}
  .dss-home-v4 .dss-section-title h2{font-size:29px}
  .dss-home-v4 .dss-section-title p{font-size:12.5px;max-width:220px}
  .dss-home-v4 .dss-section-title>a{min-height:38px;padding:0 12px;font-size:11px}
  .dss-home-v4 .dss-home-products{padding-top:40px!important;padding-bottom:30px!important}
  .dss-home-v4 .dss-home-products .dss-product-grid{width:calc(100% - 28px)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-flow:row!important;gap:22px 11px!important}
  .dss-home-v4 .dss-home-products .product-card h3{font-size:12.5px!important;margin-top:9px!important}
  .dss-home-v4 .dss-home-products .product-card .price b{font-size:12.5px!important;gap:4px!important}
  .dss-home-v4 .dss-home-products .product-card .price del{font-size:10.5px!important}
  .dss-home-v4 .dss-home-products .product-card .price>span{font-size:10px!important}
  .dss-brand-section{padding:40px 0 24px}
  .dss-brand-grid{width:calc(100% - 28px);gap:9px;grid-template-columns:repeat(2,minmax(0,1fr))}
  .dss-brand-card{aspect-ratio:1.08/1}.dss-brand-card span{left:9px;bottom:9px;padding:7px 8px;font-size:11px}
  .dss-delivery-compact{width:calc(100% - 28px);margin-top:35px}.dss-delivery-heading h2{font-size:30px}.dss-delivery-heading{display:block}
  .dss-size-help{width:calc(100% - 28px);margin-top:30px;padding:28px 20px}.dss-size-help h2{font-size:30px}.dss-size-help p{font-size:13px}.dss-size-help a{width:100%}
  .dss-home-v4 .dss-home-faq{padding-left:15px!important;padding-right:15px!important;padding-top:44px!important;padding-bottom:54px!important}
}


/* PDP Dubai delivery cutoff countdown (v1.3.2) */
.pdp-cutoff-countdown{
  display:grid;
  grid-template-columns:auto auto 1fr;
  align-items:center;
  gap:8px;
  margin:-4px 0 17px;
  padding:11px 12px;
  border:1px solid #dceee2;
  background:#f5fbf7;
  color:#111;
}
.pdp-countdown-label{font-size:12px;font-weight:700}
.pdp-countdown-time{
  min-width:82px;
  color:#087a35;
  font-size:17px;
  line-height:1;
  font-variant-numeric:tabular-nums;
  letter-spacing:.03em;
}
.pdp-countdown-note{color:#4f6758;font-size:11.5px;line-height:1.35}
.pdp-cutoff-countdown.cutoff-passed{border-color:#eadfce;background:#fffaf1}
.pdp-cutoff-countdown.cutoff-passed .pdp-countdown-time{color:#9a5b00}
.pdp-cutoff-countdown.cutoff-passed .pdp-countdown-note{color:#765f3f}
@media(max-width:520px){
  .pdp-cutoff-countdown{grid-template-columns:auto 1fr;gap:7px 9px}
  .pdp-countdown-note{grid-column:1/-1}
}


/* ============================================================
   Product page rebuild (v1.4.0)
   ============================================================ */
.dss-pdp-v2 .product-page{
  width:min(1240px,calc(100% - 48px));
  max-width:1240px!important;
  margin:0 auto!important;
  padding:44px 0 34px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.14fr) minmax(400px,.86fr)!important;
  gap:48px!important;
  align-items:start!important;
}
.dss-pdp-v2 .product-gallery{
  min-width:0;
  display:grid!important;
  grid-template-columns:82px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}
.dss-pdp-v2 .product-gallery.single-image{grid-template-columns:minmax(0,1fr)!important}
.dss-pdp-v2 .gallery-main-wrap{
  position:relative!important;
  width:100%!important;
  aspect-ratio:1/1!important;
  min-height:0!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid #e7e7e7!important;
  border-radius:0!important;
}
.dss-pdp-v2 .gallery-main-img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  padding:3%!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
  display:block!important;
}
.dss-pdp-v2 .gallery-thumbs{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  width:82px!important;
  max-height:680px!important;
  padding:0!important;
  margin:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
}
.dss-pdp-v2 .gallery-thumb{
  flex:0 0 82px!important;
  width:82px!important;
  height:82px!important;
  min-width:0!important;
  padding:5px!important;
  border:1px solid #e2e2e2!important;
  border-radius:0!important;
  background:#fff!important;
  overflow:hidden!important;
}
.dss-pdp-v2 .gallery-thumb.active{border:2px solid #111!important;padding:4px!important}
.dss-pdp-v2 .gallery-thumb img{display:block!important;width:100%!important;height:100%!important;padding:0!important;object-fit:contain!important;background:#fff!important}
.dss-pdp-v2 .gallery-arrow{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:3!important;
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #d9d9d9!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.94)!important;
  color:#111!important;
  font-size:26px!important;
  line-height:1!important;
  box-shadow:0 6px 18px rgba(0,0,0,.06)!important;
}
.dss-pdp-v2 .gallery-prev{left:14px!important}.dss-pdp-v2 .gallery-next{right:14px!important}
.dss-pdp-v2 .gallery-zoom{
  position:absolute;
  right:14px;
  top:14px;
  z-index:4;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid #d9d9d9;
  border-radius:50%;
  background:#fff;
  color:#111;
  font-size:22px;
  line-height:1;
}
.pdp-image-lightbox[hidden]{display:none!important}
.pdp-image-lightbox{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:28px;background:rgba(0,0,0,.82)}
.pdp-image-lightbox img{display:block;max-width:min(1000px,92vw);max-height:90vh;width:auto;height:auto;object-fit:contain;background:#fff}
.pdp-lightbox-close{position:fixed;right:24px;top:24px;width:44px;height:44px;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:#111;color:#fff;font-size:28px;z-index:2}
body.pdp-lightbox-open{overflow:hidden}
.dss-pdp-v2 .product-info{position:sticky!important;top:92px!important;min-width:0!important;padding:0!important}
.dss-pdp-v2 .vendor{margin:0 0 8px!important;color:#777!important;font-size:11px!important;font-weight:800!important;letter-spacing:.13em!important;text-transform:uppercase!important}
.dss-pdp-v2 .product-info h1{max-width:15ch!important;margin:0 0 18px!important;color:#111!important;font-size:clamp(31px,3vw,46px)!important;font-weight:900!important;line-height:1.02!important;letter-spacing:-.045em!important}
.dss-pdp-v2 .pdp-price-block{padding:0 0 22px;margin:0 0 20px;border-bottom:1px solid #e8e8e8}
.dss-pdp-v2 .pdp-current-price{display:flex;align-items:baseline;gap:8px;color:#111}
.dss-pdp-v2 .pdp-current-price>span{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.dss-pdp-v2 .pdp-current-price strong{font-size:29px;line-height:1;font-weight:900;letter-spacing:-.035em;direction:ltr;unicode-bidi:isolate}
.dss-pdp-v2 .pdp-sale-meta{display:flex;align-items:center;gap:10px;margin-top:9px}
.dss-pdp-v2 .pdp-sale-meta del{color:#888;font-size:13px;direction:ltr;unicode-bidi:isolate}
.dss-pdp-v2 .pdp-sale-meta span{display:inline-flex;padding:5px 7px;background:#d71920;color:#fff;font-size:10px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}
.dss-pdp-v2 .pdp-short{margin:-4px 0 20px;color:#555;font-size:14px;line-height:1.65}
.dss-pdp-v2 .pdp-short p{margin:0}
.dss-pdp-v2 .pdp-variations{margin:0 0 12px}
.dss-pdp-v2 .variations_form,.dss-pdp-v2 form.cart{margin:0!important;padding:0!important}
.dss-pdp-v2 table.variations{display:block!important;width:100%!important;margin:0 0 12px!important;border:0!important}
.dss-pdp-v2 table.variations tbody,.dss-pdp-v2 table.variations tr,.dss-pdp-v2 table.variations th,.dss-pdp-v2 table.variations td{display:block!important;width:100%!important;padding:0!important;border:0!important;text-align:left!important}
.dss-pdp-v2 table.variations th label{display:block!important;margin:0 0 11px!important;color:#111!important;font-size:12px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.dss-pdp-v2 table.variations .value{margin:0 0 15px!important}
.dss-pdp-v2 .pdp-swatch-row{display:flex!important;flex-wrap:wrap!important;gap:8px!important}
.dss-pdp-v2 .pdp-swatch{min-width:49px!important;height:46px!important;display:grid!important;place-items:center!important;margin:0!important;padding:0 11px!important;border:1px solid #d8d8d8!important;border-radius:2px!important;background:#fff!important;color:#111!important;font-size:13px!important;font-weight:700!important;cursor:pointer!important}
.dss-pdp-v2 .pdp-swatch:hover{border-color:#777!important}.dss-pdp-v2 .pdp-swatch.active{border:2px solid #111!important;background:#111!important;color:#fff!important}.dss-pdp-v2 .pdp-swatch.disabled{opacity:.32!important;text-decoration:line-through!important;cursor:not-allowed!important}
.dss-pdp-v2 .reset_variations{display:inline-block!important;margin-top:9px!important;color:#666!important;font-size:11px!important}
.dss-pdp-v2 .woocommerce-variation-price{display:none!important}
.dss-pdp-v2 .woocommerce-variation-description{margin:8px 0!important;color:#555!important;font-size:13px!important}
.dss-pdp-v2 .woocommerce-variation-add-to-cart,.dss-pdp-v2 form.cart:not(.variations_form){display:grid!important;grid-template-columns:124px minmax(0,1fr)!important;gap:10px!important;align-items:end!important}
.dss-pdp-v2 .pdp-qty-label{display:block!important;grid-column:1!important;margin:0 0 -4px!important;color:#111!important;font-size:11px!important;font-weight:900!important;letter-spacing:.07em!important;text-transform:uppercase!important}
.dss-pdp-v2 .pdp-qty-stepper{grid-column:1!important;display:grid!important;grid-template-columns:38px 46px 38px!important;width:122px!important;height:50px!important;margin:0!important;border:1px solid #d6d6d6!important;background:#fff!important}
.dss-pdp-v2 .pdp-qty-stepper button{display:grid!important;place-items:center!important;width:38px!important;height:48px!important;margin:0!important;padding:0!important;border:0!important;background:#fff!important;color:#111!important;font-size:19px!important}
.dss-pdp-v2 .pdp-qty-stepper input.qty{display:block!important;width:46px!important;height:48px!important;margin:0!important;padding:0!important;border:0!important;border-left:1px solid #eee!important;border-right:1px solid #eee!important;background:#fff!important;color:#111!important;text-align:center!important;font-size:14px!important;font-weight:800!important;-moz-appearance:textfield!important}
.dss-pdp-v2 .pdp-qty-stepper input.qty::-webkit-inner-spin-button,.dss-pdp-v2 .pdp-qty-stepper input.qty::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important}
.dss-pdp-v2 .single_add_to_cart_button{grid-column:2!important;width:100%!important;height:50px!important;margin:0!important;padding:0 18px!important;border:1px solid #111!important;border-radius:2px!important;background:#111!important;color:#fff!important;font-size:13px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.03em!important}
.dss-pdp-v2 .single_add_to_cart_button.disabled,.dss-pdp-v2 .single_add_to_cart_button:disabled{border-color:#ccc!important;background:#eee!important;color:#777!important;opacity:1!important;cursor:not-allowed!important}
.dss-pdp-v2 .pdp-whatsapp-btn{height:48px!important;margin:10px 0 0!important;border:1px solid #17b857!important;border-radius:2px!important;background:#fff!important;color:#0a9d46!important;font-size:13px!important;font-weight:800!important}
.dss-pdp-v2 .pdp-delivery-card{margin:18px 0 0!important;padding:17px!important;border:1px solid #e5e5e5!important;border-radius:2px!important;background:#fafafa!important}
.dss-pdp-v2 .pdp-delivery-head{display:block!important;margin:0 0 12px!important}
.dss-pdp-v2 .pdp-delivery-label{display:block;margin-bottom:5px;color:#777;font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.dss-pdp-v2 .pdp-delivery-head b{display:block;color:#111;font-size:16px!important;line-height:1.25!important}
.dss-pdp-v2 .pdp-cutoff-countdown{display:flex!important;align-items:baseline!important;gap:7px!important;margin:0 0 16px!important;padding:9px 10px!important;border:1px solid #d9eadf!important;background:#f5fbf7!important}
.dss-pdp-v2 .pdp-countdown-label,.dss-pdp-v2 .pdp-countdown-note{font-size:11px!important}.dss-pdp-v2 .pdp-countdown-time{min-width:auto!important;color:#087a35!important;font-size:16px!important;font-weight:900!important;font-variant-numeric:tabular-nums!important}
.dss-pdp-v2 .pdp-timeline{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;position:relative!important}
.dss-pdp-v2 .pdp-timeline:before{left:16%!important;right:16%!important;top:13px!important;height:1px!important;background:#ddd!important}
.dss-pdp-v2 .pdp-tl-step{gap:3px!important}
.dss-pdp-v2 .pdp-tl-ico{width:27px!important;height:27px!important;display:grid!important;place-items:center!important;border:1px solid #d7d7d7!important;border-radius:50%!important;background:#fff!important;color:#555!important;font-size:10px!important;font-weight:900!important;filter:none!important}
.dss-pdp-v2 .pdp-tl-step.active .pdp-tl-ico{border-color:#111!important;background:#111!important;color:#fff!important}
.dss-pdp-v2 .pdp-tl-step b{font-size:10.5px!important}.dss-pdp-v2 .pdp-tl-date{font-size:10px!important;color:#777!important}
.dss-pdp-v2 .benefits{display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;margin:14px 0 0!important;border:1px solid #e6e6e6!important;background:#fff!important}
.dss-pdp-v2 .benefits div{min-height:0!important;padding:13px!important;display:grid!important;grid-template-columns:28px 1fr!important;grid-template-rows:auto auto!important;column-gap:9px!important;text-align:left!important;border:0!important;border-right:1px solid #eee!important;border-bottom:1px solid #eee!important}
.dss-pdp-v2 .benefits div:nth-child(2n){border-right:0!important}.dss-pdp-v2 .benefits div:nth-last-child(-n+2){border-bottom:0!important}
.dss-pdp-v2 .benefits i{grid-row:1/3!important;width:28px!important;height:28px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#111!important;color:#fff!important;font-size:11px!important;font-style:normal!important}
.dss-pdp-v2 .benefits b{font-size:11px!important;line-height:1.25!important}.dss-pdp-v2 .benefits span{font-size:10px!important;line-height:1.3!important;color:#777!important}
.dss-pdp-v2 .pdp-details-wide{width:min(1240px,calc(100% - 48px));margin:10px auto 30px;padding:0;border-top:1px solid #e5e5e5}
.dss-pdp-v2 .pdp-details-wide .pdp-tabs{margin:0!important;padding:0!important;border:0!important}
.dss-pdp-v2 .pdp-details-wide .pdp-tab-nav{display:flex!important;gap:28px!important;border-bottom:1px solid #e5e5e5!important}
.dss-pdp-v2 .pdp-details-wide .pdp-tab{width:auto!important;padding:18px 0 14px!important;border:0!important;border-bottom:2px solid transparent!important;background:none!important;color:#777!important;font-size:13px!important;font-weight:800!important}
.dss-pdp-v2 .pdp-details-wide .pdp-tab.active{border-bottom-color:#111!important;color:#111!important}
.dss-pdp-v2 .pdp-details-wide .pdp-tab-panel{max-width:820px!important;padding:26px 0!important;color:#4d4d4d!important;font-size:14px!important;line-height:1.75!important}
@media(max-width:960px){
  .dss-pdp-v2 .product-page{grid-template-columns:1fr!important;width:min(760px,calc(100% - 32px))!important;gap:28px!important;padding-top:24px!important}
  .dss-pdp-v2 .product-info{position:static!important}
  .dss-pdp-v2 .pdp-details-wide{width:min(760px,calc(100% - 32px))}
}
@media(max-width:560px){
  .dss-pdp-v2 .product-page{width:100%!important;padding:0 0 24px!important;gap:20px!important}
  .dss-pdp-v2 .product-gallery,.dss-pdp-v2 .product-gallery.single-image,.dss-pdp-v2 .product-gallery.has-gallery{display:flex!important;flex-direction:column!important;gap:9px!important;width:100%!important}
  .dss-pdp-v2 .gallery-main-wrap{order:1!important;width:100%!important;border-left:0!important;border-right:0!important;aspect-ratio:1/1!important}
  .dss-pdp-v2 .gallery-thumbs{order:2!important;width:100%!important;max-height:none!important;display:flex!important;flex-direction:row!important;gap:8px!important;padding:0 14px!important;overflow-x:auto!important;overflow-y:hidden!important}
  .dss-pdp-v2 .gallery-thumb{flex:0 0 66px!important;width:66px!important;height:66px!important}
  .dss-pdp-v2 .gallery-arrow{width:38px!important;height:38px!important}.dss-pdp-v2 .gallery-prev{left:10px!important}.dss-pdp-v2 .gallery-next{right:10px!important}.dss-pdp-v2 .gallery-zoom{right:10px;top:10px}
  .dss-pdp-v2 .product-info{padding:0 15px!important}
  .dss-pdp-v2 .product-info h1{font-size:31px!important;max-width:none!important}
  .dss-pdp-v2 .pdp-current-price strong{font-size:26px}
  .dss-pdp-v2 .woocommerce-variation-add-to-cart,.dss-pdp-v2 form.cart:not(.variations_form){grid-template-columns:116px minmax(0,1fr)!important}
  .dss-pdp-v2 .pdp-qty-stepper{grid-template-columns:35px 44px 35px!important;width:114px!important}.dss-pdp-v2 .pdp-qty-stepper button{width:35px!important}.dss-pdp-v2 .pdp-qty-stepper input.qty{width:44px!important}
  .dss-pdp-v2 .single_add_to_cart_button{padding:0 10px!important;font-size:12px!important}
  .dss-pdp-v2 .pdp-cutoff-countdown{display:grid!important;grid-template-columns:auto 1fr!important}.dss-pdp-v2 .pdp-countdown-note{grid-column:1/-1!important}
  .dss-pdp-v2 .benefits div{padding:11px 9px!important}
  .dss-pdp-v2 .pdp-details-wide{width:calc(100% - 30px);margin-top:8px}
  .dss-pdp-v2 .pdp-details-wide .pdp-tab-nav{gap:17px!important;overflow-x:auto!important}.dss-pdp-v2 .pdp-details-wide .pdp-tab{white-space:nowrap!important;font-size:12px!important}
  .pdp-image-lightbox{padding:12px}.pdp-lightbox-close{right:12px;top:12px}
}


/* Final gallery conflict reset: beats legacy sticky/height/grid-column rules. */
body .dss-pdp-v2 .product-gallery{position:static!important;top:auto!important}
body .dss-pdp-v2 .gallery-main-wrap{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:1/1!important}
body .dss-pdp-v2 .product-gallery.single-image>.gallery-main-wrap{grid-column:1!important}
body .dss-pdp-v2 .product-gallery.has-gallery>.gallery-main-wrap{grid-column:2!important}
@media(max-width:560px){body .dss-pdp-v2 .product-gallery.has-gallery>.gallery-main-wrap{grid-column:auto!important}}


/* ============================================================
   Cart drawer free-shipping incentive (v1.5.0)
   ============================================================ */
.dss-shipping-progress{
  display:block;
  margin:0 0 17px;
  padding:15px;
  border:1px solid #e6e6e6;
  border-radius:10px;
  background:linear-gradient(135deg,#fafafa 0%,#fff 100%);
}
.dss-shipping-progress[hidden]{display:none!important}
.dss-shipping-progress__head{display:flex;align-items:center;gap:11px}
.dss-shipping-progress__icon{
  display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;
  border-radius:50%;background:#111;color:#fff;font-size:17px;font-weight:800;
}
.dss-shipping-progress__head>div{min-width:0}
.dss-shipping-progress__head{transition:opacity .28s ease,transform .28s ease}
.dss-shipping-progress__head strong{display:block;color:#111;font-size:13px;line-height:1.35;font-weight:800}
.dss-shipping-progress__head strong .woocommerce-Price-amount{white-space:nowrap}
.dss-shipping-progress__head strong .woocommerce-Price-currencySymbol{font-size:.75em;font-weight:600}
.dss-shipping-progress__head small{display:block;margin-top:3px;color:#777;font-size:11px;line-height:1.4}
.dss-shipping-progress__track{height:7px;margin-top:13px;border-radius:99px;background:#e9e9e9;overflow:hidden}
.dss-shipping-progress__track span{display:block;height:100%;min-width:0;border-radius:inherit;background:#111;transition:width .72s cubic-bezier(.22,1,.36,1),background-color .3s ease,box-shadow .3s ease}
.dss-shipping-progress__icon{transition:background-color .3s ease,color .3s ease,transform .3s ease}
.dss-shipping-progress.is-unlocked{border-color:#bce7c9;background:#f3fbf5}
.dss-shipping-progress.is-unlocked .dss-shipping-progress__icon{background:#11823b}
.dss-shipping-progress.is-unlocked .dss-shipping-progress__track span{background:#11823b}
.dss-shipping-progress.is-updating .dss-shipping-progress__head{opacity:.18;transform:translateY(5px)}
.dss-shipping-progress.did-update{animation:dss-progress-card-update .5s cubic-bezier(.22,1,.36,1)}
.dss-shipping-progress.did-update .dss-shipping-progress__head{animation:dss-progress-copy-in .45s cubic-bezier(.22,1,.36,1)}
.dss-shipping-progress.did-update .dss-shipping-progress__icon{animation:dss-progress-icon-pop .5s cubic-bezier(.22,1,.36,1)}
.dss-shipping-progress.just-unlocked{animation:dss-progress-unlocked .85s cubic-bezier(.22,1,.36,1)}
.dss-shipping-progress.just-unlocked .dss-shipping-progress__track span{box-shadow:0 0 0 4px rgba(17,130,59,.14),0 0 18px rgba(17,130,59,.32)}
@keyframes dss-progress-card-update{0%{transform:scale(.985)}65%{transform:scale(1.012)}100%{transform:scale(1)}}
@keyframes dss-progress-copy-in{0%{opacity:.18;transform:translateY(5px)}100%{opacity:1;transform:translateY(0)}}
@keyframes dss-progress-icon-pop{0%{transform:scale(.72) rotate(-18deg)}70%{transform:scale(1.12) rotate(3deg)}100%{transform:scale(1) rotate(0)}}
@keyframes dss-progress-unlocked{0%{box-shadow:0 0 0 rgba(17,130,59,0)}45%{box-shadow:0 0 0 6px rgba(17,130,59,.15)}100%{box-shadow:0 5px 18px rgba(0,0,0,.035)}}
@media(prefers-reduced-motion:reduce){
  .dss-shipping-progress,.dss-shipping-progress *{animation:none!important;transition:none!important}
}
@media(max-width:560px){
  .dss-shipping-progress{padding:14px;margin-bottom:15px}
  .dss-shipping-progress__head strong{font-size:12.5px}
}


/* ============================================================
   Cart drawer top incentive and line-item refinement (v1.6.2)
   ============================================================ */
.cart-incentive-slot{
  flex:0 0 auto;
  padding:14px 20px 16px;
  border-bottom:1px solid #ececec;
  background:#fff;
}
.cart-incentive-slot:has(.dss-shipping-progress[hidden]){display:none}
.cart-incentive-slot .dss-shipping-progress{
  margin:0;
  padding:14px 15px;
  border-radius:11px;
  box-shadow:0 5px 18px rgba(0,0,0,.035);
}
.cart-incentive-slot .dss-shipping-progress__head strong{font-size:13.5px}
.cart-incentive-slot .dss-shipping-progress__track{height:6px;margin-top:12px}
#cartDrawer #cartItems{padding:0 20px!important}
#cartDrawer .cart-line{
  grid-template-columns:78px minmax(0,1fr) auto!important;
  gap:14px!important;
  padding:18px 0!important;
  align-items:center!important;
}
#cartDrawer .cart-line img{width:78px!important;height:78px!important;border-radius:9px!important}
#cartDrawer .cart-line>div>b{font-size:14px!important;line-height:1.3!important;font-weight:750!important}
#cartDrawer .cart-line>div>small{font-size:12px!important;color:#777!important;margin-top:5px!important}
#cartDrawer .cart-line>strong{font-size:15px!important;font-weight:800!important;white-space:nowrap!important;direction:ltr!important}
#cartDrawer .qty{gap:7px!important;margin-top:11px!important}
#cartDrawer .qty button:not(.remove){
  width:30px!important;min-width:30px!important;height:30px!important;padding:0!important;
  border:1px solid #d7d7d7!important;border-radius:6px!important;background:#fafafa!important;
  font-size:14px!important;font-weight:700!important;
}
#cartDrawer .qty>span{min-width:18px;text-align:center;font-size:13px;font-weight:700}
#cartDrawer .cart-line-remove{
  min-width:0!important;height:auto!important;padding:2px 1px!important;margin-left:3px!important;
  border:0!important;background:transparent!important;border-radius:0!important;
  color:#777!important;text-decoration:underline;text-underline-offset:3px;font-size:12px!important;
}
#cartDrawer .cart-line-remove:hover{color:#111!important}
#cartDrawer #cartSubtotal{direction:ltr!important;text-align:right!important;letter-spacing:-.02em}
@media(max-width:560px){
  .cart-incentive-slot{padding:12px 16px 14px}
  #cartDrawer #cartItems{padding:0 16px!important}
  #cartDrawer .cart-line{grid-template-columns:68px minmax(0,1fr)!important;gap:12px!important}
  #cartDrawer .cart-line img{width:68px!important;height:68px!important}
  #cartDrawer .cart-line>strong{grid-column:2!important;justify-self:start!important;margin-top:-7px!important}
}


/* ============================================================
   PDP benefit cards — premium icon tiles (v1.6.3)
   ============================================================ */
.dss-pdp-v2 .benefits.kt-benefits{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:16px 0 0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  overflow:visible!important;
}
.dss-pdp-v2 .benefits.kt-benefits>div{
  min-height:76px!important;
  padding:14px!important;
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  align-content:center!important;
  column-gap:11px!important;
  row-gap:3px!important;
  text-align:left!important;
  border:1px solid #e8e8e4!important;
  border-radius:12px!important;
  background:#f8f8f6!important;
  box-shadow:0 1px 0 rgba(17,17,17,.025)!important;
  box-sizing:border-box!important;
}
.dss-pdp-v2 .benefits.kt-benefits>div:nth-child(n){border-right:1px solid #e8e8e4!important;border-bottom:1px solid #e8e8e4!important}
.dss-pdp-v2 .benefits.kt-benefits i{
  grid-row:1/3!important;
  align-self:center!important;
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #e4e4df!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#111!important;
  font-style:normal!important;
  box-sizing:border-box!important;
}
.dss-pdp-v2 .benefits.kt-benefits>div:first-child i{background:#111!important;border-color:#111!important;color:#fff!important}
.dss-pdp-v2 .benefits.kt-benefits i svg{width:19px!important;height:19px!important;display:block!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.dss-pdp-v2 .benefits.kt-benefits b{
  align-self:end!important;
  font-size:12.5px!important;
  line-height:1.25!important;
  font-weight:800!important;
  letter-spacing:-.01em!important;
  color:#111!important;
}
.dss-pdp-v2 .benefits.kt-benefits span{
  align-self:start!important;
  font-size:11.25px!important;
  line-height:1.35!important;
  color:#777!important;
}
@media(max-width:560px){
  .dss-pdp-v2 .benefits.kt-benefits{gap:8px!important;margin-top:14px!important}
  .dss-pdp-v2 .benefits.kt-benefits>div{min-height:72px!important;padding:11px!important;grid-template-columns:34px minmax(0,1fr)!important;column-gap:9px!important}
  .dss-pdp-v2 .benefits.kt-benefits i{width:34px!important;height:34px!important;border-radius:9px!important}
  .dss-pdp-v2 .benefits.kt-benefits i svg{width:17px!important;height:17px!important}
  .dss-pdp-v2 .benefits.kt-benefits b{font-size:11.5px!important}
  .dss-pdp-v2 .benefits.kt-benefits span{font-size:10.5px!important}
}
@media(max-width:355px){
  .dss-pdp-v2 .benefits.kt-benefits{grid-template-columns:1fr!important}
}


/* ============================================================
   WooCommerce order confirmation / thank-you page (v1.7.0)
   ============================================================ */
body.woocommerce-order-received .entry-header,
body.woocommerce-order-received .entry-title,
body.woocommerce-order-received .page-title{display:none!important}
body.woocommerce-order-received .product-section.page-content>.section-head{display:none!important}
body.woocommerce-order-received .site-main{background:#f5f5f3!important}
body.woocommerce-order-received .product-section.page-content{width:100%!important;max-width:none!important;margin:0!important;padding:0 22px!important}
body.woocommerce-order-received .entry-content{width:100%!important;max-width:none!important}
body.woocommerce-order-received .entry-content>.woocommerce{width:100%!important;max-width:none!important}
.dss-order-confirmation{
  width:min(1080px,calc(100% - 40px));
  margin:0 auto;
  padding:44px 0 80px;
  color:#111;
}
.dss-thankyou-hero,.dss-order-failed{
  position:relative;
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  padding:34px;
  border-radius:18px;
  background:#111;
  color:#fff;
  overflow:hidden;
}
.dss-thankyou-hero:after{
  content:"";
  position:absolute;
  width:240px;
  height:240px;
  right:-90px;
  top:-130px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:50%;
  pointer-events:none;
}
.dss-thankyou-check{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#d9ff6a;
  color:#111;
  font-size:26px;
  font-weight:900;
}
.dss-thankyou-check svg{width:29px;height:29px;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.dss-thankyou-copy>span,.dss-order-failed>span{
  display:block;
  margin-bottom:7px;
  color:#d9ff6a;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.dss-thankyou-copy h1,.dss-order-failed h1{
  margin:0;
  color:#fff;
  font-size:clamp(25px,3vw,36px);
  line-height:1.12;
  letter-spacing:-.035em;
}
.dss-thankyou-copy p,.dss-order-failed p{margin:10px 0 0;color:#c9c9c9;line-height:1.55;font-size:13px}
.dss-order-actions{position:relative;z-index:1;display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.dss-order-actions a{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 18px;
  border-radius:9px;
  text-decoration:none!important;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
}
.dss-order-whatsapp{background:#25d366;color:#071d0e!important}
.dss-order-whatsapp img{width:20px;height:20px}
.dss-order-secondary{border:1px solid rgba(255,255,255,.35);color:#fff!important;background:transparent}
.dss-order-primary{background:#fff;color:#111!important}
.dss-order-overview{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:14px 0 0;
}
.dss-order-overview>div{
  min-width:0;
  padding:18px;
  border:1px solid #e3e3df;
  border-radius:12px;
  background:#fff;
}
.dss-order-overview span{display:block;margin-bottom:7px;color:#7b7b76;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.dss-order-overview strong{display:block;overflow-wrap:anywhere;font-size:14px;line-height:1.35;color:#111}
.dss-order-next{
  display:grid;
  grid-template-columns:210px minmax(0,1fr);
  gap:24px;
  align-items:center;
  margin:14px 0 26px;
  padding:24px;
  border:1px solid #e3e3df;
  border-radius:14px;
  background:#fff;
}
.dss-order-next__heading>span{display:block;font-size:16px;font-weight:800}
.dss-order-next__heading p{margin:7px 0 0;color:#777;font-size:12px;line-height:1.5}
.dss-order-next ol{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0;padding:0;list-style:none}
.dss-order-next ol:before{content:"";position:absolute;left:10%;right:10%;top:17px;height:1px;background:#ddd}
.dss-order-next li{position:relative;z-index:1;display:grid;grid-template-columns:35px minmax(0,1fr);gap:9px;align-items:start}
.dss-order-next i{width:35px;height:35px;display:grid;place-items:center;border:1px solid #d8d8d3;border-radius:50%;background:#fff;font-style:normal;font-size:11px;font-weight:800}
.dss-order-next li.is-complete i{border-color:#111;background:#111;color:#fff}
.dss-order-next b,.dss-order-next small{display:block}.dss-order-next b{font-size:12px}.dss-order-next small{margin-top:4px;color:#888;font-size:10px;line-height:1.4}
.dss-thankyou-native{display:grid;gap:22px}
.dss-thankyou-native .woocommerce-order-details,
.dss-thankyou-native .woocommerce-customer-details,
.dss-thankyou-native>section,
.dss-thankyou-native>p{
  margin:0!important;
}
.dss-thankyou-native .woocommerce-order-details,
.dss-thankyou-native .woocommerce-customer-details{
  padding:26px;
  border:1px solid #e3e3df;
  border-radius:14px;
  background:#fff;
}
.dss-thankyou-native h2{margin:0 0 18px!important;font-size:21px!important;line-height:1.2;letter-spacing:-.02em;text-transform:none!important}
.dss-thankyou-native table{
  width:100%;
  margin:0!important;
  border:1px solid #e5e5e1!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  border-radius:10px!important;
  overflow:hidden;
  background:#fff;
}
.dss-thankyou-native table th,.dss-thankyou-native table td{padding:15px 16px!important;border:0!important;border-bottom:1px solid #ecece8!important;text-align:left!important;vertical-align:middle!important}
.dss-thankyou-native table tr:last-child th,.dss-thankyou-native table tr:last-child td{border-bottom:0!important}
.dss-thankyou-native table thead th{background:#f5f5f2!important;font-size:11px;text-transform:uppercase;letter-spacing:.06em}
.dss-thankyou-native table a{color:#111!important;text-decoration:none!important;font-weight:700}
.dss-thankyou-native table tfoot th{font-weight:700}.dss-thankyou-native table tfoot tr:last-child{background:#f5f5f2}.dss-thankyou-native table tfoot tr:last-child th,.dss-thankyou-native table tfoot tr:last-child td{font-size:16px;font-weight:900}
.dss-thankyou-native .woocommerce-Price-amount{display:inline-block!important;direction:ltr!important;unicode-bidi:isolate!important;white-space:nowrap!important}
.dss-thankyou-native .woocommerce-Price-amount:before{content:"AED ";font-weight:inherit}
.dss-thankyou-native .woocommerce-Price-currencySymbol{display:none!important}
.dss-thankyou-native .woocommerce-columns--addresses{display:grid!important;grid-template-columns:1fr 1fr;gap:14px;margin:0!important}
.dss-thankyou-native .woocommerce-column{width:auto!important;float:none!important;margin:0!important;padding:20px!important;border:1px solid #e5e5e1;border-radius:10px;background:#fafaf8}
.dss-thankyou-native .woocommerce-column h2{font-size:16px!important;margin-bottom:12px!important}
.dss-thankyou-native address{padding:0!important;border:0!important;line-height:1.75;font-style:normal;color:#444}
.dss-thankyou-native address p{margin:8px 0 0}
@media(max-width:860px){
  .dss-thankyou-hero,.dss-order-failed{grid-template-columns:50px 1fr;padding:27px}
  .dss-thankyou-check{width:50px;height:50px}
  .dss-thankyou-hero .dss-order-actions,.dss-order-failed .dss-order-actions{grid-column:1/-1}
  .dss-order-next{grid-template-columns:1fr}
}
@media(max-width:640px){
  body.woocommerce-order-received .product-section.page-content{padding:0!important}
  .dss-order-confirmation{width:calc(100% - 28px);padding:22px 0 54px}
  .dss-thankyou-hero,.dss-order-failed{display:block;padding:24px 20px;border-radius:14px}
  .dss-thankyou-check{margin-bottom:18px}
  .dss-thankyou-copy h1,.dss-order-failed h1{font-size:27px}
  .dss-order-actions{margin-top:20px;display:grid;grid-template-columns:1fr}
  .dss-order-actions a{width:100%}
  .dss-order-overview{grid-template-columns:1fr 1fr;gap:8px}
  .dss-order-overview>div{padding:14px}.dss-order-overview strong{font-size:12.5px}
  .dss-order-next{padding:19px;margin-bottom:18px}
  .dss-order-next ol{grid-template-columns:1fr;gap:15px}.dss-order-next ol:before{left:17px;right:auto;top:17px;bottom:17px;width:1px;height:auto}
  .dss-thankyou-native .woocommerce-order-details,.dss-thankyou-native .woocommerce-customer-details{padding:18px 14px;border-radius:12px}
  .dss-thankyou-native table{font-size:12px}.dss-thankyou-native table th,.dss-thankyou-native table td{padding:12px 10px!important}
  .dss-thankyou-native .woocommerce-columns--addresses{grid-template-columns:1fr}
}

/* Product card hover image — real gallery swap with safe primary fallback (v1.7.4). */
body .product-card .product-media.has-secondary img.second,
body .dss-home-v4 .dss-home-products .product-card .product-media.has-secondary img.second{
  display:block!important;
  visibility:visible!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  padding:5%!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:opacity .24s ease!important;
}
body .product-card .product-media.has-secondary img.first{
  opacity:1!important;
  transition:opacity .24s ease!important;
}
body .product-card .product-media.no-hover-image img.second{display:none!important;visibility:hidden!important}
body .product-card:hover .product-media.no-hover-image img.first{opacity:1!important}
@media(hover:hover) and (pointer:fine){
  body .product-card:hover .product-media.has-secondary:not(.no-hover-image) img.second{opacity:1!important}
  body .product-card:hover .product-media.has-secondary:not(.no-hover-image) img.first{opacity:0!important}
}

/* Homepage Shop by category — directly below Best sellers (v1.7.5). */
.dss-home-v4 .dss-category-section{
  width:min(1240px,calc(100% - 48px));
  margin:12px auto 28px;
  padding:58px 0 42px;
  border-top:1px solid #ececec;
}
.dss-home-v4 .dss-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.dss-home-v4 .dss-category-card{
  min-height:184px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 44%;
  overflow:hidden;
  border:1px solid #e7e7e3;
  background:#f6f6f3;
  color:#111;
  text-decoration:none;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.dss-home-v4 .dss-category-card:hover{transform:translateY(-2px);border-color:#cfcfca;box-shadow:0 14px 28px rgba(0,0,0,.06)}
.dss-home-v4 .dss-category-copy{display:flex;flex-direction:column;justify-content:flex-end;padding:24px 10px 23px 23px}
.dss-home-v4 .dss-category-copy>span{margin-bottom:auto;color:#777;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.dss-home-v4 .dss-category-copy h3{margin:18px 0 15px;font-size:clamp(18px,1.8vw,25px);line-height:1.05;letter-spacing:-.035em}
.dss-home-v4 .dss-category-copy b{font-size:11px;text-transform:uppercase;letter-spacing:.06em}
.dss-home-v4 .dss-category-copy i{margin-left:5px;font-style:normal;font-size:15px}
.dss-home-v4 .dss-category-image{min-width:0;background:#fff;overflow:hidden}
.dss-home-v4 .dss-category-image img{width:100%;height:100%;display:block;object-fit:contain;padding:12px;transition:transform .28s ease}
.dss-home-v4 .dss-category-card:hover .dss-category-image img{transform:scale(1.04)}
@media(max-width:900px){.dss-home-v4 .dss-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){
  .dss-home-v4 .dss-category-section{width:calc(100% - 30px);padding:38px 0 24px;margin-bottom:18px}
  .dss-home-v4 .dss-category-grid{grid-template-columns:1fr;gap:10px}
  .dss-home-v4 .dss-category-card{min-height:142px;grid-template-columns:minmax(0,1fr) 42%}
  .dss-home-v4 .dss-category-copy{padding:18px 8px 17px 17px}
  .dss-home-v4 .dss-category-copy h3{margin:13px 0 11px;font-size:20px}
}

/* Product-page FAQ — delivery, sizing, payment, and returns (v1.7.6). */
.dss-pdp-v2 .pdp-product-faq{
  width:min(1200px,calc(100% - 44px));
  max-width:1200px;
  margin:18px auto 24px;
  padding:48px 0!important;
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:58px;
  color:#111;
  border-top:1px solid #e8e8e4;
  border-bottom:1px solid #e8e8e4;
}
.dss-pdp-v2 .pdp-faq-heading>span{display:block;margin-bottom:10px;color:#d71920;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.dss-pdp-v2 .pdp-faq-heading h2{margin:0;font-size:clamp(27px,3vw,40px);line-height:1.05;letter-spacing:-.04em}
.dss-pdp-v2 .pdp-faq-list{border-top:1px solid #deded9}
.dss-pdp-v2 .pdp-faq-list .faq-item{border-color:#deded9}
.dss-pdp-v2 .pdp-faq-list .faq-q{padding:20px 0;font-size:14px;text-transform:none}
.dss-pdp-v2 .pdp-faq-list .faq-q span{font-size:20px;font-weight:400}
.dss-pdp-v2 .pdp-faq-list .faq-a{max-width:72ch;font-size:13px;line-height:1.65;color:#555!important}
.dss-pdp-v2 .pdp-faq-list .faq-item.open .faq-a{max-height:190px;padding:0 28px 19px 0}
@media(max-width:760px){
  .dss-pdp-v2 .pdp-product-faq{width:calc(100% - 30px);grid-template-columns:1fr;gap:25px;padding:36px 0!important}
  .dss-pdp-v2 .pdp-faq-heading h2{font-size:29px}
  .dss-pdp-v2 .pdp-faq-list .faq-q{padding:18px 0;font-size:13px;text-align:left}
}

/* Homepage delivery journey — premium editorial treatment (v1.7.8). */
.dss-home-v4 .dss-delivery-compact{
  width:min(1240px,calc(100% - 48px));
  margin:58px auto 34px;
  padding:0;
  overflow:hidden;
  border:0;
  background:#f3f1ec;
  box-shadow:0 18px 50px rgba(0,0,0,.07);
}
.dss-home-v4 .dss-delivery-heading{
  min-height:142px;
  margin:0;
  padding:34px 38px;
  align-items:center;
  background:#111;
  color:#fff;
}
.dss-home-v4 .dss-delivery-heading .dss-home-kicker{color:#ff5a60}
.dss-home-v4 .dss-delivery-heading h2{max-width:650px;color:#fff;font-size:clamp(34px,4.5vw,60px);line-height:.94;letter-spacing:-.06em;text-align:right}
.dss-home-v4 .dss-delivery-compact ol{
  margin:0;
  padding:18px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  border:0;
}
.dss-home-v4 .dss-delivery-compact li,
.dss-home-v4 .dss-delivery-compact li+li{
  min-height:164px;
  padding:24px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:0;
  border:1px solid #e6e3dc;
  background:#fff;
}
.dss-home-v4 .dss-delivery-compact li>span{
  width:38px;
  height:38px;
  margin-bottom:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#d71920;
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.06em;
}
.dss-home-v4 .dss-delivery-compact li b{display:block;margin-top:22px;color:#111;font-size:18px;line-height:1.15;letter-spacing:-.02em}
.dss-home-v4 .dss-delivery-compact li small{display:block;margin-top:7px;color:#666;font-size:12px;line-height:1.5}
.dss-home-v4 .dss-payment-line{
  margin:0;
  padding:15px 38px;
  border:0;
  background:#d71920;
  color:#fff;
  text-align:left;
  font-size:12px;
  font-weight:750;
  letter-spacing:.02em;
}
.dss-home-v4 .dss-payment-line:before{content:'✓';display:inline-flex;width:20px;height:20px;margin-right:9px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.55);border-radius:50%;font-size:10px}
@media(max-width:900px){
  .dss-home-v4 .dss-delivery-heading{min-height:0;padding:30px;align-items:flex-start;flex-direction:column}
  .dss-home-v4 .dss-delivery-heading h2{text-align:left}
  .dss-home-v4 .dss-delivery-compact ol{grid-template-columns:1fr}
  .dss-home-v4 .dss-delivery-compact li,.dss-home-v4 .dss-delivery-compact li+li{min-height:138px;padding:21px;border:1px solid #e6e3dc}
}
@media(max-width:560px){
  .dss-home-v4 .dss-delivery-compact{width:calc(100% - 28px);margin-top:40px}
  .dss-home-v4 .dss-delivery-heading{padding:25px 22px}
  .dss-home-v4 .dss-delivery-heading h2{font-size:37px}
  .dss-home-v4 .dss-delivery-compact ol{padding:10px;gap:8px}
  .dss-home-v4 .dss-delivery-compact li,.dss-home-v4 .dss-delivery-compact li+li{min-height:126px;padding:18px}
  .dss-home-v4 .dss-delivery-compact li>span{width:32px;height:32px}
  .dss-home-v4 .dss-delivery-compact li b{margin-top:16px;font-size:16px}
  .dss-home-v4 .dss-payment-line{padding:14px 18px;line-height:1.5}
}

/* Cart drawer smooth entrance after add-to-cart (v1.7.13). */
body::before{
  content:'';
  position:fixed;
  inset:0;
  z-index:89;
  background:rgba(12,12,12,.36);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .38s ease,visibility 0s linear .38s;
}
body.cart-drawer-open{overflow:hidden}
body.cart-drawer-open::before{opacity:1;visibility:visible;transition-delay:0s}
.cart-drawer{
  transform:translate3d(105%,0,0)!important;
  opacity:.985;
  will-change:transform,opacity;
  transition:transform .62s cubic-bezier(.22,1,.36,1),opacity .3s ease!important;
}
.cart-drawer.open{transform:translate3d(0,0,0)!important;opacity:1}
.cart-drawer.is-opening>div:first-child,
.cart-drawer.is-opening .cart-incentive-slot,
.cart-drawer.is-opening #cartItems,
.cart-drawer.is-opening .cart-summary{animation:dss-cart-content-in .52s cubic-bezier(.22,1,.36,1) both}
.cart-drawer.is-opening .cart-incentive-slot{animation-delay:.08s}
.cart-drawer.is-opening #cartItems{animation-delay:.13s}
.cart-drawer.is-opening .cart-summary{animation-delay:.18s}
@keyframes dss-cart-content-in{
  0%{opacity:0;transform:translateX(14px)}
  100%{opacity:1;transform:translateX(0)}
}
@media(prefers-reduced-motion:reduce){
  body::before,.cart-drawer,.cart-drawer.is-opening>*{animation:none!important;transition:none!important}
}

/* UAE Blocks checkout redesign (v1.7.19). */
body.woocommerce-checkout{background:#f5f5f2!important}
.woocommerce-checkout .wp-block-woocommerce-checkout{max-width:1180px!important;margin:0 auto!important;padding:42px 24px 76px!important}
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-step{
  margin:0 0 16px!important;
  padding:26px!important;
  border:1px solid #e4e4e1!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 8px 30px rgba(20,20,20,.035)!important;
}
.woocommerce-checkout .wc-block-components-checkout-step__heading{margin:0 0 20px!important}
.woocommerce-checkout .wc-block-components-checkout-step__title{font-size:21px!important;font-weight:800!important;letter-spacing:-.025em!important;line-height:1.2!important}
.woocommerce-checkout .wc-block-components-checkout-step__description{color:#676767!important;font-size:13px!important;line-height:1.55!important}
.woocommerce-checkout .wc-block-components-address-form{gap:12px!important}
.woocommerce-checkout .wc-block-components-address-form__state{display:none!important}
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
.woocommerce-checkout .wc-block-components-select .wc-block-components-select__select{
  min-height:56px!important;
  border:1px solid #cfcfcb!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#111!important;
  box-shadow:none!important;
  transition:border-color .18s ease,box-shadow .18s ease!important;
}
.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input:focus,
.woocommerce-checkout .wc-block-components-select .wc-block-components-select__select:focus{
  border-color:#111!important;
  box-shadow:0 0 0 3px rgba(17,17,17,.09)!important;
  outline:0!important;
}
.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-select label{color:#575757!important;font-size:13px!important}
.woocommerce-checkout .wc-block-components-checkbox{padding:5px 0!important}
.woocommerce-checkout .wc-block-components-checkbox__input{border-radius:5px!important}
.woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option{
  min-height:64px!important;
  margin-bottom:9px!important;
  padding:16px!important;
  border:1px solid #dededb!important;
  border-radius:12px!important;
  background:#fff!important;
}
.woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option-checked{border-color:#111!important;box-shadow:0 0 0 1px #111!important}
.woocommerce-checkout .wc-block-checkout__sidebar{
  top:104px!important;
  padding:22px!important;
  border:1px solid #e4e4e1!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 14px 45px rgba(20,20,20,.06)!important;
}
.woocommerce-checkout .wc-block-components-order-summary{padding:0!important}
.woocommerce-checkout .wc-block-components-order-summary-item{padding:16px 0!important;border-bottom:1px solid #eeeeeb!important}
.woocommerce-checkout .wc-block-components-order-summary-item__image img{border-radius:10px!important;background:#f7f7f5!important;object-fit:contain!important}
.woocommerce-checkout .wc-block-components-totals-wrapper{border-color:#ecece8!important;padding:15px 0!important}
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-size:18px!important;font-weight:800!important}
.woocommerce-checkout .dss-payment-option{
  margin:0 0 10px!important;
  border:1px solid #dededb!important;
  border-radius:13px!important;
  overflow:hidden!important;
  background:#fff!important;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.woocommerce-checkout .dss-payment-option:hover{border-color:#a9a9a5!important;transform:translateY(-1px)!important}
.woocommerce-checkout .dss-payment-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted{border-color:#111!important;box-shadow:0 0 0 1px #111!important}
.woocommerce-checkout .dss-payment-option .wc-block-components-radio-control__option{padding:17px 18px!important;background:transparent!important}
.woocommerce-checkout .dss-payment-option .wc-block-components-payment-method-label{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:10px!important;width:100%!important;font-weight:750!important;line-height:1.4!important}
.woocommerce-checkout .dss-payment-icons{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px!important;min-height:25px!important}
.woocommerce-checkout .dss-pay-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:25px!important;padding:0 7px!important;border:1px solid #dedede!important;border-radius:5px!important;background:#fff!important;color:#111!important;font-size:10px!important;font-weight:800!important;line-height:1!important;letter-spacing:0!important;box-shadow:0 1px 2px rgba(0,0,0,.04)!important}
.woocommerce-checkout .dss-pay-visa{color:#1434cb!important;font-style:italic!important;letter-spacing:-.04em!important}
.woocommerce-checkout .dss-pay-mastercard{position:relative!important;width:38px!important;padding:0!important}
.woocommerce-checkout .dss-pay-mastercard i{display:block!important;width:14px!important;height:14px!important;border-radius:50%!important;background:#eb001b!important}
.woocommerce-checkout .dss-pay-mastercard i+i{margin-left:-5px!important;background:#f79e1b!important;opacity:.9!important}
.woocommerce-checkout .dss-pay-apple{background:#111!important;border-color:#111!important;color:#fff!important}
.woocommerce-checkout .dss-pay-google b{color:#4285f4!important;margin-right:2px!important;font-size:12px!important}
.woocommerce-checkout .dss-payment-option--cod .dss-payment-icons{color:#555!important}
.woocommerce-checkout .dss-cod-icon{display:inline-grid!important;place-items:center!important;width:30px!important;height:25px!important;border-radius:5px!important;background:#eaf7ed!important;color:#16763a!important}
.woocommerce-checkout .dss-cod-icon svg{width:19px!important;height:19px!important;stroke:currentColor!important;stroke-width:1.6!important}
.woocommerce-checkout .dss-pay-note{font-size:11px!important;font-weight:700!important;color:#4e4e4e!important}
.woocommerce-checkout .dss-checkout-trust{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:14px!important}
.woocommerce-checkout .dss-checkout-trust span{display:flex!important;align-items:center!important;gap:7px!important;min-height:48px!important;padding:10px!important;border-radius:9px!important;background:#f7f7f4!important;color:#555!important;font-size:10.5px!important;font-weight:650!important;line-height:1.35!important}
.woocommerce-checkout .dss-checkout-trust b{display:inline-grid!important;place-items:center!important;width:18px!important;height:18px!important;flex:0 0 18px!important;border-radius:50%!important;background:#111!important;color:#fff!important;font-size:10px!important}
.woocommerce-checkout .wc-block-components-checkout-place-order-button{min-height:58px!important;border-radius:12px!important;background:#111!important;box-shadow:0 8px 22px rgba(0,0,0,.14)!important;font-size:15px!important;transition:transform .18s ease,background .18s ease!important}
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover{background:#d71920!important;transform:translateY(-1px)!important}
@media(min-width:782px){
  body.woocommerce-checkout .product-section.page-content{width:100%!important;max-width:1230px!important;padding-left:24px!important;padding-right:24px!important}
  body.woocommerce-checkout .product-section.page-content .entry-content{width:100%!important;max-width:none!important;margin:0!important}
  body.woocommerce-checkout .wp-block-woocommerce-checkout{width:100%!important;max-width:1180px!important}
  body.woocommerce-checkout .wc-block-checkout__main{width:100%!important;min-width:0!important;padding-right:0!important}
  body.woocommerce-checkout .wc-block-checkout__sidebar{width:100%!important;min-width:0!important}
}
@media(min-width:782px) and (max-width:1023px){
  body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout{display:block!important}
  body.woocommerce-checkout .wc-block-checkout__sidebar{position:static!important;margin-top:24px!important}
}
@media(min-width:1024px){
  body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(360px,.58fr)!important;gap:32px!important;align-items:start!important}
  body.woocommerce-checkout .wc-block-checkout__sidebar{position:sticky!important;top:104px!important;margin-top:0!important}
}
@media(max-width:781px){
  .woocommerce-checkout .wp-block-woocommerce-checkout{width:100%!important;padding:16px 12px 56px!important}

  .woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-step{padding:20px 16px!important;border-radius:13px!important;margin-bottom:12px!important;box-shadow:none!important}
  .woocommerce-checkout .wc-block-components-checkout-step__title{font-size:20px!important}
  .woocommerce-checkout .wc-block-checkout__sidebar{display:none!important}
  .woocommerce-checkout .dss-checkout-trust{grid-template-columns:1fr!important}
  .woocommerce-checkout .dss-checkout-trust span{min-height:42px!important}
  .woocommerce-checkout .dss-payment-option .wc-block-components-radio-control__option{padding:16px 14px!important}
}
@media(prefers-reduced-motion:reduce){
  .woocommerce-checkout .dss-payment-option,.woocommerce-checkout .wc-block-components-checkout-place-order-button{transition:none!important}
}

/* ============================================================
   PREMIUM EMPTY CART
   ============================================================ */
body.woocommerce-cart .product-section.page-content{width:100%;max-width:1200px;margin:0 auto;padding:38px 22px 80px}
body.woocommerce-cart .product-section.page-content>.entry-content{width:100%;max-width:none;margin:0}
body.woocommerce-cart .product-section>.section-head{margin:0 0 28px;padding:0 0 18px;border-bottom:1px solid #e6e6e6}
body.woocommerce-cart .product-section>.section-head h2{margin:0;font-size:clamp(28px,3.2vw,42px);font-weight:850;letter-spacing:-.045em;line-height:1;text-transform:none}
body.woocommerce-cart .wp-block-woocommerce-cart{max-width:none;padding:0}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block{margin:0}
body.woocommerce-cart .dss-cart-empty-hero{display:flex;flex-direction:column;align-items:flex-start;max-width:none;margin:0 0 64px;padding:clamp(34px,6vw,68px);border:1px solid #e5e5e5;border-radius:14px;background:#f6f6f6;text-align:left}
body.woocommerce-cart .dss-cart-empty-hero .wc-block-cart__empty-cart__title{max-width:620px;margin:0;padding:0;color:#111;font-size:clamp(34px,5.4vw,64px);font-weight:900;letter-spacing:-.055em;line-height:.98;text-align:left}
body.woocommerce-cart .dss-cart-empty-hero .wc-block-cart__empty-cart__title::before{display:none!important;content:none!important}
body.woocommerce-cart .dss-cart-empty-hero p{max-width:500px;margin:20px 0 0;color:#5c5c5c;font-size:16px;line-height:1.6}
body.woocommerce-cart .dss-empty-cart-shop{display:inline-flex;align-items:center;justify-content:center;min-height:50px;margin-top:28px;padding:0 25px;border:1px solid #111;border-radius:999px;background:#111;color:#fff;font-size:14px;font-weight:800;line-height:1;text-decoration:none;transition:background-color .2s ease,color .2s ease,transform .2s ease}
body.woocommerce-cart .dss-empty-cart-shop:hover,body.woocommerce-cart .dss-empty-cart-shop:focus-visible{background:#fff;color:#111}
body.woocommerce-cart .dss-empty-cart-shop:active{transform:translateY(1px)}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block>.wp-block-separator{display:none}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block>.wp-block-heading:not(.wc-block-cart__empty-cart__title){margin:0 0 24px;color:#111;font-size:clamp(24px,3vw,34px);font-weight:850;letter-spacing:-.035em;line-height:1.1;text-align:left}
body.woocommerce-cart .dss-cart-products .dss-home-products{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.woocommerce-cart .dss-cart-products .dss-product-grid{width:100%!important;margin:0!important}
@media(max-width:760px){
  body.woocommerce-cart .product-section.page-content{padding:26px 16px 56px}
  body.woocommerce-cart .product-section>.section-head{margin-bottom:18px;padding-bottom:14px}
  body.woocommerce-cart .dss-cart-empty-hero{margin-bottom:42px;padding:36px 24px;border-radius:12px}
  body.woocommerce-cart .dss-cart-empty-hero p{font-size:14px;line-height:1.55}
}
@media(prefers-reduced-motion:reduce){body.woocommerce-cart .dss-empty-cart-shop,body.woocommerce-cart .wc-block-grid__product{transition:none}}
