/* CannaBloom — Brand foundation
 * ============================================================
 * Palette + typography + site chrome (topbar, header, catnav,
 * breadcrumb, footer, account dashboard, trust row, product
 * card extensions). Per-page CSS files extend this.
 *
 * Never touch button.single_add_to_cart_button — Flatsome owns it.
 * ============================================================ */

:root{
  --terracotta:#9E502B;
  --terracotta-soft:#C57352;
  --terracotta-deep:#7A3D1F;
  --olive:#6F7138;
  --olive-deep:#4F5128;
  --linen:#F9F4EB;
  --linen-warm:#F2EAD8;
  --bark:#4A3C29;
  --ink:#1F1A12;
  --paper:#EDE9DC;
  --font-display:'Cormorant Garamond','Cormorant',Georgia,serif;
  --font-body:'Inter Tight','Inter',system-ui,sans-serif;
}

/* =====================================================
 * BASE TYPOGRAPHY
 * ===================================================== */
html,body{background-color:var(--paper) !important}
body{
  color:var(--ink);
  font-family:var(--font-body) !important;
  font-size:15px;
  line-height:1.55;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
}
/* Flatsome Customizer injects `h1-h6 { font-family: Lato }` via <style id="custom-css">
   after our stylesheet in the cascade, so !important is required to reclaim Cormorant. */
h1,h2,h3,h4,h5,h6,.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a{
  font-family:var(--font-display) !important;
  font-weight:400 !important;
  font-style:normal !important;
  letter-spacing:-.018em;
  line-height:1.05;
  color:var(--ink);
}
/* Navigation stays Inter Tight (not Cormorant) */
.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a{
  font-family:var(--font-body) !important;
  font-weight:700 !important;
  letter-spacing:.04em;
}
h1{font-size:clamp(48px,5.6vw,84px) !important;line-height:.98 !important;letter-spacing:-.022em}
h2{font-size:clamp(36px,4vw,56px)}
h3{font-size:clamp(22px,2vw,32px)}
h1 i,h2 i,h3 i{font-style:italic !important;font-weight:300 !important;color:var(--olive-deep)}
/* Product title: override display font with body font */
.product_title,.product-title.entry-title{font-family:var(--font-body) !important;font-weight:800 !important;text-transform:uppercase !important;letter-spacing:.04em !important;font-style:normal !important;font-size:clamp(22px,2.6vw,32px) !important;line-height:1.1 !important;}
a{transition:color .15s}
a:hover{color:var(--terracotta)}

/* Container width override — matches Flatsome's 1770px customizer value */
.container,
.row,
.page-wrapper,
.archive .shop-container{max-width:1770px !important}

/* =====================================================
 * TOPBAR — mockup utility bar
 * ===================================================== */
#top-bar{
  background:var(--ink) !important;
  border-bottom:0 !important;
  min-height:34px !important;
}
#top-bar .container,
.header-main .container{
  max-width:1280px !important;
  padding-left:32px !important;
  padding-right:32px !important;
}
#top-bar,
#top-bar a,
#top-bar li,
#top-bar span,
#top-bar p,
#top-bar strong{color:rgba(249,244,235,.9) !important}
#top-bar .flex-row{min-height:34px !important}
#top-bar .html_topbar_left,
#top-bar .html_topbar_right{
  font:600 12px/1 var(--font-body) !important;
  letter-spacing:.06em !important;
  text-transform:uppercase;
  white-space:nowrap;
}
#top-bar .html_topbar_left{
  display:flex;
  align-items:center;
  gap:8px;
}
#top-bar .html_topbar_left strong{
  font-weight:800 !important;
  letter-spacing:.08em;
}
#top-bar .html_topbar_right{
  display:flex;
  align-items:center;
  gap:28px;
}
#top-bar .html_topbar_right a{
  display:inline-flex;
  align-items:center;
  opacity:.86;
}
#top-bar a:hover{
  color:var(--terracotta-soft) !important;
  opacity:1;
}
#top-bar .nav-divided > li + li > a{border-left:0}
.cb-top-dot{
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--terracotta);
  display:inline-block;
}

/* =====================================================
 * HEADER — Flatsome main row styled like mockup branding bar
 * ===================================================== */
.header-main{
  background:var(--linen) !important;
  border-bottom:1px solid rgba(111,113,56,.18);
}
.header-wrapper{background:transparent}
#header{border-bottom:0}
.header-main .header-inner{
  min-height:84px;
  flex-wrap:nowrap !important;
}
.header-main .flex-left{
  justify-content:center !important;
  min-width:0;
  flex:1 1 auto !important;
}
#logo{
  margin-right:22px !important;
  flex:0 0 auto !important;
}
#logo img{
  max-height:56px !important;
  width:auto;
  height:auto;
}
#logo .header-logo-sticky,
#logo .header-logo-dark{display:none}
#logo a{display:flex;align-items:center}

/* Header nav now lives in the main Flatsome row. */
.header-main .flex-left .header-nav-main.nav{
  align-items:center;
  flex-wrap:nowrap !important;
  gap:24px;
  min-width:0;
  white-space:nowrap;
}
.header-main .flex-left .header-nav-main.nav > li{margin:0}
.header-main .flex-left .header-nav-main.nav > li > a{
  display:inline-flex !important;
  align-items:center;
  gap:5px;
  color:var(--bark) !important;
  font:700 13px/1 var(--font-body) !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
  padding:34px 0 !important;
  position:relative;
}
.header-main .flex-left .header-nav-main.nav > li > a::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:24px;
  height:2px;
  background:var(--terracotta);
  opacity:0;
  transform:scaleX(.2);
  transition:opacity .2s ease,transform .2s ease;
}
.header-main .flex-left .header-nav-main.nav > li > a:hover,
.header-main .flex-left .header-nav-main.nav > li.active > a,
.header-main .flex-left .header-nav-main.nav > li.current-menu-item > a{color:var(--terracotta) !important}
.header-main .flex-left .header-nav-main.nav > li > a:hover::after,
.header-main .flex-left .header-nav-main.nav > li.active > a::after,
.header-main .flex-left .header-nav-main.nav > li.current-menu-item > a::after{
  opacity:1;
  transform:scaleX(1);
}
.header-main .flex-left .header-nav-main.nav > li > a i.icon-angle-down{
  display:inline-block !important;
  font-size:10px;
  margin-left:0;
  opacity:.6;
  transition:transform .2s ease;
  vertical-align:baseline;
}
.header-main .flex-left .header-nav-main.nav > li:hover > a i.icon-angle-down{
  transform:rotate(180deg);
}

/* Dropdowns */
.header-wrapper .nav-dropdown{
  background:var(--linen) !important;
  border:1px solid rgba(111,113,56,.22) !important;
  border-top:2px solid var(--terracotta) !important;
  border-radius:4px !important;
  box-shadow:0 12px 32px rgba(74,60,41,.1) !important;
  padding:10px 0 !important;
  min-width:240px;
}
.header-wrapper .nav-dropdown a{
  color:var(--bark) !important;
  font:500 13px/1.25 var(--font-body) !important;
  letter-spacing:.01em !important;
  text-transform:none !important;
  padding:11px 20px !important;
}
.header-wrapper .nav-dropdown a:hover{
  background:rgba(249,244,235,.72) !important;
  color:var(--terracotta) !important;
}

/* Header mini cart: keep Flatsome cart markup from inheriting menu link/button sizing. */
.header-wrapper .cart-item .nav-dropdown,
.header-wrapper .widget_shopping_cart .nav-dropdown{
  width:360px !important;
  min-width:360px !important;
  max-width:calc(100vw - 32px) !important;
  padding:0 !important;
  overflow:hidden;
  background:var(--linen) !important;
}
.header-wrapper .widget_shopping_cart_content{
  font-family:var(--font-body) !important;
  color:var(--bark);
}
.header-wrapper .woocommerce-mini-cart{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}
.header-wrapper .woocommerce-mini-cart-item{
  position:relative;
  min-height:96px;
  margin:0 !important;
  padding:16px 46px 16px 92px !important;
  border-bottom:1px solid rgba(74,60,41,.10);
  background:var(--linen);
  color:var(--bark);
}
.header-wrapper .woocommerce-mini-cart-item > a:not(.remove){
  display:flex !important;
  flex-direction:column !important;
  min-height:54px;
  margin:0 0 8px !important;
  padding:0 !important;
  color:var(--bark) !important;
  background:transparent !important;
  font:600 15px/1.35 var(--font-body) !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}
