/*-- -------------------------- -->
<---          Product           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #product-2471 {
    padding: var(--sectionPadding);
    overflow: hidden;
  }
  #product-2471 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 46.875rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 28px - 64px */
    gap: clamp(1.75rem, 5vw, 4rem);
  }
  #product-2471 .cs-picture-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* 16px - 20px */
    gap: clamp(1rem, 1vw, 1.25rem);
  }
  #product-2471 .cs-large-images {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #product-2471 .cs-large-image {
    width: 100%;
    /* 320px - 520px */
    height: clamp(20rem, 68vw, 32.5rem);
    /* makes it cover the parent dimensions */
    object-fit: cover;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s;
  }
  #product-2471 .cs-large-image:first-of-type {
    position: relative;
  }
  #product-2471 .cs-large-image img {
    width: 100%;
    height: 100%;
    /* makes it cover the parent like a background image */
    object-fit: cover;
    display: block;
  }
  #product-2471 .cs-small-images {
    overflow-x: scroll;
    display: flex;
    /* 16px - 20px */
    gap: clamp(1rem, 1vw, 1.25rem);
    position: relative;
    z-index: 10;
  }
  #product-2471 .cs-thumbnail {
    /* 100px - 120px */
    height: clamp(6.25rem, 8vw, 7.5rem);
    object-fit: cover;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
    z-index: 10;
    transition: border-color 0.3s;
  }
  #product-2471 .cs-thumbnail.cs-active {
    border-color: var(--primary);
  }
  #product-2471 .cs-thumbnail:hover {
    border-color: var(--primary);
  }
  #product-2471 .cs-info-group {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  #product-2471 .cs-info-item {
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    display: block;
  }
  #product-2471 .cs-info-item .cs-bold {
    font-weight: 700;
  }
  #product-2471 .cs-info-item .cs-shipping-rates {
    display: block;
    font-size: 0.8125rem;
    color: #666380;
    margin-top: 0.25rem;
  }
  #product-2471 .cs-h3 {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    margin: 0 0 1.5rem;
    color: var(--headerColor);
  }
  #product-2471 .cs-price {
    /* 39px - 49px */
    font-size: clamp(2.4375rem, 3vw, 3.0625rem);
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -1.17px;
    color: var(--secondary);
    display: block;
  }
  #product-2471 .cs-info-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5em;
    margin: 1rem 0 1.5rem;
    color: var(--bodyTextColor);
  }
  #product-2471 .cs-button-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  #product-2471 .cs-quantity {
    padding: 0.75rem 1.25rem;
    border: 1px solid var(--headerColor);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
  }
  #product-2471 .cs-quantity-button {
    margin: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    border: none;
    transition: opacity 0.3s;
  }
  #product-2471 .cs-quantity-button.cs-inactive {
    cursor: not-allowed;
    opacity: 0.5;
  }
  #product-2471 .cs-quantity-icon {
    width: 1.5rem;
    height: auto;
    display: block;
  }
  #product-2471 .cs-quantity-value {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    color: var(--headerColor);
  }
  #product-2471 .sub-title {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  #product-2471 .first {
    margin-top: 0;
  }
  #product-2471 .why-it-works {
    margin-left: 1.5rem;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #product-2471 .cs-picture-group {
    flex-direction: row;
  }
  #product-2471 .cs-small-images {
    overflow: initial;
    flex-direction: column;
  }
  #product-2471 .cs-button-group {
    flex-direction: row;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #product-2471 .cs-container {
    max-width: 80rem;
    flex-direction: row-reverse;
    align-items: center;
  }
  #product-2471 .cs-large-images {
    min-width: 26.25rem;
  }
  #product-2471 .cs-large-image {
    /* 480px - 620px */
    height: clamp(30rem, 43vw, 38.75rem);
  }
  #product-2471 .cs-product-info {
    /* 20px - 60px */
    padding: clamp(1.25rem, 3vw, 3.75rem) 0;
  }
  #product-2471 .cs-button-solid {
    flex-grow: 1;
  }
}
.cs-disclaimer {
  margin: 1rem 0 0 0;
  border: 1px solid #e0e0e0;
  border-radius: 0.375rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cs-disclaimer-heading {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #595673;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.375rem;
  user-select: none;
  padding: 0.625rem 0.875rem;
  margin: 0;
}
.cs-disclaimer-heading::-webkit-details-marker {
  display: none;
}
.cs-disclaimer-heading::after {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 0.5625rem;
  height: 0.5625rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-bottom: 0.1875rem;
}
.cs-disclaimer[open] .cs-disclaimer-heading {
  border-bottom: 1px solid #e0e0e0;
}
.cs-disclaimer[open] .cs-disclaimer-heading::after {
  transform: rotate(-135deg);
  margin-bottom: -0.1875rem;
}
.cs-disclaimer-text {
  font-size: 0.8125rem;
  line-height: 1.6em;
  color: #595673;
  margin: 0;
  padding: 0.75rem 0.875rem;
  background-color: #fff;
}
.cs-disclaimer-text a {
  color: inherit;
  text-decoration: underline;
}
