.featured_container {
    max-width: 1708px;
    width: 100%;
    margin: 60px auto;
    display: flex;
    align-items: start;
}

.featured_card {
    flex: 0 1 16.666%;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
}

.featured_card_img {
    width: 50px;
    margin: 0 auto 12px;
}

.section_main_heading {
    width: 100%;
    margin-bottom: 32px;
    text-align: center;
    color: #000000;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
}

.newsletter_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f4f4f4;
    padding: 40px 10px;
}

.newsletter_heading {
    color: #000000;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.newsletter_disc {
    max-width: 266px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto 24px;
}

.newsletter_input {
    max-width: 450px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.newsletter_input_box {
    flex: 0 1 290px;
    padding: 13px 25px;
    background: #ffffff;
    border: 3px solid #0000001a;
}

.newsletter_input_field {
    all: unset;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.newsletter_input_field::placeholder {
    opacity: 0.6;
}

.newsletter_input_btn {
    flex: 0 1 160px;
    width: 100%;
    cursor: pointer;
}

.error-message-footer {
    padding: 10px 0;
}

.popular_search_container {
    margin: 40px auto 0px;
    max-width: 1440px;
    width: 100%;
}

.popular_search_heading {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.popular_search_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.popular_search_name {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
}

.popular_search_wrap .span_clr {
    font-size: 0px;
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #000000;
}

.footer_container {
    background: #111111 !important;
}

.footer_nav_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 40px;
}

.foot_navigation {
    display: flex;
    flex-direction: column;
}

.footer_payment_wrap {
    grid-area: 2 / 1 / 3 / 5;
}

.foot_nav_heading {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.foot_nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
}

.foot_nav a,
.foot_nav p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: capitalize;
}

.foot_nav a.footer_email {
    text-transform: none;
}

.footer_payment_methods_wrap,
.footer_social_wrap .foot_nav {
    flex-direction: row;
    flex-wrap: wrap;
}

.footer_social_wrap .foot_nav {
    max-width: 300px;
}

.social_link_card {
    width: 50px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #ffffff;
}

.social_link_card img {
    width: 55%;
    aspect-ratio: 1;
    object-fit: contain;
}

.footer_copyrights_msg {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    grid-area: 4 / 1 / 5 / 5;
}

.footer_payment_method_card img {
    height: 40px;
}

.footer_dropdown_arrow {
    display: none;
}

.footer_dropdown_arrow path {
    stroke: #ffffff;
}

.footer-track-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 400px;
}

.footer-track-input {
    flex: 1 1 auto;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    border: 1px solid #979797;
    outline: none;
    transition: border-color 0.3s;
}

.footer-track-input:focus {
    border-color: #333333;
}

.footer-track-btn {
    font-family: 'Josefin Sans', sans-serif;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 120%;
    background-color: #333333;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.footer-track-btn:hover {
    background-color: #555555;
}

.icons_wrpr {
    position: fixed;
    bottom: 10px;
    z-index: 110;
    padding-inline: 16px;
    pointer-events: none;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.icons_wrpr>* {
    pointer-events: all;
}

.whatsapp_icon {
    width: 60px;
    cursor: pointer;
    margin-left: auto;
    pointer-events: all;
}

.newsletter_container_categories {
    background: #f4f4f4;
    width: 100%;
    padding: 10px 0 40px 0;
}

.newsletter_container_categories_container {
    max-width: 90%;
    margin: 0 auto;
}

.newsletter_container_categories_container ul {
    list-style-type: square;
    padding-left: 20px;
    margin-top: 10px;
    margin-left: 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
}

.newsletter_container_categories_container ol {
    list-style-type: auto;
    padding-left: 20px;
    margin-top: 10px;
    margin-left: 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
}


.newsletter_categories_heading,
.newsletter_container_categories_container h1,
.newsletter_container_categories_container h2,
.newsletter_container_categories_container h3,
.newsletter_container_categories_container h4,
.newsletter_container_categories_container h5,
.newsletter_container_categories_container h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    text-transform: uppercase;
}

