

/* Start:/local/components/tempus/catalog.element/templates/.default-redesign/style.css?178587365850982*/
.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: 10000001;
  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/product.reviews/templates/.default-redesign/style.css?178765659513982*/
.tpd-rev {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
	width: 100%;
	font-weight: 500;
	color: #3c3c3c;
}

.tpd-rev--empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 100%;
	padding: 40px 16px;
	text-align: center;
	color: #8a7f78;
}

.tpd-rev__empty-icon {
	flex-shrink: 0;
	opacity: 0.22;
}

.tpd-rev__empty-texts {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.tpd-rev__empty-title {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: -0.28px;
	color: #3c3c3c;
}

.tpd-rev__empty-desc {
	margin: 0;
	max-width: 230px;
	font-size: 12px;
	line-height: 1.55;
	letter-spacing: -0.22px;
	color: #8a7f78;
	text-align: center;
}

.tpd-rev__empty-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.tpd-rev__add--empty {
	height: 42px;
	padding: 0 18px;
	border-radius: 3px;
	gap: 7px;
}

.tpd-rev__empty-note {
	margin: 0;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: -0.22px;
	color: #8a7f78;
}

@media (min-width: 851px) {
	.tpd-rev--empty {
		gap: 20px;
		padding: 48px 16px;
	}

	.tpd-rev__empty-icon {
		width: 48px;
		height: 48px;
		opacity: 0.25;
	}

	.tpd-rev__empty-texts {
		gap: 6px;
	}

	.tpd-rev__empty-actions {
		gap: 10px;
	}

	.tpd-rev__empty-title {
		font-size: 15px;
		letter-spacing: -0.3px;
	}

	.tpd-rev__empty-desc {
		max-width: 260px;
		letter-spacing: -0.24px;
	}
}

@media (min-width: 768px) {
	.tpd-rev:not(.tpd-rev--empty) {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"head actions"
			"gallery gallery"
			"filter filter"
			"list list"
			"more more";
		align-items: start;
		column-gap: 32px;
		row-gap: 28px;
	}

	.tpd-rev__head {
		grid-area: head;
	}

	.tpd-rev__actions {
		grid-area: actions;
	}

	.tpd-rev__gallery {
		grid-area: gallery;
	}

	.tpd-rev__filter {
		grid-area: filter;
	}

	.tpd-rev__list {
		grid-area: list;
	}

	.tpd-rev__more {
		grid-area: more;
	}
}

.tpd-rev__head {
	display: flex;
	align-items: flex-start;
	gap: 32px;
	width: 100%;
}

.tpd-rev__score-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}

.tpd-rev__avg {
	font-size: 48px;
	letter-spacing: -2px;
	line-height: 1;
}

.tpd-rev__stars {
	display: inline-flex;
	align-items: center;
	gap: 1px;
}

.tpd-rev__count-label {
	margin: 0;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: -0.24px;
	color: #8a7f78;
}

.tpd-rev__bars {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex: 1;
	min-width: 0;
	padding-top: 4px;
}

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

.tpd-rev__bar-star {
	flex-shrink: 0;
	width: 6px;
	font-size: 11px;
	line-height: 1;
	letter-spacing: -0.22px;
	color: #8a7f78;
	text-align: right;
}

.tpd-rev__bar-track {
	flex: 1;
	height: 4px;
	border-radius: 999px;
	overflow: hidden;
	background: #ede8e3;
}

.tpd-rev__bar-fill {
	height: 100%;
	border-radius: 999px;
	background: #3c3c3c;
	transition: width 0.2s ease;
}

.tpd-rev__bar-pct {
	flex-shrink: 0;
	width: 26px;
	font-size: 11px;
	line-height: 1;
	letter-spacing: -0.22px;
	color: #8a7f78;
}

.tpd-rev__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	flex-shrink: 0;
	margin-left: auto;
}

.tpd-rev__add {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 9px 18px 9px 14px;
	border: 0;
	border-radius: 0;
	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;
	transition: background 0.15s;
}

.tpd-rev__add:hover {
	background: #2a2a2a;
	color: #fff;
}

.tpd-rev__promo-wrap.promo-container {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

.tpd-rev__promo-wrap .promo-trigger.tpd-rev__promo {
	display: inline-flex;
	align-items: center;
	gap: 0;
	padding: 0 !important;
	margin: 0;
	font-size: 11px;
	line-height: 1.3;
	letter-spacing: -0.22px;
	color: #8a7f78;
	text-align: right;
}

.tpd-rev__promo-wrap .promo-trigger.tpd-rev__promo span {
	border-bottom: none !important;
	text-decoration: none;
	background: none;
}

.tpd-rev__promo-wrap .promo-tooltip {
	right: 0;
	left: auto;
	top: calc(100% + 8px);
}

.tpd-rev__promo-wrap .chevron-icon {
	display: none;
}

.tpd-rev__gallery {
	width: 100%;
}

.tpd-rev__gallery-label {
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #8a7f78;
}

.tpd-rev__gallery-track {
	display: flex;
	gap: 4px;
	overflow-x: auto;
	scrollbar-width: none;
}

.tpd-rev__gallery-track::-webkit-scrollbar {
	display: none;
}

.tpd-rev__gallery-photo {
	position: relative;
	flex-shrink: 0;
	width: 76px;
	height: 76px;
	padding: 0;
	border: 0;
	border-radius: 4px;
	overflow: hidden;
	background: #f5f1ed;
	cursor: pointer;
}

.tpd-rev__gallery-photo img,
.tpd-rev__gallery-photo video,
.tpd-rev__gallery-photo .tpd-rev__media-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.tpd-rev__gallery-photo .tpd-rev__media-thumb {
	position: relative;
}

.tpd-rev__gallery-photo:hover img,
.tpd-rev__gallery-photo:hover video {
	transform: scale(1.1);
}

.tpd-rev__gallery-more {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(30, 26, 22, 0.55);
	font-size: 13px;
	line-height: 1;
	letter-spacing: -0.26px;
	color: #fff;
	pointer-events: none;
}

.tpd-rev__filter {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 4px;
	border-top: 1px solid #ede8e3;
}

.tpd-rev__filter-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	border: 0;
	background: transparent;
	font: inherit;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: -0.24px;
	color: #8a7f78;
	cursor: pointer;
	transition: color 0.15s;
}

.tpd-rev__filter-btn[aria-pressed="true"] {
	color: #3c3c3c;
}

.tpd-rev__filter-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border: 1px solid #c5bab2;
	border-radius: 3px;
	transition: background 0.15s, border-color 0.15s;
}

.tpd-rev__filter-btn[aria-pressed="true"] .tpd-rev__filter-box {
	background: #3c3c3c;
	border-color: #3c3c3c;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3l2 2 4-4' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.tpd-rev__list {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.tpd-rev__row {
	display: flex;
	gap: 14px;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #ede8e3;
}

.tpd-rev__row:first-child {
	border-top: 1px solid #ede8e3;
}

.tpd-rev__row.is-filter-hidden {
	display: none;
}

.tpd-rev__avatar {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

.tpd-rev__avatar span {
	font-size: 12px;
	line-height: 1;
	letter-spacing: -0.24px;
}

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

.tpd-rev__headline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.tpd-rev__name {
	font-size: 13px;
	line-height: 1;
	letter-spacing: -0.26px;
	color: #3c3c3c;
}

.tpd-rev__date {
	flex-shrink: 0;
	font-size: 11px;
	line-height: 1;
	letter-spacing: -0.22px;
	color: #b5a99e;
}

.tpd-rev__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	letter-spacing: -0.26px;
	color: #5a524b;
	word-break: break-word;
}

.tpd-rev__photos {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 2px;
}

.tpd-rev__photo {
	display: block;
	width: 68px;
	height: 68px;
	padding: 0;
	border: 0;
	border-radius: 4px;
	overflow: hidden;
	background: #f5f1ed;
	cursor: pointer;
}

.tpd-rev__photo img,
.tpd-rev__photo video,
.tpd-rev__photo .tpd-rev__media-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.tpd-rev__photo .tpd-rev__media-thumb {
	position: relative;
}

