.text-center{
		text-align:center;
}
.product-card img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.saving {
    color: #444;
    font-weight: 400;
	font-size:11px;
}
.product-actions {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;  /* ✅ This makes items align vertically center */
    gap: 10px;
}

.add-to-cart {
    border:1px solid #000;
    color: #000;
    padding: 10px 65px;
    
    border-radius: 4px;
    cursor: pointer;
	text-decoration:none;
	font-size:13px;
}
.add-to-cart:hover {
    background: #e65c00;
	background: #e2e7c9;
    color: #000;
	font-size:13px;
}
.wishlist-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
	border-radius: 4px;
	border: 1px solid #000;
    padding: 8px;
}

.wishlist-btn:hover {
    color: #ff0000;
}


/* General Body Styles */
body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    background-color: #fff;
    color: #000;
}
p{
	line-height:25px;
}
li{
	line-height:25px;
}
/* Header Styles */
.top-bar, .main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
}

.top-bar {
    font-size: 12px;
}

.main-header {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.currency-settings, .menu {
    display: flex;
    align-items: center;
    gap: 15px;
}

.menu {
    cursor: pointer;
}

.logo {
    text-align: center;
    margin-right: auto; 
    
}

.logo h1 {
    margin: 0;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 2px;
}

.logo p {
    margin: 0;
    font-size: 12px;
    letter-spacing: 1px;
}

.promo-banner {
    background-color: #939598;
    text-align: center;
    padding: 1px;
    font-size: 14px;
	color:#fff;
}

/* Side Drawer Navigation Styles */

.sidenav a {
    padding: 10px 15px 10px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #c77e00;
}

.sidenav .closebtn {
    position: absolute;
    top: -21px;
    right: 0px;
    font-size: 36px;
}

/* Overlay Style */
.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.5);
    display: none;
    transition: 0.5s;
}

/* Updated Creation Section Styles */
.creation-section {
    position: relative;
    text-align: center;
    height: 100vh; /* Adjust height as needed */
    display: flex;
    justify-content: right;
    align-items: center;
    
    /* Set the background image */
    background-image: url('img/banner1.jpg');
    background-size: cover;
    background-position: center;
    color: white; /* Set text color to white to be visible on the image */
}

/* Optional: Add a dark overlay for better text readability */
.creation-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
}

.creation-content {
    position: relative; /* Ensures content is above the overlay */
    z-index: 1;
	text-align:right;
	right: 15%;
}

.creation-content h2, .creation-content h3 {
    font-weight: 300;
    letter-spacing: 1.5px;
}

.creation-content h2 {
    font-size: 3.5em;
    margin-bottom: 0.5em;
}

.creation-content h3 {
    font-size: 1.3em;
    margin-bottom: 1.5em;
}

.creation-content ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 2em;
}

.creation-content ul li {
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

.btn-create-main {
    background-color: #e2e7c9;
    color: #000;
    padding: 10px 25px;
    text-decoration: none;
    text-transform:capitalize;
    font-size: 1em;
    display: inline-block;
    border: 1px solid #fff;
    transition: background-color 0.3s, color 0.3s;
	border-radius:5px;
}

.btn-create-main:hover {
    background-color: transparent;
    color: #fff;
}
/* Previous CSS remains the same... */

/* New Two-Column Feature Section Styles */
.scent-feature {
    padding: 0px; /* Add some space above and below the section */
    background-color: #fff;
}

.feature-container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0px 0px 0px;
    border-radius: 15px; /* Rounded corners for the container */
    background-color: #fff;
}

.feature-image {
    flex: 1; /* Takes up half the space */
    padding-right: 40px;
}

.feature-image img {
    width: 100%;
    height: auto;
    border-radius: 10px; /* Slightly rounded corners for the image */
}

.feature-text {
    flex: 1; /* Takes up the other half */
    padding-left: 40px;
}

.feature-text h2 {
    font-size: 1.8em;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.feature-text p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
}
/* --- Add this to your existing style.css file --- */

/* Product Carousel Section Styles */
.product-carousel {
    padding: 0px 0;
    background-color: #fff;
}

.carousel-wrapper {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}

.carousel-container {
    display: flex;
    overflow-x: auto; /* Enables horizontal scrolling */
    scroll-behavior: smooth;
    gap: 20px;
    padding: 0px 35px 0px 25px;
    /* Hide scrollbar for a cleaner look */
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none;  /* For Internet Explorer and Edge */
}

.carousel-container::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
}

.product-card {
    flex: 0 0 32%; /* Each card takes up roughly a quarter of the view */
    min-width: 170px;
    background-color: #fff;
    text-align: left;
}

.product-card img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 15px;
}

.product-card h3 {
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0 0 8px 0;
    
}
.mt-10{
	margin-top:10px;
}
.mt-20{
	margin-top:20px;
}
.product-card .scent-type {
    font-size: 0.9em;
    color: #666;
    margin: 0 0 10px 0;
}

.product-rating {
    display: flex;
    align-items: center;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.product-rating .fa-star, .product-rating .fa-star-half-alt {
    color: #ffb000;
}
.product-rating .far.fa-star {
    color: #ccc;
}


.product-rating span {
    margin-left: 8px;
    color: #666;
}

.product-price {
    font-size: 1em;
    font-weight: 500;
    margin: 0;
}

/* Carousel Arrow Styles */
.carousel-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1.2em;
    cursor: pointer;
    z-index: 10;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.carousel-arrow:hover {
    opacity: 1;
}

.prev-arrow {
    left: 0px;
}

.next-arrow {
    right: 0px;
}

/* Gifting and Corporate Section Styles */
.gifting-corporate-section {
    padding: 50px 0px 0px 0px;
    
}

.feature-row {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
    align-items: center;
    max-width: 1200px;
    margin: 100px auto 30px auto; /* Adds space between the two cards */
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
}

.feature-image-column,
.feature-text-column {
    flex: 1; /* Each column takes up 50% of the width */
    min-width: 300px; /* Prevents columns from becoming too narrow */
    padding: 40px;
}

.feature-image-column img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}

.feature-text-column h2 {
    font-size: 1.4em;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 20px;
}

.feature-text-column p {
    font-size: 1em;
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
}

.btn-dark {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
    font-weight: 400;
    font-size: 0.9em;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
    transition: background-color 0.3s;
}

.btn-dark:hover {
    background-color: #555;
}

.link-arrow {
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 0.9em;
    transition: color 0.3s;
}

.link-arrow:hover {
    color: #000;
}
/* Testimonials Section Styles */
.testimonial-section {
    padding: 0px 0;
    text-align: center;
}

.testimonial-section h2 {
    font-size: 1.5em;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    font-weight: normal;
}