.header-wrapper .woocommerce-mini-cart-item > a:not(.remove):hover{
  color:var(--terracotta) !important;
  background:transparent !important;
}
.header-wrapper .woocommerce-mini-cart-item img{
  position:absolute;
  left:16px;
  top:16px;
  width:58px !important;
  height:58px !important;
  margin:0 !important;
  object-fit:cover;
  background:var(--paper);
}
.header-wrapper .woocommerce-mini-cart-item .quantity{
  display:block;
  color:rgba(74,60,41,.70);
  font:500 14px/1.25 var(--font-body) !important;
}
.header-wrapper .woocommerce-mini-cart-item .quantity .amount{
  color:var(--bark);
  font:700 14px/1.25 var(--font-body) !important;
}
.header-wrapper .woocommerce-mini-cart-item .quantity .amount .woocommerce-Price-currencySymbol{
  font-size:inherit !important;
  vertical-align:baseline !important;
}
.header-wrapper .woocommerce-mini-cart-item a.remove,
.header-wrapper .woocommerce-mini-cart-item a.remove_from_cart_button{
  position:absolute !important;
  top:18px !important;
  right:16px !important;
  left:auto !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  min-height:24px !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid rgba(74,60,41,.35) !important;
  border-radius:999px !important;
  background:transparent !important;
  color:var(--bark) !important;
  font:400 18px/1 Arial, sans-serif !important;
  letter-spacing:0 !important;
  text-indent:0 !important;
  text-transform:none !important;
  opacity:.8;
}
.header-wrapper .woocommerce-mini-cart-item a.remove:hover,
.header-wrapper .woocommerce-mini-cart-item a.remove_from_cart_button:hover{
  background:var(--terracotta) !important;
  border-color:var(--terracotta) !important;
  color:var(--linen) !important;
  opacity:1;
}
.header-wrapper .ux-mini-cart-footer{
  background:var(--linen);
}
.header-wrapper .woocommerce-mini-cart__total{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin:0 !important;
  padding:18px 20px !important;
  border-bottom:1px solid rgba(74,60,41,.10);
  color:var(--ink);
  font-family:var(--font-body) !important;
  font-size:15px !important;
  line-height:1.2;
}
.header-wrapper .woocommerce-mini-cart__total strong{
  color:var(--bark);
  font:700 15px/1.2 var(--font-body) !important;
}
.header-wrapper .woocommerce-mini-cart__total .amount{
  color:var(--ink);
  font:800 17px/1.2 var(--font-body) !important;
}
.header-wrapper .woocommerce-mini-cart__buttons{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  margin:0 !important;
  padding:0 !important;
}
.header-wrapper .woocommerce-mini-cart__buttons a.button,
.header-wrapper .woocommerce-mini-cart__buttons a{
  display:flex !important;
  align-items:center;
  justify-content:center;
  min-height:50px;
  width:100% !important;
  margin:0 !important;
  padding:14px 12px !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  color:var(--linen) !important;
  font:700 12px/1 var(--font-body) !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
}
.header-wrapper .woocommerce-mini-cart__buttons a:first-child{
  background:var(--terracotta) !important;
}
.header-wrapper .woocommerce-mini-cart__buttons a.checkout{
  background:var(--olive-deep) !important;
}
.header-wrapper .woocommerce-mini-cart__buttons a:hover{
  filter:brightness(.95);
  color:var(--linen) !important;
}

