div.p-tommyhilfiger-pb {
    --th-red: #FF0505;
    --th-black: #000000;
    --th-white: #ffffff;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    color: var(--th-black);
}
.p-tommyhilfiger-pb *,
.p-tommyhilfiger-pb *::before,
.p-tommyhilfiger-pb *::after { box-sizing: border-box; }

/* ============ Block 1 — Hero ============ */
.p-tommyhilfiger-pb__hero {
    position: relative;
    width: 100%;
    padding: 20px 50px;
    background: #ffffff;
    box-sizing: border-box;
}
.p-tommyhilfiger-pb__hero-wrap {
    position: relative;
    width: 100%;
    max-width: 1500px;
    height: 660px;
    margin: 0 auto;
    overflow: hidden;
    color: var(--th-white);
}
.p-tommyhilfiger-pb__hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.p-tommyhilfiger-pb__hero-title {
    position: absolute;
    left: 186px;
    bottom: 68px;
    margin: 0;
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 70px;
    line-height: 82px;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    color: var(--th-white);
    max-width: 620px;
}
.p-tommyhilfiger-pb__hero-title span { display: block; }
.p-tommyhilfiger-pb__hero-side {
    position: absolute;
    right: 158px;
    bottom: 60px;
    width: 430px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.p-tommyhilfiger-pb__hero-lead {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    color: var(--th-white);
}
a.p-tommyhilfiger-pb__hero-cta,
a.p-tommyhilfiger-pb__hero-cta:link,
a.p-tommyhilfiger-pb__hero-cta:visited,
a.p-tommyhilfiger-pb__hero-cta:hover,
a.p-tommyhilfiger-pb__hero-cta:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 52px;
    padding: 0 24px;
    background: var(--th-red);
    border: 1px solid var(--th-red);
    border-radius: 5px;
    color: var(--th-white) !important;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.3px;
    transition: background 0.2s ease;
}
a.p-tommyhilfiger-pb__hero-cta:hover { background: #d70404; border-color: #d70404; }

@media (max-width: 1300px) {
    .p-tommyhilfiger-pb__hero { padding: 20px 30px; }
    .p-tommyhilfiger-pb__hero-title { left: 40px; font-size: 52px; line-height: 60px; bottom: 40px; }
    .p-tommyhilfiger-pb__hero-side { right: 40px; bottom: 40px; width: 380px; }
    .p-tommyhilfiger-pb__hero-lead { font-size: 20px; line-height: 24px; }
    a.p-tommyhilfiger-pb__hero-cta { width: 300px; font-size: 18px; }
}
@media (max-width: 900px) {
    .p-tommyhilfiger-pb__hero { padding: 12px; }
    .p-tommyhilfiger-pb__hero-wrap {
        height: 600px;
        min-height: 0;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 24px 20px;
    }
    .p-tommyhilfiger-pb__hero-title {
        position: static;
        margin: 0 0 20px;
        font-size: 40px;
        line-height: 48px;
        max-width: 100%;
    }
    .p-tommyhilfiger-pb__hero-side {
        position: static;
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 0;
        gap: 18px;
    }
    .p-tommyhilfiger-pb__hero-lead { font-size: 18px; line-height: 22px; }
    a.p-tommyhilfiger-pb__hero-cta { width: 100%; max-width: 100%; }
}
@media (max-width: 500px) {
    .p-tommyhilfiger-pb__hero-title { font-size: 34px; line-height: 40px; }
}

/* ============ Block 2 — How to order ============ */
.p-tommyhilfiger-pb__howto {
    position: relative;
    width: 100%;
    padding: 80px 20px;
    background: #ffffff;
}
.p-tommyhilfiger-pb__howto-wrap {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
}
.p-tommyhilfiger-pb__howto-title {
    margin: 0 0 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #000;
}
.p-tommyhilfiger-pb__howto-title span { display: block; }
.p-tommyhilfiger-pb__howto-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.p-tommyhilfiger-pb__howto-card {
    background: #f8f8f8;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.p-tommyhilfiger-pb__howto-num {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 71px;
    line-height: 71px;
    letter-spacing: -1px;
    color: #ff0004;
    text-transform: uppercase;
    margin-bottom: 44px;
}
.p-tommyhilfiger-pb__howto-name {
    margin: 0 0 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.p-tommyhilfiger-pb__howto-text {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
}
a.p-tommyhilfiger-pb__howto-link,
a.p-tommyhilfiger-pb__howto-link:link,
a.p-tommyhilfiger-pb__howto-link:visited,
a.p-tommyhilfiger-pb__howto-link:hover,
a.p-tommyhilfiger-pb__howto-link:active {
    color: #ff0004 !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,0,4,0.4);
}
a.p-tommyhilfiger-pb__howto-link:hover { border-bottom-color: #ff0004; }

@media (max-width: 900px) {
    .p-tommyhilfiger-pb__howto { padding: 40px 16px; }
    .p-tommyhilfiger-pb__howto-title { font-size: 26px; line-height: 30px; margin-bottom: 20px; }
    .p-tommyhilfiger-pb__howto-grid { grid-template-columns: 1fr; gap: 10px; }
    .p-tommyhilfiger-pb__howto-card { padding: 24px; }
    .p-tommyhilfiger-pb__howto-num { font-size: 56px; line-height: 56px; margin-bottom: 20px; }
    .p-tommyhilfiger-pb__howto-name { font-size: 18px; }
    .p-tommyhilfiger-pb__howto-text { font-size: 15px; line-height: 20px; }
}

/* ============ Block 3 — Where to buy ============ */
.p-tommyhilfiger-pb__where {
    position: relative;
    width: 100%;
    padding: 30px 20px 80px;
    background: #ffffff;
}
.p-tommyhilfiger-pb__where-wrap {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
}
.p-tommyhilfiger-pb__where-title {
    margin: 0 0 30px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.5px;
    color: #000;
}
.p-tommyhilfiger-pb__where-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.p-tommyhilfiger-pb__where-card {
    position: relative;
    aspect-ratio: 564 / 470;
    overflow: hidden;
}
.p-tommyhilfiger-pb__where-card--clothes { background: #e5e5e5; }
.p-tommyhilfiger-pb__where-card--shoes   { background: #ff0505; }
.p-tommyhilfiger-pb__where-card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.p-tommyhilfiger-pb__where-card-body {
    position: absolute;
    left: 30px;
    top: 30px;
    right: 30px;
    z-index: 2;
}
.p-tommyhilfiger-pb__where-card-name {
    margin: 0 0 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: -0.3px;
}
.p-tommyhilfiger-pb__where-card--clothes .p-tommyhilfiger-pb__where-card-name { color: #000; }
.p-tommyhilfiger-pb__where-card--shoes   .p-tommyhilfiger-pb__where-card-name { color: #fff; }
.p-tommyhilfiger-pb__where-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 340px;
}
a.p-tommyhilfiger-pb__where-chip,
a.p-tommyhilfiger-pb__where-chip:link,
a.p-tommyhilfiger-pb__where-chip:visited,
a.p-tommyhilfiger-pb__where-chip:hover,
a.p-tommyhilfiger-pb__where-chip:active {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 10px;
    background: #02286e;
    border-radius: 5px;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s ease;
}
a.p-tommyhilfiger-pb__where-chip:hover { background: #011a4a; }

@media (max-width: 900px) {
    .p-tommyhilfiger-pb__where { padding: 20px 12px 40px; }
    .p-tommyhilfiger-pb__where-title { font-size: 26px; line-height: 30px; margin-bottom: 20px; }
    .p-tommyhilfiger-pb__where-grid { grid-template-columns: 1fr; gap: 10px; }
    .p-tommyhilfiger-pb__where-card { aspect-ratio: 5/4; }
    .p-tommyhilfiger-pb__where-card-body { left: 20px; top: 20px; right: 20px; }
    .p-tommyhilfiger-pb__where-card-name { font-size: 22px; line-height: 26px; }
    a.p-tommyhilfiger-pb__where-chip { font-size: 14px; height: 28px; padding: 0 9px; }
}

/* ============ Block 4 — Deals ============ */
.p-tommyhilfiger-pb__deals {
    position: relative;
    width: 100%;
    padding: 80px 20px 80px;
    background: #f8f8f8;
}
.p-tommyhilfiger-pb__deals-wrap {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
}
.p-tommyhilfiger-pb__deals-title {
    margin: 0 0 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.5px;
    color: #000;
    text-align: center;
}
.p-tommyhilfiger-pb__deals-title span { display: block; }
.p-tommyhilfiger-pb__deals-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 30px;
}
.p-tommyhilfiger-pb__deals-card {
    background: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.p-tommyhilfiger-pb__deals-img-wrap {
    background: #ffffff;
    aspect-ratio: 320 / 355;
    overflow: hidden;
}
.p-tommyhilfiger-pb__deals-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.p-tommyhilfiger-pb__deals-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.p-tommyhilfiger-pb__deals-name {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000;
}
.p-tommyhilfiger-pb__deals-name span { display: block; }
.p-tommyhilfiger-pb__deals-prices {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.p-tommyhilfiger-pb__deals-price-us {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #2e2e2e;
}
.p-tommyhilfiger-pb__deals-price-us .p-tommyhilfiger-pb__deals-price-amount { color: #FF0004; }
.p-tommyhilfiger-pb__deals-price-ru {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2e2e2e;
}
.p-tommyhilfiger-pb__deals-cta-wrap {
    display: flex;
    justify-content: center;
}
a.p-tommyhilfiger-pb__deals-cta,
a.p-tommyhilfiger-pb__deals-cta:link,
a.p-tommyhilfiger-pb__deals-cta:visited,
a.p-tommyhilfiger-pb__deals-cta:hover,
a.p-tommyhilfiger-pb__deals-cta:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 302px;
    height: 52px;
    padding: 0 30px;
    background: #ff0505;
    border: 1px solid #ff0505;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.3px;
    transition: background 0.2s ease;
}
a.p-tommyhilfiger-pb__deals-cta:hover { background: #d70404; border-color: #d70404; }

@media (max-width: 900px) {
    .p-tommyhilfiger-pb__deals { padding: 40px 12px; }
    .p-tommyhilfiger-pb__deals-title { font-size: 26px; line-height: 30px; margin-bottom: 20px; }
    .p-tommyhilfiger-pb__deals-grid { grid-template-columns: 1fr; gap: 10px; margin-bottom: 20px; }
    .p-tommyhilfiger-pb__deals-name { font-size: 18px; line-height: 22px; }
    .p-tommyhilfiger-pb__deals-price-us { font-size: 18px; }
    a.p-tommyhilfiger-pb__deals-cta { width: 100%; min-width: 0; }
}

/* ============ Block 5 — Sneakers $19,99 ============ */
.p-tommyhilfiger-pb__sneak {
    position: relative;
    width: 100%;
    padding: 80px 20px;
    background: #ffffff;
}
.p-tommyhilfiger-pb__sneak-wrap {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
}
.p-tommyhilfiger-pb__sneak-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-height: 400px;
}
.p-tommyhilfiger-pb__sneak-left {
    background: #DDE2F0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 40px 60px 50px;
}
.p-tommyhilfiger-pb__sneak-inner {
    max-width: 520px;
    width: 100%;
}
.p-tommyhilfiger-pb__sneak-title {
    margin: 0 0 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.5px;
    color: #000;
}
.p-tommyhilfiger-pb__sneak-title span { display: block; }
.p-tommyhilfiger-pb__sneak-title span + span { margin-top: 4px; }
.p-tommyhilfiger-pb__sneak-price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 36px;
}
a.p-tommyhilfiger-pb__sneak-cta,
a.p-tommyhilfiger-pb__sneak-cta:link,
a.p-tommyhilfiger-pb__sneak-cta:visited,
a.p-tommyhilfiger-pb__sneak-cta:hover,
a.p-tommyhilfiger-pb__sneak-cta:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 311px;
    height: 52px;
    padding: 0 30px;
    background: #FF0505;
    border: 1px solid #FF0505;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.5px;
    transition: background 0.2s ease;
}
a.p-tommyhilfiger-pb__sneak-cta:hover { background: #d70404; border-color: #d70404; }
.p-tommyhilfiger-pb__sneak-right {
    background: #1B50DC;
    position: relative;
    overflow: hidden;
}
.p-tommyhilfiger-pb__sneak-right-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 900px) {
    .p-tommyhilfiger-pb__sneak { padding: 40px 12px; }
    .p-tommyhilfiger-pb__sneak-grid { min-height: 340px; }
    .p-tommyhilfiger-pb__sneak-left { padding: 40px 24px; justify-content: center; }
    .p-tommyhilfiger-pb__sneak-title { font-size: 22px; line-height: 26px; margin-bottom: 20px; }
    .p-tommyhilfiger-pb__sneak-price { font-size: 46px; line-height: 46px; margin-bottom: 24px; }
    a.p-tommyhilfiger-pb__sneak-cta { min-width: 100%; font-size: 18px; }
}
@media (max-width: 700px) {
    .p-tommyhilfiger-pb__sneak-grid { grid-template-columns: 1fr; min-height: 0; }
    .p-tommyhilfiger-pb__sneak-left { padding: 32px 20px 40px; }
    .p-tommyhilfiger-pb__sneak-right { aspect-ratio: 16/9; }
    .p-tommyhilfiger-pb__sneak-title { font-size: 20px; line-height: 24px; }
    .p-tommyhilfiger-pb__sneak-price { font-size: 44px; }
}

/* ============ Block 6 — Promo code GETITNOW ============ */
.p-tommyhilfiger-pb__pcode {
    position: relative;
    width: 100%;
    padding: 80px 20px;
    background: #ffffff;
}
.p-tommyhilfiger-pb__pcode-wrap {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
}
.p-tommyhilfiger-pb__pcode-grid {
    display: grid;
    grid-template-columns: 576fr 552fr;
    width: 100%;
    min-height: 505px;
}
.p-tommyhilfiger-pb__pcode-left {
    background: #02286e;
    padding: 82px 30px 82px;
    display: flex;
    align-items: flex-start;
    color: #fff;
}
.p-tommyhilfiger-pb__pcode-inner {
    width: 100%;
    max-width: 529px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.p-tommyhilfiger-pb__pcode-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.5px;
    color: #fff;
}
.p-tommyhilfiger-pb__pcode-code {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 97px;
    background: transparent;
    border: 2px dashed #ffffff;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
}
a.p-tommyhilfiger-pb__pcode-cta,
a.p-tommyhilfiger-pb__pcode-cta:link,
a.p-tommyhilfiger-pb__pcode-cta:visited,
a.p-tommyhilfiger-pb__pcode-cta:hover,
a.p-tommyhilfiger-pb__pcode-cta:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 322px;
    height: 52px;
    padding: 0 24px;
    background: #ff0505;
    border: 1px solid #ff0505;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.3px;
    align-self: flex-start;
    transition: background 0.2s ease;
}
a.p-tommyhilfiger-pb__pcode-cta:hover { background: #d70404; border-color: #d70404; }
.p-tommyhilfiger-pb__pcode-notes {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.p-tommyhilfiger-pb__pcode-note {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
a.p-tommyhilfiger-pb__pcode-link,
a.p-tommyhilfiger-pb__pcode-link:link,
a.p-tommyhilfiger-pb__pcode-link:visited,
a.p-tommyhilfiger-pb__pcode-link:hover,
a.p-tommyhilfiger-pb__pcode-link:active {
    color: #fff !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.p-tommyhilfiger-pb__pcode-right {
    position: relative;
    background: #d9d9d9;
    overflow: hidden;
}
.p-tommyhilfiger-pb__pcode-side-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 900px) {
    .p-tommyhilfiger-pb__pcode { padding: 40px 12px; }
    .p-tommyhilfiger-pb__pcode-grid { grid-template-columns: 1fr; min-height: 0; }
    .p-tommyhilfiger-pb__pcode-left { padding: 40px 24px; }
    .p-tommyhilfiger-pb__pcode-title { font-size: 22px; line-height: 26px; }
    .p-tommyhilfiger-pb__pcode-code { height: 70px; font-size: 44px; line-height: 44px; }
    a.p-tommyhilfiger-pb__pcode-cta { width: 100%; }
    .p-tommyhilfiger-pb__pcode-note { font-size: 14px; line-height: 20px; }
    .p-tommyhilfiger-pb__pcode-right { aspect-ratio: 4/3; }
}

/* ============ Block 7 — Reviews ============ */
.p-tommyhilfiger-pb__reviews {
    position: relative;
    width: 100%;
    padding: 80px 20px;
    background: #ffffff;
}
.p-tommyhilfiger-pb__reviews-wrap {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
}
.p-tommyhilfiger-pb__reviews-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.p-tommyhilfiger-pb__reviews-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.5px;
    color: #000;
}
.p-tommyhilfiger-pb__reviews-ya {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px 20px;
    background: #f8f8f8;
    border-radius: 5px;
}
.p-tommyhilfiger-pb__reviews-ya-stars {
    display: inline-flex;
    align-items: center;
}
.p-tommyhilfiger-pb__reviews-ya-star { width: 32px; height: 32px; display: block; }
.p-tommyhilfiger-pb__reviews-ya-logo {
    width: 43px;
    height: 43px;
    object-fit: contain;
    flex-shrink: 0;
}
.p-tommyhilfiger-pb__reviews-ya-text { display: flex; align-items: baseline; gap: 12px; }
.p-tommyhilfiger-pb__reviews-ya-score {
    font-family: 'Futura PT','Futura','Montserrat',sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    color: #000;
}
.p-tommyhilfiger-pb__reviews-ya-label {
    font-family: 'Futura PT','Futura','Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.p-tommyhilfiger-pb__reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 23px;
}
.p-tommyhilfiger-pb__reviews-card {
    background: #ffffff;
    border: 1px solid #cdd4e2;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.p-tommyhilfiger-pb__reviews-card-body {
    padding: 20px 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.p-tommyhilfiger-pb__reviews-name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.p-tommyhilfiger-pb__reviews-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #000;
}
.p-tommyhilfiger-pb__reviews-stars-sm { display: inline-flex; gap: 4px; }
.p-tommyhilfiger-pb__reviews-stars-sm svg { width: 17px; height: 16px; display: block; }
.p-tommyhilfiger-pb__reviews-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}
.p-tommyhilfiger-pb__reviews-meta-item { display: flex; flex-direction: column; gap: 1px; }
.p-tommyhilfiger-pb__reviews-meta-label,
.p-tommyhilfiger-pb__reviews-meta-days,
.p-tommyhilfiger-pb__reviews-meta-city,
.p-tommyhilfiger-pb__reviews-meta-key {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 13px;
    color: #000;
}
.p-tommyhilfiger-pb__reviews-meta-days { max-width: 120px; text-align: right; }
.p-tommyhilfiger-pb__reviews-meta-track {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #ff0004;
}
.p-tommyhilfiger-pb__reviews-text {
    margin: 4px 0 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}
.p-tommyhilfiger-pb__reviews-photo {
    padding: 0 20px 20px;
    margin-top: auto;
}
.p-tommyhilfiger-pb__reviews-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 320 / 191;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.p-tommyhilfiger-pb__reviews-cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
a.p-tommyhilfiger-pb__reviews-cta,
a.p-tommyhilfiger-pb__reviews-cta:link,
a.p-tommyhilfiger-pb__reviews-cta:visited,
a.p-tommyhilfiger-pb__reviews-cta:hover,
a.p-tommyhilfiger-pb__reviews-cta:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 307px;
    height: 52px;
    padding: 0 30px;
    background: #FF0505;
    border: 1px solid #FF0505;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.5px;
    transition: background 0.2s ease;
}
a.p-tommyhilfiger-pb__reviews-cta:hover { background: #d70404; border-color: #d70404; }

@media (max-width: 900px) {
    .p-tommyhilfiger-pb__reviews { padding: 40px 16px; }
    .p-tommyhilfiger-pb__reviews-title { font-size: 24px; line-height: 28px; }
    .p-tommyhilfiger-pb__reviews-grid { grid-template-columns: 1fr; gap: 16px; }
    .p-tommyhilfiger-pb__reviews-ya { padding: 10px 14px; gap: 12px; flex-wrap: wrap; }
    .p-tommyhilfiger-pb__reviews-ya-star { width: 24px; height: 24px; }
    .p-tommyhilfiger-pb__reviews-ya-score { font-size: 28px; }
    .p-tommyhilfiger-pb__reviews-ya-label { font-size: 14px; }
    a.p-tommyhilfiger-pb__reviews-cta { width: 100%; font-size: 18px; }
}
@media (max-width: 500px) {
    .p-tommyhilfiger-pb__reviews-head { flex-direction: column; align-items: flex-start; }
    .p-tommyhilfiger-pb__reviews-ya { align-self: stretch; }
}

/* ============ Block 8 — Final CTA ============ */
.p-tommyhilfiger-pb__final {
    position: relative;
    width: 100%;
    padding: 80px 20px;
    background: #ffffff;
}
.p-tommyhilfiger-pb__final-wrap {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
}
.p-tommyhilfiger-pb__final-card {
    position: relative;
    width: 100%;
    background: #02286e;
    border-radius: 8px;
    padding: 30px 60px;
    min-height: 216px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    overflow: visible;
}
.p-tommyhilfiger-pb__final-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    opacity: 0.9;
    border-radius: 8px;
}
.p-tommyhilfiger-pb__final-text {
    position: relative;
    z-index: 4;
    margin: 0;
    flex: 0 1 485px;
    max-width: 485px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.3px;
    color: #fff;
}
a.p-tommyhilfiger-pb__final-cta,
a.p-tommyhilfiger-pb__final-cta:link,
a.p-tommyhilfiger-pb__final-cta:visited,
a.p-tommyhilfiger-pb__final-cta:hover,
a.p-tommyhilfiger-pb__final-cta:active {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 265px;
    height: 52px;
    padding: 0 24px;
    background: #ff0505;
    border: 1px solid #ff0505;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.3px;
    flex-shrink: 0;
    transition: background 0.2s ease;
}
a.p-tommyhilfiger-pb__final-cta:hover { background: #d70404; border-color: #d70404; }
.p-tommyhilfiger-pb__final-items {
    position: absolute;
    right: 290px;
    bottom: 0;
    height: 340px;
    width: auto;
    z-index: 3;
    pointer-events: none;
}
@media (max-width: 1100px) {
    .p-tommyhilfiger-pb__final-items { right: 240px; height: 280px; }
    .p-tommyhilfiger-pb__final-text { font-size: 22px; line-height: 28px; }
    .p-tommyhilfiger-pb__final-card { padding: 24px 30px; }
}
@media (max-width: 1024px) {
    .p-tommyhilfiger-pb__final { padding: 40px 12px; }
    .p-tommyhilfiger-pb__final-card {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        text-align: center;
        padding: 40px 20px !important;
        gap: 24px !important;
        min-height: 0 !important;
        height: auto !important;
    }
    .p-tommyhilfiger-pb__final-bg { display: none !important; }
    .p-tommyhilfiger-pb__final-items { display: none !important; }
    .p-tommyhilfiger-pb__final-text { max-width: 100% !important; font-size: 22px !important; line-height: 28px !important; flex: 0 0 auto !important; }
    a.p-tommyhilfiger-pb__final-cta { width: 100% !important; min-width: 0 !important; }
}