.product-content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 8rem;
  padding: 8rem;
  align-items: start;
  background-color: var(--color-bg-muted);
  width: calc(100% - 1.2rem);
  margin: 0 auto;
  border-radius: 2.4rem;
}
.product-content .product__galleries {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 1.2rem;
  position: sticky;
  top: 10rem;
}
.product-content .product__gallery {
  width: 100%;
  aspect-ratio: 1/1;
  display: grid;
  overflow: hidden;
  border-radius: 1.8rem;
}
.product-content .product__gallery.product__gallery-thumbs {
  width: 7.2rem;
}

.product-content .swiper-product-gallery {
  width: 100%;
}
.product-content .swiper-product-gallery .swiper-wrapper {
}
.product-content .swiper-product-gallery .swiper-slide {
}
.product-content .swiper-product-gallery .product__media-wrap {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.product-content .swiper-product-gallery .product__media {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  object-position: center;
}

.product-content .swiper-product-gallery-thumbs {
  width: 100%;
}
.product-content .swiper-product-gallery-thumbs .swiper-wrapper {
  height: auto;
}
.product-content .swiper-product-gallery-thumbs .swiper-slide {
  width: 100%;
  overflow: hidden;
  border-radius: 1.8rem;
  cursor: pointer;
}
.product-content .swiper-product-gallery-thumbs .swiper-slide:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.2rem solid var(--color-accent);
  content: '';
  z-index: 10;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}
.product-content
  .swiper-product-gallery-thumbs
  .swiper-slide.swiper-slide-thumb-active:after {
  opacity: 1;
}
.product-content .swiper-product-gallery-thumbs .product__media-wrap {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 1.8rem;
}
.product-content .swiper-product-gallery-thumbs .product__media {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.product-content
  .swiper-product-gallery-thumbs
  .swiper-slide.swiper-slide-thumb-active
  .product__media {
  filter: brightness(70%);
}

.product-content .product__details {
  width: 100%;
}

.product-content .breadcrumbs {
  margin-bottom: 1.2rem;
}

.product-content .product__heading {
  display: block;
}

.product-content .product__title {
  font-size: 3.6rem;
  font-weight: 200;
  line-height: 1.2;
  display: inline-flex;
}

.product-content .product-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.4rem;
  margin-top: 0.8rem;
}
.product-content .product-badge {
  border-radius: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 0.1rem solid rgba(0, 0, 0, 0.12);
  color: var(--color-text-muted);
  padding: 0.4rem 1.2rem 0.5rem;
  line-height: 1.2;
  font-size: 1.4rem;
}
.product-content .product-badge.limited-offer-badge {
  /* font-size: 1.4rem; */
  /* background-color: rgba(66, 49, 45, 0.8); */
  /* -webkit-backdrop-filter: blur(0.6rem); */
  /* backdrop-filter: blur(0.6rem); */
}
.product-content .product-badge.sale-badge {
  background-color: var(--color-accent);
  color: var(--color-text-on-accent);
  border: 0.1rem solid var(--color-accent);
}

.product-content .product__excerpt {
  display: block;
  margin-top: 1.2rem;
  opacity: 0.7;
  line-height: 1.3;
}

.product-content .product__purchase-block {
  display: flex;
  flex-direction: column;
  margin-top: 3.6rem;
  align-items: flex-start;
}
.product-content .product__purchase-block.product__purchase-block--bottom {
  margin-top: 6rem;
}

