.main-page {
    background-color: #ffffff;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow-x: hidden;
}

.main-page .desktop-content {
    display: flex;
    width: 100%;
    max-width: 1440px;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}

#header-container {
    width: 100%;
}

.main-page .header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    width: 100%;
    background-color: transparent;
}

/* preheader — superseded by new header CSS below */

.main-page .nav {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 4px 0px;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    text-decoration: none;
}

.main-page .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--desktop-text-SM-regular-font-family);
    font-weight: var(--desktop-text-SM-regular-font-weight);
    color: var(--grey-500);
    font-size: var(--desktop-text-SM-regular-font-size);
    letter-spacing: var(--desktop-text-SM-regular-letter-spacing);
    line-height: var(--desktop-text-SM-regular-line-height);
    white-space: nowrap;
    font-style: var(--desktop-text-SM-regular-font-style);
}

.main-page .content {
    display: inline-flex;
    align-items: center;
    gap: 32px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .location-number {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .city {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .img {
    position: relative;
    width: 16px;
    height: 16px;
}

.main-page .phone-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 4px 0px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .div {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--desktop-text-SM-regular-font-family);
    font-weight: var(--desktop-text-SM-regular-font-weight);
    color: var(--baseblack-500);
    font-size: var(--desktop-text-SM-regular-font-size);
    letter-spacing: var(--desktop-text-SM-regular-letter-spacing);
    line-height: var(--desktop-text-SM-regular-line-height);
    white-space: nowrap;
    font-style: var(--desktop-text-SM-regular-font-style);
}

.main-page .social-media {
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
    padding: 4px 0px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .img-2 {
    position: relative;
    width: 24px;
    height: 24px;
}

/* old main-header rules superseded by new header CSS below */

.main-page .main-header-inner-legacy {
    /* kept for backwards compat — not used */
}

.main-page .logo {
    position: relative;
    width: 56px;
    height: 56px;
}

.main-page .content-2 {
    display: flex;
    width: 810px;
    align-items: flex-start;
    gap: 16px;
    position: relative;
}

.main-page .atalogue {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 4px;
}

.main-page .text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--desktop-text-LG-semi-bold-font-family);
    font-weight: var(--desktop-text-LG-semi-bold-font-weight);
    color: var(--basewhite);
    font-size: var(--desktop-text-LG-semi-bold-font-size);
    letter-spacing: var(--desktop-text-LG-semi-bold-letter-spacing);
    line-height: var(--desktop-text-LG-semi-bold-line-height);
    white-space: nowrap;
    font-style: var(--desktop-text-LG-semi-bold-font-style);
}

.main-page .search {
    display: flex;
    width: 658px;
    align-items: stretch;
    position: relative;
}

.main-page .component {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    min-height: 44px;
    position: relative;
    background-color: var(--basewhite);
    border-radius: 4px 0px 0px 4px;
    overflow: hidden;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    border-color: var(--grey-100);
}

.main-page .div-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.main-page .search .text {
    flex: 1;
    margin: 0;
    font-family: var(--desktop-text-MD-regular-font-family);
    font-weight: var(--desktop-text-MD-regular-font-weight);
    color: var(--grey-300);
    font-size: 14px;
    line-height: 1.25;
    position: relative;
    letter-spacing: var(--desktop-text-MD-regular-letter-spacing);
    font-style: var(--desktop-text-MD-regular-font-style);
}

.main-page .search .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    width: 50px;
    min-height: 44px;
    flex-shrink: 0;
    background-color: var(--yellow-500);
    border-radius: 0px 4px 4px 0px;
}

