.border-radius-left-8px {
    border-radius: 8px 0 0 0;
}

@media (min-width: 992px) {
    .custom-screen-height {
        height: auto !important;
        min-height: 400px;
    }
}

.text-alt-color {
    color: var(--alt-color);
}

.text-alt-color, .btn-link.text-alt-color, a.text-alt-color-hover:hover {
    color: var(--alt-color);
}

.btn.btn-alt-color {
    background-color: var(--alt-color);
    color: var(--white);
}

    .btn.btn-alt-color:hover, .btn.btn-alt-color:active {
        background-color: var(--base-color);
        color: var(--white);
    }

.btn.btn-alt-font {
    font-family: var(--alt-font);
}

.icon-absolute {
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .icon-absolute:hover {
        background-color: var(--base-color);
        cursor: pointer;
    }

@media (min-width: 1024px) {
    .custom-row-margin {
        margin-top: 30px !important;
    }
}

@media (max-width: 1023px) {
    .custom-row-margin {
        margin-top: 20px !important;
    }
}

.responsive-aspect {
    aspect-ratio: 4/3;
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
    .responsive-aspect {
        aspect-ratio: 1/1;
    }
}

@media (min-width: 1440px) {
    .responsive-aspect {
        aspect-ratio: 4/3;
    }
}

.custom-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .custom-list li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 8px;
    }

        .custom-list li::before {
            content: "\f0a9";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateY(2px);
            color: var(--base-color);
            font-size: 1rem;
        }

@media (min-width: 1024px) {
    .stretch-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .image-container {
        height: auto;
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .stretch-image {
        width: auto;
        height: auto;
        max-width: 100%;
        object-fit: none;
        object-position: center;
    }

    .image-container {
        overflow: visible;
        height: auto;
    }
}

@media (min-width: 1024px) {
    .custom-col-text {
        margin-left: 10px;
    }
}

.btn-link.btn-hover-animation-switch.text-alt-color:hover,
.btn-link.btn-hover-animation-switch.text-alt-color:focus,
.btn-link.btn-hover-animation-switch.text-alt-color:active {
    color: var(--alt-color) !important;
    text-decoration: none;
}

.image-crop {
    width: 80px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

    .image-crop img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
.bg-alt-color {
    background: var(--alt-color);
}
.shop-sidebar .shop-filter li.active-cat a .product-cb {
    border-color: var(--dark-gray);
}

    .shop-sidebar .shop-filter li.active-cat a .product-cb:after {
        opacity: 1;
    }
@media (min-width: 1024px) {
    .basari-item {
        display: flex !important;
    }
}

@media (max-width: 1023px) {
    .basari-item {
        display: none !important;
    }
}
@media (max-width: 1023px) {
    header .header-top-bar {
        display: none;
        height: 0;
    }
        header .header-top-bar + .navbar {
            top: 0;
        }
}
@media (max-width: 1024px) {
    .slider-one-slide-prev-1,
    .slider-one-slide-next-1 {
        display: none !important;
    }
}
.icon-grayscale {
    filter: grayscale(100%);
    transition: filter 0.3s;
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
    object-fit: cover;
}

.tab-category-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.nav-link.active .icon-grayscale,
.nav-link:hover .icon-grayscale {
    filter: none;
}

.category-slider .interactive-banner-style-09 img {
    filter: grayscale(100%);
}
.nav-link:hover .interactive-banner-style-09 img,
.nav-link:focus .interactive-banner-style-09 img,
.nav-link.active .interactive-banner-style-09 img {
    filter: grayscale(0%);
}
.product-thumb {
    height: 80px
}

@media (max-width:576px) {
    .product-thumb {
        height: 120px !important
    }
}
@media (max-width:576px) {
    .btn-close.mobile-base {
        --bs-btn-close-color: var(--base-color);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f0a737' viewBox='0 0 16 16'%3e%3cpath d='M2.146 2.146a.5.5 0 0 1 .708 0L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
}