.tpd-rev__photo:hover img,
.tpd-rev__photo:hover video {
	transform: scale(1.1);
}

.tpd-rev__media-thumb--video,
.tpd-rev__gallery-photo--video,
.tpd-rev__photo--video {
	background: #1e1a16;
}

.tpd-rev__media-video {
	pointer-events: none;
}

.tpd-media-play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.tpd-media-play::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #fff;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.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 {
		gap: 0;
	}

	.tpd-rev__head {
		gap: 20px;
		padding: 0 16px 20px;
	}

	.tpd-rev__bar-pct {
		display: none;
	}

	.tpd-rev__score-col {
		align-items: center;
	}

	.tpd-rev__avg {
		font-size: 44px;
		letter-spacing: -2px;
	}

	.tpd-rev__bars {
		flex: 1;
		min-width: 120px;
	}

	.tpd-rev__bar-track {
		height: 3px;
	}

	.tpd-rev__bar-star {
		font-size: 10px;
	}

	.tpd-rev__actions {
		width: 100%;
		margin: 0;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 14px 16px;
		border-top: 1px solid #ede8e3;
		border-bottom: 1px solid #ede8e3;
	}

	.tpd-rev__promo-wrap.promo-container {
		flex: 1 1 auto;
		min-width: 0;
		width: auto;
		margin: 0;
		padding: 0;
		border-bottom: none !important;
	}

	.tpd-rev__promo-wrap .promo-trigger.tpd-rev__promo {
		display: block;
		width: auto;
		max-width: 100%;
		padding: 0 !important;
		text-align: left;
	}

	.tpd-rev__promo-wrap .promo-trigger.tpd-rev__promo span {
		border-bottom: none !important;
		text-decoration: none;
		background: none;
	}

	.tpd-rev__promo-wrap .promo-tooltip {
		right: auto;
		left: 0;
		top: calc(100% + 8px);
	}

	.tpd-rev__add {
		flex-shrink: 0;
		height: 38px;
		padding: 0 14px;
		font-size: 12px;
	}

	.tpd-rev__gallery {
		padding: 16px 0;
		border-top: 1px solid #ede8e3;
	}

	.tpd-rev__gallery-label {
		padding: 0 16px 10px;
		font-size: 10px;
	}

	.tpd-rev__gallery-track {
		padding: 0 16px;
	}

	.tpd-rev__filter {
		padding: 14px 16px 10px;
		border-top: 0;
	}

	.tpd-rev__row {
		padding: 16px;
	}

	.tpd-rev__photo {
		width: 60px;
		height: 60px;
	}

	.tpd-rev__avatar {
		width: 32px;
		height: 32px;
	}

	.tpd-rev__avatar span {
		font-size: 11px;
		letter-spacing: -0.22px;
	}

	.tpd-rev__name {
		font-size: 12px;
		letter-spacing: -0.24px;
	}

	.tpd-rev__date {
		font-size: 10px;
	}
}

/* Review photo lightbox (Figma) */
.tpd-rev-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(18, 15, 12, 0.92);
}

.tpd-rev-lightbox__panel {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: min(560px, 88vw);
}

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

.tpd-rev-lightbox__image {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 6px;
	object-fit: cover;
}

.tpd-rev-lightbox__video {
	display: block;
	width: 100%;
	max-height: min(560px, 72vh);
	border-radius: 6px;
	background: #000;
	object-fit: contain;
}

.tpd-rev-lightbox__counter {
	margin: 0;
	font-family: 'Styrene B LC', 'Styrene A Web', Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.24px;
	color: rgba(255, 255, 255, 0.35);
}

.tpd-rev-lightbox__close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	cursor: pointer;
}

.tpd-rev-lightbox__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	border-radius: 50%;
	cursor: pointer;
}