.main-page .action {
    display: inline-flex;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .button-2 {
    all: unset;
    box-sizing: border-box;
    position: relative;
    width: 48px;
    height: 48px;
}

.main-page .ic-heart-wrapper {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
}

.main-page .label-quonte {
    display: flex;
    flex-direction: column;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px;
    position: absolute;
    top: -5px;
    left: 34px;
    background-color: var(--red-500);
    border-radius: 100px;
}

.main-page .text-wrapper-3 {
    position: relative;
    width: fit-content;
    margin-top: -5.00px;
    margin-bottom: -3.00px;
    margin-left: -0.50px;
    margin-right: -0.50px;
    font-family: var(--desktop-text-XS-semi-bold-font-family);
    font-weight: var(--desktop-text-XS-semi-bold-font-weight);
    color: var(--basewhite);
    font-size: var(--desktop-text-XS-semi-bold-font-size);
    letter-spacing: var(--desktop-text-XS-semi-bold-letter-spacing);
    line-height: var(--desktop-text-XS-semi-bold-line-height);
    white-space: nowrap;
    font-style: var(--desktop-text-XS-semi-bold-font-style);
}

.main-page .button-wrapper {
    position: relative;
    width: 48px;
    height: 48px;
}

.main-page .ic-shop-bag-wrapper {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    position: relative;
    border-radius: 100px;
}

.main-page .div-2 {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .auth-buttons {
    gap: 0;
    justify-content: center;
}

.main-page .auth-buttons .button-3,
.main-page .auth-buttons .button-4 {
    padding: 8px 8px;
    width: auto;
}

.main-page .auth-divider {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 10px;
    margin: 0;
    opacity: 0.5;
    color: inherit;
    flex-shrink: 0;
    font-size: 14px;
}

.main-page .button-3 {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 8px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .text-wrapper-4 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--desktop-text-MD-semi-bold-font-family);
    font-weight: var(--desktop-text-MD-semi-bold-font-weight);
    color: var(--basewhite);
    font-size: var(--desktop-text-MD-semi-bold-font-size);
    letter-spacing: var(--desktop-text-MD-semi-bold-letter-spacing);
    line-height: var(--desktop-text-MD-semi-bold-line-height);
    white-space: nowrap;
    font-style: var(--desktop-text-MD-semi-bold-font-style);
}

.main-page .divider {
    position: relative;
    width: 2px;
    height: 16px;
}

.main-page .button-4 {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 8px;
    position: relative;
}

.main-page .text-wrapper-5 {
    flex: 1;
    color: var(--basewhite);
    font-size: var(--desktop-text-MD-semi-bold-font-size);
    line-height: var(--desktop-text-MD-semi-bold-line-height);
    position: relative;
    margin-top: -1.00px;
    font-family: var(--desktop-text-MD-semi-bold-font-family);
    font-weight: var(--desktop-text-MD-semi-bold-font-weight);
    letter-spacing: var(--desktop-text-MD-semi-bold-letter-spacing);
    font-style: var(--desktop-text-MD-semi-bold-font-style);
}

.main-page .ic-person-wrapper {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 100px;
}

.main-page .additional-menu {
    width: 100%;
    background-color: var(--basewhite);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--grey-50);
}

.main-page .additional-menu-inner {
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    align-items: stretch;
    gap: 8px;
    padding: 10px var(--content-padding-x);
    position: relative;
}

.main-page .popular-itemz {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: relative;
    flex: 1;
    flex-wrap: nowrap;
}

.main-page .menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 12px;
    min-height: 44px;
    flex: 0 0 auto;
    position: relative;
}

.main-page .text-wrapper-6 {
    margin: 0;
    font-family: var(--desktop-text-MD-medium-font-family);
    font-weight: var(--desktop-text-MD-medium-font-weight);
    color: var(--baseblack-500);
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    position: relative;
    letter-spacing: var(--desktop-text-MD-medium-letter-spacing);
    font-style: var(--desktop-text-MD-medium-font-style);
}

.main-page .divider-2 {
    position: relative;
    width: 2px;
    height: 16px;
    margin: 0 8px;
    align-self: center;
    flex-shrink: 0;
}

.main-page .special-menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 20px;
    min-height: 44px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .text-wrapper-7 {
    width: auto;
    margin: 0;
    font-family: var(--desktop-text-MD-semi-bold-font-family);
    font-weight: var(--desktop-text-MD-semi-bold-font-weight);
    color: var(--red-500);
    font-size: 16px;
    line-height: 1.25;
    white-space: nowrap;
    position: relative;
    letter-spacing: var(--desktop-text-MD-semi-bold-letter-spacing);
    font-style: var(--desktop-text-MD-semi-bold-font-style);
}

.main-page .hero-section {
    display: inline-flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px var(--content-padding-x) 40px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--basewhite);
}

.main-page .carousel-huge {
    width: 912px;
    position: relative;
    height: 400px;
}

.main-page .baner-hover {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-image: url(../images/banners/1.png);
    background-size: cover;
    background-position: center;
}

.main-page .baner-s-content {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 108px;
    left: 434px;
}

.main-page .SUPER-SALE {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: transparent;
    font-size: 40px;
    text-align: center;
    letter-spacing: 0;
    line-height: 56.0px;
}

.main-page .span {
    color: #ffffff;
}

.main-page .text-wrapper-8 {
    color: #ffe817;
}

.main-page .price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--red-500);
    border-radius: 12px 0px 12px 1px;
}

.main-page .text-wrapper-9 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: var(--basewhite);
    font-size: 48px;
    letter-spacing: 0;
    line-height: 66.2px;
    white-space: nowrap;
}

.main-page .ribbon {
    display: flex;
    flex-direction: column;
    width: 912px;
    align-items: flex-start;
    gap: 10px;
    position: absolute;
    top: 68px;
    left: -390px;
    overflow: hidden;
    transform: rotate(-24.00deg);
}

