/** Shopify CDN: Minification failed

Line 3981:0 Unexpected "="

**/
product-info {
  display: block;
}

.product {
  margin: 0;
}

.product.grid {
  gap: 0;
}

.product--no-media {
  max-width: 57rem;
  margin: 0 auto;
}

.product__media-wrapper {
  padding-left: 0;
}
.product-save-with-info {
    background: #fff;
}
@media screen and (min-width: 750px) {
  .product__column-sticky {
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
  }
}

.shopify-payment-button__button {
  font-family: inherit;
  min-height: 4.6rem;
}

.shopify-payment-button__button [role="button"].focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button [role="button"]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
}

.shopify-payment-button__button [role="button"]:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  font-size: 1.4rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  letter-spacing: 0.07rem;
}

.shopify-payment-button__button--unbranded::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.shopify-payment-button__more-options {
  margin: 1.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.shopify-payment-button__button + .shopify-payment-button__button--hidden {
  display: none;
}

/* Product form */

.product-form {
  display: block;
}

.product-form__error-message-wrapper:not([hidden]) {
  display: flex;
  align-items: flex-start;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  margin-bottom: 1.5rem;
}

.product-form__error-message-wrapper .svg-wrapper {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.7rem;
  margin-top: 0.25rem;
}

/* Form Elements */
.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 1.2rem 0;
  max-width: 44rem;
  min-width: fit-content;
  border: none;
}

.product-form__input .form__label {
  padding-left: 0;
}

.product-form__input .select {
  max-width: 100%;
}

.product-form__input .svg-wrapper {
  right: 1.5rem;
}

.product-form__submit {
  margin-bottom: 1rem;
}

.product-form__submit[aria-disabled="true"]
  + .shopify-payment-button
  .shopify-payment-button__button[disabled],
.product-form__submit[disabled]
  + .shopify-payment-button
  .shopify-payment-button__button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

@media screen and (forced-colors: active) {
  .product-form__submit[aria-disabled="true"] {
    color: Window;
  }
}

/* Overrides */
.shopify-payment-button__more-options {
  color: rgb(var(--color-foreground));
}

.shopify-payment-button__button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

/* Product info */

.product__info-container > * + * {
  margin: 1.5rem 0;
}

.product__info-container iframe {
  max-width: 100%;
}

.product__info-container .product-form,
.product__info-container .product__description,
.product__info-container .icon-with-text {
  margin: 2.5rem 0;
}

.product__text {
  margin-bottom: 0;
}

a.product__text {
  display: block;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.product__text.caption-with-letter-spacing {
  text-transform: uppercase;
}

.product__title {
  word-break: break-word;
  margin-bottom: 1.5rem;
}

.product__title > * {
  margin: 0;
}

.product__title > a {
  display: none;
}

.product__title + .product__text.caption-with-letter-spacing {
  margin-top: -1.5rem;
}

.product__text.caption-with-letter-spacing + .product__title {
  margin-top: 0;
}

.product__accordion .accordion__content {
  padding: 0 1rem;
}

.product .price .badge {
  margin-bottom: 0.5rem;
}

.product .price__container {
  margin-bottom: 0.5rem;
}

.product .price dl {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.product .price--sold-out .price__badge-sale {
  display: none;
}

@media screen and (min-width: 750px) {
  .product__info-container .price--on-sale .price-item--regular {
    font-size: 1.6rem;
  }

  .product__info-container > *:first-child {
    margin-top: 0;
  }
}

.product__description-title {
  font-weight: 600;
}

.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media .product__tax,
.product--no-media .product__sku,
.product--no-media shopify-payment-terms {
  text-align: center;
}

.product--no-media .product__media-wrapper,
.product--no-media .product__info-wrapper {
  padding: 0;
}

.product__tax {
  margin-top: -1.4rem;
}

.product--no-media .share-button {
  max-width: 100%;
}

.product--no-media .product-form__quantity,
.product--no-media .share-button,
.product--no-media .product__view-details,
.product--no-media .product__pickup-availabilities,
.product--no-media .product-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form {
  flex-direction: column;
}

.product--no-media .product-form > .form {
  max-width: 30rem;
  width: 100%;
}

.product--no-media .product-form__quantity {
  flex-direction: column;
  max-width: 100%;
}

.product-form__quantity .form__label {
  margin-bottom: 0.6rem;
}

.price-per-item__label.form__label {
  margin-bottom: 0rem;
}

.product-form__quantity-top .form__label {
  margin-bottom: 1.2rem;
}

.product-form__buttons {
  max-width: 44rem;
}

.product--no-media .product__info-container > modal-opener {
  display: block;
  text-align: center;
}

.product--no-media .product-popup-modal__button {
  padding-right: 0;
}

.product--no-media .price {
  text-align: center;
}

/* Product media */
.product__media-list video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

@media screen and (max-width: 749px) {
  .product__media-list {
    margin-left: -2.5rem;
    margin-bottom: 3rem;
    width: calc(100% + 4rem);
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .slider.product__media-list::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
  }

  .product__media-list::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-foreground));
  }

  .product__media-list::-webkit-scrollbar-track {
    background-color: rgba(var(--color-foreground), 0.2);
  }

  .product__media-list .product__media-item {
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
  }

  .product--mobile-columns .product__media-item {
    width: calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing));
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail .product__media-list,
  .product--thumbnail_slider .product__media-list {
    padding-bottom: calc(
      var(--media-shadow-vertical-offset) * var(--media-shadow-visible)
    );
  }

  .product__media-list {
    padding-right: calc(
      var(--media-shadow-horizontal-offset) * var(--media-shadow-visible)
    );
  }

  .product--thumbnail .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: none;
  }

  .product-media-modal__content
    > .product__media-item--variant.product__media-item--variant {
    display: none;
  }

  .product-media-modal__content > .product__media-item--variant:first-child {
    display: block;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item:first-child {
    padding-left: 0;
  }

  .product--thumbnail_slider .product__media-list {
    margin-left: 0;
  }

  .product__media-list .product__media-item {
    width: 100%;
  }
}

.product__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}

.product__media-icon,
.thumbnail__badge {
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  z-index: 1;
  transition: color var(--duration-short) ease,
    opacity var(--duration-short) ease;
}

.product__media-video .product__media-icon {
  opacity: 1;
}

.product__modal-opener--image .product__media-toggle:hover {
  cursor: zoom-in;
}

.product__modal-opener:hover .product__media-icon {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

@media screen and (min-width: 750px) {
  .grid__item.product__media-item--full {
    width: 100%;
  }

  .product--columns
    .product__media-item:not(.product__media-item--single):not(:only-child) {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large.product--columns
    .product__media-item--full
    .deferred-media__poster-button {
    height: 5rem;
    width: 5rem;
  }

  .product--medium.product--columns
    .product__media-item--full
    .deferred-media__poster-button {
    height: 4.2rem;
    width: 4.2rem;
  }

  .product--medium.product--columns
    .product__media-item--full
    .deferred-media__poster-button
    .icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .product--small.product--columns
    .product__media-item--full
    .deferred-media__poster-button {
    height: 3.6rem;
    width: 3.6rem;
  }

  .product--small.product--columns
    .product__media-item--full
    .deferred-media__poster-button
    .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media screen and (min-width: 990px) {
  .product--stacked .product__media-item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product:not(.product--columns)
    .product__media-list
    .product__media-item:first-child,
  .product:not(.product--columns)
    .product__media-list
    .product__media-item--full {
    width: 100%;
    max-width: 100%;
  }

  .product__modal-opener .product__media-icon {
    opacity: 0;
  }

  .product__modal-opener:hover .product__media-icon,
  .product__modal-opener:focus .product__media-icon {
    opacity: 1;
  }
}

.product__media-item > * {
  display: block;
  position: relative;
}

.product__media-toggle {
  display: flex;
  border: none;
  background-color: transparent;
  color: currentColor;
  padding: 0;
}

.product__media-toggle::after {
  content: "";
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(var(--border-width) * -1);
  right: calc(var(--border-width) * -1);
  bottom: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  z-index: 2;
}

.product__media-toggle:focus-visible {
  outline: 0;
  box-shadow: none;
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .product__media-toggle:focus-visible,
  .product__media-toggle:focus-visible:after {
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}
.product__media-toggle.focused {
  outline: 0;
  box-shadow: none;
}

.product__media-toggle:focus-visible:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product__media-toggle.focused:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product-media-modal {
  background-color: rgb(var(--color-background));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.product-media-modal[open] {
  visibility: visible;
  opacity: 1;
  z-index: 101;
}

.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: 100vh;
}

.product-media-modal__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}

.product-media-modal__content > *:not(.active),
.product__media-list .deferred-media {
  display: none;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding-bottom: 2rem;
  }

  .product-media-modal__content > *:not(.active) {
    display: block;
  }

  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product__media-list .deferred-media {
    display: block;
  }
}

@media screen and (max-width: 749px) {
  .product--thumbnail
    .is-active
    .product__modal-opener:not(.product__modal-opener--image),
  .product--thumbnail_slider
    .is-active
    .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product--thumbnail .is-active .deferred-media,
  .product--thumbnail_slider .is-active .deferred-media {
    display: block;
    width: 100%;
  }
}

.product-media-modal__content > * {
  display: block;
  height: auto;
  margin: auto;
}

.product-media-modal__content .media {
  background: none;
}

.product-media-modal__model {
  width: 100%;
}

.product-media-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 2rem;
  padding: 1.2rem;
  position: fixed;
  z-index: 2;
  top: 2rem;
  width: 4rem;
}

.product-media-modal__content .deferred-media {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

  .product-media-modal__content > * {
    width: 100%;
  }

  .product-media-modal__content > * + * {
    margin-top: 2rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
    top: 2.2rem;
  }
}

@media screen and (min-width: 990px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

  .product-media-modal__content > * + * {
    margin-top: 1.5rem;
  }

  .product-media-modal__content {
    padding-bottom: 1.5rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
  }
}

.product-media-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-media-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

/* Product popup */

.product-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}

.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.product-popup-modal__content {
  border-radius: var(--popup-corner-radius);
  background-color: rgb(var(--color-background));
  overflow: auto;
  height: 80%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5rem;
  width: 92%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 3rem;
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset)
    var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content.focused {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset)
      var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset)
      var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

@media screen and (min-width: 750px) {
  .product-popup-modal__content {
    padding-right: 1.5rem;
    margin-top: 10rem;
    width: 70%;
    padding: 0 3rem;
  }

  .product-media-modal__dialog .global-media-settings--no-shadow {
    overflow: visible !important;
  }
}

.product-popup-modal__content img {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }

  .product-media-modal__dialog .global-media-settings,
  .product-media-modal__dialog .global-media-settings video,
  .product-media-modal__dialog .global-media-settings model-viewer,
  .product-media-modal__dialog .global-media-settings iframe,
  .product-media-modal__dialog .global-media-settings img {
    border: none;
    border-radius: 0;
  }
}

.product-popup-modal__opener {
  display: inline-block;
}

.product-popup-modal__button {
  font-size: 1.6rem;
  padding-right: 1.3rem;
  padding-left: 0;
  min-height: 4.4rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.product-popup-modal__button:hover {
  text-decoration-thickness: 0.2rem;
}

.product-popup-modal__content-info {
  padding-right: 4.4rem;
}

.product-popup-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content-info > * {
    max-height: 100%;
  }
}

.product-popup-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}

.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

.product__media-list .media > * {
  overflow: hidden;
}

.thumbnail-list {
  flex-wrap: wrap;
  grid-gap: 1rem;
}

/* Fix to show some space at the end of our sliders in all browsers to be applied on thumbnails */
.slider--mobile.thumbnail-list:after {
  content: none;
}

@media screen and (min-width: 750px) {
  .product--stacked .thumbnail-list {
    display: none;
  }

  .thumbnail-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}

@media screen and (min-width: 990px) {
  .thumbnail-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .product--medium .thumbnail-list {
    grid-template-columns: repeat(5, 1fr);
  }

  .product--large .thumbnail-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .product__media-item {
    display: flex;
    align-items: center;
  }

  .product__modal-opener {
    width: 100%;
  }

  .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-slider .thumbnail-list.slider {
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }

  .thumbnail-list__item.slider__slide {
    width: calc(33% - 0.6rem);
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }

  .product__media-wrapper .slider-mobile-gutter .slider-button {
    display: none;
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: flex;
  }
}

@media screen and (min-width: 900px) {
  .product--small
    .thumbnail-list.slider--tablet-up
    .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(20% - 0.8rem);
  }
}

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  color: rgb(var(--color-foreground));
  cursor: pointer;
  background-color: transparent;
}

.thumbnail:hover {
  opacity: 0.7;
}

.thumbnail.global-media-settings img {
  border-radius: 0;
}

.thumbnail[aria-current] {
  box-shadow: 0 0 0rem 0.1rem rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
}

.image-magnify-full-size {
  cursor: zoom-out;
  z-index: 1;
  margin: 0;
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.image-magnify-hover {
  cursor: zoom-in;
}

.product__modal-opener--image .product__media-zoom-none,
.product__media-icon--none {
  display: none;
}

.product__modal-opener > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  align-items: center;
  height: 48px;
  width: 48px;
}

.product__modal-opener .path {
  stroke: rgb(var(--color-button));
  opacity: 0.75;
}

@media (hover: hover) {
  .product__media-zoom-hover,
  .product__media-icon--hover {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .product__media-zoom-hover,
  .product__media-icon--hover {
    display: flex;
  }
}

.js .product__media {
  overflow: hidden !important;
}

.thumbnail[aria-current]:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

.thumbnail[aria-current]:focus,
.thumbnail.focused {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .thumbnail[aria-current]:focus,
  .thumbnail.focused {
    outline: transparent solid 1px;
  }
}
.thumbnail[aria-current]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
}

.thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.thumbnail__badge .icon {
  width: 1rem;
  height: 1rem;
}

.thumbnail__badge .icon-3d-model {
  width: 1.2rem;
  height: 1.2rem;
}

.thumbnail__badge {
  color: rgb(var(--color-foreground), 0.6);
  height: 2rem;
  width: 2rem;
  left: auto;
  right: calc(0.4rem + var(--media-border-width));
  top: calc(0.4rem + var(--media-border-width));
}

@media screen and (min-width: 750px) {
  .product:not(.product--small) .thumbnail__badge {
    height: 3rem;
    width: 3rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon-3d-model {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.thumbnail-list__item {
  position: relative;
}

.thumbnail-list__item::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.product:not(.featured-product) .product__view-details {
  display: none;
}

.product__view-details {
  display: block;
  text-decoration: none;
}

.product__view-details:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.product__view-details .icon {
  width: 1.2rem;
  margin-left: 1.2rem;
  flex-shrink: 0;
}

/* Inventory status */

.product__inventory {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product__inventory .svg-wrapper,
.product__inventory svg {
  width: 15px;
  height: 15px;
}

.product--no-media .product__inventory {
  justify-content: center;
}

/* This keeps the container from getting display: none; applied to it and to make sure we're not introducing some layout shift when switching to an unavailable variant */
.product__inventory.visibility-hidden:empty {
  display: block;
}

.product__inventory.visibility-hidden:empty::after {
  content: "#";
}

.product__inventory .icon-inventory-status circle:first-of-type {
  opacity: 0.3;
}

/* Icon with text */
.icon-with-text {
  --icon-size: calc(var(--font-heading-scale) * 3rem);
  --icon-spacing: calc(var(--font-heading-scale) * 1rem);
}

.icon-with-text--horizontal {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  flex-direction: row;
}

.icon-with-text--vertical {
  --icon-size: calc(var(--font-heading-scale) * 2rem);
}

.icon-with-text .svg-wrapper {
  fill: rgb(var(--color-foreground));
  height: var(--icon-size);
  width: var(--icon-size);
}

.icon-with-text--horizontal .svg-wrapper,
.icon-with-text--horizontal img {
  margin-bottom: var(--icon-spacing);
}

.icon-with-text--vertical .svg-wrapper {
  min-height: var(--icon-size);
  min-width: var(--icon-size);
  margin-right: var(--icon-spacing);
}

.icon-with-text img {
  height: var(--icon-size);
  width: var(--icon-size);
  object-fit: contain;
}

.icon-with-text--vertical img {
  margin-right: var(--icon-spacing);
}

.icon-with-text--horizontal .h4 {
  padding-top: calc(var(--icon-size) + var(--icon-spacing));
  text-align: center;
}

.icon-with-text--horizontal .svg-wrapper + .h4,
.icon-with-text--horizontal img + .h4,
.icon-with-text--horizontal.icon-with-text--text-only .h4 {
  padding-top: 0;
}

.icon-with-text__item {
  display: flex;
  align-items: center;
}

.icon-with-text--horizontal .icon-with-text__item {
  flex-direction: column;
  width: 33%;
}

.icon-with-text--vertical .icon-with-text__item {
  margin-bottom: var(--icon-size);
}

/* SKU block */

.product__sku.visibility-hidden::after {
  content: "#";
}

/* Product-thumbnail snippet */

.product-media-container {
  --aspect-ratio: var(--preview-ratio);
  --ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
  position: relative;
  width: 100%;
  max-width: calc(100% - calc(var(--media-border-width) * 2));
}

.product-media-container.constrain-height {
  /* arbitrary offset value based on average theme spacing and header height */
  --viewport-offset: 400px;
  --constrained-min-height: 300px;
  --constrained-height: max(
    var(--constrained-min-height),
    calc(100vh - var(--viewport-offset))
  );
  margin-right: auto;
  margin-left: auto;
}

.product-media-container.constrain-height.media-fit-contain {
  --contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
  width: min(var(--contained-width), 100%);
}

.product-media-container .media {
  padding-top: var(--ratio-percent);
}

.product-media-container.constrain-height .media {
  padding-top: min(var(--constrained-height), var(--ratio-percent));
}

@media screen and (max-width: 749px) {
  .product-media-container.media-fit-cover {
    display: flex;
    align-self: stretch;
  }

  .product-media-container.media-fit-cover .media {
    /* allow media img element to scale relative to modal-opener/product-media-container */
    position: initial;
  }
}

@media screen and (min-width: 750px) {
  .product-media-container {
    max-width: 100%;
  }

  .product-media-container:not(.media-type-image) {
    /* override to use actual media ratio (not poster ratio) for video/models on desktop */
    --aspect-ratio: var(--ratio);
  }

  .product-media-container.constrain-height {
    --viewport-offset: 170px;
    --constrained-min-height: 500px;
  }

  .product-media-container.media-fit-cover,
  .product-media-container.media-fit-cover .product__modal-opener,
  .product-media-container.media-fit-cover .media {
    height: 100%;
  }

  .product-media-container.media-fit-cover .deferred-media__poster img {
    object-fit: cover;
    width: 100%;
  }
}

.product-media-container .product__modal-opener {
  display: block;
  position: relative;
}

@media screen and (min-width: 750px) {
  .product-media-container
    .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
}

/* Recipient form */
.recipient-form {
  /* (2.88[line-height] - 1.6rem) / 2 */
  --recipient-checkbox-margin-top: 0.64rem;

  display: block;
  position: relative;
  max-width: 44rem;
  margin-bottom: 2.5rem;
}

.recipient-form-field-label {
  margin: 0.6rem 0;
}

.recipient-form-field-label--space-between {
  display: flex;
  justify-content: space-between;
}

.recipient-checkbox {
  flex-grow: 1;
  font-size: 1.6rem;
  display: flex;
  word-break: break-word;
  align-items: flex-start;
  max-width: inherit;
  position: relative;
  cursor: pointer;
}

.recipient-form > input[type="checkbox"] {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  margin: var(--recipient-checkbox-margin-top) 0;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
  -webkit-appearance: none;
}

.recipient-fields__field {
  margin: 0 0 2rem 0;
}

.recipient-fields .field__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 3.5rem);
  overflow: hidden;
}

.recipient-checkbox > svg {
  margin-top: var(--recipient-checkbox-margin-top);
  margin-right: 1.2rem;
  flex-shrink: 0;
}

.recipient-form .icon-checkmark {
  visibility: hidden;
  position: absolute;
  left: 0.28rem;
  z-index: 5;
  top: 0.4rem;
  width: 10px;
  height: 9px;
}

.recipient-form > input[type="checkbox"]:checked + label .icon-checkmark {
  visibility: visible;
}

.js .recipient-fields {
  display: none;
}

.recipient-fields hr {
  margin: 1.6rem auto;
}

.recipient-form > input[type="checkbox"]:checked ~ .recipient-fields {
  display: block;
  animation: animateMenuOpen var(--duration-default) ease;
}
.recipient-form
  > input[type="checkbox"]:not(:checked, :disabled)
  ~ .recipient-fields,
.recipient-email-label {
  display: none;
}

.js .recipient-email-label.required {
  display: inline;
}

.recipient-form ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
}

.recipient-form ul a {
  display: inline;
}

.recipient-form .error-message::first-letter {
  text-transform: capitalize;
}

@media screen and (forced-colors: active) {
  .recipient-fields > hr {
    border-top: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-checkbox > svg {
    background-color: inherit;
    border: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-form > input[type="checkbox"]:checked + label .icon-checkmark {
    border: none;
  }
}
/*=============================== PRODUCT PAGE CSS START ===============================*/
.product .product__media-list {
  border-radius: 20px;
  overflow: hidden;
}
.image-with-text-v2 {
  margin-top: -1px;
  z-index: -1;
}
.product {
  gap: 40px !important;
}
.product .product__media-wrapper {
  width: calc(50% - 20px) !important;
  max-width: calc(50% - 20px) !important;
}
.product .product__media-wrapper .product-media-container,
.product .product__media-wrapper .product-media-container .product__media img {
  border-radius: 10px;
}
.product .product__info-wrapper {
  width: calc(50% - 20px) !important;
  max-width: calc(50% - 20px) !important;
  padding-left: 0 !important;
}
.product .product-media-container {
  width: 100% !important;
}
.product .block--product__badge {
  border-radius: 100px;
  border: 4px solid var(--Green, #01685b);
  background: linear-gradient(92deg, #bde5f4 0%, #eeff4d 100%);
  padding: 8px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #01685b;
  width: max-content;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.product .product__title {
  margin-bottom: 20px !important;
}
.product .product__title h1 {
  font-family: "New Spirit";
  font-size: 40px;
  line-height: 40px;
  color: #1c1b1f;
  font-weight: 700;
}
.product .product__description {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #1c1b1f;
  margin: 0 0 15px !important;
}
.product .product-form__buttons {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}
.product .product-form__buttons .product-form__submit {
  border-radius: 100px;
  border: 4px solid var(--Green, #01685b);
  background: linear-gradient(91deg, #bde5f4, #eeff4d);
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  color: #01685b;
  gap: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.product .product-form__buttons .product-form__submit:before,
.product .product-form__buttons .product-form__submit:after {
  display: none;
}
.ButtonDotSeparator {
  display: inline-block;
  margin: 0 6px;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background: #01685b;
}
.product .thumbnail-list {
  grid-gap: 20px !important;
}
.product .thumbnail-list .thumbnail-list__item .thumbnail[aria-current="true"] {
  border-radius: 8px;
  border: 4px solid var(--Green, #01685b);
  box-shadow: none;
}
.product .thumbnail-list .thumbnail-list__item .thumbnail {
  border-radius: 8px;
}
.product .product-icon-with__text {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-top: 20px;
}
.product .product-icon-with__text .product-icon-with__text_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: calc(25% - 10px); */
  color: #fff;
  background-color: #01685b;
  text-align: center;
  border-radius: 20px;
  /* padding: 28px 10px; */
}
.product .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
  width: calc(15.3% - 0.8rem);
}
.product .thumbnail-slider .thumbnail-list {
  padding: 0 !important;
}
.product .thumbnail-slider .slider-button {
  display: none !important;
}
.product .product-media-container {
  border: none !important;
}
.product-icon-with__text_item img {
  vertical-align: middle;
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.product-icon-with__text_item .text {
  font-size: 19px;
  line-height: 25px;
  padding-top: 8px;
  font-weight: 600;
}
.product__title.mobile,
.product__description.mobile {
  display: none;
}
.product__info-wrapper .service-icon-content {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 0;
}
.service-icon {
  max-width: 80px;
  width: 100%;
}
.service-icon img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
.service-icon-text {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #1c1b1f;
}
.service-icon-text p {
  margin: 0;
}
.product-icon-with__text_item p {
  margin: 0;
}
.product-media-container.constrain-height .media {
  padding-top: 100% !important;
}
@media (max-width: 1800px) {
  .product .product-icon-with__text .product-icon-with__text_item {
    padding: 16px 10px;
    max-height: 130px;
  }
}
@media (max-width: 1440px) {
  .product .product-icon-with__text .product-icon-with__text_item {
    padding: 20px 10px;
    max-height: 130px;
  }
}
@media (max-width: 1283px) {
  .product-icon-with__text_item .text {
    font-size: 17px;
  }
  .product .product-icon-with__text .product-icon-with__text_item {
    padding: 13px 10px;
  }
}
@media (max-width: 1199px) {
  .product .product-icon-with__text .product-icon-with__text_item {
    width: calc(25% - 5px);
    padding: 20px 8px;
  }
  .product-icon-with__text_item img {
    max-width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .product-icon-with__text_item .text {
    font-size: 14px;
    padding-top: 0px;
    line-height: 19px;
  }
  .product .product-icon-with__text {
    gap: 10px;
  }
}

@media (max-width: 991px) {
  /* .main-image-replase product-info.product-main {
    padding-top: 30px !important;
  } */
  .product-icon-with__text_item img {
    height: 40px;
  }
  .product .product__title h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .product .product__description {
    font-size: 16px;
    line-height: 24px;
  }
  .product .product__title {
    margin-bottom: 15px !important;
  }
  .product .product__info-container .product-form {
    margin: 15px 0;
  }
  .product-icon-with__text_item .text {
    font-size: 14px;
    line-height: 18px;
  }
  .product .product-icon-with__text .product-icon-with__text_item {
    padding: 10px 5px;
    border-radius: 15px;
  }
  .product {
    gap: 16px !important;
  }
  .product .product__media-wrapper {
    width: calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
  }
  .product .product__info-wrapper {
    width: calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
  }
  .service-icon {
    max-width: 60px;
  }
  .service-icon-text {
    font-size: 14px;
    line-height: 20px;
  }
  .product__info-wrapper .service-icon-content {
    margin-top: 30px;
  }
  .product .product-form__buttons {
    margin-top: 30px;
  }
  .product .block--product__badge {
    border: 3px solid var(--Green, #01685b);
    padding: 6px 15px;
    font-size: 16px;
    line-height: 24px;
    top: 20px;
    left: 15px;
  }
  .product-icon-with__text_item .text {
    padding-top: 2px;
  }
  .product .thumbnail-list {
    grid-gap: 15px !important;
  }
  .product
    .thumbnail-list.slider--tablet-up
    .thumbnail-list__item.slider__slide {
    width: calc(15.5% - 0.8rem);
  }
}
@media (max-width: 865px) and (min-width: 750px) {
  .product-icon-with__text_item .text {
    font-size: 12px;
  }
  .product .product-icon-with__text .product-icon-with__text_item {
    padding: 10px 4px;
  }
}

@media (max-width: 820px) {
  .product .product-icon-with__text .product-icon-with__text_item {
    width: calc(25% - 0px);
  }
  .product-icon-with__text_item .text {
    font-size: 12px;
    line-height: 14px;
  }
  .product .product-icon-with__text {
    gap: 5px;
  }
}
@media (max-width: 749px) {
  .product .product__media-wrapper,
  .product .product__info-wrapper {
    width: calc(100% - 0px) !important;
    max-width: calc(100% - 0px) !important;
  }
  .product .slider-buttons {
    position: absolute;
    top: 15px;
    right: 40px;
    z-index: 2;
  }
  .product .slider-button.slider-button--prev,
  .product .slider-button.slider-button--next {
    display: none;
  }
  .slider-counter {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-radius: 10px;
    border: 1px solid var(--Black, #1c1b1f);
    background: rgba(28, 27, 31, 0.8);
    letter-spacing: 1px;
    height: 25px;
    align-items: center;
  }
  .product .product-icon-with__text .product-icon-with__text_item {
    padding: 30px 5px;
  }
  .product .product__title h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .product .product__description {
    font-size: 14px;
    line-height: 20px;
  }
  .product__title.desktop,
  .product__description.desktop {
    display: none;
  }
  .product__title.mobile,
  .product__description.mobile {
    display: block;
  }
  .product .product__title.mobile {
    margin-bottom: 0 !important;
  }
  product-info.product-main {
    padding-top: 15px !important;
    position: relative;
  }
  .service-icon {
    max-width: 40px;
  }
  .product .product-form__buttons .product-form__submit {
    font-size: 14px;
    line-height: 36px;
    border-width: 2px;
  }
  .product .product-icon-with__text {
    margin-top: 0;
  }
  .product-icon-with__text_item .text {
    font-size: 14px;
    line-height: 16px;
  }
  .product .product__media-list .product__media-item:first-of-type {
    margin-left: 5px;
  }
  .product-icon-with__text_item .text {
    padding-top: 16px;
  }
}
@media (max-width: 575px) {
  .product .product-icon-with__text .product-icon-with__text_item {
    padding: 8px 18px;
  }
  .product-icon-with__text_item .text {
    font-size: 12px;
    line-height: 16px;
    padding-top: 0;
  }
  .product .product-icon-with__text {
    gap: 10px;
  }
  .product .product__info-container .product-form {
    margin: 0;
  }
  .product__info-wrapper .service-icon-content {
    margin-top: 20px;
  }
  .product .product-form__buttons {
    margin-top: 20px;
  }
  .product .block--product__badge {
    border: 2px solid var(--Green, #01685b);
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    top: 15px;
    left: 15px;
  }
  .product-icon-with__text_item img {
    max-width: 25px;
    min-width: 25px;
  }
}

@media (max-width: 476px) {
  .product .product-icon-with__text .product-icon-with__text_item {
    padding: 8px 12px;
  }
  .product .product__media-list .product__media-item:first-of-type {
    padding-bottom: 0;
  }
}
@media (max-width: 428px) {
  .product .product-icon-with__text .product-icon-with__text_item {
    padding: 8px 5px;
    border-radius: 10px;
  }
}
@media (max-width: 363px) {
  .product .product-icon-with__text .product-icon-with__text_item {
    padding: 14px 5px;
    max-height: 100px;
  }
}
@media (max-width: 390px) {
  .product .product-icon-with__text {
    gap: 7px;
  }
  .product-icon-with__text_item .text {
    padding-top: 2px;
  }
  .product-icon-with__text_item img {
    height: 30px;
  }
  .product .product-icon-with__text .product-icon-with__text_item {
    padding: 12px 5px;
  }
}
@media (max-width: 375px) {
  .product .product-icon-with__text .product-icon-with__text_item {
    padding: 10px 5px;
  }

  .product-icon-with__text_item .text {
    padding-top: 1px;
  }
}
@media (max-width: 350px) {
  .product-icon-with__text_item .text {
    font-size: 10px;
    line-height: 14px;
  }
}
/*=============================== PRODUCT PAGE CSS END ===============================*/

/*================================ PRODUCT SUB & SAVE AND PRE-SALE CSS START ================================*/

.sealsubs-target-element .sls-purchase-options-label {
  display: none;
}
.sealsubs-target-element .sls-option-container {
  border-radius: 20px !important;
  border: 1px solid #79747e !important;
  padding: 20px !important;
  background: #fff !important;
  box-shadow: none !important;
  margin-bottom: 20px !important;
}
.sealsubs-target-element .sls-option-container.sls-active {
  border: 3px solid #01685b !important;
}
.sealsubs-target-element .sls-custom-radio,
.sls-option[type="radio"] + span.sls-custom-radio {
  width: 32px !important;
  height: 32px !important;
}
.sls-option-container.sls-active .sealsubs-target-element .sls-custom-radio,
.sls-option-container.sls-active
  .sls-option[type="radio"]
  + span.sls-custom-radio {
  border-color: #01685b !important;
}
.sealsubs-target-element
  .sls-option[type="radio"]:checked
  + .sls-custom-radio:after {
  background-image: url("/cdn/shop/files/Vector_1.png?v=1733910306");
  background-size: cover;
  background-position: center;
  width: 24px !important;
  height: 24px !important;
  box-shadow: none;
}
.sealsubs-container .sls-option-container label {
  color: #1c1b1f !important;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.sls-total-price .sls-price .money {
  color: #01685b;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
/* .seal-col-radio .sls-selling-plan-group-first-line {
  height: 32px;
} */
.sls-selling-plan-group-options {
  border-radius: 20px;
  border: 2px solid var(--Blue, #bde5f4);
  background: #f5f5f5;
  padding: 15px;
  padding-bottom: 40px;
  margin-top: 20px;
}
.sls-selling-plan-group-options .selling-plan-group-options-name-select {
  color: var(--Black, #1c1b1f);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
}
.sls-option-container .seal-row {
  position: relative;
  display: block;
}
.sls-option-container .seal-row .seal-col-radio.sls-dn {
  display: block;
}
.sls-option-container .seal-row .seal-col-radio {
  position: absolute;
  top: 0;
  left: 0;
}
.sls-label-container {
  display: block !important;
}
.sls-label-container .sls-selling-plan-group-first-line {
  padding-left: 40px;
}
.sls-selling-plan-description-content {
  display: none !important;
}
.sealsubs-target-element
  .sealsubs-container
  .sls-selling-plan-group-options
  .selling-plan-group-options-name-select
  .sls-select {
  border: none !important;
  background-color: #f5f5f5;
  padding: 0;
  padding-right: 25px;
  font-size: 20px;
  line-height: 28px;
  color: #1c1b1f;
}
.sealsubs-target-element
  .sealsubs-container
  .sls-selling-plan-group-options
  .selling-plan-group-options-name-select
  .sls-select:hover,
.sealsubs-target-element
  .sealsubs-container
  .sls-selling-plan-group-options
  .selling-plan-group-options-name-select
  .sls-select:focus {
  border: none !important;
  box-shadow: none;
  outline: none;
}
.product__sub--save.hide,
.product__sub--save--info.hide {
  display: block;
}

.product-save-with-info {
  border: 3px solid #01685b !important;
  border-radius: 20px;
  padding: 20px;
  margin-top: 25px !important;
}
.product-save-with-info .save-more-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-save-with-info .save-more-content .selling-plan-group-name {
  color: #1c1b1f !important;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0;
}
.product-save-with-info .save-more-content .selling-plan-group-name span {
  border: 1px solid #01685b;
  padding: 3px;
  border-radius: 20px;
}
.product-save-with-info .save-more-content .selling-plan-group-name p {
  margin: 0;
  color: #01685b;
  margin-left: -5px;
}
.sealsubs-container label.sls-selling-plan-group-name p {
  margin: 0;
  color: #01685b;
  display: inline-block;
}

.product-save-with-info .save-more-content .selling-plan-group-name span:after {
  content: "";
  display: block;
  background-image: url(/cdn/shop/files/Vector_1.png?v=1733910306);
  background-size: cover;
  background-position: center;
  width: 24px !important;
  height: 24px !important;
  box-shadow: none;
}
.product-save-with-info .save-more-content .selling-plan-group-price {
  color: #01685b;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.product__sub--save--info .info-item {
  margin-bottom: 8px;
}

@media (max-width: 1199px) {
  .product-save-with-info .save-more-content .selling-plan-group-name {
    font-size: 16px;
  }
  .product-save-with-info .save-more-content .selling-plan-group-price {
    font-size: 16px;
  }
  .product__sub--save--info .info-item {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .product-save-with-info {
    border-radius: 15px;
    padding: 15px;
    margin-top: 15px !important;
  }
}
@media (min-width: 750px) and (max-width: 900px) {
  .product-save-with-info
    .save-more-content
    .selling-plan-group-name
    span:after {
    width: 18px !important;
    height: 18px !important;
  }
  .product-save-with-info .save-more-content .selling-plan-group-name span {
    padding: 2px;
  }
  .product-save-with-info {
    padding: 10px;
  }
  .product-save-with-info .save-more-content .selling-plan-group-name {
    gap: 5px;
  }
}
@media (max-width: 543px) {
  .product-save-with-info .save-more-content .selling-plan-group-name,
  .product-save-with-info .save-more-content .selling-plan-group-price {
    font-size: 14px;
  }
  .product__sub--save--info .info-item {
    margin-bottom: 0px;
  }
  .product-save-with-info
    .save-more-content
    .selling-plan-group-name
    span:after {
    width: 18px !important;
    height: 18px !important;
  }
  .product-save-with-info .save-more-content .selling-plan-group-name span {
    padding: 2px;
  }
  .product-save-with-info {
    padding: 10px;
    margin-top: 0px !important;
  }
  .product-save-with-info .save-more-content .selling-plan-group-name {
    gap: 5px;
  }
}

.sealsubs-target-element
  .sls-option-container.sls-active[data-selling-plan-group-id]
  .product__sub--save.hide {
  display: block;
}
.sealsubs-target-element
  .sls-option-container.sls-active[data-selling-plan-group-id]
  .product__sub--save--info.hide {
  display: flex;
}
.preorder-banner {
  border-radius: 4px;
  color: #01685b;
  text-align: center;
  padding: 4px 5px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 20px;
  background: linear-gradient(90deg, #bde5f4 0%, #eeff4d 100%);
  letter-spacing: 0;
}
.sls-selling-plan-group-options {
  display: none !important;
}
.free-gifts-section {
  margin: 20px auto;
}
.free-gifts-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 33px;
  line-height: 20px;
  color: #1c1b1f;
}
.gift-title {
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #79747e;
  text-align: center;
  /* word-break: break-all; */
  text-transform: lowercase;
  letter-spacing: 0.2px;
}
.gift-title b {
  color: #1c1b1f;
  text-transform: uppercase;
}
.gifts-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.gift-item {
  position: relative;
  width: calc(33.33% - 54px);
}
.gift-item .gift-item-data:after {
  content: "";
  background-image: url("/cdn/shop/files/ic_baseline-plus.webp?v=1733988007");
  background-size: cover;
  height: 34px;
  width: 34px;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  bottom: 0;
  right: -60px;
  transform: translateY(-50%);
}
.gift-item:last-child .gift-item-data:after {
  display: none;
}
.gift-item .gift-item-data {
  position: relative;
  text-align: center;
  border: 4px dashed #cdcdcd;
  border-radius: 20px;
  padding: 20px 20px 10px;
}
.gift-item img {
  max-width: 100%;
  height: auto;
}
.gift-item .price {
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
}
.gift-item .price span {
  padding: 4px;
  border-radius: 8px;
  background: #f5f5f5;
  width: max-content;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #1c1b1f;
  text-decoration: line-through;
}
.gift-item .free-label {
  font-size: 16px;
  font-weight: bold;
  color: #006d4b;
  margin: 5px 0;
}
.gift-item .description {
  font-size: 14px;
  color: #555;
}
.delivery-section {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #1c1b1f;
}
.product__sub--save--info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}
.product__sub--save--info .info-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #79747e;
}
.seal-col-radio[data-one-time-option-radio] + .sls-label-container {
  display: block;
}
.sls-more-info-container {
  display: none;
}
.selling_plan--desc {
  position: relative;
  /* display: flex; */
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #1c1b1f;
  margin-top: 12px;
}
.selling_plan--desc .selling-plan-dec {
  position: absolute;
  top: 35px;
  z-index: 9;
  visibility: hidden;
}
@media (min-width: 992px) {
  .selling_plan--desc span:hover ~ .selling-plan-dec {
    visibility: visible;
  }
  .selling_plan--desc span:hover ~ .selling-plan-dec .selling-description {
    display: block;
  }
}

.selling-plan-dec:has(.selling-description.active) {
  visibility: visible;
}
.sls-savings-badge {
  display: none !important;
}

@media (max-width: 1400px) {
  .gift-item {
    width: calc(33.33% - 34px);
  }
  .gift-item .gift-item-data:after {
    right: -45px;
  }
  .gift-title {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .sealsubs-target-element .sls-option-container {
    padding: 15px !important;
  }
  .sealsubs-target-element .sls-custom-radio,
  .sls-option[type="radio"] + span.sls-custom-radio {
    width: 28px !important;
    height: 28px !important;
  }
  .sealsubs-target-element
    .sls-option[type="radio"]:checked
    + .sls-custom-radio:after {
    width: 22px !important;
    height: 22px !important;
  }
  .sls-label-container .sls-selling-plan-group-first-line {
    padding-left: 35px;
  }
  .sealsubs-container .sls-option-container label,
  .sls-total-price .sls-price .money,
  .sealsubs-target-element
    .sealsubs-container
    .sls-selling-plan-group-options
    .selling-plan-group-options-name-select
    .sls-select {
    font-size: 16px !important;
  }
  .preorder-banner {
    font-size: 14px;
    margin-top: 15px;
  }
  .free-gifts-section {
    margin: 15px auto;
  }
  .gift-item {
    width: calc(33.33% - 25px);
  }
  .gift-item .gift-item-data:after {
    height: 25px;
    width: 25px;
    right: -35px;
  }
  .gift-item .gift-item-data {
    border-width: 2px;
    border-radius: 15px;
    padding: 30px 10px 10px;
  }
  .gift-title {
    font-size: 14px;
  }
  .delivery-section {
    margin-top: 15px;
    font-size: 14px;
    line-height: 16px;
  }
  .sls-selling-plan-group-options {
    border-radius: 15px;
    padding: 10px 10px 30px;
    margin-top: 15px;
  }
  .product__sub--save--info {
    margin-top: 15px;
  }
  .product__sub--save--info .info-item {
    font-size: 14px;
  }
  .product__sub--save--info {
    gap: 5px;
  }
}

@media (max-width: 991px) {
  .sealsubs-target-element .sls-option-container {
    padding: 15px !important;
  }
  .sealsubs-target-element .sls-option-container {
    margin-bottom: 15px !important;
  }
  .selling_plan--desc {
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
  }
  .preorder-banner {
    padding: 2px 3px;
  }
  .sealsubs-target-element .sls-option-container {
    border-radius: 15px !important;
  }
}
@media (min-width: 901px) and (max-width: 1076px) {
  .sls-selling-plan-group-options {
    padding: 10px 10px 50px;
  }
}
@media (min-width: 750px) and (max-width: 900px) {
  .sealsubs-target-element .sls-option-container {
    padding: 10px !important;
  }
  .sealsubs-target-element .sls-custom-radio,
  .sls-option[type="radio"] + span.sls-custom-radio {
    width: 24px !important;
    height: 24px !important;
  }
  .sealsubs-target-element
    .sls-option[type="radio"]:checked
    + .sls-custom-radio:after {
    width: 18px !important;
    height: 18px !important;
  }
  .sls-label-container .sls-selling-plan-group-first-line {
    padding-left: 30px;
  }
  .sealsubs-container .sls-option-container label,
  .sls-total-price .sls-price .money,
  .sealsubs-target-element
    .sealsubs-container
    .sls-selling-plan-group-options
    .selling-plan-group-options-name-select
    .sls-select {
    font-size: 13px;
  }
  .preorder-banner {
    font-size: 13px;
  }
  .gift-item {
    width: calc(33.33% - 20px);
  }
  .gift-item .gift-item-data:after {
    height: 20px;
    width: 20px;
    right: -27px;
  }
  .gift-item .gift-item-data {
    padding: 20px 7px 7px;
  }
  .gift-title {
    font-size: 12px;
    line-height: 16px;
  }
  .sls-selling-plan-group-options {
    padding: 10px 10px 50px;
  }
  .gift-item .price span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 749px) {
  .sealsubs-container .sls-option-container label,
  .sls-total-price .sls-price .money,
  .sealsubs-target-element
    .sealsubs-container
    .sls-selling-plan-group-options
    .selling-plan-group-options-name-select
    .sls-select {
    font-size: 16px !important;
    line-height: 20px;
  }
  .gift-item .price span {
    font-size: 14px;
    line-height: 16px;
  }
  .free-gifts-title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 25px;
  }
  .gift-title {
    font-size: 14px;
  }
  .gift-item .price {
    top: -14px;
  }
  .gift-item .price span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 543px) {
  .sealsubs-container .sls-option-container label,
  .sls-total-price .sls-price .money,
  .sealsubs-target-element
    .sealsubs-container
    .sls-selling-plan-group-options
    .selling-plan-group-options-name-select
    .sls-select {
    font-size: 14px !important;
    line-height: 20px;
  }
  .sealsubs-target-element
    .sls-option[type="radio"]:checked
    + .sls-custom-radio:after {
    width: 20px !important;
    height: 20px !important;
  }
  .sealsubs-target-element .sls-option-container {
    border-radius: 10px !important;
  }
  .sealsubs-target-element .sls-custom-radio,
  .sls-option[type="radio"] + span.sls-custom-radio {
    width: 24px !important;
    height: 24px !important;
  }
  .seal-col-radio .sls-selling-plan-group-first-line {
    height: 1.3em !important;
  }
  .preorder-banner {
    font-size: 12px;
    margin-top: 10px;
  }
  .free-gifts-title {
    font-size: 12px;
  }
  .free-gifts-section {
    margin: 10px auto;
  }
  .free-gifts-title {
    margin-bottom: 20px;
  }
  .gift-title {
    margin-top: 5px;
  }
  .gift-title,
  .delivery-section {
    font-size: 12px;
    line-height: 16px;
  }
  .gift-item .price span {
    font-size: 14px;
    line-height: 16px;
  }
  .product__sub--save--info,
  .delivery-section,
  .sls-selling-plan-group-options {
    margin-top: 10px;
  }
  .sealsubs-target-element .sls-option-container {
    margin-bottom: 10px !important;
  }
  .selling_plan--desc {
    font-size: 12px;
    margin-top: 8px;
  }
  .product__sub--save--info {
    gap: 2px;
  }
  .gift-item .gift-item-data {
    padding: 15px 10px 5px;
  }
  .gift-item {
    width: calc(33.33% - 20px);
  }
  .gift-item .gift-item-data:after {
    height: 20px;
    width: 20px;
    right: -27px;
  }
}
@media (max-width: 415px) {
  .sls-selling-plan-group-options {
    padding: 10px 10px 50px;
  }
  .sealsubs-target-element .sls-option-container {
    padding: 10px !important;
  }
  .product__sub--save--info .info-item {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 389px) {
  .preorder-banner {
    font-size: 11px;
  }
}
/*================================ PRODUCT SUB & SAVE AND PRE-SALE CSS END ================================*/

/*=================================== New Template Design Start ==================================*/
.new_template_design .gifts-container {
  display: flex;
  flex-direction: column;
  justify-content: left;
  flex-wrap: wrap;
  gap: 7px;
}

.new_template_design .gift-item .gift-item-data {
  position: relative;
  text-align: left;
  border: unset;
  border-radius: unset;
  padding: unset;
}

.new_template_design .gift-item .gift-item-data:after {
  display: none;
}
.new_template_design .gift-item {
  position: relative;
  width: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.new_template_design .gift-item .price {
  position: unset;
}

.new_template_design .gift-item .price span {
  padding: 0;
  background: unset;
}
.new_template_design .gift-item .price p {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #1c1b1f;
}
.new_template_design .gift-item .price b {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-left: 5px;
}

.new_template_design .gift-title {
  margin-top: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #1c1b1f;
  text-align: left;
}
.new_template_design .free-gifts-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 24px;
  color: #79747e;
}

.new_template_design .preorder-banner {
  font-weight: 600;
  color: #1c1b1f;
  margin-top: 20px;
}
.new_template_design .delivery-section {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #79747e;
}
.new_template_design
  .sls-selling-plan-group-price.sls-total-price.sls-price-container,
.new_template_design .sls-one-time-price.sls-total-price.sls-price-container {
  display: none;
}
.new_template_design .product__sub--save--info .info-item {
  margin-bottom: 8px;
}
.new_template_design .product__sub--save--info .info-item:last-child {
  margin-bottom: 0;
}

.new_template_design .one-time-plan .product__sub--save {
  display: none;
}

.new_template_design .product-save-with-info.one-time-plan {
  border: 1px solid #79747e !important;
  margin-top: 20px !important;
}
.new_template_design .product-save-with-info.one-time-plan.active {
  border: 3px solid #01685b !important;
  margin-top: 20px !important;
}

@media (max-width: 1800px) {
  .new_template_design .gifts-container {
    gap: 5px;
  }
  .new_template_design .free-gifts-title {
    font-size: 17px;
  }
  .new_template_design .gift-title {
    font-size: 17px;
  }
  .new_template_design .gift-item .price p {
    font-size: 17px;
  }
  .new_template_design .gift-item .price span {
    font-size: 17px;
  }
  .new_template_design .gift-item .price b {
    font-size: 17px;
  }
  .new_template_design .preorder-banner {
    font-size: 14px;
  }
  .new_template_design .delivery-section {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .new_template_design .gifts-container {
    gap: 5px;
  }
  .new_template_design .free-gifts-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .new_template_design .gift-title {
    font-size: 16px;
  }
  .new_template_design .gift-item .price p {
    font-size: 16px;
  }
  .new_template_design .gift-item .price span {
    font-size: 16px;
  }
  .new_template_design .gift-item .price b {
    font-size: 16px;
  }
  .new_template_design .preorder-banner {
    font-size: 14px;
    margin-top: 15px;
  }
  .new_template_design .delivery-section {
    font-size: 16px;
  }
}
@media (max-width: 543px) {
  .new_template_design .gifts-container {
    gap: 5px;
  }
  .new_template_design .free-gifts-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .new_template_design .gift-title {
    font-size: 14px;
  }
  .new_template_design .gift-item .price p {
    font-size: 14px;
  }
  .new_template_design .gift-item .price span {
    font-size: 14px;
  }
  .new_template_design .gift-item .price b {
    font-size: 14px;
    line-height: 16px;
    margin-left: 3px;
  }
  .new_template_design .preorder-banner {
    font-size: 14px;
    margin-top: 15px;
  }
  .new_template_design .delivery-section {
    font-size: 14px;
  }
}

/*=================================== New Template Design end ==================================*/
/*========================== Main PDP & Duplicate PDP changes ===================================*/
.template--product.main-image-replase product-info {
    background: linear-gradient(0deg, rgba(1, 104, 91, 0.1), rgba(1, 104, 91, 0.1)),
linear-gradient(180deg, rgba(1, 104, 91, 0.2) 2.66%, rgba(1, 104, 91, 0) 17.75%);
}

.New-Subscribe-Bundles .product__sub--save {
  display: none;
}
.New-Subscribe-Bundles {
  border: 1px solid #79747e !important;
}
.New-Subscribe-Bundles.active {
  border: 3px solid #01685b !important;
}
.product-save-with-info.active
  .save-more-content
  .selling-plan-group-name
  span {
  border: 1px solid #01685b;
}
.product-save-with-info .save-more-content .selling-plan-group-name span {
  border: 1px solid #79747e;
}
.product-save-with-info
  .save-more-content
  .selling-plan-group-name
  span::after {
  background-image: unset;
}
.product-save-with-info.active
  .save-more-content
  .selling-plan-group-name
  span::after {
  background-image: url(/cdn/shop/files/Vector_1.png?v=1733910306);
}

.New-Subscribe-Bundles.active .product__sub--save {
  display: block;
}
.product-form__error-message-wrapper {
  display: none !important;
}
/*====================================== Image with text v2 new design Start ================================== */

.image-with-text-v2 .image-with-text p {
  margin: 0;
}

@media (max-width: 1800px) {
  .new_template_design_v3 .product-icon-with__text_item .text {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media (max-width: 1283px) {
  .new_template_design_v3 .product-icon-with__text_item .text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .new_template_design_v3 .product-icon-with__text_item .text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media(max-width:991px){
  background: linear-gradient(0deg, rgba(1, 104, 91, 0.1), rgba(1, 104, 91, 0.1)),
  linear-gradient(180deg, rgba(1, 104, 91, 0.2) 3.4%, rgba(1, 104, 91, 0) 11.54%);
}
@media (max-width: 784px) and (min-width: 749px) {
  .new_template_design_v3 .product-icon-with__text_item .text {
    font-size: 13px;
  }
}
@media (max-width: 749px) {
  .new_template_design_v3 .product-icon-with__text_item .text {
    font-size: 14px;
    line-height: 16px;
  }
  .template--product.main-image-replase product-info {
    background: linear-gradient(0deg, rgba(1, 104, 91, 0.1), rgba(1, 104, 91, 0.1)),
linear-gradient(180deg, rgba(1, 104, 91, 0.2) 3.4%, rgba(1, 104, 91, 0) 11.54%);
}
}
@media (max-width: 575px) {
  .new_template_design_v3 .product-icon-with__text_item .text {
    font-size: 12px;
    line-height: 16px;
  }
}

/*====================================== Image with text v2 new design End ================================== */

/*====================================== New template design v3 Start  ==================================*/
.new_template_design_v3 .product-save-with-info {
  padding: 20px;
  margin-bottom: 15px !important;
}
.new_template_design_v3 .product-save-with-info.active {
  padding: 19px 20px;
}
.new_template_design_v3
  .sealsubs-target-element
  .sls-option-container.sls-active {
  border: 3px solid #01685b !important;
  padding: 21px 20px 21px !important;
}
.new_template_design_v3 .sealsubs-target-element .sls-option-container {
  border: 1px solid #79747e !important;
  padding: 22px !important;
  background: #fff !important;
}

@media (max-width: 991px) {
  .new_template_design_v3 .product-save-with-info {
    padding: 17px;
  }
  .new_template_design_v3 .product-save-with-info.active {
    padding: 15px;
  }
  .new_template_design_v3
    .sealsubs-target-element
    .sls-option-container.sls-active {
    border: 3px solid #01685b !important;
    padding: 15px !important;
  }
  .new_template_design_v3 .sealsubs-target-element .sls-option-container {
    border: 1px solid #79747e !important;
    padding: 17px !important;
  }
}
@media (max-width: 543px) {
  .new_template_design_v3 .product-save-with-info {
    padding: 8px 10px;
    border-radius: 10px;
  }
  .new_template_design_v3 .product-save-with-info.active {
    padding: 8px 10px;
  }
  .new_template_design_v3
    .sealsubs-target-element
    .sls-option-container.sls-active {
    border: 3px solid #01685b !important;
    padding: 10px !important;
  }
  .new_template_design_v3 .sealsubs-target-element .sls-option-container {
    border: 1px solid #79747e !important;
    padding: 10px !important;
  }
}

.new_template_design_v3 .selling_plan--desc span {
  color: #01685b;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new_template_design_v3 .preorder-banner {
  font-weight: 400;
  color: #01685b;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
}
.new_template_design_v3 .preorder-banner p,
.new_template_design .preorder-banner p {
  margin: 0;
  display: inline;
}
.new_template_design_v3
  .sls-selling-plan-group-price.sls-total-price.sls-price-container,
.new_template_design_v3
  .sls-one-time-price.sls-total-price.sls-price-container {
  display: block;
}
.new_template_design_v3 .sls-total-price.sls-price-container .sls-price span {
  color: #1c1b1f;
}

.new_template_design_v3
  .sls-option-container.sls-active
  .sls-total-price.sls-price-container
  .sls-price
  span {
  color: #01685b;
}
.new_template_design_v3 .New-Subscribe-Bundles.active .product__sub--save {
  display: block;
}

.new_template_design_v3 .New-Subscribe-Bundles .product__sub--save {
  display: block;
}
.new_template_design_v3
  .product-save-with-info
  .save-more-content
  .selling-plan-group-price {
  color: #1c1b1f;
}
.new_template_design_v3
  .product-save-with-info.active
  .save-more-content
  .selling-plan-group-price {
  color: #01685b;
}
.new_template_design_v3 .product-save-with-info.one-time-plan .onetime-plan {
  display: none;
}

.new_template_design_v3
  .product-save-with-info
  .product__sub--save--info
  .info-item {
  margin-bottom: 8px;
}
.new_template_design_v3
  .product-save-with-info
  .product__sub--save--info
  .info-item:last-child {
  margin-bottom: 0px;
}

.new_template_design_v3 .free-gifts-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 33px;
  line-height: 20px;
  color: #1c1b1f;
}
.new_template_design_v3 .gifts-container {
  display: flex;
  flex-direction: unset;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.new_template_design_v3 .gift-item {
  position: relative;
  width: calc(33.33% - 54px);
  display: unset;
}
.new_template_design_v3 .gift-item .gift-item-data {
  position: relative;
  text-align: center;
  border: 4px dashed #cdcdcd;
  border-radius: 20px;
  padding: 20px 20px 10px;
}
.new_template_design_v3 .gift-item .price {
  position: absolute;
}
.new_template_design_v3 .gift-item .price span {
  padding: 4px;
  background: #f5f5f5;
}
.new_template_design_v3 .gift-title {
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #79747e;
  text-align: center;
}
.new_template_design_v3 .delivery-section {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #1c1b1f;
}
.new_template_design_v3 .product__sub--save--info .info-item svg path {
  fill: #79747e;
}
.new_template_design_v3
  .sealsubs-target-element
  .sls-purchase-options-container
  .seal-table
  .seal-row
  .product__sub--save {
  display: block !important;
}
.new_template_design_v3
  .sealsubs-target-element
  .sls-purchase-options-container
  .seal-table
  .seal-row
  .product__sub--save--info {
  display: block !important;
}
.new_template_design_v3 .gift-item .gift-item-data:after {
  display: block;
}
.new_template_design_v3 .gift-item:last-child .gift-item-data:after {
  display: none;
}

.new_template_design_v3
  .sealsubs-target-element
  .sls-purchase-options-container
  .seal-table
  .seal-row
  .product__sub--save.onetime-plan {
  display: none !important;
}

.new_template_design_v3 .selling-description p {
  color: #1c1b1f;
}
.new_template_design_v3 .sls-option-container .seal-row .seal-col-radio {
  top: 1px;
}

@media (max-width: 1800px) {
  .new_template_design_v3 .gift-item .price span {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .new_template_design_v3 .gift-item {
    width: calc(33.33% - 34px);
  }
  .new_template_design_v3 .gift-title {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .new_template_design_v3 .gift-item {
    width: calc(33.33% - 25px);
  }
  .new_template_design_v3 .gift-item .gift-item-data {
    border-width: 2px;
    border-radius: 15px;
    padding: 30px 10px 10px;
  }
  .new_template_design_v3 .gift-title {
    font-size: 14px;
  }
  .new_template_design_v3 .selling_plan--desc span svg {
    width: 16px;
    height: 16px;
  }
  .new_template_design_v3 .product__sub--save--info .info-item {
    margin-bottom: 5px;
  }
}
@media (min-width: 750px) and (max-width: 900px) {
  .new_template_design_v3 .gift-item .price span {
    font-size: 16px;
    line-height: 20px;
  }
  .new_template_design_v3 .gift-title {
    font-size: 12px;
    line-height: 16px;
  }
  .new_template_design_v3 .free-gifts-title {
    font-size: 14px;
  }
  .new_template_design_v3 .delivery-section {
    font-size: 14px;
    line-height: 16px;
  }
  .new_template_design_v3 .gift-item .price span {
    font-size: 16px;
  }
  .new_template_design_v3
    .product-save-with-info
    .product__sub--save--info
    .info-item {
    margin-bottom: 5px;
  }
}
@media (max-width: 884px) {
  .new_template_design_v3 .selling_plan--desc span {
    width: 40px;
  }
  .new_template_design_v3 .sealsubs-container .sls-option-container label {
    line-height: 24px;
  }
}
@media (max-width: 543px) {
  .new_template_design_v3 .preorder-banner {
    margin-top: 10px;
    font-size: 12px;
    gap: 2px;
  }
  .new_template_design_v3 .selling_plan--desc span svg {
    width: 14px;
    height: 14px;
  }
  .new_template_design_v3 .selling_plan--desc span {
    width: unset;
  }

  .new_template_design_v3 .free-gifts-title {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .new_template_design_v3 .gift-item {
    width: calc(33.33% - 20px);
  }
  .new_template_design_v3 .gift-item .gift-item-data {
    padding: 15px 10px 5px;
  }
  .new_template_design_v3 .gift-title,
  .new_template_design_v3 .delivery-section {
    font-size: 12px;
    line-height: 16px;
  }
  .new_template_design_v3 .gift-title {
    margin-top: 5px;
  }
  .new_template_design_v3 .gift-item .price span {
    font-size: 14px;
  }
  .new_template_design_v3 .product__sub--save--info .info-item {
    margin-bottom: 3px;
  }
  .new_template_design_v3
    .product-save-with-info
    .product__sub--save--info
    .info-item {
    margin-bottom: 3px;
  }
  .new_template_design_v3 .product-save-with-info.one-time-plan {
    margin-top: 10px !important;
    border-radius: 10px;
  }
  .new_template_design_v3
    .sealsubs-target-element
    .sls-option-container.sls-active {
    border-width: 2px !important;
  }
  .new_template_design_v3 .New-Subscribe-Bundles.active {
    border-width: 2px !important;
  }
  .new_template_design_v3 .sealsubs-container .sls-option-container label {
    line-height: 22px;
  }
  .new_template_design_v3
    .product-save-with-info
    .save-more-content
    .selling-plan-group-name
    span {
    margin-right: 5px;
  }
  .new_template_design_v3
    .sealsubs-target-element
    .sls-option[type="radio"]:checked
    + .sls-custom-radio:after {
    width: 18px !important;
    height: 18px !important;
  }
}
/*====================================== New template design v3 End  ==================================*/
/************************ Main PDP New Design ***************************/
.new_template_design_v3
  .sealsubs-target-element
  .sls-purchase-options-container
  .seal-table
  .seal-row
  .product__sub--save {
  display: none !important;
}
.new_template_design_v3
  .sealsubs-target-element
  .sls-purchase-options-container
  .seal-table.sls-active
  .seal-row
  .product__sub--save {
  display: block !important;
}
.new_template_design_v3 .New-Subscribe-Bundles.active .product__sub--save {
  display: block;
}
.new_template_design_v3 .New-Subscribe-Bundles .product__sub--save {
  display: none;
}
.new_template_design_v3 .sls-purchase-options-container {
  display: flex;
  flex-direction: column-reverse;
}

.free-trial-pack-popup-open {
  overflow: hidden;
}

.new_template_design_v3 .sls-option-container .seal-row .save-more-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
}
.new_template_design_v3
  .sls-option-container
  .seal-row
  .save-more-content
  .selling-plan-group-name {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #000000;
}
.new_template_design_v3
  .sls-option-container
  .seal-row
  .save-more-content
  .selling-plan-group-price {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}
.new_template_design_v3
  .sls-option-container
  .seal-row
  .save-more-content
  .selling-plan-group-price
  span {
  font-weight: 700;
}
.new_template_design_v3
  .sls-option-container.sls-active
  .seal-row
  .save-more-content
  .selling-plan-group-price
  span {
  color: #01685b;
}
.new_template_design_v3.template_free_product .product .product-form__buttons .product-form__submit {
  display: none;
}
.new_template_design_v3 .product .product-form__buttons .product-form__submit {
  display: none;
}
.new_template_design_v3.accessories-product .product .product-form__buttons .product-form__submit {
  display: block !important;
}
.new_template_design_v3 .product .product-form__buttons {
  margin-top: 20px;
}

.new_template_design_v3 .product-free-trial-pack-button {
  border-radius: 100px;
  border: 4px solid var(--Green, #01685b);
  background: linear-gradient(91deg, #bde5f4, #eeff4d);
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  color: #01685b;
  gap: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.free-trial-pack-popup-open .free-trial-pack-product .product-popup-part {
  display: block;
}
.free-trial-pack-product .product-popup-part::-webkit-scrollbar {
  display: none;
}

.free-trial-pack-product .product-popup-part {
  position: fixed;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  /* max-width: 1520px; */
  border-radius: 10px;
  display: none;
  z-index: 999;
  height: 100%;
  overflow: auto;
}
.free-trial-pack-popup-open .free-trial-pack-product .backdrop-layar {
  display: block;
  cursor: pointer;
}
.backdrop-layar:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  visibility: visible !important;
  z-index: 10;
}
.product-popup-image-button {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 80px 0;
  gap: 40px;
}
.product-popup-image-button .product-popup-image-cover,
.product-popup-image-button .product-popup-image {
  width: 50%;
}
.product-popup-image-cover .title-with-close-icon {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product-popup-image-cover .title-with-close-icon .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.product-popup-image-cover .title-with-close-icon .close-icon svg {
  width: 20px;
  height: 20px;
}
.product-popup-image-cover .title-with-close-icon h3 {
  margin: 0;
  font-family: New Spirit;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: left;
}
.product-popup-image-cover .free-image-with-icon {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.product-popup-image-cover .free-image-with-icon:last-child {
  margin-bottom: 0;
}
.product-popup-image-button .product-popup-image-cover {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-popup-image-cover .how-it-works-title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  margin: 40px 0 20px;
}
.product-popup-image-cover .free-image-with-icon img {
  max-width: 40px;
  width: 100%;
}
.product-popup-image-cover .free-image-with-icon .free-text-content {
  text-align: left;
}
.product-popup-image-cover .free-image-with-icon .free-text-content p strong {
  color: #01685b;
}
.product-popup-image-cover .free-image-with-icon .free-text-content p {
  font-size: 20px;
  line-height: 24px;
  color: #1c1b1f;
  margin-top: 0;
  margin-bottom: 8px;
}
.product-popup-image-cover .free-image-with-icon .free-text-content p em {
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}

.product-popup-image-cover .custom-free-product-ajex {
  border-radius: 100px;
  background: #01685b;
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 77px;
  cursor: pointer;
}
.product-popup-image-button .title-with-close-icon.mobile {
  display: none;
}

.new_template_design_v3
  .product-save-with-info
  .save-more-content
  .selling-plan-group-price
  s {
  color: #1c1b1f;
  font-weight: 400;
}

/* @media (max-width: 1800px) {
  .free-trial-pack-product .product-popup-part {
    max-width: 1400px;
  }
  .free-trial-pack-product .product-popup-part {
    height: 90vh;
  }
} */
/* @media (max-width: 1420px) {
  .free-trial-pack-product .product-popup-part {
    max-width: 1200px;
  }
} */

/* @media (max-width: 1220px) {
  .free-trial-pack-product .product-popup-part {
    max-width: 900px;
  }
} */

@media (max-width: 1800px) and (min-width: 1500px) {
  .free-trial-pack-popup-open .free-trial-pack-product .product-popup-part {
    max-width: 1500px;
  }
  .product-popup-image-button {
    padding: 70px 0;
  }
}
@media (max-width: 1499px) and (min-width: 1440px) {
  .free-trial-pack-popup-open .free-trial-pack-product .product-popup-part {
    max-width: 1400px;
  }
  .product-popup-image-button {
    padding: 50px 0;
  }
}
@media (max-width: 1440px) and (min-width: 1400px) {
  .free-trial-pack-popup-open .free-trial-pack-product .product-popup-part {
    max-width: 1400px;
  }
  .product-popup-image-button {
    padding: 40px 0;
  }
}
@media (max-width: 1399px) {
  .product-popup-image-button {
    padding: 50px 0;
  }
  .product-popup-image-cover .custom-free-product-ajex {
    margin-top: 50px;
  }
  .product-popup-image-cover .how-it-works-title {
    margin: 25px 0 20px;
  }
  .product-popup-image-cover .title-with-close-icon h3 {
    font-size: 35px;
  }
  .product-popup-image-cover .free-image-with-icon .free-text-content p {
    font-size: 18px;
  }
  .product-popup-image-cover .free-image-with-icon img {
    max-width: 35px;
  }
}
@media (max-width: 1199px) {
  .product-popup-image-cover .title-with-close-icon h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .product-popup-image-cover .how-it-works-title {
    margin: 30px 0 15px;
  }
  .product-popup-image-cover .free-image-with-icon img {
    max-width: 30px;
  }
  .product-popup-image-cover .free-image-with-icon .free-text-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .product-popup-image-cover .free-image-with-icon .free-text-content p em {
    font-size: 14px;
    line-height: 16px;
  }
  .product-popup-image-cover .custom-free-product-ajex {
    margin-top: 60px;
    font-size: 16px;
  }
  /* .free-trial-pack-product .product-popup-part {
    height: 93vh;
  } */
  .product-popup-image-button {
    gap: 30px;
    padding: 60px 0;
  }
  .new_template_design_v3 .sls-option-container .seal-row .save-more-content {
    padding-left: 35px;
  }
  .new_template_design_v3
    .sls-option-container
    .seal-row
    .save-more-content
    .selling-plan-group-name {
    font-size: 16px;
    line-height: 28px;
  }
  .new_template_design_v3
    .sls-option-container
    .seal-row
    .save-more-content
    .selling-plan-group-price {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .product-popup-image-button {
    padding: 50px 0;
  }
  .new_template_design_v3 .product .product-form__buttons {
    margin-top: 15px;
  }
}

@media (max-width: 749px) {
  .product-popup-image-button {
    flex-direction: column;
    gap: 20px;
    padding: 40px 0px 30px;
  }
  .product-popup-image-button .product-popup-image-cover,
  .product-popup-image-button .product-popup-image {
    width: 100%;
  }
  .product-popup-image-cover .how-it-works-title {
    margin: 0px 0 8px;
  }

  .product-popup-image-cover .title-with-close-icon.desktop {
    display: none;
  }
  .product-popup-image-button .title-with-close-icon.mobile {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  .product-popup-image-button .title-with-close-icon.mobile h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
    font-family: New Spirit;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0;
  }
  .product-popup-image-button .title-with-close-icon .close-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .new_template_design_v3 .product-free-trial-pack-button {
    font-size: 14px;
    line-height: 36px;
    border-width: 2px;
  }
}

@media (max-width: 543px) {
  .product-popup-image-button {
    padding: 40px 0px 30px;
  }
  /* .free-trial-pack-product .product-popup-part {
    height: 90vh;
  } */
  .product-popup-image-cover .how-it-works-title {
    font-size: 14px;
    line-height: 20px;
  }
  .product-popup-image-cover .free-image-with-icon img {
    max-width: 20px;
  }
  .product-popup-image-cover .free-image-with-icon .free-text-content p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .product-popup-image-cover .free-image-with-icon .free-text-content p em {
    font-size: 12px;
    line-height: 16px;
  }
  .product-popup-image-cover .custom-free-product-ajex {
    margin-top: 0px;
    font-size: 16px;
    line-height: 40px;
    position: sticky;
    bottom: 0;
  }
  .product-popup-image-cover .free-product-custome-btn {
    position: sticky;
    bottom: 0;
    padding: 20px 0 10px;
    background: #fff;
    border-radius: 0px;
  }
  .new_template_design_v3
    .sls-option-container
    .seal-row
    .save-more-content
    .selling-plan-group-name {
    font-size: 14px;
    line-height: 22px;
  }
  .new_template_design_v3
    .sls-option-container
    .seal-row
    .save-more-content
    .selling-plan-group-price {
    font-size: 14px;
    line-height: 22px;
  }
  .new_template_design_v3 .sls-option-container .seal-row .save-more-content {
    padding-left: 30px;
  }
  .new_template_design_v3 .product .product-form__buttons {
    margin-top: 10px;
  }
}
.product .block--product__badge.free-trial-pack {
  display: none;
}
/*+++++++++++++++++++++++++++ PDP Changes +++++++++++++++++++++++++++++++  */
.new_template_design_v3 .product-save-with-info.save-bundle-plan {
  margin-bottom: 35px !important;
}
.product-save-with-info .save-more-content .selling-plan-group-price,
.new_template_design_v3
  .sls-label-container
  .sls-selling-plan-group-first-line {
  letter-spacing: 0;
}
.new_template_design .product-save-with-info.one-time-plan.active {
  margin-top: 15px !important;
}
.new_template_design_v3 .product-save-with-info.active {
  padding: 19px 20px 21px;
}
.product-save-with-info {
  margin-top: 20px !important;
}
.new_template_design_v3 .product-save-with-info {
  padding: 20px 22px 21px;
}
.product__info-container .product-form {
  margin: 0 !important;
}
.new_template_design_v3
  .New-Subscribe-Bundles.active
  .product__sub--save
  .delivery-section {
  margin-top: 18px;
}
.new_template_design_v3
  .product-save-with-info
  .save-more-content
  .selling-plan-group-price
  .price_original {
  font-weight: 400;
}
@media (max-width: 991px) {
  .new_template_design_v3 .product-save-with-info.save-bundle-plan {
    margin-bottom: 31px !important;
  }
  .new_template_design_v3 .product-save-with-info.active {
    padding: 15px;
  }
  .new_template_design_v3 .product-save-with-info {
    padding: 17px;
  }
  .new_template_design_v3
    .product-save-with-info
    .save-more-content
    .selling-plan-group-price
    s {
    margin-right: 1px;
  }
  .new_template_design_v3
    .product-save-with-info
    .save-more-content
    .selling-plan-group-price
    .price_original {
    margin-right: -1px;
  }
  .new_template_design_v3
    .New-Subscribe-Bundles.active
    .product__sub--save
    .delivery-section {
    margin-top: 15px;
  }
  .product-save-with-info .save-more-content .selling-plan-group-name {
    gap: 7px;
  }
  .product-save-with-info .save-more-content .selling-plan-group-name p {
    margin: 0 0 0 -3px;
  }
  .product-save-with-info {
    margin-top: 15px !important;
  }
  .product-save-with-info
    .save-more-content
    .selling-plan-group-name
    span:after {
    width: 22px !important;
    height: 22px !important;
  }
  .product-save-with-info .save-more-content .selling-plan-group-name span {
    padding: 2px;
  }
  .new_template_design_v3
    .product-save-with-info
    .product__sub--save--info
    .info-item {
    margin-bottom: 5px;
  }
}
@media (max-width: 543px) {
  .new_template_design_v3 .product-save-with-info {
    margin-bottom: 10px !important;
  }
  .new_template_design_v3 .product-save-with-info {
    padding: 9px 10px 11px;
  }
  .new_template_design_v3 .product-save-with-info.active {
    padding: 9px 10px 10px;
  }

  .new_template_design .product-save-with-info.one-time-plan.active {
    border-width: 2px !important;
  }
  .product-save-with-info
    .save-more-content
    .selling-plan-group-name
    span:after {
    width: 18px !important;
    height: 18px !important;
  }
  .new_template_design_v3
    .product-save-with-info.active
    .save-more-content
    .selling-plan-group-name
    span {
    margin-right: 0px;
  }
  .new_template_design_v3
    .product-save-with-info
    .product__sub--save--info
    .info-item {
    margin-bottom: 3px;
  }
  .product-save-with-info {
    margin-top: 10px !important;
  }

  .new_template_design_v3
    .New-Subscribe-Bundles.active
    .product__sub--save
    .delivery-section {
    margin-top: 9px;
  }
  .product-save-with-info .save-more-content .selling-plan-group-name {
    gap: 6px;
  }
  .product-save-with-info .save-more-content .selling-plan-group-name p {
    margin: 0 0 0 -3px;
  }
  .product-save-with-info .save-more-content .selling-plan-group-name,
  .product-save-with-info .save-more-content .selling-plan-group-price {
    line-height: 20px;
  }
  .new_template_design_v3 .product-save-with-info.save-bundle-plan {
    margin-bottom: 18px !important;
  }
  .new_template_design_v3 .sealsubs-container {
    margin-bottom: 8px !important;
  }
  .new_template_design_v3
    .product-save-with-info
    .save-more-content
    .selling-plan-group-price
    .price_original {
    margin-right: 0px;
  }
}

.sls-option-container.seal-table.active.sls-active {
  -webkit-tap-highlight-color: transparent;
}
===================
  New
  Main
  PDP
  Design
  Start
  ==================
  ==============================================================
  */
  @media
  (max-with: 1920px)
  and
  (min-with: 1800px) {
  .new_template_design_v3 product-info .page-width {
    max-width: 1520px;
    padding: 0 4rem;
  }
}
.new_template_design_v3
  .product
  .product__media-wrapper
  .product-media-container,
.new_template_design_v3
  .product
  .product__media-wrapper
  .product-media-container
  .product__media
  img {
  border-radius: 25px;
  border: 4px solid #01685b;
}

.new_template_design_v3 .product .thumbnail-slider .slider-button {
  display: block !important;
  width: unset;
  height: unset;
  padding: 0;
}
.new_template_design_v3 .product .thumbnail-slider .slider-button--prev {
  padding-right: 20px;
}
.new_template_design_v3 .product .thumbnail-slider .slider-button--next {
  padding-left: 20px;
}

.new_template_design_v3 .product .thumbnail-slider .slider-button svg,
.new_template_design_v3 .product .thumbnail-slider .slider-button .svg-wrapper {
  width: 29px;
  height: 29px;
}
.new_template_design_v3
  .product
  .thumbnail-list
  .thumbnail-list__item
  .thumbnail[aria-current="true"],
.new_template_design_v3
  .product
  .thumbnail-list
  .thumbnail-list__item
  .thumbnail {
  border-radius: 50px;
}

.new_template_design_v3 .product .product__media-wrapper {
  width: calc(52% - 10px) !important;
  max-width: calc(52% - 10px) !important;
}
.new_template_design_v3 .product .product__info-wrapper {
  width: calc(48% - 20px) !important;
  max-width: calc(48% - 20px) !important;
}
.new_template_design_v3 .product {
  gap: 30px !important;
}

.new_template_design_v3 .product-media-slider-gallery {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.new_template_design_v3 .product-media-slider-gallery slider-component {
  width: 90%;
}
.new_template_design_v3 .product-media-slider-gallery .product-icon-with__text {
  flex-direction: column;
  width: 20%;
  margin-top: 0;
}
.new_template_design_v3
  .product-media-slider-gallery
  .product-icon-with__text_item {
  width: 100%;
  padding: 22px 10px;
}
.new_template_design_v3
  .product-media-slider-gallery
  .product-icon-with__text_item
  .text {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}
.new_template_design_v3
  .product-media-slider-gallery
  .product-icon-with__text_item
  img {
  height: 35px;
  width: 35px;
}

@media (max-width: 1800px) {
  .new_template_design_v3 .product-media-slider-gallery slider-component {
    width: 80%;
  }
  .new_template_design_v3
    .product
    .thumbnail-list.slider--tablet-up
    .thumbnail-list__item.slider__slide {
    width: calc(15% - 0.8rem);
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    padding: 15px 10px;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    img {
    height: 30px;
    width: 30px;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    .text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1299px) {
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    .text {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1250px) {
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    padding: 13px 10px;
  }
}
@media (max-width: 1199px) {
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    .text {
    font-size: 12px;
    line-height: 17px;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    padding: 17px 8px;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    img {
    height: 30px;
    width: 30px;
  }
  .new_template_design_v3 .product-media-slider-gallery {
    gap: 15px;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text {
    gap: 15px;
  }
  .new_template_design_v3 .product {
    gap: 16px !important;
  }
  .new_template_design_v3 .product .product__media-wrapper {
    width: calc(52% - 6px) !important;
    max-width: calc(52% - 6px) !important;
  }
  .new_template_design_v3 .product .product__info-wrapper {
    width: calc(48% - 10px) !important;
    max-width: calc(48% - 10px) !important;
  }
  .new_template_design_v3
    .product
    .product__media-wrapper
    .product-media-container,
  .new_template_design_v3
    .product
    .product__media-wrapper
    .product-media-container
    .product__media
    img {
    border-radius: 15px;
    border: 0;
  }
}
@media (max-width: 1170px) {
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    img {
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 1130px) {
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    padding: 14px 8px;
  }
}
@media (max-width: 1099px) {
  .new_template_design_v3
    .product
    .thumbnail-list.slider--tablet-up
    .thumbnail-list__item.slider__slide {
    width: calc(15.7% - 0.8rem);
  }
  .new_template_design_v3 .thumbnail-slider .thumbnail-list.slider--tablet-up {
    grid-gap: 15px !important;
  }
  .new_template_design_v3 .product .thumbnail-slider .slider-button--prev,
  .new_template_design_v3 .product .thumbnail-slider .slider-button--next {
    padding-right: 15px;
  }
}
@media (max-width: 1060px) {
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    padding: 13px 8px;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    .text {
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 1030px) {
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    .text {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (max-width: 960px) {
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    padding: 10px 8px;
  }
}
@media (max-width: 910px) {
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    padding: 8px 8px;
  }
}
@media (max-width: 860px) {
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    padding: 9px 5px;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    img {
    max-width: 25px;
    min-width: 25px;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    .text {
    font-size: 10px;
    line-height: 13px;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text {
    gap: 10px;
  }
  .new_template_design_v3
    .product
    .thumbnail-list.slider--tablet-up
    .thumbnail-list__item.slider__slide {
    width: calc(15.2% - 0.8rem);
  }
}
@media (max-width: 830px) {
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    padding: 6px 5px;
  }
}
@media (max-width: 790px) {
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    img {
    height: 23px;
    width: 23px;
  }
}

@media (max-width: 767px) {
  .new_template_design_v3 .product .product__media-wrapper {
    width: calc(100% - 0px) !important;
    max-width: calc(100% - 0px) !important;
  }
  .new_template_design_v3 .product .product__info-wrapper {
    width: calc(100% - 0px) !important;
    max-width: calc(100% - 0px) !important;
  }
  .new_template_design_v3 .product-media-slider-gallery {
    flex-direction: column-reverse;
  }
  .new_template_design_v3 .product__title.mobile,
  .new_template_design_v3 .product__description.mobile {
    display: block;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text {
    flex-direction: row;
    width: 100%;
  }
  .new_template_design_v3 .product-media-slider-gallery slider-component {
    width: 107%;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text {
    gap: 10px;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    .text {
    font-size: 14px;
    line-height: 16px;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    img {
    height: 40px;
    width: 40px;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    img {
    max-width: 35px;
    min-width: 35px;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    padding: 27px 8px;
  }
  .new_template_design_v3
    .product
    .product__media-wrapper
    .product-media-container,
  .new_template_design_v3
    .product
    .product__media-wrapper
    .product-media-container
    .product__media
    img {
    border-radius: 10px;
  }
}
@media (max-width: 543px) {
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    .text {
    font-size: 11px;
    line-height: 16px;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    img {
    height: 25px;
    width: 25px;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    padding: 19px 8px;
  }
  .new_template_design_v3 .product__media-list .product__media-item {
    width: calc(100% - 7rem - var(--grid-mobile-horizontal-spacing));
  }
  .new_template_design_v3 .product .slider-buttons {
    right: 80px;
  }
}

@media (max-width: 414px) {
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    padding: 13px 7px;
  }
  .new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    .text {
    font-size: 12px;
    line-height: 16px;
    padding-top: 2px;
  }
}

.new_template_design_v3 .product .product__title h1 {
  color: #01685b;
}

.new_template_design_v3
  .sls-label-container
  .sls-selling-plan-group-first-line
  s.price_original {
  margin-left: auto;
  font-size: 20px;
  line-height: 29px;
  margin-right: 3px;
  color: #1c1b1f;
}

.new_template_design_v3
  .sls-purchase-options-container
  .sls-option-container:last-child
  .sls-selling-plan-group-first-line {
  justify-content: space-between;
  align-items:center;
}

.new_template_design_v3
  .sls-label-container
  .sls-selling-plan-group-first-line {
  justify-content: unset;
  /* align-items:center; */
}

.new_template_design_v3
  .sls-option-container.sls-active
  .sls-total-price.sls-price-container
  .sls-price
  .price_original {
  color: #1c1b1f;
  font-size: 20px;
  line-height: 28px;
  margin-right: 3px;
}

.new_template_design_v3
  .product-save-with-info
  .save-more-content
  .selling-plan-group-price
  .price_original {
  font-weight: 500;
  color: #1c1b1f;
}

.new_template_design_v3 .selling_plan--desc P,
.new_template_design_v3 .selling_plan--desc span {
  margin: 0;
  display: inline;
}

.new_template_design_v3
  .peak-performance-new-design
  .peak_performance_wrapper.mobile {
  display: none;
}

@media (max-width: 1199px) {
  .new_template_design_v3
    .sls-option-container.sls-active
    .sls-total-price.sls-price-container
    .sls-price
    .price_original {
    font-size: 16px;
    line-height: 20px;
  }
  .new_template_design_v3
    .sls-label-container
    .sls-selling-plan-group-first-line
    s.price_original {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .new_template_design_v3
    .peak-performance-new-design
    .peak_performance_wrapper.desktop {
    display: none;
  }
  .new_template_design_v3
    .peak-performance-new-design
    .peak_performance_wrapper.mobile {
    display: block;
  }
  .new_template_design_v3 .peak-performance-new-design {
    display: block;
  }
  .new_template_design_v3 .peak-performance-new-design .peak_performance_item {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .new_template_design_v3 .peak_performance_wrapper.mobile .slick-list {
    padding-left: 0 !important;
    margin-right: -10px;
  }
  .new_template_design_v3
    .peak_performance_wrapper.mobile
    .slick-dots
    li.slick-active {
    background-color: #1c1b1f;
    border-color: #79747e;
  }
  .new_template_design_v3 .peak_performance_wrapper.mobile .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #79747e;
    border-radius: 50%;
    display: inline-block;
  }
  .new_template_design_v3 .peak_performance_wrapper.mobile .slick-dots {
    padding-top: 30px;
  }
  .new_template_design_v3
    .peak_performance_wrapper.mobile
    .slick-list
    .slick-track {
    display: flex;
    align-items: center;
  }
  .new_template_design_v3
    .peak-performance-new-design
    .performance_accordion_heading {
    font-size: 16px;
  }
  .new_template_design_v3 .peak-performance-new-design .performance_content1 p {
    margin-top: 15px;
  }
  .new_template_design_v3 .performance-new-design .peak_performance_image {
    margin-bottom: 40px;
  }
}

.new_template_design_v3 .peak-performance-new-design {
  padding-block: 0 80px;
}
@media (max-width: 991px) {
  .new_template_design_v3 .peak-performance-new-design {
    padding-block: 0 60px;
  }
  .new_template_design_v3
    .sealsubs-container
    label.sls-selling-plan-group-name
    p {
    display: inline;
  }
}
@media (max-width: 543px) {
  .new_template_design_v3 .peak-performance-new-design {
    padding-block: 0 40px;
  }
  .new_template_design_v3
    .sls-option-container.sls-active
    .sls-total-price.sls-price-container
    .sls-price
    .price_original {
    font-size: 14px;
    line-height: 20px;
  }
  .new_template_design_v3 .product-media-slider-gallery slider-component ul {
    margin-bottom: 0;
    border-radius: 0;
  }
  .new_template_design_v3
    .sls-label-container
    .sls-selling-plan-group-first-line
    s.price_original {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }
}

/*translatio de   */

.Product-text-size-decresh .product-icon-with__text_item .text {
  font-size: 14px;
  line-height: 1.3;
}
.Product-text-size-decresh .product-icon-with__text_item img {
  height: 34px;
  width: 34px;
}
@media (max-width: 1099px) {
  .Product-text-size-decresh .product-icon-with__text_item .text {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media (max-width: 543px) {
  .Product-text-size-decresh .product-icon-with__text_item .text {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media (max-width: 428px) {
  .Product-text-size-decresh .product-icon-with__text_item .text {
    font-size: 11px;
    line-height: 1.3;
  }
}
@media (max-width: 377px) {
  .Product-text-size-decresh .product-icon-with__text_item .text {
    font-size: 10px;
    line-height: 1.3;
  }
}

.Product-text-size-decresh.new_template_design_v3
  .product-icon-with__text_item
  .text {
  font-size: 14px;
  line-height: 1.2;
}

.Product-text-size-decresh.new_template_design_v3
  .product-media-slider-gallery
  .product-icon-with__text_item {
  padding: 16px 10px;
  min-height: 126px;
  justify-content: center;
}
@media (max-width: 1800px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-icon-with__text_item
    .text {
    font-size: 11px;
    line-height: 1.2;
  }

  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    padding: 11px 10px;
    min-height: 103px;
  }
}
@media (max-width: 1299px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    padding: 10px 10px;
    min-height: 99px;
  }
}
@media (max-width: 1250px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    min-height: 96px;
  }
}
@media (max-width: 1170px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    min-height: 93px;
  }
  .Product-text-size-decresh.new_template_design_v3
    .product-icon-with__text_item
    .text {
    padding-top: 5px;
  }
}
@media (max-width: 1130px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-icon-with__text_item
    .text {
    font-size: 10px;
    line-height: 1.2;
  }
}
@media (max-width: 1115px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    min-height: 89px;
  }
}

@media (max-width: 1099px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    min-height: 87px;
  }
}
@media (max-width: 1060px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    min-height: 83px;
  }
}
@media (max-width: 1030px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    min-height: 79px;
    padding: 5px;
  }
}
@media (max-width: 960px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    min-height: 75px;
  }
  .Product-text-size-decresh.new_template_design_v3
    .product-icon-with__text_item
    .text {
    font-size: 9px;
    line-height: 1.1;
  }
}
@media (max-width: 910px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    min-height: 71px;
  }
}
@media (max-width: 830px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    min-height: 65px;
  }
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    img {
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 790px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-icon-with__text_item
    .text {
    font-size: 8px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    min-height: 168px;
  }
  .Product-text-size-decresh.new_template_design_v3
    .product-icon-with__text_item
    .text {
    font-size: 15px;
    line-height: 1.3;
  }
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    img {
    max-width: 35px;
    min-width: 35px;
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 680px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    min-height: 140px;
  }
}
@media (max-width: 543px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    min-height: 140px;
  }
  .Product-text-size-decresh.new_template_design_v3
    .product-icon-with__text_item
    .text {
    font-size: 11px;
    line-height: 1.1;
  }
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    img {
    max-width: 30px;
    min-width: 30px;
    height: 30px;
    width: 30px;
  }
  .free-trial-pack-product {
    margin: 0 !important;
}
}

@media (max-width: 450px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    min-height: 100px;
  }
}
@media (max-width: 414px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    min-height: 90px;
  }
  .Product-text-size-decresh.new_template_design_v3
    .product-icon-with__text_item
    .text {
    font-size: 10px;
    line-height: 1.1;
  }
}
@media (max-width: 390px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    min-height: 85px;
  }
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item
    img {
    max-width: 25px;
    min-width: 25px;
    height: 25px;
    width: 25px;
  }
}

@media (max-width: 375px) {
  .Product-text-size-decresh.new_template_design_v3
    .product-media-slider-gallery
    .product-icon-with__text_item {
    min-height: 81px;
  }
}
/*=============================== NEW PRODUCT PAGE update 17/04/2025 CSS START ===============================*/
.new_template_design_v3 .limited_stock_content .limited--desc svg{
  display:none;
}
.new_template_design_v3 .limited_stock_content .limited--desc p strong {
  color: #EC3A6F;
  font-weight: 600;
  text-decoration: underline;
}
/* @media (max-width: 543px) {
    .new_template_design_v3 .product {
        gap: 0px !important;
    }
} */
/*=============================== NEW accessories-product  PAGE update 30/04/2025 CSS START ===============================*/
.accessories-product{
  background: linear-gradient(180deg, #D9D9D9 0%, #FFFFFF 20%, #FEFEFE 40%, #FFFFFF 100%);

}
.template--product.accessories-product product-info {
    padding-bottom: 160px;
}
.accessories-product .product__tax.caption.rte {
  display: none;
}
.accessories-product .product__inventory .svg-wrapper{
 display: none; 
}
.accessories-product .product__info-container > * + * {
    margin: 2rem 0 0;
}
.template--product.accessories-product .price__regular .price-item--regular {
  margin-right: 0;
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #01685B;
}
.accessories-product .product__inventory{
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #01685B;
  margin-top: 40px;
}
.accessories-product .product-form__quantity .form__label {
  margin-bottom: 0.8rem;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #79747E;
}
.accessories-product .quantity:before{
  border-radius: 100px;
}
.accessories-product .quantity:after{
  border-radius: 100px;
}
.accessories-product .quantity{
  border-radius: 100px;
}
.accessories-product .product__info-wrapper .quantity__input {
  font-size: 20px;
  font-weight: 700;
}
.accessories-product .about-product-wrapper {
  border: 1px solid #79747E;
  border-radius: 20px;
  padding: 20px;
  margin-top: 40px;
}
.accessories-product .about-product-wrap {
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.accessories-product .about-product-content {
  max-width: 65%;
}
.accessories-product .about-product-image {
  max-width: 40%;
}
.accessories-product .about-product-image img {
  max-width: 200px;
  height: 150px;
}
.accessories-product .about-product-title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  vertical-align: middle;
  color: #01685B;
}
.accessories-product .about-product-description p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #1C1B1F;
}
.accessories-product .about-product-button-wrap a {
  background: #01685B;
  color: #fff;
  text-decoration: none;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 20px 40px;
  border-radius: 100px;
}
.accessories-product .about-product-description {
  margin-bottom: 60px;
}
.accessories-product .about-product-button-wrapper {
  margin-bottom: 20px;
}
.product-info-section {
  margin-top: 40px !important;
}
.accessories-product .product-info-title {
  font-family: New Spirit;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #01685B;
}
.accessories-product .product-info-description p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
}

.accessories-product .product__accordion  span.svg-wrapper {
    display: none;
}
.accessories-product .product__accordion .accordion__content {
    padding: 0;
}
.accessories-product .metafield__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
}
.accessories-product  .accordion__title span.metafield-single_line_text_field, .accessories-product .product__accordion .accordion__title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #01685B;
}
.accessories-product .product__accordion .accordion__content p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1C1B1F;
}
.accessories-product .product__accordion.accordion .summary__title+.icon-caret {
    height: 25px;
    width: 25px;
}
.accessories-product .product__accordion.accordion summary .icon-caret {
    position: absolute;
    right: 0;
    top: calc(42% - .2rem);
}
.accessories-product .product__accordion.accordion details[open]>summary .icon-caret {
    transform: rotate(132deg);
}
.accessories-product span.metafield-label {
  max-width: 50%;
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  
  width: 50%;
}
.accessories-product span.metafield-label .metafield-string {
  color: #79747E !important;
}
.accessories-product span.metafield-string {
  max-width: 50%;
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1C1B1F;
  width: 50%;
}
  .shipping-table {
    display: table;
    width: 100%;
  }

  .shipping-row {
    display: table-row;
  }

.shipping-cell-title {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    font-weight: 500;
    color: #79747E;
    white-space: nowrap;
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
}

  .shipping-cell-content {
    display: table-cell;
    vertical-align: top;
  }

  .shipping-cell-content ul {
    margin: 0;
    padding-left: 1em;
  }

 .shipping-cell-content li {
    margin-bottom: 0.3em;
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
}
.product__accordion.accordion .rte li:last-child {
    margin-bottom: 0.3em;
}
.accessories-product .product__accordion.accordion .accordion__content{
  overflow: initial;
}
   .accessories-product  .price--large {
        font-size: 0;
    }
.accessories-product .service-icon-content {
    margin-top: 40px !important;
}
.accessories-product .product.product--large.product--left.product--thumbnail_slider.product--mobile-hide.grid.grid--1-col.grid--2-col-tablet {
    margin-top: 40px;
}
@media (max-width: 991px){
.template--product.accessories-product product-info {
    padding-bottom: 120px;
}
  .accessories-product .product__info-container > * + * {
    margin: 1.5rem 0 0;
}
.template--product.accessories-product .price__regular .price-item--regular {
    font-size: 16px;
    line-height: 24px;
}
.accessories-product .product-form__quantity .form__label {
    margin-bottom: 0.6rem;
    font-size: 14px;
    line-height: 16px;
}
.accessories-product .product__info-wrapper .quantity__input {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.accessories-product .product__inventory {
    font-size: 14px;
    line-height: 16px;
    margin-top: 30px;
}
.accessories-product .product .product-form__buttons .product-form__submit {
    font-size: 16px;
    line-height: 40px;
}
.accessories-product .service-icon-content {
    margin-top: 30px !important;
}
.accessories-product .about-product-wrapper {
    padding: 12px;
  margin-top: 30px;
  border-radius: 15px; 
}
.accessories-product .about-product-image {
    max-width: 40%;
}
.accessories-product .about-product-content {
    max-width: 60%;
}
.accessories-product .about-product-title {
    font-size: 16px;
    line-height: 24px;
}
.accessories-product .about-product-description p {
    font-size: 16px;
    line-height: 24px;
}
.accessories-product .about-product-description {
    margin-bottom: 40px;
}
  .accessories-product .about-product-button-wrap a {
    font-size: 14px;
    line-height: 16px;
    padding: 15px 30px;
}
.accessories-product .product-info-title {
    font-size: 28px;
    line-height: 36px;
}
.accessories-product .product-info-description p {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0;
}
.accessories-product  .accordion__title span.metafield-single_line_text_field, .accessories-product .product__accordion .accordion__title {
    font-size: 16px;
    line-height: 24px;
}
.accessories-product span.metafield-string {
    font-size: 16px;
    line-height: 20px;
}
.accessories-product .product__accordion .accordion__content p {
  font-size: 16px;
  line-height: 20px;
}
.shipping-cell-title {
    font-size: 16px;
    line-height: 20px;
}
.shipping-cell-content li {
    margin-bottom: 0.2em;
    font-size: 16px;
    line-height: 20px;
}
.product-info-section {
    margin-top: 30px !important;
}
.accessories-product .about-product-image img {
    max-width: 130px;
    height: 102px;
}
.accessories-product .product__accordion.accordion .summary__title+.icon-caret {
    height: 20px;
    width: 20px;
}
.accessories-product .product__accordion.accordion summary .icon-caret {
    top: calc(36% - .2rem);
}
.accessories-product .product.product--large.product--left.product--thumbnail_slider.product--mobile-hide.grid.grid--1-col.grid--2-col-tablet {
    margin-top: 20px;
}
      .template_free_product .product.product--large.product--left.product--thumbnail_slider.product--mobile-hide.grid.grid--1-col.grid--2-col-tablet {
        margin-top: 70px;
    }
      .product.product--large.product--left.product--thumbnail_slider.product--mobile-hide.grid.grid--1-col.grid--2-col-tablet {
        margin-top: 70px;
    }
}
@media (max-width: 989px){
    .template_free_product .product.product--large.product--left.product--thumbnail_slider.product--mobile-hide.grid.grid--1-col.grid--2-col-tablet {
        margin-top: 40px;
    }
      .product.product--large.product--left.product--thumbnail_slider.product--mobile-hide.grid.grid--1-col.grid--2-col-tablet {
        margin-top: 40px;
    }
}

@media (max-width: 767px){
  .template--product.accessories-product product-info {
    padding-bottom: 80px;
}
   .accessories-product .product__info-container > * + * {
    margin: 1rem 0 0;
}
.template--product.accessories-product .price__regular .price-item--regular {
    font-size: 14px;
    line-height: 20px;
}
.accessories-product .product-form__quantity .form__label {
    margin-bottom: 0.4rem;
    font-size: 14px;
    line-height: 16px;
}
.accessories-product .product__info-wrapper .quantity__input {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.accessories-product .product__inventory {
    font-size: 14px;
    line-height: 16px;
  margin-top: 20px;
}
.accessories-product .product .product-form__buttons .product-form__submit {
    font-size: 14px;
    line-height: 30px;
}
.accessories-product .service-icon-content {
    margin-top: 20px !important;
}
.accessories-product .about-product-wrapper {
    padding: 10px;
    margin-top: 20px;
  border-radius: 10px; 
}
.accessories-product .about-product-image {
    max-width: 50%;
}
.accessories-product .about-product-content {
    max-width: 50%;
}
.accessories-product .about-product-title {
    font-size: 14px;
    line-height: 20px;
}
.accessories-product .about-product-description p {
    font-size: 14px;
    line-height: 20px;
}
.accessories-product .about-product-description {
    margin-bottom: 30px;
}
  .accessories-product .about-product-button-wrap a {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 20px;
}
.accessories-product .product-info-title {
    font-size: 24px;
    line-height: 32px;
}
.accessories-product .product-info-description p {
    font-size: 14px;
    line-height: 26px;
    margin: 10px 0;
}
.accessories-product  .accordion__title span.metafield-single_line_text_field, .accessories-product .product__accordion .accordion__title {
    font-size: 14px;
    line-height: 20px;
}
.accessories-product span.metafield-string {
    font-size: 14px;
    line-height: 20px;
}
.accessories-product .product__accordion .accordion__content p {
  font-size: 14px;
  line-height: 20px;
}
.shipping-cell-title {
    font-size: 14px;
    line-height: 20px;
}
.shipping-cell-content li {
    margin-bottom: 0.2em;
    font-size: 14px;
    line-height: 20px;
}
.accessories-product .product-info-section {
    margin-top: 20px !important;
}
.accessories-product .product .product__title {
    margin-bottom: 0px !important;
}
}
@media (max-width: 749px) {
    .accessories-product product-info.product-main {
        padding-top: 60px !important;
        position: relative;
    }
      .template_free_product .product.product--large.product--left.product--thumbnail_slider.product--mobile-hide.grid.grid--1-col.grid--2-col-tablet {
        margin-top: 70px;
    }
      .product.product--large.product--left.product--thumbnail_slider.product--mobile-hide.grid.grid--1-col.grid--2-col-tablet {
        margin-top: 70px;
    }
}
@media (max-width: 543px) {
.accessories-product .product .product__description{
    margin: 0 0 10px !important;
}
.accessories-product .product .price__container {
    margin-bottom: 0;
}
  .accessories-product .about-product-button-wrapper {
    margin-bottom: 9px;
}
/* .accessories-product .product.product--large.product--left.product--thumbnail_slider.product--mobile-hide.grid.grid--1-col.grid--2-col-tablet {
    margin-top: 70px;
} */
.accessories-product .product__accordion.accordion summary .icon-caret {
    top: calc(36% - .2rem);
}
.accessories-product .about-product-image img {
    max-width: 100px;
    height: 75px;
}
.accessories-product .about-product-image {
    max-width: 25%;
}
.accessories-product .about-product-content {
    max-width: 75%;
}
.template_free_product .product__description {
    margin: 0 0 5px !important;
}
}
.template_free_product span.money.conversion-bear-money.seal-money.ht-money {
    display: none;
}
.new_template_design_v3.template_free_product .selling-plan-group-price {
    color: #01685b;
}
.new_template_design_v3.template_free_product
  .selling-plan-group-price
  s {
    color: #1c1b1f;
    font-weight: 400;
}
.template_free_product .selling-plan-group-price {
    color: #01685b;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.new_template_design_v3.template_free_product
  .sls-selling-plan-group-price.sls-total-price.sls-price-container, .new_template_design_v3.template_free_product
  .sls-one-time-price.sls-total-price.sls-price-container {
    display: none;
}
.new_template_design_v3.template_free_product .New-Subscribe-Bundles .product__sub--save {
    display: block;
}
/* .accessories-product .accordion_table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accessories-product .accordion_table-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 0;
}

.accessories-product .accordion_table-left {
  flex: 0 0 150px;
  font-weight: bold;
  color: #333;
}

.accessories-product .accordion_table-right {
  flex: 1;
  color: #555;
}
 */
.new_template_design_v3 .delivery-section, .new_template_design_v3.template_free_product .delivery-section {
    margin-bottom: 20px;
}
/*=============================== free product claim popup ===============================*/
.product-popup-image-cover .free-image-with-icon .number-with-icon {
  width: 100%;
  height: ;
  background: #01685B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
  height: 80px;
}
.product-popup-image-cover .free-image-with-icon .number-with-icon.new1 {
  background: #fff;
  border: 4px solid #79747E;
  font-family: New Spirit;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  color: #79747E;
}
.product-popup-image-cover .free-image-with-icon .number-with-icon::before {
  content: "";
  width: 4px;
  height: calc(100% + 8px);
  background: #01685B;
  position: absolute;
  top: 80px;
}
.product-popup-image-cover .free-image-with-icon .number-with-icon.new1::before{
  background: #79747E;
  top: 80px;
}
.product-popup-image-cover .free-image-with-icon .number-with-icon.new1.new2::before{
  display: none;
}
.product-popup-image-cover .free-image-with-icon {
	gap: 20px;
	position: relative;
}
.product-popup-image-cover .free-image-with-icon img {
	max-width: 20px;
}
.product-popup-image-cover .free-image-with-icon .free-text-content p strong {
    color: #1C1B1F;
}
.product-popup-image-cover .free-image-with-icon .free-text-content p em {
    color: #01685B;
}
.product-popup-image-cover .title-with-close-icon {
    margin-bottom: 40px;
}
@media (max-width: 991px){
.product-popup-image-cover .free-image-with-icon .number-with-icon {
  max-width: 60px;
  height: 60px;
}
.product-popup-image-cover .free-image-with-icon .number-with-icon.new1 {
  border: 3px solid #79747E;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
  .product-popup-image-cover .free-image-with-icon .number-with-icon::before {
  width: 3px;
  height: calc(100% + 6px);
    top: 60px;
}
  .product-popup-image-cover .free-image-with-icon .number-with-icon.new1::before{
     top: 60px;
  }
  .product-popup-image-cover .free-image-with-icon {
	gap: 15px;
}
.product-popup-image-cover .title-with-close-icon {
    margin-bottom: 30px;
}
}
@media (max-width: 749px){
.product-popup-image-cover .free-image-with-icon .number-with-icon {
  max-width: 40px;
  height: 40px;
}
.product-popup-image-cover .free-image-with-icon .number-with-icon.new1 {
  border: 2px solid #79747E;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
  .product-popup-image-cover .free-image-with-icon .number-with-icon::before {
  width: 2px;
  height: calc(100% + 6px);
    top: 40px;
}
  .product-popup-image-cover .free-image-with-icon .number-with-icon.new1::before{
     top: 40px;
  }
  .product-popup-image-cover .free-image-with-icon {
	gap: 10px;
}
.free-product-custome-btn {
    background: #fff;
    padding-top: 20px;
    box-shadow: 0 -5px 5px #12121226;
    padding-bottom: 10px;
}
.product-popup-image-cover .custom-free-product-ajex {
    margin-top: 0px;
}
  .popup-title-contect {
    margin-bottom: 20px;
}
.product-popup-image-button .product-popup-image-cover {
  position: relative;
}
.product-popup-part.page-width {
    padding: 0 !important;
}
.title-with-close-icon.mobile {
    padding: 0 15px;
}
.popup-title-contect {
    padding: 0 15px;
}
.product-popup-image-cover .custom-free-product-ajex {
    margin-top: 0px;
    max-width: 95%;
    margin: 0 auto;
}
    .product-popup-image-button {
        padding: 40px 0px 0px;
    }
}
@media (max-width: 543px){
  .product-popup-part.page-width {
    padding: 0 !important;
}
.title-with-close-icon.mobile {
    padding: 0 10px;
}
.popup-title-contect {
    padding: 0 10px;
}
.product-popup-image-cover .custom-free-product-ajex {
    margin-top: 0px;
    max-width: 95%;
    margin: 0 auto;
}
.product-popup-image-cover .free-product-custome-btn {
  padding: 20px 0 20px;
}
    .product-popup-image-button {
        padding: 40px 0px 0px;
    }
  .product-popup-image-cover .title-with-close-icon {
    margin-bottom: 20px;
}
}
/*=============================== pdp update 15-05-25 ===============================*/
.template--product.template-.free-product-templats product-info {
  background: linear-gradient(0deg, rgba(1, 104, 91, 0.1), rgba(1, 104, 91, 0.1)), linear-gradient(180deg, rgba(1, 104, 91, 0.2) 2.66%, rgba(1, 104, 91, 0) 17.75%);
}
@media (max-width: 543px) {
  .new_template_design_v3 .delivery-section, .new_template_design_v3.template_free_product .delivery-section {
    margin-bottom: 10px;
}
}
@media (max-width: 543px) {
  .new_template_design_v3 .product {
  gap: 10px !important;
  }
  .product .product__description {
  margin: 0 0 10px !important;
  }
  .new_template_design_v3 .product-media-slider-gallery {
  gap: 10px;
  }
  .product .product__media-list .product__media-item:first-of-type {
    padding-top: 0 !important;
}
  .template_free_product .selling-plan-group-price {
	font-size: 14px;
	line-height: 22px;
}
}