.dark-mode {
    --nav-headerBoot: #0066d9; 
    --body-bg: #ffffff; 
    --nav-bg: #155a8a; 
    --nav-bg2: #fefefe; 
    --nav-bg3: #f2f1f7;
    --white-text: #eae8ea; 
    --bg-slate: #334155;
    --text-justWhite: #f1f1f1; 
    --text-black: #111827; 
    --sign-in-logo: #1a8cd8; 
    --text-whiteBlack: #111827; 
    --bg-sectionWhiteBlack: #f1f1f1;
    --bg-sectionDealsPage: #e2e2e2;  
    --border-blackWhite: #d1d1d1; 
    --bg-slateButton: #1a8cd8; 
    --text-slateButton: #f1f1f1; 
    --text-hyperLink: #1d9bf0; 
    --border-slate-red: rgb(51, 65, 85);
    --login-button-bg: #e2e2e2; 
    --login-button-text: #1d1d1d; 
    --mobile-bar: #1f1e1f; 
    --mobile-menu-bg: #155a8a; 
    --searchBar-bg: #ffffff;
    --searchButton-bg: #f8f8f8; 
    --dealCard-bg: #ffffff; 
    --nav-suggestColor: rgb(111, 115, 123);
    --box-shadowLightDark:  rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    --nav-mobileX: rgb(239, 244, 255); 
    --font-size-xs: 0.75rem; /* 12px */
    --coupon-highlight: #111827; 
    --color-blackLightGreen: #1a8cd8; 
    --color-heartHighlight: #1a8cd8;
    --color-fillInput: #86868b;
    --bg-navSmallScreen: #ffffff;
    --dark-text: hsl(0, 0%, 13%);
    --grey-text: hsl(0, 0%, 29%);
    --light-grey-text: hsl(0, 0%, 45%);
    --refine-text: hsl(0, 0%, 41%); 
    --heart-NavColor: hsl(0, 0%, 13%); 
    --mobile-nav-buttBg: #ffffff; 
    --mobile-nav-bg: #ffffff; 
    --bottom-nav-color: #f8f8f8; 
    --navBar-bgColorBoot: #007dbd;  
    --navBar-bgColorNavOnly: transparent;
    --border-bottomOfNav: 1px solid rgba(0, 0, 0, 0.2);
    
  }
  
  :root  {
    --nav-headerBoot: #0066d9; 
    --body-bg: #121212;
    --nav-bg: #121212;  
    --nav-bg2: #121212;
    --nav-bg3: #535353;
    --white-text: #3a3a3a; 
    --text-justWhite: #eae8ea;
    --text-whiteBlack: #eae8ea;
    --bg-sectionWhiteBlack: #000000;
    --border-blackWhite: #464646; 
    --bg-slateButton: #0a84ff; 
    --text-slateButton: #464646;  
    --text-hyperLink: #1d9bf0;
    --sign-in-logo: hsl(0, 0%, 90%); 
    --border-slate-red: rgb(173, 178, 189); 
    --login-button-bg: #141414;  
    --login-button-text: #f1f1f1;
    --mobile-bar: #eae8ea; 
    --mobile-menu-bg: #000000; 
    --bg-sectionDealsPage: #1f1e1f; 
    --searchBar-bg: #101022;  
    --dealCard-bg: #191919; 
    --searchButton-bg: #191919; 
    --nav-suggestColor: rgb(173, 178, 189);
    --text-black: #1f1e1f;
    --box-shadowLightDark:  rgba(255, 255, 255, 0.1) 0px 20px 25px -5px, rgba(255, 255, 255, 0.04) 0px 10px 10px -5px;
    --nav-mobileX: rgb(239, 244, 255); 
    --coupon-highlight: hsl(0, 0%, 90%);
    --color-blackLightGreen: #30d158; 
    --color-heartHighlight: #30d158;
    --color-fillInput: #86868b; 
    --bg-navSmallScreen: black;
    --dark-text: hsl(0, 0%, 90%);
    --grey-text: hsl(0, 0%, 90%);
    --light-grey-text: hsl(0, 0%, 95%);
    --headingDeals-clamp: 1rem; 
    --refine-text: hsl(0, 0%, 74%); 
    --heart-NavColor: hsl(0, 0%, 95%); 
    --mobile-nav-buttBg: #000000; 
    --mobile-nav-bg: #000000; 
    --bottom-nav-color: #000000; 
    --navBar-bgColorBoot: #004a77;
    --navBar-bgColorNavOnly: transparent; 
    --border-bottomOfNav: 1px solid #6e6e6e;
  }
  

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.circular-button {
    background-color: var(--mobile-nav-buttBg) !important; 
}


