#suggestion-box {
    position: absolute;
    width: 1191px;
    background: #fff;
    border: 1px solid #be1180;
    border-radius: 5px;
    display: none;
    z-index: 999;
}
.suggestion-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #be1180;
    font-size: 14px;
}
/* Hover Effect */
.suggestion-item:hover {
    background: #be1180;
    color: #fff;
}
.product-cart-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-content-wrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.add-cart .add-btn,
.add-cart .added-text {
    font-size: 13px;
    padding: 6px 10px;
}
@media (max-width: 576px) {
    .product-content-wrap h2 a {
        font-size: 14px;
    }

    .product-price span {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .product-cart-wrap {
        padding: 10px;
    }

    .product-img img {
        height: 140px;
        object-fit: contain;
    }
}


.star-rating {
    display: flex;
    align-items: center;
    line-height: 1;
}

.star-rating i {
    display: inline-block;
    font-size: 14px;
    margin-right: 2px;
    vertical-align: middle;
}
.star-rating i {
    display: inline-flex !important;
    align-items: center;
}


/*cart*/
/* Normal Add Button */
.add-btn {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #be1180;
    color: #be1180;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
}
/* Hover */
.add-btn:hover {
    background: #be1180;
    color: #fff;
}
/* Added State (No Background) */
.added-btn {
    border: none !important;
    background: none !important;
    color: green !important;
    cursor: default;
    padding: 0;
}
/* Hover disable */
.added-btn:hover {
    background: none !important;
    color: green !important;
}
.price-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    font-size: 16px;
    font-weight: 600;
}

.old-price {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

.add-btn {
    padding: 6px 12px;
    font-size: 14px;
}

.home-slider {
    width: 100%;
}

.single-hero-slider {
    width: 100%;
    height: 500px; /* Desktop height */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

/* Content Styling */
.slider-content {
    padding: 50px;
    max-width: 600px;
}

.slider-content h3 {
    font-size: 42px;
    color: #fff;
}

/* Tablet */
@media (max-width: 991px) {
    .single-hero-slider {
        height: 400px;
    }

    .slider-content h3 {
        font-size: 30px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .single-hero-slider {
        height: 250px; /* Mobile height */
    }

    .slider-content {
        padding: 20px;
    }

    .slider-content h3 {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 768px) {
    .carousel-item img {
        height: 220px !important;
        object-fit: cover;
    }

    .carousel-caption h3 {
        font-size: 16px;
    }
}

#heroCarousel {
    position: relative;
}

/* common style */
#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    width: 45px;
    height: 45px;
    background: #be1180;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    position: absolute;
}

/* LEFT arrow */
#heroCarousel .carousel-control-prev {
    left: 15px;
}

/* RIGHT arrow */
#heroCarousel .carousel-control-next {
    right: 15px;
}

/* icons */
#heroCarousel .carousel-control-prev::after {
    content: "‹";
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
    display: flex;
    justify-content: center;
}

#heroCarousel .carousel-control-next::after {
    content: "›";
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
    display: flex;
    justify-content: center;
}

/* hover */
#heroCarousel .carousel-control-prev:hover,
#heroCarousel .carousel-control-next:hover {
    background: #9c0e6a;
}
#heroCarousel {
    position: relative;
}

/* ===== IMAGE FIX ===== */
#heroCarousel .carousel-item img {
    width: 100%;
    object-fit: cover;
}

/* ===== ARROWS DESIGN (DESKTOP ONLY) ===== */
#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    width: 45px;
    height: 45px;
    background: #be1180;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

/* left / right position */
#heroCarousel .carousel-control-prev {
    left: 15px;
}
#heroCarousel .carousel-control-next {
    right: 15px;
}

/* arrow icons */
#heroCarousel .carousel-control-prev::after {
    content: "‹";
    font-size: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    line-height: 45px;
}

#heroCarousel .carousel-control-next::after {
    content: "›";
    font-size: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    line-height: 45px;
}

/* hover */
#heroCarousel .carousel-control-prev:hover,
#heroCarousel .carousel-control-next:hover {
    background: #9c0e6a;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {

    /* small height banner */
    #heroCarousel .carousel-item img {
        height: 180px !important;
    }

    /* hide arrows in mobile */
    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        display: none !important;
    }

    /* optional: smaller text */
    #heroCarousel .carousel-caption h3 {
        font-size: 14px;
    }
}

#heroCarousel .carousel-indicators {
    display: none !important;
}

/* Full width remove container gap */
.hero-carousel {
    width: 100%;
}

/* Full screen height */
.hero-carousel .carousel-item {
    height: 90vh; /* full screen */
}

/* Image full cover */
.hero-img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}

/* Remove container padding (IMPORTANT) */
.home-slider .container {
    max-width: 100%;
    padding: 0;
}

/* Caption center */
.carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
    text-align: center;
}

.carousel-caption h3 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

/* Mobile responsive */
@media (max-width:768px){
    .hero-carousel .carousel-item,
    .hero-img {
        height: 250px;
    }

    .carousel-caption h3 {
        font-size: 18px;
    }
}

/* Full width fix */
.home-slider,
.hero-carousel {
    width: 100%;
    overflow: hidden;
}



.carousel-item img {
    width: 100%;
    height: 450px;          /* desktop height */
    object-fit: cover;      /* image crop clean */
}

@media (max-width: 768px) {
    .carousel-item img {
        height: 200px;      /* mobile height */
        object-fit: cover;
    }
}
.carousel-item img {
    width: 100%;
    height: 70vh;          /* default desktop */
    object-fit: cover;     /* best fit (no distortion) */
    object-position: center;
}
@media (max-width: 992px) {
    .carousel-item img {
        height: 50vh;
    }
}
@media (max-width: 768px) {
    .carousel-item img {
        height: 220px;   /* clean mobile view */
        object-fit: cover;
    }
}
@media (max-width: 480px) {
    .carousel-item img {
        height: 180px;
    }
}
.carousel-item img {
    width: 100%;
    height: 70vh;
    object-fit: cover;   /* desktop */
}
@media (max-width: 768px) {
    .carousel-item img {
        height: 200px;        /* small banner */
        object-fit: contain;   /* FULL IMAGE SHOW (NO CUT) */
        background: #fff;      /* empty space clean look */
    }
}
@media (max-width: 480px) {
    .carousel-item img {
        height: 160px;
        object-fit: contain;
        background: #fff;
    }
}
/* DESKTOP */
#heroCarousel .carousel-item img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

@media (max-width: 992px) {
    #heroCarousel .carousel-item img {
        height: 50vh;
    }
}
@media (max-width: 768px) {
    #heroCarousel .carousel-item img {
        height: 400px;
        object-fit: contain;   /* FULL IMAGE SHOW */
        background: #fff;
    }
}
@media (max-width: 480px) {
    #heroCarousel .carousel-item img {
        height: 160px;
    }

}
.carousel-caption {
    
    padding: 10px;
    border-radius: 8px;
}

/* MOBILE → hide text */
@media (max-width:768px){
    .carousel-caption {
        display: none;
    }
}
#heroCarousel {
    overflow: hidden;
    border-radius: 10px;
}
/* DESKTOP */
#heroCarousel .carousel-item img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}
@media (max-width: 768px) {
    #heroCarousel .carousel-item img {
        height: 320px;        
        object-fit: contain;    
        object-position: center;
        background: #fff;      
    }
}
@media (max-width: 480px) {
    #heroCarousel .carousel-item img {
        height: 260px;
    }
}
@media (max-width:768px){
    #heroCarousel .carousel-item img {
        height: 60vh;
        object-fit: contain;
    }
}
