:root{
--bg:#f2eadc;
--card:#fffaf2;
--border:#d4b06a;
--green:#2f5b3f;
--orange:#b85c1c;
--brown:#3b2416;
--gold:#d8b36a;
}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:'Poppins',sans-serif;
}
.hero{
position:relative;
background:#efe4d2;
border:3px solid #d4b06a;
border-radius:34px;
margin:18px;
padding:20px 24px 40px;
display:grid;
grid-template-columns:1fr;
align-items:center;
gap:20px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}
.hero-bottom-border{
position:absolute;
bottom:0;
left:0;
width:100%;
display:flex;
overflow:hidden;
line-height:0;
font-size:0;
z-index:3;
}
.hero-bottom-border img{
width:20%;
display:block;
object-fit:cover;
}
.hero-center{
width:100%;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
text-align:center;
position:relative;
z-index:2;
}
.hero-center h1{
font-size:24px;
line-height:.95;
color:#b85c1c;
font-family:'Playfair Display',serif;
margin:0;
text-align:center;
font-weight:700;
letter-spacing:1px;
}
.hero-center p{
margin:6px 0 0;
font-size:16px;
color:#245b4a;
text-align:center;
}

.hero-art{
display:flex;
justify-content:center;
align-items:center;
}
.hero-art img{
width:280px;
max-width:100%;
height:auto;
display:block;
object-fit:contain;
margin-bottom:4px;
}
.hero-leaf-border{
position:absolute;
top:0;
left:0;
width:100%;
height:auto;
object-fit:contain;
pointer-events:none;
z-index:1;
}
.hero-center,
.hero-art{
position:relative;
z-index:2;
}

.hero-peacock{
position:absolute;
right:25px;
bottom:80px;
width:170px;
height:auto;
z-index:2;
pointer-events:none;
}
.LOGO-HIGHLIGHT{
display:flex;
justify-content:center;
align-items:center;
margin:40px 0;
}
.LOGO-HIGHLIGHT img{
width:480px;
max-width:85%;
height:auto;
display:block;
}
.search-wrap{
display:flex;
justify-content:center;
margin-top:14px;
position:relative;
z-index:2;
}
.search-box{
width:700px;
max-width:88%;
height:32px;
background:#f8f1e5;
border:2px solid #2f5b3f;
border-radius:18px;
display:flex;
align-items:center;
overflow:hidden;
box-shadow:
0 4px 10px rgba(0,0,0,.04);
}
.search-box input{
flex:1;
height:100%;
border:none;
outline:none;
background:transparent;
padding:0 20px;
font-size:16px;
color:#355f3c;
font-family:'Poppins',sans-serif;
}
.search-box input::placeholder{
color:#7d7466;
}
.search-btn{
width:74px;
height:100%;
border:none;
background:#2f5b3f;
color:#fff;
font-size:20px;
cursor:pointer;
transition:.3s;
}
.search-btn:hover{
background:#244a33;
}
.categories{
display:flex;
justify-content:center;
margin-top:10px;
position:relative;
z-index:2;
}
.category-bar{
display:flex;
align-items:center;
background:#f3e7cb;
border:2px solid #cda554;
border-radius:999px;
padding:4px;
gap:0;
height: 32px;
}
.category-bar button{
min-width:110px;
height:32px;
border:none;
background:transparent;
color:#355f3c;
font-size:16px;
font-weight:600;
cursor:pointer;
transition:.3s;
border-radius:999px;
font-family:'Poppins',sans-serif;
}
.category-bar button.active{
background:#2f5b3f;
color:#fff4e2;
}
.category-bar button:hover{
background:#ead7af;
}
.hero-lady{
position:absolute;
left:0px;
bottom:15px;
width:260px;
height:auto;
z-index:1;
pointer-events:none;
opacity:.95;
}
.offer-banner{
position:relative;
margin:18px;
padding:14px 50px;
background:#f6ead7;
border:2px solid #c79a49;
border-radius:18px;
text-align:center;
font-size:17px;
font-weight:600;
letter-spacing:.4px;
color:#5a2d0c;
font-family:'Cormorant Garamond',serif;
box-shadow:
0 6px 18px rgba(0,0,0,.05);
box-sizing:border-box;
overflow:hidden;
}
.offer-banner::before{
content:"❈";
position:absolute;
left:18px;
top:50%;
transform:translateY(-50%);
font-size:18px;
color:#2f6b45;
}
.offer-banner::after{
content:"❈";
position:absolute;
right:18px;
top:50%;
transform:translateY(-50%);
font-size:18px;
color:#2f6b45;
}
.card{
background:#fffaf2;
border:2px solid #d4b06a;
border-radius:20px;
padding:10px;
transition:.3s;
box-shadow:0 4px 10px rgba(0,0,0,.04);
display:flex;
flex-direction:column;
box-sizing:border-box;
max-width:none;
width:100%;
margin:auto;
overflow:hidden;
}

