:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--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-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-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.scroll-top{position:fixed;right:max(16px,env(safe-area-inset-right,0px));bottom:calc(76px + env(safe-area-inset-bottom,0px));z-index:1100;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:9999px;background:#c9a227;color:#fff;font-size:1.2rem;cursor:pointer;box-shadow:0 4px 16px #c9a22766;opacity:0;visibility:hidden;transform:translateY(12px);transition:all .3s cubic-bezier(.22,1,.36,1)}@media (min-width: 768px){.scroll-top{right:max(24px,env(safe-area-inset-right,0px));bottom:28px;width:48px;height:48px}}body:has(.product-detail__quick-buy--visible) .scroll-top{bottom:calc(140px + env(safe-area-inset-bottom,0px))}@media (min-width: 768px){body:has(.product-detail__quick-buy--visible) .scroll-top{bottom:100px}}body:has(.product-detail__lightbox) .scroll-top{opacity:0!important;visibility:hidden!important;pointer-events:none}.scroll-top--visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top:hover{background:#af8d22;transform:translateY(-4px) scale(1.05);box-shadow:0 8px 28px #c9a22759}.scroll-top:active{transform:translateY(-1px) scale(1.02)}.logo{display:inline-flex;align-items:center;text-decoration:none;flex-shrink:0;transition:transform .3s cubic-bezier(.22,1,.36,1) cubic-bezier(.16,1,.3,1)}.logo:hover{transform:translateY(-2px) scale(1.02)}.logo:hover .logo__image{filter:drop-shadow(0 3px 10px rgba(201,162,39,.35))}.logo__image{display:block;height:58px;width:auto;max-width:min(220px,42vw);object-fit:contain;filter:drop-shadow(0 1px 2px rgba(201,162,39,.2));transition:filter .3s cubic-bezier(.22,1,.36,1) cubic-bezier(.22,1,.36,1)}.logo--compact{min-width:0;max-width:100%}.logo--compact .logo__image{height:54px;max-width:min(200px,40vw)}@media (max-width: 767px){.logo--compact .logo__image{height:46px;max-width:min(180px,48vw)}}@media (max-width: 575px){.logo--compact .logo__image{height:40px;max-width:min(160px,52vw)}}.logo--gold .logo__image{filter:drop-shadow(0 1px 3px rgba(201,162,39,.28))}.logo--gold:hover .logo__image{filter:drop-shadow(0 2px 8px rgba(201,162,39,.38))}.logo--dark .logo__image{filter:drop-shadow(0 2px 6px rgba(0,0,0,.35)) drop-shadow(0 0 12px rgba(201,162,39,.3))}.logo--dark:hover .logo__image{filter:drop-shadow(0 3px 10px rgba(0,0,0,.4)) drop-shadow(0 0 18px rgba(201,162,39,.42))}.logo--wordmark-only .logo__image{height:64px}.theme-toggle{display:flex;flex-direction:column;gap:.25rem}.theme-toggle__label{margin:0;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--wf-text-muted, #8a7f72)}.theme-toggle__track{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border-radius:8px;background:var(--wf-highlight, #faf8f5);border:1px solid var(--wf-border, #ede8e0)}.theme-toggle__option{display:flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:8px 10px;border:none;border-radius:4px;background:transparent;font-family:Figtree,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;color:var(--wf-text-subtle, #6b6258);cursor:pointer;transition:background .15s cubic-bezier(.22,1,.36,1),color .15s cubic-bezier(.22,1,.36,1),box-shadow .15s cubic-bezier(.22,1,.36,1)}.theme-toggle__option svg{font-size:1rem;flex-shrink:0}.theme-toggle__option:hover{color:var(--wf-secondary, #c9a227)}.theme-toggle__option--active{background:var(--wf-surface, #ffffff);color:var(--wf-primary, #1a1410);box-shadow:0 2px 8px #00000014}.mobile-sidebar{position:fixed;top:0;left:0;z-index:1102;width:min(320px,88vw);height:100vh;height:100dvh;max-height:100dvh;background:#fff;box-shadow:8px 0 32px #00000024;transform:translate(-100%);transition:transform .3s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column}.mobile-sidebar--open{transform:translate(0)}.mobile-sidebar__backdrop{position:fixed;inset:0;z-index:1101;background:#0006;opacity:0;visibility:hidden;transition:opacity .3s cubic-bezier(.22,1,.36,1),visibility .3s cubic-bezier(.22,1,.36,1)}.mobile-sidebar__backdrop--open{opacity:1;visibility:visible}.mobile-sidebar__header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;min-height:56px;padding:.5rem 1rem;background:#fff;border-bottom:1px solid #ede8e0}.mobile-sidebar__title{font-family:Fraunces,Georgia,serif;font-size:1.125rem;font-weight:700;color:var(--wf-primary, #1a1410)}.mobile-sidebar__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:9999px;background:#faf8f5;color:#4a433c;font-size:1.25rem;cursor:pointer;transition:background .15s cubic-bezier(.22,1,.36,1),color .15s cubic-bezier(.22,1,.36,1)}.mobile-sidebar__close:hover{background:#ede8e0;color:#1a1410}.mobile-sidebar__body{flex:1;min-height:0;overflow-y:auto;padding:.5rem 1rem 1rem;display:flex;flex-direction:column;gap:1rem;background:#fff}.mobile-sidebar__section-label{margin:0 0 .25rem;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8a7f72}.mobile-sidebar__tree{display:flex;flex-direction:column;gap:2px;padding:.25rem;border:1px solid #ede8e0;border-radius:8px;background:#fff}.mobile-sidebar__tree-branch{display:flex;flex-direction:column}.mobile-sidebar__tree-row{display:flex;align-items:center;gap:4px;min-height:40px}.mobile-sidebar__tree-toggle{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;padding:0;border:none;border-radius:4px;background:transparent;color:#6b6258;cursor:pointer}.mobile-sidebar__tree-toggle:hover{background:#faf8f5;color:#c9a227}.mobile-sidebar__tree-toggle-spacer{flex-shrink:0;width:28px;height:28px}.mobile-sidebar__tree-item{flex:1;min-width:0;display:block;padding:8px 10px;font-size:.875rem;font-weight:500;color:#2e2924;text-decoration:none;border-radius:4px;transition:background .15s cubic-bezier(.22,1,.36,1),color .15s cubic-bezier(.22,1,.36,1)}.mobile-sidebar__tree-item:hover,.mobile-sidebar__tree-item:active{background:#c9a22714;color:#c9a227}.mobile-sidebar__tree-item--child{padding-left:42px;font-weight:400;color:#4a433c}.mobile-sidebar__tree-children{display:flex;flex-direction:column;gap:2px;padding-bottom:4px}.mobile-sidebar__theme{flex-shrink:0;padding:.5rem 0;border-top:1px solid #ede8e0}.mobile-sidebar__quick-actions{display:flex;flex-direction:column;gap:8px;padding:.5rem 0;border-top:1px solid #ede8e0}.mobile-sidebar__action{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;border:none;border-radius:8px;font-family:Figtree,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .15s cubic-bezier(.22,1,.36,1),box-shadow .15s cubic-bezier(.22,1,.36,1),opacity .15s cubic-bezier(.22,1,.36,1)}.mobile-sidebar__action svg{flex-shrink:0;font-size:1.15rem}.mobile-sidebar__action--whatsapp{background:#25d366;color:#fff;box-shadow:0 2px 10px #25d36659}.mobile-sidebar__action--catalog{background:linear-gradient(135deg,#e8c96a,#c9a227);color:#1c1210;box-shadow:0 2px 10px #c9a2274d}.mobile-sidebar__action:disabled{opacity:.7;cursor:wait}.mobile-sidebar__action:active:not(:disabled){transform:scale(.98)}.mobile-sidebar__nav{display:flex;flex-direction:column;gap:2px;padding-top:.5rem;border-top:1px solid #ede8e0}.mobile-sidebar__link{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#2e2924;text-decoration:none;background:none;border:none;width:100%;text-align:left;border-radius:8px;cursor:pointer;transition:background .15s cubic-bezier(.22,1,.36,1),color .15s cubic-bezier(.22,1,.36,1)}.mobile-sidebar__link svg{font-size:1.05rem;color:#8a7f72}.mobile-sidebar__link:hover,.mobile-sidebar__link--active{background:#c9a2271a;color:#c9a227}.mobile-sidebar__link:hover svg,.mobile-sidebar__link--active svg{color:#c9a227}.mobile-sidebar__link--logout{margin-top:.25rem;color:#b33a3a}.mobile-sidebar__link--logout:hover{background:#fdf2f2;color:#b33a3a}.mobile-sidebar__badge{margin-left:auto;min-width:20px;height:20px;padding:0 6px;background:#c9a227;color:#fff;font-size:11px;font-weight:700;border-radius:9999px;display:flex;align-items:center;justify-content:center;line-height:1}.header{--header-height: 64px;--header-total-height: calc(var(--header-height) + 36px);position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;background:#ffffffb8;backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4);border-bottom:1px solid rgba(255,255,255,.5);box-shadow:0 8px 28px #1a14100f,inset 0 1px #ffffffb3}@media (min-width: 768px){.header{--header-height: 72px}}.header__announcement{height:36px;overflow:hidden;background:linear-gradient(90deg,#1a1410,#110d0a,#1a1410);color:#f5e6c8;border-bottom:1px solid rgba(201,162,39,.25);position:relative}.header__announcement:before,.header__announcement:after{content:"";position:absolute;top:0;bottom:0;width:24px;z-index:1;pointer-events:none}.header__announcement:before{left:0;background:linear-gradient(90deg,#1a1410,transparent)}.header__announcement:after{right:0;background:linear-gradient(270deg,#1a1410,transparent)}.header__announcement-track{display:flex;width:max-content;animation:header-announcement-marquee 22s linear infinite}@media (prefers-reduced-motion: reduce){.header__announcement-track{animation:none;width:100%;justify-content:center}}.header__announcement-text{flex-shrink:0;padding:0 2rem;height:36px;line-height:36px;font-size:.75rem;font-weight:500;letter-spacing:.06em;white-space:nowrap}@media (min-width: 768px){.header__announcement-text{font-size:.875rem;letter-spacing:.08em}}.header__mobile{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:var(--header-height);padding:0 .5rem;gap:.5rem}@media (min-width: 768px){.header__mobile{display:none}}.header__mobile>.header__mobile-btn:first-child{justify-self:start}.header__mobile-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border:none;background:none;color:#4a433c;font-size:1.35rem;cursor:pointer;text-decoration:none;border-radius:8px;transition:all .3s cubic-bezier(.22,1,.36,1) cubic-bezier(.16,1,.3,1)}.header__mobile-btn:hover{color:#c9a227;background:#c9a2271a;transform:scale(1.06)}.header__mobile-btn--active{color:#c9a227;background:#c9a2271a}.header__mobile-logo{justify-self:center;grid-column:2;min-width:0}.header__mobile-logo:hover{transform:none}.header__mobile-actions{display:flex;align-items:center;justify-content:flex-end;gap:2px;flex-shrink:0;justify-self:end;grid-column:3}.header__mobile-cart{position:relative}.header__mobile-cart-badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;background:#c9a227;color:#fff;font-size:10px;font-weight:700;border-radius:9999px;display:flex;align-items:center;justify-content:center;line-height:1}.header__desktop{display:none}@media (min-width: 768px){.header__desktop{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;width:100%;max-width:1280px;margin:0 auto;padding:0 1rem;height:var(--header-height);min-width:0}}@media (min-width: 768px) and (min-width: 576px){.header__desktop{padding:0 1.5rem}}@media (min-width: 768px) and (min-width: 768px){.header__desktop{padding:0 2rem}}@media (min-width: 768px) and (min-width: 1200px){.header__desktop{padding:0 3rem}}@media (min-width: 768px){.header__desktop .logo{min-width:0;max-width:100%}}.header__nav--desktop{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}@media (min-width: 992px){.header__nav--desktop{gap:2rem}}@media (min-width: 1200px){.header__nav--desktop{gap:3rem}}.header__nav-link{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:500;color:#4a433c;text-decoration:none;transition:color .15s cubic-bezier(.22,1,.36,1);padding:.25rem 0;position:relative;white-space:nowrap}@media (min-width: 992px){.header__nav-link{font-size:1rem}}.header__nav-link:hover,.header__nav-link:focus-visible{color:#c9a227}.header__nav-link:after{content:"";position:absolute;bottom:2px;left:0;right:0;height:2px;background:linear-gradient(90deg,#c9a227,#ddbb50);width:100%;transform:scaleX(0);transform-origin:left center;transition:transform .32s cubic-bezier(.16,1,.3,1);border-radius:2px}.header__nav-link:hover:after,.header__nav-link:focus-visible:after,.header__nav-link--active:after{transform:scaleX(1)}.header__nav-link--active{color:#c9a227;font-weight:600}.header__nav-badge{min-width:18px;height:18px;padding:0 5px;background:#c9a227;color:#fff;font-size:10px;font-weight:700;border-radius:9999px;display:flex;align-items:center;justify-content:center;line-height:1}.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}@media (min-width: 576px){.header__actions{gap:.25rem}}.header__action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;color:#4a433c;text-decoration:none;background:none;border:none;cursor:pointer;font-size:1.2rem;transition:all .3s cubic-bezier(.22,1,.36,1) cubic-bezier(.16,1,.3,1);position:relative}.header__action-btn:hover{color:#c9a227;background:#c9a2271a;transform:scale(1.08)}.header__action-btn--active{color:#c9a227;background:#c9a2271a}.header__cart-btn{position:relative}.header__cart-badge{position:absolute;top:0;right:0;min-width:18px;height:18px;padding:0 4px;background:#c9a227;color:#fff;font-size:11px;font-weight:600;border-radius:9999px;display:flex;align-items:center;justify-content:center;line-height:1}.header__user-menu{position:relative}.header__user-menu:hover .header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header__user-btn{display:flex;align-items:center;gap:6px;width:auto;padding:0 .5rem}.header__user-name{font-size:.875rem;font-weight:500;display:none;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 992px){.header__user-name{display:inline;max-width:120px}}.header__dropdown{position:absolute;top:calc(100% + 4px);right:0;min-width:160px;background:#fff;border-radius:8px;box-shadow:0 12px 32px #1a141024;padding:.25rem 0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .3s cubic-bezier(.22,1,.36,1) cubic-bezier(.16,1,.3,1);z-index:1001;border:1px solid rgba(201,162,39,.1)}.header__dropdown-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:.5rem 1rem;font-size:.875rem;color:#4a433c;text-decoration:none;background:none;border:none;cursor:pointer;text-align:left;transition:all .15s cubic-bezier(.22,1,.36,1)}.header__dropdown-item:hover{background:#c9a22714;color:#c9a227;padding-left:calc(1rem + 4px)}.header__dropdown-item--active{color:#c9a227;background:#c9a22714;font-weight:600}.header__dropdown-item--logout{color:#b33a3a;border-top:1px solid #ede8e0;margin-top:.25rem;padding-top:.5rem}.header__dropdown-item--logout:hover{color:#b33a3a;background:#fdf2f2}.header__search-drawer{position:fixed;inset:0;z-index:9999;pointer-events:none;visibility:hidden}.header__search-drawer--open{pointer-events:auto;visibility:visible}.header__search-drawer--open .header__search-panel{transform:translateY(0);opacity:1}.header__search-drawer--open .header__search-backdrop{opacity:1}.header__search-backdrop{position:absolute;inset:0;border:none;padding:0;background:#00000073;backdrop-filter:blur(4px);opacity:0;transition:opacity .3s cubic-bezier(.22,1,.36,1);cursor:pointer}.header__search-panel{position:relative;z-index:1;max-height:min(85vh,640px);margin:0 auto;max-width:720px;background:var(--wf-surface, #ffffff);border-radius:0 0 12px 12px;box-shadow:0 12px 32px #1a141024;transform:translateY(-12px);opacity:0;transition:transform .3s cubic-bezier(.22,1,.36,1) cubic-bezier(.16,1,.3,1),opacity .3s cubic-bezier(.22,1,.36,1);overflow:hidden;display:flex;flex-direction:column}@media (min-width: 768px){.header__search-panel{margin-top:var(--header-total-height, 108px);border-radius:12px;max-height:min(70vh,560px)}}.header__search-body{flex:1;overflow-y:auto;padding:0 1rem 1.5rem;-webkit-overflow-scrolling:touch}@media (min-width: 768px){.header__search-body{padding:0 2rem 2rem}}.header__search-section-title{display:flex;align-items:center;gap:6px;margin:0 0 .5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#8a7f72}.header__search-trending{padding-top:.25rem}.header__search-chips{display:flex;flex-wrap:wrap;gap:8px}.header__search-chip{padding:8px 14px;border:1px solid #ede8e0;border-radius:9999px;background:#faf8f5;font-family:Figtree,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;color:#4a433c;cursor:pointer;transition:all .15s cubic-bezier(.22,1,.36,1)}.header__search-chip:hover{border-color:var(--wf-secondary, #c9a227);color:var(--wf-secondary, #c9a227);background:#c9a22714}.header__search-status{padding:1.5rem 0;text-align:center;color:#8a7f72;font-size:.875rem}.header__search-list{list-style:none;margin:0;padding:0}.header__search-result{display:flex;align-items:center;gap:1rem;padding:10px 8px;border-radius:8px;text-decoration:none;color:inherit;transition:background .15s cubic-bezier(.22,1,.36,1)}.header__search-result:hover{background:#c9a22714}.header__search-result-image{display:flex;align-items:center;justify-content:center;width:52px;height:52px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#faf8f5}.header__search-result-image img{width:100%;height:100%;object-fit:contain;object-position:center;padding:2px}.header__search-result-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.header__search-result-name{font-size:.875rem;font-weight:600;color:#1a1410;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.header__search-result-price{font-size:.875rem;font-weight:700;color:var(--wf-secondary, #c9a227)}.header__search-view-all{display:block;width:100%;margin-top:.5rem;padding:12px;border:1px dashed rgba(201,162,39,.4);border-radius:8px;background:transparent;font-family:Figtree,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;color:var(--wf-secondary, #c9a227);cursor:pointer;transition:all .15s cubic-bezier(.22,1,.36,1)}.header__search-view-all:hover{background:#c9a22714}.header__search-form{display:flex;align-items:center;gap:.5rem;padding:1rem;border-bottom:1px solid #ede8e0;flex-shrink:0}@media (min-width: 768px){.header__search-form{padding:1rem 2rem}}.header__search-icon{flex-shrink:0;font-size:1.15rem;color:#8a7f72}.header__search-input{flex:1;min-width:0;border:none;background:transparent;font-size:1rem;color:#1a1410;outline:none;padding:.5rem 0}.header__search-input::placeholder{color:#8a7f72}.header__search-close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;border:none;border-radius:9999px;background:#faf8f5;color:#4a433c;cursor:pointer;font-size:1.1rem;transition:all .3s cubic-bezier(.22,1,.36,1) cubic-bezier(.16,1,.3,1)}.header__search-close:hover{background:#c9a227;color:#fff;transform:rotate(90deg)}@keyframes header-announcement-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.footer{position:relative;z-index:1;background:linear-gradient(180deg,#1a1410,#0d0a08);color:#d9d0c4;padding:3rem 0 1.5rem;margin-top:auto;border-top:2px solid rgba(201,162,39,.3)}@media (max-width: 767px){.footer{padding-bottom:calc(1.5rem + 64px + env(safe-area-inset-bottom,0px))}}@media (min-width: 768px){.footer{padding:4rem 0 1.5rem}}.footer__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.footer__container{padding:0 1.5rem}}@media (min-width: 768px){.footer__container{padding:0 2rem}}@media (min-width: 1200px){.footer__container{padding:0 3rem}}.footer__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 576px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (min-width: 768px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr 1.4fr}}.footer__brand{max-width:300px}.footer__logo-link{margin-bottom:1rem}.footer__tagline{font-size:.875rem;line-height:1.7;margin-bottom:1.5rem;color:#b8aea0}.footer__social{display:flex;gap:.5rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9999px;border:1px solid #6b6258;color:#b8aea0;font-size:1rem;transition:all .3s cubic-bezier(.22,1,.36,1) cubic-bezier(.16,1,.3,1)}.footer__social-link:hover{background:#c9a227;border-color:#c9a227;color:#fff;transform:translateY(-3px);box-shadow:0 4px 20px #c9a22740}.footer__heading{font-family:Figtree,Segoe UI,sans-serif;font-weight:600;color:#fff;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px;font-size:.875rem}.footer__heading--accent{margin-bottom:1rem}.footer__heading--accent:after{content:"";display:block;width:36px;height:2px;background:#c9a227;margin-top:.5rem}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__link{font-size:.875rem;color:#b8aea0;text-decoration:none;transition:color .15s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1) cubic-bezier(.16,1,.3,1);padding:2px 0;display:inline-block}.footer__link:hover{color:#c9a227;transform:translate(4px)}.footer__contact-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1rem;font-size:.875rem;color:#b8aea0}.footer__contact-item svg{flex-shrink:0;margin-top:3px;color:#c9a227}.footer__contact-item a{color:inherit;text-decoration:none}.footer__contact-item a:hover{color:#c9a227}.footer__contact-item--address{margin-bottom:.5rem}.footer__contact-item--address span{display:flex;flex-direction:column;gap:2px;line-height:1.4}.footer__location-label{color:#ede8e0;font-weight:600;font-size:.75rem;letter-spacing:.02em;text-transform:uppercase}.footer__bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;font-size:.875rem;color:#8a7f72}.footer__bottom p{margin:0}.footer__payments{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 10px;width:100%;max-width:100%}.footer__payments-label{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#b8aea0e6;white-space:nowrap}.footer__payments-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;margin:0;padding:0;list-style:none}.footer__payments-item{position:relative;display:flex;align-items:center;justify-content:center;height:28px;padding:0 10px;border-radius:5px;background:#fffffffa;border:1px solid rgba(201,162,39,.22);box-shadow:0 1px 2px #0000001f;transition:transform .15s cubic-bezier(.22,1,.36,1),border-color .15s cubic-bezier(.22,1,.36,1),box-shadow .15s cubic-bezier(.22,1,.36,1)}.footer__payments-item:hover{transform:translateY(-1px);border-color:#c9a22773;box-shadow:0 3px 8px #0000002e}.footer__payments-item--phonepe{padding:0 11px}.footer__payments-mark{display:flex;align-items:center;justify-content:center;height:16px}.footer__payments-mark svg{display:block;height:16px;width:auto}.footer__payments-mark--full{display:flex}.footer__payments-mark--icon{display:none}.footer__payments-item--phonepe .footer__payments-mark--full svg{height:16px;width:auto;max-width:none}.footer__payments-name{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 575px){.footer__payments{gap:6px 8px}.footer__payments-label{width:100%;text-align:center;font-size:9px}.footer__payments-list{gap:5px}.footer__payments-item{height:24px;min-width:24px;padding:0 6px;border-radius:4px}.footer__payments-item--phonepe,.footer__payments-item--gpay,.footer__payments-item--mastercard{padding:0;width:24px;min-width:24px}.footer__payments-mark{height:14px}.footer__payments-mark svg{height:14px}.footer__payments-mark--full{display:none}.footer__payments-mark--icon{display:flex}.footer__payments-item--phonepe .footer__payments-mark--icon svg,.footer__payments-item--gpay .footer__payments-mark--icon svg,.footer__payments-item--mastercard .footer__payments-mark--icon svg{height:16px;width:16px}}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#ffffffc7;backdrop-filter:blur(18px) saturate(1.35);-webkit-backdrop-filter:blur(18px) saturate(1.35);border-top:1px solid rgba(255,255,255,.5);box-shadow:0 -8px 28px #1a141014,inset 0 1px #ffffffb3;padding:6px .5rem calc(6px + env(safe-area-inset-bottom,0px))}@media (max-width: 767px){.mobile-bottom-nav{display:grid;grid-template-columns:repeat(5,1fr);align-items:stretch}}.mobile-bottom-nav__item{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;padding:.25rem 2px;font-size:10px;font-weight:500;color:#6b6258;text-decoration:none;border-radius:8px;transition:color .15s cubic-bezier(.22,1,.36,1),background .15s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.16,1,.3,1);min-width:0}.mobile-bottom-nav__item svg{font-size:1.25rem;flex-shrink:0;transition:transform .22s cubic-bezier(.16,1,.3,1)}.mobile-bottom-nav__item:active{transform:scale(.94)}.mobile-bottom-nav__item span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;line-height:1.2}.mobile-bottom-nav__item:hover,.mobile-bottom-nav__item:focus-visible{color:#c9a227;background:#c9a2270f}.mobile-bottom-nav__item--active{color:#c9a227;font-weight:600}.mobile-bottom-nav__item--active svg{stroke-width:2.25;transform:scale(1.08)}.mobile-bottom-nav__icon-wrap{position:relative;display:flex;align-items:center;justify-content:center;line-height:0}.mobile-bottom-nav__badge{position:absolute;top:-6px;right:-10px;min-width:16px;height:16px;padding:0 4px;background:#c9a227;color:#fff;font-size:10px;font-weight:600;border-radius:9999px;display:flex;align-items:center;justify-content:center;line-height:1}.theme-selector{display:none;position:fixed;bottom:calc(84px + env(safe-area-inset-bottom,0px));left:12px;z-index:901}@media (min-width: 768px){.theme-selector{display:block;bottom:24px;left:24px}}body:has(.product-detail__quick-buy--visible) .theme-selector{bottom:calc(148px + env(safe-area-inset-bottom,0px))}@media (min-width: 768px){body:has(.product-detail__quick-buy--visible) .theme-selector{bottom:24px}}.theme-selector--open{left:50%;transform:translate(-50%);width:min(320px,100vw - 24px)}@media (min-width: 768px){.theme-selector--open{left:24px;transform:none;width:auto}}.theme-selector__backdrop{position:fixed;inset:0;z-index:900;border:none;padding:0;background:#00000059;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);cursor:pointer;animation:theme-backdrop-in .2s ease both}@media (min-width: 768px){.theme-selector__backdrop{display:none}}.theme-selector__toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(201,162,39,.2);border-radius:9999px;background:var(--wf-surface, #ffffff);color:var(--wf-secondary, #c9a227);box-shadow:0 12px 32px #1a141024;cursor:pointer;font-size:1.15rem;transition:all .3s cubic-bezier(.22,1,.36,1) cubic-bezier(.16,1,.3,1)}.theme-selector__toggle:hover{transform:scale(1.06);box-shadow:0 8px 28px #c9a22759;border-color:#c9a22773}.theme-selector__panel{width:100%;padding:1rem;background:var(--wf-surface, #ffffff);border:1px solid var(--wf-border, #ede8e0);border-radius:12px;box-shadow:0 12px 32px #1a141024,0 16px 40px #0000002e;animation:theme-panel-in .25s cubic-bezier(.16,1,.3,1) both}.theme-selector__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.theme-selector__label{margin:0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--wf-text-muted, #8a7f72)}.theme-selector__close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid var(--wf-border, #ede8e0);border-radius:9999px;background:transparent;color:var(--wf-text-muted, #8a7f72);cursor:pointer;transition:all .15s cubic-bezier(.22,1,.36,1)}.theme-selector__close:hover{color:var(--wf-secondary, #c9a227);border-color:#c9a22759;background:#c9a22714}.theme-selector__options{display:flex;flex-direction:column;gap:8px}.theme-selector__option{display:flex;align-items:center;gap:.5rem;width:100%;padding:10px 12px;border:1px solid transparent;border-radius:8px;background:transparent;font-family:Figtree,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;color:var(--wf-text, #2e2924);cursor:pointer;text-align:left;transition:all .15s cubic-bezier(.22,1,.36,1)}.theme-selector__option:hover{background:#c9a22714;border-color:#c9a22733}.theme-selector__option--active{background:#c9a2271f;border-color:var(--wf-secondary, #c9a227);font-weight:600}.theme-selector__option--gold .theme-selector__swatch{background:linear-gradient(135deg,#e8c882,#8b6914)}.theme-selector__option--royal .theme-selector__swatch{background:linear-gradient(135deg,#d4af37,#9b7dff 55%,#241e32)}.theme-selector__option-text{line-height:1.3}.theme-selector__swatch{width:20px;height:20px;border-radius:9999px;flex-shrink:0;box-shadow:inset 0 0 0 1px #0000001f}@keyframes theme-panel-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes theme-backdrop-in{0%{opacity:0}to{opacity:1}}.main-layout{display:flex;flex-direction:column;min-height:100vh}.main-layout__content{flex:1;padding-top:100px}@media (min-width: 768px){.main-layout__content{padding-top:108px;padding-bottom:0}}@media (max-width: 767px){.main-layout__content{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}}.animated-splash{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#1c1210;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.animated-splash--icon{animation:splash-enter .42s ease both}.animated-splash--logo .animated-splash__icon-stage{opacity:0;transform:scale(.88);pointer-events:none}.animated-splash--logo .animated-splash__logo-stage{opacity:1;transform:translateY(0)}.animated-splash--exit{animation:splash-exit .42s ease forwards}.animated-splash__bg{position:absolute;inset:0;background:radial-gradient(circle at 50% 35%,rgba(201,162,39,.22),transparent 55%),linear-gradient(165deg,#2a1c18,#1c1210 45%,#120c0a)}.animated-splash__glow{position:absolute;border-radius:50%;filter:blur(48px);opacity:.55;animation:splash-float 3.2s ease-in-out infinite}.animated-splash__glow--1{width:220px;height:220px;top:18%;left:12%;background:#c9a22759}.animated-splash__glow--2{width:180px;height:180px;bottom:16%;right:10%;background:#ffd2782e;animation-delay:-1.2s}.animated-splash__icon-stage,.animated-splash__logo-stage{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;transition:opacity .52s ease,transform .52s cubic-bezier(.16,1,.3,1)}.animated-splash__icon-stage{position:absolute;opacity:1;transform:scale(1)}.animated-splash__logo-stage{opacity:0;transform:translateY(18px);gap:10px}.animated-splash__icon-ring{position:absolute;top:50%;left:50%;width:112px;height:112px;margin:-56px 0 0 -56px;border-radius:50%;border:2px solid rgba(201,162,39,.45);animation:splash-icon-ring 1.6s ease-in-out infinite}.animated-splash__icon{width:72px;height:72px;object-fit:contain;border-radius:18px;box-shadow:0 12px 32px #0006;animation:splash-icon-pop .72s cubic-bezier(.16,1,.3,1) both}.animated-splash__ring{position:absolute;top:50%;left:50%;width:168px;height:168px;margin:-84px 0 0 -84px;border-radius:50%;border:1px solid rgba(201,162,39,.35);animation:splash-ring 2.4s ease-in-out infinite}.animated-splash__logo{width:112px;height:112px;object-fit:contain;border-radius:28px;box-shadow:0 18px 40px #00000073,0 0 0 1px #ffffff14}.animated-splash__title{margin-top:18px;font-family:Fraunces,Georgia,serif;font-size:2rem;letter-spacing:.06em;color:#f6ead8}.animated-splash__tagline{font-size:.95rem;color:#f6ead8b8;letter-spacing:.18em;text-transform:uppercase}.animated-splash__loader{display:flex;gap:8px;margin-top:28px}.animated-splash__loader span{width:8px;height:8px;border-radius:50%;background:#c9a227d9;animation:splash-dot 1s ease-in-out infinite}.animated-splash__loader span:nth-child(2){animation-delay:.15s}.animated-splash__loader span:nth-child(3){animation-delay:.3s}@keyframes splash-enter{0%{opacity:0}to{opacity:1}}@keyframes splash-exit{to{opacity:0;transform:scale(1.03)}}@keyframes splash-icon-pop{0%{opacity:0;transform:scale(.55)}to{opacity:1;transform:scale(1)}}@keyframes splash-icon-ring{0%,to{transform:scale(1);opacity:.65}50%{transform:scale(1.12);opacity:1}}@keyframes splash-ring{0%,to{transform:scale(1);opacity:.55}50%{transform:scale(1.08);opacity:.9}}@keyframes splash-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes splash-dot{0%,80%,to{transform:scale(.65);opacity:.45}40%{transform:scale(1);opacity:1}}@media (prefers-reduced-motion: reduce){.animated-splash,.animated-splash__icon,.animated-splash__logo,.animated-splash__ring,.animated-splash__icon-ring,.animated-splash__glow,.animated-splash__loader span{animation:none!important}.animated-splash__logo-stage{opacity:1;transform:none}}.app-lock-gate{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:max(24px,env(safe-area-inset-top,0px)) 20px max(24px,env(safe-area-inset-bottom,0px));background:#0a0810f5}.app-lock-gate__panel{width:min(100%,320px);padding:24px 20px;border-radius:16px;text-align:center;background:#1c1210fa;border:1px solid rgba(201,162,39,.22);box-shadow:0 16px 48px #0006}.app-lock-gate__logo{width:64px;height:64px;object-fit:contain;border-radius:14px;margin-bottom:14px}.app-lock-gate h2{color:#f6ead8;font-size:1.2rem;font-weight:600;margin:0 0 6px}.app-lock-gate p{color:#f6ead8b8;font-size:.9rem;line-height:1.45;margin:0}.app-lock-gate__error{margin-top:10px!important;color:#ffb4a8;font-size:.85rem}.app-lock-gate__btn{margin-top:18px;width:100%;border:none;border-radius:999px;padding:13px 16px;font-size:.95rem;font-weight:600;color:#1c1210;background:linear-gradient(135deg,#e8c96a,#c9a227);cursor:pointer}.app-lock-gate__btn:disabled{opacity:.65;cursor:wait}@keyframes fade-in-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.wf-glass-fallback{background:#fffffff0!important}}:root,body.theme-gold{--wf-page-bg: #faf8f5;--wf-surface: #ffffff;--wf-primary: #1a1410;--wf-secondary: #c9a227;--wf-accent: #8b6914;--wf-highlight: #f5e6c8;--wf-text: #1a1410;--wf-text-muted: #8a7f72;--wf-text-subtle: #6b6258;--wf-border: #ede8e0;--wf-announcement-bg: #1a1410;--wf-announcement-text: #f5e6c8;--wf-section-alt: #faf8f5}body.theme-royal{--wf-page-bg: #110e16;--wf-surface: #1e1828;--wf-primary: #f8f4fc;--wf-secondary: #d4af37;--wf-accent: #b8a0ff;--wf-highlight: #241e32;--wf-text: #f0eaf5;--wf-text-muted: #d4c9e4;--wf-text-subtle: #b8adc8;--wf-border: #3d3550;--wf-announcement-bg: #0a0810;--wf-announcement-text: #d4af37;--wf-section-alt: #181420}body{color:var(--wf-text);transition:color .35s ease}body.theme-royal{background-color:var(--wf-page-bg);background-image:radial-gradient(ellipse 80% 60% at 15% 10%,rgba(212,175,55,.12),transparent 50%),radial-gradient(ellipse 70% 50% at 90% 20%,rgba(184,160,255,.1),transparent 45%),radial-gradient(ellipse 60% 50% at 70% 90%,rgba(212,175,55,.08),transparent 50%),linear-gradient(165deg,#110e16,#1a1524,#120e18);background-attachment:fixed}.header,.footer,.product-card,.shop__sidebar,.product-detail__layout,.contact__form-wrapper,.contact__info,.checkout__summary,.cart-drawer__panel,.mobile-sidebar__panel{transition:background-color .35s ease,border-color .35s ease,color .35s ease}.header__announcement{background:linear-gradient(90deg,var(--wf-announcement-bg) 0%,var(--wf-announcement-bg) 50%,var(--wf-announcement-bg) 100%)!important;color:var(--wf-announcement-text)}.header__nav-link--active,.header__action-btn--active{color:var(--wf-secondary)!important}.header__cart-badge,.header__mobile-cart-badge{background:var(--wf-secondary)!important}.product-card:hover .product-card__name{color:var(--wf-secondary)}body.theme-royal h1,body.theme-royal h2,body.theme-royal h3,body.theme-royal h4,body.theme-royal h5,body.theme-royal h6{color:var(--wf-primary)}body.theme-royal .header{background:#120e1afa!important;border-bottom-color:var(--wf-border);color:var(--wf-text)}body.theme-royal .header__nav-link,body.theme-royal .header__action-btn,body.theme-royal .header__mobile-btn{color:var(--wf-text-muted)}body.theme-royal .header__nav-link:hover,body.theme-royal .header__nav-link--active,body.theme-royal .header__action-btn:hover,body.theme-royal .header__action-btn--active,body.theme-royal .header__mobile-btn:hover,body.theme-royal .header__mobile-btn--active{color:var(--wf-secondary)}body.theme-royal .header__search-panel,body.theme-royal .header__search-input{background:var(--wf-surface);color:var(--wf-text)}body.theme-royal .header__search-section-title,body.theme-royal .header__search-status{color:var(--wf-text-muted)}body.theme-royal .header__search-result-name{color:var(--wf-text)}body.theme-royal .header__search-chip{background:var(--wf-highlight);border-color:var(--wf-border);color:var(--wf-text-muted)}body.theme-royal .header__dropdown{background:var(--wf-surface);border-color:var(--wf-border)}body.theme-royal .header__dropdown-item{color:var(--wf-text-muted)}body.theme-royal .header__dropdown-item:hover,body.theme-royal .header__dropdown-item--active{color:var(--wf-secondary);background:#c9a2271a}body.theme-royal .mobile-bottom-nav{background:#181220fa;border-top-color:var(--wf-border)}body.theme-royal .mobile-bottom-nav__item{color:var(--wf-text-muted)}body.theme-royal .mobile-bottom-nav__item--active,body.theme-royal .mobile-bottom-nav__item:hover{color:var(--wf-secondary)}body.theme-royal .mobile-sidebar__panel,body.theme-royal .mobile-sidebar{background:var(--wf-surface);color:var(--wf-text)}body.theme-royal .mobile-sidebar__header,body.theme-royal .mobile-sidebar__body,body.theme-royal .mobile-sidebar__tree{background:var(--wf-surface);border-color:var(--wf-border)}body.theme-royal .mobile-sidebar__header{background:var(--wf-highlight)}body.theme-royal .mobile-sidebar__title{color:var(--wf-primary)}body.theme-royal .mobile-sidebar__close{background:var(--wf-highlight);color:var(--wf-text-muted)}body.theme-royal .mobile-sidebar__close:hover{background:#d4af3724;color:var(--wf-primary)}body.theme-royal .mobile-sidebar__tree-item,body.theme-royal .mobile-sidebar__link{color:var(--wf-text-muted)}body.theme-royal .mobile-sidebar__tree-item:hover,body.theme-royal .mobile-sidebar__tree-item--active,body.theme-royal .mobile-sidebar__link:hover,body.theme-royal .mobile-sidebar__link--active{color:var(--wf-secondary);background:#d4af371a}body.theme-royal .mobile-sidebar__section-label{color:var(--wf-text-subtle)}body.theme-royal .mobile-sidebar__theme,body.theme-royal .mobile-sidebar__nav,body.theme-royal .mobile-sidebar__quick-actions{border-color:var(--wf-border)}body.theme-royal .footer{background:linear-gradient(180deg,#0a0810,#110e16);color:var(--wf-text-muted)}body.theme-royal .footer__heading{color:var(--wf-primary)}body.theme-royal .footer__link{color:var(--wf-text-muted)}body.theme-royal .footer__link:hover{color:var(--wf-secondary)}body.theme-royal .footer__tagline,body.theme-royal .footer__contact-item{color:var(--wf-text-subtle)}body.theme-royal .product-card{background:#1a152885;backdrop-filter:blur(20px) saturate(1.35);-webkit-backdrop-filter:blur(20px) saturate(1.35);border:1px solid rgba(212,175,55,.22);box-shadow:0 12px 40px #00000059,0 1px #d4af371f,inset 0 1px #ffffff14}body.theme-royal .product-card:hover{background:#201a30ad;border-color:#d4af376b;box-shadow:0 16px 48px #0000006b,0 0 24px #d4af371f,inset 0 1px #ffffff1a}body.theme-royal .product-card__category{color:var(--wf-text-muted)}body.theme-royal .product-card__name{color:var(--wf-text)}body.theme-royal .product-card__price-current{color:var(--wf-primary)}body.theme-royal .product-card__price-compare{color:var(--wf-text-subtle)}body.theme-royal .product-card__price-range{color:var(--wf-text-muted)}body.theme-royal .home__hero{background:#08060e}body.theme-royal .home__hero .home__hero-veil{background:radial-gradient(ellipse 55% 45% at 72% 42%,rgba(155,125,255,.14) 0%,transparent 62%),radial-gradient(ellipse 40% 35% at 12% 78%,rgba(212,175,55,.1) 0%,transparent 55%),linear-gradient(115deg,#08060ef2,#08060ebf 42%,#1a1528e6)}body.theme-royal .home__hero .home__hero-arch{border-color:#d4af3759;box-shadow:0 28px 70px #00000061,inset 0 1px #d4af371f,0 0 60px #9b7dff1f}body.theme-royal .home__hero .home__hero-headline-line--accent{background:linear-gradient(120deg,#f0d878,#d4af37,#b8941f);-webkit-background-clip:text;background-clip:text}body.theme-royal .home__hero .home__hero-badge,body.theme-royal .home__hero .home__hero-counter-current,body.theme-royal .home__hero .home__hero-nav:hover{color:#f0d878}body.theme-royal .home__hero .home__hero-desc,body.theme-royal .home__hero .home__hero-featured-label,body.theme-royal .home__hero .home__hero-perks li{color:#f0eaf5d1}body.theme-royal .home__hero .home__hero-featured-name{color:var(--wf-primary)}body.theme-royal .home__features{background:#ffffff08;border-top-color:var(--wf-border)}body.theme-royal .home__feature{background:var(--wf-surface);border-color:var(--wf-border)}body.theme-royal .home__feature:hover{background:#1e1828f5;border-color:#d4af3759;box-shadow:0 10px 28px #00000047}body.theme-royal .home__feature h3{color:var(--wf-primary)}body.theme-royal .home__feature p{color:var(--wf-text-muted)}body.theme-royal .home__feature .home__feature-icon{background:#d4af3724;color:var(--wf-secondary)}body.theme-royal .home__section--categories{background:linear-gradient(180deg,#110e16,#1a1528,#110e16)}body.theme-royal .home__section--categories:before{background:#9b7dff0f}body.theme-royal .home__section--categories:after{background:#d4af370d}body.theme-royal .home__category-slider-title{color:var(--wf-primary)}body.theme-royal .home__category-slider-subtitle{color:var(--wf-text-muted)}body.theme-royal .home__category-circle-name{color:var(--wf-text)}body.theme-royal .home__category-slider .h-slider__arrow{background:var(--wf-surface);border-color:var(--wf-border);color:var(--wf-text)}body.theme-royal .home__category-slider .h-slider__arrow:hover:not(:disabled){background:var(--wf-secondary);border-color:var(--wf-secondary);color:#1a1524}body.theme-royal .home__category-slider .h-slider__dots{background:var(--wf-surface);border-color:var(--wf-border)}body.theme-royal .h-slider__dot{background:var(--wf-border)}body.theme-royal .h-slider__dot--active{background:var(--wf-secondary)}body.theme-royal .home__section--gray{background:var(--wf-section-alt)}body.theme-royal .home__section-title{color:var(--wf-primary)}body.theme-royal .home__section-link{color:var(--wf-secondary)}body.theme-royal .home__loader-text{color:var(--wf-text-muted)}body.theme-royal .customer-reviews{background:linear-gradient(165deg,#181420,#1e1828,#141018)}body.theme-royal .customer-reviews__title{color:var(--wf-primary)}body.theme-royal .customer-reviews__eyebrow{color:var(--wf-secondary)}body.theme-royal .customer-reviews__summary,body.theme-royal .customer-reviews__count{color:var(--wf-text-muted)}body.theme-royal .customer-reviews__score{color:var(--wf-primary)}body.theme-royal .customer-reviews__verified{background:#d4af371f;color:var(--wf-secondary)}body.theme-royal .customer-reviews__text,body.theme-royal .customer-reviews__name,body.theme-royal .customer-reviews__context{color:var(--wf-text-muted)}body.theme-royal .customer-reviews__name{color:var(--wf-primary)}body.theme-royal .customer-reviews__context{color:var(--wf-text-subtle)}body.theme-royal .customer-reviews__quote-mark{color:#d4af3752}body.theme-royal .customer-reviews__card{background:var(--wf-surface);border-color:var(--wf-border)}body.theme-royal .customer-reviews__trust{border-top-color:var(--wf-border)}body.theme-royal .customer-reviews__trust-item strong{color:var(--wf-primary)}body.theme-royal .customer-reviews__trust-item p{color:var(--wf-text-muted)}body.theme-royal .customer-reviews__trust-item:hover{background:#ffffff0a}body.theme-royal .customer-reviews__trust-icon{background:var(--wf-highlight);color:var(--wf-secondary);box-shadow:0 2px 10px #00000038}body.theme-royal .customer-reviews .h-slider__arrow{background:var(--wf-surface);border-color:var(--wf-border);color:var(--wf-text)}body.theme-royal .customer-reviews .h-slider__arrow:hover:not(:disabled){background:var(--wf-secondary);border-color:var(--wf-secondary);color:#1a1524}body.theme-royal .shop__header-wrap{background:#120e1afa;border-bottom-color:var(--wf-border);box-shadow:0 4px 24px #00000047}body.theme-royal .shop__title{color:var(--wf-primary)}body.theme-royal .shop__header-label{color:var(--wf-text-muted)}body.theme-royal .shop__header-input,body.theme-royal .shop__header-select,body.theme-royal .shop__filter-toggle,body.theme-royal .shop__sort,body.theme-royal .shop__page-btn{background:#241e32d9;border-color:#d4af3747;color:var(--wf-text)}body.theme-royal .shop__header-input:focus,body.theme-royal .shop__header-select:focus,body.theme-royal .shop__filter-toggle:focus,body.theme-royal .shop__sort:focus,body.theme-royal .shop__page-btn:focus{border-color:var(--wf-secondary);box-shadow:0 0 0 2px #d4af3726}body.theme-royal .shop__header-input::placeholder{color:var(--wf-text-subtle);opacity:1}body.theme-royal .shop__header-sep{color:var(--wf-text-muted)}body.theme-royal .shop__header-select option,body.theme-royal .shop__sort option{background:var(--wf-surface);color:var(--wf-text)}body.theme-royal .shop__sidebar{background:var(--wf-surface);color:var(--wf-text);border-color:var(--wf-border)}body.theme-royal .shop__sidebar--open{background:var(--wf-surface);border-right-color:#d4af3738;box-shadow:12px 0 48px #00000073}body.theme-royal .shop__sidebar--float{background:var(--wf-surface)}body.theme-royal .shop__sidebar-body,body.theme-royal .shop__sidebar-header,body.theme-royal .shop__sidebar-footer{background:var(--wf-surface);color:var(--wf-text);border-color:#d4af3726}body.theme-royal .shop__sidebar-header{background:var(--wf-highlight);border-bottom-color:#d4af3726}body.theme-royal .shop__sidebar-header h3{color:var(--wf-primary)}body.theme-royal .shop__sidebar-footer{background:var(--wf-highlight);border-top-color:#d4af3726;box-shadow:0 -4px 16px #0003}body.theme-royal .shop__filter-group{border-bottom-color:#d4af371f}body.theme-royal .shop__filter-group h4{color:var(--wf-primary);font-size:.72rem;letter-spacing:.08em}body.theme-royal .shop__filter-input,body.theme-royal .shop__filter-select{background:#241e32d9;border-color:#d4af3747;color:var(--wf-text)}body.theme-royal .shop__filter-input:focus,body.theme-royal .shop__filter-select:focus{border-color:var(--wf-secondary);box-shadow:0 0 0 2px #d4af3726}body.theme-royal .shop__filter-input::placeholder{color:var(--wf-text-subtle);opacity:1}body.theme-royal .shop__filter-select option{background:var(--wf-surface);color:var(--wf-text)}body.theme-royal .shop__search-clear{color:var(--wf-text-muted)}body.theme-royal .shop__search-clear:hover{color:var(--wf-secondary);background:#d4af371a}body.theme-royal .shop__filter-label,body.theme-royal .shop__filter-count{color:var(--wf-text-muted)}body.theme-royal .shop__filter-option{color:var(--wf-text);font-weight:500}body.theme-royal .shop__filter-option input[type=radio],body.theme-royal .shop__filter-option input[type=checkbox]{accent-color:var(--wf-secondary)}body.theme-royal .shop__filter-option--active{color:var(--wf-secondary)}body.theme-royal .shop__sidebar-close{color:var(--wf-text-muted)}body.theme-royal .shop__sidebar-close:hover{color:var(--wf-secondary)}body.theme-royal .product-detail-recs__tab{color:var(--wf-text-muted)}body.theme-royal .product-detail-recs__tab:hover{color:var(--wf-text-subtle)}body.theme-royal .product-detail-recs__tab--active{color:var(--wf-primary)}body.theme-royal .product-detail-recs__tab:after{background:var(--wf-secondary)}body.theme-royal .product-detail-recs__empty{color:var(--wf-text-muted)}body.theme-royal .shop__category-tree{background:#241e328c;border-color:#d4af372e}body.theme-royal .shop__category-tree__branch--active{background:#d4af3714}body.theme-royal .shop__category-tree__toggle{color:var(--wf-text-subtle)}body.theme-royal .shop__category-tree__toggle:hover{background:#d4af3724;color:var(--wf-secondary)}body.theme-royal .shop__category-tree__item{color:var(--wf-text)}body.theme-royal .shop__category-tree__item input[type=radio]{accent-color:var(--wf-secondary)}body.theme-royal .shop__category-tree__item:hover{background:#d4af371a;color:var(--wf-primary)}body.theme-royal .shop__category-tree__item--active{background:#d4af372e;color:var(--wf-secondary)}body.theme-royal .shop__category-tree__item--active .shop__category-tree__label{color:var(--wf-secondary)}body.theme-royal .shop__category-tree__label{color:inherit}body.theme-royal .shop__category-tree__count{color:#f0d878;background:#d4af372e}body.theme-royal .shop__product-count{color:var(--wf-text-muted)}body.theme-royal .shop__chip{background:#241e32b8;border-color:var(--wf-border);color:var(--wf-text)}body.theme-royal .shop__chip:hover{border-color:var(--wf-secondary);color:var(--wf-secondary)}body.theme-royal .shop__chip--active{background:var(--wf-secondary);color:#1a1524;border-color:var(--wf-secondary)}body.theme-royal .shop__apply-filters{background:var(--wf-secondary);color:#1a1524}body.theme-royal .shop__clear-filters{background:transparent;border-color:var(--wf-border);color:var(--wf-text-muted)}body.theme-royal .shop__clear-filters:hover{border-color:var(--wf-secondary);color:var(--wf-secondary)}body.theme-royal .shop__empty,body.theme-royal .shop__loading{color:var(--wf-text-muted)}body.theme-royal .shop__empty h3,body.theme-royal .shop__loading h3{color:var(--wf-text)}body.theme-royal .product-detail__layout{background:#1a15288c;backdrop-filter:blur(22px) saturate(1.35);-webkit-backdrop-filter:blur(22px) saturate(1.35);border:1px solid rgba(212,175,55,.22);box-shadow:0 12px 40px #00000059,0 1px #d4af371f,inset 0 1px #ffffff14}body.theme-royal .product-detail__stock--in{color:#7ddea0;background:#2ea0572e;border:1px solid rgba(46,160,87,.28)}body.theme-royal .product-detail__stock--out{color:#f5a8a8;background:#dc35452e;border:1px solid rgba(220,53,69,.28)}body.theme-royal .product-detail__quantity{background:#241e32b8;border-color:var(--wf-border)}body.theme-royal .product-detail__qty-btn{background:#241e32e6;color:var(--wf-text)}body.theme-royal .product-detail__qty-btn:hover:not(:disabled){background:#d4af372e;color:var(--wf-secondary)}body.theme-royal .product-detail__qty-value{color:var(--wf-text);background:#1a15288c}body.theme-royal .product-detail__breadcrumb,body.theme-royal .product-detail__breadcrumb a{color:var(--wf-text-muted)}body.theme-royal .product-detail__breadcrumb a:hover{color:var(--wf-secondary)}body.theme-royal .product-detail__breadcrumb span{color:var(--wf-text-subtle)}body.theme-royal .product-detail__category{color:var(--wf-secondary)}body.theme-royal .product-detail__name,body.theme-royal .product-detail__price-current{color:var(--wf-primary)}body.theme-royal .product-detail__price-mrp{color:var(--wf-text-subtle)}body.theme-royal .product-detail__price-badge{background:#d4af372e;border:1px solid rgba(212,175,55,.4);color:#f0d878}body.theme-royal .product-detail__price-badge strong{color:#f0d878}body.theme-royal .product-detail__price-hint,body.theme-royal .product-detail__option-hint,body.theme-royal .product-detail__description p{color:var(--wf-text-muted)}body.theme-royal .product-detail__description h3,body.theme-royal .product-detail__option-label{color:var(--wf-primary)}body.theme-royal .product-detail-accordion__item{background:#241e32b8;border-color:#d4af3733}body.theme-royal .product-detail-accordion__trigger{color:var(--wf-primary)}body.theme-royal .product-detail-accordion__trigger:hover{background:#d4af371a}body.theme-royal .product-detail-accordion__icon{color:var(--wf-text-subtle)}body.theme-royal .product-detail-accordion__panel{border-top-color:#d4af3724}body.theme-royal .product-detail-accordion__content,body.theme-royal .product-detail-accordion__content p{color:var(--wf-text-muted)}body.theme-royal .product-detail-accordion__content strong{color:var(--wf-primary)}body.theme-royal .product-detail__whatsapp-link{color:#7ddea0;background:#2ea05724;border-color:#2ea05759}body.theme-royal .product-detail__whatsapp-link:hover{background:#2ea05738;border-color:#2ea05780}body.theme-royal .product-detail__add-to-cart--out{background:#241e32e6;border:1px solid var(--wf-border);color:var(--wf-text-muted)}body.theme-royal .product-detail__add-to-cart--out:hover:not(:disabled){background:#241e32e6;color:var(--wf-text-muted)}body.theme-royal .product-detail__add-to-cart:disabled{opacity:.85}body.theme-royal .product-detail__wishlist-btn{background:#241e32b8;border-color:var(--wf-border);color:var(--wf-text-muted)}body.theme-royal .product-detail__wishlist-btn:hover{border-color:var(--wf-secondary);color:var(--wf-secondary);background:#d4af371a}body.theme-royal .product-detail__wishlist-btn--active{background:#241e32b8;border-color:var(--wf-secondary);color:var(--wf-secondary);box-shadow:0 0 0 1px #d4af3759}body.theme-royal .product-detail__wishlist-btn--active .wishlist-heart--active{color:var(--wf-secondary)}body.theme-royal .product-detail__wishlist-btn--active:hover{background:#d4af371f;color:var(--wf-secondary)}body.theme-royal .product-detail__sku-value{color:var(--wf-primary)}body.theme-royal .product-detail__sku--pending .product-detail__sku-value{color:var(--wf-text-muted)}body.theme-royal .product-detail__loading h2,body.theme-royal .product-detail__not-found h2{color:var(--wf-primary)}body.theme-royal .product-detail__loading p,body.theme-royal .product-detail__not-found p{color:var(--wf-text-muted)}body.theme-royal .product-card__action-btn--active{background:#241e32b8;border-color:var(--wf-secondary);color:var(--wf-secondary);box-shadow:0 0 0 1px #d4af3759}body.theme-royal .product-card__action-btn--active .wishlist-heart--active{color:var(--wf-secondary)}body.theme-royal .product-card__action-btn--active:hover{background:#d4af371f;color:var(--wf-secondary)}body.theme-royal .wishlist__title,body.theme-royal .wishlist__empty h2{color:var(--wf-primary)}body.theme-royal .wishlist__subtitle,body.theme-royal .wishlist__loading,body.theme-royal .wishlist__empty p{color:var(--wf-text-muted)}body.theme-royal .wishlist__empty-icon{color:#d4af3773}body.theme-royal .product-detail__size-guide-link{color:var(--wf-secondary)}body.theme-royal .product-detail__size-guide-link:hover{color:#f0d878}body.theme-royal .cart__size-guide-link,body.theme-royal .cart-drawer__size-guide{color:var(--wf-secondary)}body.theme-royal .product-detail__description{border-top-color:#d4af372e}body.theme-royal .product-detail__description p{color:var(--wf-text-muted)}body.theme-royal .product-detail__size-btn{background:#241e32b8;border-color:var(--wf-border);color:var(--wf-text)}body.theme-royal .product-detail__size-btn:hover:not(.product-detail__size-btn--active):not(.product-detail__size-btn--out){border-color:var(--wf-secondary);background:#d4af3724;color:var(--wf-primary)}body.theme-royal .product-detail__size-btn--active{background:var(--wf-secondary);border-color:var(--wf-secondary);color:#1a1524}body.theme-royal .product-detail__size-btn--active:hover{background:#e0c040;border-color:#e0c040;color:#1a1524}body.theme-royal .product-detail__quick-buy-inner{background:#181220f5;border-color:var(--wf-border)}body.theme-royal .product-detail__quick-buy-name{color:var(--wf-text)}body.theme-royal .cart__title,body.theme-royal .checkout__title{color:var(--wf-primary)}body.theme-royal .cart__item{background:var(--wf-surface);border-color:var(--wf-border)}body.theme-royal .cart__item-name{color:var(--wf-text)}body.theme-royal .cart__item-meta,body.theme-royal .cart__item-size span{color:var(--wf-text-muted)}body.theme-royal .cart__item-size select{background:var(--wf-highlight);border-color:var(--wf-border);color:var(--wf-text)}body.theme-royal .cart__item-quantity{border-color:var(--wf-border)}body.theme-royal .cart__qty-btn{background:var(--wf-highlight);color:var(--wf-text)}body.theme-royal .cart__qty-btn:hover:not(:disabled){background:#d4af3724}body.theme-royal .cart__qty-value{color:var(--wf-text)}body.theme-royal .cart__item-price,body.theme-royal .cart__item-subtotal{color:var(--wf-primary)}body.theme-royal .cart__remove-btn{color:var(--wf-text-muted)}body.theme-royal .cart__remove-btn:hover,body.theme-royal .cart__clear-btn{color:#f87171;background:#f871711f}body.theme-royal .cart__clear-btn:hover{background:#f8717133}body.theme-royal .cart__summary-title{color:var(--wf-primary)}body.theme-royal .cart__summary-row,body.theme-royal .checkout__summary-row{color:var(--wf-text-muted)}body.theme-royal .cart__summary-row--total,body.theme-royal .checkout__summary-row--total{color:var(--wf-primary)}body.theme-royal .cart__summary-divider,body.theme-royal .checkout__summary-divider{border-top-color:var(--wf-border)}body.theme-royal .cart__summary-hint{color:var(--wf-secondary);background:#d4af371f}body.theme-royal .cart__item-name,body.theme-royal .checkout__section-title,body.theme-royal .checkout__label{color:var(--wf-text)}body.theme-royal .cart__item-meta,body.theme-royal .cart__continue-link,body.theme-royal .checkout__back{color:var(--wf-text-muted)}body.theme-royal .cart__summary,body.theme-royal .checkout__summary{background:var(--wf-surface);border-color:var(--wf-border);box-shadow:0 10px 36px #00000047}body.theme-royal .checkout__summary-item-name{color:var(--wf-text)}body.theme-royal .checkout__summary-item-meta{color:var(--wf-text-muted)}body.theme-royal .checkout__summary-item-price{color:var(--wf-primary)}body.theme-royal .checkout__summary-totals{border-top-color:var(--wf-border)}body.theme-royal .checkout__saved-address{background:var(--wf-surface);border-color:var(--wf-border);color:var(--wf-text)}body.theme-royal .checkout__saved-address strong{color:var(--wf-primary)}body.theme-royal .checkout__saved-address p{color:var(--wf-text-muted)}body.theme-royal .checkout__saved-address--active{border-color:var(--wf-secondary);background:#d4af371a}body.theme-royal .checkout__field label,body.theme-royal .checkout__label,body.theme-royal .checkout__secure-note,body.theme-royal .checkout__payment-note{color:var(--wf-text-muted)}body.theme-royal .checkout__input,body.theme-royal .checkout__textarea,body.theme-royal .checkout__saved-address{background:var(--wf-highlight);border-color:var(--wf-border);color:var(--wf-text)}body.theme-royal .checkout__input::placeholder,body.theme-royal .checkout__textarea::placeholder,body.theme-royal .checkout__saved-address::placeholder{color:var(--wf-text-subtle);opacity:1}body.theme-royal .checkout-progress__label{color:var(--wf-text-muted)}body.theme-royal .checkout-progress__step--active .checkout-progress__label{color:var(--wf-primary)}body.theme-royal .checkout-progress__node{background:var(--wf-surface);border-color:var(--wf-border);color:var(--wf-text-muted)}body.theme-royal .checkout-progress__line{background:var(--wf-border)}body.theme-royal .checkout__secure-note{color:var(--wf-text-muted)}body.theme-royal .product-detail__option-group{background:#241e32d1;border-color:#d4af372e}body.theme-royal .product-detail__option-label{color:var(--wf-text-muted)}body.theme-royal .footer__logo-link .logo__image{filter:drop-shadow(0 2px 8px rgba(212,175,55,.25))}body.theme-royal .auth__card,body.theme-royal .orders__card{background:var(--wf-surface);border-color:var(--wf-border)}body.theme-royal .auth__title,body.theme-royal .profile__title,body.theme-royal .orders__title{color:var(--wf-primary)}body.theme-royal .profile__subtitle,body.theme-royal .profile__loading,body.theme-royal .profile__empty p,body.theme-royal .profile__addresses-empty{color:#f0eaf5a6}body.theme-royal .profile__empty h2{color:var(--wf-primary)}body.theme-royal .profile__empty-icon,body.theme-royal .profile__addresses-empty svg{color:#d4af3766}body.theme-royal .profile__cta-btn{color:#14101f}body.theme-royal .profile__tab{background:#241e32b8;border-color:var(--wf-border);color:var(--wf-text-muted)}body.theme-royal .profile__tab:hover{border-color:#d4af3766;color:var(--wf-primary)}body.theme-royal .profile__tab--active{background:var(--wf-secondary);border-color:var(--wf-secondary);color:#14101f}body.theme-royal .profile__card{background:#1a15288c;backdrop-filter:blur(22px) saturate(1.35);-webkit-backdrop-filter:blur(22px) saturate(1.35);border:1px solid rgba(212,175,55,.22);box-shadow:0 12px 40px #00000059,0 1px #d4af371f,inset 0 1px #ffffff14}body.theme-royal .profile__card-title{color:var(--wf-primary)}body.theme-royal .profile__field label{color:#f0eaf5c7}body.theme-royal .profile__field input{background:#241e32b8;border-color:var(--wf-border);color:var(--wf-text)}body.theme-royal .profile__field input::placeholder{color:var(--wf-text-subtle);opacity:1}body.theme-royal .profile__field input:focus{border-color:var(--wf-secondary);box-shadow:0 0 0 3px #d4af3726}body.theme-royal .profile__checkbox{color:#f0eaf5c7}body.theme-royal .profile__save-btn,body.theme-royal .profile__add-btn{color:#14101f}body.theme-royal .profile__address-card{background:#09070f73;border-color:#d4af3729}body.theme-royal .profile__address-label{color:var(--wf-primary)}body.theme-royal .profile__address-default{color:#f0d878;background:#d4af371f}body.theme-royal .profile__address-actions button{background:#ffffff0d;border-color:#d4af3738;color:var(--wf-text-muted)}body.theme-royal .profile__address-actions button:hover{border-color:#d4af3780;color:#f0d878;background:#d4af371a}body.theme-royal .profile__address-body{color:#f0eaf5b8}body.theme-royal .profile__address-body strong{color:var(--wf-primary)}body.theme-royal .profile__modal-overlay{background:#08060eb8}body.theme-royal .profile__modal-content{background:#1a1528b8;backdrop-filter:blur(24px) saturate(1.35);-webkit-backdrop-filter:blur(24px) saturate(1.35);border:1px solid rgba(212,175,55,.22);box-shadow:0 12px 40px #00000059,0 1px #d4af371f,inset 0 1px #ffffff14;box-shadow:0 20px 60px #00000080}body.theme-royal .profile__modal-header h3{color:var(--wf-primary)}body.theme-royal .profile__modal-close{background:#ffffff0d;border-color:#d4af3738;color:var(--wf-text-muted)}body.theme-royal .profile__modal-close:hover{color:#f0d878;border-color:#d4af3780}body.theme-royal .profile__cancel-btn{background:#ffffff0d;border-color:#d4af3738;color:var(--wf-text)}body.theme-royal .profile__cancel-btn:hover{background:#d4af371a;border-color:#d4af3773}body.theme-royal .orders__filter-btn{background:#241e32b8;border-color:var(--wf-border);color:var(--wf-text-muted)}body.theme-royal .orders__filter-btn:not(.orders__filter-btn--active):hover{background:#d4af3724;border-color:#d4af3773;color:var(--wf-primary)}body.theme-royal .orders__filter-btn:not(.orders__filter-btn--active):hover .orders__filter-count{background:#d4af3738;color:var(--wf-secondary)}body.theme-royal .orders__filter-btn--active{background:var(--wf-secondary);border-color:var(--wf-secondary);color:#1a1524}body.theme-royal .orders__filter-btn--active .orders__filter-count{background:#1a152426;color:#1a1524}body.theme-royal .orders__filter-btn--active:hover{background:#e0c040;border-color:#e0c040;color:#1a1524}body.theme-royal .orders__filter-btn--active:hover .orders__filter-count{background:#1a152433;color:#1a1524}body.theme-royal .orders__filter-count{background:#d4af371f;color:var(--wf-secondary)}body.theme-royal .orders__subtitle{color:var(--wf-text-muted)}body.theme-royal .orders__card{background:var(--wf-surface);border-color:var(--wf-border);box-shadow:0 8px 28px #00000040,inset 0 1px #ffffff0d;backdrop-filter:blur(16px)}body.theme-royal .orders__card-header{background:#241e3259;border-bottom-color:#d4af371f}body.theme-royal .orders__order-number{color:var(--wf-primary)}body.theme-royal .orders__date,body.theme-royal .orders__meta,body.theme-royal .orders__total span{color:var(--wf-text-muted)}body.theme-royal .orders__total strong{color:var(--wf-primary)}body.theme-royal .orders__view-btn{background:transparent;border-color:var(--wf-border);color:var(--wf-text)}body.theme-royal .orders__view-btn:hover:not(:disabled){border-color:var(--wf-secondary);color:var(--wf-secondary)}body.theme-royal .orders__cancel-btn{border-color:#b33a3a66;color:#f5a8a8}body.theme-royal .orders__cancel-btn:hover:not(:disabled){background:#b33a3a1f;border-color:#f5a8a8}body.theme-royal .orders__track-btn{background:#4a6fa526;border-color:#4a6fa54d;color:#8ab4f8}body.theme-royal .orders__track-btn:hover{background:#4a6fa538;border-color:#4a6fa573}body.theme-royal .orders__pay-btn--disabled{background:var(--wf-border)}body.theme-royal .orders__oos-label{background:#b33a3a2e;color:#f5a8a8}body.theme-royal .orders__loading{color:var(--wf-text-muted)}body.theme-royal .orders__empty-icon{color:var(--wf-border)}body.theme-royal .orders__empty h2{color:var(--wf-primary)}body.theme-royal .orders__empty p{color:var(--wf-text-muted)}body.theme-royal .orders__cta-btn--secondary{color:var(--wf-text);border-color:var(--wf-border)}body.theme-royal .orders__cta-btn--secondary:hover{background:#d4af3714}body.theme-royal .orders__modal-overlay{background:#000000a6}body.theme-royal .orders__modal-content{background:var(--wf-surface);box-shadow:0 24px 64px #0000008c}body.theme-royal .orders__modal-header h2{color:var(--wf-primary)}body.theme-royal .orders__modal-header p,body.theme-royal .orders__modal-close{color:var(--wf-text-muted)}body.theme-royal .orders__modal-close:hover{color:var(--wf-secondary)}body.theme-royal .orders__status--pending{background:#d4a0172e;color:#f0d878}body.theme-royal .orders__status--confirmed,body.theme-royal .orders__status--processing,body.theme-royal .orders__status--shipped{background:#4a6fa52e;color:#8ab4f8}body.theme-royal .orders__status--delivered{background:#2d6a4f2e;color:#7ddea0}body.theme-royal .orders__status--cancelled,body.theme-royal .orders__status--refunded{background:#b33a3a2e;color:#f5a8a8}body.theme-royal .orders__invoice{background:linear-gradient(135deg,#d4af371a,#d4af370a);border-color:#d4af3738}body.theme-royal .orders__invoice--pending{background:#241e3280;border-color:var(--wf-border)}body.theme-royal .orders__invoice-brand h3{color:var(--wf-primary)}body.theme-royal .orders__invoice-number{color:var(--wf-text-muted)}body.theme-royal .orders__invoice-note{color:var(--wf-text-subtle)}body.theme-royal .orders__invoice-meta,body.theme-royal .orders__invoice-pending,body.theme-royal .orders__modal-section h3{color:var(--wf-text-muted)}body.theme-royal .orders__item{background:var(--wf-highlight)}body.theme-royal .orders__item-name{color:var(--wf-primary)}body.theme-royal .orders__item-sku{color:var(--wf-text-subtle)}body.theme-royal .orders__item-meta{color:var(--wf-text-muted)}body.theme-royal .orders__item-price{color:var(--wf-primary)}body.theme-royal .orders__address{color:var(--wf-text-muted)}body.theme-royal .orders__address strong{color:var(--wf-text)}body.theme-royal .orders__summary{border-top-color:var(--wf-border)}body.theme-royal .orders__summary-row{color:var(--wf-text-muted)}body.theme-royal .orders__summary-row--total{border-top-color:var(--wf-border);color:var(--wf-primary)}body.theme-royal .orders__notes,body.theme-royal .orders__tracking-note{color:var(--wf-text-muted)}body.theme-royal .orders__tracking-note strong{color:var(--wf-secondary)}body.theme-royal .auth__subtitle,body.theme-royal .auth__label{color:var(--wf-text-muted)}body.theme-royal .auth__input{background:var(--wf-highlight);border-color:var(--wf-border);color:var(--wf-text)}body.theme-royal .contact__title,body.theme-royal .legal-page__title{color:var(--wf-primary)}body.theme-royal .contact__subtitle{color:var(--wf-text-muted)}body.theme-royal .contact__form-wrapper,body.theme-royal .contact__info{background:#1a15288c;backdrop-filter:blur(22px) saturate(1.35);-webkit-backdrop-filter:blur(22px) saturate(1.35);border:1px solid rgba(212,175,55,.22);box-shadow:0 12px 40px #00000059,0 1px #d4af371f,inset 0 1px #ffffff14}body.theme-royal .contact__label{color:var(--wf-primary)}body.theme-royal .contact__input,body.theme-royal .contact__textarea{background:#241e32b8;border-color:var(--wf-border);color:var(--wf-text)}body.theme-royal .contact__input::placeholder,body.theme-royal .contact__textarea::placeholder{color:var(--wf-text-subtle);opacity:1}body.theme-royal .contact__input:focus,body.theme-royal .contact__textarea:focus{border-color:var(--wf-secondary);box-shadow:0 0 0 3px #d4af3726}body.theme-royal .contact__info-title{color:var(--wf-primary)}body.theme-royal .contact__info-text{color:var(--wf-text-muted)}body.theme-royal .contact__info-item h4{color:var(--wf-secondary)}body.theme-royal .contact__info-item p{color:var(--wf-text-muted)}body.theme-royal .contact__info-item p a:hover{color:var(--wf-secondary)}body.theme-royal .contact__info-icon{background:#d4af3724;color:var(--wf-secondary)}body.theme-royal .contact__hours{border-top-color:#d4af372e}body.theme-royal .contact__hours h4{color:var(--wf-secondary)}body.theme-royal .contact__hours p{color:var(--wf-text-muted)}body.theme-royal .legal-page__header{border-bottom-color:#d4af372e}body.theme-royal .legal-page__eyebrow{color:#d4af37}body.theme-royal .legal-page__meta{color:#f0eaf58c}body.theme-royal .legal-page__intro{color:#f0eaf5c7}body.theme-royal .legal-page__intro strong{color:#f0d878}body.theme-royal .legal-page__content{background:#1a15288c;backdrop-filter:blur(22px) saturate(1.35);-webkit-backdrop-filter:blur(22px) saturate(1.35);border:1px solid rgba(212,175,55,.22);box-shadow:0 12px 40px #00000059,0 1px #d4af371f,inset 0 1px #ffffff14;color:#f0eaf5c7}body.theme-royal .legal-page__section h2{color:var(--wf-primary);border-bottom-color:#d4af374d}body.theme-royal .legal-page__section h3{color:#f0d878}body.theme-royal .legal-page__section p,body.theme-royal .legal-page__section ul,body.theme-royal .legal-page__section ol{color:#f0eaf5c7}body.theme-royal .legal-page__section strong{color:var(--wf-primary)}body.theme-royal .legal-page__section a{color:#f0d878}body.theme-royal .legal-page__section--contact{background:#09070f73;border-color:#d4af3729}body.theme-royal .legal-page__note{color:#f0eaf5c7;background:#d4af371a;border-color:#d4af373d}body.theme-royal .legal-page__contact-list li{color:#f0eaf5c7}body.theme-royal .legal-page__contact-list li strong{color:var(--wf-primary)}body.theme-royal .legal-page__contact-list li svg,body.theme-royal .legal-page__contact-list li a{color:#f0d878}body.theme-royal .legal-page__back{border-top-color:#d4af372e}body.theme-royal .legal-page__back a{color:#f0d878}body.theme-royal .refer-earn{background:transparent}body.theme-royal .refer-earn__hero{background:radial-gradient(ellipse 60% 55% at 18% 5%,rgba(212,175,55,.16) 0%,transparent 60%),radial-gradient(ellipse 55% 45% at 84% 15%,rgba(155,125,255,.18) 0%,transparent 58%),linear-gradient(160deg,#0b0812,#1a1528 48%,#0c0913);border-bottom:1px solid rgba(212,175,55,.14)}body.theme-royal .refer-earn__hero-pattern{opacity:.12;background-image:radial-gradient(circle at 20% 50%,rgba(212,175,55,.9) 1px,transparent 1px),radial-gradient(circle at 80% 30%,rgba(184,160,255,.8) 1px,transparent 1px)}body.theme-royal .refer-earn__hero-glow--left{background:radial-gradient(circle,rgba(212,175,55,.22) 0%,transparent 70%)}body.theme-royal .refer-earn__hero-glow--right{background:radial-gradient(circle,rgba(155,125,255,.2) 0%,transparent 70%)}body.theme-royal .refer-earn__hero-badge{color:#f0d878;background:#d4af371a;border:1px solid rgba(212,175,55,.34);box-shadow:0 0 26px #d4af371f,inset 0 1px #ffffff0f}body.theme-royal .refer-earn__hero-badge svg{color:#f0d878}body.theme-royal .refer-earn__title{color:#fdfbff;text-shadow:0 2px 32px rgba(155,125,255,.28)}body.theme-royal .refer-earn__subtitle{color:#f0eaf5c7}body.theme-royal .refer-earn__subtitle strong{color:#f0d878}body.theme-royal .refer-earn__rate-pill{color:#14101f;background:linear-gradient(90deg,#f0d878,#d4af37);box-shadow:0 2px 12px #d4af3747}body.theme-royal .refer-earn__loading{color:#f0eaf5bf}body.theme-royal .refer-earn__loading-gem{border-color:#d4af3740;border-top-color:#f0d878}body.theme-royal .refer-earn__step{background:#1a15288c;backdrop-filter:blur(20px) saturate(1.35);-webkit-backdrop-filter:blur(20px) saturate(1.35);border:1px solid rgba(212,175,55,.18);box-shadow:0 12px 40px #00000059,inset 0 1px #ffffff0d}@media (min-width: 768px){body.theme-royal .refer-earn__step{border:1px solid rgba(212,175,55,.15);border-right-width:0}body.theme-royal .refer-earn__step:last-child{border-right-width:1px}}body.theme-royal .refer-earn__step-icon{background:linear-gradient(145deg,#d4af3738,#9b7dff1f);border-color:#d4af374d;color:#f0d878}body.theme-royal .refer-earn__step-num{color:#d4af37}body.theme-royal .refer-earn__step-content h3{color:var(--wf-primary)}body.theme-royal .refer-earn__step-content p{color:#f0eaf5b3}body.theme-royal .refer-earn__coupon-card{background:radial-gradient(ellipse 70% 55% at 50% 0%,rgba(212,175,55,.12) 0%,transparent 62%),linear-gradient(160deg,#201a30eb,#120e1cf2);border:2px dashed rgba(212,175,55,.4);box-shadow:0 18px 50px #0000006b,0 0 40px #d4af3714,inset 0 1px #ffffff0d}body.theme-royal .refer-earn__coupon-notch{background:var(--wf-page-bg)}body.theme-royal .refer-earn__coupon-notch--left{box-shadow:inset -2px 0 #d4af3752}body.theme-royal .refer-earn__coupon-notch--right{box-shadow:inset 2px 0 #d4af3752}body.theme-royal .refer-earn__coupon-header{color:#f0eaf5ad}body.theme-royal .refer-earn__coupon-header svg{color:#f0d878}body.theme-royal .refer-earn__coupon-code-wrap{background:linear-gradient(180deg,#09070feb,#100c1af2);border:1px solid rgba(212,175,55,.24);box-shadow:inset 0 2px 14px #0000008c,0 0 26px #d4af3712}body.theme-royal .refer-earn__coupon-code{color:#f0d878;text-shadow:0 0 30px rgba(212,175,55,.45)}body.theme-royal .refer-earn__copy-main{color:#14101f;background:linear-gradient(90deg,#d4af37,#f0d878);box-shadow:0 6px 24px #d4af3747}body.theme-royal .refer-earn__copy-main:hover{box-shadow:0 8px 32px #d4af3773}body.theme-royal .refer-earn__copy-main--done{color:#0c1a12;background:linear-gradient(90deg,#4ec97f,#7ddea0);box-shadow:0 6px 24px #4ec97f47}body.theme-royal .refer-earn__social-share{border-top-color:#d4af372e}body.theme-royal .refer-earn__social-label{color:#f0eaf599}body.theme-royal .refer-earn__social-btn{color:var(--wf-text);background:#ffffff0d;border-color:#d4af3733}body.theme-royal .refer-earn__social-btn:hover{background:#d4af371f;border-color:#d4af3766}body.theme-royal .refer-earn__wallet{background:#1a15288c;backdrop-filter:blur(22px) saturate(1.35);-webkit-backdrop-filter:blur(22px) saturate(1.35);border:1px solid rgba(212,175,55,.16);box-shadow:0 12px 40px #00000059,inset 0 1px #ffffff0d}body.theme-royal .refer-earn__wallet-label{color:#f0eaf599}body.theme-royal .refer-earn__wallet-value{background:linear-gradient(135deg,#fdfbff,#f0d878 62%,#d4af37);-webkit-background-clip:text;background-clip:text}body.theme-royal .refer-earn__wallet-row{border-bottom-color:#d4af3724;color:#f0eaf5b8}body.theme-royal .refer-earn__wallet-row strong{color:#f0d878}body.theme-royal .refer-earn__wallet-credit{color:#f0d878;background:#d4af371a;border-left-color:#d4af37}body.theme-royal .refer-earn__progress-header{color:#f0eaf5a6}body.theme-royal .refer-earn__progress{background:#ffffff12;box-shadow:inset 0 1px 3px #0006}body.theme-royal .refer-earn__progress-bar{background:linear-gradient(90deg,#b8941f,#d4af37,#f0d878)}body.theme-royal .refer-earn__progress-text{color:#f0eaf58c}body.theme-royal .refer-earn__referrals-stat{background:radial-gradient(ellipse 60% 70% at 12% 50%,rgba(155,125,255,.16) 0%,transparent 62%),linear-gradient(135deg,#201a30d9,#100c1ae6);border:1px solid rgba(212,175,55,.16);box-shadow:0 12px 40px #00000059}body.theme-royal .refer-earn__referrals-icon{background:#d4af3724;border-color:#d4af374d;color:#f0d878}body.theme-royal .refer-earn__referrals-count{color:#fdfbff}body.theme-royal .refer-earn__referrals-label{color:#f0eaf5a6}body.theme-royal .refer-earn__redeem{background:linear-gradient(145deg,#1a152899,#241e326b);backdrop-filter:blur(20px) saturate(1.3);-webkit-backdrop-filter:blur(20px) saturate(1.3);border:1px solid rgba(212,175,55,.18);box-shadow:0 12px 40px #00000052}body.theme-royal .refer-earn__redeem-header h2{color:var(--wf-primary)}body.theme-royal .refer-earn__redeem-header p{color:#f0eaf5b3}body.theme-royal .refer-earn__redeem-btn--cart{color:#14101f;background:linear-gradient(135deg,#f0d878,#d4af37);box-shadow:0 6px 24px #d4af3742}body.theme-royal .refer-earn__redeem-btn--cash{color:var(--wf-text);background:#ffffff0d;border-color:#d4af3747}body.theme-royal .refer-earn__redeem-btn--cash:hover:not(:disabled){background:#d4af371f;border-color:#d4af3780}body.theme-royal .refer-earn__section-title{color:var(--wf-primary)}body.theme-royal .refer-earn__history-list{background:#1a152880;backdrop-filter:blur(20px) saturate(1.3);-webkit-backdrop-filter:blur(20px) saturate(1.3);border:1px solid rgba(212,175,55,.14)}body.theme-royal .refer-earn__history-item{border-bottom-color:#ffffff0f}body.theme-royal .refer-earn__history-item:hover{background:#d4af3712}body.theme-royal .refer-earn__history-dot{background:#f0d878}body.theme-royal .refer-earn__history-info strong{color:var(--wf-primary)}body.theme-royal .refer-earn__history-info span{color:#f0eaf58c}body.theme-royal .refer-earn__history-points{color:#ff9b9b}body.theme-royal .refer-earn__history-points--earn{color:#7ddea0}body.theme-royal .refer-earn__footer{color:#f0eaf58c}body.theme-royal .refer-earn__footer a{color:#f0d878}body.theme-royal .refer-earn__enroll{background:#1a15288c;backdrop-filter:blur(22px) saturate(1.35);-webkit-backdrop-filter:blur(22px) saturate(1.35);border:1px solid rgba(212,175,55,.16);box-shadow:0 12px 40px #00000059}body.theme-royal .refer-earn__enroll h2{color:var(--wf-primary)}body.theme-royal .refer-earn__enroll>p{color:#f0eaf5b8}body.theme-royal .refer-earn__terms{background:#09070f73;border:1px solid rgba(212,175,55,.12)}body.theme-royal .refer-earn__terms h3{color:#f0d878}body.theme-royal .refer-earn__terms ul{color:#f0eaf5b3}body.theme-royal .refer-earn__terms-check{color:#f0eaf5bf}body.theme-royal .refer-earn__enroll-btn{color:#14101f;background:linear-gradient(135deg,#f0d878,#d4af37);box-shadow:0 6px 24px #d4af3742}body.theme-royal .theme-selector__toggle{background:var(--wf-surface);color:var(--wf-secondary);border-color:#d4af3747;box-shadow:0 6px 24px #00000059}body.theme-royal .theme-selector__panel{background:var(--wf-surface);border-color:var(--wf-border);box-shadow:0 12px 40px #00000073}body.theme-royal .theme-selector__option{color:var(--wf-text)}body.theme-royal .theme-selector__option:hover{background:#d4af371a;border-color:#d4af3738}body.theme-royal .theme-selector__option--active{background:#d4af3724;border-color:var(--wf-secondary)}body.theme-royal .theme-selector__label,body.theme-royal .theme-selector__close{color:var(--wf-text-muted)}body.theme-royal .theme-selector__close:hover{color:var(--wf-secondary)}body.theme-royal .scroll-top{background:var(--wf-surface);color:var(--wf-secondary);border-color:var(--wf-border)}body.theme-gold .home__hero{background:#060d18}body.theme-gold .home__hero .home__hero-veil{background:radial-gradient(ellipse 55% 45% at 72% 42%,rgba(201,162,39,.14) 0%,transparent 62%),linear-gradient(115deg,#060d18f0,#0a1628d1)}body.theme-gold .home__hero .home__hero-headline-line--accent{background:linear-gradient(120deg,#f0d898,#e8c882,#c9a227);-webkit-background-clip:text;background-clip:text}body.theme-royal.admin-mode .admin-layout:before{background-color:#110e16;background-image:radial-gradient(ellipse 80% 60% at 15% 10%,rgba(212,175,55,.12),transparent 50%),radial-gradient(ellipse 70% 50% at 90% 20%,rgba(184,160,255,.1),transparent 45%),radial-gradient(ellipse 60% 50% at 70% 90%,rgba(212,175,55,.08),transparent 50%),linear-gradient(165deg,#110e16,#1a1524,#120e18)}body.theme-royal.admin-mode .admin-page__title,body.theme-royal.admin-mode .admin-page__filters-label,body.theme-royal.admin-mode .admin-page__import-card-title,body.theme-royal.admin-mode .admin-page__bulk-import-title,body.theme-royal.admin-mode .admin-dashboard__stat-value,body.theme-royal.admin-mode .admin-table__person strong,body.theme-royal.admin-mode .admin-table__product-link--name,body.theme-royal.admin-mode .admin-table__sku,body.theme-royal.admin-mode .admin-table__sku-btn,body.theme-royal.admin-mode .admin-inventory-stats__value,body.theme-royal.admin-mode .admin-settings-hub__title,body.theme-royal.admin-mode .admin-settings-breadcrumb__current,body.theme-royal.admin-mode .admin-cash-requests__header h2,body.theme-royal.admin-mode .admin-referrals__panel-head h2{color:#f0eaf5}body.theme-royal.admin-mode .admin-table__sku.admin-table__sku--link,body.theme-royal.admin-mode a.admin-table__sku{color:#d4af37;background:#d4af371f;border-color:#d4af3759}body.theme-royal.admin-mode .admin-table__sku.admin-table__sku--link:hover,body.theme-royal.admin-mode a.admin-table__sku:hover{color:#dbbc59;background:#d4af3738;border-color:#d4af378c}body.theme-royal.admin-mode .admin-inventory-page .admin-table__product-link strong{color:#d4af37}body.theme-royal.admin-mode .admin-inventory-page .admin-table__product-link:hover strong{color:#ddc061}body.theme-royal.admin-mode .admin-inventory-page .admin-table__thumb{border-color:#ffffff1f;background:#ffffff0f}body.theme-royal.admin-mode .admin-category-tree .admin-category-tree__expand{border-color:#ffffff29;background:#ffffff0f;color:#d4c9e4}body.theme-royal.admin-mode .admin-category-tree .admin-category-tree__expand:hover{border-color:#d4af378c;background:#d4af3729;color:#d4af37}body.theme-royal.admin-mode .admin-category-tree .admin-category-tree__image{border-color:#ffffff1f;background:#ffffff0f}body.theme-royal.admin-mode .admin-category-tree .admin-category-tree__name strong{color:#f0eaf5}body.theme-royal.admin-mode .admin-category-tree .ant-table-row-level-1{background:#d4af370d}body.theme-royal.admin-mode .admin-page__subtitle,body.theme-royal.admin-mode .admin-page__intro,body.theme-royal.admin-mode .admin-page__loading,body.theme-royal.admin-mode .admin-page__empty,body.theme-royal.admin-mode .admin-page__empty-note,body.theme-royal.admin-mode .admin-page__empty-card p,body.theme-royal.admin-mode .admin-page__import-card-desc,body.theme-royal.admin-mode .admin-page__import-card-hint,body.theme-royal.admin-mode .admin-page__bulk-import-desc,body.theme-royal.admin-mode .admin-page__bulk-import-hint,body.theme-royal.admin-mode .admin-page__bulk-import-label,body.theme-royal.admin-mode .admin-page__bulk-bar-count,body.theme-royal.admin-mode .admin-page__filter-field label,body.theme-royal.admin-mode .admin-dashboard__stat-label,body.theme-royal.admin-mode .admin-dashboard__filter-label,body.theme-royal.admin-mode .admin-table__contact,body.theme-royal.admin-mode .admin-table__subtext,body.theme-royal.admin-mode .admin-table__sku-more,body.theme-royal.admin-mode .admin-table__hint,body.theme-royal.admin-mode .admin-table__price-col,body.theme-royal.admin-mode .admin-inventory-stats__label,body.theme-royal.admin-mode .admin-settings-hub__desc,body.theme-royal.admin-mode .admin-settings__hint,body.theme-royal.admin-mode .admin-referrals__panel-head p,body.theme-royal.admin-mode .admin-referrals__empty p{color:#d4c9e4}body.theme-royal.admin-mode .admin-table__muted,body.theme-royal.admin-mode .admin-page__empty svg{color:#b8adc8}body.theme-royal.admin-mode .admin-page__import-card-desc strong,body.theme-royal.admin-mode .admin-page__empty h2,body.theme-royal.admin-mode .admin-page__empty-card h2,body.theme-royal.admin-mode .admin-attributes-page__section-header,body.theme-royal.admin-mode .admin-settings__preview strong,body.theme-royal.admin-mode .admin-marquee-item__header strong{color:#f0eaf5}body.theme-royal.admin-mode .admin-page__filters,body.theme-royal.admin-mode .admin-page__import-card,body.theme-royal.admin-mode .admin-page__empty,body.theme-royal.admin-mode .admin-page__empty-card,body.theme-royal.admin-mode .admin-page__bulk-import,body.theme-royal.admin-mode .admin-dashboard__stat-card,body.theme-royal.admin-mode .admin-table-wrapper,body.theme-royal.admin-mode .admin-inventory-page .admin-table-wrapper,body.theme-royal.admin-mode .admin-referrals__empty,body.theme-royal.admin-mode .admin-attr-layout__sidebar,body.theme-royal.admin-mode .admin-attr-layout__panel,body.theme-royal.admin-mode .admin-attributes__section,body.theme-royal.admin-mode .admin-inventory-stats__card,body.theme-royal.admin-mode .admin-settings__card,body.theme-royal.admin-mode .admin-settings-hub__card{background:#1a15288c;backdrop-filter:blur(20px) saturate(1.35);-webkit-backdrop-filter:blur(20px) saturate(1.35);border:1px solid rgba(212,175,55,.22);box-shadow:0 12px 40px #00000059,0 1px #d4af371f,inset 0 1px #ffffff14}body.theme-royal.admin-mode .admin-dashboard__stat-card:hover{background:#241e32c7;border-color:#d4af3773;box-shadow:0 14px 40px #00000073,0 0 0 1px #d4af3738}body.theme-royal.admin-mode .admin-settings-hub__card:hover{border-color:#d4af3780;box-shadow:0 10px 28px #0006}body.theme-royal.admin-mode .admin-inventory-stats__card{border-width:1px}body.theme-royal.admin-mode .admin-inventory-stats__card svg{color:#b8adc8}body.theme-royal.admin-mode .admin-inventory-stats__card--active{border-color:#d4af37;background:#d4af3724}body.theme-royal.admin-mode .admin-page__bulk-bar{background:#d4af371f;border-color:#d4af374d;box-shadow:inset 0 1px #ffffff0f}body.theme-royal.admin-mode .admin-table th{background:#241e32e6;color:#d4c9e4}body.theme-royal.admin-mode .admin-table td{color:#d4c9e4}body.theme-royal.admin-mode .admin-table tbody tr:hover{background:#d4af3712}body.theme-royal.admin-mode .admin-table__row--selected{background:#d4af371f}body.theme-royal.admin-mode .admin-table__row--selected:hover{background:#d4af372e}body.theme-royal.admin-mode .admin-table__row--danger{background:#dc50501a!important}body.theme-royal.admin-mode .admin-table__row--warning{background:#e6a0281a!important}body.theme-royal.admin-mode .admin-table__thumb,body.theme-royal.admin-mode .admin-table__thumb-placeholder{background:#ffffff0f;border-color:#3d3550}body.theme-royal.admin-mode .admin-table__mono{color:#d4c9e4}body.theme-royal.admin-mode .admin-table__price-col--sale{color:#f0eaf5}body.theme-royal.admin-mode .admin-table__btn{background:#d4af3724;color:#e5c76b}body.theme-royal.admin-mode .admin-table__btn:hover:not(:disabled){background:#d4af373d}body.theme-royal.admin-mode .admin-table__btn--muted{background:#ffffff12;color:#b8adc8}body.theme-royal.admin-mode .admin-page--antd .ant-card{box-shadow:0 4px 20px #00000059}body.theme-royal.admin-mode .admin-page--antd .admin-antd-filter-card{background:#1e1828b8;border-color:#3d3550e6}body.theme-royal.admin-mode .admin-page--antd .ant-table-wrapper .ant-table{background:#1e1828f0;box-shadow:inset 0 0 0 1px #3d3550cc}body.theme-royal.admin-mode .admin-page--antd .ant-table-wrapper .ant-table-thead>tr>th{border-bottom-color:#3d3550f2}body.theme-royal.admin-mode .admin-page--antd .ant-table-wrapper .ant-table-tbody>tr>td{border-bottom-color:#3d355099}body.theme-royal.admin-mode .admin-page--antd .ant-segmented{background:#241e32e0}body.theme-royal.admin-mode .admin-page--antd .admin-mobile-list__card{background:#1e1828f0;border-color:#3d3550d9;box-shadow:0 2px 12px #00000059}body.theme-royal.admin-mode .admin-page--antd .admin-mobile-list__header{border-bottom-color:#3d3550b3}body.theme-royal.admin-mode .admin-page--antd .admin-mobile-list__field dt{color:#b8adc8}body.theme-royal.admin-mode .admin-page--antd .admin-mobile-list__field dd{color:#f0eaf5}body.theme-royal.admin-mode .admin-page__search-input,body.theme-royal.admin-mode .admin-page__filter-select,body.theme-royal.admin-mode .admin-select,body.theme-royal.admin-mode .admin-order-consignment-input,body.theme-royal.admin-mode .admin-table__inline-input,body.theme-royal.admin-mode .admin-table__stock-input,body.theme-royal.admin-mode .admin-modal__field input,body.theme-royal.admin-mode .admin-modal__field select,body.theme-royal.admin-mode .admin-modal__field textarea,body.theme-royal.admin-mode .admin-sku-grid__row input,body.theme-royal.admin-mode .admin-inline-edit input,body.theme-royal.admin-mode .admin-attributes__add input[type=text],body.theme-royal.admin-mode .admin-attributes-page__color-input input[type=text]{background:#16121fb8;border-color:#3d3550;color:#f0eaf5}body.theme-royal.admin-mode .admin-page__search-input::placeholder,body.theme-royal.admin-mode .admin-page__filter-select::placeholder,body.theme-royal.admin-mode .admin-select::placeholder,body.theme-royal.admin-mode .admin-order-consignment-input::placeholder,body.theme-royal.admin-mode .admin-table__inline-input::placeholder,body.theme-royal.admin-mode .admin-table__stock-input::placeholder,body.theme-royal.admin-mode .admin-modal__field input::placeholder,body.theme-royal.admin-mode .admin-modal__field select::placeholder,body.theme-royal.admin-mode .admin-modal__field textarea::placeholder,body.theme-royal.admin-mode .admin-sku-grid__row input::placeholder,body.theme-royal.admin-mode .admin-inline-edit input::placeholder,body.theme-royal.admin-mode .admin-attributes__add input[type=text]::placeholder,body.theme-royal.admin-mode .admin-attributes-page__color-input input[type=text]::placeholder{color:#b8adc8;opacity:1}body.theme-royal.admin-mode .admin-page__search-input:focus,body.theme-royal.admin-mode .admin-page__filter-select:focus,body.theme-royal.admin-mode .admin-select:focus,body.theme-royal.admin-mode .admin-order-consignment-input:focus,body.theme-royal.admin-mode .admin-table__inline-input:focus,body.theme-royal.admin-mode .admin-table__stock-input:focus,body.theme-royal.admin-mode .admin-modal__field input:focus,body.theme-royal.admin-mode .admin-modal__field select:focus,body.theme-royal.admin-mode .admin-modal__field textarea:focus,body.theme-royal.admin-mode .admin-sku-grid__row input:focus,body.theme-royal.admin-mode .admin-inline-edit input:focus,body.theme-royal.admin-mode .admin-attributes__add input[type=text]:focus,body.theme-royal.admin-mode .admin-attributes-page__color-input input[type=text]:focus{border-color:#d4af37}body.theme-royal.admin-mode .admin-modal__field label,body.theme-royal.admin-mode .admin-modal__check-label,body.theme-royal.admin-mode .admin-modal__subtitle{color:#d4c9e4}body.theme-royal.admin-mode .admin-modal__field input[type=file],body.theme-royal.admin-mode .admin-page__import-file-label{background:#ffffff0a;border-color:#d4af3747;color:#d4c9e4}body.theme-royal.admin-mode .admin-page__import-card-hint code,body.theme-royal.admin-mode .admin-attributes__tag,body.theme-royal.admin-mode .admin-attr-layout__count,body.theme-royal.admin-mode .admin-sku-grid__list,body.theme-royal.admin-mode .admin-marquee-item,body.theme-royal.admin-mode .admin-settings__preview,body.theme-royal.admin-mode .admin-order-detail__address,body.theme-royal.admin-mode .admin-order-detail__item-thumb,body.theme-royal.admin-mode .admin-product-images__item{background:#ffffff0d;border-color:#3d3550;color:#d4c9e4}body.theme-royal.admin-mode .admin-page__filter-clear,body.theme-royal.admin-mode .admin-page__import-btn,body.theme-royal.admin-mode .admin-page__bulk-import-btn,body.theme-royal.admin-mode .admin-table__action-btn,body.theme-royal.admin-mode .admin-pagination__btn,body.theme-royal.admin-mode .admin-marquee-item__btn,body.theme-royal.admin-mode .admin-settings__add-preset,body.theme-royal.admin-mode .admin-order-detail__download-btn--secondary,body.theme-royal.admin-mode .admin-modal__cancel{background:#ffffff0d;border:1px solid rgba(212,175,55,.22);color:#d4c9e4}body.theme-royal.admin-mode .admin-page__filter-clear:hover:not(:disabled),body.theme-royal.admin-mode .admin-page__import-btn:hover:not(:disabled),body.theme-royal.admin-mode .admin-page__bulk-import-btn:hover:not(:disabled),body.theme-royal.admin-mode .admin-table__action-btn:hover:not(:disabled),body.theme-royal.admin-mode .admin-pagination__btn:hover:not(:disabled),body.theme-royal.admin-mode .admin-marquee-item__btn:hover:not(:disabled),body.theme-royal.admin-mode .admin-settings__add-preset:hover:not(:disabled),body.theme-royal.admin-mode .admin-order-detail__download-btn--secondary:hover:not(:disabled),body.theme-royal.admin-mode .admin-modal__cancel:hover:not(:disabled){background:#d4af371f;border-color:#d4af3780;color:#f0d878}body.theme-royal.admin-mode .admin-modal__close,body.theme-royal.admin-mode .admin-attr-layout__item{color:#d4c9e4}body.theme-royal.admin-mode .admin-modal__close:hover,body.theme-royal.admin-mode .admin-attr-layout__item:hover{color:#f0d878}body.theme-royal.admin-mode .admin-attr-layout__item:hover{background:#ffffff0f}body.theme-royal.admin-mode .admin-attr-layout__item--active{background:#d4af3724;color:#f0eaf5}body.theme-royal.admin-mode .admin-page__add-btn,body.theme-royal.admin-mode .admin-page__search-btn,body.theme-royal.admin-mode .admin-page__filter-apply,body.theme-royal.admin-mode .admin-page__bulk-duplicate-btn,body.theme-royal.admin-mode .admin-page__bulk-restore-btn,body.theme-royal.admin-mode .admin-page__import-btn--primary,body.theme-royal.admin-mode .admin-page__bulk-import-btn--primary,body.theme-royal.admin-mode .admin-modal__submit,body.theme-royal.admin-mode .admin-tabs__btn--active,body.theme-royal.admin-mode .admin-pagination__btn--active,body.theme-royal.admin-mode .admin-order-detail__download-btn:not(.admin-order-detail__download-btn--secondary),body.theme-royal.admin-mode .admin-marquee-item__save,body.theme-royal.admin-mode .admin-inline-edit__save,body.theme-royal.admin-mode .admin-attributes__add button{background:#d4af37;border-color:#d4af37;color:#14101f}body.theme-royal.admin-mode .admin-page__add-btn:hover:not(:disabled),body.theme-royal.admin-mode .admin-page__search-btn:hover:not(:disabled),body.theme-royal.admin-mode .admin-page__filter-apply:hover:not(:disabled),body.theme-royal.admin-mode .admin-page__bulk-duplicate-btn:hover:not(:disabled),body.theme-royal.admin-mode .admin-page__bulk-restore-btn:hover:not(:disabled),body.theme-royal.admin-mode .admin-page__import-btn--primary:hover:not(:disabled),body.theme-royal.admin-mode .admin-page__bulk-import-btn--primary:hover:not(:disabled),body.theme-royal.admin-mode .admin-modal__submit:hover:not(:disabled),body.theme-royal.admin-mode .admin-tabs__btn--active:hover:not(:disabled),body.theme-royal.admin-mode .admin-pagination__btn--active:hover:not(:disabled),body.theme-royal.admin-mode .admin-order-detail__download-btn:not(.admin-order-detail__download-btn--secondary):hover:not(:disabled),body.theme-royal.admin-mode .admin-marquee-item__save:hover:not(:disabled),body.theme-royal.admin-mode .admin-inline-edit__save:hover:not(:disabled),body.theme-royal.admin-mode .admin-attributes__add button:hover:not(:disabled){background:#f0d878;border-color:#f0d878;color:#14101f}body.theme-royal.admin-mode .admin-tabs{background:#241e32b8;border-color:#3d3550}body.theme-royal.admin-mode .admin-tabs__btn{color:#d4c9e4}body.theme-royal.admin-mode .admin-tabs__btn:hover{color:#f0d878;background:#d4af371a}body.theme-royal.admin-mode .admin-modal__overlay,body.theme-royal.admin-mode .admin-side-peek__overlay{background:#08060ead}body.theme-royal.admin-mode .admin-modal__content,body.theme-royal.admin-mode .admin-side-peek{background:#1e1828;border:1px solid rgba(212,175,55,.22);box-shadow:0 24px 70px #0000008c}body.theme-royal.admin-mode .admin-modal__header,body.theme-royal.admin-mode .admin-side-peek__header{border-bottom-color:#3d3550}body.theme-royal.admin-mode .admin-modal__hint,body.theme-royal.admin-mode .admin-modal__size-option{color:#d4c9e4;border-color:#3d3550}body.theme-royal.admin-mode .admin-modal__size-option--disabled{background:#ffffff0a}body.theme-royal.admin-mode .admin-badge--active,body.theme-royal.admin-mode .admin-badge--success{background:#3cb46e2e;color:#7ee2a8}body.theme-royal.admin-mode .admin-badge--inactive,body.theme-royal.admin-mode .admin-badge--danger{background:#dc50502e;color:#ff9b9b}body.theme-royal.admin-mode .admin-badge--muted,body.theme-royal.admin-mode .admin-badge--draft{background:#ffffff14;color:#b8adc8}body.theme-royal.admin-mode .admin-badge--featured,body.theme-royal.admin-mode .admin-badge--trending{background:#d4af372e;color:#f0d878}body.theme-royal.admin-mode .admin-badge--warning{background:#e6a0282e;color:#ffcc80}body.theme-royal.admin-mode .admin-badge--info{background:#78a0eb2e;color:#9dc0ff}body.theme-royal.admin-mode .admin-coupon__code{color:#f0d878;background:#d4af3724;border-color:#d4af3766}body.theme-royal.admin-mode .admin-order-carrier-link{color:#9dc0ff}body.theme-royal.admin-mode .admin-order-detail__meta p,body.theme-royal.admin-mode .admin-order-detail__totals p,body.theme-royal.admin-mode .admin-order-detail__sku-cell,body.theme-royal.admin-mode .admin-order-detail__notes p{color:#d4c9e4}body.theme-royal.admin-mode .admin-order-detail__meta strong,body.theme-royal.admin-mode .admin-order-detail__address h4,body.theme-royal.admin-mode .admin-order-detail__document-info h4,body.theme-royal.admin-mode .admin-order-detail__total{color:#f0eaf5!important}body.theme-royal.admin-mode .admin-order-detail__address p,body.theme-royal.admin-mode .admin-order-detail__document-info p,body.theme-royal.admin-mode .admin-order-detail__sku{color:#d4c9e4}body.theme-royal.admin-mode .admin-order-detail__items{background:#1e1828cc;border-color:#3d3550}body.theme-royal.admin-mode .admin-order-detail__document-card{background:linear-gradient(145deg,#241e32e6,#16121fe6);border-color:#3d3550}body.theme-royal.admin-mode .admin-order-detail__notes{background:#e6a0281a}body.theme-royal.admin-mode .admin-attr-layout__sidebar-title,body.theme-royal.admin-mode .admin-attr-layout__panel p,body.theme-royal.admin-mode .admin-attributes-page__empty,body.theme-royal.admin-mode .admin-settings__hint--meta{color:#b8adc8}body.theme-royal.admin-mode .admin-attr-swatch,body.theme-royal.admin-mode .admin-attributes-page__swatch{border-color:#3d3550}body.theme-royal.admin-mode .admin-settings-breadcrumb svg{color:#b8adc8}body.theme-royal.admin-mode .admin-marquee-item__badge{background:#ffffff14;color:#d4c9e4}body.theme-royal.admin-mode .admin-marquee-item__badge--live{background:#d4af372e;color:#f0d878}body.theme-royal.admin-mode .admin-marquee-item__badge--scheduled{background:#3cb46e2e;color:#7ee2a8}body.theme-royal.admin-mode .admin-marquee-item__text,body.theme-royal.admin-mode .admin-marquee-item__schedule{color:#d4c9e4}body.theme-royal.admin-mode .admin-marquee-item__schedule{background:#78a0eb1a;border-color:#78a0eb33}body.theme-royal.admin-mode .admin-sku-grid__row span{color:#d4c9e4}@keyframes wf-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes wf-fade-in{0%{opacity:0}to{opacity:1}}@keyframes wf-scale-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes wf-slide-right{0%{opacity:0;transform:translate(-14px)}to{opacity:1;transform:translate(0)}}@keyframes wf-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes wf-gold-pulse{0%,to{box-shadow:0 0 #c9a22759}50%{box-shadow:0 0 0 8px #c9a22700}}@keyframes wf-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes wf-underline{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.wf-page-enter{animation:wf-fade-in .42s cubic-bezier(.16,1,.3,1) both}@media (prefers-reduced-motion: reduce){.wf-page-enter{animation:wf-fade-in .2s ease both}}.wf-reveal{opacity:0;transform:translateY(22px);transition:opacity .56s cubic-bezier(.16,1,.3,1),transform .56s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.wf-reveal.is-visible{opacity:1;transform:translateY(0)}.wf-reveal--scale{transform:translateY(12px) scale(.97)}.wf-reveal--scale.is-visible{transform:translateY(0) scale(1)}.wf-reveal--left{transform:translate(-20px)}.wf-reveal--left.is-visible{transform:translate(0)}.wf-reveal--delay-1{transition-delay:80ms}.wf-reveal--delay-2{transition-delay:.16s}.wf-reveal--delay-3{transition-delay:.24s}.wf-reveal--delay-4{transition-delay:.32s}.wf-reveal--delay-5{transition-delay:.4s}.wf-reveal--delay-6{transition-delay:.48s}.wf-reveal--delay-7{transition-delay:.56s}.wf-reveal--delay-8{transition-delay:.64s}.wf-reveal--delay-9{transition-delay:.72s}.wf-reveal--delay-10{transition-delay:.8s}.wf-reveal--delay-11{transition-delay:.88s}.wf-reveal--delay-12{transition-delay:.96s}@media (prefers-reduced-motion: reduce){.wf-reveal{opacity:1;transform:none;transition:none}}.wf-stagger>*{animation:wf-fade-up .5s cubic-bezier(.16,1,.3,1) both}.wf-stagger>*:nth-child(1){animation-delay:0ms}.wf-stagger>*:nth-child(2){animation-delay:40ms}.wf-stagger>*:nth-child(3){animation-delay:80ms}.wf-stagger>*:nth-child(4){animation-delay:.12s}.wf-stagger>*:nth-child(5){animation-delay:.16s}.wf-stagger>*:nth-child(6){animation-delay:.2s}.wf-stagger>*:nth-child(7){animation-delay:.24s}.wf-stagger>*:nth-child(8){animation-delay:.28s}.wf-stagger>*:nth-child(9){animation-delay:.32s}.wf-stagger>*:nth-child(10){animation-delay:.36s}.wf-stagger>*:nth-child(11){animation-delay:.4s}.wf-stagger>*:nth-child(12){animation-delay:.44s}.wf-stagger>*:nth-child(13){animation-delay:.48s}.wf-stagger>*:nth-child(14){animation-delay:.48s}.wf-stagger>*:nth-child(15){animation-delay:.48s}.wf-stagger>*:nth-child(16){animation-delay:.48s}.wf-stagger>*:nth-child(17){animation-delay:.48s}.wf-stagger>*:nth-child(18){animation-delay:.48s}.wf-stagger>*:nth-child(19){animation-delay:.48s}.wf-stagger>*:nth-child(20){animation-delay:.48s}.wf-stagger>*:nth-child(21){animation-delay:.48s}.wf-stagger>*:nth-child(22){animation-delay:.48s}.wf-stagger>*:nth-child(23){animation-delay:.48s}.wf-stagger>*:nth-child(24){animation-delay:.48s}@media (prefers-reduced-motion: reduce){.wf-stagger>*{animation:none}}.wf-shimmer-text{background:linear-gradient(105deg,#c9a227,#e2c56a,#c9a227 90%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:wf-shimmer 3.5s linear infinite}@media (prefers-reduced-motion: reduce){.wf-shimmer-text{animation:none;color:#c9a227;background:none}}.wf-skeleton{background:linear-gradient(90deg,#ede8e0,#f4f2ed,#ede8e0 80%);background-size:200% 100%;animation:wf-shimmer 1.4s ease-in-out infinite;border-radius:8px}html.capacitor-app{--wf-safe-top-native: 0px;--wf-safe-bottom-native: 0px;--wf-safe-top-fallback: 0px;--wf-safe-bottom-fallback: 0px;--wf-safe-top: min( max( env(safe-area-inset-top, 0px), var(--wf-safe-top-native), var(--wf-safe-top-fallback) ), 56px );--wf-safe-bottom: min( max( env(safe-area-inset-bottom, 0px), var(--wf-safe-bottom-native), var(--wf-safe-bottom-fallback) ), 48px );--wf-safe-left: env(safe-area-inset-left, 0px);--wf-safe-right: env(safe-area-inset-right, 0px);--wf-app-header: calc(64px + 36px + var(--wf-safe-top));--wf-app-footer: calc(72px + var(--wf-safe-bottom));min-height:100%;height:auto}html.capacitor-app body{min-height:100%;min-height:100dvh;height:auto;overflow-x:hidden!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;touch-action:pan-y pinch-zoom;overscroll-behavior-y:auto;background-attachment:scroll!important}html.capacitor-app body.theme-gold{background-color:#f3efe8!important;background-image:none!important}html.capacitor-app body.theme-royal{background-color:var(--wf-page-bg)!important;background-image:linear-gradient(165deg,#110e16,#1a1524,#120e18)!important}html.capacitor-app #root{min-height:100%;overflow:visible}html.capacitor-app .header{top:0;padding-top:0;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-bottom:none;box-shadow:none}html.capacitor-app .header:before{content:"";position:absolute;top:0;left:0;right:0;height:var(--wf-safe-top);background:#0a0810;z-index:2;pointer-events:none}html.capacitor-app .header__announcement{margin-top:var(--wf-safe-top)}html.capacitor-app .header__mobile{background:#fffffffa;border-bottom:1px solid rgba(255,255,255,.5);box-shadow:0 8px 28px #1a14100f,inset 0 1px #ffffffb3;padding:0 max(10px,var(--wf-safe-right)) 0 max(10px,var(--wf-safe-left));min-height:56px}html.capacitor-app .header__announcement,html.capacitor-app .header__mobile,html.capacitor-app .header__desktop{position:relative;z-index:1}html.capacitor-app .mobile-bottom-nav{display:grid;padding-bottom:calc(6px + var(--wf-safe-bottom));backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html.capacitor-app .main-layout__content{padding-top:var(--wf-app-header);padding-bottom:var(--wf-app-footer)}@media (min-width: 768px){html.capacitor-app{--wf-app-header: calc(72px + 36px + var(--wf-safe-top))}html.capacitor-app .main-layout__content{padding-bottom:0}}@media (max-width: 767px){html.capacitor-app .home__hero-stage{--home-mobile-chrome: calc(var(--wf-app-header) + var(--wf-app-footer));min-height:calc(100dvh - var(--home-mobile-chrome));max-height:calc(100dvh - var(--home-mobile-chrome));height:calc(100dvh - var(--home-mobile-chrome));padding:6px .5rem}}html.capacitor-app .home__hero-mobile{gap:4px;min-height:0;overflow:hidden}html.capacitor-app .home__hero-mobile-stage{padding:0 4px;min-height:0;overflow:hidden}html.capacitor-app .home__hero-mobile-spotlight-image{min-height:0;aspect-ratio:unset}html.capacitor-app .home__hero-mobile-thumbs{display:none}html.capacitor-app .home__hero-mobile-cta{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#1c1210eb!important;max-width:min(100%,260px);min-height:44px;font-size:.68rem}html.capacitor-app .home__hero-mobile-controls{gap:4px;padding-bottom:0}html.capacitor-app .home__hero-mobile-arrow{width:36px;height:36px;flex-shrink:0}@media (max-width: 360px){html.capacitor-app .home__hero-mobile-title{font-size:1rem}html.capacitor-app .home__hero-mobile-arrow{width:34px;height:34px}}@media (min-width: 361px) and (max-width: 767px) and (min-height: 740px){html.capacitor-app .home__hero-mobile-spotlight-caption{padding-bottom:12px}}html.capacitor-app .mobile-sidebar{padding-top:0;padding-bottom:var(--wf-safe-bottom);padding-left:max(var(--wf-safe-left),0px);box-sizing:border-box;height:100dvh;max-height:100dvh}html.capacitor-app .mobile-sidebar:before{content:"";display:block;flex-shrink:0;height:var(--wf-safe-top);min-height:var(--wf-safe-top);background:#0a0810}html.capacitor-app .mobile-sidebar__header{min-height:56px;flex-shrink:0}html.capacitor-app .cart-drawer{padding-top:var(--wf-safe-top);padding-bottom:var(--wf-safe-bottom);box-sizing:border-box}html.capacitor-app .header__search-panel{margin-top:calc(var(--header-total-height, 108px) + var(--wf-safe-top))}html.capacitor-app .catalog-float{right:max(16px,var(--wf-safe-right));bottom:calc(76px + var(--wf-safe-bottom) + 52px)}html.capacitor-app .whatsapp-float{left:max(12px,var(--wf-safe-left));bottom:calc(72px + var(--wf-safe-bottom) + 12px + 44px + 12px)}html.capacitor-app .scroll-top{right:max(16px,var(--wf-safe-right));bottom:calc(76px + var(--wf-safe-bottom))}html.capacitor-app .shop__sidebar.shop__sidebar--open{padding-top:0!important;padding-bottom:var(--wf-safe-bottom);box-sizing:border-box}html.capacitor-app .shop__sidebar.shop__sidebar--open:before{content:"";display:block;flex-shrink:0;height:var(--wf-safe-top);min-height:var(--wf-safe-top);background:#0a0810}html.capacitor-app .shop__sidebar-header{padding-top:12px;padding-bottom:12px}html.capacitor-app .shop__sidebar-footer{padding-bottom:calc(.5rem + var(--wf-safe-bottom))!important}html.capacitor-app .app-lock-gate,html.capacitor-app .animated-splash,html.capacitor-app .product-detail__lightbox{padding-top:var(--wf-safe-top);padding-bottom:var(--wf-safe-bottom)}html.capacitor-app .product-detail__quick-buy{padding-bottom:calc(1rem + var(--wf-safe-bottom))}html.capacitor-app .auth{padding-top:calc(2rem + var(--wf-safe-top));padding-bottom:calc(2rem + var(--wf-safe-bottom))}html.capacitor-app .Toastify__toast-container--top-right{top:calc(12px + var(--wf-safe-top));right:max(12px,var(--wf-safe-right))}html.capacitor-app .home__hero-glitter-particle--streak{display:none}html.capacitor-app .home__hero-glitter-shimmer{animation-duration:14s;opacity:.45}html.capacitor-app .home__hero-ambient-slide{filter:blur(28px) saturate(1.1) brightness(.55)}html.capacitor-app .home__section{padding-top:1rem;padding-bottom:1rem}html.capacitor-app .home__section--categories{padding-top:1rem;padding-bottom:.5rem}html.capacitor-app .home__section-header,html.capacitor-app .home__category-slider-header{margin-bottom:.5rem}html.capacitor-app .home__promo,html.capacitor-app .home__features{padding-top:1.5rem;padding-bottom:1.5rem}html.capacitor-app .shop{--shop-sticky-top: var(--wf-app-header)}html.capacitor-app .shop__header-wrap{top:var(--shop-sticky-top);backdrop-filter:none!important;-webkit-backdrop-filter:none!important;z-index:900}html.capacitor-app .shop__header{padding:8px 0 10px}html.capacitor-app body.theme-royal .shop__header-wrap{background:#120e1afa!important;border-bottom-color:var(--wf-border)}html.capacitor-app body.theme-gold .shop__header-wrap{background:#fffffffa!important}html.capacitor-app .product-card,html.capacitor-app .wf-glass,html.capacitor-app .wf-glass--soft,html.capacitor-app .shop__sidebar,html.capacitor-app .profile__card{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html.capacitor-app body.theme-royal .header__mobile{background:#120e1afa!important;border-bottom-color:var(--wf-border);box-shadow:0 4px 20px #00000059}html.capacitor-app body.theme-royal .mobile-bottom-nav{background:#181220fa!important;border-top-color:var(--wf-border)}html.capacitor-app body.theme-royal .mobile-sidebar,html.capacitor-app body.theme-royal .mobile-sidebar__header,html.capacitor-app body.theme-royal .mobile-sidebar__body,html.capacitor-app body.theme-royal .mobile-sidebar__tree{background:var(--wf-surface)!important}html.capacitor-app body.theme-royal .mobile-sidebar__header{background:var(--wf-highlight)!important}html.capacitor-app body.theme-royal .shop__sidebar,html.capacitor-app body.theme-royal .shop__sidebar.shop__sidebar--open,html.capacitor-app body.theme-royal .shop__sidebar-body,html.capacitor-app body.theme-royal .shop__sidebar-header,html.capacitor-app body.theme-royal .shop__sidebar-footer{background:var(--wf-surface)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html.capacitor-app body.theme-royal .shop__sidebar-header,html.capacitor-app body.theme-royal .shop__sidebar-footer{background:var(--wf-highlight)!important}html.capacitor-app body.theme-royal .shop__sidebar-backdrop{background:#000000b8!important}html.capacitor-app body.theme-royal .cart__item,html.capacitor-app body.theme-royal .checkout__saved-address{background:var(--wf-surface)!important;border-color:var(--wf-border)!important}html.capacitor-app body.theme-royal .cart__summary,html.capacitor-app body.theme-royal .checkout__summary{background:var(--wf-surface)!important;border-color:var(--wf-border)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html.capacitor-app body.theme-royal .cart__summary-row--total,html.capacitor-app body.theme-royal .checkout__summary-row--total{color:var(--wf-primary)!important}html.capacitor-app body.theme-royal .product-detail__option-group{background:#241e32eb!important;border-color:#d4af372e!important}html.capacitor-app body.theme-royal .theme-toggle__track{background:var(--wf-highlight);border-color:var(--wf-border)}html.capacitor-app body.theme-royal .theme-toggle__option--active{background:var(--wf-surface);color:var(--wf-primary)}html.capacitor-app body.theme-gold .header__mobile,html.capacitor-app body.theme-gold .mobile-bottom-nav{background:#fffffffa!important}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;overflow-x:hidden}body{font-family:Figtree,Segoe UI,sans-serif;font-size:1rem;font-weight:400;line-height:1.65;color:var(--wf-text, #1a1410);background-color:#f3efe8;background-image:radial-gradient(ellipse 90% 70% at 8% 12%,rgba(201,162,39,.22),transparent 55%),radial-gradient(ellipse 70% 60% at 92% 8%,rgba(183,110,121,.14),transparent 50%),radial-gradient(ellipse 60% 50% at 78% 88%,rgba(139,105,20,.12),transparent 55%),radial-gradient(ellipse 50% 40% at 12% 85%,rgba(74,111,165,.08),transparent 50%),linear-gradient(165deg,#faf6f0,#f0ebe3 45%,#ebe4da);background-attachment:fixed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-width:320px}html,body{height:auto;min-height:100%}.wf-glass{background:#ffffffb8;backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border:1px solid rgba(255,255,255,.5);box-shadow:0 10px 40px #1a141012,0 1px #c9a2271f,inset 0 1px #ffffffb3;border-radius:12px}.wf-glass--soft{background:#ffffff9e;backdrop-filter:blur(18px) saturate(1.35);-webkit-backdrop-filter:blur(18px) saturate(1.35);border:1px solid rgba(255,255,255,.55);box-shadow:0 8px 32px #1a14100f,inset 0 1px #ffffffa6;border-radius:12px}::selection{background:#c9a22740;color:#1a1410}:focus-visible{outline:2px solid rgba(201,162,39,.6);outline-offset:2px}button,a,[role=button]{-webkit-tap-highlight-color:transparent}h1,h2,h3,h4,h5,h6{font-family:Fraunces,Georgia,serif;font-weight:700;line-height:1.15;letter-spacing:-.015em}html.capacitor-app{-webkit-text-size-adjust:100%;text-size-adjust:100%}h1{font-weight:800;letter-spacing:-.025em}h2,h3{font-weight:700}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.container{padding:0 1.5rem}}@media (min-width: 768px){.container{padding:0 2rem}}@media (min-width: 1200px){.container{padding:0 3rem}}.auth-signup-toast{width:min(360px,100vw - 32px);min-height:auto!important;padding:12px 36px 12px 14px!important;position:relative}.auth-signup-toast .Toastify__toast-body{align-items:flex-start;padding:0;margin:0}.auth-signup-toast .Toastify__toast-icon{align-self:flex-start;margin-top:2px}.auth-signup-toast .Toastify__close-button{position:absolute;top:8px;right:8px;color:#4a433c!important;opacity:1!important;align-self:flex-start;padding:4px;background:transparent;border:none;cursor:pointer;z-index:2}.auth-signup-toast .Toastify__close-button svg{width:16px;height:16px;fill:currentColor}.auth-signup-toast .Toastify__close-button:hover{color:#1a1410!important;opacity:1!important}.cart-error-toast__action{display:inline;padding:0;border:none;background:none;color:inherit;font:inherit;font-weight:700;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.cart-error-toast__action:hover{opacity:.85}.auth-toast{display:flex;flex-direction:column;gap:12px;width:100%;padding-right:8px}.auth-toast__close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;background:transparent;color:#4a433c;cursor:pointer;padding:0}.auth-toast__close:hover{color:#1a1410;background:#8a7f721a}.auth-toast__message{margin:0;font-size:.875rem;line-height:1.5;color:#2e2924;font-weight:500}.auth-toast__button{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-width:120px;padding:10px 18px;border:none;border-radius:8px;background:#c9a227;color:#fff!important;font-size:.875rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #c9a22740;transition:background .15s cubic-bezier(.22,1,.36,1),transform .15s cubic-bezier(.22,1,.36,1)}.auth-toast__button:hover{background:#a78620;transform:translateY(-1px)}.field-error{margin:4px 0 0;font-size:.75rem;line-height:1.45;color:#b33a3a}.field-error-input{border-color:#b33a3a!important}.field-error-input:focus{border-color:#b33a3a!important;box-shadow:0 0 0 3px #b33a3a1f!important}.page-loader{display:flex;align-items:center;justify-content:center;min-height:50vh;padding:3rem}.page-loader__spinner{width:40px;height:40px;border:3px solid rgba(201,162,39,.2);border-top-color:#c9a227;border-radius:50%;animation:home-loader-spin .8s linear infinite}
