/* Template 3 ONLY — product cards (grocery listing style, whole theme) */
body.al_body_template_three .nest-product-card.product-card-box,
body.al_body_template_three .nest-product-card.product-cart-wrap,
body.al_body_template_three .al_box_third_template.nest-product-card.product-card-box,
body.al_body_template_three .render_full_featured_products .nest-product-card.product-card-box.position-relative.al_box_third_template,
body.al_body_template_three .render_full_featured_products .nest-product-card.product-card-box.position-relative.al_box_third_template.al,
body.al_body_template_three .product-m .nest-product-card.product-card-box,
body.al_body_template_three .displayProducts .nest-product-card.product-card-box {
    position: relative !important;
    transform: none !important;
    -webkit-transform: none !important;
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 15px !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 10px 24px rgba(51, 153, 102, 0.08) !important;
    overflow: hidden !important;
    min-height: 0 !important;
    max-height: none !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
    transition: box-shadow 0.2s ease, border-color 0.2s ease !important;
}

body.al_body_template_three .nest-product-card.product-card-box:hover,
body.al_body_template_three .nest-product-card.product-cart-wrap:hover,
body.al_body_template_three .al_box_third_template.nest-product-card:hover,
body.al_body_template_three .product-m .nest-product-card.product-card-box:hover,
body.al_body_template_three .render_full_featured_products .nest-product-card.product-card-box:hover,
body.al_body_template_three .displayProducts .nest-product-card.product-card-box:hover {
    transform: none !important;
    -webkit-transform: none !important;
    box-shadow: 0 12px 28px rgba(51, 153, 102, 0.14) !important;
    border: 1px solid #d6efe0 !important;
}

body.al_body_template_three .nest-product-card .product-img-action-wrap {
    position: relative !important;
    background: #fff !important;
    padding: 14px 14px 8px !important;
    max-height: none !important;
    flex: 0 0 auto !important;
    overflow: hidden !important;
    border-radius: 15px 15px 0 0 !important;
}

body.al_body_template_three .nest-product-card .product-img {
    position: relative !important;
    z-index: 1 !important;
    height: 190px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #eef6f1 !important;
    box-shadow: inset 0 0 0 1px rgba(235, 246, 239, 0.35) !important;
}

body.al_body_template_three .nest-product-card .product-img a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
}

body.al_body_template_three .nest-product-card .product-img a::after {
    display: none !important;
}

body.al_body_template_three .nest-product-card .product-img a img,
body.al_body_template_three .nest-product-card .product-img img.default-img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 165px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    margin: 0 auto !important;
    padding: 4px !important;
    transition: none !important;
}

body.al_body_template_three .nest-product-card:hover .product-img-zoom a img,
body.al_body_template_three .nest-product-card:hover .product-img a img {
    transform: none !important;
    filter: none !important;
}

