html.page-template-template-homepage,
body.page-template-template-homepage {
    overflow-x: hidden;
}

/* Homepage Before Slider Section */
.homepage-before-slider {
    --content-over-media-height: auto;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.homepage-before-slider .before-slider-wrapper {
    position: relative;
    width: 100%;
    height: var(--content-over-media-height, auto);
}

.homepage-before-slider .before-slider-image {
    width: 100%;
    line-height: 0;
    display: block;
}

.homepage-before-slider .before-slider-image img {
    width: 100%;
    height: var(--content-over-media-height, auto);
    object-fit: cover;
    object-position: center;
    display: block;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow-wrap: anywhere;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.homepage-before-slider .before-slider-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
}

.homepage-before-slider .before-slider-content-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
    padding-bottom: 40px;
}

.homepage-before-slider .before-slider-content-inner {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
}

.homepage-before-slider .before-slider-subtitle {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-weight: 400;
}

.homepage-before-slider .before-slider-title {
    margin-top: 20px;
    margin-bottom: 20px;
}

.homepage-before-slider .before-slider-text {
    font-size: 1.1rem;
    margin-bottom: 10px;
    line-height: 1.6;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.homepage-before-slider .before-slider-buttons {
    display: inline-grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 15px;
    justify-content: center;
    margin-top:20px;
}

.homepage-before-slider .before-slider-button {
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 1rem;
    padding: 0.65rem 1.75rem;
    min-width: 120px;
    white-space: nowrap;
    position: relative;
    transition: background-color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
                color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
                border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.homepage-before-slider .before-slider-button:first-child {
    background-color: #fff;
    color: #003366;
    border-color: #fff;
}

.homepage-before-slider .before-slider-button:hover {
    background-color: #fff;
    color: #003366;
    border-color: #fff;
}

.homepage-before-slider .before-slider-button:first-child:hover {
    background-color: #003366;
    color: #fff;
    border-color: #003366;
}

.homepage-before-slider .before-slider-button:only-child {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.homepage-before-slider .before-slider-button:only-child:hover {
    background-color: #fff;
    color: #003366;
    border-color: #fff;
}

@media (max-width: 767px) {
    .homepage-before-slider .before-slider-content-overlay {
        padding-bottom: 40px;
    }

    .homepage-before-slider .before-slider-content-inner {
        padding: 0 15px;
    }

    .homepage-before-slider .before-slider-subtitle {
        font-size: 0.75rem;
        margin-bottom: 5px;
        letter-spacing: 1.5px;
    }

    .homepage-before-slider .before-slider-title {
        margin-bottom: 15px;
    }

    .homepage-before-slider .before-slider-text {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }

    .homepage-before-slider .before-slider-buttons {
        display: inline-grid;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
        gap: 10px;
        width: auto;
    }

    .homepage-before-slider .before-slider-button {
        padding: 0.65rem 1.5rem;
        font-size: 0.9rem;
    }
}



.homepage-main {
    
}


.homepage-hero-section {
    position: relative;
    overflow: hidden; 
    width: 100%; 
}

.hero-swiper-container {
    width: 100%;
    height: auto;
}

/* Pre-define layout BEFORE Swiper initializes to prevent CLS */
.hero-swiper-container .swiper-wrapper {
    display: flex;
}

.hero-slide {
    flex-shrink: 0;
    width: 100%;
}

.hero-swiper-container.swiper-initialized .hero-slide {
    width: auto;
}

.hero-slide {
    display: flex;
    align-items: center;
    justify-content: center; 
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 500px; 
    box-sizing: border-box;
    width: 100%; 
}

.hero-slide .hero-slide-content {
    position: relative;
    z-index: 2;
    color: #fff; 
    max-width: 1600px; 
    width: 100%; 
    margin-left: auto; 
    margin-right: auto; 
    padding: 50px 20px; 
    box-sizing: border-box; 
}

.hero-slide .hero-slide-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}


.hero-slide .hero-slide-main-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    max-height: 300px; 
    animation: float-effect 4s ease-in-out infinite;
}

.hero-slide .hero-slide-title {
    margin-bottom: 15px;
}

.hero-slide .hero-slide-text {
    font-size: 1.1rem; 
    margin-bottom: 25px;
    line-height: 1.6;
    max-width: 500px;
    margin:auto;
}

.hero-slide .hero-slide-buttons .btn {
    margin: 0 10px;
    padding: 12px 25px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff; 
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
    border-radius:0px;
}

.hero-slide .hero-slide-buttons .btn:hover {
    background-color: #fff;
    color: #333;
}


.hero-swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.7;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #007bff; 
}