img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
}

html,
body {
    height: 100%;
    margin: 0;
}

.text-bl {
    color: var(--text-black);
}

body {
    font-family: 'Poppins';
    background-color: var(--body-bg);
    -webkit-font-smoothing: antialiased;
    /* For Chrome/Safari */
    -moz-osx-font-smoothing: grayscale;
    /* For Firefox */
}

.flEx {
    display: flex; 
}

.hiddenSunMoon {
    display: none;
}

.navArea_container {
    width: 1232px; 
}

.items-center-boot {
    align-items: center;
}

.text-b-boot {
    color: var(--text-whiteBlack);
}

.header_link_button {
    background-color: transparent;
    color: var(--dark-text);
    font-weight: 600 !important;
    padding: 0.5rem 0.75rem 0.4rem 0.75rem;
    font-size: 1.2rem !important;
    transition: opacity 0.33s ease-in-out;
    opacity: 1;
    border: none;
    outline: none;
    cursor: pointer;
}

.header_link_button:hover {
    opacity: 0.6; 
}

.text-wb-boot {
    font-family:'Inter'; 
    line-height: 1; 
    color: var(--text-justWhite); 
}

.logoContainer {
    opacity: 1; 
    transition: opacity 0.22s ease-in-out; 
}

.logoContainer:hover {
    opacity: 0.7; 
}

.text-wblack {
    color: var(--text-whiteBlack);
}

.fw-bold-boot {
    font-weight: 700;
}

.w-1120 {
    width: 1232px;
}

.mainLogoContainer {
    border-bottom: var(--border-bottomOfNav);
}

.logoContainer img {
    padding-left: 1rem;
    margin-bottom: 0.15rem;
}

.logoContainersvg {
    padding-left: 0.35rem; 
    margin-top: -0.25rem;
}

@media screen and (max-width: 625px) {
    .logoContainer {
        justify-content: center;
    }

    .logoContainer img {
        padding-left: 0;
    }
}

#darkMode {
    border: none;
    cursor: pointer;
    background-color: var(--bg-slate);
    padding: .5rem .5rem;
    color: white;
    border-radius: 5px;
    font-weight: bold;
}

.mx-w-1120 {
    width: 1120px;
}

.spBetween {
    justify-content: space-between;
}

.pl1 {
    padding-left: 1rem;
}

.pr1 {
    padding-right: 0.5rem;
}

.ml1 {
    margin-left: 2rem;
}

.mt1 {
    margin-top: 0.35rem;
}

.moonBlock {
    display: block !important; 
}

.logo_container_button {
    border: none;
    color: var(--login-button-text);
    background: var(--bg-login-button-bg);
    padding: 0rem 0.15rem;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    transition: background-color 0.33s ease-in-out, opacity 0.23s ease-in-out;
    opacity: 1;
    cursor: pointer;
}

button:hover {
    opacity: 0.5;
}

.mobileNavButton {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 2.6rem;
    height: 2.6rem;
}

.bar {
    display: block;
    width: 100%;
    height: 0.190rem;
    background-color: var(--mobile-bar);
    opacity: 1;
    transition: all 0.3s ease;
    border-radius: 10px;
}

/* Optional: Add hover effect */
.mobileNavButton:hover .bar {
    opacity: 0.6;
}

/*Mobile Menu*/
.navItemUlMob li a {
    color: var(--white-color);
    font-size: 1.5rem;
    font-weight: 500;
    padding-top: 0.35rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 10px;
    margin-left: 1rem;
}

.navItemUlMob li:nth-child(n+2) {
    margin-top: 1.25rem;
}

.navItemUlMob {
    padding-top: 3.25rem;
}

.mobileMenu {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 300px;
    background: var(--nav-bg2);
    color: var(--dark-text);
    transition: left 0.6s ease;
    z-index: 2000;
    box-shadow: var(--box-shadowLightDark);
}

.mobileMenu.open {
    left: 0;
    
}