body.al_body_template_three .nest-product-card .ribbon-discount {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    z-index: 4 !important;
    background: var(--theme-deafult, #3cab55) !important;
    color: #fff !important;
    padding: 5px 11px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    border-radius: 999px !important;
    box-shadow: 0 6px 14px rgba(60, 171, 85, 0.24) !important;
}

body.al_body_template_three .nest-product-card .wishlist-btn,
body.al_body_template_three .nest-product-card .brand-tag {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    z-index: 20 !important;
    background: #fff !important;
    border: 1px solid #edf3ef !important;
    border-radius: 999px !important;
    padding: 0 !important;
    width: 26px !important;
    height: 26px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 6px 12px rgba(17, 24, 39, 0.06) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

body.al_body_template_three .nest-product-card .wishlist_btni {
    font-size: 13px !important;
}

body.al_body_template_three .nest-product-card .product-content-wrap {
    padding: 10px 16px 16px !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    text-align: left !important;
    position: relative !important;
    z-index: 2 !important;
    border-radius: 0 0 15px 15px !important;
    overflow: hidden !important;
}

body.al_body_template_three .nest-product-card .nest-product-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin: 0 0 12px !important;
    line-height: 1.45 !important;
    min-height: 42px !important;
    color: #22313f !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
    text-align: left !important;
    letter-spacing: 0 !important;
}

body.al_body_template_three .nest-product-card .nest-product-title a {
    color: #22313f !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

body.al_body_template_three .nest-product-card .nest-product-title a:hover {
    color: var(--theme-deafult, #3cab55) !important;
}

body.al_body_template_three .nest-product-card .product-category {
    margin: 0 0 10px !important;
    order: -1 !important;
}

body.al_body_template_three .nest-product-card .product-category span {
    display: inline-block !important;
    color: #6d8b78 !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px !important;
    text-transform: uppercase !important;
    background: #f4fbf7 !important;
    border: 1px solid #e0efe7 !important;
    border-radius: 999px !important;
    padding: 4px 10px !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.al_body_template_three .nest-product-card .product-rate-cover,
body.al_body_template_three .nest-product-card .product-action-1,
body.al_body_template_three .nest-product-card .nest-product-brand-logo {
    display: none !important;
}

body.al_body_template_three .nest-product-card .product-card-bottom {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    gap: 12px !important;
    margin-top: auto !important;
    padding: 0 !important;
    border-top: 0 !important;
}

body.al_body_template_three .nest-product-card .product-price {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 0 !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
}

body.al_body_template_three .nest-product-card .product-price span {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--theme-deafult, #3cab55) !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
}

body.al_body_template_three .nest-product-card .product-price span.old-price,
body.al_body_template_three .nest-product-card .product-price .old-price {
    font-size: 12px !important;
    color: #9ca3af !important;
    font-weight: 400 !important;
    text-decoration: line-through !important;
    margin-left: 6px !important;
    letter-spacing: 0 !important;
}

body.al_body_template_three .nest-product-card .add-cart {
    flex: 0 0 auto !important;
    margin-left: auto !important;
}

body.al_body_template_three .nest-product-card .add-cart .add,
body.al_body_template_three .nest-product-card .add-cart .addCart_btn,
body.al_body_template_three .nest-product-card .add-cart button.to_cart_btn,
body.al_body_template_three .nest-product-card button.addCart_btn,
body.al_body_template_three .displayProducts .nest-product-card .addCart_btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    padding: 8px 12px !important;
    border-radius: 999px !important;
    background: #f3fbf5 !important;
    color: var(--theme-deafult, #3cab55) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border: 1px solid #d7efe1 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    box-shadow: none !important;
    text-transform: capitalize !important;
    cursor: pointer !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

body.al_body_template_three .nest-product-card .add-cart .add:hover,
body.al_body_template_three .nest-product-card .add-cart .addCart_btn:hover,
body.al_body_template_three .nest-product-card .add-cart button.to_cart_btn:hover {
    background: #ebf8ef !important;
    color: var(--theme-deafult, #3cab55) !important;
    opacity: 1 !important;
    border-color: #cbe6d7 !important;
    box-shadow: none !important;
    transform: none !important;
}

body.al_body_template_three .nest-product-card .add-cart .add i,
body.al_body_template_three .nest-product-card .add-cart .addCart_btn i,
body.al_body_template_three .nest-product-card .add-cart button.to_cart_btn i {
    font-size: 11px !important;
}

/* Let card shadows show around carousel slides */
body.al_body_template_three .product-m.slick-slider,
body.al_body_template_three .p2p_eccomerce_slider_five.slick-slider,
body.al_body_template_three .product-m.render_featured_products,
body.al_body_template_three .render_full_featured_products .product-m,
body.al_body_template_three section.main-product .product-m,
body.al_body_template_three section.main-product.render_full_featured_products,
body.al_body_template_three section.main-product {
    overflow: visible !important;
}

/*
 * Match live On Sale gutters exactly:
 * .slick-slide > div { margin: 0 }
 * .slick-slide > div .col { padding: 0 8px }  => 16px even gap, inside Slick width
 */
body.al_body_template_three .product-m .slick-list,
body.al_body_template_three .p2p_eccomerce_slider_five .slick-list,
body.al_body_template_three .render_featured_products .slick-list,
body.al_body_template_three .render_new_products .slick-list,
body.al_body_template_three .render_on_sale .slick-list {
    overflow: visible !important;
    padding: 16px 8px 32px !important;
    margin: -16px -8px -32px !important;
}

body.al_body_template_three .product-m .slick-track,
body.al_body_template_three .p2p_eccomerce_slider_five .slick-track {
    display: flex !important;
    align-items: stretch !important;
    overflow: visible !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.al_body_template_three .product-m .slick-slide,
body.al_body_template_three .p2p_eccomerce_slider_five .slick-slide,
body.al_body_template_three .render_featured_products .slick-slide,
body.al_body_template_three .render_new_products .slick-slide,
body.al_body_template_three .render_on_sale .slick-slide {
    height: auto !important;
    display: flex !important;
    overflow: visible !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
}

body.al_body_template_three .product-m .slick-slide > div,
body.al_body_template_three .product-m .slick-slide>div,
body.al_body_template_three .p2p_eccomerce_slider_five .slick-slide > div,
body.al_body_template_three .p2p_eccomerce_slider_five .slick-slide>div {
    display: flex !important;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

body.al_body_template_three .product-m .slick-slide .col,
body.al_body_template_three .p2p_eccomerce_slider_five .slick-slide .col,
body.al_body_template_three .p2p_eccomerce_slider_five .slick-slide > div .col {
    display: flex !important;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 100% !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 8px 4px !important;
    box-sizing: border-box !important;
}

body.al_body_template_three .product-m .nest-product-card {
    width: 100% !important;
    margin: 0 !important;
}

body.al_body_template_three .nest-product-listing .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

body.al_body_template_three .nest-listing-card-col {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@media (max-width: 767px) {
    body.al_body_template_three .nest-product-card.product-card-box,
    body.al_body_template_three .nest-product-card.product-cart-wrap,
    body.al_body_template_three .render_full_featured_products .nest-product-card.product-card-box {
        min-height: 0 !important;
        max-height: none !important;
        border-radius: 15px !important;
    }

    body.al_body_template_three .nest-product-card.product-card-box:hover,
    body.al_body_template_three .nest-product-card.product-cart-wrap:hover,
    body.al_body_template_three .product-m .nest-product-card.product-card-box:hover {
        transform: none !important;
        -webkit-transform: none !important;
        box-shadow: 0 12px 28px rgba(51, 153, 102, 0.14) !important;
        border: 1px solid #d6efe0 !important;
    }

    body.al_body_template_three .nest-product-card .product-img {
        height: 170px !important;
    }

    body.al_body_template_three .nest-product-card .product-img a img,
    body.al_body_template_three .nest-product-card .product-img img.default-img {
        max-height: 170px !important;
    }

    body.al_body_template_three .nest-product-card .nest-product-title {
        font-size: 14px !important;
        min-height: 40px !important;
    }

    body.al_body_template_three .nest-product-card .product-price span {
        font-size: 22px !important;
    }

    body.al_body_template_three .nest-product-card .add-cart .add,
    body.al_body_template_three .nest-product-card .add-cart .addCart_btn,
    body.al_body_template_three .nest-product-card .add-cart button.to_cart_btn {
        padding: 7px 12px !important;
        font-size: 12px !important;
        border-radius: 999px !important;
    }
}

/* Listing pages (category / filter AJAX) */
body.al_body_template_three .nest-product-listing .nest-listing-card-col {
    display: flex;
}

body.al_body_template_three .nest-product-listing .nest-product-card {
    width: 100% !important;
}

body.al_body_template_three .outter-fillter-data .nest-product-card .media-body,
body.al_body_template_three .outter-fillter-data .nest-product-card .inner_spacing {
    background: transparent !important;
}

/* Similar sidebar cards — same grocery card language */
body.al_body_template_three .nest-product-buy-details .nest-similar-card.product-cart-wrap {
    border: 1px solid #eeeeee !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) !important;
}

body.al_body_template_three .nest-product-buy-details .nest-similar-card.product-cart-wrap:hover {
    transform: none !important;
    border-color: #eeeeee !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

body.al_body_template_three .nest-product-buy-details .nest-similar-card .product-img-action-wrap {
    background: #f5f5f5 !important;
}

body.al_body_template_three .nest-product-buy-details .nest-similar-card .product-category span {
    color: #666 !important;
    font-weight: 400 !important;
}

body.al_body_template_three .nest-product-buy-details .nest-similar-card .nest-product-title {
    font-weight: 700 !important;
}

body.al_body_template_three .nest-product-buy-details .nest-similar-card .product-price > span:first-child {
    font-size: 16px !important;
    font-weight: 700 !important;
}

/* All Template 8 — 1 full card on portrait phones below 480px (sliders + listing cols) */
@media (max-width: 480px) and (orientation: portrait) {
    body.al_body_template_three .p2p_eccomerce_slider_five .slick-list,
    body.al_body_template_three .p2p_eccomerce_slider .slick-list,
    body.al_body_template_three .top_rated_slider .slick-list {
        overflow: hidden !important;
        padding: 8px 0 16px !important;
        margin: 0 !important;
    }

    body.al_body_template_three .product-m .slick-list {
        overflow: hidden !important;
        padding: 8px 0 16px !important;
        margin: 0 -10px !important;
    }

    body.al_body_template_three .p2p_eccomerce_slider_five .slick-slide > div,
    body.al_body_template_three .p2p_eccomerce_slider_five .slick-slide .col,
    body.al_body_template_three .p2p_eccomerce_slider .slick-slide > div,
    body.al_body_template_three .p2p_eccomerce_slider .slick-slide .col,
    body.al_body_template_three .top_rated_slider .slick-slide > div,
    body.al_body_template_three .top_rated_slider .slick-slide .col {
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 auto !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    body.al_body_template_three .nest-product-listing .nest-listing-card-col,
    body.al_body_template_three .outter-fillter-data .product-wrapper-grid .col-xl-3.col-md-3.col-6.mt-3,
    body.al_body_template_three .product-wrapper-grid .col-xl-3.col-md-3.col-6.mt-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* Beat leftover template-three card rules */
body.al_body_template_three .nest-product-card.product-card-box.al_box_third_template,
body.al_body_template_three .product-m .nest-product-card.product-card-box.al_box_third_template.al,
body.al_body_template_three .displayProducts .nest-product-card.product-card-box {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #e4f0e8 !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 24px rgba(51, 153, 102, 0.08) !important;
    padding: 0 !important;
}

body.al_body_template_three .nest-product-card.product-card-box.al_box_third_template:hover,
body.al_body_template_three .displayProducts .nest-product-card.product-card-box:hover {
    transform: none !important;
    border: 1px solid #d6efe0 !important;
    box-shadow: 0 12px 28px rgba(51, 153, 102, 0.14) !important;
}

body.al_body_template_three .product-m .slick-slide:not(:has(.col)) {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

/* Beat global color1-style: .product-m .slick-slide>div { margin: 0 15px } */
body.al_body_template_three .product-m .slick-list,
body.al_body_template_three .p2p_eccomerce_slider_five.slick-slider .slick-list {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

body.al_body_template_three .product-m .slick-slide,
body.al_body_template_three .p2p_eccomerce_slider_five .slick-slide {
    padding: 0 !important;
    margin: 0 !important;
}

body.al_body_template_three .product-m .slick-slide > div,
body.al_body_template_three .product-m .slick-slide>div,
body.al_body_template_three .p2p_eccomerce_slider_five .slick-slide > div,
body.al_body_template_three .p2p_eccomerce_slider_five .slick-slide>div {
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.al_body_template_three .product-m .slick-slide .col,
body.al_body_template_three .p2p_eccomerce_slider_five .slick-slide .col,
body.al_body_template_three .p2p_eccomerce_slider_five .slick-slide > div .col {
    margin: 0 !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

/* Category cards — match Featured Products nest chrome */
body.al_body_template_three .nest-main-cat-card,
body.al_body_template_three a.nest-main-cat-card {
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    border: 1px solid #cdebd6 !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    text-decoration: none !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    color: #253d4e !important;
    height: 100% !important;
    padding: 18px 16px 14px !important;
    transform: none !important;
}

body.al_body_template_three .nest-main-cat-card:hover,
body.al_body_template_three a.nest-main-cat-card:hover {
    box-shadow: 0 8px 22px rgba(59, 183, 126, 0.12) !important;
    border-color: var(--theme-deafult, #3bb77e) !important;
    transform: none !important;
    color: #253d4e !important;
}

body.al_body_template_three .nest-main-cat-card__media {
    position: relative !important;
    width: 100% !important;
    height: 150px !important;
    background: #fff !important;
    overflow: hidden !important;
    padding: 4px 2px 8px !important;
    line-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.al_body_template_three .nest-main-cat-card__media img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 140px !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto !important;
}

body.al_body_template_three .nest-main-cat-card__body {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    text-align: left !important;
    padding: 4px 2px 0 !important;
    gap: 8px !important;
}

body.al_body_template_three .nest-main-cat-card__name {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: #253d4e !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
    min-height: 0 !important;
    margin: 0 !important;
    flex: 1 1 auto !important;
}

body.al_body_template_three .nest-main-cat-card__foot {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    padding: 0 !important;
    margin-top: 0 !important;
    background: transparent !important;
    border-top: 0 !important;
    flex: 0 0 auto !important;
}
    border-top: 0 !important;
}

body.al_body_template_three .nest-main-cat-card__arrow {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 36px !important;
    height: 32px !important;
    padding: 0 12px !important;
    border-radius: 4px !important;
    border: 0 !important;
    background: #def9ec !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--theme-deafult, #3bb77e) !important;
    font-size: 13px !important;
}

body.al_body_template_three .nest-main-cat-card:hover .nest-main-cat-card__arrow {
    background: var(--theme-deafult, #3bb77e) !important;
    color: #fff !important;
}

body.al_body_template_three .displayProducts .subcategory-card,
body.al_body_template_three a.subcategory-card {
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    border: 1px solid #cdebd6 !important;
    border-radius: 15px !important;
    padding: 18px 16px 14px !important;
    text-align: left !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    height: 100% !important;
    margin-bottom: 16px !important;
    text-decoration: none !important;
    transform: none !important;
}

body.al_body_template_three .displayProducts .subcategory-card:hover,
body.al_body_template_three a.subcategory-card:hover {
    border-color: var(--theme-deafult, #3bb77e) !important;
    box-shadow: 0 8px 22px rgba(59, 183, 126, 0.12) !important;
    transform: none !important;
}

body.al_body_template_three .subcategory-card .subcategory-img-wrapper {
    width: 100% !important;
    aspect-ratio: auto !important;
    height: 150px !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 8px !important;
    background: #fff !important;
}

body.al_body_template_three .subcategory-card .subcategory-img-wrapper img {
    max-width: 100% !important;
    max-height: 140px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    transform: none !important;
}

body.al_body_template_three .subcategory-card:hover .subcategory-img-wrapper img {
    transform: none !important;
}

body.al_body_template_three .subcategory-card .subcategory-text {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #253d4e !important;
    line-height: 1.3 !important;
    height: auto !important;
    min-height: 42px !important;
    text-align: left !important;
    padding: 4px 2px 0 !important;
}

@media (max-width: 767px) {
    body.al_body_template_three .nest-main-cat-card,
    body.al_body_template_three a.nest-main-cat-card {
        padding: 14px 12px 12px !important;
    }

    body.al_body_template_three .nest-main-cat-card__media,
    body.al_body_template_three .subcategory-card .subcategory-img-wrapper {
        height: 130px !important;
    }

    body.al_body_template_three .nest-main-cat-card__media img,
    body.al_body_template_three .subcategory-card .subcategory-img-wrapper img {
        max-height: 120px !important;
    }

    body.al_body_template_three .nest-main-cat-card__name {
        font-size: 14px !important;
        min-height: 0 !important;
    }
}

/* Template 3 — left Sub Category sidebar (category inner pages) */
body.al_body_template_three .main-fillter .theme-card.custom-inner-card {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
}

body.al_body_template_three .main-fillter .accordion .card {
    background: #fff !important;
    border: 1px solid #cdebd6 !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 24px rgba(51, 153, 102, 0.10) !important;
    overflow: hidden !important;
}

body.al_body_template_three .main-fillter .accordion .card-header {
    background: linear-gradient(180deg, #f4fbf7 0%, #fff 100%) !important;
    border: 0 !important;
    padding: 0 !important;
}

body.al_body_template_three .main-fillter .accordion .card-header button.btn,
body.al_body_template_three .main-fillter .accordion .card-header button.btn-link {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    color: #253d4e !important;
}

body.al_body_template_three .main-fillter .theme-card h5.title-border {
    border-bottom: 1px solid #e0efe7 !important;
    padding: 14px 16px !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #253d4e !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.al_body_template_three .main-fillter .theme-card h5.title-border span {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    float: none !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #253d4e !important;
}

body.al_body_template_three .main-fillter .theme-card h5.title-border i {
    float: none !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: var(--theme-deafult, #179525) !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    line-height: 28px !important;
    margin: 0 !important;
    text-align: center !important;
}

body.al_body_template_three .main-fillter .theme-card.custom-inner-card div#collapseOne .card-body,
body.al_body_template_three .main-fillter .accordion .card-body {
    padding: 8px !important;
    background: #fff !important;
}

body.al_body_template_three .main-fillter .listing-categories ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.al_body_template_three .main-fillter .listing-categories ul li {
    display: block !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    width: 100% !important;
}

body.al_body_template_three .main-fillter .listing-categories ul li:last-child {
    margin-bottom: 0 !important;
}

body.al_body_template_three .main-fillter .listing-categories ul li a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 11px 12px !important;
    border-radius: 10px !important;
    color: #22313f !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
    background: transparent !important;
    border: 0 !important;
}

body.al_body_template_three .main-fillter .listing-categories ul li a:hover,
body.al_body_template_three .main-fillter .listing-categories ul li a:focus {
    background: #f4fbf7 !important;
    color: var(--theme-deafult, #179525) !important;
}

body.al_body_template_three .main-fillter .listing-categories ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    color: #9bb8a8;
    margin-left: 8px;
}

body.al_body_template_three .main-fillter .listing-categories ul li a:hover:after {
    color: var(--theme-deafult, #179525);
}

.cart-page-shimmer {
    display: none;
}

body.al_body_template_three .cart-design .loader {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    height: auto !important;
    width: 100% !important;
    min-height: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    background: transparent !important;
    z-index: 1 !important;
    margin-top: 1rem !important;
    margin-bottom: 3rem !important;
    padding: 0 !important;
    overflow: visible !important;
}

body.al_body_template_three .cart-design .loader::before,
body.al_body_template_three .cart-design .loader::after {
    display: none !important;
    content: none !important;
    animation: none !important;
}

body.al_body_template_three .cart-design .loader .spinner-border,
body.al_body_template_three .cart-design .spinner-box {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.al_body_template_three .cart-design .cart-page-shimmer {
    display: block !important;
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
}

body.al_body_template_three .cart-design .cart-page-shimmer .shoping_cart,
body.al_body_template_three .cart-design .cart-page-shimmer .cart-summary,
body.al_body_template_three .cart-design .cart-page-shimmer .left_box.new_cart {
    width: 100%;
}

body.al_body_template_three .cart-design .cart-page-shimmer .shoping_cart {
    min-height: 420px;
}

body.al_body_template_three .cart-design .cart-page-shimmer .cart-summary {
    min-height: 420px;
}

body.al_body_template_three .cart-design .cart-page-shimmer .left_box.new_cart {
    min-height: 160px;
}

body.al_body_template_three .cart-design .cart-shimmer-panel {
    width: 100%;
    height: 90px;
    border-radius: 4px;
    margin-top: 12px;
}

body.al_body_template_three .cart-design .cart-shimmer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

body.al_body_template_three .cart-design .cart-shimmer-row .cart-shimmer-line {
    width: 55%;
    margin-bottom: 0;
}

body.al_body_template_three .cart-design .cart-shimmer-shop-btn {
    width: 180px;
    height: 36px;
    border-radius: 4px;
    margin-bottom: 8px;
}

body.al_body_template_three .cart-design .cart-shimmer-title {
    width: 180px;
    height: 18px;
    border-radius: 4px;
    margin-bottom: 12px;
}

body.al_body_template_three .cart-design .cart-shimmer-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}

body.al_body_template_three .cart-design .cart-shimmer-item:last-child {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 0;
}

body.al_body_template_three .cart-design .cart-shimmer-thumb {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    flex: 0 0 70px;
}

body.al_body_template_three .cart-design .cart-shimmer-meta {
    flex: 1 1 auto;
    min-width: 0;
}

body.al_body_template_three .cart-design .cart-shimmer-line {
    width: 100%;
    height: 12px;
    border-radius: 4px;
    margin-bottom: 8px;
}

body.al_body_template_three .cart-design .cart-shimmer-line.short {
    width: 55%;
    margin-bottom: 0;
}

body.al_body_template_three .cart-design .cart-shimmer-col {
    width: 54px;
    height: 14px;
    border-radius: 4px;
    flex: 0 0 54px;
}

body.al_body_template_three .cart-design .cart-summary .cart-shimmer-title {
    margin-top: 8px;
    margin-bottom: 18px;
}

body.al_body_template_three .cart-design .cart-shimmer-btn {
    width: 100%;
    height: 42px;
    border-radius: 4px;
    margin-top: 18px;
}

body.al_body_template_three .cart-design .cart-page-shimmer .loading {
    position: relative;
    background: #e9eee9;
    overflow: hidden;
}

body.al_body_template_three .cart-design .cart-page-shimmer .loading:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
    animation: cartShimmerMove 1.2s infinite;
}

@keyframes cartShimmerMove {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

body.al_body_template_three .t3-content-stage {
    position: relative;
}

body.al_body_template_three .t3-panel-skeleton {
    display: none !important;
    position: fixed;
    top: var(--t3-header-height, 177px);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    width: 100%;
    height: auto;
    min-height: 0;
    background: #fff !important;
    overflow-y: auto;
    box-shadow: none !important;
    border-radius: 0 !important;
}

body.al_body_template_three .spinner-overlay,
body.al_body_template_three #overlay {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    background: transparent !important;
}

body.al_body_template_three .spinner-overlay .page-spinner,
body.al_body_template_three .spinner-overlay .circle-border {
    display: none !important;
}

body.al_body_template_three .t3-panel-skeleton.is-hidden {
    display: none !important;
}

body.al_body_template_three .t3-skel-panel,
body.al_body_template_three .t3-skel-card {
    background: #fff;
    border: 1px solid #eef2f0;
    border-radius: 12px;
    padding: 16px;
}

body.al_body_template_three .t3-skel-panel {
    min-height: 420px;
    margin-bottom: 16px;
}

body.al_body_template_three .t3-skel-thumb {
    width: 100%;
    height: 140px;
    border-radius: 10px;
    margin-bottom: 12px;
}

body.al_body_template_three .t3-skel-line {
    width: 100%;
    height: 12px;
    border-radius: 4px;
    margin-bottom: 10px;
}

body.al_body_template_three .t3-skel-line.short {
    width: 60%;
}

body.al_body_template_three .t3-skel-line.t3-skel-title {
    width: 180px;
    height: 18px;
    margin-bottom: 16px;
}

body.al_body_template_three .t3-skel-line.t3-skel-price {
    width: 40%;
    height: 16px;
    margin-bottom: 0;
}

body.al_body_template_three .t3-skel-block {
    width: 100%;
    height: 90px;
    border-radius: 4px;
    margin-top: 12px;
}

body.al_body_template_three .t3-panel-skeleton .loading {
    position: relative;
    background: #e9eee9;
    overflow: hidden;
}

body.al_body_template_three .t3-panel-skeleton .loading:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
    animation: cartShimmerMove 1.2s infinite;
}

body.al_body_template_three.add_overlay:after,
.al_body_template_three.add_overlay:after {
    display: none !important;
    content: none !important;
    background: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}