.hero-swiper-button-next,
.hero-swiper-button-prev {
    color: #fff; 
}


.homepage-explore-categories {
    padding: 30px 0; 
    text-align: center;
}
.homepage-explore-categories .section-title {
    margin-bottom: 20px;
    margin-top:70px;
    text-align: center;
}


.homepage-explore-categories .section-text { 
    margin-bottom: 30px; 
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
/* Explore Categories Slider */
.explore-categories-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.explore-categories-swiper-container {
    width: 100%;
    overflow: visible;
    position: relative;
}

/* Pre-define layout BEFORE Swiper initializes to prevent CLS */
.explore-categories-swiper-container .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.explore-category-slide {
    flex-shrink: 0;
    height: auto;
    box-sizing: border-box;
    /* Mobile default: 2.3 slides visible, 20px gap */
    width: calc((100% - 20px) / 2.3);
    margin-right: 20px;
}

/* Tablet: 3.3 slides, 30px gap */
@media (min-width: 768px) {
    .explore-category-slide {
        width: calc((100% - 60px) / 3.3);
        margin-right: 30px;
    }
}

/* Desktop: 4.3 slides, 35px gap */
@media (min-width: 1024px) {
    .explore-category-slide {
        width: calc((100% - 105px) / 4.3);
        margin-right: 35px;
    }
}

/* Large desktop: 4.3 slides, 40px gap */
@media (min-width: 1200px) {
    .explore-category-slide {
        width: calc((100% - 120px) / 4.3);
        margin-right: 40px;
    }
}

/* Once Swiper initializes, it controls widths */
.explore-categories-swiper-container.swiper-initialized .explore-category-slide {
    width: auto;
    margin-right: 0;
}

/* Reserve space for images with aspect-ratio */
.explore-category-slide .category-image-wrapper {
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.explore-category-slide .category-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Legacy grid support (fallback) */
.explore-categories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (min-width: 992px) {
    .explore-categories-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}





.explore-category-item-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.explore-category-item {
    text-align: center;
    overflow: hidden; 
}

.explore-category-item .category-image-wrapper {
    overflow: hidden; 
    margin-bottom: 12px; 
}

.explore-category-item img {
    max-width: 100%;
    height: auto;
    display: block; 
    object-fit: cover; 
    transition: transform 0.7s ease; 
}

.explore-category-item-link:hover .explore-category-item img {
    transform: scale(1.05);
}

.explore-category-item-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin-top: 40px;
}

.explore-category-item .category-title {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1.3rem;
    font-weight: 400;
}

.category-title {
    margin: 0;
}

.explore-category-item .category-link {
    font-size: 0.85rem;
    white-space: nowrap;
    border: none;
    padding: 0 0 4px 0;
    background: transparent;
    position: relative;
    color: #303030;
}

/* Animated underline effect */
.explore-category-item .category-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #303030;
    transform-origin: right;
    transition: transform 0.3s ease;
}

.explore-category-item-link:hover .category-link::after {
    transform: scaleX(0);
    transform-origin: left;
}

.explore-category-item-link:hover .category-link {
    color: #003366;
}

.homepage-static-photo {
        margin: 100px 0px 0px 0px;
}

