@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,600;1,700&display=swap');

html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

:root {
    /* --primary-color: #1c61e7;
    --primary-color-onhover: rgb(32, 90, 207);
    --primary-soft: #e6effd;
    --primary-soft-onhover: #b3cbf770; */
    --border-color: #80808059;
    --transition: all 0.15s ease-in;
    /* --border-focus: solid 1px #1c61e7; */
    --nav-color: #333;
    --background-light-gray: #ececec;
    --light-gray-text: rgb(127 123 119);
    --font-size-16: 16px;
    --card-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
    --font-lexend: 'Roboto', sans-serif;
    --font-open-sans: 'Open Sans', sans-serif;
    --leaf-color: rgb(107, 163, 49);

    /* --border-focus: solid 1px #e83a3a;
    --primary-color: #e83a3a;
    --primary-color-onhover: #e22727;
    --primary-soft: #ffa5a5;
    --primary-soft-onhover: #fe9b9b; */
}

.btn-primary {
    background: var(--primary-color) !important;
    color: var(--bs-white) !important;
}

html {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

body {
    background-color: #ffffff !important;
    background: #ffffff !important;
    font-family: var(--font-open-sans);
    -webkit-font-smoothing: antialiased;
}

main {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

img:not([src]) {
    visibility: hidden;
}

.width15px {
    width: 15px;
}

/* width */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--bs-gray-300);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--bs-gray-400);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden;
    }
}

.height70vh {
    height: 70vh !important;
}

.ionicon-search-outline {
    display: inline-block;
    -webkit-mask: url('../ionicons/dist/svg/search-outline.svg');
    background: currentColor;
    color: var(--bs-white);
    height: 20px;
    width: 20px;
}

.ionicon-link-outline {
    display: inline-block;
    -webkit-mask: url('../ionicons/dist/svg/link-outline.svg');
    background: currentColor;
    color: var(--bs-black);
    height: 25px;
    width: 25px;
}

.ionicon-paper-plane-outline {
    display: inline-block;
    -webkit-mask: url('../ionicons/dist/svg/paper-plane-outline.svg');
    background: currentColor;
    color: var(--bs-white);
    height: 25px;
    width: 25px;
}

.grid-icons-outline {
    display: inline-block;
    -webkit-mask: url('../ionicons/dist/svg/grid-outline.svg');
    background: currentColor;
    color: var(--bs-black);
    height: 24px;
    width: 24px;
    transition: var(--transition);
    cursor: pointer;
}

.list-icons-outline {
    display: inline-block;
    -webkit-mask: url('../ionicons/dist/svg/list-outline.svg');
    background: currentColor;
    color: var(--bs-black);
    height: 24px;
    width: 24px;
    transition: var(--transition);
    cursor: pointer;
}

.grid-list-icon-box {
    padding: 8px;
    background: var(--bs-white);
    border-radius: 10px;
    height: 40px;
    transition: var(--transition);
}

.message-send-icon {
    background-color: #ebebeb;
    margin: 0 5px;
    padding: 8px;
    border-radius: 50%;
    height: fit-content;
    display: flex;
    cursor: pointer;
    width: fit-content;
}

.ionicon-file {
    display: inline-block;
    -webkit-mask: url('../ionicons/dist/svg/document.svg');
    background: currentColor;
    color: var(--bs-white);
    height: 20px;
    width: 20px;
    vertical-align: sub;
}

.ionicon-ellipse {
    display: inline-block;
    -webkit-mask: url('../ionicons/dist/svg/ellipse.svg');
    background: currentColor;
    color: var(--primary-color);
    height: 20px;
    width: 20px;
    vertical-align: sub;
}

.ionicon-bag-handle-outline {
    display: block;
    -webkit-mask: url('../ionicons/dist/svg/bag-handle-outline.svg');
    background: currentColor;
    color: var(--primary-color);
    height: 20px;
    width: 20px;
}

.ionicon-heart {
    display: block;
    -webkit-mask: url('../ionicons/dist/svg/heart-outline.svg');
    background: currentColor;
    color: var(--primary-color);
    height: 20px;
    width: 20px;
}

.ionicon-person {
    display: block;
    -webkit-mask: url('../ionicons/dist/svg/person-outline.svg');
    background: currentColor;
    color: var(--primary-color);
    height: 20px;
    width: 20px;
}

.ionicon-compare-outline {
    display: block;
    -webkit-mask: url('../ionicons/dist/svg/shuffle-outline.svg');
    background: currentColor;
    color: var(--primary-color);
    height: 20px;
    width: 20px;
}

.ionicon-person-outline {
    display: block;
    -webkit-mask: url('../ionicons/dist/svg/person-outline.svg');
    background: currentColor;
    color: var(--bs-dark-text-emphasis);
    height: 20px;
    width: 20px;
}

.ionicon-cart-outline {
    display: block;
    -webkit-mask: url('../ionicons/dist/svg/cart-outline.svg');
    background: currentColor;
    color: var(--bs-dark-text-emphasis);
    height: 20px;
    width: 20px;
}

.ionicon-heart-outline {
    display: block;
    -webkit-mask: url('../ionicons/dist/svg/heart-outline.svg');
    background: currentColor;
    height: 100px;
    width: 100px;
    margin: auto;
    color: var(--bs-gray-300);
}

.ionicon-cart-outline-2 {
    display: block;
    -webkit-mask: url('../ionicons/dist/svg/cart-outline.svg');
    background: currentColor;
    height: 100px;
    width: 100px;
    margin: auto;
    color: var(--bs-gray-300);
}

.active-nav {
    background-color: var(--bs-white);
    color: var(--bs-black);
}

a {
    color: var(--primary-color);
    text-decoration: none !important;
}

.nav-category a:hover {
    color: var(--primary-color-onhover);
    text-decoration: none;

}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.color-white {
    color: var(--bs-white);
}

header {
    background-color: var(--bs-white);
}

.company-logo {
    width: 100%;
    height: 80px;
    display: flex;
    z-index: 100;
}

.company-logo img {
    max-width: 100%;
    max-height: 100%;
}

.searchcontainer {
    position: relative;
    width: 950px;
    padding: 2px;
    border-radius: 25px;
    background-color: var(--bs-white);
}

.searchbar {
    border: solid 1px var(--border-color);
    box-shadow: none !important;
    padding: 9px 43px 9px 15px;
    border-radius: 20px !important;
}

.searchicon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 5px;
    border: solid 1px var(--primary-color);
    border-radius: 36px;
    margin: 0;
    background: var(--primary-color);
    color: var(--bs-white);
    padding: 8px 8px;
}

.searchicon ion-icon {
    font-size: 24px !important;
}

.fa-bars {
    color: var(--primary-color);
}

.menu-icon {
    color: var(--bs-dark-text-emphasis);
    font-size: 24px;
    margin-right: 10px;

}

.offcanvas-body ul li {
    padding: 16px;
}

.offcanvas-body ul li small,
.nav-menu li small {
    background-color: #dc3545;
    color: var(--bs-white);
    margin-left: 10px;
    padding: 2px 4px;
    border-radius: 5px;
}

.menubar-logo {
    width: 35px;
}

.bg-nav {
    background-color: var(--primary-soft);
}

.navbar-md-icons {
    font-size: 20px !important;
    color: var(--bs-gray-800) !important;
}

.navbar-md ion-icon {
    font-size: 30px;
    vertical-align: middle;
    color: var(--bs-dark-text-emphasis);
}

.icon-color-prime {
    color: var(--bs-gray-800);
}

.language-box {
    border-top: solid 1px var(--border-color);
}

.swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.searchicon:hover {
    background-color: var(--primary-color-onhover);
    ;
    color: var(--bs-white);
    transition-duration: 0.2s;
}

.companylogo {
    width: 230px;
}

.card {
    border: none;
}

.card-body {
    padding: 16px;
}

.card-title {
    margin-bottom: 5px;
    font-size: var(--font-size-16);
    height: 19px;
    overflow: hidden;
    font-family: var(--font-lexend);
    font-weight: 500;
}

.card-text {
    color: var(--bs-gray-600);
    font-size: 14px;
    margin-bottom: 5px;
    height: 20px;
    overflow: hidden;
}

.product-disc {
    height: 22px;
    overflow: hidden;
    display: block;
}

.card-price {
    font-size: var(--font-size-16);
    font-weight: 600;
    color: var(--primary-color);
    margin: 0;
}

.theme-krajee-svg .empty-stars .krajee-icon-star {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjMycHgiIHdpZHRoPSIzMnB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHZpZXdCb3g9IjAgMCA0OC45NCA0Ny45NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbD0iI2FhYSIgc3Ryb2tlPSIjZmZmZiI+DQoNCjxnIGlkPSJTVkdSZXBvX2JnQ2FycmllciIgc3Ryb2tlLXdpZHRoPSIwIi8+DQoNCjxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlPSIjQ0NDQ0NDIiBzdHJva2Utd2lkdGg9IjAuMzgzNTE5OTk5OTk5OTk5OTciLz4NCg0KPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPiA8cGF0aCBzdHlsZT0iZmlsbDogI2QwZDBkMDsiIGQ9Ik0yNi4yODUsMi40ODZsNS40MDcsMTAuOTU2YzAuMzc2LDAuNzYyLDEuMTAzLDEuMjksMS45NDQsMS40MTJsMTIuMDkxLDEuNzU3IGMyLjExOCwwLjMwOCwyLjk2MywyLjkxLDEuNDMxLDQuNDAzbC04Ljc0OSw4LjUyOGMtMC42MDgsMC41OTMtMC44ODYsMS40NDgtMC43NDIsMi4yODVsMi4wNjUsMTIuMDQyIGMwLjM2MiwyLjEwOS0xLjg1MiwzLjcxNy0zLjc0NiwyLjcyMmwtMTAuODE0LTUuNjg1Yy0wLjc1Mi0wLjM5NS0xLjY1MS0wLjM5NS0yLjQwMywwbC0xMC44MTQsNS42ODUgYy0xLjg5NCwwLjk5Ni00LjEwOC0wLjYxMy0zLjc0Ni0yLjcyMmwyLjA2NS0xMi4wNDJjMC4xNDQtMC44MzctMC4xMzQtMS42OTItMC43NDItMi4yODVsLTguNzQ5LTguNTI4IGMtMS41MzItMS40OTQtMC42ODctNC4wOTYsMS40MzEtNC40MDNsMTIuMDkxLTEuNzU3YzAuODQxLTAuMTIyLDEuNTY4LTAuNjUsMS45NDQtMS40MTJsNS40MDctMTAuOTU2IEMyMi42MDIsMC41NjcsMjUuMzM4LDAuNTY3LDI2LjI4NSwyLjQ4NnoiLz4gPC9nPg0KDQo8L3N2Zz4=)
}

.theme-krajee-svg .filled-stars .krajee-icon-star {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjMycHgiIHdpZHRoPSIzMnB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHZpZXdCb3g9IjAgMCA0OC45NCA0Ny45NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbD0iI2FhYSIgc3Ryb2tlPSIjZmZmZiI+DQoNCjxnIGlkPSJTVkdSZXBvX2JnQ2FycmllciIgc3Ryb2tlLXdpZHRoPSIwIi8+DQoNCjxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlPSIjQ0NDQ0NDIiBzdHJva2Utd2lkdGg9IjAuMzgzNTE5OTk5OTk5OTk5OTciLz4NCg0KPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPiA8cGF0aCBzdHlsZT0iZmlsbDogI2VhYmUxMjsiIGQ9Ik0yNi4yODUsMi40ODZsNS40MDcsMTAuOTU2YzAuMzc2LDAuNzYyLDEuMTAzLDEuMjksMS45NDQsMS40MTJsMTIuMDkxLDEuNzU3IGMyLjExOCwwLjMwOCwyLjk2MywyLjkxLDEuNDMxLDQuNDAzbC04Ljc0OSw4LjUyOGMtMC42MDgsMC41OTMtMC44ODYsMS40NDgtMC43NDIsMi4yODVsMi4wNjUsMTIuMDQyIGMwLjM2MiwyLjEwOS0xLjg1MiwzLjcxNy0zLjc0NiwyLjcyMmwtMTAuODE0LTUuNjg1Yy0wLjc1Mi0wLjM5NS0xLjY1MS0wLjM5NS0yLjQwMywwbC0xMC44MTQsNS42ODUgYy0xLjg5NCwwLjk5Ni00LjEwOC0wLjYxMy0zLjc0Ni0yLjcyMmwyLjA2NS0xMi4wNDJjMC4xNDQtMC44MzctMC4xMzQtMS42OTItMC43NDItMi4yODVsLTguNzQ5LTguNTI4IGMtMS41MzItMS40OTQtMC42ODctNC4wOTYsMS40MzEtNC40MDNsMTIuMDkxLTEuNzU3YzAuODQxLTAuMTIyLDEuNTY4LTAuNjUsMS45NDQtMS40MTJsNS40MDctMTAuOTU2IEMyMi42MDIsMC41NjcsMjUuMzM4LDAuNTY3LDI2LjI4NSwyLjQ4NnoiLz4gPC9nPg0KDQo8L3N2Zz4=)
}

.card-rating {
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 5px;
}

header {
    position: sticky;
    top: -1px;
    z-index: 11;
	-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
}

.nav-outer {
    padding: 7px 0;
}

.nav-sticky {
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px 0px;
    padding: 6px 0px !important;
}

.search-nav {
    transition: all 0.5s ease-in-out;
}

.nav-scroll-up {
    position: sticky !important;
    top: -1px !important;
}

.nav-scroll-down {
    top: -65px;
}

.bghover:hover {
    color: var(--primary-color-onhover);
}

.Bungeefont {
    font-family: "Bungee Shade", cursive;
    font-size: 35px;
    color: var(--bs-black);
}

.iconsize {
    width: 10px;
}

.img-size-slider {
    height: 100vh;
}

.btn {
    transition: var(--transition);
}

.sliderbtn {
    background: rgb(255, 255, 255);
    width: 75px;
    border-radius: 12px;
    height: 25px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slider-click-act {
    height: 12px !important;
    width: 12px !important;
    border-radius: 60%;
}

.slider-img-border {
    border-radius: 10px;
}

.slider-btn-hover:hover {
    background-color: rgb(124, 118, 118) !important;
    transition-duration: 0.53s;
}

.main-bg {
    background-color: #f5f5f7;
}

.slider-caption {
    color: var(--bs-white) !important;
    margin-bottom: 50%;
}

.slider-caption-samsung {
    color: var(--bs-white) !important;
}

.sintony-bold {
    font-family: "Sintony", sans-serif;
    font-weight: 700;
}

.sintony-regular {
    font-family: "Sintony", sans-serif;
    font-weight: 400;
}

.nav-category {
    padding: 10px 14px;
    border: none;
    border-radius: 20px;
    height: fit-content;
    margin: 0;
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
    transition: var(--transition);
	
	z-index: 100;
    line-height: 72px;
    font-size: 24px;
    text-transform: uppercase;
}

.nav-category:hover,
.nav-category a {
    color: #000;
}

.nav-category:hover {
    background-color: var(--bs-white);
}

.shopingicon {
    padding: 14px 5px;
    border-radius: 33px;
    background: var(--bs-white);
    position: relative;
}
.shopingicon span{ display:block; color:#000; font-weight:500;}
.shopingicon a i{ margin:0 auto; height:30px; width:30px}
.btn:focus {
    box-shadow: none !important;
}

.btn-none {
    border: none;
}

.swiper {
    width: 100%;
    height: 100%;
}

.xzoom {
    width: auto !important;
    box-shadow: none !important;
}

.xzoom-preview {
    width: 25vw !important;
    height: 20vw !important;
    border: solid 1px rgb(255, 255, 255) !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    background-color: var(--bs-white) !important;
}

.xzoom-gallery {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}

.product-title {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-lexend);
    margin-bottom: 15px;
}

.product-price-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.offer-head {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.offer-text {
    height: 65px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 5px;
}

/*.swiper-wrapper-productview {
    height: 500px;
}*/

.mySwiper-productview {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper-productview .swiper-slide {
    width: 100%;
    padding: 5px;
}

.mySwiper-productview .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide-productview-lg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: solid 1px var(--border-color);
}

.swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.section-title {
    font-size: 26px;
    font-family: var(--font-lexend);
}

.categories-card {
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.categories-card-text {
    padding: 10px;
}

.categories-card-text h4 {
    font-weight: 600;
    font-size: var(--font-size-16);
    font-family: var(--font-lexend);
    margin-bottom: 5px;
}

.categories-card-text p {
    font-size: 15px;
    color: var(--bs-gray-600);
}


.categories-image {
    height: 150px;
    padding: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-white);
    border-radius: 10px;
}

.brand_div img {
    width: 100%;
    height: 100%;
}

.brands-image {
    height: 100px;
    padding: 18px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--bs-white);
}

.brands-image img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    transition: var(--transition);
    object-fit: contain;
}

.brands-page-image {
    height: 100px;
    padding: 18px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 125px;
}

.brands-page-image img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    transition: var(--transition);
    object-fit: contain;
}


.brands-card {
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


.brands-page-image:hover img {
    scale: 1.1;
}

.brands-image:hover img {
    scale: 1.1;
}

.brand_div [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.brand_div {
    height: 35px !important;
    width: 35px !important;
}

.brand_div .form-check-label {
    height: 100% !important;
}

/* IMAGE STYLES */
.brand_div [type=radio]+img {
    cursor: pointer;
    max-height: 35px;
    max-width: 35px;
    object-fit: contain;
}

/* CHECKED STYLES */
.brand_div [type=radio]:checked+img {
    outline: 2px solid var(--primary-color);
}

.selected-brand {
    outline: 2px solid var(--primary-color);
}

.categories-image img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    transition: var(--transition);
    object-fit: contain;
}


.categories-image:hover img {
    scale: 1.1;
}

.fit-content {
    width: fit-content;
}

.lineshadow {
    width: 100%;
    border: solid 0.2px var(--border-color);
}

.viewmorebtn {
    background: var(--primary-soft);
    color: var(--primary-color);
    border: none;
    padding: 8px 25px;
    border-radius: 5px;
    font-weight: 500;
    transition: var(--transition);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.viewmorebtn:hover,
.viewmorebtn:active {
    color: var(--primary-color) !important;
    background-color: var(--primary-soft-onhover) !important;
}

.swiper2 {
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--bs-gray-700);
    font-size: 30px;
    transition: var(--transition);
}

.swiper-button-next {
    right: 0px;
    opacity: 1 !important;
}

.swiper-button-prev {
    left: 0px;
    opacity: 1 !important;
}

@media (max-width:991px) {
    .product-title {
        font-size: 20px;
    }
}

@media (min-width:768px) {

    .swiper-button-next {
        right: 20px;
        transition: var(--transition);
        opacity: 0 !important;
    }

    .swiper-arrow:hover .swiper-button-next {
        right: 0;
        transition: var(--transition);
        opacity: 1 !important;
    }

    .swiper-button-prev {
        left: 20px;
        transition: var(--transition);
        opacity: 0 !important;
    }

    .swiper-arrow:hover .swiper-button-prev {
        left: 0;
        transition: var(--transition);
        opacity: 1 !important;
    }
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: "none";
}

.rate {
    float: left;
    align-self: start;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: "★ ";
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.add-in-cart-btn {
    background: var(--primary-color);
    color: var(--bs-white);
    margin: 5px 0 0 0;
    transition: var(--transition);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 5px;
    overflow: hidden;
}

.add-in-cart-btn:hover {
    background: var(--primary-color-onhover);
    color: var(--bs-white);
}

.add-in-cart-btn:active {
    background: var(--primary-color-onhover) !important;
    color: var(--bs-white) !important;
}

.add-in-cart {
    bottom: 0;
    opacity: 1;
    position: relative;
    left: 5%;
    transition: var(--transition);
}

.add-in-cart-btn:hover .add-in-cart {
    bottom: 25px;
    opacity: 0;
    transition: all 0.1s ease-in-out;
}

.add-in-cart-icon {
    position: relative;
    opacity: 0;
    top: 26px;
    right: 40px;
}

.add-in-cart-btn:hover .add-in-cart-icon {
    top: 0;
    transition: var(--transition);
    opacity: 1;
}

.product-img {
    height: 240px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-product-img {
    height: 300px;
    width: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-white);
    border-radius: 10px;
}

.dropdown-item:active {
    /* color: #fff; */
    text-decoration: none;
    background-color: #ffffff !important;
}

@media (max-width:991px) {
    .compare-product-img {
        width: auto;
        max-height: 150px;
    }

    th.compare-field {
        display: none;
    }

    .compare-table td:before {
        content: attr(data-title);
        display: block;
        margin-bottom: 15px;
        text-transform: capitalize;
        font-family: var(--font-lexend);
        font-weight: 500;
        text-align: center;
        color: var(--bs-secondary-text-emphasis);
    }
}

.product-img img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    transition: var(--transition);
    padding: 20px;
    object-fit: contain;
}

.compare-product-img img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    transition: var(--transition);
    object-fit: contain;
}

.rating-container .empty-stars {
    color: #aaa;
    font-size: 14px;
    width: 100%;
    display: block;
}

.rating-animate .filled-stars {
    transition: width .25s ease;
    color: #eabe12;
    font-size: 14px;
}

.rating-sm {
    font-size: 14px;
}

.dropdown-menu {
    border: none !important;
    box-shadow: var(--card-shadow);
}

th.compare-field {
    min-width: 200px;
    font-family: var(--font-lexend);
    font-weight: 500;
    text-align: center;
}

td.compare-value {
    color: var(--bs-gray-600);
    border-inline-end: 1px solid var(--border-color);
    text-align: center;
}

.swiper-wid .card {
    width: 100%;
    overflow: hidden;
    transition: var(--transition);
    border-radius: 10px;
    margin: 15px 0px;
}

.mySwiper3 .card:hover {
    transform: translateY(-5px) translateZ(0);
}

.card-temp {
    overflow: hidden;
    transition: var(--transition);
    border-radius: 10px;
}

.card-temp:hover {
    transform: translateY(-5px) translateZ(0);
}

.product-icon-onhover {
    background: rgb(255, 255, 255);
    width: min-content;
    position: absolute;
    right: 0px;
    opacity: 0;
    top: 10px;
    border-radius: 10px;
    transition: var(--transition);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    cursor: pointer;
}

.deshboard-onhover ul li {
    padding: 4px;
    color: black;
    width: max-content;
}

.deshboard-onhover ul li:hover {
    color: var(--primary-color);
}

.fixed-icon {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 1;
}

.buy-now-btn .btn {
    border-radius: 30px;
    box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
    padding: 8px 10px;
}

.whatsapp-icon {
    width: 45px;
    height: 45px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 3px 0px; */
}

.whatsapp-icon .btn {
    padding: 0 !important;
}

.whatsapp-icon .btn img {
    max-width: 100%;
    max-height: 100%;
}


.deshboard-onhover {
    background: rgb(255, 255, 255);
    width: min-content;
    position: absolute;
    /* opacity: 0;
    display: none; */
    top: 50px;
    padding: 10px;
    border-radius: 10px;
    transition: var(--transition);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    cursor: pointer;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* .profile:hover > .deshboard-onhover,
.deshboard-onhover:hover {
    display: block;
    opacity: 1;
    top: 48px;
} */

.profile .dropdown-toggle::after {
    display: none !important;
}


.product-icon-onhover ion-icon {
    font-size: 26px;
}

.product-icon-spacebtw {
    margin: 12px;
}

.product-banner-container {
    height: 428px;
}

.product-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    cursor: pointer;
}

.product-banner:hover {
    scale: 1.1;
}

