.product-body {
    padding: 10px;
}

.product-card {
    border-radius: 0;
    border: 1px solid #e1e6ec;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-image-wrap {
    position: relative;
    margin-bottom: 0.9rem;
    flex: 0 0 auto;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #fff;
}

.product-image-wrap > a,
.product-image-wrap .img-skeleton {
    display: block;
    width: 100%;
    height: 100%;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border: 1px solid #e3e7ec;
}

.product-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.product-image-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    background: red;
    border: 1px solid red;
    min-width: 44px;
    padding: 0.3rem 0.55rem;
    font-weight: 800;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.product-model-number {
    font-size: 0.85rem;
    font-weight: 700;
    color: #6b7787;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
}

.product-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1c4d90;
    margin-bottom: 0.55rem;
    min-height: 2.8em;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.product-pricing {
    margin-bottom: 0.8rem;
}

.product-price-discounted {
    font-size: 1.2rem;
    font-weight: 900;
    color: #131f31;
}

.product-meta {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.9rem;
    min-height: 34px;
}

.meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #f4f7fb;
    border: 1px solid #e1e6ec;
    padding: 0.35rem 0.6rem;
    font-size: 0.9rem;
    color: #2f3f55;
    font-weight: 700;
    border-radius: 2px;
}

    .meta-item i {
        font-size: 0.9rem;
        color: #0f5bb7;
    }

    .meta-item strong {
        font-weight: 900;
        color: #131f31;
    }

.btn-details {
    background-color: #2b6db6;
    color: #fff;
    border-radius: 2px;
    font-weight: 800;
    border: none;
    padding: 0.8rem 1.2rem;
    min-width: 145px;
}

    .btn-details:hover {
        color: #fff;
        background: var(--cs-blue-dark);
    }

.home-product-actions {
    margin-top: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
}

.home-product-actions .btn-details {
    width: 100%;
}

.home-product-cart-form {
    margin: 0;
}

.btn-home-add-cart {
    width: 100%;
    border: 2px solid #15458f;
    background: #fff;
    color: #15458f;
    border-radius: 2px;
    font-weight: 800;
    padding: 0.7rem 1rem;
}

    .btn-home-add-cart:hover,
    .btn-home-add-cart:focus {
        background: #15458f;
        color: #fff;
    }

.home-delivery-strip {
    padding: 0.8rem 0 0;
    width: 100%;
    background: #971619;
}

.home-delivery-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.25rem;
    min-height: 62px;
    width: 100%;
    margin: 0 auto;
    padding: 0.65rem clamp(1rem, 2.5vw, 2.75rem);
    border-radius: 0;
    background: transparent;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}

.home-delivery-link:hover,
.home-delivery-link:focus {
    color: #fff;
    background: transparent;
}

.home-delivery-copy {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    color: #fff;
    line-height: 1.1;
    justify-self: start;
}

.home-delivery-copy strong {
    color: #fff;
    font-size: clamp(1.2rem, 1.65vw, 1.55rem);
    font-weight: 760;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-delivery-message {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1rem, 1.35vw, 1.25rem);
    font-weight: 800;
    line-height: 1.15;
    text-align: left;
    white-space: nowrap;
}

.home-delivery-separator {
    display: inline-block;
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.45);
    flex: 0 0 auto;
}

.home-delivery-icon {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    flex: 0 0 auto;
}

.home-delivery-cta {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    justify-self: end;
}

.home-delivery-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0.55rem 1.5rem;
    border: 2px solid #fff;
    border-radius: 4px;
    background: #fff;
    color: #971619;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.home-delivery-link:hover .home-delivery-action,
.home-delivery-link:focus .home-delivery-action {
    background: #f7f7f7;
    border-color: #f7f7f7;
    color: #7f1114;
}

/* Responsive */
@media (max-width: 767.98px) {
    .product-image {
        height: 220px;
    }

    .home-delivery-strip {
        padding: 0.85rem 0 0;
    }

    .home-delivery-link {
        grid-template-columns: minmax(0, 1fr);
        min-height: 76px;
        padding: 0.7rem 1rem;
        gap: 0.8rem;
    }

    .home-delivery-copy {
        flex-wrap: wrap;
        row-gap: 0.3rem;
    }

    .home-delivery-separator {
        height: 18px;
    }

    .home-delivery-cta {
        justify-content: flex-start;
        width: 100%;
        justify-self: start;
    }

    .home-delivery-message {
        text-align: left;
        white-space: normal;
    }
}

@media (max-width: 575.98px) {
    .product-card {
        padding: 1rem;
    }

    .home-delivery-link {
        gap: 0.6rem;
    }

    .home-delivery-copy strong {
        font-size: 1rem;
    }

    .home-delivery-message {
        font-size: 0.82rem;
    }

    .home-delivery-icon {
        font-size: 1rem;
    }

    .home-delivery-action {
        min-height: 34px;
        padding: 0.35rem 0.75rem;
        font-size: 0.78rem;
    }
}

/* Mobile storefront polish for home product sections */
@media (max-width: 767.98px) {
    .home-product-actions {
        width: 100%;
    }

    .home-product-cart-form,
    .home-product-actions .btn,
    .btn-home-add-cart,
    .btn-details {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .product-meta {
        gap: 0.45rem;
    }

    .meta-item {
        width: 100%;
        justify-content: center;
    }
}

.tile-content {
    top: 10vh;
}

    .tile-content h2 {
        text-align: center;
        color: rgba(255, 255, 255, 0.40);
        transition-duration: .5s;
    }

.category-tile .tile-overlay {
    transition-duration: .5s;
}

.category-tile .category-tile-media {
    transition-duration: .5s;
}

.category-tile:hover .category-tile-media {
    transform: scale(1.1)
}


.category-tile:hover .tile-overlay {
    background: rgba(0, 0, 0, .5);
}

.category-tile:hover .tile-content h2 {
    color: rgba(255, 255, 255, 1);
}


.g-6 {
    --bs-gutter-x: 4rem;
}

.px-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}