/* Flatsome UX Block mega menu */
.header-main .menu-item-design-full-width.menu-item-has-block{
  position:static !important;
}
.header-main .menu-item-design-full-width.menu-item-has-block > .nav-dropdown{
  left:50% !important;
  right:auto !important;
  width:100vw !important;
  max-width:none !important;
  margin-left:-50vw !important;
  margin-top:0 !important;
  padding:0 !important;
  border-width:2px 0 0 !important;
  border-radius:0 !important;
  box-shadow:0 18px 34px rgba(31,26,18,.08) !important;
  background:var(--linen) !important;
}
.header-main .menu-item-design-full-width.menu-item-has-block > .nav-dropdown::before{
  content:'';
  position:absolute;
  inset:-2px 0 auto;
  height:2px;
  background:var(--terracotta);
}
.cb-mega{
  background:var(--linen) !important;
  color:var(--bark);
}
.cb-mega .section-content{
  max-width:1040px;
  margin:0 auto;
}
.cb-mega__row{
  max-width:1040px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  align-items:flex-start !important;
}
.cb-mega__left{
  padding-right:42px !important;
}
.cb-mega__intro{
  border-bottom:1px solid rgba(111,113,56,.22);
  padding-bottom:13px;
  margin-bottom:24px;
}
.cb-mega__kicker,
.cb-mega__all-link a,
.cb-mega__feature-label,
.cb-mega__feature-cta p{
  font-family:var(--font-body) !important;
  text-transform:uppercase;
  letter-spacing:.28em;
  line-height:1;
}
.cb-mega__kicker{
  margin:0 !important;
  color:var(--olive);
  font-size:11px;
  font-weight:800;
}
.cb-mega__links-row.row-small > .col{
  padding-bottom:14px !important;
}
.cb-mega__link-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:42px;
  row-gap:27px;
  margin-bottom:34px;
}
.cb-mega__link-pair{
  display:grid;
  grid-template-columns:max-content minmax(0,1fr);
  gap:22px;
  align-items:baseline;
  min-width:0;
}
.cb-mega__link-pair--single{
  grid-template-columns:1fr;
}
.cb-mega__link-main,
.cb-mega__link-sub{
  text-decoration:none !important;
}
.header-wrapper .nav-dropdown .cb-mega__link-main{
  color:var(--bark) !important;
  font:400 15px/1.35 var(--font-body) !important;
  letter-spacing:0 !important;
  padding:0 !important;
  text-transform:none !important;
}
.header-wrapper .nav-dropdown .cb-mega__link-sub{
  color:rgba(111,113,56,.78) !important;
  font:600 10px/1.35 var(--font-body) !important;
  letter-spacing:.18em !important;
  padding:0 !important;
  text-transform:uppercase !important;
  white-space:nowrap;
}
.header-wrapper .nav-dropdown .cb-mega__link-main:hover,
.header-wrapper .nav-dropdown .cb-mega__link-sub:hover{
  background:transparent !important;
  color:var(--terracotta) !important;
}
.cb-mega--more .cb-mega__row{
  max-width:1040px !important;
}
.cb-mega--more .cb-mega__left{
  padding-right:0 !important;
}
.cb-mega--more-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  column-gap:48px;
  align-items:start;
}
.cb-mega--more-col--wide{
  grid-column:span 2;
}
.cb-mega--more-col{
  min-width:0;
}
.cb-mega--more-title{
  border-bottom:1px solid rgba(111,113,56,.22);
  color:var(--olive) !important;
  font:800 13px/1.65 var(--font-body) !important;
  letter-spacing:.28em !important;
  margin:0 0 30px !important;
  padding:0 0 16px !important;
  text-transform:uppercase !important;
}
.cb-mega--more-links{
  display:grid;
  gap:23px;
}
.cb-mega--more-links--two{
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:34px;
  row-gap:20px;
}
.header-wrapper .nav-dropdown .cb-mega--more-link{
  color:var(--bark) !important;
  display:inline-block;
  font:400 13px/1.45 Inter,system-ui,sans-serif !important;
  letter-spacing:0 !important;
  padding:0 !important;
  text-decoration:none !important;
  text-transform:none !important;
}
.header-wrapper .nav-dropdown .cb-mega--more-link:hover{
  background:transparent !important;
  color:var(--terracotta) !important;
}
.cb-mega--more-pair{
  display:grid;
  grid-template-columns:max-content minmax(0,1fr);
  gap:28px;
  align-items:baseline;
}
.header-wrapper .nav-dropdown .cb-mega--more-sub{
  color:rgba(111,113,56,.78) !important;
  font:400 10px/1.35 "JetBrains Mono",monospace !important;
  letter-spacing:.16em !important;
  padding:0 !important;
  text-decoration:none !important;
  text-transform:none !important;
  white-space:nowrap;
}
.header-wrapper .nav-dropdown .cb-mega--more-sub:hover{
  background:transparent !important;
  color:var(--terracotta) !important;
}
.cb-mega__menu .ux-menu-link{
  min-height:0 !important;
  padding:0 !important;
  margin:0 0 32px !important;
}
.cb-mega__menu .ux-menu-link a{
  color:var(--bark) !important;
  display:inline !important;
  font:400 16px/1.35 var(--font-body) !important;
  letter-spacing:0 !important;
  padding:0 !important;
  text-transform:none !important;
}
.cb-mega__menu .ux-menu-link a:hover{
  background:transparent !important;
  color:var(--terracotta) !important;
}
.cb-mega__menu--small .ux-menu-link a{
  color:rgba(111,113,56,.78) !important;
  font:600 12px/1.35 var(--font-body) !important;
  letter-spacing:.16em !important;
}
.cb-mega__all-link{
  border-top:1px solid rgba(111,113,56,.18);
  display:inline-block;
  padding-top:15px;
  margin-top:2px;
}
.cb-mega__all-link a{
  color:var(--terracotta) !important;
  font-size:12px;
  font-weight:800;
  text-decoration:none !important;
}
.cb-mega__all-link span{
  letter-spacing:0;
  margin-left:6px;
}
.cb-mega__feature{
  border-radius:4px;
  overflow:hidden;
  background:linear-gradient(180deg,#8F4124 0%,#A9552B 50%,#7A371D 100%) !important;
}
.cb-mega__feature .banner-bg{
  background:linear-gradient(180deg,#8F4124 0%,#A9552B 50%,#7A371D 100%) !important;
}
.cb-mega__feature .overlay{
  display:none !important;
}
.cb-mega__feature-copy .text-box-content,
.cb-mega__feature-cta .text-box-content{
  padding:0 !important;
}
.cb-mega__feature-label{
  color:rgba(249,244,235,.32) !important;
  font-size:11px !important;
  font-weight:800;
  margin:0 0 14px !important;
}
.cb-mega__feature h3{
  color:var(--linen) !important;
  font:700 26px/.96 var(--font-display) !important;
  letter-spacing:-.01em !important;
  max-width:9.5em;
  margin:0 0 10px !important;
  text-transform:uppercase;
}
.cb-mega__feature h3 em{
  color:rgba(199,115,82,.65) !important;
  font-style:italic !important;
  font-weight:400 !important;
}
.cb-mega__feature-meta{
  color:rgba(249,244,235,.78) !important;
  font:600 13px/1.2 var(--font-body) !important;
  letter-spacing:.08em !important;
  text-transform:uppercase;
  margin:0 !important;
}
.cb-mega__feature-cta p{
  color:rgba(199,115,82,.55) !important;
  font-size:12px !important;
  font-weight:800;
  margin:0 !important;
}

@media (max-width:849px){
  .header-main .menu-item-design-full-width.menu-item-has-block > .nav-dropdown{
    display:none !important;
  }
  .cb-mega--more-grid{
    grid-template-columns:1fr;
    row-gap:32px;
  }
  .cb-mega--more-col--wide{
    grid-column:auto;
  }
  .cb-mega--more-links--two{
    grid-template-columns:1fr;
  }
}

/* Max Mega Menu Pro cascade department menu */
.header-wrapper #mega-menu-wrap-primary,
.header-wrapper #mega-menu-wrap-primary_mobile{
  background:transparent !important;
  clear:none !important;
  position:static !important;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile{
  background:transparent !important;
  position:static !important;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.mega-menu-item{
  position:static !important;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > a.mega-menu-link,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > a.mega-menu-link{
  align-items:center !important;
  background:var(--terracotta) !important;
  border:1px solid var(--terracotta) !important;
  box-shadow:0 10px 22px rgba(44,33,24,.12) !important;
  color:var(--linen) !important;
  display:inline-flex !important;
  font:800 11px/1 "JetBrains Mono",monospace !important;
  height:48px !important;
  justify-content:center !important;
  letter-spacing:.16em !important;
  min-width:274px !important;
  padding:0 20px !important;
  text-transform:uppercase !important;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease !important;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > a.mega-menu-link::before,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > a.mega-menu-link::before{
  content:"" !important;
  background:
    linear-gradient(var(--linen),var(--linen)) 0 2px/15px 2px no-repeat,
    linear-gradient(var(--linen),var(--linen)) 0 8px/15px 2px no-repeat,
    linear-gradient(var(--linen),var(--linen)) 0 14px/15px 2px no-repeat,
    radial-gradient(circle,var(--linen) 0 2px,transparent 2.2px) 16px 1px/5px 5px no-repeat,
    radial-gradient(circle,var(--linen) 0 2px,transparent 2.2px) 16px 7px/5px 5px no-repeat,
    radial-gradient(circle,var(--linen) 0 2px,transparent 2.2px) 16px 13px/5px 5px no-repeat !important;
  display:inline-block !important;
  flex:0 0 21px !important;
  height:18px !important;
  margin:0 13px 0 0 !important;
  opacity:.95;
  transform:translateY(-.5px);
  width:21px !important;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > a.mega-menu-link:hover,
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root.mega-toggle-on > a.mega-menu-link,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > a.mega-menu-link:hover,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root.mega-toggle-on > a.mega-menu-link{
  background:#8f4123 !important;
  border-color:#8f4123 !important;
  box-shadow:0 12px 26px rgba(44,33,24,.16) !important;
  color:var(--linen) !important;
  transform:translateY(-1px);
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > a.mega-menu-link .mega-indicator,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > a.mega-menu-link .mega-indicator{
  display:none !important;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu{
  --cb-cascade-pad: max(48px,calc((100vw - 1120px) / 2));
  --cb-cascade-top: 105px;
  background:var(--linen) !important;
  border:0 !important;
  border-top:2px solid var(--terracotta) !important;
  box-shadow:0 20px 34px rgba(31,26,18,.08) !important;
  display:flex !important;
  left:0 !important;
  height:min(560px,calc(100vh - var(--cb-cascade-top))) !important;
  min-height:420px !important;
  padding:46px var(--cb-cascade-pad) 52px !important;
  position:fixed !important;
  right:auto !important;
  top:var(--cb-cascade-top) !important;
  transform:none !important;
  width:100vw !important;
  z-index:999 !important;
}
body.admin-bar .header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu,
body.admin-bar .header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu{
  --cb-cascade-top: 137px;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu::before,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu::before{
  content:none !important;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu::after,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu::after{
  content:none !important;
}
.cb-cascade-feature-panel{
  position:fixed;
  top:151px;
  left:calc(max(48px,(100vw - 1120px) / 2) + 720px);
  z-index:1005;
  display:none;
  width:min(520px,calc(100vw - max(48px,(100vw - 1120px) / 2) - 770px));
  min-width:360px;
  pointer-events:none;
}
body.admin-bar .cb-cascade-feature-panel{
  top:183px;
}
.cb-cascade-feature-panel.is-visible{
  display:block;
}
.cb-cascade-feature-panel__image{
  width:100%;
  height:180px;
  margin:0 0 26px;
  background-color:#a9502c;
  background-position:center;
  background-size:cover;
  position:relative;
  overflow:hidden;
}
.cb-cascade-feature-panel__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 92% 86%, rgba(249,244,235,.13) 0 74px, transparent 75px),
    linear-gradient(180deg,rgba(158,80,43,.38),rgba(74,60,41,.46));
}
.cb-cascade-feature-panel__title{
  color:var(--bark) !important;
  font-family:var(--font-display) !important;
  font-size:30px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:-.01em !important;
  margin:0 0 12px !important;
}
.cb-cascade-feature-panel__description{
  max-width:460px;
  margin:0 !important;
  color:rgba(74,60,41,.68);
  font:400 13px/1.55 Inter,system-ui,sans-serif;
  letter-spacing:0;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item{
  background:transparent !important;
  border:0 !important;
  max-width:1120px !important;
  position:static !important;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:first-child,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:first-child{
  margin-top:0 !important;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:first-child::before,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:first-child::before{
  content:"Main Categories";
  display:block;
  width:295px;
  margin:0 0 24px;
  padding:0 0 18px;
  border-bottom:1px solid rgba(111,113,56,.22);
  color:var(--olive);
  font:800 11px/1 "JetBrains Mono",monospace;
  letter-spacing:.28em;
  text-transform:uppercase;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on::after,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on::after{
  content:none !important;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
  align-items:center !important;
  background:transparent !important;
  border:0 !important;
  border-bottom:1px solid rgba(111,113,56,.13) !important;
  color:var(--bark) !important;
  display:flex !important;
  font:600 14px/1.35 Inter,system-ui,sans-serif !important;
  letter-spacing:0 !important;
  min-height:0 !important;
  padding:12px 0 !important;
  text-transform:none !important;
  width:295px !important;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link .mega-indicator,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link .mega-indicator{
  color:rgba(158,80,43,.48) !important;
  margin-left:auto !important;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
  background:transparent !important;
  color:var(--terracotta) !important;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu{
  background:var(--linen) !important;
  border:0 !important;
  border-left:1px solid rgba(111,113,56,.18) !important;
  display:flex !important;
  flex-direction:column !important;
  left:calc(var(--cb-cascade-pad) + 340px) !important;
  min-height:315px !important;
  max-height:calc(100vh - var(--cb-cascade-top) - 92px) !important;
  overflow-y:auto !important;
  overscroll-behavior:contain;
  padding:0 0 0 48px !important;
  position:fixed !important;
  top:calc(var(--cb-cascade-top) + 46px) !important;
  width:330px !important;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu::before,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu::before{
  content:"Department";
  background:var(--linen);
  display:block;
  margin:0;
  padding:0 0 18px;
  border-bottom:1px solid rgba(111,113,56,.22);
  color:var(--olive);
  font:800 11px/1 "JetBrains Mono",monospace;
  letter-spacing:.28em;
  position:sticky;
  top:0;
  text-transform:uppercase;
  z-index:1;
  order:0;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu::after,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu::after{
  content:"The Flower Market\a Premium flower categories with room for quality tiers and specialty collections.";
  white-space:pre-line;
  display:block;
  order:-1;
  margin:16px 0 22px;
  color:rgba(74,60,41,.68);
  font:400 13px/1.45 Inter,system-ui,sans-serif;
  order:1;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:nth-child(2) > ul.mega-sub-menu::after,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:nth-child(2) > ul.mega-sub-menu::after{
  content:"Artisan Concentrates\a Solventless, resins, dabs, and extract formats.";
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:nth-child(3) > ul.mega-sub-menu::after,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:nth-child(3) > ul.mega-sub-menu::after{
  content:"Infused Lifestyle\a Vapes, edibles, beverages, and infused staples.";
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:nth-child(4) > ul.mega-sub-menu::after,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:nth-child(4) > ul.mega-sub-menu::after{
  content:"The Psychedelic Shop\a Mushrooms, microdose formats, and psilocybin drinkables.";
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:nth-child(5) > ul.mega-sub-menu::after,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:nth-child(5) > ul.mega-sub-menu::after{
  content:"Wellness & Apothecary\a CBD, tinctures, capsules, topicals, and recovery essentials.";
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:nth-child(6) > ul.mega-sub-menu::after,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:nth-child(6) > ul.mega-sub-menu::after{
  content:"The Vault\a Moonrocks and research elements.";
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:nth-child(7) > ul.mega-sub-menu::after,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:nth-child(7) > ul.mega-sub-menu::after{
  content:"The Bulk Depot\a Bulk-ready formats and mix-and-match wholesale options.";
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:nth-child(8) > ul.mega-sub-menu::after,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:nth-child(8) > ul.mega-sub-menu::after{
  content:"Nicotine\a Vapes, cigarettes, and nicotine pouch selections.";
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item{
  background:transparent !important;
  clear:none !important;
  float:none !important;
  order:2;
  padding:0 !important;
  width:100% !important;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
  align-items:center !important;
  background:transparent !important;
  border:0 !important;
  border-bottom:1px solid rgba(111,113,56,.14) !important;
  color:var(--bark) !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto 14px;
  column-gap:16px;
  font:600 14px/1.35 Inter,system-ui,sans-serif !important;
  letter-spacing:0 !important;
  min-height:0 !important;
  padding:12px 0 !important;
  text-transform:none !important;
  width:100% !important;
  white-space:normal !important;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::after,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::after{
  content:"→";
  color:rgba(158,80,43,.56);
  font:700 13px/1 Inter,system-ui,sans-serif;
  text-align:right;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
  color:var(--terracotta) !important;
}
.header-wrapper #mega-menu-wrap-primary #mega-menu-primary .cb-cascade-note,
.header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile .cb-cascade-note{
  color:rgba(111,113,56,.78) !important;
  display:inline-block !important;
  font:400 10px/1.25 "JetBrains Mono",monospace !important;
  letter-spacing:.14em !important;
  margin-left:0 !important;
  text-transform:none !important;
  vertical-align:baseline !important;
  white-space:nowrap !important;
}
.cb-shop-departments-button{
  align-items:center;
  background:var(--terracotta);
  border:0;
  color:var(--linen);
  cursor:pointer;
  display:inline-flex;
  font:800 11px/1 "JetBrains Mono",monospace;
  gap:12px;
  height:48px;
  justify-content:center;
  letter-spacing:.14em;
  padding:0 20px;
  text-transform:uppercase;
  transition:background .18s ease,transform .18s ease,box-shadow .18s ease;
}
.cb-shop-departments-button:hover,
.cb-shop-departments-button[aria-expanded="true"]{
  background:#8f4123;
  box-shadow:0 10px 22px rgba(44,33,24,.14);
  color:var(--linen);
  transform:translateY(-1px);
}
.cb-shop-departments-button__icon{
  background:
    linear-gradient(var(--linen),var(--linen)) 0 2px/15px 2px no-repeat,
    linear-gradient(var(--linen),var(--linen)) 0 8px/15px 2px no-repeat,
    linear-gradient(var(--linen),var(--linen)) 0 14px/15px 2px no-repeat,
    radial-gradient(circle,var(--linen) 0 2px,transparent 2.2px) 16px 1px/5px 5px no-repeat,
    radial-gradient(circle,var(--linen) 0 2px,transparent 2.2px) 16px 7px/5px 5px no-repeat,
    radial-gradient(circle,var(--linen) 0 2px,transparent 2.2px) 16px 13px/5px 5px no-repeat;
  display:inline-block;
  flex:0 0 21px;
  height:18px;
  width:21px;
}
.cb-mobile-departments{
  background:var(--linen);
  margin-left:calc(var(--cb-mobile-departments-gutter, 0px) * -1);
  margin-right:calc(var(--cb-mobile-departments-gutter, 0px) * -1);
  width:calc(100% + (var(--cb-mobile-departments-gutter, 0px) * 2));
}
.cb-mobile-departments__panel{
  background:var(--linen);
  border:0;
  border-top:0;
}
.cb-mobile-departments__group{
  border-bottom:1px solid rgba(74,60,41,.11);
}
.cb-mobile-departments__group:last-child{
  border-bottom:0;
}
.cb-mobile-departments__head{
  align-items:center;
  display:flex;
  min-height:58px;
}
.cb-mobile-departments__trigger{
  align-items:center;
  background:transparent;
  border:0;
  box-sizing:border-box;
  color:var(--bark);
  cursor:pointer;
  display:flex;
  font:700 13px/1 Inter,system-ui,sans-serif;
  flex:1 1 auto;
  height:58px;
  justify-content:flex-start;
  margin:0 !important;
  min-height:58px;
  padding:0 16px 0 24px;
  text-align:left;
  text-transform:none;
  width:auto;
}
.cb-mobile-departments__trigger:focus-visible,
.cb-mobile-departments__toggle:focus-visible{
  outline:0;
  box-shadow:inset 0 0 0 2px rgba(158,80,43,.5);
}
.cb-mobile-departments__toggle{
  align-items:center;
  background:transparent;
  border:0;
  box-sizing:border-box;
  color:rgba(158,80,43,.62);
  cursor:pointer;
  display:flex;
  flex:0 0 52px;
  height:58px;
  justify-content:center;
  margin:0 !important;
  min-height:58px;
  padding:0;
}
.cb-mobile-departments__toggle::before{
  color:rgba(158,80,43,.56);
  content:"⌄";
  font:700 12px/1 Inter,system-ui,sans-serif;
}
.cb-mobile-departments__group.is-open .cb-mobile-departments__head{
  background:rgba(158,80,43,.08);
}
.cb-mobile-departments__group.is-open .cb-mobile-departments__trigger{
  color:var(--terracotta);
}
.cb-mobile-departments__group.is-open .cb-mobile-departments__toggle::before{
  content:"⌃";
}
.cb-mobile-departments__group ul{
  background:#fdfbf6;
  list-style:none;
  margin:0;
  padding:12px 0 18px;
}
.cb-mobile-departments__group li{
  margin:0;
  padding:0;
}
.cb-mobile-departments__group a{
  color:var(--bark);
  display:block;
  font:600 14px/1.38 Inter,system-ui,sans-serif;
  padding:15px 36px;
}
.cb-mobile-departments__group a:hover{
  color:var(--terracotta);
}

@media (min-width:850px){
  .header-wrapper #mega-menu-wrap-primary_mobile{
    display:none !important;
  }
}

@media (max-width:849px){
  .header-wrapper #mega-menu-wrap-primary{
    display:none !important;
  }
  #mega-menu-wrap-primary_mobile,
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile{
    background:var(--linen) !important;
    font-family:Inter,system-ui,sans-serif !important;
  }
  .cb-shop-departments-button{
    width:100%;
  }
  .mobile-sidebar .cb-mobile-departments,
  .off-canvas .cb-mobile-departments,
  .mfp-content .cb-mobile-departments{
    --cb-mobile-departments-gutter: 24px;
  }
  .cb-mobile-departments .cb-cascade-note{
    display:block !important;
    color:var(--olive) !important;
    font:400 10px/1.2 "JetBrains Mono",monospace !important;
    letter-spacing:.14em !important;
    margin:4px 0 0 !important;
    text-transform:none !important;
    white-space:nowrap !important;
  }
  .cb-mobile-departments__group > ul > li > a{
    color:var(--bark) !important;
    display:block !important;
    font:700 16px/1.32 Inter,system-ui,sans-serif !important;
    letter-spacing:0 !important;
    min-height:58px !important;
    padding:14px 32px !important;
    text-transform:none !important;
  }
  .cb-mobile-departments__group > ul > li + li > a{
    padding-top:10px !important;
  }
  .cb-mobile-departments__group > ul > li > a .cb-cascade-note{
    color:var(--olive) !important;
    display:block !important;
    font:400 11px/1.25 "JetBrains Mono",monospace !important;
    letter-spacing:.16em !important;
    margin:6px 0 0 !important;
    white-space:normal !important;
  }
  body.cb-has-mobile-departments-shortcode #mega-menu-wrap-primary_mobile .mega-menu-toggle{
    display:none !important;
  }
  body.cb-has-mobile-departments-shortcode #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile{
    display:none !important;
  }
  body.cb-mobile-departments-open #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile{
    display:block !important;
  }
  body.cb-has-mobile-departments-shortcode #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > a.mega-menu-link{
    display:none !important;
  }
  body.cb-mobile-departments-open #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu{
    display:block !important;
  }
  #mega-menu-wrap-primary_mobile .mega-menu-toggle{
    background:var(--terracotta) !important;
    border:0 !important;
    color:var(--linen) !important;
    min-height:48px !important;
  }
  #mega-menu-wrap-primary_mobile .mega-menu-toggle .mega-toggle-blocks-left,
  #mega-menu-wrap-primary_mobile .mega-menu-toggle .mega-toggle-blocks-center,
  #mega-menu-wrap-primary_mobile .mega-menu-toggle .mega-toggle-blocks-right{
    align-items:center !important;
    display:flex !important;
  }
  #mega-menu-wrap-primary_mobile .mega-menu-toggle .mega-toggle-label{
    color:var(--linen) !important;
    font:800 11px/1 "JetBrains Mono",monospace !important;
    letter-spacing:.12em !important;
    text-transform:uppercase !important;
  }
  .header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > a.mega-menu-link{
    border:0 !important;
    justify-content:flex-start !important;
    width:100% !important;
  }
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > a.mega-menu-link{
    align-items:center !important;
    background:var(--terracotta) !important;
    border:0 !important;
    box-shadow:none !important;
    color:var(--linen) !important;
    display:flex !important;
    font:800 11px/1 "JetBrains Mono",monospace !important;
    height:48px !important;
    justify-content:flex-start !important;
    letter-spacing:.12em !important;
    min-width:0 !important;
    padding:0 14px !important;
    text-transform:uppercase !important;
    width:100% !important;
  }
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > a.mega-menu-link::before{
    margin-right:10px !important;
    transform:scale(.82) translateY(-.5px);
  }
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > a.mega-menu-link .mega-indicator{
    display:none !important;
  }
  .header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu{
    min-height:0 !important;
    padding:0 !important;
    position:static !important;
    width:100% !important;
  }
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu{
    background:var(--linen) !important;
    border:0 !important;
    box-shadow:none !important;
    height:auto !important;
    min-height:0 !important;
    padding:0 !important;
    position:static !important;
    width:100% !important;
  }
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item{
    background:transparent !important;
    border:0 !important;
    display:block !important;
    height:auto !important;
    margin:0 !important;
    max-width:none !important;
    min-height:0 !important;
    padding:0 !important;
    position:relative !important;
    width:100% !important;
  }
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item:first-child::before,
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu::before,
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu::after,
  #mega-menu-wrap-primary_mobile .cb-cascade-feature-panel{
    display:none !important;
  }
  .header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    width:100% !important;
    padding:14px 18px !important;
  }
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    align-items:center !important;
    background:var(--linen) !important;
    border:0 !important;
    border-bottom:1px solid rgba(74,60,41,.11) !important;
    color:var(--bark) !important;
    display:flex !important;
    font:700 12px/1.25 Inter,system-ui,sans-serif !important;
    height:auto !important;
    justify-content:flex-start !important;
    letter-spacing:.01em !important;
    min-height:50px !important;
    padding:0 16px !important;
    text-transform:none !important;
    width:100% !important;
  }
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
    background:rgba(158,80,43,.08) !important;
    color:var(--terracotta) !important;
  }
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link .mega-indicator{
    color:rgba(158,80,43,.56) !important;
    margin-left:auto !important;
  }
  .header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu{
    border-left:0 !important;
    display:none !important;
    min-height:0 !important;
    padding:0 !important;
    position:static !important;
    width:100% !important;
  }
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu{
    background:#fdfbf6 !important;
    border:0 !important;
    border-bottom:1px solid rgba(74,60,41,.1) !important;
    display:none !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:visible !important;
    padding:8px 0 10px !important;
    position:static !important;
    width:100% !important;
  }
  .header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{
    display:block !important;
  }
  .header-wrapper #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item{
    margin:0 0 14px !important;
  }
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item{
    margin:0 !important;
    padding:0 !important;
  }
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    align-items:center !important;
    background:transparent !important;
    border:0 !important;
    color:var(--bark) !important;
    display:flex !important;
    font:600 12px/1.3 Inter,system-ui,sans-serif !important;
    gap:8px;
    justify-content:flex-start !important;
    letter-spacing:0 !important;
    min-height:0 !important;
    padding:10px 18px 10px 28px !important;
    text-transform:none !important;
    white-space:normal !important;
    width:100% !important;
  }
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.cb-cascade-root > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::after{
    content:none !important;
  }
  #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile .cb-cascade-note{
    color:var(--olive) !important;
    font:400 9px/1.2 "JetBrains Mono",monospace !important;
    letter-spacing:.12em !important;
    margin-left:0 !important;
  }
}

/* Header tools: search icon, account outline, bag/cart badge. */
.header-main .nav-right{
  align-items:center;
  flex:0 0 auto !important;
  flex-wrap:nowrap !important;
  gap:12px;
  white-space:nowrap;
}
.header-main .nav-right > li{
  margin:0 !important;
}
.header-main .nav-right > li > a::after{
  display:none !important;
}
.header-search > a,
.account-item > a,
.cart-item > .header-button > a{
  color:var(--bark) !important;
  font-family:var(--font-body) !important;
}
.header-search > a{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  padding:8px !important;
  line-height:1 !important;
}
.header-search > a:hover,
.cart-item > .header-button > a:hover{
  color:var(--terracotta) !important;
}
.account-item > a,
.account-item > .header-button > a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid rgba(111,113,56,.38);
  border-radius:2px;
  height:38px !important;
  padding:0 12px !important;
  line-height:1 !important;
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}
.account-item > .header-button{
  vertical-align:middle;
}
.account-item > a span,
.account-item > .header-button > a span{
  font:700 11px/1 var(--font-body) !important;
  letter-spacing:.1em !important;
  text-transform:uppercase;
}
.account-item > a:hover,
.account-item > .header-button > a:hover{
  background:var(--terracotta);
  border-color:var(--terracotta);
  color:var(--linen) !important;
}
.cart-item .header-button .button{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:8px !important;
  height:38px !important;
  min-height:0;
  line-height:1;
}
.cart-item i[data-icon-label]::after{
  background:var(--terracotta) !important;
  color:var(--linen) !important;
  border:0 !important;
  box-shadow:none !important;
  font:700 10px/18px var(--font-body) !important;
  min-width:18px;
  height:18px;
  border-radius:10px;
  top:-8px;
  right:-10px;
}

@media (min-width:850px){
  .header-search.header-search-dropdown{
    position:relative;
  }
  .header-search.header-search-dropdown > .header-button > a{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    padding:0 !important;
    border:1px solid transparent;
    border-radius:2px;
    color:var(--bark) !important;
    background:transparent !important;
    transition:background .2s ease,border-color .2s ease,color .2s ease;
  }
  .header-search.header-search-dropdown > .header-button > a:hover,
  .header-search.header-search-dropdown.current-dropdown > .header-button > a,
  .header-search.header-search-dropdown:hover > .header-button > a{
    background:var(--terracotta) !important;
    border-color:var(--terracotta) !important;
    color:var(--linen) !important;
  }
  .header-search.header-search-dropdown > .header-button > a i{
    font-size:19px;
    line-height:1;
  }
  .header-search.header-search-dropdown > #ux-search-dropdown{
    width:430px !important;
    min-width:430px !important;
    max-width:calc(100vw - 32px) !important;
    padding:0 !important;
    overflow:hidden;
    background:var(--linen) !important;
    border:1px solid rgba(111,113,56,.28) !important;
    border-top:3px solid var(--terracotta) !important;
    border-radius:4px !important;
    box-shadow:0 18px 38px rgba(31,26,18,.16) !important;
  }
  .header-search.header-search-dropdown .header-search-form{
    padding:0 !important;
    min-width:0 !important;
    width:100%;
    background:transparent;
  }
  .header-search.header-search-dropdown .header-search-form-wrapper,
  .header-search.header-search-dropdown .searchform-wrapper,
  .header-search.header-search-dropdown .searchform{
    width:100%;
  }
  .header-search.header-search-dropdown .searchform .flex-row{
    display:flex;
    align-items:stretch;
    height:56px;
    background:var(--paper);
  }
  .header-search.header-search-dropdown .search-form-categories{
    flex:0 0 118px;
    max-width:118px;
    border-right:1px solid rgba(74,60,41,.14);
    background:rgba(249,244,235,.78);
  }
  .header-search.header-search-dropdown .search_categories{
    width:100% !important;
    height:56px !important;
    margin:0 !important;
    padding:0 32px 0 16px !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    color:var(--bark) !important;
    font:600 14px/56px var(--font-body) !important;
    letter-spacing:.01em;
  }
  .header-search.header-search-dropdown input.search-field{
    height:56px !important;
    margin:0 !important;
    padding:0 18px !important;
    border:0 !important;
    border-radius:0 !important;
    background:var(--paper) !important;
    box-shadow:none !important;
    color:var(--ink) !important;
    font:500 15px/56px var(--font-body) !important;
  }
  .header-search.header-search-dropdown input.search-field::placeholder{
    color:rgba(74,60,41,.48);
  }
  .header-search.header-search-dropdown input.search-field:focus,
  .header-search.header-search-dropdown .search_categories:focus{
    outline:0 !important;
    box-shadow:inset 0 0 0 2px rgba(158,80,43,.22) !important;
  }
  .header-search.header-search-dropdown button[type="submit"],
  .header-search.header-search-dropdown .ux-search-submit{
    flex:0 0 62px;
    width:62px !important;
    height:56px !important;
    min-height:56px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:var(--terracotta) !important;
    color:var(--linen) !important;
    box-shadow:none !important;
    display:flex !important;
    align-items:center;
    justify-content:center;
    transition:background .2s ease;
  }
  .header-search.header-search-dropdown button[type="submit"]:hover,
  .header-search.header-search-dropdown .ux-search-submit:hover{
    background:var(--olive-deep) !important;
  }
  .header-search.header-search-dropdown button[type="submit"] i,
  .header-search.header-search-dropdown .ux-search-submit i{
    font-size:24px;
    line-height:1;
  }
  .header-search.header-search-dropdown .autocomplete-suggestions{
    margin-top:0;
    border:0;
    background:var(--linen);
    box-shadow:none;
  }
}

@media (max-width:1320px) and (min-width:850px){
  #top-bar .container,
  .header-main .container{
    padding-left:22px !important;
    padding-right:22px !important;
  }
  #logo{
    margin-right:16px !important;
  }
  #logo img{
    max-height:50px !important;
  }
  .header-main .flex-left .header-nav-main.nav{
    gap:17px;
  }
  .header-main .flex-left .header-nav-main.nav > li > a{
    font-size:12px !important;
    letter-spacing:.035em !important;
  }
  .account-item > a{
    padding-left:10px !important;
    padding-right:10px !important;
  }
  .header-main .nav-right{
    gap:8px;
  }
}

@media (max-width:1120px) and (min-width:850px){
  .header-main .flex-left .header-nav-main.nav{
    gap:13px;
  }
  .header-main .flex-left .header-nav-main.nav > li > a{
    font-size:11px !important;
    letter-spacing:.025em !important;
  }
  .header-search > a,
  .cart-item .header-button .button{
    padding-left:5px !important;
    padding-right:5px !important;
  }
}

/* Header bottom is not part of the mockup header. */
.header-bottom{display:none !important}

/* =====================================================
 * FOOTER
 * ===================================================== */
.footer-wrapper,.absolute-footer{background:var(--paper) !important;color:var(--ink) !important;border-top:1px solid rgba(31,26,18,.08)}
.footer-widgets{padding:80px 56px 56px}
.footer-widgets .widget-title{
  font:600 11.5px var(--font-body) !important;
  letter-spacing:.32em !important;
  text-transform:uppercase;
  color:var(--ink) !important;
  margin:0 0 22px !important;
}
.footer-widgets ul{list-style:none;margin:0;padding:0}
.footer-widgets li{margin-bottom:12px;font-size:14.5px}
.footer-widgets li a{color:rgba(31,26,18,.7) !important}
.footer-widgets li a:hover{color:var(--terracotta) !important}
.absolute-footer{padding:24px 56px;font-size:12px;color:rgba(31,26,18,.5)}
.absolute-footer a{color:rgba(31,26,18,.7)}
.absolute-footer a:hover{color:var(--terracotta)}

/* =====================================================
 * CB-FOOTER (UX block id 57)
 * ===================================================== */
.cb-footer{padding:80px 56px 0;background:var(--paper);border-top:1px solid rgba(31,26,18,.08);font-family:var(--font-body);color:var(--ink)}
.cb-footer__inner{max-width:1600px;margin:0 auto}
.cb-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.6fr;gap:56px;padding-bottom:56px;border-bottom:1px solid rgba(31,26,18,.08)}
.cb-footer__brand{display:flex;flex-direction:column;gap:14px}
.cb-footer__brand .mark{display:flex;align-items:center;gap:10px}
.cb-footer__brand .name{font-family:var(--font-display);font-weight:500;font-size:30px;letter-spacing:.02em;color:var(--ink);line-height:1}
.cb-footer__brand p{font-size:14.5px;color:rgba(31,26,18,.65);max-width:38ch;line-height:1.55;margin:8px 0 0}
.cb-footer__col h4{font-size:11.5px;font-weight:600;letter-spacing:.32em;text-transform:uppercase;color:var(--ink);margin:0 0 22px}
.cb-footer__col ul{list-style:none;margin:0;padding:0}
.cb-footer__col li{margin-bottom:12px;font-size:14.5px}
.cb-footer__col li a{color:rgba(31,26,18,.7);text-decoration:none;transition:color .15s}
.cb-footer__col li a:hover{color:var(--terracotta)}
.cb-subscribe-wrap h4{margin-bottom:14px}
.cb-subscribe-wrap .lede{font-size:14.5px;color:rgba(31,26,18,.65);margin:0 0 18px}
.cb-subscribe{position:relative}
.cb-subscribe input{width:100%;padding:14px 130px 14px 18px;background:rgba(31,26,18,.04);border:0;border-radius:99px;font:400 14px var(--font-body);outline:none;color:var(--ink)}
.cb-subscribe input::placeholder{color:rgba(31,26,18,.4)}
.cb-subscribe button{position:absolute;right:5px;top:50%;transform:translateY(-50%);background:var(--ink);color:var(--paper);border:0;border-radius:99px;padding:10px 20px;font:600 11px var(--font-body);letter-spacing:.22em;text-transform:uppercase;cursor:pointer}
.cb-subscribe button:hover{background:var(--terracotta)}
.cb-subscribe-wrap small{font-size:12px;color:rgba(31,26,18,.45);margin-top:10px;display:block}
.cb-subfooter{display:flex;justify-content:space-between;align-items:center;padding:24px 0;font-size:12px;color:rgba(31,26,18,.5);letter-spacing:.04em}
.cb-subfooter .legal{display:flex;gap:14px;align-items:center}
.cb-subfooter .legal span{border:1px solid rgba(31,26,18,.18);padding:4px 10px;border-radius:99px;font-weight:600;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:rgba(31,26,18,.65)}
@media (max-width:1024px){.cb-footer{padding:48px 24px 0}.cb-footer__grid{grid-template-columns:1fr 1fr;gap:32px}}
@media (max-width:640px){.cb-footer__grid{grid-template-columns:1fr}.cb-subfooter{flex-direction:column;gap:14px}}

/* =====================================================
 * MOCKUP FOOTER — unprefixed classes from UX block HTML
 * ===================================================== */
.footer{
  padding:80px 0 0;
  background:var(--paper);
  border-top:1px solid rgba(31,26,18,.08);
  font-family:var(--font-body);color:var(--ink);
}
.footer-grid{
  max-width:1600px;margin:0 auto;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1.6fr;
  gap:56px;
  padding:0 30px 56px;
  border-bottom:1px solid rgba(31,26,18,.08);
}
.footer-logo{height:40px;width:auto;display:block}
.footer-brand{display:flex;flex-direction:column;gap:14px}
.footer-brand .brand-mark{justify-content:flex-start;display:flex;align-items:center;gap:10px}
.footer-brand .brand-name{font-family:var(--font-display);font-weight:500;font-size:28px;letter-spacing:.02em;color:var(--ink)}
.footer-brand p{font-size:14.5px;color:rgba(31,26,18,.65);max-width:38ch;line-height:1.55;margin:8px 0 0}
.footer-col h4{font-size:11.5px;font-weight:600;letter-spacing:.32em;text-transform:uppercase;color:var(--ink);margin:0 0 22px}
.footer-col ul{list-style:none;margin:0;padding:0}
.footer-col li{margin-bottom:12px;font-size:14.5px}
.footer-col li a{color:rgba(31,26,18,.7);text-decoration:none;transition:color .15s}
.footer-col li a:hover{color:var(--terracotta)}
.subscribe-wrap h4{margin:0 0 14px}
.subscribe-wrap .lede{font-size:14.5px;color:rgba(31,26,18,.65);margin:0 0 18px}
.subscribe{display:flex;gap:6px;align-items:stretch}
.subscribe input{flex:1;min-width:0;padding:13px 18px;background:rgba(31,26,18,.04);border:0;border-radius:99px;font:400 14px var(--font-body);outline:none;color:var(--ink)}
.subscribe input::placeholder{color:rgba(31,26,18,.4)}
.subscribe button{flex-shrink:0;background:var(--ink);color:var(--paper);border:0;border-radius:99px;padding:12px 18px;font:600 11px var(--font-body);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:background .2s;white-space:nowrap}
.subscribe button:hover{background:var(--terracotta)}
.subscribe-wrap small{font-size:12px;color:rgba(31,26,18,.45);margin-top:10px;display:block}
.subfooter{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:24px 30px;font-size:12px;color:rgba(31,26,18,.5);letter-spacing:.04em}
.legal-icons{display:flex;gap:10px;align-items:center}
.legal-icons span{border:1px solid rgba(31,26,18,.18);padding:4px 10px;border-radius:99px;font-weight:600;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:rgba(31,26,18,.65)}
@media (max-width:1024px){
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px;padding-left:24px;padding-right:24px}
  .subfooter{padding-left:24px;padding-right:24px}
}
@media (max-width:640px){
  .footer-grid{grid-template-columns:1fr}
  .subfooter{flex-direction:column;gap:14px}
}

/* =====================================================
 * FLATSOME CHROME GUARD — counteract all mockup CSS rules
 * that collide with Flatsome's <header class="header">
 * The mockup's .header sets grid/padding/border-bottom/
 * backdrop-filter — override every one here.
 * ===================================================== */
header.header,
header.header.has-sticky,
header.header.stuck{
  display:block !important;
  grid-template-columns:unset !important;
  align-items:unset !important;
  padding:0 !important;
  border-bottom:0 !important;
  backdrop-filter:none !important;
  position:sticky !important;
  top:0 !important;
  z-index:100 !important;
  background:var(--paper) !important;
}
.header-wrapper{display:block !important}
#top-bar,#top-bar.header-top{width:100% !important;display:block !important}
.header-inner.flex-row{display:flex !important}

/* =====================================================
 * CATNAV — prevent wrapping
 * ===================================================== */
.header-bottom .nav{flex-wrap:nowrap;white-space:nowrap}
.header-bottom .nav > li > a{padding:14px 10px;font-size:13px}
@media (max-width:1280px){.header-bottom .nav > li > a{padding:14px 7px;font-size:12px}}

@media (max-width:849px){
  #top-bar .flex-row{
    justify-content:center !important;
  }
  #top-bar .show-for-medium{
    justify-content:center !important;
    max-width:100%;
  }
  #top-bar .html_topbar_left{
    justify-content:center;
    font-size:10.5px !important;
    letter-spacing:.08em !important;
    overflow:hidden;
    text-align:center;
  }
  #top-bar .html_topbar_left > span:not(.cb-top-dot){
    display:none;
  }
  #top-bar .html_topbar_left strong{
    white-space:nowrap;
  }
  .header-main .container{
    padding-left:22px !important;
    padding-right:22px !important;
  }
  .header-main .header-inner{
    min-height:70px;
  }
  #logo{
    margin-right:0 !important;
  }
  #logo img{
    max-height:48px !important;
  }
}

