html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}
*{margin:0;padding:0;box-sizing:border-box}:root{--black:#050607;--rose:#d99a8e;--rose2:#edb8ad;--gold:#caa05a;--line:#e8e4df}body{font-family:"DM Sans",sans-serif;color:#151515;background:#fff}a{text-decoration:none;color:inherit}button{font:inherit;cursor:pointer}.container{width:min(1180px,92%);margin:auto}.shipping{height:34px;background:#070809;color:#eee;border:none;display:flex;align-items:center;justify-content:center;font-size:11px}header{background:#080909;color:#fff;border:none;position:relative;z-index:20;width:100%;overflow:hidden;}
header, .header, .shipping { border-top: none !important; border-bottom: none !important; border: none !important; }.header-inner{height:92px;display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;}.logo{width:165px;flex:0 0 165px}.logo img{width:100%;height:75px;object-fit:contain}nav{display:flex;justify-content:center;gap:27px;flex:1}nav a{font-size:12px;padding:12px 0;position:relative}nav a:after{content:"";position:absolute;left:0;right:0;bottom:2px;margin:auto;width:0;height:1px;background:var(--rose);transition:.25s}nav a:hover,nav a.active{color:var(--rose2)}nav a:hover:after,nav a.active:after{width:100%}.actions{display:flex;gap:18px;align-items:center;margin-left:auto;}.actions button,.actions a{background:none;border:0;color:#fff;font-size:15px;position:relative;display:inline-flex;align-items:center;justify-content:center}.cart b{position:absolute;right:-9px;top:-9px;background:var(--rose);color:#111;border-radius:50%;width:15px;height:15px;font-size:8px;display:grid;place-items:center}.hamb{display:none !important}.mobile-nav{display:none}.hero{min-height:490px;background:radial-gradient(circle at 75% 50%,rgba(122,57,43,.2),transparent 30%),linear-gradient(90deg,#050607,#0a0b0c,#050607);color:#fff;overflow:hidden;}.hero-inner{min-height:490px;display:grid;grid-template-columns:48% 52%;align-items:center}.hero-copy{padding-left:5px}.hero-copy small{font-size:12px;letter-spacing:2.5px;color:#e8e5e3}.hero h1{font:500 clamp(43px,4.2vw,65px)/1.04 "Playfair Display",serif;margin-top:17px}.hero h1 em{color:var(--rose2);font-style:italic}.ornament{display:flex;align-items:center;gap:10px;justify-content:center}.hero-copy>.ornament{width:350px;margin:20px 0 17px}.ornament span{height:1px;flex:1;background:rgba(217,154,142,.7)}.ornament i{font-size:11px;color:var(--rose2)}.hero p{font-size:14px;color:#ddd;margin-bottom:24px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--rose);color:#111;border:1px solid var(--rose);min-height:43px;padding:0 28px;font-size:10px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.hero-img{height:100%;display:flex;align-items:flex-end;justify-content:center}.hero-img img{width:100%;height:470px;object-fit:contain}.section{padding:57px 0}.heading{text-align:center;margin-bottom:28px}.heading h2{font:500 27px "Playfair Display",serif}.heading>.ornament{width:120px;margin:7px auto 0}.categories{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cat{height:220px;position:relative;overflow:hidden;border-radius:5px;background:#111;color:#fff}.cat:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.08))}.cat img{width:100%;height:100%;object-fit:cover;transition:.4s}.cat:hover img{transform:scale(1.05)}.cat>div{position:absolute;z-index:2;left:23px;bottom:22px}.cat h3{font:500 20px "Playfair Display",serif}.cat p{font-size:11px;margin-top:3px}.cat b{display:inline-flex;background:var(--rose);color:#111;padding:9px 15px;font-size:9px;letter-spacing:.7px;margin-top:12px}.products{padding-top:5px}.tabs{display:flex;justify-content:center;gap:8px;margin:-3px 0 25px}.tabs button{border:1px solid #ddd;background:#fff;border-radius:30px;padding:7px 19px;font-size:9px}.tabs .active{background:var(--rose);border-color:var(--rose)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-img{display:block;position:relative;height:275px;background:#f5f2ee;overflow:hidden}.product-img>img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-grid article:hover .product-img>img{transform:scale(1.035)}.wish{position:absolute;right:12px;top:12px;width:31px;height:31px;border:0;border-radius:50%;background:#fff}.wish.liked{color:var(--rose)}.product-grid article>h3{text-align:center;font:500 14px "Playfair Display",serif;margin-top:10px}.product-grid article>strong{display:block;text-align:center;font-size:12px;margin-top:4px}.stars{text-align:center;color:var(--rose);font-size:10px;letter-spacing:2px;margin-top:4px}.center{text-align:center;margin-top:30px}.outline{display:inline-flex;border:1px solid #222;padding:12px 25px;font-size:9px;letter-spacing:1px}.why{background:radial-gradient(circle at 50% 0,rgba(217,154,142,.07),transparent 35%),#060708;color:#fff;padding:31px 0 36px;border-top:1px solid #4b3531}.dark h2{color:#fff;font-size:22px}.benefits{display:grid;grid-template-columns:repeat(4,1fr)}.benefits>div{text-align:center;padding:7px 25px}.benefits>div+div{border-left:1px solid rgba(217,154,142,.4)}.benefits i{font-size:24px;color:var(--rose2);margin-bottom:10px}.benefits h3{color:var(--rose2);font:500 13px "Playfair Display",serif}.benefits p{font-size:10px;color:#ccc;line-height:1.55;margin-top:5px}footer{background:#060708;color:#fff;border-top:1px solid #4b3531}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1.15fr 1.1fr 1fr;gap:30px;padding:35px 0}.footer-brand img{width:125px;height:90px;object-fit:contain}.footer-brand p{max-width:220px;color:#aaa;font-size:10px;line-height:1.65}.footer-grid h4{color:var(--rose2);font:500 13px "Playfair Display",serif;margin:7px 0 12px}.footer-grid>div>a{display:block;color:#aaa;font-size:10px;line-height:2}.social{display:flex;gap:8px;margin-top:14px}.social a{width:29px!important;height:29px;border:1px solid rgba(217,154,142,.4);border-radius:50%;display:grid!important;place-items:center;color:#fff}.copyright{text-align:center;border-top:1px solid #17191a;color:#777;font-size:9px;padding:14px}

/* Search Modal & Toast Notification Extras */
.search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    z-index: 999;
    align-items: center;
    justify-content: center;
}
.search-modal.active {
    display: flex;
}
.search-modal-content {
    background: #ffffff;
    padding: 35px;
    border-radius: 8px;
    width: 90%;
    max-width: 550px;
    position: relative;
    color: #111;
}
.search-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #111;
}
.search-form {
    display: flex;
    gap: 10px;
}
.search-form input {
    flex: 1;
    padding: 10px 16px;
    border: 1px solid #ddd;
    font-size: 0.95rem;
    outline: none;
}
.search-form button {
    padding: 10px 20px;
    background: var(--rose);
    color: #111;
    border: none;
    cursor: pointer;
    font-weight: 700;
}

