div.p-tommyhilfiger {
    --th-red: #da0003;
    --th-blue: #03286f;
    --th-black: #000000;
    font-family: 'Jost', 'Futura PT', 'Futura', sans-serif;
    color: var(--th-black);
}

.p-tommyhilfiger * { box-sizing: border-box; }

/* ============ Block 1 — Hero ============ */
.p-tommyhilfiger__hero {
    position: relative;
    width: 100%;
    min-height: 494px;
    padding: 37px 0;
    overflow: hidden;
    background: #fff;
}
.p-tommyhilfiger__hero-bg {
    position: absolute;
    left: 50%;
    top: 37px;
    width: 1400px;
    max-width: 100%;
    height: 420px;
    background: var(--th-red);
    transform: translateX(-50%);
    z-index: 0;
    overflow: visible;
}
.p-tommyhilfiger__hero-bush {
    position: absolute;
    top: 114px;
    width: 454px;
    height: 306px;
    object-fit: contain;
    object-position: left center;
    pointer-events: none;
}
.p-tommyhilfiger__hero-bush--left { left: 0; }
.p-tommyhilfiger__hero-bush--right {
    right: 0;
    left: auto;
    object-position: right center;
}

.p-tommyhilfiger__hero-model {
    position: absolute;
    top: 0;
    z-index: 3;
    display: block;
    object-fit: contain;
    object-position: bottom center;
    pointer-events: none;
}
.p-tommyhilfiger__hero-model--guy {
    left: 100px;
    top: -37px;
    height: 457px;
    width: auto;
    max-width: 340px;
}
.p-tommyhilfiger__hero-model--girl {
    right: 100px;
    left: auto;
    top: -31px;
    height: 451px;
    width: auto;
    max-width: 389px;
}

.p-tommyhilfiger__hero-text {
    position: relative;
    z-index: 4;
    max-width: 620px;
    margin: 0 auto;
    padding: 64px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}
.p-tommyhilfiger__hero-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 0.9;
    letter-spacing: -3px;
    color: #fff;
    text-transform: uppercase;
}
.p-tommyhilfiger__hero-title span { display: block; }

.p-tommyhilfiger__hero-lead {
    margin: 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -1px;
    color: #fff;
    max-width: 540px;
}

.p-tommyhilfiger__hero-cta,
.p-tommyhilfiger__hero-cta:link,
.p-tommyhilfiger__hero-cta:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 50px;
    background: var(--th-blue);
    color: #fff !important;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -1px;
    text-decoration: none !important;
    border: 1px solid var(--th-blue);
    transition: filter .15s ease;
}
.p-tommyhilfiger__hero-cta:hover { filter: brightness(1.1); color: #fff !important; }

@media (max-width: 1200px) {
    .p-tommyhilfiger__hero-model--guy { left: 40px; height: 400px; }
    .p-tommyhilfiger__hero-model--girl { right: 40px; height: 400px; }
    .p-tommyhilfiger__hero-title { font-size: 46px; letter-spacing: -2px; }
    .p-tommyhilfiger__hero-lead { font-size: 20px; letter-spacing: -0.5px; }
}

@media (max-width: 900px) {
    .p-tommyhilfiger__hero { padding: 24px 0; min-height: 0; }
    .p-tommyhilfiger__hero-bg {
        top: 24px;
        height: calc(100% - 48px);
        max-width: none;
        width: calc(100% - 32px);
    }
    .p-tommyhilfiger__hero-bush {
        display: block;
        top: auto;
        bottom: 0;
        width: 200px;
        height: 180px;
        z-index: 1;
    }
    .p-tommyhilfiger__hero-bush--left  { left: 0;  object-position: left bottom; }
    .p-tommyhilfiger__hero-bush--right { right: 0; left: auto; object-position: right bottom; }

    .p-tommyhilfiger__hero-model {
        top: auto !important;
        bottom: 0;
        height: 300px;
    }
    .p-tommyhilfiger__hero-model--guy  { left: 8%;  max-width: 44%; }
    .p-tommyhilfiger__hero-model--girl { right: 8%; left: auto; max-width: 44%; }

    .p-tommyhilfiger__hero-text {
        padding: 40px 16px 320px;
        gap: 18px;
    }
    .p-tommyhilfiger__hero-title { font-size: 44px; letter-spacing: -1.8px; }
    .p-tommyhilfiger__hero-lead  { font-size: 18px; letter-spacing: -0.5px; }
    .p-tommyhilfiger__hero-cta,
    .p-tommyhilfiger__hero-cta:link,
    .p-tommyhilfiger__hero-cta:visited { font-size: 18px; padding: 14px 40px; }
}

@media (max-width: 560px) {
    .p-tommyhilfiger__hero-bush { width: 160px; height: 150px; }
    .p-tommyhilfiger__hero-model { height: 260px; }
    .p-tommyhilfiger__hero-model--guy  { left: 4%;  max-width: 46%; }
    .p-tommyhilfiger__hero-model--girl { right: 4%; max-width: 46%; }
    .p-tommyhilfiger__hero-text  { padding: 32px 16px 280px; }
    .p-tommyhilfiger__hero-title { font-size: 36px; letter-spacing: -1.5px; }
}

@media (max-width: 400px) {
    .p-tommyhilfiger__hero-bush { width: 140px; height: 130px; }
    .p-tommyhilfiger__hero-model { height: 220px; }
    .p-tommyhilfiger__hero-text  { padding: 28px 12px 240px; }
    .p-tommyhilfiger__hero-title { font-size: 30px; }
}

/* ============ Block 2 — How to ============ */
.p-tommyhilfiger__howto {
    padding: 80px 0 60px;
    background: #fff;
}
.p-tommyhilfiger__howto-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}
.p-tommyhilfiger__howto-title {
    margin: 0 0 30px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: center;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 0.95;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    color: var(--th-black);
}
.p-tommyhilfiger__howto-title span { display: block; }