.main-page .rectangle {
    position: relative;
    width: 1440px;
    height: 48px;
    margin-right: -528.00px;
    background-color: var(--red-500);
}

.main-page .popular-items {
    display: flex;
    width: 1440px;
    align-items: center;
    gap: 20px;
    position: absolute;
    top: 11px;
    left: calc(50.00% - 720px);
}

.main-page .tab-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 4px 8px;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
}

.main-page .text-wrapper-10 {
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: var(--basewhite);
    font-size: 16px;
    line-height: normal;
    white-space: nowrap;
    position: relative;
    letter-spacing: 0;
}

.main-page .tab-3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 4px 8px;
    flex: 0 0 auto;
    margin-right: -2.00px;
    position: relative;
    align-self: stretch;
}

.main-page .tab-4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 4px 8px;
    flex: 0 0 auto;
    margin-right: -88.00px;
    position: relative;
    align-self: stretch;
}

.main-page .ribbon-2 {
    width: 912px;
    position: absolute;
    top: 52px;
    left: -323px;
    overflow: hidden;
    transform: rotate(-55.50deg);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.main-page .tab-5 {
    width: 66px;
    position: relative;
    align-self: stretch;
}

.main-page .lamp {
    position: absolute;
    top: 16px;
    left: 22px;
    width: 385px;
    height: 384px;
}

.main-page .carousel-medium {
    width: 448px;
    border-radius: 4px;
    position: relative;
    height: 400px;
}

.main-page .baner {
    position: relative;
    height: 100%;
    left: calc(50.00% - 224px);
    width: 448px;
    display: flex;
    background-image: url(../images/banners/2.png);
    background-size: cover;
    background-position: center;
}

.main-page .txt {
    display: inline-flex;
    margin-top: 24px;
    width: 384px;
    height: 106px;
    margin-left: 32px;
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.main-page .baner-s-content-2 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .text-wrapper-11 {
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: var(--basewhite);
    font-size: 40px;
    text-align: center;
    line-height: 56.0px;
    white-space: nowrap;
    position: relative;
    letter-spacing: 0;
}

.main-page .p {
    position: relative;
    width: 384px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: var(--grey-200);
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    line-height: 19.6px;
}

.main-page .section {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 40px var(--content-padding-x);
    position: relative;
    flex: 0 0 auto;
    background-color: var(--basewhite);
}

.main-page .heading-and-button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex: 0 0 auto;
}

.main-page .text-wrapper-12 {
    width: fit-content;
    color: var(--baseblack-500);
    font-size: var(--desktop-heading-h2-font-size);
    line-height: var(--desktop-heading-h2-line-height);
    white-space: nowrap;
    position: relative;
    margin-top: -1.00px;
    font-family: var(--desktop-heading-h2-font-family);
    font-weight: var(--desktop-heading-h2-font-weight);
    letter-spacing: var(--desktop-heading-h2-letter-spacing);
    font-style: var(--desktop-heading-h2-font-style);
}

.main-page .button-5 {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 4px 0px;
    position: relative;
    cursor: pointer;
}

.main-page .arrow-icon {
    flex-shrink: 0;
    color: var(--baseblack-500);
    flex: 0 0 auto;
}

.main-page .text-wrapper-13 {
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--desktop-text-LG-medium-font-family);
    font-weight: var(--desktop-text-LG-medium-font-weight);
    color: var(--baseblack-500);
    font-size: var(--desktop-text-LG-medium-font-size);
    line-height: var(--desktop-text-LG-medium-line-height);
    white-space: nowrap;
    position: relative;
    letter-spacing: var(--desktop-text-LG-medium-letter-spacing);
    font-style: var(--desktop-text-LG-medium-font-style);
}

.main-page .button-6 {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 4px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--basewhite);
    border-radius: 4px;
}

.main-page .sale-ribbon-full {
    width: 100vw;
    overflow: hidden;
    background-color: var(--yellow-500);
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.main-page .section-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 40px var(--content-padding-x);
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-color: var(--basewhite);
}

.main-page .ribbon-3 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.main-page .rectangle-2 {
    position: relative;
    width: 100%;
    height: 48px;
    background-color: var(--yellow-500);
}

.main-page .popular-items-2 {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 8px;
    left: 0;
    overflow: hidden;
}

.main-page .text-wrapper-14 {
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--desktop-text-MD-semi-bold-font-family);
    font-weight: var(--desktop-text-MD-semi-bold-font-weight);
    color: var(--baseblack-500);
    font-size: var(--desktop-text-MD-semi-bold-font-size);
    line-height: var(--desktop-text-MD-semi-bold-line-height);
    white-space: nowrap;
    position: relative;
    letter-spacing: var(--desktop-text-MD-semi-bold-letter-spacing);
    font-style: var(--desktop-text-MD-semi-bold-font-style);
}

