/* Sidebar */
.product-item-detail-info-section {
}

.product__scu {
  margin-top: 27px;
  padding: 20px;
  background: #fafafa;
  border-radius: 10px;
}

.product-item-detail-info-container-title {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.product-item-detail-pay-block {
  position: relative;
  margin-right: 24px;
  padding-bottom: 24px;
}

.bx-retina .product-item-detail-pay-block {
  border-width: 0.5px;
}

/*Compare*/
.product-item-detail-compare-container {
  position: relative;
  margin: 0 -20px;
  padding: 4px 15px;
  min-height: 30px;
  border-top: 1px solid #e4e4e4;
  background: #f3f3f3;
  box-shadow: inset 0 1px 1px 0 #eee;
  color: #4e4e4e;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
}

.product-item-detail-compare .checkbox {
  margin: 0;
  padding: 0;
}

/* Price */
.product-item-detail-price-current {
  color: var(--color-black);
  white-space: nowrap;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -0.06em;
}

.product-item-detail-price-old {
  color: var(--color-grey-3);
  white-space: nowrap;
  font-size: 21px;
  line-height: 100%;
  padding: 0 2px;
  background-image: url("images/through-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.product__price-ratio {
  color: var(--color-grey-3);
  font-size: 21px;
  line-height: 100%;
}

/* SCU */
.product-item-scu-container {
  margin-top: 12px;
}

.product-item-scu-container-title {
  color: #333;
  font-size: 12px;
}

.product-item-scu-block {
}

.product-item-scu-list {
  margin: 0;
}

.product__scu .product-item-scu-item-list {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-item-scu-item-color-container {
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 3px;
  max-width: 100%;
  vertical-align: middle;
}

.product-item-scu-item-text-container {
  min-width: 48px;
}

.product-item-scu-item-color-container {
  max-width: 38px;
  width: 25%;
}

.product-item-scu-item-color-block {
  position: relative;
  padding-top: 100%;
  cursor: pointer;
  border-radius: 50%;
}

.bx-retina .product-item-scu-item-color-block {
  outline-width: 0.5px;
}

.product-item-scu-item-color-container.selected
  .product-item-scu-item-color-block {
  outline: 2px solid #ad756a;
}

.product-item-scu-item-color {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.product__scu .product-item-scu-item-text-block {
  position: relative;
  border-radius: 6px;
  min-width: 46px;
  height: 46px;
  border: 1px solid var(--color-white);
  background-color: var(--color-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

.product-item-scu-item-text-block:hover {
  border-color: var(--color-orange-10);
  background-color: var(--color-orange-10);
}

.product-item-scu-item-text-block:hover .product-item-scu-item-text {
  color: var(--color-orange);
}

.product-item-scu-item-text-block:hover .product__scu-title,
.needle
  .product-item-scu-item-text-block:hover
  .product__scu-title
  span:last-child {
  color: var(--color-orange);
}

.bx-retina .product-item-scu-item-text-block {
  outline-width: 0.5px;
}

.product__card
  .product-item-scu-item-text-container.selected
  .product-item-scu-item-text-block {
  background-color: var(--color-white);
  color: var(--color-orange);
  border-color: var(--color-orange);
}

.product__card
  .product-item-scu-item-text-container.selected
  .product-item-scu-item-text-block
  .product-item-scu-item-text {
  color: var(--color-orange);
}

.product-item-scu-item-text-container.selected.notallowed
  .product-item-scu-item-text-block {
  background-color: transparent;
  outline: none;
  border-color: var(--color-grey-2);
}

.product-item-scu-item-text-container.selected.notallowed
  .product-item-scu-item-text-block
  .product__scu-title
  span:last-child {
  color: var(--color-grey-1);
}

.product-item-scu-item-text-container.selected.notallowed
  .product-item-scu-item-color {
  filter: none;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
  outline-width: 1px;
}

.product__card .product-item-scu-item-text {
  overflow: hidden;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}

.product__scu
  .product-item-scu-item-color-container.notallowed
  .product-item-scu-item-color-block,
.product__scu
  .product-item-scu-item-text-container.notallowed
  .product-item-scu-item-text-block {
  position: relative;
  overflow: hidden;
  color: var(--color-grey-1);
  background-color: var(--color-white);
  padding: 0 12px;
  border: 1px solid white !important;
}

.product-item-scu-item-color-container.notallowed
  .product-item-scu-item-color-block:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: rgba(255, 255, 255, 0.75)
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=)
    no-repeat center;
  background-size: 80% 80%;
  content: "";
}

.product-item-selected-scu-container {
  word-spacing: 1px;
}

.product-item-selected-scu {
  display: inline-block;
  overflow: hidden;
  padding: 0 5px;
  min-width: 22px;
  height: 22px;
  outline: 1px solid #c0cfda;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 22px;
}

.bx-retina .product-item-selected-scu {
  outline-width: 0.5px;
}

.product-item-selected-scu-color {
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

/*Amount*/
.product__card .product-item-amount {
  text-align: center;
  background-color: var(--color-bg);
  border-radius: 100px;
  padding: 11px 22px;
}

.product__card .product-item-amount-field-container {
  display: flex;
  gap: 33px;
  align-items: center;
  justify-content: space-around;
}

.product__card .product-item-amount-field-btn-plus,
.product__card .product-item-amount-field-btn-minus {
  position: relative;
  display: inline-block;
  min-width: 44px;
  height: 44px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s;
  border-radius: 50%;
}

.product-item-amount-field-btn-plus.product-item-amount-field-btn-disabled {
  opacity: 0.2;
  cursor: default;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
  border-width: 0.5px;
}

@media (hover: hover) {
  .product-item-amount-field-btn-plus:hover,
  .product-item-amount-field-btn-minus:hover {
    background-color: var(--color-light-grey);
  }
}

@media (hover: none) {
  .product-item-amount-field-btn-plus:active,
  .product-item-amount-field-btn-minus:active {
    background-color: var(--color-light-grey);
  }
}

.product__card .product-item-amount-field-btn-plus {
  background: url("images/plus.svg") no-repeat center;
}

.product__card .product-item-amount-field-btn-minus {
  background: url("images/minus.svg") no-repeat center;
}

.product__card .product-item-amount-field {
  display: inline-block;
  padding: 0;
  max-width: 50px;
  width: auto;
  height: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent !important;
  color: #000;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}

.bx-retina .product-item-amount-field {
  border-width: 0.5px;
}

.product__card .product-item-amount-field:disabled {
  -webkit-text-fill-color: #000;
  opacity: 1;
  color: #000;
}

.product-item-amount-field:focus {
  outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.product-item-amount-description-container {
  color: #a5a5a5;
  white-space: nowrap;
  font-size: 12px;
}

.product-item-amount-description-container strong {
  color: #333;
  white-space: nowrap;
}

.product-item-amount-label-container {
  margin: 5px 0;
  color: #a5a5a5;
  font-weight: bold;
  font-size: 12px;
}

/**/
.product-item-quantity {
  color: #333;
  font-weight: normal;
  font-size: 12px;
}

/*Buy button*/
.btn.product-item-detail-buy-button {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
  margin: 0;
}

.btn.product-item-detail-buy-button span {
  display: inline-block;
  min-height: 16px;
  max-width: 100%;
  white-space: normal;
  line-height: 16px;
}

.btn-link.product-item-detail-buy-button {
  max-width: 300px;
  width: 100%;
  background-color: var(--color-black);
  padding: 24px;
  border-radius: 100px;
  color: var(--color-white);
  font-weight: 400;
  text-align: center;
  border: 1px solid var(--color-black);
  transition: all 0.25s;
}

.btn-link.product-item-detail-buy-button:hover,
.btn-link.product-item-detail-buy-button:focus {
  background-color: #363636;
  border-color: #363636;
}

.btn-link.product-item-detail-buy-button:active {
  background-color: var(--color-black);
  color: var(--color-white);
}

/* Slider */
.product-item-detail-slider-container {
  position: relative;
  max-width: 100%;
  background: #fafafa;
  padding-top: 20px;
  padding-bottom: 60px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product-item-detail-buy-button.not-available,
.product-item-detail-buy-button.not-available:hover,
.product-item-detail-buy-button.not-available:focus {
  cursor: default;
  color: var(--color-grey-2);
  background-color: var(--color-white);
  border-color: var(--color-grey-2);
}

.product-item-detail-slider-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 450px;
  max-width: 450px;
  margin: 0 auto;
  height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
  padding-top: 100%;
}

.product-item-detail-slider-images-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}

.product-item-detail-slider-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  mix-blend-mode: multiply;
}

.product-item-detail-slider-image.active {
  z-index: 10;
  opacity: 1;
}

.product-item-detail-slider-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  outline: 1px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  user-select: none;
  -webkit-user-select: none;
}

.product-item-detail-slider-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 180;
  height: 3px;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
  padding: 10px 0;
  text-align: center;
  display: none !important;
}

.product-item-detail-slider-controls-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 65px;
  height: 65px;
  outline: 1px solid #c0cfda;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}

.bx-retina .product-item-detail-slider-controls-image {
  outline-width: 0.5px;
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
  outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
  outline-width: 1px;
}

.product-item-detail-slider-controls-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 65px;
  max-height: 65px;
  width: auto;
  height: auto;
  transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
  position: absolute;
  bottom: -37px;
  z-index: 11;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 300ms ease;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-item-detail-slider-left {
  right: 24px;
}

.product-item-detail-slider-right {
  right: -28px;
}

.product-item-detail-slider-left:hover path,
.product-item-detail-slider-right:hover path {
  fill: var(--color-orange);
}

.product-item-detail-slider-close {
  display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
  position: absolute;
  top: 4px;
  right: 110px;
  bottom: 0;
  z-index: 150;
  display: block;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E")
    no-repeat center;
  opacity: 0.27;
  cursor: pointer;
  transition: all 300ms ease;
}

.product-item-detail-slider-container.popup
  .product-item-detail-slider-close:hover {
  opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
  right: 105px;
}

/*magnified*/
.product-item-detail-slider-container.magnified
  .product-item-detail-slider-image {
  z-index: 100;
}

.product-item-detail-slider-container.magnified
  .product-item-detail-slider-image
  img {
  outline-color: #ddd;
}

.product-item-detail-slider-container.magnified
  .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified
  .product-item-detail-slider-right {
  z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
  opacity: 0;
}

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
  animation-name: imgPopupShow;
  animation-duration: 300ms;
}

.product-item-detail-slider-container.popup
  .product-item-detail-slider-images-container {
  right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
  padding-top: 0;
  height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  width: calc(100% - 150px);
  transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-ms-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.product-item-detail-slider-container.popup
  .product-item-detail-slider-image
  img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  cursor: default;
}

.product-item-detail-slider-container.popup
  .product-item-detail-slider-controls-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 20px;
  border-left: 1px solid #d3d3d3;
  background-color: #fff;
}

.product-item-detail-slider-container.popup
  .product-item-detail-slider-controls-image {
  display: block;
  margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
  .product-item-detail-slider-container.popup
    .product-item-detail-slider-images-container {
    right: 0;
  }

  .product-item-detail-slider-container.popup
    .product-item-detail-slider-block {
    padding-top: 0;
    height: calc(100vh - 111px);
  }

  .product-item-detail-slider-container.popup
    .product-item-detail-slider-image {
    width: 90%;
  }

  .product-item-detail-slider-container.popup
    .product-item-detail-slider-image
    img {
    max-width: 100%;
    max-height: calc(100vh - 115px);
    width: auto;
    cursor: default;
  }

  .product-item-detail-slider-container.popup
    .product-item-detail-slider-controls-block {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: auto;
    max-height: 111px;
    border-top: 1px solid #d3d3d3;
    border-left: none;
    white-space: nowrap;
  }

  .product-item-detail-slider-container.popup
    .product-item-detail-slider-controls-image {
    display: inline-block;
    margin-bottom: 0;
  }

  .product-item-detail-slider-container.popup
    .product-item-detail-slider-close {
    right: 10px;
    z-index: 200;
  }

  .product-item-detail-slider-left,
  .product-item-detail-slider-right {
    max-width: 75px;
  }

  .product-item-detail-slider-container.popup
    .product-item-detail-slider-right {
    right: 0;
  }
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
  opacity: 1;
}

.product__card .product-item__label {
  width: max-content;
  padding: 8px 13px;
  margin-bottom: 0;
  margin-right: 0;
  border-radius: 150px;
}

.product__card .product-item__label::before {
  content: "";
  width: 11px;
  height: 16px;
  bottom: 0;
  right: -5px;
  position: absolute;
}

.product__card .product-item__label.newproduct {
  background-color: #71cf7a;
}

.product__card .product-item__label.newproduct::before {
  background-image: url("images/newproduct-desc.svg");
}

.product__card .product-item__label.saleleader {
  background-color: #856ff7;
}

.product__card .product-item__label.saleleader::before {
  background-image: url("images/saleleader-desc.svg");
}

.product__card .product-item__label.ucenka {
  background-color: #ef5530;
}

.product__card .product-item__label.ucenka::before {
  background-image: url("images/ucenka-desc.svg");
}

.product__card .product-item__label.discount {
  background-color: #ffd23a;
  margin: 0;
}

.product__card .product-item__label.discount::before {
  background-image: url("images/discount-desc.svg");
}

.product__card .product-item__label.barbie {
  padding: 8px 21px 8px 13px;
}

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring {
  display: none;
}

/* TEXT */
.product__card .product-item-label-text span {
  font-size: 20px;
  line-height: 100%;
  color: var(--color-white);
  display: inline-block;
  padding: 0;
  font-weight: 400;
  transition: none;
  vertical-align: unset;
}

.product__card .product-item-label-text.product-item-label-small span {
  margin-bottom: 1px;
  padding: 2px 7px;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 17px;
}

@media (max-width: 767px) {
  .product-item-label-text > div {
    line-height: 0;
  }

  .product-item-label-text.product-item-label-small span,
  .product-item-scalable-card.hover
    .product-item-label-text.product-item-label-small
    span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-size: 10px;
    line-height: 14px;
  }

  .product-item-big-card .product-item-label-text.product-item-label-small span,
  .product-item-label-text.product-item-label-big span,
  .product-item-scalable-card.hover
    .product-item-label-text.product-item-label-big
    span {
    margin-bottom: 1px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 16px;
  }

  .product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 3px 12px;
    font-size: 20px;
    line-height: 25px;
  }
}

