:root {
    --color-bg: #ffffff;
    --color-text: #151515;
    --color-muted: #5c6670;
    --color-line: #d8dde3;
    --color-accent: #0067c0;
    --color-accent-dark: #004f94;
    --color-surface: #f5f7fa;
    --container: 1180px;
    --gutter: 24px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-padding-top: 104px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--color-bg);
    color: var(--color-text);
    font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

button,
input,
textarea {
    font: inherit;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.container {
    width: min(100% - (var(--gutter) * 2), var(--container));
    margin-inline: auto;
}

.section {
    padding: 80px 0;
}

.section-anchor {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    padding: 12px 0;
    background: rgba(245, 245, 245, 0.92);
    color: #1a1a2e;
    -webkit-backdrop-filter: saturate(160%) blur(14.25px);
    backdrop-filter: saturate(160%) blur(14.25px);
    transform: translateZ(0);
    transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

body.home .site-header {
    position: fixed;
    right: 0;
    left: 0;
}

body.home .site-header:not(.is-scrolled-past-hero) {
    background: rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

body.home .site-header:not(.is-scrolled-past-hero) .site-header__toggle {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.08);
}

body.home .site-header:not(.is-scrolled-past-hero) .site-header__toggle span {
    background: #ffffff;
}

body.home .hero-slider,
body.home .hero-slider__inner {
    min-height: max(860px, 100svh);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    min-height: 72px;
    padding: 0 clamp(20px, 4.166vw, 80px);
}

.site-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 72px;
}

.site-header__logo,
.site-footer__brand {
    font-weight: 700;
    text-decoration: none;
}

.site-header__logo {
    display: block;
    flex: 0 0 auto;
    position: relative;
    z-index: 1002;
    width: 206px;
}

.site-header__logo-img {
    width: 100%;
    height: auto;
}

.site-header__logo-img--light,
.site-header__language-icon--light,
.site-header__contact-icon--light {
    display: none;
}

.site-header__logo-img--dark,
.site-header__language-icon--dark,
.site-header__contact-icon--dark {
    display: block;
}

body.home .site-header:not(.is-scrolled-past-hero) .site-header__logo-img--light,
body.home .site-header:not(.is-scrolled-past-hero) .site-header__language-icon--light,
body.home .site-header:not(.is-scrolled-past-hero) .site-header__contact-icon--light {
    display: block;
}

body.home .site-header:not(.is-scrolled-past-hero) .site-header__logo-img--dark,
body.home .site-header:not(.is-scrolled-past-hero) .site-header__language-icon--dark,
body.home .site-header:not(.is-scrolled-past-hero) .site-header__contact-icon--dark {
    display: none;
}

.site-header__toggle {
    display: none;
}

.site-header__nav {
    flex: 0 1 auto;
    margin-left: clamp(54px, 5.469vw, 105px);
}

.site-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px 50px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-menu a {
    display: block;
    color: #1a1a2e;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-menu a::after {
    display: block;
    width: 1px;
    height: 0;
    margin-top: 2px;
    background: #1a1a2e;
    content: "";
    transition: width 180ms ease;
}

body.home .site-header:not(.is-scrolled-past-hero) .site-menu a {
    color: #ffffff;
}

body.home .site-header:not(.is-scrolled-past-hero) .site-menu a::after {
    background: #ffffff;
}

.site-menu a:hover::after,
.site-menu .is-anchor-active > a::after {
    width: 100%;
    height: 1px;
}

.site-header__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.site-header__language {
    position: relative;
    width: 80px;
    height: 37.26px;
}

.site-header__language::after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    height: 12px;
    content: "";
}

.site-header__language-current {
    display: block;
    width: 80px;
    height: 37.26px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.site-header__language-current img {
    width: 100%;
    height: 100%;
}

.site-header__language-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 10px;
    z-index: 1003;
    display: grid;
    min-width: 58px;
    padding: 6px;
    border: 1px solid rgba(26, 26, 46, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity 160ms ease, transform 160ms ease;
}

.site-header__language-list {
    display: grid;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header__language-list .trp-language-switcher-container {
    display: block !important;
}

.site-header__language:hover .site-header__language-menu,
.site-header__language:focus-within .site-header__language-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.site-header__language-menu a {
    display: block;
    padding: 7px 10px;
    border-radius: 5px;
    color: #1a1a2e;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.site-header__language-menu a:hover {
    background: rgba(26, 26, 46, 0.08);
}

.site-header__divider {
    width: 1px;
    height: 26px;
    margin-left: 0;
    background: #555555;
}

.site-header__contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 183px;
    margin-left: 16px;
    padding: 10.5px 26px;
    border: 2px solid #1a1a2e;
    border-radius: 47px;
    background: transparent;
    color: #1a1a2e;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-header__contact img {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    transition: transform 180ms ease;
}

.site-header__contact:hover {
    background: #1a1a2e;
    color: #ffffff;
}

.site-header__contact:hover .site-header__contact-icon--dark {
    display: none;
}

.site-header__contact:hover .site-header__contact-icon--light {
    display: block;
}

.site-header__contact:hover img {
    transform: translateX(3px);
}

body.home .site-header:not(.is-scrolled-past-hero) .site-header__language-menu {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(26, 26, 46, 0.92);
}

body.home .site-header:not(.is-scrolled-past-hero) .site-header__language-menu a {
    color: #ffffff;
}

body.home .site-header:not(.is-scrolled-past-hero) .site-header__language-menu a:hover {
    background: rgba(255, 255, 255, 0.14);
}

body.home .site-header:not(.is-scrolled-past-hero) .site-header__divider {
    background: #ffffff;
}

body.home .site-header:not(.is-scrolled-past-hero) .site-header__contact {
    border-color: #ffffff;
    color: #ffffff;
}

body.home .site-header:not(.is-scrolled-past-hero) .site-header__contact:hover {
    background: #ffffff;
    color: #1a1a2e;
}

body.home .site-header:not(.is-scrolled-past-hero) .site-header__contact:hover .site-header__contact-icon--light {
    display: none;
}

body.home .site-header:not(.is-scrolled-past-hero) .site-header__contact:hover .site-header__contact-icon--dark {
    display: block;
}

#trp-floater-ls,
.trp-floating-switcher,
.trp-language-switcher-container {
    display: none !important;
}

.site-footer {
    background: #1a1a2e;
    color: #ffffff;
}

.site-footer__inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    padding: 140px 80px 80px;
}

.site-footer__logo-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.site-footer__logo {
    display: block;
    width: 202px;
    height: 42.6px;
}

.site-footer__logo img {
    width: 100%;
    height: 100%;
}

.site-footer__container {
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 100%;
}

.site-footer__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 56px;
    width: 100%;
}

.site-footer__main {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 63px;
    max-width: 870px;
    min-width: 0;
}

.site-footer__headline {
    width: 100%;
    color: #ffffff;
    font-family: Raleway, Roboto, system-ui, sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.site-footer__headline span {
    display: block;
}

.site-footer__columns {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
}

.site-footer__contacts {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 32px;
    max-width: 400px;
    min-width: 0;
}

.site-footer__contact-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    color: #ffffff;
}

.site-footer__label {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.site-footer__contact-block p,
.site-footer__contact-block a {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.site-footer__contact-block a {
    width: fit-content;
}

.site-footer__contact-block a:hover,
.footer-menu a:hover,
.site-footer__privacy:hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.site-footer__socials {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 46px;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    overflow: hidden;
    transition: background-color 160ms ease;
}

.site-footer__social[href]:hover {
    background: rgba(255, 255, 255, 0.12);
}

.site-footer__social--disabled {
    cursor: default;
    opacity: 0.72;
}

.site-footer__social img {
    display: block;
    object-fit: contain;
}

.site-footer__social-icon--telegram {
    width: 25.2px;
    height: 21.1px;
}

.site-footer__social-icon--instagram {
    width: 26px;
    height: 26px;
}

.site-footer__social-icon--youtube {
    width: 28px;
    height: 20px;
}

.site-footer__nav {
    flex: 0 0 auto;
    overflow: hidden;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.footer-menu > li:first-child a {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.site-footer__map {
    flex: 0 0 587px;
    width: 587px;
    background: #ffffff;
    overflow: hidden;
}

.site-footer__map img {
    width: 100%;
    height: 440.25px;
    object-fit: cover;
}

.site-footer__credits {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
}

.site-footer__credits p,
.site-footer__privacy {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    white-space: nowrap;
}

.site-footer__credits p {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-footer__privacy {
    flex: 0 0 auto;
}

.site-footer__made {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    padding: 8px 8px 7px;
    border-radius: 12px;
    background: rgba(245, 245, 245, 0.1);
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.site-footer__made img {
    width: 25px;
    height: 28px;
    opacity: 0.6;
    object-fit: cover;
}

.hero-slider {
    position: relative;
    min-height: 860px;
    overflow: hidden;
    background: #1a1a2e;
    color: #ffffff;
    isolation: isolate;
}

.hero-slider__media,
.hero-slider__media-item,
.hero-slider__shade {
    position: absolute;
    inset: 0;
}

.hero-slider__media {
    z-index: 0;
}

.hero-slider__media-item {
    opacity: 0;
    transform: translateY(28px) scale(1.015);
    transition: opacity 520ms ease, transform 700ms ease;
}

.hero-slider__media-item.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.hero-slider__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-slider__shade {
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.2) 56.35%);
    pointer-events: none;
}

.hero-slider__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 80px;
    min-height: 860px;
    padding: 0 80px 60px;
}

.hero-slider__tabs {
    position: absolute;
    top: 50%;
    right: 80px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    width: 100px;
    transform: translateY(-50%);
}

.hero-slider__tab {
    width: 100%;
    height: 56px;
    padding: 0;
    border: 0;
    border-right: 4px solid #aaaaaa;
    background: transparent;
    cursor: pointer;
    transition: border-color 180ms ease, opacity 180ms ease;
}

.hero-slider__tab:hover,
.hero-slider__tab:focus-visible,
.hero-slider__tab.is-active {
    border-right-color: #ffffff;
    opacity: 1;
}

.hero-slider__panels {
    width: 100%;
}

.hero-slider__panel[hidden] {
    display: none;
}

.hero-slider__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 64px;
    width: 100%;
}

.hero-slider__heading-wrap {
    flex: 1 1 0;
    max-width: 900px;
    min-width: 0;
    padding-bottom: 27px;
}

.hero-slider__title {
    margin: 0;
    color: #ffffff;
    font-family: Raleway, Roboto, system-ui, sans-serif;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.hero-slider__actions {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 16px;
    max-width: 600px;
    min-width: 0;
}

.hero-slider__text {
    width: min(100%, 500px);
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.hero-slider__text p {
    margin: 0;
}

.hero-slider__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 500px);
    min-height: 62px;
    padding: 13px 85px;
    border: 2px solid #ffffff;
    border-radius: 45px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color 180ms ease, color 180ms ease;
}

.hero-slider__button:hover,
.hero-slider__button:focus-visible {
    background: #ffffff;
    color: #1a1a2e;
}

.feature-cards {
    padding: 100px 80px;
    background: #f5f5f5;
}

.feature-cards__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
}

.feature-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-width: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #1a1a2e;
    color: #ffffff;
}

