 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }
 html{
    scroll-behavior: smooth;
 }

 body {
     font-family: 'Inter', sans-serif;
     background-color: #faf9f7;
     color: #1e1e1e;
     letter-spacing: -0.011em;
 }

 h1,
 h2,
 h3,
 h4,
 .heading-font {
     font-family: 'Playfair Display', serif;
     font-weight: 600;
     letter-spacing: -0.02em;
 }

 .container {
     max-width: 1320px;
 }

 /* Premium Navigation */
 .nav-luxury {
     background: rgba(255, 255, 255, 0.85);
     backdrop-filter: blur(12px) saturate(180%);
     -webkit-backdrop-filter: blur(12px);
     border-bottom: 1px solid rgba(226, 222, 215, 0.5);
     position: sticky;
     top: 0;
     z-index: 50;
 }


/* 
 .hero-premium::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><path d="M30 5 L55 30 L30 55 L5 30 Z" fill="none" stroke="rgba(200,180,150,0.03)" stroke-width="1"/></svg>');
     opacity: 0.5;
 } */
  .bg-over {
     background: rgb(0 0 0 / 52%)}

 /* Category Pills */
 .category-pill {
     display: inline-flex;
     align-items: center;
     padding: 0.7rem 1.5rem;
     border-radius: 60px;
     font-size: 0.95rem;
     font-weight: 500;
     background: white;
     box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02);
     border: 1px solid #efefef;
     color: #2b2b2b;
     transition: all 0.2s;
     cursor: pointer;
     white-space: nowrap;
 }

 .category-pill svg {
     width: 18px;
     height: 18px;
     margin-right: 8px;
     stroke: #9b7b5c;
     fill: none;
 }

 .category-pill:hover {
     background: #f5f0ea;
     border-color: #cbb59b;
     transform: scale(1.02);
     box-shadow: 0 12px 22px -12px rgba(120, 80, 50, 0.2);
 }

 .category-pill.active {
     background: #2a2a2a;
     color: white;
     border-color: #2a2a2a;
 }

 .category-pill.active svg {
     stroke: #f3d9c1;
 }

 /* Product Grid - Shopify Style */
 .product-grid {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 1.2rem;
 }

 @media (min-width: 640px) {
     .product-grid {
         grid-template-columns: repeat(2, 1fr);
         gap: 1.5rem;
     }
 }

 @media (min-width: 1024px) {
     .product-grid {
         grid-template-columns: repeat(4, 1fr);
         gap: 1.8rem;
     }
 }

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  font-size: 22px;
  color: white;
  background: #111;
  padding: 12px;
  border-radius: 50%;
  transition: 0.3s ease;
}

