

/* Start:/local/components/tempus/catalog.element/templates/.default-redesign/style.css?178513423250977*/
.product-page__video-slide {
  cursor: pointer;
  display: none;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-in;
  position: relative;
  background: transparent;
}



.video-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: none;
  aspect-ratio: 9/16;
}

.product-page .product-page__slider .swiper-slide {
  margin-right: 10px;
}

.video-thumbnail.loaded::before {
  display: none;
}

.video-preview {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

.video-loading {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.video-loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #dede2b;
  animation: spin 1s ease-in-out infinite;
}

.video-loading-text {
  color: #fff;
  font-size: 14px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.video-source {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  z-index: 3;
  pointer-events: none;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  opacity: 0.8;
  display: none;
}

.video-play-button::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 16px;
  border: 15px solid transparent;
  border-left: 25px solid #fff;
}

.video-thumbnail:hover .video-play-button {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.8);
}

.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.video-play-icon::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 16px;
  border: 15px solid transparent;
  border-left: 25px solid #fff;
}

.video-thumbnail:hover .video-play-icon {
  opacity: 1 !important;
}

.video-source:not([poster])+.video-play-icon {
  opacity: 0.8;
}

.fancybox__content video {
  width: 100%;
  height: 100%;
  max-width: 90vw;
  max-height: 90vh;
}

.fancybox__container .fancybox__content {
  aspect-ratio: unset !important;
  width: auto !important;
  height: auto !important;
  max-width: 90vw !important;
  max-height: 90vh !important;
  padding: 0;
}

.product-page-main .button {
  min-height: 44px;
}

.advantages {
  padding: 20px 0px 30px 0px;
  overflow: hidden;
}

.advantages__item {
  box-sizing: border-box;
}

.advantages__title {
  font-size: 18px;
  font-weight: 500;
  color: #3C3C3C;
  line-height: 1.2;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.advantages__desc {
  font-size: 15px;
  font-weight: 500;
  color: #CBBBA7;
  line-height: 1.3;
}

.advantages__body {
  padding-right: 20px;
}

.subscribe-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 800px;
}

.subscribe-image {
  flex-shrink: 0;
  width: 80px;
}

.subscribe-image img {
  width: 100%;
  height: auto;
  display: block;
}

.subscribe-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-grow: 1;
}

.subscribe-text {
  font-size: 12px;
  line-height: 1.4;
  color: #3C3C3C;
  font-weight: 500;
}

.subscribe-input-group {
  background-color: #F2F0EB;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0;
  border-radius: 4px;
}

.subscribe-field {
  border: none !important;
  background: transparent !important;
  height: 100%;
  flex-grow: 1;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
  outline: none;
  box-shadow: none !important;
  min-width: 0;
}

.subscribe-field::placeholder {
  color: #999;
}

.subscribe-btn-text {
  background: transparent;
  border: none;
  font-weight: 700;
  font-size: 14px;
  color: #3C3C3C;
  padding: 0 20px;
  height: 100%;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
}

.subscribe-btn-text:hover {
  opacity: 0.7;
}

.ins {
  margin: 10px 0;
  margin-top: 20px;
}

.ins a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  position: relative;
  margin-bottom: 8px;
  text-decoration: underline !important;
  text-decoration-skip-ink: auto;
}

.ins a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('/local/images/insr.svg') no-repeat center center;
  background-size: contain;
  margin-right: 5px;
  flex-shrink: 0;
}

.ins a:hover {
  text-decoration: unset !important;
}

.description__section {
  display: none;
}

.block-cart {
  max-width: 58rem;
}

.product-page .h2 {
  font-size: 52px;
}

.page-top {
  margin-bottom: 0 !important;
  margin-top: 8rem;
}

.fl-50 {
  display: flex;
}

.fl-50 .l-div {
  width: 50%;
}

.f-col {
  display: flex;
  flex-direction: column;
}

.f-row {
  display: flex;
  flex-direction: row;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33%;
}

.w-67 {
  width: 67%;
  display: flex;
  flex-direction: column;
}

.group-w33 {
  display: flex;
}

.w2-text {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 120%;
  font-size: 16px;
  text-transform: uppercase;
}

.w2-img {
  display: flex;
  justify-content: flex-end;
}

.border-b {
  display: flex;
  border-bottom: 1px solid #E7E1DB;
}

.title-text {
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 28px;
}

.margin-row {
  margin-top: 40px;
}

.type-1-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.type-1-container {
  justify-content: space-between;
  min-height: 300px;
  margin-bottom: 20px;
}

.type-1-title span {
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 20px;
}

.type-1-title img {
  max-width: 260px;
}

.type-1-content {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  line-height: 140%;
  font-size: 14px;
  max-width: 220px;
  margin-bottom: 40px;
}

.type-1-content img {
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
}

.colontitul {
  font-weight: 500;
  line-height: 120%;
  font-size: 12px;
  margin-bottom: 40px;
}

.type-2-container {
  align-items: center;
  gap: 20px;
  padding: 0px;
}

.type-2-container img {
  width: 100px;
  height: 100px;
}

.type-2-content {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 100%;
}

.type-2-content.block-tissot {
  gap: 10px;
}

.type-2-container span.link {
  font-weight: normal;
}

.type-2-content.warranty-text {
  gap: 3px;
}

.type-2-container span {
  font-weight: 500;
  line-height: 120%;
  font-size: 14px;
  max-width: 80%;
}

.no-center {
  align-items: flex-start;
}

.badge-ya-split {
  background: #3C3C3C;
  color: white;
  padding: 5px 5px 0px 5px;
  border-radius: 5px;
}

.badge-ya-split img {
  width: 12px;
  display: inline-block;
}

.badge-ya-split span {
  font-size: 11px;
  position: relative;
  top: -4px;
  margin: 0 0 0 6px;
}

.badge-ya-split svg {
  color: white;
  display: inline-block;
  position: relative;
  top: -2px;
}

.badge-split span {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
}

.block-cart .button,
.block-cart .btn-dolyami {
  max-height: 48px;
}

.r-block {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  gap: 5rem;
}

