@font-face {
    font-family: 'Gilroy-Bold';
    src: url('/assets/font/Gilroy-Bold.woff2') format('woff2'),
        url('/assets/font/Gilroy-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: url('assets/font/Gilroy-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url('/assets/font/gilroy-semibold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url('/assets/font/gilroy-semibold.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Regular';
    src: url('/assets/font/gilroy-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

body {
    margin: 0;
}

.navbar {
    background-color: #3E0808;
    padding: 1rem 1rem;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-weight: 600;
    display: block !important;
}

.logo-section {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    text-align: start;
    color: white;
    justify-content: start;
    text-decoration: none;
}

.logo-section img {
    width: 300px;
    height: 71px;

}

.search-section {
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 3px;
}


.logo-section h2 {
    color: #FCFCFC;
    font-size: 22px;
    font-style: normal;
    font-weight: 420;
    line-height: normal;
    letter-spacing: 1.98px;
    margin-bottom: -0.5rem
}

.logo-section p {
    color: #FFF;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.72px;
}

.logo-search-wrapper {
    display: flex;
    align-items: center;
    gap: 28px;
}

.footer-list a,
.privacy a {
    color: #fff;
    text-decoration: none;
}

.search-section input {
    border: none;
    padding: 10px;
    outline: none;
    flex: 1;
    font-size: 14px;
    background: #3E0808;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.mySwiper .swiper-slide {
    height: 85vh !important;
}

.search-section input::placeholder {
    color: rgba(255, 255, 255, 0.7);
    /* lighter placeholder */
}

/* 
.row {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
} */

.search-section button {
    background-color: #3E0808;
    border: none;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-section svg {
    width: 16px;
    height: 16px;
    fill: white;
}

.first {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    align-items: center;
    justify-content: space-between;

}


.order-pro-ing {
    width: 50%;
    height: 50%;
}

.logo-content {
    display: flex;
    flex-direction: column;
}

.icon-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
}

.icon-nav-list {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    color: white;
    justify-content: center;
    margin-bottom: 0;
}

.icon-nav-list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}

.nav-button {
    border-radius: 8px;
    background: #BA9A42;
    border: none;
    padding: 0.6rem 1.5rem;
    color: white;
    white-space: nowrap;
}

.catagory-item img {
    width: 100%;
    height: 300px;
}




.contact-popup {
    display: none;
    /* Start hidden */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

.contact-popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 818px;
    width: 97%;

    position: relative;
}

.contact-head {

    color: #000;
    text-align: center;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 48.6px */
    letter-spacing: 0.72px;
}

.contact-para {
    color: #656565;
    text-align: center;
    font-family: "Gilroy-Regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 24.3px */
    letter-spacing: 0.36px;
    margin-top: -14px;
}


.contact-name {
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 21.6px */
    letter-spacing: 0.32px;
}

.contact-close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}

.form-address {
    display: flex;
    flex-direction: row;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
}

.form-row {
    margin-bottom: 15px;
}

.form-address {
    display: flex;
    gap: 10px;
}

.form-address .column {
    flex: 1;
    /* each column 50% */
}

input,
textarea {
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.submit-btn {
    padding: 10px 20px;
    border: none;
    background-color: #700024;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 21.6px */
    letter-spacing: 0.32px;
}

.submit-btn:hover {
    background-color: #5c0b25e1;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    font-family: 'Marope', sans-serif;
    font-size: 14px;
    color: #999;
}


/* Responsive: stack columns on small screens */
@media (max-width: 640px) {
    .form-address {
        flex-direction: column;
    }
}

.menu {
    background: #BA9A42;
    padding: 25px 1rem;
    font-family: 'Gilroy-SemiBold', sans-serif;
}

.menu-items li {
    list-style: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.08px;

}

.menu-items li:hover {
    font-weight: 600;
    cursor: pointer;
}

.menu-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin-bottom: 0;
}

.hamburger {
    display: none;
}

.menu-items a {
    text-decoration: none;
    color: white;
}

@media (max-width: 768px) {
    .navbar {}

    .icon-nav-list {
        gap: 0.8rem;
    }

    .icon-nav-list li {
        font-size: 14px;
    }

    .first {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
    }

    .logo-search-wrapper {
        width: 100%;
        justify-content: space-between;
    }

    .logo-section img {
        width: 175px;
        height: 51px;
    }

    .search-section {
        margin: 0;
    }

    /* .product-img-height {
        height: 155px !important;
    } */

}


@media (max-width: 1442px) {

    .first {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
    }
}

@media(max-width:854px) {
    .icon-nav {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .search-section {
        display: flex;
        align-items: center;
        gap: 5px;
        border: none;
        background: transparent;
    }

    .search-section input {
        width: 0;
        padding: 0;
        opacity: 0;
        border: none;
        outline: none;
        background: transparent;
        /* no border or box */
        color: black;
        transition: width 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
        font-size: 14px;
        max-width: calc(100% - 35px);
        /* ensure it never exceeds container */
    }

    .search-section.active input {
        width: 100%;
        /* expand full width */
        padding: 5px 10px;
        opacity: 1;
        color: white
    }

    .search-section button {
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Sidebar for mobile */
    .menu {
        position: fixed;
        top: 0;
        left: -250px;
        /* hidden */
        width: 220px;
        height: 100%;
        background: #BA9A42;
        transition: left 0.3s ease;
        z-index: 1000;
        padding-top: 2rem;
    }

    .menu.active {
        left: 0;
    }

    .menu-items {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        padding-left: 1.5rem;
        align-items: start;
    }

    .menu-items li {
        list-style: none;
        color: white;
        cursor: pointer;
        font-size: 14px;
        font-family: 'Gilroy-Medium', sans-serif;
    }

    .logo-search-wrapper {
        gap: 5rem;
    }

    /* Mobile top row */
    .mobile-header {
        display: none;
        align-items: center;
        justify-content: space-between;
        background: #3E0808;
        padding: 0.5rem 1rem;
    }

    .hamburger {
        font-size: 26px;
        color: white;
        cursor: pointer;
    }

    .search-icon svg {
        fill: white;
    }

}

@media(max-width:646px) {
    .logo-search-wrapper {
        gap: 2rem;
    }
}

@media(max-width:523px) {
    .logo-search-wrapper {
        gap: 0.5rem;
    }


    .logo-section h2 {
        font-size: 18px;

    }

    .hamburger {
        font-size: 20px;
    }
}

.sticky_icon_right {
    position: fixed;
    top: 35%;
    z-index: 2;
    right: 20px;
}

.right_ic {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border: 1px solid #67595947;
}

.right_ic.bot {
    border: none;
}

.second-sticky {
    margin-top: 16rem;
}

.upcoming {
    padding: 70px 10px;
    border-radius: 10px;
    background: #EC1C24;
    background-size: cover;
}

.apple {
    background: black;
}

.heading_md {

    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
}

/* header end */


/* index start */
.common-padding {
    padding: 10px 85px;
}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-bg {
    width: 100%;
    height: auto;
    display: block;
}

.mobile-banner-bg {
    width: 100%;
    height: auto;
    display: none;
}

.top-padding {
    margin-top: 4rem;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
}

.banner-content h1 {

    margin-bottom: 10px;
    font-family: 'Gilroy-SemiBold', sans-serif;
    color: #700024;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.96px;
}

.banner-content p {

    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.32px;
}

.app-buttons img {
    height: 40px;
    margin: 0 5px;
}


.cake-catagory {
    display: flex;
    gap: 4rem;
    margin: 0 auto;
    align-items: center;
}

.app-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.catagory-item {
    text-align: center;
}

.catagory-head {
    text-align: center;
}

.catagory-head h1 {
    color: #333232;
    text-align: center;
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 43.2px */
    letter-spacing: 0.64px;
}

.catagory-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
}

.cake-catagory {
    display: flex;
    gap: 1rem;
    scroll-behavior: smooth;
    overflow-x: auto;
    /* allow full scroll */

    scrollbar-width: none;
    /* hide scrollbar in Firefox */
}

.cake-catagory::-webkit-scrollbar {
    display: none;
    /* hide scrollbar in Chrome */
}

.cake-catagory.centered {
    justify-content: center;

}

.catagory-item {
    flex: 0 0 200px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    text-decoration: none;

}

.catagory-item p {
    color: #000;
    text-align: center;
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 20.737px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.207px;
}

.scroll-btn {
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.scroll-btn.left {
    left: 10px;
}

.scroll-btn.right {
    right: 0;
}


.cake-catagory a {
    text-decoration: none;
}



.newlauch {
    position: relative;
    display: block;
}

.newlauch img {
    min-height: 250px;
    width: 100%;
    height: auto;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 24%;
    transform: translate(-50%, -50%);
    text-align: start;
    color: white;

}

.enrich-text {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    text-align: start;
    color: white;
}

.overlay-text h1 {
    color: #FFF;
    text-align: center;
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 1.16px;
    padding-left: 0.4rem;
}

.overlay-text h2 {
    color: #FFF;
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.56px;
}


.rounded-tab {
    border-radius: 100px;
    border: 1px solid #FFF;
    padding: 0.6rem 0rem;
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.4px;
    width: 50%;
    text-align: center;
}


.lauch-mobile {
    display: none;
}

/* flash sale */

.flash-head {
    position: relative;
    text-align: center;
}

.flash-latest {
    background: #FFF5F5;
    padding: 4rem 0px;
    box-sizing: border-box;
}

.flash-head h1 {
    margin: 0;
    color: #333232;
    text-align: center;
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.64px;
}

.flash-head p {
    margin-top: 0.5rem;
    color: #777;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.36px;
}

.view-all a {
    color: #5D001E;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 24.3px */
    letter-spacing: 0.36px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.responsive-contact {
    display: none;
}

.view-all-mobile {
    display: none;
    color: #5D001E;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 24.3px */
    letter-spacing: 0.36px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.view-all :hover {
    color: #5d001da1;
}

.flash-head .view-all {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    cursor: pointer;
}

.flas-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.flash-card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    max-height: 500px;
}

.image-wrapper {
    position: relative;
    /* required for absolute label */
    display: inline-block;
    width: 100%;
}

.flash-card .out-of-stock-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    /* gray with transparency */
    color: black;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    pointer-events: none;
}

/* Responsive */
@media (max-width: 768px) {
    .flash-card .out-of-stock-label {
        font-size: 12px;
        padding: 6px 10px;
    }
}

@media (max-width: 480px) {
    .flash-card .out-of-stock-label {
        font-size: 11px;
        padding: 5px 8px;
    }
}

.flash-card:hover {
    transform: translateY(-5px);
}

.flash-card img {
    width: 100%;
    border-radius: 8px;
}

.product-img-height {
    height: 300px;
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    color: #2E2E2E;

    font-size: 20.413px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 27.558px */
    letter-spacing: 0.408px;
    margin-top: 1rem;
}

.rating {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 14px;
    margin: 10px 0 15px;
}

.rating h3 {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #000;
    font-size: 14.289px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.286px;
}

.rating h4 {
    color: #700024;
    text-align: center;
    font-size: 14.113px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.282px;
    border: none;
    background: #FEEAEA;
    padding: 0.2rem 1rem;
    border-radius: 50px;
}

.offer {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: -12px;
}

.old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 14.289px;
}

.discount {
    color: #1FAF38;
    text-align: center;
    font-size: 14.289px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.286px;
}

.final-price {
    color: #000;
    font-size: 26.209px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: 0.524px;
    margin-top: -8px;
}

.order-placing h2 {
    color: #8B8B8B;
    font-size: 14.113px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.282px;
    margin: 15px 0 0;
}

.order-placing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -23px;
}

.order-placing button {
    color: white;
    background: #700024;
    border-radius: 50px;
    padding: 12px 25px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
    font-size: 16.145px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.363px;
}

.order-placing button:hover {
    background: #90002d;
}

.place-order button {
    color: white;
    background: #700024;
    border-radius: 50px;
    padding: 12px 25px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
    font-size: 17.145px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.363px;
    width: 153px;
}

.place-order-button:hover {
    background: #90002d;
}

.Latest-padding {
    margin-top: 12rem;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 4rem;

}

.tab-btn {
    padding: 0.7rem 1.4rem;
    background: white;
    border: 1px solid #6d6d6d33;
    cursor: pointer;
    font-weight: 600;
    border-radius: 72.984px;
    font-family: 'Poppins', sans-serif;
    color: #6D6D6D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.32px;

}

.tab-btn span p {
    display: inline;
    margin: 0;

}

.tab-btn span {
    margin-left: 0.2rem;
}

.tab-btn.active {
    border-radius: 72.984px;
    border: 0.73px solid #700024;
    background: #FFE5EE;
    color: #700024;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.flas-cards.tabbed {
    display: none;
    gap: 2rem;
}

.flas-cards.tabbed.active {
    display: grid;
}





/* Delivery banner */
.delivery-banner {
    background: #3E0808;
    margin-top: 6rem;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.delivery-section {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
}

.delivery-image {
    width: 80px;
    height: 80px;
}

.delivery-banner-item {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    padding-top: 28px;
    padding-bottom: 31px;
}

.delivery-banner-item h2 {
    color: #FFF;
    font-size: 24.1px;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.723px;
}

.delivery-banner-item p {
    color: #FFF;
    font-size: 15.5px;
    font-weight: 300;
    line-height: 135%;
    letter-spacing: 0.465px;
}

.delevery-text {
    text-align: start;
}


/* Slider */
.three-card-slider {
    position: relative;
    width: 100%;
    max-width: 1509px;
    margin: auto;
    overflow: hidden;
}

.three-card-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 1em;
    align-items: stretch;
    padding-bottom: 63px;
    font-family: 'Poppins', sans-serif;
    margin-top: 4rem;
}

.three-card-item {
    flex: 0 0 374.5px;
    background: #F4F4F4;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    padding: 20px;
    transform: scale(0.85);
    transition: all 0.3s ease;
}

.three-card-item.active {
    transform: scale(1.1) translateY(-20px);
    opacity: 1;
    z-index: 2;
    background: #FDF2F2;
    /* flex: 0 0 458px; */
}


.three-card-item p {
    color: #323232;
    font-size: 13.868px;
    font-style: italic;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.277px;
}

.three-card-item h2 {
    color: #323232;
    font-size: 13.868px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: 0.277px;

}

.review-inner p {
    color: #AD093E;
    font-size: 10.786px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.216px;
    margin-top: -10px;
}

.qoute.active {
    margin-top: 0rem;
}

.all-stars {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: -1em;
}

.three-card-controls {
    position: absolute;
    bottom: 3px;
    left: 48%;
    display: flex;
    gap: 0.5rem;
}

.three-card-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #C8C8C8;
    background: #fff;
    color: #C8C8C8;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.three-card-arrow:hover {
    border: 1px solid #9B0032;
    color: #A20134;
}

/* Review person styles */
.review-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.review-inner img {
    width: 15px;
    height: 15px;
}

.review-person {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: auto;
    gap: 0.5rem;
}

.person-img {
    width: 34px;
    height: 34px;
}


/* contact us */


.contact-us {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 135%;
    letter-spacing: 0.72px;
    gap: 0.5rem;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.contact-us img {
    width: 18px;
    height: 18px;
}

/* About us */

.about-container {
    position: relative;
    width: 100%;
    margin-bottom: 6rem;
}

.about-us-normal {
    width: 100%;
    display: block;
}

.about-text {
    position: absolute;
    top: 50%;
    left: 39%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 1rem 2rem;
}

.about-text h1 {
    color: #FFF;
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 62.1px */
    letter-spacing: 1.38px;
}

.about-para {
    width: 90%;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 30px */
    letter-spacing: 0.6px;
}

.about-us-mobile {
    display: none;
}


/* footer */

.footer-banner {
    background: #3E0808;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.footer-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 2rem;
    padding-top: 4rem;

}

.footer-item {
    flex: 1 1 300px;
}

.footer-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.footer-item p {
    max-width: 500px;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 0.48px;
}

.footer-item h2 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.54px;
    margin: 0.5rem 0;
}

.footer-list {
    display: flex;
    flex: 2 1 500px;

    gap: 2rem;
}

.footer-list li {
    list-style: none;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.5;
}

.one-item {
    min-width: 200px;
}

.one-item p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.social-link {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.social-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    /* Keep icon + text in one line */
}

.social-item img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.one-item ul,
.one-item p {
    padding-left: 0;
    margin-left: 0;
}

.our-address {
    width: 250px;
}


/* footer 2 */


.second-footer {
    background: #BA9A42;
    color: white;
    font-family: 'Poppins', sans-serif;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.second-footer-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 121%;
}

.privacy li {
    list-style: none;
}

.privacy {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2em;
    margin-bottom: 0;
}




/* Catagory page */

.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb a {
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 1.08px;
    font-family: 'Poppins', sans-serif;
    display: inline-flex;
    align-items: center;
}

.breadcrumb a:not(:last-child)::after {
    content: "›";
    margin: 0 9px;
    color: #FFF;
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
}


.catagory-banner {
    position: relative;
}

.catagory-banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: white;

}

