/* ==========================================================================
   GLOBAL VIEWPORT & OVERFLOW FIXES (NO HORIZONTAL SCROLL OR PHANTOM BLOCKS)
   ========================================================================== */
html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
  position: relative !important;
}
/* ==========================================================================
   ARABIKA THEME — OCTEMPLATES LUXURY BENCHMARK EDITION
   Inspired by Bibliotheque de Parfum, Aromateque, and Notino
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --bg-body: #FAF9F6;
  --bg-card: #FFFFFF;
  --bg-subtle: #F5F1EB;
  --bg-dark: #14110E;
  --text-main: #181818;
  --text-muted: #736E67;
  --text-light: #9C948A;
  --gold-main: #C5A880;
  --gold-dark: #9F7E50;
  --gold-light: #F7F2EB;
  --border-color: #E8E2D6;
  --border-subtle: #F0EDE8;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --shadow-card: 0 4px 16px rgba(0,0,0,0.04);
  --shadow-hover: 0 14px 35px rgba(0,0,0,0.08);
  --radius: 8px;
  --transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

/* BASE RESETS */
body {
  background-color: var(--bg-body) !important;
  color: var(--text-main) !important;
  font-family: var(--font-sans) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, .serif-title {
  font-family: var(--font-serif) !important;
  font-weight: 500 !important;
  color: var(--text-main) !important;
  letter-spacing: 0.02em !important;
}

a {
  color: var(--text-main);
  transition: var(--transition);
}
a:hover, a:focus {
  color: var(--gold-dark);
  text-decoration: none;
}

/* ==========================================================================
   TOP BAR (ANNOUNCEMENT + SWITCHERS)
   ========================================================================== */
.top-announcement {
  background: var(--bg-dark) !important;
  color: #D8D0C2 !important;
  font-size: 11.5px !important;
  padding: 8px 0 !important;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.announcement-badge {
  color: var(--gold-main);
  font-weight: 600;
}
.top-meta-actions {
  text-align: right;
}
.top-lang-curr {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.luxury-curr-switch, .luxury-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.curr-item, .lang-item {
  background: none;
  border: none;
  color: #AAA;
  font-size: 11px;
  font-family: var(--font-sans);
  cursor: pointer;
  padding: 0 4px;
  text-transform: uppercase;
  transition: var(--transition);
}
.curr-item:hover, .lang-item:hover, .curr-item.active, .lang-item.active {
  color: var(--gold-main) !important;
  font-weight: 700;
}

/* ==========================================================================
   MAIN HEADER (OCTEMPLATES CLEAN LUXURY ROW)
   ========================================================================== */
.arabika-header {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color) !important;
  padding: 14px 0 !important;
  position: sticky;
  top: 0;
  z-index: 999;
}
.header-content {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* NAV */
.header-nav .nav-menu {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.header-nav .nav-menu a {
  color: var(--text-main) !important;
  font-size: 12.5px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: var(--transition);
  position: relative;
  padding-bottom: 4px;
}
.header-nav .nav-menu a:hover {
  color: var(--gold-dark) !important;
}
.badge-tag {
  background: var(--gold-light);
  color: var(--gold-dark);
  font-size: 9.5px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
  margin-left: 4px;
}

/* LOGO */
.header-logo .logo-link {
  text-decoration: none !important;
  display: block;
  text-align: center;
}
.brand-title {
  font-family: var(--font-serif) !important;
  font-size: 28px !important;
  letter-spacing: 0.22em !important;
  font-weight: 600 !important;
  color: var(--text-main) !important;
  display: block;
  line-height: 1;
}
.brand-subtitle {
  font-size: 8px !important;
  letter-spacing: 0.32em !important;
  text-transform: uppercase !important;
  color: var(--gold-dark) !important;
  display: block;
  margin-top: 3px;
}

/* ACTIONS */
.header-actions {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}
.arabika-search-box {
  position: relative;
  width: 180px;
}
.arabika-search-box .search-input {
  width: 100%;
  background: #FFFFFF !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 20px !important;
  padding: 6px 30px 6px 12px !important;
  font-size: 12px !important;
  color: var(--text-main) !important;
  outline: none;
  transition: var(--transition);
}
.arabika-search-box .search-input:focus {
  border-color: var(--gold-main) !important;
  width: 210px;
}
.arabika-search-box .search-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 0;
  font-size: 12px;
}
.action-icon-link {
  color: var(--text-main) !important;
  font-size: 17px !important;
  text-decoration: none !important;
}
.btn-cart-trigger {
  background: none !important;
  border: none !important;
  cursor: pointer;
  position: relative;
  font-size: 18px !important;
  color: var(--text-main) !important;
}
.cart-items-count {
  position: absolute;
  top: -5px;
  right: -7px;
  background: var(--gold-main) !important;
  color: #fff !important;
  font-size: 9.5px !important;
  font-weight: 700 !important;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================================================
   HERO STAGE (INSPIRED BY BIBLIOTHEQUE & AROMATEQUE)
   ========================================================================== */
.hero-boutique-wrapper {
  background: var(--bg-body) !important;
  padding: 24px 0 40px !important;
}
.hero-split-row {
  margin: 0;
}
.hero-split-box {
  border-radius: 12px !important;
  padding: 44px 38px !important;
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
}
.hero-split-box:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}
.box-perfume {
  background: linear-gradient(135deg, #1C1713 0%, #292019 60%, #36281E 100%) !important;
  border: 1px solid rgba(197, 168, 128, 0.4) !important;
  color: #FFFFFF !important;
}
.box-byphasse {
  background: linear-gradient(135deg, #FAF4EF 0%, #EFE5DC 60%, #E6D7C7 100%) !important;
  border: 1px solid var(--border-color) !important;
  color: var(--text-main) !important;
}
.hero-sub-tag {
  font-size: 10.5px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.18em !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
  display: block;
}
.box-perfume .hero-sub-tag {
  color: var(--gold-main) !important;
}
.box-byphasse .hero-sub-tag {
  color: #8E6A4B !important;
}
.hero-box-title {
  font-size: 38px !important;
  line-height: 1.15 !important;
  margin: 0 0 12px 0 !important;
}
.box-perfume .hero-box-title {
  color: #FFFFFF !important;
}
.box-byphasse .hero-box-title {
  color: #181818 !important;
}
.hero-box-text {
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  margin-bottom: 22px !important;
  max-width: 460px;
}
.box-perfume .hero-box-text {
  color: #CCC2B5 !important;
}
.box-byphasse .hero-box-text {
  color: #554D45 !important;
}

/* BUTTONS */
.btn-gold {
  background-color: var(--gold-main) !important;
  color: #FFFFFF !important;
  border: none !important;
  font-size: 11.5px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  font-weight: 600 !important;
  padding: 12px 24px !important;
  border-radius: var(--radius) !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  transition: var(--transition) !important;
  cursor: pointer;
}
.btn-gold:hover {
  background-color: var(--gold-dark) !important;
  color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(197, 168, 128, 0.35);
}
.btn-dark-sub {
  background-color: #181818 !important;
  color: #FFFFFF !important;
  border: none !important;
  font-size: 11.5px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  font-weight: 600 !important;
  padding: 12px 24px !important;
  border-radius: var(--radius) !important;
  text-decoration: none !important;
  display: inline-flex !important;
  transition: var(--transition);
}
.btn-dark-sub:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}

/* ==========================================================================
   SCENT ACCORD NAVIGATOR PILLS
   ========================================================================== */
.scent-accord-bar {
  text-align: center;
  padding: 20px 0 40px;
}
.scent-pills-list {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.scent-pill-link {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 12.5px;
  color: var(--text-main);
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition);
}
.scent-pill-link:hover, .scent-pill-link.active {
  background: var(--gold-main);
  border-color: var(--gold-main);
  color: #FFFFFF !important;
}

/* ==========================================================================
   LUXURY PRODUCT CARD (OCTEMPLATES BENCHMARK + NOTINO/BIBLIOTHEQUE)
   ========================================================================== */
.featured-arabika-section, .arabika-tabs-showcase-section {
  padding: 20px 0 60px !important;
}
.section-title-wrap {
  margin-bottom: 32px !important;
}
.subtitle-caps {
  font-size: 10.5px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.18em !important;
  font-weight: 600 !important;
  color: var(--gold-dark) !important;
  display: block;
  margin-bottom: 6px;
}
.section-main-title {
  font-size: 32px !important;
  margin: 0 0 8px 0 !important;
}
.section-subtitle-text {
  color: var(--text-muted) !important;
  font-size: 14px !important;
  margin: 0;
}

/* PRODUCT CARD CONTAINER */
.product-thumb-luxury {
  background: var(--bg-card) !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 10px !important;
  padding: 16px !important;
  margin-bottom: 24px !important;
  transition: var(--transition) !important;
  box-shadow: var(--shadow-card);
  display: flex !important;
  flex-direction: column !important;
  min-height: 440px;
  position: relative;
}
.product-thumb-luxury:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--gold-main) !important;
}
.product-thumb-luxury .image {
  background: #FAF8F5;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  margin-bottom: 14px;
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-thumb-luxury .image img {
  max-height: 180px;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.product-thumb-luxury:hover .image img {
  transform: scale(1.04);
}

.badge-dupe-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(20, 16, 12, 0.88);
  color: #E5C799;
  font-size: 9.5px;
  padding: 3px 8px;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.product-brand-tag {
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.16em !important;
  color: var(--gold-dark) !important;
  font-weight: 600 !important;
  display: block;
  margin-bottom: 4px;
}
.product-name a {
  color: var(--text-main) !important;
  text-decoration: none !important;
  font-family: var(--font-serif) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  display: block;
  margin-bottom: 6px;
}
.product-name a:hover {
  color: var(--gold-dark) !important;
}
.product-snippet {
  font-size: 12px !important;
  color: var(--text-muted) !important;
  line-height: 1.4 !important;
  margin-bottom: 12px !important;
  height: 34px;
  overflow: hidden;
}

/* FORMAT PILLS IN CARD (100ml / 10ml) */
.quick-format-pills {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}
.fmt-pill {
  border: 1px solid var(--border-color);
  background: #FAF8F5;
  font-size: 10.5px;
  padding: 3px 8px;
  border-radius: 4px;
  color: var(--text-muted);
  cursor: pointer;
  transition: var(--transition);
}
.fmt-pill.active, .fmt-pill:hover {
  background: var(--gold-light);
  border-color: var(--gold-main);
  color: var(--text-main);
  font-weight: 600;
}

.product-thumb-luxury .price {
  margin-top: auto !important;
  padding-top: 10px;
  border-top: 1px solid var(--border-subtle);
  margin-bottom: 12px !important;
}
.price-val, .price-new {
  font-size: 19px !important;
  font-weight: 700 !important;
  color: var(--text-main) !important;
  font-family: var(--font-sans) !important;
}
.price-old {
  font-size: 13px !important;
  color: #AAA !important;
  text-decoration: line-through !important;
  margin-left: 6px;
}

.button-group-luxury {
  display: flex;
  gap: 8px;
}
.btn-add-cat {
  flex: 1;
  padding: 10px 14px !important;
  font-size: 11px !important;
}
.btn-cat-fav {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  color: var(--text-muted);
  width: 38px;
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition);
}
.btn-cat-fav:hover {
  border-color: #E57373;
  color: #E57373;
}

/* ==========================================================================
   TABS NAV (RECOMMENDED / NEW / RESTOCK / SETS)
   ========================================================================== */
.tabs-nav-wrapper {
  margin-bottom: 30px;
}
.luxury-pills-nav {
  display: inline-flex !important;
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  padding: 4px;
}
.luxury-pills-nav li a {
  border-radius: 25px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: var(--text-muted) !important;
  padding: 8px 20px !important;
  border: none !important;
  background: none !important;
  transition: var(--transition);
}
.luxury-pills-nav li.active a, .luxury-pills-nav li a:hover {
  background: var(--gold-main) !important;
  color: #FFFFFF !important;
}

/* ==========================================================================
   PRODUCT PAGE: MULTI-SENSORY STAGE & ATTRIBUTES
   ========================================================================== */
.light-sensory-stage {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.btn-spray-pill {
  background: #FFFFFF;
  border: 1.5px solid var(--gold-main);
  color: var(--gold-dark);
  font-size: 11.5px;
  padding: 8px 20px;
  border-radius: 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(197, 168, 128, 0.15);
  transition: var(--transition);
  margin-top: 16px;
}
.btn-spray-pill:hover {
  background: var(--gold-main);
  color: #FFFFFF;
}

/* DUPE SIMILARITY WIDGET */
.scent-similarity-widget {
  background: #FCFAF7;
  border: 1px solid var(--gold-main);
  border-radius: 8px;
  padding: 14px 18px;
  margin: 16px 0 20px;
}
.similarity-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: var(--gold-dark);
}
.similarity-percent {
  background: var(--gold-main);
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  float: right;
}
.similarity-text {
  font-size: 13.5px;
  margin: 6px 0 4px;
  color: var(--text-main);
}
.similarity-notes-diff {
  font-size: 12px;
  color: var(--text-muted);
}

/* PYRAMID CARD */
.olfactory-pyramid-card {
  background: #FAF7F2;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 20px;
  margin: 24px 0;
}
.pyramid-card-title {
  font-size: 18px !important;
  margin: 0 0 14px 0 !important;
}
.pyramid-row {
  display: flex;
  padding: 8px 0;
  border-bottom: 1px dashed var(--border-color);
  font-size: 13px;
}
.pyramid-row:last-child {
  border-bottom: none;
}
.pyramid-label {
  width: 130px;
  flex-shrink: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold-dark);
}

/* ==========================================================================
   FOOTER (BOUTIQUE CLEAN)
   ========================================================================== */
.arabika-footer {
  background: #110E0B !important;
  color: #CCC !important;
  padding: 50px 0 24px !important;
  border-top: 1px solid #241D17;
}
.arabika-footer .footer-title {
  color: #FFF !important;
  font-size: 24px !important;
  letter-spacing: 0.2em !important;
  margin-top: 0;
}
.footer-heading {
  color: #FFF !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  margin-bottom: 16px !important;
  font-weight: 600 !important;
}
.footer-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer-links li {
  margin-bottom: 8px !important;
}
.footer-links a {
  color: #888 !important;
  font-size: 12.5px !important;
  text-decoration: none !important;
}
.footer-links a:hover {
  color: var(--gold-main) !important;
}

/* ==========================================================================
   OFFCANVAS CART DRAWER (MUST BE FIXED, NEVER INLINE FLOW!)
   ========================================================================== */
.arabika-drawer-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(4px) !important;
  z-index: 99998 !important;
  display: none !important;
}
.arabika-drawer-overlay.open {
  display: block !important;
}

.arabika-drawer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  width: 420px !important;
  max-width: 85% !important;
  height: 100% !important;
  background: #FFFFFF !important;
  z-index: 99999 !important;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.18) !important;
  display: none !important;
  flex-direction: column !important;
}
.arabika-drawer.open {
  right: 0 !important;
}

