/* Variables */
:root {
    --text-graypink: #7e7071;
}

/* Font */
@font-face {
    font-family: "Acumin-Variable-Concept-2";
    src: url("./acumin/Acumin-Variable-Concept-2.woff") format("woff"),
        url("./acumin/Acumin-Variable-Concept-2.woff2") format("woff2"),
        url("./acumin/Acumin-Variable-Concept-2.eot"),
        url("./fonts//acumin/Acumin-Variable-Concept-2.eot?#iefix")
            format("embedded-opentype"),
        url("./acumin/Acumin-Variable-Concept-2.ttf") format("truetype");

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.category_list_page {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
}

/* Optional: Improve scrollbar usability */
.category_list_page::-webkit-scrollbar {
    height: 8px; /* Customize scrollbar height */
}
#searchResults {
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
}

#cookies-policy .cookiesBtn__link {
    background-color: #112444 !important;
    border: 1px solid #112444 !important;
}

#cookies-policy .cookies__details {
    color: #112444 !important;
}

#cookies-policy .cookies__category input:checked + .cookies__box:after {
    background: #112444 !important;
}

.cookies__alert {
    border-radius: 0px !important;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

input-placeholder::placeholder {
    margin: 0;
    padding: 0;
}

.add-to-button-dimention {
    max-width: 291px !important;
}

.loader-store-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    /* Half-dark background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /* High z-index to overlay all content */
}

.minimize_footer_link_gap {
    align-items: start !important;
}

.loader-store-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.spinner-store {
    width: 50px;
    height: 50px;
    border: 6px solid rgba(173, 216, 230, 0.3);
    /* Light border for contrast */
    border-top-color: #112444;
    /* Navy blue spinner color */
    border-radius: 50%;
    animation: spin_store 1s linear infinite;
}

.zoom-in {
    animation: slideIn 0.5s ease-in-out, scaleUp 0.5s ease-in-out;
}

@keyframes slideIn {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

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

@keyframes scaleUp {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }
}

/* Spinner animation */
@keyframes spin_store {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#searchResults div:hover {
    background-color: #f1f1f1;
}

.input-with-placeholder {
    position: relative;

    label {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        font-size: 18px;
        color: #00000080;
        transition: all 300ms ease;
        pointer-events: none;
    }

    input {
        width: 100%;
        height: 43px;
        padding: 0 15px;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        font-size: 16px;
        outline: none;
        background-color: transparent;

        &:focus {
            border-bottom-color: #777;
        }

        &:focus + label,
        &:not(:placeholder-shown) + label {
            top: 0;
            transform: translateY(-100%);
            font-size: 12px;
            color: #777;
        }

        &.error {
            border-bottom-color: #ff0000 !important;
        }
    }
}

.input-with-placeholder-checkout {
    width: 100%;
    position: relative;

    label {
        position: absolute;
        top: 16px;
        left: 0px;
        transform: translateY(-50%);
        transition: 300ms all ease;
        font-size: 18px;
        color: #00000080;
        pointer-events: none;
        /* Prevent click events on the label */
    }

    input {
        width: 100%;
        height: 43px;
        padding: 0 15px;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        font-size: 16px;
        outline: none;
        transition: border-color 300ms ease;

        &:focus {
            border-bottom-color: #777;
        }

        &:focus + label,
        &:not(:placeholder-shown) + label {
            top: 0;
            transform: translateY(-100%);
            font-size: 12px;
            color: #777;
        }

        &.error {
            border-bottom-color: #ff0000 !important;
        }
    }
}

.category_list_page_search .new_tag {
    display: none !important;
}

.category_list_page_search .card {
    max-width: 100% !important;
}

.banner-aspect {
    aspect-ratio: 4 / 1.5;
}

.signup_labels {
    font-size: 18px !important;
    color: #00000099 !important;
}

.input_border_black {
    border-radius: 8px !important;
    border: 1px solid #0000001a !important;
    font-size: 18px !important;
    color: #000000cc !important;
}

* {
    font-family: "Acumin-Variable-Concept-2" !important;
}

/* For the entire website including the body and HTML */
*::-webkit-scrollbar {
    width: 5px;
    /* Adjust scrollbar width */
    border-radius: 5px;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    /* Track styling */
}

*::-webkit-scrollbar-thumb {
    background-color: var(--text-graypink);
    /* Scrollbar color */
    outline: 1px solid var(--text-graypink);
    /* Optional outline */
}

.icon-hamburger,
.icon-compare,
.icon-cart,
.icon-users,
.icon-search,
.icon-camera:before {
    color: #fff;
}

.small-screen-input {
    background-color: none !important;
}

.header-onscroll {
    background-color: #121f2c !important;
}

.header-onscroll-small {
    background-color: #121f2c !important;
}

.font-stritch {
    font-stretch: ultra-condensed !important;
}

.font-condensed {
    font-stretch: condensed !important;
}

.border-graypink {
    border: 1px solid var(--text-graypink);
}

.text-graypink {
    color: var(--text-graypink);
}

.category-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Default to 3 columns */
    max-width: 1299px;
    /* Limit the grid width */
}

.product_collections {
    font-family: "Acumin-Variable-Concept-2", sans-serif;
    font-size: 66px;
    font-weight: 500;
    letter-spacing: 23px !important;
    color: #7e7071;
    text-transform: uppercase;
    text-align: center;
    font-stretch: ultra-condensed !important;
}

.product_collections_paragraph {
    padding-inline: 40px;
}

.img-zoom {
    transition: transform 0.5s ease-out;
}

.img-zoom:hover {
    transform: scale(1.05);
    /* Slight zoom on hover */
}

/* Separate class for icon animation */
.icon-animate {
    transition: transform 0.5s ease-out;
    /* Smooth animation */
}

.icon-animate:hover {
    transform: scale(1.15);
    /* Slight icon scale on hover */
}

.zoom-image {
    transition: transform 0.5s ease-out;
}

.zoom-image {
    transform: scale(1.05);
    /* Slight zoom on hover */
}

.zoom-image:hover {
    transform: scale(1.05);
    /* Slight zoom on hover */
}

.stores_icon:hover {
    background-color: #fff;
    color: #000 !important;
}

.stores_icon:hover svg {
    stroke: #000 !important;
}

.related_products .products_card_name {
    color: #121f2c !important;
    font-stretch: ultra-condensed !important;
    margin-top: 10px !important;
}

.related_products_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 columns by default */
}

.home_page_categories_mark_child a {
    min-width: 179px !important;
}

.category_list_page .products_card_name {
    color: #121f2c;
    font-size: 24px !important;
    font-stretch: ultra-condensed !important;
    margin-top: 10px !important;
    font-weight: 400 !important;
}

.category_list_page .card_price p:not(.price-label) {
    color: #121f2c !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.icon-uncheckbox:before {
    content: "\e901";
    color: #787878 !important;
}

.skeleton-subcategory_loader {
    width: 150px;
    /* Adjust this width to match your buttons */
    height: 40px;
    /* Adjust the height to match the button height */
    border-radius: 60px;
    background: linear-gradient(90deg, #edeaea 25%, #cdcdcd 50%, #f4efef 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    margin-bottom: 10px;
    /* Adjust this based on your design */
}

.font_normal {
    font-family: "Acumin-Variable-Concept-2", sans-serif;
    font-stretch: normal !important;
    font-style: unset !important;
}

.font_condensed {
    font-family: "Acumin-Variable-Concept-2", sans-serif;
    font-stretch: condensed !important;
    font-style: unset !important;
}

#toggle-confirm-password-visibility.password_eye {
    top: 52px !important;
}

#toggle-password-visibility.password_eye {
    top: 52px !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.truncate-1-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-2-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-3-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.break_words {
    word-break: break-word !important;
}

.blog-slider-wrapper {
    overflow: hidden;
    /* Hide overflowing cards */
}

.first-letter::first-letter {
    text-transform: uppercase;
}

.link-hover:hover {
    fill: #915c44;
}

.blog-slider-container {
    display: flex;
    transition: transform 0.5s ease;
    /* Smooth transition */
    width: 100% !important;
    gap: 30px !important;
}

.blog-slider-item {
    min-width: 100%;
    /* Ensure each item takes full width */
    box-sizing: border-box;
    transition: transform 0.5s ease;
    /* Transition for sliding */
}

.contact-us-widow-info {
    width: 287px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 15px;
    padding-block: 16px;
}

.contact-us-widow-info_title {
    color: #031627;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.contact-us-widow-info_grid {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.contact-us-widow-info_icon_title {
    color: #00000099;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.contact-us-widow-info_get_direction_btn {
    border: 1px solid #00000033;
    width: 126px;
    height: 28px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #031627;
    font-size: 16px;
    font-weight: 500;
    font-stretch: extra-condensed;
}

.news_letter_email_btn {
    border: 1px solid #fff !important;
}

.gm-style-iw-chr {
    display: none !important;
}

.checkout-select {
    appearance: none;
    background-image: url("../themes/shop/default/build/assets/checkout-chevron.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
    color: #00000080 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.checkout-select::placeholder {
    color: #00000080 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.container {
    width: 100%;
    display: block;
}

.slide {
    width: 100%;
    display: block;
    background: #fafafa;
    display: none;
    font-size: 60px;
    text-align: center;
    padding: 80px 0;
    font-family: Lato, Calibri, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}

.slide.active {
    display: block;
}

.s1 {
    background: #2ac56c;
}

.s2 {
    background: #2b70c4;
}

.s3 {
    background: #c42b4a;
}

.s4 {
    background: #db7323;
}
.dropdown_shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header_drawer_logo_gap .closed_drawer_icon {
    display: none !important;
}

.mini_cart_closed .closed_drawer_icon {
    display: none !important;
}

.new {
    padding: 50px;
}

.form-group {
    display: flex !important;
    gap: 10px !important;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-top: 4px;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}
.form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent; /* Default background */
    border: 1px solid #1f2937;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 3px;
    width: 12px; /* Ensure width */
    height: 12px; /* Ensure height */
    border-radius: none !important; /* Optional: Makes it rounded */
}

