    @font-face {
        font-family: "analogue";
        src: url("Analogue.otf") format("opentype");
    }

    /* RESET EPLP BOTTOM MARGINS AND PADDING - REMOVE TITLE */
    .search-results-container .sectionedPlp .subcat-assets img,
    .search-results-container .sectionedPlp .subcat-assets {
        margin-bottom: 0;
    }

    .search-results-container .sectionedPlp .page-title {
        display: none;
    }

    @media (max-width: 768px) {

        .container:has(.gift-hero),
        .col-12:has(.gift-hero),
        .col-12:has(.gift-rail) {
            padding: 0;
            max-width: unset;
        }
    }

    .gift-hero {
        position: relative;
    }

    .gift-hero__overlay {
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
    }

    .gift-hero__actions {
        display: flex;
        gap: clamp(12px, 3.75vw, 18px);
        transform: translateY(clamp(76px, 4vw, 56px));
        /* nudge buttons lower */
    }

    .gift-hero__btn {
        background: #fff;
        color: #111;
        text-decoration: none;
        font-weight: 600;
        font-size: clamp(12px, 3.4vw, 16px);
        padding: .5rem 1.25rem;
    }