:root {
    --h4a-green: #16A34A;
    --h4a-orange: #F97316;
    --h4a-red: #DC2626;
    --h4a-bg: #FAFAFA;
    --h4a-cream: #FFF7ED;
    --h4a-text: #111827;
    --h4a-muted: #6B7280;
    --h4a-border: #E5E7EB;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: var(--h4a-bg);
    color: var(--h4a-text);
}

a {
    color: inherit;
    text-decoration: none;
}

.h4a-page {
    min-height: 60vh;
}

.h4a-placeholder {
    max-width: 1180px;
    margin: 40px auto;
    padding: 40px 20px;
    background: #fff;
    border: 1px solid var(--h4a-border);
    border-radius: 18px;
}

.h4a-site-header {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--h4a-border);
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
    backdrop-filter: blur(10px);
}

.h4a-topbar {
    background: var(--h4a-green);
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 12px;
}

.h4a-header-main {
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.h4a-logo img {
    display: block;
    width: 132px;
    height: auto;
}

.h4a-search {
    flex: 1;
    display: flex;
    background: var(--h4a-cream);
    border: 1px solid var(--h4a-border);
    border-radius: 999px;
    overflow: hidden;
}

.h4a-search input {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 11px 18px;
    font-size: 14px;
    outline: none;
}

.h4a-search button {
    border: 0;
    background: var(--h4a-orange);
    color: #fff;
    padding: 0 22px;
    font-weight: 700;
    cursor: pointer;
}

.h4a-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
}

.h4a-cart-link {
    background: var(--h4a-green);
    color: #fff;
    padding: 10px 15px;
    border-radius: 999px;
}

.h4a-site-footer {
    margin-top: 60px;
    background: #111827;
    color: #fff;
}

.h4a-footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 34px 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.h4a-footer-inner p {
    color: #D1D5DB;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .h4a-header-main {
        flex-wrap: wrap;
        gap: 12px;
    }

    .h4a-logo img {
        width: 130px;
    }

    .h4a-search {
        order: 3;
        width: 100%;
        flex-basis: 100%;
    }

    .h4a-header-actions {
        margin-left: auto;
    }

    .h4a-footer-inner {
        grid-template-columns: 1fr;
    }
}

.h4a-home {
    max-width: 1180px;
    margin: 0 auto;
    padding: 22px 20px 0;
}

.h4a-hero {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 28px;
    align-items: center;
    background: linear-gradient(135deg, #fff 0%, #fff7ed 55%, #dcfce7 100%);
    border: 1px solid var(--h4a-border);
    border-radius: 28px;
    padding: 44px;
    overflow: hidden;
}

.h4a-kicker {
    display: inline-flex;
    background: #dcfce7;
    color: #166534;
    font-weight: 800;
    border-radius: 999px;
    padding: 8px 14px;
    margin-bottom: 16px;
    font-size: 14px;
}

.h4a-hero h1 {
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.02;
    margin: 0 0 18px;
    letter-spacing: -1.5px;
}

.h4a-hero p {
    color: var(--h4a-muted);
    font-size: 18px;
    line-height: 1.6;
    max-width: 620px;
    margin: 0 0 26px;
}

.h4a-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.h4a-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 800;
}

.h4a-btn-primary {
    background: var(--h4a-green);
    color: #fff;
}

.h4a-btn-outline {
    background: #fff;
    color: var(--h4a-text);
    border: 1px solid var(--h4a-border);
}

.h4a-hero-card {
    background: #fff;
    border: 1px solid var(--h4a-border);
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
    text-align: center;
}

.h4a-hero-card img {
    max-width: 100%;
    height: auto;
}

.h4a-hero-badge {
    margin-top: 18px;
    background: var(--h4a-orange);
    color: #fff;
    font-weight: 900;
    border-radius: 999px;
    padding: 12px 14px;
}

.h4a-section {
    margin-top: 34px;
}

.h4a-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.h4a-section-head h2 {
    margin: 0;
    font-size: 28px;
    letter-spacing: -0.5px;
}

.h4a-section-head a {
    color: var(--h4a-green);
    font-weight: 900;
}

