/* Custom iPhone-like pagination */
.combo-offer-slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.combo-offer-slider .owl-dot {
    position: relative;
    width: 30px;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
}

.combo-offer-slider .owl-dot span {
    display: none; /* hide default span */
}

.combo-offer-slider .owl-dot b {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #000; /* progress bar color */
    transition: width linear;
}

.banner-container img {
    position: relative;
}

.combo-offers-section .owl-item.active {
    overflow: hidden;
    cursor: pointer;
    opacity: 1;               /* default dimmed */
    transition: all 0.4s ease;

}
.combo-offers-section .owl-item.active:hover {
    opacity: 0.6;
    transform: scale(1.03);
    border-radius: 25px !important;
    filter: drop-shadow(2px 4px 6px #647f42);
}
.owl-carousel {
    position: relative;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    left: -30px;
    right: -30px;
}

.blog-slider .owl-nav button.owl-prev,
.blog-slider .owl-nav button.owl-next {
    font-size: 25px !important;
}
.blog-slider .owl-item img {
    border-radius: 16px ;
}

.combo-offers-section .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: 1px solid;
    padding: 0!important;
    font: inherit;
    width: 40px;
    height: 5px;
    border-radius: 25px;
}
.product-tab-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    border-bottom: 0;
    justify-content: center;
}
.product-tab-nav li {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom: none;
    margin-right: 5px;
    background: #f9f9f9;
    transition: background 0.3s;
    border-radius: 8px;
}
.product-tab-nav li.active {
    background: #f87a2c;
    color: #FFF;
    /* border: 2px solid #000; */
}
.tab-pane {
    display: none;
    padding: 20px 0;
}
.tab-pane.active {
    display: block;
}
.owl-item {
    float: left;
}
.owl-item .list-col-item.item-grid-product-style15.list-3-item{
    width:100%;
    
}
.sec-1 .swiper-pagination {
    position: absolute !important;
    bottom: 20px !important;
}

.random-products-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 2 columns */
    gap: 30px; /* space between items */
}

.random-products-grid .product-item {
    border: 1px solid #eee;
    padding: 10px;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    filter: drop-shadow(2px 4px 6px #647f42);
    transition: 0.5s ease;
}

.random-products-grid .product-item:hover {
    transform: scale(1.1);

}

.random-products-grid img {
    max-width: 100%;
    height: auto;
}
span.color-price {
    color: #f87a2c;
    font-weight: 700;
}
.random-products-grid .product-item img {
    width: 100%;
    max-width: 250px;
    height: 100%;
    max-height: 250px;
}

/* ddm works starts on 22-09-2025--- */
.item-product,
.product-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    flex: 1;
}

.product-thumb {
    width: 100%;
    aspect-ratio: 1 / 1; /* Keeps image square */
    overflow: hidden;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the box without stretching */
    display: block;
}

.product-title a {
    display: block;
    white-space: nowrap;      /* Keep title in one line */
    overflow: hidden;         /* Hide overflow */
    text-overflow: ellipsis;  /* Show ... for long text */
}
.owl-nav.disabled {
    display: none;
}
.owl-dots{
    display: none;
}

/* ddm works ends on 22-09-2025--- */

/* Rup work start on 24-09-25 */
body.page-id-45083 #main-content {
    padding: 0 0 80px 0 !important;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    position: absolute;
    bottom: 20px;
}
.combo-image img {
    height: 100% !important;
}
.banner-slider .elementor-element {
    border-radius: 25px !important;
}
.brands-slider .elementor-element.elementor-element-3936c9f.e-con-full.e-flex.e-con.e-child {
    background-color: #d0e1f5;
    border-radius: 30px;
    filter: drop-shadow(1px 1px 5px #0b365f);
}
.combo-image img.attachment-large.size-large.wp-image-45376 {
    width: 100% !important;
    height: 100%;
    max-height: 440px !important;
}
/* Rup work end on 24-09-25 */

/* ddm works on the 25-09-2025 */
/* Custom styles for the slider wrapper */
.slider-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden; /* prevents slider from bleeding out */
}

/* make sure Owl respects parent width */
.slider-wrapper .owl-stage-outer {
  max-width: 100%;
  overflow: hidden;
}

.product-start-from .owl-nav {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 30px 0;
}

.product-start-from .owl-nav button.owl-prev,
.product-start-from .owl-nav button.owl-next {
    border-radius: 25px;
    padding: 5px 15px;
    font-size: 25px;
    border: none;
    cursor: pointer;
    background-color: #f4decb;
}

.product-start-from .item-product {
    border-radius: 25px !important;
    padding: 20px !important;
}

.combo-offers-section .elementor-element.elementor-element-f42d328.e-con-full.e-flex.e-con.e-child {
    height: 470px !important;
}

.brands-slider .elementor-element.elementor-element-3936c9f.e-con-full.e-flex.e-con.e-child {
    padding: 0;
}

