:root{--gold:#c99a4b;--gold2:#e0bb7a;--ivory:#f7f2e8;--ink:#161616;--ink-deep:#050505;--line:#e4d9c9;--muted:#756b5e;--font-display:"Didot","Bodoni MT",Georgia,"Times New Roman",serif;--font-body:Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body);background:var(--ivory);color:var(--ink)}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.topbar{background:#050505;color:#fff;padding:9px 5%;display:flex;justify-content:space-between;font-size:12px}header{background:#fff;padding:16px 5%;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;border-bottom:1px solid #eee}.brand{display:inline-flex;align-items:center}.brandmark,.brandmark-compact{line-height:0}nav{display:flex;gap:18px;align-items:center}nav a,nav button{font-size:13px;font-weight:700}.linkbtn{background:none;border:0;cursor:pointer;padding:0}.hero{min-height:560px;padding:70px 7%;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,#000000e6,#00000073),url(https://images.unsplash.com/photo-1507679799987-c73779587ccf?auto=format&fit=crop&w=1800&q=80) center/cover}.heroInner{max-width:760px}.hero h1{font:60px/1.05 var(--font-display);color:var(--gold2);margin:14px 0}.hero p{font-size:20px;line-height:1.6}.cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-block;border:0;border-radius:7px;padding:13px 18px;font-weight:700;cursor:pointer}.btn.gold{background:var(--gold);color:#fff}.btn.dark{background:#111;color:#fff}.btn.outline{border:1px solid var(--gold);color:var(--gold2)}.btn.full{width:100%;text-align:center;margin-top:14px}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ddd}.features>div{background:#fff;padding:20px;text-align:center}.features span{display:block;font-size:12px;color:var(--muted);margin-top:5px}section{padding:55px 6%}section h2{text-align:center;font:36px var(--font-display)}.center{text-align:center;color:var(--muted)}.categoryGrid,.productGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.category{position:relative;height:320px;border-radius:14px;overflow:hidden;display:block;color:#fff;box-shadow:0 12px 28px #0000001f;transition:transform .35s ease,box-shadow .35s ease}.category img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#000000b8,#0000000d 55%)}.category .categoryLabel{position:absolute;left:25px;bottom:25px;right:25px;z-index:1}.category h3{font:32px var(--font-display);margin:0}@media (hover:hover){.category:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000002e}.category:hover img{transform:scale(1.06)}}@media (prefers-reduced-motion:reduce){.category,.category img{transition:none}.category:hover,.category:hover img{transform:none}}.product{background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;box-shadow:0 10px 24px #00000014}.product img{width:100%;height:300px;object-fit:cover}.productBody{padding:16px}.badge{display:inline-block;background:#f2e3c6;color:#6f4b18;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:700}.price{font-size:25px;font-weight:800;margin:12px 0}.small{font-size:12px;color:var(--muted)}.panel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:25px;box-shadow:0 10px 26px #0000000d}.narrow{max-width:560px;margin:auto}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px}.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}label{display:block;font-size:13px;font-weight:700;margin:13px 0 7px}input,select,textarea{width:100%;padding:12px;border:1px solid #d6cbbc;border-radius:7px;background:#fff}textarea{min-height:90px}.notice{background:#f3e8d5;padding:13px;border-radius:8px;margin:14px 0}.error{color:#a00000}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:20px 0}.stats>div{background:#111;color:#fff;border-radius:11px;padding:18px}.stats small{color:#bbb}.stats b{display:block;color:var(--gold2);font-size:27px;margin-top:8px}.row,.cartrow,.order{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:13px 0;border-bottom:1px solid #eee}.status{font-size:11px;background:#eee;padding:6px 9px;border-radius:999px;text-transform:capitalize}.status.approved{background:#dff4e9;color:#176b45}.status.pending{background:#fff1cf;color:#7b5a00}.productDetail{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.detailImg{width:100%;max-height:620px;object-fit:cover;border-radius:14px}.qty{width:90px;margin-right:10px}.carttotal{display:flex;justify-content:space-between;font-size:21px;padding:18px 0}footer{background:#050505;color:#bbb;padding:40px 6%;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:28px}footer h4{color:#fff}footer a{display:block;margin:8px 0;font-size:13px}@media (max-width:900px){.categoryGrid,.productGrid,.features,.stats{grid-template-columns:repeat(2,1fr)}.split,.productDetail{grid-template-columns:1fr}.hero h1{font-size:44px}footer{grid-template-columns:1fr 1fr}}@media (max-width:560px){.topbar{font-size:10px}.categoryGrid,.productGrid,.features,.stats,.formgrid,footer{grid-template-columns:1fr}.hero{min-height:470px}.hero h1{font-size:36px}.brand{font-size:22px}}.searchBar{display:flex;gap:10px;max-width:640px;margin:20px auto}.searchBar input{flex:1}.searchBar button{white-space:nowrap}.chipRow{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:28px}.chip{border:1px solid var(--line);background:#fff;padding:9px 16px;border-radius:999px;font-size:13px;font-weight:700;cursor:pointer;color:var(--muted);text-decoration:none;display:inline-block}.chipActive{background:var(--ink);color:#fff;border-color:var(--ink)}.sortSelect{width:auto;padding:9px 14px;border-radius:999px;font-size:13px;font-weight:700}.strike{text-decoration:line-through;color:var(--muted);font-size:16px;font-weight:400;margin-right:8px}.sizeRow,.colorRow{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0 4px}.swatch{border:1px solid var(--line);background:#fff;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer}.swatchActive{border-color:var(--gold);background:#f2e3c6;color:#6f4b18}.reviewRow{padding:14px 0;border-bottom:1px solid #eee}.starRow{color:var(--gold);font-size:14px}.langSwitch{width:auto;padding:8px 10px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid var(--line);background:#fff}[dir=rtl]{text-align:right}[dir=rtl] header,[dir=rtl] nav,[dir=rtl] .topbar,[dir=rtl] .chipRow,[dir=rtl] .stats,[dir=rtl] .split,[dir=rtl] .row,[dir=rtl] footer{direction:rtl}[dir=rtl] .productGrid{direction:rtl}[dir=rtl] .searchBar,[dir=rtl] .row{flex-direction:row-reverse}[dir=rtl] input,[dir=rtl] textarea,[dir=rtl] select{text-align:right}[dir=rtl] .strike{margin-right:0;margin-left:8px}[dir=rtl] .mobileDrawer{right:auto;left:0;transform:translate(-100%);box-shadow:12px 0 40px #0000002e}[dir=rtl] .mobileDrawerOpen{transform:translate(0)}[dir=rtl] .drawerLinks a,[dir=rtl] .drawerLinks button.linkbtn,[dir=rtl] .drawerLogout{text-align:right}[dir=rtl] .cartBadge{margin-left:0;margin-right:5px}[dir=rtl] .whatsappFab{right:auto;left:20px}@media (max-width:560px){[dir=rtl] .whatsappFab{left:14px}}.desktopNav{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.mobileHeaderControls{display:none;align-items:center;gap:14px}.hamburgerBtn{background:none;border:0;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.hamburgerIcon{display:flex;flex-direction:column;gap:5px;width:24px}.hamburgerIcon span{display:block;height:2px;width:100%;background:var(--ink);border-radius:2px;transition:transform .25s ease,opacity .25s ease}.hamburgerIconOpen span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburgerIconOpen span:nth-child(2){opacity:0}.hamburgerIconOpen span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.drawerOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#05050580;z-index:29;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobileDrawer{position:fixed;top:0;right:0;bottom:0;width:min(340px,86vw);background:#fff;z-index:30;box-shadow:-12px 0 40px #0000002e;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;display:flex;flex-direction:column}.mobileDrawerOpen{transform:translate(0)}.drawerHeader{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line)}.drawerClose{background:none;border:0;font-size:30px;line-height:1;cursor:pointer;color:var(--ink);padding:4px 8px;min-width:44px;min-height:44px}.drawerLinks{display:flex;flex-direction:column;padding:8px 8px 24px}.drawerLinks a,.drawerLinks button.linkbtn{display:block;padding:14px 16px;font-size:15px;font-weight:700;color:var(--ink);border-radius:8px}.drawerLinks a.active{background:#f7f2e8;color:var(--gold)}.drawerLinks a:active,.drawerLinks button.linkbtn:active{background:#f7f2e8}.drawerDivider{height:1px;background:var(--line);margin:10px 16px}.drawerLogout{text-align:left;width:100%;color:#a00000}.drawerLangSwitch{margin:10px 16px;width:calc(100% - 32px)}.cartLink{position:relative;display:inline-flex;align-items:center;font-weight:700}.cartBadge{background:var(--gold);color:#fff;font-size:10px;font-weight:800;border-radius:999px;min-width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;margin-left:5px;padding:0 4px}.cartLinkMobile{padding:8px;min-height:44px;display:flex;align-items:center}.topbarHideSmall{display:inline}@media (max-width:900px){.desktopNav{display:none}.mobileHeaderControls{display:flex}header{padding:14px 5%}}@media (max-width:560px){.topbarHideSmall{display:none}}.whatsappFab{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #00000040;z-index:15;transition:transform .2s ease}.whatsappFab:hover{transform:scale(1.08)}@media (prefers-reduced-motion:reduce){.whatsappFab{transition:none}.whatsappFab:hover{transform:none}}@media (max-width:560px){.whatsappFab{width:50px;height:50px;right:14px;bottom:14px}}.authPanel,.narrow.panel{max-width:440px}.authLogo{display:flex;justify-content:center;margin-bottom:20px}.authSwitch{display:block;width:100%;text-align:center;margin-top:16px;font-weight:700;color:var(--gold)}.checkoutSectionTitle{font:20px var(--font-display);margin:26px 0 6px;padding-top:16px;border-top:1px solid var(--line)}.checkoutSectionTitle:first-of-type{border-top:0;padding-top:0;margin-top:6px}.paymentMethodRow{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0}.paymentMethodOption{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:10px;padding:12px 16px;cursor:pointer;font-weight:700;font-size:14px;transition:border-color .2s ease,background .2s ease}.paymentMethodOption input{width:auto;margin:0}.paymentMethodOptionActive{border-color:var(--gold);background:#f7f2e8}.checkboxLabel{display:flex;align-items:flex-start;gap:8px;font-weight:400;font-size:13px;line-height:1.4}.checkboxLabel input{width:auto;margin-top:3px}.notice.error{background:#fdeaea;color:#a00000}.ordersList{display:flex;flex-direction:column;gap:12px;margin-top:16px}.orderCard{padding:18px 20px}.orderCardTop{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;flex-wrap:wrap}.orderCardTotal{font-size:19px;font-weight:800}.orderCardStatus{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.status-under-review,.status-awaiting-payment{background:#fff1cf;color:#7b5a00}.status-paid{background:#dff4e9;color:#176b45}.status-failed{background:#fdeaea;color:#a00000}@media (max-width:430px){.orderCardTop{flex-direction:column;gap:4px}.orderCardTotal{font-size:17px}.cartrow{flex-wrap:wrap}.carttotal{font-size:18px}}@media (hover:hover) and (pointer:fine){.product{transform-style:preserve-3d;perspective:800px}.product:hover{transform:translateY(-3px) rotateX(1.5deg)}.category{transform-style:preserve-3d;perspective:900px}}@media (prefers-reduced-motion:reduce){.product:hover{transform:none}}.whatsappConfirmBtn{background:#25d366;margin-top:14px}.whatsappConfirmBtn:hover{background:#1ebe5a}h1,h2,h3{font-family:var(--font-display);letter-spacing:.2px}section h2{margin-bottom:34px}.btn{transition:transform .18s ease,box-shadow .18s ease,background .18s ease;box-shadow:0 4px 14px #00000014}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 22px #00000024}.btn:active{transform:translateY(0);box-shadow:0 2px 8px #0000001a}.btn.gold:hover{background:var(--gold2)}.btn.dark:hover{background:#000}@media (prefers-reduced-motion:reduce){.btn,.btn:hover,.btn:active{transition:none;transform:none}}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.category:focus-visible,.product:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:4px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c99a4b26}input,select,textarea{transition:border-color .18s ease,box-shadow .18s ease}.panel{transition:box-shadow .25s ease}.product{transition:transform .3s ease,box-shadow .3s ease}@media (hover:hover){.product:hover{transform:translateY(-3px);box-shadow:0 16px 32px #0000001f}}@media (prefers-reduced-motion:reduce){.product,.panel{transition:none}.product:hover{transform:none}}.hero{background-attachment:fixed}@media (max-width:900px){.hero{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.hero{background-attachment:scroll}}@media (max-width:560px){section{padding:38px 5%}.panel{padding:20px}.hero{padding:50px 6%}.hero h1{line-height:1.15}}@media (min-width:561px) and (max-width:900px){section{padding:46px 5%}}.womenHubHero{min-height:380px}.collectionBanner{width:100%;max-height:280px;object-fit:cover;border-radius:14px;margin-bottom:20px}.wizardSteps{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:22px;font-size:11px}.wizardStep{padding:6px 10px;border-radius:999px;background:#f2ece0;color:var(--muted);font-weight:700}.wizardStepActive{background:var(--gold);color:#fff}.wizardStepDone{background:#e7ddc8;color:var(--ink)}.wizardNav{display:flex;justify-content:space-between;gap:12px;margin-top:24px}.wizardNav .btn{flex:1}@media (max-width:560px){.wizardSteps{font-size:10px}.wizardStep{padding:5px 8px}}.trustGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}@media (max-width:900px){.trustGrid{grid-template-columns:1fr}}@media (max-width:430px){.wizardNav{flex-direction:column}.wizardNav .btn{width:100%}}.gallery{display:flex;flex-direction:column;gap:10px}.galleryMain{position:relative;border-radius:14px;overflow:hidden;background:#f2ece0}.galleryZoom{width:100%;max-height:620px;object-fit:cover;display:block;transition:transform .3s ease;cursor:zoom-in}.galleryMain:hover .galleryZoom{transform:scale(1.04)}@media (prefers-reduced-motion:reduce){.galleryZoom{transition:none}.galleryMain:hover .galleryZoom{transform:none}}.galleryNav{position:absolute;top:50%;transform:translateY(-50%);background:#0000008c;color:#fff;border:0;width:38px;height:38px;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}.galleryNavPrev{left:10px}.galleryNavNext{right:10px}.galleryThumbs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.galleryThumb{border:2px solid transparent;border-radius:8px;padding:0;background:none;cursor:pointer;flex:0 0 auto;width:64px;height:64px;overflow:hidden}.galleryThumb img{width:100%;height:100%;object-fit:cover;display:block}.galleryThumbActive{border-color:var(--gold)}.productActionRow{display:flex;gap:10px;align-items:center;margin-top:14px;flex-wrap:wrap}.wishlistBtn{white-space:nowrap}.wishlistBtnActive{border-color:#a00000;color:#a00000}.lookGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:14px;margin-top:14px}.lookItem{text-align:center}.lookItemCheck{position:relative;display:block;cursor:pointer}.lookItemCheck input{position:absolute;top:6px;left:6px;width:18px;height:18px;z-index:1}.lookItemCheck img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px}.lookItemName{display:block;margin-top:6px;color:var(--ink)}.starPicker{margin:10px 0}.starBtn{background:none;border:0;font-size:22px;color:#ddd;cursor:pointer;padding:2px}.starBtnActive{color:var(--gold)}.reviewDimensionGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 18px}.reviewDimensions{display:flex;gap:12px;flex-wrap:wrap;margin:8px 0;color:var(--muted)}.reviewSellerResponse{background:#f7f2e8;padding:10px;border-radius:8px;margin-top:8px}.reviewForm{margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}@media (max-width:560px){.galleryZoom{max-height:380px}.galleryNav{width:32px;height:32px;font-size:16px}.galleryThumb{width:52px;height:52px}.lookGrid{grid-template-columns:repeat(2,1fr)}.reviewDimensionGrid{grid-template-columns:1fr}.productActionRow{flex-direction:column;align-items:stretch}.productActionRow .btn{width:100%}}.designerCard{display:flex;flex-direction:column;gap:8px}.designerCardHeader{display:flex;gap:14px;align-items:center}.designerLogo{width:56px;height:56px;border-radius:12px;object-fit:cover;flex-shrink:0}.designerPortfolio{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:8px 0}.designerPortfolio img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}@media (max-width:560px){.designerPortfolio{grid-template-columns:repeat(2,1fr)}}
