/* VELATO: база и магазин */
:root {
  --velato-black: #11110f;
  --velato-muted: #817872;
  --velato-accent: #b9787a;
  --velato-accent-light: #d79498;
  --velato-bg: #f4f0ea;
  --velato-bg-light: #fbf8f3;
  --velato-store-bg: #f4f0ea;
  --velato-border: #d8cec5;
  --velato-motion: 0.75s cubic-bezier(0.22, 1, 0.36, 1);

  --velato-product-black: #11110f;
  --velato-product-text: #5f5a55;
  --velato-product-muted: #817872;
  --velato-product-accent: #b9787a;
  --velato-product-border: rgba(17, 17, 15, 0.11);
}

html body:has(#allrecords[data-product-page="y"]),
#allrecords[data-product-page="y"],
#allrecords[data-product-page="y"] > .t-rec {
  background-color: var(--velato-bg-light) !important;
}

#allrecords[data-product-page="y"] .t-store__prod-snippet__container {
  background-color: var(--velato-store-bg) !important;
}

#allrecords[data-product-page="y"] .t-store__product-snippet > .t-container {
  max-width: 1240px !important;
  padding: 36px 20px 46px !important;
  box-sizing: border-box !important;
  background-color: var(--velato-store-bg) !important;
}

#allrecords .t-store__card__imgwrapper,
#allrecords .t-store__prod-popup__slider,
#allrecords .t-store__prod-popup__slider .t-slds__main,
#allrecords .t-store__prod-popup__slider .t-slds__container,
#allrecords .t-store__prod-popup__slider .t-slds__items-wrapper,
#allrecords .t-store__prod-popup__slider .t-slds__item,
#allrecords .t-store__prod-popup__slider .t-slds__wrapper,
#allrecords .t-store__prod-popup__slider .t-slds__imgwrapper,
#allrecords .t-store__prod-popup__slider .t-slds__bgimg {
  background-color: var(--velato-store-bg) !important;
}

#allrecords .t-store__card__imgwrapper .t-store__card__bgimg[data-original],
#allrecords .t-store__prod-popup__slider .t-slds__imgwrapper .t-slds__bgimg[data-original] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: var(--velato-store-bg) !important;
}

/* VELATO: карточка товара */
.velato-product-enhanced .t-store__prod-popup__info {
  box-sizing: border-box;
}

.velato-product-details {
  box-sizing: border-box;
  width: 100%;
  margin-top: 28px;
  padding-top: 23px;
  border-top: 1px solid var(--velato-product-border);
  color: var(--velato-product-black);
  font-family: "TildaSans", Arial, sans-serif !important;
}

.velato-product-details,
.velato-product-details * {
  font-family: "TildaSans", Arial, sans-serif !important;
}

