/** Shopify CDN: Minification failed

Line 869:36 Unexpected "/"
Line 2603:0 Unexpected "}"

**/
@media (min-width:1024px) {
  header[is="sticky-header"] {
    display: grid;
    grid-template-areas:
      "left logo right"
      "nav  nav  nav";
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-items: center;
  }

  /* Only the top-level header pieces */
  header[is="sticky-header"]>.header__icons--left {
    grid-area: left;
    justify-self: start;
  }

  header[is="sticky-header"]>.header__logo {
    grid-area: logo;
    display: flex;
    justify-content: center !important;
  }

  header[is="sticky-header"]>.header__icons--right {
    grid-area: right;
    justify-self: end;
  }

  header[is="sticky-header"]>.header__navigation {
    grid-area: nav;
    display: flex !important;
    justify-content: center;
    width: 100%;
    margin-top: .5rem;
    position: relative;
    z-index: 1;
  }

  header[is="sticky-header"]>.header__navigation::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #fff;

    box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
    pointer-events: none;
    z-index: -1;
  }

  header[is="sticky-header"] .header__menu {
    justify-content: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  header[is="sticky-header"] .mega-menu__container {
    padding-block-start: 20px !important;
    background: #fff;
  }

  nav.header__menu {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  /* 1) Make the navigation row the positioning context */
  header[is="sticky-header"] .header__navigation {
    position: relative;
    overflow: visible;
    z-index: 50;
  }

  /* 2) Full-width mega, starting just below the navigation row */
  header[is="sticky-header"] .header__navigation details[is="details-mega"] .mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100dvw;
    max-width: 100dvw;
    margin: 0;
    background: #fff;
    z-index: 60;
  }


  header[is="sticky-header"] {
    overflow: visible;
  }

  header[is="sticky-header"] .mega-menu__wrapper,
  header[is="sticky-header"] .mega-menu__wrapper .page-width {
    max-width: none !important;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  header[is="sticky-header"] .mega-menu__list,
  header[is="sticky-header"] .mega-menu__promotions {
    padding-left: clamp(16px, 5vw, 40px);
    padding-right: clamp(16px, 5vw, 40px);
  }

  header[is="sticky-header"] details[is="details-mega"] {
    position: static;
  }

  header[is="sticky-header"] .header__navigation details[is="details-mega"][open] .mega-menu__container {
    visibility: visible !important;
    transform: none !important;
    opacity: 1 !important;
  }

  /* kill the hover gap: make a 10px invisible "bridge" above the panel */
  header[is="sticky-header"] .header__navigation details[is="details-mega"] .mega-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;

    height: 10px;
    background: transparent;
    pointer-events: auto;

  }


  header[is="sticky-header"] .header__navigation details[is="details-mega"] .mega-menu {
    pointer-events: auto;
    z-index: 60;
  }

  /* Center menu items when they wrap to multiple lines */
  .header__menu ul.flex {
    justify-content: center !important;
  }

}

.product-card.product-card-style-card .product-card__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}


.product-card.product-card-style-card .product-card__info {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 6px;
}


.product-card.product-card-style-card .pcard-price-inline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}


.product-card.product-card-style-card .pcard-inline-atc {
  margin-left: auto;
}




@media (max-width: 480px) {
  .product-card.product-card-style-card .pcard-price-inline {
    flex-wrap: wrap;
    row-gap: 8px;
  }


}

/* Hide the overlay quick-add ON the image for desktop only, show on mobile */
@media (min-width: 1381px) {

  .product-card.product-card-style-card .product-card__image-wrapper .product-card__actions.product-card__main-actions,
  .product-card.product-card-style-card .product-card__image-wrapper form.product-card__actions.product-card__main-actions,
  .product-card__image-wrapper .product-card__main-actions,
  .product-card__image-wrapper form.product-card__main-actions,
  .product-card .product-card__image-wrapper .product-card__main-actions[style] {
    display: none !important;
  }

  /* Hide mobile-only button on desktop */
  .product-card__mobile-button {
    display: none !important;
  }
}

.product-card .pcard-price-inline .product-card__action-button {
  border-radius: 10px !important;
  padding: 18px 40px !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.product-card.product-card-style-card {
  font-size: 14px;
}

.product-card .product-card__title {
  font-size: 14px;
}

.product-card .product-card__desc {
  font-size: 11px;
  line-height: 1.4;
  color: #555;
  margin: 4px 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.8em;

}

.article-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.article-card__media::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 68.18%, rgba(0, 0, 0, 0.68) 100%);
  z-index: 1;
  pointer-events: none;
}

.article-card__title-overlay {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 93px;
  /* 41px gap + ~52px button size (20px icon + 32px padding) */
  z-index: 2;
  margin-left: 16px;
  display: flex;
  align-items: center;
  min-height: 52px;
  /* Match the button height for proper alignment */
  color: #FFF;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */

}


.newsletter {

  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}



.product-card__badge .f-badge,
.product-card__badge .f-badge::before {
  border-radius: 80px !important;
  overflow: hidden;
}

.btn {
  border-radius: 8px ! important;
}

