/* Product Main */
.product_section {
  position: relative;
  background-color: transparent;
}

.product_details {
  margin-top: 25px;
}

.product_details .product_details__section {
  border-bottom: 1px solid #dadada;
}

.product_details__section_title {
  cursor: pointer;
  padding: 15px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.product_details__section_title h3 {
  align-self: center;
  color: #000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_details__section_title span.open {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5V19' stroke='black' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='black' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.product_details__section_description {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

.product_details__section_description svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-bottom: 10px;
}

.product_details__section_description p {
  text-align: left;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

#product-details-kits:checked ~ .product_details__section_description,
#care-fabric-kits:checked ~ .product_details__section_description,
#delivery-information-kits:checked ~ .product_details__section_description,
#money-back-kits:checked ~ .product_details__section_description {
  display: block !important;
}

#product-details-kits:checked ~ .product_details__section_title span.open,
#care-fabric-kits:checked ~ .product_details__section_title span.open,
#delivery-information-kits:checked ~ .product_details__section_title span.open,
#money-back-kits:checked ~ .product_details__section_title span.open {
  width: 24px !important;
  height: 24px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='black' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

/* Care & Fabric */
.care_fabric {
  margin-left: 20px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.care_fabric > div {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.care_fabric p {
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 350;
  align-self: center;
}

/* Product Kit */
.product_kit_description {
  margin-bottom: 24px;
}

/* Descripción producto */
.description_product {
  color: #000;
  font-size: 16px;
  font-weight: 300 !important;
}

/* Product Gallery */
.product_media {
  overflow: hidden;
  position: relative;
}

.wears_size {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background: #c3897c;
  border-radius: 0px 0px 0px 5px;
  width: fit-content;
  color: #000;
  font-size: 10px;
  font-weight: 600;
}

.product_media .product_media__object {
  display: flex;
}

.product_media .product_media__slider_thumbs .product_media__object {
  width: 62px;
  margin-bottom: 10px;
}
.product_media .product_media__slider_thumbs .swiper-slide-thumb-active {
  border: 1px solid #5b7793;
}
.product_media img {
  background: #eef2f5;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product_media video {
  object-fit: contain;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.shop-product__media--video {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.video-loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-loader-container button {
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
}
.video-loader-container button svg {
  width: 100%;
  height: 100%;
}
.video-loader-container:not(.is-loading) span,
.video-loader-container.is-loading button {
  display: none;
}
.video-loader-container__loader {
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.product_media .swiper-button-next:after,
.product_media .swiper-button-prev:after {
  font-size: 15px;
  color: #000;
  display: none;
}

/* Product Gallery */
.product_media {
  overflow: hidden;
  position: relative;
}

.product_media .product_media__object {
  display: flex;
}

.product_media img {
  background: #f2f2f2;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product_media video {
  object-fit: contain;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.product_media .swiper-button-next:after,
.product_media .swiper-button-prev:after {
  font-size: 15px !important;
  color: #000;
}
/* Product Content  */
.product_content h2.title {
  color: #333;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;

  margin: 5px 0;
}

.product_container .prices {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-end;
}
.content_prices {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.free_returns {
  text-decoration: unset;
  color: #3176e6;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  margin: 0;
  border: none;
}

.product_container span.price {
  color: #333;
  font-size: 20px;
  line-height: 18px;
  font-weight: 400;
}
.product_container span.compare_at_price {
  color: #8A8A8A;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-decoration-line: line-through;
}

.product_content div > span {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.product_content .sale_price,
.product-final-price {
  color: #dadada;
  margin-right: 5px;
}

.product-final-price {
  margin-right: 6px;
}

.product_content .sale_price.discount {
  color: #000;
}

.product_content .sale_price_before {
  color: #666;
  font-weight: 300;
  text-decoration: line-through;
}

.product-discount-price,
.product-discount-price span {
  letter-spacing: 1px;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  text-transform: uppercase;
}

.product-discount-price {
  border-radius: 12px;
  background: #dadada;
  padding: 3px 11px 0;
}

.content-discount {
  display: flex;
}

.free__flag {
  text-transform: uppercase;
  width: fit-content;
  height: fit-content;
  padding: 3px 4px 2px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  border-radius: 0 3px 3px 0;
  background: #a64f3c;
}
/* product-form.css */
.product_buttons {
  display: flex;
  gap: 14px;
}

.product_buttons__submit {
  display: flex;
  flex: 1;
  max-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
  background: #a64f3c;
  border: 0px;
  border-radius: 5px;
  min-height: 49px;
}

.product_buttons__submit > span {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

[data-button-submit].disabled {
  background: #afafaf;
  color: #fff;
  font-weight: 500;
}

.product_buttons__submit:disabled {
  background: #afafaf !important;
  pointer-events: none;
  opacity: 0.7;
}

.product_buttons__submit:not([disabled]) {
  cursor: pointer;
}

/* Product Kit Description */
.product_kit_description ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  column-gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product_kit_description h3 {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}

.product_kit_description li {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.product_kit_description span.free_flag {
  text-transform: uppercase;
  width: fit-content;
  height: fit-content;
  padding: 3px 4px 2px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  border-radius: 0 3px 3px 0;
  background: #d35896;
}

.product_kit_description__free_flag {
  text-transform: uppercase;
  width: fit-content !important;
  height: fit-content !important;
  padding: 3px 4px 2px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  border-radius: 0px 3px 3px 0px !important;
  background: #d35896 !important;
}

/* nudget discount */
.nudget_discount_container {
  display: flex;
  flex-direction: row;

  text-decoration: unset;

  max-width: 489px;
  min-height: 60px;
  margin-bottom: 10px;
}
.nudget_discount {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;

  box-sizing: border-box;
  border-radius: 5px 0px 0px 5px;
  background: #f9f820;
  padding: 0px 10px;
  width: 50%;
}
.nudget_discount p:first-child {
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.nudget_discount p:last-child {
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
.nudget_discount_code {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;

  box-sizing: border-box;
  padding: 0px 10px;
  border-radius: 0px 5px 5px 0px;
  background: #ededed;

  width: 60%;
}
.nudget-discount-code p:first-child {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.nudget-discount-code p:first-child b {
  font-weight: 900;
}
.nudget-discount-code p:last-child {
  color: #000;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-decoration: underline;
}

.message_delivery {
  margin-bottom: 25px;
}
.message_delivery p.message {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.message_delivery p.delivery {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.message_delivery a {
  color: #3176e6;
  font-size: 14px;
  font-weight: 400;
  text-decoration: unset;
}

/* Swatch Size */

.swatch_size__title {
  margin: 13px 0 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.swatch_size__title span:first-child {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.swatch_size__title_guide {
  color: #3176e6;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.swatch_size__options {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
  gap: 10px;
}

/* Swatch */
.swatch_top .size-guide {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.swatch_title_kits b {
  display: none;
}

.swatch_title {
  color: #292929;
  font-size: 16px;
  font-weight: 400;
}

.swatch_title b {
  text-transform: uppercase;
}

.swatch_top {
  margin: 0 0 1rem;
  display: flex;
  justify-content: space-between;
}

.size-text {
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.size-text b {
  color: #000;
  text-transform: capitalize;
}

.size-text b:last-of-type::before {
  content: "|";
  font-weight: 400;
  margin-right: 5px;
}

.size-content {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

img.unavailabe {
  cursor: auto;
  position: absolute;
  width: 100%;
  opacity: 10%;
  height: 100%;
  user-select: none;
  pointer-events: none;
}

.variant_name {
  font-size: 16px;
  font-weight: 400;
}

label.swatch_element.unavailable {
  cursor: not-allowed !important;
  position: relative;
  pointer-events: none !important;
}

.unavailable .variant_name {
  color: #e2e2e2 !important;
}

#product-options {
  margin-bottom: 25px;
}

.swatch_kit__options {
  display: flex;
  flex-direction: row;
  align-items: end;
  width: fit-content;
  /* overflow: hidden; */
  padding-bottom: 24px;
}

/* Swatch Kit Label */
.swatch_kit__options_label {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #fff;
  height: auto;
  margin-right: 8px;
  border: 0px;
  overflow: hidden;
  cursor: pointer;
}

.message_unselect {
  color: #ce5174;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;

  width: 100%;

  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background: #ce517433;
}

/* Swatch Kit Options Bundle */
.swatch_kit__options_bundle {
  margin: 0;
  height: 100%;
  min-height: 30px;
  max-height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #a64f3c;
}

.swatch_kit__options_bundle div {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  align-self: center;

  width: 100%;
  margin: auto;
}

.swatch_kit__options_bundle p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 10px;
  font-weight: 700;
}

.swatch_kit__options_bundle p:last-child {
  color: #fff;
  text-align: center;
  font-size: 8px;
  font-weight: 400;
}

/* Swatch Kit Options Images */
.swatch_kit__options_image {
  box-sizing: border-box;
  border-right: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;

  display: flex;
}

.swatch_kit__options_image img {
  background-color: #f2f2f2;
  position: static;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.swatch_kit__options_input:checked
  + .swatch_kit__options_label
  .swatch_kit__options_image {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

#swatch_kit_input_1:checked
  + .swatch_kit__options_label
  .swatch_kit__options_image {
  border-top: 1px solid #000;
}

.swatch_kit__options_input:checked
  + .swatch_kit__options_label
  .swatch_kit__options_bundle {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.swatch_kit__options_input:not(:checked)
  + .swatch_kit__options_label
  .swatch_kit__options_image {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

/* Swatch Kit Prices */
.swatch_kit__options_prices {
  border: 1px solid #f3f3f3;
  border-top: none;
  text-transform: uppercase;
  font-size: 12px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 3px;
  padding: 10px 0 10px;
  justify-content: center;
  align-items: center;
}

.swatch_kit__options_prices p {
  justify-self: center;
  align-self: center;
}

.swatch_kit__options_prices p:nth-child(1) {
  color: #333;
  font-weight: 600;
}

.swatch_kit__options_prices p:nth-child(2) {
  font-weight: 400;
  text-decoration: line-through;
  text-transform: uppercase;
  color: #b0b0b0;
}
.swatch_kit__options_prices p:nth-child(3) {
  grid-column: 1 / 3;
  place-self: center;
  color: #000;
  font-size: 8px;
  font-weight: 400;
}

.swatch_kit__options_input:checked
  + .swatch_kit__options_label
  .swatch_kit__options_prices {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.swatch_kit__options_input:not(:checked)
  + .swatch_kit__options_label
  .swatch_kit__options_prices {
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

/* swatch sizes */
.swatch_size__error {
  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 6px;
  border-radius: 5px;
  background: rgba(206, 81, 116, 0.2);
}

.swatch_size__error span {
  color: var(--Magenta, var(--magenta));
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.swatch_size__options_label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  box-shadow: 0 0 0 1px #dadada;
  cursor: pointer;
  max-width: 53px;
  height: 31px;
}

.swatch_size__options_input:checked + .swatch_size__options_label {
  box-shadow: 0 0 0 1px #dadada;
  background-color: #dadada;
}

/* Product Quantity */
.quantity-selector-element {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #afafaf;
  border-radius: 3px;
  padding: 15px;
  max-height: 50px;
  max-width: 120px;
  width: 100%;
}

.quantity-selector-element span {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding-top: 3px;
}

.quantity-selector-element > div {
  align-items: center;
  justify-content: center;
  display: flex;
  width: auto;
}

.quantity-selector-element .value-number {
  width: 34px;
  border-right: 1px solid #afafaf;
  border-left: 1px solid #afafaf;
}

.quantity-more {
  padding-top: 3px;
}

.quantity-sub {
  color: #afafaf;
}

.quantity-more {
  color: #333;
}

.quantity-sub,
.quantity-more {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
}

.ingredient_product {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: var(--Light-Gray, #f4f4f4);
  max-height: 20px;
  display: inline-block;
  width: auto !important;
}

/* Product Details */
.product_details_section {
  cursor: pointer;
  padding: 15px 0rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.product_details_section h3 {
  align-self: center;
  color: #000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_details_text ul {
  margin: 0rem;
}

.product_details_text li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}

.product_details_text svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-bottom: 10px;
}

.product_detail_svg.open {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5V19' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.product_detail_svg.closed {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.product_details_text p {
  text-align: left;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

/* Delivery Information Details - Countries */
.product_details__shipping {
  margin-bottom: 0;
  padding: 0;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-left: 1px solid #d35896;
}

.product_details__shipping li {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product_details__shipping h3 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.product_details__shipping p {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

/* Float */
.float_btn_container {
  background: #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #dadada;
  left: 0;
  z-index: 11;
}

.product-section {
  position: relative;
  background-color: #fff;
}

.float_btn_container .actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.float_btn_container .action {
  display: flex;
  gap: 5px;
  align-items: center;
}

.float_btn_container .action .circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000;
}

.float_btn_container .action h3,
.float_btn_container .action h4 {
  color: #292929;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  top: 1px;
}

.float_btn_container .action h4 {
  color: #000;
  font-weight: 700;
}

.float_btn_container .action.size h4 {
  text-transform: uppercase;
}

.float_btn_container .prices {
  display: flex;
  align-items: center;
  gap: 5px;
}

.float_btn_container .prices h3 {
  color: #ce5174;
  font-size: 16px;
  font-weight: 700;
}

.float_btn_container .prices h3.compare {
  text-decoration: line-through;
  font-size: 14px;
  color: #666;
  font-weight: 300;
}

.float_btn_container .btn {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #a64f3c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border: none;
  min-height: 40px;
}

/* subscription */
.subscription_section {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 15px;
  margin-bottom: 15px;
  gap: 20px;
}
.subscription_section input {
  display: none;
}
.subscription_section__content {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  /* gap: 15px; */
  padding: 15px 15px;
  border-radius: 3px 0px 3px 3px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.subscription_section__percentage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 22px;
  margin-left: 4px;
  border-radius: 50px;
  background-color: #a64f3c;
}

.subscription_section__percentage b {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  top: 0;
}
.subscription_intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
[for="subMode"] .subscription_intro {
  padding-bottom: 3px;
}
[for="subMode"] > p {
  color: #6b6b6b;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 12px;
}
.subscription_intro__top {
  display: flex;
  align-items: center;
  gap: 5px;
}
.subscription_intro__top_title {
  display: flex;
  flex-direction: column;
}
.subscription_intro__top_title p {
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 400;
  text-wrap-mode: nowrap;
}
.subscription_intro__top__text {
  display: flex;
  flex-direction: row;
}
.checkMode {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  aspect-ratio: 1 / 1;
  margin-right: 5px;
  border: 1px solid #000;
  border-radius: 50%;
}
.subscription_intro h3 {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;

  display: flex;
  align-items: center;
}
.subscription_intro__price {
  color: #333;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  height: 16px;
}
.subscription__product {
  color: #333;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding-top: 12px;
  border-top: 1px solid #e8e8e8;
}
.subscription_intro__top_right {
  display: flex;
  justify-content: flex-start;
}
.subscription_intro__top_right span {
  color: #6b6b6b;
  text-align: right;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.3px;
  text-decoration-line: underline;
  margin-top: 4px;
  width: 100%;
}
.subscription_intro__benefits {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 12px;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #e8e8e8;
}
.subscription_intro__benefits li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.subscription_intro__benefits li p {
  color: #767678;
  font-size: 12px;
  font-weight: 400;
  margin-top: auto;
  line-height: 12px;
}
.product-sub__mode__info {
  color: #333;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.popup_subs__btn {
  margin: 0 !important;
  padding-top: 16px !important;
  text-align: center !important;
}

.subscription_section
  input#subMode[type="radio"]:not(:checked)
  + .subscription_section__content
  .popup_subs__btn {
  pointer-events: none;
}

.subscription_section
  input#subMode[type="radio"]:checked
  + .subscription_section__content
  .checkMode::before,
.subscription_section
  input#oneMode[type="radio"]:checked
  + .subscription_section__content
  .checkMode::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
}

.subscription_section
  input[type="radio"]:checked
  + .subscription_section__content {
  border: 1px solid #333;
}
.subscription_section
  input[type="radio"]:checked
  + .subscription_section__content
  .subscription_section__percentage {
}
.subscription_section
  input[type="radio"]:checked
  + .subscription_section__content
  .subscription_intro__price {
  font-weight: 600;
}
.subscription_section
  input[type="radio"]:not(:checked)
  + .subscription_section__content {
  background: #fafafa;
}
.subscription_section
  input[type="radio"]:not(:checked)
  + .subscription_section__content
  .checkMode {
  border-color: #dadada;
}

.subscription_section
  input[type="radio"]:checked
  + .subscription_section__content
  h3 {
  font-weight: 600;
}

.subscription_section:has(input#oneMode[type="radio"]:checked)
  .subscription_section__content
  .subscription__section_pay {
  display: block;
}

.subscription__section_pay p {
  list-style: none;
  margin: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid #e6e6e6;
}
.subscription__section_pay span {
  color: #545454;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}

.swatch-subscription--select {
  display: block;

  border: 1px solid #e5e5eb;
  padding: 0 15px;
  min-height: 40px;
  appearance: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.swatch-subscription--select-container {
  width: 100%;
  position: relative;
}
.swatch-subscription--select-container svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.subscription_intro .currency-iso-code {
  color: #828282;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-left: 4px;
  height: 16px;
}

main {
  position: relative;
}
.container_popup_returns {
  position: relative;
}
.popup_returns {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.popup_overlay_returns {
  display: none;
}

.popup_returns {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: -238px;
  top: 22px;
  width: 300px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px #0003;
  border-radius: 8px;
  z-index: 4;
  gap: 3px;
}
.popup_returns .popup_returns__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
}
.popup_returns .popup_returns__title h3 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.popup_returns p * {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.popup_how_returns p {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  height: 0px;
}
#toggle_popup_how_returns:checked ~ .popup_how_returns p {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.popup_returns button {
  background: none;
  border: none;
  cursor: pointer;
}
.popup_returns[data-focused] {
  opacity: 1;
  visibility: visible;
}
.popup_returns:not([data-focused]) {
  opacity: 0;
  visibility: hidden;
}
.container_popup_returns {
  cursor: pointer;
}

.sticker {
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 4;
  max-width: 100px !important;
  background: unset !important;
}
.product_media__slider {
  position: relative;
}

.product_trustpilot {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  gap: 12px;
}
.product_trustpilot_stars {
  display: flex;
  flex-direction: row;
  gap: 2px;
}
.product_trustpilot span {
  font-size: 12px;
  font-weight: 400;
}
.product_trustpilot__text {
  display: flex;
  flex-direction: row;
  gap: 4px;
}

.swatch_size__options_label.soldout::before {
  content: "";
  height: 1px;
  width: 63px;
  position: absolute;
  transform: rotate(327deg) translateY(-1.5px) translateX(1px);
  border-radius: 100px;
  background: currentColor;
  background-color: #e2e2e2;
}
.swatch_size__options_label.soldout .variant_name {
  color: #e2e2e2;
}
.swatch_size__options_label.soldout {
  cursor: not-allowed;
}
.swatch_size__options_input:checked
  + .swatch_size__options_label.soldout::before {
  background-color: #e2e2e2;
}
.swatch_size__options_input:checked + .swatch_size__options_label.soldout {
  background-color: #fff;
}
.swatch_size__options_input:checked
  + .swatch_size__options_label.soldout
  .variant_name {
  color: #e2e2e2;
}

.swatch_special_title p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.product_description {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}

.product-gallery__navigation {
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 31px;
  width: 100%;
}
.product-gallery__navigation .swiper-button-prev::after,
.product-gallery__navigation .swiper-button-next::after {
  content: "";
}
.product-gallery__navigation .swiper-button-prev {
  left: 9px;
}
.product-gallery__navigation .swiper-button-next {
  right: 9px;
}
.product_container .oke-w-breakdownModule-distribution-label::before{
  max-width: 100%;
}

@media screen and (max-width: 720px) {
  #chat-button {
    bottom: 110px !important;
  }

  .product_container {
    padding: 10px 10px 0;
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
}

@media screen and (min-width: 721px) and (max-width: 1023px) {
  .product_container {
    display: flex;
    flex-direction: column;
    margin: 2rem 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .nudget_discount_container {
    max-width: 100%;
  }
  .swatch_kit__options_label {
    width: 100%;
    max-width: 29.999vw;
  }
  .product_media .product_media__object {
    margin-bottom: 10px;
  }
  .product_media .product_media__slider_thumbs {
    width: 100%;
    max-width: 71.79vw;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
  }
}

@media screen and (min-width: 1024px) {
  .swatch_kit__options_label {
    width: 100%;
    max-width: 118px;
  }
  .product_section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1279px;
    display: flex;
    flex-direction: row;
    width: fit-content;
  }

  .product_container {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-top: 12px;
    width: 100%;
    max-width: 370px;
    min-width: 370px;
  }

  /* Product Media */
  .product_media {
    max-width: 622px;
    width: 100%;
    position: sticky;
    z-index: 3;
    left: 0;
    top: 50px;
    height: 100%;
  }
  .product_media .product_media__slider img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
  .product_media .product_media__slider_thumbs {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .sticker {
    background: unset !important;
  }
  .product_media__slider {
    margin-left: 74px;
    overflow: hidden;
  }
  .product_media .product_media__slider_thumbs .swiper-wrapper {
    display: flex;
    flex-direction: column;
    max-height: 548px;
  }
  .product-gallery__navigation {
    display: none !important;
  }
}