/*RING*/
.product-item-label-ring {
  box-sizing: border-box;
  border-radius: 50%;
  font-weight: bold;
}

.product-item-label-ring.product-item-label-small {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}

@media (max-width: 767px) {
  .product-item-label-ring.product-item-label-small,
  .product-item-scalable-card.hover
    .product-item-label-ring.product-item-label-small {
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .product-item-big-card .product-item-label-ring.product-item-label-small,
  .product-item-label-ring.product-item-label-big,
  .product-item-scalable-card.hover
    .product-item-label-ring.product-item-label-big {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }

  .product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 70px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
  }
}

.product-item-label-top {
  top: -5px;
}

.product-item-label-center {
  left: 50%;
  transform: translateX(-50%);
}

.product-item-label-center > div {
  text-align: center;
}

.product-item-label-left {
  left: -5px;
}

.product-item-label-left > div {
  text-align: left;
}

.product-item-label-bottom {
  bottom: -5px;
}

.product-item-label-middle {
  top: 50%;
  transform: translateY(-50%);
}

.product-item-label-right {
  right: -5px;
}

.product-item-label-right > div {
  text-align: right;
}

.product-item-label-center.product-item-label-middle {
  transform: translateY(-50%) translateX(-50%);
}

/* Tabs */
.product-item-detail-tabs-container {
  min-height: 60px;
  border-bottom: 1px solid #ededed;
  background: #fff;
}