/* MOBILE: price on top, full-width Add to Cart underneath */
@media (max-width: 1599px) {

  /* stack */
  .product-card .pcard-price-inline {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  /* undo the desktop push-right */
  .product-card.product-card-style-card .pcard-inline-atc {
    margin-left: 0 !important;
    width: 100% !important;

  }

  .product-card .product-card__action-button {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    padding: 18px 40px !important;
    position: relative;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .product-card__action-text {
    position: static !important;
    max-width: none !important;
    display: inline-block !important;
    white-space: nowrap;
  }

  .product-card .pcard-price-inline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .product-card .pcard-price-inline .price-row__price {
    width: 100%;
    text-align: left;
  }

  /* FORCE show the dedicated mobile button and hide others */
  .product-card__mobile-button {
    display: block !important;
    width: 100% !important;
    margin-top: 8px !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
  }

  .product-card__mobile-button .mobile-force-button {
    width: 100% !important;
    padding: 12px 16px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    opacity: 1 !important;
    visibility: visible !important;

    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    cursor: pointer !important;
  }

  /* Style disabled/sold out mobile buttons */
  .product-card__mobile-button .mobile-force-button:disabled,
  .product-card__mobile-button .mobile-force-button[disabled] {
    background-color: #e5e5e5 !important;
    color: #9ca3af !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    border-color: #d1d5db !important;
  }


  .product-card__mobile-button .mobile-force-button:disabled:hover,
  .product-card__mobile-button .mobile-force-button[disabled]:hover {
    background-color: #e5e5e5 !important;
    color: #9ca3af !important;
    transform: none !important;
  }

  /* Override ALL possible hiding classes for mobile button */
  .mobile-hide-quick-add .product-card__mobile-button,
  .product-card.mobile-hide-quick-add .product-card__mobile-button {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Hide all other buttons on mobile to avoid duplication */
  .product-card .pcard-inline-atc,
  .product-card__image-wrapper .product-card__main-actions {
    display: none !important;
  }
}

.product-card__image-wrapper {
  border-bottom: 1px solid #236857;
}

.f-price {
  color: #3F3F3F;
  font-weight: 400;

}

.subscription-popup__teaser {
  position: fixed;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  z-index: 9999;
}


.subscription-popup__teaser {

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
}


.subscription-popup__teaser::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}


.subscription-popup__teaser>span:not(.subscription-popup__teaser-close) {
  text-align: center;
}


.subscription-popup__teaser-close {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid currentColor;
  color: #236857;
  cursor: pointer;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}

.subscription-popup__teaser {

  border-radius: 0 0 8px 8px;
  border: 1px solid #236857;
  padding: 6px 10px !important;

}

.subscription-popup__teaser.btn:not(.btn--plain):not(.btn--underline, .btn--inherit)::after {
  background-color: #236857 !important;
}

.subscription-popup__teaser:hover {
  background-color: #236857 !important;
  color: #fff !important;
}

.subscription-popup__teaser:hover .subscription-popup__teaser-close {
  border-color: #fff;
  color: #fff;
}

.subscription-popup__teaser.btn:not(.btn--plain):not(.btn--underline, .btn--inherit)::before {
  background-color: unset !important;
}

/* Header scrollbar */

@media (min-width:1500px) {
  header[is="sticky-header"] .header__navigation details[is="details-mega"] .mega-menu {
    max-height: 65dvh;
    overflow: hidden !important;
  }

  header[is="sticky-header"] .header__navigation .mega-menu .mega-menu__container {
    max-height: inherit !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
  }

  /* Hide scrollbar but keep scrollability */
  /* Chrome / Safari / Edge */
  header[is="sticky-header"] .header__navigation .mega-menu .mega-menu__container::-webkit-scrollbar {
    display: none;
  }

  /* Firefox */
  header[is="sticky-header"] .header__navigation .mega-menu .mega-menu__container {
    scrollbar-width: none;
  }

/* Show More functionality for mega menu items with many children */
  /* Hide items beyond the 10th item in mega menu item children - only for specific menus within Σώμα */
  header[is="sticky-header"] .mega-menu__item-child[data-menu-name="Άρωμα"][data-parent-menu="Σώμα"] li:nth-child(n+11),
  header[is="sticky-header"] .mega-menu__item-child[data-menu-name="Scent"][data-parent-menu="Body"] li:nth-child(n+11) {
    display: none !important;
  }

  /* Style for dynamically created "Show More" button */
  header[is="sticky-header"] .show-more-button {
    display: block !important;
    margin-top: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    color: #236857 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 16px !important;
    cursor: pointer !important;
    text-align: left !important;
    font-family: 'Open Sans', sans-serif !important;
    text-decoration: none !important;
    padding-block: 1rem !important;
    line-height: var(25.6px) !important;
  }

  header[is="sticky-header"] .show-more-button:hover {
    opacity: 0.7 !important;
  }

  /* When "Show More" is clicked, show all items - only for specific menus within Σώμα */
  header[is="sticky-header"] .mega-menu__item-child[data-menu-name="Άρωμα"][data-parent-menu="Σώμα"].show-all li:nth-child(n+9),
  header[is="sticky-header"] .mega-menu__item-child[data-menu-name="Scent"][data-parent-menu="Body"].show-all li:nth-child(n+9) {
    display: block !important;
  }

  /* Hide the "Show More" button when all items are shown - only for specific menus within Σώμα */
  header[is="sticky-header"] .mega-menu__item-child[data-menu-name="Άρωμα"][data-parent-menu="Σώμα"].show-all .show-more-button,
  header[is="sticky-header"] .mega-menu__item-child[data-menu-name="Scent"][data-parent-menu="Body"].show-all .show-more-button {
    display: none !important;
  }

  /* Increase mega menu height to allow scrolling when show more is expanded */
  header[is="sticky-header"] .mega-menu__item-child[data-menu-name="Άρωμα"][data-parent-menu="Σώμα"].show-all,
  header[is="sticky-header"] .mega-menu__item-child[data-menu-name="Scent"][data-parent-menu="Body"].show-all {
    max-height: 65vh !important;
    overflow-y: auto !important;
  }

  /* Also increase the parent mega menu container height when show more is expanded */
  header[is="sticky-header"] .mega-menu__container.show-more-expanded {
    max-height: 65vh !important;
    overflow-y: auto !important;
  }

  /* increase the main mega menu height as well */
  header[is="sticky-header"] .mega-menu.show-more-expanded {
    max-height: 65vh !important;
  }
}

.collapsible-tabs__content-col .block .accordion-item .accordion-details__content p {
  color: #3F3F3F;

  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px;
  /* 120% */

}

.accordion-card .accordion-details__content {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
  padding-right: 16px !important;
  padding-left: 16px !important;

}

@media (max-width: 768px) {
  .accordion-details__content p {
 
    color: #3F3F3F;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 16px !important;
    /* 114.286% */
  }

  .accordion-card .accordion-details__content {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    padding-right: unset !important;
    padding-left: unset !important;

  }

  collapsible-tabs.accordion-parent {
    padding-bottom: 47px;
  }

}

.section__wrapper .section__header--button .btn {
  color: #3F3F3F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  font-family: 'Open Sans', sans-serif !important;
}

@media (min-width: 1024px) {
  .section--collapsible-tabs.section-header-standing-column .section__header {

    margin-top: 72px !important;
  }
}

.product-card__action-button.btn--primary::before {
  background-color: #3cae92 !important;

}

.product-card__action-button.btn--primary::after {
  background-color: rgb(35, 104, 87) !important;

}


/* Product Card Typography Styling */

/* Product Title Styling */
.product-card .product-card__title a,
.product-card .product-card__title {
  color: #3F3F3F;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600 !important;
  ;
  line-height: 24px;
  /* 150% */
}

/* Product Description Styling */
.product-card .product-card__desc {
  color: #3F3F3F;
  font-size: 14px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif !important;
  
}

/* Product Button Styling */
.product-card .product-card__action-button,
.product-card .product-card__atc {
  color: #3F3F3F;
  text-align: center;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  ;
  line-height: normal;
}

/* Product Price Styling */
.product-card .f-price,
.product-card .f-price__regular .f-price-item,
.product-card .f-price__sale .f-price-item {
  color: #3F3F3F;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 24px;
  /* 120% */

}

/* Ensure price styling applies to all price elements */
.product-card .price-row__price .f-price,
.product-card .price-row__price .f-price__regular,
.product-card .price-row__price .f-price__sale {
  color: #3F3F3F;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400 !important;
  ;
  line-height: 24px;
  /* 120% */
}

/* Price row layout: volume at top, price at bottom */
.product-card .price-row__price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.product-card .product-card__volume {
  color: #3F3F3F;
  font-size: 16px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 24px;
  /* 150% */
  margin: 0 0 4px 0;
  opacity: 0.9;
  font-family: 'Open Sans', sans-serif !important;
  align-self: flex-start;
}

/* Price should align to bottom of the container */
.product-card .price-row__price .f-price {
  margin-top: auto !important;
}

/* Sale price styling - make crossed out price inline and styled */
.product-card .f-price--on-sale .f-price__sale {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
}

/* Make sale price red to highlight the discount */
.product-card .f-price--on-sale .f-price-item--sale {
  color: #dc2626 !important;

}

.product-card .f-price--on-sale .f-price-item--regular {
  color: #3F3F3F !important;
  font-family: "Proxima Nova", 'canada-type-gibson', 'Roboto', sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 100 !important;
  line-height: 24px !important;
  /* 150% */
  text-decoration-line: line-through !important;
  margin: 0 !important;
}

/* Button centering */
.section__header--vertical .section__header--button {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
}


.section__heading.h2 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

/* Tabs Tab Name - Gibson */
.tabs__tab-name.h2 {
  font-family: 'Open Sans', sans-serif !important;
  color: #3F3F3F;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
}

/* Underline Button - Gibson */
.btn.btn--underline {
  font-family: 'Open Sans', sans-serif !important;
  color: #3F3F3F;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
}


/* Force SVG rendering of Judge.me stars */
.jdgm-star {
  font-family: "JudgemeStar" !important;
  font-size: small;
}

/*.jdgm-widget.jdgm-widget {
  display: flex !important;
  flex: 1 !important;
  justify-content: flex-start !important;
}*/

.jdgm-write-rev-link {
  border-radius: 50px !important;
}

.jdgm-rev-widg__title {
  font-family: 'Open Sans', sans-serif !important;
}

.product-card__title-wrap {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
}

.product-card__title {
  margin: 0;
}

.article-card__arrow-btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 16px;
  border-radius: 8px;
  background: rgba(248, 213, 0, 0.70);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: all 0.3s ease;
  text-decoration: none;
}

.article-card__arrow-btn:hover {
  background: rgba(248, 213, 0, 0.90);
  transform: translateY(-2px);
}

.article-card__arrow-btn .icon {

  width: 20px;
  height: 20px;
}

* Header Language Selector Styling */ .header-language-selector {
  display: flex;
  align-items: center;
  color: #3F3F3F;
  font-family: "canada-type-gibson", "Roboto", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
}

.language-link {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
  padding: 2px 4px;
  border-radius: 2px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
}


.language-link:hover {
  color: #666;
}

.language-link--active {
  text-decoration: underline;
  font-weight: 500;
}

.language-separator {
  margin: 0 4px;
  color: #666;
}

/* Product Card Wishlist Button Positioning */
.product-card__wishlist-wrapper {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
}

.product-card__wishlist-wrapper .wishlist-engine-button {
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  background: transparent !important;
}

.product-card__wishlist-wrapper .wishlist-engine-button:hover {
  transform: scale(1.1) !important;

}

.product-card__wishlist-wrapper .wishlist-icon svg {
  width: 16px !important;
  height: 16px !important;
}

/* Product Card Title and Review Badge Layout */
.product-card__title-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.product-card__title {
  flex: 1;
  margin: 0;
  line-height: 1.3;
}

.product-card__review-badge {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}

/* Mobile badge - above title, right aligned */
.product-card__review-badge--mobile {
  display: none !important;
  justify-content: flex-end !important;
  align-items: flex-end !important;
  margin-bottom: 4px;
  width: 100% !important;
  text-align: right !important;
}

.product-card__review-badge--mobile .jdgm-widget {
  margin-left: auto !important;
  margin-right: 0 !important;
  display: inline-block !important;
}

/* Desktop badge - right side of title */
.product-card__review-badge--desktop {
  display: flex;
}

/* Mobile layout - show mobile badge, hide desktop badge */
@media (max-width: 1100px) {
  .product-card__review-badge--mobile {
    display: flex !important;
  }

  .product-card__review-badge--desktop {
    display: none !important;
  }

  .product-card__title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .product-card__title {
    width: 100%;
    text-align: left;
  }
}


/* Custom Footer Bottom Section */
.custom-footer-bottom {
  background-color: #FFFEFA;
  position: relative;
  width: 100%;
}

.custom-footer-bottom__content {
  max-width: 100%;
  margin: 0 auto;
  padding: 16px 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-footer-bottom__left {
  flex: 1;
}

.custom-footer-bottom__right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-footer-bottom__copyright {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.custom-footer-bottom__copyright a {
  color: #666;
  text-decoration: underline;
}

.custom-footer-bottom__copyright a:hover {
  color: #333;
}

.custom-footer-bottom__text {
  font-size: 14px;
  color: #666;
}

.custom-footer-bottom__logo {
  flex-shrink: 0;
}

.custom-footer-bottom__white-bar {
  width: 100%;
  height: 10px;
  background-color: white;
}

/* Hide Judge.me badges in header mega menu */
.mega-menu .jdgm-widget,
.mega-menu .product-card__review-badge,
.mega-menu .product-card__review-badge--mobile,
.mega-menu .product-card__review-badge--desktop {
  display: none !important;
}


/* Header Wishlist Icon Styling */
.h-wishlist-icon {
  position: relative;
  padding: 8px;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

.h-wishlist-icon:hover {
  opacity: 0.7;
}

.h-wishlist-icon .icon {
  width: 24px;
  height: 24px;
}

.wishlist-h-count,
.wishlist-total-count {
  /* Match cart count styling exactly */
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 50% !important;
  color: #fff !important;
  position: absolute !important;
  top: -0.2rem !important;
  right: -1rem !important;
  inset-inline-end: -1rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: var(--font-body-family) !important;
  font-size:  1.4rem !important;
  font-weight: 700 !important;
  font-style: var(--font-body-style) !important;
  line-height: 1 !important;
  min-width: 2rem !important;
  min-height: 2rem !important;
  padding-left: unset !important;
}


/* Hide wishlist count bubble when zero items */
.wishlist-h-count[data-total="0"],
.wishlist-total-count[data-total="0"],
.header__icon .wishlist-h-count[data-total="0"],
.header__icon .wishlist-total-count[data-total="0"] {
  display: none !important;
}


/* Wishlist bulk action vertical centering */
.bulk_action {
  display: flex !important;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
}

.bulk_action li {
  display: flex;
  align-items: center;
}

.bulk_action label {
  margin-left: 0.5rem;

}

/* ================================
   MEGA MENU PRODUCT CARDS STYLING
   ================================ */

/* Mega menu product cards - hide everything except title and price */
.mega-menu__promotions .product-card__type,
.mega-menu__promotions .product-card__review-badge,
.mega-menu__promotions .product-card__desc,
.mega-menu__promotions .product-card__volume,
.mega-menu__promotions .product-card__vendor,
.mega-menu__promotions .product-card__mobile-button {
  display: none !important;
}

/* Style mega menu product card titles */
.mega-menu__promotions .product-card__title,
.mega-menu__promotions .product-card__title a {
  color: #3F3F3F !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  font-family: var(--font-body-family) !important;
}

/* Style mega menu product card prices */
.mega-menu__promotions .f-price,
.mega-menu__promotions .f-price-item,
.mega-menu__promotions .f-price--on-sale .f-price-item--regular {
  color: #3F3F3F !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  font-family: var(--font-body-family) !important;
}

/* Reduce spacing between title and price in mega menu */
.mega-menu__promotions .product-card__info {
  padding: 0.8rem 0.5rem !important;
  gap: 2px !important;
}

/* Remove default margins on title and price elements */
.mega-menu__promotions .product-card__title-wrapper,
.mega-menu__promotions .product-card__title {
  margin: 0 !important;
  margin-bottom: 0 !important;
}

.mega-menu__promotions .pcard-price-inline,
.mega-menu__promotions .price-row__price {
  margin: 0 !important;
  margin-top: 0 !important;
}


/* Custom arrow rotation for collapsible tabs */
.icon-plus-toggle {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

/* Rotate arrow when tab is open */
.accordion-details[open] .icon-plus-toggle {
  transform: rotate(180deg);
}

/* Make arrow larger on mobile */
@media (max-width: 767px) {
  .accordion-details:not(.facet-accordion-details) .icon-plus-toggle {
    width: 24px !important;
    height: 24px !important;
    min-width: 16px;
  }
}

/* Style arrows specifically in filter/facet sections */
.facet-accordion-details .icon-plus-toggle {
  width: 9px !important;
  height: 4px !important;
  min-width: 8px;
}

.facet-accordion-details .icon-plus-toggle path {
  stroke: #000 !important;
  stroke-width: 1.6px !important;
  opacity: 1 !important;
}

/* Make filter checkboxes circular - exclude price inputs */
.facet-accordion-details .checkbox,
.accordion-details .checkbox,
input[type="checkbox"][name*="filter.v."] {
  border-radius: 50% !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #236857 !important;
  background: white !important;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Checked state for circular checkboxes - solid fill */
.facet-accordion-details .checkbox:checked,
.accordion-details .checkbox:checked,
input[type="checkbox"][name*="filter.v."]:checked {
  background: #236857 !important;
  border-color: #236857 !important;
}

/* Fix button row layout on medium screens (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .button-row--scrollable {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .button-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    min-width: max-content;
  }

  .button-row__item {
    flex: 0 0 auto !important;
    white-space: nowrap;
  }

  .button-row__button {
    white-space: nowrap !important;
    min-width: max-content !important;
  }
}

/* Reduce slideshow font sizes on medium screens to prevent overflow */
@media (min-width: 768px) and (max-width: 950px) {

  .slideshow__title {
    font-size: 24px !important;
  }

  .slideshow__description {
    font-size: 13px !important;
    line-height: 1.3 !important;
  }
}

/* Footer accordion arrow styling - all screen sizes */
.footer-accordion-details .icon-plus-toggle {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  transform: rotate(-90deg) !important;
  /* Point right when closed */
}

.footer-accordion-details .icon-plus-toggle path {
  stroke: #000 !important;
  stroke-width: 1.75px !important;
  opacity: 1 !important;
}

/* Footer accordion open state - point down (normal state) */
.footer-accordion-details[open] .icon-plus-toggle {
  transform: rotate(0deg) !important;
  /* Point down when open */
}

/* Override mobile styles specifically for footer arrows */
@media (max-width: 767px) {
  .accordion-details.footer-accordion-details .icon-plus-toggle {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
  }
}

/* Backup CSS for social links - in case JavaScript doesn't load */
details[id*="social_links"] .icon-plus-toggle {
  display: none !important;
}

details[id*="social_links"] summary {
  pointer-events: none !important;
  cursor: default !important;
}

details[id*="social_links"] .social__link {
  pointer-events: auto !important;
}

/* Mobile footer bottom styling */
@media (max-width: 910px) {
  .custom-footer-bottom__content {
    display: flex !important;
    padding: 8px 80px !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 24px !important;
    align-self: stretch !important;
  }

  .custom-footer-bottom__left {
    width: 100% !important;
    order: 1 !important;
  }

  .custom-footer-bottom__copyright {
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
  }

  .custom-footer-bottom__right {
    width: 100% !important;
    order: 2 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
  }
}

@media (max-width: 1023.98px) {
  .footer__top summary {
    padding-top: 16px;
    border-bottom: 1px solid #E1DAB8;
    padding-bottom: 16px;
  }

  /* Remove border from social links section */
  details[id*="social_links"] summary {
    border-bottom: none !important;

  }

  /* Footer headings styling */
  .footer-block__heading {
    color: #000 !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 32px !important;
  }

  /* Footer links styling */
  .accordion-details__content.linklist a,
  .linklist--vertical a {
    color: #000 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
  }

  /* Hide footer image on mobile */
  .footer-image-box__image {
    display: none !important;
  }

  .footer__wrapper {
    padding-top: 0px;
  }
}

/* Desktop footer typography */
@media (min-width: 1024px) {

  /* Footer headings styling */
  .footer-block__heading {
    color: #000 !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 32px !important;
  }

  /* Footer links styling */
  .accordion-details__content.linklist a,
  .linklist--vertical a {
    color: #3F3F3F !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 16px !important;
  }

  /* Footer image extra left padding */
  .footer-image-box__image {
    margin-left: 74px !important;
  }
}



/* Mobile menu drawer styling */
.menu-drawer .drawer__inner,
.menu-drawer__submenu {
  background-color: white !important;
}

.menu-drawer .menu-drawer__header {
  border-bottom: 1px solid #C3C3C3 !important;
}

/* Hide logo only inside the menu drawer */
.menu-drawer .menu-drawer__header .header__logo--image {
  display: none !important;
}

/* Style the close button (X) in menu drawer */
.menu-drawer .drawer__close {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  border: 1px solid black !important;
  background-color: white !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 4px !important;
}

.menu-drawer .drawer__close .icon-close {
  width: 16px !important;
  height: 16px !important;
}

/* Add padding-top to menu drawer navigation - only for top level */
.menu-drawer nav>.v-scrollable,
.menu-drawer__item-back-link {
  padding-top: 56px !important;
}

/* Hide wishlist from menu drawer cards */
.menu-drawer .wishlist-btn,
.menu-drawer .product-card__wishlist,
.menu-drawer .wishlist-button,
.menu-drawer [class*="wishlist"] {
  display: none !important;
}

/* Add border-bottom to top-level menu items */
.menu-drawer details[level="top"]>summary.menu-drawer__item-link {
  border-bottom: 1px solid #C3C3C3 !important;
}

/* Add padding-block to first level menu items */
.menu-drawer li.menu-drawer__item:has(details[level="top"]) {
  padding-block: unset !important;
  padding-top: 32px !important;
}

.menu-drawer__item-back-link {
  color: black !important;
  padding-block: unset !important;
  padding-top: 24px !important;
  margin-block-end: 0.8rem !important;
  padding-bottom: 10px !important;
}

/* Add padding to second level menu items */
.menu-drawer .menu-drawer__item[level="child"] {
  padding-block: unset !important;
  padding-top: 10px !important;
}

/* Add gap to grid list items in menu drawer */
.menu-drawer ul.grid.gap-3 {
  margin-bottom: 10px;
  border-bottom: .1rem solid rgb(var(--color-border));
  padding-bottom: 20px !important;
}


/* Style direct link menu items (not in details) */
.menu-drawer .menu-drawer__item>.menu-drawer__item-link {
  padding-block: unset !important;
  border-bottom: 1px solid #C3C3C3 !important;
  padding: 32px 0 4px 0 !important;
}

.menu-drawer__item {
  padding-block: unset;
}

/* Remove border-bottom from level three menu items */
.menu-drawer .menu-drawer__item[level="child"] .menu-drawer__item-link {
  border-bottom: none !important;
}

/* Font styling for menu drawer items */

/* First level menu items - direct links and expandable sections */
.menu-drawer .menu-drawer__item>.menu-drawer__item-link,
.menu-drawer details[level="top"]>summary.menu-drawer__item-link {
  color: #000 !important;
  leading-trim: both !important;
  text-edge: cap !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  
  padding: 4px 0;
}

/* Second level menu items */
.menu-drawer .menu-drawer__item[level="child"]>details>summary.menu-drawer__item-link {
  color: #000 !important;
  leading-trim: both !important;
  text-edge: cap !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 100% !important;
  padding: 4px 0;
}

/* Third level menu items - sub items */
.menu-drawer .menu-drawer__item[level="child"] .menu-drawer__item-link {
  color: #000 !important;
  leading-trim: both !important;
  text-edge: cap !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 16px !important;
  padding: 4px 0;
}

/* Grid list links styling (Best Sellers, Gift Sets, etc.) */
.menu-drawer .menu-drawer__item[level="child"] ul.grid a.h3 {
  color: #000 !important;
  leading-trim: both !important;
  text-edge: cap !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  padding: 4px 0 !important;
}

/* Mobile menu drawer product cards styling */
.menu-drawer .menu-drawer__promotions .product-card__image-wrapper {
  height: 192px !important;
  align-self: stretch !important;
}

.menu-drawer .menu-drawer__promotions .product-card__image-wrapper .media-wrapper {
  height: 192px !important;
  border-radius: 16px !important;
  overflow: hidden !important;

}

.menu-drawer .menu-drawer__promotions .product-card__image-wrapper .media-wrapper img {
  border-radius: 16px !important;
  object-fit: cover !important;
  width: auto !important;
  height: 100% !important;

}

/* Product title styling in mobile menu drawer */
.menu-drawer .menu-drawer__promotions .product-card__title {
  color: #3F3F3F !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

/* Responsive mobile menu drawer product card widths - only for swiper screens */
@media (max-width: 375px) {
  .menu-drawer .swipe-mobile {
    --column-width-mobile: 46vw !important;
  }
}

@media (min-width: 376px) and (max-width: 414px) {
  .menu-drawer .swipe-mobile {
    --column-width-mobile: 44vw !important;
  }
}

@media (min-width: 415px) and (max-width: 459px) {
  .menu-drawer .swipe-mobile {
    --column-width-mobile: 42vw !important;
  }
}

/* Reset all mobile product card styling for larger screens - let them use default layout */
@media (min-width: 460px) {
  .menu-drawer .swipe-mobile {
    --column-width-mobile: unset !important;
  }

  .menu-drawer .menu-drawer__promotions .product-card__image-wrapper {
    height: unset !important;
    align-self: unset !important;
  }

  .menu-drawer .menu-drawer__promotions .product-card__image-wrapper .media-wrapper {
    height: unset !important;
    border-radius: unset !important;
    overflow: unset !important;
  }

  .menu-drawer .menu-drawer__promotions .product-card__image-wrapper .media-wrapper img {
    border-radius: unset !important;
    object-fit: unset !important;
    width: unset !important;
    height: unset !important;
  }

  .menu-drawer .menu-drawer__promotions .product-card__title {
    color: unset !important;
    font-size: unset !important;
    font-style: unset !important;
    font-weight: unset !important;
    line-height: unset !important;
  }
}

/* Mobile drawer footer styling */
.menu-drawer .drawer__footer {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 1.5rem !important;
  border-top: 1px solid #C3C3C3 !important;
}

.menu-drawer__footer-left {
  display: flex !important;
  align-items: center !important;
  gap: 1.5rem !important;
}

.menu-drawer__footer-right {
  display: flex !important;
  align-items: center !important;
}

/* Account and wishlist icons in mobile drawer footer */
.menu-drawer__footer-left .account-icon,
.menu-drawer__footer-left .wishlist-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: 24px !important;
  color: #000 !important;
  gap: 0.25rem !important;
}

.menu-drawer__footer-left .wishlist-icon svg {
  width: 20px !important;
  height: 18px !important;
}

.menu-drawer__footer-left .wishlist-total-count {
  font-size: 12px !important;
  color: #000 !important;
  font-weight: 600 !important;
}

/* Force wishlist icon to be visible in mobile drawer */
.menu-drawer .wishlist-icon {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.menu-drawer .h-wishlist-icon {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Language selector in mobile drawer footer */
.menu-drawer__footer-right .header-language-selector {
  display: flex !important;
  align-items: center !important;
}

.menu-drawer__footer-right .language-link {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
}

.menu-drawer__footer-right .language-link--active {
  text-decoration: underline !important;
}

.menu-drawer__footer-right .language-separator {
  color: #000 !important;
  font-size: 14px !important;
  margin: 0 0.5rem !important;
}

/* Account icon specific sizing */
.menu-drawer__footer-left .account-icon svg {
  width: 24px !important;
  height: 24px !important;
}


/* Make header background white until 1024px */
@media (max-width: 1023.98px) {
  .header::before {
    background: white !important;
  }
    /* Hide wishlist from header on mobile screens */
  .header .wishlist-icon,
  .header .h-wishlist-icon,
  .header .wishlist-engine,
  .header .wishlist-engine-button,
  .header [class*="wishlist"] {
    display: none !important;
  }
}


/* Fix mega menu layout issues on screens 1066px to 1244px */
@media (min-width: 1066px) and (max-width: 1244px) {
  /* Ensure mega menu has enough space and prevent text stacking */
  .mega-menu__wrapper {
    padding-inline: 2rem !important;
    gap: 2rem !important;
  }
  
  /* Adjust grid columns to prevent text wrapping */
  .mega-menu__list {
    grid-template-columns: repeat(4, minmax(200px, 1fr)) !important;
    gap: 2rem !important;
  }
  
  /* Ensure first column has enough width to prevent vertical text stacking */
  .mega-menu__item:first-child {
    min-width: 200px !important;
  }
  
  /* Prevent text from wrapping vertically in first column */
  .mega-menu__item:first-child .h4,
  .mega-menu__item:first-child .reversed-link {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  
  /* Adjust promotions section width */
  .mega-menu__promotions {
    flex: 0 0 300px !important;
    min-width: 300px !important;
  }
  
  /* Ensure product cards don't get too narrow */
  .mega-menu__promotions-grid {
    grid-template-columns: repeat(3, minmax(100px, 1fr)) !important;
    gap: 1rem !important;
  }
}

/* Mega menu product cards - hide everything except title and price */
.mega-menu__promotions .product-card__type,
.mega-menu__promotions .product-card__review-badge,
.mega-menu__promotions .product-card__desc,
.mega-menu__promotions .product-card__volume,
.mega-menu__promotions .product-card__vendor,
.mega-menu__promotions .product-card__mobile-button {
  display: none !important;
}

/* Hide badges and wishlist from mega menu product images */
.mega-menu__promotions .product-card__badge,
.mega-menu__promotions .product-card__wishlist-wrapper,
.mega-menu__promotions .wishlist-engine,
.mega-menu__promotions .wishlist-engine-button,
.mega-menu__promotions .f-badge {
  display: none !important;
}





.product-form__input--button input[type="radio"]:checked + label {
  border-radius: 4px !important;
  background: #0F5443 !important;
  padding: 8px 16px !important;
}
 
.f-badge {
  border-radius: 80px;
  font-weight: 400;
  text-transform: uppercase !important;
  padding: 6px 9px;
}

/* Filters drawer styling - make background white */
#FacetDrawer.drawer--left .drawer__inner {
  background-color: white !important;
}

#FacetDrawer.drawer--left .drawer__content {
  background-color: white !important;
}

#FacetDrawer.drawer--left .drawer__body {
  background-color: white !important;
  padding-top: 56px;
}

/* Filters drawer header styling */
#FacetDrawer .drawer__header {
  border-bottom: 1px solid #C3C3C3 !important;
  background: #FFF !important;
}

/* Style the close button (X) in filters drawer - same as menu drawer */
#FacetDrawer .drawer__close-btn {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  border: 1px solid black !important;
  background-color: white !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 4px !important;
}

#FacetDrawer .drawer__close-btn .icon-close {
  width: 16px !important;
  height: 16px !important;

}

#FacetDrawer .drawer__close-btn{
  top: 2.5rem;
}
/* Remove background from sort dropdown in filters drawer */
#FacetDrawer .facet-short .select,
#FacetDrawer .facet-short .form-control,
#FacetDrawer .facet-short .form-control--select {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#FacetDrawer .facet-short .form-control--select {
  background-color: transparent !important;
  background-image: none !important;
}


/* Simple hover effect for card images ONLY in card-images sections on product pages */
.product-template .ns-card-images  .card-media {
  position: relative;
  overflow: hidden;
}

.product-template .ns-card-images .card-media .card-media__description {
  position: relative;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease, max-height 0.6s ease;
  background: inherit;
  z-index: 1;
  padding: 0.5rem 1rem;
  max-height: 0;
  overflow: hidden;
  margin: 0;
}

.product-template .ns-card-images  .card-media .card-media__heading,
.product-template .ns-card-images  .card-media .card-media__subheading,
.product-template .ns-card-images  .card-media .card-media__button {
  position: relative;
  z-index: 2;
  padding: 0px;
  transition: transform 0.6s ease;
}


/* Mobile and tablet - no hover effect, heading at bottom, carousel layout */
@media (max-width: 999.98px) {
 

 .product-template .ns-card-images  .card-media .card-media__heading,
  .product-template .ns-card-images .card-media .card-media__subheading,
  .product-template .ns-card-images  .card-media .card-media__button {
    transform: none;
    position: absolute;
    bottom: 32px;
    left: 1rem;
    right: 1rem;
    z-index: 10;
  }

  .product-template .ns-card-images .card-media:hover .card-media__heading,
  .product-template .ns-card-images .card-media:hover .card-media__subheading,
  .product-template .ns-card-images .card-media:hover .card-media__button {
    transform: none;
  }

  
  /* Enable carousel on mobile for product pages */
  .product-template .ns-card-images .card-images__items {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    /* Hide scrollbar */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }

  .product-template .ns-card-images  .card-images__items::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }

  .product-template .ns-card-images .card-images__items .f-column {
    flex: 0 0 85%;
    scroll-snap-align: start;
    margin-right: 1rem;
  }

  .product-template .ns-card-images  .card-images__items .f-column:last-child {
    margin-right: 0;
  }

  /* Show dots on mobile for product pages */
  .product-template .ns-card-images .product-carousel-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    gap: 0.5rem;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
  }

  /* Override the md:hidden class for product pages */
  .product-template .ns-card-images  .swiper-pagination.md\:hidden {
    display: flex !important;
  }

  /* Make sure dots are visible on all screen sizes for product pages */
  .product-template .ns-card-images .product-carousel-dots {
    display: flex !important;
  }

  .product-template .ns-card-images  .product-carousel-dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent !important;
    border-radius: 10px;
    border: 1px solid #236857 !important;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .product-template .ns-card-images .product-carousel-dots .swiper-pagination-bullet-active {
    background: #236857 !important;
    border: 1px solid #236857 !important;
    transform: scale(1.1);
    color: #236857 !important;
  }

  /* Override any theme accent colors */
  .product-template .ns-card-images  .product-carousel-dots .swiper-pagination-bullet-active::before,
  .product-template .ns-card-images .product-carousel-dots .swiper-pagination-bullet-active::after {
    background: #236857 !important;
    border-color: #236857 !important;
  }

  /* Force override any Swiper default styles */
  .product-template .ns-card-images  .swiper-pagination-bullet-active {
    background: #236857 !important;
    border-color: #236857 !important;
  }
}