.product-image-1 {
    overflow: hidden;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card:hover .product-icon-onhover {
    right: 10px;
    opacity: 1;
}

.card:hover {
    box-shadow: var(--card-shadow);
}

.box-shadow:hover {
    box-shadow: var(--card-shadow);
    transition: var(--transition);
}

.fa-icon-hover:hover {
    opacity: 0.5;
    transition: var(--transition);
}

.ion-icon-hover:hover {
    opacity: 0.5;
    transition: var(--transition);
}

.bg-gradient-design {
    background: radial-gradient(circle, rgba(242, 130, 219, 0.908000700280112) 40%, rgba(112, 176, 252, 0.8939950980392157) 100%);
}

.product-background-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-background-img img {
    width: 100%;
}

.banner-heading {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: var(--font-lexend);
    ;
}

.banner-paragraph {
    line-height: 34px;
    font-size: 24px;
    color: var(--bs-gray-900);
}

.countdown li {
    display: inline-block;
    width: 90px;
    font-size: 16px;
    list-style-type: none;
    margin: 5px;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--bs-white);
    border-radius: 10px;
    padding: 4px 0px;
    color: #878787;
    font-family: var(--font-lexend);
    font-weight: 600;
}

.countdown li span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #1c1d1d;
}

@media all and (max-width: 768px) {
    .countdown li {
        font-size: calc(1.125rem * var(--smaller));
    }

    .countdown li span {
        font-size: calc(3.375rem * var(--smaller));
    }
}

@media (max-width: 1024px) {
    .banner-heading {
        font-size: 28px;
    }

    .banner-paragraph {
        font-size: 16px;
    }

    .countdown li {
        width: 70px;
    }
}

@media (max-width: 767px) {
    .row {
        justify-content: center;
    }

    .sale-section {
        margin-top: 10px;
    }

    .countdown li {
        width: 45px;
    }

    .viewmorebtn {
        font-size: 12px;
    }

    .section-title {
        font-size: 20px;
    }
}

@media (max-width: 425px) {
    .countdown li {
        font-size: 14px;
        width: 60px;
        border-radius: 7px;
    }
}

.mySwiper4 .swiper-slide {
    background: var(--bs-white);
}

.card5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: var(--bs-white);
    border-radius: 10px;
    min-height: 123px;
}

.card5 img {
    width: 100px !important;
    height: 100px !important;
    padding: 10px;
}

