/*
Theme Name: Baby Kristy
Author: Baby Kristy
Description: Индивидуальная тема интернет-магазина Baby Kristy.
Version: 1.1
Text Domain: baby-kristy
*/
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: #222222;
    background: #ffffff;
    font-family: Arial, sans-serif;
}

.container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    padding: 24px 0;
    border-bottom: 1px solid #dddddd;
}

.site-logo {
    color: #222222;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

.site-main {
    min-height: 500px;
    padding: 60px 0;
}

.site-footer {
    padding: 30px 0;
    border-top: 1px solid #dddddd;
}
body {
    background-color: #fff0f5;
}
.site-header {
    background-color: #ffffff;
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu a {
    color: #222222;
    text-decoration: none;
    transition: color 0.2s ease;
}

.main-menu a:hover {
    color: #d66b91;
}
.announcement-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    padding: 8px 20px;

    background-color: #f5a2cf;
    color: #160b11;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-align: center;
}
.site-logo {
    display: block;
    width: 216px;
    flex-shrink: 0;
}

.site-logo-image {
    display: block;
    width: 100%;
    height: auto;
}
.site-header {
    background-color: #000000;
    color: #ffffff;
    border-bottom: 1px solid #24151f;
}

.header-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 14px;
    padding-bottom: 18px;
}

.main-navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;

    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.main-navigation a:hover {
    color: #f5a2cf;
}
.header-main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    min-height: 120px;
}

.city-toggle {
    justify-self: start;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;

    border: 0;
    background: none;
    color: #ffffff;

    font: inherit;
    font-size: 14px;
    cursor: pointer;
}

.city-toggle:hover {
    color: #f5a2cf;
}

.header-actions {
    justify-self: end;
}
.header-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 10px;
}

.jewel-button {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 8px;

    border: 0;
    background: none;
    color: #f5a2cf;
    cursor: pointer;
}

.jewel-button svg {
    width: 29px;
    height: 29px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;

    transition: transform 0.2s ease;
}

.jewel-button:hover svg {
    transform: translateY(-2px);
}
.hero {
    min-height: 640px;
    padding: 27px 6% 24px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    color: #ffffff;

    background:
        linear-gradient(90deg, rgba(18, 2, 11, 0.75), rgba(18, 2, 11, 0.08)),
        url("assets/pink-leopard.png") center / cover no-repeat;
}

.hero-overline,
.hero-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-shadow: 0 2px 8px #000000;
}

.hero-content {
    max-width: 850px;
    padding: 65px 0 70px;
}

