@media (max-width: 991px) {
    .section-padding { padding: 65px 0; }
    .hero-slide { min-height: 620px; }
    .navbar-nav { padding-top: 18px; }
    .cursor-dot, .cursor-ring { display: none !important; }
}
@media (max-width: 575px) {
    .hero-slide { min-height: 560px; }
    .hero-actions .premium-btn, .hero-actions .outline-btn { width: 100%; text-align: center; }
    .card-img { height: 220px; }
    .page-hero { padding: 85px 0; }
}

/* Wood Ville final requested layout changes */
:root{
    --wv-main-nav-height:76px;
    --wv-category-height:48px;
    --wv-header-height:124px;
}

/* Shorter header + smaller logo */
.wv-navbar{
    min-height:76px !important;
    padding:8px 0 !important;
}
.wv-logo{
    min-width:150px !important;
}
.wv-logo img{
    max-height:46px !important;
    width:auto !important;
}
.wv-menu .nav-link{
    padding:14px 11px !important;
    font-size:12px !important;
}
.wv-category-row,
.wv-category-title,
.wv-category-link{
    min-height:48px !important;
}
.wv-category-title{
    padding:0 15px !important;
}
.wv-category-link{
    padding:0 13px !important;
}

/* Banner according to visible screen size */
#homeHero,
#homeHero .carousel-inner,
#homeHero .carousel-item{
    width:100% !important;
    height:calc(100svh - var(--wv-header-height)) !important;
    min-height:620px !important;
}
.hero-carousel-img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
}

/* Background image for requested home sections */
.index-bg-section{
    position:relative !important;
    isolation:isolate;
    /*background-image:*/
    /*    linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,232,244,.86)),*/
    /*    url('../images/backgroundimg.webp') !important;*/
    /*background-size:cover !important;*/
    /*background-position:center center !important;*/
    /*background-repeat:no-repeat !important;*/
    overflow:hidden;
}
.index-bg-section::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:radial-gradient(circle at 50% 45%, rgba(255,255,255,.45), rgba(255,255,255,.08) 58%, rgba(255,232,244,.22));
    pointer-events:none;
}
.index-bg-section > .container{
    position:relative;
    z-index:1;
}

/* Bigger cards with full product/category image visible - no crop */
.premium-card.category-card .card-img-wrap,
.premium-card.product-card .card-img-wrap,
.premium-card.collection-product-card .card-img-wrap{
    height:290px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:linear-gradient(180deg, #fffafd 0%, #fff1f8 100%) !important;
    padding:0px !important;
}
.premium-card.category-card .card-img,
.premium-card.product-card .card-img,
.premium-card.collection-product-card .card-img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    transform:none !important;
    filter:none !important;
}
.premium-card.category-card:hover .card-img,
.premium-card.product-card:hover .card-img,
.premium-card.collection-product-card:hover .card-img,
a:hover .premium-card.category-card .card-img,
a:hover .premium-card.product-card .card-img,
a:hover .premium-card.collection-product-card .card-img{
    transform:none !important;
    filter:none !important;
}
.index-bg-section .card-body-premium{
    min-height:88px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:22px 18px !important;
}
.index-bg-section .card-body-premium h3{
    margin:0 !important;
    font-size:clamp(20px, 1.65vw, 26px) !important;
    line-height:1.25 !important;
}

@media (max-width:991.98px){
    :root{
        --wv-main-nav-height:66px;
        --wv-category-height:46px;
        --wv-header-height:112px;
    }
    .wv-navbar{
        min-height:66px !important;
        padding:7px 0 !important;
    }
    .wv-logo img{
        max-height:42px !important;
    }
    #homeHero,
    #homeHero .carousel-inner,
    #homeHero .carousel-item{
        height:calc(100svh - var(--wv-header-height)) !important;
        min-height:520px !important;
    }
    .premium-card.category-card .card-img-wrap,
    .premium-card.product-card .card-img-wrap,
    .premium-card.collection-product-card .card-img-wrap{
        height:340px !important;
    }
}