@media (max-width: 767px) {

    .homepage-static-photo {
margin: 0px 0px 60px 0px;
    }

    .explore-category-item .category-image-wrapper {
        margin-bottom:0px;
    }

    .hero-slide .hero-slide-title {
        /* inherits from h2 */
    }

    .homepage-blog-posts {
        padding: 0px 0;
    }

    .hero-slide .hero-slide-buttons .btn {
        margin:5px 0px;
        width:100%;
    }

    .homepage-explore-categories {
        padding: 0px;
    }
    
    .homepage-explore-categories .section-title {
        margin-bottom: 15px;
        margin-top:20px;
    }
    
    .homepage-explore-categories .section-text {
        font-size: 0.9rem;
        margin-bottom: 20px;
        padding: 0 10px; 
    }
    
    /* Explore Categories Slider - Mobile */
    .explore-categories-slider-wrapper {
        margin: 0 -15px; /* Allow slider to extend to edges */
        padding: 0 15px;
    }

    .explore-categories-swiper-container {
        padding-bottom: 0px;
    }

    .explore-category-item {
        overflow: hidden;
        max-width: 100%;
    }

    .explore-category-item img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .explore-category-item-footer {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-top: 20px;
    }

    .explore-category-item .category-title {
        text-align: center;
        width: 100%;
        margin: 0;
        font-size: 1rem;
    }

    .explore-category-item .category-link {
        font-size: 0.75rem;
        padding: 0 0 3px 0;
    }

    /* Legacy grid fallback */
    .explore-categories-grid {
        gap: 15px;
        padding: 0px;
    }
}


.homepage-two-image-slider {
    overflow: hidden; 
    width: 100%; 
    margin:60px 0px;
}
.two-image-swiper-container {
    width: 100%;
}

/* Pre-define layout BEFORE Swiper initializes to prevent CLS */
.two-image-swiper-container .swiper-wrapper {
    display: flex;
}

.two-image-slide {
    flex-shrink: 0;
    width: 100%;
}

.two-image-swiper-container.swiper-initialized .two-image-slide {
    width: auto;
}

.two-image-slide {
    display: flex;
    align-items: stretch; 
    gap: 0; 
    background-color: #fff; 
}
.two-image-slide .slide-image-left {
    flex: 0 0 35%; 
    min-width: 0; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
}
.two-image-slide .slide-image-left img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
    display: block;
}

.two-image-slide .slide-image-right-wrapper {
    flex: 0 0 65%; 
    min-width: 0; 
    position: relative; 
    color: #fff; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-align: center; 
    padding: 0; 
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    height: auto; 
    min-height: 500px; 
    max-height: 600px; 
}


.two-image-slide .slide-image-right-wrapper .slide-image-right-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; 
}

.two-image-slide .slide-content-overlay {
    position: relative; 
    z-index: 1; 
    padding: 30px; 
    background-color: transparent; 
    width: 90%; 
    max-width: 700px; 
    margin: 0 auto;
    color: #fff; 
    box-sizing: border-box; 
}

.two-image-slide .slide-title {
    margin-bottom: 15px;
}

.two-image-slide .slide-text {
    font-size: 1.125rem; 
    margin-bottom: 20px; 
    line-height: 1.6;
}

.two-image-slide .btn-two-image-slider.slide-button {
    background-color: transparent;
    color: #fff;
    border:1px solid #fff;
    border-radius: 0px;
    padding: 10px 25px;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    font-size: 1rem; 
    transition: background-color 0.3s, color 0.3s;
}

.two-image-slide .btn-two-image-slider.slide-button:hover {
    background-color: #fff;
    color: #003366;
}



@media (max-width: 767px) {
    .two-image-slide {
        flex-direction: column; 
    }
    .two-image-slide .slide-image-right-wrapper {
        order: 1; 
        height: auto; 
        min-height: 300px; 
    }
    .two-image-slide .slide-image-left {
        order: 2; 
        height: auto; 
        min-height: 300px; 
    }
    .two-image-slide .slide-image-left img,
    .two-image-slide .slide-image-right-wrapper .slide-image-right-bg {
        max-height: 400px; 
    }
    .two-image-slide .slide-content-overlay {
        padding: 15px; 
    }
    .two-image-slide .slide-title {
        margin-bottom: 10px;
    }
    .two-image-slide .slide-text {
        font-size: 1rem; 
        margin-bottom: 15px; 
    }
    .two-image-slide .btn-two-image-slider.slide-button {
        font-size: 1rem; 
        padding: 8px 20px; 
    }
}