.product-item-detail-tabs-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-item-detail-tabs-list:after {
  display: table;
  clear: both;
  content: "";
}

.product-item-detail-tab {
  float: left;
  min-height: 60px;
}

.product-item-detail-tab-link {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 25px;
  height: 60px;
  color: #039be5;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 13px;
  line-height: 45px;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
  color: #000;
}

.product-item-detail-tab-link:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: #1485ce;
  content: "";
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
  height: 3px;
}

.product-item-detail-tab-link:active:after {
  height: 6px;
}

.product-item-detail-tab-content {
  padding: 25px 0;
}

@media (max-width: 991px) {
  .product-item-detail-tabs-container {
    display: none !important;
  }

  .product-item-detail-tab-content {
    display: block !important;
  }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
  position: fixed;
  top: -100px;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
}

.product-item-detail-tabs-container-fixed {
  min-height: 45px;
  background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
  top: 0;
  opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
  margin: 0 auto;
  max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
  min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
  padding: 10px 25px;
  height: 45px;
  line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
  display: none !important;
}

/*Small Card*/
.product-item-detail-short-card-fixed {
  position: fixed;
  top: -85px;
  right: 0;
  left: 0;
  z-index: 1010;
  box-sizing: border-box;
  padding: 7px 0 8px;
  height: 85px;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
}

.product-item-detail-short-card-fixed.active {
  top: 0;
  opacity: 1;
}

