.shop-hero{
    text-align:center;
    padding:60px 20px 30px;

.products-page{
}

.extra-photo{
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:12px;
  margin-top:15px;
}

body{
  margin:0;
  background:#050505;
  color:white;
  font-family:Arial, sans-serif;
}

.menu{
  position:sticky;
  top:0;
  z-index:1000;
  background:#000;
  border-bottom:1px solid #222;
  padding:18px 30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.menu-logo{
  color:#d4af37;
  font-size:28px;
  font-weight:bold;
}

.menu-links a{
  color:#d4af37;
  text-decoration:none;
  margin-left:20px;
  font-size:18px;
  font-weight:bold;
}

.menu-links a:hover{
  color:white;
}

.hero{
  text-align:center;
  padding:120px 20px 90px;
}

.logo{
  width:140px;
  height:140px;
  object-fit:contain;
  margin-bottom:20px;
}

.hero h1{
  color:#d4af37;
  font-size:72px;
  margin-bottom:20px;
}

.hero p{
  color:#ddd;
  font-size:28px;
  max-width:700px;
  margin:0 auto 30px;
  line-height:1.6;
}

.hero-btn{
  display:inline-block;
  background:#d4af37;
  color:black;
  text-decoration:none;
  padding:18px 40px;
  border-radius:12px;
  font-size:22px;
  font-weight:bold;
}
.hero-btn:hover{
  background:white;
}

.section-title{
  text-align:center;
  color:#d4af37;
  font-size:42px;
  margin-top:40px;
  margin-bottom:40px;
}


.product-card{
  background:#0d0d0d;
  border:2px solid #d4af37;
  border-radius:24px;
  padding:25px;
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.product-card h3{
  color:#d4af37;
  font-size:34px;
  margin:20px 0 10px;
  min-height:80px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.product-text{
  color:white;
  font-size:20px;
  line-height:1.7;
  min-height:180px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  text-align:center;
  padding:0 25px;
}

.buy-btn{
  margin-top:auto;
}
}
.product-card a{
  text-decoration:none;
  color:white;
}

.product-img{
    width:100%;
    height:420px;
    object-fit:contain;
    background:#fff;
    border-radius:18px;
    display:block;
}
.extra-photo{
  width:100%;
  height:320px;
  object-fit:cover;
  border-radius:18px;
  padding:0;
}

.product-card h3{
  color:#d4af37;
  font-size:34px;
  margin:20px 0 10px;
  min-height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.product-card p{
  min-height:140px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:1.6;
  padding:0 10px;
}

.buy-btn{
  background:#d4af37;
  color:#000;
  padding:10px 22px;
  border-radius:25px;
  text-decoration:none;
  font-weight:bold;
  display:inline-block;
  transition:0.3s;
}
.buy-btn:hover{
  background:#fff;
  color:#000;
}}

.about-section,
.contact-section{
  width:90%;
  max-width:800px;
  margin:80px auto;
  text-align:center;
}

.about-section h2,
.contact-section h2{
  color:#d4af37;
  font-size:42px;
  margin-bottom:20px;
}

.about-section p,
.contact-section p{
  color:#ddd;
  font-size:22px;
  line-height:1.8;
}

.footer{
  text-align:center;
  padding:30px 20px;
  border-top:1px solid #222;
  color:#888;
  font-size:16px;
}

@media (max-width:768px)
  

    .product-card{
        max-width:90%;
        margin:0 auto;
    }
  
    .menu{
        flex-direction:column;
        gap:10px;
        padding:15px;
    }
  .menu-links a{
    margin:0 10px;
    font-size:16px;
  }

  .hero h1{
    font-size:38px;
  }

  .hero p{
    font-size:18px;
  }

  .section-title{
    font-size:32px;
  }

  .about-section h2,
  .contact-section h2{
    font-size:30px;
  }

  .about-section p,
  .contact-section p{
    font-size:18px;
  }

body{
  zoom:1.25;
}

  .product-card{
  transition:0.3s ease;
}

.product-card:hover{
  transform:translateY(-10px);
  box-shadow:0 0 20px rgba(212,175,55,0.4);
}
#contact{
    margin-top:80px;
    text-align:center;
    padding-bottom:40px;
}

#contact h2{
    color:#d4af37;
    font-size:42px;
    margin-bottom:30px;
}

#contact p{
    font-size:20px;
    margin:15px 0;
    color:#f5f5f5;
}
footer{
    margin-top:60px;
    padding-bottom:30px;
    color:#d4af37;
    text-align:center;
    font-size:14px;
}

<div class="product-left">
  <img src="lounejpeg.jpeg" class="main-product-image">
  <img src="lounestoryjpeg.jpeg" class="main-product-image">
  <img src="loune3.jpeg" class="main-product-image">
</div>

.thumbnail-row{
  display:flex;
  gap:12px;
  margin-top:18px;
  flex-wrap:wrap;
}

.thumb{
  width:90px;
  height:90px;
  object-fit:cover;
  border:2px solid #d4af37;
  border-radius:12px;
  cursor:pointer;
}

