.shop-template-classic .shop-simple-shell {
    --simple-accent: #0c8f6b;
    background: #ffffff;
}

.shop-template-classic .shop-hero-basic {
    border-radius: 12px;
    border: 1px solid #e7ecf4;
    box-shadow: none;
    background: #ffffff;
    padding: 14px 16px;
}

.shop-template-classic .shop-hero-basic .shop-hero-content h1 {
    margin: 0;
    font-size: clamp(1.25rem, 2.2vw, 1.6rem);
    color: #0f2038;
}

.shop-template-classic .shop-hero-basic .shop-hero-content p {
    margin-top: 6px;
    color: #57667b;
    font-size: 0.94rem;
}

.shop-template-classic .shop-products-list-basic {
    display: grid;
    gap: 10px;
}

.shop-template-classic .shop-product-card-basic {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 12px;
    align-items: center;
    border: 1px solid #e4e9f2;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: none;
    overflow: hidden;
    padding: 10px;
}

.shop-template-classic .shop-product-media-basic {
    background: #f7f9fc;
    border-radius: 10px;
    width: 96px;
    height: 96px;
    overflow: hidden;
}

.shop-template-classic .shop-product-image-basic,
.shop-template-classic .shop-product-placeholder-basic {
    width: 96px;
    height: 96px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #6a788b;
}

.shop-template-classic .shop-product-body-basic {
    padding: 0;
}

.shop-template-classic .shop-product-body-basic h3 {
    margin: 0 0 6px;
    font-size: 1rem;
    line-height: 1.25;
    color: #132844;
}

.shop-template-classic .shop-product-body-basic .shop-price {
    margin: 0 0 5px;
    font-size: 0.95rem;
}

.shop-template-classic .shop-product-body-basic .shop-product-meta {
    margin: 0 0 8px;
    font-size: 0.85rem;
}

.shop-template-classic .shop-product-cta-basic {
    width: auto;
    margin-top: 0;
    border-radius: 8px;
    padding: 8px 12px;
    background: var(--simple-accent);
    border: 1px solid var(--simple-accent);
    box-shadow: none;
}

.shop-template-classic .shop-product-cta-basic:hover {
    filter: brightness(0.94);
}


@media (max-width: 640px) {
    .shop-template-classic .shop-product-card-basic {
        grid-template-columns: 84px 1fr;
        gap: 10px;
        padding: 9px;
    }

    .shop-template-classic .shop-product-media-basic,
    .shop-template-classic .shop-product-image-basic,
    .shop-template-classic .shop-product-placeholder-basic {
        width: 84px;
        height: 84px;
    }
}