.tpd-rev-lightbox__nav--desk {
	position: absolute;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.tpd-rev-lightbox__nav--desk.tpd-rev-lightbox__nav--prev {
	left: -56px;
}

.tpd-rev-lightbox__nav--desk.tpd-rev-lightbox__nav--next {
	right: -56px;
}

.tpd-rev-lightbox__nav-overlay {
	display: none;
}

.tpd-rev-lightbox__nav--mob {
	width: 34px;
	height: 34px;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

@media (max-width: 768px) {
	.tpd-rev-lightbox__panel {
		width: 92vw;
		max-width: 420px;
		gap: 0;
	}

	.tpd-rev-lightbox__counter {
		margin-top: 10px;
		font-size: 11px;
		text-align: center;
	}

	.tpd-rev-lightbox__nav--desk {
		display: none;
	}

	.tpd-rev-lightbox__nav-overlay {
		position: absolute;
		inset: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 8px;
		pointer-events: none;
	}

	.tpd-rev-lightbox__nav-overlay .tpd-rev-lightbox__nav {
		pointer-events: auto;
	}
}

/* End */


/* Start:/local/components/tempus/ytp.block/templates/.default/style.css?17884235771842*/
.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;
    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?178756462277*/
/* Card chrome comes from catalog.section/maket-section + common/grid.css */

/* End */


/* Start:/local/components/tempus/catalog.section/templates/maket-section/style.css?178846939145823*/
/* Tempus catalog maket-section — listing chrome around Figma cards */

@font-face {
	font-family: "Styrene A Web";
	src: url("/local/templates/main/assets/font/StyreneAWeb-Light.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Light.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Styrene A Web";
	src: url("/local/templates/main/assets/font/StyreneAWeb-Regular.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Regular.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Styrene A Web";
	src: url("/local/templates/main/assets/font/StyreneAWeb-Medium.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Medium.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Styrene A Web Medium";
	src: url("/local/templates/main/assets/font/StyreneAWeb-Medium.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Medium.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Styrene A Web";
	src: url("/local/templates/main/assets/font/StyreneAWeb-Bold.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Bold.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.tcs-page {
	--tcs-bg: #ffffff;
	--tcs-white: #ffffff;
	--tcs-text: #3c3c3c;
	--tcs-text-strong: #1a1a1a;
	--tcs-muted: #6b6b6b;
	--tcs-line: #ede8e3;
	--tcs-line-2: #d8d2cb;
	--tcs-accent: #dede2b;
	--tcs-radius: 12px;
	--tcs-font: "Styrene A Web", "Styrene B LC", Arial, sans-serif;
	background: #ffffff;
	font-family: var(--tcs-font) !important;
}

.tcs-catalog {
	font-family: var(--tcs-font) !important;
	padding-bottom: 48px;
}

.tcs-catalog,
.tcs-catalog button,
.tcs-catalog input,
.tcs-catalog .msh-card,
.tcs-catalog .msh-card__name,
.tcs-catalog .msh-card__price,
.tcs-catalog .pagination,
.tcs-catalog .msh-pager,
.tcs-catalog .msh-more {
	font-family: var(--tcs-font) !important;
}

.tcs-catalog__meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 8px 0 14px;
}

@media (min-width: 768px) {
	.tcs-catalog__meta {
		display: none;
	}
}

.tcs-catalog__count {
	display: none;
}

.tcs-catalog__view {
	display: flex;
	align-items: center;
	gap: 6px;
}

.tcs-catalog__view-btn,
.tcs-catalog__density-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	background: none;
	color: #c5bfb8;
	cursor: pointer;
}

.tcs-catalog__view-btn.is-active {
	color: var(--tcs-text-strong);
}

.tcs-catalog__density {
	display: none;
}

.tcs-catalog__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 32px;
	text-align: center;
}

.tcs-catalog__empty-title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.5px;
	color: var(--tcs-text);
}

.tcs-catalog__empty-text {
	margin: 0;
	font-size: 14px;
	letter-spacing: -0.28px;
	color: var(--tcs-muted);
}

.catalog-page.tcs-page .tcs-catalog .catalog-grid,
.tcs-page .tcs-catalog .catalog-grid,
.tcs-catalog .catalog-grid {
	--msh-cols: 2;
	/* Figma CardEl photo box is inner: 5-col 316×340, 4-col 373×450 */
	--msh-photo-ratio: 316 / 340;
	--msh-img-h: 280px;
	--msh-card-pad-x: 10px;
	--msh-name-size: 14px;
	--msh-text: #3c3c3c;
	--msh-muted: #6b6b6b;
	--msh-muted-2: #7a736a;
	--msh-accent: #dede2b;
	display: grid !important;
	grid-template-columns: repeat(var(--msh-cols), minmax(0, 1fr)) !important;
	gap: 12px !important;
	padding: 0 0 24px !important;
	border-bottom: none !important;
}

.catalog-page.tcs-page .tcs-catalog .catalog-grid__item,
.tcs-page .tcs-catalog .catalog-grid__item,
.tcs-catalog .catalog-grid__item {
	--cols: 1;
	grid-column: auto !important;
	min-width: 0;
	overflow: visible;
}

.tcs-catalog .catalog-grid__item[data-entity^="banner"]:empty {
	display: none;
}

.tcs-catalog .catalog-grid__item[data-entity^="banner"]:not(:empty) {
	grid-column: 1 / -1;
}

.tcs-catalog .catalog-grid__item.section-banner img,
.tcs-catalog .catalog-grid__item[data-entity^="banner"] img {
	width: 100%;
	height: auto;
	aspect-ratio: 29 / 20;
	object-fit: cover;
	border-radius: var(--tcs-radius);
}

.catalog-page.tcs-page .tcs-catalog.is-list .catalog-grid,
.tcs-page .tcs-catalog.is-list .catalog-grid,
.tcs-catalog.is-list .catalog-grid {
	--msh-cols: 1;
	gap: 0;
}

/* Same breakpoints as maket_section_html: 5 desktop → 3 tablet → 2 mobile */
@media (min-width: 768px) {
	.catalog-page.tcs-page .tcs-catalog .catalog-grid,
	.tcs-page .tcs-catalog .catalog-grid,
	.tcs-catalog .catalog-grid,
	.catalog-page.tcs-page .tcs-catalog[data-tcs-cols="4"] .catalog-grid,
	.tcs-page .tcs-catalog[data-tcs-cols="4"] .catalog-grid,
	.tcs-catalog[data-tcs-cols="4"] .catalog-grid,
	.catalog-page.tcs-page .tcs-catalog[data-tcs-cols="5"] .catalog-grid,
	.tcs-page .tcs-catalog[data-tcs-cols="5"] .catalog-grid,
	.tcs-catalog[data-tcs-cols="5"] .catalog-grid {
		--msh-cols: 3;
		--msh-photo-ratio: 336 / 340;
		--msh-img-h: 340px;
		--msh-card-pad-x: 16px;
		--msh-name-size: 18px;
		gap: 16px !important;
	}
}

@media (min-width: 1201px) {
	.catalog-page.tcs-page .tcs-catalog .catalog-grid,
	.tcs-page .tcs-catalog .catalog-grid,
	.tcs-catalog .catalog-grid,
	.catalog-page.tcs-page .tcs-catalog[data-tcs-cols="5"] .catalog-grid,
	.tcs-page .tcs-catalog[data-tcs-cols="5"] .catalog-grid,
	.tcs-catalog[data-tcs-cols="5"] .catalog-grid {
		--msh-cols: 5;
		--msh-photo-ratio: 316 / 340;
		--msh-img-h: 340px;
		--msh-card-pad-x: 10px;
		--msh-name-size: 18px;
		gap: 30px !important;
	}

	.tcs-catalog[data-tcs-cols="5"] .msh-card__cmp-label {
		display: none;
	}

	.tcs-catalog[data-tcs-cols="5"] .msh-card__cmp {
		width: 36px;
		height: 36px;
		padding: 0;
	}

	.catalog-page.tcs-page .tcs-catalog[data-tcs-cols="4"] .catalog-grid,
	.tcs-page .tcs-catalog[data-tcs-cols="4"] .catalog-grid,
	.tcs-catalog[data-tcs-cols="4"] .catalog-grid {
		--msh-cols: 4;
		--msh-photo-ratio: 373 / 450;
		--msh-img-h: 450px;
		--msh-card-pad-x: 16px;
		--msh-name-size: 22px;
		gap: 40px !important;
	}
}

.tcs-catalog .pagination.page-section,
.tcs-page .tcs-catalog .msh-pager {
	padding: 0;
	margin: 40px 0 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 48px;
	width: 100%;
	max-width: 1800px;
	box-sizing: border-box;
}

.tcs-catalog .pagination__counter {
	display: none !important;
}

.tcs-page .tcs-catalog .pagination__more,
.tcs-page .tcs-catalog .msh-more {
	width: 100%;
	max-width: none;
	height: 48px;
	margin: 0;
	padding: 0 16px;
	border: 1.5px solid #3c3c3c;
	border-radius: 10px;
	background: #fff;
	color: #3c3c3c;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.64px;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
	box-shadow: none;
	text-transform: none;
}

.tcs-catalog .pagination__more:hover,
.tcs-catalog .msh-more:hover {
	background: #3c3c3c;
	color: #fff;
	border-color: #3c3c3c;
}

.tcs-catalog .msh-pager__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	flex-wrap: wrap;
}

.tcs-catalog .msh-pager__size {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.tcs-catalog .msh-pager__size-label {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	line-height: 1.2;
	color: #6b6b6b;
	white-space: nowrap;
}

.tcs-catalog .msh-pager__size-list {
	display: flex;
	align-items: center;
	gap: 4px;
}

.tcs-catalog .msh-pager__size-btn {
	margin: 0;
	padding: 6px 10px;
	border: 1px solid #e0dbd5;
	border-radius: 6px;
	background: #fff;
	color: #3c3c3c;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.tcs-catalog .msh-pager__size-btn:hover:not(:disabled):not(.is-active) {
	background: #f0ece8;
	border-color: #3c3c3c;
}

.tcs-catalog .msh-pager__size-btn.is-active,
.tcs-catalog .msh-pager__size-btn:disabled.is-active {
	background: #3c3c3c;
	border-color: #3c3c3c;
	color: #fff;
	cursor: default;
}

.tcs-catalog .pagination__main,
.tcs-catalog .msh-pager__nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
}

.tcs-catalog .msh-pager__pages,
.tcs-catalog .pagination__list {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tcs-catalog .pagination__item {
	margin: 0;
	padding: 0;
}

.tcs-catalog .msh-pager__move,
.tcs-catalog .pagination__move {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: auto;
	padding: 8px 16px 8px 12px;
	border: 1px solid #e0dbd5;
	border-radius: 8px;
	background: #fff;
	color: #3c3c3c;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	line-height: 1.2;
	text-decoration: none;
	transition: background 0.14s ease, border-color 0.14s ease, transform 0.12s ease;
	white-space: nowrap;
}

.tcs-catalog .msh-pager__move:last-child,
.tcs-catalog .pagination__navigation:last-child .pagination__move {
	padding: 8px 12px 8px 16px;
}

.tcs-catalog .msh-pager__move:hover:not(.is-disabled) {
	background: #f0ece8;
	border-color: #b8b2ab;
	color: #3c3c3c;
	transform: translateY(-1px);
}

.tcs-catalog .msh-pager__move.is-disabled,
.tcs-catalog .pagination__move.is-disabled {
	opacity: 0.45;
	pointer-events: none;
	cursor: default;
}

.tcs-catalog .msh-pager__page,
.tcs-catalog .pagination__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: auto;
	padding: 8px 12px;
	border: 1px solid #e0dbd5;
	border-radius: 8px;
	background: #fff;
	color: #3c3c3c;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
	line-height: 1.4;
	text-decoration: none;
	box-sizing: border-box;
	pointer-events: auto;
	cursor: pointer;
	transition: background 0.14s ease, border-color 0.14s ease, transform 0.12s ease;
}

.tcs-catalog a.msh-pager__move,
.tcs-catalog a.pagination__move {
	pointer-events: auto;
	cursor: pointer;
}

.tcs-catalog .msh-pager__page:hover:not(.is-active):not(.is-inactive),
.tcs-catalog .pagination__action:hover:not(.is-active):not(.is-inactive) {
	background: #f0ece8;
	border-color: #b8b2ab;
	color: #3c3c3c;
	transform: translateY(-1px);
}

.tcs-catalog .msh-pager__page.is-active,
.tcs-catalog .pagination__action.is-active {
	background: #dede2b;
	border-color: transparent;
	border: none;
	color: #3c3c3c;
	pointer-events: none;
	padding: 9px 13px;
}

.tcs-catalog .msh-pager__page.is-inactive,
.tcs-catalog .pagination__action.is-inactive {
	pointer-events: none;
	cursor: default;
}

@media (max-width: 767px) {
	.tcs-page .tcs-catalog .pagination.page-section,
	.tcs-page .tcs-catalog .msh-pager {
		margin-top: 16px;
		gap: 0;
		padding: 0 12px 8px;
	}

	.tcs-page .tcs-catalog .pagination__more,
	.tcs-page .tcs-catalog .msh-more {
		display: none !important;
	}

	.tcs-catalog .msh-pager__bar {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 8px;
	}

	.tcs-catalog .msh-pager__size {
		display: none;
	}

	.tcs-catalog .pagination__main,
	.tcs-catalog .msh-pager__nav {
		justify-content: center;
		flex: 1 1 100%;
		gap: 6px;
	}

	.tcs-catalog .msh-pager__pages,
	.tcs-catalog .pagination__list {
		gap: 4px;
	}

	.tcs-catalog .msh-pager__move span,
	.tcs-catalog .pagination__move span {
		display: none;
	}

	.tcs-catalog .msh-pager__move,
	.tcs-catalog .pagination__move,
	.tcs-catalog .msh-pager__move:last-child,
	.tcs-catalog .pagination__navigation:last-child .pagination__move {
		min-width: 36px;
		padding: 8px;
	}

	.tcs-catalog .msh-pager__page,
	.tcs-catalog .pagination__action {
		min-width: 34px;
		padding: 8px 10px;
	}

	.tcs-page .description__section,
	.catalog-page .description__section {
		padding-left: 16px;
		padding-right: 16px;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}

	.tcs-page .description__section .tempus-seo-block,
	.catalog-page .description__section .tempus-seo-block,
	.tcs-page .description__section p,
	.tcs-page .description__section li,
	.catalog-page .description__section p,
	.catalog-page .description__section li {
		max-width: 100%;
		box-sizing: border-box;
		white-space: normal;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}

	.tcs-page .hide-on-mobile,
	.tcs-catalog .hide-on-mobile {
		display: none !important;
	}

	.tcs-catalog {
		background: #f2f1ee;
	}

	.tcs-catalog__meta {
		justify-content: space-between;
		padding: 20px 16px 8px;
	}

	.tcs-catalog__count {
		display: block;
		margin: 0;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: -0.24px;
		color: #6b6b6b;
	}

	.tcs-catalog__view {
		padding-top: 4px;
	}

	.tcs-catalog__view-btn {
		width: auto;
		height: auto;
		color: #c5bfb8;
	}

	.tcs-catalog__view-btn.is-active {
		color: #1a1a1a;
	}

	.catalog-page.tcs-page .tcs-catalog .catalog-grid,
	.tcs-page .tcs-catalog .catalog-grid,
	.tcs-catalog .catalog-grid {
		padding: 8px 14px 24px !important;
		gap: 14px !important;
	}

	.catalog-page.tcs-page .tcs-catalog.is-list .catalog-grid,
	.tcs-page .tcs-catalog.is-list .catalog-grid,
	.tcs-catalog.is-list .catalog-grid {
		padding: 6px 0 24px !important;
		gap: 0 !important;
	}
}

.tcs-catalog .catalog-back-top,
.tcs-page .catalog-back-top {
	font-family: var(--tcs-font);
	border-radius: 24px;
}

/* ── msh-card from maket_section_html (no legacy product-card classes) ── */
@font-face {
	font-family: "Tmm Ruble";
	src: url("/local/assets/maket_section_html/fonts/RubleGlyph.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.tcs-catalog .msh-card__rub {
	font-family: "Tmm Ruble", sans-serif;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.tcs-catalog .msh-card__cur {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.tcs-catalog .msh-card__old .msh-card__rub {
	text-decoration: line-through;
}

.tcs-catalog .msh-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	border: none;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	color: var(--msh-text);
	font-family: var(--tcs-font);
	box-sizing: border-box;
}

@media (hover: hover) {
	.tcs-catalog .msh-card:hover {
		box-shadow: 0 10px 36px rgba(0, 0, 0, 0.12);
		transform: translateY(-3px);
	}
}

.tcs-catalog .msh-card__inner {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	align-items: center;
	gap: 12px;
	padding: 24px var(--msh-card-pad-x, 16px) 16px;
	box-sizing: border-box;
}

/* Figma CardEl photo: aspect from cardWidth/imgHeight so block scales 1:1 with maket */
.tcs-catalog .msh-card__photo {
	position: relative;
	width: 100%;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	aspect-ratio: var(--msh-photo-ratio, 316 / 340) !important;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	flex-shrink: 0;
}

.tcs-catalog .msh-card__photo-link {
	position: absolute;
	inset: 0;
	display: block;
	z-index: 1;
	text-decoration: none;
}

.tcs-catalog .msh-card__photo img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center;
	padding: 5px !important;
	margin: 0 !important;
	display: block;
	background: transparent;
	pointer-events: none;
	box-sizing: border-box;
}

.tcs-catalog .msh-card__photo img.msh-card__photo-hover {
	opacity: 0;
	background: #fff !important;
	z-index: 2;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.tcs-catalog .msh-card:hover .msh-card__photo-link img.msh-card__photo-hover {
	opacity: 1;
}

.tcs-catalog .msh-card:hover .msh-card__photo-link:has(.msh-card__photo-hover) img:not(.msh-card__photo-hover) {
	opacity: 0;
}

.tcs-catalog .msh-card__photo:has(.msh-card__gallery) .msh-card__photo-link {
	display: none;
}

.tcs-catalog .msh-card__gallery {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	flex-direction: row;
}

/* Hover zones share the photo; the image is positioned to the gallery, not the zone. */
.tcs-catalog .msh-card__slide {
	position: static;
	flex: 1 1 0;
	min-width: 0;
	height: 100%;
}

.tcs-catalog .msh-card__slide img {
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.tcs-catalog .msh-card__slide.is-on img {
	opacity: 1;
	z-index: 1;
}

.tcs-catalog .msh-card__hover-nav {
	display: none;
}

.tcs-catalog .msh-card__fav {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 3;
	width: 36px;
	height: 36px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid #ede8e3;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.18s, border-color 0.15s, background 0.15s, color 0.15s;
	color: var(--msh-text);
	box-sizing: border-box;
}

.tcs-catalog .msh-card:hover .msh-card__fav,
.tcs-catalog .msh-card__fav.is-active {
	opacity: 1;
}

.tcs-catalog .msh-card__fav.is-active {
	background: var(--msh-text);
	border-color: var(--msh-text);
	color: #fff;
}

.tcs-catalog .msh-card__fav.is-active svg path {
	fill: currentColor;
}

.tcs-catalog .msh-card__fav:hover {
	border-color: var(--msh-text);
}

.tcs-catalog .msh-card__qv,
.tcs-page .msh-card__qv,
.tcs-page .tca-card__qv,
.tcs-page .product-card__action.is-preview {
	display: none !important;
}

.tcs-catalog .msh-card__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 0 4px;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.2;
}

.tcs-catalog .msh-card__title-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	overflow: hidden;
}

.tcs-catalog .msh-card__dots {
	display: none;
}

.tcs-catalog .msh-card__brand + .msh-card__collection::before {
	content: " ";
}

.tcs-catalog .msh-card__name {
	margin: 0;
	flex: 1;
	min-width: 0;
	font-size: var(--msh-name-size);
	font-weight: 700;
	letter-spacing: -0.88px;
	line-height: 1.1;
	color: var(--msh-text);
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tcs-catalog .msh-card__rating {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
	color: var(--msh-text);
	white-space: nowrap;
}

.tcs-catalog .msh-card__rating span {
	color: var(--msh-muted-2);
	font-size: 12px;
	letter-spacing: -0.24px;
}

.tcs-catalog .msh-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.tcs-catalog .msh-card__sku {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	line-height: 1.2;
	color: var(--msh-muted-2);
}

.tcs-catalog .msh-card__badge {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--msh-muted-2);
	white-space: nowrap;
}

.tcs-catalog .msh-card__badge--photo {
	display: none;
}

.tcs-catalog .msh-card__price-block {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
}

.tcs-catalog .msh-card__price-main {
	display: flex;
	flex-direction: column;
	gap: 3px;
	flex: 1;
	min-width: 0;
}

.tcs-catalog .msh-card__price-row {
	display: flex;
	align-items: baseline;
	gap: 8px;
	flex-wrap: nowrap;
	min-width: 0;
}

.tcs-catalog .msh-card__price {
	margin: 0;
	padding: 0;
	font-family: "Tmm Ruble", var(--tcs-font);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.88px;
	line-height: 1.1;
	color: var(--msh-text);
}

.tcs-catalog .msh-card__old-row {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	flex-shrink: 0;
}

.tcs-catalog .msh-card__old {
	margin: 0;
	padding: 0;
	font-family: "Tmm Ruble", var(--tcs-font);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	line-height: 1.2;
	color: var(--msh-muted-2);
	text-decoration: line-through;
	white-space: nowrap;
}

.tcs-catalog .msh-card__off {
	display: none;
}

.tcs-catalog.is-sale .msh-card__off {
	display: inline-flex;
	align-items: center;
	font-size: 11px;
	font-weight: 500;
	padding: 2px 6px;
	border-radius: 4px;
	background: #dede2b;
	color: #3c3c3c;
	letter-spacing: -0.2px;
	line-height: 1.2;
	white-space: nowrap;
	text-decoration: none;
}

@media (min-width: 768px) {
	.tcs-catalog.is-sale .msh-card__price-row {
		flex-wrap: nowrap;
	}

	.tcs-catalog.is-sale:not(.is-list) .msh-card__price-block {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"price price"
			"install avail";
		align-items: end;
		column-gap: 8px;
		row-gap: 3px;
	}

	.tcs-catalog.is-sale:not(.is-list) .msh-card__price-main {
		display: contents;
	}

	.tcs-catalog.is-sale:not(.is-list) .msh-card__price-row {
		grid-area: price;
	}

	.tcs-catalog.is-sale:not(.is-list) .msh-card__installment {
		grid-area: install;
	}

	.tcs-catalog.is-sale:not(.is-list) .msh-card__avail {
		grid-area: avail;
	}
}

.tcs-catalog .msh-card__offers {
	display: none;
}

.tcs-catalog .msh-card__installment {
	margin: 0;
	padding: 0;
	font-family: "Tmm Ruble", var(--tcs-font);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	line-height: 1.2;
	color: var(--msh-muted-2);
}

.tcs-catalog .msh-card__installment--empty {
	visibility: hidden;
	pointer-events: none;
}

.tcs-catalog .msh-card__specs {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 5px 4px;
	border-top: 1px solid #f0ece8;
	border-bottom: 1px solid #f0ece8;
	box-sizing: border-box;
	overflow: hidden;
}

.tcs-catalog .msh-card__specs--empty {
	padding: 0;
	border: 0;
	min-height: 6px;
}

@media (min-width: 768px) {
	.tcs-catalog:not(.is-list) .msh-card__body {
		flex: 1 1 auto;
	}

	.tcs-catalog:not(.is-list) .msh-card__specs,
	.tcs-catalog:not(.is-list) .msh-card__specs--empty {
		margin-top: auto;
	}
}

.tcs-catalog .msh-card__specs-item {
	flex-shrink: 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.22px;
	line-height: 1.2;
	color: var(--msh-text);
	white-space: nowrap;
}

.tcs-catalog .msh-card__specs-dot {
	flex-shrink: 0;
	color: #d8d2cb;
	font-size: 10px;
	line-height: 1;
}

.tcs-catalog .msh-card__specs > :nth-child(n + 8) {
	display: none !important;
}

.tcs-catalog[data-tcs-cols="5"] .msh-card__specs-item {
	font-size: 11px;
}

.tcs-catalog .msh-card__avail {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	padding: 0 0 2px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: -0.22px;
	line-height: 1.2;
	color: var(--msh-muted-2);
	white-space: nowrap;
	box-sizing: border-box;
}

.tcs-catalog .msh-card__avail:not(:empty)::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--msh-accent);
	box-shadow: 0 0 0 2px rgba(222, 222, 43, 0.28);
	flex-shrink: 0;
}

.tcs-catalog a.msh-card__avail {
	text-decoration: none;
	color: var(--msh-muted-2);
}

.tcs-catalog a.msh-card__avail:hover {
	color: var(--msh-text);
	text-decoration: underline;
}

.tcs-catalog .msh-card__actions {
	display: flex;
	align-items: stretch;
	gap: 6px;
	width: 100%;
	margin-top: auto;
	padding: 0 4px;
	box-sizing: border-box;
}

.tcs-catalog .msh-card__cmp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	flex-shrink: 0;
	height: 36px;
	padding: 0 10px;
	border: 1px solid #e0dbd5;
	border-radius: 8px;
	background: #fff;
	color: var(--msh-text);
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	line-height: 1;
	white-space: nowrap;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
	box-sizing: border-box;
}