.h4a-category-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.h4a-category-grid a {
    min-height: 118px;
    background: #fff;
    border: 1px solid var(--h4a-border);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 30px;
    box-shadow: 0 10px 25px rgba(17, 24, 39, 0.04);
}

.h4a-category-grid span {
    font-size: 14px;
    font-weight: 900;
}

.h4a-promo-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.h4a-promo-card {
    border-radius: 24px;
    padding: 28px;
    color: #fff;
    min-height: 190px;
}

.h4a-promo-card h3 {
    margin: 0 0 10px;
    font-size: 28px;
}

.h4a-promo-card p {
    margin: 0 0 18px;
    opacity: 0.92;
    max-width: 420px;
}

.h4a-promo-card a {
    display: inline-flex;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.32);
    color: #fff;
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 900;
}

.h4a-promo-green {
    background: linear-gradient(135deg, #15803d, #16a34a);
}

.h4a-promo-orange {
    background: linear-gradient(135deg, #ea580c, #f97316);
}

.h4a-products-wrap ul.products {
    margin-top: 0;
}

@media (max-width: 900px) {
    .h4a-hero {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .h4a-category-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .h4a-promo-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .h4a-home {
        padding: 18px 14px 0;
    }

    .h4a-hero {
        border-radius: 22px;
        padding: 24px;
    }

    .h4a-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .h4a-section-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* WooCommerce product grid cleanup */
.h4a-products-wrap {
    margin-top: 12px;
}

.h4a-products-wrap ul.products,
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    margin: 0;
}

.h4a-products-wrap ul.products::before,
.h4a-products-wrap ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.h4a-products-wrap ul.products li.product,
.woocommerce ul.products li.product {
    float: none;
    width: auto;
    margin: 0;
    background: #fff;
    border: 1px solid var(--h4a-border);
    border-radius: 18px;
    padding: 12px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.045);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.h4a-products-wrap ul.products li.product:hover,
.woocommerce ul.products li.product:hover {
    transform: translateY(-3px);
    border-color: rgba(22, 163, 74, 0.28);
    box-shadow: 0 18px 38px rgba(17, 24, 39, 0.08);
}

.h4a-products-wrap ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.h4a-products-wrap ul.products li.product img,
.woocommerce ul.products li.product img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    background: #fffaf3;
    border: 1px solid #f2eadf;
    border-radius: 15px;
    padding: 14px;
    margin: 0 0 11px;
}

.h4a-products-wrap ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: var(--h4a-text);
    font-size: 14px;
    line-height: 1.32;
    font-weight: 900;
    padding: 0;
    margin: 0 0 7px;
    min-height: 38px;
}

.h4a-products-wrap ul.products li.product .price,
.woocommerce ul.products li.product .price {
    color: var(--h4a-green);
    font-size: 15px;
    font-weight: 900;
    margin: auto 0 10px;
}

.h4a-products-wrap ul.products li.product .button,
.woocommerce ul.products li.product .button {
    width: 100%;
    min-height: 38px;
    border-radius: 999px;
    background: var(--h4a-green);
    color: #fff;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    padding: 9px 14px;
    margin-top: auto;
}

.h4a-products-wrap ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:hover {
    background: #15803d;
    color: #fff;
}

.h4a-products-wrap ul.products li.product .onsale,
.woocommerce ul.products li.product .onsale {
    background: var(--h4a-red);
    color: #fff;
    border-radius: 999px;
    font-weight: 900;
    min-height: auto;
    line-height: 1;
    padding: 8px 10px;
    margin: 10px;
}

@media (max-width: 900px) {
    .h4a-products-wrap ul.products,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .h4a-products-wrap ul.products li.product img,
    .woocommerce ul.products li.product img {
        height: 145px;
    }
}

@media (max-width: 520px) {
    .h4a-products-wrap ul.products,
    .woocommerce ul.products {
        gap: 12px;
    }

    .h4a-products-wrap ul.products li.product,
    .woocommerce ul.products li.product {
        border-radius: 16px;
        padding: 10px;
    }

    .h4a-products-wrap ul.products li.product img,
    .woocommerce ul.products li.product img {
        height: 135px;
        border-radius: 14px;
    }

    .h4a-products-wrap ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 13px;
        min-height: 38px;
    }
}