.closeButton {
    color: var(--text-black);
    cursor: pointer;
    width: 40px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.closeButton:hover {
    opacity: 0.6;
}

.lineContainer {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity .33s ease-in-out;
}

.line {
    display: block;
    width: 60%;
    height: 3px;
    background-color: var(--dark-text);
    transition: background-color 0.33s;
    position: absolute;
    border-radius: 10px;
    opacity: 1;
}

.line-x:first-child {
    transform: rotate(45deg);
}

.line-x:last-child {
    transform: rotate(-45deg);
}

.lineContainer:hover {
    opacity: 0.6
}

.mobile-links li:first-child {
    margin-top: 0.25rem;
}


.mobile-links li:nth-child(n+2) {
    margin-top: 1rem;
}

.mobile-links li a {
    font-size: 1.35rem;
    line-height: 1.5;
    font-weight: 600;
    color: var(--dark-text);
    opacity: 1;
    transition: opacity 0.23s ease-in-out
}

.mobile-links li a:hover {
    opacity: 0.6;
}

.mobileDarkModeXOutContainer {
    padding: 0.2rem 0.25rem;
}
  
.profileA {
    transition: opacity 0.23s ease-in-out; 
    opacity: 1; 
}

.profileA:hover {
    opacity: 0.6; 
}

@media screen and (max-width: 768px) {
    #signInNavButton {
        display: none !important;
    }

    .mainLogoContainer {
        padding: 0.75rem 0.45rem 0.75rem .45rem;
    }

    .logoContainer {
        padding-top: 0.15rem;
        padding-bottom: 0.15rem;
    }

    .logoButton_container {
        display: none;
    }

    .logoContainersvg{
        padding-left: 0.25rem; 
    }

    #darkModeSvg svg {
        width: 22px;
        height: 22px;
    }
}
  
@media screen and (min-width: 768px) {
    .mobileNavButton {
        display: none;
    }

    #mobileMenu {
        display: none;
    }

    .mainLogoContainer {
        padding-left: 0rem;
    }
}
  
@media screen and (max-width: 768px) {
    .navbarMainContainer-boot {
        display: none;
    }

    #hideProfBoot {
        display: none;
    }

}

.justify-center-boot {
    justify-content: center;
}

.nav_flex_col {
    flex-direction: column;
}

.nav_space_around {
    justify-content: space-around;
}

.nav_justify_center {
    justify-content: center;
}

.nav_text_alignCen {
    text-align: center;
}

.navInformational {
    background: transparent;
}

.secLogoContainer {
    width: 1232px;
}

.heartButtonNav {
    background-color: transparent;
    border: none;
    outline: none; 
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
    margin-right: 0.8rem;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.heartButtonNav:hover {
    opacity: 0.75; 
}

.heartButtonNav svg {
    color: #1a8cd8;
}

.navbarMainContainer-boot {
    width: 100%;
    background: var(--navBar-bgColorNavOnly);
    border-bottom: var(--border-bottomOfNav);
}

.navInformational ul  {
    margin-left: 0.7rem; 
    background: transparent; 
}

.navInformational li:first-child {
    padding-left: 1.25rem;
}

ul li {
    padding-left: 1.25rem;
}

.ul li a {
    opacity: 1 !important; 
    transition: opacity 0.3s ease-in-out !important; 
}

ul li a:hover {
    opacity: 0.7 !important;
}

.logoButton_container {
    width: 1.95rem; 
    height: 1rem; 
    margin-left: 0.90rem; 
}
  
  .toggle-checkbox {
    display: none; 
}

.toggle-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #0a84ff; 
    border-radius: 25px; 
    height: 100%; 
    width: 100%; 
    position: relative; 
    transition: background-color 0.3s; 
    box-shadow: var(--box-shadowLightDark); 
}

.toggle-switch {
    position: absolute; 
    width: 1rem; 
    height: 1rem; 
    background-color: white; 
    border-radius: 50%;
    transition: transform 0.3s; 
}

.toggle-checkbox:checked + .toggle-label .toggle-switch {
    transform: translateX(0.925rem); 
}

.toggle-label:active .toggle-switch {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); 
}

.toggle-checkbox-bottom {
    display: none; 
}

.toggle-label-bottom {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #1a8cd8; 
    border-radius: 25px; 
    height: 1.1rem; 
    width: 2.4rem; 
    position: relative; 
    transition: background-color 0.3s;
    box-shadow: var(--box-shadowLightDark);  
}

.toggle-switch-bottom {
    position: absolute; 
    width: 0.95rem; 
    height: 0.95rem; 
    background-color: #ffffff; 
    border-radius: 50%; 
    transition: transform 0.3s;
    margin-left: 0.1rem;  
}

.toggle-checkbox-bottom:checked + .toggle-label-bottom .toggle-switch-bottom {
    transform: translateX(1.25rem); 
}

.toggle-label-bottom:active .toggle-switch-bottom {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); 
}
  
.navNewCust {
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--text-whiteBlack);
    transition: underline 0.23s ease-in-out;
}

.navNewCust:hover {
    text-decoration: underline;
}

#signInNavButton {
    position: relative;
    margin-right: 0.8rem;
}

#signInDropDown {
    display: none;
    padding: 1.5rem;
    position: absolute;
    background-color: var(--body-bg);
    z-index: 1000;
    right: 0;
    top: 100%;
    width: 275px;
    border-radius: 10px;
    box-shadow: var(--box-shadowLightDark);
}

