/* ===============================
   KAIRACRAFT LUXURY COLOR THEME
================================= */

:root{
    --space-indigo:#22223b;
    --dusty-grape:#4a4e69;
    --lilac-ash:#9a8c98;
    --almond-silk:#c9ada7;
    --parchment:#f2e9e4;
}

/* ===============================
   GLOBAL
================================= */
body{
    padding-top:90px;
    font-family:Arial, sans-serif;
    background:var(--parchment);
    color:var(--space-indigo);
}

a{
    text-decoration:none;
}

/* ===============================
   NAVBAR
================================= */
.custom-navbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    background:rgba(242,233,228,.92);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    padding:14px 0;
    transition:all .35s ease;
    border-bottom:1px solid rgba(34,34,59,.06);
}

.custom-navbar.scrolled{
    background:var(--almond-silk);
    box-shadow:0 10px 24px rgba(34,34,59,.10);
    padding:10px 0;
}

/* Logo */
.site-logo{
    height:50px;
    width:auto;
    max-width:220px;
    display:block;
}

/* Navbar brand spacing */
.navbar-brand{
    margin-right:0;
    padding:0;
}

/* Mobile fix */
@media (max-width: 991.98px){

    .site-logo{
        height:38px;
        max-width:160px;
    }

    .custom-navbar .container{
        display:flex;
        align-items:center;
        justify-content:space-between;
        flex-wrap:nowrap;
    }

    .navbar-toggler{
        margin-left:auto;
    }
}

/* Extra small phones */
@media (max-width: 420px){

    .site-logo{
        height:32px;
        max-width:130px;
    }
}

/* Links */
.navbar-nav .nav-link{
    color:var(--dusty-grape) !important;
    font-weight:700;
    font-size:22px;
    margin-right:16px;
    padding:10px 14px !important;
    position:relative;
    transition:.3s ease;
    letter-spacing:.5px;
}

.navbar-nav .nav-link:hover{
    color:var(--space-indigo) !important;
}

.navbar-nav .nav-link.active{
    color:var(--space-indigo) !important;
}

/* underline */
.navbar-nav .nav-link::after{
    content:'';
    position:absolute;
    left:10px;
    right:10px;
    bottom:4px;
    height:2px;
    background:var(--almond-silk);
    transform:scaleX(0);
    transform-origin:left;
    transition:.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after{
    transform:scaleX(1);
}

/* Dropdown */
.dropdown-menu{
    background:#fff;
    border:none;
    border-radius:14px;
    box-shadow:0 14px 28px rgba(34,34,59,.08);
    padding:8px;
}

.dropdown-item{
    color:var(--dusty-grape);
    border-radius:10px;
    padding:9px 14px;
}

.dropdown-item:hover{
    background:var(--parchment);
    color:var(--space-indigo);
}

/* Buttons */
.btn-dark{
    background:var(--space-indigo);
    border-color:var(--space-indigo);
}

.btn-dark:hover{
    background:var(--dusty-grape);
    border-color:var(--dusty-grape);
}

.btn-outline-dark{
    border-color:var(--dusty-grape);
    color:var(--dusty-grape);
}

.btn-outline-dark:hover{
    background:var(--dusty-grape);
    color:#fff;
}


/* ===============================
   FILTER BAR (BAGS PAGE)
================================= */

.form-select{
    border-radius:12px;
    padding:10px;
    font-weight:500;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width:768px){

    .product-card-img{
        height:200px;
    }

    #mainImage{
        max-width:100%;
        height:260px;
    }

    .product-detail-box{
        padding:18px;
    }

    .product-title-lg{
        font-size:1.4rem;
    }

    .detail-row{
        flex-direction:column;
        gap:4px;
    }

    .detail-row strong{
        text-align:left;
    }
}

/* ===============================
   FOOTER
================================= */
footer{
    background:var(--space-indigo);
    color:var(--parchment);
}

footer h5{
    color:#fff;
}

