/* ===== Right Side (Black with Slant + Gold Divider) ===== */



.header-right {
  flex: 1;
  background: #d63384;
  color: rgb(15, 13, 13);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 20px;
  position: relative;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
  overflow: hidden;
  border-radius: 0px 10px 10px 20px;
  
}

/* ===== Golden Slant Line ===== */
.header-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px; /* small shift so it aligns 
  width: 6%;  /* same slope area */
  height: 100%;
  background: linear-gradient(to bottom, #d4af37, #c88a36, #b8860b); 
  /* luxury gold gradient */
  clip-path: polygon(50% 0, 50% 50%, 0% 100%, 0% 0);
  z-index: 5;
}


 body {
      margin: 0;
      font-family: 'Poppins', sans-serif;
    }

    /* Header wrapper */
    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 90px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: linear-gradient(-75deg, #000 50%, #fff 50%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      padding: 0 40px;
      transition: all 0.4s ease;
      z-index: 1000;
   
    }

    /* Scroll effect */
    header.scrolled {
      height: 70px;
      box-shadow: 0 4px 15px rgba(73, 209, 36, 0.2);
    }

    /* Brand name */
    .logo {
      font-size: 1.8rem;
      font-weight: 700;
      color: #c88a36;
      z-index: 2;
      transition: all 0.3s ease;
    }

    /* Nav links */
    nav {
      display: flex;
      gap: 30px;
      z-index: 2;
    }

    nav a {
      text-decoration: none;
      font-size: 1rem;
      font-weight: 700;
      color: #fff;
      position: relative;
      transition: color 0.3s ease;
    }

    nav a::after {
      content: "";
      position: absolute;
      width: 0%;
      height: 2px;
      background:  black;
      left: 0;
      bottom: -5px;
      transition: width 0.3s ease;
    }

    nav a:hover::after {
      width: 100%;
    }

    /* Cart icon */
    

    .cart:hover {
      transform: scale(1.2);
      color: white;
    }

       
    
    nav #cart {
      color: black;
      font-size: 2.5rem;
      cursor: pointer;
      transition: transform 0.3s ease;
    }
@media (max-width: 768px) {
  nav {
    flex-direction: column;
    align-items: flex-start;
  }

  nav a {
    padding: 10px 0;
  }

  nav #cart {
    font-size: 2rem;
  }

.h2e {
    font-size: 30px;
width:  100px;
}
}
.header-right{
  margin-left: 25px;
width:  40px;
}
.logo1 {
  width: 80px;
  margin-right: 20px;
  border-radius: 20px;
}
.header-left {
  padding-left: 10px;
  margin-left: -30px;
}

.cart-count {
  position: absolute;
  top: 8px;
  right: 10px;
  background: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  display: none; /* hidden if 0 */
  animation: bounce 0.6s ease;
  z-index: 999;
}

@keyframes bounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.3); }
}.whatsapp-dot {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.6; }
  100% { transform: scale(1); opacity: 1; }
}
  .footer {
      background: #111;
      color: #eee;
      text-align: center;
      padding: 30px;
      margin-top: 60px;
    }
    input[type="number"] {
      width: 60px;
    }
    textarea {
      resize: none;
    }

    .footer {
  background: #fff;
  color: #444;
  padding: 60px 20px 20px;
  font-family: "Poppins", sans-serif;
  position: relative;
  box-shadow: 0 -2px 15px rgba(0,0,0,0.05);
  text-align: center;
      padding: 30px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer h2 {
  font-size: 1.8rem;
  color: #c88a36; /* gold accent */
  margin-bottom: 10px;
  font-weight: 600;
}

.footer h3 {
  color: #c88a36;
  margin-bottom: 15px;
  font-weight: 500;
}

.footer p, 
.footer a {
  color: #555;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.footer a:hover {
  color: #c88a36;
  text-shadow: 0 0 5px rgba(200,138,54,0.4);
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.whatsapp-btn {
  display: inline-block;
  background:  black;
  color: white !important;
  padding: 10px 18px;
  border-radius: 25px;
  margin-top: 10px;
  transition: 0.3s;
  font-weight: 500;
}

.whatsapp-btn:hover {
  background:  #25d366;
  transform: scale(1.05);
  color: white;
}

.social-icons a {
  font-size: 1.4rem;
  margin-right: 15px;
  color: #666;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #c88a36;
  transform: scale(1.2);
}

.footer-bottom {
  border-top: 1px solid #eee;
  text-align: center;
  padding-top: 15px;
  margin-top: 30px;
  font-size: 0.9rem;
  color: #777;
}
/* === FIX product grid layout on small screens === */
@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    padding: 15px !important;
  }
  .product-card img {
    height: 160px !important;
  }
}
#cart-count {
  position: absolute !important;
  top: 6px !important;
  right: 7px !important;
  background: red !important;
  color: white !important;
  font-size: 12px !important;
  font-weight: bold !important;
  padding: 2px 6px !important;
  border-radius: 50% !important;
 
  animation: bounce 0.6s ease !important;
  z-index: 999 !important;
}

