.Product {
  margin: 0 auto 40px;
  max-width: 1264px;
  padding: 0 20px;
  box-sizing: border-box;
  @media screen and (min-width: 1024px) {
    max-width: 1272px;
    margin-bottom: 80px;
    padding: 0 24px;
  }
  .Product__Wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;

    @media screen and (min-width: 769px) {
      max-width: none;
    }
    @media screen and (min-width: 1024px) {
      justify-content: center;
      gap: 80px;
      flex-direction: row;
    }
    .Product__Gallery:not(.Product__Gallery--stack) {
      &.Product__Gallery--withThumbnails {
        width: 100%;
        max-width: 600px;
        margin: 0 auto !important;
      }
      @media screen and (min-width: 1024px) {
        position: sticky;
        top: 91px;
        align-self: flex-start;
        min-height: 0;
      }
      .Product__Slideshow {
        transform: translateZ(0);
        width: 100%;
        height: 300px;
        margin-left: 0;
        margin-right: 0;
        border: 1px solid #F6EFD6;
        @media screen and (min-width: 1024px) {
          width: 100%;
          height: 500px;
        }
        .flickity-viewport {
          height: 100% !important;
        }
        .Product__SlideItem {
          width: 100%;
          height: 100%;
          .AspectRatio {
            width: 100%;
            height: 100%;
            padding-bottom: 0 !important;
          }
          img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            mix-blend-mode:multiply;
            background-blend-mode:luminosity;
            background-color:#fff;
          }
        }
      }
      .Product__SlideshowNav.Product__SlideshowNav--thumbnails {
        display: block !important;
        width: 100%;
        margin: 14px 0 15px 0 !important;
        @media screen and (min-width: 1024px) {
          margin: 10px 0 !important;
        }
        .Product__SlideshowNavScroller,
        .flickity-viewport,
        .flickity-slider {
          display: flex !important;
          flex-direction: row !important;
          flex-wrap: nowrap !important;
          align-items: center;
          gap: 8px;
          overflow-x: auto;
          overflow-y: hidden;
          width: 100% !important;
          height: auto !important;
          position: static !important;
          transform: none !important;
          left: 0 !important;
          top: 0 !important;
        }
        .Product__SlideshowNavImage {
          flex: 0 0 auto;
          position: static !important;
          left: auto !important;
          width: 55px;
          height: 55px;
          border: none;
          margin: 0 !important;
          background-color:#fff;
          @media screen and (min-width: 1024px) {
            width: 120px;
            height: 120px;
            aspect-ratio: 1 / 1;
          }
          &::before {
            content: none;
          }
          img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            mix-blend-mode:multiply;
            background-blend-mode:luminosity;
            background-color:#fff;
            position: relative;
          }

          &.is-selected {
            border: 1px solid #000;
          }
        }
      }
      .Product__SlideshowMobileNav {
        margin-top: 0;
        .Product__SlideshowNavArrow.Product__SlideshowNavArrow--previous {
          position: absolute;
          left: 0;
          top: 35%;
          @media screen and (min-width: 1024px) {
            top: 25%;
          }
          transform: translate(-35%, -50%);
}
        .Product__SlideshowNavArrow.Product__SlideshowNavArrow--previous,
        .Product__SlideshowNavArrow.Product__SlideshowNavArrow--next {
          &::before {
            content: none;
          }
          &.is-hidden {
            display: none;
          }
          svg {
            width: 38px;
            height: 38px;
            @media screen and (min-width: 1024px) {
              width: 44px;
              height: 44px;
            }
          }
        }
        .Product__SlideshowNavArrow.Product__SlideshowNavArrow--next {
          position: absolute;
          right: 0;
          top: 35%;
          @media screen and (min-width: 1024px) {
            top: 25%;
          }
          transform: translate(30%, -50%);
        }

        .flickity-page-dots {
          padding: 0;
          padding-top: 14px;
          display: flex;
          align-items: flex-start;
          gap: 8px;
          @media screen and (min-width: 1024px) {
            padding: 12px 0;
          }
          .dot {
            margin: 0;
            width: 10px;
            height: 10px;
          }
        }
      }
    }
    .Product__InfoWrapper {
      position: relative;
      right: auto;
      top: auto;
      width: 100%;
      max-width: none;
      max-width: 544px;

      .Product__Info {
        width: 100%;
        margin: 0 !important;

        .Container {
          padding: 0 !important;
        }
        
        .ProductMeta {
          text-align: left;

          .ProductMeta__Vendor {
            color: #1C1B1B;
            font-family: Montserrat;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 0.32px;
            margin-bottom: 10px;
            text-transform: Capitalize;
          }
          .ProductMeta__Title {
            color: #1C1B1B;
            font-family: Montserrat;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 28px;
            letter-spacing: 0.18px;
            margin-bottom: 10px;
            @media screen and (min-width: 1024px) {
              font-size: 20px;
              letter-spacing: 0.2px;
            }
          }
          .ProductMeta__PriceList {
            margin-top: 0;
          }
          .ProductMeta__PriceList .ProductMeta__Price {
            color: #1C1B1B;
            font-family: Montserrat;
            font-size: 26px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: 0.26px;
            @media screen and (min-width: 1024px) {
              font-size: 32px;
              letter-spacing: 0.32px;
            }
          }
          .ProductMeta__PriceList .ProductMeta__Price.Price--compareAt {
            color: var(--text-color-light);
          }
          .ProductMeta__Description {
            margin: 20px 0;
            padding-top: 20px;
            border-top: 1px solid #D9D9D9;
            .Rte {
              color: #1C1B1B;
              font-family: Montserrat;
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              letter-spacing: 0.84px;
              strong {
                font-weight: 700;
              }
            }
          }
        }
        .ProductForm__AddToCart {
          border: 2px solid #C82328;
          background-color: transparent;
          color: #C82328;
          padding: 14px 0;
          @media screen and (min-width: 1024px) {
            padding: 16px 0;
          }
          span {
            text-align: center;
            font-family: Montserrat;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 2.52px;
            @media screen and (min-width: 1024px) {
              font-size: 16px;
              letter-spacing: 2.88px;
            }
          }

          &::before {
            content: none;
          }
          &:hover {
            border: 2px solid #C82328;
            background: #C82328;
            color: #FFF;
          }
        }
      }
    }
  }
}