.main-page .heading-and-button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-color: var(--basewhite);
}

.main-page .text-wrapper-15 {
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--desktop-heading-h2-font-family);
    font-weight: var(--desktop-heading-h2-font-weight);
    color: var(--baseblack-500);
    font-size: var(--desktop-heading-h2-font-size);
    line-height: var(--desktop-heading-h2-line-height);
    position: relative;
    letter-spacing: var(--desktop-heading-h2-letter-spacing);
    font-style: var(--desktop-heading-h2-font-style);
}

.main-page .footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--basewhite);
}

/* ── NEW FOOTER ── */
.site-footer {
    width: 100%;
    background: #e0f2f1;
    box-sizing: border-box;
    padding: 0 8px;
}
.site-footer-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1360px;
    margin: 0 auto;
    padding: 56px 0 40px;
    box-sizing: border-box;
}

/* Top row */
.site-footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}

/* Brand column */
.site-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 0 0 379px;
    width: 379px;
}
.site-footer-logo-link {
    display: inline-block;
    text-decoration: none;
}
.site-footer-logo-img {
    height: 80px;
    width: auto;
    object-fit: contain;
    display: block;
}
.site-footer-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(26,32,44,0.6);
    letter-spacing: 0.26px;
    line-height: normal;
    margin: 0;
}
.site-footer-socials {
    display: flex;
    align-items: center;
    gap: 16px;
}
.site-footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity .15s;
}
.site-footer-social:hover { opacity: 1; }
.site-footer-social img {
    width: 24px;
    height: 24px;
    display: block;
}

/* Nav columns */
.site-footer-nav {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex: 0 0 760px;
    width: 760px;
    min-width: 0;
}
.site-footer-nav-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    min-width: 0;
}
.site-footer-nav-heading {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    line-height: normal;
    display: block;
}
.site-footer-nav-link {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1a202c;
    text-decoration: none;
    line-height: normal;
    transition: color .15s;
}
.site-footer-nav-link:hover { color: var(--teal-500, #02a0b4); }

/* Divider */
.site-footer-divider {
    width: 100%;
    height: 1px;
    background: rgba(26,32,44,0.15);
    border: none;
    margin: 0;
    flex-shrink: 0;
}

/* Bottom bar */
.site-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
}
.site-footer-copy {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1a202c;
    margin: 0;
    white-space: nowrap;
    line-height: normal;
}
.site-footer-legal {
    display: flex;
    align-items: center;
    gap: 40px;
}
.site-footer-legal-link {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1a202c;
    text-decoration: none;
    white-space: nowrap;
    line-height: normal;
    transition: color .15s;
}
.site-footer-legal-link:hover { color: var(--teal-500, #02a0b4); }

/* Responsive footer */
@media (max-width: 1100px) {
    .site-footer-brand { flex: 0 0 280px; width: 280px; }
    .site-footer-nav { flex: 1; width: auto; gap: 24px; }
}
@media (max-width: 768px) {
    .site-footer-top { flex-direction: column; gap: 32px; }
    .site-footer-brand { flex: none; width: 100%; }
    .site-footer-nav { flex: none; width: 100%; flex-wrap: wrap; gap: 24px; }
    .site-footer-nav-col { flex: 0 0 calc(50% - 12px); }
    .site-footer-bottom { flex-direction: column; align-items: flex-start; gap: 16px; }
    .site-footer-legal { flex-wrap: wrap; gap: 16px; }
}

.main-page .email-section {
    width: 100%;
    background-color: var(--baseblack-400);
}

.main-page .email-section-inner {
    display: flex;
    gap: 16px;
    padding: 60px var(--content-padding-x);
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

.main-page .email-section-inner>.div-3,
.main-page .email-section-inner>.email-capture {
    flex: 0 0 auto;
}

.main-page .email-section-inner .div-3 {
    max-width: 600px;
}

.main-page .div-3 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .text-wrapper-16 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--desktop-heading-h1-font-family);
    font-weight: var(--desktop-heading-h1-font-weight);
    color: var(--basewhite);
    font-size: var(--desktop-heading-h1-font-size);
    letter-spacing: var(--desktop-heading-h1-letter-spacing);
    line-height: var(--desktop-heading-h1-line-height);
    font-style: var(--desktop-heading-h1-font-style);
}

.main-page .lorem-ipsum-dolor {
    position: relative;
    width: 564px;
    font-family: var(--desktop-text-LG-regular-font-family);
    font-weight: var(--desktop-text-LG-regular-font-weight);
    color: var(--grey-100);
    font-size: var(--desktop-text-LG-regular-font-size);
    letter-spacing: var(--desktop-text-LG-regular-letter-spacing);
    line-height: var(--desktop-text-LG-regular-line-height);
    font-style: var(--desktop-text-LG-regular-font-style);
}

.main-page .email-capture {
    flex-wrap: wrap;
    gap: 16px 16px;
    display: inline-flex;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
}

.main-page .input {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .input-default {
    display: flex;
    width: 332px;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--basewhite);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid;
    border-color: var(--grey-100);
}

.main-page .content-3 {
    position: relative;
    flex-grow: 1;
    border: none;
    background: none;
    flex: 1;
    margin-top: -1.00px;
    font-family: var(--desktop-text-MD-regular-font-family);
    font-weight: var(--desktop-text-MD-regular-font-weight);
    color: var(--grey-300);
    font-size: var(--desktop-text-MD-regular-font-size);
    line-height: var(--desktop-text-MD-regular-line-height);
    letter-spacing: var(--desktop-text-MD-regular-letter-spacing);
    font-style: var(--desktop-text-MD-regular-font-style);
    padding: 0;
}

.main-page .button-main {
    display: flex;
    width: 216px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    position: relative;
    background-color: var(--orange-500);
    border-radius: 4px;
}

.main-page .text-wrapper-17 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--desktop-text-LG-medium-font-family);
    font-weight: var(--desktop-text-LG-medium-font-weight);
    color: var(--basewhite);
    font-size: var(--desktop-text-LG-medium-font-size);
    letter-spacing: var(--desktop-text-LG-medium-letter-spacing);
    line-height: var(--desktop-text-LG-medium-line-height);
    white-space: nowrap;
    font-style: var(--desktop-text-LG-medium-font-style);
}

