
.hs-grid{--cols:4;--gap:24px;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--gap)}
.hs-grid > *{flex:0 1 calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));min-width:0}
@media (max-width:1100px){.hs-grid > *{flex-basis:calc((100% - 2 * var(--gap)) / 3)}}
@media (max-width:760px){.hs-grid > *{flex-basis:calc((100% - var(--gap)) / 2)}}
@media (max-width:460px){.hs-grid > *{flex-basis:100%}}
/* even — ровные ряды: карточки одной высоты, неполный последний ряд
   центрируется базовым justify-content. Правило существует и потому, что
   класс без единого правила в CSS означает потерянный при порте стиль, и
   общий свод справедливо на это краснеет. */
.hs-grid.even{align-items:stretch}
.hs-grid.even > *{flex-grow:0}
.hs-grid.rail{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;scroll-snap-type:x mandatory}
.hs-grid.rail > *{scroll-snap-align:start;flex:0 0 260px}
[hidden]{display:none!important}

.hs-tscroll{overflow-x:auto;max-width:100%;min-width:0}
table.hs-t{width:100%;border-collapse:collapse;min-width:560px}
table.hs-t td.num{text-align:right;font-variant-numeric:tabular-nums}
@media (max-width:640px){
 table.hs-t{min-width:0}
 table.hs-t thead{position:absolute;left:-9999px}
 table.hs-t tr{display:block;margin-bottom:12px}
 table.hs-t td{display:flex;justify-content:space-between;gap:12px}
 table.hs-t td::before{content:attr(data-label);font-weight:600}
}

.hs-crumbs ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}
.hs-pager{display:flex;gap:8px;flex-wrap:wrap}
.hs-filters{display:flex;gap:8px;flex-wrap:wrap}
.hs-chip[aria-pressed="true"]{font-weight:600}
.hs-field{display:flex;flex-direction:column;gap:6px}
.hs-zoom{border:0;padding:0;max-width:96vw;max-height:96vh}
.hs-zoom img{display:block;max-width:96vw;max-height:96vh;height:auto}
.hs-gal{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}
.hs-gal > *{flex:0 1 calc((100% - 32px) / 3);min-width:0}
@media (max-width:700px){.hs-gal > *{flex-basis:100%}}
.hs-shot-link{position:relative;display:block}
.hs-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;min-width:0}
.hs-card{display:flex;flex-direction:column;min-width:0}


@font-face{font-family:"Prata";src:url("/hs-fs/hub/8417321/hub_generated/site/fonts/prata.1b85a8c7.woff2") format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:"Barlow";src:url("/hs-fs/hub/8417321/hub_generated/site/fonts/barlow.b0a8ad37.woff2") format("woff2");font-weight:400;font-display:swap}

:root{
 --paper:#FFFFFF;--paper2:#F4F2F3;--paper3:#EAE6E8;--line:#DBD5D8;
 --ink:#141214;--inkSoft:#544C52;--inkFaint:#6B6269;
 --plum:#5B2B4A;--plumDeep:#432037;--band:#141214;
 --dsp:"Prata",Georgia,"Times New Roman",serif;
 --txt:"Barlow","Helvetica Neue",Arial,sans-serif;
 --wrap:1240px;--gut:clamp(16px,3vw,40px);
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--paper);color:var(--ink);font:400 16px/1.6 var(--txt)}
img{max-width:100%}
a{color:var(--plumDeep)}
.hs-wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding-inline:var(--gut)}
.hs-full{width:100%;padding-inline:0}
h1,h2,h3{font-family:var(--dsp);font-weight:400;line-height:1.12;margin:0 0 .5em;letter-spacing:-.005em}
h1{font-size:clamp(32px,5vw,58px)}
h2{font-size:clamp(24px,3vw,36px)}
h3{font-size:17px;font-family:var(--txt);font-weight:600;line-height:1.32;letter-spacing:0}
p{margin:0 0 1em}
.hs-kicker{font:500 11px/1.4 var(--txt);letter-spacing:.24em;text-transform:uppercase;color:var(--inkFaint);margin:0 0 12px}
.hs-muted{color:var(--inkSoft)}