.card:hover{
transform:translateY(-6px);
}

.card img{
width:100%;
height:220px;
object-fit:cover;
border-radius:14px;
display:block;
}

.card h3{
font-size:16px;
line-height:1.15;
margin:10px 0 4px;
color:#3b2416;
font-family:'Playfair Display',serif;
}

.card p{
font-size:13px;
margin:2px 0;
line-height:1.2;
}

.card .btn{
margin-top:10px;
height:38px;
border:none;
border-radius:10px;
background:#2f6b45;
color:white;
font-size:13px;
font-weight:600;
cursor:pointer;
transition:.25s;
}

.card .btn:hover{
background:#245437;
}
h2{
  text-align:center;
  margin:25px 0 10px;
  font-family:'Playfair Display', serif;
}
.btn{
background:#2f5b3f;
color:#fff;
border:none;
border-radius:12px;
padding:10px 18px;
font-weight:600;
cursor:pointer;
margin-top:auto;
transition:.3s;
}
.btn:hover{
background:#244a33;
transform:translateY(-2px);
}
.price-label{
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}
#pPrice{
  font-size: 42px;
  color: #111;
  margin: 0;
  font-weight: 600;
}
.stock-text{
  color: #0a8a3d;
  font-weight: 500;
  margin-bottom: 35px;
}
.option-block{
  margin-bottom: 34px;
}
.option-block h4{
  margin-bottom: 16px;
  font-size: 18px;
  color: #111;
}
.modern-options{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.modern-options button{
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border:
    1px solid #ece5ec;
  background: #faf8fa;
  font-size: 15px;
  transition: 0.25s ease;
}
.modern-options button:hover{
  border-color: #5a005a;
}
.modern-options button.active{
  background: #5a005a;
  color: white;
  border-color: #5a005a;
}
.color-grid{
  display: flex;
  gap: 18px;
}
.color-card{
width:92px;
border-radius:14px;
overflow:hidden;
background:#fffaf2;
border:1px solid #d4b06a;
}
.color-card img{
height:110px;
object-fit:cover;
}
.color-card p{
  margin: 12px 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  color: #555;
}
.color-card:hover{
  transform: translateY(-3px);
}
.color-card.active{
  border-color: #5a005a;
}
.option-error{
  color: red;
  font-size: 13px;
  margin-top: 10px;
}
.thumbs{
  display:flex;
  gap:10px;
  margin-top:10px;
}
.thumbs img{
  width:60px;
  height:60px;
  object-fit:cover;
  cursor:pointer;
  border-radius:6px;
}

#sizeBox button,
#colorBox button{
  margin:5px;
  padding:8px 12px;
  border:none;
  background:#eee;
  cursor:pointer;
}

#sizeBox button.active,
#colorBox button.active{
  background:#f8a552;
  color:#fff;
}
.price-filter{
text-align:center;
margin:60px 0;
}

.price-filter h2{
font-size:48px;
font-family:'Playfair Display',serif;
color:#2f5b3f;
margin-bottom:34px;
}

.price-buttons{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:26px;
}

.price-buttons button{
position:relative;
width:118px;
height:118px;
border-radius:50%;
border:3px solid #c79a49;
background:#fff7ea;
color:#b85c1c;
font-size:15px;
font-weight:700;
font-family:'Playfair Display',serif;
cursor:pointer;
transition:.3s;
line-height:1.4;
box-shadow:
0 4px 10px rgba(0,0,0,.05);

display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:12px;

overflow:hidden;
}
/* inner ring */
.price-buttons button::before{
content:"";
position:absolute;
inset:14px;
border-radius:50%;
border:2px solid #d9c28a;
}

/* decorative diamonds */
.price-buttons button::after{
content:"◆";
position:absolute;
top:8px;
left:50%;
transform:translateX(-50%);
font-size:11px;
color:#6b8b4e;

text-shadow:
0 82px #6b8b4e,
82px 41px #6b8b4e,
-82px 41px #6b8b4e,
58px 12px #6b8b4e,
-58px 12px #6b8b4e,
58px 70px #6b8b4e,
-58px 70px #6b8b4e;
}
.price-buttons button:hover{
transform:translateY(-5px) scale(1.03);
background:#fff1d8;
}