.ft-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.ft-logo span {
  line-height: 120%;
  color: #939393;
  font-family: 'Styrene A Web', sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.ft-logo-pc span {
  color: inherit;
}

.ft-logo img {
  max-height: 34px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.ft-logo-pc img {
  max-width: 80px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.stickers-title {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 80px;
}

.stickers-title .stc-black,
.stickers-title .stc-yellow,
.stickers-title .stc-pickup {
  font-size: 12px;
  line-height: 120%;
  font-weight: 500;
  padding: 4px 8px;
  flex-shrink: 0;
  white-space: nowrap;
}

.stickers-title .stc-black {
  background: #3C3C3C;
  color: #fff;
}

.stickers-title .stc-yellow {
  background: #DEDE2B;
  color: #3C3C3C;
}

.product-page-main__row {
  padding-bottom: 2rem !important;
  margin-bottom: 2rem !important;
}

.product-page-main__price .product-page-main__main-price {
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
}

.page .j-sidePanel,
.badge-split {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding: 0px 30px;
  cursor: pointer;
  border-left: 1px solid #f5f1ed;
}

.page .j-sidePanel>div {
  flex-shrink: 0;
}

.page .j-sidePanel .opl {
  width: 68px;
}

.page .j-sidePanel span {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
}

.product-page-main__price .product-page-main__dicsount-price {
  position: relative;
  display: inline-block;
  color: #939393;
  font-family: 'Styrene A Web', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  margin-left: 1rem;
  text-decoration: unset;
  top: 0;
  padding: 0 0.2rem;
}

.product-page-main__price .product-page-main__dicsount-price::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 10px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 10" preserveAspectRatio="none"><path d="M119 7.00005C88.5 0.500096 35 0.500092 1 8.00001" stroke="%23DEDE2B" stroke-width="3" fill="none"/></svg>');
  background-size: 100% 100%;
  transform: translateY(-50%);
}

.product-page-main__tags .percent-text {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  color: #3C3C3C;
  background: #dede2b;
  max-width: initial;
}

.product-page-main__price .product-page-main__tags {
  padding-left: 1rem;
}

.button.is-ghost {
  background-color: #E7E1DB !important;
  border-color: #E7E1DB !important;
  color: #3c3c3c;
  font-weight: 500;
}

.flex-start-ed {
  justify-content: justify-content !important;
}

.flex-start-ed p {
  color: #939393;
  font-weight: 500;
  font-size: 12px;
}

.flex-start-ed p b {
  color: #111;
  font-weight: 500;
  font-size: 14px;
}

.product-page__slider {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}

.accordion-item__content-inner .str {
  width: 50%;
}

.accordion-item__content-inner {
  display: flex;
  padding-top: 0px !important;
}

.product-page-specs__row {
  border-top: 1px solid #f5f1ed;
  padding: 10px 0px;
}

.product-page-specs__row:last-child {
  border-bottom: 1px solid #f5f1ed;
}

.hide-pc-flex {
  display: none !important;
}

.hide-mob-flex {
  display: flex !important;
}

.big-sticker {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
}

.big-sticker span {
  font-size: 12px;
  line-height: 120%;
  font-weight: 500;
  color: #3C3C3C;
}

.configdence-list {
  padding-top: 40px;
  padding-bottom: 40px;
}

.configdence-list .confidence__line--two {
  padding-left: 20px;
}

.prop-main {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.prop-main-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media (min-width: 1024px) {
  .prop-main-container.hide-mob .prop-main {
    justify-content: flex-start;
    gap: 130px;
  }

  .prop-main-container.hide-mob {
    justify-content: flex-start;
    margin-left: -30px;
  }
}

.prop-main-item {
  display: flex;
  flex-direction: column;
}

.prop-main-item img {
  height: 64px;
}

.prop-main-item span {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  color: #939393;
  text-decoration: underline;
}

.page-section:last-child {
  margin-top: 0px !important;
}

.credit-by {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding: 0px 30px;
  cursor: pointer;
  border-left: 1px solid #f5f1ed;
}

.credit-by span {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  color: #3C3C3C;
}

.mobile-block {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: -100px;
  left: 40%;
  transform: translateX(-50%);
  z-index: 11;
  width: 70vw;
  transition: bottom 0.5s ease;
}

.mobile-block.visible {
  bottom: 80px;
}

.mobile-block .add-buttons {
  display: flex;
  gap: 10px;
}

.mobile-block .is-cart {
  font-size: 10px;
  padding: 5px 12px;
  border-radius: 40px;
  gap: 10px;
}

.mobile-block .is-cart span {
  color: #DEDE2B;
}

.mobile-block .add-buttons .product-page-main__action {
  background-color: #F5F1ED;
  padding: 5px;
  border-radius: 40px;
}

.primerka {
  display: flex;
  gap: 10px;
  color: #939393;
  font-weight: 500;
  font-size: 12px;
  align-items: center;
  padding-right: 40px;
  border-right: 1px solid #f5f1ed;
}

.primerka .primerka-res {
  color: #111;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #DEDE2B;
  position: relative;
}

.primerka .primerka-res span {
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #DEDE2B;
  position: absolute;
  left: 0;
  bottom: 18px;
}

.element-top {
  margin-top: 0 !important;
}

.ft-logo-pc {
  flex-direction: column;
}

.type-2-content .flex-ssd-imgs img {
  height: auto;
  width: 45%;
  max-width: 300px;
}

.flex-ssd-imgs {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.promo-container {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #f5f1ed;
  padding: 0px 0 5px 0;
  width: 100%;
  margin: 0 0 2em 0;
}

.promo-trigger {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #939393;
  cursor: pointer;
  text-align: left;
  display: inline;
  padding: 0 0 15px 0;
}

.promo-trigger span,
.text-in-store span {
  border-bottom: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.text-in-store .shop-address {
  white-space: nowrap;
}

.text-in-store .shop-address::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 2px;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 8L6.65782 2L5.31564 3.42335L9.81564 8L5.31564 12.5766L6.65782 14L12.5 8Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 8L6.65782 2L5.31564 3.42335L9.81564 8L5.31564 12.5766L6.65782 14L12.5 8Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
}

.chevron-icon {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  margin-left: 2px;
  flex-shrink: 0;
}

.text-in-store:hover {
  opacity: 0.8;
}

.promo-trigger:hover {
  opacity: 0.8;
}

.promo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #007bff;
  color: white;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  flex-shrink: 0;
}

.promo-tooltip {
  position: absolute;
  z-index: 1000;
  width: 580px;
  background: white;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 30px;
}

.promo-tooltip.active {
  opacity: 1;
  visibility: visible;
}

.promo-tooltip-inner {
  padding: 24px;
  position: relative;
}

.promo-tooltip-header {
  font-weight: 500;
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  line-height: 32px;
  text-align: left;
}

.promo-tooltip-steps {
  margin: 0 0 20px 0;
  padding-left: 24px;
  list-style-position: outside;
  list-style: decimal;
}

.promo-tooltip-steps li {
  margin-bottom: 12px;
  color: #3C3C3C;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}

.promo-tooltip-steps li:last-child {
  margin-bottom: 0;
}

.promo-action-button {
  width: 100%;
  padding: 14px;
  background-color: #E7E1DB;
  color: #3C3C3C;
  border: none;
  font-weight: 500;
  font-size: 16px;
  transition: background-color 0.3s;
  text-transform: uppercase;
  display: block;
  text-align: center;
  line-height: 24px;
}

.promo-action-button:hover {
  background-color: #3C3C3C;
  color: #fff;
}

.promo-close-mobile {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: none;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: #666;
  z-index: 2;
}

.text-in-store {
  top: -19px;
  position: relative;
}

.in-store-minsk.text-in-store {
  top: unset!important;
  position: unset!important;
}

.product-page-main .shop-address {
  display: block;
}

.features__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
  font-family: 'Styrene A Web', sans-serif;
}

.features__item-title, .features__list ul > li strong {
  padding: 5px 20px 3px 0px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #333;
  font-size: 16px;
}
.features__list ul > li {
	margin: 0 0 15px 0;
}
.functions__item-body, .features__list ul > li p {
  padding: 0 20px 0px 0;
  transition: all 0.4s ease;
  line-height: 1.6;
  color: #555;
  font-size: 15px;
}

.features__item-link-icon {
  margin-left: 10px;
  color: #666;
  opacity: 0.6;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.features__item-title:hover .features__item-link-icon {
  opacity: 1;
  color: #3c3c3c;
  transform: translate(1px, -1px);
}

.features__item-title:has(.features__item-link-icon)::after {
  margin-left: auto;
  padding-left: 20px;
}

.reviews-wrapper {
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
  font-family: 'Styrene A Web', sans-serif;
  overflow: hidden;
  box-sizing: border-box;
}

.popup-title-wrapper {
  display: flex;
  align-items: flex-start;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 0 10px;
}

.popup-global-rating {
  display: flex;
  align-items: center;
  color: #000;
  margin-top: 2px;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.popup-header-row {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.popup-title {
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #3c3c3c;
}

.popup-top-line {
  display: flex;
  align-items: center;
  gap: 20px;
}

.popup-total-count {
  color: #939393;
  font-size: 14px;
  margin-top: 5px;
}

.reviews-slider-track {
  display: flex;
  width: 100%;
  will-change: transform;
  position: relative;
  z-index: 10;
  transition: padding .2s, border-color .2s, box-shadow .2s;
}

.reviews-grid-page {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: start;
  box-sizing: border-box;
}

.reviews-slider-track.is-active .reviews-grid-page {
  padding: unset;
}

.page-counter {
  font-size: 18px;
  color: #939393;
  min-width: 100px;
  text-align: center;
}

.popup-count-superscript {
  display: inline-block;
  vertical-align: top;
  font-family: "Styrene A Web", sans-serif;
  font-size: 1.2rem;
  line-height: 120%;
  letter-spacing: -.24px;
  color: #cbbba7;
  transition: color .4s;
  margin: -5px 0 0 7px;
}

.btn-submit {
  background: #e7e1db;
  border: none;
  padding: 12px 35px;
  cursor: pointer;
  font-weight: 500;
}

.btn-submit.mo {
  display: none;
}

.gallery-img,
.popup-main-image-wrapper .dots-container span {
  pointer-events: auto;
}

.popup-img-nav {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background: rgb(0 0 0);
  border: none;
  color: #fff;
  padding: 6px 8px;
  cursor: pointer;
  border-radius: 50%;
  transition: .2s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.popup-img-nav:hover {
  background: rgba(0, 0, 0, 0.74);
}

.popup-img-nav.prev {
  left: 20px;
}

.popup-img-nav.next {
  right: 20px;
}

.popup-img-nav img {
  width: 22px;
  height: auto;
  display: block;
}

#btnPrev .arrow-icon,
.arrow-btn-popup:first-child .arrow-icon-popup,
.popup-img-nav.prev img {
  transform: rotate(180deg);
}

#btnNext .arrow-icon,
.arrow-btn-popup:last-child .arrow-icon-popup,
.popup-img-nav.next img {
  transform: none;
}

.review-card-anchor {
  position: relative;
  min-width: 0;
}

.card-inner {
  background: #fff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid transparent;
  overflow: hidden;
  transition: border-color .3s, box-shadow .3s;
}

.review-card-anchor.is-active .card-inner {
  position: absolute;
  padding: 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: visible;
  z-index: 999;
  background: #fff;
  border: 1px solid #000;
}

.card-header {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}

.author-name {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: 500;
}

.rating-block {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 400;
}

.gallery-container {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  user-select: none;
}

.gallery-track {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 15px;
  cursor: grab;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-img {
  flex: 0 0 calc((100% - 18px)/ 4);
  width: calc((100% - 18px)/ 4);
  aspect-ratio: 100/128;
  object-fit: cover;
  scroll-snap-align: start;
  background-color: #f0f0f0;
  cursor: pointer;
  user-select: none;
}

.dots-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
  height: 10px;
  align-items: center;
}

.dot {
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  transition: .2s;
}

.arrow-btn,
.btn-read-more {
  background: 0 0;
  cursor: pointer;
}

.dot.active {
  background-color: #000;
  transform: scale(1.2);
}

.review-card-anchor.is-active .text-block {
  padding: 0;
}

.review-text {
  font-size: 14px;
  line-height: 1.4;
  color: #939393;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
  font-weight: 400;
}

.btn-read-more,
.link-all {
  color: #3c3c3c;
  text-decoration: underline;
  font-size: 14px;
}

.review-card-anchor.is-active .review-text {
  -webkit-line-clamp: unset;
  display: block;
  color: #000;
  height: auto;
  min-height: auto;
}

.btn-read-more {
  border: none;
  padding: 0;
  font-weight: 400;
  position: relative;
  z-index: 2;
  display: inline;
  min-height: auto;
  background: none;
  cursor: pointer;
}

.controls-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 10px 0;
  border-top: 1px solid #eee;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.pagination-block {
  display: flex;
  align-items: center;
  gap: 20px;
}

.arrow-btn {
  border: none;
  padding: 10px;
  display: flex;
  align-items: center;
}

#popupMainImage,
.arrow-icon {
  display: block;
}

.arrow-icon {
  width: 80px;
  height: auto;
  transition: opacity .2s;
}

.arrow-btn:disabled .arrow-icon {
  opacity: .3;
}

.reviews-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 100000002;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px);
}

.reviews-popup-container {
  background: #fff;
  width: 90%;
  max-width: 1200px;
  height: 80vh;
  display: flex;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
  border-radius: 4px;
  overflow: hidden;
}

.popup-review-close-btn {
  top: 10px !important;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.popup-review-close-btn svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity .15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.popup-grid {
  display: flex;
  width: 100%;
  height: 100%;
}

.popup-left-area {
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-sizing: border-box;
}

#popupMainImage,
.popup-main-image-wrapper {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.popup-main-image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-main-image-wrapper .dots-container {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 8px;
  pointer-events: none;
  padding: 5px 10px;
}

#popupDots .dot {
  display: inline-block;
  width: 8px;
  height: 4px;
  margin: 0 5px;
  background: #cbbba7;
  border-radius: 2px;
  cursor: pointer;
  transition: .5s;
}

#popupDots .dot.active {
  background: #dede2b;
  width: 30px;
  height: 4px;
  border-radius: 2px;
}

.popup-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.popup-dots span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, .5);
  border-radius: 50%;
  cursor: pointer;
}

.popup-dots span.active {
  background: #fff;
  transform: scale(1.2);
}

.popup-right-area {
  flex: 1;
  background: #fff;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.popup-title-mobile {
  display: none;
}

.desktop-only {
  display: block;
}

.popup-scroll-content {
  flex-grow: 1;
  overflow-y: auto;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f0f0f0;
}

.popup-user-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.popup-username {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.popup-user-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.popup-avatar-placeholder {
  width: 30px;
  height: 30px;
  background: #eee;
  border-radius: 50%;
  position: relative;
}

.popup-avatar-placeholder::after {
  content: '👤';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  opacity: .5;
}

.popup-review-text {
  font-size: 16px;
  line-height: 1.5;
  color: #939393;
  padding-bottom: 20px;
}

.popup-footer-nav {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arrow-btn-popup {
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-icon-popup {
  width: 80px;
  height: auto;
  display: block;
}

.timeline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  position: relative;
  margin-top: 2rem;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 3.17rem;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 32rem;
  background: #b7b7b7;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.circle {
  width: 70px;
  height: 70px;
  border: 4px solid #dede2b;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

.text {
  display: flex;
  flex-direction: column;
}

.amount {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.description {
  font-size: 14px;
  color: #707070;
}

.style-form-text {
  top: 0;
  padding: 5rem;
  overflow: auto;
}

.style-form-text h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.style-form-text h3 {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

.style-form-text h4 {
  font-size: 1.9rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.с-mt-2 {
  margin-top: 3rem;
}

.style-payment-sidebar {
  list-style: auto;
  padding-left: 2rem;
}

.btn-credit {
  border: 1px solid #cbbba7;
  display: inline-flex;
  place-items: center;
}

.btn-credit svg {
  width: 100px;
  margin-right: 1rem;
}

.text-credit {
  margin-left: 1rem;
  font-style: normal;
  font-size: 19px;
}

.btn-dolyami {
  display: flex;
  align-items: center;
  height: 40px;
}

.payment-container {
  max-width: 100%;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.info-block {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.logo {
  background: black;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 14px;
}

.payment-plan {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.payment-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #888;
}

.payment-item .date {
  font-size: 12px;
  color: #aaa;
}

.payment-item .amount {
  font-weight: bold;
  color: #444;
}

.payment-item.active .amount {
  color: black;
  font-weight: bold;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #888;
  cursor: context-menu;
}

.progress-bar.active {
  background-color: #cbbba7;
}

.payment-item:hover .progress-bar {
  background-color: #cbbba7;
}

.hide-pc {
  display: none !important;
}

.hide-mob {
  display: block !important;
}

.delivery-text {
  font-size: 12px;
}

.video-slide {
  display: block;
  width: 100%;
  height: 100%;
}

.mobile-block.fixing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: -200px;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #F5F1ED;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  padding: 12px 20px;
  transition: bottom 0.5s ease;
  box-sizing: border-box;
  transform: unset !important;
  font-family: 'Styrene A Web', sans-serif;
}

.mobile-block.fixing.visible {
  bottom: 0 !important;
}

.mobile-block.fixing .product-price-old::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 10px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 10" preserveAspectRatio="none"><path d="M119 7.00005C88.5 0.500096 35 0.500092 1 8.00001" stroke="%23DEDE2B" stroke-width="1.5" fill="none"/></svg>');
  background-size: 100% 100%;
  transform: translateY(-100%);
}

.product-block-new {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.mobile-block.fixing .product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-block.fixing .product-prices {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-block.fixing .product-price-old {
  font-family: 'Styrene A Web', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.64px;
  color: #939393;
  position: relative;
}

.mobile-block.fixing .product-price-current {
  font-family: 'Styrene A Web', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.64px;
}

.mobile-block.fixing .product-price-discount {
  background: #DEDE2B;
  padding: 0px 6px;
  font-family: 'Styrene A Web', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #3C3C3C;
  position: relative;
}

.mobile-block.fixing .product-delivery {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 16px;
  color: #3c3c3c;
}

.mobile-block.fixing .delivery-icon {
  fill: #3c3c3c;
}

.mobile-block.fixing .product-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-block.fixing .button.is-cart {
  flex: 1;
  background: #3C3C3C;
  color: #fff;
  border-radius: 0px;
  padding: 14px;
  text-align: center;
  cursor: pointer;
  transition: background 0.25s;
  font-family: 'Styrene A Web', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.64px;
  position: relative;
}

.mobile-block.fixing .button.is-cart:hover {
  background: #505050;
}

.mobile-block.fixing .product-page-main__action.is-favorite {
  background: #3c3c3c;
  padding: 12px;
  cursor: pointer;
}

.mobile-block.fixing .product-page-main__action.is-active.is-active .product-card__favorite-body {
  fill: #dede2b;
}

@media (min-width: 1024px) {
  .advantages__body {
    padding-right: 0;
    overflow: visible;
  }

  .advantages__body .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    transform: none !important;
  }

  .advantages__body .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
    height: auto !important;
  }

  .advantages__title {
    min-height: 3.2em;
  }

  .footer__contacts-link-item .page .j-sidePanel {
    padding: 0px !important;
  }

  .block-cart {
    flex-wrap: wrap;
  }

  .btn-credit {
    padding: 7px 12.5px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1300px) {
  .advantages__title {
    font-size: 16px;
  }

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

@media (min-width: 769px) {
  .u-row-flex-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
  }
}

@media screen and (min-width: 995px) and (max-width: 1281px) {
  .page-top__left {
    display: flex !important;
  }
}

@media (max-width: 1600px) {
  .flex-start-ed p {
    font-size: 12px;
  }

  .flex-start-ed p b {
    font-size: 14px;
  }

  .product-page .h2 {
    font-size: 48px;
  }

  .product-page-main__price .product-page-main__main-price {
    font-size: 48px;
  }

  .stickers-title {
    margin-bottom: 60px;
  }
}


.hide-mob-store {
  display: block !important;
}

.hide-pc-store {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .get-product-detail .in-store-msk.text-in-store.hide-mob-store {
    max-width: 84px;
    margin-top: 20px;
  }
  .get-product-detail .in-store-minsk.text-in-store.hide-mob {
    max-width: 84px;
    margin-top: 20px;
  }
}


@media (max-width: 768px) {
  .hide-mob-store {
    display: none !important;
  }

  .hide-pc-store {
    display: block !important;
  }

  .product-page-main__row.thubutton .new-btn{
    justify-content: normal;
  }
  .product-page-main__row.thubutton{
    gap: 2px;
  }
}




@media screen and (max-width: 1540px) {
  .product-page-main__price .product-page-main__dicsount-price {
    font-size: 1.5rem;
  }

  .product-page-main__tags .percent-text {
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    color: #3C3C3C;
    min-height: inherit;
  }
}

@media (max-width: 1440px) {
  .page-top__right {
    width: 50% !important;
  }

  .product-page .h2 {
    font-size: 42px;
  }

  .flex-start-ed p {
    font-size: 10px;
  }

  .flex-start-ed p b {
    font-size: 12px;
  }

  .primerka {
    font-size: 10px;
  }

  .primerka .primerka-res {
    font-size: 12px;
  }

  .primerka .primerka-res span {
    font-size: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .product-page__slider .product-page__video-slide.swiper-slide:nth-child(odd) {
    width: max-content;
    max-width: 67rem;
  }
}

@media (max-width: 850px) {
  .product-page__slider .swiper-slide {
    width: 90vw;
    margin: 0 auto;
  }

  .video-thumbnail {
    margin: 0 auto;
    max-height: 245px;
  }

  .video-source {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .hide-pc {
    display: block !important;
  }

  .hide-mob {
    display: none !important;
  }

  .hide-pc-flex {
    display: flex !important;
  }

  .hide-mob-flex {
    display: none !important;
  }
}

@media (prefers-reduced-data: reduce) {
  .video-source {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .subscribe-wrapper.is-mobile {
    width: 100%;
    margin-top: 15px;
  }

  .subscribe-wrapper.is-mobile .subscribe-input-group {
    max-width: 100%;
  }

  .subscribe-btn-text {
    font-size: 13px;
    padding: 0 15px;
  }

  .promo-container {
    margin: 0;
    padding: 0;
  }

  .text-in-store {
    top: initial;
    position: initial;
  }

  .flex-start-ed p.text-in-store b {
    float: right;
  }

  .flex-start-ed p.text-in-store .shop-address {
    display: inline;
  }

  .flex-start-ed p.text-in-store {
    display: inline-block;
  }

  .promo-tooltip {
    position: fixed;
    width: calc(100vw - 40px);
    max-width: 400px;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.95);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  }

  .promo-tooltip.active {
    transform: translateX(-50%) translateY(-50%) scale(1);
  }

  .promo-close-mobile {
    display: flex;
  }

  .primerka {
    font-size: 12px;
    justify-content: space-between;
    border-right: unset;
    padding-right: 0px;
    padding-bottom: 2rem !important;
    border-bottom: 1px solid #f5f1ed;
  }

  .primerka .primerka-res {
    font-size: 14px;
  }

  .primerka .primerka-res span {
    font-size: 10px;
    left: auto;
    right: 0;
  }

  .mobile-block {
    display: flex;
  }

  .product-page .h2 {
    font-size: 2.8rem;
  }

  .page-top__right {
    width: 100% !important;
  }

  .stickers-title {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ft-logo img {
    max-height: 8px;
  }

  .product-page__slider {
    max-height: 240px !important;
    min-height: 240px !important;
    height: 240px !important;
  }

  .product-page__slider .fit-cover {
    object-fit: cover !important;
    height: 240px !important;
    width: 100% !important;
  }

  .product-page-main__price .product-page-main__main-price {
    font-size: 36px !important;
  }

  .product-page-main__row .product-page-main__price {
    flex-direction: column;
  }

  .product-page-main__price .product-page-main__dicsount-price {
    margin-left: 0;
  }

  .edit-mob-row {
    flex-direction: row !important;
    border-bottom: unset !important;
    margin-bottom: 0 !important;
  }

  .mob-group-button {
    display: flex;
    gap: 2%;
  }

  .mob-group-button .is-ghost {
    width: 48%;
  }

  .mob-group-button .product-page-main__action {
    width: 24%;
    border: 1px solid #E7E1DB;
    display: flex;
    justify-content: center;
  }

  .hide-pc-flex .new-btn {
    padding: 0px;
    justify-content: space-between;
  }

  .flex-js-group {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }

  .flex-start-ed {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .flex-start-ed p {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
  }

  .flex-start-ed p b {
    font-size: 14px;
  }

  .accordion-item__content-inner {
    flex-direction: column;
  }

  .accordion-item__content-inner .str {
    width: 100%;
  }

  .stickers-title .stc-black,
  .stickers-title .stc-yellow {
    font-size: 10px;
  }

  .fancybox-trigger {
    display: inline-block;
    width: 100%;
    height: 240px;
    overflow: hidden;
  }

  .fancybox-trigger img {
    height: 100%;
  }

  .product-page__slider .swiper-slide:nth-child(2n) {
    width: auto !important;
  }

  .type-2-container {
    margin: 0 0 15px 0;
  }

  .type-2-container span {
    max-width: 100%;
  }

  .type-1-container {
    flex-direction: column;
  }

  .w-33 {
    width: 100%;
  }

  .w-67 {
    width: 100%;
  }

  .w-50 {
    width: 48%;
  }

  .type-1-title {
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E7E1DB;
  }

  .group-w33 {
    display: flex;
    justify-content: center;
    gap: 2%;
  }

  .credit-by {
    padding: 0px;
    border-left: unset;
  }

  .product-page-main__row:last-child {
    border-bottom: 1px solid #f5f1ed !important;
  }

  .configdence-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .confidence__anchor {
    align-items: flex-start !important;
  }

  .prop-main-item img {
    height: 32px;
  }

  .prop-main {
    margin-bottom: 20px;
  }

  .stc-black svg {
    height: 16px;
    width: 16px;
  }

  .stc-icons {
    display: flex;
    align-items: center;
  }

  .features__item-title {
    padding: 10px 0px 10px 0;
    font-size: 14px;
  }

  .functions__item-body {
    padding: 0 0 0 0px;
  }

  .product-page__slider .swiper-slide[aria-label="1 / 1"] {
    margin: 0 !important;
  }

  .btn-submit {
    display: none;
  }

  .btn-submit.mo {
    width: 100%;
    display: block;
    margin-top: 20px;
    text-align: center;
  }

  .controls-panel {
    flex-direction: column;
    gap: 20px;
    border-top: none;
    padding-top: 10px;
  }

  .pagination-block {
    order: 1;
    width: 100%;
    justify-content: space-between;
  }

  .popup-review-close-btn {
    background: #00000096;
    border-radius: 100%;
  }

  .arrow-icon {
    width: 80px;
    max-width: 35vw;
  }

  .link-all {
    order: 2;
    margin-bottom: 10px;
  }

  .reviews-popup-overlay {
    align-items: flex-end;
  }

  .reviews-popup-container {
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 0;
    flex-direction: column;
    background: 0 0;
  }

  .popup-grid {
    flex-direction: column;
  }

  .popup-left-area {
    height: 50%;
    flex: none;
    background: #fff;
    padding-bottom: 20px;
    width: 100%;
  }

  .popup-review-close-btn {
    color: #fff;
    top: 15px;
    right: 15px;
    font-size: 32px;
  }

  .popup-right-area {
    height: 50%;
    flex: 1;
    background: #fff;
    margin-top: -25px;
    z-index: 10;
    padding: 30px 20px 20px;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, .1);
  }

  .popup-title-mobile {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: .5px;
  }

  .desktop-only {
    display: none;
  }

  .popup-user-row {
    margin-bottom: 15px;
  }

  .popup-review-text {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
  }

  .popup-scroll-content {
    margin-bottom: 10px;
  }

  .popup-footer-nav {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: auto;
  }

  .arrow-btn-popup {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .arrow-icon-popup {
    width: 100%;
    max-width: 80px;
    height: 12px;
  }

  .popup-counter {
    min-width: 80px;
    text-align: center;
    font-size: 16px;
  }

  .reviews-grid-page {
    grid-template-columns: 1fr;
    border: 1px solid #e7e1db;
    padding: 15px;
  }

  .reviews-slider-track.is-active {
    border: unset;
    padding: unset;
  }

  .btn-read-more {
    display: inline;
  }

  .product-page__slider .swiper-slide:nth-child(odd) {
    /*max-width: 17rem !important;*/
  }

  .hide-pc {
    display: block !important;
  }

  .hide-mob {
    display: none !important;
  }

  .btn-dolyami {
    height: 45px;
  }

  .text-credit {
    font-size: 13px;
  }

  .btn-credit svg {
    width: 90px;
  }

  .btn-credit {
    font-size: 14px;
    border: 1px solid #cbbba7;
    padding: 10px !important;
    width: 100%;
  }

  .style-form-text h2 {
    font-size: 2rem;
  }

  .amount {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .promo-tooltip-inner {
    padding: 20px;
  }

  .promo-tooltip-header {
    font-size: 15px;
    padding-right: 30px;
    line-height: 18px;
  }

  .promo-tooltip-steps {
    padding-left: 20px;
    font-size: 14px;
  }
}

@media (max-width: 450px) {

  .may-like-section .product-card__image,
  .may-like-section__slider .product-card__image {
    height: auto !important;
  }
}

.product-section-preview {
  position: relative;
}

.product-section-preview.is-truncated .product-section-body {
  position: relative;
  overflow: hidden;
}

.product-section-preview.is-truncated .product-section-body::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5.6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 85%);
  pointer-events: none;
}

[data-preview-item].is-preview-hidden,
.product-section-preview .is-preview-hidden {
  display: none !important;
}

.product-section-preview .promo-trigger.product-section-more {
  margin-top: 0.8rem;
}

.product-content-sidepanel-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.product-content-sidepanel-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.product-content-sidepanel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1101;
  display: flex;
  flex-direction: column;
  width: 640px;
  height: 100dvh;
  max-height: 100dvh;
  padding: 0;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}

.product-content-sidepanel.is-visible {
  transform: translateX(0);
}

.product-content-sidepanel.style-form-text {
  top: 0;
  padding: 0;
  overflow: hidden;
}

.product-content-sidepanel__head {
  position: relative;
  flex-shrink: 0;
  padding: 45px 40px 30px;
  background: #fff;
  z-index: 2;
}

.product-content-sidepanel .header__menu {
  position: absolute;
  display: block;
  top: 0;
  right: 20px;
  margin-right: 0;
  padding: 22px 5px;
  transform: rotate(45deg);
  z-index: 3;
}

.product-content-sidepanel .blockTitle__title {
  margin-bottom: 0;
  padding-right: 40px;
  text-align: left;
}

.product-content-sidepanel__body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 40px 45px;
}

.product-content-sidepanel__body .product-section-body {
  max-height: none !important;
}

.product-content-sidepanel__body [data-preview-item].is-preview-hidden {
  display: block;
}

body.product-content-popup-open--with-cart .mobile-block.fixing.is-popup-mode {
  z-index: 1102;
  bottom: 0 !important;
  background: #ffffff;
}

@media (max-width: 768px) {
  .product-content-sidepanel {
    width: 100%;
  }

  .mobile-block:not(.fixing) {
    display: none !important;
  }

  body.product-content-popup-open--with-cart .product-content-sidepanel.is-visible {
    height: auto;
    max-height: none;
    bottom: calc(var(--product-popup-cart-height, 0px) + var(--product-popup-cart-gap, 4px));
  }
}

.cart-popover {
  position: fixed;
  top: calc(var(--header-height) + 7.0rem - var(--cart-popover-scroll-offset, 0px));
  right: 1.6rem;
  z-index: 998;
  width: min(46rem, calc(100% - 3.2rem));
  background: #fff;
  border-radius: 24px;
  padding: 2.4rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-1rem);
  transition: top 0.3s ease-in-out, opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}

.cart-popover.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.page.promo-banner-offset .cart-popover,
.page.promo-banner-global .cart-popover {
  top: calc(18rem - var(--cart-popover-scroll-offset, 0px));
}

.cart-popover__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #f5f5f5;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.cart-popover__close:hover {
  background: #e8e8e8;
}

.cart-popover__close::before,
.cart-popover__close::after {
  content: '';
  position: absolute;
  width: 1.4rem;
  height: 2px;
  background: #666;
  border-radius: 2px;
}

.cart-popover__close::before {
  transform: rotate(45deg);
}

.cart-popover__close::after {
  transform: rotate(-45deg);
}

.cart-popover__title {
  font-family: var(--main-font);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  color: #3c3c3c;
  margin-bottom: 2rem;
  padding-right: 3rem;
}

.cart-popover__product {
  font-weight: 600;
}

.cart-popover__actions {
  display: flex;
  gap: 1rem;
}

.cart-popover__actions .button {
  flex: 1;
  white-space: nowrap;
}

@media (max-width: 1260px) and (min-width: 769px) {
  .cart-popover {
    top: calc(var(--header-height) + 2.4rem - var(--cart-popover-scroll-offset, 0px));
  }

  .page.promo-banner-offset .cart-popover,
  .page.promo-banner-global .cart-popover {
    top: calc(var(--header-height) + 6.4rem - var(--cart-popover-scroll-offset, 0px));
  }
}

@media (max-width: 768px) {
  .cart-popover {
    border-radius: 16px;
    padding: 2rem;
    top: calc(var(--header-height) + 0.4rem - var(--cart-popover-scroll-offset, 0px));
  }

  .page.promo-banner-offset .cart-popover,
  .page.promo-banner-global .cart-popover {
    top: calc(var(--header-height) + 4.4rem - var(--cart-popover-scroll-offset, 0px));
  }

  .cart-popover__actions {
    flex-direction: column;
  }
}
/* End */


/* Start:/local/components/tempus/catalog.element/style.css?1779175692779*/
.product-page-accordion .accordion-item__header-text.h6,
.may-like-section__title.h4,
.product-reviews-section__title.section-title {
    margin: 0;
}

.accordion-item__header .accordion-item__header-text {
    flex: 1;
    min-width: 0;
}

.mini__head .caption {
    margin: 0;
    display: block;
}

.warranty-block__title {
    margin: 0 0 1.6rem;
    font-family: 'Styrene A Web', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.08em;
    text-transform: uppercase;
    color: #3c3c3c;
}

.warranty-block__title + .f-row {
    margin-top: 0;
}

.product-reviews-section__title-break {
    display: none;
}

@media screen and (max-width: 768px) {
    .product-reviews-section__title-break {
        display: block;
    }
}

/* End */


/* Start:/local/components/tempus/catalog.element/templates/.default-redesign/redesign.css?178586564667154*/
@font-face {
	font-family: 'Ruble Glyph';
	src: url('/local/components/tempus/catalog.element/templates/.default-redesign/fonts/RubleGlyph.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+20BD;
}

.tpd-root {
	--tpd-font: 'Ruble Glyph', 'Styrene A Web', sans-serif;
	--tpd-text: #3c3c3c;
	--tpd-muted: #8a7f78;
	--tpd-border: #e7e1db;
	--tpd-bg-soft: #faf9f7;
	--tpd-accent: #dede2b;
	font-family: var(--tpd-font);
	font-weight: 500;
	color: var(--tpd-text);
	margin-top: 16px;
}

.tpd-legacy-hidden {
	display: none !important;
}

.tpd-header {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
	width: 100%;
}

.tpd-header__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
}

.tpd-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	margin: 0;
	font-size: 12.6px;
	letter-spacing: -0.2px;
	color: var(--tpd-muted);
	min-width: 0;
}

.tpd-breadcrumbs__item {
	color: var(--tpd-muted);
	text-decoration: none;
	transition: color 0.15s ease;
}

.tpd-breadcrumbs__item:hover {
	color: var(--tpd-text);
}

.tpd-breadcrumbs__sep {
	color: #cacaca;
}

.tpd-breadcrumbs__sep:last-of-type {
	display: none;
}

.tpd-compare {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	font-family: inherit;
}

.tpd-compare__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid #cacaca;
	border-radius: 2px;
	color: var(--tpd-text);
	transition: background 0.18s, border-color 0.18s, color 0.18s;
}

.tpd-compare__icon svg {
	width: 14px;
	height: 14px;
	display: block;
	flex-shrink: 0;
}

.tpd-compare__label {
	font-size: 11.7px;
	letter-spacing: -0.26px;
	line-height: 1.2;
	color: var(--tpd-muted);
	white-space: nowrap;
	transition: color 0.18s;
}

.tpd-compare__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: auto;
	height: auto;
	padding: 2px 5px;
	border-radius: 0;
	background: #dede2b;
	color: var(--tpd-text);
	font-size: 9.9px;
	font-weight: 500;
	letter-spacing: -0.22px;
	line-height: 1.2;
	box-sizing: border-box;
}

.tpd-compare:hover .tpd-compare__icon {
	border-color: var(--tpd-text);
}

.tpd-compare:hover .tpd-compare__label {
	color: var(--tpd-text);
}

.tpd-compare.is-active .tpd-compare__icon {
	background: #3c3c3c;
	border-color: #3c3c3c;
	color: #fff;
}

.tpd-compare.is-active .tpd-compare__label {
	color: var(--tpd-text);
}

.tpd-actions__fav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 63px;
	min-height: 54px;
	flex-shrink: 0;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: #f5f1ed;
	cursor: pointer;
	transition: background 0.2s;
}

.tpd-actions__fav svg {
	width: 18px;
	height: 16px;
	display: block;
	flex-shrink: 0;
	overflow: visible;
	aspect-ratio: 18 / 16;
}

.tpd-actions__fav .product-card__favorite-body {
	fill: transparent;
	transition: fill 0.2s;
}

.tpd-actions__fav .product-card__favorite-border {
	fill: none;
	stroke: #3c3c3c;
}

.tpd-actions__fav:hover {
	background: #ece8e4;
}

.tpd-actions__fav.is-active .product-card__favorite-body {
	fill: #dede2b;
}

.tpd-notify {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.tpd-notify__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 63px;
	padding: 12px 16px;
	border: 0;
	border-radius: 4px;
	background: #e7e1db;
	color: #8a7f78;
	font: inherit;
	font-size: 14.4px;
	letter-spacing: -0.64px;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

.tpd-notify__btn:hover {
	background: #ddd6cf;
	color: #3c3c3c;
}

.tpd-notify__form {
	display: flex;
	gap: 8px;
	width: 100%;
}

.tpd-notify__form[hidden] {
	display: none !important;
}

.tpd-notify__input {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid #e7e1db;
	border-radius: 4px;
	background: #fff;
	font: inherit;
	font-size: 12.6px;
	color: var(--tpd-text);
}

.tpd-notify__submit {
	flex: 0 0 auto;
	min-height: 48px;
	padding: 10px 16px;
	border: 0;
	border-radius: 4px;
	background: #3c3c3c;
	color: #fff;
	font: inherit;
	font-size: 12.6px;
	letter-spacing: -0.28px;
	cursor: pointer;
}

.tpd-root--oos .tpd-price__left,
.tpd-root--oos .tpd-pay,
.tpd-root--oos .tpd-delivery-wrap,
.tpd-root--oos .credit-by,
.tpd-root--oos .tpd-rev__promo {
	display: none !important;
}

.tpd-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	margin: 0;
	font-family: var(--tpd-font);
	font-weight: 500;
	color: var(--tpd-text);
	text-transform: uppercase;
}

.tpd-header__heading {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	width: 100%;
	min-width: 0;
}

.tpd-title__type {
	font-size: 19.8px;
	line-height: 1;
	letter-spacing: -0.88px;
}

.tpd-title__main {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	column-gap: 0.3em;
	row-gap: 2px;
	font-size: 37.8px;
	line-height: 1;
	letter-spacing: -2.1px;
}

.tpd-title__part {
	white-space: nowrap;
}

.tpd-article {
	margin: 4px 0 0;
	font-size: 11.7px;
	line-height: 1.4;
	letter-spacing: -0.26px;
	color: var(--tpd-muted);
}

.tpd-badges {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.tpd-badge {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	padding: 2px 8px;
	background: var(--tpd-accent);
	color: var(--tpd-text);
	font-size: 12.6px;
	line-height: 1.2;
	letter-spacing: -0.24px;
	text-transform: uppercase;
	white-space: nowrap;
}

.tpd-badge::after {
	content: '';
	position: absolute;
	inset: 0;
	width: 40%;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.55) 50%, transparent 100%);
	animation: tpdBadgeShimmer 2.4s ease-in-out infinite;
	animation-delay: var(--tpd-shimmer-delay, 0s);
	pointer-events: none;
}

@keyframes tpdBadgeShimmer {
	0% { transform: translateX(-120%) skewX(-20deg); }
	100% { transform: translateX(320%) skewX(-20deg); }
}

.tpd-stock.stickers-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.tpd-divider {
	width: 100%;
	height: 1px;
	background: #f5f1ed;
	flex-shrink: 0;
}

.tpd-stock .stc-yellow,
.tpd-stock .stc-black:not([style*="display:none"]) {
	display: none !important;
}

.tpd-stock__status,
.tpd-stock__pickup {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 8px 8px;
	background: #fff;
	font-size: 12.6px;
	line-height: 1.2;
	letter-spacing: -0.24px;
	color: var(--tpd-text);
	white-space: nowrap;
}

.tpd-stock__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	flex-shrink: 0;
	background: var(--tpd-accent);
}

.tpd-stock__status.is-out .tpd-stock__dot {
	background: var(--tpd-muted);
}

.tpd-stock__pickup {
	gap: 8px;
	cursor: pointer;
}

.tpd-stock__metro {
	flex-shrink: 0;
}

.tpd-stock__slash {
	color: var(--tpd-accent);
}

.tpd-stock__pickup:hover .tpd-stock__place,
.tpd-stock__pickup:hover .tpd-stock__place-status {
	text-decoration: underline;
}

.tpd-more-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0;
}

.tpd-more-links__item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 12px 18px;
	border: 1px solid var(--tpd-border);
	border-radius: 4px;
	color: var(--tpd-text);
	font-size: 12.6px;
	text-decoration: none;
	transition: border-color 0.2s ease;
}

