     .image-container {
                position: relative;
            }

            @media (min-width: 1025px) {
                .image-container img {
                    width: 280px;
                    height: 400px;
                    display: block;
                    object-fit: cover;
                }
            }

            .color-swatches {
                position: absolute;
                bottom: 20px;
                right: 25px;
                display: flex;
                align-items: center;
                padding: 6px 12px;
                background: linear-gradient(135deg, #ffffff, #f1f1f1);
                border-radius: 30px;
                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
                height: auto;
                z-index: 10;
            }

            .swatch {
                width: 20px;
                height: 20px;
                border-radius: 50%;
                border: 2px solid #fff;
                box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
                cursor: pointer;
                margin-right: -10px !important;
                transition: all 0.3s ease;
                outline: 2px solid transparent;
            }

            .swatch:hover {
                transform: scale(1.4);
                outline: 2px solid #888;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
            }

            .swatchs {
                font-size: 12px;
                background: linear-gradient(to right, #ddd, #eee);
                padding: 4px 10px;
                border-radius: 20px;
                color: #333;
                font-weight: 500;
                border: 1px solid #ccc;
                cursor: pointer;
                box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
                transition: all 0.3s ease;
            }

            .swatchs:hover {
                background: #dcdcdc;
                color: #000;
                transform: scale(1.1);
            }



            .offer-tag {
                background: #8b0000;
                color: white;
                font-size: 12px;
                padding: 4px 8px;
                width: 90%;
            }

            .details {
                padding: 8px;
            }

            .price {
                color: black;
                font-weight: bold;
                font-size: 14px;
            }

            .modal {
                display: none;
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                justify-content: center;
                align-items: flex-end;
                overflow-x: hidden;
            }

            .modal-content {
                background: white;
                padding: 20px;
                border-radius: 10px;
                width: 95%;
                overflow-y: auto;
                position: relative;
                overflow-x: hidden;
            }

            .modal-images {
                display: flex;
                gap: 10px;
                margin-top: 10px;
                overflow-x: auto;
            }

            .modal-images img {
                height: 300px;
                width: 220px;
                border-radius: 5px;
            }

            .modal-swatches {
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                gap: 10px;
                margin-top: 10px;
            }

            .close-btn {
                position: absolute;
                top: 8px;
                right: 12px;
                font-size: 20px;
                cursor: pointer;
            }

            @media (max-width: 767px) {

                /* .color-swatches {
        display: none;
      } */
                .color-swatches {
                    position: absolute;
                    bottom: 8px;
                    right: 10px !important;
                    display: flex;
                    gap: 3px;
                    /* margin-les: -20px; */
                }

                .sie {
                    font-size: 13px;
                }

                .shopby {
                    height: 50px;
                    /* margin-bottom: 20px; */
                }

                .swatch {
                    width: 20px;
                    height: 20px;
                    border-radius: 50%;
                    border: 1px solid #fff;
                    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
                    cursor: pointer;
                }

                /* .simage{
        width: 230px !important;
        height: 380px !important;
    } */



            }

            /* @media (max-width: 767px) {
  .image-container img.simage {
    width: 300px !important;
    height: 300px !important;
  }
} */
            @media (max-width: 767px) {
                .simage {
                    width: 300px !important;
                    height: 250px;
                    object-fit: cover;
                }
            }

            .wishlist-icon {
                position: absolute;
                top: 10px;
                left: 10px;
                font-size: 20px;
                /* color: #ff4d4d; */
                cursor: pointer;
                background: white;
                border-radius: 50%;
                width: 32px;
                height: 32px;
                display: flex;
                align-items: center;
                justify-content: center;
                box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            }

            .modal-images-scroll {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
            }

            .modal-images {
                display: flex;
                flex-wrap: nowrap;
                gap: 15px;
            }

            .modal-images>div {
                flex: 0 0 auto;
                text-align: center;
            }

            /* .modal-images img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
} */

            a {
                color: black;
                text-decoration: none;
                background-color: transparent;
            }

            .modal-images button {
                padding: 6px 14px;
                margin: 5px 2px;
                border: none;
                border-radius: 5px;
                font-size: 14px;
                cursor: pointer;
                transition: background 0.3s ease;
            }

            .modal-images button:hover {
                opacity: 0.85;
            }

            .cart-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    padding: 6px;
    border-radius: 50%;
    font-size: 16px;
    color: #000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    cursor: pointer;
  }

            .image-container {
                position: relative;
                display: inline-block;
            }

            .image-container img {
                display: block;
                width: 100%;
                height: auto;
            }

              .discount-card {
      position: relative;
      /* border-radius: 8px; */
      overflow: hidden;
      background: #f8f8f8;
      /*height: 100%;*/
    }
    .discount-card img {
      width: 100%;
      height: 100%;
      /* object-fit: contain; */
    }
    .discount-info {
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 2;
    }
    .discount-info h6 {
      font-size: 14px;
      color: #777;
      margin-bottom: 5px;
    }
    .discount-info h4 {
      font-size: 20px;
      font-weight: 700;
      color: #001f3f;
      margin-bottom: 10px;
    }
    .discount-info a {
      font-size: 14px;
      font-weight: 500;
      color: #df2c14;
      text-decoration: none;
    }
    .discount-info a:hover {
      text-decoration: underline;
    }
    @media (max-width: 767px) {
  .discount img {
    height: 250px !important; /* smaller height for mobile */
    width: 100%;
    /*object-fit: co;*/
  }

  .discount {
    height: auto !important; /* let it adjust naturally */
  }
}
@media only screen and (min-width: 1025px) {
    .setright{
      margin-left:170px !important;
    }
}

         @media (max-width: 767px) {
  .correct .d-flex {
    flex-direction: column !important;
  }
  .correct .discount-card {
    width: 100% !important;
  }
  .aligns{
    margin-top: 70px !important;
  }
}

    .bg-pink {
      background: #ffe5ef;
    }
    @media(max-width:768px){
      /* .discount-info {
        position: relative;
        top: auto;
        left: auto;
        padding: 10px;
      } */
      .right-top, .right-bottom {
        height: 200px !important;
      }
      .left-large {
        height: 300px !important;
      }
      .bottom-right {
        height: 200px !important;
      }
    }

       .promo-content {
            background-color: #FFF9FC;
            /* border-radius: 20px; */
            /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
            overflow: hidden;
            height: 600px;
        }
        
        .promo-left {
            padding: 60px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
        }
        
        .promo-right {
            position: relative;
            overflow: hidden;
            background-color: #f8f8f8;
            height: 100%;
        }
        
        .promo-image {
            width: 100%;
            height: 100%;
            /* object-fit: cover; */
        }
        
        .promo-title {
            font-size: 2.8rem;
            font-weight: 900;
            line-height: 1.1;
            margin-bottom: 15px;
            color:#df2c14;
        }
           @media only screen and (max-width: 768px) {
  .promo-image {
    width: 100% !important;
    height: 80% !important;
  }
}
        
        .promo-subtitle {
            font-size: 2.2rem;
            font-weight: 700;
            color: black;
            margin-bottom: 40px;
        }
        
        .countdown-container {
            margin-bottom: 50px;
        }
        
        .countdown {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }
        
        .countdown-item {
            background-color: white;
            border-radius: 10px;
            padding: 15px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            min-width: 100px;
            border: 1px solid #f0f0f0;
        }
        
        .countdown-value {
            font-size: 2rem;
            font-weight: 700;
            color: red;
            line-height: 1;
        }
        
        .countdown-label {
            font-size: 0.9rem;
            color: black;
            margin-top: 8px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .promo-btn {
            background-color: #b51d09ff;
            color: white;
            border: none;
            border-radius: 50px;
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            align-self: flex-start;
            box-shadow: 0 5px 15px rgba(255, 77, 148, 0.3);
        }
        
        .promo-btn:hover {
            background-color: #df2c14;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(255, 77, 148, 0.4);
        }
        
        .promo-btn i {
            font-size: 1.3rem;
        }
        
        .video-btn {
            position: absolute;
            bottom: 40px;
            right: 40px;
            width: 80px;
            height: 80px;
            background-color: var(--primary-pink);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.8rem;
            box-shadow: 0 8px 20px rgba(255, 77, 148, 0.4);
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }
        
        .video-btn:hover {
            transform: scale(1.1);
            box-shadow: 0 10px 25px rgba(255, 77, 148, 0.5);
        }
        
        .video-btn i {
            margin-left: 3px; /* Slight adjustment for play icon */
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .promo-content {
                height: auto;
            }
            
            .promo-title {
                font-size: 2.4rem;
            }
            
            .promo-subtitle {
                font-size: 1.9rem;
            }
            
            .promo-left {
                padding: 50px 40px;
            }
            
            .countdown-item {
                min-width: 90px;
            }
            
            .countdown-value {
                font-size: 1.8rem;
            }
                .adjust1{
                margin-bottom:40px !important;
            }
        
        }
        
        @media (max-width: 768px) {
            .promo-container {
                padding: 10px 0;
            }
            
            .promo-content {
                flex-direction: column;
                height: auto;
            }
            
            .promo-left {
                padding: 40px 30px;
                text-align: center;
            }
            
            .promo-title {
                font-size: 2rem;
            }
            
            .promo-subtitle {
                font-size: 1.7rem;
            }
            
            .countdown {
                justify-content: center;
            }
            
            .promo-btn {
                align-self: center;
            }
            
            .promo-right {
                min-height: 400px;
            }
            
            .video-btn {
                width: 70px;
                height: 70px;
                font-size: 1.5rem;
                bottom: 30px;
                right: 30px;
            }
        }
        
        @media (max-width: 576px) {
            .promo-title {
                font-size: 1.7rem;
            }
            
            .promo-subtitle {
                font-size: 1.5rem;
            }
            
            .countdown-item {
                min-width: 80px;
                padding: 12px;
            }
            
            .countdown-value {
                font-size: 1.6rem;
            }
            
            .promo-btn {
                padding: 15px 35px;
                font-size: 1.1rem;
            }
            
            .video-btn {
                width: 60px;
                height: 60px;
                font-size: 1.3rem;
                bottom: 20px;
                right: 20px;
            }
        }
    /* Default desktop background */
.promo-bg {
    background: url('images/newcollection/banner-bg1.png') no-repeat center center/cover;
    padding: 80px 20px;
}

/* Mobile styles */
@media (max-width: 767px) {
    .promo-bg {
        /* background: none !important;  */
        background-color: #f8f8f8 !important;     /* light grey background on mobile */
        padding: 40px 15px;            /* reduce padding */
        color: #000;                   /* switch text color to dark for readability */
    }

    .countdown {
        justify-content: center;       /* center countdown on mobile */
    }

    .countdown-item {
        min-width: 70px;               /* keep consistent size */
    }

    .countdown-value {
        font-size: 20px;
        font-weight: bold;
    }

    .promo-title {
        font-size: 22px;
    }

    .promo-subtitle {
        font-size: 18px;
    }
}

.simple-btn {
  padding: 10px 25px;
  font-size: 16px;
  color: black;       /* Text color */
  border: 2px solid #e7e7e7; /* Border color */
  border-radius: 5px;    /* Slightly rounded corners */
  text-decoration: none;
  transition: 0.3s;
  width: 150px;
  background-color: transparent; /* Initial background */
}

.simple-btn:hover {
  background-color: #ff4e50; 
   border: 2px solid #ff4e50;
  color: #fff;                
}
            /* @media (max-width: 768px) {
                #gridLayout {
                    display: grid;
                    grid-template-columns: repeat(2, 1fr);
                    gap: 15px;
                    
                }
            }

            @media (min-width: 769px) {
                #gridLayout {
                    display: grid;
                    grid-template-columns: repeat(4, 1fr);
                    gap: 20px;
                }
            } */

.page-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 30px 0 40px;
    color: #222;
    position: relative;
}
.page-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg,#ff69b4,#ff6a00);
    margin: 12px auto 0;
    border-radius: 2px;
}
.page-title1 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0 10px;
    color: #222;
    position: relative;
}
.page-title1:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg,#ff69b4,#ff6a00);
    margin: 12px auto 0;
    border-radius: 2px;
}

