body, h1, h2, h3, h4, h5, h6, p, span, strong, input, label, a, button {
    font-family: "avenir_next_lt_proregular";
}
html {
    height: 100%;
}
  
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Minimum height of the viewport */
    margin: 0; /* Reset default body margin */
}
.main-content-area {
    flex-grow: 1; /* Allow content area to grow */
    /* Alternative: flex: 1 0 auto; */
}
.site-footer-wrapper {
    flex-shrink: 0; /* Prevent footer area from shrinking */
}
/*top bar start here*/
.top-bar {
    border-bottom: 1px solid #00000014;
    padding: 10px 0;
}
.top-bar p {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
    color: #121212;
}
/*top bar end here*/
/*popup css start here*/
.modal.show .modal-dialog {
    width: 100%;
    max-width: 100%;
    border-radius: 0 !important;
    margin-top: 0px;
}
.modal.show .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
}
.header-search .field {
    max-width: 750px !important;
    margin: 20px auto;
    padding: 14px 10px 14px 20px;
    border: 1px solid;
    font-size: 14px;
    font-family: "avenir_next_lt_proregular";
    width: 750px;
}
.mobile-login-menu {
   display: none;
}
.header-search {
    display: flex;
    align-items: center;
}
.header .active {
    border-bottom: 1px solid #000;
    color: #000 !important;
}
.close-popup i {
    color: #545454;
    font-size: 25px;
}
.close-popup {
    position: absolute;
    right: 270px;
}
/*header css start here*/
.header {
    padding: 5px 25px;
    border-bottom: 1px solid rgb(18 18 18 / 8%);
    background: #fff !important;
}
.is-sticky {
    position: sticky;
    top: 0;
    width: 100% !important;
    bottom: 0;
    z-index: 99999;
}
.is-sticky img {
    max-width: 190px;
    transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}
a.navbar-brand img{
    width: 250px;
}
.nav-link:focus, .nav-link:hover {
    color: #000 !important;
}
.header .navbar-nav {
    padding-left: 15px;
    padding-top: 5px;
}
.header .nav-link:hover {
    border-bottom: 1px solid;
}
.header li.nav-item {
    padding-right: 25px;
}
.header .nav-link {
    padding-right: 20px !important;
}
.header .nav-link {
    color: rgb(18 18 18 / 75%) !important;
    font-size: 14px;
    padding: 0px !important;
    line-height: 20px;
    text-decoration: none !important;
}
.header .right-icon-wrapper {
    margin: 0 0 0 auto;
}
.header .right-icon-wrapper a {
    color: rgb(18, 18, 18);
}
.header .right-icon-wrapper a i {
    padding-left: 20px;
    font-size: 20px;
}
.header ul.navbar-nav {
    padding-left: 25px !important;
}

/*header css end here*/
/*banner css start here*/
.carousel-caption {
    top: 40%;
}
.carousel-caption h3 {
    color: rgb(18, 18, 18);
    font-size: 40px;
    max-width: 750px;
}
.carousel-indicators button {
    height: 10px !important;
    width: 10px !important;
}
.carousel-caption {
    left: 5% !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
}
.carousel-caption a {
    color: rgb(18, 18, 18);
    text-decoration: none;
    padding: 11px 30px;
    display: inline-block;
    border: 1px solid #000;
    margin-top: 30px;
    margin-right: 21%;
    font-size: 15px;
}
/*feature product css start here*/
.products-box img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}
.products-box img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.products-box img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.products-box {
    overflow: hidden;
}
.products-discription {
    padding-left: 30px;
}
.featured-products h2 {
    font-size: 40px;
    margin-bottom: 30px;
    color: rgb(18, 18, 18);
}
.featured-products {
    background: rgb(243, 243, 243);
    padding: 40px 0px;
}
.products-box a {
    text-decoration: none;
}
.products-box h4 {
    color: rgb(18, 18, 18);
    font-size: 14px;
}
.price__regular span {
    color: rgb(18, 18, 18);
    font-size: 16px;
}
/*about css start here*/
.about-img-wrapper img {
    max-width: 100%;
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.about-content-wrapper h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: rgb(18, 18, 18);
}
.about-content-wrapper {
    padding: 45px 90px 40px 45px;
}
.about-home {
    padding: 40px 30px;
}
.about-home p {
    color: rgb(18 18 18 / 75%);
}
.about-content-wrapper p {
    color: rgb(18 18 18 / 75%);
    line-height: 30px;
}


/*footer css start here*/
/*Desktop View */

.no-border {
    border: none !important;
    outline: none !important;
}
#NewsletterForm {
    border: none !important;
    outline: none !important;
    width: 100%;
}