/* =====================================================
 * SHOP — product grid 4/3/2 columns
 * ===================================================== */
.woocommerce ul.products,.woocommerce-page ul.products{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:24px !important;
  list-style:none !important;
  margin:0 !important;padding:0 !important;
}
@media (max-width:1024px){.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(3,1fr) !important}}
@media (max-width:640px){.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,1fr) !important}}

/* =====================================================
 * BUTTONS — remove Flatsome's forced uppercase
 * ===================================================== */
.button{text-transform:none !important;letter-spacing:.04em}
.button.is-outline{text-transform:none !important}

/* =====================================================
 * ABSOLUTE FOOTER — payment icons + copyright
 * ===================================================== */
.absolute-footer{font-size:12px;color:rgba(31,26,18,.45);padding:16px 56px}
.absolute-footer .copyright-footer{display:none}
.payment-icon svg{width:38px;height:19px;display:block}
.payment-icon{display:inline-flex;align-items:center}
.payment-icons.inline-block{display:flex;gap:8px;align-items:center}

/* =====================================================
 * RESPONSIVE — tighten side padding on small viewports
 * ===================================================== */
@media (max-width:1024px){
  .footer-widgets,.absolute-footer{padding-left:24px;padding-right:24px}
}

/* =====================================================
 * FOOTER — mockup dark four-column footer
 * ===================================================== */