.Product__IconText {
  display: flex;
  padding: 10px 20px;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  flex-wrap: nowrap;
  justify-content: center;
  background: transparent;
  box-sizing: border-box;
  width: 100%;
}

.Product__IconText--mobile {
  margin-top: 20px;
}

.Product__IconTextItem {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 0;
  position: relative;
  max-width: 33%;
}

.Product__IconTextIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Product__IconTextIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Product__IconTextTitle {
  color: #1C1B1B;
  text-align: center;
  font-family: 'Oswald';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0;
}

.Product__IconTextSubtitle {
  color: #1C1B1B;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-top: 4px;
}

@media screen and (min-width: 1024px) {
  .Product__IconText--desktop {
    margin-top: 24px;
    padding: 26px 0;
    gap: 10px;
  }
  .Product__IconTextTitle {
    font-size: 22px;
    letter-spacing: 0.44px;
    margin: 0;
    margin-top: 12px;
  }
  .Product__IconTextSubtitle {
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  .Product .Product__Wrapper:has(> .Product__IconText--desktop) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 544px);
    column-gap: 80px;
    align-items: start;
    justify-content: center;
  }
  .Product .Product__Wrapper:has(> .Product__IconText--desktop) > .Product__Gallery {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }
  .Product .Product__Wrapper:has(> .Product__IconText--desktop) > .Product__IconText--desktop {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
  }
  .Product .Product__Wrapper:has(> .Product__IconText--desktop) > .Product__InfoWrapper {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
  .Product .Product__Wrapper:has(> .Product__IconText--desktop) > .Product__Aside {
    grid-column: 1 / span 2;
    grid-row: 3;
  }
}

.Product__PaymentLogos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  margin-top: 20px;
  width: 100%;
}

.Product__PaymentLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.Product__PaymentLogo {
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1; 
  img  {
    width: 36px;
    height: 23.077px;
  }
}

.Product__PaymentDivider {
  display: inline-block;
  width: 1px;
  height: 28px;
  background: #C82328;
  margin: 0 6px;
  flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
  .Product__PaymentLogos {
    margin-top: 24px;
    gap: 12px;
  }
  .Product__PaymentLogo {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    img {
      width: 50px;
      height: 32.051px;
    }
  }
  .Product__PaymentDivider {
    height: 32px;
    margin: 0 10px;
  }
}

.Product-faq__wrapper .section-custom_accordion #custom-header_custom-accordion {
  color: #1C1B1B;
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 30px;


  @media screen and (min-width: 1024px) {
    font-size: 34px;
    letter-spacing: 0.34px;
    padding-bottom: 40px;
  }
}

.Product-faq__wrapper .section-custom_accordion .custom-accordion-item {
  border-top: 1px solid #AAA;
  border-bottom: none;
}

.Product-faq__wrapper .section-custom_accordion .custom-accordion-item .custom-accordion-title {
  color: #1C1B1B;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  @media screen and (min-width: 1024px) {
    font-size: 18px;
  }
}

.Product-faq__wrapper .section-custom_accordion .custom-accordion-item .custom-accordion-content {
  color: #111;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;

  @media screen and (min-width: 1024px) {
    font-size: 14px;
  }
}

.Product-faq__wrapper .section-custom_accordion .custom-accordion-item:last-child {
  border-bottom: 1px solid #AAA;
}