.velato-product-details__inspiration {
  margin: 0 0 12px !important;
  color: var(--velato-product-text) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

.velato-product-details__inspiration-label {
  display: inline;
  margin-right: 4px;
  color: var(--velato-product-muted) !important;
  font-size: 10px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.velato-product-details__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin: 0 0 22px !important;
}

.velato-product-details__rating.velato-rating-link {
  cursor: pointer;
}

.velato-product-details__rating.velato-rating-link:hover .velato-product-details__reviews,
.velato-product-details__rating.velato-rating-link:focus-visible .velato-product-details__reviews {
  color: var(--velato-product-accent) !important;
}

.velato-product-details__rating.velato-rating-link:focus-visible {
  outline: 1px solid rgba(185, 120, 122, 0.45);
  outline-offset: 4px;
  border-radius: 2px;
}

.velato-stars {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  font-family: Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 1px;
  white-space: nowrap;
}

.velato-stars__base {
  display: block;
  color: rgba(185, 120, 122, 0.28) !important;
}

.velato-stars__fill {
  position: absolute;
  inset: 0 auto 0 0;
  overflow: hidden;
  color: var(--velato-product-accent) !important;
  white-space: nowrap;
  pointer-events: none;
}

.velato-product-details__rating-value {
  color: var(--velato-product-black) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}

.velato-product-details__reviews {
  color: var(--velato-product-muted) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  transition: color 0.2s ease;
}

.velato-product-details__story {
  margin: 0 0 22px !important;
}

.velato-product-details__story-title,
.velato-product-details__label {
  display: block;
  margin: 0 0 7px !important;
  color: var(--velato-product-muted) !important;
  font-size: 10px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.velato-product-details__story-text {
  max-width: 600px;
  margin: 0 !important;
  color: var(--velato-product-text) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}

.velato-product-details__section {
  margin: 0 !important;
  padding: 14px 0 !important;
  border-top: 1px solid rgba(17, 17, 15, 0.075);
}

.velato-product-details__section:last-child {
  padding-bottom: 0 !important;
}

.velato-product-details__value {
  max-width: 600px;
  margin: 0 !important;
  color: #332f2c !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.velato-product-enhanced .js-store-prod-text.velato-source-text-hidden {
  display: none !important;
}

.velato-product-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 560px;
  margin-top: 16px;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(17, 17, 15, 0.035);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.velato-product-benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 3px 10px;
  box-sizing: border-box;
  border-right: 1px solid rgba(17, 17, 15, 0.075);
}

.velato-product-benefit:first-child {
  padding-left: 2px;
}

.velato-product-benefit:last-child {
  padding-right: 2px;
  border-right: 0;
}

.velato-product-benefit__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  color: var(--velato-product-accent);
  border: 1px solid rgba(185, 120, 122, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
}

.velato-product-benefit__icon svg {
  display: block;
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.velato-product-benefit__text {
  min-width: 0;
  color: #4f4945 !important;
  font-family: "TildaSans", Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
}

.velato-product-benefits + .velato-product-details {
  margin-top: 18px;
}

.velato-char-hidden,
.velato-char-hidden[hidden] {
  display: none !important;
}

.velato-product-enhanced .t-store__tabs__item[data-tab-type="chars"] .t-store__tabs__content.velato-charcs-ready {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

.velato-char-row {
  display: grid !important;
  grid-template-columns: minmax(150px, 0.8fr) minmax(220px, 1.45fr);
  column-gap: 34px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(17, 17, 15, 0.07);
  font-family: "TildaSans", Arial, sans-serif !important;
}

.velato-char-row:last-child {
  border-bottom: 0;
}

.velato-char-label {
  color: var(--velato-product-muted) !important;
  font-family: "TildaSans", Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

.velato-char-value {
  color: #332f2c !important;
  font-family: "TildaSans", Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

.velato-charcs-ready {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

.velato-reviews-ready {
  font-family: "TildaSans", Arial, sans-serif !important;
}

[data-velato-review-source="true"] {
  display: none !important;
}

.velato-reviews {
  width: 100%;
  box-sizing: border-box;
}

.velato-reviews__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(17, 17, 15, 0.09);
}

.velato-reviews__summary-value {
  color: var(--velato-product-black) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}

.velato-reviews__summary-count {
  color: var(--velato-product-muted) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.velato-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}

.velato-review-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 180px;
  padding: 18px 18px 17px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(17, 17, 15, 0.075);
  border-radius: 12px;
}

.velato-review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.velato-review-card__name {
  min-width: 0;
  color: var(--velato-product-black) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}

.velato-review-card .velato-stars {
  font-size: 12px !important;
}

.velato-review-card__text {
  margin: 0 !important;
  color: var(--velato-product-text) !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}

.velato-review-card__images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.velato-review-card__images_1 {
  grid-template-columns: 1fr;
}

.velato-review-card__images_1 .velato-review-card__image {
  aspect-ratio: 4 / 3;
}

.velato-review-card__images_2,
.velato-review-card__images_4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.velato-review-card__images_3 {
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  aspect-ratio: 4 / 3;
}

.velato-review-card__images_3 .velato-review-card__image {
  aspect-ratio: auto;
}

.velato-review-card__images_3 .velato-review-card__image:first-child {
  grid-row: 1 / span 2;
}

.velato-review-card__image {
  display: block;
  min-width: 0;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  appearance: none;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  cursor: zoom-in;
}

.velato-review-card__image-preview {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.velato-review-card__image:hover .velato-review-card__image-preview {
  transform: scale(1.035);
  opacity: 0.92;
}

.velato-review-card__image:focus-visible {
  outline: 2px solid rgba(185, 120, 122, 0.7);
  outline-offset: 2px;
}

.velato-review-lightbox {
  width: auto;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 32px);
  margin: auto;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
}

.velato-review-lightbox[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.velato-review-lightbox::backdrop {
  background: rgba(17, 17, 15, 0.82);
}

.velato-review-lightbox__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: pan-y;
}

.velato-review-lightbox__image {
  display: block;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 32px);
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.velato-review-lightbox__close,
.velato-review-lightbox__nav {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  appearance: none;
  background: rgba(17, 17, 15, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.velato-review-lightbox__close {
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
}

.velato-review-lightbox__nav {
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
}

.velato-review-lightbox__close svg,
.velato-review-lightbox__nav svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.velato-review-lightbox__close svg {
  width: 18px;
  height: 18px;
}

.velato-review-lightbox__nav_previous {
  left: 12px;
}

.velato-review-lightbox__nav_next {
  right: 12px;
}

.velato-review-lightbox__nav[hidden],
.velato-review-lightbox__counter[hidden] {
  display: none;
}

.velato-review-lightbox__close:hover,
.velato-review-lightbox__nav:hover {
  background: rgba(185, 120, 122, 0.9);
  border-color: rgba(255, 255, 255, 0.42);
}

.velato-review-lightbox__nav:hover {
  transform: translateY(-50%) scale(1.04);
}

.velato-review-lightbox__close:focus-visible,
.velato-review-lightbox__nav:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}

.velato-review-lightbox__counter {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 12px;
  min-width: 48px;
  padding: 6px 11px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  background: rgba(17, 17, 15, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  transform: translateX(-50%);
}

.velato-reviews__empty {
  margin: 0 !important;
  color: var(--velato-product-muted) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

@media screen and (min-width: 981px) {
  .velato-product-enhanced .t-store__prod-popup__info {
    padding-left: 14px !important;
  }

  .velato-product-enhanced .velato-product-details {
    max-width: 600px;
  }

  .velato-product-enhanced
  .t-store__tabs__content.velato-reviews-ready {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
  }

  .velato-reviews__grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-flow: dense;
  }

  .velato-reviews__grid > .velato-review-card_has-images {
    grid-column-end: span 2;
    grid-row-end: span 2;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    grid-template-rows: auto 1fr;
    column-gap: 20px;
    align-content: start;
  }

  .velato-review-card_has-images .velato-review-card__top {
    grid-column: 1 / -1;
  }

  .velato-review-card_has-images .velato-review-card__text {
    grid-column: 1;
    grid-row: 2;
  }

  .velato-review-card_has-images .velato-review-card__images {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
  }
}

@media screen and (max-width: 980px) {
  .velato-product-benefits {
    grid-template-columns: 1fr;
    padding: 8px 13px;
  }

  .velato-product-benefit,
  .velato-product-benefit:first-child,
  .velato-product-benefit:last-child {
    min-height: 39px;
    padding: 5px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 17, 15, 0.065);
  }

  .velato-product-benefit:last-child {
    border-bottom: 0;
  }

  .velato-product-details {
    margin-top: 24px;
    padding-top: 21px;
  }

  .velato-char-row {
    grid-template-columns: minmax(135px, 0.8fr) minmax(180px, 1.4fr);
    column-gap: 24px;
  }

  .velato-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 640px) {
  .velato-product-benefits {
    margin-top: 16px;
    border-radius: 12px;
  }

  .velato-product-benefit__text {
    font-size: 12px !important;
  }

  .velato-product-details {
    margin-top: 22px;
    padding-top: 19px;
  }

  .velato-product-details__story-text,
  .velato-product-details__value {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .velato-product-details__section {
    padding: 13px 0 !important;
  }

  .velato-char-row {
    grid-template-columns: 1fr;
    row-gap: 3px;
    padding: 10px 0 !important;
  }

  .velato-char-label {
    font-size: 11px !important;
  }

  .velato-char-value {
    font-size: 13px !important;
  }

  .velato-reviews__summary {
    margin-bottom: 18px;
    padding-bottom: 14px;
  }

  .velato-reviews__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .velato-review-card {
    min-height: 0;
    padding: 16px;
  }

  .velato-review-card__text {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .velato-review-card__images {
    display: flex;
    gap: 8px;
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .velato-review-card__images::-webkit-scrollbar {
    display: none;
  }

  .velato-review-card__image {
    flex: 0 0 92px;
    scroll-snap-align: start;
  }

  .velato-review-card__images_1 .velato-review-card__image {
    flex-basis: 140px;
    aspect-ratio: 4 / 3;
  }

  .velato-review-card__images_3 {
    aspect-ratio: auto;
  }

  .velato-review-card__images_3 .velato-review-card__image,
  .velato-review-card__images_3 .velato-review-card__image:first-child {
    grid-row: auto;
    aspect-ratio: 1;
  }

  .velato-review-lightbox {
    max-width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
  }

  .velato-review-lightbox__image {
    max-width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
  }

  .velato-review-lightbox__close {
    top: 8px;
    right: 8px;
  }

  .velato-review-lightbox__nav {
    width: 40px;
    height: 40px;
  }

  .velato-review-lightbox__nav_previous {
    left: 8px;
  }

  .velato-review-lightbox__nav_next {
    right: 8px;
  }

  .velato-review-lightbox__counter {
    bottom: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .velato-product-details__reviews,
  .velato-review-lightbox__close,
  .velato-review-lightbox__nav {
    transition: none !important;
  }
}

/* VELATO: общие стили */
#t-header {
      display: contents !important;
    }

#rec2935241901 {
      position: relative !important;
      z-index: 1 !important;
    }

#rec2472801371 {
      position: -webkit-sticky !important;
      position: sticky !important;
      top: 0 !important;
      z-index: 1000 !important;
      width: 100% !important;
      box-sizing: border-box !important;
    }

@media screen and (min-width: 961px) {
      #rec2472801371 #nav2472801371 {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        width: 100% !important;
      }
    }

@media screen and (max-width: 960px) {
      #rec2472801371 .t-menu-base__mobile-menu {
        top: var(--velato-mobile-header-offset, 0px) !important;
      }
    }

@media screen and (min-width: 961px) {
  
  #rec2472801371
  .t-menu-base__list_leftside
  > .t-menu-base__list-item
  > .t-menu__link-wrapper
  > .t-menu__link-item,

#rec2472801371
  .t-menu-base__buttons
  .t-btnflex__text {
    position: relative;
    display: inline-block;

    color: var(--velato-black) !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-decoration: none !important;

    transition: color 0.24s ease !important;
  }

#rec2472801371
  .t-menu-base__buttons
  .t-btnflex,
  #rec2472801371
  .t-menu-base__buttons
  .t-btnflex__text {
    overflow: visible !important;
  }

#rec2472801371
  .t-menu-base__list_leftside
  > .t-menu-base__list-item
  > .t-menu__link-wrapper
  > .t-menu__link-item::after,
  #rec2472801371
  .t-menu-base__buttons
  .t-btnflex__text::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;

    height: 1px;
    background-color: var(--velato-accent);

    pointer-events: none;

    transform: scaleX(0);
    transform-origin: right center;

    transition:
      transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  }

  @media (hover: hover) and (pointer: fine) {
    #rec2472801371
    .t-menu-base__list_leftside
    > .t-menu-base__list-item
    > .t-menu__link-wrapper
    > .t-menu__link-item:hover,
    #rec2472801371
    .t-menu-base__buttons
    .t-btnflex:hover
    .t-btnflex__text {
      color: var(--velato-accent) !important;
    }

    #rec2472801371
    .t-menu-base__list_leftside
    > .t-menu-base__list-item
    > .t-menu__link-wrapper
    > .t-menu__link-item:hover::after,
    #rec2472801371
    .t-menu-base__buttons
    .t-btnflex:hover
    .t-btnflex__text::after {
      transform: scaleX(1);
      transform-origin: left center;
    }
  }

#rec2472801371
  .t-menu-base__list_leftside
  > .t-menu-base__list-item
  > .t-menu__link-wrapper
  > .t-menu__link-item:focus-visible,
  #rec2472801371
  .t-menu-base__buttons
  .t-btnflex:focus-visible
  .t-btnflex__text {
    color: var(--velato-accent) !important;
  }

  #rec2472801371
  .t-menu-base__list_leftside
  > .t-menu-base__list-item
  > .t-menu__link-wrapper
  > .t-menu__link-item:focus-visible::after,
  #rec2472801371
  .t-menu-base__buttons
  .t-btnflex:focus-visible
  .t-btnflex__text::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

#rec2472801371 a:focus-visible {
  outline: 1px solid var(--velato-accent);
  outline-offset: 5px;
}

@media screen and (min-width: 961px) {
  
  #rec2472801371
  .t-menu-base
  .t-menusub__menu,
  #rec2472801371
  .t-menu-base
  .t-menusub__menu-wrapper {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

#rec2472801371
  .t-menu-base
  .t-menusub__innermenu-content.t-menusub__innermenu-content_level1 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    box-sizing: border-box;

    width: var(--menusub-width) !important;

background: rgba(251, 248, 243, 0.9) !important;

    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    border-radius: 2px !important;

    box-shadow:
      0 18px 42px rgba(17, 17, 15, 0.12),
      0 4px 12px rgba(17, 17, 15, 0.055),
      inset 0 1px 0 rgba(255, 255, 255, 0.8),
      inset 0 -1px 0 rgba(185, 120, 122, 0.08) !important;

    -webkit-backdrop-filter:
      blur(18px) saturate(145%) contrast(1.02);
    backdrop-filter:
      blur(18px) saturate(145%) contrast(1.02);
  }

@supports (
    (-webkit-backdrop-filter: blur(1px)) or
    (backdrop-filter: blur(1px))
  ) {
    #rec2472801371
    .t-menu-base
    .t-menusub__innermenu-content.t-menusub__innermenu-content_level1 {
      background:
        linear-gradient(
          135deg,
          rgba(255, 255, 255, 0.52) 0%,
          rgba(251, 248, 243, 0.4) 48%,
          rgba(244, 240, 234, 0.48) 100%
        ) !important;
    }
  }

#rec2472801371
  .t-menu-base
  .t-menusub__innermenu-content.t-menusub__innermenu-content_level1::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -58px;
    left: -72px;

    width: 260px;
    height: 132px;

    background:
      linear-gradient(
        115deg,
        rgba(255, 255, 255, 0) 8%,
        rgba(255, 255, 255, 0.48) 48%,
        rgba(255, 255, 255, 0) 82%
      );

    transform: rotate(-9deg);
    pointer-events: none;
  }

#rec2472801371
  .t-menu-base
  .t-menusub__innermenu-content.t-menusub__innermenu-content_level1::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: -54px;
    bottom: -68px;

    width: 150px;
    height: 150px;

    border-radius: 50%;
    background: rgba(185, 120, 122, 0.15);
    filter: blur(34px);

    pointer-events: none;
  }

#rec2472801371
  .t-menu-base
  .t-menusub__innermenu-content_level1
  > .t-menusub__innermenu-list {
    position: relative;
    z-index: 1;

    margin: 0 !important;
    padding: 8px !important;
  }

#rec2472801371
  .t-menu-base
  .t-menusub__list-item,
  #rec2472801371
  .t-menu-base
  .t-menusub__link-wrapper {
    background: transparent !important;
    border-radius: 0 !important;
  }

#rec2472801371
  .t-menu-base
  .t-menusub__list-item
  + .t-menusub__list-item {
    border-top: 1px solid rgba(95, 90, 85, 0.1);
  }

#rec2472801371
  .t-menu-base
  a.t-menusub__link-item {
    position: relative;
    display: flex !important;
    align-items: center;
    box-sizing: border-box;

    min-height: 38px;
    padding: 9px 12px 9px 16px !important;

    color: var(--velato-black) !important;
    background: transparent !important;
    text-decoration: none !important;

    transform: translate3d(0, 0, 0);

    transition:
      color 0.24s ease,
      background-color 0.24s ease,
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
  }

#rec2472801371
  .t-menu-base
  a.t-menusub__link-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;

    width: 2px;
    height: 54%;

    background-color: var(--velato-accent);

    transform: translateY(-50%) scaleY(0);
    transform-origin: center;

    transition:
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  }

  @media (hover: hover) and (pointer: fine) {
    #rec2472801371
    .t-menu-base
    a.t-menusub__link-item:hover {
      color: var(--velato-accent) !important;
      background-color: rgba(255, 255, 255, 0.34) !important;
      transform: translate3d(2px, 0, 0);
    }

    #rec2472801371
    .t-menu-base
    a.t-menusub__link-item:hover::before {
      transform: translateY(-50%) scaleY(1);
    }
  }

#rec2472801371
  .t-menu-base
  a.t-menusub__link-item.t-active,
  #rec2472801371
  .t-menu-base
  a.t-menusub__link-item.t-active-current,
  #rec2472801371
  .t-menu-base
  a.t-menusub__link-item:focus-visible {
    color: var(--velato-accent) !important;
    background-color: rgba(255, 255, 255, 0.32) !important;
  }

  #rec2472801371
  .t-menu-base
  a.t-menusub__link-item.t-active::before,
  #rec2472801371
  .t-menu-base
  a.t-menusub__link-item.t-active-current::before,
  #rec2472801371
  .t-menu-base
  a.t-menusub__link-item:focus-visible::before {
    transform: translateY(-50%) scaleY(1);
  }

  #rec2472801371
  .t-menu-base
  a.t-menusub__link-item:focus-visible {
    outline: 1px solid rgba(185, 120, 122, 0.48);
    outline-offset: -2px;
  }
}

