/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}
 
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}
:root {
    /* widths for rows and containers*/
    --header-height: 160px;
    --header-height-min: 80px;
}

/* on mobile devices below 600px
   */
@media screen and (max-width: 600px) {
    :root {
        --header-height: 100px;
        --header-height-min: 80px;
    }
}

/* Theme Colors */

/* :root {
      --accent-color       : #B57EDC;
      --dark-color         : #222222;
      --light-dark-color   : #727272;
      --light-color        : #fff;
      --grey-color         : #dbdbdb;
      --light-grey-color   : #fafafa;
      --primary-color      : #6995B1;
      --light-primary-color   : #eef1f3;
  } */

/* Fonts */
/* :root {
      --body-font           : "Open Sans", sans-serif;
      --heading-font        : "Nunito", sans-serif;
  } */

body {
    --bs-link-color: #333;
    --bs-link-hover-color: #333;

    --bs-link-color-rgb: 40, 40, 40;
    --bs-link-hover-color-rgb: 0, 0, 0;

    /* --bs-link-color: #B57EDC;
    --bs-link-hover-color: #B57EDC; */

    --bs-light-rgb: 248, 248, 248;

    --bs-font-sans-serif: "Open Sans", sans-serif;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 2;
    --bs-body-color: #747474;

    --bs-primary: #B57EDC;
    --bs-primary-rgb: 255, 196, 63;

    --bs-success: #a3be4c;
    --bs-success-rgb: 163, 190, 76;

    --bs-primary-bg-subtle: #FFF9EB;
    --bs-success-bg-subtle: #eef5e5;

    --bs-border-color: #F7F7F7;

    --bs-secondary-rgb: 230, 243, 251;
    /* --bs-success-rgb: 238, 245, 228; */
    --bs-danger-rgb: 249, 235, 231;
    --bs-warning-rgb: 255, 249, 235;
    --bs-info-rgb: 230, 243, 250;
}




.btn-warning {
    --bs-btn-color: #747474;
    --bs-btn-bg: #FCF7EB;
    --bs-btn-border-color: #FCF7EB;
    --bs-btn-hover-color: #747474;
    --bs-btn-hover-bg: #FFECBE;
    --bs-btn-hover-border-color: #FFECBE;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #FFECBE;
    --bs-btn-active-border-color: #FFECBE;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #FCF7EB;
    --bs-btn-disabled-border-color: #FCF7EB;
}

.btn-success {
    --bs-btn-color: #222;
    --bs-btn-bg: #EEF5E4;
    --bs-btn-border-color: #EEF5E4;
    --bs-btn-hover-color: #222;
    --bs-btn-hover-bg: #9de3c2;
    --bs-btn-hover-border-color: #9de3c2;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #222;
    --bs-btn-active-bg: #9de3c2;
    --bs-btn-active-border-color: #9de3c2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #222;
    --bs-btn-disabled-bg: #EEF5E4;
    --bs-btn-disabled-border-color: #EEF5E4;
}

.btn-danger {
    --bs-btn-color: #222;
    --bs-btn-bg: #FFEADA;
    --bs-btn-border-color: #FFEADA;
    --bs-btn-hover-color: #222;
    --bs-btn-hover-bg: #ecc9af;
    --bs-btn-hover-border-color: #ecc9af;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #222;
    --bs-btn-active-bg: #ecc9af;
    --bs-btn-active-border-color: #ecc9af;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #222;
    --bs-btn-disabled-bg: #FFEADA;
    --bs-btn-disabled-border-color: #FFEADA;
}