@media (max-width:575.98px){
    :root{
        --wv-main-nav-height:60px;
        --wv-category-height:42px;
        --wv-header-height:102px;
    }
    .wv-navbar{
        min-height:60px !important;
        padding:6px 0 !important;
    }
    .wv-logo{
        min-width:126px !important;
    }
    .wv-logo img{
        max-height:36px !important;
    }
    .wv-category-row,
    .wv-category-title,
    .wv-category-link{
        min-height:42px !important;
    }
    #homeHero,
    #homeHero .carousel-inner,
    #homeHero .carousel-item{
        height:calc(100svh - var(--wv-header-height)) !important;
        min-height:390px !important;
    }
    .premium-card.category-card .card-img-wrap,
    .premium-card.product-card .card-img-wrap,
    .premium-card.collection-product-card .card-img-wrap{
        height:auto !important;
        padding:0px !important;
    }
}

/* =========================================================
   IMPRESSA inspired home banner + index cards for Wood Ville
   Applied only on index.php classes. Keeps dynamic data intact.
   ========================================================= */
.hero-slider.impressa-hero-slider{
    position:relative;
    width:100%;
    overflow:hidden;
    background:#151515 !important;
}
.hero-slider.impressa-hero-slider #homeHero,
.hero-slider.impressa-hero-slider #homeHero .carousel-inner,
.hero-slider.impressa-hero-slider #homeHero .carousel-item{
    width:100% !important;
    height:calc(100svh - var(--wv-header-height)) !important;
    min-height:620px !important;
    background:#151515 !important;
}
.hero-slider.impressa-hero-slider #homeHero .carousel-item{
    position:relative;
}
.hero-slider.impressa-hero-slider #homeHero .carousel-item::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.38));
    pointer-events:none;
}
.hero-slider.impressa-hero-slider .hero-carousel-img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    opacity:.82;
    transform:none !important;
    filter:none !important;
}
.hero-slider.impressa-hero-slider .hero-carousel-caption{
    left:50% !important;
    right:auto !important;
    top:50% !important;
    bottom:auto !important;
    width:min(880px, 90vw);
    max-width:90vw !important;
    transform:translate(-50%, -50%) !important;
    text-align:center !important;
    z-index:3 !important;
    padding:0 15px;
}
.hero-slider.impressa-hero-slider .hero-tag{
    color:#fff !important;
    font-size:13px !important;
    font-weight:600 !important;
    letter-spacing:4px !important;
    text-transform:uppercase !important;
    margin-bottom:18px !important;
}
.hero-slider.impressa-hero-slider .hero-carousel-caption h1{
    color:#fff !important;
    font-family:'Marcellus', serif !important;
    font-size:clamp(44px, 6vw, 86px) !important;
    font-weight:500 !important;
    line-height:1.02 !important;
    letter-spacing:.5px !important;
    margin:0 0 20px !important;
    text-transform:uppercase;
    text-shadow:0 14px 36px rgba(0,0,0,.34);
}
.hero-slider.impressa-hero-slider .hero-carousel-caption p{
    margin:0 auto 28px !important;
    max-width:640px !important;
    color:rgba(255,255,255,.88) !important;
    font-size:17px !important;
    line-height:1.7 !important;
}
.hero-slider.impressa-hero-slider .premium-btn{
    color:#fff !important;
    border-color:#fff !important;
    background:transparent !important;
    border-width:0 0 1px 0 !important;
    padding:8px 0 !important;
    letter-spacing:1.8px !important;
}
.hero-slider.impressa-hero-slider .premium-btn::before{
    display:none !important;
}
.hero-slider.impressa-hero-slider .premium-btn:hover{
    color:#fff !important;
    transform:translateY(-2px);
}
.hero-slider.impressa-hero-slider #homeHero .carousel-indicators{
    bottom:32px !important;
    z-index:4 !important;
}
.hero-slider.impressa-hero-slider #homeHero .carousel-indicators [data-bs-target]{
    width:10px !important;
    height:10px !important;
    border-radius:50% !important;
    border:1px solid rgba(255,255,255,.86) !important;
    background:transparent !important;
    opacity:1 !important;
    margin:0 7px !important;
}
.hero-slider.impressa-hero-slider #homeHero .carousel-indicators .active{
    background:#f8f5f2 !important;
}
.hero-slider.impressa-hero-slider #homeHero .carousel-control-prev,
.hero-slider.impressa-hero-slider #homeHero .carousel-control-next{
    width:64px !important;
    z-index:4 !important;
    opacity:.86 !important;
}
.hero-slider.impressa-hero-slider #homeHero .carousel-control-prev-icon,
.hero-slider.impressa-hero-slider #homeHero .carousel-control-next-icon{
    width:42px !important;
    height:42px !important;
    border:1px solid rgba(255,255,255,.55) !important;
    background-color:rgba(0,0,0,.20) !important;
}