#rec2473870491
.tn-elem:not(.velato-footer-legal):not(
  [data-elem-id="1785009371906000001"]
)
a {
  position: relative;
  display: inline-block;

  text-decoration: none !important;

  transition: color 0.24s ease;
}

#rec2473870491
.tn-elem:not(.velato-footer-legal):not(
  [data-elem-id="1785009371906000001"]
)
a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;

  height: 1px;
  background-color: var(--velato-accent-light);

  transform: scaleX(0);
  transform-origin: right center;

  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  #rec2473870491
  .tn-elem:not(.velato-footer-legal):not(
    [data-elem-id="1785009371906000001"]
  )
  a:hover {
    color: var(--velato-accent-light) !important;
  }

  #rec2473870491
  .tn-elem:not(.velato-footer-legal):not(
    [data-elem-id="1785009371906000001"]
  )
  a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

#rec2473870491
[data-elem-id="1785009371906000001"],
#rec2473870491
[data-elem-id="1785009371906000001"]
.tn-atom,
#rec2473870491
[data-elem-id="1785009371906000001"]
.tn-atom *,
#rec2473870491
[data-elem-id="1785009371906000001"]
u,
#rec2473870491
.velato-footer-legal,
#rec2473870491
.velato-footer-legal * {
  -webkit-box-shadow: none !important;
  border-bottom: 0 !important;
  background-image: none !important;
  text-decoration: none !important;
}