.swiper-slide5 {
    width: 300px !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide5 img {
    display: block;
    height: 100%;
}

.mySwiper-preview {
    height: 400px;
    width: 400px;
}

.mySwiper-thumb {
    height: 400px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper-thumb .swiper-slide {
    /* width: 100% !important; */
    width: 100%;
    opacity: 0.7;
    padding: 5px;
    border: solid 1px var(--border-color);
    border-radius: 6px;
    background: var(--bs-white);
}

.mySwiper-thumb .swiper-slide-thumb-active {
    opacity: 1;
}

.card6 {
    width: 100%;
    border-radius: 10px;
    background-color: var(--bs-white);
    margin: 15px 0;
}

.card6-img {
    border-radius: 10px;
    height: 214px;
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}

.card-price-section {
    font-size: 25px;
}

.blogs {
    background-color: var(--bs-white);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin-bottom: 24px;
}

.blogs p {
    height: 82px;
    font-size: 14px;
    overflow: hidden;
}

.blog-img-box {
    overflow: hidden;
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-img-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.read-more-btn {
    background: var(--bs-white);
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    text-align: start;
    padding: 0;

}

.card-testimonial {
    background-color: var(--primary-soft);
    height: auto;
    transition: var(--transition);
    border-radius: 10px;
    padding: 0px 16px;
}

.card-testimonial p {
    height: auto;
}

.user-img {
    width: 100px;
    height: 100px;
    margin: 16px 0 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}

.user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-media-icon {
    color: var(--primary-color);
    background: var(--bs-white);
    padding: 5px 5px 5px 0;
    border-radius: 10px;
    margin: 0 5px;
    font-size: 30px;
}

.style-none {
    border: none;
    color: var(--bs-white);
    background: none;
}

.style-none:hover {
    border: none;
    color: var(--bs-white);
    background: none;
}

.nav-item p {
    color: var(--bs-gray-600);
}

.footer-logo {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo img {
    max-height: 100%;
    max-width: 100%;
}

.copyright-section {
    background: var(--primary-soft);
    font-size: larger;
    padding: 15px;
    text-align: center;
    margin: 48px 0 0 0;
}

.footer-text-section h5 {
    font-family: var(--font-lexend);
    font-size: 18px;
    font-weight: 600;
}

.footer-text-section p {
    font-size: 14px;
    color: var(--bs-gray-600);
    line-height: 35px;
    transition: var(--transition);
}

.footer-text-section p:hover {

    color: var(--primary-color);
}

.footer-icons-section {
    border-right: solid 1px var(--border-color);
}

@media (max-width: 1199px) {
	
	.company-logo {
        width: 130px;
        height: 40px;
		justify-content: center;
        align-items: center;
    }
    .product-banner-container {
        display: none !important;
    }

    .shopingicon {
        padding: 14px 13px;
    }

    .searchbar {
        font-size: 14px;
    }

    .searchcontainer {
        width: 100%;
        background: var(--primary-soft);
        border-radius: 0;
        padding: 10px 12px;
    }

    .searchicon {
        right: 16px;
        top: 13px;
        padding: 6px;
    }
}

@media (max-width: 991px) {
	.company-logo {
        width: 130px;
        height: 40px;
		justify-content: center;
        align-items: center;
    }
    .footer-icons-section {
        border-right: none;
        border-bottom: solid 1px var(--border-color);
        text-align: center;
        padding-bottom: 48px;
    }

    .footer-text-section {
        padding-top: 48px;
    }

    .footer-logo {
        margin: auto;
    }
}

@media(max-width:767px) {
    .display-sm-none {
        display: none;
    }
}

@media(max-width:576px) {
    .display-sm-none {
        display: none !important;
    }

    .copyright-section {
        font-size: small;
    }
}

@media(max-width:500px) {
    .card-body-6 {
        font-size: 13px;
    }

    .card6-img {
        width: 140px;
    }
}

@media (max-width: 424px) {
    .font-icon-lg {
        font-size: 1.25em !important;
        line-height: .05em;
        vertical-align: -0.075em;
    }

    .company-logo {
        width: 130px;
        height: 40px;
		justify-content: center;
        align-items: center;
    }
}

@media(max-width:374px) {
    .card-body-6 {
        font-size: 12px;
    }

    .card6-img {
        width: 122px;
    }
}

@media (max-width: 357px) {
    .card-body small {
        font-size: 14px;
    }

    .display-xs-none {
        display: none;
    }

    .col-xs-12 {
        width: 100%;
    }
}

.jssocials-share {
    padding: 0 5px;
}

/* product detail page css */
.imageThumbnail li {
    padding: 5px;
    border: solid 1px var(--border-color);
    cursor: pointer;
}

.mySwiper-productview .swiper-slide {
    background: none;
}

.product-img-section {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.plus-minus-input {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
}

.input-group-field {
    text-align: center;
    width: 50px;
    padding: 8px;
    border: solid 1px var(--border-color);
    margin: 0 1px;
    border-right: none;
}

input.input-group-field:focus-visible,
input.input-group-field:focus {
    outline: none;
    border-top: solid 1px var(--border-color);
    border-bottom: solid 1px var(--border-color);
}

/* .plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
} */

.plus-minus-input .input-group-button .circle {
    padding: 5px;
    border: solid 1px #80808059;
    background-color: var(--bs-white);
    transition: var(--transition);
}

.plus-minus-input:hover .input-group-button:hover .circle:hover {
    background-color: var(--primary-color);
    color: var(--bs-white);
}

.minus-btn {
    border-radius: 6px 0 0 6px;
}

.plus-btn {
    border-radius: 0 6px 6px 0;
}

.add-btn {
    background: var(--primary-color);
    color: var(--bs-white);
    transition: var(--transition);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 5px;
}

.add-btn:hover {
    color: var(--bs-white);
    background-color: var(--primary-color-onhover);
}

.add-btn:active {
    color: var(--bs-white) !important;
    background-color: var(--primary-color-onhover) !important;
    border-color: var(--primary-color-onhover) !important;
}


.buynow-btn {
    background: var(--leaf-color);
    color: var(--bs-white);
    border-radius: 5px;
    transition: var(--transition);
}

.buynow-btn:hover {
    color: var(--bs-white);
    background-color: rgb(100, 155, 46);
}

.buynow-btn:active {
    background-color: rgb(99 151 45) !important;
    color: var(--bs-white) !important;
}

.offer-section {
    border-top: solid 1px var(--border-color);
    border-bottom: solid 1px var(--border-color);
}

.offer-detail {
    border: solid 1px var(--border-color);
    border-radius: 10px;
    padding: 10px;
    width: 155px;
}

.offer-detail a:hover {
    color: #dc3545;
}

.delivery-service {
    border-top: solid 1px var(--border-color);
    border-bottom: solid 1px var(--border-color);
}

.delivery-service ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.delivery-service ul li {
    text-align: center;
}

.delivery-service ul li img {
    width: 30px;
}

.delivery-service ul li p {
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0;
    cursor: default;
}

.compare-share-btn {
    border-bottom: solid 1px var(--border-color);
}

.compare-share-btn li {
    display: flex;
    align-items: center;
    border: solid 1px var(--border-color);
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
}

.compare-share-btn li a {
    display: flex;
    color: var(--nav-color);
    text-decoration: none;
}

.compare-share-btn li:hover {
    background-color: #f4f4f5;
}

.compare-share-btn img {
    width: 20px;
    height: 20px;
}

.compare-share-btn p {
    margin: 0 0 0 5px;
    font-size: 14px;
    font-weight: 600;
}

.product-add-section p {
    margin-bottom: 10px;
    font-size: 14px;
}

.show-btn,
.hide-btn {
    font-size: 14px;
}

.show-btn img,
.hide-btn img {
    width: 13px;
}

.list-dot {
    list-style: unset;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: solid 1px var(--border-color);
    padding: 10px;
}

.item-detail li {
    font-size: 14px;
    margin: 10px 0;
}

.item-detail img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.item-detail p {
    font-size: 14px;
    margin: 0;
    color: var(--bs-gray-600);
    font-weight: 500;
}

.arrow {
    width: 15px;
}

.review-line {
    width: 20vw;
    border-radius: 15px;
    margin: 0 10px;
}

.progress,
.progress-stacked {
    height: 10px !important;
}

.rating-disabled .rating-stars {
    cursor: pointer !important;
}

.customar-review,
.post-rating {
    border-top: solid 1px var(--border-color);
    border-bottom: solid 1px var(--border-color);
}

.rating-input {
    display: none !important;
}

.rating-xs {
    font-size: 16px;
    margin-bottom: 5px;
}

.rating-container .rating-stars:focus {
    outline: none;
}

.review-textarea {
    border-bottom: solid 1px var(--border-color);
}

textarea {
    width: 100%;
    padding: 10px;
}

.submit-btn {
    background: var(--primary-color);
    color: var(--bs-white);
    border-radius: 5px;
    transition: var(--transition);
    margin: 10px 10px 0 0;
    padding: 5px 20px;
}

.submit-btn:hover {
    color: var(--bs-white);
    background-color: var(--primary-color-onhover);
}

.submit-btn:active {
    background: var(--primary-color-onhover) !important;
    color: var(--bs-white) !important;
}

.product-img-section-md {
    position: sticky;
    top: 130px;
    z-index: 1;
    align-self: flex-start;
}

.mobile-sticky-btn {
    position: sticky;
    bottom: 0;
    z-index: 9;
}

.product-reviews-display {
    padding: 24px 0;
}

.comment-text {
    padding: 20px;
    border: solid 1px var(--border-color);
    border-radius: 10px;
    background: var(--bs-white);
    min-height: 137px;
}

.comment-title {
    margin: 0px;
    font-weight: 600;
}

.comment-time {
    margin: 0px;
    font-weight: 500;
    color: var(--bs-gray-600);
}

.discription {
    font-size: 15px;
    color: var(--bs-gray-700);
}

.comment-image img {
    border-radius: 10px;
}

.svg-wrapper {
    text-align: center;
    margin-bottom: 6px;
}

.svg-wrapper svg {
    text-align: center;
    width: 60px;
    height: 30px;
}

.info-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.info-box-inner p {
    font-size: 14px;
    margin: 0;
    text-align: center;
}

.promo-nav {
    background-color: #464b4f;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-nav-text {
    color: var(--bs-white);
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
}


@media (max-width:1199px) {
    .product-img-section {
        display: block;
    }
}

@media (max-width: 1024px) {
    .offer-text {
        font-size: 13px;
    }

    .delivery-service ul li img {
        width: 60px;
    }

    .delivery-service ul li p {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .info-title {
        font-size: 16px;
    }

    .delivery-service ul li img {
        width: 50px;
    }

    .delivery-service ul li p {
        font-size: 12px;
    }
}

@media (max-width: 767px) {

    .info-title {
        font-size: 10px;
    }

    .info-box-inner p {
        font-size: 10px;
    }

    .review-line {
        width: 70%;
    }

    .add-btn {
        border-radius: 0;
    }

    .buynow-btn {
        border-radius: 0;
        width: 50%;
    }

    .create-review-section {
        padding-top: 48px;
        border-top: solid 1px var(--border-color);
    }

    .customar-review-view {
        padding-bottom: 48px;
    }

    .product-price-title {
        font-size: 24px;
    }

    .element-title {
        font-size: 20px;
    }

    .rating-title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .review-line {
        width: 50%;
    }

    .offer-text {
        font-size: 13px;
    }

    .info-box-inner p {
        font-size: 8px;
    }
}

@media (max-width: 445px) {
    .delivery-service ul li img {
        width: 45px;
    }
}

@media (max-width: 425px) {
    .product-title {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .offer-text {
        font-size: 10px;
    }

    .offer-head {
        font-size: 12px;
    }

    .offer-btn {
        font-size: 12px;
    }

    .delivery-service ul li img {
        width: 40px;
    }

    .delivery-service ul li p {
        font-size: 10px;
    }
}

.dropdown-item input {
    width: 15% !important;
    vertical-align: middle;
}

/* product-list-view page css */
.nav-link {
    color: var(--bs-black) !important;
    transition: color .05s ease-in-out, background-color .05s ease-in-out, border-color .05s ease-in-out !important;
}

.filter-titles {
    background: var(--bs-gray-100) !important;
}

.nav-pills .nav-link {
    border-radius: 0 !important;
    text-align: start;
}

.nav-link.active {
    color: var(--primary-color) !important;
    background-color: var(--bs-white) !important;
}

.tab-content>.tab-pane {
    padding: 10px 0 0 0;
}

/* .filter-section h3 {
    font-size: 20px;
    font-weight: 600;
}

.filter-section-body li {
    background: #f8f9fa
}

.filter-btn-selected {
    background-color: var(--bs-white) !important;
    color: #1c61e7;
}

.filtersection-slider button {
    padding: 4px 0;
    width: 100% !important;
} */

.form-check-label {
    color: var(--bs-gray-700);
}

.offcanvas-bottom {
    height: 45vh !important;
}

.separator {
    display: flex;
    justify-content: center;
    align-items: center;
}

.thirdparty-login {
    height: 40px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px;
    border: solid 1px var(--border-color);
    border-radius: 5px;
    transition: var(--transition);
    cursor: pointer;
}

.thirdparty-login:hover {
    background-color: var(--bs-gray-200);
}

.thirdparty-login img {
    max-height: 100%;
    max-width: 100%;
}

.mobile-app-wrapper img {
    max-height: 100%;
    max-width: 100%;
}

.separator span {
    height: 1px;
    width: 50%;
    background: var(--bs-gray-400);
    margin: 0 7px;
}

.apply-btn {
    /* position: absolute; */
    width: 130px;
    height: fit-content;
    padding: 5px;
    border: solid 1px var(--border-color);
    background: var(--primary-color);
    color: var(--bs-white);
    border-radius: 10px;
}

.apply-btn:active {
    background: var(--primary-color-onhover);
}

.product-avilable small {
    color: #736767;
    line-height: 20px;
    font-size: 12px;
}

button ion-icon {
    vertical-align: middle;
}

.select-btn {
    border: solid 1px var(--border-color);
    border-radius: 10px;
}

.filter-section h5 {
    font-size: 15px;
    font-weight: 600;
}

.filter-section {
    height: fit-content;
    background: #ffffff !important;
    border-radius: 10px;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 4px;
}

.slider-box {
    width: 90%;
    margin: 25px auto
}

.breadcrumb {
    background: #ffff;
    border-radius: 10px;
    padding: 10px;
}

label,
input {
    border: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 100%
}

input {
    width: 70%
}

.toggle {
    transition: var(--transition);
}

.grid-list-icon-box:hover {
    background: #e5e7e8;
}

.productlist-title-section {
    align-items: center;
}

.productlist-title-section img {
    width: 40px;
    height: 40px;
}

.list-view-card img {
    height: 100%;
    object-fit: contain;
}

.listview-text ul li {
    color: var(--bs-gray-600);
    font-size: 14px;
}

.list-view-card {
    position: relative;
    min-height: 200px;
    border-radius: 10px;
    cursor: pointer;
    transition: var(--transition);
    transform: none !important;
}

.list-view-card .row {
    min-height: 200px;
    margin-right: 0px;
    margin-left: 0px;
}

.accordion-button {
    background-color: #ffffff;
    box-shadow: none !important;
}

.accordion-button :focus {
    box-shadow: none;
}

.form-check-input:focus {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .25)
}

.accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: var(--primary-soft);
}

.page-link {
    color: var(--nav-color);
}

.page-link:focus {
    box-shadow: none;
}

.breadcrumb-item a {
    color: var(--primary-color);
}

.form-select {
    cursor: pointer;
}

.form-select:focus {
    border-color: solid 1px var(--border-color);
    outline: 0;
    box-shadow: none;
}

.rating-div {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    cursor: pointer;

}

.add-to-fav-btn .ion-icon {
    color: #ced4da;
    transition: var(--transition);
    font-size: 28px;
}

.add-to-fav-btn .heart {
    color: red;
}

.add-to-fav-btn .heart-outline:hover {
    color: #b1b7bc;
}

.filtersection-slider {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px var(--border-color);
}

.selected {
    color: red !important;
}

.offcanvas-header {
    background-color: var(--bs-white) !important;
    border: solid 1px var(--border-color);
}

.btn-check:checked,
.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: none;
}

/* .compare-btn {
    border: solid 1px var(--border-color);
    border-radius: 10px;
}

.compare-btn-selected {
    border-color: #1c61e7;
    color: #1c61e7;
}

.compare-btn-selected:hover {
    color: #1c61e7;
} */

.product-filter-mobilescreen {
    border-top: solid 1px var(--border-color);
    border-bottom: solid 1px var(--border-color);
}

.product-filter-mobilescreen button {
    border-radius: 0;
}

.product-filter-mobilescreen .sortby-btn {
    border-right: solid 1px var(--border-color) !important;
}

.product-filter-mobilescreen ion-icon {
    font-size: 18px;
}

.offcanvas-end {
    width: 350px !important;
    height: 100%;
}

.offcanvas {
    z-index: 1051;
}

@media (max-width: 768px) {
    .productlist-md .card {
        box-shadow: none;
    }
}

@media (max-width: 445px) {
    .list-view-card .card-body {
        font-size: 12px;
    }

    .list-view-card h5 {
        font-size: 16px;
    }

    .list-view-card h6 {
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .filtersection-slider button {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .list-view-card .card-body {
        font-size: 10px;
    }

    .list-view-card h5 {
        font-size: 15px;
    }

    .list-view-card h6 {
        font-size: 13px;
    }
}

/* product grid view page CSS*/
.grid-card-container {
    margin-bottom: 24px;
}

.grid-view-card:hover {
    box-shadow: none;
    transform: none;
}

.grid-view-card p {
    color: #5a5c60;
}

.grid-view-card .fa-star {
    font-size: 12px;
}

.grid-view-card ion-icon {
    font-size: 32px !important;
}


/* register and login page CSS*/
.Register-text {
    border-left: solid 1px var(--border-color);
}

.form-control {
    border-radius: 10px !important;
}

.form-lable {
    margin: 0;
    color: var(--bs-gray-600);
    font-size: 15px;
}

.password-insert {
    position: relative;
    border: none;
}

.password-insert input {
    border: solid 1px var(--border-color);
}

.eye-icons {
    height: 20px;
    position: absolute;
    right: 8px;
}

.password-insert ion-icon {
    font-size: 16px;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.form-control input {
    outline: none;
    padding: 8px 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px var(--bs-white) inset !important;
}

.eye-btn {
    cursor: pointer;
}

.Register-btn {
    width: 100%;
}

.Register-btn:hover {
    background: var(--primary-color-onhover);
    color: var(--bs-white);
}

.Register-text p {
    color: var(--bs-gray-600);
    font-size: 14px;
}

.login-register-btn {
    background-color: var(--primary-soft);
    color: var(--primary-color);
    border-radius: 10px;
    padding: 10px 24px;
    transition: var(--transition);
}

.login-register-btn:hover {
    background-color: var(--primary-soft);
    color: var(--primary-color);
}

.login-register-btn:active {
    background-color: var(--primary-soft) !important;
    color: var(--primary-color) !important;
    border: none;
}

.wd-login-divider p {
    border-bottom: solid 1px var(--border-color);
    width: 48%;
    margin: 0 10px;
}

@media(max-width:767px) {
    .Register-text {
        border-left: none;
    }
}

/* forget password page css */
.forgetpassword-form {
    width: 50%;
}

@media(max-width:767px) {
    .forgetpassword-form {
        width: 100%;
    }
}

/* my account css */

.myaccount-navigation {
    border-right: none;
}

.padding-16-30 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-top: 16px;
}

.myaccount-navigation ul a {
    color: var(--nav-color);
}

.myaccount-navigation ul li {
    padding: 10px 15px;
    margin: 5px 0;
    transition: var(--transition);
    cursor: pointer;
    font-weight: 600;
}

.myaccount-navigation ul li:hover {
    background: var(--background-light-gray);
    border-radius: 10px;
}

.myaccount-navigation-link-selected {
    background: var(--primary-soft);
    border-radius: 10px;
}

.myaccount-navigation h4 {
    color: var(--nav-color);
    padding: 0px 10px 10px 15px;
}

.dashboard-text {
    color: var(--light-gray-text);
}

.dashboard-text p {
    font-size: 18px;
    color: var(--bs-gray-600);
}

.dashboard-text a {
    color: var(--nav-color);
}

.ionicon-receipt-outline {
    display: inline-block;
    -webkit-mask: url('../ionicons/dist/svg/receipt-outline.svg');
    background: currentColor;
    color: var(--bs-gray-600);
    height: 48px;
    width: 48px;
}

.ionicon-notifications-outline {
    display: inline-block;
    -webkit-mask: url('../ionicons/dist/svg/notifications-outline.svg');
    background: currentColor;
    color: var(--bs-gray-600);
    height: 48px;
    width: 48px;
}

.ionicon-location-outline {
    display: inline-block;
    -webkit-mask: url('../ionicons/dist/svg/location-outline.svg');
    background: currentColor;
    color: var(--bs-gray-600);
    height: 48px;
    width: 48px;
}

.ionicon-person-circle-outline {
    display: inline-block;
    -webkit-mask: url('../ionicons/dist/svg/person-circle-outline.svg');
    background: currentColor;
    color: var(--bs-gray-600);
    height: 48px;
    width: 48px;
}

.ionicon-heart-outline-2 {
    display: inline-block;
    -webkit-mask: url('../ionicons/dist/svg/heart-outline.svg');
    background: currentColor;
    color: var(--bs-gray-600);
    height: 48px;
    width: 48px;
}

.ionicon-map-outline {
    display: inline-block;
    -webkit-mask: url('../ionicons/dist/svg/map-outline.svg');
    background: currentColor;
    color: var(--bs-gray-600);
    height: 48px;
    width: 48px;
}

.ionicon-wallet-outline {
    display: inline-block;
    -webkit-mask: url('../ionicons/dist/svg/wallet-outline.svg');
    background: currentColor;
    color: var(--bs-gray-600);
    height: 48px;
    width: 48px;
}

.ionicon-cash-outline {
    display: inline-block;
    -webkit-mask: url('../ionicons/dist/svg/cash-outline.svg');
    background: currentColor;
    color: var(--bs-gray-600);
    height: 48px;
    width: 48px;
}

.ionicon-log-out-outline {
    display: inline-block;
    -webkit-mask: url('../ionicons/dist/svg/log-out-outline.svg');
    background: currentColor;
    color: var(--bs-gray-600);
    height: 48px;
    width: 48px;
}

.dashboard-links-container div:hover i {
    color: var(--primary-color);
    transition: all .3s ease
}

.dashboard-links-container {
    padding: 0 10px;
    margin-bottom: 20px;
}

.dashboard-links-container div {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 0px 0px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    text-align: center;
    border-radius: 10px;
}


@media(max-width:767px) {
    .myaccount-navigation {
        border-right: none;
    }
}

/* order page CSS */
.order-card {
    max-width: 100% !important;
}

.order-card:hover {
    transform: none;
}

.address-link {
    color: var(--bs-gray-700);
    font-weight: bold;
    height: fit-content;
}

.img-box-150 {
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-box-200 {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-box-250 {
    height: 250px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-box-h250 {
    height: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.img-box-350 {
    height: 350px;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-box-400 {
    height: 400px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-box-80 {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-box-60 {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-box-25 {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-box-100 {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-box-100 img,
.img-box-150 img,
.img-box-200 img,
.img-box-80 img,
.img-box-250 img,
.img-box-400 img,
.img-box-350 img,
.img-box-25 img,
.img-box-60 img {
    max-width: 100%;
    max-height: 100%;
}

.img-box-h250 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.gray-700 {
    color: var(--bs-gray-700);
}

.gray-500-hover:hover {
    color: var(--bs-gray-500);
}

.password-update-section {
    border: solid 1px var(--border-color);
    border-radius: 10px;
}

.wishlist-card {
    transform: none !important;
}

.wishlist-product-actions {
    position: relative;
}

.wishlist-product-remove a {
    font-size: 17px;
    transition: var(--transition);
}

.wishlist-product-checkbox {
    position: absolute;
    right: 10px;
}

.wishlist-product-container {
    border: solid 1px var(--border-color);
    border-top: none;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}

.wishlist-group-head {
    font-size: 20px;
    border: solid 1px var(--border-color);
    padding: 15px;
    border-radius: 10px 10px 0 0;
}

.jssocials-share img {
    cursor: pointer;
    transition: var(--transition);
    opacity: 0.7;
    margin: 0 2px;
    width: 20px;
}

.media-icons ion-icon:hover {
    color: var(--bs-gray-700);
}

.wishlist-bulk-action {
    display: flex;
    font-size: 18px;
    flex-wrap: wrap;
    align-items: center;
    height: 0px;
    padding: 0 25px;
    background: var(--background-light-gray);
    transition: all 0.25s ease;
}

.wishlist-visible {
    height: 40px;
}

.wishlist-btn {
    transition: all 0.15s ease;
    opacity: 0;
    cursor: pointer;
    color: var(--bs-gray-700);
}

.wishlist-btn:hover {
    color: var(--bs-gray-600);
}

.wishlist-btn-visible {
    opacity: 1;
}

.wishlist-bulk-action ion-icon {
    vertical-align: middle;
}

.wishlist-bulk-action a {
    color: var(--bs-gray-700);
}

.wishlist-bulk-action a:hover {
    color: var(--bs-gray-600);
}

@media(max-width:425px) {
    .wishlist-bulk-action {
        font-size: 14px;
    }
}

@media(max-width:360px) {
    .wishlist-bulk-action {
        font-size: 10px;
    }
}

/* categorises page css */
.categorises-container {
    position: relative;
    width: 100%;
    height: 250px;
    cursor: pointer;
    border-radius: 10px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(4, 4, 4, 1) 2%, rgba(255, 255, 255, 0) 50%);
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.categorises-banner-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categorises-banner-img img {
    width: 100%;
    height: 100%;
    transition: scale 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    object-fit: cover;
}

.categorises-container:hover img {
    scale: 1.1;
}

.category-body {
    position: absolute;
    top: 180px;
    left: 40px;
    color: var(--bs-white);
}

.category-body h3 {
    position: relative;
    margin-bottom: 5px;
    font-family: var(--font-lexend);
    font-weight: 500;
    top: 0;
    transition: all 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.categorises-container:hover .category-body h3 {
    top: -33px;
}

.explore-btn {
    position: relative;
    top: -8px;
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    ;
}

.categorises-container:hover .explore-btn {
    top: -33px;
    opacity: 1;
}

.banner-cat-btn {
    position: absolute;
    top: 75%;
    right: 40%;
}

.modal-title {
    font-family: var(--font-lexend);
    font-size: 20px;
    font-weight: 500;
}

.cart-modal-card {
    position: relative;
    padding: 20px 15px 0;
    border-bottom: solid 1px var(--border-color);
    border-radius: 0;
    transition: var(--transition);
}

.product-sm-removal {
    position: absolute;
    top: -3px;
    right: 25px;
}

.product-sm-removal button {
    padding: 0;
}

.product-sm-removal ion-icon {
    background: white;
    padding: 3px;
    border-radius: 7px;
}

.cart-modal-card:hover {
    box-shadow: none;
    transform: none;
    background: var(--bs-gray-100);
}

.cart-modal-card:hover .card-title {
    color: var(--bs-gray-600);
    transition: var(--transition);
}

.spinner-border {
    width: 20px;
    height: 20px;
    font-size: 10px;
}

.card-modal-plus-minus-btn {
    padding: 5px 3px !important;
    border: solid 1px #80808059 !important;
    background-color: var(--bs-white);
    color: var(--bs-gray-600);
    transition: var(--transition) !important;
}

.input-field-cart-modal {
    text-align: center !important;
    width: 35px !important;
    margin: 0 -1px;
    padding: 5px 3px !important;
    color: var(--bs-gray-600);
    border: solid 1px var(--border-color) !important;
    border-right: none !important;
}

.plus-minus-input:hover .input-group-button:hover .circle:hover {
    background-color: var(--primary-color);
    color: var(--bs-white);
}

.cart-modal-pricing {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
}

.cart-modal-card .card-body {
    padding: 0px;
}

.cart-img-box {
    height: 110px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-fluid {
    max-width: 100%;
    max-height: 100%;
}

.subtotal-section {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-top: solid 1px var(--border-color);
    border-bottom: solid 1px var(--border-color);
}

.subtotal-section h5 {
    margin: 0px;
    font-weight: 600;
}

.cart-modal-checkout-section {
    padding: 15px;
}

.view-cart-btn {
    background: var(--primary-soft);
    color: var(--primary-color);
}

.view-cart-btn:hover {
    color: var(--primary-color);
    background-color: var(--primary-soft);
}

/* ==========================================================
   MODERN MUSTEE STREETWEAR QUICK VIEW MODAL
   ========================================================== */
.mustee-quickview-modal .modal-dialog {
    max-width: 880px;
    margin: 1.75rem auto;
}

.mustee-quickview-modal .quickview-modal-content {
    border: none !important;
    border-radius: 20px !important;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 25px 60px -15px rgba(15, 23, 42, 0.25) !important;
    position: relative;
}

/* Close Button: Sleek circular button inside top-right */
.mustee-quickview-modal .quickview-close-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #475569;
    border: 1px solid rgba(226, 232, 240, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    z-index: 30;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.mustee-quickview-modal .quickview-close-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
    transform: rotate(90deg) scale(1.05);
}

/* Gallery Column */
.quickview-gallery-col {
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border-right: 1px solid #f1f5f9;
    min-height: 440px;
}

.quickview-drop-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #ffffff;
    color: #0f172a;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 12px;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    z-index: 20;
    display: inline-flex;
    align-items: center;
    border: 1px solid #f1f5f9;
}

.mySwiper-quickview {
    width: 100%;
    height: 100%;
    min-height: 390px;
    display: flex;
    align-items: center;
}

.swiper-slide-quickview {
    height: 100% !important;
    min-height: 390px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px 20px;
    background: #f8fafc;
}

.swiper-slide-quickview img {
    max-width: 100%;
    max-height: 350px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.06));
}

.swiper-slide-quickview:hover img {
    transform: scale(1.04);
}

/* Swiper Nav Arrows */
.mustee-quickview-modal .swiper-button-next,
.mustee-quickview-modal .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    color: #0f172a;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.mustee-quickview-modal .swiper-button-next::after,
.mustee-quickview-modal .swiper-button-prev::after {
    display: none !important;
}

.mustee-quickview-modal .swiper-button-next:hover,
.mustee-quickview-modal .swiper-button-prev:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
    transform: scale(1.08);
}

/* View Full Details Footer Link */
.quickview-view-details-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #e2e8f0;
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    width: 100%;
    z-index: 10;
}

.quickview-view-details-overlay:hover {
    background: #0f172a;
    color: #ffffff;
}

/* Right Info Column */
.quickview-info-col {
    padding: 26px 30px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.quickview-info-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.quickview-cat-badge {
    background: #f1f5f9;
    color: #475569;
    font-size: 11.5px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.quickview-cat-badge:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.quickview-title {
    font-family: var(--font-lexend, 'Lexend Deca', sans-serif);
    font-size: 21px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    padding-right: 32px;
}

.quickview-desc {
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Pricing block */
.quickview-pricing-box {
    background: #fef2f2;
    border: 1px solid #fee2e2;
    border-radius: 10px;
    padding: 10px 16px;
}

.quickview-pricing-val {
    font-size: 24px;
    font-weight: 800;
    color: #dc2626;
    letter-spacing: -0.5px;
}

.quickview-mrp-val {
    font-size: 15px;
    color: #94a3b8;
    margin-left: 8px;
}

/* Variant Groups & Pills */
.quickview-variant-group {
    margin-bottom: 14px;
}

.quickview-attr-label {
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #475569;
}

/* Actions: Stepper + Add to Bag */
.quickview-actions-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-mustee-add-bag {
    height: 46px;
    background: #dc2626;
    color: #ffffff !important;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.btn-mustee-add-bag:hover {
    background: #b91c1c;
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.35);
    transform: translateY(-1px);
}

.btn-mustee-add-bag:active {
    transform: translateY(0);
}

/* Perks mini strip */
.quickview-perks-row {
    background: #f8fafc;
    border: 1px solid #f1f5f9;
}

.quickview-perk-item {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    color: #475569;
}

/* Social Share in Quick View */
.quick_view_share .jssocials-share-link {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1f5f9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    transition: all 0.2s ease;
    border: 1px solid #e2e8f0;
}

.quick_view_share .jssocials-share-link:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
    transform: translateY(-1px);
}

.quick_view_share img,
.quick_view_share svg {
    width: 15px;
    height: 15px;
}

/* Color swatch in quickview */
.color-pill-item .product-color-pill-label {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 1.5px #e2e8f0;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.color-pill-item .product-color-pill-label input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.color-pill-item .product-color-pill-label:hover,
.color-pill-item .product-color-pill-label.active,
.color-pill-item .product-color-pill-label:has(input:checked) {
    box-shadow: 0 0 0 2.5px #0f172a !important;
    transform: scale(1.1);
}

@media (max-width: 767.98px) {
    .mustee-quickview-modal .modal-dialog {
        margin: 12px;
    }
    .quickview-gallery-col {
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
        min-height: 280px;
    }
    .mySwiper-quickview {
        min-height: 280px;
    }
    .swiper-slide-quickview {
        min-height: 280px;
        padding: 16px;
    }
    .swiper-slide-quickview img {
        max-height: 240px;
    }
    .quickview-info-col {
        padding: 20px 18px;
    }
}

.quickview-color-variant {
    border-collapse: inherit;
}

.color-swatch {
    border: solid 4px var(--border-color);
    padding: 2px !important;
    border-radius: 50%;
    width: fit-content;
    transition: var(--transition);
}

.color-swatch-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
}

.color-swatch-img img {
    max-width: 100%;
    max-height: 100%;
}

.color-swatch:hover {
    border: solid 4px var(--bs-gray-700);
}

.image-swatch {
    border: solid 1px var(--border-color);
    padding: 2px;
    width: fit-content;
    transition: var(--transition);
}

.image-swatch span {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bs-gray-100);
    cursor: pointer;
}

.image-swatch img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.default-swatch {
    min-width: 65px;
    text-align: center;
    padding: 5px 8px;
    border: solid 4px var(--border-color);
    border-radius: 10px;
    transition: var(--transition);
    cursor: pointer;
}

.default-swatch:hover {
    background-color: var(--primary-color);
	color:#fff;
}

.default-swatch:active {
    border: solid 1px var(--border-color);
}

/* Modern Product Size & Color Swatches Styling */
.product-size-pills .product-size-pill-item {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.product-size-pills .product-size-pill-item.border-active {
    border: none !important;
    background: transparent !important;
}

/* Color swatch: clean circle with border & subtle shadow */
.product-color-swatch {
    cursor: pointer;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin: 0;
}

.product-color-swatch:hover {
    transform: scale(1.08);
}

.product-color-swatch:has(input:checked),
.color-swatch.border-active .product-color-swatch {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 2px #0f172a, 0 3px 8px rgba(0,0,0,0.25) !important;
    transform: scale(1.1);
}

/* Out of stock size styling */
.product-size-pills .product-size-pill-item.out-of-stock .product-size-pill-label {
    opacity: 0.38 !important;
    background: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
    color: #94a3b8 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    text-decoration: line-through !important;
    box-shadow: none !important;
}

.subtotal-amount {
    color: var(--primary-color);
}

.checkout-btn {
    background-color: var(--primary-color);
    color: var(--bs-white);
    border-color: var(--primary-color);
}

.checkout-btn:hover {
    background-color: var(--primary-color-onhover) !important;
    color: var(--bs-white) !important;
    border-color: var(--primary-color-onhover) !important;
}

.checkout-btn:active {
    background-color: var(--primary-color-onhover) !important;
    color: var(--bs-white) !important;
    border-color: var(--primary-color-onhover) !important;
}

input::file-selector-button {
    font-weight: 400;
    color: var(--bs-white);
    background-color: var(--primary-color);
    border: solid 1px var(--primary-color);
    padding: 5px 10px;
    border-radius: 5px;
    transition: var(--transition);
}

input::file-selector-button:hover {
    background-color: var(--primary-color-onhover);
}

/* Legacy checkout-step superseded by .checkout-stepper-bar */
/*
.checkout-step {
    background-color: var(--primary-color);
    color: var(--bs-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.checkout-step h3 {
    margin: 0px;
    font-weight: 500;
    font-size: 24px;
    font-family: var(--font-lexend);
    color: var(--bs-white);
}
*/

.product-thumbnail {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-thumbnail img {
    max-width: 100%;
    max-height: 100%;
}

.cart-table {
    background: white;
    padding: 20px;
    border-radius: 10px;
}

.cart-table tbody,
.cart-table td,
.cart-table tfoot,
.cart-table th,
.cart-table thead,
.cart-table tr {
    border: none;
    padding: 15px;
}

.cart-table tr {
    border-bottom: solid 1px var(--border-color) !important;
}

.cart-table th {
    color: var(--bs-gray-800);
}

.product-removal ion-icon {
    font-size: 20px;
    color: var(--bs-gray-600);
}

.product-name {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-lexend);
    color: var(--bs-gray-800);
}

.product-price p,
.product-disc {
    font-size: 14px;
    margin: 0;
    color: var(--bs-gray-600);
    font-weight: 500;
}

.product-subtotal p {
    margin: 0;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
}

.coupon-box input {
    width: auto;
    font-size: 14px;
}

.coupon-box button {
    font-size: 14px;
    border-radius: 5px;
}

.cart-total {
    background-color: var(--bs-white);
    padding: 20px;
    border-radius: 10px;
}

.cart-total-table tbody,
.cart-total-table td,
.cart-total-table tfoot,
.cart-total-table th,
.cart-total-table thead,
.cart-total-table tr {
    border: none;
    padding: 15px;
}

.cart-total-table th {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-lexend);
}

.cart-total-table tr {
    border-bottom: solid 1px var(--border-color);
}

.cart-total-table td {
    text-align: right;
}

.cart-subtotal p,
.shopping-total p {
    margin: 0;
    color: var(--bs-gray-600);
    font-size: 15px;
    font-weight: 500;
}

.Delivery-Return-help-section {
    margin-top: 20px;
}

.order-total p {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color);
}

.order-total {
    border: none !important;
}

.cart-total-table {
    margin-bottom: 10px;
}

.shopping-total input {
    float: right !important;
    margin-left: 7px !important;
}

.cart-titles {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-lexend);
}

.Delivery-Return-help-section {
    background-color: var(--bs-white);
    padding: 20px;
    border-radius: 10px;
}

.Delivery-Return-help-section .accordion-item {
    border: none;
}

.Delivery-Return-help-section .accordion-button {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-lexend);
    padding: 20px 0;
    border-bottom: solid 1px var(--border-color);
}

.Delivery-Return-help-section .accordion-body {
    font-size: 15px;
    color: var(--bs-gray-600);
    padding: 10px 0;
}

.Delivery-Return-help-section .accordion-button:not(.collapsed) {
    background: none !important;
    color: var(--primary-color);
}

@media (max-width:767px) {
    .cart-table {
        padding: 15px;
    }

    .cart-table thead {
        display: none !important;
    }

    .cart-table tr {
        position: relative;
        display: flex;
        flex-direction: column;
        padding-left: 120px;
    }

    .product-removal {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 1;
    }

    .product-thumbnail {
        position: absolute;
        top: 30px;
        left: 0;
        width: 100px;
        height: 100px;
    }

    .cart-table td {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 5px;
        align-items: center;
    }

    .product-price,
    .product-quantity {
        border-bottom: dashed 1px var(--border-color);
        margin-bottom: 5px;
    }

    .product-price span,
    .product-quantity span,
    .product-subtotal span {
        font-size: 11px;
        font-weight: 500;
    }

    .cart-table>.plus-minus-input,
    .circle,
    .input-field-cart-modal {
        padding: 2px 3px !important;
    }

    .cart-table .input-field-cart-modal {
        padding: 2px 3px !important;
    }

    .checkout-step {
        justify-content: center !important;
    }
}

.billing-detail-section,
.Payment-Method-section,
.order-checkout-detail,
.wallet-use-section {
    background-color: var(--bs-white);
    padding: 20px;
    border-radius: 10px;
}


.Payment-Method-section {
    margin-top: 20px;
}

.checkout-page-titles {
    font-size: 22px;
    font-weight: 500;
    font-family: var(--font-lexend);
    padding-bottom: 10px;
    margin: 0;
}

.shipping-address {
    border-top: solid 1px var(--border-color);
    padding: 10px;
}

.delivary-time {
    border-top: solid 1px var(--border-color);
    padding: 14px 5px 5px 5px;
}

.shipping-address h5,
.delivary-time h5 {
    margin: 0;
}

.shipping-address ion-icon {
    font-size: 22px;
    cursor: pointer;
}

.selected-address {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 100;
}

.selected-address p {
    margin: 0;
    font-size: 14px;
    color: var(--bs-dark-text-emphasis);
}

.delivary-time .form-check {
    padding-top: 5px;
}

.delivary-time .form-check-label {
    padding: 0;
    font-size: 14px;
    color: var(--bs-dark-text-emphasis);
}

.payment-type-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 60px;
}

.payment-type-img-box img {
    max-width: 100%;
    max-height: 100%;
}

.payment-type .form-check-label {
    display: flex;
    align-items: center;
    gap: 20px;
}

.address-modal-title {
    font-size: 22px;
    font-weight: 500;
    font-family: var(--font-lexend);
}

.btn-delivery,
.btn-delivery:hover {
    border: solid 2px var(--border-color) !important;
}

.cancle-btn:hover {
    background-color: var(--bs-gray-100);
}

.addresses ion-icon {
    font-size: 24px;
}

.addresses p {
    margin: 0;
    color: var(--bs-dark-text-emphasis);
}

.ordered-product-info p {
    margin: 0;
    font-size: 14px;
    color: var(--bs-dark-text-emphasis);
}

.ordered-product-price p {
    margin: 0;
    font-weight: 500;
    color: var(--primary-color);
}

.ordered-product-container {
    padding: 10px;
    border-top: solid 1px var(--border-color);
}

.step-active {
    border-bottom: 3px solid white;
    padding: 6px 10px;
}

.ordered-product-img {
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
}

.ordered-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ordered-subtotal-section {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 10px 0px;
}

.subtotal-price {
    font-weight: 600;
    color: var(--primary-color);
}

.charges-section,
.final-order-total {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding: 10px 0;
    border-top: solid 1px var(--border-color);
}

.charges-title p {
    color: var(--bs-dark-text-emphasis);
    margin: 0;
}

.charges p {
    color: var(--bs-dark-text-emphasis);
    margin: 0;
}

.total-price-tital {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.total-price {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
}

.order-placed-title {
    font-size: 35px;
    text-align: center;
    font-weight: 500;
    color: var(--bs-green);
}

.progressbar-box {
    position: relative;
}

.progressbar-box p {
    font-size: 12px;
    margin: 0;
    font-weight: 600;
    text-align: center;
}

#progressbar .active {
    color: var(--bs-dark-text-emphasis);
}

#steps {
    text-align: center;
}

.step {
    width: 40px;
    height: 40px;
    background-color: var(--primary-soft-onhover);
    display: inline-block;
    border-color: transparent;
    border-radius: 50%;
    color: var(--primary-color);
    font-weight: 600;
    text-align: center;
    line-height: 35px;
}

.step:first-child {
    line-height: 40px;
}

.step:nth-child(n+2) {
    margin: 0 0 0 100px;
}

.step:nth-child(n+2):before {
    width: 75px;
    height: 3px;
    display: block;
    background-color: var(--primary-soft-onhover);
    transform: translate(-95px, 20px);
    content: '';
}

.step:after {
    width: 150px;
    display: block;
    transform: translate(-55px, 3px);

    color: hsl(226, 10%, 55%);
    content: attr(data-desc);
    font-weight: 400;
    font-size: 13px;
}

.step:first-child:after {
    transform: translate(-55px, -1px);
}

.step.active {
    color: var(--primary-color);
    background: var(--primary-soft-onhover);
}

.step.active:before {
    background: var(--primary-color);
}

.step.active:after {
    color: var(--primary-color);
}

.step.done {
    background-color: var(--primary-color);
    color: hsl(0, 0%, 100%);
}

/* .line-active{
    width: 80%;
    height: 3px;
    background: #0d6efd;
    position: relative;
    top: -20px;
    left: 93px;
} */

.order-detail-box {
    background-color: var(--bs-white);
    padding: 20px;
    justify-content: space-between;
}

.order-detail-box div h5 {
    /* margin: 0px; */
    font-size: 16px;
    font-weight: 600;
}

.order-detail-box div p {
    margin: 0px;
    font-size: 14px;
    color: var(--bs-dark-text-emphasis);
}

.invoice-icon {
    color: var(--primary-color);
    font-size: 18px;
    vertical-align: text-bottom;
    margin-right: 2px;
}

.order-detail-img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-detail-img img {
    max-width: 100%;
    max-height: 100%;
}

.order-detail-title {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}

.filter-input {
    cursor: pointer;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    left: 0;
}

.jssocials-share {
    margin: 0 !important;
}

.city-container{
    display: contents !important;
}
.city-dropdown{
    display: block;
    width: 770px !important;
    background: white;
    position: relative;
    top: -29px;
}
.select2-results__option--highlighted{
    border: solid 1px var(--border-color);
}
.fs-7{
    font-size: 12px;
}
.edit-city-dropdown{
    background: white;
    position: relative;
    top: -29px;
    z-index: 9999;
}
.edit-city-container{
    display: contents !important;
}
.search-dropdown {
    display: block;
    z-index: 1040;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.search-dropdown .select2-selection--single{
    min-height: 0 !important;
}
@media (max-width:1399px) {
    .search-dropdown,
    .city-dropdown {
        width: 585px !important;
    }
}

@media (max-width:980px) {
    .city-dropdown {
        width: 450px !important;
    }
}
@media (max-width:560px) {
    .city-dropdown {
        width: 270px !important;
    }
}

.select2-results img {
    width: 65px;
}

.select2-results ul {
    list-style: none;
    border-top: solid 1px var(--border-color);
    margin: 3px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-height: 300px;
    overflow: auto;
}

.select2-result-repository {
    display: flex !important;
    font-size: 14px;
    gap: 15px;
    align-items: center;
    min-height: 75px;
    transition: var(--transition);
}

.select2-results__option:hover {
    background-color: var(--bs-gray-100);
    transition: var(--transition);
}

.select2-hidden-accessible {
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.select2-search__field {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
}

.select2-selection {
    display: block;
    width: 100%;
}

.select2-result-repository__title {
    font-weight: 600;
}

.select2-results__option {
    padding: 8px;
    border-bottom: solid 1px var(--border-color);
    margin: 0;
    width: 100%;
}

.select2-responsive-container {
    width: 100% !important;
}

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

.cart-count {
    position: absolute;
    background: var(--primary-soft-onhover);
    color: var(--primary-color);
    top: -4px;
    font-size: 10px;
    border-radius: 10px;
    right: -2px;
}

.input-group-prepend {
    position: absolute;
    z-index: 8;
    font-size: 25px;
    top: 3px;
    left: 10px;
}

.daterangepicker td.active {
    background-color: var(--primary-color) !important;
    border-color: transparent;
    color: #fff;
}

.deliverable_status {
    font-size: 14px;
    font-weight: 100;
}

@media (max-width:1199px) {
    .select2-selection {
        padding: 5px;
        border-radius: 10px;
        background-color: var(--bs-white);
    }

    .search-dropdown {
        top: 68px !important;
        border-radius: 10px;
        width: 96vw !important;
    }

    .cart-count {
        top: -8px;
        font-size: 8px;
    }
}

.promocode-image-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promocode-image-box img {
    max-width: 100px;
    min-height: 100px;
}

#redeem_promocode {
    border: 1px solid var(--border-color);
    margin-top: 16px;
}

.promocode-section {
    margin: 10px 0px;
    padding: 10px 0px;
    /* border-top: solid 1px var(--border-color); */
    cursor: pointer;
    background-color: var(--bs-white);
    transition: var(--transition);
}

.promocode-section:hover {
    /* border: solid 1px var(--border-color); */
    /* background-color: var(--bs-gray-100); */
}

.promo-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--font-lexend);
    text-align: start;
}

.promo-disc {
    font-size: 14px;
    text-transform: capitalize;
    text-align: start;
}

#promo_code_modal .modal-body {
    height: 400px;
    overflow: auto;
}

.faq_image {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq_image img {
    max-width: 100%;
    max-height: 100%;
}

.ticket-table {
    border-spacing: 0 15px;
    border-collapse: inherit;
}

.ticket-table th,
.ticket-table td {
    padding: 15px;
    text-align: center;
}

.ticket-table tr {
    transition: var(--transition);
    cursor: pointer;
}

.ticket-table tbody tr:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: var(--transition);
}

.Executive-img {
    padding: 10px;
    border-radius: 50%;
    background-color: var(--primary-soft);
}

.reply-box {
    padding: 10px;
    background-color: var(--bs-gray-200);
    width: fit-content;
    border-radius: 10px;
    display: inline-flex;
    text-align: end;
    position: relative;
}

.reply-box::before {
    border-color: var(--bs-gray-200);
    border-style: solid;
    border-width: 13px 5px 2px 3px;
    bottom: -4px;
    clear: both;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 4px;
    transform: rotate(125deg);
    width: 0;
    border-radius: 50% 50% 0 0;
}

.sender-box {
    padding: 10px;
    width: fit-content;
    border-radius: 10px;
    display: inline-flex;
    text-align: start;
    border: solid 1px var(--border-color);
    position: relative;
}

.sender-box::before {
    border-color: #e9e9e9;
    border-style: solid;
    border-width: 7px 4px 5px 2px;
    left: -5px;
    bottom: -5px;
    clear: both;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    transform: rotate(243deg);
    width: 0;
    border-radius: 50% 50% 0 0;
}

.chat-send-time {
    font-size: 14px;
    color: var(--bs-gray-600);
    font-weight: 500;
    margin: 0 7px;
}

.chat-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.msg-body {
    min-height: 60vh;
    max-height: 70vh;
    overflow: auto;
}


.chat-image-preview {
    width: 100px;
    height: 100px;
    object-fit: contain;
    padding: 10px;
    border: solid 1px var(--border-color);
    margin-top: 10px;
}

.image-preview-container {
    width: fit-content;
    position: relative;
}

.preview-close {
    position: absolute;
    top: 5px;
    right: -5px;
    cursor: pointer;
}

.refer-img-box {
    height: 200px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.refer-img-box img {
    max-width: 100%;
    max-height: 100%;
}

.wallet-card {
    max-width: 400px;
    height: 200px;
    /* background: rgb(5, 0, 85);
    background: linear-gradient(126deg, rgba(5, 0, 85, 1) 0%, rgba(9, 75, 121, 1) 61%, rgba(0, 108, 255, 1) 99%); */
    background: rgb(61, 0, 85);
    background: linear-gradient(135deg, rgba(61, 0, 85, 1) 13%, rgba(121, 9, 109, 1) 59%, rgba(68, 0, 255, 1) 100%);
    border-radius: 10px;
    position: relative;
}

.wallet-text {
    color: var(--bs-gray-400);
    position: absolute;
    top: 30px;
    left: 25px;
    font-size: 14px;
}

.wallet-amount {
    color: var(--bs-white);
    position: absolute;
    top: 50px;
    left: 25px;
    font-family: var(--font-lexend);
    font-size: 25px;
}

.wallet-currency {
    color: var(--bs-white);
    position: absolute;
    bottom: 25px;
    right: 40px;
    font-weight: 500;
}

.wallet-user-name {
    color: var(--bs-white);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-lexend);
    position: absolute;
    bottom: 25px;
    left: 25px;
    text-transform: capitalize;
}

.transaction-btn {
    background: rgb(81 81 255);
    color: var(--bs-white);
    padding: 10px;
    font-weight: 600;
    align-items: center;
    display: flex;
    gap: 3px;
    transition: var(--transition);
    border: none;
    border-radius: 10px;
    position: relative;
}



/* color-switcher */

.setting-icon {
    font-size: 1.7rem !important;
    margin-top: 6px;
}

#colors-switcher {
    background: none repeat scroll 0 0 #fff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    left: -189px;
    position: fixed;
    top: 25%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px
}

#colors-switcher .color-bottom {
    background: none repeat scroll 0 0 #fff
}

#colors-switcher .color-bottom a.settings {
    background: none repeat scroll 0 0 #fff;
    height: 41px;
    position: absolute;
    right: -40px;
    top: 0px;
    width: 40px;
    padding: 3px;
    border-radius: 0 30px 30px 0
}

#colors-switcher ul.color-style {
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
    border-radius: 0px;
}

.list-item-inline {
    display: inline-block;
}

#colors-switcher ul.color-style li.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 0
}

#colors-switcher ul.color-style li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 3px
}