.feature-card--top {
    grid-column: 1 / -1;
    height: 496px;
}

.feature-card--half {
    height: 615px;
}

.feature-card--bottom {
    grid-column: 1 / -1;
    height: 684px;
}

.feature-card__image,
.feature-card__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.feature-card__image {
    object-fit: cover;
    object-position: center;
}

.feature-card__overlay {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.38) 24%,
        rgba(0, 0, 0, 0) 50%
    );
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    -webkit-mask-image: linear-gradient(to top, #000 0%, #000 20%, rgba(0, 0, 0, 0) 50%);
    mask-image: linear-gradient(to top, #000 0%, #000 20%, rgba(0, 0, 0, 0) 50%);
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.feature-card__content {
    position: relative;
    z-index: 1;
    width: min(100%, 700px);
    padding: 0 64px 64px;
}

.feature-card__copy {
    position: relative;
    display: grid;
    gap: 25px;
    width: min(100%, 520px);
}

.feature-card--half .feature-card__content {
    width: min(100%, 555px);
}

.feature-card__title {
    margin: 0;
    color: #ffffff;
    font-family: Raleway, Roboto, system-ui, sans-serif;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
}

.feature-card__text {
    width: min(100%, 521px);
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.feature-card__text p {
    margin: 0;
}

.categories-grid {
    padding: 0 80px 140px;
    background: #f5f5f5;
    color: #1a1a2e;
}

.categories-grid__head {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 80px;
    text-align: center;
}

.categories-grid__eyebrow {
    margin: 0;
    color: #c8102e;
    font-family: Raleway, Roboto, system-ui, sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
}

.categories-grid__title {
    margin: 0;
    font-family: Raleway, Roboto, system-ui, sans-serif;
    font-size: 80px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.categories-grid__title-line {
    display: block;
}

.categories-grid__title-line--dark {
    color: #1a1a2e;
}

.categories-grid__title-line--red {
    color: #c8102e;
}

.categories-grid__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
}

.category-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
    height: 520px;
    overflow: hidden;
    border-radius: 16px;
    background: #1a1a2e;
    color: #ffffff;
    padding: 0 50px 50px;
    text-decoration: none;
}

.category-card__image,
.category-card__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.category-card__image {
    object-fit: cover;
    object-position: center;
    transition: transform 450ms ease;
}

.category-card__overlay {
    background: rgba(0, 0, 0, 0.16);
}

.category-card__title {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-family: Raleway, Roboto, system-ui, sans-serif;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.category-card:hover .category-card__image,
.category-card:focus-visible .category-card__image {
    transform: scale(1.035);
}

.recommended-products {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 60px;
    padding: 100px max(80px, calc((100vw - 1408px) / 2));
    background: #f5f5f5;
    color: #1a1a2e;
}

.recommended-products__title {
    width: 100%;
    margin: 0;
    font-family: Raleway, Roboto, system-ui, sans-serif;
    font-size: 80px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.recommended-products__title-line {
    display: block;
}

.recommended-products__title-line--dark {
    color: #1a1a2e;
}

.recommended-products__title-line--red {
    color: #c8102e;
}

.recommended-products__viewport {
    width: 100%;
    max-width: 1408px;
    overflow: hidden;
}

.recommended-products__track {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: transform 420ms ease;
    will-change: transform;
}

.recommended-product-card {
    position: relative;
    display: flex;
    flex: 0 0 calc((100% - 20px) / 2);
    align-items: flex-end;
    height: 800px;
    min-width: 0;
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    color: #555555;
    text-decoration: none;
}

.recommended-product-card:nth-child(even) {
    margin-top: 200px;
}

.recommended-product-card__media {
    position: absolute;
    inset: 0 0 140px;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    background: #ffffff;
}

.recommended-product-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 450ms ease;
}

.recommended-product-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    min-height: 140px;
    padding: 24px 30px 30px;
    background: #ffffff;
}

.recommended-product-card__text {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 11px;
    max-width: 450px;
    min-width: 0;
}

.recommended-product-card__title {
    color: #555555;
    font-family: Raleway, Roboto, system-ui, sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: uppercase;
}

.recommended-product-card__description {
    display: -webkit-box;
    overflow: hidden;
    color: #555555;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.recommended-product-card__button {
    display: grid;
    flex: 0 0 auto;
    width: 75px;
    height: 55px;
    border: 2px solid #555555;
    border-radius: 47px;
    color: #555555;
    place-items: center;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.recommended-product-card__button svg {
    width: 33px;
    height: 33px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.recommended-product-card:hover .recommended-product-card__image,
.recommended-product-card:focus-visible .recommended-product-card__image {
    transform: scale(1.035);
}

.recommended-product-card:hover .recommended-product-card__button,
.recommended-product-card:focus-visible .recommended-product-card__button {
    border-color: #1a1a2e;
    background: #1a1a2e;
    color: #ffffff;
}

.recommended-products__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.recommended-products__arrow {
    display: grid;
    width: 50px;
    height: 50px;
    padding: 12px;
    border: 1px solid #1a1a2e;
    border-radius: 50%;
    background: #f5f5f5;
    color: #1a1a2e;
    cursor: pointer;
    place-items: center;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.recommended-products__arrow:hover,
.recommended-products__arrow:focus-visible:not(:disabled) {
    border-color: #1a1a2e;
    background: #1a1a2e;
    color: #ffffff;
}

.recommended-products__arrow:disabled {
    cursor: default;
    opacity: 0.35;
}

.recommended-products__arrow svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.recommended-products__dots {
    display: flex;
    align-items: center;
    gap: 10px;
}

.recommended-products__dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d2d2d2;
    cursor: pointer;
}

.recommended-products__dots button[hidden] {
    display: none;
}

.recommended-products__dots .is-active {
    background: #1a1a2e;
}

.application-areas {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 100px 80px;
    background: #f5f5f5;
    color: #1a1a2e;
}

.application-areas__intro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 64px;
    width: 100%;
}

.application-areas__title {
    flex: 1 1 auto;
    max-width: 900px;
    margin: 0;
    font-family: Raleway, Roboto, system-ui, sans-serif;
    font-size: 56px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.application-areas__title-line {
    display: block;
}

.application-areas__title-line--red {
    color: #c8102e;
}

.application-areas__title-line--dark {
    color: #1a1a2e;
}

.application-areas__description {
    flex: 0 1 460px;
    max-width: 460px;
    padding-right: 29px;
    color: #555555;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.application-areas__description p {
    margin: 0;
}

.application-areas__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
}

.application-area-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
    height: 520px;
    overflow: hidden;
    border-radius: 25px;
    background: #1a1a2e;
    color: #ffffff;
    padding: 0 50px 50px;
    text-decoration: none;
}

.application-area-card__image,
.application-area-card__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.application-area-card__image {
    object-fit: cover;
    object-position: center;
    transition: transform 450ms ease;
}

.application-area-card__overlay {
    background: rgba(0, 0, 0, 0.2);
}

.application-area-card--light .application-area-card__overlay {
    background: rgba(0, 0, 0, 0.1);
}

.application-area-card__title {
    position: relative;
    z-index: 1;
    width: 100%;
    color: #ffffff;
    font-family: Raleway, Roboto, system-ui, sans-serif;
    font-size: 54.44px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.application-area-card:hover .application-area-card__image,
.application-area-card:focus-visible .application-area-card__image {
    transform: scale(1.035);
}

.contact-form-section {
    position: relative;
    display: flex;
    min-height: 1444px;
    scroll-margin-top: 96px;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 70px 0 140px;
    background: #f5f5f5;
    color: #1a1a2e;
}

.contact-form-section__decor {
    position: absolute;
    top: 62px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.contact-form-section__decor-item {
    position: absolute;
    display: block;
}

.contact-form-section__decor-item--left_top {
    top: 301.97px;
    left: 0;
    width: min(14.375vw, 276px);
}

.contact-form-section__decor-item--left_middle {
    top: 533.97px;
    left: min(13.02vw, 250px);
    width: min(12.604vw, 242px);
}

.contact-form-section__decor-item--left_bottom {
    top: 888.97px;
    left: 0;
    width: min(14.323vw, 275px);
}

.contact-form-section__decor-item--right_top {
    top: 256px;
    right: 0;
    width: min(12.865vw, 247px);
}

.contact-form-section__decor-item--right_middle {
    top: 501px;
    right: min(10.416vw, 200px);
    width: min(13.958vw, 268px);
}

.contact-form-section__decor-item--right_bottom {
    top: 905px;
    right: min(4.166vw, 80px);
    width: min(14.947vw, 287px);
}

.contact-form-section__decor-image {
    width: 100%;
    height: auto;
    max-width: none;
}

.contact-form-section__eyebrow,
.contact-form-section__title,
.contact-form-section__text,
.contact-form-section__arrow,
.contact-form-section__form-wrap {
    position: relative;
    z-index: 1;
}

.contact-form-section__eyebrow {
    width: 100%;
    margin: 0;
    color: #c8102e;
    font-family: Raleway, Roboto, system-ui, sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
}

.contact-form-section__title {
    width: min(calc(100% - 16.666vw), 1600px);
    margin: 0;
    font-family: Raleway, Roboto, system-ui, sans-serif;
    font-size: clamp(56px, 4.166vw, 80px);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.contact-form-section__title-part {
    display: inline;
}

.contact-form-section__title-part--red {
    color: #c8102e;
}

.contact-form-section__title-part--dark {
    color: #555555;
}

.contact-form-section__text {
    width: min(500px, calc(100% - 36px));
    color: #555555;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
}

.contact-form-section__text p {
    margin: 0;
}

.contact-form-section__arrow {
    display: grid;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    place-items: center;
    border: 1.667px solid #1a1a2e;
    border-radius: 50%;
    background: #f5f5f5;
    color: #1a1a2e;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
}

.contact-form-section__arrow:hover,
.contact-form-section__arrow:focus-visible {
    background: #1a1a2e;
    color: #ffffff;
}

.contact-form-section__arrow svg {
    width: 40px;
    height: 40px;
}

.contact-form-section__form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 40px;
}

.contact-form-section__form {
    width: min(700px, calc(100% - 36px));
}

.contact-form-section .wpcf7,
.contact-form-section .wpcf7-form {
    width: 100%;
}

.contact-form-section .screen-reader-response,
.contact-form-section .hidden-fields-container {
    display: none;
}

.contact-form-section .wpcf7 form .cisa-form {
    align-items: center;
    gap: 24px;
}

.contact-form-section .cisa-form__field {
    gap: 8px;
    font-size: 18px;
    line-height: 1.5;
}

.contact-form-section .cisa-form__control {
    height: 48px;
    padding: 12px;
}

.contact-form-section .cisa-form__textarea {
    height: 180px;
}

.contact-form-section .cisa-form__consent {
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
}

.contact-form-section .cisa-form__consent .wpcf7-list-item,
.contact-form-section .cisa-form__consent label {
    align-items: flex-start;
}

.contact-form-section .cisa-form__button {
    width: min(405px, 100%);
    min-height: 55px;
}

.hero {
    padding-top: 96px;
}

.hero__grid,
.text-image__grid,
.product-single__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
    gap: 56px;
    align-items: center;
}

.hero__title {
    max-width: 820px;
    margin: 0;
    font-size: clamp(44px, 7vw, 84px);
    line-height: 0.98;
}

.eyebrow {
    margin-bottom: 14px;
    color: var(--color-accent);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.content-flow > * {
    margin-top: 0;
    margin-bottom: 0;
}

.content-flow > * + * {
    margin-top: 16px;
}

.hero__text {
    max-width: 640px;
    margin-top: 24px;
    color: var(--color-muted);
    font-size: 18px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 28px;
    padding: 12px 20px;
    border-radius: 6px;
    background: var(--color-accent);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 160ms ease;
}

.button:hover {
    background: var(--color-accent-dark);
}

.hero__image,
.text-image__image,
.product-single__image {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.text-image--left .text-image__content {
    order: 2;
}

.text-image--left .text-image__media {
    order: 1;
}

.text-image h2,
.rich-text h2,
.cta h2,
.section-title,
.product-single h1 {
    margin: 0 0 20px;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.08;
}

.rich-text__inner {
    max-width: 820px;
}

.products-grid {
    display: grid;
    gap: 24px;
}

.products-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.products-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.products-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card__link {
    display: grid;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid var(--color-line);
    border-radius: 8px;
    background: #ffffff;
    text-decoration: none;
}

.product-card__media {
    aspect-ratio: 4 / 3;
    background: var(--color-surface);
}

.product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card__content {
    display: grid;
    gap: 8px;
    padding: 20px;
}

.product-card__title {
    font-size: 18px;
    font-weight: 700;
}

.product-card__text {
    color: var(--color-muted);
}

.catalog-page {
    background: #f5f5f5;
    color: #1a1a2e;
}

.catalog-container {
    width: min(100% - 160px, 1760px);
    margin-inline: auto;
}

.catalog-hero {
    padding: 58px 0 76px;
    background: #f5f5f5;
}

.catalog-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 64px;
    color: #555555;
    font-size: 16px;
    line-height: 1.2;
}

.catalog-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.catalog-breadcrumbs a:hover {
    color: #1a1a2e;
}

.catalog-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 480px);
    gap: 64px;
    align-items: end;
}

.catalog-hero__content {
    max-width: 1100px;
}

.catalog-hero__eyebrow,
.catalog-products__eyebrow {
    margin: 0 0 16px;
    color: #c8102e;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
}

.catalog-hero__title {
    max-width: 980px;
    margin: 0;
    color: #1a1a2e;
    font-family: Raleway, Roboto, system-ui, sans-serif;
    font-size: clamp(56px, 7.4vw, 112px);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.02;
    text-transform: uppercase;
}

.catalog-hero__text {
    max-width: 680px;
    margin-top: 28px;
    color: #555555;
    font-size: 20px;
    line-height: 1.35;
}

.catalog-hero__text p {
    margin: 0;
}

.catalog-hero__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(26, 26, 46, 0.16);
    border-radius: 25px;
    background: #ffffff;
}

.catalog-hero__meta-item {
    display: grid;
    gap: 8px;
    min-height: 170px;
    padding: 30px;
    align-content: end;
}

.catalog-hero__meta-item + .catalog-hero__meta-item {
    border-left: 1px solid rgba(26, 26, 46, 0.16);
}

.catalog-hero__meta-value {
    color: #c8102e;
    font-family: Raleway, Roboto, system-ui, sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 0.95;
}

.catalog-hero__meta-label {
    color: #555555;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
}

.catalog-products {
    padding: 0 0 110px;
}

.catalog-products__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 34px;
}

