.storefront-promo{--promo-gold: #b98943;--promo-gold-light: #d4aa68;--promo-ink: #172235;position:fixed;inset:0;z-index:10000;display:grid;place-items:center;overflow:hidden;overscroll-behavior:none;touch-action:none;padding:clamp(0px,2.2vh,22px);background:#171512;animation:promo-backdrop-in .6s cubic-bezier(.2,.75,.2,1) both}.storefront-promo__ambient{position:absolute;inset:-34px;background:url(/customer-assets/storefront-promo-bg.webp) center 68% / cover no-repeat;filter:blur(24px) brightness(.55) saturate(.8);transform:scale(1.08);opacity:.78}.storefront-promo__ambient:after{content:"";position:absolute;inset:0;background:#14110d6b}.storefront-promo__canvas{position:relative;width:min(100%,488px);height:min(100%,1010px);min-height:560px;overflow:hidden;isolation:isolate;border:1px solid rgba(236,220,194,.52);border-radius:clamp(0px,3.4vh,34px);background:#f8f2e9;box-shadow:0 36px 100px #00000073,0 0 0 1px #0000006b;animation:promo-canvas-in .9s cubic-bezier(.18,.82,.18,1) both}.storefront-promo__picture,.storefront-promo__picture img,.storefront-promo__shade{position:absolute;inset:0;width:100%;height:100%}.storefront-promo__picture img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.015);animation:promo-image-in 1.8s cubic-bezier(.18,.75,.2,1) both}.storefront-promo__shade{z-index:1;background:linear-gradient(180deg,rgba(251,247,239,.08) 0%,rgba(251,247,239,.24) 28%,transparent 51%),radial-gradient(ellipse at 50% 27%,rgba(255,253,248,.8) 0%,rgba(255,253,248,.38) 35%,transparent 67%)}.storefront-promo__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%;padding:clamp(138px,18vh,182px) 24px 0;text-align:center;color:var(--promo-ink)}.storefront-promo__brand,.storefront-promo__message,.storefront-promo__actions{opacity:0;transform:translateY(22px);animation:promo-content-in .76s cubic-bezier(.2,.8,.2,1) forwards}.storefront-promo__brand{animation-delay:.26s}.storefront-promo__message{animation-delay:.41s}.storefront-promo__actions{animation-delay:.56s}.storefront-promo__brand{display:flex;flex-direction:column;align-items:center;color:var(--promo-gold)}.storefront-promo__logo{display:block;width:clamp(224px,36vh,310px);height:auto;-o-object-fit:contain;object-fit:contain;filter:sepia(.22) saturate(.72) brightness(.62) drop-shadow(0 7px 16px rgba(117,80,35,.12))}.storefront-promo__message{margin-top:clamp(46px,6vh,62px)}.storefront-promo__message p{margin:0;font-family:Cairo,Tajawal,sans-serif;font-size:clamp(16px,2.5vh,22px);font-weight:400;color:#4f5560}.storefront-promo__actions{display:flex;flex-direction:column;align-items:center;width:min(100%,330px);margin-top:clamp(28px,4.2vh,44px)}.storefront-promo__primary{display:flex;align-items:center;justify-content:center;gap:15px;width:100%;min-height:62px;padding:12px 22px;border:1px solid rgba(142,95,36,.25);border-radius:17px;background:linear-gradient(120deg,#b57e34,#d2a460,#ae752d);box-shadow:0 13px 28px #8d5b2047,inset 0 1px #ffffff61;color:#fff;font-family:Cairo,Tajawal,sans-serif;font-size:19px;font-weight:600;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}.storefront-promo__primary svg{width:24px;height:24px;stroke-width:1.7}.storefront-promo__primary:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 17px 34px #8d5b2057}.storefront-promo__primary:active{transform:translateY(0) scale(.985)}.storefront-promo__signin{margin-top:18px;padding:4px 8px 5px;border:0;border-bottom:1px solid rgba(135,99,57,.55);background:transparent;color:#7e6952;font-family:Cairo,Tajawal,sans-serif;font-size:17px;cursor:pointer;transition:color .18s ease,border-color .18s ease}.storefront-promo__signin:hover{color:var(--promo-gold);border-color:var(--promo-gold)}.storefront-promo--leaving{pointer-events:none;animation:promo-backdrop-out .76s cubic-bezier(.45,0,.35,1) forwards}.storefront-promo--leaving .storefront-promo__canvas{animation:promo-canvas-out .76s cubic-bezier(.45,0,.35,1) forwards}.storefront-promo--leaving .storefront-promo__content{animation:promo-content-out .4s ease-in forwards}.storefront-promo--leaving .storefront-promo__picture img{animation:promo-image-out .76s cubic-bezier(.45,0,.35,1) forwards}@keyframes promo-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes promo-canvas-in{0%{opacity:0;transform:translateY(26px) scale(.965);clip-path:inset(7% 4% 7% 4% round 46px)}to{opacity:1;transform:none;clip-path:inset(0 round 0)}}@keyframes promo-image-in{0%{transform:scale(1.08);filter:brightness(1.1)}to{transform:scale(1.015);filter:none}}@keyframes promo-content-in{to{opacity:1;transform:translateY(0)}}@keyframes promo-backdrop-out{0%,58%{opacity:1}to{opacity:0}}@keyframes promo-canvas-out{0%{opacity:1;transform:none;clip-path:inset(0 round 0)}to{opacity:0;transform:translateY(-18px) scale(1.025);clip-path:inset(48% 8% 48% 8% round 50%)}}@keyframes promo-content-out{to{opacity:0;transform:translateY(-24px);filter:blur(4px)}}@keyframes promo-image-out{to{transform:scale(1.075);filter:brightness(1.15) blur(2px)}}@media(max-width:560px){.storefront-promo{padding:0;background:#f8f2e9}.storefront-promo__ambient{display:none}.storefront-promo__canvas{width:100%;height:100%;min-height:540px;border:0;border-radius:0;box-shadow:none}}@media(max-height:760px){.storefront-promo__content{padding-top:102px}.storefront-promo__logo{width:220px}.storefront-promo__message{margin-top:34px}.storefront-promo__message p{font-size:15px}.storefront-promo__actions{margin-top:22px}.storefront-promo__primary{min-height:54px;font-size:17px}.storefront-promo__signin{margin-top:12px;font-size:15px}}@media(prefers-reduced-motion:reduce){.storefront-promo,.storefront-promo *,.storefront-promo *:before,.storefront-promo *:after{animation-duration:1ms!important;animation-delay:0ms!important;transition-duration:1ms!important}}.storefront-search{position:fixed;inset:0;z-index:120;display:grid;align-items:start;justify-items:center;padding:calc(10px + env(safe-area-inset-top)) 12px 18px;direction:rtl}.storefront-search__backdrop{position:absolute;inset:0;border:0;background:#fffaf1b8;-webkit-backdrop-filter:blur(12px) saturate(1.04);backdrop-filter:blur(12px) saturate(1.04);cursor:pointer}.storefront-search__shell{position:relative;z-index:1;width:min(100%,900px);max-height:min(76dvh,720px);display:grid;grid-template-rows:auto auto auto minmax(0,1fr);overflow:hidden;border:1px solid rgba(170,132,84,.24);border-radius:0 0 22px 22px;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.95),transparent 44%),linear-gradient(180deg,#fffdf8,#f7efe3);color:#171412;box-shadow:inset 0 1px #ffffffeb,0 26px 58px #5c43262e;animation:storefront-search-shell .22s cubic-bezier(.16,1,.3,1) both;transform-origin:top center}.storefront-search__shell:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,transparent,#c99655,transparent);pointer-events:none}@keyframes storefront-search-shell{0%{opacity:0;transform:translateY(-18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.storefront-search__top{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 18px;border-bottom:1px solid rgba(170,132,84,.16)}.storefront-search__title{min-width:0}.storefront-search__title strong{color:#171412;font-size:clamp(18px,2.5vw,23px);font-weight:950;line-height:1.1}.storefront-search__close,.storefront-search__clear{display:grid;place-items:center;padding:0;border:1px solid rgba(170,132,84,.24);background:#ffffffa3;color:#2f251b;cursor:pointer;transition:transform .17s ease,border-color .17s ease,background .17s ease,color .17s ease}.storefront-search__close{flex:0 0 auto;width:38px;height:38px;border-radius:12px}.storefront-search__clear{grid-area:action;width:32px;height:32px;border-radius:10px}.storefront-search__close:hover,.storefront-search__clear:hover{border-color:#b77f3f85;background:#fff6e6f5;color:#9d692f}.storefront-search__close:active,.storefront-search__clear:active,.storefront-search__tags button:active,.storefront-search__product:active{transform:translateY(1px) scale(.99)}.storefront-search__close svg,.storefront-search__clear svg{width:20px;height:20px}.storefront-search__command{min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) 34px 26px;grid-template-areas:"input action icon";align-items:center;gap:10px;margin:14px 18px 10px;padding:8px 13px;border:1px solid rgba(170,132,84,.24);border-radius:15px;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.88),transparent 54%),#ffffffa8;box-shadow:inset 0 1px #ffffffeb,0 12px 26px #5c432614;transition:border-color .17s ease,background .17s ease,box-shadow .17s ease}.storefront-search__command:focus-within{border-color:#b77f3f8f;background:#ffffffdb;box-shadow:inset 0 1px #fffffff2,0 15px 34px #5c43261f}.storefront-search__command>svg{grid-area:icon;width:23px;height:23px;color:#b77f3f;stroke-width:2.1}.storefront-search__command input{grid-area:input;min-width:0;border:0;outline:0;background:transparent;color:#171412;font:inherit;font-size:clamp(16px,2.3vw,21px);font-weight:900;line-height:1.1;text-align:right}.storefront-search__command input::-moz-placeholder{color:#2f251b6b}.storefront-search__command input::placeholder{color:#2f251b6b}.storefront-search__command-status{grid-area:action;min-width:0;overflow:hidden;color:#2f251b80;font-size:12px;font-weight:900;text-align:left;text-overflow:ellipsis;white-space:nowrap}.storefront-search__tags{display:flex;gap:8px;overflow-x:auto;padding:0 18px 14px;scrollbar-width:none}.storefront-search__tags::-webkit-scrollbar{display:none}.storefront-search__tags button{flex:0 0 auto;min-height:34px;padding:0 14px;border:1px solid rgba(170,132,84,.24);border-radius:999px;background:#ffffff94;color:#2f251bb8;font-size:13px;font-weight:900;cursor:pointer;transition:transform .17s ease,border-color .17s ease,background .17s ease,color .17s ease}.storefront-search__tags button:hover,.storefront-search__tags button.is-active{border-color:#b77f3f9e;background:linear-gradient(180deg,#c99655,#a96f31);color:#fffaf1}.storefront-search__main{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border-top:1px solid rgba(170,132,84,.14)}.storefront-search__status{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 18px}.storefront-search__status span{color:#9d692f;font-size:13px;font-weight:950}.storefront-search__status small{min-width:0;overflow:hidden;color:#2f251b8a;font-size:12px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.storefront-search__grid{min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:10px;overflow-y:auto;padding:0 18px 18px;scrollbar-width:thin;scrollbar-color:rgba(183,127,63,.46) transparent}.storefront-search__product,.storefront-search__loading-card{min-width:0;min-height:128px;display:grid;grid-template-columns:minmax(0,1fr) 104px;grid-template-areas:"body media";gap:10px;overflow:hidden;border:1px solid rgba(170,132,84,.22);border-radius:14px;background:radial-gradient(circle at 62% 12%,rgba(214,169,93,.12),transparent 42%),#ffffff94;box-shadow:inset 0 1px #ffffffdb,0 10px 22px #5c432614}.storefront-search__product{color:inherit;direction:ltr;text-decoration:none;animation:storefront-search-product .22s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--item-index, 0) * 24ms);transition:transform .17s ease,border-color .17s ease,background .17s ease,box-shadow .17s ease}@keyframes storefront-search-product{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.storefront-search__product:hover{border-color:#b77f3f75;background:#fffaf1f0;box-shadow:inset 0 1px #ffffffe6,0 14px 28px #5c43261f;transform:translateY(-1px)}.storefront-search__product--sold-out{opacity:.68}.storefront-search__media,.storefront-search__loading-media{grid-area:media;width:104px;min-height:128px;display:grid;place-items:center;overflow:hidden;border-right:1px solid rgba(170,132,84,.16);background:radial-gradient(circle at 50% 44%,rgba(214,169,93,.16),transparent 54%),#fffaf1bd}.storefront-search__media img{width:100%;height:100%;max-height:122px;-o-object-fit:contain;object-fit:contain;padding:9px}.storefront-search__product--sold-out .storefront-search__media img{opacity:.58;filter:grayscale(.32) saturate(.76)}.storefront-search__media svg{width:32px;height:32px;color:#b77f3f7a}.storefront-search__product-body,.storefront-search__loading-content{grid-area:body;min-width:0;display:grid;align-content:space-between;gap:9px;padding:13px;direction:rtl;text-align:right}.storefront-search__product-body small,.storefront-search__product-body strong{min-width:0;overflow:hidden;text-overflow:ellipsis}.storefront-search__product-body small{color:#2f251b8f;font-size:12px;font-weight:900;white-space:nowrap}.storefront-search__product-body strong{color:#171412;font-size:15px;font-weight:950;line-height:1.35}.storefront-search__product-footer{min-width:0;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;flex-wrap:wrap}.storefront-search__product-footer b{flex:1 1 100px;min-width:0;color:#9d692f;font-size:14px;font-weight:950;line-height:1.25;text-align:right;overflow-wrap:anywhere;white-space:normal}.storefront-search__product-footer em{flex:0 1 auto;max-width:100%;padding:4px 8px;border-radius:999px;background:#b77f3f1a;color:#9d692f;font-size:11px;font-style:normal;font-weight:950;line-height:1.2;overflow-wrap:anywhere}.storefront-search__product--sold-out .storefront-search__product-footer em{background:#89513e1a;color:#89513e}.storefront-search__empty{min-height:210px;display:grid;place-items:center;align-content:center;gap:8px;margin:0 18px 18px;padding:28px;border:1px dashed rgba(183,127,63,.28);border-radius:16px;background:#ffffff7a;color:#2f251ba3;text-align:center}.storefront-search__empty svg{width:42px;height:42px;color:#b77f3fa3}.storefront-search__empty strong{color:#171412;font-size:17px;font-weight:950}.storefront-search__empty span{font-size:13px;font-weight:850}.storefront-search__grid--loading{overflow:hidden}.storefront-search__loading-card{direction:ltr}.storefront-search__loading-media,.storefront-search__loading-content i{display:block;overflow:hidden;background:linear-gradient(90deg,#aa845414,#ffffffd1,#aa845414),#aa845414;background-size:220% 100%;animation:storefront-search-loading 1.15s ease-in-out infinite}.storefront-search__loading-content{align-content:center}.storefront-search__loading-content i{height:12px;border-radius:999px}.storefront-search__loading-content i:nth-child(1){width:46%}.storefront-search__loading-content i:nth-child(2){width:82%;height:15px}.storefront-search__loading-content i:nth-child(3){width:56%}@keyframes storefront-search-loading{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:760px){.storefront-search{padding:calc(8px + env(safe-area-inset-top)) 8px 10px}.storefront-search__shell{width:100%;max-height:min(78dvh,calc(100dvh - 18px));border-radius:0 0 18px 18px}.storefront-search__top{min-height:54px;padding:0 12px}.storefront-search__title strong{font-size:18px}.storefront-search__close{width:34px;height:34px;border-radius:10px}.storefront-search__command{min-height:52px;grid-template-columns:minmax(0,1fr) 32px 23px;margin:10px 10px 8px;padding:7px 10px;border-radius:13px}.storefront-search__command input{font-size:15px}.storefront-search__command-status{display:none}.storefront-search__tags{gap:6px;padding:0 10px 10px}.storefront-search__tags button{min-height:31px;padding:0 11px;font-size:12px}.storefront-search__status{min-height:40px;padding:0 11px}.storefront-search__status small{display:none}.storefront-search__grid{grid-template-columns:1fr;gap:8px;padding:0 10px 10px}.storefront-search__product,.storefront-search__loading-card{min-height:112px;grid-template-columns:minmax(0,1fr) 88px;border-radius:13px}.storefront-search__media,.storefront-search__loading-media{width:88px;min-height:112px}.storefront-search__media img{max-height:106px;padding:7px}.storefront-search__product-body,.storefront-search__loading-content{padding:10px}.storefront-search__product-body strong{font-size:14px}.storefront-search__product-footer b{flex-basis:90px;font-size:13px}.storefront-search__product-footer em{font-size:10px}.storefront-search__empty{min-height:170px;margin:0 10px 10px;padding:20px}}@media(prefers-reduced-motion:reduce){.storefront-search__shell,.storefront-search__product,.storefront-search__close,.storefront-search__clear,.storefront-search__command,.storefront-search__tags button,.storefront-search__loading-media,.storefront-search__loading-content i{animation:none;transition-duration:1ms}}.watches-page{--watch-bg: #050506;--watch-panel: #111213;--watch-panel-soft: #171819;--watch-border: rgba(255, 255, 255, .13);--watch-text: #f7f7f7;--watch-muted: #d8d8d8;--watch-gold: #f2b24d;--watch-gold-strong: #d19a49;min-height:100vh;background:radial-gradient(circle at 50% -10%,rgba(255,255,255,.06),transparent 25%),#000;color:var(--watch-text);direction:rtl;overflow-x:hidden;padding-bottom:calc(64px + env(safe-area-inset-bottom))}.watches-page,.watches-page *{box-sizing:border-box}.watches-page button,.watches-page a{font-family:inherit}.watches-page__phone-shell{width:min(100%,849px);margin:0 auto;min-height:100vh;padding-top:120px;background:radial-gradient(circle at 14% 6%,rgba(255,255,255,.08),transparent 22%),radial-gradient(circle at 82% 26%,rgba(255,255,255,.04),transparent 24%),var(--watch-bg)}.watches-page__top{position:fixed;top:0;left:0;right:0;z-index:60;width:min(100%,849px);margin:0 auto;padding:20px 70px 0;background:linear-gradient(180deg,#050506fa,#050506e6 72%,#05050600);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.watches-page__header{height:100px;position:relative;display:grid;grid-template-columns:120px 1fr 120px;align-items:center;direction:ltr;animation:watches-page-enter .52s cubic-bezier(.16,1,.3,1) 40ms both}.watches-page__header h1{margin:0;color:#f8f8f8;font-size:clamp(30px,5vw,43px);font-weight:900;line-height:1;text-align:center;direction:rtl}.watches-page__icon-button{position:relative;width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#fff;cursor:pointer}.watches-page__icon-button svg{width:22px;height:22px;stroke-width:1.9}.watches-page__cart-button span{position:absolute;top:5px;right:4px;width:16px;height:16px;display:grid;place-items:center;padding:0;border-radius:999px;background:#c99655;color:#080808;font-size:9px;font-weight:900;line-height:1}.watches-page__back{justify-self:start}.watches-page__header-actions{justify-self:end;display:flex;align-items:center;gap:14px}.watches-page__tabs{height:104px;display:flex;align-items:start;justify-content:space-between;gap:20px;direction:rtl;overflow-x:auto;scrollbar-width:none;animation:watches-page-enter .56s cubic-bezier(.16,1,.3,1) .12s both}.watches-page__tabs::-webkit-scrollbar{display:none}.watches-page__tabs button{position:relative;min-width:0;flex:0 0 auto;padding:22px 0 24px;border:0;background:transparent;color:#d4d4d4;font-size:clamp(20px,3.5vw,30px);font-weight:500;line-height:1;white-space:nowrap;cursor:pointer;transition:color .22s ease,transform .22s ease}.watches-page__tabs button.is-active{color:var(--watch-gold);font-weight:800;transform:translateY(-1px)}.watches-page__tabs button:after{content:"";position:absolute;right:0;left:0;bottom:0;width:min(80px,86%);height:6px;margin:0 auto;border-radius:999px;background:var(--watch-gold);opacity:0;transform:scaleX(.35);transform-origin:center;transition:opacity .22s ease,transform .26s cubic-bezier(.22,1,.36,1)}.watches-page__tabs button.is-active:after{opacity:1;transform:scaleX(1)}.watches-page__tab-skeleton{--tab-skeleton-delay: 0ms;position:relative;flex:0 0 auto;width:clamp(74px,14vw,132px);height:clamp(20px,3.4vw,30px);margin-top:22px;overflow:hidden;border-radius:999px;background:linear-gradient(90deg,#ffffff14,#ffffff26,#ffffff14),#ffffff14;opacity:0;animation:watches-tab-skeleton-enter .42s cubic-bezier(.16,1,.3,1) calc(.16s + var(--tab-skeleton-delay)) both,watches-skeleton-pulse 1.7s ease-in-out calc(var(--tab-skeleton-delay) * .3) infinite}.watches-page__tab-skeleton:after{content:"";position:absolute;inset:0;transform:translate(100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:watches-skeleton-shimmer 1.45s ease-in-out calc(var(--tab-skeleton-delay) * .25) infinite}.watches-page__hero,.watches-page__controls,.watches-page__grid{width:calc(100% - 50px);margin-right:auto;margin-left:auto}.watches-page__hero{position:relative;min-height:336px;overflow:hidden;border:1px solid var(--watch-border);border-radius:18px;background:#080808;animation:watches-panel-enter .68s cubic-bezier(.16,1,.3,1) .19s both}.watches-page__hero-video{position:absolute;inset:0;z-index:0;width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.watches-page__hero:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#050506f2,#050506a8 36%,#05050624 66%,#05050638),radial-gradient(circle at 55% 50%,transparent 0%,rgba(0,0,0,.08) 35%,rgba(0,0,0,.42) 100%),linear-gradient(180deg,#ffffff08,#00000029)}.watches-page__hero-copy{position:relative;z-index:2;width:43%;min-width:250px;height:100%;min-height:336px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:40px 0 34px 42px;margin-right:auto;margin-left:0;direction:ltr;text-align:left;animation:watches-copy-enter .72s cubic-bezier(.16,1,.3,1) .31s both}.watches-page__hero-copy strong{display:block;color:#fff;font-size:clamp(48px,7.2vw,68px);font-weight:950;line-height:.9;letter-spacing:0}.watches-page__hero-copy>span{display:block;margin-top:10px;color:#fff;font-size:clamp(18px,3vw,28px);font-weight:900;line-height:1;letter-spacing:10px}.watches-page__hero-copy p{margin:52px 0 8px;color:#fff;font-size:clamp(22px,3.5vw,31px);font-weight:800;line-height:1.2;direction:rtl}.watches-page__hero-copy h2{display:flex;align-items:baseline;gap:14px;margin:0;color:#fff;font-size:clamp(28px,4.1vw,36px);font-weight:900;line-height:1;direction:ltr}.watches-page__hero-copy mark{padding:0;background:transparent;color:var(--watch-gold)}.watches-page__hero-copy h2 span{direction:rtl}.watches-page__controls{position:relative;z-index:40;height:56px;display:grid;grid-template-columns:1fr 1px 1fr;align-items:center;direction:ltr;margin-top:12px;border:1px solid var(--watch-border);border-radius:14px;background:linear-gradient(180deg,#ffffff0e,#ffffff06),#0f1011;animation:watches-panel-enter .62s cubic-bezier(.16,1,.3,1) .3s both;overflow:visible}.watches-page__controls--open{z-index:240}.watches-page__controls>button{height:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:0;border:0;background:transparent;color:#ffffffd6;font-size:clamp(16px,2.6vw,22px);font-weight:850;cursor:pointer;direction:rtl;transition:color .18s ease,background .18s ease,transform .18s ease}.watches-page__controls>button:hover,.watches-page__controls>button.is-active{color:#101010;background:linear-gradient(180deg,#f4c06f,#d79a48)}.watches-page__controls>button:active{transform:translateY(1px)}.watches-page__controls>button:disabled{cursor:not-allowed;opacity:.55}.watches-page__controls>button>svg{width:25px;height:25px;stroke-width:1.8}.watches-page__controls>i{width:1px;height:28px;background:#ffffff1f}.watches-page__sort-icon{transform:rotate(90deg)}.watches-page__tools-chevron{width:17px!important;height:17px!important;margin-inline-start:-4px;transition:transform .18s ease}.watches-page__controls>button[aria-expanded=true] .watches-page__tools-chevron{transform:rotate(180deg)}.watches-page__tools-dropdown{position:absolute;top:calc(100% + 9px);right:0;left:0;z-index:260;display:grid;gap:12px;direction:rtl;max-height:min(64vh,calc(100dvh - 168px - env(safe-area-inset-bottom)),560px);overflow-y:auto;overscroll-behavior:contain;padding:13px 13px max(13px,env(safe-area-inset-bottom));border:1px solid rgba(170,132,84,.24);border-radius:16px;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.86),transparent 54%),#fffaf1fa;box-shadow:inset 0 1px #ffffffe0,0 18px 42px #5c43262e;color:#171412;animation:watches-filter-panel-enter .18s cubic-bezier(.16,1,.3,1) both}.watches-page__tools-title,.watches-page__tools-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.watches-page__tools-title strong{color:#171412;font-size:clamp(15px,2.5vw,18px);font-weight:950}.watches-page__tools-title button,.watches-page__tools-footer button{min-height:34px;padding:0 14px;border:1px solid rgba(183,127,63,.36);border-radius:11px;background:#ffffff8f;color:#9d692f;font-size:13px;font-weight:900;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}.watches-page__tools-title button:hover,.watches-page__tools-footer button:hover{border-color:#b77f3f8f;background:#fff6e6f5}.watches-page__tools-title button:active,.watches-page__tools-footer button:active,.watches-page__filter-option:active{transform:translateY(1px)}.watches-page__filter-row{display:grid;gap:8px;justify-items:stretch}.watches-page__filter-row strong{display:inline-flex;align-items:center;justify-self:end;gap:7px;color:#312820;font-size:clamp(13px,2.1vw,16px);font-weight:950;line-height:1.2}.watches-page__filter-row strong svg{width:17px;height:17px;color:var(--watch-gold);stroke-width:2}.watches-page__filter-options{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.watches-page__filter-option{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid rgba(170,132,84,.24);border-radius:11px;background:#ffffff8a;color:#181513b8;font-size:clamp(12px,2vw,14px);font-weight:850;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.watches-page__filter-option svg{width:16px;height:16px;color:var(--watch-gold);stroke-width:2.2}.watches-page__filter-option:hover,.watches-page__filter-option.is-selected{border-color:#b77f3f9e;background:#b77f3f1a;color:var(--watch-gold)}.watches-page__filter-options--swatches{justify-content:flex-end}.watches-page__filter-option--swatch{position:relative;width:38px;min-width:38px;height:38px;min-height:38px;padding:0;border-radius:999px;overflow:hidden}.watches-page__filter-option--swatch>span{position:absolute;inset:4px;border-radius:inherit;background:var(--swatch);box-shadow:inset 0 1px 2px #ffffff5c,inset 0 -8px 16px #0003}.watches-page__filter-option--swatch svg{position:relative;z-index:1;color:#fffaf1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.38))}.watches-page__tools-footer{padding-top:2px;border-top:1px solid rgba(170,132,84,.16)}.watches-page__tools-footer span{color:#1815138a;font-size:12px;font-weight:850}.watches-page__tools-overlay{position:fixed;inset:0;z-index:140;display:flex;align-items:flex-end;justify-content:center;pointer-events:none}.watches-page__tools-backdrop{position:absolute;inset:0;border:0;background:#00000057;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);pointer-events:auto;cursor:pointer}.watches-page__tools-panel{position:relative;z-index:1;width:min(100%,941px);max-height:calc(100dvh - 88px);display:grid;gap:11px;overflow-y:auto;overscroll-behavior:contain;margin-bottom:calc(64px + env(safe-area-inset-bottom));padding:31px 46px 14px;border:1px solid rgba(255,255,255,.16);border-bottom:0;border-radius:26px 26px 0 0;background:radial-gradient(circle at 24% 0%,rgba(255,255,255,.12),transparent 30%),linear-gradient(145deg,#1c1d1dfa,#0c0d0efb);box-shadow:0 -24px 70px #0000009e;pointer-events:auto;animation:watches-filter-panel-enter .36s cubic-bezier(.16,1,.3,1) both}.watches-page__tools-handle{position:absolute;top:14px;left:50%;width:96px;height:5px;border-radius:999px;transform:translate(-50%);background:#ffffff40}.watches-page__tools-close{position:absolute;top:32px;left:42px;width:32px;height:32px;display:grid;place-items:center;border:0;background:transparent;color:#fff;padding:0;cursor:pointer}.watches-page__tools-close svg{width:25px;height:25px;stroke-width:1.8}.watches-page__tools-header{display:flex;align-items:center;justify-content:flex-end;min-height:30px;padding-left:40px}.watches-page__tools-header strong{color:#fff;font-size:clamp(22px,3.55vw,30px);font-weight:950;line-height:1.05}.watches-page__tools-header button{display:none}.watches-page__filter-group{display:grid;gap:7px;justify-items:end}.watches-page__filter-group strong{display:inline-flex;align-items:center;gap:7px;color:#f6f6f6;font-size:clamp(15px,2.4vw,21px);font-weight:900;line-height:1.15}.watches-page__filter-group strong svg{width:20px;height:20px;color:var(--watch-gold);stroke-width:1.9}.watches-page__filter-group>div{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.watches-page__filter-group button{min-height:39px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 18px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:#ffffff09;color:#ffffffbd;font-size:clamp(13px,2.05vw,18px);font-weight:800;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.watches-page__filter-group button svg{width:17px;height:17px;color:var(--watch-gold);stroke-width:2}.watches-page__filter-group button:hover,.watches-page__filter-group button.is-selected{border-color:#f2b24ddb;background:#f2b24d1a;color:#f2b24d}.watches-page__filter-group button:active,.watches-page__tools-actions button:active,.watches-page__tools-close:active{transform:translateY(1px)}.watches-page__filter-group--brands>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.watches-page__filter-group--brands button{min-width:0;padding:0 16px}.watches-page__filter-group--price{gap:6px}.watches-page__price-values{display:grid!important;grid-template-columns:1fr 1fr;gap:16px!important;direction:ltr}.watches-page__price-values span{min-height:39px;display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:12px;color:#ffffffd1;font-size:clamp(13px,2.05vw,18px);font-weight:800;background:#ffffff06}.watches-page__price-values span:first-letter{color:var(--watch-gold)}.watches-page__range{--range-thumb-size: 18px;position:relative;width:100%!important;min-width:0;height:34px;justify-self:center;align-self:center;margin:-8px auto 0;direction:ltr}.watches-page__range:before,.watches-page__range:after{content:"";position:absolute;top:16px;height:3px;border-radius:999px}.watches-page__range:before{right:calc(var(--range-thumb-size) / 2);left:calc(var(--range-thumb-size) / 2);background:#ffffff2e}.watches-page__range:after{left:calc((var(--range-thumb-size) / 2) + var(--range-start));right:calc((var(--range-thumb-size) / 2) + (100% - var(--range-end)));background:linear-gradient(90deg,#d69a48,#f0c36f)}.watches-page__range input{position:absolute;inset:0;width:100%;height:34px;margin:0;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent}.watches-page__range input::-webkit-slider-thumb{width:18px;height:18px;border:2px solid rgba(255,232,174,.85);border-radius:50%;background:#dca453;box-shadow:0 0 0 5px #d6a15a29;pointer-events:auto;-webkit-appearance:none;appearance:none;cursor:pointer}.watches-page__range input::-moz-range-thumb{width:18px;height:18px;border:2px solid rgba(255,232,174,.85);border-radius:50%;background:#dca453;box-shadow:0 0 0 5px #d6a15a29;pointer-events:auto;cursor:pointer}.watches-page__range input::-webkit-slider-runnable-track{height:3px;background:transparent}.watches-page__range input::-moz-range-track{height:3px;background:transparent}.watches-page__filter-group--colors>div{justify-content:center;gap:16px}.watches-page__filter-group--colors button{position:relative;width:44px;height:44px;min-height:44px;padding:0;border-width:0;border-radius:50%!important;flex:0 0 44px;overflow:hidden}.watches-page__filter-group--colors button span{position:absolute;inset:0;width:100%;height:100%;border-radius:inherit;background:var(--swatch);box-shadow:inset 0 1px 2px #ffffff47,inset 0 -8px 18px #00000040}.watches-page__filter-group--colors button svg{position:absolute;width:21px;height:21px;color:#dca453}.watches-page__filter-group--colors button.is-selected{box-shadow:0 0 0 4px #f2b24d2e}.watches-page__tools-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;direction:ltr}.watches-page__tools-actions button{min-height:48px;border-radius:14px;font-size:clamp(15px,2.35vw,20px);font-weight:900;cursor:pointer;transition:transform .18s ease,filter .18s ease,background .18s ease}.watches-page__tools-actions button:first-child{border:1px solid rgba(245,202,130,.42);background:linear-gradient(180deg,#e2b466,#c99149);color:#130f0a}.watches-page__tools-actions button:last-child{border:1px solid rgba(242,178,77,.82);background:transparent;color:#ddb066}.watches-page__tools-count{color:#ffffff73;font-size:12px;font-weight:800;text-align:center}.watches-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;direction:ltr;margin-top:16px;animation:watches-grid-enter .16s ease both;transition:opacity .24s ease,filter .26s ease}.watches-page__grid--loading{opacity:.92;filter:saturate(.9)}.watches-page__grid--settling,.watches-page__grid--ready{opacity:1;filter:none}@keyframes watches-page-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes watches-panel-enter{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes watches-copy-enter{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes watches-grid-enter{0%{opacity:0}to{opacity:1}}@keyframes watches-filter-panel-enter{0%{opacity:0;transform:translateY(-8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes watches-card-enter{0%{opacity:0;transform:translateY(24px) scale(.975)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes watches-card-image-enter{0%{opacity:0;transform:translateY(14px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes watches-card-content-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes watches-card-settle-in{0%{opacity:.01;transform:translateY(14px) scale(.982);filter:blur(5px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes watches-card-detail-settle-in{0%{opacity:0;transform:translateY(8px);filter:blur(3px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes watches-card-image-settle-in{0%{opacity:0;transform:translateY(12px) scale(.96);filter:blur(4px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.watches-page__product{--watch-card-delay: 0ms;position:relative;min-width:0;height:clamp(318px,55.8vw,473px);content-visibility:auto;contain-intrinsic-size:auto 420px;overflow:hidden;border:1px solid var(--watch-border);border-radius:18px;background:radial-gradient(circle at 50% 33%,rgba(255,255,255,.16),rgba(255,255,255,.02) 38%,transparent 62%),linear-gradient(145deg,#18191a,#090a0b 76%);opacity:0;transform-origin:50% 65%;animation:watches-card-enter .22s cubic-bezier(.16,1,.3,1) var(--watch-card-delay) both}.watches-page__grid--settling .watches-page__product--loaded{animation:watches-card-settle-in .44s cubic-bezier(.16,1,.3,1) var(--watch-card-settle-delay, 0ms) both}.watches-page__grid--settling .watches-page__product--loaded .watches-page__product-image{animation:watches-card-image-settle-in .52s cubic-bezier(.16,1,.3,1) calc(var(--watch-card-settle-delay, 0ms) + 40ms) both}.watches-page__grid--settling .watches-page__product--loaded .watches-page__favorite,.watches-page__grid--settling .watches-page__product--loaded .watches-page__card-cart,.watches-page__grid--settling .watches-page__product--loaded .watches-page__badge,.watches-page__grid--settling .watches-page__product--loaded .watches-page__product-copy{animation:watches-card-detail-settle-in .42s cubic-bezier(.16,1,.3,1) calc(var(--watch-card-settle-delay, 0ms) + 90ms) both}.watches-page__grid--ready .watches-page__product--loaded,.watches-page__grid--ready .watches-page__product--loaded .watches-page__favorite,.watches-page__grid--ready .watches-page__product--loaded .watches-page__card-cart,.watches-page__grid--ready .watches-page__product--loaded .watches-page__badge,.watches-page__grid--ready .watches-page__product--loaded .watches-page__product-image,.watches-page__grid--ready .watches-page__product--loaded .watches-page__product-copy{animation:none;opacity:1}.watches-page__grid--ready .watches-page__product--loaded{transform:none;filter:none}.watches-page__product:nth-child(1){--watch-card-delay: 0ms}.watches-page__product:nth-child(2){--watch-card-delay: 25ms}.watches-page__product:nth-child(3){--watch-card-delay: 50ms}.watches-page__product:nth-child(4){--watch-card-delay: 75ms}.watches-page__product--loaded,.watches-page__product--loaded .watches-page__favorite,.watches-page__product--loaded .watches-page__card-cart,.watches-page__product--loaded .watches-page__badge,.watches-page__product--loaded .watches-page__stock-note,.watches-page__product--loaded .watches-page__product-image,.watches-page__product--loaded .watches-page__product-copy{animation:none;opacity:1;transform:none;filter:none}.watches-page__product-link{position:absolute;inset:0;z-index:1;display:block;color:inherit;text-decoration:none}.customer-products .watches-page__product{border-color:#aa845438;background:#fff;box-shadow:inset 0 1px #fffffff0,0 14px 30px #5c432617}.customer-products .watches-page__product-image{border-radius:15px;background:#fff;box-shadow:inset 0 0 0 1px #b2824214}.customer-products .watches-page__product-image img{filter:none;mix-blend-mode:multiply}.customer-products .product-image-carousel__dots span{background:#25201b38;box-shadow:none}.customer-products .product-image-carousel__dots span.is-active{background:#c99655}.customer-products .watches-page__favorite{color:#2d2720}.customer-products .watches-page__favorite.is-active{color:#c99655}.customer-products .watches-page__card-cart{border-color:#b2824257;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.78),transparent 52%),#fffaf1e6;color:#b77f3f;box-shadow:inset 0 1px #ffffffd1,0 10px 22px #6f502c1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.customer-products .watches-page__card-cart:hover{border-color:#b97f359e;background:#fff6e6f5}.customer-products .watches-page__card-cart:disabled{color:#2d272057;border-color:#2d27201f;background:#ffffff85}.customer-products .watches-page__product-copy strong{color:#171412}.customer-products .watches-page__product-copy span{color:#63594d}.customer-products .watches-page__product-copy b{color:#171412}.customer-products .watches-page__price small{color:#998a77}.customer-products .watches-page__stock-note{border-color:#b97f3557;background:#fff9eee0;color:#9a672d;box-shadow:inset 0 1px #ffffffd1}.customer-products .watches-page__product-image--skeleton,.customer-products .watches-page__copy-skeleton,.customer-products .watches-page__favorite--skeleton,.customer-products .watches-page__card-cart--skeleton{background:#a580521c}.watches-page__favorite{position:absolute;top:29px;right:24px;z-index:3;width:50px;height:50px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#fff;cursor:pointer;opacity:0;animation:watches-card-content-enter .48s cubic-bezier(.16,1,.3,1) calc(var(--watch-card-delay) + .16s) both}.watches-page__favorite svg{width:44px;height:44px;stroke-width:1.9}.watches-page__favorite.is-active{color:var(--watch-gold)}.watches-page__favorite.is-active svg{fill:currentColor}.watches-page__card-cart{position:absolute;right:22px;bottom:24px;z-index:3;width:54px;height:54px;display:grid;place-items:center;padding:0;border:1px solid rgba(217,162,78,.62);border-radius:14px;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.08),transparent 52%),#070809b8;color:var(--watch-gold);cursor:pointer;opacity:0;box-shadow:inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .18s ease,border-color .18s ease,background .18s ease;animation:watches-card-content-enter .48s cubic-bezier(.16,1,.3,1) calc(var(--watch-card-delay) + .24s) both}.watches-page__card-cart:hover{border-color:#e8b765eb;background:#d9a24e1f}.watches-page__card-cart:active{transform:translateY(1px) scale(.98)}.watches-page__card-cart:disabled{cursor:not-allowed;opacity:.42;color:#ffffff73;border-color:#ffffff24;background:#ffffff09}.watches-page__product--sold-out .watches-page__product-image,.watches-page__grid--ready .watches-page__product--sold-out .watches-page__product-image{opacity:.52;filter:grayscale(.28) saturate(.72)}.watches-page__card-cart svg{width:32px;height:32px;filter:drop-shadow(0 5px 9px rgba(217,162,78,.18))}.watches-page__badge{position:absolute;top:22px;left:18px;z-index:3;min-width:86px;height:41px;display:inline-flex;align-items:center;justify-content:center;padding:0 17px;border-radius:7px;background:linear-gradient(180deg,#d6a65e,#bf8840);color:#fff;font-size:clamp(15px,2.4vw,22px);font-weight:900;opacity:0;animation:watches-card-content-enter .48s cubic-bezier(.16,1,.3,1) calc(var(--watch-card-delay) + .14s) both}.watches-page__stock-note{position:absolute;left:18px;top:72px;z-index:3;min-height:31px;display:inline-flex;align-items:center;justify-content:center;max-width:calc(100% - 116px);padding:0 12px;border:1px solid rgba(232,183,101,.58);border-radius:8px;background:#191209b8;color:#f7d58f;font-size:clamp(12px,1.9vw,15px);font-weight:900;line-height:1;white-space:nowrap;opacity:0;box-shadow:inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:watches-card-content-enter .48s cubic-bezier(.16,1,.3,1) calc(var(--watch-card-delay) + .17s) both}.watches-page__stock-note--sold-out{top:calc(50% - 54px);left:50%;min-width:112px;min-height:38px;max-width:calc(100% - 72px);padding:0 18px;border-radius:999px;border-color:#ff766670;background:linear-gradient(180deg,#752119f0,#481410e6);color:#ffd2cb;font-size:clamp(13px,2vw,17px);box-shadow:inset 0 1px #ffffff1a,0 16px 36px #00000057;transform:translate(-50%,-50%);animation:watches-sold-out-badge-enter .48s cubic-bezier(.16,1,.3,1) calc(var(--watch-card-delay) + .17s) both}.watches-page__product--loaded .watches-page__stock-note--sold-out{transform:translate(-50%,-50%)}@keyframes watches-sold-out-badge-enter{0%{opacity:0;transform:translate(-50%,-43%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.watches-page__product-image{position:absolute;inset:20px 24px 128px;display:grid;place-items:center;pointer-events:none;opacity:0;animation:watches-card-image-enter .76s cubic-bezier(.16,1,.3,1) calc(var(--watch-card-delay) + .11s) both;will-change:opacity,transform}.watches-page__product-image--carousel{pointer-events:auto;touch-action:pan-y;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.watches-page__product-image--carousel:active{cursor:grabbing}.watches-page__product-image img{width:auto;max-width:118%;max-height:112%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 28px 28px rgba(0,0,0,.5));mix-blend-mode:multiply;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.product-image-carousel__dots{position:absolute;left:50%;bottom:-6px;z-index:2;display:flex;align-items:center;justify-content:center;gap:5px;transform:translate(-50%);pointer-events:none}.product-image-carousel__dots span{width:5px;height:5px;border-radius:999px;background:#ffffff42;box-shadow:0 1px 6px #00000047;transition:width .18s ease,background .18s ease}.product-image-carousel__dots span.is-active{width:15px;background:var(--watch-gold)}.watches-page__product:not(.watches-page__product--skeleton):nth-child(1) .watches-page__product-image img{max-width:124%;max-height:114%}.watches-page__product:not(.watches-page__product--skeleton):nth-child(2) .watches-page__product-image img{max-width:112%;max-height:110%}.watches-page__product:not(.watches-page__product--skeleton):nth-child(3) .watches-page__product-image img{max-width:122%;max-height:114%}.watches-page__product:not(.watches-page__product--skeleton):nth-child(4) .watches-page__product-image img{max-width:112%;max-height:110%}.watches-page__product-copy{position:absolute;left:25px;right:25px;bottom:29px;z-index:1;display:grid;justify-items:start;gap:8px;direction:ltr;text-align:left;padding-right:66px;opacity:0;animation:watches-card-content-enter .56s cubic-bezier(.16,1,.3,1) calc(var(--watch-card-delay) + .21s) both}.watches-page__product-copy strong{color:#fff;font-size:clamp(22px,3.6vw,31px);font-weight:900;line-height:1}.watches-page__stock-note-inline{display:block;margin:0;color:#a36d2f;font-size:clamp(11px,1.6vw,14px);font-weight:850;line-height:1.1;direction:rtl;white-space:nowrap}.watches-page__product-copy span{min-width:0;max-width:100%;color:#e5e5e5;font-size:clamp(18px,3vw,28px);font-weight:500;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.watches-page__product-copy b{color:#fff;font-size:clamp(22px,3.8vw,34px);font-weight:650;line-height:1;direction:ltr}.watches-page__product-copy .watches-page__price{display:grid;justify-items:start;gap:5px;max-width:100%;color:inherit;font-size:inherit;font-weight:inherit;direction:ltr;white-space:normal;overflow:visible;text-overflow:clip}.watches-page__price small{position:relative;width:-moz-max-content;width:max-content;color:#ff7474;font-size:clamp(14px,2.25vw,20px);font-weight:850;line-height:1;opacity:.96}.watches-page__price small:after{content:"";position:absolute;left:-3px;right:-3px;top:52%;height:2px;border-radius:999px;background:#e53333;transform:translateY(-50%) rotate(-3deg);transform-origin:center}.watches-page__price--sale b{color:#fff7e8}.watches-page__image-placeholder{width:min(62%,180px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.18),rgba(255,255,255,.04) 54%,transparent 72%),#ffffff0a}.watches-page__empty{grid-column:1 / -1;min-height:220px;display:grid;place-content:center;justify-items:center;gap:8px;padding:28px;border:1px solid var(--watch-border);border-radius:18px;background:radial-gradient(circle at 50% 33%,rgba(255,255,255,.1),transparent 52%),linear-gradient(145deg,#18191a,#090a0b 76%);text-align:center;animation:watches-panel-enter .56s cubic-bezier(.16,1,.3,1) both}.watches-page__empty strong{color:#fff;font-size:clamp(18px,3vw,26px);font-weight:900}.watches-page__empty span{max-width:360px;color:#d2c6b5;font-size:clamp(13px,2vw,16px);font-weight:700;line-height:1.6}.watches-page__product--skeleton{pointer-events:none;isolation:isolate;border-color:#ffffff14;border-radius:18px;background:#101112;box-shadow:inset 0 1px #ffffff0a}.watches-page__product--skeleton:before{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent);opacity:.9;transform:translate(100%);animation:watches-skeleton-shimmer 1.45s ease-in-out infinite}.watches-page__product--image-skeleton{aspect-ratio:1016 / 1548;height:auto;border:0;border-radius:18px;background:transparent;box-shadow:none}.watches-page__product--image-skeleton:before{display:none}.watches-page__product--image-skeleton:after{content:"";position:absolute;z-index:2;top:-18%;left:-72%;width:82%;height:46%;pointer-events:none;border-radius:999px;background:radial-gradient(ellipse at 50% 50%,rgba(246,188,92,.34),rgba(246,188,92,.13) 42%,transparent 72%),linear-gradient(90deg,transparent,rgba(255,218,148,.3),transparent);filter:blur(14px);mix-blend-mode:screen;opacity:0;transform:rotate(-12deg) translateZ(0);animation:watches-skeleton-gold-sweep 2.35s cubic-bezier(.45,0,.2,1) infinite}.watches-page__skeleton-card-image{position:absolute;inset:0;width:100%;height:100%;display:block;border-radius:inherit;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:saturate(.96);animation:watches-skeleton-image-pulse 1.9s ease-in-out infinite}.watches-page__product-link--skeleton{cursor:default}.watches-page__favorite--skeleton,.watches-page__card-cart--skeleton{overflow:hidden;cursor:default;border-color:#ffffff14;background:#ffffff14;box-shadow:none;color:transparent}.watches-page__favorite--skeleton svg,.watches-page__card-cart--skeleton svg{opacity:0}.watches-page__favorite--skeleton:after,.watches-page__card-cart--skeleton:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.14),transparent);transform:translate(100%);animation:watches-skeleton-shimmer 1.45s ease-in-out infinite}.watches-page__product-image--skeleton{inset:20px 24px 128px;overflow:hidden;border-radius:14px;background:#ffffff12;box-shadow:none}.watches-page__product-image--skeleton:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;border-radius:inherit;background:linear-gradient(90deg,transparent,rgba(255,255,255,.13),transparent);transform:translate(100%);animation:watches-skeleton-shimmer 1.45s ease-in-out infinite}.watches-page__skeleton-product-render,.watches-page__skeleton-watch-render{position:relative;z-index:1;width:78%;height:78%;display:block;border-radius:inherit;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transform:translateY(-8%);filter:opacity(.34) saturate(.9) contrast(.98) blur(.15px) drop-shadow(0 20px 24px rgba(0,0,0,.26));animation:watches-skeleton-image-pulse 1.9s ease-in-out infinite}.watches-page__product-copy--skeleton{gap:8px}.watches-page__copy-skeleton{position:relative;display:block;max-width:100%;overflow:hidden;border:0;border-radius:999px;background:#ffffff14;box-shadow:none;animation:watches-skeleton-pulse 1.7s ease-in-out infinite}.watches-page__copy-skeleton:after{content:"";position:absolute;inset:0;transform:translate(100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);animation:watches-skeleton-shimmer 1.45s ease-in-out infinite}.watches-page__copy-skeleton--brand{width:min(62%,198px);height:22px}.watches-page__copy-skeleton--name{width:min(82%,250px);height:21px}.watches-page__copy-skeleton--price{width:min(46%,144px);height:31px}.watches-page__skeleton{position:absolute;z-index:1;display:block;overflow:hidden;border-radius:999px;border:1px solid rgba(211,160,94,.18);background:linear-gradient(135deg,#e1c4952e,#ffffff0e),#ffffff0d;box-shadow:inset 0 1px #ffebca14,0 0 18px #cd9d5c06;animation:watches-skeleton-pulse 1.7s ease-in-out infinite}.watches-page__skeleton:after{content:"";position:absolute;inset:0;transform:translate(100%);background:linear-gradient(90deg,transparent,rgba(246,221,180,.2),transparent);animation:watches-skeleton-shimmer 1.45s ease-in-out infinite}@keyframes watches-skeleton-shimmer{to{transform:translate(-100%)}}@keyframes watches-skeleton-pulse{0%,to{opacity:.72}50%{opacity:1}}@keyframes watches-skeleton-image-pulse{0%,to{opacity:.88}50%{opacity:1}}@keyframes watches-skeleton-gold-sweep{0%{opacity:0;transform:rotate(-12deg) translateZ(0)}18%{opacity:.85}54%{opacity:.42}78%,to{opacity:0;transform:rotate(-12deg) translate3d(245%,58%,0)}}@keyframes watches-tab-skeleton-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:.86;transform:translateY(0)}}.watches-page__skeleton--icon{top:29px;right:24px;width:50px;height:50px;border-radius:50%}.watches-page__skeleton--heart{display:grid;place-items:center;overflow:visible;border:0;background:transparent;box-shadow:none;color:#ffecd2f5}.watches-page__skeleton--heart:after,.watches-page__skeleton--cart:after{display:none}.watches-page__skeleton--heart svg{width:44px;height:44px;fill:none;stroke-width:1.8;filter:drop-shadow(0 0 10px rgba(210,165,99,.12))}.watches-page__skeleton--badge{top:22px;left:18px;width:86px;height:41px;border-radius:7px}.watches-page__skeleton--image{inset:76px 38px 150px;border-radius:22px;background:radial-gradient(ellipse at 50% 50%,rgba(255,255,255,.19) 0%,rgba(255,255,255,.1) 32%,transparent 67%),linear-gradient(145deg,#ffffff14,#ffffff06)}.watches-page__skeleton--image:before{content:"";position:absolute;inset:17% 19% 12%;border-radius:999px;background:radial-gradient(ellipse at 50% 34%,rgba(255,255,255,.24),transparent 52%),#ffffff14;filter:blur(.2px)}.watches-page__skeleton--watch{overflow:visible;border:0;background:transparent;box-shadow:none}.watches-page__skeleton--watch:before{display:none}.watches-page__skeleton--watch:after{inset:-18% -12%;z-index:3;border-radius:28px;background:linear-gradient(110deg,transparent 28%,rgba(243,207,148,.13) 47%,transparent 64%);opacity:.72}.watches-page__watch-skeleton,.watches-page__watch-skeleton span{position:absolute;display:block}.watches-page__watch-skeleton{inset:-7% 7% -2%;z-index:2;filter:drop-shadow(0 28px 30px rgba(0,0,0,.5));opacity:.82}.watches-page__watch-skeleton-strap{left:50%;width:31%;transform:translate(-50%) rotate(-2deg);border:1px solid rgba(246,218,174,.08);background:linear-gradient(90deg,rgba(255,255,255,.08),transparent 24%,rgba(255,255,255,.04) 64%,rgba(0,0,0,.14)),linear-gradient(180deg,#4c4d45d1,#1a1c1adb);box-shadow:inset 0 7px 16px #ffffff0b,inset 0 -18px 26px #0000003d}.watches-page__watch-skeleton-strap--top{top:0;height:47%;border-radius:22px 22px 12px 12px}.watches-page__watch-skeleton-strap--bottom{top:46%;height:57%;border-radius:14px 14px 30px 30px}.watches-page__watch-skeleton-lug{top:41%;width:15%;height:31%;border-radius:10px 10px 22px 22px;background:linear-gradient(145deg,#68695dd1,#1f211ee6);box-shadow:inset 0 1px #ffecca0f}.watches-page__watch-skeleton-lug--left{left:23%;transform:rotate(12deg)}.watches-page__watch-skeleton-lug--right{right:23%;transform:rotate(-12deg)}.watches-page__watch-skeleton-case{top:42%;left:50%;width:57%;aspect-ratio:1;transform:translate(-50%,-50%);border:2px solid rgba(231,204,162,.14);border-radius:50%;background:radial-gradient(circle at 34% 23%,rgba(255,255,255,.11),transparent 27%),conic-gradient(from 220deg,#e6b36742,#ffffff14,#24272314,#e6b36730,#ffffff0d,#e6b36742),radial-gradient(circle at 52% 50%,#525249f5,#232521fa 67%,#121311);box-shadow:inset 0 2px 8px #ffffff12,inset 0 -22px 34px #0000002e,0 0 0 5px #ffffff05}.watches-page__watch-skeleton-case:after{content:"";position:absolute;inset:13%;border-radius:inherit;background:linear-gradient(135deg,transparent 34%,rgba(232,180,103,.2) 48%,transparent 58%);opacity:.72}.watches-page__watch-skeleton-crown{top:39%;right:16%;width:6%;height:13%;border-radius:6px;background:linear-gradient(180deg,#6c695ae6,#282823eb);box-shadow:inset 0 1px #ffecca14}.watches-page__skeleton--brand{left:25px;bottom:98px;width:min(82%,256px);height:23px}.watches-page__skeleton--name{left:25px;bottom:68px;width:min(72%,220px);height:21px}.watches-page__skeleton--price{left:25px;bottom:28px;width:min(48%,152px);height:34px}.watches-page__skeleton--cart{right:22px;bottom:24px;width:54px;height:54px;display:grid;place-items:center;border-color:#d9a24e85;border-radius:14px;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.055),transparent 52%),#0808089e;color:#f4bc67f2;box-shadow:inset 0 1px #fff0cf12,0 0 18px #d6a15a0f}.watches-page__skeleton--cart svg{width:32px;height:32px;filter:drop-shadow(0 0 9px rgba(217,162,78,.18))}@media(max-width:640px){.watches-page{padding-bottom:calc(64px + env(safe-area-inset-bottom))}.watches-page__top{padding:10px 16px 0}.watches-page__phone-shell{padding-top:76px}.watches-page__header{height:66px;grid-template-columns:94px 1fr 94px}.watches-page__header h1{font-size:26px}.watches-page__header-actions{gap:12px}.watches-page__icon-button{width:40px;height:40px}.watches-page__icon-button svg{width:22px;height:22px}.watches-page__cart-button span{top:5px;right:4px;width:16px;height:16px;font-size:9px}.watches-page__tabs{height:56px;gap:10px;justify-content:flex-start}.watches-page__tabs button{padding:14px 0 18px;font-size:16px}.watches-page__tabs button.is-active:after{width:48px;height:4px}.watches-page__tab-skeleton{width:68px;height:16px;margin-top:14px}.watches-page__hero,.watches-page__controls,.watches-page__grid{width:calc(100% - 32px)}.watches-page__hero{min-height:206px;border-radius:16px}.watches-page__hero-copy{width:48%;min-width:160px;min-height:206px;padding:24px 0 22px 20px}.watches-page__hero-copy>span{font-size:14px;letter-spacing:5px}.watches-page__hero-copy strong{font-size:38px}.watches-page__hero-copy p{margin-top:26px;font-size:16px}.watches-page__hero-copy h2{gap:8px;font-size:20px}.watches-page__controls{height:42px;margin-top:8px;border-radius:11px}.watches-page__controls>button{gap:7px;font-size:14px}.watches-page__controls>button>svg{width:18px;height:18px}.watches-page__controls>i{height:24px}.watches-page__tools-dropdown{top:calc(100% + 7px);gap:10px;max-height:min(68vh,calc(100dvh - 206px - env(safe-area-inset-bottom)),520px);padding:10px 10px max(10px,env(safe-area-inset-bottom));border-radius:14px}.watches-page__tools-title strong{font-size:14px}.watches-page__tools-title button,.watches-page__tools-footer button{min-height:31px;padding:0 11px;border-radius:9px;font-size:12px}.watches-page__filter-row{gap:6px}.watches-page__filter-row strong{gap:5px;font-size:13px}.watches-page__filter-row strong svg{width:15px;height:15px}.watches-page__filter-options{gap:6px}.watches-page__filter-option{min-height:32px;padding:0 10px;border-radius:9px;font-size:12px}.watches-page__filter-option--swatch{width:33px;min-width:33px;height:33px;min-height:33px}.watches-page__tools-panel{width:100%;max-height:calc(100dvh - 72px);gap:8px;margin:0 0 calc(64px + env(safe-area-inset-bottom));padding:27px 14px 11px;border-radius:20px 20px 0 0}.watches-page__tools-handle{top:11px;width:64px;height:4px}.watches-page__tools-close{top:25px;left:13px;width:26px;height:26px}.watches-page__tools-close svg{width:20px;height:20px}.watches-page__tools-header{min-height:26px;padding-left:30px}.watches-page__tools-header strong{font-size:19px}.watches-page__filter-group{gap:5px}.watches-page__filter-group strong{gap:5px;font-size:14px}.watches-page__filter-group strong svg{width:16px;height:16px}.watches-page__filter-group>div{gap:5px}.watches-page__filter-group button{min-height:32px;padding:0 10px;border-radius:9px;font-size:12px}.watches-page__filter-group--brands>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.watches-page__filter-group--brands button{padding:0 10px}.watches-page__price-values{gap:7px!important}.watches-page__price-values span{min-height:32px;font-size:12px}.watches-page__range{--range-thumb-size: 17px;width:100%!important;min-width:0;height:30px;margin-top:-6px}.watches-page__range:before,.watches-page__range:after{top:14px}.watches-page__range input{height:30px}.watches-page__range input::-webkit-slider-thumb{width:17px;height:17px}.watches-page__range input::-moz-range-thumb{width:17px;height:17px}.watches-page__filter-group--colors>div{gap:9px}.watches-page__filter-group--colors button{width:34px;height:34px;min-height:34px;flex-basis:34px}.watches-page__filter-group--colors button svg{width:17px;height:17px}.watches-page__tools-actions{gap:10px}.watches-page__tools-actions button{min-height:38px;border-radius:10px;font-size:14px}.watches-page__grid{gap:10px;margin-top:10px}.watches-page__product{height:276px;border-radius:14px}.watches-page__product--image-skeleton{aspect-ratio:1016 / 1548;height:auto;border-radius:14px}.watches-page__favorite{top:16px;right:14px;width:34px;height:34px}.watches-page__favorite svg{width:25px;height:25px}.watches-page__card-cart{right:12px;bottom:14px;width:34px;height:34px;border-radius:9px}.watches-page__card-cart svg{width:22px;height:22px}.watches-page__badge{top:13px;left:10px;min-width:45px;height:23px;padding:0 10px;font-size:10px}.watches-page__stock-note{top:41px;left:10px;min-height:24px;max-width:calc(100% - 74px);padding:0 9px;border-radius:7px;font-size:10px}.watches-page__stock-note--sold-out{top:calc(50% - 42px);left:50%;min-width:86px;min-height:30px;max-width:calc(100% - 44px);padding:0 13px;border-radius:999px;font-size:12px;transform:translate(-50%,-50%)}.watches-page__product-image{inset:15px 12px 100px}.watches-page__product-image--skeleton{inset:15px 12px 101px;border-radius:12px}.watches-page__product:not(.watches-page__product--skeleton):nth-child(1) .watches-page__product-image img,.watches-page__product:not(.watches-page__product--skeleton):nth-child(3) .watches-page__product-image img{max-width:102%;max-height:98%}.watches-page__product-copy{left:15px;right:15px;bottom:18px;gap:1px;padding-right:41px}.watches-page__product-copy--skeleton{gap:5px}.watches-page__copy-skeleton--brand{width:58%;height:12px}.watches-page__copy-skeleton--name{width:82%;height:12px}.watches-page__copy-skeleton--price{width:48%;height:17px}.watches-page__product-copy strong{font-size:13px;line-height:1.15}.watches-page__stock-note-inline{font-size:9px;line-height:1.15}.watches-page__product-copy span{font-size:12px;line-height:1.2}.watches-page__product-copy b{font-size:15px;font-weight:800;line-height:1.5}.watches-page__empty{min-height:180px;border-radius:14px}.watches-page__skeleton--icon{top:16px;right:14px;width:34px;height:34px}.watches-page__skeleton--heart svg{width:25px;height:25px}.watches-page__skeleton--badge{top:13px;left:10px;width:45px;height:23px;border-radius:6px}.watches-page__skeleton--image{inset:51px 18px 105px;border-radius:12px}.watches-page__watch-skeleton{inset:-8% 2% -4%}.watches-page__watch-skeleton-strap{width:34%}.watches-page__watch-skeleton-lug{top:42%;width:16%}.watches-page__watch-skeleton-lug--left{left:20%}.watches-page__watch-skeleton-lug--right{right:20%}.watches-page__watch-skeleton-case{top:43%;width:62%;border-width:1px}.watches-page__watch-skeleton-crown{right:11%;width:7%}.watches-page__skeleton--brand{left:15px;bottom:67px;width:calc(100% - 30px);height:13px}.watches-page__skeleton--name{left:15px;bottom:45px;width:calc(100% - 46px);height:13px}.watches-page__skeleton--price{left:15px;bottom:18px;width:min(48%,82px);height:15px}.watches-page__skeleton--cart{right:12px;bottom:14px;width:34px;height:34px;border-radius:9px}.watches-page__skeleton--cart svg{width:22px;height:22px}}@media(min-width:850px){.watches-page__phone-shell{box-shadow:0 0 0 1px #ffffff0d,0 28px 80px #0006}}@media(prefers-reduced-motion:reduce){.watches-page__header,.watches-page__tabs,.watches-page__hero,.watches-page__hero-copy,.watches-page__controls,.watches-page__tools-panel,.watches-page__grid,.watches-page__product,.watches-page__favorite,.watches-page__card-cart,.watches-page__badge,.watches-page__product-image,.watches-page__product-copy,.watches-page__tab-skeleton,.watches-page__skeleton,.watches-page__skeleton:after,.watches-page__copy-skeleton,.watches-page__copy-skeleton:after,.watches-page__skeleton-product-render,.watches-page__skeleton-watch-render,.watches-page__skeleton-card-image,.watches-page__product-image--skeleton:after,.watches-page__product--image-skeleton:after{animation:none;opacity:1;transform:none;transition-duration:1ms}.watches-page__grid--loading,.watches-page__grid--settling,.watches-page__grid--ready{opacity:1;filter:none}}.watches-page:not(.sunglasses-page):not(.pens-page){--watch-bg: #fffaf1;--watch-panel: #fffdf8;--watch-panel-soft: #f6efe4;--watch-border: rgba(170, 132, 84, .22);--watch-text: #171412;--watch-muted: rgba(24, 21, 19, .64);--watch-gold: #b77f3f;--watch-gold-strong: #9d692f;background:radial-gradient(circle at 50% -10%,rgba(201,150,82,.16),transparent 28%),linear-gradient(180deg,#fffaf1,#f6efe4 54%,#fffaf1);color:var(--watch-text)}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__phone-shell{background:radial-gradient(circle at 14% 6%,rgba(255,255,255,.8),transparent 24%),radial-gradient(circle at 82% 26%,rgba(201,150,82,.1),transparent 28%),var(--watch-bg)}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__top{background:linear-gradient(180deg,#fffaf1fa,#fffaf1eb 72%,#fffaf100)}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__header h1,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__tools-header strong,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__filter-group strong,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__empty strong{color:#171412}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__icon-button,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__tools-close{color:#201914}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__icon-button:hover,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__tools-close:hover{color:var(--watch-gold)}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__cart-button span{background:var(--watch-gold);color:#fffaf1}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__tabs button{color:#1815139e}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__tabs button.is-active{color:var(--watch-gold)}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__tab-skeleton,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__copy-skeleton,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__favorite--skeleton,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__card-cart--skeleton,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__product-image--skeleton{background:linear-gradient(90deg,#aa845414,#aa845426,#aa845414),#aa84541a}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__tab-skeleton:after,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__copy-skeleton:after,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__favorite--skeleton:after,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__card-cart--skeleton:after,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__product-image--skeleton:after,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__product--skeleton:before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.44),transparent)}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__hero{border-color:#aa845447;background:#fffaf1;box-shadow:0 18px 38px #5c43261f}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__hero:after{background:linear-gradient(90deg,#fffaf1f5,#fffaf1bd 35%,#fffaf12e 68%,#fffaf11a),radial-gradient(circle at 55% 50%,transparent 0%,rgba(255,250,241,.08) 42%,rgba(111,80,44,.16) 100%)}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__hero-copy strong,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__hero-copy>span,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__hero-copy p,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__hero-copy h2{color:#171412}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__hero-copy mark{color:var(--watch-gold)}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__controls{border-color:#aa845438;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.78),transparent 52%),#fffaf1f0;box-shadow:inset 0 1px #ffffffe0,0 14px 30px #5c43261a}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__controls>button{color:#181513b8}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__controls>button:hover,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__controls>button.is-active{color:#fffaf1;background:linear-gradient(180deg,#c99655,#a96f31)}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__controls>i{background:#aa845438}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__tools-backdrop{background:#46321c38}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__tools-panel{border-color:#aa845438;background:radial-gradient(circle at 24% 0%,rgba(255,255,255,.84),transparent 32%),linear-gradient(145deg,#fffaf1fc,#f6efe4fc);box-shadow:0 -24px 70px #5c432638}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__tools-handle{background:#aa845447}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__filter-group button,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__price-values span{border-color:#aa84543d;background:#ffffff75;color:#181513b8}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__filter-group button:hover,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__filter-group button.is-selected{border-color:#b77f3f9e;background:#b77f3f1a;color:var(--watch-gold)}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__range:before{background:#aa845438}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__range:after{background:linear-gradient(90deg,#a96f31,#d6a96d)}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__range input::-webkit-slider-thumb{border-color:#fffaf1f2;background:#b77f3f}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__range input::-moz-range-thumb{border-color:#fffaf1f2;background:#b77f3f}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__tools-actions button:last-child{border-color:#b77f3f9e;color:var(--watch-gold)}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__tools-count,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__empty span{color:#1815138f}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__product{border-color:#aa845438;background:#fff;box-shadow:inset 0 1px #fffffff0,0 14px 30px #5c432617}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__product-image{border-radius:15px;background:#fff;box-shadow:inset 0 0 0 1px #b2824214}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__product-image img{filter:none;mix-blend-mode:multiply}.watches-page:not(.sunglasses-page):not(.pens-page) .product-image-carousel__dots span{background:#25201b38;box-shadow:none}.watches-page:not(.sunglasses-page):not(.pens-page) .product-image-carousel__dots span.is-active{background:#c99655}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__favorite{color:#2d2720}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__favorite.is-active{color:#c99655}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__card-cart{border-color:#b2824257;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.78),transparent 52%),#fffaf1e6;color:#b77f3f;box-shadow:inset 0 1px #ffffffd1,0 10px 22px #6f502c1f}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__card-cart:hover{border-color:#b97f359e;background:#fff6e6f5}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__card-cart:disabled{color:#2d272057;border-color:#2d27201f;background:#ffffff85}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__product-copy strong,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__product-copy b{color:#171412}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__product-copy span,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__price small{color:#63594d}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__price--sale b{color:#9d692f}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__stock-note{border-color:#b97f3557;background:#fff9eee0;color:#9a672d;box-shadow:inset 0 1px #ffffffd1}.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__empty{border-color:#aa845438;background:radial-gradient(circle at 50% 33%,rgba(212,165,91,.16),transparent 52%),linear-gradient(180deg,#fffdf8,#f6efe4)}@media(min-width:850px){.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__phone-shell{box-shadow:0 0 0 1px #aa845429,0 28px 80px #5c432624}}.customer-products,.watches-page:not(.sunglasses-page):not(.pens-page){--product-card-image-scale: 1}.customer-products .watches-page__product-image,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__product-image{inset:28px 10px 106px;background:transparent;box-shadow:none;overflow:hidden;place-items:center}.customer-products .watches-page__product:not(.watches-page__product--skeleton) .watches-page__product-image img,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__product:not(.watches-page__product--skeleton) .watches-page__product-image img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;max-height:none;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transform:scale(var(--product-card-image-scale));transform-origin:center;filter:none;mix-blend-mode:multiply}@media(max-width:520px){.customer-products,.watches-page:not(.sunglasses-page):not(.pens-page){--product-card-image-scale: 1}.customer-products .watches-page__product-image,.watches-page:not(.sunglasses-page):not(.pens-page) .watches-page__product-image{inset:26px 4px 80px}}.customer-home .customer-hero{height:clamp(500px,56vw,590px);min-height:500px;overflow:hidden;border-bottom:0;background:#fbf7ef}.customer-home .customer-hero__slide{background-position:center left;background-size:cover;transform:scale(1.035);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform 6.2s ease}.customer-home .customer-hero__slide:after{background:linear-gradient(270deg,rgba(255,252,247,.98) 0%,rgba(255,252,247,.92) 27%,rgba(255,252,247,.48) 49%,rgba(255,252,247,.08) 74%,transparent 100%)}.customer-home .customer-hero__slide.is-active{transform:scale(1)}.customer-home .customer-hero__inner{height:100%;display:flex;align-items:center;padding-bottom:14px}.customer-home .customer-hero__copy{width:min(54%,620px);margin:0 0 0 auto;padding:0;text-align:right}.customer-home .customer-hero h1{display:flex;flex-direction:column;align-items:flex-start;gap:0;max-width:620px}.customer-home .customer-hero h1 span{margin-bottom:8px;color:#a97535;font-size:clamp(27px,2.6vw,39px);font-weight:900;line-height:1.14;white-space:nowrap}.customer-home .customer-hero h1 strong{color:#182338;font-size:clamp(52px,5.2vw,74px);font-weight:900;line-height:.98;letter-spacing:0;text-shadow:0 10px 28px rgba(24,35,56,.08)}.customer-home .customer-hero h1 strong:first-of-type{white-space:nowrap}.customer-home .customer-hero h1 strong+strong{margin-top:4px}.customer-home .customer-hero p{margin:13px 0 28px;color:#4b4e55;font-size:clamp(18px,1.7vw,24px);font-weight:700}.customer-home .customer-hero__actions{display:grid;grid-template-columns:repeat(var(--hero-action-count, 2),minmax(184px,1fr));gap:12px;width:min(100%,450px);opacity:1;animation:none}.customer-home .customer-button{height:52px;padding:0 18px;border-radius:6px;font-size:15px;font-weight:900;box-shadow:0 10px 24px #754f201a}.customer-home .customer-button--primary{border-color:#c79450;background:linear-gradient(135deg,#d5aa6a,#bd8741);color:#fff}.customer-home .customer-button--secondary{border:1px solid rgba(169,117,53,.72);background:#ffffffad;color:#263247;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.customer-home .customer-button:hover{transform:translateY(-2px);filter:brightness(1.025)}.customer-home .customer-hero__dots{bottom:104px;gap:8px;padding:7px 10px;border:1px solid rgba(255,255,255,.7);border-radius:999px;background:#ffffff94;box-shadow:0 8px 22px #5b41221a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.customer-home .customer-hero__dots button{width:8px;height:8px;background:#483e3347}.customer-home .customer-hero__dots button.is-active{width:24px;background:#bd8741}.customer-home .customer-hero-trust{position:relative;z-index:3;margin-top:-86px;border-top:1px solid rgba(255,255,255,.62);border-bottom:1px solid rgba(166,125,70,.16);background:#fffdf980;box-shadow:0 -10px 28px #4b392309;-webkit-backdrop-filter:blur(12px) saturate(1.08);backdrop-filter:blur(12px) saturate(1.08)}.customer-home .customer-hero-trust__grid{min-height:86px;grid-template-columns:repeat(var(--hero-trust-count, 4),minmax(0,1fr))}.customer-home .customer-hero-trust__item{min-height:58px;grid-template-columns:34px minmax(0,1fr);gap:3px 11px;padding-inline:clamp(12px,2vw,25px);border-left-color:#b9894b38}.customer-home .customer-hero-trust__item svg{width:30px;height:30px;color:#b5803d;stroke-width:1.65}.customer-home .customer-hero-trust__item b{color:#1d2738;font-size:14px}.customer-home .customer-hero-trust__item small{color:#8d806f;font-size:8px;letter-spacing:.04em}.customer-home .customer-brands{display:block!important;padding:28px 0 12px;overflow:hidden;border-bottom:0;background:#f8f6f2;color:#1b2638}.customer-home .customer-brands__inner{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.customer-home .customer-brands h2{color:#1b2638;font-size:23px}.customer-home .customer-brands p{margin:0;color:#8d8275;font-size:12px}.customer-home .customer-brands__marquee{position:relative;width:100%;margin-top:14px;overflow:hidden;direction:ltr;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.customer-home .customer-brands__track{--customer-brand-marquee-step: 1792px;display:flex;gap:14px;width:-moz-max-content;width:max-content;animation:customer-home-brands-marquee 24s linear infinite;will-change:transform}.customer-home .customer-brands__card{width:210px;height:64px;flex:0 0 210px;margin:0;border:1px solid rgba(37,46,59,.1);border-radius:6px;background:#ffffffe0;box-shadow:0 6px 18px #372d1f09}.customer-home .customer-brands__card strong{color:#202735}.customer-home .customer-brands__card span{color:#81786d}.customer-home .customer-home__brand-logo--fossil{font-size:25px;letter-spacing:4px}.customer-home .customer-home__brand-logo--armani{font-size:16px;letter-spacing:1px}.customer-home .customer-home__brand-logo--timberland{font-family:Georgia,Times New Roman,serif;font-size:25px;letter-spacing:0}.customer-home .customer-home__brand-logo--lacoste{font-size:22px;letter-spacing:3px}.customer-home .customer-shop{padding-top:6px;background:#f8f6f2}.customer-home .customer-products__section-heading h2:after,.customer-home .customer-products__mob-header h2:after{content:none;display:none}.customer-home .customer-footer{border-top:0;background:#f8f6f2}@keyframes customer-home-brands-marquee{0%{transform:translateZ(0)}to{transform:translate3d(calc(var(--customer-brand-marquee-step) * -1),0,0)}}@media(max-width:900px){.customer-home .customer-hero{height:510px;min-height:510px}.customer-home .customer-hero__slide{background-position:35% center}.customer-home .customer-hero__slide:after{background:linear-gradient(270deg,#fffcf7fa,#fffcf7e0 38%,#fffcf747 68%,#fffcf705)}.customer-home .customer-hero__inner{align-items:flex-start;padding:76px 18px 58px}.customer-home .customer-hero__copy{width:min(72%,410px);margin:0}.customer-home .customer-hero h1 span{font-size:clamp(23px,4.4vw,31px)}.customer-home .customer-hero h1 strong{font-size:clamp(43px,7.5vw,62px)}.customer-home .customer-hero p{margin:10px 0 25px;font-size:18px}}@media(max-width:640px){.customer-home .customer-hero{display:block;height:440px;min-height:440px}.customer-home .customer-hero__slide{background-position:34% center}.customer-home .customer-hero__slide:after{background:linear-gradient(270deg,rgba(255,252,247,.96) 0%,rgba(255,252,247,.82) 39%,rgba(255,252,247,.2) 70%,transparent 100%),linear-gradient(0deg,rgba(255,252,247,.26),transparent 36%)}.customer-home .customer-hero__inner{height:100%;padding:46px 14px 52px;align-items:flex-start}.customer-home .customer-hero__copy{width:76%;max-width:294px;padding:0}.customer-home .customer-hero h1 span{font-size:clamp(20px,6.2vw,25px);margin-bottom:5px}.customer-home .customer-hero h1 strong{font-size:clamp(38px,11.4vw,47px);line-height:1.01}.customer-home .customer-hero h1 strong+strong{margin-top:2px}.customer-home .customer-hero p{margin:9px 0 22px;font-size:15px}.customer-home .customer-hero__actions{display:grid;grid-template-columns:repeat(var(--hero-action-count, 2),minmax(0,1fr));gap:8px;width:min(100%,286px)}.customer-home .customer-button{min-width:0;height:47px;padding-inline:8px;border-radius:5px;font-size:11px;line-height:1.25;text-align:center}.customer-home .customer-hero__dots{bottom:88px;padding:6px 9px}.customer-home .customer-hero-trust{margin-top:-76px}.customer-home .customer-hero-trust__grid.customer-home__lane{width:100%}.customer-home .customer-hero-trust__grid{min-height:76px;grid-template-columns:repeat(var(--hero-trust-count, 4),minmax(0,1fr))}.customer-home .customer-hero-trust__item{min-height:76px;grid-template-columns:1fr;grid-template-rows:auto auto;justify-items:center;gap:5px;padding:9px 3px;text-align:center}.customer-home .customer-hero-trust__item svg{grid-row:auto;width:25px;height:25px}.customer-home .customer-hero-trust__item b{font-size:9.5px;line-height:1.2}.customer-home .customer-hero-trust__item small{display:none}.customer-home .customer-brands{padding:20px 0 9px;background:#f8f6f2;color:#1b2638}.customer-home .customer-shop{padding-top:2px}.customer-home .customer-products--offers{padding-top:6px}.customer-home .customer-brands__inner{display:none}.customer-home .customer-brands__mob-header{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin-bottom:3px}.customer-home .customer-brands__mob-header h2{color:#1b2638;font-size:16px}.customer-home .customer-products__section-heading,.customer-home .customer-products__mob-header{position:static;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;min-height:24px;margin-bottom:9px;text-align:initial}.customer-home .customer-products__section-heading h2,.customer-home .customer-products__mob-header h2{margin:0;color:#1b2638;font-size:16px;line-height:1.25;text-align:right}.customer-home .customer-products__view-all{position:static;inset:auto;flex:0 0 auto;color:#ae7937;font-size:11px;font-weight:700;line-height:1.25;text-decoration:none;transform:none}.customer-home .customer-brands__marquee{margin-top:9px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.customer-home .customer-brands__track{--customer-brand-marquee-step: 1216px;gap:10px;animation:customer-home-brands-marquee 18s linear infinite}.customer-home .customer-brands__marquee .customer-brands__card{width:142px;height:52px;flex-basis:142px;margin:0;border-color:#252e3b1a;background:#fff}.customer-home .customer-brands__marquee .customer-brands__card strong{color:#202735}.customer-home .customer-brands__marquee .customer-home__brand-logo--hugo{font-size:23px}.customer-home .customer-brands__marquee .customer-home__brand-logo--mk{font-size:11px}.customer-home .customer-brands__marquee .customer-home__brand-logo--just{font-size:20px}.customer-home .customer-brands__marquee .customer-home__brand-logo--cavalli{font-size:26px}.customer-home .customer-brands__marquee .customer-home__brand-logo--fossil{font-size:19px}.customer-home .customer-brands__marquee .customer-home__brand-logo--armani{font-size:10px}.customer-home .customer-brands__marquee .customer-home__brand-logo--timberland{font-size:19px}.customer-home .customer-brands__marquee .customer-home__brand-logo--lacoste{font-size:16px}}@media(prefers-reduced-motion:reduce){.customer-home .customer-brands__track{animation-play-state:paused}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 220 13% 9%;--foreground: 45 20% 90%;--card: 220 13% 12%;--card-foreground: 45 20% 90%;--popover: 220 13% 12%;--popover-foreground: 45 20% 90%;--primary: 45 93% 47%;--primary-foreground: 220 13% 9%;--secondary: 220 15% 20%;--secondary-foreground: 45 93% 47%;--muted: 220 15% 15%;--muted-foreground: 220 10% 60%;--accent: 45 93% 47%;--accent-foreground: 220 13% 9%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 100%;--border: 220 15% 20%;--input: 220 15% 20%;--ring: 45 93% 47%;--radius: .5rem}.light{--background: 0 0% 98%;--foreground: 220 13% 9%;--card: 0 0% 100%;--card-foreground: 220 13% 9%;--popover: 0 0% 100%;--popover-foreground: 220 13% 9%;--primary: 45 93% 47%;--primary-foreground: 220 13% 9%;--secondary: 220 15% 90%;--secondary-foreground: 220 13% 9%;--muted: 220 15% 95%;--muted-foreground: 220 10% 40%;--accent: 45 93% 47%;--accent-foreground: 220 13% 9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 220 15% 90%;--input: 220 15% 90%;--ring: 45 93% 47%}*{border-color:hsl(var(--border))}html{direction:rtl;scroll-behavior:smooth}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:Cairo,Tajawal,sans-serif;font-feature-settings:"rlig" 1,"calt" 1}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background-color:hsl(var(--background))}::-webkit-scrollbar-thumb{border-radius:9999px;background-color:hsl(var(--secondary))}::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--primary) / .5)}.app-logo-name,.customer-header__brand strong{font-family:Aref Ruqaa,Cairo,Tajawal,serif;font-weight:700;letter-spacing:.01em;line-height:1.12;text-wrap:nowrap;font-feature-settings:"kern" 1;text-shadow:0 1px 0 rgba(255,244,218,.16),0 10px 24px rgba(201,150,82,.12)}.platform-skeleton{position:relative;overflow:hidden;background:linear-gradient(90deg,transparent 0%,hsl(var(--primary) / .1) 42%,hsl(var(--primary) / .2) 50%,hsl(var(--primary) / .1) 58%,transparent 100%),hsl(var(--muted) / .54);background-size:220% 100%,100% 100%;animation:platform-skeleton-shimmer 1.85s ease-in-out infinite}.light .platform-skeleton{background:linear-gradient(90deg,transparent 0%,hsl(var(--primary) / .08) 42%,hsl(var(--primary) / .16) 50%,hsl(var(--primary) / .08) 58%,transparent 100%),hsl(var(--muted) / .82);background-size:220% 100%,100% 100%}@media(prefers-reduced-motion:reduce){.platform-skeleton{animation:none}}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}html[data-pull-refresh-state]{overscroll-behavior-y:none}[data-pull-refresh-content]{translate:0 var(--app-pull-distance, 0);transition-property:translate;transition-duration:0ms;will-change:translate}html[data-pull-refresh-state=refreshing] [data-pull-refresh-content],html[data-pull-refresh-state=settling] [data-pull-refresh-content]{transition-duration:.36s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.app-pull-refresh{--pull-refresh-y: 0px;--pull-refresh-progress: 0;--pull-refresh-icon-rotation: 0deg;--pull-refresh-ring: 0deg;position:fixed;top:var(--app-pull-header-bottom, 0px);right:0;left:0;z-index:25;width:100%;height:var(--pull-refresh-y);min-height:0;box-sizing:border-box;display:flex;align-items:flex-end;justify-content:center;padding:0 0 10px;overflow:hidden;border:0;border-radius:0;background:linear-gradient(180deg,#be913e14,#f8f6f2fa 72%),#f8f6f2;color:#a7732f;pointer-events:none;opacity:0;box-shadow:inset 0 -1px #aa84541f;transform:none;transform-origin:initial;transition:opacity .1s ease;-webkit-backdrop-filter:none;backdrop-filter:none;isolation:auto}.app-pull-refresh:after{display:none}.app-pull-refresh.is-visible{opacity:1}.app-pull-refresh.is-ready,.app-pull-refresh.is-refreshing{border:0;background:linear-gradient(180deg,#be913e21,#f8f6f2 76%),#f8f6f2;color:#93601f;box-shadow:inset 0 -1px #aa84542e}.app-pull-refresh__progress{position:relative;width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:50%;background:#ffffffb8;box-shadow:0 5px 16px #6f4b1f1a;opacity:var(--pull-refresh-progress);transform:translateY(0);transition:opacity .16s ease,background-color .16s ease,color .16s ease}.app-pull-refresh>.app-pull-refresh__progress:last-child{padding:0;white-space:normal;transform:translateY(0)}.app-pull-refresh__progress:before{position:absolute;inset:-3px;border-radius:inherit;background:conic-gradient(from -90deg,#b9823d var(--pull-refresh-ring),rgba(185,130,61,.14) 0);content:"";-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px));mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px))}.app-pull-refresh__icon{width:16px;height:16px;stroke-width:2.1;transform:rotate(var(--pull-refresh-icon-rotation))}.app-pull-refresh.is-ready .app-pull-refresh__progress,.app-pull-refresh.is-refreshing .app-pull-refresh__progress{background:#b9823d;color:#fff;opacity:1}.app-pull-refresh.is-refreshing .app-pull-refresh__icon{animation:app-pull-refresh-spin .72s linear infinite}html[data-pull-refresh-state=refreshing] .app-pull-refresh,html[data-pull-refresh-state=settling] .app-pull-refresh{transition:height .36s cubic-bezier(.22,1,.36,1),opacity .1s ease}@media(prefers-reduced-motion:reduce){[data-pull-refresh-content],html[data-pull-refresh-state=refreshing] [data-pull-refresh-content],html[data-pull-refresh-state=settling] [data-pull-refresh-content]{transition-duration:1ms!important}.app-pull-refresh.is-refreshing .app-pull-refresh__icon{animation:none}}.customer-home{min-height:100vh;overflow-x:clip;background:#fffaf1;color:#171412;direction:rtl;padding-top:62px}@keyframes customer-home-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes customer-home-panel-enter{0%{opacity:0;transform:translateY(20px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes customer-home-copy-enter{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:translate(0)}}@keyframes customer-product-card-enter{0%{opacity:0;transform:translateY(24px) scale(.975)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes customer-product-image-enter{0%{opacity:0;transform:translateY(14px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes customer-product-content-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes customer-skeleton-shimmer{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes customer-cart-receive{0%{transform:translateY(0) scale(1) rotate(0)}24%{transform:translateY(-3px) scale(1.2) rotate(-5deg);color:#f2b24d}48%{transform:translateY(1px) scale(.93) rotate(3deg)}72%{transform:translateY(-1px) scale(1.06) rotate(-1deg)}to{transform:translateY(0) scale(1) rotate(0)}}@keyframes customer-cart-ring{0%{opacity:0;transform:scale(.58)}34%{opacity:.62;transform:scale(1.06)}to{opacity:0;transform:scale(1.62)}}@keyframes customer-hero-dots-enter{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.customer-home__lane{width:calc(100% - 140px);margin-inline:auto}.customer-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:62px;border-bottom:1px solid rgba(170,132,84,.18);background:#fffaf1f5;box-shadow:0 10px 26px #5c432614;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:customer-home-enter .52s cubic-bezier(.16,1,.3,1) 40ms both}.customer-header__inner{height:62px;display:grid;grid-template-columns:auto minmax(0,1fr) 170px;align-items:center;gap:32px;direction:rtl}.customer-header__brand{display:flex;align-items:center;justify-content:center;width:clamp(150px,15vw,224px);height:54px;text-decoration:none}.customer-header__brand-logo{display:block;width:100%;height:clamp(38px,4.2vw,50px);-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.customer-header__brand strong{color:#171412;font-size:34px;font-weight:700;line-height:1.08;letter-spacing:0}.customer-header__brand span{margin-top:0;color:#18151394;font-size:10px;font-weight:700;letter-spacing:2px}.customer-header__nav{height:100%;display:flex;align-items:center;justify-content:center;gap:38px;direction:rtl}.customer-header__nav a{position:relative;height:100%;display:inline-flex;align-items:center;color:#181513a8;font-size:12px;font-weight:700;text-decoration:none;transition:color .16s ease}.customer-header__nav a:hover,.customer-header__nav a.is-active{color:#b77f3f}.customer-header__nav a.is-active:after{content:"";position:absolute;right:0;bottom:10px;width:54px;height:2px;background:#c99655}.customer-header__actions{display:flex;align-items:center;justify-content:flex-start;gap:23px;direction:ltr}.customer-header__actions button,.customer-header__actions a{position:relative;width:24px;height:28px;display:grid;place-items:center;border:0;background:transparent;color:#201914;cursor:pointer;padding:0;text-decoration:none;transition:color .16s ease,transform .16s ease}.customer-header__actions button:hover,.customer-header__actions a:hover{color:#b77f3f}.customer-header__actions svg{width:21px;height:21px;stroke-width:1.9}.customer-header__cart.is-cart-pulse,.watches-page__cart-button.is-cart-pulse,.product-details-page__cart.is-cart-pulse{overflow:visible;animation:customer-cart-receive .68s cubic-bezier(.16,1,.3,1);transform-origin:center}.customer-header__cart:after,.watches-page__cart-button:after,.product-details-page__cart:after{content:"";position:absolute;inset:-9px;border:1px solid rgba(242,178,77,.64);border-radius:999px;opacity:0;pointer-events:none;transform:scale(.64)}.customer-header__cart.is-cart-pulse:after,.watches-page__cart-button.is-cart-pulse:after,.product-details-page__cart.is-cart-pulse:after{animation:customer-cart-ring .68s cubic-bezier(.16,1,.3,1)}.customer-header__cart span{position:absolute;right:-8px;bottom:0;width:16px;height:16px;display:grid;place-items:center;border-radius:50%;background:#c99655;color:#171412;font-size:9px;font-weight:900}.customer-header__cart.is-cart-pulse span,.watches-page__cart-button.is-cart-pulse span,.product-details-page__cart.is-cart-pulse span{box-shadow:0 0 0 7px #c9965524}.customer-cart-flyer{position:fixed;pointer-events:none;z-index:120;display:grid;place-items:center;isolation:isolate;transform-origin:center;will-change:transform,opacity}.customer-cart-flyer:before{content:"";position:absolute;inset:8%;z-index:-1;border-radius:999px;background:radial-gradient(circle,#deaa5c52,#deaa5c00 70%);filter:blur(10px);transform:scale(.96)}.customer-cart-flyer__image{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain;position:relative;z-index:2;border-radius:8px;background:#fff;mix-blend-mode:multiply;transform-origin:center;will-change:transform,filter}.customer-cart-flyer__spark{position:absolute;right:3%;bottom:10%;z-index:3;width:10px;height:10px;border-radius:999px;border:2px solid #fff7e9;background:#d6a25c;box-shadow:0 0 0 4px #d6a25c21,0 0 16px #d6a25c6b;transform-origin:center;will-change:transform,opacity}.customer-cart-flyer__trail{position:absolute;inset:50% auto auto 50%;z-index:1;width:1px;height:1px}.customer-cart-flyer__trail i{position:absolute;width:var(--cart-particle-size);height:var(--cart-particle-size);border-radius:50%;background:#d8a357;box-shadow:0 0 10px #d8a35773;opacity:0;will-change:transform,opacity}.customer-cart-arrival{position:fixed;z-index:121;width:48px;height:48px;pointer-events:none;border:2px solid rgba(217,166,91,.72);border-radius:50%;box-shadow:0 0 0 8px #d9a65b1a,0 0 22px #d9a65b42;opacity:0}.customer-cart-arrival i{--arrival-ray-distance: 31px;position:absolute;top:50%;left:50%;width:3px;height:8px;border-radius:999px;background:#d6a25c;transform:translate(-50%,-50%) rotate(var(--arrival-ray-angle)) translateY(calc(var(--arrival-ray-distance) * -1));transform-origin:center}.customer-hero{position:relative;height:410px;overflow:hidden;isolation:isolate;background:#fffaf1;animation:customer-home-panel-enter .76s cubic-bezier(.16,1,.3,1) .11s both}.customer-hero__slides{position:absolute;inset:0;z-index:0;pointer-events:none}.customer-hero__slide{position:absolute;inset:0;background-position:center left;background-repeat:no-repeat;background-size:cover;opacity:0;transform:scale(1.018);transition:opacity .94s cubic-bezier(.16,1,.3,1),transform 5.6s ease;will-change:opacity,transform}.customer-hero__slide:after{content:"";position:absolute;inset:0;background:linear-gradient(270deg,#fffaf1f7,#fffaf1db 34%,#fffaf138 64%,#fffaf10a)}.customer-hero__slide.is-active{opacity:1;transform:scale(1)}.customer-hero__inner{height:100%;position:relative;z-index:1;direction:rtl}.customer-hero__copy{width:580px;margin-right:0;margin-left:auto;padding-top:86px;direction:rtl;text-align:right;animation:customer-home-copy-enter .76s cubic-bezier(.16,1,.3,1) .26s both}.customer-hero h1{margin:0;display:grid;gap:0;justify-items:start;text-align:right}.customer-hero h1 span{color:#b57b36;font-size:54px;font-weight:900;line-height:1.18}.customer-hero h1 strong{color:#16120e;font-size:54px;font-weight:900;line-height:1.18}.customer-hero p{margin:8px 0 20px;color:#16120eb8;font-size:22px;font-weight:600;line-height:1.35}.customer-hero-trust{background:#fffaf1;border-top:1px solid rgba(170,132,84,.18);border-bottom:1px solid rgba(170,132,84,.18);color:#171412}.customer-hero-trust__grid{min-height:72px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;direction:rtl}.customer-hero-trust__item{min-height:54px;display:grid;grid-template-columns:30px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;gap:2px 10px;border-left:1px solid rgba(201,150,82,.34);padding:0 18px;opacity:0;animation:customer-product-content-enter .54s cubic-bezier(.16,1,.3,1) both}.customer-hero-trust__item:nth-child(1){animation-delay:.44s}.customer-hero-trust__item:nth-child(2){animation-delay:.5s}.customer-hero-trust__item:nth-child(3){animation-delay:.56s}.customer-hero-trust__item:nth-child(4){animation-delay:.62s}.customer-hero-trust__item:last-child{border-left:0}.customer-hero-trust__item svg{grid-row:1 / 3;width:28px;height:28px;color:#b77f3f;stroke-width:1.8}.customer-hero-trust__item b{color:#171412;font-size:13px;font-weight:900;line-height:1.2;white-space:normal;word-break:break-word}.customer-hero-trust__item small{color:#1815138a;font-size:8px;font-weight:800;line-height:1.1;direction:ltr;text-align:right;white-space:nowrap}.customer-hero__actions{display:flex;gap:14px;opacity:0;animation:customer-product-content-enter .56s cubic-bezier(.16,1,.3,1) .69s both}.customer-button{height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;font-size:15px;font-weight:800;text-decoration:none;transition:transform .16s ease,border-color .16s ease,filter .16s ease}.customer-button:hover{transform:translateY(-1px)}.customer-button--primary{min-width:185px;border:1px solid rgba(228,191,137,.6);background:linear-gradient(180deg,#d6a96d,#c89451);color:#fff}.customer-hero__dots{position:absolute;left:50%;bottom:15px;transform:translate(-50%);display:flex;align-items:center;gap:13px;direction:ltr;opacity:0;animation:customer-hero-dots-enter .5s cubic-bezier(.16,1,.3,1) .76s both}.customer-hero__dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#322b2347;cursor:pointer;transition:width .18s ease,background .18s ease,transform .18s ease}.customer-hero__dots button:hover{transform:translateY(-1px);background:#322b2380}.customer-hero__dots button.is-active{width:16px;border-radius:99px;background:#b57b36}.customer-brands{padding:24px 0 20px;overflow:hidden;background:radial-gradient(circle at 12% 14%,rgba(255,255,255,.92),transparent 28%),#eeede9;color:#1c1a18;animation:customer-home-enter .65s cubic-bezier(.16,1,.3,1) .26s both}.customer-brands__inner{position:relative;display:grid;align-content:start;justify-items:center;text-align:center}.customer-brands h2,.customer-categories h2,.customer-instagram h2{margin:0;color:inherit;font-size:27px;font-weight:900;line-height:1.15}.customer-brands p{margin:7px 0 0;color:#8a8379;font-size:13px;font-weight:600}.customer-brands__marquee{overflow:hidden;width:100%;margin-top:18px}.customer-brands__track{display:flex;width:-moz-max-content;width:max-content;animation:brands-scroll 14s linear infinite}@keyframes brands-scroll{0%{transform:translate(-1056px)}to{transform:translate(0)}}.customer-brands__card{width:240px;height:73px;flex-shrink:0;margin-right:24px;display:grid;place-items:center;align-content:center;border:1px solid rgba(0,0,0,.12);border-radius:6px;background:#ffffff57;color:inherit;text-decoration:none;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.customer-brands__card:hover,.customer-brands__card:focus-visible{border-color:#b57b368c;background:#ffffffad;transform:translateY(-2px);outline:none}.customer-brands__card strong{color:#151515;font-weight:900;line-height:1}.customer-brands__card span{margin-top:4px;color:#1f1f1f;font-size:8px;font-weight:900;letter-spacing:4px}.customer-home__brand-logo--hugo{font-size:31px;letter-spacing:3px;color:#c00!important}.customer-home__brand-logo--mk{font-size:17px;letter-spacing:0}.customer-home__brand-logo--just{font-family:Georgia,Times New Roman,serif;font-size:28px;letter-spacing:-1px}.customer-home__brand-logo--cavalli{font-family:Georgia,Times New Roman,serif;font-size:37px;font-weight:700!important}.customer-shop{background:radial-gradient(circle at 50% 0%,rgba(201,150,82,.16),transparent 28%),linear-gradient(180deg,#f6f0e7,#fffaf2 48%,#f3ecdf);color:#171412;padding:18px 0}.customer-categories h2{color:#181513;text-align:center;margin:0 0 18px}.customer-categories h2:after,.customer-products__section-heading h2:after,.customer-products__mob-header h2:after{content:"";display:block;width:42px;height:2px;margin:8px auto 0;border-radius:999px;background:linear-gradient(90deg,#c9965500,#c99655,#c9965500)}.customer-categories__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.customer-category{--customer-category-delay: 0ms;position:relative;height:162px;overflow:hidden;display:block;border:1px solid rgba(201,150,82,.46);border-radius:6px;background:#1b1916;text-decoration:none;color:#f8f8f8;opacity:0;transform-origin:50% 65%;animation:customer-home-panel-enter .68s cubic-bezier(.16,1,.3,1) var(--customer-category-delay) both}.customer-category:nth-child(1){--customer-category-delay: .38s}.customer-category:nth-child(2){--customer-category-delay: .46s}.customer-category:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(270deg,rgba(16,14,12,.93) 0%,rgba(25,21,17,.74) 34%,rgba(25,21,17,.12) 68%,transparent 100%);pointer-events:none}.customer-category img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.customer-category--sunglasses img,.customer-category--watches img{-o-object-position:center left;object-position:center left}.customer-category span{position:absolute;top:0;right:0;z-index:2;width:160px;height:100%;display:grid;align-content:start;padding:19px 27px 0 0;direction:rtl;text-align:right}.customer-category strong{color:#c99655;font-size:26px;font-weight:900;line-height:1.3}.customer-category small{color:#f0ebe3;font-size:12px;font-weight:700;line-height:1.7}.customer-category em{margin-top:23px;color:#c99655;font-size:12px;font-style:normal;font-weight:800}.customer-category em:before{content:"←";margin-left:7px}.customer-products{--watch-border: rgba(255, 255, 255, .13);--watch-gold: #f2b24d;--watch-gold-strong: #d19a49;padding-top:14px;padding-bottom:32px}.customer-products--offers{padding-bottom:24px}.customer-products__section-heading{display:flex;align-items:center;justify-content:center;min-height:36px;margin-bottom:12px;text-align:center;opacity:0;animation:customer-home-enter .56s cubic-bezier(.16,1,.3,1) .5s both}.customer-products__section-heading h2{margin:0;color:#181513;font-size:20px;font-weight:900;line-height:1.2}.customer-products__tabs{height:22px;display:flex;align-items:end;justify-content:flex-end;gap:62px;margin-bottom:4px;opacity:0;animation:customer-home-enter .56s cubic-bezier(.16,1,.3,1) .5s both}.customer-products__tabs button{position:relative;border:0;background:transparent;color:#1815139e;font:inherit;font-size:13px;font-weight:800;padding:0;cursor:pointer}.customer-products__tabs button:first-child{margin-inline-end:auto;color:#181513;font-size:20px;font-weight:900}.customer-products__tabs button.is-active{color:#181513}.customer-products__tabs button.is-active:after{content:"";position:absolute;right:0;bottom:-8px;width:80px;height:2px;background:#c99655}.customer-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.customer-products__empty{grid-column:1 / -1;min-height:194px;display:grid;place-items:center;gap:6px;padding:28px;border:1px solid rgba(170,132,84,.2);border-radius:18px;background:#ffffff8a;color:#181513;text-align:center}.customer-products__empty strong{font-size:18px;font-weight:900}.customer-products__empty span{color:#1815139e;font-size:13px}.customer-products__loading{grid-column:1 / -1;min-height:72px;display:grid;place-items:center;color:#1815139e;font-size:13px;text-align:center}.customer-products__loading span{display:inline-flex;align-items:center;justify-content:center;gap:9px}.customer-products__loading span:before{content:"";width:8px;height:8px;border-radius:50%;background:#c8a45d;box-shadow:0 0 #c8a45d61;animation:customer-products-loading-pulse .9s ease-in-out infinite}@keyframes customer-products-loading-pulse{0%,to{opacity:.42;transform:scale(.9);box-shadow:0 0 #c8a45d47}50%{opacity:1;transform:scale(1);box-shadow:0 0 0 7px #c8a45d00}}.customer-auth{position:relative;height:220px;overflow:hidden;border:1px solid rgba(201,150,82,.45);border-radius:6px;background:#090909;opacity:0;animation:customer-home-panel-enter .72s cubic-bezier(.16,1,.3,1) .9s both}.customer-auth:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#070708f0,#070708d1,#07070826 74%,#07070852)}.customer-auth img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center right;object-position:center right}.customer-auth div{position:relative;z-index:1;width:330px;height:100%;display:grid;align-content:start;justify-items:center;padding-top:22px;text-align:center}.customer-auth h2,.customer-auth h3{margin:0;color:#f8f8f8;font-size:27px;font-weight:900;line-height:1.25}.customer-auth p{margin:11px 0 10px;color:#d5cec5;font-size:12px;font-weight:600;line-height:1.75}.customer-auth .customer-button{min-width:132px;height:29px;font-size:12px}.customer-instagram .customer-home__lane{position:relative;height:100%;padding-top:11px;text-align:center}.customer-footer{padding-top:32px;background:radial-gradient(circle at 10% 50%,rgba(201,150,82,.12),transparent 30%),linear-gradient(180deg,#fffaf1,#f8efe2);color:#171412;border-top:1px solid rgba(170,132,84,.22)}.customer-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;align-items:start;gap:0;padding:16px 0 40px}.customer-footer__grid section{display:grid;align-content:start;justify-items:center;gap:6px;padding:0 28px;border-left:1px solid rgba(170,132,84,.2);text-align:center}.customer-footer__grid section:first-child{border-left:0;justify-items:start;padding-left:0;text-align:right}.customer-footer__grid section:last-child{padding-right:0}.customer-footer h2{margin:0 0 10px;padding-bottom:10px;width:100%;border-bottom:1px solid rgba(170,132,84,.24);color:#b77f3f;font-size:14px;font-weight:900;letter-spacing:.3px;text-align:inherit}.customer-footer a,.customer-footer span{color:#181513a8;font-size:13px;font-weight:600;line-height:1.5;text-decoration:none;transition:color .15s ease}.customer-footer a:hover{color:#b77f3f}.customer-footer__brand-home{width:min(100%,252px);aspect-ratio:1523 / 383;display:flex!important;align-items:center;justify-content:flex-start;margin-bottom:14px;border-radius:10px}.customer-footer__brand-home:focus-visible{outline:2px solid #b77f3f;outline-offset:5px}.customer-footer__brand-logo{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain;-o-object-position:right center;object-position:right center}.customer-footer__about-link{display:inline-flex!important;align-items:center;gap:9px;margin:0 0 14px;padding-bottom:4px;border-bottom:1px solid rgba(183,127,63,.45);color:#9b642c!important;font-size:12px!important;font-weight:800!important}.customer-footer__about-link span{color:inherit;font-size:15px;transition:transform .16s ease}.customer-footer__about-link:hover span{transform:translate(-3px)}.customer-footer__brand p{margin:0 0 18px;color:#1815139e;font-size:12px;font-weight:600;line-height:1.75}.customer-footer__brand div{display:flex;gap:10px}.customer-footer__brand div a{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(170,132,84,.34);border-radius:50%;color:#1815139e;font-size:13px;font-weight:900;text-decoration:none;transition:border-color .15s ease,color .15s ease,background .15s ease}.customer-footer__brand div a:hover{border-color:#b77f3f;color:#b77f3f;background:#b77f3f14}.customer-footer__brand div svg{width:15px;height:15px}.customer-footer__contact{justify-items:start!important;text-align:right!important}.customer-footer__contact a,.customer-footer__contact span{display:inline-flex;align-items:center;gap:10px;direction:ltr}.customer-footer__contact svg{width:16px;height:16px;color:#b77f3f;stroke-width:1.7;flex-shrink:0}.customer-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-top:1px solid rgba(170,132,84,.2)}.customer-footer__bottom p{margin:0;color:#18151385;font-size:12px;font-weight:600}.customer-footer__legal{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;-moz-column-gap:22px;column-gap:22px;row-gap:8px}.customer-footer__legal a{color:#1815139e;font-size:12px;font-weight:700;line-height:1.6;text-decoration:none;transition:color .16s ease}.customer-footer__legal a:hover,.customer-footer__legal a:focus-visible{color:#9b682f}.customer-footer__bottom div{display:flex;align-items:center;gap:12px;color:#1815138f}.customer-footer__bottom strong{font-size:17px;line-height:1}.customer-footer__bottom span{font-size:12px}.customer-header__hamburger,.customer-brands__mob-header,.customer-products__mob-header,.customer-bottom-nav{display:none}@media(prefers-reduced-motion:reduce){.customer-header,.customer-hero,.customer-hero__copy,.customer-hero-trust__item,.customer-hero__actions,.customer-hero__dots,.customer-cta-band,.customer-trust-mob,.customer-brands,.customer-category,.customer-products__tabs,.customer-product,.customer-product__badge,.customer-product__image,.customer-product__meta,.customer-product>button,.customer-auth{animation:none;opacity:1;transform:none;transition-duration:1ms}.customer-hero__dots{transform:translate(-50%)}}@media(max-width:640px){.customer-categories{display:none}.customer-home__lane{width:calc(100% - 32px)}.customer-home{padding-top:54px;padding-bottom:0}.customer-header{height:54px}.customer-header__inner{position:relative;height:54px;grid-template-columns:1fr;gap:8px}.customer-header__actions{position:absolute;top:50%;right:0;transform:translateY(-50%);display:flex;align-items:center;justify-content:flex-start;gap:14px;direction:ltr}.customer-header__brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(154px,calc(100% - 176px));max-width:calc(100% - 176px);height:42px}.customer-header__hamburger{position:absolute;left:0;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:40px;height:40px;border:0;background:transparent;color:#201914;cursor:pointer}.customer-header__hamburger svg{width:22px;height:22px}.customer-header__brand{justify-self:center;display:flex;align-items:center;justify-content:center;gap:0;text-align:center}.customer-header__brand-logo{height:38px}.customer-header__brand span{margin-top:3px;white-space:nowrap}.customer-header__brand strong{font-size:24px;white-space:nowrap}.customer-header__nav{display:none}.customer-header__wishlist{display:none!important}.customer-hero{display:flex;flex-direction:column;min-height:292px;height:auto;background:#fffaf1}.customer-hero__slide{background-position:left center;background-size:cover}.customer-hero__slide:after{background:linear-gradient(270deg,#fffaf1f7,#fffaf1d6 38%,#fffaf13d 66%,#fffaf10a)}.customer-hero__inner{flex:1;padding:0;display:flex;align-items:center}.customer-hero__copy{width:min(70%,250px);padding-top:12px;padding-bottom:16px;padding-right:12px;margin-left:0;margin-right:0}.customer-hero h1 span{font-size:24px}.customer-hero h1 strong{font-size:38px}.customer-hero p{font-size:16px;margin:6px 0 0}.customer-hero__actions{display:none}.customer-hero__dots{bottom:10px}.customer-hero-trust{background:#fffaf1}.customer-hero-trust__grid.customer-home__lane{width:100%}.customer-hero-trust__grid{min-height:64px;grid-template-columns:repeat(4,minmax(0,1fr))}.customer-hero-trust__item{min-height:64px;grid-template-columns:1fr;grid-template-rows:auto auto;justify-items:center;gap:4px;padding:8px 4px;text-align:center;border-left:1px solid rgba(201,150,82,.2)}.customer-hero-trust__item svg{grid-row:auto;width:24px;height:24px}.customer-hero-trust__item b{font-size:10px;line-height:1.2}.customer-hero-trust__item small{display:none}.customer-cta-band{display:flex;flex-direction:row-reverse;gap:10px;padding:10px 16px;background:transparent;opacity:0;animation:customer-product-content-enter .56s cubic-bezier(.16,1,.3,1) .7s both}.customer-cta-band .customer-button{flex:1;height:44px;min-width:0;padding-inline:10px;font-size:13px}.customer-trust-mob{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:10px 0;background:transparent;border-top:1px solid rgba(201,150,82,.15);border-bottom:0;margin-top:auto;opacity:0;animation:customer-product-content-enter .56s cubic-bezier(.16,1,.3,1) .78s both}.customer-trust-mob div{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0 4px;border-left:1px solid rgba(201,150,82,.2)}.customer-trust-mob div:last-child{border-left:0}.customer-trust-mob svg{width:26px;height:26px;color:#b77f3f;stroke-width:1.7}.customer-trust-mob span{color:#171412;font-size:10px;font-weight:800;text-align:center;line-height:1.2}.customer-brands{margin-top:0;padding:12px 0 2px;background:radial-gradient(circle at 50% 0%,rgba(201,150,82,.08),transparent 30%),#10100f;color:#f8f8f8}.customer-brands__inner{display:none}.customer-brands__marquee{display:block;margin-top:12px}.customer-brands__mob-header{display:flex;align-items:center;justify-content:center;margin-bottom:6px;text-align:center}.customer-brands__mob-header h2{width:100%;margin:0;color:#f8f8f8;font-size:15px;font-weight:900;text-align:center}.customer-brands__view-all{color:#c99655;font-size:11px;font-weight:700;text-decoration:none}.customer-brands__mob-scroll{display:none}.customer-brands__marquee .customer-brands__card{width:130px;height:46px;flex-shrink:0;margin-right:0;background:#111113;border:1px solid rgba(255,255,255,.06)}.customer-brands__marquee .customer-brands__card strong{color:#f8f8f8}.customer-brands__marquee .customer-home__brand-logo--hugo{font-size:22px}.customer-brands__marquee .customer-home__brand-logo--mk{font-size:11px}.customer-brands__marquee .customer-home__brand-logo--just{font-size:19px}.customer-brands__marquee .customer-home__brand-logo--cavalli{font-size:25px}.customer-brands__marquee .customer-brands__card span{font-size:6px;letter-spacing:2px;margin-top:1px}.customer-brands__track{display:flex;gap:12px;animation:brands-scroll-mob 12s linear infinite}@keyframes brands-scroll-mob{0%{transform:translate(0)}to{transform:translate(568px)}}.customer-shop{padding:16px 0 32px;background:radial-gradient(circle at 50% 0%,rgba(201,150,82,.14),transparent 28%),linear-gradient(180deg,#f6f0e7,#fffaf2 48%,#f3ecdf)}.customer-categories h2{font-size:18px;margin-bottom:10px}.customer-categories__grid{grid-template-columns:1fr;gap:10px}.customer-category{height:130px}.customer-products--offers{padding-bottom:28px}.customer-products__section-heading{justify-content:center;margin-bottom:12px}.customer-products__section-heading h2{font-size:18px;text-align:center}.customer-products__tabs{display:none}.customer-products__mob-header{position:relative;display:flex;align-items:center;justify-content:center;min-height:36px;margin-bottom:12px;text-align:center}.customer-products__mob-header h2{margin:0;color:#181513;font-size:18px;font-weight:900}.customer-products__view-all{position:absolute;inset-inline-start:0;top:50%;transform:translateY(-50%);color:#c99655;font-size:13px;font-weight:700;text-decoration:none}.customer-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.customer-product{height:276px;border-radius:14px}.customer-product__image{height:calc(100% - 82px)}.customer-product__image img{max-width:102%;max-height:98%}.customer-product__badge{top:13px;right:10px}.customer-product__meta{left:15px;bottom:18px}.customer-product>button{right:13px;bottom:18px}.customer-auth{height:auto;padding:24px 16px}.customer-auth div{width:100%;padding-top:0}.customer-auth img{opacity:.18}.customer-auth h2,.customer-auth h3{font-size:20px}.customer-footer{padding-top:0;padding-bottom:calc(64px + env(safe-area-inset-bottom))}.customer-footer__grid{grid-template-columns:1fr;gap:24px;padding:32px 0 24px}.customer-footer__brand p,.customer-footer__nav,.customer-footer__bottom div{display:none!important}.customer-footer__grid section,.customer-footer__grid section:first-child{justify-items:center;text-align:center;border-left:0;padding:0}.customer-footer__grid section:last-child{padding-right:0}.customer-footer__brand-home{width:min(76vw,240px);justify-content:center;margin-inline:auto}.customer-footer__brand-logo{-o-object-position:center;object-position:center}.customer-footer__about-link{justify-content:center;margin-inline:auto}.customer-footer__brand div{justify-content:center;width:100%}.customer-footer h2{width:100%;text-align:center}.customer-footer__contact{grid-column:1;margin-top:12px;justify-items:center!important;text-align:center!important}.customer-footer__bottom{flex-direction:column;align-items:center;gap:8px;padding:14px 0;text-align:center}.customer-footer__legal{width:100%;justify-content:center;-moz-column-gap:18px;column-gap:18px;row-gap:6px;padding-top:2px}.customer-footer__legal a{font-size:11.5px}.customer-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:100;height:64px;background:#fffaf1fa;border-top:1px solid rgba(170,132,84,.2);box-shadow:0 -12px 28px #5c43261a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);direction:rtl}.customer-bottom-nav a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#18151394;text-decoration:none;font-size:10px;font-weight:700;transition:color .15s ease,transform .15s ease}.customer-bottom-nav a:active{transform:translateY(1px)}.customer-bottom-nav a svg{width:22px;height:22px;stroke-width:1.8}.customer-bottom-nav a.is-active{color:#b77f3f}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-12{bottom:-3rem}.-left-12{left:-3rem}.-right-12{right:-3rem}.-top-12{top:-3rem}.bottom-0{bottom:0}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-3\.5{top:.875rem}.top-4{top:1rem}.top-\[1px\]{top:1px}.top-\[50\%\]{top:50%}.top-\[60\%\]{top:60%}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[1\]{z-index:1}.order-first{order:-9999}.order-last{order:9999}.\!m-0{margin:0!important}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.-ml-4{margin-left:-1rem}.-mt-4{margin-top:-1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.ml-1{margin-left:.25rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-24{margin-top:6rem}.mt-4{margin-top:1rem}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.size-10{width:2.5rem;height:2.5rem}.size-3{width:.75rem;height:.75rem}.size-3\.5{width:.875rem;height:.875rem}.size-4{width:1rem;height:1rem}.size-6{width:1.5rem;height:1.5rem}.size-8{width:2rem;height:2rem}.size-\[--cell-size\]{width:var(--cell-size);height:var(--cell-size)}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[--cell-size\]{height:var(--cell-size)}.h-\[1px\]{height:1px}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-svh{height:100svh}.max-h-\[--radix-context-menu-content-available-height\]{max-height:var(--radix-context-menu-content-available-height)}.max-h-\[--radix-select-content-available-height\]{max-height:var(--radix-select-content-available-height)}.max-h-\[300px\]{max-height:300px}.max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{max-height:var(--radix-dropdown-menu-content-available-height)}.max-h-screen{max-height:100vh}.min-h-0{min-height:0px}.min-h-\[60px\]{min-height:60px}.min-h-svh{min-height:100svh}.w-0{width:0px}.w-1{width:.25rem}.w-10{width:2.5rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-5{width:1.25rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[--cell-size\]{width:var(--cell-size)}.w-\[--sidebar-width\]{width:var(--sidebar-width)}.w-\[100px\]{width:100px}.w-\[1px\]{width:1px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-10{min-width:2.5rem}.min-w-5{min-width:1.25rem}.min-w-8{min-width:2rem}.min-w-9{min-width:2.25rem}.min-w-\[--cell-size\]{min-width:var(--cell-size)}.min-w-\[12rem\]{min-width:12rem}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}.max-w-lg{max-width:32rem}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.origin-\[--radix-context-menu-content-transform-origin\]{transform-origin:var(--radix-context-menu-content-transform-origin)}.origin-\[--radix-dropdown-menu-content-transform-origin\]{transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.origin-\[--radix-hover-card-content-transform-origin\]{transform-origin:var(--radix-hover-card-content-transform-origin)}.origin-\[--radix-menubar-content-transform-origin\]{transform-origin:var(--radix-menubar-content-transform-origin)}.origin-\[--radix-popover-content-transform-origin\]{transform-origin:var(--radix-popover-content-transform-origin)}.origin-\[--radix-select-content-transform-origin\]{transform-origin:var(--radix-select-content-transform-origin)}.origin-\[--radix-tooltip-content-transform-origin\]{transform-origin:var(--radix-tooltip-content-transform-origin)}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-px{--tw-translate-x: -1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-px{--tw-translate-x: 1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.whitespace-nowrap{white-space:nowrap}.text-balance{text-wrap:balance}.break-words{overflow-wrap:break-word}.rounded-\[2px\]{border-radius:2px}.rounded-\[calc\(var\(--radius\)-5px\)\]{border-radius:calc(var(--radius) - 5px)}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-l-md{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.rounded-r-md{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-\[1\.5px\]{border-width:1.5px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\[--color-border\]{border-color:var(--color-border)}.border-border{border-color:hsl(var(--border))}.border-border\/50{border-color:hsl(var(--border) / .5)}.border-destructive{border-color:hsl(var(--destructive))}.border-destructive\/50{border-color:hsl(var(--destructive) / .5)}.border-input{border-color:hsl(var(--input))}.border-primary{border-color:hsl(var(--primary))}.border-primary\/50{border-color:hsl(var(--primary) / .5)}.border-sidebar-border{border-color:hsl(var(--sidebar-border))}.border-transparent{border-color:transparent}.border-l-transparent{border-left-color:transparent}.border-t-transparent{border-top-color:transparent}.bg-\[--color-bg\]{background-color:var(--color-bg)}.bg-accent{background-color:hsl(var(--accent))}.bg-background{background-color:hsl(var(--background))}.bg-black\/80{background-color:#000c}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-foreground{background-color:hsl(var(--foreground))}.bg-input{background-color:hsl(var(--input))}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary\/20{background-color:hsl(var(--primary) / .2)}.bg-secondary{background-color:hsl(var(--secondary))}.bg-sidebar{background-color:hsl(var(--sidebar-background))}.bg-sidebar-border{background-color:hsl(var(--sidebar-border))}.bg-transparent{background-color:transparent}.fill-current{fill:currentColor}.fill-primary{fill:hsl(var(--primary))}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-\[1px\]{padding:1px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[--cell-size\]{padding-left:var(--cell-size);padding-right:var(--cell-size)}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-3{padding-right:.75rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-\[0\.8rem\]{font-size:.8rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-sm\/relaxed{font-size:.875rem;line-height:1.625}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-snug{line-height:1.375}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/50{color:hsl(var(--foreground) / .5)}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-sidebar-foreground{color:hsl(var(--sidebar-foreground))}.text-sidebar-foreground\/70{color:hsl(var(--sidebar-foreground) / .7)}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-ring{--tw-ring-color: hsl(var(--ring))}.ring-sidebar-ring{--tw-ring-color: hsl(var(--sidebar-ring))}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[color\,box-shadow\]{transition-property:color,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[margin\,opacity\]{transition-property:margin,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.duration-100{animation-duration:.1s}.duration-1000{animation-duration:1s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.\[--cell-size\:2rem\]{--cell-size: 2rem}.capacitor-native{--app-safe-area-top: env(safe-area-inset-top, 0px);--app-safe-area-right: env(safe-area-inset-right, 0px);--app-safe-area-bottom: env(safe-area-inset-bottom, 0px);--app-safe-area-left: env(safe-area-inset-left, 0px);background:#fbf7ef;overscroll-behavior-y:none}.capacitor-native body{min-height:100dvh;background:#fbf7ef}.native-offline-banner{position:fixed;inset:max(8px,var(--app-safe-area-top)) max(12px,var(--app-safe-area-right)) auto max(12px,var(--app-safe-area-left));z-index:10000;margin-inline:auto;width:-moz-fit-content;width:fit-content;max-width:min(560px,calc(100vw - 24px));padding:9px 14px;border:1px solid rgba(111,78,37,.2);border-radius:999px;background:#1e1914f0;box-shadow:0 10px 30px #271b0e33;color:#fff8ea;font-family:Cairo,Tajawal,sans-serif;font-size:12px;font-weight:700;line-height:1.6;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-route-stage{min-height:100dvh;isolation:isolate}.app-route-stage--storefront{background:#fbf7ef}.app-route-stage--admin{background:#101218}.app-route-transition{position:relative;min-height:100dvh;animation:app-route-content-in .16s ease-out both}.app-route-loading{position:relative;min-height:100dvh;overflow:hidden;background:transparent}.app-route-loading:before{content:"";position:fixed;top:50%;left:50%;width:min(180px,46vw);height:3px;border-radius:999px;background:linear-gradient(90deg,#be913e14,#be913ec7,#fff6da57,#be913e14);background-size:220% 100%;box-shadow:0 10px 30px #be913e2e;transform:translate(-50%,-50%);animation:platform-skeleton-shimmer .95s linear infinite}@keyframes app-route-content-in{0%{opacity:.001}to{opacity:1}}@media(prefers-reduced-motion:reduce){.app-route-transition,.app-route-loading:before{animation:none}}@keyframes platform-skeleton-shimmer{0%{background-position:160% 0}to{background-position:-160% 0}}@keyframes app-pull-refresh-spin{to{transform:rotate(360deg)}}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);inset:-.5rem}.after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-1:after{content:var(--tw-content);width:.25rem}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.first\:rounded-l-md:first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.first\:border-l:first-child{border-left-width:1px}.last\:mt-0:last-child{margin-top:0}.last\:rounded-r-md:last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary:hover{background-color:hsl(var(--secondary))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-sidebar-accent:hover{background-color:hsl(var(--sidebar-accent))}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))}.hover\:text-sidebar-accent-foreground:hover{color:hsl(var(--sidebar-accent-foreground))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:after\:bg-sidebar-border:hover:after{content:var(--tw-content);background-color:hsl(var(--sidebar-border))}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:border-ring:focus-visible{border-color:hsl(var(--ring))}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-0:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color: hsl(var(--ring) / .5)}.focus-visible\:ring-sidebar-ring:focus-visible{--tw-ring-color: hsl(var(--sidebar-ring))}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width: 1px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background))}.active\:bg-sidebar-accent:active{background-color:hsl(var(--sidebar-accent))}.active\:text-sidebar-accent-foreground:active{color:hsl(var(--sidebar-accent-foreground))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1}.group\/menu-item:hover .group-hover\/menu-item\:opacity-100,.group:hover .group-hover\:opacity-100{opacity:1}.group.destructive .group-\[\.destructive\]\:border-muted\/40{border-color:hsl(var(--muted) / .4)}.group.toaster .group-\[\.toaster\]\:border-border{border-color:hsl(var(--border))}.group.toast .group-\[\.toast\]\:bg-muted{background-color:hsl(var(--muted))}.group.toast .group-\[\.toast\]\:bg-primary{background-color:hsl(var(--primary))}.group.toaster .group-\[\.toaster\]\:bg-background{background-color:hsl(var(--background))}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.group.toast .group-\[\.toast\]\:text-muted-foreground{color:hsl(var(--muted-foreground))}.group.toast .group-\[\.toast\]\:text-primary-foreground{color:hsl(var(--primary-foreground))}.group.toaster .group-\[\.toaster\]\:text-foreground{color:hsl(var(--foreground))}.group.toaster .group-\[\.toaster\]\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color:hsl(var(--destructive) / .3)}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color:hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color:hsl(var(--destructive-foreground))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-color: hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #dc2626}.peer\/menu-button:hover~.peer-hover\/menu-button\:text-sidebar-accent-foreground{color:hsl(var(--sidebar-accent-foreground))}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.has-\[\>button\]\:ml-\[-0\.45rem\]:has(>button){margin-left:-.45rem}.has-\[\>button\]\:mr-\[-0\.4rem\]:has(>button){margin-right:-.4rem}.has-\[\>kbd\]\:ml-\[-0\.35rem\]:has(>kbd){margin-left:-.35rem}.has-\[\>kbd\]\:mr-\[-0\.35rem\]:has(>kbd){margin-right:-.35rem}.has-\[\>\[data-align\=block-end\]\]\:h-auto:has(>[data-align=block-end]){height:auto}.has-\[\>\[data-align\=block-start\]\]\:h-auto:has(>[data-align=block-start]){height:auto}.has-\[\>textarea\]\:h-auto:has(>textarea){height:auto}.has-\[\>\[data-slot\=field\]\]\:w-full:has(>[data-slot=field]){width:100%}.has-\[\>\[data-align\=block-end\]\]\:flex-col:has(>[data-align=block-end]){flex-direction:column}.has-\[\>\[data-align\=block-start\]\]\:flex-col:has(>[data-align=block-start]){flex-direction:column}.has-\[\>\[data-slot\=field\]\]\:flex-col:has(>[data-slot=field]){flex-direction:column}.has-\[\>\[data-slot\=field-content\]\]\:items-start:has(>[data-slot=field-content]){align-items:flex-start}.has-\[\>\[data-slot\=button-group\]\]\:gap-2:has(>[data-slot=button-group]){gap:.5rem}.has-\[\>\[data-slot\=checkbox-group\]\]\:gap-3:has(>[data-slot=checkbox-group]){gap:.75rem}.has-\[\>\[data-slot\=radio-group\]\]\:gap-3:has(>[data-slot=radio-group]){gap:.75rem}.has-\[\>\[data-slot\=field\]\]\:rounded-md:has(>[data-slot=field]){border-radius:calc(var(--radius) - 2px)}.has-\[\>\[data-slot\=field\]\]\:border:has(>[data-slot=field]){border-width:1px}.has-\[\[data-slot\]\[aria-invalid\=true\]\]\:border-destructive:has([data-slot][aria-invalid=true]){border-color:hsl(var(--destructive))}.has-\[\[data-variant\=inset\]\]\:bg-sidebar:has([data-variant=inset]){background-color:hsl(var(--sidebar-background))}.has-\[\>svg\]\:p-0:has(>svg){padding:0}.has-\[\>svg\]\:px-2:has(>svg){padding-left:.5rem;padding-right:.5rem}.has-\[\>svg\]\:px-2\.5:has(>svg){padding-left:.625rem;padding-right:.625rem}.has-\[\:disabled\]\:opacity-50:has(:disabled){opacity:.5}.has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-1:has([data-slot=input-group-control]:focus-visible){--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-ring:has([data-slot=input-group-control]:focus-visible){--tw-ring-color: hsl(var(--ring))}.has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/20:has([data-slot][aria-invalid=true]){--tw-ring-color: hsl(var(--destructive) / .2)}.group\/item:has([data-slot=item-description]) .group-has-\[\[data-slot\=item-description\]\]\/item\:translate-y-0\.5{--tw-translate-y: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group\/item:has([data-slot=item-description]) .group-has-\[\[data-slot\=item-description\]\]\/item\:self-start{align-self:flex-start}.group\/field:has([data-orientation=horizontal]) .group-has-\[\[data-orientation\=horizontal\]\]\/field\:text-balance{text-wrap:balance}.group\/input-group:has(>input) .group-has-\[\>input\]\/input-group\:pb-2\.5{padding-bottom:.625rem}.group\/input-group:has(>input) .group-has-\[\>input\]\/input-group\:pt-2\.5{padding-top:.625rem}.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{padding-right:2rem}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[orientation\=vertical\]\:h-auto[data-orientation=vertical]{height:auto}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-4[data-state=checked]{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x: var(--radix-toast-swipe-end-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x: var(--radix-toast-swipe-move-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[slot\=checkbox-group\]\:gap-3[data-slot=checkbox-group]{gap:.75rem}.data-\[range-end\=true\]\:rounded-md[data-range-end=true]{border-radius:calc(var(--radius) - 2px)}.data-\[range-middle\=true\]\:rounded-none[data-range-middle=true]{border-radius:0}.data-\[range-start\=true\]\:rounded-md[data-range-start=true]{border-radius:calc(var(--radius) - 2px)}.data-\[selected\=true\]\:rounded-none[data-selected=true]{border-radius:0}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{background-color:hsl(var(--sidebar-accent))}.data-\[range-end\=true\]\:bg-primary[data-range-end=true]{background-color:hsl(var(--primary))}.data-\[range-middle\=true\]\:bg-accent[data-range-middle=true]{background-color:hsl(var(--accent))}.data-\[range-start\=true\]\:bg-primary[data-range-start=true],.data-\[selected-single\=true\]\:bg-primary[data-selected-single=true]{background-color:hsl(var(--primary))}.data-\[selected\=true\]\:bg-accent[data-selected=true]{background-color:hsl(var(--accent))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=on\]\:bg-accent[data-state=on],.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:hsl(var(--accent) / .5)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.data-\[variant\=label\]\:text-sm[data-variant=label]{font-size:.875rem;line-height:1.25rem}.data-\[variant\=legend\]\:text-base[data-variant=legend]{font-size:1rem;line-height:1.5rem}.data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500}.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:hsl(var(--sidebar-accent-foreground))}.data-\[invalid\=true\]\:text-destructive[data-invalid=true]{color:hsl(var(--destructive))}.data-\[placeholder\]\:text-muted-foreground[data-placeholder]{color:hsl(var(--muted-foreground))}.data-\[range-end\=true\]\:text-primary-foreground[data-range-end=true]{color:hsl(var(--primary-foreground))}.data-\[range-middle\=true\]\:text-accent-foreground[data-range-middle=true]{color:hsl(var(--accent-foreground))}.data-\[range-start\=true\]\:text-primary-foreground[data-range-start=true],.data-\[selected-single\=true\]\:text-primary-foreground[data-selected-single=true]{color:hsl(var(--primary-foreground))}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:hsl(var(--accent-foreground))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))}.data-\[state\=on\]\:text-accent-foreground[data-state=on],.data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:hsl(var(--accent-foreground))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=active\]\:shadow[data-state=active]{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-],.data-\[state\=open\]\:animate-in[data-state=open],.data-\[state\=visible\]\:animate-in[data-state=visible]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-],.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[state\=hidden\]\:animate-out[data-state=hidden],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity: 0}.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-],.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity: .8}.data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open],.data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale: .9}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x: 13rem}.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x: -13rem}.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x: 13rem}.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x: -13rem}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x: -100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed],.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:0}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:.25rem}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=open\]\:hover\:bg-accent:hover[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state=open]{background-color:hsl(var(--sidebar-accent))}.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state=open]{color:hsl(var(--sidebar-accent-foreground))}.data-\[state\=open\]\:focus\:bg-accent:focus[data-state=open]{background-color:hsl(var(--accent))}.group\/day[data-focused=true] .group-data-\[focused\=true\]\/day\:relative{position:relative}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width) * -1)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width) * -1)}.group[data-side=left] .group-data-\[side\=left\]\:-right-4{right:-1rem}.group[data-side=right] .group-data-\[side\=right\]\:left-0{left:0}.group\/day[data-focused=true] .group-data-\[focused\=true\]\/day\:z-10{z-index:10}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top:-2rem}.group\/field-group[data-variant=outline] .group-data-\[variant\=outline\]\/field-group\:-mb-2{margin-bottom:-.5rem}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden{display:none}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!size-8{width:2rem!important;height:2rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{width:var(--sidebar-width-icon)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{width:calc(var(--sidebar-width-icon) + 1rem)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{width:calc(var(--sidebar-width-icon) + 1rem + 2px)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{width:0px}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-side=right] .group-data-\[side\=right\]\:rotate-180,.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden{overflow:hidden}.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg{border-radius:var(--radius)}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border{border-width:1px}.group[data-side=left] .group-data-\[side\=left\]\:border-r{border-right-width:1px}.group[data-side=right] .group-data-\[side\=right\]\:border-l{border-left-width:1px}.group\/day[data-focused=true] .group-data-\[focused\=true\]\/day\:border-ring{border-color:hsl(var(--ring))}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border-sidebar-border{border-color:hsl(var(--sidebar-border))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0{padding:0!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2{padding:.5rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0{opacity:0}.group\/field[data-disabled=true] .group-data-\[disabled\=true\]\/field\:opacity-50,.group\/input-group[data-disabled=true] .group-data-\[disabled\=true\]\/input-group\:opacity-50{opacity:.5}.group[data-variant=floating] .group-data-\[variant\=floating\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group\/day[data-focused=true] .group-data-\[focused\=true\]\/day\:ring-\[3px\]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.group\/day[data-focused=true] .group-data-\[focused\=true\]\/day\:ring-ring\/50{--tw-ring-color: hsl(var(--ring) / .5)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{content:var(--tw-content);left:100%}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar:hover{background-color:hsl(var(--sidebar-background))}.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5{top:.375rem}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top:.625rem}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1{top:.25rem}.peer\/menu-button[data-active=true]~.peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground{color:hsl(var(--sidebar-accent-foreground))}.dark\:border-destructive:is(.dark *){border-color:hsl(var(--destructive))}.dark\:bg-input\/30:is(.dark *){background-color:hsl(var(--input) / .3)}.dark\:bg-transparent:is(.dark *){background-color:transparent}.dark\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/40:has([data-slot][aria-invalid=true]):is(.dark *){--tw-ring-color: hsl(var(--destructive) / .4)}@media(min-width:640px){.sm\:bottom-0{bottom:0}.sm\:right-0{right:0}.sm\:top-auto{top:auto}.sm\:mt-0{margin-top:0}.sm\:flex{display:flex}.sm\:max-w-sm{max-width:24rem}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:justify-end{justify-content:flex-end}.sm\:gap-2\.5{gap:.625rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:text-left{text-align:left}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y: 100%}}@media(min-width:768px){.md\:absolute{position:absolute}.md\:block{display:block}.md\:flex{display:flex}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}.md\:max-w-\[420px\]{max-width:420px}.md\:flex-row{flex-direction:row}.md\:p-12{padding:3rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:opacity-0{opacity:0}.after\:md\:hidden:after{content:var(--tw-content);display:none}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2{margin:.5rem}.peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{margin-left:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:.75rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}.\[\&\+\[data-slot\=item-content\]\]\:flex-none+[data-slot=item-content]{flex:none}.\[\&\+div\]\:text-xs+div{font-size:.75rem;line-height:1rem}.\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-md:first-child[data-selected=true] button{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-r-md:last-child[data-selected=true] button{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\>\*\:not\(\:first-child\)\]\:rounded-l-none>*:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.\[\&\>\*\:not\(\:first-child\)\]\:rounded-t-none>*:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.\[\&\>\*\:not\(\:first-child\)\]\:border-l-0>*:not(:first-child){border-left-width:0px}.\[\&\>\*\:not\(\:first-child\)\]\:border-t-0>*:not(:first-child){border-top-width:0px}.\[\&\>\*\:not\(\:last-child\)\]\:rounded-b-none>*:not(:last-child){border-bottom-right-radius:0;border-bottom-left-radius:0}.\[\&\>\*\:not\(\:last-child\)\]\:rounded-r-none>*:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.\[\&\>\*\]\:w-full>*{width:100%}.\[\&\>\*\]\:focus-visible\:relative:focus-visible>*{position:relative}.\[\&\>\*\]\:focus-visible\:z-10:focus-visible>*{z-index:10}.\[\&\>\.sr-only\]\:w-auto>.sr-only{width:auto}.\[\&\>\[data-slot\=field-group\]\]\:gap-4>[data-slot=field-group]{gap:1rem}.\[\&\>\[data-slot\=field-label\]\]\:flex-auto>[data-slot=field-label]{flex:1 1 auto}.\[\&\>\[data-slot\=field\]\]\:p-4>[data-slot=field]{padding:1rem}.has-\[select\[aria-hidden\=true\]\:last-child\]\:\[\&\>\[data-slot\=select-trigger\]\:last-of-type\]\:rounded-r-md>[data-slot=select-trigger]:last-of-type:has(select[aria-hidden=true]:last-child){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\>\[data-slot\=select-trigger\]\:not\(\[class\*\=\'w-\'\]\)\]\:w-fit>[data-slot=select-trigger]:not([class*=w-]){width:-moz-fit-content;width:fit-content}.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y: 2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>a\:hover\]\:text-primary>a:hover{color:hsl(var(--primary))}.\[\&\>a\]\:underline>a{text-decoration-line:underline}.\[\&\>a\]\:underline-offset-4>a{text-underline-offset:4px}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>input\]\:flex-1>input{flex:1 1 0%}.has-\[\>\[data-align\=block-end\]\]\:\[\&\>input\]\:pt-3>input:has(>[data-align=block-end]){padding-top:.75rem}.has-\[\>\[data-align\=block-start\]\]\:\[\&\>input\]\:pb-3>input:has(>[data-align=block-start]){padding-bottom:.75rem}.has-\[\>\[data-align\=inline-end\]\]\:\[\&\>input\]\:pr-2>input:has(>[data-align=inline-end]){padding-right:.5rem}.has-\[\>\[data-align\=inline-start\]\]\:\[\&\>input\]\:pl-2>input:has(>[data-align=inline-start]){padding-left:.5rem}.\[\&\>kbd\]\:rounded-\[calc\(var\(--radius\)-5px\)\]>kbd{border-radius:calc(var(--radius) - 5px)}.\[\&\>span\:last-child\]\:truncate>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>span\]\:text-xs>span{font-size:.75rem;line-height:1rem}.\[\&\>span\]\:opacity-70>span{opacity:.7}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y: -3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5>svg:not([class*=size-]){width:.875rem;height:.875rem}.\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4>svg:not([class*=size-]){width:1rem;height:1rem}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:size-3\.5>svg{width:.875rem;height:.875rem}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:h-2\.5>svg{height:.625rem}.\[\&\>svg\]\:h-3>svg{height:.75rem}.\[\&\>svg\]\:h-3\.5>svg{height:.875rem}.\[\&\>svg\]\:w-2\.5>svg{width:.625rem}.\[\&\>svg\]\:w-3>svg{width:.75rem}.\[\&\>svg\]\:w-3\.5>svg{width:.875rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-destructive>svg{color:hsl(var(--destructive))}.\[\&\>svg\]\:text-foreground>svg{color:hsl(var(--foreground))}.\[\&\>svg\]\:text-muted-foreground>svg{color:hsl(var(--muted-foreground))}.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:hsl(var(--sidebar-accent-foreground))}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:hsl(var(--muted-foreground))}.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:hsl(var(--border) / .5)}.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:hsl(var(--border))}.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-layer\]\:outline-none .recharts-layer{outline:2px solid transparent;outline-offset:2px}.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"]{stroke:hsl(var(--border))}.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector,.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill:hsl(var(--muted))}.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"]{stroke:hsl(var(--border))}.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-sector\]\:outline-none .recharts-sector,.\[\&_\.recharts-surface\]\:outline-none .recharts-surface{outline:2px solid transparent;outline-offset:2px}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:hsl(var(--muted-foreground))}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}.\[\&_\[data-cmdk-input-wrapper\]_svg\]\:h-5 [data-cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[data-cmdk-input-wrapper\]_svg\]\:w-5 [data-cmdk-input-wrapper] svg{width:1.25rem}.\[\&_img\]\:size-full img{width:100%;height:100%}.\[\&_img\]\:object-cover img{-o-object-fit:cover;object-fit:cover}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 svg:not([class*=size-]){width:.75rem;height:.75rem}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:1rem;height:1rem}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-6 svg:not([class*=size-]){width:1.5rem;height:1.5rem}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.5rem}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:-.5rem}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-slot=card-content] .\[\[data-slot\=card-content\]_\&\]\:bg-transparent,[data-slot=popover-content] .\[\[data-slot\=popover-content\]_\&\]\:bg-transparent{background-color:transparent}[data-slot=tooltip-content] .\[\[data-slot\=tooltip-content\]_\&\]\:bg-background\/20{background-color:hsl(var(--background) / .2)}[data-slot=tooltip-content] .\[\[data-slot\=tooltip-content\]_\&\]\:text-background{color:hsl(var(--background))}[data-slot=tooltip-content] .dark\:\[\[data-slot\=tooltip-content\]_\&\]\:bg-background\/10:is(.dark *){background-color:hsl(var(--background) / .1)}[data-variant=legend]+.\[\[data-variant\=legend\]\+\&\]\:-mt-1\.5{margin-top:-.375rem}