#heartButtonNav {
    position: relative;
}

#likesNavDropDown {
    display: none;
    position: absolute;
    padding: 1rem;
    top: 100%;
    right: 2rem;
    background-color: var(--body-bg);
    z-index: 1000;
    width: 275px;
    border-radius: 10px;
    box-shadow: var(--box-shadowLightDark);
    flex-direction: column;
}

#signInNavButton::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--text-whiteBlack);
    transition: transform 0.3s ease;
}

#signInNavButton.flipped::after {
    transform: translateY(-50%) rotate(180deg);
}

.navSuggestColor {
    color: var(--nav-suggestColor);
    font-size: 0.875rem;
}

.navSuggestColor2 {
    color: var(--nav-suggestColor);
    font-size: 0.7rem;
    text-align: center;
}

.padTopStandNav {
    padding-top: 0.5rem;
}

.padBotStandNav {
    padding-bottom: 0.5rem;
}

.padTopStandNav2 {
    padding-top: 1.2rem;
}

.padBotStandNav2 {
    padding-bottom: 1.2rem;
}

.padBotStandNav4 {
    padding-bottom: 0.2rem;
}

.nav_form_control {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid rgba(112, 116, 125, 0.5);
    outline: none;
    box-sizing: border-box;
    border-radius: 7px;
}

.nav_form_control:focus {
    border-color: black;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.nav_form_control::placeholder {
    color: rgba(112, 116, 125, 0.5);
    opacity: 1;
}

.navLogInButt {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    background: var(--bg-slateButton);
    color: var(--text-justWhite);
    font-weight: bold;
    font-size: 1rem;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    opacity: 1;
    transition: opacity .33s ease-in-out;
    border-radius: 20px;
    margin-top: 0.5rem;
}

.navForgotPW {
    padding-bottom: 1.5rem;
    padding-top: 0.85rem;
    padding-left: 0.25rem;
    opacity: 1;
    transition: opacity .33s ease-in-out;
}

.navForgotPW a {
    color: var(--nav-suggestColor);
    font-size: 0.875rem;
    transition: color 0.23s ease-in-out;
}

.navForgotPW a:hover {
    border-bottom: var(--text-blackWhite);
}

#closeMobileSignIn {
    cursor: pointer;
    font-size: 2.25rem;
    color: var(--text-whiteBlack);
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 1001;
}

.logoButtMobile {
    padding: 1rem;
}

/**************bottom Navbar*********************/
.bottomNavbarContainer {
    position: fixed;
    bottom: 0;
    left: 0; 
    width: 100%;
    z-index: 1990;
    background-color: var(--mobile-nav-bg);
    padding-top: 0.35rem; 
    padding-bottom: 0.35rem; 
    font-family: 'Poppins';
}

.darkModeBottomToggleContainer {
    width: 35px;
}

.bottomNavbarButtCont {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.bottomNavbarButt:hover {
    opacity: 0.6;
}

.infoLinks {
    color: var(--text-whiteBlack); 
    opacity: 1; 
    transition: opacity 0.19s ease-in-out; 
}

.infoLinks:hover {
    opacity: 0.6; 
}

.copyright {
    color: var(--nav-suggestColor);
    font-size: 0.65rem;
    text-align: center;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}

@media screen and (max-width: 576px) {
    #signInDropDown {
        padding: 3rem 4rem 3rem 4rem;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    #signInDropDown {
        padding: 4rem 10rem 4rem 10rem;
    }
}

@media screen and (max-width: 768px) {
    #signInDropDown {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        border-radius: 0;
        z-index: 2100;
        overflow: hidden;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
    }

  
    #heartButtonNav {
        display: none; 
    }

    #infoButtonHeaderButton {
        margin-left: 1.3rem;
    }
}

@media screen and (min-width: 768px) {
    #closeMobileSignIn {
        display: none;
    }

    .bottomNavbarButtCont {
        display: none;
    }

    .bottomNavbarContainer {
        display: none;
    }

    .logoContainersvg {
        padding-left: 1.1rem; 
    }

    .mainLogoContainer {
         padding: 1rem 0.45rem 1rem 0.45rem !important;
    }

    #infoButtonHeaderButton {
        margin-right: 1rem;    
        margin-left: 1rem;
    }
}

@media screen and (min-width: 1125px) {
    .logoContainersvg {
        padding-left: 1.3rem;
    }
}

@media screen and (min-width: 1550px) {
    .secLogoContainer {
        width: 1600px;
     }

     .navArea_container {
        width: 1600px; 
     }
}