.footer-section {
    padding: 40px 15px 40px 15px; /* Adjust padding as needed */
    background-color: #f9f9f9; /* Example background */
    /* position: relative; --- No longer needed */
}

.footer-logo {
    display: inline-block; /* Allows text-align to work */
    vertical-align: middle;
    margin: 0; /* Reset margins, positioning handled by column */
}
.footer-logo img {
    display: block; /* Remove extra space below image */
    max-width: 120px; /* Max width for desktop logo */
    height: auto; /* Maintain aspect ratio */
}

.newsletter-form__field-wrapper h4 {
    color: rgb(18, 18, 18);
    font-size: 18px; /* Desktop heading size */
    margin-bottom: 15px; /* Space below heading */
    font-weight: 100;
    /* Text alignment handled by column class (text-center) */
}

.field {
    border: 1px solid #00000054;
    max-width: 300px; /* Default/Desktop max width */
    padding: 0;
    display: flex;
    width: 100%;
    margin: 0 auto; /* Center field within its center column */
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}

.field form {
    display: flex; /* Make form fill the container */
    width: 100%;
    align-items: center; /* Vertically align input and button */
}
.field input[name="email"] { /* Or use #id_email if that's the rendered ID */
    padding: 5px 45px 5px 15px !important; /* Desktop padding */
    border: none !important;
    outline: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 16px !important; /* Desktop font size */
    line-height: 1.4 !important;
    background: transparent !important;
}
.field input[name="email"]::placeholder {
    color: #888;
    opacity: 1; /* Firefox */
}

.newsletter-form__button {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important; /* Vertical centering */
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: none !important;
    border: none !important;
    padding: 0 15px !important; /* L/R padding for icon */
    cursor: pointer !important;
}

.newsletter-form__button i {
    position: relative !important; /* For potential nudge */
    top: 0px !important; /* Adjust fine-tune alignment if needed (-1px, 1px) */
    color: #4a4949 !important;
    font-size: 18px !important; /* Desktop icon size */
    display: block !important;
}

.footer-insta {
    display: inline-block; /* Allows text-align to work */
    vertical-align: middle;
    margin: 0; /* Reset margins */
}

.footer-insta i {
    font-size: 28px; /* Instagram icon size */
    color: #333; /* Icon color */
    transition: color 0.3s ease;
}
.footer-insta a:hover i {
    color: #e1306c; /* Instagram hover color */
}

/* ==========================
   Tablet Styles
   ========================== */
@media only screen and (max-width: 991px) {
    .field {
        max-width: 280px; /* Tablet field width */
    }

    .newsletter-form__field-wrapper h4 {
        font-size: 17px; /* Slightly smaller heading */
    }
    .field input[name="email"] {
        font-size: 15px !important; /* Tablet font size */
        /* Optional: Adjust padding slightly if needed */
        /* padding: 5px 40px 5px 12px !important; */
    }
    .newsletter-form__button i {
        font-size: 16px !important; /* Tablet button icon size */
    }
    .footer-logo img {
        max-width: 100px; /* Tablet logo size */
    }
    .footer-insta i {
        font-size: 26px; /* Tablet icon size */
    }
    
}


/* ==========================
   Mobile Styles
   ========================== */
@media only screen and (max-width: 767px) {
    .footer-section {
        /* Adjusted padding for mobile - ensure enough bottom padding */
        padding: 30px 10px 40px 10px; /* Increased bottom from 40px to 60px */
    }
    .footer-logo img {
        max-width: 80px; /* Mobile logo size */
    }

    .newsletter-form__field-wrapper h4 {
        font-size: 16px; /* Smaller heading for mobile */
        margin-bottom: 15px;
    }

    .field {
        max-width: 90%; /* Mobile field width */
    }

     /* Style the actual email input field for mobile */
     /* IMPORTANT: Adjust selector '#id_email' if your input has a different ID or use 'input[name="email"]' */
    .field input[name="email"] { /* Or use #id_email */
        padding: 4px 40px 4px 12px; /* Adjust padding for smaller screens */
        font-size: 15px !important;
        line-height: 1.4 !important;
    }
    .newsletter-form__button i {
        font-size: 10px !important; /* Adjust icon size */
    }
    .footer-insta i {
        font-size: 24px; /* Slightly smaller icon */
    }
    
}

.newsletter-container {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Adjust space between the image and the form */
    width: 100%;
    margin-top: 50px; /* Adjust as needed */
}

/* Image styling */
.newsletter-image {
    max-width: 50%; /* Adjust image width */
    height: auto;
}

/* Newsletter form styling */
.newsletter {
    padding: 20px;
    background-color: #f9f9f9;
    max-width: 400px; /* Control form width */
}