.homepage-bestselling-models {
    text-align: center;
    overflow-x: hidden;
    width: 100%;
}

.homepage-bestselling-models .section-title {
    margin-bottom: 20px;
    color: #212121;
}

.homepage-bestselling-models .section-text {
    margin-bottom: 40px;
    color: #666;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.bestselling-swiper-container {
    width: 100%;
    overflow: visible;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

/* Pre-define layout BEFORE Swiper initializes to prevent CLS */
.bestselling-swiper-container .swiper-wrapper {
    display: flex;
}

.bestselling-product-slide {
    flex-shrink: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    /* Mobile default: 1.3 slides visible, 15px gap */
    width: calc((100% - 5px) / 1.3);
    margin-right: 15px;
}

/* 640px: 2.3 slides, 15px gap */
@media (min-width: 640px) {
    .bestselling-product-slide {
        width: calc((100% - 20px) / 2.3);
        margin-right: 15px;
    }
}

/* 768px: 3.3 slides, 20px gap */
@media (min-width: 768px) {
    .bestselling-product-slide {
        width: calc((100% - 46px) / 3.3);
        margin-right: 20px;
    }
}

/* 1200px: 4.3 slides, 20px gap */
@media (min-width: 1200px) {
    .bestselling-product-slide {
        width: calc((100% - 66px) / 4.3);
        margin-right: 20px;
    }
}

/* Once Swiper initializes, it controls widths */
.bestselling-swiper-container.swiper-initialized .bestselling-product-slide {
    width: auto;
    margin-right: 0;
}

/* Reserve space for product images with aspect-ratio */
.bestselling-product-slide .product-item img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    object-fit: cover;
}



.bestselling-product-slide .product-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    background: #fff;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    text-align: left;
}

.bestselling-product-slide .product-item a {
    text-decoration: none;
    color: inherit;
    display: block; 
}

.bestselling-product-slide .product-item a:first-child {
    flex-grow: 1;
}

.bestselling-product-slide .product-item img {
    width: 100%;
    max-height: 240px;
    min-height: 240px;
    height: auto;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 0; 
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.bestselling-product-slide .product-brand {
    color: #212121;
    font-size: 0.75rem;
    text-transform: uppercase !important;
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
}

.bestselling-product-slide .product-title {
    color: #212121;
    margin: 10px 0px 6px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-x: hidden;
    text-overflow: ellipsis;
    text-align: left;
    max-width: 100%;
    word-break: break-word;
}


.bestselling-product-slide .woocommerce-product-rating {
    display: inline-flex;
    gap: 10px;
    margin-bottom: 12px;
}

.bestselling-product-slide .star-rating {
    color: #003366;
    font-size: 0.75em !important;
    margin-bottom: 12px !important;
}

.bestselling-product-slide .star-rating span::before {
    color: goldenrod !important;
}


.bestselling-product-slide  ins {
    color: #ac1311;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex !important;
    margin-left: 2px;
}

.bestselling-product-slide del {
    color: #212121;
    font-size: 16px;
    display: inline-flex !important;
    font-weight: 400;
}


.bestselling-product-slide .product-stock-status-info {
    margin-top: 10px;
    font-size: 0.75rem;
    line-height: 1.4;
}

.bestselling-product-slide .stock-backorder {
    color: #ffc107;
    margin-bottom: 2px;
}

.bestselling-product-slide .stock-out {
    color: #dc3545;
    margin-bottom: 2px;
}


.bestselling-swiper-pagination {
    position: relative !important;
    margin-top: 40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100px !important; 
    height: 3px !important;
}

.bestselling-swiper-pagination.swiper-pagination-progressbar {
    background: rgba(0,0,0,0.15) !important; 

}

.bestselling-swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #003366 !important; 

}