.scroll-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.branches-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.branches-grid {
    display: flex;
    gap: 20px;
    width: max-content;
}

.branch-card {
    background: white;
    /* border-radius: 12px; */
    overflow: hidden;
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.12); */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    flex: 0 0 250px;
    cursor: pointer;
}
.branch-card:hover {
    transform: translateY(-6px) scale(1.02);
    /* box-shadow: 0 16px 28px rgba(0,0,0,0.18); */
}

.branch-image-container {
    position: relative;
    height: 0;
    padding-bottom: 125%;
    overflow: hidden;
    /* border-radius: 12px; */
}
.branch-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    transition: transform 0.5s ease;
}
/* .branch-card:hover .branch-image {
    transform: scale(1.08);
} */

.branch-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(0deg, rgba(0,0,0,0.6), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.branch-card:hover .branch-overlay {
    opacity: 1;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    color: #ff69b4;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.nav-button:hover {
    background-color: #fff;
    /* transform: scale(1.1); */
}
.prev-button { left: 10px; }
.next-button { right: 10px; }

@media (max-width: 768px) {
    .branch-card { flex: 0 0 180px; }
    .branches-grid { gap: 15px; }
    .nav-button { width: 36px; height: 36px; font-size: 18px; }
    .page-title { font-size: 28px; margin: 20px 0 30px; }
    .correct{
        margin-top:20px !important;
    }
}
@media (max-width: 480px) {
    .branch-card { flex: 0 0 140px; }
    .branches-grid { gap: 12px; }
    .nav-button { width: 32px; height: 32px; font-size: 16px; }
    .page-title { font-size: 24px; margin: 15px 0 25px; }
}

    /* Base style for fancy tabs */
.fancy-tabs .nav-link {
          
    position: relative;
    color: #333;
    font-weight: 600;
    padding: 10px 20px;
    margin: 0 10px;
    transition: color 0.3s;
}

/* Active tab color */
.fancy-tabs .nav-link.active {
    color: #df2c14;
}

/* Linear gradient underline animation */
.fancy-tabs .nav-link::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0%;
    height: 3px;
    background: linear-gradient(to right, #ff7a18, #df2c14);
    border-radius: 3px;
    transition: width 0.3s ease;
}
 .fancy-tabs {
        display: flex !important;         
        /* justify-content: flex-start !important;  */
        overflow-x: auto !important;                  
        white-space: nowrap !important;              
        padding-bottom: 10px;             
        -webkit-overflow-scrolling: touch !important; 
        scrollbar-width: none !important;              
        font-size:15px !important;
    }

/* Animate underline on hover & active */
.fancy-tabs .nav-link:hover::after,
.fancy-tabs .nav-link.active::after {
    width: 100%;
}

/* Optional hover text color */
.fancy-tabs .nav-link:hover {
    color: #df2c14;
}
/* Mobile responsive tabs */
/* Mobile responsive fancy tabs */
@media (max-width: 768px) {
    .fancy-tabs {
        display: flex !important;         
        /* justify-content: flex-start !important;  */
        overflow-x: auto !important;                  
        white-space: nowrap !important;              
        padding-bottom: 10px;             
        -webkit-overflow-scrolling: touch !important; 
        scrollbar-width: none !important;              
        font-size:15px !important;
    }

    .fancy-tabs::-webkit-scrollbar {
        display: none;                      /* Chrome/Safari hide scrollbar */
    }

    .fancy-tabs .nav-item {
        flex: 0 0 auto;                     /* width based on content */
        margin-right: 15px;                  /* spacing between tabs */
    }

    .fancy-tabs .nav-link {
        font-size: 16px;                    /* mobile font size */
        padding: 8px 15px;                  /* mobile padding */
    }

    .fancy-tabs .nav-link.active::after {
        bottom: -3px;                        /* adjust underline position */
    }
}
/* .grid-layout.loadmore-item {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
} */

.card-product.style-3 {
    display: flex;
    flex-direction: column;
}