.product-item-detail-short-card-fixed.active
  + .product-item-detail-tabs-container-fixed.active {
  top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
  display: none !important;
}

.product-item-detail-short-card-fixed
  .product-item-detail-short-card-content-container {
  margin: 0 auto;
  max-width: 1048px;
}

.product-item-detail-short-card-content-container table {
  min-width: 100%;
  border-collapse: collapse;
}

.product-item-detail-short-card-image {
  padding-right: 15px;
  width: 80px;
  vertical-align: middle;
  text-align: left;
}

.product-item-detail-short-card-image img {
  max-width: none;
  height: 65px;
}

.product-item-detail-short-title-container {
  max-width: 650px;
}

.product-item-detail-short-title-text {
  display: block;
  color: #000;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
}

.product-item-detail-short-card-price {
  padding: 0 10px;
  vertical-align: middle;
  text-align: right;
}

.product-item-detail-short-card-btn {
  padding-left: 10px;
  min-width: 120px;
}

/*Properties */
.product-item-detail-tab-content {
  display: none;
}

.product-item-detail-tab-content.active {
  display: block;
}

.product-item-detail-tab-content h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}

.product-item-detail-properties {
  display: block;
  overflow: hidden;
  margin: 0;
  color: var(--color-black);
  font-size: 14px;
  line-height: 140%;
}

.product-item-detail-properties span {
  display: flex;
}

.product-item-detail-properties dl {
  clear: both;
}

.product-item-detail-properties dt {
  float: left;
  clear: both;
  font-weight: normal;
}

.product-item-detail-properties dd {
  float: right;
  margin-bottom: 15px;
  margin-left: 5px;
  color: var(--color-grey-3);
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.bx-catalog-element {
  max-width: 1212px;
  margin-left: auto;
}

.product__left {
  max-width: 596px;
  width: 100%;
  flex-shrink: 0;
}

.product__right {
  padding: 0 30px 0 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product__card {
  display: flex;
  margin-top: 40px;
  height: 100%;
  min-height: 791px;
  position: relative;
}

#element .product__card {
  margin: 0;
  height: 100vh;
  min-height: unset;
}

.product__left-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product__card .product__options,
.product__card .product-item-label-text {
  display: flex;
  gap: 12px;
  align-items: center;
  position: static;
  max-width: unset;
}

.product__right-top {
  font-size: 14px;
  color: var(--color-dark-grey);
  display: flex;
  margin-right: 24px;
}

.product__right-top > div:first-child,
.product__right-top > div + span {
  display: none;
}

.product__card .bx-title {
  font-size: 28px;
  font-weight: 500;
  margin: 12px 0 0 0;
  line-height: 120%;
  margin-right: 24px;
}

.accordeon {
  margin-top: 4px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fafafa;
}

.accordeon__title {
  font-size: 21px;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.accordeon__toggler {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}

.accordeon__toggler:hover {
}

.accordeon__toggler::before,
.accordeon__toggler::after {
  content: "";
  width: 25px;
  height: 3px;
  background-color: var(--color-orange);
  position: absolute;
  transition: all 0.3s;
  border-radius: 165px;
}

.accordeon__toggler::after {
  transform: rotate(90deg);
}

.accordeon__toggler.opened::after {
  transform: none;
}

.accordeon__content {
  padding-top: 16px;
  display: none;
}

.product__detail-half {
  padding: 60px 0 0 0;
  overflow-y: auto;
  margin: 0 0 20px 0;
}

#element .product__detail-half {
  height: calc(100vh - 140px);
}

.product__detail-half::-webkit-scrollbar {
  width: 6px;
}

.product__detail-half::-webkit-scrollbar-button {
  display: none;
}

.product__detail-half::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 50px;
}

.desc__text {
  font-size: 16px;
  line-height: 140%;
}

.ingridients__text {
  color: var(--color-dark-grey);
}

.product__price-container {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.product__found-cheaper-button.button {
  margin-left: auto;
  padding: 0 3px 4px 3px;
  font-size: 16px;
  line-height: 110%;
  color: var(--color-grey-3);
  background-image: url("images/through.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.product__buy-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  gap: 12px;
}

.main-button-container {
  width: 100%;
}

.product__scu .sku-line-block:not(:last-child) {
  margin-bottom: 32px;
}

.product__price-total {
  display: none !important;
}

.needle .product-item-scu-item-color {
  position: static;
  width: 7px;
  height: 28px;
  border-radius: 0;
  display: flex;
  align-items: flex-end;
}

.needle.forma .product-item-scu-item-color {
  width: 40px;
  height: 39px;
}

.needle .product-item-scu-item-text-block {
  height: auto;
  padding: 7px 20px 7px 10px;
  justify-content: space-between;
}

.needle.forma .product-item-scu-item-text-block {
  padding: 7px 10px;
}

.needle .product__scu-title {
  font-size: 12px;
  line-height: 140%;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}

.needle .product__scu-title span:last-child {
  color: var(--color-grey-1);
}

.needle.product-item-scu-item-text-container {
  max-width: 222px;
  width: 100%;
}

.needle.product-item-scu-item-text-container.selected
  .product__scu-title
  span:last-child {
  color: var(--color-orange);
}

.needle.product-item-scu-item-text-container.selected
  .product-item-scu-item-color
  svg
  path {
  fill: var(--color-orange);
}

#catalog-product {
  padding: 0;
  max-width: 1212px;
  width: 100%;
  height: 100vh;
  border-radius: 0;
}

.catalog-product-wrapper {
  padding: 0;
  text-align: right;
}

.product__mobile-close {
  display: none;
}

#catalog-product.modal a.close-modal {
  top: 20px;
  right: 45px;
  width: 32px;
  height: 32px;
  background-color: var(--color-light-grey);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  transition: all 0.25s;
}