#colors-switcher ul.color-style .blue {
    background-color: #1565c0;
}

#colors-switcher ul.color-style .cyan-dark {
    background-color: #004d40;
}


#colors-switcher ul.color-style .dark-blue {
    background-color: #090088;
}

#colors-switcher ul.color-style .dark-purple {
    background-color: #4527a0;
}

#colors-switcher ul.color-style .default {
    background-color: #1c61e7;
}

#colors-switcher ul.color-style .green {
    background-color: #43ae47;
}

#colors-switcher ul.color-style .indigo {
    background-color: #1a237e;
}

#colors-switcher ul.color-style .orange {
    background-color: #d84315;
}

#colors-switcher ul.color-style .peach {
    background-color: #e9705b;
}

#colors-switcher ul.color-style .pink {
    background-color: #ad1457;
}

#colors-switcher ul.color-style .purple {
    background-color: #6a1b9a;
}

#colors-switcher ul.color-style .red {
    background-color: #c62828;
}

/*set a border on the images to prevent shifting*/
#gallery_01 img {
    border: 2px solid white;
}

/*Change the colour*/
.active img {
    border: 2px solid #333 !important;
}

.clearfix {
    display: block;
    width: 100%;
    float: left;
}

.zoom-left {
    max-width: 412px;
}

.height500px {
    height: 500px;
}

.zoomWrapper img {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width:767px) {
    .zoomContainer {
        display: none !important;
    }
}

.swiper-slide .zoomWrapper {
    display: none;
}

.swiper-slide-active .zoomWrapper {
    display: block;
}

.flag-container {
    height: 40px !important;
}

.progress-wrap {
    /* position: fixed;
    right: 50px;
    bottom: 50px; */
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: none;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #1f2029;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.lightScrollIcon::after {
    color: #ecedf3 !important;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    background-image: linear-gradient(298deg, #1c61e7, #1c61e7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.max-width-540px {
    max-width: 540px;
}

.height-50vh {
    height: 50vh;
}

.card-testimonial {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F4F4F4;
}

.tcard-container {
    display: flex;
    gap: 20px;
}

.tcard {
    background-color: #e9705b;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    color: white;
    width: 300px;
    height: 300px;
    text-align: center;
}

.tcard-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-top: -35px;
    border: 5px solid white;
    background-color: white;
}

.tcard-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tcard-content {
    margin-top: 20px;
}

.tcard h3 {
    font-size: 22px;
}

.tcard p {
    font-size: 14px;
}

/* chat  */

#chat-button {
    transition: all 0.35s ease-in-out;
    padding: 16px;
    background-color: #3cc766;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

#chat-button.opened,
#chat-iframe.opened {
    transition: all 0.35s ease-in-out;
    box-shadow: 0px 19px 10px 2px #00000014
}

#floating_chat_view {
    margin: 22px;
}


.chat-hide-show {
    display: none !important;
}

.chat-min {
    height: 88vh !important;
    /* height: 100% !important;
    max-height: 600px; */
}

.chat-min>.select2-container {
    width: 100% !important;
}

.chat-max {
    height: 88vh !important;
}

.chat-theme-dark {
    background-color: #1A1D21 !important;
    border-top: 2px solid #17a2b8 !important;
}

.chat-theme-light {
    background-color: #F8F8FA !important;
    border-top: 2px solid #383F45 !important;
}

.chat-theme-light .chat-left .person-group-chat {
    background: #8e8e8e;
    padding: 1px 5px;
    border-radius: 3px;
    position: absolute;
    color: #ececec;
    top: -22px;
    left: 0;
    font-size: 12px;
}

.chat-theme-light .chat-right .person-group-chat {
    background: #8e8e8e;
    padding: 1px 5px;
    border-radius: 3px;
    position: absolute;
    color: #ececec;
    top: -22px;
    right: 0;
    font-size: 12px;
}

.chat-avtar-search {
    border-radius: 50%;
    border: none;
    width: 50px;
    height: 50px;
    background: #99e2ff;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    font-weight: 800;
    color: #777777;
    margin: 0px 16px 0px 0px;
}

.chat-avtar-main {
    border-radius: 50%;
    border: none;
    width: 45px;
    height: 45px;
    background: #e1ebff;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    font-weight: 800;
    color: #777777;
}

.chat-box .chat-content .chat-item>.chat-avtar {
    float: left;
    /*    border-radius: 50%;
    border: none;
    width: 50px;
    height: 50px;
    background: #e1ebff;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    font-weight: 800;
    color: #777777;*/
    -webkit-user-drag: none !important;
}

.chat-box .chat-content .chat-item.chat-right .chat-avtar {
    float: right;
    /*    border-radius: 50%;
    border: none;
    width: 50px;
    height: 50px;
    background: #ffe1e1;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    font-weight: 800;
    color: #777777;*/
    -webkit-user-drag: none;
}

.chat-theme-light .delete-msg {
    position: absolute;
    color: white;
    top: 0;
    right: 3px;
}

.chat-theme-dark .delete-msg {
    position: absolute;
    color: white;
    top: 0;
    right: 3px;
}

.chat-theme-light .download-msg {
    position: absolute;
    color: black;
    top: 0;
    left: 3px;
}

.chat-theme-dark .download-msg {
    position: absolute;
    color: black;
    top: 0;
    left: 3px;
}

.chat_media_img {
    grid-area: img;
}

.chat_media_file {
    grid-area: file;
    color: #b13c3c;
}

.chat_media_size {
    grid-area: size;
}


.chat-theme-light .chat-files {
    text-align: center;
    display: grid;
    grid-template-areas:
        'img file file file size size';
    grid-gap: 10px;
    background-color: #cccccc;
    border-radius: 3px;
    padding: 10px;
    color: black;
    margin: 1px;
}

.chat-theme-dark .chat-files {
    text-align: center;
    display: grid;
    grid-template-areas:
        'img file file file size size';
    grid-gap: 10px;
    background-color: #cccccc;
    border-radius: 3px;
    padding: 10px;
    color: black;
    margin: 1px;
}

.chat-files-search {
    text-align: center;
    display: grid;
    grid-template-areas:
        'img file file file size fa-download';
    grid-gap: 10px;
    background-color: #cccccc;
    border-radius: 3px;
    padding: 10px;
    color: black;
    margin: 1px;
}

.chat-theme-light .chat-image-view {
    position: relative;
    background-color: #cccccc;
    border-radius: 3px;
    padding: 5px;
    color: black;
    margin: 1px;
}


.chat-theme-light .msg_text_media {
    display: grid;
}

.chat-theme-dark .chat-image-view {
    position: relative;
    background-color: #cccccc;
    border-radius: 3px;
    padding: 5px;
    color: black;
    margin: 1px;
}

.chat-theme-dark .msg_text_media {
    display: grid;
}

.chat-theme-light .download-btn-styling {
    background: #27ab45;
    color: black;
    padding: 7px;
    border-radius: 3px;
    display: none;
    margin: 8px 5px 0px 0px;
}

.chat-theme-dark .download-btn-styling {
    background: #27ab45;
    color: black;
    padding: 7px;
    border-radius: 3px;
    display: none;
    margin: 8px 5px 0px 0px;
}

.chat-image-view:hover .download-btn-styling {
    display: block;
}

.chat-files:hover .download-btn-styling {
    display: block;
}


.chat-theme-light .go-to-bottom-btn {
    cursor: pointer !important;
    padding: 4px !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white !important;
    border: none;
    position: absolute;
    top: -48%;
    right: 0px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 7px 4px #00000036;
    display: none;
    z-index: 2;
}

.chat-theme-dark .go-to-bottom-btn {
    cursor: pointer;
    padding: 6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white !important;
    border: none;
    position: absolute;
    top: -48%;
    right: 0px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 7px 4px #00000036;
    display: none;
    z-index: 2;
}

.chat-theme-dark .chat-preview-btn {
    position: absolute;
    top: 30%;
    right: 60px;
    color: #868686 !important;
}

.chat-theme-light .chat-preview-btn {
    position: absolute;
    top: 30%;
    right: 60px;
    color: #414141 !important;
}

.chat-theme-dark .chat-preview-btn:hover {
    color: #5a5a5a !important;
}

.chat-theme-light .chat-preview-btn:hover {
    color: #303030 !important;
}

.chat-theme-dark .chat-time {
    color: #d8d8d8 !important;
}

.chat-theme-light .new-msg-rcv {
    font-weight: 1000 !important;
    color: #383F45 !important;
}

.chat-theme-dark .new-msg-rcv {
    font-weight: 1000 !important;
    color: #FFFFFF !important;
}

.chat-theme-light .chat-bg {
    background-image: url(../images/bg-chat.jpg) !important;
}

.chat-theme-light .text-successg {
    color: #39E500 !important;
}

.chat-theme-dark .chat-bg {
    background-color: #303335 !important;
}

.chat-theme-dark .text-success {
    color: #39E500 !important;
}

.chat-theme-dark .chat-search-box {
    background-color: #1a1d21 !important;
    border: 1px solid #a6a7ab !important;
    border-radius: .25rem !important;
    margin-right: 8px !important;
    height: 30px !important;
    width: -webkit-fill-available;
}

.chat-theme-dark .chat-search-box:hover {
    background-color: #363b42 !important;
    border: 1px solid #c9cacc !important;
}

.chat-theme-dark .chat-search-box:focus {
    background-color: #363b42 !important;
    border: 1px solid #c9cacc !important;
    color: #c9cacc !important;
}

.chat-theme-light .chat-search-box {
    border-radius: .25rem !important;
    margin-right: 8px !important;
    height: 30px !important;
    width: -webkit-fill-available;
}

.chat-theme-light .chat-search-box:hover {
    background-color: #f2f2f7;
    border-color: #d9dae4;
}

.chat-theme-dark .chat-search-btn {
    background-color: #1a1d21 !important;
    border-color: #a6a7ab !important;
}

.chat-scroll {
    overflow: scroll !important;
    outline: none !important;
}

/* width */
.chat-scroll::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.chat-scroll::-webkit-scrollbar-track {
    border-radius: 7px;
}

/* Handle */
.chat-scroll::-webkit-scrollbar-thumb {
    background: rgb(66, 66, 66);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
}

.chat-theme-dark .active {
    font-weight: 700 !important;
    background: #3abaf4;
    padding: 3px 15px;
    color: #FFFDF9 !important;
}

.chat-theme-dark .active:hover {
    background: #3abaf4 !important;
    color: #FFFDF9 !important;
}

.chat-theme-light .active {
    font-weight: 700 !important;
    background: #3abaf4;
    padding: 3px 15px;
    color: #FFFDF9 !important;
}

.chat-theme-light .active:hover {
    background: #3abaf4 !important;
    color: #FFFDF9 !important;
}

.chat-theme-dark .chat-person {
    font-weight: 700;
    color: #ababab;
    padding: 3px 15px;
}

.chat-theme-dark code {
    background: #e8e8e8;
    padding: 6px 8px;
    border-radius: 4px;
}

.chat-theme-light code {
    background: #e8e8e8;
    padding: 6px 8px;
    border-radius: 4px;
}

.chat-theme-dark .chat-person:hover {
    background: rgb(0, 0, 0);
    cursor: pointer;
}

.chat-theme-light .chat-person {
    font-weight: 500;
    color: #4f5961;
    padding: 3px 15px;
}

.chat-theme-light .chat-person:hover {
    background: #FFFFFF;
    cursor: pointer;
}

.chat-theme-dark .text-color {
    color: #ababab !important;

}

.chat-theme-light .text-color {
    color: #383F45 !important;
}

.chat-theme-dark .text-color h4 {
    color: #ababab !important;
}

.chat-theme-light .text-color h4 {
    color: #383F45 !important;
}

.chat-theme-dark .theme-inputs {
    background-color: #1a1d21 !important;
    border: 1px solid #a6a7ab !important;
    border-radius: 6px !important;
    color: #c9cacc !important;
    height: auto !important;
    white-space: pre-wrap !important;
}

.chat-theme-light .theme-inputs {
    border: 1px solid #383F45 !important;
    border-radius: 6px !important;
    height: auto !important;
    white-space: pre-wrap !important;
}

.chat-card-header {
    line-height: 9px !important;
    min-height: 0px !important;
    padding: 5px 8px !important;
    border-bottom: 0px !important;
}

.chat-card-header h4 {
    font-size: 17px !important;
    font-weight: 500;
}

.chat-list-unstyled-border li {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.chat-card-body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    flex: 0 !important;
}

.chat-img-undrag {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


.chat_divider {
    padding: 8px 10px;
    text-align: center;
    font-size: medium;
    color: brown;
    margin: 0 0 20px 0px;
    display: flex;
    align-items: center;
    text-align: center;
}

.chat_divider::before,
.chat_divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #cf9a5e;
}

.chat_divider::before {
    margin-right: .25em;
}

.chat_divider::after {
    margin-left: .25em;
}


.chat_loader {
    padding: 8px 10px;
    text-align: center;
    font-size: medium;
    color: brown;
    margin: 0 0 20px 0px;
    display: flex;
    align-items: center;
    text-align: center;
    display: none;
}

.chat_loader::before,
.chat_loader::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #cf9a5e;
}

.chat_loader::before {
    margin-right: .25em;
}

.chat_loader::after {
    margin-left: .25em;
}


#chat-input-textarea-result {
    background-color: rgba(117, 117, 117, 0.36);
    position: absolute;
    bottom: 51px;
    border: 1.5px dashed rgb(119, 122, 125) !important;
    border-radius: 6px !important;
    height: auto;
}

.badge-chat {
    vertical-align: middle;
    border-radius: 5px;
    float: right;
    background-color: #fc544b;
    color: white;
    /* display: inline-block; if you get any error from this class then first uncmnt this and check */
    padding: .30em 1em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px;
}

#chat-button.opened,
#chat-iframe.opened {
    transition: all 0.35s ease-in-out;
    box-shadow: 0px 19px 10px 2px #00000014
}

#chat-iframe {
    border-radius: 26px;
}

/* Hero Banner Original Modern Styling */
.mySwiper {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.mySwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mySwiper .swiper-slide a {
    display: block;
    width: 100%;
}
.mySwiper .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}
.categories-image img {
    object-fit: cover;
}
.brands-image img {
    object-fit: contain;
}

/* ==========================================================================
   FUNKY HERO SECTION — Streetwear / T-shirt Brand Vibe
   ========================================================================== */

/* Google Font for funky headlines */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Permanent+Marker&display=swap');

.funky-hero-section {
    position: relative;
    overflow: visible;
}

.funky-hero-wrapper {
    position: relative;
    width: 100%;
}

/* --- Full Bleed Slider Container --- */
.funky-slider {
    border-radius: 0px !important;
    overflow: hidden !important;
    box-shadow: none !important;
    width: 100%;
}

.funky-slider .swiper-slide {
    height: auto;
}

/* --- Slide Images (Edge-to-Edge) --- */
.funky-slide {
    position: relative;
    overflow: hidden;
    border-radius: 0px !important;
}
.funky-slide-link {
    display: block;
    width: 100%;
    position: relative;
    text-decoration: none !important;
}
.funky-slide-link img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 0px !important;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.funky-slide:hover .funky-slide-link img {
    transform: scale(1.03);
}

/* --- Gradient Overlay --- */
.funky-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.25) 45%,
        rgba(255, 46, 99, 0.12) 100%
    );
    z-index: 1;
    pointer-events: none;
}

/* --- Text Content Overlay --- */
.funky-slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 44px 56px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

/* ==========================================================================
   STREETWEAR HERO BANNER — ORIGINAL FONT STYLE + DYNAMIC KINETIC ANIMATION
   ========================================================================== */

/* Funky Tag / Badge (Bebas Neue Font) */
.funky-tag {
    display: inline-block;
    background: linear-gradient(135deg, #ff2e63, #ff6b35);
    color: #ffffff;
    font-family: 'Bebas Neue', 'Arial Black', sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 30px;
    box-shadow: 0 4px 16px rgba(255, 46, 99, 0.45);
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
}

/* Funky Headline (Poppins Sans-Serif Font) */
.funky-headline {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 800 !important;
    font-size: 42px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.15;
    margin: 4px 0 0 0;
    letter-spacing: 0px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    opacity: 1;
    transform: translateY(0);
}

/* Row placing Button at the end of the text */
.funky-text-row {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 4px;
}

/* Sub-text */
.funky-sub-text {
    font-family: var(--font-lexend, 'Roboto', sans-serif);
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
    opacity: 1;
    margin: 0;
}

/* CTA Button shifted at the end of text (Bebas Neue Font) */
.funky-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #111111;
    font-family: 'Bebas Neue', 'Arial Black', sans-serif;
    font-size: 16px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    vertical-align: middle;
}

.funky-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 46, 99, 0.3), transparent);
    animation: btnShimmerSweep 3s infinite 1.5s;
}

@keyframes btnShimmerSweep {
    0% { left: -100%; }
    40%, 100% { left: 100%; }
}

.funky-slide:hover .funky-cta-btn {
    background: #ff2e63;
    color: #ffffff;
    transform: translateX(4px);
    box-shadow: 0 6px 20px rgba(255, 46, 99, 0.55);
}

.funky-cta-btn i {
    transition: transform 0.3s ease;
}

.funky-slide:hover .funky-cta-btn i {
    transform: translateX(4px);
}

/* ==========================================================================
   SWIPER ACTIVE SLIDE DYNAMIC ANIMATIONS
   ========================================================================== */
.swiper-slide-active .funky-tag {
    animation: funkyTagPopIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both,
               funkyTagPulse 2.5s ease-in-out 0.8s infinite;
}

