Описание
.himari-page,
.himari-page * {
box-sizing: border-box;
}
.himari-page {
--hm-text: #302a2d;
--hm-muted: #756c70;
--hm-accent: #985168;
--hm-accent-dark: #6d394b;
--hm-soft: #faf5f7;
--hm-line: #e7dde1;
--hm-warning-bg: #fbf2f4;
--hm-warning-line: #e8cfd7;
width: 100%;
max-width: 1160px;
margin: 0 auto;
color: var(--hm-text);
font-family: inherit;
font-size: 16px;
line-height: 1.72;
text-align: left;
}
.himari-page h2,
.himari-page h3,
.himari-page h4,
.himari-page p,
.himari-page ul,
.himari-page li,
.himari-page table,
.himari-page td {
text-align: left;
}
.himari-page h2 {
max-width: 900px;
margin: 0 0 27px;
color: var(--hm-text);
font-size: clamp(29px, 4vw, 45px);
font-weight: 700;
line-height: 1.14;
letter-spacing: -0.025em;
}
.himari-page h3 {
margin: 68px 0 24px;
color: var(--hm-text);
font-size: clamp(23px, 3vw, 30px);
font-weight: 700;
line-height: 1.25;
}
.himari-page h3::before {
content: "";
display: block;
width: 48px;
height: 2px;
margin-bottom: 15px;
background: var(--hm-accent);
}
.himari-page h4 {
margin: 28px 0 15px;
color: var(--hm-accent-dark);
font-size: 19px;
font-weight: 700;
line-height: 1.35;
}
.himari-page p {
margin: 0 0 18px;
}
.himari-page a {
color: var(--hm-accent-dark);
font-weight: 600;
text-decoration: underline;
text-decoration-color: rgba(152, 81, 104, 0.35);
text-underline-offset: 3px;
}
.himari-page ul {
margin: 0;
padding: 0;
list-style: none;
}
.himari-page li {
position: relative;
margin: 0 0 14px;
padding-left: 27px;
}
.himari-page li::before {
content: "";
position: absolute;
top: 0.75em;
left: 3px;
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--hm-accent);
transform: translateY(-50%);
}
.himari-page li strong {
color: var(--hm-accent-dark);
}
/* Вступление */
.hm-intro {
max-width: 950px;
margin-bottom: 52px;
}
.hm-lead {
margin-bottom: 21px;
font-size: clamp(18px, 2.4vw, 22px);
line-height: 1.58;
}
.hm-tags {
display: flex;
flex-wrap: wrap;
gap: 11px 28px;
margin-top: 32px;
padding: 21px 0;
border-top: 1px solid var(--hm-line);
border-bottom: 1px solid var(--hm-line);
}
.hm-tags span {
color: var(--hm-accent-dark);
font-size: 14px;
font-weight: 700;
}
/* Основные фото */
.hm-feature {
display: grid;
grid-template-columns: minmax(0, 1.05fr) minmax(290px, 0.95fr);
gap: 58px;
align-items: center;
margin: 0 0 82px;
}
.hm-feature.reverse {
grid-template-columns: minmax(290px, 0.95fr) minmax(0, 1.05fr);
}
.hm-feature.reverse .hm-feature-image {
order: 2;
}
.hm-feature.reverse .hm-feature-copy {
order: 1;
}
.hm-feature-image {
position: relative;
min-width: 0;
min-height: 580px;
overflow: hidden;
background: #f0e9eb;
}
.hm-feature-image img {
display: block;
width: 100%;
height: 580px;
object-fit: cover;
object-position: center;
}
.hm-feature-image.face img {
object-position: center top;
}
.hm-feature-label {
position: absolute;
z-index: 2;
top: 18px;
left: 18px;
padding: 8px 12px;
background: rgba(255, 255, 255, 0.92);
color: var(--hm-accent-dark);
font-size: 11px;
font-weight: 700;
line-height: 1.3;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.hm-feature-copy {
max-width: 490px;
}
.hm-kicker {
display: block;
margin-bottom: 13px;
color: var(--hm-accent);
font-size: 12px;
font-weight: 700;
letter-spacing: 0.13em;
text-transform: uppercase;
}
.hm-feature-copy h3,
.hm-extra-copy h3 {
margin: 0 0 20px;
}
.hm-feature-copy h3::before,
.hm-extra-copy h3::before {
display: none;
}
.hm-feature-copy p,
.hm-extra-copy > p {
color: var(--hm-muted);
}
.hm-feature-points {
margin-top: 25px;
padding-top: 22px;
border-top: 1px solid var(--hm-line);
}
.hm-feature-points span {
display: block;
margin-bottom: 10px;
color: var(--hm-text);
font-weight: 600;
}
/* Материалы */
.hm-materials {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
margin: 0 0 70px;
border-top: 1px solid var(--hm-line);
border-bottom: 1px solid var(--hm-line);
}
.hm-material {
padding: 28px 29px;
border-right: 1px solid var(--hm-line);
}
.hm-material:last-child {
border-right: 0;
}
.hm-material strong {
display: block;
margin-bottom: 8px;
color: var(--hm-accent-dark);
font-size: 18px;
line-height: 1.35;
}
.hm-material p {
margin: 0;
color: var(--hm-muted);
font-size: 14px;
line-height: 1.58;
}
/* Параметры */
.hm-measurements {
display: grid;
grid-template-columns: repeat(5, minmax(100px, 1fr));
border-top: 1px solid var(--hm-line);
border-bottom: 1px solid var(--hm-line);
}
.hm-measurement {
padding: 24px 12px;
border-right: 1px solid var(--hm-line);
text-align: center;
}
.
Для ухода и комфортного использования пригодятся смазки на водной основе и средства для очистки. Другие модели находятся в разделе кукол для секса.
Характеристики
Материал
Термопластичный эластомер (TPE),
Термопластичный эластомер (ТПЭ)
Цвет
телесный,
бежевый
Водостойкость
Да
Область применения
мужская мастурбация, игрушка для пар
Бренд
CompanionX
Упаковка
картонная коробка
Страна бренда
США
Вес (грамм)
32000
Страна производства
Китай
Подобрано автоматически
Листайте →
С этим товаром покупают
Полезные дополнения, которые не придётся искать отдельно.
Подбираем товары…
Характеристики и описание ↓