.catalog-products__title {
    margin: 0;
    color: #1a1a2e;
    font-family: Raleway, Roboto, system-ui, sans-serif;
    font-size: clamp(38px, 4.6vw, 72px);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.08;
    text-transform: uppercase;
}

.catalog-products__ordering {
    flex: 0 0 auto;
}

.catalog-products__ordering .woocommerce-ordering {
    margin: 0;
}

.catalog-products__ordering select {
    min-width: 240px;
    height: 50px;
    padding: 0 44px 0 18px;
    border: 1px solid rgba(26, 26, 46, 0.22);
    border-radius: 999px;
    background: #ffffff;
    color: #1a1a2e;
    font-size: 15px;
    line-height: 1.2;
}

.catalog-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 36px;
}

.catalog-filter {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 12px 18px;
    border: 1px solid rgba(26, 26, 46, 0.18);
    border-radius: 999px;
    background: #ffffff;
    color: #1a1a2e;
    font-size: 16px;
    line-height: 1.15;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.catalog-filter:hover,
.catalog-filter.is-active {
    border-color: #1a1a2e;
    background: #1a1a2e;
    color: #ffffff;
}

.catalog-filter__count {
    display: grid;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: rgba(200, 16, 46, 0.12);
    color: #c8102e;
    font-size: 13px;
    place-items: center;
}

.catalog-filter:hover .catalog-filter__count,
.catalog-filter.is-active .catalog-filter__count {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.catalog-card {
    min-width: 0;
}

.catalog-card__link {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    border-radius: 25px;
    background: #ffffff;
    color: #1a1a2e;
    text-decoration: none;
}

.catalog-card__media {
    display: grid;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #eef1f5;
    place-items: center;
}

.catalog-card__image {
    width: 100%;
    height: 100%;
    padding: 18px;
    object-fit: contain;
    object-position: center;
    transition: transform 450ms ease;
}

.catalog-card__image--placeholder {
    opacity: 0.45;
}

.catalog-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
}

.catalog-card__category {
    color: #c8102e;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
}

.catalog-card__title {
    color: #1a1a2e;
    font-family: Raleway, Roboto, system-ui, sans-serif;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.18;
    text-transform: uppercase;
}

.catalog-card__description {
    display: -webkit-box;
    overflow: hidden;
    color: #555555;
    font-size: 16px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.catalog-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: auto;
    padding-top: 12px;
}

.catalog-card__more {
    color: #555555;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
}

.catalog-card__icon {
    display: grid;
    flex: 0 0 auto;
    width: 54px;
    height: 42px;
    border: 1.5px solid #1a1a2e;
    border-radius: 999px;
    color: #1a1a2e;
    place-items: center;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.catalog-card__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.catalog-card__link:hover .catalog-card__image,
.catalog-card__link:focus-visible .catalog-card__image {
    transform: scale(1.035);
}

.catalog-card__link:hover .catalog-card__icon,
.catalog-card__link:focus-visible .catalog-card__icon {
    background: #1a1a2e;
    color: #ffffff;
    transform: translateX(2px);
}

.catalog-pagination {
    display: flex;
    justify-content: center;
    margin-top: 52px;
}

.catalog-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-pagination a,
.catalog-pagination span {
    display: grid;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(26, 26, 46, 0.18);
    border-radius: 999px;
    background: #ffffff;
    color: #1a1a2e;
    font-size: 15px;
    text-decoration: none;
    place-items: center;
}

.catalog-pagination .current,
.catalog-pagination a:hover {
    border-color: #1a1a2e;
    background: #1a1a2e;
    color: #ffffff;
}

.catalog-empty {
    display: grid;
    justify-items: start;
    gap: 18px;
    max-width: 760px;
    padding: 48px;
    border-radius: 25px;
    background: #ffffff;
}

.catalog-empty h2 {
    margin: 0;
    color: #1a1a2e;
    font-family: Raleway, Roboto, system-ui, sans-serif;
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.1;
    text-transform: uppercase;
}

.catalog-empty p {
    margin: 0;
    color: #555555;
    font-size: 18px;
    line-height: 1.35;
}

.catalog-empty__button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    border-radius: 999px;
    background: #1a1a2e;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

/* WooCommerce catalog archive fallback */
.post-type-archive-product.woocommerce-page,
.tax-product_cat.woocommerce-page {
    background: #f4f5f7;
}

.post-type-archive-product.woocommerce-page #main,
.tax-product_cat.woocommerce-page #main {
    width: min(100% - 160px, 1760px);
    margin: 0 auto;
    padding: 56px 0 118px;
}

.post-type-archive-product .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb {
    margin: 0 0 28px;
    color: rgba(16, 16, 32, 0.58);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
}

.post-type-archive-product .woocommerce-breadcrumb a,
.tax-product_cat .woocommerce-breadcrumb a {
    color: rgba(16, 16, 32, 0.58);
    text-decoration: none;
}

.post-type-archive-product .woocommerce-breadcrumb a:hover,
.tax-product_cat .woocommerce-breadcrumb a:hover {
    color: #ef1c1c;
}

.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: 300px;
    margin: 0 0 34px;
    padding: 64px 72px;
    overflow: hidden;
    border-radius: 30px;
    background:
        linear-gradient(110deg, rgba(17, 18, 39, 0.94) 0%, rgba(17, 18, 39, 0.88) 46%, rgba(17, 18, 39, 0.44) 100%),
        radial-gradient(circle at 82% 36%, rgba(239, 28, 28, 0.32), transparent 30%),
        #121329;
    color: #ffffff;
}

.post-type-archive-product .woocommerce-products-header::before,
.tax-product_cat .woocommerce-products-header::before {
    content: "";
    position: absolute;
    right: 62px;
    bottom: 46px;
    width: 210px;
    height: 14px;
    border-radius: 999px;
    background: #ef1c1c;
    transform: skewX(-26deg);
    opacity: 0.92;
    z-index: -1;
}

.post-type-archive-product .woocommerce-products-header::after,
.tax-product_cat .woocommerce-products-header::after {
    content: "CISA";
    position: absolute;
    right: 64px;
    top: 42px;
    color: rgba(255, 255, 255, 0.06);
    font-family: "Raleway", sans-serif;
    font-size: 138px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    z-index: -1;
}

.post-type-archive-product .woocommerce-products-header__title,
.tax-product_cat .woocommerce-products-header__title {
    max-width: 860px;
    margin: 0;
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 76px;
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 0;
    text-transform: uppercase;
}