.tpd-more-links__item:hover {
	border-color: var(--tpd-text);
}

@media (min-width: 851px) {
	.tpd-viewport {
		--tpd-header-h: 105px;
		--tpd-sticky-top: 120px;
		--tpd-panel-gap: 24px;
		position: relative;
		display: grid;
		grid-template-columns: minmax(0, 2.2fr) minmax(380px, 1fr);
		column-gap: 48px;
		align-items: stretch;
		height: auto;
	}

	.tpd-viewport > .tpd-main {
		grid-column: 1;
		grid-row: 1;
		min-width: 0;
		height: auto;
		display: flex;
		flex-direction: column;
		gap: 40px;
		overflow: visible;
	}

	.tpd-viewport > .tpd-aside {
		grid-column: 2;
		grid-row: 1;
		min-width: 0;
		position: relative;
		height: auto;
		align-self: stretch;
		overflow: visible;
	}

	.tpd-viewport > .tpd-aside > .get-product-detail.product-page-main__section,
	.tpd-viewport > .tpd-aside > .get-product-detail[data-tpd-aside] {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 24px;
		min-width: 0;
		width: 100%;
		position: sticky;
		top: var(--tpd-sticky-top, 120px);
		max-height: none;
		overflow: visible;
		box-sizing: border-box;
		z-index: 2;
	}

	.tpd-viewport > .tpd-aside > .get-product-detail.product-page-main__section:not(:has([data-tpd-rating])) {
		gap: 12px;
	}

	.tpd-viewport > .tpd-aside > .tpd-viewport__divider {
		position: absolute;
		left: -24px;
		top: 40%;
		transform: translate(-50%, -50%);
		z-index: 5;
		display: flex !important;
		flex-direction: column;
		align-items: center;
		gap: 10px;
		pointer-events: none;
		margin: 0;
		width: max-content !important;
		max-width: none !important;
		height: auto;
		flex: none !important;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.15s ease;
	}

	.tpd-viewport > .tpd-aside > .tpd-viewport__divider.is-pinned {
		position: fixed !important;
		transform: translate(-50%, -50%);
		margin: 0;
		z-index: 30;
		opacity: 1;
		visibility: visible;
	}

	.tpd-viewport > .tpd-aside > .tpd-viewport__divider.is-off {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.tpd-viewport > .tpd-aside > .get-product-detail > div {
		flex: none !important;
		width: 100%;
		max-width: 100%;
	}

	.tpd-viewport > .tpd-aside > .get-product-detail .r-block,
	.tpd-viewport > .tpd-aside > .get-product-detail .tpd-rblock-legacy,
	.tpd-viewport > .tpd-aside > .get-product-detail .ft-logo {
		display: none !important;
	}

	.tpd-viewport > .tpd-aside > .get-product-detail .product-page__slider.hide-pc,
	.tpd-viewport > .tpd-aside > .get-product-detail .tpd-mob-gallery {
		display: none !important;
	}

	.tpd-viewport > .tpd-aside > .get-product-detail .product-page-main {
		display: flex;
		flex-direction: column;
		gap: 12px;
		width: 100%;
	}

	.tpd-viewport > .tpd-aside > .get-product-detail .product-page-main__row {
		border-bottom: none;
	}

	.tpd-viewport > .tpd-aside > .get-product-detail .product-page-main__row.edit-mob-row,
	.tpd-viewport > .tpd-aside > .get-product-detail .tpd-price-block {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		width: 100%;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	.tpd-viewport > .tpd-aside > .get-product-detail .tpd-actions-wrap.product-page-main__row,
	.tpd-viewport > .tpd-aside > .get-product-detail .tpd-actions-wrap {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	
	.tpd-price {
		container-type: inline-size;
		container-name: tpd-price;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: nowrap;
		gap: 12px;
		width: 100%;
	}

	.tpd-price__left {
		display: flex;
		flex-direction: column;
		gap: 8px;
		flex: 1 1 auto;
		min-width: 0;
	}

	.tpd-price__current {
		font-size: 46.8px;
		line-height: 1;
		letter-spacing: -2.6px;
		text-transform: uppercase;
		color: var(--tpd-text);
		white-space: nowrap;
		overflow: hidden;
	}

	.tpd-price__meta {
		display: flex;
		align-items: center;
		gap: 12px;
		flex-wrap: wrap;
	}

	.tpd-price__old {
		position: relative;
		font-size: 12.6px;
		line-height: 1.4;
		letter-spacing: -0.28px;
		color: #cacaca;
		white-space: nowrap;
	}

	.tpd-price__old::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		height: 2px;
		background: var(--tpd-accent);
		transform: translateY(-50%) rotate(-8deg);
	}

	.tpd-price__percent {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 4px 4px 5px;
		border-radius: 4px;
		background: var(--tpd-accent);
		font-size: 12.6px;
		line-height: 1.2;
		letter-spacing: -0.24px;
		color: var(--tpd-text);
		white-space: nowrap;
	}

	.tpd-price__badges {
		display: flex;
		align-items: flex-start;
		gap: 24px;
		flex: 0 0 auto;
	}

	.tpd-price__brand,
	.tpd-price__swiss {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 0;
		text-decoration: none;
		color: var(--tpd-text);
		text-align: center;
	}

	.tpd-price__brand-logo {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 52px;
		flex-shrink: 0;
	}

	.tpd-price__brand-logo img {
		height: 22px;
		width: auto;
		object-fit: contain;
		filter: grayscale(1);
		transition: filter 0.3s;
	}

	.tpd-price__brand:hover .tpd-price__brand-logo img {
		filter: grayscale(0);
	}

	.tpd-price__brand-title {
		font-size: 12.6px;
		line-height: 1.2;
		letter-spacing: -0.2px;
		color: var(--tpd-text);
		white-space: nowrap;
	}

	.tpd-price__brand-title--full {
		display: none;
	}

	.tpd-price__brand-sub {
		font-size: 10.8px;
		line-height: 1.2;
		color: var(--tpd-muted);
		letter-spacing: -0.24px;
		white-space: nowrap;
	}

	.tpd-price__swiss-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 52px;
		flex-shrink: 0;
		filter: grayscale(1);
		transition: filter 0.3s;
	}

	.tpd-price__swiss-icon svg {
		width: 32px;
		height: 32px;
	}

	.tpd-price__swiss:hover .tpd-price__swiss-icon {
		filter: grayscale(0);
	}

	.tpd-price__swiss-label {
		font-size: 12.6px;
		line-height: 1.2;
		letter-spacing: -0.2px;
		color: var(--tpd-text);
		white-space: nowrap;
	}

	.tpd-price:has(.tpd-price__meta) .tpd-price__brand-logo,
	.tpd-price:has(.tpd-price__meta) .tpd-price__swiss-icon {
		height: 64px;
	}

	
	.tpd-viewport > .tpd-aside > .get-product-detail .product-page-main__action.is-compare {
		display: none !important;
	}

	.tpd-viewport .product-page__slider.hide-mob,
	.tpd-viewport .tpd-gallery {
		min-width: 0;
		width: 100% !important;
		flex: 0 0 auto;
		height: auto !important;
		margin: 0 !important;
		overflow: visible !important;
	}

	.tpd-viewport .tpd-tabs {
		min-width: 0;
		width: 100%;
	}

	.tpd-viewport .tpd-more-links {
		margin: 0;
	}

	.tpd-viewport__dot {
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background: #d0c8c0;
		display: block;
		transition: background 0.2s ease;
	}

	.tpd-viewport__dot.is-active {
		background: #3c3c3c;
	}

	.tpd-viewport__burger {
		width: 14px;
		height: 12px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.tpd-viewport__burger span {
		width: 14px;
		height: 2px;
		border-radius: 1px;
		background: #d0c8c0;
		display: block;
		transition: background 0.2s ease;
	}

	.tpd-viewport__burger.is-active span {
		background: #3c3c3c;
	}

	
	.tpd-gallery__viewport {
		width: 100%;
		container-type: inline-size;
	}

	.tpd-gallery__grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px;
		gap: clamp(20px, 6cqi, 64px);
		align-items: start;
		width: 100%;
		transform: none !important;
	}

	.tpd-gallery__grid > .tpd-gallery__item {
		display: block !important;
		position: relative;
		width: 100% !important;
		max-width: none !important;
		
		aspect-ratio: auto;
		height: var(
			--tpd-gallery-item-h,
			calc((100vh - var(--tpd-sticky-top, 120px) - 32px) * 0.9)
		);
		max-height: var(
			--tpd-gallery-item-h,
			calc((100vh - var(--tpd-sticky-top, 120px) - 32px) * 0.9)
		);
		min-height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		overflow: hidden;
		background: #fff;
		flex: none !important;
	}

	.tpd-gallery__item .tpd-gallery__link,
	.tpd-gallery__item .fancybox-trigger,
	.tpd-gallery__item .tpd-gallery__video,
	.tpd-gallery__item .product-page__video-slide,
	.tpd-gallery__item .video-thumbnail,
	.tpd-gallery__item .video-preview {
		display: block !important;
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		aspect-ratio: auto !important;
		overflow: hidden;
		background: transparent;
	}

	
	.tpd-gallery__item .fancybox-trigger img,
	.tpd-gallery__item .fancybox-trigger .fit-cover,
	.tpd-gallery__item .tpd-gallery__link > img,
	.tpd-gallery__item img.fit-cover,
	.tpd-gallery__item .video-preview-img {
		display: block !important;
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		aspect-ratio: auto !important;
		object-fit: contain !important;
		object-position: center !important;
		background: transparent;
	}

	.tpd-gallery__item .video-source {
		display: none !important;
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		object-fit: cover !important;
		object-position: center !important;
		background: #fff;
	}

	.tpd-gallery__item .product-page__video-slide.is-video-ready .video-source {
		display: block !important;
	}

	.tpd-gallery__item .product-page__video-slide.is-video-ready .video-preview-img {
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}

	.tpd-gallery__item--fill .fancybox-trigger img,
	.tpd-gallery__item--fill .fancybox-trigger .fit-cover,
	.tpd-gallery__item--fill .tpd-gallery__link > img,
	.tpd-gallery__item--fill img.fit-cover,
	.tpd-gallery__item--fill .video-preview-img {
		object-fit: cover !important;
	}

	.tpd-gallery:not(.is-expanded) .tpd-gallery__item--extra {
		display: none !important;
	}

	.tpd-gallery__expand {
		display: flex;
		align-items: center;
		gap: 20px;
		width: 100%;
		margin-top: 64px;
	}

	.tpd-gallery__expand-line {
		flex: 1;
		height: 1px;
		background: var(--tpd-border);
	}

	.tpd-gallery__expand-btn {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		flex-shrink: 0;
		padding: 10px 20px;
		border: 1px solid var(--tpd-border);
		border-radius: 999px;
		background: #fff;
		color: var(--tpd-text);
		font-family: var(--tpd-font);
		font-size: 11.7px;
		letter-spacing: -0.26px;
		cursor: pointer;
		transition: border-color 0.2s, background 0.2s;
	}

	.tpd-gallery__expand-btn:hover {
		border-color: var(--tpd-text);
		background: var(--tpd-bg-soft);
	}

	.tpd-gallery__expand-btn svg {
		transition: transform 0.2s;
	}

	.tpd-gallery__expand-btn.is-expanded svg {
		transform: rotate(180deg);
	}

	.tpd-gallery__more {
		display: none !important;
	}

	
	.tpd-pay {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
		margin: 0;
		padding: 12px 0 0;
		border: 0;
		border-top: 1px solid #f5f1ed;
		min-height: 0;
		height: auto;
	}

	.tpd-pay .btn-dolyami:not(.tpd-pay__mobile),
	.tpd-pay .j-sidePanel:not(.tpd-pay__mobile) {
		display: inline-flex !important;
		align-items: center;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		line-height: 1.2 !important;
	}

	.tpd-pay__methods {
		display: flex;
		align-items: center;
		gap: 12px;
		min-width: 0;
	}

	.tpd-pay__method {
		display: inline-flex;
		align-items: center;
		gap: 4px;
		font-size: 12.6px;
		letter-spacing: -0.24px;
		line-height: 1.2;
		color: var(--tpd-text);
		cursor: pointer;
		white-space: nowrap;
		transition: opacity 0.15s;
	}

	.tpd-pay__method:hover {
		opacity: 0.7;
	}

	.tpd-pay__method--split {
		cursor: default;
	}

	.tpd-pay__method--split:hover {
		opacity: 1;
	}

	.tpd-pay__sep {
		align-self: stretch;
		width: 1px;
		min-height: 14px;
		background: #f5f1ed;
	}

	.tpd-pay__icon {
		display: inline-flex;
		flex-shrink: 0;
		width: 16px;
		height: 16px;
	}

	.tpd-pay__icon img,
	.tpd-pay__icon svg {
		width: 16px;
		height: 16px;
		object-fit: contain;
		display: block;
	}

	.tpd-pay__link {
		display: inline-flex !important;
		align-items: center;
		gap: 8px;
		flex-shrink: 0;
		font-size: 12.6px;
		letter-spacing: -0.24px;
		line-height: 1.2;
		color: var(--tpd-text);
		text-decoration: underline;
		text-underline-offset: 2px;
		cursor: pointer;
		white-space: nowrap;
		transition: opacity 0.15s;
	}

	.tpd-pay__link:hover {
		opacity: 0.7;
	}

	.tpd-pay__link svg {
		flex-shrink: 0;
	}

	.tpd-root .credit-by.tpd-credit,
	.tpd-root .tpd-credit {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
		width: 100%;
		margin: 0;
		padding: 8px 0 0;
		border: 0;
		border-top: 1px solid #f5f1ed;
		border-left: 0;
		white-space: nowrap;
		cursor: default;
	}

	.tpd-root .tpd-credit span {
		font-size: 12.6px;
		font-weight: 400;
		letter-spacing: -0.24px;
		line-height: 1.2;
		color: var(--tpd-text);
	}

	.tpd-root .tpd-credit svg {
		display: block;
		flex-shrink: 0;
		height: 28px;
		width: auto;
	}

	.tpd-root .tpd-credit svg rect {
		fill: transparent;
	}

	.tpd-pay .tpd-pay__mobile,
	.tpd-pay .btn-dolyami.tpd-pay__mobile,
	.tpd-pay .j-sidePanel.tpd-pay__mobile {
		display: none !important;
	}

	
	.tpd-actions {
		display: flex;
		flex-direction: column;
		gap: 12px;
		width: 100%;
	}

	.tpd-actions__cart.button.is-primary.is-cart {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 100%;
		font-weight: 500;
		min-height: 54px;
		padding: 12px 16px;
		margin: 0;
		border: 0;
		border-radius: 4px;
		background: #3c3c3c !important;
		color: #fff !important;
		font-size: 14.4px;
		letter-spacing: -0.64px;
		line-height: 1.2;
		text-align: center;
		cursor: pointer;
		transition: background 0.2s;
	}

	.tpd-actions__cart.button.is-primary.is-cart:hover {
		background: #2a2a2a !important;
	}

	.tpd-actions__row {
		display: flex;
		align-items: stretch;
		gap: 8px;
		width: 100%;
	}

	.tpd-actions__secondary.button.is-ghost {
		flex: 1 0 0;
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		min-height: 54px;
		padding: 8px 16px;
		margin: 0;
		border: 0 !important;
		border-radius: 4px;
		background: #f5f1ed !important;
		color: var(--tpd-text) !important;
		font-size: 14.4px;
		letter-spacing: -0.32px;
		line-height: 1.2;
		text-align: center;
		cursor: pointer;
		transition: background 0.2s;
		box-shadow: none !important;
	}

	.tpd-actions__secondary.button.is-ghost:hover {
		background: #ece8e4 !important;
	}

	.tpd-actions__secondary.button.is-ghost.is-ordered,
	.tpd-actions__secondary.button.is-ghost.is-ordered:hover,
	button.button.is-ghost.is-ordered,
	button.button.is-ghost.is-ordered:hover {
		background: #e7e1db !important;
		color: #8a7f78 !important;
		cursor: default;
	}

	.tpd-actions__secondary-title {
		display: block;
		font-size: 14.4px;
		letter-spacing: -0.32px;
		line-height: 1.2;
	}

	.tpd-actions__secondary-sub {
		display: block;
		font-size: 11.7px;
		letter-spacing: -0.26px;
		line-height: 1.2;
		color: #8a7f78;
	}

	.tpd-actions__secondary-sub[hidden] {
		display: none !important;
	}

	.tpd-actions-wrap.u-row-flex-bottom {
		display: block;
		flex-direction: column;
	}
}

@media (min-width: 851px) and (max-width: 1679px) {
	
	.tpd-viewport > .tpd-main {
		zoom: 0.85;
	}

	
	.tpd-gallery__grid > .tpd-gallery__item {
		height: var(
			--tpd-gallery-item-h,
			calc((100vh - var(--tpd-sticky-top, 120px) - 32px) * 0.9 / 0.85)
		);
		max-height: var(
			--tpd-gallery-item-h,
			calc((100vh - var(--tpd-sticky-top, 120px) - 32px) * 0.9 / 0.85)
		);
	}
}

@media (max-width: 850px) {
	.tpd-viewport {
		display: block;
	}

	.tpd-gallery {
		display: none !important;
	}

	.tpd-viewport__divider {
		display: none !important;
	}

	.tpd-aside,
	.tpd-viewport > .tpd-aside > .get-product-detail.product-page-main__section,
	.tpd-viewport > .tpd-aside > .get-product-detail[data-tpd-aside] {
		display: flex !important;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start !important;
		gap: 0 !important;
		width: 100%;
		max-height: none !important;
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
		position: static !important;
		top: auto !important;
		zoom: normal !important;
	}

	.tpd-viewport > .tpd-aside > .get-product-detail > div {
		flex: none !important;
		min-height: 0 !important;
		height: auto !important;
	}

	.tpd-viewport > .tpd-aside > .get-product-detail .r-block,
	.tpd-viewport > .tpd-aside > .get-product-detail .tpd-rblock-legacy,
	.tpd-viewport > .tpd-aside > .get-product-detail .ft-logo {
		display: none !important;
		margin: 0 !important;
		padding: 0 !important;
		height: 0 !important;
		overflow: hidden !important;
	}

	.tpd-mob-gallery {
		order: -1;
		position: relative;
		display: block !important;
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		
		aspect-ratio: 100 / 93;
		height: auto;
		max-height: none;
		overflow: hidden;
		background: #fff;
		flex-shrink: 0;
	}

	.tpd-mob-gallery__slider,
	.tpd-mob-gallery__swiper {
		position: absolute;
		inset: 0;
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		overflow: hidden;
	}

	.tpd-mob-gallery .swiper-wrapper {
		height: 100% !important;
		align-items: stretch !important;
		box-sizing: border-box;
	}

	.tpd-mob-gallery .swiper-slide,
	.tpd-mob-gallery .tpd-mob-gallery__slide,
	.tpd-mob-gallery .hide-pc-photo {
		width: 100% !important;
		max-width: none !important;
		height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		flex-shrink: 0 !important;
		position: relative !important;
		display: block !important;
		box-sizing: border-box;
		overflow: hidden;
	}

	.tpd-mob-gallery .swiper-slide:nth-child(odd),
	.tpd-mob-gallery .swiper-slide:nth-child(even) {
		width: 100% !important;
		max-width: none !important;
		height: 100% !important;
		margin: 0 !important;
	}

	.tpd-mob-gallery .tpd-mob-gallery__link,
	.tpd-mob-gallery .fancybox-trigger,
	.tpd-mob-gallery .product-page__video-slide,
	.tpd-mob-gallery .video-thumbnail,
	.tpd-mob-gallery .video-preview {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		min-height: 0 !important;
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		aspect-ratio: auto !important;
		background: transparent !important;
		overflow: hidden !important;
	}

	.tpd-mob-gallery .product-page__video-slide {
		opacity: 1 !important;
		cursor: pointer;
	}

	.tpd-mob-gallery .swiper-slide img,
	.tpd-mob-gallery .video-preview-img,
	.tpd-mob-gallery .video-source {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		object-fit: contain !important;
		object-position: center !important;
		display: block !important;
		margin: auto !important;
		flex-shrink: 0 !important;
	}

	.tpd-mob-gallery .video-play-button {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	}

	.tpd-mob-gallery__badges {
		position: absolute;
		top: 12px;
		left: 12px;
		z-index: 2;
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		pointer-events: none;
	}

	.tpd-mob-gallery__badges .tpd-badge {
		height: auto;
		padding: 3px 8px;
		border-radius: 3px;
		font-size: 9.9px;
		letter-spacing: 0.04em;
	}

	.tpd-mob-gallery__video-btn {
		position: absolute;
		top: 12px;
		right: 12px;
		z-index: 6;
		display: inline-flex;
		align-items: center;
		gap: 6px;
		padding: 6px 12px;
		border: 0;
		border-radius: 999px;
		background: rgba(0, 0, 0, 0.6);
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
		color: #fff;
		font-size: 11px;
		font-weight: 600;
		line-height: 1.2;
		letter-spacing: -0.2px;
		text-decoration: none;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
	}

	.tpd-mob-gallery__video-btn svg {
		flex-shrink: 0;
		width: 14px;
		height: 14px;
	}

	.tpd-mob-gallery__video-btn:active {
		opacity: 0.85;
	}

	.tpd-mob-gallery__count {
		position: absolute;
		bottom: 12px;
		right: 12px;
		z-index: 5;
		padding: 3px 10px;
		border-radius: 20px;
		background: rgba(255, 255, 255, 0.85);
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
		font-size: 10.8px;
		letter-spacing: -0.2px;
		color: var(--tpd-text);
		line-height: 1.2;
		pointer-events: none;
	}

	.tpd-mob-gallery__dots {
		position: absolute;
		bottom: 14px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5;
		display: flex;
		align-items: center;
		gap: 6px;
		pointer-events: none;
	}

	.tpd-mob-gallery__dot {
		width: 6px;
		height: 6px;
		border-radius: 3px;
		background: rgba(60, 60, 60, 0.25);
		transition: width 0.25s ease, background 0.25s ease;
	}

	.tpd-mob-gallery__dot.is-active {
		width: 20px;
		background: #3c3c3c;
	}

	.tpd-badges--header {
		display: none !important;
	}

	.tpd-header {
		order: 0;
		padding: 20px 0 0;
		box-sizing: border-box;
	}

	.tpd-header__top {
		align-items: flex-start;
	}

	.tpd-compare {
		display: none !important;
	}

	.tpd-breadcrumbs {
		font-size: 9.9px;
		letter-spacing: 0.02em;
		gap: 4px;
		line-height: 1.4;
	}

	.tpd-breadcrumbs__sep {
		color: var(--tpd-muted);
	}

	.tpd-title {
		gap: 2px;
	}

	.tpd-title__type {
		font-size: 9.9px;
		letter-spacing: 0.08em;
		line-height: 1.4;
		color: var(--tpd-muted);
		text-transform: uppercase;
	}

	.tpd-title__main {
		font-size: 25.2px;
		line-height: 1.1;
		letter-spacing: -0.84px;
		font-weight: 500;
	}

	.tpd-article {
		margin: 4px 0 0;
		font-size: 9.9px;
		letter-spacing: 0.02em;
		line-height: 1.4;
	}

	.tpd-stock.stickers-title {
		gap: 8px;
	}

	.tpd-stock__status,
	.tpd-stock__pickup {
		padding: 0;
		background: transparent;
		font-size: 11.7px;
		letter-spacing: -0.26px;
		gap: 8px;
	}

	.tpd-stock__metro {
		display: none;
	}

	.tpd-stock__slash,
	.tpd-stock__place-status {
		display: none;
	}

	.tpd-stock__place {
		color: var(--tpd-muted);
	}

	.tpd-stock__place::before {
		content: "·\00a0";
		color: var(--tpd-muted);
	}

	.tpd-divider {
		display: none;
	}

	.tpd-rating {
		gap: 10px;
		width: 100%;
		padding-bottom: 12px;
		margin-bottom: 0;
		border-bottom: 1px solid #e7e1db;
		box-sizing: border-box;
	}

	.tpd-rating__star--desk {
		display: none !important;
	}

	.tpd-rating__stars {
		display: inline-flex !important;
	}

	.tpd-rating__value {
		font-size: 18px;
		letter-spacing: -0.4px;
		text-transform: none;
		line-height: 1;
		font-weight: 500;
	}

	.tpd-rating__meta {
		gap: 4px;
		font-size: 10.8px;
		letter-spacing: -0.2px;
		line-height: 1.2;
	}

	.tpd-rating__link {
		font-size: 10.8px!important;
		text-underline-offset: 2px;
	}

	.tpd-rating__photos {
		margin-left: 10px;
	}

	.tpd-rating__photos img {
		width: 24px;
		height: 24px;
		margin-left: -8px;
	}

	.tpd-rating__photos img:first-child {
		margin-left: 0;
	}

	.product-page-main {
		order: 1;
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch;
		justify-content: flex-start !important;
		gap: 12px !important;
		padding: 0 !important;
		margin: 0 !important;
		min-height: 0 !important;
		height: auto !important;
		box-sizing: border-box;
		width: 100%;
	}

	
	.tpd-root .product-page-main > .product-page-main__row,
	.tpd-root .get-product-detail .product-page-main__row {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		border-bottom: none !important;
		justify-content: flex-start !important;
		gap: 0 !important;
		min-height: 0 !important;
		height: auto !important;
		flex: none !important;
	}

	.tpd-delivery [data-tpd-delivery-body] {
		min-height: 0 !important;
	}

	.tpd-delivery-wrap {
		margin-top: 0 !important;
		padding-top: 8px !important;
	}

	.tpd-price-block.product-page-main__row.edit-mob-row,
	.tpd-price-block {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch;
		gap: 12px !important;
		width: 100%;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
		border-bottom: none !important;
	}

	.tpd-price {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 12px;
		width: 100%;
		min-height: 0 !important;
		height: auto !important;
	}

	.tpd-price__left {
		display: flex;
		flex-direction: column;
		gap: 6px;
		min-width: 0;
	}

	.tpd-price__current {
		font-size: 32.4px;
		line-height: 1;
		letter-spacing: -1px;
		color: var(--tpd-text);
	}

	.tpd-price__meta {
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.tpd-price__old {
		position: relative;
		font-size: 12.6px;
		letter-spacing: -0.28px;
		color: var(--tpd-muted);
		text-decoration: none;
	}

	.tpd-price__old::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		height: 1px;
		background: var(--tpd-accent);
		transform: translateY(-50%);
	}

	.tpd-price__percent {
		display: inline-flex;
		align-items: center;
		padding: 2px 7px;
		border-radius: 3px;
		background: var(--tpd-accent);
		color: var(--tpd-text);
		font-size: 10.8px;
		letter-spacing: -0.2px;
		line-height: 1.2;
	}

	.tpd-price__badges {
		display: flex;
		align-items: center;
		gap: 16px;
		flex-wrap: wrap;
	}

	.tpd-price__brand + .tpd-price__swiss {
		position: relative;
		padding-left: 0;
	}

	.tpd-price__brand + .tpd-price__swiss::before {
		content: "";
		position: absolute;
		left: -8px;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 12px;
		background: #e7e1db;
	}

	.tpd-price__brand,
	.tpd-price__swiss {
		display: inline-flex;
		align-items: center;
		gap: 0;
		text-decoration: none;
		color: inherit;
	}

	.tpd-price__brand-logo {
		display: inline-flex;
		align-items: center;
		height: 13px;
		margin-right: 7px;
		flex-shrink: 0;
	}

	.tpd-price__brand-logo img {
		height: 13px;
		width: auto;
		object-fit: contain;
		filter: grayscale(1);
		opacity: 0.55;
	}

	.tpd-price__brand-title,
	.tpd-price__brand-sub,
	.tpd-price__swiss-label {
		font-size: 9.9px;
		letter-spacing: -0.15px;
		color: var(--tpd-muted);
		line-height: 1.2;
		white-space: nowrap;
	}

	.tpd-price__brand-title--full {
		display: inline;
	}

	.tpd-price__brand-title--desk,
	.tpd-price__brand-sub {
		display: none !important;
	}

	.tpd-price__brand-sub::before {
		content: none;
	}

	.tpd-price__swiss-icon {
		display: inline-flex;
		width: 14px;
		height: 14px;
		margin-right: 6px;
		opacity: 0.6;
		flex-shrink: 0;
		filter: none;
	}

	.tpd-price__swiss-icon svg {
		width: 14px;
		height: 14px;
	}

	.tpd-price__badges:empty {
		display: none !important;
	}

	.tpd-pay {
		display: block;
		width: 100%;
		margin: 0 0 16px;
		padding: 12px 0 0;
		border: 0;
		border-top: 1px solid #f5f1ed;
		text-align: left;
	}

	.tpd-pay:empty {
		display: none !important;
	}

	.tpd-pay__methods,
	.tpd-pay__link {
		display: none !important;
	}

	.tpd-root .btn-dolyami,
	.tpd-pay__mobile,
	.tpd-pay .btn-dolyami.tpd-pay__mobile,
	.tpd-pay .j-sidePanel.tpd-pay__mobile,
	.page .tpd-pay .j-sidePanel.tpd-pay__mobile {
		height: auto !important;
		min-height: 0 !important;
	}

	.tpd-pay__mobile,
	.tpd-pay .btn-dolyami.tpd-pay__mobile,
	.tpd-pay .j-sidePanel.tpd-pay__mobile,
	.page .tpd-pay .j-sidePanel.tpd-pay__mobile {
		display: inline-flex !important;
		align-items: center;
		justify-content: flex-start !important;
		flex-wrap: wrap;
		gap: 6px;
		width: auto !important;
		max-width: 100%;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-left: 0 !important;
		border-radius: 0 !important;
		background: none !important;
		box-shadow: none !important;
		cursor: pointer;
		font-size: 10.8px;
		line-height: 1.4;
		letter-spacing: -0.2px;
		color: var(--tpd-muted);
		text-align: left !important;
		text-decoration: underline;
		text-underline-offset: 3px;
	}

	.tpd-pay__mobile em {
		font-style: normal;
		color: var(--tpd-text);
		text-decoration: inherit;
	}

	.tpd-pay__mobile-methods {
		display: inline-flex;
		align-items: center;
		gap: 5px;
		flex-wrap: wrap;
	}

	.tpd-pay__mobile-item {
		display: inline-flex;
		align-items: center;
		gap: 3px;
		color: var(--tpd-text);
	}

	.tpd-pay__mobile-item img,
	.tpd-pay__mobile-item svg {
		width: 14px;
		height: 14px;
		flex-shrink: 0;
	}

	.tpd-pay__mobile-or {
		color: var(--tpd-muted);
	}

	.tpd-root .credit-by.tpd-credit,
	.tpd-root .tpd-credit {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 6px;
		width: 100%;
		margin: 0 0 16px;
		padding: 8px 0 0;
		border: 0;
		border-top: 1px solid #f5f1ed;
		border-left: 0;
	}

	.tpd-root .tpd-credit span {
		font-size: 10.8px;
	}

	.tpd-root .tpd-credit svg {
		height: 24px;
	}

	.tpd-actions-wrap.product-page-main__row,
	.tpd-actions-wrap {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
		border-bottom: none !important;
	}

	.tpd-actions-wrap.u-row-flex-bottom {
		display: block !important;
		flex-direction: column !important;
	}

	.tpd-actions {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}

	.tpd-actions__cart.button.is-primary.is-cart {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 58px;
		min-height: 58px;
		padding: 12px 16px;
		font-weight: 500;
		margin: 0;
		border: 0;
		border-radius: 4px;
		background: #3c3c3c !important;
		color: #fff !important;
		font-size: 14.4px;
		letter-spacing: -0.32px;
		line-height: 1.2;
		text-align: center;
		cursor: pointer;
	}

	.tpd-actions__row {
		display: flex;
		align-items: stretch;
		gap: 10px;
		width: 100%;
	}

	.tpd-actions__secondary.button.is-ghost {
		flex: 1 1 0%;
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2px;
		height: 52px;
		min-height: 52px;
		padding: 8px 12px;
		margin: 0;
		border: 1px solid #e7e1db !important;
		border-radius: 4px;
		background: #fff !important;
		color: var(--tpd-text) !important;
		font-size: 11.7px;
		letter-spacing: -0.26px;
		line-height: 1.2;
		text-align: center;
		cursor: pointer;
		box-shadow: none !important;
	}

	.tpd-actions__secondary-title {
		display: block;
		font-size: 11.7px;
		letter-spacing: -0.26px;
		line-height: 1.2;
	}

	.tpd-actions__secondary-sub {
		display: block;
		font-size: 9.9px;
		letter-spacing: -0.2px;
		line-height: 1.2;
		color: var(--tpd-muted);
	}

	.tpd-actions__secondary-sub[hidden] {
		display: none !important;
	}

	.tpd-actions__fav {
		width: 52px;
		min-width: 52px;
		height: 52px;
		min-height: 52px;
		border: 1px solid #e7e1db;
		background: #fff;
	}

	.tpd-actions__fav:hover {
		background: #faf9f7;
	}

	.tpd-notify {
		width: 100%;
	}

	.tpd-notify__btn {
		width: 100%;
		height: 58px;
		border-radius: 4px;
		border: 0;
		background: #8a7f78;
		color: #fff;
		font-size: 14.4px;
		letter-spacing: -0.32px;
		cursor: pointer;
	}

	.tpd-delivery-wrap {
		margin-top: 4px;
		padding-top: 16px;
	}

	.tpd-delivery__label {
		font-size: 11.7px;
		letter-spacing: -0.26px;
		color: var(--tpd-text);
	}

	.tpd-delivery__badge {
		font-size: 9.9px;
		padding: 2px 7px;
		border-radius: 3px;
	}

	.tpd-delivery__place {
		font-size: 9.9px;
		color: var(--tpd-muted);
	}

	.tpd-delivery__value,
	.tpd-delivery__city {
		font-size: 11.7px;
		letter-spacing: -0.26px;
	}

	.tpd-tabs__nav {
		gap: 0 !important;
		overflow-x: auto;
		overflow-y: hidden;
		touch-action: pan-x;
		overscroll-behavior-x: contain;
		overscroll-behavior-y: none;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		margin-bottom: 20px;
		border-bottom-color: #e7e1db;
		justify-content: flex-start !important;
	}

	.tpd-tabs__nav::-webkit-scrollbar {
		display: none;
	}

	.tpd-tabs__btn {
		flex-shrink: 0;
		gap: 6px;
		padding: 14px 16px !important;
		font-size: 11.7px !important;
		line-height: 1.2 !important;
		letter-spacing: -0.26px !important;
	}

	.tpd-tabs__btn:first-child {
		padding-left: 0 !important;
	}

	.tpd-tabs__btn:last-child {
		padding-right: 16px !important;
	}

	.tpd-tabs__btn-count {
		min-width: 17px;
		height: 17px;
		padding: 0 5px;
		border-radius: 20px;
		font-size: 9.9px;
		letter-spacing: -0.2px;
		line-height: 17px;
		box-sizing: border-box;
	}

	.tpd-tabs__panel,
	.tpd-tabs__panel .product-section-body,
	.tpd-tabs__panel .product-section-body p,
	.tpd-tabs__panel .product-page-specs__label,
	.tpd-tabs__panel .product-page-specs__value,
	.tpd-tabs__panel .warranty-block,
	.tpd-tabs__panel .warranty-block p,
	.tpd-tabs__panel .warranty-block li,
	.tpd-tabs__panel .features__list,
	.tpd-tabs__panel .features__list ul > li,
	.tpd-tabs__panel .features__list ul > li p,
	.tpd-tabs__panel .functions__item-body {
		font-size: 11.7px !important;
		letter-spacing: -0.2px;
		line-height: 1.6;
	}

	.tpd-tabs__panel .features__item-title,
	.tpd-tabs__panel .features__list ul > li strong,
	.tpd-tabs__panel .warranty-block__title {
		font-size: 11.7px !important;
		letter-spacing: -0.26px;
		line-height: 1.4;
	}

	.tpd-tabs__panel .product-section-more,
	.tpd-tabs__panel .product-section-more span {
		font-size: 11.7px !important;
	}

	.tpd-tabs__panel .type-2-container span {
		font-size: 12.6px !important;
		font-weight: 500;
		line-height: 120%;
	}
}

.tpd-desc-spoiler {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
}

.tpd-desc-spoiler .product-section-body {
	width: 100%;
	overflow: hidden;
	transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		-webkit-mask-image 0.35s ease,
		mask-image 0.35s ease;
}

.tpd-desc-spoiler.is-truncated .product-section-body {
	-webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
	mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
}

.tpd-desc-spoiler.is-truncated .product-section-body::after {
	display: none;
}

.tpd-desc-spoiler.is-expanded .product-section-body {
	-webkit-mask-image: none;
	mask-image: none;
}

.tpd-desc-spoiler__btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	font-family: inherit;
	color: #8a7f78;
	transition: color 0.2s;
}