.bestselling-swiper-container .swiper-button-next,
.bestselling-swiper-container .swiper-button-prev {
    display: none !important;
}



@media (max-width: 639px) {

    
    .homepage-bestselling-models .section-title {
        margin-bottom: 15px;
    }
    
    .homepage-bestselling-models .section-text {
        margin-bottom: 30px;
        font-size: 0.9rem;
    }
    
    .bestselling-swiper-container {
        padding-bottom: 40px;
    }
    
    .bestselling-product-slide .product-item {
        padding: 0;
        min-height: 350px;
    }
    
    .bestselling-product-slide .product-item img {
        max-height: 200px; 
        margin-bottom: 10px;
    }
    
    .bestselling-product-slide .product-title {
        margin: 8px 0 4px 0;
    }
    
    .bestselling-product-slide .product-price {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .bestselling-product-slide .product-stock-status-info {
        font-size: 0.7rem;
    }
}


@media (min-width: 640px) and (max-width: 767px) {
    .bestselling-product-slide .product-item img {
        max-height: 180px;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {
    .bestselling-product-slide .product-item img {
        max-height: 200px;
    }
}


@media (min-width: 1200px) {
    .bestselling-product-slide .product-item img {
        max-height: 240px;
    }
}


.homepage-video-section {
    position: relative;
    height: 60vh; 
    overflow: hidden;
    width: 100%;
    margin: 60px 0px;
}

.homepage-video-section .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; 
    z-index: 0;
}

.homepage-video-section .video-background iframe {
    width: 100vw;
    height: 56.25vw; 
    min-height: 100vh;
    min-width: 177.77vh; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homepage-video-section .video-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    align-items: center;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3); 
    z-index: 1;
    padding-bottom: 40px; 
}

.homepage-video-section .video-overlay-content .container {
    position: relative;
    z-index: 2;
}

.homepage-video-section .video-section-title {
    margin-bottom: 15px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

.homepage-video-section .video-section-text {
    font-size: 14px;
    line-height: 23.1px;
    max-width: 700px;
    margin: 0 auto 40px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

.homepage-video-section .video-section-button {
 color: white;
 border:1px solid #fff;
 padding: 10px 20px;
 border-radius:0px;
}
.homepage-video-section .video-section-button:hover {
background: white;
color:#212121
}

@media (max-width: 767px) {
    .homepage-video-section {
        height: 60vh; 
        margin: 30px 0px;
    }
    .homepage-video-section .video-overlay-content {
        padding-bottom: 30px;
    }
    .homepage-video-section .video-section-title {
        /* inherits from h2 */
    }
    .homepage-video-section .video-section-text {
        font-size: 14px;
        line-height: 23.1px;
        text-align: center;
        padding: 10px 20px;
        margin-bottom: 30px;
    }
}


.homepage-summer-collection {
    overflow-x: hidden;
    width: 100%;
}

.summer-collection-swiper-container {
    padding-bottom: 80px;
    overflow: visible;
}

/* Pre-define layout BEFORE Swiper initializes to prevent CLS */
.summer-collection-swiper-container .swiper-wrapper {
    display: flex;
}

.summer-collection-swiper-container .swiper-slide {
    flex-shrink: 0;
    width: 100%;
}

/* Once Swiper initializes, it controls widths */
.summer-collection-swiper-container.swiper-initialized .swiper-slide {
    width: auto;
}

.summer-collection-layout {
    display: flex;
    align-items: stretch; 
    width: 100%;
    height: 600px; 
    gap:20px;
    padding-top:40px;
}

.summer-content-column { 
    flex-basis: 50%;
    max-width: 50%;
    padding: 0; 
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: flex-end; 
    padding-right: 40px; 
}

.summer-content-inner {
    max-width: 700px; 
    width: 100%; 
    
    box-sizing: border-box;
    text-align: left;
    padding:20px;
}

.summer-image-column { 
    flex-basis: 50%;
    max-width: 50%;
    height: 100%; 
}

.summer-image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

.summer-collection-main-title {
    margin-bottom: 20px;
}

.summer-product-display {
    width: 100%;
    text-align: left;
}

.summer-product-image-wrapper {
    
    display: inline-flex; 
    flex-direction: column; 
    
    margin-bottom: 15px;
}

.summer-product-image-wrapper img {
    display: block;
    height: 400px;
    width: auto;
    max-width: 100%; 
    object-fit: contain;
}

.summer-product-name {
    font-size: 1.5rem;
    margin: 10px 0;
}

.summer-product-price {
    margin-bottom: 0; 
    font-size: 1.1rem;
}

.summer-product-details-below-image {
    color: #333;
    padding: 10px 0px 0px 0px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

.summer-product-details-below-image .summer-product-name,
.summer-product-details-below-image .summer-product-price {
    color: rgb(var(--text-color));
}
.summer-product-details-below-image .summer-product-name {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: normal;
    text-transform: none;
    margin: 0 0 5px 0;
}
.summer-product-details-below-image .summer-product-price {
    font-size: 14px;
    line-height: 19.6px;
    margin: 0;
}





@media (max-width: 767px) {
    .summer-collection-layout {
        flex-direction: column;
        gap:5px;
        height: auto; 
    }

    .summer-content-inner {
        padding:0px;
    }

    .summer-content-column,
    .summer-image-column {
        flex-basis: auto; 
        max-width: 100%; 
        width: 100%;
    }

    .summer-content-column {
        order: 1; 
        padding: 20px; 
        align-items: center; 
        text-align: center;
    }
    .summer-collection-main-title {
        margin-bottom: 8px;
        text-align: center;
    }
    .summer-product-display {
        text-align: center;
    }
    .summer-product-details-below-image .summer-product-name {
        font-size: 1.1rem; 
    }


    .summer-image-column {
        order: 2; 
        height: 400px; 
    }

    .summer-product-image-wrapper {
        height: 300px; 
    }
}


.homepage-banners-section {
    padding: 0px;
}
.banners-grid {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 30px;
}
@media (min-width: 768px) {
    .banners-grid {
        grid-template-columns: 1fr 1fr; 
        gap:30px;
    }
}
.banner-item {
    position: relative;
    padding: 40px;
    color: #fff; 
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat; 
    border-radius: 0px; 
    height: 500px; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: start; 
    text-align: left; 
}

.banner-item .banner-content { 
    position: relative; 
    z-index: 1;
    max-width: 350px; 
}
.banner-item .banner-pre-title {
    font-size: 12px;
    line-height: 20.4px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.banner-item .banner-title {
    font-size: 28px;
    line-height: 39.2px;
    letter-spacing: 5.04px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}
.banner-item .banner-text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: normal;
    text-transform: none;
}

.banner-item .banner-button {
    background: transparent;
    color:white;
    border:1px solid #fff;
    padding:10px 15px;
    border-radius:0px;
}

@media (max-width: 767px) {
    .banner-item {
        height: 350px;
        background-size: cover;
        padding:20px;
    }
    .banners-grid {
        gap:0px;
    }

    .banner-item .banner-text {
        width:80%;
    }

    .banner-item .banner-title {
        /* inherits from h3 */
    }

    
}


/* =====================================================
   BLOG POSTS SECTION - Featured + Trending Layout
   ===================================================== */

.homepage-blog-posts {
    padding: 60px 0;
}

/* Featured Post - 50/50 Layout */
.blog-featured-post {
    margin-bottom: 60px;
}

.blog-featured-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    text-decoration: none;
    color: inherit;
    align-items: center;
}

.blog-featured-image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 0;
}

.blog-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-featured-link:hover .blog-featured-image img {
    transform: scale(1.03);
}

.blog-featured-content {
    position: relative;
    padding: 20px 0;
}

.blog-featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #003366;
    color: #fff;
    font-size: 0.75rem;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 2;
}

.blog-post-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.blog-category {
    background-color: #f5f5f5;
    color: #212121;
    font-size: 0.75rem;
    padding: 5px 12px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 500;
}

.blog-date {
    color: #888;
    font-size: 0.85rem;
}

.blog-featured-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 20px 0;
    color: #212121;
    letter-spacing: normal;
    text-transform: none;
}