.product-right h1{
  color:#d4af37;
  font-size:48px;
  margin-bottom:15px;
}

.product-right p{
  font-size:20px;
  line-height:1.7;
}
  
.loune-gallery{
  display:flex;
  gap:10px;
  justify-content:center;
  margin-top:20px;
}

.loune-gallery img{
  width:80px !important;
  height:80px !important;
  max-width:80px !important;
  max-height:80px !important;
  object-fit:cover !important;
  border:2px solid gold;
  border-radius:10px;
  display:block;
}

.loune-gallery img:hover{
  transform:scale(1.05);
}
}
.product-buy-btn{
  display:inline-block;
  margin-top:20px;
  background:#d4af37;
  color:black;
  text-decoration:none;
  padding:14px 30px;
  border-radius:30px;
  font-weight:bold;
}
.main-product-image{
  width:100%;
  max-width:320px;
  height:auto;
  display:block;
  border-radius:20px;
  margin-bottom:15px;
}

.product-left{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.buy-btn{
  background:#ffd700 !important;
  color:#000 !important;
}

.buy-btn:hover{
  background:#000 !important;
  color:#ffd700 !important;
  border:2px solid #ffd700 !important;
}

  .gson-gallery{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
  padding:40px 20px;
  background:#111;
}

.gson-gallery img{
  width:100%;
  border-radius:20px;
  object-fit:cover;
  border:2px solid gold;
  box-shadow:0 0 20px rgba(212,175,55,0.3);
  transition:0.3s;
}

.gson-gallery img:hover{
  transform:scale(1.03);
}

.product-text{
  min-height:140px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  text-align:center;
  line-height:1.6;
}
  
.product-img{
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:20px;
}
.coming-soon{
    text-align:center;
    color:#d4af37;
    margin:60px 20px;
    line-height:1.8;
    font-size:22px;
}

.coming-soon h2{
    font-size:36px;
    margin-bottom:20px;
}

.coming-soon p{
    font-size:24px;
    margin:12px 0;
}

#contact{
    margin-top:80px;
}

h1{
  font-size:clamp(38px, 6vw, 70px);
}

h2{
  font-size:clamp(28px, 5vw, 48px);
}

p{
  font-size:clamp(16px, 2.5vw, 24px);
  line-height:1.7;
}

.price{
  font-size:clamp(32px, 5vw, 48px);
}

.buy-btn{
  font-size:clamp(18px, 3vw, 26px);
  padding:16px 36px;
}

.product-info{
  font-size:clamp(18px, 3vw, 30px);
}

.hero-video{
  position:relative;
  width:100%;
  height:100vh;
  overflow:hidden;
  background:#000;
}

.hero-image{
  width:100vw;
  height:100vh;
  object-fit:cover;
  object-position:center center;
  display:block;
}

.hero-overlay{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:90%;
  max-width:800px;
  text-align:center;
  color:white;
  z-index:2;
}

.hero-overlay h1{
  font-size:64px;
  line-height:1.1;
  margin-bottom:20px;
}

.hero-overlay p{
  font-size:24px;
  line-height:1.5;
  margin-bottom:24px;
}

.hero-btn{
  display:inline-block;
  background:#d4af37;
  color:black;
  padding:16px 34px;
  border-radius:12px;
  text-decoration:none;
  font-weight:bold;
}

@media (max-width:768px){
  .hero-video{
    height:85vh;
  }

  .hero-image{
    width:100%;
    height:85vh;
  }

  .hero-overlay{
    width:94%;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    padding:0 10px;
    box-sizing:border-box;
  }

  .hero-overlay h1{
    font-size:24px;
    line-height:1.15;
    margin-bottom:12px;
  }

  .hero-overlay p{
    font-size:14px;
    line-height:1.4;
    margin-bottom:16px;
  }

  .hero-btn{
    font-size:17px;
    padding:12px 24px;
  }
}

  .product-card img{
    height:220px;
    object-fit:contain;
    background:#fff;
}

.simple-product{
    text-align:center;
    padding:40px 20px;
    background:#050505;
    color:white;
}

.main-product{
    width:220px;
    max-width:80%;
    display:block;
    margin:20px auto;
}

.simple-product h1{
    color:#d4af37;
    font-size:42px;
    margin-top:20px;
}

.simple-product p{
    color:#ddd;
    font-size:20px;
    max-width:500px;
    margin:20px auto 30px;
    line-height:1.6;
}

.buy-now{
    display:inline-block;
    background:#d4af37;
    color:black;
    padding:16px 40px;
    border-radius:30px;
    text-decoration:none;
    font-weight:bold;
    font-size:20px;
    margin-bottom:40px;
}

.gallery{
    display:flex;
    gap:12px;
    justify-content:center;
    flex-wrap:wrap;
}

.gallery img{
    width:110px;
    height:110px;
    object-fit:cover;
    border-radius:12px;
    border:2px solid #d4af37;
}