.tpd-desc-spoiler__btn:hover {
	color: #3c3c3c;
}

.tpd-desc-spoiler__btn span {
	font-size: 12.6px !important;
	letter-spacing: -0.28px;
	line-height: 1.2;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tpd-desc-spoiler__btn svg {
	flex-shrink: 0;
	transition: transform 0.25s;
}

.tpd-desc-spoiler.is-expanded .tpd-desc-spoiler__btn svg {
	transform: rotate(180deg);
}

.tpd-rating {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 6px;
}

.tpd-rating__score {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.tpd-rating__star {
	display: inline-flex;
	line-height: 0;
}

.tpd-rating__stars {
	display: none;
	align-items: center;
	gap: 3px;
	line-height: 0;
	flex-shrink: 0;
}

.tpd-rating__stars svg {
	display: block;
	flex-shrink: 0;
}

.tpd-rating__value {
	font-size: 14.4px;
	line-height: 1.2;
	letter-spacing: -0.64px;
	text-transform: uppercase;
	color: var(--tpd-text);
}

.tpd-rating__meta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12.6px;
	line-height: 1.2;
	letter-spacing: -0.24px;
	color: var(--tpd-muted, #8a7f78);
}

.tpd-rating__link {
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	font: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

.tpd-rating__link:hover {
	color: var(--tpd-text);
}

.tpd-rating__sep {
	opacity: 0.7;
}

.tpd-rating__photos {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: 12px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	line-height: 0;
	vertical-align: middle;
}

.tpd-rating__photos img {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	border: 1.5px solid #fff;
	box-sizing: border-box;
	margin-left: -10px;
	background: #f5f1ed;
	position: relative;
}

.tpd-rating__photos img:first-child {
	margin-left: 0;
	z-index: 1;
}

.tpd-rating__photos img:nth-child(2) {
	z-index: 2;
}

.tpd-rating__photos img:nth-child(3) {
	z-index: 3;
}

.tpd-tabs {
	width: 100%;
	margin-top: 0;
}

.tpd-tabs__nav {
	display: flex;
	align-items: flex-end;
	gap: 32px;
	border-bottom: 1px solid #e7e1db;
	margin-bottom: 32px;
	overflow-x: auto;
	overflow-y: hidden;
	touch-action: pan-x;
	overscroll-behavior-x: contain;
	overscroll-behavior-y: none;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.tpd-tabs__nav::-webkit-scrollbar {
	display: none;
}

.tpd-tabs__btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: -1px;
	padding: 0 0 12px;
	border: 0;
	border-bottom: 2px solid transparent;
	background: none;
	color: #8a7f78;
	font-size: 14.4px;
	line-height: 1.2;
	letter-spacing: -0.32px;
	white-space: nowrap;
	cursor: pointer;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.tpd-tabs__btn:hover {
	color: var(--tpd-text);
}

.tpd-tabs__btn.is-active {
	color: var(--tpd-text);
	border-bottom-color: #3c3c3c;
}

.tpd-tabs__btn-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	padding: 1px 6px;
	border-radius: 10px;
	background: #f5f1ed;
	color: #8a7f78;
	font-size: 9.9px;
	line-height: 1.4;
}

.tpd-tabs__panels {
	position: relative;
	width: 100%;
	min-height: 0;
}

.tpd-tabs__panel {
	display: none;
}

.tpd-tabs__panel.is-active {
	display: block;
}

.tpd-tabs__video {
	margin-top: 24px;
}

.tpd-tabs__warranty-return {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.tpd-tabs__return-block {
	padding-top: 8px;
	border-top: 1px solid #e7e1db;
}

.tpd-tabs .warranty-block__title {
	margin-top: 0;
	margin-bottom: 8px;
}

@media (max-width: 850px) {
	.tpd-tabs__nav {
		gap: 0 !important;
		margin-bottom: 20px !important;
		justify-content: flex-start !important;
		align-items: flex-end !important;
		overflow-x: auto;
		overflow-y: hidden;
		touch-action: pan-x;
		overscroll-behavior-y: none;
	}

	.tpd-tabs__btn {
		padding: 14px 16px !important;
		font-size: 11.7px !important;
		line-height: 1.2 !important;
		letter-spacing: -0.26px !important;
	}

	.tpd-tabs__btn:first-child {
		padding-left: 0 !important;
	}

	.tpd-tabs__btn:last-child {
		padding-right: 16px !important;
	}
}

.tpd-delivery-wrap {
	position: relative;
	width: 100%;
}

.tpd-delivery {
	position: relative;
	width: 100%;
}

@media (min-width: 851px) {
	.tpd-delivery [data-tpd-delivery-body] {
		min-height: 168px;
	}
}

.tpd-delivery__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0;
	border-top: 1px solid #f5f1ed;
}

.tpd-delivery__row--head {
	border-top: 0;
	padding-top: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #f5f1ed;
}

.tpd-delivery__row--last {
	padding-bottom: 0;
}

.tpd-delivery__left {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.tpd-delivery__label {
	font-size: 12.6px;
	line-height: 1.2;
	letter-spacing: -0.24px;
	color: #8a7f78;
	white-space: nowrap;
}

.tpd-delivery__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 4px 5px;
	border-radius: 4px;
	background: #dede2b;
	color: #3c3c3c;
	font-size: 12.6px;
	line-height: 1.2;
	letter-spacing: -0.24px;
	white-space: nowrap;
}

.tpd-delivery__place {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12.6px;
	line-height: 1.2;
	letter-spacing: -0.24px;
	color: #3c3c3c;
	white-space: nowrap;
}

.tpd-delivery__metro {
	flex-shrink: 0;
}

.tpd-delivery__value {
	font-size: 12.6px;
	line-height: 1.2;
	letter-spacing: -0.24px;
	color: #8a7f78;
	white-space: nowrap;
}

.tpd-delivery__city {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	border: 0;
	background: none;
	color: #3c3c3c;
	font: inherit;
	font-size: 12.6px;
	line-height: 1.2;
	letter-spacing: -0.24px;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
	white-space: nowrap;
}

.tpd-delivery__city:hover {
	opacity: 0.75;
}

.tpd-city-panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 30;
	padding: 18px 20px 20px;
	border: 1px solid #e7e1db;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 1.5px 4px rgba(0, 0, 0, 0.06);
}

.tpd-city-panel[hidden] {
	display: none !important;
}

.tpd-city-panel__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.tpd-city-panel__title {
	font-size: 13.5px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.36px;
	color: #3c3c3c;
}

.tpd-city-panel__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f5f1ed;
	cursor: pointer;
}

.tpd-city-panel__search {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	padding: 9px 12px;
	border-radius: 8px;
	background: #faf9f7;
}

.tpd-city-panel__input {
	flex: 1;
	min-width: 0;
	border: 0;
	outline: none;
	background: transparent;
	color: #3c3c3c;
	font: inherit;
	font-size: 11.7px;
	letter-spacing: -0.24px;
}

.tpd-city-panel__clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #e7e1db;
	cursor: pointer;
}

