.hero{ padding: 100px 40px; text-align: center; background: linear-gradient(to right, #eeeeee, #f1dba6);
border-bottom: 1px solid var(--black); overflow: hidden; padding-top: 60px; }

.hero img{ max-width: 500px; width: 100%; height: auto; margin: 0 auto 30px; display: block; object-fit: contain; }
.hero h1{ font-size: 3rem; letter-spacing: 2px; }
.hero p{ font-size: 1.1rem; color: #555; }
.recommended{ padding: 80px 40px; background:  var(--white); }
.section-header{ text-align: center; margin-bottom: 40px; }
.section-header h2{ font-size: 2.2rem; letter-spacing: 1px; margin-bottom: 8px; }
.section-header p{ color: #666; font-size: 1rem; }
.recommended-swiper{ padding-bottom: 50px; position: relative; overflow: hidden; }

.swiper-button-next, .swiper-button-prev{ width: 28px; height: 28px; top: 50%; transform: translateY(-50%);
display: flex; border-radius: 50px; background: transparent; align-items: center; justify-content: center;
transition: all 0.3s ease; z-index: 10; }

.swiper-button-prev{ left: -15px; }
.swiper-button-next{ right: -15px; }

.swiper-button-disabled{ opacity: 1 !important; pointer-events: auto; }

.swiper-button-next::after, .swiper-button-prev::after{ font-size: 14px; font-weight:700;
color: var(--gold); transition: all 0.3s ease; }

.swiper-button-next:hover::after, .swiper-button-prev:hover::after{ color: var(--black); }
.swiper-slide{ display: flex; justify-content: center; height: auto; }

.perfume-card{ background: var(--gray); border-radius: 16px; padding: 20px; text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid var(--gold); width: 100%;
max-width: 220px; margin: 20px auto 0; height: 100%; }

.perfume-card:hover{ transform: translateY(-6px); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); }
.perfume-card > img{ width: auto; max-width: 100%; height: 180px; object-fit: contain; margin-bottom: 16px; }
.perfume-card h3{ font-size: 1.1rem; margin-bottom: 6px; }
.perfume-card .meta{ font-size: 0.9rem; color: #777; margin-bottom: 10px; }
.perfume-card .price{ font-size: 1rem; font-weight: 500; color: var(--black); padding-bottom: 15px; }
.perfume-slider{ height: 180px; overflow: hidden; width: 100%; }
.perfume-slider .swiper-slide{ display: flex; align-items: center; justify-content: center; }
.perfume-slider img{ max-width: 100%; height: 180px; object-fit: contain; }

.new-arrivals{ padding-top: 60px; padding-bottom: 10px; }
.arrivals-section-header{ text-align: center; margin-bottom: 40px; }
.arrivals-section-header h2{ font-size: 2.2rem; letter-spacing: 1px; margin-bottom: 8px; }
.arrivals-section-header p{ color: #666; font-size: 1rem; }
.arrivals-section-header i[data-lucide]{ width: 32px; height: 32px; stroke-width: 3.2; }
.arrival-image{ width: 100%; height: 180px; display: flex; align-items: center; justify-content: center; }
.arrival-image img{ width: 100%; height: 180px; object-fit: contain; }
.arrivals-swiper{ position: relative; overflow: visible; }
.arrivals-swiper .swiper-button-prev{ left: -3px; }
.arrivals-swiper .swiper-button-next{ right: -3px; }

.product-highlight{ padding: 60px 30px; margin-top: 20px; text-align: center;
background: linear-gradient(to right, #f1dba6, #eeeeee); }

.product-section-header{ margin-bottom: 50px; }
.product-section-header h2{ font-size: 2.2rem; letter-spacing: 1px; }
.product-section-header p{ font-size: 1.2rem; color: #666; }
.product-section-header i[data-lucide]{ width: 32px; height: 32px; stroke-width: 3.2; }

.highlight-wrapper{ position: relative; max-width: 1200px; margin: 0 auto; border-radius: 24px; 
overflow: hidden; margin-bottom: 40px; }

.highlight-bg.perfume-oils{ position: absolute; inset: 0;  filter: blur(4px); transform: scale(1.05); z-index: 1;
background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.55)),
url('../assets/images/products/main/perfume-oils.jpg') center/cover no-repeat; }

.highlight-bg.perfumes{ position: absolute; inset: 0;  filter: blur(4px); transform: scale(1.05); z-index: 1;
background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.55)),
url('../assets/images/products/main/perfumes.jpg') center/cover no-repeat; }

.highlight-bg.body-mists{ position: absolute; inset: 0;  filter: blur(4px); transform: scale(1.05); z-index: 1;
background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.55)),
url('../assets/images/products/main/body-mists.jpg') center/cover no-repeat; }

.highlight-bg.others{ position: absolute; inset: 0;  filter: blur(4px); transform: scale(1.05); z-index: 1;
background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.55)),
url('../assets/images/products/main/others.jpg') center/cover no-repeat; }

