/* Newly added custom css start from here */
.prod-wrapper h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter", sans-serif !important;
    margin-bottom: 10px;
    text-align: center;
}

.prod-wrapper h5 {
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter", sans-serif !important;
    color: #000;
    margin: 0 !important;
    max-height: 17px;
    overflow: hidden;
}

.prod-wrapper span.text-primary {
    margin: 8px 0;
    display: inline-block;
}

.prod-box .prod-wrapper {
    height: auto !important;
    gap: 10px;
    align-items: center;
}

.prod-wrapper h4 {
    margin-top: 10px;
    width: 100%;
}

.prod-wrapper .star-flex {
    margin: 0 !important;
}

.prod-wrapper .box-flex {
    width: 100%;
}

.aiz-card-box .aiz-p-hov-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-wrapper .box-flex a {
    justify-content: center;
}

.new-copy-write-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.new-copy-write-footer p:not(:last-child) {
    padding-right: 15px;
    border-right: 1px solid black;
}


.aiz-card-box .disc-amount {
    opacity: 100% !important;
    margin: 0 !important;
}

.fs-14.d-flex.justify-content-center.mt-2 {
    gap: 4px
}

.main-footer {
    padding-bottom: 0 !important;
}

/* 16 April 2026 */
/* 
.prod-box .aiz-card-box .image-box {
    border: 1.25px solid #0000001a;
}

.spacing-left-right {
    padding-left: 13px;
    padding-right: 24px;
}

.aiz-carousel.product-gallery {
    border: 1.25px solid #0000001a;

    .carousel-box {
        img {
            height: 100% !important;
            object-fit: cover;
        }
    }
}

.font-size-26 {
    font-size: 26px !important;
    margin-bottom: 20px !important;
}

.offcanvas-body {
    .btn-close {
        background-color: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        display: flex;
        justify-content: flex-end;
        position: absolute;
        right: 12px;

        @media screen and (min-width: 768px) {
            display: none;
        }
    }
}

.offcanvas-header {
    justify-content: flex-end !important;
    padding-right: 20px !important;
}

@media screen and (max-width: 767px) {
    .menu-btn {
        span {
            font-size: 10px;
        }
    }
}

@media screen and (max-width: 1024px) {
    .main-footer {
        padding-bottom: 48px !important;
    }

    .columns-data {
        display: none !important;
    }

    .mobile-column {
        .position-data {
            position: relative;
        }

        h2 {
            font-size: 26px !important;
            max-width: 85%;
            padding-bottom: 20px;

            a {
                font-size: 26px !important;
            }
        }

        .columns-btn-wrap {
            position: absolute;
            top: 12px;
            right: 16px;

            button {
                background-color: #F76B1C;
                border-color: #F76B1C !important;

                svg {
                    path {
                        fill: #FFFFFF !important;
                    }
                }
            }
        }

        .columns-slick-list {
            .slide-item {
                .col-sm-12 {
                    padding: 0 !important;
                }
            }
        }
    }
}

@media screen and (min-width: 1025px) {
    .columns-slider {
        display: none !important;
    }

    .columns-btn-wrap {
        display: none !important;
    }
}

@media screen and (max-width: 430px) {
    .offcanvas.offcanvas-start {
        max-width: 100% !important;
        width: 100% !important;
    }

    .logo-bar-area {
        .col-md-1 {
            width: 23% !important;
        }
    }

    .logo-mainer {
        width: 23% !important;
    }

    .logo-bar-align {
        justify-content: space-between !important;
    }
}

@media screen and (max-width: 1600px) {
    div#section_home_categories .row .col-xl-2 .prod-box {
        width: 100% !important;
    }

}



@media screen and (max-width: 768px) {
    .offcanvas-header {
        display: none;
    }

    section.search-product form button {
        padding: 18px 20px !important;
    }

    .offcanvas-body {
        .inner-opt {
            ul {
                li {
                    .trend-d-down {
                        ul {
                            padding-left: 16px !important;
                        }
                    }
                }
            }
        }
    }

    .spacing-left-right {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    div#section_home_categories .w-100 {
        display: flex !important;
    }

    .aiz-card-box:hover .cart-btn {
        transform: translateY(0) !important;
    }

    .aiz-card-box .cart-btn {
        transform: translateY(0) !important;
    }

    .prod-wrapper h4 {
        line-height: 1 !important;
    }
}

.cart-btn {
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 400 !important;
} */

@media screen and (min-width: 1280px) {
    .logo-bar-align .logo-mainer {
        padding-left: 24px !important;
    }
}

/* Custom Breadcrumbs Styling */
.aiz-breadcrumb {
    background-color: #ffffff;
}
.aiz-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">" !important;
    font-family: inherit !important;
    font-weight: 400 !important;
    color: #6c757d !important;
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
}
.aiz-breadcrumb a,
.aiz-breadcrumb .breadcrumb-link {
    color: #f76b1c !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: color 0.2s ease;
}
.aiz-breadcrumb a:hover,
.aiz-breadcrumb .breadcrumb-link:hover {
    color: #d43533 !important;
    text-decoration: underline !important;
}
.aiz-breadcrumb .breadcrumb-item.active {
    color: #2b2b2b !important;
    font-weight: 700 !important;
}