@media screen and (max-width: 479px) {
  .body-2 {
    display: block;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format('woff2');
    unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
}

* {
    font-family: Montserrat, sans-serif;
    color: #333;
}

.body-2 {
  margin: 0px;
}

.navbar-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .navbar-container {
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.navbar {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px 0px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .container-regular {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.navbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .navbar-brand {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0px;
  }
}

.image-20 {
  width: 150px;
  vertical-align: baseline;
}

@media screen and (max-width: 991px) {
  .image-20 {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .image-20 {
    width: 120px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: transparent;
    display: none;
  }
}

.nav-menu {
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    display: flex;
    padding-left: 0px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgb(255, 255, 255);
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    padding-bottom: 30px;
    padding-left: 0px;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  color: rgb(26, 27, 31);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link.-wfp-hover,
.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link.-wfp-focus-visible,
:where(html:not(.wf-design-mode)) .nav-link:focus-visible {
  border-radius: 4px;
  outline: rgb(0, 80, 189) solid 2px;
  outline-offset: 0px;
  color: rgb(0, 80, 189);
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

.nav-button-wrapper {
  margin-left: 120px;
}

@media screen and (max-width: 991px) {
  .nav-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .nav-button-wrapper {
    width: auto;
  }
}

.button-primary {
  padding: 12px 25px;
  background-color: rgb(26, 27, 31);
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
}

li::marker {
  color: transparent;
}

.button-primary.-wfp-hover,
.button-primary:hover {
  background-color: rgb(50, 52, 58);
  color: rgb(255, 255, 255);
}

.button-primary.-wfp-active,
:where(html:not(.wf-design-mode)) .button-primary:active {
  background-color: rgb(67, 70, 77);
}




.menu-button {
  display: none;
}

@media screen and (max-width: 991px) {
  .menu-button {
    padding: 12px;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .menu-button.w--open {
    background-color: rgb(166, 177, 191);
    color: rgb(255, 255, 255);
  }
}

.div-block-59 {
  height: 1px;
  background-image: linear-gradient(91deg, transparent, rgb(209, 213, 219) 50%, transparent);
  margin: 20px auto;
}

.div-block-51 {
  display: flex;
  max-width: 1500px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .div-block-51 {
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-51 {
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-top: 15px;
  }
}


.div-block-52 {
  margin-left: 100px;
}

@media screen and (max-width: 991px) {
  .div-block-52 {
    position: static;
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-52 {
    margin-left: 15px;
    align-self: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .div-block-52 {
    margin-left: 0px;
  }
}

.div-block-49 {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: clamp(350px, 42vw, 600px);
}

.div-block-55 {
  display: flex;
  flex-flow: row;
  gap: 20px;
  margin-top: clamp(25px, 1.8vw, 50px);
}

@media screen and (max-width: 991px) {
  .div-block-55 {
    margin-top: clamp(10px, 1.5vw, 40px);
  }
}

@media screen and (max-width: 767px) {
  .div-block-55 {
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .div-block-55 {
    margin-top: clamp(10px, 3.3vw, 40px);
  }
}

.div-block-56 {
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
  margin-top: clamp(25px, 1.5vw, 50px);
}

@media screen and (max-width: 991px) {
  .div-block-56 {
    margin-top: clamp(10px, 1.4vw, 40px);
  }
}

@media screen and (max-width: 479px) {
  .div-block-56 {
    margin-top: clamp(6px, 1.4vw, 40px);
  }
}
@media screen and (max-width: 991px) {
  .div-block-49 {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-49 {
    margin-left: 0px;
    width: clamp(250px, 40vw, 600px);
  }
}

@media screen and (max-width: 479px) {
  .div-block-49 {
    display: flex;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: clamp(250px, 100vw, 600px);
  }
}

.arrow-left {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  transform: translate(0px, -50%);
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;

  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
  left: 10px;
  backdrop-filter: blur(1px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 991px) {
  .arrow-left {
    left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .arrow-left {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.45);
  }
}

.mainimage-wrapper {
  margin-right: auto;
  margin-left: auto;
  width: clamp(350px, 42vw, 600px);
}

@media screen and (max-width: 991px) {
  .mainimage-wrapper {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .mainimage-wrapper {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .mainimage-wrapper {
    display: block;
    width: auto;
    margin-top: 10px;
    margin-left: auto;
    padding: 10px;
    flex-flow: row;
  }
}

.mainimage-list {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  gap: 1px;
}

@media screen and (max-width: 479px) {
  .mainimage-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
}

.mainimage-slide {
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding-top: 10px;
  flex: 0 0 100%;
  scroll-snap-align: center;
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 767px) {
  .mainimage-slide {
    padding-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .mainimage-slide {
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    flex-flow: row;
    flex: 0 0 100%;
    scroll-snap-align: center;
    aspect-ratio: 1 / 1;
  }
}

.mainimage-img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 479px) {
  .mainimage-img {
    display: block;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 2px;
    object-fit: cover;
  }
}

.arrow-right {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  transform: translate(0px, -50%);
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
  right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(1px);
}

@media screen and (max-width: 991px) {
  .arrow-right {
    right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .arrow-right {
    transform: translate(0px, -50%);
    background-color: rgba(255, 255, 255, 0.45);
  }
}


  .image-17,
  .image-16 {
    width: 18px;
    height: 18px;
  }


.thumbnail-region {
  margin-right: auto;
  margin-left: 0px;
  width: clamp(350px, 42vw, 600px);
}

@media screen and (max-width: 991px) {
  .thumbnail-region {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .thumbnail-region {
    margin-left: 0px;
    width: clamp(250px, 40vw, 600px);
  }
}

@media screen and (max-width: 479px) {
  .thumbnail-region {
    position: relative;
    margin-left: auto;
    width: clamp(250px, 100vw, 600px);
  }
}

.thumbnail-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .thumbnail-wrapper {
    margin-left: auto;
    width: clamp(350px, 45vw, 600px);
  }
}

@media screen and (max-width: 767px) {
  .thumbnail-wrapper {
    width: auto;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .thumbnail-wrapper {
    width: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.thumbnail-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 8px 0px;
  scroll-snap-type: x mandatory;
}

@media screen and (max-width: 991px) {
  .thumbnail-list {
    scrollbar-width: none;
  }
}

@media screen and (max-width: 767px) {
  .thumbnail-list {
    scrollbar-width: none;
  }
}

@media screen and (max-width: 479px) {
  .thumbnail-list {
    margin-right: auto;
    margin-left: auto;
    justify-content: flex-start;
    align-items: center;
    scrollbar-width: none;
  }
}

.thumbnail-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.thumbnail-img {
  display: inline-block;
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 479px) {
  .thumbnail-img {
    display: block;
    width: 70px;
    height: 70px;
    aspect-ratio: auto;
    border-radius: 2px;
    object-fit: cover;
  }
}

.div-block-53 {
  display: none;
}

@media screen and (max-width: 991px) {
  .div-block-53 {
    position: relative;
    display: block;
    margin-left: 0px;
    width: clamp(350px, 45vw, 600px);
  }
}

@media screen and (max-width: 767px) {
  .div-block-53 {
    margin-left: 0px;
    width: clamp(250px, 40vw, 600px);
  }
}

@media screen and (max-width: 479px) {
  .div-block-53 {
    margin-left: 0px;
    width: clamp(250px, 100vw, 600px);
  }
}

@media screen and (max-width: 991px) {
  .thumb-arrow-right {
    transform: translate(0px, -35%);
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 10;
    right: 4px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 479px) {
  .thumb-arrow-right {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(0px, -35%);
    transition-property: opacity;
    transition-duration: 150ms;
    transition-timing-function: linear;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    pointer-events: auto;
  }
}

@media screen and (max-width: 991px) {
  .image-18 {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 991px) {
  .thumb-arrow-left {
    transition-property: opacity;
    transition-duration: 150ms;
    transition-timing-function: linear;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-35%);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 10;
    margin-left: 5px;
  }
}

@media screen and (max-width: 479px) {
  .thumb-arrow-left {
    opacity: 1;
  }
}

.div-block-58 {
  width: 100%;
  margin: 10px 100px 10px 20px;
}

@media screen and (max-width: 991px) {
  .div-block-58 {
    margin-right: 15px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-58 {
    width: 90%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-58 {
    margin-top: 10px;
    margin-right: 0px;
    padding: 10px;
  }
}

.div-block-54 {
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  flex-flow: column;
}

@media screen and (max-width: 991px) {
  .div-block-54 {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.product-title {
  font-family: Montserrat, sans-serif;
  line-height: 1;
  font-weight: 500;
  font-size: clamp(16px, 3.1vw, 45px);
}

@media screen and (max-width: 767px) {
  .product-title {
    font-size: clamp(16px, 3.3vw, 45px);
  }
}

@media screen and (max-width: 479px) {
  .product-title {
    line-height: 1;
    font-size: clamp(16px, 6.9vw, 50px);
  }
}

.approx-price {
  font-family: Montserrat, sans-serif;
  color: #333333;
  font-size: clamp(18px, 1.7vw, 24px);
  margin-top: 5px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .approx-price {
    font-size: clamp(16px, 1.7vw, 32px);
  }
}

@media screen and (max-width: 479px) {
  .approx-price {
    font-size: clamp(16px, 4vw, 32px);
  }
}
.product-compareprice {
  font-family: Montserrat, sans-serif;
  color: rgb(156, 163, 175);
  text-decoration: line-through;
  font-size: clamp(18px, 1.7vw, 24px);
}

@media screen and (max-width: 767px) {
  .product-compareprice {
    font-size: clamp(16px, 1.7vw, 32px);
  }
}

@media screen and (max-width: 479px) {
  .product-compareprice {
    font-size: clamp(16px, 4vw, 32px);
  }
}


.product-price {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 1.7vw, 24px);
}

@media screen and (max-width: 767px) {
  .product-price {
    font-size: clamp(16px, 1.7vw, 32px);
  }
}

@media screen and (max-width: 479px) {
  .product-price {
    font-size: clamp(16px, 4vw, 32px);
  }
}

.div-block-57 {
  display: block;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex: 0 1 auto;
  text-decoration: none;
}


.text-block-12 {
  margin-left: 8px;
  align-self: center;
  flex: 0 1 auto;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: clamp(10px, 1.5vw, 16px);
}

@media screen and (max-width: 479px) {
  .text-block-12 {
    font-size: clamp(10px, 3.5vw, 16px);
  }
}

.review-count2 {
  margin-left: 18px;
  align-self: center;
  flex: 0 1 auto;
  font-family: Montserrat, sans-serif;
  color: rgb(156, 163, 175);
  text-align: left;
  font-size: clamp(10px, 1.5vw, 16px);
}

@media screen and (max-width: 479px) {
  .review-count2 {
    font-size: clamp(10px, 3.5vw, 24px);
  }
}

.div-block-57 {
  display: block;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex: 0 1 auto;
  text-decoration: none;
}

.image-19 {
  display: block;
  height: clamp(10px, 1.15vw, 18px);
}

@media screen and (max-width: 479px) {
  .image-19 {
    height: clamp(13px, 1.15vw, 18px);
  }
}

.heading-12 {
  line-height: 36px;
}



.paragraph-9 {
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
  font-weight: 500;
  font-size: clamp(10px, 1.2vw, 18px);
}

@media screen and (max-width: 991px) {
  .paragraph-9 {
    font-size: clamp(10px, 1.5vw, 22px);
  }
}

@media screen and (max-width: 767px) {
  .paragraph-9 {
    font-size: clamp(10px, 2vw, 22px);
  }
}

@media screen and (max-width: 479px) {
  .paragraph-9 {
    font-size: clamp(10px, 3.5vw, 22px);
  }
}
.shopify-button-wrapper {
  display: flex;
  width: 100%;
  max-width: 300px;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .shopify-button-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }
}

@media screen and (max-width: 479px) {
  .shopify-button-wrapper {
    justify-content: flex-start;
    align-items: center;
    font-size: 10px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
    max-width: 100%;
  }
}

.code-3 {
  color: #6b7280;
}

.code-embed {
  display: block;
  width: 170px;
  justify-content: flex-start;
  align-items: center;
  order: 0;
  flex: 0 1 auto;
}

@media screen and (max-width: 479px) {
  .code-embed {
    width: 160px;
  }
}

.code-embed-2 {
  width: 170px;
}

@media screen and (max-width: 479px) {
  .code-embed-2 {
    width: 160px;
  }
}


.div-block-62-copy {
  display: block;
}

@media screen and (max-width: 767px) {
  .div-block-62-copy {
    display: none;
    margin-top: 20px;
    margin-right: 25px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-62-copy {
    margin-top: 0px;
  }
}

.text-block-15 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.5vw, 22px);
}

@media screen and (max-width: 991px) {
  .text-block-15 {
    margin-bottom: 10px;
    font-size: clamp(14px, 2.2vw, 29px);
  }
}

@media screen and (max-width: 767px) {
  .text-block-15 {
    margin-bottom: 5px;
    font-size: clamp(14px, 2.7vw, 29px);
  }
}

@media screen and (max-width: 479px) {
  .text-block-15 {
    margin-bottom: 10px;
    font-size: clamp(14px, 4.3vw, 29px);
  }
}.div-block-64 {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
}

@media screen and (max-width: 767px) {
  .div-block-64 {
    display: flex;
    height: auto;
  }
}.div-block-64 {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
}

.image-29 {
  height: 25px;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  .image-29 {
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-64 {
    display: flex;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .image-29 {
    height: 20px;
    margin-right: 10px;
  }
}

.div-block-64 {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
}

.text-block-22 {
  display: block;
  margin-left: 10px;
  flex-flow: row;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .text-block-22 {
    font-size: clamp(12px, 1.8vw, 16px);
  }
}

@media screen and (max-width: 767px) {
  .div-block-64 {
    display: flex;
    height: auto;
  }
}

.div-block-62 {
  display: none;
}

@media screen and (max-width: 767px) {
  .div-block-62 {
    display: block;
    margin-top: 20px;
    margin-right: 25px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-62 {
    margin-top: 0px;
  }
}.text-block-15 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.5vw, 22px);
}

@media screen and (max-width: 991px) {
  .text-block-15 {
    margin-bottom: 10px;
    font-size: clamp(14px, 2.2vw, 29px);
  }
}

@media screen and (max-width: 767px) {
  .text-block-15 {
    margin-bottom: 5px;
    font-size: clamp(14px, 2.7vw, 29px);
  }
}

@media screen and (max-width: 479px) {
  .text-block-15 {
    margin-bottom: 10px;
    font-size: clamp(14px, 4.3vw, 29px);
  }
}

@media screen and (max-width: 767px) {
  .text-block-23 {
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .text-block-24 {
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .text-block-25 {
    font-family: Montserrat, sans-serif;
  }
}


.review-section {
  max-width: 1500px;
  margin-top: 20px;
  margin-right: 100px;
  margin-left: 100px;
  border-radius: 10px;
  background-color: rgb(249, 250, 251);
  padding: 20px 0px;
  text-align: center;
}

.heading-12 {
  margin-top: 3px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .review-section {
    margin-right: 28px;
    margin-left: 28px;
  }
}

@media screen and (max-width: 991px) {
  .heading-12 {
    margin-top: 0px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .heading-12 {
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 479px) {
  .review-section {
    display: none;
    margin-right: 14px;
    margin-left: 14px;
  }
}

@media screen and (max-width: 991px) {
  .text-block-17 {
    font-size: 12px;
  }
}

.text-block-17 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  margin-left: 10px;
}

.review-grid {
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .review-section {
    margin-right: 28px;
    margin-left: 28px;
  }
}

@media screen and (max-width: 991px) {
  .review-grid {
    gap: 10px;
  }
}

@media screen and (max-width: 479px) {
  .review-section {
    display: none;
    margin-right: 14px;
    margin-left: 14px;
  }
}

.review-item {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 6px;
  width: 32%;
}

@media screen and (max-width: 767px) {
  .review-item {
    width: 45%;
  }
}

.review-item-2 {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 6px;
  width: 32%;
}

@media screen and (max-width: 767px) {
  .review-item-2 {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .review-item-3 {
    width: 45%;
  }
}

.review-item-3 {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 6px;
  width: 32%;
}

.mobile-review-slider {
  display: none;
}

@media screen and (max-width: 479px) {
  .mobile-review-slider {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px -2px;
    display: block;
    padding: 24px 0px;
    text-align: center;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
  }
}

.div-block-63 {
  display: flex;
  padding-left: 10px;
  justify-content: flex-start;
  align-items: center;
}

.heading-12-mobile {
  margin-top: 3px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .heading-12-mobile {
    margin-top: 0px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .heading-12-mobile {
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 479px) {
  .heading-12-mobile {
    margin-bottom: 0px;
  }
}

.slider-track {
  width: 280px;
}

@media screen and (max-width: 479px) {
  .slider-track {
    width: 100%;
    transition-property: transform;
    transition-duration: 400ms;
    transition-timing-function: ease;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .slide {
    max-width: 100%;
    min-width: 100%;
    flex-shrink: 0;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 8px;
  }
}

@media screen and (max-width: 479px) {
  .text-block-19 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: rgb(107, 114, 128);
  }
}

@media screen and (max-width: 479px) {
  .paragraph-11 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: rgb(55, 65, 81);
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 479px) {
  .image-24 {
    overflow: clip;
    height: 200px;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 479px) {
  .text-block-18 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: rgb(107, 114, 128);
  }
}

@media screen and (max-width: 479px) {
  .text-block-20 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: rgb(107, 114, 128);
  }
}

.arrow-left2 {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  transform: translate(0px, -50%);
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  padding: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
  left: 10px;
  backdrop-filter: blur(1px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 991px) {
  .arrow-left2 {
    left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .arrow-left2 {
    display: flex;
    width: 33px;
    height: 33px;
    justify-content: center;
    align-items: center;
    left: 15px;
    background-color: rgba(255, 255, 255, 0.85);
    top: 40%;
  }
}

.arrow-left2 {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  transform: translate(0px, -50%);
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  padding: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
  left: 10px;
  backdrop-filter: blur(1px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 991px) {
  .arrow-left2 {
    left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .arrow-left2 {
    display: flex;
    width: 33px;
    height: 33px;
    justify-content: center;
    align-items: center;
    left: 15px;
    background-color: rgba(255, 255, 255, 0.85);
    top: 40%;
  }
}

@media screen and (max-width: 479px) {
  .image-27 {
    width: 25px;
  }
}

@media screen and (max-width: 479px) {
  .image-28 {
    width: 25px;
  }
}

.accordion-section {
  display: none;
}

@media screen and (max-width: 991px) {
  .accordion-section {
    display: block;
    max-width: 1500px;
    margin-right: 28px;
    margin-left: 28px;
    padding-top: 20px;
    background-color: rgb(255, 255, 255);
  }
}

@media screen and (max-width: 479px) {
  .accordion-section {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    background-color: rgb(248, 248, 250);
  }
}

.accordion-item {
  background-color: rgb(238, 238, 238);
}

@media screen and (max-width: 991px) {
  .accordion-item {

    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
  }
}

@media screen and (max-width: 479px) {
  .accordion-item {

    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
  }
}

@media screen and (max-width: 991px) {
  .accordian-container {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px 0px;
  }
}

@media screen and (max-width: 479px) {
  .accordian-container {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px 0px;
  }
}

@media screen and (max-width: 991px) {
  .accordion-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-auto-columns: 1fr;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    border-radius: 10px;
    background-color: rgb(250, 248, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px 0px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }
}

@media screen and (max-width: 479px) {
  .accordion-header {
    display: flex;
    padding: 0px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    background-color: rgb(250, 248, 251);
    box-shadow: none;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  .accordion-title {
    position: relative;
    display: inline-flex;
    height: 100%;
    padding: 15px;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .accordion-title {
    position: relative;
    display: inline-flex;
    height: 100%;
    padding: 15px;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-71 {
    display: flex;
    height: 28px;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .div-block-71 {
    display: flex;
    height: 24px;
    justify-content: flex-start;
    align-items: center;
  }
}

.accordion-icon {
  width: 24px;
}

@media screen and (max-width: 991px) {
  .accordion-icon {
    width: 28px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 479px) {
  .accordion-icon {
    width: 24px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 991px) {
  .text-block-31 {
    font-size: 20px;
    line-height: 1;
  }
}

@media screen and (max-width: 479px) {
  .text-block-31 {
    display: block;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .accordion-arrow-box {
    height: 100%;
    margin-left: auto;
    padding: 15px;
  }
}

@media screen and (max-width: 479px) {
  .accordion-arrow-box {
    height: 100%;
    margin-left: auto;
    padding: 15px;
    flex: 0 1 auto;
  }
}

@media screen and (max-width: 991px) {
  .accordion-header-image {
    width: 24px;
  }
}

@media screen and (max-width: 479px) {
  .accordion-header-image {
    width: 18px;
    margin-left: auto;
    padding-top: 0px;
  }
}

.accordion-panel {
  background-color: rgb(255, 255, 255);
}

@media screen and (max-width: 991px) {
  .accordion-panel {
    overflow: hidden;
    max-height: 0px;
    padding: 0px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-panel {
    max-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .accordion-panel {
    overflow: hidden;
    max-height: 0px;
    margin-top: 0px;
    margin-right: 0px;
    padding: 0px 10px;
  }
}

.div-block-75 {
  max-width: 1500px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .div-block-75 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .div-block-75 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .div-block-75 {
    display: none;
  }
}

.tabs-2 {
  max-width: 1500px;
  margin-right: 100px;
  margin-left: 100px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px 0px;
}

.tabs-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tab-link-tab-1-4 {
  width: 100%;
  border-top-left-radius: 10px;
  background-color: rgb(250, 248, 251);
  box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 1px inset;
}

.tab-link-tab-1-4.w--current {
  background-color: rgb(30, 99, 213);
  color: rgb(255, 255, 255);
}

.text-block-32 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: center;
}

.tab-link-tab-2-2 {
  width: 100%;
  background-color: rgb(250, 248, 251);
  box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 1px inset;
}

.tab-link-tab-2-2.w--current {
  background-color: rgb(30, 99, 213);
  color: rgb(255, 255, 255);
}

.text-block-33 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: center;
}

.tab-link-tab-3-2 {
  width: 100%;
  background-color: rgb(250, 248, 251);
  box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 1px inset;
}

.tab-link-tab-3-2.w--current {
  background-color: rgb(30, 99, 213);
  color: rgb(255, 255, 255);
}

.text-block-34 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: center;
}

.tab-link-tab-4-2 {
  width: 100%;
  border-top-right-radius: 10px;
  background-color: rgb(250, 248, 251);
  box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 1px inset;
}

.tab-link-tab-4-2.w--current {
  background-color: rgb(30, 99, 213);
  color: rgb(255, 255, 255);
}

.text-block-35 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: center;
}

.tabs-content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tab-pane-tab-1 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.paragraph-17 {
  margin-bottom: 0px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.tab-pane-tab-3 {
  padding: 40px;
}

.tab-pane-tab-4 {
  padding: 40px;
}

.tab-title-div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.paragraph-19 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .paragraph-19 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-19 {
    margin-top: 10px;
  }
}

.tab-text-medium {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.div-block-77 {
  display: flex;
  margin-top: 10px;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 479px) {
  .div-block-77 {
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.div-block-80 {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
}

.text-block-38 {
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .text-block-38 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .text-block-38 {
    margin-top: 0px;
  }
}

.bold-text {
  font-weight: 600;
}

.tab-text-medium {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.text {
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .text {
    margin-top: 5px;
  }
}

.div-block-80 {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
}

.tab-image-large {
  width: 35px;
}

.tab-text-large {
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.tab-image-small {
  width: 18px;
}

@media screen and (max-width: 479px) {
  .tab-image-small {
    margin-top: 5px;
  }
}

.div-block-65 {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.review-slider::-webkit-scrollbar { display: none; /* Chrome, Safari */ }
  .mobile-review-slider::-webkit-scrollbar { display: none; /* Chrome, Safari */ }
  .dot.active { background: #2563EB; }

  .mainimage-wrapper {
    -webkit-overflow-scrolling: touch;
  }
  
  .mainimage-wrapper::-webkit-scrollbar { display: none; }

  .thumbnail-wrapper {
    -webkit-overflow-scrolling: touch;
  }
  
  .thumbnail-wrapper::-webkit-scrollbar { display: none; }

  .thumbnail-img {
    opacity: 0.6; 
    transition: opacity 0.2s ease, transform 0.2s ease; 
    cursor: pointer; 
    transition: margin 0.25s ease, transform 0.25s ease;
  }
  
  .thumbnail-img:hover { 
    transform: scale(1.05); 
  }
  
  .thumbnail-img.active-thumb { 
    opacity: 1; outline: 2px solid #ff6600; 
    outline-offset: 2px; 
    margin-left: 6px;
    margin-right: 6px;
  }
  
  img {
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
  pointer-events: auto; /* keeps clicking working */
}

.thumbnail-list {
  position: relative;
}

.thumb-arrow-right.hidden {
  opacity: 0;
  pointer-events: none;
}
  
  .thumb-arrow-left.hidden {
  opacity: 0;
  pointer-events: none;
}

 .accordion-header-image { transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); /* optional: makes rotation look smoother */ transform-origin: center; }
  
 .accordion-title {
  position: relative;
  display: inline-block; /* ensures the triangle aligns with the blue box */
}

.accordion-title.open::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1e63d5; /* match your blue */
  z-index: 1;
  top: 99%;
}

  .accordion-header.open {
  box-shadow: inset 0 0 1px rgba(0,0,0,0.22);
  
}

  .accordion-panel {
  will-change: max-height;
  transition: max-height 0.22s ease, padding 0.22s ease;
}

 .accordion-icon {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: visible;
}

.accordion-icon.hide {
  display: none;
}

.shopify-button-wrapper iframe {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}