
    .slider-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    background: #fff;
    border-radius: 12px;
        border: 1px solid #c8bcbc;
    margin-top: 1rem;
}
    .slider-item img{
    border-radius: 12px;
}

.item-text {
    max-width: 50%;
    padding: 40px 0;
}

.item-text .sub-title {
    color: #999;
    font-size: 16px;
}

.item-text .title {
    font-size: 48px;
    font-weight: bold;
}

.item-text .title span {
    color: #74d31d; /* orange highlight */
}

.item-text .desc {
    margin: 20px 0;
    color: #666;
}

.price-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.price-box .sale {
    font-size: 20px;
    font-weight: bold;
    background: #333;
    color: #fff;
    padding: 5px 20px;
    border-radius: 25px;
}

.price-box .btn-shop {
    background: #fff;
    border: 1px solid #74d31d;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #74d31d;
    font-weight: bold;
    transition: all 0.3s;
}

.price-box .btn-shop:hover {
    background: #74d31d;
    color: #fff;
}

.price-box .regular {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
}

.slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #74d31d;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    padding: 7px;
    margin-top: -1rem;
}
/* Make sure banner images cover width and don't distort */
.banner-slide {
  width: 100%;
  height: auto;            /* or set a fixed height and use object-fit: cover */
  display: block;
  object-fit: cover;
}
 @media(max-width: 560px){
     .categories-boxes{
        background-size: 70% 70%;
        background-position: 100%;
        background-repeat: no-repeat;
        background-color: #fff !important;
        height: 100px;
    }
    .categories-boxes h5{
        font-size: 15px;
    }
 }
         @media(max-width: 560px){
        
         .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
.slider .owl-dots .owl-dot span {
    width: 20px !important;
    height: 3px !important;
    margin: 5px 7px;
    background: #74d31d;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s 
ease;
    border-radius: 1px !important;
    padding: 3px !important;
    margin-top: -1.5rem !important;
}
    .slider-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px;
        background: #fff;
        border-radius: 3px !important;
        border: 1px solid #c8bcbc;
        margin-top: .5rem !important;
        height: unset;
    }
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: unset;
}
.slider-item img {
    border-radius: 3px !important;
}
}