#rec2473870491
[data-elem-id="1785009371906000001"]
a,
#rec2473870491
.velato-footer-legal
a {
  position: relative;
  display: inline-block;

  color: #b8b0a7 !important;
  text-decoration: none !important;

  transition: color 0.24s ease !important;
}

#rec2473870491
[data-elem-id="1785009371906000001"]
a::before,
#rec2473870491
.velato-footer-legal
a::before {
  content: none !important;
  display: none !important;
}

#rec2473870491
[data-elem-id="1785009371906000001"]
a::after,
#rec2473870491
.velato-footer-legal
a::after {
  content: "" !important;
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;

  display: block !important;
  height: 1px;

  background-color: var(--velato-accent-light) !important;

  pointer-events: none;

  transform: scaleX(0);
  transform-origin: right center;

  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

@media (hover: hover) and (pointer: fine) {
  #rec2473870491
  [data-elem-id="1785009371906000001"]
  a:hover,
  #rec2473870491
  .velato-footer-legal
  a:hover {
    color: var(--velato-accent-light) !important;
  }

  #rec2473870491
  [data-elem-id="1785009371906000001"]
  a:hover::after,
  #rec2473870491
  .velato-footer-legal
  a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

#rec2473870491
[data-elem-id="1785009371906000001"]
a:focus-visible,
#rec2473870491
.velato-footer-legal
a:focus-visible {
  color: var(--velato-accent-light) !important;
  outline: 1px solid var(--velato-accent-light);
  outline-offset: 4px;
}

#rec2473870491
[data-elem-id="1785009371906000001"]
a:focus-visible::after,
#rec2473870491
.velato-footer-legal
a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

#rec2495072311
[data-elem-id="1784803913533000003"] .tn-atom,
#rec2495072311
[data-elem-id="1784804890847000011"] .tn-atom,
#rec2495072311
[data-elem-id="1784805052975000018"] .tn-atom,
#rec2495072311
[data-elem-id="1784805072108000025"] .tn-atom {
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  #rec2495072311
  [data-elem-id="1784803913533000003"] img,
  #rec2495072311
  [data-elem-id="1784804890847000011"] img,
  #rec2495072311
  [data-elem-id="1784805052975000018"] img,
  #rec2495072311
  [data-elem-id="1784805072108000025"] img {
    transform: scale(1);
    transform-origin: center;

    transition:
      transform var(--velato-motion),
      filter var(--velato-motion);

    will-change: transform;
  }

#rec2495072311:has(
    [data-elem-id="1784807685572000001"] .tn-atom:hover
  )
  [data-elem-id="1784803913533000003"] img,

#rec2495072311:has(
    [data-elem-id="1784807788549000002"] .tn-atom:hover
  )
  [data-elem-id="1784804890847000011"] img,

#rec2495072311:has(
    [data-elem-id="1784807794130000003"] .tn-atom:hover
  )
  [data-elem-id="1784805052975000018"] img,