.newsletter_categories_para,
.newsletter_container_categories_container p {
    margin-top: 8px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
}

p.newsletter_categories_readmore {
    margin-top: 12px;
    font-weight: 300;
    font-size: 18px;
    cursor: pointer;
    text-decoration: underline;
    line-height: 22px;
}

p.newsletter_categories_readmore a,
p.newsletter_categories_lineparas a {
    color: inherit;
    text-decoration: underline;
}

p.newsletter_categories_sheading {
    font-weight: 400;
    font-size: 16px;
    line-height: 0.7;
    margin-top: 24px;
    margin-bottom: 16px;
}

.newsletter_categories_lineparas {
    margin-top: 8px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.newsletter_categories_lineparas a {
    text-decoration: underline;
    color: inherit;
}

.newsletter_categories_lineparas a:not(:last-child)::after {
    content: "|";
    margin-left: 5px;
}

#newsletter_cotainer_new {
    max-height: 5em;
    overflow: hidden;
    transition: max-height 0.8s ease-in-out;
}

.track_order_details {
    position: relative;
}

.track_order_details .Cls_track_order_error_msg {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.footer_inner_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, auto);
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0px;
    position: relative;
    z-index: 1;
    gap: 20px;
}

.company_details {
    grid-area: 1 / 1 / 3 / 2;
}

.support_details {
    grid-area: 1 / 2 / 3 / 3;
}

.contactus_details {
    grid-area: 1 / 3 / 3 / 4;
}

.track_order_details {
    grid-area: 1 / 4 / 2 / 5;
}

.footer_social_wrap {
    grid-area: 2 / 4 / 3 / 5;
    margin-top: 30px;
}

.footer_payment_wrap {
    grid-area: 3 / 1 / 4 / 5;
}

