:root{
--bg:#f2eadc;
--card:#fffaf2;
--border:#d4b06a;
--green:#2f5b3f;
--orange:#b85c1c;
--brown:#3b2416;
--gold:#d8b36a;
}
body{
margin:0;
background:var(--bg);
font-family:'Poppins',sans-serif;
color:var(--brown);
}
.product-page{
width:100%;
max-width:1400px;
margin:auto;
padding:0px 20px 10px;
box-sizing:border-box;
}
.product-modal{
display:grid;
grid-template-columns:340px 1fr;
gap:34px;
align-items:start;
max-width:1180px;
margin:20px auto;
padding:10px 18px;
}
.product-left{
position:sticky;
top:20px;
}
.product-image-box{
background:linear-gradient(
145deg,
#fff8ef,
#f3e4cf
);
padding:14px;
border:3px solid #c79a49;
border-radius:30px;
position:relative;
max-width:240px;
margin:auto;
box-shadow:
0 10px 24px rgba(0,0,0,.06),
0 2px 8px rgba(199,154,73,.15);
overflow:hidden;
}
.product-image-box::before{
content:"";
position:absolute;
inset:10px;
border:2px solid rgba(199,154,73,.7);
border-radius:22px;
pointer-events:none;
}
.product-image-box::after{
content:"✦";
position:absolute;
top:12px;
right:16px;
font-size:18px;
color:#c79a49;
opacity:.7;
}
.product-image-box img{
width:100%;
height:420px;
object-fit:cover;
border-radius:18px;
display:block;
border:1px solid rgba(212,176,106,.45);
}
.product-title{
font-size:30px;
line-height:1.05;
font-family:'DM Serif Display', serif;
font-weight:400;
color:#4b3615;
margin:8px 0 12px;
letter-spacing:.2px;
}
#pPrice{
font-size:34px;
color:#d4a64f;
margin:4px 0;
font-family:'Playfair Display',serif;
font-weight:600;
letter-spacing:.3px;
}
.modern-options{
display:flex;
flex-wrap:wrap;
gap:12px;
}
.modern-options button{
width:58px;
height:50px;
border-radius:14px;
font-size:15px;
font-weight:600;
background:#e8dcc7;
border:none;
color:var(--brown);
transition:.25s;
}
.modern-options button.active,
.modern-options button:hover{
background:#2f5b3f;
color:#fff;
}
.color-grid{
display:flex;
flex-wrap:wrap;
gap:18px;
margin-top:14px;
}
.color-card{
width:80px;
padding:0px;
border-radius:10px;
border:1.8px solid #d8b26a;
background:#f2eadc;
cursor:pointer;
transition:.25s ease;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
box-sizing:border-box;
}
.color-card:hover{
transform:translateY(-3px);
box-shadow:
0 6px 14px rgba(0,0,0,.08);
}
.color-card.active{
border:2px solid #2f5b3f;
background:#fff6ea;
}
.color-card img{
width:100%;
height:95px;
object-fit:cover;
border-radius:8px;
display:block;
}
.color-card p{
margin:8px 4px 6px;
font-size:14px;
font-family:'Cormorant Garamond',serif;
font-weight:700;
color:#5b1c0f;
text-align:center;
line-height:1.15;
letter-spacing:.3px;
text-transform:uppercase;
word-break:break-word;
overflow-wrap:break-word;
white-space:normal;
min-height:34px;
display:flex;
align-items:center;
justify-content:center;
}
.product-desc-box h4{
margin-bottom:12px;
}
.product-desc-box p{
line-height:1.6;
font-size:14px;
color:#555;
}
.trust-points div{
background:#efe3d1;
border-left:3px solid var(--orange);
padding:10px 14px;
border-radius:10px;
font-size:13px;
font-weight:500;
color:#5b2c06;
}
.lux-order-btn{
width:100%;
height:52px;
border:none;
border-radius:14px;
background:var(--green);
color:#fff;
font-size:15px;
font-weight:600;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
cursor:pointer;
transition:.3s;
margin-top:8px;
}
.lux-order-btn:hover{
background:#244a33;
transform:translateY(-2px);
}
.related-section{
margin-top:70px;
}
.related-section h3{
font-size:34px;
font-family:'Playfair Display',serif;
color:#2d1606;
margin-bottom:24px;
}
.related-grid{
display:grid;
grid-template-columns:
repeat(auto-fill,minmax(220px,1fr));
gap:24px;
}
.related-card{
background:#fffaf2;
border:2px solid #d4b06a;
border-radius:20px;
padding:12px;
cursor:pointer;
transition:.3s;
}
.related-card:hover{
transform:translateY(-4px);
}
.related-card img{
width:100%;
height:260px;
object-fit:cover;
border-radius:14px;
}
.related-card h4{
margin:14px 0 6px;
font-size:18px;
color:#3b2416;
}
.related-card p{
margin:0;
font-size:16px;
font-weight:700;
color:#b85c1c;
}
.product-footer{
margin-top:70px;
padding-top:40px;
border-top:1px solid rgba(0,0,0,.08);
display:grid;
grid-template-columns:
repeat(4,1fr);
gap:24px;
}
.pf-item{
background:#fffaf2;
border:2px solid #d4b06a;
border-radius:20px;
padding:20px;
}
.pf-item h4{
margin-top:0;
margin-bottom:10px;
color:#2d1606;
}
.pf-item p{
line-height:1.7;
color:#666;
}
.share-btn{
display:flex;
align-items:center;
justify-content:center;
gap:8px;
height:44px;
padding:0 18px;
border:none;
border-radius:14px;
background:
rgba(255,255,255,.75);
backdrop-filter:blur(10px);
color:var(--brown)#5b1c0f;
font-size:14px;
font-weight:600;
cursor:pointer;
margin-top:2px;
transition:.28s ease;
box-shadow:
0 4px 18px rgba(0,0,0,.06);
}
.share-btn:hover{
transform:translateY(-2px);
background:#ffcd9e;
color:#020000;
box-shadow:
0 10px 24px rgba(91,28,15,.18);
}
.share-btn i{
font-size:15px;
}
.brand-header{
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
padding:8px 22px;
background:#f5eee2;
border-bottom:
1.5px solid rgba(212,176,106,.45);
box-sizing:border-box;
}
.header-left{
display:flex;
align-items:center;
}
.header-logo{
width:170px;
height:auto;
display:block;
object-fit:contain;
}
.header-right{
display:flex;
align-items:center;
gap:12px;
}
.share-btn-product{
width:42px;
height:42px;
border:none;
border-radius:50%;
background:#2f5b3f;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:17px;
cursor:pointer;
transition:.28s ease;
box-shadow:
0 6px 18px rgba(47,91,63,.18);
}
.share-btn-product:hover{
transform:translateY(-2px);
background:#244a33;
}
.price-wrap{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.new-price{
  font-size:22px;
  font-weight:700;
  color:#000;
  line-height:1;
}

.old-price{
  font-size:15px;
  color:#888;
  text-decoration:line-through;
  opacity:.8;
  margin-top:4px;
}

.discount-badge{
  font-size:18px;
  font-weight:700;
  color:#d35400;
  background:#ffe7d6;
  padding:5px 10px;
  border-radius:30px;
}
.related-price .related-old{
  font-size:11px !important;
  color:#999 !important;
  text-decoration:line-through !important;
  text-decoration-thickness:1px !important;
  opacity:.75;
}
.related-price .related-new{
  font-size:20px;
  font-weight:700;
  color:#2f6d44;
}
.related-price .related-off{
  font-size:11px;
  color:#c56a1b;
  font-weight:700;
}.related-price .related-old{
  font-size:10px !important;
  color:#b0b0b0 !important;
  text-decoration:line-through !important;
  opacity:.7;
}
.related-price .related-new{
  font-size:14px;
  font-weight:700;
  color:#2f6d44;
}
.related-price .related-off{
  font-size:10px;
  padding:2px 6px;
  border-radius:20px;
  background:#c56a1b;
  color:#fff;
  font-weight:700;
}
.product-right{
display:flex;
flex-direction:column;
gap:2px;
padding-top:0;
}
.option-block{
padding-top:0px;
margin-top:0px;
border-top:1px solid rgba(212,176,106,.15);
}
.option-block h4{
margin-bottom:4px;
}
.product-desc-box{
margin-top:0;
padding-top:10px;
border-top:1px solid rgba(0,0,0,.05);
}
.price-box{
margin-bottom:2px;
}
.stock-text{
margin:2px 0;
}
.price-label{
margin-bottom:2px;
display:block;
}
.trust-points{
display:flex;
flex-direction:column;
gap:8px;
margin-top:18px;
margin-bottom:20px;
}
.top-product-info{
display:flex;
align-items:flex-start;
justify-content:flex-start;
gap:100px;
flex-wrap:wrap;
}
.left-product-info{
display:flex;
flex-direction:column;
}
.size-inline-box{
min-width:auto;
}
.size-inline-box h4{
margin:0 0 10px;
font-size:16px;
}

.size-inline-box .modern-options{
gap:8px;
}

.size-inline-box .modern-options button{
width:auto;
height:auto;
padding:10px 16px;
border-radius:14px;
}
@media(max-width:900px){
.product-modal{
grid-template-columns:1fr;
}
.product-left{
position:static;
}
.product-image-box img{
height:auto;
max-height:520px;
}
.product-title{
font-size:20px;
}
.related-grid{
grid-template-columns:1fr 1fr;
}
.product-footer{
grid-template-columns:1fr;
}
.top-product-info{
display:flex;
flex-direction:column;
gap:8px;
}
.size-inline-box{
margin-top:-6px;
}
.size-inline-box h4{
margin-bottom:4px;
}
}