.index-category-section,
.index-featured-section,
.index-our-products-section{
    /*background-image:*/
    /*    linear-gradient(180deg, rgba(245,245,243,.92), rgba(255,255,255,.88)),*/
    /*    url('../images/backgroundimg.webp') !important;*/
    /*background-size:cover !important;*/
    /*background-position:center !important;*/
    /*background-repeat:no-repeat !important;*/
}
.index-category-section .section-title,
.index-featured-section .section-title,
.index-our-products-section .section-title{
    font-family:'Marcellus', serif !important;
    font-size:clamp(34px, 4vw, 54px) !important;
    font-weight:500 !important;
    color:#4e4e4e !important;
    text-transform:uppercase;
}
.index-category-section .section-tag,
.index-featured-section .section-tag,
.index-our-products-section .section-tag{
    letter-spacing:3px !important;
    color:#8d7a68 !important;
}
.index-category-section .section-text{
    max-width:720px;
    color:#5b5b5b !important;
}
.index-category-section .row,
.index-featured-section .row,
.index-our-products-section .row{
    row-gap:44px !important;
}
.impressa-home-card,
.premium-card.impressa-home-card{
    display:flex !important;
    flex-direction:column !important;
    gap:23px !important;
    height:100% !important;
    background:transparent !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    overflow:visible !important;
    text-decoration:none !important;
    transition:transform .45s cubic-bezier(.5,1,.89,1) !important;
}
.impressa-home-card:hover,
.premium-card.impressa-home-card:hover{
    transform:translateY(-8px) !important;
    border:0 !important;
    box-shadow:none !important;
}
.impressa-home-card .impressa-card-media,
.premium-card.impressa-home-card .impressa-card-media{
    position:relative !important;
    height:clamp(380px, 34vw, 520px) !important;
    min-height:380px !important;
    width:100% !important;
    padding:0 !important;
    overflow:hidden !important;
    border-radius:0 !important;
    background:#f5f5f3 !important;
    box-shadow:0 24px 64px rgba(21,21,21,.10) !important;
}
.impressa-home-card .impressa-card-media::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(180deg, transparent 58%, rgba(0,0,0,.10));
    pointer-events:none;
}
.impressa-home-card .card-img,
.premium-card.impressa-home-card .card-img{
    width:100% !important;
    height:100% !important;
    display:block !important;
    object-fit:contain !important;
    object-position:center center !important;
    transform:scale(1) !important;
    filter:none !important;
    transition:transform .55s cubic-bezier(.5,1,.89,1) !important;
    background:#f5f5f3 !important;
}
.impressa-home-card:hover .card-img,
.premium-card.impressa-home-card:hover .card-img{
    transform:scale(1.07) !important;
    filter:none !important;
}
.impressa-home-card .impressa-card-content,
.premium-card.impressa-home-card .impressa-card-content{
    min-height:auto !important;
    padding:0 10px !important;
    background:transparent !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    text-align:center !important;
}
.impressa-home-card .impressa-card-content h3,
.premium-card.impressa-home-card .impressa-card-content h3{
    margin:0 0 8px !important;
    color:#3f3f3f !important;
    font-family:'Marcellus', serif !important;
    font-style:italic;
    font-size:clamp(25px, 2.1vw, 34px) !important;
    font-weight:600 !important;
    line-height:1.12 !important;
    text-transform:uppercase;
}
.impressa-card-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#343434 !important;
    font-family:'Marcellus', serif;
    font-size:21px;
    font-weight:400;
    line-height:1;
    transition:gap .3s ease, color .3s ease;
}
.impressa-card-link i{
    font-size:12px;
    opacity:0;
    transform:translateX(-10px);
    transition:opacity .3s ease, transform .3s ease;
}
.impressa-home-card:hover .impressa-card-link{
    gap:13px;
    color:#111 !important;
}
.impressa-home-card:hover .impressa-card-link i{
    opacity:1;
    transform:translateX(0);
}