.tcs-catalog .msh-card__cmp.is-active {
	background: var(--msh-text);
	border-color: var(--msh-text);
	color: #fff;
}

.tcs-catalog .msh-card__cmp:hover:not(.is-active) {
	border-color: var(--msh-text);
}

.tcs-catalog .msh-card__cart {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	height: 36px;
	min-height: 36px;
	max-height: 36px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: #3c3c3c;
	color: #fff;
	font-family: "Styrene A Web Medium", "Styrene A Web", sans-serif !important;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
	line-height: 19.5px;
	text-align: center;
	white-space: nowrap;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	font-synthesis: none;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	transform: none;
	transition: background 0.15s, opacity 0.15s;
	box-sizing: border-box;
}

.tcs-catalog .msh-card__cart-label {
	display: block;
	font-family: "Styrene A Web Medium", "Styrene A Web", sans-serif;
	font-weight: 500;
	line-height: 19.5px;
	color: inherit;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

.tcs-catalog .msh-card__cart .product-card__action-text {
	display: none;
}

.tcs-catalog .msh-card__cart:hover:not([disabled]) {
	background: #222;
}

.tcs-catalog .msh-card__cart[disabled] {
	opacity: 0.4;
	cursor: default;
	pointer-events: none;
}

@media (max-width: 767px) {
	.catalog-page.tcs-page .tcs-catalog .catalog-grid,
	.tcs-page .tcs-catalog .catalog-grid,
	.tcs-catalog .catalog-grid {
		--msh-photo-ratio: 100 / 145;
		--msh-card-pad-x: 10px;
		gap: 14px !important;
		padding: 8px 14px 24px !important;
		align-items: stretch;
	}

	.catalog-page.tcs-page .tcs-catalog.is-list .catalog-grid,
	.tcs-page .tcs-catalog.is-list .catalog-grid,
	.tcs-catalog.is-list .catalog-grid {
		padding: 6px 0 24px !important;
		gap: 0 !important;
	}

	.tcs-catalog .catalog-grid__item {
		display: flex;
	}

	.tcs-catalog .msh-card {
		flex: 1;
		height: auto;
		border-radius: 12px;
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
	}

	.tcs-catalog .msh-card__inner {
		position: relative;
		display: flex;
		flex-direction: column;
		flex: 1;
		height: 100%;
		padding: 0 0 10px;
		gap: 0;
	}

	.tcs-catalog .msh-card__photo {
		margin: 0;
		aspect-ratio: unset !important;
		height: 0 !important;
		padding-bottom: 145%;
		min-height: 0 !important;
		max-height: none !important;
	}

	.tcs-catalog .msh-card__photo img {
		padding: 5px !important;
	}

	.tcs-catalog .msh-card__photo img.msh-card__photo-hover {
		display: none !important;
	}

	.tcs-catalog .msh-card__badge--photo {
		display: block;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 2;
		font-size: 9px;
		letter-spacing: 0.06em;
		line-height: 1;
		color: #3c3c3c;
		background: #fff;
		border: 1px solid #e0dbd5;
		border-radius: 4px;
		padding: 3px 6px;
	}

	.tcs-catalog .msh-card__meta .msh-card__badge {
		display: none;
	}

	.tcs-catalog .msh-card__body {
		display: flex;
		flex-direction: column;
		flex: 1;
		gap: 2px;
		padding: 10px 10px 0;
	}

	.tcs-catalog:not(.is-list) .msh-card__title-row {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: start;
		column-gap: 8px;
		row-gap: 2px;
		overflow: visible;
	}

	.tcs-catalog:not(.is-list) .msh-card__name {
		display: contents;
		font-size: 13px;
		letter-spacing: -0.3px;
	}

	.tcs-catalog:not(.is-list) .msh-card__brand {
		grid-column: 1;
		grid-row: 1;
		min-width: 0;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: -0.3px;
		line-height: 1.2;
		color: #1a1a1a;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.tcs-catalog:not(.is-list) .msh-card__collection {
		grid-column: 1 / -1;
		grid-row: 2;
		min-width: 0;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: -0.4px;
		line-height: 1.2;
		color: #1a1a1a;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.tcs-catalog .msh-card__brand + .msh-card__collection::before {
		content: none;
	}

	.tcs-catalog:not(.is-list) .msh-card__rating {
		grid-column: 2;
		grid-row: 1;
		display: inline-flex !important;
		margin-top: 0;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: -0.2px;
		line-height: 1.2;
		color: #3c3c3c;
		white-space: nowrap;
	}

	.tcs-catalog .msh-card__gallery {
		overflow: hidden;
		touch-action: pan-y;
	}

	.tcs-catalog .msh-card__slide {
		position: absolute;
		inset: 0;
		flex: none;
		width: 100%;
		height: 100%;
	}

	.tcs-catalog .msh-card__slide img {
		width: 100% !important;
		height: 100% !important;
		object-fit: contain !important;
		padding: 5px !important;
		opacity: 0;
	}

	.tcs-catalog .msh-card__slide.is-on img {
		opacity: 1;
	}

	.tcs-catalog .msh-card__sku {
		font-size: 10px;
		font-weight: 500;
		letter-spacing: -0.2px;
		line-height: 1.2;
		color: #636363;
	}

	.tcs-catalog .msh-card__price-block {
		margin-top: 6px;
	}

	.tcs-catalog:not(.is-list) .msh-card__price-block {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.tcs-catalog:not(.is-list) .msh-card__avail {
		padding: 0;
	}

	.tcs-catalog .msh-card__price-row {
		flex-wrap: wrap;
		align-items: center;
		gap: 5px;
	}

	.tcs-catalog .msh-card__price {
		width: 100%;
		font-size: 15px;
		letter-spacing: -0.5px;
	}

	.tcs-catalog .msh-card__old {
		font-size: 10px;
	}

	.tcs-catalog .msh-card__off {
		display: inline-flex;
		align-items: center;
		font-size: 12px;
		font-weight: 500;
		padding: 2px 6px;
		border-radius: 4px;
		background: #dede2b;
		color: #3c3c3c;
	}

	.tcs-catalog.is-sale .msh-card__off {
		font-size: 12px;
	}

	.tcs-catalog .msh-card__installment {
		display: none;
	}

	.tcs-catalog .msh-card__offers {
		display: none;
	}

	.tcs-catalog .msh-card__specs {
		flex-wrap: wrap;
		justify-content: flex-start;
		overflow: visible;
		gap: 4px 8px;
		margin-top: auto;
		margin-bottom: 0;
		padding: 8px 4px 0;
		border-top: 1px solid #f0ece8;
		border-bottom: none;
	}

	.tcs-catalog .msh-card__specs--empty {
		min-height: 0;
		margin-top: auto;
	}

	.tcs-catalog .msh-card__specs-item,
	.tcs-catalog[data-tcs-cols="5"] .msh-card__specs-item,
	.tcs-pdp-related .msh-card__specs-item {
		font-size: 12px;
		letter-spacing: -0.2px;
		line-height: 1.2;
		color: #636363;
		background: none;
		border-radius: 0;
		padding: 0;
	}

	.tcs-catalog .msh-card__specs-dot {
		display: inline;
		color: #c5bfb8;
		font-size: 12px;
	}

	.tcs-catalog .msh-card__rating {
		font-size: 12px;
		gap: 4px;
	}

	.tcs-catalog .msh-card__rating svg {
		width: 12px;
		height: 12px;
	}

	.tcs-catalog .msh-card__rating span {
		font-size: 12px;
		letter-spacing: -0.2px;
		color: #636363;
	}

	.tcs-catalog .msh-card__cmp-label,
	.tcs-catalog .msh-card__cart,
	.tcs-catalog .msh-card__cmp,
	.tcs-catalog .msh-card__actions {
		display: none !important;
	}

	.tcs-catalog .msh-card__fav {
		opacity: 1;
		top: 10px;
		right: 10px;
		width: 32px;
		height: 32px;
		border: 1px solid #ede8e3;
		background: #fff;
	}

	.tcs-catalog .tcs-catalog__density,
	.tcs-catalog .tcs-catalog__density-btn {
		display: none !important;
	}

	.tcs-catalog.is-list .msh-card {
		border-radius: 0;
		box-shadow: none;
		background: #fff;
	}

	.tcs-catalog.is-list .msh-card__photo {
		aspect-ratio: unset !important;
		height: 0 !important;
		padding-bottom: 100%;
	}

	.tcs-catalog.is-list .msh-card__photo img {
		padding: 5px !important;
	}

	.tcs-catalog.is-list .msh-card__badge--photo {
		top: 14px;
		left: 14px;
		font-size: 10px;
		padding: 4px 8px;
		border-radius: 5px;
	}

	.tcs-catalog.is-list .msh-card__fav {
		top: 12px;
		right: 12px;
		width: 34px;
		height: 34px;
	}

	.tcs-catalog.is-list .msh-card__inner {
		padding-bottom: 0;
	}

	.tcs-catalog.is-list .msh-card__body {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"name price"
			"sku old"
			"rating rating"
			"specs specs";
		column-gap: 8px;
		row-gap: 2px;
		flex: none;
		padding: 10px 14px 0;
	}

	.tcs-catalog.is-list .msh-card__title-row,
	.tcs-catalog.is-list .msh-card__meta,
	.tcs-catalog.is-list .msh-card__price-block,
	.tcs-catalog.is-list .msh-card__price-main,
	.tcs-catalog.is-list .msh-card__price-row {
		display: contents;
	}

	.tcs-catalog.is-list .msh-card__name {
		grid-area: name;
		display: block;
		font-size: 18px;
		letter-spacing: -0.5px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.tcs-catalog.is-list .msh-card__brand,
	.tcs-catalog.is-list .msh-card__collection {
		display: inline;
		font-size: inherit;
		letter-spacing: inherit;
	}

	.tcs-catalog.is-list .msh-card__brand + .msh-card__collection::before {
		content: " ";
	}

	.tcs-catalog.is-list .msh-card__slide img {
		padding: 5px !important;
	}

	.tcs-catalog.is-list .msh-card__price {
		grid-area: price;
		width: auto;
		font-size: 18px;
		letter-spacing: -0.5px;
		justify-self: end;
	}

	.tcs-catalog.is-list .msh-card__sku {
		grid-area: sku;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: -0.24px;
		color: #636363;
	}

	.tcs-catalog.is-list .msh-card__old-row {
		grid-area: old;
		justify-self: end;
		gap: 5px;
	}

	.tcs-catalog.is-list .msh-card__old {
		font-size: 12px;
	}

	.tcs-catalog.is-list .msh-card__off {
		font-size: 12px;
		padding: 2px 6px;
		border-radius: 4px;
	}

	.tcs-catalog.is-list .msh-card__rating {
		grid-area: rating;
		justify-self: start;
		margin: 4px 0 6px;
		font-size: 13px;
	}

	.tcs-catalog.is-list .msh-card__installment,
	.tcs-catalog.is-list .msh-card__avail,
	.tcs-catalog.is-list .msh-card__meta .msh-card__badge {
		display: none !important;
	}

	.tcs-catalog.is-list .msh-card__specs {
		grid-area: specs;
		margin: 8px 0 0;
		padding: 0;
		border: 0;
	}

	.tcs-catalog.is-list .msh-card__specs-item {
		font-size: 12px;
		padding: 0;
		background: none;
	}

	.tcs-catalog.is-list .msh-card__offers {
		display: none;
	}

	.tcs-catalog.is-list .msh-card__offer--fitting {
		display: none;
	}

	.tcs-catalog.is-list .msh-card__offers:not(:has(.msh-card__offer:not(.msh-card__offer--fitting))) {
		display: none;
	}

	.tcs-catalog.is-list .msh-card__offer {
		display: flex;
		align-items: center;
		gap: 6px;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: -0.24px;
		color: #3c3c3c;
	}

	.tcs-catalog.is-list .msh-card__offer svg {
		flex-shrink: 0;
	}

	.tcs-catalog.is-list .msh-card__actions {
		position: static;
		display: flex !important;
		flex-direction: row;
		width: 100%;
		padding: 10px 14px 16px;
	}

	.tcs-catalog.is-list .msh-card__cmp {
		display: none !important;
	}

	.tcs-catalog.is-list .msh-card__cart {
		display: flex !important;
		order: 1;
		flex: 1;
		height: 46px;
		min-height: 46px;
		max-height: 46px;
		border-radius: 10px;
	}
}

/* Product card skeletons (initial JS render + filter reload) */
.tcs-catalog .msh-skel {
	min-width: 0;
}

.tcs-catalog .msh-skel__card {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	padding: 24px var(--msh-card-pad-x, 16px) 16px;
	box-sizing: border-box;
	gap: 12px;
}

.tcs-catalog .msh-skel__photo {
	width: 100%;
	aspect-ratio: var(--msh-photo-ratio, 316 / 340);
	border-radius: 8px;
	background: linear-gradient(90deg, #f0ece8 0%, #f7f4f1 45%, #f0ece8 100%);
	background-size: 200% 100%;
	animation: msh-skel-shimmer 1.2s ease-in-out infinite;
}

.tcs-catalog .msh-skel__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0 4px;
	width: 100%;
	box-sizing: border-box;
}

.tcs-catalog .msh-skel__line {
	display: block;
	height: 12px;
	border-radius: 6px;
	background: linear-gradient(90deg, #f0ece8 0%, #f7f4f1 45%, #f0ece8 100%);
	background-size: 200% 100%;
	animation: msh-skel-shimmer 1.2s ease-in-out infinite;
}

.tcs-catalog .msh-skel__line--title {
	height: 18px;
	width: 72%;
}

.tcs-catalog .msh-skel__line--meta {
	width: 48%;
	height: 10px;
}

.tcs-catalog .msh-skel__line--price {
	height: 22px;
	width: 40%;
	margin-top: 2px;
}

.tcs-catalog .msh-skel__line--sub {
	width: 56%;
	height: 10px;
}

@keyframes msh-skel-shimmer {
	0% { background-position: 100% 0; }
	100% { background-position: -100% 0; }
}

@media (prefers-reduced-motion: reduce) {
	.tcs-catalog .msh-skel__photo,
	.tcs-catalog .msh-skel__line {
		animation: none;
		background: #f0ece8;
	}
}

/* Grid promo banners from iblock (GRID_POSITION) */
.tcs-catalog a.catalog-grid__item.msh-grid-promo {
	position: relative;
	display: flex;
	flex-direction: column;
	align-self: stretch;
	min-width: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #ede8e3;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	z-index: 1;
}

.tcs-catalog .msh-grid-promo__img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.tcs-catalog.is-list a.catalog-grid__item.msh-grid-promo {
	height: auto;
	min-height: 220px;
	aspect-ratio: 29 / 20;
	flex: none;
	width: auto;
	margin: 12px 14px;
}

/* Store overlay banner (badge / title / CTA from iblock) */
.tcs-catalog a.catalog-grid__item.msh-grid-promo.msh-store-promo {
	color: #fff;
}

.tcs-catalog .msh-store-promo[hidden] {
	display: none !important;
}

.tcs-catalog .msh-store-promo__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.tcs-catalog .msh-store-promo__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(160deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.44) 100%);
	pointer-events: none;
}

.tcs-catalog .msh-store-promo__content {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 20px 24px;
	box-sizing: border-box;
}

.tcs-catalog .msh-store-promo__badge {
	align-self: flex-start;
	padding: 4px 8px;
	border-radius: 4px;
	background: #dede2b;
	color: #3c3c3c;
	font-family: var(--tcs-font, inherit);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	line-height: 1.2;
}

.tcs-catalog .msh-store-promo__bottom {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.tcs-catalog .msh-store-promo__title {
	margin: 0;
	font-family: var(--tcs-font, inherit);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #fff;
	overflow-wrap: anywhere;
}

.tcs-catalog .msh-store-promo__text {
	margin: 0;
	font-family: var(--tcs-font, inherit);
	font-size: 12px;
	line-height: 1.35;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.72);
}

.tcs-catalog .msh-store-promo__row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 2px;
	flex-wrap: wrap;
}

.tcs-catalog .msh-store-promo__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 7px;
	background: #dede2b;
	color: #3c3c3c;
	font-family: var(--tcs-font, inherit);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: -0.02em;
	white-space: nowrap;
	line-height: 1.2;
}