.product-content .product-purchase {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  gap: 0.2rem;
  min-width: 24rem;
}
.product-content .product-purchase .purchase-options {
  display: grid;
}
.product-content .product-purchase .purchase-option {
}
.product-content .product-purchase .purchase-option .option-dropdown {
  position: relative;
  width: 100%;
}
.product-content
  .product-purchase
  .purchase-option
  .option-dropdown
  .option-select {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.product-content
  .product-purchase
  .purchase-option
  .option-dropdown
  .option-dropdown__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width: 100%;
  cursor: pointer;
  border-radius: 1.2rem;
  height: 4.4rem;
  padding: 0 2.4rem;
  background-color: var(--color-bg);
}
.product-content
  .product-purchase
  .purchase-option
  .option-dropdown
  .option-dropdown__toggle
  .option-dropdown__toggle-label {
  font-size: 1.6rem;
  font-weight: 200;
  padding-bottom: 0.1rem;
}
.product-content
  .product-purchase
  .purchase-option
  .option-dropdown
  .option-dropdown__toggle
  .option-dropdown__toggle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: var(--color-bg-muted); */
  border-radius: 20rem;
  width: 2.8rem;
  height: 2.8rem;
  transform: rotate(90deg);
  transition: 0.3s;
}
.product-content
  .product-purchase
  .purchase-option
  .option-dropdown.is-open
  .option-dropdown__toggle
  .option-dropdown__toggle-icon {
  transform: rotate(-90deg);
}
.product-content
  .product-purchase
  .purchase-option
  .option-dropdown
  .option-dropdown__toggle
  .option-dropdown__toggle-icon
  .icon {
  display: block;
  width: 60%;
  max-height: 100%;
  fill: none;
  stroke: var(--color-text);
}
.product-content
  .product-purchase
  .purchase-option
  .option-dropdown
  .option-dropdown__list {
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 0;
  width: 100%;
  z-index: 50;
  background-color: var(--color-bg);
  border-radius: 1.2rem;
  padding: 0.6rem 2.4rem;
}
.product-content
  .product-purchase
  .purchase-option
  .option-dropdown
  .option-dropdown__list
  .option-dropdown__item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem 0;
  font-size: 1.4rem;
  font-weight: 200;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.product-content
  .product-purchase
  .purchase-option
  .option-dropdown
  .option-dropdown__list
  .option-dropdown__item:first-child {
  border-top: none;
}
.product-content
  .product-purchase
  .purchase-option
  .option-dropdown
  .option-dropdown__list
  .option-dropdown__item.is-active {
  color: var(--color-accent);
}

.product-content .product-purchase .purchase-controls {
  width: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
  background-color: var(--color-bg);
  height: 6rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
.product-content .product-purchase .purchase-controls .controls-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-bg);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.product-content
  .product-purchase
  .purchase-controls.is-loading
  .controls-loader {
  opacity: 0.8;
}
.product-content .product-purchase .purchase-controls .controls-loader .icon {
  width: 2.4rem;
  height: 2.4rem;
  fill: var(--color-text);
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.product-content .product-purchase .purchase-controls .controls-list {
  width: 100%;
  display: grid;
}
.product-content .product-purchase .purchase-controls .control {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 2.4rem;
  padding: 0 2.4rem;
  justify-content: space-between;
  width: 100%;
}
/* .product-content .product-purchase .purchase-controls .control.control--add-to-cart {

} */
.product-content
  .product-purchase
  .purchase-controls
  .control.control--added-to-cart {
  padding: 0 0.6rem 0 2.4rem;
}
/* .product-content .product-purchase .purchase-controls .control.control--out-of-stock {

} */
.product-content .product-purchase .purchase-controls .control .control__price {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
  flex-shrink: 0;
}
.product-content
  .product-purchase
  .purchase-controls
  .control
  .control__price
  .amount {
  display: block;
  font-size: 2.4rem;
  font-weight: 200;
}
.product-content
  .product-purchase
  .purchase-controls
  .control
  .control__price
  del {
  order: 20;
  display: block;
}
.product-content
  .product-purchase
  .purchase-controls
  .control
  .control__price
  ins {
  order: 10;
  display: block;
}
.product-content
  .product-purchase
  .purchase-controls
  .control
  .control__price
  del
  .amount {
  opacity: 0.6;
  text-decoration: line-through;
  font-size: 1.8rem;
}

.product-content
  .product-purchase
  .purchase-controls
  .control
  .control__content {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1.2rem;
}
.product-content
  .product-purchase
  .purchase-controls
  .control
  .control__content
  .control__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.product-content
  .product-purchase
  .purchase-controls
  .control
  .control__content
  .control__icon
  .icon {
  fill: var(--color-accent);
  width: 2.8rem;
  height: 2.8rem;
}
.product-content
  .product-purchase
  .purchase-controls
  .control
  .control__content
  .control__text {
  display: block;
}
.product-content
  .product-purchase
  .purchase-controls
  .control
  .control__content
  .control__label {
  display: block;
  font-size: 1.6rem;
  opacity: 0.6;
  font-weight: 200;
}
.product-content .product-purchase .purchase-controls .control .quantity {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  background-color: var(--color-bg-muted);
  height: 4.8rem;
  overflow: hidden;
  border-radius: 20rem;
  padding: 0 0.6rem;
}
.product-content
  .product-purchase
  .purchase-controls
  .control
  .quantity
  .quantity__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 3.6rem;
  height: 3.6rem;
  background-color: var(--color-bg);
  border-radius: 20rem;
}
.product-content
  .product-purchase
  .purchase-controls
  .control
  .quantity
  .quantity__button
  .icon {
  width: 1.6rem;
  height: 1.6rem;
  stroke: var(--color-text);
  fill: none;
}
.product-content
  .product-purchase
  .purchase-controls
  .control
  .quantity
  .quantity__count {
  display: block;
  text-align: center;
  width: 4rem;
  font-size: 1.8rem;
}