footer a{
    color:var(--almond-silk);
}

footer a:hover{
    color:#fff;
}

footer hr{
    border-color:rgba(255,255,255,.12);
}

/* ===============================
   FORMS
================================= */
.form-control,
.form-select{
    border-radius:10px;
    border:1px solid #ddd;
}

.form-control:focus,
.form-select:focus{
    border-color:var(--almond-silk);
    box-shadow:0 0 0 .2rem rgba(201,173,167,.25);
}

/* ===============================
   MOBILE NAVBAR
================================= */
@media(max-width:991px){

    .navbar-collapse{
        background:#ffffff;
        margin-top:12px;
        padding:16px;
        border-radius:16px;
        box-shadow:0 14px 26px rgba(34,34,59,.08);
    }

    .navbar-nav .nav-link{
        margin-right:0;
        color:var(--dusty-grape) !important;
    }
}

/* =========================
   FULL WIDTH HERO
========================= */

.home-carousel-wrap{
    width: 100%;
    margin-bottom: 60px;
}

#homeCarousel{
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.hero-carousel-img{
    width: 100%;
    height: 78vh;
    object-fit: cover;
    object-position: center;
}

/* dark overlay */
.carousel-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,.65),
        rgba(0,0,0,.15)
    );
}

/* caption */
.custom-caption{
    position: absolute;
    left: 8%;
    right: auto;
    bottom: 15%;
    text-align: left;
    max-width: 550px;
    z-index: 10;
}

.custom-caption h2{
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
}

.custom-caption p{
    font-size: 18px;
    color: rgba(255,255,255,.9);
}

/* arrows */
.carousel-control-prev,
.carousel-control-next{
    width: 7%;
}

/* indicators */
.carousel-indicators button{
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
}

/* MOBILE */
@media(max-width:768px){

    .hero-carousel-img{
        height: 60vh;
    }

    .custom-caption{
        left: 24px;
        right: 24px;
        bottom: 10%;
    }

    .custom-caption h2{
        font-size: 34px;
    }

    .custom-caption p{
        font-size: 15px;
    }

}

/* ===============================
   LUXURY SECTION HEADING
================================= */

.luxury-heading{
    font-family: 'Parisienne', cursive;
    font-size: 58px;
    font-weight: 400;
    color: var(--space-indigo);
    line-height: 1.1;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

/* optional elegant underline */
.luxury-heading::after{
    content:'';
    width:80px;
    height:2px;
    background: var(--almond-silk);
    display:block;
    margin:16px auto 0;
    border-radius:20px;
}

/* MOBILE */
@media(max-width:768px){

    .luxury-heading{
        font-size:42px;
    }

}
/* ===============================
   CART
================================= */
/* OUTLINE BUTTON */

.modern-cart-outline-btn{

    height: 58px;

    padding: 0 24px;

    border-radius: 18px;

    border: 2px solid #6c5aa8;

    background: transparent;

    color: #6c5aa8;

    font-weight: 700;

    transition: .25s ease;
}

.modern-cart-outline-btn:hover{

    background: #6c5aa8;

    color: white;
}

/* =========================
   CART PAGE
========================= */

.cart-modern-card{
    background:#fff;
    border-radius:24px;
    padding:24px;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
}

.cart-product-img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:18px;
}

.cart-product-title{
    font-size:24px;
    font-weight:700;
    margin-bottom:10px;
}

.cart-price{
    font-size:22px;
    font-weight:700;
}

.cart-summary-box{
    background:#fff;
    border-radius:24px;
    padding:28px;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    position:sticky;
    top:110px;
}

.summary-row{
    display:flex;
    justify-content:space-between;
    font-size:20px;
    margin-bottom:12px;
}

@media(max-width:768px){

    .cart-product-title{
        font-size:20px;
    }

    .cart-product-img{
        height:240px;
    }

}
.cart-qty-input{
    width:80px;
    border-radius:12px;
}