@media (min-width: 1201px) {
	.tcs-catalog[data-tcs-cols="4"] .msh-store-promo__content {
		padding: 20px;
	}

	.tcs-catalog[data-tcs-cols="4"] .msh-store-promo__title {
		font-size: 28px;
		letter-spacing: -0.04em;
	}
}

@media (max-width: 767px) {
	.tcs-catalog:not(.is-list) a.catalog-grid__item.msh-grid-promo {
		height: auto;
		min-height: 0;
		aspect-ratio: 100 / 145;
		flex: none;
	}

	.tcs-catalog .msh-store-promo__content {
		padding: 10px;
	}

	.tcs-catalog .msh-store-promo__badge {
		font-size: 8px;
		padding: 3px 6px;
	}

	.tcs-catalog .msh-store-promo__title {
		font-size: 13px;
		letter-spacing: -0.03em;
	}

	.tcs-catalog .msh-store-promo__bottom {
		gap: 8px;
	}

	.tcs-catalog .msh-store-promo__text,
	.tcs-catalog .msh-store-promo__cta {
		font-size: 9px;
	}

	.tcs-catalog .msh-store-promo__cta {
		padding: 6px 9px;
	}
}

.tcs-utp-hold[hidden] {
	display: none !important;
}

.catalog-page.tcs-page .tcs-catalog .catalog-grid__item.msh-utp,
.catalog-page.tcs-page .tcs-catalog .catalog-grid__item[data-entity="utp"],
.tcs-page .tcs-catalog .catalog-grid__item.msh-utp,
.tcs-page .tcs-catalog .catalog-grid__item[data-entity="utp"],
.tcs-catalog .catalog-grid__item.msh-utp,
.tcs-catalog .catalog-grid__item[data-entity="utp"] {
	grid-column: 1 / -1 !important;
	overflow: visible;
}