@media (max-width:991.98px){
    .hero-slider.impressa-hero-slider #homeHero,
    .hero-slider.impressa-hero-slider #homeHero .carousel-inner,
    .hero-slider.impressa-hero-slider #homeHero .carousel-item{
        min-height:540px !important;
    }
    .impressa-home-card .impressa-card-media,
    .premium-card.impressa-home-card .impressa-card-media{
        height:430px !important;
        min-height:430px !important;
    }
}
@media (max-width:767.98px){
    .hero-slider.impressa-hero-slider .hero-carousel-caption.d-none{
        display:block !important;
    }
    .hero-slider.impressa-hero-slider .hero-carousel-caption h1{
        font-size:clamp(34px, 9vw, 54px) !important;
    }
    .hero-slider.impressa-hero-slider .hero-carousel-caption p{
        font-size:14px !important;
        line-height:1.55 !important;
    }
}
@media (max-width:575.98px){
    .hero-slider.impressa-hero-slider #homeHero,
    .hero-slider.impressa-hero-slider #homeHero .carousel-inner,
    .hero-slider.impressa-hero-slider #homeHero .carousel-item{
        min-height:430px !important;
    }
    .hero-slider.impressa-hero-slider #homeHero .carousel-control-prev,
    .hero-slider.impressa-hero-slider #homeHero .carousel-control-next{
        display:none !important;
    }
    .impressa-home-card .impressa-card-media,
    .premium-card.impressa-home-card .impressa-card-media{
        height:340px !important;
        min-height:340px !important;
    }
    .impressa-card-link{
        font-size:18px;
    }
}