/*footer bottom css start here*/
.list-unstyled {
    display: flex;
    list-style: none;
}
.footer__copyright .list-unstyled {
    margin: 0;
    list-style: none;
}
.footer__copyright a {
    color: rgb(18 18 18 / 75%);
    text-decoration: none;
    font-size: 11px;
}
.list-unstyled li {
    color: #ada7a7;
    padding: 0 10px;
    list-style: none;
}
.footer__copyright {
    display: flex;
    justify-content: center;
    padding: 40px 0 10px;
}
.copyright__content {
    font-size: 11px;
    padding-left: 5px;
    line-height: 30px;
    list-style: none;
}

.footer__copyright a:hover {
    border-bottom: 1px solid;
}


/*login page css start here*/
.form-box input {
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 0px;
    border: 1px solid rgb(125 125 125);
}
.invalid-feedback {
    margin-top: 0.2px; /* Customize spacing here */
    font-size: 0.1rem;
  }
.form-box a {
    display: block;
    color: rgb(18 18 18 / 85%);
    font-size: 14px;
}
.form-box button {
    background: #000;
    color: #fff;
    padding: 12px 35px;
    border: none;
    margin: 40px auto 20px;
    display: flex;
}
.form-box a.create-account {
    text-align: center;
    font-size: 14px;
}
.form-box {
    max-width: 450px;
    margin: auto;
}
.login-form h3, .register-form h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.login-form, .register-form {
    padding: 40px 0;
}


/*reset password*/
.reset-password p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    color: rgb(18 18 18 / 75%);
}
.reset-password h3 {
   margin-bottom: 20px;
}


/*contact us page*/
.contact-form .first-name-row {
   column-count: 2;
}
.contact-form .form-box {
   max-width: 750px;
}
.contact-form textarea {
   width: 100%;
   height: 7rem;
   border-radius: 0px !important;
   border: 1px solid rgb(125 125 125);
   padding: 11px 15px;
}
.contact-form button {
   margin: 30px 0 0 !important;
   padding: 12px 45px;
}
.contact-form h3 {
   text-align: center;
   font-size: 40px;
   margin-bottom: 100px;
}