.tcs-catalog.is-list .msh-utp {
	display: none;
}

@media (min-width: 768px) {
	.tcs-catalog .msh-utp__label,
	.tcs-catalog .msh-utp__pager,
	.tcs-catalog .msh-utp__desc,
	.tcs-catalog .msh-utp .smartseo-usp__desc {
		display: none !important;
	}
}

.tcs-catalog .msh-utp__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	box-sizing: border-box;
	padding: 52px 60px;
	border-radius: 16px;
	background: #f5f3f0;
}

.tcs-catalog .msh-utp__item,
.tcs-catalog .msh-utp .smartseo-usp__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	flex: 1 1 0;
	min-width: 0;
	max-width: none;
	position: static;
}

.tcs-catalog .msh-utp__title,
.tcs-catalog .msh-utp .smartseo-usp__title {
	margin: 0 !important;
	font-family: "Styrene A Web Medium", "Styrene A Web", sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	letter-spacing: -0.48px !important;
	line-height: 1.2 !important;
	color: #3c3c3c !important;
	text-transform: none !important;
	text-decoration: none !important;
	font-synthesis: none;
	-webkit-font-smoothing: antialiased;
	display: block !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	white-space: normal !important;
	-webkit-line-clamp: unset !important;
	-webkit-box-orient: initial !important;
}

