
.category_nav a.nav-link {
    font-size: 20px;
}

svg.w-5.h-5 {
    width: 20px;
}

.flex.justify-between.flex-1.sm\:hidden {
    display: none;
}

p.text-sm.text-gray-700.leading-5.dark\:text-gray-400 {
    display: none;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800&display=swap');



.navbar-nav .nav-link {
    color: #000 !important;
    padding: 0.5rem 0rem !important;
    border-color: transparent;
    margin-left: 1.5rem;
    transition: none
}

.navbar .navbar-toggler:focus {
    box-shadow: none
}

.navbar-nav .nav-link.active,
.border-red {
    border-bottom: 3px solid #b71c1c
}

.navbar-nav .nav-link:hover {
    border-bottom: 3px solid #b71c1c
}

.container .product-item {
    border: none;
    overflow: hidden;
    position: relative;
    border-radius: 0
}

.container .product-item .product {
    width: 100%;
    /* height: 200px; */
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.container .product-item .product img {
    width: 100%;
    height: 100%;
    object-fit: contain
}


.container .product-item .tag {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    position: absolute;
    top: 16px;
    right: 17px;
    padding: 0 0.4rem
}

.container .product-item .title {
    font-size: 0.95rem;
    letter-spacing: 0.5px
}

.container .product-item .fa-star {
    font-size: 0.65rem;
    color: goldenrod
}

.container .product-item .price {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600
}

.fw-800 {
    font-weight: 800
}

.bg-green {
    background-color: #208f20 !important;
    color: #fff
}

.bg-black {
    background-color: #1f1d1d;
    color: #fff
}

.bg-red {
    background-color: #bb3535;
    color: #fff
}

@media (max-width: 767.5px) {

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
        background-color: #b71c1c;
        color: #fff !important
    }

    .navbar-nav .nav-link {
        border: 3px solid transparent;
        margin: 0.8rem 0;
        display: flex;
        border-radius: 10px;
        justify-content: center
    }
}

/* Ensure full-page height */
.slider-container {
    width: 100%;
    height: 80vh;
    /* Full viewport height */
    overflow: hidden;
}

/* Style for each slide */
.full-slide {
    width: 100%;
    height: 40vh;
    /* Full screen */
    background-size: cover;
    background-position: center;
}

@media (min-width: 320px) and (max-width: 576px) {
    .slider-container {
        height: 30vh;
    }

    .full-slide {
        height: 30vh;
    }
}

@media (min-width: 577px) {
    .slider-container {
        height: 80vh;
    }

    .full-slide {
        height: 80vh;
    }
}

/* Slick custom navigation arrows */
.slick-prev,
.slick-next {
    font-size: 30px;
    z-index: 1000;
    color: white;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

/* Position dots at bottom */
.slick-dots {
    bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .full-slide {
        background-size: cover;
        background-position: center center;
    }
}