.p-tommyhilfiger__howto-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}
.p-tommyhilfiger__howto-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
.p-tommyhilfiger__howto-num-box {
    width: 100%;
    background: #b3bfd4;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}
.p-tommyhilfiger__howto-num {
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 600;
    font-size: 68px;
    line-height: 0.9;
    letter-spacing: -6px;
    color: var(--th-blue);
    text-transform: uppercase;
    white-space: nowrap;
}
.p-tommyhilfiger__howto-card-title {
    margin: 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.5px;
    color: #242424;
}
.p-tommyhilfiger__howto-card-text {
    margin: 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: -0.2px;
    color: #4f4f4f;
}
.p-tommyhilfiger__howto-link,
.p-tommyhilfiger__howto-link:link,
.p-tommyhilfiger__howto-link:visited {
    color: var(--th-red) !important;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    font-weight: 500;
}
.p-tommyhilfiger__howto-link:hover { color: #a80003 !important; }

@media (max-width: 1100px) {
    .p-tommyhilfiger__howto { padding: 60px 0 40px; }
    .p-tommyhilfiger__howto-wrap { padding: 0 20px; }
    .p-tommyhilfiger__howto-title { font-size: 28px; }
    .p-tommyhilfiger__howto-grid { grid-template-columns: 1fr; gap: 20px; }
    .p-tommyhilfiger__howto-card { max-width: 720px; margin: 0 auto; width: 100%; }
    .p-tommyhilfiger__howto-num { font-size: 48px; letter-spacing: -3px; }
}

/* ============ Block 3 — Categories ============ */
.p-tommyhilfiger__cats {
    padding: 20px 0 60px;
    background: #fff;
}
.p-tommyhilfiger__cats-section-title {
    max-width: 1400px;
    margin: 0 auto 30px;
    padding: 0 30px;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 0.95;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    text-align: center;
    color: var(--th-black);
}
@media (max-width: 900px) {
    .p-tommyhilfiger__cats-section-title { font-size: 26px; margin-bottom: 20px; padding: 0 16px; }
}
.p-tommyhilfiger__cats-grid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.p-tommyhilfiger__cats-panel {
    position: relative;
    min-height: 494px;
    overflow: hidden;
}
.p-tommyhilfiger__cats-panel--clothes {
    background: linear-gradient(134deg, rgba(3, 40, 111, 0) 35.5%, #054dd5 99.5%), var(--th-blue);
}
.p-tommyhilfiger__cats-panel--shoes {
    background: #f5f5f5;
}
.p-tommyhilfiger__cats-bg-models {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    max-width: 88%;
    object-fit: contain;
    object-position: bottom right;
    z-index: 1;
    pointer-events: none;
}
.p-tommyhilfiger__cats-shoe {
    position: absolute;
    display: block;
    object-fit: contain;
    pointer-events: none;
}
.p-tommyhilfiger__cats-shoe--slides {
    left: 0;
    top: 30%;
    width: 55%;
    height: auto;
    transform: rotate(-32deg);
    z-index: 1;
}
.p-tommyhilfiger__cats-shoe--sneakers {
    right: 0;
    bottom: 0;
    width: 55%;
    height: auto;
    object-position: bottom right;
    z-index: 2;
}

.p-tommyhilfiger__cats-body {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 340px;
}
.p-tommyhilfiger__cats-title {
    margin: 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: var(--th-black);
}
.p-tommyhilfiger__cats-title--light { color: #fff; font-weight: 600; }

.p-tommyhilfiger__cats-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.p-tommyhilfiger__cats-chip,
.p-tommyhilfiger__cats-chip:link,
.p-tommyhilfiger__cats-chip:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff !important;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none !important;
    transition: filter .15s ease;
}
.p-tommyhilfiger__cats-chip--red,
.p-tommyhilfiger__cats-chip--red:link,
.p-tommyhilfiger__cats-chip--red:visited { background: var(--th-red); }
.p-tommyhilfiger__cats-chip--blue,
.p-tommyhilfiger__cats-chip--blue:link,
.p-tommyhilfiger__cats-chip--blue:visited { background: var(--th-blue); font-weight: 500; }
.p-tommyhilfiger__cats-chip:hover { filter: brightness(1.1); color: #fff !important; }

@media (max-width: 1100px) {
    .p-tommyhilfiger__cats-panel { min-height: 400px; }
}

@media (max-width: 900px) {
    .p-tommyhilfiger__cats { padding: 20px 0 40px; }
    .p-tommyhilfiger__cats-grid { grid-template-columns: 1fr; gap: 0; padding: 0 16px; }
    .p-tommyhilfiger__cats-panel { min-height: 320px; }
    .p-tommyhilfiger__cats-body { left: 20px; top: 20px; }
}

/* ============ Block 4 — Catalog ============ */
.p-tommyhilfiger__catalog {
    padding: 20px 0 60px;
    background: #fff;
}
.p-tommyhilfiger__catalog-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.p-tommyhilfiger__catalog-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: center;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 0.95;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    color: var(--th-black);
}
.p-tommyhilfiger__catalog-title span { display: block; }

.p-tommyhilfiger__catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}
.p-tommyhilfiger__catalog-card {
    background: #fcfafa;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.p-tommyhilfiger__catalog-media {
    aspect-ratio: 360 / 400;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-tommyhilfiger__catalog-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.p-tommyhilfiger__catalog-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.p-tommyhilfiger__catalog-name {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    color: var(--th-black);
}
.p-tommyhilfiger__catalog-name span { display: block; }
.p-tommyhilfiger__catalog-prices {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.p-tommyhilfiger__catalog-price-us {
    margin: 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #2e2e2e;
}
.p-tommyhilfiger__catalog-price-us span { color: #ff0004; }
.p-tommyhilfiger__catalog-price-ru {
    margin: 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.3px;
    color: #2e2e2e;
}

.p-tommyhilfiger__catalog-cta,
.p-tommyhilfiger__catalog-cta:link,
.p-tommyhilfiger__catalog-cta:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 50px;
    background: var(--th-blue);
    color: #fff !important;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -1px;
    text-decoration: none !important;
    border: 1px solid var(--th-blue);
    transition: filter .15s ease;
}
.p-tommyhilfiger__catalog-cta:hover { filter: brightness(1.1); color: #fff !important; }

@media (max-width: 1100px) {
    .p-tommyhilfiger__catalog { padding: 20px 0 40px; }
    .p-tommyhilfiger__catalog-wrap { padding: 0 20px; }
    .p-tommyhilfiger__catalog-title { font-size: 28px; }
    .p-tommyhilfiger__catalog-grid { grid-template-columns: 1fr; gap: 20px; }
    .p-tommyhilfiger__catalog-card { max-width: 480px; margin: 0 auto; width: 100%; }
}

/* ============ Block 5 — Sneakers $19,99 ============ */
.p-tommyhilfiger__sneak {
    padding: 20px 0 80px;
    background: #fff;
}
.p-tommyhilfiger__sneak-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}
.p-tommyhilfiger__sneak-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
    min-height: 480px;
}
.p-tommyhilfiger__sneak-side {
    background: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 30px;
}
.p-tommyhilfiger__sneak-side img {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
}
.p-tommyhilfiger__sneak-side--right {
    justify-content: flex-end;
    padding-right: 0;
}
.p-tommyhilfiger__sneak-side--right img { margin-right: -30px; }

.p-tommyhilfiger__sneak-center {
    background: var(--th-red);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 40px;
    color: #fff;
    gap: 40px;
}
.p-tommyhilfiger__sneak-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #fff;
}
.p-tommyhilfiger__sneak-title span { display: block; }
.p-tommyhilfiger__sneak-price {
    margin: 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 500;
    font-size: 68px;
    line-height: 1;
    letter-spacing: -2px;
    color: #fff;
}
.p-tommyhilfiger__sneak-cta,
.p-tommyhilfiger__sneak-cta:link,
.p-tommyhilfiger__sneak-cta:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 380px;
    height: 60px;
    padding: 0 30px;
    background: var(--th-blue);
    color: #fff !important;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-decoration: none !important;
    border: 1px solid var(--th-blue);
    transition: filter .15s ease;
}
.p-tommyhilfiger__sneak-cta:hover { filter: brightness(1.1); color: #fff !important; }

@media (max-width: 1200px) {
    .p-tommyhilfiger__sneak { padding: 20px 0 40px; }
    .p-tommyhilfiger__sneak-grid { min-height: 420px; }
    .p-tommyhilfiger__sneak-title { font-size: 22px; }
    .p-tommyhilfiger__sneak-price { font-size: 54px; }
    .p-tommyhilfiger__sneak-cta,
    .p-tommyhilfiger__sneak-cta:link,
    .p-tommyhilfiger__sneak-cta:visited { font-size: 17px; height: 54px; }
}

@media (max-width: 900px) {
    .p-tommyhilfiger__sneak { padding: 20px 0 30px; }
    .p-tommyhilfiger__sneak-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "center center"
            "left right";
        min-height: 0;
    }
    .p-tommyhilfiger__sneak-center { grid-area: center; }
    .p-tommyhilfiger__sneak-side--left { grid-area: left; }
    .p-tommyhilfiger__sneak-side--right { grid-area: right; }
    .p-tommyhilfiger__sneak-side { padding: 20px; }
    .p-tommyhilfiger__sneak-side img { max-width: 320px; }
    .p-tommyhilfiger__sneak-center { padding: 40px 24px; gap: 24px; }
    .p-tommyhilfiger__sneak-title { font-size: 20px; }
    .p-tommyhilfiger__sneak-price { font-size: 46px; }
    .p-tommyhilfiger__sneak-cta,
    .p-tommyhilfiger__sneak-cta:link,
    .p-tommyhilfiger__sneak-cta:visited { max-width: 100%; }
}

/* ============ Block 6 — Shop catalog with tabs ============ */
.p-tommyhilfiger__shop {
    padding: 20px 0 80px;
    background: #fff;
}
.p-tommyhilfiger__shop-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}
.p-tommyhilfiger__shop-title {
    margin: 0 0 30px;
    text-align: center;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 0.9;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    color: var(--th-black);
}
.p-tommyhilfiger__shop-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin-bottom: 30px;
    border-bottom: 2px solid #ffd5d6;
}
.p-tommyhilfiger__shop-tab {
    appearance: none;
    background: transparent;
    border: none;
    border-bottom: 2px solid #ffd5d6;
    margin-bottom: -2px;
    padding: 10px 20px;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.4px;
    color: var(--th-blue);
    cursor: pointer;
    transition: color .15s ease, border-color .15s ease;
}
.p-tommyhilfiger__shop-tab:hover { color: var(--th-red); }
.p-tommyhilfiger__shop-tab--active {
    font-weight: 600;
    border-bottom-color: var(--th-red);
}

