/** Shopify CDN: Minification failed

Line 278:5 Unexpected "\x12"
Line 278:3075 Unterminated string token

**/
/* ==========================================
   ORIGINS FAMILY FOODS - HEADER & MEGA MENU STYLES
   ========================================== */

/* -- Announcement Bar -- */
.announcement-bar {
  background-color: #FF4900 !important;
  color: #FFFFFF !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.3px;
  padding: 8px 0;
  position: relative;
}

.announcement-bar__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
}

.announcement-bar__slide {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.announcement-bar__slide:first-child {
  display: block;
  opacity: 1;
}

.announcement-bar__text {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
}

.announcement-bar__link {
  color: #FFFFFF !important;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 13px;
}

.announcement-bar a {
  color: #FBC51A !important;
  text-decoration: underline;
}

.announcement-bar__close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  padding: 4px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.announcement-bar__close:hover {
  opacity: 1;
}

/* -- Main Header -- */
.site-header,
.header-wrapper {
  background-color: #182626 !important;
  font-family: 'Poppins', sans-serif;
}

.site-header__logo-image {
  max-width: 200px;
}

/* -- Search Bar -- */
.site-header__search-input,
.header__search-input {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border: 2px solid rgba(173, 244, 85, 0.2);
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #2D2C2B;
  transition: border-color 0.2s ease;
}

.site-header__search-input:focus,
.header__search-input:focus {
  border-color: #FF4900;
  outline: none;
}

.site-header__search-input::placeholder {
  color: #666;
  font-style: italic;
}

/* -- Header Icons (Cart, Account) -- */
.site-header__icon,
.header__icon {
  color: #FFFFFF !important;
}

.site-header__icon:hover,
.header__icon:hover {
  color: #FBC51A !important;
}

.cart-count-badge {
  background-color: #FF4900;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 11px;
  border-radius: 50%;
  min-width: 20px;
  height: 20px;
}

/* -- Navigation Bar -- */
.site-nav,
.primary-nav {
  background-color: transparent;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
}

.site-nav__link,
.primary-nav__link {
  color: #FFFFFF !important;
  padding: 12px 16px;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
}

.site-nav__link:hover,
.primary-nav__link:hover {
  color: #FF4900 !important;
}

.site-nav__link:hover::after,
.primary-nav__link:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 3px;
  background-color: #FF4900;
  border-radius: 2px;
}

/* -- Mega Menu -- */
.mega-menu,
.site-nav__dropdown--mega {
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-top: 3px solid #FF4900;
  padding: 30px 40px;
  font-family: 'Poppins', sans-serif;
}

.mega-menu__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

.mega-menu__heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #182626;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ADF455;
}

.mega-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu__list li {
  margin-bottom: 4px;
}

.mega-menu__link {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #2D2C2B;
  padding: 4px 0;
  display: block;
  text-decoration: none;
  transition: color 0.15s ease, padding-left 0.15s ease;
}

.mega-menu__link:hover {
  color: #FF4900;
  padding-left: 4px;
}

.mega-menu__featured-image {
  border-radius: 8px;
  overflow: hidden;
}

