* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; 
  /* border: 2px solid red; */
}

/* Or specifically for html and body */
html, body {
  margin: 0;
  padding: 0;
}


.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}



.top-banner {
    background-color: #b79857;
    color: white;
    padding: 5px 20px;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Lato', sans-serif;
}

.main-navbar {
    background-color: #0B0A08;
    padding: 20px 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
    font-family: 'Lato', sans-serif;


}

.navbar-brand img {
    height: clamp(50px,5vw,90px);
    mix-blend-mode: screen;
}


.search-box {
    position: relative;
    width: 100%;
}

.search-box input {
    width: 100%;
    padding: 10px;
    /* padding: 20px; */
    border-radius: 10px;
    border: 1px solid #F3D283;
    background-color: #111;
    color: #fff;
}

.search-box input::placeholder{
  font-size: clamp(0.8rem,1vw,1rem);
  color: #958F86;
}

.search-box i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #b79857;
    cursor: pointer;
}


.nav-icons i {
    font-size: 1.2rem;
    margin-left: 20px;
    cursor: pointer;
    color: #fff;
}

.nav-icons .badge {
    background-color: red;
    font-size: 0.7rem;
    position: relative;
    top: -10px;
    right: 10px;
}


.navbar-nav-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.navbar-nav-row .nav-item .nav-link {
    white-space: nowrap;
    margin-right: 20px;
    font-size: 0.70rem !important;
    font-weight: 200 !important;
    color: #FFFFFF99 !important;
}

.navbar-nav-row .nav-item .nav-link:hover {
    color: #b79857 !important;
}

@media (max-width: 992px) {
    .navbar-nav-row {
        display: none; 
    }
    .top-banner {
        font-size: 0.7rem;
    }
    
    .small-screen-top-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .small-screen-top-row .nav-icons {
        display: flex;
        gap: 15px;
    }
    .small-screen-top-row .navbar-toggler {
        margin-left: 10px;
    }
    
    .small-screen-search-row {
        width: 100%;
    }

    #smallScreenNav .nav-link {
        text-align: center;
    }
}




    @media (max-width: 560px) {

        .elevate-box {
     
      grid-template-columns: repeat(1, 1fr);
     
    }

    .search-box input::placeholder{
  font-size: 0.5rem !important;
  color: #958F86;
  text-align: start;


}

  
        
  
    }



    .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
}


.custom-dropdown {
  background-color: #000;   
  border: none;
  margin-top: 0;            
}

.custom-dropdown .dropdown-item {
  color: #fff;              
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

.custom-dropdown .dropdown-item:hover {
  background-color: #222 !important;   
  color: #f1f1f1;
}


.navbar-nav .dropdown-toggle::after {
  display: none;
}

.navbar-nav .dropdown-icon {
  font-size: 0.8rem;
  vertical-align: middle;
  transition: transform .18s ease;
  color: inherit; 
}




@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }


  .navbar-nav .dropdown .dropdown-menu {
    margin-top: 6px;
    min-width: 220px;
    border-radius: 6px;
    color: white;

    padding: .25rem 0;
    background-color: rgb(23, 23, 23);
  }

  .navbar-nav .dropdown .dropdown-item {
    padding: .55rem 1rem;
    font-weight: 500;
    color: white;
  }
  .navbar-nav .dropdown .dropdown-item:hover {
    background-color: rgb(43, 41, 41) !important;

  }

  

  .navbar-nav .dropdown .dropdown-item i {
    width: 18px;
    text-align: center;
    opacity: .85;
  }

  
}

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    display: none !important; 
  }

  .nav-link.d-flex {
    justify-content: center !important; /* center text and chevron horizontally */
    align-items: center !important;     /* center vertically */
  }

  .dropdown-item {
    white-space: nowrap;
    padding-right: 20px;
    margin-bottom: 10px;
    font-size: 1rem !important;
    font-weight: 200 !important;
    color: #FFFFFF99 !important;
  }

  .dropdown-toggle-icon {
    transition: transform 0.3s ease !important;
  }

  .nav-link[aria-expanded="true"] .dropdown-toggle-icon {
    transform: rotate(180deg) !important;
  }
}




