/* Homepage model rail follows the clean catalog image treatment without nested frames. */
.home .ot-products .ot-product-rail {
    border: 0 !important;
    gap: 24px !important;
}

/* Whitespace separates products; the native horizontal scrollbar remains available below. */
.home .ot-products .ot-product-card:not(:first-child) {
    border-left: 0 !important;
}

/* The label-free control bar keeps its navigation on the right edge. */
.home .ot-products .ot-section-head {
    justify-content: flex-end !important;
    margin-bottom: 14px !important;
}

.home .ot-products {
    padding-top: 26px !important;
}

.home .ot-products .ot-product-card {
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden;
    position: relative;
}

.home .ot-products .ot-product-card__image {
    aspect-ratio: 4 / 3;
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    display: block;
    margin: -1px -1px 0 !important;
    min-height: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    width: calc(100% + 2px) !important;
}

.home .ot-products .ot-product-card__image::after {
    display: none !important;
}

.home .ot-products .ot-product-card__image img {
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    height: 100% !important;
    max-height: none !important;
    max-width: none !important;
    mix-blend-mode: normal !important;
    object-fit: contain !important;
    padding: 0 !important;
    transform: none !important;
    transition: none !important;
    width: 100% !important;
}

.home .ot-products .ot-product-card__body {
    background: #fff !important;
    padding: 20px 24px 24px !important;
}

/* A compact editorial hierarchy keeps the model, product purpose and price easy to scan. */
.home .ot-products .ot-product-card__body > span {
    align-items: center;
    color: #b67a0b !important;
    display: flex;
    font-size: 12px !important;
    font-weight: 950 !important;
    gap: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home .ot-products .ot-product-card__body > span::after {
    display: none !important;
}

.home .ot-products .ot-product-card h3 {
    font-size: clamp(21px, 1.45vw, 25px) !important;
    line-height: 1.1 !important;
    margin: 14px 0 10px !important;
    min-height: 2.2em;
}

.home .ot-products .ot-product-card p {
    font-size: 15px !important;
    line-height: 1.45 !important;
    min-height: 1.45em;
}

.home .ot-products .ot-product-card p {
    margin-bottom: 14px !important;
}

.home .ot-products .ot-home-product-price {
    align-items: baseline;
    border-top: 0 !important;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin: auto 0 18px;
    padding-top: 14px;
}

.home .ot-products .ot-home-product-price small {
    color: #73808d;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.home .ot-products .ot-home-product-price strong,
.home .ot-products .ot-home-product-price strong * {
    color: #11151a !important;
    font-size: 18px;
    font-weight: 900;
}

.home .ot-products .ot-card-actions {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home .ot-products .ot-card-actions a {
    border: 0 !important;
    border-radius: 999px !important;
    font-size: 14px;
    min-height: 46px;
    padding: 0 10px;
}

.home .ot-products .ot-card-actions .ot-home-add-to-cart {
    background: #11151a !important;
    color: #fff !important;
}

.home .ot-products .ot-card-actions .ot-home-buy-now {
    background: linear-gradient(110deg, #f1d47d, #b77b12) !important;
    color: #11151a !important;
}

@media (hover: hover) and (pointer: fine) {
    /* This has the same crisp, quick feedback as the catalog product cards. */
    body.home.ot-motion-ready .ot-products .ot-product-card.is-visible {
        transition: transform 90ms ease-out, box-shadow 90ms ease-out, background-color 90ms ease-out, outline-color 90ms ease-out !important;
        transition-delay: 0s !important;
    }

    .home .ot-products .ot-product-card:hover,
    .home .ot-products .ot-product-card:focus-within {
        background: #fff7e7 !important;
        box-shadow: 0 26px 46px rgba(71, 49, 11, 0.27) !important;
        outline: 0;
        transform: translateY(-8px) !important;
        z-index: 2;
    }

    .home .ot-products .ot-product-card:hover .ot-product-card__body,
    .home .ot-products .ot-product-card:focus-within .ot-product-card__body {
        background: #fff7e7 !important;
    }

    .home .ot-products .ot-product-card:hover h3 a,
    .home .ot-products .ot-product-card:focus-within h3 a {
        color: #9a6100 !important;
    }
}

@media (max-width: 720px) {
    .home .ot-products .ot-product-card__image {
        min-height: 0 !important;
    }

    .home .ot-products .ot-product-card__image img {
        height: 100% !important;
        transform: none !important;
    }

    .home .ot-products .ot-product-card h3 {
        min-height: 0;
    }

    .home .ot-products .ot-card-actions {
        grid-template-columns: 1fr;
    }
}
