
.hero{
    
    margin-top: 10px !important;
}



@media (max-width: 768px) {
  .mobile-one-line {
    font-size: 10px !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }
}



/* HERO PERFECT 1920x650 RATIO FIX */
.hero,
.hero-section,
.home-hero,
.slider-section,
.hero-slider,
.slider,
.main-slider{
    width:100% !important;
    height:calc(100vw * 650 / 1920) !important;
    max-height:650px !important;
    min-height:unset !important;
    overflow:hidden !important;
    position:relative !important;
}

.slides,
.slide{
    width:100% !important;
    height:100% !important;
}

.slide{
    background-size:contain !important;
    background-repeat:no-repeat !important;
    background-position:center center !important;
}

.hero img,
.hero-section img,
.home-hero img,
.slider-section img,
.hero-slider img,
.slider img,
.main-slider img,
.slide img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center !important;
    display:block !important;
}

@media(max-width:768px){
    .hero,
    .hero-section,
    .home-hero,
    .slider-section,
    .hero-slider,
    .slider,
    .main-slider{
        height:calc(100vw * 650 / 1920) !important;
        max-height:none !important;
    }
}


:root{
      --gold:#c7a64f;
      --gold-dark:#a98735;
      --charcoal:#1d1d1b;
      --cream:#f8f6ee;
      --sage:#d8d8c6;
      --white:#fff;
      --text:#222;
      --muted:#777;
      --shadow:0 14px 35px rgba(0,0,0,.10);
    }

    *{margin:0;padding:0;box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{font-family:'Poppins',sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}
    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}
    .container{width:min(90%,1180px);margin:auto}

    header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(29,29,27,.84);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.10)}
    nav{display:flex;align-items:center;justify-content:space-between;padding:14px 5%}
    .logo{font-size:1.85rem;font-weight:700;font-family:'Playfair Display',montserrat;color:var(--gold);letter-spacing:.2px}
    .menu{display:flex;gap:24px;align-items:center}
    .menu a{color:#fff;font-size:.86rem;font-weight:500;transition:.25s}
    .menu a:hover{color:var(--gold)}
    .nav-right{display:flex;align-items:center;gap:17px;color:#fff}
    .nav-right i{cursor:pointer;transition:.25s;font-size:1rem}
    .nav-right i:hover{color:var(--gold)}
    .cart-icon{position:relative}
    .cart-count{position:absolute;top:-10px;right:-10px;width:18px;height:18px;border-radius:50%;background:var(--gold);color:#fff;font-size:.65rem;display:flex;align-items:center;justify-content:center;font-weight:700}
    .mobile-toggle{display:none;color:#fff;font-size:1.45rem;cursor:pointer}
    .mobile-menu{position:absolute;top:100%;left:0;width:100%;background:rgba(29,29,27,.98);display:none;flex-direction:column;padding:18px 5%;gap:14px}
    .mobile-menu a{color:#fff;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:11px}
    .mobile-menu.active{display:flex}

    .search-popup{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:3000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s;padding:20px}
    .search-popup.active{opacity:1;visibility:visible}
    .search-box{width:100%;max-width:660px;background:#fff;border-radius:14px;padding:18px;position:relative;box-shadow:var(--shadow)}
    .search-box input{width:100%;border:0;outline:0;font-size:1.05rem;padding:15px 48px 15px 15px;border-radius:10px;background:#f4f4f4}
    .search-box button{position:absolute;top:50%;right:34px;transform:translateY(-50%);border:0;background:transparent;font-size:1.05rem;cursor:pointer;color:#666}
    .close-search{position:absolute;top:-52px;right:0;color:#fff;font-size:1.7rem;cursor:pointer;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center}

    
    .slides,.slide{width:100%;height:100%}
    .slide{position:absolute;top:0;left:0;opacity:0;transition:opacity 1s ease-in-out;background-size:cover;background-position:center;display:flex;align-items:center}
    .slide.active{opacity:1;z-index:1}
    .overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.38),rgba(0,0,0,.16))}
    .hero-content{position:relative;z-index:2;color:#fff;width:min(90%,620px);margin-left:8%;padding-top:55px}
    .eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--gold);font-size:1.15rem;margin-bottom:10px;font-family:'Playfair Display',serif}
    .eyebrow i{font-size:1rem}
    .hero-content h1{font-size:clamp(2.9rem,5vw,4.55rem);line-height:1.02;margin-bottom:18px;font-family:'Playfair Display',montserrat;max-width:610px}
    .hero-content p{font-size:1.02rem;line-height:1.75;margin-bottom:28px;max-width:560px;color:#f1f1f1}
    .buttons{display:flex;gap:13px;flex-wrap:wrap}
    .btn{padding:13px 24px;border-radius:4px;font-weight:700;transition:.25s;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:.85rem;text-transform:uppercase;letter-spacing:.3px}
    .btn-primary{background:var(--gold);color:#fff}
    .btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px)}
    .btn-secondary{border:2px solid #fff;color:#fff;background:rgba(255,255,255,.04)}
    .btn-secondary:hover{background:#fff;color:#111}
    .hero-trust{display:flex;align-items:center;gap:16px;margin-top:22px;flex-wrap:wrap;font-size:.84rem;color:#000;}
    .stars{color:var(--gold);letter-spacing:2px}
    .slider-dots{position:absolute;bottom:27px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:5}
    .dot{width:34px;height:4px;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer;transition:.25s}
    .dot.active{background:var(--gold);width:48px}

    .features{background:var(--charcoal);color:#fff;padding:24px 5%;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
    .feature-box{display:flex;align-items:flex-start;gap:13px;border-right:1px solid rgba(255,255,255,.08);padding-right:15px}
    .feature-box:last-child{border-right:0}
    .feature-icon{width:42px;height:42px;min-width:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(199,166,79,.45);color:var(--gold);font-size:1.05rem;background:rgba(199,166,79,.08)}
    .feature-box h3{font-size:.95rem;margin-bottom:4px;color:#fff}
    .feature-box p{color:#cfcfcf;font-size:.78rem;line-height:1.55}

    /* Smaller, cleaner product section */
    .products{padding:56px 5% 46px;text-align:center;background:#fffdf8}
    .mini-title{font-size:.74rem;font-weight:700;color:var(--gold);letter-spacing:1.4px;text-transform:uppercase;margin-bottom:8px}
    .section-title{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,3vw,2.7rem);line-height:1.1;margin-bottom:10px}
    .section-sub{color:var(--muted);margin-bottom:30px;font-size:.92rem}
    .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1040px;margin:0 auto}
    .card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.07);transition:.25s;border:1px solid rgba(0,0,0,.05)}
    .card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
    .card-img{height:165px;position:relative;overflow:hidden}
    .card-img img{width:100%;height:100%;object-fit:contain;transition:.35s}
    .card:hover .card-img img{transform:scale(1.05)}
    .product-badge{position:absolute;top:10px;left:10px;background:rgba(29,29,27,.88);color:#fff;font-size:.68rem;padding:5px 9px;border-radius:999px;display:flex;align-items:center;gap:6px}
    .card-content{padding:17px 15px 18px}
    .product-icon{width:42px;height:42px;margin:-38px auto 12px;border-radius:50%;background:#fff;color:var(--gold);display:flex;align-items:center;justify-content:center;box-shadow:0 5px 16px rgba(0,0,0,.12);position:relative;z-index:2;font-size:1.05rem}
    .card-content h3{margin-bottom:5px;font-size:1.02rem;font-family:'Playfair Display',serif}
    .price{color:var(--gold);font-weight:700;margin-bottom:14px;display:block;font-size:.86rem}
    .card .btn{padding:9px 16px;font-size:.72rem;width:auto}
    .more-products{margin-top:24px;display:inline-flex;align-items:center;gap:9px;color:#222;font-weight:700;font-size:.85rem}
    .more-products i{color:var(--gold)}

    .steps{padding:56px 5%;background:#f1ede3;text-align:center}
    .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
    .step{background:#fff;padding:28px 24px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055)}
    .step-number{width:62px;height:62px;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:auto auto 17px;font-size:1.35rem;font-weight:700}
    .step-number i{font-size:1.3rem}
    .step h3{font-size:1.05rem;margin-bottom:7px}
    .step p{font-size:.87rem;color:#666;line-height:1.65}

    .testimonials{padding:62px 5%;text-align:center;background:#eef0df}
    .testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px;max-width:1050px;margin-left:auto;margin-right:auto}
    .testimonial{background:#fff;padding:26px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055);text-align:left}
    .testimonial .stars{font-size:.8rem;margin-bottom:11px}
    .testimonial p{line-height:1.7;color:#555;margin-bottom:14px;font-size:.9rem}
    .testimonial h4{color:var(--gold);font-size:.9rem}

    .icon-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:30px 5%;background:#fff;color:#222;text-align:center}
    .icon-strip div{display:flex;align-items:center;justify-content:center;gap:10px;font-size:.86rem;font-weight:600;color:#555}
    .icon-strip i{color:var(--gold);font-size:1.25rem}

    footer{background:#111;color:#fff;padding:48px 5% 24px}
    .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px;margin-bottom:32px}
    footer h3{color:var(--gold);margin-bottom:15px;font-family:'Playfair Display',serif}
    footer p,footer a{color:#ccc;line-height:2;font-size:.9rem;display:block}
    .whatsapp{display:inline-flex;align-items:center;gap:9px;margin-top:10px;color:#25d366;font-weight:700}
    .copyright{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;color:#888;font-size:.85rem}

    @media(max-width:1000px){
      .menu{display:none}.mobile-toggle{display:block}
      .hero{height:640px}.features,.product-grid{grid-template-columns:repeat(2,1fr)}
      .feature-box{border-right:0}.steps-grid,.testimonial-grid,.footer-grid{grid-template-columns:1fr 1fr}.icon-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:650px){
      nav{padding:13px 5%}.logo{font-size:1.55rem}
      .hero{height:620px;min-height:620px}.hero-content{margin-left:5%;padding-top:180px}.hero-content h1{font-size:30px}.hero-content p{font-size:.95rem}
      .buttons{flex-direction:column;align-items:flex-start}.btn{width:100%}
      .features,.product-grid,.steps-grid,.testimonial-grid,.footer-grid,.icon-strip{grid-template-columns:1fr}
      .products{padding-top:44px}.card-img{height:180px}.section-sub{margin-bottom:22px}
      .search-box{padding:16px}.close-search{right:8px}
    }
  

/* EXTRA PAGE STYLES */
.page-hero {
  min-height: 330px;
  padding: 135px 5% 70px;
  background:
    linear-gradient(rgba(0,0,0,0.62), rgba(0,0,0,0.62)),
    url('https://images.unsplash.com/photo-1519741497674-611481863552?q=80&w=1920&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  margin-bottom: 12px;
}

.page-hero p {
  color: #eee;
  max-width: 700px;
  margin: auto;
}

.page-section {
  padding: 70px 5%;
}

.theme-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  overflow: hidden;
}

.small-btn {
  padding: 11px 20px;
  font-size: 0.9rem;
  border-radius: 6px;
}

.icon-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f1ede3;
  color: #2f3131;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 0.9rem;
  margin: 5px;
}

.icon-pill i {
  color: #d4b15f;
}

.shop-filter {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}

.shop-filter button {
  border: none;
  background: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 5px 18px rgba(0,0,0,0.06);
  font-weight: 600;
}

.shop-filter button.active,
.shop-filter button:hover {
  background: #d4b15f;
  color: #fff;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 9px 28px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

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

.product-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.product-card-body {
  padding: 18px;
  text-align: left;
}

.product-card-body h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.product-card-body p {
  color: #777;
  font-size: 0.9rem;
  min-height: 42px;
}

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.product-price {
  color: #d4b15f;
  font-weight: 700;
  font-size: 1.05rem;
}

.cart-layout,
.checkout-layout,
.product-detail-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 30px;
  align-items: start;
}

.cart-item {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border-bottom: 1px solid #eee;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item img {
  width: 120px;
  height: 95px;
  object-fit: cover;
  border-radius: 12px;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.qty-control button {
  width: 38px;
  height: 36px;
  border: none;
  background: #f7f7f7;
  cursor: pointer;
  font-size: 1rem;
}

.qty-control input {
  width: 48px;
  text-align: center;
  border: none;
  outline: none;
  font-weight: 600;
}

.summary-box {
  padding: 28px;
  position: sticky;
  top: 100px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin: 14px 0;
  color: #555;
}

.summary-total {
  border-top: 1px solid #eee;
  padding-top: 18px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-group {
  text-align: left;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  color: #333;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  font-family: inherit;
  outline: none;
}

.form-group textarea {
  min-height: 110px;
  resize: vertical;
}

.checkout-box {
  padding: 28px;
}

.product-gallery {
  padding: 18px;
}

.main-product-image {
  position: relative;
  height: 470px;
  overflow: hidden;
  border-radius: 16px;
  background: #eee;
}

.product-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.4s ease;
}

.product-slide.active {
  opacity: 1;
}

.product-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0,0,0,0.45);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}

.product-arrow.prev {
  left: 14px;
}

.product-arrow.next {
  right: 14px;
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.thumb-row img {
  height: 82px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  border: 3px solid transparent;
}

.thumb-row img.active {
  border-color: #d4b15f;
}

.product-info-box {
  padding: 34px;
}

.product-info-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.rating {
  color: #d4b15f;
  margin: 10px 0 18px;
}

.product-description {
  color: #666;
  line-height: 1.8;
  margin: 18px 0;
}

.info-tabs {
  margin-top: 35px;
}

.info-tabs h3 {
  margin: 25px 0 10px;
  color: #222;
}

.review-card {
  background: #fff;
  padding: 22px;
  border-radius: 14px;
  margin-top: 16px;
  box-shadow: 0 5px 22px rgba(0,0,0,0.06);
}

@media(max-width: 1000px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cart-layout,
  .checkout-layout,
  .product-detail-layout {
    grid-template-columns: 1fr;
  }

  .summary-box {
    position: static;
  }
}

@media(max-width: 600px) {
  .page-section {
    padding: 45px 5%;
  }

  .shop-grid {
    gap: 16px;
  }

  .product-card img {
    height: 160px;
  }

  .cart-item {
    grid-template-columns: 90px 1fr;
  }

  .cart-item img {
    width: 90px;
    height: 78px;
  }

  .cart-price-box {
    grid-column: 1 / -1;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .main-product-image {
    height: 330px;
  }

  .product-info-box h2 {
    font-size: 2rem;
  }
}

/* PRODUCT VIEW LIKE REFERENCE IMAGE */
.breadcrumb {
  width: 90%;
  max-width: 1220px;
  margin: 105px auto 18px;
  color: #777;
  font-size: 0.95rem;
}
.breadcrumb a { color: #777; }
.breadcrumb span { color: #222; font-weight: 600; }

.product-view-section {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto 60px;
}

.product-view-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: start;
}

.product-left-gallery {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
}

.product-thumbs-vertical {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 600px;
  overflow-y: auto;
  border: 1px solid #eee;
  padding: 10px;
  background: #fff;
}

.product-thumbs-vertical img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.product-thumbs-vertical img.active {
  border-color: #d4b15f;
}

.product-large-image {
  position: relative;
  height: 585px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}

.product-large-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.35s ease;
}

.product-large-slide.active {
  opacity: 1;
}

.product-large-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.expand-icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  z-index: 5;
  border: 1px solid #e5e5e5;
}

.product-right-info {
  text-align: center;
  padding: 0 12px;
}

.product-right-info h1 {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.price-line {
  color: red;
  font-size: 1.45rem;
  margin-bottom: 25px;
}

.price-line .old-price {
  text-decoration: line-through;
  margin-right: 14px;
}

.short-desc {
  max-width: 610px;
  margin: 0 auto 24px;
  line-height: 1.75;
  color: #222;
}

.option-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product-select {
  width: 100%;
  max-width: 590px;
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 14px;
  color: #000;
  margin-bottom: 24px;
}

.inline-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.inline-qty label {
  color: #666;
}

.reference-qty {
  display: inline-flex;
  border: 1px solid #ddd;
  height: 42px;
}

.reference-qty button {
  width: 38px;
  border: none;
  background: #fff;
  cursor: pointer;
  color: #666;
}

.reference-qty input {
  width: 48px;
  border: none;
  text-align: center;
  outline: none;
}

.upload-row {
  margin-bottom: 28px;
  color: #666;
  font-size: 0.95rem;
}

.green-cart-btn {
  background: #06a906;
  color: #fff;
  border: 2px solid #067a06;
  padding: 13px 72px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}

.product-meta-line {
  border-top: 1px solid #eee;
  margin-top: 54px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #999;
  font-size: 0.9rem;
}

.product-meta-line strong {
  color: #555;
  font-weight: 500;
}

.share-icons {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: flex-end;
}

.share-icons i {
  font-size: 1.25rem;
}

.process-time {
  text-align: center;
  color: #777;
  margin: 35px 0;
}

.detail-tabs {
  max-width: 1220px;
  margin: 0 auto 70px;
  border: 1px solid #ddd;
  background: #fff;
}

.tab-head {
  display: flex;
  justify-content: center;
  gap: 45px;
  border-bottom: 1px solid #ddd;
}

.tab-head button {
  border: none;
  background: transparent;
  padding: 16px 0 10px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.tab-head button.active {
  border-bottom-color: #222;
}

.tab-panel {
  padding: 28px;
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-panel h3 {
  margin-bottom: 16px;
}

.tab-panel p {
  line-height: 1.8;
}

.reference-review {
  border-top: 1px solid #eee;
  padding-top: 16px;
  margin-top: 16px;
}

@media(max-width: 1000px) {
  .product-view-grid {
    grid-template-columns: 1fr;
  }
  .product-right-info {
    padding: 0;
  }
}

@media(max-width: 650px) {
  .breadcrumb {
    margin-top: 90px;
  }
  .product-left-gallery {
    grid-template-columns: 1fr;
  }
  .product-thumbs-vertical {
    order: 2;
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
  }
  .product-large-image {
    height: 390px;
  }
  .product-meta-line {
    flex-direction: column;
    text-align: center;
  }
  .share-icons {
    justify-content: center;
  }
  .green-cart-btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* FINAL PRODUCT + SHOP FIXES */
.green-cart-btn {
  background: linear-gradient(135deg, #d4b15f, #b89543) !important;
  border: none !important;
  color: #fff !important;
  padding: 15px 82px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 24px rgba(212,177,95,0.32);
  transition: 0.3s ease;
}

.green-cart-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(212,177,95,0.45);
}

.product-info-grid {
  grid-template-columns: 1fr !important;
}

.shop-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.product-card {
  border-radius: 12px !important;
}

.product-card img {
  height: 230px !important;
}

.product-card-body {
  padding: 14px !important;
}

.product-card-body h3 {
  font-size: 0.98rem;
}

.product-card-body p {
  font-size: 0.82rem !important;
  min-height: 38px !important;
}

.product-card-footer {
  margin-top: 10px !important;
}

.product-price {
  font-size: 0.95rem !important;
}

.product-card .small-btn {
  padding: 8px 14px !important;
  font-size: 0.8rem !important;
}

.product-card.hide-product {
  display: none !important;
}

@media(max-width: 1000px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media(max-width: 600px) {
  .product-card img {
    height: 135px !important;
  }
}


/* =========================
   ElegantPix Modern Refresh
   ========================= */
:root{
  --gold:#d4b15f;
  --gold-dark:#b89543;
  --dark:#151515;
  --muted:#6f6f6f;
  --soft:#f8f6f1;
  --line:#ececec;
  --danger:#c62020;
  --radius:18px;
  --shadow:0 18px 45px rgba(0,0,0,.08);
}

html{scroll-behavior:smooth;}
body{
  background:linear-gradient(180deg,#fbfaf6 0%,#f8f7f2 100%);
  color:#222;
}

header{
  background:rgba(16,16,16,.86)!important;
  backdrop-filter:blur(14px);
}

nav{
  padding:14px 5%!important;
}

.logo{
  letter-spacing:-.5px;
}

.menu a{
  position:relative;
  font-size:.86rem!important;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:var(--gold);
  transition:.25s ease;
}

.menu a:hover::after,
.menu a.active::after{width:100%;}

.nav-right a,
.nav-right i{
  color:#fff;
}

.page-hero,
.auth-section{
  position:relative;
}

.page-hero::after,
.auth-section::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 20% 10%,rgba(212,177,95,.22),transparent 28%);
}

.modern-wrap{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.modern-breadcrumb,
.clean-breadcrumb,
.auth-breadcrumb,
.breadcrumb{
  width:90%!important;
  max-width:1220px!important;
  margin:104px auto 24px!important;
  color:#858585!important;
  font-size:.92rem!important;
}

.modern-breadcrumb a,
.clean-breadcrumb a,
.auth-breadcrumb a,
.breadcrumb a{color:#858585!important;}

.modern-breadcrumb span,
.clean-breadcrumb span,
.auth-breadcrumb span,
.breadcrumb span{color:#222!important;font-weight:700;}

.theme-card,
.product-card,
.checkout-panel,
.order-panel,
.payment-products,
.payment-confirm-panel,
.auth-card,
.cart-modern-panel{
  border:1px solid rgba(0,0,0,.06)!important;
  box-shadow:var(--shadow)!important;
}

/* Shop */
.shop-toolbar{
  width:90%;
  max-width:1220px;
  margin:0 auto 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.shop-search{
  position:relative;
  flex:1;
  min-width:260px;
  max-width:420px;
}

.shop-search i{
  position:absolute;
  left:15px;
  top:50%;
  transform:translateY(-50%);
  color:var(--gold);
}

.shop-search input{
  width:100%;
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:13px 16px 13px 43px;
  outline:none;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}

.shop-filter{
  margin-bottom:0!important;
}

.shop-filter button{
  border:1px solid var(--line)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.05)!important;
}

.shop-grid{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.product-card{
  overflow:hidden;
  background:#fff;
  position:relative;
}

.product-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,var(--gold),#eee);
  opacity:0;
  transition:.25s ease;
}

.product-card:hover::before{opacity:1;}

.product-card:hover{
  transform:translateY(-8px)!important;
}

.product-card img{
  transition:.45s ease;
}

.product-card:hover img{
  transform:scale(1.05);
}

.product-card-body h3{
  color:#171717;
}

.small-btn,
.btn.btn-primary{
  border-radius:999px!important;
  box-shadow:0 8px 18px rgba(212,177,95,.22);
}

/* Product View */
.product-large-image{
  border-radius:20px!important;
  box-shadow:var(--shadow);
}

.product-thumbs-vertical{
  border-radius:16px;
  box-shadow:0 12px 26px rgba(0,0,0,.05);
}

.product-thumbs-vertical img{
  border-radius:12px;
}

.product-right-info{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px!important;
  box-shadow:var(--shadow);
}

.product-right-info h1{
  font-family:'Playfair Display',serif!important;
  font-size:2.4rem!important;
  text-transform:none!important;
}

.price-line{
  font-weight:700;
}

.product-select{
  border-radius:12px!important;
  background:#fafafa;
}

.reference-qty{
  border-radius:999px!important;
  overflow:hidden;
}

.reference-qty button:hover{
  background:var(--gold);
  color:#fff;
}

.upload-card{
  box-shadow:0 10px 28px rgba(212,177,95,.14);
}

.green-cart-btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.detail-tabs{
  width:90%;
}

/* Cart */
.cart-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 80px;
  display:grid;
  grid-template-columns:1fr 360px;
  gap:30px;
  align-items:start;
}

.cart-modern-panel{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
}

.cart-modern-title{
  padding:24px 26px;
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.cart-modern-title h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
}

.cart-item{
  transition:.25s ease;
}

.cart-item:hover{
  background:#fbf8ef;
}

.cart-remove{
  border:none;
  background:#fff0f0;
  color:var(--danger);
  border-radius:999px;
  padding:8px 12px;
  cursor:pointer;
}

.empty-cart{
  padding:36px;
  text-align:center;
  color:var(--muted);
  display:none;
}

/* Forms */
.field input,
.field select,
.field textarea,
.input-icon input,
.input-icon select{
  border-radius:14px!important;
}

/* Checkout / Payment */
.checkout-modern,
.payment-modern{
  margin-bottom:90px!important;
}

.order-panel,
.payment-confirm-panel{
  border-radius:22px!important;
}

.payment-table img{
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

.progress-steps{
  width:90%;
  max-width:1220px;
  margin:0 auto 28px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.progress-step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:12px 16px;
  text-align:center;
  color:#777;
  font-weight:600;
}

.progress-step.active{
  background:var(--dark);
  color:#fff;
}

.progress-step.done{
  background:#fbf8ef;
  color:#222;
  border-color:rgba(212,177,95,.45);
}

/* Login */
.auth-card{
  backdrop-filter:blur(12px);
}

.auth-tab.active{
  background:linear-gradient(135deg,#222,#444)!important;
}

.auth-submit{
  background:linear-gradient(135deg,var(--gold),var(--gold-dark))!important;
}

/* Contact */
.contact-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 90px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:30px;
}

.contact-info,
.contact-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px;
  box-shadow:var(--shadow);
}

.contact-info h2,
.contact-form h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
  margin-bottom:16px;
}

.contact-line{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin:18px 0;
  color:#555;
}

.contact-line i{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fbf8ef;
  color:var(--gold);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
}

.contact-social{
  display:flex;
  gap:10px;
  margin-top:22px;
}

.contact-social a{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#111;
  color:#fff;
}

/* Toast */
.toast{
  position:fixed;
  right:22px;
  bottom:22px;
  background:#111;
  color:#fff;
  padding:14px 18px;
  border-radius:14px;
  box-shadow:0 14px 35px rgba(0,0,0,.22);
  z-index:9999;
  transform:translateY(120px);
  opacity:0;
  transition:.3s ease;
}

.toast.show{
  transform:translateY(0);
  opacity:1;
}

@media(max-width:1000px){
  .cart-modern,
  .contact-modern{
    grid-template-columns:1fr;
  }
  .progress-steps{
    grid-template-columns:1fr;
  }
}

@media(max-width:650px){
  .shop-toolbar{
    align-items:stretch;
  }
  .shop-search{
    max-width:none;
  }
  .cart-modern-title{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
}


/* ElegantPix Logo Color Styling */
.logo,
.footer-logo {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
}

.logo .logo-gold,
.footer-logo .logo-gold {
  color: #d4b15f !important;
}

.logo .logo-white,
.footer-logo .logo-white {
  color: #ffffff !important;
}


/* ABOUT + UPLOAD + RECOMMENDED SLIDER */
.modern-page-hero{width:90%;max-width:1220px;margin:105px auto 38px;background:linear-gradient(135deg,rgba(18,18,18,.92),rgba(18,18,18,.68)),url('https://images.unsplash.com/photo-1516035069371-29a1b244cc32?q=80&w=1800&auto=format&fit=crop');background-size:cover;background-position:center;border-radius:30px;padding:58px 42px;color:#fff;box-shadow:0 24px 65px rgba(0,0,0,.16)}
.modern-page-hero h1{font-family:'Playfair Display',montserrat;font-size:clamp(2.4rem,5vw,4.4rem);margin-bottom:12px}.modern-page-hero p{color:#e8e8e8;max-width:760px;line-height:1.8}
.upload-card{max-width:590px!important;margin:0 auto 28px!important;border:1px solid rgba(212,177,95,.35)!important;background:linear-gradient(180deg,#fffdf8,#fbf8ef)!important;border-radius:22px!important;padding:20px!important;text-align:left!important;box-shadow:0 16px 38px rgba(212,177,95,.16)!important}
.upload-drop-zone{border:2px dashed #d4b15f;border-radius:18px;padding:22px;text-align:center;background:rgba(255,255,255,.72);cursor:pointer;transition:.25s ease}.upload-drop-zone.dragover,.upload-drop-zone:hover{background:#fff6df;transform:translateY(-2px)}
.upload-drop-zone i{width:58px;height:58px;border-radius:18px;background:#151515;color:#d4b15f!important;display:inline-flex;align-items:center;justify-content:center;margin-bottom:0px!important;font-size:1.6rem!important}.upload-drop-zone h4{margin-bottom:6px;font-size:1.05rem}.upload-drop-zone p{color:#777;margin-bottom:14px}
.upload-label{display:inline-flex!important;align-items:center;gap:8px;background:linear-gradient(135deg,#d4b15f,#b89543)!important;color:#fff!important;border-radius:999px!important;padding:11px 22px!important;font-weight:800!important;cursor:pointer;box-shadow:0 9px 22px rgba(212,177,95,.28)}
.upload-preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.upload-preview-item{position:relative;height:76px;border-radius:12px;overflow:hidden;background:#eee;border:1px solid #e2e2e2}.upload-preview-item img{width:100%;height:100%;object-fit:cover}.upload-preview-item button{position:absolute;top:5px;right:5px;border:none;background:rgba(0,0,0,.65);color:#fff;width:22px;height:22px;border-radius:50%;cursor:pointer}.upload-helper{margin-top:12px;color:#777;font-size:.86rem;text-align:center}
.recommended-section{width:90%;max-width:1220px;margin:0 auto 90px}.recommended-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.recommended-head h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem)}.slider-controls{display:flex;gap:10px}.slider-controls button{width:44px;height:44px;border:none;border-radius:50%;background:#151515;color:#fff;cursor:pointer}.slider-controls button:hover{background:#d4b15f}
.recommended-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - 14px);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 18px}.recommended-card{scroll-snap-align:start;background:#fff;border:1px solid #ececec;border-radius:20px;overflow:hidden;box-shadow:0 14px 36px rgba(0,0,0,.07);text-decoration:none;color:inherit}.recommended-card img{width:100%;height:165px;object-fit:cover}.recommended-card div{padding:16px}.recommended-card h3{font-size:1rem;margin-bottom:6px}.recommended-card p{color:#777;font-size:.86rem;margin-bottom:12px}.recommended-card strong{color:#d4b15f}
.about-story{width:90%;max-width:1220px;margin:0 auto 70px;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.about-story-card{background:#fff;border:1px solid #ececec;border-radius:26px;padding:36px;box-shadow:0 18px 45px rgba(0,0,0,.08)}.about-story-card h2,.about-values h2,.about-process h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem);margin-bottom:16px}.about-story-card p{color:#666;line-height:1.85}.about-image-grid{display:grid;grid-template-columns:1fr .82fr;gap:14px}.about-image-grid img{width:100%;object-fit:cover;border-radius:24px;box-shadow:0 14px 38px rgba(0,0,0,.12)}.about-image-grid img:first-child{height:420px}.about-image-grid img:last-child{height:320px;margin-top:60px}
.about-values,.about-process{width:90%;max-width:1220px;margin:0 auto 80px;text-align:center}.values-grid,.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.value-card,.process-card{background:#fff;border:1px solid #ececec;border-radius:22px;padding:26px 20px;box-shadow:0 16px 40px rgba(0,0,0,.07)}.value-card i,.process-card i{width:52px;height:52px;border-radius:18px;background:#fbf8ef;color:#d4b15f;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:14px}.value-card p,.process-card p{color:#777;line-height:1.6;font-size:.92rem}
.about-cta{width:90%;max-width:1220px;margin:0 auto 90px;background:linear-gradient(135deg,#151515,#303030);border-radius:28px;padding:42px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 22px 55px rgba(0,0,0,.18)}.about-cta h2{font-family:'Playfair Display',montserrat;font-size:2.4rem}.about-cta p{color:#ddd;margin-top:8px}
@media(max-width:1000px){.recommended-slider{grid-auto-columns:calc(50% - 10px)}.about-story,.values-grid,.process-grid{grid-template-columns:1fr 1fr}.about-cta{flex-direction:column;align-items:flex-start}}
@media(max-width:650px){.modern-page-hero{padding:36px 24px}.upload-preview-grid{grid-template-columns:repeat(2,1fr)}.recommended-slider{grid-auto-columns:82%}.recommended-head{align-items:flex-start;flex-direction:column}.about-story,.values-grid,.process-grid{grid-template-columns:1fr}.about-image-grid{grid-template-columns:1fr}.about-image-grid img:first-child,.about-image-grid img:last-child{height:280px;margin-top:0}}



.search-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #151515;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.25s ease;
  z-index: 20;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.search-popup-close:hover {
  background: #d4b15f;
  transform: rotate(90deg);
}

.search-popup-content,
.search-modal-content,
.search-overlay-content {
  position: relative;
}


/* SEARCH POPUP CLOSE FIX - ALL PAGES */
.search-popup {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.82) !important;
  z-index: 9999 !important;
}

.search-popup .search-box {
  position: relative !important;
}

.search-popup-close,
.close-search {
  position: absolute !important;
  top: -58px !important;
  right: 0 !important;
  width: 46px !important;
  height: 46px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #d4b15f !important;
  color: #fff !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.2rem !important;
  z-index: 10001 !important;
  box-shadow: 0 10px 26px rgba(0,0,0,0.28) !important;
  transition: 0.25s ease !important;
}

.search-popup-close:hover,
.close-search:hover {
  background: #b89543 !important;
  transform: rotate(90deg) !important;
}

@media(max-width: 600px) {
  .search-popup-close,
  .close-search {
    top: -62px !important;
    right: 5px !important;
  }
}


/* SEARCH POPUP TOP OFFSET */
.search-popup,
.search-modal,
.search-overlay {
  padding-top: 100px !important;
  align-items: flex-start !important;
}

.search-popup .search-box,
.search-modal .search-box,
.search-overlay .search-box {
  margin-top: 0 !important;
}

:root{
      --gold:#c7a64f;
      --gold-dark:#a98735;
      --charcoal:#1d1d1b;
      --cream:#f8f6ee;
      --sage:#d8d8c6;
      --white:#fff;
      --text:#222;
      --muted:#777;
      --shadow:0 14px 35px rgba(0,0,0,.10);
    }

    *{margin:0;padding:0;box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{font-family:'Poppins',sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}
    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}
    .container{width:min(90%,1180px);margin:auto}

    header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(29,29,27,.84);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.10)}
    nav{display:flex;align-items:center;justify-content:space-between;padding:14px 5%}
    .logo{font-size:1.85rem;font-weight:700;font-family:'Playfair Display',montserrat;color:var(--gold);letter-spacing:.2px}
    .menu{display:flex;gap:24px;align-items:center}
    .menu a{color:#fff;font-size:.86rem;font-weight:500;transition:.25s}
    .menu a:hover{color:var(--gold)}
    .nav-right{display:flex;align-items:center;gap:17px;color:#fff}
    .nav-right i{cursor:pointer;transition:.25s;font-size:1rem}
    .nav-right i:hover{color:var(--gold)}
    .cart-icon{position:relative}
    .cart-count{position:absolute;top:-10px;right:-10px;width:18px;height:18px;border-radius:50%;background:var(--gold);color:#fff;font-size:.65rem;display:flex;align-items:center;justify-content:center;font-weight:700}
    .mobile-toggle{display:none;color:#fff;font-size:1.45rem;cursor:pointer}
    .mobile-menu{position:absolute;top:100%;left:0;width:100%;background:rgba(29,29,27,.98);display:none;flex-direction:column;padding:18px 5%;gap:14px}
    .mobile-menu a{color:#fff;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:11px}
    .mobile-menu.active{display:flex}

    .search-popup{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:3000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s;padding:20px}
    .search-popup.active{opacity:1;visibility:visible}
    .search-box{width:100%;max-width:660px;background:#fff;border-radius:14px;padding:18px;position:relative;box-shadow:var(--shadow)}
    .search-box input{width:100%;border:0;outline:0;font-size:1.05rem;padding:15px 48px 15px 15px;border-radius:10px;background:#f4f4f4}
    .search-box button{position:absolute;top:50%;right:34px;transform:translateY(-50%);border:0;background:transparent;font-size:1.05rem;cursor:pointer;color:#666}
    .close-search{position:absolute;top:-52px;right:0;color:#fff;font-size:1.7rem;cursor:pointer;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center}

    
    .slides,.slide{width:100%;height:100%}
    .slide{position:absolute;top:0;left:0;opacity:0;transition:opacity 1s ease-in-out;background-size:cover;background-position:center;display:flex;align-items:center}
    .slide.active{opacity:1;z-index:1}
    .overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.38),rgba(0,0,0,.16))}
    .hero-content{position:relative;z-index:2;color:#fff;width:min(90%,620px);margin-left:8%;padding-top:55px}
    .eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--gold);font-size:1.15rem;margin-bottom:10px;font-family:'Playfair Display',serif}
    .eyebrow i{font-size:1rem}
    .hero-content h1{font-size:clamp(2.9rem,5vw,4.55rem);line-height:1.02;margin-bottom:18px;font-family:'Playfair Display',montserrat;max-width:610px}
    .hero-content p{font-size:1.02rem;line-height:1.75;margin-bottom:28px;max-width:560px;color:#f1f1f1}
    .buttons{display:flex;gap:13px;flex-wrap:wrap}
    .btn{padding:13px 24px;border-radius:4px;font-weight:700;transition:.25s;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:.85rem;text-transform:uppercase;letter-spacing:.3px}
    .btn-primary{background:var(--gold);color:#fff}
    .btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px)}
    .btn-secondary{border:2px solid #fff;color:#fff;background:rgba(255,255,255,.04)}
    .btn-secondary:hover{background:#fff;color:#111}
    .hero-trust{display:flex;align-items:center;gap:16px;margin-top:22px;flex-wrap:wrap;font-size:.84rem;color:#000;}
    .stars{color:var(--gold);letter-spacing:2px}
    .slider-dots{position:absolute;bottom:27px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:5}
    .dot{width:34px;height:4px;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer;transition:.25s}
    .dot.active{background:var(--gold);width:48px}

    .features{background:var(--charcoal);color:#fff;padding:24px 5%;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
    .feature-box{display:flex;align-items:flex-start;gap:13px;border-right:1px solid rgba(255,255,255,.08);padding-right:15px}
    .feature-box:last-child{border-right:0}
    .feature-icon{width:42px;height:42px;min-width:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(199,166,79,.45);color:var(--gold);font-size:1.05rem;background:rgba(199,166,79,.08)}
    .feature-box h3{font-size:.95rem;margin-bottom:4px;color:#fff}
    .feature-box p{color:#cfcfcf;font-size:.78rem;line-height:1.55}

    /* Smaller, cleaner product section */
    .products{padding:56px 5% 46px;text-align:center;background:#fffdf8}
    .mini-title{font-size:.74rem;font-weight:700;color:var(--gold);letter-spacing:1.4px;text-transform:uppercase;margin-bottom:8px}
    .section-title{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,3vw,2.7rem);line-height:1.1;margin-bottom:10px}
    .section-sub{color:var(--muted);margin-bottom:30px;font-size:.92rem}
    .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1040px;margin:0 auto}
    .card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.07);transition:.25s;border:1px solid rgba(0,0,0,.05)}
    .card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
    .card-img{height:165px;position:relative;overflow:hidden}
    .card-img img{width:100%;height:100%;object-fit:contain;transition:.35s}
    .card:hover .card-img img{transform:scale(1.05)}
    .product-badge{position:absolute;top:10px;left:10px;background:rgba(29,29,27,.88);color:#fff;font-size:.68rem;padding:5px 9px;border-radius:999px;display:flex;align-items:center;gap:6px}
    .card-content{padding:17px 15px 18px}
    .product-icon{width:42px;height:42px;margin:-38px auto 12px;border-radius:50%;background:#fff;color:var(--gold);display:flex;align-items:center;justify-content:center;box-shadow:0 5px 16px rgba(0,0,0,.12);position:relative;z-index:2;font-size:1.05rem}
    .card-content h3{margin-bottom:5px;font-size:1.02rem;font-family:'Playfair Display',serif}
    .price{color:var(--gold);font-weight:700;margin-bottom:14px;display:block;font-size:.86rem}
    .card .btn{padding:9px 16px;font-size:.72rem;width:auto}
    .more-products{margin-top:24px;display:inline-flex;align-items:center;gap:9px;color:#222;font-weight:700;font-size:.85rem}
    .more-products i{color:var(--gold)}

    .steps{padding:56px 5%;background:#f1ede3;text-align:center}
    .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
    .step{background:#fff;padding:28px 24px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055)}
    .step-number{width:62px;height:62px;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:auto auto 17px;font-size:1.35rem;font-weight:700}
    .step-number i{font-size:1.3rem}
    .step h3{font-size:1.05rem;margin-bottom:7px}
    .step p{font-size:.87rem;color:#666;line-height:1.65}

    .testimonials{padding:62px 5%;text-align:center;background:#eef0df}
    .testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px;max-width:1050px;margin-left:auto;margin-right:auto}
    .testimonial{background:#fff;padding:26px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055);text-align:left}
    .testimonial .stars{font-size:.8rem;margin-bottom:11px}
    .testimonial p{line-height:1.7;color:#555;margin-bottom:14px;font-size:.9rem}
    .testimonial h4{color:var(--gold);font-size:.9rem}

    .icon-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:30px 5%;background:#fff;color:#222;text-align:center}
    .icon-strip div{display:flex;align-items:center;justify-content:center;gap:10px;font-size:.86rem;font-weight:600;color:#555}
    .icon-strip i{color:var(--gold);font-size:1.25rem}

    footer{background:#111;color:#fff;padding:48px 5% 24px}
    .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px;margin-bottom:32px}
    footer h3{color:var(--gold);margin-bottom:15px;font-family:'Playfair Display',serif}
    footer p,footer a{color:#ccc;line-height:2;font-size:.9rem;display:block}
    .whatsapp{display:inline-flex;align-items:center;gap:9px;margin-top:10px;color:#25d366;font-weight:700}
    .copyright{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;color:#888;font-size:.85rem}

    @media(max-width:1000px){
      .menu{display:none}.mobile-toggle{display:block}
      .hero{height:640px}.features,.product-grid{grid-template-columns:repeat(2,1fr)}
      .feature-box{border-right:0}.steps-grid,.testimonial-grid,.footer-grid{grid-template-columns:1fr 1fr}.icon-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:650px){
      nav{padding:13px 5%}.logo{font-size:1.55rem}
      .hero{height:620px;min-height:620px}.hero-content{margin-left:5%;padding-top:180px}.hero-content h1{font-size:30px}.hero-content p{font-size:.95rem}
      .buttons{flex-direction:column;align-items:flex-start}.btn{width:100%}
      .features,.product-grid,.steps-grid,.testimonial-grid,.footer-grid,.icon-strip{grid-template-columns:1fr}
      .products{padding-top:44px}.card-img{height:180px}.section-sub{margin-bottom:22px}
      .search-box{padding:16px}.close-search{right:8px}
    }
  

/* EXTRA PAGE STYLES */
.page-hero {
  min-height: 330px;
  padding: 135px 5% 70px;
  background:
    linear-gradient(rgba(0,0,0,0.62), rgba(0,0,0,0.62)),
    url('https://images.unsplash.com/photo-1519741497674-611481863552?q=80&w=1920&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  margin-bottom: 12px;
}

.page-hero p {
  color: #eee;
  max-width: 700px;
  margin: auto;
}

.page-section {
  padding: 70px 5%;
}

.theme-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  overflow: hidden;
}

.small-btn {
  padding: 11px 20px;
  font-size: 0.9rem;
  border-radius: 6px;
}

.icon-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f1ede3;
  color: #2f3131;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 0.9rem;
  margin: 5px;
}

.icon-pill i {
  color: #d4b15f;
}

.shop-filter {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}

.shop-filter button {
  border: none;
  background: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 5px 18px rgba(0,0,0,0.06);
  font-weight: 600;
}

.shop-filter button.active,
.shop-filter button:hover {
  background: #d4b15f;
  color: #fff;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 9px 28px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

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

.product-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.product-card-body {
  padding: 18px;
  text-align: left;
}

.product-card-body h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.product-card-body p {
  color: #777;
  font-size: 0.9rem;
  min-height: 42px;
}

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.product-price {
  color: #d4b15f;
  font-weight: 700;
  font-size: 1.05rem;
}

.cart-layout,
.checkout-layout,
.product-detail-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 30px;
  align-items: start;
}

.cart-item {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border-bottom: 1px solid #eee;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item img {
  width: 120px;
  height: 95px;
  object-fit: cover;
  border-radius: 12px;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.qty-control button {
  width: 38px;
  height: 36px;
  border: none;
  background: #f7f7f7;
  cursor: pointer;
  font-size: 1rem;
}

.qty-control input {
  width: 48px;
  text-align: center;
  border: none;
  outline: none;
  font-weight: 600;
}

.summary-box {
  padding: 28px;
  position: sticky;
  top: 100px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin: 14px 0;
  color: #555;
}

.summary-total {
  border-top: 1px solid #eee;
  padding-top: 18px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-group {
  text-align: left;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  color: #333;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  font-family: inherit;
  outline: none;
}

.form-group textarea {
  min-height: 110px;
  resize: vertical;
}

.checkout-box {
  padding: 28px;
}

.product-gallery {
  padding: 18px;
}

.main-product-image {
  position: relative;
  height: 470px;
  overflow: hidden;
  border-radius: 16px;
  background: #eee;
}

.product-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.4s ease;
}

.product-slide.active {
  opacity: 1;
}

.product-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0,0,0,0.45);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}

.product-arrow.prev {
  left: 14px;
}

.product-arrow.next {
  right: 14px;
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.thumb-row img {
  height: 82px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  border: 3px solid transparent;
}

.thumb-row img.active {
  border-color: #d4b15f;
}

.product-info-box {
  padding: 34px;
}

.product-info-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.rating {
  color: #d4b15f;
  margin: 10px 0 18px;
}

.product-description {
  color: #666;
  line-height: 1.8;
  margin: 18px 0;
}

.info-tabs {
  margin-top: 35px;
}

.info-tabs h3 {
  margin: 25px 0 10px;
  color: #222;
}

.review-card {
  background: #fff;
  padding: 22px;
  border-radius: 14px;
  margin-top: 16px;
  box-shadow: 0 5px 22px rgba(0,0,0,0.06);
}

@media(max-width: 1000px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cart-layout,
  .checkout-layout,
  .product-detail-layout {
    grid-template-columns: 1fr;
  }

  .summary-box {
    position: static;
  }
}

@media(max-width: 600px) {
  .page-section {
    padding: 45px 5%;
  }

  .shop-grid {
    gap: 16px;
  }

  .product-card img {
    height: 160px;
  }

  .cart-item {
    grid-template-columns: 90px 1fr;
  }

  .cart-item img {
    width: 90px;
    height: 78px;
  }

  .cart-price-box {
    grid-column: 1 / -1;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .main-product-image {
    height: 330px;
  }

  .product-info-box h2 {
    font-size: 2rem;
  }
}

/* PRODUCT VIEW LIKE REFERENCE IMAGE */
.breadcrumb {
  width: 90%;
  max-width: 1220px;
  margin: 105px auto 18px;
  color: #777;
  font-size: 0.95rem;
}
.breadcrumb a { color: #777; }
.breadcrumb span { color: #222; font-weight: 600; }

.product-view-section {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto 60px;
}

.product-view-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: start;
}

.product-left-gallery {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
}

.product-thumbs-vertical {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 600px;
  overflow-y: auto;
  border: 1px solid #eee;
  padding: 10px;
  background: #fff;
}

.product-thumbs-vertical img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.product-thumbs-vertical img.active {
  border-color: #d4b15f;
}

.product-large-image {
  position: relative;
  height: 585px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}

.product-large-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.35s ease;
}

.product-large-slide.active {
  opacity: 1;
}

.product-large-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.expand-icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  z-index: 5;
  border: 1px solid #e5e5e5;
}

.product-right-info {
  text-align: center;
  padding: 0 12px;
}

.product-right-info h1 {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.price-line {
  color: red;
  font-size: 1.45rem;
  margin-bottom: 25px;
}

.price-line .old-price {
  text-decoration: line-through;
  margin-right: 14px;
}

.short-desc {
  max-width: 610px;
  margin: 0 auto 24px;
  line-height: 1.75;
  color: #222;
}

.option-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product-select {
  width: 100%;
  max-width: 590px;
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 14px;
  color: #000;
  margin-bottom: 24px;
}

.inline-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.inline-qty label {
  color: #666;
}

.reference-qty {
  display: inline-flex;
  border: 1px solid #ddd;
  height: 42px;
}

.reference-qty button {
  width: 38px;
  border: none;
  background: #fff;
  cursor: pointer;
  color: #666;
}

.reference-qty input {
  width: 48px;
  border: none;
  text-align: center;
  outline: none;
}

.upload-row {
  margin-bottom: 28px;
  color: #666;
  font-size: 0.95rem;
}

.green-cart-btn {
  background: #06a906;
  color: #fff;
  border: 2px solid #067a06;
  padding: 13px 72px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}

.product-meta-line {
  border-top: 1px solid #eee;
  margin-top: 54px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #999;
  font-size: 0.9rem;
}

.product-meta-line strong {
  color: #555;
  font-weight: 500;
}

.share-icons {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: flex-end;
}

.share-icons i {
  font-size: 1.25rem;
}

.process-time {
  text-align: center;
  color: #777;
  margin: 35px 0;
}

.detail-tabs {
  max-width: 1220px;
  margin: 0 auto 70px;
  border: 1px solid #ddd;
  background: #fff;
}

.tab-head {
  display: flex;
  justify-content: center;
  gap: 45px;
  border-bottom: 1px solid #ddd;
}

.tab-head button {
  border: none;
  background: transparent;
  padding: 16px 0 10px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.tab-head button.active {
  border-bottom-color: #222;
}

.tab-panel {
  padding: 28px;
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-panel h3 {
  margin-bottom: 16px;
}

.tab-panel p {
  line-height: 1.8;
}

.reference-review {
  border-top: 1px solid #eee;
  padding-top: 16px;
  margin-top: 16px;
}

@media(max-width: 1000px) {
  .product-view-grid {
    grid-template-columns: 1fr;
  }
  .product-right-info {
    padding: 0;
  }
}

@media(max-width: 650px) {
  .breadcrumb {
    margin-top: 90px;
  }
  .product-left-gallery {
    grid-template-columns: 1fr;
  }
  .product-thumbs-vertical {
    order: 2;
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
  }
  .product-large-image {
    height: 390px;
  }
  .product-meta-line {
    flex-direction: column;
    text-align: center;
  }
  .share-icons {
    justify-content: center;
  }
  .green-cart-btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* FINAL PRODUCT + SHOP FIXES */
.green-cart-btn {
  background: linear-gradient(135deg, #d4b15f, #b89543) !important;
  border: none !important;
  color: #fff !important;
  padding: 15px 82px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 24px rgba(212,177,95,0.32);
  transition: 0.3s ease;
}

.green-cart-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(212,177,95,0.45);
}

.product-info-grid {
  grid-template-columns: 1fr !important;
}

.shop-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.product-card {
  border-radius: 12px !important;
}

.product-card img {
  height: 230px !important;
}

.product-card-body {
  padding: 14px !important;
}

.product-card-body h3 {
  font-size: 0.98rem;
}

.product-card-body p {
  font-size: 0.82rem !important;
  min-height: 38px !important;
}

.product-card-footer {
  margin-top: 10px !important;
}

.product-price {
  font-size: 0.95rem !important;
}

.product-card .small-btn {
  padding: 8px 14px !important;
  font-size: 0.8rem !important;
}

.product-card.hide-product {
  display: none !important;
}

@media(max-width: 1000px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media(max-width: 600px) {
  .product-card img {
    height: 135px !important;
  }
}


/* =========================
   ElegantPix Modern Refresh
   ========================= */
:root{
  --gold:#d4b15f;
  --gold-dark:#b89543;
  --dark:#151515;
  --muted:#6f6f6f;
  --soft:#f8f6f1;
  --line:#ececec;
  --danger:#c62020;
  --radius:18px;
  --shadow:0 18px 45px rgba(0,0,0,.08);
}

html{scroll-behavior:smooth;}
body{
  background:linear-gradient(180deg,#fbfaf6 0%,#f8f7f2 100%);
  color:#222;
}

header{
  background:rgba(16,16,16,.86)!important;
  backdrop-filter:blur(14px);
}

nav{
  padding:14px 5%!important;
}

.logo{
  letter-spacing:-.5px;
}

.menu a{
  position:relative;
  font-size:.86rem!important;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:var(--gold);
  transition:.25s ease;
}

.menu a:hover::after,
.menu a.active::after{width:100%;}

.nav-right a,
.nav-right i{
  color:#fff;
}

.page-hero,
.auth-section{
  position:relative;
}

.page-hero::after,
.auth-section::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 20% 10%,rgba(212,177,95,.22),transparent 28%);
}

.modern-wrap{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.modern-breadcrumb,
.clean-breadcrumb,
.auth-breadcrumb,
.breadcrumb{
  width:90%!important;
  max-width:1220px!important;
  margin:104px auto 24px!important;
  color:#858585!important;
  font-size:.92rem!important;
}

.modern-breadcrumb a,
.clean-breadcrumb a,
.auth-breadcrumb a,
.breadcrumb a{color:#858585!important;}

.modern-breadcrumb span,
.clean-breadcrumb span,
.auth-breadcrumb span,
.breadcrumb span{color:#222!important;font-weight:700;}

.theme-card,
.product-card,
.checkout-panel,
.order-panel,
.payment-products,
.payment-confirm-panel,
.auth-card,
.cart-modern-panel{
  border:1px solid rgba(0,0,0,.06)!important;
  box-shadow:var(--shadow)!important;
}

/* Shop */
.shop-toolbar{
  width:90%;
  max-width:1220px;
  margin:0 auto 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.shop-search{
  position:relative;
  flex:1;
  min-width:260px;
  max-width:420px;
}

.shop-search i{
  position:absolute;
  left:15px;
  top:50%;
  transform:translateY(-50%);
  color:var(--gold);
}

.shop-search input{
  width:100%;
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:13px 16px 13px 43px;
  outline:none;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}

.shop-filter{
  margin-bottom:0!important;
}

.shop-filter button{
  border:1px solid var(--line)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.05)!important;
}

.shop-grid{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.product-card{
  overflow:hidden;
  background:#fff;
  position:relative;
}

.product-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,var(--gold),#eee);
  opacity:0;
  transition:.25s ease;
}

.product-card:hover::before{opacity:1;}

.product-card:hover{
  transform:translateY(-8px)!important;
}

.product-card img{
  transition:.45s ease;
}

.product-card:hover img{
  transform:scale(1.05);
}

.product-card-body h3{
  color:#171717;
}

.small-btn,
.btn.btn-primary{
  border-radius:999px!important;
  box-shadow:0 8px 18px rgba(212,177,95,.22);
}

/* Product View */
.product-large-image{
  border-radius:20px!important;
  box-shadow:var(--shadow);
}

.product-thumbs-vertical{
  border-radius:16px;
  box-shadow:0 12px 26px rgba(0,0,0,.05);
}

.product-thumbs-vertical img{
  border-radius:12px;
}

.product-right-info{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px!important;
  box-shadow:var(--shadow);
}

.product-right-info h1{
  font-family:'Playfair Display',serif!important;
  font-size:2.4rem!important;
  text-transform:none!important;
}

.price-line{
  font-weight:700;
}

.product-select{
  border-radius:12px!important;
  background:#fafafa;
}

.reference-qty{
  border-radius:999px!important;
  overflow:hidden;
}

.reference-qty button:hover{
  background:var(--gold);
  color:#fff;
}

.upload-card{
  box-shadow:0 10px 28px rgba(212,177,95,.14);
}

.green-cart-btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.detail-tabs{
  width:90%;
}

/* Cart */
.cart-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 80px;
  display:grid;
  grid-template-columns:1fr 360px;
  gap:30px;
  align-items:start;
}

.cart-modern-panel{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
}

.cart-modern-title{
  padding:24px 26px;
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.cart-modern-title h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
}

.cart-item{
  transition:.25s ease;
}

.cart-item:hover{
  background:#fbf8ef;
}

.cart-remove{
  border:none;
  background:#fff0f0;
  color:var(--danger);
  border-radius:999px;
  padding:8px 12px;
  cursor:pointer;
}

.empty-cart{
  padding:36px;
  text-align:center;
  color:var(--muted);
  display:none;
}

/* Forms */
.field input,
.field select,
.field textarea,
.input-icon input,
.input-icon select{
  border-radius:14px!important;
}

/* Checkout / Payment */
.checkout-modern,
.payment-modern{
  margin-bottom:90px!important;
}

.order-panel,
.payment-confirm-panel{
  border-radius:22px!important;
}

.payment-table img{
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

.progress-steps{
  width:90%;
  max-width:1220px;
  margin:0 auto 28px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.progress-step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:12px 16px;
  text-align:center;
  color:#777;
  font-weight:600;
}

.progress-step.active{
  background:var(--dark);
  color:#fff;
}

.progress-step.done{
  background:#fbf8ef;
  color:#222;
  border-color:rgba(212,177,95,.45);
}

/* Login */
.auth-card{
  backdrop-filter:blur(12px);
}

.auth-tab.active{
  background:linear-gradient(135deg,#222,#444)!important;
}

.auth-submit{
  background:linear-gradient(135deg,var(--gold),var(--gold-dark))!important;
}

/* Contact */
.contact-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 90px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:30px;
}

.contact-info,
.contact-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px;
  box-shadow:var(--shadow);
}

.contact-info h2,
.contact-form h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
  margin-bottom:16px;
}

.contact-line{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin:18px 0;
  color:#555;
}

.contact-line i{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fbf8ef;
  color:var(--gold);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
}

.contact-social{
  display:flex;
  gap:10px;
  margin-top:22px;
}

.contact-social a{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#111;
  color:#fff;
}

/* Toast */
.toast{
  position:fixed;
  right:22px;
  bottom:22px;
  background:#111;
  color:#fff;
  padding:14px 18px;
  border-radius:14px;
  box-shadow:0 14px 35px rgba(0,0,0,.22);
  z-index:9999;
  transform:translateY(120px);
  opacity:0;
  transition:.3s ease;
}

.toast.show{
  transform:translateY(0);
  opacity:1;
}

@media(max-width:1000px){
  .cart-modern,
  .contact-modern{
    grid-template-columns:1fr;
  }
  .progress-steps{
    grid-template-columns:1fr;
  }
}

@media(max-width:650px){
  .shop-toolbar{
    align-items:stretch;
  }
  .shop-search{
    max-width:none;
  }
  .cart-modern-title{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
}


/* =========================
   Contact + Cart CSS Fix
   ========================= */

/* Contact form fix */
.contact-modern {
  width: 90%;
  max-width: 1220px;
  margin: 45px auto 90px !important;
  display: grid !important;
  grid-template-columns: 0.9fr 1.1fr !important;
  gap: 30px !important;
  align-items: start;
}

.contact-info,
.contact-form {
  background: #ffffff !important;
  border: 1px solid #ececec !important;
  border-radius: 22px !important;
  padding: 34px !important;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08) !important;
}

.contact-form form {
  width: 100%;
}

.contact-form .form-2col {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.contact-form .field.wide {
  grid-column: 1 / -1 !important;
}

.contact-form .field label {
  display: block !important;
  margin-bottom: 8px !important;
  color: #555 !important;
  font-weight: 600 !important;
  font-size: 0.92rem !important;
}

.contact-form .field input,
.contact-form .field textarea,
.contact-form .field select {
  width: 100% !important;
  border: 1px solid #ddd !important;
  background: #fafafa !important;
  border-radius: 14px !important;
  padding: 14px !important;
  font-family: 'Poppins', sans-serif !important;
  outline: none !important;
  resize: vertical;
  transition: 0.3s ease !important;
}

.contact-form .field input:focus,
.contact-form .field textarea:focus,
.contact-form .field select:focus {
  background: #fff !important;
  border-color: #d4b15f !important;
  box-shadow: 0 0 0 4px rgba(212,177,95,0.15) !important;
}

.contact-form .gold-btn-full {
  width: 100% !important;
  border: none !important;
  background: linear-gradient(135deg, #d4b15f, #b89543) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 15px 24px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  box-shadow: 0 10px 24px rgba(212,177,95,0.28) !important;
}

/* Cart summary fix */
.cart-modern {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto 90px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 370px !important;
  gap: 30px !important;
  align-items: start !important;
}

.cart-modern-panel {
  background: #fff !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  border: 1px solid #ececec !important;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08) !important;
}

.cart-modern .order-panel {
  background: #fff !important;
  border: 1px solid #ececec !important;
  border-radius: 22px !important;
  padding: 30px !important;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08) !important;
  position: sticky !important;
  top: 105px !important;
}

.cart-modern .order-panel h3 {
  font-family: 'Playfair Display', serif !important;
  font-size: 1.75rem !important;
  margin-bottom: 18px !important;
  color: #222 !important;
}

.cart-modern .order-total-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid #eee !important;
  color: #555 !important;
}

.cart-modern .order-total-row.final {
  color: #b80000 !important;
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  border-bottom: none !important;
}

.cart-modern .gold-btn-full,
.cart-modern .outline-red-btn {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  text-decoration: none !important;
  border-radius: 999px !important;
  padding: 14px 18px !important;
  font-weight: 800 !important;
}

.cart-modern .gold-btn-full {
  background: linear-gradient(135deg, #d4b15f, #b89543) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 10px 24px rgba(212,177,95,0.28) !important;
}

.cart-modern .outline-red-btn {
  background: #fff !important;
  color: #b80000 !important;
  border: 1px solid #b80000 !important;
}

.cart-modern .outline-red-btn:hover {
  background: #b80000 !important;
  color: #fff !important;
}

@media(max-width: 1000px) {
  .contact-modern,
  .cart-modern {
    grid-template-columns: 1fr !important;
  }

  .cart-modern .order-panel {
    position: static !important;
  }
}

@media(max-width: 650px) {
  .contact-form .form-2col {
    grid-template-columns: 1fr !important;
  }

  .contact-info,
  .contact-form,
  .cart-modern .order-panel {
    padding: 24px !important;
  }
}


/* ElegantPix Logo Color Styling */
.logo,
.footer-logo {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
}

.logo .logo-gold,
.footer-logo .logo-gold {
  color: #d4b15f !important;
}

.logo .logo-white,
.footer-logo .logo-white {
  color: #ffffff !important;
}


/* ABOUT + UPLOAD + RECOMMENDED SLIDER */
.modern-page-hero{width:90%;max-width:1220px;margin:105px auto 38px;background:linear-gradient(135deg,rgba(18,18,18,.92),rgba(18,18,18,.68)),url('https://images.unsplash.com/photo-1516035069371-29a1b244cc32?q=80&w=1800&auto=format&fit=crop');background-size:cover;background-position:center;border-radius:30px;padding:58px 42px;color:#fff;box-shadow:0 24px 65px rgba(0,0,0,.16)}
.modern-page-hero h1{font-family:'Playfair Display',montserrat;font-size:clamp(2.4rem,5vw,4.4rem);margin-bottom:12px}.modern-page-hero p{color:#e8e8e8;max-width:760px;line-height:1.8}
.upload-card{max-width:590px!important;margin:0 auto 28px!important;border:1px solid rgba(212,177,95,.35)!important;background:linear-gradient(180deg,#fffdf8,#fbf8ef)!important;border-radius:22px!important;padding:20px!important;text-align:left!important;box-shadow:0 16px 38px rgba(212,177,95,.16)!important}
.upload-drop-zone{border:2px dashed #d4b15f;border-radius:18px;padding:22px;text-align:center;background:rgba(255,255,255,.72);cursor:pointer;transition:.25s ease}.upload-drop-zone.dragover,.upload-drop-zone:hover{background:#fff6df;transform:translateY(-2px)}
.upload-drop-zone i{width:58px;height:58px;border-radius:18px;background:#151515;color:#d4b15f!important;display:inline-flex;align-items:center;justify-content:center;margin-bottom:0px!important;font-size:1.6rem!important}.upload-drop-zone h4{margin-bottom:6px;font-size:1.05rem}.upload-drop-zone p{color:#777;margin-bottom:14px}
.upload-label{display:inline-flex!important;align-items:center;gap:8px;background:linear-gradient(135deg,#d4b15f,#b89543)!important;color:#fff!important;border-radius:999px!important;padding:11px 22px!important;font-weight:800!important;cursor:pointer;box-shadow:0 9px 22px rgba(212,177,95,.28)}
.upload-preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.upload-preview-item{position:relative;height:76px;border-radius:12px;overflow:hidden;background:#eee;border:1px solid #e2e2e2}.upload-preview-item img{width:100%;height:100%;object-fit:cover}.upload-preview-item button{position:absolute;top:5px;right:5px;border:none;background:rgba(0,0,0,.65);color:#fff;width:22px;height:22px;border-radius:50%;cursor:pointer}.upload-helper{margin-top:12px;color:#777;font-size:.86rem;text-align:center}
.recommended-section{width:90%;max-width:1220px;margin:0 auto 90px}.recommended-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.recommended-head h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem)}.slider-controls{display:flex;gap:10px}.slider-controls button{width:44px;height:44px;border:none;border-radius:50%;background:#151515;color:#fff;cursor:pointer}.slider-controls button:hover{background:#d4b15f}
.recommended-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - 14px);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 18px}.recommended-card{scroll-snap-align:start;background:#fff;border:1px solid #ececec;border-radius:20px;overflow:hidden;box-shadow:0 14px 36px rgba(0,0,0,.07);text-decoration:none;color:inherit}.recommended-card img{width:100%;height:165px;object-fit:cover}.recommended-card div{padding:16px}.recommended-card h3{font-size:1rem;margin-bottom:6px}.recommended-card p{color:#777;font-size:.86rem;margin-bottom:12px}.recommended-card strong{color:#d4b15f}
.about-story{width:90%;max-width:1220px;margin:0 auto 70px;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.about-story-card{background:#fff;border:1px solid #ececec;border-radius:26px;padding:36px;box-shadow:0 18px 45px rgba(0,0,0,.08)}.about-story-card h2,.about-values h2,.about-process h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem);margin-bottom:16px}.about-story-card p{color:#666;line-height:1.85}.about-image-grid{display:grid;grid-template-columns:1fr .82fr;gap:14px}.about-image-grid img{width:100%;object-fit:cover;border-radius:24px;box-shadow:0 14px 38px rgba(0,0,0,.12)}.about-image-grid img:first-child{height:420px}.about-image-grid img:last-child{height:320px;margin-top:60px}
.about-values,.about-process{width:90%;max-width:1220px;margin:0 auto 80px;text-align:center}.values-grid,.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.value-card,.process-card{background:#fff;border:1px solid #ececec;border-radius:22px;padding:26px 20px;box-shadow:0 16px 40px rgba(0,0,0,.07)}.value-card i,.process-card i{width:52px;height:52px;border-radius:18px;background:#fbf8ef;color:#d4b15f;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:14px}.value-card p,.process-card p{color:#777;line-height:1.6;font-size:.92rem}
.about-cta{width:90%;max-width:1220px;margin:0 auto 90px;background:linear-gradient(135deg,#151515,#303030);border-radius:28px;padding:42px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 22px 55px rgba(0,0,0,.18)}.about-cta h2{font-family:'Playfair Display',montserrat;font-size:2.4rem}.about-cta p{color:#ddd;margin-top:8px}
@media(max-width:1000px){.recommended-slider{grid-auto-columns:calc(50% - 10px)}.about-story,.values-grid,.process-grid{grid-template-columns:1fr 1fr}.about-cta{flex-direction:column;align-items:flex-start}}
@media(max-width:650px){.modern-page-hero{padding:36px 24px}.upload-preview-grid{grid-template-columns:repeat(2,1fr)}.recommended-slider{grid-auto-columns:82%}.recommended-head{align-items:flex-start;flex-direction:column}.about-story,.values-grid,.process-grid{grid-template-columns:1fr}.about-image-grid{grid-template-columns:1fr}.about-image-grid img:first-child,.about-image-grid img:last-child{height:280px;margin-top:0}}



.search-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #151515;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.25s ease;
  z-index: 20;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.search-popup-close:hover {
  background: #d4b15f;
  transform: rotate(90deg);
}

.search-popup-content,
.search-modal-content,
.search-overlay-content {
  position: relative;
}


/* SEARCH POPUP CLOSE FIX - ALL PAGES */
.search-popup {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.82) !important;
  z-index: 9999 !important;
}

.search-popup .search-box {
  position: relative !important;
}

.search-popup-close,
.close-search {
  position: absolute !important;
  top: -58px !important;
  right: 0 !important;
  width: 46px !important;
  height: 46px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #d4b15f !important;
  color: #fff !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.2rem !important;
  z-index: 10001 !important;
  box-shadow: 0 10px 26px rgba(0,0,0,0.28) !important;
  transition: 0.25s ease !important;
}

.search-popup-close:hover,
.close-search:hover {
  background: #b89543 !important;
  transform: rotate(90deg) !important;
}

@media(max-width: 600px) {
  .search-popup-close,
  .close-search {
    top: -62px !important;
    right: 5px !important;
  }
}


/* SEARCH POPUP TOP OFFSET */
.search-popup,
.search-modal,
.search-overlay {
  padding-top: 100px !important;
  align-items: flex-start !important;
}

.search-popup .search-box,
.search-modal .search-box,
.search-overlay .search-box {
  margin-top: 0 !important;
}

:root{
      --gold:#c7a64f;
      --gold-dark:#a98735;
      --charcoal:#1d1d1b;
      --cream:#f8f6ee;
      --sage:#d8d8c6;
      --white:#fff;
      --text:#222;
      --muted:#777;
      --shadow:0 14px 35px rgba(0,0,0,.10);
    }

    *{margin:0;padding:0;box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{font-family:'Poppins',sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}
    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}
    .container{width:min(90%,1180px);margin:auto}

    header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(29,29,27,.84);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.10)}
    nav{display:flex;align-items:center;justify-content:space-between;padding:14px 5%}
    .logo{font-size:1.85rem;font-weight:700;font-family:'Playfair Display',montserrat;color:var(--gold);letter-spacing:.2px}
    .menu{display:flex;gap:24px;align-items:center}
    .menu a{color:#fff;font-size:.86rem;font-weight:500;transition:.25s}
    .menu a:hover{color:var(--gold)}
    .nav-right{display:flex;align-items:center;gap:17px;color:#fff}
    .nav-right i{cursor:pointer;transition:.25s;font-size:1rem}
    .nav-right i:hover{color:var(--gold)}
    .cart-icon{position:relative}
    .cart-count{position:absolute;top:-10px;right:-10px;width:18px;height:18px;border-radius:50%;background:var(--gold);color:#fff;font-size:.65rem;display:flex;align-items:center;justify-content:center;font-weight:700}
    .mobile-toggle{display:none;color:#fff;font-size:1.45rem;cursor:pointer}
    .mobile-menu{position:absolute;top:100%;left:0;width:100%;background:rgba(29,29,27,.98);display:none;flex-direction:column;padding:18px 5%;gap:14px}
    .mobile-menu a{color:#fff;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:11px}
    .mobile-menu.active{display:flex}

    .search-popup{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:3000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s;padding:20px}
    .search-popup.active{opacity:1;visibility:visible}
    .search-box{width:100%;max-width:660px;background:#fff;border-radius:14px;padding:18px;position:relative;box-shadow:var(--shadow)}
    .search-box input{width:100%;border:0;outline:0;font-size:1.05rem;padding:15px 48px 15px 15px;border-radius:10px;background:#f4f4f4}
    .search-box button{position:absolute;top:50%;right:34px;transform:translateY(-50%);border:0;background:transparent;font-size:1.05rem;cursor:pointer;color:#666}
    .close-search{position:absolute;top:-52px;right:0;color:#fff;font-size:1.7rem;cursor:pointer;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center}

    
    .slides,.slide{width:100%;height:100%}
    .slide{position:absolute;top:0;left:0;opacity:0;transition:opacity 1s ease-in-out;background-size:cover;background-position:center;display:flex;align-items:center}
    .slide.active{opacity:1;z-index:1}
    .overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.38),rgba(0,0,0,.16))}
    .hero-content{position:relative;z-index:2;color:#fff;width:min(90%,620px);margin-left:8%;padding-top:55px}
    .eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--gold);font-size:1.15rem;margin-bottom:10px;font-family:'Playfair Display',serif}
    .eyebrow i{font-size:1rem}
    .hero-content h1{font-size:clamp(2.9rem,5vw,4.55rem);line-height:1.02;margin-bottom:18px;font-family:'Playfair Display',montserrat;max-width:610px}
    .hero-content p{font-size:1.02rem;line-height:1.75;margin-bottom:28px;max-width:560px;color:#f1f1f1}
    .buttons{display:flex;gap:13px;flex-wrap:wrap}
    .btn{padding:13px 24px;border-radius:4px;font-weight:700;transition:.25s;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:.85rem;text-transform:uppercase;letter-spacing:.3px}
    .btn-primary{background:var(--gold);color:#fff}
    .btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px)}
    .btn-secondary{border:2px solid #fff;color:#fff;background:rgba(255,255,255,.04)}
    .btn-secondary:hover{background:#fff;color:#111}
    .hero-trust{display:flex;align-items:center;gap:16px;margin-top:22px;flex-wrap:wrap;font-size:.84rem;color:#000;}
    .stars{color:var(--gold);letter-spacing:2px}
    .slider-dots{position:absolute;bottom:27px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:5}
    .dot{width:34px;height:4px;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer;transition:.25s}
    .dot.active{background:var(--gold);width:48px}

    .features{background:var(--charcoal);color:#fff;padding:24px 5%;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
    .feature-box{display:flex;align-items:flex-start;gap:13px;border-right:1px solid rgba(255,255,255,.08);padding-right:15px}
    .feature-box:last-child{border-right:0}
    .feature-icon{width:42px;height:42px;min-width:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(199,166,79,.45);color:var(--gold);font-size:1.05rem;background:rgba(199,166,79,.08)}
    .feature-box h3{font-size:.95rem;margin-bottom:4px;color:#fff}
    .feature-box p{color:#cfcfcf;font-size:.78rem;line-height:1.55}

    /* Smaller, cleaner product section */
    .products{padding:56px 5% 46px;text-align:center;background:#fffdf8}
    .mini-title{font-size:.74rem;font-weight:700;color:var(--gold);letter-spacing:1.4px;text-transform:uppercase;margin-bottom:8px}
    .section-title{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,3vw,2.7rem);line-height:1.1;margin-bottom:10px}
    .section-sub{color:var(--muted);margin-bottom:30px;font-size:.92rem}
    .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1040px;margin:0 auto}
    .card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.07);transition:.25s;border:1px solid rgba(0,0,0,.05)}
    .card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
    .card-img{height:165px;position:relative;overflow:hidden}
    .card-img img{width:100%;height:100%;object-fit:contain;transition:.35s}
    .card:hover .card-img img{transform:scale(1.05)}
    .product-badge{position:absolute;top:10px;left:10px;background:rgba(29,29,27,.88);color:#fff;font-size:.68rem;padding:5px 9px;border-radius:999px;display:flex;align-items:center;gap:6px}
    .card-content{padding:17px 15px 18px}
    .product-icon{width:42px;height:42px;margin:-38px auto 12px;border-radius:50%;background:#fff;color:var(--gold);display:flex;align-items:center;justify-content:center;box-shadow:0 5px 16px rgba(0,0,0,.12);position:relative;z-index:2;font-size:1.05rem}
    .card-content h3{margin-bottom:5px;font-size:1.02rem;font-family:'Playfair Display',serif}
    .price{color:var(--gold);font-weight:700;margin-bottom:14px;display:block;font-size:.86rem}
    .card .btn{padding:9px 16px;font-size:.72rem;width:auto}
    .more-products{margin-top:24px;display:inline-flex;align-items:center;gap:9px;color:#222;font-weight:700;font-size:.85rem}
    .more-products i{color:var(--gold)}

    .steps{padding:56px 5%;background:#f1ede3;text-align:center}
    .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
    .step{background:#fff;padding:28px 24px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055)}
    .step-number{width:62px;height:62px;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:auto auto 17px;font-size:1.35rem;font-weight:700}
    .step-number i{font-size:1.3rem}
    .step h3{font-size:1.05rem;margin-bottom:7px}
    .step p{font-size:.87rem;color:#666;line-height:1.65}

    .testimonials{padding:62px 5%;text-align:center;background:#eef0df}
    .testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px;max-width:1050px;margin-left:auto;margin-right:auto}
    .testimonial{background:#fff;padding:26px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055);text-align:left}
    .testimonial .stars{font-size:.8rem;margin-bottom:11px}
    .testimonial p{line-height:1.7;color:#555;margin-bottom:14px;font-size:.9rem}
    .testimonial h4{color:var(--gold);font-size:.9rem}

    .icon-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:30px 5%;background:#fff;color:#222;text-align:center}
    .icon-strip div{display:flex;align-items:center;justify-content:center;gap:10px;font-size:.86rem;font-weight:600;color:#555}
    .icon-strip i{color:var(--gold);font-size:1.25rem}

    footer{background:#111;color:#fff;padding:48px 5% 24px}
    .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px;margin-bottom:32px}
    footer h3{color:var(--gold);margin-bottom:15px;font-family:'Playfair Display',serif}
    footer p,footer a{color:#ccc;line-height:2;font-size:.9rem;display:block}
    .whatsapp{display:inline-flex;align-items:center;gap:9px;margin-top:10px;color:#25d366;font-weight:700}
    .copyright{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;color:#888;font-size:.85rem}

    @media(max-width:1000px){
      .menu{display:none}.mobile-toggle{display:block}
      .hero{height:640px}.features,.product-grid{grid-template-columns:repeat(2,1fr)}
      .feature-box{border-right:0}.steps-grid,.testimonial-grid,.footer-grid{grid-template-columns:1fr 1fr}.icon-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:650px){
      nav{padding:13px 5%}.logo{font-size:1.55rem}
      .hero{height:620px;min-height:620px}.hero-content{margin-left:5%;padding-top:180px}.hero-content h1{font-size:30px}.hero-content p{font-size:.95rem}
      .buttons{flex-direction:column;align-items:flex-start}.btn{width:100%}
      .features,.product-grid,.steps-grid,.testimonial-grid,.footer-grid,.icon-strip{grid-template-columns:1fr}
      .products{padding-top:44px}.card-img{height:180px}.section-sub{margin-bottom:22px}
      .search-box{padding:16px}.close-search{right:8px}
    }
  

/* EXTRA PAGE STYLES */
.page-hero {
  min-height: 330px;
  padding: 135px 5% 70px;
  background:
    linear-gradient(rgba(0,0,0,0.62), rgba(0,0,0,0.62)),
    url('https://images.unsplash.com/photo-1519741497674-611481863552?q=80&w=1920&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  margin-bottom: 12px;
}

.page-hero p {
  color: #eee;
  max-width: 700px;
  margin: auto;
}

.page-section {
  padding: 70px 5%;
}

.theme-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  overflow: hidden;
}

.small-btn {
  padding: 11px 20px;
  font-size: 0.9rem;
  border-radius: 6px;
}

.icon-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f1ede3;
  color: #2f3131;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 0.9rem;
  margin: 5px;
}

.icon-pill i {
  color: #d4b15f;
}

.shop-filter {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}

.shop-filter button {
  border: none;
  background: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 5px 18px rgba(0,0,0,0.06);
  font-weight: 600;
}

.shop-filter button.active,
.shop-filter button:hover {
  background: #d4b15f;
  color: #fff;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 9px 28px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

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

.product-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.product-card-body {
  padding: 18px;
  text-align: left;
}

.product-card-body h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.product-card-body p {
  color: #777;
  font-size: 0.9rem;
  min-height: 42px;
}

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.product-price {
  color: #d4b15f;
  font-weight: 700;
  font-size: 1.05rem;
}

.cart-layout,
.checkout-layout,
.product-detail-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 30px;
  align-items: start;
}

.cart-item {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border-bottom: 1px solid #eee;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item img {
  width: 120px;
  height: 95px;
  object-fit: cover;
  border-radius: 12px;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.qty-control button {
  width: 38px;
  height: 36px;
  border: none;
  background: #f7f7f7;
  cursor: pointer;
  font-size: 1rem;
}

.qty-control input {
  width: 48px;
  text-align: center;
  border: none;
  outline: none;
  font-weight: 600;
}

.summary-box {
  padding: 28px;
  position: sticky;
  top: 100px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin: 14px 0;
  color: #555;
}

.summary-total {
  border-top: 1px solid #eee;
  padding-top: 18px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-group {
  text-align: left;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  color: #333;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  font-family: inherit;
  outline: none;
}

.form-group textarea {
  min-height: 110px;
  resize: vertical;
}

.checkout-box {
  padding: 28px;
}

.product-gallery {
  padding: 18px;
}

.main-product-image {
  position: relative;
  height: 470px;
  overflow: hidden;
  border-radius: 16px;
  background: #eee;
}

.product-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.4s ease;
}

.product-slide.active {
  opacity: 1;
}

.product-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0,0,0,0.45);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}

.product-arrow.prev {
  left: 14px;
}

.product-arrow.next {
  right: 14px;
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.thumb-row img {
  height: 82px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  border: 3px solid transparent;
}

.thumb-row img.active {
  border-color: #d4b15f;
}

.product-info-box {
  padding: 34px;
}

.product-info-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.rating {
  color: #d4b15f;
  margin: 10px 0 18px;
}

.product-description {
  color: #666;
  line-height: 1.8;
  margin: 18px 0;
}

.info-tabs {
  margin-top: 35px;
}

.info-tabs h3 {
  margin: 25px 0 10px;
  color: #222;
}

.review-card {
  background: #fff;
  padding: 22px;
  border-radius: 14px;
  margin-top: 16px;
  box-shadow: 0 5px 22px rgba(0,0,0,0.06);
}

@media(max-width: 1000px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cart-layout,
  .checkout-layout,
  .product-detail-layout {
    grid-template-columns: 1fr;
  }

  .summary-box {
    position: static;
  }
}

@media(max-width: 600px) {
  .page-section {
    padding: 45px 5%;
  }

  .shop-grid {
    gap: 16px;
  }

  .product-card img {
    height: 160px;
  }

  .cart-item {
    grid-template-columns: 90px 1fr;
  }

  .cart-item img {
    width: 90px;
    height: 78px;
  }

  .cart-price-box {
    grid-column: 1 / -1;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .main-product-image {
    height: 330px;
  }

  .product-info-box h2 {
    font-size: 2rem;
  }
}

/* PRODUCT VIEW LIKE REFERENCE IMAGE */
.breadcrumb {
  width: 90%;
  max-width: 1220px;
  margin: 105px auto 18px;
  color: #777;
  font-size: 0.95rem;
}
.breadcrumb a { color: #777; }
.breadcrumb span { color: #222; font-weight: 600; }

.product-view-section {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto 60px;
}

.product-view-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: start;
}

.product-left-gallery {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
}

.product-thumbs-vertical {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 600px;
  overflow-y: auto;
  border: 1px solid #eee;
  padding: 10px;
  background: #fff;
}

.product-thumbs-vertical img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.product-thumbs-vertical img.active {
  border-color: #d4b15f;
}

.product-large-image {
  position: relative;
  height: 585px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}

.product-large-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.35s ease;
}

.product-large-slide.active {
  opacity: 1;
}

.product-large-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.expand-icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  z-index: 5;
  border: 1px solid #e5e5e5;
}

.product-right-info {
  text-align: center;
  padding: 0 12px;
}

.product-right-info h1 {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.price-line {
  color: red;
  font-size: 1.45rem;
  margin-bottom: 25px;
}

.price-line .old-price {
  text-decoration: line-through;
  margin-right: 14px;
}

.short-desc {
  max-width: 610px;
  margin: 0 auto 24px;
  line-height: 1.75;
  color: #222;
}

.option-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product-select {
  width: 100%;
  max-width: 590px;
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 14px;
  color: #000;
  margin-bottom: 24px;
}

.inline-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.inline-qty label {
  color: #666;
}

.reference-qty {
  display: inline-flex;
  border: 1px solid #ddd;
  height: 42px;
}

.reference-qty button {
  width: 38px;
  border: none;
  background: #fff;
  cursor: pointer;
  color: #666;
}

.reference-qty input {
  width: 48px;
  border: none;
  text-align: center;
  outline: none;
}

.upload-row {
  margin-bottom: 28px;
  color: #666;
  font-size: 0.95rem;
}

.green-cart-btn {
  background: #06a906;
  color: #fff;
  border: 2px solid #067a06;
  padding: 13px 72px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}

.product-meta-line {
  border-top: 1px solid #eee;
  margin-top: 54px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #999;
  font-size: 0.9rem;
}

.product-meta-line strong {
  color: #555;
  font-weight: 500;
}

.share-icons {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: flex-end;
}

.share-icons i {
  font-size: 1.25rem;
}

.process-time {
  text-align: center;
  color: #777;
  margin: 35px 0;
}

.detail-tabs {
  max-width: 1220px;
  margin: 0 auto 70px;
  border: 1px solid #ddd;
  background: #fff;
}

.tab-head {
  display: flex;
  justify-content: center;
  gap: 45px;
  border-bottom: 1px solid #ddd;
}

.tab-head button {
  border: none;
  background: transparent;
  padding: 16px 0 10px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.tab-head button.active {
  border-bottom-color: #222;
}

.tab-panel {
  padding: 28px;
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-panel h3 {
  margin-bottom: 16px;
}

.tab-panel p {
  line-height: 1.8;
}

.reference-review {
  border-top: 1px solid #eee;
  padding-top: 16px;
  margin-top: 16px;
}

@media(max-width: 1000px) {
  .product-view-grid {
    grid-template-columns: 1fr;
  }
  .product-right-info {
    padding: 0;
  }
}

@media(max-width: 650px) {
  .breadcrumb {
    margin-top: 90px;
  }
  .product-left-gallery {
    grid-template-columns: 1fr;
  }
  .product-thumbs-vertical {
    order: 2;
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
  }
  .product-large-image {
    height: 390px;
  }
  .product-meta-line {
    flex-direction: column;
    text-align: center;
  }
  .share-icons {
    justify-content: center;
  }
  .green-cart-btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* FINAL PRODUCT + SHOP FIXES */
.green-cart-btn {
  background: linear-gradient(135deg, #d4b15f, #b89543) !important;
  border: none !important;
  color: #fff !important;
  padding: 15px 82px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 24px rgba(212,177,95,0.32);
  transition: 0.3s ease;
}

.green-cart-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(212,177,95,0.45);
}

.product-info-grid {
  grid-template-columns: 1fr !important;
}

.shop-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.product-card {
  border-radius: 12px !important;
}

.product-card img {
  height: 230px !important;
}

.product-card-body {
  padding: 14px !important;
}

.product-card-body h3 {
  font-size: 0.98rem;
}

.product-card-body p {
  font-size: 0.82rem !important;
  min-height: 38px !important;
}

.product-card-footer {
  margin-top: 10px !important;
}

.product-price {
  font-size: 0.95rem !important;
}

.product-card .small-btn {
  padding: 8px 14px !important;
  font-size: 0.8rem !important;
}

.product-card.hide-product {
  display: none !important;
}

@media(max-width: 1000px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media(max-width: 600px) {
  .product-card img {
    height: 135px !important;
  }
}


/* =========================
   ElegantPix Modern Refresh
   ========================= */
:root{
  --gold:#d4b15f;
  --gold-dark:#b89543;
  --dark:#151515;
  --muted:#6f6f6f;
  --soft:#f8f6f1;
  --line:#ececec;
  --danger:#c62020;
  --radius:18px;
  --shadow:0 18px 45px rgba(0,0,0,.08);
}

html{scroll-behavior:smooth;}
body{
  background:linear-gradient(180deg,#fbfaf6 0%,#f8f7f2 100%);
  color:#222;
}

header{
  background:rgba(16,16,16,.86)!important;
  backdrop-filter:blur(14px);
}

nav{
  padding:14px 5%!important;
}

.logo{
  letter-spacing:-.5px;
}

.menu a{
  position:relative;
  font-size:.86rem!important;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:var(--gold);
  transition:.25s ease;
}

.menu a:hover::after,
.menu a.active::after{width:100%;}

.nav-right a,
.nav-right i{
  color:#fff;
}

.page-hero,
.auth-section{
  position:relative;
}

.page-hero::after,
.auth-section::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 20% 10%,rgba(212,177,95,.22),transparent 28%);
}

.modern-wrap{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.modern-breadcrumb,
.clean-breadcrumb,
.auth-breadcrumb,
.breadcrumb{
  width:90%!important;
  max-width:1220px!important;
  margin:104px auto 24px!important;
  color:#858585!important;
  font-size:.92rem!important;
}

.modern-breadcrumb a,
.clean-breadcrumb a,
.auth-breadcrumb a,
.breadcrumb a{color:#858585!important;}

.modern-breadcrumb span,
.clean-breadcrumb span,
.auth-breadcrumb span,
.breadcrumb span{color:#222!important;font-weight:700;}

.theme-card,
.product-card,
.checkout-panel,
.order-panel,
.payment-products,
.payment-confirm-panel,
.auth-card,
.cart-modern-panel{
  border:1px solid rgba(0,0,0,.06)!important;
  box-shadow:var(--shadow)!important;
}

/* Shop */
.shop-toolbar{
  width:90%;
  max-width:1220px;
  margin:0 auto 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.shop-search{
  position:relative;
  flex:1;
  min-width:260px;
  max-width:420px;
}

.shop-search i{
  position:absolute;
  left:15px;
  top:50%;
  transform:translateY(-50%);
  color:var(--gold);
}

.shop-search input{
  width:100%;
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:13px 16px 13px 43px;
  outline:none;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}

.shop-filter{
  margin-bottom:0!important;
}

.shop-filter button{
  border:1px solid var(--line)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.05)!important;
}

.shop-grid{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.product-card{
  overflow:hidden;
  background:#fff;
  position:relative;
}

.product-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,var(--gold),#eee);
  opacity:0;
  transition:.25s ease;
}

.product-card:hover::before{opacity:1;}

.product-card:hover{
  transform:translateY(-8px)!important;
}

.product-card img{
  transition:.45s ease;
}

.product-card:hover img{
  transform:scale(1.05);
}

.product-card-body h3{
  color:#171717;
}

.small-btn,
.btn.btn-primary{
  border-radius:999px!important;
  box-shadow:0 8px 18px rgba(212,177,95,.22);
}

/* Product View */
.product-large-image{
  border-radius:20px!important;
  box-shadow:var(--shadow);
}

.product-thumbs-vertical{
  border-radius:16px;
  box-shadow:0 12px 26px rgba(0,0,0,.05);
}

.product-thumbs-vertical img{
  border-radius:12px;
}

.product-right-info{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px!important;
  box-shadow:var(--shadow);
}

.product-right-info h1{
  font-family:'Playfair Display',serif!important;
  font-size:2.4rem!important;
  text-transform:none!important;
}

.price-line{
  font-weight:700;
}

.product-select{
  border-radius:12px!important;
  background:#fafafa;
}

.reference-qty{
  border-radius:999px!important;
  overflow:hidden;
}

.reference-qty button:hover{
  background:var(--gold);
  color:#fff;
}

.upload-card{
  box-shadow:0 10px 28px rgba(212,177,95,.14);
}

.green-cart-btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.detail-tabs{
  width:90%;
}

/* Cart */
.cart-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 80px;
  display:grid;
  grid-template-columns:1fr 360px;
  gap:30px;
  align-items:start;
}

.cart-modern-panel{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
}

.cart-modern-title{
  padding:24px 26px;
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.cart-modern-title h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
}

.cart-item{
  transition:.25s ease;
}

.cart-item:hover{
  background:#fbf8ef;
}

.cart-remove{
  border:none;
  background:#fff0f0;
  color:var(--danger);
  border-radius:999px;
  padding:8px 12px;
  cursor:pointer;
}

.empty-cart{
  padding:36px;
  text-align:center;
  color:var(--muted);
  display:none;
}

/* Forms */
.field input,
.field select,
.field textarea,
.input-icon input,
.input-icon select{
  border-radius:14px!important;
}

/* Checkout / Payment */
.checkout-modern,
.payment-modern{
  margin-bottom:90px!important;
}

.order-panel,
.payment-confirm-panel{
  border-radius:22px!important;
}

.payment-table img{
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

.progress-steps{
  width:90%;
  max-width:1220px;
  margin:0 auto 28px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.progress-step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:12px 16px;
  text-align:center;
  color:#777;
  font-weight:600;
}

.progress-step.active{
  background:var(--dark);
  color:#fff;
}

.progress-step.done{
  background:#fbf8ef;
  color:#222;
  border-color:rgba(212,177,95,.45);
}

/* Login */
.auth-card{
  backdrop-filter:blur(12px);
}

.auth-tab.active{
  background:linear-gradient(135deg,#222,#444)!important;
}

.auth-submit{
  background:linear-gradient(135deg,var(--gold),var(--gold-dark))!important;
}

/* Contact */
.contact-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 90px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:30px;
}

.contact-info,
.contact-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px;
  box-shadow:var(--shadow);
}

.contact-info h2,
.contact-form h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
  margin-bottom:16px;
}

.contact-line{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin:18px 0;
  color:#555;
}

.contact-line i{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fbf8ef;
  color:var(--gold);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
}

.contact-social{
  display:flex;
  gap:10px;
  margin-top:22px;
}

.contact-social a{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#111;
  color:#fff;
}

/* Toast */
.toast{
  position:fixed;
  right:22px;
  bottom:22px;
  background:#111;
  color:#fff;
  padding:14px 18px;
  border-radius:14px;
  box-shadow:0 14px 35px rgba(0,0,0,.22);
  z-index:9999;
  transform:translateY(120px);
  opacity:0;
  transition:.3s ease;
}

.toast.show{
  transform:translateY(0);
  opacity:1;
}

@media(max-width:1000px){
  .cart-modern,
  .contact-modern{
    grid-template-columns:1fr;
  }
  .progress-steps{
    grid-template-columns:1fr;
  }
}

@media(max-width:650px){
  .shop-toolbar{
    align-items:stretch;
  }
  .shop-search{
    max-width:none;
  }
  .cart-modern-title{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
}


/* ElegantPix Logo Color Styling */
.logo,
.footer-logo {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
}

.logo .logo-gold,
.footer-logo .logo-gold {
  color: #d4b15f !important;
}

.logo .logo-white,
.footer-logo .logo-white {
  color: #ffffff !important;
}


/* ABOUT + UPLOAD + RECOMMENDED SLIDER */
.modern-page-hero{width:90%;max-width:1220px;margin:105px auto 38px;background:linear-gradient(135deg,rgba(18,18,18,.92),rgba(18,18,18,.68)),url('https://images.unsplash.com/photo-1516035069371-29a1b244cc32?q=80&w=1800&auto=format&fit=crop');background-size:cover;background-position:center;border-radius:30px;padding:58px 42px;color:#fff;box-shadow:0 24px 65px rgba(0,0,0,.16)}
.modern-page-hero h1{font-family:'Playfair Display',montserrat;font-size:clamp(2.4rem,5vw,4.4rem);margin-bottom:12px}.modern-page-hero p{color:#e8e8e8;max-width:760px;line-height:1.8}
.upload-card{max-width:590px!important;margin:0 auto 28px!important;border:1px solid rgba(212,177,95,.35)!important;background:linear-gradient(180deg,#fffdf8,#fbf8ef)!important;border-radius:22px!important;padding:20px!important;text-align:left!important;box-shadow:0 16px 38px rgba(212,177,95,.16)!important}
.upload-drop-zone{border:2px dashed #d4b15f;border-radius:18px;padding:22px;text-align:center;background:rgba(255,255,255,.72);cursor:pointer;transition:.25s ease}.upload-drop-zone.dragover,.upload-drop-zone:hover{background:#fff6df;transform:translateY(-2px)}
.upload-drop-zone i{width:58px;height:58px;border-radius:18px;background:#151515;color:#d4b15f!important;display:inline-flex;align-items:center;justify-content:center;margin-bottom:0px!important;font-size:1.6rem!important}.upload-drop-zone h4{margin-bottom:6px;font-size:1.05rem}.upload-drop-zone p{color:#777;margin-bottom:14px}
.upload-label{display:inline-flex!important;align-items:center;gap:8px;background:linear-gradient(135deg,#d4b15f,#b89543)!important;color:#fff!important;border-radius:999px!important;padding:11px 22px!important;font-weight:800!important;cursor:pointer;box-shadow:0 9px 22px rgba(212,177,95,.28)}
.upload-preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.upload-preview-item{position:relative;height:76px;border-radius:12px;overflow:hidden;background:#eee;border:1px solid #e2e2e2}.upload-preview-item img{width:100%;height:100%;object-fit:cover}.upload-preview-item button{position:absolute;top:5px;right:5px;border:none;background:rgba(0,0,0,.65);color:#fff;width:22px;height:22px;border-radius:50%;cursor:pointer}.upload-helper{margin-top:12px;color:#777;font-size:.86rem;text-align:center}
.recommended-section{width:90%;max-width:1220px;margin:0 auto 90px}.recommended-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.recommended-head h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem)}.slider-controls{display:flex;gap:10px}.slider-controls button{width:44px;height:44px;border:none;border-radius:50%;background:#151515;color:#fff;cursor:pointer}.slider-controls button:hover{background:#d4b15f}
.recommended-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - 14px);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 18px}.recommended-card{scroll-snap-align:start;background:#fff;border:1px solid #ececec;border-radius:20px;overflow:hidden;box-shadow:0 14px 36px rgba(0,0,0,.07);text-decoration:none;color:inherit}.recommended-card img{width:100%;height:165px;object-fit:cover}.recommended-card div{padding:16px}.recommended-card h3{font-size:1rem;margin-bottom:6px}.recommended-card p{color:#777;font-size:.86rem;margin-bottom:12px}.recommended-card strong{color:#d4b15f}
.about-story{width:90%;max-width:1220px;margin:0 auto 70px;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.about-story-card{background:#fff;border:1px solid #ececec;border-radius:26px;padding:36px;box-shadow:0 18px 45px rgba(0,0,0,.08)}.about-story-card h2,.about-values h2,.about-process h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem);margin-bottom:16px}.about-story-card p{color:#666;line-height:1.85}.about-image-grid{display:grid;grid-template-columns:1fr .82fr;gap:14px}.about-image-grid img{width:100%;object-fit:cover;border-radius:24px;box-shadow:0 14px 38px rgba(0,0,0,.12)}.about-image-grid img:first-child{height:420px}.about-image-grid img:last-child{height:320px;margin-top:60px}
.about-values,.about-process{width:90%;max-width:1220px;margin:0 auto 80px;text-align:center}.values-grid,.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.value-card,.process-card{background:#fff;border:1px solid #ececec;border-radius:22px;padding:26px 20px;box-shadow:0 16px 40px rgba(0,0,0,.07)}.value-card i,.process-card i{width:52px;height:52px;border-radius:18px;background:#fbf8ef;color:#d4b15f;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:14px}.value-card p,.process-card p{color:#777;line-height:1.6;font-size:.92rem}
.about-cta{width:90%;max-width:1220px;margin:0 auto 90px;background:linear-gradient(135deg,#151515,#303030);border-radius:28px;padding:42px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 22px 55px rgba(0,0,0,.18)}.about-cta h2{font-family:'Playfair Display',montserrat;font-size:2.4rem}.about-cta p{color:#ddd;margin-top:8px}
@media(max-width:1000px){.recommended-slider{grid-auto-columns:calc(50% - 10px)}.about-story,.values-grid,.process-grid{grid-template-columns:1fr 1fr}.about-cta{flex-direction:column;align-items:flex-start}}
@media(max-width:650px){.modern-page-hero{padding:36px 24px}.upload-preview-grid{grid-template-columns:repeat(2,1fr)}.recommended-slider{grid-auto-columns:82%}.recommended-head{align-items:flex-start;flex-direction:column}.about-story,.values-grid,.process-grid{grid-template-columns:1fr}.about-image-grid{grid-template-columns:1fr}.about-image-grid img:first-child,.about-image-grid img:last-child{height:280px;margin-top:0}}



.search-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #151515;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.25s ease;
  z-index: 20;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.search-popup-close:hover {
  background: #d4b15f;
  transform: rotate(90deg);
}

.search-popup-content,
.search-modal-content,
.search-overlay-content {
  position: relative;
}


/* SEARCH POPUP CLOSE FIX - ALL PAGES */
.search-popup {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.82) !important;
  z-index: 9999 !important;
}

.search-popup .search-box {
  position: relative !important;
}

.search-popup-close,
.close-search {
  position: absolute !important;
  top: -58px !important;
  right: 0 !important;
  width: 46px !important;
  height: 46px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #d4b15f !important;
  color: #fff !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.2rem !important;
  z-index: 10001 !important;
  box-shadow: 0 10px 26px rgba(0,0,0,0.28) !important;
  transition: 0.25s ease !important;
}

.search-popup-close:hover,
.close-search:hover {
  background: #b89543 !important;
  transform: rotate(90deg) !important;
}

@media(max-width: 600px) {
  .search-popup-close,
  .close-search {
    top: -62px !important;
    right: 5px !important;
  }
}


/* SEARCH POPUP TOP OFFSET */
.search-popup,
.search-modal,
.search-overlay {
  padding-top: 100px !important;
  align-items: flex-start !important;
}

.search-popup .search-box,
.search-modal .search-box,
.search-overlay .search-box {
  margin-top: 0 !important;
}


/* SEARCH RESULTS + CATEGORY PAGES */
.listing-page {
  width: 90%;
  max-width: 1220px;
  margin: 105px auto 90px;
}

.listing-hero {
  background:
    linear-gradient(135deg, rgba(17,17,17,0.92), rgba(17,17,17,0.68)),
    url('https://images.unsplash.com/photo-1516035069371-29a1b244cc32?q=80&w=1600&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  padding: 48px 38px;
  color: #fff;
  box-shadow: 0 22px 55px rgba(0,0,0,0.16);
  margin-bottom: 28px;
}

.listing-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin-bottom: 10px;
}

.listing-hero p {
  color: #e5e5e5;
  max-width: 700px;
  line-height: 1.75;
}

.listing-toolbar {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.07);
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 26px;
}

.listing-search {
  position: relative;
}

.listing-search i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #d4b15f;
}

.listing-search input,
.listing-toolbar select {
  width: 100%;
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 999px;
  padding: 13px 16px;
  font-family: inherit;
  outline: none;
}

.listing-search input {
  padding-left: 45px;
}

.listing-toolbar select {
  min-width: 170px;
}

.listing-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  align-items: start;
}

.category-sidebar {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.07);
  position: sticky;
  top: 105px;
}

.category-sidebar h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.category-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #eee;
  color: #555;
  text-decoration: none;
  font-weight: 600;
}

.category-link:hover,
.category-link.active {
  color: #d4b15f;
}

.category-link span {
  background: #fbf8ef;
  color: #7a5a00;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 0.78rem;
}

.results-count {
  color: #777;
  margin-bottom: 16px;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.listing-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(0,0,0,0.07);
  transition: 0.25s ease;
}

.listing-card:hover {
  transform: translateY(-6px);
}

.listing-card img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}

.listing-card-body {
  padding: 16px;
}

.listing-card-body h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.listing-card-body p {
  color: #777;
  font-size: 0.88rem;
  min-height: 42px;
}

.listing-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.listing-price {
  color: #d4b15f;
  font-weight: 800;
}

.category-banner {
  background: #fbf8ef;
  border: 1px solid rgba(212,177,95,0.28);
  border-radius: 22px;
  padding: 24px;
  margin-bottom: 24px;
}

.category-banner h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 8px;
}

.category-banner p {
  color: #666;
  line-height: 1.7;
}

.no-results {
  display: none;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 22px;
  padding: 36px;
  text-align: center;
  color: #777;
  box-shadow: 0 14px 35px rgba(0,0,0,0.06);
}

.no-results i {
  font-size: 2.4rem;
  color: #d4b15f;
  margin-bottom: 14px;
}

@media(max-width: 1000px) {
  .listing-layout {
    grid-template-columns: 1fr;
  }

  .category-sidebar {
    position: static;
  }

  .listing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .listing-toolbar {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 650px) {
  .listing-hero {
    padding: 34px 24px;
  }

  .listing-grid {
    grid-template-columns: 1fr;
  }
}

:root{
      --gold:#c7a64f;
      --gold-dark:#a98735;
      --charcoal:#1d1d1b;
      --cream:#f8f6ee;
      --sage:#d8d8c6;
      --white:#fff;
      --text:#222;
      --muted:#777;
      --shadow:0 14px 35px rgba(0,0,0,.10);
    }

    *{margin:0;padding:0;box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{font-family:'Poppins',sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}
    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}
    .container{width:min(90%,1180px);margin:auto}

    header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(29,29,27,.84);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.10)}
    nav{display:flex;align-items:center;justify-content:space-between;padding:14px 5%}
    .logo{font-size:1.85rem;font-weight:700;font-family:'Playfair Display',montserrat;color:var(--gold);letter-spacing:.2px}
    .menu{display:flex;gap:24px;align-items:center}
    .menu a{color:#fff;font-size:.86rem;font-weight:500;transition:.25s}
    .menu a:hover{color:var(--gold)}
    .nav-right{display:flex;align-items:center;gap:17px;color:#fff}
    .nav-right i{cursor:pointer;transition:.25s;font-size:1rem}
    .nav-right i:hover{color:var(--gold)}
    .cart-icon{position:relative}
    .cart-count{position:absolute;top:-10px;right:-10px;width:18px;height:18px;border-radius:50%;background:var(--gold);color:#fff;font-size:.65rem;display:flex;align-items:center;justify-content:center;font-weight:700}
    .mobile-toggle{display:none;color:#fff;font-size:1.45rem;cursor:pointer}
    .mobile-menu{position:absolute;top:100%;left:0;width:100%;background:rgba(29,29,27,.98);display:none;flex-direction:column;padding:18px 5%;gap:14px}
    .mobile-menu a{color:#fff;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:11px}
    .mobile-menu.active{display:flex}

    .search-popup{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:3000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s;padding:20px}
    .search-popup.active{opacity:1;visibility:visible}
    .search-box{width:100%;max-width:660px;background:#fff;border-radius:14px;padding:18px;position:relative;box-shadow:var(--shadow)}
    .search-box input{width:100%;border:0;outline:0;font-size:1.05rem;padding:15px 48px 15px 15px;border-radius:10px;background:#f4f4f4}
    .search-box button{position:absolute;top:50%;right:34px;transform:translateY(-50%);border:0;background:transparent;font-size:1.05rem;cursor:pointer;color:#666}
    .close-search{position:absolute;top:-52px;right:0;color:#fff;font-size:1.7rem;cursor:pointer;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center}

    
    .slides,.slide{width:100%;height:100%}
    .slide{position:absolute;top:0;left:0;opacity:0;transition:opacity 1s ease-in-out;background-size:cover;background-position:center;display:flex;align-items:center}
    .slide.active{opacity:1;z-index:1}
    .overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.38),rgba(0,0,0,.16))}
    .hero-content{position:relative;z-index:2;color:#fff;width:min(90%,620px);margin-left:8%;padding-top:55px}
    .eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--gold);font-size:1.15rem;margin-bottom:10px;font-family:'Playfair Display',serif}
    .eyebrow i{font-size:1rem}
    .hero-content h1{font-size:clamp(2.9rem,5vw,4.55rem);line-height:1.02;margin-bottom:18px;font-family:'Playfair Display',montserrat;max-width:610px}
    .hero-content p{font-size:1.02rem;line-height:1.75;margin-bottom:28px;max-width:560px;color:#f1f1f1}
    .buttons{display:flex;gap:13px;flex-wrap:wrap}
    .btn{padding:13px 24px;border-radius:4px;font-weight:700;transition:.25s;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:.85rem;text-transform:uppercase;letter-spacing:.3px}
    .btn-primary{background:var(--gold);color:#fff}
    .btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px)}
    .btn-secondary{border:2px solid #fff;color:#fff;background:rgba(255,255,255,.04)}
    .btn-secondary:hover{background:#fff;color:#111}
    .hero-trust{display:flex;align-items:center;gap:16px;margin-top:22px;flex-wrap:wrap;font-size:.84rem;color:#000;}
    .stars{color:var(--gold);letter-spacing:2px}
    .slider-dots{position:absolute;bottom:27px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:5}
    .dot{width:34px;height:4px;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer;transition:.25s}
    .dot.active{background:var(--gold);width:48px}

    .features{background:var(--charcoal);color:#fff;padding:24px 5%;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
    .feature-box{display:flex;align-items:flex-start;gap:13px;border-right:1px solid rgba(255,255,255,.08);padding-right:15px}
    .feature-box:last-child{border-right:0}
    .feature-icon{width:42px;height:42px;min-width:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(199,166,79,.45);color:var(--gold);font-size:1.05rem;background:rgba(199,166,79,.08)}
    .feature-box h3{font-size:.95rem;margin-bottom:4px;color:#fff}
    .feature-box p{color:#cfcfcf;font-size:.78rem;line-height:1.55}

    /* Smaller, cleaner product section */
    .products{padding:56px 5% 46px;text-align:center;background:#fffdf8}
    .mini-title{font-size:.74rem;font-weight:700;color:var(--gold);letter-spacing:1.4px;text-transform:uppercase;margin-bottom:8px}
    .section-title{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,3vw,2.7rem);line-height:1.1;margin-bottom:10px}
    .section-sub{color:var(--muted);margin-bottom:30px;font-size:.92rem}
    .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1040px;margin:0 auto}
    .card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.07);transition:.25s;border:1px solid rgba(0,0,0,.05)}
    .card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
    .card-img{height:165px;position:relative;overflow:hidden}
    .card-img img{width:100%;height:100%;object-fit:contain;transition:.35s}
    .card:hover .card-img img{transform:scale(1.05)}
    .product-badge{position:absolute;top:10px;left:10px;background:rgba(29,29,27,.88);color:#fff;font-size:.68rem;padding:5px 9px;border-radius:999px;display:flex;align-items:center;gap:6px}
    .card-content{padding:17px 15px 18px}
    .product-icon{width:42px;height:42px;margin:-38px auto 12px;border-radius:50%;background:#fff;color:var(--gold);display:flex;align-items:center;justify-content:center;box-shadow:0 5px 16px rgba(0,0,0,.12);position:relative;z-index:2;font-size:1.05rem}
    .card-content h3{margin-bottom:5px;font-size:1.02rem;font-family:'Playfair Display',serif}
    .price{color:var(--gold);font-weight:700;margin-bottom:14px;display:block;font-size:.86rem}
    .card .btn{padding:9px 16px;font-size:.72rem;width:auto}
    .more-products{margin-top:24px;display:inline-flex;align-items:center;gap:9px;color:#222;font-weight:700;font-size:.85rem}
    .more-products i{color:var(--gold)}

    .steps{padding:56px 5%;background:#f1ede3;text-align:center}
    .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
    .step{background:#fff;padding:28px 24px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055)}
    .step-number{width:62px;height:62px;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:auto auto 17px;font-size:1.35rem;font-weight:700}
    .step-number i{font-size:1.3rem}
    .step h3{font-size:1.05rem;margin-bottom:7px}
    .step p{font-size:.87rem;color:#666;line-height:1.65}

    .testimonials{padding:62px 5%;text-align:center;background:#eef0df}
    .testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px;max-width:1050px;margin-left:auto;margin-right:auto}
    .testimonial{background:#fff;padding:26px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055);text-align:left}
    .testimonial .stars{font-size:.8rem;margin-bottom:11px}
    .testimonial p{line-height:1.7;color:#555;margin-bottom:14px;font-size:.9rem}
    .testimonial h4{color:var(--gold);font-size:.9rem}

    .icon-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:30px 5%;background:#fff;color:#222;text-align:center}
    .icon-strip div{display:flex;align-items:center;justify-content:center;gap:10px;font-size:.86rem;font-weight:600;color:#555}
    .icon-strip i{color:var(--gold);font-size:1.25rem}

    footer{background:#111;color:#fff;padding:48px 5% 24px}
    .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px;margin-bottom:32px}
    footer h3{color:var(--gold);margin-bottom:15px;font-family:'Playfair Display',serif}
    footer p,footer a{color:#ccc;line-height:2;font-size:.9rem;display:block}
    .whatsapp{display:inline-flex;align-items:center;gap:9px;margin-top:10px;color:#25d366;font-weight:700}
    .copyright{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;color:#888;font-size:.85rem}

    @media(max-width:1000px){
      .menu{display:none}.mobile-toggle{display:block}
      .hero{height:640px}.features,.product-grid{grid-template-columns:repeat(2,1fr)}
      .feature-box{border-right:0}.steps-grid,.testimonial-grid,.footer-grid{grid-template-columns:1fr 1fr}.icon-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:650px){
      nav{padding:13px 5%}.logo{font-size:1.55rem}
      .hero{height:620px;min-height:620px}.hero-content{margin-left:5%;padding-top:180px}.hero-content h1{font-size:30px}.hero-content p{font-size:.95rem}
      .buttons{flex-direction:column;align-items:flex-start}.btn{width:100%}
      .features,.product-grid,.steps-grid,.testimonial-grid,.footer-grid,.icon-strip{grid-template-columns:1fr}
      .products{padding-top:44px}.card-img{height:180px}.section-sub{margin-bottom:22px}
      .search-box{padding:16px}.close-search{right:8px}
    }
  

/* EXTRA PAGE STYLES */
.page-hero {
  min-height: 330px;
  padding: 135px 5% 70px;
  background:
    linear-gradient(rgba(0,0,0,0.62), rgba(0,0,0,0.62)),
    url('https://images.unsplash.com/photo-1519741497674-611481863552?q=80&w=1920&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  margin-bottom: 12px;
}

.page-hero p {
  color: #eee;
  max-width: 700px;
  margin: auto;
}

.page-section {
  padding: 70px 5%;
}

.theme-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  overflow: hidden;
}

.small-btn {
  padding: 11px 20px;
  font-size: 0.9rem;
  border-radius: 6px;
}

.icon-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f1ede3;
  color: #2f3131;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 0.9rem;
  margin: 5px;
}

.icon-pill i {
  color: #d4b15f;
}

.shop-filter {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}

.shop-filter button {
  border: none;
  background: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 5px 18px rgba(0,0,0,0.06);
  font-weight: 600;
}

.shop-filter button.active,
.shop-filter button:hover {
  background: #d4b15f;
  color: #fff;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 9px 28px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

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

.product-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.product-card-body {
  padding: 18px;
  text-align: left;
}

.product-card-body h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.product-card-body p {
  color: #777;
  font-size: 0.9rem;
  min-height: 42px;
}

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.product-price {
  color: #d4b15f;
  font-weight: 700;
  font-size: 1.05rem;
}

.cart-layout,
.checkout-layout,
.product-detail-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 30px;
  align-items: start;
}

.cart-item {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border-bottom: 1px solid #eee;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item img {
  width: 120px;
  height: 95px;
  object-fit: cover;
  border-radius: 12px;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.qty-control button {
  width: 38px;
  height: 36px;
  border: none;
  background: #f7f7f7;
  cursor: pointer;
  font-size: 1rem;
}

.qty-control input {
  width: 48px;
  text-align: center;
  border: none;
  outline: none;
  font-weight: 600;
}

.summary-box {
  padding: 28px;
  position: sticky;
  top: 100px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin: 14px 0;
  color: #555;
}

.summary-total {
  border-top: 1px solid #eee;
  padding-top: 18px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-group {
  text-align: left;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  color: #333;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  font-family: inherit;
  outline: none;
}

.form-group textarea {
  min-height: 110px;
  resize: vertical;
}

.checkout-box {
  padding: 28px;
}

.product-gallery {
  padding: 18px;
}

.main-product-image {
  position: relative;
  height: 470px;
  overflow: hidden;
  border-radius: 16px;
  background: #eee;
}

.product-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.4s ease;
}

.product-slide.active {
  opacity: 1;
}

.product-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0,0,0,0.45);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}

.product-arrow.prev {
  left: 14px;
}

.product-arrow.next {
  right: 14px;
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.thumb-row img {
  height: 82px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  border: 3px solid transparent;
}

.thumb-row img.active {
  border-color: #d4b15f;
}

.product-info-box {
  padding: 34px;
}

.product-info-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.rating {
  color: #d4b15f;
  margin: 10px 0 18px;
}

.product-description {
  color: #666;
  line-height: 1.8;
  margin: 18px 0;
}

.info-tabs {
  margin-top: 35px;
}

.info-tabs h3 {
  margin: 25px 0 10px;
  color: #222;
}

.review-card {
  background: #fff;
  padding: 22px;
  border-radius: 14px;
  margin-top: 16px;
  box-shadow: 0 5px 22px rgba(0,0,0,0.06);
}

@media(max-width: 1000px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cart-layout,
  .checkout-layout,
  .product-detail-layout {
    grid-template-columns: 1fr;
  }

  .summary-box {
    position: static;
  }
}

@media(max-width: 600px) {
  .page-section {
    padding: 45px 5%;
  }

  .shop-grid {
    gap: 16px;
  }

  .product-card img {
    height: 160px;
  }

  .cart-item {
    grid-template-columns: 90px 1fr;
  }

  .cart-item img {
    width: 90px;
    height: 78px;
  }

  .cart-price-box {
    grid-column: 1 / -1;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .main-product-image {
    height: 330px;
  }

  .product-info-box h2 {
    font-size: 2rem;
  }
}

/* PRODUCT VIEW LIKE REFERENCE IMAGE */
.breadcrumb {
  width: 90%;
  max-width: 1220px;
  margin: 105px auto 18px;
  color: #777;
  font-size: 0.95rem;
}
.breadcrumb a { color: #777; }
.breadcrumb span { color: #222; font-weight: 600; }

.product-view-section {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto 60px;
}

.product-view-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: start;
}

.product-left-gallery {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
}

.product-thumbs-vertical {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 600px;
  overflow-y: auto;
  border: 1px solid #eee;
  padding: 10px;
  background: #fff;
}

.product-thumbs-vertical img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.product-thumbs-vertical img.active {
  border-color: #d4b15f;
}

.product-large-image {
  position: relative;
  height: 585px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}

.product-large-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.35s ease;
}

.product-large-slide.active {
  opacity: 1;
}

.product-large-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.expand-icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  z-index: 5;
  border: 1px solid #e5e5e5;
}

.product-right-info {
  text-align: center;
  padding: 0 12px;
}

.product-right-info h1 {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.price-line {
  color: red;
  font-size: 1.45rem;
  margin-bottom: 25px;
}

.price-line .old-price {
  text-decoration: line-through;
  margin-right: 14px;
}

.short-desc {
  max-width: 610px;
  margin: 0 auto 24px;
  line-height: 1.75;
  color: #222;
}

.option-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product-select {
  width: 100%;
  max-width: 590px;
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 14px;
  color: #000;
  margin-bottom: 24px;
}

.inline-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.inline-qty label {
  color: #666;
}

.reference-qty {
  display: inline-flex;
  border: 1px solid #ddd;
  height: 42px;
}

.reference-qty button {
  width: 38px;
  border: none;
  background: #fff;
  cursor: pointer;
  color: #666;
}

.reference-qty input {
  width: 48px;
  border: none;
  text-align: center;
  outline: none;
}

.upload-row {
  margin-bottom: 28px;
  color: #666;
  font-size: 0.95rem;
}

.green-cart-btn {
  background: #06a906;
  color: #fff;
  border: 2px solid #067a06;
  padding: 13px 72px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}

.product-meta-line {
  border-top: 1px solid #eee;
  margin-top: 54px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #999;
  font-size: 0.9rem;
}

.product-meta-line strong {
  color: #555;
  font-weight: 500;
}

.share-icons {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: flex-end;
}

.share-icons i {
  font-size: 1.25rem;
}

.process-time {
  text-align: center;
  color: #777;
  margin: 35px 0;
}

.detail-tabs {
  max-width: 1220px;
  margin: 0 auto 70px;
  border: 1px solid #ddd;
  background: #fff;
}

.tab-head {
  display: flex;
  justify-content: center;
  gap: 45px;
  border-bottom: 1px solid #ddd;
}

.tab-head button {
  border: none;
  background: transparent;
  padding: 16px 0 10px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.tab-head button.active {
  border-bottom-color: #222;
}

.tab-panel {
  padding: 28px;
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-panel h3 {
  margin-bottom: 16px;
}

.tab-panel p {
  line-height: 1.8;
}

.reference-review {
  border-top: 1px solid #eee;
  padding-top: 16px;
  margin-top: 16px;
}

@media(max-width: 1000px) {
  .product-view-grid {
    grid-template-columns: 1fr;
  }
  .product-right-info {
    padding: 0;
  }
}

@media(max-width: 650px) {
  .breadcrumb {
    margin-top: 90px;
  }
  .product-left-gallery {
    grid-template-columns: 1fr;
  }
  .product-thumbs-vertical {
    order: 2;
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
  }
  .product-large-image {
    height: 390px;
  }
  .product-meta-line {
    flex-direction: column;
    text-align: center;
  }
  .share-icons {
    justify-content: center;
  }
  .green-cart-btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}



/* MODERN CHECKOUT + PAYMENT */
.clean-breadcrumb {
  width: 90%;
  max-width: 1220px;
  margin: 105px auto 22px;
  color: #8a8a8a;
  font-size: 0.94rem;
}
.clean-breadcrumb a { color: #8a8a8a; }
.clean-breadcrumb span { color: #222; font-weight: 600; }

.checkout-modern,
.payment-modern {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 34px;
  align-items: start;
}

.checkout-panel,
.order-panel,
.payment-panel,
.payment-confirm-panel {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
}

.checkout-panel {
  padding: 34px;
}

.checkout-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 24px;
}

.checkout-title i {
  color: #d4b15f;
}

.checkout-divider {
  height: 1px;
  background: #eee;
  margin: 26px 0;
}

.form-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-2col .wide {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 8px;
  color: #555;
  font-weight: 600;
  font-size: 0.92rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 12px;
  padding: 14px;
  font-family: inherit;
  outline: none;
  transition: 0.3s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  background: #fff;
  border-color: #d4b15f;
  box-shadow: 0 0 0 4px rgba(212,177,95,0.15);
}

.order-panel,
.payment-confirm-panel {
  padding: 28px;
  position: sticky;
  top: 105px;
}

.order-panel h3,
.payment-confirm-panel h3 {
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 18px;
}

.order-table th,
.order-table td {
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  text-align: left;
  color: #555;
}

.order-table th:last-child,
.order-table td:last-child {
  text-align: right;
}

.order-total-row {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  color: #555;
}

.order-total-row.final {
  color: #b30000;
  font-weight: 700;
  font-size: 1.1rem;
}

.payment-method {
  margin: 22px 0;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 16px;
  background: #fbfbfb;
}

.payfast-box {
  margin-top: 12px;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #eee;
  color: #333;
  font-weight: 700;
}

.payfast-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.payfast-logos span {
  background: #f2f2f2;
  padding: 5px 9px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 700;
}

.outline-red-btn {
  width: 100%;
  border: 1px solid #b80000;
  color: #b80000;
  background: #fff;
  border-radius: 10px;
  padding: 13px;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
  display: block;
  text-align: center;
}

.outline-red-btn:hover {
  background: #b80000;
  color: #fff;
}

.gold-btn-full {
  width: 100%;
  border: none;
  color: #fff;
  background: #d4b15f;
  border-radius: 10px;
  padding: 14px;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  display: block;
  text-align: center;
}

.payment-products {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #eee;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  padding: 30px;
}

.payment-table {
  width: 100%;
  border-collapse: collapse;
}

.payment-table th,
.payment-table td {
  padding: 18px 12px;
  border-bottom: 1px solid #eee;
  color: #555;
  text-align: left;
}

.payment-table th {
  font-weight: 600;
  color: #777;
}

.payment-table img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
  vertical-align: middle;
  margin-right: 16px;
}

.payment-product-name {
  color: #111;
  font-weight: 700;
}

.address-card {
  background: #fafafa;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 22px;
  color: #666;
  line-height: 1.7;
}

.address-card strong {
  color: #111;
  font-size: 1.15rem;
}

.edit-link {
  color: #b80000;
  font-size: 0.9rem;
}

.continue-shopping {
  margin-top: 22px;
}

/* MODERN DESCRIPTION / REVIEWS */
.detail-tabs {
  max-width: 1220px;
  margin: 0 auto 80px !important;
  border: none !important;
  background: transparent !important;
}

.tab-head {
  background: #fff;
  border: 1px solid #eee !important;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.tab-head button {
  padding: 18px 26px !important;
  font-weight: 700 !important;
  color: #555;
}

.tab-head button.active {
  color: #111;
  border-bottom-color: #d4b15f !important;
}

.tab-panel {
  background: #fff;
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0 0 18px 18px;
  padding: 34px !important;
  box-shadow: 0 14px 35px rgba(0,0,0,0.06);
}

.product-info-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
}

.info-highlight {
  background: #fbf8ef;
  border-left: 4px solid #d4b15f;
  padding: 22px;
  border-radius: 14px;
}

.info-list {
  display: grid;
  gap: 12px;
}

.info-list div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-list i {
  color: #d4b15f;
}

.review-modern {
  display: grid;
  gap: 18px;
}

.review-box-modern {
  border: 1px solid #eee;
  background: #fafafa;
  border-radius: 16px;
  padding: 22px;
}

.review-stars {
  color: #d4b15f;
  margin-bottom: 8px;
}

@media(max-width: 1000px) {
  .checkout-modern,
  .payment-modern {
    grid-template-columns: 1fr;
  }
  .order-panel,
  .payment-confirm-panel {
    position: static;
  }
  .product-info-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 650px) {
  .form-2col {
    grid-template-columns: 1fr;
  }
  .payment-table,
  .payment-table thead,
  .payment-table tbody,
  .payment-table th,
  .payment-table td,
  .payment-table tr {
    display: block;
    width: 100%;
  }
  .payment-table thead {
    display: none;
  }
  .payment-table td {
    padding: 12px 0;
  }
}

/* FINAL PRODUCT + SHOP FIXES */
.green-cart-btn {
  background: linear-gradient(135deg, #d4b15f, #b89543) !important;
  border: none !important;
  color: #fff !important;
  padding: 15px 82px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 24px rgba(212,177,95,0.32);
  transition: 0.3s ease;
}

.green-cart-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(212,177,95,0.45);
}

.product-info-grid {
  grid-template-columns: 1fr !important;
}

.shop-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.product-card {
  border-radius: 12px !important;
}

.product-card img {
  height: 230px !important;
}

.product-card-body {
  padding: 14px !important;
}

.product-card-body h3 {
  font-size: 0.98rem;
}

.product-card-body p {
  font-size: 0.82rem !important;
  min-height: 38px !important;
}

.product-card-footer {
  margin-top: 10px !important;
}

.product-price {
  font-size: 0.95rem !important;
}

.product-card .small-btn {
  padding: 8px 14px !important;
  font-size: 0.8rem !important;
}

.product-card.hide-product {
  display: none !important;
}

@media(max-width: 1000px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media(max-width: 600px) {
  .product-card img {
    height: 135px !important;
  }
}


/* =========================
   ElegantPix Modern Refresh
   ========================= */
:root{
  --gold:#d4b15f;
  --gold-dark:#b89543;
  --dark:#151515;
  --muted:#6f6f6f;
  --soft:#f8f6f1;
  --line:#ececec;
  --danger:#c62020;
  --radius:18px;
  --shadow:0 18px 45px rgba(0,0,0,.08);
}

html{scroll-behavior:smooth;}
body{
  background:linear-gradient(180deg,#fbfaf6 0%,#f8f7f2 100%);
  color:#222;
}

header{
  background:rgba(16,16,16,.86)!important;
  backdrop-filter:blur(14px);
}

nav{
  padding:14px 5%!important;
}

.logo{
  letter-spacing:-.5px;
}

.menu a{
  position:relative;
  font-size:.86rem!important;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:var(--gold);
  transition:.25s ease;
}

.menu a:hover::after,
.menu a.active::after{width:100%;}

.nav-right a,
.nav-right i{
  color:#fff;
}

.page-hero,
.auth-section{
  position:relative;
}

.page-hero::after,
.auth-section::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 20% 10%,rgba(212,177,95,.22),transparent 28%);
}

.modern-wrap{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.modern-breadcrumb,
.clean-breadcrumb,
.auth-breadcrumb,
.breadcrumb{
  width:90%!important;
  max-width:1220px!important;
  margin:104px auto 24px!important;
  color:#858585!important;
  font-size:.92rem!important;
}

.modern-breadcrumb a,
.clean-breadcrumb a,
.auth-breadcrumb a,
.breadcrumb a{color:#858585!important;}

.modern-breadcrumb span,
.clean-breadcrumb span,
.auth-breadcrumb span,
.breadcrumb span{color:#222!important;font-weight:700;}

.theme-card,
.product-card,
.checkout-panel,
.order-panel,
.payment-products,
.payment-confirm-panel,
.auth-card,
.cart-modern-panel{
  border:1px solid rgba(0,0,0,.06)!important;
  box-shadow:var(--shadow)!important;
}

/* Shop */
.shop-toolbar{
  width:90%;
  max-width:1220px;
  margin:0 auto 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.shop-search{
  position:relative;
  flex:1;
  min-width:260px;
  max-width:420px;
}

.shop-search i{
  position:absolute;
  left:15px;
  top:50%;
  transform:translateY(-50%);
  color:var(--gold);
}

.shop-search input{
  width:100%;
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:13px 16px 13px 43px;
  outline:none;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}

.shop-filter{
  margin-bottom:0!important;
}

.shop-filter button{
  border:1px solid var(--line)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.05)!important;
}

.shop-grid{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.product-card{
  overflow:hidden;
  background:#fff;
  position:relative;
}

.product-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,var(--gold),#eee);
  opacity:0;
  transition:.25s ease;
}

.product-card:hover::before{opacity:1;}

.product-card:hover{
  transform:translateY(-8px)!important;
}

.product-card img{
  transition:.45s ease;
}

.product-card:hover img{
  transform:scale(1.05);
}

.product-card-body h3{
  color:#171717;
}

.small-btn,
.btn.btn-primary{
  border-radius:999px!important;
  box-shadow:0 8px 18px rgba(212,177,95,.22);
}

/* Product View */
.product-large-image{
  border-radius:20px!important;
  box-shadow:var(--shadow);
}

.product-thumbs-vertical{
  border-radius:16px;
  box-shadow:0 12px 26px rgba(0,0,0,.05);
}

.product-thumbs-vertical img{
  border-radius:12px;
}

.product-right-info{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px!important;
  box-shadow:var(--shadow);
}

.product-right-info h1{
  font-family:'Playfair Display',serif!important;
  font-size:2.4rem!important;
  text-transform:none!important;
}

.price-line{
  font-weight:700;
}

.product-select{
  border-radius:12px!important;
  background:#fafafa;
}

.reference-qty{
  border-radius:999px!important;
  overflow:hidden;
}

.reference-qty button:hover{
  background:var(--gold);
  color:#fff;
}

.upload-card{
  box-shadow:0 10px 28px rgba(212,177,95,.14);
}

.green-cart-btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.detail-tabs{
  width:90%;
}

/* Cart */
.cart-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 80px;
  display:grid;
  grid-template-columns:1fr 360px;
  gap:30px;
  align-items:start;
}

.cart-modern-panel{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
}

.cart-modern-title{
  padding:24px 26px;
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.cart-modern-title h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
}

.cart-item{
  transition:.25s ease;
}

.cart-item:hover{
  background:#fbf8ef;
}

.cart-remove{
  border:none;
  background:#fff0f0;
  color:var(--danger);
  border-radius:999px;
  padding:8px 12px;
  cursor:pointer;
}

.empty-cart{
  padding:36px;
  text-align:center;
  color:var(--muted);
  display:none;
}

/* Forms */
.field input,
.field select,
.field textarea,
.input-icon input,
.input-icon select{
  border-radius:14px!important;
}

/* Checkout / Payment */
.checkout-modern,
.payment-modern{
  margin-bottom:90px!important;
}

.order-panel,
.payment-confirm-panel{
  border-radius:22px!important;
}

.payment-table img{
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

.progress-steps{
  width:90%;
  max-width:1220px;
  margin:0 auto 28px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.progress-step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:12px 16px;
  text-align:center;
  color:#777;
  font-weight:600;
}

.progress-step.active{
  background:var(--dark);
  color:#fff;
}

.progress-step.done{
  background:#fbf8ef;
  color:#222;
  border-color:rgba(212,177,95,.45);
}

/* Login */
.auth-card{
  backdrop-filter:blur(12px);
}

.auth-tab.active{
  background:linear-gradient(135deg,#222,#444)!important;
}

.auth-submit{
  background:linear-gradient(135deg,var(--gold),var(--gold-dark))!important;
}

/* Contact */
.contact-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 90px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:30px;
}

.contact-info,
.contact-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px;
  box-shadow:var(--shadow);
}

.contact-info h2,
.contact-form h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
  margin-bottom:16px;
}

.contact-line{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin:18px 0;
  color:#555;
}

.contact-line i{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fbf8ef;
  color:var(--gold);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
}

.contact-social{
  display:flex;
  gap:10px;
  margin-top:22px;
}

.contact-social a{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#111;
  color:#fff;
}

/* Toast */
.toast{
  position:fixed;
  right:22px;
  bottom:22px;
  background:#111;
  color:#fff;
  padding:14px 18px;
  border-radius:14px;
  box-shadow:0 14px 35px rgba(0,0,0,.22);
  z-index:9999;
  transform:translateY(120px);
  opacity:0;
  transition:.3s ease;
}

.toast.show{
  transform:translateY(0);
  opacity:1;
}

@media(max-width:1000px){
  .cart-modern,
  .contact-modern{
    grid-template-columns:1fr;
  }
  .progress-steps{
    grid-template-columns:1fr;
  }
}

@media(max-width:650px){
  .shop-toolbar{
    align-items:stretch;
  }
  .shop-search{
    max-width:none;
  }
  .cart-modern-title{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
}


/* ElegantPix Logo Color Styling */
.logo,
.footer-logo {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
}

.logo .logo-gold,
.footer-logo .logo-gold {
  color: #d4b15f !important;
}

.logo .logo-white,
.footer-logo .logo-white {
  color: #ffffff !important;
}


/* ABOUT + UPLOAD + RECOMMENDED SLIDER */
.modern-page-hero{width:90%;max-width:1220px;margin:105px auto 38px;background:linear-gradient(135deg,rgba(18,18,18,.92),rgba(18,18,18,.68)),url('https://images.unsplash.com/photo-1516035069371-29a1b244cc32?q=80&w=1800&auto=format&fit=crop');background-size:cover;background-position:center;border-radius:30px;padding:58px 42px;color:#fff;box-shadow:0 24px 65px rgba(0,0,0,.16)}
.modern-page-hero h1{font-family:'Playfair Display',montserrat;font-size:clamp(2.4rem,5vw,4.4rem);margin-bottom:12px}.modern-page-hero p{color:#e8e8e8;max-width:760px;line-height:1.8}
.upload-card{max-width:590px!important;margin:0 auto 28px!important;border:1px solid rgba(212,177,95,.35)!important;background:linear-gradient(180deg,#fffdf8,#fbf8ef)!important;border-radius:22px!important;padding:20px!important;text-align:left!important;box-shadow:0 16px 38px rgba(212,177,95,.16)!important}
.upload-drop-zone{border:2px dashed #d4b15f;border-radius:18px;padding:22px;text-align:center;background:rgba(255,255,255,.72);cursor:pointer;transition:.25s ease}.upload-drop-zone.dragover,.upload-drop-zone:hover{background:#fff6df;transform:translateY(-2px)}
.upload-drop-zone i{width:58px;height:58px;border-radius:18px;background:#151515;color:#d4b15f!important;display:inline-flex;align-items:center;justify-content:center;margin-bottom:0px!important;font-size:1.6rem!important}.upload-drop-zone h4{margin-bottom:6px;font-size:1.05rem}.upload-drop-zone p{color:#777;margin-bottom:14px}
.upload-label{display:inline-flex!important;align-items:center;gap:8px;background:linear-gradient(135deg,#d4b15f,#b89543)!important;color:#fff!important;border-radius:999px!important;padding:11px 22px!important;font-weight:800!important;cursor:pointer;box-shadow:0 9px 22px rgba(212,177,95,.28)}
.upload-preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.upload-preview-item{position:relative;height:76px;border-radius:12px;overflow:hidden;background:#eee;border:1px solid #e2e2e2}.upload-preview-item img{width:100%;height:100%;object-fit:cover}.upload-preview-item button{position:absolute;top:5px;right:5px;border:none;background:rgba(0,0,0,.65);color:#fff;width:22px;height:22px;border-radius:50%;cursor:pointer}.upload-helper{margin-top:12px;color:#777;font-size:.86rem;text-align:center}
.recommended-section{width:90%;max-width:1220px;margin:0 auto 90px}.recommended-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.recommended-head h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem)}.slider-controls{display:flex;gap:10px}.slider-controls button{width:44px;height:44px;border:none;border-radius:50%;background:#151515;color:#fff;cursor:pointer}.slider-controls button:hover{background:#d4b15f}
.recommended-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - 14px);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 18px}.recommended-card{scroll-snap-align:start;background:#fff;border:1px solid #ececec;border-radius:20px;overflow:hidden;box-shadow:0 14px 36px rgba(0,0,0,.07);text-decoration:none;color:inherit}.recommended-card img{width:100%;height:165px;object-fit:cover}.recommended-card div{padding:16px}.recommended-card h3{font-size:1rem;margin-bottom:6px}.recommended-card p{color:#777;font-size:.86rem;margin-bottom:12px}.recommended-card strong{color:#d4b15f}
.about-story{width:90%;max-width:1220px;margin:0 auto 70px;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.about-story-card{background:#fff;border:1px solid #ececec;border-radius:26px;padding:36px;box-shadow:0 18px 45px rgba(0,0,0,.08)}.about-story-card h2,.about-values h2,.about-process h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem);margin-bottom:16px}.about-story-card p{color:#666;line-height:1.85}.about-image-grid{display:grid;grid-template-columns:1fr .82fr;gap:14px}.about-image-grid img{width:100%;object-fit:cover;border-radius:24px;box-shadow:0 14px 38px rgba(0,0,0,.12)}.about-image-grid img:first-child{height:420px}.about-image-grid img:last-child{height:320px;margin-top:60px}
.about-values,.about-process{width:90%;max-width:1220px;margin:0 auto 80px;text-align:center}.values-grid,.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.value-card,.process-card{background:#fff;border:1px solid #ececec;border-radius:22px;padding:26px 20px;box-shadow:0 16px 40px rgba(0,0,0,.07)}.value-card i,.process-card i{width:52px;height:52px;border-radius:18px;background:#fbf8ef;color:#d4b15f;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:14px}.value-card p,.process-card p{color:#777;line-height:1.6;font-size:.92rem}
.about-cta{width:90%;max-width:1220px;margin:0 auto 90px;background:linear-gradient(135deg,#151515,#303030);border-radius:28px;padding:42px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 22px 55px rgba(0,0,0,.18)}.about-cta h2{font-family:'Playfair Display',montserrat;font-size:2.4rem}.about-cta p{color:#ddd;margin-top:8px}
@media(max-width:1000px){.recommended-slider{grid-auto-columns:calc(50% - 10px)}.about-story,.values-grid,.process-grid{grid-template-columns:1fr 1fr}.about-cta{flex-direction:column;align-items:flex-start}}
@media(max-width:650px){.modern-page-hero{padding:36px 24px}.upload-preview-grid{grid-template-columns:repeat(2,1fr)}.recommended-slider{grid-auto-columns:82%}.recommended-head{align-items:flex-start;flex-direction:column}.about-story,.values-grid,.process-grid{grid-template-columns:1fr}.about-image-grid{grid-template-columns:1fr}.about-image-grid img:first-child,.about-image-grid img:last-child{height:280px;margin-top:0}}



.search-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #151515;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.25s ease;
  z-index: 20;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.search-popup-close:hover {
  background: #d4b15f;
  transform: rotate(90deg);
}

.search-popup-content,
.search-modal-content,
.search-overlay-content {
  position: relative;
}


/* SEARCH POPUP CLOSE FIX - ALL PAGES */
.search-popup {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.82) !important;
  z-index: 9999 !important;
}

.search-popup .search-box {
  position: relative !important;
}

.search-popup-close,
.close-search {
  position: absolute !important;
  top: -58px !important;
  right: 0 !important;
  width: 46px !important;
  height: 46px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #d4b15f !important;
  color: #fff !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.2rem !important;
  z-index: 10001 !important;
  box-shadow: 0 10px 26px rgba(0,0,0,0.28) !important;
  transition: 0.25s ease !important;
}

.search-popup-close:hover,
.close-search:hover {
  background: #b89543 !important;
  transform: rotate(90deg) !important;
}

@media(max-width: 600px) {
  .search-popup-close,
  .close-search {
    top: -62px !important;
    right: 5px !important;
  }
}


/* SEARCH POPUP TOP OFFSET */
.search-popup,
.search-modal,
.search-overlay {
  padding-top: 100px !important;
  align-items: flex-start !important;
}

.search-popup .search-box,
.search-modal .search-box,
.search-overlay .search-box {
  margin-top: 0 !important;
}

:root{
      --gold:#c7a64f;
      --gold-dark:#a98735;
      --charcoal:#1d1d1b;
      --cream:#f8f6ee;
      --sage:#d8d8c6;
      --white:#fff;
      --text:#222;
      --muted:#777;
      --shadow:0 14px 35px rgba(0,0,0,.10);
    }

    *{margin:0;padding:0;box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{font-family:'Poppins',sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}
    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}
    .container{width:min(90%,1180px);margin:auto}

    header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(29,29,27,.84);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.10)}
    nav{display:flex;align-items:center;justify-content:space-between;padding:14px 5%}
    .logo{font-size:1.85rem;font-weight:700;font-family:'Playfair Display',montserrat;color:var(--gold);letter-spacing:.2px}
    .menu{display:flex;gap:24px;align-items:center}
    .menu a{color:#fff;font-size:.86rem;font-weight:500;transition:.25s}
    .menu a:hover{color:var(--gold)}
    .nav-right{display:flex;align-items:center;gap:17px;color:#fff}
    .nav-right i{cursor:pointer;transition:.25s;font-size:1rem}
    .nav-right i:hover{color:var(--gold)}
    .cart-icon{position:relative}
    .cart-count{position:absolute;top:-10px;right:-10px;width:18px;height:18px;border-radius:50%;background:var(--gold);color:#fff;font-size:.65rem;display:flex;align-items:center;justify-content:center;font-weight:700}
    .mobile-toggle{display:none;color:#fff;font-size:1.45rem;cursor:pointer}
    .mobile-menu{position:absolute;top:100%;left:0;width:100%;background:rgba(29,29,27,.98);display:none;flex-direction:column;padding:18px 5%;gap:14px}
    .mobile-menu a{color:#fff;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:11px}
    .mobile-menu.active{display:flex}

    .search-popup{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:3000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s;padding:20px}
    .search-popup.active{opacity:1;visibility:visible}
    .search-box{width:100%;max-width:660px;background:#fff;border-radius:14px;padding:18px;position:relative;box-shadow:var(--shadow)}
    .search-box input{width:100%;border:0;outline:0;font-size:1.05rem;padding:15px 48px 15px 15px;border-radius:10px;background:#f4f4f4}
    .search-box button{position:absolute;top:50%;right:34px;transform:translateY(-50%);border:0;background:transparent;font-size:1.05rem;cursor:pointer;color:#666}
    .close-search{position:absolute;top:-52px;right:0;color:#fff;font-size:1.7rem;cursor:pointer;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center}

    
    .slides,.slide{width:100%;height:100%}
    .slide{position:absolute;top:0;left:0;opacity:0;transition:opacity 1s ease-in-out;background-size:cover;background-position:center;display:flex;align-items:center}
    .slide.active{opacity:1;z-index:1}
    .overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.38),rgba(0,0,0,.16))}
    .hero-content{position:relative;z-index:2;color:#fff;width:min(90%,620px);margin-left:8%;padding-top:55px}
    .eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--gold);font-size:1.15rem;margin-bottom:10px;font-family:'Playfair Display',serif}
    .eyebrow i{font-size:1rem}
    .hero-content h1{font-size:clamp(2.9rem,5vw,4.55rem);line-height:1.02;margin-bottom:18px;font-family:'Playfair Display',montserrat;max-width:610px}
    .hero-content p{font-size:1.02rem;line-height:1.75;margin-bottom:28px;max-width:560px;color:#f1f1f1}
    .buttons{display:flex;gap:13px;flex-wrap:wrap}
    .btn{padding:13px 24px;border-radius:4px;font-weight:700;transition:.25s;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:.85rem;text-transform:uppercase;letter-spacing:.3px}
    .btn-primary{background:var(--gold);color:#fff}
    .btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px)}
    .btn-secondary{border:2px solid #fff;color:#fff;background:rgba(255,255,255,.04)}
    .btn-secondary:hover{background:#fff;color:#111}
    .hero-trust{display:flex;align-items:center;gap:16px;margin-top:22px;flex-wrap:wrap;font-size:.84rem;color:#000;}
    .stars{color:var(--gold);letter-spacing:2px}
    .slider-dots{position:absolute;bottom:27px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:5}
    .dot{width:34px;height:4px;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer;transition:.25s}
    .dot.active{background:var(--gold);width:48px}

    .features{background:var(--charcoal);color:#fff;padding:24px 5%;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
    .feature-box{display:flex;align-items:flex-start;gap:13px;border-right:1px solid rgba(255,255,255,.08);padding-right:15px}
    .feature-box:last-child{border-right:0}
    .feature-icon{width:42px;height:42px;min-width:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(199,166,79,.45);color:var(--gold);font-size:1.05rem;background:rgba(199,166,79,.08)}
    .feature-box h3{font-size:.95rem;margin-bottom:4px;color:#fff}
    .feature-box p{color:#cfcfcf;font-size:.78rem;line-height:1.55}

    /* Smaller, cleaner product section */
    .products{padding:56px 5% 46px;text-align:center;background:#fffdf8}
    .mini-title{font-size:.74rem;font-weight:700;color:var(--gold);letter-spacing:1.4px;text-transform:uppercase;margin-bottom:8px}
    .section-title{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,3vw,2.7rem);line-height:1.1;margin-bottom:10px}
    .section-sub{color:var(--muted);margin-bottom:30px;font-size:.92rem}
    .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1040px;margin:0 auto}
    .card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.07);transition:.25s;border:1px solid rgba(0,0,0,.05)}
    .card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
    .card-img{height:165px;position:relative;overflow:hidden}
    .card-img img{width:100%;height:100%;object-fit:contain;transition:.35s}
    .card:hover .card-img img{transform:scale(1.05)}
    .product-badge{position:absolute;top:10px;left:10px;background:rgba(29,29,27,.88);color:#fff;font-size:.68rem;padding:5px 9px;border-radius:999px;display:flex;align-items:center;gap:6px}
    .card-content{padding:17px 15px 18px}
    .product-icon{width:42px;height:42px;margin:-38px auto 12px;border-radius:50%;background:#fff;color:var(--gold);display:flex;align-items:center;justify-content:center;box-shadow:0 5px 16px rgba(0,0,0,.12);position:relative;z-index:2;font-size:1.05rem}
    .card-content h3{margin-bottom:5px;font-size:1.02rem;font-family:'Playfair Display',serif}
    .price{color:var(--gold);font-weight:700;margin-bottom:14px;display:block;font-size:.86rem}
    .card .btn{padding:9px 16px;font-size:.72rem;width:auto}
    .more-products{margin-top:24px;display:inline-flex;align-items:center;gap:9px;color:#222;font-weight:700;font-size:.85rem}
    .more-products i{color:var(--gold)}

    .steps{padding:56px 5%;background:#f1ede3;text-align:center}
    .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
    .step{background:#fff;padding:28px 24px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055)}
    .step-number{width:62px;height:62px;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:auto auto 17px;font-size:1.35rem;font-weight:700}
    .step-number i{font-size:1.3rem}
    .step h3{font-size:1.05rem;margin-bottom:7px}
    .step p{font-size:.87rem;color:#666;line-height:1.65}

    .testimonials{padding:62px 5%;text-align:center;background:#eef0df}
    .testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px;max-width:1050px;margin-left:auto;margin-right:auto}
    .testimonial{background:#fff;padding:26px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055);text-align:left}
    .testimonial .stars{font-size:.8rem;margin-bottom:11px}
    .testimonial p{line-height:1.7;color:#555;margin-bottom:14px;font-size:.9rem}
    .testimonial h4{color:var(--gold);font-size:.9rem}

    .icon-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:30px 5%;background:#fff;color:#222;text-align:center}
    .icon-strip div{display:flex;align-items:center;justify-content:center;gap:10px;font-size:.86rem;font-weight:600;color:#555}
    .icon-strip i{color:var(--gold);font-size:1.25rem}

    footer{background:#111;color:#fff;padding:48px 5% 24px}
    .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px;margin-bottom:32px}
    footer h3{color:var(--gold);margin-bottom:15px;font-family:'Playfair Display',serif}
    footer p,footer a{color:#ccc;line-height:2;font-size:.9rem;display:block}
    .whatsapp{display:inline-flex;align-items:center;gap:9px;margin-top:10px;color:#25d366;font-weight:700}
    .copyright{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;color:#888;font-size:.85rem}

    @media(max-width:1000px){
      .menu{display:none}.mobile-toggle{display:block}
      .hero{height:640px}.features,.product-grid{grid-template-columns:repeat(2,1fr)}
      .feature-box{border-right:0}.steps-grid,.testimonial-grid,.footer-grid{grid-template-columns:1fr 1fr}.icon-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:650px){
      nav{padding:13px 5%}.logo{font-size:1.55rem}
      .hero{height:620px;min-height:620px}.hero-content{margin-left:5%;padding-top:180px}.hero-content h1{font-size:30px}.hero-content p{font-size:.95rem}
      .buttons{flex-direction:column;align-items:flex-start}.btn{width:100%}
      .features,.product-grid,.steps-grid,.testimonial-grid,.footer-grid,.icon-strip{grid-template-columns:1fr}
      .products{padding-top:44px}.card-img{height:180px}.section-sub{margin-bottom:22px}
      .search-box{padding:16px}.close-search{right:8px}
    }
  

/* EXTRA PAGE STYLES */
.page-hero {
  min-height: 330px;
  padding: 135px 5% 70px;
  background:
    linear-gradient(rgba(0,0,0,0.62), rgba(0,0,0,0.62)),
    url('https://images.unsplash.com/photo-1519741497674-611481863552?q=80&w=1920&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  margin-bottom: 12px;
}

.page-hero p {
  color: #eee;
  max-width: 700px;
  margin: auto;
}

.page-section {
  padding: 70px 5%;
}

.theme-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  overflow: hidden;
}

.small-btn {
  padding: 11px 20px;
  font-size: 0.9rem;
  border-radius: 6px;
}

.icon-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f1ede3;
  color: #2f3131;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 0.9rem;
  margin: 5px;
}

.icon-pill i {
  color: #d4b15f;
}

.shop-filter {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}

.shop-filter button {
  border: none;
  background: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 5px 18px rgba(0,0,0,0.06);
  font-weight: 600;
}

.shop-filter button.active,
.shop-filter button:hover {
  background: #d4b15f;
  color: #fff;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 9px 28px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

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

.product-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.product-card-body {
  padding: 18px;
  text-align: left;
}

.product-card-body h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.product-card-body p {
  color: #777;
  font-size: 0.9rem;
  min-height: 42px;
}

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.product-price {
  color: #d4b15f;
  font-weight: 700;
  font-size: 1.05rem;
}

.cart-layout,
.checkout-layout,
.product-detail-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 30px;
  align-items: start;
}

.cart-item {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border-bottom: 1px solid #eee;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item img {
  width: 120px;
  height: 95px;
  object-fit: cover;
  border-radius: 12px;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.qty-control button {
  width: 38px;
  height: 36px;
  border: none;
  background: #f7f7f7;
  cursor: pointer;
  font-size: 1rem;
}

.qty-control input {
  width: 48px;
  text-align: center;
  border: none;
  outline: none;
  font-weight: 600;
}

.summary-box {
  padding: 28px;
  position: sticky;
  top: 100px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin: 14px 0;
  color: #555;
}

.summary-total {
  border-top: 1px solid #eee;
  padding-top: 18px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-group {
  text-align: left;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  color: #333;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  font-family: inherit;
  outline: none;
}

.form-group textarea {
  min-height: 110px;
  resize: vertical;
}

.checkout-box {
  padding: 28px;
}

.product-gallery {
  padding: 18px;
}

.main-product-image {
  position: relative;
  height: 470px;
  overflow: hidden;
  border-radius: 16px;
  background: #eee;
}

.product-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.4s ease;
}

.product-slide.active {
  opacity: 1;
}

.product-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0,0,0,0.45);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}

.product-arrow.prev {
  left: 14px;
}

.product-arrow.next {
  right: 14px;
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.thumb-row img {
  height: 82px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  border: 3px solid transparent;
}

.thumb-row img.active {
  border-color: #d4b15f;
}

.product-info-box {
  padding: 34px;
}

.product-info-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.rating {
  color: #d4b15f;
  margin: 10px 0 18px;
}

.product-description {
  color: #666;
  line-height: 1.8;
  margin: 18px 0;
}

.info-tabs {
  margin-top: 35px;
}

.info-tabs h3 {
  margin: 25px 0 10px;
  color: #222;
}

.review-card {
  background: #fff;
  padding: 22px;
  border-radius: 14px;
  margin-top: 16px;
  box-shadow: 0 5px 22px rgba(0,0,0,0.06);
}

@media(max-width: 1000px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cart-layout,
  .checkout-layout,
  .product-detail-layout {
    grid-template-columns: 1fr;
  }

  .summary-box {
    position: static;
  }
}

@media(max-width: 600px) {
  .page-section {
    padding: 45px 5%;
  }

  .shop-grid {
    gap: 16px;
  }

  .product-card img {
    height: 160px;
  }

  .cart-item {
    grid-template-columns: 90px 1fr;
  }

  .cart-item img {
    width: 90px;
    height: 78px;
  }

  .cart-price-box {
    grid-column: 1 / -1;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .main-product-image {
    height: 330px;
  }

  .product-info-box h2 {
    font-size: 2rem;
  }
}

/* PRODUCT VIEW LIKE REFERENCE IMAGE */
.breadcrumb {
  width: 90%;
  max-width: 1220px;
  margin: 105px auto 18px;
  color: #777;
  font-size: 0.95rem;
}
.breadcrumb a { color: #777; }
.breadcrumb span { color: #222; font-weight: 600; }

.product-view-section {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto 60px;
}

.product-view-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: start;
}

.product-left-gallery {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
}

.product-thumbs-vertical {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 600px;
  overflow-y: auto;
  border: 1px solid #eee;
  padding: 10px;
  background: #fff;
}

.product-thumbs-vertical img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.product-thumbs-vertical img.active {
  border-color: #d4b15f;
}

.product-large-image {
  position: relative;
  height: 585px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}

.product-large-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.35s ease;
}

.product-large-slide.active {
  opacity: 1;
}

.product-large-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.expand-icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  z-index: 5;
  border: 1px solid #e5e5e5;
}

.product-right-info {
  text-align: center;
  padding: 0 12px;
}

.product-right-info h1 {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.price-line {
  color: red;
  font-size: 1.45rem;
  margin-bottom: 25px;
}

.price-line .old-price {
  text-decoration: line-through;
  margin-right: 14px;
}

.short-desc {
  max-width: 610px;
  margin: 0 auto 24px;
  line-height: 1.75;
  color: #222;
}

.option-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product-select {
  width: 100%;
  max-width: 590px;
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 14px;
  color: #000;
  margin-bottom: 24px;
}

.inline-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.inline-qty label {
  color: #666;
}

.reference-qty {
  display: inline-flex;
  border: 1px solid #ddd;
  height: 42px;
}

.reference-qty button {
  width: 38px;
  border: none;
  background: #fff;
  cursor: pointer;
  color: #666;
}

.reference-qty input {
  width: 48px;
  border: none;
  text-align: center;
  outline: none;
}

.upload-row {
  margin-bottom: 28px;
  color: #666;
  font-size: 0.95rem;
}

.green-cart-btn {
  background: #06a906;
  color: #fff;
  border: 2px solid #067a06;
  padding: 13px 72px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}

.product-meta-line {
  border-top: 1px solid #eee;
  margin-top: 54px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #999;
  font-size: 0.9rem;
}

.product-meta-line strong {
  color: #555;
  font-weight: 500;
}

.share-icons {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: flex-end;
}

.share-icons i {
  font-size: 1.25rem;
}

.process-time {
  text-align: center;
  color: #777;
  margin: 35px 0;
}

.detail-tabs {
  max-width: 1220px;
  margin: 0 auto 70px;
  border: 1px solid #ddd;
  background: #fff;
}

.tab-head {
  display: flex;
  justify-content: center;
  gap: 45px;
  border-bottom: 1px solid #ddd;
}

.tab-head button {
  border: none;
  background: transparent;
  padding: 16px 0 10px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.tab-head button.active {
  border-bottom-color: #222;
}

.tab-panel {
  padding: 28px;
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-panel h3 {
  margin-bottom: 16px;
}

.tab-panel p {
  line-height: 1.8;
}

.reference-review {
  border-top: 1px solid #eee;
  padding-top: 16px;
  margin-top: 16px;
}

@media(max-width: 1000px) {
  .product-view-grid {
    grid-template-columns: 1fr;
  }
  .product-right-info {
    padding: 0;
  }
}

@media(max-width: 650px) {
  .breadcrumb {
    margin-top: 90px;
  }
  .product-left-gallery {
    grid-template-columns: 1fr;
  }
  .product-thumbs-vertical {
    order: 2;
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
  }
  .product-large-image {
    height: 390px;
  }
  .product-meta-line {
    flex-direction: column;
    text-align: center;
  }
  .share-icons {
    justify-content: center;
  }
  .green-cart-btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* FINAL PRODUCT + SHOP FIXES */
.green-cart-btn {
  background: linear-gradient(135deg, #d4b15f, #b89543) !important;
  border: none !important;
  color: #fff !important;
  padding: 15px 82px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 24px rgba(212,177,95,0.32);
  transition: 0.3s ease;
}

.green-cart-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(212,177,95,0.45);
}

.product-info-grid {
  grid-template-columns: 1fr !important;
}

.shop-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.product-card {
  border-radius: 12px !important;
}

.product-card img {
  height: 230px !important;
}

.product-card-body {
  padding: 14px !important;
}

.product-card-body h3 {
  font-size: 0.98rem;
}

.product-card-body p {
  font-size: 0.82rem !important;
  min-height: 38px !important;
}

.product-card-footer {
  margin-top: 10px !important;
}

.product-price {
  font-size: 0.95rem !important;
}

.product-card .small-btn {
  padding: 8px 14px !important;
  font-size: 0.8rem !important;
}

.product-card.hide-product {
  display: none !important;
}

@media(max-width: 1000px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media(max-width: 600px) {
  .product-card img {
    height: 135px !important;
  }
}


/* =========================
   ElegantPix Modern Refresh
   ========================= */
:root{
  --gold:#d4b15f;
  --gold-dark:#b89543;
  --dark:#151515;
  --muted:#6f6f6f;
  --soft:#f8f6f1;
  --line:#ececec;
  --danger:#c62020;
  --radius:18px;
  --shadow:0 18px 45px rgba(0,0,0,.08);
}

html{scroll-behavior:smooth;}
body{
  background:linear-gradient(180deg,#fbfaf6 0%,#f8f7f2 100%);
  color:#222;
}

header{
  background:rgba(16,16,16,.86)!important;
  backdrop-filter:blur(14px);
}

nav{
  padding:14px 5%!important;
}

.logo{
  letter-spacing:-.5px;
}

.menu a{
  position:relative;
  font-size:.86rem!important;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:var(--gold);
  transition:.25s ease;
}

.menu a:hover::after,
.menu a.active::after{width:100%;}

.nav-right a,
.nav-right i{
  color:#fff;
}

.page-hero,
.auth-section{
  position:relative;
}

.page-hero::after,
.auth-section::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 20% 10%,rgba(212,177,95,.22),transparent 28%);
}

.modern-wrap{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.modern-breadcrumb,
.clean-breadcrumb,
.auth-breadcrumb,
.breadcrumb{
  width:90%!important;
  max-width:1220px!important;
  margin:104px auto 24px!important;
  color:#858585!important;
  font-size:.92rem!important;
}

.modern-breadcrumb a,
.clean-breadcrumb a,
.auth-breadcrumb a,
.breadcrumb a{color:#858585!important;}

.modern-breadcrumb span,
.clean-breadcrumb span,
.auth-breadcrumb span,
.breadcrumb span{color:#222!important;font-weight:700;}

.theme-card,
.product-card,
.checkout-panel,
.order-panel,
.payment-products,
.payment-confirm-panel,
.auth-card,
.cart-modern-panel{
  border:1px solid rgba(0,0,0,.06)!important;
  box-shadow:var(--shadow)!important;
}

/* Shop */
.shop-toolbar{
  width:90%;
  max-width:1220px;
  margin:0 auto 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.shop-search{
  position:relative;
  flex:1;
  min-width:260px;
  max-width:420px;
}

.shop-search i{
  position:absolute;
  left:15px;
  top:50%;
  transform:translateY(-50%);
  color:var(--gold);
}

.shop-search input{
  width:100%;
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:13px 16px 13px 43px;
  outline:none;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}

.shop-filter{
  margin-bottom:0!important;
}

.shop-filter button{
  border:1px solid var(--line)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.05)!important;
}

.shop-grid{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.product-card{
  overflow:hidden;
  background:#fff;
  position:relative;
}

.product-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,var(--gold),#eee);
  opacity:0;
  transition:.25s ease;
}

.product-card:hover::before{opacity:1;}

.product-card:hover{
  transform:translateY(-8px)!important;
}

.product-card img{
  transition:.45s ease;
}

.product-card:hover img{
  transform:scale(1.05);
}

.product-card-body h3{
  color:#171717;
}

.small-btn,
.btn.btn-primary{
  border-radius:999px!important;
  box-shadow:0 8px 18px rgba(212,177,95,.22);
}

/* Product View */
.product-large-image{
  border-radius:20px!important;
  box-shadow:var(--shadow);
}

.product-thumbs-vertical{
  border-radius:16px;
  box-shadow:0 12px 26px rgba(0,0,0,.05);
}

.product-thumbs-vertical img{
  border-radius:12px;
}

.product-right-info{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px!important;
  box-shadow:var(--shadow);
}

.product-right-info h1{
  font-family:'Playfair Display',serif!important;
  font-size:2.4rem!important;
  text-transform:none!important;
}

.price-line{
  font-weight:700;
}

.product-select{
  border-radius:12px!important;
  background:#fafafa;
}

.reference-qty{
  border-radius:999px!important;
  overflow:hidden;
}

.reference-qty button:hover{
  background:var(--gold);
  color:#fff;
}

.upload-card{
  box-shadow:0 10px 28px rgba(212,177,95,.14);
}

.green-cart-btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.detail-tabs{
  width:90%;
}

/* Cart */
.cart-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 80px;
  display:grid;
  grid-template-columns:1fr 360px;
  gap:30px;
  align-items:start;
}

.cart-modern-panel{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
}

.cart-modern-title{
  padding:24px 26px;
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.cart-modern-title h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
}

.cart-item{
  transition:.25s ease;
}

.cart-item:hover{
  background:#fbf8ef;
}

.cart-remove{
  border:none;
  background:#fff0f0;
  color:var(--danger);
  border-radius:999px;
  padding:8px 12px;
  cursor:pointer;
}

.empty-cart{
  padding:36px;
  text-align:center;
  color:var(--muted);
  display:none;
}

/* Forms */
.field input,
.field select,
.field textarea,
.input-icon input,
.input-icon select{
  border-radius:14px!important;
}

/* Checkout / Payment */
.checkout-modern,
.payment-modern{
  margin-bottom:90px!important;
}

.order-panel,
.payment-confirm-panel{
  border-radius:22px!important;
}

.payment-table img{
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

.progress-steps{
  width:90%;
  max-width:1220px;
  margin:0 auto 28px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.progress-step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:12px 16px;
  text-align:center;
  color:#777;
  font-weight:600;
}

.progress-step.active{
  background:var(--dark);
  color:#fff;
}

.progress-step.done{
  background:#fbf8ef;
  color:#222;
  border-color:rgba(212,177,95,.45);
}

/* Login */
.auth-card{
  backdrop-filter:blur(12px);
}

.auth-tab.active{
  background:linear-gradient(135deg,#222,#444)!important;
}

.auth-submit{
  background:linear-gradient(135deg,var(--gold),var(--gold-dark))!important;
}

/* Contact */
.contact-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 90px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:30px;
}

.contact-info,
.contact-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px;
  box-shadow:var(--shadow);
}

.contact-info h2,
.contact-form h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
  margin-bottom:16px;
}

.contact-line{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin:18px 0;
  color:#555;
}

.contact-line i{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fbf8ef;
  color:var(--gold);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
}

.contact-social{
  display:flex;
  gap:10px;
  margin-top:22px;
}

.contact-social a{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#111;
  color:#fff;
}

/* Toast */
.toast{
  position:fixed;
  right:22px;
  bottom:22px;
  background:#111;
  color:#fff;
  padding:14px 18px;
  border-radius:14px;
  box-shadow:0 14px 35px rgba(0,0,0,.22);
  z-index:9999;
  transform:translateY(120px);
  opacity:0;
  transition:.3s ease;
}

.toast.show{
  transform:translateY(0);
  opacity:1;
}

@media(max-width:1000px){
  .cart-modern,
  .contact-modern{
    grid-template-columns:1fr;
  }
  .progress-steps{
    grid-template-columns:1fr;
  }
}

@media(max-width:650px){
  .shop-toolbar{
    align-items:stretch;
  }
  .shop-search{
    max-width:none;
  }
  .cart-modern-title{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
}


/* ElegantPix Logo Color Styling */
.logo,
.footer-logo {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
}

.logo .logo-gold,
.footer-logo .logo-gold {
  color: #d4b15f !important;
}

.logo .logo-white,
.footer-logo .logo-white {
  color: #ffffff !important;
}


/* CLIENT DASHBOARD */
.dashboard-page{width:90%;max-width:1250px;margin:105px auto 90px;}
.dashboard-hero{background:linear-gradient(135deg,rgba(21,21,21,.92),rgba(21,21,21,.74)),url('https://images.unsplash.com/photo-1516035069371-29a1b244cc32?q=80&w=1600&auto=format&fit=crop');background-size:cover;background-position:center;border-radius:28px;padding:42px;color:#fff;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;box-shadow:0 22px 55px rgba(0,0,0,.16);margin-bottom:28px;}
.dashboard-hero h1{font-family:'Playfair Display',montserrat;font-size:clamp(2.1rem,4vw,3.6rem);margin-bottom:8px;}
.dashboard-hero p{color:#ddd;}
.dashboard-user-badge{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);padding:18px;border-radius:22px;min-width:230px;backdrop-filter:blur(10px);}
.dashboard-user-badge strong{display:block;color:#d4b15f;margin-bottom:4px;}
.dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:28px;}
.stat-card{background:#fff;border:1px solid #ececec;border-radius:22px;padding:24px;box-shadow:0 16px 40px rgba(0,0,0,.07);}
.stat-card i{width:44px;height:44px;border-radius:14px;background:#fbf8ef;color:#d4b15f;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:1.1rem;}
.stat-card h3{font-size:1.8rem;margin-bottom:4px;}
.stat-card p{color:#777;font-size:.92rem;}
.dashboard-layout{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start;}
.dashboard-sidebar{background:#fff;border:1px solid #ececec;border-radius:24px;padding:16px;box-shadow:0 16px 40px rgba(0,0,0,.07);position:sticky;top:105px;}
.dashboard-tab{width:100%;border:none;background:transparent;padding:14px 16px;border-radius:14px;text-align:left;cursor:pointer;font-family:inherit;font-weight:700;color:#555;display:flex;align-items:center;gap:10px;transition:.25s ease;}
.dashboard-tab i{color:#d4b15f;}
.dashboard-tab.active,.dashboard-tab:hover{background:#151515;color:#fff;}
.dashboard-panel{display:none;background:#fff;border:1px solid #ececec;border-radius:24px;padding:28px;box-shadow:0 16px 40px rgba(0,0,0,.07);}
.dashboard-panel.active{display:block;}
.panel-heading{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:22px;}
.panel-heading h2{font-family:'Playfair Display',montserrat;font-size:2rem;}
.order-list{display:grid;gap:16px;}
.order-card{border:1px solid #eee;border-radius:18px;padding:18px;display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;background:#fafafa;}
.order-card h3{margin-bottom:6px;}
.order-meta{color:#777;font-size:.9rem;}
.order-status{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;font-size:.82rem;font-weight:800;}
.status-delivered{background:#eaf8ef;color:#13823b;}
.status-processing{background:#fff6dd;color:#9a6b00;}
.status-transit{background:#eaf2ff;color:#215bb6;}
.track-box{border:1px solid #eee;border-radius:20px;padding:22px;background:#fafafa;}
.track-search{display:flex;gap:12px;margin-bottom:26px;}
.track-search input{flex:1;border:1px solid #ddd;border-radius:999px;padding:14px 18px;outline:none;font-family:inherit;}
.track-search button,.save-profile-btn{border:none;background:linear-gradient(135deg,#d4b15f,#b89543);color:#fff;border-radius:999px;padding:14px 22px;font-weight:800;cursor:pointer;font-family:inherit;}
.timeline{display:grid;}
.timeline-step{display:grid;grid-template-columns:34px 1fr;gap:14px;position:relative;padding-bottom:22px;}
.timeline-step:before{content:"";position:absolute;left:16px;top:34px;bottom:0;width:2px;background:#e3e3e3;}
.timeline-step:last-child:before{display:none;}
.timeline-dot{width:34px;height:34px;border-radius:50%;background:#e6e6e6;color:#777;display:flex;align-items:center;justify-content:center;z-index:1;}
.timeline-step.done .timeline-dot{background:#d4b15f;color:#fff;}
.timeline-step h4{margin-bottom:4px;}
.timeline-step p{color:#777;font-size:.9rem;}
.profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}
.profile-field.full{grid-column:1/-1;}
.profile-field label{display:block;margin-bottom:8px;font-weight:700;color:#555;}
.profile-field input,.profile-field textarea{width:100%;border:1px solid #ddd;background:#fafafa;border-radius:14px;padding:14px;outline:none;font-family:inherit;}
.profile-field input:focus,.profile-field textarea:focus{background:#fff;border-color:#d4b15f;box-shadow:0 0 0 4px rgba(212,177,95,.15);}
.dashboard-note{background:#fbf8ef;border-left:4px solid #d4b15f;padding:18px;border-radius:16px;color:#555;margin-top:22px;}
@media(max-width:1000px){.dashboard-hero,.dashboard-layout{grid-template-columns:1fr}.dashboard-stats{grid-template-columns:repeat(2,1fr)}.dashboard-sidebar{position:static;display:grid;grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){.dashboard-page{width:92%}.dashboard-hero{padding:28px}.dashboard-stats,.profile-grid,.dashboard-sidebar{grid-template-columns:1fr}.order-card{grid-template-columns:1fr}.track-search{flex-direction:column}}


/* PRINTABLE INVOICE PAGE */
.invoice-page {
  width: 90%;
  max-width: 980px;
  margin: 110px auto 80px;
}

.invoice-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.invoice-btn {
  border: none;
  background: linear-gradient(135deg, #d4b15f, #b89543);
  color: #fff;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.invoice-btn.dark {
  background: #151515;
}

.invoice-sheet {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 42px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.invoice-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 28px;
  margin-bottom: 28px;
}

.invoice-logo {
  font-family: 'Playfair Display', serif;
  font-size: 2.1rem;
  font-weight: 700;
}

.invoice-logo .gold { color: #d4b15f; }
.invoice-logo .dark { color: #151515; }

.invoice-title {
  text-align: right;
}

.invoice-title h1 {
  font-size: 2.4rem;
  margin-bottom: 6px;
  letter-spacing: 1px;
}

.invoice-title p {
  color: #777;
}

.invoice-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 30px;
}

.invoice-box {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 20px;
}

.invoice-box h3 {
  margin-bottom: 12px;
  color: #222;
}

.invoice-box p {
  color: #666;
  line-height: 1.8;
}

.invoice-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
}

.invoice-table th {
  background: #151515;
  color: #fff;
  padding: 14px;
  text-align: left;
}

.invoice-table td {
  padding: 16px 14px;
  border-bottom: 1px solid #eee;
  color: #555;
}

.invoice-table th:last-child,
.invoice-table td:last-child {
  text-align: right;
}

.invoice-summary {
  max-width: 360px;
  margin-left: auto;
}

.invoice-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  color: #555;
  border-bottom: 1px solid #eee;
}

.invoice-row.total {
  color: #b80000;
  font-size: 1.25rem;
  font-weight: 800;
  border-bottom: none;
}

.invoice-note {
  margin-top: 32px;
  background: #fbf8ef;
  border-left: 4px solid #d4b15f;
  padding: 18px;
  border-radius: 14px;
  color: #555;
}

@media print {
  header,
  footer,
  .invoice-actions {
    display: none !important;
  }

  body {
    background: #fff !important;
  }

  .invoice-page {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .invoice-sheet {
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 20px !important;
  }
}

@media(max-width: 650px) {
  .invoice-sheet {
    padding: 24px;
  }

  .invoice-top,
  .invoice-meta {
    grid-template-columns: 1fr;
  }

  .invoice-title {
    text-align: left;
  }

  .invoice-table {
    font-size: 0.85rem;
  }
}


/* ABOUT + UPLOAD + RECOMMENDED SLIDER */
.modern-page-hero{width:90%;max-width:1220px;margin:105px auto 38px;background:linear-gradient(135deg,rgba(18,18,18,.92),rgba(18,18,18,.68)),url('https://images.unsplash.com/photo-1516035069371-29a1b244cc32?q=80&w=1800&auto=format&fit=crop');background-size:cover;background-position:center;border-radius:30px;padding:58px 42px;color:#fff;box-shadow:0 24px 65px rgba(0,0,0,.16)}
.modern-page-hero h1{font-family:'Playfair Display',montserrat;font-size:clamp(2.4rem,5vw,4.4rem);margin-bottom:12px}.modern-page-hero p{color:#e8e8e8;max-width:760px;line-height:1.8}
.upload-card{max-width:590px!important;margin:0 auto 28px!important;border:1px solid rgba(212,177,95,.35)!important;background:linear-gradient(180deg,#fffdf8,#fbf8ef)!important;border-radius:22px!important;padding:20px!important;text-align:left!important;box-shadow:0 16px 38px rgba(212,177,95,.16)!important}
.upload-drop-zone{border:2px dashed #d4b15f;border-radius:18px;padding:22px;text-align:center;background:rgba(255,255,255,.72);cursor:pointer;transition:.25s ease}.upload-drop-zone.dragover,.upload-drop-zone:hover{background:#fff6df;transform:translateY(-2px)}
.upload-drop-zone i{width:58px;height:58px;border-radius:18px;background:#151515;color:#d4b15f!important;display:inline-flex;align-items:center;justify-content:center;margin-bottom:0px!important;font-size:1.6rem!important}.upload-drop-zone h4{margin-bottom:6px;font-size:1.05rem}.upload-drop-zone p{color:#777;margin-bottom:14px}
.upload-label{display:inline-flex!important;align-items:center;gap:8px;background:linear-gradient(135deg,#d4b15f,#b89543)!important;color:#fff!important;border-radius:999px!important;padding:11px 22px!important;font-weight:800!important;cursor:pointer;box-shadow:0 9px 22px rgba(212,177,95,.28)}
.upload-preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.upload-preview-item{position:relative;height:76px;border-radius:12px;overflow:hidden;background:#eee;border:1px solid #e2e2e2}.upload-preview-item img{width:100%;height:100%;object-fit:cover}.upload-preview-item button{position:absolute;top:5px;right:5px;border:none;background:rgba(0,0,0,.65);color:#fff;width:22px;height:22px;border-radius:50%;cursor:pointer}.upload-helper{margin-top:12px;color:#777;font-size:.86rem;text-align:center}
.recommended-section{width:90%;max-width:1220px;margin:0 auto 90px}.recommended-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.recommended-head h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem)}.slider-controls{display:flex;gap:10px}.slider-controls button{width:44px;height:44px;border:none;border-radius:50%;background:#151515;color:#fff;cursor:pointer}.slider-controls button:hover{background:#d4b15f}
.recommended-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - 14px);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 18px}.recommended-card{scroll-snap-align:start;background:#fff;border:1px solid #ececec;border-radius:20px;overflow:hidden;box-shadow:0 14px 36px rgba(0,0,0,.07);text-decoration:none;color:inherit}.recommended-card img{width:100%;height:165px;object-fit:cover}.recommended-card div{padding:16px}.recommended-card h3{font-size:1rem;margin-bottom:6px}.recommended-card p{color:#777;font-size:.86rem;margin-bottom:12px}.recommended-card strong{color:#d4b15f}
.about-story{width:90%;max-width:1220px;margin:0 auto 70px;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.about-story-card{background:#fff;border:1px solid #ececec;border-radius:26px;padding:36px;box-shadow:0 18px 45px rgba(0,0,0,.08)}.about-story-card h2,.about-values h2,.about-process h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem);margin-bottom:16px}.about-story-card p{color:#666;line-height:1.85}.about-image-grid{display:grid;grid-template-columns:1fr .82fr;gap:14px}.about-image-grid img{width:100%;object-fit:cover;border-radius:24px;box-shadow:0 14px 38px rgba(0,0,0,.12)}.about-image-grid img:first-child{height:420px}.about-image-grid img:last-child{height:320px;margin-top:60px}
.about-values,.about-process{width:90%;max-width:1220px;margin:0 auto 80px;text-align:center}.values-grid,.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.value-card,.process-card{background:#fff;border:1px solid #ececec;border-radius:22px;padding:26px 20px;box-shadow:0 16px 40px rgba(0,0,0,.07)}.value-card i,.process-card i{width:52px;height:52px;border-radius:18px;background:#fbf8ef;color:#d4b15f;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:14px}.value-card p,.process-card p{color:#777;line-height:1.6;font-size:.92rem}
.about-cta{width:90%;max-width:1220px;margin:0 auto 90px;background:linear-gradient(135deg,#151515,#303030);border-radius:28px;padding:42px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 22px 55px rgba(0,0,0,.18)}.about-cta h2{font-family:'Playfair Display',montserrat;font-size:2.4rem}.about-cta p{color:#ddd;margin-top:8px}
@media(max-width:1000px){.recommended-slider{grid-auto-columns:calc(50% - 10px)}.about-story,.values-grid,.process-grid{grid-template-columns:1fr 1fr}.about-cta{flex-direction:column;align-items:flex-start}}
@media(max-width:650px){.modern-page-hero{padding:36px 24px}.upload-preview-grid{grid-template-columns:repeat(2,1fr)}.recommended-slider{grid-auto-columns:82%}.recommended-head{align-items:flex-start;flex-direction:column}.about-story,.values-grid,.process-grid{grid-template-columns:1fr}.about-image-grid{grid-template-columns:1fr}.about-image-grid img:first-child,.about-image-grid img:last-child{height:280px;margin-top:0}}



.search-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #151515;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.25s ease;
  z-index: 20;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.search-popup-close:hover {
  background: #d4b15f;
  transform: rotate(90deg);
}

.search-popup-content,
.search-modal-content,
.search-overlay-content {
  position: relative;
}


/* SEARCH POPUP CLOSE FIX - ALL PAGES */
.search-popup {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.82) !important;
  z-index: 9999 !important;
}

.search-popup .search-box {
  position: relative !important;
}

.search-popup-close,
.close-search {
  position: absolute !important;
  top: -58px !important;
  right: 0 !important;
  width: 46px !important;
  height: 46px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #d4b15f !important;
  color: #fff !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.2rem !important;
  z-index: 10001 !important;
  box-shadow: 0 10px 26px rgba(0,0,0,0.28) !important;
  transition: 0.25s ease !important;
}

.search-popup-close:hover,
.close-search:hover {
  background: #b89543 !important;
  transform: rotate(90deg) !important;
}

@media(max-width: 600px) {
  .search-popup-close,
  .close-search {
    top: -62px !important;
    right: 5px !important;
  }
}


/* SEARCH POPUP TOP OFFSET */
.search-popup,
.search-modal,
.search-overlay {
  padding-top: 100px !important;
  align-items: flex-start !important;
}

.search-popup .search-box,
.search-modal .search-box,
.search-overlay .search-box {
  margin-top: 0 !important;
}

:root{
      --gold:#c7a64f;
      --gold-dark:#a98735;
      --charcoal:#1d1d1b;
      --cream:#f8f6ee;
      --sage:#d8d8c6;
      --white:#fff;
      --text:#222;
      --muted:#777;
      --shadow:0 14px 35px rgba(0,0,0,.10);
    }

    *{margin:0;padding:0;box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{font-family:'Poppins',sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}
    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}
    .container{width:min(90%,1180px);margin:auto}

    header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(29,29,27,.84);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.10)}
    nav{display:flex;align-items:center;justify-content:space-between;padding:14px 5%}
    .logo{font-size:1.85rem;font-weight:700;font-family:'Playfair Display',montserrat;color:var(--gold);letter-spacing:.2px}
    .menu{display:flex;gap:24px;align-items:center}
    .menu a{color:#fff;font-size:.86rem;font-weight:500;transition:.25s}
    .menu a:hover{color:var(--gold)}
    .nav-right{display:flex;align-items:center;gap:17px;color:#fff}
    .nav-right i{cursor:pointer;transition:.25s;font-size:1rem}
    .nav-right i:hover{color:var(--gold)}
    .cart-icon{position:relative}
    .cart-count{position:absolute;top:-10px;right:-10px;width:18px;height:18px;border-radius:50%;background:var(--gold);color:#fff;font-size:.65rem;display:flex;align-items:center;justify-content:center;font-weight:700}
    .mobile-toggle{display:none;color:#fff;font-size:1.45rem;cursor:pointer}
    .mobile-menu{position:absolute;top:100%;left:0;width:100%;background:rgba(29,29,27,.98);display:none;flex-direction:column;padding:18px 5%;gap:14px}
    .mobile-menu a{color:#fff;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:11px}
    .mobile-menu.active{display:flex}

    .search-popup{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:3000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s;padding:20px}
    .search-popup.active{opacity:1;visibility:visible}
    .search-box{width:100%;max-width:660px;background:#fff;border-radius:14px;padding:18px;position:relative;box-shadow:var(--shadow)}
    .search-box input{width:100%;border:0;outline:0;font-size:1.05rem;padding:15px 48px 15px 15px;border-radius:10px;background:#f4f4f4}
    .search-box button{position:absolute;top:50%;right:34px;transform:translateY(-50%);border:0;background:transparent;font-size:1.05rem;cursor:pointer;color:#666}
    .close-search{position:absolute;top:-52px;right:0;color:#fff;font-size:1.7rem;cursor:pointer;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center}

    
    .slides,.slide{width:100%;height:100%}
    .slide{position:absolute;top:0;left:0;opacity:0;transition:opacity 1s ease-in-out;background-size:cover;background-position:center;display:flex;align-items:center}
    .slide.active{opacity:1;z-index:1}
    .overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.38),rgba(0,0,0,.16))}
    .hero-content{position:relative;z-index:2;color:#fff;width:min(90%,620px);margin-left:8%;padding-top:55px}
    .eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--gold);font-size:1.15rem;margin-bottom:10px;font-family:'Playfair Display',serif}
    .eyebrow i{font-size:1rem}
    .hero-content h1{font-size:clamp(2.9rem,5vw,4.55rem);line-height:1.02;margin-bottom:18px;font-family:'Playfair Display',montserrat;max-width:610px}
    .hero-content p{font-size:1.02rem;line-height:1.75;margin-bottom:28px;max-width:560px;color:#f1f1f1}
    .buttons{display:flex;gap:13px;flex-wrap:wrap}
    .btn{padding:13px 24px;border-radius:4px;font-weight:700;transition:.25s;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:.85rem;text-transform:uppercase;letter-spacing:.3px}
    .btn-primary{background:var(--gold);color:#fff}
    .btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px)}
    .btn-secondary{border:2px solid #fff;color:#fff;background:rgba(255,255,255,.04)}
    .btn-secondary:hover{background:#fff;color:#111}
    .hero-trust{display:flex;align-items:center;gap:16px;margin-top:22px;flex-wrap:wrap;font-size:.84rem;color:#000;}
    .stars{color:var(--gold);letter-spacing:2px}
    .slider-dots{position:absolute;bottom:27px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:5}
    .dot{width:34px;height:4px;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer;transition:.25s}
    .dot.active{background:var(--gold);width:48px}

    .features{background:var(--charcoal);color:#fff;padding:24px 5%;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
    .feature-box{display:flex;align-items:flex-start;gap:13px;border-right:1px solid rgba(255,255,255,.08);padding-right:15px}
    .feature-box:last-child{border-right:0}
    .feature-icon{width:42px;height:42px;min-width:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(199,166,79,.45);color:var(--gold);font-size:1.05rem;background:rgba(199,166,79,.08)}
    .feature-box h3{font-size:.95rem;margin-bottom:4px;color:#fff}
    .feature-box p{color:#cfcfcf;font-size:.78rem;line-height:1.55}

    /* Smaller, cleaner product section */
    .products{padding:56px 5% 46px;text-align:center;background:#fffdf8}
    .mini-title{font-size:.74rem;font-weight:700;color:var(--gold);letter-spacing:1.4px;text-transform:uppercase;margin-bottom:8px}
    .section-title{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,3vw,2.7rem);line-height:1.1;margin-bottom:10px}
    .section-sub{color:var(--muted);margin-bottom:30px;font-size:.92rem}
    .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1040px;margin:0 auto}
    .card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.07);transition:.25s;border:1px solid rgba(0,0,0,.05)}
    .card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
    .card-img{height:165px;position:relative;overflow:hidden}
    .card-img img{width:100%;height:100%;object-fit:contain;transition:.35s}
    .card:hover .card-img img{transform:scale(1.05)}
    .product-badge{position:absolute;top:10px;left:10px;background:rgba(29,29,27,.88);color:#fff;font-size:.68rem;padding:5px 9px;border-radius:999px;display:flex;align-items:center;gap:6px}
    .card-content{padding:17px 15px 18px}
    .product-icon{width:42px;height:42px;margin:-38px auto 12px;border-radius:50%;background:#fff;color:var(--gold);display:flex;align-items:center;justify-content:center;box-shadow:0 5px 16px rgba(0,0,0,.12);position:relative;z-index:2;font-size:1.05rem}
    .card-content h3{margin-bottom:5px;font-size:1.02rem;font-family:'Playfair Display',serif}
    .price{color:var(--gold);font-weight:700;margin-bottom:14px;display:block;font-size:.86rem}
    .card .btn{padding:9px 16px;font-size:.72rem;width:auto}
    .more-products{margin-top:24px;display:inline-flex;align-items:center;gap:9px;color:#222;font-weight:700;font-size:.85rem}
    .more-products i{color:var(--gold)}

    .steps{padding:56px 5%;background:#f1ede3;text-align:center}
    .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
    .step{background:#fff;padding:28px 24px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055)}
    .step-number{width:62px;height:62px;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:auto auto 17px;font-size:1.35rem;font-weight:700}
    .step-number i{font-size:1.3rem}
    .step h3{font-size:1.05rem;margin-bottom:7px}
    .step p{font-size:.87rem;color:#666;line-height:1.65}

    .testimonials{padding:62px 5%;text-align:center;background:#eef0df}
    .testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px;max-width:1050px;margin-left:auto;margin-right:auto}
    .testimonial{background:#fff;padding:26px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055);text-align:left}
    .testimonial .stars{font-size:.8rem;margin-bottom:11px}
    .testimonial p{line-height:1.7;color:#555;margin-bottom:14px;font-size:.9rem}
    .testimonial h4{color:var(--gold);font-size:.9rem}

    .icon-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:30px 5%;background:#fff;color:#222;text-align:center}
    .icon-strip div{display:flex;align-items:center;justify-content:center;gap:10px;font-size:.86rem;font-weight:600;color:#555}
    .icon-strip i{color:var(--gold);font-size:1.25rem}

    footer{background:#111;color:#fff;padding:48px 5% 24px}
    .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px;margin-bottom:32px}
    footer h3{color:var(--gold);margin-bottom:15px;font-family:'Playfair Display',serif}
    footer p,footer a{color:#ccc;line-height:2;font-size:.9rem;display:block}
    .whatsapp{display:inline-flex;align-items:center;gap:9px;margin-top:10px;color:#25d366;font-weight:700}
    .copyright{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;color:#888;font-size:.85rem}

    @media(max-width:1000px){
      .menu{display:none}.mobile-toggle{display:block}
      .hero{height:640px}.features,.product-grid{grid-template-columns:repeat(2,1fr)}
      .feature-box{border-right:0}.steps-grid,.testimonial-grid,.footer-grid{grid-template-columns:1fr 1fr}.icon-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:650px){
      nav{padding:13px 5%}.logo{font-size:1.55rem}
      .hero{height:620px;min-height:620px}.hero-content{margin-left:5%;padding-top:180px}.hero-content h1{font-size:30px}.hero-content p{font-size:.95rem}
      .buttons{flex-direction:column;align-items:flex-start}.btn{width:100%}
      .features,.product-grid,.steps-grid,.testimonial-grid,.footer-grid,.icon-strip{grid-template-columns:1fr}
      .products{padding-top:44px}.card-img{height:180px}.section-sub{margin-bottom:22px}
      .search-box{padding:16px}.close-search{right:8px}
    }
  
/* PRODUCT VIEW LIKE REFERENCE IMAGE */
.breadcrumb {
  width: 90%;
  max-width: 1220px;
  margin: 105px auto 18px;
  color: #777;
  font-size: 0.95rem;
}
.breadcrumb a { color: #777; }
.breadcrumb span { color: #222; font-weight: 600; }

.product-view-section {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto 60px;
}

.product-view-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: start;
}

.product-left-gallery {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
}

.product-thumbs-vertical {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 600px;
  overflow-y: auto;
  border: 1px solid #eee;
  padding: 10px;
  background: #fff;
}

.product-thumbs-vertical img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.product-thumbs-vertical img.active {
  border-color: #d4b15f;
}

.product-large-image {
  position: relative;
  height: 585px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}

.product-large-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.35s ease;
}

.product-large-slide.active {
  opacity: 1;
}

.product-large-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.expand-icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  z-index: 5;
  border: 1px solid #e5e5e5;
}

.product-right-info {
  text-align: center;
  padding: 0 12px;
}

.product-right-info h1 {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.price-line {
  color: red;
  font-size: 1.45rem;
  margin-bottom: 25px;
}

.price-line .old-price {
  text-decoration: line-through;
  margin-right: 14px;
}

.short-desc {
  max-width: 610px;
  margin: 0 auto 24px;
  line-height: 1.75;
  color: #222;
}

.option-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product-select {
  width: 100%;
  max-width: 590px;
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 14px;
  color: #000;
  margin-bottom: 24px;
}

.inline-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.inline-qty label {
  color: #666;
}

.reference-qty {
  display: inline-flex;
  border: 1px solid #ddd;
  height: 42px;
}

.reference-qty button {
  width: 38px;
  border: none;
  background: #fff;
  cursor: pointer;
  color: #666;
}

.reference-qty input {
  width: 48px;
  border: none;
  text-align: center;
  outline: none;
}

.upload-row {
  margin-bottom: 28px;
  color: #666;
  font-size: 0.95rem;
}

.green-cart-btn {
  background: #06a906;
  color: #fff;
  border: 2px solid #067a06;
  padding: 13px 72px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}

.product-meta-line {
  border-top: 1px solid #eee;
  margin-top: 54px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #999;
  font-size: 0.9rem;
}

.product-meta-line strong {
  color: #555;
  font-weight: 500;
}

.share-icons {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: flex-end;
}

.share-icons i {
  font-size: 1.25rem;
}

.process-time {
  text-align: center;
  color: #777;
  margin: 35px 0;
}

.detail-tabs {
  max-width: 1220px;
  margin: 0 auto 70px;
  border: 1px solid #ddd;
  background: #fff;
}

.tab-head {
  display: flex;
  justify-content: center;
  gap: 45px;
  border-bottom: 1px solid #ddd;
}

.tab-head button {
  border: none;
  background: transparent;
  padding: 16px 0 10px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.tab-head button.active {
  border-bottom-color: #222;
}

.tab-panel {
  padding: 28px;
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-panel h3 {
  margin-bottom: 16px;
}

.tab-panel p {
  line-height: 1.8;
}

.reference-review {
  border-top: 1px solid #eee;
  padding-top: 16px;
  margin-top: 16px;
}

@media(max-width: 1000px) {
  .product-view-grid {
    grid-template-columns: 1fr;
  }
  .product-right-info {
    padding: 0;
  }
}

@media(max-width: 650px) {
  .breadcrumb {
    margin-top: 90px;
  }
  .product-left-gallery {
    grid-template-columns: 1fr;
  }
  .product-thumbs-vertical {
    order: 2;
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
  }
  .product-large-image {
    height: 390px;
  }
  .product-meta-line {
    flex-direction: column;
    text-align: center;
  }
  .share-icons {
    justify-content: center;
  }
  .green-cart-btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* FINAL PRODUCT + SHOP FIXES */
.green-cart-btn {
  background: linear-gradient(135deg, #d4b15f, #b89543) !important;
  border: none !important;
  color: #fff !important;
  padding: 15px 82px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 24px rgba(212,177,95,0.32);
  transition: 0.3s ease;
}

.green-cart-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(212,177,95,0.45);
}

.product-info-grid {
  grid-template-columns: 1fr !important;
}

.shop-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.product-card {
  border-radius: 12px !important;
}

.product-card img {
  height: 230px !important;
}

.product-card-body {
  padding: 14px !important;
}

.product-card-body h3 {
  font-size: 0.98rem;
}

.product-card-body p {
  font-size: 0.82rem !important;
  min-height: 38px !important;
}

.product-card-footer {
  margin-top: 10px !important;
}

.product-price {
  font-size: 0.95rem !important;
}

.product-card .small-btn {
  padding: 8px 14px !important;
  font-size: 0.8rem !important;
}

.product-card.hide-product {
  display: none !important;
}

@media(max-width: 1000px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media(max-width: 600px) {
  .product-card img {
    height: 135px !important;
  }
}


/* =========================
   ElegantPix Modern Refresh
   ========================= */
:root{
  --gold:#d4b15f;
  --gold-dark:#b89543;
  --dark:#151515;
  --muted:#6f6f6f;
  --soft:#f8f6f1;
  --line:#ececec;
  --danger:#c62020;
  --radius:18px;
  --shadow:0 18px 45px rgba(0,0,0,.08);
}

html{scroll-behavior:smooth;}
body{
  background:linear-gradient(180deg,#fbfaf6 0%,#f8f7f2 100%);
  color:#222;
}

header{
  background:rgba(16,16,16,.86)!important;
  backdrop-filter:blur(14px);
}

nav{
  padding:14px 5%!important;
}

.logo{
  letter-spacing:-.5px;
}

.menu a{
  position:relative;
  font-size:.86rem!important;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:var(--gold);
  transition:.25s ease;
}

.menu a:hover::after,
.menu a.active::after{width:100%;}

.nav-right a,
.nav-right i{
  color:#fff;
}

.page-hero,
.auth-section{
  position:relative;
}

.page-hero::after,
.auth-section::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 20% 10%,rgba(212,177,95,.22),transparent 28%);
}

.modern-wrap{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.modern-breadcrumb,
.clean-breadcrumb,
.auth-breadcrumb,
.breadcrumb{
  width:90%!important;
  max-width:1220px!important;
  margin:104px auto 24px!important;
  color:#858585!important;
  font-size:.92rem!important;
}

.modern-breadcrumb a,
.clean-breadcrumb a,
.auth-breadcrumb a,
.breadcrumb a{color:#858585!important;}

.modern-breadcrumb span,
.clean-breadcrumb span,
.auth-breadcrumb span,
.breadcrumb span{color:#222!important;font-weight:700;}

.theme-card,
.product-card,
.checkout-panel,
.order-panel,
.payment-products,
.payment-confirm-panel,
.auth-card,
.cart-modern-panel{
  border:1px solid rgba(0,0,0,.06)!important;
  box-shadow:var(--shadow)!important;
}

/* Shop */
.shop-toolbar{
  width:90%;
  max-width:1220px;
  margin:0 auto 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.shop-search{
  position:relative;
  flex:1;
  min-width:260px;
  max-width:420px;
}

.shop-search i{
  position:absolute;
  left:15px;
  top:50%;
  transform:translateY(-50%);
  color:var(--gold);
}

.shop-search input{
  width:100%;
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:13px 16px 13px 43px;
  outline:none;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}

.shop-filter{
  margin-bottom:0!important;
}

.shop-filter button{
  border:1px solid var(--line)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.05)!important;
}

.shop-grid{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.product-card{
  overflow:hidden;
  background:#fff;
  position:relative;
}

.product-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,var(--gold),#eee);
  opacity:0;
  transition:.25s ease;
}

.product-card:hover::before{opacity:1;}

.product-card:hover{
  transform:translateY(-8px)!important;
}

.product-card img{
  transition:.45s ease;
}

.product-card:hover img{
  transform:scale(1.05);
}

.product-card-body h3{
  color:#171717;
}

.small-btn,
.btn.btn-primary{
  border-radius:999px!important;
  box-shadow:0 8px 18px rgba(212,177,95,.22);
}

/* Product View */
.product-large-image{
  border-radius:20px!important;
  box-shadow:var(--shadow);
}

.product-thumbs-vertical{
  border-radius:16px;
  box-shadow:0 12px 26px rgba(0,0,0,.05);
}

.product-thumbs-vertical img{
  border-radius:12px;
}

.product-right-info{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px!important;
  box-shadow:var(--shadow);
}

.product-right-info h1{
  font-family:'Playfair Display',serif!important;
  font-size:2.4rem!important;
  text-transform:none!important;
}

.price-line{
  font-weight:700;
}

.product-select{
  border-radius:12px!important;
  background:#fafafa;
}

.reference-qty{
  border-radius:999px!important;
  overflow:hidden;
}

.reference-qty button:hover{
  background:var(--gold);
  color:#fff;
}

.upload-card{
  box-shadow:0 10px 28px rgba(212,177,95,.14);
}

.green-cart-btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.detail-tabs{
  width:90%;
}

/* Cart */
.cart-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 80px;
  display:grid;
  grid-template-columns:1fr 360px;
  gap:30px;
  align-items:start;
}

.cart-modern-panel{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
}

.cart-modern-title{
  padding:24px 26px;
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.cart-modern-title h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
}

.cart-item{
  transition:.25s ease;
}

.cart-item:hover{
  background:#fbf8ef;
}

.cart-remove{
  border:none;
  background:#fff0f0;
  color:var(--danger);
  border-radius:999px;
  padding:8px 12px;
  cursor:pointer;
}

.empty-cart{
  padding:36px;
  text-align:center;
  color:var(--muted);
  display:none;
}

/* Forms */
.field input,
.field select,
.field textarea,
.input-icon input,
.input-icon select{
  border-radius:14px!important;
}

/* Checkout / Payment */
.checkout-modern,
.payment-modern{
  margin-bottom:90px!important;
}

.order-panel,
.payment-confirm-panel{
  border-radius:22px!important;
}

.payment-table img{
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

.progress-steps{
  width:90%;
  max-width:1220px;
  margin:0 auto 28px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.progress-step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:12px 16px;
  text-align:center;
  color:#777;
  font-weight:600;
}

.progress-step.active{
  background:var(--dark);
  color:#fff;
}

.progress-step.done{
  background:#fbf8ef;
  color:#222;
  border-color:rgba(212,177,95,.45);
}

/* Login */
.auth-card{
  backdrop-filter:blur(12px);
}

.auth-tab.active{
  background:linear-gradient(135deg,#222,#444)!important;
}

.auth-submit{
  background:linear-gradient(135deg,var(--gold),var(--gold-dark))!important;
}

/* Contact */
.contact-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 90px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:30px;
}

.contact-info,
.contact-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px;
  box-shadow:var(--shadow);
}

.contact-info h2,
.contact-form h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
  margin-bottom:16px;
}

.contact-line{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin:18px 0;
  color:#555;
}

.contact-line i{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fbf8ef;
  color:var(--gold);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
}

.contact-social{
  display:flex;
  gap:10px;
  margin-top:22px;
}

.contact-social a{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#111;
  color:#fff;
}

/* Toast */
.toast{
  position:fixed;
  right:22px;
  bottom:22px;
  background:#111;
  color:#fff;
  padding:14px 18px;
  border-radius:14px;
  box-shadow:0 14px 35px rgba(0,0,0,.22);
  z-index:9999;
  transform:translateY(120px);
  opacity:0;
  transition:.3s ease;
}

.toast.show{
  transform:translateY(0);
  opacity:1;
}

@media(max-width:1000px){
  .cart-modern,
  .contact-modern{
    grid-template-columns:1fr;
  }
  .progress-steps{
    grid-template-columns:1fr;
  }
}

@media(max-width:650px){
  .shop-toolbar{
    align-items:stretch;
  }
  .shop-search{
    max-width:none;
  }
  .cart-modern-title{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
}


/* ElegantPix Logo Color Styling */
.logo,
.footer-logo {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
}

.logo .logo-gold,
.footer-logo .logo-gold {
  color: #d4b15f !important;
}

.logo .logo-white,
.footer-logo .logo-white {
  color: #ffffff !important;
}


/* ABOUT + UPLOAD + RECOMMENDED SLIDER */
.modern-page-hero{width:90%;max-width:1220px;margin:105px auto 38px;background:linear-gradient(135deg,rgba(18,18,18,.92),rgba(18,18,18,.68)),url('https://images.unsplash.com/photo-1516035069371-29a1b244cc32?q=80&w=1800&auto=format&fit=crop');background-size:cover;background-position:center;border-radius:30px;padding:58px 42px;color:#fff;box-shadow:0 24px 65px rgba(0,0,0,.16)}
.modern-page-hero h1{font-family:'Playfair Display',montserrat;font-size:clamp(2.4rem,5vw,4.4rem);margin-bottom:12px}.modern-page-hero p{color:#e8e8e8;max-width:760px;line-height:1.8}
.upload-card{max-width:590px!important;margin:0 auto 28px!important;border:1px solid rgba(212,177,95,.35)!important;background:linear-gradient(180deg,#fffdf8,#fbf8ef)!important;border-radius:22px!important;padding:20px!important;text-align:left!important;box-shadow:0 16px 38px rgba(212,177,95,.16)!important}
.upload-drop-zone{border:2px dashed #d4b15f;border-radius:18px;padding:22px;text-align:center;background:rgba(255,255,255,.72);cursor:pointer;transition:.25s ease}.upload-drop-zone.dragover,.upload-drop-zone:hover{background:#fff6df;transform:translateY(-2px)}
.upload-drop-zone i{width:58px;height:58px;border-radius:18px;background:#151515;color:#d4b15f!important;display:inline-flex;align-items:center;justify-content:center;margin-bottom:0px!important;font-size:1.6rem!important}.upload-drop-zone h4{margin-bottom:6px;font-size:1.05rem}.upload-drop-zone p{color:#777;margin-bottom:14px}
.upload-label{display:inline-flex!important;align-items:center;gap:8px;background:linear-gradient(135deg,#d4b15f,#b89543)!important;color:#fff!important;border-radius:999px!important;padding:11px 22px!important;font-weight:800!important;cursor:pointer;box-shadow:0 9px 22px rgba(212,177,95,.28)}
.upload-preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.upload-preview-item{position:relative;height:76px;border-radius:12px;overflow:hidden;background:#eee;border:1px solid #e2e2e2}.upload-preview-item img{width:100%;height:100%;object-fit:cover}.upload-preview-item button{position:absolute;top:5px;right:5px;border:none;background:rgba(0,0,0,.65);color:#fff;width:22px;height:22px;border-radius:50%;cursor:pointer}.upload-helper{margin-top:12px;color:#777;font-size:.86rem;text-align:center}
.recommended-section{width:90%;max-width:1220px;margin:0 auto 90px}.recommended-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.recommended-head h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem)}.slider-controls{display:flex;gap:10px}.slider-controls button{width:44px;height:44px;border:none;border-radius:50%;background:#151515;color:#fff;cursor:pointer}.slider-controls button:hover{background:#d4b15f}
.recommended-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - 14px);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 18px}.recommended-card{scroll-snap-align:start;background:#fff;border:1px solid #ececec;border-radius:20px;overflow:hidden;box-shadow:0 14px 36px rgba(0,0,0,.07);text-decoration:none;color:inherit}.recommended-card img{width:100%;height:165px;object-fit:cover}.recommended-card div{padding:16px}.recommended-card h3{font-size:1rem;margin-bottom:6px}.recommended-card p{color:#777;font-size:.86rem;margin-bottom:12px}.recommended-card strong{color:#d4b15f}
.about-story{width:90%;max-width:1220px;margin:0 auto 70px;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.about-story-card{background:#fff;border:1px solid #ececec;border-radius:26px;padding:36px;box-shadow:0 18px 45px rgba(0,0,0,.08)}.about-story-card h2,.about-values h2,.about-process h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem);margin-bottom:16px}.about-story-card p{color:#666;line-height:1.85}.about-image-grid{display:grid;grid-template-columns:1fr .82fr;gap:14px}.about-image-grid img{width:100%;object-fit:cover;border-radius:24px;box-shadow:0 14px 38px rgba(0,0,0,.12)}.about-image-grid img:first-child{height:420px}.about-image-grid img:last-child{height:320px;margin-top:60px}
.about-values,.about-process{width:90%;max-width:1220px;margin:0 auto 80px;text-align:center}.values-grid,.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.value-card,.process-card{background:#fff;border:1px solid #ececec;border-radius:22px;padding:26px 20px;box-shadow:0 16px 40px rgba(0,0,0,.07)}.value-card i,.process-card i{width:52px;height:52px;border-radius:18px;background:#fbf8ef;color:#d4b15f;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:14px}.value-card p,.process-card p{color:#777;line-height:1.6;font-size:.92rem}
.about-cta{width:90%;max-width:1220px;margin:0 auto 90px;background:linear-gradient(135deg,#151515,#303030);border-radius:28px;padding:42px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 22px 55px rgba(0,0,0,.18)}.about-cta h2{font-family:'Playfair Display',montserrat;font-size:2.4rem}.about-cta p{color:#ddd;margin-top:8px}
@media(max-width:1000px){.recommended-slider{grid-auto-columns:calc(50% - 10px)}.about-story,.values-grid,.process-grid{grid-template-columns:1fr 1fr}.about-cta{flex-direction:column;align-items:flex-start}}
@media(max-width:650px){.modern-page-hero{padding:36px 24px}.upload-preview-grid{grid-template-columns:repeat(2,1fr)}.recommended-slider{grid-auto-columns:82%}.recommended-head{align-items:flex-start;flex-direction:column}.about-story,.values-grid,.process-grid{grid-template-columns:1fr}.about-image-grid{grid-template-columns:1fr}.about-image-grid img:first-child,.about-image-grid img:last-child{height:280px;margin-top:0}}



.search-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #151515;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.25s ease;
  z-index: 20;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.search-popup-close:hover {
  background: #d4b15f;
  transform: rotate(90deg);
}

.search-popup-content,
.search-modal-content,
.search-overlay-content {
  position: relative;
}


/* SEARCH POPUP CLOSE FIX - ALL PAGES */
.search-popup {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.82) !important;
  z-index: 9999 !important;
}

.search-popup .search-box {
  position: relative !important;
}

.search-popup-close,
.close-search {
  position: absolute !important;
  top: -58px !important;
  right: 0 !important;
  width: 46px !important;
  height: 46px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #d4b15f !important;
  color: #fff !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.2rem !important;
  z-index: 10001 !important;
  box-shadow: 0 10px 26px rgba(0,0,0,0.28) !important;
  transition: 0.25s ease !important;
}

.search-popup-close:hover,
.close-search:hover {
  background: #b89543 !important;
  transform: rotate(90deg) !important;
}

@media(max-width: 600px) {
  .search-popup-close,
  .close-search {
    top: -62px !important;
    right: 5px !important;
  }
}


/* SEARCH POPUP TOP OFFSET */
.search-popup,
.search-modal,
.search-overlay {
  padding-top: 100px !important;
  align-items: flex-start !important;
}

.search-popup .search-box,
.search-modal .search-box,
.search-overlay .search-box {
  margin-top: 0 !important;
}

:root{
      --gold:#c7a64f;
      --gold-dark:#a98735;
      --charcoal:#1d1d1b;
      --cream:#f8f6ee;
      --sage:#d8d8c6;
      --white:#fff;
      --text:#222;
      --muted:#777;
      --shadow:0 14px 35px rgba(0,0,0,.10);
    }

    *{margin:0;padding:0;box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{font-family:'Poppins',sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}
    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}
    .container{width:min(90%,1180px);margin:auto}

    header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(29,29,27,.84);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.10)}
    nav{display:flex;align-items:center;justify-content:space-between;padding:14px 5%}
    .logo{font-size:1.85rem;font-weight:700;font-family:'Playfair Display',montserrat;color:var(--gold);letter-spacing:.2px}
    .menu{display:flex;gap:24px;align-items:center}
    .menu a{color:#fff;font-size:.86rem;font-weight:500;transition:.25s}
    .menu a:hover{color:var(--gold)}
    .nav-right{display:flex;align-items:center;gap:17px;color:#fff}
    .nav-right i{cursor:pointer;transition:.25s;font-size:1rem}
    .nav-right i:hover{color:var(--gold)}
    .cart-icon{position:relative}
    .cart-count{position:absolute;top:-10px;right:-10px;width:18px;height:18px;border-radius:50%;background:var(--gold);color:#fff;font-size:.65rem;display:flex;align-items:center;justify-content:center;font-weight:700}
    .mobile-toggle{display:none;color:#fff;font-size:1.45rem;cursor:pointer}
    .mobile-menu{position:absolute;top:100%;left:0;width:100%;background:rgba(29,29,27,.98);display:none;flex-direction:column;padding:18px 5%;gap:14px}
    .mobile-menu a{color:#fff;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:11px}
    .mobile-menu.active{display:flex}

    .search-popup{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:3000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s;padding:20px}
    .search-popup.active{opacity:1;visibility:visible}
    .search-box{width:100%;max-width:660px;background:#fff;border-radius:14px;padding:18px;position:relative;box-shadow:var(--shadow)}
    .search-box input{width:100%;border:0;outline:0;font-size:1.05rem;padding:15px 48px 15px 15px;border-radius:10px;background:#f4f4f4}
    .search-box button{position:absolute;top:50%;right:34px;transform:translateY(-50%);border:0;background:transparent;font-size:1.05rem;cursor:pointer;color:#666}
    .close-search{position:absolute;top:-52px;right:0;color:#fff;font-size:1.7rem;cursor:pointer;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center}

    
    .slides,.slide{width:100%;height:100%}
    .slide{position:absolute;top:0;left:0;opacity:0;transition:opacity 1s ease-in-out;background-size:cover;background-position:center;display:flex;align-items:center}
    .slide.active{opacity:1;z-index:1}
    .overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.38),rgba(0,0,0,.16))}
    .hero-content{position:relative;z-index:2;color:#fff;width:min(90%,620px);margin-left:8%;padding-top:55px}
    .eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--gold);font-size:1.15rem;margin-bottom:10px;font-family:'Playfair Display',serif}
    .eyebrow i{font-size:1rem}
    .hero-content h1{font-size:clamp(2.9rem,5vw,4.55rem);line-height:1.02;margin-bottom:18px;font-family:'Playfair Display',montserrat;max-width:610px}
    .hero-content p{font-size:1.02rem;line-height:1.75;margin-bottom:28px;max-width:560px;color:#f1f1f1}
    .buttons{display:flex;gap:13px;flex-wrap:wrap}
    .btn{padding:13px 24px;border-radius:4px;font-weight:700;transition:.25s;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:.85rem;text-transform:uppercase;letter-spacing:.3px}
    .btn-primary{background:var(--gold);color:#fff}
    .btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px)}
    .btn-secondary{border:2px solid #fff;color:#fff;background:rgba(255,255,255,.04)}
    .btn-secondary:hover{background:#fff;color:#111}
    .hero-trust{display:flex;align-items:center;gap:16px;margin-top:22px;flex-wrap:wrap;font-size:.84rem;color:#000;}
    .stars{color:var(--gold);letter-spacing:2px}
    .slider-dots{position:absolute;bottom:27px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:5}
    .dot{width:34px;height:4px;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer;transition:.25s}
    .dot.active{background:var(--gold);width:48px}

    .features{background:var(--charcoal);color:#fff;padding:24px 5%;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
    .feature-box{display:flex;align-items:flex-start;gap:13px;border-right:1px solid rgba(255,255,255,.08);padding-right:15px}
    .feature-box:last-child{border-right:0}
    .feature-icon{width:42px;height:42px;min-width:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(199,166,79,.45);color:var(--gold);font-size:1.05rem;background:rgba(199,166,79,.08)}
    .feature-box h3{font-size:.95rem;margin-bottom:4px;color:#fff}
    .feature-box p{color:#cfcfcf;font-size:.78rem;line-height:1.55}

    /* Smaller, cleaner product section */
    .products{padding:56px 5% 46px;text-align:center;background:#fffdf8}
    .mini-title{font-size:.74rem;font-weight:700;color:var(--gold);letter-spacing:1.4px;text-transform:uppercase;margin-bottom:8px}
    .section-title{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,3vw,2.7rem);line-height:1.1;margin-bottom:10px}
    .section-sub{color:var(--muted);margin-bottom:30px;font-size:.92rem}
    .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1040px;margin:0 auto}
    .card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.07);transition:.25s;border:1px solid rgba(0,0,0,.05)}
    .card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
    .card-img{height:165px;position:relative;overflow:hidden}
    .card-img img{width:100%;height:100%;object-fit:contain;transition:.35s}
    .card:hover .card-img img{transform:scale(1.05)}
    .product-badge{position:absolute;top:10px;left:10px;background:rgba(29,29,27,.88);color:#fff;font-size:.68rem;padding:5px 9px;border-radius:999px;display:flex;align-items:center;gap:6px}
    .card-content{padding:17px 15px 18px}
    .product-icon{width:42px;height:42px;margin:-38px auto 12px;border-radius:50%;background:#fff;color:var(--gold);display:flex;align-items:center;justify-content:center;box-shadow:0 5px 16px rgba(0,0,0,.12);position:relative;z-index:2;font-size:1.05rem}
    .card-content h3{margin-bottom:5px;font-size:1.02rem;font-family:'Playfair Display',serif}
    .price{color:var(--gold);font-weight:700;margin-bottom:14px;display:block;font-size:.86rem}
    .card .btn{padding:9px 16px;font-size:.72rem;width:auto}
    .more-products{margin-top:24px;display:inline-flex;align-items:center;gap:9px;color:#222;font-weight:700;font-size:.85rem}
    .more-products i{color:var(--gold)}

    .steps{padding:56px 5%;background:#f1ede3;text-align:center}
    .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
    .step{background:#fff;padding:28px 24px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055)}
    .step-number{width:62px;height:62px;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:auto auto 17px;font-size:1.35rem;font-weight:700}
    .step-number i{font-size:1.3rem}
    .step h3{font-size:1.05rem;margin-bottom:7px}
    .step p{font-size:.87rem;color:#666;line-height:1.65}

    .testimonials{padding:62px 5%;text-align:center;background:#eef0df}
    .testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px;max-width:1050px;margin-left:auto;margin-right:auto}
    .testimonial{background:#fff;padding:26px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055);text-align:left}
    .testimonial .stars{font-size:.8rem;margin-bottom:11px}
    .testimonial p{line-height:1.7;color:#555;margin-bottom:14px;font-size:.9rem}
    .testimonial h4{color:var(--gold);font-size:.9rem}

    .icon-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:30px 5%;background:#fff;color:#222;text-align:center}
    .icon-strip div{display:flex;align-items:center;justify-content:center;gap:10px;font-size:.86rem;font-weight:600;color:#555}
    .icon-strip i{color:var(--gold);font-size:1.25rem}

    footer{background:#111;color:#fff;padding:48px 5% 24px}
    .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px;margin-bottom:32px}
    footer h3{color:var(--gold);margin-bottom:15px;font-family:'Playfair Display',serif}
    footer p,footer a{color:#ccc;line-height:2;font-size:.9rem;display:block}
    .whatsapp{display:inline-flex;align-items:center;gap:9px;margin-top:10px;color:#25d366;font-weight:700}
    .copyright{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;color:#888;font-size:.85rem}

    @media(max-width:1000px){
      .menu{display:none}.mobile-toggle{display:block}
      .hero{height:640px}.features,.product-grid{grid-template-columns:repeat(2,1fr)}
      .feature-box{border-right:0}.steps-grid,.testimonial-grid,.footer-grid{grid-template-columns:1fr 1fr}.icon-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:650px){
      nav{padding:13px 5%}.logo{font-size:1.55rem}
      .hero{height:620px;min-height:620px}.hero-content{margin-left:5%;padding-top:180px}.hero-content h1{font-size:30px}.hero-content p{font-size:.95rem}
      .buttons{flex-direction:column;align-items:flex-start}.btn{width:100%}
      .features,.product-grid,.steps-grid,.testimonial-grid,.footer-grid,.icon-strip{grid-template-columns:1fr}
      .products{padding-top:44px}.card-img{height:180px}.section-sub{margin-bottom:22px}
      .search-box{padding:16px}.close-search{right:8px}
    }
  

/* EXTRA PAGE STYLES */
.page-hero {
  min-height: 330px;
  padding: 135px 5% 70px;
  background:
    linear-gradient(rgba(0,0,0,0.62), rgba(0,0,0,0.62)),
    url('https://images.unsplash.com/photo-1519741497674-611481863552?q=80&w=1920&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  margin-bottom: 12px;
}

.page-hero p {
  color: #eee;
  max-width: 700px;
  margin: auto;
}

.page-section {
  padding: 70px 5%;
}

.theme-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  overflow: hidden;
}

.small-btn {
  padding: 11px 20px;
  font-size: 0.9rem;
  border-radius: 6px;
}

.icon-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f1ede3;
  color: #2f3131;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 0.9rem;
  margin: 5px;
}

.icon-pill i {
  color: #d4b15f;
}

.shop-filter {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}

.shop-filter button {
  border: none;
  background: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 5px 18px rgba(0,0,0,0.06);
  font-weight: 600;
}

.shop-filter button.active,
.shop-filter button:hover {
  background: #d4b15f;
  color: #fff;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 9px 28px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

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

.product-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.product-card-body {
  padding: 18px;
  text-align: left;
}

.product-card-body h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.product-card-body p {
  color: #777;
  font-size: 0.9rem;
  min-height: 42px;
}

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.product-price {
  color: #d4b15f;
  font-weight: 700;
  font-size: 1.05rem;
}

.cart-layout,
.checkout-layout,
.product-detail-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 30px;
  align-items: start;
}

.cart-item {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border-bottom: 1px solid #eee;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item img {
  width: 120px;
  height: 95px;
  object-fit: cover;
  border-radius: 12px;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.qty-control button {
  width: 38px;
  height: 36px;
  border: none;
  background: #f7f7f7;
  cursor: pointer;
  font-size: 1rem;
}

.qty-control input {
  width: 48px;
  text-align: center;
  border: none;
  outline: none;
  font-weight: 600;
}

.summary-box {
  padding: 28px;
  position: sticky;
  top: 100px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin: 14px 0;
  color: #555;
}

.summary-total {
  border-top: 1px solid #eee;
  padding-top: 18px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-group {
  text-align: left;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  color: #333;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  font-family: inherit;
  outline: none;
}

.form-group textarea {
  min-height: 110px;
  resize: vertical;
}

.checkout-box {
  padding: 28px;
}

.product-gallery {
  padding: 18px;
}

.main-product-image {
  position: relative;
  height: 470px;
  overflow: hidden;
  border-radius: 16px;
  background: #eee;
}

.product-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.4s ease;
}

.product-slide.active {
  opacity: 1;
}

.product-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0,0,0,0.45);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}

.product-arrow.prev {
  left: 14px;
}

.product-arrow.next {
  right: 14px;
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.thumb-row img {
  height: 82px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  border: 3px solid transparent;
}

.thumb-row img.active {
  border-color: #d4b15f;
}

.product-info-box {
  padding: 34px;
}

.product-info-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.rating {
  color: #d4b15f;
  margin: 10px 0 18px;
}

.product-description {
  color: #666;
  line-height: 1.8;
  margin: 18px 0;
}

.info-tabs {
  margin-top: 35px;
}

.info-tabs h3 {
  margin: 25px 0 10px;
  color: #222;
}

.review-card {
  background: #fff;
  padding: 22px;
  border-radius: 14px;
  margin-top: 16px;
  box-shadow: 0 5px 22px rgba(0,0,0,0.06);
}

@media(max-width: 1000px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cart-layout,
  .checkout-layout,
  .product-detail-layout {
    grid-template-columns: 1fr;
  }

  .summary-box {
    position: static;
  }
}

@media(max-width: 600px) {
  .page-section {
    padding: 45px 5%;
  }

  .shop-grid {
    gap: 16px;
  }

  .product-card img {
    height: 160px;
  }

  .cart-item {
    grid-template-columns: 90px 1fr;
  }

  .cart-item img {
    width: 90px;
    height: 78px;
  }

  .cart-price-box {
    grid-column: 1 / -1;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .main-product-image {
    height: 330px;
  }

  .product-info-box h2 {
    font-size: 2rem;
  }
}

/* PRODUCT VIEW LIKE REFERENCE IMAGE */
.breadcrumb {
  width: 90%;
  max-width: 1220px;
  margin: 105px auto 18px;
  color: #777;
  font-size: 0.95rem;
}
.breadcrumb a { color: #777; }
.breadcrumb span { color: #222; font-weight: 600; }

.product-view-section {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto 60px;
}

.product-view-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: start;
}

.product-left-gallery {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
}

.product-thumbs-vertical {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 600px;
  overflow-y: auto;
  border: 1px solid #eee;
  padding: 10px;
  background: #fff;
}

.product-thumbs-vertical img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.product-thumbs-vertical img.active {
  border-color: #d4b15f;
}

.product-large-image {
  position: relative;
  height: 585px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}

.product-large-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.35s ease;
}

.product-large-slide.active {
  opacity: 1;
}

.product-large-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.expand-icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  z-index: 5;
  border: 1px solid #e5e5e5;
}

.product-right-info {
  text-align: center;
  padding: 0 12px;
}

.product-right-info h1 {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.price-line {
  color: red;
  font-size: 1.45rem;
  margin-bottom: 25px;
}

.price-line .old-price {
  text-decoration: line-through;
  margin-right: 14px;
}

.short-desc {
  max-width: 610px;
  margin: 0 auto 24px;
  line-height: 1.75;
  color: #222;
}

.option-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product-select {
  width: 100%;
  max-width: 590px;
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 14px;
  color: #000;
  margin-bottom: 24px;
}

.inline-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.inline-qty label {
  color: #666;
}

.reference-qty {
  display: inline-flex;
  border: 1px solid #ddd;
  height: 42px;
}

.reference-qty button {
  width: 38px;
  border: none;
  background: #fff;
  cursor: pointer;
  color: #666;
}

.reference-qty input {
  width: 48px;
  border: none;
  text-align: center;
  outline: none;
}

.upload-row {
  margin-bottom: 28px;
  color: #666;
  font-size: 0.95rem;
}

.green-cart-btn {
  background: #06a906;
  color: #fff;
  border: 2px solid #067a06;
  padding: 13px 72px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}

.product-meta-line {
  border-top: 1px solid #eee;
  margin-top: 54px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #999;
  font-size: 0.9rem;
}

.product-meta-line strong {
  color: #555;
  font-weight: 500;
}

.share-icons {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: flex-end;
}

.share-icons i {
  font-size: 1.25rem;
}

.process-time {
  text-align: center;
  color: #777;
  margin: 35px 0;
}

.detail-tabs {
  max-width: 1220px;
  margin: 0 auto 70px;
  border: 1px solid #ddd;
  background: #fff;
}

.tab-head {
  display: flex;
  justify-content: center;
  gap: 45px;
  border-bottom: 1px solid #ddd;
}

.tab-head button {
  border: none;
  background: transparent;
  padding: 16px 0 10px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.tab-head button.active {
  border-bottom-color: #222;
}

.tab-panel {
  padding: 28px;
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-panel h3 {
  margin-bottom: 16px;
}

.tab-panel p {
  line-height: 1.8;
}

.reference-review {
  border-top: 1px solid #eee;
  padding-top: 16px;
  margin-top: 16px;
}

@media(max-width: 1000px) {
  .product-view-grid {
    grid-template-columns: 1fr;
  }
  .product-right-info {
    padding: 0;
  }
}

@media(max-width: 650px) {
  .breadcrumb {
    margin-top: 90px;
  }
  .product-left-gallery {
    grid-template-columns: 1fr;
  }
  .product-thumbs-vertical {
    order: 2;
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
  }
  .product-large-image {
    height: 390px;
  }
  .product-meta-line {
    flex-direction: column;
    text-align: center;
  }
  .share-icons {
    justify-content: center;
  }
  .green-cart-btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}



/* LOGIN / REGISTER PAGE */
.auth-breadcrumb {
  width: 90%;
  max-width: 1220px;
  margin: 105px auto 18px;
  color: #777;
  font-size: 0.95rem;
}

.auth-breadcrumb a {
  color: #777;
}

.auth-breadcrumb span {
  color: #222;
  font-weight: 600;
}

.auth-section {
  min-height: 720px;
  padding: 70px 5%;
  background:
    linear-gradient(rgba(0,0,0,0.48), rgba(0,0,0,0.52)),
    url('https://elegantpixphotobooks.co.za/images/login.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-card {
  width: 100%;
  max-width: 560px;
  background: rgba(255,255,255,0.96);
  border-radius: 22px;
  padding: 34px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.5);
}

.auth-logo {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.auth-logo .gold {
  color: #d4b15f;
}

.auth-logo .dark {
  color: #222;
}

.auth-intro {
  text-align: center;
  color: #666;
  margin-bottom: 22px;
}

.auth-alert {
  background: #d92929;
  color: #fff;
  border-radius: 10px;
  padding: 13px 18px;
  font-size: 0.95rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f1ede3;
  padding: 6px;
  border-radius: 999px;
  margin-bottom: 28px;
}

.auth-tab {
  border: none;
  background: transparent;
  padding: 12px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  color: #555;
  transition: 0.3s ease;
}

.auth-tab.active {
  background: #222;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.auth-form {
  display: none;
}

.auth-form.active {
  display: block;
}

.auth-field {
  margin-bottom: 17px;
  text-align: left;
}

.auth-field label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  color: #333;
}

.input-icon {
  position: relative;
}

.input-icon i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #d4b15f;
}

.input-icon input,
.input-icon select {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 12px;
  padding: 14px 14px 14px 44px;
  outline: none;
  font-family: inherit;
  transition: 0.3s ease;
}

.input-icon input:focus,
.input-icon select:focus {
  border-color: #d4b15f;
  box-shadow: 0 0 0 4px rgba(212,177,95,0.16);
}

.auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 22px;
  color: #666;
  font-size: 0.92rem;
}

.auth-row label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.auth-row a {
  color: #d92929;
}

.auth-submit {
  width: 100%;
  border: none;
  background: #d4b15f;
  color: #fff;
  border-radius: 12px;
  padding: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
  font-family: inherit;
}

.auth-submit:hover {
  background: #b89543;
  transform: translateY(-2px);
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #999;
  margin: 24px 0;
  font-size: 0.9rem;
}

.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e5e5;
}

.auth-home {
  text-align: center;
}

.auth-home a {
  color: #d92929;
  font-weight: 600;
}

.social-login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 22px;
}

.social-login button {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  cursor: pointer;
  font-weight: 600;
  font-family: inherit;
}

.social-login i {
  margin-right: 8px;
}

@media(max-width: 650px) {
  .auth-section {
    padding: 40px 5%;
    min-height: auto;
  }

  .auth-card {
    padding: 24px;
  }

  .auth-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-login {
    grid-template-columns: 1fr;
  }
}

/* FINAL PRODUCT + SHOP FIXES */
.green-cart-btn {
  background: linear-gradient(135deg, #d4b15f, #b89543) !important;
  border: none !important;
  color: #fff !important;
  padding: 15px 82px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 24px rgba(212,177,95,0.32);
  transition: 0.3s ease;
}

.green-cart-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(212,177,95,0.45);
}

.product-info-grid {
  grid-template-columns: 1fr !important;
}

.shop-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.product-card {
  border-radius: 12px !important;
}

.product-card img {
  height: 230px !important;
}

.product-card-body {
  padding: 14px !important;
}

.product-card-body h3 {
  font-size: 0.98rem;
}

.product-card-body p {
  font-size: 0.82rem !important;
  min-height: 38px !important;
}

.product-card-footer {
  margin-top: 10px !important;
}

.product-price {
  font-size: 0.95rem !important;
}

.product-card .small-btn {
  padding: 8px 14px !important;
  font-size: 0.8rem !important;
}

.product-card.hide-product {
  display: none !important;
}

@media(max-width: 1000px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media(max-width: 600px) {
  .product-card img {
    height: 135px !important;
  }
}


/* =========================
   ElegantPix Modern Refresh
   ========================= */
:root{
  --gold:#d4b15f;
  --gold-dark:#b89543;
  --dark:#151515;
  --muted:#6f6f6f;
  --soft:#f8f6f1;
  --line:#ececec;
  --danger:#c62020;
  --radius:18px;
  --shadow:0 18px 45px rgba(0,0,0,.08);
}

html{scroll-behavior:smooth;}
body{
  background:linear-gradient(180deg,#fbfaf6 0%,#f8f7f2 100%);
  color:#222;
}

header{
  background:rgba(16,16,16,.86)!important;
  backdrop-filter:blur(14px);
}

nav{
  padding:14px 5%!important;
}

.logo{
  letter-spacing:-.5px;
}

.menu a{
  position:relative;
  font-size:.86rem!important;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:var(--gold);
  transition:.25s ease;
}

.menu a:hover::after,
.menu a.active::after{width:100%;}

.nav-right a,
.nav-right i{
  color:#fff;
}

.page-hero,
.auth-section{
  position:relative;
}

.page-hero::after,
.auth-section::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 20% 10%,rgba(212,177,95,.22),transparent 28%);
}

.modern-wrap{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.modern-breadcrumb,
.clean-breadcrumb,
.auth-breadcrumb,
.breadcrumb{
  width:90%!important;
  max-width:1220px!important;
  margin:104px auto 24px!important;
  color:#858585!important;
  font-size:.92rem!important;
}

.modern-breadcrumb a,
.clean-breadcrumb a,
.auth-breadcrumb a,
.breadcrumb a{color:#858585!important;}

.modern-breadcrumb span,
.clean-breadcrumb span,
.auth-breadcrumb span,
.breadcrumb span{color:#222!important;font-weight:700;}

.theme-card,
.product-card,
.checkout-panel,
.order-panel,
.payment-products,
.payment-confirm-panel,
.auth-card,
.cart-modern-panel{
  border:1px solid rgba(0,0,0,.06)!important;
  box-shadow:var(--shadow)!important;
}

/* Shop */
.shop-toolbar{
  width:90%;
  max-width:1220px;
  margin:0 auto 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.shop-search{
  position:relative;
  flex:1;
  min-width:260px;
  max-width:420px;
}

.shop-search i{
  position:absolute;
  left:15px;
  top:50%;
  transform:translateY(-50%);
  color:var(--gold);
}

.shop-search input{
  width:100%;
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:13px 16px 13px 43px;
  outline:none;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}

.shop-filter{
  margin-bottom:0!important;
}

.shop-filter button{
  border:1px solid var(--line)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.05)!important;
}

.shop-grid{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.product-card{
  overflow:hidden;
  background:#fff;
  position:relative;
}

.product-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,var(--gold),#eee);
  opacity:0;
  transition:.25s ease;
}

.product-card:hover::before{opacity:1;}

.product-card:hover{
  transform:translateY(-8px)!important;
}

.product-card img{
  transition:.45s ease;
}

.product-card:hover img{
  transform:scale(1.05);
}

.product-card-body h3{
  color:#171717;
}

.small-btn,
.btn.btn-primary{
  border-radius:999px!important;
  box-shadow:0 8px 18px rgba(212,177,95,.22);
}

/* Product View */
.product-large-image{
  border-radius:20px!important;
  box-shadow:var(--shadow);
}

.product-thumbs-vertical{
  border-radius:16px;
  box-shadow:0 12px 26px rgba(0,0,0,.05);
}

.product-thumbs-vertical img{
  border-radius:12px;
}

.product-right-info{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px!important;
  box-shadow:var(--shadow);
}

.product-right-info h1{
  font-family:'Playfair Display',serif!important;
  font-size:2.4rem!important;
  text-transform:none!important;
}

.price-line{
  font-weight:700;
}

.product-select{
  border-radius:12px!important;
  background:#fafafa;
}

.reference-qty{
  border-radius:999px!important;
  overflow:hidden;
}

.reference-qty button:hover{
  background:var(--gold);
  color:#fff;
}

.upload-card{
  box-shadow:0 10px 28px rgba(212,177,95,.14);
}

.green-cart-btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.detail-tabs{
  width:90%;
}

/* Cart */
.cart-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 80px;
  display:grid;
  grid-template-columns:1fr 360px;
  gap:30px;
  align-items:start;
}

.cart-modern-panel{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
}

.cart-modern-title{
  padding:24px 26px;
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.cart-modern-title h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
}

.cart-item{
  transition:.25s ease;
}

.cart-item:hover{
  background:#fbf8ef;
}

.cart-remove{
  border:none;
  background:#fff0f0;
  color:var(--danger);
  border-radius:999px;
  padding:8px 12px;
  cursor:pointer;
}

.empty-cart{
  padding:36px;
  text-align:center;
  color:var(--muted);
  display:none;
}

/* Forms */
.field input,
.field select,
.field textarea,
.input-icon input,
.input-icon select{
  border-radius:14px!important;
}

/* Checkout / Payment */
.checkout-modern,
.payment-modern{
  margin-bottom:90px!important;
}

.order-panel,
.payment-confirm-panel{
  border-radius:22px!important;
}

.payment-table img{
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

.progress-steps{
  width:90%;
  max-width:1220px;
  margin:0 auto 28px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.progress-step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:12px 16px;
  text-align:center;
  color:#777;
  font-weight:600;
}

.progress-step.active{
  background:var(--dark);
  color:#fff;
}

.progress-step.done{
  background:#fbf8ef;
  color:#222;
  border-color:rgba(212,177,95,.45);
}

/* Login */
.auth-card{
  backdrop-filter:blur(12px);
}

.auth-tab.active{
  background:linear-gradient(135deg,#222,#444)!important;
}

.auth-submit{
  background:linear-gradient(135deg,var(--gold),var(--gold-dark))!important;
}

/* Contact */
.contact-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 90px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:30px;
}

.contact-info,
.contact-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px;
  box-shadow:var(--shadow);
}

.contact-info h2,
.contact-form h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
  margin-bottom:16px;
}

.contact-line{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin:18px 0;
  color:#555;
}

.contact-line i{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fbf8ef;
  color:var(--gold);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
}

.contact-social{
  display:flex;
  gap:10px;
  margin-top:22px;
}

.contact-social a{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#111;
  color:#fff;
}

/* Toast */
.toast{
  position:fixed;
  right:22px;
  bottom:22px;
  background:#111;
  color:#fff;
  padding:14px 18px;
  border-radius:14px;
  box-shadow:0 14px 35px rgba(0,0,0,.22);
  z-index:9999;
  transform:translateY(120px);
  opacity:0;
  transition:.3s ease;
}

.toast.show{
  transform:translateY(0);
  opacity:1;
}

@media(max-width:1000px){
  .cart-modern,
  .contact-modern{
    grid-template-columns:1fr;
  }
  .progress-steps{
    grid-template-columns:1fr;
  }
}

@media(max-width:650px){
  .shop-toolbar{
    align-items:stretch;
  }
  .shop-search{
    max-width:none;
  }
  .cart-modern-title{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
}


/* ElegantPix Logo Color Styling */
.logo,
.footer-logo {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
}

.logo .logo-gold,
.footer-logo .logo-gold {
  color: #d4b15f !important;
}

.logo .logo-white,
.footer-logo .logo-white {
  color: #ffffff !important;
}


/* ABOUT + UPLOAD + RECOMMENDED SLIDER */
.modern-page-hero{width:90%;max-width:1220px;margin:105px auto 38px;background:linear-gradient(135deg,rgba(18,18,18,.92),rgba(18,18,18,.68)),url('https://images.unsplash.com/photo-1516035069371-29a1b244cc32?q=80&w=1800&auto=format&fit=crop');background-size:cover;background-position:center;border-radius:30px;padding:58px 42px;color:#fff;box-shadow:0 24px 65px rgba(0,0,0,.16)}
.modern-page-hero h1{font-family:'Playfair Display',montserrat;font-size:clamp(2.4rem,5vw,4.4rem);margin-bottom:12px}.modern-page-hero p{color:#e8e8e8;max-width:760px;line-height:1.8}
.upload-card{max-width:590px!important;margin:0 auto 28px!important;border:1px solid rgba(212,177,95,.35)!important;background:linear-gradient(180deg,#fffdf8,#fbf8ef)!important;border-radius:22px!important;padding:20px!important;text-align:left!important;box-shadow:0 16px 38px rgba(212,177,95,.16)!important}
.upload-drop-zone{border:2px dashed #d4b15f;border-radius:18px;padding:22px;text-align:center;background:rgba(255,255,255,.72);cursor:pointer;transition:.25s ease}.upload-drop-zone.dragover,.upload-drop-zone:hover{background:#fff6df;transform:translateY(-2px)}
.upload-drop-zone i{width:58px;height:58px;border-radius:18px;background:#151515;color:#d4b15f!important;display:inline-flex;align-items:center;justify-content:center;margin-bottom:0px!important;font-size:1.6rem!important}.upload-drop-zone h4{margin-bottom:6px;font-size:1.05rem}.upload-drop-zone p{color:#777;margin-bottom:14px}
.upload-label{display:inline-flex!important;align-items:center;gap:8px;background:linear-gradient(135deg,#d4b15f,#b89543)!important;color:#fff!important;border-radius:999px!important;padding:11px 22px!important;font-weight:800!important;cursor:pointer;box-shadow:0 9px 22px rgba(212,177,95,.28)}
.upload-preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.upload-preview-item{position:relative;height:76px;border-radius:12px;overflow:hidden;background:#eee;border:1px solid #e2e2e2}.upload-preview-item img{width:100%;height:100%;object-fit:cover}.upload-preview-item button{position:absolute;top:5px;right:5px;border:none;background:rgba(0,0,0,.65);color:#fff;width:22px;height:22px;border-radius:50%;cursor:pointer}.upload-helper{margin-top:12px;color:#777;font-size:.86rem;text-align:center}
.recommended-section{width:90%;max-width:1220px;margin:0 auto 90px}.recommended-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.recommended-head h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem)}.slider-controls{display:flex;gap:10px}.slider-controls button{width:44px;height:44px;border:none;border-radius:50%;background:#151515;color:#fff;cursor:pointer}.slider-controls button:hover{background:#d4b15f}
.recommended-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - 14px);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 18px}.recommended-card{scroll-snap-align:start;background:#fff;border:1px solid #ececec;border-radius:20px;overflow:hidden;box-shadow:0 14px 36px rgba(0,0,0,.07);text-decoration:none;color:inherit}.recommended-card img{width:100%;height:165px;object-fit:cover}.recommended-card div{padding:16px}.recommended-card h3{font-size:1rem;margin-bottom:6px}.recommended-card p{color:#777;font-size:.86rem;margin-bottom:12px}.recommended-card strong{color:#d4b15f}
.about-story{width:90%;max-width:1220px;margin:0 auto 70px;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.about-story-card{background:#fff;border:1px solid #ececec;border-radius:26px;padding:36px;box-shadow:0 18px 45px rgba(0,0,0,.08)}.about-story-card h2,.about-values h2,.about-process h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem);margin-bottom:16px}.about-story-card p{color:#666;line-height:1.85}.about-image-grid{display:grid;grid-template-columns:1fr .82fr;gap:14px}.about-image-grid img{width:100%;object-fit:cover;border-radius:24px;box-shadow:0 14px 38px rgba(0,0,0,.12)}.about-image-grid img:first-child{height:420px}.about-image-grid img:last-child{height:320px;margin-top:60px}
.about-values,.about-process{width:90%;max-width:1220px;margin:0 auto 80px;text-align:center}.values-grid,.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.value-card,.process-card{background:#fff;border:1px solid #ececec;border-radius:22px;padding:26px 20px;box-shadow:0 16px 40px rgba(0,0,0,.07)}.value-card i,.process-card i{width:52px;height:52px;border-radius:18px;background:#fbf8ef;color:#d4b15f;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:14px}.value-card p,.process-card p{color:#777;line-height:1.6;font-size:.92rem}
.about-cta{width:90%;max-width:1220px;margin:0 auto 90px;background:linear-gradient(135deg,#151515,#303030);border-radius:28px;padding:42px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 22px 55px rgba(0,0,0,.18)}.about-cta h2{font-family:'Playfair Display',montserrat;font-size:2.4rem}.about-cta p{color:#ddd;margin-top:8px}
@media(max-width:1000px){.recommended-slider{grid-auto-columns:calc(50% - 10px)}.about-story,.values-grid,.process-grid{grid-template-columns:1fr 1fr}.about-cta{flex-direction:column;align-items:flex-start}}
@media(max-width:650px){.modern-page-hero{padding:36px 24px}.upload-preview-grid{grid-template-columns:repeat(2,1fr)}.recommended-slider{grid-auto-columns:82%}.recommended-head{align-items:flex-start;flex-direction:column}.about-story,.values-grid,.process-grid{grid-template-columns:1fr}.about-image-grid{grid-template-columns:1fr}.about-image-grid img:first-child,.about-image-grid img:last-child{height:280px;margin-top:0}}



.search-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #151515;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.25s ease;
  z-index: 20;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.search-popup-close:hover {
  background: #d4b15f;
  transform: rotate(90deg);
}

.search-popup-content,
.search-modal-content,
.search-overlay-content {
  position: relative;
}


/* SEARCH POPUP CLOSE FIX - ALL PAGES */
.search-popup {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.82) !important;
  z-index: 9999 !important;
}

.search-popup .search-box {
  position: relative !important;
}

.search-popup-close,
.close-search {
  position: absolute !important;
  top: -58px !important;
  right: 0 !important;
  width: 46px !important;
  height: 46px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #d4b15f !important;
  color: #fff !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.2rem !important;
  z-index: 10001 !important;
  box-shadow: 0 10px 26px rgba(0,0,0,0.28) !important;
  transition: 0.25s ease !important;
}

.search-popup-close:hover,
.close-search:hover {
  background: #b89543 !important;
  transform: rotate(90deg) !important;
}

@media(max-width: 600px) {
  .search-popup-close,
  .close-search {
    top: -62px !important;
    right: 5px !important;
  }
}


/* SEARCH POPUP TOP OFFSET */
.search-popup,
.search-modal,
.search-overlay {
  padding-top: 100px !important;
  align-items: flex-start !important;
}

.search-popup .search-box,
.search-modal .search-box,
.search-overlay .search-box {
  margin-top: 0 !important;
}

:root{
      --gold:#c7a64f;
      --gold-dark:#a98735;
      --charcoal:#1d1d1b;
      --cream:#f8f6ee;
      --sage:#d8d8c6;
      --white:#fff;
      --text:#222;
      --muted:#777;
      --shadow:0 14px 35px rgba(0,0,0,.10);
    }

    *{margin:0;padding:0;box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{font-family:'Poppins',sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}
    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}
    .container{width:min(90%,1180px);margin:auto}

    header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(29,29,27,.84);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.10)}
    nav{display:flex;align-items:center;justify-content:space-between;padding:14px 5%}
    .logo{font-size:1.85rem;font-weight:700;font-family:'Playfair Display',montserrat;color:var(--gold);letter-spacing:.2px}
    .menu{display:flex;gap:24px;align-items:center}
    .menu a{color:#fff;font-size:.86rem;font-weight:500;transition:.25s}
    .menu a:hover{color:var(--gold)}
    .nav-right{display:flex;align-items:center;gap:17px;color:#fff}
    .nav-right i{cursor:pointer;transition:.25s;font-size:1rem}
    .nav-right i:hover{color:var(--gold)}
    .cart-icon{position:relative}
    .cart-count{position:absolute;top:-10px;right:-10px;width:18px;height:18px;border-radius:50%;background:var(--gold);color:#fff;font-size:.65rem;display:flex;align-items:center;justify-content:center;font-weight:700}
    .mobile-toggle{display:none;color:#fff;font-size:1.45rem;cursor:pointer}
    .mobile-menu{position:absolute;top:100%;left:0;width:100%;background:rgba(29,29,27,.98);display:none;flex-direction:column;padding:18px 5%;gap:14px}
    .mobile-menu a{color:#fff;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:11px}
    .mobile-menu.active{display:flex}

    .search-popup{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:3000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s;padding:20px}
    .search-popup.active{opacity:1;visibility:visible}
    .search-box{width:100%;max-width:660px;background:#fff;border-radius:14px;padding:18px;position:relative;box-shadow:var(--shadow)}
    .search-box input{width:100%;border:0;outline:0;font-size:1.05rem;padding:15px 48px 15px 15px;border-radius:10px;background:#f4f4f4}
    .search-box button{position:absolute;top:50%;right:34px;transform:translateY(-50%);border:0;background:transparent;font-size:1.05rem;cursor:pointer;color:#666}
    .close-search{position:absolute;top:-52px;right:0;color:#fff;font-size:1.7rem;cursor:pointer;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center}

    
    .slides,.slide{width:100%;height:100%}
    .slide{position:absolute;top:0;left:0;opacity:0;transition:opacity 1s ease-in-out;background-size:cover;background-position:center;display:flex;align-items:center}
    .slide.active{opacity:1;z-index:1}
    .overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.38),rgba(0,0,0,.16))}
    .hero-content{position:relative;z-index:2;color:#fff;width:min(90%,620px);margin-left:8%;padding-top:55px}
    .eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--gold);font-size:1.15rem;margin-bottom:10px;font-family:'Playfair Display',serif}
    .eyebrow i{font-size:1rem}
    .hero-content h1{font-size:clamp(2.9rem,5vw,4.55rem);line-height:1.02;margin-bottom:18px;font-family:'Playfair Display',montserrat;max-width:610px}
    .hero-content p{font-size:1.02rem;line-height:1.75;margin-bottom:28px;max-width:560px;color:#f1f1f1}
    .buttons{display:flex;gap:13px;flex-wrap:wrap}
    .btn{padding:13px 24px;border-radius:4px;font-weight:700;transition:.25s;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:.85rem;text-transform:uppercase;letter-spacing:.3px}
    .btn-primary{background:var(--gold);color:#fff}
    .btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px)}
    .btn-secondary{border:2px solid #fff;color:#fff;background:rgba(255,255,255,.04)}
    .btn-secondary:hover{background:#fff;color:#111}
    .hero-trust{display:flex;align-items:center;gap:16px;margin-top:22px;flex-wrap:wrap;font-size:.84rem;color:#000;}
    .stars{color:var(--gold);letter-spacing:2px}
    .slider-dots{position:absolute;bottom:27px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:5}
    .dot{width:34px;height:4px;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer;transition:.25s}
    .dot.active{background:var(--gold);width:48px}

    .features{background:var(--charcoal);color:#fff;padding:24px 5%;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
    .feature-box{display:flex;align-items:flex-start;gap:13px;border-right:1px solid rgba(255,255,255,.08);padding-right:15px}
    .feature-box:last-child{border-right:0}
    .feature-icon{width:42px;height:42px;min-width:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(199,166,79,.45);color:var(--gold);font-size:1.05rem;background:rgba(199,166,79,.08)}
    .feature-box h3{font-size:.95rem;margin-bottom:4px;color:#fff}
    .feature-box p{color:#cfcfcf;font-size:.78rem;line-height:1.55}

    /* Smaller, cleaner product section */
    .products{padding:56px 5% 46px;text-align:center;background:#fffdf8}
    .mini-title{font-size:.74rem;font-weight:700;color:var(--gold);letter-spacing:1.4px;text-transform:uppercase;margin-bottom:8px}
    .section-title{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,3vw,2.7rem);line-height:1.1;margin-bottom:10px}
    .section-sub{color:var(--muted);margin-bottom:30px;font-size:.92rem}
    .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1040px;margin:0 auto}
    .card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.07);transition:.25s;border:1px solid rgba(0,0,0,.05)}
    .card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
    .card-img{height:165px;position:relative;overflow:hidden}
    .card-img img{width:100%;height:100%;object-fit:contain;transition:.35s}
    .card:hover .card-img img{transform:scale(1.05)}
    .product-badge{position:absolute;top:10px;left:10px;background:rgba(29,29,27,.88);color:#fff;font-size:.68rem;padding:5px 9px;border-radius:999px;display:flex;align-items:center;gap:6px}
    .card-content{padding:17px 15px 18px}
    .product-icon{width:42px;height:42px;margin:-38px auto 12px;border-radius:50%;background:#fff;color:var(--gold);display:flex;align-items:center;justify-content:center;box-shadow:0 5px 16px rgba(0,0,0,.12);position:relative;z-index:2;font-size:1.05rem}
    .card-content h3{margin-bottom:5px;font-size:1.02rem;font-family:'Playfair Display',serif}
    .price{color:var(--gold);font-weight:700;margin-bottom:14px;display:block;font-size:.86rem}
    .card .btn{padding:9px 16px;font-size:.72rem;width:auto}
    .more-products{margin-top:24px;display:inline-flex;align-items:center;gap:9px;color:#222;font-weight:700;font-size:.85rem}
    .more-products i{color:var(--gold)}

    .steps{padding:56px 5%;background:#f1ede3;text-align:center}
    .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
    .step{background:#fff;padding:28px 24px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055)}
    .step-number{width:62px;height:62px;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:auto auto 17px;font-size:1.35rem;font-weight:700}
    .step-number i{font-size:1.3rem}
    .step h3{font-size:1.05rem;margin-bottom:7px}
    .step p{font-size:.87rem;color:#666;line-height:1.65}

    .testimonials{padding:62px 5%;text-align:center;background:#eef0df}
    .testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px;max-width:1050px;margin-left:auto;margin-right:auto}
    .testimonial{background:#fff;padding:26px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055);text-align:left}
    .testimonial .stars{font-size:.8rem;margin-bottom:11px}
    .testimonial p{line-height:1.7;color:#555;margin-bottom:14px;font-size:.9rem}
    .testimonial h4{color:var(--gold);font-size:.9rem}

    .icon-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:30px 5%;background:#fff;color:#222;text-align:center}
    .icon-strip div{display:flex;align-items:center;justify-content:center;gap:10px;font-size:.86rem;font-weight:600;color:#555}
    .icon-strip i{color:var(--gold);font-size:1.25rem}

    footer{background:#111;color:#fff;padding:48px 5% 24px}
    .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px;margin-bottom:32px}
    footer h3{color:var(--gold);margin-bottom:15px;font-family:'Playfair Display',serif}
    footer p,footer a{color:#ccc;line-height:2;font-size:.9rem;display:block}
    .whatsapp{display:inline-flex;align-items:center;gap:9px;margin-top:10px;color:#25d366;font-weight:700}
    .copyright{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;color:#888;font-size:.85rem}

    @media(max-width:1000px){
      .menu{display:none}.mobile-toggle{display:block}
      .hero{height:640px}.features,.product-grid{grid-template-columns:repeat(2,1fr)}
      .feature-box{border-right:0}.steps-grid,.testimonial-grid,.footer-grid{grid-template-columns:1fr 1fr}.icon-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:650px){
      nav{padding:13px 5%}.logo{font-size:1.55rem}
      .hero{height:620px;min-height:620px}.hero-content{margin-left:5%;padding-top:180px}.hero-content h1{font-size:30px}.hero-content p{font-size:.95rem}
      .buttons{flex-direction:column;align-items:flex-start}.btn{width:100%}
      .features,.product-grid,.steps-grid,.testimonial-grid,.footer-grid,.icon-strip{grid-template-columns:1fr}
      .products{padding-top:44px}.card-img{height:180px}.section-sub{margin-bottom:22px}
      .search-box{padding:16px}.close-search{right:8px}
    }
  

/* EXTRA PAGE STYLES */
.page-hero {
  min-height: 330px;
  padding: 135px 5% 70px;
  background:
    linear-gradient(rgba(0,0,0,0.62), rgba(0,0,0,0.62)),
    url('https://images.unsplash.com/photo-1519741497674-611481863552?q=80&w=1920&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  margin-bottom: 12px;
}

.page-hero p {
  color: #eee;
  max-width: 700px;
  margin: auto;
}

.page-section {
  padding: 70px 5%;
}

.theme-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  overflow: hidden;
}

.small-btn {
  padding: 11px 20px;
  font-size: 0.9rem;
  border-radius: 6px;
}

.icon-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f1ede3;
  color: #2f3131;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 0.9rem;
  margin: 5px;
}

.icon-pill i {
  color: #d4b15f;
}

.shop-filter {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}

.shop-filter button {
  border: none;
  background: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 5px 18px rgba(0,0,0,0.06);
  font-weight: 600;
}

.shop-filter button.active,
.shop-filter button:hover {
  background: #d4b15f;
  color: #fff;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 9px 28px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

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

.product-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.product-card-body {
  padding: 18px;
  text-align: left;
}

.product-card-body h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.product-card-body p {
  color: #777;
  font-size: 0.9rem;
  min-height: 42px;
}

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.product-price {
  color: #d4b15f;
  font-weight: 700;
  font-size: 1.05rem;
}

.cart-layout,
.checkout-layout,
.product-detail-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 30px;
  align-items: start;
}

.cart-item {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border-bottom: 1px solid #eee;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item img {
  width: 120px;
  height: 95px;
  object-fit: cover;
  border-radius: 12px;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.qty-control button {
  width: 38px;
  height: 36px;
  border: none;
  background: #f7f7f7;
  cursor: pointer;
  font-size: 1rem;
}

.qty-control input {
  width: 48px;
  text-align: center;
  border: none;
  outline: none;
  font-weight: 600;
}

.summary-box {
  padding: 28px;
  position: sticky;
  top: 100px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin: 14px 0;
  color: #555;
}

.summary-total {
  border-top: 1px solid #eee;
  padding-top: 18px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-group {
  text-align: left;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  color: #333;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  font-family: inherit;
  outline: none;
}

.form-group textarea {
  min-height: 110px;
  resize: vertical;
}

.checkout-box {
  padding: 28px;
}

.product-gallery {
  padding: 18px;
}

.main-product-image {
  position: relative;
  height: 470px;
  overflow: hidden;
  border-radius: 16px;
  background: #eee;
}

.product-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.4s ease;
}

.product-slide.active {
  opacity: 1;
}

.product-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0,0,0,0.45);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}

.product-arrow.prev {
  left: 14px;
}

.product-arrow.next {
  right: 14px;
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.thumb-row img {
  height: 82px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  border: 3px solid transparent;
}

.thumb-row img.active {
  border-color: #d4b15f;
}

.product-info-box {
  padding: 34px;
}

.product-info-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.rating {
  color: #d4b15f;
  margin: 10px 0 18px;
}

.product-description {
  color: #666;
  line-height: 1.8;
  margin: 18px 0;
}

.info-tabs {
  margin-top: 35px;
}

.info-tabs h3 {
  margin: 25px 0 10px;
  color: #222;
}

.review-card {
  background: #fff;
  padding: 22px;
  border-radius: 14px;
  margin-top: 16px;
  box-shadow: 0 5px 22px rgba(0,0,0,0.06);
}

@media(max-width: 1000px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cart-layout,
  .checkout-layout,
  .product-detail-layout {
    grid-template-columns: 1fr;
  }

  .summary-box {
    position: static;
  }
}

@media(max-width: 600px) {
  .page-section {
    padding: 45px 5%;
  }

  .shop-grid {
    gap: 16px;
  }

  .product-card img {
    height: 160px;
  }

  .cart-item {
    grid-template-columns: 90px 1fr;
  }

  .cart-item img {
    width: 90px;
    height: 78px;
  }

  .cart-price-box {
    grid-column: 1 / -1;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .main-product-image {
    height: 330px;
  }

  .product-info-box h2 {
    font-size: 2rem;
  }
}

/* PRODUCT VIEW LIKE REFERENCE IMAGE */
.breadcrumb {
  width: 90%;
  max-width: 1220px;
  margin: 105px auto 18px;
  color: #777;
  font-size: 0.95rem;
}
.breadcrumb a { color: #777; }
.breadcrumb span { color: #222; font-weight: 600; }

.product-view-section {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto 60px;
}

.product-view-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: start;
}

.product-left-gallery {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
}

.product-thumbs-vertical {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 600px;
  overflow-y: auto;
  border: 1px solid #eee;
  padding: 10px;
  background: #fff;
}

.product-thumbs-vertical img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.product-thumbs-vertical img.active {
  border-color: #d4b15f;
}

.product-large-image {
  position: relative;
  height: 585px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}

.product-large-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.35s ease;
}

.product-large-slide.active {
  opacity: 1;
}

.product-large-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.expand-icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  z-index: 5;
  border: 1px solid #e5e5e5;
}

.product-right-info {
  text-align: center;
  padding: 0 12px;
}

.product-right-info h1 {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.price-line {
  color: red;
  font-size: 1.45rem;
  margin-bottom: 25px;
}

.price-line .old-price {
  text-decoration: line-through;
  margin-right: 14px;
}

.short-desc {
  max-width: 610px;
  margin: 0 auto 24px;
  line-height: 1.75;
  color: #222;
}

.option-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product-select {
  width: 100%;
  max-width: 590px;
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 14px;
  color: #000;
  margin-bottom: 24px;
}

.inline-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.inline-qty label {
  color: #666;
}

.reference-qty {
  display: inline-flex;
  border: 1px solid #ddd;
  height: 42px;
}

.reference-qty button {
  width: 38px;
  border: none;
  background: #fff;
  cursor: pointer;
  color: #666;
}

.reference-qty input {
  width: 48px;
  border: none;
  text-align: center;
  outline: none;
}

.upload-row {
  margin-bottom: 28px;
  color: #666;
  font-size: 0.95rem;
}

.green-cart-btn {
  background: #06a906;
  color: #fff;
  border: 2px solid #067a06;
  padding: 13px 72px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}

.product-meta-line {
  border-top: 1px solid #eee;
  margin-top: 54px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #999;
  font-size: 0.9rem;
}

.product-meta-line strong {
  color: #555;
  font-weight: 500;
}

.share-icons {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: flex-end;
}

.share-icons i {
  font-size: 1.25rem;
}

.process-time {
  text-align: center;
  color: #777;
  margin: 35px 0;
}

.detail-tabs {
  max-width: 1220px;
  margin: 0 auto 70px;
  border: 1px solid #ddd;
  background: #fff;
}

.tab-head {
  display: flex;
  justify-content: center;
  gap: 45px;
  border-bottom: 1px solid #ddd;
}

.tab-head button {
  border: none;
  background: transparent;
  padding: 16px 0 10px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.tab-head button.active {
  border-bottom-color: #222;
}

.tab-panel {
  padding: 28px;
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-panel h3 {
  margin-bottom: 16px;
}

.tab-panel p {
  line-height: 1.8;
}

.reference-review {
  border-top: 1px solid #eee;
  padding-top: 16px;
  margin-top: 16px;
}

@media(max-width: 1000px) {
  .product-view-grid {
    grid-template-columns: 1fr;
  }
  .product-right-info {
    padding: 0;
  }
}

@media(max-width: 650px) {
  .breadcrumb {
    margin-top: 90px;
  }
  .product-left-gallery {
    grid-template-columns: 1fr;
  }
  .product-thumbs-vertical {
    order: 2;
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
  }
  .product-large-image {
    height: 390px;
  }
  .product-meta-line {
    flex-direction: column;
    text-align: center;
  }
  .share-icons {
    justify-content: center;
  }
  .green-cart-btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* IMPROVED UPLOAD + PRODUCT LIGHTBOX */
.upload-card {
  max-width: 590px;
  margin: 0 auto 28px;
  border: 2px dashed #d4b15f;
  background: #fbf8ef;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  transition: 0.3s ease;
}

.upload-card:hover {
  background: #f6efd9;
}

.upload-card i {
  font-size: 2rem;
  color: #d4b15f;
  margin-bottom: 10px;
}

.upload-card h4 {
  margin-bottom: 6px;
  color: #222;
}

.upload-card p {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 14px;
}

.upload-card input[type="file"] {
  display: none;
}

.upload-label {
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 11px 24px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.upload-file-name {
  margin-top: 12px;
  font-size: 0.85rem;
  color: #555;
}

.product-large-image,
.expand-icon {
  cursor: zoom-in;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  z-index: 5000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.lightbox.active {
  display: flex;
}

.lightbox img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 15px 55px rgba(0,0,0,0.45);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  border: none;
  background: rgba(255,255,255,0.16);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s ease;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: #d4b15f;
}

.lightbox-close {
  top: 24px;
  right: 28px;
  width: 48px;
  height: 48px;
  font-size: 1.4rem;
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  font-size: 1.3rem;
}

.lightbox-prev {
  left: 28px;
}

.lightbox-next {
  right: 28px;
}

@media(max-width: 650px) {
  .upload-card {
    padding: 16px;
  }

  .lightbox-prev,
  .lightbox-next {
    width: 42px;
    height: 42px;
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }

  .lightbox-close {
    right: 14px;
    top: 14px;
  }
}


/* MODERN CHECKOUT + PAYMENT */
.clean-breadcrumb {
  width: 90%;
  max-width: 1220px;
  margin: 105px auto 22px;
  color: #8a8a8a;
  font-size: 0.94rem;
}
.clean-breadcrumb a { color: #8a8a8a; }
.clean-breadcrumb span { color: #222; font-weight: 600; }

.checkout-modern,
.payment-modern {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 34px;
  align-items: start;
}

.checkout-panel,
.order-panel,
.payment-panel,
.payment-confirm-panel {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
}

.checkout-panel {
  padding: 34px;
}

.checkout-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 24px;
}

.checkout-title i {
  color: #d4b15f;
}

.checkout-divider {
  height: 1px;
  background: #eee;
  margin: 26px 0;
}

.form-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-2col .wide {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 8px;
  color: #555;
  font-weight: 600;
  font-size: 0.92rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 12px;
  padding: 14px;
  font-family: inherit;
  outline: none;
  transition: 0.3s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  background: #fff;
  border-color: #d4b15f;
  box-shadow: 0 0 0 4px rgba(212,177,95,0.15);
}

.order-panel,
.payment-confirm-panel {
  padding: 28px;
  position: sticky;
  top: 105px;
}

.order-panel h3,
.payment-confirm-panel h3 {
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 18px;
}

.order-table th,
.order-table td {
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  text-align: left;
  color: #555;
}

.order-table th:last-child,
.order-table td:last-child {
  text-align: right;
}

.order-total-row {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  color: #555;
}

.order-total-row.final {
  color: #b30000;
  font-weight: 700;
  font-size: 1.1rem;
}

.payment-method {
  margin: 22px 0;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 16px;
  background: #fbfbfb;
}

.payfast-box {
  margin-top: 12px;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #eee;
  color: #333;
  font-weight: 700;
}

.payfast-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.payfast-logos span {
  background: #f2f2f2;
  padding: 5px 9px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 700;
}

.outline-red-btn {
  width: 100%;
  border: 1px solid #b80000;
  color: #b80000;
  background: #fff;
  border-radius: 10px;
  padding: 13px;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
  display: block;
  text-align: center;
}

.outline-red-btn:hover {
  background: #b80000;
  color: #fff;
}

.gold-btn-full {
  width: 100%;
  border: none;
  color: #fff;
  background: #d4b15f;
  border-radius: 10px;
  padding: 14px;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  display: block;
  text-align: center;
}

.payment-products {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #eee;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  padding: 30px;
}

.payment-table {
  width: 100%;
  border-collapse: collapse;
}

.payment-table th,
.payment-table td {
  padding: 18px 12px;
  border-bottom: 1px solid #eee;
  color: #555;
  text-align: left;
}

.payment-table th {
  font-weight: 600;
  color: #777;
}

.payment-table img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
  vertical-align: middle;
  margin-right: 16px;
}

.payment-product-name {
  color: #111;
  font-weight: 700;
}

.address-card {
  background: #fafafa;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 22px;
  color: #666;
  line-height: 1.7;
}

.address-card strong {
  color: #111;
  font-size: 1.15rem;
}

.edit-link {
  color: #b80000;
  font-size: 0.9rem;
}

.continue-shopping {
  margin-top: 22px;
}

/* MODERN DESCRIPTION / REVIEWS */
.detail-tabs {
  max-width: 1220px;
  margin: 0 auto 80px !important;
  border: none !important;
  background: transparent !important;
}

.tab-head {
  background: #fff;
  border: 1px solid #eee !important;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.tab-head button {
  padding: 18px 26px !important;
  font-weight: 700 !important;
  color: #555;
}

.tab-head button.active {
  color: #111;
  border-bottom-color: #d4b15f !important;
}

.tab-panel {
  background: #fff;
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0 0 18px 18px;
  padding: 34px !important;
  box-shadow: 0 14px 35px rgba(0,0,0,0.06);
}

.product-info-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
}

.info-highlight {
  background: #fbf8ef;
  border-left: 4px solid #d4b15f;
  padding: 22px;
  border-radius: 14px;
}

.info-list {
  display: grid;
  gap: 12px;
}

.info-list div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-list i {
  color: #d4b15f;
}

.review-modern {
  display: grid;
  gap: 18px;
}

.review-box-modern {
  border: 1px solid #eee;
  background: #fafafa;
  border-radius: 16px;
  padding: 22px;
}

.review-stars {
  color: #d4b15f;
  margin-bottom: 8px;
}

@media(max-width: 1000px) {
  .checkout-modern,
  .payment-modern {
    grid-template-columns: 1fr;
  }
  .order-panel,
  .payment-confirm-panel {
    position: static;
  }
  .product-info-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 650px) {
  .form-2col {
    grid-template-columns: 1fr;
  }
  .payment-table,
  .payment-table thead,
  .payment-table tbody,
  .payment-table th,
  .payment-table td,
  .payment-table tr {
    display: block;
    width: 100%;
  }
  .payment-table thead {
    display: none;
  }
  .payment-table td {
    padding: 12px 0;
  }
}


/* FINAL PRODUCT + SHOP FIXES */
.green-cart-btn {
  background: linear-gradient(135deg, #d4b15f, #b89543) !important;
  border: none !important;
  color: #fff !important;
  padding: 15px 82px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 24px rgba(212,177,95,0.32);
  transition: 0.3s ease;
}

.green-cart-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(212,177,95,0.45);
}

.product-info-grid {
  grid-template-columns: 1fr !important;
}

.shop-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.product-card {
  border-radius: 12px !important;
}

.product-card img {
  height: 230px !important;
}

.product-card-body {
  padding: 14px !important;
}

.product-card-body h3 {
  font-size: 0.98rem;
}

.product-card-body p {
  font-size: 0.82rem !important;
  min-height: 38px !important;
}

.product-card-footer {
  margin-top: 10px !important;
}

.product-price {
  font-size: 0.95rem !important;
}

.product-card .small-btn {
  padding: 8px 14px !important;
  font-size: 0.8rem !important;
}

.product-card.hide-product {
  display: none !important;
}

@media(max-width: 1000px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media(max-width: 600px) {
  .product-card img {
    height: 135px !important;
  }
}


/* =========================
   ElegantPix Modern Refresh
   ========================= */
:root{
  --gold:#d4b15f;
  --gold-dark:#b89543;
  --dark:#151515;
  --muted:#6f6f6f;
  --soft:#f8f6f1;
  --line:#ececec;
  --danger:#c62020;
  --radius:18px;
  --shadow:0 18px 45px rgba(0,0,0,.08);
}

html{scroll-behavior:smooth;}
body{
  background:linear-gradient(180deg,#fbfaf6 0%,#f8f7f2 100%);
  color:#222;
}

header{
  background:rgba(16,16,16,.86)!important;
  backdrop-filter:blur(14px);
}

nav{
  padding:14px 5%!important;
}

.logo{
  letter-spacing:-.5px;
}

.menu a{
  position:relative;
  font-size:.86rem!important;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:var(--gold);
  transition:.25s ease;
}

.menu a:hover::after,
.menu a.active::after{width:100%;}

.nav-right a,
.nav-right i{
  color:#fff;
}

.page-hero,
.auth-section{
  position:relative;
}

.page-hero::after,
.auth-section::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 20% 10%,rgba(212,177,95,.22),transparent 28%);
}

.modern-wrap{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.modern-breadcrumb,
.clean-breadcrumb,
.auth-breadcrumb,
.breadcrumb{
  width:90%!important;
  max-width:1220px!important;
  margin:104px auto 24px!important;
  color:#858585!important;
  font-size:.92rem!important;
}

.modern-breadcrumb a,
.clean-breadcrumb a,
.auth-breadcrumb a,
.breadcrumb a{color:#858585!important;}

.modern-breadcrumb span,
.clean-breadcrumb span,
.auth-breadcrumb span,
.breadcrumb span{color:#222!important;font-weight:700;}

.theme-card,
.product-card,
.checkout-panel,
.order-panel,
.payment-products,
.payment-confirm-panel,
.auth-card,
.cart-modern-panel{
  border:1px solid rgba(0,0,0,.06)!important;
  box-shadow:var(--shadow)!important;
}

/* Shop */
.shop-toolbar{
  width:90%;
  max-width:1220px;
  margin:0 auto 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.shop-search{
  position:relative;
  flex:1;
  min-width:260px;
  max-width:420px;
}

.shop-search i{
  position:absolute;
  left:15px;
  top:50%;
  transform:translateY(-50%);
  color:var(--gold);
}

.shop-search input{
  width:100%;
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:13px 16px 13px 43px;
  outline:none;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}

.shop-filter{
  margin-bottom:0!important;
}

.shop-filter button{
  border:1px solid var(--line)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.05)!important;
}

.shop-grid{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.product-card{
  overflow:hidden;
  background:#fff;
  position:relative;
}

.product-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,var(--gold),#eee);
  opacity:0;
  transition:.25s ease;
}

.product-card:hover::before{opacity:1;}

.product-card:hover{
  transform:translateY(-8px)!important;
}

.product-card img{
  transition:.45s ease;
}

.product-card:hover img{
  transform:scale(1.05);
}

.product-card-body h3{
  color:#171717;
}

.small-btn,
.btn.btn-primary{
  border-radius:999px!important;
  box-shadow:0 8px 18px rgba(212,177,95,.22);
}

/* Product View */
.product-large-image{
  border-radius:20px!important;
  box-shadow:var(--shadow);
}

.product-thumbs-vertical{
  border-radius:16px;
  box-shadow:0 12px 26px rgba(0,0,0,.05);
}

.product-thumbs-vertical img{
  border-radius:12px;
}

.product-right-info{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px!important;
  box-shadow:var(--shadow);
}

.product-right-info h1{
  font-family:'Playfair Display',serif!important;
  font-size:2.4rem!important;
  text-transform:none!important;
}

.price-line{
  font-weight:700;
}

.product-select{
  border-radius:12px!important;
  background:#fafafa;
}

.reference-qty{
  border-radius:999px!important;
  overflow:hidden;
}

.reference-qty button:hover{
  background:var(--gold);
  color:#fff;
}

.upload-card{
  box-shadow:0 10px 28px rgba(212,177,95,.14);
}

.green-cart-btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.detail-tabs{
  width:90%;
}

/* Cart */
.cart-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 80px;
  display:grid;
  grid-template-columns:1fr 360px;
  gap:30px;
  align-items:start;
}

.cart-modern-panel{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
}

.cart-modern-title{
  padding:24px 26px;
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.cart-modern-title h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
}

.cart-item{
  transition:.25s ease;
}

.cart-item:hover{
  background:#fbf8ef;
}

.cart-remove{
  border:none;
  background:#fff0f0;
  color:var(--danger);
  border-radius:999px;
  padding:8px 12px;
  cursor:pointer;
}

.empty-cart{
  padding:36px;
  text-align:center;
  color:var(--muted);
  display:none;
}

/* Forms */
.field input,
.field select,
.field textarea,
.input-icon input,
.input-icon select{
  border-radius:14px!important;
}

/* Checkout / Payment */
.checkout-modern,
.payment-modern{
  margin-bottom:90px!important;
}

.order-panel,
.payment-confirm-panel{
  border-radius:22px!important;
}

.payment-table img{
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

.progress-steps{
  width:90%;
  max-width:1220px;
  margin:0 auto 28px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.progress-step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:12px 16px;
  text-align:center;
  color:#777;
  font-weight:600;
}

.progress-step.active{
  background:var(--dark);
  color:#fff;
}

.progress-step.done{
  background:#fbf8ef;
  color:#222;
  border-color:rgba(212,177,95,.45);
}

/* Login */
.auth-card{
  backdrop-filter:blur(12px);
}

.auth-tab.active{
  background:linear-gradient(135deg,#222,#444)!important;
}

.auth-submit{
  background:linear-gradient(135deg,var(--gold),var(--gold-dark))!important;
}

/* Contact */
.contact-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 90px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:30px;
}

.contact-info,
.contact-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px;
  box-shadow:var(--shadow);
}

.contact-info h2,
.contact-form h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
  margin-bottom:16px;
}

.contact-line{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin:18px 0;
  color:#555;
}

.contact-line i{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fbf8ef;
  color:var(--gold);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
}

.contact-social{
  display:flex;
  gap:10px;
  margin-top:22px;
}

.contact-social a{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#111;
  color:#fff;
}

/* Toast */
.toast{
  position:fixed;
  right:22px;
  bottom:22px;
  background:#111;
  color:#fff;
  padding:14px 18px;
  border-radius:14px;
  box-shadow:0 14px 35px rgba(0,0,0,.22);
  z-index:9999;
  transform:translateY(120px);
  opacity:0;
  transition:.3s ease;
}

.toast.show{
  transform:translateY(0);
  opacity:1;
}

@media(max-width:1000px){
  .cart-modern,
  .contact-modern{
    grid-template-columns:1fr;
  }
  .progress-steps{
    grid-template-columns:1fr;
  }
}

@media(max-width:650px){
  .shop-toolbar{
    align-items:stretch;
  }
  .shop-search{
    max-width:none;
  }
  .cart-modern-title{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
}


/* ElegantPix Logo Color Styling */
.logo,
.footer-logo {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
}

.logo .logo-gold,
.footer-logo .logo-gold {
  color: #d4b15f !important;
}

.logo .logo-white,
.footer-logo .logo-white {
  color: #ffffff !important;
}


/* ABOUT + UPLOAD + RECOMMENDED SLIDER */
.modern-page-hero{width:90%;max-width:1220px;margin:105px auto 38px;background:linear-gradient(135deg,rgba(18,18,18,.92),rgba(18,18,18,.68)),url('https://images.unsplash.com/photo-1516035069371-29a1b244cc32?q=80&w=1800&auto=format&fit=crop');background-size:cover;background-position:center;border-radius:30px;padding:58px 42px;color:#fff;box-shadow:0 24px 65px rgba(0,0,0,.16)}
.modern-page-hero h1{font-family:'Playfair Display',montserrat;font-size:clamp(2.4rem,5vw,4.4rem);margin-bottom:12px}.modern-page-hero p{color:#e8e8e8;max-width:760px;line-height:1.8}
.upload-card{max-width:590px!important;margin:0 auto 28px!important;border:1px solid rgba(212,177,95,.35)!important;background:linear-gradient(180deg,#fffdf8,#fbf8ef)!important;border-radius:22px!important;padding:20px!important;text-align:left!important;box-shadow:0 16px 38px rgba(212,177,95,.16)!important}
.upload-drop-zone{border:2px dashed #d4b15f;border-radius:18px;padding:22px;text-align:center;background:rgba(255,255,255,.72);cursor:pointer;transition:.25s ease}.upload-drop-zone.dragover,.upload-drop-zone:hover{background:#fff6df;transform:translateY(-2px)}
.upload-drop-zone i{width:58px;height:58px;border-radius:18px;background:#151515;color:#d4b15f!important;display:inline-flex;align-items:center;justify-content:center;margin-bottom:0px!important;font-size:1.6rem!important}.upload-drop-zone h4{margin-bottom:6px;font-size:1.05rem}.upload-drop-zone p{color:#777;margin-bottom:14px}
.upload-label{display:inline-flex!important;align-items:center;gap:8px;background:linear-gradient(135deg,#d4b15f,#b89543)!important;color:#fff!important;border-radius:999px!important;padding:11px 22px!important;font-weight:800!important;cursor:pointer;box-shadow:0 9px 22px rgba(212,177,95,.28)}
.upload-preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.upload-preview-item{position:relative;height:76px;border-radius:12px;overflow:hidden;background:#eee;border:1px solid #e2e2e2}.upload-preview-item img{width:100%;height:100%;object-fit:cover}.upload-preview-item button{position:absolute;top:5px;right:5px;border:none;background:rgba(0,0,0,.65);color:#fff;width:22px;height:22px;border-radius:50%;cursor:pointer}.upload-helper{margin-top:12px;color:#777;font-size:.86rem;text-align:center}
.recommended-section{width:90%;max-width:1220px;margin:0 auto 90px}.recommended-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.recommended-head h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem)}.slider-controls{display:flex;gap:10px}.slider-controls button{width:44px;height:44px;border:none;border-radius:50%;background:#151515;color:#fff;cursor:pointer}.slider-controls button:hover{background:#d4b15f}
.recommended-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - 14px);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 18px}.recommended-card{scroll-snap-align:start;background:#fff;border:1px solid #ececec;border-radius:20px;overflow:hidden;box-shadow:0 14px 36px rgba(0,0,0,.07);text-decoration:none;color:inherit}.recommended-card img{width:100%;height:165px;object-fit:cover}.recommended-card div{padding:16px}.recommended-card h3{font-size:1rem;margin-bottom:6px}.recommended-card p{color:#777;font-size:.86rem;margin-bottom:12px}.recommended-card strong{color:#d4b15f}
.about-story{width:90%;max-width:1220px;margin:0 auto 70px;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.about-story-card{background:#fff;border:1px solid #ececec;border-radius:26px;padding:36px;box-shadow:0 18px 45px rgba(0,0,0,.08)}.about-story-card h2,.about-values h2,.about-process h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem);margin-bottom:16px}.about-story-card p{color:#666;line-height:1.85}.about-image-grid{display:grid;grid-template-columns:1fr .82fr;gap:14px}.about-image-grid img{width:100%;object-fit:cover;border-radius:24px;box-shadow:0 14px 38px rgba(0,0,0,.12)}.about-image-grid img:first-child{height:420px}.about-image-grid img:last-child{height:320px;margin-top:60px}
.about-values,.about-process{width:90%;max-width:1220px;margin:0 auto 80px;text-align:center}.values-grid,.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.value-card,.process-card{background:#fff;border:1px solid #ececec;border-radius:22px;padding:26px 20px;box-shadow:0 16px 40px rgba(0,0,0,.07)}.value-card i,.process-card i{width:52px;height:52px;border-radius:18px;background:#fbf8ef;color:#d4b15f;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:14px}.value-card p,.process-card p{color:#777;line-height:1.6;font-size:.92rem}
.about-cta{width:90%;max-width:1220px;margin:0 auto 90px;background:linear-gradient(135deg,#151515,#303030);border-radius:28px;padding:42px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 22px 55px rgba(0,0,0,.18)}.about-cta h2{font-family:'Playfair Display',montserrat;font-size:2.4rem}.about-cta p{color:#ddd;margin-top:8px}
@media(max-width:1000px){.recommended-slider{grid-auto-columns:calc(50% - 10px)}.about-story,.values-grid,.process-grid{grid-template-columns:1fr 1fr}.about-cta{flex-direction:column;align-items:flex-start}}
@media(max-width:650px){.modern-page-hero{padding:36px 24px}.upload-preview-grid{grid-template-columns:repeat(2,1fr)}.recommended-slider{grid-auto-columns:82%}.recommended-head{align-items:flex-start;flex-direction:column}.about-story,.values-grid,.process-grid{grid-template-columns:1fr}.about-image-grid{grid-template-columns:1fr}.about-image-grid img:first-child,.about-image-grid img:last-child{height:280px;margin-top:0}}


/* Touch / Mouse Drag Slider */
.recommended-slider {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

.recommended-slider.dragging {
  cursor: grabbing;
  scroll-behavior: auto !important;
}

.recommended-slider.dragging a {
  pointer-events: none;
}


/* PRODUCT VIEW 2 DOWNLOAD PAGE */
.download-product-panel {
  max-width: 300px;
  margin: 28px auto 0;
  display: grid;
  gap: 14px;
}

.download-main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 16px 22px;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,0.14);
  transition: 0.25s ease;
}

.download-main-btn:hover {
  transform: translateY(-3px);
}

.download-main-btn.windows {
  background: linear-gradient(135deg, #0078d4, #004f8b);
}

.download-main-btn.mac {
  background: linear-gradient(135deg, #151515, #454545);
}

.older-windows-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #b80000;
  font-weight: 700;
  text-decoration: none;
  margin-top: 4px;
}

.download-info-card {
  background: #fbf8ef;
  border: 1px solid rgba(212,177,95,0.35);
  border-radius: 18px;
  padding: 18px;
  color: #555;
  line-height: 1.7;
  margin-top: 18px;
}

.download-info-card strong {
  color: #222;
}

.product-view-2 .product-right-info {
  text-align: left;
}

.product-view-2 .price-line {
  color: #d4b15f;
}

@media(max-width:650px) {
  .download-main-btn {
    padding: 14px 18px;
  }
}



.search-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #151515;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.25s ease;
  z-index: 20;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.search-popup-close:hover {
  background: #d4b15f;
  transform: rotate(90deg);
}

.search-popup-content,
.search-modal-content,
.search-overlay-content {
  position: relative;
}


/* SEARCH POPUP CLOSE FIX - ALL PAGES */
.search-popup {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.82) !important;
  z-index: 9999 !important;
}

.search-popup .search-box {
  position: relative !important;
}

.search-popup-close,
.close-search {
  position: absolute !important;
  top: -58px !important;
  right: 0 !important;
  width: 46px !important;
  height: 46px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #d4b15f !important;
  color: #fff !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.2rem !important;
  z-index: 10001 !important;
  box-shadow: 0 10px 26px rgba(0,0,0,0.28) !important;
  transition: 0.25s ease !important;
}

.search-popup-close:hover,
.close-search:hover {
  background: #b89543 !important;
  transform: rotate(90deg) !important;
}

@media(max-width: 600px) {
  .search-popup-close,
  .close-search {
    top: -62px !important;
    right: 5px !important;
  }
}


/* SEARCH POPUP TOP OFFSET */
.search-popup,
.search-modal,
.search-overlay {
  padding-top: 100px !important;
  align-items: flex-start !important;
}

.search-popup .search-box,
.search-modal .search-box,
.search-overlay .search-box {
  margin-top: 0 !important;
}

:root{
      --gold:#c7a64f;
      --gold-dark:#a98735;
      --charcoal:#1d1d1b;
      --cream:#f8f6ee;
      --sage:#d8d8c6;
      --white:#fff;
      --text:#222;
      --muted:#777;
      --shadow:0 14px 35px rgba(0,0,0,.10);
    }

    *{margin:0;padding:0;box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{font-family:'Poppins',sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}
    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}
    .container{width:min(90%,1180px);margin:auto}

    header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(29,29,27,.84);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.10)}
    nav{display:flex;align-items:center;justify-content:space-between;padding:14px 5%}
    .logo{font-size:1.85rem;font-weight:700;font-family:'Playfair Display',montserrat;color:var(--gold);letter-spacing:.2px}
    .menu{display:flex;gap:24px;align-items:center}
    .menu a{color:#fff;font-size:.86rem;font-weight:500;transition:.25s}
    .menu a:hover{color:var(--gold)}
    .nav-right{display:flex;align-items:center;gap:17px;color:#fff}
    .nav-right i{cursor:pointer;transition:.25s;font-size:1rem}
    .nav-right i:hover{color:var(--gold)}
    .cart-icon{position:relative}
    .cart-count{position:absolute;top:-10px;right:-10px;width:18px;height:18px;border-radius:50%;background:var(--gold);color:#fff;font-size:.65rem;display:flex;align-items:center;justify-content:center;font-weight:700}
    .mobile-toggle{display:none;color:#fff;font-size:1.45rem;cursor:pointer}
    .mobile-menu{position:absolute;top:100%;left:0;width:100%;background:rgba(29,29,27,.98);display:none;flex-direction:column;padding:18px 5%;gap:14px}
    .mobile-menu a{color:#fff;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:11px}
    .mobile-menu.active{display:flex}

    .search-popup{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:3000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s;padding:20px}
    .search-popup.active{opacity:1;visibility:visible}
    .search-box{width:100%;max-width:660px;background:#fff;border-radius:14px;padding:18px;position:relative;box-shadow:var(--shadow)}
    .search-box input{width:100%;border:0;outline:0;font-size:1.05rem;padding:15px 48px 15px 15px;border-radius:10px;background:#f4f4f4}
    .search-box button{position:absolute;top:50%;right:34px;transform:translateY(-50%);border:0;background:transparent;font-size:1.05rem;cursor:pointer;color:#666}
    .close-search{position:absolute;top:-52px;right:0;color:#fff;font-size:1.7rem;cursor:pointer;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center}

    
    .slides,.slide{width:100%;height:100%}
    .slide{position:absolute;top:0;left:0;opacity:0;transition:opacity 1s ease-in-out;background-size:cover;background-position:center;display:flex;align-items:center}
    .slide.active{opacity:1;z-index:1}
    .overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.38),rgba(0,0,0,.16))}
    .hero-content{position:relative;z-index:2;color:#fff;width:min(90%,620px);margin-left:8%;padding-top:55px}
    .eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--gold);font-size:1.15rem;margin-bottom:10px;font-family:'Playfair Display',serif}
    .eyebrow i{font-size:1rem}
    .hero-content h1{font-size:clamp(2.9rem,5vw,4.55rem);line-height:1.02;margin-bottom:18px;font-family:'Playfair Display',montserrat;max-width:610px}
    .hero-content p{font-size:1.02rem;line-height:1.75;margin-bottom:28px;max-width:560px;color:#f1f1f1}
    .buttons{display:flex;gap:13px;flex-wrap:wrap}
    .btn{padding:13px 24px;border-radius:4px;font-weight:700;transition:.25s;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:.85rem;text-transform:uppercase;letter-spacing:.3px}
    .btn-primary{background:var(--gold);color:#fff}
    .btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px)}
    .btn-secondary{border:2px solid #fff;color:#fff;background:rgba(255,255,255,.04)}
    .btn-secondary:hover{background:#fff;color:#111}
    .hero-trust{display:flex;align-items:center;gap:16px;margin-top:22px;flex-wrap:wrap;font-size:.84rem;color:#000;}
    .stars{color:var(--gold);letter-spacing:2px}
    .slider-dots{position:absolute;bottom:27px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:5}
    .dot{width:34px;height:4px;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer;transition:.25s}
    .dot.active{background:var(--gold);width:48px}

    .features{background:var(--charcoal);color:#fff;padding:24px 5%;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
    .feature-box{display:flex;align-items:flex-start;gap:13px;border-right:1px solid rgba(255,255,255,.08);padding-right:15px}
    .feature-box:last-child{border-right:0}
    .feature-icon{width:42px;height:42px;min-width:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(199,166,79,.45);color:var(--gold);font-size:1.05rem;background:rgba(199,166,79,.08)}
    .feature-box h3{font-size:.95rem;margin-bottom:4px;color:#fff}
    .feature-box p{color:#cfcfcf;font-size:.78rem;line-height:1.55}

    /* Smaller, cleaner product section */
    .products{padding:56px 5% 46px;text-align:center;background:#fffdf8}
    .mini-title{font-size:.74rem;font-weight:700;color:var(--gold);letter-spacing:1.4px;text-transform:uppercase;margin-bottom:8px}
    .section-title{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,3vw,2.7rem);line-height:1.1;margin-bottom:10px}
    .section-sub{color:var(--muted);margin-bottom:30px;font-size:.92rem}
    .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1040px;margin:0 auto}
    .card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.07);transition:.25s;border:1px solid rgba(0,0,0,.05)}
    .card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
    .card-img{height:165px;position:relative;overflow:hidden}
    .card-img img{width:100%;height:100%;object-fit:contain;transition:.35s}
    .card:hover .card-img img{transform:scale(1.05)}
    .product-badge{position:absolute;top:10px;left:10px;background:rgba(29,29,27,.88);color:#fff;font-size:.68rem;padding:5px 9px;border-radius:999px;display:flex;align-items:center;gap:6px}
    .card-content{padding:17px 15px 18px}
    .product-icon{width:42px;height:42px;margin:-38px auto 12px;border-radius:50%;background:#fff;color:var(--gold);display:flex;align-items:center;justify-content:center;box-shadow:0 5px 16px rgba(0,0,0,.12);position:relative;z-index:2;font-size:1.05rem}
    .card-content h3{margin-bottom:5px;font-size:1.02rem;font-family:'Playfair Display',serif}
    .price{color:var(--gold);font-weight:700;margin-bottom:14px;display:block;font-size:.86rem}
    .card .btn{padding:9px 16px;font-size:.72rem;width:auto}
    .more-products{margin-top:24px;display:inline-flex;align-items:center;gap:9px;color:#222;font-weight:700;font-size:.85rem}
    .more-products i{color:var(--gold)}

    .steps{padding:56px 5%;background:#f1ede3;text-align:center}
    .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
    .step{background:#fff;padding:28px 24px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055)}
    .step-number{width:62px;height:62px;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:auto auto 17px;font-size:1.35rem;font-weight:700}
    .step-number i{font-size:1.3rem}
    .step h3{font-size:1.05rem;margin-bottom:7px}
    .step p{font-size:.87rem;color:#666;line-height:1.65}

    .testimonials{padding:62px 5%;text-align:center;background:#eef0df}
    .testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px;max-width:1050px;margin-left:auto;margin-right:auto}
    .testimonial{background:#fff;padding:26px;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.055);text-align:left}
    .testimonial .stars{font-size:.8rem;margin-bottom:11px}
    .testimonial p{line-height:1.7;color:#555;margin-bottom:14px;font-size:.9rem}
    .testimonial h4{color:var(--gold);font-size:.9rem}

    .icon-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:30px 5%;background:#fff;color:#222;text-align:center}
    .icon-strip div{display:flex;align-items:center;justify-content:center;gap:10px;font-size:.86rem;font-weight:600;color:#555}
    .icon-strip i{color:var(--gold);font-size:1.25rem}

    footer{background:#111;color:#fff;padding:48px 5% 24px}
    .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px;margin-bottom:32px}
    footer h3{color:var(--gold);margin-bottom:15px;font-family:'Playfair Display',serif}
    footer p,footer a{color:#ccc;line-height:2;font-size:.9rem;display:block}
    .whatsapp{display:inline-flex;align-items:center;gap:9px;margin-top:10px;color:#25d366;font-weight:700}
    .copyright{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;color:#888;font-size:.85rem}

    @media(max-width:1000px){
      .menu{display:none}.mobile-toggle{display:block}
      .hero{height:640px}.features,.product-grid{grid-template-columns:repeat(2,1fr)}
      .feature-box{border-right:0}.steps-grid,.testimonial-grid,.footer-grid{grid-template-columns:1fr 1fr}.icon-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:650px){
      nav{padding:13px 5%}.logo{font-size:1.55rem}
      .hero{height:620px;min-height:620px}.hero-content{margin-left:5%;padding-top:180px}.hero-content h1{font-size:30px}.hero-content p{font-size:.95rem}
      .buttons{flex-direction:column;align-items:flex-start}.btn{width:100%}
      .features,.product-grid,.steps-grid,.testimonial-grid,.footer-grid,.icon-strip{grid-template-columns:1fr}
      .products{padding-top:44px}.card-img{height:180px}.section-sub{margin-bottom:22px}
      .search-box{padding:16px}.close-search{right:8px}
    }
  

/* EXTRA PAGE STYLES */
.page-hero {
  min-height: 330px;
  padding: 135px 5% 70px;
  background:
    linear-gradient(rgba(0,0,0,0.62), rgba(0,0,0,0.62)),
    url('https://images.unsplash.com/photo-1519741497674-611481863552?q=80&w=1920&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  margin-bottom: 12px;
}

.page-hero p {
  color: #eee;
  max-width: 700px;
  margin: auto;
}

.page-section {
  padding: 70px 5%;
}

.theme-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  overflow: hidden;
}

.small-btn {
  padding: 11px 20px;
  font-size: 0.9rem;
  border-radius: 6px;
}

.icon-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f1ede3;
  color: #2f3131;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 0.9rem;
  margin: 5px;
}

.icon-pill i {
  color: #d4b15f;
}

.shop-filter {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}

.shop-filter button {
  border: none;
  background: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 5px 18px rgba(0,0,0,0.06);
  font-weight: 600;
}

.shop-filter button.active,
.shop-filter button:hover {
  background: #d4b15f;
  color: #fff;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 9px 28px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

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

.product-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.product-card-body {
  padding: 18px;
  text-align: left;
}

.product-card-body h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.product-card-body p {
  color: #777;
  font-size: 0.9rem;
  min-height: 42px;
}

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.product-price {
  color: #d4b15f;
  font-weight: 700;
  font-size: 1.05rem;
}

.cart-layout,
.checkout-layout,
.product-detail-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 30px;
  align-items: start;
}

.cart-item {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border-bottom: 1px solid #eee;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item img {
  width: 120px;
  height: 95px;
  object-fit: cover;
  border-radius: 12px;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.qty-control button {
  width: 38px;
  height: 36px;
  border: none;
  background: #f7f7f7;
  cursor: pointer;
  font-size: 1rem;
}

.qty-control input {
  width: 48px;
  text-align: center;
  border: none;
  outline: none;
  font-weight: 600;
}

.summary-box {
  padding: 28px;
  position: sticky;
  top: 100px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin: 14px 0;
  color: #555;
}

.summary-total {
  border-top: 1px solid #eee;
  padding-top: 18px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-group {
  text-align: left;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  color: #333;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  font-family: inherit;
  outline: none;
}

.form-group textarea {
  min-height: 110px;
  resize: vertical;
}

.checkout-box {
  padding: 28px;
}

.product-gallery {
  padding: 18px;
}

.main-product-image {
  position: relative;
  height: 470px;
  overflow: hidden;
  border-radius: 16px;
  background: #eee;
}

.product-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.4s ease;
}

.product-slide.active {
  opacity: 1;
}

.product-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0,0,0,0.45);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}

.product-arrow.prev {
  left: 14px;
}

.product-arrow.next {
  right: 14px;
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.thumb-row img {
  height: 82px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  border: 3px solid transparent;
}

.thumb-row img.active {
  border-color: #d4b15f;
}

.product-info-box {
  padding: 34px;
}

.product-info-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.rating {
  color: #d4b15f;
  margin: 10px 0 18px;
}

.product-description {
  color: #666;
  line-height: 1.8;
  margin: 18px 0;
}

.info-tabs {
  margin-top: 35px;
}

.info-tabs h3 {
  margin: 25px 0 10px;
  color: #222;
}

.review-card {
  background: #fff;
  padding: 22px;
  border-radius: 14px;
  margin-top: 16px;
  box-shadow: 0 5px 22px rgba(0,0,0,0.06);
}

@media(max-width: 1000px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cart-layout,
  .checkout-layout,
  .product-detail-layout {
    grid-template-columns: 1fr;
  }

  .summary-box {
    position: static;
  }
}

@media(max-width: 600px) {
  .page-section {
    padding: 45px 5%;
  }

  .shop-grid {
    gap: 16px;
  }

  .product-card img {
    height: 160px;
  }

  .cart-item {
    grid-template-columns: 90px 1fr;
  }

  .cart-item img {
    width: 90px;
    height: 78px;
  }

  .cart-price-box {
    grid-column: 1 / -1;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .main-product-image {
    height: 330px;
  }

  .product-info-box h2 {
    font-size: 2rem;
  }
}

/* PRODUCT VIEW LIKE REFERENCE IMAGE */
.breadcrumb {
  width: 90%;
  max-width: 1220px;
  margin: 105px auto 18px;
  color: #777;
  font-size: 0.95rem;
}
.breadcrumb a { color: #777; }
.breadcrumb span { color: #222; font-weight: 600; }

.product-view-section {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto 60px;
}

.product-view-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: start;
}

.product-left-gallery {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
}

.product-thumbs-vertical {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 600px;
  overflow-y: auto;
  border: 1px solid #eee;
  padding: 10px;
  background: #fff;
}

.product-thumbs-vertical img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.product-thumbs-vertical img.active {
  border-color: #d4b15f;
}

.product-large-image {
  position: relative;
  height: 585px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}

.product-large-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.35s ease;
}

.product-large-slide.active {
  opacity: 1;
}

.product-large-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.expand-icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  z-index: 5;
  border: 1px solid #e5e5e5;
}

.product-right-info {
  text-align: center;
  padding: 0 12px;
}

.product-right-info h1 {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.price-line {
  color: red;
  font-size: 1.45rem;
  margin-bottom: 25px;
}

.price-line .old-price {
  text-decoration: line-through;
  margin-right: 14px;
}

.short-desc {
  max-width: 610px;
  margin: 0 auto 24px;
  line-height: 1.75;
  color: #222;
}

.option-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product-select {
  width: 100%;
  max-width: 590px;
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 14px;
  color: #000;
  margin-bottom: 24px;
}

.inline-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.inline-qty label {
  color: #666;
}

.reference-qty {
  display: inline-flex;
  border: 1px solid #ddd;
  height: 42px;
}

.reference-qty button {
  width: 38px;
  border: none;
  background: #fff;
  cursor: pointer;
  color: #666;
}

.reference-qty input {
  width: 48px;
  border: none;
  text-align: center;
  outline: none;
}

.upload-row {
  margin-bottom: 28px;
  color: #666;
  font-size: 0.95rem;
}

.green-cart-btn {
  background: #06a906;
  color: #fff;
  border: 2px solid #067a06;
  padding: 13px 72px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}

.product-meta-line {
  border-top: 1px solid #eee;
  margin-top: 54px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #999;
  font-size: 0.9rem;
}

.product-meta-line strong {
  color: #555;
  font-weight: 500;
}

.share-icons {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: flex-end;
}

.share-icons i {
  font-size: 1.25rem;
}

.process-time {
  text-align: center;
  color: #777;
  margin: 35px 0;
}

.detail-tabs {
  max-width: 1220px;
  margin: 0 auto 70px;
  border: 1px solid #ddd;
  background: #fff;
}

.tab-head {
  display: flex;
  justify-content: center;
  gap: 45px;
  border-bottom: 1px solid #ddd;
}

.tab-head button {
  border: none;
  background: transparent;
  padding: 16px 0 10px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.tab-head button.active {
  border-bottom-color: #222;
}

.tab-panel {
  padding: 28px;
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-panel h3 {
  margin-bottom: 16px;
}

.tab-panel p {
  line-height: 1.8;
}

.reference-review {
  border-top: 1px solid #eee;
  padding-top: 16px;
  margin-top: 16px;
}

@media(max-width: 1000px) {
  .product-view-grid {
    grid-template-columns: 1fr;
  }
  .product-right-info {
    padding: 0;
  }
}

@media(max-width: 650px) {
  .breadcrumb {
    margin-top: 90px;
  }
  .product-left-gallery {
    grid-template-columns: 1fr;
  }
  .product-thumbs-vertical {
    order: 2;
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
  }
  .product-large-image {
    height: 390px;
  }
  .product-meta-line {
    flex-direction: column;
    text-align: center;
  }
  .share-icons {
    justify-content: center;
  }
  .green-cart-btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* IMPROVED UPLOAD + PRODUCT LIGHTBOX */
.upload-card {
  max-width: 590px;
  margin: 0 auto 28px;
  border: 2px dashed #d4b15f;
  background: #fbf8ef;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  transition: 0.3s ease;
}

.upload-card:hover {
  background: #f6efd9;
}

.upload-card i {
  font-size: 2rem;
  color: #d4b15f;
  margin-bottom: 10px;
}

.upload-card h4 {
  margin-bottom: 6px;
  color: #222;
}

.upload-card p {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 14px;
}

.upload-card input[type="file"] {
  display: none;
}

.upload-label {
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 11px 24px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.upload-file-name {
  margin-top: 12px;
  font-size: 0.85rem;
  color: #555;
}

.product-large-image,
.expand-icon {
  cursor: zoom-in;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  z-index: 5000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.lightbox.active {
  display: flex;
}

.lightbox img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 15px 55px rgba(0,0,0,0.45);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  border: none;
  background: rgba(255,255,255,0.16);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s ease;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: #d4b15f;
}

.lightbox-close {
  top: 24px;
  right: 28px;
  width: 48px;
  height: 48px;
  font-size: 1.4rem;
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  font-size: 1.3rem;
}

.lightbox-prev {
  left: 28px;
}

.lightbox-next {
  right: 28px;
}

@media(max-width: 650px) {
  .upload-card {
    padding: 16px;
  }

  .lightbox-prev,
  .lightbox-next {
    width: 42px;
    height: 42px;
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }

  .lightbox-close {
    right: 14px;
    top: 14px;
  }
}


/* MODERN CHECKOUT + PAYMENT */
.clean-breadcrumb {
  width: 90%;
  max-width: 1220px;
  margin: 105px auto 22px;
  color: #8a8a8a;
  font-size: 0.94rem;
}
.clean-breadcrumb a { color: #8a8a8a; }
.clean-breadcrumb span { color: #222; font-weight: 600; }

.checkout-modern,
.payment-modern {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 34px;
  align-items: start;
}

.checkout-panel,
.order-panel,
.payment-panel,
.payment-confirm-panel {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
}

.checkout-panel {
  padding: 34px;
}

.checkout-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 24px;
}

.checkout-title i {
  color: #d4b15f;
}

.checkout-divider {
  height: 1px;
  background: #eee;
  margin: 26px 0;
}

.form-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-2col .wide {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 8px;
  color: #555;
  font-weight: 600;
  font-size: 0.92rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 12px;
  padding: 14px;
  font-family: inherit;
  outline: none;
  transition: 0.3s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  background: #fff;
  border-color: #d4b15f;
  box-shadow: 0 0 0 4px rgba(212,177,95,0.15);
}

.order-panel,
.payment-confirm-panel {
  padding: 28px;
  position: sticky;
  top: 105px;
}

.order-panel h3,
.payment-confirm-panel h3 {
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 18px;
}

.order-table th,
.order-table td {
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  text-align: left;
  color: #555;
}

.order-table th:last-child,
.order-table td:last-child {
  text-align: right;
}

.order-total-row {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  color: #555;
}

.order-total-row.final {
  color: #b30000;
  font-weight: 700;
  font-size: 1.1rem;
}

.payment-method {
  margin: 22px 0;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 16px;
  background: #fbfbfb;
}

.payfast-box {
  margin-top: 12px;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #eee;
  color: #333;
  font-weight: 700;
}

.payfast-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.payfast-logos span {
  background: #f2f2f2;
  padding: 5px 9px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 700;
}

.outline-red-btn {
  width: 100%;
  border: 1px solid #b80000;
  color: #b80000;
  background: #fff;
  border-radius: 10px;
  padding: 13px;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
  display: block;
  text-align: center;
}

.outline-red-btn:hover {
  background: #b80000;
  color: #fff;
}

.gold-btn-full {
  width: 100%;
  border: none;
  color: #fff;
  background: #d4b15f;
  border-radius: 10px;
  padding: 14px;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  display: block;
  text-align: center;
}

.payment-products {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #eee;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  padding: 30px;
}

.payment-table {
  width: 100%;
  border-collapse: collapse;
}

.payment-table th,
.payment-table td {
  padding: 18px 12px;
  border-bottom: 1px solid #eee;
  color: #555;
  text-align: left;
}

.payment-table th {
  font-weight: 600;
  color: #777;
}

.payment-table img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
  vertical-align: middle;
  margin-right: 16px;
}

.payment-product-name {
  color: #111;
  font-weight: 700;
}

.address-card {
  background: #fafafa;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 22px;
  color: #666;
  line-height: 1.7;
}

.address-card strong {
  color: #111;
  font-size: 1.15rem;
}

.edit-link {
  color: #b80000;
  font-size: 0.9rem;
}

.continue-shopping {
  margin-top: 22px;
}

/* MODERN DESCRIPTION / REVIEWS */
.detail-tabs {
  max-width: 1220px;
  margin: 0 auto 80px !important;
  border: none !important;
  background: transparent !important;
}

.tab-head {
  background: #fff;
  border: 1px solid #eee !important;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.tab-head button {
  padding: 18px 26px !important;
  font-weight: 700 !important;
  color: #555;
}

.tab-head button.active {
  color: #111;
  border-bottom-color: #d4b15f !important;
}

.tab-panel {
  background: #fff;
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0 0 18px 18px;
  padding: 34px !important;
  box-shadow: 0 14px 35px rgba(0,0,0,0.06);
}

.product-info-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
}

.info-highlight {
  background: #fbf8ef;
  border-left: 4px solid #d4b15f;
  padding: 22px;
  border-radius: 14px;
}

.info-list {
  display: grid;
  gap: 12px;
}

.info-list div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-list i {
  color: #d4b15f;
}

.review-modern {
  display: grid;
  gap: 18px;
}

.review-box-modern {
  border: 1px solid #eee;
  background: #fafafa;
  border-radius: 16px;
  padding: 22px;
}

.review-stars {
  color: #d4b15f;
  margin-bottom: 8px;
}

@media(max-width: 1000px) {
  .checkout-modern,
  .payment-modern {
    grid-template-columns: 1fr;
  }
  .order-panel,
  .payment-confirm-panel {
    position: static;
  }
  .product-info-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 650px) {
  .form-2col {
    grid-template-columns: 1fr;
  }
  .payment-table,
  .payment-table thead,
  .payment-table tbody,
  .payment-table th,
  .payment-table td,
  .payment-table tr {
    display: block;
    width: 100%;
  }
  .payment-table thead {
    display: none;
  }
  .payment-table td {
    padding: 12px 0;
  }
}


/* FINAL PRODUCT + SHOP FIXES */
.green-cart-btn {
  background: linear-gradient(135deg, #d4b15f, #b89543) !important;
  border: none !important;
  color: #fff !important;
  padding: 15px 82px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 24px rgba(212,177,95,0.32);
  transition: 0.3s ease;
}

.green-cart-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(212,177,95,0.45);
}

.product-info-grid {
  grid-template-columns: 1fr !important;
}

.shop-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.product-card {
  border-radius: 12px !important;
}

.product-card img {
  height: 230px !important;
}

.product-card-body {
  padding: 14px !important;
}

.product-card-body h3 {
  font-size: 0.98rem;
}

.product-card-body p {
  font-size: 0.82rem !important;
  min-height: 38px !important;
}

.product-card-footer {
  margin-top: 10px !important;
}

.product-price {
  font-size: 0.95rem !important;
}

.product-card .small-btn {
  padding: 8px 14px !important;
  font-size: 0.8rem !important;
}

.product-card.hide-product {
  display: none !important;
}

@media(max-width: 1000px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media(max-width: 600px) {
  .product-card img {
    height: 135px !important;
  }
}


/* =========================
   ElegantPix Modern Refresh
   ========================= */
:root{
  --gold:#d4b15f;
  --gold-dark:#b89543;
  --dark:#151515;
  --muted:#6f6f6f;
  --soft:#f8f6f1;
  --line:#ececec;
  --danger:#c62020;
  --radius:18px;
  --shadow:0 18px 45px rgba(0,0,0,.08);
}

html{scroll-behavior:smooth;}
body{
  background:linear-gradient(180deg,#fbfaf6 0%,#f8f7f2 100%);
  color:#222;
}

header{
  background:rgba(16,16,16,.86)!important;
  backdrop-filter:blur(14px);
}

nav{
  padding:14px 5%!important;
}

.logo{
  letter-spacing:-.5px;
}

.menu a{
  position:relative;
  font-size:.86rem!important;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:var(--gold);
  transition:.25s ease;
}

.menu a:hover::after,
.menu a.active::after{width:100%;}

.nav-right a,
.nav-right i{
  color:#fff;
}

.page-hero,
.auth-section{
  position:relative;
}

.page-hero::after,
.auth-section::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 20% 10%,rgba(212,177,95,.22),transparent 28%);
}

.modern-wrap{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.modern-breadcrumb,
.clean-breadcrumb,
.auth-breadcrumb,
.breadcrumb{
  width:90%!important;
  max-width:1220px!important;
  margin:104px auto 24px!important;
  color:#858585!important;
  font-size:.92rem!important;
}

.modern-breadcrumb a,
.clean-breadcrumb a,
.auth-breadcrumb a,
.breadcrumb a{color:#858585!important;}

.modern-breadcrumb span,
.clean-breadcrumb span,
.auth-breadcrumb span,
.breadcrumb span{color:#222!important;font-weight:700;}

.theme-card,
.product-card,
.checkout-panel,
.order-panel,
.payment-products,
.payment-confirm-panel,
.auth-card,
.cart-modern-panel{
  border:1px solid rgba(0,0,0,.06)!important;
  box-shadow:var(--shadow)!important;
}

/* Shop */
.shop-toolbar{
  width:90%;
  max-width:1220px;
  margin:0 auto 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.shop-search{
  position:relative;
  flex:1;
  min-width:260px;
  max-width:420px;
}

.shop-search i{
  position:absolute;
  left:15px;
  top:50%;
  transform:translateY(-50%);
  color:var(--gold);
}

.shop-search input{
  width:100%;
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:13px 16px 13px 43px;
  outline:none;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}

.shop-filter{
  margin-bottom:0!important;
}

.shop-filter button{
  border:1px solid var(--line)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.05)!important;
}

.shop-grid{
  width:90%;
  max-width:1220px;
  margin:0 auto;
}

.product-card{
  overflow:hidden;
  background:#fff;
  position:relative;
}

.product-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,var(--gold),#eee);
  opacity:0;
  transition:.25s ease;
}

.product-card:hover::before{opacity:1;}

.product-card:hover{
  transform:translateY(-8px)!important;
}

.product-card img{
  transition:.45s ease;
}

.product-card:hover img{
  transform:scale(1.05);
}

.product-card-body h3{
  color:#171717;
}

.small-btn,
.btn.btn-primary{
  border-radius:999px!important;
  box-shadow:0 8px 18px rgba(212,177,95,.22);
}

/* Product View */
.product-large-image{
  border-radius:20px!important;
  box-shadow:var(--shadow);
}

.product-thumbs-vertical{
  border-radius:16px;
  box-shadow:0 12px 26px rgba(0,0,0,.05);
}

.product-thumbs-vertical img{
  border-radius:12px;
}

.product-right-info{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px!important;
  box-shadow:var(--shadow);
}

.product-right-info h1{
  font-family:'Playfair Display',serif!important;
  font-size:2.4rem!important;
  text-transform:none!important;
}

.price-line{
  font-weight:700;
}

.product-select{
  border-radius:12px!important;
  background:#fafafa;
}

.reference-qty{
  border-radius:999px!important;
  overflow:hidden;
}

.reference-qty button:hover{
  background:var(--gold);
  color:#fff;
}

.upload-card{
  box-shadow:0 10px 28px rgba(212,177,95,.14);
}

.green-cart-btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.detail-tabs{
  width:90%;
}

/* Cart */
.cart-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 80px;
  display:grid;
  grid-template-columns:1fr 360px;
  gap:30px;
  align-items:start;
}

.cart-modern-panel{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
}

.cart-modern-title{
  padding:24px 26px;
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.cart-modern-title h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
}

.cart-item{
  transition:.25s ease;
}

.cart-item:hover{
  background:#fbf8ef;
}

.cart-remove{
  border:none;
  background:#fff0f0;
  color:var(--danger);
  border-radius:999px;
  padding:8px 12px;
  cursor:pointer;
}

.empty-cart{
  padding:36px;
  text-align:center;
  color:var(--muted);
  display:none;
}

/* Forms */
.field input,
.field select,
.field textarea,
.input-icon input,
.input-icon select{
  border-radius:14px!important;
}

/* Checkout / Payment */
.checkout-modern,
.payment-modern{
  margin-bottom:90px!important;
}

.order-panel,
.payment-confirm-panel{
  border-radius:22px!important;
}

.payment-table img{
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

.progress-steps{
  width:90%;
  max-width:1220px;
  margin:0 auto 28px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.progress-step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:12px 16px;
  text-align:center;
  color:#777;
  font-weight:600;
}

.progress-step.active{
  background:var(--dark);
  color:#fff;
}

.progress-step.done{
  background:#fbf8ef;
  color:#222;
  border-color:rgba(212,177,95,.45);
}

/* Login */
.auth-card{
  backdrop-filter:blur(12px);
}

.auth-tab.active{
  background:linear-gradient(135deg,#222,#444)!important;
}

.auth-submit{
  background:linear-gradient(135deg,var(--gold),var(--gold-dark))!important;
}

/* Contact */
.contact-modern{
  width:90%;
  max-width:1220px;
  margin:0 auto 90px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:30px;
}

.contact-info,
.contact-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px;
  box-shadow:var(--shadow);
}

.contact-info h2,
.contact-form h2{
  font-family:'Playfair Display',montserrat;
  font-size:2rem;
  margin-bottom:16px;
}

.contact-line{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin:18px 0;
  color:#555;
}

.contact-line i{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fbf8ef;
  color:var(--gold);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
}

.contact-social{
  display:flex;
  gap:10px;
  margin-top:22px;
}

.contact-social a{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#111;
  color:#fff;
}

/* Toast */
.toast{
  position:fixed;
  right:22px;
  bottom:22px;
  background:#111;
  color:#fff;
  padding:14px 18px;
  border-radius:14px;
  box-shadow:0 14px 35px rgba(0,0,0,.22);
  z-index:9999;
  transform:translateY(120px);
  opacity:0;
  transition:.3s ease;
}

.toast.show{
  transform:translateY(0);
  opacity:1;
}

@media(max-width:1000px){
  .cart-modern,
  .contact-modern{
    grid-template-columns:1fr;
  }
  .progress-steps{
    grid-template-columns:1fr;
  }
}

@media(max-width:650px){
  .shop-toolbar{
    align-items:stretch;
  }
  .shop-search{
    max-width:none;
  }
  .cart-modern-title{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
}


/* ElegantPix Logo Color Styling */
.logo,
.footer-logo {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
}

.logo .logo-gold,
.footer-logo .logo-gold {
  color: #d4b15f !important;
}

.logo .logo-white,
.footer-logo .logo-white {
  color: #ffffff !important;
}


/* ABOUT + UPLOAD + RECOMMENDED SLIDER */
.modern-page-hero{width:90%;max-width:1220px;margin:105px auto 38px;background:linear-gradient(135deg,rgba(18,18,18,.92),rgba(18,18,18,.68)),url('https://images.unsplash.com/photo-1516035069371-29a1b244cc32?q=80&w=1800&auto=format&fit=crop');background-size:cover;background-position:center;border-radius:30px;padding:58px 42px;color:#fff;box-shadow:0 24px 65px rgba(0,0,0,.16)}
.modern-page-hero h1{font-family:'Playfair Display',montserrat;font-size:clamp(2.4rem,5vw,4.4rem);margin-bottom:12px}.modern-page-hero p{color:#e8e8e8;max-width:760px;line-height:1.8}
.upload-card{max-width:590px!important;margin:0 auto 28px!important;border:1px solid rgba(212,177,95,.35)!important;background:linear-gradient(180deg,#fffdf8,#fbf8ef)!important;border-radius:22px!important;padding:20px!important;text-align:left!important;box-shadow:0 16px 38px rgba(212,177,95,.16)!important}
.upload-drop-zone{border:2px dashed #d4b15f;border-radius:18px;padding:22px;text-align:center;background:rgba(255,255,255,.72);cursor:pointer;transition:.25s ease}.upload-drop-zone.dragover,.upload-drop-zone:hover{background:#fff6df;transform:translateY(-2px)}
.upload-drop-zone i{width:58px;height:58px;border-radius:18px;background:#151515;color:#d4b15f!important;display:inline-flex;align-items:center;justify-content:center;margin-bottom:0px!important;font-size:1.6rem!important}.upload-drop-zone h4{margin-bottom:6px;font-size:1.05rem}.upload-drop-zone p{color:#777;margin-bottom:14px}
.upload-label{display:inline-flex!important;align-items:center;gap:8px;background:linear-gradient(135deg,#d4b15f,#b89543)!important;color:#fff!important;border-radius:999px!important;padding:11px 22px!important;font-weight:800!important;cursor:pointer;box-shadow:0 9px 22px rgba(212,177,95,.28)}
.upload-preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.upload-preview-item{position:relative;height:76px;border-radius:12px;overflow:hidden;background:#eee;border:1px solid #e2e2e2}.upload-preview-item img{width:100%;height:100%;object-fit:cover}.upload-preview-item button{position:absolute;top:5px;right:5px;border:none;background:rgba(0,0,0,.65);color:#fff;width:22px;height:22px;border-radius:50%;cursor:pointer}.upload-helper{margin-top:12px;color:#777;font-size:.86rem;text-align:center}
.recommended-section{width:90%;max-width:1220px;margin:0 auto 90px}.recommended-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.recommended-head h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem)}.slider-controls{display:flex;gap:10px}.slider-controls button{width:44px;height:44px;border:none;border-radius:50%;background:#151515;color:#fff;cursor:pointer}.slider-controls button:hover{background:#d4b15f}
.recommended-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - 14px);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 18px}.recommended-card{scroll-snap-align:start;background:#fff;border:1px solid #ececec;border-radius:20px;overflow:hidden;box-shadow:0 14px 36px rgba(0,0,0,.07);text-decoration:none;color:inherit}.recommended-card img{width:100%;height:165px;object-fit:cover}.recommended-card div{padding:16px}.recommended-card h3{font-size:1rem;margin-bottom:6px}.recommended-card p{color:#777;font-size:.86rem;margin-bottom:12px}.recommended-card strong{color:#d4b15f}
.about-story{width:90%;max-width:1220px;margin:0 auto 70px;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.about-story-card{background:#fff;border:1px solid #ececec;border-radius:26px;padding:36px;box-shadow:0 18px 45px rgba(0,0,0,.08)}.about-story-card h2,.about-values h2,.about-process h2{font-family:'Playfair Display',montserrat;font-size:clamp(2rem,4vw,3rem);margin-bottom:16px}.about-story-card p{color:#666;line-height:1.85}.about-image-grid{display:grid;grid-template-columns:1fr .82fr;gap:14px}.about-image-grid img{width:100%;object-fit:cover;border-radius:24px;box-shadow:0 14px 38px rgba(0,0,0,.12)}.about-image-grid img:first-child{height:420px}.about-image-grid img:last-child{height:320px;margin-top:60px}
.about-values,.about-process{width:90%;max-width:1220px;margin:0 auto 80px;text-align:center}.values-grid,.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.value-card,.process-card{background:#fff;border:1px solid #ececec;border-radius:22px;padding:26px 20px;box-shadow:0 16px 40px rgba(0,0,0,.07)}.value-card i,.process-card i{width:52px;height:52px;border-radius:18px;background:#fbf8ef;color:#d4b15f;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:14px}.value-card p,.process-card p{color:#777;line-height:1.6;font-size:.92rem}
.about-cta{width:90%;max-width:1220px;margin:0 auto 90px;background:linear-gradient(135deg,#151515,#303030);border-radius:28px;padding:42px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 22px 55px rgba(0,0,0,.18)}.about-cta h2{font-family:'Playfair Display',montserrat;font-size:2.4rem}.about-cta p{color:#ddd;margin-top:8px}
@media(max-width:1000px){.recommended-slider{grid-auto-columns:calc(50% - 10px)}.about-story,.values-grid,.process-grid{grid-template-columns:1fr 1fr}.about-cta{flex-direction:column;align-items:flex-start}}
@media(max-width:650px){.modern-page-hero{padding:36px 24px}.upload-preview-grid{grid-template-columns:repeat(2,1fr)}.recommended-slider{grid-auto-columns:82%}.recommended-head{align-items:flex-start;flex-direction:column}.about-story,.values-grid,.process-grid{grid-template-columns:1fr}.about-image-grid{grid-template-columns:1fr}.about-image-grid img:first-child,.about-image-grid img:last-child{height:280px;margin-top:0}}


/* Touch / Mouse Drag Slider */
.recommended-slider {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

.recommended-slider.dragging {
  cursor: grabbing;
  scroll-behavior: auto !important;
}

.recommended-slider.dragging a {
  pointer-events: none;
}



.search-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #151515;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.25s ease;
  z-index: 20;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.search-popup-close:hover {
  background: #d4b15f;
  transform: rotate(90deg);
}

.search-popup-content,
.search-modal-content,
.search-overlay-content {
  position: relative;
}


/* SEARCH POPUP CLOSE FIX - ALL PAGES */
.search-popup {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.82) !important;
  z-index: 9999 !important;
}

.search-popup .search-box {
  position: relative !important;
}

.search-popup-close,
.close-search {
  position: absolute !important;
  top: -58px !important;
  right: 0 !important;
  width: 46px !important;
  height: 46px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #d4b15f !important;
  color: #fff !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.2rem !important;
  z-index: 10001 !important;
  box-shadow: 0 10px 26px rgba(0,0,0,0.28) !important;
  transition: 0.25s ease !important;
}

.search-popup-close:hover,
.close-search:hover {
  background: #b89543 !important;
  transform: rotate(90deg) !important;
}

@media(max-width: 600px) {
  .search-popup-close,
  .close-search {
    top: -62px !important;
    right: 5px !important;
  }
}


/* SEARCH POPUP TOP OFFSET */
.search-popup,
.search-modal,
.search-overlay {
  padding-top: 100px !important;
  align-items: flex-start !important;
}

.search-popup .search-box,
.search-modal .search-box,
.search-overlay .search-box {
  margin-top: 0 !important;
}

/* THANK YOU PAGE */
.thankyou-page{width:90%;max-width:1100px;margin:105px auto 90px}
.thankyou-hero{background:linear-gradient(135deg,rgba(17,17,17,.94),rgba(17,17,17,.72)),url('https://images.unsplash.com/photo-1516035069371-29a1b244cc32?q=80&w=1600&auto=format&fit=crop');background-size:cover;background-position:center;border-radius:30px;padding:54px 42px;color:#fff;text-align:center;box-shadow:0 24px 60px rgba(0,0,0,.18);margin-bottom:30px}
.success-icon{width:86px;height:86px;border-radius:50%;background:linear-gradient(135deg,#d4b15f,#b89543);display:flex;align-items:center;justify-content:center;margin:0 auto 22px;box-shadow:0 14px 34px rgba(212,177,95,.35)}
.success-icon i{color:#fff;font-size:2.3rem}
.thankyou-hero h1{font-family:'Playfair Display',montserrat;font-size:clamp(2.5rem,5vw,4.5rem);margin-bottom:14px}
.thankyou-hero p{color:#e3e3e3;max-width:720px;margin:0 auto;line-height:1.8}
.email-notice{margin-top:24px;display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:12px 20px;backdrop-filter:blur(10px)}
.thankyou-layout{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start}
.order-confirm-card,.order-summary-card,.next-steps-card{background:#fff;border:1px solid #ececec;border-radius:24px;padding:30px;box-shadow:0 18px 45px rgba(0,0,0,.08)}
.section-title{font-family:'Playfair Display',montserrat;font-size:2rem;margin-bottom:20px}
.confirm-item{display:grid;grid-template-columns:82px 1fr auto;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid #eee}
.confirm-item:last-child{border-bottom:none}
.confirm-item img{width:82px;height:82px;border-radius:16px;object-fit:cover}
.confirm-item h3{margin-bottom:6px}
.confirm-item p{color:#777;font-size:.9rem}
.confirm-price{font-weight:800;color:#d4b15f}
.summary-row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #eee;color:#555}
.summary-row.total{border-bottom:none;font-size:1.22rem;font-weight:800;color:#b80000}
.order-badge{display:inline-flex;align-items:center;gap:8px;background:#fbf8ef;color:#7a5a00;border:1px solid rgba(212,177,95,.3);border-radius:999px;padding:10px 16px;font-weight:800;margin-bottom:18px}
.steps-list{display:grid;gap:16px}
.step-box{display:flex;gap:14px;align-items:flex-start;background:#fafafa;border:1px solid #eee;border-radius:18px;padding:16px}
.step-box i{width:44px;height:44px;border-radius:14px;background:#151515;color:#d4b15f;display:flex;align-items:center;justify-content:center;flex:none}
.step-box p{color:#777;line-height:1.6}
.thankyou-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.thank-btn{border:none;border-radius:999px;padding:14px 22px;text-decoration:none;font-weight:800;display:inline-flex;align-items:center;gap:9px;transition:.25s ease}
.thank-btn.gold{background:linear-gradient(135deg,#d4b15f,#b89543);color:#fff;box-shadow:0 12px 28px rgba(212,177,95,.25)}
.thank-btn.dark{background:#151515;color:#fff}
@media(max-width:1000px){.thankyou-layout{grid-template-columns:1fr}}
@media(max-width:650px){.thankyou-hero{padding:38px 24px}.confirm-item{grid-template-columns:1fr}.confirm-item img{width:100%;height:180px}.thankyou-actions{flex-direction:column}}


.search-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #151515;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.25s ease;
  z-index: 20;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.search-popup-close:hover {
  background: #d4b15f;
  transform: rotate(90deg);
}

.search-popup-content,
.search-modal-content,
.search-overlay-content {
  position: relative;
}


/* SEARCH POPUP CLOSE FIX - ALL PAGES */
.search-popup {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.82) !important;
  z-index: 9999 !important;
}

.search-popup .search-box {
  position: relative !important;
}

.search-popup-close,
.close-search {
  position: absolute !important;
  top: -58px !important;
  right: 0 !important;
  width: 46px !important;
  height: 46px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #d4b15f !important;
  color: #fff !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.2rem !important;
  z-index: 10001 !important;
  box-shadow: 0 10px 26px rgba(0,0,0,0.28) !important;
  transition: 0.25s ease !important;
}

.search-popup-close:hover,
.close-search:hover {
  background: #b89543 !important;
  transform: rotate(90deg) !important;
}

@media(max-width: 600px) {
  .search-popup-close,
  .close-search {
    top: -62px !important;
    right: 5px !important;
  }
}


/* SEARCH POPUP TOP OFFSET */
.search-popup,
.search-modal,
.search-overlay {
  padding-top: 100px !important;
  align-items: flex-start !important;
}

.search-popup .search-box,
.search-modal .search-box,
.search-overlay .search-box {
  margin-top: 0 !important;
}


/* JS REFACTOR FIXES */
.slide {
  pointer-events: none;
}
.slide.active {
  pointer-events: auto;
}

.product-large-slide {
  pointer-events: none;
}
.product-large-slide.active {
  pointer-events: auto;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  z-index: 5000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.lightbox.active {
  display: flex;
}
.lightbox img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 10px;
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  border: none;
  background: rgba(255,255,255,0.16);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
}
.lightbox-close {
  top: 24px;
  right: 28px;
  width: 48px;
  height: 48px;
}
.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
}
.lightbox-prev {
  left: 28px;
}
.lightbox-next {
  right: 28px;
}

.recommended-slider {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}
.recommended-slider.dragging {
  cursor: grabbing;
  scroll-behavior: auto !important;
}
.recommended-slider.dragging a {
  pointer-events: none;
}



/* SMOOTH RECOMMENDED SLIDER FIX */
.recommended-slider {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.recommended-slider::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.recommended-slider.dragging {
  cursor: grabbing;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

.recommended-slider.dragging * {
  user-select: none;
  -webkit-user-select: none;
}

.recommended-slider.dragging a {
  pointer-events: none;
}

.recommended-card {
  -webkit-user-drag: none;
}



/* PRODUCT UPLOAD IMAGE PREVIEW FIX */
.upload-preview-title {
  margin-top: 18px;
  margin-bottom: 10px;
  font-weight: 800;
  color: #222;
  display: none;
}

.upload-preview-title.active {
  display: block;
}

.upload-preview-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 14px !important;
}

.upload-preview-item {
  position: relative !important;
  height: 92px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #f1f1f1 !important;
  border: 1px solid #e1e1e1 !important;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.upload-preview-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.upload-preview-item button {
  position: absolute !important;
  top: 7px !important;
  right: 7px !important;
  width: 26px !important;
  height: 26px !important;
  border: none !important;
  border-radius: 50% !important;
  background: rgba(0,0,0,0.72) !important;
  color: #fff !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.upload-preview-item span {
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 7px;
  background: rgba(0,0,0,0.62);
  color: #fff;
  border-radius: 8px;
  padding: 4px 6px;
  font-size: 0.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media(max-width: 650px) {
  .upload-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .upload-preview-item {
    height: 110px !important;
  }
}



/* PRODUCT NOTES TEXTAREA */
.product-note-box {
  margin: 26px 0 20px;
  background: linear-gradient(180deg, #fffdf8, #fbf8ef);
  border: 1px solid rgba(212,177,95,0.28);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 14px 34px rgba(212,177,95,0.10);
}

.product-note-box h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 1.08rem;
  color: #222;
}

.product-note-box h3 i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #151515;
  color: #d4b15f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.product-note-box p {
  color: #777;
  line-height: 1.7;
  margin-bottom: 14px;
  font-size: 0.92rem;
}

.product-note-box textarea {
  width: 100%;
  min-height: 130px;
  resize: vertical;
  border: 1px solid #ddd;
  background: rgba(255,255,255,0.9);
  border-radius: 18px;
  padding: 16px 18px;
  font-family: inherit;
  font-size: 0.95rem;
  color: #333;
  outline: none;
  transition: 0.25s ease;
  line-height: 1.7;
}

.product-note-box textarea:focus {
  border-color: #d4b15f;
  box-shadow: 0 0 0 4px rgba(212,177,95,0.12);
  background: #fff;
}

.product-note-helper {
  margin-top: 10px;
  color: #888;
  font-size: 0.82rem;
  display: flex;
  align-items: center;
  gap: 7px;
}



/* ADD TO CART FORM */
.add-cart-form {
  display: block;
  width: 100%;
}

.add-cart-btn {
  width: 100%;
  border: none;
  cursor: pointer;
}



/* IMPROVED PRODUCT NOTES TEXTAREA DESIGN */
.improved-note-box {
  margin: 28px auto 22px !important;
  max-width: 590px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(251,248,239,0.96)) !important;
  border: 1px solid rgba(212,177,95,0.34) !important;
  border-radius: 24px !important;
  padding: 22px !important;
  box-shadow: 0 18px 42px rgba(0,0,0,0.07), 0 8px 22px rgba(212,177,95,0.10) !important;
  position: relative;
  overflow: hidden;
}

.improved-note-box::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(212,177,95,0.24), transparent 65%);
  pointer-events: none;
}

.note-box-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.note-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #151515;
  color: #d4b15f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  box-shadow: 0 10px 22px rgba(0,0,0,0.16);
}

.note-icon i {
  font-size: 1.15rem;
}

.note-box-header h3 {
  margin: 0 0 5px !important;
  font-size: 1.2rem !important;
  color: #202020 !important;
}

.note-box-header p {
  margin: 0 !important;
  color: #777 !important;
  line-height: 1.55 !important;
  font-size: 0.92rem !important;
}

.note-input-wrap {
  position: relative;
  z-index: 1;
}

.improved-note-box textarea {
  width: 100% !important;
  min-height: 150px !important;
  resize: vertical !important;
  border: 1px solid #e2d7bb !important;
  background: rgba(255,255,255,0.92) !important;
  border-radius: 18px !important;
  padding: 18px 20px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.95rem !important;
  color: #2b2b2b !important;
  outline: none !important;
  line-height: 1.75 !important;
  box-shadow: inset 0 2px 8px rgba(0,0,0,0.03);
  transition: 0.25s ease !important;
}

.improved-note-box textarea::placeholder {
  color: #9a9a9a;
}

.improved-note-box textarea:focus {
  background: #fff !important;
  border-color: #d4b15f !important;
  box-shadow: 0 0 0 4px rgba(212,177,95,0.16), inset 0 2px 8px rgba(0,0,0,0.02) !important;
}

.note-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  position: relative;
  z-index: 1;
}

.note-footer span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 999px;
  padding: 8px 12px;
  color: #666;
  font-size: 0.82rem;
  font-weight: 600;
}

.note-footer i {
  color: #d4b15f;
}

@media(max-width: 650px) {
  .note-box-header {
    gap: 12px;
  }

  .note-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .improved-note-box {
    padding: 18px !important;
  }

  .improved-note-box textarea {
    min-height: 135px !important;
  }
}



/* FINAL PRODUCT TEXTAREA FIX */
.product-note-box,
.improved-note-box {
  display: block !important;
  width: 80% !important;
  max-width: 620px !important;
  margin: 28px auto 22px !important;
  padding: 24px !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg,#fffefb,#f8f2e4) !important;
  border: 1px solid rgba(212,177,95,0.35) !important;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08) !important;
}

.product-note-box textarea,
.improved-note-box textarea,
textarea[name="custom_notes"] {
  display: block !important;
  width: 100% !important;
  min-height: 170px !important;
  padding: 18px 20px !important;
  margin-top: 14px !important;
  border-radius: 18px !important;
  border: 2px solid #e7dcc1 !important;
  background: #ffffff !important;
  color: #222 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  font-family: 'Poppins', sans-serif !important;
  resize: vertical !important;
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  box-shadow: inset 0 2px 8px rgba(0,0,0,0.04) !important;
  transition: all .25s ease !important;
}

.product-note-box textarea:focus,
.improved-note-box textarea:focus,
textarea[name="custom_notes"]:focus {
  border-color: #d4b15f !important;
  background: #fff !important;
  box-shadow:
    0 0 0 4px rgba(212,177,95,0.14),
    inset 0 2px 8px rgba(0,0,0,0.02) !important;
}

.product-note-box textarea::placeholder,
.improved-note-box textarea::placeholder,
textarea[name="custom_notes"]::placeholder {
  color: #999 !important;
  opacity: 1 !important;
}

.note-box-header,
.product-note-box h3 {
  margin-bottom: 14px !important;
}

.note-footer {
  margin-top: 14px !important;
}

@media(max-width:650px){
  .product-note-box,
  .improved-note-box {
    padding: 18px !important;
    border-radius: 20px !important;
  }

  .product-note-box textarea,
  .improved-note-box textarea,
  textarea[name="custom_notes"] {
    min-height: 145px !important;
    padding: 16px !important;
  }
}



/* ADD TO CART POST BUTTON FIX */
.add-cart-form {
  display: block !important;
  width: 100% !important;
  max-width: 590px !important;
  margin: 22px auto 0 !important;
}

.add-cart-form .green-cart-btn,
.add-cart-btn {
  width: 60% !important;
  border: none !important;
  cursor: pointer !important;
  text-align: center !important;
}



/* RECOMMENDED PRODUCTS CLICK FIX */
.recommended-card {
  display: block !important;
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer !important;
}

.recommended-slider.dragging .recommended-card {
  cursor: grabbing !important;
}



/* FINAL RECOMMENDED LINK CLICK FIX */
.recommended-card,
.recommended-card * {
  pointer-events: auto !important;
}

.recommended-slider.dragging .recommended-card {
  pointer-events: none !important;
}

.recommended-slider.dragging {
  cursor: grabbing !important;
}



/* MODERN DASHBOARD LOGOUT */
.dashboard-logout-card {
  margin-top: 16px;
  background: linear-gradient(135deg, #151515, #303030);
  border-radius: 18px;
  padding: 16px;
  color: #fff;
  box-shadow: 0 14px 32px rgba(0,0,0,0.18);
}

.dashboard-logout-card p {
  color: #d7d7d7;
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 14px;
}

.dashboard-logout-btn {
  width: 100%;
  border: none;
  background: linear-gradient(135deg, #d4b15f, #b89543);
  color: #fff;
  border-radius: 999px;
  padding: 12px 16px;
  font-family: inherit;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  transition: 0.25s ease;
}

.dashboard-logout-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(212,177,95,0.26);
}

.logout-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.72);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.logout-modal.active {
  display: flex;
}

.logout-modal-box {
  width: 100%;
  max-width: 430px;
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 24px 70px rgba(0,0,0,0.25);
}

.logout-modal-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fbf8ef;
  color: #d4b15f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin: 0 auto 18px;
}

.logout-modal-box h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 8px;
  color: #222;
}

.logout-modal-box p {
  color: #777;
  line-height: 1.7;
  margin-bottom: 22px;
}

.logout-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.logout-cancel,
.logout-confirm {
  border: none;
  border-radius: 999px;
  padding: 12px 16px;
  font-family: inherit;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.logout-cancel {
  background: #f0f0f0;
  color: #333;
}

.logout-confirm {
  background: #151515;
  color: #fff;
}

@media(max-width: 650px) {
  .logout-modal-actions {
    grid-template-columns: 1fr;
  }
}



/* CANVAS CATEGORY PRODUCT VIEW PAGE */
.canvas-category-page {
  width: 90%;
  max-width: 1220px;
  margin: 105px auto 90px;
}

.canvas-category-hero {
  background:
    linear-gradient(135deg, rgba(18,18,18,0.92), rgba(18,18,18,0.64)),
    url('https://images.unsplash.com/photo-1513694203232-719a280e022f?q=80&w=1800&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  padding: 58px 42px;
  color: #fff;
  box-shadow: 0 24px 65px rgba(0,0,0,0.16);
  margin-bottom: 30px;
}

.canvas-category-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  margin-bottom: 12px;
}

.canvas-category-hero p {
  max-width: 760px;
  color: #e6e6e6;
  line-height: 1.8;
}

.canvas-category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.canvas-category-tags span {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.22);
  color: #fff;
  border-radius: 999px;
  padding: 9px 14px;
  font-weight: 700;
  font-size: 0.86rem;
}

.canvas-info-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 32px;
}

.canvas-info-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.07);
}

.canvas-info-card i {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: #fbf8ef;
  color: #d4b15f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.canvas-info-card h3 {
  margin-bottom: 6px;
  color: #222;
}

.canvas-info-card p {
  color: #777;
  font-size: 0.9rem;
  line-height: 1.6;
}

.canvas-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

.canvas-toolbar h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
}

.canvas-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.canvas-filter-pills button {
  border: 1px solid #eee;
  background: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 700;
  font-family: inherit;
}

.canvas-filter-pills button.active,
.canvas-filter-pills button:hover {
  background: #151515;
  color: #fff;
  border-color: #151515;
}

.canvas-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.canvas-product-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,0.07);
  transition: 0.28s ease;
}

.canvas-product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 55px rgba(0,0,0,0.11);
}

.canvas-product-image {
  position: relative;
  height: 235px;
  overflow: hidden;
}

.canvas-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s ease;
}

.canvas-product-card:hover .canvas-product-image img {
  transform: scale(1.06);
}

.canvas-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #d4b15f;
  color: #fff;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.78rem;
  font-weight: 800;
}

.canvas-product-body {
  padding: 20px;
}

.canvas-product-body h3 {
  font-size: 1.18rem;
  margin-bottom: 8px;
}

.canvas-product-body p {
  color: #777;
  line-height: 1.6;
  font-size: 0.92rem;
  min-height: 60px;
}

.canvas-product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.canvas-price {
  color: #d4b15f;
  font-size: 1.08rem;
  font-weight: 900;
}

.canvas-view-btn {
  background: #151515;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
  font-size: 0.86rem;
}

.canvas-view-btn:hover {
  background: #d4b15f;
}

.canvas-category-cta {
  margin-top: 34px;
  background: linear-gradient(135deg, #151515, #303030);
  border-radius: 26px;
  padding: 34px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}

.canvas-category-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
}

.canvas-category-cta p {
  color: #ddd;
  margin-top: 8px;
}

@media(max-width: 1000px) {
  .canvas-info-strip,
  .canvas-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .canvas-category-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media(max-width: 650px) {
  .canvas-category-hero {
    padding: 38px 24px;
  }

  .canvas-info-strip,
  .canvas-product-grid {
    grid-template-columns: 1fr;
  }

  .canvas-product-image {
    height: 215px;
  }
}



/* TERMS & CONDITIONS PAGE */
.terms-page{width:90%;max-width:1100px;margin:110px auto 90px}
.terms-hero{background:linear-gradient(135deg,rgba(21,21,21,.94),rgba(21,21,21,.76)),url('https://images.unsplash.com/photo-1455390582262-044cdead277a?q=80&w=1800&auto=format&fit=crop');background-size:cover;background-position:center;border-radius:30px;padding:65px 48px;color:#fff;box-shadow:0 25px 70px rgba(0,0,0,.18);margin-bottom:34px}
.terms-hero h1{font-family:'Playfair Display',montserrat;font-size:clamp(2.5rem,5vw,4.8rem);margin-bottom:14px}
.terms-hero p{max-width:760px;color:#e6e6e6;line-height:1.8}
.terms-container{display:grid;grid-template-columns:280px 1fr;gap:28px}
.terms-sidebar{position:sticky;top:110px;align-self:start;background:#fff;border:1px solid #ececec;border-radius:24px;padding:24px;box-shadow:0 18px 45px rgba(0,0,0,.07)}
.terms-sidebar h3{margin-bottom:16px;color:#222}
.terms-sidebar a{display:flex;align-items:center;gap:10px;text-decoration:none;color:#555;padding:11px 0;border-bottom:1px solid #f1f1f1;font-weight:600}
.terms-sidebar a:last-child{border-bottom:none}
.terms-sidebar a:hover{color:#d4b15f}
.terms-content{display:grid;gap:22px}
.terms-card{background:#fff;border:1px solid #ececec;border-radius:26px;padding:32px;box-shadow:0 18px 50px rgba(0,0,0,.06)}
.terms-card h2{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:#222}
.terms-card h2 i{width:46px;height:46px;border-radius:14px;background:#fbf8ef;color:#d4b15f;display:flex;align-items:center;justify-content:center}
.terms-card p,.terms-card li{color:#666;line-height:1.9;font-size:.95rem}
.terms-card ul{padding-left:20px;margin-top:10px}
.terms-highlight{margin-top:18px;background:linear-gradient(135deg,#fbf8ef,#fffdf8);border:1px solid rgba(212,177,95,.28);border-radius:18px;padding:18px;color:#444}
.terms-footer-note{margin-top:28px;background:linear-gradient(135deg,#151515,#303030);border-radius:26px;padding:34px;color:#fff}
.terms-footer-note h2{font-family:'Playfair Display',montserrat;margin-bottom:10px}
.terms-footer-note p{color:#ddd;line-height:1.8}
@media(max-width:900px){.terms-container{grid-template-columns:1fr}.terms-sidebar{position:relative;top:0}}
@media(max-width:650px){.terms-hero{padding:42px 26px}.terms-card{padding:24px}}



/* MODERN RADIO BUTTON FIX */
input[type="radio"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  border: 2px solid #d4b15f !important;
  border-radius: 50% !important;
  background: #fff !important;
  cursor: pointer !important;
  position: relative !important;
  transition: all 0.25s ease !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

input[type="radio"]:checked::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 10px !important;
  height: 10px !important;
  background: #d4b15f !important;
  border-radius: 50% !important;
  transform: translate(-50%, -50%) !important;
}

input[type="radio"]:hover,
input[type="radio"]:focus {
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(212,177,95,0.16) !important;
}

label:has(input[type="radio"]) {
  cursor: pointer !important;
}



/* CART MODERN FULFILMENT RADIO CARDS */
.cart-fulfilment-options {
  margin: 24px 0 22px !important;
  padding: 20px !important;
  background: linear-gradient(135deg, #fffdf8, #fbf8ef) !important;
  border: 1px solid rgba(212,177,95,0.38) !important;
  border-radius: 22px !important;
  box-shadow: 0 14px 34px rgba(212,177,95,0.10) !important;
}

.cart-fulfilment-options h4 {
  margin: 0 0 15px !important;
  color: #222 !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
}

.fulfilment-grid {
  display: grid !important;
  gap: 12px !important;
}

.fulfilment-card {
  display: grid !important;
  grid-template-columns: 48px 1fr 30px !important;
  gap: 13px !important;
  align-items: center !important;
  background: #fff !important;
  border: 2px solid #eeeeee !important;
  border-radius: 18px !important;
  padding: 15px !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  position: relative !important;
}

.fulfilment-card input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.fulfilment-card:hover,
.fulfilment-card.active,
.fulfilment-card:has(input[type="radio"]:checked) {
  border-color: #d4b15f !important;
  box-shadow: 0 12px 26px rgba(212,177,95,0.18) !important;
  transform: translateY(-1px) !important;
}

.fulfilment-icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 16px !important;
  background: #151515 !important;
  color: #d4b15f !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.08rem !important;
}

.fulfilment-content strong {
  display: block !important;
  color: #222 !important;
  margin-bottom: 4px !important;
  font-size: 0.98rem;
}

.fulfilment-content small {
  display: block !important;
  color: #777 !important;
  line-height: 1.45 !important;
}

.fulfilment-check {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: #eeeeee !important;
  color: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: 0.25s ease !important;
}

.fulfilment-card.active .fulfilment-check,
.fulfilment-card:has(input[type="radio"]:checked) .fulfilment-check {
  background: #d4b15f !important;
  color: #fff !important;
}

@media(max-width: 650px) {
  .fulfilment-card {
    grid-template-columns: 42px 1fr 26px !important;
    padding: 13px !important;
  }

  .fulfilment-icon {
    width: 42px !important;
    height: 42px !important;
  }
}



/* CART DELIVERY OPTION FIX */
.cart-delivery-options {
  margin: 22px 0;
  padding: 18px;
  background: #fbf8ef;
  border: 1px solid rgba(212,177,95,0.35);
  border-radius: 18px;
}

.cart-delivery-options h4 {
  margin-bottom: 14px;
  color: #222;
  font-size: 1rem;
}

.delivery-radio {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 14px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: 0.25s ease;
}

.delivery-radio:last-child {
  margin-bottom: 0;
}

.delivery-radio:hover {
  border-color: #d4b15f;
  box-shadow: 0 8px 18px rgba(212,177,95,0.12);
}

.delivery-radio input {
  accent-color: #d4b15f;
  width: 18px;
  height: 18px;
}

.delivery-radio strong {
  display: block;
  color: #222;
  margin-bottom: 2px;
}

.delivery-radio span {
  color: #777;
  font-size: 0.85rem;
}



/* HOME PAGE SECTION SPACING REDUCE */
section {
  margin-top: 0 !important;
}

.hero-section,
.home-hero,
.slider-section {
  margin-bottom: 28px !important;
}

.categories-section,
.featured-section,
.products-section,
.services-section,
.about-preview-section,
.testimonials-section,
.cta-section,
.home-section {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
  margin-bottom: 0 !important;
}

.section-title,
.section-header {
  margin-bottom: 20px !important;
}

.product-grid,
.category-grid,
.service-grid,
.testimonial-grid {
  gap: 18px !important;
}

@media(max-width:650px){
  .categories-section,
  .featured-section,
  .products-section,
  .services-section,
  .about-preview-section,
  .testimonials-section,
  .cta-section,
  .home-section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .hero-section,
  .home-hero,
  .slider-section {
    margin-bottom: 18px !important;
  }
}



/* HOME FOOTER MATCH SCREENSHOT */
.footer-image-style {
  background: #111214 !important;
  color: #d7d7d7 !important;
  padding: 0 !important;
  margin: 0 !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
}

.footer-main-wrap {
  width: 92%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 42px 0 34px;
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1fr 1.25fr;
  gap: 38px;
}

.footer-brand-block h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  margin: 0 0 7px;
}

.footer-brand-block h2 span {
  color: #d4b15f;
}

.footer-brand-block > p:first-of-type {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: #bfbfbf;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-brand-text {
  color: #a9a9a9 !important;
  font-size: 0.88rem;
  line-height: 1.75;
  margin-bottom: 20px;
}

.footer-socials {
  display: flex;
  gap: 12px;
}

.footer-socials a {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #1c1d20;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.82rem;
  transition: 0.25s ease;
}

.footer-socials a:hover {
  background: #d4b15f;
  color: #111;
  transform: translateY(-2px);
}

.footer-col h3,
.footer-contact-col h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  margin: 0 0 18px;
}

.footer-col a {
  display: block;
  color: #c7c7c7;
  text-decoration: none;
  font-size: 0.84rem;
  margin-bottom: 1px;
  transition: 0.2s ease;
}

.footer-col a:hover {
  color: #d4b15f;
  transform: translateX(3px);
}

.footer-contact-line {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #c7c7c7;
  font-size: 0.85rem;
  margin-bottom: 1px;
}

.footer-contact-line i {
  color: #fff;
  width: 15px;
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  text-decoration: none;
  margin-top: 5px;
}

.footer-whatsapp i {
  font-size: 1.2rem;
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255,255,255,0.08);
  width: 100%;
  padding: 16px 4%;
  display: grid;
  grid-template-columns: 1.4fr auto auto 1fr;
  align-items: center;
  gap: 24px;
  color: #9f9f9f;
  font-size: 0.78rem;
}

.footer-policy-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-policy-links a {
  color: #a9a9a9;
  text-decoration: none;
}

.footer-policy-links a:hover {
  color: #d4b15f;
}

.footer-payments {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #efefef;
  font-size: 0.8rem;
}

.footer-payments strong {
  color: #fff;
  font-style: italic;
  letter-spacing: 0.03em;
}

.payment-dot {
  width: 18px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}

.payment-dot.red {
  background: #eb001b;
}

.payment-dot.orange {
  background: #f79e1b;
  margin-left: -16px;
  opacity: 0.92;
}

.footer-secure {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #bfbfbf;
}

.footer-secure i {
  color: #bfbfbf;
}

@media(max-width: 1050px) {
  .footer-main-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom-bar {
    grid-template-columns: 1fr 1fr;
  }

  .footer-secure {
    justify-self: start;
  }
}

@media(max-width: 650px) {
  .footer-main-wrap {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 34px 0 26px;
  }

  .footer-bottom-bar {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: left;
  }

  .footer-policy-links,
  .footer-payments {
    flex-wrap: wrap;
  }
}



/* FOOTER PAYFAST LOGO */
.footer-payfast-logo{
  width:100px;
  max-width:100%;
  height:auto;
  object-fit:contain;
  display:block;
  filter:brightness(1.02) drop-shadow(0 4px 10px rgba(0,0,0,0.10));
}



/* HOME HOW IT WORKS IMAGE STYLE */
.how-it-works-image-style {
  width: 90%;
  max-width: 1120px;
  margin: 26px auto 30px !important;
  padding: 18px 28px 24px !important;
  text-align: center;
}

.how-it-works-image-style .how-top-label {
  color: #b89543;
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.how-it-works-image-style h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  color: #222;
  margin: 0 0 22px;
  line-height: 1.15;
}

.how-steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  align-items: center;
  text-align: left;
}

.how-step-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 16px;
}

.how-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #c79a24;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,0.18), 0 8px 16px rgba(199,154,36,0.22);
}

.how-step-item h3 {
  margin: 0 0 4px;
  color: #111;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.how-step-item p {
  margin: 0;
  color: #333;
  font-size: 0.82rem;
  line-height: 1.35;
  max-width: 220px;
}

@media(max-width: 900px) {
  .how-steps-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .how-step-item {
    max-width: 430px;
    margin: 0 auto;
  }
}

@media(max-width: 520px) {
  .how-it-works-image-style {
    padding: 20px 18px !important;
  }

  .how-step-item {
    grid-template-columns: 58px 1fr;
    gap: 13px;
  }

  .how-icon-circle {
    width: 54px;
    height: 54px;
    font-size: 1.2rem;
  }
}



/* CUSTOMER STORIES SMOOTH SLIDER */
.customer-stories-slider-section {
  width: 90%;
  max-width: 1220px;
  margin: 28px auto 2px !important;
  padding: 8px 0 !important;
}

.stories-slider-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 1px;
}

.stories-slider-head span {
  display: block;
  color: #b89543;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  font-weight: 900;
  margin-bottom: 5px;
}

.stories-slider-head h2 {
  font-family: 'Playfair Display', serif;
  color: #222;
  font-size: clamp(1rem, 4vw, 3rem);
  margin: 0;
}

.stories-slider-head p {
  color: #777;
  margin-top: 6px;
}

.stories-slider-controls {
  display: flex;
  gap: 10px;
}

.stories-slider-controls button {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #151515;
  color: #fff;
  cursor: pointer;
  transition: 0.25s ease;
}

.stories-slider-controls button:hover {
  background: #d4b15f;
  transform: translateY(-2px);
}

.customer-stories-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(33.333% - 14px);
  gap: 21px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  cursor: grab;
  user-select: none;
  padding: 6px 4px 18px;
}

.customer-stories-slider::-webkit-scrollbar {
  display: none !important;
}

.customer-stories-slider.dragging {
  cursor: grabbing;
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
}

.story-card {
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.story-stars {
  color: #d4b15f;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

.story-card p {
  color: #555;
  font-size: 14px;
  margin: 0 0 1px;
}

.story-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.story-person img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.story-person strong {
  color: #222;
}

@media(max-width: 1000px) {
  .customer-stories-slider {
    grid-auto-columns: calc(50% - 12px);
  }
}

@media(max-width: 650px) {
  .stories-slider-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .customer-stories-slider {
    grid-auto-columns: 86%;
  }
}



/* CENTER CUSTOMER STORIES HEADINGS */
.stories-slider-head {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.stories-slider-head > div {
  width: 100%;
}

.stories-slider-head span,
.stories-slider-head h2,
.stories-slider-head p {
  text-align: center !important;
}

.stories-slider-controls {
  margin-top: 18px;
}



/* CHECKOUT COUPON POPUP */
.coupon-popup-btn{
    width:100%;
    margin:20px 0 18px;
    height:54px;
    border:2px solid #d4b15f;
    background:#fff;
    color:#151515;
    border-radius:16px;
    font-size:0.96rem;
    font-weight:700;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    transition:0.25s ease;
    box-shadow:0 10px 24px rgba(0,0,0,0.05);
}

.coupon-popup-btn:hover{
    background:#d4b15f;
    color:#fff;
    transform:translateY(-2px);
}

.coupon-popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(10,10,10,0.65);
    backdrop-filter:blur(4px);
    z-index:99999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.coupon-popup-overlay.active{
    display:flex;
}

.coupon-popup-modal{
    width:100%;
    max-width:640px;
    background:linear-gradient(180deg,#fff,#fbf8ef);
    border-radius:28px;
    padding:34px;
    position:relative;
    border:1px solid rgba(212,177,95,0.25);
    box-shadow:0 28px 60px rgba(0,0,0,0.25);
}

.coupon-popup-close{
    position:absolute;
    top:18px;
    right:18px;
    width:42px;
    height:42px;
    border:none;
    border-radius:14px;
    background:#fff;
    color:#999;
    cursor:pointer;
}

.coupon-popup-top span{
    color:#b89543;
    font-size:0.72rem;
    font-weight:800;
    letter-spacing:0.14em;
}

.coupon-popup-top h3{
    margin:10px 0 10px;
    font-size:2rem;
    color:#151515;
    font-family:'Playfair Display', serif;
}

.coupon-popup-top p{
    color:#666;
    line-height:1.7;
    margin-bottom:22px;
}

.coupon-popup-form label{
    display:block;
    margin-bottom:10px;
    color:#222;
    font-weight:700;
}

.coupon-input-wrap{
    position:relative;
}

.coupon-input-wrap i{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    color:#b89543;
}

.coupon-input-wrap input{
    width:100%;
    height:58px;
    border-radius:18px;
    border:1px solid #e7e7e7;
    padding:0 18px 0 50px;
    background:#fff;
}

.coupon-apply-btn{
    width:100%;
    margin-top:22px;
    height:58px;
    border:none;
    border-radius:18px;
    background:linear-gradient(135deg,#d4b15f,#b89543);
    color:#fff;
    font-size:1rem;
    font-weight:800;
    cursor:pointer;
}



/* CHECKOUT COUPON BUTTON + POPUP FIX */
.checkout-coupon-area {
  width: 100%;
  margin: 18px 0 16px !important;
}

.coupon-popup-btn {
  width: 100% !important;
  min-height: 54px !important;
  border: 2px solid #b80000 !important;
  background: #fff !important;
  color: #b80000 !important;
  border-radius: 0 !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  transition: 0.25s ease !important;
}

.coupon-popup-btn:hover {
  background: #b80000 !important;
  color: #fff !important;
}

.coupon-popup-overlay {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(10,10,10,0.66) !important;
  backdrop-filter: blur(4px) !important;
  z-index: 99999 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 22px !important;
}

.coupon-popup-overlay.active {
  display: flex !important;
}

.coupon-popup-modal {
  width: 100% !important;
  max-width: 760px !important;
  background: linear-gradient(180deg, #fff6f1, #fbf8ef) !important;
  border-radius: 22px !important;
  padding: 42px !important;
  position: relative !important;
  border: 1px solid rgba(212,177,95,0.35) !important;
  box-shadow: 0 28px 70px rgba(0,0,0,0.28) !important;
}

.coupon-popup-close {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 52px !important;
  height: 52px !important;
  border: 1px solid rgba(184,0,0,0.25) !important;
  background: rgba(255,255,255,0.55) !important;
  color: #b80000 !important;
  cursor: pointer !important;
  font-size: 1rem !important;
}

.coupon-popup-top span {
  color: #b89543 !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
}

.coupon-popup-top h3 {
  margin: 10px 0 8px !important;
  font-size: 2rem !important;
  color: #151515 !important;
  font-family: 'Playfair Display', serif !important;
}

.coupon-popup-top p {
  color: #333 !important;
  line-height: 1.7 !important;
  margin-bottom: 18px !important;
  font-size: 1.05rem !important;
}

.coupon-popup-form label {
  display: block !important;
  margin-bottom: 8px !important;
  color: #666 !important;
}

.coupon-input-wrap {
  position: relative !important;
}

.coupon-input-wrap i {
  position: absolute !important;
  left: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #b89543 !important;
}

.coupon-input-wrap input {
  width: 100% !important;
  height: 58px !important;
  border-radius: 0 !important;
  border: none !important;
  background: #fff !important;
  padding: 0 18px 0 50px !important;
  font-size: 1rem !important;
  outline: none !important;
}

.coupon-apply-btn {
  min-width: 240px !important;
  height: 66px !important;
  margin: 28px auto 0 !important;
  border: none !important;
  border-radius: 18px !important;
  background: #d4b15f !important;
  color: #fff !important;
  font-size: 1.45rem !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 12px 0 rgba(0,0,0,0.22) !important;
}

@media(max-width:650px) {
  .coupon-popup-modal {
    padding: 32px 20px !important;
  }
  .coupon-apply-btn {
    width: 100% !important;
    min-width: 0 !important;
  }
}



/* HOME PRODUCT SECTION MOBILE 2-COLUMN FIX */
@media(max-width: 650px) {
  .products-section .product-grid,
  .featured-section .product-grid,
  .home-products .product-grid,
  .best-sellers .product-grid,
  .products-grid,
  .product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .products-section .product-card,
  .featured-section .product-card,
  .home-products .product-card,
  .best-sellers .product-card,
  .product-card {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 10px !important;
  }

  .products-section .product-card img,
  .featured-section .product-card img,
  .home-products .product-card img,
  .best-sellers .product-card img,
  .product-card img {
    height: 125px !important;
    object-fit: cover !important;
  }

  .products-section .product-card h3,
  .featured-section .product-card h3,
  .home-products .product-card h3,
  .best-sellers .product-card h3,
  .product-card h3 {
    font-size: 0.92rem;
    line-height: 1.25;
    margin-bottom: 5px;
  }

  .products-section .product-card p,
  .featured-section .product-card p,
  .home-products .product-card p,
  .best-sellers .product-card p,
  .product-card p {
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
  }

  .products-section .product-card .btn,
  .featured-section .product-card .btn,
  .home-products .product-card .btn,
  .best-sellers .product-card .btn,
  .product-card .btn {
    padding: 8px 10px !important;
    font-size: 0.74rem !important;
  }
}



/* MORE PRODUCTS BUTTON ENHANCED */
.more-products-btn,
.more-products-link,
a.more-products,
.more-products {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    padding: 16px 28px !important;
    background: linear-gradient(135deg, #d4b15f, #b89543) !important;
    color: #fff !important;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    box-shadow: 0 14px 28px rgba(212,177,95,0.30) !important;
    transition: all 0.28s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.more-products-btn::before,
.more-products-link::before,
a.more-products::before,
.more-products::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.22), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.more-products-btn:hover::before,
.more-products-link:hover::before,
a.more-products:hover::before,
.more-products:hover::before {
    transform: translateX(100%);
}

.more-products-btn:hover,
.more-products-link:hover,
a.more-products:hover,
.more-products:hover {
    transform: translateY(-3px) scale(1.03) !important;
    box-shadow: 0 18px 38px rgba(212,177,95,0.42) !important;
}

.more-products-btn i,
.more-products-link i,
a.more-products i,
.more-products i {
    font-size: 1rem !important;
}

@media(max-width:650px){
    .more-products-btn,
    .more-products-link,
    a.more-products,
    .more-products {
        padding: 14px 22px !important;
        font-size: 0.92rem !important;
    }
}



/* TERMS PAGE FULL WIDTH */
.terms-full-page,
.terms-container,
.terms-content-wrapper {
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
}

.terms-full-page .row,
.terms-content-wrapper .row {
    display: block !important;
}

.terms-full-page .col,
.terms-full-page .sidebar,
.terms-full-page aside {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.terms-full-page aside,
.terms-full-page .quick-links,
.terms-full-page .sidebar {
    display: none !important;
}

.terms-full-page .terms-content,
.terms-full-page article,
.terms-full-page .content-area {
    width: 100% !important;
    max-width: 100% !important;
}

.terms-full-page h1 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    margin-bottom: 24px;
}

.terms-full-page p,
.terms-full-page li {
    line-height: 1.9;
    font-size: 1rem;
    color: #444;
}



/* TERMS PAGE WIDE LAYOUT FIX */
.terms-hero,
.terms-banner,
.page-hero.terms-hero {
    width: 100% !important;
    max-width: 100% !important;
    padding: 90px 6vw !important;
    border-radius: 0 !important;
    margin: 0 0 40px !important;
}

.terms-hero .container,
.terms-banner .container {
    max-width: 1280px !important;
    margin: 0 auto !important;
}

.terms-full-page,
.terms-page,
.terms-container,
.terms-content-wrapper {
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    box-sizing: border-box !important;
}

.terms-content,
.terms-wrapper,
.terms-main,
.terms-article,
.terms-body {
    width: 100% !important;
    max-width: 100% !important;
}

.terms-full-page .row,
.terms-page .row {
    display: block !important;
    width: 100% !important;
}

.terms-full-page section,
.terms-page section {
    width: 100% !important;
    max-width: 100% !important;
}

@media(max-width:768px){
    .terms-hero,
    .terms-banner,
    .page-hero.terms-hero{
        padding: 70px 22px !important;
    }

    .terms-full-page,
    .terms-page,
    .terms-container,
    .terms-content-wrapper{
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}



/* HERO DESKTOP + MOBILE PORTRAIT SLIDER SUPPORT
   Desktop image size: 1920 x 650 px
   Mobile portrait image size: 1080 x 1600 px
*/
.hero,
.hero-section,
.home-hero,
.slider-section,
.hero-slider,
.slider,
.main-slider {
  width: 100% !important;
  overflow: hidden !important;
  position: relative !important;
}

/* Desktop landscape banner */
@media (min-width: 769px) {
  .hero,
  .hero-section,
  .home-hero,
  .slider-section,
  .hero-slider,
  .slider,
  .main-slider {
    height: calc(100vw * 650 / 1920) !important;
    max-height: 650px !important;
    min-height: unset !important;
  }

  .slides,
  .slide,
  .hero-picture,
  .hero-picture img {
    width: 100% !important;
    height: 100% !important;
  }

  .slide {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }

  .hero-picture img,
  .slide img {
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
  }
}

/* Mobile portrait banner */
@media (max-width: 768px) {
  .hero,
  .hero-section,
  .home-hero,
  .slider-section,
  .hero-slider,
  .slider,
  .main-slider {
    height: calc(100vw * 1600 / 1080) !important;
    max-height: 760px !important;
    min-height: 520px !important;
  }

  .slides,
  .slide,
  .hero-picture,
  .hero-picture img {
    width: 100% !important;
    height: 100% !important;
  }

  .slide {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }

  .hero-picture img,
  .slide img {
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
  }
}



/* TOP NAV DROPDOWN + MOBILE DROPDOWN */
.nav-dropdown{position:relative;}
.nav-drop-toggle{display:inline-flex;align-items:center;gap:6px;}
.nav-drop-toggle i{font-size:.7rem;transition:.25s ease;}
.nav-dropdown:hover .nav-drop-toggle i{transform:rotate(180deg);}
.nav-dropdown-menu{
    position:absolute;
    top:calc(100% + 16px);
    left:0;
    min-width:220px;
    background:#151515;
    border:1px solid rgba(212,177,95,.28);
    border-radius:16px;
    padding:10px;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.25s ease;
    box-shadow:0 18px 38px rgba(0,0,0,.24);
    z-index:1200;
}
.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);}
.nav-dropdown-menu a{
    display:flex!important;
    align-items:center;
    gap:10px;
    padding:11px 12px;
    color:#fff!important;
    border-radius:10px;
    font-size:.82rem!important;
    text-transform:none!important;
    letter-spacing:0!important;
}
.nav-dropdown-menu a:hover{background:rgba(212,177,95,.14);color:#d4b15f!important;transform:none!important;}
.nav-dropdown-menu a::after{display:none!important;}
.nav-dropdown-menu i{color:#d4b15f;width:16px;}

.mobile-dropdown{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:11px;}
.mobile-drop-toggle{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#fff;
    cursor:pointer;
    font-size:.95rem;
}
.mobile-drop-toggle i{color:#d4b15f;transition:.25s ease;}
.mobile-dropdown.active .mobile-drop-toggle i{transform:rotate(180deg);}
.mobile-drop-menu{display:none;padding:10px 0 0 14px;}
.mobile-dropdown.active .mobile-drop-menu{display:block;}
.mobile-drop-menu a{
    display:block;
    padding:8px 0!important;
    border-bottom:none!important;
    color:#d8d8d8!important;
    font-size:.88rem!important;
}
.mobile-drop-menu a:hover{color:#d4b15f!important;}

@media(max-width:1000px){
    .menu .nav-dropdown{display:none;}
}



/* HEADER NAV DROPDOWN */
.nav-dropdown{
    position:relative;
    list-style:none;
}

.nav-drop-toggle{
    display:flex;
    align-items:center;
    gap:6px;
}

.nav-drop-toggle i{
    font-size:.7rem;
    transition:.25s ease;
}

.nav-dropdown:hover .nav-drop-toggle i{
    transform:rotate(180deg);
}

.nav-dropdown-menu{
    position:absolute;
    top:calc(100% + 14px);
    left:0;
    min-width:230px;
    background:#151515;
    border:1px solid rgba(212,177,95,.25);
    border-radius:16px;
    padding:10px;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.25s ease;
    z-index:999;
    box-shadow:0 18px 38px rgba(0,0,0,.2);
}

.nav-dropdown:hover .nav-dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.nav-dropdown-menu a{
    display:block;
    padding:12px 14px;
    border-radius:10px;
    color:#fff;
    font-size:.85rem;
    transition:.2s ease;
}

.nav-dropdown-menu a:hover{
    background:rgba(212,177,95,.12);
    color:#d4b15f;
}

/* MOBILE HEADER DROPDOWN */
.mobile-dropdown{
    margin-bottom:10px;
}

.mobile-drop-toggle{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#fff;
    cursor:pointer;
}

.mobile-drop-menu{
    display:none;
    padding-left:12px;
    margin-top:10px;
}

.mobile-dropdown.active .mobile-drop-menu{
    display:block;
}

.mobile-drop-menu a{
    display:block;
    padding:8px 0;
    color:#d8d8d8;
}



/* CORRECT HEADER NAV DROPDOWN ONLY */
header .menu .nav-dropdown{
    position:relative !important;
    list-style:none !important;
    display:flex !important;
    align-items:center !important;
}

header .menu .nav-drop-toggle{
    display:flex !important;
    align-items:center !important;
    gap:6px !important;
    color:#fff !important;
}

header .menu .nav-drop-toggle i{
    font-size:.7rem !important;
    transition:.25s ease !important;
}

header .menu .nav-dropdown:hover .nav-drop-toggle i{
    transform:rotate(180deg) !important;
}

header .menu .nav-dropdown-menu{
    position:absolute !important;
    top:calc(100% + 18px) !important;
    left:0 !important;
    min-width:230px !important;
    background:#151515 !important;
    border:1px solid rgba(212,177,95,.28) !important;
    border-radius:16px !important;
    padding:10px !important;
    opacity:0 !important;
    visibility:hidden !important;
    transform:translateY(10px) !important;
    transition:.25s ease !important;
    z-index:5000 !important;
    box-shadow:0 18px 38px rgba(0,0,0,.28) !important;
}

header .menu .nav-dropdown:hover .nav-dropdown-menu{
    opacity:1 !important;
    visibility:visible !important;
    transform:translateY(0) !important;
}

header .menu .nav-dropdown-menu a{
    display:block !important;
    padding:12px 14px !important;
    border-radius:10px !important;
    color:#fff !important;
    font-size:.85rem !important;
    transition:.2s ease !important;
    white-space:nowrap !important;
}

header .menu .nav-dropdown-menu a:hover{
    background:rgba(212,177,95,.14) !important;
    color:#d4b15f !important;
}

header .menu .nav-dropdown-menu a::after{
    display:none !important;
}

/* CORRECT MOBILE HEADER DROPDOWN ONLY */
header .mobile-dropdown{
    border-bottom:1px solid rgba(255,255,255,.08) !important;
    padding-bottom:11px !important;
}

header .mobile-drop-toggle{
    display:flex !important;
    justify-content:space-between !important;
    align-items:center !important;
    color:#fff !important;
    cursor:pointer !important;
    font-size:.95rem !important;
}

header .mobile-drop-toggle i{
    color:#d4b15f !important;
    transition:.25s ease !important;
}

header .mobile-dropdown.active .mobile-drop-toggle i{
    transform:rotate(180deg) !important;
}

header .mobile-drop-menu{
    display:none !important;
    padding-left:14px !important;
    margin-top:10px !important;
}

header .mobile-dropdown.active .mobile-drop-menu{
    display:block !important;
}

header .mobile-drop-menu a{
    display:block !important;
    padding:8px 0 !important;
    color:#d8d8d8 !important;
    border-bottom:none !important;
    font-size:.88rem !important;
}

header .mobile-drop-menu a:hover{
    color:#d4b15f !important;
}







/* FOOTER PAYMENT COLUMN ALIGNMENT FIX */
.footer-image-style .footer-main-wrap,
.footer-main-wrap{
    width:100% !important;
    max-width:1280px !important;
    margin:0 auto !important;
    display:grid !important;
    /*grid-template-columns:1.35fr .85fr 1fr .9fr 1.15fr 1.2fr !important;*/
    gap:32px !important;
    align-items:start !important;
    justify-content:center !important;
}

.footer-payment-col{
    max-width:260px !important;
    align-self:start !important;
}

.footer-payment-col h3{
    color:#fff !important;
    text-transform:uppercase !important;
    font-size:.86rem !important;
    letter-spacing:.04em !important;
    margin:0 0 18px !important;
}

.footer-payment-logo{
    width:100% !important;
    max-width:230px !important;
    height:auto !important;
    display:block !important;
    border-radius:8px !important;
    margin:0 0 12px !important;
}

.footer-payment-col p{
    color:#c7c7c7 !important;
    font-size:.82rem !important;
    line-height:1.65 !important;
    margin:0 !important;
}

.footer-payment-card{
    background:transparent !important;
    border:none !important;
    padding:0 !important;
}

/* keep footer bottom neat */
.footer-bottom-bar{
    align-items:center !important;
    text-align:center !important;
}

/* tablet */
@media(max-width:1180px){
    .footer-image-style .footer-main-wrap,
    .footer-main-wrap{
        grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
        gap:30px !important;
    }

    .footer-payment-col{
        max-width:100% !important;
    }

    .footer-payment-logo{
        max-width:220px !important;
    }
}

/* mobile */
@media(max-width:720px){
    .footer-image-style .footer-main-wrap,
    .footer-main-wrap{
        grid-template-columns:1fr !important;
        gap:28px !important;
        text-align:center !important;
        justify-items:center !important;
    }

    .footer-brand-block,
    .footer-col,
    .footer-contact-col,
    .footer-payment-col{
        width:100% !important;
        max-width:360px !important;
        text-align:center !important;
    }

    .footer-socials,
    .footer-contact-line,
    .footer-whatsapp{
        justify-content:center !important;
    }

    .footer-contact-line{
        text-align:center !important;
    }

    .footer-payment-logo{
        margin-left:auto !important;
        margin-right:auto !important;
        max-width:240px !important;
    }

    .footer-bottom-bar{
        grid-template-columns:1fr !important;
        justify-items:center !important;
        text-align:center !important;
        gap:12px !important;
    }

    .footer-secure{
        justify-self:center !important;
    }
}







/* DOWNLOADS PAGE MODERN FIXED */
.download-page-modern{
    padding-top:1px;
}

.downloads-hero-modern{
    width:90%;
    max-width:1220px;
    margin:112px auto 46px;
    min-height:470px;
    border-radius:34px;
    padding:52px;
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:34px;
    align-items:center;
    background:
        radial-gradient(circle at 12% 18%, rgba(212,177,95,.28), transparent 30%),
        linear-gradient(135deg, #111 0%, #252525 55%, #111 100%);
    color:#fff;
    box-shadow:0 28px 75px rgba(0,0,0,.22);
    overflow:hidden;
    position:relative;
}

.downloads-hero-modern::after{
    content:"";
    position:absolute;
    right:-120px;
    top:-120px;
    width:340px;
    height:340px;
    border-radius:50%;
    background:rgba(212,177,95,.12);
    pointer-events:none;
}

.downloads-hero-content{
    position:relative;
    z-index:2;
}

.downloads-hero-content span,
.download-section-title span{
    color:#d4b15f;
    font-size:.76rem;
    font-weight:900;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.downloads-hero-content h1{
    font-family:'Playfair Display',montserrat;
    font-size:clamp(2.6rem,5vw,4.9rem);
    line-height:1.03;
    margin:14px 0 18px;
}

.downloads-hero-content p{
    max-width:650px;
    color:#e3e3e3;
    font-size:1rem;
    line-height:1.85;
}

.downloads-hero-actions{
    display:flex;
    gap:13px;
    flex-wrap:wrap;
    margin-top:28px;
}

.download-main-btn,
.download-outline-btn{
    min-height:50px;
    padding:0 24px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    font-weight:800;
    font-size:.9rem;
}

.download-main-btn{
    background:linear-gradient(135deg,#d4b15f,#b89543);
    color:#fff;
    box-shadow:0 15px 30px rgba(212,177,95,.22);
}

.download-outline-btn{
    border:2px solid rgba(255,255,255,.32);
    color:#fff;
}

.downloads-hero-visual{
    position:relative;
    z-index:2;
}

.app-window-card{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.18);
    border-radius:26px;
    padding:18px;
    backdrop-filter:blur(10px);
    box-shadow:0 24px 55px rgba(0,0,0,.25);
}

.window-dots{
    display:flex;
    gap:8px;
    margin-bottom:14px;
}

.window-dots i{
    width:11px;
    height:11px;
    border-radius:50%;
    background:#d4b15f;
    display:block;
}

.window-dots i:nth-child(2){background:#fff;}
.window-dots i:nth-child(3){background:#777;}

.app-preview-screen{
    min-height:260px;
    border-radius:20px;
    background:linear-gradient(180deg,#fff,#fbf8ef);
    color:#151515;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:28px;
}

.app-preview-screen i{
    width:76px;
    height:76px;
    border-radius:24px;
    background:#151515;
    color:#d4b15f;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:2.1rem;
    margin-bottom:18px;
}

.app-preview-screen h3{
    font-family:'Playfair Display',montserrat;
    font-size:1.8rem;
    margin-bottom:8px;
}

.app-preview-screen p{
    color:#666;
    line-height:1.65;
}

.download-options-modern{
    width:90%;
    max-width:1220px;
    margin:0 auto 42px;
}

.download-section-title{
    text-align:center;
    margin-bottom:32px;
}

.download-section-title h2{
    font-family:'Playfair Display',montserrat;
    font-size:clamp(2rem,4vw,3.35rem);
    margin:10px 0 8px;
    color:#151515;
}

.download-section-title p{
    color:#777;
}

.download-card-grid-modern{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
    align-items:stretch;
}

.download-app-card{
    position:relative;
    background:#fff;
    border:1px solid rgba(0,0,0,.06);
    border-radius:26px;
    padding:30px 26px;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    overflow:hidden;
    display:flex;
    flex-direction:column;
    min-height:410px;
    transition:.28s ease;
}

.download-app-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 65px rgba(0,0,0,.13);
}

.download-app-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    height:5px;
    background:linear-gradient(90deg,#d4b15f,#b89543);
}

.download-app-card.recommended{
    background:linear-gradient(180deg,#fff,#fff9eb);
    border-color:rgba(212,177,95,.36);
}

.download-card-badge{
    position:absolute;
    top:18px;
    left:18px;
    background:#151515;
    color:#d4b15f;
    border-radius:999px;
    padding:7px 12px;
    font-size:.72rem;
    font-weight:900;
}

.download-os-logo{
    width:78px;
    height:78px;
    border-radius:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    font-size:2.25rem;
}

.windows-logo{
    background:#eaf4ff;
    color:#0078d4;
}

.mac-logo{
    background:#f3f3f3;
    color:#151515;
}

.legacy-logo{
    background:#fbf8ef;
    color:#b89543;
}

.download-app-card h3{
    font-family:'Playfair Display',montserrat;
    font-size:1.9rem;
    margin-bottom:10px;
    color:#151515;
}

.download-app-card p{
    color:#666;
    line-height:1.7;
    margin-bottom:20px;
}

.download-meta{
    display:grid;
    gap:10px;
    margin-top:auto;
    margin-bottom:24px;
}

.download-meta span{
    background:#f8f8f8;
    border:1px solid #eee;
    border-radius:14px;
    padding:10px 12px;
    display:flex;
    align-items:center;
    gap:9px;
    color:#555;
    font-size:.88rem;
}

.download-meta i{
    color:#d4b15f;
}

.download-card-btn{
    width:100%;
    min-height:52px;
    border-radius:999px;
    background:linear-gradient(135deg,#d4b15f,#b89543);
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    font-weight:900;
    font-size:.88rem;
    text-align:center;
    box-shadow:0 13px 25px rgba(212,177,95,.22);
}

.download-card-btn.light{
    background:#fff;
    color:#151515;
    border:2px solid #d4b15f;
}

.download-card-btn.dark{
    background:#151515;
    color:#fff;
}

.download-install-help{
    width:90%;
    max-width:1220px;
    margin:0 auto 90px;
    background:#151515;
    color:#fff;
    border-radius:26px;
    padding:28px;
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:20px;
    align-items:center;
    box-shadow:0 18px 45px rgba(0,0,0,.16);
}

.install-help-icon{
    width:58px;
    height:58px;
    border-radius:18px;
    background:#fbf8ef;
    color:#d4b15f;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.6rem;
}

.download-install-help h2{
    font-family:'Playfair Display',montserrat;
    margin:0 0 5px;
}

.download-install-help p{
    color:#d4d4d4;
    margin:0;
}

.download-install-help a{
    background:#d4b15f;
    color:#fff;
    padding:13px 20px;
    border-radius:999px;
    font-weight:800;
    white-space:nowrap;
}

@media(max-width:1000px){
    .downloads-hero-modern{
        grid-template-columns:1fr;
    }

    .download-card-grid-modern{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:680px){
    .downloads-hero-modern{
        margin-top:92px;
        padding:34px 22px;
        border-radius:24px;
        min-height:unset;
    }

    .downloads-hero-actions{
        flex-direction:column;
    }

    .download-main-btn,
    .download-outline-btn{
        width:100%;
    }

    .app-preview-screen{
        min-height:220px;
    }

    .download-card-grid-modern{
        grid-template-columns:1fr;
    }

    .download-app-card{
        min-height:auto;
        padding:28px 20px;
    }

    .download-install-help{
        grid-template-columns:1fr;
        text-align:center;
        justify-items:center;
    }
}



/* CONTACT TRADING HOURS */
.contact-hours{
    margin-top:24px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.08);
}

.contact-hours h4{
    color:#fff;
    font-size:.92rem;
    font-weight:700;
    margin-bottom:14px;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.contact-hours ul{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap:10px;
}

.contact-hours li{
    display:flex;
    justify-content:space-between;
    gap:16px;
    color:#cfcfcf;
    font-size:.84rem;
    line-height:1.5;
}

.contact-hours li strong{
    color:#fff;
    font-weight:600;
    white-space:nowrap;
}

@media(max-width:720px){

    .contact-hours{
        text-align:center;
    }

    .contact-hours li{
        flex-direction:column;
        gap:2px;
        align-items:center;
    }
}



/* CONTACT PAGE + FOOTER CONTACT FIX */
.contact-modern{
    width:90%;
    max-width:1220px;
    margin:0 auto 90px;
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:30px;
    align-items:start;
}

.contact-info,
.contact-form{
    background:#fff;
    border:1px solid #ececec;
    border-radius:22px;
    padding:32px;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.contact-info h2,
.contact-form h2{
    font-family:'Playfair Display',montserrat;
    font-size:2rem;
    margin-bottom:16px;
    color:#151515;
}

.contact-info p{
    color:#666;
    line-height:1.75;
}

.contact-line{
    display:flex;
    gap:14px;
    align-items:flex-start;
    margin:18px 0;
    color:#555;
}

.contact-line i{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fbf8ef;
    color:#d4b15f;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:none;
}

.contact-line strong{
    display:block;
    color:#222;
    margin-bottom:3px;
}

.contact-form .form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.contact-form .form-group.full{
    grid-column:1 / -1;
}

.contact-form label{
    display:block;
    margin-bottom:7px;
    font-weight:700;
    color:#333;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    border:1px solid #ddd;
    background:#fff;
    border-radius:14px;
    padding:14px;
    font-family:inherit;
    outline:none;
}

.contact-form textarea{
    min-height:130px;
    resize:vertical;
}

.contact-form input:focus,
.contact-form textarea:focus{
    border-color:#d4b15f;
    box-shadow:0 0 0 4px rgba(212,177,95,.12);
}

.contact-submit-btn{
    width:100%;
    border:none;
    border-radius:999px;
    min-height:52px;
    background:linear-gradient(135deg,#d4b15f,#b89543);
    color:#fff;
    font-weight:800;
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
}

.contact-hours{
    margin-top:24px;
    padding-top:20px;
    border-top:1px solid rgba(0,0,0,.08);
}

footer .contact-hours{
    border-top:1px solid rgba(255,255,255,.08);
}

.contact-hours h4{
    color:#151515;
    font-size:.92rem;
    font-weight:800;
    margin-bottom:14px;
    text-transform:uppercase;
    letter-spacing:.04em;
}

footer .contact-hours h4{
    color:#fff;
}

.contact-hours ul{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap:10px;
}

.contact-hours li{
    display:flex;
    justify-content:space-between;
    gap:16px;
    color:#666;
    font-size:.84rem;
    line-height:1.5;
}

footer .contact-hours li{
    color:#cfcfcf;
}

.contact-hours li strong{
    color:#222;
    font-weight:700;
    white-space:nowrap;
}

footer .contact-hours li strong{
    color:#fff;
}

@media(max-width:900px){
    .contact-modern{
        grid-template-columns:1fr;
    }
}

@media(max-width:650px){
    .contact-form .form-grid{
        grid-template-columns:1fr;
    }

    .contact-info,
    .contact-form{
        padding:24px 18px;
    }

    .contact-hours{
        text-align:center;
    }

    .contact-hours li{
        flex-direction:column;
        gap:2px;
        align-items:center;
    }
}
