:root, [data-bs-theme=light] {
    --tyn-font-sans-serif: "Plus Jakarta Sans", sans-serif !important;
    --tyn-primary: #e31e24 !important;
    --tyn-primary-rgb: 227, 30, 36 !important;
}

.btn-primary, .product-card .count-input:not(.collapsed) .product-card-button, .product-card:hover .product-card-button, [data-bs-theme=dark] .product-card:hover .product-card-button {
    --tyn-btn-bg: #e31e24 !important;
    --tyn-btn-border-color: #e31e24 !important;
    --tyn-btn-hover-bg: #e31e24 !important;
    --tyn-btn-hover-border-color: #e31e24 !important;
}

.navbar-sticky.navbar-stuck.navbar {
    background : white;    
}

.navbar-sticky.navbar-stuck.navbar .nav-item a{
    color : var(--tyn-dropdown-link-color) !important;    
}

.navbar-sticky.navbar-stuck.navbar [data-dark-logo]{
    display: block;
}

.navbar-sticky [data-dark-logo]{
    display: none;
}

.navbar-sticky [data-light-logo]{
    display: block;
}

.navbar-sticky.navbar-stuck.navbar [data-light-logo]{
    display: none;
}

.navbar-sticky.navbar-stuck.navbar a.btn-light{
    --tyn-btn-color: #fff !important;
    --tyn-btn-bg: #222934 !important;
    --tyn-btn-border-color: #222934 !important;
    --tyn-btn-hover-color: #fff !important;
    --tyn-btn-hover-bg: #434952 !important;
    --tyn-btn-hover-border-color: #383e48 !important;
}

@media(max-width: 992px) {
   .navbar-sticky .nav-item a{
        color : var(--tyn-dropdown-link-color) !important;    
    } 
}

@media screen and (min-width: 992px) and (max-width: 1366px) and (max-height: 800px) {
    .home-slide {
        height: 600px !important;
    }
    
    .home-slide .swiper {
        height: 660px !important;
    }
    
    .home-slide .swiper h2 {
        font-size: 36px !important;
    }
}

@media screen and (min-width: 500px) and (max-width: 992px) {
    .home-slide {
        height: 720px !important;
    }
    
    .home-slide .swiper {
        height: 790px !important;
    }
    
    .home-slide .swiper h2 {
        font-size: 36px !important;
    }
}

@media screen and (max-width: 500px) {
    .home-slide {
        height: 640px !important;
    }
    
    .home-slide .swiper {
        height: 700px !important;
    }
    
    .home-slide .swiper h2 {
        font-size: 27px !important;
    }
}

.home-slide {
    margin-top: -8rem;
    padding-top: 75px;
    height: 800px;
}

.home-slide .swiper {
    margin-top: -8rem;
    padding-top: 80px;
    height: 855px;
}


.page-header:after, .category-card:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.home-slide:after, .dealer-login:after, .home-slide .swiper .swiper-slide > div:after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.home-slide .swiper-pagination-bullet-active {
    width: 36px !important;
}
.home-slide .swiper-pagination-bullet {
    width: 18px;
    height: 10px;
    border-radius: 100px;
    transition: width .3s ease-in-out, background-color 0.2s ease-in-out !important;
}


.home-product {
    white-space-collapse: preserve-breaks;
    height: 320px;
    object-fit: cover;
    background: #0000007a;
    display: flex;
    justify-content: flex-end;
}

.line {
  width: 20%;
  height: 2px;
  background-color: red;
  margin-top: 5px;
}
  
  
.footer-contact-icon {
    color: white;
    padding: 4px;
    display: inline-flex;
    width: 20px !important;
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 5px;
}