.woocommerce ul.products li.product img.h4a-product-img-placeholder,
.h4a-products-wrap ul.products li.product img.h4a-product-img-placeholder {
    object-fit: contain;
    padding: 24px;
    opacity: 0.9;
}

/* WooCommerce shop/single page shell */
.h4a-woo-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 20px 60px;
}

.h4a-woo-shell .woocommerce-breadcrumb {
    color: var(--h4a-muted);
    font-size: 13px;
    margin: 0 0 14px;
}

.h4a-woo-shell .woocommerce-breadcrumb a {
    color: var(--h4a-green);
    font-weight: 800;
}

.h4a-woo-shell .woocommerce-products-header__title,
.h4a-woo-shell .page-title,
.h4a-woo-shell h1 {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.8px;
    margin: 0 0 12px;
    color: var(--h4a-text);
}

.h4a-woo-shell .woocommerce-result-count {
    color: var(--h4a-muted);
    font-weight: 700;
    margin: 0 0 18px;
}

.h4a-woo-shell .woocommerce-ordering {
    margin: 0 0 18px;
}

.h4a-woo-shell .woocommerce-ordering select {
    min-height: 42px;
    border: 1px solid var(--h4a-border);
    border-radius: 999px;
    background: #fff;
    padding: 0 14px;
    font-weight: 700;
    color: var(--h4a-text);
}

.h4a-woo-shell .woocommerce-notices-wrapper {
    margin-bottom: 16px;
}

.h4a-woo-shell nav.woocommerce-pagination {
    margin-top: 30px;
    text-align: center;
}

.h4a-woo-shell nav.woocommerce-pagination ul {
    border: 0;
    display: inline-flex;
    gap: 8px;
}

.h4a-woo-shell nav.woocommerce-pagination ul li {
    border: 0;
}

.h4a-woo-shell nav.woocommerce-pagination ul li a,
.h4a-woo-shell nav.woocommerce-pagination ul li span {
    min-width: 38px;
    min-height: 38px;
    border-radius: 12px;
    border: 1px solid var(--h4a-border);
    background: #fff;
    color: var(--h4a-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.h4a-woo-shell nav.woocommerce-pagination ul li span.current {
    background: var(--h4a-green);
    border-color: var(--h4a-green);
    color: #fff;
}

@media (max-width: 768px) {
    .h4a-woo-shell {
        padding: 20px 14px 48px;
    }

    .h4a-woo-shell .woocommerce-products-header__title,
    .h4a-woo-shell .page-title,
    .h4a-woo-shell h1 {
        font-size: 28px;
    }
}

/* Custom shop page layout */
.h4a-shop-page {
    background: #f2f8f1;
    padding: 0 20px 54px;
}

.h4a-shop-hero {
    max-width: 1480px;
    margin: 0 auto;
    padding: 34px 0 30px;
    text-align: center;
}

.h4a-shop-breadcrumb {
    color: var(--h4a-muted);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
}

.h4a-shop-breadcrumb a {
    color: var(--h4a-green);
}

.h4a-shop-breadcrumb span {
    margin: 0 4px;
}

.h4a-shop-hero h1 {
    font-size: 40px;
    line-height: 1;
    margin: 0 0 26px;
    color: var(--h4a-text);
    letter-spacing: -0.8px;
}

.h4a-shop-category-strip {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.h4a-shop-cat-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    color: var(--h4a-text);
}

.h4a-shop-cat-img {
    width: 88px;
    height: 88px;
    border-radius: 18px;
    background: #fff7ed;
    border: 1px solid #f2eadf;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.h4a-shop-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

.h4a-shop-panel {
    max-width: 1480px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #dbead8;
    border-radius: 14px;
    display: grid;
    grid-template-columns: 250px 1fr;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.05);
}

.h4a-shop-sidebar {
    border-right: 1px solid #dbead8;
    padding: 22px 18px;
    background: #fff;
}

.h4a-shop-sidebar h2 {
    font-size: 22px;
    margin: 0 0 16px;
    color: var(--h4a-text);
}

.h4a-shop-sidecats {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.h4a-shop-sidecats a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 34px;
    color: #244134;
    font-weight: 700;
    border-radius: 10px;
    padding: 6px 8px;
}

.h4a-shop-sidecats a:hover {
    background: #f0fdf4;
    color: var(--h4a-green);
}

.h4a-shop-sidecats em {
    font-style: normal;
    color: var(--h4a-green);
    font-weight: 900;
}

.h4a-shop-filter-placeholder {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--h4a-border);
}

.h4a-shop-filter-placeholder h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.h4a-shop-filter-placeholder p {
    margin: 0;
    color: var(--h4a-muted);
    line-height: 1.5;
    font-size: 14px;
}

.h4a-shop-products {
    min-width: 0;
}

.h4a-shop-toolbar {
    min-height: 58px;
    padding: 14px 18px;
    border-bottom: 1px solid #dbead8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.h4a-shop-toolbar p {
    margin: 0;
    color: var(--h4a-muted);
    font-weight: 800;
}

.h4a-shop-toolbar .woocommerce-ordering {
    margin: 0;
}

.h4a-shop-product-grid.products {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
}

.h4a-shop-product-grid.products::before,
.h4a-shop-product-grid.products::after {
    display: none;
}

.h4a-shop-product-grid.products li.product {
    float: none;
    width: auto;
    margin: 0;
    border-radius: 0;
    border: 0;
    border-right: 1px solid #dbead8;
    border-bottom: 1px solid #dbead8;
    box-shadow: none;
    padding: 20px;
    min-height: 430px;
}

.h4a-shop-product-grid.products li.product:hover {
    transform: none;
    box-shadow: inset 0 0 0 1px rgba(22, 163, 74, 0.18);
}

.h4a-shop-product-grid.products li.product img {
    height: 175px;
    border: 0;
    background: #fff;
    padding: 10px;
}

.h4a-shop-product-grid.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    min-height: 48px;
}