/* Reset carousel styles on desktop (1000px and above) */
@media (min-width: 1000px) {
  .product-template .ns-card-images  .card-images__items {
    display: grid !important;
    flex-wrap: unset !important;
    overflow-x: unset !important;
    scroll-snap-type: unset !important;
    -webkit-overflow-scrolling: unset !important;
    scrollbar-width: unset !important;
    -ms-overflow-style: unset !important;
  }

  .product-template .ns-card-images .card-images__items::-webkit-scrollbar {
    display: unset !important;
  }

  .product-template .ns-card-images .card-images__items .f-column {
    flex: unset !important;
    scroll-snap-align: unset !important;
    margin-right: unset !important;
  }

  .product-template .ns-card-images .card-images__items .f-column:last-child {
    margin-right: unset !important;
  }

  .product-template .ns-card-images .product-carousel-dots {
    display: none !important;
  }

  .product-template .ns-card-images .swiper-pagination.md\:hidden {
    display: none !important;
  }
}
  
  


/* Producct SPACING  */
.product .product__block {
  --product-blocks-gap: 0 !important;
  --product-blocks-gap-large: 0 !important;
  margin: 0 !important;
}

.product .product__block--title .product__title {
  margin-top: -8px !important;
  padding-bottom: 6px;
  color: #236857;
font-family: 'Open Sans', sans-serif !important;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: normal;
}