/* .product-start-from .product-info {
    max-height: 100px;
    overflow: hidden;
} */
.product-start-from .item-product {
    max-height: 300px;
    overflow: hidden;
}
.custom-product-carousel .item-product {
    filter: drop-shadow(1px 1px 3px #960ea0);
}

.custom-product-carousel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 25px;
}

.custom-product-carousel::-webkit-scrollbar {
    height: 3px;
	background-color: #F5F5F5;
}

.custom-product-carousel::-webkit-scrollbar-thumb {
	border-radius: 25px;
	/* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148))); */
    background-color: #ff8c22;
}

/* Blog wrapper */
.blog-item {
    position: relative;
    overflow: hidden;
}

/* Image container */
.blog-thumb {
    position: relative;
    display: block;
}

/* Image rounded */
.blog-thumb img {
    border-radius: 25px;
    display: block;
}

/* Overlay element */
.blog-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); /* dark overlay */
    opacity: 0;
    border-radius: 16px;  /* 👈 matches image corners */
    transition: opacity 0.3s ease;
    pointer-events: none; /* keep link clickable */
}

/* Title link */
.blog-title a {
    color: #222;
    transition: color 0.3s ease;
    text-decoration: none;
}

/* Hover states */
.blog-thumb:hover::after,
.blog-item:hover .blog-thumb::after {
    opacity: 1;
}

.blog-title a:hover {
    color: #e63946; /* your theme accent color */
}

/* a.button.product_type_simple {
    display: none;
}

a.button.product_type_simple:hover {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    right: 10px !important;
    transform: translate(0px, 10px) !important;
    z-index: 999999999 !important;
} */

.list-col-item,
.newslider .list-col-item,
.sale-products-row .list-col-item {
    padding: 0 !important;
}

@media (max-width: 767px) {
    .categorie-section .owl-carousel .owl-item img {
        width: auto !important;
    }
    .categorie-section .shop-categories-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 15px !important;
    }
    .categorie-section .shop-category-item img {
        width: 100px !important;
        height: 100px !important;
        margin: 0 !important;
    }
    .categorie-section .shop-category-title {
        font-size: 12px !important;
    }
    .elementor-element.elementor-element-c8761f1.categorie-section.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
    .dive-into-section {
        padding: 0 !important;
    }
    .dive-into-section .custom-carousel-wrapper {
        padding: 0.8rem !important;
    }
    .dive-into-section .carousel-title {
        flex: 0 0 220px !important;
    }
    .dive-into-section .carousel-title p {
        font-size: 0.8rem !important;
    }
    .dive-into-section .carousel-title h2 {
        font-size: 1.63rem !important;
    }
    .dive-into-section .more-items-button {
        margin-top: 0 !important;
    }
    .dive-into-section .carousel-flex-row {
        flex-direction: column !important;
    }
    .product-tab-content .list-col-item, 
    .slider-wrapper, 
    .slider-wrapper .newslider .list-col-item,
    .products.sale-products .sale-products-col .list-col-item {
        padding: 0 !important;
    }

    .product-you-may-like-sec {
        padding: 0 !important;
    }

    .product-you-may-like-sec .random-products-grid .product-item {
        filter: unset !important;
        transition: unset !important;
        border: 1px solid #e9cebc !important;
    }
    .product-you-may-like-sec .random-products-grid .product-item:hover {
        transform: unset !important;
    }
    .product-you-may-like-sec .product-you-may-like,
    .product-you-may-like-sec .owl-stage {
        padding: 0 !important;
    }

    /* .product-you-may-like-sec .owl-carousel .owl-nav {
        display: flex !important;
        justify-content: center !important;
        bottom: -30px !important;
        gap: 30px !important;
        z-index: 9999999999 !important;
        left: 50% !important;
        right: 50% !important;
    }
    .product-you-may-like-sec .owl-carousel .owl-nav button {
        font-size: 25px !important;
        background-color: #F4DECB !important;
        border-radius: 25px !important;
        height: 30px !important;
    } */
    .product-tab-nav li {
        padding: 10px 10px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    .shop-categories-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px !important;
    }
}

@media (max-width: 880px) {
    .shop-categories-grid {
        margin: 40px 0 0 0 !important;
    }
    .carousel-title p {
        font-size: 1rem !important;
    }
    .carousel-title h2 {
        font-size: 2rem !important;
    }
    .carousel-title h2 {
        margin: 0.3rem 0 0.5rem 0 !important;
    }
    .newslider .list-col-item {
        padding: 0 !important;
    }
}

@media (max-width: 1024px) {
    .newslider .list-col-item {
        padding: 0 !important;
    }
    a.color-title {
        font-size: 14px !important;
    }

    .product-price.price span {
        font-size: 14px !important;
    }
    .item-grid-product-style15 .item-product .product-info {
        flex: 0 0 auto !important;
        height: auto !important;
    }
    /* .newslider .item-product {
        max-height: 270px !important;
    } */

    .random-products-grid {
        grid-template-columns: repeat(3,1fr) !important;
        gap: 20px !important;
    }
}