#catalog-product.modal a.close-modal::before,
#catalog-product.modal a.close-modal::after {
  width: 17px;
  height: 2px;
  background-color: var(--color-grey-2);
  content: "";
  transform: rotate(45deg);
  border-radius: 90px;
  position: absolute;
  transition: all 0.25s;
}

#catalog-product.modal a.close-modal:hover {
  background-color: var(--color-grey-2);
}

#catalog-product.modal a.close-modal:active {
  background-color: var(--color-grey-1);
}

#catalog-product.modal a.close-modal:hover::before,
#catalog-product.modal a.close-modal:hover::after {
  background-color: var(--color-grey-1);
}

#catalog-product.modal a.close-modal:active::before,
#catalog-product.modal a.close-modal:active::after {
  background-color: var(--color-dark-grey);
}

#catalog-product.modal a.close-modal::after {
  transform: rotate(-45deg);
}

.no-photo__caption {
  margin-top: 40px;
  font-size: 21px;
  line-height: 140%;
  color: var(--color-grey-2);
  display: none;
}

.no-photo .no-photo__caption {
  display: block;
}

.catalog-basket-popup {
  background: #f9f9f9 !important;
  box-shadow: 0px 14.4108px 42.6986px rgba(146, 146, 146, 0.3) !important;
  border-radius: 20px !important;
  position: fixed !important;
  right: 60px !important;
  bottom: 40px !important;
  top: auto !important;
  left: auto !important;
  padding: 16px 19px !important;
  font-family: "Vela Sans" !important;
}

.catalog-popup__inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

.catalog-popup__inner img {
  mix-blend-mode: multiply;
}

.catalog-basket-popup .popup-window-content {
  background-color: transparent !important;
}

.catalog-popup-text p:first-child {
  color: var(--color-dark-grey);
  font-size: 14px;
  line-height: 140%;
  margin: 0;
}

.catalog-popup-text p:last-child {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  margin: 4px 0 0 0;
}

@media (max-width: 1200px) {
  .catalog-basket-popup.element {
    right: 32px !important;
  }
  .product__detail-half {
    padding-top: 113px;
  }

  #catalog-product.modal a.close-modal {
    display: none;
  }

  #element .product__mobile-close {
    display: block;
    position: absolute;
    z-index: 99;
    background: var(--color-white);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 113px;
    left: 32px;
    transition: all 0.25s;
  }

  #element .product__mobile-close.shadow {
    box-shadow: 0px 4px 35px rgba(122, 130, 146, 0.2);
  }

  .product__left {
    width: 50%;
    max-width: unset;
  }

  .product__right {
    width: 50%;
    padding: 0 9px 0 32px;
  }

  #element .product-item-detail-pay-block {
    position: fixed;
    bottom: 0;
    left: 0;
    background: var(--color-white);
    width: 100%;
    min-height: 140px;
    padding: 16px 32px 24px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
  }

  .product-item-detail-slider-block {
    padding-top: 342px;
    max-width: 322px;
  }

  .product__price-total {
    display: inline-block !important;
  }

  .product__card .bx-title,
  .product__right-top,
  .product-item-detail-info-section {
    margin-right: 9px;
  }

  .product__left-top {
    padding: 113px 30px 0 30px;
    justify-content: flex-end;
  }

  .product__card .product__options {
    gap: 8px;
  }

  .product__card .product__options img {
    width: 16px;
    height: 16px;
  }

  .product__card .bx-title {
    font-size: 18px;
  }

  .product-item-detail-info-container-title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
  }

  .product-item-detail-slider-left,
  .product-item-detail-slider-right {
    width: 33px;
    height: 33px;
    bottom: -50px;
  }

  .product-item-detail-slider-left svg,
  .product-item-detail-slider-right svg {
    width: 18px;
    height: 18px;
  }

  .product-item-detail-slider-right {
    right: 10px;
  }

  .product-item-detail-slider-left {
    right: 50px;
  }

  .product__card .product-item-label-text span {
    font-size: 12px;
    line-height: 12px;
  }

  .product__card .product-item__label {
    padding: 3px 6px 5px 6px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .product__card .product-item-label-text {
    gap: 8px;
    width: auto;
    margin-right: auto;
  }

  .product__price-container {
    flex-wrap: wrap;
    max-width: 280px;
    gap: 8px;
  }

  .product__price-ratio {
    font-size: 18px;
  }

  .btn-link.product-item-detail-buy-button {
    min-width: 266px;
    padding: 21px;
  }

  .product__card .product-item-amount {
    width: 158px;
    padding: 8px 9px;
  }

  .product-item-detail-price-current {
    font-size: 28px;
  }

  .product-item-detail-price-old {
    font-size: 18px;
  }

  .product__buy-bottom {
    margin-top: 0;
  }

  .product__found-cheaper-button.button {
    margin-left: 0;
    background-image: none;
    font-size: 12px;
    padding: 0;
    width: 100%;
  }

  .product__card .product-item-amount-field {
    font-size: 16px;
    font-weight: 400;
  }

  .product__card .product-item-amount-field-container {
    gap: 0;
  }
}