/* Large screen only */
@media (min-width: 992px) {
    .profile-dropdown {
        display: flex;
        align-items: center;
        cursor: pointer;
        
    }

    .profile-dropdown .dropdown-icon {
        font-size: 0.8rem;
        vertical-align: middle;
        transition: transform 0.3s ease;
        color: white;
    }

    .profile-menu {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: rgb(23, 23, 23);
        border-radius: 6px;
        min-width: 120px;
        box-shadow: 0 8px 22px rgba(0,0,0,0.12);
        z-index: 1000;
        
    }

    .profile-menu .dropdown-item {
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        padding: 0.5rem 1rem;
    }

    .profile-menu .dropdown-item:hover {
        background-color: #222;
        color: #f1f1f1;
    }

    /* Show dropdown on hover */
    .profile-dropdown:hover .profile-menu {
        display: block;
    }

    /* Rotate FA icon on hover */
    .profile-dropdown:hover .dropdown-icon {
        transform: rotate(180deg);
    }
}












.image-section {
            position: relative;
            width: 100%;
        }

        .main-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
            /* box-shadow: 0 8px 30px rgba(0,0,0,0.12); */
        }

        /* Desktop - Sub-images overlay on left side, stacked vertically */
        .sub-images-container {
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 100px;
            z-index: 10;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 12px;
            padding: 10px 5px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
            max-height: 450px;
        }

        /* Desktop - Custom Vertical Slider */
        .sub-images-owl.desktop {
            display: flex;
            align-items: center;   
            justify-content: center;
            position: relative;
            overflow: hidden;
    max-height: 280px; /* optional maximum */
    height: auto; 
        }

        .sub-images-owl.mobile {
            display: none;
        }

        .desktop-slider-wrapper {
            flex: 1; /* take available space */
            display: flex;
            justify-content: center;
            align-items: center;  /* vertical center */
            overflow: hidden;
            padding: 10px 0;
        }

        .desktop-slider-container {
            display: flex;
            flex-direction: column;
            align-items: center; 
            gap: 10px;
            transition: transform 0.4s ease;
        }

        .sub-image {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 8px;
            cursor: pointer;
            border: 3px solid transparent;
            transition: all 0.3s ease;
            opacity: 0.7;
            margin: 0 auto;
            display: block;
        }

        .sub-image:hover {
            opacity: 1;
            transform: scale(1.05);
        }

        .sub-image.active {
            /* border-color: #3b3b3b; */
            opacity: 1;
            transform: scale(1.05);
            box-shadow: 0 4px 15px rgba(53, 53, 53, 0.3);
        }

        .desktop-nav {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 35px;
            z-index: 10;
            pointer-events: none;
        }

        .desktop-nav button {
            width: 35px;
            height: 35px;
            background: rgba(255, 255, 255, 0.9);
            border: none;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            pointer-events: all;
        }

        .desktop-nav button:hover {
            background: #0a0a0a;
            color: white;
            transform: scale(1.1);
        }

        .desktop-nav button:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .desktop-nav button:disabled:hover {
            background: rgba(255, 255, 255, 0.9);
            color: inherit;
            transform: none;
        }


        @media (max-width: 768px) {
            .main-image {
                height: 100%;
                margin-bottom: 15px;
            }

            .sub-images-container {
                position: relative;
                left: 0;
                top: 0;
                transform: none;
                width: 100%;
                background: transparent;
                box-shadow: none;
                padding: 0;
                max-height: none;
            }

            .sub-images-owl.desktop {
                display: none;
            }

            .sub-images-owl.mobile {
                display: block;
            }

            .sub-image {
                width: 80px;
                height: 80px;
            }

         
            .mobile .owl-nav {
                display: flex;
                justify-content: space-between;
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                transform: translateY(-50%);
                pointer-events: none;
                z-index: 10;
            }

            .mobile .owl-nav button {
                width: 35px;
                height: 35px;
                background: rgba(255, 255, 255, 0.9) !important;
                border: none !important;
                border-radius: 50% !important;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all 0.3s ease;
                box-shadow: 0 2px 10px rgba(0,0,0,0.2);
                pointer-events: all;
            }

            .mobile .owl-nav button:hover {
                background: #0c0c0c !important;
                color: white !important;
                transform: scale(1.1);
            }

            .mobile .owl-nav .owl-prev {
                margin-left: -10px;
            }

            .mobile .owl-nav .owl-next {
                margin-right: -10px;
            }
        }

        @media (max-width: 576px) {
            .main-image {
                height: 100%;
            }

            .sub-image {
                width: 70px;
                height: 70px;
            }
        }












         .product-info {
            padding-left: 0;
            font-family: 'Manrope', sans-serif;
        }

        .product-info .topdesc{
            font-weight: 400;
            color: #656567;
        }
        
        .category-badge {
            background-color: #FFE566;
            color: #1b1b1b;
            font-size: 11px;
            font-weight: 500;
            padding: 4px 12px;
            border-radius: 12px;
            display: inline-block;
            margin-bottom: 12px;
            text-transform: uppercase;
        }
        
        .product-title {
            font-size: 1.7rem;
            font-weight: 600;
            color: #262626;
            margin-bottom: 8px;
            line-height: 1.3;
        }
        
        .product-price {
            font-size: 2rem;
            font-weight: 700;
            color: #262626;
            margin-bottom: 20px;
        }
        
        .action-buttons {
            display: flex;
            gap: 12px;
            margin-bottom: 25px;
        }
        
        .btn-buy-now {
            background-color: #262626;
            color: white;
            border: none;
            padding: 16px 45px;
            border-radius: 30px;
            font-weight: 500;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: background-color 0.3s ease;
        }
        
        .btn-buy-now:hover {
            background-color: #ffffff;
            color: rgb(9, 9, 9);
        }
        
        .btn-add-cart {
            background-color: transparent;
            color: #333;
            border: 1px solid #ddd;
            padding: 16px 45px;
            border-radius: 30px;
            font-weight: 500;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }
        
        .btn-add-cart:hover {
            background-color: #040404;
            border-color: #999;
            color: #f9f9f9;
        }
        
        .product-details-box {
            border: 1px solid #e9ecef;
            border-radius: 18px;
            padding: 30px;
            margin-bottom: 20px;
        }




                .detail-label {
            font-weight: 500;
            color: #262626;
            font-size: 0.9rem;
      
        }



                .detail-value {
            color: #656567;
            font-size: 0.9rem;

        
        }




  .color-circle{
    width:28px; height:28px;
    border-radius:50%;
    border:2px solid transparent;
    cursor:pointer;
    display:flex; align-items:center; justify-content:center;
  }
  .color-circle.selected{
    border-color:#000;
    position:relative;
  }
  .color-circle.selected::after{
    content:"✔";
    color:#fff;
    font-size:14px;
    font-weight:600;
  }

  .size-btn{
    padding:6px 12px;
    border:1px solid #d1d5db;
    border-radius:6px;
    font-size:.9rem;
    cursor:pointer;
    background:#fff;
  }
  .size-btn.active{
    background:#111;
    color:#fff;
    border-color:#111;
  }




  
