@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.block{display:block}.grid{display:grid}.hidden{display:none}.table{display:table}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at 80% -10%,#252015 0,#070707 32%);margin:0;font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer}.header{z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#070707dd;border-bottom:1px solid #ffffff12;grid-template-columns:auto auto minmax(160px,1fr) auto;align-items:center;gap:18px;height:78px;padding:0 5%;display:grid;position:sticky;top:0}.menuButton,.iconButton{color:#fff;background:#111;border:1px solid #333;border-radius:10px;place-items:center;width:42px;height:42px;display:grid}.menuButton{grid-area:1/1}.logo{letter-spacing:5px;grid-area:1/2;font-size:22px;font-weight:950}.header .search{grid-area:1/3;justify-self:center;width:min(620px,100%)}.headerActions{color:#ccc;grid-area:1/4;align-items:center;gap:22px;display:flex}.headerActions a:hover{color:var(--gold2)}.header nav{color:#ccc;align-items:center;gap:24px;display:flex}.header nav a:hover{color:var(--gold2)}.linkButton{color:#ccc;background:0 0;border:0}.search{flex:1;max-width:620px}.search input{color:#111;background:#f4f4f4;border:0;border-radius:8px;width:100%;padding:13px 16px}.btn{border:1px solid var(--gold);background:var(--gold);color:#080808;border-radius:999px;padding:13px 20px;font-weight:850;transition:transform .2s}.btn.secondary{color:#fff;background:0 0;border-color:#555}.btn:hover{transform:translateY(-2px)}.cta{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}button:disabled{opacity:.6;cursor:not-allowed}.hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;width:min(1200px,92%);min-height:78vh;margin:auto;display:grid}.eyebrow{letter-spacing:3px;color:var(--gold2);font-size:11px;font-weight:800}.hero h1{letter-spacing:-6px;margin:18px 0;font-size:clamp(56px,9vw,110px);line-height:.86}.hero p{max-width:600px;color:var(--muted);font-size:18px;line-height:1.7}.heroVisual{border:1px solid var(--line);background:radial-gradient(circle at 50% 25%,#3b372d 0,#181818 30%,#090909 72%);border-radius:30px;place-items:center;min-height:540px;display:grid;overflow:hidden}.heroVisual img{object-fit:contain;filter:drop-shadow(0 35px 35px #000);width:82%;height:82%}.heroCopy{flex-direction:column;align-items:center;gap:14px;display:flex}.heroCopy strong{letter-spacing:-8px;font-size:clamp(80px,15vw,180px)}.heroCopy small{letter-spacing:4px;color:#aaa}.section{width:min(1200px,92%);margin:auto;padding:85px 0}.sectionHead{justify-content:space-between;align-items:end;margin-bottom:28px;display:flex}.section h2{margin:8px 0;font-size:clamp(34px,5vw,58px)}.grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.card{border:1px solid var(--line);background:linear-gradient(145deg,#151515,#0c0c0c);border-radius:22px;padding:16px;transition:all .25s}.card:hover{border-color:#555;transform:translateY(-6px)}.card img{object-fit:cover;background:#181818;border-radius:16px;width:100%;height:390px}.card h3{margin:15px 0 7px;font-size:21px}.card p{margin:0 0 15px}.price{font-size:20px;font-weight:900}.pill{white-space:nowrap;color:#ccc;letter-spacing:.6px;border:1px solid #3b3b3b;border-radius:999px;flex:none;justify-content:center;align-items:center;width:fit-content;max-width:100%;padding:6px 11px;font-size:11px;line-height:1;display:inline-flex;overflow:visible}.cardBody{padding:4px 2px 10px}.cardActions{align-items:center;gap:8px;display:flex}.cardActions .btn{padding:10px 15px}.features{border-block:1px solid var(--line);grid-template-columns:repeat(4,1fr);padding:25px 0;display:grid}.features div{border-right:1px solid var(--line);padding:10px 20px}.features div:last-child{border:0}.features b{display:block}.features span{color:var(--muted);font-size:13px}.brandStory{grid-template-columns:1fr 1fr;gap:20px;display:grid}.story{border:1px solid var(--line);background:linear-gradient(145deg,#181818,#0a0a0a);border-radius:28px;flex-direction:column;justify-content:end;min-height:350px;padding:38px;display:flex}.story h3{margin:8px 0;font-size:42px}.categoryStrip{flex-wrap:wrap;gap:12px;display:flex}.categoryStrip a{border:1px solid var(--line);border-radius:14px;padding:18px 24px;transition:all .2s}.categoryStrip a:hover{color:var(--gold2);border-color:#555}.productsPage h1,.accountHead h1{margin:8px 0;font-size:clamp(42px,7vw,72px)}.productsHero{justify-content:space-between;align-items:end;gap:25px;margin-bottom:24px;display:flex}.productsHero h1{letter-spacing:-3px;margin:10px 0;font-size:clamp(42px,6vw,72px);line-height:.95}.productsHero p{max-width:620px;margin:0;font-size:15px;line-height:1.6}.productCount{color:#888;white-space:nowrap;font-size:12px}.productsSearch{background:linear-gradient(145deg,#151515,#0b0b0b);border:1px solid #2d2d2d;border-radius:16px;align-items:center;gap:10px;margin:0 0 30px;padding:8px;display:flex;box-shadow:0 15px 45px #0005}.productsSearch input{color:#fff;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;padding:13px 14px}.clearSearch{color:#aaa;background:0 0;border:0;padding:0 10px;font-size:12px}.clearSearch:hover{color:var(--gold2)}.productCard{background:linear-gradient(150deg,#171717 0%,#0b0b0b 75%);border:1px solid #292929;border-radius:24px;padding:0;transition:transform .25s,border-color .25s,box-shadow .25s;overflow:hidden}.productCard:hover{border-color:#4b4435;transform:translateY(-7px);box-shadow:0 22px 60px #0008}.productCardImage{background:radial-gradient(circle at 50% 30%,#353229 0,#171717 38%,#0b0b0b 78%);padding:12px;position:relative}.productCardImage img{object-fit:cover;background:#111;border-radius:17px;width:100%;height:370px;transition:transform .35s;display:block}.productCard:hover .productCardImage img{transform:scale(1.025)}.productBadges{flex-wrap:wrap;gap:7px;max-width:75%;display:flex;position:absolute;top:24px;left:24px}.productBadge{letter-spacing:1.3px;color:#eee;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0add;border:1px solid #454545;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900}.productBadge.offer{color:var(--gold2);background:#17130bdd;border-color:#7b6332}.productBadge.new{border-color:#555}.productCardBody{padding:18px 18px 20px}.productMetaRow{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.productCategory{color:#777;text-transform:uppercase;letter-spacing:1.4px;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.productTitle{display:block}.productTitle h3{color:#f7f7f7;letter-spacing:-.3px;margin:0;font-size:20px;line-height:1.25}.ratingRow{color:#777;align-items:center;gap:8px;margin-top:9px;font-size:11px;display:flex}.stars{color:var(--gold2);align-items:center;gap:4px;display:inline-flex}.priceRow{flex-wrap:wrap;align-items:baseline;gap:9px;margin:14px 0 16px;display:flex}.priceRow .price{color:#fff;font-size:22px;font-weight:950}.oldPrice{color:#777;font-size:13px;text-decoration:line-through}.discountText{letter-spacing:1px;color:#b9d98a;background:#182015;border:1px solid #35432c;border-radius:999px;padding:5px 7px;font-size:10px;font-weight:900}.productMessage{color:#aaa;margin-top:10px;font-size:11px;display:block}.productEmpty{flex-direction:column;align-items:flex-start;gap:10px;min-height:0;display:flex}.productEmpty strong{color:#fff;font-size:24px}.productEmpty span{color:#777;margin-bottom:8px}.heartButton{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#080808dd;border:1px solid #444;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:14px;right:14px}.heartButton:hover,.heartButton.liked{color:#ff7c8d;border-color:#77404a}.productCard .cardActions{grid-template-columns:.75fr 1.25fr;gap:8px;display:grid}.productCard .cardActions .btn{justify-content:center;align-items:center;gap:6px;min-width:0;display:flex}.addBagBtn{white-space:nowrap}.productPage{grid-template-columns:1.05fr .95fr;gap:60px;display:grid}.productMedia img{background:#151515;border-radius:24px;width:100%}.productInfo h1{margin:10px 0 20px;font-size:clamp(38px,5vw,64px);line-height:1}.bigPrice{font-size:32px;font-weight:900}.discount{color:var(--gold);margin-left:8px;font-weight:800}.description{color:var(--muted);margin:25px 0;font-size:17px;line-height:1.7}.choices{flex-wrap:wrap;gap:8px;display:flex}.choices span,.savedAddresses button{color:#fff;background:#111;border:1px solid #333;border-radius:10px;padding:12px 16px}.notice{color:#bbb;border:1px solid #333;border-radius:12px;margin:24px 0;padding:14px}.buyBtn{text-align:center;width:100%;margin-top:18px;display:block}.accountGate{flex-direction:column;justify-content:center;align-items:flex-start;min-height:60vh;display:flex}.profileGrid{grid-template-columns:repeat(4,1fr);gap:14px;margin:30px 0;display:grid}.profileTile{border:1px solid var(--line);background:var(--panel);border-radius:18px;flex-direction:column;gap:8px;padding:22px;transition:all .2s;display:flex}.profileTile:hover{border-color:#555;transform:translateY(-3px)}.tileIcon{font-size:25px}.profileTile>span:not(.tileIcon){font-size:17px;font-weight:850}.profileTile small{color:var(--muted);line-height:1.5}.profileCard{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.profileCard>div{border:1px solid var(--line);background:#0c0c0c;border-radius:16px;flex-direction:column;gap:6px;padding:20px;display:flex}.profileCard strong{font-size:16px}.orderCard{background:var(--panel);border:1px solid var(--line);border-radius:18px;margin:15px 0;padding:22px}.orderCard>div:first-child{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.orderTop{align-items:center;gap:10px;display:flex}.orderItem{border-top:1px solid var(--line);justify-content:space-between;margin-top:12px;padding:12px 0;display:flex}.badge{background:#242424;border-radius:999px;margin-left:7px;padding:5px 9px;font-size:11px;display:inline-block}.checkoutPage{grid-template-columns:1.4fr .8fr;gap:30px;display:grid}.addressForm{grid-template-columns:1fr 1fr;gap:10px;margin:20px 0;display:grid}.addressForm input{border:1px solid var(--line);color:#fff;background:#111;border-radius:10px;padding:15px}.savedAddresses{gap:10px;display:grid}.savedAddresses button{text-align:left;flex-direction:column;align-items:flex-start;gap:5px;display:flex}.savedAddresses button.selected{border-color:var(--gold)}.checkoutSide{background:var(--panel);border:1px solid var(--line);border-radius:20px;height:max-content;padding:25px}.upiBox{border:1px solid var(--line);border-radius:14px;margin:15px 0;padding:18px}.upiBox strong{margin:8px 0;display:block}.txInput{color:#fff;border:1px solid var(--line);background:#080808;border-radius:10px;width:100%;padding:15px}.cartPage{grid-template-columns:1.4fr .7fr;gap:30px;display:grid}.cartItem{border-bottom:1px solid var(--line);gap:18px;padding:18px 0;display:flex}.cartItem img{object-fit:cover;border-radius:12px;width:110px;height:140px}.form{background:var(--panel);border:1px solid var(--line);border-radius:20px;width:min(450px,92%);margin:70px auto;padding:35px}.form h1{margin:10px 0 12px}.input{color:#fff;border:1px solid var(--line);background:#080808;border-radius:10px;width:100%;margin:9px 0;padding:15px;display:block}.form .btn{width:100%;margin-top:12px}.googleBtn{color:#111;background:#fff;border:1px solid #444;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 16px;font-weight:800;transition:all .2s;display:flex}.googleBtn:hover{border-color:#777;transform:translateY(-1px)}.googleIcon{color:#4285f4;place-items:center;width:22px;height:22px;font-size:18px;font-weight:950;display:grid}.authDivider{color:#777;letter-spacing:2px;align-items:center;gap:12px;margin:18px 0;font-size:11px;display:flex}.authDivider:before,.authDivider:after{content:"";background:#2d2d2d;flex:1;height:1px}.form .muted a{color:var(--gold2)}.termsCheck{color:#aaa;align-items:flex-start;gap:10px;margin:15px 0;font-size:13px;line-height:1.55;display:flex}.termsCheck input{width:18px;height:18px;accent-color:var(--gold);flex:none;margin-top:1px}.textLink{color:var(--gold2);font:inherit;background:0 0;border:0;padding:0;text-decoration:underline}.textLink:hover{color:#fff}.drawerBackdrop{z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;border:0;position:fixed;inset:0}.sideDrawer{z-index:90;background:#0d0d0d;border-right:1px solid #2b2b2b;flex-direction:column;width:min(350px,88vw);padding:24px 20px;transition:transform .25s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-105%);box-shadow:25px 0 70px #0008}.sideDrawer.open{transform:translate(0)}.drawerHead{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:4px 4px 22px;display:flex}.drawerHead strong{margin-top:6px;font-size:18px;display:block}.drawerNav{flex-direction:column;gap:5px;padding-top:18px;display:flex;overflow:auto}.drawerLabel{letter-spacing:2.5px;color:#777;margin:14px 8px 6px;font-size:10px;font-weight:800}.drawerNav a,.drawerLogout{color:#ccc;font:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:11px;align-items:center;gap:13px;padding:13px 12px;display:flex}.drawerNav a:hover,.drawerNav a.active{color:var(--gold2);background:#181818;border-color:#2f2f2f}.drawerLogout{cursor:pointer;color:#ff9b9b;width:100%;margin-top:10px}.drawerLogout:hover{background:#1b1111;border-color:#442626}.drawerFooter{border-top:1px solid var(--line);color:#aaa;flex-direction:column;gap:5px;margin-top:auto;padding:18px 8px 5px;display:flex}.drawerFooter span{color:#fff;letter-spacing:3px;font-weight:800}.drawerFooter small{font-size:11px}.legalOverlay{z-index:120;background:#000b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.legalModal{background:#111;border:1px solid #333;border-radius:20px;width:min(650px,96vw);max-height:88vh;padding:25px;overflow:auto;box-shadow:0 30px 100px #000}.legalModalHead{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:18px;display:flex}.legalModalHead h2{margin:8px 0 0;font-size:28px}.legalContent{color:#ddd;padding-top:18px;line-height:1.7}.legalContent h3{color:#fff;margin:20px 0 6px}.legalContent p{margin:8px 0}.simplePage{max-width:1000px}.simplePage h1{margin:10px 0 22px;font-size:clamp(42px,7vw,74px);line-height:1}.simplePage h2{margin-top:40px;font-size:28px}.simplePage p{max-width:780px;line-height:1.8}.simplePage .lead{color:#ccc;max-width:760px;font-size:19px}.supportCards{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:35px;display:grid}.infoCard{border:1px solid var(--line);background:var(--panel);border-radius:18px;flex-direction:column;gap:10px;padding:24px;display:flex}.infoCard:hover{border-color:#555}.infoCard span{color:var(--muted);line-height:1.5}.contactOnly{border:1px solid var(--line);background:var(--panel);border-radius:18px;flex-direction:column;gap:8px;width:min(600px,100%);margin-top:30px;padding:25px;display:flex}.contactOnly a{color:var(--gold2);word-break:break-word;font-size:22px}.contactOnly small{color:#777}.adminPage{width:min(1250px,94%);margin:50px auto}.adminTop{justify-content:space-between;align-items:end;gap:20px;display:flex}.stats{grid-template-columns:repeat(4,1fr);gap:15px;margin:25px 0;display:grid}.stat{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:20px}.stat strong{margin-top:8px;font-size:30px;display:block}.adminRow{background:var(--panel);border:1px solid var(--line);border-radius:18px;margin:12px 0;padding:18px}.actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.footer{border-top:1px solid var(--line);color:#999;background:#090909;grid-template-columns:minmax(280px,2fr) minmax(150px,1fr) minmax(110px,.7fr);align-items:start;gap:26px;margin-top:0;padding:38px 5% 22px;display:grid}.footerBrand{flex-direction:column;gap:7px;max-width:330px;display:flex}.footerLogo{color:#fff;letter-spacing:3px;font-size:18px;font-weight:900}.footerBrand p{color:#aaa;margin:0;font-size:13px;line-height:1.7}.footerBrand small{color:#707070;font-size:12px;line-height:1.55}.footerCol{flex-direction:column;gap:9px;font-size:12px;display:flex}.footerCol b{letter-spacing:2px;color:#eee;margin-bottom:3px;font-size:10px}.footerCol a{color:#999;align-items:center;gap:7px;min-height:26px;transition:all .2s;display:flex}.footerCol a:hover{color:var(--gold2)}.footerBottom{color:#666;border-top:1px solid #202020;grid-column:1/-1;justify-content:space-between;gap:15px;padding-top:16px;font-size:11px;display:flex}.footerBottom div{gap:16px;display:flex}.footerBottom a:hover,.footer a:hover{color:var(--gold2)}.error{color:#f77}.empty{color:var(--muted);border:1px dashed #333;border-radius:16px;padding:35px}@media (max-width:850px){.header{grid-template-columns:auto 1fr auto;gap:12px;height:70px;padding:0 4%}.menuButton{grid-column:1}.logo{letter-spacing:4px;grid-column:2;font-size:20px}.header .search{display:none}.headerActions{grid-column:3;gap:13px;font-size:13px}.headerActions a:first-child{display:none}.hero{grid-template-columns:1fr;padding:50px 0}.heroVisual{min-height:420px}.grid,.features{grid-template-columns:repeat(2,1fr)}.brandStory{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.productPage,.checkoutPage,.cartPage,.addressForm{grid-template-columns:1fr}.profileGrid{grid-template-columns:repeat(2,1fr)}.supportCards{grid-template-columns:1fr 1fr}.productsHero{flex-direction:column;align-items:flex-start;gap:8px}.productsSearch{margin-bottom:22px}.productCardImage img{height:340px}.footer{grid-template-columns:2fr 1fr 1fr;gap:22px;padding:32px 5% 18px}.footerBrand{grid-column:1/-1;max-width:100%}}@media (max-width:560px){.header{grid-template-columns:auto 1fr auto;height:70px}.menuButton{width:42px;height:42px}.logo{letter-spacing:4px;font-size:20px}.headerActions{gap:12px;font-size:12px}.hero h1{letter-spacing:-3px}.heroVisual{min-height:350px}.grid,.features{grid-template-columns:1fr}.features div{border-right:0;border-bottom:1px solid var(--line)}.features div:last-child{border-bottom:0}.footer{grid-template-columns:1fr 1fr;gap:24px;padding:30px 5% 18px}.footerBrand{grid-column:1/-1}.footerBottom{flex-direction:column;grid-column:1/-1;gap:10px}.footerBottom div{gap:16px}.profileGrid,.profileCard,.supportCards{grid-template-columns:1fr}.profileTile{padding:18px}.legalModal{padding:20px}.simplePage h1,.productsHero h1{font-size:48px}.productsSearch{border-radius:14px;padding:6px}.productsSearch .btn{padding:11px 15px}.productCardImage img{height:320px}.productCard .cardActions{grid-template-columns:1fr}.footerCol a{min-height:28px}}.success{color:#b9d98a}.panel{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:20px}.securityBox{border-top:1px solid var(--line);margin-top:15px;padding-top:15px}.addressList{gap:12px;display:grid}.productGallery{grid-template-columns:86px 1fr;align-items:start;gap:12px;display:grid}.galleryMain{border:1px solid var(--line);background:#151515;border-radius:24px;overflow:hidden}.galleryMain img{object-fit:cover;width:100%;height:min(650px,70vh);display:block}.galleryThumbs{flex-direction:column;gap:10px;max-height:min(650px,70vh);display:flex;overflow:auto}.galleryThumbs button{background:#111;border:1px solid #333;border-radius:12px;padding:0;overflow:hidden}.galleryThumbs button.active{border-color:var(--gold)}.galleryThumbs img{object-fit:cover;width:84px;height:100px;display:block}@media (max-width:850px){.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.productGallery{grid-template-columns:64px 1fr}.galleryThumbs img{width:62px;height:76px}.galleryMain img{height:60vh}}@media (max-width:560px){.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.productCardImage{padding:7px}.productCardImage img{height:245px}.productCardBody{padding:10px}.productTitle h3{font-size:15px}.priceRow .price{font-size:18px}.cardActions{grid-template-columns:1fr}.productGallery{grid-template-columns:54px 1fr}.galleryThumbs img{width:52px;height:64px}.galleryMain img{height:52vh}}.chatBox{background:#0000002e;border:1px solid #ffffff1f;border-radius:14px;margin-top:14px;padding:14px}.chatMessages{flex-direction:column;gap:8px;max-height:320px;margin:10px 0;display:flex;overflow:auto}.chatMsg{background:#ffffff0f;border-radius:10px;padding:10px}.chatMsg p{margin:4px 0}.chatBox textarea,.chatBox input{width:100%;color:inherit;background:0 0;border:1px solid #ffffff26;border-radius:9px;margin:6px 0;padding:10px}.choices button.selected,.savedAddresses button.selected{outline:2px solid}.notice{border-radius:10px;margin:10px 0;padding:10px}.homePage{overflow:hidden}.homeHero{min-height:calc(100vh - 78px);padding-top:55px;padding-bottom:55px}.heroContent{align-self:center}.heroContent h1{letter-spacing:-7px;margin:22px 0 28px;font-size:clamp(62px,10vw,122px);font-weight:900;line-height:.82}.heroContent p{max-width:650px}.homeDropVisual{border-radius:32px;min-height:560px;position:relative}.homeDropVisual:before{content:"";filter:blur(8px);background:radial-gradient(circle,#4a4437 0,#211f1b 25%,#0000 70%);border-radius:50%;position:absolute;inset:14%}.homeDropVisual .heroCopy{z-index:1;position:relative}.homeDropVisual .heroCopy strong{letter-spacing:-9px;font-size:clamp(88px,13vw,170px)}.homeDropVisual .heroCopy small{color:#ddd;font-size:18px}.homeDropVisual .heroCopy span{color:#999;letter-spacing:4px;font-size:10px}.homeFeatureSection{padding-top:65px}.homeProductEmpty{border:1px solid var(--line);background:radial-gradient(circle at 50% 30%,#29251e 0,#111 42%,#090909 78%);border-radius:26px;flex-direction:column;justify-content:center;min-height:0;padding:42px;display:flex}.homeProductEmpty strong{margin-bottom:10px;font-size:clamp(28px,5vw,52px)}.homeProductEmpty span{color:#888;margin-bottom:24px}.homeProductEmpty .btn{width:fit-content}.homeStory{min-height:460px}.homeStory h3{letter-spacing:-4px;font-size:clamp(40px,6vw,70px);line-height:.9}.homeStory p{max-width:520px;line-height:1.7}.storyDark{background:radial-gradient(circle at 70% 25%,#302b20 0,#151515 32%,#090909 72%)}@media (max-width:820px){.hero.homeHero{width:100%;min-height:auto;padding:78px 28px 35px;display:block}.heroContent h1{letter-spacing:-6px;margin-top:22px;font-size:clamp(64px,18vw,102px)}.heroContent p{font-size:17px;line-height:1.65}.homeDropVisual{border-radius:28px;min-height:470px;margin-top:72px}.homeDropVisual .heroCopy strong{font-size:100px}.section{width:calc(100% - 56px);padding:60px 0}.sectionHead{align-items:flex-start;gap:18px}.sectionHead h2{font-size:38px}.features{grid-template-columns:repeat(2,1fr)}.features div{border-bottom:1px solid var(--line)}.features div:nth-child(2){border-right:0}.features div:nth-child(3),.features div:nth-child(4){border-bottom:0}.brandStory{grid-template-columns:1fr}.homeStory{min-height:390px}.categoryStrip{grid-template-columns:1fr 1fr;display:grid}.categoryStrip a{padding:16px}}@media (max-width:520px){.homeHero{padding-left:28px!important;padding-right:28px!important}.heroContent h1{font-size:69px;line-height:.86}.cta .btn{padding:14px 20px}.homeDropVisual{min-height:430px}.homeDropVisual .heroCopy strong{font-size:82px}.homeProductEmpty{min-height:0;padding:28px}.sectionHead{display:block}.sectionHead>a{margin-top:12px;display:inline-block}.features{grid-template-columns:1fr 1fr}.features div{padding:12px}.features b{font-size:12px}.features span{font-size:11px}}.aboutNotes{width:100%;padding:75px 0 35px}.aboutNotes h2{max-width:760px;margin-bottom:28px}.aboutClosing{min-height:320px;margin-top:35px}@media (max-width:560px){.aboutNotes{padding-top:55px}.aboutClosing{min-height:280px;padding:28px}}.homeProductGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.productImageFallback{color:#777;letter-spacing:4px;background:linear-gradient(145deg,#1a1a1a,#0b0b0b);border-radius:16px;place-items:center;width:100%;height:100%;min-height:0;font-weight:900;display:grid;overflow:hidden}.productImageFallback img{object-fit:cover;width:100%;height:100%}.productDetailPage{color:#222;background:#fff;min-height:100vh;padding-bottom:110px}.productDetailTop{grid-template-columns:1fr .9fr;gap:38px;width:min(1200px,94%);margin:auto;padding:28px 0 40px;display:grid}.detailGallery{position:relative}.galleryToolbar{z-index:4;flex-direction:column;gap:10px;display:flex;position:absolute;top:14px;right:14px}.detailIcon{color:#222;background:#fff;border:1px solid #ddd;border-radius:13px;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 4px 18px #0001}.swipeGallery{touch-action:pan-y;-webkit-user-select:none;user-select:none;background:#eee;border-radius:22px;position:relative;overflow:hidden}.swipeGallery>img{object-fit:cover;width:100%;height:min(720px,75vh);display:block}.noImage{color:#888;letter-spacing:3px;background:#eee;place-items:center;min-height:320px;font-weight:900;display:grid}.ratingBadge{color:#198754;background:#fff;border-radius:12px;align-items:center;gap:5px;padding:9px 12px;font-weight:800;display:flex;position:absolute;bottom:18px;left:18px;box-shadow:0 3px 14px #0002}.ratingBadge span{color:#666;font-weight:500}.galleryArrow{color:#111;background:#fff9;border:0;border-radius:50%;width:40px;height:40px;font-size:30px;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.galleryArrow.left{left:12px}.galleryArrow.right{right:12px}.galleryDots{gap:5px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.galleryDots span{background:#fff8;border-radius:50%;width:6px;height:6px}.galleryDots span.active{background:#222;border-radius:8px;width:18px}.detailThumbs{scrollbar-width:none;gap:8px;padding-top:10px;display:flex;overflow:auto}.detailThumbs button{background:#eee;border:2px solid #0000;border-radius:10px;flex:none;padding:0;overflow:hidden}.detailThumbs img{object-fit:cover;width:66px;height:76px;display:block}.productDetailInfo{align-self:start;padding:18px 0;position:sticky;top:20px}.productDetailInfo h1{color:#171717;letter-spacing:-2px;margin:10px 0 18px;font-size:clamp(36px,5vw,64px);line-height:1.02}.detailPrice{flex-wrap:wrap;align-items:baseline;gap:12px;margin:8px 0 18px;display:flex}.detailPrice .bigPrice{color:#171717;font-size:32px}.detailPrice del{color:#888;font-size:20px}.detailPrice b{color:#198754;font-size:18px}.optionBlock{margin:24px 0}.optionBlock h3{margin:0 0 12px;font-size:17px}.optionBlock h3 span{color:#777;margin-left:8px;font-weight:500}.optionBlock h3 a{color:#2166d1;margin-left:8px;font-size:14px}.colorChoices,.sizeChoices{flex-wrap:wrap;gap:10px;display:flex}.colorChoices button,.sizeChoices button{color:#222;background:#fff;border:1px solid #d3d3d3;border-radius:12px;align-items:center;gap:8px;padding:10px 14px;display:flex}.colorDot{border:1px solid #bbb;border-radius:50%;width:20px;height:20px;display:block}.sizeChoices button{justify-content:center;min-width:62px;font-size:16px}.fixedPriceNotice{color:#555;background:#f7f7f7;border:1px solid #ddd;border-radius:14px;margin:22px 0;padding:14px}.detailBuy{color:#171717;background:#f4cc18;border:0;border-radius:999px;width:100%;padding:17px;font-size:18px;font-weight:900}.deliveryStrip{color:#555;border-block:1px solid #eee;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:8px;padding:14px 0;display:grid}.deliveryStrip span{text-align:center}.detailAccordion{border-bottom:1px solid #e8e8e8}.accordionHead{color:#222;text-align:left;background:#fff;border:0;justify-content:space-between;align-items:center;width:100%;padding:22px 0;display:flex}.accordionHead span{flex-direction:column;gap:4px;display:flex}.accordionHead b{font-size:25px}.accordionHead small{color:#777;font-size:14px}.accordionBody{padding:0 0 24px}.highlightsGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.highlightsGrid div{border-bottom:1px solid #eee;flex-direction:column;gap:4px;padding:8px 0;display:flex}.highlightsGrid span{color:#777}.highlightsGrid b{font-size:18px}.detailText{color:#555;line-height:1.7}.reviewSummary{align-items:center;gap:16px;display:flex}.reviewSummary strong{color:#198754;font-size:30px}.reviewSummary span{color:#666}.reviewCard,.emptyReview{background:#f7f7f7;border-radius:16px;margin-top:18px;padding:18px}.recentlyViewed{padding:28px 0}.recentlyViewed h2{font-size:25px}.recentCard{width:180px}.recentCard img{object-fit:cover;background:#eee;border-radius:14px;width:180px;height:220px;display:block}.recentCard span{margin-top:8px;font-weight:700;display:block}.stickyBuyBar{z-index:100;background:#fff;border-top:1px solid #ddd;grid-template-columns:1fr 1fr;gap:12px;padding:10px max(18px,50% - 600px);display:grid;position:fixed;bottom:0;left:0;right:0}.stickyBuyBar button{background:#fff;border:1px solid #ccc;border-radius:999px;padding:16px;font-size:16px;font-weight:900}.stickyBuyBar .stickyBuy{background:#f4cc18;border-color:#f4cc18}.paymentHint{color:#777;margin:8px 0;font-size:12px;display:block}@media (max-width:850px){.productDetailTop{grid-template-columns:1fr;gap:18px;padding-top:0}.productDetailInfo{position:static}.swipeGallery>img{height:70vh}.homeProductGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.homeProductGrid .productCardImage img{height:260px}.homeProductGrid .productCardBody{padding:10px}.homeProductGrid .productTitle h3{font-size:14px}.homeProductGrid .priceRow .price{font-size:17px}.homeProductGrid .productCard .cardActions{grid-template-columns:1fr}.deliveryStrip{grid-template-columns:1fr 1fr 1fr;font-size:13px}}@media (max-width:560px){.productDetailPage{padding-bottom:90px}.productDetailTop,.detailSections{width:100%}.productDetailInfo{padding:18px 18px 10px}.productDetailInfo h1{font-size:35px}.detailGallery{width:100%}.swipeGallery{border-radius:0}.swipeGallery>img{height:68vh;min-height:480px}.detailThumbs{padding:8px 12px}.detailSections{padding:0 18px}.deliveryStrip{gap:6px;font-size:11px}.accordionHead b{font-size:21px}.highlightsGrid{gap:12px}.highlightsGrid b{font-size:16px}.stickyBuyBar{padding:9px 14px}.stickyBuyBar button{padding:14px 10px;font-size:15px}.homeProductGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.homeProductGrid .productCard{border-radius:14px}.homeProductGrid .productCardImage{padding:5px}.homeProductGrid .productCardImage img{border-radius:10px;height:180px}.homeProductGrid .productCardBody{padding:7px}.homeProductGrid .productMetaRow,.homeProductGrid .ratingRow,.homeProductGrid .cardActions{display:none}.homeProductGrid .productTitle h3{font-size:12px;line-height:1.2}.homeProductGrid .priceRow{gap:4px;margin:7px 0 2px}.homeProductGrid .priceRow .price{font-size:14px}.homeProductGrid .oldPrice{font-size:9px}.homeProductGrid .discountText{padding:3px 4px;font-size:8px}}:root{--bg:#050505;--panel:#0d0d0d;--panel2:#121212;--line:#292929;--text:#f7f3e8;--muted:#999;--gold:#d7ad55;--gold2:#f3d48c}body{color:var(--text);background:radial-gradient(circle at 80% -10%,#2a2418 0,#080808 28%,#050505 70%)}.btn,.btn.secondary,.linkButton{border-color:var(--gold)}.btn.secondary{color:var(--gold2);background:0 0}.btn.secondary:hover{background:#17130b}button.btn{box-shadow:inset 0 0 0 1px #d7ad5520}.productCard .cardActions{grid-template-columns:1fr 1fr}.productCard .cardActions .btn{border-color:var(--gold)}.productsPage .productCard{grid-template-columns:minmax(300px,520px) 1fr;align-items:stretch;display:grid}.productsPage .productCardImage{min-height:0}.productsPage .productCardImage .productImageFallback{height:100%;min-height:0}.productsPage .productCardBody{flex-direction:column;justify-content:center;padding:30px;display:flex}.productsPage .productTitle h3{font-size:28px}.imageBrandFallback,.detailImageFallback{width:100%;height:100%;min-height:245px;color:var(--gold2);letter-spacing:8px;background:radial-gradient(circle at 50% 30%,#282318 0,#111 40%,#080808 78%);place-items:center;font-size:34px;font-weight:950;display:grid}.productImageFallback img{object-fit:cover;width:100%;height:100%;display:block}.productImageFallback{background:#0c0c0c}.productDetailTop{background:0 0}.swipeGallery{border:1px solid var(--line);background:radial-gradient(circle at 50% 25%,#282318 0,#111 40%,#070707 80%)}.swipeGallery>img,.swipeGallery>.detailImageFallback{object-fit:cover;width:100%;height:min(720px,75vh);min-height:360px}.detailImageFallback{font-size:46px}.detailIcon{color:#fff;box-shadow:none;background:#101010;border-color:#3a3326}.ratingBadge{color:var(--gold2);box-shadow:none;background:#101010;border:1px solid #3a3326}.productDetailInfo .description,.detailText,.reviewSummary span,.recentCard span{color:#aaa}.productDetailInfo .eyebrow{color:var(--gold2)}.detailThumbs button{background:#0b0b0b;border-color:#333}.fixedPriceNotice,.notice{color:#c8c0af;background:#0b0b0b;border-color:#3b3325}.detailBuy,.stickyBuyBar .stickyBuy{border:1px solid var(--gold);color:#080808;background:linear-gradient(135deg,#f1d18a,#c99e45)}.stickyBuyBar{background:#080808;border-color:#3b3325;grid-template-columns:1fr}.stickyBuyBar button{border-color:var(--gold);color:var(--gold2);background:#0b0b0b}.recentCard img{background:#111}.statusBadge{border:1px solid;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:900}.statusBadge.pending{color:#f1d18a;background:#241d0e;border-color:#80692e}.orderCardLink{color:inherit;transition:all .2s;display:block}.orderCardLink:hover{border-color:var(--gold);transform:translateY(-2px)}.orderDetailsHint{color:var(--gold2);letter-spacing:1.5px;margin-top:14px;font-size:11px;display:block}.orderDetailPage h1{word-break:break-word}.largeStatus{border:1px solid var(--gold);color:var(--gold2);border-radius:999px;margin:5px 0 24px;padding:9px 14px;font-weight:900;display:inline-block}.trackingPanel{background:var(--panel);border:1px solid var(--line);border-radius:22px;margin:10px 0 20px;padding:24px}.timeline{grid-template-columns:repeat(4,1fr);gap:8px;margin:25px 0;display:grid}.timelineStep{color:#666;flex-direction:column;gap:7px;display:flex;position:relative}.timelineDot{color:#080808;border:1px solid #444;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.timelineReject{color:#f99;border:1px solid #653939;border-radius:12px;padding:15px}.orderDetailGrid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.backLink{color:var(--gold2);margin-bottom:20px;display:inline-block}.pageSkeleton{min-height:60vh}.skeletonTitle,.skeletonCard{background:linear-gradient(90deg,#101010,#1b1b1b,#101010) 0 0/200% 100%;border-radius:18px;animation:1.4s infinite vyrostyloraShimmer}.skeletonTitle{width:55%;height:50px;margin:20px 0}.skeletonCard{height:160px;margin:15px 0}@keyframes vyrostyloraShimmer{to{background-position:-200% 0}}.addressMode{gap:10px;margin:16px 0;display:flex}.addressMode button{color:#aaa;background:#0b0b0b;border:1px solid #3b3325;border-radius:999px;flex:1;padding:13px;font-weight:800}.addressActions{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px;display:flex}.addressActions .muted{font-size:12px}.savedAddresses button{border-color:#333}.savedAddresses button.selected{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold) inset}.cartItem .linkButton{border:1px solid var(--gold);color:var(--gold2);border-radius:999px;padding:8px 12px}.cartItem .linkButton:hover{background:#18130b}@media (max-width:850px){.productsPage .productCard{grid-template-columns:1fr}.productsPage .productCardImage,.productsPage .productCardImage .productImageFallback{min-height:0}.productsPage .productCardBody{padding:20px}.timeline{grid-template-columns:1fr 1fr;gap:18px}.orderDetailGrid{grid-template-columns:1fr}}@media (max-width:560px){.productsPage>.grid{gap:16px}.productsPage .productCardImage,.productsPage .productCardImage .productImageFallback{min-height:0}.productsPage .productTitle h3{font-size:22px}.productsPage .productCardBody{padding:16px}.productCard .cardActions,.timeline{grid-template-columns:1fr 1fr}.swipeGallery>img,.swipeGallery>.detailImageFallback{height:58vh;min-height:360px}.detailImageFallback{font-size:38px}.stickyBuyBar{padding:10px 16px}}button:not(.menuButton):not(.heartButton){border-color:var(--gold)}.productDetailPage{color:#f4f0e8!important;background:#050505!important}.productDetailTop,.detailSections{color:#f4f0e8!important}.productDetailInfo h1{text-shadow:0 0 18px #e2b54c1a;color:#f7f2e8!important;opacity:1!important;visibility:visible!important}.productDetailInfo .eyebrow{letter-spacing:4px;font-weight:800;color:#e2b54c!important}.detailPrice .bigPrice{color:#f7f2e8!important}.detailPrice del{color:#9a968e!important}.detailPrice b{color:#2fb56f!important}.productDetailInfo .description{color:#d2cdc3!important}.optionBlock h3{color:#eee8dd!important}.optionBlock h3 span{color:#aaa49a!important}.colorChoices button,.sizeChoices button{color:#f4f0e8!important;background:#0b0b0b!important;border:1px solid #b98b2e!important}.colorChoices button.selected,.sizeChoices button.selected{border-color:#f0c96a!important;box-shadow:0 0 0 1px #f0c96a,0 0 18px #f0c96a1f!important}.fixedPriceNotice{color:#cfc8bc!important;background:#0b0b0b!important;border-color:#5b461f!important}.detailBuy{box-shadow:0 8px 28px #cd9d3729;color:#080808!important;background:linear-gradient(135deg,#f5d47c,#c99732)!important;border:1px solid #f3d486!important}.detailSections{width:min(1200px,94%);margin:0 auto}.productDescriptionOnly{background:#090909;border:1px solid #5a431c;border-radius:20px;margin:8px 0 40px;overflow:hidden;box-shadow:0 10px 35px #00000059}.productDescriptionHead{color:#f2ca70;letter-spacing:1.5px;background:linear-gradient(90deg,#100d07,#0a0a0a);border-bottom:1px solid #4d391b;padding:20px 22px;font-size:22px;font-weight:900}.productDescriptionBody{color:#d7d0c4;padding:22px;line-height:1.75}.productDescriptionBody p{color:#ddd6ca;margin:0 0 16px}.productDescriptionBody ul{margin:0 0 18px;padding-left:20px}.productDescriptionBody li{color:#c9c1b3;margin:7px 0}.productMeta{border-top:1px solid #292218;justify-content:space-between;gap:20px;padding:12px 0;display:flex}.productMeta span{color:#8f887d}.productMeta b{color:#e5bc61}.productDetailPage .stickyBuyBar{display:none!important}@media (max-width:560px){.productDetailInfo h1{color:#fff8ec!important;letter-spacing:-.8px!important;margin-top:10px!important;font-size:35px!important;line-height:1.08!important}.productDescriptionOnly{margin:10px 18px 35px}.productDescriptionHead{padding:17px;font-size:18px}.productDescriptionBody{padding:18px}}.productsPage>.grid,.homeProductGrid,.homeTrendingGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.productCardImage img{object-fit:cover;width:100%;height:100%}.homeTrendingGrid .productCard{border:1px solid #3b2f1d;box-shadow:0 10px 30px #00000040}.homeTrendingGrid .productCardImage{aspect-ratio:1}.homeTrendingGrid .productTitle h3{font-size:18px}.customerRatingBox,.sizeChartBox{background:#090909;border:1px solid #5a431c;border-radius:20px;margin:12px 0 28px;overflow:hidden}.customerRatingBox{padding:20px}.customerRatingBox h2{color:#f2ca70;align-items:center;gap:8px;margin:8px 0 18px;display:flex}.customerRatingBox h2 small{color:#888;font-size:13px}.reviewForm{gap:10px;display:grid}.starSelect{gap:4px;display:flex}.starSelect button{color:#666!important;box-shadow:none!important;background:0 0!important;border:0!important;padding:3px!important}.starSelect button.on{color:#f2ca70!important}.reviewForm textarea{resize:vertical;color:#eee;background:#0b0b0b;border:1px solid #3b3325;border-radius:12px;min-height:80px;padding:12px}.smallBuy{width:max-content;padding:13px 18px!important}.reviewLoad{color:#e2b54c;background:#0b0b0b;border:1px solid #5b461f;border-radius:999px;margin-top:14px;padding:10px 15px}.reviewItem{color:#cfc8bc;border-top:1px solid #292218;gap:12px;padding:13px 0;display:flex}.reviewItem b{color:#f2ca70;white-space:nowrap}.sizeChartLink{color:#e5bc61;font:inherit;letter-spacing:.06em;cursor:pointer;background:0 0;border:1px solid #5b461f;border-radius:999px;margin-left:auto;padding:7px 12px;font-size:12px;font-weight:800}.sizeChartPhotoButton{cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;display:block}.sizeChartPhoto{object-fit:contain;border-radius:16px;width:100%;max-height:520px;display:block}.sizeChartPhotoModal{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d1;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.sizeChartPhotoModalInner{justify-content:center;align-items:center;width:min(920px,100%);max-height:92vh;display:flex;position:relative}.sizeChartPhotoFull{object-fit:contain;border-radius:14px;max-width:100%;max-height:88vh;display:block}.sizeChartPhotoClose{z-index:2;color:#f2ca70;cursor:pointer;background:#090909;border:1px solid #e5bc61;border-radius:50%;width:38px;height:38px;font-size:25px;line-height:1;position:absolute;top:-12px;right:-4px}.relatedProducts{margin:34px 0 50px}.relatedGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.relatedCard{color:inherit;background:#090909;border:1px solid #3b2f1d;border-radius:16px;padding:8px;display:block}.relatedCard img{aspect-ratio:1;object-fit:cover;background:#111;border-radius:11px;width:100%;display:block}.relatedCard b,.relatedCard span{padding:7px 5px 0;display:block}.relatedCard span{color:#e2b54c;padding-bottom:8px;font-weight:800}@media (max-width:560px){.productsPage>.grid,.homeProductGrid,.homeTrendingGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.productsPage .productCardBody{padding:10px}.productsPage .productTitle h3{font-size:15px;line-height:1.2}.productsPage .priceRow .price{font-size:15px}.productsPage .productCard .cardActions{grid-template-columns:1fr}.productsPage .productCard .addBagBtn{display:none}.homeTrendingGrid .productTitle h3{font-size:14px}.homeTrendingGrid .productCardBody{padding:9px}.relatedGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.contactChatPage{max-width:760px;flex:none!important;min-height:0!important;padding-bottom:34px!important}.contactChat{gap:10px;max-height:55vh;margin:20px 0;display:grid;overflow:auto}.contactBubble{background:#0b0b0b;border:1px solid #3b3325;border-radius:15px;gap:5px;max-width:85%;padding:12px 14px;display:grid}.contactBubble.customer{border-color:#5b461f;justify-self:end}.contactBubble.admin{justify-self:start}.contactBubble span{color:#ddd;white-space:pre-wrap}.contactBubble img{border-radius:10px;max-width:260px;max-height:260px}.contactChatPage textarea{color:#eee;background:#0b0b0b;border:1px solid #5b461f;border-radius:14px;width:100%;min-height:100px;margin:8px 0;padding:13px}.contactChatPage input[type=file]{color:#bbb;margin:8px 0 15px}.galleryImageMotion{will-change:transform,opacity;width:100%;height:min(720px,75vh);display:block}.galleryImageMotion.next{animation:.34s cubic-bezier(.22,.61,.36,1) vyrostyloraGalleryNext}.galleryImageMotion.prev{animation:.34s cubic-bezier(.22,.61,.36,1) vyrostyloraGalleryPrev}@keyframes vyrostyloraGalleryNext{0%{opacity:.45;transform:translate(28px)scale(.985)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes vyrostyloraGalleryPrev{0%{opacity:.45;transform:translate(-28px)scale(.985)}to{opacity:1;transform:translate(0)scale(1)}}.compactRating{margin:14px 0 8px;padding:0}.compactRatingLabel{color:#aaa196;letter-spacing:1.2px;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.compactRatingStars{align-items:center;gap:2px;display:flex}.compactRatingStars button{color:#5f5a53;box-shadow:none;cursor:pointer;background:0 0;border:0;margin:0;padding:3px}.compactRatingStars button.on{color:#f2ca70}.compactRatingStars .compactRatingSubmit{color:#e9c36b;letter-spacing:.6px;border:1px solid #5a431c;border-radius:999px;margin-left:7px;padding:5px 11px;font-size:11px;font-weight:800}.compactRatingMsg{color:#aaa196;margin-top:5px;font-size:11px;display:block}.plainProductDescription{color:#d7d0c4;margin:18px 0 0;padding:0;line-height:1.75}.plainProductDescriptionTitle{color:#f2ca70;letter-spacing:1.8px;margin-bottom:7px;font-size:12px;font-weight:900}.plainProductDescription p{color:#d7d0c4;white-space:pre-wrap;margin:0}.plainProductDescription ul{margin:10px 0 0;padding-left:20px}.plainProductDescription li{color:#c9c1b3;margin:5px 0}.wishlistPage .wishlistGrid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:20px;display:grid}.wishlistPage .wishlistCard{min-width:0;overflow:hidden}.wishlistPage .wishlistCard img{aspect-ratio:1;object-fit:cover;background:#111;width:100%;display:block}.wishlistPage .wishlistCard .cardBody{padding:16px}.wishlistPage .wishlistCard .cardBody h3{margin:0 0 8px;font-size:18px;line-height:1.25}.wishlistPage .wishlistCard .cardActions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.quantityBlock{border-block:1px solid #292218;justify-content:space-between;align-items:center;gap:14px;margin:18px 0;padding:12px 0;display:flex}.quantityLabel,.checkoutOptionTitle{letter-spacing:1.8px;text-transform:uppercase;color:var(--gold2);font-size:12px;font-weight:800}.quantityStepper{background:#0b0b0b;border:1px solid #5a431c;border-radius:12px;align-items:center;min-height:42px;display:inline-flex;overflow:hidden}.quantityStepper button{width:42px;height:42px;color:var(--gold2);cursor:pointer;background:0 0;border:0;font-size:22px;font-weight:700}.quantityStepper span{text-align:center;color:#f7f3e8;min-width:42px;font-weight:800}.checkoutVariantBox{background:#0b0b0b;border:1px solid #332a1e;border-radius:16px;margin:14px 0;padding:15px}.checkoutOptionTitle{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.checkoutOptionTitle span{color:#f7f3e8;letter-spacing:0;text-transform:none;font-size:14px}.checkoutVariantBox .sizeChoices,.checkoutVariantBox .choices{flex-wrap:wrap;gap:8px;display:flex}.checkoutVariantBox .sizeChoices button,.checkoutVariantBox .choices button{color:#ddd;background:#101010;border:1px solid #4b3a22;border-radius:10px;min-width:54px;padding:10px 14px}.checkoutVariantBox .sizeChoices button.selected,.checkoutVariantBox .choices button.selected{border-color:var(--gold);color:var(--gold2);box-shadow:0 0 0 1px var(--gold) inset;background:#19140b}.boxedChoices button{min-width:88px!important}.quantityBox{justify-content:space-between;align-items:center;display:flex}.quantityBox .quantityStepper{margin-left:auto}.galleryImageMotion{will-change:transform,opacity;width:100%;height:100%;animation:.28s cubic-bezier(.22,.7,.2,1) both galleryInNext}.galleryImageMotion.prev{animation-name:galleryInPrev}@keyframes galleryInNext{0%{opacity:.25;transform:translate(22px)scale(.985)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes galleryInPrev{0%{opacity:.25;transform:translate(-22px)scale(.985)}to{opacity:1;transform:translate(0)scale(1)}}.galleryImageMotion img{object-fit:cover;width:100%;height:100%;display:block}.sizeChartBox{background:#090909;border-color:#4c3a20;margin:16px 0 8px}.sizeChartBox .productDescriptionHead{color:var(--gold2);padding:14px 16px;font-size:14px}.sizeChartTable{padding:8px 16px 12px}.sizeChartRow{padding:9px 0;font-size:13px}@media (max-width:560px){.wishlistPage .wishlistGrid{grid-template-columns:1fr;gap:14px}.wishlistPage .wishlistCard{grid-template-columns:120px 1fr;align-items:stretch;display:grid}.wishlistPage .wishlistCard img{aspect-ratio:auto;height:100%;min-height:150px}.wishlistPage .wishlistCard .cardBody{padding:12px}.wishlistPage .wishlistCard .cardBody h3{font-size:15px}.wishlistPage .wishlistCard .cardActions{grid-template-columns:1fr 1fr}.quantityBlock{margin:14px 0}.checkoutVariantBox{margin:11px 0;padding:13px}}.swipeGallery>.galleryImageMotion{width:100%;height:min(720px,75vh);min-height:360px;overflow:hidden}@media (max-width:850px){.swipeGallery>.galleryImageMotion{height:70vh}}@media (max-width:560px){.swipeGallery>.galleryImageMotion{height:58vh;min-height:360px}}.orderErrorActions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}@keyframes vyrostyloraReveal{0%{opacity:0;transform:translateY(14px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes vyrostyloraFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes vyrostyloraGlow{0%,to{box-shadow:0 18px 50px #00000040}50%{box-shadow:0 24px 70px #d9b15a1a}}.section,.productDetailPage,.checkoutPage,.auth,.policyPage{animation:.55s both vyrostyloraReveal}.productCard:hover,.card:hover,.panel:hover{transition:transform .35s cubic-bezier(.2,.8,.2,1),border-color .35s,box-shadow .35s}.detailBuy,.buyBtn,.btn{transition:transform .25s,box-shadow .25s,filter .25s}.detailBuy:hover,.buyBtn:hover,.btn:hover{filter:brightness(1.04);transform:translateY(-2px);box-shadow:0 12px 35px #0000004d}.galleryImageMotion{width:100%;height:100%;animation:.38s cubic-bezier(.22,.75,.25,1) both vyrostyloraGalleryIn}.galleryImageMotion.next{--gallery-x:28px}.galleryImageMotion.prev{--gallery-x:-28px}@keyframes vyrostyloraGalleryIn{0%{opacity:.45;transform:translateX(var(--gallery-x,0)) scale(.985)}to{opacity:1;transform:translate(0)scale(1)}}.returnPolicyCheck{color:#c8c8c8;background:linear-gradient(145deg,#14120f,#0b0b0b);border:1px solid #3a3326;border-radius:14px;align-items:flex-start;gap:11px;margin:20px 0;padding:14px 16px;font-size:13px;line-height:1.55;display:flex}.returnPolicyCheck input{width:18px;height:18px;accent-color:var(--gold);flex:none;margin-top:2px}.returnPolicyCheck a{color:var(--gold2);text-decoration:underline}.policyPage h1{letter-spacing:-3px;margin:12px 0;font-size:clamp(42px,7vw,76px)}.policyCard{max-width:900px;margin-top:34px;padding:28px 0}.policyCard h2{margin:30px 0 8px;font-size:23px}.policyCard p{color:#aaa;max-width:850px;line-height:1.8}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.bottomProductSectionTitle{color:#f2ca70;letter-spacing:1.8px;margin:24px 0 10px;font-size:12px;font-weight:900}.sizeChartPhotoSection{margin:30px 0 18px}.sizeChartPhotoButton{cursor:zoom-in;background:#080808;border:1px solid #3b2f1d;border-radius:16px;width:94%;min-height:300px;margin:0 auto;padding:12px;display:block}.sizeChartPhoto{object-fit:contain;border-radius:10px;width:100%;min-height:300px;max-height:650px;display:block}.mockupPhoto{object-fit:contain;background:#080808;border:1px solid #3b2f1d;border-radius:16px;width:100%;max-height:650px;display:block}.ratingSummary{color:#aaa196;flex-wrap:wrap;align-items:center;gap:9px;margin:2px 0 10px;font-size:13px;display:flex}.ratingSummary strong,.ratingSummary span:nth-child(2){color:#f2ca70;font-size:18px}.bottomRatingSection .compactRatingStars{margin-top:4px}@media (max-width:560px){.sizeChartPhotoButton,.sizeChartPhoto{min-height:260px}.sizeChartPhoto,.mockupPhoto{max-height:620px}}.productDetailPage{padding-bottom:0}.sectionDivider{opacity:.75;background:linear-gradient(90deg,#0000 0%,#6a5124 18%,#b48b43 50%,#6a5124 82%,#0000 100%);width:100%;height:1px;margin:18px 0}.sizeChartPhotoSection{margin:0 0 18px;padding:0}.sizeChartPhotoSection .bottomProductSectionTitle{margin:0 0 10px}.sizeChartPhotoButton{background:#080808;border:1px solid #3b2f1d;border-radius:14px;width:100%;min-height:0;margin:0;padding:8px}.sizeChartPhoto{object-fit:contain;border-radius:9px;width:100%;min-height:0;max-height:520px}.mockupPhotoSection{margin:16px 0}.mockupPhoto{max-height:520px}.bottomRatingSection{border-top:0;border-bottom:0;margin:18px 0 0;padding:18px 0 22px}.relatedProducts{margin:0;padding:0 0 24px}.relatedHead{justify-content:space-between;align-items:center;gap:14px;margin:0 0 12px;display:flex}.relatedHead h2{margin:4px 0 0;font-size:22px}.relatedViewAll{white-space:nowrap;flex:none;padding:9px 12px;font-size:10px}.relatedScroller{scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:12px;padding:2px 2px 8px;display:flex;overflow:auto hidden}.relatedScroller::-webkit-scrollbar{display:none}.relatedProductCard{scroll-snap-align:start;flex:0 0 170px;min-width:0}.relatedProductImage{aspect-ratio:1/1.18;background:#101010;border:1px solid #332817;border-radius:12px;width:100%;position:relative;overflow:hidden}.relatedProductImage>a,.relatedProductImage>a>img{width:100%;height:100%;display:block}.relatedProductImage img{object-fit:cover}.relatedProductActions{z-index:2;gap:6px;display:flex;position:absolute;top:7px;right:7px}.relatedProductActions button{color:#f2ca70;cursor:pointer;background:#000000b8;border:1px solid #e5bc61cc;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.relatedProductActions button:hover{background:#15110b}.relatedProductRating{color:#f2ca70;background:#000000c7;border-radius:8px;align-items:center;gap:4px;padding:5px 8px;font-size:11px;font-weight:800;display:flex;position:absolute;bottom:7px;left:7px}.relatedProductRating span{color:#aaa;font-weight:600}.relatedProductPrices{color:#eee;padding:7px 3px 0;text-decoration:none;display:block}.relatedProductPrices del{color:#777;margin-right:5px;font-size:11px}.relatedProductPrices strong{color:#f3f0e8;font-size:15px}.relatedDiscount{color:#31c77a;letter-spacing:.4px;margin-bottom:2px;font-size:10px;font-weight:900;display:block}.relatedMessage{color:#aaa;margin-top:7px;display:block}.sizeChartPhotoModal{z-index:99999;overscroll-behavior:none;touch-action:none;background:#000000e6;width:100vw;height:100dvh;padding:12px;position:fixed;inset:0;overflow:hidden!important}.sizeChartPhotoModalInner{justify-content:center;align-items:center;width:min(96vw,920px);height:calc(100dvh - 24px);max-height:none;display:flex;overflow:hidden}.sizeChartPhotoClose{width:40px;height:40px;top:5px;right:5px}@media (max-width:560px){.relatedProductCard{flex-basis:150px}.relatedHead h2{font-size:19px}.relatedProductActions button{width:30px;height:30px}.sizeChartPhotoButton{padding:6px}.sizeChartPhoto{max-height:460px}.sizeChartPhotoModal{padding:8px}.sizeChartPhotoModalInner{width:100%;height:calc(100dvh - 16px)}.sizeChartPhotoFull{max-width:94vw;max-height:calc(100dvh - 48px)}}.productDetailInfo h1{letter-spacing:-.02em;text-wrap:balance;font-family:Playfair Display,Cormorant Garamond,Georgia,Times New Roman,serif;font-weight:600;line-height:1.08}.detailVideoThumb{background:#050505;width:100%;height:100%;position:relative;overflow:hidden}.detailVideoThumb video{object-fit:cover;width:100%;height:100%;display:block}.sizeChartPhotoModal{z-index:2147483000!important;-webkit-backdrop-filter:none!important;touch-action:manipulation!important;background:#000000f0!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100dvh!important;margin:0!important;padding:16px!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.sizeChartPhotoModalInner{justify-content:center!important;align-items:center!important;width:100%!important;max-width:1100px!important;height:100%!important;max-height:100%!important;display:flex!important;position:relative!important;overflow:hidden!important}.sizeChartPhotoFull{object-fit:contain!important;-webkit-user-select:none!important;user-select:none!important;-webkit-user-drag:none!important;border-radius:8px!important;width:auto!important;max-width:calc(100vw - 32px)!important;height:auto!important;max-height:calc(100dvh - 32px)!important;display:block!important}.sizeChartPhotoClose{z-index:5!important;color:#f2ca70!important;background:#090909!important;border:1px solid #e5bc61!important;border-radius:50%!important;place-items:center!important;width:42px!important;height:42px!important;font-size:27px!important;line-height:1!important;display:grid!important;position:absolute!important;top:4px!important;right:4px!important}@media (max-width:560px){.productDetailInfo h1{letter-spacing:-.025em;font-size:31px}.detailGalleryVideo{max-height:520px}.sizeChartPhotoModal{padding:8px!important}.sizeChartPhotoFull{max-width:calc(100vw - 16px)!important;max-height:calc(100dvh - 16px)!important}}.detailThumbs{scrollbar-width:none;flex-direction:row;align-items:center;gap:8px;min-height:0;padding:10px 0 4px;display:flex;overflow:auto hidden}.detailThumbs::-webkit-scrollbar{display:none}.detailThumbs button{box-sizing:border-box!important;background:#0b0b0b!important;border:2px solid #333!important;border-radius:10px!important;flex:0 0 66px!important;width:66px!important;min-width:66px!important;max-width:66px!important;height:76px!important;min-height:76px!important;max-height:76px!important;margin:0!important;padding:0!important;display:block!important;overflow:hidden!important}.detailThumbs button.active{border-color:var(--gold)!important}.detailThumbs button>img{object-fit:cover!important;width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;min-height:0!important;max-height:none!important;display:block!important}.detailVideoThumb{background:#050505!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;display:block!important;position:relative!important;overflow:hidden!important}.detailVideoThumb video{object-fit:cover!important;width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;min-height:0!important;max-height:none!important;display:block!important}.detailVideoThumb span{color:#f2ca70!important;pointer-events:none!important;background:#000000b8!important;border-radius:50%!important;place-items:center!important;width:30px!important;height:30px!important;font-size:12px!important;display:grid!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}@media (max-width:560px){.detailThumbs{gap:8px;padding:8px 12px 4px}.detailThumbs button{flex-basis:58px!important;width:58px!important;min-width:58px!important;max-width:58px!important;height:70px!important;min-height:70px!important;max-height:70px!important}}.vyrostyloraLoadingOverlay{z-index:9999;-webkit-backdrop-filter:blur(16px);background:#030303d1;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.vyrostyloraLoadingBrand{color:var(--gold2);letter-spacing:7px;margin-bottom:18px;font-family:Georgia,Times New Roman,serif;font-size:13px;font-weight:900}.vyrostyloraLoadingTitle{color:#fff;letter-spacing:2px;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,8vw,44px);font-weight:700;line-height:1.05}.vyrostyloraLoadingSub{color:#d9b15a;letter-spacing:4px;text-transform:uppercase;margin-top:12px;font-family:Georgia,Times New Roman,serif;font-size:13px;font-weight:700}.vyrostyloraLoadingLine{background:#2b251b;border-radius:99px;width:100%;height:3px;margin-top:25px;overflow:hidden}.vyrostyloraLoadingLine span{background:linear-gradient(90deg,transparent,var(--gold2),transparent);border-radius:99px;width:38%;height:100%;animation:1.15s ease-in-out infinite vyrostyloraLoadingMove;display:block}@keyframes vyrostyloraLoadingMove{0%{transform:translate(-150%)}to{transform:translate(360%)}}.vyrostyloraErrorToast{z-index:999999;color:#ffb4b4;background:#190b0b;border:1px solid #7b3030;border-radius:12px;align-items:center;gap:10px;width:min(92vw,460px);padding:12px 16px;font-size:14px;font-weight:700;animation:.2s ease-out vyrostyloraErrorIn;display:flex;position:fixed;top:18px;left:50%;transform:translate(-50%);box-shadow:0 14px 45px #000b}.vyrostyloraFieldError{border-color:#e34b4b!important;outline:none!important;box-shadow:0 0 0 2px #e34b4b33,0 0 18px #e34b4b22!important}@keyframes vyrostyloraErrorIn{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}.addressForm select{border:1px solid var(--line);color:#fff;background:#111;border-radius:10px;width:100%;min-height:50px;padding:15px}.addressForm input:read-only{opacity:.72;cursor:not-allowed}html,body{min-height:100%}body{min-height:100vh;overflow-x:hidden}.siteMain{flex-direction:column;min-height:calc(100vh - 78px);display:flex}.siteMain>main{flex:1 0 auto}.vyrostyloraRouteLoading{background:radial-gradient(circle at 50% 35%,#1c1810 0,#090909 42%,#070707 78%);place-items:center;width:100%;min-height:calc(100vh - 78px);padding:40px 20px;display:grid}.vyrostyloraRouteLoadingCard,.productMediaLoading{text-align:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(145deg,#151515f2,#090909f5);border:1px solid #3a3427;box-shadow:0 24px 80px #000a}.vyrostyloraRouteLoadingCard{border-radius:28px;width:min(420px,92vw);padding:42px 30px}.vyrostyloraLoadingBrand{color:var(--gold2);letter-spacing:6px;margin-bottom:14px;font-size:12px;font-weight:950}.vyrostyloraLoadingTitle{color:#fff;letter-spacing:.5px;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,6vw,36px);font-weight:800}.vyrostyloraLoadingSub{color:#a9a9a9;letter-spacing:2.5px;text-transform:uppercase;margin-top:9px;font-size:11px}.vyrostyloraLoadingLine{background:#2b271f;border-radius:99px;width:min(240px,70%);height:2px;margin:24px auto 0;overflow:hidden}.vyrostyloraLoadingLine span{border-radius:inherit;background:linear-gradient(90deg, transparent, var(--gold2), transparent);width:42%;height:100%;animation:1.15s ease-in-out infinite vyrostyloraLoading;display:block}@keyframes vyrostyloraLoading{0%{transform:translate(-130%)}to{transform:translate(320%)}}.productMediaLoading{z-index:8;pointer-events:none;border-radius:22px;place-content:center;padding:24px;display:grid;position:absolute;inset:18px}.productMediaLoadingTitle{color:#fff;font-family:Georgia,Times New Roman,serif;font-size:clamp(20px,5vw,30px);font-weight:800}.productMediaLoadingSub{color:#aaa;letter-spacing:2px;margin-top:7px;font-size:10px}.vyrostyloraLoadingOverlay{z-index:1000;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#000b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.vyrostyloraLoadingCard{text-align:center;background:#0e0e0ef5;border:1px solid #62502e;border-radius:26px;width:min(390px,92vw);padding:38px 28px;box-shadow:0 25px 100px #000}.productCardImage,.detailGallery,.relatedProductImage{overflow:hidden}.detailGallery{min-height:clamp(420px,65vw,720px);position:relative}.detailGallery img,.detailGallery video{object-fit:contain;width:100%;max-height:min(72vh,760px);display:block}.productImageFallback,.imageBrandFallback,.detailImageFallback{color:#5f5f5f;letter-spacing:5px;background:#111;place-items:center;min-height:100%;display:grid}@media (max-width:700px){.siteMain{min-height:calc(100vh - 64px)}.vyrostyloraRouteLoading{min-height:calc(100vh - 64px);padding:24px 14px}.vyrostyloraRouteLoadingCard{border-radius:24px;padding:34px 22px}.productMediaLoading{inset:10px}.detailGallery{min-height:430px}}@media (prefers-reduced-motion:reduce){.vyrostyloraLoadingLine span{animation:none}}.productImageFallback{min-height:0;position:relative}.productCardLoading{z-index:2;text-align:center;color:#fff;background:#0b0b0bf2;place-content:center;padding:20px;display:grid;position:absolute;inset:0}.productCardLoading strong{font-family:Georgia,Times New Roman,serif;font-size:20px}.productCardLoading>span{color:#999;letter-spacing:1.5px;margin-top:6px;font-size:9px}.productCardLoading .vyrostyloraLoadingBrand{margin-bottom:8px}.productCardLoading .vyrostyloraLoadingLine{margin-top:16px}.auth{justify-content:center;align-items:flex-start;width:100%;min-height:calc(100vh - 78px);padding:118px 20px 90px;display:flex}.authInner{flex-direction:column;align-items:center;width:min(450px,92vw);display:flex}.authBrand{filter:drop-shadow(0 16px 30px #d9b15a24);justify-content:center;width:min(250px,70vw);margin:0 auto 18px;display:flex;position:relative}.authBrand img{object-fit:contain;width:100%;height:auto;max-height:205px;display:block}.authBrand:after{content:"";background:linear-gradient(90deg, transparent, var(--gold2), transparent);opacity:.65;height:1px;position:absolute;bottom:2px;left:18%;right:18%}.authInner>.form{width:100%;margin:0}.header .logo{letter-spacing:6px;text-transform:uppercase;color:#f7f0df;text-shadow:0 0 18px #d9b15a29;font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:800;transition:color .2s,text-shadow .2s,transform .2s}.header .logo:hover{color:var(--gold2);text-shadow:0 0 24px #d9b15a4d;transform:translateY(-1px)}@media (max-width:560px){.auth{min-height:calc(100vh - 70px);padding:98px 14px 70px}.authInner{width:min(450px,94vw)}.authBrand{width:min(225px,68vw);margin-bottom:14px}.authBrand img{max-height:175px}.header .logo{letter-spacing:5px;font-size:21px}}.authLuxury{background:radial-gradient(circle at 50% 0,#d9b15a1a,#0000 32%),linear-gradient(#0b0b0b 0%,#070707 100%);padding-top:74px;padding-bottom:90px}.authLuxury .authBrand{filter:drop-shadow(0 12px 28px #d9b15a2e);width:min(178px,48vw);margin-bottom:20px}.authLuxury .authBrand img{max-height:155px}.authLuxury .authBrand:after{display:none}.authForm{padding:32px 34px 30px;box-shadow:0 22px 70px #0000005c}.authIntro{color:var(--muted);margin:-2px 0 22px;font-size:14px;line-height:1.55}.authForgot{text-align:right;margin:7px 0 0}.authForgot a,.authCreate a,.authHelp a{color:var(--gold2);font-weight:800}.authForgot a:hover,.authCreate a:hover,.authHelp a:hover{text-decoration:underline}.authError{margin:14px 0 0}.authLoginBtn{letter-spacing:.5px;min-height:54px;font-size:15px}.authCreate{text-align:center;margin:18px 0 0}.authHelp{color:#aaa;border-top:1px solid #ffffff12;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:22px;padding-top:18px;font-size:13px;display:flex}.guidePage{width:min(1100px,92%);margin:0 auto;padding:70px 0 100px}.guideHero{text-align:center;max-width:760px;margin:0 auto 55px}.guideHero h1{letter-spacing:-2px;margin:14px 0 18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,7vw,72px);line-height:1}.guideHero>p{color:var(--muted);margin:0 auto;font-size:17px;line-height:1.75}.guideActions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:26px;display:flex}.guideSteps{gap:26px;display:grid}.guideCard{background:#101010;border:1px solid #292929;border-radius:24px;grid-template-columns:1fr .85fr;align-items:center;gap:28px;padding:28px;display:grid}.guideCopy{align-items:flex-start;gap:18px;display:flex}.guideNumber{background:var(--gold);color:#090909;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;font-weight:950;display:grid}.guideCard h2{margin:8px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(27px,4vw,40px)}.guideCard p{color:var(--muted);margin:0;line-height:1.75}.guideImageWrap{background:#080808;border:1px solid #292929;border-radius:18px;max-height:620px;overflow:hidden}.guideImageWrap img{object-fit:contain;width:100%;height:auto;max-height:620px;display:block}.guideFaq{background:#101010;border:1px solid #292929;border-radius:24px;margin-top:55px;padding:30px}.guideFaq h2{margin:10px 0 24px;font-family:Georgia,Times New Roman,serif;font-size:34px}.guideFaqGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.guideFaqGrid>div{background:#0b0b0b;border:1px solid #292929;border-radius:16px;flex-direction:column;gap:8px;padding:18px;display:flex}.guideFaqGrid span{color:#999;font-size:14px;line-height:1.55}@media (max-width:700px){.authLuxury{padding-top:48px}.authLuxury .authBrand{width:150px;margin-bottom:14px}.authForm{padding:28px 22px 26px}.guidePage{padding-top:42px}.guideCard{grid-template-columns:1fr;padding:20px}.guideImageWrap{max-height:none}.guideFaqGrid{grid-template-columns:1fr}}.paymentOnlyPage{max-width:760px;min-height:70vh;margin:0 auto;padding-top:34px;padding-bottom:80px}.paymentOnlyTop{margin-bottom:22px;position:relative}.paymentBack{color:#e8c86a;cursor:pointer;background:0 0;border:0;padding:0 0 14px;font-size:15px;font-weight:700}.paymentOnlyTop h1{letter-spacing:-.03em;margin:4px 0 8px;font-size:clamp(34px,8vw,54px)}.paymentOnlyCard{text-align:center;background:#0d0d0df5;border:1px solid #dcb85b42;border-radius:28px;padding:30px;box-shadow:0 20px 60px #0000004d}.paymentAmountLabel{letter-spacing:.18em;color:#dfbd62;margin-bottom:8px;font-size:13px;font-weight:800}.paymentAmount{letter-spacing:-.04em;color:#f6f0df;margin-bottom:8px;font-size:clamp(42px,10vw,68px);font-weight:800}.paymentUpiId{color:#8f8f8f;word-break:break-all;margin-bottom:22px;font-size:14px}.paymentUpiId b{color:#e8c86a}.paymentQrWrap{flex-direction:column;align-items:center;gap:12px;margin:8px auto 22px;display:flex}.paymentQr{object-fit:contain;background:#fff;border-radius:18px;width:min(290px,76vw);height:min(290px,76vw);padding:12px;display:block}.paymentQrCaption{letter-spacing:.16em;color:#a7a7a7;font-size:12px;font-weight:800}n.paymentQrDownload{color:#e8c86a;letter-spacing:.08em;cursor:pointer;background:0 0;border:1px solid #dcb85b59;border-radius:999px;padding:10px 18px;font-size:12px;font-weight:800}.paymentQrDownload:hover{background:#dcb85b14}.paymentQrError{color:#e58c8c;border:1px solid #dc646459;border-radius:14px;margin:14px 0 20px;padding:18px}.paymentOpenUpi{justify-content:center;width:100%;text-decoration:none;display:inline-flex}.paymentDivider{color:#777;letter-spacing:.18em;align-items:center;gap:14px;margin:26px 0 18px;font-size:11px;font-weight:800;display:flex}.paymentDivider:before,.paymentDivider:after{content:"";background:#ffffff1a;flex:1;height:1px}.paymentHelpBtn{color:#e8c86a;text-underline-offset:4px;cursor:pointer;background:0 0;border:0;margin-top:18px;font-size:15px;font-weight:800;text-decoration:underline}.paymentGuideOverlay{z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000c7;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0;overflow:auto}.paymentGuideCard{background:#0d0d0d;border:1px solid #dcb85b4d;border-radius:26px;width:min(720px,100%);max-height:min(90vh,900px);padding:30px;position:relative;overflow:auto;box-shadow:0 30px 90px #0000008c}.paymentGuideCard h2{color:#f6f0df;margin:5px 0 8px;font-size:36px}.paymentGuideClose{color:#fff;cursor:pointer;background:#151515;border:1px solid #ffffff26;border-radius:50%;width:42px;height:42px;font-size:28px;line-height:1;position:absolute;top:14px;right:18px}.paymentSteps{gap:12px;margin:22px 0;display:grid}.paymentStep{background:#111;border:1px solid #ffffff17;border-radius:16px;grid-template-columns:46px 1fr;gap:14px;padding:16px;display:grid}.paymentStep>span{color:#090909;background:#e2bd5b;border-radius:50%;place-items:center;width:38px;height:38px;font-size:12px;font-weight:900;display:grid}.paymentStep b{color:#f3e6c0;font-size:16px}.paymentStep p{color:#9c9c9c;margin:5px 0 0;font-size:14px;line-height:1.55}.paymentGuideNote{color:#b5b5b5;background:#dcb85b14;border:1px solid #dcb85b29;border-radius:14px;margin-bottom:18px;padding:15px;font-size:13px;line-height:1.55}.paymentGuideNote b{color:#e8c86a}@media (max-width:600px){.paymentOnlyPage{padding:24px 18px 60px}.paymentOnlyCard{border-radius:22px;padding:22px 16px}.paymentGuideCard{padding:24px 18px}.paymentGuideCard h2{font-size:30px}.paymentStep{grid-template-columns:38px 1fr;padding:13px}.paymentStep>span{width:34px;height:34px}}:root{--bg:#fff;--panel:#fff;--panel2:#faf9f6;--line:#d8c28b;--text:#151515;--muted:#6d6d6d;--gold:#c79a3b;--gold2:#a97b1f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.siteMain,.siteMain>main,main,.section{color:#151515;background:#fff!important}a{color:inherit}.muted{color:#6d6d6d!important}.header{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 2px 14px #0000000a;color:#171717!important;background:#fff!important;border-bottom:1px solid #d8c28b!important}.logo{color:#171717!important}.headerActions,.header nav{color:#222!important}.headerActions a:hover,.header nav a:hover{color:var(--gold2)!important}.linkButton{color:#222!important}.menuButton:hover,.iconButton:hover{border-color:var(--gold2)!important}.btn{color:#fff!important;border:1px solid var(--gold)!important;box-shadow:none!important;background:#111!important}.btn:hover{border-color:var(--gold2)!important;background:#000!important}.btn.secondary:hover{color:#111!important;background:#faf7ef!important}.buyBtn{color:#fff!important;border-color:var(--gold)!important;background:#111!important}.hero,.homeHero,.heroVisual,.homeDropVisual,.story,.brandStory,.categoryStrip a,.features{background:#fff!important}.heroVisual,.homeDropVisual,.story,.categoryStrip a{border-color:var(--gold)!important}.hero p,.heroContent p{color:#666!important}.hero h1,.heroContent h1,.section h1,.section h2,.section h3{color:#171717}.heroVisual:before,.homeDropVisual:before{display:none}.card,.productCard,.productCardImage,.productCardBody,.productCardImage img,.productEmpty,.relatedCard,.profileTile,.profileCard>div,.panel,.orderCard,.trackingPanel,.checkoutSide,.form,.savedAddresses button,.checkoutVariantBox,.sizeChartBox{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}.card:hover,.productCard:hover,.orderCardLink:hover{border-color:var(--gold2)!important;box-shadow:0 10px 30px #a0781e1a!important}.productCardImage{background:#faf9f6!important}.productCardImage img{background:#f5f5f5!important}.productTitle h3,.productCard .productTitle h3,.productEmpty strong,.priceRow .price,.productDetailInfo h1,.productDetailInfo .bigPrice,.productPage h1,.productInfo h1{color:#171717!important}.productCategory,.productMessage,.productCount,.oldPrice,.ratingRow,.productEmpty span{color:#777!important}.productBadge{color:#222!important;border-color:var(--gold)!important;background:#fff!important}.productBadge.offer{color:#8d6517!important;border-color:var(--gold)!important;background:#faf5e8!important}.discountText{color:#5c6d32!important;background:#f4f0e6!important;border-color:#9aa879!important}.heartButton{color:#222!important;border-color:var(--gold)!important;background:#fff!important}.search input,.productsSearch,.productsSearch input{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}.productsSearch{box-shadow:0 8px 25px #0000000d!important}.form,.authCard,.loginCard,.registerCard{color:#171717!important;border-color:var(--gold)!important;background:#fff!important;box-shadow:0 12px 35px #0000000f!important}.input,.form input,.form select,.form textarea,.addressForm input,.addressForm select,.txInput{color:#171717!important;border:1px solid var(--gold)!important;background:#fff!important}.input::placeholder,.form input::placeholder,.addressForm input::placeholder,.txInput::placeholder{color:#8a8a8a!important}.authDivider:before,.authDivider:after{background:#d9d9d9!important}.form .muted a,.textLink,.form .textLink{color:var(--gold2)!important}.profileTile:hover{border-color:var(--gold2)!important}.orderCard{box-shadow:0 7px 24px #0000000b}.orderItem{border-color:#e2d5b5!important}.badge{color:#333!important;background:#f3f0e8!important}.statusBadge.pending{color:#8d6517!important;border-color:var(--gold)!important;background:#faf5e8!important}.statusBadge.approved{color:#35743b!important;background:#f2faf2!important;border-color:#78a97c!important}.statusBadge.rejected{color:#a33!important;background:#fff5f5!important;border-color:#c88!important}.largeStatus{color:#8d6517!important;border-color:var(--gold)!important;background:#fff!important}.largeStatus.rejected{color:#a33!important;border-color:#c88!important}.timelineStep{color:#8a8a8a!important}.timelineStep.done{color:#222!important}.timelineDot{border-color:var(--gold)!important;color:#111!important;background:#fff!important}.timelineStep.done .timelineDot{background:var(--gold)!important;border-color:var(--gold)!important}.timelineStep small{color:#777!important}.timelineReject{background:#fff7f7!important}.checkoutSide,.notice,.upiBox,.addressMode button,.savedAddresses button,.checkoutVariantBox{border-color:var(--gold)!important;background:#fff!important}.notice,.addressMode button{color:#555!important}.addressMode button.active{color:#fff!important;border-color:var(--gold)!important;background:#111!important}.savedAddresses button{color:#222!important}.savedAddresses button.selected{border-color:var(--gold2)!important;background:#fffdf7!important}.addressForm select{color:#171717!important;background:#fff!important}.checkoutOptionTitle,.checkoutOptionTitle span{color:#222!important}.checkoutVariantBox .sizeChoices button,.checkoutVariantBox .choices button{color:#222!important;border-color:var(--gold)!important;background:#fff!important}.checkoutVariantBox .sizeChoices button.selected,.checkoutVariantBox .choices button.selected{color:#fff!important;border-color:var(--gold)!important;background:#111!important}.quantityStepper{border-color:var(--gold)!important;background:#fff!important}.productDetailPage,.productDetailTop,.productDetailInfo,.detailSections,.detailGallery,.swipeGallery,.detailThumbs,.detailAccordion,.accordionHead,.accordionBody,.highlightsGrid div,.reviewCard,.emptyReview,.recentlyViewed,.fixedPriceNotice{color:#171717!important;background:#fff!important}.swipeGallery,.noImage,.detailThumbs button,.galleryMain{border-color:var(--gold)!important;background:#f7f7f7!important}.optionBlock h3,.accordionHead,.detailText{color:#222!important}.colorChoices button,.sizeChoices button{color:#222!important;border-color:var(--gold)!important;background:#fff!important}.colorChoices button.selected,.sizeChoices button.selected{color:#fff!important;border-color:var(--gold2)!important;background:#111!important}.detailBuy,.stickyBuyBar .stickyBuy{color:#fff!important;border-color:var(--gold)!important;background:#111!important}.stickyBuyBar{border-top-color:var(--gold)!important;background:#fff!important}.stickyBuyBar button{color:#222!important;border-color:var(--gold)!important;background:#fff!important}.sizeChartBox,.sizeChartTable,.sizeChartRow{color:#222!important;background:#fff!important}.sizeChartBox .productDescriptionHead,.sizeChartLink{color:#8d6517!important;border-color:var(--gold)!important}.reviewForm textarea,.reviewLoad{color:#222!important;border-color:var(--gold)!important;background:#fff!important}.drawerHead{border-color:#e1d4b3!important}.drawerLabel{color:#8b8b8b!important}.drawerNav a,.drawerLogout{color:#222!important}.drawerNav a:hover,.drawerNav a.active{border-color:var(--gold)!important;color:#8d6517!important;background:#faf6ea!important}.drawerLogout{color:#a44!important;border-color:var(--gold)!important}.drawerLogout:hover{background:#fff7f7!important}.drawerFooter{color:#777!important;border-color:#e1d4b3!important}.drawerFooter span,.footerLogo,.footerCol b{color:#222!important}.footerBrand p{color:#666!important}.footerBrand small{color:#888!important}.footerCol a{color:#666!important}.footerCol a:hover,.footer a:hover{color:var(--gold2)!important}.footerBottom{color:#777!important;border-top-color:#e1d4b3!important}.pageSkeleton,.vyrostyloraRouteLoading{background:#fff!important}.skeletonTitle,.skeletonCard{background:linear-gradient(90deg,#f4f4f4,#e5e5e5,#f4f4f4) 0 0/200% 100%!important}.vyrostyloraRouteLoadingCard,.productMediaLoading,.vyrostyloraLoadingCard,.paymentOnlyCard,.paymentGuideCard{color:#171717!important;border-color:var(--gold)!important;background:#fff!important;box-shadow:0 15px 45px #00000014!important}.vyrostyloraLoadingTitle,.productMediaLoadingTitle{color:#171717!important}.vyrostyloraLoadingSub,.productMediaLoadingSub{color:#777!important}.vyrostyloraLoadingLine{background:#eee!important}.vyrostyloraLoadingOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffd1!important}.vyrostyloraLoadingCard{border-color:var(--gold)!important}.vyrostyloraLoadingBrand,.paymentAmountLabel,.paymentHelpBtn{color:var(--gold2)!important}.paymentOnlyPage{color:#171717!important;background:#fff!important}.paymentBack{color:var(--gold2)!important}.paymentOnlyCard{border-color:var(--gold)!important;background:#fff!important}.paymentAmount{color:#171717!important}.paymentUpiId,.paymentQrCaption{color:#777!important}.paymentQrDownload{color:#fff!important;border-color:var(--gold)!important;background:#111!important}.paymentDivider:before,.paymentDivider:after{background:#e0d4ba!important}.paymentHelpBtn{background:0 0!important}.paymentGuideOverlay{background:#ffffffe0!important}.paymentGuideCard{color:#222!important;background:#fff!important}.legalOverlay{background:#ffffffc7!important}.legalModal{color:#222!important;border-color:var(--gold)!important;background:#fff!important}.legalContent{color:#555!important}.legalContent h3{color:#222!important}.vyrostyloraErrorToast{color:#fff!important;border-color:var(--gold)!important;background:#111!important}.vyrostyloraFieldError{border-color:#c44!important}td,th{border-color:#cfc09c!important}.empty{border-color:var(--gold)!important;color:#777!important;background:#fff!important}.accountGate{background:#fff!important}.productImageFallback,.imageBrandFallback,.detailImageFallback{color:#777!important;border-color:var(--gold)!important;background:#f5f5f5!important}.detailIcon,.detailIcon.liked,.ratingBadge,.compactRating,.customerRatingBox,.bottomRatingSection,.relatedProductActions button,.relatedProductRating,.wishlistPage .wishlistCard,.wishlistPage .wishlistCard img{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}.detailIcon:hover,.detailIcon.liked:hover,.relatedProductActions button:hover{color:var(--gold2)!important;border-color:var(--gold2)!important;background:#fffaf0!important}.detailIcon.liked{color:#9b751e!important}.ratingBadge{color:#9b751e!important;box-shadow:0 4px 18px #a0781e1a!important}.ratingBadge span,.relatedProductRating span,.compactRatingLabel,.customerRatingBox h2 small{color:#777!important}.compactRating,.customerRatingBox,.bottomRatingSection{box-shadow:0 8px 25px #0000000d!important}.compactRatingStars,.compactRatingStars button,.compactRatingStars button.on,.stars{color:var(--gold2)!important}.relatedProductActions button,.relatedProductRating{color:#9b751e!important;background:#fff!important;box-shadow:0 3px 12px #00000014!important}.galleryMain,.galleryThumbs button,.detailThumbs button,.detailThumbs,.detailVideoThumb,.productCardImage,.relatedProductImage,.wishlistPage .wishlistCard img{border-color:var(--gold)!important;background:#fff!important}.galleryThumbs button,.detailThumbs button{border-color:var(--gold)!important}.galleryThumbs img,.detailThumbs button>img,.homeProductEmpty,.homeProductGrid,.homeTrendingGrid,.homeProductGrid .productCard,.homeTrendingGrid .productCard{background:#fff!important}.homeProductEmpty,.skeletonCard,.skeletonTitle,.productMediaLoading,.vyrostyloraRouteLoadingCard{border-color:var(--gold)!important;background:#fff!important}.galleryDots span{border:1px solid var(--gold)!important;background:#fff!important;width:7px!important;height:7px!important}.menuButton,.menuButton svg,.iconButton,.iconButton svg,.sizeChartPhotoClose,.paymentGuideClose{color:#fff!important}.menuButton,.iconButton{border:1px solid var(--gold)!important;background:#111!important}.menuButton:hover,.iconButton:hover{color:#fff!important;border-color:var(--gold2)!important;background:#111!important}.sizeChartPhotoClose,.paymentGuideClose{border-color:var(--gold)!important;background:#111!important}.contactSocials{grid-template-columns:1fr;gap:12px;width:100%;margin:24px 0 28px;display:grid}.contactSocialCard{border-radius:16px;align-items:center;gap:16px;width:100%;min-height:82px;padding:17px 18px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 6px 20px #0000000b;border:1px solid var(--gold)!important;color:#171717!important;background:#fff!important;text-decoration:none!important}.contactSocialCard:hover{transform:translateY(-2px);box-shadow:0 10px 28px #a0781e1f;border-color:var(--gold2)!important}.contactSocialIcon{border:1px solid var(--gold);color:#9b751e;background:#fff;border-radius:14px;flex:0 0 50px;place-items:center;width:50px;height:50px;display:grid}.contactSocialIcon svg{display:block}.gmailIcon svg{width:29px;height:23px}.contactSocialCard>span:last-child{flex-direction:column;gap:4px;min-width:0;display:flex}.contactSocialCard b{color:#171717;font-size:16px}.contactSocialCard small{color:#777;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.contactChatPage textarea,.contactChatPage input[type=file]{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}:root{--bg:#fff;--panel:#fff;--panel2:#faf9f6;--line:#d9c07a;--text:#171717;--muted:#707070;--gold:#c99a27;--gold2:#e0b94f;--goldSoft:#fff8e8}html,body{color:#171717!important;background:#fff!important}body{background:#fff!important}main,section,.section,.siteMain,.siteMain>main,.page,.card,.panel,.form,.modal,.modalCard,.checkoutCard,.checkoutSide,.orderCard,.trackingPanel,.profileCard,.profileTile,.savedAddresses,.addressCard,.addressForm,.wishlistCard,.productCard,.productCardBody,.productCardImage,.relatedCard,.relatedProductImage,.recentCard,.recentlyViewed,.sizeChartBox,.sizeChartTable,.sizeChartRow,.reviewCard,.emptyReview,.contactChat,.contactBubble,.paymentOnlyPage,.paymentOnlyCard,.paymentGuideCard,.legalContent,.legalModal,.searchPanel,.filterPanel,.sortPanel{color:#171717!important;background:#fff!important}.header{color:#171717!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important;border-bottom:1px solid #d9c07a!important;box-shadow:0 2px 14px #0000000a!important}.logo,.headerActions,.header nav,.headerActions a,.header nav a,.linkButton{color:#171717!important}.headerActions a:hover,.header nav a:hover,.linkButton:hover{color:#9b751e!important}.menuButton,.iconButton{color:#171717!important;border:1px solid var(--gold)!important;box-shadow:none!important;background:#fff!important}.menuButton:hover,.iconButton:hover{background:var(--goldSoft)!important;color:#171717!important;border-color:var(--gold2)!important}.sizeChartPhotoClose,.paymentGuideClose,.modalClose,.closeButton,.drawerClose{color:#171717!important;border:1px solid var(--gold)!important;background:#fff!important}.sizeChartPhotoClose:hover,.paymentGuideClose:hover,.modalClose:hover,.closeButton:hover,.drawerClose:hover{background:var(--goldSoft)!important;color:#171717!important}.btn,.buyBtn,.detailBuy,.stickyBuyBar .stickyBuy,.paymentPrimary,.checkoutButton,.submitButton,.auth .btn{background:var(--gold)!important;color:#171717!important;border:1px solid var(--gold)!important;box-shadow:none!important}.btn:hover,.buyBtn:hover,.detailBuy:hover,.stickyBuyBar .stickyBuy:hover,.paymentPrimary:hover,.checkoutButton:hover,.submitButton:hover,.auth .btn:hover{background:var(--gold2)!important;color:#171717!important;border-color:var(--gold2)!important}.btn.secondary,input,textarea,select,.search input,.input,.form input,.form textarea,.form select{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}input::placeholder,textarea::placeholder{color:#888!important}input:focus,textarea:focus,select:focus{border-color:var(--gold2)!important;outline:2px solid #c99a272e!important}.productCard,.productCardImage,.productCardBody,.relatedCard,.relatedProductImage,.recentCard,.recentCard img,.wishlistPage .wishlistCard,.wishlistPage .wishlistCard img,.galleryMain,.detailThumbs,.detailThumbs button,.galleryThumbs,.galleryThumbs button,.detailVideoThumb,.swipeGallery,.noImage{border-color:var(--gold)!important;background:#fff!important}.productCardImage img,.relatedProductImage img,.recentCard img,.wishlistPage .wishlistCard img{background:#fff!important}.colorChoices button,.sizeChoices button,.checkoutVariantBox .sizeChoices button,.checkoutVariantBox .choices button,.choices button,.variantButton,.swatchButton,.optionButton,.addressMode button,.filterChip,.sortButton{color:#222!important;border:1px solid var(--gold)!important;background:#fff!important}.colorChoices button:hover,.sizeChoices button:hover,.checkoutVariantBox .sizeChoices button:hover,.checkoutVariantBox .choices button:hover,.choices button:hover,.variantButton:hover,.swatchButton:hover,.optionButton:hover,.filterChip:hover,.sortButton:hover{background:var(--goldSoft)!important;color:#171717!important}.colorChoices button.selected,.sizeChoices button.selected,.checkoutVariantBox .sizeChoices button.selected,.checkoutVariantBox .choices button.selected,.choices button.selected,.variantButton.selected,.swatchButton.selected,.optionButton.selected,.addressMode button.active,.filterChip.active,.sortButton.active,.selectedOption{background:var(--gold)!important;color:#171717!important;border-color:var(--gold2)!important;box-shadow:0 0 0 1px #c99a272e!important}.detailIcon,.detailIcon.liked,.ratingBadge,.compactRating,.customerRatingBox,.bottomRatingSection,.relatedProductActions button,.relatedProductRating,.wishlistPage .wishlistCard{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}.detailIcon:hover,.detailIcon.liked:hover,.relatedProductActions button:hover{background:var(--goldSoft)!important;color:#9b751e!important}.compactRatingStars,.compactRatingStars button,.compactRatingStars button.on,.stars,.ratingStars{color:#c99a27!important}.compactRatingStars button{border-color:var(--gold)!important;background:#fff!important}.homeProductEmpty,.homeProductGrid,.homeTrendingGrid,.homeProductGrid .productCard,.homeTrendingGrid .productCard,.skeletonCard,.skeletonTitle,.productMediaLoading,.vyrostyloraRouteLoadingCard,.productMediaLoadingCard,.vyrostyloraLoadingCard{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}.skeletonImage,.skeletonText,.skeletonLine{background:linear-gradient(90deg,#f7f7f7,#eee8d9,#f7f7f7)!important}.galleryDots span{border:1px solid var(--gold)!important;background:#fff!important}.galleryDots span.active,.galleryDots span[aria-current=true]{background:var(--gold)!important;border-color:var(--gold2)!important}.drawerBackdrop{background:#0000001a!important}.drawerHead{background:#fff!important;border-color:#e1d4b3!important}.drawerNav a:hover,.drawerNav a.active{background:var(--goldSoft)!important;border-color:var(--gold)!important;color:#8d6517!important}.paymentGuideOverlay,.sizeChartPhotoModal,.modalBackdrop,.legalBackdrop{-webkit-backdrop-filter:blur(7px)!important;backdrop-filter:blur(7px)!important;background:#ffffffc7!important}.paymentGuideCard,.paymentOnlyCard,.legalContent,.modalCard{color:#222!important;border-color:var(--gold)!important;background:#fff!important}.paymentStep{color:#222!important;background:#fff!important;border-color:#e1d4b3!important}.footer{color:#666!important;border-top:1px solid var(--gold)!important;background:#fff!important}.contactSocialCard,.contactSocialIcon,.contactChat,.contactBubble{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}.contactSocialCard:hover{background:var(--goldSoft)!important}.imageBrandFallback,.detailImageFallback,.galleryMain,.detailThumbs button,.recentCard img,.relatedCard img,.wishlistPage .wishlistCard img{background:#fff!important}.toast,.globalToast,.errorToast{color:#171717!important;border:1px solid var(--gold)!important;background:#fff!important}.blackBg,.darkPanel,.darkCard,.darkBox,.blackPanel,.blackCard{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}.hero h1,.hero h2,.hero h3,.section h1,.section h2,.section h3,.productTitle h3,.priceRow .price,.detailText,.optionBlock h3,.accordionHead,.drawerFooter span{color:#171717!important}.eyebrow,.drawerLabel,.productDescriptionHead,.quantityLabel,.optionLabel{color:#b18420!important}html,body,#__next,body,.siteMain,.siteMain>main,.section,main{color:#171717!important;background:#fff!important}.header{color:#171717!important;border-bottom:1px solid var(--gold)!important;background:#fff!important}.headerActions a,.header .search input,.logo{color:#171717!important}.header .search input{border-color:var(--gold)!important;background:#fff!important}.menuButton,.iconButton{color:#171717!important;border:1px solid var(--gold)!important;background:#fff!important}.menuButton svg,.iconButton svg{color:#171717!important;stroke:#171717!important}.drawerBackdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#ffffffb8!important}.sideDrawer{color:#171717!important;border-right:1px solid var(--gold)!important;background:#fff!important;box-shadow:20px 0 55px #0000001f!important}.drawerHead,.drawerNav,.drawerFooter{color:#171717!important}.drawerNav a,.drawerLogout{color:#171717!important;background:#fff!important}.drawerNav a.active{color:#8b6418!important;border-color:var(--gold)!important;background:#fff8e8!important}.drawerNav a:hover,.drawerLogout:hover{background:#fffaf0!important}.drawerFooter{border-top-color:#dfcc9f!important}.card,.cardBody,.productCard,.productCardBody,.authCard,.loginCard,.registerCard,.accountCard,.profileCard,.orderCard,.wishlistCard,.cartCard,.checkoutCard,.checkoutVariantBox,.fixedPriceNotice,.paymentOnlyCard,.paymentGuideCard,.paymentStep,.guideCard,.guideFaq,.guideFaqGrid>div,.legalModal,.reviewCard,.emptyReview,.recentlyViewed,.recentCard,.supportCard,.contactSocialCard,.contactBubble,.addressCard,.savedAddresses button{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}.authLuxury,.authPage,.loginPage,.registerPage,.forgotPasswordPage{color:#171717!important;background:#fff!important}.authForm{color:#171717!important;border-color:var(--gold)!important;background:#fff!important;box-shadow:0 12px 35px #0000000f!important}.authIntro,.authHelp,.authForm .muted{color:#666!important}.form input,.form select,.form textarea,.input,.txInput,.addressForm input,.addressForm select,.contactChatPage textarea{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}.form input::placeholder,.input::placeholder,.txInput::placeholder,.addressForm input::placeholder,.contactChatPage textarea::placeholder{color:#888!important}.googleBtn{color:#171717!important;background:#fff!important;border-color:#cfcfcf!important}.btn,.buyBtn,.detailBuy,.authLoginBtn,.addBagBtn,.loginButton,.registerButton,.paymentQrDownload,.stickyBuyBar .stickyBuy{color:#171717!important;border:1px solid var(--gold2)!important;background:linear-gradient(135deg,#e0b84f,#c8952d)!important;box-shadow:0 8px 24px #c79a3b26!important}.btn:hover,.buyBtn:hover,.detailBuy:hover,.authLoginBtn:hover,.addBagBtn:hover{color:#111!important;background:linear-gradient(135deg,#edca69,#d3a43a)!important}.btn.secondary{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}.choices button,.choices span,.colorChoices button,.sizeChoices button,.colorChoices button,.sizeChoices button,.buyOptions .choices button{color:#171717!important;border:1px solid var(--gold)!important;background:#fff!important}.choices button.selected,.colorChoices button.selected,.sizeChoices button.selected,.buyOptions .choices button.selected,.checkoutVariantBox .sizeChoices button.selected,.checkoutVariantBox .choices button.selected{color:#171717!important;background:#e0b84f!important;border-color:#a9791c!important;box-shadow:0 0 0 2px #c79a3b2e!important}.optionBlock,.detailSections,.detailSection,.accordionHead,.accordionBody,.highlightsGrid div,.reviewForm,.reviewLoad,.sizeChartTable,.detailText,.productInfo,.productDescription{color:#171717!important;background:#fff!important}.detailIcon{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}.detailThumbs button,.galleryThumbs button,.swipeGallery,.galleryMain,.noImage{border-color:var(--gold)!important;background:#fff!important}.galleryThumbs button.active,.detailThumbs button.active{border-color:#a9791c!important;box-shadow:0 0 0 2px #c79a3b2e!important}.quantityStepper{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}.quantityStepper button{color:#8b6418!important;background:#fff!important}.quantityStepper span{color:#171717!important}.productCardLoading,.vyrostyloraRouteLoading,.vyrostyloraLoadingCard{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}.productCardLoading>span{color:#777!important}.productImageFallback,.imageBrandFallback,.detailImageFallback{color:#777!important;background:#fff!important}.productsSearch{border-color:var(--gold)!important;background:#fff!important}.productsSearch input{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}.productsSearch input::placeholder{color:#888!important}.guidePage,.guideHero,.guideSteps,.guideFaq{color:#171717!important;background:#fff!important}.guideCard{color:#171717!important;border:1px solid var(--gold)!important;background:#fff!important;box-shadow:0 10px 30px #0000000d!important}.guideCard h2,.guideCard p,.guideHero h1,.guideHero p,.guideFaq h2{color:#171717!important}.guideCard p,.guideFaqGrid span{color:#666!important}.guideImageWrap{border-color:var(--gold)!important;background:#fff!important}.guideFaqGrid>div{background:#fff!important;border-color:#dfc98f!important}.guideFaqGrid b{color:#8b6418!important}.paymentOnlyPage,.paymentOnlyTop,.paymentOnlyCard,.paymentGuideCard,.paymentSteps,.paymentStep,.paymentGuideNote{color:#171717!important;background:#fff!important}.paymentStep{border-color:var(--gold)!important}.paymentStep b,.paymentStep p{color:#171717!important}.paymentGuideNote{color:#666!important;border-color:#dfc98f!important}.addressForm,.checkoutForm,.checkoutSection,.savedAddresses{color:#171717!important;background:#fff!important}.addressMode button{color:#555!important;border-color:var(--gold)!important;background:#fff!important}.addressMode button.active{color:#171717!important;background:#e0b84f!important;border-color:#a9791c!important}.savedAddresses button.selected{color:#171717!important;border-color:var(--gold2)!important;background:#fff7e4!important}.contactChat{background:#fff!important}.contactBubble{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}.contactBubble span{color:#333!important}.contactSocialCard{color:#171717!important;border:1px solid var(--gold)!important;background:#fff!important}.heartButton,.detailIcon,.shareButton,.ratingButton,.ratingRow,.stars{color:#171717!important;border-color:var(--gold)!important;background:#fff!important}.heartButton.liked{color:#a9791c!important;border-color:var(--gold2)!important;background:#fff3d2!important}.legalOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffc7!important}.legalModal{color:#171717!important;border-color:var(--gold)!important;background:#fff!important;box-shadow:0 25px 80px #0000001f!important}.vyrostyloraErrorToast,.vyrostyloraToast,.toast{color:#171717!important;border:1px solid var(--gold)!important;background:#fff!important;box-shadow:0 12px 35px #0000001f!important}table,.sizeChartTable table{color:#171717!important;background:#fff!important}th{color:#171717!important;background:#f5edda!important}td{color:#333!important;background:#fff!important}button.selected,a.selected{color:#171717!important;background:#e0b84f!important;border-color:#a9791c!important}.productCardImage img,.galleryMain img,.galleryThumbs img,.detailThumbs img,.relatedCard img,.wishlistCard img{filter:none!important}.paymentQrDownload{justify-content:center;align-items:center;gap:9px;min-height:44px;display:inline-flex}.paymentQrGalleryIcon{flex:none;display:block}.paymentQrDownload span{line-height:1}.heartButton.liked svg,.detailIcon.liked svg,.relatedProductActions button.liked svg{color:#e53935!important;stroke:#e53935!important;fill:#e53935!important}.heartButton.liked:hover,.detailIcon.liked:hover,.relatedProductActions button.liked:hover{color:#d32f2f!important;background:#fff5f5!important;border-color:#e53935!important}.vyrostyloraShippingBadge{border:1px solid var(--gold);border-radius:999px;align-items:center;gap:9px;margin:12px 0 18px;padding:10px 14px;display:inline-flex;box-shadow:0 8px 24px #c79a3b1a;color:#171717!important;background:#fffaf0!important}.vyrostyloraShippingBadge span{font-size:19px}.vyrostyloraShippingBadge b{letter-spacing:.06em;font-size:12px;color:#8b6418!important}.vyrostyloraShippingBadge small{color:#777!important}.pydPage,.pydPage *{box-sizing:border-box}.pydPage{max-width:1180px;margin:0 auto}.pydHero{border:1px solid var(--gold);border-radius:30px;padding:48px 34px;box-shadow:0 24px 70px #c79a3b1f;background:linear-gradient(145deg,#fffdf8,#fff)!important}.pydKicker{letter-spacing:.2em;align-items:center;gap:8px;font-size:12px;font-weight:800;display:flex;color:#b18420!important}.pydHero h1{margin:16px 0;font-family:Georgia,serif;font-size:clamp(42px,7vw,78px);line-height:.98;color:#171717!important}.pydHero p{max-width:760px;font-size:18px;line-height:1.7;color:#666!important}.pydHeroActions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.pydWhatsapp,.pydCatalogLink{border-radius:999px;align-items:center;gap:9px;min-height:46px;padding:0 18px;font-weight:800;text-decoration:none;display:inline-flex}.pydWhatsapp{border:1px solid #b18420;color:#171717!important;background:#d7a52f!important}.pydWhatsapp.disabled{opacity:.6;pointer-events:none}.pydCatalogLink{border:1px solid var(--gold);color:#171717!important;background:#fff!important}.pydControls{margin:24px 0 14px}.pydSearchRow{grid-template-columns:1fr 190px 150px;gap:10px;display:grid}.pydSearchRow input,.pydSearchRow select{border:1px solid var(--gold);border-radius:14px;min-height:50px;padding:0 14px;color:#171717!important;background:#fff!important}.pydNotes{grid-template-columns:1.5fr 1fr;gap:14px;margin:14px 0 26px;display:grid}.pydNotes>div{border:1px solid var(--gold);border-radius:20px;padding:22px;background:#fff!important}.pydNoteTitle{letter-spacing:.1em;text-transform:uppercase;font-weight:900;color:#8b6418!important}.pydNotes li{margin:9px 0;color:#555!important}.pydTrust{flex-direction:column;justify-content:center;gap:8px;display:flex;color:#171717!important}.pydTrust svg{color:#b18420}.pydTrust b{letter-spacing:.08em;color:#8b6418!important}.pydTrust span{line-height:1.6;color:#777!important}.pydMessage{border:1px solid var(--gold);border-radius:14px;margin:14px 0;padding:14px 16px;color:#171717!important;background:#fffaf0!important}.pydLoading{border:1px solid var(--gold);border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:260px;display:flex;color:#171717!important;background:#fff!important}.pydLoading .vyrostyloraLoadingBrand{color:#b18420;letter-spacing:.22em;font-family:Georgia,serif}.pydLoading span{color:#777}.pydCatalogGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.pydProductCard{border:1px solid #dfc98f;border-radius:20px;overflow:hidden;box-shadow:0 12px 35px #0000000d;background:#fff!important}.pydProductImage{color:#b18420;letter-spacing:.18em;justify-content:center;align-items:center;height:170px;font-family:Georgia,serif;font-size:30px;display:flex;background:linear-gradient(135deg,#fff8e8,#fff)!important}.pydProductBody{flex-direction:column;gap:8px;padding:16px;display:flex}.pydProductBody small{text-transform:uppercase;letter-spacing:.1em;color:#b18420!important}.pydProductBody h3{min-height:48px;margin:0;font-size:17px;color:#171717!important}.pydProductBody b{color:#555!important}.pydProductBody .btn{width:100%;margin-top:5px}.pydEmpty{text-align:center;border:1px solid var(--gold);color:#777;border-radius:20px;grid-column:1/-1;padding:50px}.pydOverlay{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd1;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.pydModal{border:1px solid var(--gold);border-radius:26px;width:min(900px,100%);max-height:92vh;padding:28px;position:relative;overflow:auto;box-shadow:0 30px 90px #00000029;color:#171717!important;background:#fff!important}.pydClose{border:1px solid var(--gold);border-radius:12px;width:40px;height:40px;font-size:25px;position:absolute;top:14px;right:14px;color:#171717!important;background:#fff!important}.pydModal h2{margin:10px 45px 4px 0;font-family:Georgia,serif;font-size:34px;color:#171717!important}.pydFormGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:20px;display:grid}.pydFormGrid input,.pydFormGrid select,.pydFormGrid textarea{border:1px solid var(--gold);border-radius:12px;width:100%;min-height:48px;padding:11px 13px;color:#171717!important;background:#fff!important}.pydFormGrid textarea{grid-column:1/-1;min-height:100px}.pydModalActions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.pydClosedPage{flex-direction:column;justify-content:center;min-height:55vh;display:flex}.pydSettingsPanel,.pydAdminCard,.pydAdminCard *{color:#171717;background:#fff!important}.pydAdminList{gap:14px;display:grid}.pydAdminCard{border:1px solid var(--gold);border-radius:18px;padding:18px}.pydAdminGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0;display:grid}.pydAdminGrid>div{border:1px solid #ead9ad;border-radius:12px;flex-direction:column;gap:5px;padding:12px;display:flex}.pydAdminGrid b{color:#8b6418!important}.pydAdminGrid span{word-break:break-word;color:#555!important}@media (max-width:900px){.pydCatalogGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.pydSearchRow,.pydNotes,.pydAdminGrid{grid-template-columns:1fr}}@media (max-width:560px){.pydHero{border-radius:22px;padding:30px 20px}.pydHero h1{font-size:44px}.pydCatalogGrid,.pydFormGrid{grid-template-columns:1fr}.pydModal{padding:22px 16px}.pydModalActions{flex-direction:column}.pydModalActions .btn{width:100%}}.pydPhotoUpload{border:1px dashed var(--gold);cursor:pointer;border-radius:12px;align-items:center;gap:8px;min-height:48px;padding:10px 13px;display:flex;color:#171717!important;background:#fff!important}.pydPhotoUpload input{display:none!important}.locationPicker{background:#fff;border:1px solid #c9a44c;border-radius:18px;margin:18px 0 22px;padding:18px;box-shadow:0 10px 30px #0000000d}.locationPickerHeader{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.locationPickerHeader h3{margin:3px 0 6px;font-size:20px}.locationPickerHeader p{max-width:680px;margin:0}.locationLiveBtn{white-space:nowrap;color:#fff;background:#c99a27;border-color:#c99a27}.locationSearchRow{gap:10px;margin-top:14px;display:flex}.locationSearchRow input{flex:1;min-width:0}.locationSearchResults{gap:6px;margin-top:8px;display:grid}.locationSearchResults button{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2d2a3;border-radius:10px;flex-direction:column;align-items:flex-start;padding:10px 12px;display:flex}.locationSearchResults span{color:#666;margin-top:3px;font-size:12px}.locationMap{z-index:1;background:#f7f7f7;border:1px solid #d7c17f;border-radius:14px;height:320px;margin-top:14px;overflow:hidden}.locationMap .leaflet-control-attribution{font-size:9px}.locationStatus{color:#7a652a;margin:8px 2px 0;font-size:13px}.selectedLocationCard{background:#fffdf5;border:1px solid #e0cc93;border-radius:12px;flex-direction:column;gap:4px;margin:0 0 14px;padding:12px 14px;display:flex}.selectedLocationCard span{color:#555;font-size:13px}@media (max-width:700px){.locationPickerHeader{flex-direction:column}.locationLiveBtn{width:100%}.locationSearchRow{flex-direction:column}.locationSearchRow .btn{width:100%}.locationMap{height:280px}}.vyrostyloraRouteLoading{place-items:center;width:100%;min-height:calc(100vh - 78px);padding:40px 20px;display:grid;color:#171717!important;background:#fff!important}.vyrostyloraRouteLoadingCard{text-align:center;border-radius:24px;width:min(520px,92vw);padding:46px 30px;box-shadow:0 18px 55px #c79a3b1a;border:1px solid var(--gold)!important;color:#171717!important;background:#fff!important}.vyrostyloraRouteLoadingCard .vyrostyloraLoadingBrand{letter-spacing:6px;font-family:Georgia,Times New Roman,serif;font-size:14px;font-weight:900;color:#b18420!important}.vyrostyloraRouteLoadingCard .vyrostyloraLoadingTitle{letter-spacing:.04em;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,7vw,44px);font-weight:900;color:#171717!important}.vyrostyloraRouteLoadingCard .vyrostyloraLoadingSub{letter-spacing:2px;font-size:11px;color:#777!important}.vyrostyloraRouteLoadingCard .vyrostyloraLoadingLine{width:min(300px,72%);height:2px;margin:24px auto 0;background:#eee7d7!important}.vyrostyloraRouteLoadingCard .vyrostyloraLoadingLine span{background:linear-gradient(90deg,#0000,#d5a93d,#0000)!important}.locationLiveBtn{min-height:48px;font-weight:900;color:#171717!important;background:linear-gradient(135deg,#e0b84f,#c8952d)!important;border:1px solid #b18420!important}.locationLiveBtn.current{color:#8b6418!important;background:#fff8e8!important;border-color:#b18420!important}.locationLiveBtn:disabled{opacity:.72;cursor:wait}.selectedLocationCard{border-color:var(--gold)!important;color:#171717!important;background:#fffaf0!important}.selectedLocationCard b{color:#8b6418!important}@media (max-width:700px){.locationPicker{margin-left:0!important;margin-right:0!important;padding:16px!important}.locationPickerHeader p{line-height:1.55}.locationMap{height:300px!important}.locationLiveBtn{width:100%}}@media (prefers-reduced-motion:reduce){.vyrostyloraRouteLoadingCard .vyrostyloraLoadingLine span{animation:none!important}}.paymentDeliveryCard{border:1px solid var(--gold);color:#171717;background:#fffaf0;border-radius:16px;margin:0 0 18px;padding:14px 15px}.paymentDeliveryHead{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.paymentDeliveryHead>span{letter-spacing:.16em;color:#9a7420;font-size:11px;font-weight:900}.paymentDeliveryCard>b{margin-bottom:5px;font-size:15px;display:block}.paymentDeliveryCard p{color:#555;margin:0;font-size:13px;line-height:1.45}.paymentLocationBtn{border:1.5px solid var(--gold);color:#8b6418;letter-spacing:.05em;background:#fff;border-radius:999px;flex:none;padding:8px 11px;font-size:10px;font-weight:900}.paymentQrDownload{box-shadow:0 4px 12px #b184201a;border:2px solid var(--gold)!important;color:#171717!important;background:#fff!important;border-radius:12px!important}.paymentQrDownload:hover{color:#8b6418!important;background:#fffaf0!important}.heartButton.liked,.detailIcon.liked,.relatedProductActions button.liked{color:#e53935!important;border-color:var(--gold)!important;background:#fff!important}.heartButton.liked svg,.detailIcon.liked svg,.relatedProductActions button.liked svg{fill:#e53935!important;stroke:#e53935!important;color:#e53935!important}.vyrostyloraRouteLoading{place-items:center;min-height:calc(100vh - 140px);padding:38px 20px!important}.vyrostyloraRouteLoadingCard{min-height:220px;border-radius:24px!important;width:min(520px,92vw)!important;padding:42px 26px!important}.vyrostyloraRouteLoadingCard .vyrostyloraLoadingTitle{font-size:clamp(28px,7vw,42px)!important}@media (max-width:700px){.paymentDeliveryHead{flex-direction:column;align-items:flex-start}.paymentLocationBtn{width:100%}.vyrostyloraRouteLoading{min-height:calc(100vh - 120px);padding:30px 14px!important}.vyrostyloraRouteLoadingCard{min-height:200px;padding:34px 20px!important}}.paymentLocationPicker{margin-top:12px}.paymentLocationPicker .locationPicker{margin:0;padding:12px}.paymentLocationPicker .locationMap{height:240px}.tryLookPage{color:#171717;background:#fff;min-height:calc(100vh - 140px);padding:42px 18px 90px}.tryLookWrap{width:min(980px,100%);margin:auto}.tryLookBack{color:#333;border:1px solid var(--gold);border-radius:999px;align-items:center;gap:7px;margin-bottom:24px;padding:9px 14px;text-decoration:none;display:inline-flex}.tryLookHeader{text-align:center;max-width:720px;margin:8px auto 28px}.tryLookHeader h1{letter-spacing:-2px;margin:8px 0 15px;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,7vw,70px);line-height:.95}.tryLookHeader p{color:#666;margin:0;font-size:16px;line-height:1.6}.tryLookGrid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.tryLookPanel,.tryLookResult,.tryLookLoading{border:1px solid var(--gold);background:#fff;border-radius:22px;padding:18px;box-shadow:0 8px 30px #0000000d}.tryLookPanelTitle{letter-spacing:1.8px;color:#6e541f;align-items:center;gap:8px;margin-bottom:12px;font-size:13px;font-weight:900;display:flex}.tryLookUpload{cursor:pointer;color:#444;background:#faf8f1;border:1px dashed #b9964b;border-radius:17px;justify-content:center;align-items:center;width:100%;height:410px;display:flex;overflow:hidden}.tryLookUpload:disabled{opacity:.65;cursor:not-allowed}.tryLookUpload>span{flex-direction:column;align-items:center;gap:9px;display:flex}.tryLookUpload small{color:#888}.tryLookUpload img{object-fit:contain;background:#f6f6f6;width:100%;height:100%}.tryLookFile{color:#777;text-overflow:ellipsis;white-space:nowrap;margin:9px 2px;font-size:12px;overflow:hidden}.tryLookChange{width:100%;margin-top:6px}.tryLookPrivacy{color:#777;margin:12px 2px 0;font-size:11px;line-height:1.5}.tryLookProduct{background:#faf8f1;border-radius:17px;flex-direction:column;height:410px;display:flex;overflow:hidden}.tryLookProduct img{object-fit:contain;width:100%;height:calc(100% - 54px);min-height:0}.tryLookProduct>div{place-items:center;height:100%;font-family:Georgia,serif;font-size:32px;display:grid}.tryLookProduct strong{white-space:nowrap;text-overflow:ellipsis;padding:15px 16px;display:block;overflow:hidden}.tryLookError{color:#a00;background:#fff5f5;border:1px solid #d33;border-radius:13px;margin:15px 0;padding:13px 15px;font-weight:700}.tryLookGenerate{color:#111;cursor:pointer;background:#fff;border:1px solid #d4af55d1;border-radius:999px;justify-content:center;align-items:center;gap:9px;width:100%;margin-top:18px;padding:17px 20px;font-size:17px;font-weight:950;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s;display:flex;box-shadow:0 0 0 1px #d4af5514,0 5px 18px #d4af5514}.tryLookGenerate:hover:not(:disabled){background:#fffdf8;border-color:#d4af55;transform:translateY(-1px);box-shadow:0 0 0 1px #d4af551f,0 7px 22px #d4af551f}.tryLookGenerate:disabled{opacity:.55;cursor:not-allowed;transform:none}.tryLookGenerateLocked{opacity:.42;filter:saturate(.45);color:#777;box-shadow:none;background:#f4f4f4;border-color:#d4af5580}.tryLookGenerateLocked:hover{opacity:.58;background:#f7f7f7;transform:none}.tryLookPolicyRequired{color:#7a6a4a;text-align:center;justify-content:center;align-items:center;gap:6px;margin:8px 4px 0;font-size:11px;line-height:1.5;display:flex}.tryLookSpinner{border:2px solid #3334;border-top-color:#111;border-radius:50%;width:17px;height:17px;animation:.8s linear infinite vyrostyloraTrySpin}@keyframes vyrostyloraTrySpin{to{transform:rotate(360deg)}}.tryLookLoading{text-align:center;margin-top:18px;padding:30px 18px}.tryLookLoading strong,.tryLookLoading span{display:block}.tryLookLoading span{color:#777;margin-top:5px;font-size:12px}.tryLookLoading .vyrostyloraLoadingLine{max-width:360px;margin:15px auto 0}.tryLookResult{text-align:center;margin-top:18px}.tryLookResult>img{object-fit:contain;background:#f7f7f7;border-radius:14px;width:100%;max-height:780px;margin-bottom:15px;display:block}.tryLookDownload{border:1px solid var(--gold);justify-content:center;align-items:center;gap:8px;min-width:180px;display:inline-flex}.tryLookDetailBtn{border:1px solid var(--gold);color:#6e541f;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:10px;padding:14px;font-weight:900;text-decoration:none;display:flex}.tryLookNote{text-align:center;color:#777;max-width:700px;margin:18px auto 0;font-size:12px;line-height:1.6}@media (max-width:700px){.tryLookPage{padding:28px 12px 80px}.tryLookGrid{grid-template-columns:1fr}.tryLookUpload,.tryLookProduct{height:340px}.tryLookProduct img{height:calc(100% - 54px)}.tryLookHeader h1{font-size:43px}.tryLookPanel{border-radius:18px;padding:14px}}.tryLookColors{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;max-height:230px;margin-bottom:14px;padding-right:2px;display:grid;overflow:auto}.tryLookColor{text-align:left;cursor:pointer;color:#222;background:#fff;border:1px solid #c9aa5d;border-radius:14px;grid-template-columns:42px 1fr auto;align-items:center;gap:8px;min-width:0;padding:7px;font-weight:800;display:grid}.tryLookColor.active{background:#fff8e6;border:2px solid #b48a32;box-shadow:0 0 0 2px #b48a3214}.tryLookColorImage{background:#f4f4f4;border-radius:9px;width:42px;height:52px;display:block;overflow:hidden}.tryLookColorImage img{object-fit:cover;width:100%;height:100%}.tryLookNoColors{color:#777;margin:0 0 12px;font-size:13px}.tryLookConsent{color:#555;cursor:pointer;background:#fffdf7;border:1px solid #d8c18a;border-radius:12px;align-items:flex-start;gap:9px;margin-top:12px;padding:11px 12px;font-size:11px;line-height:1.5;display:flex}.tryLookConsent input{accent-color:#b48a32;flex:none;width:17px;height:17px;margin-top:2px}.tryLookConsent span,.tryLookPrivacy{align-items:flex-start;gap:5px;display:flex}@media (max-width:700px){.tryLookColors{grid-template-columns:1fr 1fr}.tryLookColor{grid-template-columns:36px 1fr auto}.tryLookColorImage{width:36px;height:46px}}.orderDeliveryPanel{position:relative}.orderDeliveryHead{justify-content:space-between;align-items:center;gap:12px;display:flex}.orderDeliveryHead h2{margin:0}.orderLocationBtn{color:#222;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #c9a44c;border-radius:999px;padding:11px 16px;font-weight:700}.orderLocationBtn.current{color:#111;background:#e7bb4f}.orderLocationPicker{margin-top:14px}.orderLocationPicker .locationPicker{margin:0}.orderLocationNote{margin-top:10px;font-size:12px}@media (max-width:700px){.orderDeliveryHead{flex-direction:column;align-items:stretch}.orderLocationBtn{width:100%}}.vyrostyloraUtrOverlay{z-index:99999;justify-content:center;align-items:center;padding:18px;animation:.22s both vyrostyloraUtrFade;display:flex;position:fixed;inset:0}.vyrostyloraUtrBackdrop{-webkit-backdrop-filter:blur(9px);background:#000000c7;position:absolute;inset:0}.vyrostyloraUtrModal{text-align:center;background:linear-gradient(145deg,#242016,#090909);border:1px solid #e0be69b3;border-radius:24px;width:min(100%,430px);padding:31px 26px 25px;animation:.28s cubic-bezier(.2,.8,.2,1) both vyrostyloraUtrPop;position:relative;box-shadow:0 25px 80px #000000a6,0 0 35px #e0be6921}.vyrostyloraUtrIcon{margin-bottom:15px;font-size:43px;line-height:1}.vyrostyloraUtrTitle{letter-spacing:1.5px;color:#f4e5bd;font-size:21px;font-weight:850}.vyrostyloraUtrSubtitle{color:#fff;margin-top:7px;font-size:16px;font-weight:750}.vyrostyloraUtrMessage{color:#d2d2d2;max-width:350px;margin:18px auto 9px;font-size:13px;line-height:1.7}.vyrostyloraUtrChecking{color:#efd58f;margin:10px 0 21px;font-size:13px;font-weight:900;line-height:1.55}.vyrostyloraUtrButton{color:#15120c;letter-spacing:.7px;cursor:pointer;background:#fff;border:1px solid #e0be69b8;border-radius:12px;width:100%;height:44px;font-weight:850}.vyrostyloraUtrButton:hover{background:#f7edcf;box-shadow:0 0 18px #e0be6926}@keyframes vyrostyloraUtrFade{0%{opacity:0}to{opacity:1}}@keyframes vyrostyloraUtrPop{0%{opacity:0;transform:translateY(14px)scale(.97)}to{opacity:1;transform:none}}@media (max-width:480px){.vyrostyloraUtrModal{border-radius:20px;padding:28px 20px 22px}.vyrostyloraUtrTitle{font-size:19px}}.productsPage>.grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.productsPage .productCard{display:block!important}.productsPage .productCardImage,.productsPage .productCardImage .productImageFallback{aspect-ratio:1!important;height:auto!important;min-height:0!important}.productsPage .productCardImage img{object-fit:cover;height:100%!important}.profileDetailsCurrent{grid-template-columns:auto 1fr;gap:10px 18px;margin:18px 0;display:grid}.profileDetailsCurrent span{color:#777}.profileDetailsActions{gap:12px;max-width:520px;display:grid}.profileChangeBox{gap:12px;max-width:620px;display:grid}.profileChangeButtons{flex-wrap:wrap;gap:10px;display:flex}.profileSummary{gap:8px;margin-top:22px;display:grid}.tryLookProductSwipe{touch-action:pan-y;background:#faf8f1;border-radius:17px;justify-content:center;align-items:center;height:410px;display:flex;position:relative;overflow:hidden}.tryLookProductSwipe img{object-fit:contain;width:100%;height:100%;display:block}.tryLookArrow{color:#171717;z-index:2;cursor:pointer;background:#ffffffe6;border-radius:50%;place-items:center;width:42px;height:42px;font-size:32px;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%);border:1px solid var(--gold)!important}.tryLookArrow.left{left:10px}.tryLookArrow.right{right:10px}.tryLookGalleryDots{z-index:2;justify-content:center;gap:6px;display:flex;position:absolute;bottom:10px;left:0;right:0}.tryLookGalleryDots button{cursor:pointer;background:#c8c8c8;border-radius:50%;width:7px;height:7px;padding:0;border:0!important}.tryLookGalleryDots button.active{background:#b78a2c;transform:scale(1.25)}.tryLookPhotoHint{color:#777;margin:10px 2px;font-size:11px;line-height:1.5}.vyrostyloraLoginPopup{z-index:99999;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.vyrostyloraLoginPopupBackdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000009e;position:absolute;inset:0}.vyrostyloraLoginPopupCard{text-align:center;border:1px solid var(--gold);z-index:1;background:#fff;border-radius:22px;width:min(92vw,390px);padding:30px 24px 24px;position:relative;box-shadow:0 20px 70px #00000059}.vyrostyloraLoginPopupCard h2{letter-spacing:2px;margin:8px 0;font-family:Georgia,Times New Roman,serif}.vyrostyloraLoginPopupCard p{color:#666;margin:0 0 20px;line-height:1.6}.vyrostyloraLoginPopupCard .btn{justify-content:center;min-width:160px;display:inline-flex}.vyrostyloraLoginPopupIcon{color:#b78a2c;font-size:34px}.vyrostyloraLoginPopupClose{cursor:pointer;background:#fff;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:10px;right:10px;border:1px solid var(--gold)!important}@media (max-width:560px){.productsPage>.grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.productsPage .productCardBody{padding:10px}.productsPage .productTitle h3{font-size:15px;line-height:1.2}.productsPage .priceRow .price{font-size:15px}.tryLookProductSwipe{height:360px}.profileDetailsCurrent{grid-template-columns:1fr}.profileDetailsCurrent span{margin-bottom:4px}}.tryLookPolicyBox{background:#fffdf7;border:1px solid #d4b66b;border-radius:15px;margin-top:14px;padding:14px}.tryLookPolicyHeading{color:#6e541f;letter-spacing:1.4px;align-items:center;gap:7px;font-size:12px;font-weight:950;display:flex}.tryLookPolicyBox p{color:#777;margin:7px 0 10px;font-size:11px;line-height:1.55}.tryLookPolicyLink{color:#6e541f;cursor:pointer;background:#fff;border:1px solid #d4af55;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:900}.tryLookPolicyLink:disabled,.tryLookInlinePolicy:disabled{opacity:.55;cursor:not-allowed}.tryLookConsent{margin-top:10px}.tryLookInlinePolicy{color:#6e541f;cursor:pointer;font-weight:900;font:inherit;text-align:left;background:0 0;border:0;margin:0;padding:0;text-decoration:underline}.vyrostyloraPolicyOverlay{z-index:100000;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.vyrostyloraPolicyBackdrop{-webkit-backdrop-filter:blur(9px);background:#000000b8;position:absolute;inset:0}.vyrostyloraPolicyModal{z-index:1;background:#fff;border:1px solid #d4af55cc;border-radius:24px;width:min(94vw,520px);max-height:min(88vh,720px);padding:28px 22px 20px;position:relative;overflow:hidden;box-shadow:0 25px 90px #00000073}.vyrostyloraPolicyClose{cursor:pointer;background:#fff;border:1px solid #d4af55;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:11px;right:11px}.vyrostyloraPolicyIcon{color:#9a7425;background:#fffaf0;border:1px solid #d4af55;border-radius:50%;place-items:center;width:48px;height:48px;margin-bottom:9px;display:grid}.vyrostyloraPolicyModal h2{letter-spacing:1px;margin:7px 0 15px;font-family:Georgia,Times New Roman,serif;font-size:25px;line-height:1.1}.vyrostyloraPolicyScroll{color:#555;max-height:52vh;padding-right:5px;font-size:13px;line-height:1.65;overflow:auto}.vyrostyloraPolicyScroll p{margin:0 0 13px}.vyrostyloraPolicyScroll strong{color:#252525}.vyrostyloraPolicyAccept{color:#151515;cursor:pointer;background:#e5bb52;border:1px solid #c99d35;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:12px;padding:14px 16px;font-size:14px;font-weight:950;display:flex}.vyrostyloraPolicyAccept:hover{background:#efc964}@media (max-width:700px){.vyrostyloraPolicyModal{border-radius:20px;padding:25px 17px 17px}.vyrostyloraPolicyModal h2{font-size:21px}.vyrostyloraPolicyScroll{max-height:55vh}}.paymentDeliveryCard{background:#ffffff0a;border:1px solid #ffffff24;border-radius:14px;margin:0 auto 18px;padding:16px}.paymentDeliveryHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.paymentDeliveryLabel{letter-spacing:.12em;opacity:.7;margin-bottom:5px;font-size:11px}.paymentDeliveryText{opacity:.9;margin-top:8px;line-height:1.55}.paymentChangeAddress{cursor:pointer;background:0 0;border:1px solid;border-radius:8px;padding:7px 11px;font-size:12px}.paymentChangeAddress:disabled{opacity:.5;cursor:not-allowed}.productCardBody{padding-bottom:14px}.productCard .priceRow{margin-bottom:12px}@media (max-width:700px){.productCardImage{padding:10px}.productCardImage img{height:285px}.productCardBody{padding:13px 14px 14px}.productTitle h3{font-size:18px}.ratingRow{margin-top:7px}.priceRow{margin-top:10px;margin-bottom:10px}.productCard .cardActions .btn{padding:9px 12px}}.tryLookUploadWrap{width:100%;position:relative}.tryLookPhotoRemove{border:1px solid var(--gold);color:#171717;cursor:pointer;z-index:3;background:#fffffff2;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 4px 14px #00000029}.tryLookPhotoRemove:hover{background:#fff4d4}.tryLookPhotoRemove:disabled{opacity:.55;cursor:not-allowed}.vyrostyloraEntryModal{width:min(94vw,560px)}.vyrostyloraEntryModal .vyrostyloraPolicyScroll{max-height:58vh}.vyrostyloraEntryActions{grid-template-columns:1fr 1.5fr;gap:10px;margin-top:14px;display:grid}.vyrostyloraEntryReject{color:#555;cursor:pointer;background:#fff;border:1px solid #b9b9b9;border-radius:999px;padding:13px 12px;font-weight:900}.vyrostyloraEntryReject:hover{background:#f4f4f4}@media (max-width:520px){.vyrostyloraEntryActions{grid-template-columns:1fr}.vyrostyloraEntryModal{max-height:92vh}}.detailBagQuick{z-index:6;border:1px solid var(--gold);color:#171717;cursor:pointer;background:#fff;border-radius:50%;place-items:center;width:44px;height:44px;font-size:19px;line-height:1;display:grid;position:absolute;top:14px;left:14px;box-shadow:0 4px 14px #0000001f}.detailBagQuick:hover{background:#fff8e8}.detailBagQuick:disabled{opacity:.55;cursor:not-allowed}.detailCartMessage{color:#9b2d2d;text-align:center;margin:7px 3px 10px;font-size:12px}.detailCartMessage.success{color:#287a3d}.vyrostyloraTryEntryOverlay{z-index:100001;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.vyrostyloraTryEntryBackdrop{-webkit-backdrop-filter:blur(10px);background:#000000c7;position:absolute;inset:0}.vyrostyloraTryEntryModal{z-index:1;background:#fff;border:1px solid #d4af55d9;border-radius:24px;width:min(94vw,540px);max-height:88vh;padding:28px 22px 20px;position:relative;overflow:hidden;box-shadow:0 25px 90px #0000007a}.vyrostyloraTryEntryClose{border:1px solid var(--gold);cursor:pointer;background:#fff;border-radius:50%;width:36px;height:36px;font-size:25px;line-height:1;position:absolute;top:11px;right:11px}.vyrostyloraTryEntryIcon{border:1px solid var(--gold);color:#9a7425;background:#fffaf0;border-radius:50%;place-items:center;width:50px;height:50px;margin-bottom:9px;display:grid}.vyrostyloraTryEntryModal h2{letter-spacing:.8px;margin:7px 0 15px;font-family:Georgia,Times New Roman,serif;font-size:24px;line-height:1.12}.vyrostyloraTryEntryScroll{color:#555;max-height:54vh;padding-right:5px;font-size:13px;line-height:1.65;overflow:auto}.vyrostyloraTryEntryScroll p{margin:0 0 13px}.vyrostyloraTryEntryScroll b{color:#252525}.vyrostyloraTryEntryActions{grid-template-columns:1fr 1.55fr;gap:10px;margin-top:14px;display:grid}.vyrostyloraTryReject{color:#555;cursor:pointer;background:#fff;border:1px solid #aaa;border-radius:999px;padding:13px;font-weight:900}.vyrostyloraTryAccept{color:#151515;cursor:pointer;background:#e5bb52;border:1px solid #c99d35;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:13px;font-size:13px;font-weight:950;display:flex}.vyrostyloraTryAccept:hover{background:#efc964}@media (max-width:520px){.vyrostyloraTryEntryActions{grid-template-columns:1fr}.vyrostyloraTryEntryModal{border-radius:20px;padding:25px 17px 17px}.vyrostyloraTryEntryModal h2{font-size:21px}}.vyrostyloraPolicyModal{max-height:calc(100vh - 28px);padding-bottom:calc(18px + env(safe-area-inset-bottom,0px));flex-direction:column;display:flex}.vyrostyloraPolicyModal .vyrostyloraPolicyScroll{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;max-height:none;padding-right:7px;overflow:auto}.vyrostyloraPolicyModal .vyrostyloraPolicyAccept{flex:none;width:100%;min-height:54px;margin-top:14px}.vyrostyloraPolicyModal .vyrostyloraPolicyClose{flex:none}@media (max-width:520px){.vyrostyloraPolicyModal{width:min(94vw,540px);max-height:calc(100vh - 20px);padding:22px 16px calc(14px + env(safe-area-inset-bottom,0px))}.vyrostyloraPolicyModal h2{font-size:21px;line-height:1.12}.vyrostyloraPolicyModal .vyrostyloraPolicyScroll{font-size:13px;line-height:1.6}.vyrostyloraPolicyModal .vyrostyloraPolicyAccept{min-height:56px;margin-top:12px;padding:13px 12px}}.tryLookPolicyModal{flex-direction:column;max-height:calc(100vh - 28px);display:flex;overflow:hidden}.tryLookPolicyModalText{color:#555;flex:none;font-size:12.5px;line-height:1.45;overflow:hidden}.tryLookPolicyModalText p{margin:0 0 9px}.tryLookPolicyModalText b{color:#252525}.tryLookPolicyModal .vyrostyloraPolicyAccept{flex:none;min-height:52px;margin-top:4px}.vyrostyloraLoginOverlay,.vyrostyloraTryLoadingOverlay{z-index:100002;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.vyrostyloraLoginBackdrop,.vyrostyloraTryLoadingOverlay{-webkit-backdrop-filter:blur(10px);background:#000000c7}.vyrostyloraLoginBackdrop{position:absolute;inset:0}.vyrostyloraLoginModal{z-index:1;background:#fff;border:1px solid #d4af55d9;border-radius:24px;width:min(94vw,500px);padding:28px 22px 20px;position:relative;overflow:hidden;box-shadow:0 25px 90px #0000007a}.vyrostyloraLoginClose{border:1px solid var(--gold);cursor:pointer;background:#fff;border-radius:50%;width:36px;height:36px;font-size:25px;line-height:1;position:absolute;top:11px;right:11px}.vyrostyloraLoginModal h2{letter-spacing:.8px;margin:7px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:25px;line-height:1.12}.vyrostyloraLoginModal p{color:#666;margin:0;font-size:13px;line-height:1.6}.vyrostyloraLoginActions{grid-template-columns:1fr 1.4fr;gap:10px;margin-top:18px;display:grid}.vyrostyloraLoginCancel,.vyrostyloraLoginContinue{cursor:pointer;border:1px solid #c99d35;border-radius:999px;justify-content:center;align-items:center;min-height:52px;font-size:13px;font-weight:950;text-decoration:none;display:flex}.vyrostyloraLoginCancel{color:#555;background:#fff}.vyrostyloraLoginContinue{color:#151515;background:#e5bb52}.vyrostyloraTryLoadingOverlay{z-index:100003;color:#fff}.vyrostyloraTryLoadingCard{color:#171717;text-align:center;background:#fff;border:1px solid #d4af55e6;border-radius:22px;width:min(88vw,420px);padding:30px 22px;box-shadow:0 25px 90px #00000080}.vyrostyloraTryLoadingCard strong,.vyrostyloraTryLoadingCard span{display:block}.vyrostyloraTryLoadingCard strong{margin-top:6px}.vyrostyloraTryLoadingCard span{color:#777;margin-top:7px;font-size:12px;line-height:1.5}.vyrostyloraTryLoadingCard .vyrostyloraLoadingLine{max-width:300px;margin:16px auto 0}@media (max-width:520px){.tryLookPolicyModal{width:min(94vw,540px);padding:21px 16px 14px}.tryLookPolicyModal h2{margin-bottom:11px;font-size:20px}.tryLookPolicyModalText{font-size:11.5px;line-height:1.4}.tryLookPolicyModalText p{margin-bottom:7px}.tryLookPolicyModal .vyrostyloraPolicyAccept{min-height:54px;font-size:12px}.vyrostyloraLoginModal{border-radius:20px;padding:24px 16px 16px}.vyrostyloraLoginActions{grid-template-columns:1fr}}.vyrostyloraTryEntryOverlay{z-index:100001!important;overscroll-behavior:none!important;touch-action:none!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100dvh!important;min-height:100vh!important;padding:12px!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.vyrostyloraTryEntryBackdrop{touch-action:none!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.vyrostyloraTryEntryModal{overscroll-behavior:none!important;touch-action:none!important;width:min(94vw,540px)!important;max-width:540px!important;max-height:calc(100vh - 24px)!important;margin:0!important;position:fixed!important;inset:50% auto auto 50%!important;overflow:hidden!important;transform:translate(-50%,-50%)!important}.vyrostyloraTryEntryScroll{overscroll-behavior:none!important;-webkit-overflow-scrolling:auto!important;touch-action:none!important;height:auto!important;max-height:none!important;overflow:hidden!important}.vyrostyloraTryEntryActions,.vyrostyloraTryEntryActions button{touch-action:manipulation!important}.vyrostyloraPolicyOverlay,.vyrostyloraLoginOverlay,.vyrostyloraTryLoadingOverlay{overscroll-behavior:none!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100dvh!important;min-height:100vh!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.vyrostyloraPolicyModal,.vyrostyloraLoginModal,.vyrostyloraTryLoadingCard{margin:0!important}.vyrostyloraPolicyOverlay,.vyrostyloraLoginOverlay,.vyrostyloraTryLoadingOverlay,.vyrostyloraPolicyModal,.vyrostyloraLoginModal,.vyrostyloraTryLoadingCard{overscroll-behavior:none!important}.detailAddToBag{border:1px solid var(--gold,#c9a43a);color:#6f5a25;width:100%;min-height:58px;font:inherit;letter-spacing:.04em;cursor:pointer;background:#fff;border-radius:999px;font-weight:700;transition:transform .15s,background .15s,opacity .15s}.detailAddToBag:hover:not(:disabled){background:#f7edcf}.detailAddToBag:active:not(:disabled){transform:scale(.99)}.detailAddToBag:disabled{opacity:.55;cursor:not-allowed}.vyro-support-fab{background:var(--accent,#d4aa43);color:#080808;z-index:9998;cursor:pointer;border:1px solid #d4aa43a6;border-radius:50%;place-items:center;width:58px;height:58px;display:grid;position:fixed;bottom:22px;right:18px;box-shadow:0 12px 34px #00000059}.vyro-bot-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:9999;background:#0d0d0ffa;border:1px solid #d4aa4373;border-radius:20px;flex-direction:column;width:min(390px,100vw - 28px);max-height:min(680px,100vh - 120px);display:flex;position:fixed;bottom:92px;right:18px;overflow:hidden;box-shadow:0 20px 60px #0000008c}.vyro-bot-head{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:15px 16px;display:flex}.vyro-bot-head div{flex-direction:column;gap:3px;display:flex}.vyro-bot-head span{opacity:.65;font-size:12px}.vyro-bot-head button{color:inherit;cursor:pointer;background:0 0;border:0}.vyro-bot-body{flex-direction:column;gap:10px;padding:14px;display:flex;overflow:auto}.vyro-bot-msg{border-radius:14px;padding:12px 13px;font-size:14px;line-height:1.55}.vyro-bot-msg.bot{background:#ffffff0f}.vyro-bot-options,.vyro-bot-order-list{flex-direction:column;gap:8px;display:flex}.vyro-bot-options button,.vyro-bot-order-list button,.vyro-bot-back{color:inherit;text-align:left;cursor:pointer;background:#ffffff09;border:1px solid #d4aa4359;border-radius:13px;align-items:center;gap:10px;padding:12px;display:flex}.vyro-bot-options button span{flex-direction:column;gap:3px;display:flex}.vyro-bot-options small,.vyro-bot-section small{opacity:.6}.vyro-bot-order-list button{flex-direction:column;align-items:flex-start;gap:3px;display:flex}.vyro-bot-section{flex-direction:column;gap:8px;display:flex}.vyro-bot-details{gap:7px;display:grid}.vyro-bot-details>div{background:#ffffff0b;border-radius:10px;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.vyro-bot-details strong{opacity:.55;text-transform:uppercase;font-size:11px}.vyro-bot-details span{font-size:13px;line-height:1.4}.vyro-bot-guide{background:#ffffff0b;border-radius:12px;padding:11px;font-size:13px;line-height:1.45}.vyro-bot-guide p{margin:6px 0}.vyro-bot-track{text-align:center;background:var(--accent,#d4aa43);color:#080808;border-radius:10px;padding:10px;font-weight:800;text-decoration:none;display:block}.vyro-bot-warning{background:#ffaa0014;border-radius:10px;padding:9px 10px;font-size:12px}.vyro-bot-loading,.vyro-bot-empty{text-align:center;opacity:.65;padding:12px}.vyro-bot-fixed{border-top:1px solid #ffffff14;grid-template-columns:1fr 1fr;gap:7px;padding:10px;display:grid}.vyro-bot-fixed button{color:inherit;cursor:pointer;background:0 0;border:1px solid #d4aa4366;border-radius:10px;padding:9px 7px;font-size:11px;font-weight:700}@media (max-width:520px){.vyro-support-fab{bottom:16px;right:14px}.vyro-bot-panel{width:calc(100vw - 20px);max-height:calc(100vh - 105px);bottom:84px;right:10px}}.homeDropVisual{text-align:center;border:1px solid var(--gold);background:#fff;place-items:center;display:grid;overflow:hidden}.homeDropVisual:after{content:"";filter:blur(13px);pointer-events:none;background:radial-gradient(#d2aa464d 0%,#d2aa461f 38%,#0000 72%);width:62%;height:22%;position:absolute;bottom:14%;left:19%}.homeDropVisual .heroCopy{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.homeDropVisual .heroCopy strong{white-space:nowrap;color:#171717;line-height:.85;letter-spacing:-7px!important;font-size:clamp(78px,18vw,160px)!important}.homeDropVisual .heroCopy small,.homeDropVisual .heroCopy span{text-align:center;display:block}.homeStory{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.homeStory:after{content:"";filter:blur(12px);pointer-events:none;background:radial-gradient(#d2aa4638,#0000 70%);height:18%;position:absolute;bottom:12%;left:15%;right:15%}.homeStory>*{z-index:1;position:relative}.homeStory h3{text-align:center;margin-left:auto;margin-right:auto}.homeStory .btn{align-self:center}.categoryStrip a{text-align:center;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.categoryStrip a:after{content:"";filter:blur(3px);background:radial-gradient(#cda44152,#0000 72%);border-radius:999px;height:5px;position:absolute;bottom:9px;left:25%;right:25%}.features div{text-align:center;justify-content:center;align-items:center;position:relative}.features div:after{content:"";filter:blur(3px);background:radial-gradient(#cda44147,#0000 70%);border-radius:999px;height:4px;position:absolute;bottom:9px;left:22%;right:22%}.footerLocation{letter-spacing:2px;font-size:12px;font-weight:900;color:#9b751e!important;margin:8px 0 0!important}.colorChoices button{min-height:48px;color:#171717!important;border:1px solid var(--gold)!important;background:#fff!important;justify-content:center!important}.colorChoices button.selected{background:var(--gold)!important;color:#171717!important;border-color:var(--gold2)!important;box-shadow:0 0 0 1px #c99a272e!important}.colorChoices .colorDot{border:1px solid #9c9c9c!important;border-radius:50%!important;flex:0 0 20px!important;width:20px!important;min-width:20px!important;height:20px!important;min-height:20px!important;display:block!important;box-shadow:inset 0 0 0 1px #0000000d!important}.colorChoices button.selected .colorDot{border-color:#777!important;box-shadow:inset 0 0 0 1px #0000001a!important}.productDetailInfo .detailAddToBag,.productDetailInfo .detailBuy{justify-content:center;align-items:center;width:100%;min-height:56px;margin:0;display:flex!important}.productDetailInfo .detailAddToBag{margin-bottom:10px!important}.productDetailInfo .detailCartMessage{text-align:center;margin:0 0 10px!important}.colorChoices button,.sizeChoices button{text-align:center;justify-content:center!important;align-items:center!important}.colorDot{flex:0 0 20px;margin:0!important}.optionBlock h3{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.profileLockedCard{margin-top:20px;border-color:var(--gold)!important}.profileLockedHead{border-bottom:1px solid #ead9ae;justify-content:space-between;align-items:center;gap:12px;padding-bottom:14px;display:flex}.profileLockedHead div{flex-direction:column;gap:4px;display:flex}.profileLockedHead span{color:#777;font-size:12px}.profileLockBadge{border:1px solid var(--gold);letter-spacing:1px;border-radius:999px;color:#8d6517!important;padding:6px 10px!important;font-weight:900!important}.profileLockedValues{grid-template-columns:repeat(3,1fr);gap:12px;padding:16px 0;display:grid}.profileLockedValues div{background:#fffdf7;border:1px solid #ead9ae;border-radius:12px;flex-direction:column;gap:5px;padding:12px;display:flex}.profileLockedValues small{color:#777}.profileEditButton{justify-content:center;width:100%;margin-top:4px}.profileEditForm{gap:12px;padding-top:16px;display:grid}.profileEditForm label{gap:7px;font-weight:800;display:grid}.profileSecurityGrid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px;display:grid}.profileSecurityCard{border:1px solid var(--gold);text-align:left;cursor:pointer;color:#171717;background:#fff;border-radius:16px;gap:7px;padding:18px;display:grid}.profileSecurityCard:hover{background:#fffaf0;transform:translateY(-1px)}.profileSecurityCard span{color:#a57b1d;font-size:22px}.profileSecurityCard small{color:#777;line-height:1.4}.profileSecurityTitle{flex-direction:column;gap:5px;margin-bottom:5px;display:flex}.profileSecurityTitle span{letter-spacing:2px;color:#9b751e;font-size:10px;font-weight:900}.profileSecurityTitle b{font-size:24px}.profileSecurityModalBox{gap:12px;max-width:620px;margin-top:16px;display:grid}.orderDetailPage .orderLocationPicker,.orderDetailPage .paymentLocationPicker,.orderDetailPage .locationPicker{display:block!important}.orderLocationBtn{box-shadow:0 7px 20px #c79a3b29;color:#171717!important;border-color:var(--gold2)!important;background:linear-gradient(135deg,#e0b84f,#c8952d)!important;font-weight:950!important}.orderLocationBtn:disabled{opacity:.65;cursor:wait}@media (max-width:700px){.homeDropVisual .heroCopy strong{letter-spacing:-5px!important;font-size:82px!important}.profileLockedValues,.profileSecurityGrid{grid-template-columns:1fr}.profileSecurityCard{text-align:center;justify-items:center}}.pydMaintenanceHero{flex-direction:column;justify-content:center;min-height:58vh;display:flex}.pydSimpleInfo{border:1px solid var(--gold);border-radius:18px;gap:7px;max-width:520px;margin-top:28px;padding:20px 22px;display:grid;background:linear-gradient(145deg,#fffaf0,#fff)!important}.pydSimpleInfo span{letter-spacing:.18em;font-size:11px;font-weight:900;color:#8b6418!important}.pydSimpleInfo b{letter-spacing:.08em;font-size:22px;color:#171717!important}.pydSimpleInfo small{font-size:14px;color:#777!important}.vyrostyloraErrorToast{z-index:10050;border:1px solid #d33;border-radius:12px;align-items:center;gap:10px;max-width:min(92vw,560px);padding:12px 16px;font-weight:800;display:flex;position:fixed;top:82px;left:50%;transform:translate(-50%);box-shadow:0 12px 35px #aa000029;color:#a10f0f!important;background:#fff5f5!important}.vyrostyloraErrorIcon{color:#fff;background:#d33;border-radius:50%;flex:0 0 24px;place-items:center;width:24px;height:24px;font-weight:900;display:grid}.vyrostyloraFieldError{animation:.22s linear 2 vyroErrorShake;border-color:#d33!important;box-shadow:0 0 0 2px #d3333324!important}@keyframes vyroErrorShake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.detailThumbs button{box-shadow:none!important;background:#fff!important;border:1px solid #d8c28b!important;border-radius:10px!important}.detailThumbs button.active{border:3px solid #9a6f19!important;box-shadow:0 0 0 1px #9a6f1926!important}.homeTrendingGrid{align-items:start;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;display:grid!important}.homeTrendingGrid .productCard{background:#fff!important;border:1px solid #d8c28b!important;border-radius:16px!important;display:block!important;overflow:hidden!important;transform:none!important;box-shadow:0 4px 16px #0000000b!important}.homeTrendingGrid .productCardImage{background:#fff!important;border:0!important;padding:6px!important}.homeTrendingGrid .productCardImage img,.homeTrendingGrid .productImageFallback{aspect-ratio:1/1.08!important;object-fit:cover!important;background:#fff!important;border-radius:10px!important;height:auto!important;min-height:0!important}.homeTrendingGrid .productBadges,.homeTrendingGrid .heartButton{display:none!important}.homeTrendingGrid .productCardBody{padding:8px 9px 10px!important}.homeTrendingGrid .productMetaRow,.homeTrendingGrid .productTitle,.homeTrendingGrid .ratingRow,.homeTrendingGrid .cardActions,.homeTrendingGrid .productMessage{display:none!important}.homeTrendingGrid .priceRow{flex-wrap:wrap!important;justify-content:center!important;align-items:baseline!important;gap:6px!important;margin:2px 0 0!important;display:flex!important}.homeTrendingGrid .priceRow .price{color:#171717!important;font-size:16px!important}.homeTrendingGrid .oldPrice{color:#777!important;font-size:10px!important}.homeTrendingGrid .discountText{display:none!important}@media (max-width:560px){.homeTrendingGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.homeTrendingGrid .priceRow .price{font-size:15px!important}.homeTrendingGrid .oldPrice{font-size:9px!important}}.contactChatPage{min-height:0!important;padding-top:28px!important;padding-bottom:28px!important}.contactChatPage .contactSocials{gap:10px!important;margin-top:18px!important;margin-bottom:0!important}.contactChatPage .contactSocialCard{min-height:92px!important;padding:18px 20px!important}.contactChatPage .contactSocialIcon{flex-basis:58px!important;width:58px!important;height:58px!important}.contactChatPage .contactSocialIcon svg{width:34px!important;height:34px!important}.vyroChatPage{min-height:calc(100vh - 80px);color:#171717!important;background:#fff!important;padding:18px 0 90px!important}.vyroChatShell{background:#fff;border:1px solid #d8c28b;border-radius:22px;width:min(760px,94%);margin:0 auto;overflow:hidden;box-shadow:0 14px 45px #00000014}.vyroChatHead{background:#fff;border-bottom:1px solid #ead9ae;justify-content:space-between;align-items:center;padding:15px 16px;display:flex}.vyroChatBotIdentity{align-items:center;gap:11px;display:flex}.vyroChatBotEmoji{background:#f7f0df;border:1px solid #d8c28b;border-radius:50%;place-items:center;width:44px;height:44px;font-size:24px;display:grid}.vyroChatBotIdentity b{font-size:16px;display:block}.vyroChatBotIdentity span{color:#777;margin-top:2px;font-size:11px;display:block}.vyroChatClose{color:#171717;cursor:pointer;background:#fff;border:1px solid #d8c28b;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.vyroChatBody{flex-direction:column;gap:12px;padding:16px;display:flex}.vyroChatIntro{color:#333;background:#faf7ef;border:1px solid #ead9ae;border-radius:15px;padding:14px;line-height:1.55}.vyroChatOptions{gap:10px;display:grid}.vyroChatOption{color:#171717;text-align:left;cursor:pointer;background:#fff;border:1px solid #d8c28b;border-radius:14px;align-items:center;gap:10px;width:100%;padding:14px;display:flex}.vyroChatOption span{flex-direction:column;gap:3px;display:flex}.vyroChatOption small{color:#777}.vyroChatBack{color:#8b6418;cursor:pointer;background:0 0;border:0;align-self:flex-start;padding:4px 0;font-weight:800}.vyroChatLoading,.vyroChatEmpty{text-align:center;color:#777;padding:18px}.vyroChatError{color:#a10f0f;background:#fff1f1;border:1px solid #d33;border-radius:12px;padding:11px 12px}.vyroChatOrder{background:#fff;border:1px solid #d8c28b;border-radius:14px;padding:14px}.vyroChatOrder h3{margin:0 0 6px}.vyroChatOrder p{color:#666;margin:5px 0}.vyroChatTrack{color:#171717;background:linear-gradient(135deg,#e0b84f,#c8952d);border-radius:999px;margin-top:10px;padding:10px 14px;font-weight:900;text-decoration:none;display:inline-block}.vyroChatFooter{color:#777;text-align:center;border-top:1px solid #ead9ae;padding:10px 16px;font-size:11px}.productCard .productMetaRow .pill{color:#a97b1f!important;letter-spacing:.08em!important;background:linear-gradient(#fffdf7,#f7f0df)!important;border-color:#c79a3b!important;font-weight:900!important}.productCard .productBadges .productBadge.offer{justify-content:center;align-items:center;display:inline-flex!important}.productCard .discountText{color:#65704d;background:#faf8ef;border:1px solid #b7aa7d;border-radius:999px;justify-content:center;align-items:center;margin:7px 0 0;padding:5px 9px;font-size:12px;font-weight:800;line-height:1;display:inline-flex!important}.homeTrendingGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:18px!important}.homeTrendingGrid .productCard{min-width:0!important}.homeTrendingGrid .productCardImage{cursor:pointer!important}.homeTrendingGrid .productCard .discountText{display:none!important}.homeTrendingGrid .productCardBody{height:auto!important;min-height:0!important}.homeTrendingGrid .priceRow{margin:2px 0 0!important}.homeTrendingGrid .discountText{color:#65704d!important}.trendingSection{margin-bottom:0!important;padding-bottom:20px!important}.homeFeatureSection{margin-top:0!important;padding-top:22px!important}.homePage .section{margin-bottom:0!important}.homePage .sectionHead{margin-bottom:16px!important}.detailGalleryVideo{object-fit:contain!important;background:#fff!important;border-radius:0!important;width:100%!important;height:100%!important;max-height:none!important;display:block!important}.swipeGallery:has(.detailGalleryVideo){background:#fff!important}.swipeGallery>.galleryImageMotion:has(.detailGalleryVideo){background:#fff!important}.detailVideoThumb{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important}.detailVideoThumb video,.swipeGallery>.galleryImageMotion{background:#fff!important}@media (max-width:560px){.productCard:not(.homeTrendingGrid .productCard) .discountText,.homeTrendingGrid .productCard .productBadges{display:none!important}.swipeGallery{background:#fff!important;border-radius:0!important}.swipeGallery>.galleryImageMotion{background:#fff!important;height:58vh!important;min-height:360px!important}.swipeGallery>.galleryImageMotion .detailGalleryVideo{height:100%!important;min-height:0!important}.homeTrendingGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:14px!important}.homeTrendingGrid .productCard{width:100%!important}}.homePage .section,.productDetailPage{animation:none!important}.productCard,.card,.panel,.detailGallery,.productDetailInfo,.checkoutSide{will-change:auto!important}.productCard .productBadges .productBadge.offer{justify-content:center;align-items:center;color:#65704d!important;background:#faf8ef!important;border-color:#b7aa7d!important;display:inline-flex!important}.productCard .discountText,.homeTrendingGrid .productBadges,.homeTrendingGrid .heartButton{display:none!important}@media (max-width:560px){.homeTrendingGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.homeTrendingGrid .productCard{width:100%!important}.homeTrendingGrid .productCardImage img,.homeTrendingGrid .productImageFallback{aspect-ratio:1/1.08!important;height:auto!important}}@media (max-width:700px){.trending-products,.trending-grid,.trending-products-grid,.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.product-card,.product-item,.product-tile{height:auto!important;min-height:0!important;margin-bottom:0!important}.product-card .wishlist,.product-card .wishlist-btn,.product-card .favorite,.product-card .favorite-btn{z-index:5!important;position:absolute!important;top:12px!important;right:10px!important}.product-card .discount,.product-card .discount-badge,.product-card .sale-badge,.product-card .offer-badge{z-index:4!important;position:absolute!important;top:14px!important;left:72px!important}.product-card .price+.discount,.product-card .price+.discount-badge,.product-card .price+.sale-badge,.product-card .price+.offer-badge,.product-card .product-price~.discount,.product-card .product-price~.discount-badge{display:none!important}.featured-products,.shop-products,.shop-section,.featured-grid,.featured-products-grid{height:auto!important;min-height:0!important;margin-bottom:0!important;padding-bottom:0!important}.featured-products .product-grid,.shop-products .product-grid{height:auto!important;min-height:0!important}}.productCardImage .productBadges{z-index:6!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;width:auto!important;max-width:none!important;display:flex!important;top:18px!important;left:18px!important;right:64px!important}.productCardImage .productBadges .productBadge{white-space:nowrap!important;flex:none!important}.productCardImage .heartButton{z-index:8!important;top:14px!important;right:10px!important}@media (max-width:700px){.productsPage .productCardImage .productBadges{gap:8px!important;top:14px!important;left:14px!important;right:58px!important}.productsPage .productCardImage .heartButton{width:42px!important;height:42px!important;top:10px!important;right:9px!important}.productsPage.section{margin-bottom:0!important;padding-bottom:18px!important}.productsPage>.grid{align-items:start!important;margin-bottom:0!important}}@media (max-width:560px){.homeTrendingGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important;gap:10px!important}.homeTrendingGrid .productCard{width:100%!important;min-width:0!important;height:auto!important;min-height:0!important}.homeTrendingGrid .productCardImage{padding:5px!important}.homeTrendingGrid .productCardImage img,.homeTrendingGrid .productImageFallback{aspect-ratio:1!important;width:100%!important;height:auto!important;min-height:0!important}.homeTrendingGrid .productCardBody{min-height:0!important;padding:7px 7px 8px!important}.homeTrendingGrid .priceRow{justify-content:center!important;gap:4px!important;margin:2px 0 0!important}.homeTrendingGrid .priceRow .price{font-size:14px!important}.homeTrendingGrid .oldPrice{font-size:9px!important}}.productsPage,.productsPage.section{min-height:0!important}@media (max-width:560px){.productsPage.section{padding-top:48px!important;padding-bottom:18px!important}}.productsPage.section,.productsPage{flex:none!important;height:auto!important;min-height:0!important;padding-bottom:24px!important}.productsPage>.grid{align-content:start!important;height:auto!important;min-height:0!important;margin-bottom:0!important}.productsPage .productCard{align-self:start!important;height:auto!important;min-height:0!important}.orderAddressLocked{color:#6e5a2d!important;background:#fbf8ef!important;border:1px solid #e5d4a6!important;border-radius:10px!important;margin-top:12px!important;padding:10px 12px!important;font-size:13px!important}.orderDeliveryHead{justify-content:space-between;align-items:center;display:flex}:is(body:has(.vyroChatPage) .footer,body:has(.vyroChatPage) .vyro-support-fab){display:none!important}body:has(.vyroChatPage) .siteMain{min-height:calc(100vh - 78px)!important}body:has(.vyroChatPage){overflow:hidden}.vyroChatPage{color:#292929!important;background:#fff!important;width:100%!important;height:calc(100vh - 78px)!important;min-height:calc(100vh - 78px)!important;margin:0!important;padding:0!important;display:flex!important;overflow:hidden!important}.vyroChatShell{width:100%!important;height:100%!important;box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;flex-direction:column!important;margin:0!important;display:flex!important;overflow:hidden!important}.vyroChatHead{background:#fff!important;border-bottom:1px solid #e4d4ad!important;flex:0 0 76px!important;gap:10px!important;padding:12px 18px!important}.vyroChatBackIcon,.vyroChatClose{color:#222!important;cursor:pointer!important;background:#fff!important;border:1px solid #d4b56a!important;border-radius:50%!important;flex:0 0 42px!important;place-items:center!important;width:42px!important;height:42px!important;display:grid!important}.vyroChatBotIdentity{flex:1!important;min-width:0!important}.vyroChatBotEmoji{color:#171717!important;background:#f8f2e4!important;border:1px solid #d8c28b!important;border-radius:50%!important;width:46px!important;height:46px!important}.vyroChatBotIdentity b{font-size:17px!important}.vyroChatBotIdentity span{color:#7d7d7d!important;font-size:12px!important}.vyroChatBody{background:#fff!important;flex:auto!important;gap:12px!important;min-height:0!important;padding:18px max(18px,50vw - 380px) 12px!important;overflow-y:auto!important}.vyroChatMessages{flex-direction:column!important;gap:10px!important;width:100%!important;display:flex!important}.vyroChatBotMessage{color:#333!important;white-space:normal!important;background:#f4f4f4!important;border-radius:5px 18px 18px!important;align-self:flex-start!important;width:min(100%,520px)!important;padding:16px 17px!important;font-size:15px!important;line-height:1.55!important}.vyroChatTyping{background:#f1f1f1!important;border-radius:6px 16px 16px!important;justify-content:center!important;align-items:center!important;gap:5px!important;width:68px!important;height:42px!important;display:flex!important}.vyroChatTyping i{background:#aaa!important;border-radius:50%!important;width:8px!important;height:8px!important;animation:1.1s ease-in-out infinite vyroChatDot!important}.vyroChatTyping i:nth-child(2){animation-delay:.15s!important}.vyroChatTyping i:nth-child(3){animation-delay:.3s!important}@keyframes vyroChatDot{0%,60%,to{opacity:.55;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.vyroChatOptions{gap:10px!important;width:100%!important;max-width:720px!important;margin:2px auto 0!important;display:grid!important}.vyroChatOption{color:#222!important;background:#fff!important;border:1px solid #d6bc74!important;border-radius:16px!important;min-height:74px!important;padding:14px 16px!important;box-shadow:0 3px 12px #00000009!important}.vyroChatOption svg{flex:0 0 23px!important}.vyroChatOption b{font-size:16px!important}.vyroChatOption small{color:#777!important;font-size:12px!important}.vyroChatOption:hover{background:#fffaf0!important}.vyroChatInputBar{background:#fff!important;border:1px solid #d8c28b!important;border-radius:18px!important;align-items:center!important;gap:8px!important;width:100%!important;max-width:720px!important;margin:2px auto 0!important;padding:8px!important;display:flex!important;box-shadow:0 5px 18px #0000000d!important}.vyroChatInputBar input{color:#222!important;background:#fff!important;border:0!important;outline:0!important;flex:1!important;min-width:0!important;padding:13px 12px!important;font-size:15px!important}.vyroChatInputBar input:focus{box-shadow:none!important}.vyroChatInputBar button{color:#151515!important;cursor:pointer!important;background:linear-gradient(135deg,#e4bb52,#c9952d)!important;border:0!important;border-radius:50%!important;place-items:center!important;width:44px!important;height:44px!important;display:grid!important}.vyroChatInputBar button:disabled{opacity:.45!important;cursor:not-allowed!important}.vyroChatHomeButton{color:#6e551e!important;cursor:pointer!important;background:#fff!important;border:1px solid #d4b56a!important;border-radius:999px!important;align-self:center!important;padding:10px 16px!important;font-weight:800!important}.vyroChatInlineError{color:#a51e1e!important;background:#fff1f1!important;border:1px solid #df8f8f!important;border-radius:10px!important;align-self:flex-start!important;padding:9px 12px!important;font-size:13px!important}.vyroChatFooter{color:#888!important;text-align:center!important;background:#fff!important;border-top:1px solid #eee2c7!important;flex:none!important;padding:10px 16px!important;font-size:11px!important}@media (max-width:560px){.vyroChatHead{flex-basis:72px!important;padding:10px 12px!important}.vyroChatBody{padding:14px 14px 10px!important}.vyroChatBotMessage{max-width:92%!important;font-size:15px!important}.vyroChatOption{min-height:70px!important}.vyroChatFooter{padding:8px!important}}.storeAdSection{width:100%;margin:0 0 28px}.storeAdFrame{background:#fff;border:1px solid #b89741b8;border-radius:24px;width:100%;overflow:hidden;box-shadow:0 14px 38px #0000000f}.storeAdLink{background:#fff;width:100%;line-height:0;display:block}.storeAdImage{aspect-ratio:3;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;background:#fff;width:100%;display:block}.storeAdDots{justify-content:center;align-items:center;gap:9px;min-height:22px;padding:10px 0 0;display:flex}.storeAdDot{cursor:pointer;background:#d7d7d7;border:0;border-radius:999px;width:9px;height:9px;padding:0;transition:width .2s,background .2s}.storeAdDot.active{background:#171717;width:28px}@media (max-width:700px){.storeAdSection{margin-bottom:22px}.storeAdFrame{border-radius:20px}.storeAdImage{aspect-ratio:2.55}.storeAdDots{gap:7px;padding-top:8px}.storeAdDot{width:8px;height:8px}.storeAdDot.active{width:24px}.productsPage .productCardImage .productBadges{flex-wrap:nowrap!important;gap:7px!important;width:auto!important;max-width:calc(100% - 74px)!important;top:14px!important;left:8px!important;right:66px!important;overflow:visible!important}.productsPage .productCardImage .productBadge{white-space:nowrap!important;flex:none!important}.productsPage .productCardImage .heartButton{z-index:8!important;top:10px!important;right:9px!important}.productsPage .productCard .discountText{color:#65704d!important;white-space:nowrap!important;background:#faf8ef!important;border:1px solid #b7aa7d!important;border-radius:999px!important;justify-content:flex-start!important;align-items:center!important;width:max-content!important;min-width:0!important;margin:8px 0 0!important;padding:5px 10px!important;font-size:12px!important;font-weight:800!important;line-height:1!important;display:flex!important}.productsPage .productCard .cardActions{gap:8px!important;margin-top:10px!important}.productsPage .productCard .priceRow{margin-bottom:0!important}}.productsPage.section,.productsPage{padding-top:18px!important}.productsPage>.storeAdSection{width:calc(100% + 18px)!important;margin:0 -9px 24px!important}.storeAdFrame{background:#fff!important;border-radius:24px!important;overflow:hidden!important}.storeAdImage{will-change:transform, opacity;transform:translateZ(0);aspect-ratio:2.65!important;object-fit:cover!important;background:#fff!important}.storeAdImageEntering{animation:.48s cubic-bezier(.22,.75,.25,1) both vyroAdBannerIn}@keyframes vyroAdBannerIn{0%{opacity:0;transform:translate(22px)scale(1.012)}55%{opacity:.8}to{opacity:1;transform:translate(0)scale(1)}}.storeAdDots{gap:8px!important;min-height:22px!important;padding:9px 0 0!important}.storeAdDot{width:9px!important;height:9px!important;transition:width .38s cubic-bezier(.22,.75,.25,1),transform .38s,background-color .25s!important}.storeAdDot.active{transform:scaleY(1.05);background:#171717!important;width:30px!important}@media (max-width:700px){.productsPage.section,.productsPage{padding-top:12px!important;padding-bottom:18px!important}.productsPage>.storeAdSection{width:calc(100% + 18px)!important;margin-bottom:20px!important;margin-left:-9px!important;margin-right:-9px!important}.storeAdFrame{border-radius:22px!important}.storeAdImage{aspect-ratio:2.35!important}.storeAdDots{gap:7px!important;padding-top:8px!important}.storeAdDot{width:8px!important;height:8px!important}.storeAdDot.active{width:27px!important}}@media (prefers-reduced-motion:reduce){.storeAdImageEntering{animation:none!important}.storeAdDot{transition:none!important}}.orderIdLine{flex-wrap:wrap;align-items:center;gap:7px;min-width:0;display:flex}.orderIdLine>b{overflow-wrap:anywhere;min-width:0}.orderIdCopyButton{color:#765a1d;cursor:pointer;background:#fffdf7;border:1px solid #d8c28b;border-radius:999px;flex:none;min-height:28px;padding:4px 8px;font-size:10px;font-weight:800;line-height:1}.orderIdCopyButton:hover{background:#fff7df}.orderIdCopyButtonLarge{min-height:32px;padding:7px 11px;font-size:11px}.orderDetailIdRow{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.orderDetailIdRow h1{margin-bottom:0!important}.vyroChatHead{z-index:30!important;background:#fff!important;flex-shrink:0!important;position:sticky!important;top:0!important}.vyroChatBody{scrollbar-gutter:stable both-edges!important;position:relative!important}.vyroChatMessages,.vyroChatOptions,.vyroGuideSelector,.vyroChatInputBar,.vyroChatHomeButton{flex:none!important}.vyroChatOptions{margin-top:auto!important;padding-top:4px!important}.vyroGuideSelector{background:linear-gradient(#fffdf7,#fff)!important;border:1px solid #d6bc74!important;border-radius:16px!important;width:100%!important;max-width:720px!important;margin:2px auto 0!important;padding:13px!important;box-shadow:0 4px 15px #0000000a!important}.vyroGuidePrompt{color:#6e551e;text-align:center;margin-bottom:10px;font-size:14px;font-weight:800}.vyroGuideChoices{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.vyroGuideChoice{color:#222;cursor:pointer;background:#fff;border:1px solid #d8c28b;border-radius:12px;min-height:44px;font-weight:800}.vyroGuideChoice:hover,.vyroGuideChoice:focus{background:#fff7df;outline:none}.vyroGuideContinue{color:#171717;cursor:pointer;background:linear-gradient(135deg,#e4bb52,#c9952d);border:1px solid #c8952d;border-radius:12px;width:100%;min-height:44px;margin-top:10px;font-weight:900}.vyroGuideContinue:disabled{opacity:.45;cursor:not-allowed}.vyroGuideSelected{padding-bottom:12px}@media (max-width:560px){.orderIdCopyButton{min-height:26px;padding:4px 7px;font-size:9px}.orderDetailIdRow{align-items:flex-start}.orderDetailIdRow h1{font-size:30px!important;line-height:1.15!important}.vyroGuideChoices{grid-template-columns:1fr}.vyroGuideChoice{min-height:42px}}.storeAdDots .storeAdDot.active{background:#dedede!important;border-radius:999px!important;width:30px!important;height:8px!important;position:relative!important;overflow:hidden!important;transform:none!important}.storeAdDots .storeAdDot.active:after{content:"";border-radius:inherit;width:0;animation:vyroAdProgress var(--ad-duration,4s) linear forwards;background:#171717;position:absolute;inset:0}@keyframes vyroAdProgress{0%{width:0}to{width:100%}}@media (max-width:700px){.storeAdDots .storeAdDot.active{width:30px!important;height:7px!important}}body:has(.vyroChatPage) .vyroChatShell{grid-template-rows:76px minmax(0,1fr) auto!important;align-content:stretch!important;display:grid!important;position:relative!important;overflow:hidden!important}body:has(.vyroChatPage) .vyroChatHead{z-index:100!important;visibility:visible!important;opacity:1!important;flex:none!important;grid-row:1!important;height:76px!important;min-height:76px!important;display:flex!important;position:relative!important;inset:auto!important;overflow:visible!important;transform:none!important}body:has(.vyroChatPage) .vyroChatBotIdentity{visibility:visible!important;opacity:1!important;display:flex!important}body:has(.vyroChatPage) .vyroChatBotEmoji{visibility:visible!important;opacity:1!important;display:flex!important}body:has(.vyroChatPage) .vyroChatBotIdentity b{visibility:visible!important;opacity:1!important;display:flex!important}body:has(.vyroChatPage) .vyroChatBotIdentity span{visibility:visible!important;opacity:1!important;display:flex!important}body:has(.vyroChatPage) .vyroChatBotIdentity{align-items:center!important;gap:11px!important}body:has(.vyroChatPage) .vyroChatBotIdentity>div:last-child{visibility:visible!important;opacity:1!important;display:block!important}body:has(.vyroChatPage) .vyroChatBotEmoji{flex:0 0 46px!important;justify-content:center!important;align-items:center!important;width:46px!important;height:46px!important}body:has(.vyroChatPage) .vyroChatBody{grid-row:2!important;height:auto!important;min-height:0!important;overflow:hidden auto!important}body:has(.vyroChatPage) .vyroChatFooter{z-index:50!important;grid-row:3!important;position:relative!important}@media (max-width:560px){body:has(.vyroChatPage) .vyroChatShell{grid-template-rows:72px minmax(0,1fr) auto!important}body:has(.vyroChatPage) .vyroChatHead{height:72px!important;min-height:72px!important}}.orderAdminChatNotice{border:1px solid var(--gold,#caa42f);background:#fff;border-radius:18px;margin:14px 0 18px;padding:12px;box-shadow:0 8px 28px #0000000f}.orderAdminChatNoticeText{color:#555;margin:2px 4px 10px;font-size:13px;line-height:1.5}.orderAdminChatBox{background:#fafafa;border:1px solid #ded7c7;border-radius:16px;overflow:hidden}.orderAdminChatHeader{background:#fff;border-bottom:1px solid #e5e0d4;align-items:center;gap:10px;padding:11px 12px;display:flex}.orderAdminAvatar{color:#111;background:#d5aa35;border:1px solid #b88f24;border-radius:50%;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.orderAdminChatHeader b{font-size:14px;display:block}.orderAdminChatHeader small{color:#777;margin-top:2px;display:block}.orderAdminChatMessages{flex-direction:column;gap:8px;max-height:300px;padding:11px;display:flex;overflow:auto}.orderAdminChatEmpty{color:#666;background:#f0efed;border-radius:12px;padding:12px;font-size:13px}.orderAdminBubble{word-break:break-word;border-radius:13px;max-width:84%;padding:9px 11px;font-size:14px;line-height:1.45}.orderAdminBubble.admin{background:#eee;align-self:flex-start}.orderAdminBubble.customer{background:#ead39a;align-self:flex-end}.orderAdminBubbleSender{letter-spacing:1px;opacity:.65;margin-bottom:3px;font-size:9px;font-weight:800;display:block}.orderAdminBubble small{opacity:.55;margin-top:4px;font-size:9px;display:block}.orderAdminBubble img{border-radius:9px;max-width:190px;max-height:190px;margin-top:6px;display:block}.orderAdminChatCompose{background:#fff;border-top:1px solid #e1ddd2;padding:9px}.orderAdminChatCompose textarea{resize:vertical;width:100%;min-height:62px;font:inherit;background:#fff;border:1px solid #d7cfbe;border-radius:11px;outline:none;padding:9px}.orderAdminChatActions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:7px;display:flex}.orderAdminChatActions input{max-width:190px;font-size:11px}.orderAdminChatActions span{color:#8a6a18;font-size:11px}@media (max-width:600px){.orderAdminChatNotice{border-radius:16px}.orderAdminChatMessages{max-height:270px}.orderAdminBubble{max-width:88%}}.contactChatPage.simplePage{height:auto!important;min-height:0!important;margin-top:0!important;margin-bottom:0!important;padding-top:20px!important;padding-bottom:20px!important}.contactChatPage.simplePage h1{margin-top:7px!important;margin-bottom:12px!important}.contactChatPage.simplePage .muted{margin-top:0!important;margin-bottom:12px!important}.contactChatPage .contactSocials{margin-top:12px!important;margin-bottom:0!important}.auth:not(.authLuxury){min-height:0!important;padding:24px 14px 32px!important}.auth:not(.authLuxury)>.form{margin:0 auto!important}.authLuxury{min-height:0!important;padding:28px 14px 38px!important}.authLuxury .authInner{width:min(500px,94vw)!important}.authLuxury .authBrand{margin-bottom:12px!important}.authLuxury .authForm{margin:0!important}.googleIcon{color:#0000!important;flex:0 0 22px!important;place-items:center!important;width:22px!important;height:22px!important;display:grid!important}.googleIcon svg{width:22px!important;height:22px!important;display:block!important}.sizeChartBox,.sizeChartPhotoSection{box-shadow:none!important;border-style:solid!important;border-width:1px!important}.sizeChartBox{border-color:#d8c28b!important}.sizeChartPhotoSection{border:1px solid #d8c28b!important;border-radius:16px!important;overflow:hidden!important}.orderTrackingPanel{padding:22px!important}.orderTrackingHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.orderTrackingEyebrow{color:#a97b1f;letter-spacing:2.4px;margin-bottom:4px;font-size:10px;font-weight:900;display:block}.orderTrackingHeader h2{margin:0!important;font-size:clamp(28px,6vw,42px)!important;line-height:1.05!important}.orderCurrentLocation{color:#6d551d;text-align:right;background:#fffaf0;border:1px solid #d8c28b;border-radius:999px;max-width:48%;padding:8px 10px;font-size:11px;font-weight:800}.orderTrackingTimeline{margin:8px 0 12px;padding:2px 0;position:relative}.orderTrackingStep{grid-template-columns:34px 1fr;column-gap:14px;min-height:82px;display:grid;position:relative}.orderTrackingRail{background:#eadfca;width:2px;position:absolute;top:30px;bottom:-4px;left:16px;overflow:hidden}.orderTrackingRail span{background:#c99a27;width:100%;height:0;transition:height .35s;display:block}.orderTrackingStep.done .orderTrackingRail span{height:100%}.orderTrackingStep:last-child{min-height:62px}.orderTrackingStep:last-child .orderTrackingRail{display:none}.orderTrackingNode{z-index:2;color:#fff;background:#fff;border:1px solid #cdbb91;border-radius:50%;place-items:center;width:34px;height:34px;font-size:16px;font-weight:950;display:grid;position:relative}.orderTrackingStep.done .orderTrackingNode{color:#171717;background:#c99a27;border-color:#c99a27}.orderTrackingStep.current .orderTrackingNode{box-shadow:0 0 0 5px #fff5d9,0 0 0 6px #d8c28b}.orderTrackingCopy{flex-direction:column;gap:3px;padding:1px 0 16px;display:flex}.orderTrackingCopy b{color:#222;font-size:16px}.orderTrackingCopy small{color:#777;font-size:12px}.orderTrackingCopy em{color:#8b6418;margin-top:3px;font-size:12px;font-style:normal;font-weight:800}.orderTrackingMeta{color:#666;margin:7px 0;font-size:12px}.orderTrackingMeta b{color:#333}.ratingPercent{font-weight:800;color:#a97b1f!important}@media (max-width:560px){.contactChatPage.simplePage{padding:18px 0!important}.contactChatPage.simplePage h1{font-size:44px!important}.contactChatPage .contactSocialCard{min-height:78px!important;padding:14px 16px!important}.auth:not(.authLuxury){padding:18px 10px 28px!important}.authLuxury{padding:18px 10px 30px!important}.authLuxury .authBrand{width:min(150px,44vw)!important;margin-bottom:10px!important}.authLuxury .authBrand img{max-height:120px!important}.authForm{padding:24px 20px 22px!important}.orderTrackingPanel{padding:18px!important}.orderTrackingHeader{display:block}.orderCurrentLocation{text-align:left;max-width:100%;margin-top:10px;display:inline-block}.orderTrackingStep{grid-template-columns:32px 1fr;column-gap:12px;min-height:78px}.orderTrackingRail{left:15px}.orderTrackingNode{width:32px;height:32px}}:is(.siteMain:has(.contactChatPage),.siteMain:has(.auth)){min-height:0!important}:is(.siteMain:has(.contactChatPage)>main,.siteMain:has(.auth)>main){flex:none!important}.contactSupportGuide{border-radius:18px;margin:26px 0 8px;padding:24px 24px 22px;box-shadow:0 8px 24px #0000000a;border:1px solid var(--gold)!important;color:#171717!important;background:#fff!important}.contactSupportEyebrow{color:#a97b1f;letter-spacing:2.5px;margin-bottom:7px;font-size:10px;font-weight:900}.contactSupportGuide h2{color:#171717!important;margin:0 0 8px!important;font-size:30px!important;line-height:1.1!important}.contactSupportGuide>p{color:#6d6d6d!important;max-width:760px!important;margin:0 0 18px!important;line-height:1.65!important}.contactSupportGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.contactSupportItem{background:#fffdf8;border:1px solid #e5d7b6;border-radius:14px;flex-direction:column;gap:7px;min-height:118px;padding:15px;display:flex}.contactSupportItem strong{color:#171717;font-size:14px}.contactSupportItem span{color:#6d6d6d;font-size:12px;line-height:1.55}.contactSupportNote{color:#6d6d6d;background:#faf5e8;border:1px solid #ead9ae;border-radius:12px;margin-top:14px;padding:12px 14px;font-size:11px;line-height:1.55}.contactSupportNote b{color:#8d6517}@media (max-width:700px){.contactSupportGuide{margin-top:20px;padding:20px 16px 18px}.contactSupportGrid{grid-template-columns:1fr;gap:10px}.contactSupportItem{min-height:0}}