.post-type-archive-product .woocommerce-products-header__title::before,
.tax-product_cat .woocommerce-products-header__title::before {
    content: "Каталог продукции";
    display: block;
    margin: 0 0 18px;
    color: #ef1c1c;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.post-type-archive-product .woocommerce-notices-wrapper,
.tax-product_cat .woocommerce-notices-wrapper {
    clear: both;
}

.post-type-archive-product .woocommerce-result-count,
.tax-product_cat .woocommerce-result-count {
    float: none;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    margin: 0 0 30px;
    padding: 12px 22px;
    border: 1px solid rgba(16, 16, 32, 0.1);
    border-radius: 999px;
    background: #ffffff;
    color: #101020;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering {
    float: right;
    margin: 0 0 30px;
}

.post-type-archive-product .woocommerce-ordering select,
.tax-product_cat .woocommerce-ordering select {
    min-width: 260px;
    min-height: 48px;
    padding: 0 46px 0 20px;
    border: 1px solid rgba(16, 16, 32, 0.16);
    border-radius: 999px;
    background: #ffffff;
    color: #101020;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.post-type-archive-product ul.products,
.tax-product_cat ul.products {
    clear: both;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin: 0 !important;
    padding: 0 !important;
}

.post-type-archive-product ul.products::before,
.post-type-archive-product ul.products::after,
.tax-product_cat ul.products::before,
.tax-product_cat ul.products::after {
    display: none !important;
}

.post-type-archive-product ul.products li.product,
.tax-product_cat ul.products li.product {
    float: none !important;
    display: flex;
    width: auto !important;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(16, 16, 32, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 22px 58px rgba(18, 19, 41, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.post-type-archive-product ul.products li.product:hover,
.tax-product_cat ul.products li.product:hover {
    transform: translateY(-6px);
    border-color: rgba(239, 28, 28, 0.2);
    box-shadow: 0 30px 72px rgba(18, 19, 41, 0.14);
}

.post-type-archive-product ul.products li.product .woocommerce-loop-product__link,
.tax-product_cat ul.products li.product .woocommerce-loop-product__link {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    color: inherit;
    text-decoration: none;
}

.post-type-archive-product ul.products li.product img,
.tax-product_cat ul.products li.product img {
    display: block;
    width: 100% !important;
    height: 320px !important;
    margin: 0 !important;
    padding: 28px;
    object-fit: contain;
    background: #eaf1f8;
}

.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    display: flex;
    align-items: flex-start;
    min-height: 126px;
    margin: 0 !important;
    padding: 25px 82px 32px 28px !important;
    color: #101020;
    font-family: "Raleway", sans-serif;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0;
}

.post-type-archive-product ul.products li.product .woocommerce-loop-product__link::after,
.tax-product_cat ul.products li.product .woocommerce-loop-product__link::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 28px;
    width: 48px;
    height: 48px;
    border: 1.5px solid rgba(16, 16, 32, 0.72);
    border-radius: 999px;
    background:
        linear-gradient(45deg, transparent 48%, #101020 49%, #101020 54%, transparent 55%) center / 18px 18px no-repeat,
        linear-gradient(#101020, #101020) 50% 50% / 16px 2px no-repeat,
        #ffffff;
    transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.post-type-archive-product ul.products li.product:hover .woocommerce-loop-product__link::after,
.tax-product_cat ul.products li.product:hover .woocommerce-loop-product__link::after {
    border-color: #ef1c1c;
    transform: translate(3px, -3px);
}

.post-type-archive-product .woocommerce-pagination,
.tax-product_cat .woocommerce-pagination {
    margin-top: 42px;
}

.post-type-archive-product .woocommerce-pagination ul.page-numbers,
.tax-product_cat .woocommerce-pagination ul.page-numbers {
    display: flex;
    justify-content: center;
    gap: 10px;
    border: 0;
}

.post-type-archive-product .woocommerce-pagination ul.page-numbers li,
.tax-product_cat .woocommerce-pagination ul.page-numbers li {
    border: 0;
}

.post-type-archive-product .woocommerce-pagination a,
.post-type-archive-product .woocommerce-pagination span,
.tax-product_cat .woocommerce-pagination a,
.tax-product_cat .woocommerce-pagination span {
    display: grid;
    min-width: 44px;
    min-height: 44px;
    place-items: center;
    border: 1px solid rgba(16, 16, 32, 0.14);
    border-radius: 999px;
    background: #ffffff;
    color: #101020;
    font-family: "Inter", sans-serif;
    font-weight: 800;
}

.post-type-archive-product .woocommerce-pagination .current,
.post-type-archive-product .woocommerce-pagination a:hover,
.tax-product_cat .woocommerce-pagination .current,
.tax-product_cat .woocommerce-pagination a:hover {
    background: #101020;
    color: #ffffff;
}

.post-type-archive-product #sidebar,
.tax-product_cat #sidebar {
    display: none !important;
}

.cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 40px 0;
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
}

.cta__content {
    max-width: 720px;
}

.cta__button {
    flex: 0 0 auto;
    margin-top: 0;
}

.product-features {
    display: grid;
    gap: 10px;
    margin: 0;
}

.product-features__row {
    display: grid;
    grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1fr);
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--color-line);
}

.product-features dt,
.product-features dd {
    margin: 0;
}

.product-features dt {
    color: var(--color-muted);
}

.product-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.product-gallery__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    object-fit: cover;
}

.product-page {
    --product-dark: #1a1a2e;
    --product-muted: #555555;
    --product-red: #c8102e;
    background: #ffffff;
    color: var(--product-dark);
}

.product-page__header {
    padding: 140px clamp(32px, 4.167vw, 80px) 0;
}

.product-page__container {
    width: 100%;
    max-width: 1760px;
    margin-inline: auto;
}

.product-page__intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 840px) minmax(420px, 840px);
    gap: 80px;
    align-items: start;
}

.product-page__gallery {
    display: grid;
    grid-template-columns: 80px minmax(0, 744px);
    gap: 16px;
    min-width: 0;
}

.product-page__thumbs {
    display: grid;
    gap: 16px;
    max-height: 640px;
    overflow: auto;
    scrollbar-width: none;
}

.product-page__thumbs::-webkit-scrollbar {
    display: none;
}

.product-page__thumb {
    display: block;
    width: 80px;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 0;
    background: #ffffff;
    cursor: pointer;
    opacity: 0.74;
    transition: border-color 160ms ease, opacity 160ms ease;
}

.product-page__thumb.is-active,
.product-page__thumb:hover,
.product-page__thumb:focus-visible {
    border-color: var(--product-red);
    opacity: 1;
}

.product-page__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-page__main-media {
    display: flex;
    width: 100%;
    min-height: 640px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #ffffff;
}

.product-page__main-image {
    width: 100%;
    height: 100%;
    max-height: 753px;
    object-fit: contain;
}

.product-page__summary {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 80px;
    align-self: stretch;
}

.product-page__breadcrumbs {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    color: var(--product-muted);
    font-size: 18px;
    line-height: 1.2;
}

.product-page__breadcrumbs a {
    flex: 0 0 auto;
    text-decoration: none;
}

.product-page__breadcrumbs a:hover,
.product-page__breadcrumbs a:focus-visible {
    color: var(--product-red);
}

.product-page__breadcrumbs span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-page__summary-content,
.product-page__details {
    display: grid;
    gap: 40px;
}