.main-page .footer-wrapper {
    display: none;
}

.main-page .footer-wrapper-inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px var(--content-padding-x) 32px;
    box-sizing: border-box;
}

.main-page .footer-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.main-page .content-4 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 48px;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
}

.main-page .logoa-nd-contacts {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .ontact-infotmation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
}

.main-page .heading {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--desktop-text-MD-semi-bold-font-family);
    font-weight: var(--desktop-text-MD-semi-bold-font-weight);
    color: var(--grey-300);
    font-size: var(--desktop-text-MD-semi-bold-font-size);
    letter-spacing: var(--desktop-text-MD-semi-bold-letter-spacing);
    line-height: var(--desktop-text-MD-semi-bold-line-height);
    white-space: nowrap;
    font-style: var(--desktop-text-MD-semi-bold-font-style);
}

.main-page .footer .contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .footer .text-wrapper-18 {
    position: relative;
    max-width: 294px;
    margin: 0;
    font-family: var(--desktop-text-MD-medium-font-family);
    font-weight: var(--desktop-text-MD-medium-font-weight);
    color: var(--grey-50);
    font-size: var(--desktop-text-MD-medium-font-size);
    letter-spacing: var(--desktop-text-MD-medium-letter-spacing);
    line-height: var(--desktop-text-MD-medium-line-height);
    font-style: var(--desktop-text-MD-medium-font-style);
}

.main-page .footer .text-wrapper-19 {
    position: relative;
    width: fit-content;
    margin: 0;
    font-family: var(--desktop-text-MD-medium-font-family);
    font-weight: var(--desktop-text-MD-medium-font-weight);
    color: var(--grey-50);
    font-size: var(--desktop-text-MD-medium-font-size);
    letter-spacing: var(--desktop-text-MD-medium-letter-spacing);
    line-height: var(--desktop-text-MD-medium-line-height);
    white-space: nowrap;
    font-style: var(--desktop-text-MD-medium-font-style);
}

.main-page .footer .text-2 {
    max-width: 291px;
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: var(--grey-50);
    font-size: 16px;
    line-height: 23.7px;
    text-decoration: underline;
    position: relative;
    letter-spacing: 0;
}

.main-page .links {
    display: flex;
    flex: 1;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    flex-wrap: wrap;
    min-width: 0;
}

.main-page .footer-links-column {
    display: flex;
    flex-direction: column;
    width: 216px;
    align-items: flex-start;
    gap: 16px;
    position: relative;
}

.main-page .heading-2 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--desktop-text-MD-semi-bold-font-family);
    font-weight: var(--desktop-text-MD-semi-bold-font-weight);
    color: var(--grey-300);
    font-size: var(--desktop-text-MD-semi-bold-font-size);
    letter-spacing: var(--desktop-text-MD-semi-bold-letter-spacing);
    line-height: var(--desktop-text-MD-semi-bold-line-height);
    font-style: var(--desktop-text-MD-semi-bold-font-style);
}