/* Individual Brand Colors on Hover */
.social-icons a:hover:nth-child(1) { background: #1877F2; } /* Facebook */
.social-icons a:hover:nth-child(2) { background: #25D366; } /* WhatsApp */
.social-icons a:hover:nth-child(3) { background: #000000; } /* X */
.social-icons a:hover:nth-child(4) { background: #000000; } /* TikTok */
.social-icons a:hover:nth-child(5) { background: #E4405F; } /* Instagram */
.social-icons a:hover:nth-child(6) { background: #0077B5; } /* LinkedIn */

.social-icons a:hover {
  transform: translateY(-5px) scale(1.1);
}

 /* Product Card */
 .product-card {
     background: white;
     border-radius: 3px;
     overflow: hidden;
     box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
     transition: all 0.25s;
     border: 1px solid rgba(225, 220, 210, 0.4);
     display: flex;
     flex-direction: column;
 }

 .product-card:hover {
     border-color: #dad3c8;
     box-shadow: 0 22px 40px -12px rgba(80, 50, 30, 0.12);
 }

 .product-image-wrap {
     position: relative;
     aspect-ratio: 4/5;
     background: #ffffff;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 1rem;
 }

 .product-image-wrap img {
     width: 100%;
     height: 100%;
     object-fit: contain;
     mix-blend-mode: multiply;
     transition: transform 0.5s;
 }

 .product-card:hover img {
     transform: scale(1.02);
 }

 .product-badge {
     position: absolute;
     top: 0.8rem;
     left: 0.8rem;
     background: rgba(255, 255, 255, 0.9);
     backdrop-filter: blur(5px);
     font-size: 0.65rem;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.5px;
     padding: 0.35rem 0.9rem;
     border-radius: 40px;
     color: #3b3b3b;
     border: 1px solid rgba(220, 200, 180, 0.4);
     display: flex;
     align-items: center;
     gap: 4px;
 }

 .product-badge svg {
     width: 12px;
     height: 12px;
     stroke: #9b7b5c;
 }

 .product-details {
     padding: 1rem 0.9rem 1rem;
     background: white;
     flex: 1;
 }

 .product-seller {
     display: flex;
     align-items: center;
     gap: 4px;
     font-size: 0.8rem;
     color: #8b7a6a;
     margin-bottom: 0.25rem;
 }

 .product-seller svg {
     width: 14px;
     height: 14px;
     stroke: #8b7a6a;
 }
 .product-name {
     font-weight: 600;
     font-size: 1.1rem;
     line-height: 1.3;
     color: #1e1a15;
     margin-bottom: 0.2rem;
     display: -webkit-box;
     /* -webkit-line-clamp: 2; */
     -webkit-box-orient: vertical;
     overflow: hidden;
 }

 .product-price {
     font-size: 1.3rem;
     font-weight: 600;
     color: #1b1b1b;
     letter-spacing: -0.02em;
     margin-top: 0.2rem;
 }

 .product-footer {
     margin-top: 0.75rem;
     display: flex;
     align-items: center;
     justify-content: space-between;
     border-top: 1px dashed #eee;
     padding-top: 0.7rem;
 }

 .whatsapp-btn {
     background: #1f1f1f;
     color: white;
     border-radius: 60px;
     padding: 0.5rem 1rem;
     font-size: 0.8rem;
     font-weight: 500;
     display: inline-flex;
     align-items: center;
     gap: 6px;
     transition: 0.15s;
     text-decoration: none;
 }

 .whatsapp-btn svg {
     width: 16px;
     height: 16px;
     stroke: #25D366;
     fill: #25D366;
 }

 .whatsapp-btn:hover {
     background: #2d2d2d;
 }

 /* Search Bar */
 .search-luxury {
     background: white;
     border-radius: 80px;
     padding: 0.3rem 0.3rem 0.3rem 1.8rem;
     border: 1px solid #e4dbd0;
     box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
     display: flex;
     align-items: center;
     width: 100%;
 }

 .search-luxury svg {
     width: 18px;
     height: 18px;
     stroke: #b9aa9a;
     margin-right: 8px;
 }

 .search-luxury input {
     border: none;
     background: transparent;
     padding: 0.8rem 0;
     font-size: 1rem;
     width: 100%;
     outline: none;
 }

 .search-luxury input::placeholder {
     color: #b9aa9a;
     font-weight: 300;
 }

 .search-luxury button {
     background: #1e1e1e;
     border-radius: 60px;
     padding: 0.6rem 1.8rem;
     color: white;
     font-weight: 500;
     border: none;
     white-space: nowrap;
     cursor: pointer;
 }

 /* Select Dropdown */
 .select-premium {
     background: white;
     border-radius: 60px;
     padding: 0.7rem 2.5rem 0.7rem 1.5rem;
     border: 1px solid #e4dbd0;
     font-size: 0.9rem;
     appearance: none;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237c6b5a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
     background-repeat: no-repeat;
     background-position: right 1.2rem center;
     background-size: 14px;
     cursor: pointer;
 }

 /* Feature Cards */
 .feature-card {
     text-align: center;
     padding: 1.5rem;
 }

 .feature-icon {
     background: #f5ede3;
     width: 80px;
     height: 80px;
     margin: 0 auto 1rem;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
 }
/* Verified badge styling */

.verified-badge {
  display: inline-flex;
  align-items: center;
}
.badge-icon {
  width: 18px;
  height: 18px;
}


 .feature-icon svg {
     width: 32px;
     height: 32px;
     stroke: #9b7b5c;
 }
 .feature-icon .verified{
    stroke: none;
 }

 /* Seller CTA */
 .seller-cta {
     background: white;
     border-radius: 3rem;
     box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
     padding: 3rem;
     border: 1px solid rgba(255, 255, 255, 0.6);
 }

 .whatsapp-circle {
     background: #1e1e1e;
     width: 100px;
     height: 100px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     border: 4px solid #f5ede3;
 }

 .whatsapp-circle svg {
     width: 48px;
     height: 48px;
     stroke: #25D366;
     fill: #25D366;
 }

 /* No Scrollbar */
 .no-scrollbar::-webkit-scrollbar {
     display: none;
 }

 .no-scrollbar {
     -ms-overflow-style: none;
     scrollbar-width: none;
 }

 /* Mobile Optimizations */
 @media (max-width: 480px) {
     .product-image-wrap {
         aspect-ratio: 4/5;
         padding: 0.5rem;
     }

     .product-name {
         font-size: 0.95rem;
     }

     .product-price {
         font-size: 1.1rem;
     }

     .product-seller {
         font-size: 0.7rem;
     }

     .whatsapp-btn {
         padding: 0.4rem 0.9rem;
         font-size: 0.75rem;
     }

     .category-pill {
         padding: 0.5rem 1rem;
         font-size: 0.85rem;
     }
 }
 footer{
    border-radius: 2rem 2rem 0 0;
     background: #1e1e1e;
     color: white;
     padding: 2rem 1rem;
     text-align: center;
     font-size: 0.9rem;
     margin-top: 3rem;
 }