/* ---------------------------------------------------------------- шапка */
/* Знак слева, меню СЛЕДУЮЩЕЙ строкой и тоже слева, тонкая линейка между.
   У florith знак слева и меню справа в одну строку, у baby-starters локап по
   центру — здесь третий вариант. */
.hs-head{border-bottom:1px solid var(--line);background:var(--paper)}
.hs-head-top{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding:22px 0 14px;min-width:0}
.hs-logo{font-family:var(--dsp);font-size:clamp(22px,2.4vw,28px);color:var(--ink);text-decoration:none;letter-spacing:.02em}
/* Строка-подпись рядом со знаком НЕ СЖИМАЕТСЯ (флекс-ребёнок с min-width:auto)
   и на телефоне вылезала за правый край. Ниже 720px её убираем: то же самое
   написано в первой строке главной. */
.hs-head-note{font:500 11px/1 var(--txt);letter-spacing:.18em;text-transform:uppercase;color:var(--inkFaint);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media (max-width:720px){.hs-head-note{display:none}}
.hs-nav{border-top:1px solid var(--line)}
.hs-nav ul{display:flex;gap:clamp(16px,2.6vw,36px);list-style:none;margin:0;padding:0;overflow-x:auto;scrollbar-width:none}
.hs-nav ul::-webkit-scrollbar{display:none}
.hs-nav a{display:block;padding:14px 0;font:500 13px/1 var(--txt);letter-spacing:.08em;text-transform:uppercase;
 color:var(--inkSoft);text-decoration:none;white-space:nowrap;border-bottom:1px solid transparent}
.hs-nav a:hover,.hs-nav a[aria-current]{color:var(--ink);border-bottom-color:var(--plum)}

/* --------------------------------------------- редакционная сетка отделов */
/* Высота рядов задаётся СЕТКОЙ, а не соотношением сторон плиты: ведущая
   плита живёт в двух рядах, и при aspect-ratio на соседях ряд растягивался по
   ней, оставляя под каждой плитой полосу пустого фона (поймано глазом). */
.hs-editorial{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:clamp(180px,16vw,270px);gap:2px;background:var(--line)}
.hs-tile{position:relative;display:block;height:100%;min-height:0;background:#fff;text-decoration:none;color:var(--ink);overflow:hidden}
/* Кадры фида — пакшоты на белом поле: обрезка по ширине (cover) резала сумке
   ручки и дно. Поэтому вещь вписывается целиком, а плита остаётся белой, и
   редакционность держат край в край и подпись, а не кадрирование. */
.hs-tile img{width:100%;height:100%;object-fit:contain;object-position:center 34%;display:block;background:#fff;padding:14px 14px 44px}
/* Светлый текст поверх кадра обязан читаться БЕЗ кадра (правило владельца
   25.08): у подписи СОБСТВЕННАЯ сплошная заливка, а градиент только смягчает
   её верхнюю кромку. Один градиент давал белым буквам контраст 1:1, когда
   кадр не нарисован, — это и поймал браузерный аудит. */
.hs-tile-label{position:absolute;left:0;right:0;bottom:0;padding:16px 18px;color:#fff;background:var(--band)}
.hs-tile-label::before{content:"";position:absolute;left:0;right:0;bottom:100%;height:46px;
 background:linear-gradient(to top,var(--band),rgba(16,14,16,0));pointer-events:none}
.hs-tile-label b{display:block;font-family:var(--dsp);font-size:clamp(17px,1.5vw,22px);font-weight:400}
.hs-tile-label span{display:block;font-size:12px;letter-spacing:.1em;text-transform:uppercase;opacity:.86;margin-top:4px}
/* Заголовок лежит НА первой плите: полосы-героя у сайта нет. */
/* Ведущая плита занимает две колонки И два ряда: так заголовок получает
   место, а сетка закрывается ровно четырьмя ячейками на четыре колонки и не
   отодвигает первую карточку товара ниже одного экрана. */
.hs-tile.lead{grid-column:span 2;grid-row:span 2;aspect-ratio:auto}
.hs-tile.lead .hs-tile-label{padding:clamp(20px,2.6vw,34px)}
.hs-tile.lead h1{color:#fff;margin:0 0 8px;font-size:clamp(26px,3.2vw,44px)}
.hs-tile.lead p{color:#fff;opacity:.9;margin:0;max-width:44ch;font-size:15px}

/* --------------------------------------------------------------- секции */
.hs-sec{padding:clamp(34px,4vw,64px) 0}
.hs-sec.tint{background:var(--paper2)}
.hs-sec.dark{background:var(--band);color:var(--paper)}
.hs-sec.dark h2,.hs-sec.dark .hs-kicker{color:var(--paper)}
.hs-sec.dark .hs-muted{color:#C9C2C6}
.hs-sechead{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:clamp(18px,2.2vw,30px)}
.hs-sechead p{margin:8px 0 0;color:var(--inkSoft);max-width:62ch}
.hs-more{font:500 12px/1 var(--txt);letter-spacing:.14em;text-transform:uppercase;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--plum);padding-bottom:4px}

/* -------------------------------------------------------------- карточка */
.hs-card{display:flex;flex-direction:column;min-width:0}
.hs-shot{background:var(--paper2);aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:10px;margin-bottom:14px}
.hs-shot img{width:100%;height:100%;object-fit:contain;display:block;background:#fff;padding:5%}
.hs-card-body{display:flex;flex-direction:column;flex:1;min-width:0}
/* Строка «имя и цена» НЕ ПЕРЕНОСИТСЯ: длинное имя роняло цену на свою строку
   слева, и карточка переставала читаться колонкой (поймано глазом). */
.hs-row{display:flex;flex-wrap:nowrap;align-items:baseline;justify-content:space-between;gap:12px;min-width:0}
.hs-card-title{margin:0 0 4px;min-width:0}
.hs-card-title a{color:inherit;text-decoration:none}
.hs-card-title a:hover{text-decoration:underline}
.hs-price{font-family:var(--dsp);font-size:19px;white-space:nowrap}
.hs-rule{height:1px;background:var(--line);margin:10px 0}
.hs-spec{font-size:13px;color:var(--inkSoft);margin:0 0 6px}
.hs-rate{font-size:13px;color:var(--inkSoft);margin:0 0 10px}
.hs-rate b{color:var(--ink);font-weight:600}
.hs-swatches{display:flex;gap:6px;flex-wrap:wrap;margin:0 0 12px;padding:0;list-style:none}
.hs-swatches li{font:500 10.5px/1 var(--txt);letter-spacing:.06em;text-transform:uppercase;color:var(--inkSoft);
 border:1px solid var(--line);border-radius:2px;padding:5px 7px}
.hs-card-body .hs-act{margin-top:auto}

/* --------------------------------------------------------------- кнопки */
/* КОНТУР, а не заливка: у florith и baby-starters кнопка залитая. */
.hs-buy{display:flex;align-items:center;justify-content:center;width:100%;min-height:46px;
 border:1px solid var(--ink);background:transparent;color:var(--ink);text-decoration:none;cursor:pointer}
.hs-buy:hover{background:var(--ink)}
.hs-buy:hover .hs-buy-label{filter:invert(1)}
.hs-buy-label{display:block;width:183px;height:9px;max-width:100%}
/* Мягкий вариант — в таблице расцветок, где кнопка повторяется у каждой
   строки: тоньше, уже и без рамки во всю ширину ячейки. */
.hs-buy-soft{min-height:34px;width:auto;padding:0 14px;border-color:var(--line)}
.hs-buy-soft .hs-buy-label{width:97px;height:9px}
.hs-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 26px;
 background:var(--ink);color:var(--paper);text-decoration:none;font:500 13px/1 var(--txt);letter-spacing:.12em;text-transform:uppercase}
.hs-btn.ghost{background:transparent;color:var(--ink);border:1px solid var(--ink)}
.hs-outnote{font-size:11.5px;color:var(--inkFaint);margin:10px 0 0}

/* ------------------------------------------------------------- полосы */
.hs-two{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(24px,3.4vw,56px);align-items:start}
.hs-cols{columns:2;column-gap:clamp(24px,3vw,48px)}
.hs-cols p{break-inside:avoid}
.hs-carry{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px;background:var(--line)}
.hs-carry a{display:block;background:var(--paper);padding:22px;text-decoration:none;color:var(--ink)}
.hs-carry a:hover{background:var(--paper2)}
.hs-carry b{display:block;font-family:var(--dsp);font-size:19px;font-weight:400;margin-bottom:6px}
.hs-carry span{display:block;font-size:13.5px;color:var(--inkSoft)}
.hs-carry i{display:inline-block;font-style:normal;margin-top:12px;font:500 11px/1 var(--txt);letter-spacing:.12em;text-transform:uppercase;color:var(--plumDeep)}

/* -------------------------------------------- плита-указатель в сетке плит */
/* Последняя ячейка редакционной сетки — не кадр, а указатель: все полки с
   числами. Так сетка закрывается ровным рядом, а посетитель видит состав
   ассортимента ещё до первой прокрутки. */
/* Плита-указатель СТРОГО в своей ячейке: список из девяти строк вылезал за
   верхний край и первая полка обрезалась соседней плитой (поймано глазом). */
.hs-plate{background:var(--band);color:var(--paper);display:flex;flex-direction:column;justify-content:flex-end;
 padding:clamp(12px,1.2vw,18px);overflow:hidden}
.hs-plate .hs-kicker{color:#A9A2A6;margin:0 0 8px}
.hs-plate ul{list-style:none;margin:0;padding:0;width:100%}
.hs-plate li{display:flex;justify-content:space-between;gap:12px;padding:3px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.hs-plate a{color:var(--paper);text-decoration:none;font-size:13px;line-height:1.35}
.hs-plate a:hover{text-decoration:underline}
.hs-plate span{color:#A9A2A6;font-size:12px}

/* ------------------------------------------------------ врезка с подписью */
.hs-figure img{display:block;width:100%;height:auto;background:var(--paper2)}
.hs-cap{font-size:12.5px;color:var(--inkFaint);padding:10px 0 0;margin:0}

/* ------------------------------------------------- строка замеров полки */
.hs-facts-row{display:flex;flex-wrap:wrap;gap:0 clamp(20px,3vw,44px);margin:0 0 26px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.hs-facts-row li{border:0;gap:10px;align-items:baseline}
.hs-facts-row b{min-width:0}

/* ------------------------------------------------------------- покупка */
.hs-buybox{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin:22px 0;display:grid;gap:14px;justify-items:start}
.hs-buybox .hs-price{font-size:26px}
.hs-buybox .hs-buy{max-width:340px}

/* --------------------------------------------------------------- поиск */
.hs-search{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:0 0 26px}
/* flex:1 0 100% у подписи раздувал форму, а вместе с ней и всю страницу до
   816px на телефоне: базис в 100% контейнера при запрещённом сжатии считается
   от СОДЕРЖИМОГО строки. Подпись занимает строку шириной, а не базисом. */
.hs-search label{flex:0 0 auto;width:100%;min-width:0;font:500 11px/1.4 var(--txt);letter-spacing:.14em;text-transform:uppercase;color:var(--inkFaint)}
.hs-search input{flex:1 1 260px;min-width:0;max-width:100%;border:1px solid var(--line);background:var(--paper);padding:13px 14px;font:400 15px/1 var(--txt);color:var(--ink)}
.hs-results{list-style:none;margin:0;padding:0;columns:2;column-gap:clamp(24px,3vw,48px)}
.hs-results li{break-inside:avoid;padding:11px 0;border-bottom:1px solid var(--line)}
.hs-results a{display:block;color:var(--ink);text-decoration:none;font-size:15px}
.hs-results span{display:block;font-size:12.5px;color:var(--inkFaint)}

/* -------------------------------------------------------------- таблица */
.hs-table{width:100%;border-collapse:collapse;font-size:14.5px}
.hs-table th,.hs-table td{text-align:left;padding:13px 14px;border-bottom:1px solid var(--line)}
.hs-table th{font:500 11px/1.3 var(--txt);letter-spacing:.14em;text-transform:uppercase;color:var(--inkFaint)}
.hs-scroll{overflow-x:auto;min-width:0}

/* ------------------------------------------------------------------ FAQ */
.hs-faq details{border-top:1px solid var(--line)}
.hs-faq details:last-child{border-bottom:1px solid var(--line)}
.hs-faq summary{cursor:pointer;list-style:none;padding:18px 0;font-family:var(--dsp);font-size:19px;display:flex;justify-content:space-between;gap:16px}
.hs-faq summary::-webkit-details-marker{display:none}
.hs-faq summary::after{content:"+";color:var(--plum)}
.hs-faq details[open] summary::after{content:"–"}
.hs-faq p{margin:0 0 18px;color:var(--inkSoft);max-width:74ch}

/* --------------------------------------------------------- карточка товара */
.hs-pdp{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(24px,4vw,60px);align-items:start}
.hs-pdp-main{background:var(--paper2)}
.hs-pdp-main img{display:block;width:100%;height:auto}
.hs-thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;margin-top:2px}
.hs-thumbs a{display:block;background:var(--paper2)}
.hs-thumbs img{display:block;width:100%;height:auto}
.hs-facts{list-style:none;margin:0 0 22px;padding:0}
.hs-facts li{display:flex;gap:14px;padding:11px 0;border-bottom:1px solid var(--line);font-size:14.5px}
.hs-facts b{font:500 11px/1.6 var(--txt);letter-spacing:.12em;text-transform:uppercase;color:var(--inkFaint);min-width:124px}

/* --------------------------------------------------------------- крошки */
.hs-crumbs ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:14px 0;font-size:12px;color:var(--inkFaint)}
.hs-crumbs li+li::before{content:"/";margin-right:8px;color:var(--line)}
.hs-crumbs a{color:var(--inkSoft);text-decoration:none}

/* --------------------------------------------------------------- подвал */
.hs-foot{background:var(--band);color:var(--paper);margin-top:clamp(34px,4vw,64px);padding:clamp(34px,4vw,58px) 0 24px}
.hs-foot a{color:#D8D2D6;text-decoration:none;display:block;padding:6px 0;font-size:14px}
.hs-foot a:hover{color:var(--paper)}
.hs-fgrid{display:grid;grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(0,1fr));gap:clamp(20px,3vw,44px)}
.hs-fgrid h4{font:500 11px/1 var(--txt);letter-spacing:.16em;text-transform:uppercase;color:var(--plum);filter:brightness(1.9)}
.hs-flogo{font-family:var(--dsp);font-size:22px;display:block;margin-bottom:12px}
.hs-foot .hs-muted{color:#A9A2A6}
.hs-fbottom{border-top:1px solid rgba(255,255,255,.16);margin-top:30px;padding-top:18px;display:flex;flex-wrap:wrap;gap:8px 28px}
.hs-fbottom p{margin:0;font-size:12px;color:#A9A2A6}

/* -------------------------------------------------------------- ширины */
@media (max-width:1100px){
 /* СЕТКА ПЛИТ СТАНОВИТСЯ РЕЛЬСОМ. В два столбца она вырастала до 720px на
    планшете и до 1450px на телефоне, и первая карточка товара уезжала на
    1015 и 1781 пиксель — правило портфеля требует товар в пределах первого
    экрана. Рельс держит открывающий блок в 300px на любой ширине. */
 .hs-editorial{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;scrollbar-width:none;background:var(--paper)}
 .hs-editorial::-webkit-scrollbar{display:none}
 .hs-editorial > *{flex:0 0 auto;width:64vw;height:clamp(230px,34vw,300px);scroll-snap-align:start}
 /* В рельсе ведущая плита становится ТЕКСТОВОЙ: кадр за подписью всё равно
    не виден (заголовок с лидом занимают 230px из 300), а плита-заголовок на
    тёмном читается и честно показывает, чем сайт торгует. */
 .hs-tile.lead{width:86vw;grid-column:auto;grid-row:auto;background:var(--band)}
 .hs-tile.lead img{display:none}
 .hs-tile.lead .hs-tile-label{position:static;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(16px,2.4vw,26px)}
 .hs-tile.lead .hs-tile-label::before{display:none}
 .hs-tile img{padding:12px 12px 74px}
 .hs-plate{width:72vw}
 .hs-plate ul{max-height:100%;overflow:hidden}
 .hs-carry{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
 .hs-two,.hs-pdp{grid-template-columns:1fr}
 .hs-cols{columns:1}
 .hs-fgrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
 .hs-results{columns:1}
}
@media (max-width:560px){
 .hs-editorial > *{width:80vw}
 .hs-tile.lead{width:92vw}
 .hs-carry{grid-template-columns:1fr}
 .hs-sec{padding:24px 0}
}
@media (max-width:460px){.hs-grid > *{flex-basis:calc((100% - var(--gap)) / 2)}}