.product .product__block--sku {
  margin: 0 !important;
  padding-bottom: 8px;
  padding-top: 16px
}

.product .product__block--sku .product__sku {
  margin: 0 !important;
}


.product .jdgm-widget {
  padding-bottom: 32px;
}


.product .product__block--price {
  padding-bottom: 32px;
}


.product .product__block--description {
  padding-bottom: 32px;
  color: #3F3F3F;

font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.product .product-form__input {
  padding-bottom: 32px;
  color: #3F3F3F;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.product .product-form__input--button input[type="radio"]:checked + label {
  
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product .icon-with-text__item span {
  color: #3F3F3F !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

.product .product-form__buttons {
  padding-bottom: 32px;
}


.product .icon-with-text {
  padding-bottom: 32px;
}
.product .product__block--collapsible_tab {
  padding-top: 16px;
  border-bottom: 1px solid #3F3F3F;
  padding-bottom: 16px;
}

.product .accordion-details__summary {
  text-align: left !important;
  padding: 0 !important;
  align-items: center !important;
}

/* Style the accordion toggle icon */
.product .icon-plus-toggle,
.product .icon-plus-toggle path {
  stroke: #3F3F3F !important;
  opacity: var(--opacity-100, 1) !important;
  width: 18px !important;
  height: 18px !important;
}


.product .icon-plus-toggle path {
  stroke: #3F3F3F !important;
}


.product .accordion-details__summary h2 {
  color: #3F3F3F !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

/* Product description read more functionality - check product-info.js for the js*/
.product .product__block--description {
  position: relative;
}

.product .product__block--description .description-truncated {
  display: block;
}

.product .product__block--description .description-full {
  display: none;
}

.product .product__block--description.expanded .description-truncated {
  display: none;
}

.product .product__block--description.expanded .description-full {
  display: block;
}

.product .read-more-link {
  color: #3F3F3F !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: auto !important;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto !important;
  text-underline-position: from-font !important;
  cursor: pointer;
  display: inline-block;
  margin-top: 8px;
}

.product .read-more-link:hover {
  opacity: 0.7;
}



@media screen and (max-width: 767px) {
.product .product__block--title .product__title {
font-size: 24px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: normal !important;
}

.product .product__block--sku .text-upper {
color: #3F3F3F !important;
font-size: 12px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: normal !important;
}
.product .f-price-item {
font-size: 20px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: 24px !important; /* 120% */
}
.product .product__block--description {
font-size: 16px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: normal !important;
}
.product .read-more-link{

font-size: 16px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: normal !important;
}

.product-form__input .form__label{
font-size: 16px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: normal !important;
}
.product .product-form__input--button input[type="radio"]:checked + label {
font-size: 16px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: normal !important;
}
.product .icon-with-text__item span {
font-size: 12px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: normal !important;
}
.product .accordion-details__summary h2{
font-size: 18px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: normal !important;
}
  .accordion-details:not(.facet-accordion-details) .icon-plus-toggle {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
  }

  .Product-Image-with-text h2 {
font-size: 24px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: normal !important;
  }
   .Product-Image-with-text h4 {
font-size: 16px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: normal !important;
   }

     .Product-Image-with-text p {
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: normal !important;
        padding-left: 17px;
    padding-right: 17px;
     }

     .Product-card-images .h3{
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
     }

     .Product-card-images .h5 {
  
      font-size: 16px !important;
      font-style: normal !important;
      font-weight: 500 !important;
      line-height: normal !important;
     }

     .Product-Collapsible-tabs .h3 {
        font-size: 24px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: normal !important;
     }

     .Product-Collapsible-tabs  .h4  {
      font-size: 18px !important;
      font-style: normal !important;
      font-weight: 500 !important;
      line-height: normal !important;
     }

          .Product-Collapsible-tabs p , ul {
          font-size: 16px !important;
          font-style: normal !important;
          font-weight: 400 !important;
        
        }

     .Product-Video-text h2{
        font-size: 24px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: normal !important;
     }

       .Product-Video-text .text-base {
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: normal !important;
       }

      .Product-Related-products h2{
        font-size: 24px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: normal !important;
      }
       .Product-Collapsible-tabs .text-center {
    padding-bottom: 0px !important;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
       }
}


/* Hide accordion arrow and fix spacing on homepage only (excluding footer) */
.index-template .main-content .accordion-details__summary,
.index-template .section:not(.footer) .accordion-details__summary {
  padding: 0 !important;
  margin: 0 !important;
}

/* Hide the arrow icon on homepage (excluding footer) */
.index-template .main-content .icon-plus-toggle,
.index-template .main-content .icon-plus-toggle svg,
.index-template .main-content .icon.icon-plus-toggle,
.index-template .section:not(.footer) .icon-plus-toggle,
.index-template .section:not(.footer) .icon-plus-toggle svg,
.index-template .section:not(.footer) .icon.icon-plus-toggle {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Add border to accordion details on homepage (excluding footer) */
.index-template .main-content .accordion-card .accordion-details,
.index-template .section:not(.footer) .accordion-card .accordion-details {
  border: 2.2px solid #236857;
  box-sizing: border-box;
  padding-inline: 0.4rem;
}

.index-template .main-content .collapsible-tabs__content-col .icon-plus-toggle,
.index-template .main-content .collapsible-tabs__content-col .icon-plus-toggle svg,
.index-template .main-content .collapsible-tabs__content-col .icon.icon-plus-toggle,
.index-template .section:not(.footer) .collapsible-tabs__content-col .icon-plus-toggle,
.index-template .section:not(.footer) .collapsible-tabs__content-col .icon-plus-toggle svg,
.index-template .section:not(.footer) .collapsible-tabs__content-col .icon.icon-plus-toggle {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

@media screen and (min-width: 1000px) {
  .index-template .f-flex > .f-column {
    margin-left: -20px !important; 
  }
}

/* Mobile breadcrumbs styling */
@media screen and (max-width: 767px) {
  .section--breadcrumb .page-width {
    padding-left: 33px !important;
    padding-right: 33px !important;
    max-width: 100vw !important; 
    overflow-x: auto !important; 
    scrollbar-width: none !important; 
    -ms-overflow-style: none !important; 
    scroll-behavior: smooth !important; 
  }
  
  /* Always start from the left on page load */
  .section--breadcrumb .page-width {
    scroll-left: 0 !important;
  }
  
  
  .section--breadcrumb .page-width::-webkit-scrollbar {
    display: none !important;
  }
  
  .breadcrumbs {
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important; 
    min-width: max-content !important; 
    padding-right: 33px !important; 
  }
  
 
  .breadcrumbs a {
    flex-shrink: 0 !important; 
    color: #000 !important;
    font-size: 14px !important; 
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 1.2 !important; 
    margin: 0 2px !important; 
  }
  
  
  .breadcrumbs--sep {
    flex-shrink: 0 !important; 
    margin: 0 2px !important; 
  }
  
  .breadcrumbs--sep svg {
    width: 8px !important; 
    height: 8px !important;
  }
  
  /* Last breadcrumb */
  .breadcrumbs--last {
    flex-shrink: 0 !important; 
    color: #000 !important;
    font-size: 14px !important; 
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 1.2 !important; 
    margin: 0 2px !important; 
  }
}


/* Mega menu item wrapper - consistent border height */
.mega-menu__item-wrapper {
   border-inline-start: unset!important; 
  position: relative !important;
}

.mega-menu__item-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.1rem;
  background-color: rgb(var(--color-border));
  height: 500px; 
}

/* Hide mega menu promotions on screens 1024px to 1244px */
@media (min-width: 1024px) and (max-width: 1244px) {
  .mega-menu__promotions:not(.mega-menu__promotions-grid) {
    display: none !important;
  }
}


@media screen and (max-width: 950px) {
.Home-collapsible-tabs .section__heading.h2{
font-size: 24px !important;
font-weight: 500 !important;
line-height: 32px !important; /* 133.333% */
padding-left: 88.5px;
    padding-right: 88.5px;
}

/*
.Home-slideshow h2 {
color: #FFF !important;
font-size: 32px !important;
font-style: normal;
font-weight: 600 !important;
line-height: 40px !important; /* 125% */
}
/*
.Home-slideshow .text-subheading{
font-size: 16px !important;
font-style: normal ;
font-weight: 500 !important;
line-height: normal !important;
color: #FFF !important;
}

.Home-slideshow .btn{

font-size: 12px !important;
font-style: normal !important;
font-weight: 400 !important;
padding: 18px 24px !important;
} */
.Home-product-tabs .h2 {
font-size: 24px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: 32px !important; /* 133.333% */
}

.Home-product-tabs .tabs__header {
  margin-bottom: 32px !important;
}
.Home-product-tabs{
  --section-padding-top: 24px !important;
}

.Home-featured-blog  .section__header--standing-column {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .Home-featured-blog .text-subheading{
      color: #3F3F3F !important;
      /* font-size: 14px !important;*/
      font-style: normal !important ;
      font-weight: 100 !important;
      line-height: 18px !important; /* 128.571% */
  }

  .Home-featured-blog .section__heading{
    /*font-size: 24px !important;*/
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 36px !important; /* 150% */
  }

  .Home-featured-blog p{
    color: #3F3F3F !important;
    /* font-size: 14px !important;*/
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 20px !important; /* 142.857% */
  }

}


@media screen and (max-width: 767px) {
.Home-custom-content .h1 {
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 32px !important; /* 133.333% */
}
.Home-custom-content .text-base {
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important; /* 150% */
}
.Home-custom-content .card-media__button {
    padding: 18px 24px !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.Home-custom-content .product-card .product-card__title a{
  color: #3F3F3F !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 14px !important; /* 116.667% */
}

.Home-custom-content .product-card__desc{
  color: #3F3F3F !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 16px !important; /* 133.333% */
  padding-bottom: 58px !important;
}

.Home-custom-content .product-volume{
    color: #3F3F3F !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 14px !important; /* 116.667% */
}
.Home-custom-content .product-card .f-price__sale .f-price-item , .f-price-item{
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 14px !important; /* 100% */
}
 .Home-custom-content  .product-card__review-badge--mobile{
    display: none !important; 
 }
  .Home-custom-content .product-card__review-badge--desktop {
      display: flex !important;
      scale: 70%;
}
  .Home-custom-content  .product-card__title-wrapper {
    flex-direction: unset !important;
}
.Home-image-with-text h2{
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 32px !important; /* 133.333% */
  padding-right: 9px !important;
  padding-left: 9px !important;
}

.Home-image-with-text .image-with-text__inner {
  padding: var(--padding-y) var(--padding-x);
  padding-top: unset ;
  padding-top: 26px !important;
  padding-bottom: 33px !important;
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.Home-image-with-text .text-base{
  color: #3F3F3F !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important; /* 142.857% */
}
 .Home-image-with-text p{
  padding-bottom: 24px !important;
 }
 .Home-Multicolumn h3{
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 18px !important; /* 112.5% */
 }

  .Home-Multicolumn .multicolumn-card__text{
    color: #3F3F3F !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important; /* 128.571% */
    padding-left:43px !important;
    padding-right: 43px !important;
  }

  .Home-products-bundle h2{
      font-size: 24px !important;
      font-style: normal !important;
      font-weight: 500 !important;
      line-height: 32px !important; /* 133.333% */
      padding-left:52px !important;
      padding-right: 52px !important;
  }
   .Home-products-bundle .section__header {
  padding-bottom: 24px !important;
   }
    .Home-products-bundle  .product-bundle-card{
      margin-top: 0px !important;
    }
    .Home-products-bundle .text-pcard-title{
      color: #3F3F3F !important;
      font-size: 12px !important;
      font-style: normal !important;
      font-weight: 400 !important;
      line-height: 16px !important; /* 133.333% */
    }

    .Home-products-bundle .form-control{
      color: #3F3F3F !important;
      font-size: 12px !important;
      font-style: normal !important;
      font-weight: 300 !important;
      line-height: 16px !important; /* 133.333% */
    }
    .Home-products-bundle .f-price__sale .f-price-item , .f-price{
      font-size: 12px !important;
      font-style: normal !important;
      font-weight: 400 !important;
      line-height: 16px !important; /* 133.333% */
    }
    .Home-custom-content .product-card__info {
  
    position: relative !important;
  }
  
  .Home-custom-content .pcard-price-inline {
    position: relative !important;
    
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .Home-custom-content .price-row__price {
    padding-right: 120px !important;
    width: 100% !important;
  }
  
  .Home-custom-content .price-row__price .f-price {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
  }
  
  
  .Home-custom-content .pcard-inline-atc {
    display: block !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 112px !important;
    max-width: 112px !important;
    z-index: 10 !important;
  }
  
  .Home-custom-content .pcard-inline-atc .product-card__atc {
    width: 112px !important;
    padding: 16px 24px !important;
    color: #3F3F3F !important;
    text-align: center !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }
  
  .Home-custom-content .pcard-inline-atc .product-card__action-text {
    position: static !important;
    max-width: none !important;
    overflow: visible !important;
    display: inline-block !important;
    width: auto !important;
  }
  
  /* Hide the separate mobile button */
  .Home-custom-content .product-card__mobile-button {
    display: none !important;
  }
  
  /* product card container doesn't overflow */
  .Home-custom-content .product-card {
    overflow: hidden !important;
  }

  .Home-image-overlay h2{
      font-size: 26px !important;
      font-style: normal !important;
      font-weight: 500 !important;
      line-height: 32px !important; /* 123.077% */
      padding-left: 31px !important;
      padding-right:30px !important;
  }

  .Home-image-overlay .text-subheading{
      font-size: 14px !important;
      font-style: normal !important;
      font-weight: 400 !important;
      line-height: 18px !important; /* 128.571% */
  }

   .Home-image-overlay p{
      font-size: 14px !important;
      font-style: normal !important;
      font-weight: 400 !important;
      line-height: 20px !important; /* 142.857% */
      margin-top: 24px !important;
    margin-bottom: 32px !important;
        }

    
  .Home-lower-multicolumn h3{
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 18px !important; /* 112.5% */
  }
   .Home-lower-multicolumn p{
    padding-right: 48px !important;
    padding-left: 48px !important;
    color: #3F3F3F !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important; /* 128.571% */
   }

    .f-badge {
    padding: 4px 8px !important;
    text-align: center;
    font-size: 12px!important;
    font-style: normal!important;
    font-weight: 500 !important;
    line-height: 12px !important; /* 100% */
    display: flex;
    
    text-transform: unset !important;
}
.f-badge--sale , .f-badge--new{
width: 35px !important;
}
  .product .product-form__buttons {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .product .product-form__quantity {
    flex-shrink: 0 !important;
    width: auto !important;
  }

  .product .product-form__submit {
    flex: 1 !important;
    flex-grow: 1 !important;
    flex-shrink: 1 !important;
    min-width: 0 !important;
  }
  .subscription-popup__text.rich-text__text.rte {
    color: #3F3F3F !important;
    leading-trim: both !important;
    text-edge: cap !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important;
     font-family: 'Open Sans', sans-serif !important;
  }
    .subscription-popup__title h3 {
    color: #236857 !important;
    leading-trim: both !important;
    text-edge: cap !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 100% !important;
     font-family: 'Open Sans', sans-serif !important;
  }
  .subscription-popup__image {
  max-height: 30vh !important;
}

.product-card .product-card__title a, .product-card .product-card__title {
overflow: hidden;
color: #3F3F3F !important;
text-overflow: ellipsis;
font-size: 12px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: 14px !important; /* 116.667% */
}
.product-card .product-card__desc{
  overflow: hidden;
color: #3F3F3F !important;
text-overflow: ellipsis;
font-size: 12px !important;
font-style: normal !important;
font-weight: 300 !important;
line-height: 14px !important; /* 116.667% */
}
.product-volume{
  color: #3F3F3F !important;
font-size: 12px !important;
font-style: normal !important;
font-weight: 300 !important;
line-height: 14px !important; /* 116.667% */
}
.product-card .price-row__price .f-price__sale , .product-card .f-price--on-sale .f-price-item--regular {
font-size: 14px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 16px !important; /* 114.286% */
}
}



.jdgm-write-review-modal__content .jdgm-write-review-modal__close-btn {
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
}


.jdgm-write-review-modal__content .jdgm-write-review-modal__sections[style*="translateX(-"] .jdgm-write-review-modal__close-btn {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}


.jdgm-write-review-modal__content .jdgm-write-review-modal__sections[style*="translateX(0px)"] .jdgm-write-review-modal__close-btn,
.jdgm-write-review-modal__content .jdgm-write-review-modal__close-btn[style*="opacity: 0"][style*="display: none"] {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}


button.jdgm-write-review-modal__close-btn[style*="opacity: 0"][style*="display: none"] {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}


.jdgm-write-review-modal__content button.jdgm-write-review-modal__close-btn {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}


.jdgm-write-review-modal__content .jdgm-write-review-modal__sections[style*="translateX(-"] button.jdgm-write-review-modal__close-btn {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.cart-drawer .drawer__footer-buttons .btn{
  color: white;
}

/* Unset gap for select element container */
#SortByContainerMobile.gap-3,
#SortByContainerMobile .gap-3,
#SortByContainerMobile .select.gap-2 {
  gap: unset !important;
}

/* Fix the select wrapper width */
#SortByContainerMobile .select {
  width: auto !important;
  min-width: 100px !important;
  flex-grow: 1 !important;
}

#SortByContainerMobile  .form-control--select {
  padding-inline-end: 3.8rem;
}

.subscription-popup__title .h1{
  font-family: 'Open Sans', sans-serif !important;
}

 
  header[is="sticky-header"] .header__menu .menu__item,
  header[is="sticky-header"] .header__menu .menu__item .reversed-link {
    font-weight: 500 !important; 
  }


  /* Mega menu top-level category links styling */
  .mega-menu__link--top {
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
  }

  /* Mega menu sub-item links styling */
  .mega-menu__item-child .mega-menu__link {
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 16px !important;
  }

/* Extend hamburger menu to laptop screens - show from 1024px to 1500px */
@media (min-width: 1024px) and (max-width: 1499.98px) {
  /* Hide desktop navigation on laptop screens - override Tailwind lg:flex */
  .header .header__navigation.hidden.lg\:flex {
    display: none !important;
  }
  
  /* Show hamburger menu button on laptop screens - override Tailwind lg:hidden */
  .header .menu-drawer-button.lg\:hidden {
    display: flex !important;
  }
  

  .header .header__icons--left .menu-drawer-button.lg\:hidden {
    display: flex !important;
  }
  

  .header .header__icons--right .menu-drawer-button.lg\:hidden {
    display: flex !important;
  }
  

  .menu-drawer {
    display: block !important;
  }
}

/* Desktop navigation only shows on very large screens (1500px+) */
@media (min-width: 1500px) {
  .header .header__navigation.hidden.lg\:flex {
    display: flex !important;
  }
  
  .header .menu-drawer-button.lg\:hidden {
    display: none !important;
  }
}

 /* Fix dropdown hover gap - large invisible bridge above dropdown */
  .dropdown::before {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: -30px;
    height: 30px;
    background: transparent;
    pointer-events: auto;
    z-index: 1;
  }

  /*  bridge below the dropdown to catch mouse movement */
  .dropdown::after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: -10px;
    height: 10px;
    background: transparent;
    pointer-events: auto;
    z-index: 1;
  }

  /* show dropdown when parent menu item is hovered */
  .menu__item:hover .dropdown {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .menu__item:hover .dropdown .dropdown__container {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }

  /*show dropdown when hovering over the dropdown itself */
  .dropdown:hover {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .dropdown:hover .dropdown__container {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }
   .product-card__action-text ,button, .btn{
      text-transform: none !important;
   }

   /* Target ONLY this specific motion-element section */
motion-element[data-motion="fade-up"][data-motion-delay="100"] .product__block--collapsible_tab  .accordion-details__summary {
  border-bottom: 1px solid #3F3F3F;
}

motion-element[data-motion="fade-up"][data-motion-delay="100"] .product__block--collapsible_tab  .accordion-details__summary h2 {
  margin: 0; /* reset default margin */
  padding-top: 16px;
  padding-bottom: 16px;
}

motion-element[data-motion="fade-up"][data-motion-delay="100"] .product__block--collapsible_tab  .accordion-details__content {
  margin-top: 0.5em;
}

motion-element[data-motion="fade-up"][data-motion-delay="100"] .product__block--collapsible_tab {
  padding-top: unset;
  border-bottom: unset;
  padding-bottom: unset;
}

.ns_packaging {
  font-weight: 300;
  color: grey;
}



.Product-Collapsible-tabs .accordion-details__content.rte p,
.accordion-details__content .metafield-rich_text_field p {
  text-align: left !important;
}