body {
    user-select: none;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    letter-spacing: 0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: var(--dark-color);
    font-weight: 700;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {}

a {
    text-decoration: none;
}

.breadcrumb.text-white {
    --bs-breadcrumb-divider-color: #fff;
    --bs-breadcrumb-item-active-color: var(--bs-primary);
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: var(--bs-primary);
}

.nav-pills .nav-link {
    --bs-nav-pills-link-active-color: #111;
    --bs-nav-pills-link-active-bg: #f1f1f1;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 3rem;
}



/* Fonts */
:root {
    --body-font: "Open Sans", sans-serif;
    --heading-font: "Nunito", sans-serif;
}

/* color  */
:root {
    /* Brand Primary Colors */
    --primary-color: #732C7F;
    /* Royal Purple */
    --primary-dark: #4B2146;
    /* Deep Purple */
    --primary-light: #8B4B86;
    /* Orchid Purple */
    --primary-bg: #a185a6;

    --primary-gradient: linear-gradient(90deg, rgba(117, 55, 105, 1) 0%, rgba(112, 46, 115, 1) 55%, rgba(143, 79, 135, 1) 100%);
    --primary-rotate: linear-gradient(-270deg, rgba(117, 55, 105, 1) 0%, rgba(112, 46, 115, 1) 55%, rgba(143, 79, 135, 1) 100%);
    --secondry-gradient: linear-gradient(-90deg, rgba(107, 47, 64, 1) -5%, rgba(117, 55, 105, 1) 10%, rgba(112, 46, 115, 1) 55%, rgba(143, 79, 135, 1) 78%, rgba(233, 184, 165, 1) 120%);
    --light-gradient: linear-gradient(90deg, rgba(233, 184, 165, 1) 0%, rgba(143, 79, 135, 1) 45%, rgba(112, 46, 115, 1) 75%, rgba(107, 47, 64, 1) 100%);

    /* Accent Colors */
    --accent-color: #DFACA2;
    /* Peach Beige */
    --accent-dark: #9B6A79;
    /* Muted Rose */
    --accent-light: #F5D7CC;
    /* Soft Warm Beige */

    /* Neutral Colors */
    --dark-color: #222222;
    /* Charcoal Black */
    --medium-dark: #6C304C;
    /* Dark Rosewood */
    --light-dark-color: #727272;
    /* Steel Grey */
    --grey-color: #DBDBDB;
    /* Light Silver */
    --light-grey-color: #FAFAFA;
    /* Snow White */
    --light-primary-color: #EEF1F3;
    /* Mist Grey */
    --light-color: #FFFFFF;
    /* Pure White */

    /* Background Colors */
    --background-dark: #301B3F;
    /* Midnight Purple */
    --background-light: #F9F9F9;
    /* Very Light Grey */
    --card-background: #F5F5F5;
    /* Soft Grey */

    /* Text Colors */
    --text-primary: var(--dark-color);
    --text-secondary: var(--light-dark);
    --text-muted: var(--grey-color);

    /* Button Colors */
    --button-primary: var(--primary-color);
    --button-hover: var(--primary-dark);
    --button-disabled: var(--grey-color);

    /* Border & Shadow */
    --border-color: var(--grey-color);
    --box-shadow: rgba(0, 0, 0, 0.1);
}


/* common button start */
.btn-outline-light-custom {
    --bs-btn-color: var(--primary-color) !important;
    --bs-btn-border-color: var(--primary-color) !important;
    --bs-btn-hover-color: var(--accent-color) !important;
    --bs-btn-hover-bg: var(--primary-color) !important;
    --bs-btn-hover-border-color: #EFEFEF;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #EFEFEF;
    --bs-btn-active-border-color: #EFEFEF;
    --bs-btn-active-shadow: inset 0 .1875rem .3125rem rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #EFEFEF;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #EFEFEF;
    --bs-gradient: none;
}

.btn-outline-light-custom:active {
    --bs-btn-color: var(--primary-color) !important;
    --bs-btn-border-color: var(--primary-color) !important;
    --bs-btn-hover-color: var(--accent-color) !important;
    --bs-btn-hover-bg: var(--primary-color) !important;
    --bs-btn-hover-border-color: #EFEFEF;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #EFEFEF;
    --bs-btn-active-border-color: #EFEFEF;
    --bs-btn-active-shadow: inset 0 .1875rem .3125rem rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #EFEFEF;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #EFEFEF;
    --bs-gradient: none;
}

button.custom-btn {
    background-color: var(--primary-color);
    color: var(--light-color);
    border-color: var(--primary-color);
    box-shadow: none !important;
}

button.custom-btn:hover,
button.custom-btn:focus,
button.custom-btn:focus-visible {
    background-color: var(--accent-color);
    color: var(--primary-color);
    border-color: var(--accent-color);
    box-shadow: none !important;
}

/* .btn-outline-light:active,
.btn-outline-light:hover,
.btn-outline-light:focus */
button.custom-btn:active {
    background-color: var(--accent-color) !important;
    color: var(--primary-color) !important;
    border-color: var(--accent-color) !important;
    box-shadow: none !important;
}

button.custom-light-btn {
    background-color: var(--accent-color) !important;
    color: var(--primary-color) !important;
    border-color: var(--accent-color) !important;
    box-shadow: none !important;
}

button.custom-light-btn:hover,
button.custom-light-btn:focus,
button.custom-light-btn:focus-visible {
    background-color: var(--primary-color);
    color: var(--light-color);
    border-color: var(--primary-color);
    box-shadow: none !important;
}

button.custom-light-btn:active,
.btn-outline-light:active,
.btn-outline-light:hover,
.btn-outline-light:focus {
    background-color: var(--primary-color) !important;
    color: var(--light-color) !important;
    border-color: var(--primary-color) !important;
    box-shadow: none !important;
}

.custom-btn {
    background-color: var(--primary-color);
    color: var(--light-color);
    border-color: var(--primary-color);
    box-shadow: none !important;
}

.custom-btn:hover,
.custom-btn:focus,
.custom-btn:focus-visible {
    background-color: var(--accent-color);
    color: var(--primary-color);
    border-color: var(--accent-color);
    box-shadow: none !important;
}

/* .btn-outline-light:active,
.btn-outline-light:hover,
.btn-outline-light:focus */
.custom-btn:active {
    background-color: var(--accent-color) !important;
    color: var(--primary-color) !important;
    border-color: var(--accent-color) !important;
    box-shadow: none !important;
}

.custom-light-btn {
    background-color: var(--accent-color) !important;
    color: var(--primary-color) !important;
    border-color: var(--accent-color) !important;
    box-shadow: none !important;
}

.custom-light-btn:hover,
.custom-light-btn:focus,
.custom-light-btn:focus-visible {
    background-color: var(--primary-color);
    color: var(--light-color);
    border-color: var(--primary-color);
    box-shadow: none !important;
}

.custom-light-btn:active,
.btn-outline-light:active,
.btn-outline-light:hover,
.btn-outline-light:focus {
    background-color: var(--primary-color) !important;
    color: var(--light-color) !important;
    border-color: var(--primary-color) !important;
    box-shadow: none !important;
}

/* common button end */

/* common form start */
input:focus,
textarea:focus,
select:focus {
    border-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-control:focus,
.form-control:active {
    border: none !important;
    border-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

/* common form start */

/* header start  */
.main-logo {
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 4%;
    display: flex;
    justify-content: left;
}

/* .main-logo a .header-logo {
    width: 160px !important;
    height: 67px !important;
} */

.navbar-toggler:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler:focus-visible {
    outline: none !important;
}

/*---------------------
menubar user and heart icon
-----------------------*/

.header-icon {
    color: #732C7F !important;
    box-shadow: 0px 0px 4px #eaeaea;
    padding: 2px 6px;
}

.header-icon:hover {
    background-color: #732C7F !important;
    color: #ffffff !important;
}

/* Make sure the dropdown stays open when hovered */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Header end  */

/* footer start */
.footer-bg {
    background-image: url(../image/women/banner_background.jpg);
    object-fit: cover;
}

.widget-title {
    color: var(--primary-color);
}

.footer-menu {
    width: 100%;
    height: fit-content;
}

.footer-menu .footer-logo {
    width: 100%;
    height: 6.25rem;
    object-fit: contain;
}

.social-links {
    display: flex;
    justify-content: center;
}

/* footer end */

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x) !important;
    font-size: var(--bs-navbar-toggler-font-size) !important;
    line-height: 1 !important;
    color: var(--bs-navbar-color) !important;
    background-color: transparent !important;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color) !important;
    border-radius: var(--bs-navbar-toggler-border-radius) !important;
    transition: var(--bs-navbar-toggler-transition) !important;
}

