

            .ek-new-arrivals-section {
                margin: 40px 0;
                clear: both;
            }
            .ek-new-arrivals-header {
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 8px;
                margin-bottom: 20px;
            }
            .ek-new-arrivals-title {
                font-size: 42px;
                font-weight: 400;
                margin: 0;
                text-align: center;
            }
            /* Match the WooCommerce related-products heading ("Recommended for You" /
               "More from …") to the other carousels — same editorial size, centered
               (direct-child > h2 so product-card titles are untouched). No mobile shrink:
               all carousel titles share the "Most Viewed" size at every width. */
            .related.products > h2 {
                font-size: 42px;
                font-weight: 400;
                line-height: 1.15;
                text-align: center;
                margin: 0 0 20px;
            }
            .ek-new-arrivals-link {
                font-size: 14px;
                color: #333;
                text-decoration: none;
                display: flex;
                align-items: center;
                gap: 5px;
            }
            .ek-new-arrivals-link:hover {
                text-decoration: underline;
            }
            .ek-new-arrivals-link svg {
                width: 16px;
                height: 16px;
            }
            .ek-na-carousel {
                position: relative;
                overflow: hidden;
            }
            .ek-na-carousel .products {
                display: flex;
                margin: 0;
                padding: 0;
            }
            .ek-na-carousel .products .product {
                flex-shrink: 0;
                width: auto;
                margin: 0;
            }
            /* Keep the Shell-owned product cards evenly spaced inside Swiper. */
            .ek-new-arrivals-section .ek-na-carousel .swiper-wrapper > .swiper-slide {
                margin-right: 30px !important;
            }
            .ek-new-arrivals-section .ek-na-carousel .swiper-wrapper > .swiper-slide:last-child {
                margin-right: 0 !important;
            }
            .ek-na-carousel .swiper-button {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                z-index: 10;
                width: 32px;
                height: 32px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #fff;
                border-radius: 50%;
                box-shadow: 0 1px 4px rgba(0,0,0,0.1);
                cursor: pointer;
            }
            .ek-na-carousel .swiper-button svg,
            .ek-na-carousel .swiper-button-prev svg,
            .ek-na-carousel .swiper-button-next svg {
                width: 10px !important;
                min-width: 10px !important;
                height: 16px !important;
                flex-shrink: 0 !important;
                display: block !important;
            }
            .ek-na-carousel .swiper-button-prev { left: 0; }
            .ek-na-carousel .swiper-button-next { right: 0; }
            .ek-na-carousel .swiper-button:hover { background: #f5f5f5; }
            .ek-na-carousel .swiper-button::before,
            .ek-na-carousel .swiper-button::after,
            .ek-na-carousel .swiper-button-prev::before,
            .ek-na-carousel .swiper-button-prev::after,
            .ek-na-carousel .swiper-button-next::before,
            .ek-na-carousel .swiper-button-next::after { display: none !important; content: none !important; }
            .ek-na-carousel .swiper-pagination { margin-top: 15px; text-align: center; }
            .ek-na-carousel .ekcs-product-card__media {
                aspect-ratio: 1/1;
                overflow: hidden;
            }
            .ek-na-carousel .ekcs-product-card__image,
            .ek-na-carousel .ekcs-product-card__image img {
                width: 100%;
                height: 100%;
            }
            .ek-na-carousel .ekcs-product-card__image img { object-fit: cover; }
            /* Compatibility for recommendation cards that have not yet moved to the Shell template. */
            .ek-na-carousel .product .box-image,
            .ek-na-carousel .product .product-image,
            .ek-na-carousel .product .image-fade_in_back {
                aspect-ratio: 1/1;
                overflow: hidden;
            }
            .ek-na-carousel .product .box-image img,
            .ek-na-carousel .product .product-image img,
            .ek-na-carousel .product .image-fade_in_back img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        
/*# sourceURL=ek-new-arrivals-inline-css */