.main-page .footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.main-page .footer-link {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.main-page .text-3 {
    flex: 1;
    margin-top: -1.00px;
    font-family: var(--desktop-text-MD-medium-font-family);
    font-weight: var(--desktop-text-MD-medium-font-weight);
    color: var(--grey-50);
    font-size: var(--desktop-text-MD-medium-font-size);
    line-height: var(--desktop-text-MD-medium-line-height);
    position: relative;
    letter-spacing: var(--desktop-text-MD-medium-letter-spacing);
    font-style: var(--desktop-text-MD-medium-font-style);
}

.main-page .text-4 {
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--desktop-text-MD-medium-font-family);
    font-weight: var(--desktop-text-MD-medium-font-weight);
    color: var(--grey-50);
    font-size: var(--desktop-text-MD-medium-font-size);
    line-height: var(--desktop-text-MD-medium-line-height);
    white-space: nowrap;
    position: relative;
    letter-spacing: var(--desktop-text-MD-medium-letter-spacing);
    font-style: var(--desktop-text-MD-medium-font-style);
}

.main-page .footer-link-2 {
    display: flex;
    width: 65px;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .section-3 {
    display: flex;
    flex-direction: column;
    height: 288px;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.main-page .footer-links-column-2 {
    display: flex;
    flex-direction: column;
    width: 216px;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    flex: 0 0 auto;
}

.main-page .payment-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.main-page .payment-icon {
    height: 24px;
    width: auto;
    object-fit: contain;
}

.main-page .img-3 {
    position: relative;
    flex: 0 0 auto;
}

.main-page .footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: relative;
    width: 100%;
}

.main-page .divider-3,
.main-page .footer-divider {
    width: 100%;
    max-width: 1376px;
    height: 1px;
    border: none;
    background-color: var(--grey-300);
    margin: 0;
    opacity: 0.5;
}

.main-page .footer .content-5 {
    display: flex;
    width: 100%;
    max-width: 1376px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    position: relative;
    flex-wrap: wrap;
}

.main-page .footer-text {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    font-family: var(--desktop-text-MD-medium-font-family);
    font-weight: var(--desktop-text-MD-medium-font-weight);
    color: var(--grey-300);
    font-size: var(--desktop-text-MD-medium-font-size);
    letter-spacing: var(--desktop-text-MD-medium-letter-spacing);
    line-height: var(--desktop-text-MD-medium-line-height);
    font-style: var(--desktop-text-MD-medium-font-style);
}

.main-page .footer-made {
    font-family: var(--desktop-text-MD-medium-font-family);
    font-weight: var(--desktop-text-MD-medium-font-weight);
    color: var(--grey-300);
    font-size: var(--desktop-text-MD-medium-font-size);
    text-decoration: none;
}

.main-page .footer-made:hover {
    text-decoration: underline;
}

.main-page .arrow-right {
    position: absolute;
    top: 1446px;
    left: 1445px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}

.main-page .icon {
    position: absolute;
    width: 6100%;
    height: 6104.17%;
    top: -6004.17%;
    left: -6000%;
}

/* Header action button badges */
.header-btn-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    background: var(--red-500);
    color: #fff;
    border-radius: 100px;
    font-family: 'Manrope', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;
    transition: transform .2s, opacity .2s;
}

.header-btn-badge.badge-pop {
    animation: badge-pop .25s ease-out;
}

@keyframes badge-pop {
    0% {
        transform: scale(0.6);
    }

    60% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

/* Auth Modal */
.auth-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.auth-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.auth-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.auth-modal-content {
    position: relative;
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    font-family: var(--desktop-text-MD-regular-font-family);
}

.auth-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    color: var(--grey-500);
}

.auth-modal-close:hover {
    color: #02a0b4;
}

.auth-modal-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--grey-100);
}

.auth-modal-divider {
    padding: 0 12px;
    color: var(--grey-300);
    opacity: 0.6;
}

.auth-tab {
    padding: 12px 20px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: var(--grey-500);
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

.auth-tab:hover {
    color: #02a0b4;
}

.auth-tab-active {
    color: #02a0b4;
    border-bottom-color: #02a0b4;
}

.auth-form-panel {
    display: none;
}

.auth-form-panel.auth-form-active {
    display: block;
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.auth-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.auth-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--baseblack-500);
}

.auth-input {
    padding: 12px 14px;
    border: 1px solid var(--grey-100);
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
}

.auth-input:focus {
    outline: none;
    border-color: #02a0b4;
}

.auth-submit {
    padding: 12px 24px;
    background: #02a0b4;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
}

.auth-submit:hover {
    background: #017f8f;
}

.auth-disclaimer {
    font-size: 12px;
    color: var(--grey-500);
    line-height: 1.4;
    margin: 16px 0 0;
}