@media screen and (max-width: 1440px) {

    .newsletter_heading,
    .popular_search_heading {
        font-size: 20px;
    }

    .foot_nav_heading,
    .newsletter_input_field {
        font-size: 18px;
    }

    .foot_nav a,
    .foot_nav p,
    .featured_card {
        font-size: 16px;
    }

    .popular_search_name {
        font-size: 14px;
    }

    .footer_payment_method_card img {
        height: 36px;
    }

    .featured_container {
        max-width: 90%;
        margin: 40px auto;
    }

    .section_main_heading {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .newsletter_disc {
        max-width: 280px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .newsletter_input {
        max-width: 440px;
    }

    .newsletter_input_box {
        padding: 13px 24px;
    }

    .newsletter_input_field {
        font-size: 18px;
    }

    .popular_search_container {
        margin-top: 30px;
    }

    .popular_search_wrap {
        gap: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .footer_inner_wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, auto);
        padding: 40px 20px 80px;
        gap: 20px;
    }

    .track_order_details .Cls_track_order_error_msg {
        top: 40%;
    }

    .track_order_details {
        grid-area: 1 / 2 / 2 / 3;
    }

    .company_details {
        grid-area: 1 / 1 / 2 / 2;
    }

    .support_details {
        grid-area: 2 / 1 / 3 / 2;
    }

    .contactus_details {
        grid-area: 1 / 2 / 3 / 3;
        margin-top: 134px;
    }

    .footer_payment_wrap {
        grid-area: 3 / 1 / 4 / 2;
    }

    .footer_social_wrap {
        grid-area: 3 / 2 / 4 / 3;
    }

    .footer_copyrights_msg {
        grid-area: 4 / 1 / 5 / 3;
        margin-top: 12px;
        text-align: center;
    }

    .whatsapp_icon {
        width: 40px;
    }

    .foot_nav_heading {
        font-size: 16px;
    }

    .featured_container {
        max-width: 100%;
        gap: 20px;
    }

    .featured_card {
        font-size: 12px;
    }

    .featured_card_img {
        width: 40px;
        margin-bottom: 8px;
    }

    .social_link_card {
        width: 40px;
    }

    .foot_nav>p {
        max-width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .newsletter_categories_heading {
        font-size: 16px;
    }

    .newsletter_categories_para,
    .newsletter_categories_lineparas {
        font-size: 14px;
    }

    .newsletter_heading {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .section_main_heading {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .footer_inner_wrap {
        padding-inline: 10px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .footer_social_wrap .foot_nav {
        max-width: 100%;
    }

    .track_order_details .Cls_track_order_error_msg {
        top: 80%;
    }

    .icons_wrpr {
        bottom: 10px;
        padding-inline: 12px;
    }

    body.home .icons_wrpr,
    body.product_details .icons_wrpr,
    body.product_list .icons_wrpr {
        bottom: 55px;
    }

    body.cart_page .icons_wrpr,
    body.address_page .icons_wrpr,
    body.payment_page .icons_wrpr {
        bottom: 80px;
    }

    body.cart_page:has(.checkout_processing_btn_container > .saved_amount_row) .icons_wrpr,
    body.address_page:has(.checkout_processing_btn_container > .saved_amount_row) .icons_wrpr,
    body.payment_page:has(.checkout_processing_btn_container > .saved_amount_row) .icons_wrpr {
        bottom: 108px;
    }

    .popular_search_container {
        margin: 24px auto 0px;
        padding: 0px;
    }

    .popular_search_heading {
        font-size: 18px;
    }

    .popular_search_wrap {
        gap: 8px;
    }

    .footer_nav_wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }

    .foot_navigation.footer_payment_wrap,
    .foot_navigation.footer_social_wrap {
        border: none;
        padding: 0px;
    }

    .foot_navigation {
        align-items: start;
        padding-bottom: 16px;
    }

    .footer_payment_wrap {
        grid-area: unset;
    }

    .company_details,
    .support_details,
    .contactus_details,
    .footer_social_wrap,
    .footer_payment_wrap {
        gap: 20px;
        border-bottom: 1px solid #484848;
    }

    .foot_nav_heading {
        font-size: 14px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: unset;
    }

    .track_order_details>.foot_nav_heading {
        margin-bottom: 12px;
    }

    .footer_dropdown_arrow {
        display: block;
        transition: all 0.5s ease;
    }

    .foot_navigation.active .footer_dropdown_arrow {
        transform: rotate(180deg);
    }

    .foot_nav {
        display: none;
        gap: 12px;
    }

    .footer_payment_methods_wrap,
    .footer_social_wrap .foot_nav {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }

    .footer_payment_methods_wrap {
        gap: 20px;
    }

    .footer_social_wrap .foot_nav {
        gap: 30px;
    }

    .foot_nav a,
    .foot_nav p,
    .footer_copyrights_msg,
    .popular_search_name {
        font-size: 12px;
    }

    .featured_container {
        margin: 24px 0px;
        gap: 20px 2%;
        flex-wrap: wrap;
    }

    .featured_card {
        flex: 0 0 32%;
        font-size: 10px;
    }

    .newsletter_container {
        padding: 24px;
    }

    .newsletter_disc {
        max-width: 180px;
        font-size: 12px;
        margin-bottom: 12px;
    }

    .newsletter_input_field {
        font-size: 14px;
    }

    .newsletter_input {
        max-width: 300px;
    }

    .newsletter_input_box {
        padding: 12px 16px;
        border-width: 2px;
    }

    .error-message-footer {
        padding: 5px 0;
    }

    .footer-track-container {
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100%;
        align-items: center;
    }

    .footer-track-input {
        flex: 1;
        min-width: 0;
    }

    .footer-track-btn {
        flex-shrink: 0;
    }

    .contactus_details {
        margin-top: unset;
    }
}

@media screen and (max-width: 480px) {

    .footer-track-input {
        padding: 10px 12px;
    }

    .footer-track-btn {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 359px) {
    .section_main_heading {
        font-size: 16px;
    }

    .footer_payment_method_card img {
        height: 32px;
    }

    .newsletter_container {
        padding: 24px 16px;
    }

    .newsletter_input_field {
        font-size: 12px;
    }

    .newsletter_input_box {
        padding: 10px 12px;
    }

    .social_link_card {
        width: 36px;
    }
}