.toast-notification {
    position: fixed;
    bottom: -80px;
    right: 25px;
    background: #060708;
    color: #ffffff;
    padding: 12px 20px;
    border-left: 4px solid var(--rose);
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    transition: bottom 0.4s ease;
    z-index: 1000;
}
.toast-notification.show {
    bottom: 25px;
}

/* ================= RIGHT SIDE DRAWER & RESPONSIVE CSS ================= */
/* Backdrop Overlay */
.nav-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    z-index: 9998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease !important;
}
.nav-backdrop.open {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Luxury Right Side Drawer */
.mobile-nav {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: min(340px, 88vw) !important;
    height: 100vh !important;
    background: linear-gradient(165deg, #0d0f12 0%, #060708 100%) !important;
    color: #ffffff !important;
    z-index: 9999 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 22px 20px !important;
    box-shadow: -15px 0 45px rgba(0,0,0,0.85), inset 1px 0 0 rgba(217, 154, 142, 0.18) !important;
    transform: translateX(105%) !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s ease !important;
    visibility: hidden !important;
}

.mobile-nav.open {
    transform: translateX(0) !important;
    visibility: visible !important;
}

.drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(217, 154, 142, 0.15);
}

.drawer-logo-wrap {
    display: flex;
    align-items: center;
}

.drawer-logo {
    height: 48px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.6));
}