/* Center-focus product carousel: 6 products, 3 visible, center card bigger */
.index-featured-section .wv-focus-carousel,
.index-our-products-section .wv-focus-carousel{
    position:relative;
    width:100%;
    overflow:visible;
    padding:6px 0 10px;
}
.index-featured-section .wv-focus-viewport,
.index-our-products-section .wv-focus-viewport{
    width:100%;
    overflow:hidden;
    padding:42px 8px 52px;
    margin:0 -8px;
}
.index-featured-section .wv-focus-track,
.index-our-products-section .wv-focus-track{
    display:flex;
    align-items:center;
    gap:30px;
    transform:translate3d(0,0,0);
    will-change:transform;
}
.index-featured-section .wv-focus-slide,
.index-our-products-section .wv-focus-slide{
    flex:0 0 calc((100% - 60px) / 3);
    max-width:calc((100% - 60px) / 3);
    position:relative;
    z-index:1;
    transform:scale(.88);
    transform-origin:center center;
    opacity:.78;
    filter:saturate(.92);
    transition:transform .7s cubic-bezier(.5,1,.89,1), opacity .7s ease, filter .7s ease;
}
.index-featured-section .wv-focus-slide.is-center,
.index-our-products-section .wv-focus-slide.is-center{
    z-index:5;
    transform:scale(1.08);
    opacity:1;
    filter:saturate(1);
}
.index-featured-section .wv-focus-slide .impressa-home-card,
.index-our-products-section .wv-focus-slide .impressa-home-card{
    height:auto !important;
    transform:none !important;
}
.index-featured-section .wv-focus-slide .impressa-card-media,
.index-our-products-section .wv-focus-slide .impressa-card-media{
    height:clamp(340px, 30vw, 470px) !important;
    min-height:340px !important;
    transition:box-shadow .7s ease, background-color .7s ease !important;
}
.index-featured-section .wv-focus-slide.is-center .impressa-card-media,
.index-our-products-section .wv-focus-slide.is-center .impressa-card-media{
    box-shadow:0 34px 82px rgba(21,21,21,.17) !important;
    background:#f8f5f2 !important;
}
.index-featured-section .wv-focus-slide:not(.is-center) .impressa-card-link,
.index-our-products-section .wv-focus-slide:not(.is-center) .impressa-card-link{
    opacity:.82;
}
.index-featured-section .wv-focus-slide.is-center .impressa-card-content h3,
.index-our-products-section .wv-focus-slide.is-center .impressa-card-content h3{
    color:#242424 !important;
}
.index-featured-section .wv-focus-slide:hover,
.index-our-products-section .wv-focus-slide:hover{
    opacity:1;
    filter:saturate(1);
}
.index-featured-section .wv-focus-slide:hover .impressa-home-card,
.index-our-products-section .wv-focus-slide:hover .impressa-home-card{
    transform:none !important;
}

