.elementor-115972 .elementor-element.elementor-element-25181ca{--display:flex;}.elementor-widget-nuni-v3-header .nuni-v3-nav__links a, .nuni-v3-mm-drawer__list a, .nuni-v3-mm-drawer__action{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nuni-v3-header .nuni-v3-nav__brand-fallback, .nuni-v3-mm-drawer__title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-115972 .elementor-element.elementor-element-ddf78e6 .nuni-v3-mm-drawer__logo{height:40px;}.elementor-115972 .elementor-element.elementor-element-ddf78e6 .nuni-v3-nav__links a, .nuni-v3-mm-drawer__list a, .nuni-v3-mm-drawer__action{font-family:"Camello-Rough", Sans-serif;font-weight:normal;letter-spacing:1.5px;}.elementor-115972 .elementor-element.elementor-element-ddf78e6 .nuni-v3-nav__brand-fallback, .nuni-v3-mm-drawer__title{font-family:"Gilroy", Sans-serif;font-weight:500;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for nuni-v3-header, class: .elementor-element-ddf78e6 *//* ============================================
     Nuni V3 Header — custom overrides
     Paste into: Elementor → Site Settings → Custom CSS
     (or Appearance → Customize → Additional CSS)
     ============================================ */

  /* --- Strip whitespace above navbar -------- */
  body.nuni-has-hero-v3-nav { margin-top: 0 !important; padding-top: 0 !important; }
  .elementor-widget-nuni-v3-header,
  .elementor-widget-nuni-v3-header > .elementor-widget-container {
    margin: 0 !important; padding: 0 !important; line-height: 0; min-height: 0 !important;
  }
  .elementor-location-header,
  .elementor-location-header > section,
  .elementor-location-header > div,
  .elementor-location-header > .e-con,
  .elementor-location-header .e-con-inner,
  .elementor-location-header .e-con-boxed {
    margin: 0 !important; padding: 0 !important; min-height: 0 !important;
    background: transparent !important; border: 0 !important;
    width: 100% !important; max-width: none !important;
  }

  /* --- Cart drawer: layout + WC mini-cart ---- */
  .nuni-v3-cart-drawer__content {
    display: flex !important; flex-direction: column !important;
    padding: 0 !important; overflow: hidden !important;
  }
  .nuni-v3-cart-drawer .woocommerce-mini-cart {
    flex: 1 1 auto !important; overflow-y: auto !important;
    list-style: none !important; margin: 0 !important;
    padding: 6px 24px 16px !important;
  }

  /* Each cart item */
  .nuni-v3-cart-drawer .woocommerce-mini-cart-item,
  .nuni-v3-cart-drawer .mini_cart_item {
    position: relative !important; display: block !important;
    list-style: none !important; padding: 16px 32px 16px 0 !important;
    margin: 0 !important; border-bottom: 1px solid rgba(28,20,12,0.06) !important;
    text-align: left !important; font-size: 14px !important; line-height: 1.35 !important;
  }
  .nuni-v3-cart-drawer .woocommerce-mini-cart-item:last-child,
  .nuni-v3-cart-drawer .mini_cart_item:last-child { border-bottom: 0 !important; }

  /* Product link wraps the thumbnail + title — make it a flex row */
  .nuni-v3-cart-drawer .woocommerce-mini-cart-item > a:not(.remove),
  .nuni-v3-cart-drawer .mini_cart_item > a:not(.remove) {
    display: flex !important; align-items: center !important; gap: 14px !important;
    color: inherit !important; text-decoration: none !important;
    font-weight: 500 !important; line-height: 1.35 !important;
    padding: 0 !important; margin: 0 !important;
  }

  /* Force the product image to 60×60 — this is the main bug fix */
  .nuni-v3-cart-drawer .woocommerce-mini-cart-item img,
  .nuni-v3-cart-drawer .mini_cart_item img {
    width: 60px !important; height: 60px !important;
    min-width: 60px !important; max-width: 60px !important;
    object-fit: cover !important; border-radius: 6px !important;
    flex: 0 0 60px !important; display: block !important;
    margin: 0 !important; padding: 0 !important; float: none !important;
  }

  /* Quantity row aligned past the thumbnail */
  .nuni-v3-cart-drawer .woocommerce-mini-cart-item .quantity,
  .nuni-v3-cart-drawer .mini_cart_item .quantity {
    display: block !important; margin: 6px 0 0 74px !important;
    font-size: 13px !important; color: rgba(28,20,12,0.6) !important;
    font-weight: 500 !important;
  }
  .nuni-v3-cart-drawer .woocommerce-mini-cart-item .quantity .woocommerce-Price-amount,
  .nuni-v3-cart-drawer .mini_cart_item .quantity .woocommerce-Price-amount {
    color: #1C140C !important; font-weight: 600 !important;
  }

  /* Variations / attributes */
  .nuni-v3-cart-drawer .woocommerce-mini-cart-item .variation {
    margin: 4px 0 0 74px !important; padding: 0 !important;
    font-size: 12px !important; color: rgba(28,20,12,0.55) !important;
  }
  .nuni-v3-cart-drawer .woocommerce-mini-cart-item .variation dt,
  .nuni-v3-cart-drawer .woocommerce-mini-cart-item .variation dd { display: inline !important;
  margin: 0 !important; }

  /* Remove × button — round, top-right */
  .nuni-v3-cart-drawer .woocommerce-mini-cart-item .remove,
  .nuni-v3-cart-drawer .mini_cart_item .remove,
  .nuni-v3-cart-drawer .woocommerce-mini-cart-item .remove_from_cart_button {
    position: absolute !important; top: 14px !important; right: 0 !important;
    width: 24px !important; height: 24px !important;
    padding: 0 !important; margin: 0 !important;
    border: 0 !important; border-radius: 999px !important;
    background: transparent !important; color: rgba(28,20,12,0.4) !important;
    font-size: 20px !important; line-height: 1 !important; font-weight: 400 !important;
    text-decoration: none !important;
    display: inline-flex !important; align-items: center !important; justify-content: center
  !important;
    transition: background 180ms ease, color 180ms ease !important;
  }
  .nuni-v3-cart-drawer .woocommerce-mini-cart-item .remove:hover,
  .nuni-v3-cart-drawer .mini_cart_item .remove:hover {
    background: rgba(28,20,12,0.06) !important; color: #1C140C !important;
  }

  /* Total + buttons docked to bottom */
  .nuni-v3-cart-drawer .woocommerce-mini-cart__total {
    flex: 0 0 auto !important;
    display: flex !important; justify-content: space-between !important; align-items: baseline
  !important;
    padding: 18px 24px 8px !important;
    border-top: 1px solid rgba(28,20,12,0.12) !important;
    margin: 0 !important; font-size: 14px !important; font-weight: 600 !important; color: #1C140C
  !important;
  }
  .nuni-v3-cart-drawer .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-size: 17px !important; font-weight: 700 !important;
  }
  .nuni-v3-cart-drawer .woocommerce-mini-cart__buttons {
    flex: 0 0 auto !important;
    display: flex !important; flex-direction: row !important; gap: 8px !important;
    padding: 8px 24px 24px !important; margin: 0 !important;
  }
  .nuni-v3-cart-drawer .woocommerce-mini-cart__buttons .button {
    flex: 1 1 0 !important;
    display: inline-flex !important; align-items: center !important; justify-content: center
  !important;
    padding: 13px 18px !important; border-radius: 999px !important;
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 13px !important; font-weight: 500 !important; letter-spacing: 0.02em !important;
    text-decoration: none !important; text-align: center !important;
    border: 1.5px solid #1C140C !important; background: transparent !important;
    color: #1C140C !important; text-transform: none !important;
    line-height: 1 !important; white-space: nowrap !important; width: auto !important; min-width: 0
   !important;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease !important;
  }
  .nuni-v3-cart-drawer .woocommerce-mini-cart__buttons .button:hover { background:
  rgba(28,20,12,0.06) !important; }
  .nuni-v3-cart-drawer .woocommerce-mini-cart__buttons .button.checkout,
  .nuni-v3-cart-drawer .woocommerce-mini-cart__buttons .checkout.wc-forward {
    background: #1C140C !important; color: #F4ECDD !important; border-color: #1C140C !important;
  }
  .nuni-v3-cart-drawer .woocommerce-mini-cart__buttons .button.checkout:hover,
  .nuni-v3-cart-drawer .woocommerce-mini-cart__buttons .checkout.wc-forward:hover {
    background: #B68A42 !important; border-color: #B68A42 !important; color: #F4ECDD !important;
  }
  .nuni-v3-cart-drawer .woocommerce-mini-cart__empty-message {
    flex: 1 1 auto !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    text-align: center !important; padding: 40px 24px !important; margin: 0 !important;
    color: rgba(28,20,12,0.55) !important; font-size: 14px !important;
  }

  /* --- Mobile menu drawer polish ------------- */
  .nuni-v3-mm-drawer__list,
  .nuni-v3-mm-drawer__list.menu {
    list-style: none !important; margin: 0 !important; padding: 0 !important;
  }
  .nuni-v3-mm-drawer__list li {
    list-style: none !important;
    border-bottom: 1px solid rgba(28,20,12,0.06) !important;
    margin: 0 !important; padding: 0 !important;
  }
  .nuni-v3-mm-drawer__list li:last-child { border-bottom: 0 !important; }
  .nuni-v3-mm-drawer__list a {
    display: flex !important; align-items: center !important; gap: 8px !important;
    padding: 18px 24px !important; margin: 0 !important;
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 16px !important; font-weight: 500 !important; letter-spacing: 0.01em !important;
    color: inherit !important; text-decoration: none !important;
    background: transparent; transition: background 180ms ease !important; border: 0 !important;
  }
  .nuni-v3-mm-drawer__list a:hover { background: rgba(28,20,12,0.04) !important; }
  .nuni-v3-mm-drawer__list .current-menu-item > a,
  .nuni-v3-mm-drawer__list .current_page_item > a { font-weight: 600 !important; }
  .nuni-v3-mm-drawer__list .plus {
    font-size: 13px !important; opacity: 0.45 !important; margin-left: auto !important;
  }
  .nuni-v3-mm-drawer__list .sub-menu { display: none !important; }/* End custom CSS */