:root{--gold:#c5a46d;--gold-dark:#a8894f;--gold-light:#dfc9a0;--rose:#c08897;--rose-dark:#a56f7c;--rose-light:#edd5db;--blush:#faf0f2;--plum:#3d1f2b;--plum-lt:#5c3347;--plum-dk:#25101c;--sage:#7a9e8e;--sage-light:#d4e8e0;--cream:#faf7f4;--cream-dark:#ede8e0;--charcoal:#2b2b2b;--charcoal-lt:#4a4a4a;--white:#fff;--muted:#8a8278;--border:#e4ddd4;--success:#6b8f71;--error:#b85c5c;--font-serif:"Cormorant Garamond", "Georgia", serif;--font-sans:"Jost", "Segoe UI", sans-serif;--font-script:"Dancing Script", "Brush Script MT", cursive;--pattern-star:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpolygon fill='%23C5A46D' fill-opacity='0.07' points='30,5 34,20 48,12 40,26 55,30 40,34 48,48 34,40 30,55 26,40 12,48 20,34 5,30 20,26 12,12 26,20'/%3E%3C/svg%3E");--pattern-star-dim:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpolygon fill='%23C5A46D' fill-opacity='0.05' points='30,5 34,20 48,12 40,26 55,30 40,34 48,48 34,40 30,55 26,40 12,48 20,34 5,30 20,26 12,12 26,20'/%3E%3C/svg%3E");--radius-sm:6px;--radius-md:14px;--radius-lg:22px;--radius-pill:50px;--shadow-xs:0 1px 4px #2b2b2b0f;--shadow-sm:0 4px 16px #2b2b2b14;--shadow-md:0 8px 32px #2b2b2b1f;--shadow-lg:0 16px 48px #2b2b2b29;--transition:all .3s cubic-bezier(.4,0,.2,1);--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:4rem;--spacing-xl:6rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background-color:var(--cream);color:var(--charcoal);line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;transition:var(--transition);text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}h1,h2,h3,h4,h5{font-family:var(--font-serif);color:var(--charcoal);font-weight:600;line-height:1.25}h1{font-size:clamp(2.2rem,5vw,4rem)}h2{font-size:clamp(1.8rem,3.5vw,2.8rem)}h3{font-size:clamp(1.3rem,2.5vw,1.9rem)}h4{font-size:1.2rem}h5{font-size:1rem}p{color:var(--charcoal-lt)}.text-gold{color:var(--gold)}.text-muted{color:var(--muted)}.text-serif{font-family:var(--font-serif)}.section{padding:var(--spacing-xl) 0}.section-sm{padding:var(--spacing-lg) 0}.section-header{text-align:center;margin-bottom:var(--spacing-lg)}.section-header p{max-width:540px;margin:.75rem auto 0;font-size:1.05rem}.section-label{font-family:var(--font-script);color:var(--gold);margin-bottom:.25rem;font-size:1.25rem;font-weight:600;line-height:1.2;display:inline-block}.divider-gold{background:linear-gradient(90deg, transparent, var(--gold) 20%, var(--gold) 80%, transparent);width:120px;height:1px;margin:.5rem auto 1.1rem;position:relative}.divider-gold:after{content:"";background:var(--gold);width:8px;height:8px;box-shadow:0 0 0 2px var(--cream);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.btn-gold{background:var(--gold);color:var(--white);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-pill);transition:var(--transition);border:2px solid var(--gold);align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.875rem;font-weight:600;display:inline-flex}.btn-gold:hover{background:var(--gold-dark);border-color:var(--gold-dark);color:var(--white);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-outline-gold{color:var(--gold);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-pill);border:2px solid var(--gold);transition:var(--transition);background:0 0;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.875rem;font-weight:600;display:inline-flex}.btn-outline-gold:hover{background:var(--gold);color:var(--white);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.btn-dark-pill{background:var(--charcoal);color:var(--white);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-pill);border:2px solid var(--charcoal);transition:var(--transition);align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.875rem;font-weight:600;display:inline-flex}.btn-dark-pill:hover{color:var(--charcoal);background:0 0;transform:translateY(-2px)}.navbar-main{background:var(--white);border-bottom:1px solid var(--border);z-index:1050;transition:box-shadow .3s;position:sticky;top:0;padding:0!important}.navbar-main.scrolled{box-shadow:var(--shadow-sm)}.navbar-brand-wrap{align-items:center;gap:.6rem;text-decoration:none;display:flex}.navbar-brand-wrap .brand-mark{background:linear-gradient(135deg, var(--rose) 0%, var(--gold) 100%);border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:0 2px 8px #c088974d}.navbar-brand-wrap .brand-mark svg{width:20px;height:20px}.brand-name{font-family:var(--font-serif);color:var(--charcoal);font-size:1.4rem;font-weight:700;line-height:1.1}.brand-sub{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-top:-2px;font-size:.6rem;display:block}.nav-inner{align-items:center;width:100%;padding:1rem 0;display:flex}.nav-links{align-items:center;gap:.25rem;margin:0 auto;display:flex}.nav-links .nav-item>a{color:var(--charcoal);border-radius:var(--radius-sm);transition:var(--transition);align-items:center;gap:.3rem;padding:.5rem .9rem;font-size:.875rem;font-weight:500;display:flex}.nav-links .nav-item>a:hover,.nav-links .nav-item>a.active{color:var(--gold);background:#c5a46d14}.mega-menu-wrapper{position:relative}.mega-menu{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);width:700px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;z-index:200;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:2rem;transition:opacity .25s,transform .25s,visibility .25s;display:grid;position:absolute;top:calc(100% + 1px);left:50%;transform:translate(-50%)translateY(10px)}.mega-menu-wrapper:hover .mega-menu,.mega-menu-wrapper:focus-within .mega-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.mega-col h6{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);border-bottom:1px solid var(--border);margin-bottom:.75rem;padding-bottom:.5rem;font-size:.7rem;font-weight:700}.mega-col ul li a{color:var(--charcoal-lt);padding:.3rem 0;font-size:.875rem;transition:color .2s;display:block}.mega-col ul li a:hover{color:var(--gold);padding-left:.25rem}.nav-actions{align-items:center;gap:.5rem;display:flex}.nav-icon-btn{width:40px;height:40px;color:var(--charcoal);transition:var(--transition);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.nav-icon-btn:hover{background:var(--cream);color:var(--gold)}.nav-icon-btn svg{width:20px;height:20px}.cart-badge{background:var(--gold);width:18px;height:18px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;line-height:1;display:flex;position:absolute;top:2px;right:2px}.user-dropdown-wrap{position:relative}.user-dropdown{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);opacity:0;visibility:hidden;min-width:200px;transition:var(--transition);z-index:200;padding:.5rem 0;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(8px)}.user-dropdown-wrap:hover .user-dropdown,.user-dropdown-wrap:focus-within .user-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.user-dropdown a{color:var(--charcoal-lt);align-items:center;gap:.6rem;padding:.6rem 1.2rem;font-size:.875rem;transition:background .2s;display:flex}.user-dropdown a:hover{background:var(--cream);color:var(--charcoal)}.user-dropdown a svg{width:16px;height:16px}.user-dropdown .dropdown-divider{background:var(--border);height:1px;margin:.4rem 0}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;width:28px;padding:4px;display:none}.hamburger span{background:var(--charcoal);width:22px;height:2px;transition:var(--transition);border-radius:2px;display:block}.hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-nav{background:var(--white);z-index:1100;width:300px;height:100vh;box-shadow:var(--shadow-lg);padding:2rem 1.5rem;transition:left .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:-100%;overflow-y:auto}.mobile-nav.open{left:0}.mobile-nav-overlay{z-index:1090;opacity:0;visibility:hidden;transition:var(--transition);background:#2b2b2b66;position:fixed;inset:0}.mobile-nav-overlay.open{opacity:1;visibility:visible}.mobile-nav-close{background:var(--cream);width:36px;height:36px;color:var(--charcoal);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1rem;right:1rem}.mobile-nav .nav-section-title{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin:1.5rem 0 .5rem;font-size:.7rem;font-weight:700}.mobile-nav a{color:var(--charcoal-lt);border-radius:var(--radius-sm);align-items:center;gap:.6rem;padding:.6rem .5rem;font-size:.9rem;transition:background .2s;display:flex}.mobile-nav a:hover{background:var(--cream);color:var(--charcoal)}.hero-slider{background:var(--charcoal);position:relative;overflow:hidden}.hero-slide{opacity:0;transition:opacity .8s;position:absolute;inset:0}.hero-slide.active{opacity:1;position:relative}.hero-slide-inner{align-items:center;min-height:88vh;display:flex;position:relative;overflow:hidden}.hero-slide-bg{background-position:50%;background-size:cover;transition:transform 8s;position:absolute;inset:0;transform:scale(1.04)}.hero-slide.active .hero-slide-bg{transform:scale(1)}.hero-slide-overlay{background:linear-gradient(90deg,#3d1f2bd1 0%,#3d1f2b47 60%,#0000 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:580px;padding:3rem 0;position:relative}.hero-tag{border-radius:var(--radius-pill);letter-spacing:.14em;text-transform:uppercase;color:var(--gold-light);background:#c5a46d33;border:1px solid #c5a46d66;margin-bottom:1.25rem;padding:.3rem 1rem;font-size:.72rem;font-weight:600;display:inline-block}.hero-content h1{color:var(--white);margin-bottom:1rem}.hero-content p{color:#ffffffc7;margin-bottom:2rem;font-size:1.1rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-controls{z-index:10;align-items:center;gap:1rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero-dot{width:8px;height:8px;transition:var(--transition);cursor:pointer;background:#fff6;border:none;border-radius:50%}.hero-dot.active{background:var(--gold);border-radius:4px;width:24px}.hero-nav-btn{width:44px;height:44px;color:var(--white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:var(--transition);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;display:flex}.hero-nav-btn:hover{background:var(--gold);border-color:var(--gold)}.hero-nav-btn svg{width:18px;height:18px}.category-card{border-radius:var(--radius-lg);cursor:pointer;display:block;position:relative;overflow:hidden}.category-card-img{-o-object-fit:cover;object-fit:cover;width:100%;height:420px;transition:transform .6s cubic-bezier(.4,0,.2,1)}.category-card:hover .category-card-img{transform:scale(1.06)}.category-card-overlay{background:linear-gradient(#0000 35%,#3d1f2b73 70%,#2d1224e0 100%);flex-direction:column;justify-content:flex-end;padding:2rem;display:flex;position:absolute;inset:0}.category-card-title{font-family:var(--font-serif);color:var(--white);margin-bottom:.3rem;font-size:1.6rem;font-weight:600}.category-card-count{color:var(--gold-light);letter-spacing:.08em;font-size:.8rem}.category-card-btn{width:40px;height:40px;color:var(--white);opacity:0;transition:var(--transition);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1rem;right:1rem;transform:scale(.8)}.category-card:hover .category-card-btn{opacity:1;transform:scale(1)}.product-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);transition:var(--transition);position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.product-card-img-wrap{aspect-ratio:3/4;background:var(--cream);position:relative;overflow:hidden}.product-card-img-wrap img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card-img-wrap img{transform:scale(1.05)}.product-badge{letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-pill);padding:.25rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.badge-new{background:var(--plum);color:var(--white)}.badge-sale{background:var(--error);color:var(--white)}.badge-hot{background:var(--gold);color:var(--white)}.product-actions{opacity:0;transition:var(--transition);white-space:nowrap;gap:.5rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)translateY(10px)}.product-card:hover .product-actions{opacity:1;transform:translate(-50%)translateY(0)}.product-action-btn{background:var(--white);color:var(--charcoal);border-radius:var(--radius-pill);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:var(--transition);align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.78rem;font-weight:600;display:flex}.product-action-btn:hover{background:var(--gold);color:var(--white);border-color:var(--gold)}.product-action-btn svg{width:14px;height:14px}.product-wishlist-btn{background:var(--white);width:36px;height:36px;box-shadow:var(--shadow-sm);transition:var(--transition);opacity:0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;right:.75rem}.product-card:hover .product-wishlist-btn{opacity:1}.product-wishlist-btn:hover{background:var(--rose);color:var(--white);border-color:var(--rose)}.product-wishlist-btn svg{width:16px;height:16px}.product-card-body{padding:1.1rem}.product-vendor{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.2rem;font-size:.72rem;font-weight:600}.product-name{font-family:var(--font-serif);color:var(--charcoal);margin-bottom:.5rem;font-size:1rem;font-weight:600;line-height:1.3}.product-rating{align-items:center;gap:.3rem;margin-bottom:.5rem;display:flex}.stars{color:var(--gold);font-size:.8rem}.rating-count{color:var(--muted);font-size:.75rem}.product-price{align-items:center;gap:.6rem;display:flex}.price-current{font-family:var(--font-serif);color:var(--charcoal);font-size:1.1rem;font-weight:700}.price-original{color:var(--muted);font-size:.85rem;text-decoration:line-through}.price-save{color:var(--success);font-size:.72rem;font-weight:700}.vendor-card{background:var(--white);border-radius:var(--radius-md);text-align:center;border:1px solid var(--border);box-shadow:var(--shadow-xs);transition:var(--transition);padding:1.5rem}.vendor-card:hover{box-shadow:var(--shadow-md);border-color:var(--gold);transform:translateY(-4px)}.vendor-avatar{border:3px solid var(--cream-dark);border-radius:50%;width:80px;height:80px;margin:0 auto 1rem;transition:border-color .3s;overflow:hidden}.vendor-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.vendor-name{font-family:var(--font-serif);color:var(--charcoal);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.vendor-location{color:var(--muted);margin-bottom:.75rem;font-size:.78rem}.vendor-stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);justify-content:center;gap:1.5rem;margin-bottom:1rem;padding:.75rem 0;display:flex}.vendor-stat span:first-child{font-family:var(--font-serif);color:var(--charcoal);font-size:1.2rem;font-weight:700;display:block}.vendor-stat span:last-child{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.vendor-tags{flex-wrap:wrap;justify-content:center;gap:.4rem;margin-bottom:1rem;display:flex}.vendor-tag{background:var(--cream);border-radius:var(--radius-pill);color:var(--charcoal-lt);padding:.2rem .65rem;font-size:.7rem}.shop-sidebar{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border);overflow:hidden}.sidebar-section{border-bottom:1px solid var(--border);padding:1.5rem}.sidebar-section:last-child{border-bottom:none}.sidebar-title{letter-spacing:.12em;text-transform:uppercase;color:var(--charcoal);cursor:pointer;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:flex}.sidebar-title svg{width:14px;height:14px;transition:transform .3s}.sidebar-title.collapsed svg{transform:rotate(-90deg)}.filter-list{flex-direction:column;gap:.4rem;display:flex}.filter-item{color:var(--charcoal-lt);cursor:pointer;align-items:center;gap:.6rem;font-size:.875rem;display:flex}.filter-item input[type=checkbox]{width:16px;height:16px;accent-color:var(--gold);cursor:pointer}.filter-count{color:var(--muted);margin-left:auto;font-size:.72rem}.color-filters{flex-wrap:wrap;gap:.5rem;display:flex}.color-dot-label{cursor:pointer;color:var(--muted);flex-direction:column;align-items:center;gap:.3rem;font-size:.65rem;display:flex}.color-dot{border:2px solid #0000;border-radius:50%;width:28px;height:28px;transition:border-color .2s}input[type=radio]:checked+.color-dot,.color-dot-label:hover .color-dot{border-color:var(--gold);box-shadow:0 0 0 2px var(--white), 0 0 0 4px var(--gold)}input[type=radio]{display:none}.price-range-wrap{padding:.5rem 0}.range-slider{width:100%;accent-color:var(--gold);cursor:pointer}.range-labels{color:var(--muted);justify-content:space-between;margin-top:.4rem;font-size:.78rem;display:flex}.shop-toolbar{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem;display:flex}.result-count{color:var(--muted);font-size:.875rem}.result-count strong{color:var(--charcoal);font-weight:600}.sort-select{border:1px solid var(--border);border-radius:var(--radius-pill);font-size:.85rem;font-family:var(--font-sans);color:var(--charcoal);background:var(--cream);cursor:pointer;outline:none;padding:.4rem .9rem}.view-toggle{gap:.3rem;display:flex}.view-btn{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--muted);transition:var(--transition);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:flex}.view-btn.active,.view-btn:hover{background:var(--cream);color:var(--gold);border-color:var(--border)}.modal-backdrop-custom{z-index:1200;opacity:0;visibility:hidden;transition:var(--transition);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2b2b2b99;position:fixed;inset:0}.modal-backdrop-custom.open{opacity:1;visibility:visible}.modal-box{background:var(--white);border-radius:var(--radius-lg);width:min(920px,95vw);max-height:90vh;box-shadow:var(--shadow-lg);z-index:1300;opacity:0;visibility:hidden;transition:var(--transition);display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-48%)}.modal-backdrop-custom.open .modal-box{opacity:1;visibility:visible;transform:translate(-50%,-50%)}.modal-close{background:var(--cream);width:36px;height:36px;color:var(--charcoal);z-index:10;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:var(--charcoal);color:var(--white)}.modal-gallery{background:var(--cream);flex-shrink:0;width:45%}.modal-gallery img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.modal-info{flex:1;padding:2.5rem 2rem;overflow-y:auto}.gallery-main{aspect-ratio:3/4;border-radius:var(--radius-md);background:var(--cream);overflow:hidden}.gallery-main img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.gallery-thumbs{flex-wrap:wrap;gap:.75rem;margin-top:.75rem;display:flex}.gallery-thumb{border-radius:var(--radius-sm);cursor:pointer;border:2px solid #0000;width:72px;height:90px;transition:border-color .2s;overflow:hidden}.gallery-thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.product-detail-vendor{background:var(--cream);border-radius:var(--radius-md);border:1px solid var(--border);align-items:center;gap:.75rem;margin-top:2rem;padding:1.25rem;display:flex}.vendor-detail-avatar{border-radius:50%;flex-shrink:0;width:56px;height:56px;overflow:hidden}.vendor-detail-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.size-grid{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.size-btn{border:1.5px solid var(--border);border-radius:var(--radius-sm);min-width:44px;height:44px;color:var(--charcoal);background:var(--white);transition:var(--transition);cursor:pointer;padding:0 .8rem;font-size:.85rem;font-weight:500}.size-btn:hover,.size-btn.selected{border-color:var(--gold);background:var(--gold);color:var(--white)}.size-btn.unavailable{opacity:.4;cursor:not-allowed;text-decoration:line-through}.qty-control{border:1.5px solid var(--border);border-radius:var(--radius-pill);align-items:center;gap:.5rem;width:fit-content;padding:.25rem .5rem;display:flex}.qty-btn{background:var(--cream);width:32px;height:32px;color:var(--charcoal);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.qty-btn:hover{background:var(--gold);color:var(--white)}.qty-val{text-align:center;min-width:32px;font-size:.95rem;font-weight:600}.size-guide-table{border-collapse:collapse;width:100%;font-size:.85rem}.size-guide-table th{background:var(--cream);text-align:left;border:1px solid var(--border);color:var(--charcoal);padding:.6rem .8rem;font-weight:600}.size-guide-table td{border:1px solid var(--border);color:var(--charcoal-lt);padding:.55rem .8rem}.size-guide-table tr:nth-child(2n) td{background:var(--cream)}.accordion-item{border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:.5rem;overflow:hidden}.accordion-trigger{background:var(--white);width:100%;color:var(--charcoal);cursor:pointer;justify-content:space-between;align-items:center;padding:.9rem 1.1rem;font-size:.9rem;font-weight:600;transition:background .2s;display:flex}.accordion-trigger:hover{background:var(--cream)}.accordion-trigger svg{width:16px;height:16px;transition:transform .3s}.accordion-trigger.open svg{transform:rotate(180deg)}.accordion-body{max-height:0;padding:0;transition:max-height .35s,padding .35s;overflow:hidden}.accordion-body.open{max-height:400px;padding:.9rem 1.1rem}.accordion-body p{font-size:.875rem}.dashboard-layout{grid-template-columns:260px 1fr;min-height:calc(100vh - 72px);display:grid}.dash-sidebar{background:var(--pattern-star-dim), linear-gradient(180deg, var(--plum) 0%, var(--plum-dk) 100%);height:calc(100vh - 72px);padding:2rem 1.5rem;position:sticky;top:72px;overflow-y:auto}.dash-brand{font-family:var(--font-serif);color:var(--white);border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:1.5rem;font-size:1.2rem}.dash-brand span{color:var(--gold)}.dash-nav{flex-direction:column;gap:.25rem;display:flex}.dash-nav-item{border-radius:var(--radius-sm);color:#fff9;transition:var(--transition);align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.dash-nav-item svg{flex-shrink:0;width:18px;height:18px}.dash-nav-section{letter-spacing:.14em;text-transform:uppercase;color:#ffffff4d;margin:1.5rem 0 .5rem .5rem;font-size:.65rem;font-weight:700}.dash-main{background:var(--cream);padding:2.5rem}.dash-topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.dash-welcome h2{margin-bottom:.2rem;font-size:1.5rem}.dash-welcome p{color:var(--muted);font-size:.875rem}.stat-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);border:1px solid var(--border);transition:var(--transition);padding:1.5rem}.stat-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.stat-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.stat-icon{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-icon-gold{color:var(--gold);background:#c5a46d26}.stat-icon-green{color:var(--success);background:#6b8f7126}.stat-icon-blue{color:#5a78a0;background:#5a78a026}.stat-icon-red{color:var(--error);background:#b85c5c26}.stat-icon svg{width:22px;height:22px}.stat-trend{align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;display:flex}.trend-up{color:var(--success)}.trend-down{color:var(--error)}.stat-value{font-family:var(--font-serif);color:var(--charcoal);margin-bottom:.25rem;font-size:2rem;font-weight:700;line-height:1}.stat-label{color:var(--muted);font-size:.8rem}.chart-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);border:1px solid var(--border);padding:1.5rem}.chart-card h5{color:var(--charcoal);margin-bottom:1.5rem;font-size:.875rem;font-weight:700}.mini-chart{align-items:flex-end;gap:.4rem;height:80px;display:flex}.bar{background:var(--gold);opacity:.4;cursor:pointer;border-radius:4px 4px 0 0;flex:1;transition:opacity .2s}.bar:hover,.bar.active{opacity:1}.form-field{margin-bottom:1.25rem}.form-label{color:var(--charcoal);letter-spacing:.04em;margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:block}.form-control-custom{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;font-size:.875rem;font-family:var(--font-sans);color:var(--charcoal);background:var(--white);outline:none;padding:.7rem 1rem;transition:border-color .2s,box-shadow .2s}textarea.form-control-custom{resize:vertical;min-height:110px}select.form-control-custom{cursor:pointer}.form-hint{color:var(--muted);margin-top:.3rem;font-size:.75rem}.upload-zone{border:2px dashed var(--border);border-radius:var(--radius-md);text-align:center;cursor:pointer;padding:2.5rem 1rem;transition:border-color .2s,background .2s}.upload-zone:hover{border-color:var(--gold);background:#c5a46d0a}.upload-zone svg{width:40px;height:40px;color:var(--muted);margin-bottom:.75rem}.upload-zone p{color:var(--muted);font-size:.875rem}.upload-zone span{color:var(--gold);text-decoration:underline}.cart-item{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border);transition:var(--transition);align-items:center;gap:1.25rem;margin-bottom:1rem;padding:1.25rem;display:flex}.cart-item:hover{box-shadow:var(--shadow-xs)}.cart-item-img{border-radius:var(--radius-sm);background:var(--cream);flex-shrink:0;width:90px;height:112px;overflow:hidden}.cart-item-img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.cart-item-details{flex:1;min-width:0}.cart-item-name{font-family:var(--font-serif);color:var(--charcoal);margin-bottom:.2rem;font-size:1rem;font-weight:600}.cart-item-vendor{color:var(--gold);margin-bottom:.5rem;font-size:.75rem}.cart-item-attrs{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.cart-attr{background:var(--cream);border-radius:var(--radius-pill);color:var(--charcoal-lt);padding:.2rem .6rem;font-size:.72rem}.cart-item-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.cart-remove{color:var(--muted);align-items:center;gap:.25rem;font-size:.78rem;transition:color .2s;display:flex}.cart-remove:hover{color:var(--error)}.order-summary{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border);padding:1.75rem;position:sticky;top:90px}.order-summary h4{border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1rem}.summary-row{color:var(--charcoal-lt);justify-content:space-between;margin-bottom:.6rem;font-size:.875rem;display:flex}.summary-row.total{color:var(--charcoal);border-top:1px solid var(--border);margin-top:.75rem;padding-top:.75rem;font-size:1rem;font-weight:700}.summary-row.total .price-current{font-size:1.1rem}.promo-input-wrap{gap:.5rem;margin:1rem 0;display:flex}.promo-input-wrap input{border:1.5px solid var(--border);border-radius:var(--radius-pill);font-size:.85rem;font-family:var(--font-sans);outline:none;flex:1;padding:.6rem .9rem}.shipping-options{flex-direction:column;gap:.6rem;display:flex}.shipping-option{border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:border-color .2s;display:flex}.shipping-option input[type=radio]{accent-color:var(--gold)}.shipping-option-name{flex:1;font-size:.875rem;font-weight:500}.shipping-option-price{color:var(--gold);font-size:.875rem;font-weight:700}.shipping-option-days{color:var(--muted);font-size:.75rem}.checkout-steps{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);gap:0;margin-bottom:2rem;display:flex;overflow:hidden}.checkout-step{color:var(--muted);flex:1;align-items:center;gap:.6rem;padding:1rem;font-size:.8rem;display:flex;position:relative}.checkout-step:after{content:"";border-top:20px solid #0000;border-bottom:20px solid #0000;border-left:12px solid var(--border);z-index:2;width:0;height:0;position:absolute;top:50%;right:0;transform:translateY(-50%)}.checkout-step:last-child:after{display:none}.checkout-step.active{color:var(--charcoal);background:#c5a46d14;font-weight:600}.checkout-step.done{color:var(--success)}.step-num{background:var(--cream);width:26px;height:26px;color:var(--muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.checkout-step.done .step-num{background:var(--success);color:var(--white)}.trust-bar{background:linear-gradient(90deg, var(--plum) 0%, var(--plum-dk) 100%);padding:.9rem 0}.trust-items{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.trust-item{color:#ffffffb3;align-items:center;gap:.5rem;font-size:.78rem;display:flex}.trust-item svg{width:18px;height:18px;color:var(--gold)}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{background:var(--cream);border-radius:var(--radius-lg);text-align:center;transition:var(--transition), box-shadow .25s;border:1px solid #c5a46d2e;padding:2rem 1.75rem}.feature-card:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 12px 32px #c5a46d24}.feature-icon{background:linear-gradient(135deg,#c5a46d1f 0%,#c088971f 100%);border:1.5px solid #c5a46d47;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;transition:background .25s;display:flex}.feature-card:hover .feature-icon{background:linear-gradient(135deg, var(--gold) 0%, var(--rose) 100%)}.feature-icon svg{width:26px;height:26px;color:var(--gold);transition:color .25s}.feature-card:hover .feature-icon svg{color:var(--white)}.feature-title{font-family:var(--font-serif);color:var(--charcoal);margin-bottom:.6rem;font-size:1.1rem;font-weight:600}.feature-desc{color:var(--charcoal-lt);margin:0;font-size:.88rem;line-height:1.7}.who-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.5rem;display:grid}.who-card{background:var(--white);border-radius:var(--radius-lg);transition:var(--transition), box-shadow .25s;border:1px solid #c5a46d26;flex-direction:column;gap:.85rem;padding:2.25rem 2rem;display:flex;position:relative}.who-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #c5a46d1f}.who-card--featured{background:linear-gradient(160deg, var(--charcoal) 0%, #1a1015 100%);border-color:var(--gold);box-shadow:0 8px 32px #0000002e}.who-card--featured:hover{box-shadow:0 20px 48px #00000040}.who-card-badge{background:linear-gradient(90deg, var(--gold) 0%, var(--gold-dark) 100%);color:var(--white);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-pill);white-space:nowrap;padding:.3rem 1.1rem;font-size:.72rem;font-weight:700;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.who-card-icon-wrap{background:#c5a46d1a;border:1.5px solid #c5a46d40;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.who-card--featured .who-card-icon-wrap{background:#c5a46d26;border-color:#c5a46d66}.who-card-icon-wrap svg{width:24px;height:24px;color:var(--gold)}.who-card-num{font-family:var(--font-serif);color:#c5a46d26;font-size:2.5rem;font-weight:700;line-height:1;position:absolute;top:1.5rem;right:1.75rem}.who-card--featured .who-card-num{color:#c5a46d33}.who-card-title{font-family:var(--font-serif);color:var(--charcoal);margin:0;font-size:1.25rem;font-weight:600}.who-card--featured .who-card-title{color:var(--white)}.who-card-desc{color:var(--charcoal-lt);margin:0;font-size:.875rem;line-height:1.7}.who-card--featured .who-card-desc{color:#fff9}.who-card-list{flex-direction:column;flex:1;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.who-card-list li{color:var(--charcoal-lt);padding-left:1.35rem;font-size:.83rem;position:relative}.who-card-list li:before{content:"";background:var(--gold);border-radius:50%;width:7px;height:7px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.who-card--featured .who-card-list li{color:#ffffff8c}.get-started-section{background:linear-gradient(160deg, #160c11 0%, var(--plum-dk,#2a0e1e) 50%, #0f0a14 100%);padding:6rem 0;position:relative;overflow:hidden}.get-started-section:before{content:"";pointer-events:none;background:radial-gradient(70% 60%,#c5a46d14 0%,#0000 70%);position:absolute;inset:0}.get-started-overlay{background:var(--pattern-star-dim,none);opacity:.4;pointer-events:none;position:absolute;inset:0}.get-started-inner{text-align:center;max-width:720px;margin:0 auto}.get-started-title{font-family:var(--font-serif);color:var(--white);margin:0;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.2}.get-started-title em{color:var(--gold);font-style:italic}.get-started-desc{color:#fff9;max-width:560px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.75}.get-started-stats{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;margin-bottom:2.75rem;display:flex}.gs-stat{flex-direction:column;align-items:center;padding:0 2rem;display:flex}.gs-stat-num{font-family:var(--font-serif);color:var(--gold);margin-bottom:.3rem;font-size:2rem;font-weight:700;line-height:1}.gs-stat-label{letter-spacing:.07em;text-transform:uppercase;color:#ffffff73;font-size:.75rem;font-weight:600}.gs-stat-divider{background:#c5a46d40;flex-shrink:0;width:1px;height:40px}.get-started-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-lg{padding:.9rem 2.25rem;font-size:1rem}.btn-outline-light{border-radius:var(--radius-pill);color:#ffffffd9;font-size:.9rem;font-weight:600;font-family:var(--font-sans);cursor:pointer;transition:var(--transition);background:0 0;border:2px solid #ffffff59;align-items:center;gap:.5rem;padding:.7rem 1.75rem;text-decoration:none;display:inline-flex}.btn-outline-light:hover{border-color:var(--gold);color:var(--gold);background:#c5a46d14}@media (width<=991px){.features-grid{grid-template-columns:repeat(2,1fr)}.who-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto}.gs-stat{padding:0 1.25rem}}@media (width<=575px){.features-grid{grid-template-columns:1fr}.get-started-stats{gap:1rem}.gs-stat-divider{display:none}.gs-stat{padding:.5rem 1rem}.get-started-actions{flex-direction:column;align-items:center}.btn-lg{justify-content:center;width:100%}}.newsletter-section{background:var(--pattern-star-dim), linear-gradient(135deg, var(--plum) 0%, var(--plum-dk) 100%);padding:var(--spacing-lg) 0;position:relative}.newsletter-inner{text-align:center;z-index:1;max-width:600px;margin:0 auto;position:relative}.newsletter-inner h2{color:var(--white);margin-bottom:.5rem;font-size:2rem}.newsletter-inner p{color:#ffffffa6;margin-bottom:2rem}.newsletter-form{gap:.5rem;max-width:440px;margin:0 auto;display:flex}.newsletter-form input{border-radius:var(--radius-pill);color:var(--white);font-family:var(--font-sans);background:#ffffff14;border:1.5px solid #fff3;outline:none;flex:1;padding:.8rem 1.2rem;font-size:.9rem;transition:border-color .2s}.newsletter-form input::placeholder{color:#fff6}.newsletter-form input:focus{border-color:var(--gold)}.site-footer{background:var(--pattern-star-dim), #160c11;color:#fff9;padding:5rem 0 0}.footer-logo{font-family:var(--font-serif);color:var(--white);letter-spacing:.02em;margin-bottom:.4rem;font-size:1.75rem;font-weight:700}.footer-logo span{color:var(--gold)}.footer-tagline{color:#ffffff80;max-width:240px;margin-bottom:1.5rem;font-size:.85rem;line-height:1.6}.footer-socials{gap:.6rem;margin-bottom:1.75rem;display:flex}.social-btn{color:#ffffff8c;width:38px;height:38px;transition:var(--transition);border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-btn:hover{background:var(--gold);border-color:var(--gold);color:var(--white)}.social-btn svg{width:16px;height:16px}.footer-nl-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff73;margin-bottom:.6rem;font-size:.75rem;font-weight:600}.footer-nl-form{border-radius:var(--radius-sm);border:1px solid #ffffff26;gap:0;display:flex;overflow:hidden}.footer-nl-form input{color:var(--white);background:#ffffff0d;border:none;outline:none;flex:1;min-width:0;padding:.6rem .9rem;font-size:.85rem}.footer-nl-form input::placeholder{color:#ffffff4d}.footer-nl-form button{background:var(--gold);color:var(--white);cursor:pointer;border:none;align-items:center;padding:.6rem .85rem;transition:background .2s;display:flex}.footer-nl-form button:hover{background:var(--gold-dark)}.footer-nl-form button svg{width:16px;height:16px}.footer-heading{letter-spacing:.14em;text-transform:uppercase;color:var(--white);margin-bottom:1.2rem;font-size:.72rem;font-weight:700}.footer-links{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#ffffff80;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--gold)}.footer-trust{border-top:1px solid #ffffff12;border-bottom:1px solid #ffffff12;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:3.5rem;padding:1.5rem 0;display:flex}.footer-trust-item{color:#ffffff73;align-items:center;gap:.55rem;font-size:.8rem;display:flex}.footer-trust-item svg{width:18px;height:18px;color:var(--gold);flex-shrink:0}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:1.4rem 0;display:flex}.footer-bottom p{color:#ffffff59;font-size:.78rem}.footer-bottom a{color:#ffffff59;text-decoration:none;transition:color .2s}.footer-bottom a:hover{color:var(--gold)}.dash-footer{text-align:center;border-top:1px solid var(--border);color:var(--muted);margin-top:2rem;padding:1.5rem 2rem;font-size:.8rem}.dash-footer a{color:var(--muted);text-decoration:none;transition:color .2s}.dash-footer a:hover{color:var(--gold)}.breadcrumb-bar{background:var(--white);border-bottom:1px solid var(--border);padding:.75rem 0}.breadcrumb-nav{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.breadcrumb-nav a{color:var(--muted);transition:color .2s}.breadcrumb-nav a:hover{color:var(--gold)}.breadcrumb-nav span.sep{color:var(--border)}.breadcrumb-nav span.current{color:var(--charcoal);font-weight:500}.toast-wrap{z-index:2000;flex-direction:column;gap:.6rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast{background:var(--plum);color:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);align-items:center;gap:.75rem;max-width:320px;padding:.85rem 1.2rem;font-size:.875rem;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;transform:translate(110%)}.toast.show{transform:translate(0)}.toast-icon{color:var(--gold);flex-shrink:0}.toast-icon svg{width:18px;height:18px}.page-hero{background:var(--pattern-star-dim), linear-gradient(135deg, var(--plum) 0%, var(--plum-dk) 100%);padding:4rem 0;position:relative;overflow:hidden}.page-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#c0889724 0%,#0000 70%);border-radius:50%;width:480px;height:480px;position:absolute;top:-40%;right:-8%}.page-hero h1{color:var(--white);margin-bottom:.5rem}.page-hero p{color:#ffffffa6}.bg-cream{background:var(--cream)}.bg-white{background:var(--white)}.bg-charcoal{background:var(--charcoal)}.rounded-custom{border-radius:var(--radius-md)}.gold-line{background:var(--gold);width:40px;height:2px}.badge-verified{color:var(--success);border-radius:var(--radius-pill);background:#6b8f711f;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.72rem;font-weight:600;display:inline-flex}.badge-verified svg{width:12px;height:12px}@media (width<=991.98px){.nav-links,.mega-menu-wrapper{display:none}.hamburger{display:flex}.nav-inner{justify-content:space-between}.user-dropdown-wrap{display:none}.nav-actions{gap:.3rem}.dashboard-layout{grid-template-columns:1fr}.dash-sidebar{width:100%;height:auto;padding:1rem 1.5rem;position:static}.dash-nav{flex-flow:wrap}.dash-nav-section{display:none}.modal-box{flex-direction:column}.modal-gallery{width:100%;height:250px}}@media (width<=767.98px){.hero-slide-inner{min-height:70vh}.hero-content{max-width:100%}.category-card-img{height:300px}.shop-sidebar{margin-bottom:1.5rem}.cart-item{flex-wrap:wrap}.cart-item-img{width:70px;height:88px}.order-summary{position:static}.checkout-step{padding:.6rem .5rem}.checkout-step span:not(.step-num){display:none}.trust-items{gap:1.2rem}.newsletter-form{flex-direction:column}.footer-bottom{text-align:center;flex-direction:column}.footer-trust{justify-content:center}.footer-nl-form{max-width:320px}.footer-tagline{max-width:100%}.dash-main{padding:1.5rem 1rem}}@media (width<=575.98px){:root{--spacing-xl:4rem;--spacing-lg:2.5rem}.hero-slide-inner{min-height:60vh}.mega-menu{width:95vw}}@media (hover:none){.product-wishlist-btn{opacity:1}.product-actions{opacity:1;transform:translate(-50%)translateY(0)}}@media (width<=767.98px){.product-wishlist-btn{opacity:1}.product-actions{opacity:1;gap:.35rem;bottom:.75rem;transform:translate(-50%)translateY(0)}.product-action-btn{padding:.4rem .7rem;font-size:.72rem}}.search-overlay{z-index:1500;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(10px);background:#000000f5;align-items:flex-start;padding:5rem 1rem 1rem;transition:opacity .25s,visibility .25s;display:flex;position:fixed;inset:0}.search-overlay.open{opacity:1;visibility:visible}.search-overlay-inner{width:100%;max-width:640px;margin:0 auto;position:relative}.search-input-wrap{background:var(--white);border-radius:var(--radius-pill);box-shadow:var(--shadow-lg);align-items:center;gap:.5rem;padding:.6rem .6rem .6rem 1.4rem;display:flex}.search-input-wrap>svg{width:20px;height:20px;color:var(--muted);flex-shrink:0}.search-input-wrap input{font-size:1rem;font-family:var(--font-sans);color:var(--charcoal);background:0 0;border:none;outline:none;flex:1;min-width:0}.search-input-wrap input::placeholder{color:var(--muted)}.search-submit-btn{background:var(--gold);color:var(--white);border-radius:var(--radius-pill);font-size:.85rem;font-weight:600;font-family:var(--font-sans);cursor:pointer;border:none;flex-shrink:0;padding:.55rem 1.2rem;transition:background .2s}.search-submit-btn:hover{background:var(--gold-dark)}.search-close-btn{width:44px;height:44px;color:var(--white);cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;top:-3.5rem;right:0}.search-close-btn:hover{background:#ffffff40}.search-close-btn svg{width:18px;height:18px}.search-suggestions{margin-top:1.25rem}.search-suggestions-label{letter-spacing:.14em;text-transform:uppercase;color:#fff6;margin-bottom:.6rem;font-size:.7rem;font-weight:700}.search-chips{flex-wrap:wrap;gap:.4rem;display:flex}.search-chip{border-radius:var(--radius-pill);color:#fffc;cursor:pointer;font-size:.82rem;font-family:var(--font-sans);background:#ffffff1a;border:1px solid #ffffff2e;padding:.35rem .9rem;transition:background .2s,color .2s,border-color .2s}.back-to-top{background:var(--plum);width:44px;height:44px;color:var(--white);box-shadow:var(--shadow-md);opacity:0;visibility:hidden;z-index:900;cursor:pointer;border:2px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s,visibility .3s,transform .3s,background .2s;display:flex;position:fixed;bottom:2rem;right:1.5rem;transform:translateY(12px)}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--rose);border-color:#0000;transform:translateY(-3px)}.back-to-top svg{width:18px;height:18px}@media (width<=767.98px){.category-scroll-wrap{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-left:-.5rem;margin-right:-.5rem;padding-bottom:1rem;padding-left:.5rem;padding-right:.5rem;overflow-x:auto;flex-wrap:nowrap!important}.category-scroll-wrap::-webkit-scrollbar{display:none}.category-scroll-wrap>[class*=col-]{scroll-snap-align:start;flex:0 0 80vw!important;max-width:80vw!important}.category-card-img{height:320px}}@media (width<=575.98px){.vendor-scroll-wrap{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.75rem;overflow-x:auto;flex-wrap:nowrap!important}.vendor-scroll-wrap::-webkit-scrollbar{display:none}.vendor-scroll-wrap>[class*=col-]{scroll-snap-align:start;flex:0 0 78vw!important;max-width:78vw!important}.hero-slide-inner{min-height:min(85vh,85svh)}.hero-content h1{font-size:1.9rem}.hero-actions{flex-direction:column;gap:.6rem}.hero-actions .btn-gold,.hero-actions .btn-outline-gold{justify-content:center;width:100%;max-width:260px;padding:.7rem 1.4rem}.hero-controls{gap:.5rem;bottom:1.25rem}.hero-nav-btn{width:36px;height:36px}.hero-nav-btn svg{width:16px;height:16px}}@media (width<=767.98px){.qty-btn{width:40px;height:40px;font-size:1.2rem}.size-btn{min-width:48px;height:48px}.sort-select{padding:.6rem 1rem;font-size:.9rem}.modal-gallery{height:220px}.modal-info{padding:1.25rem}}@media (width<=575.98px){.brand-name{font-size:1.15rem}}@media (width<=360px){.brand-sub{display:none}.brand-name{font-size:1.05rem}.navbar-brand-wrap .brand-mark{width:32px;height:32px}}@media (width<=575.98px){.trust-bar{overflow-x:auto}.trust-items{flex-wrap:nowrap;justify-content:flex-start;gap:1.25rem;width:max-content;padding:.25rem 1rem}.trust-item{flex-shrink:0}.newsletter-inner{padding:0 .5rem}.newsletter-form .btn-gold{justify-content:center;width:100%}}.brand-powered{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.55rem;display:block}.arabesque-bg{background-image:var(--pattern-star);background-repeat:repeat}.ornament-divider{justify-content:center;align-items:center;gap:.6rem;margin:.5rem auto;display:flex}.ornament-divider:before,.ornament-divider:after{content:"";background:linear-gradient(90deg, transparent, var(--gold));width:48px;height:1px}.ornament-divider:after{background:linear-gradient(270deg, transparent, var(--gold))}.ornament-diamond{background:var(--gold);flex-shrink:0;width:6px;height:6px;transform:rotate(45deg)}.script-accent{font-family:var(--font-script);color:var(--gold);font-size:1.5rem;line-height:1.2;display:block}.vendor-card:hover{border-color:var(--rose-light);box-shadow:0 8px 32px #c088972e}.vendor-card:hover .vendor-avatar{border-color:var(--rose)}.product-card:hover{box-shadow:0 8px 32px #c0889724}.badge-rose{background:var(--rose);color:var(--white)}.badge-sage{background:var(--sage);color:var(--white)}.text-rose{color:var(--rose)}.text-sage{color:var(--sage)}.bg-blush{background-color:var(--blush)}.bg-rose-light{background-color:var(--rose-light)}.bg-sage-light{background-color:var(--sage-light)}.dash-nav-item:hover,.dash-nav-item.active{color:var(--gold);background:#c088972e}.hero-tag{color:var(--rose-light);background:#c0889738;border-color:#c0889766}.mobile-nav-overlay{background:#3d1f2b80}.form-control-custom:focus{border-color:var(--rose);box-shadow:0 0 0 3px #c0889726}.checkout-step.active{background:linear-gradient(90deg,#c0889714 0%,#c5a46d0f 100%)}.checkout-step.active .step-num{background:linear-gradient(135deg, var(--rose) 0%, var(--gold) 100%);color:var(--white)}.shipping-option:has(input:checked){border-color:var(--rose);background:#c088970a}.search-chip:hover{background:var(--rose);border-color:var(--rose);color:var(--white)}.stat-icon-rose{color:var(--rose);background:#c0889726}.promo-input-wrap input:focus{border-color:var(--rose)}.bg-white .divider-gold:after{box-shadow:0 0 0 2px var(--white)}.newsletter-inner .section-label{color:var(--rose-light)}.social-btn:hover{background:linear-gradient(135deg, var(--rose) 0%, var(--gold) 100%);border-color:var(--rose)}.gallery-thumb:hover,.gallery-thumb.active{border-color:var(--rose)}.vendor-tag{transition:background .2s,color .2s}.vendor-tag:hover{background:var(--rose-light);color:var(--rose-dark)}.product-action-btn:hover{background:linear-gradient(135deg, var(--rose) 0%, var(--gold) 100%);border-color:var(--rose)}.stars{color:var(--gold)}.product-card:before{content:"";border-radius:inherit;pointer-events:none;z-index:1;border:1px solid #0000;transition:border-color .3s;position:absolute;inset:0}.product-card:hover:before{border-color:#c0889740}.newsletter-section .divider-gold:after,.site-footer .divider-gold:after{background:var(--rose-light);box-shadow:0 0 0 2px #0000}.newsletter-section .divider-gold,.site-footer .divider-gold{background:linear-gradient(90deg, transparent, var(--rose-light) 20%, var(--rose-light) 80%, transparent)}@media (width<=575.98px){.ornament-divider:before,.ornament-divider:after{width:30px}}:root{--font-arabic:"Cairo", "Tajawal", sans-serif}.announcement-bar{background:linear-gradient(90deg, var(--plum-dk) 0%, var(--plum) 50%, var(--plum-dk) 100%);color:#ffffffc7;text-align:center;letter-spacing:.05em;z-index:1060;padding:.6rem 3rem;font-size:.76rem;position:relative;overflow:hidden}.announcement-bar:before{content:"";background:var(--pattern-star-dim);pointer-events:none;position:absolute;inset:0}.announcement-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:inline-flex;position:relative}.announcement-inner strong{color:var(--gold-light);font-weight:700}.announcement-sep{color:#ffffff4d}.announcement-close{color:#fff6;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.3rem;line-height:1;transition:color .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.announcement-close:hover{color:var(--white)}.announcement-bar.hidden{display:none}.drawer-overlay{z-index:1200;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(3px);background:#25101c8c;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.drawer-overlay.open{opacity:1;visibility:visible}.cart-drawer,.wishlist-drawer{background:var(--white);z-index:1300;flex-direction:column;width:430px;max-width:100vw;height:100dvh;transition:right .38s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-460px;box-shadow:-6px 0 48px #25101c33}.cart-drawer.open,.wishlist-drawer.open{right:0}.drawer-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.drawer-header h5{font-family:var(--font-serif);color:var(--charcoal);margin:0;font-size:1.05rem;font-weight:700}.cart-count-label{color:var(--muted);font-size:.82rem;font-weight:400;font-family:var(--font-sans)}.drawer-close{background:var(--cream);width:36px;height:36px;color:var(--charcoal);transition:var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.drawer-close:hover{background:var(--charcoal);color:var(--white)}.drawer-body{overscroll-behavior:contain;flex:1;overflow-y:auto}.drawer-cart-item{border-bottom:1px solid #e4ddd499;gap:.9rem;padding:1rem 1.5rem;transition:background .2s;display:flex}.drawer-cart-item:last-child{border-bottom:none}.drawer-cart-item:hover{background:#faf7f499}.drawer-item-img{border-radius:var(--radius-sm);background:var(--cream);flex-shrink:0;width:76px;height:96px;overflow:hidden}.drawer-item-img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.drawer-item-info{flex:1;min-width:0}.drawer-item-vendor{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.2rem;font-size:.68rem;font-weight:700}.drawer-item-name{font-family:var(--font-serif);color:var(--charcoal);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.2rem;font-size:.9rem;font-weight:600;line-height:1.3;overflow:hidden}.drawer-item-attrs{color:var(--muted);margin-bottom:.5rem;font-size:.72rem}.drawer-item-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.drawer-item-price{font-family:var(--font-serif);color:var(--charcoal);font-size:.95rem;font-weight:700}.drawer-item-remove{color:var(--muted);cursor:pointer;font-size:.72rem;font-family:var(--font-sans);background:0 0;border:none;padding:0;text-decoration:underline;transition:color .2s}.drawer-item-remove:hover{color:var(--error)}.drawer-footer{border-top:1px solid var(--border);flex-shrink:0;padding:1.25rem 1.5rem}.drawer-subtotal{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.drawer-subtotal>span:first-child{color:var(--muted);font-size:.875rem}.drawer-subtotal .price-current{font-size:1.15rem}.drawer-shipping-note{color:var(--success);align-items:center;gap:.35rem;margin-bottom:1rem;font-size:.75rem;display:flex}.drawer-cta{flex-direction:column;gap:.5rem;display:flex}.drawer-cta .btn-gold,.drawer-cta .btn-outline-gold{justify-content:center;width:100%}@media (width<=479.98px){.cart-drawer,.wishlist-drawer{width:100vw;right:-100vw}}.abaya-cats-section{background:var(--white);border-bottom:1px solid var(--border);scrollbar-width:none;padding:.9rem 0;overflow-x:auto}.abaya-cats-wrap{flex-wrap:nowrap;justify-content:center;align-items:center;gap:.5rem;min-width:max-content;margin:0 auto;padding:0 1rem;display:flex}.abaya-cat-pill{border-radius:var(--radius-pill);letter-spacing:.04em;border:1.5px solid var(--border);color:var(--charcoal-lt);background:var(--white);transition:var(--transition);white-space:nowrap;cursor:pointer;align-items:center;gap:.35rem;padding:.48rem 1.15rem;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-flex}.abaya-cat-pill:hover,.abaya-cat-pill.active{background:var(--gold);border-color:var(--gold);color:var(--white);transform:translateY(-1px);box-shadow:0 4px 12px #c5a46d40}.abaya-cat-pill svg{flex-shrink:0;width:13px;height:13px}.carousel-wrapper{position:relative}.carousel-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:1.25rem;padding:.25rem .1rem 1rem;display:flex;overflow-x:auto}.carousel-track::-webkit-scrollbar{display:none}.carousel-item{scroll-snap-align:start;flex:0 0 calc(25% - .95rem);min-width:0}.carousel-nav{justify-content:center;align-items:center;gap:.75rem;margin-top:1.75rem;display:flex}.carousel-btn{background:var(--white);border:1.5px solid var(--border);width:46px;height:46px;color:var(--charcoal);box-shadow:var(--shadow-xs);transition:var(--transition);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.carousel-btn:hover{background:var(--gold);border-color:var(--gold);color:var(--white);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.carousel-btn svg{width:18px;height:18px}@media (width<=1199.98px){.carousel-item{flex:0 0 calc(33.333% - .85rem)}}@media (width<=767.98px){.carousel-item{flex:0 0 calc(50% - .65rem)}}@media (width<=479.98px){.carousel-item{flex:0 0 78vw}}.editorial-section{overflow:hidden}.editorial-split{grid-template-columns:1fr 1fr;min-height:580px;display:grid}.editorial-image{position:relative;overflow:hidden}.editorial-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .9s cubic-bezier(.4,0,.2,1);display:block}.editorial-content{background:var(--cream);flex-direction:column;justify-content:center;padding:4.5rem 4rem;display:flex;position:relative}.editorial-content:before{content:"";background:var(--pattern-star);opacity:.5;pointer-events:none;width:110px;height:110px;position:absolute;top:1.5rem;right:1.5rem}.editorial-arabic{font-family:var(--font-arabic);color:var(--gold);text-align:left;direction:rtl;margin-bottom:.2rem;font-size:1.6rem;line-height:1.4;display:block}.editorial-content h2{margin-bottom:1.1rem;font-size:clamp(1.65rem,2.5vw,2.25rem)}.editorial-content>p{max-width:400px;margin-bottom:2rem;font-size:1rem;line-height:1.85}@media (width<=991.98px){.editorial-split{grid-template-columns:1fr}.editorial-image{min-height:360px}.editorial-content{padding:3rem 2rem}.editorial-arabic{font-size:1.3rem}}@media (width<=575.98px){.editorial-image{min-height:260px}.editorial-content{padding:2rem 1.25rem}.editorial-content>p{max-width:100%}}.vendor-store-banner{background:var(--plum);height:340px;position:relative;overflow:hidden}.vendor-store-banner img{-o-object-fit:cover;object-fit:cover;opacity:.7;width:100%;height:100%;transition:transform 8s}.vendor-store-banner:hover img{transform:scale(1.03)}.vendor-store-banner:after{content:"";background:linear-gradient(#3d1f2b26 0%,#25101cb3 100%);position:absolute;inset:0}.vendor-store-banner-content{z-index:2;padding:2.5rem 0;position:absolute;bottom:0;left:0;right:0}.vendor-store-banner-content h1{color:var(--white);margin-bottom:.3rem;font-size:clamp(2rem,4vw,3rem)}.vendor-store-banner-content p{color:#ffffffa6;font-size:.95rem}.vendor-store-meta{background:var(--white);border-bottom:1px solid var(--border);padding:1.5rem 0}.vendor-store-meta-inner{flex-wrap:wrap;align-items:flex-end;gap:1.5rem;display:flex}.vendor-store-logo{border:4px solid var(--white);width:88px;height:88px;box-shadow:var(--shadow-md);background:var(--cream);border-radius:50%;flex-shrink:0;margin-top:-2.5rem;overflow:hidden}.vendor-store-logo img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.vendor-store-details{flex:1;min-width:200px}.vendor-store-name{font-family:var(--font-serif);color:var(--charcoal);margin-bottom:.2rem;font-size:1.6rem;font-weight:700}.vendor-store-tagline{color:var(--muted);margin-bottom:.6rem;font-size:.875rem}.vendor-store-stats{flex-wrap:wrap;gap:1.5rem;display:flex}.vendor-store-stat{color:var(--charcoal-lt);font-size:.82rem}.vendor-store-stat strong{color:var(--charcoal);font-weight:700}.vendor-store-actions{align-items:center;gap:.75rem;margin-left:auto;display:flex}.store-tabs-bar{background:var(--white);border-bottom:2px solid var(--border);z-index:100;position:sticky;top:72px}.store-tabs{scrollbar-width:none;gap:0;display:flex;overflow-x:auto}.store-tabs::-webkit-scrollbar{display:none}.store-tab-btn{color:var(--muted);cursor:pointer;white-space:nowrap;font-size:.875rem;font-weight:600;font-family:var(--font-sans);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:1rem 1.5rem;transition:color .2s,border-color .2s}.store-tab-btn:hover{color:var(--charcoal)}.store-tab-btn.active{color:var(--gold);border-bottom-color:var(--gold)}.tab-panel{display:none}.tab-panel.active{display:block}.vendor-about-card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border);margin-bottom:1.5rem;padding:2rem}.vendor-about-card h4{margin-bottom:.75rem;font-size:1.05rem}.vendor-about-card p{color:var(--charcoal-lt);margin-bottom:.75rem;font-size:.9rem;line-height:1.8}.vendor-about-card p:last-child{margin-bottom:0}@media (width<=767.98px){.vendor-store-banner{height:220px}.vendor-store-logo{border-width:3px;width:68px;height:68px;margin-top:-1.75rem}.vendor-store-actions{margin-left:0}.store-tabs-bar{top:0}}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}a,button,[role=button]{-webkit-tap-highlight-color:transparent}.btn-gold:active,.btn-outline-gold:active,.abaya-cat-pill:active,.page-btn:active,.search-chip:active{opacity:.78}.abaya-cats-section{scrollbar-width:none;overflow:auto hidden}.abaya-cats-section::-webkit-scrollbar{display:none}.abaya-cats-wrap{width:max-content;min-width:unset}.mobile-bottom-nav{z-index:999;background:var(--obsidian);height:60px;padding-bottom:env(safe-area-inset-bottom);height:calc(60px + env(safe-area-inset-bottom));border-top:1px solid #c8a95126;align-items:stretch;display:none;position:fixed;bottom:0;left:0;right:0}.mbn-item{color:#fff6;letter-spacing:.05em;text-transform:uppercase;font-size:.58rem;font-family:var(--font-sans);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:8px 4px 0;font-weight:500;text-decoration:none;transition:color .15s;display:flex;position:relative}.mbn-item.active,.mbn-item:active{color:var(--gold)}.mbn-item.active svg{stroke:var(--gold)}.mbn-item:active{opacity:.8}.mbn-badge{background:var(--gold);width:16px;height:16px;color:var(--obsidian);border-radius:50%;justify-content:center;align-items:center;font-size:.56rem;font-weight:800;display:flex;position:absolute;top:5px;right:calc(50% - 20px)}@media (width<=767.98px){.mobile-bottom-nav{display:flex}.site-footer{padding-bottom:calc(60px + env(safe-area-inset-bottom) + 1.5rem)!important}}@media (width<=991.98px){.hamburger{justify-content:center;align-items:center;width:44px;height:44px;padding:10px}.mobile-nav-close,.drawer-close,.search-close-btn,.nav-icon-btn{width:44px;height:44px}.mobile-nav a{min-height:48px;padding:.75rem;font-size:.95rem}}@media (width<=575.98px){.col-sm-6,.col-md-4{flex:0 0 50%!important;width:50%!important;max-width:50%!important}.row{--bs-gutter-x:.6rem;--bs-gutter-y:.6rem}.product-card-body{padding:.6rem .7rem .8rem}.product-name{font-size:.8rem;line-height:1.3}.product-vendor{font-size:.58rem}.price-current{font-size:.88rem}.product-rating{display:none}.product-badge{padding:.2rem .5rem;font-size:.55rem}}@media (width<=767.98px){.category-card-img{height:260px!important}}@media (width<=575.98px){.category-card-img{height:200px!important}.announcement-bar{font-size:.67rem}.announcement-sep{display:none}}@media (width<=400px){.hero-content h1{font-size:1.55rem}.hero-content p{font-size:.83rem}}@media (width<=480px){.cart-drawer,.wishlist-drawer{width:100%}}@media (width<=575.98px){.search-overlay{padding:3.5rem .75rem 1rem}.search-input-wrap{padding:.5rem .5rem .5rem 1rem}.search-input-wrap input{font-size:.9rem}.search-submit-btn{padding:.5rem .85rem;font-size:.72rem}.search-chip{padding:.3rem .7rem;font-size:.7rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