.tpd-city-panel__clear[hidden] {
	display: none !important;
}

.tpd-city-panel__section-label {
	margin-bottom: 10px;
	font-size: 9.9px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #8a7f78;
}

.tpd-city-panel__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 16px;
	        font-weight: 500;
}

.tpd-city-panel__chip {
	padding: 6px 12px;
	border: 1.5px solid #e7e1db;
	border-radius: 6px;
	background: #fff;
	color: #3c3c3c;
	font: inherit;
	font-size: 11.7px;
	line-height: 1.2;
	letter-spacing: -0.26px;
	cursor: pointer;
	transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.tpd-city-panel__chip.is-active {
	border-color: transparent;
	background: #3c3c3c;
	color: #fff;
}

.tpd-city-panel__results {
	max-height: 160px;
	margin-bottom: 16px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.tpd-city-panel__results[hidden],
.tpd-city-panel__popular[hidden] {
	display: none !important;
}

.tpd-city-panel__result {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 9px 0;
	border: 0;
	border-bottom: 1px solid #f5f1ed;
	background: none;
	color: #8a7f78;
	font: inherit;
	font-size: 11.7px;
	letter-spacing: -0.26px;
	text-align: left;
	cursor: pointer;
}

.tpd-city-panel__result.is-active {
	color: #3c3c3c;
	font-weight: 500;
}

.tpd-city-panel__empty {
	padding: 8px 0;
	font-size: 11.7px;
	font-weight: 500;
	color: #8a7f78;
}

.tpd-city-panel__hint {
	padding: 8px 0;
	font-size: 11.7px;
	font-weight: 500;
	color: #8a7f78;
}

.tpd-city-panel__loading {
	display: none;
	position: absolute;
	inset: 0;
	z-index: 5;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border-radius: inherit;
	background: #fff;
	font-size: 11.7px;
	line-height: 1.35;
	letter-spacing: -0.26px;
	color: #3c3c3c;
	text-align: center;
}

.tpd-city-panel.is-loading .tpd-city-panel__loading {
	display: flex;
}

.tpd-city-panel.is-loading .tpd-city-panel__body,
.tpd-city-panel.is-loading .tpd-city-panel__search {
	pointer-events: none;
}

.tpd-city-panel__handle {
	display: none;
}

.tpd-city-panel__foot,
.tpd-city-panel__apply {
	display: none !important;
}

.tpd-city-backdrop {
	position: fixed;
	inset: 0;
	z-index: 29;
	background: transparent;
}

body.tpd-city-open {
	overflow: hidden;
}

@media (min-width: 851px) {
	body.tpd-city-open {
		overflow: visible;
	}

	.tpd-city-panel {
		z-index: 30;
	}

	.tpd-city-panel.tpd-city-panel--float:not([hidden]) {
		position: fixed !important;
		z-index: 10050 !important;
		right: auto;
		max-height: calc(100vh - 24px);
		overflow: auto;
	}

	.tpd-city-backdrop {
		z-index: 10040;
	}
}

@media (max-width: 850px) {
	.tpd-delivery__city {
		color: #8a7f78 !important;
		letter-spacing: -0.26px !important;
	}

	.tpd-delivery__city svg path {
		stroke: #8a7f78;
	}

	.tpd-city-backdrop {
		z-index: 1190;
		background: rgba(0, 0, 0, 0.5);
	}

	.tpd-city-panel:not([hidden]) {
		position: fixed;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1200;
		display: flex !important;
		flex-direction: column;
		width: 100%;
		height: auto;
		max-height: 88vh;
		padding: 0;
		border: 0;
		border-radius: 20px 20px 0 0;
		box-shadow: none;
		overflow: hidden;
		animation: tpdCityUp 0.32s cubic-bezier(0.22, 1, 0.36, 1);
	}

	@keyframes tpdCityUp {
		from { transform: translateY(100%); }
		to { transform: translateY(0); }
	}

	.tpd-city-panel__handle {
		display: flex;
		justify-content: center;
		padding: 14px 0 6px;
		flex-shrink: 0;
	}

	.tpd-city-panel__handle span {
		width: 32px;
		height: 3.5px;
		border-radius: 2px;
		background: #e7e1db;
	}

	.tpd-city-panel__head {
		margin-bottom: 0;
		padding: 8px 20px 18px;
		flex-shrink: 0;
	}

	.tpd-city-panel__title {
		font-size: 16.2px !important;
		letter-spacing: -0.5px !important;
		line-height: 1.2;
	}

	.tpd-city-panel__close {
		width: 30px;
		height: 30px;
		background: #f5f1ed;
	}

	.tpd-city-panel__search {
		margin: 0 16px 20px;
		padding: 12px 16px;
		border-radius: 12px;
		flex-shrink: 0;
	}

	.tpd-city-panel__input {
		font-size: 13.5px !important;
		letter-spacing: -0.3px;
	}

	.tpd-city-panel__clear {
		width: 20px;
		height: 20px;
	}

	.tpd-city-panel__body {
		flex: 1 1 auto;
		min-height: 0;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0 16px 8px;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		touch-action: pan-y;
	}

	.tpd-city-panel__section-label {
		margin-bottom: 14px;
		letter-spacing: 0.06em;
		font-weight: 500;
	}

	.tpd-city-panel__chips {
		gap: 8px;
		margin-bottom: 8px;
		padding-bottom: 8px;
	}

	.tpd-city-panel__chip {
		padding: 9px 18px;
		border-radius: 8px;
		font-size: 12.6px !important;
		letter-spacing: -0.3px;
	}

	.tpd-city-panel__results {
		overflow: visible;
		max-height: none;
		margin-bottom: 0;
	}

	.tpd-city-panel__result {
		padding: 15px 0;
		font-size: 13.5px !important;
		letter-spacing: -0.3px;
		color: #3c3c3c;
	}

	.tpd-city-panel__result.is-active {
		font-weight: 600;
	}

	.tpd-city-panel__empty,
	.tpd-city-panel__hint {
		padding: 20px 0;
		font-size: 12.6px;
		font-weight: 500;
		text-align: center;
	}

	.tpd-city-panel__foot,
	.tpd-city-panel__apply {
		display: none !important;
	}
}

.tpd-order[hidden] {
	display: none !important;
}

body.tpd-order-open {
	overflow: hidden;
}

.tpd-order {
	position: fixed;
	inset: 0;
	z-index: 1200;
}

.tpd-order__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.38);
	backdrop-filter: blur(2px);
}