#rec2495072311:has(
    [data-elem-id="1784807797104000004"] .tn-atom:hover
  )
  [data-elem-id="1784805072108000025"] img {
    transform: scale(1.035);
    filter: saturate(1.04) contrast(1.02);
  }
}

.velato-cta-link .tn-atom {
  transition: color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .velato-cta-link .tn-atom:hover {
    color: var(--velato-accent-light) !important;
  }
}

#allrecords[data-product-page="y"]
.t-store__prod-popup__close-txt-wr {
  top: 26px !important;
  left: 28px !important;
}

#allrecords[data-product-page="y"]
.t-store__prod-popup__close-txt {
  transition: color 0.2s ease !important;
}

#allrecords[data-product-page="y"]
.t-popup__close {
  background-color: transparent !important;
}

#allrecords[data-product-page="y"]
.t-store__prod-popup__name {
  color: var(--velato-black) !important;

  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 32px !important;
  line-height: 1.12 !important;
  font-weight: 400 !important;
}

#allrecords[data-product-page="y"]
.t-store__prod-popup__brand {
  margin-top: 10px !important;

  color: #a95d60 !important;

  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

#allrecords[data-product-page="y"]
.t-store__prod-popup__sku {
  margin-top: 8px !important;
  color: var(--velato-muted) !important;
}

#allrecords[data-product-page="y"]
.t-store__prod-popup__price-wrapper {
  margin-top: 26px !important;
  margin-bottom: 24px !important;
}

#allrecords[data-product-page="y"]
.t-store__prod-popup__price {
  color: var(--velato-black) !important;

  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
}

#allrecords[data-product-page="y"]
.t-store__prod-popup__btn {
  min-width: 190px !important;
  min-height: 54px !important;

  border-radius: 0 !important;
  background-color: var(--velato-black) !important;
  color: #ffffff !important;

  transition:
    background-color 0.2s ease,
    color 0.2s ease !important;
}

@media (hover: hover) and (pointer: fine) {
  #allrecords[data-product-page="y"]
  .t-store__prod-popup__btn:hover {
    background-color: var(--velato-accent) !important;
  }

  #allrecords[data-product-page="y"]
  .t-store__prod-popup__close-txt:hover {
    color: var(--velato-accent) !important;
  }
}

#allrecords[data-product-page="y"]
.t-store__prod-popup__text {
  margin-top: 30px !important;

  color: #514b47 !important;

  font-size: 14px !important;
  line-height: 1.65 !important;
}

#allrecords[data-product-page="y"]
.js-store-prod-all-charcs {
  margin-top: 28px !important;
  padding-top: 24px !important;

  border-top: 1px solid var(--velato-border) !important;
}

#allrecords[data-product-page="y"]
.js-store-prod-charcs {
  margin-bottom: 6px !important;
}

#allrecords[data-product-page="y"]
.t-store__relevants__container {
  max-width: 1240px !important;
  margin: 0 auto 64px !important;
  padding: 0 40px 48px !important;

  box-sizing: border-box !important;
  background-color: var(--velato-bg) !important;
}

#allrecords[data-product-page="y"]
.t-store__relevants__container::before {
  content: "";
  display: block;

  margin-bottom: 34px;
  border-top: 1px solid var(--velato-border);
}

#allrecords[data-product-page="y"]
.t-store__relevants__title {
  margin-bottom: 30px !important;

  color: var(--velato-black) !important;

  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;

  text-transform: none !important;
  letter-spacing: 0 !important;
}

html.velato-info-page .velato-reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);

  transition:
    opacity var(--velato-motion),
    transform var(--velato-motion);

  transition-delay: var(--velato-delay, 0ms);
  will-change: opacity, transform;
}

