/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1763118102
Updated: 2025-11-14 11:01:42

*/

.header-section-1 .header-menu-1  ul#menu-home-menu {
gap:15px
}
.header-section-1 .header-social-media{
display:flex;
justify-content:space-between;
align-items:center;
}
.header-section-1 .header-menu-1{
 width:90% !important;   
}
.header-section-1 .header-menu-1 {
 gap:15px !important;
}

.home-row-1 {
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
}
.home-col-1 {
    display:flex;
    flex-direction:column;
    gap:15px;
}
.row1-h1 h1 {
    padding-bottom:0px;
}

.home-sec-slide1 .slick-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.home-sec-slide1 .slick-track {
    display: flex !important;
}

.home-sec-slide1 .slick-slide {
    opacity: 0;
    transition: opacity .4s ease;
}

.home-sec-slide1 .slick-active {
    opacity: 1;
}

button.custom-prev.slick-arrow, button.custom-next.slick-arrow {
    position: absolute;
    right: calc((100% - 1200px) / 2);
    width: 40px;
    height: 40px;
    padding: 0;
    background: #ffffff;
    border: 2px solid #7a1e1e !important;
    color: #7a1e1e;
    opacity: 1;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
 

button.custom-prev.slick-arrow {
    top: 39%;
}
button.custom-next.slick-arrow {
    top: 45%;
}

.slick-dots {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    position: absolute;
left: calc((100% - 1160px) / 2);
    top: 51%;
    transform: translateY(-50%);
    display: flex !important;
    flex-direction: column;
    gap: 10px;
}

/* NON-ACTIVE DOT → White background + border */
.slick-dots li .custom-dot {
    width: 12px;
    height: 12px;
    background: #ffffff;
    border: 2px solid #7A1E1E;
    display: block;
    border-radius: 0 !important; /* square */
}

/* ACTIVE DOT → Filled square */
.slick-dots li.slick-active .custom-dot {
    background: #7A1E1E;
    border: 2px solid #7A1E1E;
}





/* GRID LAYOUT */
.ts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 50px;
}

@media (max-width: 1024px) {
    .ts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .ts-grid {
        grid-template-columns: 1fr;
    }
}

/* CARD */
.ts-card {
    background: #fff;
    border-radius: 12px;
    padding: 0px;
    border: 1px solid #F5DDBA;
    transition: all 0.3s ease;
    padding-bottom:20px;
    box-shadow: 0 5px 10px rgba(122, 32, 31, 0.36);
}

.ts-card:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.08);
}

/* IMAGE SECTION */
.ts-img-wrap {
    position: relative;
    text-align: center;
    height: 335px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ts-img img {
    width: auto !important;
    height: 100% !important;
    object-fit: contain;
}

/* "Top Selling" Tag */
.ts-tag {
     position: absolute;
    top: 5px;
    right: 5px;
    background: #018e42;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    font-family:inter;
}

/* TOP ROW → Category + Stars */
.ts-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 4px;
    padding-left:15px;
    padding-right:15px;
}

/* Category */
.ts-cat {
    font-size: 14px;
    color: #7a1e1e;
    font-weight: 600;
    font-family:inter;
}

/* Stars */
.ts-stars {
    display: flex;
    gap: 2px;
    font-size: 13px;
    color: #ffc107;
}
.ts-stars .star {
    color: #ddd;
}
.ts-stars .filled {
    color: #7a1e1e;
}

/* PRODUCT TITLE */
.ts-title {
     font-family:Mulish;
    font-size: 15px;
    font-weight:700;
    color: #000000;
    line-height: 1.4;
    padding-left:15px;
    padding-right:15px;
}

/* BOTTOM ROW → Price + Button */
.ts-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-left:15px;
    padding-right:15px;

}

/* PRICE */
/* PRICE WRAPPER */
.ts-price {
    font-size: 14px;
    font-weight: bold;
    font-family: inter;
    color: #7a1e1e; /* Sale price color */
}

/* ORIGINAL PRICE (₹480) */
.ts-price del {
    color: #000000 !important;   /* Black */
    opacity: 0.5;                /* 50% visibility */
    font-weight: normal;         /* Optional: make it lighter */
}

/* CURRENT PRICE (₹240) */
.ts-price ins {
    color: #7a1e1e !important;   /* Keep your main color */
    text-decoration: none;       /* Removes underline */
}



/* ADD BUTTON */
.ts-add {
    background: #7a1e1e;
    color: #fff !important;
    padding: 6px 16px;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
    font-family:inter;
}

.ts-add:hover {
    background: #5e1616;
}

.ts-filter-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content:center;
}
.ts-btn-filter {
    font-family:inter;
    width:100%;
    max-width:200px;
    font-weight:600;
    padding: 10px 40px;
    border: 2px solid #7A1E1E;
    background: transparent;
    color: #7A1E1E;
    font-size: 14px;
    letter-spacing: 3px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.ts-btn-filter.active {
    background: #7A1E1E;
    color: #fff;
}

.ts-btn-filter:hover {
    background: #7A1E1E;
    color: #fff;
}

.ts-img-wrap {
    position: relative;
    overflow: hidden;
}

.ts-img {
    width: 100%;
    display: block;
}

.ts-img-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.3s ease;
    pointer-events: none;
     border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ts-img-wrap.playing .ts-img-video {
    opacity: 1;
}

.ts-img-wrap.playing .ts-img {
    opacity: 0;
}




.ts-grid-1 .ts-card {
            margin: 0 12px; /* left-right gap */
        }

        /* Slick dots container */
.ts-grid-1 .slick-dots {
    position: absolute !important;
    bottom: -330px; /* adjust this for spacing */
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction:row;
    gap: 10px; /* space between dots */
    margin: 0;
    padding: 0;
}

/* Each dot */
.ts-grid-1 .slick-dots li {
    width: 12px;
    height: 12px;
    border: 2px solid #000;
    border-radius: 50%;
    list-style: none;
}

/* Hide default button */
.ts-grid-1 .slick-dots li button {
    width: 100%;
    height: 100%;
    opacity: 0;
}


/* Active dot */
.ts-grid-1 .slick-dots li.slick-active {
    background: #7A1E1E;
    border-color: #7A1E1E;
}
.ts-btn-filter-1 {
    font-family:inter;
    width:100%;
    max-width:200px;
    font-weight:600;
    padding: 10px 40px;
    border: 2px solid #7A1E1E;
    background: transparent;
    color: #7A1E1E;
    font-size: 14px;
    letter-spacing: 3px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.ts-btn-filter-1.active {
    background: #7A1E1E;
    color: #fff;
}
.ts-btn-filter-1:hover {
    background: #7A1E1E;
    color: #fff;
}
.our-product-row .ts-grid-1{
    padding-top:50px
}
.ts-grid-1 .slick-track {
    padding-bottom: 30px;
}


.wrapper-about {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:20px;
}
.wrapper-about h4.et_pb_module_header {
    padding-bottom:0px
}
.wrapper-about .et_pb_blurb_content {
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:20px
}
.wrapper-about .et_pb_main_blurb_image {
 margin-bottom:0px;   
}

.insta-feed .instagram-gallery-item {
height:500px !important;
border-radius:10px
}