.Blouse p{
    color: #fbfbfb;
            font-size: 0.7rem;
            padding: 10px;
            border: 1px solid black;
            border-radius: 10px;
            width: max-content;
            background-color: #484747;

}



  .variant-grid {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* Image thumbnails */
.variant-thumb {
  width: 56px;
  height: 56px;
  border-radius: 12px;     
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.15s ease, border-color 0.15s ease;
}

/* Hover effect */
.variant-thumb:hover {
  transform: scale(1.05);
}

/* Selected state */
.variant-thumb.selected {
  border-color: #000;      /* highlight */
  box-shadow: 0 0 0 3px rgba(0,0,0,0.08);
}



  .ship-section {
         border: 1px solid #e9ecef;
            border-radius: 18px;
            padding: 30px;
            margin-bottom: 20px;
        }
        


        
        .info-section h6 {
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
            font-size: 14px;
        }



        .feature-section{

            border: 1px solid #e9ecef;
            border-radius: 18px;
            padding: 30px;
            margin-bottom: 20px;

        }
        
        .info-item {
            font-size: 14px;
            color: #656567;
            margin-bottom: 5px;
            line-height: 1.9;
            font-weight: 400;
        }

        

        @media (max-width: 768px) {
            .product-container {
                padding: 20px 15px;
                margin-top: 10px;
            }
            

            
            .action-buttons {
                flex-direction: column;
            }
            
            .btn-buy-now,
            .btn-add-cart {
                justify-content: center;
                width: 100%;
            }
            
            .detail-row {
                flex-direction: column;
                gap: 5px;
            }
            
            .detail-value {
                text-align: left;
            }
            
            .color-circles,
            .size-options {
                justify-content: flex-start;
            }
        }




















        

.testimonial-section {
            padding: 80px 0;
            /* background-color: #f8f9fa; */
            font-family: 'Manrope', sans-serif;
        }

        .section-header {
            margin-bottom: 60px;
        }

        .main-heading {
            font-size: clamp(2.6rem,2vw,3.5rem);
            font-weight: 600;
            color: #1A1A1A;
            margin-bottom: 0;
            letter-spacing: 0.1em;
        }

        .subtitle {
            font-size: 0.9rem;
            color: #98989A;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 500;
            margin-bottom: 15px;
        }

        .description {
            font-size: 1.1rem;
            color: #656567;
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .view-all-btn {
            background-color: #CDA46E;
            color: white;
            padding: 12px 30px;
            border: none;
            border-radius: 25px;
            font-weight: 500;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            font-size: 0.95rem;
        }

        .view-all-btn:hover {
            background-color: #c49660;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(212, 165, 116, 0.3);
        }

        


.testimonial-slider {
            position: relative;
            padding: 0 20px;
        }

        .testimonial-card {
            background: white;
            border-radius: 20px;
            padding: 30px;
            margin: 0 15px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            border: 1px solid #f1f1f1;
            position: relative;
            min-height: 200px;
      font-family: 'Manrope', sans-serif;

        }

        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.12);
        }

        .card-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .testimonial-card .profile-image {
            width: 50px !important;
            height: 50px !important;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
            border: 2px solid #f8f9fa;
        }

        .customer-info {
            flex: 1;
        }

        .customer-name {
            margin: 0;
            font-size: 1rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 5px;
        }

        .rating {
            display: flex;
            align-items: center;
        }

        .star {
            color: #f39c12;
            font-size: 0.85rem;
            margin-right: 2px;
        }

        .quote-icon {
            font-size: 2.2rem;
            color: #CDA46E;
            opacity: 0.8;
            margin-left: auto;
        }

        .testimonial-content {
            color: #4C4C4D;
            font-size: 0.95rem;
            line-height: 1.6;
            font-style: normal;
        }

   
        .owl-carousel {
            position: relative;
        }

        .owl-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            display: flex !important;
            justify-content: space-between;
            pointer-events: none;
            z-index: 10;
        }

        .owl-nav button {
            width: 45px !important;
            height: 45px !important;
            border-radius: 50% !important;
            background-color: white !important;
            border: 2px solid #e1e8ed !important;
            color: #7f8c8d !important;
            font-size: 16px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            transition: all 0.3s ease !important;
            pointer-events: auto !important;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
            outline: none !important;
        }

        .owl-nav button:hover {
            background-color: #2c3e50 !important;
            color: white !important;
            border-color: #2c3e50 !important;
            transform: scale(1.05) !important;
            box-shadow: 0 6px 20px rgba(44, 62, 80, 0.25) !important;
        }

        .owl-nav button.owl-prev {
            left: -25px;
        }

        .owl-nav button.owl-next {
            right: -25px;
        }

        .owl-nav button span {
            font-size: 14px !important;
            font-weight: bold !important;
        }

        .owl-dots {
            display: none !important;
        }

        @media (max-width: 1200px) {
            .testimonial-slider {
                padding: 0 50px;
            }
            
            .owl-nav button.owl-prev {
                left: -20px;
            }
            .owl-nav button.owl-next {
                right: -20px;
            }
        }

        @media (max-width: 992px) {
            .testimonial-slider {
                padding: 0 40px;
            }
            
            .testimonial-card {
                margin: 0 10px;
                padding: 25px;
            }
        }

        @media (max-width: 768px) {
            .testimonial-slider {
                padding: 0 30px;
            }
            
    
            
            .owl-nav button {
                display: none !important;
            }
        }

        @media (max-width: 576px) {
            .testimonial-slider {
                padding: 0 20px;
            }
            
            .testimonial-card {
                margin: 0 5px;
                padding: 20px;
            }
            
            .profile-image {
                width: 45px;
                height: 45px;
            }
            
            .customer-name {
                font-size: 0.95rem;
            }
            
            .testimonial-content {
                font-size: 0.9rem;
            }
            
            .quote-icon {
                font-size: 2rem;
            }
        }


