@keyframes bounce {
  0%, 100% { transform: scale(1) !important; }
  50% { transform: scale(1.3) !important; }}.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 25px !important;
}

.product {
  margin-top: 0 !important;
  padding: 20px !important;
}
* Make sizing predictable */
  *, *::before, *::after { box-sizing: border-box; }

  /* Base product-grid (desktop/tablet): flexible, but with smaller min so it can fit 2 on small screens */
  .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 18px;
    padding: 18px;
    width: 100%;
  }

  .product-card {
    width: 100%;
    /* keep padding comfortable but not too big */
    padding: 12px;
    box-sizing: border-box;
  }

  /* Small screens: force exactly 2 columns for phones/tablets (you wanted two in a row on smaller screens) */
  @media (max-width: 480px) {
    .product-grid {
      /* two columns of equal width on small phones (180px each on 360px device) */
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 10px !important;
      padding: 10px !important;
    }
    .product-card img {
      height: 140px !important;
      object-fit: cover;
    }
  }

  /* Very small phones (optional: if you want 1 column on very tiny screens below 320px) */
  @media (max-width: 320px) {
    .product-grid {
      grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .product-card img {
      height: 130px !important;
    }
  }

  /* Tablet and up: allow more columns but keep the min small so columns can fit */
  @media (min-width: 481px) and (max-width: 1024px) {
    .product-grid {
      grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    }
    .product-card img { height: 160px; }
  }

  /* Desktop: default (you can leave this or adjust) */
  @media (min-width: 1025px) {
    .product-grid {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 22px;
      padding: 22px;
    }
    .product-card img { height: 200px; }
  }


.discount-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #FFD700, #ff69b4);
  color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  animation: pulseBadge 2s infinite ease-in-out;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
@keyframes pulseBadge {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.85; }
}
/* Base button style */
/* Base button style */
button, .add-btn{
  transition: all 0.4s ease;
}