.catagory-banner-content p {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.08px;
    margin-bottom: 10px;
    font-family: 'Gilroy-Medium', sans-serif;
}


.catagory-mobile {
    display: none;
}

.tab-btn-1 {
    padding: 0.6rem 2.5rem !important;
}

.tabs-catagory {
    justify-content: start !important;
}

.tabs-catagory a {
    text-decoration: none;
}


.catagory-heading h1 {
    color: #7F0F18;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.76px;
}

.catagory-heading p {
    color: #6D6D6D;
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;

    letter-spacing: 0.4px;
}


/* text section */


.text-section h1 {
    color: #000;
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.48px;
    margin-top: 6rem;
}

.text-section p {
    color: #000;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 27px */
    letter-spacing: 0.4px;
}

.text-top {
    margin-top: 1rem;
}



/* product page */

.sorted-by p {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 10px;
    color: #555;
}

.sorted-by .sort-icon {
    width: 18px;
    height: 18px;
    margin-left: 6px;
}


.sorted {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sorted p {
    margin-top: -13px;
}



.sorted-button {
    border: 1px solid #C8C8C8;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
    padding: 8px 14px;
    gap: 0.5em;
    color: #616161;
    margin-top: -13px;
    width: 105px;
}



.cake-padding {
    margin-top: 4rem;
    margin-bottom: 4rem;
}


/* Accesory page */


.accesory-rating {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.accesory-title {
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    width: 100%;
    max-width: 300px !important;
}

.button-outof-stock {
    background: #BBBBBB !important;
}


/* Description page */
.description-breadcrumb {
    margin-top: 20px;
}

.description-breadcrumb a {
    text-decoration: none;
    margin: 0 5px;
    position: relative;
    color: #6D6D6D;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.4px;
}

.description-breadcrumb a:not(:last-child)::after {
    content: "›";
    margin-left: 5px;
    color: #999;
    font-size: 22px;

}

.one-product {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4rem;
    margin-top: 3rem;
}

.item-code {
    color: #666;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.36px;
}

.description-head {
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 60.75px */
    letter-spacing: 0.9px;
    width: 80%;
    margin-top: -12px;
}


.product-offer {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0;
}

.older-price {
    text-decoration: line-through;
    color: #8B8B8B;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

.delevery-margin {
    margin-top: -25px;
}

.delevery-margin-top {
    margin-top: 1rem;
}

.discount-price {
    color: #002C8B;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.4px;
}

.product-actual-price {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    margin-top: 0;
}

.product-actual-price p {
    color: #000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: 0.8px;
}

.contact-row p {
    margin-bottom: 0;
}

.product-actual-price h3 {
    color: #1FAF38;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.36px;
}

.free-delevery {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 25px;
    margin-top: 0;
}

.radio-form {
    margin-bottom: 25px;
}

.free-delevery p {
    color: #989898;
    font-family: 'Poppins', sans-serif;
    font-size: 13.024px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.26px;
    margin-bottom: 0;
}

.select-type {
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.32px;
}

.selections {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.32px;
    margin-right: 20px;
}

/* Base radio */
.selections input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid #808080;
    /* gray when not checked */
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    position: relative;
}

.eggless input[type="radio"]:checked {
    border-color: #00701c !important;
}

.eggless input[type="radio"]:checked::after {
    content: "";
    width: 13px;
    height: 13px;
    background: #00701c !important;
    border-radius: 50%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Border turns maroon when checked */
.selections input[type="radio"]:checked {
    border-color: #700024;
}

/* Inner dot when checked */

.selections input[type="radio"]:checked::after {
    content: "";
    width: 13px;
    height: 13px;
    background: #700024;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.product-quantity {
    display: flex;
    align-items: center;
    gap: 1em;
}

.product-quantity p {
    color: #000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 29.7px */
    letter-spacing: 0.44px;
    margin: 0;
}


.quantity-tab {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/* hide the actual radio buttons */
.quantity-tab input[type="radio"] {
    display: none;
}

.quantity-tabs {
    padding: 8px 25px;
    border: 1px solid #700024;
    border-radius: 100px;
    background: #f9f9f9;
    cursor: pointer;
    transition: 0.3s;
    color: #700024;
}

/* style the selected radio’s label */
.quantity-tab input[type="radio"]:checked+.quantity-tabs {
    background: #FFD9D9;
    color: #700024;
    border-color: #700024;
}

.place-order {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.specification {
    border-radius: 10px;
    background: #FAFAFA;
    border: none;
    font-family: 'Poppins', sans-serif;
}

.specific-padding {
    padding: 15px 50px;
}


.specification h1 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 27px */
    letter-spacing: 0.4px;
}

.specification p {
    color: #767373;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 21.6px */
    letter-spacing: 0.32px;
}

.noted-items li {
    color: #767373;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 21.6px */
    letter-spacing: 0.32px;
}

.specific-padding {
    padding: 10px 85px;
}

.specification-padding {
    padding: 10px 50px;
}

.all-notes {
    display: grid;
    grid-template-columns: 21% 27% 37%;
    gap: 30px;
    margin-top: 3rem;
}

.specification:nth-child(4) {
    grid-column: 1 / -1;
    width: 80%;
}

.card-padding {
    margin-top: 0.8rem !important;
}

.similar-padding {
    margin-top: 2rem;
}




*/ .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    font-weight: bolder;
}


.bday-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.bday-icon img {
    width: 18px;
    height: 18px;
}

.bday-icon p {
    color: #700024;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 24.3px */
    letter-spacing: 0.36px;
    margin-bottom: 0;
}

.modal h2 {
    color: #000;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 32.4px */
    letter-spacing: 0.48px;
}

.selected-one {

    font-family: 'Manrope', sans-serif;
    border-radius: 12px;
    border: 1px solid #FF73A8;
    background: rgba(112, 0, 36, 0.07);
    padding: 13px;
    text-align: center;
    width: 205px;
}

.image-wrapper {
    position: relative;
    display: inline-block;
}

.image-wrapper img {
    width: 90%;
    border-radius: 10px;
    height: 50%;

}

.image-wrapper .badge {
    position: absolute;
    bottom: 9px;
    right: 5px;
    border-radius: 78.23px;
    border: 0.782px solid #FFF;
    background: #157620;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 15px;

}

.modal-item-head h1 {
    color: #2C2C2C;
    font-size: 16px;
    font-style: normal;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: 0.28px;
    text-align: start;

    overflow: hidden;

}

.detailes {
    display: inline;
    margin-left: 0.5rem;
    font-weight: 400;
}

.modal-item-head {
    display: flex;
    padding-left: 0.6rem;
    flex-direction: column;
    gap: 0.4rem;

}

/* Container for form */

/* Labels */
form label {
    display: block;
    margin-bottom: 6px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 21.6px */
    letter-spacing: 0.32px;
}

/* Inputs, textarea, select */
form input,
form select,
form textarea {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    color: #333;
    outline: none;
    font-family: inherit;
    transition: border-color 0.2s;
    border-radius: 8px;
    border: 1px solid #CECECE;
}

/* On focus */
form input:focus,
form select:focus,
form textarea:focus {
    border-color: #700024;
}

/* Full width for long fields */
.full-width {
    grid-column: span 2;
}

/* Upload box */
.upload-box {
    border: 2px dashed #D9D9D9;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.address {
    height: 150px;
}

.upload-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}






.product-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.product-details {
    padding: 10px 0;
}

.product-details h3 {
    margin: 8px 0;
    line-height: 1.3;
    width: 83%;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16.609px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 17.022px */
    letter-spacing: 0.252px;
}



.price-info {
    font-size: 13px;
    margin-bottom: 4px;
}

.info-old-price {
    text-decoration: line-through;

    margin-right: 6px;
    color: #8B8B8B;
    font-family: 'Poppins', sans-serif;
    font-size: 12.613px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 12.714px */
    letter-spacing: 0.188px;
}

.info-discount {
    color: #1FAF38;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12.613px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 12.977px */
    letter-spacing: 0.192px;
}

.info-final-price {
    color: #000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 21.275px;

    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 23.321px */
    letter-spacing: 0.345px;
    margin: 6px 0;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 20px;
}

.quantity-control button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    font-size: 19px;
    cursor: pointer;
    color: white;
    border: 1px solid #9F9F9F;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity-control .minus {
    background: #fff;
    color: #333;
}

.quantity-control .plus {
    background: #800033;
}

.qty {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16.3px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 16.605px */
    letter-spacing: 0.246px;
}

.product-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.plus-minus {
    display: flex;
    align-items: center;
    justify-content: space-between;
}






.cake-addon {
    color: #000;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: 0.48px;
}






.slider-container::-webkit-scrollbar {
    display: none;
    /* hide scrollbar Chrome/Safari */
}

.slider-container:active {
    cursor: grabbing;
}

.slider-container {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 10px 0;


}

.product-card {
    flex: 0 0 30%;
    /* smaller than 33% so 4th peeks */
    min-width: 220px;
    /* ensure overflow */
    font-family: Arial, sans-serif;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    scroll-snap-align: start;
}



.summary {
    border-radius: 10px;
    border: 0.5px solid #D4D4D4;
    background: #F9FAFB;
    padding: 10px 30px;
    margin-top: 4rem;
}

.summary-item {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.summary-onething {
    display: flex;
    flex-direction: column;
}

.summary-selected {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.gram {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
}

.summary-price {
    display: flex;
    align-items: center;
    color: #000;
    text-align: center;
    font-family: "Gilroy-Bold", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 24.3px */
    letter-spacing: 0.36px;
}

.summary h2 {
    color: #000;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 27px */
    letter-spacing: 0.4px;
}

.gram p {
    color: #000;
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 24.3px */
    letter-spacing: 0.36px;
}

.egg {
    border-radius: 78.23px;
    border: 0.782px solid #004E0E;
    background: #E8FFEA;
    color: #003109;
    font-family: 'Manrope', sans-serif;
    font-size: 9.388px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 12.673px */
    letter-spacing: 0.188px;
    padding: 3px 10px;
}

/* 
.summary-qty {
    margin-top: -1.5rem;
} */
.modal-item-head h3 {
    font-size: 20px;
    padding-top: 15px;
}

.summary-qty p {
    color: #818181;
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 21.6px */
    letter-spacing: 0.32px;
}


.summary-line {
    border: none;
    border-top: 1px solid #E3E3E3;
    margin: 10px 0;
}

.delevery-charge {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}

.delevery-charge p {
    color: #1FAF38;
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 24.3px */
    letter-spacing: 0.36px;
}

.delevery-charge h3 {
    color: #000;
    text-align: center;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 32.4px */
    letter-spacing: 0.48px;
}

.summary-place-order {
    border-radius: 10px;
    background: #700024;
    padding: 15px;
    width: 100%;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 21.6px */
    letter-spacing: 0.32px;
    color: white;
    border: none;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
}








.popup {
    display: none;
    /* hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    /* semi-transparent background */
}

.popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 10px;
    width: 97%;
    max-width: 818px;
    text-align: center;
}

.close-button {
    float: right;
    font-size: 24px;
    cursor: pointer;
}

.place-items {
    width: 80%;
}

.order-success {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-success button {
    padding: 13px 22px;
    color: #FFF;
    text-align: center;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 21.6px */
    letter-spacing: 0.32px;
    border-radius: 10px;
    background: #700024;
    border: none;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}

.place-items h2 {
    color: #000;
    text-align: center;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 32.4px */
    letter-spacing: 0.48px;
}

.place-items p {
    color: #878787;
    text-align: center;
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 21.6px */
    letter-spacing: 0.32px;
}


.search-section {
    position: relative;
    margin: 0 auto;
}

.search-wrapper {
    position: relative;
    width: 100%;
}

.search-input-container {
    position: relative;
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 50px;
    padding: 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}


.search-icon {
    position: absolute;
    left: 18px;
    pointer-events: none;
    z-index: 1;
}

#main_search_box {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 15px 10px 8px;
    font-size: 15px;
    background: transparent;
    color: white;
    font-family: inherit;
}

#main_search_box::placeholder {
    color: #999;
}



.search-btn:active {
    transform: scale(0.98);
}

.suggestions-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    max-height: 400px;
    overflow-y: auto;
    display: none;
    z-index: 9999;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.suggestions-dropdown::-webkit-scrollbar {
    width: 6px;
}

.product-detail-img {
    width: 100%;
    height: 650px;
}

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

.suggestions-dropdown::-webkit-scrollbar-thumb {
    background: #3E0808;
    border-radius: 10px;
}

.suggestion-item {
    padding: 14px 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333;
    font-size: 14px;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item:hover {
    background: linear-gradient(90deg, #fff5f8 0%, #fff9fb 100%);
    padding-left: 24px;
}

.suggestion-item::before {

    font-size: 16px;
    opacity: 0.6;
}

.suggestion-item:hover::before {
    opacity: 1;
}

/* No results message */
.no-results {
    padding: 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}


/* Pagination Section Container */
.pagination_section {
    padding: 1.5rem 0;
    margin-top: 2rem;
    text-align: center;
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Pagination List */
/* Pagination Section Container */
.pagination_section {
    padding: 1.5rem 0;
    margin-top: 5rem;
    text-align: center;
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Pagination List */
.pagination {
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-top: 1rem;
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: center;

}

/* Page Link Base Styles - Apply to both <a> and <span> */
.page-item .page-link,
.page-item span.page-link {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    color: #495057;
    padding: 0.5rem 0.75rem;
    margin: 0;
    transition: all 0.2s ease;
    font-weight: 500;
    min-width: 40px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
}

/* Page Link Hover State */
.page-item .page-link:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
    color: #212529;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

/* Active Page - Style both the li and the span inside */
.page-item.active .page-link,
.page-item.active span.page-link {
    background-color: #700024;
    border-color: #700024;
    color: white;
    box-shadow: 0 2px 6px #700024;
    z-index: 1;
}

.page-item.active .page-link:hover,
.page-item.active span.page-link:hover {
    background-color: #700024;
    border-color: #700024;
    transform: none;
}

/* Disabled Page Items */
.page-item.disabled .page-link {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #adb5bd;
    cursor: not-allowed;
    pointer-events: none;
}

.page-item.disabled .page-link:hover {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    transform: none;
    box-shadow: none;
}

/* Screen Reader Only Text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/* Mobile Optimizations (Small Phones) */
@media (max-width: 400px) {
    .pagination_section {
        font-size: 0.8rem;
        padding: 1rem 0;
    }

    .page-item .page-link,
    .page-item span.page-link {
        padding: 0.35rem 0.5rem;
        font-size: 0.8rem;
        min-width: 32px;
    }

    .pagination {
        gap: 0.15rem;
    }
}

/* Mobile Optimizations (Phones) */
@media (max-width: 576px) {
    .pagination_section {
        font-size: 0.85rem;
        padding: 1rem 0;
    }

    .page-item .page-link,
    .page-item span.page-link {
        padding: 0.4rem 0.6rem;
        font-size: 0.85rem;
        min-width: 36px;
    }

    .pagination {
        gap: 0.5rem;
    }
}

/* Tablet Optimizations */
@media (min-width: 577px) and (max-width: 768px) {
    .pagination_section {
        font-size: 0.9rem;
    }

    .page-item .page-link,
    .page-item span.page-link {
        padding: 0.45rem 0.7rem;
        font-size: 0.9rem;
        min-width: 38px;
    }
}

/* Desktop and Larger Screens */
@media (min-width: 769px) {
    .pagination_section {
        padding: 1.5rem 0;
    }

    .page-item .page-link,
    .page-item span.page-link {
        padding: 0.5rem 0.75rem;
        min-width: 40px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .search-section {
        max-width: 100%;
        padding: 0 0px;
    }

    .catagory-item img {
        width: 100%;
        height: 150px;
    }

    .privacy {
        padding: 0;
    }

    .product-img-height {
        height: 150px !important;
    }
    .order-placing {
        display: block;
    }
    .search-input-container {
        padding: 6px 10px;
    }
    .order-placing h2 {
        margin: 25px 0 5px;
    }
    #main_search_box {
        font-size: 14px;
        padding: 8px 12px 8px 35px;
        width: 100px;
    }

    .search-btn {
        width: 40px;
        height: 40px;
    }

    .suggestion-item {
        padding: 12px 16px;
        font-size: 13px;
    }

    .product-detail-img {
        height: 360px;
        margin-bottom: 20px;
    }

    .summary-item {
        display: block !important;
    }
}






@media (max-width: 768px) {
    .summary {
        padding: 15px 20px;
        /* tighter padding for mobile */
    }

    .summary h2 {
        font-size: 18px;
    }

    .gram p {
        font-size: 16px;
        width: 115px;
    }

    .egg {
        font-size: 8px;
        padding: 2px 8px;
        margin-top: -21px;
    }

    .summary-qty p {
        font-size: 14px;
    }

    .delevery-charge p {
        font-size: 16px;
    }

    .delevery-charge h3 {
        font-size: 20px;
    }

    .summary-place-order {
        padding: 14px 0;
        font-size: 16px;
        border-radius: 8px;
        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }

    .summary-price {
        display: block !important;
    }

    .summary-selected {
        align-items: start;
        flex-direction: column;
    }


    .mySwiper .swiper-slide {
        height: 100% !important;
    }
}







/* Mobile: 2 fully + a peek of 3rd */
@media (max-width: 768px) {
    .product-card {
        flex: 0 0 45%;
        /* slightly less than 50% */
        min-width: 150px;
    }
}

@media (max-width: 560px) {
    .modal {
        padding: 18px 20px;
    }
}

@media (max-width: 501px) {
    .modal {
        padding: 18px 20px;
    }

    .product-details h3 {
        font-size: 12.609px;
    }

    .info-old-price {
        font-size: 10.613px;
    }

    .info-discount {
        font-size: 10.613px;
    }

    .info-final-price {
        font-size: 18.275px;
    }

    .quantity-control {
        gap: 6px;
    }

    .quantity-control button {
        width: 25px;
        height: 25px;
        font-size: 15px;
    }

    .qty {
        font-size: 13.3px;
    }
}

@media (max-width: 443px) {
    .info-final-price {
        font-size: 14.275px;
    }

    .quantity-control button {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .quantity-control {
        gap: 2px;
    }

    .product-card {
        padding: 5px
    }
}


/* Responsive */



@media (max-width: 949px) {
    .all-notes {
        display: block;
    }

    .all-notes .specification {
        width: 100%;
        margin-bottom: 15px;
    }
}




@media(max-width:1423px) {
    .description-head {
        width: 100%;
        font-size: 28px;
    }

    .product-actual-price p {
        font-size: 31px;
    }

    .product-actual-price h3 {
        font-size: 16px;
    }

    .free-delevery {
        gap: 0.3rem;
        align-items: baseline;
    }

    .quantity-tabs {
        padding: 7px 24px;
    }
}


@media(max-width:1297px) {
    .one-product {
        flex-direction: column;
    }

    .specification-padding {
        padding: 10px 11px
    }

    .specific-padding {
        padding: 0px;
    }

    .place-order button {
        width: 100%
    }

    .order-pro-ing {
        width: 61%;
        height: 61%;
    }
}

@media(max-width:769px) {
    .free-delevery {
        width: 51%;
    }
}

@media(max-width:414px) {
    .catagory-mobile {
        display: block;
    }

    .catagory-desktop {
        display: none;
    }

    .catagory-banner-content p {
        font-size: 22px;
    }

    .breadcrumb a {
        font-size: 12px;
    }


}


/* Catagory page */




@media(max-width:590px) {
    .second-footer-item {
        display: flex;
        flex-direction: column;
        justify-content: center;

    }
}


@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-list {
        flex-direction: column;
        gap: 1.5rem;
    }
}


@media(max-width:1384px) {
    .about-para {
        font-size: 13px;
    }

    .about-text h1 {
        font-size: 37px;
    }
}

@media(max-width:1174px) {
    .about-para {
        font-size: 12px;
    }

    .about-text h1 {
        font-size: 32px;
    }

}

@media(max-width:928px) {
    .about-text h1 {
        font-size: 26px;
    }

    .about-para {
        font-size: 10px;
    }

    .about-text {
        left: 37%;
        padding: 0rem
    }
}

@media(max-width:786px) {
    .about-us-mobile {
        display: block;
        width: 100%;
        padding: 2rem 7rem;

    }

    .about-us-normal {
        display: none;
    }

    .about-text {
        left: 50%;
        padding: 0rem;
        top: 34%;
    }
}

@media(max-width:562px) {
    .about-us-mobile {
        display: block;
        width: 100%;
        padding: 0rem;

    }

    .about-para {
        font-size: 13px;
    }

    .about-text h1 {
        font-size: 37px;
    }

    .about-text {
        left: 38%;
        top: 39%;
    }
}

@media(max-width:482px) {

    .about-para {
        font-size: 12px;
        width: 100%;
    }

    .about-text h1 {
        font-size: 32px;
    }

}

@media(max-width:448px) {

    .about-para {
        font-size: 10px;
        width: 100%;
    }

    .about-text h1 {
        font-size: 25px;
    }

}

@media (max-width: 768px) {
    .contact-us {
        flex-direction: column;

    }

    .contact-row {
        justify-content: flex-start;
    }
}


@media (max-width: 992px) {
    .three-card-item {
        flex: 0 0 300px;
    }

    .three-card-item.active {
        transform: scale(1.05) translateY(-15px);
    }

}

@media (max-width: 768px) {
    .three-card-item {
        flex: 0 0 250px;
    }

    .qoute.active {
        margin-top: 1rem;
    }

    .three-card-slider {
        max-width: 616px;
    }
}


@media (max-width: 600px) {
    .three-card-item {
        flex: 0 0 90%;
        transform: scale(1);
    }

    .three-card-item.active {
        transform: scale(1.02) translateY(-10px);
    }

    .qoute.active {
        margin-top: 1.5rem;
    }

    .three-card-track {
        gap: 0.5em;
    }

    .three-card-slider {
        max-width: 461px;
    }

    .three-card-controls {
        left: 40%;
    }
}

















@media(max-width:1524px) {
    .banner-content h1 {
        font-size: 40px;

    }

    .banner-content p {
        font-size: 14px;
    }
}

@media(max-width:1328px) {
    .banner-content h1 {
        font-size: 30px;

    }

    .banner-content p {
        font-size: 12px;
    }
}

@media(max-width:1077px) {
    .banner-content h1 {
        font-size: 20px;

    }

    .app-buttons img {
        height: 32px;
    }

    .common-padding {
        padding: 10px 10px;
    }
}

@media(max-width:756px) {
    .banner-bg {
        display: block;
    }

    .mobile-banner-bg {
        display: none;
    }

}

@media (max-width: 768px) {
    /* .banner-bg {
        display: none;
    } */

    .mobile-banner-bg {
        display: block;
    }

    .mobile-banner-bg {
        display: block;
        object-fit: cover;
    }

    .banner-content h1 {
        letter-spacing: 2px;
        margin-bottom: 2rem;
        font-size: 38px;
        font-weight: 600;

    }

    .banner-content p {
        font-size: 16px;
        padding: 0 14px;
    }

    .app-buttons img {

        height: 42px;
        margin: 5px 70px;
    }

    .app-buttons {
        flex-direction: column;
    }
}

@media(max-width:573px) {
    .banner-content h1 {
        letter-spacing: 1px;
        margin-bottom: 0rem;
        font-size: 20px;
        font-weight: 600;
        padding: 0 14px;

    }

    .banner-content p {
        font-size: 14px;
        padding: 0 14px;
    }
}

@media (max-width: 501px) {

    .banner-content h1 {
        padding: 0 20px;
        font-size: 20px;
    }

    .banner-content p {
        padding: 0 20px;
    }

    .banner-content {
        width: 90%;
    }

    .app-buttons img {
        height: 42px;
    }
}

@media (max-width: 1024px) {
    .catagory-item {
        flex: 0 0 calc((100% - 2rem) / 3);
    }
}


@media (max-width: 600px) {
    .catagory-item {
        flex: 0 0 calc((100% - 1rem) / 2);
    }
}

@media(max-width:1501px) {
    .overlay-text h1 {
        margin: -10px;
        font-size: 48px;
    }

    .rounded-tab {
        padding: 0.2rem 0.2rem;
        font-size: 18px;
    }

    .overlay-text {
        left: 25%;
    }

    .overlay-text h2 {
        font-size: 16px;
    }

    .enrich-text {
        left: 35%;
    }
}

@media (max-width: 602px) {
    .enrich-text {
        left: 40%;
    }

    .overlay-text h2 {
        font-size: 16px;
        padding-left: 2.9rem;
    }

    .rounded-tab {
        width: 180px;
        margin-left: 2.6rem;
    }

    .enrich-para {
        padding-left: 0px !important;

    }

}

@media (max-width: 570px) {}

@media (max-width: 837px) {
    .overlay-text h1 {
        font-size: 32px;

    }

    .rounded-tab {
        width: 180px;
    }
}

@media(max-width:585px) {
    .overlay-text h2 {
        font-size: 12px;
    }

    .enrich-text {
        left: 41%;
    }
}

@media(max-width:594px) {
    .overlay-text {
        left: 28%;

    }

    .overlay-text h1 {
        font-size: 29px;
        width: 350px;
    }

    .enrich-text {
        left: 38%;
    }

    .enrich-heading {
        text-align: start !important;
        width: 354px !important;
    }

}

@media(max-width:518px) {
    .overlay-text {
        left: 34%;
    }

    .enrich-text {
        left: 45%;
    }
}

@media(max-width:434px) {
    .overlay-text {
        left: 34%;

    }

    .enrich-text {
        left: 50%;
    }

}

@media (max-width: 434px) {
    .lauch-desktop {
        display: none;
    }

    .lauch-mobile {
        display: block;
    }

    .overlay-text {
        top: 55%;
    }

    .enrich-text {
        left: 50%;
    }

    .overlay-text h1 {
        font-size: 25px;
        padding: 12px;
        margin-left: 1rem;
    }

    .rounded-tab {
        font-size: 15px;
        margin-left: 5.1rem;
    }

    .overlay-text h2 {

        margin-left: 2.5rem;
    }

    .enrich-para {
        margin-left: 47px !important;

        font-size: 10px !important;
    }

    .enrich-heading {
        margin-left: 2.2rem !important;
    }

    .newlauch img {
        object-fit: contain;
    }
}

@media(max-width:352px) {
    .overlay-text h1 {
        font-size: 23px;
    }
}


@media (max-width: 1024px) {
    .flas-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .flash-head .view-all {
        top: -62px;

    }

    .view-all {}

    .view-all-mobile {
        display: block;
    }
}

@media (max-width: 600px) {
    .flas-cards.tabbed {

        gap: 0.5rem;
    }

    .view-all {
        font-size: 14px;
    }

    .flash-head h1 {
        font-size: 30px;
    }

    .flash-head p {
        font-size: 15px;
    }

    .flash-card img {
        width: 100%;
        margin: 0 auto;
    }

    .flas-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 2 cards per row */
        gap: 1rem;
        /* smaller gap on mobile */
    }

    .flash-card {
        padding: 10px;
        /* smaller padding */
        max-width: 204px;
        /* limit card width */
        margin: 0 auto;
        /* center in grid cell */
    }

    .product-title {
        font-size: 13.413px;
    }

    .rating {
        gap: 0.5rem;
    }

    .rating h4 {
        font-size: 9.113px;
        padding: 0.2rem 0.2rem;

    }

    .rating h3 {
        font-size: 11.289px;
    }

    .old-price {
        font-size: 12.289px;
    }

    .discount {
        font-size: 12.289px;
    }

    .final-price {
        font-size: 18.209px;
    }

    .order-placing button {
        padding: 7px 16px;
        font-size: 11.145px;
    }

    .order-placing h2 {
        font-size: 10.113px;
    }
}

@media (max-width: 447px) {
    .flash-card {
        max-width: 186px;
    }
}

@media (max-width: 411px) {
    .flash-card {
        max-width: 181px;
    }
}

@media (max-width: 401px) {
    .flash-card {
        max-width: 168px;
    }

    .order-placing button {
        padding: 6px 9px;
        font-size: 9.145px;
    }

    .rating h4 {

        font-size: 8.113px;
    }

    .rating h3 {
        font-size: 7.289px;
    }

    .rating img {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 370px) {
    .flash-card {
        max-width: 162px !important;
    }

    .order-placing button {
        padding: 6px 6px !important;
    }
}

@media (max-width: 360px) {
    .flash-card {
        max-width: 151px !important;
    }

    .order-placing button {
        padding: 5px 8px !important;
        font-size: 7px;
    }

    .rating {
        gap: 0.2rem;
    }
}


@media (max-width: 768px) {
    .tabs {
        gap: 1rem;
        margin-bottom: 2rem;
        margin-top: 2rem;
        justify-content: start;
    }

    .tab-btn {
        padding: 0.4rem 0.8rem;
    }
}

@media (max-width: 380px) {
    .enrich-text {
        left: 56%;
    }
}


@media (max-width: 1024px) {
    .delivery-banner-item {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .delivery-section {
        flex: 1 1 45%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .delivery-banner-item {
        flex-direction: column;
        gap: 2rem;
    }

    .delivery-section {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        padding-top: 38px;
        padding-bottom: 25px;
    }

    .delivery-image {
        width: 70px;
        height: 70px;
    }

    .delivery-banner-item h2 {
        font-size: 20px;
    }

    .delivery-banner-item p {
        font-size: 14px;
    }

    .delevery-text {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .delivery-image {
        width: 70px;
        height: 70px;
    }

    .delivery-banner-item h2 {
        font-size: 18px;
    }

    .delivery-banner-item p {
        font-size: 13px;
    }

    .delevery-text {
        text-align: center;
    }
}


@media(max-width:854px) {
    .responsive-contact {
        display: block;
        border-radius: 4.691px;
        background: #3E0808;
        width: 100% !important;

    }

    .menu-items li {
        width: 100%;
        /* make list item full width */
        padding: 0;
        /* remove default padding */
    }
}


.one-product-image {
    width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .one-product img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
}

@media(max-width:375px) {
    .sticky_icon_right {
        top: 27%;
    }
}

@media(max-width:1345px) {
    .sorted-button {
        margin-top: -71px;
    }
}

@media(max-width:878px) {
    .sorted-button {
        margin-top: -109px;
    }
}

@media(max-width:754px) {
    .sorted-button {
        margin-top: -127px;
    }
}

@media(max-width:666px) {
    .sorted-button {
        margin-top: -178px;
    }
}

@media(max-width:672px) {
    .celebrate {
        margin-top: 5rem;
    }

    .sorted-button {
        margin-top: -204px;
    }

}

@media(max-width:436px) {

    .sorted-button {
        margin-top: -264px;
    }

}

.place-order.item-place {
    display: flex;
    align-items: center;
    /* vertically align both */
    gap: 12px;
    /* space between number box and button */
}

/* Number box */
.item-number {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #700024;
    color: #700024;
    width: 158px;
    height: 54px;
    padding: 0 12px;
    font-size: 16px;
    gap: 27px;
    font-weight: bolder;
}

.item-number p.count-count,
.item-number span {
    margin: 0;
    line-height: 1;
}

.item-number span {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    user-select: none;
    /* prevent text selection */
}

.item-place {
    display: flex;
    flex-direction: row !important;

    gap: 0.5rem;
}

.accesory-order {
    padding: 16px 20px !important;
    width: 157px !important;
}

.minus-count {
    font-size: 41px !important;
}

.plus-count {
    font-size: 32px !important;
}

.count-count {
    font-size: 23px;
}

.overlay-text h1 {
    margin: 0;
}

.flash-card a {
    text-decoration: none !important;
    color: #2E2E2E !important;
}

.product-img-height {

    height: 250px;
    object-fit: cover;
}

@media (max-width: 1423px) {
    .accessory-delevery {
        width: 336px !important;
    }
}

@media(max-width:450px) {
    .item-place {
        gap: 0.5rem;
    }

    .accesory-order {
        padding: 16px 65px !important;
        width: 239px !important;
    }
}

@media(max-width:414px) {
    .accesory-order {
        padding: 14px 3px !important;
        width: 210px !important;
    }

}

@media(max-width:386px) {
    .accesory-order {
        width: 184px !important;
    }

    .item-number {
        width: 128px;
    }

}


@media (max-width: 404px) {
    .logo-section h2 {
        font-size: 15px;
    }

    .logo-section img {
        width: 130px;
        height: 44px;
    }

    .top-padding {
        margin-top: 2rem;
    }
}

@media(max-width:593px) {
    .quantity-control {
        gap: 1px;
    }

    .info-final-price {
        font-size: 18.275px;

    }

    .quantity-control button {
        width: 25px;
        height: 25px;
    }
}

@media(max-width:700px) {
    .product-quantity {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
}