.index-featured-section .wv-swiper-pagination,
.index-our-products-section .wv-swiper-pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    margin-top:2px;
    padding:8px 0 0;
}
.index-featured-section .wv-swiper-bullet,
.index-our-products-section .wv-swiper-bullet{
    width:42px;
    height:42px;
    border-radius:999px;
    border:1px solid rgba(238,155,199,.62);
    background:rgba(255,255,255,.82);
    color:#252525;
    font-size:12px;
    font-weight:800;
    letter-spacing:.04em;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-shadow:0 10px 26px rgba(238,155,199,.12);
    transition:transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.index-featured-section .wv-swiper-bullet:hover,
.index-our-products-section .wv-swiper-bullet:hover{
    transform:translateY(-2px);
    border-color:#EE9BC7;
    box-shadow:0 14px 32px rgba(238,155,199,.22);
}
.index-featured-section .wv-swiper-bullet.is-active,
.index-our-products-section .wv-swiper-bullet.is-active{
    width:58px;
    background:#EE9BC7;
    border-color:#EE9BC7;
    color:#111111;
    box-shadow:0 16px 38px rgba(238,155,199,.34);
}
.index-featured-section .wv-swiper-jump .wv-focus-slide,
.index-our-products-section .wv-swiper-jump .wv-focus-slide{
    animation:wvSwiperSoftIn .26s ease both;
}
@keyframes wvSwiperSoftIn{
    from{opacity:.45; transform:scale(.84);}
    to{opacity:.78; transform:scale(.88);}
}
.index-featured-section .wv-swiper-jump .wv-focus-slide.is-center,
.index-our-products-section .wv-swiper-jump .wv-focus-slide.is-center{
    animation:wvSwiperCenterIn .26s ease both;
}
@keyframes wvSwiperCenterIn{
    from{opacity:.55; transform:scale(.96);}
    to{opacity:1; transform:scale(1.08);}
}

@media (max-width:991.98px){
    .index-featured-section .wv-focus-track,
    .index-our-products-section .wv-focus-track{
        gap:20px;
    }
    .index-featured-section .wv-focus-slide,
    .index-our-products-section .wv-focus-slide{
        flex-basis:calc((100% - 40px) / 3);
        max-width:calc((100% - 40px) / 3);
        transform:scale(.9);
    }
    .index-featured-section .wv-focus-slide.is-center,
    .index-our-products-section .wv-focus-slide.is-center{
        transform:scale(1.04);
    }
    .index-featured-section .wv-focus-slide .impressa-card-media,
    .index-our-products-section .wv-focus-slide .impressa-card-media{
        height:360px !important;
        min-height:360px !important;
    }
}
@media (max-width:767.98px){
    .index-featured-section .wv-focus-viewport,
    .index-our-products-section .wv-focus-viewport{
        padding:24px 0 34px;
        margin:0;
    }
    .index-featured-section .wv-focus-track,
    .index-our-products-section .wv-focus-track{
        gap:0;
    }
    .index-featured-section .wv-focus-slide,
    .index-our-products-section .wv-focus-slide{
        flex:0 0 100%;
        max-width:100%;
        transform:scale(.96);
        opacity:1;
        filter:none;
    }
    .index-featured-section .wv-focus-slide.is-center,
    .index-our-products-section .wv-focus-slide.is-center{
        transform:scale(1);
    }
    .index-featured-section .wv-focus-slide .impressa-card-media,
    .index-our-products-section .wv-focus-slide .impressa-card-media{
        height:340px !important;
        min-height:340px !important;
    }
}


@media (max-width:575.98px){
    .index-featured-section .wv-swiper-pagination,
    .index-our-products-section .wv-swiper-pagination{
        gap:7px;
        flex-wrap:wrap;
    }
    .index-featured-section .wv-swiper-bullet,
    .index-our-products-section .wv-swiper-bullet{
        width:34px;
        height:34px;
        font-size:10px;
    }
    .index-featured-section .wv-swiper-bullet.is-active,
    .index-our-products-section .wv-swiper-bullet.is-active{
        width:46px;
    }
}


/* Real Swiper center-focus product carousel: Featured Products + Our Products */
.index-featured-section .woodville-product-swiper,
.index-our-products-section .woodville-product-swiper{
    width:100%;
    overflow:hidden !important;
    padding:48px 10px 54px !important;
    margin:0 -10px;
    position:relative;
}
.index-featured-section .woodville-product-swiper .swiper-wrapper,
.index-our-products-section .woodville-product-swiper .swiper-wrapper{
    align-items:center !important;
}
.index-featured-section .woodville-product-swiper .swiper-slide,
.index-our-products-section .woodville-product-swiper .swiper-slide{
    height:auto !important;
    opacity:.62;
    filter:saturate(.88);
    transform:scale(.84) !important;
    transform-origin:center center !important;
    transition:transform .72s cubic-bezier(.22,1,.36,1), opacity .72s ease, filter .72s ease, box-shadow .72s ease !important;
    z-index:1;
}
.index-featured-section .woodville-product-swiper .swiper-slide-active,
.index-our-products-section .woodville-product-swiper .swiper-slide-active{
    opacity:1 !important;
    filter:saturate(1) contrast(1.02) !important;
    transform:scale(1.08) !important;
    z-index:5;
}
.index-featured-section .woodville-product-swiper .impressa-home-card,
.index-our-products-section .woodville-product-swiper .impressa-home-card{
    height:auto !important;
    transform:none !important;
    border-radius:0 !important;
    overflow:hidden !important;
}
.index-featured-section .woodville-product-swiper .swiper-slide-active .impressa-home-card,
.index-our-products-section .woodville-product-swiper .swiper-slide-active .impressa-home-card{
    box-shadow:0 34px 82px rgba(21,21,21,.18) !important;
}
.index-featured-section .woodville-product-swiper .impressa-card-media,
.index-our-products-section .woodville-product-swiper .impressa-card-media{
    height:clamp(330px, 29vw, 460px) !important;
    min-height:330px !important;
    overflow:hidden !important;
    border-radius:0 !important;
    background:#f8f5f2 !important;
}
.index-featured-section .woodville-product-swiper .card-img,
.index-our-products-section .woodville-product-swiper .card-img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    transition:transform .7s cubic-bezier(.22,1,.36,1), filter .45s ease !important;
}
.index-featured-section .woodville-product-swiper .swiper-slide-active .impressa-card-content h3,
.index-our-products-section .woodville-product-swiper .swiper-slide-active .impressa-card-content h3{
    color:#242424 !important;
}
.index-featured-section .woodville-product-swiper .swiper-slide:hover,
.index-our-products-section .woodville-product-swiper .swiper-slide:hover{
    opacity:1;
    filter:saturate(1);
}
.index-featured-section .woodville-product-swiper .swiper-slide:hover .impressa-home-card,
.index-our-products-section .woodville-product-swiper .swiper-slide:hover .impressa-home-card{
    transform:none !important;
}
.index-featured-section .woodville-product-swiper .swiper-pagination,
.index-our-products-section .woodville-product-swiper .swiper-pagination{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    top:auto !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:10px !important;
    margin-top:2px !important;
    padding:8px 0 0 !important;
    width:100% !important;
}
.index-featured-section .woodville-product-swiper .woodville-swiper-bullet,
.index-our-products-section .woodville-product-swiper .woodville-swiper-bullet{
    width:42px !important;
    height:42px !important;
    border-radius:999px !important;
    border:1px solid rgba(238,155,199,.62) !important;
    background:rgba(255,255,255,.86) !important;
    color:#252525 !important;
    font-size:12px !important;
    font-weight:800 !important;
    letter-spacing:.04em !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    cursor:pointer !important;
    opacity:1 !important;
    margin:0 !important;
    box-shadow:0 10px 26px rgba(238,155,199,.12) !important;
    transition:width .25s ease, transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease !important;
}
.index-featured-section .woodville-product-swiper .woodville-swiper-bullet:hover,
.index-our-products-section .woodville-product-swiper .woodville-swiper-bullet:hover{
    transform:translateY(-2px) !important;
    border-color:#EE9BC7 !important;
    box-shadow:0 14px 32px rgba(238,155,199,.22) !important;
}
.index-featured-section .woodville-product-swiper .woodville-swiper-bullet.swiper-pagination-bullet-active,
.index-our-products-section .woodville-product-swiper .woodville-swiper-bullet.swiper-pagination-bullet-active{
    width:58px !important;
    background:#EE9BC7 !important;
    border-color:#EE9BC7 !important;
    color:#111111 !important;
    box-shadow:0 16px 38px rgba(238,155,199,.34) !important;
}
.index-featured-section .woodville-product-swiper.swiper-fallback-ready .swiper-wrapper,
.index-our-products-section .woodville-product-swiper.swiper-fallback-ready .swiper-wrapper{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:30px !important;
}
.index-featured-section .woodville-product-swiper.swiper-fallback-ready .swiper-slide,
.index-our-products-section .woodville-product-swiper.swiper-fallback-ready .swiper-slide{
    transform:none !important;
    opacity:1 !important;
    filter:none !important;
}

