:root{--bg:#f5f3ef;--surface:#fff;--surface-alt:#f1eee8;--text:#161616;--muted:#66615a;--border:#16161614;--dark:#202020;--dark-soft:#2f2f2f;--accent:#ff7d3b;--accent-soft:#ffe3d4;--accent-strong:#d8642a;--shadow:0 20px 45px #0f0f0f14;--radius-lg:28px;--radius-md:20px;--radius-sm:14px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f3ef;background:var(--bg);color:#161616;color:var(--text);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:12px;margin:0}body :where(p,span,a,button,input,select,textarea,label,li,small,strong,em):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:12px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.app-main{min-height:calc(100vh - 220px)}.app-main--home{max-width:100%;overflow-x:hidden;padding-top:132px}.app-main--page{padding-top:84px}.shell{margin:0 auto;width:min(1200px,calc(100% - 32px))}.app-tagline{display:none;padding-top:8px;position:relative;z-index:5}.app-tagline .eyebrow{color:#ff7d3b;color:var(--accent);display:inline-block;font-size:.72rem;letter-spacing:.12em}.section{padding:10px 0 40px}.page-section{padding-bottom:80px}.store-card{background:#fff;background:var(--surface);border:1px solid #16161614;border:1px solid var(--border);border-radius:28px;border-radius:var(--radius-lg);box-shadow:0 20px 45px #0f0f0f14;box-shadow:var(--shadow)}.eyebrow{color:#ff7d3b;color:var(--accent);display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.button,.button--ghost,.button--light,.link-button{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-weight:700;gap:8px;justify-content:center;min-height:48px;padding:0 22px;transition:transform .2s ease,background .2s ease,color .2s ease}.button{background:#202020;background:var(--dark);color:#fff}.button--light{background:#fff;color:#202020;color:var(--dark)}.button--ghost{border-color:#ffffff80;color:#fff}.link-button{background:#fff;border-color:#16161614;border-color:var(--border)}.button--ghost:hover,.button--light:hover,.button:hover,.link-button:hover{transform:translateY(-2px)}@media (min-width:1025px) and (max-width:1440px){.app-main--home{padding-top:112px}.app-main--page{padding-top:114px}}@media (min-width:821px) and (max-width:1024px){.app-main--home{padding-top:122px}.app-main--page{padding-top:118px}}@media (max-width:820px){.app-tagline{display:block}.app-main--home{padding-top:144px}.app-main--page{padding-top:127px}.app-tagline{padding-top:3px}.app-tagline .eyebrow{font-size:10px;letter-spacing:.09em;line-height:1.2;white-space:normal}}@media (max-width:321px){.shell{width:min(1200px,calc(100% - 32px))}.app-main--home,.app-main--page{padding-top:104px}.app-tagline{padding-top:2px}.app-tagline .eyebrow{font-size:10px;line-height:1.2}.section{padding-top:10px}.page-section{padding-bottom:56px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0px;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.auth-onboarding-page-blocked{pointer-events:none;-webkit-user-select:none;user-select:none}.delivery-preference-modal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a8a;display:grid;inset:0;padding:24px;place-items:center;position:fixed;z-index:1200}.delivery-preference-modal__card{background:#fff;border-radius:28px;box-shadow:0 30px 60px #0f172a38;padding:28px;width:min(100%,460px)}@media (min-width:981px) and (max-width:1440px){.delivery-preference-modal__card{width:min(100%,475px)}}.delivery-preference-modal__card h2{margin:10px 0 12px}.delivery-preference-modal__card p{color:var(--muted);line-height:1.6;margin:0}.delivery-preference-modal__card form{margin-top:18px}.delivery-preference-modal__card label{grid-gap:8px;color:var(--text);display:grid;font-weight:600;gap:8px}.delivery-preference-modal__card input{background:#fff;border:1px solid var(--border);border-radius:16px;color:var(--text);min-height:50px;padding:0 16px}.delivery-preference-modal__actions{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px}.delivery-preference-modal__button{background:#fff;border:1px solid var(--border);border-radius:999px;color:var(--text);font-weight:700;min-height:48px;padding:0 16px}.delivery-preference-modal__button--icon{align-items:center;display:inline-flex;gap:8px;justify-content:center}.delivery-preference-modal__button--icon svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:18px;width:18px}.delivery-preference-modal__button--primary{background:var(--dark);border-color:var(--dark);color:#fff}.delivery-preference-modal .form-error{margin:12px 0 0}.profile-photo-preview{align-items:center;display:flex;gap:12px}.profile-photo-preview img{border:1px solid var(--border);border-radius:50%;height:64px;object-fit:cover;width:64px}@media (max-width:560px){.delivery-preference-modal{padding:16px}.delivery-preference-modal__card{border-radius:22px;padding:22px}.delivery-preference-modal__actions{grid-template-columns:1fr}}.loading-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(4,minmax(0,1fr))}.page-loader{background:#fff;color:#111;display:grid;min-height:100vh;padding:32px 16px;place-items:center}.page-loader__content{text-align:center;width:min(760px,100%)}.page-loader__message,.page-loader__title{margin:0}.page-loader__title{font-size:clamp(3.8rem,10vw,7.2rem);font-weight:400;letter-spacing:.04em;line-height:1}.page-loader__message,.page-loader__title{font-family:Brush Script MT,Lucida Handwriting,cursive}.page-loader__message{color:#111111bf;font-size:clamp(1.5rem,4vw,2.5rem);line-height:1.2;margin-top:20px}.page-loader__typing{--typing-duration:2.2s;--typing-delay:0.15s;animation:typing var(--typing-duration) steps(var(--typing-characters)) var(--typing-delay) forwards,caret .8s steps(1) infinite;border-right:3px solid #111;display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;width:0}.page-loader__typing--message{--typing-duration:2.8s;--typing-delay:2s;border-right-width:2px}.button-loading{align-items:center;display:inline-flex;gap:8px;justify-content:center}.button-loading__spinner{animation:spin .7s linear infinite;border:2px solid #ffffff5c;border-radius:50%;border-top-color:#fff;height:14px;width:14px}.button-loading--dark .button-loading__spinner{border-color:#20202033;border-top-color:var(--dark)}.loading-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px}.loading-line,.loading-thumb{animation:shimmer 1.2s linear infinite;background:linear-gradient(90deg,#efebe3,#f7f4ef,#efebe3);background-size:200% 100%}.loading-thumb{border-radius:var(--radius-md);height:220px}.loading-line{border-radius:999px;height:16px;margin-top:18px}.loading-line--short{width:60%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes typing{0%{width:0}to{width:calc(var(--typing-characters)*1ch)}}@keyframes caret{0%,49%{border-color:#111}50%,to{border-color:#0000}}@media (max-width:980px){.loading-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.loading-grid{grid-template-columns:1fr}.page-loader__typing{animation:fadeInWritten .9s ease forwards;border-right:none;max-width:100%;opacity:0;white-space:normal;width:auto}.page-loader__typing--message{animation-delay:.5s}}@keyframes fadeInWritten{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pincode-checker-modal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a94;display:grid;inset:0;padding:24px;place-items:center;position:fixed;z-index:1300}.pincode-checker-modal__card{grid-gap:18px;background:#fff;border-radius:28px;box-shadow:0 30px 60px #0f172a3d;display:grid;gap:18px;padding:28px;width:min(100%,520px)}.pincode-checker__copy{grid-gap:10px;display:grid;gap:10px}.pincode-checker__copy h2,.pincode-checker__copy p,.pincode-checker__hint,.pincode-checker__result span,.pincode-checker__result strong{margin:0}.pincode-checker__copy p,.pincode-checker__hint{color:var(--muted);line-height:1.6}.pincode-checker__controls{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto}.pincode-checker__controls input{background:#fff;border:1px solid var(--border);border-radius:16px;color:var(--text);min-height:50px;padding:0 16px}.pincode-checker__result{grid-gap:4px;border-radius:16px;display:grid;gap:4px;padding:14px 16px}.pincode-checker__note{color:inherit;opacity:.9}.pincode-checker__result.is-serviceable{background:#ecfdf3;color:#166534}.pincode-checker__result.is-unserviceable{background:#fef3f2;color:#b42318}.pincode-checker__footer{display:flex;gap:14px;justify-content:flex-end}@media (max-width:560px){.pincode-checker-modal{padding:16px}.pincode-checker-modal__card{border-radius:22px;padding:22px}.pincode-checker__controls{grid-template-columns:1fr}.pincode-checker__controls .button{width:100%}}.site-footer{background:var(--dark);color:#fff;padding:52px 0 28px}.footer-grid{grid-gap:44px;display:grid;gap:44px;grid-template-columns:1fr 1fr 1fr}.footer-column h3{color:#fff6f6;font-size:1rem;font-weight:800;margin:0 0 18px;text-transform:uppercase}.footer-column a,.footer-column span{color:#fff8f8eb;display:block;margin-bottom:12px;text-decoration:none;transition:opacity .2s ease}.footer-column a:hover{opacity:.78}.footer-column p{color:#fff5f5eb;line-height:1.55;margin:0 0 12px}.footer-socials{display:flex;gap:14px}.footer-socials a{background:#ffffff24;border-radius:6px;color:#fff;display:grid;font-size:1.2rem;font-weight:800;height:34px;margin:0;place-items:center;width:34px}.footer-bottom{margin-top:44px}.footer-bottom p{color:#fff5f5eb;font-size:.95rem;margin:0}@media (max-width:1200px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.footer-grid{gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{padding-top:40px}.footer-column a,.footer-column h3,.footer-column p,.footer-column span{font-size:.94rem}.footer-bottom{margin-top:28px}}@media (max-width:560px){.footer-grid{gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom p,.footer-column a,.footer-column h3,.footer-column p,.footer-column span{font-size:.76rem}}.site-entry-prompt{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a94;display:grid;inset:0;padding:20px;place-items:center;position:fixed;z-index:1400}.site-entry-prompt__card{grid-gap:18px;background:#fff;border-radius:28px;box-shadow:0 30px 60px #0f172a3d;display:grid;gap:18px;padding:28px;width:min(100%,560px)}.site-entry-prompt__header{grid-gap:10px;display:grid;gap:10px}.site-entry-prompt__header h2,.site-entry-prompt__header p,.site-entry-prompt__hint,.site-entry-prompt__result{margin:0}.site-entry-prompt__header p,.site-entry-prompt__hint{color:var(--muted);line-height:1.6}.site-entry-prompt__actions{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.site-entry-prompt__mode{background:#fff;border:1px solid var(--border);border-radius:16px;color:var(--text);font-weight:700;min-height:48px;padding:0 16px}.site-entry-prompt__mode--primary,.site-entry-prompt__mode.is-active{background:var(--dark);border-color:var(--dark);color:#fff}.site-entry-prompt__checker{grid-gap:10px;display:grid;gap:10px}.site-entry-prompt__checker label{grid-gap:8px;color:var(--text);display:grid;font-weight:700;gap:8px}.site-entry-prompt__checker-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto}.site-entry-prompt__checker-row input{background:#fff;border:1px solid var(--border);border-radius:16px;color:var(--text);min-height:50px;padding:0 16px}.site-entry-prompt__result{border-radius:14px;font-weight:600;padding:12px 14px}.site-entry-prompt__result-note{color:inherit;display:block;font-weight:500;margin-top:4px;opacity:.9}.site-entry-prompt__result.is-serviceable{background:#ecfdf3;color:#166534}.site-entry-prompt__result.is-unserviceable{background:#fef3f2;color:#b42318}.site-entry-prompt__footer{display:flex;justify-content:flex-end}@media (max-width:560px){.site-entry-prompt{padding:16px}.site-entry-prompt__card{border-radius:22px;padding:22px}.site-entry-prompt__actions,.site-entry-prompt__checker-row{grid-template-columns:1fr}}.search-bar{align-items:center;background:#fff;border:1px solid #000;border-radius:5px;display:flex;flex:1 1;gap:9px;min-height:38px;padding:0 12px}.search-bar span{font-size:.95rem;line-height:1}.search-bar input{background:#0000;border:0;flex:1 1;outline:none}.site-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;box-shadow:none;inset:0 0 auto;padding:6px 0;position:fixed;transition:background .25s ease,box-shadow .25s ease,color .25s ease,border-color .25s ease;z-index:25}.site-header--solid{background:#101010f0;box-shadow:none}.site-header--solid .delivery-switch,.site-header--solid .site-nav__links a{color:#fff}.site-category-strip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-bottom:0;box-shadow:none;left:0;position:fixed;right:0;top:58px;z-index:24}.site-category-strip--mobile{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;border-bottom:0;box-shadow:none;display:none;left:auto;position:static;right:auto;top:auto;z-index:auto}.site-header--solid+.site-category-strip{background:#101010f0;border-bottom:0;box-shadow:none}.site-header--solid+.site-category-strip .site-category-strip__item{color:#fff}.site-category-strip__inner{align-items:center;display:flex;gap:10px;justify-content:flex-start;min-height:38px;overflow-x:auto;scrollbar-width:none;white-space:nowrap}.site-category-strip__inner::-webkit-scrollbar{display:none}.site-category-strip__item{align-items:center;color:var(--text);display:inline-flex;flex:0 0 auto;font-size:.92rem;font-weight:700;justify-content:center;min-height:30px;padding:0 10px;transition:transform .2s ease,color .2s ease}.site-category-strip__item.is-active,.site-category-strip__item:hover{color:var(--accent);transform:translateY(-1px)}.site-header--solid .site-category-strip--mobile .site-category-strip__item,.site-header--solid .site-category-strip--mobile .site-category-strip__item.is-active,.site-header--solid .site-category-strip--mobile .site-category-strip__item:hover,.site-header--solid+.site-category-strip .site-category-strip__item.is-active,.site-header--solid+.site-category-strip .site-category-strip__item:hover{color:#fff}.site-nav{grid-gap:5px;gap:5px;grid-template-columns:auto auto minmax(0,1fr) auto}.site-logo,.site-nav{align-items:center;display:grid}.site-logo{background:#0000;border:0;box-shadow:none;justify-self:start;padding:0}.site-logo img{border:0;box-shadow:none;display:block;height:auto;object-fit:contain;width:clamp(138px,14vw,205px)}.site-nav__links,.site-nav__quick-links,.site-nav__utility{align-items:center;display:flex;gap:5px}.site-nav__menu-backdrop,.site-nav__mobile-drawer,.site-nav__mobile-only{display:none}.site-nav__utility{justify-self:end;min-width:0}.navbar-pincode-check{grid-gap:4px;align-content:center;background:#0000;border:0;border-radius:0;color:var(--text);display:grid;font-weight:500;gap:4px;line-height:1.12;min-height:46px;min-width:190px;padding:6px 12px;text-align:left}.navbar-pincode-check span{align-items:center;display:flex;font-size:.9rem}.navbar-pincode-check label{grid-gap:4px;align-items:center;display:grid;gap:4px;grid-template-columns:minmax(0,1fr) 24px}.navbar-pincode-check input{background:#0000;border:0;border-bottom:1px solid #0f172a52;color:var(--text);font:inherit;font-size:.9rem;height:22px;min-width:0;padding:0;width:100%}.navbar-pincode-check input:focus{border-bottom-color:var(--accent);outline:none}.navbar-pincode-check button{background:#0000;border:0;border-radius:50%;color:var(--text);display:inline-grid;height:24px;padding:0;place-items:center;width:24px}.navbar-pincode-check svg{flex:0 0 auto;height:14px;width:14px}.delivery-switch{background:#0000;border:1px solid #000;border-radius:5px;color:var(--text);font-weight:700;min-height:42px;padding:0 16px;transition:transform .2s ease,background .2s ease,border-color .2s ease}.delivery-switch--mobile{display:none}.delivery-switch__desktop{display:block}.site-nav__links .delivery-switch{display:none}.delivery-switch:hover{border-color:var(--accent);transform:translateY(-1px)}.delivery-switch.is-switching{animation:delivery-switch-pop .22s ease;background:#ff7d3b1f;border-color:var(--accent)}@keyframes delivery-switch-pop{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}.delivery-transition{inset:0;pointer-events:none;position:fixed;z-index:60}.delivery-transition__backdrop{animation:delivery-transition-fade 1.8s ease forwards;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:radial-gradient(circle at center,#0f172a24,#0f172a73);inset:0;position:absolute}.delivery-transition__card{animation:delivery-transition-card 1.8s ease forwards;background:#fffffff5;border-radius:30px;box-shadow:0 30px 90px #0f172a47;left:50%;overflow:hidden;padding:22px;position:relative;top:50%;transform:translate(-50%,-50%) scale(1);width:min(520px,calc(100vw - 32px))}.delivery-transition__scene{background:linear-gradient(180deg,#fff8f2,#fff 38%,#eef6ff);border-radius:24px;height:220px;overflow:hidden;position:relative}.delivery-transition__route,.delivery-transition__walk-path{background:linear-gradient(90deg,#0000,#ff7d3b59,#0000);bottom:38px;box-shadow:0 0 26px #ff7d3b33;height:8px;left:0;position:absolute;right:0}.delivery-transition__bike,.delivery-transition__walker{animation:delivery-mode-travel 1.55s cubic-bezier(.16,.84,.24,1) forwards;bottom:52px;height:120px;left:-140px;position:absolute;width:160px}.delivery-transition__bike-shadow,.delivery-transition__walker-shadow{background:radial-gradient(circle,#0f172a42,#0000 68%);bottom:-4px;filter:blur(2px);height:16px;left:50%;position:absolute;transform:translateX(-50%);width:120px}.delivery-transition__bike-wheel{animation:delivery-wheel-spin .55s linear infinite;background:radial-gradient(circle,#fff 0 36%,#0f172a 37% 40%,#fff 41%);border:5px solid #0f172a;border-radius:50%;bottom:8px;box-shadow:inset 0 0 0 2px #ffffff73;height:42px;position:absolute;width:42px}.delivery-transition__bike-wheel--left{left:16px}.delivery-transition__bike-wheel--right{right:12px}.delivery-transition__bike-frame{background:linear-gradient(145deg,#0000 0 30%,#ef4444 31% 34%,#0000 35% 100%),linear-gradient(30deg,#0000 0 28%,#ef4444 29% 33%,#0000 34% 100%),linear-gradient(205deg,#0000 0 26%,#0f172a 27% 31%,#0000 32% 100%);border-radius:18px;bottom:24px;filter:drop-shadow(0 14px 14px rgba(15,23,42,.18));height:56px;left:28px;position:absolute;width:104px}.delivery-transition__bike-rider{background:radial-gradient(circle at 50% 12%,#fde68a 0 8px,#0000 9px),linear-gradient(180deg,#0ea5e9 0 40%,#1d4ed8 41% 100%);border-radius:16px 16px 10px 10px;bottom:52px;box-shadow:16px -6px 0 -10px #ffffff80;height:46px;left:62px;position:absolute;width:28px}.delivery-transition__walker{height:144px;left:-110px;width:120px}.delivery-transition__walker-head{background:radial-gradient(circle at 35% 30%,#fde68a 0 35%,#f59e0b 36% 100%);border-radius:50%;box-shadow:0 0 0 4px #ffffff8c;height:26px;left:50%;position:absolute;top:4px;transform:translateX(-50%);width:26px}.delivery-transition__walker-body{background:linear-gradient(180deg,#0f172a 0 45%,#2563eb 46% 100%);border-radius:16px;height:50px;left:50%;position:absolute;top:28px;transform:translateX(-50%);width:32px}.delivery-transition__walker-arm,.delivery-transition__walker-leg{background:#0f172a;border-radius:999px;position:absolute;transform-origin:top center}.delivery-transition__walker-arm{height:48px;top:34px;width:8px}.delivery-transition__walker-arm--left{animation:delivery-walk-arm-left .5s ease-in-out infinite alternate;left:36px;transform:rotate(28deg)}.delivery-transition__walker-arm--right{animation:delivery-walk-arm-right .5s ease-in-out infinite alternate;right:36px;transform:rotate(-28deg)}.delivery-transition__walker-leg{height:56px;top:74px;width:9px}.delivery-transition__walker-leg--left{animation:delivery-walk-leg-left .5s ease-in-out infinite alternate;left:43px;transform:rotate(20deg)}.delivery-transition__walker-leg--right{animation:delivery-walk-leg-right .5s ease-in-out infinite alternate;right:43px;transform:rotate(-20deg)}.delivery-transition__copy{grid-gap:6px;display:grid;gap:6px;padding-top:18px;text-align:center}.delivery-transition__copy strong{color:var(--text);font-size:1.05rem}.delivery-transition__copy span{color:var(--muted)}@keyframes delivery-mode-travel{0%{transform:translateX(0) translateY(0) scale(.92) rotate(-2deg)}15%{transform:translateX(20px) translateY(-4px) scale(.96) rotate(0deg)}55%{transform:translateX(300px) translateY(0) scale(1) rotate(0deg)}to{transform:translateX(560px) translateY(-2px) scale(1.03) rotate(1deg)}}@keyframes delivery-wheel-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes delivery-walk-arm-left{0%{transform:rotate(28deg)}to{transform:rotate(-18deg)}}@keyframes delivery-walk-arm-right{0%{transform:rotate(-28deg)}to{transform:rotate(18deg)}}@keyframes delivery-walk-leg-left{0%{transform:rotate(18deg)}to{transform:rotate(-16deg)}}@keyframes delivery-walk-leg-right{0%{transform:rotate(-18deg)}to{transform:rotate(16deg)}}@keyframes delivery-transition-fade{0%{opacity:0}12%{opacity:1}82%{opacity:1}to{opacity:0}}@keyframes delivery-transition-card{0%{opacity:0;transform:translate(-50%,-50%) scale(.96)}12%{opacity:1;transform:translate(-50%,-50%) scale(1)}84%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.98)}}.cart-pill,.site-nav__links a{border-radius:999px;color:#000;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-weight:700;letter-spacing:.02em;padding:10px 14px;transition:background .2s ease,color .2s ease,transform .2s ease}.cart-pill{align-items:center;border-radius:14px;display:inline-flex;gap:8px;justify-content:space-between;min-height:36px;min-width:108px;padding:7px 10px}.cart-pill--address{align-items:center;border-radius:16px;gap:10px;justify-content:flex-start;max-width:320px;min-height:48px;padding:8px 12px;width:clamp(190px,23vw,320px)}.cart-pill__address-copy{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:2px;line-height:1.05;min-width:0}.cart-pill__address-copy span,.cart-pill__address-copy strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-pill__address-copy strong{font-size:.88rem;font-weight:800}.cart-pill__address-copy span{color:var(--muted);font-size:.72rem;font-weight:600}.cart-pill__chevron{color:var(--muted);flex:0 0 auto;font-size:1rem;line-height:1}.cart-pill,.site-nav__links a.active,.site-nav__links a:hover{background:#0000;border:0}.cart-pill:hover,.site-nav__links a:hover{transform:translateY(-2px)}.site-nav__search{align-items:center;display:flex;min-width:0;width:min(320px,100%)}.site-nav__search .search-bar{flex:1 1;min-height:38px;min-width:0}.site-header--solid .cart-pill,.site-header--solid .menu-toggle,.site-header--solid .site-nav__links a,.site-header--solid .site-nav__search .search-bar{background:#ffffff14;border-color:#ffffff3d;color:#fff}.site-header--solid .navbar-pincode-check{background:#0000;border-radius:14px;color:#fff}.site-header--solid .navbar-pincode-check input{border-bottom-color:#ffffff57;color:#fff}.site-header--solid .navbar-pincode-check input::placeholder{color:#ffffff94}.site-header--solid .navbar-pincode-check button{color:#fff}.site-header--solid .delivery-switch{border-color:#fff}.site-header--solid .cart-pill:hover,.site-header--solid .cart-pill__count,.site-header--solid .menu-toggle:hover,.site-header--solid .site-nav__links a.active,.site-header--solid .site-nav__links a:hover{background:#fff;color:#000}.site-header--solid .cart-pill__icon{background:#ffffff24}.cart-pill__icon{background:#0f172a14;border-radius:8px;display:inline-grid;flex-shrink:0;height:20px;place-items:center;position:relative;width:20px}.cart-pill__icon svg{height:12px;width:12px}.cart-pill__label{flex:1 1}.cart-pill--cart{align-items:center;border-radius:12px;display:inline-flex;flex-direction:column;gap:4px;justify-content:center;min-height:50px;min-width:58px;padding:5px 6px 4px}.cart-pill--cart .cart-pill__icon,.cart-pill--wishlist{background:#0000;height:24px;width:24px}.cart-pill--cart .cart-pill__icon svg,.cart-pill--wishlist .cart-pill__icon svg{stroke:#1763ff;height:18px;width:18px}.cart-pill--cart,.cart-pill--wishlist{align-items:center;border-radius:12px;display:inline-flex;flex-direction:column;gap:4px;justify-content:center;min-height:50px;min-width:58px;padding:5px 6px 4px}.cart-pill--cart .cart-pill__label,.cart-pill--wishlist .cart-pill__label{color:#1763ff;flex:none;font-size:.72rem;line-height:1}.cart-pill__badge{background:#f43f5e;box-shadow:0 6px 14px #f43f5e52;color:#fff;font-size:9px;font-weight:800;height:16px;line-height:1;min-width:16px;padding:0 3px;place-items:center;position:absolute;right:-6px;top:-3px}.cart-pill__badge,.cart-pill__count{border-radius:999px;display:inline-grid}.cart-pill__count{background:var(--dark);color:#fff;font-size:12px;height:22px;min-width:22px;padding:0 6px;place-items:center}.menu-toggle{align-items:center;background:#fff;border:1px solid var(--border);border-radius:10px;display:none;flex-direction:column;gap:4px;height:36px;justify-content:center;padding:0;width:36px}.menu-toggle__line{background:currentColor;border-radius:999px;display:block;height:2px;width:16px}.profile-menu{position:relative}.profile-menu__trigger{background:#fff;border:1px solid var(--border);border-radius:50%;display:inline-grid;height:36px;place-items:center;transition:transform .2s ease,background .2s ease,border-color .2s ease;width:36px}.profile-menu__trigger--mobile{display:none}.profile-menu__trigger:hover{transform:translateY(-2px)}.profile-menu__avatar{background:linear-gradient(135deg,#111827,#475569);border-radius:50%;color:#fff;display:inline-grid;font-size:.8rem;font-weight:800;height:28px;overflow:hidden;place-items:center;width:28px}.profile-menu__avatar img{height:100%;object-fit:cover;width:100%}.profile-menu__panel{background:#fffffffa;border:1px solid var(--border);border-radius:0;box-shadow:0 24px 48px #0f172a2e;overflow:hidden;padding:14px 0 0;position:absolute;right:0;top:calc(100% + 10px);width:270px}.profile-menu__header{border-bottom:1px solid var(--border);display:block;padding:0 18px 12px}.profile-menu__links{grid-gap:0;display:grid;gap:0;padding-top:0}.profile-menu__links a,.profile-menu__links button{align-items:center;background:#fff;border:0;border-bottom:1px solid var(--border);border-radius:0;color:var(--text);display:flex;font-weight:500;justify-content:space-between;padding:14px 18px;text-align:left;transition:background .2s ease,color .2s ease;width:100%}.profile-menu__links a:hover,.profile-menu__links button:hover{background:var(--surface-alt);border-color:var(--border);transform:none}.site-header--solid .profile-menu__trigger{background:#ffffff14;border-color:#ffffff3d}.site-header--solid .profile-menu__panel{background:#fffffffa;border-color:var(--border)}.site-header--solid .profile-menu__header strong,.site-header--solid .profile-menu__links a,.site-header--solid .profile-menu__links button{color:var(--text)}.site-header--solid .profile-menu__links a:hover,.site-header--solid .profile-menu__links button:hover{background:var(--surface-alt);border-color:var(--border)}@media (max-width:820px){.site-header--solid .site-nav__links .delivery-switch,.site-header--solid .site-nav__links a{color:var(--text)}.site-category-strip{top:62px}.site-category-strip--desktop{display:none}.site-category-strip--mobile{display:block;margin-top:2px}.site-category-strip--mobile .site-category-strip__inner{gap:10px;min-height:30px;overflow-x:auto}.site-header{overflow:visible}.site-header--menu-open{max-height:none}.site-nav{gap:5px;grid-template-areas:"menu logo profile" "utility utility utility" "links links links";grid-template-columns:auto minmax(0,1fr) auto;position:relative}.site-logo{grid-area:logo;justify-self:center}.site-logo img{width:clamp(116px,30vw,148px)}.menu-toggle{display:inline-flex;grid-area:menu;justify-self:start}.site-nav__links{align-items:stretch;background:#fffffffc;border:0;border-radius:0;box-shadow:24px 0 48px #0f172a2e;display:flex;flex-direction:column;height:100vh;left:0;max-width:420px;opacity:0;overflow-y:auto;padding:20px 16px;pointer-events:none;position:fixed;top:0;transform:translateX(-100%);transition:transform .28s ease,opacity .2s ease;width:80vw;z-index:90}.site-nav__links.is-open{opacity:1;pointer-events:auto;transform:translateX(0)}.site-nav__desktop-link,.site-nav__links .delivery-switch,.site-nav__mobile-only{display:none!important}.site-nav__menu-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a57;border:0;display:block;inset:0;position:fixed;z-index:80}.site-nav__mobile-drawer{grid-gap:18px;display:grid;gap:18px}.site-nav__mobile-drawer-top{align-items:center;border-bottom:1px solid #ece7e1;display:flex;gap:12px;justify-content:space-between;padding-bottom:10px}.site-nav__mobile-drawer-top strong{color:#111827;font-size:1.5rem;font-weight:400}.site-nav__mobile-drawer-actions{align-items:center;display:flex;gap:10px}.site-nav__mobile-logout{align-items:center;background:#c62828;border:0;border-radius:8px;color:#fff;display:inline-flex;font-weight:400;justify-content:center;min-height:36px;min-width:86px;padding:0 14px}.site-nav__mobile-switch{background:#111827;min-width:96px}.site-nav__mobile-close{align-items:center;background:#0000;border:0;border-radius:999px;color:#111827;display:inline-flex;font-size:1.4rem;font-weight:400;height:36px;justify-content:center;line-height:1;width:36px}.site-nav__mobile-drawer-section{border-top:1px solid #f0ebe6;display:grid}.site-nav__mobile-drawer-section--footer{padding-top:8px}.site-nav__mobile-drawer-section--footer .site-nav__mobile-logout{width:100%}.site-nav__mobile-category-toggle,.site-nav__mobile-drawer-section a{align-items:center;background:#0000;border:0;border-bottom:1px solid #f0ebe6;color:#111827;display:flex;font-size:.98rem;font-weight:400;justify-content:space-between;min-height:58px;padding:0 6px;text-align:left}.site-nav__mobile-category-toggle.is-open{color:#b91c1c}.site-nav__mobile-category-list{background:#fff;display:grid;padding-left:14px}.site-nav__mobile-category-list a{font-size:.92rem;font-weight:400;min-height:50px}.delivery-switch--mobile{display:inline-flex;justify-content:center;width:100%}.delivery-switch__desktop{display:none}.site-nav__utility{flex-wrap:wrap;gap:5px;grid-area:utility;justify-self:stretch;width:100%}.navbar-pincode-check,.site-nav__utility .delivery-switch{display:none}.site-nav__search{flex:1 1;min-width:0;width:auto}.site-nav__quick-links{flex-shrink:0;gap:5px;margin-left:auto}.cart-pill--address,.cart-pill--wallet{display:none}.site-category-strip--mobile{flex:0 0 100%;order:3;width:100%}.site-category-strip--mobile .site-category-strip__inner{gap:6px;justify-content:flex-start;width:100%}.site-nav__links .delivery-switch{display:inline-flex;justify-content:center;width:100%}.cart-pill{border-radius:12px;font-size:.8rem;min-height:38px;min-width:98px;padding:8px 10px}.cart-pill--cart,.cart-pill--wishlist{min-height:50px;min-width:56px;padding:6px 7px 5px}.profile-menu{grid-area:profile;justify-self:end}.profile-menu__panel,.profile-menu__trigger--desktop{display:none}.profile-menu__trigger--mobile{display:inline-grid}.profile-menu__trigger{height:36px;width:36px}}@media (max-width:560px){.site-category-strip--mobile .site-category-strip__item{font-size:.8rem;min-height:30px;padding:0 6px}.site-header--menu-open{max-height:none}.site-nav__utility{align-items:stretch;width:100%}.site-nav__search{flex:1 1 auto}.site-nav__search .search-bar{min-height:36px}.site-nav__quick-links{gap:5px}.cart-pill{font-size:.76rem;min-height:36px;min-width:94px;padding:7px 9px}.cart-pill--cart,.cart-pill--wishlist{gap:4px;min-height:46px;min-width:52px;padding:5px 6px 4px}.cart-pill__icon{height:20px;width:20px}.cart-pill__icon svg{height:12px;width:12px}.cart-pill__count{font-size:11px;height:18px;min-width:18px}.cart-pill--cart .cart-pill__icon,.cart-pill--wishlist .cart-pill__icon{height:24px;width:24px}.cart-pill--cart .cart-pill__icon svg,.cart-pill--wishlist .cart-pill__icon svg{height:18px;width:18px}.cart-pill--cart .cart-pill__label,.cart-pill--wishlist .cart-pill__label{font-size:.68rem}.cart-pill__badge{font-size:9px;height:16px;min-width:16px;right:-6px;top:-3px}.site-nav__links{max-width:none;padding:18px 14px;width:80vw}.site-nav__mobile-drawer-top strong{font-size:1.35rem}.site-nav__mobile-category-toggle,.site-nav__mobile-drawer-section a{font-size:.94rem;min-height:54px}.site-nav__mobile-category-list a{font-size:.88rem;min-height:46px}}@media (max-width:320px){.site-header{padding:4px 0}.site-nav{gap:3px}.site-nav__links{padding:14px 10px 16px;width:84vw}.site-nav__mobile-drawer{gap:14px}.site-nav__mobile-drawer-top{gap:6px;padding-bottom:8px}.site-nav__mobile-drawer-top strong{font-size:1rem;line-height:1.1}.site-nav__mobile-drawer-actions{gap:5px}.site-nav__mobile-logout{border-radius:7px;font-size:.7rem;line-height:1;min-height:30px;min-width:66px;padding:0 8px}.site-nav__mobile-switch{min-width:66px}.site-nav__mobile-close{font-size:1.05rem;height:30px;width:30px}.site-nav__utility{align-items:center;display:flex;flex-wrap:wrap;gap:3px}.site-nav__search{flex:1 1 auto;min-width:0;order:1}.site-nav__search .search-bar{min-height:34px;padding-inline:8px}.site-nav__quick-links{flex:0 0 auto;gap:3px;order:2}.site-category-strip--mobile{flex:0 0 100%;margin-top:0;order:3;width:100%}.site-category-strip--mobile .site-category-strip__inner{gap:4px;justify-content:flex-start;min-height:24px}.site-category-strip--mobile .site-category-strip__item{min-height:24px;padding:0 5px}.cart-pill--cart,.cart-pill--wishlist{gap:2px;min-height:40px;min-width:40px;padding:4px;width:40px}.cart-pill--cart .cart-pill__icon,.cart-pill--wishlist .cart-pill__icon{height:20px;width:20px}.cart-pill--cart .cart-pill__icon svg,.cart-pill--wishlist .cart-pill__icon svg{height:16px;width:16px}.cart-pill--cart .cart-pill__label,.cart-pill--wishlist .cart-pill__label{font-size:.58rem;line-height:1}}.page-header h1,.section-heading h1,.section-heading h2{font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.1}.page-header,.section-heading{align-items:end;display:flex;gap:16px;justify-content:space-between;margin-bottom:26px}.page-header h1,.section-heading h2{margin:10px 0 0}.section-heading p{color:var(--muted);line-height:1.6;margin:10px 0 0}.section-heading a{font-weight:700}.section-heading--carousel{align-items:center}.page-header{align-items:start;margin-bottom:30px}.page-header p{color:var(--muted);line-height:1.7;max-width:700px}.services-page__header{align-items:flex-start;display:flex;flex-direction:column;gap:8px;margin:0 0 14px}.services-page{padding-top:8px}.categories-page{padding-top:6px}.services-page__header h1{font-size:clamp(1.2rem,2.2vw,1.8rem);margin:0}.services-page__header p{font-size:.96rem;line-height:1.5;margin-top:4px;max-width:34ch}.services-page__header .eyebrow{margin:0}.listing-toolbar{align-items:center;display:flex;gap:14px;justify-content:space-between;margin-bottom:24px}.listing-summary{background:#fff;border:1px solid var(--border);border-radius:18px;min-width:150px;padding:16px 20px;text-align:center}.empty-state{grid-gap:16px;display:grid;gap:16px;justify-items:center;padding:42px;text-align:center}.empty-state p{color:var(--muted)}@media (max-width:560px){.listing-toolbar,.section-heading{align-items:start;flex-direction:column}.section-heading{gap:0}.page-header h1,.section-heading h1,.section-heading h2{font-size:16px;line-height:1.15;margin-top:8px}.page-header p,.section-heading p{font-size:.88rem;line-height:1.55}.page-header .eyebrow,.section-heading .eyebrow{font-size:10px;letter-spacing:.1em;line-height:1.2}.services-page__header{gap:8px;margin:0 0 12px}.services-page{padding-top:4px}.categories-page{padding-top:2px}.services-page__header p{font-size:.84rem;line-height:1.45;max-width:100%}}.services-page .category-card{display:flex;flex-direction:column;height:100%}.services-page .category-card__content{grid-gap:8px;align-content:center;display:grid;gap:8px;min-height:104px;place-items:center}.services-page .category-card__content h3,.services-page .category-card__content p{max-width:100%;text-align:left;width:100%}.admin-page-header{margin-bottom:20px}.admin-app-shell .shell{max-width:none;width:100%}.admin-app-shell main{padding-left:260px}.admin-app-shell .page-section{padding-left:28px;padding-right:28px}.admin-page-header__actions{align-items:center;display:flex;gap:12px}.admin-page-header{margin:10px 10px 20px}.admin-page-header h1{font-size:1rem}.admin-page-header__actions span{color:var(--muted);font-weight:700}.admin-nav{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.admin-sidebar{background:radial-gradient(circle at top right,#ff7d3b2e,#0000 28%),linear-gradient(180deg,#111315,#1b1d20);border:0;border-radius:0;box-shadow:18px 0 40px #0f172a38;display:flex;flex-direction:column;height:100vh;left:0;padding:22px 16px;position:fixed;top:0;width:260px;z-index:40}.admin-sidebar__brand{align-items:center;border-bottom:1px solid #ffffff14;display:flex;gap:12px;margin-bottom:18px;padding:4px 6px 14px}.admin-sidebar__brand img{object-fit:contain;width:108px}.admin-sidebar__brand small,.admin-sidebar__brand strong{display:block}.admin-sidebar__brand strong{color:#fff;font-size:1.08rem}.admin-sidebar__brand small{color:#ffffffa3;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}.admin-nav--sidebar{grid-gap:10px;display:grid;gap:10px;margin-bottom:0}.admin-mobile-drawer-backdrop,.admin-mobile-topbar,.admin-mobile-topbar-spacer{display:none}.admin-nav a{background:#ffffffb3;border:1px solid var(--border);border-radius:999px;font-weight:700;padding:12px 18px;transition:transform .2s ease,background .2s ease,color .2s ease}.admin-nav--sidebar a{background:#0000;border:0;border-radius:16px;color:#ffffffd1;font-size:1.06rem;justify-content:flex-start;line-height:1.25;padding:14px 16px;width:100%}.admin-nav a.active,.admin-nav a:hover{background:var(--dark);color:#fff;transform:translateY(-2px)}.admin-nav--sidebar a.active,.admin-nav--sidebar a:hover{background:#0000;color:var(--accent)}.admin-sidebar__logout{background:#0000;border:0;border-radius:16px;color:#fff;font-size:1.04rem;font-weight:700;margin-top:auto;padding:14px 16px;text-align:left;transition:color .2s ease,transform .2s ease;width:100%}.admin-sidebar__logout:hover{color:var(--accent);transform:translateX(2px)}.admin-hero,.admin-panel{margin-left:0;margin-right:0;padding:28px}.admin-panel{background:radial-gradient(circle at top right,#ff924014,#0000 28%),linear-gradient(180deg,#fffdf9,#fff);border:1px solid #15202d14;box-shadow:0 20px 48px #0f172a14}.admin-hero{grid-gap:20px;background:linear-gradient(135deg,#fff8f3,#fff 52%,#f0ece5);display:grid;gap:20px;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);margin-bottom:24px}.admin-hero h1{font-size:clamp(2rem,4vw,3.4rem);line-height:.98;margin:12px 0}.admin-hero p{color:var(--muted);line-height:1.7;max-width:650px}.admin-hero__meta{grid-gap:10px;align-content:start;background:var(--dark);border-radius:22px;color:#fff;display:grid;gap:10px;padding:22px}.admin-live-pill{align-items:center;background:#ffffff14;border-radius:999px;display:inline-flex;gap:10px;padding:10px 14px;width:-webkit-fit-content;width:fit-content}.admin-live-pill__dot{animation:admin-pulse 1.6s infinite;background:#50db87;border-radius:50%;box-shadow:0 0 0 #50db8799;height:10px;width:10px}@keyframes admin-pulse{0%{box-shadow:0 0 0 0 #50db8773}to{box-shadow:0 0 0 12px #50db8700}}.admin-kpi-grid,.admin-orders-layout,.admin-overview-grid,.admin-workspace-grid{grid-gap:22px;display:grid;gap:22px}.admin-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px}.admin-kpi-card{grid-gap:10px;background:linear-gradient(180deg,#fff,#f7f4ee);display:grid;gap:10px;padding:24px}.admin-alert-item p,.admin-empty-note,.admin-health-item span,.admin-kpi-card p,.admin-kpi-card span,.admin-order-stream__item span,.admin-panel p,.admin-summary-stack span,.admin-user-list__item span{color:var(--muted)}.admin-kpi-card strong{font-size:2rem}.admin-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:24px}.admin-overview-grid--secondary{grid-template-columns:1.2fr .8fr}.admin-form-actions,.admin-inline-field,.admin-panel__heading,.admin-table-actions{align-items:center;display:flex;gap:14px;justify-content:space-between}.admin-panel__heading{margin-bottom:18px}.admin-panel__heading h2{font-size:calc(1.5rem - 5px);margin:10px 0 0}.admin-panel__heading p{margin:8px 0 0;max-width:720px}.admin-activity-feed,.admin-alert-list,.admin-health-list,.admin-order-stream,.admin-side-stack,.admin-user-list{grid-gap:14px;display:grid;gap:14px}.admin-health-list,.admin-order-stream{max-height:430px;overflow-y:auto;padding-right:4px}.admin-user-list{gap:6px;max-height:292px;overflow-y:auto;padding-right:2px}.admin-activity-feed__item,.admin-alert-item,.admin-health-item,.admin-order-stream__item,.admin-user-list__item{align-items:center;background:var(--surface-alt);border-radius:18px;display:flex;gap:16px;justify-content:space-between;padding:16px 18px}.admin-activity-feed__item strong,.admin-alert-item strong,.admin-health-item strong,.admin-order-stream__item strong,.admin-user-list__item strong{display:block}.admin-health-item__status{grid-gap:8px;display:grid;gap:8px;min-width:140px}.admin-meter{background:#00000014;border-radius:999px;height:10px;overflow:hidden;width:100%}.admin-meter__bar{background:linear-gradient(90deg,#1a1a1a,var(--accent));border-radius:inherit;height:100%}.admin-meter__bar.is-low{background:linear-gradient(90deg,#ff9a3d,#ff4d3d)}.admin-activity-feed__item{display:grid;justify-content:start}.admin-summary-stack{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-summary-stack div{background:linear-gradient(180deg,#fbf9f5,#f1eee8);border-radius:18px;padding:18px}.admin-summary-stack strong{display:block;font-size:1.7rem;margin-top:8px}.admin-workspace-grid{align-items:start;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr)}.admin-inventory-stack{grid-gap:22px;display:grid;gap:22px}.admin-panel--wide{margin-left:10px;margin-right:10px;width:100%}.admin-side-stack{align-self:start}.admin-side-stack--orders-summary{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-panel--full{grid-column:1/-1}.admin-panel--user-ledger{padding:0}.admin-panel--user-ledger .admin-panel__heading{padding-left:16px}.admin-product-form{grid-gap:20px;display:grid;gap:20px}.admin-product-form .form-grid{gap:2px}.admin-product-form .form-grid>label{background:#0000;border:0;border-radius:0;box-shadow:none;gap:0;padding:0}.admin-image-tools{grid-gap:14px;display:grid;gap:14px}.admin-upload-field{grid-gap:8px;background:#faf7f1;border:1px dashed #1616162e;border-radius:18px;display:grid;gap:8px;padding:14px 16px}.admin-upload-field input{background:#0000;border:0;margin-top:0;min-height:auto;padding:0}.admin-image-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.admin-image-card{grid-gap:10px;background:#fff;border:1px solid var(--border);border-radius:18px;display:grid;gap:10px;padding:12px}.admin-image-card img{background:var(--surface-alt);border-radius:14px;height:120px;object-fit:cover;width:100%}.admin-form-panel input,.admin-form-panel select,.admin-form-panel textarea,.admin-orders-layout select{background:#fbfaf7;border:1px solid var(--border);border-radius:16px;margin-top:8px;min-height:46px;padding:12px 14px;width:100%}.admin-panel .form-grid{gap:2px}.admin-panel .form-grid>label{grid-gap:0;background:#ffffffdb;border:0;border-radius:20px;box-shadow:none;color:#18212b;display:grid;font-weight:700;gap:0;padding:3px 18px}.admin-panel .form-grid>label small{color:var(--muted);font-weight:500}.admin-orders-layout select,.admin-panel .form-grid input,.admin-panel .form-grid select,.admin-panel .form-grid textarea{background:#fff;border:1px solid #15202d1f;box-shadow:inset 0 1px 2px #0f172a0a;margin-top:0;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.admin-orders-layout select:focus,.admin-panel .form-grid input:focus,.admin-panel .form-grid select:focus,.admin-panel .form-grid textarea:focus{border-color:#ff7d3ba6;box-shadow:0 0 0 4px #ff7d3b24;outline:none}.admin-panel .form-grid textarea{min-height:120px;resize:vertical}.admin-inline-field{align-items:end}.admin-inline-field input{margin-top:0}.admin-empty-state{color:var(--muted);margin:0}.admin-home-section-editor{grid-gap:14px;display:grid;gap:14px}.admin-home-section-editor__item{grid-gap:12px;align-items:end;background:#ffffffd1;border:1px solid #15202d1a;border-radius:18px;display:grid;gap:12px;grid-template-columns:minmax(170px,.8fr) repeat(2,minmax(180px,1fr)) auto;padding:14px}.admin-home-section-editor__title{grid-gap:4px;align-self:center;display:grid;gap:4px}.admin-home-section-editor__title span{color:var(--muted);font-size:.82rem}.admin-home-section-editor__item label{grid-gap:6px;color:#18212b;display:grid;font-weight:700;gap:6px}.admin-home-section-editor__item input{background:#fff;border:1px solid #15202d1f;border-radius:14px;min-height:46px;padding:0 14px}.admin-flag-grid{grid-gap:12px;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.admin-toggle{align-items:center;background:#ffffffdb;border:1px solid var(--border);border-radius:18px;box-shadow:inset 0 1px 0 #ffffffb8;display:flex;gap:10px;padding:14px 16px}.admin-toggle input{margin:0;min-height:auto;width:auto}.admin-alert-item,.admin-user-list__item{justify-content:space-between}.admin-user-list__item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;padding:9px 12px}.admin-user-list__serial{background:#ece9e2;border-radius:999px;color:var(--text);display:inline-grid;font-size:.76rem;font-weight:800;height:24px;place-items:center;width:24px}.admin-empty-note{background:var(--surface-alt);border-radius:18px;padding:18px}.admin-status-pill{align-items:center;background:#ece9e2;border-radius:999px;display:inline-flex;font-weight:700;justify-content:center;padding:8px 12px}.admin-status-pill.is-warning{background:#ffe0ce;color:#9f4210}.admin-status-pill.is-success{background:#def4e7;color:#11683b}.admin-table-row-button{cursor:pointer;transition:background .2s ease}.admin-table-row-button:hover{background:#ff7d3b0f}.admin-returns__filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.admin-returns__card,.admin-returns__cards{grid-gap:16px;display:grid;gap:16px}.admin-returns__card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:18px}.admin-returns__card-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.admin-returns__card-header h3{font-size:1.05rem;margin:6px 0 0}.admin-returns__card-badges{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.admin-returns__detail-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.admin-returns__controls label,.admin-returns__detail-grid div{grid-gap:6px;display:grid;gap:6px}.admin-returns__detail-grid p,.admin-returns__detail-grid span{color:var(--muted)}.admin-returns__detail-grid strong{word-break:break-word}.admin-returns__timeline{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(5,minmax(0,1fr));padding:12px 0 2px}.admin-returns__timeline-step{grid-gap:8px;color:var(--muted);display:grid;font-size:.82rem;gap:8px;justify-items:center;text-align:center}.admin-returns__timeline-step.is-active{color:var(--dark);font-weight:700}.admin-returns__timeline-dot{background:#fff;border:2px solid #0f172a33;border-radius:50%;height:12px;width:12px}.admin-returns__timeline-step.is-active .admin-returns__timeline-dot{background:#2563eb;border-color:#2563eb}.admin-returns__controls{grid-gap:14px;align-items:end;display:grid;gap:14px;grid-template-columns:220px minmax(0,1fr) 120px}.admin-returns__controls select,.admin-returns__controls textarea{width:100%}.admin-returns__note-field{min-width:0}@media (max-width:960px){.admin-returns__controls,.admin-returns__detail-grid{grid-template-columns:1fr}.admin-returns__card-header{flex-direction:column}.admin-returns__card-badges{justify-content:flex-start}.admin-returns__timeline{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-order-details,.admin-order-items{grid-gap:14px;display:grid;gap:14px}.admin-order-hero{grid-gap:18px;background:linear-gradient(135deg,#1f1f1f,#363636);border-radius:24px;color:#fff;display:grid;gap:18px;padding:22px}.admin-order-hero h3{font-size:2rem;margin:10px 0 4px}.admin-order-hero p{color:#ffffffb3;margin:0}.admin-order-details__grid,.admin-order-hero__meta,.admin-order-totals{grid-gap:14px;display:grid;gap:14px}.admin-order-hero__meta{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-order-hero__meta div,.admin-order-totals__card{background:#ffffff14;border-radius:18px;padding:16px 18px}.admin-order-hero__meta span,.admin-order-totals__card span{color:#ffffffa6;display:block}.admin-order-hero__meta strong{display:block;font-size:1.05rem;margin-top:8px}.admin-order-details__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-order-details__block,.admin-order-item{background:var(--surface-alt);border-radius:18px;padding:16px 18px}.admin-order-details__label-row,.admin-order-item,.admin-order-item__meta{align-items:center;display:flex;gap:14px;justify-content:space-between}.admin-order-details__block span{color:var(--muted);display:block;margin-bottom:8px}.admin-order-details__block strong,.admin-order-item strong{display:block}.admin-order-details__block p,.admin-order-item p{margin:6px 0 0}.admin-order-item__meta{align-items:end;flex-direction:column}.admin-order-item__meta span{color:var(--muted)}.admin-order-totals{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-order-totals__card{background:linear-gradient(180deg,#fbf9f5,#f1eee8)}.admin-order-totals__card span{color:var(--muted)}.admin-order-totals__card strong{display:block;font-size:1.35rem;margin-top:8px}.admin-order-totals__card.is-total{background:linear-gradient(135deg,var(--accent-soft),#fff)}.admin-danger-button{color:#9f4210}.admin-form-actions{justify-content:flex-start;margin-top:6px}.admin-form-actions .button,.admin-form-actions .link-button{border-radius:14px;min-height:46px;padding:0 18px}.admin-panel .checkout-inline-check{align-items:center;background:#ffffffdb;border:1px solid #15202d14;border-radius:20px;font-weight:700;padding:16px 18px}.admin-panel .checkout-inline-check input{margin:0}.admin-upload-field{background:#ffffffd1;border-color:#15202d14;border-style:solid}.admin-image-card{box-shadow:0 14px 30px #0f172a0f}.admin-orders-layout{align-items:start;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr)}@media (max-width:1080px){.admin-flag-grid,.admin-hero,.admin-order-details__grid,.admin-order-hero__meta,.admin-order-totals,.admin-orders-layout,.admin-overview-grid,.admin-overview-grid--secondary,.admin-side-stack--orders-summary,.admin-workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.admin-summary-stack{grid-template-columns:1fr}.admin-sidebar{display:none}.admin-app-shell main{padding-left:0}.admin-app-shell .shell{width:100%}.admin-app-shell .page-section{padding:0 10px 28px}.admin-nav,.admin-page-header{display:none}.admin-mobile-topbar{grid-gap:12px;align-items:start;background:#121212f5;box-shadow:0 16px 34px #0f172a2e;display:grid;gap:12px;grid-template-columns:44px 1fr 44px;left:0;padding:12px 16px 10px;position:fixed;right:0;top:0;z-index:120}.admin-mobile-drawer__close,.admin-mobile-topbar__menu{background:#ffffff0f;border:1px solid #ffffff24;border-radius:12px;color:#fff;height:44px;width:44px}.admin-mobile-topbar__menu{grid-gap:5px;align-content:center;display:grid;gap:5px;padding:0 11px}.admin-mobile-topbar__menu span{background:#fff;border-radius:999px;display:block;height:2px;width:100%}.admin-mobile-topbar__brand{grid-gap:4px;display:grid;gap:4px;justify-items:center;text-align:center}.admin-mobile-topbar__brand img{object-fit:contain;width:min(148px,100%)}.admin-mobile-drawer__header small,.admin-mobile-topbar__brand small{color:#ffffffb8;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase}.admin-mobile-topbar-spacer{display:block;height:86px}.admin-mobile-topbar__spacer{height:44px;width:44px}.admin-mobile-drawer-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a6b;display:block;inset:0;position:fixed;z-index:150}.admin-mobile-drawer{animation:adminDrawerIn .26s ease;background:#151515;box-shadow:18px 0 44px #00000052;color:#fff;display:grid;grid-template-rows:auto 1fr auto;height:100vh;padding:18px 16px 22px;width:70vw}.admin-mobile-drawer__header{align-items:start;border-bottom:1px solid #ffffff14;display:flex;gap:12px;justify-content:space-between;padding-bottom:18px}.admin-mobile-drawer__logo{margin-bottom:6px;width:132px}.admin-mobile-drawer__close{font-size:1.6rem;line-height:1}.admin-mobile-drawer__nav{grid-gap:10px;align-content:start;display:grid;gap:10px;overflow-y:auto;padding:18px 0}.admin-mobile-drawer__logout,.admin-mobile-drawer__nav a{align-items:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;color:#fff;display:flex;font-weight:600;min-height:50px;padding:0 14px}.admin-mobile-drawer__nav a.active{background:linear-gradient(135deg,#ff7d3b42,#ff7d3b1f);border-color:#ff7d3b6b}.admin-mobile-drawer__logout{background:#ffffff14;justify-content:center;width:100%}.admin-hero,.admin-panel{border-radius:20px;margin-left:0;margin-right:0;min-width:0;width:100%}.admin-orders-layout>article,.admin-orders-layout>section,.admin-panel--full,.admin-side-stack{min-width:0;width:100%}.admin-table{padding:2px}.admin-kpi-grid,.admin-orders-layout,.admin-overview-grid,.admin-overview-grid--secondary,.admin-workspace-grid{min-width:0}.admin-panel .checkout-inline-check,.admin-panel .form-grid>label,.admin-toggle,.admin-upload-field{background:#0000;border:0;box-shadow:none}.admin-orders-layout select,.admin-panel .form-grid input,.admin-panel .form-grid select,.admin-panel .form-grid textarea{background:#fff;border:1px solid #15202d1f;box-shadow:none}.admin-panel .form-grid{gap:8px}.admin-panel .form-grid>label{gap:4px;padding:8px 0}.admin-flag-grid,.admin-hero,.admin-home-section-editor__item,.admin-kpi-grid,.admin-order-details__grid,.admin-order-hero__meta,.admin-order-totals,.admin-orders-layout,.admin-overview-grid,.admin-overview-grid--secondary,.admin-workspace-grid{grid-template-columns:1fr}.admin-alert-item,.admin-form-actions,.admin-health-item,.admin-inline-field,.admin-order-details__label-row,.admin-order-item,.admin-order-stream__item,.admin-page-header__actions,.admin-panel__heading,.admin-table-actions,.admin-user-list__item{align-items:start;flex-direction:column}.admin-order-item__meta{align-items:start}.admin-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-panel__heading--mobile-action{align-items:start;display:grid;grid-template-columns:minmax(0,1fr) auto}.admin-panel__heading--mobile-action .admin-table-actions{justify-content:flex-end;justify-self:end}.admin-panel__heading--mobile-action .link-button{align-self:start;justify-self:end}.admin-panel__heading--mobile-action .admin-mode-toggle-button{background:#111315;border:0;border-radius:12px;color:#fff;padding:10px 14px}}@keyframes adminDrawerIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.admin-table{overflow:auto;padding:2px}.admin-table table{border-collapse:collapse;width:100%}.admin-table--product-list{max-height:472px;overflow:auto}.admin-table--product-list thead th{background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:1}.admin-table td,.admin-table th{border-bottom:1px solid var(--border);padding:7px 10px;text-align:left}.admin-table th{font-weight:700}.admin-brand-logo-preview{align-items:center;background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;gap:12px;margin-top:12px;padding:10px}.admin-brand-logo-preview img{background:#fff;border-radius:8px;height:54px;object-fit:contain;width:112px}.admin-checkbox-group{grid-gap:12px;background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-sm);display:grid;gap:12px;padding:14px}.admin-checkbox-group strong{color:var(--text);font-size:.95rem}.admin-flag-grid{grid-gap:10px 12px;display:grid;gap:10px 12px;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.admin-flag-grid .admin-toggle{background:#fff;border:1px solid var(--border);border-radius:10px;min-height:44px;padding:10px 12px}.admin-field-hint{color:var(--muted);display:block;margin-top:8px}.admin-image-preview-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-top:16px}.admin-image-preview-card{grid-gap:10px;background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-sm);display:grid;gap:10px;padding:12px}.admin-image-preview-card img{border-radius:12px;height:110px;object-fit:cover;width:100%}.admin-order-toggle{background:#0000;border:0;color:inherit;display:inline-grid;gap:4px;padding:0;text-align:left}.admin-order-toggle span{color:var(--accent);font-weight:700}.admin-order-details-row td{background:#ff7d3b0f}.admin-order-details{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr));padding:8px 0}.admin-order-details__section{grid-gap:8px;background:#fff;border:1px solid #ff7d3b29;border-radius:var(--radius-md);display:grid;gap:8px;padding:18px}.admin-order-details__section p,.admin-order-details__section strong{margin:0}.admin-order-details__section--full{grid-column:1/-1}.admin-order-item-list{grid-gap:10px;display:grid;gap:10px}.admin-order-item{grid-gap:12px;align-items:center;background:var(--surface-alt);border-radius:12px;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto auto;padding:12px 14px}.admin-order-filter-group{align-items:center;display:inline-flex;flex-wrap:wrap;gap:10px}.admin-order-filter-button{background:#fff;border:1px solid var(--border);border-radius:999px;color:var(--text);font-weight:700;min-height:40px;padding:0 14px}.admin-order-filter-button.is-active{background:var(--dark);border-color:var(--dark);color:#fff}.admin-today-analytics{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-today-analytics__card{grid-gap:3px;background:#f8f6f1;border-radius:8px;display:grid;gap:3px;min-height:78px;padding:10px 12px}.admin-today-analytics__card small,.admin-today-analytics__card span{color:var(--muted)}.admin-today-analytics__card span{font-weight:700}.admin-today-analytics__card strong{color:var(--text);font-size:1rem}.admin-today-analytics__card small{font-size:.72rem}.admin-panel__heading--toggle{align-items:center;background:#0000;border:0;color:inherit;cursor:pointer;display:flex;justify-content:space-between;padding:0;text-align:left;width:100%}.admin-panel__toggle-indicator{color:var(--accent);font-weight:700}@media (max-width:820px){.admin-today-analytics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-order-details,.admin-order-item{grid-template-columns:1fr}.admin-order-filter-group{width:100%}}.auth-card h1,.form-card h2,.summary-card h2,.support-card h2{margin-top:0}.auth-card,.form-card,.summary-card,.support-card{padding:24px}.form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid__wide{grid-column:1/-1}.auth-card label,.form-card label{font-weight:600}.auth-card input,.form-card input,.form-card select,.form-card textarea{background:#fbfaf7;border:1px solid var(--border);border-radius:16px;margin-top:8px;min-height:46px;padding:12px 14px;width:100%}.payment-placeholder{background:#faf6f1;border:1px dashed #16161633;border-radius:18px;margin:24px 0;padding:20px}.auth-card{grid-gap:18px;gap:18px;width:min(520px,100%)}.form-error,.form-success,.support-card p,.support-card ul{color:var(--muted)}.support-card ul{line-height:1.8;margin:0;padding-left:20px}.contact-stack{grid-gap:20px;display:grid;gap:20px}.whatsapp-card{grid-gap:8px;background:linear-gradient(135deg,#1f8f5d,#35b677);color:#fff;display:grid;gap:8px;padding:24px}.whatsapp-card span{color:#fffc}@media (max-width:820px){.form-grid{grid-template-columns:1fr}}.admin-app-shell main{min-height:100vh}.admin-app-shell .auth-page{display:grid;min-height:100vh;padding:2rem;place-items:center}.admin-app-shell .auth-card{margin:0 auto;width:min(100%,440px)}.address-page,.bulk-order-page,.services-page,.wallet-page{padding-top:4px}@media (min-width:821px){.address-page,.bulk-order-page,.services-page,.wallet-page{padding-top:14px}}@media (max-width:640px){.address-page,.bulk-order-page,.services-page,.wallet-page{padding-top:0}}.address-layout{grid-gap:24px;display:grid;gap:24px;grid-template-columns:320px minmax(0,1fr)}.address-detail-card,.address-list-card{padding:24px}.address-list-card{align-self:start}.address-detail-card__top,.address-list-card__top{align-items:center;display:flex;gap:14px;justify-content:space-between}.address-list-card__top{margin-bottom:18px}.address-detail-card__content h2,.address-form-card h2,.address-list-card__top h2{margin:0}.address-list{grid-gap:12px;display:grid;gap:12px}.address-list__item{grid-gap:4px;background:#fff;border:1px solid var(--border);border-radius:18px;display:grid;gap:4px;padding:16px;text-align:left;transition:border-color .2s ease,background .2s ease,transform .2s ease;width:100%}.address-list-card__empty,.address-list__item span{color:var(--muted)}.address-list__item small{color:var(--accent-strong);font-weight:700}.address-list__item.is-active,.address-list__item:hover{background:#fff8f3;border-color:var(--accent);transform:translateY(-1px)}.address-detail-card__content{grid-gap:18px;display:grid;gap:18px}.address-detail-card__grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.address-detail-card__grid div,.address-form-card__actions{display:flex;gap:8px}.address-detail-card__grid div{background:var(--surface-alt);border-radius:18px;flex-direction:column;padding:16px}.address-detail-card__grid span{color:var(--muted)}.address-pincode-status{color:var(--muted);display:block;margin-top:6px}.address-pincode-status.is-serviceable{color:#166534}.address-pincode-status.is-unserviceable{color:#b42318;font-weight:600}.address-detail-card__wide{grid-column:1/-1}.address-form-card{padding:0}.address-form-card textarea{resize:vertical}.address-label-group{grid-gap:10px;border:0;display:grid;gap:10px;margin:0;padding:0}.address-label-group legend{font-weight:700;padding:0}.address-label-options{display:flex;flex-wrap:wrap;gap:10px}.address-label-option{align-items:center;background:#0000;border:0;border-radius:999px;cursor:pointer;display:inline-flex;font-weight:700;gap:8px;padding:8px 12px;transition:border-color .2s ease,background .2s ease,transform .2s ease}.address-label-option input{accent-color:var(--accent);flex:0 0 12px;height:12px;margin:0;width:12px}.address-label-option.is-selected,.address-label-option:hover{background:#0000;border-color:#0000;transform:translateY(-1px)}.address-label-option--other{min-width:96px}.address-label-input{min-height:46px;width:100%}.address-form-card__actions{align-items:center;margin-top:20px}@media (max-width:980px){.address-layout{grid-template-columns:1fr}}@media (min-width:981px) and (max-width:1440px){.address-label-options{gap:8px}.address-label-option{font-size:.82rem;padding:6px 10px}.address-label-option--other{min-width:84px}}@media (max-width:560px){.address-detail-card,.address-list-card{padding:18px}.address-detail-card__top,.address-form-card__actions,.address-list-card__top{align-items:flex-start;flex-direction:column}.address-detail-card__grid{grid-template-columns:1fr}.address-label-options{flex-wrap:nowrap;gap:6px}.address-label-option{flex:1 1;font-size:.72rem;justify-content:center;min-width:0;padding:6px 8px}.address-label-option input{flex-basis:11px;height:11px;width:11px}.address-label-option--other{min-width:0}}.info-page-header{align-items:flex-start;display:flex;flex-direction:column;gap:6px;max-width:760px}.info-page-header h1{margin:0}.info-page-stack{grid-gap:18px;display:grid;gap:18px}.info-page-card{padding:28px}.info-page-card h2{color:#101828;font-size:1.2rem;margin:0 0 12px}.info-page-card p{color:#475467;line-height:1.7;margin:0 0 12px}.info-page-card p:last-child{margin-bottom:0}@media (max-width:560px){.info-page-card{padding:22px 18px}}.bulk-layout{grid-gap:24px;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) 360px}.bulk-line-item-list{grid-gap:16px;display:grid;gap:16px;margin:22px 0}@media (max-width:980px){.bulk-layout{grid-template-columns:1fr}}.cart-page,.wishlist-page{padding-top:4px}.cart-layout{grid-gap:24px;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) 360px}.cart-items{grid-gap:18px;display:grid;gap:18px}.cart-item{grid-gap:18px;border-radius:24px;display:grid;gap:18px;grid-template-columns:140px minmax(0,1fr);padding:18px}.cart-item img{background:var(--surface-alt);border-radius:18px;height:140px;object-fit:contain;width:100%}.cart-item__content{display:flex;gap:18px;justify-content:space-between}.cart-item__details{grid-gap:8px;display:grid;gap:8px}.cart-item__details h3{font-size:1.2rem;line-height:1.3;margin:0}.cart-item__details p{line-height:1.6;margin:0}.cart-item__content p,.cart-item__content span{color:var(--muted)}.cart-item__meta,.summary-card div{align-items:center;display:flex;gap:14px;justify-content:space-between}.summary-card{border-radius:24px}.cart-item__meta{min-width:180px}.cart-item__price{font-size:1.15rem;line-height:1.2;white-space:nowrap}.cart-item__actions{grid-gap:10px;display:grid;gap:10px;justify-items:stretch}.cart-item__actions .button,.cart-item__actions .link-button{min-width:140px}.cart-saved-section{grid-gap:18px;display:grid;gap:18px}@media (max-width:980px){.cart-layout{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:821px){.cart-page,.wishlist-page{padding-top:14px}}@media (max-width:820px){.cart-layout{grid-template-columns:1fr}.cart-item,.cart-item__content{display:grid;grid-template-columns:1fr}.cart-item__meta{min-width:0}}@media (max-width:560px){.cart-page,.wishlist-page{padding-top:0}.cart-layout{gap:16px}.cart-items{gap:14px}.cart-item{align-items:start;border-radius:20px;gap:14px;grid-template-columns:108px minmax(0,1fr);padding:14px}.cart-item img{border-radius:16px;height:108px}.cart-item__content{gap:14px;grid-template-columns:1fr}.cart-item__details{gap:6px}.cart-item__details h3{font-size:1.02rem}.cart-item__content span,.cart-item__details p{font-size:.84rem;line-height:1.5}.cart-item__meta,.summary-card div{grid-gap:12px;display:grid;gap:12px;justify-content:stretch}.cart-item__meta{padding-top:2px}.cart-item__price{font-size:1.2rem}.cart-item__actions{gap:8px}.cart-item__actions .button,.cart-item__actions .link-button{min-width:0;width:100%}.quantity-selector{justify-content:space-between;min-height:44px;padding:0 12px;width:100%}.summary-card{border-radius:20px;gap:14px;padding:18px}.summary-total{gap:8px;padding-top:14px}.summary-total strong{font-size:1.2rem}.summary-card .button{width:100%}}.quantity-selector{align-items:center;background:#fff;border:1px solid var(--border);border-radius:999px;display:inline-flex;gap:12px;min-height:40px;padding:0 10px}.quantity-selector button{background:var(--surface-alt);border:0;border-radius:50%;font-size:.95rem;height:24px;line-height:1;width:24px}.quantity-selector span{font-size:.95rem;font-weight:700;min-width:18px;text-align:center}@media (max-width:560px){.quantity-selector{gap:8px;min-height:34px;padding:0 8px}.quantity-selector button{font-size:.82rem;height:20px;width:20px}.quantity-selector span{font-size:.82rem;min-width:14px}}.checkout-layout{grid-gap:24px;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) 360px}.summary-card{grid-gap:16px;align-self:start;display:grid;gap:16px}.checkout-delivery-mode{align-items:center;background:var(--surface-alt);border-radius:18px;display:flex;gap:14px;justify-content:space-between;margin:0 0 18px;padding:14px 16px}.checkout-delivery-mode span{color:var(--muted)}.checkout-pickup-note{color:var(--muted);line-height:1.6}.checkout-pickup-note,.checkout-saved-address{background:var(--surface-alt);border-radius:18px;padding:16px}.checkout-saved-address{align-items:center;display:flex;gap:16px;justify-content:space-between}.checkout-saved-address span{color:var(--muted)}.checkout-saved-address p{color:var(--muted);margin:6px 0 0}.checkout-pincode-status{color:var(--muted);display:block;margin-top:8px}.checkout-pincode-status.is-serviceable{color:#166534}.checkout-pincode-status.is-unserviceable{color:#b42318;font-weight:600}.checkout-inline-check{align-items:center;display:flex;gap:12px}.checkout-inline-check input{width:auto}.checkout-coupon-picker{grid-gap:12px;display:grid;gap:12px}.checkout-coupon-picker__trigger{align-items:center;background:#fff;border:1px solid var(--border);border-radius:18px;display:flex;gap:16px;justify-content:space-between;padding:18px 22px;text-align:left;width:100%}.checkout-coupon-picker__trigger-left{align-items:center;display:inline-flex;gap:14px;min-width:0}.checkout-coupon-picker__icon{background:#f3efe8;border-radius:999px;color:#1f2937;display:inline-grid;flex-shrink:0;height:34px;place-items:center;width:34px}.checkout-coupon-picker__copy{grid-gap:4px;display:grid;gap:4px}.checkout-coupon-picker__copy strong{color:#111827;font-size:1.05rem}.checkout-coupon-picker__copy small{color:var(--muted)}.checkout-coupon-picker__action{color:#1570ef;flex-shrink:0;font-weight:700}.checkout-coupon-picker__panel{grid-gap:10px;display:grid;gap:10px;padding:4px 0 0}.checkout-coupon-picker__option{align-items:center;background:#fff;border:1px solid var(--border);border-radius:16px;display:flex;gap:14px;justify-content:space-between;padding:16px 18px;text-align:left;width:100%}.checkout-coupon-picker__option span{grid-gap:4px;display:grid;gap:4px}.checkout-coupon-picker__option strong{color:#111827}.checkout-coupon-picker__option small{color:var(--muted)}.checkout-coupon-picker__option em{color:var(--accent-strong);font-style:normal;font-weight:700;text-align:right}.checkout-coupon-picker__option.is-active{background:#fff7ef;border-color:var(--accent)}.checkout-coupon-picker__clear{background:#0000;border:0;color:#b42318;font-weight:700;justify-self:start;padding:0}.summary-card div{align-items:center;display:flex;gap:14px;justify-content:space-between}.summary-total{border-top:1px solid var(--border);padding-top:16px}.summary-total strong{display:block;font-size:1.3rem}@media (max-width:980px){.checkout-layout{grid-template-columns:1fr}.checkout-coupon-picker__option,.checkout-coupon-picker__trigger{padding:16px}}.contact-layout{grid-gap:24px;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) 360px}.contact-layout .form-card,.contact-layout .support-card,.contact-layout .whatsapp-card{border-radius:24px}.contact-form__intro{color:var(--muted);line-height:1.6;margin:-2px 0 18px}.contact-info-list{grid-gap:14px;display:grid;gap:14px}.contact-info-item{grid-gap:5px;background:#fbfaf7;border:1px solid var(--border);border-radius:18px;display:grid;gap:5px;padding:14px 16px}.contact-info-item span{color:var(--muted);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.contact-info-item strong{font-size:1rem;line-height:1.4}.whatsapp-card{align-content:end;min-height:160px;overflow:hidden;position:relative}.whatsapp-card:before{background:#ffffff1f;border-radius:50%;content:"";height:110px;inset:auto -18px -30px auto;position:absolute;width:110px}.whatsapp-card strong{font-size:1.2rem;line-height:1.3;max-width:18ch;position:relative}@media (max-width:980px){.contact-layout{grid-template-columns:1fr}}@media (max-width:560px){.page-header{align-items:flex-start;flex-direction:column;margin-bottom:22px}.page-header>*{width:100%}.page-header h1{font-size:1.9rem;line-height:1.08}.page-header p{line-height:1.55}.contact-layout{gap:16px}.contact-layout .form-card,.contact-layout .support-card,.contact-layout .whatsapp-card{border-radius:20px}.contact-layout .form-card,.contact-layout .support-card{padding:18px}.contact-form__intro{margin-bottom:16px}.contact-layout .form-grid{gap:14px}.contact-layout .form-card input,.contact-layout .form-card textarea{border-radius:14px;min-height:44px;padding:12px}.contact-layout .form-card textarea{min-height:124px}.contact-layout .form-card .button{width:100%}.contact-info-list{gap:10px}.contact-info-item{border-radius:16px;padding:12px 14px}.contact-info-item strong{font-size:.95rem}.whatsapp-card{border-radius:20px;min-height:132px;padding:18px}.whatsapp-card strong{font-size:1.05rem;max-width:none}}.orders-page{padding-top:4px}.orders-page__header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:14px}.orders-page__back-button{align-items:center;background:#0000;border:0;color:var(--dark);display:inline-flex;font-size:clamp(1.15rem,2vw,1.45rem);font-weight:800;gap:10px;padding:0}.orders-page__back-button span[aria-hidden=true]{font-size:1.6rem;font-weight:400;line-height:1}.orders-page__filters-button{align-items:center;background:#0000;border:0;border-radius:0;color:var(--dark);display:inline-flex;font-weight:700;gap:12px;min-height:0;padding:0}.orders-page__filters-icon{grid-gap:3px;display:grid;gap:3px;width:18px}.orders-page__filters-icon span{background:currentColor;border-radius:999px;display:block;height:2px}.orders-page__filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.orders-page__chip{align-items:center;background:#fff;border:1px solid var(--border);border-radius:999px;color:var(--dark);display:inline-flex;font-weight:700;justify-content:center;min-height:40px;padding:0 16px;white-space:nowrap}.orders-page__chip.is-active{background:var(--dark);border-color:var(--dark);color:#fff}.orders-list{grid-gap:18px;display:grid;gap:18px}.order-card{grid-gap:0;display:grid;gap:0;overflow:hidden;padding:0}.order-card__summary{grid-gap:18px;background:#0000;border:0;color:inherit;display:grid;gap:18px;grid-template-columns:84px minmax(0,1fr);padding:18px;text-align:left;width:100%}.order-card__media{min-width:84px;width:84px}.order-card__image-fallback,.order-card__media img{background:linear-gradient(135deg,#0f172a0d,#0f172a1f);border:1px solid #0f172a0f;border-radius:18px;height:84px;object-fit:cover;width:84px}.order-card__summary-copy{grid-gap:12px;display:grid;gap:12px;min-width:0}.order-card__headline-row{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.order-card__headline-copy{min-width:0}.order-card__headline-copy h2{font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.3;margin:0}.order-card__headline-copy p{color:var(--muted);line-height:1.45;margin:4px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-card__chevron{border-right:2px solid;border-top:2px solid;color:var(--muted);flex:0 0 auto;height:13px;margin-top:5px;transform:rotate(45deg);transition:transform .2s ease;width:13px}.order-card.is-expanded .order-card__chevron{transform:rotate(135deg)}.order-card__badge-row{align-items:center;display:flex;gap:12px;justify-content:space-between;min-width:0}.order-card__badge{align-items:center;border-radius:999px;display:inline-flex;font-size:.82rem;font-weight:800;letter-spacing:.01em;min-height:28px;padding:0 12px;white-space:nowrap}.order-card__badge--success{background:#16a34a1f;color:#15803d}.order-card__badge--warning{background:#f59e0b1f;color:#b45309}.order-card__badge--info{background:#2563eb1f;color:#1d4ed8}.order-card__badge--neutral{background:#0f172a14;color:var(--dark)}.order-card__badge-copy{color:var(--muted);font-size:.94rem;text-align:right}.order-card__action-strip{align-items:center;background:linear-gradient(180deg,#f8fafcb3,#fff);border-top:1px solid var(--border);display:flex;gap:12px;justify-content:space-between;padding:14px 18px 18px}.order-card__refund-row,.order-card__status-copy{align-items:center;color:var(--muted);display:inline-flex;font-weight:600;gap:10px}.order-card__refund-row--success{color:#15803d}.order-card__refund-icon{align-items:center;border:1px solid;border-radius:50%;display:inline-flex;font-size:.86rem;height:22px;justify-content:center;line-height:1;width:22px}.order-card__review-button{min-height:40px;padding:0 14px}.order-card__post-delivery-actions{align-items:center;display:inline-flex;flex-wrap:wrap;gap:10px}.order-card__post-delivery-button{min-height:40px;padding:0 16px}.order-card__details{grid-gap:20px;background:#fff;border-top:1px solid var(--border);display:grid;gap:20px;padding:18px}.order-card__details-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.order-card__details-header h3{font-size:1.1rem;margin:4px 0 0}.order-card__details-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.order-card__mobile-panel{display:none}.order-card__timeline-group{grid-gap:16px;background:var(--surface-alt);border-radius:18px;display:grid;gap:16px;padding:16px}.order-card__timeline{grid-gap:0;align-items:start;display:grid;gap:0;grid-template-columns:repeat(5,minmax(0,1fr))}.order-card__timeline--return{grid-template-columns:repeat(6,minmax(0,1fr))}.order-card__timeline-step{grid-gap:10px;color:var(--muted);display:grid;font-size:.8rem;gap:10px;justify-items:center;padding:4px 8px 0;position:relative;text-align:center}.order-card__timeline-step:not(:first-child):before{background:linear-gradient(90deg,#94a3b82e,#94a3b82e);content:"";height:2px;left:-50%;position:absolute;top:10px;width:100%;z-index:0}.order-card__timeline-step.is-active{color:var(--dark);font-weight:700}.order-card__timeline-step.is-active:not(:first-child):before{background:linear-gradient(90deg,#16a34a2e,#16a34ae6)}.order-card__timeline-dot{background:#fff;border:2px solid #0f172a33;border-radius:50%;height:12px;position:relative;width:12px;z-index:1}.order-card__timeline-step.is-active .order-card__timeline-dot{background:#16a34a;border-color:#16a34a}.order-card__timeline-label{line-height:1.35;position:relative;z-index:1}.order-card__timeline-dot--return{border-color:#2563eb4d}.order-card__timeline-step.is-active .order-card__timeline-dot--return{background:#2563eb;border-color:#2563eb}.order-card__timeline-group--return .order-card__timeline-step.is-active:not(:first-child):before{background:linear-gradient(90deg,#2563eb2e,#2563ebeb)}.order-card__timeline-copy{grid-gap:4px;color:var(--muted);display:grid;gap:4px}.order-card__timeline-copy strong{color:var(--dark)}.order-card__detail-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.order-card__detail-grid div,.order-card__return-note{grid-gap:4px;display:grid;gap:4px}.order-card__detail-grid span,.order-card__footer-hint span,.order-card__return-note p,.order-card__return-note span{color:var(--muted)}.order-card__detail-grid strong{word-break:break-word}.order-card__detail-grid--contact{grid-template-columns:repeat(2,minmax(0,1fr))}.order-card__items{grid-gap:12px;display:grid;gap:12px}.order-card__item{grid-gap:14px;align-items:center;background:var(--surface-alt);border-radius:18px;display:grid;gap:14px;grid-template-columns:76px minmax(0,1fr);padding:14px}.order-card__item img{background:#fff;border-radius:16px;height:76px;object-fit:cover;width:76px}.order-card__item-content{grid-gap:4px;display:grid;gap:4px}.order-card__item-meta{color:var(--muted)}.order-card__return-note{background:var(--surface-alt);border-left:4px solid #2563eb;border-radius:14px;padding:14px 16px}.order-card__return-form{grid-gap:14px;background:#fff;border:1px solid var(--border);border-radius:18px;display:grid;gap:14px;padding:18px}.order-card__return-type-toggle{display:flex;flex-wrap:wrap;gap:10px}.order-card__return-type-copy{color:var(--muted);font-weight:600}.order-card__return-form label{grid-gap:8px;display:grid;font-weight:600;gap:8px}.order-card__return-form input,.order-card__return-form select,.order-card__return-form textarea{background:#fff;border:1px solid var(--border);border-radius:14px;font:inherit;padding:14px 15px;width:100%}.order-card__return-form textarea{min-height:120px;resize:vertical}.order-card__return-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.order-card__footer-hint{align-items:center;display:flex;gap:12px;justify-content:space-between;padding-top:4px}.order-card__footer-hint-actions{align-items:center;display:inline-flex;flex-wrap:wrap;gap:10px}.order-card__modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a85;display:grid;inset:0;padding:18px;place-items:center;position:fixed;z-index:60}.order-card__modal{grid-gap:18px;background:#fff;border-radius:28px;box-shadow:0 28px 80px #0f172a47;display:grid;gap:18px;max-height:min(88vh,900px);overflow:auto;padding:20px;width:min(100%,640px)}.order-card__modal-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.order-card__modal-header h2{font-size:clamp(1.25rem,2vw,1.7rem);margin:6px 0 0}.order-card__modal-close{background:var(--surface-alt);border:0;border-radius:50%;color:var(--dark);cursor:pointer;font-size:1.5rem;height:42px;line-height:1;width:42px}.order-card__modal-copy{color:var(--muted);line-height:1.5;margin:0}.order-card__return-form--modal{border:0;padding:0}@media (max-width:900px){.orders-page__filters-button{width:auto}.order-card__detail-grid,.order-card__detail-grid--contact,.order-card__timeline,.order-card__timeline--return{grid-template-columns:1fr}}@media (min-width:821px){.orders-page{padding-top:14px}}@media (max-width:640px){.orders-page{padding-top:0}.orders-page__header{align-items:flex-start;margin-bottom:12px}.orders-page__filters-button{min-height:0;padding-top:4px}.orders-page__filters{display:none}.orders-page__filters.is-open{display:flex}.order-card__summary{gap:14px;grid-template-columns:82px minmax(0,1fr);padding:14px}.order-card__image-fallback,.order-card__media,.order-card__media img{height:82px;width:82px}.order-card__headline-row{align-items:flex-start}.order-card__headline-copy p{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden;white-space:normal}.order-card__action-strip,.order-card__badge-row,.order-card__details-header,.order-card__footer-hint{align-items:flex-start;flex-direction:column}.order-card__badge-row{align-items:flex-start}.order-card__badge-copy{text-align:left}.order-card__action-strip{gap:10px;padding:12px 14px 16px}.order-card__details{gap:16px;padding:14px}.order-card__footer-hint-actions,.order-card__footer-hint-actions .link-button,.order-card__post-delivery-actions,.order-card__post-delivery-actions .button,.order-card__post-delivery-actions .link-button{width:100%}.order-card__modal{width:min(100%,560px)}.order-card__mobile-panel{grid-gap:14px;background:#fff;border:1px solid var(--border);border-radius:20px;display:grid;gap:14px;padding:14px}.order-card__mobile-panel-header{grid-gap:12px;display:grid;gap:12px}.order-card__mobile-panel-top{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:56px minmax(0,1fr)}.order-card__mobile-media .order-card__image-fallback,.order-card__mobile-media img{border-radius:14px;height:56px;width:56px}.order-card__mobile-copy{grid-gap:2px;display:grid;gap:2px;min-width:0}.order-card__mobile-copy h3{font-size:1.05rem;line-height:1.25;margin:0}.order-card__mobile-copy p{color:var(--muted);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-card__mobile-copy span{color:var(--muted);font-size:.88rem}.order-card__mobile-panel-actions{align-items:center;display:flex;gap:10px;justify-content:space-between}.order-card__mobile-post-actions{grid-gap:10px;display:grid;gap:10px}.order-card__mobile-post-actions .button,.order-card__mobile-post-actions .link-button{width:100%}.order-card__mobile-status-card{grid-gap:10px;background:#fff;border:1px solid var(--border);border-radius:18px;display:grid;gap:10px;padding:12px}.order-card__mobile-status-head{grid-gap:6px;display:grid;gap:6px}.order-card__mobile-status-card h4{font-size:1.1rem;line-height:1.2;margin:0}.order-card__mobile-status-card p{color:var(--muted);line-height:1.5;margin:0}.order-card__status-bar{grid-gap:10px;display:grid;gap:10px;padding-top:4px}.order-card__status-step{grid-column-gap:12px;grid-row-gap:4px;align-items:start;column-gap:12px;display:grid;grid-template-columns:16px minmax(0,1fr);padding-left:2px;position:relative;row-gap:4px}.order-card__status-dot{background:#22c55e;border:2px solid #22c55e;border-radius:50%;grid-column:1;grid-row:1;height:14px;margin-top:4px;width:14px;z-index:1}.order-card__status-dot--return{background:#fff;border-color:#2563eb47}.order-card__status-step.is-active .order-card__status-dot--return{background:#2563eb;border-color:#2563eb}.order-card__status-dot--warning{background:#f59e0b;border-color:#f59e0b}.order-card__status-dot--muted{background:#fff;border-color:#d1d5db}.order-card__status-rail{background:#94a3b847;bottom:-10px;left:6px;position:absolute;top:16px;width:2px;z-index:0}.order-card__status-step.is-active .order-card__status-rail{background:#22c55e}.order-card__status-step.is-active .order-card__status-dot--return+.order-card__status-rail,.order-card__status-step.is-active .order-card__status-dot--return~.order-card__status-rail{background:#2563eb}.order-card__status-step:last-child .order-card__status-rail{display:none}.order-card__status-copy{grid-gap:2px;display:grid;gap:2px;grid-column:2}.order-card__status-title-row{align-items:baseline;display:flex;flex-wrap:wrap;gap:8px}.order-card__status-title{font-size:1rem;line-height:1.2}.order-card__status-step.is-active .order-card__status-title{color:var(--dark);font-weight:400}.order-card__status-date{color:var(--muted);font-size:.92rem}.order-card__status-copy p{color:var(--dark);font-size:.9rem;line-height:1.35;margin:0}.order-card__mobile-status-meta{align-items:center;color:var(--muted);display:flex;font-size:.86rem;gap:12px;justify-content:space-between}.order-card__mobile-return-button{min-height:42px;width:100%}.order-card__status-toggle{background:#0000;border:0;color:#2563eb;font-weight:800;justify-self:center;padding:0}.order-card__mobile-updates{padding-top:8px}.order-card__detail-grid,.order-card__detail-grid--contact,.order-card__details-header,.order-card__footer-hint,.order-card__items,.order-card__timeline-desktop{display:none}.order-card__return-form,.order-card__timeline-group{padding:14px}.order-card__details-actions,.order-card__details-actions .button,.order-card__details-actions .link-button,.order-card__return-actions,.order-card__return-actions .button,.order-card__return-actions .link-button{width:100%}.order-card__modal-overlay{padding:12px}.order-card__modal{border-radius:22px;max-height:92vh;padding:16px}}.banner-carousel{background:#fff;box-shadow:0 18px 42px #0f172a1f;margin:0 0 12px;overflow:hidden;position:relative;width:100%}.banner-carousel__viewport{overflow:hidden}.banner-carousel__track{display:flex;transition:transform .45s ease;will-change:transform}.banner-carousel__slide{flex:0 0 100%;position:relative}.banner-carousel__link{color:inherit;display:block;text-decoration:none}.banner-carousel__slide:after{background:#00000057;content:"";inset:0;pointer-events:none;position:absolute}.banner-carousel__slide img{display:block;height:55vh;min-height:220px;object-fit:cover;width:100%}@media (min-width:981px) and (max-width:1200px){.banner-carousel__slide img{height:55vh;min-height:220px;object-fit:cover;width:100%}}.banner-carousel__arrow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1118275c;border:1px solid #fff9;border-radius:50%;color:#fff;display:grid;font-size:1.3rem;height:48px;place-items:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s ease,transform .2s ease;width:48px;z-index:2}.banner-carousel__arrow:hover{background:#1118278f;transform:translateY(calc(-50% - 2px))}.banner-carousel__arrow--prev{left:18px}.banner-carousel__arrow--next{right:18px}.banner-carousel__dots{display:flex;gap:10px;inset:auto 0 18px;justify-content:center;position:absolute;z-index:2}.banner-carousel__dots button{background:#ffffff80;border:0;border-radius:999px;height:10px;padding:0;transition:width .2s ease,background .2s ease;width:10px}.banner-carousel__dots button.is-active{background:#fff;width:28px}.hero-banner--homepage{display:none}.hero-panel--homepage{grid-template-columns:1fr}.home-carousel__viewport{-ms-overflow-style:none;overflow-x:auto;overflow-y:visible;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%}.home-carousel__viewport::-webkit-scrollbar{display:none}.home-product-section{margin-left:auto;margin-right:auto;width:min(1200px,calc(100% - 32px))}.home-product-section .section-heading{margin-bottom:12px}.home-brand-section .section-heading h2,.home-category-section .section-heading h2,.home-product-section .section-heading h2,.home-seasonal-section .section-heading h2,.home-why-shop h2{font-size:1.58rem;line-height:1.15;margin-top:10px}.home-product-section .section-heading .eyebrow{color:#ff7d3b;display:inline-block}.home-product-section__actions{align-items:center;display:flex;gap:14px}.home-product-section__see-all{align-items:center;color:#ff0f5b;display:inline-flex;font-size:1.12rem;font-weight:800;gap:12px;line-height:1;white-space:nowrap}.home-product-section__see-all span{font-size:1.5rem;line-height:.8}.home-product-section .product-grid--carousel{grid-gap:8px;display:grid;gap:8px;grid-auto-columns:clamp(110px,calc(12.5vw - 18px),150px);grid-auto-flow:column;grid-template-columns:none;width:-webkit-max-content;width:max-content}.home-product-section .product-grid--carousel .product-card{background:#0000;border-radius:8px;box-shadow:none;min-width:0;overflow:visible;position:relative;scroll-snap-align:start;scroll-snap-stop:always;width:clamp(110px,calc(12.5vw - 18px),150px)}.home-product-section .product-grid--carousel .product-card:hover{box-shadow:none;transform:none}.home-product-section .product-grid--carousel .product-card__media{background:#fff;border:0;border-radius:8px;height:186px;min-height:186px;overflow:visible;padding:0}.home-product-section .product-grid--carousel .product-card__image-stage{background:#fff;border-radius:8px;height:100%}.home-product-section .product-grid--carousel .product-card__image{height:86%;width:86%}.home-product-section .product-grid--carousel .badge,.home-product-section .product-grid--carousel .product-card__copy,.home-product-section .product-grid--carousel .product-card__discount-badge,.home-product-section .product-grid--carousel .product-card__footer .product-card__share,.home-product-section .product-grid--carousel .product-card__hover-zones,.home-product-section .product-grid--carousel .product-card__meta span:first-child{display:none}.home-product-section .product-grid--carousel .product-card__content{gap:5px;padding:6px 0 0}.home-product-section .product-grid--carousel .product-card__meta{color:#334155;font-size:.92rem;gap:0;line-height:1.2;order:5}.home-product-section .product-grid--carousel .product-card__meta span{align-items:center;display:inline-flex}.home-product-section .product-grid--carousel .product-card__title{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#050b18;display:-webkit-box;font-size:.92rem;font-weight:500;line-height:1.16;min-height:2.3em;overflow:hidden}.home-product-section .product-grid--carousel .product-card__pricing{display:flex;min-width:0;order:-1}.home-product-section .product-grid--carousel .product-card__pricing>div{align-items:flex-start;flex-direction:column;gap:4px;min-width:0}.home-product-section .product-grid--carousel .product-card__pricing strong{align-items:center;background:#168636;border-radius:6px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:800;line-height:1;min-height:26px;padding:2px 6px;white-space:nowrap}.home-product-section .product-grid--carousel .product-card__original-price{color:#475569;font-size:.74rem;white-space:nowrap}.home-product-section .product-grid--carousel .product-card__pricing em{background:#0000;border-radius:0;color:#168636;display:inline-block;font-size:.66rem;font-weight:900;letter-spacing:0;padding:0;white-space:nowrap}.home-product-section .product-grid--carousel .product-card__highlights{margin:0}.home-product-section .product-grid--carousel .product-pill{background:#eaf9fb;border-radius:4px;color:#007080;display:inline-flex;font-size:.84rem;font-weight:500;line-height:1;max-width:100%;padding:6px 8px;width:-webkit-fit-content;width:fit-content}.home-product-section .product-grid--carousel .product-card__footer{display:block;position:absolute;right:7px;top:138px;z-index:3}.home-product-section .product-grid--carousel .product-card__footer button{background:#fff;border:1.5px solid #ff0f5b;border-radius:9px;box-shadow:0 2px 7px #0f172a14;color:#ff0f5b;font-size:1rem;font-weight:800;min-height:40px;padding:0 13px;text-transform:uppercase}.home-product-section .product-grid--carousel .product-card__quantity-control{background:#fff;border:1.5px solid #ff0f5b;border-radius:9px;box-shadow:0 2px 7px #0f172a14;color:#ff0f5b;font-size:1rem;grid-template-columns:31px 30px 31px;min-height:40px}.home-product-section .product-grid--carousel .product-card__quantity-control button{background:#0000;border:0;border-radius:0;box-shadow:none;color:inherit;font-size:1rem;min-height:38px;padding:0}.home-brand-grid,.home-icon-grid,.home-seasonal-grid{grid-gap:14px;display:grid;gap:14px}.home-icon-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-brand-card,.home-icon-tile,.home-seasonal-card{background:#0000;border:1px solid #e5e7eb;border-radius:8px;box-shadow:none;color:#111827;transition:transform .2s ease,box-shadow .2s ease}.home-brand-card:hover,.home-icon-tile:hover,.home-seasonal-card:hover{box-shadow:0 18px 38px #0f172a1a;transform:translateY(-3px)}.home-icon-tile{grid-gap:10px;align-content:center;display:grid;gap:10px;justify-items:center;min-height:118px;padding:18px;text-align:center}.home-icon-tile span{background:#111827;border-radius:50%;color:#fff;display:grid;font-size:.8rem;font-weight:800;height:44px;place-items:center;width:44px}.home-icon-tile strong,.home-seasonal-card strong{font-size:1rem;line-height:1.3}.home-brand-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.home-brand-card{grid-gap:10px;display:grid;gap:10px;grid-template-rows:58px auto;min-height:112px;padding:16px 10px 14px;place-items:center;text-align:center}.home-brand-card img{display:block;height:58px;max-width:112px;object-fit:contain;width:100%}.home-brand-card strong{background:#f3f4f6;border-radius:50%;color:#111827;display:grid;font-size:.86rem;font-weight:900;height:46px;place-items:center;width:46px}.home-brand-card span{font-size:.92rem;font-weight:800;letter-spacing:0}.home-seasonal-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-seasonal-card{grid-gap:10px;align-content:start;display:grid;gap:10px;min-height:150px;padding:20px}.home-seasonal-card span{color:#4b5563;line-height:1.5}.home-seasonal-card--banner{background:#0000;height:160px;min-height:0;overflow:hidden;padding:0;position:relative}.home-seasonal-card--banner img{display:block;height:100%;object-fit:cover;width:100%}.home-discovery-section{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw}.home-why-shop-section{margin:0 auto 30px;width:min(1200px,calc(100% - 32px))}.home-why-shop{padding:42px 0 20px;position:relative}.home-why-shop:before{background:linear-gradient(90deg,#9b0f16,#c51620);content:"";height:6px;inset:0 0 auto;position:absolute}.home-why-shop h2{color:#08111f;margin:0 0 34px}.home-why-shop__grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr))}.home-why-shop__card{grid-gap:18px;background:#fff;border:1px solid #e5e7eb;display:grid;gap:18px;min-height:182px;padding:30px 26px;place-items:center;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.home-why-shop__card:hover{box-shadow:0 16px 36px #0f172a1a;transform:translateY(-4px)}.home-why-shop__icon{color:#b21a22;height:56px;width:56px}.home-why-shop__icon svg{height:100%;width:100%}.home-why-shop__card h3{color:#0f172a;font-size:1.05rem;font-weight:500;line-height:1.55;margin:0;max-width:220px}.carousel-controls{align-items:center;display:inline-flex;gap:12px}.carousel-controls__button{background:#fff;border:1px solid var(--border);border-radius:50%;color:var(--dark);font-size:1.25rem;height:48px;transition:transform .2s ease,background .2s ease;width:48px}.carousel-controls__button:hover:not(:disabled){background:var(--accent-soft);transform:translateY(-2px)}.carousel-controls__button:disabled{cursor:not-allowed;opacity:.4}.carousel-controls__status{color:var(--muted);font-weight:700;min-width:42px;text-align:center}@media (max-width:820px){.banner-carousel{border-radius:0;margin:0 0 6px;width:100%}.home-brand-section,.home-category-section,.home-discovery-section,.home-product-section,.home-seasonal-section{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw}.home-why-shop-section{margin:0 auto 24px;width:min(1200px,calc(100% - 22px))}.home-brand-grid,.home-icon-grid,.home-seasonal-grid,.home-why-shop__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.banner-carousel__slide img{height:34vh;max-height:320px;min-height:180px}.banner-carousel__arrow{font-size:1.1rem;height:40px;width:40px}.banner-carousel__arrow--prev{left:10px}.banner-carousel__arrow--next{right:10px}}@media (max-width:560px){.section{padding-top:0}.home-brand-section,.home-category-section,.home-seasonal-section,.home-why-shop-section{box-sizing:border-box;padding-left:11px;padding-right:11px}.home-category-section .section-heading{margin-bottom:10px}.home-category-section .section-heading h2{font-size:16px;line-height:1.15;margin-top:8px}.home-category-section .section-heading .eyebrow{display:inline-block;font-size:10px}.home-product-section{margin-left:auto;margin-right:auto;margin-top:0;width:calc(100% - 22px)}.home-product-section .section-heading{align-items:center;flex-direction:row;margin-bottom:18px}.home-product-section .section-heading h2{font-size:16px;line-height:1.15;margin-top:8px}.home-brand-section .section-heading .eyebrow,.home-product-section .section-heading .eyebrow,.home-seasonal-section .section-heading .eyebrow{font-size:10px}.home-product-section__see-all{background:#0000;border-radius:999px;font-size:.76rem;gap:5px;min-height:28px;padding:0 8px}.home-product-section__see-all span{font-size:.95rem;line-height:1}.home-product-section .carousel-controls{display:none}.home-product-section .home-carousel__viewport{padding-bottom:2px}.home-product-section .product-grid--carousel{gap:12px;grid-auto-columns:140px}.home-product-section .product-grid--carousel .product-card{border:0;box-shadow:none;display:block;min-height:0;width:140px}.home-product-section .product-grid--carousel .product-card__media{height:clamp(150px,37vw,174px);min-height:clamp(150px,37vw,174px);padding:0}.home-product-section .product-grid--carousel .product-card__content{gap:4px;padding:5px 0 0}.home-product-section .product-grid--carousel .product-card__title{-webkit-line-clamp:2;font-size:.84rem;line-height:1.12;min-height:2.24em}.home-product-section .product-grid--carousel .product-card__pricing strong{font-size:.82rem;min-height:24px;padding:2px 5px}.home-product-section .product-grid--carousel .product-card__original-price{font-size:.68rem}.home-product-section .product-grid--carousel .product-card__pricing em{font-size:.62rem}.home-product-section .product-grid--carousel .product-card__meta,.home-product-section .product-grid--carousel .product-pill{display:inline-flex;font-size:.84rem}.home-product-section .product-grid--carousel .product-card__footer{display:block;right:5px;top:calc(clamp(150px, 37vw, 174px) - 45px)}.home-product-section .product-grid--carousel .product-card__footer button{font-size:1rem;min-height:40px;padding:0 15px}.home-product-section .product-grid--carousel .product-card__quantity-control{font-size:1rem;grid-template-columns:30px 30px 30px;min-height:40px}.home-product-section .product-grid--carousel .product-card__quantity-control button{background:#0000;border:0;border-radius:0;box-shadow:none;color:inherit;min-height:38px;padding:0}.banner-carousel{border-radius:0;margin:0 0 4px;width:100%}.banner-carousel__arrow{display:none}.home-discovery-section{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw}.home-why-shop-section{margin:0 auto 20px;width:min(1200px,calc(100% - 22px))}.home-why-shop{padding-top:30px}.home-why-shop h2{font-size:16px;line-height:1.15;margin-bottom:20px;margin-top:8px}.home-why-shop__grid{gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.home-icon-grid{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.home-brand-grid{gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.home-seasonal-grid{gap:10px;grid-template-columns:1fr}.home-icon-tile{min-height:96px;padding:12px 8px}.home-icon-tile span{font-size:.7rem;height:34px;width:34px}.home-brand-card span,.home-icon-tile strong,.home-seasonal-card strong{font-size:.82rem}.home-brand-section .section-heading h2,.home-seasonal-section .section-heading h2{font-size:16px;line-height:1.15;margin-top:8px}.home-brand-card{grid-template-rows:42px auto;min-height:86px;padding:10px 6px}.home-brand-card img{height:42px;max-width:70px}.home-brand-card strong{font-size:.72rem;height:34px;width:34px}.home-seasonal-card{min-height:auto;padding:14px}.home-seasonal-card--banner{height:132px;min-height:0;padding:0}.home-seasonal-card span{font-size:.84rem;line-height:1.35}.home-why-shop__card{min-height:118px;padding:14px 8px}.home-why-shop__card h3{font-size:.72rem;line-height:1.2}.home-why-shop__icon{height:34px;width:34px}.banner-carousel__slide img{height:18vh;max-height:220px;min-height:150px}.banner-carousel__arrow{font-size:1rem;height:34px;width:34px}.banner-carousel__dots{bottom:12px;gap:8px}.banner-carousel__dots button{height:8px;width:8px}.banner-carousel__dots button.is-active{width:20px}.carousel-controls{justify-content:flex-start;width:100%}.section-heading--carousel h2{font-size:16px;line-height:1.2;max-width:100%;width:100%}.carousel-controls__status{font-size:.82rem}.product-grid--carousel .product-card{min-height:128px}.product-grid--carousel .product-card__copy,.product-grid--carousel .product-card__footer,.product-grid--carousel .product-card__meta{display:none}.product-grid--carousel .product-card__media{min-height:116px}.product-grid--carousel .product-card__content{padding:10px 12px 12px}.discovery-hero__content{display:none}.discovery-hero__images{width:100%}.discovery-image-grid{gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.discovery-image-box{aspect-ratio:3/4}}.discovery-section{max-width:100%;overflow:hidden;width:100%}.discovery-hero{align-items:center;background:#222;color:#fff;display:flex;height:400px;justify-content:space-between;overflow:hidden;padding:36px;width:100%}.discovery-hero__content{flex:1 1;max-width:500px}.discovery-hero__subtitle{color:#ff7d3b;font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.discovery-hero__title{font-size:48px;font-weight:700;line-height:1.2;margin:20px 0}.discovery-hero__description{color:#cfcfcf;font-size:16px;line-height:1.6}.discovery-hero__images{display:flex;flex:1 1;justify-content:center;position:relative}.discovery-image-grid{display:flex;gap:18px;justify-content:center;transform:rotate(-45deg)}.discovery-image-column{display:flex;flex-direction:column;gap:18px}.discovery-image-box{border-radius:16px;box-shadow:0 6px 18px #0006;height:230px;overflow:hidden;position:relative;width:230px}.discovery-image-box__image,.discovery-image-box__link{display:block;height:100%;width:100%}.discovery-image-box__image{object-fit:cover}.discovery-image-box:after{background:linear-gradient(#0009,#0009);background-position:50%;background-size:cover;border-radius:16px;content:"";inset:0;pointer-events:none;position:absolute}.discovery-benefits{align-items:flex-start;background-color:#fff;border-bottom:1px solid #eaeaea;border-radius:0 0 20px 20px;border-top:1px solid #eaeaea;display:flex;flex-wrap:wrap;justify-content:space-between;padding:2rem 3rem}.discovery-benefit{align-items:flex-start;display:flex;flex:1 1 22%;gap:1rem;min-width:200px;padding:1rem}.discovery-benefit img{height:24px;margin-top:4px;width:24px}.discovery-benefit h4{color:#111;font-size:16px;font-weight:600;margin:0}.discovery-benefit p{color:#555;font-size:14px;margin:.2rem 0 0}@media (max-width:980px){.discovery-hero{align-items:flex-start;flex-direction:column;gap:1.5rem;height:auto;padding:28px}.discovery-hero__images{justify-content:center;width:100%}.discovery-image-grid{gap:12px;transform:none}.discovery-image-column{gap:12px}.discovery-image-box{height:150px;width:150px}}@media (max-width:720px){.discovery-section{width:100%}.discovery-hero{border-radius:0;display:block;height:200px;padding:0}.discovery-hero__content{display:none}.discovery-hero__images{align-items:center;height:100%;overflow:hidden;width:100%}.discovery-image-grid{gap:10px;transform:rotate(-24deg) translate(-12px,-20px)}.discovery-image-column{gap:10px}.discovery-image-box{border-radius:0;height:96px;width:96px}.discovery-image-box:after{border-radius:0}.discovery-benefits{padding:1rem}.discovery-benefit{flex:1 1 100%;min-width:0;padding:.75rem .5rem}}.category-grid{grid-gap:28px 22px;align-items:stretch;display:grid;gap:28px 22px;grid-template-columns:repeat(auto-fit,minmax(222px,1fr))}.category-card{background:#fff;border:2px solid var(--accent-strong);border-radius:16px;box-shadow:0 16px 34px #3819121f;display:block;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.category-card:hover{box-shadow:0 22px 44px #3819122e;transform:translateY(-4px)}.category-card__media{aspect-ratio:1.65/1;background:linear-gradient(135deg,#f7eee8,#fff);overflow:hidden;position:relative}.category-card__image{height:100%;object-fit:cover;width:100%}.category-card__content{grid-gap:10px;background:linear-gradient(135deg,var(--accent-strong),var(--accent));display:grid;gap:10px;min-height:46px;padding:10px 16px;place-items:center;text-align:center}.category-card__content h3{color:#fff;font-size:15px;font-weight:700;line-height:1.1;margin:0}.category-card__content p{color:#ffffffeb;font-size:10px;line-height:1.25;margin:0}.category-card__content .button{min-width:148px}.categories-page .category-card__content{min-height:46px;padding:10px 16px}.services-page .category-grid{grid-template-columns:repeat(auto-fit,minmax(225px,1fr))}@media (max-width:980px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.category-grid{gap:14px 10px;grid-template-columns:repeat(3,minmax(0,1fr))}.category-card{margin:0;max-width:none}}@media (max-width:560px){.category-grid{gap:6px 5px;grid-template-columns:repeat(4,minmax(0,1fr))}.category-card{border-radius:6px;border-width:1px;box-shadow:0 6px 14px #38191217}.category-card__media{aspect-ratio:1.48/1}.category-card__content{gap:0;min-height:22px;padding:3px 2px}.category-card__content h3{font-size:7px;line-height:1.05;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.categories-page .category-grid{gap:8px 6px;grid-template-columns:repeat(4,minmax(0,1fr))}.services-page .category-grid{gap:8px 7px;grid-template-columns:repeat(3,minmax(0,1fr))}.categories-page .category-card,.services-page .category-card{border-radius:8px;width:100%}.categories-page .category-card__content{flex:1 1 auto;min-height:28px;padding:4px 3px}.services-page .category-card__content{min-height:28px;padding:4px 3px}.categories-page .category-card__content p,.services-page .category-card__content p{font-size:8px;line-height:1.15}.categories-page .category-card,.services-page .category-card{display:flex;flex-direction:column}.services-page .category-card__content{flex:1 1}}.product-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid--carousel{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{border:0;border-radius:18px;box-shadow:none;display:grid;height:auto;overflow:hidden;width:100%}.product-card__media{background:linear-gradient(180deg,#f8f6f1,#fff 72%);display:block;height:250px;overflow:hidden;padding:20px 20px 12px;position:relative}.product-card__image-stage{background:radial-gradient(circle at top,#fff 0,#f3f0e8 100%);border-radius:18px;display:grid;height:100%;overflow:hidden;place-items:center;position:relative;width:100%}.product-card__image{height:78%;inset:50% auto auto 50%;object-fit:contain;position:absolute;transform:translate(-50%,-50%);transition:transform .4s ease,opacity .4s ease;width:78%}.product-card__image--base{opacity:1;transform:translate(-50%,-50%)}.product-card__image--left{opacity:0;transform:translate(-150%,-50%)}.product-card__image--right{opacity:0;transform:translate(50%,-50%)}.product-card__image--left.is-active,.product-card__image--right.is-active{opacity:1;transform:translate(-50%,-50%)}.product-card__image--base.is-leaving-right{opacity:0;transform:translate(50%,-50%)}.product-card__image--base.is-leaving-left{opacity:0;transform:translate(-150%,-50%)}.product-card__hover-zones{display:grid;grid-template-columns:repeat(3,1fr);inset:0;position:absolute;z-index:1}.product-card__hover-zones span{display:block}.badge{background:#fffffff5;border-radius:999px;font-weight:700;padding:6px 10px;right:18px;top:16px}.badge,.product-card__discount-badge{font-size:.72rem;position:absolute;z-index:2}.product-card__discount-badge{background:#d62828;border-radius:50%;color:#fff;display:grid;font-weight:800;height:58px;left:18px;line-height:1.1;place-items:center;text-align:center;top:18px;width:58px}.product-card__wishlist-toggle{background:#fffffff0;border:0;border-radius:999px;bottom:14px;color:#000;font-size:.7rem;font-weight:700;padding:6px 10px;position:absolute;right:16px;z-index:2}.product-card__wishlist-toggle.is-active{background:var(--dark);color:#fff}.product-card__content{grid-gap:6px;display:grid;gap:6px;padding:22px}.product-card__meta{color:var(--muted);display:flex;flex-wrap:wrap;font-size:12px;gap:8px}.product-card__title{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;font-size:1.12rem;font-weight:500;line-height:1.2;min-height:2.4em;overflow:hidden}.product-card__copy{color:var(--muted);line-height:1.4;margin:-4px 0 0}.product-card__pricing{align-items:center;display:flex;gap:14px;justify-content:space-between;min-width:0}.product-card__pricing>div{align-items:flex-start;display:flex;flex-direction:column;gap:4px;min-width:0}.product-card__price-row{gap:6px;max-width:100%}.product-card__price-row,.product-card__pricing strong{align-items:center;display:inline-flex;white-space:nowrap}.product-card__pricing strong{background:#168636;border-radius:6px;color:#fff;font-size:1rem;font-weight:800;line-height:1;min-height:28px;padding:2px 7px}.product-card__original-price{color:#a19a92;font-size:.82rem;text-decoration:line-through;white-space:nowrap}.product-card__pricing em{background:#0000;border-radius:0;color:#1d6b2c;display:inline-block;font-size:.7rem;font-style:normal;font-weight:800;letter-spacing:0;padding:0;white-space:nowrap}.product-card__delivery{align-items:center;color:#6e6a65;display:flex;font-size:.84rem;font-weight:600;gap:8px}.product-card__highlights{grid-gap:4px;display:grid;gap:4px;margin-bottom:-2px}.product-pill{background:#0000;color:var(--text);font-size:.74rem;font-weight:600;padding:0}.product-pill--in-stock{color:#1d6b2c}.product-pill--low-stock{color:#8a5b00}.product-pill--out-of-stock{color:#a12626}.product-card__footer{align-items:stretch;display:flex;gap:14px}.product-card__footer button{background:var(--dark);border:1px solid var(--border);border-radius:999px;color:#fff;flex:1 1;font-weight:700;min-height:46px;padding:0 18px}.product-card__footer button:disabled{background:#d8d3cb;border-color:#d8d3cb;color:#70695f;cursor:not-allowed}.product-card__quantity-control{align-items:center;background:var(--dark);border:1px solid var(--border);border-radius:999px;color:#fff;display:grid;flex:1 1;font-weight:800;grid-template-columns:38px minmax(28px,1fr) 38px;min-height:46px;overflow:hidden}.product-card__quantity-control button{background:#0000;border:0;border-radius:0;box-shadow:none;color:inherit;font-size:1.05rem;min-height:44px;padding:0}.product-card__quantity-control button:disabled{background:#0000;border-color:#0000;color:inherit;opacity:.45}.product-card__quantity-control span{line-height:1;text-align:center}.product-card__share{background:#fff!important;color:var(--text)!important}@media (max-width:980px){.product-grid,.product-grid--carousel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.product-grid,.product-grid--carousel{grid-auto-rows:auto;grid-template-columns:1fr}.product-card{align-items:stretch;background:#fff;border:0;border-radius:14px;box-shadow:none;gap:0;grid-template-columns:minmax(0,44%) minmax(0,56%);height:auto;min-height:0;width:100%}.product-card__media{background:#fff;display:grid;height:auto;min-height:0;padding:12px 8px 12px 12px;place-items:center}.product-card__image-stage{aspect-ratio:1;background:#fff;border-radius:14px;height:auto;max-width:168px;width:100%}.product-card__image{height:104%;width:104%}.badge,.product-card__copy,.product-card__footer,.product-card__hover-zones,.product-card__meta span:first-child{display:none}.product-card__discount-badge{box-shadow:0 8px 18px #d628283d;font-size:.66rem;height:46px;left:8px;top:10px;width:46px}.product-card__content{align-content:center;gap:7px;min-height:0;padding:12px 12px 12px 6px}.product-card__meta{font-size:11px;justify-content:flex-start}.product-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.02rem;line-height:1.15;overflow:hidden}.product-card__pricing{display:flex}.product-card__pricing>div{align-items:flex-start;flex-direction:column;gap:4px}.product-card__pricing strong{font-size:.94rem;line-height:1;min-height:26px;padding:2px 6px}.product-card__original-price{display:inline-block;font-size:.74rem;margin-top:0}.product-card__pricing em{background:#0000;border-radius:0;color:#1d6b2c;display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:0;padding:0}.product-card__delivery{font-size:.78rem}.product-card__highlights{margin:0}.product-pill{font-size:.76rem}}@media (max-width:560px){.product-grid,.product-grid--carousel{gap:12px}.product-card{border-radius:14px;grid-template-columns:minmax(0,44%) minmax(0,56%)}.product-card__media{padding:10px 6px 10px 10px}.product-card__image-stage{max-width:146px}.product-card__discount-badge{font-size:.62rem;height:42px;width:42px}.product-card__content{padding:10px 10px 10px 4px}.product-card__title{font-size:.96rem;line-height:1.1}.product-card__pricing strong{font-size:.86rem;min-height:24px;padding:2px 5px}.product-card__delivery,.product-card__original-price,.product-card__pricing em,.product-pill{font-size:.68rem}}.auth-page{display:grid;min-height:calc(100vh - 160px);overflow:hidden;padding-block:clamp(2rem,5vw,4.5rem);place-items:center;position:relative}.auth-page:before{background:radial-gradient(circle at 20% 20%,#ff7a0047,#0000 28%),radial-gradient(circle at 82% 28%,#1877f233,#0000 24%),linear-gradient(115deg,#111827f0,#1118279e 48%,#ffffffc7);border-radius:8px;box-shadow:inset 0 0 0 1px #ffffff1f;content:"";inset:clamp(.75rem,2vw,1.25rem);position:absolute}.auth-page__product-backdrop{inset:0;pointer-events:none;position:absolute}.auth-page__product{aspect-ratio:1;background:#ffffffd6;border:1px solid #ffffff42;border-radius:8px;box-shadow:0 22px 45px #11182747;object-fit:contain;padding:clamp(.6rem,1.8vw,1rem);position:absolute;width:clamp(96px,16vw,190px)}.auth-page__product--laptop{left:8%;top:12%;transform:rotate(-6deg)}.auth-page__product--headset{right:9%;top:14%;transform:rotate(5deg)}.auth-page__product--keyboard{bottom:15%;left:13%;transform:rotate(4deg);width:clamp(120px,19vw,230px)}.auth-page__product--monitor{bottom:13%;right:13%;transform:rotate(-5deg)}.auth-page__product--speaker{bottom:6%;left:50%;transform:translateX(-50%) rotate(3deg);width:clamp(88px,12vw,150px)}.auth-card{grid-gap:1.25rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#fffffff5,#f5f7fbe6),#ffffffe0;border:1px solid #ffffffb8;border-radius:8px;box-shadow:0 28px 70px #1118274d;display:grid;gap:1.25rem;height:auto;padding:clamp(1.5rem,4vw,2.25rem);position:relative;width:min(100%,480px);z-index:1}.auth-card__logo{height:auto;justify-self:center;object-fit:contain;width:clamp(118px,18vw,170px)}.auth-card__brand{grid-gap:.65rem;display:grid;gap:.65rem;text-align:center}.auth-card h1{color:#111827;font-size:clamp(2rem,5vw,3rem);letter-spacing:0;line-height:1;margin:0}.auth-card p{color:#4b5563;line-height:1.6;margin:0}.auth-card__otp-form{grid-gap:.85rem;display:grid;gap:.85rem}.auth-card__google-button{display:grid;max-width:100%;min-height:46px;overflow:hidden;place-items:center;position:relative}.auth-card__google-fallback{background:#fff;border:1px solid #11182729;border-radius:999px;box-shadow:0 10px 24px #11182714;color:#1f2937;font-weight:700;min-height:44px;width:min(100%,320px)}.auth-card__google-fallback:disabled{cursor:not-allowed;opacity:.72}.auth-card__google-fallback:before{border-radius:50%;color:#4285f4;content:"G";display:inline-grid;font-weight:800;height:22px;margin-right:10px;place-items:center;width:22px}#google-signin-button{min-height:44px}.auth-card__signin-overlay{align-items:center;background:#fffffff5;border:1px solid #1118271f;border-radius:999px;box-shadow:0 12px 32px #1118271f;color:#111827;display:inline-flex;font-weight:700;gap:.65rem;inset:0;justify-content:center;min-height:46px;position:absolute}.auth-card__spinner{animation:auth-spin .8s linear infinite;border:2px solid #1118272e;border-radius:50%;border-top-color:#ff7a00;height:18px;width:18px}.auth-card__divider{grid-gap:.75rem;align-items:center;color:#6b7280;display:grid;font-weight:700;gap:.75rem;grid-template-columns:1fr auto 1fr}.auth-card__divider:after,.auth-card__divider:before{background:#11182724;content:"";height:1px}.auth-card__otp-form label{grid-gap:.45rem;color:#111827;display:grid;font-weight:700;gap:.45rem}.auth-card__otp-form input{background:#fff;border:1px solid #11182729;border-radius:8px;color:#111827;min-height:46px;padding:0 14px;width:100%}.auth-card__otp-actions,.auth-card__otp-target{align-items:center;display:flex;gap:.75rem}.auth-card__otp-target{color:#4b5563;font-weight:700;justify-content:space-between}.auth-card__otp-actions{flex-wrap:wrap}.auth-card__note{color:#6b7280;font-size:.9rem;padding-top:.25rem;text-align:center}@keyframes auth-spin{to{transform:rotate(1turn)}}@media (max-width:520px){.auth-page{min-height:calc(100vh - 96px);padding:.75rem;place-items:center}.auth-page:before{inset:0}.auth-page__product{opacity:.78}.auth-page__product--laptop{left:-8%;top:4%}.auth-page__product--headset{right:-10%;top:8%}.auth-page__product--keyboard{bottom:5%;left:-12%}.auth-page__product--monitor,.auth-page__product--speaker{display:none}.auth-card{align-content:start;gap:.45rem;height:auto;margin-top:0;max-height:none;padding:.75rem;width:min(100%,286px)}.auth-card__logo{width:92px}.auth-card__brand{gap:.38rem}.auth-card .eyebrow{font-size:.68rem}.auth-card h1{font-size:1.22rem;line-height:1.05}.auth-card p{font-size:.74rem;line-height:1.28}.auth-card__note{font-size:.68rem;line-height:1.25}.auth-card__otp-form{gap:.42rem}.auth-card__google-button,.auth-card__google-fallback,.auth-card__signin-overlay{font-size:.72rem;min-height:38px}.auth-card__google-button{justify-items:center;width:100%}.auth-card__google-fallback{width:min(100%,240px)}#google-signin-button{max-width:240px;min-height:38px;transform:scale(.88);transform-origin:center;width:100%}.auth-card__signin-overlay{margin-inline:auto;width:min(100%,240px)}.auth-card__spinner{height:15px;width:15px}.auth-card__otp-form .button,.auth-card__otp-form .link-button,.auth-card__otp-form input{font-size:.72rem;min-height:38px}.auth-card__otp-actions,.auth-card__otp-target{align-items:stretch;flex-direction:column;gap:.38rem}}.details-page{padding-top:12px}.details-layout{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:minmax(320px,540px) minmax(0,1fr);min-height:calc(100vh - 124px)}.details-gallery-wrap{align-self:start;position:relative;top:0}.details-gallery-wrap .details-badge{align-items:center;background:#d60000;border-radius:50%;box-shadow:0 12px 24px #d628283d;color:#fff;display:inline-flex;font-size:.82rem;font-weight:700;height:62px;justify-content:center;left:14px;line-height:1.1;padding:0;position:absolute;text-align:center;top:14px;width:62px;z-index:2}.details-gallery-actions{display:flex;gap:10px;position:absolute;right:16px;top:16px;z-index:2}.details-gallery-action{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141414d6;border:0;border-radius:999px;color:#fff;display:inline-grid;font-weight:700;height:40px;min-height:36px;padding:0;place-items:center;width:40px}.details-gallery-action svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:18px;width:18px}.details-gallery-action--wishlist{background:#fff;border:1px solid #e11d48;color:#e11d48}.details-gallery-action--wishlist.is-active{background:#e11d48;color:#fff}.details-panel{padding:24px}.details-panel__scroll{grid-gap:14px;display:grid;gap:14px}.details-brand{color:#c0392b;font-size:1rem;margin-bottom:8px}.details-panel h1{font-size:clamp(1.8rem,2.6vw,2.2rem);font-weight:500;line-height:1.15;margin:0 0 12px}.details-panel p{color:var(--muted);line-height:1.7}.details-price-stack{grid-gap:4px;border-bottom:1px solid var(--border);display:grid;gap:4px;padding-bottom:14px}.details-meta-tags{display:flex;flex-wrap:wrap;gap:8px}.details-meta-tags span{align-items:center;background:#f3f4f6;border-radius:999px;color:#374151;display:inline-flex;font-size:.8rem;font-weight:600;min-height:30px;padding:0 10px}.details-price{align-items:baseline;display:flex;gap:12px;margin:0}.details-price strong{color:#c0392b;display:block;font-size:2rem;font-weight:800}.details-price span{color:#b0b0b0;font-size:1rem;text-decoration:line-through}.details-offer-line{color:#c0392b;font-size:.96rem;font-style:italic}.details-hero-tag{background:#efefef;color:#111;font-size:1rem;margin:14px 0 18px;padding:9px 12px}.details-rating{color:var(--muted);display:flex;flex-wrap:wrap;gap:12px}.details-purchase{align-items:center;display:flex;flex-wrap:wrap;gap:14px}.details-action-button{align-items:center;border:1px solid #0000;border-radius:5px;display:inline-flex;font-weight:700;gap:10px;justify-content:center;min-height:42px;padding:0 18px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.details-action-button span[aria-hidden=true]{font-size:1rem;line-height:1}.details-action-button:hover{transform:translateY(-1px)}.details-action-button--primary{background:var(--dark);box-shadow:0 12px 24px #1414141f;color:#fff}.details-action-button--secondary{background:#fff;border:1px solid var(--border);color:var(--text)}.details-trust-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px}.details-trust-item{align-items:flex-start;background:#fff;display:flex;gap:12px;padding:14px}.details-trust-item__icon{border:1px solid #d9d9d9;border-radius:50%;color:#d12c2c;display:inline-grid;flex-shrink:0;font-weight:800;height:40px;place-items:center;width:40px}.details-trust-item strong{color:#111;display:block;font-size:.98rem}.details-trust-item span:last-child{color:var(--muted);display:block;font-size:.9rem}.details-meta-note{background:#f6f6f6;color:#444;margin-top:18px;padding:12px 14px}.details-copy-stack{grid-gap:16px;display:grid;gap:16px;padding-top:6px}.details-copy-block{grid-gap:10px;display:grid;gap:10px}.details-copy-block h2{font-size:1.06rem;line-height:1.2;margin:0}.details-copy-block p{color:var(--muted);line-height:1.7;margin:0}.details-tag-list{display:flex;flex-wrap:wrap;gap:8px}.details-tag-list span{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#374151;display:inline-flex;font-size:.78rem;font-weight:600;min-height:30px;padding:0 10px}.details-support{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.details-support div{background:var(--surface-alt);border-radius:16px;padding:16px}.details-support span{color:var(--muted)}.details-support strong{display:block;margin-top:8px}@media (max-width:980px){.details-layout{grid-template-columns:minmax(280px,460px) minmax(0,1fr)}}@media (min-width:821px){.details-layout{align-items:start}.details-gallery-wrap{position:-webkit-sticky;position:sticky;top:94px}.details-panel{max-height:calc(100vh - 112px);overflow:hidden}.details-panel__scroll{-ms-overflow-style:none;max-height:calc(100vh - 160px);overflow-y:auto;overscroll-behavior:contain;padding-right:6px;scrollbar-gutter:stable;scrollbar-width:none}.details-panel__scroll::-webkit-scrollbar{display:none}}@media (max-width:820px){.details-layout,.details-support{grid-template-columns:1fr}.details-layout{min-height:auto}.details-gallery-wrap{position:relative}.details-panel{max-height:none}.details-panel__scroll{max-height:none;overflow:visible}.details-purchase{justify-content:flex-start}.details-action-button{flex:1 1 180px}}@media (max-width:560px){.details-panel{padding:18px}.details-panel h1{font-size:1.35rem;margin:0 0 8px}.details-rating{font-size:.95rem;gap:8px}.details-panel p{line-height:1.45;margin:8px 0 0}.details-copy-stack{gap:14px}.details-copy-block h2{font-size:.95rem}.details-copy-block p,.details-meta-tags span,.details-tag-list span{font-size:.72rem}.details-price strong{font-size:1.45rem}.details-price span{font-size:.9rem}.details-purchase{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:104px minmax(0,1fr)}.details-action-button{font-size:.82rem;gap:8px;min-height:34px;padding:0 12px;width:100%}.details-action-button span[aria-hidden=true]{font-size:.9rem}.details-purchase .quantity-selector{justify-content:space-between;width:100%}.details-trust-grid{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:14px}.details-trust-item{align-items:center;flex-direction:column;gap:6px;padding:10px 6px;text-align:center}.details-trust-item__icon{font-size:.82rem;height:32px;width:32px}.details-trust-item strong{font-size:.72rem;line-height:1.2}.details-trust-item span:last-child{font-size:.68rem;line-height:1.2}.details-support{margin-top:12px}.details-description{margin-top:16px;padding-top:16px}.details-gallery-actions{flex-direction:column;right:12px;top:12px}}.product-gallery{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:24px}.product-gallery__hero{background:#fff;border-radius:var(--radius-md);min-height:480px;overflow:hidden;position:relative}.product-gallery__track{display:flex;height:100%;transition:transform .35s ease}.product-gallery__slide{display:grid;flex:0 0 100%;min-height:480px;padding:24px;place-items:center}.product-gallery__slide img{max-height:420px;object-fit:contain;width:100%}.product-gallery__thumbs{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-top:16px}.product-gallery__thumbs button{background:#fff;border:1px solid var(--border);border-radius:16px;padding:12px}.product-gallery__thumbs button.is-active{border-color:var(--accent)}.product-gallery__thumbs img{height:84px;object-fit:contain;width:100%}.product-gallery__dots{display:none}@media (max-width:820px){.product-gallery{padding:16px}.product-gallery__hero,.product-gallery__slide{min-height:min(40vh,360px)}.product-gallery__slide{padding:18px}.product-gallery__slide img{max-height:calc(min(40vh, 360px) - 36px)}.product-gallery__thumbs{display:none}.product-gallery__dots{display:flex;gap:8px;justify-content:center;margin-top:14px}.product-gallery__dots button{background:#d9d4ce;border:0;border-radius:999px;height:8px;padding:0;width:8px}.product-gallery__dots button.is-active{background:var(--accent);width:22px}}.hero-banner{background:url(/static/media/shop-banner.753d59e704c71d9eeb13.webp) 50%/cover no-repeat;border-radius:0 0 28px 28px;margin:0 16px;min-height:calc(100vh - 132px);overflow:hidden}.hero-banner__overlay{background:linear-gradient(90deg,#0e0e0ed1,#0e0e0e73);min-height:inherit}.hero-banner__content{grid-gap:40px;align-items:end;display:grid;gap:40px;grid-template-columns:1.4fr .8fr;min-height:inherit;padding-bottom:72px}.hero-copy{color:#fff}.hero-copy h1{font-size:clamp(3rem,6vw,5.2rem);line-height:.95;margin:14px 0 18px;max-width:10ch}.hero-copy p{color:#ffffffd1;font-size:12px;line-height:1.7;max-width:560px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-panel{grid-gap:18px;display:grid;gap:18px}.hero-panel__card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border-color:#ffffff14;color:#fff;padding:24px}.hero-panel__card p,.hero-panel__card span{color:#ffffffb8}.hero-panel__card strong{display:block;font-size:1.4rem;margin:10px 0}.hero-panel__card--compact strong{font-size:1.15rem}@media (max-width:980px){.hero-banner__content{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.hero-banner{min-height:auto}.hero-banner__content{grid-template-columns:1fr;padding:72px 0 48px}}@media (max-width:560px){.hero-copy h1{font-size:2.3rem}}.products-filter-toggle-row{align-items:center;display:none;gap:12px;justify-content:flex-end;margin-bottom:14px}.products-mobile-category-summary{display:none}.products-filter-toggle{align-items:center;background:#fff;border:1px solid var(--border);border-radius:999px;box-shadow:0 8px 18px #1414140f;color:var(--text);display:inline-flex;font-family:inherit;font-size:.98rem;font-weight:700;gap:8px;justify-content:center;line-height:1.2;min-height:42px;padding:0 14px}.products-filter-toggle--icon{border-radius:10px;min-width:48px;padding:0;width:48px}.products-filter-toggle svg{height:18px;width:18px}.products-filter-panel{align-items:center;background:#0f172a42;display:flex;inset:0;justify-content:center;opacity:0;padding:28px;pointer-events:none;position:fixed;transition:opacity .24s ease;z-index:90}.products-filter-panel.is-open{opacity:1;pointer-events:auto}.listing-layout{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:400px minmax(0,1fr);min-height:calc(100vh - 112px)}.listing-layout__sidebar{display:block}.listing-layout__sidebar .filters-sidebar{-ms-overflow-style:none;border:1px solid #ececec;border-radius:2px;box-shadow:0 18px 42px #0f172a0f;height:calc(100vh - 112px);max-height:calc(100vh - 112px);overflow-y:auto;position:-webkit-sticky;position:sticky;scrollbar-width:none;top:94px}.listing-layout__sidebar .filters-sidebar::-webkit-scrollbar{height:0;width:0}.listing-layout__sidebar .filters-sidebar__close{display:none}.listing-layout__products{max-height:calc(100vh - 112px);min-width:0;overflow-y:auto;overscroll-behavior:contain;padding-right:6px}.products-filter-panel .filters-sidebar{-ms-overflow-style:none;border-radius:8px;height:min(720px,calc(100vh - 56px));margin-top:0;max-height:min(720px,calc(100vh - 56px));scrollbar-width:none;transform:translateY(16px) scale(.98);transition:transform .24s ease;width:min(920px,100%)}.products-filter-panel .filters-sidebar::-webkit-scrollbar{height:0;width:0}.products-filter-panel.is-open .filters-sidebar{transform:translateY(0) scale(1)}.listing-layout .product-grid{gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.listing-layout .product-card{background:#fff;border:0;border-radius:22px;box-shadow:none}.listing-layout .product-card__media{height:250px;padding:18px 18px 12px}.listing-layout .product-card__content{gap:6px;padding:16px}.listing-layout .product-card__title{font-size:1rem;font-weight:500;line-height:1.18}.listing-layout .product-card__copy,.listing-layout .product-card__meta,.listing-layout .product-pill{font-size:.8rem}.listing-layout .product-card__pricing strong{font-size:1.22rem}.listing-layout .product-card__discount-badge{font-size:.68rem;height:54px;width:54px}.listing-layout .product-card__image{height:80%;width:80%}.listing-layout .badge,.listing-layout .product-card__wishlist-toggle{font-size:.68rem}.listing-layout .badge{right:14px;top:14px}.listing-layout .product-card__wishlist-toggle{bottom:12px;right:14px}.listing-layout .product-card__footer button{font-size:.8rem;min-height:42px;padding:0 16px}.page-section--collection{min-height:calc(100vh - 124px);padding-bottom:40px;padding-top:12px;width:min(1200px,calc(100% - 32px))}.products-collection-page{display:flex;flex-direction:column;margin:0 auto;min-height:inherit;width:100%}.products-collection-page__header{margin-bottom:18px}.products-collection-page__header h1{color:#030712;font-size:1.86rem;line-height:1.15;margin:0}.products-collection-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin:0 0 30px}.products-filter-chip{align-items:center;background:#fff;border:1px solid #dbe3ef;border-radius:8px;box-shadow:0 1px 2px #0f172a0a;color:#475569;display:inline-flex;font-family:inherit;font-size:.98rem;font-weight:700;gap:8px;justify-content:center;line-height:1.2;max-width:280px;min-height:48px;padding:0 12px;white-space:nowrap}.products-filter-chip.is-active,.products-filter-chip:hover{border-color:#9fb0c7;color:#0f172a;transform:translateY(-1px)}.products-filter-chip--category{justify-content:flex-start}.products-filter-chip--category img{border-radius:5px;flex:0 0 auto;height:28px;object-fit:cover;width:28px}.products-filter-chip--category span{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;overflow:hidden;text-overflow:ellipsis}.products-collection-grid{grid-gap:18px 14px;align-content:start;display:grid;flex:1 1;gap:18px 14px;grid-template-columns:repeat(6,minmax(0,1fr));overflow:visible;padding-bottom:0}.products-collection-grid .product-card{background:#fff;border:0;border-radius:8px;box-shadow:none;display:grid;grid-template-rows:auto 1fr;justify-self:center;min-width:0;overflow:visible;position:relative;width:calc(100% - 18px)}.products-collection-grid .product-card:hover{box-shadow:none;transform:none}.products-collection-grid .product-card__media{background:#fff;border:0;border-radius:8px 8px 0 0;height:164px;min-height:164px;overflow:visible;padding:8px}.products-collection-grid .product-card__image-stage{background:#fff;border-radius:8px;height:100%}.products-collection-grid .product-card__image{height:76%;width:76%}.products-collection-grid .badge,.products-collection-grid .product-card__copy,.products-collection-grid .product-card__discount-badge,.products-collection-grid .product-card__footer .product-card__share,.products-collection-grid .product-card__hover-zones,.products-collection-grid .product-card__meta span:first-child{display:none}.products-collection-grid .product-card__content{gap:4px;padding:7px 8px 9px}.products-collection-grid .product-card__meta{color:#334155;font-size:.9rem;gap:0;line-height:1.2;order:5}.products-collection-grid .product-card__title{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#030712;display:-webkit-box;font-size:.86rem;font-weight:500;line-height:1.12;min-height:2.24em;overflow:hidden}.products-collection-grid .product-card__pricing{display:flex;min-width:0;order:-1}.products-collection-grid .product-card__pricing>div{align-items:flex-start;border-bottom:1px dashed #cfd8e3;flex-direction:column;gap:4px;min-width:0;padding-bottom:6px}.products-collection-grid .product-card__pricing strong{align-items:center;background:#168636;border-radius:6px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:800;line-height:1;min-height:26px;padding:2px 6px;white-space:nowrap}.products-collection-grid .product-card__original-price{color:#475569;font-size:.74rem;white-space:nowrap}.products-collection-grid .product-card__pricing em{background:#0000;border-radius:0;color:#168636;display:inline-block;font-size:.66rem;font-weight:900;letter-spacing:0;padding:0;white-space:nowrap}.products-collection-grid .product-card__highlights{margin:0}.products-collection-grid .product-pill{background:#eaf9fb;border-radius:4px;color:#007080;display:inline-flex;font-size:.84rem;font-weight:500;line-height:1;max-width:100%;padding:6px 8px;width:-webkit-fit-content;width:fit-content}.products-collection-grid .product-card__footer{display:block;position:absolute;right:8px;top:126px;z-index:3}.products-collection-grid .product-card__footer button{background:#fff;border:1.5px solid #ff0f5b;border-radius:9px;box-shadow:0 2px 7px #0f172a14;color:#ff0f5b;font-size:.9rem;font-weight:800;min-height:36px;padding:0 18px}.products-collection-grid .product-card__quantity-control{background:#fff;border:1.5px solid #ff0f5b;border-radius:9px;box-shadow:0 2px 7px #0f172a14;color:#ff0f5b;font-size:1rem;grid-template-columns:35px 34px 35px;min-height:42px}.products-collection-grid .product-card__quantity-control button{background:#0000;border:0;border-radius:0;box-shadow:none;color:inherit;font-size:1rem;min-height:40px;padding:0}.promo-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:1.1fr .9fr;padding:20px 0 8px}.promo-card{padding:30px}.promo-card--dark{background:var(--dark);color:#fff}.promo-card--dark p{color:#ffffffb8}.promo-card h3{font-size:2rem;margin:14px 0}.promo-card a{font-weight:700}.promo-card--light{background:linear-gradient(135deg,var(--accent-soft),#fff7f2)}@media (max-width:980px){.promo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-collection-grid{gap:18px 14px;grid-template-columns:repeat(4,minmax(0,1fr))}.products-collection-grid .product-card__media{height:154px;min-height:154px}.products-collection-grid .product-card__footer{top:118px}.listing-layout{grid-template-columns:360px minmax(0,1fr)}.listing-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:821px) and (max-width:1440px){.page-section--collection{padding-top:0}}@media (max-width:820px){.page-section--collection{min-height:calc(100vh - 144px);padding-bottom:32px;padding-top:5px;width:min(1200px,calc(100% - 18px))}.products-collection-page{margin-top:0}.products-collection-page__header h1{font-size:1.12rem}.products-collection-grid{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.products-collection-grid .product-card{border:0;box-shadow:none;display:block}.products-collection-grid .product-card__media{height:clamp(136px,36vw,164px);min-height:clamp(136px,36vw,164px);padding:7px}.products-collection-grid .product-card__content{gap:4px;padding:5px 0 0}.products-collection-grid .product-card__title{-webkit-line-clamp:2;font-size:.84rem;line-height:1.12;min-height:2.24em}.products-collection-grid .product-card__pricing strong{font-size:.82rem;min-height:24px;padding:2px 5px}.products-collection-grid .product-card__original-price{font-size:.68rem}.products-collection-grid .product-card__pricing em{font-size:.62rem}.products-collection-grid .product-card__meta,.products-collection-grid .product-pill{display:inline-flex;font-size:.84rem}.products-collection-grid .product-card__footer{right:7px;top:calc(clamp(136px, 36vw, 164px) - 38px)}.products-collection-grid .product-card__footer button{font-size:.86rem;min-height:34px;padding:0 14px}.products-collection-grid .product-card__quantity-control{font-size:1rem;grid-template-columns:31px 30px 31px;min-height:40px}.products-collection-grid .product-card__quantity-control button{background:#0000;border:0;border-radius:0;box-shadow:none;color:inherit;min-height:38px;padding:0}.products-filter-toggle-row{display:flex;justify-content:space-between}.products-filter-toggle{border-color:#dbe3ef;border-radius:9px;box-shadow:0 1px 2px #0f172a0a;font-size:.84rem;gap:6px;min-height:38px;padding:0 12px}.products-filter-toggle svg{height:17px;width:17px}.products-collection-page__header{margin-bottom:8px}.products-collection-page__header h1{font-size:1rem;line-height:1.2}.products-collection-toolbar{flex-wrap:nowrap;gap:8px;margin:0 0 18px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.products-collection-toolbar::-webkit-scrollbar{height:0;width:0}.products-filter-chip,.products-filter-toggle--icon{background:#fff;border-color:#dbe3ef;border-radius:9px;box-shadow:0 1px 2px #0f172a0a;flex:0 0 auto;min-height:36px}.products-filter-toggle--icon{min-width:46px;width:46px}.products-filter-chip{color:#475569;font-family:inherit;font-size:.98rem;gap:5px;line-height:1.2;max-width:152px;padding:0 11px}.products-filter-chip--category img{border-radius:5px;height:26px;width:26px}.products-mobile-category-summary{grid-gap:2px;color:var(--text);display:grid;font-size:15px;gap:2px;line-height:1.25;min-width:0}.products-mobile-category-summary span,.products-mobile-category-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-mobile-category-summary span{color:var(--muted);font-weight:600}.listing-layout{grid-template-columns:1fr}.listing-layout__sidebar{display:none}.listing-layout .product-grid,.promo-grid{grid-template-columns:1fr}.listing-layout .product-card{height:auto}.listing-layout .product-card__media{height:auto;padding:12px 8px 12px 12px}.listing-layout .product-card__content{gap:7px;padding:12px 12px 12px 6px}.listing-layout .product-card__title{font-size:1.02rem}.listing-layout .product-card__pricing strong{font-size:1.48rem}.listing-layout__products{max-height:none;overflow:visible;padding-right:0}.products-filter-toggle-row{margin-bottom:12px}.products-filter-panel{padding:0}}@media (max-width:380px){.page-section--collection{width:min(1200px,calc(100% - 10px))}.products-collection-grid{gap:6px}.products-collection-grid .product-card__title{font-size:.92rem}.products-collection-grid .product-card__footer button{padding:0 13px}.products-collection-grid .product-card__quantity-control button{padding:0}}.filters-sidebar{grid-gap:0;align-self:start;background:#fff;border-radius:20px;box-shadow:0 20px 44px #0f172a1f;display:grid;font-family:inherit;gap:0;grid-template-rows:auto minmax(0,1fr) auto;min-height:0;overflow:hidden;padding:0}.filters-sidebar__top{align-items:center;border-bottom:1px solid var(--border);display:flex;gap:14px;justify-content:space-between;padding:20px 22px 18px}.filters-sidebar__top h3{font-size:1.1rem;letter-spacing:.02em;line-height:1.2;margin:0}.filters-sidebar__close{background:#0000;border:0;color:var(--text);font-size:1.5rem;height:34px;line-height:1;width:34px}.filters-sidebar__body{display:grid;grid-template-columns:190px minmax(0,1fr);height:100%;min-height:0;overflow:hidden}.filters-sidebar__nav{grid-gap:0;align-content:start;background:#f2f2f2;border-right:1px solid #ececec;display:grid;gap:0;min-height:0;padding:0}.filters-sidebar__nav button{background:#0000;border:0;color:#374151;font-family:inherit;font-size:.95rem;font-weight:700;line-height:1.25;min-height:60px;padding:14px 20px;position:relative;text-align:left}.filters-sidebar__nav button.is-active{background:#fff;color:#1f2937}.filters-sidebar__nav button.is-active:before{background:#b91c1c;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.filters-sidebar__content{grid-gap:20px;-ms-overflow-style:none;align-content:start;background:#fff;display:grid;gap:20px;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:20px 22px 22px;scrollbar-width:none}.filters-sidebar__content::-webkit-scrollbar{height:0;width:0}.filters-sidebar__panel{grid-gap:12px;display:grid;gap:12px;min-height:0}.filters-sidebar__panel h4{color:#1f2937;font-family:inherit;font-size:1rem;line-height:1.25;margin:0}.filters-group{grid-gap:12px;display:grid;gap:12px}.filters-group label,.filters-group span{font-weight:600}.filters-group input[type=range],.filters-group select,.filters-price-row input{background:#fff;border:1px solid var(--border);border-radius:14px;margin-top:8px;min-height:44px;padding:12px 14px;width:100%}.filters-sidebar__choice-list{-ms-overflow-style:none;display:grid;max-height:100%;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.filters-sidebar__choice-list::-webkit-scrollbar{height:0;width:0}.filters-sidebar__choice-row{align-items:center;background:#0000;border:0;border-bottom:1px solid #f0f0f0;color:#374151;display:flex;font-family:inherit;gap:16px;justify-content:space-between;min-height:56px;padding:0;text-align:left}.filters-sidebar__choice-row:last-child{border-bottom:0}.filters-sidebar__choice-label{font-family:inherit;font-size:.98rem;line-height:1.25}.filters-sidebar__choice-meta{align-items:center;color:#9ca3af;display:inline-flex;gap:14px}.filters-sidebar__choice-count{font-size:.88rem;min-width:28px;text-align:right}.filters-sidebar__choice-box{background:#fff;border:1.5px solid #c7ccd4;border-radius:4px;height:20px;position:relative;width:20px}.filters-sidebar__choice-row.is-active{color:#111827}.filters-sidebar__choice-row.is-active .filters-sidebar__choice-box{background:#111827;border-color:#111827}.filters-sidebar__choice-row.is-active .filters-sidebar__choice-box:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:10px;left:6px;position:absolute;top:2px;transform:rotate(45deg);width:5px}.filters-price-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.filters-price-row label{font-family:inherit;font-size:.95rem;line-height:1.25}.filters-sidebar__select{background:#fff;border:1px solid var(--border);border-radius:14px;font-family:inherit;font-size:.98rem;line-height:1.25;min-height:44px;padding:12px 14px;width:100%}.filters-caption{color:var(--muted);font-family:inherit;font-size:.95rem;line-height:1.4}.filters-sidebar__actions{background:#fff;border-top:1px solid var(--border);display:flex;gap:14px;padding:18px 22px 22px}.filters-sidebar__actions .button,.filters-sidebar__actions .link-button{flex:1 1;min-height:46px}@media (max-width:980px){.filters-sidebar{padding:0}.filters-sidebar__body{grid-template-columns:170px minmax(0,1fr)}}@media (max-width:820px){.filters-sidebar--drawer{grid-template-rows:auto minmax(0,1fr) auto;height:calc(100vh - 16px);max-height:calc(100vh - 16px);width:min(920px,calc(100vw - 16px))}.filters-sidebar__body{min-height:0;overflow:hidden}.filters-sidebar__nav{border-bottom:0;border-right:1px solid #ececec;overflow-y:auto;overscroll-behavior:contain;padding:0}.filters-sidebar__nav button{min-height:54px;padding:12px 16px;white-space:normal}.filters-sidebar__content{min-width:0;overflow-y:auto;overscroll-behavior:contain;padding:16px 14px 18px}.filters-sidebar__actions{background:#fff;bottom:0;box-shadow:0 -10px 20px #0f172a0f;padding:12px 14px 16px;position:-webkit-sticky;position:sticky;z-index:1}}.pagination-bar{align-items:center;display:flex;gap:18px;justify-content:center;margin-top:28px}.pagination-bar button{background:#fff;border:1px solid var(--border);border-radius:999px;padding:12px 16px}.pagination-bar button:disabled{cursor:not-allowed;opacity:.5}
/*# sourceMappingURL=main.b7821f65.css.map*/