.blog-featured-excerpt {
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 25px;
}

.blog-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-author img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-author-name {
    font-size: 0.9rem;
    color: #212121;
}

/* Trending Section */
.blog-trending-section {
    padding-top: 40px;
}

.blog-trending-title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 30px 0;
    color: #212121;
}

.blog-trending-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #ddd;
}

.blog-trending-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-trending-item {
    /* Individual trending post card */
}

.blog-trending-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.blog-trending-image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 0;
}

.blog-trending-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-trending-link:hover .blog-trending-image img {
    transform: scale(1.03);
}

.blog-trending-content {
    /* Content below image */
}

.blog-trending-content .blog-post-meta {
    margin-bottom: 12px;
}

.blog-trending-post-title {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 10px 0;
    color: #212121;
    letter-spacing: normal;
    text-transform: none;
}

.blog-trending-excerpt {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #888;
}

/* Placeholder thumbnail */
.placeholder-thumbnail {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .blog-trending-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .homepage-blog-posts {
        padding: 40px 0;
    }

    .blog-featured-post {
        margin-bottom: 40px;
    }

    .blog-featured-link {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog-featured-content {
        padding: 0;
    }

    .blog-featured-badge {
        top: 10px;
        right: 10px;
        font-size: 0.7rem;
        padding: 5px 12px;
    }

    .blog-featured-title {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .blog-featured-excerpt {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    .blog-trending-section {
        padding-top: 30px;
    }

    .blog-trending-title {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .blog-trending-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .blog-trending-post-title {
        font-size: 1rem;
    }
}

.homepage-social-networks .section-title {
    text-align: center;
    margin-bottom: 20px;
}


.homepage-leon-outlet {
    padding: 60px 0;
    text-align: center;
    overflow: hidden; 
    width: 100%;
}
.outlet-swiper-container {
    width: 100%;
    overflow: hidden;
}

/* Pre-define layout BEFORE Swiper initializes to prevent CLS */
.outlet-swiper-container .swiper-wrapper {
    display: flex;
    
}
.outlet-product-slide {
    
}


.homepage-instagram-feed {
    padding: 60px 0;
    text-align: center;
    overflow: hidden; 
    width: 100%;
}
.instagram-swiper-container {
    position: relative; 
    padding-bottom: 30px; 
    width: 100%;
    overflow: hidden;
    margin-top:30px;
}
.instagram-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1; 
    object-fit: cover;
}


.instagram-swiper-pagination {
    position: relative !important;
    margin-top: 40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100px !important; 
    height: 3px !important; 
}

.instagram-swiper-pagination.swiper-pagination-progressbar { 
    background: rgba(0,0,0,0.15) !important; 
 
}

.instagram-swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #003366 !important; 
 
}


.instagram-swiper-container .swiper-button-next,
.instagram-swiper-container .swiper-button-prev {
     
}

.summer-collection-swiper-pagination,
.two-image-swiper-pagination,
.outlet-swiper-pagination {
    position: relative !important;
    margin-top: 40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100px !important;
    height: 3px !important;
}

.summer-collection-swiper-pagination.swiper-pagination-progressbar,
.two-image-swiper-pagination.swiper-pagination-progressbar,
.outlet-swiper-pagination.swiper-pagination-progressbar {
    background: rgba(0,0,0,0.15) !important;

}

.summer-collection-swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.two-image-swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.outlet-swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #003366 !important;

}


.hero-swiper-pagination {
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100px !important;
    height: 3px !important;
}

.hero-swiper-pagination.swiper-pagination-progressbar {
    background: rgba(255, 255, 255, 0.3) !important; 

}

.hero-swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ffffff !important; 

}