.auth-link {
    color: #02a0b4;
    text-decoration: underline;
}

.auth-link:hover {
    text-decoration: none;
}

/* ── Forgot password link ── */
.auth-forgot-row {
    display: flex;
    justify-content: flex-end;
    margin-top: -8px;
}

.auth-forgot-link {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: #02a0b4;
    text-decoration: underline;
    font-family: inherit;
    transition: color 0.2s;
}

.auth-forgot-link:hover {
    color: #017f8f;
    text-decoration: none;
}

/* ── OTP / back button ── */
.auth-otp-back {
    margin-bottom: 16px;
}

.auth-otp-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: var(--grey-500);
    font-family: inherit;
    transition: color 0.2s;
}

.auth-otp-back-btn:hover {
    color: #02a0b4;
}

.auth-otp-info {
    font-size: 14px;
    color: var(--grey-500);
    line-height: 1.5;
    margin: 0;
}

.auth-otp-spam {
    font-size: 13px;
    color: var(--grey-300);
}

/* ── Success message ── */
.auth-success {
    color: #22b573;
    font-size: 13px;
    margin: 0 0 12px;
    font-weight: 500;
}

/* ══════════════════════════════════════════════════════
   NEW HEADER STYLES  (matches screenshot design)
══════════════════════════════════════════════════════ */