/* active */
.price-buttons button.active{
background:#2f5b3f;
color:#fff;
border-color:#2f5b3f;
}
.lux-scroll {
  width: 100%;
  overflow: hidden;
  background: transparent;
  backdrop-filter: blur(5px);
  margin: 25px 0;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #bbb, transparent);
  margin: 8px 0;
}
.track {
  display: flex;
  width: max-content;
}
.text {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #f99a34;
  padding-right: 60px;
  letter-spacing: 0.5px;
}
.track.left {
  animation: moveLeft 18s linear infinite;
}
.track.right {
  animation: moveRight 18s linear infinite;
}
@keyframes moveLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes moveRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
.shop-top{
  display:flex;
  align-items:center;
  gap:20px;
  padding:30px 20px 10px;
}
.back-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:10px 0 10px 30px;
  padding:12px 20px;
  border:none;
  border-radius:16px;
  background:linear-gradient(
    135deg,
    #6a006a,
    #a0008b
  );
  color:#fff;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
  box-shadow:
    0 8px 20px rgba(106,0,106,0.2);
  transition:0.25s;
}
.back-btn:hover{
  transform:translateY(-2px);
}
.filter-btn{
  border:none;
  padding:10px 18px;
  background:#fff;
  border-radius:25px;
  cursor:pointer;
  font-weight:600;
}
#sortSelect{
  padding:10px 16px;
  border:none;
  border-radius:25px;
  background:#fff;
  cursor:pointer;
}
.shop-layout{
  display:flex;
  gap:20px;
  padding:0 20px 40px;
}
#filterOverlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.25);
  backdrop-filter:blur(4px);
  opacity:0;
  visibility:hidden;
  transition:0.3s;
  z-index:9998;
}
.filters-sidebar{
  position:fixed;
  top:0;
  left:-340px;
  width:320px;
  height:100vh;
  background:rgba(255,255,255,0.82);
  backdrop-filter:blur(18px);
  padding:28px;
  overflow-y:auto;
  box-shadow:
    10px 0 40px rgba(0,0,0,0.12);
  transition:0.4s cubic-bezier(.77,0,.18,1);
  z-index:9999;
  border-right:1px solid rgba(255,255,255,0.5);
}
.filters-sidebar.show{
  left:0;
}
.filter-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:30px;
}
.filter-header h3{
  margin:0;
  font-size:28px;
  color:#5a005a;
}
.close-filter{
  border:none;
  background:none;
  font-size:24px;
  cursor:pointer;
  color:#555;
  transition:0.2s;
}
.close-filter:hover{
  transform:rotate(90deg);
}
.filter-group{
  margin-bottom:35px;
}
.filter-group h4{
  margin-bottom:14px;
  font-size:16px;
  color:#333;
}
.filter-group label{
  display:flex;
  align-items:center;
  gap:10px;
  margin:12px 0;
  font-size:15px;
  cursor:pointer;
}
.filter-group input[type="checkbox"]{
  width:18px;
  height:18px;
  accent-color:#d4b06a;
}
#priceRange{
  width:100%;
  accent-color:#d4b06a;
}
#priceValue{
  margin-top:10px;
  font-weight:600;
  color:#d4b06a;
}
.filter-actions{
  position:sticky;
  bottom:20px;
  display:flex;
  gap:12px;
  margin-top:30px;
  margin-bottom: 60px;
  padding:0;
  background:none;
  backdrop-filter:none;
  border:none;
  box-shadow:none;
  .clear-btn,
  .apply-btn{
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
  }
}
.clear-btn{
  flex:1;
  padding:14px;
  border:none;
  border-radius:16px;
  background:#f1f1f1;
  font-weight:600;
  cursor:pointer;
}
.apply-btn{
  flex:2;
  padding:14px;
  border:none;
  border-radius:16px;
  background:linear-gradient(
    135deg,
    #7a007a,
    #b0007a
  );
  color:#fff;
  font-weight:600;
  cursor:pointer;
  box-shadow:
    0 8px 20px rgba(122,0,122,0.25);
  transition:0.25s;
}
.apply-btn:hover{
  transform:translateY(-2px);
}
.products-area{
width:100%;
grid-template-columns:
repeat(auto-fill,minmax(220px,1fr));
gap:24px;
align-items:start;
}
.shop-brand h1{
  margin:0;
  font-size:42px;
  font-family:'Playfair Display', serif;
  color:#d4b06a;
  letter-spacing:1px;
}
.shop-brand p{
  margin-top:10px;
  color:#666;
  font-size:15px;
  letter-spacing:0.5px;
}
.price-box{
  display: flex;
  align-items: end;
  gap: 22px;
  margin-bottom: 36px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 20px 0;
}
.price-box small{
  color: #888;
  font-size: 13px;
}
#pPrice{
  font-size: 30px;
  font-weight: bold;
  color: #d4b06a;
  margin-top: 5px;
}
.selection-block{
  margin: 25px 0;
}
.selection-block h4{
  margin-bottom: 10px;
  color: #333;
}
#sizeBox button,
#colorBox button{
  margin: 6px;
  padding: 10px 18px;
  border: none;
  border-radius: 25px;
  background: #f4f4f4;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}