@keyframes float-effect {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
/* Homepage Static Photo Section */
.homepage-static-photo {
    width: 100%;
    line-height: 0; /* Remove extra space below image */
}

.homepage-static-photo img {
    width: 100%;
    height: auto;
    display: block;
}

/* Social Networks Section */
.homepage-social-networks {
    padding: 60px 0 100px;
    text-align: center;
    overflow: visible;
}

.homepage-social-networks .container {
    overflow: visible;
}

.social-networks-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.social-networks-item {
    width: 50px;
    height: 50px;
}

.social-networks-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.social-networks-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Vertical Infinite Scroll Gallery */
.social-gallery-vertical {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 40px;
    height: 400px;
    overflow: hidden;
}

.social-gallery-column {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.social-gallery-track {
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: scrollUp 20s linear infinite;
    will-change: transform;
}

/* Direction: UP (duplicated content - scroll 50%) */
.social-gallery-column[data-direction="up"][data-duplicated="true"] .social-gallery-track {
    animation-name: scrollUpHalf;
}

/* Direction: DOWN (duplicated content - scroll 50%) */
.social-gallery-column[data-direction="down"][data-duplicated="true"] .social-gallery-track {
    animation-name: scrollDownHalf;
}

/* Direction: UP (no duplicate - scroll 25% for smoother loop) */
.social-gallery-column[data-direction="up"][data-duplicated="false"] .social-gallery-track {
    animation-name: scrollUpQuarter;
}

/* Direction: DOWN (no duplicate - scroll 25% for smoother loop) */
.social-gallery-column[data-direction="down"][data-duplicated="false"] .social-gallery-track {
    animation-name: scrollDownQuarter;
}

@keyframes scrollUpHalf {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

@keyframes scrollDownHalf {
    0% { transform: translateY(-50%); }
    100% { transform: translateY(0); }
}

@keyframes scrollUpQuarter {
    0% { transform: translateY(0); }
    100% { transform: translateY(-25%); }
}

@keyframes scrollDownQuarter {
    0% { transform: translateY(-25%); }
    100% { transform: translateY(0); }
}

.social-gallery-item {
    flex-shrink: 0;
    aspect-ratio: 4 / 5;
    border-radius: 12px;
    overflow: hidden;
}

/* Fallback for browsers without aspect-ratio support */
@supports not (aspect-ratio: 4 / 5) {
    .social-gallery-item {
        position: relative;
        padding-bottom: 125%; /* 5/4 = 1.25 = 125% */
        height: 0;
    }

    .social-gallery-item img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.social-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    will-change: transform;
}

/* Hover effect - desktop only */
@media (hover: hover) and (pointer: fine) {
    .social-gallery-item:hover img {
        transform: scale(1.08);
    }

    /* Pause on hover */
    .social-gallery-column:hover .social-gallery-track {
        animation-play-state: paused;
    }
}

/* Touch devices - active state */
@media (hover: none) {
    .social-gallery-item:active img {
        transform: scale(1.05);
    }
}

/* Mobile: 2 columns */
@media (max-width: 767px) {
    .social-gallery-vertical {
        grid-template-columns: repeat(2, 1fr);
        height: 350px;
    }

    .social-gallery-column:nth-child(3),
    .social-gallery-column:nth-child(4) {
        display: none;
    }
}

/* Tablet+ */
@media (min-width: 768px) {
    .social-gallery-vertical {
        gap: 24px;
        height: 500px;
    }

    .social-gallery-track {
        gap: 24px;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .social-gallery-vertical {
        gap: 32px;
        height: 600px;
    }

    .social-gallery-track {
        gap: 32px;
        animation-duration: 25s;
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .social-gallery-track {
        animation: none;
        will-change: auto;
    }

    .social-gallery-item img {
        will-change: auto;
    }
}