.tpd-order__panel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(520px, 100%);
	background: #fff;
	box-shadow: -8px 0 48px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	animation: tpdOrderIn 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes tpdOrderIn {
	from { transform: translateX(100%); }
	to { transform: translateX(0); }
}

.tpd-order__close {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 2;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	transition: background 0.15s;
}

.tpd-order__handle {
	display: none;
}

.tpd-order__close:hover {
	background: #f5f1ed;
}

.tpd-order__scroll {
	flex: 1;
	overflow-y: auto;
	padding: 32px 44px 80px;
	-webkit-overflow-scrolling: touch;
}

.tpd-order__title {
	margin: 28px 0 32px;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: -1.8px;
	line-height: 1;
	text-transform: uppercase;
	color: #3c3c3c;
}

.tpd-order__product {
	display: flex;
	align-items: center;
	gap: 20px;
	padding-bottom: 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid #f5f1ed;
}

.tpd-order__product-img {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	background: #faf9f7;
	overflow: hidden;
}

.tpd-order__product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tpd-order__product-name {
	font-size: 13.5px;
	letter-spacing: -0.3px;
	line-height: 1.3;
	color: #3c3c3c;
	margin-bottom: 4px;
}

.tpd-order__product-art {
	font-size: 9.9px;
	letter-spacing: 0.02em;
	color: #8a7f78;
	margin-bottom: 10px;
}