.p-tommyhilfiger__shop-panel { display: none; }
.p-tommyhilfiger__shop-panel--active { display: block; }

.p-tommyhilfiger__shop-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 24px;
}
.p-tommyhilfiger__shop-card,
.p-tommyhilfiger__shop-card:link,
.p-tommyhilfiger__shop-card:visited {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-decoration: none !important;
    color: inherit !important;
    background: #fff;
    transition: transform .15s ease;
}
.p-tommyhilfiger__shop-card:hover { transform: translateY(-2px); }

.p-tommyhilfiger__shop-media {
    aspect-ratio: 360 / 400;
    background: #fcfafa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.p-tommyhilfiger__shop-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.p-tommyhilfiger__shop-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.p-tommyhilfiger__shop-name {
    margin: 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: -0.3px;
    color: var(--th-black);
}
.p-tommyhilfiger__shop-price {
    margin: 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #2e2e2e;
}

@media (max-width: 1100px) {
    .p-tommyhilfiger__shop { padding: 20px 0 40px; }
    .p-tommyhilfiger__shop-wrap { padding: 0 20px; }
    .p-tommyhilfiger__shop-title { font-size: 28px; }
    .p-tommyhilfiger__shop-tab { font-size: 15px; padding: 8px 12px; }
    .p-tommyhilfiger__shop-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 14px; }
    .p-tommyhilfiger__shop-name { font-size: 15px; }
    .p-tommyhilfiger__shop-price { font-size: 17px; }
}