/*collection page css start here*/
.feature-collections {
    padding: 30px 35px !important;
}
.collection-product img {
    transition: 0.4s ease;
}
.feature-collections .col-sm-3.col-md-6.col-lg-3 {
    padding: 2px;
}
.collection-product:hover h4 {
    text-decoration: underline;
}
.fillter-bar {
    margin-bottom: 30px;
}
.collctions-image {
    overflow: hidden;
}
.collection-product img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.collection-product img {
    max-width: 100%;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.collection-product {
    background: #f3f3f3;
}
.collection-product .products-discription {
    padding: 20px;
}
.collection-product a {
    text-decoration: none;
}
.collection-product h4 {
    font-size: 13px;
    color: rgb(18, 18, 18);
}
.feature-collections .dropdown-menu.show {
    max-width: 350px !important;
    width: 350px !important;
    border-radius: 0;
    padding: 0px;
}
.feature-collections .dropdown-first {
    padding-left: 10px;
    padding-right: 25px;
}
.feature-collections .collection-hero__title {
    margin-bottom: 60px;
}
.feature-collections .facets__header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid rgb(18 18 18 / 20%);
}
.feature-collections a.facets__reset {
    color: rgb(18 18 18 / 85%);
    font-size: 14px;
}
.feature-collections .facets__item {
    list-style: none;
    padding: 5px 0;
}
.feature-collections .facets-layout {
    padding: 12px;
    margin: 0px;
}
.feature-collections .facet-checkbox.disabled {
    opacity: 0.4;
    pointer-events: none;
}
.feature-collections .facet-checkbox__text {
    font-size: 14px;
    color: rgb(18 18 18 / 75%);
}
.feature-collections .facet-checkbox__text-label {
    padding-left: 10px;
}
.feature-collections input.checkbox-square {
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 5%;
    vertical-align: middle;
    border: 1px solid #1a1a1a;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}
.feature-collections .facets__price {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.feature-collections .price-field input {
    padding: 10px;
    width: 140px;
    border-radius: 0px;
    border: 1px solid #000;
}
.feature-collections .field-currency {
    padding: 10px;
}
.feature-collections .field-currency:first-child {
    padding-left: 0;
}
.feature-collections .facets__selected {
    font-size: 14px !important;
}
.feature-collections .fillter-box {
    display: flex;
    align-items: center;
}
.feature-collections h2.facets__heading, .feature-collections h2.product-count {
    font-size: 14px;
    margin-bottom: 0px;
    justify-content: space-between;
    color: rgb(18 18 18 / 75%);
}
.feature-collections button.dropdown-toggle {
    border: none;
    background: none;
    font-size: 14px;
    color: rgb(18 18 18 / 75%);
}
.feature-collections .select select {
    border: none !important;
}
.feature-collections .facet-filters__sort {
    font-size: 14px;
    color: rgb(18 18 18 / 75%);
}
.feature-collections .dropdown-toggle::after {
    display: none;
}
.feature-collections .fillter-box .dropdown i {
    color: #525252;
    padding-left: 5px;
    font-size: 20px;
}
.feature-collections .select {
    margin: 0 30px;
}


/*cart page css start here*/
.gradient {
    background: rgb(var(--color-background));
    background: var(--gradient-background);
    background-attachment: fixed;
  }
.isolate {
    position: relative;
    z-index: 0;
}
body, .color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5 {
    color: rgba(var(--color-foreground), 0.75);
    background-color: rgb(var(--color-background));
}
.cart-page .media {
    display: flex;
    align-items: center;
}
.is-empty .cart__empty-text, .is-empty .cart__warnings {
    display: block;
}
@media screen and (min-width: 990px) {
    .cart__warnings {
      padding: 7rem 0 1rem;
    }
}
.cart__warnings {
    display: none;
    text-align: center;
    padding: 3rem 0 1rem;
}

@media screen and (min-width: 990px) {
    .cart__empty-text {
      margin: 0 0 3rem;
    }
  }
@media screen and (min-width: 750px) {
    .section-template--22641528635683__cart-items-padding {
    padding-top: 36px;
    padding-bottom: 36px;
    }
}
.is-empty .cart__empty-text, .is-empty .cart__warnings {
    display: block;
}
.underlined-link:hover, .customer a:hover, .inline-richtext a:hover {
    color: rgb(var(--color-link));
    text-decoration-thickness: .2rem;
  }
.product_count .center.container {
    display: flex;
    align-items: center;
}
.product_count h1#count {
    font-size: 14px;
    padding: 0px 20px;
    position: relative;
    top: 7px;
}
.product_count .row {
    /* border: 1px solid #00000070; */
    padding: 11px 30px 11px 10px;
    max-width: 140px;
    align-items: center;
}
.product_count {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.product_count .button--tertiary i {
    margin-left: 60px;
    color: #000;
}
.cart_inner th {
    font-size: 10px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    opacity: 0.85;
}
.cart_inner a {
    color: rgb(18, 18, 18);
    text-decoration: none;
    
}
.total-price {
    padding-top: 30px;
    font-size: 16px;
    text-align: right;
}
.product_count button {
    background: none !important;
    border: none !important;
}
.product-option {
    color: rgb(18 18 18 / 75%);
    font-size: 14px;
}
.cart-page .media img {
    max-width: 120px;
    height: 82px;
    border: 1px solid rgb(18 18 18 / 10%);
    margin-right: 30px;
}
.cart_inner td {
    padding-bottom: 50px !important;
    padding-top: 30px !important;
    align-items: center;
}
.cart-page {
    padding: 40px 35px;
}
.cart-page h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.cart_inner th:last-child {
    text-align: right;
}
.cart-page .cart-heading a {
    color: #000;
}
.cart-page .cart-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart__footer {
    max-width: 350px;
    margin-left: auto;
}
.cart__ctas button {
    width: 100%;
    padding: 12px;
    background: rgb(18 18 18);
    border: none;
}
.cart__ctas button a {
    color: #fff;
    border: none;
    text-decoration: none;
    color: #fff;
}
.totals h2.totals__total {
    font-size: 16px;
}
.totals__total-value {
    font-size: 18px;
    padding-left: 30px;
}
.caption-large {
    font-size: 13px;
    margin-bottom: 25px;
    display: block;
    text-align: right;
}
.cart__footer .totals {
    display: flex;
    align-items: center;
    justify-content: end;
}
.cart__blocks {
    margin-top: 50px;
}


/*single product css start here*/
.single-product {
    padding: 40px;
}
.single-product .dropdown {
    padding-left: 15px;
}
.single-product-details h5 {
    font-size: 10px;
    letter-spacing: 1px;
    color: rgb(18 18 18 / 75%);
}
.single-product-details h2 {
    font-size: 40px;
}
.single-product-details p.product-price {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0px;
}
.single-product-cart {
    width: 100%;
    border: 1px solid #000;
    background: none;
    display: inline-block;
    padding: 11px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.single-product-buy {
    width: 100%;
    color: #fff;
    border: none;
    background-color: #000;
    display: inline-block;
    padding: 11px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
p.product-dis {
    color: rgb(18 18 18 / 75%);
    line-height: 30px;
}
.share-button__button {
    border: none;
    background: none;
    margin-top: 10px;
}
.share-button__button i {
    padding-right: 10px;
    font-size: 15px;
}
p.Ingredients {
    margin-top: 30px;
    color: rgb(18 18 18 / 70%);
    letter-spacing: 0.06px;
    font-size: 18px;
}
.single-product-details .product_count {
    margin: 20px 12px;
    padding-top: 0px;
}
.single-product-details label {
    font-size: 14px;
    margin-left: -12px !important;
    color: rgb(18 18 18 / 75%);
}


/*checkout page css start here*/
.checkout-page .form-checkout input, .checkout-page .form-checkout select {
    width: 100%;
   /* padding: 10px; */
    margin-bottom: 15px;
    border: 1px solid #0000003d;
    border-radius: 5px;
    font-size: 14px;
}
.checkout-page .form-checkout .name-box {
    column-count: 2;
}
.checkout-page .form-checkout .address-field {
    column-count: 3;
}
.checkout-page .image-box-product img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border: 1px solid #0000001f;
    border-radius: 5px;
}
.image-box-product {
    display: flex;
    align-items: center;
}
.right-products-details p {
    padding-left: 20px;
    margin: 0;
    font-size: 14px;
}
.right-products-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkout-page .input-checkbox input {
    width: auto !important;
}
.checkout-page .form-checkout h3 {
    font-size: 20px;
    font-weight: bold;
}
.checkout-page label {
    font-size: 14px;
}
.checkout-page h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.shipping-address p {
    background: #f5f5f5;
    font-size: 14px;
    padding: 15px;
    border-radius: 5px;
    color: #707070;
}
.checkout-page .sub-total, .checkout-page .enter-shipping, .checkout-page .total-cart-box {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.total-cart-box h4 {
    font-size: 19px;
}
.total-cart-box h4 span {
    font-weight: normal;
    font-size: 12px;
    padding-right: 10px;
}
.single-product-col-right {
    background: #f5f5f5;
    padding: 40px;
    height: 100vh;
    padding-right: 20.5%;
}

.hidden {
    display: none
}
.checkout-page .col-sm-5, .checkout-page .col-sm-7 {
    padding: 0;
}
.single-product-col-left {
    padding: 0 40px;
}
.checkout-page .hide {
    display: none;
}
.checkout-page .redio-items input[type="radio"] {
    width: auto;
    margin-right: 10px;
}
.checkout-page .redio-btn-items {
    border-radius: 5px;
    background: white;
}
.checkout-page .redio-btn-items p {
    margin-bottom: 15px;
    font-size: 14px;
}
.checkout-page .redio-items:nth-child(2) {
    border: 1px solid #dedede;
    border-radius: 0px 0px 5px 5px;
    border-top: none;
}
.checkout-page .redio-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 15px 5px;
}
.checkout-page .single-product-col-left {
    padding-left: 15%;
}
.checkout-page div#div1 {
    background: #dedede;
    padding: 20px;
}
.checkout-page-btn button {
    background: #1773b0;
    border: none;
    width: 100%;
    padding: 13px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: "avenir_next_lt_proregular";
    margin-top: 30px;
}
.checkout-page .payment-method p {
    margin: 0;
    font-size: 14px;
}
.checkout-page .cards-body {
    text-align: center;
    background: #f4f4f4;
    padding: 15px;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #dedede;
    border-top: none;
    margin-bottom: 30px;
}
.checkout-page .cards-body p {
    font-size: 14px;
    max-width: 360px;
    margin: auto;
}
.checkout-page .cards-body i {
    margin-bottom: 20px;
}
.checkout-page .payment-method {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f0f5ff;
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #1773b0;
}
.checkout-page .redio-items:first-child {
    background: #f0f5ff;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #1773b0;
}
.checkout-page-links li {
    padding-left: 0;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 30px;
}
.checkout-page-links a {
    font-size: 14px;
    width: 100%;
}
.checkout-page-links ul {
    border-top: 1px solid #dfdfdf;
    margin-top: 60px;
}
.contact-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin: 40px 0 10px;
}


/*ipad responsive*/
@media screen and (min-device-width: 768px) and (max-device-width: 1200px) {
    .about-content-wrapper {
        padding: 35px 20px 30px 25px;
   }
    .about-img-wrapper img {
        height: 950px;
   }
    .carousel-caption {
        left: 5% !important;
        right: 5% !important;
   }
    .carousel-caption a {
        margin-right: auto !important;
   }
    .hero-banner .carousel-item img {
        height: 650px;
        object-fit: cover;
   }
    .carousel-caption {
        top: 35%;
   }
    .feature-collections .select {
        margin: 0 10px;
   }
    .fillter-bar {
        margin-bottom: 25px;
   }
    .checkout-page .single-product-col-left {
        padding-left: 7%;
        padding-right: 7%;
   }
}
.header {
    /* Establish a stacking context for the header */
    position: relative; /* Or 'sticky' if it's a sticky header */
    z-index: 1030; /* Needs to be higher than the main content's stacking contexts,
                     but can be lower than the menu itself (which is 2000)
                     and Bootstrap modals (around 1050+). Adjust as needed. */
    background-color: #ffffff; /* Ensure header has a solid background too */
  }

/*mobile responsive css*/
@media (max-width: 575.98px) {
    .header .right-icon-wrapper a.user-icon {
        /* This hides the user icon next to the cart on mobile */
        display: none;
    }
   .contact-form h3 {
        font-size: 25px;
        margin-bottom: 80px;
    }
   .contact-form .first-name-row {
      column-count: 1;
    }
    .contact-form textarea {
        height: 6rem;
    }
    .contact-form {
        padding: 40px 5px;
    }
    .mobile-login-menu {
        padding: 10px 12px !important;
    }
    
    .header .mobile-login-menu a.user-email,
    .header .mobile-login-menu a.user-logout {
        display: block; /* Or inline-block, match existing style */
        padding: 10px 0; /* Match existing padding */
        /* Add any other necessary styles */
    }
    /* ... rest of mobile styles ... */

    .header .navbar-toggler.collapsed .navbar-toggler-icon {
        background-image: url(/static/store/hamburger.svg) !important; /* Use background-image */
        height: 25px; /* Adjust as needed */
        width: 25px; /* Adjust as needed */
        /* background-size: cover !important;  Might not be needed if SVG is sized correctly */
        /* background-repeat: no-repeat !important; */
        /* background-position: center center !important; */
    }
    .header .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        background-image: url(/static/store/close.svg) !important; /* Use background-image */
        height: 35px; /* Adjust as needed */
        width: 35px; /* Adjust as needed */
        /* background-size: cover !important; */
        /* background-repeat: no-repeat !important; */
        /* background-position: center center !important; */
    }
    .header .navbar-toggler-icon {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; /* Or cover, adjust as needed */
    }
    
    .header .navbar-brand {
        order: 2; /* Logo in the middle */
        margin: 0 auto; /* Center the logo if needed */
        padding-left: 50px; /* Add space for the toggler */
        padding-right: 50px; /* Add space for the right icons */

    }
    .header button.navbar-toggler {
        order: 1; /* Hamburger button first */
        margin-left: 10px; /* Spacing */
        padding: 0; /* Remove default padding if needed */
        border: none; /* Remove default border */
    }
     .header button.navbar-toggler:focus {
       box-shadow: none; /* Remove focus outline if desired */
     }

    .header .right-icon-wrapper {
        order: 3; /* Icons last */
        margin-right: 10px; /* Spacing */
        margin-left: 0; /* Reset default margin if needed */
    }

    /* Style the collapsible menu container */
    .header .navbar-collapse.collapse.show,
    .header .navbar-collapse.collapsing {
      position: absolute;
      top: 100%; /* Position below the header */
      left: 0;
      width: 100%;
      min-height: calc(100vh - 84px); /* Adjust 84px if header height changes */
      padding: 20px 15px;
      border-top: 1px solid #eee;
      display: flex;
      flex-direction: column;

      /* --- Crucial Fixes --- */
      background-color: #ffffff; /* Explicitly set solid white background */
      /* Ensure no transparency is inherited or applied elsewhere */
      opacity: 1;

      /* --- Increase z-index --- */
      /* Make sure this value is higher than the z-index of any content
         it needs to cover. Bootstrap modals start around 1050,
         so a higher value like 2000 is usually safe for custom overlays. */
      z-index: 2000;
    }

    /* Reset styles for the collapsing animation */
    .header .navbar-collapse.collapse:not(.show) {
       display: none; /* Ensure it's hidden when collapsed */
    }


    /* Mobile navigation item styling */
    .header .navbar-nav {
        padding-left: 0 !important; /* Override Bootstrap padding */
        width: 100%; /* Take full width */
    }
    .header .nav-item {
        padding: 10px 0 !important; /* Adjust padding */
        border-bottom: 1px solid #eee; /* Optional separators */
    }
     .header .nav-item:last-child {
         border-bottom: none;
     }
    
    .header li.nav-item .active {
        /* border: navajowhite; /* This looks incorrect, maybe remove or style differently */
        font-weight: bold; /* Example active style */
    }

    /* Ensure mobile-only login menu appears correctly */
    .header .mobile-login-menu {
        display: block; /* Make sure it's visible */
        /* REMOVE margin-top: auto; if you had it */
        padding-bottom: 15px; /* Add space below the login/insta links */
        margin-bottom: 15px; /* Add more space before the main nav starts */
        border-bottom: 1px solid #eee; /* Optional: Add a separator line */
        width: 100%;
        /* Remove border-top if you had it */
    }
     .header .mobile-login-menu a {
        display: block; /* Make links take full width */
        padding: 10px 0;
     }
     .header .mobile-login-menu a.footer-insta {
         margin-bottom: 0;
     }

    /* Other mobile adjustments */
    .header .container-fluid {
        padding: 0; /* Remove padding if header should span full width */
    }
    .header a.navbar-brand img {
        width: 150px; /* Adjust logo size for mobile */
        height: auto; /* Maintain aspect ratio */
    }
    .close-popup { /* Style for modal close */
        left: auto;
        right: 20px;
    }
    .modal.show .modal-dialog { /* Style for modal */
        margin: 0;
    }




    .shop-button {
        background-color: black;
        color: white;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        margin: 20px 0;
    }
    .shop-button:hover {
        opacity: 0.8;
    }
    .mobile-login-menu i {
    margin-right: 12px;
    font-size: 16px !important;
    }
    .mobile-login-menu a {
    color: rgb(18 18 18 / 75%);
    font-size: 14px;
    text-decoration: none;
    }
    .mobile-login-menu {
       display: block !important;
   }
    .header .navbar-expand-sm {
       display: flex;
   }
    .header .navbar-brand {
        order: 2;
   }
    .header .right-icon-wrapper {
        order: 3;
        margin: inherit;
   }
    .header ul.navbar-nav {
        padding-left: 0 !important;
   }
    .header li.nav-item .active {
        border: navajowhite;
   }
    .header li.nav-item {
        padding: 10px 12px !important;
   }
    .header .navbar-collapse {
      position: absolute;
      top: 84px;
      width: 100%;
      background: #fff;
      height: 100vh;
      padding-top: 10px;
      z-index: 2;
      display: grid;
      align-items: flex-start;
   }
    .header .container-fluid {
        padding: 0;
   }
    .header button.navbar-toggler {
        margin-left: 10px;
   }
    .header .right-icon-wrapper {
        margin-right: 10px;
   }
    .header button.navbar-toggler {
        padding: 0;
   }
    .header a.navbar-brand img {
        width: 150px;
   }
    .header-search .field {
        max-width: 280px !important;
        width: 280px;
   }
    .carousel-caption h3 {
        font-size: 15px;
   }
    .close-popup {
        left: auto;
        right: 20px;
   }
    .modal.show .modal-dialog {
        margin: 0;
   }
    .featured-products h2 {
        font-size: 30px;
        margin-bottom: 10px;
   }
    .products-box:last-child {
        margin-top: 20px;
   }
    .products-discription {
        padding-left: 0;
   }
   
   
    .footer__copyright {
        display: block;
   }
    .footer__copyright .copyright__content {
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
   }
    .login-form, .register-form {
        padding: 40px 10px;
   }
    .header {
        padding: 5px 0px;
   }
    .header .navbar-nav {
        padding-left: 0;
   }
    .header .navbar-nav .nav-item {
        padding: 5px 0;
   }
    .footer__copyright .list-unstyled li {
        padding: 0 4px !important;
   }
    .footer__copyright .list-unstyled {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
   }
    .footer__copyright {
        padding: 30px 0 10px;
   }
    .carousel-indicators {
        display: none !important;
   }
    .hero-banner .carousel-item img {
        height: 350px;
        object-fit: cover;
   }
    .carousel-caption {
        top: 12% !important;
   }
    .carousel-caption {
        left: 5% !important;
        right: 5% !important;
   }
    .carousel-caption a {
        margin-right: auto !important;
   }
    .about-img-wrapper img {
        height: auto !important;
   }
    .about-home {
        padding: 30px 0px;
   }
    .about-content-wrapper {
        padding: 35px 0px 30px 5px;
   }
    .about-content-wrapper h2 {
        font-size: 30px;
   }
    .feature-collections {
        padding: 30px 5px !important;
   }
    .feature-collections .col-sm-3.col-md-3.col-lg-3 {
        width: 50%;
   }
    .collection-product img {
        height: auto;
   }
    .fillter-bar {
        margin-bottom: 15px;
   }
    .feature-collections .dropdown-menu.show {
        max-width: 300px !important;
        width: 300px !important;
        margin: 20px !important;
   }
    .feature-collections .price-field input {
        max-width: 110px;
   }
    .cart-page {
        padding: 30px 5px;
   }
    .cart-page h2 {
        font-size: 30px;
        margin-bottom: 0px;
   }
    .cart-page .cart-heading {
        margin-bottom: 20px;
   }
    .cart-page .media img {
        max-width: 90px;
        height: 62px;
        margin-right: 15px;
   }
    .media-body {
        width: 130px;
   }
    .product_count {
        padding-top: 0px;
   }
    .product_count .d-flex {
        width: 350px;
        margin-left: -20px;
   }
    .total-price {
        padding-top: 0px;
   }
    .caption-large {
        text-align: center;
   }
    .cart__footer .totals {
        justify-content: center;
        margin-bottom: 20px;
   }
    .totals__total-value {
        margin-bottom: 0;
   }
    .single-product {
        padding: 30px 0;
   }
    .single-product-details h2 {
        font-size: 30px;
   }
    .checkout-page .single-product-col-left {
        padding-left: 15px;
        padding-right: 15px;
   }
    .single-product-col-right {
        height: auto;
        padding-right: 15px;
        padding-left: 15px;
   }
    .checkout-page-links .list-unstyled {
        flex-wrap: wrap;
   }
    .checkout-page-links li {
        padding-bottom: 0;
   }
    .checkout-page-links ul {
        margin-top: 30px;
   }
}


