: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:16px;bottom:calc(76px + env(safe-area-inset-bottom,0px));z-index:900;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:9999px;background:#f58220;color:#fff;font-size:1.2rem;cursor:pointer;box-shadow:0 4px 16px #f5822066;opacity:0;visibility:hidden;transform:translateY(12px);transition:all .3s ease cubic-bezier(.34,1.4,.64,1)}@media (min-width: 768px){.scroll-top{right:24px;bottom:28px;width:48px;height:48px}}.scroll-top--visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top:hover{background:#ec720b;transform:translateY(-4px) scale(1.06);box-shadow:0 8px 24px #f5822080}.logo{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;flex-shrink:0;line-height:0;transition:transform .15s ease}.logo:hover{transform:translateY(-1px)}.logo__stack{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;line-height:0}.logo--align-start{justify-content:flex-start}.logo--align-start .logo__stack{align-items:flex-start}.logo__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.logo__mark{display:block;object-fit:cover;object-position:center center;image-rendering:-webkit-optimize-contrast}.logo__mark--daydream{width:clamp(128px,44vw,210px);height:clamp(34px,9vw,46px)}.logo__mark--fashion{width:clamp(76px,26vw,118px);height:clamp(12px,3.2vw,16px);margin-top:-2px}.logo--large .logo__mark--daydream{height:clamp(38px,10vw,50px);width:clamp(140px,48vw,230px)}.logo--large .logo__mark--fashion{height:clamp(14px,3.6vw,18px);width:clamp(84px,28vw,128px);margin-top:-3px}@media (min-width: 768px){.logo__mark--daydream{width:210px;height:44px}.logo__mark--fashion{width:112px;height:15px;margin-top:-2px}.logo--large .logo__mark--daydream{width:240px;height:50px}.logo--large .logo__mark--fashion{width:128px;height:17px;margin-top:-3px}}.mobile-sidebar{position:fixed;top:0;left:0;z-index:1102;width:min(300px,85vw);height:100vh;height:100dvh;max-height:100dvh;background:#fff;box-shadow:6px 0 28px #0000001f;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column}.mobile-sidebar--open{transform:translate(0)}.mobile-sidebar__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1101;background:#00000059;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.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:64px;padding:.5rem 1rem;background:#fff;border-bottom:1px solid #e9ecef;box-shadow:0 1px 3px #0000001a}.mobile-sidebar__title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:700;color:#111}.mobile-sidebar__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:9999px;background:#f8f9fa;color:#495057;font-size:1.25rem;cursor:pointer;transition:background .15s ease,color .15s ease}.mobile-sidebar__close:hover{background:#e9ecef;color:#111}.mobile-sidebar__nav{display:flex;flex-direction:column;flex:1;padding:1rem 0;overflow-y:auto;background:#fff}.mobile-sidebar__link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:1rem;font-weight:500;color:#343a40;text-decoration:none;background:none;border:none;width:100%;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.mobile-sidebar__link svg{font-size:1.15rem;color:#adb5bd}.mobile-sidebar__link:hover,.mobile-sidebar__link--active{background:#f5822014;color:#f58220}.mobile-sidebar__link:hover svg,.mobile-sidebar__link--active svg{color:#f58220}.mobile-sidebar__link--logout{margin-top:1rem;border-top:1px solid #e9ecef;padding-top:1.5rem;color:#dc3545}.mobile-sidebar__link--logout:hover{background:#fdf2f2;color:#dc3545}.header{--header-height: 72px;position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;background:#000;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 2px 12px #00000059}@media (min-width: 768px){.header{--header-height: 84px}}.header__mobile{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:var(--header-height);padding:0 .5rem;gap:.25rem}@media (min-width: 768px){.header__mobile{display:none}}.header__mobile-side{display:flex;align-items:center;min-width:0}.header__mobile-side--start{justify-content:flex-start}.header__mobile-side--end{justify-content:flex-end}.header__mobile-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border:none;background:none;color:#fff;font-size:1.35rem;cursor:pointer;text-decoration:none;border-radius:8px;transition:background .15s ease,color .15s ease,transform .15s ease cubic-bezier(.34,1.4,.64,1)}.header__mobile-btn:hover{color:#76b900;background:#ffffff14;transform:scale(1.06)}.header__mobile-btn--active{color:#f58220;background:#ffffff1a}.header__mobile-logo{justify-self:center;max-width:100%;min-width:0}.header__mobile-logo:hover{transform:none}.header__mobile-logo .logo__svg{height:46px;max-width:min(220px,58vw)}.header__mobile-actions{display:flex;align-items:center;gap:2px;flex-shrink:0}.header__mobile-cart{position:relative}.header__mobile-cart-badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;background:#f58220;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:2rem}@media (min-width: 992px){.header__nav--desktop{gap:3rem}}.header__nav-link{font-size:1rem;font-weight:500;color:#ffffffe6;text-decoration:none;transition:color .15s ease,transform .15s ease cubic-bezier(.22,1,.36,1);padding:.25rem 0;position:relative}.header__nav-link:hover,.header__nav-link:focus-visible{color:#76b900;transform:translateY(-1px)}.header__nav-link:after{content:"";position:absolute;bottom:2px;left:0;right:0;height:2px;background:#f58220;width:0;transition:width .3s ease}.header__nav-link:hover:after,.header__nav-link:focus-visible:after,.header__nav-link--active:after{width:100%}.header__nav-link--active{color:#76b900;font-weight:600}.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:#fff;text-decoration:none;background:none;border:none;cursor:pointer;font-size:1.2rem;transition:all .15s ease cubic-bezier(.34,1.4,.64,1);position:relative}.header__action-btn:hover{color:#76b900;background:#ffffff14;transform:scale(1.08)}.header__action-btn--active{color:#f58220;background:#ffffff1a}.header__cart-btn{position:relative}.header__cart-badge{position:absolute;top:0;right:0;min-width:18px;height:18px;padding:0 4px;background:#f58220;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;color:#ffffffe6;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 10px 25px #00000026;padding:.25rem 0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .15s ease;z-index:1001}.header__dropdown-item{display:block;width:100%;padding:.5rem 1rem;font-size:.875rem;color:#495057;text-decoration:none;background:none;border:none;cursor:pointer;text-align:left}.header__dropdown-item:hover{background:#f8f9fa;color:#f58220}.header__dropdown-item--active{color:#f58220;background:#f5822014;font-weight:600}.header__dropdown-item--logout{color:#dc3545;border-top:1px solid #e9ecef;margin-top:.25rem;padding-top:.5rem}.header__dropdown-item--logout:hover{color:#dc3545;background:#fdf2f2}.header__search{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .15s ease;background:#fff;border-bottom:1px solid transparent}.header__search--open{max-height:72px;opacity:1;border-bottom-color:#e9ecef}.header__search-form{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;max-width:1280px;margin:0 auto}@media (min-width: 768px){.header__search-form{padding:.5rem 2rem}}.header__search-icon{flex-shrink:0;font-size:1.15rem;color:#adb5bd}.header__search-input{flex:1;min-width:0;border:none;background:transparent;font-size:1rem;color:#111;outline:none;padding:.5rem 0}.header__search-input::placeholder{color:#adb5bd}.header__search-close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;border:none;border-radius:9999px;background:#f8f9fa;color:#495057;cursor:pointer;font-size:1.1rem}.footer{background:#111;color:#dee2e6;padding:3rem 0 1.5rem;margin-top:auto}@media (max-width: 767px){.footer{padding-bottom:calc(1.5rem + 72px + 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.5fr}}.footer__brand{max-width:340px}.footer__logo-link{margin-bottom:1.5rem;display:inline-flex;justify-content:flex-start;align-self:flex-start}.footer__logo-link .logo__stack{align-items:flex-start}.footer__tagline{font-size:.875rem;line-height:1.7;margin-bottom:1.5rem;color:#ced4da}.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 #6c757d;color:#ced4da;font-size:1rem;transition:all .15s ease cubic-bezier(.34,1.4,.64,1)}.footer__social-link:hover{background:#f58220;border-color:#f58220;color:#fff;transform:translateY(-3px) scale(1.08)}.footer__heading{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:700;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.12em;position:relative;padding-bottom:.5rem}.footer__heading:after{content:"";display:block;width:36px;height:3px;margin-top:.5rem;background:linear-gradient(90deg,#76b900,#f58220);border-radius:2px}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__link{font-size:.875rem;color:#ced4da;text-decoration:none;transition:color .15s ease,transform .15s ease cubic-bezier(.22,1,.36,1);padding:2px 0}.footer__link:hover{color:#f58220;transform:translate(4px)}.footer__contact-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1rem;font-size:.875rem;color:#ced4da}.footer__contact-item svg{flex-shrink:0;margin-top:3px;color:#f58220}.footer__contact-item a{color:inherit;text-decoration:none}.footer__contact-item a:hover{color:#f58220}.footer__bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.875rem;color:#adb5bd}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid #e9ecef;box-shadow:0 -2px 12px #11111114;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:#6c757d;text-decoration:none;border-radius:8px;transition:color .15s ease,background .15s ease,transform .15s ease cubic-bezier(.34,1.4,.64,1);min-width:0;position:relative}.mobile-bottom-nav__item svg{font-size:1.25rem;flex-shrink:0;transition:transform .15s ease cubic-bezier(.34,1.4,.64,1)}.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:#f58220;background:#f582200f}.mobile-bottom-nav__item:hover svg,.mobile-bottom-nav__item:focus-visible svg{transform:scale(1.12)}.mobile-bottom-nav__item--active{color:#f58220;font-weight:600}.mobile-bottom-nav__item--active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:24px;height:3px;background:linear-gradient(90deg,#76b900,#f58220);border-radius:0 0 3px 3px}.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:#f58220;color:#fff;font-size:10px;font-weight:600;border-radius:9999px;display:flex;align-items:center;justify-content:center;line-height:1}.cart-sidebar{position:fixed;top:0;right:0;z-index:1103;width:min(420px,92vw);height:100vh;height:100dvh;max-height:100dvh;background:#fff;box-shadow:-6px 0 28px #0000001f;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-sidebar--open{transform:translate(0)}.cart-sidebar__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1102;background:#00000059;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-sidebar__backdrop--open{opacity:1;visibility:visible}.cart-sidebar__header{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;flex-shrink:0;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e9ecef}.cart-sidebar__title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;font-weight:700;color:#111;margin:0}.cart-sidebar__count{margin:4px 0 0;font-size:.875rem;color:#adb5bd}.cart-sidebar__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:9999px;background:#f8f9fa;color:#495057;font-size:1.25rem;cursor:pointer;flex-shrink:0;transition:background .15s ease,color .15s ease}.cart-sidebar__close:hover{background:#e9ecef;color:#111}.cart-sidebar__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-sidebar__empty{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:4rem 1rem;text-align:center;color:#adb5bd}.cart-sidebar__empty-icon{font-size:2.5rem;color:#dee2e6;margin-bottom:1rem}.cart-sidebar__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.cart-sidebar__item{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #f8f9fa}.cart-sidebar__item:last-child{border-bottom:none;padding-bottom:0}.cart-sidebar__item-image{width:72px;height:92px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f8f9fa}.cart-sidebar__item-image img{width:100%;height:100%;object-fit:cover}.cart-sidebar__item-placeholder{width:100%;height:100%;background:#e9ecef}.cart-sidebar__item-details{flex:1;min-width:0}.cart-sidebar__item-name{display:block;font-weight:600;font-size:.875rem;color:#212529;text-decoration:none;line-height:1.35;margin-bottom:4px}.cart-sidebar__item-name:hover{color:#f58220}.cart-sidebar__item-meta{font-size:.75rem;color:#adb5bd;margin:0 0 .25rem}.cart-sidebar__item-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.cart-sidebar__item-qty{font-size:.75rem;color:#6c757d}.cart-sidebar__item-price{font-weight:600;font-size:.875rem;color:#111}.cart-sidebar__footer{flex-shrink:0;padding:1.5rem;border-top:1px solid #e9ecef;background:#f8f9fa}.cart-sidebar__subtotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;font-size:.875rem;color:#495057}.cart-sidebar__subtotal strong{font-size:1.125rem;color:#111}.cart-sidebar__actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.cart-sidebar__btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.cart-sidebar__btn:disabled{opacity:.6;cursor:not-allowed}.cart-sidebar__btn{display:flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:8px;font-weight:600;font-size:.875rem;text-decoration:none;text-align:center}.cart-sidebar__btn--outline{background:#fff;border:1px solid #dee2e6;color:#111}.cart-sidebar__btn--outline:hover{border-color:#f58220;color:#f58220}.cart-sidebar__btn--primary{background:#f58220;border:1px solid #F58220;color:#fff}.cart-sidebar__btn--primary:hover{background:#e26d0a;border-color:#e26d0a}.main-layout{display:flex;flex-direction:column;min-height:100vh}.main-layout__content{flex:1;padding-top:72px;animation:fade-in .45s cubic-bezier(.22,1,.36,1)}@media (min-width: 768px){.main-layout__content{padding-top:84px;padding-bottom:0}}@media (max-width: 767px){.main-layout__content{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}}.admin-layout{display:flex;min-height:100vh;--admin-sidebar-width: 280px;--admin-mobile-bar-height: 60px}.admin-layout__mobile-bar,.admin-layout__backdrop{display:none}.admin-layout__sidebar{width:var(--admin-sidebar-width);background:#111;color:#fff;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:1200;transition:transform .3s ease}.admin-layout__brand{padding:1.5rem .5rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:stretch;gap:.5rem;flex-shrink:0}.admin-layout__logo-link{display:block;width:100%;line-height:0;text-decoration:none}.admin-layout__logo-img{display:block;width:100%;height:auto;max-height:96px;object-fit:contain;object-position:left center}.admin-layout__brand-label{font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ced4da;padding-left:4px}.admin-layout__nav{flex:1;padding:1rem 0;display:flex;flex-direction:column;gap:2px;overflow-y:auto;-webkit-overflow-scrolling:touch}.admin-layout__nav-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;color:#ced4da;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .15s ease;border-left:3px solid transparent;flex-shrink:0}.admin-layout__nav-link svg{font-size:1.1rem;flex-shrink:0}.admin-layout__nav-link:hover{color:#fff;background:#ffffff0d}.admin-layout__nav-link--active{color:#fff;background:#ffffff1a;border-left-color:#f58220}.admin-layout__logout{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;color:#ced4da;background:none;border:none;border-top:1px solid rgba(255,255,255,.1);cursor:pointer;font-size:.875rem;font-weight:500;transition:color .15s ease;flex-shrink:0;width:100%;text-align:left}.admin-layout__logout:hover{color:#f58220}.admin-layout__content{flex:1;margin-left:var(--admin-sidebar-width);padding:2rem;background:#f8f9fa;min-height:100vh;min-width:0}@media (max-width: 991px){.admin-layout__mobile-bar{display:flex;align-items:center;gap:.5rem;position:fixed;top:0;left:0;right:0;z-index:1100;height:var(--admin-mobile-bar-height);padding:0 .5rem;background:#111;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 2px 12px #0003}.admin-layout__menu-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;border:none;border-radius:8px;background:#ffffff14;color:#fff;font-size:1.35rem;cursor:pointer;transition:background .15s ease}.admin-layout__menu-btn:hover{background:#ffffff24}.admin-layout__mobile-brand{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}.admin-layout__mobile-logo-link{flex-shrink:0;line-height:0}.admin-layout__mobile-logo{display:block;height:36px;width:auto;max-width:120px;object-fit:contain;object-position:left center}.admin-layout__mobile-title{font-size:.875rem;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-layout__backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1150;border:none;padding:0;background:#00000080;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.admin-layout--sidebar-open .admin-layout__backdrop{opacity:1;visibility:visible}.admin-layout__sidebar{transform:translate(-100%);box-shadow:4px 0 24px #00000040}.admin-layout__sidebar--open{transform:translate(0)}.admin-layout__content{margin-left:0;padding:calc(var(--admin-mobile-bar-height) + 1rem) 1rem 1.5rem}}@media (max-width: 575px){.admin-layout__content{padding:calc(var(--admin-mobile-bar-height) + .5rem) .5rem 1rem}.admin-layout__logo-img{max-height:80px}}.product-card{position:relative;background:#fff;border-radius:12px;overflow:hidden;transition:transform .3s ease cubic-bezier(.22,1,.36,1),box-shadow .3s ease,border-color .3s ease;border:1px solid #e9ecef}.product-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.35) 50%,transparent 60%);transform:translate(-120%);transition:transform .7s cubic-bezier(.22,1,.36,1);pointer-events:none;z-index:2}.product-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #1111111f;border-color:#f5822040}.product-card:hover:after{transform:translate(120%)}.product-card:hover .product-card__actions-overlay{opacity:1;transform:translateY(0)}.product-card:hover .product-card__image{transform:scale(1.06)}.product-card:hover .product-card__name{color:#f58220}.product-card__image-link{display:block;text-decoration:none}.product-card__image-wrapper{position:relative;aspect-ratio:3/4;overflow:hidden;background:#f8f9fa}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card__badge{position:absolute;top:.5rem;left:.5rem;padding:3px 10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px}.product-card__badge--trending{background:#f58220;color:#fff}.product-card__badge--featured{background:#76b900;color:#000}.product-card__actions-overlay{position:absolute;top:.5rem;right:.5rem;display:flex;flex-direction:column;gap:.25rem;opacity:0;transform:translateY(-8px);transition:all .3s ease}.product-card__action-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9999px;background:#fff;border:none;cursor:pointer;box-shadow:0 1px 3px #0000001a;color:#495057;font-size:1rem;transition:all .15s ease cubic-bezier(.34,1.4,.64,1)}.product-card__action-btn:hover{background:#f58220;color:#fff;transform:scale(1.12)}.product-card__action-btn--active{background:#f58220;color:#fff}.product-card__info{padding:1rem}.product-card__category{display:block;font-size:.75rem;color:#adb5bd;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.product-card__name{display:block;font-size:1rem;font-weight:600;color:#212529;text-decoration:none;margin-bottom:.5rem;line-height:1.3;transition:color .15s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__name:hover{color:#f58220}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.product-card__cart-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;border-radius:8px;background:#f58220;border:none;cursor:pointer;color:#fff;font-size:1rem;transition:all .15s ease cubic-bezier(.34,1.4,.64,1)}.product-card__cart-btn:hover{background:#e26d0a;transform:scale(1.1) rotate(-4deg);box-shadow:0 4px 12px #f5822066}.product-card--floating-actions{border:none;box-shadow:none;background:transparent}.product-card--floating-actions:hover{transform:none;box-shadow:none}.product-card--floating-actions .product-card__image-wrapper{border-radius:12px}.product-card--floating-actions .product-card__float-actions{position:absolute;bottom:.5rem;right:.5rem;z-index:2;display:flex;flex-direction:column;gap:8px}.product-card--floating-actions .product-card__action-btn{opacity:1;transform:none;width:34px;height:34px;box-shadow:0 4px 6px #0000001a}.product-card--floating-actions .product-card__info{padding:.5rem .25rem 1rem;text-align:center}.product-card--floating-actions .product-card__name{font-size:.875rem;font-weight:500}.product-card--floating-actions .product-card__footer{justify-content:center}.product-card--floating-actions .product-card__price-current{font-size:1rem;color:#f58220}.product-card__price{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap}.product-card__price-current{font-size:1.125rem;font-weight:700;color:#111}.product-card__price-range{font-size:.875rem;color:#adb5bd}.h-slider{position:relative}.h-slider__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 2px .5rem}.h-slider__track::-webkit-scrollbar{display:none}@media (min-width: 768px){.h-slider__track{gap:1.5rem}}.h-slider__arrow{position:absolute;top:42%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9999px;border:1px solid #e9ecef;background:#fff;color:#111;cursor:pointer;box-shadow:0 1px 3px #0000001a;transition:all .15s ease}.h-slider__arrow:hover:not(:disabled){background:#111;color:#fff;border-color:#111}.h-slider__arrow:disabled{opacity:.35;cursor:not-allowed}.h-slider__arrow--prev{left:-8px}@media (min-width: 768px){.h-slider__arrow--prev{left:-16px}}.h-slider__arrow--next{right:-8px}@media (min-width: 768px){.h-slider__arrow--next{right:-16px}}.h-slider__dots{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:1.5rem}.h-slider__dot{width:7px;height:7px;padding:0;border:none;border-radius:9999px;background:#ced4da;cursor:pointer;transition:all .15s ease}.h-slider__dot--active{width:9px;height:9px;background:transparent;box-shadow:0 0 0 1.5px #111}.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.reveal--left{transform:translate(-28px)}.reveal--right{transform:translate(28px)}.reveal--fade{transform:none}.reveal--scale{transform:scale(.94)}.reveal--visible{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}}.customer-reviews{position:relative;overflow:hidden;padding:4rem 0;background:linear-gradient(165deg,#fff8f6,#fdf0ec 35%,#f8ebe8)}.customer-reviews__glow{position:absolute;width:320px;height:320px;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:.45;animation:float-soft 8s ease-in-out infinite}.customer-reviews__glow--left{top:-80px;left:-100px;background:#f5822033}.customer-reviews__glow--right{bottom:-60px;right:-80px;background:#689f3826;animation-delay:-4s}.customer-reviews__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.customer-reviews__container{padding:0 1.5rem}}@media (min-width: 768px){.customer-reviews__container{padding:0 2rem}}@media (min-width: 1200px){.customer-reviews__container{padding:0 3rem}}.customer-reviews__container{position:relative;z-index:1}.customer-reviews__header{text-align:center;margin-bottom:3rem}.customer-reviews__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#f58220;margin-bottom:.5rem}.customer-reviews__title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.5rem,4vw,2.25rem);color:#111;margin-bottom:1rem}.customer-reviews__summary{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:#495057}.customer-reviews__stars{display:flex;gap:2px;color:#dee2e6}.customer-reviews__stars svg{width:16px;height:16px}.customer-reviews__star--filled{color:#f58220;fill:#f58220}.customer-reviews__score{font-weight:700;color:#111}.customer-reviews__verified{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:9999px;background:#1111110f;font-weight:600;font-size:.75rem}.customer-reviews__verified svg{width:12px;height:12px}.customer-reviews__slider{padding:0 1.5rem;margin-bottom:3rem}.customer-reviews__slider .h-slider__arrow{background:#ffffffe6;border-color:#11111114;box-shadow:0 4px 6px #0000001a}.customer-reviews__slider .h-slider__arrow:hover:not(:disabled){background:#111;border-color:#111}.customer-reviews__track{gap:1rem;padding:.5rem 0 1.5rem;align-items:stretch}.customer-reviews__card{flex:0 0 88%;scroll-snap-align:center;position:relative;display:flex;flex-direction:column;gap:1rem;padding:2rem 1.5rem;background:#ffffffb8;border:1px solid rgba(245,130,32,.12);border-radius:20px;box-shadow:0 12px 40px #1111110f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);min-height:220px;transition:transform .3s ease cubic-bezier(.22,1,.36,1),box-shadow .3s ease,border-color .3s ease}.customer-reviews__card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #1111111a;border-color:#f5822040}@media (min-width: 576px){.customer-reviews__card{flex:0 0 calc(50% - .5rem)}}@media (min-width: 992px){.customer-reviews__card{flex:0 0 calc(33.333% - .6666666667rem)}}.customer-reviews__quote-mark{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3rem;line-height:1;color:#f5822040;margin-top:-.5rem}.customer-reviews__text{flex:1;font-size:1rem;line-height:1.75;color:#343a40;margin:0}.customer-reviews__author{display:flex;align-items:center;gap:.5rem}.customer-reviews__name{font-weight:700;color:#111;font-size:.875rem}.customer-reviews__badge{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:9999px;background:#111;color:#fff;font-size:10px}.customer-reviews__context{font-size:.75rem;color:#adb5bd;font-style:italic}.customer-reviews__trust{display:grid;gap:1.5rem;padding-top:2rem;border-top:1px solid rgba(17,17,17,.08)}@media (min-width: 768px){.customer-reviews__trust{grid-template-columns:repeat(3,1fr);gap:2rem}}.customer-reviews__trust-item{display:flex;gap:1rem;text-align:left;padding:.5rem;border-radius:12px;transition:transform .3s ease cubic-bezier(.22,1,.36,1),background .3s ease}.customer-reviews__trust-item:hover{transform:translate(4px);background:#ffffff80}.customer-reviews__trust-item strong{display:block;font-size:.875rem;color:#111;margin-bottom:4px}.customer-reviews__trust-item p{margin:0;font-size:.75rem;color:#6c757d;line-height:1.5}.customer-reviews__trust-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:9999px;background:#fffc;font-size:1.1rem;box-shadow:0 1px 3px #0000001a}.home__hero{position:relative;width:100%;margin:0;padding:0;overflow:hidden;background:#212529}.home__hero-viewport{position:relative;width:100%;overflow:hidden;height:clamp(240px,38vh,320px)}@media (min-width: 576px){.home__hero-viewport{height:clamp(300px,45vh,520px)}}@media (min-width: 768px){.home__hero-viewport{height:clamp(420px,68vh,760px)}}@media (min-width: 992px){.home__hero-viewport{height:clamp(480px,72vh,800px)}}.home__hero-viewport--placeholder,.home__hero-viewport--loading{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111,#689f38)}.home__hero-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#ffffff0a,#ffffff1f,#ffffff0a);background-size:200% 100%;animation:home-hero-shimmer 1.4s ease-in-out infinite}@keyframes home-hero-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.home__hero-track{display:flex;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1);will-change:transform}.home__hero-panel{position:relative;flex-shrink:0;height:100%;overflow:hidden;text-decoration:none;border-right:1px solid rgba(255,255,255,.08)}.home__hero-panel:last-child{border-right:none}.home__hero-panel img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .8s ease}.home__hero-panel:hover img{transform:scale(1.04)}.home__hero-watermark{position:absolute;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.65rem,2vw,1.65rem);font-weight:600;font-style:italic;color:#ffffffe0;text-shadow:0 2px 16px rgba(0,0,0,.4);pointer-events:none;letter-spacing:.04em;z-index:1}.home__hero-watermark--left{left:.5rem;bottom:1rem}@media (min-width: 768px){.home__hero-watermark--left{left:2rem;bottom:3rem}}.home__hero-watermark--right{right:.5rem;top:50%;transform:translateY(-50%)}@media (min-width: 768px){.home__hero-watermark--right{right:2rem}}.home__hero-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;display:flex;align-items:center;justify-content:center;border:none;padding:0;background:#00000040;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#ffffffeb;cursor:pointer;transition:background .15s ease,color .15s ease;opacity:1;pointer-events:auto;width:32px;height:44px;font-size:1.1rem}@media (min-width: 768px){.home__hero-nav{width:42px;height:56px;font-size:1.35rem}}.home__hero-nav:hover{background:#00000080;color:#fff;transform:translateY(-50%) scale(1.08)}.home__hero-nav--prev{left:0;border-radius:0 4px 4px 0}.home__hero-nav--next{right:0;border-radius:4px 0 0 4px}.home__hero-dots{position:absolute;left:50%;bottom:1rem;transform:translate(-50%);z-index:4;display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:9999px;background:#00000040;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.home__hero-dot{width:7px;height:7px;padding:0;border:none;border-radius:9999px;background:#ffffff73;cursor:pointer;transition:all .15s ease}.home__hero-dot--active{width:22px;background:#fff}.home__hero-placeholder{text-align:center;color:#fff;padding:2rem}.home__hero-placeholder-text{display:block;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(2rem,6vw,3.5rem);font-style:italic;margin-bottom:2rem}.home__hero-placeholder-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.home__hero-placeholder-btn:disabled{opacity:.6;cursor:not-allowed}.home__hero-placeholder-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:#f58220;color:#fff;font-weight:600;border-radius:9999px;text-decoration:none}.home__hero-placeholder-btn:hover{background:#e26d0a;transform:translateY(-2px)}.home__section{padding:3rem 0}@media (min-width: 768px){.home__section{padding:4rem 0}}.home__section--gray{background:#f8f9fa}.home__section-container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.home__section-container{padding:0 1.5rem}}@media (min-width: 768px){.home__section-container{padding:0 2rem}}@media (min-width: 1200px){.home__section-container{padding:0 3rem}}.home__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.home__section-title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;color:#111}.home__section-link{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600;color:#f58220;text-decoration:none;transition:gap .3s ease cubic-bezier(.22,1,.36,1),color .15s ease,transform .15s ease}.home__section-link svg{transition:transform .3s ease cubic-bezier(.22,1,.36,1)}.home__section-link:hover{gap:10px;color:#e26d0a}.home__section-link:hover svg{transform:translate(4px)}.home__section--categories{padding-top:4rem;padding-bottom:3rem}.home__category-slider-header{text-align:center;max-width:640px;margin:0 auto 3rem}.home__category-slider-title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.5rem,4vw,2rem);font-weight:600;color:#111;margin-bottom:.5rem;letter-spacing:-.02em}.home__category-slider-subtitle{font-size:1rem;color:#6c757d;line-height:1.6;margin:0}.home__category-slider{padding:0 .25rem}.home__category-slider-track{justify-content:flex-start;gap:1.5rem;padding-bottom:.25rem}@media (min-width: 768px){.home__category-slider-track{gap:2rem;justify-content:center}}.home__category-circle{flex:0 0 auto;width:88px;text-decoration:none;text-align:center;scroll-snap-align:start}@media (min-width: 576px){.home__category-circle{width:100px}}@media (min-width: 768px){.home__category-circle{width:112px}}@media (min-width: 992px){.home__category-circle{width:120px}}.home__category-circle:hover .home__category-circle-image{transform:scale(1.08);box-shadow:0 8px 24px #f5822040}.home__category-circle:hover .home__category-circle-image:before{opacity:1}.home__category-circle:hover .home__category-circle-name{color:#f58220}.home__category-circle-image{position:relative;width:100%;aspect-ratio:1;border-radius:9999px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef);transition:transform .3s ease cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.home__category-circle-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:3px solid transparent;background:linear-gradient(135deg,#76b900,#f58220) border-box;mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease;z-index:1;pointer-events:none}.home__category-circle-image img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .5s ease cubic-bezier(.22,1,.36,1)}.home__category-circle-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;color:#f58220;opacity:.6}.home__category-circle-name{display:block;margin-top:.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;color:#111;line-height:1.35;transition:color .15s ease}@media (min-width: 768px){.home__category-circle-name{font-size:1rem;margin-top:1rem}}.home__product-slider{margin:0 -.25rem;padding:0 .25rem}@media (min-width: 768px){.home__product-slider{margin:0;padding:0 1.5rem}}.home__product-slider-track{align-items:stretch;gap:.5rem}@media (min-width: 576px){.home__product-slider-track{gap:1rem}}.home__product-slide{flex:0 0 calc(50% - .25rem);scroll-snap-align:start;min-width:0}@media (min-width: 576px){.home__product-slide{flex:0 0 calc(50% - .5rem)}}@media (min-width: 768px){.home__product-slide{flex:0 0 calc(33.333% - .6666666667rem)}}@media (min-width: 992px){.home__product-slide{flex:0 0 calc(25% - .75rem)}}.home__product-slide .product-card{height:100%}.home__product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media (min-width: 576px){.home__product-grid{gap:1rem}}@media (min-width: 768px){.home__product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 992px){.home__product-grid{grid-template-columns:repeat(4,1fr)}}.home__promo{position:relative;overflow:hidden;background:linear-gradient(135deg,#111,#689f38,#111);background-size:200% 200%;animation:gradient-shift 12s ease infinite;padding:4rem 1rem;text-align:center}.home__promo-content{max-width:600px;margin:0 auto}.home__promo-tag{display:inline-block;padding:4px 14px;background:#ffffff26;animation:float-soft 3s ease-in-out infinite;color:#76b900;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;border-radius:9999px;margin-bottom:1rem}.home__promo-title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.5rem,4vw,2rem);color:#fff;margin-bottom:1rem}.home__promo-text{color:#dee2e6;margin-bottom:2rem;font-size:1rem}.home__promo-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.home__promo-btn:disabled{opacity:.6;cursor:not-allowed}.home__promo-btn{padding:14px 36px;background:#f58220;color:#fff;font-weight:600;border-radius:9999px;transition:transform .3s ease cubic-bezier(.34,1.4,.64,1),box-shadow .3s ease,background .15s ease}.home__promo-btn:hover{background:#f69038;transform:translateY(-3px) scale(1.03);box-shadow:0 10px 28px #f5822073}.home__features{padding:4rem 0;background:#fff;border-top:1px solid #e9ecef}.home__features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 768px){.home__features-grid{grid-template-columns:repeat(4,1fr)}}.home__feature{text-align:center;padding:1.5rem 1rem;border-radius:12px;border:1px solid transparent;transition:transform .3s ease cubic-bezier(.22,1,.36,1),box-shadow .3s ease,border-color .3s ease,background .3s ease}.home__feature:hover{transform:translateY(-8px);box-shadow:0 4px 6px #0000001a;border-color:#76b90033;background:#76b9000a}.home__feature:hover .home__feature-icon{animation:float-soft 1.2s ease-in-out infinite}.home__feature-icon{font-size:2rem;margin-bottom:.5rem;display:inline-block;transition:transform .3s ease}.home__feature h3{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;color:#111;margin-bottom:.25rem}.home__feature p{font-size:.875rem;color:#adb5bd}.shop{padding:1.5rem 0 3rem}@media (min-width: 768px){.shop{padding:2rem 0 4rem}}.shop__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.shop__container{padding:0 1.5rem}}@media (min-width: 768px){.shop__container{padding:0 2rem}}@media (min-width: 1200px){.shop__container{padding:0 3rem}}.shop__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.shop__title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.25rem,4vw,1.5rem);color:#111}.shop__controls{display:flex;align-items:center;gap:1rem}.shop__filter-toggle{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.shop__filter-toggle:disabled{opacity:.6;cursor:not-allowed}.shop__filter-toggle{padding:8px 16px;border:1px solid #dee2e6;background:#fff;color:#495057;font-size:.875rem;border-radius:8px;gap:6px;transition:all .15s ease cubic-bezier(.34,1.4,.64,1)}.shop__filter-toggle:hover{border-color:#f58220;color:#f58220;transform:translateY(-2px);box-shadow:0 1px 3px #0000001a}@media (min-width: 992px){.shop__filter-toggle{display:none}}.shop__sort{padding:8px 12px;border:1px solid #dee2e6;border-radius:8px;font-size:.875rem;color:#495057;background:#fff;cursor:pointer}.shop__layout{display:flex;gap:2rem}.shop__sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;border:none;padding:0;background:#00000059;cursor:pointer}@media (max-width: 991px){.shop__sidebar-backdrop{display:block}}.shop__sidebar{display:none;width:240px;flex-shrink:0}@media (min-width: 992px){.shop__sidebar{display:flex;flex-direction:column;width:260px}}@media (min-width: 1200px){.shop__sidebar{width:280px}}.shop__sidebar--open{display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;width:min(360px,92vw);max-width:100%;background:#fff;z-index:1001;box-shadow:6px 0 28px #0000001f}@media (min-width: 992px){.shop__sidebar--open{position:static;width:260px;box-shadow:none}}.shop__sidebar-body{flex:1;overflow-y:auto;padding:0 1.5rem 1rem;-webkit-overflow-scrolling:touch}@media (min-width: 992px){.shop__sidebar-body{padding:0;overflow:visible}}.shop__sidebar-footer{flex-shrink:0;padding:1rem 1.5rem;padding-bottom:calc(1rem + 64px + env(safe-area-inset-bottom,0px));border-top:1px solid #e9ecef;background:#fff;box-shadow:0 -4px 16px #0000000f}@media (min-width: 992px){.shop__sidebar-footer{display:none}}.shop__apply-filters{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.shop__apply-filters:disabled{opacity:.6;cursor:not-allowed}.shop__apply-filters{width:100%;padding:14px 1.5rem;background:#f58220;color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease}.shop__apply-filters:hover{background:#e26d0a}.shop__sidebar-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e9ecef}@media (min-width: 992px){.shop__sidebar-header{padding:0;margin-bottom:1.5rem;border-bottom:none}}.shop__sidebar-header h3{font-size:1.125rem;font-weight:600}.shop__sidebar-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;font-size:1.3rem;cursor:pointer}@media (min-width: 992px){.shop__sidebar-close{display:none}}.shop__clear-filters{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.shop__clear-filters:disabled{opacity:.6;cursor:not-allowed}.shop__clear-filters{width:100%;padding:8px;font-size:.875rem;color:#f58220;background:#f5822014;border:none;margin-bottom:1.5rem;border-radius:8px}.shop__clear-filters:hover{background:#f5822026}.shop__filter-group{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e9ecef}.shop__filter-group--last{border-bottom:none;margin-bottom:0;padding-bottom:1rem}@media (min-width: 992px){.shop__filter-group--mobile-only{display:none}}.shop__filter-group h4{font-size:.875rem;font-weight:600;color:#495057;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.shop__filter-input{width:100%;padding:8px 12px;border:1px solid #dee2e6;border-radius:8px;font-size:.875rem}.shop__filter-input:focus{outline:none;border-color:#f58220}.shop__filter-input--small{width:45%}.shop__filter-select{width:100%;padding:8px 12px;border:1px solid #dee2e6;border-radius:8px;font-size:.875rem;color:#495057;background:#fff;cursor:pointer}.shop__filter-select:focus{outline:none;border-color:#f58220}.shop__filter-list{display:flex;flex-direction:column;gap:.25rem}.shop__filter-option{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#495057;cursor:pointer;padding:3px 0}.shop__filter-option input[type=radio]{accent-color:#F58220}.shop__filter-chips{display:flex;flex-wrap:wrap;gap:.25rem}.shop__chip{padding:6px 14px;border:1px solid #dee2e6;border-radius:9999px;font-size:.875rem;background:#fff;cursor:pointer;transition:all .15s ease cubic-bezier(.34,1.4,.64,1)}.shop__chip:hover{border-color:#f58220;color:#f58220;transform:translateY(-2px);box-shadow:0 1px 3px #0000001a}.shop__chip--active{background:#f58220;color:#fff;border-color:#f58220;transform:scale(1.02)}.shop__price-inputs{display:flex;align-items:center;gap:.5rem}.shop__price-inputs span{color:#ced4da}.shop__content{flex:1;min-width:0}.shop__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.shop__grid{grid-template-columns:repeat(3,1fr)}}.shop__loading,.shop__empty{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:4rem;text-align:center;color:#adb5bd}.shop__loading h3,.shop__empty h3{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-bottom:.5rem;color:#495057}.shop__pagination{display:flex;justify-content:center;gap:.25rem;margin-top:3rem}.shop__page-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #dee2e6;border-radius:8px;background:#fff;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .15s ease cubic-bezier(.34,1.4,.64,1)}.shop__page-btn:hover{border-color:#f58220;color:#f58220;transform:translateY(-2px)}.shop__page-btn--active{background:#f58220;color:#fff;border-color:#f58220;transform:scale(1.05)}.size-chart{margin:0}.size-chart__open-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;padding:8px 16px;border:1.5px solid rgba(245,130,32,.45);border-radius:9999px;background:#f582201a;color:#f58220;font-size:.875rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .15s ease;box-shadow:0 2px 8px #f582201f}.size-chart__open-btn svg{font-size:1rem;flex-shrink:0}.size-chart__open-btn:hover{border-color:#f58220;color:#fff;background:#f58220;box-shadow:0 4px 12px #f5822040;transform:translateY(-1px)}.size-chart__open-btn:focus-visible{outline:2px solid #F58220;outline-offset:2px}.size-chart__diagram{display:flex;align-items:center;justify-content:center;padding:1rem;border-radius:8px;background:#fff;max-width:200px;margin:0 auto}@media (min-width: 576px){.size-chart__diagram{margin:0}}.size-chart__diagram-img{display:block;width:100%;max-width:180px;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none}.size-chart__table-wrap{min-width:0;width:100%}.size-chart__table{width:100%;border-collapse:separate;border-spacing:0;font-size:.875rem}.size-chart__table th,.size-chart__table td{padding:10px 8px;text-align:center;border-bottom:1px solid #e9ecef}.size-chart__table th{background:#f58220;color:#fff;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.size-chart__table th:first-child{border-radius:8px 0 0}.size-chart__table th:last-child{border-radius:0 8px 0 0}.size-chart__table tbody tr:last-child td{border-bottom:none}.size-chart__table tbody tr:nth-child(2n){background:#f8f9fab3}.size-chart__row--active td{background:#f582201f!important;color:#111;font-weight:600}.size-chart__unit{margin:.5rem 0 0;font-size:.75rem;color:#adb5bd;text-align:right}.size-chart__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:1rem}.size-chart__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#1111118c;cursor:pointer}.size-chart__panel{position:relative;width:100%;max-width:640px;max-height:calc(100vh - 32px);overflow-y:auto;background:#fff;border-radius:12px;box-shadow:0 10px 25px #00000026;animation:sizeChartFadeIn .2s ease}@keyframes sizeChartFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.size-chart__panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e9ecef;background:linear-gradient(135deg,#3d8b5f14,#f5822014)}.size-chart__panel-header h3{margin:4px 0 0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;color:#f58220;letter-spacing:.02em}.size-chart__brand{margin:0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:-.02em}.size-chart__brand:first-line{color:#3d8b5f}.size-chart__subtitle{margin:2px 0 0;font-size:.875rem;color:#8b5e3c;font-style:italic}.size-chart__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:9999px;background:#f8f9fa;color:#495057;cursor:pointer;flex-shrink:0}.size-chart__close:hover{background:#e9ecef;color:#111}.size-chart__panel-body{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}@media (min-width: 576px){.size-chart__panel-body{grid-template-columns:180px 1fr;align-items:start}}.size-chart__tip{margin:0;padding:1rem 1.5rem 1.5rem;font-size:.875rem;color:#6c757d;line-height:1.6;border-top:1px solid #e9ecef;background:#f8f9fa}.product-detail{padding:2rem 0 4rem}.product-detail__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.product-detail__container{padding:0 1.5rem}}@media (min-width: 768px){.product-detail__container{padding:0 2rem}}@media (min-width: 1200px){.product-detail__container{padding:0 3rem}}.product-detail__loading,.product-detail__not-found{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:4rem;text-align:center}.product-detail__loading h2,.product-detail__not-found h2{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-bottom:.5rem;color:#111}.product-detail__loading p,.product-detail__not-found p{color:#adb5bd;margin-bottom:1.5rem}.product-detail__back-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.product-detail__back-btn:disabled{opacity:.6;cursor:not-allowed}.product-detail__back-btn{padding:10px 24px;background:#f58220;color:#fff;border-radius:9999px;text-decoration:none;font-weight:600}.product-detail__back-btn:hover{background:#e26d0a}.product-detail__breadcrumb{display:flex;align-items:center;gap:.25rem;margin-bottom:2rem;font-size:.875rem;color:#adb5bd;flex-wrap:wrap}.product-detail__breadcrumb a{color:#adb5bd;text-decoration:none}.product-detail__breadcrumb a:hover{color:#f58220}.product-detail__breadcrumb span{color:#111;font-weight:500}.product-detail__breadcrumb svg{font-size:.7rem;color:#ced4da}.product-detail__layout{display:flex;flex-direction:column;gap:3rem}@media (min-width: 992px){.product-detail__layout{flex-direction:row;gap:4rem}}.product-detail__gallery{width:80%;margin:0 auto}@media (min-width: 992px){.product-detail__gallery{width:40%;margin:0;flex-shrink:0}}.product-detail__main-image{aspect-ratio:3/4;border-radius:12px;overflow:hidden;background:#f8f9fa;margin-bottom:1rem}.product-detail__main-image img{width:100%;height:100%;object-fit:cover}.product-detail__no-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#ced4da;font-size:1.125rem}.product-detail__thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem}.product-detail__thumb{width:58px;height:77px;flex-shrink:0;border-radius:8px;overflow:hidden;border:2px solid #e9ecef;cursor:pointer;padding:0;background:none;transition:border-color .15s ease}.product-detail__thumb:hover{border-color:#ced4da}.product-detail__thumb--active{border-color:#f58220}.product-detail__thumb img{width:100%;height:100%;object-fit:cover}.product-detail__info{flex:1;min-width:0;display:flex;flex-direction:column}.product-detail__category{display:inline-block;font-size:.75rem;color:#f58220;text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-bottom:.5rem}.product-detail__name{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.5rem,3vw,2rem);color:#111;line-height:1.2;margin-bottom:1rem}.product-detail__price{margin-bottom:1.5rem}.product-detail__price-current{font-size:1.5rem;font-weight:700;color:#111}.product-detail__price-hint{display:block;font-size:.875rem;color:#adb5bd;margin-top:.25rem}.product-detail__option-group{margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem}.product-detail__option-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:0;flex-wrap:wrap}.product-detail__option-label{font-size:.875rem;font-weight:600;color:#495057;text-transform:uppercase;letter-spacing:.5px;margin-bottom:0}.product-detail__option-label span{text-transform:none;font-weight:400;color:#adb5bd}.product-detail__size-options{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:0}.product-detail__size-btn{display:flex;align-items:center;justify-content:center;min-width:48px;height:44px;padding:0 16px;border:1px solid #dee2e6;border-radius:8px;background:#fff;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .15s ease}.product-detail__size-btn:hover{border-color:#f58220;color:#f58220}.product-detail__size-btn--active{background:#f58220;color:#fff;border-color:#f58220}.product-detail__size-btn--out{opacity:.45;text-decoration:line-through}.product-detail__option-hint{margin:0;font-size:.875rem;color:#6c757d}.product-detail__option-hint--warning{color:#ffc107;margin-bottom:1rem}.product-detail__color-options{display:flex;flex-wrap:wrap;gap:10px}.product-detail__color-btn{width:36px;height:36px;border-radius:9999px;border:2px solid #e9ecef;cursor:pointer;padding:0;transition:all .15s ease}.product-detail__color-btn:hover{transform:scale(1.15)}.product-detail__color-btn--active{border-color:#111;box-shadow:0 0 0 2px #fff,0 0 0 4px #111}.product-detail__stock{font-size:.875rem;font-weight:500;margin:.5rem 0 1rem;padding:6px 12px;border-radius:8px;display:inline-block}.product-detail__stock--in{color:#28a745;background:#28a74514}.product-detail__stock--out{color:#dc3545;background:#dc354514}.product-detail__actions{display:flex;align-items:stretch;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.product-detail__quantity{display:flex;align-items:center;border:1px solid #dee2e6;border-radius:8px;overflow:hidden;flex-shrink:0;height:48px}.product-detail__qty-btn{display:flex;align-items:center;justify-content:center;width:40px;height:100%;min-height:48px;background:#f8f9fa;border:none;cursor:pointer;color:#495057;font-size:1rem;transition:background .15s ease}.product-detail__qty-btn:hover:not(:disabled){background:#e9ecef}.product-detail__qty-btn:disabled{color:#ced4da;cursor:not-allowed}.product-detail__qty-value{display:flex;align-items:center;justify-content:center;width:48px;height:100%;min-height:48px;background:#fff;text-align:center;font-weight:600;font-size:1rem;line-height:1}.product-detail__add-to-cart{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.product-detail__add-to-cart:disabled{opacity:.6;cursor:not-allowed}.product-detail__add-to-cart{flex:1;min-width:160px;min-height:48px;padding:12px 24px;background:#f58220;color:#fff;font-weight:600;font-size:1rem;border-radius:8px;gap:8px}.product-detail__add-to-cart:hover:not(:disabled){background:#e26d0a;transform:translateY(-1px)}.product-detail__add-to-cart:disabled{opacity:.6;cursor:not-allowed;transform:none}.product-detail__wishlist-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;border:1px solid #dee2e6;background:#fff;cursor:pointer;font-size:1.2rem;color:#6c757d;transition:all .15s ease}.product-detail__wishlist-btn:hover{border-color:#f58220;color:#f58220}.product-detail__wishlist-btn--active{background:#f58220;color:#fff;border-color:#f58220}.product-detail__sku{font-size:.875rem;color:#adb5bd;margin-bottom:1.5rem;padding-bottom:1rem}.product-detail__description{padding-top:1.5rem;margin-top:.25rem;border-top:1px solid #e9ecef}.product-detail__description h3{font-size:1rem;font-weight:600;color:#111;margin-bottom:.5rem}.product-detail__description p{font-size:1rem;color:#6c757d;line-height:1.7}.cart{padding:2rem 0 4rem}.cart__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.cart__container{padding:0 1.5rem}}@media (min-width: 768px){.cart__container{padding:0 2rem}}@media (min-width: 1200px){.cart__container{padding:0 3rem}}.cart__loading{display:flex;align-items:center;justify-content:center;padding:4rem;color:#adb5bd}.cart__empty{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:4rem;text-align:center}.cart__empty-icon{font-size:3rem;color:#dee2e6;margin-bottom:1.5rem}.cart__empty h2{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111;margin-bottom:.5rem}.cart__empty p{color:#adb5bd;margin-bottom:2rem}.cart__continue-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.cart__continue-btn:disabled{opacity:.6;cursor:not-allowed}.cart__continue-btn{padding:12px 28px;background:#f58220;color:#fff;border-radius:9999px;text-decoration:none;font-weight:600}.cart__continue-btn:hover{background:#e26d0a}.cart__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.cart__title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;color:#111}.cart__clear-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.cart__clear-btn:disabled{opacity:.6;cursor:not-allowed}.cart__clear-btn{padding:8px 16px;font-size:.875rem;color:#dc3545;background:#dc354514;border:none;border-radius:8px}.cart__clear-btn:hover{background:#dc354526}.cart__layout{display:flex;flex-direction:column;gap:2rem}@media (min-width: 992px){.cart__layout{flex-direction:row;align-items:flex-start}}.cart__items{flex:1;display:flex;flex-direction:column;gap:1rem}.cart__item{display:flex;gap:1rem;padding:1rem;border:1px solid #e9ecef;border-radius:12px;background:#fff;transition:opacity .15s ease;flex-wrap:wrap}.cart__item--updating{opacity:.6;pointer-events:none}@media (min-width: 768px){.cart__item{flex-wrap:nowrap;align-items:center}}.cart__item-image{width:100px;height:130px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f8f9fa}.cart__item-image img{width:100%;height:100%;object-fit:cover}.cart__item-details{flex:1;min-width:0}.cart__item-name{display:block;font-weight:600;color:#212529;text-decoration:none;margin-bottom:.25rem;line-height:1.3}.cart__item-name:hover{color:#f58220}.cart__item-meta{display:flex;gap:1rem;font-size:.875rem;color:#adb5bd;margin-bottom:.5rem}.cart__item-price{font-weight:600;color:#111}.cart__item-actions{display:flex;align-items:center;gap:1.5rem;width:100%}@media (min-width: 768px){.cart__item-actions{width:auto}}.cart__item-quantity{display:flex;align-items:center;border:1px solid #dee2e6;border-radius:8px;overflow:hidden}.cart__qty-btn{display:flex;align-items:center;justify-content:center;width:32px;height:36px;background:#f8f9fa;border:none;cursor:pointer;color:#495057;transition:background .15s ease}.cart__qty-btn:hover:not(:disabled){background:#e9ecef}.cart__qty-btn:disabled{color:#ced4da;cursor:not-allowed}.cart__qty-value{width:36px;text-align:center;font-weight:600;font-size:.875rem}.cart__item-subtotal{font-size:1.125rem;font-weight:700;color:#111;min-width:80px;text-align:right}.cart__remove-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;cursor:pointer;color:#ced4da;font-size:1.1rem;border-radius:8px;transition:all .15s ease}.cart__remove-btn:hover{color:#dc3545;background:#dc354514}.cart__summary{width:100%;background:#f8f9fa;border-radius:12px;padding:2rem;border:1px solid #e9ecef}@media (min-width: 992px){.cart__summary{width:360px;flex-shrink:0;position:sticky;top:100px}}.cart__summary-title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;color:#111;margin-bottom:1.5rem}.cart__coupon{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #dee2e6}.cart__coupon-label{display:flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600;color:#495057;margin-bottom:.5rem}.cart__coupon-row{display:flex;gap:.5rem}.cart__coupon-input{flex:1;min-width:0;padding:10px 12px;border:1px solid #dee2e6;border-radius:8px;font-size:.875rem;text-transform:uppercase}.cart__coupon-input:focus{outline:none;border-color:#f58220}.cart__coupon-input:disabled{background:#fff;color:#f58220;font-weight:600}.cart__coupon-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.cart__coupon-btn{padding:10px 16px;background:#f58220;color:#fff;border-radius:8px;font-size:.875rem;font-weight:600;white-space:nowrap}.cart__coupon-btn:disabled{opacity:.6;cursor:not-allowed}.cart__coupon-btn--remove{background:#6c757d}.cart__coupon-applied{margin-top:.5rem;font-size:.75rem;color:#28a745;font-weight:500}.cart__summary-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;font-size:1rem;color:#495057}.cart__summary-row--discount{color:#28a745;font-weight:600}.cart__summary-row--total{font-size:1.125rem;font-weight:700;color:#111;margin-bottom:0}.cart__summary-divider{border-top:1px solid #dee2e6;margin:1rem 0}.cart__summary-hint{font-size:.875rem;color:#f58220;text-align:center;margin-top:1rem;padding:8px;background:#f5822014;border-radius:8px}.cart__checkout-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.cart__checkout-btn:disabled{opacity:.6;cursor:not-allowed}.cart__checkout-btn{width:100%;padding:14px;background:#f58220;color:#fff;font-weight:600;font-size:1rem;border-radius:8px;margin-top:1.5rem;gap:8px}.cart__checkout-btn:hover{background:#e26d0a;transform:translateY(-1px)}.cart__continue-link{display:block;text-align:center;margin-top:1rem;font-size:.875rem;color:#6c757d;text-decoration:none}.cart__continue-link:hover{color:#f58220}.checkout{padding:2rem 0 4rem}.checkout__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.checkout__container{padding:0 1.5rem}}@media (min-width: 768px){.checkout__container{padding:0 2rem}}@media (min-width: 1200px){.checkout__container{padding:0 3rem}}.checkout__loading{display:flex;align-items:center;justify-content:center;padding:4rem;color:#adb5bd}.checkout__back{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;color:#6c757d;text-decoration:none;margin-bottom:1.5rem}.checkout__back:hover{color:#f58220}.checkout__title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;color:#111;margin-bottom:2rem}.checkout__layout{display:flex;flex-direction:column;gap:2rem}@media (min-width: 992px){.checkout__layout{flex-direction:row;align-items:flex-start}}.checkout__form-section{flex:1}.checkout__section-title{font-size:1.125rem;font-weight:600;color:#111;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e9ecef}.checkout__saved-addresses{display:grid;gap:.5rem;margin-bottom:1.5rem}@media (min-width: 768px){.checkout__saved-addresses{grid-template-columns:repeat(2,1fr)}}.checkout__saved-address{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:1rem;border:1px solid #dee2e6;border-radius:8px;background:#fff;text-align:left;cursor:pointer}.checkout__saved-address strong{font-size:.875rem;color:#111}.checkout__saved-address span{font-size:.75rem;color:#6c757d}.checkout__saved-address--active{border-color:#f58220;background:#f582200f}.checkout__saved-address--new{justify-content:center;min-height:88px}.checkout__form,.checkout__form-row{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.checkout__form-row{flex-direction:row}.checkout__form-row .checkout__field{flex:1}}.checkout__field{display:flex;flex-direction:column;gap:.25rem}.checkout__label{font-size:.875rem;font-weight:600;color:#495057}.checkout__input,.checkout__textarea{width:100%;padding:12px 16px;border:1px solid #dee2e6;border-radius:8px;font-size:1rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#212529;transition:border-color .15s ease}.checkout__input::placeholder,.checkout__textarea::placeholder{color:#ced4da}.checkout__input:focus,.checkout__textarea:focus{outline:none;border-color:#f58220;box-shadow:0 0 0 3px #f582201a}.checkout__textarea{resize:vertical}.checkout__summary{width:100%;background:#f8f9fa;border-radius:12px;padding:2rem;border:1px solid #e9ecef}@media (min-width: 992px){.checkout__summary{width:400px;flex-shrink:0;position:sticky;top:100px}}.checkout__summary-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.checkout__summary-item{display:flex;align-items:center;gap:1rem}.checkout__summary-item-image{width:56px;height:56px;border-radius:8px;overflow:hidden;background:#fff;border:1px solid #e9ecef;position:relative;flex-shrink:0}.checkout__summary-item-image img{width:100%;height:100%;object-fit:cover}.checkout__summary-item-qty{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:9999px;background:#f58220;color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center}.checkout__summary-item-info{flex:1;min-width:0}.checkout__summary-item-name{font-size:.875rem;font-weight:500;color:#212529;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkout__summary-item-meta{font-size:.75rem;color:#adb5bd}.checkout__summary-item-price{font-size:.875rem;font-weight:600;color:#111;flex-shrink:0}.checkout__summary-totals{padding-top:1.5rem;border-top:1px solid #dee2e6}.checkout__summary-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;font-size:1rem;color:#495057}.checkout__summary-row--total{font-size:1.125rem;font-weight:700;color:#111;margin-bottom:0}.checkout__summary-divider{border-top:1px solid #dee2e6;margin:1rem 0}.checkout__place-order{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.checkout__place-order:disabled{opacity:.6;cursor:not-allowed}.checkout__place-order{width:100%;padding:14px;background:#f58220;color:#fff;font-weight:600;font-size:1rem;border-radius:8px;margin-top:1.5rem;gap:8px}.checkout__place-order:hover:not(:disabled){background:#e26d0a;transform:translateY(-1px)}.checkout__place-order:disabled{opacity:.6;cursor:not-allowed;transform:none}.checkout__secure-note{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:1rem;font-size:.75rem;color:#adb5bd;text-align:center}.checkout__rewards{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e9ecef}.checkout__rewards-title{font-size:1rem;font-weight:600;color:#111;margin-bottom:1rem}.checkout__referral-row{display:flex;gap:.5rem}.checkout__referral-row .checkout__input{flex:1}.checkout__referral-btn{flex-shrink:0;padding:0 1rem;border:none;border-radius:8px;background:#76b900;color:#fff;font-weight:600;cursor:pointer}.checkout__referral-btn:disabled{opacity:.55;cursor:not-allowed}.checkout__referral-success{margin-top:.25rem;font-size:.875rem;color:#76b900;font-weight:500}.checkout__points-toggle{display:flex;align-items:flex-start;gap:.5rem;margin-top:1rem;font-size:.875rem;color:#495057;cursor:pointer}.checkout__points-toggle input{margin-top:3px}.checkout__summary-row--discount{color:#76b900;font-weight:600}.contact{padding:2rem 0 4rem}.contact__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.contact__container{padding:0 1.5rem}}@media (min-width: 768px){.contact__container{padding:0 2rem}}@media (min-width: 1200px){.contact__container{padding:0 3rem}}.contact__header{text-align:center;margin-bottom:3rem}.contact__title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;color:#111;margin-bottom:.5rem}.contact__subtitle{font-size:1.125rem;color:#adb5bd;max-width:480px;margin:0 auto}.contact__layout{display:flex;flex-direction:column;gap:3rem}@media (min-width: 992px){.contact__layout{flex-direction:row}}.contact__form-wrapper{flex:1}.contact__form,.contact__form-row{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.contact__form-row{flex-direction:row}.contact__form-row .contact__field{flex:1}}.contact__field{display:flex;flex-direction:column;gap:.25rem}.contact__label{font-size:.875rem;font-weight:600;color:#495057}.contact__input,.contact__textarea{width:100%;padding:12px 16px;border:1px solid #dee2e6;border-radius:8px;font-size:1rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#212529;transition:border-color .15s ease}.contact__input::placeholder,.contact__textarea::placeholder{color:#ced4da}.contact__input:focus,.contact__textarea:focus{outline:none;border-color:#f58220;box-shadow:0 0 0 3px #f582201a}.contact__input--error,.contact__textarea--error{border-color:#dc3545}.contact__input--error:focus,.contact__textarea--error:focus{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451f}.contact__error{margin-top:.25rem;font-size:.875rem;color:#dc3545}.contact__textarea{resize:vertical;min-height:120px}.contact__submit{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.contact__submit:disabled{opacity:.6;cursor:not-allowed}.contact__submit{align-self:flex-start;padding:12px 32px;background:#f58220;color:#fff;font-weight:600;font-size:1rem;border-radius:8px;gap:8px}.contact__submit:hover:not(:disabled){background:#e26d0a;transform:translateY(-1px)}.contact__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact__info{width:100%;background:#f8f9fa;border-radius:12px;padding:2rem;border:1px solid #e9ecef}@media (min-width: 992px){.contact__info{width:380px;flex-shrink:0}}.contact__info-title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;color:#111;margin-bottom:.5rem}.contact__info-text{font-size:.875rem;color:#6c757d;line-height:1.6;margin-bottom:2rem}.contact__info-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact__info-item{display:flex;gap:1rem}.contact__info-item h4{font-size:.875rem;font-weight:600;color:#111;margin-bottom:2px}.contact__info-item p{font-size:.875rem;color:#6c757d}.contact__info-item p a{color:inherit;text-decoration:none}.contact__info-item p a:hover{color:#f58220}.contact__info-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;background:#f582201a;color:#f58220;font-size:1.1rem;flex-shrink:0}.contact__hours{padding-top:1.5rem;border-top:1px solid #e9ecef}.contact__hours h4{font-size:.875rem;font-weight:600;color:#111;margin-bottom:.5rem}.contact__hours p{font-size:.875rem;color:#6c757d;line-height:1.6}.auth{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:#f8f9fa}.auth__container{width:100%;max-width:440px}.auth__card{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px #0000001a;border:1px solid #e9ecef}.auth__header{text-align:center;margin-bottom:2rem}.auth__title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;color:#111;margin-bottom:.25rem}.auth__subtitle{font-size:1rem;color:#adb5bd}.auth__form{display:flex;flex-direction:column;gap:1.5rem}.auth__field{display:flex;flex-direction:column;gap:.25rem}.auth__label{font-size:.875rem;font-weight:600;color:#495057}.auth__input{width:100%;padding:12px 16px;border:1px solid #dee2e6;border-radius:8px;font-size:1rem;color:#212529;transition:border-color .15s ease}.auth__input::placeholder{color:#ced4da}.auth__input:focus{outline:none;border-color:#f58220;box-shadow:0 0 0 3px #f582201a}.auth__hint{font-size:.75rem;color:#adb5bd}.auth__submit{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.auth__submit:disabled{opacity:.6;cursor:not-allowed}.auth__submit{width:100%;padding:14px;background:#f58220;color:#fff;font-weight:600;font-size:1rem;border-radius:8px;margin-top:.5rem}.auth__submit:hover:not(:disabled){background:#e26d0a;transform:translateY(-1px)}.auth__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth__footer{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef;font-size:.875rem;color:#6c757d}.auth__link{color:#f58220;font-weight:600;text-decoration:none}.auth__link:hover{text-decoration:underline}.orders{padding:2rem 0 4rem}.orders__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.orders__container{padding:0 1.5rem}}@media (min-width: 768px){.orders__container{padding:0 2rem}}@media (min-width: 1200px){.orders__container{padding:0 3rem}}.orders__header{margin-bottom:2rem}.orders__title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2rem;color:#111;margin-bottom:.25rem}.orders__subtitle{color:#adb5bd}.orders__loading{display:flex;align-items:center;justify-content:center;padding:4rem;color:#adb5bd}.orders__empty{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:4rem;text-align:center}.orders__empty-icon{font-size:3rem;color:#dee2e6;margin-bottom:1.5rem}.orders__empty h2{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111;margin-bottom:.5rem}.orders__empty p{color:#adb5bd;margin-bottom:2rem}.orders__cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.orders__cta-btn:disabled{opacity:.6;cursor:not-allowed}.orders__cta-btn{padding:12px 28px;background:#f58220;color:#fff;border-radius:9999px;text-decoration:none;font-weight:600}.orders__cta-btn:hover{opacity:.9}.orders__list{display:flex;flex-direction:column;gap:1.5rem}.orders__card{background:#fff;border:1px solid #e9ecef;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.orders__card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f8f9fa;border-bottom:1px solid #e9ecef}.orders__order-number{display:block;font-weight:700;color:#111;margin-bottom:4px}.orders__date{font-size:.875rem;color:#adb5bd}.orders__status{display:inline-block;padding:4px 12px;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.orders__status--pending{background:#ffc10726;color:#876500}.orders__status--confirmed,.orders__status--processing,.orders__status--shipped{background:#17a2b826;color:#0f6674}.orders__status--delivered{background:#28a74526;color:#1e7e34}.orders__status--cancelled,.orders__status--refunded{background:#dc354526;color:#bd2130}.orders__card-body{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem;flex-wrap:wrap}.orders__meta{display:flex;flex-direction:column;gap:4px;font-size:.875rem;color:#6c757d}.orders__total{text-align:right}.orders__total span{display:block;font-size:.875rem;color:#adb5bd}.orders__total strong{font-size:1.25rem;color:#111}.orders__card-footer{padding:0 1.5rem 1.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.orders__doc-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.orders__doc-btn:disabled{opacity:.6;cursor:not-allowed}.orders__doc-btn{display:inline-flex;align-items:center;gap:.25rem;padding:10px 16px;background:#fff;border:1px solid #dee2e6;border-radius:8px;color:#111;font-weight:600;font-size:.875rem;cursor:pointer}.orders__doc-btn:hover{border-color:#f58220;color:#f58220}.orders__doc-btn--primary{background:#f58220;border-color:#f58220;color:#fff}.orders__doc-btn--primary:hover{opacity:.92;color:#fff}.orders__doc-btn--slip{border-color:#111}.orders__view-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.orders__view-btn{display:inline-flex;align-items:center;gap:.25rem;padding:10px 18px;background:transparent;border:1px solid #dee2e6;border-radius:8px;color:#111;font-weight:600;cursor:pointer}.orders__view-btn:hover:not(:disabled){border-color:#f58220;color:#f58220}.orders__view-btn:disabled{opacity:.6;cursor:not-allowed}.orders__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.orders__modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.orders__modal-content{position:relative;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 25px #00000026}.orders__modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.orders__modal-header h2{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111;margin-bottom:4px}.orders__modal-header p{font-size:.875rem;color:#adb5bd}.orders__modal-close{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.orders__modal-close:disabled{opacity:.6;cursor:not-allowed}.orders__modal-close{background:transparent;border:none;font-size:1.25rem;color:#adb5bd;cursor:pointer}.orders__modal-close:hover{color:#111}.orders__modal-status,.orders__modal-section{margin-bottom:1.5rem}.orders__modal-section h3{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:#adb5bd;margin-bottom:.5rem}.orders__items{display:flex;flex-direction:column;gap:.5rem}.orders__item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px}.orders__item-name{font-weight:600;color:#111;margin-bottom:4px}.orders__item-meta{font-size:.875rem;color:#adb5bd}.orders__item-price{font-weight:600;color:#111;white-space:nowrap}.orders__address{display:flex;flex-direction:column;gap:4px;font-style:normal;font-size:.875rem;color:#495057;line-height:1.5}.orders__summary{border-top:1px solid #e9ecef;padding-top:1.5rem;margin-bottom:1.5rem}.orders__summary-row{display:flex;justify-content:space-between;margin-bottom:.25rem;font-size:.875rem;color:#6c757d}.orders__summary-row--total{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e9ecef;font-size:1rem;color:#111}.orders__summary-row--total strong{font-size:1.125rem}.orders__notes{font-size:.875rem;color:#6c757d;line-height:1.6}.orders__modal-actions{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:1rem;border-top:1px solid #e9ecef}@media (max-width: 640px){.orders__card-body{flex-direction:column;align-items:flex-start}.orders__total{text-align:left}}.wishlist{padding:2rem 0 4rem}.wishlist__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.wishlist__container{padding:0 1.5rem}}@media (min-width: 768px){.wishlist__container{padding:0 2rem}}@media (min-width: 1200px){.wishlist__container{padding:0 3rem}}.wishlist__header{margin-bottom:2rem}.wishlist__title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2rem;color:#111;margin-bottom:.25rem}.wishlist__subtitle{color:#adb5bd}.wishlist__loading{display:flex;align-items:center;justify-content:center;padding:4rem;color:#adb5bd}.wishlist__empty{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:4rem;text-align:center}.wishlist__empty-icon{font-size:3rem;color:#dee2e6;margin-bottom:1.5rem}.wishlist__empty h2{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111;margin-bottom:.5rem}.wishlist__empty p{color:#adb5bd;margin-bottom:2rem;max-width:360px}.wishlist__cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.wishlist__cta-btn:disabled{opacity:.6;cursor:not-allowed}.wishlist__cta-btn{padding:12px 28px;background:#f58220;color:#fff;border-radius:9999px;text-decoration:none;font-weight:600}.wishlist__cta-btn:hover{opacity:.9}.wishlist__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 1024px){.wishlist__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.wishlist__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.wishlist__grid{grid-template-columns:1fr}}.wishlist__item--loading{opacity:.6;pointer-events:none}.refer-page{background:#f8f9fa}.refer-page--loading{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;min-height:50vh;color:#6c757d}.refer-page__spinner{font-size:2rem;animation:refer-spin .9s linear infinite;color:#f58220}.refer-page__home-link{color:#f58220;text-decoration:none;font-weight:600}.refer-page__home-link:hover{text-decoration:underline}@keyframes refer-spin{to{transform:rotate(360deg)}}.refer-hero{background:radial-gradient(circle at 20% 30%,rgba(118,185,0,.18),transparent 45%),radial-gradient(circle at 80% 70%,rgba(245,130,32,.2),transparent 40%),linear-gradient(135deg,#0a0a0a,#1a1208,#0d0d0d);color:#fff;padding:4rem 1rem 3rem;text-align:center}.refer-hero__inner{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.refer-hero__inner{padding:0 1.5rem}}@media (min-width: 768px){.refer-hero__inner{padding:0 2rem}}@media (min-width: 1200px){.refer-hero__inner{padding:0 3rem}}.refer-hero__inner{max-width:760px}.refer-hero__badge{display:inline-block;padding:.25rem 1rem;border-radius:9999px;border:1px solid rgba(245,130,32,.45);background:#f582201f;color:#f8a35b;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1.5rem}.refer-hero__title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(2.2rem,6vw,3.2rem);margin-bottom:1rem;line-height:1.15}.refer-hero__subtitle{font-size:1.125rem;line-height:1.7;color:#ffffffd1;max-width:620px;margin:0 auto}.refer-steps{margin-top:-2rem;padding:0 1rem 3rem}.refer-steps__inner{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.refer-steps__inner{padding:0 1.5rem}}@media (min-width: 768px){.refer-steps__inner{padding:0 2rem}}@media (min-width: 1200px){.refer-steps__inner{padding:0 3rem}}.refer-steps__inner{display:grid;grid-template-columns:1fr;gap:1rem;background:#fff;border-radius:12px;box-shadow:0 10px 25px #00000026;padding:2rem;border:1px solid #e9ecef}@media (min-width: 768px){.refer-steps__inner{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.refer-steps__item{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.refer-steps__item h3{font-size:1rem;font-weight:700;color:#111;margin-bottom:4px}.refer-steps__item p{font-size:.875rem;color:#6c757d;line-height:1.55}.refer-steps__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:9999px;background:linear-gradient(135deg,#76b90026,#f5822026);color:#f58220;font-size:1.35rem;margin-bottom:.25rem}.refer-steps__divider{display:none}@media (min-width: 768px){.refer-steps__divider{display:block;position:absolute;right:-.75rem;top:26px;width:1.5rem;height:2px;background:linear-gradient(90deg,#76b900,#f58220)}}.refer-dashboard{padding:0 1rem 3rem}.refer-dashboard__inner{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.refer-dashboard__inner{padding:0 1.5rem}}@media (min-width: 768px){.refer-dashboard__inner{padding:0 2rem}}@media (min-width: 1200px){.refer-dashboard__inner{padding:0 3rem}}.refer-dashboard__inner{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 992px){.refer-dashboard__inner{grid-template-columns:1.1fr 1fr;align-items:stretch}}.refer-coupon{background:linear-gradient(180deg,#fffdf8,#fff8ee);border:2px dashed rgba(245,130,32,.45);border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.refer-coupon__header{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#495057;margin-bottom:1.5rem}.refer-coupon__header svg{color:#f58220;font-size:1.2rem}.refer-coupon__code-box{background:#000;border-radius:8px;padding:1.5rem 1rem;margin-bottom:1.5rem;text-align:center}.refer-coupon__code{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.6rem,5vw,2.2rem);font-weight:800;letter-spacing:.12em;background:linear-gradient(90deg,#76b900,#f58220);-webkit-background-clip:text;background-clip:text;color:transparent}.refer-coupon__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;border:none;border-radius:8px;background:linear-gradient(90deg,#76b900,#5c9000);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.refer-coupon__btn:hover{transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.refer-coupon__btn--ghost{margin-top:.5rem;background:transparent;border:1px solid #dee2e6;color:#495057;font-weight:600}.refer-coupon__btn--ghost:hover{border-color:#f58220;color:#f58220;box-shadow:none}.refer-stats{display:flex;flex-direction:column;gap:1rem}.refer-stats__card{border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.refer-stats__card--points{background:#fff;border:1px solid #e9ecef;flex:1}.refer-stats__card--referrals{background:#000;color:#fff;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.25rem;min-height:140px}.refer-stats__label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6c757d;margin-bottom:.5rem}.refer-stats__value{font-size:clamp(2.4rem,6vw,3rem);font-weight:800;color:#111;line-height:1;margin-bottom:.25rem}.refer-stats__worth{font-size:.875rem;color:#6c757d;margin-bottom:1.5rem}.refer-stats__progress-wrap{border-top:1px solid #e9ecef;padding-top:1rem}.refer-stats__progress-head{display:flex;justify-content:space-between;gap:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6c757d;margin-bottom:.5rem}.refer-stats__progress-bar{height:8px;background:#e9ecef;border-radius:9999px;overflow:hidden;margin-bottom:.5rem}.refer-stats__progress-fill{height:100%;background:linear-gradient(90deg,#76b900,#f58220);border-radius:9999px;transition:width .3s ease}.refer-stats__progress-note{font-size:.875rem;color:#6c757d}.refer-stats__users-icon{font-size:1.6rem;color:#76b900}.refer-stats__referrals-value{font-size:2.5rem;font-weight:800;line-height:1}.refer-stats__referrals-label{font-size:.875rem;color:#ffffffbf}.refer-history{padding:0 1rem 4rem}.refer-history__inner{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.refer-history__inner{padding:0 1.5rem}}@media (min-width: 768px){.refer-history__inner{padding:0 2rem}}@media (min-width: 1200px){.refer-history__inner{padding:0 3rem}}.refer-history__inner{background:#fff;border-radius:12px;border:1px solid #e9ecef;box-shadow:0 1px 3px #0000001a;padding:2rem}.refer-history h2{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;color:#111;margin-bottom:1.5rem}.refer-history__empty{color:#6c757d;padding:1.5rem 0}.refer-history__list{list-style:none;margin:0;padding:0}.refer-history__item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid #e9ecef}.refer-history__item:last-child{border-bottom:none}.refer-history__title{font-weight:600;color:#111;margin-bottom:2px}.refer-history__date{font-size:.875rem;color:#adb5bd}.refer-history__points{font-weight:700;font-size:.875rem;white-space:nowrap}.refer-history__points--earn{color:#76b900}.refer-history__points--redeem{color:#dc3545}.refer-history__note{margin-top:1.5rem;font-size:.875rem;color:#6c757d;padding-top:1rem;border-top:1px solid #e9ecef}.profile{padding:2rem 0 4rem}.profile--loading{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;min-height:50vh;color:#adb5bd}.profile__spinner{font-size:2rem;animation:spin 1s linear infinite}.profile__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.profile__container{padding:0 1.5rem}}@media (min-width: 768px){.profile__container{padding:0 2rem}}@media (min-width: 1200px){.profile__container{padding:0 3rem}}.profile__header{margin-bottom:2rem}.profile__title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;color:#111;margin-bottom:.25rem}.profile__subtitle{color:#adb5bd}.profile__layout{display:grid;gap:2rem}@media (min-width: 992px){.profile__layout{grid-template-columns:240px 1fr;align-items:start}}.profile__tabs{display:flex;flex-direction:column;gap:.25rem;background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:.5rem}.profile__tab{display:flex;align-items:center;gap:.5rem;padding:12px 14px;border:none;border-radius:8px;background:transparent;color:#495057;font-size:.875rem;font-weight:600;cursor:pointer;text-align:left}.profile__tab--active{background:#f582201f;color:#f58220}.profile__content{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:2rem}.profile__section h2{font-size:1.125rem;color:#111;margin-bottom:1.5rem}.profile__section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.profile__section-head h2{margin-bottom:0}.profile__form,.profile__address-form{display:flex;flex-direction:column;gap:1rem}.profile__form-grid{display:grid;gap:1rem}@media (min-width: 768px){.profile__form-grid{grid-template-columns:1fr 1fr}}.profile__field{display:flex;flex-direction:column;gap:.25rem}@media (min-width: 768px){.profile__field--full{grid-column:1/-1}}.profile__field label{font-size:.875rem;font-weight:600;color:#495057}.profile__field input{padding:12px 14px;border:1px solid #dee2e6;border-radius:8px;font-size:1rem}.profile__field input:focus{outline:none;border-color:#f58220}.profile__points-card{display:flex;flex-direction:column;gap:.25rem;padding:1rem;border-radius:8px;background:#f5822014;border:1px solid rgba(245,130,32,.2)}.profile__points-card strong{font-size:1.25rem;color:#111}.profile__points-card a{font-size:.875rem;color:#f58220}.profile__btn{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:12px 18px;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;border:1px solid transparent}.profile__btn--primary{background:#f58220;color:#fff}.profile__btn--primary:hover:not(:disabled){background:#e26d0a}.profile__btn--outline{background:#fff;border-color:#dee2e6;color:#111}.profile__btn--ghost{background:transparent;border-color:#dee2e6;color:#495057}.profile__btn:disabled{opacity:.6;cursor:not-allowed}.profile__address-list{display:grid;gap:1rem;margin-bottom:1.5rem}@media (min-width: 768px){.profile__address-list{grid-template-columns:repeat(2,1fr)}}.profile__address-card{border:1px solid #e9ecef;border-radius:8px;padding:1rem;background:#f8f9fa}.profile__address-card--default{border-color:#f58220;background:#f582200d}.profile__address-card p{margin:0 0 4px;font-size:.875rem;color:#495057}.profile__address-card-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.profile__badge{font-size:.75rem;font-weight:700;text-transform:uppercase;color:#f58220;background:#f582201f;padding:2px 8px;border-radius:999px}.profile__address-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.profile__address-actions button{display:inline-flex;align-items:center;gap:4px;border:none;background:transparent;color:#f58220;font-size:.75rem;font-weight:600;cursor:pointer;padding:0}.profile__danger{color:#dc3545!important}.profile__checkbox{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#495057}.profile__form-actions{display:flex;gap:.5rem;flex-wrap:wrap}.profile__empty,.profile__hint{color:#adb5bd;font-size:.875rem;margin-bottom:1rem}.profile__referral-box{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.profile__referral-box label{font-size:.875rem;font-weight:600;color:#495057}.profile__referral-row{display:flex;gap:.5rem;flex-wrap:wrap}.profile__referral-row input{flex:1;min-width:180px;padding:12px 14px;border:1px solid #dee2e6;border-radius:8px;font-size:1.125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.profile__link{color:#f58220;font-size:.875rem;font-weight:600}@keyframes spin{to{transform:rotate(360deg)}}.policy-page{padding:2rem 0 4rem;background:#f8f9fa}.policy-page__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.policy-page__container{padding:0 1.5rem}}@media (min-width: 768px){.policy-page__container{padding:0 2rem}}@media (min-width: 1200px){.policy-page__container{padding:0 3rem}}.policy-page__container{max-width:820px}.policy-page__breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;margin-bottom:1.5rem;font-size:.875rem;color:#6c757d}.policy-page__breadcrumb a{color:#f58220;text-decoration:none}.policy-page__breadcrumb a:hover{text-decoration:underline}.policy-page__header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:3px solid #F58220}.policy-page__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#76b900;margin-bottom:.5rem}.policy-page__title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.5rem,4vw,2rem);color:#111;margin-bottom:.5rem}.policy-page__updated{font-size:.875rem;color:#6c757d}.policy-page__intro{margin-bottom:3rem;font-size:1.125rem;line-height:1.75;color:#343a40}.policy-page__section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e9ecef}.policy-page__section h2{font-size:1.25rem;color:#111;margin-bottom:1rem}.policy-page__section p{margin-bottom:1rem;line-height:1.75;color:#495057}.policy-page__section ul{margin:0 0 1rem;padding-bottom:1rem;padding-left:1.5rem}.policy-page__section ul li{margin-bottom:.5rem;line-height:1.65;color:#495057}.policy-page__subsection{margin-top:1.5rem}.policy-page__subsection h3{font-size:1.125rem;color:#111;margin-bottom:.5rem}.payment-result{padding:4rem 0;min-height:60vh;display:flex;align-items:center;justify-content:center}.payment-result__card{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 576px){.payment-result__card{padding:0 1.5rem}}@media (min-width: 768px){.payment-result__card{padding:0 2rem}}@media (min-width: 1200px){.payment-result__card{padding:0 3rem}}.payment-result__card{max-width:520px;text-align:center;background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:3rem;box-shadow:0 4px 6px #0000001a}.payment-result__icon{font-size:3rem;margin-bottom:1rem}.payment-result__icon--loading{color:#f58220;animation:spin 1s linear infinite}.payment-result__icon--success{color:#76b900}.payment-result__icon--failed{color:#dc3545}.payment-result h1{font-size:1.5rem;margin-bottom:.5rem;color:#212529}.payment-result p{color:#6c757d;line-height:1.6}.payment-result__order{margin-top:1rem;font-weight:600;color:#343a40}.payment-result__actions{display:flex;flex-direction:column;gap:.5rem;margin-top:2rem}.payment-result__btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background .2s ease}.payment-result__btn--primary{background:#f58220;color:#fff}.payment-result__btn--primary:hover{background:#e26d0a}.payment-result__btn--secondary{background:#f8f9fa;color:#343a40}.payment-result__btn--secondary:hover{background:#e9ecef}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#111;padding:2rem}.admin-login__card{width:100%;max-width:400px;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 10px 25px #00000026}.admin-login__header{text-align:center;margin-bottom:2rem}.admin-login__logo{display:block;width:min(220px,80%);height:auto;margin:0 auto 1rem}.admin-login__brand{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2rem;color:#f58220;margin-bottom:.25rem}.admin-login__title{font-size:1.125rem;color:#111;font-weight:600}.admin-login__subtitle{font-size:.875rem;color:#adb5bd;margin-top:.25rem}.admin-login__hint{font-size:.75rem;color:#ced4da;margin-top:1.5rem;text-align:center}.admin-login__hint a{color:#f58220;text-decoration:none}.admin-login__hint a:hover{text-decoration:underline}.admin-login__form{display:flex;flex-direction:column;gap:1.5rem}.admin-login__field{display:flex;flex-direction:column;gap:.25rem}.admin-login__field label{font-size:.875rem;font-weight:600;color:#495057}.admin-login__field input{padding:12px 16px;border:1px solid #dee2e6;border-radius:8px;font-size:1rem}.admin-login__field input:focus{outline:none;border-color:#f58220;box-shadow:0 0 0 3px #f582201a}.admin-login__submit{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.admin-login__submit{padding:14px;background:#f58220;color:#fff;font-weight:600;border-radius:8px}.admin-login__submit:hover:not(:disabled){background:#e26d0a}.admin-login__submit:disabled{opacity:.6;cursor:not-allowed}.admin-page{padding:1.5rem}@media (max-width: 991px){.admin-page{padding:0}}.admin-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}@media (max-width: 575px){.admin-page__header{flex-direction:column;align-items:stretch;margin-bottom:1.5rem}}.admin-page__title{font-size:1.5rem;font-weight:700;color:#111}@media (max-width: 991px){.admin-page__title{font-size:1.25rem}}.admin-page__add-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.admin-page__add-btn:disabled{opacity:.6;cursor:not-allowed}.admin-page__add-btn{padding:10px 20px;background:#f58220;color:#fff;font-weight:600;font-size:.875rem;border-radius:8px;gap:6px}@media (max-width: 575px){.admin-page__add-btn{width:100%;justify-content:center}}.admin-page__add-btn:hover{background:#e26d0a}.admin-page__loading{display:flex;align-items:center;justify-content:center;padding:4rem;color:#adb5bd}.admin-page__empty{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:4rem;gap:1rem;color:#6c757d;background:#fff;border-radius:12px;border:1px dashed #dee2e6}.admin-page__empty h2{font-size:1.125rem;font-weight:600;color:#111}.admin-page__empty p{max-width:480px;line-height:1.6}.admin-page__empty svg{color:#ced4da}.admin-page__empty-note{padding:1rem;margin-bottom:1rem;background:#f8f9fa;border-radius:8px;color:#6c757d;font-size:.875rem}.admin-dashboard__stats{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 576px){.admin-dashboard__stats{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.admin-dashboard__stats{grid-template-columns:repeat(3,1fr)}}.admin-dashboard__stat-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e9ecef;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease;min-width:0}@media (max-width: 575px){.admin-dashboard__stat-card{padding:1rem;gap:.5rem}}.admin-dashboard__stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.admin-dashboard__stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;font-size:1.3rem;flex-shrink:0}@media (max-width: 575px){.admin-dashboard__stat-icon{width:40px;height:40px;font-size:1.1rem}}.admin-dashboard__stat-info{display:flex;flex-direction:column;min-width:0}.admin-dashboard__stat-value{font-size:1.25rem;font-weight:700;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 575px){.admin-dashboard__stat-value{font-size:1.125rem}}.admin-dashboard__stat-label{font-size:.875rem;color:#adb5bd}.admin-table-wrapper{background:#fff;border-radius:12px;border:1px solid #e9ecef;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 991px){.admin-table-wrapper{margin:0 -.5rem;border-left:none;border-right:none;border-radius:0}}.admin-table{width:100%;min-width:640px;border-collapse:collapse;font-size:.875rem}.admin-table th{text-align:left;padding:12px 16px;background:#f8f9fa;color:#495057;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;white-space:nowrap;border-bottom:1px solid #e9ecef}.admin-table td{padding:12px 16px;color:#495057;border-bottom:1px solid #e9ecef;vertical-align:middle}.admin-table tbody tr:hover{background:#f8f9fa}.admin-table__thumb{width:44px;height:44px;border-radius:8px;overflow:hidden;background:#f8f9fa}.admin-table__thumb img{width:100%;height:100%;object-fit:cover}.admin-table__badges{display:flex;gap:4px;margin-top:4px}.admin-table__actions{display:flex;gap:.25rem}.admin-table__action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1px solid #dee2e6;background:#fff;cursor:pointer;color:#6c757d;transition:all .15s ease}.admin-table__action-btn:hover{border-color:#f58220;color:#f58220}.admin-table__action-btn--danger:hover{border-color:#dc3545;color:#dc3545}.admin-table__action-btn--save{border-color:#28a745;color:#28a745}.admin-table__action-btn--save:hover{background:#28a745;color:#fff}.admin-table__status-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.admin-table__status-btn:disabled{opacity:.6;cursor:not-allowed}.admin-table__status-btn{padding:4px 12px;font-size:.75rem;border-radius:8px;font-weight:500}.admin-table__status-btn--block{background:#dc35451a;color:#dc3545}.admin-table__status-btn--block:hover{background:#dc354533}.admin-table__status-btn--activate{background:#28a7451a;color:#28a745}.admin-table__status-btn--activate:hover{background:#28a74533}.admin-table__stock-input{width:80px;padding:6px 8px;border:1px solid #dee2e6;border-radius:4px;font-size:.875rem;text-align:center}.admin-table__stock-input:focus{outline:none;border-color:#f58220}.admin-table__mono{font-family:monospace;font-size:.75rem;color:#adb5bd}.admin-table__row--danger{background:#dc35450a!important}.admin-table__row--warning{background:#ffc1070f!important}.admin-badge{display:inline-block;padding:2px 10px;font-size:11px;font-weight:600;border-radius:9999px;text-transform:capitalize}.admin-badge--active,.admin-badge--success{background:#28a7451f;color:#28a745}.admin-badge--inactive,.admin-badge--danger{background:#dc35451f;color:#dc3545}.admin-badge--draft{background:#adb5bd1f;color:#6c757d}.admin-badge--featured{background:#76b90033;color:#355300}.admin-badge--trending{background:#f582201f;color:#f58220}.admin-badge--warning{background:#ffc10726;color:#ba8b00}.admin-badge--info{background:#17a2b81f;color:#17a2b8}.admin-select{padding:4px 8px;border:1px solid #dee2e6;border-radius:4px;font-size:.75rem;cursor:pointer}.admin-select:focus{outline:none;border-color:#f58220}.admin-pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:.25rem;padding:1.5rem}@media (max-width: 575px){.admin-pagination{padding:1rem}}.admin-pagination__btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #dee2e6;border-radius:8px;background:#fff;cursor:pointer;font-size:.875rem;transition:all .15s ease}.admin-pagination__btn:hover{border-color:#f58220;color:#f58220}.admin-pagination__btn--active{background:#f58220;color:#fff;border-color:#f58220}.admin-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:1.5rem}@media (max-width: 575px){.admin-modal{padding:.5rem;align-items:flex-end}}.admin-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.admin-modal__content{position:relative;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:12px;box-shadow:0 10px 25px #00000026}@media (max-width: 575px){.admin-modal__content{max-height:92vh;border-radius:12px 12px 0 0}}.admin-modal__content--wide{max-width:720px}.admin-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e9ecef}@media (max-width: 575px){.admin-modal__header{padding:1rem 1.5rem}}.admin-modal__header h2{font-size:1.125rem;font-weight:600;color:#111}@media (max-width: 575px){.admin-modal__header h2{font-size:1rem}}.admin-modal__hint{font-size:.875rem;color:#adb5bd;padding:0 2rem}.admin-modal__subtitle{font-size:1rem;font-weight:600;color:#111;margin-bottom:.5rem}.admin-modal__size-grid{display:flex;flex-wrap:wrap;gap:.5rem}.admin-modal__size-option{display:flex;align-items:center;gap:.25rem;padding:8px 12px;border:1px solid #dee2e6;border-radius:8px;font-size:.875rem;cursor:pointer;-webkit-user-select:none;user-select:none}.admin-modal__size-option input[type=checkbox]{accent-color:#F58220}.admin-modal__size-option--disabled{opacity:.5;cursor:not-allowed;background:#f8f9fa}.admin-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;cursor:pointer;color:#adb5bd;font-size:1.2rem}.admin-modal__close:hover{color:#111}.admin-modal__form{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 575px){.admin-modal__form{padding:1.5rem 1rem;gap:1rem}}.admin-modal__row{display:flex;gap:1.5rem;flex-wrap:wrap}.admin-modal__row .admin-modal__field{flex:1;min-width:200px}@media (max-width: 575px){.admin-modal__row .admin-modal__field{min-width:100%}}.admin-modal__field{display:flex;flex-direction:column;gap:.25rem}.admin-modal__field label{font-size:.875rem;font-weight:600;color:#495057;display:flex;align-items:center;gap:4px}.admin-modal__field input,.admin-modal__field select,.admin-modal__field textarea{padding:10px 14px;border:1px solid #dee2e6;border-radius:8px;font-size:.875rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.admin-modal__field input:focus,.admin-modal__field select:focus,.admin-modal__field textarea:focus{outline:none;border-color:#f58220}.admin-modal__field textarea{resize:vertical}.admin-modal__field input[type=file]{padding:8px;border:1px dashed #dee2e6}.admin-modal__field .admin-modal__hint{font-size:.75rem;color:#adb5bd}.admin-modal__field input[type=color]{width:40px;height:36px;padding:2px;cursor:pointer}.admin-modal__field--checkboxes{flex-direction:row;gap:1.5rem;align-items:center;padding-top:24px}.admin-modal__field--checkboxes label{display:flex;align-items:center;gap:.25rem;font-weight:400;cursor:pointer}.admin-modal__field--checkboxes label input[type=checkbox]{accent-color:#F58220}.admin-modal__actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e9ecef}.admin-modal__cancel{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.admin-modal__cancel:disabled{opacity:.6;cursor:not-allowed}.admin-modal__cancel{padding:10px 20px;background:#f8f9fa;color:#495057;border-radius:8px}.admin-modal__cancel:hover{background:#e9ecef}.admin-modal__submit{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.admin-modal__submit:disabled{opacity:.6;cursor:not-allowed}.admin-modal__submit{padding:10px 24px;background:#f58220;color:#fff;font-weight:600;border-radius:8px}.admin-modal__submit:hover{background:#e26d0a}.admin-order-detail{padding:2rem}.admin-order-detail__meta{display:flex;gap:2rem;margin-bottom:1.5rem}.admin-order-detail__meta p{font-size:.875rem;color:#495057}.admin-order-detail__meta strong{color:#111}.admin-order-detail__address{background:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.admin-order-detail__address h4{font-size:.875rem;font-weight:600;color:#111;margin-bottom:.25rem}.admin-order-detail__address p{font-size:.875rem;color:#495057;line-height:1.5}.admin-order-detail__totals{text-align:right;padding:1rem 16px}.admin-order-detail__totals p{font-size:.875rem;color:#495057;margin-bottom:4px}.admin-order-detail__total{font-size:1.125rem!important;font-weight:700;color:#111!important}.admin-order-detail__notes{margin-top:1.5rem;padding:1rem;background:#ffc10714;border-radius:8px}.admin-order-detail__notes h4{font-size:.875rem;font-weight:600;margin-bottom:.25rem}.admin-order-detail__notes p{font-size:.875rem;color:#495057}.admin-order-detail__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e9ecef}.admin-order-detail__doc-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.admin-order-detail__doc-btn:disabled{opacity:.6;cursor:not-allowed}.admin-order-detail__doc-btn{display:inline-flex;align-items:center;gap:.25rem;padding:10px 20px;background:#fff;border:1px solid #dee2e6;border-radius:8px;color:#111;font-weight:600;font-size:.875rem;cursor:pointer}.admin-order-detail__doc-btn:hover{border-color:#f58220;color:#f58220}.admin-attributes{margin-top:2rem;max-width:480px}.admin-attributes__section{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:1.5rem}.admin-attributes__section h3{font-size:1rem;font-weight:600;color:#111;margin-bottom:1rem}.admin-attributes__list{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:1rem}.admin-attributes__tag{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:9999px;font-size:.875rem;color:#495057}.admin-attributes__add{display:flex;gap:.25rem}.admin-attributes__add input[type=text]{flex:1;padding:8px 12px;border:1px solid #dee2e6;border-radius:8px;font-size:.875rem}.admin-attributes__add input[type=text]:focus{outline:none;border-color:#f58220}.admin-attributes__add input[type=color]{width:40px;height:36px;padding:2px;border:1px solid #dee2e6;border-radius:8px;cursor:pointer}.admin-attributes__add button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#f58220;color:#fff;border:none;border-radius:8px;cursor:pointer;flex-shrink:0}.admin-attributes__add button:hover{background:#e26d0a}.admin-settings{max-width:520px}.admin-settings__card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.admin-settings__card h2{font-size:1.125rem;font-weight:600;color:#111}.admin-settings__hint{font-size:.875rem;color:#6c757d;line-height:1.6;margin-top:-.5rem}.admin-settings__preview{padding:1rem;background:#f8f9fa;border-radius:8px;font-size:.875rem;color:#495057}.admin-settings__preview strong{display:block;margin-bottom:.25rem;color:#111}.admin-settings__preview p{margin:4px 0}.admin-settings__preview span{font-weight:600;color:#f58220}.admin-referrals__program{margin-bottom:2rem;padding:1rem 1.5rem;background:#f5822014;border:1px solid rgba(245,130,32,.15);border-radius:12px;font-size:.875rem;color:#495057;line-height:1.6}.admin-referrals__stats{margin-bottom:3rem}.admin-referrals__stat-card{cursor:default}.admin-referrals__stat-card:hover{transform:none;box-shadow:none}.admin-referrals__stat-sub{font-size:.75rem;color:#adb5bd;margin-top:2px}.admin-referrals__section{margin-bottom:3rem}.admin-referrals__section h2{font-size:1.125rem;font-weight:700;color:#111;margin-bottom:1rem}.admin-referrals__section-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.admin-referrals__section-header h2{margin-bottom:0}@media (max-width: 575px){.admin-referrals__section-header{flex-direction:column;align-items:stretch}}.admin-referrals__search{display:flex;gap:.5rem}@media (max-width: 575px){.admin-referrals__search{flex-direction:column;width:100%}}.admin-referrals__search input{min-width:220px;padding:8px 12px;border:1px solid #dee2e6;border-radius:8px;font-size:.875rem}@media (max-width: 575px){.admin-referrals__search input{min-width:0;width:100%}}.admin-referrals__search input:focus{outline:none;border-color:#f58220}.admin-referrals__search button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.admin-referrals__search button:disabled{opacity:.6;cursor:not-allowed}.admin-referrals__search button{padding:8px 16px;background:#f58220;color:#fff;border-radius:8px;font-size:.875rem;font-weight:600}@media (max-width: 575px){.admin-referrals__search button{width:100%;justify-content:center}}.admin-referrals__meta{font-size:.75rem;color:#adb5bd;margin-top:2px}.admin-referrals__code{font-family:monospace;font-size:.875rem;font-weight:600;color:#f58220;background:#f5822014;padding:2px 8px;border-radius:4px}.admin-referrals__muted{color:#ced4da}.admin-referrals__points--earn{color:#28a745}.admin-referrals__points--redeem{color:#ffc107}.admin-coupons__hint{margin:-1rem 0 2rem;font-size:.875rem;color:#6c757d;line-height:1.6}.admin-coupons__code{font-family:monospace;font-weight:700;color:#f58220;font-size:.875rem}.admin-coupons__desc{font-size:.75rem;color:#adb5bd;margin-top:4px}.bulk-import{margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#f582200f,#fff 55%);border:1px solid #e9ecef;border-radius:12px}.bulk-import__header{margin-bottom:2rem}.bulk-import__title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;color:#111;margin:0 0 .25rem}.bulk-import__subtitle{margin:0;color:#6c757d;font-size:.875rem;max-width:640px}.bulk-import__grid{display:grid;gap:2rem;align-items:stretch}@media (min-width: 992px){.bulk-import__grid{grid-template-columns:1fr 1fr}}.bulk-import__card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;height:100%;min-height:100%;box-shadow:0 1px 3px #0000001a}.bulk-import__card-body{display:flex;flex:1;flex-direction:column;gap:1rem;min-height:0}.bulk-import__card-footer{display:flex;flex-direction:column;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid #f8f9fa;flex-shrink:0}.bulk-import__card-head{display:flex;gap:1rem;align-items:flex-start;flex-shrink:0;margin-bottom:1rem}.bulk-import__card-head h3{margin:0 0 4px;font-size:1rem;color:#111}.bulk-import__card-head p{margin:0;font-size:.875rem;color:#adb5bd}.bulk-import__card-icon{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.bulk-import__card-icon--excel{background:#17a2b81f;color:#17a2b8}.bulk-import__card-icon--photos{background:#f582201f;color:#f58220}.bulk-import__steps{margin:0;padding-left:1.2rem;font-size:.875rem;color:#6c757d;line-height:1.6}.bulk-import__steps li+li{margin-top:.25rem}.bulk-import__naming-guide{display:flex;gap:.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;font-size:.875rem;color:#495057;flex-shrink:0}.bulk-import__naming-guide svg{flex-shrink:0;margin-top:2px;color:#f58220}.bulk-import__naming-guide ul{margin:.25rem 0 0;padding-left:1rem}.bulk-import__naming-guide code{font-size:.75rem;background:#fff;padding:1px 6px;border-radius:4px;border:1px solid #e9ecef}.bulk-import__actions{display:flex;flex-wrap:wrap;gap:.5rem}.bulk-import__btn{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:10px 16px;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background .15s ease,border-color .15s ease}.bulk-import__btn--primary{background:#f58220;color:#fff;width:100%}.bulk-import__btn--primary:hover:not(:disabled){background:#e26d0a}.bulk-import__btn--outline{background:#fff;border-color:#dee2e6;color:#111}.bulk-import__btn--outline:hover{border-color:#f58220;color:#f58220}.bulk-import__btn:disabled{opacity:.55;cursor:not-allowed}.bulk-import__dropzone{border:2px dashed #dee2e6;border-radius:8px;padding:2rem 1rem;text-align:center;color:#adb5bd;font-size:.875rem;cursor:pointer;transition:border-color .15s ease,background .15s ease;display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:140px}.bulk-import__dropzone svg{font-size:1.5rem;color:#ced4da}.bulk-import__dropzone:hover,.bulk-import__dropzone--active{border-color:#f58220;background:#f582200a}.bulk-import__dropzone--filled{border-color:#28a74580;background:#28a7450a;color:#495057}.bulk-import__excel-guide{display:flex;gap:.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;font-size:.875rem;color:#495057;flex-shrink:0}.bulk-import__excel-guide svg{flex-shrink:0;margin-top:2px;color:#17a2b8}.bulk-import__excel-guide ul{margin:.25rem 0 0;padding-left:1rem}.bulk-import__result{padding-top:.5rem;border-top:1px solid #e9ecef}.bulk-import__stats{display:flex;flex-direction:column;gap:4px;font-size:.875rem;color:#495057}.bulk-import__stats span{display:inline-flex;align-items:center;gap:6px}.bulk-import__stats svg{color:#28a745}.bulk-import__errors{margin:.5rem 0 0;padding:0;list-style:none;font-size:.75rem;color:#dc3545}.bulk-import__errors li{display:flex;align-items:flex-start;gap:6px;margin-top:4px}.bulk-import__preview-loading{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#adb5bd;margin:0}.bulk-import__preview-summary{display:flex;gap:1rem;font-size:.875rem;font-weight:600}.bulk-import__matched{color:#28a745}.bulk-import__unmatched{color:#dc3545}.bulk-import__preview-table-wrap{max-height:200px;overflow:auto;border:1px solid #e9ecef;border-radius:8px}.bulk-import__preview-table{width:100%;border-collapse:collapse;font-size:.75rem}.bulk-import__preview-table th,.bulk-import__preview-table td{padding:8px 10px;text-align:left;border-bottom:1px solid #f8f9fa}.bulk-import__preview-table th{background:#f8f9fa;font-weight:600;color:#495057;position:sticky;top:0}.bulk-import__preview-row--unmatched td:last-child,.bulk-import__preview-row--invalid td:last-child,.bulk-import__preview-row--error td:last-child{color:#dc3545}.bulk-import__preview-row--matched td:last-child{color:#28a745}.bulk-import__mono{font-family:ui-monospace,monospace;font-size:.85em}.bulk-import__preview-more{margin:0;font-size:.75rem;color:#adb5bd}.bulk-import__spin{animation:bulk-import-spin 1s linear infinite}@keyframes bulk-import-spin{to{transform:rotate(360deg)}}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes shimmer-slide{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes float-soft{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;overflow-x:hidden}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.65;color:#212529;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1,"liga" 1;overflow-x:hidden;min-width:320px}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;line-height:1.25;letter-spacing:-.02em}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}}