@media (max-width:991.98px){
    .index-featured-section .woodville-product-swiper,
    .index-our-products-section .woodville-product-swiper{
        padding:38px 8px 48px !important;
        margin:0 -8px;
    }
    .index-featured-section .woodville-product-swiper .swiper-slide,
    .index-our-products-section .woodville-product-swiper .swiper-slide{
        transform:scale(.88) !important;
    }
    .index-featured-section .woodville-product-swiper .swiper-slide-active,
    .index-our-products-section .woodville-product-swiper .swiper-slide-active{
        transform:scale(1.04) !important;
    }
    .index-featured-section .woodville-product-swiper .impressa-card-media,
    .index-our-products-section .woodville-product-swiper .impressa-card-media{
        height:360px !important;
        min-height:360px !important;
    }
}
@media (max-width:767.98px){
    .index-featured-section .woodville-product-swiper,
    .index-our-products-section .woodville-product-swiper{
        padding:24px 0 36px !important;
        margin:0 !important;
    }
    .index-featured-section .woodville-product-swiper .swiper-slide,
    .index-our-products-section .woodville-product-swiper .swiper-slide,
    .index-featured-section .woodville-product-swiper .swiper-slide-active,
    .index-our-products-section .woodville-product-swiper .swiper-slide-active{
        transform:scale(1) !important;
        opacity:1 !important;
        filter:none !important;
    }
    .index-featured-section .woodville-product-swiper .impressa-card-media,
    .index-our-products-section .woodville-product-swiper .impressa-card-media{
        height:340px !important;
        min-height:340px !important;
    }
    .index-featured-section .woodville-product-swiper.swiper-fallback-ready .swiper-wrapper,
    .index-our-products-section .woodville-product-swiper.swiper-fallback-ready .swiper-wrapper{
        grid-template-columns:1fr !important;
    }
}
@media (max-width:575.98px){
    .index-featured-section .woodville-product-swiper .swiper-pagination,
    .index-our-products-section .woodville-product-swiper .swiper-pagination{
        gap:7px !important;
        flex-wrap:wrap !important;
    }
    .index-featured-section .woodville-product-swiper .woodville-swiper-bullet,
    .index-our-products-section .woodville-product-swiper .woodville-swiper-bullet{
        width:34px !important;
        height:34px !important;
        font-size:10px !important;
    }
    .index-featured-section .woodville-product-swiper .woodville-swiper-bullet.swiper-pagination-bullet-active,
    .index-our-products-section .woodville-product-swiper .woodville-swiper-bullet.swiper-pagination-bullet-active{
        width:46px !important;
    }
}
/* Featured Products + Our Products pagination: blank black rounded dots */
.index-featured-section .wv-swiper-bullet,
.index-our-products-section .wv-swiper-bullet{
    width: 13px !important;
    height: 13px !important;
    min-width: 13px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    border: 0 !important;
    background: rgba(0,0,0,.35) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    box-shadow: none !important;
}