.testimonial-carousel-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-carousel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 30px;
    padding: 20px;
    /* Hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.testimonial-carousel::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    flex: 0 0 32%; /* Each card takes nearly half the container width */
    min-width: 300px;
    display: flex;
    background-color: #f9f9f9;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.testimonial-image, .testimonial-content {
    flex: 1; /* Each takes 50% of the card's width */
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-content {
    padding: 40px;
    text-align: left;
}

.testimonial-content h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.testimonial-content p {
    font-size: 1em;
    line-height: 1.6;
    color: #555;
}

/* Adjust arrow positions for this carousel */
.testimonial-carousel-wrapper .carousel-arrow {
    top: 50%;
}



/* Newsletter Signup Section Styles */
.newsletter-signup {
    background-color: #f5f1e9; /* Light beige background */
    padding: 60px 20px;
    text-align: center;
}

.newsletter-content h2 {
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.newsletter-content p {
    max-width: 500px;
    margin: 0 auto 30px auto;
    color: #666;
    line-height: 1.6;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form input {
    flex-grow: 1;
    padding: 15px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 5px 0 0 5px;
    font-size: 1em;
}

.newsletter-form button {
    padding: 15px 30px;
    border: none;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}

/* Footer Section Styles */
.site-footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 60px 20px 0 20px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #444;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    margin-bottom: 30px;
}

.footer-column h3 {
    font-size: 1em;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9em;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #fff;
}

.social-icons a {
    color: #ccc;
    font-size: 1.4em;
    margin-right: 20px;
}

.social-icons a:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 0.8em;
    color: #aaa;
}

.payment-icons i {
    font-size: 2em;
    margin-right: 15px;
}

/* --- Add or modify these styles in your style.css --- */

/* Main Header Layout */
.main-header {
    display: flex;
    justify-content: space-between; /* Pushes logo and nav to opposite ends */
    align-items: center;
    padding: 10px 50px; /* Adjust padding as needed */
    background-color: #fff;
}

/* Container for Menu and New Icons */
.main-nav-icons {
    display: flex;
    align-items: center;
    gap: 15px; /* Adjust space between menu, cart, search, and user icons */
}

/* Style for individual icons */
.nav-icon {
    font-size: 1.2em; /* Makes icons slightly larger */
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.nav-icon:hover {
    color: #000;
}

/* Menu Style */
.menu {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between the hamburger icon and "MENU" text */
    cursor: pointer;
    font-weight: 500;
}
.category-banner {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.banner-image {
    width: 100%;
    
    display: block;
    margin: 0 auto;
}

.category-intro {
    text-align: center;
    margin-bottom: 36px;
}

.category-intro h2 {
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.category-intro p {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.6;
}

.category-products {
    display: flex;
    justify-content: center;
    gap: 50px 5px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}


.product-card img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
}


.scent-type {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 10px;
}

.product-rating {
    font-size: 1em;
    margin: 0 0 10px 0;
    color: #222;
}

.product-price {
    font-weight: 500;
    color: #222;
    font-size: 15px;
}
/* Image Slider */
.product-images-slider {
    position: relative;
    width: 580px;
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
}

.slider-images {
    display: flex;
    overflow: hidden;
    width: 100%;
    
    position: relative;
}

.slide {
    min-width: 100%;
    transition: transform 0.4s ease-in-out;
    display: none;
}

.slide.active {
    display: block;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(34,34,34,0.5);
    border: none;
    color: #fff;
    font-size: 30px;
    width: 35px;
    height: 60px;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
    z-index: 10;
    user-select: none;
}
.prev-btn {
    left: 0;
    border-radius: 6px 0 0 6px;
}
.next-btn {
    right: 0;
}

/* Sizes */
.sizes {
    display: flex;
    gap: 25px;
    margin: 5px 0 20px;
}
.sizes input[type="radio"] {
    display: none;
}
.sizes label {
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 400;
    transition: background-color 0.3s, color 0.3s;
}
.sizes input[type="radio"]:checked + label {
    background-color: #eadfcf;
    border-color: #c1ad8f;
    color: #333;
}

/* Tabs */
.tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}
.tab {
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 6px;
    font-weight: 400;
    cursor: pointer;
    font-size: 1em;
    color: #555;
}
.tab.active {
    border-color: #c1ad8f;
    color: #222;
}
.tab-content {
    margin-bottom: 20px;
}
.product-detail {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0px auto;
    background: #fff;
    border-radius: 22px;
    padding: 36px;
}

.product-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}
.main-image {
    width: 350px;
    border-radius: 20px;
}

.thumbnail-gallery {
    display: flex;
    gap: 12px;
}

.thumbnail-gallery .thumb {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
}
.thumbnail-gallery .active {
    border-color: #c1ad8f;
}

.product-info {
    flex: 1.4;
    display: flex;
    flex-direction: column;
}

.breadcrumb {
    font-size: 0.90em;
    color: #888;
    margin-bottom: 12px;
}

.badges {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}
.badge {
    background: #222;
    color: #fff;
    border-radius: 5px;
    font-size: 0.82em;
    padding: 4px 14px;
    letter-spacing: 0.5px;
    display: inline-block;
}
.badge.beige {
    background: #eadfcf;
    color: #222;
}

.product-info h2 {
    font-size: 1.5em;
    font-weight: 300;
    margin: 0px 0 0px 0;
    line-height: 1.2;
}

.rating {
    font-size: 1em;
    margin-bottom: 10px;
    color: #ffe117;
}

.tabs {
    display: flex;
    gap: 24px;
    margin-bottom: 22px;
}
.tab {
    padding: 3px 8px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-size: 1em;
    color: #333;
}
.tab.active {
    border-bottom: 2px solid #c1ad8f;
    font-weight: bold;
}

.product-options label {
    margin-bottom: 8px;
    display: block;
}

.colors {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}
.color-swatch {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 7px;
    border: 2px solid #ccc;
    margin-right: 4px;
    cursor: pointer;
    background: #222; /* default color black */
}
.color-swatch.gold {
    background: #eadfcf;
    border-color: #c1ad8f;
}

.edition-options {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}
.edition-option {
    padding: 8px 20px;
    background: #f5f5f5;
    border-radius: 8px;
    border: 1px solid #ddd;
    cursor: pointer;
    font-weight: bold;
    color: #333;
    font-size: 0.95em;
}
.edition-option.selected {
    background: #eadfcf;
    border-color: #c1ad8f;
}

.product-meta {
    font-size: 1em;
    color: #888;
    margin-bottom: 18px;
}
.product-meta strong {
    color: #222;
}