.swiper-slide-active .funky-headline {
    animation: kineticHeadlineEntrance 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both,
               headlineNeonPulse 3s ease-in-out 1s infinite;
}

.swiper-slide-active .funky-text-row {
    animation: subTextGlideIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.35s both;
}

/* Keyframes for Tag */
@keyframes funkyTagPopIn {
    0% {
        opacity: 0;
        transform: scale(0.5) translateY(14px);
    }
    70% {
        opacity: 1;
        transform: scale(1.08) translateY(-2px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes funkyTagPulse {
    0%, 100% {
        box-shadow: 0 4px 16px rgba(255, 46, 99, 0.45);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 6px 24px rgba(255, 46, 99, 0.75);
        transform: scale(1.03);
    }
}

/* Keyframes for Headline (Kinetic Punch + Animated Live Glow) */
@keyframes kineticHeadlineEntrance {
    0% {
        opacity: 0;
        transform: translateY(35px) scale(0.88) rotate(-2deg);
        letter-spacing: -1px;
    }
    65% {
        opacity: 1;
        transform: translateY(-4px) scale(1.04) rotate(0.8deg);
        letter-spacing: 2px;
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0deg);
        letter-spacing: 1.5px;
    }
}

@keyframes headlineNeonPulse {
    0%, 100% {
        text-shadow: 3px 3px 0px rgba(255, 46, 99, 0.85), 6px 6px 0px rgba(0, 0, 0, 0.55), 0 0 20px rgba(255, 46, 99, 0.3);
    }
    50% {
        text-shadow: 4px 4px 0px rgba(255, 107, 53, 0.9), 7px 7px 0px rgba(0, 0, 0, 0.65), 0 0 32px rgba(255, 107, 53, 0.5);
    }
}

/* Keyframes for Subtext & CTA */
@keyframes subTextGlideIn {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ctaWrapEntrance {
    0% {
        opacity: 0;
        transform: translateY(22px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Custom Navigation Arrows --- */
.funky-nav-prev,
.funky-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.18);
    color: #111;
    font-size: 18px;
}
.funky-nav-prev {
    left: 24px;
}
.funky-nav-next {
    right: 24px;
}
.funky-nav-prev:hover,
.funky-nav-next:hover {
    background: #ff2e63;
    color: #fff;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 6px 20px rgba(255,46,99,0.45);
}

/* --- Custom Pagination --- */
.funky-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 8px;
}
.funky-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 5px;
    border-radius: 10px;
    background: rgba(255,255,255,0.45);
    opacity: 1;
    transition: all 0.4s ease;
}
.funky-pagination .swiper-pagination-bullet-active {
    width: 48px;
    background: linear-gradient(90deg, #ff2e63, #ff6b35);
    box-shadow: 0 0 10px rgba(255,46,99,0.6);
}

/* --- Responsive Breakpoints for Screen Proportions --- */
@media (max-width: 1400px) {
    .modern-main-header {
        padding: 9px 0 !important;
    }
    .modern-main-header .brand-logo-img {
        height: 38px !important;
        max-width: 140px !important;
    }
    .modern-search-wrapper {
        max-width: 480px !important;
    }
    .modern-search-input {
        height: 35px !important;
        font-size: 13px !important;
    }
    .modern-search-btn {
        padding: 5px 14px !important;
        font-size: 12px !important;
    }
    .modern-nav-link {
        padding: 7px 10px !important;
        font-size: 13px !important;
    }
    .modern-categories-btn {
        padding: 7px 14px !important;
        font-size: 12.5px !important;
    }
    .action-icon-wrap {
        width: 33px !important;
        height: 33px !important;
        font-size: 14px !important;
    }
    .action-title {
        font-size: 12px !important;
    }
    .action-sub {
        font-size: 9.5px !important;
    }
    .funky-slide-link img {
        height: 340px !important;
    }
    .funky-slide-content {
        padding: 22px 32px !important;
        gap: 8px !important;
    }
    .funky-headline,
    .editorial-headline {
        font-size: 30px !important;
    }
    .funky-tag {
        font-size: 12px !important;
        padding: 4px 12px !important;
    }
    .funky-sub-text {
        font-size: 13.5px !important;
    }
    .funky-cta-btn {
        font-size: 12.5px !important;
        padding: 6px 16px !important;
    }
    .funky-cat-circle {
        width: 110px !important;
        height: 110px !important;
    }
    .funky-cat-text .cat-name {
        font-size: 14px !important;
    }
    .cat-explore-link {
        font-size: 11px !important;
    }
    .funky-section-title {
        font-size: 22px !important;
    }
    .product-card.modern-streetwear-card {
        height: 340px !important;
        min-height: 340px !important;
        max-height: 340px !important;
        padding: 10px !important;
    }
    .funky-products-section,
    .funky-categories-section,
    section.container.my-5 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }
}

@media (max-width: 991px) {
    .funky-slide-link img {
        height: 300px;
    }
    .funky-slide-content {
        padding: 20px 24px;
    }
    .funky-headline,
    .editorial-headline {
        font-size: 30px;
        letter-spacing: 2px;
    }
    .editorial-badge {
        font-size: 11px;
        letter-spacing: 2.5px;
    }
    .editorial-sub-text {
        font-size: 14px;
    }
    .editorial-cta-btn {
        padding: 10px 22px;
        font-size: 12px;
    }
    .funky-nav-prev,
    .funky-nav-next {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
}
@media (max-width: 576px) {
    .funky-slide-link img {
        height: 240px;
    }
    .funky-slide-content {
        padding: 16px 20px;
        gap: 6px;
    }
    .funky-tag {
        font-size: 11px;
        padding: 4px 14px;
        letter-spacing: 2px;
    }
    .funky-headline {
        font-size: 24px;
        letter-spacing: 1px;
        text-shadow: 2px 2px 0px rgba(255, 46, 99, 0.8), 4px 4px 0px rgba(0, 0, 0, 0.5);
    }
    .funky-text-row {
        gap: 10px;
        margin-top: 2px;
    }
    .funky-sub-text {
        font-size: 11px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .funky-cta-btn {
        font-size: 11px;
        padding: 5px 14px;
        letter-spacing: 1.5px;
    }
    .funky-nav-prev,
    .funky-nav-next {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }
    .funky-nav-prev {
        left: 10px;
    }
    .funky-nav-next {
        right: 10px;
    }
    .funky-pagination {
        bottom: 12px;
    }
    .funky-pagination .swiper-pagination-bullet {
        width: 22px;
        height: 4px;
    }
    .funky-pagination .swiper-pagination-bullet-active {
        width: 34px;
    }
}

/* ==========================================================================
   FUNKY POPULAR CATEGORIES SECTION — Streetwear / T-Shirt Vibe
   ========================================================================== */
.funky-categories-section {
    position: relative;
}

.funky-section-tag {
    display: none !important;
}

.funky-section-title {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    letter-spacing: -0.3px !important;
    color: #0f172a !important;
    text-transform: capitalize !important;
    text-shadow: none !important;
    line-height: 1.25 !important;
    display: inline-flex !important;
    align-items: center !important;
    position: relative !important;
    padding-left: 14px !important;
}

.funky-section-title::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 3px !important;
    bottom: 3px !important;
    width: 4px !important;
    background: #e83a3a !important;
    border-radius: 4px !important;
}

.funky-viewmore-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #e83a3a !important;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 6px 18px;
    border: 1.5px solid #e83a3a;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: none !important;
    transition: all 0.2s ease;
}

.funky-viewmore-btn:hover {
    background: #e83a3a;
    border-color: #e83a3a;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(232, 58, 58, 0.2) !important;
}

.funky-categories-slider {
    position: relative;
    width: 100%;
}

.funky-categories-slider .swiper-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transform: none !important;
}

.funky-categories-slider .swiper-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: auto;
    width: auto !important;
    min-width: 160px;
    max-width: 220px;
}

.funky-cat-card {
    padding: 12px 6px;
    margin: 0 auto;
    text-align: center;
    max-width: 180px;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.funky-cat-card:hover {
    transform: translateY(-8px);
}

.funky-cat-circle {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 6px;
    background: #fff;
    border: 3px solid #111;
    box-shadow: 5px 5px 0px #ff2e63;
    transition: all 0.35s ease;
    overflow: hidden;
}

.funky-cat-card:hover .funky-cat-circle {
    border-color: #ff2e63;
    box-shadow: 6px 6px 0px #111;
    transform: scale(1.04) rotate(-2deg);
}

.funky-cat-img-wrap {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.funky-cat-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.funky-cat-card:hover .funky-cat-img-wrap img {
    transform: scale(1.15);
}

.funky-cat-hover-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 46, 99, 0.82);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.funky-cat-hover-overlay span {
    color: #fff;
    font-family: 'Bebas Neue', 'Arial Black', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
}

.funky-cat-card:hover .funky-cat-hover-overlay {
    opacity: 1;
}

.funky-cat-text .cat-name {
    font-family: 'Bebas Neue', 'Arial Black', sans-serif;
    font-size: 19px;
    letter-spacing: 1px;
    margin: 0;
    color: #111;
    transition: color 0.2s ease;
}

.funky-cat-card:hover .funky-cat-text .cat-name {
    color: #ff2e63;
}

.funky-cat-text .cat-explore-link {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #718096;
    letter-spacing: 0.5px;
    margin-top: 2px;
    transition: all 0.2s ease;
}

.funky-cat-card:hover .funky-cat-text .cat-explore-link {
    color: #111;
    transform: translateX(3px);
}

/* Funky slider navigation buttons */
.funky-cat-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #111;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #111;
    box-shadow: 3px 3px 0px #ff2e63;
    transition: all 0.25s ease;
}

.funky-cat-nav-btn::after {
    display: none !important;
}

.funky-cat-nav-btn i {
    font-size: 16px;
}

.funky-cat-nav-btn:hover {
    background: #ff2e63;
    border-color: #ff2e63;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 4px 4px 0px #111;
}

@media (max-width: 768px) {
    .funky-section-title {
        font-size: 24px;
    }
    .funky-cat-circle {
        width: 110px;
        height: 110px;
    }
    .funky-cat-text .cat-name {
        font-size: 16px;
    }
}

/* ==========================================================================
   CENTERING PRODUCT SECTIONS (Deals of the day, Daily wear, Accessories)
   ========================================================================== */
/* Centering product swipers when there are fewer slides than slidesPerView */
.funky-products-section .swiper-wrapper,
.product-style-default .swiper-wrapper,
.mySwiper3 .swiper-wrapper {
    display: flex !important;
    justify-content: center !important;
    transform: none !important;
    gap: 24px !important;
}

.funky-products-section .swiper-slide,
.product-style-default .swiper-slide,
.mySwiper3 .swiper-slide {
    width: 240px !important;
    max-width: 240px !important;
    flex: 0 0 240px !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

.product-style-default .product-card,
.mySwiper3 .product-card,
.mySwiper4 .card5,
.card-temp {
    margin-left: auto;
    margin-right: auto;
}

/* For grid rows with 1 or 2 products in style 1 & style 2 */
.product-style-default .row,
section.container .row:not(.product-banner-container) {
    justify-content: center;
}

/* ==========================================================================
   CENTRALISED GLOBAL PRODUCT CARD & HOT DEAL BADGE
   ========================================================================== */

/* ==========================================================================
   CENTRALISED GLOBAL MODERN STREETWEAR PRODUCT CARD
   Used universally across Home, Shop, Category, Cart, Details & Recommendations
   ========================================================================== */
.product-card.modern-streetwear-card {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 360px !important;
    background: #ffffff !important;
    border: 1px solid #eef0f4 !important;
    border-radius: 12px !important;
    padding: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
    box-sizing: border-box !important;
}

.product-card.modern-streetwear-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07) !important;
    border-color: #cbd5e1 !important;
}

/* Badge at top */
.modern-streetwear-card .card-badge-wrap {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 5 !important;
    display: flex !important;
    align-items: center !important;
}

.modern-streetwear-card .sale-badge-pill,
.sale-badge-pill {
    background: #ff2e63 !important;
    color: #ffffff !important;
    font-family: 'Bebas Neue', 'Arial Black', sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 3px 8px !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 6px rgba(255, 46, 99, 0.3) !important;
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center !important;
    pointer-events: none !important;
}

/* Image Container */
.modern-streetwear-card .product-img {
    position: relative !important;
    background: #f8f8fa !important;
    border-radius: 8px !important;
    width: 100% !important;
    height: 190px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    margin-bottom: 10px !important;
    padding: 8px !important;
}

.modern-streetwear-card .product-img img {
    max-height: 100% !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    transition: transform 0.3s ease !important;
}

.modern-streetwear-card:hover .product-img img {
    transform: scale(1.05) !important;
}

/* Card Body */
.modern-streetwear-card .card-body {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.modern-streetwear-card .card-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 4px !important;
    color: #0f172a !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    height: 19px !important;
}

.modern-streetwear-card .card-title a {
    color: #0f172a !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.modern-streetwear-card .card-title a:hover {
    color: #ff2e63 !important;
}

.modern-streetwear-card .card-category {
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.6px !important;
    text-transform: uppercase !important;
    color: #8a92a6 !important;
    margin-bottom: 6px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    height: 16px !important;
}

.modern-streetwear-card .modern-card-rating-badge {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    background: #fef3c7 !important;
    padding: 1px 6px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* Price Row — Unbreakable numbers, flexible wrapping, no clipping */
.modern-streetwear-card .card-price-row {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    min-height: 24px !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin-bottom: 12px !important;
}

.modern-streetwear-card .price-current {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: baseline !important;
    gap: 2px !important;
    line-height: 1.2 !important;
}

.modern-streetwear-card .price-old {
    font-size: 12px !important;
    color: #94a3b8 !important;
    text-decoration: line-through !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: baseline !important;
    gap: 2px !important;
    line-height: 1.2 !important;
}

.modern-streetwear-card .price-discount-tag {
    font-size: 10px !important;
    font-weight: 700 !important;
    color: #ff2e63 !important;
    background: rgba(255, 46, 99, 0.08) !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
}

/* Button: ADD TO BAG with slide-in icon animation on hover */
.modern-streetwear-card .modern-add-btn {
    margin-top: auto !important;
    position: relative !important;
    overflow: hidden !important;
    height: 38px !important;
    width: 100% !important;
    background: #ffffff !important;
    color: #0f172a !important;
    border: 1.5px solid #0f172a !important;
    border-radius: 6px !important;
    padding: 0 10px !important;
    font-family: 'Bebas Neue', 'Arial Black', sans-serif !important;
    font-size: 13.5px !important;
    letter-spacing: 1px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1) !important;
    text-decoration: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.modern-streetwear-card .modern-add-btn:hover {
    background: #0f172a !important;
    color: #ffffff !important;
    border-color: #0f172a !important;
    transform: translateY(-1px) !important;
}

.modern-streetwear-card .add-btn-text {
    display: inline-block !important;
    position: relative !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
    transition: transform 0.2s ease, opacity 0.15s ease !important;
}

.modern-streetwear-card .add-btn-icon {
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    transform: translateY(20px) !important;
    transition: transform 0.2s ease, opacity 0.15s ease !important;
    pointer-events: none !important;
}

.modern-streetwear-card .add-btn-icon i {
    font-size: 15px !important;
    color: #ffffff !important;
}

.modern-streetwear-card .modern-add-btn:hover .add-btn-text {
    transform: translateY(-20px) !important;
    opacity: 0 !important;
}

.modern-streetwear-card .modern-add-btn:hover .add-btn-icon {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Hover Action Icons Glass Pill - Rock-solid, flicker-free, never hides when hovering */
.modern-streetwear-card .product-icon-onhover {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 25 !important;
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 24px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    padding: 4px 3px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease !important;
}

.modern-streetwear-card:hover .product-icon-onhover,
.modern-streetwear-card .product-icon-onhover:hover {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.modern-streetwear-card .product-icon-spacebtw {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.modern-streetwear-card .product-icon-spacebtw .shuffle-box,
.modern-streetwear-card .product-icon-spacebtw .add-to-fav-btn,
.modern-streetwear-card .product-icon-spacebtw .quick-search-box,
.modern-streetwear-card .product-icon-spacebtw a.compare {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease !important;
    color: #1e293b !important;
    text-decoration: none !important;
    pointer-events: auto !important;
}

.modern-streetwear-card .product-icon-spacebtw .shuffle-box:hover,
.modern-streetwear-card .product-icon-spacebtw .add-to-fav-btn:hover,
.modern-streetwear-card .product-icon-spacebtw .quick-search-box:hover,
.modern-streetwear-card .product-icon-spacebtw a.compare:hover {
    background-color: #f1f5f9 !important;
    color: #ff2e63 !important;
    transform: scale(1.1) !important;
}

.modern-streetwear-card .product-icon-onhover i,
.modern-streetwear-card .product-icon-onhover ion-icon {
    font-size: 15px !important;
    color: inherit !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    pointer-events: auto !important;
}

/* Global Mobile Responsive Card Styling */
@media (max-width: 767.98px) {
    .product-card.modern-streetwear-card {
        padding: 9px !important;
        min-height: 295px !important;
        border-radius: 10px !important;
    }
    .modern-streetwear-card .product-img {
        height: 135px !important;
        padding: 6px !important;
        margin-bottom: 8px !important;
    }
    .modern-streetwear-card .card-title {
        font-size: 12.5px !important;
        margin-bottom: 2px !important;
        height: 17px !important;
    }
    .modern-streetwear-card .card-category {
        font-size: 9.5px !important;
        margin-bottom: 4px !important;
        height: 14px !important;
    }
    .modern-streetwear-card .sale-badge-pill {
        font-size: 9px !important;
        padding: 2px 6px !important;
        letter-spacing: 0.5px !important;
    }
    .modern-streetwear-card .card-price-row {
        gap: 4px !important;
        min-height: 20px !important;
        margin-bottom: 8px !important;
    }
    .modern-streetwear-card .price-current {
        font-size: 13.5px !important;
    }
    .modern-streetwear-card .price-old {
        font-size: 11px !important;
    }
    .modern-streetwear-card .price-discount-tag {
        font-size: 9px !important;
        padding: 1px 4px !important;
    }
    .modern-streetwear-card .modern-add-btn {
        height: 32px !important;
        padding: 0 6px !important;
        font-size: 11.5px !important;
        letter-spacing: 0.6px !important;
    }
    .modern-streetwear-card .add-btn-icon,
    .modern-streetwear-card .product-icon-onhover {
        display: none !important;
    }
    .sale-hscroll-card {
        flex: 0 0 175px !important;
        width: 175px !important;
        min-width: 175px !important;
        max-width: 175px !important;
        height: 300px !important;
        min-height: 300px !important;
    }
}

/* Swiper Sale Navigation Arrow Positioning */
.sale-nav-prev,
.sale-nav-next {
    position: absolute;
    top: 45% !important;
    z-index: 10;
}

.mySwiperSale .swiper-wrapper {
    display: flex !important;
    gap: 20px !important;
}

.mySwiperSale .swiper-slide {
    width: 240px !important;
    max-width: 240px !important;
    flex: 0 0 240px !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

/* Right-Side Sale Poster Banner Styling */
.sale-right-banner-wrapper {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    height: 100%;
    border: 1px solid #f1f1f4;
    margin-bottom: 0;
}

.sale-right-banner {
    position: relative;
    border-radius: 9px;
    background: #f8f8fa;
    height: 100%;
    width: 100%;
    display: flex;
}

.sale-banner-img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 420px;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.sale-right-banner:hover .sale-banner-img {
    transform: scale(1.05);
}

.sale-banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 20px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(10,10,10,0.85) 60%, rgba(0,0,0,0.96) 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    z-index: 2;
}

.sale-overlay-pill {
    background: #ff2e63;
    color: #ffffff;
    font-family: 'Bebas Neue', 'Arial Black', sans-serif;
    font-size: 11px;
    letter-spacing: 1.5px;
    padding: 3px 8px;
    border-radius: 4px;
}

.sale-overlay-title {
    font-family: 'Bebas Neue', 'Arial Black', sans-serif;
    font-size: 28px;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.sale-overlay-shop-btn {
    display: inline-flex;
    align-items: center;
    font-family: 'Bebas Neue', 'Arial Black', sans-serif;
    font-size: 14px;
    letter-spacing: 1.2px;
    color: #00f0ff;
    transition: transform 0.2s ease, color 0.2s ease;
    margin-top: 2px;
}

.sale-right-banner:hover .sale-overlay-shop-btn {
    transform: translateX(6px);
    color: #ffffff;
}

/* ==========================================================================
   FUNKY BRANDS / COLLABS SECTION — Streetwear Style
   ========================================================================== */
.funky-brands-section {
    position: relative;
}

.funky-brands-slider {
    position: relative;
    width: 100%;
}

.funky-brands-slider .swiper-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transform: none !important;
}

.funky-brands-slider .swiper-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: auto;
    width: auto !important;
    min-width: 180px;
    max-width: 240px;
}

.funky-brand-card {
    padding: 12px 10px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.funky-brand-card:hover {
    transform: translateY(-8px);
}

.funky-brand-box {
    position: relative;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    border-radius: 14px;
    padding: 18px 24px;
    background: #fff;
    border: 3px solid #111;
    box-shadow: 5px 5px 0px #ff2e63;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
    overflow: hidden;
}

.funky-brand-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.funky-brand-card:hover .funky-brand-box {
    border-color: #ff2e63;
    box-shadow: 6px 6px 0px #111;
    transform: scale(1.03) rotate(-1deg);
}

.funky-brand-card:hover .funky-brand-box img {
    transform: scale(1.1);
}

.funky-brand-text .brand-name {
    font-family: 'Bebas Neue', 'Arial Black', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0;
    color: #111;
    transition: color 0.2s ease;
}

.funky-brand-card:hover .funky-brand-text .brand-name {
    color: #ff2e63;
}

.funky-brand-text .brand-explore-link {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #718096;
    letter-spacing: 0.5px;
    margin-top: 2px;
    transition: all 0.2s ease;
}

.funky-brand-card:hover .funky-brand-text .brand-explore-link {
    color: #111;
    transform: translateX(3px);
}

/* Section Ad / Banner Slot */
/* ── Sale Section: 1 product — centered fixed card ── */
.sale-single-card-wrap {
    width: 260px;
    flex-shrink: 0;
}

/* ── Sale Section: 4+ products — horizontal scroll strip ── */
.sale-hscroll-strip {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: auto;
    overflow-y: visible;
    padding: 6px 4px 14px 4px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    /* hide scrollbar on webkit but keep scrollable */
    scrollbar-width: thin;
    scrollbar-color: #e83a3a #f1f1f1;
}
.sale-hscroll-strip::-webkit-scrollbar {
    height: 5px;
}
.sale-hscroll-strip::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.sale-hscroll-strip::-webkit-scrollbar-thumb {
    background: #e83a3a;
    border-radius: 10px;
}

.sale-hscroll-card {
    flex: 0 0 250px !important;
    width: 250px !important;
    min-width: 250px !important;
    max-width: 250px !important;
    height: 360px !important;
    min-height: 360px !important;
    scroll-snap-align: start;
    box-sizing: border-box !important;
}

.sale-hscroll-card .product-card.modern-streetwear-card {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
}

/* Featured & Sale section scroll navigation buttons */
.featured-scroll-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    color: #1e293b !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #e2e8f0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.2s ease;
    cursor: pointer;
    padding: 0;
}
.featured-scroll-btn i {
    font-size: 13px;
    color: #334155 !important;
    transition: color 0.2s ease;
}
.featured-scroll-btn:hover {
    background: #e83a3a;
    border-color: #e83a3a;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(232, 58, 58, 0.25) !important;
    transform: scale(1.06);
}
.featured-scroll-btn:hover i {
    color: #ffffff !important;
}

/* Mobile Drawer Subcategories */
.mobile-subcategories-list {
    list-style: none;
    padding: 6px 8px 8px 14px;
    margin: 4px 0 8px 0;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #eef2f6;
}
.mobile-subcategories-list li a {
    font-size: 13.5px !important;
    color: #334155 !important;
    padding: 7px 10px !important;
    border-radius: 6px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.15s ease;
}
.mobile-subcategories-list li a:hover {
    color: #e83a3a !important;
    background: #fff1f2;
}
.mobile-subcategories-list .cat-icon-wrap {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid #edf2f7 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    margin-right: 8px !important;
}
.mobile-subcategories-list .cat-thumb,
.cat-thumb {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    object-fit: cover !important;
    display: block !important;
}
.mobile-subcategories-list .cat-icon-wrap .cat-thumb {
    width: 100% !important;
    height: 100% !important;
}
.mobile-cat-chevron {
    font-size: 11px;
    transition: transform 0.2s ease;
    color: #94a3b8;
}
[aria-expanded="true"] .mobile-cat-chevron {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    /* Clean compact section titles on mobile */
    .funky-section-title {
        font-size: 16px !important;
        line-height: 1.25 !important;
        white-space: normal !important;
    }
    .funky-section-tag {
        font-size: 9px !important;
        padding: 2px 6px !important;
        white-space: nowrap !important;
        letter-spacing: 0.5px !important;
    }
    .funky-viewmore-btn {
        padding: 4px 9px !important;
        font-size: 10px !important;
        white-space: nowrap !important;
    }
    .funky-viewmore-btn span {
        font-size: 10px !important;
    }
    .funky-viewmore-btn i {
        font-size: 9px !important;
    }
    /* Hide the prev/next arrows on mobile section header */
    .featured-nav-btns {
        display: none !important;
    }
    /* Hide swiper arrows on mobile categories so they don't cover circles */
    .funky-categories-slider .swiper-button-prev,
    .funky-categories-slider .swiper-button-next {
        display: none !important;
    }
}

.section-ad-container {
    height: 100% !important;
    min-height: 400px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #000000;
    position: relative !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.section-ad-container .ad-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: #000;
}

.section-ad-container .ad-media-video {
    width: 100% !important;
    height: 100% !important;
    min-height: 400px !important;
    object-fit: cover !important;
    display: block !important;
}

.section-ad-container img,
.section-ad-container .ad-media-img {
    width: 100% !important;
    height: 100% !important;
    min-height: 400px !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.4s ease !important;
}

.section-ad-container:hover .ad-media-img {
    transform: scale(1.03);
}

.section-ad-container .ad-tag-pill {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 10;
    background: rgba(17, 17, 17, 0.85);
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.section-ad-container .ad-click-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
}

.section-ad-container .ad-sound-btn {
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 10;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.85);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.2s ease;
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.section-ad-container .ad-sound-btn:hover {
    background: #ff2e63;
    color: #ffffff;
    transform: scale(1.1);
    border-color: #ff2e63;
}

/* Promotional HTML Overlay Elements */
.section-ad-container .promo-overlay-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 6;
    background: #111111;
    color: #ff2e63;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 46, 99, 0.4);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    text-transform: uppercase;
}

.section-ad-container .promo-overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px 20px 20px 20px;
    background: linear-gradient(to top, rgba(5, 5, 8, 0.95) 0%, rgba(10, 10, 15, 0.75) 60%, rgba(0, 0, 0, 0) 100%);
    z-index: 6;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-ad-container .promo-overlay-title {
    color: #ffffff;
    font-family: 'Bebas Neue', 'Arial Black', sans-serif;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 1px;
    margin: 0 0 4px 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}

.section-ad-container .promo-overlay-subtitle {
    color: #08d9d6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.section-ad-container .promo-overlay-btn-wrap {
    width: 100%;
}

.section-ad-container .promo-overlay-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff2e63;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(255, 46, 99, 0.4);
    transition: all 0.25s ease;
}

.section-ad-container:hover .promo-overlay-btn {
    background: #ffffff;
    color: #111111;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
   MUSTEE CLEAN THEME FOOTER & TRUST BAR (MATCHING ORIGINAL DESIGN)
   ========================================================================== */

/* Trust Badges Bar (Clean Theme Style) */
.mustee-trust-bar {
    background: #fdf2f4;
    border-top: 1px solid #f8d7dc;
    border-bottom: 1px solid #f8d7dc;
    padding: 24px 0;
}

.mustee-trust-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 10px 14px;
    text-align: left;
    transition: all 0.25s ease;
}

.mustee-trust-card .trust-icon-box {
    font-size: 24px;
    color: #1f2937;
    transition: transform 0.25s ease;
}

.mustee-trust-card:hover .trust-icon-box {
    color: var(--primary-color, #e83a3a);
    transform: scale(1.12);
}

.mustee-trust-card .trust-card-body {
    flex: 1;
}

.mustee-trust-card .trust-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 2px 0;
    line-height: 1.2;
}

.mustee-trust-card .trust-card-desc {
    color: #4b5563;
    font-size: 12.5px;
    line-height: 1.35;
    margin: 0;
}

/* ==========================================================================
   MUSTEE STREETWEAR PRODUCTS CATALOG REDESIGN STYLES
   ========================================================================== */

/* Main Wrapper */
.products-main-wrapper {
    background-color: #ffffff !important;
    min-height: 80vh;
}

/* Hero Header & Breadcrumbs */
.products-hero-header {
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.products-hero-header .breadcrumb-item a {
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
}

.products-hero-header .breadcrumb-item a:hover {
    color: #e83a3a;
}

.products-hero-header .breadcrumb-item.active {
    color: #0f172a;
    font-weight: 600;
    font-size: 13px;
}

.products-hero-header .breadcrumb-item + .breadcrumb-item::before {
    color: #cbd5e1;
}

.products-page-title {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    letter-spacing: -0.3px !important;
    color: #0f172a !important;
    text-shadow: none !important;
    text-transform: capitalize !important;
    line-height: 1.25 !important;
    display: inline-flex !important;
    align-items: center !important;
    position: relative !important;
    padding-left: 14px !important;
}

.products-page-title::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 3px !important;
    bottom: 3px !important;
    width: 4px !important;
    background: #e83a3a !important;
    border-radius: 4px !important;
}

.badge-streetwear-count {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    background: #f1f5f9 !important;
    color: #475569 !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
}

/* Mobile Filter Bar */
.mobile-filter-bar {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #ffffff;
}

.mobile-filter-bar .btn-group {
    border-radius: 10px;
    overflow: hidden;
}

.mobile-filter-btn {
    background: #ffffff !important;
    border: none !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    padding: 11px 16px !important;
    width: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
}

.mobile-filter-btn:active {
    background: #f8fafc !important;
}

.mobile-filter-bar .btn-group-divider {
    width: 1px;
    background: #e2e8f0;
    height: 24px;
    align-self: center;
}

/* Desktop Sidebar Card */
.streetwear-sidebar-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.streetwear-sidebar-card .sidebar-heading {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #0f172a;
}

.streetwear-sidebar-card .clear-filters-link {
    font-size: 12px;
    font-weight: 600;
    color: #e83a3a;
    text-decoration: none;
    transition: opacity 0.2s;
}

.streetwear-sidebar-card .clear-filters-link:hover {
    text-decoration: underline;
    opacity: 0.85;
}

/* Sidebar Accordions */
.streetwear-accordion-wrap .accordion-item {
    border: none !important;
    background: transparent !important;
}

.streetwear-accordion-wrap .accordion-button {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 8px 0 !important;
}

.streetwear-accordion-wrap .accordion-button:not(.collapsed) {
    color: #e83a3a !important;
}

.streetwear-accordion-wrap .accordion-button:focus {
    box-shadow: none !important;
    border: none !important;
}

.streetwear-accordion-wrap .form-check-input {
    accent-color: #e83a3a;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-color: #cbd5e1;
}

.streetwear-accordion-wrap .form-check-input:checked {
    background-color: #e83a3a !important;
    border-color: #e83a3a !important;
}

.streetwear-accordion-wrap .form-check-label {
    font-size: 13.5px;
    color: #475569;
    user-select: none;
}

.streetwear-accordion-wrap .form-check:hover .form-check-label {
    color: #0f172a;
}

/* Brand Filter Tiles */
.brand-tile-item {
    display: inline-block;
}

.brand-tile-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #ffffff;
    margin: 0;
}