/*  */

.product-content .product__cart .variations_form {
}
.product-content .product__cart .variations_form > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2.4rem;
}
.product-content .product__cart .variations_form .variations {
  width: 100%;
}
.product-content .product__cart .variations_form .variations tbody {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 2.4rem;
}
.product-content .product__cart .variations_form .variations tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-content .product__cart .variations_form .variations th {
  font-size: 2rem;
  font-weight: 200;
}
.product-content
  .product__cart
  .variations_form
  .variations
  .woo-variation-items-wrapper {
  margin-top: 1.2rem;
  display: block;
  width: 100%;
}

.product-content
  .product__cart
  .variations_form
  .variations
  .woo-variation-items-wrapper
  .reset_variations {
  display: none !important;
}

.product-content
  .product__cart
  .variations_form
  .variations
  .woo-variation-items-wrapper
  .variable-items-wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  gap: 0.2rem;
}
.product-content
  .product__cart
  .variations_form
  .variations
  .woo-variation-items-wrapper
  .variable-item {
  display: flex;
  overflow: hidden;
  border-radius: 20rem;
  height: 3.6rem;
  padding: 0 2.4rem;
  background-color: #fff;
  transition: 0.3s;
  font-weight: 200;
  cursor: pointer;
}
.product-content
  .product__cart
  .variations_form
  .variations
  .woo-variation-items-wrapper
  .variable-item.selected {
  background-color: #c89e9f;
  color: #fff;
}
.product-content
  .product__cart
  .variations_form
  .variations
  .woo-variation-items-wrapper
  .variable-item-contents {
  width: 100%;
  align-self: stretch;
  display: flex;
}
.product-content
  .product__cart
  .variations_form
  .variations
  .woo-variation-items-wrapper
  .variable-item-span {
  display: flex;
  width: 100%;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 200;
}

.product-content .product__cart .single_variation_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2rem;
  width: auto;
  align-self: flex-start;
}

.product-content .product__cart .single_variation {
  flex-shrink: 0;
}
.product-content
  .product__cart
  .single_variation
  .woocommerce-variation-description {
  font-weight: 200;
  line-height: 1.3;
}

.product-content .product__cart .single_variation .woocommerce-variation-price {
}
.product-content
  .product__cart
  .single_variation
  .woocommerce-variation-price
  .price {
  margin-top: 0;
}
.product-content
  .product__cart
  .single_variation
  .woocommerce-variation-price
  .price
  .amount {
  font-size: 1.8rem;
  font-weight: 400;
  /* color: #fff; */
}
.product-content
  .product__cart
  .single_variation
  .woocommerce-variation-price
  .price
  .amount
  bdi {
}

.product-content
  .product__cart
  .single_variation
  .woocommerce-variation-availability {
}

.product-content .product__cart .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.product-content .product__cart .woocommerce-variation-add-to-cart:before {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -1.5rem;
  height: 3rem;
  width: 0.4rem;
  left: -0.2rem;
  background-color: #fff;
  opacity: 0.3;
}
.product-content .product__cart .quantity {
  display: none !important;
}
.product-content .product__cart .single_add_to_cart_button {
  font-size: 1.8rem;
  gap: 2rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  z-index: 10;
  height: 6rem;
  border-radius: 20rem;
  font-weight: 200;
  transition: 0.3s;
  flex-shrink: 0;
  padding: 0 3.6rem 0.2rem 3.6rem;
  background-color: var(--color-accent);
  color: var(--color-text-on-accent);
}
.product-content .product__cart .single_add_to_cart_button:hover {
  opacity: 0.7;
}
/* .product-content .product__cart .single_add_to_cart_button:before {
  content: '';
  width: 1.6rem;
  background-image: url('./../../../../media/img/common/icons/shopping-bag-light.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 3rem;
  margin-top: 0.2rem;
  display: block;
} */
.product-content .product__cart .single_add_to_cart_button.disabled {
  color: rgba(255, 255, 255, 0.3);
}
.product-content
  .product__cart
  .single_add_to_cart_button.wc-variation-selection-needed {
}
.product-content .product__cart .added_to_cart {
  display: none !important;
}
.product-content .product__cart .xoo-cp-added,
.product-content .product__cart .xoo-cp-adding {
  display: none !important;
}