.mega-menu__promo-card {
  background: linear-gradient(135deg, #182626, #2D2C2B);
  border-radius: 8px;
  padding: 20px;
  color: #FFFFFF;
  text-align: center;
}

.mega-menu__promo-card h4 {
  color: #FBC51A;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}

.mega-menu__promo-link {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 13px;
  padding: 4px 0;
  transition: color 0.2s ease;
}

.mega-menu__promo-link:hover {
  color: #FBC51A;
}

.mega-menu__view-all {
  text-align: center;
  padding: 16px 0 8px;
  border-top: 1px solid #E7E5E0;
  margin-top: 20px;
}

.mega-menu__view-all a {
  color: #182626;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mefv��V�U��f�Wr������fW"��6���#�4dcC���Р����6��'�&Vv���6&G2�����&Vv����6&B���6�F���&V�F�fS��&�&FW"�&F�W3������fW&f��s���FFV㰢7W'6�#����FW#��G&�6�F���G&�6f�&��'2V6S��Р��&Vv����6&C���fW"��G&�6f�&Ӣ66�R��2���Р��&Vv����6&E���fW&�����6�F���'6��WFS����6WC���&6�w&�V�C�Ɩ�V"�w&F�V�B��F�F���&v&�#B�3��3��を��&v&�#B�3��3���"�����F�7���f�W���Ɩv�֗FV�3�f�W��V�C��FF��s�'���Р��&Vv����6&E���&V���6���#�4dddddc��f��B�f֖Ǔ�u���2r�6�2�6W&�c��f��B�vV�v�C�s��f��B�6��S�G���Р������&��R�V�R�fW'&�FW2�����VF�����v�GF��sc��������&��R��e��6FVv�'��w&�B��F�7���w&�C��w&�B�FV��FR�6��V��3�&WVB�"�g"���v�'���FF��s�g���Р����&��R��e��6FVv�'��F��R��&6�w&�V�C�4dddddc��&�&FW#��6�ƖB4StSTS��&�&FW"�&F�W3����FF��s�g�'���FW�B�Ɩv�6V�FW#��FW�B�FV6�&F������S��G&�6�F���&�&FW"�6���"�'2V6S��Р����&��R��e��6FVv�'��F��S�7F�fR��&�&FW"�6���#�4dcC���&6�w&�V�C�4ddc�c��Р����&��R��e��6FVv�'�֖6����v�GF��C�����V�v�C�C�����&v��WF�����&�&FW"�&F�W3�SS��&6�w&�V�C�4cTcTc��F�7���f�W���Ɩv�֗FV�3�6V�FW#���W7F�g��6��FV�C�6V�FW#��Р����&��R��e��6FVv�'���&V���f��B�f֖Ǔ�u���2r�6�2�6W&�c��f��B�vV�v�C�c��f��B�6��S�'���6���#�3$C$3$#��Ɩ�RֆV�v�C��3��ЧР����7F�6���VFW"�����6�FRֆVFW"��7F�6�����VFW"�w&W"��7F�6�����6�F���7F�6����F�����֖�FW�������G&�6�F���G&�6f�&��72V6R�&���6�F�r�72V6S��Р��6�FRֆVFW"��7F�6���2�67&���VB��&���6�F�s�'��&v&���������


/* ==========================================
   PRODUCT PAGE UX - Origins Family Foods
   ========================================== */

/* ------------------------------------------
   PRODUCT IMAGE GALLERY
   ------------------------------------------ */
.product-gallery { display: flex; gap: 12px; }
.product-gallery__main { flex: 1; position: relative; overflow: hidden; border-radius: 12px; }
.product-gallery__main img { width: 100%; height: auto; object-fit: contain; }
.product-gallery__thumbs { display: flex; flex-direction: column; gap: 8px; width: 80px; }
.product-gallery__thumb { width: 80px; height: 80px; border-radius: 8px; border: 2px solid transparent; cursor: pointer; overflow: hidden; transition: border-color 0.2s; }
.product-gallery__thumb:hover, .product-gallery__thumb.active { border-color: #FF4900; }
.product-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery__badge { position: absolute; top: 12px; left: 12px; background: #FF4900; color: #FFF; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 4px; text-transform: uppercase; z-index: 2; }
@media (max-width: 768px) {
  .product-gallery { flex-direction: column; }
  .product-gallery__thumbs { flex-direction: row; width: 100%; overflow-x: auto; }
  .product-gallery__thumb { width: 60px; height: 60px; flex-shrink: 0; }
}

/* ------------------------------------------
   PRODUCT INFO PANEL
   ------------------------------------------ */
.product-info__title { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 28px; color: #182626; margin-bottom: 8px; line-height: 1.2; }
.product-info__rating { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.product-info__stars { color: #FBC51A; font-size: 16px; letter-spacing: 2px; }
.product-info__review-count { font-family: 'Poppins', sans-serif; font-size: 13px; color: #666; }
.product-info__price { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 32px; color: #182626; margin-bottom: 4px; }
.product-info__price-compare { font-size: 18px; color: #999; text-decoration: line-through; margin-left: 8px; font-weight: 400; }
.product-info__description { font-family: 'Poppins', sans-serif; font-size: 14px; color: #555; line-height: 1.6; margin-bottom: 16px; }
.product-info__unit { font-family: 'Poppins', sans-serif; font-size: 13px; color: #888; margin-bottom: 16px; display: inline-block; background: #F5F4F0; padding: 4px 12px; border-radius: 4px; }

/* Variant Pills */
.variant-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.variant-pill { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; padding: 8px 20px; border: 2px solid #E7E5E0; border-radius: 8px; background: #FFF; color: #2D2C2B; cursor: pointer; transition: all 0.2s; }
.variant-pill:hover { border-color: #FF4900; }
.variant-pill.active { border-color: #FF4900; background: #FFF5F0; color: #FF4900; }
.variant-pill.sold-out { opacity: 0.4; cursor: not-allowed; text-decoration: line-through; }

/* Quantity Selector */
.quantity-selector { display: flex; align-items: center; gap: 0; margin-bottom: 20px; border: 2px solid #E7E5E0; border-radius: 8px; overflow: hidden; width: fit-content; }
.quantity-selector__btn { width: 44px; height: 44px; border: none; background: #F9F8F5; font-size: 20px; font-weight: 700; color: #182626; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.quantity-selector__btn:hover { background: #E7E5E0; }
.quantity-selector__input { width: 50px; height: 44px; border: none; text-align: center; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 600; color: #182626; background: #FFF; }
.quantity-selector__input::-webkit-inner-spin-button, .quantity-selector__input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

/* Add to Cart Button */
.product-form__add-to-cart { width: 100%; padding: 16px; background: #FF4900; color: #FFF; border: none; border-radius: 10px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 16px; cursor: pointer; transition: background 0.2s, transform 0.1s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.product-form__add-to-cart:hover { background: #E04200; }
.product-form__add-to-cart:active { transform: scale(0.98); }
.product-form__add-to-cart[disabled] { background: #CCC; cursor: not-allowed; }

/* Trust Badges */
.product-trust-badges { display: flex; gap: 16px; justify-content: center; margin-top: 16px; padding-top: 16px; border-top: 1px solid #E7E5E0; }
.product-trust-badges__item { display: flex; align-items: center; gap: 6px; font-family: 'Poppins', sans-serif; font-size: 11px; color: #666; }
.product-trust-badges__icon { font-size: 16px; }

/* ------------------------------------------
   PRODUCT TABS (Cultural Story, Ingredients, How to Use)
   ------------------------------------------ */
.product-tabs { margin: 40px 0; }
.product-tabs__nav { display: flex; gap: 0; border-bottom: 2px solid #E7E5E0; margin-bottom: 24px; }
.product-tabs__tab { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; color: #888; padding: 12px 24px; border: none; background: none; cursor: pointer; position: relative; transition: color 0.2s; }
.product-tabs__tab:hover { color: #182626; }
.product-tabs__tab--active { color: #182626; }
.product-tabs__tab--active::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 2px; background: #FF4900; }
.product-tabs__content { display: none; font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 1.7; color: #444; }
.product-tabs__content--active { display: block; }
.product-tabs__content h3 { font-size: 18px; font-weight: 700; color: #182626; margin-bottom: 12px; }
.product-tabs__content p { margin-bottom: 12px; }

/* Ingredients Grid */
.ingredients-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 16px; }
.allergen-notice { background: #FFF3E0; border-left: 4px solid #FF9800; padding: 12px 16px; border-radius: 0 8px 8px 0; font-size: 13px; color: #E65100; margin-top: 16px; }
@media (max-width: 768px) {
  .product-tabs__nav { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .product-tabs__tab { white-space: nowrap; padding: 12px 16px; font-size: 13px; }
  .ingredients-grid { grid-template-columns: 1fr; }
}

/* ------------------------------------------
   DIETARY BADGES
   ------------------------------------------ */
.dietary-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.dietary-badge { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; text-transform: uppercase; padding: 4px 12px; border-radius: 4px; background: #E8F5E9; color: #00C126; letter-spacing: 0.5px; }

/* ------------------------------------------
   COMPLETE YOUR MEAL
   ------------------------------------------ */
.complete-meal { padding: 50px 0; background: #F9F8F5; }
.complete-meal__title { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 24px; color: #182626; text-align: center; margin-bottom: 8px; }
.complete-meal__subtitle { font-family: 'Poppins', sans-serif; font-size: 15px; color: #666; text-align: center; margin-bottom: 32px; }
.complete-meal__grid { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.complete-meal__item { background: #FFF; border: 1px solid #E7E5E0; border-radius: 10px; padding: 16px; text-align: center; width: 160px; flex-shrink: 0; }
.complete-meal__item--current { border-color: #FF4900; border-width: 2px; }
.complete-meal__item img { width: 100px; height: 100px; object-fit: contain; margin-bottom: 8px; }
.complete-meal__item-title { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; color: #2D2C2B; margin-bottom: 4px; }
.complete-meal__item-price { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700; color: #182626; display: block; margin-bottom: 8px; }
.complete-meal__in-bag { font-size: 11px; color: #00C126; font-weight: 600; }
.complete-meal__plus { font-size: 24px; font-weight: 700; color: #E7E5E0; }
.complete-meal__checkbox { display: flex; align-items: center; justify-content: center; gap: 4px; font-family: 'Poppins', sans-serif; font-size: 12px; color: #666; cursor: pointer; }
.complete-meal__checkbox input { accent-color: #FF4900; }
.complete-meal__footer { display: flex; align-items: center; justify-content: center; gap: 24px; }
.complete-meal__total { font-family: 'Poppins', sans-serif; font-size: 16px; color: #2D2C2B; }
.complete-meal__total strong { color: #182626; font-size: 20px; }
.complete-meal__add-all { background: #FF4900; color: #FFF; border: none; padding: 14px 32px; border-radius: 8px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 15px; cursor: pointer; transition: background 0.2s; }
.complete-meal__add-all:hover { background: #E04200; }
@media (max-width: 768px) {
  .complete-meal__grid { flex-direction: column; }
  .complete-meal__item { width: 100%; max-width: 280px; }
  .complete-meal__plus { transform: rotate(90deg); }
}

/* ------------------------------------------
   FROM SAME REGION CROSS-SELL
   ------------------------------------------ */
.region-cross-sell { padding: 50px 0; background: #FFF; }
.region-cross-sell__title { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 24px; color: #182626; margin-bottom: 24px; }
.region-cross-sell__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 20px; }
.region-cross-sell__view-all { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; color: #FF4900; text-decoration: none; }
.region-cross-sell__view-all:hover { text-decoration: underline; }
@media (max-width: 768px) { .region-cross-sell__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* ------------------------------------------
   MOBILE STICKY ADD TO CART
   ------------------------------------------ */
@media (max-width: 768px) {
  .sticky-atc { position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; background: #FFFFFF; border-top: 1px solid #E7E5E0; box-shadow: 0 -2px 10px rgba(0,0,0,0.08); padding: 12px 16px; display: flex; align-items: center; gap: 12px; }
  .sticky-atc__price { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 18px; color: #182626; flex-shrink: 0; }
  .sticky-atc__btn { flex: 1; background: #FF4900; color: #FFF; border: none; padding: 14px; border-radius: 8px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 15px; cursor: pointer; }
}
@media (min-width: 769px) { .sticky-atc { display: none; } }


/* =============================================
   NAVBAR REDESIGN - Harvest Green + Fresh Leaf
   ============================================= */

/* --- MAIN HEADER BACKGROUND --- */
#SiteHeader,
.site-header {
  background-color: #182626 !important;
  border-bottom: 3px solid #FF4900 !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3) !important;
}

/* --- TOP ROW (Logo, Search, Icons) --- */
.site-header__element--top {
  background-color: #182626 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* --- NAV BAR ROW (Links) --- */
.site-header__element--sub {
  background-color: #1e3030 !important;
  border-top: 1px solid rgba(173, 244, 85, 0.15) !important;
}

/* --- LOGO: Apply green tint filter --- */
/* The logo is a dark image, so we use brightness + hue to make it Fresh Leaf green */
.site-header__logo img,
.site-header__logo-link img {
  filter: brightness(0) invert(85%) sepia(50%) saturate(500%) hue-rotate(40deg) brightness(1.1) !important;
}

/* --- NAV LINKS --- */
.site-nav__link,
.site-nav__link--underline,
ul.site-nav .site-nav__link {
  color: #FFFFFF !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  padding: 12px 18px !important;
  transition: color 0.25s ease, background-color 0.25s ease !important;
  position: relative !important;
}

/* Nav link hover */
.site-nav__link:hover,
.site-nav__link--underline:hover,
ul.site-nav .site-nav__link:hover {
  color: #FF4900 !important;
  background-color: rgba(255, 73, 0, 0.08) !important;
}

/* Nav link active/current */
.site-nav__link--active,
.site-nav__item--active .site-nav__link,
.site-nav__link[aria-current="page"] {
  color: #ADF455 !important;
}

/* Remove default underline decoration from Expanse theme */
.site-nav__link--underline::after,
.site-nav__link::after {
  background-color: #FF4900 !important;
}

/* --- ICON LINKS (Search, Account, Cart) --- */
.header-item--icons .site-nav__link,
.header-item--icons .site-nav__link--icon,
.site-nav__link--icon {
  color: #FFFFFF !important;
  transition: color 0.25s ease !important;
}

.header-item--icons .site-nav__link:hover,
.header-item--icons .site-nav__link--icon:hover,
.site-nav__link--icon:hover {
  color: #ADF455 !important;
}

/* SVG icons in header */
#SiteHeader svg,
.site-header svg {
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* --- CART BUBBLE --- */
.cart-link__bubble {
  background-color: #FF4900 !important;
}
.cart-link__bubble-num {
  color: #FFFFFF !important;
}

/* --- SEARCH ISLAND --- */
.site-header__search-island {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(173, 244, 85, 0.25) !important;
  border-radius: 25px !important;
}
.site-header__search-island input,
.site-header__search-island .search__input-wrap input {
  color: #FFFFFF !important;
}
.site-header__search-island input::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.site-header__search-island svg {
  fill: rgba(255, 255, 255, 0.6) !important;
  stroke: rgba(255, 255, 255, 0.6) !important;
}

/* --- DROPDOWN MENUS --- */
.site-nav__dropdown,
.site-nav__dropdown-animate {
  background-color: #182626 !important;
  border: 1px solid rgba(173, 244, 85, 0.15) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
}
.site-nav__dropdown a,
.site-nav__dropdown .site-nav__link {
  color: #FFFFFF !important;
}
.site-nav__dropdown a:hover,
.site-nav__dropdown .site-nav__link:hover {
  color: #FF4900 !important;
  background-color: rgba(255, 73, 0, 0.08) !important;
}

/* --- MOBILE MENU --- */
.mobile-nav,
.mobile-nav__wrapper {
  background-color: #182626 !important;
}
.mobile-nav__link,
.mobile-nav__sublist-link {
  color: #FFFFFF !important;
  border-color: rgba(173, 244, 85, 0.12) !important;
}
.mobile-nav__link:hover,
.mobile-nav__sublist-link:hover {
  color: #FF4900 !important;
}
.mobile-nav__toggle svg,
.mobile-nav svg {
  fill: #FFFFFF !important;
}

/* --- HAMBURGER/COMPRESS MENU ICON --- */
.site-nav__compress-menu svg,
.header-item--compress-nav svg {
  fill: #FFFFFF !important;
  stroke: #FFFFFF !important;
}

/* --- CART DRAWER --- */
.cart-drawer {
  background-color: #182626 !important;
  color: #FFFFFF !important;
}
.cart-drawer a {
  color: #ADF455 !important;
}
.cart-drawer .cart__checkout {
  background-color: #FF4900 !important;
  color: #FFFFFF !important;
}

/* --- STICKY HEADER (when scrolled) --- */
.site-header--stuck,
.site-header.is-sticky,
.header-sticky--active #SiteHeader {
  background-color: #182626 !important;
}

/* --- ANNOUNCEMENT BAR (if present) --- */
.announcement-bar {
  background-color: #FF4900 !important;
  color: #FFFFFF !important;
}
.announcement-bar a {
  color: #FFFFFF !important;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 768px) {
  .site-header__element--top {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .site-nav__link,
  ul.site-nav .site-nav__link {
    font-size: 12px !important;
    padding: 10px 12px !important;
  }
  /* Ensure mobile menu trigger is visible */
  .js-drawer-open-nav svg,
  [data-drawer-open="nav"] svg {
    fill: #FFFFFF !important;
  }
}


/* ===== ANNOUNCEMENT BAR FIXES ===== */
/* Full-width orange background on toolbar */
.toolbar {
  background-color: #FF4900 !important;
}

/* Remove page-width constraint on announcement bar */
.toolbar > .page-width {
  max-width: 100% !important;
  padding: 0 !important;
}

/* Compact announcement bar height */
.announcement-bar {
  padding: 6px 20px !important;
}

.announcement-bar .announcement-slider {
  min-height: auto !important;
}

.announcement-slider__slide {
  padding: 0 !important;
  min-height: auto !important;
}

.announcement-slider__content {
  padding: 0 !important;
}

.toolbar__item--announcements {
  padding: 0 !important;
}

/* Announcement text sizing */
.announcement-bar p,
.announcement-bar a,
.announcement-bar span,
.announcement-slider__content p {
  font-size: 13px !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ===== SEARCH BUTTON CORNER FIX ===== */
/* Clip overflow so green button corners don't show white */
.site-header__search-island {
  overflow: hidden !important;
}

/* Ensure the search input wrapper also clips */
.search__input-wrap {
  overflow: hidden !important;
  border-radius: 25px !important;
}

/* ===== MOBILE FIXES ===== */
@media screen and (max-width: 768px) {
  #shopify-section-template--26441494429992__trust-bar {
    display: none !important;
  }
}

/* Mobile-only: prevent horizontal swipe + fix header gap */
@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
    overscroll-behavior-x: none !important;
  }
  .site-header,
  header.site-header {
    box-shadow: none !important;
  }
}

/* Fix white gap between header and hero — body bg matches header */
body {
  background-color: #182626 !important;
}

/* Keep white background on actual content sections that need it */
.main-content,
main {
  background-color: #ffffff;
}

/* Hero section should have its own dark bg */
.index-section--hero {
  background-color: #182626 !important;
}

/* ===== UNIFIED HEADER: Nav links under search bar ===== */

/* Make the sub-nav flow naturally inside the header (not absolute) */
.site-header__element--sub {
  position: relative !important;
  background: transparent !important;
  border-top: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Center the nav links and add clean spacing */
.site-header__element--sub .site-nav {
  display: flex !important;
  justify-content: center !important;
  padding: 8px 0 12px 0 !important;
  margin: 0 !important;
  background: transparent !important;
  gap: 8px !important;
}

/* Nav link styling */
.site-header__element--sub .site-nav__link {
  padding: 4px 16px !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
}

/* Remove any border/divider between top and sub */
.site-header__element--top {
  border-bottom: none !important;
}

/* The whole header stays sticky together */
.site-header {
  border-bottom: 3px solid #FF4900 !important;
}

/* Keep nav links visible on scroll — DESKTOP ONLY */
@media screen and (min-width: 769px) {
  .site-header__element--sub {
    transform: none !important;
    display: block !important;
  }
}

/* Cart count — dark number on white bubble */
.cart-link__bubble {
  background-color: #FF4900 !important;
}

.cart-link__bubble-num {
  color: #FFFFFF !important;
}

/* ===== MOBILE HEADER FIXES ===== */
@media screen and (max-width: 768px) {
  /* Hide nav links — hamburger handles navigation */
  .site-header__element--sub {
    display: none !important;
    transform: none !important;
  }

  /* Remove product image from hamburger menu items */
  .site-nav__link-image,
  .mobile-nav__link-image {
    display: none !important;
  }
}


/* Section titles — orange, uppercase, matching Shop by Category */
.shop-by-region__title,
.homepage-brands__title,
.testimonials__title {
  color: #FF4900 !important;
  text-transform: uppercase !important;
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-align: center !important;
}

/* cache-bust: 1773983717157 */
