.shop-hero {
    display: grid !important;
    grid-template-columns: minmax(260px, .72fr) minmax(360px, 1fr);
    gap: clamp(28px, 5vw, 86px);
    align-items: end;
    margin-top: 16px !important;
    padding-top: 38px !important;
    padding-bottom: 38px !important;
    background: linear-gradient(135deg, #fbfaf7 0%, #f7f2f8 100%) !important;
    border: 1px solid rgba(111, 50, 142, .12) !important;
}

.shop-hero .eyebrow {
    display: none !important;
}

.shop-hero h1 {
    font-size: clamp(44px, 4.2vw, 70px) !important;
    margin: 0 !important;
}

.shop-hero .lead {
    margin: 0 !important;
    max-width: 640px !important;
    color: #514857 !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
}

.shop-categories {
    padding-top: 22px !important;
    padding-bottom: 0 !important;
    gap: 10px !important;
    align-items: center;
}

.shop-categories a {
    min-height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #2a1434 !important;
    background: #fff !important;
    border: 1px solid rgba(111, 50, 142, .22) !important;
    padding: 10px 16px !important;
    font-size: 11px !important;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.shop-categories a.active,
.shop-categories a:hover {
    color: #fff !important;
    background: #2a1434 !important;
    border-color: #2a1434 !important;
}

.shop-categories a:empty {
    display: none !important;
}

.shop-categories span {
    opacity: .78 !important;
    margin-left: 4px !important;
}

.shop-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 310px)) !important;
    justify-content: start;
    gap: 28px !important;
    padding-top: 32px !important;
    padding-bottom: 56px !important;
    min-height: 0 !important;
}

.product-card-site {
    background: #fff;
    border: 1px solid rgba(111, 50, 142, .12);
    padding: 16px;
    box-shadow: 0 16px 45px rgba(42, 20, 52, .045);
}

.product-card-site .archive-image {
    margin-bottom: 16px !important;
    background: #f3eef7 !important;
}

.product-card-site .archive-image > span {
    color: #8f49b6 !important;
}

.product-card-site small {
    color: #8f49b6 !important;
    font-weight: 700;
}

.product-card-site h2 {
    margin-top: 8px !important;
    color: #171018;
}

.product-card-site em {
    color: #6f6074 !important;
}

.product-card-site p {
    min-height: auto;
    margin: 14px 0 0;
    color: #5b5360 !important;
}

.product-card-site b {
    color: #171018;
    margin-top: 16px !important;
}

.empty-shop {
    min-height: 160px;
    display: grid;
    place-items: center;
    border: 1px dashed rgba(111, 50, 142, .22);
}

@media (max-width: 900px) {
    .shop-hero {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 0 !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 620px) {
    .shop-categories a {
        width: 100%;
        justify-content: space-between;
    }

    .shop-grid {
        grid-template-columns: 1fr !important;
    }
}