/* ── Preheader / announcement bar ── */
.main-page .preheader {
    width: 100%;
    background-color: var(--teal-500, #02a0b4);
}
.main-page .preheader-inner {
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 9px var(--content-padding-x);
    gap: 16px;
}
.main-page .preheader-text {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    line-height: 1.4;
}
.main-page .preheader-socials {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}
.main-page .preheader-social-link {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: opacity .15s;
    white-space: nowrap;
}
.main-page .preheader-social-link:hover { opacity: .75; }

/* ── Main header row ── */
.main-page .main-header {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid var(--grey-100, #f0f0f0);
}
.main-page .main-header-inner {
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    height: 80px;
    align-items: center;
    gap: 20px;
    padding: 0 var(--content-padding-x);
}

/* Logo */
.main-page .header-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0;
}
.main-page .header-logo-img {
    width: 207px;
    height: 55px;
    object-fit: contain;
    flex-shrink: 0;
}
.main-page .header-logo-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.main-page .header-logo-small {
    font-size: 9px;
    font-weight: 500;
    color: var(--grey-300, #9e9e9e);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
}
.main-page .header-logo-brand {
    font-size: 17px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: 1px;
    line-height: 1.15;
    white-space: nowrap;
}

/* Catalog button */
.main-page .header-catalog-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
    height: 44px;
    border-radius: 100px;
    background: var(--teal-500, #02a0b4);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .15s;
}
.main-page .header-catalog-btn:hover {
    background: var(--teal-600, #017f8f);
}
.main-page .header-catalog-btn svg {
    flex-shrink: 0;
}

/* Search bar */
.main-page .header-search {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    gap: 10px;
    background: #f4f6f8;
    border-radius: 999px;
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    transition: border-color .2s, background .2s;
}
.main-page .header-search:focus-within {
    background: #fff;
    border-color: var(--teal-500, #02a0b4);
}
.main-page .header-search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.26px;
    color: #111;
    min-width: 0;
}
.main-page .header-search-input::placeholder {
    color: #757575;
    font-weight: 600;
}
.main-page .header-search-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.main-page .header-search-btn {
    display: none;
}

/* Header action buttons */
.main-page .header-actions {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}
.main-page .header-action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 8px 12px;
    border: none;
    background: none;
    cursor: pointer;
    border-radius: 8px;
    color: #1a1a1a;
    font-family: inherit;
    text-decoration: none;
    transition: background .15s;
    position: relative;
}
.main-page .header-action-item:hover { background: var(--grey-50, #f7f7f7); }
.main-page .header-action-label {
    font-size: 11px;
    font-weight: 500;
    color: #1a1a1a;
    white-space: nowrap;
    line-height: 1;
}
.main-page .header-btn-badge {
    position: absolute;
    top: 4px;
    right: 6px;
    min-width: 18px;
    height: 18px;
    border-radius: 100px;
    background: var(--teal-500, #02a0b4);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1;
}
.main-page .mobile-search-icon { display: none; }
.main-page .mobile-hamburger   { display: none; }

/* ── Secondary nav ── */
.main-page .secondary-nav {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid var(--grey-100, #ebebeb);
}
.main-page .secondary-nav-inner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 8px var(--content-padding-x);
    gap: 6px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}
.main-page .secondary-nav-inner::-webkit-scrollbar { display: none; }

/* First 4 pill links (Главная, Магазин, Блог, Контакты) */
.main-page .sec-nav-pills {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.main-page .sec-nav-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 100px;
    border: 1.5px solid var(--teal-500, #02a0b4);
    color: var(--teal-500, #02a0b4);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background .15s, color .15s;
    line-height: 1.4;
}
.main-page .sec-nav-pill:hover,
.main-page .sec-nav-pill.active {
    background: var(--teal-500, #02a0b4);
    color: #fff;
}

/* Remaining nav links */
.main-page .sec-nav-links {
    display: flex;
    align-items: center;
    gap: 2px;
    padding-left: 6px;
    flex-shrink: 0;
}
.main-page .sec-nav-link {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 100px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    transition: background .15s, color .15s;
    line-height: 1.4;
}
.main-page .sec-nav-link:hover {
    background: var(--teal-50, #EEF9FB);
    color: var(--teal-500, #02a0b4);
}

/* Mobile search modal */
.main-page .mobile-search-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 9999;
    flex-direction: column;
}
.main-page .mobile-search-modal.open { display: flex; }
.main-page .mobile-search-modal-inner {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    width: 100%;
    border-bottom: 1px solid var(--grey-100, #ebebeb);
}
.main-page .mobile-search-form {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 8px;
    background: #f4f4f4;
    border-radius: 100px;
    padding: 0 8px 0 14px;
    height: 44px;
}
.main-page .mobile-search-back {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: none; background: none;
    cursor: pointer; color: #333; flex-shrink: 0;
}
.main-page .mobile-search-input {
    flex: 1; border: none; outline: none; background: transparent;
    font-size: 15px; font-family: inherit; color: #1a1a1a;
}
.main-page .mobile-search-submit {
    display: flex; align-items: center; justify-content: center;
    width: 32px; height: 32px; border-radius: 50%;
    border: none; background: var(--teal-500, #02a0b4);
    color: #fff; cursor: pointer; flex-shrink: 0;
}

/* ═══════════════════════════════════════
   HEADER RESPONSIVE
   ═══════════════════════════════════════ */
@media (max-width: 1100px) {
    .main-page .main-header-inner { gap: 14px; padding: 0 20px; }
    .main-page .header-logo-img { width: 150px; height: 40px; }
    .main-page .header-search { padding: 10px 14px; }
    .main-page .header-catalog-btn { padding: 0 14px; font-size: 14px; height: 40px; }
    .main-page .header-action-item { padding: 6px 8px; }
    .main-page .header-action-label { font-size: 10px; }
}

@media (max-width: 900px) {
    .main-page .main-header-inner {
        height: 64px;
        gap: 12px;
        padding: 0 16px;
    }
    .main-page .header-logo-img { width: 130px; height: 36px; }
    /* Hide catalog button text — show hamburger instead */
    .main-page .header-catalog-btn { display: none; }
    .main-page .mobile-hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: none;
        background: #f4f6f8;
        border-radius: 999px;
        cursor: pointer;
        color: #1a202c;
        flex-shrink: 0;
        transition: background .15s, color .15s;
    }
    .main-page .mobile-hamburger:hover { background: #e0f5f8; color: #02a0b4; }
    /* Hide text labels on action buttons, keep icons */
    .main-page .header-action-label { display: none; }
    .main-page .header-action-item {
        width: 40px;
        height: 40px;
        padding: 0;
        justify-content: center;
        border-radius: 999px;
    }
    .main-page .header-actions { gap: 2px; }
    /* Hide desktop search, show mobile search icon */
    .main-page .header-search { display: none; }
    .main-page .mobile-search-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        padding: 0;
        background: #f4f6f8;
        border-radius: 999px;
        color: #1a202c;
        border: none;
        cursor: pointer;
        transition: background .15s, color .15s;
    }
    .main-page .mobile-search-icon:hover { background: #e0f5f8; color: #02a0b4; }
    /* Secondary nav hidden on mobile */
    .main-page .secondary-nav { display: none; }
    /* Hide preheader on mobile */
    .main-page .preheader { display: none; }
}

@media (max-width: 480px) {
    .main-page .main-header-inner {
        height: 56px;
        gap: 8px;
        padding: 0 12px;
    }
    .main-page .header-logo-img { width: 110px; height: 32px; }
    .main-page .mobile-hamburger,
    .main-page .mobile-search-icon,
    .main-page .header-action-item {
        width: 36px;
        height: 36px;
    }
    .main-page .header-btn-badge {
        min-width: 16px;
        height: 16px;
        font-size: 9px;
        top: 2px;
        right: 2px;
    }
    .main-page .header-actions { gap: 0; }
}

@media (max-width: 360px) {
    .main-page .header-logo-img { width: 90px; height: 28px; }
    .main-page .main-header-inner { padding: 0 10px; gap: 6px; }
}