.ecom-t3-hero-banner {
    background: #F5F5F5;
    min-height: 160px;
}

.ecom-t3-hero-banner--full {
    min-height: 320px;
}

.ecom-t3-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: inherit;
}

.ecom-t3-hero-fallback {
    min-height: inherit;
    padding: 24px;
}

.ecom-t3-promo-card {
    background: #F5F5F5;
    min-height: 160px;
}

.ecom-t3-promo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 160px;
}

.ecom-t3-promo-fallback {
    min-height: 160px;
    padding: 16px;
}

.ecom-t3-trust {
    background: #fff;
    border: 1px solid #E4E7E9;
    border-radius: 12px;
    padding: 1.25rem 1rem;
}

.ecom-t3-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0.35rem 0.5rem;
}

.ecom-t3-trust-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #F5F0F8;
    color: var(--ecom-t3-purple, #6B2D8B);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

.ecom-t3-trust-title {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #191C1F;
}

.ecom-t3-trust-text {
    margin: 2px 0 0;
    font-size: 12px;
    color: #5F6C72;
}

.ecom-t3-cat-bg-1 { background: #F3E5F5; }
.ecom-t3-cat-bg-2 { background: #E8F5E9; }
.ecom-t3-cat-bg-3 { background: #FCE4EC; }
.ecom-t3-cat-bg-4 { background: #E3F2FD; }
.ecom-t3-cat-bg-5 { background: #EDE7F6; }
.ecom-t3-cat-bg-6 { background: #FFF8E1; }

.ecom-t3-category-card--icon {
    padding: 1.25rem 1rem;
    min-height: 180px;
}

.ecom-t3-category-icon {
    width: 100px;
    height: 100px;
}

.ecom-t3-category-card--image {
    padding: 0;
    overflow: hidden;
    min-height: 180px;
}

.ecom-t3-category-media {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: rgba(255,255,255,0.35);
}

.ecom-t3-category-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

.ecom-t3-category-title {
    padding: 0.75rem 0.65rem 1rem;
}

.ecom-t3-newsletter-section {
    background: var(--ecom-t3-purple, #6B2D8B);
}

.ecom-t3-newsletter-section .form-control {
    border: 0;
    border-radius: 4px 0 0 4px;
}

.ecom-t3-newsletter-btn {
    background: #fff;
    color: var(--ecom-t3-purple, #6B2D8B);
    font-weight: 800;
    border: 0;
    border-radius: 0 4px 4px 0;
}

.ecom-t3-newsletter-btn:hover {
    background: #F3E5F5;
    color: var(--ecom-t3-purple-dark, #4A1A63);
}

.ecom-t3-tabs .nav-link {
    border: 0;
    color: #5F6C72;
    font-weight: 700;
    border-radius: 999px;
    padding: 8px 18px;
}

.ecom-t3-tabs .nav-link.active {
    background: var(--ecom-t3-purple, #6B2D8B);
    color: #fff;
}

@media (max-width: 991.98px) {
    .ecom-t3-hero-banner--full {
        min-height: 200px;
    }

    .ecom-t3-trust-item {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}