.brand-tile-label:hover {
    border-color: #cbd5e1;
    transform: translateY(-1px);
}

.brand-tile-item input:checked + .brand-tile-label,
.brand-tile-label.selected-brand {
    border-color: #e83a3a !important;
    box-shadow: 0 0 0 1.5px #e83a3a !important;
    background: #fff5f5 !important;
}

.brand-tile-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Apply Filters Button */
.streetwear-apply-btn {
    background: #e83a3a !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    border-radius: 8px !important;
    padding: 11px 16px !important;
    border: none !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 12px rgba(232, 58, 58, 0.25) !important;
}

.streetwear-apply-btn:hover {
    background: #cc2525 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(232, 58, 58, 0.35) !important;
}

/* Toolbar */
.streetwear-toolbar {
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.view-switch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #64748b;
    text-decoration: none;
    transition: all 0.2s;
    background: #ffffff;
}

.view-switch-btn:hover {
    color: #0f172a;
    border-color: #cbd5e1;
}

.view-switch-btn.active {
    background: #0f172a !important;
    color: #ffffff !important;
    border-color: #0f172a !important;
}

.streetwear-sort-select {
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    border-color: #e2e8f0;
    padding: 6px 32px 6px 12px;
    cursor: pointer;
    color: #1e293b;
    width: auto;
    min-width: 170px;
}

.streetwear-sort-select:focus {
    border-color: #e83a3a;
    box-shadow: 0 0 0 2px rgba(232, 58, 58, 0.15);
}

/* List View Card */
.modern-streetwear-list-card {
    background: #ffffff;
    border: 1px solid #eef0f4;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.modern-streetwear-list-card:hover {
    border-color: #e0e4eb;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.list-card-img-wrap {
    background: #f8f8fa;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    margin: 8px;
}

.list-card-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.modern-streetwear-list-card:hover .list-card-img {
    transform: scale(1.05);
}

.list-card-cat {
    font-size: 11px;
    letter-spacing: 0.8px;
    color: #64748b;
}

.list-card-title a {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    transition: color 0.2s;
}

.list-card-title a:hover {
    color: #e83a3a;
}

.list-card-desc {
    font-size: 12.5px;
    line-height: 1.4;
}

.btn-icon-round {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all 0.2s;
}

.btn-icon-round:hover {
    border-color: #e83a3a;
    color: #e83a3a;
}

/* Subcategories Showcase */
.subcategory-modern-tile {
    background: #ffffff;
    border: 1px solid #eef0f4;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    transition: all 0.25s ease;
}

.subcategory-modern-tile:hover {
    border-color: #e83a3a;
    box-shadow: 0 4px 14px rgba(232, 58, 58, 0.1);
    transform: translateY(-2px);
}

.subcategory-tile-img {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.subcategory-tile-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.subcategory-tile-content h6 {
    color: #0f172a;
    font-size: 13.5px;
}

.sub-explore-tag {
    font-size: 11px;
    font-weight: 700;
    color: #e83a3a;
    letter-spacing: 0.6px;
}

/* Offcanvas Bottom Sheet (Sort By) */
.streetwear-bottom-sheet {
    border-radius: 20px 20px 0 0 !important;
    max-height: 75vh !important;
}

.sort-options-list .list-group-item {
    border: none;
    border-bottom: 1px solid #f1f5f9;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    cursor: pointer;
}

.sort-options-list .list-group-item:hover {
    background: #f8fafc;
}

.sort-options-list .form-check-input:checked {
    background-color: #e83a3a !important;
    border-color: #e83a3a !important;
}

/* Offcanvas Filter Drawer */
.streetwear-filter-drawer {
    width: 88% !important;
    max-width: 380px !important;
}

#product-filters-mobile .nav-link {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 6px;
    text-align: left;
}

#product-filters-mobile .nav-link.active {
    background: #ffffff !important;
    color: #e83a3a !important;
    font-weight: 700;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* Pagination */
.streetwear-pagination-wrapper .pagination {
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.streetwear-pagination-wrapper .page-link {
    border-radius: 8px !important;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 13.5px;
    font-weight: 600;
    padding: 6px 14px;
    transition: all 0.2s;
}

.streetwear-pagination-wrapper .page-link:hover {
    background: #fff5f5;
    border-color: #e83a3a;
    color: #e83a3a;
}

.streetwear-pagination-wrapper .page-item.active .page-link {
    background: #e83a3a !important;
    border-color: #e83a3a !important;
    color: #ffffff !important;
    font-weight: 700;
}

/* Responsive Overrides */
@media (max-width: 767px) {
    .products-page-title {
        font-size: 20px !important;
        letter-spacing: 0.5px !important;
    }
    
    .product-grid-row .col-6 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

/* ==========================================================================
   TOP OFFERS & FLASH SALE PAGE REDESIGN — Modern Streetwear Style
   ========================================================================== */
.offers-main-wrapper {
    background-color: #ffffff;
    min-height: 70vh;
    overflow-x: hidden;
    width: 100%;
}

.offers-hero-header {
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 16px;
}

.offers-hero-header .breadcrumb-item a {
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
}

.offers-hero-header .breadcrumb-item a:hover {
    color: #e83a3a;
}

.offers-hero-header .breadcrumb-item.active {
    color: #0f172a;
    font-weight: 600;
    font-size: 13px;
}

.offers-hero-header .breadcrumb-item + .breadcrumb-item::before {
    color: #cbd5e1;
}

.offers-page-title {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    letter-spacing: -0.3px !important;
    color: #0f172a !important;
    text-shadow: none !important;
    line-height: 1.25 !important;
    display: inline-flex !important;
    align-items: center !important;
    position: relative !important;
    padding-left: 14px !important;
}

.offers-page-title::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 3px !important;
    bottom: 3px !important;
    width: 4px !important;
    background: #e83a3a !important;
    border-radius: 4px !important;
}

.offers-page-subtitle {
    font-size: 13.5px;
    color: #64748b;
}

.offers-live-badge {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
    padding: 5px 14px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
}

/* Editorial Hero Offer Banner */
.offers-editorial-hero {
    border-radius: 16px;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.offers-hero-card {
    position: relative;
    overflow: hidden;
}

.offers-hero-badge {
    display: inline-flex;
    align-items: center;
    background: #fef2f2;
    color: #e83a3a;
    border: 1px solid #fecaca;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 4px 14px;
}

.offers-hero-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: -0.5px !important;
    line-height: 1.2 !important;
}

.offers-hero-text {
    font-size: 14.5px;
    line-height: 1.6;
    max-width: 520px;
}

.offers-hero-cta {
    background: #e83a3a;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 10px 24px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 4px 14px rgba(232, 58, 58, 0.35);
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.offers-hero-cta:hover {
    background: #d42c2c;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(232, 58, 58, 0.45);
}

.offers-hero-img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    max-height: 300px;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.offers-banner-img {
    max-height: 360px;
    object-fit: cover;
    border-radius: 14px;
}

/* Modern Minimalist Voucher Cards (No Ticket Holes / No Black Blocks) */
.modern-voucher-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 20px;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.modern-voucher-card:hover {
    border-color: #e83a3a;
    box-shadow: 0 8px 24px rgba(232, 58, 58, 0.08);
    transform: translateY(-2px);
}

.voucher-discount-badge {
    background: #fef2f2;
    color: #e83a3a;
    border: 1px solid #fecaca;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 3px 12px;
    display: inline-flex;
    align-items: center;
}

.voucher-status-pill {
    font-size: 11px;
    font-weight: 600;
    color: #16a34a;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.voucher-status-pill .status-dot {
    width: 6px;
    height: 6px;
    background-color: #16a34a;
    border-radius: 50%;
    display: inline-block;
}

.voucher-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    color: #0f172a;
    line-height: 1.35;
}

.voucher-rule {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 14px;
}

.voucher-code-row {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.voucher-code {
    font-family: monospace;
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 1.2px;
}

.voucher-copy-btn {
    background: #ffffff;
    border: 1.5px solid #0f172a;
    color: #0f172a;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 4px 14px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.voucher-copy-btn:hover {
    background: #0f172a;
    color: #ffffff;
}

.voucher-copy-btn.copied {
    background: #16a34a !important;
    border-color: #16a34a !important;
    color: #ffffff !important;
}

.voucher-count-pill {
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    background: #f8fafc;
    color: #475569;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 4px 12px;
    display: inline-flex;
    align-items: center;
}

/* Streetwear Perk Highlight Cards */
.offer-perk-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.offer-perk-card:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.perk-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fef2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.perk-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13.5px;
    color: #0f172a;
}

/* Modern Streetwear Countdown Timer UI */
.modern-hero-timer {
    background: #ffffff;
    border: 1.5px solid #f1f5f9;
    padding: 12px 18px;
    border-radius: 14px;
    display: inline-block;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

/* High-Impact Streetwear Countdown Banner (No Image, Standout Timer) */
.offers-timer-hero-banner {
    background: radial-gradient(ellipse at 50% 25%, rgba(229, 9, 20, 0.16) 0%, rgba(15, 17, 23, 0) 70%),
                linear-gradient(180deg, #181b22 0%, #0c0e13 100%) !important;
    border-radius: 28px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25) !important;
    position: relative;
    overflow: hidden;
    padding: 44px 24px 38px !important;
}

.offers-timer-hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, rgba(229, 9, 20, 0.85), transparent);
}

.timer-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(229, 9, 20, 0.12);
    border: 1px solid rgba(229, 9, 20, 0.35);
    color: #ff4d4d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 50px;
}

.pulse-dot-red {
    width: 8px;
    height: 8px;
    background: #ff3344;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 51, 68, 0.7);
    animation: pulse-red-dot 1.8s infinite;
}

@keyframes pulse-red-dot {
    0% { box-shadow: 0 0 0 0 rgba(255, 51, 68, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(255, 51, 68, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 51, 68, 0); }
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #e50914 0%, #b91c1c 100%);
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 13px 34px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(229, 9, 20, 0.4);
    transition: all 0.25s ease;
}

.hero-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(229, 9, 20, 0.55);
    color: #ffffff !important;
}

.hero-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 22px;
    font-size: 13px;
    color: #94a3b8;
    font-weight: 600;
    flex-wrap: wrap;
}

.hero-pills span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hero-pills span i {
    color: #22c55e;
}

/* Interactive 3D Mechanical Split-Flap Flip Clock (Matches Reference UI) */
.flip-clock-container {
    display: inline-block;
    max-width: 100%;
}