/* Menu toggle */
.header #menu-toggle:checked + #menu {
    display: block;
}


/* Image hover */
.header .hover\:grow {
    transition: all 0.3s;
    transform: scale(1);
    aspect-ratio: 1 !important;
    object-fit: cover;
}
.header .hover\:grow:hover {
    transform: scale(1.02);
}


/* Carousel */
.header .carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
}
.header .carousel-item {
    transition: opacity 0.6s ease-out;
}
.header #carousel-1:checked ~ .control-1, .header #carousel-2:checked ~ .control-2, .header #carousel-3:checked ~ .control-3 {
    display: block;
}
.header .carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}


/* Cart Page */

@media (max-width: 576px) {
    /* Adjust product name and price font size */
    .cart_inner .media-body a {
      font-size: 0.8rem !important;
    }
   
    .cart_inner .product-option {
      font-size: 0.7rem !important;
    }
  
    /* Smaller product image */
    .cart_inner img {
        max-width: 40px !important;
        height: auto !important;
        display: block;
        margin: 0 0 0.25rem 0 !important; /* remove auto-centering, add bottom spacing */
        align-self: flex-start !important;
    }

  
    /* Align content tightly without extra padding */
    .cart_inner .media {
      margin-left: 0 !important;
      padding-left: 0 !important;
    }
  
    /* Quantity button styles */
    .cart_inner .btn,
    .cart_inner .button--tertiary {
      width: 22px !important;
      height: 26px !important;
      font-size: 0.75rem !important;
      padding: 0 !important;
    }
  
    /* Quantity input field */
    .cart_inner input.form-control {
      width: 28px !important;
      height: 25px !important;
      font-size: 0.75rem !important;
      padding: 0 !important;
    }
  
    /* Adjust spacing between buttons using gap */
    .cart_inner .d-flex.gap-1 {
      gap: 4px !important;
    }
  
    /* Align quantity column left */
    .table th.text-start {
      text-align: left !important;
    }
  
    /* Reduce total price font */
    td.text-end span.text-muted {
      font-size: 0.9rem !important;
    }
  
    /* Estimated total area spacing fix */
    .cart__footer {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  
    /* Checkout button full width */
    .cart__ctas button {
      font-size: 0.9rem !important;
      padding: 0.6rem 1rem !important;
    }
  
    /* Ensure cart heading spacing */
    .cart-heading h2 {
      font-size: 1.2rem !important;
      margin-bottom: 0.5rem;
    }
  }
  

/* ========== TABLET (iPad) ========== */
@media (min-width: 577px) and (max-width: 768px) {
    .cart_inner .btn {
        width: 26px !important;
        height: 30px !important;
        font-size: 0.75rem;
    }

    .cart_inner input.form-control {
        width: 30px !important;
        height: 26px !important;
        font-size: 0.75rem;
    }

    .button-control-group {
        margin-left: 15px;
    }
}

/* ========== DESKTOP ========== */
@media (min-width: 769px) {
    .cart_inner .btn {
      width: 32px !important;
      height: 32px !important;
      font-size: 0.9rem !important;
      margin-right: 6px;
    }
  
    .cart_inner input.form-control {
      width: 34px !important;
      height: 30px !important;
      font-size: 0.85rem !important;
      margin-right: 6px;
    }
  
    .cart_inner .button--tertiary {
      margin-right: 0;
    }
  
    .cart_inner img {
      max-width: 50px;
      height: auto;
      object-fit: contain;
      display: block;
      margin: 0;
      align-self: flex-start;
    }
  
    .cart_inner .media {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      gap: 0.75rem;
    }
  
    .cart_inner .media-body {
      text-align: left;
      width: 100%;
    }
  
    .cart_inner .media-body a {
      font-size: 0.85rem;
      display: block;
      margin-bottom: 0.25rem;
      word-break: break-word;
    }
  
    .cart_inner .product-option {
      font-size: 0.75rem;
      display: block;
    }
  }