.tpd-order__product-price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	color: #3c3c3c;
}

.tpd-order__product-price-now {
	font-size: 21.6px;
	letter-spacing: -0.9px;
	line-height: 1;
	color: #3c3c3c;
	white-space: nowrap;
}

.tpd-order__product-price-meta {
	display: flex;
	align-items: center;
	gap: 12px;
}

.tpd-order__product-price-meta[hidden] {
	display: none !important;
}

.tpd-order__product-price-old {
	position: relative;
	font-size: 12.6px;
	line-height: 1.4;
	letter-spacing: -0.28px;
	color: #cacaca;
	white-space: nowrap;
}

.tpd-order__product-price-old::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 2px;
	background: var(--tpd-accent, #dede2b);
	transform: translateY(-50%) rotate(-8deg);
}

.tpd-order__product-price-percent {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	border-radius: 4px;
	background: var(--tpd-accent, #dede2b);
	font-size: 10.8px;
	letter-spacing: -0.24px;
	line-height: 1;
	color: #3c3c3c;
	white-space: nowrap;
}

.tpd-order__shop {
	margin-bottom: 28px;
}

.tpd-order__shop[hidden] {
	display: none !important;
}

.tpd-order__shop-title {
	margin: 0 0 16px;
	font-size: 19.8px;
	font-weight: 500;
	letter-spacing: -0.7px;
	line-height: 1.2;
	color: #3c3c3c;
}

.tpd-order__shop-meta {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 14px;
}

.tpd-order__shop-meta p,
.tpd-order__shop-meta a {
	margin: 0;
	font-size: 12.6px;
	letter-spacing: -0.28px;
	line-height: 1.4;
	color: #3c3c3c;
	text-decoration: none;
}

.tpd-order__shop-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 14px;
}

.tpd-order__shop-links a {
	font-size: 11.7px;
	letter-spacing: -0.26px;
	color: #3c3c3c;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tpd-order__contacts {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0 0 24px;
}

.tpd-order__phones {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.tpd-order__phones a {
	font-size: 12.6px;
	line-height: 1.4;
	letter-spacing: -0.28px;
	color: #3c3c3c;
	text-decoration: none;
}

.tpd-order__phones a:hover {
	opacity: 0.75;
}

.tpd-order__messengers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
}

.tpd-order__messengers a {
	font-size: 11.7px;
	line-height: 1.35;
	letter-spacing: -0.26px;
	color: #3c3c3c;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tpd-order__status {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	font-size: 12.6px;
	letter-spacing: -0.28px;
	color: #3c3c3c;
}

.tpd-order__status-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #dede2b;
	flex-shrink: 0;
}

.tpd-order__banner {
	background: #f5f1ed;
	border-radius: 6px;
	padding: 16px 18px;
	font-size: 11.7px;
	line-height: 1.65;
	letter-spacing: -0.24px;
	color: #3c3c3c;
}

.tpd-order__promo {
	margin-bottom: 32px;
}

.tpd-order__promo-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 14px;
	border: 0;
	border-bottom: 1.5px solid #e7e1db;
	background: none;
	font: inherit;
	font-size: 12.6px;
	letter-spacing: -0.32px;
	color: #3c3c3c;
	cursor: pointer;
}

.tpd-order__promo-toggle svg {
	transition: transform 0.2s;
	flex-shrink: 0;
}

.tpd-order__promo-toggle.is-open svg {
	transform: rotate(180deg);
}

.tpd-order__promo-body {
	padding-top: 12px;
}

.tpd-order__promo-body[hidden] {
	display: none !important;
}

.tpd-order__promo-row {
	display: flex;
	align-items: flex-end;
	gap: 12px;
}