.tcs-catalog .msh-utp__title *,
.tcs-catalog .msh-utp .smartseo-usp__title * {
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
	text-transform: none !important;
}

@media (max-width: 1200px) {
	.tcs-catalog .msh-utp__inner {
		padding: 32px 28px;
		gap: 16px;
	}

	.tcs-catalog .msh-utp__title,
	.tcs-catalog .msh-utp .smartseo-usp__title {
		font-size: 14px !important;
		letter-spacing: -0.28px !important;
	}
}

@media (max-width: 767px) {
	.tcs-catalog.is-list .catalog-grid .msh-utp {
		display: block;
	}

	.tcs-catalog .catalog-grid .msh-utp,
	.tcs-catalog .catalog-grid .catalog-grid__item.msh-utp {
		display: block;
		padding: 28px 4px 24px;
		box-sizing: border-box;
		background: #f5f3f0;
		border-radius: 12px;
	}

	.tcs-catalog .catalog-grid .msh-utp__label {
		display: block;
		margin: 0 0 20px;
		padding: 0 12px;
		font-family: "Styrene A Web Medium", "Styrene A Web", sans-serif;
		font-size: 11px;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1.2;
		text-transform: uppercase;
		color: #6b6b6b;
	}

	.tcs-catalog .catalog-grid .msh-utp__inner {
		display: block !important;
		padding: 0 12px;
		border-radius: 0;
		background: transparent;
	}

	.tcs-catalog .catalog-grid .msh-utp__item,
	.tcs-catalog .catalog-grid .msh-utp .smartseo-usp__item {
		display: none !important;
		flex: none;
		max-width: none;
	}

	.tcs-catalog .catalog-grid .msh-utp__item.is-active,
	.tcs-catalog .catalog-grid .msh-utp .smartseo-usp__item.is-active {
		display: block !important;
	}

	.tcs-catalog .catalog-grid .msh-utp__title,
	.tcs-catalog .catalog-grid .msh-utp .smartseo-usp__title {
		margin: 0 0 10px !important;
		font-size: 28px !important;
		font-weight: 500 !important;
		letter-spacing: -0.84px !important;
		line-height: 1.1 !important;
		color: #1a1a1a !important;
	}

	.tcs-catalog .catalog-grid .msh-utp__desc,
	.tcs-catalog .catalog-grid .msh-utp .smartseo-usp__desc {
		display: block !important;
		margin: 0 !important;
		font-family: "Styrene A Web", sans-serif !important;
		font-size: 14px !important;
		font-weight: 400 !important;
		letter-spacing: -0.28px !important;
		line-height: 1.4 !important;
		color: #636363 !important;
	}

	.tcs-catalog .catalog-grid .msh-utp__pager {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 24px;
		padding: 0 12px;
	}

	.tcs-catalog .catalog-grid .msh-utp__dots {
		display: flex;
		align-items: center;
		gap: 6px;
	}

	.tcs-catalog .catalog-grid .msh-utp__dot {
		width: 6px;
		height: 6px;
		padding: 0;
		border: 0;
		border-radius: 3px;
		background: #d8d2cb;
		cursor: pointer;
		transition: width 0.25s ease, background 0.25s ease;
	}

	.tcs-catalog .catalog-grid .msh-utp__dot.is-active {
		width: 24px;
		background: #3c3c3c;
	}

	.tcs-catalog .catalog-grid .msh-utp__count {
		font-family: "Styrene A Web Medium", "Styrene A Web", sans-serif;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: -0.24px;
		color: #6b6b6b;
	}
}