.product-description {
    font-size: 1em;
    color: #555;
    line-height: 1.6;
    margin-bottom: 24px;
}

.product-price-row {
    display: flex;
    align-items: center;
    gap: 32px;
    font-size: 1.18em;
    margin-bottom: 18px;
}

.points {
    background: #f8f4e8;
    color: #c1ad8f;
    padding: 7px 16px;
    border-radius: 7px;
    font-size: 0.9em;
}

.add-to-cart-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 10px;
}

.qty-selector {
    display: flex;
    align-items: center;
    gap: 4px;
}
.qty-selector button {
    width: 32px;
    height: 32px;
    font-size: 1.1em;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.qty-selector input[type="text"] {
    width: 38px;
    text-align: center;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.qty-selector input[type="number"] {
    width: 38px;
    text-align: center;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btn-cart {
    font-size: 11px;
    text-shadow: none;
    padding: 0px 50px;
    float: left;
    margin-top: 0px;
    font-weight: 400;
    margin-left: 12px;
    border: none;
    height: 32px;
    text-transform: uppercase;
	background: #000;
    color: #fff;
    font-size: 13px;
}

.btn-cart:hover {
    background: #e2e7c9;
    color: #000;
	cursor: pointer;
}
/* Image slider & thumbnails */
.product-images-slider {
    position: relative;
    width: 650px;
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
}


.slide {
    width: 100%;
    display: none;
    border-radius: 20px;
}
.slide.active {
    display: block;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    border: none;
    color: #fff;
    font-size: 30px;
    width: 35px;
    height: 60px;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    border-radius: 0 6px 6px 0;
}
.prev-btn {
    left: 0;
    border-radius: 6px 0 0 6px;
}
.next-btn {
    right: 0;
    border-radius: 0 6px 6px 0;
}

/* Thumbnail gallery */
.thumbnail-gallery {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
}

.thumbnail-gallery .thumb {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    object-fit: cover;
}

.thumbnail-gallery .thumb.active {
    border-color: #c1ad8f;
}

.review-section {
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
}

.review-section h2 {
    font-size: 2em;
    margin-bottom: 30px;
}

.reviews-container {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
}

.review-card {
    background-color: #f9f9f9;
    width: 30%;
    padding: 20px;
    border-radius: 15px;
    text-align: left;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.review-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: bold;
}

.review-rating {
    color: #c1ad8f;
    font-size: 1.2em;
}

.review-card p {
    font-size: 1em;
    color: #555;
}


/* Size selectors */

.sizes input[type="radio"] {
    display: none;
}


.sizes input[type="radio"]:checked + label {
    background-color: #000;
    border-color: #c1ad8f;
    color: #fff;
}

/* Tabs styling (unchanged) */
.tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

.tab.active {
    border-color: #c1ad8f;
    color: #222;
}
.tab-content {
    margin-bottom: 20px;
}
.similar-products {
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
}

.similar-products h2 {
    font-size: 2em;
    margin-bottom: 30px;
}

.product-listing {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    flex-wrap: wrap;
}

.product-card {
    width: 32%;
    background-color: #fff;
    border-radius: 15px;
    padding: 0px;
    text-align: left;
}

.productlink{
	text-decoration:none;
	color:#000;
}
.mrp{
	text-decoration: line-through;
    color: #8c8c8c;
    font-weight: 500;
	
}
.product-card img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
}

.product-card h3 {
    font-size: 1em;
    margin: 10px 0;
	text-transform:uppercase;
}

.review-submission {
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
}

.pagecontent {
    max-width: 900px;
    margin: 50px auto;
    
}

.review-submission h3 {
    margin-bottom: 20px;
    font-weight: normal;
}

.star-rating {
    font-size: 2.5em;
    color: #ccc;
    cursor: pointer;
    margin-bottom: 20px;
}

.star-rating .star.selected,
.star-rating .star:hover,
.star-rating .star:hover ~ .star {
    color: #c1ad8f;
}

#reviewText {
    width: 100%;
    padding: 15px;
    font-size: 1em;
    border-radius: 6px;
    border: 1px solid #ccc;
    resize: vertical;
    margin-bottom: 15px;
}

#submitReview {
    padding: 12px 30px;
    background-color: #c1ad8f;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

#submitReview:hover {
    background-color: #a18e6f;
}

