.cross-product-section {
    --sticker-ink: #171714;
    --sticker-lime: #d9ff32;
    --sticker-red: #ff321c;
    --sticker-coral: #ff8a70;
    margin-top: 42px;
    padding: 22px 4px 18px;
}

.cross-product-section[hidden] {
    display: none;
}

.cross-product-heading {
    margin: 0 0 22px;
    color: #52525b;
    font-family: 'Neucha', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.cross-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(30px, 3.2vw, 48px);
    align-items: stretch;
}

.product-sticker {
    position: relative;
    display: grid;
    min-width: 0;
    grid-template-columns: 88px minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    gap: 22px;
    align-items: center;
    padding: 38px 30px 28px;
    border: 3px solid var(--sticker-ink);
    border-radius: 3px 7px 2px 5px;
    background: linear-gradient(105deg, rgba(255, 255, 255, 0.12), transparent 38%), var(--sticker-lime);
    box-shadow: 12px 14px 0 var(--sticker-ink);
    color: var(--sticker-ink);
    isolation: isolate;
    transform: rotate(-1.7deg);
    transform-origin: center;
    transition: transform 190ms ease, box-shadow 190ms ease;
}

.product-sticker::before {
    position: absolute;
    z-index: -1;
    inset: 9px;
    border: 2px dashed rgba(23, 23, 20, 0.28);
    border-radius: 1px 5px 2px 4px;
    content: '';
    pointer-events: none;
}

.product-sticker::after {
    position: absolute;
    z-index: 4;
    top: -21px;
    left: 50%;
    width: 126px;
    height: 35px;
    border: 1px solid rgba(104, 81, 42, 0.12);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 28% 72%, rgba(255, 255, 255, 0.18)), rgba(232, 214, 165, 0.78);
    box-shadow: 0 2px 3px rgba(23, 23, 20, 0.08);
    content: '';
    pointer-events: none;
    transform: translateX(-50%) rotate(3deg);
}

.product-sticker:hover {
    box-shadow: 15px 17px 0 var(--sticker-ink);
    transform: rotate(-0.8deg) translateY(-3px);
}

.product-sticker--seo {
    background: linear-gradient(105deg, rgba(255, 255, 255, 0.13), transparent 38%), var(--sticker-coral);
    transform: rotate(1.5deg);
}

.product-sticker--seo::after {
    transform: translateX(-50%) rotate(-4deg);
}

.product-sticker--seo:hover {
    transform: rotate(0.7deg) translateY(-3px);
}

.product-sticker--seo .product-sticker__copy h3 em {
    max-width: 100%;
    white-space: normal;
}

.product-sticker__stamp {
    position: relative;
    z-index: 1;
    display: grid;
    width: 82px;
    height: 82px;
    place-content: center;
    border: 3px solid var(--sticker-ink);
    border-radius: 50%;
    background: #fffdf5;
    box-shadow: 2px 2px 0 rgba(23, 23, 20, 0.2);
    font-family: 'Neucha', sans-serif;
    text-align: center;
    transform: rotate(8deg);
}

.product-sticker__stamp strong {
    font-size: 27px;
    line-height: 0.9;
}

.product-sticker__stamp small {
    font-size: 9px;
    font-weight: 700;
}

.product-sticker__stamp--seo {
    border-radius: 11px 7px 12px 8px;
    background: #fff5c9;
    transform: rotate(-7deg);
}

.product-sticker__stamp--seo strong {
    font-size: 18px;
}

.product-sticker__copy {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.product-sticker__copy p {
    margin: 0 0 7px;
    color: #ea331f;
    font-family: 'Neucha', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-sticker__copy h3 {
    margin: 0;
    font-family: 'Neucha', sans-serif;
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0;
}

.product-sticker__copy h3 em {
    position: relative;
    display: inline-block;
    color: #e72f1d;
    font-style: normal;
    white-space: nowrap;
}

.product-sticker__copy h3 em::after {
    position: absolute;
    right: -3px;
    bottom: -4px;
    left: -4px;
    height: 5px;
    border-radius: 50%;
    background: #e72f1d;
    content: '';
    transform: rotate(-2deg) skewX(-18deg);
}

.product-sticker__copy > span {
    display: block;
    margin-top: 13px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.product-sticker__action {
    position: relative;
    z-index: 1;
    display: inline-flex;
    grid-column: 1 / -1;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 0 18px;
    border: 2px solid var(--sticker-ink);
    background: var(--sticker-red);
    box-shadow: 4px 4px 0 var(--sticker-ink);
    color: #fff;
    font-family: 'Neucha', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-sticker__action:hover {
    box-shadow: 1px 1px 0 var(--sticker-ink);
    transform: translate(3px, 3px);
}

.product-sticker__action:focus-visible {
    outline: 3px solid #1d4ed8;
    outline-offset: 4px;
}

.product-sticker__action b {
    font-size: 20px;
}

.product-sticker--seo .product-sticker__action {
    background: var(--sticker-lime);
    color: var(--sticker-ink);
}

@media (max-width: 720px) {
    .cross-product-section {
        margin-top: 34px;
        padding-inline: 2px;
    }

    .cross-product-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .product-sticker {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 15px;
        padding: 21px 19px;
        box-shadow: 5px 5px 0 var(--sticker-ink);
    }

    .product-sticker__stamp {
        width: 60px;
        height: 60px;
    }

    .product-sticker__stamp strong {
        font-size: 20px;
    }

    .product-sticker__stamp--seo strong {
        font-size: 15px;
    }

    .product-sticker__copy h3 {
        font-size: clamp(18px, 5.4vw, 23px);
    }

    .product-sticker__copy > span {
        font-size: 11px;
    }

    .product-sticker__action {
        min-height: 48px;
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-sticker,
    .product-sticker__action {
        transition: none;
    }

    .product-sticker:hover,
    .product-sticker--seo:hover,
    .product-sticker__action:hover {
        transform: none;
    }
}