/* End */


/* Start:/local/components/tempus/product.list/templates/common/grid.css?17884693911840*/
.tcs-pdp-related {
	--tcs-font: "Styrene A Web", "Styrene B LC", Arial, sans-serif;
	--tcs-text: #3c3c3c;
	--tcs-muted: #6b6b6b;
	margin-bottom: 5rem;
	max-width: 100%;
	overflow-x: hidden;
}

.tcs-pdp-related.may-like-section--spaced {
	margin-bottom: 7rem;
}

.tcs-pdp-related .may-like-section__title {
	margin-bottom: 3rem !important;
}

.tcs-pdp-related .tcs-catalog {
	padding-bottom: 0;
	background: transparent;
}

/* Same listing scale as catalog (maket.css). Do not widen the block — that caused page scroll. */
@media (min-width: 851px) and (max-width: 1679px) {
	.tcs-pdp-related .tcs-catalog {
		zoom: 0.85;
		width: 100%;
		max-width: 100%;
	}
}

.tcs-pdp-related .catalog-grid {
	padding-bottom: 0 !important;
}

/* Global app.min.css hides .catalog-grid__item:last-child (listing dummy banner). */
.tcs-pdp-related .catalog-grid__item:last-child {
	display: block !important;
}

.tcs-pdp-related .catalog-grid__item.is-collapsed {
	display: none !important;
}

@media (max-width: 767px) {
	.tcs-pdp-related[data-initial-mobile="6"] .catalog-grid__item.is-collapsed:nth-child(-n+6) {
		display: block !important;
	}

	.tcs-pdp-related .may-like-section__more--desk-only {
		display: none !important;
	}
}

.may-like-section__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 2.5rem auto 0;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: -0.28px;
	color: #3c3c3c;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s;
}

.may-like-section__more:hover {
	color: #8a7f78;
}

@media screen and (max-width: 500px) {
	.tcs-pdp-related .may-like-section__title {
		margin-bottom: 2rem !important;
	}

	.may-like-section__more {
		margin-top: 2rem;
		font-size: 13px;
	}
}

/* End */


/* Start:/local/components/tempus/product.list/templates/similar/style.css?178756462277*/
/* Card chrome comes from catalog.section/maket-section + common/grid.css */

/* 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?17875196824433*/
.tempus-li-sub {
  position: relative;
  left: auto !important;
  margin-left: 25px;
  padding-left: 15px !important;
  max-width: calc(100% - 25px);
  box-sizing: border-box;
  color: #404040;
}
.tempus-li-sub::before {
  content: "•" !important;
}

.aspro-smartseo-content__wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.description__section {
  padding-bottom: 3rem;
}

@media (max-width: 767px) {
  .description__section {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}

.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?178587365850982 */
/* /local/components/tempus/catalog.element/style.css?1779175692779 */
/* /local/components/tempus/product.reviews/templates/.default-redesign/style.css?178765659513982 */
/* /local/components/tempus/ytp.block/templates/.default/style.css?17884235771842 */
/* /local/components/tempus/product.list/templates/collections/style.css?178756462277 */
/* /local/components/tempus/catalog.section/templates/maket-section/style.css?178846939145823 */
/* /local/components/tempus/product.list/templates/common/grid.css?17884693911840 */
/* /local/components/tempus/product.list/templates/similar/style.css?178756462277 */
/* /local/components/tempus/social.feed/templates/.default/style.css?17447891621989 */
/* /local/components/aspro/smartseo.content/templates/main/style.css?17875196824433 */
