.ek-acct-reco {
    min-width: 0;
    margin-top: 42px;
    padding-top: 28px;
    border-top: 1px solid #d9d6cf;
}

.ek-acct-reco__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.ek-acct-reco__head span {
    display: block;
    margin-bottom: 6px;
    color: #706b64;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.ek-acct-reco__head h3 {
    margin: 0;
    color: #171513;
    font: 600 clamp(22px, 2.2vw, 32px)/1.05 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: -.04em;
}

.ek-acct-reco__nav {
    display: flex;
    flex: 0 0 auto;
    gap: 7px;
}

.ek-acct-reco__nav button {
    display: grid;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    place-items: center;
    border: 1px solid #1b1917;
    border-radius: 50%;
    background: transparent;
    color: #1b1917;
    font: 400 18px/1 sans-serif;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease, opacity .18s ease;
}

.ek-acct-reco__nav button:hover:not(:disabled) {
    background: #1b1917;
    color: #fff;
}

.ek-acct-reco__nav button:disabled {
    opacity: .28;
    cursor: default;
}

.ek-acct-reco > .woocommerce {
    min-width: 0;
}

.ek-acct-reco ul.products {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 48px) / 3);
    grid-template-columns: none !important;
    gap: 24px !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    list-style: none;
}

.ek-acct-reco ul.products::-webkit-scrollbar { display: none; }

.ek-acct-reco ul.products > .product {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    scroll-snap-align: start;
}

body.ekcs-site-ek .ek-acct-reco__head h3 {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 500;
    letter-spacing: -.025em;
}

@media (max-width: 760px) {
    .ek-acct-reco { margin-top: 32px; padding-top: 22px; }
    .ek-acct-reco ul.products { grid-auto-columns: calc((100% - 12px) / 2); gap: 12px !important; }
    .ek-acct-reco__nav button { width: 38px; height: 38px; }
}