@media (max-width: 767px) {
  #element .product-item-detail-pay-block {
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 0;
    padding-top: 12px;
    margin: 0;
    gap: 16px;
    position: static;
  }

  #element .product-item-detail-pay-block.fixed {
    position: fixed;
    padding-right: 20px;
    padding-left: 20px;
    transition: all 0.25s;
    transform: translateY(100%);
    /* animation: fromBottom 0.25s; */
  }

  #element .product-item-detail-pay-block.fixed.show {
    transform: none;
  }

  #element .product-item-detail-pay-block.down {
    animation: toBottom 0.25s;
  }

  @keyframes fromBottom {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0);
    }
  }

  @keyframes toBottom {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(100%);
    }
  }

  .product__card {
    flex-direction: column;
  }

  .product__left {
    padding-top: 77px;
  }

  .product__left,
  .product__right {
    width: 100%;
  }

  .product__right {
    padding: 20px 20px 0 20px;
  }

  .product__card {
    min-height: unset;
    height: auto;
  }

  #element {
    height: 100vh;
    overflow: auto;
  }

  .product__card .product__options img {
    width: 32px;
    height: 32px;
  }

  #element .product__detail-half {
    height: auto;
    padding-top: 0;
    overflow: initial;
  }

  .product__left-top {
    padding: 20px;
  }

  #element .product__mobile-close {
    top: 97px;
    left: 20px;
    width: 32px;
    height: 32px;
  }

  #element .product__mobile-close svg {
    width: 20px;
    height: 20px;
  }

  .product-item-detail-slider-container {
    margin-top: 0;
    padding: 0 20px 32px 20px;
  }

  .product-item-detail-slider-left,
  .product-item-detail-slider-right {
    width: 40px;
    height: 40px;
    bottom: -24px;
  }

  .product-item-detail-slider-right {
    right: 0;
  }

  .product-item-detail-slider-left {
    left: auto;
    right: 48px;
  }

  .product-item-detail-slider-block {
    max-width: 100%;
  }

  .product__buy-bottom {
    justify-content: space-between;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 155px;
    max-width: 400px;
  }

  .product__price-total {
    display: none !important;
  }

  .btn-link.product-item-detail-buy-button {
    min-width: 155px;
  }

  .product__card .bx-title,
  .product__right-top,
  .product-item-detail-info-section {
    margin-right: 0;
  }

  .accordeon__title {
    font-size: 16px;
  }

  .accordeon__toggler {
    width: 32px;
    height: 32px;
  }

  .catalog-basket-popup.element {
    right: 20px !important;
  }

  .desc__text {
    font-size: 14px;
  }
}

.element-page .product__card {
  margin-top: 16px;
  min-height: unset;
  align-items: flex-start;
}

.element-page .bx-catalog-element {
  max-width: unset;
}

.element-page .btn-link.product-item-detail-buy-button {
  max-width: unset;
}

.element-page .product__right {
  margin: 0 0 0 40px;
  padding: 0;
  max-width: 620px;
}

.element-page .product__left {
  max-width: 652px;
  flex-shrink: 1;
}

.element-page .product__left-top {
  padding: 24px 24px 0 24px;
  background: #fafafa;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.element-page .product__detail-half {
  padding: 0;
}

.element-page .product-item-detail-pay-block {
  margin-right: 0;
  padding-bottom: 20px;
  position: sticky;
  bottom: 0;
  background: var(--color-white);
  padding-top: 20px;
}

@media (max-width: 1200px) {
  .element-page .product-item-detail-pay-block {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }
}

@media (max-width: 1000px) {
  .element-page .btn-link.product-item-detail-buy-button {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .element-page .product__left {
    max-width: unset;
  }

  .element-page .product__left {
    padding-top: 0;
  }

  .element-page .product__right {
    margin: 24px 0 0 0;
  }

  .element-page .product__card {
    margin-top: 32px;
  }
}

.product__go-to {
  display: none;
}

#element .product__go-to {
  display: inline-block;
  margin-top: 27px;
  font-size: 16px;
  line-height: 100%;
  color: var(--color-dark-grey);
}

.product__favorite,
.product__share {
  cursor: pointer;
  display: flex;
}

.product__favorite.active svg path {
  fill: #bdbdbd;
}

.product__card .product__options .product__share img {
  width: 32px;
  height: 32px;
}

@media (min-width: 768px) and (max-width: 1440px) and (max-height: 650px) {
  #element .product-item-detail-slider-block {
    padding-top: 250px;
  }
}

.product-item-scu-item-text-container.selected.notallowed
  .product-item-scu-item-color {
  filter: none;
}

.files__text a:not(:last-child) {
  margin-bottom: 12px;
}

.files__text a {
  display: block;
  width: max-content;
  max-width: 100%;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-dark-grey);
  transition: all 0.25s;
}

.files__text a:hover {
  color: var(--color-orange);
}

.card__support {
  position: fixed;
  bottom: 20px;
  padding: 12px;
  background-color: var(--color-orange);
  border-radius: 32px;
  box-shadow: 0px 5.09091px 20px rgba(0, 0, 0, 0.12);
  transition: all 0.25s;
  display: flex;
  z-index: 12;
}

.card__support.mob {
  display: none;
}

.card__support div {
  display: inline-flex;
}

.card__support .support__text {
  max-width: 127px;
  color: var(--color-white);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  height: 32px;
  transition: all 0.25s;
  width: 0;
  padding-left: 0;
  opacity: 0;
}

.card__support:hover .support__text {
  width: 127px;
  opacity: 1;
  padding-left: 12px;
}

.support__text span {
  white-space: nowrap;
}

.how-to-buy__img {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-grey-2);
  border-radius: 50%;
  transition: all 0.25s;
}

.how-to-buy__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--color-black);
  transition: all 0.25s;
  min-width: 89px;
}

.how-to-buy__link svg path {
  transition: all 0.25s;
}

.how-to-buy__link {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 12px;
  margin-right: 12px;
}

.how-to-buy__link:hover .how-to-buy__text {
  color: var(--color-orange);
}

.how-to-buy__link:hover svg path {
  fill: var(--color-orange);
}
.how-to-buy__link:hover .how-to-buy__img {
  border-color: var(--color-orange);
}

.product__how-to-buy {
  margin-top: 16px;
}

.product__how-to-buy.mob {
  display: none;
}

.how-to-buy__wrapper {
  padding: 0;
  text-align: right;
}

#prod-how-to-buy.modal a.close-modal {
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background-color: white;
  background-image: url("/local/templates/blushstore/img/close-32×32.svg");
}