.navbar-toggler-icon {
    display: inline-block !important;
    width: 1.5em !important;
    height: 1.5em !important;
    vertical-align: middle !important;
    background-image: var(--bs-navbar-toggler-icon-bg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% !important;
}


/* font size start */
@media (min-width: 576px) {
    .fs-md-1 {
        font-size: 25px !important;
    }
}

/* font size end */

/* common product card start */
@media (max-width: 575.98px) {
    .custom-col {
        padding: 0px 4px;
    }
}

/* common product card end */

.heading-title {
    color: var(--primary-dark);
}

.second-heading-title {
    color: var(--primary-color);
}

/* Base class for the wishlist icon */

.product-wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background-color: rgb(185 185 185 / 70%);
    border-radius: 50%;
    border: 0px;
}


.wishlist-icon {
    font-style: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    color: var(--primary-color);
    padding: 10px;
    transition: color 0.2s ease-in-out;
}

.product-wishlist-icon:hover {
    background-color: var(--primary-color);
    transition: color 0.2s ease-in-out;
}

.product-wishlist-icon:hover .wishlist-icon {
    color: var(--light-color) !important;
    transition: color 0.2s ease-in-out;
}

.product-wishlist-icon:hover .bi-heart-fill {
    color: var(--light-color) !important;
    transition: color 0.2s ease-in-out;
}

/* Filled heart icon */
.wishlist-icon.bi-heart-fill {
    color: var(--primary-color);
    /* Change to red when filled */
}


/* header headline start  */
.announcement-bar {
    width: 100%;
    overflow: hidden;
    background: #8B4B86;
    color: #fff;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-wrapper {
    display: flex;
    width: 500%;
    /* 5 slides = 500% */
    animation: slide-horizontal 30s linear infinite;
    height: 100%;
}

.slide {
    flex: 0 0 100%;
    min-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

@keyframes slide-horizontal {
    0% {
        transform: translateX(0%);
    }

    20% {
        transform: translateX(0%);
    }

    25% {
        transform: translateX(-100%);
    }

    45% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(-200%);
    }

    70% {
        transform: translateX(-200%);
    }

    75% {
        transform: translateX(-300%);
    }

    95% {
        transform: translateX(-300%);
    }

    100% {
        transform: translateX(-400%);
    }
}