.h4a-shop-product-grid.products li.product .price {
    font-size: 16px;
    color: #00a866;
}

.h4a-shop-product-grid.products li.product .button {
    width: 44px;
    height: 44px;
    min-height: 44px;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    align-self: flex-end;
}

.h4a-shop-product-grid.products li.product .button::before {
    content: "🛒";
    font-size: 18px;
    line-height: 1;
}

.h4a-shop-pagination {
    padding: 24px 18px;
}

@media (max-width: 1100px) {
    .h4a-shop-category-strip {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .h4a-shop-product-grid.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .h4a-shop-page {
        padding: 0 14px 42px;
    }

    .h4a-shop-category-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .h4a-shop-panel {
        grid-template-columns: 1fr;
    }

    .h4a-shop-sidebar {
        border-right: 0;
        border-bottom: 1px solid #dbead8;
    }

    .h4a-shop-product-grid.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .h4a-shop-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }
}

.h4a-shop-cat-icon {
    font-size: 42px;
    line-height: 1;
    color: var(--h4a-green);
}

/* Homepage bottom showcase section */
.h4a-bottom-showcase {
    margin-top: 54px;
}

.h4a-bottom-delivery {
    min-height: 390px;
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 28px;
    align-items: center;
    background: linear-gradient(135deg, #1f6f58 0%, #2b7d68 58%, #22634f 100%);
    border-radius: 26px;
    padding: 34px 56px;
    overflow: hidden;
    color: #e9fff6;
    box-shadow: 0 20px 48px rgba(17, 24, 39, 0.08);
}

.h4a-bottom-visual {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h4a-bottom-image-placeholder {
    width: min(360px, 100%);
    min-height: 280px;
    border: 2px dashed rgba(255,255,255,0.42);
    border-radius: 24px;
    background: rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    text-align: center;
}

.h4a-bottom-image-placeholder span {
    font-size: 26px;
    font-weight: 900;
}

.h4a-bottom-image-placeholder small {
    opacity: 0.8;
    font-weight: 700;
}

.h4a-bottom-delivery-copy h2 {
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.08;
    letter-spacing: -1.6px;
    margin: 0 0 20px;
    color: #dffff3;
}

.h4a-bottom-delivery-copy p {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 800;
    color: #dffcef;
}

.h4a-bottom-delivery-copy a {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #123d31;
    border-radius: 999px;
    padding: 0 28px;
    font-weight: 900;
}

.h4a-bottom-sales-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 32px 0 18px;
}

.h4a-bottom-title-row {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.h4a-bottom-title-row h2 {
    margin: 0;
    font-size: 34px;
    letter-spacing: -0.8px;
}

.h4a-bottom-sales-head > a {
    color: var(--h4a-green);
    font-weight: 900;
}

.h4a-bottom-countdown {
    display: flex;
    gap: 8px;
}

.h4a-bottom-countdown span {
    width: 52px;
    height: 58px;
    background: #fff;
    border: 1px solid var(--h4a-border);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.h4a-bottom-countdown strong {
    color: var(--h4a-green);
    font-size: 22px;
    line-height: 1;
}

.h4a-bottom-countdown em {
    font-style: normal;
    font-size: 11px;
    color: var(--h4a-muted);
    font-weight: 800;
}

.h4a-bottom-sales-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
    align-items: stretch;
}

.h4a-bottom-sales-products ul.products {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.h4a-bottom-side-promo {
    min-height: 350px;
    border-radius: 24px;
    background: linear-gradient(145deg, #8fac48, #a7c75d);
    padding: 34px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h4a-bottom-side-promo h3 {
    margin: 0 0 16px;
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: -0.8px;
}

.h4a-bottom-side-promo p {
    margin: 0 0 24px;
    font-weight: 700;
    line-height: 1.55;
    color: rgba(255,255,255,0.9);
}

.h4a-bottom-side-promo a {
    width: fit-content;
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #143b2f;
    border-radius: 999px;
    padding: 0 24px;
    font-weight: 900;
}

@media (max-width: 1000px) {
    .h4a-bottom-delivery {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .h4a-bottom-sales-layout {
        grid-template-columns: 1fr;
    }

    .h4a-bottom-side-promo {
        min-height: 260px;
    }
}

@media (max-width: 640px) {
    .h4a-bottom-delivery {
        border-radius: 22px;
        padding: 24px;
    }

    .h4a-bottom-visual {
        min-height: 220px;
    }

    .h4a-bottom-image-placeholder {
        min-height: 210px;
    }

    .h4a-bottom-sales-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .h4a-bottom-sales-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Bottom showcase width + product card correction */
.h4a-bottom-showcase {
    width: min(1500px, calc(100vw - 48px));
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
}

.h4a-bottom-delivery {
    min-height: 420px;
    grid-template-columns: 0.9fr 1.1fr;
    padding: 38px 64px;
}

.h4a-bottom-delivery-copy h2 {
    max-width: 760px;
    font-size: clamp(42px, 4.2vw, 68px);
}

.h4a-bottom-sales-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
}

.h4a-bottom-sales-products ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.h4a-bottom-sales-products ul.products li.product {
    min-width: 0;
    width: auto;
}

.h4a-bottom-sales-products ul.products li.product img {
    height: 150px;
}

.h4a-bottom-sales-products ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 1.3;
    min-height: 42px;
}

.h4a-bottom-sales-products ul.products li.product .button {
    min-height: 38px;
    width: 100%;
    border-radius: 999px;
    font-size: 14px;
}

@media (max-width: 1100px) {
    .h4a-bottom-showcase {
        width: min(100%, calc(100vw - 28px));
    }

    .h4a-bottom-sales-layout {
        grid-template-columns: 1fr;
    }

    .h4a-bottom-sales-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Front page full-width alignment */
.h4a-home {
    max-width: 1500px;
    padding-left: 24px;
    padding-right: 24px;
}

.h4a-home .h4a-products-wrap ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.h4a-home .h4a-hero,
.h4a-home .h4a-category-grid,
.h4a-home .h4a-promo-row,
.h4a-home .h4a-products-wrap,
.h4a-home .h4a-section-head {
    width: 100%;
}

@media (max-width: 900px) {
    .h4a-home {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .h4a-home .h4a-products-wrap ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