#sizeBox button:hover,
#colorBox button:hover{
  background: #ffe0eb;
}
#sizeBox button.active,
#colorBox button.active{
  background: linear-gradient(135deg,#ff4f87,#a0006d);
  color: white;
  box-shadow: 0 5px 15px rgba(255,79,135,0.3);
}
.error-text{
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
.testimonials{
padding:60px 16px;
background:
linear-gradient(
180deg,
#f4eadb 0%,
#efe2cf 100%
);
position:relative;
overflow:hidden;
}
.testimonials::before{
content:"✦ ✦ ✦";
position:absolute;
top:24px;
left:50%;
transform:translateX(-50%);
letter-spacing:18px;
font-size:18px;
color:#d4b06a;
opacity:.7;
}
.testimonial-head{
text-align:center;
margin-bottom:40px;
}
.testimonial-head h2{
font-size:42px;
font-family:'Playfair Display',serif;
color:#c5643d;
margin-bottom:10px;
letter-spacing:-1px;
}
.testimonial-head p{
color:#7a6d5c;
font-size:16px;
}
.testimonial-slider{
overflow:hidden;
width:100%;
position:relative;
}
.testimonial-track{
display:flex;
gap:30px;
width:max-content;
animation:
scrollTestimonials 34s linear infinite;
}
.testimonial-card{
min-width:280px;
max-width:280px;
background:
linear-gradient(
145deg,
#fffaf4,
#f6ead9
);
border:2px solid #d4b06a;
border-radius:26px;
padding:22px;
position:relative;
box-shadow:
0 8px 22px rgba(0,0,0,.04);
transition:.3s ease;
overflow:hidden;
}
.testimonial-card::before{
content:"❖";
position:absolute;
top:12px;
right:14px;
font-size:14px;
color:#d4b06a;
opacity:.7;
}
.stars{
font-size:16px;
color:#f4b000;
margin-bottom:14px;
letter-spacing:1px;
}
.review{
font-size:14px;
line-height:1.8;
color:#5c5147;
margin-bottom:20px;
}
.customer h4{
margin:0;
font-size:20px;
font-family:'Playfair Display',serif;
color:#2f5b3f;
}
.customer span{
color:#8a7d70;
font-size:13px;
display:block;
margin-top:4px;
}
@keyframes scrollTestimonials{
0%{
transform:translateX(0);
}
100%{
transform:translateX(-50%);
}
}
@media(max-width:768px){
.testimonials{
padding:70px 16px;
}
.testimonial-head h2{
font-size:42px;
}
.testimonial-head p{
font-size:16px;
}
.testimonial-card{
min-width:280px;
max-width:280px;
padding:24px;
}
.review{
font-size:15px;
line-height:1.8;
}
.customer h4{
font-size:22px;
}
}
.pf-item{
  background:
    rgba(255,255,255,0.72);
  backdrop-filter: blur(14px);
  border:
    1px solid rgba(255,255,255,0.5);
  border-radius: 26px;
  padding: 32px 24px;
  transition: 0.35s ease;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.04);
}
.pf-item:hover{
  transform: translateY(-6px);
  box-shadow:
    0 14px 40px rgba(90,0,90,0.08);
}
.pf-item h4{
  margin: 0 0 14px;
  font-size: 18px;
  color: #5a005a;
  font-family:
    'Playfair Display', serif;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.pf-item p{
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 400;
}
.admin-section{
  display:none;
}
.admin-section.active{
  display:block;
}
.admin-layout{
  display:flex;
  min-height:100vh;
  background:#f7f3f8;
}
.sidebar{
  width:260px;
  background:white;
  padding:30px 20px;
  box-shadow:
    4px 0 20px rgba(0,0,0,0.05);
  position:sticky;
  top:0;
  height:100vh;
}
.sidebar h2{
  margin-bottom:30px;
  color:#8b008b;
}
.sidebar button{
  width:100%;
  padding:15px;
  border:none;
  background:#faf7fb;
  margin-bottom:12px;
  border-radius:14px;
  cursor:pointer;
  font-size:15px;
  text-align:left;
  transition:0.25s;
}
.sidebar button:hover{
  background:#8b008b;
  color:white;
}
.main-admin{
  flex:1;
  padding:35px;
}
.dashboard{
  margin-bottom: 40px;
}
.dashboard-grid{
  display:grid;
  grid-template-columns:
    repeat(auto-fit,minmax(180px,1fr));
  gap:20px;
}
.dash-card{
  background:white;
  border-radius:18px;
  padding:25px;
  text-align:center;
  box-shadow:
    0 5px 18px rgba(0,0,0,0.08);
}
.dash-card h3{
  margin:0;
  font-size:36px;
  color:#8b008b;
}
.dash-card p{
  margin-top:10px;
  color:#666;
}
.category-stats{
  margin-top:30px;
  background:white;
  padding:25px;
  border-radius:18px;
  box-shadow:
    0 5px 18px rgba(0,0,0,0.08);
}
#categoryStats{
  margin-top:18px;
  display:grid;
  gap:12px;
}
.category-row{
  display:flex;
  justify-content:space-between;
  padding:14px 16px;
  background:#faf7fb;
  border-radius:12px;
}
.footer{
background:
linear-gradient(
to bottom,
#f6efe3,
#f3eadc
);
position:relative;
padding:60px 20px 50px;
overflow:hidden;
border-top:
1px solid rgba(212,176,106,.35);
}
.footer::before{
content:"";
position:absolute;
top:0;
left:50%;
transform:translateX(-50%);
width:180px;
height:3px;
background:
linear-gradient(
90deg,
transparent,
#b85c1c,
#d4b06a,
#2f5b3f,
#d4b06a,
#b85c1c,
transparent
);
border-radius:999px;
opacity:.85;
}
.footer-inner{
max-width:900px;
margin:auto;
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
}
.footer-inner h2{
font-size:42px;
font-family:'Playfair Display',serif;
font-weight:600;
letter-spacing:-1px;
margin:0;
color:#b85c1c;
line-height:1;
}
.footer-tagline{
margin-top:18px;
font-size:14px;
line-height:1.2;
max-width:520px;
color:#6d6258;
}
.footer-contact{
display:flex;
align-items:center;
gap:14px;
margin-top:30px;
font-size:16px;
color:#4b4037;
}
.footer-socials{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:16px;
margin-top:34px;
}
.footer-socials button{
height:48px;
padding:0 26px;
border-radius:999px;
border:1.5px solid #d4b06a;
background:rgba(255,255,255,.45);
backdrop-filter:blur(6px);
font-size:14px;
color:#3b2416;
cursor:pointer;
transition:.3s;
}
.footer-socials button:hover{
background:#2f5b3f;
border-color:#2f5b3f;
color:#fff;
transform:translateY(-2px);
}
.footer-about-btn{
margin-top:34px;
height:54px;
padding:0 34px;
border:none;
border-radius:999px;
background:#b85c1c;
color:#fff;
font-size:15px;
font-weight:600;
letter-spacing:.3px;
cursor:pointer;
transition:.3s;
box-shadow:
0 12px 24px rgba(184,92,28,.18);
}
.footer-about-btn:hover{
transform:translateY(-3px);
background:#9d4d18;
}
.footer-links{
display:flex;
gap:24px;
margin-top:30px;
}
.footer-links button{
border:none;
background:none;
font-size:14px;
color:#7b6d61;
cursor:pointer;
transition:.25s;
}
.footer-links button:hover{
color:#b85c1c;
}
.modal{
display:none;
position:fixed;
z-index:99999;
left:0;
top:0;
width:100%;
height:100%;
overflow:auto;
padding:30px 16px;
box-sizing:border-box;
background:
rgba(0,0,0,.45);
backdrop-filter:blur(5px);
}
.modal-content{
position:relative;
background:#fffaf2;
max-width:760px;
margin:60px auto;
padding:42px 36px;
border-radius:30px;
border:2px solid #d4b06a;
box-shadow:
0 25px 60px rgba(0,0,0,.16);
animation:popupShow .35s ease;
}
.modal-content::before{
content:"";
position:absolute;
inset:12px;
border:2px dashed #d8b36a;
border-radius:22px;
pointer-events:none;
opacity:.8;
}
#policyTitle{
font-size:38px;
font-family:'Playfair Display',serif;
color:#b85c1c;
margin-top:0;
margin-bottom:24px;
text-align:center;
}
#policyContent{
font-size:15px;
line-height:2;
color:#5f5246;
white-space:pre-line;
}
.close{
position:absolute;
top:18px;
right:20px;
width:42px;
height:42px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:#b85c1c;
color:#fff;
font-size:24px;
font-weight:bold;
cursor:pointer;
transition:.3s;
box-shadow:
0 10px 20px rgba(184,92,28,.22);
}
.close:hover{
transform:rotate(90deg);
background:#9f4c16;
}
.home-section{
position:relative;
margin:70px auto;
padding:40px 26px 50px;
background:
linear-gradient(
to bottom,
rgba(255,250,242,.75),
rgba(255,248,240,.95)
);
border:2px solid rgba(212,176,106,.65);
border-radius:34px;
overflow:hidden;
}
.home-section::before{
content:"";
position:absolute;
inset:14px;
border:1.5px dashed rgba(212,176,106,.8);
border-radius:24px;
pointer-events:none;
}
.home-section::after{
content:"✦";
position:absolute;
top:20px;
right:24px;
font-size:20px;
color:#d4b06a;
opacity:.8;
}
.home-section h2{
position:relative;
text-align:center;
font-size:46px;
font-family:'Playfair Display',serif;
font-weight:700;
color:#3b2416;
margin-bottom:40px;
letter-spacing:-1px;
}
.home-section h2::after{
content:"";
display:block;
width:110px;
height:3px;
margin:14px auto 0;
border-radius:999px;
background:
linear-gradient(
90deg,
transparent,
#b85c1c,
#d4b06a,
#2f5b3f,
transparent
);
}
.grid{
display:grid;
grid-template-columns:
repeat(6,1fr);
gap:18px;
width:100%;
}
.view-all-wrap{
width:100%;
margin-top:38px;
display:flex;
justify-content:center;
align-items:center;
}
.view-all-btn{
height:54px;
padding:0 34px;
border:none;
border-radius:999px;
background:
linear-gradient(
135deg,
#2f5b3f,
#3f7352
);
color:#fff;
font-size:15px;
font-weight:600;
letter-spacing:.4px;
cursor:pointer;
transition:.35s;
box-shadow:
0 12px 24px rgba(47,91,63,.16);
}
.view-all-btn:hover{
transform:
translateY(-3px)
scale(1.02);
box-shadow:
0 18px 34px rgba(47,91,63,.22);
}
/*SHOP PAGE CSS STARTS HERE.*/
.shop-page{
background:
#f6f0e4;
padding:24px 28px 60px;
max-width:100vw;
overflow-x:hidden;
}
.shop-page .shop-heading-wrap{
display:flex;
flex-direction:column;
gap:6px;
}
.shop-page .shop-breadcrumb span:first-child{
cursor:pointer;
position:relative;
transition:.25s;
}
.shop-page .shop-breadcrumb span:first-child::after{
content:"";
left:0;
bottom:-2px;
width:0;
height:1px;
background:var(--brown);
transition:.28s ease;
}
.shop-page .shop-breadcrumb span:first-child:hover::after{
width:100%;
}
.shop-page .shop-breadcrumb span:first-child:hover{
color:var(--brown);
}
.shop-page .divider{
opacity:.45;
font-size:12px;
margin-top:1px;
}
.shop-page .shop-top{
display:grid;
grid-template-columns:
1fr auto 1fr;
align-items:start;
padding:10px 24px 0;
gap:20px;
}
.shop-page .shop-heading{
text-align:center;
}
.shop-page .shop-breadcrumb{
justify-self:start;
margin-top:12px;
}
.shop-page .shop-breadcrumb a{
text-decoration:none;
color:#6d3b00;
transition:.3s;
}
.shop-page .shop-breadcrumb a:hover{
text-decoration:underline;
}
.shop-page .shop-breadcrumb a:hover::after{
width:100%;
}
.shop-page .shop-breadcrumb span{
color:#9a8775;
}
.shop-page #shopTitle{
font-size:42px;
line-height:1;
margin:0;
color:#5b1c0f;
font-family:'Playfair Display',serif;
}
.shop-page #shopSubtitle{
font-size:18px;
color:#6d6257;
margin:0;
}
.shop-page .shop-tagline{
justify-self:end;
margin-top:12px;
}
.shop-page .products-area{
width:100%;
padding:0;
margin:0 auto;
box-sizing:border-box;
}
.shop-page .grid{
display:grid;
grid-template-columns:
repeat(6,1fr);
gap:14px;
width:100%;
}
.shop-page .product-card{
min-width:0;
width:100%;
}
.shop-page .product-card img{
width:100%;
height:220px;
object-fit:cover;
}
.shop-page .shop-layout{
width:100%;
padding:0 24px 40px;
box-sizing:border-box;
overflow:hidden;
}
.shop-page .filter-btn{
height:46px;
padding:0 22px;
font-size:16px;
border-radius:14px;
}
.shop-page .filter-btn:hover{
background:#9f4d18;
transform:translateY(-2px);
}
.shop-page #productCount{
font-size:14px;
font-weight:500;
color:#5f5144;
}
.shop-page #sortSelect{
height:46px;
padding:0 18px;
font-size:15px;
border-radius:14px;
width:180px;  
}
.shop-page #filterOverlay{
position:fixed;
inset:0;
background:rgba(0,0,0,.35);
backdrop-filter:blur(5px);
opacity:0;
visibility:hidden;
transition:.35s;
z-index:999;
}
.shop-page #filterOverlay.show{
opacity:1;
visibility:visible;
}
.shop-page .filters-sidebar{
position:fixed;
top:0;
left:-340px;
width:300px;
height:100vh;
background:
rgba(255,250,242,.97);
backdrop-filter:blur(14px);
border-right:
1px solid rgba(212,176,106,.35);
padding:28px 24px;
box-sizing:border-box;
overflow-y:auto;
transition:.38s ease;
z-index:1000;
box-shadow:
8px 0 35px rgba(59,36,22,.08);
}
.shop-page .filters-sidebar.show{
left:0;
}
.shop-page .filter-header{
display:flex;
justify-content:space-between;
align-items:center;
padding-bottom:18px;
margin-bottom:24px;
border-bottom:
1px solid rgba(212,176,106,.22);
}
.shop-page .filter-header h3{
margin:0;
font-size:28px;
font-family:'Playfair Display',serif;
color:var(--brown);
}
.shop-page .close-filter{
background:none;
border:none;
font-size:26px;
cursor:pointer;
color:#8b6a46;
transition:.25s;
}
.shop-page .close-filter:hover{
transform:rotate(90deg);
color:var(--orange);
}
.shop-page .filter-group{
padding:18px 0;
border-bottom:
1px solid rgba(0,0,0,.08);
}
.shop-page .filter-group h4{
font-size:18px;
font-family:'Playfair Display',serif;
color:#2f5b3f;
margin-bottom:16px;
}
.shop-page .filter-group label{
display:flex;
align-items:center;
gap:10px;
margin-bottom:12px;
font-size:14px;
color:#4d3929;
}
.shop-page .filter-group input[type="checkbox"]{
accent-color:#2f5b3f;
width:16px;
height:16px;
}
.shop-page #priceRange{
width:100%;
accent-color:var(--orange);
cursor:pointer;
margin-top:10px;
}
.shop-page .price-input-wrap span{
font-size:16px;
font-weight:600;
color:var(--orange);
}
.shop-page .price-input-wrap{
display:flex;
align-items:center;
gap:8px;
margin-top:14px;
width:140px;
padding:10px 14px;
border-radius:14px;
background:#fffaf2;
border:
1px solid rgba(212,176,106,.45);
}
.shop-page #priceValue{
border:none;
outline:none;
background:none;
width:100%;
font-size:20px;
font-weight:600;
color:var(--brown);
}
.shop-page .color-item{
padding:10px 14px;
border-radius:12px;
background:rgba(255,255,255,.5);
transition:.25s;
}
.shop-page .color-item:hover{
background:#efe1cf;
}
.shop-page .filter-actions{
display:flex;
gap:12px;
margin-top:30px;
}
.shop-page .clear-btn{
flex:1;
height:48px;
border:none;
border-radius:14px;
background:#e7dccd;
color:#4d3929;
font-weight:600;
cursor:pointer;
}
.shop-page .apply-btn{
flex:2;
height:48px;
border:none;
border-radius:14px;
background:#2f5b3f;
color:#fff;
font-weight:600;
cursor:pointer;
box-shadow:
0 10px 24px rgba(47,91,63,.16);
transition:.25s;
}
.shop-page .apply-btn:hover{
transform:translateY(-2px);
background:#264a33;
}
.shop-page .shop-topbar{
display:grid;
grid-template-columns:
1fr auto;
align-items:center;
gap:20px;
padding:0 24px;
margin:10px 0 24px;
}
.shop-page .left-tools{
display:flex;
align-items:center;
gap:18px;
min-width:0;
}
.shop-page .right-tools{
display:flex;
justify-content:flex-end;
}
html,
body{
width:100%;
overflow-x:hidden;
}
.shop-page .brand-header{
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
padding:14px 28px;
background:#f5eee2;
border-bottom:
1.5px solid rgba(212,176,106,.45);
box-sizing:border-box;
position:sticky;
top:0;
z-index:999;
backdrop-filter:blur(10px);
}
.shop-page .header-left{
display:flex;
align-items:center;
}
.shop-page .header-logo{
width:220px;
height:auto;
display:block;
object-fit:contain;
}
.shop-page .header-right{
display:flex;
align-items:center;
gap:12px;
}
.shop-page .share-btn{
width:42px;
height:42px;
border:none;
border-radius:50%;
background:#2f5b3f;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:16px;
cursor:pointer;
transition:.25s ease;
box-shadow:
0 5px 14px rgba(47,91,63,.18);
flex-shrink:0;
}
.shop-page .share-btn i{
color:#fff;
font-size:16px;
}
.shop-page .share-btn:hover{
transform:translateY(-2px);
background:#244a33;
}
.shop-banner{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:40px 0 20px;
  padding:0 20px;
  box-sizing:border-box;
}
.shop-banner img{
  width:100%;
  max-width:1800px;
  height:auto;
  display:block;
  border-radius:18px;
  box-shadow:
    0 8px 24px rgba(0,0,0,.08);
}
/*Mobile View*/
@media(max-width:768px){
  .shop-page{
  padding:12px 0 40px;
  }
  .shop-page .shop-top{
  padding:10px 14px;
  flex-direction:column;
  gap:6px;
  }
  .shop-page .shop-topbar{
  margin:10px 14px 18px;
  padding:12px;
  flex-wrap:wrap;
  gap:12px;
  }
  .shop-page .products-area{
  padding:0 14px 30px;
  }
  .shop-page .grid{
  grid-template-columns:
  repeat(2,minmax(0,1fr));
  gap:14px;
  }
  .shop-page #shopTitle{
  font-size:24px;
  }
  .shop-page #shopSubtitle{
  font-size:13px;
  }
  .shop-page .shop-tagline{
  font-size:13px;
  margin-top:0;
  }
  .shop-page #sortSelect{
  min-width:150px;
  width:100%;
  }
}
/* TABLET */
@media(max-width:900px){
  .shop-page .grid{
  grid-template-columns:
  repeat(3,1fr);
  }
}
/* MOBILE */
@media(max-width:768px){
  .shop-page .grid{
  grid-template-columns:
  repeat(2,1fr);
  gap:14px;
  }
}
@media(max-width:768px){
  .footer{
  padding:75px 20px 60px;
  }
  .footer-inner h2{
  font-size:32px;
  }
  .footer-tagline{
  font-size:16px;
  line-height:1.7;
  }
  .footer-contact{
  flex-direction:column;
  gap:6px;
  }
  .footer-contact span:nth-child(2){
  display:none;
  }
  .footer-socials{
  gap:12px;
  }
  .footer-socials button{
  height:44px;
  padding:0 20px;
  font-size:13px;
  }
  .footer-about-btn{
  width:100%;
  max-width:280px;
  }
}
@media(max-width:768px){
  .product-stock{
  font-size:15px;
  font-weight:600;
  margin:10px 0 20px;
  }
  .product-title{
  font-size:52px;
  line-height:1;
  margin:16px 0 18px;
  color:#2d1606;
  font-family:'Playfair Display',serif;
  font-weight:700;
  max-width:100%;
  }
  .product-desc-box{
    margin-top: 10px;
    padding-top: 30px;
  }
  .product-desc-box h4{
    margin-bottom: 15px;
  }
  .product-desc-box p{
    line-height: 1.9;
    color: #555;
  }
  #productCount{
    font-weight:600;
    color:#d4b06a;
  }
  #pPrice{
    font-size: 34px;
  }
  .modern-options{
    gap: 10px;
  }
  .modern-options button{
    width: 52px;
    height: 52px;
  }
  .color-grid{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  .color-card{
    width: calc(50% - 6px);
    max-width: 140px;
  }
  .color-card img{
    height: 120px;
  }
  .close{
    top: 14px;
    right: 18px;
    font-size: 26px;
  }
}
@keyframes popupShow{
  from{
  opacity:0;
  transform:
  translateY(20px)
  scale(.96);
  }
  to{
  opacity:1;
  transform:
  translateY(0)
  scale(1);
  }
}
@media(max-width:768px){
  .modal-content{
  padding:34px 22px;
  border-radius:24px;
  }
  #policyTitle{
  font-size:28px;
  }
  #policyContent{
  font-size:14px;
  line-height:1.9;
  }
  .close{
  width:38px;
  height:38px;
  font-size:22px;
  }
}
@media(max-width:768px){
  .shop-page .shop-top{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:10px;
  }
  .shop-page .shop-breadcrumb{
    width:100%;
    text-align:left;
  }
  .shop-page .shop-heading{
    width:100%;
  }
  .shop-page .shop-tagline{
    width:100%;
    margin-top:0;
  }
}
@media(max-width:768px){
  .card img{
    height:180px;
    object-fit:cover;
  }
}
@media(max-width:768px){
  #best,
  #new{
    display:grid !important;
    grid-template-columns:repeat(2,1fr) !important;
    gap:14px !important;
  }
}
@media(max-width:768px){
  .price-circle{
    width:120px;
    height:120px;
  }
  .price-circle span{
    font-size:14px;
  }
}
@media(max-width:768px){
  .price-section h2{
    font-size:54px;
    line-height:1;
  }
}
@media(max-width:768px){
  .hero-art img{
    width:200px;
  }
}
@media(max-width:900px){
  .hero{
    width:calc(100% - 20px);
    margin:10px auto;
    overflow:hidden;
  }
  .hero-center{
    width:100%;
    overflow:hidden;
  }
  .hero-center h1{
    font-size:18px;
    line-height:1.2;
    word-break:break-word;
    letter-spacing:.5px;
  }
  .hero-center p{
    font-size:14px;
  }
  .hero-art{
  display:none;
  }
  .hero-search{
  max-width:100%;
  }
  .search-wrap{
    width:100%;
  }
  .search-box{
    width:100%;
    max-width:100%;
  }
}
@media(max-width:900px){
  .hero-lady{
    display:none !important;
  }
}
@media(max-width:768px){
  .hero,
  .hero-center,
  .search-wrap{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
  }
}
@media(max-width:768px){
  *{
    box-sizing:border-box;
  }
  body{
    overflow-x:hidden;
  }
}
.category-bar button{
  min-width:110px;
}
@media(max-width:768px){
  .search-box{
    width:100%;
    max-width:100%;
  }
  .category-bar{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    width:100%;
    max-width:320px;
    padding:12px;
    background:#f4e9d3;
    border:2px solid #d4b06a;
    border-radius:24px;
    height:auto;
  }
  .category-bar button{
    min-width:0;
    width:100%;
    height:42px;
    border-radius:14px;
    font-size:15px;
  }
  .category-bar::-webkit-scrollbar{
    width:100%;
    overflow-x:auto;
    justify-content:flex-start;
  }
  .category-bar button{
    min-width:85px;
    flex-shrink:0;
  }
}
@media(max-width:768px){
  .price-section h2{
    font-size:42px;
    text-align:center;
  }
}