.flip-clock-chassis {
    background: linear-gradient(180deg, #252a35 0%, #151821 45%, #0c0e14 100%);
    border: 2px solid #323846;
    border-radius: 26px;
    padding: 24px 34px;
    box-shadow: 
        inset 0 1px 2px rgba(255, 255, 255, 0.15),
        inset 0 -2px 5px rgba(0, 0, 0, 0.8),
        0 16px 40px rgba(0, 0, 0, 0.6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
}

.flip-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flip-digits-pair {
    display: flex;
    gap: 6px;
    background: #08090d;
    padding: 6px;
    border-radius: 14px;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.95);
}

.flip-group-label {
    margin-top: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.flip-label-accent {
    color: #ff4d4d !important;
}

/* Individual Split-Flap Digit */
.flip-digit {
    position: relative;
    width: 52px;
    height: 82px;
    perspective: 450px;
}

/* Side Hinge Pins */
.flip-digit::before,
.flip-digit::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 9px;
    background: #475569;
    border: 1px solid #1e293b;
    border-radius: 2px;
    z-index: 25;
}
.flip-digit::before { left: -2px; }
.flip-digit::after { right: -2px; }

/* Middle horizontal slit dividing line */
.digit-slit {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    height: 2px;
    background: #08090d;
    z-index: 30;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    pointer-events: none;
}

/* Base Half Card Style with RED NUMBERS */
.half {
    position: absolute;
    left: 0;
    width: 100%;
    height: 41px;
    overflow: hidden;
    color: #ff3344 !important; /* VIBRANT RED NUMBERS */
    text-shadow: 0 0 16px rgba(255, 51, 68, 0.45);
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    font-weight: 800;
    text-align: center;
    box-sizing: border-box;
    font-variant-numeric: tabular-nums;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Static Upper Face: holds old top half until new upper flap lands */
.static-top {
    top: 0;
    line-height: 82px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(180deg, #2b303d 0%, #1c202a 100%);
    border-bottom: 1px solid #0a0c10;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12);
    z-index: 1;
}

/* Static Lower Face: holds new bottom half revealed as lower flap lifts */
.static-bottom {
    top: 41px;
    line-height: 0px;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(180deg, #171a21 0%, #101217 100%);
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Flap Lower: lifts UP from 0deg to 90deg (anticlockwise upward flip) */
.flap-lower {
    top: 41px;
    line-height: 0px;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(180deg, #171a21 0%, #101217 100%);
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.5);
    transform-origin: top center;
    z-index: 10;
}

/* Flap Upper: unfolds UP from -90deg to 0deg (anticlockwise upward landing) */
.flap-upper {
    top: 0;
    line-height: 82px;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #0a0c10;
    background: linear-gradient(180deg, #2b303d 0%, #1c202a 100%);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12);
    transform-origin: bottom center;
    z-index: 10;
    visibility: hidden;
}

/* FLIPPING ANIMATION KEYFRAMES */
.flip-digit.flipping .flap-lower {
    animation: flipLowerUp 0.22s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.flip-digit.flipping .flap-upper {
    animation: flipUpperUp 0.22s cubic-bezier(0.4, 0, 0.2, 1) 0.20s forwards;
}

@keyframes flipLowerUp {
    0% {
        transform: rotateX(0deg);
        filter: brightness(1);
    }
    100% {
        transform: rotateX(90deg);
        filter: brightness(0.65);
        visibility: hidden;
    }
}

@keyframes flipUpperUp {
    0% {
        visibility: visible;
        transform: rotateX(-90deg);
        filter: brightness(0.65);
    }
    100% {
        visibility: visible;
        transform: rotateX(0deg);
        filter: brightness(1);
    }
}

.trust-pill {
    font-size: 13px;
    color: #475569;
    font-weight: 600;
}

.timer-tagline {
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    color: #475569;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.timer-pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #e83a3a;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(232, 58, 58, 0.7);
    animation: pulse-red 1.6s infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(232, 58, 58, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(232, 58, 58, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(232, 58, 58, 0);
    }
}

.streetwear-timer-clock {
    gap: 6px;
}

.timer-card-block {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    min-width: 52px;
    padding: 6px 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.timer-card-block:hover {
    border-color: #cbd5e1;
    background: #ffffff;
}

.timer-card-accent {
    background: #fef2f2;
    border-color: #fecaca;
}

.timer-card-accent .timer-card-num {
    color: #e83a3a !important;
}

.timer-card-accent .timer-card-lbl {
    color: #dc2626 !important;
}

.timer-card-num {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.1;
    color: #0f172a;
    letter-spacing: -0.5px;
}

.timer-card-lbl {
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.8px;
    margin-top: 2px;
}

.timer-colon-sep {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #94a3b8;
    line-height: 1;
    user-select: none;
}

.offers-main-wrapper {
    overflow-x: hidden;
    width: 100%;
}

/* Mobile Responsive Adjustments for Offers Page */
@media (max-width: 767px) {
    .offers-page-title {
        font-size: 18px !important;
    }
    .offers-hero-card .p-4 {
        padding: 16px 14px !important;
    }
    .offers-hero-title {
        font-size: 20px !important;
    }
    .offers-hero-text {
        font-size: 13px !important;
        margin-bottom: 14px !important;
    }
    .offers-hero-card {
        padding: 20px 10px !important;
    }
    .offers-timer-hero-banner {
        padding: 24px 12px 20px !important;
        border-radius: 20px !important;
    }
    .flip-clock-chassis {
        padding: 12px 6px !important;
        gap: 4px !important;
        border-radius: 16px !important;
        width: auto !important;
        display: inline-flex !important;
        box-sizing: border-box !important;
    }
    .flip-digits-pair {
        gap: 2px !important;
        padding: 2px !important;
        border-radius: 7px !important;
    }
    .flip-digit {
        width: 30px !important;
        height: 48px !important;
    }
    .half {
        height: 24px !important;
        font-size: 28px !important;
    }
    .digit-slit {
        top: 23px !important;
        height: 2px !important;
    }
    .static-top, .flap-upper {
        line-height: 48px !important;
        border-radius: 4px 4px 0 0 !important;
    }
    .static-bottom, .flap-lower {
        top: 24px !important;
        line-height: 0px !important;
        border-radius: 0 0 4px 4px !important;
    }
    .flip-group-label {
        font-size: 8px !important;
        letter-spacing: 0.5px !important;
        margin-top: 5px !important;
    }
    .flip-digit::before, .flip-digit::after {
        width: 2px !important;
        height: 5px !important;
    }
    .hero-btn {
        width: 100% !important;
        justify-content: center !important;
        padding: 11px 20px !important;
        font-size: 13px !important;
    }
    .hero-pills {
        flex-direction: column !important;
        gap: 6px !important;
        font-size: 12px !important;
    }
    .modern-hero-timer {
        padding: 10px 14px !important;
        width: 100%;
        margin-bottom: 16px !important;
    }
    .streetwear-timer-clock {
        display: flex !important;
        justify-content: space-between !important;
        width: 100%;
    }
    .timer-card-block {
        min-width: 44px !important;
        padding: 5px 4px !important;
        flex: 1;
    }
    .timer-card-num {
        font-size: 17px !important;
    }
    .timer-card-lbl {
        font-size: 8px !important;
    }
    .timer-colon-sep {
        font-size: 15px !important;
    }
    .offers-hero-cta {
        padding: 8px 18px !important;
        font-size: 12px !important;
    }
    .modern-voucher-card {
        padding: 14px 12px !important;
    }
    .voucher-title {
        font-size: 13px !important;
    }
    .voucher-code {
        font-size: 12px !important;
    }
    .voucher-copy-btn {
        font-size: 10px !important;
        padding: 3px 10px !important;
    }
}

/* ==========================================================================
   MUSTEE REDESIGNED STREETWEAR FOOTER & AD BANNER
   ========================================================================== */

/* Trust Badges Bar */
.mustee-trust-bar {
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    padding: 22px 0;
}

.mustee-trust-card {
    transition: transform 0.2s ease;
}

.mustee-trust-card:hover {
    transform: translateY(-2px);
}

.trust-icon-circle {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: #fff1f2;
    color: #e83a3a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.trust-card-title {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 2px;
}

.trust-card-desc {
    font-size: 12px;
    color: #64748b;
}

/* Main Footer Container */
.mustee-redesigned-footer {
    background: #ffffff;
    color: #4b5563;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
}

.footer-brand-logo {
    display: inline-block;
    margin-bottom: 14px;
    margin-left: 32px;
}

.footer-brand-logo img,
.footer-logo-img {
    max-height: 64px !important;
    height: auto;
    width: auto;
    max-width: 195px;
    object-fit: contain;
    display: block;
}

.footer-brand-bio {
    font-size: 13px;
    line-height: 1.5;
    color: #4b5563;
    margin-bottom: 8px;
}

.footer-contact-details {
    margin-top: 4px !important;
}

.footer-contact-details li {
    font-size: 12.5px;
    color: #4b5563;
    margin-bottom: 5px;
    line-height: 1.4;
}

.footer-contact-details a {
    color: #4b5563;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-contact-details a:hover {
    color: #e83a3a;
}

.footer-contact-details i {
    width: 16px;
    text-align: center;
}

/* Footer Widget Headings & Title Bars */
.footer-widget-title {
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #0f172a;
    margin-bottom: 6px;
}

.footer-title-bar {
    width: 28px;
    height: 2.5px;
    background: #e83a3a;
    border-radius: 2px;
    margin-bottom: 18px;
}

/* Navigation Links */
.footer-nav-list li {
    margin-bottom: 9px;
}

.footer-nav-list a {
    font-size: 13px;
    color: #4b5563;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.footer-nav-list a:hover {
    color: #e83a3a;
    transform: translateX(3px);
}

/* Newsletter */
.footer-newsletter-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.55;
    margin-bottom: 14px;
}

.footer-modern-newsletter .input-group {
    display: flex;
    width: 100%;
}

.footer-modern-newsletter input.form-control {
    height: 42px;
    border: 1px solid #d1d5db;
    border-radius: 4px 0 0 4px !important;
    font-size: 13px;
    padding: 8px 14px;
    box-shadow: none !important;
}

.footer-modern-newsletter input.form-control:focus {
    border-color: #e83a3a;
}

.footer-modern-newsletter .btn-subscribe {
    height: 42px;
    background: #e83a3a;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.6px;
    border-radius: 0 4px 4px 0 !important;
    padding: 0 20px;
    border: none;
    text-transform: uppercase;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.footer-modern-newsletter .btn-subscribe:hover {
    background: #c92a2a;
    color: #ffffff;
}

/* Social Icon Buttons */
.social-circle-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.social-circle-btn:hover {
    background: #0f172a;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Payment Chips */
.payment-icon-chips {
    gap: 8px;
}

.pay-chip {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 3px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Dedicated Promo Ad Banner (Adjusted size & location in marked place) */
.mustee-footer-ad-section {
    padding: 0;
    margin-top: -11px;
    margin-left: 10px;
    width: calc(100% - 10px);
}

.footer-ad-banner-strip {
    background: linear-gradient(135deg, #111827 0%, #1f2937 55%, #0f172a 100%);
    border-radius: 8px;
    padding: 22px 26px;
    min-height: 94px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
}

.ad-pill-badge {
    background: #e83a3a;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.6px;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.ad-brand-name {
    color: #ffffff;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1px;
}

.ad-v-divider {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
}

.ad-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
}

.ad-subtitle {
    color: #94a3b8;
    font-size: 13px;
}

.ad-code-badge {
    background: #f8fafc;
    color: #0f172a;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 3px;
    font-size: 11px;
}

.ad-shop-now-btn {
    background: #e83a3a;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.6px;
    border-radius: 4px;
    padding: 11px 24px;
    text-transform: uppercase;
    border: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.ad-shop-now-btn:hover {
    background: #c92a2a;
    color: #ffffff !important;
    transform: translateX(2px);
}

/* Bottom Bar Copyright */
.mustee-footer-bottom-bar {
    border-color: #f1f5f9 !important;
    background: #ffffff;
}

/* ==========================================================================
   MUSTEE STREETWEAR CONTACT US PAGE STYLES
   ========================================================================== */

.contact-us-page-wrapper {
    background-color: #ffffff;
    min-height: 80vh;
}

/* Hero Header & Breadcrumb */
.contact-hero-header {
    border-bottom: 1px solid #f0f2f5;
    background: #ffffff;
}

.contact-hero-header .breadcrumb-item a {
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
}

.contact-hero-header .breadcrumb-item a:hover {
    color: #e83a3a;
}

.contact-hero-header .breadcrumb-item.active {
    color: #0f172a;
    font-weight: 600;
    font-size: 13px;
}

.contact-hero-header .breadcrumb-item + .breadcrumb-item::before {
    color: #cbd5e1;
}

.contact-page-title {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 700 !important;
    font-size: 26px !important;
    letter-spacing: -0.3px !important;
    color: #0f172a !important;
    position: relative !important;
    padding-left: 14px !important;
    line-height: 1.25 !important;
}

.contact-page-title::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 4px !important;
    bottom: 4px !important;
    width: 4px !important;
    background: #e83a3a !important;
    border-radius: 4px !important;
}

.contact-page-subtitle {
    font-size: 13.5px;
    color: #64748b;
    padding-left: 14px;
}

.badge-contact-hours {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    background: #f8fafc;
    color: #334155;
    padding: 7px 14px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    display: inline-flex;
    align-items: center;
}

/* Quick Contact Info Cards */
.contact-quick-cards-section {
    background: #ffffff;
    padding-top: 24px;
}

.contact-info-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 18px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.contact-info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

.contact-card-icon-box {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: #fff1f2;
    color: #e83a3a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.contact-info-card.wa-card:hover {
    border-color: #86efac;
}

.contact-card-icon-box.wa-icon {
    background: #f0fdf4;
    color: #16a34a;
}

.contact-card-label {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #94a3b8;
    display: block;
    margin-bottom: 3px;
}

.contact-card-value {
    font-size: 14.5px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2px;
}

.contact-card-value a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-card-value a:hover {
    color: #e83a3a;
}

.contact-card-desc {
    font-size: 11.5px;
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.4;
}

/* Contact Form Card */
.mustee-contact-form-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 34px 30px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.badge-form-pill {
    background: #fff1f2;
    color: #e83a3a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.6px;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
}

.form-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.2px;
}

.form-card-desc {
    font-size: 13.5px;
    line-height: 1.55;
}

.form-label-custom {
    font-size: 12.5px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 6px;
    display: block;
}

.input-icon-group {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon-group .input-icon {
    position: absolute;
    left: 14px;
    color: #94a3b8;
    font-size: 14px;
    pointer-events: none;
    z-index: 2;
}

.input-icon-group.textarea-group .textarea-icon {
    top: 14px;
}

.form-control-modern {
    height: 44px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding-left: 38px;
    padding-right: 14px;
    font-size: 13.5px;
    color: #0f172a;
    background-color: #ffffff;
    box-shadow: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control-modern:focus {
    border-color: #e83a3a;
    box-shadow: 0 0 0 3px rgba(232, 58, 58, 0.12) !important;
}

.textarea-modern {
    height: auto !important;
    padding-top: 12px;
    line-height: 1.5;
}

.btn-mustee-submit {
    background: #e83a3a;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.8px;
    border-radius: 6px;
    padding: 13px 32px;
    text-transform: uppercase;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(232, 58, 58, 0.25);
}

.btn-mustee-submit:hover {
    background: #c92a2a;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(232, 58, 58, 0.35);
}

/* Quick Help & FAQ Card */
.mustee-quick-help-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 26px 22px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.quick-help-icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff1f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.quick-help-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
}

.quick-help-item {
    padding: 14px 0;
    border-bottom: 1px solid #f1f5f9;
}

.quick-help-item:last-child {
    border-bottom: none;
    padding-bottom: 4px;
}

.help-item-q {
    font-size: 13.5px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 4px;
}

.help-item-a {
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Map Card */
.mustee-map-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.map-frame-wrapper iframe {
    width: 100%;
    height: 230px;
    border: none;
    display: block;
}

.fallback-map-preview {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border-top: 1px solid #e2e8f0;
}

.map-pin-pulse {
    display: inline-block;
    animation: bounce 2s infinite ease-in-out;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@media (max-width: 767.98px) {
    .mustee-contact-form-card {
        padding: 22px 18px;
    }
    .btn-mustee-submit {
        width: 100%;
    }
    .contact-page-title {
        font-size: 22px !important;
    }
}

/* ==========================================================================
   MUSTEE THEME - PREMIUM STREETWEAR LOGIN OFFCANVAS DRAWER
   ========================================================================== */
.mustee-login-drawer {
    width: 440px !important;
    max-width: 100vw !important;
    border-left: 1px solid #e2e8f0;
    box-shadow: -15px 0 45px rgba(15, 23, 42, 0.16);
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #ffffff;
}

.mustee-login-header {
    padding: 22px 28px;
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
}

.login-header-brand-logo {
    display: inline-block;
    transition: transform 0.2s ease;
}

.login-header-brand-logo:hover {
    transform: scale(1.03);
}

.login-logo-img {
    max-height: 48px !important;
    height: auto;
    width: auto;
    max-width: 170px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.login-main-heading {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.btn-close-mustee {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.btn-close-mustee:hover {
    background: #e83a3a;
    border-color: #e83a3a;
    color: #ffffff;
    transform: rotate(90deg);
}

.mustee-login-body {
    padding: 22px 28px 26px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

/* Streetwear Perks Bar */
.mustee-member-perks {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11.5px;
    font-weight: 600;
    color: #334155;
}

.mustee-member-perks .perk-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.mustee-member-perks .perk-dot {
    color: #94a3b8;
    font-size: 14px;
}

.auth-field-label {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 6px;
}

.mustee-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.mustee-input-group .input-icon-prefix {
    position: absolute;
    left: 14px;
    color: #94a3b8;
    font-size: 14px;
    pointer-events: none;
    z-index: 4;
    transition: color 0.2s ease;
}

.mustee-auth-input {
    height: 48px;
    padding-left: 42px !important;
    padding-right: 44px;
    font-size: 13.5px;
    font-weight: 500;
    border-radius: 10px !important;
    border: 1.5px solid #e2e8f0;
    color: #0f172a;
    background-color: #f8fafc;
    transition: all 0.2s ease;
}

.mustee-auth-input:focus {
    background-color: #ffffff;
    border-color: #e83a3a;
    box-shadow: 0 0 0 4px rgba(232, 58, 58, 0.12) !important;
    outline: none;
}

.mustee-input-group:focus-within .input-icon-prefix {
    color: #e83a3a;
}

.password-toggle-btn {
    position: absolute;
    right: 14px;
    cursor: pointer;
    color: #94a3b8;
    font-size: 16px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.password-toggle-btn:hover {
    color: #e83a3a;
}

/* Utility Row: Remember Me & Forgot Password strictly single-line */
.auth-utility-row {
    margin-top: 4px;
    padding: 2px 0;
    gap: 12px;
}

.custom-remember-check {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding-left: 0 !important;
}

.custom-remember-check .form-check-input {
    margin-left: 0 !important;
    margin-top: 0 !important;
    float: none !important;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1.5px solid #cbd5e1;
    cursor: pointer;
    flex-shrink: 0;
}

.custom-remember-check .form-check-input:checked {
    background-color: #e83a3a;
    border-color: #e83a3a;
}

.remember-text {
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    cursor: pointer;
    line-height: 1;
}

.forget-password-link {
    font-size: 13px;
    font-weight: 600;
    color: #e83a3a !important;
    text-decoration: none;
    transition: all 0.2s ease;
    line-height: 1;
}

.forget-password-link:hover {
    color: #b91c1c !important;
    text-decoration: underline !important;
}

/* CTA Buttons */
.btn-mustee-login {
    height: 48px;
    background: #e83a3a !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(232, 58, 58, 0.32);
}

.btn-mustee-login:hover {
    background: #c92a2a !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(232, 58, 58, 0.42);
}

.mustee-auth-divider {
    position: relative;
    text-align: center;
    margin: 18px 0;
}

.mustee-auth-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e2e8f0;
}

.mustee-auth-divider span {
    position: relative;
    background: #ffffff;
    padding: 0 12px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #94a3b8;
    text-transform: uppercase;
}

.btn-social-auth {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 42px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    color: #1e293b;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-social-auth:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
}

.mustee-drawer-signup-card {
    background: #ffffff;
}

.btn-mustee-signup-outline {
    height: 42px;
    border: 1.5px solid #111827;
    background: transparent;
    color: #111827;
    border-radius: 10px;
    font-weight: 700;
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-mustee-signup-outline:hover {
    background: #111827;
    color: #ffffff !important;
}

/* ==========================================================================
   MUSTEE REDESIGNED CREATE ACCOUNT / AUTH PAGE (SIMPLE & CLEAN)
   ========================================================================== */
.mustee-auth-wrapper {
    background: #f8f9fa;
    padding: 60px 15px 80px;
    min-height: calc(100vh - 220px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mustee-auth-simple-box {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.mustee-auth-simple-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e9ecef;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px 36px;
}

.auth-simple-logo-header {
    text-align: center;
    margin-bottom: 26px;
}

.auth-simple-logo-img {
    max-height: 42px;
    width: auto;
    object-fit: contain;
    margin-bottom: 12px;
}

.auth-simple-title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
    letter-spacing: -0.3px;
}

.auth-simple-subtitle {
    font-size: 13.5px;
    color: #6b7280;
    margin-bottom: 0;
}

/* Simple Dual Pill Tab Switcher */
.mustee-simple-tabs {
    display: flex;
    background: #f1f5f9;
    border-radius: 10px;
    padding: 4px;
    margin-bottom: 26px;
    border: 1px solid #e2e8f0;
}

.mustee-simple-tab {
    flex: 1;
    text-align: center;
    padding: 9px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

.mustee-simple-tab:hover {
    color: #0f172a;
}

.mustee-simple-tab.active {
    background: #e83a3a;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(232, 58, 58, 0.28);
}

.btn-mustee-simple-submit {
    height: 46px;
    background: #e83a3a;
    color: #ffffff;
    font-weight: 700;
    font-size: 13.5px;
    border-radius: 10px;
    border: none;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(232, 58, 58, 0.25);
}

.btn-mustee-simple-submit:hover {
    background: #c52929;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(232, 58, 58, 0.35);
}

.auth-simple-switch-footer {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #f1f5f9;
    text-align: center;
    font-size: 13px;
    color: #64748b;
}

.auth-simple-switch-footer a {
    color: #e83a3a;
    font-weight: 700;
    text-decoration: none;
    margin-left: 4px;
}

.auth-simple-switch-footer a:hover {
    color: #b91c1c;
    text-decoration: underline;
}

@media (max-width: 576px) {
    .mustee-auth-wrapper {
        padding: 30px 12px 50px;
    }
    .mustee-auth-simple-card {
        padding: 28px 20px;
        border-radius: 14px;
    }
    .auth-simple-title {
        font-size: 20px;
    }
}

/* intl-tel-input integration */
.iti {
    width: 100% !important;
    display: block !important;
    position: relative !important;
}

.iti input.phone-number-input,
.iti #phone-number,
.iti #forgot_password_number {
    width: 100% !important;
    height: 46px !important;
    border-radius: 10px !important;
    border: 1.5px solid #e2e8f0 !important;
    background: #ffffff !important;
    font-size: 14px !important;
    color: #0f172a !important;
    padding-left: 88px !important;
    transition: all 0.2s ease !important;
}

.iti input.phone-number-input:focus,
.iti #phone-number:focus,
.iti #forgot_password_number:focus {
    border-color: #e83a3a !important;
    box-shadow: 0 0 0 3.5px rgba(232, 58, 58, 0.12) !important;
    outline: none !important;
}

.iti__flag-container,
.iti .flag-container {
    padding: 0 8px !important;
    border-radius: 9px 0 0 9px !important;
}

.iti__selected-flag {
    padding: 0 8px 0 10px !important;
    background: transparent !important;
}

.iti__country-list {
    z-index: 9999 !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
}

/* ===================================================
   MUSTEE SHOPPING BAG DRAWER STYLES
   =================================================== */
.bag-offcanvas {
    width: 375px !important;
    max-width: 100vw !important;
    background: #ffffff;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: -10px 0 35px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
}

@media (max-width: 1399px) {
    .bag-offcanvas {
        width: 345px !important;
    }
}

@media (max-width: 767px) {
    .bag-offcanvas {
        width: 100vw !important;
        max-width: 340px !important;
    }
}

@media (max-width: 480px) {
    .bag-offcanvas {
        width: 100vw !important;
        max-width: 100vw !important;
    }
}

.bag-drawer-header {
    padding: 13px 18px;
    border-bottom: 1px solid #f1f5f9;
    background: #ffffff;
    flex-shrink: 0;
}

.bag-header-icon-box {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #fee2e2;
    color: #e83a3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.bag-drawer-title {
    font-size: 15.5px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.bag-items-badge {
    font-size: 11.5px;
    font-weight: 600;
    color: #64748b;
}

.btn-close-mustee {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.btn-close-mustee:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
    transform: rotate(90deg);
}

.bag-promo-strip {
    background: #fef2f2;
    border-top: 1px solid #fee2e2;
    border-bottom: 1px solid #fee2e2;
    padding: 7px 14px;
    font-size: 11.5px;
    font-weight: 600;
    color: #991b1b;
    text-align: center;
    flex-shrink: 0;
}

.bag-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 10px 14px !important;
    background: #fcfdfd;
}

/* Empty Bag State Layout */
.bag-empty-state-wrapper {
    margin: auto;
    width: 100%;
    max-width: 300px;
    padding: 20px 10px;
}

.empty-bag-icon-wrapper {
    width: 58px;
    height: 58px;
    margin: 0 auto;
    border-radius: 50%;
    background: #f8fafc;
    border: 2px dashed #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 24px;
}

.empty-bag-title {
    font-size: 15.5px;
    font-weight: 700;
    color: #0f172a;
}

.bag-empty-state-wrapper .btn-mustee-simple-submit {
    font-size: 13px !important;
    padding: 8px 18px !important;
    border-radius: 8px !important;
}

/* Populated Bag Item Cards */
.bag-item-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 10px !important;
    padding: 10px 12px;
    margin-bottom: 9px;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease;
}

.bag-item-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    background: #ffffff !important;
}

.bag-img-box {
    height: 74px;
    border-radius: 6px;
    background: #f8fafc;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}

.bag-img-box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    border-radius: 4px;
}

.bag-item-title {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    padding-right: 20px;
}

.bag-item-title a {
    color: inherit;
    text-decoration: none;
}

.bag-item-title a:hover {
    color: #e83a3a;
}

.bag-item-desc {
    font-size: 11px !important;
    line-height: 1.3;
}

.bag-item-variant .badge {
    font-size: 10px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
}

.bag-qty-input {
    display: inline-flex !important;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}

.bag-qty-input .minus-btn,
.bag-qty-input .plus-btn {
    width: 24px !important;
    height: 24px !important;
    border: none !important;
    background: transparent !important;
    color: #475569 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 10px !important;
    padding: 0 !important;
    cursor: pointer;
    transition: all 0.15s ease;
}

.bag-qty-input .minus-btn:hover,
.bag-qty-input .plus-btn:hover {
    background: #f1f5f9 !important;
    color: #0f172a !important;
}

.bag-qty-input .input-field-cart-modal {
    width: 28px !important;
    height: 24px !important;
    border: none !important;
    border-left: 1px solid #f1f5f9 !important;
    border-right: 1px solid #f1f5f9 !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    text-align: center !important;
    padding: 0 !important;
}

.bag-price-tag .cart-modal-pricing {
    font-size: 13.5px;
    font-weight: 800;
    color: #e83a3a;
}

.bag-remove-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background: transparent;
    border: none;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.bag-remove-btn:hover {
    background: #fee2e2;
    color: #dc2626;
}

/* Drawer Footer */
.bag-drawer-footer {
    padding: 12px 16px 16px;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.03);
    flex-shrink: 0;
}

.bag-subtotal-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 12px;
}

.bag-subtotal-val {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.btn-mustee-bag-primary {
    background: #e83a3a;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 9px 16px;
    transition: all 0.2s ease;
    box-shadow: 0 3px 10px rgba(232, 58, 58, 0.2);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-mustee-bag-primary:hover {
    background: #d32f2f;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(232, 58, 58, 0.3);
}

.btn-mustee-bag-outline {
    background: #ffffff;
    color: #0f172a !important;
    font-size: 13px;
    font-weight: 700;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 16px;
    transition: all 0.2s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-mustee-bag-outline:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a !important;
}

/* On very short viewports (laptops with bookmarks/taskbars) */
@media (max-height: 700px) {
    .bag-drawer-header {
        padding: 10px 14px;
    }
    .bag-promo-strip {
        padding: 5px 10px;
        font-size: 11px;
    }
    .bag-drawer-footer {
        padding: 8px 12px 12px;
    }
    .bag-subtotal-box {
        padding: 6px 10px;
        margin-bottom: 8px !important;
    }
    .btn-mustee-bag-primary,
    .btn-mustee-bag-outline {
        padding: 7px 12px;
        font-size: 12.5px;
    }
    .empty-bag-icon-wrapper {
        width: 48px;
        height: 48px;
        font-size: 20px;
        margin-bottom: 8px;
    }
}

/* ==========================================================================
   Modern Product Details Page Redesign
   ========================================================================== */
.product-details-container {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #eef2f6;
    padding: 24px;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05);
}

.product-info-panel {
    padding: 8px 12px 16px 20px;
}

.product-brand-tag {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #e83a3a;
    background: #fef2f2;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.product-info-title {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.product-info-subtitle {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 16px;
}

.product-rating-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid #f1f5f9;
}

.product-rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #10b981;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
}

.product-rating-count {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

.product-price-section {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 22px;
    border: 1px solid #edf2f7;
}

.product-price-box {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}

.product-current-price {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1;
}

.product-original-price {
    font-size: 16px;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 500;
}

.product-discount-badge {
    background: #fee2e2;
    color: #ef4444;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    letter-spacing: 0.5px;
}

.product-tax-note {
    font-size: 11.5px;
    color: #94a3b8;
    margin-top: 4px;
    margin-bottom: 0;
}

/* Variant & Size Swatches */
.product-variants-wrapper {
    margin-bottom: 22px;
}

.product-variant-label {
    font-size: 13.5px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-size-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-size-pill-item {
    position: relative;
}

.product-size-pill-label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 42px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1.5px solid #e2e8f0;
    background: #ffffff;
    font-size: 13.5px;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    margin: 0;
}

.product-size-pill-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.product-size-pill-label:hover {
    border-color: #0f172a;
    color: #0f172a;
    background: #f8fafc;
}

.product-size-pill-label.active,
.product-size-pill-item.active .product-size-pill-label,
.product-size-pill-label:has(input:checked) {
    border-color: #0f172a !important;
    background: #0f172a !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

/* Deliverability / Zipcode Checker */
.pincode-card {
    background: #ffffff;
    border: 1.5px solid #f1f5f9;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 22px;
}

.pincode-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.pincode-input-group {
    display: flex;
    align-items: stretch;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    transition: border-color 0.2s ease;
}

.pincode-input-group:focus-within {
    border-color: #0f172a;
    box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
}

.pincode-field {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 14px;
    font-size: 13.5px;
    color: #0f172a;
    font-weight: 600;
}

.pincode-field::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.pincode-check-btn {
    border: none;
    background: transparent;
    color: #e83a3a;
    font-size: 12.5px;
    font-weight: 700;
    padding: 0 16px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.pincode-check-btn:hover {
    color: #c92a2a;
    text-decoration: underline;
}

/* Purchase Actions Row */
.purchase-actions-box {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.modern-qty-stepper {
    display: inline-flex;
    align-items: center;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 4px;
    height: 48px;
}

.modern-qty-stepper button {
    width: 38px;
    height: 38px;
    border: none;
    background: #ffffff;
    border-radius: 8px;
    color: #334155;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.15s ease;
}

.modern-qty-stepper button:hover {
    background: #0f172a;
    color: #ffffff;
}

.modern-qty-stepper input.in-num {
    width: 44px;
    border: none;
    background: transparent;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #0f172a;
    outline: none;
    padding: 0;
}

.btn-mustee-add-bag {
    flex: 1;
    min-width: 200px;
    height: 48px;
    background: #0f172a;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.2);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-mustee-add-bag:hover {
    background: #e83a3a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(232, 58, 58, 0.3);
    color: #ffffff !important;
}

.btn-mustee-add-bag:disabled {
    background: #cbd5e1;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.product-sub-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 20px;
    margin-bottom: 22px;
    border-bottom: 1px solid #f1f5f9;
}

.product-sub-action-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    transition: color 0.15s ease;
    cursor: pointer;
}

.product-sub-action-link:hover {
    color: #0f172a;
}

/* Trust Features Grid */
.trust-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

@media (max-width: 576px) {
    .trust-features-grid {
        grid-template-columns: 1fr;
    }
}

.trust-feature-item {
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.trust-feature-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    font-size: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    flex-shrink: 0;
}

.trust-feature-text h6 {
    font-size: 12.5px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 2px;
}

.trust-feature-text p {
    font-size: 11px;
    color: #64748b;
    margin: 0;
}

/* Specifications Table Redesign */
.modern-specs-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}

.modern-specs-header {
    background: #f8fafc;
    padding: 12px 18px;
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
    border-bottom: 1px solid #e2e8f0;
    margin: 0;
}

.modern-specs-table {
    width: 100%;
    border-collapse: collapse;
}

.modern-specs-table tr {
    border-bottom: 1px solid #f1f5f9;
}

.modern-specs-table tr:last-child {
    border-bottom: none;
}

.modern-specs-table td {
    padding: 10px 18px;
    font-size: 13px;
}

.modern-specs-table td.spec-title {
    font-weight: 600;
    color: #64748b;
    width: 40%;
    background: #fafbfc;
}

.modern-specs-table td.spec-val {
    font-weight: 600;
    color: #0f172a;
}

/* ==========================================================================
   AMAZON / FLIPKART STYLE PRODUCT IMAGE INNER ZOOM
   ========================================================================== */
.zoomContainer {
    z-index: 80 !important;
    pointer-events: auto !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

.zoomContainer .zoomWindow {
    border: none !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    cursor: crosshair !important;
}

.mySwiper-preview {
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #f8fafc !important;
}

.mySwiper-preview .swiper-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    border-radius: 12px !important;
}

.mySwiper-preview .swiper-slide img {
    max-height: 520px !important;
    width: auto !important;
    object-fit: contain !important;
    border-radius: 12px !important;
}

/* ==========================================================================
   MODERN PRODUCT PAGE LOWER SECTIONS: REVIEWS & RELATED PRODUCTS
   ========================================================================== */
.modern-product-section-card {
    background: #ffffff !important;
    border: 1px solid #eef0f4 !important;
    border-radius: 16px !important;
    padding: 28px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03) !important;
}

@media (max-width: 768px) {
    .modern-product-section-card {
        padding: 16px !important;
        border-radius: 12px !important;
    }
}

.modern-badge-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(17, 17, 17, 0.05);
    color: #111111;
    font-family: 'Bebas Neue', 'Arial Black', sans-serif;
    font-size: 11px;
    letter-spacing: 1.2px;
    padding: 3px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.modern-section-title {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #111111 !important;
    letter-spacing: -0.3px !important;
}

/* Rating Overview Card */
.rating-overview-card {
    background: #f8fafc !important;
    border-color: #edf2f7 !important;
}

.rating-big-number {
    font-size: 46px;
    font-weight: 900;
    line-height: 1;
    color: #111111;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.rating-stars-gold i {
    font-size: 14px;
    margin-right: 2px;
}

.rating-empty-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(245, 158, 11, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.verified-buyer-banner {
    background: #f8fafc !important;
    border-color: #edf2f7 !important;
}

.verified-badge-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(16, 185, 129, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Review Cards */
.modern-review-card {
    border: 1px solid #edf2f7 !important;
    transition: all 0.2s ease;
}

.modern-review-card:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05) !important;
    border-color: #cbd5e1 !important;
}

.user-avatar-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.review-thumbnail-wrap img {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-thumbnail-wrap:hover img {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.reviews-empty-state {
    background: #fafbfc !important;
    border: 1px dashed #cbd5e1 !important;
}

.empty-icon-wrap {
    opacity: 0.6;
}

/* Related Products Swiper Navigation Buttons */
.modern-swiper-nav-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid #e2e8f0;
    background: #ffffff;
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.modern-swiper-nav-btn:hover {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
    transform: scale(1.05);
}

/* Modern Card Rating Badge inside Product Card */
.modern-card-rating-badge {
    font-size: 11px;
    font-weight: 700;
    color: #475569;
    background: #f1f5f9;
    padding: 2px 7px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
}

/* Stock In Pill & Pulse Dot */
.badge-stock-in {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.2px;
}

.pulse-dot {
    width: 7px;
    height: 7px;
    background-color: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: pulse-green 1.8s infinite;
}

@keyframes pulse-green {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.badge-streetwear-tag {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.3px;
}

/* Streetwear Promo Deal Banner */
.product-deal-banner {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border: 1px dashed #f59e0b;
}

.product-deal-banner .deal-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Buy Now Button */
.btn-mustee-buy-now {
    background: #ff5722;
    color: #ffffff;
    border: 1px solid #f4511e;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(255, 87, 34, 0.25);
}

.btn-mustee-buy-now:hover {
    background: #e64a19;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(255, 87, 34, 0.35);
}

/* Add to Bag Button enhancement */
.btn-mustee-add-bag {
    background: #111111;
    color: #ffffff;
    border: 1px solid #111111;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
}

.btn-mustee-add-bag:hover {
    background: #27272a;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Modern Product Interactive Tabs */
.modern-tabs-card {
    border: 1px solid #e5e7eb !important;
}

.modern-product-nav-tabs .modern-tab-btn {
    color: #4b5563;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 30px;
    background: transparent;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.modern-product-nav-tabs .modern-tab-btn:hover {
    color: #111111;
    background: #f3f4f6;
}

.modern-product-nav-tabs .modern-tab-btn.active {
    color: #ffffff !important;
    background: #111111 !important;
    border-color: #111111 !important;
}

/* Empty Reviews Compact Strip (Flipkart Style) */
.empty-reviews-compact-strip {
    background: #f8fafc;
    border: 1px solid #e2e8f0 !important;
    min-height: 70px;
}

.empty-star-icon {
    line-height: 1;
}

/* Rating Overview Score Card */
.rating-big-number {
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    color: #111827;
}

.rating-stars-gold {
    font-size: 14px;
}

/* ===================================================
   MODERN CHECKOUT REDESIGN
   =================================================== */
.checkout-stepper-bar {
    background: #ffffff;
    border: 1px solid #eef0f3;
    border-radius: 12px;
    padding: 16px 24px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.checkout-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.step-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
    text-decoration: none;
    transition: all 0.2s ease;
}

.step-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    background: #f1f5f9;
    color: #64748b;
    transition: all 0.2s ease;
}

.step-item.step-completed .step-circle {
    background: #dcfce7;
    color: #15803d;
}

.step-item.step-completed .step-label {
    color: #0f172a;
    font-weight: 600;
}

.step-item.step-current .step-circle {
    background: var(--primary-color, #e52e2e);
    color: #ffffff;
}

.step-item.step-current .step-label {
    color: #0f172a;
    font-weight: 700;
}

.step-connector {
    width: 48px;
    height: 2px;
    background: #e2e8f0;
    border-radius: 1px;
}

.step-connector.completed {
    background: #22c55e;
}

/* Modern Card Containers */
.checkout-card {
    background: #ffffff;
    border: 1px solid #eef0f3;
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.checkout-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 20px;
}

.checkout-step-badge {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #0f172a;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    margin-right: 8px;
}

.checkout-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
}

/* Selected Address Box */
.selected-address-card {
    border: 1.5px solid #22c55e;
    background: #fcfdfd;
    border-radius: 12px;
    padding: 18px;
    position: relative;
    transition: all 0.2s ease;
}

.selected-address-card:hover {
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.08);
}

/* Payment Methods Grid / Cards */
.payment-methods-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.payment-method-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    background: #ffffff;
    transition: all 0.2s ease;
    margin: 0;
}

.payment-method-card:hover {
    border-color: #cbd5e1;
    background: #fafafa;
}

.payment-method-card:has(input:checked),
.payment-method-card.active {
    border-color: var(--primary-color, #e52e2e) !important;
    background: #fff8f8 !important;
    box-shadow: 0 2px 8px rgba(229, 46, 46, 0.08) !important;
}

.payment-method-card .payment-radio {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0;
}

.payment-method-card .payment-title {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.2;
}

.payment-method-card .payment-desc {
    font-size: 12px;
    color: #64748b;
    margin-top: 2px;
}

.payment-logo-container {
    height: 32px;
    max-width: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.payment-logo-container img {
    max-height: 30px;
    max-width: 85px;
    object-fit: contain;
}

#bank_transfer_slide,
#stripe_div,
#my_fatoorah_div {
    display: none;
}

.bank-transfer-card {
    border-color: #e2e8f0 !important;
    background: #ffffff;
    border-radius: 12px;
}

.bank-icon-pill {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fee2e2;
    color: #e52e2e;
}

.bank-info-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

/* Order Summary */
.order-summary-card {
    background: #ffffff;
    border: 1px solid #eef0f3;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    position: sticky;
    top: 24px;
}

.summary-item-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
}

.summary-item-thumb {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    border: 1px solid #eef0f3;
    overflow: hidden;
    flex-shrink: 0;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.summary-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.summary-item-details {
    flex: 1;
    min-width: 0;
}

.summary-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.summary-item-meta {
    font-size: 12px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.summary-item-price {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap;
}

.price-row-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #475569;
    padding: 8px 0;
}

.price-row-item.total-row {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    padding-top: 14px;
    border-top: 2px dashed #e2e8f0;
    margin-top: 8px;
}

.coupon-input-group {
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.2s ease;
}

.coupon-input-group:focus-within {
    border-color: var(--primary-color, #e52e2e);
    box-shadow: 0 0 0 3px rgba(229, 46, 46, 0.1);
}

.coupon-input-group .form-control {
    border: none !important;
    box-shadow: none !important;
    font-size: 14px;
    padding: 10px 14px;
}

.coupon-input-group .btn {
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 18px;
}

.place-order-cta-btn {
    background: var(--primary-color, #e52e2e);
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 20px;
    border-radius: 10px;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(229, 46, 46, 0.25);
}

.place-order-cta-btn:hover {
    background: #c81e1e;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(229, 46, 46, 0.35);
    color: #ffffff;
}

.trust-badges-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
    margin-top: 16px;
    font-size: 12px;
    color: #64748b;
}

.trust-badge-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Delivery & FAQ accordion */
.modern-faq-card {
    border: 1px solid #eef0f3;
    border-radius: 14px;
    background: #ffffff;
    padding: 20px;
    margin-top: 20px;
}

.modern-faq-card .accordion-item {
    border: none;
    border-bottom: 1px solid #f1f5f9;
}

.modern-faq-card .accordion-item:last-child {
    border-bottom: none;
}

.modern-faq-card .accordion-button {
    padding: 14px 0;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    background: transparent !important;
    box-shadow: none !important;
}

.modern-faq-card .accordion-body {
    padding: 0 0 14px 0;
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
}

/* ========================================================
   COMPARE PRODUCTS PAGE - MUSTEE THEME STYLING
   ======================================================== */
.mustee-compare-page-wrapper {
    background: #fbfcfd;
    min-height: 70vh;
}

.compare-hero-header {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 1px solid #eef2f6;
}

.badge-compare-pill {
    background: #fff1f2;
    color: #e52e2e;
    border: 1px solid #ffe4e6;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 6px 14px;
    border-radius: 50px;
    text-transform: uppercase;
}

.compare-main-title {
    font-weight: 800;
    font-size: clamp(26px, 3.5vw, 36px);
    color: #0f172a;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.compare-subtitle {
    font-size: 14.5px;
    line-height: 1.6;
    color: #64748b;
}

/* Compare Empty State Card */
.compare-empty-card {
    background: #ffffff;
    border: 1px solid #eef0f3;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.compare-empty-icon-box {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #fff1f2;
    color: #e52e2e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    box-shadow: 0 8px 24px rgba(229, 46, 46, 0.12);
}

.compare-empty-icon-box ion-icon {
    font-size: 40px;
    --ionicon-stroke-width: 32px;
}

.btn-mustee-cta {
    background: #e52e2e;
    color: #ffffff !important;
    border: 1px solid #e52e2e;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(229, 46, 46, 0.25);
}

.btn-mustee-cta:hover {
    background: #c81e1e;
    border-color: #c81e1e;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(229, 46, 46, 0.35);
}

.compare-step-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.compare-step-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}

.compare-step-num {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Compare Table Styling */
.compare-table-wrapper {
    background: #ffffff;
    border: 1px solid #eef0f3;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    overflow-x: auto;
}

.compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 680px;
    border: 1px solid #eef0f3;
    border-radius: 12px;
    overflow: hidden;
}

.compare-table th.compare-field {
    background: #f8fafc;
    color: #475569;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 16px 20px;
    border-bottom: 1px solid #eef0f3;
    width: 190px;
    vertical-align: middle;
    position: sticky;
    left: 0;
    z-index: 2;
}

.compare-table td.compare-value {
    padding: 16px 20px;
    border-bottom: 1px solid #eef0f3;
    border-left: 1px solid #f1f5f9;
    vertical-align: middle;
    text-align: center;
    min-width: 220px;
    color: #1e293b;
    font-size: 14px;
    background: #ffffff;
}

.compare-table tr:hover td.compare-value {
    background-color: #fafbfc;
}

.compare-table .product-card {
    border-radius: 12px;
    border: 1px solid #eef0f3;
    background: #ffffff !important;
    transition: all 0.2s ease;
    padding: 16px;
}

.compare-table .compare-product-img {
    height: 190px;
    overflow: hidden;
    border-radius: 10px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.compare-table .compare-product-img img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.compare-table .product-card:hover .compare-product-img img {
    transform: scale(1.05);
}

.compare-table .card-title {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 6px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.compare-table .card-price {
    font-size: 17px;
    font-weight: 700;
    color: #e52e2e;
    margin: 8px 0 12px;
}

.remove-compare-item {
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8 !important;
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.remove-compare-item:hover {
    color: #e52e2e !important;
}

/* ========================================================
   MODERN SHOPPING BAG (CART) PAGE REDESIGN
   ======================================================== */
.cart-main-container {
    background: #fbfcfd;
    min-height: 80vh;
}

/* Main Cart Table Card */
.cart-table-card {
    background: #ffffff;
    border: 1px solid #eef0f3;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

.cart-table-card-header {
    padding: 20px 24px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-table-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.cart-badge-pill {
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 50px;
}

/* Modern Cart Table */
.cart-modern-table {
    margin-bottom: 0;
    vertical-align: middle;
}

.cart-modern-table thead th {
    background: #f8fafc;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 14px 18px;
    border-bottom: 1px solid #eef2f6;
    border-top: none;
}

.cart-modern-table tbody tr {
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.15s ease;
}

.cart-modern-table tbody tr:hover {
    background: #fafbfe;
}

.cart-modern-table tbody tr:last-child {
    border-bottom: none;
}

.cart-modern-table td {
    padding: 18px 18px;
    border: none;
    vertical-align: middle;
}

/* Remove Product Icon Button */
.cart-remove-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #f1f5f9;
    background: #f8fafc;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.2s ease;
}

.cart-remove-btn:hover {
    background: #fee2e2;
    border-color: #fecaca;
    color: #ef4444;
    transform: scale(1.06);
}

/* Modern Product Thumbnail */
.cart-thumb-box {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #eef0f3;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cart-thumb-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cart-thumb-box:hover img {
    transform: scale(1.08);
}

/* Product Info */
.cart-item-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 4px;
    text-decoration: none;
    transition: color 0.15s ease;
    display: block;
}

.cart-item-title:hover {
    color: #e52e2e;
}

.cart-item-desc {
    font-size: 12.5px;
    color: #64748b;
    margin-bottom: 4px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cart-item-variant-badge {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    background: #f1f5f9;
    color: #475569;
    border-radius: 6px;
    letter-spacing: 0.2px;
}

.cart-unit-price {
    font-size: 14.5px;
    font-weight: 600;
    color: #475569;
    margin: 0;
}

/* Modern Streetwear Quantity Controls */
.mustee-qty-stepper {
    display: inline-flex;
    align-items: center;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 30px;
    padding: 3px 4px;
    transition: border-color 0.2s ease;
}

.mustee-qty-stepper:focus-within {
    border-color: #0f172a;
    background: #ffffff;
}

.mustee-qty-stepper .qty-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.15s ease;
}

.mustee-qty-stepper .qty-btn:hover {
    background: #0f172a;
    color: #ffffff;
}

.mustee-qty-stepper .qty-input,
.mustee-qty-stepper input.input-field-cart-modal {
    width: 36px !important;
    height: 28px !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
}

.mustee-qty-stepper .qty-input:focus,
.mustee-qty-stepper input.input-field-cart-modal:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.mustee-qty-stepper .qty-input::-webkit-outer-spin-button,
.mustee-qty-stepper .qty-input::-webkit-inner-spin-button,
.mustee-qty-stepper input.input-field-cart-modal::-webkit-outer-spin-button,
.mustee-qty-stepper input.input-field-cart-modal::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Line Total / Subtotal */
.cart-subtotal-val {
    font-size: 16px;
    font-weight: 800;
    color: #e52e2e;
    margin: 0;
}

/* Cart Actions Footer Bar */
.cart-table-footer {
    padding: 16px 24px;
    background: #fafbfc;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

/* Empty Cart State */
.cart-empty-wrapper {
    background: #ffffff;
    border: 1px solid #eef0f3;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    padding: 60px 24px;
    text-align: center;
}

.cart-empty-icon-circle {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #fee2e2;
    color: #e52e2e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    margin: 0 auto 20px;
    box-shadow: 0 8px 24px rgba(229, 46, 46, 0.12);
}

/* Modern Bag Totals Order Card */
.cart-summary-card {
    background: #ffffff;
    border: 1px solid #eef0f3;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.cart-summary-card-header {
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 18px;
}

.cart-summary-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 14px;
    color: #64748b;
}

.cart-summary-row.total-row {
    padding-top: 16px;
    border-top: 2px dashed #e2e8f0;
    margin-top: 8px;
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
}

.cart-summary-row.total-row .total-price-val {
    color: #e52e2e;
    font-size: 20px;
}

.btn-mustee-checkout {
    background: #e52e2e;
    color: #ffffff !important;
    border: none;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 24px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(229, 46, 46, 0.25);
    text-decoration: none;
}

.btn-mustee-checkout:hover {
    background: #c81e1e;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(229, 46, 46, 0.35);
    color: #ffffff;
}

/* Delivery & Return FAQ Accordion Modern Styling */
.cart-faq-box {
    background: #ffffff;
    border: 1px solid #eef0f3;
    border-radius: 16px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}

.cart-faq-header {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}

.cart-faq-box .accordion-item {
    border: none;
    border-bottom: 1px solid #f1f5f9;
    background: transparent;
}

.cart-faq-box .accordion-item:last-child {
    border-bottom: none;
}

.cart-faq-box .accordion-button {
    font-size: 13.5px;
    font-weight: 600;
    color: #1e293b;
    padding: 12px 0;
    background: transparent !important;
    box-shadow: none !important;
}

.cart-faq-box .accordion-button:not(.collapsed) {
    color: #e52e2e !important;
}

.cart-faq-box .accordion-body {
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
    padding: 0 0 12px 0;
}

/* Free Shipping / Promo Strip */
.cart-perks-strip {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 12.5px;
    font-weight: 600;
    color: #15803d;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

/* Mobile Responsiveness for Cart */
@media (max-width: 767px) {
    .cart-modern-table thead {
        display: none;
    }

    .cart-modern-table tbody tr {
        display: flex;
        flex-direction: column;
        padding: 16px;
        position: relative;
        border-bottom: 1px solid #eef2f6;
    }

    .cart-modern-table td {
        padding: 6px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cart-modern-table td.cart-product-cell {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 12px;
        padding-right: 36px;
    }

    .cart-modern-table td.cart-removal-cell {
        position: absolute;
        top: 14px;
        right: 14px;
        padding: 0;
        z-index: 2;
    }

    .cart-modern-table td::before {
        content: attr(data-label);
        font-size: 12px;
        font-weight: 600;
        color: #94a3b8;
        text-transform: uppercase;
    }

    .cart-modern-table td.cart-product-cell::before,
    .cart-modern-table td.cart-removal-cell::before {
        display: none;
    }
}

/* =========================================================
   Frontend Web SPA AJAX Navigation & Lazy Loading Styles
   ========================================================= */
#web-ajax-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, #ff416c, #ff4b2b, #ff416c);
    background-size: 200% 100%;
    z-index: 999999;
    pointer-events: none;
    transition: width 0.25s ease-out, opacity 0.3s ease-out;
    opacity: 0;
    box-shadow: 0 0 10px rgba(255, 65, 108, 0.7);
}

#web-ajax-progress.active {
    opacity: 1;
    animation: webProgressGlow 1.5s infinite linear;
}

@keyframes webProgressGlow {
    0% { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}

#web-main-content.web-spa-main {
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    min-height: 50vh;
}

#web-main-content.spa-loading {
    opacity: 0.5;
    pointer-events: none;
}

#web-main-content.spa-fade-in {
    animation: webSpaFadeIn 0.25s ease-out forwards;
}

@keyframes webSpaFadeIn {
    0% {
        opacity: 0.3;
        transform: translateY(6px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Native Image Lazy Loading Smooth Fade-in */
img[loading="lazy"] {
    transition: opacity 0.35s ease-in-out;
}
img[loading="lazy"]:not([src]) {
    opacity: 0;
}