html.velato-info-page .velato-reveal-from-left {
  transform: translate3d(-24px, 0, 0);
}

html.velato-info-page .velato-reveal-soft {
  transform: translate3d(0, 16px, 0) scale(0.988);
}

html.velato-info-page
.velato-reveal.velato-is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (max-width: 980px) {
  #allrecords[data-product-page="y"]
  .t-store__product-snippet > .t-container {
    padding: 32px 28px 42px !important;
  }

  #allrecords[data-product-page="y"]
  .t-store__relevants__container {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }

  #allrecords[data-product-page="y"]
  .t-store__prod-popup__name {
    font-size: 28px !important;
  }
}

@media (max-width: 640px) {
  #allrecords[data-product-page="y"]
  .t-store__product-snippet > .t-container {
    padding: 72px 16px 34px !important;
  }

  #allrecords[data-product-page="y"]
  .t-store__relevants__container {
    margin-bottom: 0 !important;
    padding: 0 16px 42px !important;
  }

  #allrecords[data-product-page="y"]
  .t-store__prod-popup__close-txt-wr {
    top: 22px !important;
    left: 16px !important;
  }

  #allrecords[data-product-page="y"]
  .t-store__prod-popup__name {
    font-size: 26px !important;
  }

  #allrecords[data-product-page="y"]
  .t-store__prod-popup__price {
    font-size: 27px !important;
  }

  #allrecords[data-product-page="y"]
  .t-store__prod-popup__btn {
    width: 100% !important;
  }

  #allrecords[data-product-page="y"]
  .t-store__relevants__title {
    font-size: 26px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #rec2472801371 *,
  #rec2473870491 *,
  #rec2495072311 *,
  .velato-cta-link *,
  html.velato-info-page .velato-reveal {
    transition: none !important;
    animation: none !important;
  }

  #rec2495072311 img {
    transform: none !important;
  }

  html.velato-info-page .velato-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}