/* Subtle hover and pulse attention */
@keyframes attractPulse {
  0%, 100% {
    transform: scale(1);
    background-color: var(--main-color, #ff69b4);
  }
  50% {
    transform: scale(1.05);
    background-color: #ffd700; /* gold accent */
  }
}

.attract-active {
  animation: attractPulse 2s ease-in-out infinite;
}



.product-card img{

  padding-left: -50px !important;
  padding-right: -50px !important;


}
.product-card { 
      
      padding: 15px 1.9px !important; 
  
    }
    .product-card img {
      height: 270px !important;
      object-fit: cover;
      padding-left: -50px;
    }

    /* new in comming code */

    

 
    .product-grid {
      display: grid !important;
      grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)) !important;
      gap: 20px !important;
      width: 100% !important;
      max-width:  2200px !important;
      margin-top: 60px !important;
    }

    .product {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 6px 12px rgba(0,0,0,0.1);
      padding: 10px;
      text-align: center;
      transition: transform 0.2s;
    }

    .product:hover {
      transform: translateY(-5px);
    }

    .product img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }

    .product-title {
      font-weight: 600;
      margin: 10px 0 4px;
    }

    .product-price {
      color: #2e7d32;
      font-weight: 500;
    }
    .overlay1 {

        z-index: 888;
    

    }
    .overlay1 input{
        display: block;
        width: 100%;
        max-width: 520px;
        background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        border: 1px solid rgba(200,138,54,0.15);
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.03);
        transition: box-shadow 0.25s ease, transform 0.15s ease, border-color 0.2s ease;
        outline: none;
        caret-color: #ffd700;
        -webkit-appearance: none;
        appearance: none;
        z-index: 899;
        padding:  13px 100px;
        font-size: 16px;
        border-radius: 10px;}

        /* animated, modern & highly visible placeholder + interactive focus/hover */
        @keyframes placeholderGlint {
            0%   { transform: translateX(0); opacity: 1; filter: blur(0); }
            50%  { transform: translateX(4px); opacity: 0.95; filter: blur(0.2px); }
            100% { transform: translateX(0); opacity: 1; filter: blur(0); }
        }

        @keyframes inputPulseGlow {
            0%   { box-shadow: 0 8px 20px rgba(200,138,54,0.06); transform: translateY(0); }
            50%  { box-shadow: 0 18px 50px rgba(200,138,54,0.14); transform: translateY(-3px); }
            100% { box-shadow: 0 8px 20px rgba(200,138,54,0.06); transform: translateY(0); }
        }

        /* subtle animated gradient background for the control */
        .overlay1 input {
            background-image: linear-gradient(90deg, rgba(255,215,115,0.03), rgba(255,255,255,0.01));
            background-size: 200% 100%;
            background-position: 0% 50%;
            transition: background-position 0.6s ease, box-shadow 0.25s ease, transform 0.18s ease, border-color 0.2s ease;
            cursor: text;
        }

        /* very noticeable, modern placeholder styling */
        .overlay1 input::placeholder {
            color: rgb(222, 222, 222);        /* warm gold tone */
            font-weight: 800;
            letter-spacing: 0.6px;
            font-size: 0.98em;
            text-shadow: 0 2px 8px rgba(0,0,0,0.45);
            -webkit-text-fill-color: initial;
            opacity: 1;                             /* keep it visible across browsers */
            animation: placeholderGlint 3.2s ease-in-out infinite;
            transition: transform 0.22s ease, opacity 0.22s ease;
        }

        /* hover gives a small lift and background slide to hint interactivity */
        .overlay1 input:hover {
            transform: translateY(-1px);
            background-position: 25% 50%;
            box-shadow: 0 10px 28px rgba(200,138,54,0.08);
        }

        /* focus: strong gold glow, slight lift, placeholder shifts/softens */
        .overlay1 input:focus {
            border-color: white;
            background-position: 100% 50%;
            box-shadow: 0 20px 60px rgba(200,138,54,0.18), inset 0 1px 0 rgba(255,255,255,0.02);
            transform: translateY(-3px);
            outline: none;
            animation: inputPulseGlow 3s ease-in-out infinite;
        }

        /* when focused, make placeholder float/soften so user sees typed text clearly */
        .overlay1 input:focus::placeholder {
            color: rgba(255,255,255,0.75);
            transform: translateY(-8px) scale(0.96);
            opacity: 0.9;
            text-shadow: 0 1px 4px rgba(0,0,0,0.35);
        }

        /* selection inside the input uses a soft gold highlight */
        .overlay1 input::selection {
            background: rgba(200,138,54,0.18);
            color: #111;
        }

        /* small accessibility hint: pulse stops when user types (avoids distraction) */
        .overlay1 input:not(:placeholder-shown) {
            animation: none;
            background-position: 100% 50%;
        }
    
    .hero-section {
        margin-top: 93px !important;
    }
    .container2 {
        
        background-color: transparent;
        z-index: 889;
        width: 400px;
        height: 220px;
        position: relative;
        top: 270px;
        padding: 40px;
        left: 60px;
        border-radius: 30px;
        }
        .container2 h1 {
        font-size: 2.5rem;
        color: white; /* fallback color */
        text-transform: uppercase;
        font-weight: 700;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
        line-height: 1.2;
        /* wider multicolor gradient for a smooth transition */
        background: linear-gradient(90deg, #c88a36 0%, #ffd700 30%, #ff69b4 60%, #7b2cbf 100%);
        background-size: 300% 300%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        will-change: background-position;
        /* slow continuous transition — 30s is subtle; adjust if you want faster/slower */
        animation: gradientText 30s linear infinite;
        }

    @keyframes gradientText {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }
    @media (max-width: 768px) {

      /* mobile improvements + side-in animation */
      @keyframes slideInFromLeft {
        from { transform: translateX(-18px) scale(0.995); opacity: 0; }
        60% { transform: translateX(6px) scale(1.002); opacity: 1; }
        to { transform: translateX(0) scale(1); opacity: 1; }
      }

      @keyframes slideInFromRight {
        from { transform: translateX(18px) scale(0.995); opacity: 0; }
        60% { transform: translateX(-6px) scale(1.002); opacity: 1; }
        to { transform: translateX(0) scale(1); opacity: 1; }
      }

      /* apply a gentle side-in plus fade for the hero container on small screens */
      .container2 {
        animation: slideInFromLeft 0.56s cubic-bezier(.2,.9,.2,1) both;
        will-change: transform, opacity;
        -webkit-animation: slideInFromLeft 0.56s cubic-bezier(.2,.9,.2,1) both;
        opacity: 0; /* will be set to 1 by the animation */
        margin: 14px auto;
        padding: 14px;
        box-shadow: 0 14px 30px rgba(0,0,0,0.18);
        background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.12));
        border: 1px solid rgba(200,138,54,0.08);
      }

      /* optional variant to slide in from the right (add class "slide-right" in HTML) */
      .container2.slide-right {
        animation-name: slideInFromRight;
        -webkit-animation-name: slideInFromRight;
      }

      /* make hero heading and contents more compact & centered on phones */
      .container2 h1 {
        font-size: 1.5rem;
        text-align: center;
        line-height: 1.15;
        margin: 6px 0 10px;
        display: block;
      }

      /* ensure input control fits nicely on mobile */
      .overlay1 input {
        width: 100%;
        max-width: 100%;
        padding: 12px 16px;
        font-size: 15px;
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
      }

      /* tighten product grid for mobile within this breakpoint */
      

      /* slightly larger product images for touch targets */
      .product-card img {
        height: 160px;
        object-fit: cover;
        border-radius: 10px;
      }

      /* make primary buttons easier to tap */
      button, .add-btn, .whatsapp-btn {
        padding: 10px 14px;
        border-radius: 12px;
        font-size: 15px;
      }

      /* subtle entrance delay for stacked elements to improve perceived motion */
      .container2,
      .container2 h1,
      .overlay1 input {
        animation-delay: 0.06s;
      }
    