@media (max-width: 560px) {
    .p-tommyhilfiger__shop-tabs { gap: 0; }
    .p-tommyhilfiger__shop-tab { font-size: 13px; padding: 8px 10px; }
    .p-tommyhilfiger__shop-name { font-size: 14px; }
    .p-tommyhilfiger__shop-price { font-size: 16px; }
}

/* ============ Block 7 — Promo code GETITNOW ============ */
.p-tommyhilfiger__pcode {
    padding: 20px 0 60px;
    background: #fff;
}
.p-tommyhilfiger__pcode-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
    min-height: 480px;
}
.p-tommyhilfiger__pcode-img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 480px;
    object-fit: cover;
    object-position: center;
}
.p-tommyhilfiger__pcode-panel {
    background: var(--th-red);
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    color: #fff;
}
.p-tommyhilfiger__pcode-label {
    margin: 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 0.95;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff;
    max-width: 340px;
}
.p-tommyhilfiger__pcode-code {
    margin: 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 500;
    font-size: 70px;
    line-height: 0.9;
    letter-spacing: -3px;
    text-transform: uppercase;
    color: #fff;
}
.p-tommyhilfiger__pcode-cta,
.p-tommyhilfiger__pcode-cta:link,
.p-tommyhilfiger__pcode-cta:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    padding: 15px 30px;
    background: var(--th-blue);
    color: #fff !important;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -1px;
    text-decoration: none !important;
    border: 1px solid var(--th-blue);
    transition: filter .15s ease;
}
.p-tommyhilfiger__pcode-cta:hover { filter: brightness(1.1); color: #fff !important; }

.p-tommyhilfiger__pcode-note {
    margin: 10px 0 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: -0.4px;
    color: #fff;
    max-width: 340px;
    text-align: center;
}

@media (max-width: 1100px) {
    .p-tommyhilfiger__pcode-wrap { padding: 0 20px; min-height: 420px; }
    .p-tommyhilfiger__pcode-panel { padding: 40px 20px; gap: 16px; }
    .p-tommyhilfiger__pcode-code { font-size: 50px; letter-spacing: -2px; }
    .p-tommyhilfiger__pcode-cta,
    .p-tommyhilfiger__pcode-cta:link,
    .p-tommyhilfiger__pcode-cta:visited { font-size: 17px; padding: 12px 20px; }
}

@media (max-width: 900px) {
    .p-tommyhilfiger__pcode { padding: 10px 0 40px; }
    .p-tommyhilfiger__pcode-wrap {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "panel panel"
            "left  right";
        min-height: 0;
    }
    .p-tommyhilfiger__pcode-panel { grid-area: panel; padding: 30px 20px; }
    .p-tommyhilfiger__pcode-img--left { grid-area: left; }
    .p-tommyhilfiger__pcode-img--right { grid-area: right; }
    .p-tommyhilfiger__pcode-img { max-height: 360px; aspect-ratio: 3/4; }
    .p-tommyhilfiger__pcode-label { font-size: 20px; }
    .p-tommyhilfiger__pcode-code { font-size: 42px; }
    .p-tommyhilfiger__pcode-note { font-size: 13px; }
}

/* ============ Block 8 — Promo pocket $19,99 ============ */
.p-tommyhilfiger__promo {
    padding: 20px 0 80px;
    background: #fff;
}
.p-tommyhilfiger__promo-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}
.p-tommyhilfiger__promo-inner {
    max-width: 1128px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 40px;
    min-height: 340px;
}
.p-tommyhilfiger__promo-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 460px;
}
.p-tommyhilfiger__promo-title {
    margin: 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 0.95;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    color: var(--th-black);
}
.p-tommyhilfiger__promo-lead {
    margin: 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    color: var(--th-black);
}