.highlight-content{ position: relative; z-index: 2; display: flex; align-items: center; gap: 40px;
padding: 60px; }

.highlight-image img{ width: 280px; height: 280px; object-fit: cover; border-radius: 16px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4); }

.highlight-text{ background: rgba(255, 255, 255, 0.9); padding: 40px; border-radius: 16px; max-width: 700px; }
.highlight-text h3{ font-size: 1.6rem; letter-spacing: 2px; margin-bottom: 12px; position: relative; }

.highlight-text h3::after{ content: ''; width: 200px; height: 2px; background: var(--gold); display: block;
margin-top: 8px; }

.highlight-text p{ font-size: 1rem; color: #444; margin-bottom: 24px; }

.fade-in{ opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in.show{ opacity: 1; transform: translateY(0); }

.share-header{ margin-top: 20px; }

.social-share-buttons{ display: flex; gap: 12px; margin-top: 5px; }

.social-share-buttons .share-btn{ display: flex; align-items: center; gap: 6px; padding: 8px 14px;
border-radius: 3px; font-weight: 600; color: #fff; transition: all 0.2s ease; }

.social-share-buttons .share-btn i{ font-size: 1.1rem; }
.share-btn.twitter{ background: var(--white); color: var(--black); border: 1px solid var(--black); }
.share-btn.twitter:hover{  background: var(--black); color: var(--white); }

.share-btn.facebook{ background: var(--white); color: #1877f2; border: 1px solid  #1877f2; }
.share-btn.facebook:hover{ background: #1877f2; color: var(--white); }

.share-btn.pinterest{ background: var(--white); color: #bd081c; border: 1px solid #bd081c; }
.share-btn.pinterest:hover{ background: #bd081c; color: var(--white); }

.location-section{ padding: 80px 20px; background: var(--gray); }

.location-inner{ max-width: 1350px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr;
gap: 60px; align-items: center; background: var(--white); border-radius: 18px;
box-shadow: 12px 35px 60px rgba(0, 0 , 0, 0.65); border: 2px solid var(--gray); }

.location-image img{ width: 100%; height: 100%; object-fit: cover; border-radius: 18px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25); border: 1px solid var(--deep-gold); }

.location-card{ background: #fffdf7; padding: 40px; border-radius: 18px; position: relative;
transform: rotate(2.7deg); box-shadow: 0 25px 60px rgba(0, 0 , 0, 0.45); border: 2px solid var(--deep-gold); }

.location-card h2, .location-card h3{ display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
color: var(--deep-gold); }

.location-card ul{ list-style: none; padding: 0; margin-bottom: 24px; }

.location-card li{ margin-bottom: 8px; color: #333; }
.location-card span{ font-weight: 600; }

.contact, .delivery-note{ margin-top: 16px; display: flex; gap: 10px; align-items: flex-start;
color: #444; }

.location-card i{ width: 18px; height: 18px; flex-shrink: 0; color: var(--gold); }

.newsletter-section{ padding: 4rem 1.25rem; background: var(--gray); border-top: 1px solid rgba(0, 0, 0, 0.05); }

.newsletter-inner{ max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto;
gap: 2rem; align-items: center; border: 2px solid var(--deep-gold); padding: 20px; border-radius: 18px; }

.newsletter-text h3{ font-size: 1.6rem; font-weight: 600; color: var(--rich-gold); margin-bottom: 0.5rem; }
.newsletter-text p{ font-size: 0.95rem; line-height: 1.6; color: rgba(0, 0, 0, 0.7); max-width: 520px; }
.newsletter-text span{ display: inline-block; margin-top: 0.25rem; font-size: 0.85rem; color: rgba(0, 0, 0, 0.55); }
.newsletter-form{ display: flex; align-items: center; gap: 0.75rem; }
.newsletter-form .input-group{ position: relative; }

.newsletter-form .input-group i{ position: absolute; left: 0.95rem; top: 50%; transform: translateY(-50%);
width: 18px; height: 18px; color: rgba(0, 0, 0, 0.45); pointer-events: none; }

.newsletter-form input{ height: 44px; width: 240px; padding: 0 0.75rem 0 2.4rem; border-radius: 999px;
border: 1px solid rgba(0, 0, 0, 0.15); background: #fff; font-size: 0.9rem; color: var(--black);
transition: border-color 0.2s ease, box-shadow 0.2s ease; }

.newsletter-form input::placeholder{ color: rgba(0, 0, 0, 0.45); }

.newsletter-form input:focus{ outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(155, 157, 42, 0.15); }

.newsletter-form button{ height: 44px; padding: 0 1.5rem; border-radius: 8px; border: none; font-size: 0.9rem;
background: var(--gold); color: var(--black); font-weight: 500; cursor: pointer; transition: all 0.3s ease; }
.newsletter-form button:hover{ background: var(--black); color: var(--gold); }
.newsletter-form button:active{ transform: scale(0.97); }

.login-page, .register-page, .reset-page{ min-height: 100vh; display: flex; align-items: center;
justify-content: center; background: transparent; }

.reset-page{ min-height: 80vh; display: flex; align-items: center; justify-content: center;
background: transparent; }
.reset-page p{ margin-bottom: 30px; text-align: center; justify-content: center; }

.register-page{ min-height: 120vh; }
.update-page{ min-height: 100vh; display: flex; align-items: center; justify-content: center;
background: transparent; }

.edit-profile-page{ min-height: 100vh; display: flex; justify-content: center; padding: 60px 16px; }

.account-page{ min-height: 100vh; display: flex; justify-content: center; align-items: flex-start;
padding: 60px 16px; background: transparent; }

.account-container{ width: 100%; max-width: 720px; }

.auth-card, .register-card{ width: 100%; max-width: 520px; padding: 40px; border-radius: 20px; border: 1px solid var(--gold);
background: var(--white); }

.auth-card h2, .register-card h2{ text-align: center; font-size: 2rem; margin-bottom: 30px; color: var(--rich-gold); }

.profile-card{ width: 100%; max-width: 720px; background: var(--white); border: 1px solid var(--gold); 
border-radius: 20px; padding: 40px; }

.profile-header{ margin-bottom: 32px; }
.profile-header h1{ font-size: 2rem; margin-bottom: 8px; }
.profile-header p{ color: #555; font-size: 1rem; }
.full-name{ margin-top: 20px; }

#profileForm{ width: 100%; max-width: 720px; background: var(--white); border: 1px solid var(--gold);
border-radius: 20px; padding: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

#profileForm input{ padding: 12px; border-radius: 8px; border: 1px solid #ccc; font-size: 1rem; }
#profileForm input:focus{ outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(155, 157, 42, 0.15); }
#profileForm button{ grid-column: 1/-1; margin-top: 16px; }

.field{ display: flex; flex-direction: column; gap: 6px; }
.field label{ font-size: 0.85rem; color: #555; }
.full{ grid-column: 1/-1;}

.input-group{ position: relative; margin-bottom: 34px; }
.input-group input{ width: 100%; padding: 12px 10px; border: 1px solid #ccc; border-radius: 10px;
font-size: 1rem; background: transparent; outline: none; padding-right: 44px; }

.input-group label{ position: absolute; left: 14px; top: 25px; height: calc(100% - 24px); transform: translateY(-50%);
color: #777; display: flex; align-items: center; gap: 8px; pointer-events: none; line-height: 1;
transition: all 0.25s ease; background: transparent; padding: 0 6px; padding-bottom: 0.5rem; justify-content: center; }

.input-group input:focus + label, .input-group input:not(:placeholder-shown) + label{ top: -8px;
font-size: 1rem; color: var(--black); }

.forgot-link{ display: block; text-align: right; font-size: 1rem; margin-bottom: 24px; color: #555;
text-decoration: none; transition: all 0.25s ease; }

.forgot-link:hover{ text-decoration: underline; color: var(--black); }

.auth-actions{ display: flex; gap: 12px; }

.account-actions{ margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }

.change-password-box{ margin-top: 20px; padding: 16px; border: 1px solid #ddd; border-radius: 6px;
display: flex; flex-direction: column; gap: 12px; max-width: 420px; }

.change-password-box input{ padding: 12px; border: 1px solid #ccc; border-radius: 4px; font-size: 1rem; outline: none; }
.change-password-box input:focus{ border: 1px solid var(--dark-gold); }

.btn{ font-size: 1rem; padding: 14px; text-align: center; border-radius: 3px; font-weight: 600;
cursor: pointer; text-decoration: none; }
.btn i{ margin-right: 6px; }

.btn.primary{ background: var(--gold); color: var(--black); border: 1px solid var(--black); transition: all 0.3s ease; }
.btn.primary:hover{ background: var(--black); color: var(--gold); }
.btn.primary:disabled{ background: #ccc; color: #666; border-color: #333; cursor: not-allowed; }
.btn.secondary{ background: transparent; color: var(--black); border: 1px solid var(--black); transition: all 0.2s ease; }
.btn.secondary:hover{ background: var(--black); color: var(--gold); }
.btn.tertiary{ background: #b11616; color: var(--white); transition: all 0.3s ease; border: none;
padding: 12px 24px; font-weight: 600; }
.btn.tertiary:hover{ background: #7a0e0e; }

.password-group{ position: relative; }
.toggle-password{ position: absolute; right: 14px; top: 25px; height: calc(100% - 24px); padding: 0;
display: flex; align-items: center; transform: translateY(-50%); border: none; background: none;
cursor: pointer; color: #777; }

.toggle-password:hover{ color: var(--black); }
.password-strength{ margin-top: 8px; }
.strength-bar{ display: block; width: 100%; height: 4px; overflow: hidden; position: relative; }
.strength-bar::after{ content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 0%;
background: red; transition: width 0.3s ease, background-color 0.3s ease;}

.strength-text{ font-size: 0.85rem; color: #666; margin-top: 4px; display: block; }

.password-error{ display: block; margin-top: 3px; margin-bottom: 20px; font-size: 0.85rem; color: red; }
.hidden{ display: none; }

.success-page{ min-height: 100vh; display: flex; flex-direction: column; align-items: center; gap: 32px;
padding: 60px 16px; background: transparent; }

.success-hero{ text-align: center; max-width: 520px; }
.success-hero h1{ font-size: 2rem; margin-bottom: 8px; color: var(--text-dark); }
.success-hero p{ color: var(--text-muted); margin-bottom: 24px; }
.success-actions{ display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.receipt{ width: 100%; max-width: 850px; background: var(--white); border: 1px solid var(--gray);
padding: 28px; box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06); }

.ghosted{ display: none; }

.receipt-header{ display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 16px;
border-bottom: 1px solid var(--gray); margin-bottom: 20px; }

.brand{ display: flex; gap :12px; object-fit: contain; }
.brand h2{ margin: 0; font-size: 1.2rem; color: var(--text-dark); }
.brand small{ color: var(--text-muted); }
.brand img{ width: 40px; height: 40px; }

#printReceiptBtn{ margin-top: 10px; }
.receipt-meta{ text-align: right; font-size: 0.9rem; color: var(--text-muted); }
.receipt-items table{ width: 100%; border-collapse: collapse; }

.receipt-items th{ text-align: left; padding: 10px 0; border-bottom: 1px solid var(--gray); font-size: 0.9rem;
color: var(--text-muted); }

.receipt-items td{ padding: 12px 0; border-bottom: 1px dashed var(--gray); font-size: 0.95rem; vertical-align: middle;
color: var(--text-dark); }
.receipt-items td img{ max-width: 60px; max-height: auto; object-fit: contain; display: block; border-radius: 8px;
border: 1px solid var(--gold); display: block; margin: 0 auto; }
.receipt-items td:first-child{ width: 80px; }

.receipt-summary{ margin-top: 24px; display: flex; flex-direction: column; gap: 8px; align-items: flex-end; }
.receipt-summary div{ display: flex; justify-content: space-between; width: 260px; font-size: 0.95rem; }
.receipt-summary div:last-child{ font-weight: bold; font-size: 1.1rem; color: var(--black); }

.success-visual{ text-align: center; margin: 24px 0; width: 100%; }
.success-visual img{ width: auto; max-width: 280px; height: auto; animation: bounceIn 0.6s ease-out forwards; }

@keyframes bounceIn{
    0%{ transform: scale(0.6); opacity: 0; }
    40%{ transform: scale(0.8); opacity: 0.5; }
    60%{ transform: scale(1.05); opacity: 1; }
    80%{ transform: scale(1.08); opacity: 1; }
    100%{ transform: scale(1); opacity: 1; }
} 

@media print{
    body *{ visibility: hidden; }
    #receiptSheet, #receiptSheet *{ visibility: visible; }
    #receiptSheet{ position: absolute; left: 0; top: 0; width: 100%; box-shadow: none; border: none; }
    .receipt-actions{ display: none; }
    .success-hero, .success-actions{ display: none; }
}

.cart-open{ overflow: hidden; touch-action: none; }
.cart-overlay{ position: fixed; inset: 0; background: rgba(0, 0, 0, 0.7); z-index: 15000;
backdrop-filter: blur(6px); pointer-events: none; transition: opacity 0.45s ease; opacity: 0; }
.cart-drawer{ position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 100%); display: flex;
background: var(--white); transform: translateX(100%); transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
flex-direction: column; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.cart-drawer::before{ content: ''; position: absolute; inset: 0 auto 0 0; width: 6px; height: 100%;
background: linear-gradient(to right, #e9c46a 0% 33%, #f4a261 33% 66%, #e76f51 66% 100%); }
.cart-overlay.active{ opacity: 1; pointer-events: auto; }
.cart-overlay.active .cart-drawer{ transform: translateX(0); }
.cart-header{ padding: 1.2rem 1.4rem; border-bottom: 2px solid rgba(0, 0, 0, 0.09); display: flex;
align-items: center; justify-content: space-between; }

.close-cart{ cursor: pointer; border-radius: 50px; background: var(--gold); color: var(--black); border: 1px solid var(--black);
width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.close-cart:hover{ background: var(--black); color: var(--gold); margin-bottom: 0.8rem; }
.cart-header h3{ font-size: 1.1rem; font-weight: 600; }-items{ flex: 1; overflow-y: auto; padding: 1rem 1.2rem; }
.cart-empty{ height: 100%; display: flex; flex-direction: column; align-items: center;
justify-content: center; text-align: center; opacity: 0.7; }
.cart-empty i{ width: 40px; height: 40px; margin-bottom: 0.8rem; }.empty p{ font-weight: 500; margin-bottom: 0.2rem; }
.cart-empty span{ font-size: 0.85rem; }

.cart-items{ flex: 1; overflow-y: auto; padding: 1rem 1.2rem; display: flex; flex-direction: column; gap: 1rem; }
.cart-items img{ width: 68px; height: 68px; object-fit: cover; border: 1px solid var(--gray); border-radius: 8px; }
.cart-item{ display: flex; align-items: flex-start; gap: 0.8rem; border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 1rem; }
.item-info{ flex: 1; }
.item-info h4{ font-size: 0.95rem; margin-bottom: 0.3rem; }
.item-info .price{ font-size: 0.85rem; font-weight: 500; opacity: 0.8; margin-bottom: 0.6rem; }
.qty-controls{ display: flex; align-items: center; gap: 0.6rem; margin-top: 0.4rem; }
.qty-controls button{ width: 24px; height: 24px; border-radius: 6px; border: 1px solid rgba(0, 0, 0, 0.15);
background: var(--gold); color: var(--black); cursor: pointer; font-size: 1rem; transition: all 0.3s ease; }
.qty-controls button:hover{ background: var(--deep-gold); }

.remove-item{ background: none; border: none; opacity: 0.5; cursor: pointer; color: #ff0000;
margin-left: auto; align-self: center; transition: all 0.3s ease; }
.remove-item:hover{ color: #a01a1a; transition: all 0.3s ease; }

.cart-total{ display: flex; justify-content: space-between; margin-bottom: 0.8rem; font-size: 0.95rem; }

.cart-footer{ padding: 1.2rem 1.4rem; border-top: 2px solid rgba(0, 0, 0, 0.09); background: var(--white); }

.btn.checkout{ background: var(--gold); color: var(--black); border: 1px solid var(--black); transition: all 0.3s ease; }
.btn.checkout:hover{ background: var(--black); color: var(--gold); }
.btn.checkout:disabled{ background: #ccc; color: #666; border-color: #333; cursor: not-allowed; opacity: 0.7; }

.male-perfume-oils-page{ padding: 2rem 1rem; background-color: var(--gray); min-height: 100vh; }
.account-container{ max-width: 1200px; margin: 0 auto; }
.profile-header h1{ font-size: 2.5rem; color: var(--black); margin-bottom: 0.5rem; }
.profile-header p{ font-size: 1rem; color: var(--text-dark); margin-bottom: 2rem; }
.perfume-grid{ display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.2rem; }
.perfume-card{ background-color: var(--white); border-radius: 8px; overflow: hidden; display: flex;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); transition: transform 0.3s ease, box-shadow 0.3s ease;
flex-direction: column; height: 100%; }

.perfume-card:hover{ transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); }
.perfume-card .perfume-img{ width: 100%; aspect-ratio: 1/1; overflow: hidden; background-color: var(--soft-gold);
display: flex; align-items: center; justify-content: center; }

.perfume-card .perfume-img img{ width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.perfume-card:hover .perfume-img img{ transform: scale(1.05); }
.perfume-info{ padding: 1rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.perfume-info h3{ font-size: 1.1rem; font-weight: 600; color: var(--black); min-height: 2.4rem; }
.perfume-info .brand{ font-size: 0.9rem; color: var(--deep-gold); font-weight: 500; min-height: 1rem; }
.perfume-info .price{ font-size: 1rem; color: var(--deep-gold); font-weight: 700; }
.perfume-info .description{ font-size: 0.85rem; color: var(--text-dark); line-height: 1.3rem; height: 3.9rem;
overflow: hidden; text-overflow: ellipsis; }

.perfume-info .btn.add-to-cart{ margin-top: auto; padding: 0.5rem 1rem; background-color: var(--gold);
color: var(--white); border: none; border-radius: 6px; font-size: 0.9rem; font-weight: 600; cursor: pointer;
transition: background-color 0.3s ease, transform 0.2s ease; }

.btn.add-to-cart{ display: flex; flex-direction: column; }

.perfume-info .btn.add-to-cart:hover{ background-color: var(--black); color: var(--gold); transform: translateY(-1px); }
.empty-msg{ text-align: center; font-size: 1rem; color: var(--text-dark); margin: 3rem 0; }

.variant-list{ display: flex; flex-direction: column; gap: 0.4rem; margin-top: 0.5rem; }
.variant-row{ display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem;
background: var(--gray); padding: 0.6rem 0.75rem; border-radius: 8px; align-items: center; }
.variant-row button{ padding: 0.3rem 0.6rem; background: var(--gold); border: none; border-radius: 4px;
color: var(--white); cursor: pointer; }

.stock{ margin-top: 0.25rem; }
.stock.in-stock{ font-size: 0.75rem; font-weight: 600; color: var(--white); background: #0fd329;
padding: 0.25rem 0.5rem; border-radius: 4px; align-self: flex-start; }
.stock.out-of-stock{ font-size: 0.75rem; font-weight: 600; color: var(--white); background: #ff4d4d;
padding: 0.25rem 0.5rem; border-radius: 4px; align-self: flex-start; }

.perfume-info{ padding: 1rem; display: flex; flex-direction: column; gap: 0.5rem; height: 100%; }
.info-top{ min-height: 3.2rem; }

.view-btn{ margin-top: auto; text-align: center; padding: 0.5rem 1rem; background-color: var(--gold);
color: var(--black); border-radius: 6px; font-size: 0.9rem; font-weight: 600; cursor: pointer;
text-decoration: none; transition: all 0.3s ease; }

.view-btn:hover{ background-color: var(--black); color: var(--gold); }

.product-details-page{ padding: 2rem 1rem; background-color: var(--gray); min-height: 100vh; }

.product-details-card{ display: grid; grid-template-columns: 1.1fr 1fr; gap: 2rem; background: var(--white);
border-radius: 14px; padding: 2rem; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); align-items: start; }

.product-details-layout{ display: flex; justify-content: center; padding: 2rem 0; }

.product-image{ width: 100%; aspect-ratio: 1/1; background: var(--soft-gold); border-radius: 12px; overflow: hidden;
max-width: 420px; margin: 0 auto; position: sticky; top: 2rem; }
.product-image img{ object-fit: contain; background: var(--soft-gold); width: 100%; height: 100%; }
.product-info h1{ font-size: 2.2rem; line-height: 1.2; color: var(--black); }

.product-info{ display: flex; flex-direction: column; gap: 0.75rem; }

.product-info .brand{ color: var(--gold); font-weight: 600; margin-bottom: 0.5rem; display: block; 
font-size: 0.95rem; letter-spacing: 0.03rem; text-transform: uppercase; }
.product-info .description{ font-size: 0.95rem; line-height: 1.6; margin: 1rem 0; color: var(--text-dark);
margin-top: 1rem; max-width: 480px; }

.checkout-page{ background: var(--gray); min-height: 100vh; padding: 2rem 1rem; }
.checkout-container{ max-width: 1220px; margin: 0 auto; display: grid; border-radius: 14px;
grid-template-columns: 1.2fr 1px 1fr; background: var(--white); overflow: visible; }

.checkout-divider{ background: #e6e6e6; width: 1px; }

.checkout-left, .checkout-right{ padding: 2rem; }
.checkout-left{ border: 1px solid var(--gray); border-radius: 8px 0 0 8px; }
.checkout-right{ position: sticky; top: 2rem; background: #f8f8f8; border: 2px solid var(--soft-gold); 
border-radius: 0 20px 20px 0; }
.checkout-left hr, .checkout-right hr{ border: none; height: 1px; background: rgba(0, 0, 0, 0.3);
margin: 1.5rem 0; }

.checkout-user{ display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
margin-bottom: 1rem; }
.avatar{ width: 36px; height: 36px; border-radius: 50%; background: var(--gold); color: var(--black); 
display: grid; place-items: center; font-weight: 700; font-size: 1rem; }

.address-card{ background: var(--gray); border: 1px solid var(--gold); border-radius: 6px; padding: 16px; }

.checkout-item{ display: grid; grid-template-columns: 64px 1fr auto; gap: 0.75rem; align-items: center;
margin-bottom: 1rem; }

.checkout-item-image-wrapper{ position: relative; width: 64px; height: 64px; }

.checkout-item-image{ width: 100%; height: 100%; border-radius: 10px; overflow: hidden;
background: var(--soft-gold); border: 1px solid var(--gold); }

.checkout-item-image img{ position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; 
display: block; }
.item-qty-badge{ position: absolute; top: -6px; right: -6px; background: var(--gold); color: var(--black);
font-size: 0.95rem; font-weight: 600; padding: 2px 6px; border-radius: 999px; z-index: 10;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }

.delivery-container{ display: flex; flex-direction: column; gap: 14px; justify-content: space-between; }
.radio{ display: inline-flex; gap: 0.5rem; align-items: center;  }

.shipping-container{ display: flex; flex-direction: column; gap: 14px; justify-content: space-between; }
.shipping-container a{ display: inline-flex; gap: 0.5rem; align-items: center; color: var(--rich-gold);
transition: all 0.3s ease; }
.shipping-container a:hover{ color: var(--deep-gold); }

.billing-container{ display: flex; flex-direction: column; gap: 14px; }

.muted, .nope{ color: #777; }

.info-icon{ font-size: 0.8rem;  margin-left: 2px; cursor: pointer;
transition: 0.2s ease; }
.info-icon:hover{ color: var(--gold); }

.payment-box{ border: 2px solid var(--text-muted); border-radius: 10px 10px 0 0; background: var(--cold-steel);
overflow: hidden; cursor: pointer; transition: 0.2s ease; }
.payment-box:hover{ border-color: var(--soft-gold); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); }

.payment-box-header{ display: flex; justify-content: space-between; align-items: center; padding: 10px 14px;
border-bottom: 1px solid #8a8a8a; background: var(--pearl); }

.secured-text{ font-size: 0.85rem; color: #666; font-weight: 600; }
.payment-methods{ display: flex; align-items: center; gap: 4px; }
.payment-methods img{ width: auto; height: 16px; object-fit: contain; display: block; opacity: 0.85; margin-left: -2px; }
.more-methods{ font-size: 0.8rem; color: #888; margin-right: 2px; font-weight: 600; }
.payment-box-body{ padding: 14px; background: #f7f7f7; border-top: 1px solid #eee; }
.payment-note{ font-size: 0.85rem; color: #777; margin: 0; text-align: center; }

.summary-header{ display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.summary-header i{ transition: 0.3s; }
.summary-title{ display: flex; align-items: center; gap: 10px; }
.mobile-total{ display: none; }
#summaryChevron{ display: none; }

.checkout-item-info span{ font-size: 0.8rem; color: var(--text-muted); }
.checkout-item-info p{ font-size: 0.85rem; color: var(--text-muted); }
.checkout-item-price{ font-weight: 600; }
.summary-line{ display: flex; justify-content: space-between; margin: 0.5rem 0; font-size: 14px; color: #555; }
.summary-line.total{ font-size: 1.1rem; margin-top: 1rem; padding-top: 0.75rem; border-top: 1px solid #e6e6e6; }

.order-note{ display: flex; flex-direction: column; gap: 0.4rem; margin-top: 3px; }
.order-note label{ font-size: 0.9rem; font-weight: 500; color: #333; font-weight: bold }

.order-note textarea{ width: 100%; resize: vertical; min-height: 80px; padding: 0.65rem 0.75rem;
font-family: inherit; font-size: 0.9rem; line-height: 1.4; border-radius: 4px; border: 1px solid #666;
background: var(--cold-steel); transition: all 0.2s ease; }

.order-note textarea::placeholder{ color: #999; }
.order-note textarea:focus{ outline: none; border-color: var(--gold); box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06); }

.discount-row{ display: flex; gap: 0.5rem; }
.discount-row input{ flex: 1; padding: 0.6rem; border-radius: 8px 0 0 8px; border: 1px solid #666; outline: none; }
.discount-row input:focus{ border: 2px solid var(--gold); }
.checkout-left h4, .checkout-right h4{ margin-bottom: 1rem; }

.btn.outline{ background: var(--gold); color: var(--black); border: 1px solid var(--black);
transition: all 0.3s ease; border-radius: 0 8px 8px 0; padding: 10px; }
.btn.outline:hover{ background: var(--black); color: var(--gold); }
.btn.pay-now{ background: var(--gold); color: var(--black); border: 1px solid var(--black);
transition: all 0.3s ease; padding: 10px; width: 100%; }
.btn.pay-now:hover{ background: var(--black); color: var(--gold); }

.spectre{ display: none; }
.summary-line.coupon, .summary-line.discount{ font-size: 0.95rem; color: #555; }

.perfume-oils-page{ padding: 3rem 1.5rem; }
.perfume-oils-hero{ text-align: center; max-width: 700px; margin: 0 auto 3rem; }
.perfume-oils-hero h1{ font-size: 2.4rem; margin-bottom: 0.5rem; }
.perfume-oils-hero p{ color: var(--text-muted); line-height: 1.6; }
.perfume-oils-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }

.oil-category-card{ position: relative; border-radius: 12px; overflow: hidden; height: 320px;
display: block; background: #000; }

.oil-category-card img{ width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; opacity: 0.85; }
.oil-category-card .overlay{ position: absolute; inset: 0; display: flex; flex-direction: column;
justify-content: flex-end; padding: 1.5rem; background: linear-gradient(to top, rgba(0, 0, 0,0.75),
rgba(0, 0, 0, 0.1)); color: #fff; }

.oil-category-card h2{ font-size: 1.3rem; margin-bottom: 0.25rem; }
.oil-category-card span{ font-size: 0.9rem; opacity: 0.85; }
.oil-category-card:hover img{ transform: scale(1.06); }

.perfumes-page{ padding: 3rem 1.5rem; }
.perfumes-hero{ text-align: center; max-width: 700px; margin: 0 auto 3rem; }
.perfumes-hero h1{ font-size: 2.4rem; margin-bottom: 0.5rem; }
.perfumes-hero p{ color: var(--text-muted); line-height: 1.6; }
.perfumes-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }

.perfumes-category-card{ position: relative; border-radius: 12px; overflow: hidden; height: 320px;
display: block; background: #000; }

.perfumes-category-card img{ width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; opacity: 0.85; }
.perfumes-category-card .overlay{ position: absolute; inset: 0; display: flex; flex-direction: column;
justify-content: flex-end; padding: 1.5rem; background: linear-gradient(to top, rgba(0, 0, 0,0.75),
rgba(0, 0, 0, 0.1)); color: #fff; }

.perfumes-category-card h2{ font-size: 1.3rem; margin-bottom: 0.25rem; }
.perfumes-category-card span{ font-size: 0.9rem; opacity: 0.85; }
.perfumes-category-card:hover img{ transform: scale(1.06); }

.brands-grid{ display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 30px; }

.brand-card{ background: var(--cold-steel); border-radius: 12px; padding: 20px; display: flex; height: 120px;
position: relative; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s ease; }

.brand-card:hover{ transform: translateY(-4px); box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }
.brand-card img{ max-width: 100%; max-height: 100px; object-fit: contain; }

.brand-card span{ position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.6);
color: var(--white); padding: 6px 10px; font-size: 13px; text-align: center; opacity: 0; transition: 0.3s; }

.brand-card:hover span{ opacity: 1; }

.brand-hero{ width: 100%; height: 320px; background-size: cover; background-position: center; display: flex;
align-items: center; justify-content: center; border: 2px solid var(--black); }

.brand-hero h1{ color: var(--white); font-size: 48px; letter-spacing: 4px; text-transform: uppercase;
text-shadow: 0 4px 12px rgba(0, 0, 0, 0.6); }

.brand-perfume-grid{ margin-top: 40px; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 40px; }

.brand-perfume-card{ background: var(--cold-steel); border-radius: 12px; overflow: hidden; cursor: pointer;
display: flex; flex-direction: column; align-items: center; padding-bottom: 8px; padding: 15px;
border: 1px solid var(--gold); transition: all 0.2s ease; }

.brand-perfume-card:hover{ transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); }
.brand-perfume-card img{ width :100%; height: 320px; object-fit: contain; padding: 8px 14px; }
.brand-perfume-card h3{ font-size: 18px; text-align: center; margin-top: 10px;  }
.brand-name{ font-size: 0.85rem; color: #888; margin-bottom: 12px; text-align: center; }
.brand-display{ color: #888; margin-top: 3px; }

.cart-type-display{ color: #888; }

.contact-page{ padding: 40px 20px; max-width: 1200px; margin: auto; }
.contact-hero{ text-align: center; margin-bottom: 40px; }
.contact-hero h1{ color: var(--rich-gold); margin-bottom: 10px; }
.contact-hero p{ color: var(--text-dark); }
.contact-grid{ display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 25px; }
.contact-card{ background: var(--white); padding: 25px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
text-align: center; transition: 0.3s ease; }

.contact-card:hover{ transform: translateY(-5px); }
.contact-icon{ font-size: 28px; color: var(--rich-gold); margin-bottom: 15px; }
.contact-card h3{ margin-bottom: 10px; }
.contact-card p{ margin-bottom: 15px; color: var(--text-dark); }
.contact-card ul{ list-style: none; padding: 0; text-align: left; }
.contact-card li{ margin-bottom: 8px; }
.contact-card li::before{ content: "\2714"; color: var(--rich-gold); margin-right: 8px; font-weight: bold; }
.contact-btn{ display: inline-block; margin-top: 10px; padding: 10px 18px; background: var(--rich-gold);
color: var(--black); border-radius: 6px; font-weight: 600; transition: 0.3s ease; }

.contact-btn:hover{ background: var(--black); color: var(--rich-gold); }