/** Shopify CDN: Minification failed

Line 917:0 Unexpected "<"
Line 1806:0 Unexpected "="

**/
sup {
  font-size: 0.65em;
  vertical-align: super;
  line-height: 1;
}
.template-product {
  overflow-x: hidden;
  position: relative;
}

/* Global overflow protection */
html, body {
  overflow-x: hidden;
}

/* Additional overflow protection for the main product section */
.main-product,
.section-main-product {
  overflow-x: hidden;
  position: relative;
}

/* Ensure container elements also prevent overflow */
.container {
  overflow-x: hidden;
}

/* Mobile-specific overflow protection */
@media screen and (max-width: 767px) {
  body, html {
    overflow-x: hidden !important;
    max-width: 100vw;
  }

  .main-product,
  .section-main-product {
    overflow-x: hidden !important;
    max-width: 100vw;
  }

  .container,
  .container--large {
    overflow-x: hidden !important;
    max-width: 100vw;
  }
}

/* Specific protection for the product layout */
[id^="product-"],
.product-page {
  overflow-x: hidden;
  position: relative;
}

.product-gallery-wrap .product-label {
  top: 0;
  left: 0;
  border-radius: 4px;
  text-align: center;
  line-height: 1.2;
  padding: 4px 8px;
}
@media screen and (min-width: 768px) {
  .product-gallery-wrap .product-label {
    left: 4px;
    top: 4px;
  }
}
.product-gallery-wrap .product-why-love-it,
.product-text .product-why-love-it {
  margin-top: 32px;
  text-align: center;
}
.product-gallery-wrap .product-why-love-it .product-why-love-it__title,
.product-text .product-why-love-it .product-why-love-it__title {
  text-transform: capitalize;
}
.product-gallery-wrap .product-why-love-it__icons > div,
.product-text .product-why-love-it__icons > div {
  gap:4px;
}
.product-gallery-wrap .product-why-love-it__icons > div div:nth-child(2),
.product-text .product-why-love-it__icons > div div:nth-child(2) {
  color: #1d1d1d;
  font-weight: 700;
  line-height: 1.2;
}
.product-text .product-why-love-it {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .product-text .product-why-love-it {
    display: block !important;
  }
  .product-gallery-wrap .product-why-love-it {
    display: none !important;
  }
  .product-text .product-why-love-it__icons {
    flex-direction: row !important;
  }
  .product-text .product-why-love-it__icons > div {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.product__est-delivery {
  display: flex !important;
  align-items: center;
  gap: 8px;
  color: #1d1d1d;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
}
.product__est-delivery a {
  color: #1d1d1d;
  text-decoration: underline;
  text-underline-offset: 2px;
  position: relative;
}
.product__est-delivery a::before {
  content: attr(data-tooltip);
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:100%;
  margin-left:15px;
  width:200px;
  padding:0px;
  border-radius:4px;
  background:#0080C3;
  color: #fff;
  text-align:center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
  font-size: 12px;
  border:1px solid #fff
}
.product__est-delivery a:hover::before {
  opacity: 1;
}
.faux_buttons-v2 .faux_button-v2-wrap {
  padding: 5px;
}
.faux_buttons-v2 .faux_button-v2-wrap .faux_button-v2-bg {
  padding: 16px;
}
.faux_buttons-v2 .faux_button-v2-wrap {
  border: 2px solid #ddd;
  border-radius: 7px !important;
  transition: ease-in-out all 0.3s;
  background-image: linear-gradient(to bottom, #fff, #fff);
}
.faux_buttons-v2 .faux_button-v2-wrap .faux_button-v2-bg {
  border:1px solid #fff;
}
.faux_buttons-v2 .faux_button-v2-wrap.active {
  background-image: linear-gradient(252deg, #E21944 0%, #8A258B 16%, #0080C3 38%, #12A571 60%, #E9E42D 80%, #F68920 100%) !important;
  border-color: #fff !important;
}
.faux_buttons-v2 .faux_button-v2-wrap.active:hover {
  border-color: #1d1d1d;
}
.faux_buttons-v2 .faux_button-v2-wrap.active .faux_button-v2-bg {
  background:linear-gradient(to bottom, #fff, #fff);
  border-radius: 6px;
  border-color: #1d1d1d;
}

.faux_buttons-v2 .faux_button-v2-wrap .faux_button-label {
  font-family: futura-pt, "Helvetica Neue", Helvetica, Arial, sans-serif;
  transform: translate(-20%, -50%);
  background: #3FA455;
  color: #fff;
  font-weight: 700;
  border-color: #3FA455;
  border-radius: 24px;
}

.rich2-certified-icons {
  margin: 1rem 0;
}

.rich2-certified-icons__container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
  align-items: center;
}

.rich2-certified-icons__item {
  flex-shrink: 0;
}

.rich2-certified-icons__image {
  height: 50px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* Mobile responsiveness - stack on very small screens if needed */
@media (max-width: 480px) {
  .rich2-certified-icons__container {
    gap: 16px;
    justify-content: center;
  }
}

/* Ensure images don't break layout on small screens */
@media (max-width: 320px) {
  .rich2-certified-icons__container {
    gap: 12px;
  }

  .rich2-certified-icons__image {
    height: 40px;
  }
}
.main-product .product-quantity {
  border-radius: 8px;
}
.main-product .add-to-cart.button--solid {
  background-color: #FFCA40;
  color: #1D1D1D;
  border-radius: 8px;
}

.sticky-add-to-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #e1e3e4;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    display: none; /* Hidden by default */
  }

  /* Only show on mobile devices */
  @media (max-width: 768px) {
    .sticky-add-to-cart {
      display: block;
    }
  }

  .sticky-add-to-cart.show {
    transform: translateY(0);
  }

  .sticky-add-to-cart__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    gap: 1rem;
  }

  .sticky-add-to-cart__product-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 0;
  }

  .template-product-rich-rl20395 .sticky-add-to-cart .button--solid {
    flex-shrink: 0;
    min-width: 140px;
    margin: 0;
    color: #1D1D1D !important;
    font-size: 16px;
    font-weight: 700;
    background: #FFCA40 !important;
    padding: 8px 16px !important;
    height: auto;
  }
  .template-product-rich-rl20395 .sticky-add-to-cart .button--solid .button__text {
    color: #1D1D1D !important;
  }

  /* Mobile optimizations */
  @media (max-width: 480px) {
    .sticky-add-to-cart__content {
      padding: 0.75rem;
      gap: 0.75rem;
    }

    .sticky-add-to-cart__title {
      font-size: 0.8rem;
    }

    .sticky-add-to-cart__price {
      font-size: 0.8rem;
    }

    .sticky-add-to-cart__button {
      min-width: 120px;
      font-size: 0.875rem;
    }
  }

@media screen and (max-width: 767px) {
  .rating-with-store-count {
    flex-direction: column;
  }
}

.product-guarantees {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.product-guarantees__item {
  align-items: center;
  font-weight: 700;
}
.product-guarantees__item small {
  font-weight: 400;
}
.product-guarantees__text {
  line-height: 1.1;
}

.product-guarantees__item::before {
  display: none;
}

/* Fotorama mobile scrolling fix - use default overflow behavior */
@media screen and (min-width: 768px) {
  .fotorama {
    overflow: unset !important;
  }
}

/* Fotorama Vertical Thumbs Styling */
.product-gallery-wrap .fotorama {
  position: relative;
}

@media screen and (min-width: 768px) {
  .product-gallery-wrap-inner {
    /* Remove border from wrapper - will be added to stage instead */
  }

  .product-gallery-wrap-inner .fotorama__stage {
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
    padding: 4px !important;
  }
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 0 !important;
  height: 80px !important;
}

/* Move thumbs to the right side and make them vertical */
.product-gallery-wrap-inner .fotorama__stage {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
}
.product-gallery-wrap-inner .fotorama__nav-wrap {
  position: absolute !important;
  top: 0 !important;
  /* right: -40px !important; */ /* Overlapping right column - commented out for future use */
  right: -90px !important; /* Position outside stage with 10px gap */
  bottom: auto !important;
  left: auto !important;
  width: 80px !important;
  height: 90% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  z-index: 2 !important;
}

.product-gallery-wrap-inner .fotorama__nav {
  flex-direction: column !important;
  height: auto !important;
  width: 100% !important;
  gap: 8px !important;
  display: flex !important;
  padding: 0 !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
}

.product-gallery-wrap-inner .fotorama__nav .fotorama__nav__shaft {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: auto !important;
  gap: 8px !important;
  align-items: stretch !important;
}

.product-gallery-wrap-inner .fotorama__thumb {
  width: 80px !important;
  height: 80px !important;
  margin: 0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  border: 2px solid transparent !important;
  transition: border-color 0.2s ease !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
  display: block !important;
  position: relative !important;
}

.product-gallery-wrap-inner .fotorama__thumb:hover,
.product-gallery-wrap-inner .fotorama__thumb.fotorama__thumb--active,
.product-gallery-wrap-inner .fotorama__active .fotorama__thumb {
  border-color: #0F9DE6 !important;
}

.product-gallery-wrap-inner .fotorama__thumb-border {
  display: none !important;
}

.product-gallery-wrap-inner .fotorama__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 6px !important;
}

.product-gallery-wrap-inner .fotorama__thumb .fotorama__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 6px !important;
}

/* Ensure any nested image containers are properly sized */
.product-gallery-wrap-inner .fotorama__thumb > * {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.product-gallery-wrap-inner .fotorama__thumb .fotorama__loaded img,
.product-gallery-wrap-inner .fotorama__thumb .fotorama__loaded .fotorama__img {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Adjust main gallery to accommodate right-side thumbs */
.product-gallery-wrap-inner {
  padding-right: 90px !important; /* Space for 80px thumbs + 10px gap */
  position: relative !important;
}

/* Ensure parent containers prevent horizontal overflow */
@media screen and (max-width: 767px) {
  .product-gallery-wrap {
    overflow-x: hidden !important;
    position: relative !important;
  }

  .product-gallery-wrap-inner {
    overflow-x: hidden !important;
    position: relative !important;
  }
}

/* Desktop only - allow visible overflow for thumbnails */
@media screen and (min-width: 768px) {
  .product-gallery-wrap-inner {
    overflow-x: visible !important;
    position: relative !important;
  }
}

/* Ensure main stage is properly sized */
.product-gallery-wrap-inner .fotorama__stage {
  width: 100% !important;
}

/* Hide default nav controls that conflict */
.product-gallery-wrap-inner .fotorama__nav--dots {
  display: none !important;
}

/* Hide thumbs on mobile */
@media screen and (max-width: 768px) {
  .product-gallery-wrap-inner {
    padding-right: 0 !important;
  }

  .product-gallery-wrap-inner .fotorama__nav-wrap {
    display: none !important;
  }
}

/* Move thumbs below gallery at smaller breakpoint (790-800px) */
@media screen and (min-width: 769px) and (max-width: 800px) {
  .product-gallery-wrap-inner {
    padding-right: 0 !important;
    padding-bottom: 100px !important; /* Space for horizontal thumbs below */
  }

  .product-gallery-wrap-inner .fotorama__nav-wrap {
    position: absolute !important;
    top: auto !important;
    bottom: -100px !important; /* Position below stage */
    right: auto !important;
    left: 0 !important;
    width: 100% !important;
    height: 90px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  .product-gallery-wrap-inner .fotorama__nav {
    flex-direction: row !important; /* Horizontal layout */
    width: auto !important;
    height: 100% !important;
  }

  .product-gallery-wrap-inner .fotorama__nav .fotorama__nav__shaft {
    flex-direction: row !important; /* Horizontal layout */
    height: 100% !important;
    width: auto !important;
  }

  .product-gallery-wrap-inner .fotorama__thumb {
    width: 80px !important;
    height: 80px !important;
  }
}

/* Adjust for tablets and larger screens */
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .product-gallery-wrap-inner {
    padding-right: 90px !important; /* Space for 80px thumbs + 10px gap */
    overflow-x: visible !important;
    position: relative !important;
  }

  .product-gallery-wrap-inner .fotorama__nav-wrap {
    right: -90px !important;
    width: 80px !important;
  }

  .product-gallery-wrap-inner .fotorama__thumb {
    width: 80px !important;
    height: 80px !important;
  }
}

/* Ensure scrollbar styling for thumb navigation */
.product-gallery-wrap-inner .fotorama__nav-wrap::-webkit-scrollbar {
  width: 4px;
}

.product-gallery-wrap-inner .fotorama__nav-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

.product-gallery-wrap-inner .fotorama__nav-wrap::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 2px;
}

.product-gallery-wrap-inner .fotorama__nav-wrap::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

/* Additional overrides to force vertical layout */
.product-gallery-wrap-inner .fotorama__nav * {
  box-sizing: border-box !important;
}

.product-gallery-wrap-inner .fotorama__nav .fotorama__nav__frame {
  display: block !important;
  width: 100% !important;
  margin-bottom: 0px !important;
  margin-right: 0 !important;
}

.product-gallery-wrap-inner .fotorama__nav .fotorama__nav__frame:last-child {
  margin-bottom: 0 !important;
}

/* Force override Fotorama's inline styles */
.product-gallery-wrap-inner .fotorama__nav .fotorama__nav__shaft {
  transform: none !important;
  transition: none !important;
  left: auto !important;
  top: auto !important;
}

.product-gallery-wrap-inner .fotorama__nav .fotorama__nav__frame {
  float: none !important;
  display: block !important;
}

/* Most aggressive override - target all possible Fotorama nav elements */
.product-gallery-wrap-inner .fotorama__nav[data-nav="thumbs"] {
  flex-direction: column !important;
}

.product-gallery-wrap-inner .fotorama__nav[data-nav="thumbs"] .fotorama__nav__shaft {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: auto !important;
  gap: 0px !important;
}

.product-gallery-wrap-inner .fotorama__nav[data-nav="thumbs"] .fotorama__nav__frame {
  width: 80px !important;
  height: 80px !important;
  margin: 0 0 8px 0 !important;
  display: block !important;
  float: none !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  background: #f5f5f5 !important;
}

.product-gallery-wrap-inner .fotorama__nav[data-nav="thumbs"] .fotorama__nav__frame:last-child {
  margin-bottom: 0 !important;
}

/* Ensure thumbnail content is visible */
.product-gallery-wrap-inner .fotorama__nav[data-nav="thumbs"] .fotorama__nav__frame .fotorama__thumb {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  position: relative !important;
}

.product-gallery-wrap-inner .fotorama__nav[data-nav="thumbs"] .fotorama__nav__frame .fotorama__thumb img,
.product-gallery-wrap-inner .fotorama__nav[data-nav="thumbs"] .fotorama__nav__frame .fotorama__thumb .fotorama__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  border-radius: 6px !important;
}

/* Override any transform or positioning that Fotorama applies */
.product-gallery-wrap-inner .fotorama__nav[data-nav="thumbs"] .fotorama__nav__shaft {
  transform: translate3d(0, 0, 0) !important;
  left: 0 !important;
  top: 0 !important;
}

/* Ensure all thumbnail states are visible */
.product-gallery-wrap-inner .fotorama__thumb--html,
.product-gallery-wrap-inner .fotorama__thumb--img,
.product-gallery-wrap-inner .fotorama__loaded {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Force images to be visible regardless of loading state */
.product-gallery-wrap-inner .fotorama__nav .fotorama__img--full,
.product-gallery-wrap-inner .fotorama__nav .fotorama__img {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

/* Handle any potential background images */
.product-gallery-wrap-inner .fotorama__thumb[style*="background-image"] {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

@media screen and (max-width: 480px) {
  .product-text {
    display: flex !important;
    flex-direction: column !important;
  }
  .rich2-certified-icons {
    order: 2;
  }
  .product-why-love-it {
    order: 1;
  }
  .product-guarantees {
    order: 3;
    align-items: center;
  }
  .mobile-search-button.portable-hide {
    display: none !important;
  }
}

/* Position arrows away from thumbnails */
.product-gallery-wrap-inner .fotorama__arr--next {
  right: 20px !important;
  transform: translate3d(0, 0, 0) !important;
  transition: transform 0.3s ease, right 0.3s ease !important;
}

.product-gallery-wrap-inner .fotorama__arr--next:hover {
  right: 20px !important;
  transform: translate3d(0, 0, 0) !important;
}

/* Fullscreen modal styles */
.fotorama--fullscreen {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.fotorama--fullscreen .fotorama__stage {
  height: 100vh !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.fotorama--fullscreen .fotorama__stage__shaft {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.fotorama--fullscreen .fotorama__stage__frame {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.fotorama--fullscreen .fotorama__img,
.fotorama--fullscreen .fotorama__img--full {
  max-height: 90vh !important;
  max-width: 90vw !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  position: static !important;
}

/* Fullscreen thumbnails */
.fotorama--fullscreen .fotorama__nav-wrap {
  position: fixed !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  max-width: 90vw !important;
  height: 100px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  top: auto !important;
  right: auto !important;
  z-index: 10 !important;
}

.fotorama--fullscreen .fotorama__nav {
  flex-direction: row !important;
  width: auto !important;
  height: 100% !important;
  gap: 8px !important;
}

.fotorama--fullscreen .fotorama__nav .fotorama__nav__shaft {
  flex-direction: row !important;
  width: auto !important;
  height: 100% !important;
  gap: 8px !important;
}

.fotorama--fullscreen .fotorama__thumb {
  width: 90px !important;
  height: 90px !important;
  flex-shrink: 0 !important;
}

.fotorama--fullscreen .fotorama__thumb img,
.fotorama--fullscreen .fotorama__thumb .fotorama__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Fullscreen close button positioning */
.fotorama--fullscreen .fotorama__fullscreen-icon {
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  z-index: 100 !important;
  width: 80px !important;
  height: 80px !important;
  cursor: pointer !important;
  overflow: hidden !important;
}

/* Desktop - Sticky Add to Cart Stles */
.custom-sticky .add-to-cart {
  background-color: #FFCA40;
  border-color: #000;
  color: #000;
  border-radius: 8px;
}
.custom-sticky .add-to-cart:hover {
  background-color: #FFD56B !important;
  color: #000 !important;
  border-color: #000 !important;
}
.custom-sticky .product-quantity {
  border-radius: 8px;
}
.custom-sticky .product-quantity__minus,
.custom-sticky .product-quantity__plus {
  border-radius: 8px;
}
.custom-sticky .product-info-price .price {
  color: #000 !important;
}
.custom-sticky .faux_buttons:not(.faux_buttons__2col) {
  grid-template-columns: repeat(3, 140px) !important;
}
.custom-sticky .faux_buttons .faux_button__inner {
    border-radius: 6px !important;
    color: #000 !important;
}
.custom-sticky .faux_buttons .faux_button.active .faux_button__inner {
  border-color: #DA488D !important;
  background-color: #DA488D !important;
  color: #fff !important;
}

/* Video Carousel Mobile Fix - Allow last video to be fully visible within scroll */
@media screen and (max-width: 990px) {
  .video-carousel__rich .swiper-slide {
    width: 194px !important;
  }
}

@media screen and (max-width: 767px) {
  .video-carousel__rich .swiper-wrapper {
    padding-right: 20px !important;
  }

  .video-carousel__rich .swiper-slide:last-child {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .video-carousel__rich .swiper-wrapper {
    padding-right: 15px !important;
  }

  .video-carousel__rich .swiper-slide:last-child {
    margin-right: 15px !important;
  }
}

/* Fix scrolling issues caused by fotorama__nav-wrap positioned outside container */
@media screen and (max-width: 768px) {
  .product-gallery-wrap-inner .fotorama__nav-wrap {
    pointer-events: none !important;
  }
}

/* On desktop, ensure nav-wrap can receive pointer events for clicking thumbs */
@media screen and (min-width: 769px) {
  .product-gallery-wrap-inner .fotorama__nav-wrap {
    pointer-events: auto !important;
  }
}

/* Fix vertical scrolling issue - prevent overflow-x:hidden from creating scroll container */
/* Using overflow-x: clip instead of hidden to allow overflow-y: visible */
.main-product,
.section-main-product {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.product-page,
[id^="product-"] {
  overflow-x: clip !important;
  overflow-y: visible !important;
}
<<<<<<< HEAD

/* Mobile-specific overflow protection */
@media screen and (max-width: 767px) {
  body, html {
    overflow-x: hidden !important;
    max-width: 100vw;
  }

  .main-product,
  .section-main-product {
    overflow-x: hidden !important;
    max-width: 100vw;
  }

  .container,
  .container--large {
    overflow-x: hidden !important;
    max-width: 100vw;
  }
}

/* Specific protection for the product layout */
[id^="product-"],
.product-page {
  overflow-x: hidden;
  position: relative;
}

.product-gallery-wrap .product-label {
  top: 0;
  left: 0;
  border-radius: 4px;
  text-align: center;
  line-height: 1.2;
  padding: 4px 8px;
}
@media screen and (min-width: 768px) {
  .product-gallery-wrap .product-label {
    left: 4px;
    top: 4px;
  }
}
.product-gallery-wrap .product-why-love-it,
.product-text .product-why-love-it {
  margin-top: 32px;
  text-align: center;
}
.product-gallery-wrap .product-why-love-it .product-why-love-it__title,
.product-text .product-why-love-it .product-why-love-it__title {
  text-transform: capitalize;
}
.product-gallery-wrap .product-why-love-it__icons > div,
.product-text .product-why-love-it__icons > div {
  gap:4px;
}
.product-gallery-wrap .product-why-love-it__icons > div div:nth-child(2),
.product-text .product-why-love-it__icons > div div:nth-child(2) {
  color: #1d1d1d;
  font-weight: 700;
  line-height: 1.2;
}
.product-text .product-why-love-it {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .product-text .product-why-love-it {
    display: block !important;
  }
  .product-gallery-wrap .product-why-love-it {
    display: none !important;
  }
  .product-text .product-why-love-it__icons {
    flex-direction: row !important;
  }
  .product-text .product-why-love-it__icons > div {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.product__est-delivery {
  display: flex !important;
  align-items: center;
  gap: 8px;
  color: #1d1d1d;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
}
.product__est-delivery a {
  color: #1d1d1d;
  text-decoration: underline;
  text-underline-offset: 2px;
  position: relative;
}
.product__est-delivery a::before {
  content: attr(data-tooltip);
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:100%;
  margin-left:15px;
  width:200px;
  padding:0px;
  border-radius:4px;
  background:#0080C3;
  color: #fff;
  text-align:center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
  font-size: 12px;
  border:1px solid #fff
}
.product__est-delivery a:hover::before {
  opacity: 1;
}
.faux_buttons-v2 .faux_button-v2-wrap {
  padding: 5px;
}
.faux_buttons-v2 .faux_button-v2-wrap .faux_button-v2-bg {
  padding: 16px;
}
.faux_buttons-v2 .faux_button-v2-wrap {
  border: 2px solid #ddd;
  border-radius: 7px !important;
  transition: ease-in-out all 0.3s;
  background-image: linear-gradient(to bottom, #fff, #fff);
}
.faux_buttons-v2 .faux_button-v2-wrap .faux_button-v2-bg {
  border:1px solid #fff;
}
.faux_buttons-v2 .faux_button-v2-wrap.active {
  background-image: linear-gradient(252deg, #E21944 0%, #8A258B 16%, #0080C3 38%, #12A571 60%, #E9E42D 80%, #F68920 100%) !important;
  border-color: #fff !important;
}
.faux_buttons-v2 .faux_button-v2-wrap.active:hover {
  border-color: #1d1d1d;
}
.faux_buttons-v2 .faux_button-v2-wrap.active .faux_button-v2-bg {
  background:linear-gradient(to bottom, #fff, #fff);
  border-radius: 6px;
  border-color: #1d1d1d;
}

.faux_buttons-v2 .faux_button-v2-wrap .faux_button-label {
  font-family: futura-pt, "Helvetica Neue", Helvetica, Arial, sans-serif;
  transform: translate(-20%, -50%);
  background: #3FA455;
  color: #fff;
  font-weight: 700;
  border-color: #3FA455;
  border-radius: 24px;
}

.rich2-certified-icons {
  margin: 1rem 0;
}

.rich2-certified-icons__container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
  align-items: center;
}

.rich2-certified-icons__item {
  flex-shrink: 0;
}

.rich2-certified-icons__image {
  height: 50px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* Mobile responsiveness - stack on very small screens if needed */
@media (max-width: 480px) {
  .rich2-certified-icons__container {
    gap: 16px;
    justify-content: center;
  }
}

/* Ensure images don't break layout on small screens */
@media (max-width: 320px) {
  .rich2-certified-icons__container {
    gap: 12px;
  }

  .rich2-certified-icons__image {
    height: 40px;
  }
}
.main-product .product-quantity {
  border-radius: 8px;
}
.main-product .add-to-cart.button--solid {
  background-color: #FFCA40;
  color: #1D1D1D;
  border-radius: 8px;
}

.sticky-add-to-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #e1e3e4;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    display: none; /* Hidden by default */
  }

  /* Only show on mobile devices */
  @media (max-width: 768px) {
    .sticky-add-to-cart {
      display: block;
    }
  }

  .sticky-add-to-cart.show {
    transform: translateY(0);
  }

  .sticky-add-to-cart__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    gap: 1rem;
  }

  .sticky-add-to-cart__product-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 0;
  }

  .template-product-rich-rl20395 .sticky-add-to-cart .button--solid {
    flex-shrink: 0;
    min-width: 140px;
    margin: 0;
    color: #1D1D1D !important;
    font-size: 16px;
    font-weight: 700;
    background: #FFCA40 !important;
    padding: 8px 16px !important;
    height: auto;
  }
  .template-product-rich-rl20395 .sticky-add-to-cart .button--solid .button__text {
    color: #1D1D1D !important;
  }

  /* Mobile optimizations */
  @media (max-width: 480px) {
    .sticky-add-to-cart__content {
      padding: 0.75rem;
      gap: 0.75rem;
    }

    .sticky-add-to-cart__title {
      font-size: 0.8rem;
    }

    .sticky-add-to-cart__price {
      font-size: 0.8rem;
    }

    .sticky-add-to-cart__button {
      min-width: 120px;
      font-size: 0.875rem;
    }
  }

@media screen and (max-width: 767px) {
  .rating-with-store-count {
    flex-direction: column;
  }
}

.product-guarantees {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.product-guarantees__item {
  align-items: center;
  font-weight: 700;
}
.product-guarantees__item small {
  font-weight: 400;
}
.product-guarantees__text {
  line-height: 1.1;
}

.product-guarantees__item::before {
  display: none;
}

/* Fix mobile scrolling - ensure fotorama doesn't block page scroll */
.fotorama {
  overflow: visible !important;
}

@media screen and (min-width: 768px) {
  .fotorama {
    overflow: unset !important;
  }
}
/* Fotorama Vertical Thumbs Styling */
.product-gallery-wrap .fotorama {
  position: relative;
}

@media screen and (min-width: 768px) {
  .product-gallery-wrap-inner {
    /* Remove border from wrapper - will be added to stage instead */
  }

  .product-gallery-wrap-inner .fotorama__stage {
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
    padding: 4px !important;
  }
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 0 !important;
  height: 80px !important;
}

/* Move thumbs to the right side and make them vertical */
.product-gallery-wrap-inner .fotorama__stage {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
}
.product-gallery-wrap-inner .fotorama__nav-wrap {
  position: absolute !important;
  top: 0 !important;
  /* right: -40px !important; */ /* Overlapping right column - commented out for future use */
  right: -90px !important; /* Position outside stage with 10px gap */
  bottom: auto !important;
  left: auto !important;
  width: 80px !important;
  height: 90% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  z-index: 2 !important;
}

.product-gallery-wrap-inner .fotorama__nav {
  flex-direction: column !important;
  height: auto !important;
  width: 100% !important;
  gap: 8px !important;
  display: flex !important;
  padding: 0 !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
}

.product-gallery-wrap-inner .fotorama__nav .fotorama__nav__shaft {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: auto !important;
  gap: 8px !important;
  align-items: stretch !important;
}

.product-gallery-wrap-inner .fotorama__thumb {
  width: 80px !important;
  height: 80px !important;
  margin: 0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  border: 2px solid transparent !important;
  transition: border-color 0.2s ease !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
  display: block !important;
  position: relative !important;
}

.product-gallery-wrap-inner .fotorama__thumb:hover,
.product-gallery-wrap-inner .fotorama__thumb.fotorama__thumb--active,
.product-gallery-wrap-inner .fotorama__active .fotorama__thumb {
  border-color: #0F9DE6 !important;
}

.product-gallery-wrap-inner .fotorama__thumb-border {
  display: none !important;
}

.product-gallery-wrap-inner .fotorama__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 6px !important;
}

.product-gallery-wrap-inner .fotorama__thumb .fotorama__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 6px !important;
}

/* Ensure any nested image containers are properly sized */
.product-gallery-wrap-inner .fotorama__thumb > * {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.product-gallery-wrap-inner .fotorama__thumb .fotorama__loaded img,
.product-gallery-wrap-inner .fotorama__thumb .fotorama__loaded .fotorama__img {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Adjust main gallery to accommodate right-side thumbs */
.product-gallery-wrap-inner {
  padding-right: 90px !important; /* Space for 80px thumbs + 10px gap */
  position: relative !important;
}

/* Ensure parent containers prevent horizontal overflow */
@media screen and (max-width: 767px) {
  .product-gallery-wrap {
    overflow-x: hidden !important;
    position: relative !important;
    touch-action: pan-y !important;
  }

  .product-gallery-wrap-inner {
    overflow-x: hidden !important;
    position: relative !important;
  }
}

/* Desktop only - allow visible overflow for thumbnails */
@media screen and (min-width: 768px) {
  .product-gallery-wrap-inner {
    overflow-x: visible !important;
    position: relative !important;
  }
}

/* Ensure main stage is properly sized */
.product-gallery-wrap-inner .fotorama__stage {
  width: 100% !important;
}

/* Hide default nav controls that conflict */
.product-gallery-wrap-inner .fotorama__nav--dots {
  display: none !important;
}

/* Hide thumbs on mobile */
@media screen and (max-width: 768px) {
  .product-gallery-wrap-inner {
    padding-right: 0 !important;
  }

  .product-gallery-wrap-inner .fotorama__nav-wrap {
    display: none !important;
  }
}

/* Move thumbs below gallery at smaller breakpoint (790-800px) */
@media screen and (min-width: 769px) and (max-width: 800px) {
  .product-gallery-wrap-inner {
    padding-right: 0 !important;
    padding-bottom: 100px !important; /* Space for horizontal thumbs below */
  }

  .product-gallery-wrap-inner .fotorama__nav-wrap {
    position: absolute !important;
    top: auto !important;
    bottom: -100px !important; /* Position below stage */
    right: auto !important;
    left: 0 !important;
    width: 100% !important;
    height: 90px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  .product-gallery-wrap-inner .fotorama__nav {
    flex-direction: row !important; /* Horizontal layout */
    width: auto !important;
    height: 100% !important;
  }

  .product-gallery-wrap-inner .fotorama__nav .fotorama__nav__shaft {
    flex-direction: row !important; /* Horizontal layout */
    height: 100% !important;
    width: auto !important;
  }

  .product-gallery-wrap-inner .fotorama__thumb {
    width: 80px !important;
    height: 80px !important;
  }
}

/* Adjust for tablets and larger screens */
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .product-gallery-wrap-inner {
    padding-right: 90px !important; /* Space for 80px thumbs + 10px gap */
    overflow-x: visible !important;
    position: relative !important;
  }

  .product-gallery-wrap-inner .fotorama__nav-wrap {
    right: -90px !important;
    width: 80px !important;
  }

  .product-gallery-wrap-inner .fotorama__thumb {
    width: 80px !important;
    height: 80px !important;
  }
}

/* Ensure scrollbar styling for thumb navigation */
.product-gallery-wrap-inner .fotorama__nav-wrap::-webkit-scrollbar {
  width: 4px;
}

.product-gallery-wrap-inner .fotorama__nav-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

.product-gallery-wrap-inner .fotorama__nav-wrap::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 2px;
}

.product-gallery-wrap-inner .fotorama__nav-wrap::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

/* Additional overrides to force vertical layout */
.product-gallery-wrap-inner .fotorama__nav * {
  box-sizing: border-box !important;
}

.product-gallery-wrap-inner .fotorama__nav .fotorama__nav__frame {
  display: block !important;
  width: 100% !important;
  margin-bottom: 0px !important;
  margin-right: 0 !important;
}

.product-gallery-wrap-inner .fotorama__nav .fotorama__nav__frame:last-child {
  margin-bottom: 0 !important;
}

/* Force override Fotorama's inline styles */
.product-gallery-wrap-inner .fotorama__nav .fotorama__nav__shaft {
  transform: none !important;
  transition: none !important;
  left: auto !important;
  top: auto !important;
}

.product-gallery-wrap-inner .fotorama__nav .fotorama__nav__frame {
  float: none !important;
  display: block !important;
}

/* Most aggressive override - target all possible Fotorama nav elements */
.product-gallery-wrap-inner .fotorama__nav[data-nav="thumbs"] {
  flex-direction: column !important;
}

.product-gallery-wrap-inner .fotorama__nav[data-nav="thumbs"] .fotorama__nav__shaft {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: auto !important;
  gap: 0px !important;
}

.product-gallery-wrap-inner .fotorama__nav[data-nav="thumbs"] .fotorama__nav__frame {
  width: 80px !important;
  height: 80px !important;
  margin: 0 0 8px 0 !important;
  display: block !important;
  float: none !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  background: #f5f5f5 !important;
}

.product-gallery-wrap-inner .fotorama__nav[data-nav="thumbs"] .fotorama__nav__frame:last-child {
  margin-bottom: 0 !important;
}

/* Ensure thumbnail content is visible */
.product-gallery-wrap-inner .fotorama__nav[data-nav="thumbs"] .fotorama__nav__frame .fotorama__thumb {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  position: relative !important;
}

.product-gallery-wrap-inner .fotorama__nav[data-nav="thumbs"] .fotorama__nav__frame .fotorama__thumb img,
.product-gallery-wrap-inner .fotorama__nav[data-nav="thumbs"] .fotorama__nav__frame .fotorama__thumb .fotorama__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  border-radius: 6px !important;
}

/* Override any transform or positioning that Fotorama applies */
.product-gallery-wrap-inner .fotorama__nav[data-nav="thumbs"] .fotorama__nav__shaft {
  transform: translate3d(0, 0, 0) !important;
  left: 0 !important;
  top: 0 !important;
}

/* Ensure all thumbnail states are visible */
.product-gallery-wrap-inner .fotorama__thumb--html,
.product-gallery-wrap-inner .fotorama__thumb--img,
.product-gallery-wrap-inner .fotorama__loaded {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Force images to be visible regardless of loading state */
.product-gallery-wrap-inner .fotorama__nav .fotorama__img--full,
.product-gallery-wrap-inner .fotorama__nav .fotorama__img {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

/* Handle any potential background images */
.product-gallery-wrap-inner .fotorama__thumb[style*="background-image"] {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

@media screen and (max-width: 480px) {
  .product-text {
    display: flex !important;
    flex-direction: column !important;
  }
  .rich2-certified-icons {
    order: 2;
  }
  .product-why-love-it {
    order: 1;
  }
  .product-guarantees {
    order: 3;
    align-items: center;
  }
  .mobile-search-button.portable-hide {
    display: none !important;
  }
}

/* Position arrows away from thumbnails */
.product-gallery-wrap-inner .fotorama__arr--next {
  right: 20px !important;
  transform: translate3d(0, 0, 0) !important;
  transition: transform 0.3s ease, right 0.3s ease !important;
}

.product-gallery-wrap-inner .fotorama__arr--next:hover {
  right: 20px !important;
  transform: translate3d(0, 0, 0) !important;
}

/* Fullscreen modal styles */
.fotorama--fullscreen {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.fotorama--fullscreen .fotorama__stage {
  height: 100vh !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.fotorama--fullscreen .fotorama__stage__shaft {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.fotorama--fullscreen .fotorama__stage__frame {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.fotorama--fullscreen .fotorama__img,
.fotorama--fullscreen .fotorama__img--full {
  max-height: 90vh !important;
  max-width: 90vw !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  position: static !important;
}

/* Fullscreen thumbnails */
.fotorama--fullscreen .fotorama__nav-wrap {
  position: fixed !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  max-width: 90vw !important;
  height: 100px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  top: auto !important;
  right: auto !important;
  z-index: 10 !important;
}

.fotorama--fullscreen .fotorama__nav {
  flex-direction: row !important;
  width: auto !important;
  height: 100% !important;
  gap: 8px !important;
}

.fotorama--fullscreen .fotorama__nav .fotorama__nav__shaft {
  flex-direction: row !important;
  width: auto !important;
  height: 100% !important;
  gap: 8px !important;
}

.fotorama--fullscreen .fotorama__thumb {
  width: 90px !important;
  height: 90px !important;
  flex-shrink: 0 !important;
}

.fotorama--fullscreen .fotorama__thumb img,
.fotorama--fullscreen .fotorama__thumb .fotorama__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Fullscreen close button positioning */
.fotorama--fullscreen .fotorama__fullscreen-icon {
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  z-index: 100 !important;
  width: 80px !important;
  height: 80px !important;
  cursor: pointer !important;
  overflow: hidden !important;
}

/* Desktop - Sticky Add to Cart Stles */
.custom-sticky .add-to-cart {
  background-color: #FFCA40;
  border-color: #000;
  color: #000;
  border-radius: 8px;
}
.custom-sticky .add-to-cart:hover {
  background-color: #FFD56B !important;
  color: #000 !important;
  border-color: #000 !important;
}
.custom-sticky .product-quantity {
  border-radius: 8px;
}
.custom-sticky .product-quantity__minus,
.custom-sticky .product-quantity__plus {
  border-radius: 8px;
}
.custom-sticky .product-info-price .price {
  color: #000 !important;
}
.custom-sticky .faux_buttons:not(.faux_buttons__2col) {
  grid-template-columns: repeat(3, 140px) !important;
}
.custom-sticky .faux_buttons .faux_button__inner {
    border-radius: 6px !important;
    color: #000 !important;
}
.custom-sticky .faux_buttons .faux_button.active .faux_button__inner {
  border-color: #DA488D !important;
  background-color: #DA488D !important;
  color: #fff !important;
}

/* Video Carousel Mobile Fix - Allow last video to be fully visible within scroll */
@media screen and (max-width: 990px) {
  .video-carousel__rich .swiper-slide {
    width: 194px !important;
  }
}

@media screen and (max-width: 767px) {
  .video-carousel__rich .swiper-wrapper {
    padding-right: 20px !important;
  }

  .video-carousel__rich .swiper-slide:last-child {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .video-carousel__rich .swiper-wrapper {
    padding-right: 15px !important;
  }

  .video-carousel__rich .swiper-slide:last-child {
    margin-right: 15px !important;
  }
}

/* Fix scrolling issues caused by fotorama__nav-wrap positioned outside container */
@media screen and (max-width: 768px) {
  .product-gallery-wrap-inner .fotorama__nav-wrap {
    pointer-events: none !important;
  }
}

/* On desktop, ensure nav-wrap can receive pointer events for clicking thumbs */
@media screen and (min-width: 769px) {
  .product-gallery-wrap-inner .fotorama__nav-wrap {
    pointer-events: auto !important;
  }
}

/* Fix vertical scrolling issue - prevent overflow-x:hidden from creating scroll container */
/* Using overflow-x: clip instead of hidden to allow overflow-y: visible */
.main-product,
.section-main-product {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.product-page,
[id^="product-"] {
  overflow-x: clip !important;
  overflow-y: visible !important;
}
=======
>>>>>>> 65776964 (fixed scrolling issue with overflow)