/* Background color for checked checkbox */
.form-group input:checked + label:before {
    background-color: #424242; /* Set background color when checked */
}

/* Checkmark inside checkbox */
.form-group input:checked + label:after {
    content: "";
    display: flex !important;
    align-items: start !important;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 6px;
    height: 12px;
    /* Checkmark color */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.accordion-content {
    padding: 10px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* background-color: #f4f4f4; */
    /* border: 1px solid #ddd;
    border-radius: 5px; */
}

@keyframes pulse {
    0% {
        background-color: #e0d9d6;
    }

    50% {
        background-color: #b0a49b;
    }

    100% {
        background-color: #e0d9d6;
    }
}

.animate-pulse {
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Drawer Hidden State */
#drawer {
    transform: translateX(100%);
}

/* Drawer Visible State */
#drawer.open {
    transform: translateX(0);
}

/* Overlay */
#drawer-overlay {
    z-index: 40;
    display: none;
}

/* Overlay Visible */
#drawer-overlay.visible {
    display: block;
}

/* Overlay Visible */
#drawer-overlay.visible {
    display: block;
}

.popular_product_slider_images
    .card_reverse
    .group.set_card_top_padding.set_card_bottom_padding {
    margin-bottom: 10px !important;
}

.popular_product_slider_images
    .card_constant
    .group.set_card_top_padding.set_card_bottom_padding {
    margin-top: 11px !important;
}