.hero-eyebrow {
    margin: 0 0 24px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.hero h1 {
    margin: 0 0 26px;

    font-size: clamp(54px, 6.8vw, 100px);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -0.055em;

    text-shadow: 0 3px 25px rgba(16, 0, 11, 0.35);
}

.hero h1 em {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.hero-description {
    margin: 0 0 34px;

    font-size: 18px;
    line-height: 1.7;
    text-shadow: 0 2px 8px #000000;
}

.hero-button {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;

    min-height: 58px;
    padding: 18px 25px;

    background-color: #ffffff;
    color: #10060d;

    font-size: 14px;
    font-weight: 700;
    text-decoration: none;

    transition: background-color 0.2s ease;
}

.hero-button:hover {
    background-color: #ffd8ed;
}

.hero-button span {
    font-size: 18px;
}

.hero-bottom span:last-child {
    font-size: 14px;
    letter-spacing: 0;
}
.brand-strip {
    position: relative;
    overflow: hidden;

    padding: 22px 0;
    border-bottom: 1px solid #342630;

    background-color: #080608;
    color: #f5a2cf;

    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: ticker-slide 28s linear infinite;
}

.ticker-group {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-shrink: 0;

    min-width: 100vw;
    gap: 50px;
    padding: 0 25px;
}

.ticker-group i {
    font-style: normal;
}

.brand-strip:hover .ticker-track {
    animation-play-state: paused;
}

@keyframes ticker-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ticker-track {
        animation: none;
    }
}
.beauty-world {
    padding: 92px 6%;
    background-color: #ffffff;
    color: #171016;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 44px;
}

.section-eyebrow {
    margin: 0 0 24px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.section-heading h2 {
    margin: 0;

    font-size: clamp(35px, 4vw, 60px);
    font-weight: 400;
    line-height: 1.13;
    letter-spacing: -0.045em;
}

.section-heading h2 em {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.section-intro {
    max-width: 350px;
    margin: 0;

    color: #6f5966;
    font-size: 16px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.category-card {
    display: flex;
    flex-direction: column;
    min-height: 385px;
    padding: 28px 24px;

    background-color: #f9e5ef;
}

.category-card:nth-child(2) {
    background-color: #170f15;
    color: #ffffff;
}

.category-card:nth-child(3) {
    background-color: #f1ecef;
}

.category-card:nth-child(4) {
    background-color: #f5b1d3;
}

.category-number {
    font-size: 12px;
    letter-spacing: 0.13em;
}

.category-card h3 {
    margin: 48px 0 22px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2.5vw, 37px);
    font-style: italic;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.05em;
}

.category-card p {
    margin: 0 0 32px;

    font-size: 15px;
    line-height: 1.65;
}

.category-card > a {
    display: flex;
    justify-content: space-between;
    gap: 8px;

    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.13);

    color: inherit;
    font-size: 12px;
    text-decoration: none;
}

.category-card:nth-child(2) > a {
    border-color: rgba(255, 255, 255, 0.2);
}

.category-card > a span {
    font-size: 18px;
}

.category-card > a:hover {
    color: #d83f91;
}
body.home .site-main {
    padding-top: 0;
    padding-bottom: 0;
}
.pink-edit {
    display: grid;
    grid-template-columns: 1fr 1fr;

    background-color: #f5b4d6;
    color: #1b0a14;
}

.pink-texture {
    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 650px;

    background:
        linear-gradient(rgba(25, 0, 10, 0.13), rgba(25, 0, 10, 0.13)),
        url("assets/pink-leopard.png") center / cover no-repeat;
}

.pink-texture > span {
    color: #ffffff;

    font-size: clamp(75px, 8.5vw, 130px);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -0.06em;

    text-shadow: 0 3px 25px rgba(0, 0, 0, 0.53);
}

.pink-texture em {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.pink-copy {
    align-self: center;
    padding: 65px 13%;
}

.pink-copy h2 {
    margin: 0;

    font-size: clamp(42px, 4.5vw, 68px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.045em;
}

.pink-copy h2 em {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.pink-copy p:not(.section-eyebrow) {
    max-width: 400px;
    margin: 28px 0;
    line-height: 1.7;
}

.text-link {
    display: inline-block;
    padding: 7px 0;
    border-bottom: 1px solid currentColor;

    color: inherit;
    font-size: 14px;
    text-decoration: none;
}

.text-link span {
    margin-left: 30px;
}

.text-link:hover {
    color: #ffffff;
}
.about-brand {
    max-width: 1100px;
    margin: 0 auto;
    padding: 110px 6% 90px;

    color: #ffffff;
    text-align: center;
}

.about-brand .section-eyebrow {
    color: #f5a2cf;
}

.about-brand h2 {
    margin: 0;

    font-size: clamp(36px, 4.5vw, 64px);
    font-weight: 400;
    line-height: 1.13;
    letter-spacing: -0.045em;
}

.about-brand h2 em {
    color: #f5a2cf;

    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.about-brand > p:not(.section-eyebrow) {
    max-width: 570px;
    margin: 30px auto 0;

    color: #d5c6ce;
    font-size: 17px;
    line-height: 1.7;
}

.about-heart {
    display: block;
    margin-top: 30px;

    color: #f5a2cf;
    font-size: 64px;
    line-height: 1;
}
.about-brand {
    width: 100%;
    max-width: none;
    margin: 0;
    background-color: #080608;
}
.gentlemen-section {
    padding: 92px 6%;
    background-color: #fff7fb;
    color: #180d14;
}

.gift-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.gift-card {
    padding: 42px;
    border: 1px solid #e0c5d3;
    background-color: #f9e5f0;
}

.gift-card:nth-child(2) {
    background-color: #ffffff;
}

.gift-card h3 {
    margin: 40px 0 24px;

    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.gift-card h3 em {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(45px, 5.3vw, 78px);
    font-weight: 400;
}

.gift-card > p:not(.section-eyebrow) {
    color: #634e5b;
    font-size: 16px;
}

.gift-card details {
    margin-top: 30px;
    border-top: 1px solid #d7b8c9;
}

.gift-card summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    padding: 19px 0;

    list-style: none;
    cursor: pointer;

    font-size: 14px;
    font-weight: 700;
}

.gift-card summary::-webkit-details-marker {
    display: none;
}

.gift-card summary span {
    font-size: 24px;
    font-weight: 400;
    transition: transform 0.2s ease;
}

.gift-card details[open] summary span {
    transform: rotate(45deg);
}

.details-content {
    padding-bottom: 12px;

    font-size: 15px;
    line-height: 1.8;
}

.details-content p {
    margin: 0 0 15px;
}
.private-circle {
    padding: 80px 6%;

    background:
        linear-gradient(rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47)),
        url("assets/pink-leopard.png") center / cover no-repeat;
}

.private-circle-content {
    max-width: 870px;
    margin: 0 auto;
    padding: 65px 10%;

    background-color: #080608;
    color: #ffffff;
    text-align: center;
}

.private-circle .section-eyebrow {
    color: #f5a2cf;
}

.private-heart {
    color: #f5a2cf;
    font-size: 45px;
    line-height: 1;
}

.private-circle h2 {
    margin: 24px 0;

    font-size: clamp(48px, 6vw, 82px);
    font-weight: 400;
    line-height: 1.1;
}

.private-circle h2 em {
    color: #f5a2cf;

    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.private-circle-content > p:not(.section-eyebrow) {
    margin: 25px 0 35px;

    color: #ddccd5;
    font-size: 17px;
    line-height: 1.7;
}

.private-circle details {
    max-width: 480px;
    margin: 0 auto;
    border-top: 1px solid #583046;
    text-align: left;
}

.private-circle summary {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 19px 0;
    list-style: none;
    cursor: pointer;

    font-size: 16px;
    font-weight: 700;
}

.private-circle summary::-webkit-details-marker {
    display: none;
}

.private-circle summary span {
    font-size: 24px;
    transition: transform 0.2s ease;
}

.private-circle details[open] summary span {
    transform: rotate(45deg);
}

.private-circle .details-content {
    color: #d4c3cc;
    text-align: left;
}
.journal-section {
    padding: 92px 6%;
    background-color: #ffffff;
    color: #171016;
}

.journal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.journal-card {
    padding-top: 20px;
    border-top: 1px solid #d7b8c9;
}

.journal-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-bottom: 24px;

    object-fit: cover;
}

.journal-date {
    margin: 0 0 14px;

    color: #b33b7d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.journal-card h3 {
    margin: 0 0 18px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.journal-card h3 a {
    color: inherit;
    text-decoration: none;
}

.journal-card h3 a:hover {
    color: #d83f91;
}

.journal-card > p:not(.journal-date) {
    margin: 0 0 20px;

    color: #6f5966;
    line-height: 1.7;
}
/* ===== Новый хедер Baby Kristy ===== */

.site-header {
    padding: 0;
    background-color: #000000;
    color: #ffffff;
    border-bottom: 1px solid #24151f;
}

.site-header .header-main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;

    width: 100%;
    max-width: 1440px;
    min-height: 154px;
    margin: 0 auto;
    padding: 4px 5%;
}

.site-logo {
    display: block;
    width: 216px;
    justify-self: center;
}

.site-logo-image {
    display: block;
    width: 100%;
    height: auto;
}

.city-toggle {
    justify-self: start;

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 12px 0;
    border: 0;

    background: none;
    color: #ffffff;

    font: inherit;
    font-size: 14px;
    cursor: pointer;
}

.city-toggle:hover {
    color: #f5a2cf;
}

.header-actions {
    justify-self: end;

    display: flex;
    align-items: center;
    gap: 10px;
}

.jewel-button {
    display: grid;
    place-items: center;

    width: 46px;
    height: 46px;
    padding: 8px;
    border: 0;

    background: none;
    color: #f5a2cf;
    cursor: pointer;
}

.jewel-button svg {
    width: 29px;
    height: 29px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;

    filter: drop-shadow(0 0 3px rgba(246, 155, 208, 0.45));
    transition:
        transform 0.2s ease,
        filter 0.2s ease;
}

.jewel-button:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 0 6px rgba(255, 157, 217, 0.8));
}

.main-navigation {
    width: 100%;
    border-top: 1px solid #24151f;
}

.main-navigation .main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(16px, 2.5vw, 40px);

    margin: 0;
    padding: 18px 24px;

    list-style: none;
}

.main-navigation .main-menu li {
    margin: 0;
    padding: 0;
}

.main-navigation .main-menu a {
    color: #ffffff;

    font-size: 14px;
    text-decoration: none;

    transition: color 0.2s ease;
}

.main-navigation .main-menu a:hover {
    color: #f5a2cf;
}
/* Кнопка мобильного меню скрыта на компьютере */
.site-header .menu-toggle {
    display: none;
}

/* На телефоне кнопка появляется */
@media (max-width: 700px) {
    .site-header .menu-toggle {
        display: flex;
    }
}