@font-face {
    font-family: 'Lato';
    src: url('../Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Campton-Light';
    src: url('../campton-cufonfonts/CamptonLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Campton Book';
    src: url('../campton-cufonfonts/CamptonBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Campton-Medium';
    src: url('../campton-cufonfonts/CamptonSemiBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Campton-SemiBold';
    src: url('../campton-cufonfonts/CamptonSemiBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* * {
    outline: 1px solid rgba(255, 0, 0, 0.2);
} */

/* Cart Popup Product Title */
.popupProductName {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cartPopup {
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

#cartPopup.show {
    opacity: 1;
    transform: translateY(0);
}

.cart-card {
    font-family: 'Campton-Light';
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 1rem;
    margin-bottom: 1rem;
}

/* Quick Checkout Button Styles */
.btn-checkout {
    background-color: #e30613;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
    /* <- shadow added */
}

.btn-checkout:hover {
    background-color: #c20410;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2) !important;
    /* <- stronger shadow on hover */
    text-decoration: none;
    color: #fff;
}

/* Label Text */
.checkout-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.checkout-label .discount-text {
    font-size: 11px;
    color: #ffe6e6;
    font-weight: 400;
    margin-top: 2px;
}

/* UPI Icons and Arrow */
.upi-icons {
    height: 24px;
    width: auto;
    object-fit: contain;
}

.arrow {
    font-size: 20px;
    font-weight: bold;
    margin-left: 4px;
}

/* category */
.collection-title {
    font-family: Campton-Medium;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #111;
    text-transform: capitalize !important;
    transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Hover Effect - Border Appears */
.collection-card:hover .collection-title {
    color: #333;
}

.category-arrow {
    font-size: 20px;
    display: inline-block;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.btn-cart-new:hover .category-arrow {
    transform: translateX(5px);
    color: #555;
}

.collection-card:hover .category-arrow {
    transform: translateX(5px);
    color: #555;
}

.collection-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.acc-card {
    position: relative;
    height: 400px;
    width: 100%;
    transition: all .5s;
    background-image: fill 0 linear-gradient(#0001, #000);
    overflow: hidden;
    border-radius: 10px;
    filter: brightness(80%);

}

.acc-card:hover {
    transform: scale(1.01);
    transition: all .5s;

}

.acc-card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all .5s;
}

.acc-card:hover .acc-card-img {
    transform: scale(1.1);
    transition: all .5s;
    filter: brightness(100%);
}


@media screen and (max-width:920px) {
    .collection-title {
        font-size: 16px;
    }

    .hover-info {
        display: none;
    }
}

@media (min-width:920px) and (max-width:1200px) {
    .acc-card {
        position: relative;
        height: 250px;
        width: 100%;
        transition: all .5s;
        background-image: fill 0 linear-gradient(#0001, #000);
        overflow: hidden;
        border-radius: 10px;
        filter: brightness(80%);

    }
}

@media screen and (max-width:660px) {
    .acc-card {
        position: relative;
        height: 350px;
        width: 100%;
        transition: all .5s;
        background-image: fill 0 linear-gradient(#0001, #000);
        overflow: hidden;
        border-radius: 10px;
        filter: brightness(80%);
    }
}


/* shop page */
.side-op1 {
    position: fixed;
    bottom: 3%;
    right: 2%;
    z-index: 50;
}

.side-op1 {
    position: fixed;
    bottom: 0%;
    right: 0%;
    z-index: 20;
    /* background-color: #333; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width: 100%;
    background-color: #fff !important;
}

.sopp-fil {
    width: 100%;
    font-family: Campton-Medium;
}

.filter-p {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}

/* Sort Modal List Item Styles */
#sortModalBottom .modal-content ul li {
    padding-left: 8px;
    line-height: 18px;
    font-size: 13px;
    cursor: pointer;
    font-family: 'Campton-Light';
}

#sortModalBottom .modal-content ul li:hover {
    background-color: #f8f9fa;
}

/* Modal Content Background */
#sortModalBottom .modal-content {
    background-color: #fff !important;
}

/* Bottom Modal Positioning */
#sortModalBottom .modal-bottom {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
}

button#sortDropdown {
    font-size: 14px;
    border: unset !important;
    font-family: var(--font-global);
}

.modal-bottom .modal-content {
    border-radius: 1rem 1rem 0 0;
    padding: 1rem;
}

/* Backdrop Styling (GLOBAL — outside modal) */
.modal-backdrop.show {
    opacity: 0.5 !important;
    background-color: #000 !important;
}

.right-content {
    /* overflow-y: scroll;
  scroll-behavior: smooth; */
    /* height: 100vh; */
    vertical-align: baseline;
    scroll-behavior: smooth;
}

.form-check-label {
    font-size: 13px;
}


/* filter for mobile */
.sile-filter-mobile {
    display: none;
}

.filter-mobile {
    display: none;
}

/* .top-2{
  margin-top: 10%;
  } */
.filter-color .clr-btn {
    width: 30px;
    height: 30px;
}

.filter-mobile-box {
    display: none;
}

.mob-cat-form {
    padding: 16px 15px;
    border-bottom: 1px solid rgba(219, 219, 219, 0.4);
    display: flex;
    align-items: center;
    gap: 5px;
}

.mob-cat-form .form-check-label {
    margin-left: 10px;
    text-transform: capitalize;
    font-size: 12px;
}

.form-check-input {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #8D8D8D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 3px;
}

/* When checked: don't change background, just show tick */
.form-check-input:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--c1);
    font-size: 14px;
    font-weight: bold;
}

.form-check-input:checked {
    background-color: unset !important;
    border: 1px solid #8D8D8D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

/* Optional: keep unchecked state clean */
.form-check-input::after {
    content: '';
}

.form-check-input:focus {
    border-color: var(--c1) !important;
    outline: 0;
    box-shadow: unset !important;
}


.btn-coll {
    background: #f5f5f5;
    color: #212121 !important;
    /* width: 150px; */
    border-bottom: 2px solid #fff !important;
    padding: 15px 15px;
    border: 0px;
    font-size: 12px !important;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-family: Campton Book;
    font-weight: 700;
    font-style: normal;
}

.off-btn .active {
    background-color: #fff !important;

}

.bg-f6 {
    background-color: #f6f6f6 !important;
}

.filter-box-desktop {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.filter-header-desktop {
    background-color: #f8f9fa;
    padding: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-section-desktop {
    border-bottom: 1px solid #e0e0e0;
}

.filter-toggle {
    padding: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    transition: background-color 0.3s ease;
}

.filter-toggle span {
    font-size: 13px;
    color: #212121;
    text-transform: capitalize;
    line-height: 1.4;
    font-family: Campton Book;
    font-weight: 700;
    font-style: normal;
    display: block;
}

/* .filter-toggle.active {
  background-color: #e9ecef;
} */

.form-check-label {
    line-height: 1.4;
    margin-left: 15px;
    font-size: 13px;
    text-transform: capitalize;
    color: #6a6a6a;
    font-weight: 900 !important;
    font-family: Campton-Light;
}

.filter-form-check {
    padding: 10px 20px;
    border-bottom: 2px solid #f2f2f2;
}


/* product design */
.pro-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    position: relative;
    /* border: 1px solid #dee2e6; */
    /* box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px; */
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
}

.pro-img1 {
    width: 100%;
    height: 310px;
    overflow: hidden;
    position: relative;
}

.pro-img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.pro-img1:hover .other-img {
    opacity: 1;
    transition: all .5s;
    border-radius: 0.375rem !important;
    overflow: hidden !important;
}

.pro-img {
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
}

.pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.other-img {
    position: absolute;
    top: 0%;
    left: 0%;
    opacity: 0;
    transition: all .5s;
    border-radius: 0.375rem !important;
    overflow: hidden !important;
}

.pro-img:hover .other-img {
    opacity: 1;
    transition: all .5s;
    border-radius: 0.375rem !important;
    overflow: hidden !important;
}

.pro-text {
    width: 100%;
    text-align: center;
    font-family: 'Campton-Light', sans-serif;
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    color: #6a6a6a;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-price {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.hover-card {
    border: 1px solid transparent;
    /* Invisible border initially */
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.hover-card:hover {
    border: 1px solid #ccc;
    /* Visible border on hover */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    /* Optional soft shadow */
}

.pro-img-wrapper {
    position: relative;
    overflow: hidden;
}

.hover-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    /* mild white background */
    padding: 10px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease;
    z-index: 10;
    /* ensure it's above the image */
    backdrop-filter: blur(2px);
    /* optional mild blur effect */
}

.hover-card:hover .hover-info {
    opacity: 1;
    transform: translateY(0);
}

/* Optional: improve transition */
.hover-card img {
    transition: transform 0.3s ease;
}

.hover-card:hover img {
    transform: scale(1.03);
}

.product-price .text-danger {
    color: red;
}

.original-price {
    font-size: 13px;
    color: #6a6a6a;
    text-decoration: line-through;
    margin-left: 5px;
    font-weight: 400;
}

.text-oneline {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.stock-bx {
    position: absolute;
    left: 3%;
    top: 2%;
    z-index: 4;
    background-color: var(--c1);
    /* border-radius: 5px; */
}

.stock-bx p {
    font-size: 12px;
    color: #FFF;
}


.best-sel {
    position: absolute;
    right: 1.5%;
    top: 1%;
    z-index: 4;
    background-color: var(--c1);
    /* border-radius: 5px; */
}

.best-sel p {
    font-size: 12px;
    color: #FFF;
}

.rat-card {
    position: absolute;
    right: 1.5%;
    top: 9%;
    z-index: 4;
    background-color: var(--c1);
    /* border-radius: 5px; */
}

.rat-card p {
    font-size: 12px;
    color: #FFF;
}

.wish-card {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 1%;
    top: 1%;
    z-index: 4;
    background-color: var(--w);
    border-radius: 50% !important;
}

.stock-card {
    position: absolute;
    left: 5%;
    top: 3%;
    z-index: 4;
    background-color: #E32C2B;
    color: #FFF;
    border-radius: 10% !important;
    font-size: .7875rem;
    padding: .0625rem .3125rem;
}

.pro-cart-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: 1%;
    top: 1%;
}

.pcb-btn {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background-color: #01010139 !important;
    color: var(--c1) !important;
}

.out-of-stock {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3 !important;
    top: 0%;
    left: 0%;
    /* opacity: 2; */
    background-color: #e9e5e59f !important;
    cursor: not-allowed;
}


/* -------------------  */
@media screen and (max-width:920px) {
    .price-filter-top p {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        font-family: var(--font-global);
        line-height: 1;
        letter-spacing: 2px;
    }
}

@media screen and (max-width:660px) {
    .pro-img {
        width: 100%;
        height: 210px;
        overflow: hidden;
        position: relative;
    }

    .pro-img1 {
        width: 100%;
        height: 250px;
        overflow: hidden;
        position: relative;
    }

    .pro-img2 {
        width: 100%;
        height: 220px;
        overflow: hidden;
        position: relative;
    }

    .filter-mobile {
        display: block;
    }

    .sile-filter-mobile {
        width: 100%;
        /* min-height: 150vh; */
        position: fixed;
        z-index: 1210;
        display: block;
        /* background-color: aqua; */
        background-color: #fff !important;
        transition: all 1s;
        top: 0% !important;
        bottom: 0% !important;
        left: -110%;
        overflow-x: hidden !important;
        overflow-y: scroll !important;
        scroll-behavior: smooth;
    }

    .filter-box {
        overflow-y: scroll;
        overflow-x: hidden;
        /* background-color: aqua; */
    }

    .filter-open {
        font-size: 18px !important;
        letter-spacing: 1px !important;
        border: 1px solid var(--c1) !important;
        background-color: #f6f6f6 !important;
    }

    .sile-filter-mobile-footer {
        position: absolute;
        bottom: 0% !important;
        width: 100%;
        /* height: 50px; */
        background-color: #F6F6F6 !important;
        text-align: center;
    }

    .filter-header {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        font-family: var(--font-global);
    }
}

.custom-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b0;
    display: none;
    backdrop-filter: blur(5px);
    /* Hidden by default */
}

.modal-show {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal content box */
.custom-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    max-width: 90%;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.custom-modal h2 {
    color: red;
    font-family: Campton Book;
    font-weight: 700;
    font-style: normal;
    display: block;
    font-size: 22px;
}

.custom-modal button {
    width: 100%;
    background-color: white;
}

.custom-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.close-btn {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
}

/* Disable scroll when modal is open */
.no-scroll {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
    /* preserve scrollbar to avoid layout jump */
    top: 0;
    left: 0;
}

.no-scrolls {
    position: fixed !important;
    width: 100% !important;
    overflow-y: scroll;
}

.custom-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    /* same as Bootstrap backdrop */
}

.custom-model-btn {
    color: #6a6a6a;
    border: 1px solid #666;
    padding: 10px 0;
    text-align: center;
    margin: 6px auto;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900 !important;
    font-family: Campton-Light;
}

.selected-category-badge {
    display: inline-flex;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.remove-category {
    cursor: pointer;
    margin-left: 5px;
    font-weight: bold;
    color: red;
}

.remove-category:hover {
    color: darkred;
}

/* footer */
.footer-top {
    background-color: #cecece;
    color: #000;
    padding: 20px 0;
    font-family: 'Montserrat', sans-serif !important;
}

.footer-top .feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.footer-top .text {
    font-size: 14px;
}

.footer-bottom {
    background-color: #f5f5f5;
    padding: 40px 20px 10px 20px;
    font-family: 'Lato', sans-serif;
}

.footer-bottom h6 {
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-bottom ul {
    list-style: none;
    padding-left: 0;
}

.footer-bottom ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-bottom .contact-info p {
    font-size: 14px;
    margin-bottom: 8px;
}

.feature-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    border-radius: 50%;
}

.text {
    font-weight: 500;
}

.no-underline {
    color: unset !important;
}

.all-items {
    width: 100%;
}

@media (max-width: 767px) {

    .footer-top .col-md-3,
    .footer-bottom .col-md-3 {
        /* text-align: center; */
        margin-bottom: 20px;
    }

    .footer-top .feature-icon {
        margin-bottom: 5px;
    }
}

.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    /* Adjust the margin as needed */
}

.active>.page-link,
.page-link.active {
    color: #FFF !important;
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.page-link {
    color: #ff0000 !important;
}

.botom-bar {
    display: none !important;
}


.profile-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 380px;
    padding: 2rem 1.5rem;
}

.profile-avatar {
    font-family: 'Montserrat', sans-serif !important;
    width: 100px;
    height: 100px;
    background: #000;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    text-transform: uppercase;
}

.profile-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    background: #fff;
    color: #000;
    margin-bottom: 0.7rem;
    text-decoration: none;
    border: 1px solid #000;
    transition: 0.3s ease;
}

.profile-link:hover {
    background-color: #000;
    color: #fff;
}

.profile-link i {
    font-size: 1.2rem;
}

.logout-link {
    display: block;
    margin: 1.5rem auto 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 0.6rem;
    border: 2px solid #000;
    color: #000;
    border-radius: 25px;
    font-weight: 600;
    transition: 0.3s;
}

.logout-link:hover {
    background-color: #000;
    color: #fff;
}

.custom-toast {
    min-width: 300px;
    max-width: 350px;
    min-height: 60px;
    padding: 1rem 1.25rem;
    border-radius: 8px;
    font-size: 0.95rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.btn-grad {
    background-color: #000 !important;
    color: #FFF !important;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-grad:disabled {
    background-color: #888;
    /* Greyed out */
    cursor: not-allowed;
    opacity: 0.6;
}

.address-btn {
    background-color: #000 !important;
    color: #fff !important;
}

.form-section {
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.order-summary {
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.product-img {
    width: 60px;
    height: auto;
}

.product-item {
    font-family: 'Lato', sans-serif;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/* Modal popup container - hidden by default */
.ad-pop-up {
    position: fixed;
    /* Fix on screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* Dark semi-transparent background */
    z-index: 9999;
    /* On top of everything */

    /* HIDE popup initially */
    display: none;

    /* Flex container to center content */
    justify-content: center;
    align-items: center;
}

/* Show popup when active */
.ad-pop-up.active {
    display: flex;
}

/* Popup white box */
.pop-up-wrapper {
    background: white;
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    overflow: hidden;
    position: relative;
}

/* Close button styling */
.ad-pop-up-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    background-color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

/* Layout inside popup */
.pop-up-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

/* Image section */
.pop-up-image {
    flex: 1;
    min-width: 300px;
}

.pop-up-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text section */
.pop-up-text {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.pop-up-text h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.pop-up-text p {
    font-size: 1rem;
    color: #333;
}

/* Disable scrolling on body when modal open */
.no-scroll {
    overflow: hidden;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .pop-up-row {
        flex-direction: column;
    }

    .pop-up-image {
        height: 200px;
    }

    .pop-up-text {
        padding: 20px;
        text-align: center;
    }
}

.toast-success {
    background-color: #166534 !important;
    /* Dark green, fully opaque */
    color: #ffffff !important;
    font-weight: 500;
    border-radius: 5px;
    backdrop-filter: none !important;
    opacity: 1 !important;
}

.toast-error {
    background-color: #991b1b !important;
    /* Tailwind's red-800 */
    color: #ffffff !important;
    font-weight: 500;
    border-radius: 5px;
    backdrop-filter: none !important;
    opacity: 1 !important;
}

table {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

table th {
    background-color: #d3d3d3 !important;
    font-weight: 800 !important;
}

table th,
table td {
    padding: 14px;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.no-border-card {
    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    /* even on all sides */
}

.order-new-img {
    width: 100%;
    object-fit: cover;
}

/*--------------------- new cart page --------------- */
.new-cart-box {
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* border-left: 1px solid ; */
}

.check-out-cart .new-cart-box {
    width: 100%;
    background-color: #fff;
    box-shadow: unset !important;
}

.cart-sm-p {
    font-size: 13px;
    word-spacing: 2px;
}

.green {
    color: rgb(21, 170, 21) !important;
}

.voucher-icon-img {
    height: 30px;
}

.voucher-btn {
    background-color: #000 !important;
    color: #fff !important;
    outline: unset !important;
    border: unset !important;
}

.bg-vocher {
    background-color: #cccdcb !important;
}

/* Custom styles for the sidebar */
#sidebarcode {
    position: fixed;
    right: -390px;
    top: 0;
    height: 100%;
    width: 390px;
    background-color: #ffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: right 0.3s ease;
    z-index: 1000;
    overflow-y: scroll;
}

#sidebarcode::-webkit-scrollbar {
    width: 5px;
}

#sidebarcode::-webkit-scrollbar-track {
    background: #f3f2f2;
}

#sidebarcode.active {
    right: 0;
}

.sidebar-header {
    /* padding: 15px; */
    background: #f6f6f6;
    /* color: white; */
    /* text-align: center; */
    position: relative;
}

.sidebar-content {
    padding: 15px;
}

/* Backdrop styling */
.sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999;
  display: none; /* hidden by default */
}

.sidebar-backdrop.active {
  display: block;
}

/* Prevent scrolling on body when sidebar is open */
body.no-scroll {
  overflow: hidden;
}

.close-btn {
    /* position: absolute;
  top: 10px;
  right: 10px; */
    background: transparent;
    border: none;
    /* color: white; */
    font-size: 30px;
}

.code-card {
    width: 100%;
    background-color: #FFFF;
    border-top: 2px solid var(--c1);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.in-code-card {
    width: 100%;
}

.code-card-ion {
    width: 25px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}

.apply-btn-side-bar {
    border: unset;
    outline: unset;
    background-color: #dbdbdb;
    /* color: #FFFFFF; */
    font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    border-radius: 3px;
}

.flat-p {
    font-size: 12px;
}

.details-box {
    display: none;
    margin-top: 10px;
    width: 100%;
    background-color: #f6f6f6;
}

.dis-li {
    font-size: 12px;
}

.invalid-feedback {
    display: none;
}

.sp {
    font-size: 13px;
}

.pop-voucher {
    width: 400px !important;
}

.pop-voucher-img {
    width: 60px;
}

.pop-line {
    width: 100%;
    height: 1px;
    background-color: var(--c1);
}

.after-pop {
    display: none;
}

hr {
    color: #aeaeae !important;
}

.brand-banner {
    background-color: #e10600;
    /* Bright red */
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 2rem;
}

.customers-text {
    font-size: 1.5rem;
}

.customers-text strong {
    font-family: 'Campton-Medium';
}

.brand-subheading {
    font-size: 3rem;
    margin-bottom: 0;
}

@media screen and (max-width:920px) {
    .brand-banner {
        font-size: 1.2rem;
    }

    .brand-subheading {
        font-size: 1.5rem;
    }
}

.prepaid-banner {
    background-color: #eefaee;
    padding: 8px 16px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.prepaid-banners {
    background-color: #eefaee;
    padding: 8px 16px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    font-size: 15px;
    font-weight: bold;
}

.prepaid-banners img {
    height: 30px;
    margin-left: 8px;
}
.coupon-box {
  border: 1px solid #fff0f0;
  background-color: #fff0f0;
  border-radius: 10px;
  padding: 12px 16px;
}

.coupon-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.coupon-left img {
  width: 20px;
  height: 20px;
}

.coupon-left b {
  font-weight: 700;
  color: #222;
}

.coupon-code {
  color: #00a69c; /* teal */
  font-weight: 700;
  font-size: 16px;
}

.coupon-footer {
  background: #fff;
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 10px;
}

.apply-text {
  color: #999;
  font-size: 14px;
}

.show-offers {
  color: #666;
  font-size: 14px;
  cursor: pointer;
}