#prod-how-to-buy.modal {
  padding: 60px;
  border-radius: 0;
  max-width: 720px;
  width: 100%;
}

.how-to-buy__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  margin: 0;
}

.how-to-buy__subtitle {
  margin: 32px 0 0 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}

.how-to-buy__info {
  font-size: 16px;
  line-height: 150%;
  color: var(--color-dark-grey);
  margin: 16px 0 0 0;
}

.masters__slider img {
  border-radius: 10px;
  margin: 0 8px;
}

.product__dops {
  position: relative;
  margin-top: 76px;
}

.product__dops::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: var(--color-bg);
  margin-left: 50%;
  transform: translateX(-50%);
}

.masters__link {
  font-size: 36px;
  line-height: 120%;
  margin: 0;
}

.masters__left {
  max-width: 315px;
  width: 100%;
  flex-shrink: 0;
}

.masters__link a {
  color: var(--color-orange);
}

.masters {
  display: flex;
  gap: 20px;
  padding-top: 96px;
}

body {
  overflow-x: hidden;
}

.masters__right {
  max-width: calc(100% - 335px);
  margin: 0 -8px;
}

.masters__slider-buttons {
  margin-top: 32px;
  display: flex;
  gap: 8px;
}

.button.masters__slider-prev,
.button.masters__slider-next {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-black);
  border-radius: 50%;
  transition: all 0.25s;
}

.masters__slider-prev:hover,
.masters__slider-next:hover {
  background-color: var(--color-orange);
}

.no-slider .masters__slider-buttons {
  display: none;
}

.no-slider .masters__slider {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 16px;
}

.no-slider .masters__slider img {
  margin: 0;
}

.no-slider .masters__right {
  margin: 0;
}

.one.no-slider .masters__slider {
  display: flex;
  max-height: 485px;
}

.one.no-slider .masters__right {
  width: 100%;
}

.one.no-slider .masters__slider img {
  width: 100%;
  max-width: unset;
  object-fit: cover;
}

.video__wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 10px;
  margin-top: 32px;
}

.video__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.product__video {
  margin-top: 96px;
}

.video__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: end;
}

.video__title {
  font-size: 36px;
  line-height: 100%;
  margin: 0;
}

.video__text {
  font-size: 14px;
  line-height: 140%;
  color: var(--color-dark-grey);
  margin: 0;
}

.vertical .video__wrap {
  max-width: 293px;
  padding-top: 519px;
  margin: 0;
}

.vertical .video__left {
  display: block;
}

.vertical .video__title {
  max-width: 484px;
}

.vertical .video__text {
  max-width: 484px;
  margin-top: 20px;
}

.product__video.vertical {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
}

.product__articles {
  margin-top: 96px;
  padding-bottom: 96px;
}

.articles__left {
  max-width: 390px;
  flex-shrink: 0;
}

.articles__block-title {
  font-size: 36px;
  line-height: 120%;
  margin: 0;
}

.articles__more {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  display: inline-block;
  color: var(--color-orange);
  margin-top: 16px;
}

.product__articles {
  display: flex;
  gap: 20px;
}

.articles__right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.article {
  border-radius: 12px;
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: var(--color-white);
  min-height: 366px;
}

.article img {
  align-self: center;
  margin-bottom: auto;
}

.article__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
}