.drawer-close {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(217, 154, 142, 0.25);
    color: var(--rose2);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    display: grid;
    place-items: center;
    cursor: pointer;
    line-height: 1;
    transition: all 0.25s ease;
}

.drawer-close:hover {
    background: var(--rose);
    color: #111;
    border-color: var(--rose);
    transform: rotate(90deg);
}

/* Drawer Search Box */
.drawer-search-box {
    margin: 16px 0 8px;
}

.drawer-search-box form {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(217, 154, 142, 0.2);
    border-radius: 25px;
    padding: 9px 16px;
    transition: border-color 0.25s ease;
}

.drawer-search-box form:focus-within {
    border-color: var(--rose2);
}

.drawer-search-box i {
    color: var(--rose2);
    font-size: 13px;
}

.drawer-search-box input {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 12px;
    width: 100%;
}

.drawer-search-box input::placeholder {
    color: #888;
}

/* Drawer Menu Items */
.drawer-menu {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 14px 0;
    overflow-y: auto;
    flex: 1;
    padding-right: 2px;
}

.drawer-menu::-webkit-scrollbar {
    width: 4px;
}

.drawer-menu::-webkit-scrollbar-thumb {
    background: rgba(217, 154, 142, 0.2);
    border-radius: 4px;
}

.drawer-menu a {
    padding: 11px 14px;
    color: #e2e2e2;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.25s ease;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid transparent;
}

.drawer-menu a .icon-wrap {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(217, 154, 142, 0.1);
    color: var(--rose2);
    display: grid;
    place-items: center;
    font-size: 12px;
    margin-right: 12px;
    transition: all 0.25s ease;
}

.drawer-menu a .arrow-icon {
    margin-left: auto;
    font-size: 10px;
    color: #555;
    transition: transform 0.25s ease, color 0.25s ease;
}