.container2 {
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 360px;
  max-width: 36vw;
  min-width: 260px;
  background: rgba(0,0,0,0.48);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(200,138,54,0.14);
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  z-index: 995;
}}
  

  /* on small screens bring it back into document flow (stacked, full-width) */
  
      .container2 h1 {
        font-size: 3rem;
        font-weight: 100;
        margin-bottom: 20px;
        text-transform: uppercase;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
      }

      .container2 p {
        font-size: 1.2rem;
        line-height: 1.6;
        margin-bottom: 30px;
        color: rgba(255, 255, 255, 0.9);
      }

      .container2 .cta-btn {
        display: inline-block;
        padding: 15px 30px;
        font-size: 1.1rem;
        font-weight: 600;
        color: #fff;
        background: #c88a36;
        border-radius: 25px;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      }

      .container2 .cta-btn:hover {
        background: #ffd700;
        transform: scale(1.05);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
      }

      /* === Responsive Design for Welcome Section === */
      @media (max-width: 768px) {
        .container2 {
          padding: 40px 15px;
        }

        .container2 h1 {
          font-size: 2.2rem;
        }

        .container2 p {
          font-size: 1rem;
        }

        .container2 .cta-btn {
          padding: 12px 25px;
          font-size: 1rem;
        }

        .product-card img{

  padding-left: -50px !important;
  padding-right: -50px !important;


}
.product-card { 
      
      padding: 15px 1.9px !important; 
  
    }
    .product-card img {
      height: 270px !important;
      object-fit: cover;
      padding-left: -50px;
    }
      }
        .container2 {
            width: 95vw;
            max-width: 99vw;
            min-width: 0;
            height: auto;
            padding: 18px 8px;
            left: 0;
            top: 250px;
            border-radius: 18px;
            margin: 0 auto;
            position: relative;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
          
        }

        .h2e1 {
           font-size: 30px !important;
width:  100px !;
        }
       header br::before {
      font-weight: 600px !important;
       }
   

.product-card { 
      
      padding: 0px  0px 10px 0px!important; 

    }
    .product-card img {
      height: 270px !important;
      object-fit: cover;
      
    }


/* Category Section Styling */


/* === CATEGORY SECTION === */



  

.category-block {
  min-width: 110px;
  height: 110px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  opacity: 1; /* keep visible */
  transform: none; /* keep in place */
}


.category-block i {
  font-size: 26px;
  color: #111;
  margin-bottom: 8px;
}

.category-block.active {
  background: #111;
  color: #fff;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.category-block:hover {
  transform: translateY(-5px) scale(1.05);
}

/* Bounce animation */
@keyframes bounceOnce {
  0% { transform: translateY(20px); opacity: 0; }
  50% { transform: translateY(-10px); opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}
#categoryContainer {
  display: flex !important;
  flex-wrap: nowrap !important; /* make it scroll horizontally */
  overflow-x: auto !important;
  overflow-y: hidden !important;
  gap: 15px !important;
  padding: 15px !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE */
}
#categoryContainer::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.category-block {
  flex: 0 0 auto; /* prevents shrinking and wraps horizontally */
  min-width: 110px;
  height: 110px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  transform: translateY(20px);
  opacity: 0;
}

.category-block i {
  font-size: 26px;
  color: #111;
  margin-bottom: 8px;
}

.category-block.active {
  background: #111;
  color: #fff;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.category-block:hover {
  transform: translateY(-5px) scale(1.05);
}