@media (max-width: 1600px) {
    .input_padding_remove {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .looking_for {
        max-width: 77% !important;
    }
}

@media (max-width: 1580px) {
    .looking_for {
        max-width: 74% !important;
    }
}

@media (max-width: 1500px) {
    .input_padding_remove {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

@media (max-width: 1450px) {
    .order_details_card_grid {
        gap: 15px !important;
        align-items: start !important;
    }

    .order_details_card_container {
        padding-inline: 15px !important;
    }

    .input_padding_remove {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

@media (max-width: 1400px) {
    .recipies-cards {
        gap: 10px !important;
        padding-inline: 20px !important;
    }

    .related-recipies {
        padding-inline: 20px !important;
    }

    .footer-grid-container {
        padding-inline: 40px;
    }

    .product_details_grid {
        gap: 20px !important;
    }

    .order_detail_product_image_grid {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .order_detail_product_image_grid img {
        width: 100% !important;
        height: 180px !important;
        object-fit: cover !important;
    }

    .order_detail_product_image_grid_item {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .order_detail_product_image_grid_item p {
        display: flex !important;
    }

    .order_items_header {
        display: none !important;
    }

    .order_items_header_name {
        display: flex !important;
    }

    .order_detail_product_item {
        flex-direction: column !important;
    }

    .footer-padding {
        padding-inline: 40px !important;
    }

    .input_padding_remove {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

@media (max-width: 1395px) {
    .footer-padding {
        padding-inline: 40px !important;
    }
}

@media (max-width: 1385px) {
    .footer-padding {
        padding-inline: 50px !important;
    }
}

@media (max-width: 1365px) {
    .footer-padding {
        padding-inline: 60px !important;
    }
}

@media (max-width: 1346px) {
    .tracking_card_grid {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    .tracking_card_items_width_full {
        max-width: 100% !important;
    }

    .footer-padding {
        padding-inline: 70px !important;
    }

    .text_size_reduce {
        font-size: 14px !important;
    }
}

@media (max-width: 1300px) {
    .blogs_slider_grid {
        flex-direction: column !important;
        margin-top: 40px !important;
    }

    .blogs_slider_grid_content {
        flex-direction: row !important;
        height: auto !important;
        margin-top: 105px !important;
    }

    .latest_slides_blogs {
        margin-top: 0px !important;
    }

    .blogs_cards_grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }

    .contact_us_content_div {
        max-height: fit-content !important;
        max-width: 100% !important;
    }

    .contact_us_form {
        width: 100% !important;
        height: 100% !important;
    }

    .footer-padding {
        padding-inline: 90px !important;
    }

    .flex_remove_wrap {
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 1280px) {
    .store_list_grid {
        width: 100% !important;
        max-width: 100% !important;
        margin-inline: 0px !important;
    }

    .cart_page_qty_column {
        width: 0px !important;
    }

    .blogs-featured-post_grid_item {
        flex-direction: column !important;
    }

    .blogs-featured-post_grid_item_img {
        max-width: 100% !important;
        height: 150px !important;
        object-fit: cover !important;
    }

    .blogs-latest-post_grid_item {
        flex-direction: column !important;
    }

    .blogs-latest-post_grid_item_img {
        max-width: 100% !important;
        height: 150px !important;
        object-fit: cover !important;
    }

    .featured_blog_title {
        font-size: 33px !important;
    }

    .footer-medium {
        padding-inline: 90px !important;
    }

    .store_description {
        width: 40% !important;
        max-width: 40% !important;
    }
}

@media (max-width: 1250px) {
    .recipies-cards {
        gap: 20px !important;
        grid-template-columns: 1fr 1fr 1fr !important;
    }

    .order_details_card_grid {
        flex-direction: column !important;
    }

    .order_details_card_grid_item {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
    }

    .order_details_card_grid_item_break {
        height: 1px !important;
        width: 100% !important;
    }

    .success_page_grid {
        flex-direction: column-reverse !important;
        gap: 20px !important;
        max-height: 100% !important;
    }

    .success_page_summary {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 100% !important;
    }

    .success_page_grid_content {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 100% !important;
    }

    .success_page_grid_content_top {
        width: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .related_products_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* 4 columns by default */
    }

    .product_details_grid_right {
        height: auto !important;
    }

    .product_details_grid_container {
        width: 100% !important;
    }

    .product_details_grid {
        flex-direction: column !important;
        gap: 150px !important;
        margin-top: 40px !important;
    }

    .product_details_grid .max-w-\[600px\] {
        width: 100% !important;
        max-width: 100% !important;
    }

    .product_details_grid .product_details_breadcrumbs {
        display: none !important;
    }

    .product_details_breadcrumbs_small {
        display: flex !important;
        margin-top: 30px !important;
    }

    .franchise_items-col {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }

    .store_description {
        width: 40% !important;
        max-width: 40% !important;
    }

    .text_size_reduce {
        letter-spacing: 1px !important;
    }

    .header_gap_space {
        gap: 28px !important;
    }
}

@media (max-width: 1220px) {
    .checkout_page_grid {
        flex-direction: column-reverse !important;
        gap: 20px !important;
    }

    .checkout_page_grid_summary,
    .checkout_page_grid_forms {
        max-width: 100% !important;
        min-height: 100% !important;
    }

    .checkout_page_grid_forms {
        max-width: 100% !important;
    }

    .store_description {
        width: 400px !important;
        max-width: 400px !important;
    }

    .header_gap_space {
        gap: 24px !important;
    }
}

@media (max-width: 1200px) {
    .order_detial_product_name {
        max-width: 100% !important;
    }

    .order_details_container {
        flex-direction: column-reverse !important;
        padding-inline: 0px !important;
    }

    .order_details_container_content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        min-height: auto !important;
        height: auto !important;
        max-height: auto !important;
    }

    .store_information_margin_reduce {
        width: 90% !important;
        max-width: 90% !important;
        gap: 20px !important;
    }

    .header_gap_space {
        gap: 20px !important;
    }
}

@media (max-width: 1100px) {
    .order_responsive {
        display: none !important;
    }

    .blog_slider_current_image {
        max-width: 60% !important;
        right: -6% !important;
    }

    .blogs_slider_grid {
        padding-inline: 40px !important;
    }

    .related-recipies {
        padding-inline: 20px !important;
    }

    .related_recipes_grid {
        padding-inline: 0px !important;
    }

    .recipes_details_page {
        padding-inline: 20px !important;
        padding-top: 100px !important;
    }

    .recipies_details_ingredients {
        gap: 20px !important;
    }

    .show_logo_left {
        align-items: start !important;
    }
}

@media (max-width: 1040px) {
    .cart_page_grid {
        flex-direction: column !important;
        gap: 60px !important;
    }

    .cart_page_grid_summary {
        max-width: 100% !important;
        padding-bottom: 10px !important;
    }

    .tracking_card_grid_on_md {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        height: 100% !important;
    }

    .padding_track_card {
        padding-left: 15px !important;
    }

    .footer_email_input {
        width: 100% !important;
    }

    .footer-padding {
        display: flex !important;
        gap: 10px !important;
        width: 100% !important;
        height: 100% !important;
    }

    .minimize_footer_link_gap {
        display: flex !important;
        justify-content: space-between !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .link_no_padding {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .footer_newsletter {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        align-items: start !important;
        justify-content: start !important;
    }

    .set_padding_bottom {
        padding-bottom: 30px !important;
    }

    .show_logo_left {
        align-items: center !important;
    }

    .store_information_margin_reduce {
        width: 88% !important;
        max-width: 88% !important;
        gap: 20px !important;
    }

    .remove_top_padding {
        padding-top: 50px !important;
    }

    .recipes_reduce_bottom_padding {
        padding-bottom: 5px !important;
    }

    .recipes_reduce_top_padding {
        padding-top: 40px !important;
    }

    .flex_set_wrap {
        flex-direction: column !important;
    }

    .enterprise_set_width_full {
        width: 100% !important;
        max-width: 100% !important;
    }

    .latest_blog_store_image {
        top: -43px !important;
    }

    .our_enterprise_set_top_padding {
        padding-top: 30px !important;
    }

    .our_fun_fact_set_top_padding {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .set_top_padding_our_store_title {
        padding-bottom: 40px !important;
    }

    .remove_top_padding_our_store {
        padding-top: 0px !important;
    }

    .blog_details_reduce_bottom_padding {
        padding-bottom: 40px !important;
    }

    .reduce_gaps {
        gap: 20px !important;
    }

    .bottom_padding_remove {
        padding-bottom: 10px !important;
    }

    .top_padding_reduce {
        padding-top: 0px !important;
    }

    .related_products_title {
        font-size: 66px !important;
        letter-spacing: 5px !important;
    }

    .our_enterprise_gap_reduce {
        gap: 16px !important;
    }

    .our_fun_text_width_reduce {
        width: 100% !important;
        letter-spacing: 13px !important;
    }

    .set_span_width {
        width: 80% !important;
        letter-spacing: 0px !important;
    }

    .gap_reduce_from_links {
        gap: 5px !important;
    }
}

@media (max-width: 1024px) {
    .header_drawer_logo_gap .closed_drawer_icon {
        display: block !important;
        left: 80% !important;
    }

    .set_height_fit_content {
        min-height: fit-content !important;
    }

    .ingredient_reduce_gap {
        gap: 10px !important;
    }

    .remove_nutrition_title_bottom_margin {
        margin-bottom: 0px !important;
    }

    .contact_us_height_set {
        height: 700px !important;
    }

    .reduce_the_height_contact_us {
        margin-top: 10px !important;
        height: 650px !important;
    }

    .reduce_get_in_touch_tracking {
        letter-spacing: 12px !important;
    }

    .reduce_height_of_get_in_touch {
        min-height: 110px !important;
    }

    .min_height_fit_content {
        min-height: fit-content !important;
        margin-bottom: 20px !important;
    }

    .max_width_fit_content {
        max-width: 856px !important;
    }

    .set_height_on_different_screen {
        height: fit-content !important;
    }

    .text_size_reduce {
        font-size: 14px !important;
        letter-spacing: normal !important;
    }

    .header_gap_space {
        gap: 24px !important;
    }

    .gap_reduce_from_links {
        gap: 0px !important;
    }
    .product_and_category_padding {
        padding: 0px 8px 0px 8px !important;
    }
}

@media (max-width: 1023px) {
    .slider_iframe {
        height: 64vh !important;
    }

    .home_page_slider {
        height: 550px !important;
        width: 100% !important;
        margin-top: 55px !important;
    }

    .home_slider_image_grid {
        width: 100% !important;
        height: 100% !important;
    }

    .home_slider_image_grid_image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .our_enterprise_flex_col {
        flex-direction: column !important;
        width: 100% !important;
        gap: 20px !important;
    }

    .our_enterprise_containner_height {
        height: fit-content !important;
        min-height: fit-content !important;
    }

    .our_enterprise_containner_height img {
        width: 100% !important;
        max-width: 100% !important;
        max-height: 400px !important;
        object-fit: cover;
    }

    .our_enterprise_containner_height .image_grid {
        margin-bottom: 55px !important;
    }

    .our_enterprise_width {
        width: 100% !important;
        max-width: 100% !important;
        padding-inline: 20px !important;
    }

    .our_enter_prise_counter_grid {
        padding-inline: 20px !important;
    }

    .related_teams_Grid {
        padding-left: 20px !important;
    }

    .related_products_view_all {
        padding-right: 20px !important;
    }

    .link_no_padding {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .search_reduce_width {
        max-width: 400px !important;
    }

    .footer_email_input {
        width: 100% !important;
    }

    .store_information_margin_reduce {
        margin: 0px 0px 10px 24px !important;
        width: 90% !important;
        max-width: 90% !important;
        gap: 20px !important;
    }

    .reduce_top_padding {
        padding: 20px 20px 10px 24px !important;
    }

    .set_padding_bottom {
        padding-bottom: 30px !important;
    }

    .blog_reduce_gap {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .franchise-remove_relative {
        position: unset !important;
    }

    .footer_newsletter {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        align-items: start !important;
        justify-content: start !important;
    }

    .our_fun_text_width_reduce {
        font-size: 66px !important;
        letter-spacing: 15px !important;
    }

    .set_height_on_different_screen {
        height: fit-content !important;
    }
    .product_and_category_padding {
        padding: 0px 8px 0px 8px !important;
    }
}

@media (max-width: 1000px) {
    .contact_us_card_grid {
        flex-direction: column !important;
        height: auto !important;
        min-height: auto !important;
        gap: 40px !important;
        max-height: auto !important;
    }

    .contact_us_extra_div_hidden {
        height: 1060px !important;
    }

    .contact_us_form {
        width: 100% !important;
        max-width: 100% !important;
    }

    .recipies-gallery {
        flex-direction: column !important;
    }

    .recipies-gallery img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .home-page-product-slider {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .home-page-product-slider_title {
        letter-spacing: 10px !important;
        font-size: 42px !important;
        text-align: start !important;
    }

    .category-grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* Default to 3 columns */
        max-width: 1299px;
        /* Limit the grid width */
    }

    .out-store-slider-container {
        display: flex;
        flex-direction: column !important;
    }

    .out-store-slider-container .out-store-slider-container-left,
    .out-store-slider-container-right {
        width: 100% !important;
    }

    .header_drawer_logo_gap {
        display: flex !important;
        gap: 15px !important;
    }

    .search_reduce_width {
        max-width: 400px !important;
    }

    .footer_search_reduce_width {
        max-width: 450px !important;
    }

    .link_no_padding {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .store_information_margin_reduce {
        margin: 0px 0px 10px 40px !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 20px !important;
    }

    .set_padding_bottom {
        padding-bottom: 20px !important;
    }

    .blog_reduce_gap {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .contact_us_height_set {
        height: 1030px !important;
    }

    .set_span_width {
        width: 80% !important;
        letter-spacing: 0px !important;
    }
    .product_and_category_padding {
        padding: 0px 8px 0px 8px !important;
    }
}

@media (max-width: 950px) {
    .related_products_title {
        font-size: 55px !important;
        letter-spacing: 5px !important;
    }

    .our-store-title {
        font-size: 44px !important;
        letter-spacing: 5px !important;
    }

    .our-certification-title {
        font-size: 66px !important;
        letter-spacing: 15px !important;
    }

    .enterprise_banner_title {
        font-size: 32px !important;
        letter-spacing: 5px !important;
    }

    .related_products_title_section {
        flex-direction: column !important;
    }

    .related_products_view_all {
        display: flex;
        align-self: flex-end !important;
    }

    .store_list_grid_content {
        flex-direction: column;
        max-height: auto !important;
        min-height: 100% !important;
        max-height: 100% !important;
        height: auto !important;
    }

    .store_list_grid_content_left {
        max-width: 100% !important;
        max-height: 400px !important;
        min-height: auto !important;
    }

    .store_list_grid_content_left_content {
        margin-block: 20px !important;
        max-height: 400px !important;
        min-height: auto !important;
    }

    .recipies-cards {
        gap: 20px !important;
        grid-template-columns: 1fr 1fr !important;
    }

    .latest-recipies-content {
        flex-direction: column !important;
    }

    .latest-recipies-content img {
        width: 100% !important;
        max-width: 100% !important;
        height: 400px !important;
    }

    .recipes_slider_content {
        padding-inline: 20px !important;
    }

    .product_top_padding_remove {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .set_padding_bottom {
        padding-bottom: 30px !important;
    }

    .blog_reduce_gap {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .set_span_width {
        width: 80% !important;
        letter-spacing: 0px !important;
    }

    .set_title_width {
        flex-direction: row !important;
    }
    .product_and_category_padding {
        padding: 0px 8px 0px 8px !important;
    }
}
/* @media (max-width:938px){
    .apply_scroll{
        min-width: 787px !important;
    }
} */

@media (max-width: 900px) {
    .related_products_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 4 columns by default */
    }

    .recipies_details_ingredients {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .recipies_details_ingredients_left {
        width: 100% !important;
        padding-inline: 20px !important;
    }

    .recipies_details_ingredients_right {
        padding-inline: 20px !important;
    }

    .recipes_details_mid_section {
        align-items: center !important;
    }

    .search_reduce_width {
        max-width: 350px !important;
    }

    .product_top_padding_remove {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .set_padding_bottom {
        padding-bottom: 30px !important;
    }

    .blog_reduce_gap {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .ingredient_content_left {
        align-items: start !important;
        text-align: start !important;
        max-width: 100% !important;
    }
    .product_and_category_padding {
        padding: 0px 8px 0px 8px !important;
    }
}

@media (max-width: 850px) {
    .blogs_cards_grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
        max-width: 400px !important;
    }

    .blogs_grid_container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .product_top_padding_remove {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .set_padding_bottom {
        padding-bottom: 30px !important;
    }

    .product_collections {
        font-size: 55px;
        font-weight: 500;
        letter-spacing: 20px !important;
        color: #7e7071;
    }
    .product_and_category_padding {
        padding: 0px 8px 0px 8px !important;
    }
}

@media (max-width: 840px) {
    .product_image_size {
        height: 250px !important;
    }
    .edit_profile_form_fields {
        flex-direction: column !important;
        gap: 20px !important;
        justify-content: center !important;
        align-items: self-start !important;
    }

    .checkout_top_gap {
        width: 100px !important;
    }

    .checkout_page_container,
    .shipping_grid,
    .checkout_address_form,
    .checkout_page_grid_summary,
    .checkout_page_grid_forms {
        padding-inline: 20px !important;
    }

    .checkout_page_grid_forms {
        max-width: 100% !important;
        width: 100% !important;
    }

    .search_reduce_width {
        max-width: 350px !important;
    }

    .product_top_padding_remove {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .set_padding_bottom {
        padding-bottom: 30px !important;
    }

    .blog_reduce_gap {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .popular_view_all_button {
        padding-right: 20px !important;
    }

    .latest_blogs_image {
        top: 105px !important;
    }

    .top_padding_reduce {
        padding-top: 20px !important;
    }

    .bottom_padding_remove {
        padding-bottom: 0px !important;
    }

    .latest_recipes_title {
        font-size: 50px !important;
        letter-spacing: 16px !important;
    }

    .set_height_fit_content {
        max-height: fit-content !important;
    }

    .latest_recipes_store_image {
        top: -60px !important;
    }

    .latest_blog_store_image {
        top: -43px !important;
    }

    .our_enterprise_gap_reduce {
        gap: 16px !important;
    }

    .enterprise_gap_reduce {
        gap: 20px !important;
    }

    .our_enterprise_set_top_padding {
        padding-top: 20px !important;
    }

    .our_fun_fact_set_top_padding {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .blog_details_reduce_bottom_padding {
        padding-bottom: 35px !important;
    }

    .reduce_gaps {
        gap: 20px !important;
    }

    .recipes_set_bottom {
        padding-bottom: 12px !important;
    }

    .step_top_follow_set_padding {
        padding: 0px 24px 0px 24px !important;
    }

    .remove_nutrition_title_bottom_margin {
        margin-bottom: 0px !important;
    }

    .reduce_detail_padding_bottom {
        padding-bottom: 30px !important;
    }

    .our_product_reduce_top_padding {
        padding-top: 20px !important;
    }

    .our_product_remove_bottom_padding {
        padding-bottom: 0px !important;
    }

    .remove_top_margin {
        margin-top: 0px !important;
    }

    .recipes_details_steps_padding_reduce {
        padding-top: 10px !important;
    }

    .ingredient_reduce_gap {
        gap: 10px !important;
    }

    .contact_us_height_set {
        height: 930px !important;
    }

    .contact_us_top_reduce {
        top: 70px !important;
        height: 100px !important;
    }

    .contact_us_image_height_and_top_set {
        height: 100px !important;
        top: -40px !important;
    }

    .reduce_height_of_get_in_touch {
        min-height: 100px !important;
    }

    .remove_top_padding {
        padding-top: 50px !important;
    }
    .product_and_category_padding {
        padding: 0px 8px 0px 8px !important;
    }
    .product_and_category_padding {
        padding: 0px 8px 0px 8px !important;
    }
}

@media (max-width: 800px) {
    .blog-content {
        flex-direction: column !important;
    }

    .blog-content-info {
        border-right: unset !important;
        border-bottom: 1px solid #0000001a !important;
        padding-bottom: 20px !important;
        padding-right: 0px !important;
    }

    .our_news_blogs {
        font-size: 40px !important;
    }

    .latest_blogs_title,
    .latest_recipes_title {
        font-size: 50px !important;
        letter-spacing: 7px !important;
    }

    .latest_blogs_image {
        top: -43px !important;
    }

    .blogs_slider {
        padding-top: 100px !important;
    }

    .success_page_grid_content_top_info {
        flex-direction: column !important;
    }

    .success_page_grid_content_top_info_block {
        display: grid !important;
        grid-column: auto auto !important;
    }

    .success_page_grid_content_top_info_block_border {
        width: 100% !important;
        height: 1px !important;
        margin-block: 20px !important;
    }

    .search_reduce_width {
        max-width: 350px !important;
    }

    .remove_top_padding {
        padding-top: 50px !important;
    }

    .product_category_padding_reduce {
        padding-bottom: 5px !important;
        max-height: fit-content !important;
    }

    .product_top_padding_remove {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .category_home_page_content {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .category_items {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0px !important;
        max-height: 1px;
        margin-block: 20px;
    }

    .div_width_full {
        width: 100% !important;
        max-width: 100% !important;
    }

    .set_padding_bottom {
        padding-bottom: 30px !important;
    }

    .blog_reduce_gap {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .reduce_bottom_padding_our_news_blogs {
        padding-bottom: 15px !important;
    }

    .blog_reduce_top_margin {
        margin-top: 10px !important;
    }

    .blog_margin_0px {
        margin-top: 15px !important;
    }

    .popular_view_all_button {
        padding-right: 20px !important;
    }

    .home_page_slider {
        height: 440px !important;
        width: 100% !important;
        margin-top: 55px !important;
    }

    .latest_recipes_title {
        font-size: 33px !important;
    }

    .related_padding_top {
        padding-top: 60px !important;
    }

    .blog_details_reduce_gap {
        width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .b-c-c {
        align-items: center !important;
    }

    .latest_recipes_title {
        font-size: 55px !important;
    }

    .top_padding_reduce {
        padding-top: 20px !important;
    }

    .bottom_padding_remove {
        padding-top: 0px !important;
    }

    .product_collections {
        font-size: 55px;
        font-weight: 500;
        letter-spacing: 15px !important;
        color: #7e7071;
    }

    .set_height_on_different_screen {
        height: fit-content !important;
    }
}
@media (max-width: 767px) {
    .accordion-content-child {
        max-height: 180px !important;
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    .product_image_size {
        height: 250px !important;
    }
    .header_drawer_logo_gap {
        display: flex !important;
        gap: 15px !important;
    }

    .reduce_join_club_size {
        font-size: 50px !important;
        letter-spacing: 15px !important;
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .input_padding_remove {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .link_no_padding {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .search_reduce_width {
        max-width: 350px !important;
    }

    .reduce_top_padding {
        padding-top: 30px !important;
    }

    .store_font_size {
        font-size: 64px !important;
        letter-spacing: 24px !important;
    }

    .right_arrow_size_change {
        width: 26px !important;
        height: 26px !important;
    }

    .left_arrow_size_change {
        width: 22px !important;
        height: 22px !important;
    }

    .image_height_reduce {
        max-height: 200px !important;
    }

    .div_height_reduce {
        max-height: 150px !important;
    }

    .remove_top_padding {
        padding-top: 0px !important;
    }

    .product_category_padding_reduce {
        padding-bottom: 5px !important;
        max-height: fit-content !important;
    }

    .product_top_padding_remove {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .category_home_page_content {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .category_items {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0px !important;
        max-height: 1px;
        margin-block: 20px;
    }

    .reduce_store_top_padding {
        padding-top: 30px !important;
    }

    .reduce_store_bottom_padding {
        padding-bottom: 15px !important;
    }

    .store_bottom_padding {
        margin-bottom: 15px !important;
    }

    .remove_store_bottom_padding {
        padding-top: 20px !important;
    }

    .set_padding_bottom {
        padding-bottom: 30px !important;
    }

    .description_height_set {
        min-height: auto !important;
    }

    .reduce_detail_padding_bottom {
        padding-bottom: 20px !important;
    }

    .blog_reduce_top_padding {
        padding-top: 50px !important;
        margin-top: 0px !important;
    }

    .blog_margin_0px {
        margin-top: 0px !important;
    }

    .blog_reduce_gap {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .blog_reduce_top_padding_our_new_blogs {
        padding-top: 20px !important;
    }

    .reduce_bottom_padding_our_news_blogs {
        padding-bottom: 15px !important;
    }

    .blog_reduce_top_margin {
        margin-top: 10px !important;
    }

    .blog_details_reduce_gap {
        gap: 25px !important;
        width: 100% !important;
        justify-content: start !important;
        align-items: start !important;
    }

    .blog_details_reduce_bottom_padding {
        padding-bottom: 30px !important;
    }

    /* .blog_details_reduce_top_padding {
        padding-top: 160px !important;
    } */

    .popular_view_all_button {
        padding-right: 0px !important;
    }

    .footer_newsletter {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        align-items: start !important;
        justify-content: start !important;
    }

    .product_display_center {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
    }

    .recipes_reduce_bottom_padding {
        padding-bottom: 40px !important;
    }

    .recipes_reduce_top_padding {
        padding-top: 50px !important;
    }

    .latest_blogs_title,
    .latest_recipes_title {
        font-size: 55px !important;
        letter-spacing: 7px !important;
    }

    .nutrition_gap_remove {
        gap: 20px !important;
    }

    .top_padding_reduce {
        padding-top: 20px !important;
    }

    .bottom_padding_remove {
        padding-bottom: 0px !important;
    }

    .ingredient_content_left {
        align-items: start !important;
        text-align: start !important;
        max-width: 100% !important;
    }

    .store_bottom_padding_reduce {
        height: fit-content !important;
        padding-bottom: 30px !important;
    }

    .image_mx_auto {
        margin-left: auto;
        margin-right: auto;
    }

    .increase_top_padding_of_image {
        top: 0px !important;
    }

    .remove_top_padding_our_store {
        padding-top: 0px !important;
    }

    .remove_bottom_padding_our_store {
        padding-bottom: 0px !important;
    }

    .product_collections {
        font-size: 50px;
        font-weight: 500;
        letter-spacing: 10px !important;
        color: #7e7071;
    }

    .reduce_height {
        height: 180px !important;
    }

    .recipes_set_bottom {
        padding-bottom: 12px !important;
    }

    .our_enterprise_set_top_padding {
        padding-top: 12px !important;
    }

    .set_full_width {
        max-width: 100% !important;
    }

    .our_fun_fact_set_top_padding {
        padding-top: 20px !important;
    }

    .blog_detail_button_left {
        text-align: start !important;
    }

    .reduce_gaps {
        gap: 20px !important;
    }

    .remove_nutrition_title_bottom_margin {
        margin-bottom: 0px !important;
    }

    .our_product_reduce_top_padding {
        padding-top: 10px !important;
    }

    .our_product_remove_bottom_padding {
        padding-bottom: 0px !important;
    }

    .remove_top_margin {
        margin-top: 0px !important;
    }

    .recipes_details_steps_padding_reduce {
        padding-top: 10px !important;
    }

    .ingredient_reduce_gap {
        gap: 10px !important;
    }

    .contact_us_height_set {
        height: 910px !important;
    }

    .contact_us_top_reduce {
        top: 60px !important;
        height: 70px !important;
    }

    .contact_us_image_height_and_top_set {
        height: 100px !important;
        top: -50px !important;
    }

    .min_height_fit_content {
        min-height: fit-content !important;
        margin-bottom: 20px !important;
    }

    .reduce_price_gap {
        gap: 12px !important;
    }

    .remove_top_padding {
        padding-top: 40px !important;
    }

    .set_card_top_padding {
        padding-top: 0px !important;
    }

    .set_card_bottom_padding {
        padding-bottom: 10px !important;
    }

    .set_card_gap {
        gap: 10px !important;
    }

    .set_height_on_different_screen {
        height: fit-content !important;
    }
    .product_and_category_padding {
        padding: 0px 8px 0px 8px !important;
    }
    .layout_flex_col {
        flex-direction: column !important;
        margin-top: 5px !important;
        padding-top: 5px !important;
    }
    .sort_by {
        justify-content: start !important;
    }
}

@media (max-width: 767px) {
    .you_may_also_like {
        display: flex !important;
        justify-content: center !important;
    }

    .pi1 {
        width: 318px !important;
    }

    .contact_us_content_alignment {
        padding-top: 20px !important;
        padding-left: 30px !important;
    }

    .tracking_card_items_width_full {
        max-width: 100% !important;
    }

    .footer-button {
        height: 36px !important;
        width: fit-content !important;
        margin-right: 2px !important;
        margin-top: 0px !important;
    }

    .category_home_page_content {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .category_items {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0px !important;
        max-height: 1px;
        margin-block: 20px;
    }

    .blog_reduce_top_margin {
        margin-top: 10px !important;
    }

    .popular_view_all_button {
        padding-right: 0px !important;
    }

    .popular_title_description {
        display: flex !important;
        flex-direction: column !important;
        width: 600px !important;
    }

    .recipes_reduce_bottom_padding {
        padding-bottom: 40px !important;
    }

    .recipes_reduce_top_padding {
        padding-top: 50px !important;
    }

    .top_padding_reduce {
        padding-top: 20px !important;
    }

    .bottom_padding_remove {
        padding-top: 0px !important;
    }

    .store_bottom_padding_reduce {
        height: fit-content !important;
        padding-bottom: 30px !important;
    }

    .image_mx_auto {
        margin-left: auto;
        margin-right: auto;
    }

    .our_enterprise_image_set_width {
        width: 636px !important;
    }

    .reduce_height {
        height: 180px !important;
    }

    .nutrition_gap_remove {
        gap: 20px !important;
    }

    .remove_nutrition_title_bottom_margin {
        margin-bottom: 0px !important;
    }

    .contact_us_height_set {
        height: 920px !important;
    }
    .category_width_full {
        width: 100% !important;
    }
    .product_listing {
        flex-direction: column !important;
    }
    .sort_by_dropdown_width {
        width: 250px !important;
        border: 1px solid black;
        padding-left: 10px;
    }
}

/* @media (max-width:550px) {
    .you_may_also_like {
        display: flex !important;
        justify-content: center !important;
        }
        .pi1 { 
            width:  400px !important;
        }
    
} */

@media (max-width: 700px) {
    .recipes_slider_content h1 {
        font-size: 33px !important;
    }

    .blogs_details_grid {
        padding-inline: 20px !important;
    }

    .cms_pages_content {
        padding-inline: 20px !important;
    }

    .cms_pages_title {
        letter-spacing: 6px !important;
        font-size: 32px !important;
    }

    .category_home_page_divider {
        margin-inline: 20px !important;
    }

    .signup_grid {
        padding-inline: 20px !important;
    }

    .signup_grid_container {
        margin-block: 0px !important;
    }

    .signup_grid_controls {
        flex-direction: column !important;
        gap: 0px !important;
    }

    .signup_grid_controls_fields {
        width: 100% !important;
    }

    .signup_bg_image {
        margin-top: -5px !important;
    }

    .checkout_top_gap {
        width: 50px !important;
    }

    .tab_content_flex {
        display: flex !important;
        flex-direction: column !important;
    }

    .tab_content_full_width {
        max-width: 100% !important;
        max-height: fit-content !important;
        padding-top: 0px !important;
    }

    .reduce_bottom_padding_our_news_blogs {
        padding-bottom: 15px !important;
    }

    .popular_view_all_button {
        padding-right: 0px !important;
    }

    .popular_title_description {
        display: flex !important;
        flex-direction: column !important;
        width: 600px !important;
    }

    .recipes_reduce_bottom_padding {
        padding-bottom: 40px !important;
    }

    .recipes_reduce_top_padding {
        padding-top: 40px !important;
    }

    .top_padding_reduce {
        padding-top: 20px !important;
    }

    .bottom_padding_remove {
        padding-top: 0px !important;
    }

    .store_bottom_padding_reduce {
        height: fit-content !important;
        padding-bottom: 30px !important;
    }

    .our-certification-title {
        font-size: 60px !important;
        letter-spacing: 10px !important;
    }

    .product_collections {
        font-size: 44px;
        font-weight: 500;
        letter-spacing: 10px !important;
        color: #7e7071;
    }

    .contact_us_height_set {
        height: 920px !important;
    }
    .category_width_full {
        width: 100% !important;
    }
    .product_listing {
        flex-direction: column !important;
    }
    .sort_by_dropdown_width {
        width: 250px !important;
        border: 1px solid black;
        padding-left: 10px;
    }
    .card_height {
        display: flex !important;
        height: fit-content !important;
    }
    .apply_flex_wrap {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 3px !important;
        margin: auto !important;
    }
}

@media (max-width: 650px) {
    .product_image_size {
        height: 220px !important;
    }
    .related-recipies-top {
        flex-direction: column !important;
    }

    .latest-recipies-btns {
        width: 100% !important;
        max-width: 100% !important;
    }

    .recipies-cards {
        gap: 20px !important;
        grid-template-columns: 1fr !important;
    }

    .recipies-cards_grid_item {
        max-width: 100% !important;
    }

    .blogs_details_grid_img {
        height: 300px !important;
    }

    .related_products_title {
        font-size: 55px !important;
        letter-spacing: 6px !important;
    }

    .home-page-product-slider_viewall {
        padding-right: 30px !important;
    }

    .join-club-section h1 {
        letter-spacing: 10px !important;
    }

    .out-store-slider-container .out-store-slider-container-right .title {
        font-size: 42px !important;
        letter-spacing: 5px !important;
    }

    .product_collections {
        font-family: "Montserrat", sans-serif;
        font-size: 66px;
        font-weight: 500;
        letter-spacing: 10px;
        color: #7e7071;
        text-transform: uppercase;
        text-align: center;
    }

    .product_collections_paragraph {
        padding-inline: 40px;
    }

    .popular_view_all_button {
        padding-right: 0px !important;
    }

    .popular_title_description {
        display: flex !important;
        flex-direction: column !important;
        width: 500px !important;
    }

    .club_error_message {
        justify-content: start !important;
    }

    .recipes_reduce_bottom_padding {
        padding-bottom: 30px !important;
    }

    .recipes_reduce_top_padding {
        padding-top: 40px !important;
    }

    .latest_recipes_title {
        margin: auto !important;
        /* width: 300px !important; */
        font-size: 44px !important;
    }

    .top_padding_reduce {
        padding-top: 20px !important;
    }

    .bottom_padding_remove {
        padding-top: 0px !important;
    }

    .store_bottom_padding_reduce {
        height: fit-content !important;
    }

    .product_collections {
        font-size: 40px;
        font-weight: 500;
        letter-spacing: 5px !important;
        color: #7e7071;
    }

    .remove_nutrition_title_bottom_margin {
        margin-bottom: 0px !important;
    }
    .category_width_full {
        width: 100% !important;
    }
    .product_listing {
        flex-direction: column !important;
    }
    .sort_by_dropdown_width {
        width: 250px !important;
        border: 1px solid black;
        padding-left: 10px;
    }
}

@media (max-width: 640px) {
    .category_list_page_search img {
        width: 100% !important;
        max-width: 100% !important;
        object-fit: cover !important;
    }

    #toggle-password-visibility {
        top: 35px !important;
    }

    #toggle-confirm-password-visibility {
        top: 35px !important;
    }

    #toggle-confirm-password-visibility.password_eye {
        top: 31px !important;
    }

    #toggle-password-visibility.password_eye {
        top: 31px !important;
    }

    .delivery_type_box,
    .delivery_select_grid {
        flex-direction: column !important;
    }

    .footer-button {
        justify-content: center !important;
        height: 31px !important;
        width: fit-content !important;
        margin-right: 3px !important;
        border-radius: 20px !important;
    }

    .reduce_bottom_padding_our_news_blogs {
        padding-bottom: 15px !important;
    }

    .popular_view_all_button {
        padding-right: 0px !important;
    }

    .club_error_message {
        justify-content: start !important;
    }

    .recipes_reduce_bottom_padding {
        padding-bottom: 30px !important;
    }

    .recipes_reduce_top_padding {
        padding-top: 40px !important;
    }

    .latest_recipes_title {
        margin: auto !important;
        /* width: 300px !important; */
        font-size: 44px !important;
    }

    .top_padding_reduce {
        padding-top: 20px !important;
    }

    .bottom_padding_remove {
        padding-top: 0px !important;
    }

    .ingredient_content_left {
        align-items: center !important;
        text-align: center !important;
        max-width: 100% !important;
    }

    .product_collections {
        font-size: 40px;
        font-weight: 500;
        letter-spacing: 5px !important;
        color: #7e7071;
    }

    .remove_nutrition_title_bottom_margin {
        margin-bottom: 0px !important;
    }

    .remove_top_margin {
        margin-top: 15px !important;
    }

    .margin_from_top {
        bottom: 40px !important;
    }
    .category_width_full {
        width: 100% !important;
    }
    .product_listing {
        flex-direction: column !important;
    }
}

@media (max-width: 639px) {
    .on_medium_item_left {
        align-items: left !important;
    }

    .popular_view_all_button {
        padding-right: 0px !important;
    }

    .popular_title_description {
        display: flex !important;
        flex-direction: column !important;
        width: 550px !important;
    }

    .recipes_reduce_bottom_padding {
        padding-bottom: 30px !important;
    }

    .recipes_reduce_top_padding {
        padding-top: 44px !important;
    }

    .latest_recipes_title {
        width: 300px !important;
        font-size: 33px !important;
    }

    .slider_iframe {
        height: 49vh !important;
    }

    .store_bottom_padding_reduce {
        height: fit-content !important;
    }

    .product_collections {
        font-size: 40px;
        font-weight: 500;
        letter-spacing: 5px !important;
        color: #7e7071;
    }

    .reduce_height {
        height: 180px !important;
    }

    .remove_nutrition_title_bottom_margin {
        margin-bottom: 0px !important;
    }

    .image_width_set_full {
        width: 100% !important;
    }

    .set_card_width {
        max-width: 100% !important;
    }

    .our_product_reduce_top_padding {
        margin-top: 5px !important;
    }
    .category_width_full {
        width: 100% !important;
    }
    .product_listing {
        flex-direction: column !important;
    }
    .card_height {
        display: flex !important;
        gap: 10px !important;
        margin-bottom: 10px !important;
        height: fit-content !important;
    }
}

@media (max-width: 600px) {
    .blogs_slider_grid_content {
        display: none !important;
    }

    .blogs_slider_grid {
        padding-inline: 0px !important;
    }

    .blog_slider_current_image {
        right: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
        top: 65% !important;
        padding-inline: 15px !important;
    }

    .product_collections {
        font-size: 38px !important;
        font-weight: 500;
        letter-spacing: 10px !important;
    }

    .product_collections_paragraph {
        padding-inline: 20px !important;
    }

    .related_products_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /* 4 columns by default */
    }

    .related_products_grid_card {
        display: flex;
        justify-content: center;
    }

    .related_products_view_all button {
        width: 100px !important;
        margin-top: 14px !important;
    }

    .success_move_btns {
        flex-direction: column-reverse !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .footer_email_input {
        width: 100% !important;
        padding-bottom: 20px !important;
    }

    .footer-padding {
        padding: 20px 20px 0px 20px !important;
    }

    .category_home_page_content {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .category_items {
        width: 80% !important;
        margin-left: 0px !important;
        max-height: 1px;
        margin-block: 20px;
    }

    .store_information_margin_reduce {
        margin: 0px 20px 10px 24px !important;
        width: 80% !important;
        max-width: 80% !important;
        gap: 20px !important;
    }

    .size_reduce {
        max-width: 80% !important;
    }

    .reduce_bottom_padding_our_news_blogs {
        padding-bottom: 10px !important;
    }

    .popular_view_all_button {
        padding-right: 15px !important;
    }

    .club_error_message {
        justify-content: start !important;
        padding-left: 50px !important;
    }

    .mini_product-cart_padding {
        padding-top: 10px !important;
    }

    .success_page_grid_content_top_info_block {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .recipes_reduce_bottom_padding {
        padding-bottom: 30px !important;
    }

    .recipes_reduce_top_padding {
        padding-top: 30px !important;
    }

    .reduce_gaps {
        gap: 20px !important;
    }

    .store_bottom_padding_reduce {
        height: fit-content !important;
    }

    .our-certification-title {
        font-size: 50px !important;
        letter-spacing: 10px !important;
    }

    .reduce_height {
        height: 180px !important;
    }

    .remove_nutrition_title_bottom_margin {
        margin-bottom: 0px !important;
    }

    .our_product_reduce_top_padding {
        margin-top: 0px !important;
    }

    .ingredient_reduce_gap {
        gap: 10px !important;
    }
    .category_width_full {
        width: 100% !important;
    }
    .product_listing {
        flex-direction: column !important;
    }
}

@media (max-width: 544px) {
    .checkout_top_gap {
        width: 20px !important;
    }

    .large_screen_columns_title_cart_page {
        display: none !important;
    }

    .cart_page_product_container {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .quantity-changer_cart_page {
        width: 100% !important;
        display: flex !important;
        justify-content: flex-start !important;
        padding-block: 20px !important;
    }

    .cart_page_price_product {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding-block: 10px !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .delete_product_cart_page {
        width: 100% !important;
        display: flex !important;
        justify-content: flex-end !important;
        padding-block: 20px !important;
        max-width: 100% !important;
        margin-top: -54px !important;
    }

    .user_dashboard_content {
        padding-inline: 20px !important;
        padding-block: 30px !important;
    }

    .user_profile_grid {
        margin-inline: 0px !important;
    }

    .addresses_section {
        margin-inline: 0px !important;
    }

    .addresses_info_grid {
        padding-inline: 10px !important;
    }

    .related_products_title {
        font-size: 50px !important;
        letter-spacing: 0px !important;
    }

    .home-page-product-slider_title {
        letter-spacing: 1px !important;
        font-size: 42px !important;
        text-align: start !important;
    }

    .gallery_container {
        height: 400px !important;
        max-height: 400px !important;
    }

    .gallery_container_media {
        height: 400px !important;
        max-height: 400px !important;
    }

    .alergines_paragraph {
        font-size: 14px !important;
        margin-bottom: 30px !important;
    }

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

    .product_details_tabs {
        font-size: 20px !important;
    }

    .related_sign_image {
        width: 100% !important;
        height: 100% !important;
        top: -40px !important;
        left: 0 !important;
    }

    .footer_email_input {
        width: 100% !important;
    }

    .minimize_footer_link_gap {
        display: flex !important;
        gap: 0px !important;
    }

    .category_home_page_content {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .category_items {
        width: 100% !important;
        max-height: 1px;
        margin-block: 20px;
    }

    .store_information_margin_reduce {
        margin: 0px 20px 10px 20px !important;
        width: 90% !important;
        max-width: 90% !important;
        gap: 10px !important;
    }

    .reduce_bottom_padding_our_news_blogs {
        padding-bottom: 10px !important;
    }

    .popular_view_all_button {
        padding-right: 10px !important;
    }

    .club_error_message {
        justify-content: start !important;
        padding-left: 50px !important;
    }

    .latest-recipies-content {
        padding-top: 20px !important;
    }

    .recipes_reduce_bottom_padding {
        padding-bottom: 20px !important;
    }

    .recipes_reduce_top_padding {
        padding-top: 25px !important;
    }

    .reduce_gaps {
        gap: 20px !important;
    }

    .store_bottom_padding_reduce {
        height: fit-content !important;
    }

    .our-certification-title {
        font-size: 44px !important;
        letter-spacing: 10px !important;
    }

    .product_collections {
        font-size: 32px !important;
        font-weight: 500;
        letter-spacing: 10px !important;
    }

    .contact_us_height_set {
        height: 930px !important;
    }

    .remove_top_margin {
        margin-top: 5px !important;
    }
    .category_width_full {
        width: 100% !important;
    }
    .product_listing {
        flex-direction: column !important;
    }
}

@media (max-width: 500px) {
    .header_drawer_logo_gap .closed_drawer_icon {
        display: unset !important;
    }

    .mini_cart_closed .closed_drawer_icon {
        display: unset !important;
    }

    .recipies-cards {
        padding-inline: 0px !important;
    }

    .recipes-details-nutritional-info_content {
        flex-direction: column !important;
        width: 100% !important;
    }

    .recipes-details-nutritional-info_content_divider {
        width: 100% !important;
        height: 1px !important;
        max-width: 100% !important;
    }

    .blogs_related_card {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .blog_banner_title {
        font-size: 55px !important;
        letter-spacing: 4px !important;
    }

    .blogs_categories_wrapper {
        flex-direction: column !important;
    }

    .blogs_categories_name {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    .blogs_categories_divider {
        margin-inline: 0px !important;
        margin-block: 20px !important;
        width: 100% !important;
        height: 1px !important;
    }

    .blog_card {
        min-width: 100% !important;
    }

    .latest-recipies-btns {
        width: 100% !important;
        justify-content: space-between !important;
    }

    .latest-recipies-top {
        flex-direction: column !important;
    }

    .our_news_blogs {
        font-size: 25px !important;
    }

    .checkout_non_active {
        display: none !important;
    }

    .update_profile_btn {
        flex-direction: column-reverse !important;
        gap: 15px !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .update_profile_btn a {
        margin-right: 0px !important;
    }

    .category_home_page_divider {
        margin-inline: 5px !important;
    }

    .home-page-product-slider .swiperContainer .all_cards_home_slider {
        min-width: 100%;
    }

    .home-page-product-slider_viewall {
        padding-right: 10px !important;
    }

    .home-page-product-slider_viewall a p {
        font-size: 14px !important;
        min-width: 68px !important;
    }

    .category-grid-container {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 1rem;
        padding: 1rem;
        scroll-behavior: smooth;
        width: 100% !important;
    }
    .category-grid-container-child {
        width: 100% !important;
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .join-club-section {
        padding-inline: 10px !important;
    }

    .join-club-section h1 {
        font-size: 32px !important;
    }

    .join-club-section button {
        width: 100px !important;
    }

    .out-store-slider-container .out-store-slider-container-right {
        padding-inline: 20px !important;
    }

    .product_details_tabs {
        font-size: 17px !important;
        margin-right: 10px !important;
    }

    .product_details_descriptions_grid {
        padding-inline: 10px !important;
    }

    .product_details_descriptions {
        padding-inline: 10px !important;
    }

    .product_details_descriptions_paragraph {
        font-size: 14px !important;
    }

    .footer_email_input {
        width: 100% !important;
    }

    .category_home_page_content {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .category_items {
        width: 100% !important;
        max-height: 1px;
        margin-block: 20px;
    }

    .store_information_margin_reduce {
        margin-left: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 20px !important;
    }

    .blog_reduce_top_padding {
        padding-top: 50px !important;
    }

    .reduce_bottom_padding_our_news_blogs {
        padding-bottom: 10px !important;
    }

    .popular_view_all_button {
        padding-right: 10px !important;
    }

    .club_error_message {
        justify-content: start !important;
        padding-left: 50px !important;
    }

    .mini_cart_clear_all_padding {
        width: 350px !important;
        max-width: 350px !important;
    }

    .latest-recipies-content {
        padding-top: 20px !important;
    }

    .recipes_reduce_bottom_padding {
        padding-bottom: 20px !important;
    }

    .recipes_reduce_top_padding {
        padding-top: 30px !important;
    }

    .reduce_gaps {
        gap: 20px !important;
    }

    .latest_recipes_title {
        width: 100% !important;
        font-size: 33px !important;
    }

    .store_bottom_padding_reduce {
        height: fit-content !important;
    }

    .our-certification-title {
        font-size: 40px !important;
        letter-spacing: 8px !important;
    }

    .product_collections {
        font-size: 35px !important;
        font-weight: 500;
        letter-spacing: 10px !important;
    }

    .nutrition_gap_remove {
        gap: 12px !important;
    }

    .our_product_reduce_top_padding {
        margin-top: 0px !important;
    }

    .contact_us_top_reduce {
        top: 40px !important;
        height: 50px !important;
    }

    .contact_us_image_height_and_top_set {
        height: 50px !important;
        top: -25px !important;
    }

    .contact_us_height_set {
        height: 910px !important;
    }

    .contact_us_card_grid {
        gap: 20px !important;
    }

    .product_detail_content_center {
        justify-content: center !important;
    }

    .product_detail_text_center {
        text-align: center !important;
    }

    .product_detail_items_center {
        align-items: center !important;
    }

    .reduce_price_gap {
        gap: 20px !important;
    }

    .join_club_padding_reduce {
        max-height: 200px !important;
    }
}

@media (max-width: 474px) {
    .tab_content_and_search {
        flex-direction: column !important;
    }

    .button_flex_column {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .remove_store_bottom_padding {
        padding-bottom: 50px !important;
    }

    .category_home_page_content {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .category_items {
        width: 100% !important;
        max-height: 1px;
        margin-block: 20px;
    }

    .store_information_margin_reduce {
        margin-left: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 20px !important;
    }

    .blog_reduce_top_padding {
        padding-top: 40px !important;
    }

    .reduce_bottom_padding_our_news_blogs {
        padding-bottom: 10px !important;
    }

    .popular_view_all_button {
        padding-right: 10px !important;
    }

    .club_error_message {
        justify-content: start !important;
        padding-left: 50px !important;
    }

    .reduce_title_size {
        font-size: 44px !important;
        letter-spacing: 10px !important;
    }

    .latest-recipies-content {
        padding-top: 20px !important;
    }

    .recipes_reduce_bottom_padding {
        padding-bottom: 20px !important;
    }

    .recipes_reduce_top_padding {
        padding-top: 30px !important;
    }

    .reduce_gaps {
        gap: 20px !important;
    }

    .latest_recipes_title {
        width: 100% !important;
        font-size: 33px !important;
    }

    .store_bottom_padding_reduce {
        height: fit-content !important;
    }

    .our_fun_text_width_reduce {
        font-size: 66px !important;
        letter-spacing: 10px !important;
    }

    .product_collections {
        font-size: 35px !important;
        letter-spacing: 10px !important;
    }

    .reduce_height {
        height: 180px !important;
    }

    .join_club_padding_reduce {
        max-height: 180px !important;
    }
}

@media (max-width: 440px) {
    .search_width_half {
        max-width: 100% !important;
    }

    .button_flex_column {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .home_page_slider {
        height: 440px !important;
        width: 100% !important;
        margin-top: 55px !important;
    }

    .slider_iframe {
        height: 49vh !important;
    }

    .remove_store_bottom_padding {
        padding-bottom: 50px !important;
    }

    .footer_email_input {
        width: 100% !important;
    }

    .category_home_page_content {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .category_items {
        width: 100% !important;
        max-height: 1px;
        margin-block: 20px;
    }

    .store_information_margin_reduce {
        margin-left: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 20px !important;
    }

    .blog_reduce_top_padding {
        padding-top: 40px !important;
    }

    .reduce_bottom_padding_our_news_blogs {
        padding-bottom: 8px !important;
    }

    .popular_view_all_button {
        padding-right: 10px !important;
    }

    .club_error_message {
        justify-content: start !important;
    }

    .mini_cart_clear_all_padding {
        width: 340px !important;
        max-width: 340px !important;
    }

    .reduce_title_size {
        font-size: 44px !important;
        letter-spacing: 10px !important;
    }

    .latest-recipies-content {
        padding-top: 20px !important;
    }

    .recipes_reduce_bottom_padding {
        padding-bottom: 20px !important;
    }

    .recipes_reduce_top_padding {
        padding-top: 30px !important;
    }

    .reduce_gaps {
        gap: 20px !important;
    }

    .latest_recipes_title {
        width: 100% !important;
        font-size: 33px !important;
    }

    .reduce_product_width {
        width: 400px !important;
        max-width: 400px !important;
    }

    .paggination_flex_wrap {
        flex-wrap: wrap !important;
    }

    .store_bottom_padding_reduce {
        height: fit-content !important;
    }

    .our-certification-title {
        font-size: 44px !important;
        letter-spacing: 5px !important;
    }

    .product_collections {
        font-size: 20px !important;
        letter-spacing: 0px !important;
    }

    .reduce_height {
        height: 180px !important;
    }

    .remove_margin_left {
        margin-left: 0px !important;
    }

    .contact_us_height_set {
        height: 850px !important;
    }

    .reduce_height_of_get_in_touch {
        min-height: 50px !important;
    }

    .reduce_get_in_touch_tracking {
        letter-spacing: 10px !important;
    }

    .set_height_on_different_screen {
        height: fit-content !important;
    }

    .margin_from_top {
        bottom: 30px !important;
    }

    .on_small_screen_gap_handle {
        gap: 6px !important;
    }

    .div_height_reduce {
        max-height: 120px !important;
    }
}

@media (max-width: 436px) {
    .remove_left_margin {
        margin-left: 0px !important;
    }

    .contact_us_height_set {
        height: 850px !important;
    }

    .related_products_title {
        font-size: 45px !important;
        letter-spacing: 0px !important;
    }

    .div_height_reduce {
        max-height: 120px !important;
    }
}

@media (max-width: 400px) {
    .recipes_details_steps {
        font-size: 25px !important;
    }

    .shipping_btn {
        flex-direction: column-reverse !important;
        gap: 15px !important;
        margin-top: 10px !important;
    }

    .shipping_btn button {
        margin-top: 10px !important;
        width: 158px !important;
    }

    .success_page_grid_content_top_info_block {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .success_page_container {
        padding-inline: 10px !important;
    }

    .success_page_grid_content {
        padding-inline: 20px !important;
    }

    .success_page_summary {
        padding-inline: 20px !important;
    }

    .success_page_title {
        font-size: 32px !important;
        letter-spacing: 2px !important;
    }

    .our-store-title {
        font-size: 41px !important;
    }

    .out-store-slider-container
        .out-store-slider-container-right
        .our-store-switcher {
        font-size: 24px !important;
    }

    .product_collections {
        font-size: 24px !important;
        letter-spacing: 5px !important;
    }

    .signup_grid {
        padding-inline: 15px !important;
    }

    .redirect_to_signin_paragraph {
        flex-direction: column !important;
    }

    .button_flex_column {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .reduce_top_padding {
        padding-top: 30px !important;
    }

    .join_club_padding_reduce {
        display: flex !important;
        flex-direction: column !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        max-height: 180px !important;
    }

    .reduce_arrow_button_size {
        max-width: 48px !important;
        max-height: 48px !important;
    }

    .reduce_bottom_padding {
        padding-bottom: 30px !important;
    }

    .store_information_margin_reduce {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .reduce_store_description_size {
        max-width: 320px !important;
        margin-bottom: 0px !important;
    }

    .reduce_text_size {
        font-size: 14px !important;
    }

    .reduce_title_size {
        font-size: 44px !important;
        letter-spacing: 10px !important;
    }

    .size_reduce {
        max-width: 100% !important;
    }

    .minimize_footer_link_gap {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: left !important;
        gap: 20px !important;
    }

    .remove_store_bottom_padding {
        padding-bottom: 50px !important;
    }

    .footer_email_input {
        width: 100% !important;
    }

    .category_home_page_content {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .category_items {
        width: 100% !important;
        margin-left: 0px !important;
        max-height: 1px;
        margin-block: 20px;
    }

    .blog_reduce_top_padding {
        padding-top: 40px !important;
    }

    .reduce_bottom_padding_our_news_blogs {
        padding-bottom: 8px !important;
    }

    .popular_view_all_button {
        padding-right: 10px !important;
    }

    .popular_product_slider_images {
        min-width: 100% !important;
    }

    .club_error_message {
        justify-content: start !important;
        padding-left: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .footer_newsletter {
        display: flex !important;
        flex-direction: column !important;
        text-align: center !important;
        align-items: center !important;
    }

    .footer_link_layout {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .footer-padding {
        padding-top: 30px !important;
    }

    .mini_cart_clear_all_padding {
        width: 320px !important;
        max-width: 320px !important;
    }

    .remove_top_padding {
        padding-top: 0px !important;
    }

    .latest-recipies-content {
        padding-top: 20px !important;
    }

    .recipes_reduce_top_padding {
        padding-top: 20px !important;
    }

    .recipes_reduce_bottom_padding {
        padding-bottom: 30px !important;
    }

    .set_full_width {
        min-width: 100% !important;
    }

    .latest_recipes_title {
        width: 100% !important;
        font-size: 33px !important;
    }

    .paggination_flex_wrap {
        flex-wrap: wrap !important;
    }

    .store_bottom_padding_reduce {
        height: fit-content !important;
    }

    .our_enterprise_gap_reduce {
        gap: 16px !important;
    }

    .our_fun_text_width_reduce {
        align-items: center !important;
        text-align: center !important;
        font-size: 60px !important;
        letter-spacing: 10px !important;
    }

    .reduce_height {
        height: 180px !important;
    }

    .remove_margin_left {
        margin-left: 0px !important;
    }

    .contact_us_height_set {
        height: 870px !important;
    }

    .on_small_screen_gap_handle {
        gap: 8px !important;
    }

    .div_height_reduce {
        max-height: 120px !important;
    }
}

@media (max-width: 380px) {
    .shipping_grid {
        padding-inline: 10px !important;
    }

    .category_home_page_divider {
        width: 30px !important;
        height: 1px !important;
        margin-block: 10px !important;
    }

    .home_page_categories_mark_child {
        flex-direction: column !important;
    }

    .home_page_categories_mark {
        flex-wrap: wrap !important;
        gap: 20px !important;
    }

    .button_flex_column {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .remove_store_bottom_padding {
        padding-bottom: 50px !important;
    }

    .category_home_page_content {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .category_items {
        width: 100% !important;
        margin-left: 0px !important;
        max-height: 1px;
        margin-block: 20px;
    }

    .product_details_grid {
        flex-direction: column !important;
        gap: 150px !important;
        margin-top: 10px !important;
    }

    .reduce_product_top_padding {
        padding-top: 10px !important;
    }

    .on_medium_item_left {
        display: flex;
        flex-direction: column !important;
        align-items: left !important;
        align-self: start !important;
    }

    .reduce_detail_padding_bottom {
        padding-bottom: 30px !important;
    }

    .blog_reduce_top_padding {
        padding-top: 40px !important;
    }

    .blog_margin_0px {
        margin-top: 0px !important;
    }

    .blog_reduce_top_padding_our_new_blogs {
        padding-top: 20px !important;
    }

    .blog_padding_reduce {
        padding-top: 0px !important;
    }

    .reduce_bottom_padding_our_news_blogs {
        padding-bottom: 5px !important;
    }

    .popular_view_all_button {
        padding-right: 10px !important;
    }

    .popular_product_slider_images {
        min-width: 100% !important;
    }

    .club_error_message {
        justify-content: start !important;
        align-items: start !important;
        padding: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .footer_link_layout {
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .footer-padding {
        padding-top: 30px !important;
    }

    .mini_cart_clear_all_padding {
        width: 290px !important;
        max-width: 290px !important;
    }

    .latest-recipies-content {
        padding-top: 20px !important;
    }

    .recipes_reduce_top_padding {
        padding-top: 30px !important;
    }

    .recipes_reduce_bottom_padding {
        padding-bottom: 10px !important;
    }

    .content_center {
        align-items: center;
        align-self: center !important;
        justify-content: center;
    }

    .set_full_width {
        max-width: 100% !important;
    }

    .paggination_flex_wrap {
        flex-wrap: wrap !important;
    }

    .our_enterprise_gap_reduce {
        gap: 16px !important;
    }

    .our_fun_text_width_reduce {
        font-size: 44px !important;
        letter-spacing: 10px !important;
    }

    .reduce_height {
        height: 180px !important;
    }

    .image_set_top {
        top: -35px !important;
    }

    .our_store_heading {
        font-size: 58px !important;
        letter-spacing: 10px !important;
    }

    .br_display_none {
        text-align: left !important;
    }

    .remove_top_padding_our_certification {
        padding-top: 0px !important;
    }

    .reduce_height {
        height: 180px !important;
    }

    .remove_margin_left {
        margin-left: 0px !important;
    }

    .contact_us_height_set {
        height: 880px !important;
    }

    .div_height_reduce {
        max-height: 110px !important;
    }
}

@media (max-width: 360px) {
    .mini_cart_clear_all_padding {
        width: 250px !important;
        max-width: 250px !important;
    }

    .content_center {
        align-items: center;
        align-self: center !important;
        justify-content: center;
    }

    .set_full_width {
        max-width: 100% !important;
    }

    .latest_recipes_title {
        width: 100% !important;
        font-size: 33px !important;
    }

    .paggination_flex_wrap {
        flex-wrap: wrap !important;
    }

    .br_display_none {
        text-align: left !important;
    }

    .remove_top_padding_our_certification {
        padding-top: 0px !important;
    }

    .reduce_height {
        height: 180px !important;
    }

    .remove_margin_left {
        margin-left: 0px !important;
    }

    .contact_us_height_set {
        height: 900px !important;
    }

    .on_small_screen_gap_handle {
        gap: 4px !important;
    }

    .div_height_reduce {
        max-height: 120px !important;
    }
}

@media (max-width: 320px) {
    .contact_us_card_padding {
        padding-top: 5px !important;
        height: fit-content !important;
        box-shadow: none !important;
    }

    .contact_us_card_padding_on_small_screen {
        margin-block: 0px !important;
        top: 0px !important;
        box-shadow: none !important;
        padding: 0% !important;
        padding-left: 0px !important;
    }

    .track_card_shadow_on_small_screen {
        box-shadow: none !important;
    }

    .button_flex_column {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .search_reduce_width {
        max-width: 270px !important;
    }

    .category_home_page_content {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .category_items {
        width: 100% !important;
        margin-left: 0px !important;
        max-height: 1px;
        margin-block: 20px;
    }

    .blog_reduce_top_padding {
        padding-top: 30px !important;
    }

    .reduce_arrow_button_size {
        max-width: 48px !important;
        max-height: 48px !important;
    }

    .blog_reduce_bottom_padding {
        padding-bottom: 40px !important;
    }

    .popular_view_all_button {
        padding-right: 10px !important;
    }

    .popular_product_slider_images {
        min-width: 100% !important;
    }

    .club_error_message {
        justify-content: start !important;
        align-items: start !important;
        padding: 0px !important;
        max-width: 100% !important;
    }

    .footer_link_layout {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .links_information {
        flex-direction: column !important;
        align-self: start !important;
        align-items: center;
    }

    .mini_cart_clear_all_padding {
        width: 250px !important;
        max-width: 250px !important;
    }

    .recipes_reduce_top_padding {
        padding-top: 20px !important;
    }

    .content_center {
        align-items: center;
        align-self: center !important;
        justify-content: center;
    }

    .set_full_width {
        max-width: 100% !important;
    }

    .paggination_flex_wrap {
        flex-wrap: wrap !important;
    }

    .reduce_height {
        height: 180px !important;
    }

    .contact_us_height_set {
        height: 930px !important;
    }

    .on_small_screen_gap_handle {
        gap: 4px !important;
    }

    .div_height_reduce {
        max-height: 120px !important;
    }
}