.p-tommyhilfiger__promo-pocket {
    position: relative;
    width: 340px;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.p-tommyhilfiger__promo-pocket-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}
.p-tommyhilfiger__promo-price {
    position: relative;
    z-index: 2;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 500;
    font-size: 56px;
    line-height: 1;
    letter-spacing: -2px;
    color: #fff;
    margin-top: -20px;
}

.p-tommyhilfiger__promo-cta,
.p-tommyhilfiger__promo-cta:link,
.p-tommyhilfiger__promo-cta:visited {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    height: 76px;
    padding: 0 40px;
    background: var(--th-red);
    color: #fff !important;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-decoration: none !important;
    transition: filter .15s ease;
}
.p-tommyhilfiger__promo-cta:hover { filter: brightness(1.05); color: #fff !important; }

@media (max-width: 1200px) {
    .p-tommyhilfiger__promo-title { font-size: 30px; }
    .p-tommyhilfiger__promo-lead { font-size: 19px; }
    .p-tommyhilfiger__promo-pocket { width: 280px; height: 280px; }
    .p-tommyhilfiger__promo-price { font-size: 46px; }
    .p-tommyhilfiger__promo-cta,
    .p-tommyhilfiger__promo-cta:link,
    .p-tommyhilfiger__promo-cta:visited { min-width: 240px; height: 64px; font-size: 18px; padding: 0 24px; }
}

@media (max-width: 900px) {
    .p-tommyhilfiger__promo { padding: 20px 0 40px; }
    .p-tommyhilfiger__promo-inner {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 24px;
        min-height: 0;
        text-align: center;
    }
    .p-tommyhilfiger__promo-text {
        align-items: center;
        text-align: center;
    }
    .p-tommyhilfiger__promo-title { font-size: 26px; }
    .p-tommyhilfiger__promo-lead { font-size: 17px; }
    .p-tommyhilfiger__promo-pocket { width: 240px; height: 240px; }
    .p-tommyhilfiger__promo-price { font-size: 40px; margin-top: -16px; }
    .p-tommyhilfiger__promo-cta,
    .p-tommyhilfiger__promo-cta:link,
    .p-tommyhilfiger__promo-cta:visited {
        justify-self: stretch;
        width: 100%;
        max-width: 340px;
    }
}

/* ============ Block 9 — Reviews ============ */
.p-tommyhilfiger__reviews {
    padding: 40px 0 60px;
    background: #fff;
}
.p-tommyhilfiger__reviews-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}
.p-tommyhilfiger__reviews-head {
    max-width: 1126px;
    margin: 0 auto 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.p-tommyhilfiger__reviews-title {
    margin: 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 0.9;
    letter-spacing: -1.75px;
    text-transform: uppercase;
    color: var(--th-black);
}
.p-tommyhilfiger__reviews-ya,
.p-tommyhilfiger__reviews-ya:link,
.p-tommyhilfiger__reviews-ya:visited {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ececec;
    text-decoration: none !important;
    color: var(--th-black) !important;
    transition: filter .15s ease;
}
.p-tommyhilfiger__reviews-ya:hover { filter: brightness(0.98); color: var(--th-black) !important; }
.p-tommyhilfiger__reviews-ya-stars {
    display: block;
    width: 160px;
    height: 32px;
    flex-shrink: 0;
}
.p-tommyhilfiger__reviews-ya-logo {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.p-tommyhilfiger__reviews-ya-score {
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: var(--th-black);
}
.p-tommyhilfiger__reviews-ya-text {
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: var(--th-black);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.p-tommyhilfiger__reviews-grid {
    max-width: 1126px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
}
.p-tommyhilfiger__reviews-card {
    background: #fcfafa;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 388px;
}
.p-tommyhilfiger__reviews-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.p-tommyhilfiger__reviews-name {
    margin: 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: var(--th-black);
}
.p-tommyhilfiger__reviews-stars {
    display: block;
    width: 100px;
    height: 16px;
    flex-shrink: 0;
}

.p-tommyhilfiger__reviews-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.p-tommyhilfiger__reviews-track {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.p-tommyhilfiger__reviews-track-label {
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.3;
    color: var(--th-black);
}
.p-tommyhilfiger__reviews-track-link,
.p-tommyhilfiger__reviews-track-link:link,
.p-tommyhilfiger__reviews-track-link:visited {
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.3;
    color: var(--th-red) !important;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}
.p-tommyhilfiger__reviews-days {
    margin: 0;
    max-width: 110px;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.3;
    color: var(--th-black);
    text-align: right;
}
.p-tommyhilfiger__reviews-city {
    margin: 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.3;
    color: var(--th-black);
}
.p-tommyhilfiger__reviews-city b { font-weight: 700; }
.p-tommyhilfiger__reviews-text {
    margin: 0;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: var(--th-black);
}
.p-tommyhilfiger__reviews-photo {
    margin-top: auto;
    height: 199px;
    background: #ececec;
    overflow: hidden;
    box-shadow: 0 17px 22px rgba(0, 0, 0, 0.05);
}
.p-tommyhilfiger__reviews-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.p-tommyhilfiger__reviews-cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.p-tommyhilfiger__reviews-cta,
.p-tommyhilfiger__reviews-cta:link,
.p-tommyhilfiger__reviews-cta:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 50px;
    background: var(--th-blue);
    color: #fff !important;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: -1.25px;
    text-decoration: none !important;
    border: 1px solid var(--th-blue);
    transition: filter .15s ease;
}
.p-tommyhilfiger__reviews-cta:hover { filter: brightness(1.1); color: #fff !important; }

@media (max-width: 1200px) {
    .p-tommyhilfiger__reviews-title { font-size: 30px; }
    .p-tommyhilfiger__reviews-ya-stars { width: 130px; }
    .p-tommyhilfiger__reviews-ya-score { font-size: 26px; }
    .p-tommyhilfiger__reviews-grid { gap: 16px; }
}

@media (max-width: 900px) {
    .p-tommyhilfiger__reviews { padding: 20px 0 40px; }
    .p-tommyhilfiger__reviews-title { font-size: 26px; }
    .p-tommyhilfiger__reviews-ya { flex-wrap: wrap; justify-content: center; gap: 10px; }
    .p-tommyhilfiger__reviews-grid { grid-template-columns: 1fr; gap: 16px; }
    .p-tommyhilfiger__reviews-card { max-width: 520px; margin: 0 auto; width: 100%; min-height: 0; }
    .p-tommyhilfiger__reviews-cta,
    .p-tommyhilfiger__reviews-cta:link,
    .p-tommyhilfiger__reviews-cta:visited { font-size: 20px; padding: 12px 36px; letter-spacing: -0.5px; }
}

/* ============ Block 10 — Final CTA banner ============ */
.p-tommyhilfiger__final {
    padding: 20px 0 60px;
    background: #fff;
}
.p-tommyhilfiger__final-wrap {
    position: relative;
    max-width: 1400px;
    height: 338px;
    margin: 0 auto;
    padding: 0;
}
.p-tommyhilfiger__final-strip {
    position: absolute;
    left: 0;
    top: 116px;
    width: 100%;
    height: 222px;
    background: #6787b3;
    overflow: hidden;
}
.p-tommyhilfiger__final-texture {
    position: absolute;
    left: 50%;
    top: -20px;
    width: 1200px;
    height: auto;
    transform: translateX(-40%);
    mix-blend-mode: overlay;
    opacity: 0.9;
    pointer-events: none;
}
.p-tommyhilfiger__final-models {
    position: absolute;
    left: 40%;
    top: 0;
    width: 608px;
    height: 338px;
    object-fit: cover;
    object-position: bottom center;
    z-index: 2;
    pointer-events: none;
}
.p-tommyhilfiger__final-lead {
    position: absolute;
    left: calc(50% - 564px);
    top: 182px;
    width: 448px;
    margin: 0;
    z-index: 3;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -1.25px;
    color: #fff;
}
.p-tommyhilfiger__final-cta,
.p-tommyhilfiger__final-cta:link,
.p-tommyhilfiger__final-cta:visited {
    position: absolute;
    left: calc(50% + 418px);
    top: 206px;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 50px;
    background: #ff1606;
    color: #fff !important;
    font-family: 'Jost', 'Futura PT', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: -1.25px;
    white-space: nowrap;
    text-decoration: none !important;
    border: 1px solid #ff1606;
    z-index: 4;
    transition: filter .15s ease;
}
.p-tommyhilfiger__final-cta:hover { filter: brightness(1.05); color: #fff !important; }

@media (max-width: 1400px) {
    .p-tommyhilfiger__final-wrap { max-width: 100%; padding: 0 20px; }
    .p-tommyhilfiger__final-strip { left: 20px; width: calc(100% - 40px); }
    .p-tommyhilfiger__final-lead { left: 40px; }
    .p-tommyhilfiger__final-cta,
    .p-tommyhilfiger__final-cta:link,
    .p-tommyhilfiger__final-cta:visited { left: auto; right: 40px; transform: none; }
    .p-tommyhilfiger__final-models { left: auto; right: 200px; }
}

@media (max-width: 1100px) {
    .p-tommyhilfiger__final-wrap { height: 300px; }
    .p-tommyhilfiger__final-strip { top: 90px; height: 210px; }
    .p-tommyhilfiger__final-models { right: 160px; width: 500px; height: 300px; }
    .p-tommyhilfiger__final-lead { top: 150px; font-size: 20px; letter-spacing: -0.5px; width: 320px; }
    .p-tommyhilfiger__final-cta,
    .p-tommyhilfiger__final-cta:link,
    .p-tommyhilfiger__final-cta:visited { top: 180px; font-size: 20px; padding: 12px 32px; letter-spacing: -0.5px; }
}

@media (max-width: 900px) {
    .p-tommyhilfiger__final { padding: 20px 16px 40px; }
    .p-tommyhilfiger__final-wrap {
        position: relative;
        height: auto;
        max-width: 520px;
        margin: 0 auto;
        padding: 40px 24px 0;
        background: #6787b3;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 22px;
    }
    .p-tommyhilfiger__final-strip {
        position: absolute;
        inset: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        pointer-events: none;
    }
    .p-tommyhilfiger__final-texture {
        position: absolute;
        inset: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: none;
        object-fit: cover;
        opacity: 0.45;
    }
    .p-tommyhilfiger__final-lead {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 100%;
        margin: 0;
        z-index: 3;
        order: 1;
        font-size: 22px;
        line-height: 1.25;
        letter-spacing: -0.5px;
        text-align: center;
    }
    .p-tommyhilfiger__final-cta,
    .p-tommyhilfiger__final-cta:link,
    .p-tommyhilfiger__final-cta:visited {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: none;
        margin: 0;
        z-index: 3;
        order: 2;
        width: 100%;
        max-width: 100%;
        font-size: 22px;
        padding: 14px 24px;
        letter-spacing: -0.5px;
    }
    .p-tommyhilfiger__final-models {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 5 / 3;
        margin: 0;
        z-index: 2;
        order: 3;
        object-fit: cover;
        object-position: center bottom;
    }
}

@media (max-width: 480px) {
    .p-tommyhilfiger__final-wrap { padding: 32px 20px 0; gap: 18px; }
    .p-tommyhilfiger__final-lead { font-size: 18px; }
    .p-tommyhilfiger__final-cta,
    .p-tommyhilfiger__final-cta:link,
    .p-tommyhilfiger__final-cta:visited { font-size: 20px; padding: 12px 20px; }
}