.product__main{
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
h1{
  display: none;
}
.product__images{
  flex: 0 0 580px;
  width: 580px;
  position: relative;
}
.product__info{
  flex: 1;
}
.product .position-sticky,
.product__images .swiper{
  position: sticky;
  top: 130px;
}
.product-info__delivery .position-sticky {
  padding: 30px 20px;
  background-color: #F7F7F7;
}
.product-info__delivery .position-sticky p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 10px;
}
.product-info__delivery .position-sticky a {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 15px 0;
  border-bottom: 1.5px solid #D7D7D7;
  border-top: 1.5px solid #D7D7D7;
  color: #1C1C1C;
  text-decoration: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='17' viewBox='0 0 9 17' fill='none'><path d='M2 2L7 8.5L2 15' stroke='%23D7D7D7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-position: right center;
  background-repeat: no-repeat;
}
.product__images .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 38px;
  left: 20px;
  width: auto;
}
.product__size {
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  line-height: 39.15px;
  text-align: center;
  color: #fff;
  background-color: #BAA0D8;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  min-width: 110px;
  padding: 0 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 294px;
}
.product__popular b{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.product__popular span{
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.product__popular{
  background-color: var(--primery-background-third);
  padding: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(/upload/icon/product/bell.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  margin-bottom: 16px;
}
.product__info .in-cart{
  width: 100%;
  max-width: 100%;
}
.buy-1-click{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-align: center;
  margin-top: 8px;
}
.product__images .swiper .swiper-wrapper .swiper-slide img{
  display: block;
}
.product__stickers {
  border-bottom: 1px solid var(--separator-second-color);
  padding-bottom: 8px;
}
.product__stickers ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.product__stickers ul li.eac{
  padding-left: 26px;
}
.product__stickers ul li{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
}

.product__name{
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
}
.product__rating {
  background-color: #E4F5F1;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  padding: 6px 12px;
  width: max-content;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
}
.product__count-reviews {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
}
.product__info__header{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 60px;
}
.product__info__header .column-right {
  flex: 0 0 78px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: flex-end;
}
.product__info__header .column-left{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.upsell-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 60px 0;
}

.upsell-items__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  cursor: pointer;
}
.upsell-items__item span:first-child{
  border-radius: 100%;
  width: 70px;
  height: 70px;
  background-color: #7A6E96;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upsell-items__item .upsell-items__icon.has-image svg{
  display: none;
}

.product-info {
  display: flex;
  gap: 50px;
}
.product-info__desc {
  flex: 1;
}
.product-info__desc p {
  font-size: 14px;
}
.product-info__delivery {
  flex: 0 0 262px;
}
.product__price{
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  text-transform: lowercase;
}
.product__price .old{
  text-decoration-line: line-through;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--grey-color);
}
.product__price .new{
  color: var(--secondary-color);
}
.attr-current{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.attr-current span{
  margin-left: 8px;
  color: var(--grey-color);
}
.product__upsurge-list,
.product__upsurge-list,
.product__color-list{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.product .checkbox-text{
  padding: 8px 0;
  width: 44px;
  text-align: center;
}

.product__save{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.product__wishlist{
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.product__wishlist.active path{
  fill: var(--button-color-hover);
}

.product__description .need-help{
  flex: 0 0 428px;
}
.product__description .accordion{
  flex: 1;
}
.product__description{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
}
.need-help__title{
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 32px;
}
.need-help__tel{
  background-image: url(/upload/icon/product/tel.svg);
  background-repeat: no-repeat;
  background-position: left center;
  font-family: var(--font-second);
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  padding-left: 32px;
  display: block;
  color: var(--text-color);
  text-decoration: none;
  transition: color .2s linear;
  margin-bottom: 16px;
}
.need-help__tel:hover{
  color: var(--text-color-hover);
}
.need-help > span{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
  color: var(--grey-color);
  display: block;
}
.need-help__code{
  font-family: var(--font-second);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--grey-color);
  margin-bottom: 32px;
}
.need-help__code b{
  color: var(--text-color);
}
.need-help .btn{
  width: 100%;
  max-width: 100%;
  background-color: var(--primery-background-second);
  font-family: var(--font-second);
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
  text-decoration: none;
  color: var(--text-color);
  transition: opacity .2s linear;
}
.need-help .btn:hover{
  opacity: .6;
}

.product__images .swiper .swiper-wrapper .swiper-slide .video-slide{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 68px;
  height: 68px;
  background-image: url(/upload/icon/icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  pointer-events: none;
  z-index: 2;
}


.accordion__item__content table {
  width: 100%;
}
.accordion__item__content table tr td {
  padding: 4px;
}

.accordion__item__content table tr td, .accordion__item__content table {
  border: 1px solid var(--separator-second-color);
}

.accordion__item__content table tr td {
  padding: 4px;
  border-top: 0;
  border-left: 0;
}

.accordion__item__content table tr:last-child td {
  border-bottom: 0;
}

.accordion__item__content table tr td:last-child {
  border-right: 0;
}
.product-actions {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 -3px 4px 0 #0000000D;
  padding: 16px 16px 22px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-actions__counter input {
  flex: 1;
  width: 100%;
  height: 44px;
  text-align: center;
  background-color: transparent;
  border: none;
}
.product-actions__counter {
  flex: 0 0 105px;
  display: flex;
  background-color: #F7F7F7;
}
.product-actions__counter button {
  background-color: transparent;
  border: none;
  padding: 0 10px;
}
.product-actions__in-cart > button {
  height: 44px;
  width: 100%;
  display: flex;
  align-items: center;
  border: none;
  background-color: #BAA0D8;
  color: #fff;
  padding: 0 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  justify-content: center;
}
.product-actions__price {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  flex: 0 0 81px;
}
.product-actions__in-cart {
  flex: 1;
}
.product-actions__wishlist {
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
  height: 44px;
}
.upsell-product-list {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1003;
  width: 600px;
  padding: 30px 16px;
  transform: translate(100%, 0);
  transition: all .2s linear;
}
.upsell-product-list .circle-cards-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5px;
  height: 100%;
  padding-bottom: 50px;
}
.upsell-product-list__heading {
  margin-bottom: 42px;
}
.upsell-product-list .circle-cards-list .product-card {
  flex: 0 0 calc(33.333% - 5px);
}
.circle-cards-list{
  overflow: auto;
}
.upsell-product-list__name {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #999999;
}
.upsell-product-list__close {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.upsell-product-list__name {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #999999;
}
.heading-title{
  display: none !important;
}
.product-actions__in-cart {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-actions .link-to-cart-btn {
  flex: 1;
  justify-content: center;
  height: 44px;
  width: 100%;
  align-items: center;
  border: none;
  background-color: #BAA0D8;
  color: #fff;
  padding: 0 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
@media (max-width: 1150px) {
  .product__info {
    flex: 0 0 280px;
  }
  .product__name {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 820px) {
  .breadcrumbs{
    display: none;
  }
  .upsell-product-list{
    transform: translate(0, 100%);
    height: 70vh;
    width: 100%;
    top: auto;
  }
  .product__images{
    flex: 0 0 100%;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
  }
  .product__images video{
    width: 100%;
  }
  .product__images .swiper{
    min-width: 0;
  }
  .product__images .swiper .swiper-wrapper .swiper-slide video{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: transparent;
  }
  .product__images .swiper .swiper-wrapper .swiper-slide img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
    line-height: 40px;
    text-align: center;
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
  }
  .product__images .swiper .swiper-wrapper .swiper-slide {
    padding-bottom: 134%;
    overflow: hidden;
    height: auto;
    background-color: var(--primery-background-forth);
  }
  .product__description .need-help,
  .product__info {
    flex: 0 0 100%;
  }
  .product__stickers ul{
    justify-content: center;
  }
  .upsell-items{
    margin: 20px 0 40px;
  }
  .product__info__header{
    margin-bottom: 20px;
  }
  .product-info{
    gap: 20px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .product-info__delivery {
    flex: 0 0 auto;
  }
}
@media (max-width: 650px) {
  header.header,
  .product-card__label{
    display: none !important;
  }
  .heading-title {
    display: flex !important;
    position: absolute;
    z-index: 9;
    top: 60px;
  }
  .upsell-items__item span:first-child{
    width: 55px;
    height: 55px;
  }
  .upsell-items__item span:first-child svg {
    width: 27.5px;
  }
  .upsell-items{
    justify-content: space-between;
    gap: 0;
  }
  .upsell-items__item {
    gap: 10px;
    font-size: 10px;
  }
  .product__name {
    font-size: 17px;
    line-height: 20px;
    margin: 0;
  }
  .product-info__desc p{
    margin: 0;
  }
  .product-info__delivery .position-sticky p{
    font-size: 14px;
    line-height: 14px;
  }
  .product-info__delivery .position-sticky{
    padding: 20px;
    margin-bottom: 20px;
  }
  .bottom-nav,
  .buy-1-click,
  .product__info .in-cart{
    display: none !important;
  }
  .heading-title .link-back {
    display: flex !important;
  }
}
@media (max-width: 600px) {
  .product__main{
    gap: 16px;
  }
  .product__stickers ul{
    gap: 8px 13px;
  }

  .product__price{
    font-size: 16px;
    line-height: 16px;
  }
  .attr-current{
    margin-bottom: 8px;
  }
  .checkbox-color__color{
    width: 40px;
    flex: 0 0 40px;
    height: 40px;
  }
  .product .checkbox-text{
    padding: 7px 0;
  }
  .accordion__item__title{
    padding: 12px 0;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 821px) {
  .product-actions{display: none}
  .upsell-product-list__name{
    font-size: 16px;
  }
}