.chic-hero-slider{
    position:relative;width:100%;height:var(--chic-slider-height,600px);
    overflow:hidden;border-radius:12px;font-family:Outfit,Arial,Helvetica,sans-serif;
    box-sizing:border-box;
}
.chic-hero-slider *,.chic-hero-slider *::before,.chic-hero-slider *::after{box-sizing:border-box}
.chic-hero-slide{
    position:absolute;inset:0;background-size:cover;background-position:center;
    background-repeat:no-repeat;opacity:0;visibility:hidden;
    transition:opacity .7s ease,visibility .7s ease;pointer-events:none;
}
.chic-hero-slide.active{opacity:1;visibility:visible;pointer-events:auto}
.chic-hero-overlay{
    position:absolute;inset:0;
    background:linear-gradient(90deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.15) 55%,rgba(0,0,0,0) 75%);
}
.chic-hero-content{
    position:relative;z-index:2;max-width:620px;padding:120px 0 60px 60px;color:#fff
}
.chic-hero-eyebrow{
    font-size:23px;font-weight:500;letter-spacing:.3px;margin:0 0 6px;position:relative;display:inline-block
}
.chic-hero-eyebrow:after{
    content:"";display:block;width:100%;height:2px;
    background:linear-gradient(90deg,#ff4d8d,transparent);margin-top:6px
}
.chic-hero-title{font-size:90px;font-weight:600;line-height:1.1;margin:14px 0}
.chic-hero-title span{display:block;color:#fff}
.chic-hero-title .pink{color:#f7a8c4}
.chic-hero-subtitle{font-size:46px;font-weight:500;color:#f2f2f2;margin:0}
.chic-hero-product-card{position:absolute;z-index:3;right:30px;bottom:30px;width:320px;background:#fff;border-radius:18px;padding:10px;text-align:center;box-shadow:0 12px 32px rgba(0,0,0,.22);overflow:hidden}
.chic-product-image-link{display:block;width:100%;height:170px;line-height:0;overflow:hidden;border-radius:12px}
.chic-hero-product-card img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center;border-radius:12px!important;margin:0!important;padding:0!important;box-shadow:none!important}
.chic-hero-product-card h4{font-size:19px!important;line-height:1.2!important;font-weight:600!important;margin:10px 0 4px!important;color:#111!important;text-align:left!important}
.chic-hero-product-card p{font-size:12px!important;color:#777!important;margin:0 0 12px!important;line-height:1.35!important;text-align:left!important}
.chic-product-buttons{display:flex;flex-direction:column;gap:8px}
.chic-add-cart{display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;gap:0!important;width:100%!important;height:44px!important;min-height:44px!important;background:#c94496!important;color:#fff!important;font-size:14px!important;font-weight:500!important;border-radius:24px!important;padding:0 54px 0 18px!important;margin:0!important;text-decoration:none!important;line-height:1!important;box-shadow:none!important}
.chic-add-cart span{position:absolute!important;right:4px!important;top:4px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;min-width:36px!important;max-width:36px!important;border-radius:50%!important;background:#fff!important;color:#222!important;font-size:17px!important;line-height:1!important;padding:0!important;margin:0!important;transform:none!important;box-sizing:border-box!important}
.chic-add-cart span .chic-cart-icon{width:17px!important;height:17px!important;display:block!important}
.chic-shop-now{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:42px!important;min-height:42px!important;background:#f7f7f8!important;border:0!important;color:#111!important;font-size:14px!important;font-weight:500!important;border-radius:23px!important;padding:0!important;text-decoration:none!important;line-height:1!important}
.chic-hero-dots{
    position:absolute;bottom:20px;left:50%;transform:translateX(-50%);
    z-index:4;display:flex;gap:8px
}
.chic-dot{
    width:30px;height:4px;padding:0;border:0;border-radius:2px;
    background:rgba(255,255,255,.4);cursor:pointer;transition:background .3s
}
.chic-dot.active{background:#ff4d8d}
@media(max-width:900px){
    .chic-hero-content{padding:70px 30px 30px;max-width:60%}
    .chic-hero-title{font-size:58px}
    .chic-hero-subtitle{font-size:30px}
    .chic-hero-product-card{width:300px;right:18px;bottom:45px}
}
@media(max-width:768px){
    .chic-hero-slider{height:600px}
    .chic-hero-content{padding:35px 20px;max-width:100%}
    .chic-hero-eyebrow{font-size:17px}
    .chic-hero-title{font-size:38px;margin:10px 0}
    .chic-hero-subtitle{font-size:22px}
    .chic-hero-product-card{width:190px;right:12px;bottom:42px;padding:10px}
    .chic-hero-product-card img{height:115px!important;max-height:115px!important}
    .chic-hero-product-card h4{font-size:13px!important}
    .chic-hero-product-card p{font-size:10px!important}
    .chic-add-cart,.chic-shop-now{font-size:11px!important;min-height:36px!important;padding:7px 8px!important}
}
@media(max-width:480px){
    .chic-hero-slider{height:600px}
    .chic-hero-content{max-width:100%;padding:25px 18px}
    .chic-hero-title{font-size:32px}
    .chic-hero-subtitle{font-size:19px}
    .chic-hero-product-card{width:165px;bottom:40px}
}

/* CHIC v1.2: image and cart icon have independent dimensions. */
.chic-hero-product-card .chic-add-cart span{flex:0 0 auto!important}
@media(max-width:480px){.chic-product-image-link{height:105px}.chic-hero-product-card{width:175px}}
