/* Global additions and safe overrides for default theme */
/* Seweet Alert */
.swal2-confirm {
    background-color: var(--brand-primary) !important;
    border-color: var(--brand-primary) !important;
    color: #fff !important;
}
.swal2-icon {
    color:  var(--brand-primary) !important;
    border-color: var(--brand-primary) !important;
}
/* End Seweet Alert */
.header-search.hs-expanded input.form-control {
    border-left: 2px solid var(--brand-primary) !important;
}
.btn-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .4em 0;
    /* padding: 1.14em 0; */
    line-height: 1.2;
    width: 3.6rem;
    height: 3.6rem;
    background-color: var(--brand-primary);
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.btn, .btn-product, .btn-product-icon {
    border-radius: .5rem !important;
    /* font-size: .8rem; */
}

.color-1{
    color: var(--brand-primary);
}
.page-header{
    background-color: unset;
}
/* .bg-1-head{
    position: relative;
}
 .bg-1-head::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--brand-primary);
    opacity: 0.1;
    z-index: -1;
}  */
.bg-1-head{
    position: relative;
    overflow: hidden;
    background: transparent;
}

.bg-1-head::before{
    content: "";
    position: absolute;
    inset: 0;

    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;

    filter: blur(14px);
    transform: scale(1.15);
    z-index: 0;
}

.bg-1-head > *{
    position: relative;
    z-index: 1;
}





/* Utility */
.d-none { display: none !important; }

/* Product card tweaks */
.product img { max-width: 100%; height: auto; }
.product .product-media { position: relative; }
.product .product-details { padding-top: 0.5rem; }
.product .product-name a { color: #222; text-decoration: none; }
.product .product-name a:hover { color: #111; }

.product-price .price { font-weight: 600; color: #222; }
.ratings-container del.rating-reviews { color: #888; display: inline-block; margin-top: 0.25rem; }

.product-action1 { margin-top: 0.75rem; gap: 0.5rem; }
.product-action1 .btn-product.btn-cart { display: inline-flex; align-items: center; padding: 0.5rem 0.75rem; }
.product-action1 .btn-product-icon { display: inline-flex; align-items: center; justify-content: center; }

/* Images fallback (optional helper) */
img[data-fallbacksrc] { background-color: #f5f5f5; }

/* Minor spacing improvements */
.header, .footer { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.container, .container-fluid { padding-left: 1rem; padding-right: 1rem; }



.shop-default-banner {
    padding: 7.4em 8.7em 7.6em;
}

.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1rem;
    overflow: hidden;
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (max-width: 1199px) {
    .d-xl-show {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .d-lg-show {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .d-md-show {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .d-sm-show {
        display: none !important;
    }
}

@media (max-width: 479px) {
    .d-xs-none {
        display: block !important;
    }
    .d-xs-show {
        display: none !important;
    }
    .d-xs-block {
        display: block !important;
    }
    .d-xs-inline-block {
        display: inline-block !important;
    }
}

.font-weight-bold {
    font-weight: 600 !important;
}

.font-weight-bolder {
    font-weight: 700 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}


.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.font-xssssss {
    font-size: 10px !important
}

.font-xsssss {
    font-size: 12px !important
}

.font-xssss {
    font-size: 14px !important
}

.font-xsss {
    font-size: 15px !important
}

.font-xss {
    font-size: 17px !important
}

.font-xs {
    font-size: 18px !important
}

.font-sm {
    font-size: 20px !important
}

.font-md {
    font-size: 22px !important
}

.font-lg {
    font-size: 25px !important
}

.font-xl {
    font-size: 28px !important
}

.font-xxl {
    font-size: 32px !important
}