.tpd-order__promo-check {
	flex-shrink: 0;
	padding: 8px 0;
	border: 0;
	background: none;
	font: inherit;
	font-size: 12.6px;
	letter-spacing: -0.28px;
	color: #3c3c3c;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

.tpd-order__promo-msg {
	margin-top: 8px;
	font-size: 10.8px;
	letter-spacing: -0.24px;
}

.tpd-order__promo-msg.is-ok {
	color: #2f7d32;
}

.tpd-order__promo-msg.is-err {
	color: #b42318;
}

.tpd-order__promo-msg[hidden] {
	display: none !important;
}

.tpd-order__field {
	display: block;
	margin-bottom: 28px;
}

.tpd-order__label {
	display: block;
	margin-bottom: 8px;
	font-size: 10.8px;
	letter-spacing: -0.24px;
	line-height: 1;
	color: #8a7f78;
}

.tpd-order__input {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	border: 0;
	border-bottom: 1.5px solid #cacaca;
	background: transparent;
	outline: none;
	font: inherit;
	font-size: 14.4px;
	letter-spacing: -0.36px;
	color: #3c3c3c;
}

.tpd-order__input:focus {
	border-bottom-color: #3c3c3c;
}

.tpd-order__input.is-ok {
	border-bottom-color: #2f7d32;
	color: #2f7d32;
}

.tpd-order__input.is-err {
	border-bottom-color: #b42318;
	color: #b42318;
}

.tpd-order__input.is-ok:focus {
	border-bottom-color: #2f7d32;
}

.tpd-order__input.is-err:focus {
	border-bottom-color: #b42318;
}

.tpd-order__error {
	margin: -8px 0 16px;
	font-size: 11.7px;
	line-height: 1.4;
	color: #b42318;
	white-space: pre-line;
}

.tpd-order__error[hidden] {
	display: none !important;
}

.tpd-order__submit {
	width: 100%;
	height: 68px;
	margin-bottom: 20px;
	border: 0;
	background: #3c3c3c;
	color: #fff;
	font: inherit;
	font-size: 14.4px;
	letter-spacing: -0.32px;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

.tpd-order__submit:hover:not(:disabled) {
	background: #2a2a2a;
}

.tpd-order__submit:disabled {
	background: #e7e1db;
	color: #8a7f78;
	cursor: default;
}

.tpd-order__agree {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 4px 0 16px;
	cursor: pointer;
}

.tpd-order__agree-input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.tpd-order__agree-box {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-top: 1px;
	border: 1.5px solid #cfc6be;
	border-radius: 4px;
	background: #fff;
	box-sizing: border-box;
	transition: background 0.15s, border-color 0.15s;
}

.tpd-order__agree-box svg {
	opacity: 0;
	transition: opacity 0.15s;
}

.tpd-order__agree-input:checked + .tpd-order__agree-box {
	background: #3c3c3c;
	border-color: #3c3c3c;
}

.tpd-order__agree-input:checked + .tpd-order__agree-box svg {
	opacity: 1;
}

.tpd-order__agree-input:focus-visible + .tpd-order__agree-box {
	outline: 2px solid #3c3c3c;
	outline-offset: 2px;
}

.tpd-order__agree-text {
	font-size: 10.8px;
	letter-spacing: -0.24px;
	line-height: 1.55;
	color: #8a7f78;
}

.tpd-order__agree-text a {
	color: #8a7f78;
	text-decoration: underline;
}

.tpd-order__terms {
	margin: 0;
	font-size: 10.8px;
	letter-spacing: -0.24px;
	line-height: 1.65;
	color: #8a7f78;
}

.tpd-order__terms a {
	color: #8a7f78;
	text-decoration: underline;
}

.tpd-order__success {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 48px 0;
	text-align: center;
}

.tpd-order__success[hidden] {
	display: none !important;
}

.tpd-order.is-success .tpd-order__title,
.tpd-order.is-success .tpd-order__product,
.tpd-order.is-success .tpd-order__shop,
.tpd-order.is-success .tpd-order__contacts {
	display: none !important;
}

.tpd-order.is-success .tpd-order__scroll {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
	box-sizing: border-box;
}

.tpd-order.is-success .tpd-order__success {
	flex: 1;
	justify-content: center;
	padding: 32px 0;
}

.tpd-order__success-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #dede2b;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tpd-order__success-title {
	font-size: 19.8px;
	letter-spacing: -0.8px;
	line-height: 1.2;
	color: #3c3c3c;
}

.tpd-order__success-sub {
	font-size: 12.6px;
	letter-spacing: -0.28px;
	color: #8a7f78;
}

.tpd-order__success-num {
	font-size: 11.7px;
	letter-spacing: -0.26px;
	color: #cacaca;
}

.tpd-order__success .tpd-order__submit {
	width: auto;
	min-width: 160px;
	height: auto;
	padding: 14px 40px;
	margin-top: 8px;
	margin-bottom: 0;
}

@media (max-width: 850px) {
	.tpd-order__backdrop {
		background: rgba(0, 0, 0, 0.5);
		backdrop-filter: none;
	}

	.tpd-order__panel {
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		max-height: 92vh;
		border-radius: 20px 20px 0 0;
		animation: tpdOrderUp 0.32s cubic-bezier(0.22, 1, 0.36, 1);
	}

	@keyframes tpdOrderUp {
		from { transform: translateY(100%); }
		to { transform: translateY(0); }
	}

	.tpd-order__handle {
		display: flex;
		justify-content: center;
		padding: 14px 0 6px;
		flex-shrink: 0;
	}

	.tpd-order__handle span {
		width: 32px;
		height: 3.5px;
		border-radius: 2px;
		background: #e7e1db;
	}

	.tpd-order__close {
		top: 22px;
		right: 20px;
		width: 30px;
		height: 30px;
		background: #f5f1ed;
	}

	.tpd-order__scroll {
		padding: 0 20px 40px;
	}

	.tpd-order__title {
		margin: 8px 0 16px;
		padding-right: 40px;
		font-size: 18px !important;
		font-weight: 500;
		letter-spacing: -0.6px !important;
		line-height: 1.2;
		text-transform: none;
	}

	.tpd-order__product {
		gap: 14px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.tpd-order__product-img {
		width: 64px;
		height: 64px;
	}

	.tpd-order__product-name {
		font-size: 11.7px !important;
		letter-spacing: -0.26px;
		margin-bottom: 3px;
	}

	.tpd-order__product-art {
		font-size: 9px !important;
		margin-bottom: 8px;
	}

	.tpd-order__product-price,
	.tpd-order__product-price-now {
		font-size: 18px !important;
		letter-spacing: -0.6px;
	}

	.tpd-order__shop {
		margin-bottom: 20px;
	}

	.tpd-order__shop-title {
		font-size: 15.3px !important;
		letter-spacing: -0.5px;
		line-height: 1.25;
	}

	.tpd-order__shop-meta p,
	.tpd-order__shop-meta a {
		font-size: 11.7px !important;
		letter-spacing: -0.26px;
	}

	.tpd-order__shop-links a {
		font-size: 10.8px !important;
	}

	.tpd-order__status {
		font-size: 11.7px !important;
		letter-spacing: -0.26px;
	}

	.tpd-order__banner {
		padding: 14px 16px;
		font-size: 10.8px !important;
		letter-spacing: -0.22px;
		line-height: 1.65;
	}

	.tpd-order__submit {
		height: 54px;
		border-radius: 12px;
		font-size: 13.5px !important;
	}

	.tpd-order__terms {
		font-size: 9.9px !important;
		letter-spacing: -0.22px;
		line-height: 1.65;
		padding-bottom: 4px;
	}
}

/* End */


/* Start:/local/components/tempus/product.reviews/templates/.default-redesign/style.css?17857361434902*/
.tpd-rev {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	width: 100%;
	font-weight: 500;
	color: #3c3c3c;
}

.tpd-rev--empty {
	padding: 40px;
	text-align: center;
	color: #8a7f78;
}

.tpd-rev__summary {
	display: flex;
	align-items: center;
	gap: 10px;
}

.tpd-rev__summary-side {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.tpd-rev__summary-stars {
	display: inline-flex;
	align-items: center;
	gap: 3px;
}

.tpd-rev__avg {
	font-size: 28px;
	letter-spacing: -1.12px;
	line-height: 1;
}

.tpd-rev__stars {
	display: inline-flex;
	align-items: center;
	gap: 1px;
}

.tpd-rev__count {
	font-size: 13px;
	letter-spacing: -0.26px;
	line-height: 1.2;
	color: #8a7f78;
	margin-left: 4px;
}

.tpd-rev__summary-line {
	display: none;
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: -0.2px;
	color: #8a7f78;
}

.tpd-rev__toolbar {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	flex-wrap: wrap;
}

.tpd-rev__promo.promo-container {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	width: auto;
}

.tpd-rev__promo .promo-trigger {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	font: inherit;
	font-size: 12px;
	letter-spacing: -0.24px;
	line-height: 1.2;
	color: #8a7f78;
	cursor: pointer;
	white-space: nowrap;
}

.tpd-rev__promo .promo-trigger span {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tpd-rev__promo .promo-trigger:hover {
	color: #3c3c3c;
}

.tpd-rev__promo .promo-tooltip {
	position: absolute;
	z-index: 20;
	left: 0;
	top: calc(100% + 8px);
	width: min(580px, 90vw);
	background: #fff;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
	border: 1px solid #e0e0e0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s, visibility 0.2s;
}

.tpd-rev__promo .promo-tooltip.active {
	opacity: 1;
	visibility: visible;
}

.tpd-rev__add {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-left: auto;
	height: 40px;
	padding: 0 16px 0 14px;
	border-radius: 4px;
	box-sizing: border-box;
	background: #3c3c3c;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: -0.26px;
	line-height: 1.2;
	white-space: nowrap;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	transition: background 0.15s;
}

.tpd-rev__add:hover {
	background: #2a2a2a;
	color: #fff;
}

.tpd-rev__list {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-top: 1px solid #f5f1ed;
}

.tpd-rev__row {
	display: flex;
	gap: 24px;
	width: 100%;
	padding: 20px 4px;
	margin: 0 -4px;
	border-bottom: 1px solid #f5f1ed;
	transition: background 0.15s;
}

.tpd-rev__row:hover {
	background: #faf9f7;
}

.tpd-rev__author {
	flex-shrink: 0;
	width: 90px;
	font-size: 14px;
	letter-spacing: -0.28px;
	line-height: 1.2;
	color: #3c3c3c;
	word-break: break-word;
}

.tpd-rev__body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.tpd-rev__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.tpd-rev__date {
	font-size: 12px;
	letter-spacing: -0.24px;
	line-height: 1.2;
	color: #8a7f78;
	white-space: nowrap;
}

.tpd-rev__text {
	margin: 0;
	font-size: 14px;
	letter-spacing: -0.28px;
	line-height: 1.5;
	color: #3c3c3c;
	word-break: break-word;
}

.tpd-rev__photos {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
}

.tpd-rev__photo {
	display: block;
	width: 96px;
	height: 96px;
	padding: 0;
	border: 0;
	border-radius: 4px;
	overflow: hidden;
	background: #f5f1ed;
	cursor: pointer;
}

.tpd-rev__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tpd-rev__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	margin-top: 4px;
	padding: 12px 20px;
	border: 1px solid #e7e1db;
	border-radius: 4px;
	background: #fff;
	color: #3c3c3c;
	font: inherit;
	font-size: 14px;
	letter-spacing: -0.28px;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s;
}

.tpd-rev__more:hover:not(:disabled) {
	background: #faf9f7;
	border-color: #cacaca;
}

.tpd-rev__more:disabled {
	opacity: 0.6;
	cursor: default;
}

@media (max-width: 767px) {
	.tpd-rev__summary {
		gap: 16px;
		align-items: center;
	}

	.tpd-rev__avg {
		font-size: 40px;
		letter-spacing: -1px;
	}

	.tpd-rev__summary-side {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.tpd-rev__count {
		font-size: 12px;
	}

	.tpd-rev__summary-line {
		display: block;
	}

	.tpd-rev__toolbar {
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px;
	}

	.tpd-rev__promo.promo-container {
		order: 2;
		width: 100%;
	}

	.tpd-rev__add {
		margin-left: auto;
		justify-content: center;
		width: auto;
		flex: 0 0 auto;
	}

	.tpd-rev__row {
		flex-direction: column;
		gap: 10px;
	}

	.tpd-rev__author {
		width: auto;
	}
}

/* End */


/* Start:/local/components/tempus/ytp.block/templates/.default/style.css?17760767161884*/
.smartseo-usp {
    overflow: hidden;
}

.smartseo-usp__item {
    box-sizing: border-box;
    max-width: 268.5px;
}

.smartseo-usp__title {
    line-height: 1.2;
}

.smartseo-usp__desc {
    line-height: 1.3;
}

.smartseo-usp--spis .new-filter-tags,
.smartseo-usp--spis .catalog-tags {
    margin-top: 0;
}

.smartseo-usp--spis .close-tag {
    margin-top: 3px;
}

.smartseo-usp--prod {
    padding: 20px 0 30px 0;
    overflow: hidden;
}

.smartseo-usp--prod .smartseo-usp__body {
    padding-right: 20px;
}

.smartseo-usp--prod .smartseo-usp__item {
    box-sizing: border-box;
}

.smartseo-usp--prod .smartseo-usp__title {
    font-size: 13px;
    font-weight: 500;
    color: #3C3C3C;
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: uppercase;
    height: 2.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.smartseo-usp--prod .smartseo-usp__desc {
    font-weight: 500;
    color: #CBBBA7;
    line-height: 1.3;
    font-size: 11px;
    color: #CBBBA7;
    line-height: 1.3;
    text-transform: uppercase;
    height: 2.6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




@media (min-width: 1024px) {
    .smartseo-usp--prod .smartseo-usp__body {
        padding-right: 0;
        overflow: visible;
    }

    .smartseo-usp--prod .smartseo-usp__body .swiper-wrapper {}

    .smartseo-usp--prod .smartseo-usp__body .swiper-slide {
        width: auto !important;
        height: auto !important;
        max-width: 270px;
    }

    .smartseo-usp--prod .smartseo-usp__title {
        min-height: 2.6em;
    }
}

@media (min-width: 1024px) and (max-width: 1300px) {
    .smartseo-usp--prod .smartseo-usp__title {
        font-size: 13px;
    }

    .smartseo-usp--prod .smartseo-usp__desc {
        font-size: 11px;
    }
}
/* End */


/* Start:/local/components/tempus/product.list/templates/collections/style.css?17485338022612*/
.product-card__item-tags {display: flex;}
.product-card__item-tags {
    display: flex
}

.product-card .product-card__tags {
    display: flex;
    flex-direction: column;
    gap: 0!important;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.product-card .product-card__tag {
    display: flex;
    align-items: center;
    max-width: 34px;
    min-width: 34px;
    height: 34px;
    overflow: hidden;
    /* background-color: #3c3c3c; */
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.3s ease;
    cursor: default;
    justify-content: flex-start!important;
    border-radius: 0!important;
}

.product-card .product-card__tag:hover {
    font-size: 10px;
    width: fit-content;
    max-width: fit-content;
}

.product-card .product-card__tag-icon {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 6px;
    flex-shrink: 0;
}

.product-card .product-card__tag:hover .product-card .product-card__tag-icon {
    margin-right: 6px;
}

.product-card .product-card__tag span {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.product-card .product-card__tag:hover span {
    opacity: 1;
    transform: translateX(0);
}

.is-action {
    background-color: #DEDE2B!important;
    color: #000;
    min-width: 4rem;
}
.is-action .product-card .product-card__tag-icon {
    display: none;
}
.is-action span {
    opacity: 1;
    transform: translateX(0);
    font-size: 12px;
}
/* .is-favoritItem { background-color: #CBBBA7!important; }
.is-new { background-color: #DEDE2B; color: #000; }
.is-tempus { background-color: #E7E1DB; color: #000; }
.is-japan { background-color: #3C3C3C!important; }
.is-swiss { background-color: #3C3C3C!important; }
.product-card .product-card__tag.is-new { background:#FFFFFF!important; color:white!important; }
.product-card .product-card__tag.is-new:hover { background:#CBBBA7!important; } */
.is-swiss { background-color: unset!important; }
.is-swiss:hover { background-color: #3C3C3C!important; }
.is-japan { background-color: unset!important; }
.is-japan .product-card .product-card__tag-icon { border: 1px solid #c8bfbf!important;
  border-radius: 100%!important; }
.is-japan:hover { background-color: #3C3C3C!important; }
.is-japan:hover .product-card .product-card__tag-icon { border: 0px solid #c8bfbf!important;
  border-radius: 100%!important; }
.product-card .product-card__tag.is-new { background:#FFFFFF!important; }
.product-card .product-card__tag.is-new:hover { background:#dbf507!important; color:black!important;}

/* End */


/* Start:/local/components/tempus/product.list/templates/similar/style.css?17488713762954*/
.product-card__item-tags {display: flex;}
.product-card__item-tags {
    display: flex
}

.product-card .product-card__tags {
    display: flex;
    flex-direction: column;
    gap: 0!important;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.product-card .product-card__tag {
    display: flex;
    align-items: center;
    max-width: 34px;
    min-width: 34px;
    height: 34px;
    overflow: hidden;
    /* background-color: #3c3c3c; */
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.3s ease;
    cursor: default;
    justify-content: flex-start!important;
    border-radius: 0!important;
}

.product-card .product-card__tag:hover {
    font-size: 10px;
    width: fit-content;
    max-width: fit-content;
}

.product-card .product-card__tag-icon {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 6px;
    flex-shrink: 0;
}

.product-card .product-card__tag:hover .product-card .product-card__tag-icon {
    margin-right: 6px;
}

.product-card .product-card__tag span {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.product-card .product-card__tag:hover span {
    opacity: 1;
    transform: translateX(0);
}

.product-card__tag:hover span {
    opacity: 1;
    transform: translateX(0);
}
.is-action span {
  opacity: 1!important;
  transform: translateX(0)!important;
  font-size: 12px!important;
  width: max-content !important;
  max-width: inherit !important;
}
.product-card__tag.is-action {
  width: max-content !important;
  max-width: inherit !important;
}
.is-action {
    background-color: #DEDE2B!important;
    color: #000;
    min-width: 4rem;
}
.is-action .product-card__tag-icon {
    display: none;
}
.is-action span {
    opacity: 1;
    transform: translateX(0);
    font-size: 12px;
}
/* .is-favoritItem { background-color: #CBBBA7!important; }
.is-new { background-color: #DEDE2B; color: #000; }
.is-tempus { background-color: #E7E1DB; color: #000; }
.is-japan { background-color: #3C3C3C!important; }
.is-swiss { background-color: #3C3C3C!important; }
.product-card .product-card__tag.is-new { background:#FFFFFF!important; color:white!important; }
.product-card .product-card__tag.is-new:hover { background:#CBBBA7!important; } */
.is-swiss { background-color: unset!important; }
.is-swiss:hover { background-color: #3C3C3C!important; }
.is-japan { background-color: unset!important; }
.is-japan .product-card .product-card__tag-icon { border: 1px solid #c8bfbf!important;
  border-radius: 100%!important; }
.is-japan:hover { background-color: #3C3C3C!important; }
.is-japan:hover .product-card .product-card__tag-icon { border: 0px solid #c8bfbf!important;
  border-radius: 100%!important; }
.product-card .product-card__tag.is-new { background:#FFFFFF!important; }
.product-card .product-card__tag.is-new:hover { background:#dbf507!important; color:black!important;}

/* End */


/* Start:/local/components/tempus/social.feed/templates/.default/style.css?17447891621989*/
.my-wrapper {
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: inherit;
}
.intro-section {
    flex: 1 1 300px;
    max-width: 30vw;
}
.intro-header {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 27px;
}
.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.social-links a {
    display: inline-grid;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
    transition: transform 0.3s ease;
    text-align: center;
}
.social-links a:hover {
    transform: scale(1.05);
    color: #555;
}
.social-links i {
    font-size: 24px;
}

.gallery-section {
    flex: 2 1 600px;
    width: 100%;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 60vw;
}
.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}
.slider-item {
    flex-shrink: 0;
    padding: 5px;
}
.slider-item img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.slider-item img:hover {
    transform: scale(1.05);
}

/* Навигационные стрелки */
.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.8);
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}
.slider-prev {
    left: 10px;
}
.slider-next {
    right: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .my-wrapper {
        flex-direction: column;
    }
    .intro-section {
        flex: 1 1 100%;
        max-width: 100vw;
    }
    .slider-wrapper {
        width: 100%;
    }
    .gallery-section {
        flex: 2 1 100%;
        width: 100%;
    }
    .slider-item img {
        height: 18rem;
    }
}
@media (max-width: 480px) {
    .social-links a {
        font-size: 15px;
    }
}
.social {
    margin-bottom: 5rem;
}
/* End */


/* Start:/local/components/aspro/smartseo.content/templates/main/style.css?17790913004216*/
.tempus-li-sub {
  position: relative;
  left: 25px !important;
  padding-left: 15px !important;
  color: #404040;
}
.tempus-li-sub::before {
  content: "•" !important;
}

.aspro-smartseo-content__wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.description__section {
  padding-bottom: 3rem;
}

.tempus-seo-block {
  color: #404040;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 14px;
}

.tempus-text {
  margin: 0 0 10px 0;
  color: #3c3c3c;
  font-family: var(--main-font);
}

.tempus-bold {
  font-weight: 600;
  font-family: var(--main-font);
}

.tempus-title {
  font-weight: 600;
  font-size: 14px;
  margin: 20px 0 10px 0;
  font-family: var(--main-font);
}

.tempus-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 15px 0;
  font-family: var(--main-font);
}

.tempus-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  font-family: var(--main-font);
}

.tempus-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
}

.tempus-link {
  text-decoration: underline;
  letter-spacing: -0.28px;
  color: inherit;
  transition: border-color 0.2s;
  font-family: var(--main-font);
}

.tempus-link:hover {
  text-decoration: unset;
}

.tempus-spoiler-btn {
  background: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin-top: 5px;
  border-bottom: 1px dashed #000000ff;
  transition: border-color 0.2s;
  font-family: var(--main-font);
}

.tempus-spoiler-btn:hover {
  border-bottom-style: solid;
}

.tempus-spoiler-content {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.tempus-spoiler-content.is-open {
  height: auto;
  overflow: visible;
  visibility: visible;
  margin-top: 15px;
}

@media only screen and (max-width: 760px),
  only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tempus-seo-block {
    overflow-x: hidden;
  }

  .tempus-seo-block .tempus-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }

  .tempus-seo-block .tempus-table-scroll > table:not(.tempus-mobile-cards) {
    min-width: max-content;
    max-width: 100%;
  }

  .tempus-seo-block .tempus-table-scroll.tempus-table-scroll--cards {
    overflow-x: visible;
    max-width: 100%;
  }

  .tempus-seo-block table.tempus-mobile-cards {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .tempus-seo-block table.tempus-mobile-cards,
  .tempus-seo-block table.tempus-mobile-cards thead,
  .tempus-seo-block table.tempus-mobile-cards tbody,
  .tempus-seo-block table.tempus-mobile-cards tr,
  .tempus-seo-block table.tempus-mobile-cards td,
  .tempus-seo-block table.tempus-mobile-cards th {
    display: block;
  }

  .tempus-seo-block table.tempus-mobile-cards thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .tempus-seo-block table.tempus-mobile-cards .tempus-mobile-cards__header-row {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  .tempus-seo-block table.tempus-mobile-cards .tempus-mobile-cards__row {

    border: 1px solid #bfbfbf;
    box-sizing: border-box;
  }

  .tempus-seo-block table.tempus-mobile-cards tbody > tr.tempus-mobile-cards__row:nth-child(odd of .tempus-mobile-cards__row) {
    background: #f5f5f5;
  }

  .tempus-seo-block table.tempus-mobile-cards .tempus-mobile-cards__cell:last-child {
    border-bottom: none;
  }

  .tempus-seo-block table.tempus-mobile-cards .tempus-mobile-cards__cell {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 8px 8px 8px 50%;
    text-align: left;
    box-sizing: border-box;
  }

  .tempus-seo-block table.tempus-mobile-cards .tempus-mobile-cards__cell::before {
    content: attr(data-label);
    position: absolute;
    top: 8px;
    left: 6px;
    width: 45%;
    max-width: calc(50% - 12px);
    padding-right: 10px;
    white-space: normal;
    font-weight: 600;
    color: #3c3c3c;
    box-sizing: border-box;
  }

  .tempus-seo-block .tempus-table-scroll > table.tempus-mobile-cards {
    min-width: 0;
    width: 100%;
  }
}


/* End */
/* /local/components/tempus/catalog.element/templates/.default-redesign/style.css?178513423250977 */
/* /local/components/tempus/catalog.element/style.css?1779175692779 */
/* /local/components/tempus/catalog.element/templates/.default-redesign/redesign.css?178586564667154 */
/* /local/components/tempus/product.reviews/templates/.default-redesign/style.css?17857361434902 */
/* /local/components/tempus/ytp.block/templates/.default/style.css?17760767161884 */
/* /local/components/tempus/product.list/templates/collections/style.css?17485338022612 */
/* /local/components/tempus/product.list/templates/similar/style.css?17488713762954 */
/* /local/components/tempus/social.feed/templates/.default/style.css?17447891621989 */
/* /local/components/aspro/smartseo.content/templates/main/style.css?17790913004216 */