/*  */

.product-content .product__attributes {
  margin-top: 6rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.product-content .product__attribute {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  flex-direction: row;
  font-weight: 200;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  margin-top: 1.4rem;
  padding-top: 1.4rem;
}
.product-content .product__attribute:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.product-content .product__attribute .product__attribute-label {
  line-height: 1.3;
}
.product-content .product__attribute .product__attribute-value {
  line-height: 1.3;
}
.product-content .product__attribute .product__attribute-value .attribute-link {
  text-decoration: underline;
  line-height: 1.3;
}

/*  */

.product-content .product__taste-chars {
  margin-top: 6rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2.4rem;
}
.product-content .product__taste-chars .taste-chars__title {
  font-size: 2.4rem;
  display: block;
}
.product-content .product__taste-chars .taste-chars__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.2rem;
}
.product-content .product__taste-chars .taste-char {
  display: flex;
  align-items: center;
}
.product-content .product__taste-chars .taste-char .taste-char__label {
  display: block;
  width: 10rem;
  padding-bottom: 0.2rem;
}
.product-content .product__taste-chars .taste-char .taste-char__dots {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background-color: var(--color-bg);
  padding: 0.6rem;
  border-radius: 20rem;
}
.product-content .product__taste-chars .taste-char .taste-char__dot {
  display: flex;
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
  border: 0.2rem solid var(--color-accent);
  border-radius: 50%;
}
.product-content .product__taste-chars .taste-char .taste-char__dot.is-active {
  background-color: var(--color-accent);
}

/*  */

.product-content .product__description {
  margin-top: 6rem;
  padding-top: 6rem;
  border-top: 0.2rem solid rgba(0, 0, 0, 0.12);
}

/*  */

.section-products {
  margin-top: 10rem;
}

/*  */

@media (width <= 768px) {
  .product-content {
    grid-template-columns: 1fr;
    gap: 4.8rem;
    padding: 0;
    align-items: stretch;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
  }
  .product-content .product__galleries {
    position: relative;
    top: 0;
    flex-direction: column;
  }
  .product-content .product__gallery {
    border-radius: 0;
    aspect-ratio: unset;
  }
  .product-content .product__gallery.product__gallery-thumbs {
    width: 100%;
  }

  .product-content .swiper-product-gallery {
    padding: 0 0.6rem;
  }
  .product-content .swiper-product-gallery .product__media {
    object-fit: contain;
  }

  .product-content .swiper-product-gallery-thumbs {
    width: 100%;
    padding: 0 0.6rem;
  }
  .product-content .swiper-product-gallery-thumbs .swiper-wrapper {
    justify-content: center;
  }
  .product-content .swiper-product-gallery-thumbs .swiper-slide {
    width: 6rem;
    border-radius: 1.2rem;
  }
  .product-content .swiper-product-gallery-thumbs .product__media-wrap {
    border-radius: 1.2rem;
  }
  .product-content .swiper-product-gallery-thumbs .product__media {
    object-fit: contain;
  }

  .product-content .product__details {
    padding: 0 2.8rem;
  }

  .product-content .product__title {
    font-size: 2.8rem;
  }

  .product-content .product-purchase {
    width: 100%;
  }
  .product-content
    .product-purchase
    .purchase-option
    .option-dropdown
    .option-dropdown__toggle {
    background-color: var(--color-bg-muted);
  }
  .product-content .product-purchase .purchase-controls {
    background-color: var(--color-bg-muted);
  }
  .product-content .product-purchase .purchase-controls .controls-loader {
    background-color: var(--color-bg-muted);
  }
  .product-content
    .product-purchase
    .purchase-controls
    .control
    .control__price
    .amount {
    font-size: 2rem;
  }
  .product-content
    .product-purchase
    .purchase-controls
    .control
    .control__price
    del
    .amount {
    font-size: 1.6rem;
  }

  .product-content .product-purchase .purchase-controls .control .quantity {
    background-color: var(--color-bg);
  }
  .product-content
    .product-purchase
    .purchase-controls
    .control
    .quantity
    .quantity__button {
    background-color: var(--color-bg-muted);
  }

  /*  */

  .product-content .product__attribute .product__attribute-label {
    font-size: 1.6rem;
  }
  .product-content .product__attribute .product__attribute-value {
    font-size: 1.6rem;
  }
  .product-content
    .product__attribute
    .product__attribute-value
    .attribute-link {
    text-decoration: underline;
    line-height: 1.3;
  }

  /*  */

  .section-products {
    margin-top: 8rem;
  }
}