.index-featured-section .wv-swiper-bullet span,
.index-our-products-section .wv-swiper-bullet span{
    display: none !important;
}

.index-featured-section .wv-swiper-bullet.is-active,
.index-our-products-section .wv-swiper-bullet.is-active{
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    background: #000 !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Category/Product listing image-only cards: remove top-bottom gap and keep all cards same size */
.section-padding .product-grid .premium-card.product-image-only{
    height:100% !important;
    min-height:0 !important;
    padding:0 !important;
    overflow:hidden !important;
    background:transparent !important;
    border-radius:24px !important;
}
.section-padding .product-grid .premium-card.product-image-only .card-img-wrap{
    width:100% !important;
    height:320px !important;
    min-height:320px !important;
    aspect-ratio:1 / 1 !important;
    display:block !important;
    padding:0 !important;
    margin:0 !important;
    border-radius:24px !important;
    background:transparent !important;
}
.section-padding .product-grid .premium-card.product-image-only .card-img{
    width:100% !important;
    height:100% !important;
    min-height:100% !important;
    display:block !important;
    object-fit:cover !important;
    object-position:center center !important;
    margin:0 !important;
    padding:0 !important;
    border-radius:0 !important;
    transform:none !important;
    filter:none !important;
}
.section-padding .product-grid .premium-card.product-image-only:hover,
.section-padding .product-grid .premium-card.product-image-only:hover .card-img,
.section-padding .product-grid .premium-card.product-image-only:hover .card-img-wrap{
    transform:none !important;
    filter:none !important;
}
@media (max-width:991.98px){
    .section-padding .product-grid .premium-card.product-image-only .card-img-wrap{
        height:290px !important;
        min-height:290px !important;
    }
}
@media (max-width:575.98px){
    .section-padding .product-grid .premium-card.product-image-only .card-img-wrap{
        height:260px !important;
        min-height:260px !important;
    }
}


/* Home category cards: image should fill the card, no top/bottom blank gap */
.index-category-section .premium-card.category-card .impressa-card-media{
    padding:0 !important;
    background:transparent !important;
}
.index-category-section .premium-card.category-card .card-img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    background:transparent !important;
    margin:0 !important;
    padding:0 !important;
}