.drawer-header {
  padding: 22px 24px !important;
  border-bottom: 1px solid var(--border-color) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.drawer-header h3 {
  margin: 0 !important;
  font-size: 22px !important;
}
.btn-close-drawer {
  background: none !important;
  border: none !important;
  font-size: 20px !important;
  color: var(--text-muted) !important;
  cursor: pointer !important;
  padding: 0 !important;
}
.drawer-body {
  flex: 1 !important;
  overflow-y: auto !important;
  padding: 24px !important;
}
.free-delivery-box {
  background: var(--gold-light) !important;
  border: 1px solid rgba(197, 168, 128, 0.3) !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  margin-bottom: 20px !important;
  font-size: 12.5px !important;
}
.delivery-progress-bar {
  height: 4px !important;
  background: #E5DFD4 !important;
  border-radius: 2px !important;
  margin-top: 6px !important;
  overflow: hidden !important;
}
.delivery-progress-fill {
  height: 100% !important;
  background: var(--gold-dark) !important;
}
.empty-cart-msg {
  padding: 40px 0 !important;
}
.drawer-footer {
  padding: 20px 24px !important;
  border-top: 1px solid var(--border-color) !important;
  background: #FFFFFF !important;
}
.btn-checkout {
  padding: 14px 20px !important;
  font-size: 12px !important;
  text-align: center !important;
}

/* FIX ANY UNSTYLED ALERT / CLOSE BUTTONS */
button.close {
  font-size: 14px !important;
  opacity: 0.6 !important;
}

/* ==========================================================================
   OFFCANVAS AJAX CART (BULLETPROOF TRANSFORM — ZERO INLINE LEAK)
   ========================================================================== */
.arabika-cart-wrapper {
  position: relative !important;
  display: inline-block !important;
}

.btn-cart-trigger {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  position: relative !important;
  color: var(--text-main) !important;
  display: flex !important;
  align-items: center !important;
}
.btn-cart-trigger:focus, .btn-cart-trigger:hover {
  outline: none !important;
  color: var(--gold-dark) !important;
}

.cart-items-count {
  position: absolute !important;
  top: -6px !important;
  right: -8px !important;
  background: var(--gold-main) !important;
  color: #FFFFFF !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  width: 17px !important;
  height: 17px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* OVERLAY (HIDDEN BY DEFAULT) */
.arabika-drawer-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(4px) !important;
  z-index: 99998 !important;
  display: none !important;
}
.arabika-drawer-overlay.active {
  display: block !important;
}

/* DRAWER PANEL (OFF-SCREEN BY DEFAULT) */
.arabika-drawer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  width: 420px !important;
  max-width: 85% !important;
  height: 100% !important;
  background: #FFFFFF !important;
  z-index: 99999 !important;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.18) !important;
  display: none !important;
  flex-direction: column !important;
}
.arabika-drawer.active {
  display: flex !important;
  animation: drawerSlideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes drawerSlideIn {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

body.drawer-opened {
  overflow: hidden !important;
}

.drawer-header {
  padding: 20px 24px !important;
  border-bottom: 1px solid var(--border-color) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.drawer-title-wrap h3 {
  margin: 0 !important;
  font-size: 22px !important;
}
.drawer-items-subtitle {
  font-size: 11px !important;
  color: var(--text-muted) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
}
.btn-close-drawer {
  background: none !important;
  border: none !important;
  font-size: 22px !important;
  color: var(--text-muted) !important;
  cursor: pointer !important;
}
.btn-close-drawer:hover {
  color: #181818 !important;
}

.drawer-body {
  flex: 1 !important;
  overflow-y: auto !important;
  padding: 24px !important;
}

.free-delivery-box {
  background: var(--gold-light) !important;
  border: 1px solid rgba(197, 168, 128, 0.35) !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  margin-bottom: 20px !important;
  font-size: 12.5px !important;
}
.delivery-progress-bar {
  height: 4px !important;
  background: #E5DFD4 !important;
  border-radius: 2px !important;
  margin-top: 6px !important;
  overflow: hidden !important;
}
.delivery-progress-fill {
  height: 100% !important;
  background: var(--gold-dark) !important;
}

.drawer-product-row {
  display: flex !important;
  gap: 14px !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid var(--border-subtle) !important;
  align-items: center !important;
}
.drawer-product-img {
  width: 60px !important;
  height: 60px !important;
  background: #FAF8F5 !important;
  border-radius: 6px !important;
  padding: 4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.drawer-product-img img {
  max-height: 52px !important;
  object-fit: contain !important;
}
.drawer-product-info {
  flex: 1 !important;
}
.drawer-product-title {
  font-family: var(--font-serif) !important;
  font-size: 16px !important;
  color: var(--text-main) !important;
  text-decoration: none !important;
  display: block !important;
  line-height: 1.25 !important;
  margin-bottom: 4px !important;
}
.drawer-option-text {
  font-size: 11px !important;
  color: var(--text-muted) !important;
}
.drawer-qty-price {
  font-size: 13px !important;
  margin-top: 4px !important;
}
.drawer-price {
  font-weight: 700 !important;
  color: var(--text-main) !important;
  margin-left: 8px !important;
}
.btn-remove-item {
  background: none !important;
  border: none !important;
  color: #AAA !important;
  cursor: pointer !important;
  padding: 6px !important;
}
.btn-remove-item:hover {
  color: #E57373 !important;
}

.drawer-totals {
  margin-top: 20px !important;
  padding-top: 14px !important;
  border-top: 1px solid var(--border-color) !important;
}
.drawer-total-line {
  display: flex !important;
  justify-content: space-between !important;
  margin-bottom: 6px !important;
  font-size: 13.5px !important;
}
.drawer-total-line strong {
  font-size: 16px !important;
  color: var(--text-main) !important;
}

.empty-cart-msg {
  padding: 40px 0 !important;
}
.empty-icon-wrap {
  font-size: 40px !important;
  margin-bottom: 12px !important;
}

.drawer-footer {
  padding: 18px 24px !important;
  border-top: 1px solid var(--border-color) !important;
  background: #FFFFFF !important;
}
.btn-checkout {
  padding: 13px 20px !important;
  font-size: 12px !important;
}