#reviewsContainer {
    margin-top: 40px;
    text-align: left;
}
.review-entry {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.review-entry .stars {
    color: #c1ad8f;
    font-size: 1.2em;
    margin-bottom: 8px;
}

.review-entry p {
    font-size: 1em;
    color: #333;
}

.qty-selector {
    display: flex;
    align-items: center;
    gap: 6px;
}

.qty-selector button {
    width: 34px;
    height: 34px;
    font-size: 1.3em;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
}

.qty-selector input[type="text"] {
    width: 40px;
    text-align: center;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 7px;
    user-select: none;
}

.qty-selector input[type="number"] {
    width: 40px;
    text-align: center;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 7px;
    user-select: none;
}


.btn-cart:hover {
    background-color: #c1ad8f;
    color: #222;
}
.cart-main {
    max-width: 1200px;
    margin: 50px auto;
    padding: 10px 15px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.cart-title {
    text-align: center;
    font-size: 2.2em;
    letter-spacing: 1.5px;
    font-weight: normal;
    margin-bottom: 40px;
}

.cart-content {
    display: flex;
    gap: 38px;
    align-items: flex-start;
}

/* Left column - Cart items */
.cart-items-section {
    flex: 2;
}

.cart-subtotal {
    font-size: 1.2em;
    color: #222;
    margin-bottom: 18px;
}

.cart-gift-banner {
    background: #eadfcf;
    border-radius: 9px;
    padding: 14px 18px;
    margin-bottom: 25px;
    color: #222;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1em;
}

.cart-gift-icon {
    font-size: 1.4em;
}

.cart-item-list {
    border-top: 1px solid #ede8dd;
    margin-top: 18px;
}

.cart-item {
    display: flex;
    gap: 22px;
    padding: 24px 0;
    border-bottom: 1px solid #ede8dd;
    align-items: center;
}

.cart-item-img {
    width: 110px;
    height: 110px;
    border-radius: 14px;
    object-fit: cover;
}

.cart-item-info {
    flex: 1;
}

.cart-item-title {
    font-weight: bold;
    font-size: 1.06em;
    margin-bottom: 6px;
}

.cart-item-detail {
    color: #555;
    font-size: 0.97em;
    margin-bottom: 10px;
}

.cart-item-price {
    font-size: 1.13em;
    color: #222;
    margin-bottom: 12px;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cart-qty {
    display: flex;
    align-items: center;
    gap: 0px;
    background: #fff;
    border-radius: 0px;
    padding: 0px 0px;
	border:1px solid #eadfcf;
}

.qty-btn {
    width: 28px;
    height: 28px;
    font-size: 1.1em;
    border: none;
    background: #eadfcf;
    cursor: pointer;
}

.qty-input {
    width: 38px;
    text-align: center;
    font-size: 1em;
    border: none;
    background: transparent;
}

/* Remove button style */
.cart-remove-btn {
    background: #eadfcf;
    border: none;
    border-radius: 0px;
    padding: 2px 15px;
    cursor: pointer;
}
.cart-remove-icon {
    font-size: 1.2em;
}

/* Right column - Order summary */
.cart-summary-section {
    flex: 1;
    background: #f8f6f2;
    border-radius: 19px;
    padding: 32px 28px;
    min-width: 330px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.summary-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 18px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 14px 0;
    font-size: 1.07em;
}

.cart-delivery-banner {
    background: #eadfcf;
    border-radius: 7px;
    color: #222;
    font-size: 1em;
    padding: 11px 13px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 9px;
}
.cart-delivery-icon {
    font-size: 1.2em;
}

.promo-row {
    margin: 17px 0;
    gap: 8px;
}

.promo-input {
    flex: 1;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 8px 13px;
    font-size: 1em;
}

.promo-btn {
    background: #222;
    color: #fff;
    font-weight: bold;
    width: 80px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.total-row {
    font-size: 1.18em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.points-row {
    background: #eee5d2;
    border-radius: 7px;
    padding: 8px 13px;
    font-size: 1em;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 22px;
}

.points-icon {
    font-size: 1.05em;
    margin-right: 4px;
}


.checkout-btn:hover {
    background: #ccc;
    color: #fff;
}

/* Responsive */
@media (max-width: 850px) {
    .cart-content { flex-direction: column; }
    .cart-summary-section { min-width: 0; margin-top: 38px;}
}
.signup-main {
    max-width: 540px;
    margin: 60px auto;
    padding: 25px 15px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.signup-form {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 26px;
}

.form-group label {
    display: block;
    color: #222;
    font-size: 1em;
    margin-bottom: 0.5em;
    font-weight: 500;
}

.gender-options {
    display: flex;
    gap: 36px;
    margin-top: 8px;
    font-size: 1em;
}

.gender-options label input[type="radio"] {
    margin-right: 7px;
}

.input-icon {
    position: relative;
}

.input-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 1em;
}

.input-icon input {
    width: 90%;
    padding: 16px 16px 16px 45px;
    font-size: 1em;
    border-radius: 11px;
    border: none;
    background: #eadfcf;
    outline: none;
    color: #444;
}

.input-icon input:focus {
    background: #fff4df;
}

.checkbox-group label {
    font-size: 0.97em;
    color: #222;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 9px;
    transform: scale(1.3);
    vertical-align: middle;
}

.checkbox-group a {
    color: #222;
    text-decoration: underline;
    font-weight: bold;
}

.signup-btn {
    width: 100%;
    background: #888;
    color: #fff;
    padding: 18px 0;
    border: none;
    border-radius: 13px;
    font-size: 1.13em;
    font-weight: bold;
    margin-top: 14px;
    cursor: not-allowed;
    transition: background 0.3s, color 0.3s;
}

.signup-btn.active {
    background: #222;
    cursor: pointer;
}

/* Enable button if terms are accepted */
.signup-btn:enabled, .signup-btn.active:enabled {
    background: #222;
    cursor: pointer;
}


.checkout-main {
    max-width: 1150px;
    margin: 58px auto;
    padding: 10px 15px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}
.checkout-title {
    text-align: center;
    font-weight: normal;
    font-size: 2.2em;
    letter-spacing: 1.8px;
    margin-bottom: 35px;
}
.checkout-steps {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 40px;
}
.step {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #eadfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #888;
    font-size: 1.16em;
    position: relative;
}
.step.active {
    background: #222;
    color: #fff;
}
.checkout-content {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}
.shipping-form {
    flex: 1.3;
    background: #fff;
    border-radius: 19px;
    padding: 34px 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.section-title {
    font-size: 1.13em;
    color: #222;
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: 25px;
}
.ship-method-block {
    margin-bottom: 22px;
}
.shipping-method {
    background: #f7f2e4;
    border-radius: 13px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    font-size: 1.06em;
}
.shipping-method input[type="radio"] {
    margin-right: 9px;
}
.ship-price {
    margin-left: auto;
    font-weight: bold;
}
.ship-tip {
    font-size: 0.92em;
    color: #888;
}
.checkout-row {
    display: flex;
    gap: 22px;
    margin-bottom: 12px;
}
.checkout-field, .checkout-field input, .checkout-field select {
    width: 100%;
}
.checkout-field input,
.checkout-field select,
.shipping-form textarea {
    padding: 14px 16px;
    font-size: 1em;
    border-radius: 11px;
    border: none;
    background: #eadfcf;
    color: #444;
    margin-top: 2px;
    outline: none;
}

.phone-field {
    display: flex;
    align-items: center;
    gap: 8px;
}
.country-code {
    background: none;
    font-size: 1.11em;
    color: #888;
    padding: 0 10px 0 6px;
}
.billing-switch {
    margin-top: 2px;
    font-size: 1em;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
}
.shipping-form textarea {
    min-height: 44px;
    font-size: 1em;
    padding: 14px 16px;
    border-radius: 11px;
    border: none;
    background: #eadfcf;
    color: #444;
    width: 100%;
    margin-top: 2px;
}
.continue-btn {
    width: 100%;
    background-color: #222;
    color: #fff;
    font-weight: bold;
    font-size: 1.13em;
    border-radius: 12px;
    padding: 18px 0;
    border: none;
    margin-top: 14px;
    cursor: pointer;
    transition: background 0.3s;
}
.continue-btn:hover {
    background: #c1ad8f;
    color: #222;
}
/* Right: Order Summary */
.order-summary {
    flex: 1;
    background: #f8f6f2;
    border-radius: 17px;
    padding: 32px 27px;
    min-width: 330px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.summary-title {
    font-size: 1.18em;
    font-weight: bold;
    margin-bottom: 19px;
}
.summary-product {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 17px;
}
.summary-img {
    width: 72px;
    height: 72px;
    border-radius: 11px;
    object-fit: cover;
}
.summary-product-title {
    font-weight: bold;
    font-size: 1em;
}
.summary-product-detail {
    color: #555;
    font-size: 0.97em;
    margin-bottom: 4px;
}
.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 13px 0;
    font-size: 1.06em;
}
.cart-delivery-banner {
    background: #eadfcf;
    border-radius: 7px;
    color: #222;
    font-size: 1em;
    padding: 11px 13px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.cart-delivery-icon {
    font-size: 1.09em;
}
.promo-row {
    gap: 6px;
}
.promo-input {
    flex: 1;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 7px 12px;
    font-size: 1em;
}
.promo-btn {
    background: #222;
    color: #fff;
    font-weight: bold;
    width: 70px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}
.total-row {
    font-size: 1.15em;
    font-weight: bold;
}
.points-row {
    background: #eee5d2;
    border-radius: 7px;
    padding: 8px 13px;
    font-size: 1em;
    gap: 7px;
    margin-bottom: 18px;
}
.points-icon {
    font-size: 1em;
    margin-right: 2px;
}
.summary-pay-title {
    margin-top: 20px;
    margin-bottom: 7px;
    font-size: 1em;
    font-weight: bold;
}
.summary-pay-icons img {
    width: 44px;
    margin-right: 10px;
}
.summary-help {
    margin-top: 25px;
    text-align: left;
    font-size: 0.97em;
    color: #444;
}
.help-title {
    font-weight: bold;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.help-title i {
    font-size: 1.2em;
}
/* Responsive */
@media (max-width: 900px) {
    .checkout-content { flex-direction: column; }
    .order-summary { min-width: 0; margin-top: 36px;}
}

/* Utility: half-width fields in same row */
.checkout-row {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
}
.field-half {
    width: 50%;
}
.phone-block {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
}
.country-code {
    background: none;
    font-size: 1em;
    color: #888;
    padding: 0 10px 0 0;
}

/* Input/select styles for consistent look */
.shipping-form input[type="text"],
.shipping-form input[type="tel"],
.shipping-form select,
.shipping-form textarea {
    background: #eadfcf;
    border: none;
    border-radius: 11px;
    padding: 14px 16px;
    font-size: 1em;
    color: #444;
    width: 100%;
    box-sizing: border-box;
    margin-top: 2px;
}

.shipping-form textarea {
    min-height: 50px;
    resize: vertical;
}

.billing-switch {
    font-size: 1em;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Button styling (unchanged) */
.continue-btn {
    width: 100%;
    background-color: #222;
    color: #fff;
    font-weight: bold;
    font-size: 1.13em;
    border-radius: 12px;
    padding: 18px 0;
    border: none;
    margin-top: 14px;
    cursor: pointer;
    transition: background 0.3s;
}
/* Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;

}
@media (max-width: 1200px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .product-grid { grid-template-columns: 1fr; }
}


/* Image */
.product-card .thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;    /* no crop, looks like Maison21G */
}

.product-rating {
  margin-top: 6px;
  font-size: 12px;
  color: #f5f5f5;
}
.product-rating span {
  color: #aaa;
  margin-left: 6px;
}
/* Layout wrapper */
.layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  margin-top: 24px;
}
@media (max-width: 900px) {
  .layout {
    grid-template-columns: 1fr;
  }
  .sidebar {
    order: -1;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
}

/* Sidebar */
.sidebar {
  border-right: 1px solid #e5e5e5;
  padding-right: 20px;
  font-size: 14px;
}
.sidebar h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sidebar .reset {
  background: none;
  border: none;
  font-size: 13px;
  color: #666;
  cursor: pointer;
  margin-bottom: 16px;
}
.sidebar .filter-group {
  margin-bottom: 20px;
}
.sidebar .filter-group h5 {
  font-size: 14px;
  margin-bottom: 10px;
}
.sidebar label {
  display: block;
  margin-bottom: 8px;
  color: #444;
  cursor: pointer;
}
.sidebar input {
  margin-right: 8px;
}

/* Toolbar (sort) */
.toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.toolbar label {
  font-size: 13px;
  margin-right: 8px;
  color: #444;
}
.toolbar select {
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 6px;
}

/* Product Grid */

@media (max-width: 1200px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .product-grid { grid-template-columns: 1fr; }
}

/* Product Cards */


/* Image */
.product-card .thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-rating {
  margin-top: 6px;
  font-size: 12px;
  color: #f5f5f5;
}
.product-rating span {
  color: #aaa;
  margin-left: 6px;
}

.sidebar {
  border-right: 1px solid #e5e5e5;
  padding-right: 24px;
  font-size: 14px;
  min-width: 220px;
}

.sidebar h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.sidebar .reset {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  background: none;
  border: none;
  cursor: pointer;
}

.filter-group {
  margin-bottom: 28px;
}

.filter-group h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.filter-group label {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
}

.filter-group input[type="checkbox"] {
  margin-right: 10px;
  accent-color: #000; /* modern black checkboxes */
}
.layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
}

@media (max-width: 900px) {
  .layout {
    grid-template-columns: 1fr;
  }
  .sidebar {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
}
/* Global container with margins */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 auto;
}

/* Layout wrapper */
.layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  margin-top: 24px;
}
@media (max-width: 900px) {
  .layout {
    grid-template-columns: 1fr;
  }
  .sidebar {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
}

/* Sidebar */
.sidebar {
  border-right: 1px solid #e5e5e5;
  padding-right: 24px;
  font-size: 14px;
  min-width: 220px;
}
.sidebar h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.sidebar .reset {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  background: none;
  border: none;
  cursor: pointer;
}
.filter-group {
  margin-bottom: 28px;
}
.filter-group h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111;
}
.filter-group input[type="checkbox"] {
  margin-right: 10px;
  accent-color: #000; /* black checkbox like maison */
}

/* Product Grid */

/* Product Cards */
.product-card {
  position: relative;
  
  overflow: hidden;
  border: 1px solid #eee;
    padding: 5px;
    margin: 0px;
    text-align: center;
    border-radius: 8px;
    transition: 0.3s;
}

/* Image */
.product-card .thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
}
.product-card .thumb img {
  width: 92%;
  height: 92%;
  object-fit: cover;
}

/* Overlay Content */
.product-info {
  
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  
}
.product-info h3 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.product-info .scent-type {
  margin: 0;
  font-size: 13px;
  color: #ddd;
}
.product-info .product-rating {
  margin-top: 6px;
  font-size: 12px;
  color: #f5f5f5;
}
.product-info .product-rating span {
  color: #aaa;
  margin-left: 6px;
}

:root{
  --ink:#222;
  --muted:#6b6b6b;
  --beige:#eadfcf;
  --beige-200:#f7f2e7;
  --brand:#2b2b2b;
}



.pdp{max-width:1200px;margin:36px auto;padding:0 16px;}
.pdp-wrap{display:flex;gap:48px;align-items:flex-start;}

.pdp-media{flex:1;}
.pdp-main{
  width:100%;
  
  object-fit:cover;
  border-radius:14px;
  display:block;
  background:#fff;
}
.pdp-thumbs{
  display:flex;gap:12px;margin-top:16px;flex-wrap:wrap;
}
.pdp-thumb{
  width:96px;height:80px;object-fit:cover;border-radius:10px;
  border:2px solid transparent;cursor:pointer;background:#fff;
}
.pdp-thumb.active{border-color:#c1ad8f;}

.pdp-content{flex:1.1;min-width:380px}
.pdp-title{
  font-size:42px;letter-spacing:2px;margin:0 0 6px;font-weight:600;
}
.pdp-sub{
  font-size:20px;letter-spacing:2px;margin:0 0 16px;font-weight:600;
}
.pdp-rating{display:flex;gap:10px;align-items:center;margin-bottom:18px;}
.stars{letter-spacing:3px}
.reviews{color:var(--muted)}

.pdp-tabs{display:flex;gap:28px;margin-top:8px;}
.pdp-tab{
  background:none;border:none;font-size:16px;color:var(--muted);
  padding:6px 0;cursor:pointer;
}
.pdp-tab.active{color:var(--ink);font-weight:600}
.pdp-underline{
  width:160px;height:3px;background:var(--ink);margin:6px 0 18px;
}

.pdp-tabpane{display:none;color:#373737;line-height:1.6}
.pdp-tabpane.active{display:block}

.pdp-price{
  font-size:34px;font-weight:700;letter-spacing:1px;margin:26px 0 18px;
}

.pdp-add{
  width:100%;background:#2b2b2b;color:#fff;border:none;border-radius:12px;
  padding:18px 22px;font-weight:700;letter-spacing:1px;cursor:pointer;
  transition:.25s;
}
.pdp-add:hover{background:#c1ad8f;color:#222}

.pdp-points{
  margin-top:14px;background:var(--beige-200);padding:10px 14px;border-radius:28px;
  color:#3a3a3a;display:inline-flex;gap:6px;align-items:center;font-size:14px;
}
.pdp-points .coin{display:inline-block;width:22px;height:22px;border-radius:50%;
  background:#222;color:#fff;display:grid;place-items:center;font-size:12px}

@media (max-width:960px){
  .pdp-wrap{flex-direction:column;gap:28px}
  .pdp-content{min-width:0}
}
.how-it-works {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
}

.how-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #2d2d2d;
  letter-spacing: 1px;
}

.how-steps {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.how-step {
  flex: 1 1 300px;
  max-width: 320px;
}

.step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2d2d2d;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.step-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #2d2d2d;
  text-transform: uppercase;
}

.step-text {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}
  :root{
    --dark:#22211d;
    --beige:#efe3cf; /* input bg */
    --beige-border:#e0d4bf;
    --accent:#bfa97f;
    --white:#fff;
  }

  
  

  /* PAGE LAYOUT */
  .product-page{
    max-width:1180px;
    margin:0 auto;
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:40px;
    align-items:start;
  }

  /* LEFT: IMAGES */
  .gallery{
    display:flex;
    flex-direction:column;
    gap:18px;
  }
  .main-image{
    width:100%;
    border-radius:20px;
    overflow:hidden;
    background:#faf6f1;
    box-shadow:0 8px 30px rgba(0,0,0,0.06);
  }
  .main-image img{width:100%;height:520px;object-fit:cover;display:block;}

  .thumbs{
    display:flex;
    gap:12px;
    align-items:center;
    padding-top:6px;
  }
  .thumb{
    border-radius:12px;overflow:hidden;cursor:pointer;
    border:3px solid transparent;
    background:#fff;
    box-shadow: 0 3px 0 rgba(0,0,0,0.02);
  }
  .thumb img{width:100%;height:100%;object-fit:cover;display:block;}
  .thumb.active{border-color:var(--accent);}

  /* RIGHT: Product info & forms */
  .panel{
    width:100%;
  }
  .product-title{
    font-size:22px;
    font-weight:700;
    letter-spacing:1px;
    margin:6px 0 12px;
    text-transform:uppercase;
  }
  .product-desc{color:#595959;margin-bottom:18px;}

  .gift-includes{margin:18px 0 14px;color:#45423f;}
  .price-row{display:flex;align-items:center;justify-content:space-between;margin:20px 0;border-top:1px solid #e6e1d8;padding-top:18px}
  .price{font-size:20px;font-weight:500;color:var(--dark)}
  .points{background:var(--beige);padding:6px 12px;border-radius:18px;border:1px solid var(--beige-border);font-size:13px}

  /* quantity + add to cart */
  .controls{display:flex;gap:18px;align-items:center;margin-top:16px}
  .qty{
    display:flex;
    align-items:center;
    gap:12px;
    border-radius:10px;
    border:1px solid #ded6c4;
    padding:6px 8px;
    background:#fff;
  }
  .qty button{border:none;background:transparent;font-size:20px;padding:6px 10px;cursor:pointer;color:var(--dark)}
  .qty .count{min-width:44px;text-align:center;font-weight:600}

  .btn{
    padding:14px 30px;border-radius:10px;border:none;cursor:pointer;font-weight:700;letter-spacing:.6px;
  }
  .btn.primary{
    background:var(--dark); color:var(--white); min-width:220px;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
  }
  .btn.secondary{
    background:var(--beige); color:var(--dark);
    border:1px solid var(--beige-border);
    min-width:150px;
  }

  /* STEPS wrapper (shared area with product-info) */
  .steps-wrapper{
    margin-top:18px;
    background:transparent;
  }
  .steps-box{
    padding:22px;
    border-radius:12px;
    background:transparent;
  }

  /* FORM STYLES */
  .step-title{
    font-size:18px; text-transform:uppercase; letter-spacing:2px; font-weight:700; margin-bottom:14px;
  }

  .form-row{margin-bottom:14px;}
  .input-pill{
    display:flex;align-items:center;gap:12px;
    background:var(--beige); border:1px solid var(--beige-border);
    padding:12px 16px;border-radius:40px;font-size:15px;color:var(--dark);
  }
  .input-pill input, .input-pill select{
    border:0; background:transparent; outline:none; font-size:15px; width:100%;
  }

  .textarea-box{
    background:var(--beige); border:1px solid var(--beige-border); border-radius:12px; padding:16px; min-height:140px;
	width:100%;
  }

  .form-actions{
    display:flex;gap:16px;justify-content:flex-end;margin-top:18px;
  }

  /* small helper text */
  .helper{font-size:13px;color:#666;margin-top:8px}

  /* Step indicator */
  .progress{
    display:flex;gap:8px;align-items:center;margin-bottom:14px;
  }
  .progress .dot{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f4f1ec;border:1px solid #eee;font-weight:700;color:#7a786f}
  .progress .dot.active{background:var(--dark);color:#fff;border-color:var(--dark)}
  .progress .label{font-size:13px;color:#7a776f}

  /* HIDE / SHOW */
  .hidden{display:none}
  .form-step{display:none}
  .form-step.active{display:block}

  /* RESPONSIVE */
  @media (max-width:1000px){
    .product-page{grid-template-columns: 1fr; gap:24px;}
    .main-image img{height:420px}
  }
  @media (max-width:640px){
    .main-image img{height:300px}
    .thumb{width:56px;height:56px}
    
    .btn.primary{min-width:140px}
  }
  /* FAQ Section */
.faq-section {
  padding: 60px 20px;
  max-width: 800px;
  margin: 0 auto;
}

.faq-section h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 1px;
  color: #2d2d2d;
}

.faq-container {
  border-top: 1px solid #ddd;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #2d2d2d;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  color: #555;
}

.faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 20px;
}

.faq-answer p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 15px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 10px 20px 20px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}
/* --- Styles for My Orders Page --- */

.account-container {
    display: flex;
    font-family: 'Montserrat', sans-serif; /* Recommended font to match the image */
    background-color: #F5F1E9; /* Light beige background for content */
    min-height: 80vh;
}

/* Sidebar Styling */
.account-sidebar {
    width: 280px;
    background-color: #383838; /* Dark sidebar background */
    padding: 40px 20px;
    color: #ffffff;
}

.account-sidebar .sidebar-logo {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.account-sidebar .sidebar-logo span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}

.account-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.account-nav li {
    margin-bottom: 10px;
}

.account-nav a {
    display: flex;
    align-items: center;
    padding: 15px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
}

.account-nav a i {
    font-size: 18px;
    width: 30px; /* Aligns text neatly */
    margin-right: 15px;
}

.account-nav a:hover {
    background-color: #4a4a4a;
}

.account-nav a.active {
    background-color: #F5F1E9; /* Highlight color for active link */
    color: #383838; /* Dark text for active link */
    font-weight: 600;
}

/* Main Content Area Styling */
.account-content {
    flex-grow: 1;
    padding: 40px 50px;
}

.account-content h1 {
    font-size: 28px;
    font-weight: 400;
    color: #383838;
    margin-bottom: 25px;
}

/* Tab System */
.tabs {
    border-bottom: 1px solid #dcd6cb;
    margin: 25px 0px 0px 0px;
}

.tab-link {
    background: none;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 16px;
    color: #888;
    margin-right: 20px;
    border-bottom: 3px solid transparent;
}

.tab-link.active {
    color: #383838;
    font-weight: 600;
    border-bottom: 3px solid #383838;
}

.tab-content {
    display: none; /* Hide all tab content by default */
}

.tab-content.active {
    display: block; /* Show only the active tab content */
}

/* Empty State Styling */
.empty-state {
    text-align: center;
    margin-top: 80px;
}

.empty-state-icon {
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.empty-state-icon i {
    font-size: 50px;
    color: #b0a89a;
}

.empty-state-text {
    font-size: 18px;
    font-weight: 600;
    color: #888;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.make-purchase-link {
    font-size: 16px;
    color: #383838;
    text-decoration: none;
    font-weight: 600;
}
/* --- Styles for My Account Dashboard Widgets --- */

.dashboard-widgets {
    padding: 20px 0;
}

.widget-card {
    background-color: #EFEAE0; /* Light beige background for the card */
    border-radius: 15px;
    padding: 25px 30px;
    margin-bottom: 25px;
}

.widget-card h3 {
    font-size: 14px;
    font-weight: 700;
    color: #383838;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.widget-content {
    display: flex;
    align-items: center;
}

.widget-icon {
    width: 90px;
    height: 90px;
    background-color: #F8F5F0; /* Slightly off-white icon background */
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; /* Prevents the icon from shrinking */
    margin-right: 25px;
}

.widget-icon i {
    font-size: 40px;
    color: #b0a89a;
}

.widget-text p {
    font-size: 16px;
    font-weight: 600;
    color: #888;
    margin: 0 0 10px 0;
}

.widget-text a {
    font-size: 15px;
    color: #383838;
    text-decoration: none;
    font-weight: 600;
}

.widget-text a:hover {
    text-decoration: underline;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .widget-icon {
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }

    .widget-icon i {
        font-size: 30px;
    }

    .widget-text p {
        font-size: 14px;
    }

    .widget-text a {
        font-size: 14px;
    }
}
/* --- My Account Page Styles --- */
.account-content {
    flex-grow: 1;
    padding: 40px 50px;
    font-family: 'Montserrat', sans-serif;
}

.account-content h1 {
    font-size: 28px;
    font-weight: 400;
    color: #383838;
    margin-bottom: 25px;
}

/* Profile Card */
.profile-card {
    display: flex;
    background-color: #EFEAE0;
    border-radius: 15px;
    padding: 30px;
    gap: 40px;
    align-items: flex-start;
}

.profile-image-section {
    flex-basis: 200px;
    text-align: center;
    flex-shrink: 0;
}

.profile-pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #383838;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    font-weight: bold;
    margin: 0 auto 20px;
}

.change-image-btn {
    background-color: transparent;
    border: 1px solid #383838;
    color: #383838;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

.profile-form-section {
    flex-grow: 1;
}

.profile-form .form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.profile-form .form-group {
    flex: 1;
}

.profile-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
}

.input-with-icon {
    position: relative;
}

.input-with-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}

.profile-form input[type="text"],
.profile-form input[type="date"] {
    width: 100%;
    padding: 12px 12px 12px 40px;
    border: 1px solid #dcd6cb;
    border-radius: 8px;
    background-color: #F8F5F0;
}

.gender-options {
    display: flex;
    gap: 20px;
    align-items: center;
    height: 45px;
}

.registered-email {
    font-size: 14px;
    color: #777;
    margin-top: 10px;
}

.form-actions {
    text-align: right;
    margin-top: 20px;
}

.save-changes-btn {
    background-color: #383838;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
}

/* Accordion Styles */
.accordion-section {
    margin-top: 25px;
}

.accordion {
    background-color: #EFEAE0;
    color: #383838;
    cursor: pointer;
    padding: 18px 25px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    transition: 0.4s;
    border-radius: 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion:after {
    content: '\f078'; /* Font Awesome chevron-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: transform 0.3s;
}

.accordion.active:after {
    transform: rotate(180deg);
}

.panel {
    padding: 0 25px;
    background-color: #F8F5F0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    border-radius: 15px;
    margin-bottom: 10px;
}

.panel-form {
    padding: 25px 0;
}

.panel-form .form-group {
    margin-bottom: 15px;
}

.panel-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #dcd6cb;
    border-radius: 8px;
    background-color: white;
}
.maintitle{
	font-weight:400;
	
}

/* Add this to your existing CSS file. You may need to replace some old header styles. */

/* Sticky Header Wrapper */
.site-header-sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Ensures it stays on top of other content */
    background-color: #fff; /* Fallback background */
}

/* Top Bar Styling */
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    font-size: 12px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

/* Main Header Container - This is the key for positioning */
.main-header-container {
    position: relative; /* This becomes the positioning context for the logo */
    display: flex;
    justify-content: flex-end; /* Pushes navigation to the right */
    align-items: center;
    height: 80px; /* Adjust this height as needed */
    padding: 0 50px;
    background-color: #fff;
}

/* Logo Styling and Positioning */
.logo {
    position: absolute;
    left: 163px; /* Position from the left edge */
    top: 39%; /* Start positioning from the middle of the container */
    transform: translateY(-25%); /* Shift it up to overlap correctly */
    z-index: 10; /* Ensure the logo is above the header backgrounds */
}

.logo img {
    height: 124px; /* Adjust the height of your logo */
    width: auto;
}

/* Menu Navigation */
.main-header-nav .menu {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.sidenav .dropdown-btn {
    padding: 8px 20px 8px 32px;
    font-size: 16px;
    border: none;
    background: none;
    color: #fff;
    
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidenav .dropdown-btn:hover {
    color: #ffa100;
}

.sidenav .dropdown-container {
    display: none;
    
    padding-left: 10px;
}

.sidenav .dropdown-container a {
    padding: 8px 8px 8px 32px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.sidenav .dropdown-container a:hover {
    color: #ffa100;
}

/* Optional icon rotation on open */
.sidenav .dropdown-btn.active i {
    transform: rotate(180deg);
}

/* Side Navigation Drawer */
.sidenav {
    height: calc(100% - 80px); /* adjust if header height changes */
    width: 0;
    position: fixed;
    top: 80px; /* below the header */
    right: 0; /* stick to the right side */
    left: auto; /* disable left positioning */
    background-color: #000;
    overflow-x: hidden;
    transition: 0.3s;
    z-index: 1100;
    
    padding-top: 30px;
}

.cart-wrapper {
    position: relative;
    display: inline-block;
}

.cart-count {
    position: absolute;
    top: -6px;  /* adjust vertical position */
    right: -10px; /* adjust horizontal position */
    background: #000; /* badge color */
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    padding: 5px 6px 5px 7px;
    border-radius: 50%;
    line-height: 1;
}
/* Cart Drawer */
.cart-drawer {
  position: fixed;
  top: 0;
  right: -400px; /* hidden by default */
  width: 400px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0,0,0,0.15);
  z-index: 1200;
  display: flex;
  flex-direction: column;
  transition: right 0.3s ease-in-out;
}

.cart-drawer.open {
  right: 0; /* slide in */
}

.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 1100;
  display: none;
}

.cart-overlay.show {
  display: block;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.cart-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight:400;
}

.cart-header .close-cart {
  font-size: 24px;
  cursor: pointer;
}

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 15px;
  text-align:center;
}

.cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cart-item img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  margin-right: 10px;
}

.item-details {
  flex: 1;
  text-align: left;
}

.item-name {
  font-size: 14px;
  margin: 0 0 4px;
}

.item-price {
  font-size: 14px;
  color: #666;
  margin: 0 0 6px;
}

.item-qty {
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-qty button {
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.remove-item {
  font-size: 18px;
  cursor: pointer;
  margin-left: 8px;
  color: #999;
}

.cart-footer {
  padding: 15px;
  border-top: 1px solid #eee;
  background: #fafafa;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: bold;
}

.checkout-btn {
  display: block;
  width: 100%;
  padding: 12px;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 6px;
}
.checkout-btn:hover {
  background: #a86400;
}

.quizebutton {
  display: block;
  width: 80%;
  padding: 12px;
  background: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 6px;
}
.quizebutton:hover {
  background: #a86400;
}

/* Search Popup Overlay */
.search-popup {
  display: none; 
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}

/* Popup Content */
.search-popup-content {
  background: #fff;
  width: 90%;
  max-width: 500px;
  margin: 10% auto;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  position: relative;
}

/* Close button */
.close-search {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

/* Input + Button */
.search-input {
  width: 75%;
  padding: 10px;
  font-size: 16px;
  margin-right: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.search-btn {
  padding: 10px 18px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.search-btn:hover {
  background: #a86600;
}
.user-dropdown {
  position: relative;
  display: inline-block;
}

.user-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  min-width: 160px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 1000;
}

.user-dropdown .dropdown-menu a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.user-dropdown .dropdown-menu a:hover {
  background: #f5f5f5;
}
.slider-images img {
  display: none;
}
.slider-images img.active {
  display: block;
}

.thumbnail-gallery img.active {
  border: 2px solid #000;
}
.prbutton{
		text-align:center;
		margin-top:30px;
}
.weight{
	font-size:13px;
	line-height:0px;
}

@media (max-width: 768px) {
	.main-nav-icons .wishlist-wrapper,
    .main-nav-icons #searchIcon,
    .main-nav-icons .user-dropdown {
        display: none !important;
    }
    .mobile-extra-links {
        border-top: 1px solid #ddd;
        margin-top: 15px;
        padding-top: 10px;
    }
    .mobile-extra-links a {
        display: block;
        padding: 10px;
        color: #333;
        font-size: 15px;
    }
	 .mobile-extra-links {
        display: block;
    }
	.logo{
		position: absolute;
		left: 0px;
	}
	.product-card{
		flex: 0 0 100%;
	}
}



/* Fixed Content */
.creation-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 10;
}

.creation-content h2 {
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}


/* Navigation Arrows */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 20;
}

.nav.prev { left: 10px; }
.nav.next { right: 10px; }

/* Responsive */
@media (max-width: 768px) {
  .creation-content h2 {
    font-size: 1rem;
  }
  .btn-create-main {
    font-size: 10px;
    padding: 10px 10px;
  }
  .creation-section{
	  height: 25vh !important;
  }
  .product-grid{
	  display: block !important;
  }
  .product-content{
	  margin-top:30px;
  }
  .eau-modal-content.description-active{
	  grid-template-columns:auto !important;
  }
  .logo img{
	  height:80px;
  }
  .logo{
	  top:25%;
  }
  .product-detail{
	  margin: auto;
        padding: initial;
  }
}