/* Bounce animation */
@keyframes bounceOnce {
  0% { transform: translateY(20px); opacity: 0; }
  50% { transform: translateY(-10px); opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}

/* Responsive padding adjustment */
@media (max-width: 600px) {
  #categoryContainer {
    padding: 10px;
    gap: 10px;
  }
}


/* Premium, minimal category bar (Nike / Zara inspired) */
  #categoryContainer {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.02));
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 8px 30px rgba(10,10,10,0.06);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  /* Subtle, elegant scrollbar for supported browsers */
  #categoryContainer::-webkit-scrollbar { height: 8px; }
  #categoryContainer::-webkit-scrollbar-track { background: transparent; }
  #categoryContainer::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.12);
    border-radius: 8px;
    border: 2px solid transparent;
    background-clip: padding-box;
  }

  /* Card style for each category */
  .category-block {
    position: relative;
    flex: 0 0 auto;
    scroll-snap-align: center;
    min-width: 120px;
    height: 120px;
    padding: 14px;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff, #fbfbfb);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #111;
    font-weight: 600;
    letter-spacing: 0.2px;
    box-shadow: 0 6px 20px rgba(12,12,12,0.06), inset 0 1px 0 rgba(255,255,255,0.6);
    border: 1px solid rgba(0,0,0,0.04);
    transition: transform .28s cubic-bezier(.2,.9,.2,1), box-shadow .28s, background .28s;
    cursor: pointer;
    overflow: hidden;
  }

  /* Icon and label */
  .category-block i,
  .category-block img {
    font-size: 26px;
    width: 48px;
    height: 48px;
    display: block;
    object-fit: contain;
    margin-bottom: 6px;
    transition: transform .28s, filter .28s, opacity .28s;
  
  }

  .category-block span {
    font-size: 0.92rem;
    color: #222;
  }

  /* Hover / focus interactions */
  .category-block:hover,
  .category-block:focus {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 18px 45px rgba(12,12,12,0.12);
    outline: none;
    color: white
  }
  .category-block:active { transform: translateY(-4px) scale(1.01); 
    color: white;
  }  

  /* Tiny decorative underline that appears on hover */
  .category-block::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 36%;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, rgba(200,138,54,0.95), transparent);
    opacity: 0;
    transition: opacity .28s, transform .28s;
   
  }
  .category-block:hover::after { opacity: 1; transform: translateX(-50%) translateY(-2px); }

  /* Active / selected state */
  .category-block.active {
    background: #0f0f0f;
    color: #fff;
    border-color: rgba(200,138,54,0.12);
    box-shadow: 0 22px 60px rgba(0,0,0,0.28);
    transform: translateY(-10px) scale(1.04);
  }
  .category-block.active i,
  .category-block.active,
  .category-block.active img { filter: none; transform: translateY(-1px); 
  
  color: white;
  }
 

  /* Make category labels subtle on small screens */
  @media (max-width: 600px) {
    #categoryContainer { padding: 12px; gap: 12px; }
    .category-block { min-width: 100px; height: 110px; padding: 10px; border-radius: 10px; }
    .category-block i, .category-block img { width: 44px; height: 44px; }
    .category-block span { font-size: 0.86rem; }
  }


  /* ===== TOGGLE BUTTON ===== */
.nav-toggle-btn {
  position: fixed;
  top: 100px;
  left: 20px;
  z-index: 2000;
  background: #111;
  color: #fff;
  border: none;
  font-size: 22px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  
}

/* ===== SIDE NAV ===== */
.side-nav {
  position: fixed;
  top: 0;
  left: -280px;
  width: 260px;
  height: 100%;
  background: #fff;
  box-shadow: 3px 0 10px rgba(0,0,0,0.1);
  transition: left 0.4s ease;
  z-index: 1500;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.side-nav.open {
  left: 0;
}

.side-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-nav {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
}

.side-nav-links {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.side-nav-links li {
  margin-bottom: 18px;
}

.side-nav-links a {
  text-decoration: none;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  transition: color 0.3s ease;
}

.side-nav-links a:hover {
  color: #111;
}

.side-subscribe p {
  margin-bottom: 8px;
  font-weight: 600;
}

.side-subscribe .subscribe-box {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 25px;
  overflow: hidden;
}

.side-subscribe input {
  border: none;
  padding: 8px 10px;
  flex: 1;
  outline: none;
}

.side-subscribe button {
  background: #111;
  color: #fff;
  border: none;
  padding: 8px 14px;
  cursor: pointer;
}

/* ===== OVERLAY ===== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
  z-index: 1400;
}

.overlay.active {
  display: block;
}


/* ===== OVERLAY TO DARKEN BACKGROUND ===== */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  backdrop-filter: blur(6px);
  display: none;
  z-index: 9998;
}

/* ===== POPUP ===== */
.welcome-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 520px;
  background: rgba(0, 0, 0, 0.7) url('https://img.freepik.com/free-photo/business-woman-classy-suit-studio_1303-13815.jpg?semt=ais_hybrid&w=740&q=80') center/cover no-repeat;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  padding: 45px 30px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
  animation: fadeIn 1s ease-out;
}