/* header headline end*/

/* new menubar */

/* Suggestions dropdown styling */
.suggestions-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    /* (changed) High enough to be on top of the menubar */
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0 0px 4px #e2ccf1;
    max-height: 60vh;
    overflow-y: auto;
    display: none;
    margin-top: 8px;
    padding: 0;
}

.suggestion-item {
    padding: 12px 20px;
    cursor: pointer;
    display: block;
    transition: background-color 0.2s ease;
    background: #fff;
}

.suggestion-item:hover,
.suggestion-item.active {
    /* border: 1px solid  var(--primary-bg); */
    background-color: var(--primary-bg);
    color: white;
}

/* Scrollbar styling */
.suggestions-dropdown::-webkit-scrollbar {
    width: 8px;
}

.suggestions-dropdown::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 8px;
}

.suggestions-dropdown::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 8px;
}

.suggestions-dropdown::-webkit-scrollbar-thumb:hover {
    background: #adb5bd;
}

.user-dropdown {
    position: relative;
}

.user-dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: -120%;
    transform: translateX(-50%);
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-top: 10px;
    box-shadow: 0 0px 7px rgb(134 130 130 / 20%);
    z-index: 999;
    width: 300px;
    transition: all 0.3s ease;
}

/* Show on hover */
.user-dropdown:hover .user-dropdown-content {
    display: block;
}

.welcome-subline {
    font-size: 14px;
    color: #757474;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .user-dropdown-content {
        left: 50%;
    }

    .slide {
        font-size: 10px !important;
    }
}

@media (max-width: 575px) {
    .user-dropdown-content {
        width: 72vw;
        padding: 15px 10px;
        left: 100%;
    }

    .welcome-title {
        font-size: 16px;
    }

    .welcome-subline {
        font-size: 12px;
    }

    .custom-fontsize {
        font-size: 12px !important;
    }
}

/* REMOVE this if present — conflicts with JS toggle */
/*
.user-dropdown:hover .user-dropdown-content {
  display: block;
}
*/


@media (max-width: 667px) {
    .main-logo {
        padding: 0px 0px !important;
    }

    .mobile-search-icon {
        padding: 0px !important;
    }
}

@media (min-width:667px) and (max-width:991px) {
    .main-logo {
        padding: 0px 50% 0px 0px !important;
    }
}

@media (min-width:991px) and (max-width:1200) {
    .main-logo {
        padding: 0px 0px 0px 0px !important;
    }
}

.offcanvas-backdrop.show {
    z-index: 1040 !important;
}

.offcanvas {
    z-index: 1045 !important;
}

#mobileMenu {
    width: 90%;
}

@media (min-width: 575px) {
    #mobileMenu {
        width: 50%;
    }
}


@media (min-width: 991px) {
    #mobileMenu {
        display: none;
    }
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--primary-color) !important;
    font-weight: bold;
    text-decoration: none;
    background-color: var(--background-light) !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--primary-color) !important;
    background-color: var(--bs-dropdown-link-hover-bg);
}


/* /app popup/ */
.app-float-box {
    position: fixed;
    bottom: 20px;
    left: -480px;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    padding: 10px 15px;
    z-index: 9999;
    transition: left 0.5s ease, opacity 0.5s ease;
    width: fit-content;
    max-width: 90vw;
    opacity: 1;
}

.app-float-box.show {
    left: 20px;
}

.app-float-box.hide {
    opacity: 0;
    pointer-events: none;
}

.app-image {
    width: 140px;
    height: auto;
    border-radius: 10px;
    margin-right: 10px;
}

.app-info h4 {
    font-size: 26px;
    color: var(--primary-color);
}

.app-info p {
    font-size: 14px;
    margin: 0 0 5px;
    font-family: 'Poppins', sans-serif;
    color: var(--accent-dark)
}

.app-icons {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
}

.app-icons img {
    width: 24px;
    height: 24px;
}

.countdown-text {
    font-size: 12px;
    color: #91348C;
    font-weight: 500;
    margin-bottom: 5px;
}

.app-download-btn {
    background: #91348C;
    color: #fff;
    width: fit-content;
    border: none;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.app-download-btn:hover {
    background: #72166a;
}

@media (max-width: 575px) {
    .app-image {
        width: 80px;
    }

    .app-info h4 {
        font-size: 18px;
    }
}

@media (min-width:575px) and (max-width:991px) {
    .app-image {
        width: 100px;
    }

    .app-info h4 {
        font-size: 24px;
    }
}

@media (min-width:991px) and (max-width:1024px) {
    .app-image {
        width: 120px;
    }
}