.product-page__title {
    margin: 0;
    font-family: Raleway, Roboto, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.product-page__description,
.product-page__description p {
    margin: 0;
    color: var(--product-muted);
    font-size: 18px;
    line-height: 1.2;
}

.product-page__price-note {
    margin: 0;
    color: var(--product-muted);
    font-size: 14px;
    line-height: 1.2;
}

.product-page__actions {
    display: grid;
    gap: 20px;
    width: 100%;
}

.product-page__button {
    display: inline-flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 10px 26px;
    border-radius: 47px;
    font-size: 24px;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.product-page__button--primary {
    border: 2px solid var(--product-red);
    background: var(--product-red);
    color: #ffffff;
}

.product-page__button--primary:hover,
.product-page__button--primary:focus-visible {
    border-color: #a90d27;
    background: #a90d27;
}

.product-page__button--secondary {
    border: 2px solid var(--product-dark);
    background: transparent;
    color: var(--product-dark);
}

.product-page__button--secondary:hover,
.product-page__button--secondary:focus-visible {
    border-color: var(--product-red);
    color: var(--product-red);
}

.product-page__button svg {
    flex: 0 0 auto;
}

.product-page__info {
    padding: 100px clamp(32px, 4.167vw, 80px) 0;
    scroll-margin-top: 112px;
}

.product-info {
    display: grid;
    gap: 80px;
    align-items: start;
}

.product-info__title {
    width: min(100%, 768px);
    margin: 0;
    font-family: Raleway, Roboto, sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-info__accordion {
    width: min(100%, 1400px);
}

.product-info__item {
    border-bottom: 1px solid rgba(85, 85, 85, 0.4);
}

.product-info__trigger {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 0;
    border: 0;
    background: transparent;
    color: var(--product-dark);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    cursor: pointer;
}

.product-info__trigger svg {
    flex: 0 0 auto;
    transition: transform 160ms ease;
}

.product-info__trigger[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.product-info__panel {
    padding: 0 0 24px;
}

.product-info__content {
    max-width: 920px;
    color: var(--product-muted);
    font-size: 18px;
    line-height: 1.45;
}

.product-info__content ul {
    padding-left: 20px;
}

.product-page__lookbook {
    padding: 40px clamp(32px, 4.167vw, 80px) 140px;
}

.product-lookbook {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}

.product-lookbook__item {
    display: flex;
    min-height: 0;
    aspect-ratio: 573 / 579;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    background: #f3f3f3;
}

.product-lookbook__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-recommendations {
    overflow: hidden;
    padding: 0 clamp(32px, 4.167vw, 80px) 140px;
    background: #f5f5f5;
    color: #1a1a2e;
    scroll-margin-top: 112px;
}

.product-recommendations__inner {
    width: 100%;
    max-width: 1760px;
    margin-inline: auto;
}

.product-recommendations__title {
    margin: 0 0 80px;
    font-family: Raleway, Roboto, sans-serif;
    font-size: clamp(56px, 4.167vw, 80px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-recommendations__title span {
    display: block;
}

.product-recommendations__title span:last-child {
    color: #c8102e;
}

.product-recommendations__body {
    display: grid;
    gap: 20px;
    min-width: 0;
}

.product-recommendations__slider {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 10px 0;
}

.product-recommendations__slide {
    width: min(425px, calc(100vw - 36px));
    height: auto;
}

.product-recommendations__card {
    display: grid;
    gap: 14px;
    padding-bottom: 12px;
    color: inherit;
    text-decoration: none;
}

.product-recommendations__media {
    display: block;
    aspect-ratio: 425 / 292;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
}

.product-recommendations__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.product-recommendations__content {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 0 16px;
}

.product-recommendations__name {
    flex: 1 1 auto;
    min-width: 0;
    color: #555555;
    font-family: Raleway, Roboto, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-recommendations__link-icon {
    display: grid;
    width: 75px;
    height: 55px;
    flex: 0 0 75px;
    place-items: center;
    border: 2px solid #555555;
    border-radius: 47px;
    color: #555555;
    transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

.product-recommendations__card:hover .product-recommendations__image,
.product-recommendations__card:focus-visible .product-recommendations__image {
    transform: scale(1.035);
}

.product-recommendations__card:hover .product-recommendations__link-icon,
.product-recommendations__card:focus-visible .product-recommendations__link-icon {
    border-color: #c8102e;
    background: #c8102e;
    color: #ffffff;
}

.product-recommendations__controls {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.product-recommendations__arrow {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    padding: 0;
    border: 1px solid #1a1a2e;
    border-radius: 50px;
    background: #f5f5f5;
    color: #1a1a2e;
    cursor: pointer;
    transition: opacity 160ms ease, background-color 160ms ease, color 160ms ease;
}

.product-recommendations__arrow:hover,
.product-recommendations__arrow:focus-visible {
    background: #1a1a2e;
    color: #ffffff;
}

.product-recommendations__arrow.swiper-button-disabled {
    cursor: default;
    opacity: 0.38;
}

.thanks-page {
    min-height: 720px;
    padding: 190px clamp(18px, 4.167vw, 80px) 120px;
    background:
        linear-gradient(90deg, rgba(26, 26, 46, 0.05) 0, rgba(26, 26, 46, 0) 42%),
        #ffffff;
    color: #1a1a2e;
}

.thanks-page__inner {
    display: grid;
    width: min(100%, 1040px);
    margin-inline: auto;
    gap: 42px;
    justify-items: center;
    text-align: center;
}

.thanks-page__mark {
    display: inline-flex;
    width: 92px;
    height: 92px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #c8102e;
    color: #ffffff;
}

.thanks-page__content {
    display: grid;
    gap: 20px;
}

.thanks-page__eyebrow {
    margin: 0;
    color: #c8102e;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.thanks-page h1 {
    margin: 0;
    font-family: Raleway, Roboto, sans-serif;
    font-size: clamp(54px, 7vw, 104px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
}

.thanks-page__content p:not(.thanks-page__eyebrow) {
    width: min(100%, 680px);
    margin: 0 auto;
    color: #555555;
    font-size: 22px;
    line-height: 1.35;
}

.thanks-page__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.thanks-page__button {
    display: inline-flex;
    min-width: 220px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border: 2px solid #1a1a2e;
    border-radius: 47px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.thanks-page__button--primary {
    border-color: #c8102e;
    background: #c8102e;
    color: #ffffff;
}

.thanks-page__button--primary:hover,
.thanks-page__button--primary:focus-visible {
    border-color: #a90d27;
    background: #a90d27;
}

.thanks-page__button--secondary {
    background: transparent;
    color: #1a1a2e;
}

.thanks-page__button--secondary:hover,
.thanks-page__button--secondary:focus-visible {
    border-color: #c8102e;
    color: #c8102e;
}

.error-page {
    min-height: 720px;
    padding: 180px clamp(18px, 4.167vw, 80px) 120px;
    background:
        linear-gradient(90deg, rgba(26, 26, 46, 0.05) 0, rgba(26, 26, 46, 0) 44%),
        #ffffff;
    color: #1a1a2e;
}

.error-page__inner {
    display: grid;
    width: min(100%, 1280px);
    margin-inline: auto;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
    gap: clamp(44px, 6vw, 110px);
    align-items: center;
}

.error-page__code {
    position: relative;
    color: #c8102e;
    font-family: Raleway, Roboto, sans-serif;
    font-size: clamp(140px, 18vw, 260px);
    font-weight: 700;
    line-height: 0.82;
    letter-spacing: 0;
}

.error-page__code::after {
    content: "";
    position: absolute;
    right: 4%;
    bottom: -20px;
    width: min(52%, 220px);
    height: 12px;
    background: #1a1a2e;
}

.error-page__content {
    display: grid;
    gap: 28px;
}

.error-page__eyebrow {
    margin: 0;
    color: #c8102e;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.error-page h1 {
    margin: 0;
    font-family: Raleway, Roboto, sans-serif;
    font-size: clamp(46px, 5vw, 80px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
}

.error-page__content p:not(.error-page__eyebrow) {
    max-width: 620px;
    margin: 0;
    color: #555555;
    font-size: 22px;
    line-height: 1.35;
}

.error-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.error-page__button {
    display: inline-flex;
    min-width: 220px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border: 2px solid #1a1a2e;
    border-radius: 47px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.error-page__button--primary {
    border-color: #c8102e;
    background: #c8102e;
    color: #ffffff;
}

.error-page__button--primary:hover,
.error-page__button--primary:focus-visible {
    border-color: #a90d27;
    background: #a90d27;
}

.error-page__button--secondary {
    background: transparent;
    color: #1a1a2e;
}

.error-page__button--secondary:hover,
.error-page__button--secondary:focus-visible {
    border-color: #c8102e;
    color: #c8102e;
}

.is-modal-open {
    overflow: hidden;
}

.contact-modal[hidden] {
    display: none;
}

.contact-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.contact-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.contact-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 12, 24, 0.66);
    backdrop-filter: blur(12px);
}

.contact-modal__panel {
    position: relative;
    z-index: 1;
    width: min(806px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 48px 52px 46px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 28px 90px rgba(10, 10, 20, 0.32);
    transform: translateY(18px) scale(0.965);
    transition: transform 220ms ease;
}

.contact-modal.is-open .contact-modal__panel {
    transform: translateY(0) scale(1);
}

.contact-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(26, 26, 46, 0.18);
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease;
}

.contact-modal__close:hover {
    border-color: #1a1a2e;
    background: #1a1a2e;
}

.contact-modal__close::before,
.contact-modal__close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 2px;
    background: #1a1a2e;
    content: "";
    transition: background-color 160ms ease;
}

.contact-modal__close:hover::before,
.contact-modal__close:hover::after {
    background: #ffffff;
}

.contact-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.contact-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.contact-modal__head {
    max-width: 560px;
    margin-bottom: 30px;
}

.contact-modal__head h2 {
    margin: 0;
    color: #1a1a2e;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.08;
    text-transform: uppercase;
}

.contact-modal__head p {
    margin: 10px 0 0;
    color: #555555;
    font-size: 16px;
    line-height: 1.5;
}

.wpcf7 form .cisa-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    width: 100%;
}

.contact-modal .wpcf7,
.contact-modal .wpcf7-form {
    width: 100%;
}

.contact-modal .screen-reader-response,
.contact-modal .hidden-fields-container {
    display: none;
}

.cisa-form > p {
    display: contents;
    margin: 0;
}

.cisa-form br {
    display: none;
}

.cisa-form__submit > p,
.cisa-form__consent > p {
    margin: 0;
}

.cisa-form__field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    width: 100%;
    color: #1a1a2e;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.cisa-form__label {
    display: block;
}

.cisa-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.cisa-form__control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px;
    border: 1px solid #555555;
    border-radius: 0;
    background: #ffffff;
    color: #1a1a2e;
    font-size: 16px;
    line-height: 1.5;
    outline: 0;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.cisa-form__control:focus {
    border-color: #1a1a2e;
    box-shadow: inset 0 0 0 1px #1a1a2e;
}

.cisa-form__control.wpcf7-not-valid {
    border-color: #b00020;
    box-shadow: inset 0 0 0 1px #b00020;
}

.cisa-form__textarea {
    height: 180px;
    resize: vertical;
}

.cisa-form__control::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.cisa-form__consent {
    width: 100%;
    padding-bottom: 8px;
    color: #555555;
    font-size: 14px;
    line-height: 1.5;
}

.cisa-form__consent .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.cisa-form__consent label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cisa-form__consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin: 0;
    border: 1px solid #555555;
    border-radius: 0;
    appearance: none;
    background: #ffffff;
    cursor: pointer;
    transition: background-color 160ms ease, box-shadow 160ms ease;
}

.cisa-form__consent input[type="checkbox"]:checked {
    background: #1a1a2e;
    box-shadow: inset 0 0 0 4px #ffffff;
}

.cisa-form__consent .wpcf7-list-item-label {
    white-space: normal;
}

.cisa-form__submit {
    display: flex;
    justify-content: center;
    width: 100%;
}

.cisa-form__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(405px, 100%);
    min-height: 54px;
    padding: 13px 32px;
    border: 2px solid #555555;
    border-radius: 45px;
    background: transparent;
    color: #555555;
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.cisa-form__button:hover {
    background: #555555;
    color: #ffffff;
}

.wpcf7 form .wpcf7-response-output {
    margin: 18px 0 0;
    padding: 12px 16px;
    border: 1px solid #555555;
    border-radius: 6px;
    color: #1a1a2e;
    font-size: 14px;
}

.wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #b00020;
    font-size: 13px;
}

.wpcf7-spinner {
    margin: 12px 0 0 12px;
}

@media (max-width: 1365px) {
    .site-header {
        padding: 10px 0;
    }

    .site-header__inner {
        min-height: 64px;
        padding-inline: clamp(28px, 3.4vw, 46px);
    }

    .site-header__logo {
        width: clamp(166px, 14vw, 184px);
    }

    .site-header__nav {
        margin-left: clamp(32px, 3.8vw, 56px);
    }

    .site-menu {
        flex-wrap: nowrap;
        gap: clamp(22px, 2.6vw, 34px);
    }

    .site-menu a {
        font-size: 16px;
    }

    .site-header__actions {
        gap: 0;
        margin-left: auto;
    }

    .site-header__language,
    .site-header__language-current {
        width: 68px;
        height: 31.67px;
    }

    .site-header__contact {
        gap: 20px;
        width: 156px;
        margin-left: 12px;
        padding: 9px 20px;
        font-size: 16px;
    }

    .site-header__divider {
        height: 24px;
    }

    .site-footer__inner {
        gap: 50px;
        padding: 96px clamp(32px, 5vw, 64px) 64px;
    }

    .site-footer__container {
        gap: 64px;
    }

    .site-footer__content {
        align-items: flex-start;
        flex-direction: column;
        gap: 56px;
    }

    .site-footer__main {
        gap: 48px;
        max-width: none;
        width: 100%;
    }

    .site-footer__headline {
        max-width: 930px;
        font-size: clamp(42px, 4.2vw, 56px);
    }

    .site-footer__columns {
        display: grid;
        grid-template-columns: minmax(0, 400px) auto;
        gap: 56px;
        width: min(100%, 700px);
    }

    .site-footer__contacts {
        max-width: none;
    }

    .site-footer__map {
        flex-basis: auto;
        width: min(100%, 587px);
    }

    .site-footer__map img {
        height: auto;
        aspect-ratio: 587 / 441;
    }

    .hero-slider,
    .hero-slider__inner {
        min-height: 760px;
    }

    body.home .hero-slider,
    body.home .hero-slider__inner {
        min-height: max(760px, 100svh);
    }

    .hero-slider__inner {
        gap: 64px;
        padding: 0 clamp(32px, 5vw, 64px) 56px;
    }

    .hero-slider__tabs {
        right: clamp(32px, 5vw, 64px);
    }

    .hero-slider__content {
        gap: 44px;
    }

    .hero-slider__heading-wrap {
        max-width: 720px;
    }

    .hero-slider__title {
        font-size: clamp(44px, 4.2vw, 56px);
    }

    .hero-slider__actions {
        max-width: 470px;
    }

    .hero-slider__text {
        font-size: 18px;
    }

    .hero-slider__button {
        min-height: 56px;
        padding-inline: 54px;
        font-size: 20px;
    }

    .feature-cards {
        padding: 80px clamp(32px, 5vw, 64px);
    }

    .feature-card__content {
        padding: 0 48px 48px;
    }

    .feature-card__title {
        font-size: 42px;
    }

    .feature-card--top {
        height: 430px;
    }

    .feature-card--half {
        height: 520px;
    }

    .feature-card--bottom {
        height: 560px;
    }

    .categories-grid {
        padding: 0 clamp(32px, 5vw, 64px) 96px;
    }

    .categories-grid__head {
        margin-bottom: 56px;
    }

    .categories-grid__title {
        font-size: clamp(52px, 5.8vw, 72px);
    }

    .category-card {
        height: 440px;
        padding: 0 34px 40px;
    }

    .category-card__title {
        font-size: 30px;
    }

    .recommended-products {
        gap: 52px;
        padding: 88px clamp(32px, 5vw, 64px);
    }

    .recommended-products__title {
        font-size: clamp(52px, 5.8vw, 72px);
    }

    .recommended-product-card:nth-child(even) {
        margin-top: 150px;
    }

    .recommended-product-card {
        height: 680px;
        border-radius: 24px;
    }

    .recommended-product-card__media {
        bottom: 132px;
        border-radius: 24px 24px 0 0;
    }

    .recommended-product-card__content {
        min-height: 132px;
        padding: 20px 24px 26px;
    }

    .recommended-product-card__title {
        font-size: 22px;
    }

    .recommended-product-card__description {
        font-size: 16px;
    }

    .application-areas {
        gap: 52px;
        padding: 88px clamp(32px, 5vw, 64px);
    }

    .application-areas__intro {
        gap: 44px;
    }

    .application-areas__title {
        font-size: clamp(42px, 4.6vw, 56px);
    }

    .application-areas__description {
        padding-right: 0;
    }

    .application-area-card {
        height: 440px;
        border-radius: 20px;
        padding: 0 34px 40px;
    }

    .application-area-card__title {
        font-size: 40px;
    }

    .contact-form-section {
        min-height: 1240px;
        padding: 64px 0 112px;
    }

    .contact-form-section__title {
        width: min(100% - 180px, 1180px);
        font-size: clamp(52px, 5.8vw, 72px);
    }

    .contact-form-section__decor-item--left_top {
        width: 210px;
    }

    .contact-form-section__decor-item--left_middle {
        left: 7vw;
        width: 190px;
    }

    .contact-form-section__decor-item--left_bottom {
        width: 210px;
    }

    .contact-form-section__decor-item--right_top {
        width: 210px;
    }

    .contact-form-section__decor-item--right_middle {
        right: 6vw;
        width: 210px;
    }

    .contact-form-section__decor-item--right_bottom {
        width: 220px;
    }
}

@media (max-width: 1024px) {
    .site-header__inner {
        min-height: 58px;
        padding-inline: clamp(18px, 4vw, 48px);
    }

    .site-header__logo {
        width: 170px;
    }

    .site-header__toggle {
        position: relative;
        z-index: 1002;
        display: grid;
        width: 46px;
        height: 40px;
        margin-left: auto;
        padding: 0;
        border: 1px solid rgba(26, 26, 46, 0.35);
        border-radius: 999px;
        background: rgba(26, 26, 46, 0.04);
        cursor: pointer;
        place-items: center;
    }

    .site-header__toggle span {
        position: absolute;
        width: 20px;
        height: 2px;
        background: #1a1a2e;
        transition: transform 180ms ease;
    }

    .site-header__toggle span:first-child {
        transform: translateY(-4px);
    }

    .site-header__toggle span:last-child {
        transform: translateY(4px);
    }

    .site-header__toggle[aria-expanded="true"] span:first-child {
        transform: rotate(45deg);
    }

    .site-header__toggle[aria-expanded="true"] span:last-child {
        transform: rotate(-45deg);
    }

    .site-header__nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 1001;
        display: grid;
        margin-left: 0;
        min-height: calc(100dvh - 78px);
        align-content: start;
        padding: 42px clamp(18px, 4vw, 48px) 32px;
        background: rgba(26, 26, 46, 0.96);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-12px);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .site-header__nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-header__menu {
        display: grid;
        gap: 22px;
        justify-content: flex-start;
    }

    .site-header__menu a {
        color: #ffffff;
        font-size: 26px;
    }

    .site-header__menu a::after {
        background: #ffffff;
    }

    .site-header__actions {
        z-index: 1002;
        gap: 0;
        margin-left: 16px;
    }

    .site-header__divider,
    .site-header__contact {
        display: none;
    }

    .hero-slider,
    .hero-slider__inner {
        min-height: 700px;
    }

    body.home .hero-slider,
    body.home .hero-slider__inner {
        min-height: max(700px, 100svh);
    }

    .hero-slider__inner {
        gap: 48px;
        padding: 0 clamp(24px, 5vw, 48px) 48px;
    }

    .hero-slider__tabs {
        right: clamp(24px, 5vw, 48px);
        width: 78px;
        gap: 12px;
    }

    .hero-slider__tab {
        height: 48px;
    }

    .hero-slider__content {
        flex-direction: column;
        gap: 22px;
    }

    .hero-slider__heading-wrap {
        max-width: 820px;
        padding-bottom: 0;
    }

    .hero-slider__actions {
        max-width: 540px;
    }

    .feature-cards__grid {
        grid-template-columns: 1fr;
    }

    .feature-card--half {
        grid-column: 1 / -1;
    }

    .categories-grid__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .recommended-product-card:nth-child(even) {
        margin-top: 110px;
    }

    .recommended-product-card {
        height: 600px;
    }

    .recommended-product-card__content {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .recommended-product-card__button {
        align-self: flex-end;
    }

    .application-areas__intro {
        flex-direction: column;
        gap: 24px;
    }

    .application-areas__description {
        flex-basis: auto;
        max-width: 680px;
    }

    .application-areas__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-form-section {
        min-height: auto;
        padding: 64px 24px 82px;
    }

    .contact-form-section__decor {
        top: 0;
    }

    .contact-form-section__decor-item {
        display: none;
    }

    .contact-form-section__decor-item--left_top,
    .contact-form-section__decor-item--right_bottom {
        display: block;
        opacity: 0.14;
    }

    .contact-form-section__decor-item--left_top {
        top: 108px;
        left: -78px;
        width: 220px;
    }

    .contact-form-section__decor-item--right_bottom {
        top: auto;
        right: -70px;
        bottom: 44px;
        width: 220px;
    }

    .contact-form-section__eyebrow {
        font-size: 22px;
    }

    .contact-form-section__title {
        width: min(100%, 760px);
        font-size: 46px;
    }

    .contact-form-section__form-wrap {
        padding-top: 28px;
    }
}

@media (max-width: 900px) {
    :root {
        --gutter: 18px;
    }

    .section {
        padding: 56px 0;
    }

    .site-footer__inner {
        flex-direction: column;
        gap: 40px;
        padding: 72px 18px 40px;
    }

    .site-footer__logo {
        width: 172px;
        height: auto;
    }

    .site-footer__container {
        gap: 48px;
    }

    .site-footer__content {
        align-items: flex-start;
        flex-direction: column;
        gap: 42px;
    }

    .site-footer__main {
        gap: 38px;
        max-width: none;
        width: 100%;
    }

    .site-footer__headline {
        font-size: 36px;
    }

    .site-footer__columns {
        display: grid;
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .site-footer__contacts {
        max-width: none;
    }

    .site-footer__map {
        flex-basis: auto;
        width: 100%;
    }

    .site-footer__map img {
        height: auto;
        aspect-ratio: 587 / 441;
    }

    .site-footer__credits {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .site-footer__credits p,
    .site-footer__privacy {
        white-space: normal;
    }

    .site-footer__credits p {
        overflow: visible;
        text-overflow: initial;
    }

    .hero-slider,
    .hero-slider__inner {
        min-height: 680px;
    }

    body.home .hero-slider,
    body.home .hero-slider__inner {
        min-height: max(680px, 100svh);
    }

    .hero-slider__inner {
        gap: 40px;
        padding: 0 18px 40px;
    }

    .hero-slider__tabs {
        right: 18px;
        width: 58px;
        gap: 10px;
    }

    .hero-slider__tab {
        height: 42px;
        border-right-width: 3px;
    }

    .hero-slider__title {
        font-size: clamp(32px, 9.4vw, 42px);
        line-height: 1.12;
    }

    .hero-slider__text {
        width: 100%;
        font-size: 16px;
    }

    .hero-slider__button {
        width: 100%;
        min-height: 52px;
        padding: 12px 20px;
        font-size: 16px;
        white-space: normal;
    }

    .feature-cards {
        padding: 56px 18px;
    }

    .feature-cards__grid {
        gap: 14px;
    }

    .feature-card {
        border-radius: 12px;
    }

    .feature-card--top,
    .feature-card--half,
    .feature-card--bottom {
        height: 390px;
    }

    .feature-card__image,
    .feature-card__overlay {
        border-radius: 12px;
    }

    .feature-card__content {
        padding: 0 22px 24px;
    }

    .feature-card__copy {
        gap: 14px;
    }

    .categories-grid {
        padding: 0 18px 64px;
    }

    .categories-grid__head {
        gap: 12px;
        margin-bottom: 32px;
    }

    .categories-grid__eyebrow {
        font-size: 16px;
    }

    .categories-grid__title {
        font-size: 34px;
        line-height: 1.15;
    }

    .categories-grid__items {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .category-card {
        height: 344px;
        border-radius: 12px;
        padding: 0 20px 28px;
    }

    .category-card__title {
        font-size: 24px;
    }

    .recommended-products {
        gap: 32px;
        padding: 64px 18px;
    }

    .recommended-products__title {
        font-size: 34px;
        line-height: 1.15;
    }

    .recommended-products__track {
        gap: 14px;
    }

    .recommended-product-card:nth-child(even) {
        margin-top: 0;
    }

    .recommended-product-card {
        flex-basis: 100%;
        height: 520px;
        border-radius: 14px;
    }

    .recommended-product-card__media {
        bottom: 158px;
        border-radius: 14px 14px 0 0;
    }

    .recommended-product-card__content {
        min-height: 158px;
        padding: 18px 20px 20px;
    }

    .recommended-product-card__text {
        gap: 8px;
    }

    .recommended-product-card__title {
        font-size: 20px;
    }

    .recommended-product-card__description {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }

    .recommended-product-card__button {
        width: 64px;
        height: 46px;
    }

    .recommended-product-card__button svg {
        width: 26px;
        height: 26px;
    }

    .recommended-products__controls {
        gap: 14px;
    }

    .recommended-products__arrow {
        width: 42px;
        height: 42px;
        padding: 9px;
    }

    .application-areas {
        gap: 32px;
        padding: 64px 18px;
    }

    .application-areas__intro {
        gap: 18px;
    }

    .application-areas__title {
        font-size: 34px;
        line-height: 1.15;
    }

    .application-areas__description {
        max-width: none;
        font-size: 16px;
    }

    .application-areas__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .application-area-card {
        height: 344px;
        border-radius: 14px;
        padding: 0 20px 28px;
    }

    .application-area-card__title {
        font-size: 28px;
    }

    .contact-form-section {
        gap: 16px;
        padding: 52px 18px 64px;
    }

    .contact-form-section__decor-item--left_top {
        top: 92px;
        left: -94px;
        width: 190px;
    }

    .contact-form-section__decor-item--right_bottom {
        right: -86px;
        bottom: 26px;
        width: 190px;
    }

    .contact-form-section__eyebrow {
        font-size: 18px;
    }

    .contact-form-section__title {
        width: 100%;
        font-size: 32px;
        line-height: 1.16;
    }

    .contact-form-section__text {
        width: 100%;
        font-size: 16px;
    }

    .contact-form-section__arrow {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
    }

    .contact-form-section__arrow svg {
        width: 28px;
        height: 28px;
    }

    .contact-form-section__form {
        width: 100%;
    }

    .contact-form-section .wpcf7 form .cisa-form {
        gap: 18px;
    }

    .contact-form-section .cisa-form__field {
        font-size: 16px;
    }

    .contact-form-section .cisa-form__textarea {
        height: 150px;
    }

    .contact-form-section .cisa-form__consent {
        font-size: 12.5px;
    }

    .contact-form-section .cisa-form__button {
        min-height: 50px;
        padding-inline: 22px;
        font-size: 16px;
        white-space: normal;
    }

    .feature-card__title {
        font-size: 30px;
    }

    .feature-card__text {
        font-size: 14px;
    }

    .site-header {
        padding: 7px 0;
    }

    .site-header__inner {
        min-height: 50px;
        padding-inline: 16px;
    }

    .site-header__logo {
        width: 132px;
    }

    .site-header__toggle {
        position: relative;
        z-index: 1002;
        display: grid;
        width: 42px;
        height: 38px;
        margin-left: auto;
        padding: 0;
        border: 1px solid rgba(26, 26, 46, 0.35);
        border-radius: 999px;
        background: rgba(26, 26, 46, 0.04);
        cursor: pointer;
        place-items: center;
    }

    .site-header__toggle span {
        position: absolute;
        width: 18px;
        height: 2px;
        background: #1a1a2e;
        transition: transform 180ms ease;
    }

    .site-header__toggle span:first-child {
        transform: translateY(-4px);
    }

    .site-header__toggle span:last-child {
        transform: translateY(4px);
    }

    .site-header__toggle[aria-expanded="true"] span:first-child {
        transform: rotate(45deg);
    }

    .site-header__toggle[aria-expanded="true"] span:last-child {
        transform: rotate(-45deg);
    }

    .site-header__nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 1001;
        display: grid;
        margin-left: 0;
        min-height: calc(100dvh - 64px);
        align-content: start;
        padding: 42px 48px 32px;
        background: rgba(26, 26, 46, 0.96);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-12px);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .site-header__nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-header__menu {
        display: grid;
        gap: 22px;
        justify-content: flex-start;
    }

    .site-header__menu a {
        color: #ffffff;
        font-size: 26px;
    }

    .site-header__menu a::after {
        background: #ffffff;
    }

    .site-header__actions {
        z-index: 1002;
        gap: 0;
    }

    .site-header__language,
    .site-header__language-current {
        width: 50px;
        height: 23px;
    }

    .site-header__divider,
    .site-header__contact {
        display: none;
    }

    .hero {
        padding-top: 64px;
    }

    .hero__grid,
    .text-image__grid,
    .product-single__grid,
    .cta__inner {
        grid-template-columns: 1fr;
    }

    .text-image--left .text-image__content,
    .text-image--left .text-image__media {
        order: initial;
    }

    .products-grid--2,
    .products-grid--3,
    .products-grid--4,
    .product-gallery__grid {
        grid-template-columns: 1fr;
    }

    .cta__inner {
        display: grid;
        align-items: start;
    }

    .cta__button {
        justify-self: start;
    }

    .contact-modal {
        align-items: start;
        padding: 72px 16px 24px;
    }

    .contact-modal__panel {
        width: min(100%, 806px);
        max-height: calc(100vh - 96px);
        padding: 34px 22px 28px;
    }

    .contact-modal__close {
        top: 14px;
        right: 16px;
    }

    .contact-modal__head {
        margin-bottom: 22px;
    }

    .contact-modal__head h2 {
        font-size: 28px;
    }

    .contact-modal__head p {
        font-size: 14px;
    }

    .wpcf7 form .cisa-form {
        gap: 18px;
    }

    .cisa-form__field {
        font-size: 16px;
    }

    .cisa-form__consent .wpcf7-list-item-label {
        white-space: normal;
    }

    .cisa-form__button {
        min-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 1365px) {
    .product-page__header {
        padding-top: 96px;
    }

    .product-page__intro-grid {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 560px);
        gap: 48px;
    }

    .product-page__gallery {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 14px;
    }

    .product-page__thumb {
        width: 72px;
    }

    .product-page__main-media {
        min-height: 520px;
    }

    .product-page__summary {
        gap: 48px;
    }

    .product-page__title {
        font-size: 34px;
    }

    .product-page__button {
        font-size: 20px;
    }

    .product-page__info {
        padding-top: 82px;
    }

    .product-info {
        gap: 56px;
    }

    .product-info__title {
        font-size: 46px;
    }

    .product-info__trigger {
        font-size: 26px;
    }

    .product-page__lookbook {
        padding-bottom: 100px;
    }

    .product-recommendations {
        padding-bottom: 110px;
    }

    .product-recommendations__title {
        margin-bottom: 58px;
        font-size: 64px;
    }

    .thanks-page {
        min-height: 620px;
        padding-top: 150px;
        padding-bottom: 96px;
    }

    .error-page {
        min-height: 620px;
        padding-top: 150px;
        padding-bottom: 96px;
    }

    .error-page__inner {
        grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1fr);
        gap: 60px;
    }
}

@media (max-width: 1024px) {
    .product-page__header {
        padding: 56px 24px 0;
    }

    .product-page__intro-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .product-page__gallery {
        grid-template-columns: 74px minmax(0, 1fr);
    }

    .product-page__thumb {
        width: 74px;
    }

    .product-page__main-media {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .product-page__summary {
        gap: 32px;
    }

    .product-page__summary-content,
    .product-page__details {
        gap: 30px;
    }

    .product-page__info {
        padding: 70px 24px 0;
    }

    .product-info {
        gap: 44px;
    }

    .product-info__title {
        font-size: 40px;
    }

    .product-info__trigger {
        font-size: 24px;
    }

    .product-page__lookbook {
        padding: 32px 24px 84px;
    }

    .product-lookbook {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-recommendations {
        padding: 72px 24px 84px;
    }

    .product-recommendations__title {
        margin-bottom: 42px;
        font-size: 48px;
    }

    .product-recommendations__slider {
        overflow: hidden;
    }

    .thanks-page {
        min-height: 560px;
        padding-top: 128px;
        padding-bottom: 76px;
    }

    .thanks-page__inner {
        gap: 32px;
    }

    .thanks-page__mark {
        width: 78px;
        height: 78px;
    }

    .thanks-page__content p:not(.thanks-page__eyebrow) {
        font-size: 20px;
    }

    .error-page {
        min-height: 560px;
        padding-top: 126px;
        padding-bottom: 76px;
    }

    .error-page__inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .error-page__code {
        width: fit-content;
    }

    .error-page__content {
        gap: 24px;
    }

    .error-page__content p:not(.error-page__eyebrow) {
        font-size: 20px;
    }
}

@media (max-width: 900px) {
    .product-page__header {
        padding: 34px 18px 0;
    }

    .product-page__intro-grid {
        gap: 28px;
    }

    .product-page__gallery {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .product-page__thumbs {
        order: 2;
        display: flex;
        max-height: none;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .product-page__thumb {
        width: auto;
        flex: 0 0 68px;
    }

    .product-page__main-media {
        order: 1;
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .product-page__summary {
        gap: 22px;
    }

    .product-page__breadcrumbs {
        align-items: flex-start;
        font-size: 14px;
    }

    .product-page__breadcrumbs span:last-child {
        white-space: normal;
    }

    .product-page__summary-content,
    .product-page__details {
        gap: 24px;
    }

    .product-page__title {
        font-size: 28px;
    }

    .product-page__description,
    .product-page__description p {
        font-size: 16px;
        line-height: 1.35;
    }

    .product-page__price-note {
        font-size: 13px;
        line-height: 1.35;
    }

    .product-page__actions {
        gap: 12px;
    }

    .product-page__button {
        min-height: 50px;
        gap: 12px;
        padding: 10px 18px;
        font-size: 16px;
        white-space: normal;
    }

    .product-page__info {
        padding: 56px 18px 0;
        scroll-margin-top: 82px;
    }

    .product-info {
        gap: 30px;
    }

    .product-info__title {
        font-size: 30px;
        line-height: 1.16;
    }

    .product-info__trigger {
        gap: 16px;
        padding: 18px 0;
        font-size: 20px;
        line-height: 1.35;
    }

    .product-info__trigger svg {
        width: 24px;
        height: 24px;
    }

    .product-info__content {
        font-size: 16px;
    }

    .product-page__lookbook {
        padding: 28px 18px 64px;
    }

    .product-lookbook {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .product-recommendations {
        padding: 56px 18px 64px;
        scroll-margin-top: 82px;
    }

    .product-recommendations__title {
        margin-bottom: 32px;
        font-size: 34px;
        line-height: 1.15;
    }

    .product-recommendations__body {
        gap: 18px;
    }

    .product-recommendations__slider {
        padding: 0;
        overflow: visible;
    }

    .product-recommendations__media {
        border-radius: 14px;
    }

    .product-recommendations__content {
        padding: 0 10px;
    }

    .product-recommendations__name {
        font-size: 18px;
    }

    .product-recommendations__link-icon {
        width: 60px;
        height: 44px;
        flex-basis: 60px;
    }

    .product-recommendations__link-icon svg {
        width: 25px;
        height: 25px;
    }

    .product-recommendations__arrow {
        width: 44px;
        height: 44px;
    }

    .thanks-page {
        min-height: 520px;
        padding-top: 112px;
        padding-bottom: 56px;
    }

    .thanks-page__inner {
        gap: 26px;
    }

    .thanks-page__mark {
        width: 64px;
        height: 64px;
    }

    .thanks-page__mark svg {
        width: 32px;
        height: 32px;
    }

    .thanks-page__content {
        gap: 16px;
    }

    .thanks-page__eyebrow {
        font-size: 14px;
    }

    .thanks-page h1 {
        font-size: 54px;
    }

    .thanks-page__content p:not(.thanks-page__eyebrow) {
        font-size: 17px;
    }

    .thanks-page__actions {
        display: grid;
        width: 100%;
        gap: 12px;
    }

    .thanks-page__button {
        width: 100%;
        min-width: 0;
        min-height: 50px;
        font-size: 16px;
    }

    .error-page {
        min-height: 540px;
        padding-top: 108px;
        padding-bottom: 56px;
    }

    .error-page__inner {
        gap: 34px;
    }

    .error-page__code {
        font-size: clamp(112px, 34vw, 138px);
    }

    .error-page__code::after {
        right: 0;
        bottom: -14px;
        height: 8px;
    }

    .error-page__content {
        gap: 18px;
    }

    .error-page__eyebrow {
        font-size: 14px;
    }

    .error-page h1 {
        font-size: 38px;
    }

    .error-page__content p:not(.error-page__eyebrow) {
        font-size: 17px;
    }

    .error-page__actions {
        display: grid;
        width: 100%;
        gap: 12px;
    }

    .error-page__button {
        width: 100%;
        min-width: 0;
        min-height: 50px;
        font-size: 16px;
    }
}

@media (max-width: 1365px) {
    .post-type-archive-product.woocommerce-page #main,
    .tax-product_cat.woocommerce-page #main {
        width: min(100% - 64px, 1240px);
        padding-top: 46px;
        padding-bottom: 96px;
    }

    .post-type-archive-product .woocommerce-products-header,
    .tax-product_cat .woocommerce-products-header {
        min-height: 250px;
        padding: 54px 56px;
        border-radius: 24px;
    }

    .post-type-archive-product .woocommerce-products-header__title,
    .tax-product_cat .woocommerce-products-header__title {
        font-size: 62px;
    }

    .post-type-archive-product ul.products,
    .tax-product_cat ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }

    .post-type-archive-product ul.products li.product img,
    .tax-product_cat ul.products li.product img {
        height: 280px !important;
    }

    .catalog-container {
        width: min(100% - 64px, 1240px);
    }

    .catalog-hero {
        padding: 48px 0 64px;
    }

    .catalog-breadcrumbs {
        margin-bottom: 48px;
    }

    .catalog-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
        gap: 44px;
    }

    .catalog-hero__text {
        font-size: 18px;
    }

    .catalog-hero__meta-item {
        min-height: 142px;
        padding: 24px;
    }

    .catalog-hero__meta-value {
        font-size: 52px;
    }

    .catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .catalog-card__title {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .post-type-archive-product.woocommerce-page #main,
    .tax-product_cat.woocommerce-page #main {
        width: min(100% - 48px, 900px);
        padding-top: 34px;
    }

    .post-type-archive-product .woocommerce-products-header,
    .tax-product_cat .woocommerce-products-header {
        min-height: 220px;
        padding: 42px;
    }

    .post-type-archive-product .woocommerce-products-header::after,
    .tax-product_cat .woocommerce-products-header::after {
        right: 34px;
        top: 30px;
        font-size: 96px;
    }

    .post-type-archive-product .woocommerce-products-header__title,
    .tax-product_cat .woocommerce-products-header__title {
        font-size: 48px;
    }

    .post-type-archive-product .woocommerce-result-count,
    .tax-product_cat .woocommerce-result-count,
    .post-type-archive-product .woocommerce-ordering,
    .tax-product_cat .woocommerce-ordering {
        float: none;
    }

    .post-type-archive-product .woocommerce-ordering,
    .tax-product_cat .woocommerce-ordering {
        display: block;
        margin-bottom: 28px;
    }

    .post-type-archive-product .woocommerce-ordering select,
    .tax-product_cat .woocommerce-ordering select {
        width: 100%;
        min-width: 0;
    }

    .post-type-archive-product ul.products,
    .tax-product_cat ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-container {
        width: min(100% - 48px, 900px);
    }

    .catalog-hero__grid,
    .catalog-products__head {
        grid-template-columns: 1fr;
    }

    .catalog-hero__grid {
        display: grid;
        align-items: start;
    }

    .catalog-products__head {
        display: grid;
        align-items: start;
    }

    .catalog-hero__meta {
        max-width: 520px;
    }

    .catalog-products__ordering {
        width: 100%;
    }

    .catalog-products__ordering select {
        width: 100%;
        max-width: 360px;
    }

    .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 74px;
    }

    .post-type-archive-product.woocommerce-page #main,
    .tax-product_cat.woocommerce-page #main {
        width: min(100% - 36px, 520px);
        padding: 24px 0 70px;
    }

    .post-type-archive-product .woocommerce-breadcrumb,
    .tax-product_cat .woocommerce-breadcrumb {
        margin-bottom: 18px;
        font-size: 14px;
    }

    .post-type-archive-product .woocommerce-products-header,
    .tax-product_cat .woocommerce-products-header {
        min-height: 188px;
        margin-bottom: 24px;
        padding: 30px 24px;
        border-radius: 18px;
    }

    .post-type-archive-product .woocommerce-products-header::before,
    .tax-product_cat .woocommerce-products-header::before {
        right: 24px;
        bottom: 28px;
        width: 116px;
        height: 8px;
    }

    .post-type-archive-product .woocommerce-products-header::after,
    .tax-product_cat .woocommerce-products-header::after {
        right: 20px;
        top: 26px;
        font-size: 62px;
    }

    .post-type-archive-product .woocommerce-products-header__title,
    .tax-product_cat .woocommerce-products-header__title {
        font-size: 36px;
        line-height: 1.05;
    }

    .post-type-archive-product .woocommerce-products-header__title::before,
    .tax-product_cat .woocommerce-products-header__title::before {
        margin-bottom: 12px;
        font-size: 13px;
    }

    .post-type-archive-product .woocommerce-result-count,
    .tax-product_cat .woocommerce-result-count {
        width: 100%;
        justify-content: center;
        margin-bottom: 12px;
        font-size: 14px;
    }

    .post-type-archive-product .woocommerce-ordering,
    .tax-product_cat .woocommerce-ordering {
        margin-bottom: 20px;
    }

    .post-type-archive-product ul.products,
    .tax-product_cat ul.products {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .post-type-archive-product ul.products li.product,
    .tax-product_cat ul.products li.product {
        border-radius: 18px;
    }

    .post-type-archive-product ul.products li.product img,
    .tax-product_cat ul.products li.product img {
        height: 250px !important;
        padding: 22px;
    }

    .post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
    .tax-product_cat ul.products li.product .woocommerce-loop-product__title {
        min-height: 100px;
        padding: 20px 72px 24px 22px !important;
        font-size: 20px !important;
    }

    .post-type-archive-product ul.products li.product .woocommerce-loop-product__link::after,
    .tax-product_cat ul.products li.product .woocommerce-loop-product__link::after {
        right: 20px;
        bottom: 22px;
        width: 44px;
        height: 44px;
    }

    .catalog-container {
        width: min(100% - 36px, 620px);
    }

    .catalog-hero {
        padding: 34px 0 46px;
    }

    .catalog-breadcrumbs {
        margin-bottom: 36px;
        font-size: 14px;
    }

    .catalog-hero__grid {
        gap: 30px;
    }

    .catalog-hero__eyebrow,
    .catalog-products__eyebrow {
        margin-bottom: 12px;
        font-size: 15px;
    }

    .catalog-hero__title {
        font-size: 42px;
        line-height: 1.08;
    }

    .catalog-hero__text {
        margin-top: 18px;
        font-size: 16px;
    }

    .catalog-hero__meta {
        grid-template-columns: 1fr 1fr;
        border-radius: 16px;
    }

    .catalog-hero__meta-item {
        min-height: 112px;
        padding: 18px;
    }

    .catalog-hero__meta-value {
        font-size: 38px;
    }

    .catalog-hero__meta-label {
        font-size: 13px;
    }

    .catalog-products {
        padding-bottom: 64px;
    }

    .catalog-products__head {
        gap: 22px;
        margin-bottom: 26px;
    }

    .catalog-products__title {
        font-size: 34px;
    }

    .catalog-filters {
        flex-wrap: nowrap;
        margin-right: -18px;
        margin-left: -18px;
        padding: 0 18px 6px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .catalog-filter {
        flex: 0 0 auto;
        min-height: 42px;
        padding: 10px 15px;
        font-size: 14px;
    }

    .catalog-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .catalog-card__link {
        border-radius: 16px;
    }

    .catalog-card__media {
        aspect-ratio: 4 / 3;
    }

    .catalog-card__content {
        padding: 20px;
    }

    .catalog-card__title {
        font-size: 20px;
    }

    .catalog-card__description {
        font-size: 15px;
    }

    .catalog-empty {
        padding: 28px;
        border-radius: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-modal,
    .contact-modal__panel,
    .contact-form-section__arrow,
    .recommended-products__arrow,
    .product-info__trigger svg,
    .product-page__button,
    .product-page__thumb,
    .product-recommendations__arrow,
    .product-recommendations__image,
    .product-recommendations__link-icon,
    .thanks-page__button,
    .error-page__button,
    .site-header__nav,
    .site-header__toggle span,
    .site-header__contact img {
        transition: none;
    }
}