.footer-section {
            background-color: #000000;
            color: #ffffff;
            padding: 40px 0 20px;
            font-family: Arial, sans-serif;
  font-family: 'Euclid Circular', sans-serif;
  margin-bottom: 0px !important;

        }
        
        .footer-section h6 {
            color: #ffffff;
            font-weight: bold;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;
        }
        
        .footer-section a {
            color: #cccccc;
            text-decoration: none;
            font-size: 14px;
            line-height: 1.8;
            transition: color 0.3s ease;
        }
        
        .footer-section a:hover {
            color: #ffffff;
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer-links li {
            margin-bottom: 8px;
        }
        
        .social-icons {
            display: flex;
            gap: 15px;
            margin-bottom: 30px;
        }
        
        .social-icons a {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #fbfafa;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #0a0a0a;
            font-size: 18px;
            transition: background-color 0.3s ease;
        }
        
        .social-icons a:hover {
            background-color: #555555;
        }
        
        .newsletter-section {
            margin-top: 20px;
        }
        
        .newsletter-form {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }
        
        .newsletter-form input {
            flex: 1;
            padding: 12px 15px;
            border: 1px solid #444444;
            background-color: #2a2a2a;
            color: #ffffff;
            border-radius: 4px;
            font-size: 14px;
        }
        
        .newsletter-form input::placeholder {
            color: #888888;
        }
        
        .newsletter-form input:focus {
            outline: none;
            border-color: #666666;
            background-color: #333333;
        }
        
        .subscribe-btn {
            padding: 12px 25px;
            background-color: #ffffff;
            color: #000000;
            border: none;
            border-radius: 4px;
            font-weight: bold;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .subscribe-btn:hover {
            background-color: #f0f0f0;
        }
        
        .privacy-notice {
            font-size: 12px;
            color: #888888;
            line-height: 1.4;
        }
        
        .privacy-notice a {
            color: #ffffff;
            text-decoration: underline;
        }
        
        .payment-methods {
            margin-top: 30px;
        }
        
        .payment-icons {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            align-items: center;
        }
        
        .payment-icon {
            height: 24px;
            background-color: #ffffff;
            border-radius: 4px;
            padding: 4px 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 40px;
            font-size: 12px;
            font-weight: bold;
        }
        
        .platform-icons {
            display: flex;
            gap: 10px;
            margin-top: 20px;
        }
        
        .platform-icons i {
            font-size: 24px;
            color: #fdfcfc;
          
        }
        
        .footer-bottom {
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #333333;
            font-size: 12px;
            color: #888888;
        }
        
        .footer-bottom-links {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-top: 10px;
        }
        
        .footer-bottom-links a {
            color: #888888;
            font-size: 12px;
        }
        
        @media (max-width: 768px) {
            .newsletter-form {
                flex-direction: column;
            }
            
            .subscribe-btn {
                width: 100%;
            }
            
            .social-icons {
                justify-content: center;
            }
            
            .payment-icons {
                justify-content: center;
            }
            
            .platform-icons {
                justify-content: center;
            }
            
            .footer-bottom-links {
                justify-content: center;
            }
        }
        
        @media (max-width: 576px) {
            .footer-section {
                padding: 30px 0 15px;
            }
            
            .social-icons a {
                width: 35px;
                height: 35px;
                font-size: 16px;
            }
            
            .payment-icon {
                height: 20px;
                font-size: 10px;
                min-width: 35px;
            }
        }


        













    .qty input[type="number"] {
    width: 60px;              /* small width */
    padding: 5px;             /* little padding */
    font-size: 14px;          /* readable size */
    text-align: center;       /* center the number */
    border: 1px solid #ccc;   /* light border */
    border-radius: 6px;       /* rounded corners */
    outline: none;
    margin-left: 10px;
}

.qty input[type="number"]:focus {
    border-color: #007bff;   /* blue border on focus */
    box-shadow: 0 0 3px rgba(0, 123, 255, 0.5);
}


















.zoom-container {
  overflow: hidden;             /* hides anything outside the box */
  border: none;                 /* if you see lines, remove borders first */
  box-sizing: border-box;  
    /* good practice */
            border-radius: 12px;

}

.zoom-image {
  display: block;               /* avoid inline gaps */
  width: 100%;
  height: 100%;
  transform: scale(1);          
  transform-origin: center center;
                transition: transform 0.2s ease-out;
                transform-origin: center center;

}