.footer-wrapper,
.footer-wrapper .footer,
.footer-wrapper .footer-1,
.footer-wrapper .footer-2,
.absolute-footer{
  background:var(--bark) !important;
  color:var(--linen) !important;
}
.footer-wrapper .footer{
  padding:0 !important;
  border-top:0 !important;
}
.cb-footer{
  background:var(--bark) !important;
  color:var(--linen) !important;
  padding:78px 32px 0 !important;
  border-top:0 !important;
  font-family:var(--font-body) !important;
}
.cb-footer__main{
  width:100% !important;
  max-width:1280px !important;
  margin:0 auto !important;
  padding:0 0 60px !important;
  border-bottom:1px solid rgba(249,244,235,.1);
}
.cb-footer .col{
  padding-bottom:0 !important;
}
.cb-footer__main > .cb-footer__brand{
  flex-basis:34% !important;
  max-width:34% !important;
}
.cb-footer__main > .cb-footer__col{
  flex-basis:22% !important;
  max-width:22% !important;
}
.cb-footer__main > .cb-footer__col:nth-child(3){
  flex-basis:18% !important;
  max-width:18% !important;
}
.cb-footer__main > .cb-footer__col:nth-child(4){
  flex-basis:26% !important;
  max-width:26% !important;
}
.cb-footer .col-inner{
  color:inherit;
}
.cb-footer__brand-copy h3{
  margin:0 0 20px !important;
  color:var(--linen) !important;
  font-family:var(--font-display) !important;
  font-size:30px !important;
  font-weight:500 !important;
  line-height:1 !important;
  letter-spacing:.01em !important;
}
.cb-footer__brand-copy p{
  max-width:320px;
  margin:0 !important;
  color:rgba(249,244,235,.62);
  font-size:13px;
  line-height:1.6;
}
.cb-footer .ux-menu{
  gap:0 !important;
}
.cb-footer .ux-menu-title,
.cb-footer__signup h4{
  margin:0 0 22px !important;
  color:rgba(249,244,235,.72) !important;
  font-family:var(--font-mono, monospace) !important;
  font-size:10px !important;
  font-weight:700 !important;
  letter-spacing:.22em !important;
  line-height:1.2 !important;
  text-transform:uppercase;
}
.cb-footer .ux-menu-link{
  min-height:0 !important;
  margin:0 0 12px !important;
}
.cb-footer .ux-menu-link__link{
  min-height:0 !important;
  padding:0 !important;
}
.cb-footer .ux-menu-link__text{
  color:rgba(249,244,235,.76) !important;
  font-family:var(--font-body) !important;
  font-size:13px;
  line-height:1.25;
  letter-spacing:0 !important;
  text-decoration:none !important;
  white-space:normal !important;
}
.cb-footer .ux-menu-link__link:hover .ux-menu-link__text{
  color:var(--terracotta-soft) !important;
}
.cb-footer__signup p{
  max-width:270px;
  margin:0 0 16px !important;
  color:rgba(249,244,235,.68);
  font-size:12px;
  line-height:1.5;
}
.cb-footer__newsletter-form{
  display:flex;
  width:100%;
  max-width:300px;
  height:42px;
  margin:0 !important;
}
.cb-footer__newsletter-form input{
  flex:1 1 auto;
  min-width:0;
  height:42px !important;
  margin:0 !important;
  padding:0 13px !important;
  border:1px solid rgba(249,244,235,.18) !important;
  border-right:0 !important;
  border-radius:2px 0 0 2px !important;
  background:rgba(249,244,235,.08) !important;
  box-shadow:none !important;
  color:var(--linen) !important;
  font-family:var(--font-body) !important;
  font-size:12px !important;
  line-height:42px !important;
}
.cb-footer__newsletter-form input::placeholder{
  color:rgba(249,244,235,.42);
}
.cb-footer__newsletter-form input:focus{
  outline:none !important;
  box-shadow:none !important;
}
.cb-footer__newsletter-form button{
  flex:0 0 auto;
  height:42px !important;
  min-height:42px !important;
  margin:0 !important;
  padding:0 18px !important;
  border:0 !important;
  border-radius:0 2px 2px 0 !important;
  background:var(--terracotta) !important;
  color:var(--linen) !important;
  font-family:var(--font-mono, monospace) !important;
  font-size:10px !important;
  font-weight:700 !important;
  letter-spacing:.12em !important;
  line-height:42px !important;
  text-transform:uppercase !important;
}
.cb-footer__sub{
  width:100% !important;
  max-width:1280px !important;
  margin:0 auto !important;
  padding:24px 0 30px !important;
  color:rgba(249,244,235,.58);
  font-size:12px;
  line-height:1.2;
}
.cb-footer__sub .col-inner,
.cb-footer__sub-left .col-inner,
.cb-footer__sub-right .col-inner{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  min-width:0;
}
.cb-footer__sub-left .text,
.cb-footer__sub-left .text-inner,
.cb-footer__sub-right .text,
.cb-footer__sub-right .text-inner{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:30px;
  margin:0 !important;
  min-width:0;
}
.cb-footer__sub-right .text,
.cb-footer__sub-right .text-inner{
  justify-content:flex-end;
  gap:16px;
  width:100%;
}
.cb-footer__sub-left p,
.cb-footer__sub-right p{
  display:contents;
}
.cb-footer__sub-left .col-inner{
  gap:0;
}
.cb-footer__sub-right .col-inner{
  justify-content:flex-end;
  gap:0;
}
.cb-footer__sub-left{
  flex-basis:66.6667% !important;
  max-width:66.6667% !important;
}
.cb-footer__sub-right{
  flex-basis:33.3333% !important;
  max-width:33.3333% !important;
}
.cb-footer__sub-left a,
.cb-footer__sub-left .col-inner a{
  color:rgba(249,244,235,.64) !important;
  text-decoration:none !important;
}
.cb-footer__sub-left a:hover,
.cb-footer__sub-left .col-inner a:hover{
  color:var(--terracotta-soft) !important;
}
.payment-chip,
.age-badge{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:6px 10px;
  border-radius:2px;
  font-family:var(--font-mono, monospace);
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  line-height:1;
  text-transform:uppercase;
}
.payment-chip{
  border:1px solid rgba(249,244,235,.2);
  color:rgba(249,244,235,.7);
}
.age-badge{
  border:1px solid var(--terracotta);
  background:var(--terracotta);
  color:var(--linen);
}
.absolute-footer{
  display:none !important;
}
#top-link,
.back-to-top{
  display:none !important;
}
.scroll-top.cb-scroll-top{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:100;
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  margin:0;
  padding:0;
  border:0;
  border-radius:50%;
  background:#2c2118;
  color:#fdfbf6;
  box-shadow:0 4px 16px rgba(74,60,41,.25);
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(12px);
  transition:opacity .3s ease, visibility .3s ease, transform .3s ease, background .2s ease;
}
.scroll-top.cb-scroll-top.visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.scroll-top.cb-scroll-top.visible:hover{
  background:#9e502b;
  transform:translateY(-2px);
}
.scroll-top.cb-scroll-top:focus-visible{
  outline:2px solid #9e502b;
  outline-offset:3px;
}
.scroll-top.cb-scroll-top svg{
  display:block;
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.scroll-top.cb-scroll-top.has-chat-widget{
  bottom:88px;
}
@media (max-width:1024px){
  .cb-footer{padding:52px 24px 0 !important}
  .cb-footer__main > .cb-footer__brand,
  .cb-footer__main > .cb-footer__col,
  .cb-footer__main > .cb-footer__col:nth-child(3),
  .cb-footer__main > .cb-footer__col:nth-child(4){
    flex-basis:50% !important;
    max-width:50% !important;
    margin-bottom:34px !important;
  }
  .cb-footer__sub-left,
  .cb-footer__sub-right{max-width:100% !important;flex-basis:100% !important}
  .cb-footer__sub-right .col-inner,
  .cb-footer__sub-right .text,
  .cb-footer__sub-right .text-inner{justify-content:flex-start;margin-top:16px}
}
@media (max-width:640px){
  .scroll-top.cb-scroll-top{
    right:16px;
    bottom:16px;
    width:40px;
    height:40px;
  }
  .scroll-top.cb-scroll-top svg{
    width:16px;
    height:16px;
  }
  .scroll-top.cb-scroll-top.has-chat-widget{
    bottom:88px;
  }
  .cb-footer{padding:46px 22px 0 !important}
  .cb-footer__main{padding-bottom:40px !important}
  .cb-footer__main > .cb-footer__brand,
  .cb-footer__main > .cb-footer__col,
  .cb-footer__main > .cb-footer__col:nth-child(3),
  .cb-footer__main > .cb-footer__col:nth-child(4){
    flex-basis:100% !important;
    max-width:100% !important;
    margin-bottom:30px !important;
  }
  .cb-footer__main > .cb-footer__col:nth-child(4){margin-bottom:0 !important}
  .cb-footer__newsletter-form{max-width:320px}
  .cb-footer__sub-left .text,
  .cb-footer__sub-left .text-inner,
  .cb-footer__sub-right .text,
  .cb-footer__sub-right .text-inner{gap:14px}
}