/* ===== CONTENT ===== */
.welcome-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.welcome-content p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
  color: #e8e8e8;
  margin-bottom: 20px;
  line-height: 1.6;
}

.welcome-content .luxury-text {
  font-style: italic;
  font-size: 1rem;
  color: #cfcfcf;
  margin-bottom: 10px;
}

/* ===== INPUT ===== */
#welcomePopup input {
  padding: 12px 20px;
  border-radius: 30px;
  border: none;
  outline: none;
  width: 80%;
  max-width: 300px;
  background: rgba(255,255,255,0.9);
  color: #111;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

#welcomePopup input:focus {
  background: #fff;
  box-shadow: 0 0 10px rgba(255,255,255,0.3);
}

/* ===== BUTTONS ===== */
.popup-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.popup-buttons button {
  background: #fff;
  color: #111;
  font-weight: 600;
  border: none;
  padding: 12px 28px;
  border-radius: 50px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  transition: all 0.4s ease;
}

.popup-buttons button:hover {
  background: #111;
  color: #fff;
  letter-spacing: 1px;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeIn {
  from { opacity: 0; transform: translate(-50%, -40%); }
  to { opacity: 1; transform: translate(-50%, -50%); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
  .welcome-popup {
    padding: 35px 20px;
    width: 90%;
    max-width: 380px;
  }

  .welcome-content h2 {
    font-size: 1.6rem;
  }

  .welcome-content p {
    font-size: 0.9rem;
  }

  .popup-buttons button {
    padding: 10px 20px;
  }
}

.refreshbtn {
  display: flex;
  justify-content: center;
  padding: 15px;
  margin: 0 auto;
  border: 1px 1px solid #030303;
  background-color: white;
 font-size: 12px;
}


/* SIDE NAVIGATION */
.side-nav {
  position: fixed;
  top: 0;
  left: -280px;
  width: 260px;
  height: 100vh;
  background: rgba(30, 30, 30, 0.95);
  backdrop-filter: blur(12px);
  color: #fff;
  z-index: 9999;
  transition: left 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 15px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}

.side-nav.show {
  left: 0;
}

.side-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-nav {
  background: none;
  border: none;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
  transition: color 0.2s ease;
}

.close-nav:hover {
  color: #f06292;
}

.side-nav-links {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.side-nav-links li {
  margin-bottom: 14px;
}

.side-nav-links a {
  color: #ddd;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.side-nav-links a:hover {
  color: #f48fb1;
}

/* Subscribe Section */
.side-subscribe {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  text-align: center;
}

.subscribe-box {
  display: flex;
  margin-top: 8px;
}

.subscribe-box input {
  flex: 1;
  padding: 8px;
  border: none;
  border-radius: 4px 0 0 4px;
  outline: none;
  font-size: 14px;
}

.subscribe-box button {
  background: #f48fb1;
  border: none;
  color: #fff;
  padding: 8px 12px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
}

.subscribe-box button:hover {
  background: #ec407a;
}


.discount-badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  background: linear-gradient(135deg, #FFD700, #ff69b4) !important;
  color: white !important;
  font-size: 13px !important;
  font-weight: bold !important;
  padding: 6px 14px !important;
  border-radius: 30px !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
  animation: pulseBadge 2s infinite ease-in-out !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2) !important;
}
@keyframes pulseBadge {
  0%, 100% { transform: scale(1); opacity: 1 !important; }
  50% { transform: scale(1.15); opacity: 0.85 !important; }
}

/* small: make category blocks slightly smaller */
@media (max-width:480px) {
  .category-block { padding:8px 12px; border-radius:10px; font-size:14px; }
}
.h2e1  {
    font-family: 'poppins', sans-serif !important;
   
font-size: 30px;
width:  100px;
}

    @keyframes gradientText {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }
    @media (max-width: 480px) {
        .h2e1 {
            font-size: 23px !important;
            padding-right: -29px !important;
            margin-left: -12px !important;

        }
    }


    
  .category-section {
    position: relative;
    padding: 2rem 1rem;
    overflow: hidden;
    background: #fafafa;
  }

  .category-title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #000;
    font-weight: 700;
  }

  .category-container {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    padding: 0 0.5rem;
  }

  .category-container::-webkit-scrollbar {
    display: none;
  }

  .category-card {
    flex: 0 0 auto;
    width: 160px;
    height: 120px;
    background: linear-gradient(135deg, #fff, #f3f3f3);
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #222;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  }

  /* Subtle gradient edges to suggest scroll */
  .category-section::before,
  .category-section::after {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }

  
.category-section::before {
    left: 0;
    background: linear-gradient(to right, #fafafa 15%, transparent);
  }

  .category-section::after {
    right: 0;
    background: linear-gradient(to left, #fafafa 15%, transparent);
  }




















.category-section {
  margin: 40px 0;
  overflow: hidden;
  position: relative;
}

.category-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.category-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 15px;
  padding: 10px;
  -ms-overflow-style: none; /* hide scrollbar for IE/Edge */
  scrollbar-width: none; /* hide scrollbar for Firefox */
}
.category-container::-webkit-scrollbar {
  display: none; /* hide scrollbar for Chrome/Safari */
}

/* Category card styling */
.category-container .category-item {
  flex: 0 0 auto;
  min-width: 160px;
  height: 180px;
  border-radius: 10px;
  background: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.category-container .category-item:hover {
  transform: scale(1.05);
}






/* Make category section scrollable horizontally */
.category-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  gap: 1rem;
  padding: 1rem 0;
  scrollbar-width: none; /* hide scrollbar for Firefox */
}
.category-container::-webkit-scrollbar {
  display: none; /* hide scrollbar for Chrome/Safari */
}

/* Each category item should have fixed width so scrolling is visible */
.category-card,
.category-block,
.category-item {
  flex: 0 0 auto; /* prevent wrapping */
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  color: #333;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
}

.category-card:hover {
  background: #000;
  color: #fff;
  transform: scale(1.05);
}



.h2e1  {
    font-family: 'poppins', sans-serif !important;

 font-size: 19.5px !important;

   color: white !important; /* fallback color */
        text-transform: uppercase !important;
        font-weight: 700 !important;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) !important;
        line-height: 1.2;
        /* wider multicolor gradient for a smooth transition */
        background: linear-gradient(90deg, #c88a36 0%, #ffd700 30%, #ff69b4 60%, #7b2cbf 100%) !important;
        background-size: 300% 300% !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
        will-change: background-position;
        /* slow continuous transition — 30s is subtle; adjust if you want faster/slower */
        animation: gradientText 30s linear infinite !important;
        }

    @keyframes gradientText {
        0% { background-position: 0% 50% !important; }
        50% { background-position: 100% 50% !important; }
        100% { background-position: 0% 50% !important; }
    }

    .category-block.active {
  background: linear-gradient(90deg,#ff7aa2,#d63384) !important;
  color:white !important;
  box-shadow: 0 12px 30px rgba(214,51,132,0.16) !important;
}




@media (min-width: 750px) {
    .products-container,
    .product-grid,
    .product-list {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
        padding: 20px !important;
    }

    .product-card img {
        width: 160px !important;
    }




.products-container,
.product-grid,
.product-list,
.product-section {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 40px !important;
    padding: 40px 60px !important;
    box-sizing: border-box !important;
    justify-content: center !important;
}

/* PRODUCT CARD */
.product-card,
.product-item,
.product {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: left !important;
    background: rgb(250, 248, 248) !important;
    border: none !important;
    box-shadow: none !important;
    padding: 10px 0 !important;
}

/* PRODUCT IMAGE CONTROL */
.product-card img,
.product-item img,
.product img {
    width: 260px !important;     /* controls product image width */
    height: auto !important;
    object-fit: contain !important;
    margin-bottom: 10px !important;
}

/* PRODUCT TITLE */
.product-card h3,
.product-item h3,
.product-name {
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #111 !important;
    margin: 10px 0 4px !important;
    line-height: 1.3 !important;
}

/* PRODUCT PRICE */
.product-card p,
.product-item p,
.product-price {
    font-size: 16px !important;
    color: #333 !important;
}
body {
  background: rgb(250, 249, 249) !important;
}
.nav-toggle-btn {
  display: none;
}

.text-muted {
  
  color: red !important;
}
/* ============ MOBILE RESPONSIVE FIX ============ */
}











    /* ============================
   LUXURY BRAND PRODUCT MODAL
   Inspired by ZARA / GUCCI / LV
==============================*/

/* Smooth scrolling everywhere */
html, body {
  scroll-behavior: smooth;
}

/* Background Overlay */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 10px;
  backdrop-filter: blur(6px);
}

/* Container */
.modal-box {
  background: #fff;
  width: 100%;
  max-width: 1300px;
  border-radius: 18px;
  padding: 10px 10px;
  position: relative;
  animation: modalFade .25s ease-out;
  max-height: 99vh;
  overflow-y: auto;
  min-width: none;
}

/* Animation */
@keyframes modalFade {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/******** EXIT BUTTON ********/
.modal-close {
  position: absolute;
  right: 28px;
  top: 24px;
  font-size: 38px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.55;
  transition: .2s ease;
}

.modal-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

/******** MODAL INNER ********/
.modal-inner {
  display: flex;
  gap: 50px;
}

/******** LEFT SIDE ********/
.modal-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#modalName {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 14px;
  font-family: 'Helvetica Neue', sans-serif;
}

.modal-price {
  font-size: 24px;
  margin-bottom: 18px;
  font-weight: 500;
}

.modal-description {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 28px;
  opacity: .85;
}

/* Inputs */
.modal-select {
  width: 100%;
  padding: 13px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 15px;
  margin-bottom: 10px;
  background: #fafafa;
  transition: .2s ease;
}

.modal-select:focus {
  border-color: black;
  background: #fff;
}

/* Add to Cart Btn */
.modal-add-btn {
  width: 100%;
  padding: 17px;
  background: black;
  color: white;
  font-size: 17px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: .3s ease;
  letter-spacing: .5px;
}

.modal-add-btn:hover {
  background: #222;
  transform: translateY(-2px);
}

/******** RIGHT SIDE (IMAGE) ********/
.modal-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-img {
  width: 100%;
  border-radius: 16px;
  transition: transform .35s ease;
}

/* Hover Zoom like luxury brands */
.modal-img:hover {
  transform: scale(1.035);
}

/******** RELATED PRODUCTS ********/
.related-section {
  margin-top: 10px;

}

.related-section h3 {
  font-size: 34px;
  font-weight: 600;
  margin-top: 30px;

}

.related-row {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-behavior: smooth;
}

.related-row::-webkit-scrollbar {
  height: 6px;
}
.related-row::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

/******** RESPONSIVE ********/
@media (max-width: 900px) {
  .modal-inner {
    flex-direction: column-reverse;
  }

  .modal-img {
    height: 50vh;
  }

  #modalName {
    font-size: 16px !important;
  }
}
/* --- MODAL LAYOUT FIX --- */
@media  (min-width: 750px) {
  .modal-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  max-width: 1200px;   /* prevent stretching too wide */
  margin: auto;
}

/* LEFT SIDE */
.modal-left {
  flex: 1;
  min-width: 350px;
  margin-top: 150px;
}

/* RIGHT SIDE */
.modal-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -120px ;

}

/* IMAGE FIX */
.modal-img {
  width: 100%;
  max-width: 450px;  /* VERY IMPORTANT: prevents huge overflow */
  height: auto;
  object-fit: contain;

}
  


.related-section h3 {
  text-align: center;
  padding-bottom: 100px;
}
}
/* MOBILE FIX — MAKE MODAL LARGE */
@media (max-width: 600px) {
  .modal-box {
    width: 99%;
    max-height: 95vh;
    padding: 18px;
  }

  .modal-inner {
    flex-direction: column-reverse;
  }

  .modal-img {
    max-height: 100vh !important;
    width: 100% !important;
  
  height: auto !important;
  }

  h2 {
    font-size: 20px;
  }

  .modal-select,
  .modal-add-btn {
    font-size: 16px;
  }
  .related-section h3 {
  text-align: center;
  padding-bottom: 15px;
}
}

/* MOBILE ONLY */
@media (max-width: 768px) {

  header {
    width: 100%;
    padding: 12px 18px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  header {
    flex: 1;
    display: flex;
    justify-content: center;
height: 60px;
border-radius: 10%;

  }

  .header h1{
  display: none;
  
  }

  .header-right {
    display: flex;
    align-items: center;
    gap: 16px; /* Gucci spacing */
  background: transparent;
  }

  .header-right i {
    font-size: 20px;
    color: #000;
    background: transparent;
  }
  .h2e1 {
    display: none;
    padding-left: 19px;
    text-align: center;
    right: absolute;
    right: 0px;
    top: 4px;

  }
  br {
    display: none;
  }
  .nvs {
    display: none;
    
  }
  #navToggleBtn {
    margin-top: -94.5px ;
    background: white;
box-shadow:  white;
color: #000;

  }
  .nv {
    display: none;
  }
  .hero-section {
    margin-top: -0.2rem !important;
   
}
}




footer a {
  color: #000 !important;
}