.article__text {
  font-size: 12px;
  line-height: 120%;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article__bottom {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.article__section {
  font-size: 10px;
  line-height: 120%;
  color: var(--color-orange);
}

.article__date {
  font-size: 10px;
  line-height: 120%;
  color: var(--color-grey-1);
}

.fon .product-item-detail-slider-block {
  max-width: 100%;
  padding-top: 89%;
}

.fon .product-item-detail-slider-container {
  padding: 0;
  margin-top: -60px;
  border-radius: 16px;
  overflow: hidden;
}

.fon .product__left-top {
  position: relative;
  z-index: 11;
  background: transparent;
}

.fon .product-item-detail-slider-image img {
  max-width: unset;
  max-height: unset;
  width: 100%;
}

#prod-how-to-buy.modal a.close-modal {
  position: fixed;
}

@media (max-width: 767px) {
  .product__mobile-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100px;
    z-index: 1;
  }

  .product__how-to-buy.desc {
    display: none;
  }

  .product__how-to-buy.mob {
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
  }

  .product-page .main-header__inner-wrap {
    background-color: var(--color-white);
  }

  .element-page .product__left-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .element-page .product__card {
    margin-top: -57px;
  }

  .element-page .product__left {
    padding-top: 73px;
    background: #fafafa;
    width: calc(100% + 40px);
    margin-left: -20px;
    position: relative;
  }

  .product__card .product-item__label::before {
    right: -4px;
    width: 9px;
    height: 13px;
  }

  .product__card .product-item__label.discount::before {
    background-image: url("images/discount-mob.svg");
  }

  .product__card .product-item__label.saleleader::before {
    background-image: url("images/saleleader-mob.svg");
  }

  .product__card .product-item__label.newproduct::before {
    background-image: url("images/newproduct-mob.svg");
  }

  .product__card .product-item__label.ucenka::before {
    background-image: url("images/ucenka-mob.svg");
  }

  .product__card .product-item__label.discount {
    padding: 4px 6px;
    margin-bottom: 0;
  }

  .product__card .product-item__label.barbie {
    padding: 8px 15px;
  }

  .product__card .product-item-label-text {
    position: absolute;
    bottom: 12px;
    top: auto;
    left: 20px;
  }

  .product__scu {
    background-color: var(--color-bg);
  }

  .card__support.desc {
    display: none;
  }

  .card__support.mob {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 96px;
  }

  .product__dops {
    margin-top: 40px;
  }

  .accordeon {
    margin-top: 8px;
    background-color: var(--color-bg);
  }

  .how-to-buy__link {
    margin: 0;
    gap: 10px;
  }

  .how-to-buy__text {
    width: auto;
    font-size: 12px;
  }

  .how-to-buy__text br {
    display: none;
  }

  .how-to-buy__img {
    width: 44px;
    height: 44px;
  }

  .how-to-buy__img svg {
    width: 18px;
    height: 18px;
  }

  .element-page .btn-link.product-item-detail-buy-button {
    max-width: 155px;
    min-width: unset;
  }

  .product-item-amount-field-container {
    justify-content: space-between;
  }

  .product__card .product-item-amount {
    width: auto;
  }

  .product__found-cheaper-button.button {
    order: 1;
  }

  .product__price-ratio {
    order: 4;
  }

  .product-item-detail-price-old {
    order: 3;
  }

  .product-item-detail-price-current {
    order: 2;
  }

  .masters__slider-buttons {
    display: none;
  }

  .masters {
    padding-top: 56px;
    display: block;
  }

  .masters__link {
    font-size: 28px;
  }

  .masters__right {
    max-width: unset;
    margin: 32px 0 0 0;
  }

  .masters__slider img {
    margin: 0;
    max-width: 250px;
  }

  .masters__slider {
    display: flex;
    gap: 12px;
    overflow: auto;
    width: calc(100% + 20px);
  }

  .product__video {
    margin-top: 56px;
  }

  .video__left,
  .product__video.vertical {
    display: block;
  }

  .video__title {
    font-size: 28px;
  }

  .video__text {
    margin-top: 16px;
  }

  .vertical .video__wrap {
    margin: 32px auto 0 auto;
  }

  .product__articles {
    margin-top: 56px;
    padding-bottom: 56px;
    display: block;
  }

  .articles__block-title {
    font-size: 28px;
  }

  .articles__right {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 23px;
  }

  .product__random .catalog-section {
    margin-top: 56px;
  }

  .product__card.fon .product__options {
    position: relative;
    z-index: 11;
  }

  .fon .product__left-top {
    position: static;
  }

  .fon .product-item-detail-slider-image img {
    max-width: unset;
    object-fit: cover;
    height: 100%;
  }

  .fon .product-item-detail-slider-block {
    max-width: 100%;
    padding-top: 117%;
  }

  .fon .product-item-detail-slider-container {
    margin-top: -129px;
    border-radius: 0;
  }

  .fon .product__mobile-close {
    z-index: 11;
    backdrop-filter: blur(1px);
    border-radius: 50%;
  }

  .fon .product__mobile-close svg path {
    stroke: var(--color-bg);
  }

  .support__text {
    display: none !important;
  }

  #prod-how-to-buy.modal {
    padding: 50px 20px 32px 20px;
  }
}

.product-page .catalog-section--index .slick-track {
  padding-bottom: 120px;
}

.product-page .main-footer {
  margin-top: 0;
}

.product-page
  .product-item-scu-item-text-container.notallowed
  .product-item-scu-item-text-block {
  border: none;
}

.product__card
  .product-item-scu-item-list
  .product-item-scu-item-text-container.notallowed
  .product-item-scu-item-text-block
  .product-item-scu-item-text {
  color: var(--color-grey-1);
}

.product__to-brend {
  font-size: 14px;
  line-height: 120%;
  color: var(--color-dark-grey);
  transition: all 0.25s;
}

.product-page .bx-breadcrumb-item--last {
  display: none;
}

.similar__top {
  display: flex;
  padding: 8px 8px 8px 12px;
  gap: 8px;
  background-color: white;
  border-radius: 10px;
  max-width: 285px;
  align-items: center;
  cursor: pointer;
}

.similar__top path,
.similar__top svg {
  transition: all 0.25s;
}

.similar__top:hover path {
  stroke: var(--color-orange);
}

.similar__color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.similar__title {
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.similar__list {
  padding: 0 3px 8px 12px;
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  max-height: 168px;
  overflow-y: scroll;
}

.similar__list-wrap {
  margin: 4px 0 0 0;
  padding: 8px 8px 0 0;
  border-radius: 10px;
  background-color: white;
  max-width: 285px;
  position: absolute;
  width: 100%;
  z-index: 2;
  display: none;
}

.similar__list a {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.similar__list a:hover {
  color: var(--color-orange);
}

.similar__list .active a {
  font-weight: 700;
}

.product-item-scu-container.similar {
  position: relative;
}

.similar__list::-webkit-scrollbar {
  width: 3px;
}
.similar__list::-webkit-scrollbar-button {
  display: none;
}

.similar__list::-webkit-scrollbar-thumb {
  background-color: var(--color-orange);
  border-radius: 50px;
}

.similar__top.open svg {
  transform: rotate(180deg);
}

.similar__list-title {
  display: none;
}

.similar__list .active a svg {
  display: none !important;
}

@media (max-width: 500px) {
  .similar__top,
  .similar__list-wrap {
    max-width: unset;
    width: 100%;
  }

  .similar__list {
    padding: 0 3px 0 0;
    gap: 0;
    max-height: 245px;
  }

  .similar__list-title {
    display: block;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
  }

  .similar__list-wrap {
    display: block;
    border-radius: 20px 20px 0px 0px;
    margin: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 30px 20px;
    z-index: 101;
    transition: all 0.25s;
    transform: translateY(100%);
  }

  .similar__list-wrap.open {
    transform: translateY(0);
  }

  .similar__overlay {
    opacity: 0.6;
    background: #000;
    position: fixed;
    top: 0;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
  }

  .similar__list a {
    padding: 13.5px 0;
    gap: 12px;
  }
  .similar__list li {
    border-bottom: 1px solid rgb(242 242 242 / 60%);
  }

  .similar__list .active a {
    color: var(--color-orange);
  }

  .similar__list .active a svg {
    margin-left: auto;
  }

  .similar__list .active a svg {
    display: block !important;
  }
}