.drawer-badge {
    margin-left: auto;
    background: linear-gradient(135deg, var(--rose), #c48377);
    color: #111;
    font-size: 9px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.drawer-menu a:hover, .drawer-menu a.active {
    background: rgba(217, 154, 142, 0.14) !important;
    border-color: rgba(217, 154, 142, 0.35) !important;
    color: #ffffff !important;
}

.drawer-menu a:hover .icon-wrap, .drawer-menu a.active .icon-wrap {
    background: var(--rose);
    color: #111;
}

.drawer-menu a:hover .arrow-icon, .drawer-menu a.active .arrow-icon {
    color: var(--rose2);
    transform: translateX(3px);
}

/* Drawer Footer */
.drawer-footer {
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Drawer User Card */
.drawer-user-card {
    background: rgba(217, 154, 142, 0.07);
    border: 1px solid rgba(217, 154, 142, 0.2);
    border-radius: 10px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.drawer-user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.drawer-user-info i {
    font-size: 26px;
    color: var(--rose2);
}

.drawer-user-info strong {
    display: block;
    font-size: 13px;
    color: #fff;
}

.drawer-user-info small {
    display: block;
    font-size: 10px;
    color: #aaa;
}

.drawer-user-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.drawer-btn {
    padding: 8px 10px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.drawer-btn.primary {
    background: var(--rose);
    color: #111;
}

.drawer-btn.primary:hover {
    background: var(--rose2);
}

.drawer-btn.outline-danger {
    border: 1px solid rgba(231, 76, 60, 0.4);
    color: #e74c3c;
    background: rgba(231, 76, 60, 0.08);
}

.drawer-btn.outline-danger:hover {
    background: #e74c3c;
    color: #fff;
}

/* Drawer Login Card */
.drawer-login-card {
    background: linear-gradient(135deg, rgba(217, 154, 142, 0.15), rgba(217, 154, 142, 0.04));
    border: 1px solid rgba(217, 154, 142, 0.3);
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    transition: all 0.25s ease;
}

.drawer-login-card:hover {
    border-color: var(--rose2);
    transform: translateY(-1px);
}

.drawer-login-card i.fa-user {
    font-size: 20px;
    color: var(--rose2);
}

.drawer-login-card strong {
    display: block;
    font-size: 12px;
    color: #fff;
}

.drawer-login-card small {
    display: block;
    font-size: 10px;
    color: #bbb;
}

.drawer-login-card i.fa-arrow-right {
    margin-left: auto;
    font-size: 11px;
    color: var(--rose2);
}

/* Drawer Social Icons */
.drawer-social {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 2px;
}

.drawer-social a {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(217, 154, 142, 0.25);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #bbb;
    font-size: 12px;
    transition: all 0.25s ease;
    background: rgba(255, 255, 255, 0.03);
}

.drawer-social a:hover {
    color: #111;
    background: var(--rose);
    border-color: var(--rose);
    transform: translateY(-2px);
}

/* Responsive Media Queries */
@media(max-width:1150px){
    .container{width:min(100% - 32px, 960px)}
    .header-inner{justify-content:space-between !important; width:100% !important;}
    #navMenu, nav{display:none !important;}
    .actions{margin-left:auto !important; display:flex !important; align-items:center !important; gap:16px !important;}
    #mobileNavToggle, .hamb{display:inline-flex !important; font-size:22px !important; color:var(--rose2) !important; cursor:pointer !important;}
    .hero-inner{display:flex;flex-direction:column;align-items:center;min-height:auto;padding:40px 0;text-align:center}
    .hero{min-height:auto}
    .hero-copy{padding-left:0;display:flex;flex-direction:column;align-items:center}
    .hero-copy>.ornament{margin:18px auto}
    .hero-img{height:auto;margin-top:30px}
    .hero-img img{height:auto;max-height:360px;width:auto;max-width:100%}
    .categories{grid-template-columns:1fr}
    .product-grid{grid-template-columns:repeat(2,1fr);gap:15px}
    .benefits{grid-template-columns:repeat(2,1fr);gap:20px 0}
    .benefits>div:nth-child(3){border-left:0}
    .footer-grid{grid-template-columns:repeat(2,1fr);gap:25px}
}

@media(max-width:768px){
    .user-name-desktop{display:none !important;}
    .header-logout-link{display:none !important;}
}

@media(max-width:520px){
    .shipping{font-size:9px}
    .header-inner{height:68px}
    .logo{width:115px;flex-basis:115px}
    .logo img{height:52px}
    .actions{gap:12px}
    .hero-copy small{font-size:9px}
    .hero h1{font-size:36px}
    .hero-copy>.ornament{width:220px}
    .hero p{font-size:12px}
    .section{padding:38px 0}
    .heading h2{font-size:22px}
    .cat{height:185px}
    .product-img{height:200px}
    .product-grid article>h3{font-size:12px}
    .product-grid article>strong{font-size:11px}
    .benefits>div{padding:4px 8px}
    .benefits h3{font-size:11px}
    .benefits p{font-size:8px}
    .footer-grid{grid-template-columns:1fr 1fr;gap:20px 15px}
    .footer-brand{grid-column:1/-1}
}
