:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(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));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.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);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;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{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.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:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}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:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.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-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #eee;width:100%;animation:.7s forwards navbarReveal;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;gap:30px;max-width:1280px;height:78px;margin:0 auto;padding:0 28px;display:flex}.logo{flex-shrink:0;justify-content:flex-start;align-items:center;width:160px;height:55px;text-decoration:none;display:flex;overflow:hidden}.logo img{object-fit:contain;object-position:left center;width:145px;height:48px;transition:transform .35s,opacity .35s;display:block}.logo:hover img{opacity:.92;transform:scale(1.04)}.nav-menu{align-items:center;gap:32px;display:flex}.nav-menu a{color:#444;padding:8px 0;font-size:14px;font-weight:500;text-decoration:none;transition:color .25s,transform .25s;position:relative}.nav-menu a:after{content:"";background:#a27b3f;width:0;height:1.5px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-menu a:hover{color:#a27b3f;transform:translateY(-1px)}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}.nav-menu a.active{color:#a27b3f}.search-box{background:#fafafa;border:1px solid #e2e2e2;border-radius:30px;align-items:center;width:230px;height:40px;padding:0 13px;transition:width .35s,border-color .3s,box-shadow .3s,background .3s;display:flex;position:relative}.search-box svg{color:#777;flex-shrink:0;font-size:17px;transition:color .3s,transform .3s}.search-box input{color:#333;background:0 0;border:none;outline:none;width:100%;margin-left:9px;font-size:13px}.search-box:focus-within{background:#fff;border-color:#b99a68;width:260px;box-shadow:0 5px 20px #0000000f}.search-box:focus-within svg{color:#a27b3f;transform:rotate(-8deg)scale(1.05)}.nav-icons{align-items:center;gap:20px;display:flex}.icon{color:#333;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:color .25s,background .25s,transform .25s;display:flex;position:relative}.icon svg{font-size:20px}.icon:hover{color:#a27b3f;background:#f7f3ec;transform:translateY(-2px)}.cart-badge{color:#fff;background:#a27b3f;border-radius:50%;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:9px;font-weight:700;animation:.3s badgePop;display:flex;position:absolute;top:-2px;right:-2px}.user-dropdown{position:relative}.user-info{cursor:pointer;color:#333;align-items:center;gap:8px;padding:8px 4px;font-size:13px;font-weight:500;transition:color .25s;display:flex}.user-info svg{font-size:19px}.user-info:hover{color:#a27b3f}.dropdown-menu{opacity:0;visibility:hidden;background:#fff;border:1px solid #eee;border-radius:10px;width:190px;padding:8px;transition:opacity .25s,transform .25s,visibility .25s;position:absolute;top:calc(100% + 15px);right:0;transform:translateY(-8px);box-shadow:0 15px 45px #0000001f}.user-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu:before{content:"";background:#fff;border-top:1px solid #eee;border-left:1px solid #eee;width:11px;height:11px;position:absolute;top:-6px;right:25px;transform:rotate(45deg)}.dropdown-menu a,.dropdown-menu button{color:#444;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:11px;width:100%;padding:11px 12px;font-family:inherit;font-size:13px;text-decoration:none;transition:background .2s,color .2s,padding-left .2s;display:flex}.dropdown-menu a svg,.dropdown-menu button svg{font-size:16px}.dropdown-menu a:hover,.dropdown-menu button:hover{color:#a27b3f;background:#f8f5ef;padding-left:16px}.menu-btn{color:#333;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:23px;transition:color .25s,transform .25s;display:none}.menu-btn:hover{color:#a27b3f;transform:rotate(5deg)}.search-container{width:320px;position:relative}.search-box{background:#faf9f7;border:1px solid #eee;border-radius:8px;align-items:center;gap:10px;width:100%;height:42px;padding:0 14px;transition:border-color .2s,box-shadow .2s;display:flex}.search-box:focus-within{border-color:#a27b3f;box-shadow:0 0 0 3px #a27b3f14}.search-box>svg{color:#777;flex-shrink:0;font-size:18px}.search-box input{color:#333;background:0 0;border:none;outline:none;width:100%;height:100%;font-size:14px}.search-box input::placeholder{color:#999}.search-suggestions{z-index:1000;background:#fff;border:1px solid #eee;border-radius:10px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 10px 30px #0000001a}.search-heading{color:#777;text-transform:uppercase;letter-spacing:.5px;padding:12px 15px 8px;font-size:12px;font-weight:600}.search-result{text-align:left;cursor:pointer;background:#fff;border:none;align-items:center;gap:12px;width:100%;padding:10px 14px;transition:background .2s;display:flex}.search-result:hover{background:#f3ede3}.search-result-image{background:#faf9f7;border-radius:7px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.search-result-image img{object-fit:cover;width:100%;height:100%}.search-result-info{flex-direction:column;gap:2px;min-width:0;display:flex}.search-result-name{color:#333;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.search-result-category{color:#777;font-size:11px}.search-result-price{color:#a27b3f;margin-top:2px;font-size:13px;font-weight:600}.search-view-all{color:#a27b3f;text-align:left;cursor:pointer;background:#fff;border:none;border-top:1px solid #eee;width:100%;padding:12px 15px;font-size:13px;font-weight:600;transition:background .2s,color .2s}.search-view-all:hover{color:#8d6834;background:#f3ede3}.search-message{color:#777;text-align:center;padding:18px 15px;font-size:13px}@media (width<=900px){.search-container{width:240px}}@media (width<=700px){.search-container{width:100%;max-width:none}}@keyframes navbarReveal{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes badgePop{0%{transform:scale(0)}70%{transform:scale(1.15)}to{transform:scale(1)}}@media (width<=1100px){.navbar-container{gap:20px}.nav-menu{gap:22px}.search-box{width:190px}.search-box:focus-within{width:210px}}@media (width<=850px){.navbar-container{height:70px;padding:0 20px}.logo{width:135px;height:50px}.logo img{width:125px;height:42px}.search-box{display:none}.menu-btn{display:flex}.nav-menu{opacity:0;visibility:hidden;background:#fffffffa;border-bottom:1px solid #eee;flex-direction:column;align-items:stretch;gap:4px;width:100%;padding:15px 20px 22px;transition:opacity .3s,transform .3s,visibility .3s;display:flex;position:absolute;top:70px;left:0;transform:translateY(-15px);box-shadow:0 15px 30px #00000014}.nav-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.nav-menu a{border-radius:6px;padding:13px 10px}.nav-menu a:after{display:none}.nav-menu a:hover,.nav-menu a.active{background:#f8f5ef;padding-left:16px;transform:none}.user-info span{display:none}.nav-icons{gap:8px}}@media (width<=480px){.navbar-container{padding:0 15px}.logo{width:120px;height:45px}.logo img{width:112px;height:38px}.nav-icons{gap:4px}.icon{width:35px;height:35px}}.footer{color:#fff;background:#1c1c19;padding:80px 0 0;position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;border:1px solid #d6b77b1f;border-radius:50%;width:350px;height:350px;position:absolute;top:-220px;right:-150px}.footer:after{content:"";pointer-events:none;border:1px solid #d6b77b1a;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-170px;left:-130px}.footer-container{z-index:1;grid-template-columns:1.5fr 1fr 1.2fr 1.2fr;gap:55px;max-width:1200px;margin:0 auto;padding:0 24px 65px;display:grid;position:relative}.footer-brand{max-width:350px}.footer-logo{object-fit:contain;object-position:left center;width:185px;height:auto;max-height:65px;margin:0 0 22px;transition:transform .3s,opacity .3s;display:block}.footer-logo:hover{opacity:.92;transform:translateY(-2px)}.footer-brand>p{color:#ffffff94;max-width:330px;margin:0;font-size:13px;line-height:1.9}.footer-social{align-items:center;gap:10px;margin-top:25px;display:flex}.footer-social a{color:#ffffffa6;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:background .35s,border-color .35s,color .35s,transform .35s;display:flex}.footer-social a:hover{color:#1c1c19;background:#d6b77b;border-color:#d6b77b;transform:translateY(-4px)}.footer-box{flex-direction:column;align-items:flex-start;display:flex}.footer-box h3{color:#fff;margin:5px 0 25px;padding-bottom:12px;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:500;position:relative}.footer-box h3:after{content:"";background:#d6b77b;width:30px;height:1px;position:absolute;bottom:0;left:0}.footer-box>a{color:#ffffff94;margin-bottom:13px;font-size:13px;text-decoration:none;transition:color .3s,transform .3s;display:inline-block;position:relative}.footer-box>a:before{content:"";background:#d6b77b;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.footer-box>a:hover{color:#d6b77b;transform:translate(4px)}.footer-box>a:hover:before{width:100%}.footer-logo-link{display:inline-block}.footer-contact-link{color:#ffffff94;align-items:flex-start;gap:11px;margin:0 0 16px;font-size:13px;line-height:1.6;text-decoration:none;transition:color .3s;display:flex}.footer-contact-link svg{color:#d6b77b;flex-shrink:0;margin-top:2px;font-size:16px;transition:transform .3s}.footer-contact-link:hover{color:#d6b77b}.footer-contact-link:hover svg{transform:scale(1.12)}.footer-contact-link:before{display:none}.footer-box>p{color:#ffffff94;align-items:flex-start;gap:11px;margin:0 0 16px;font-size:13px;line-height:1.6;display:flex}.footer-box>p svg{color:#d6b77b;flex-shrink:0;margin-top:2px;font-size:16px;transition:transform .3s}.footer-box>p:hover svg{transform:scale(1.12)}.footer-bottom{z-index:1;border-top:1px solid #ffffff1a;padding:24px;position:relative}.footer-bottom p{text-align:center;letter-spacing:.3px;color:#fff6;max-width:1200px;margin:0 auto;font-size:12px}.footer-bottom strong{color:#ffffffa6;font-weight:500}.footer-container>*{opacity:0;animation:.7s forwards footerReveal}.footer-container>:first-child{animation-delay:.1s}.footer-container>:nth-child(2){animation-delay:.2s}.footer-container>:nth-child(3){animation-delay:.3s}.footer-container>:nth-child(4){animation-delay:.4s}@keyframes footerReveal{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media (width<=1000px){.footer{padding-top:70px}.footer-container{grid-template-columns:1.4fr 1fr 1fr;gap:45px}.footer-brand{grid-column:span 3;max-width:600px}.footer-logo{width:180px}}@media (width<=700px){.footer{padding-top:60px}.footer-container{grid-template-columns:1fr;gap:38px;padding:0 25px 50px}.footer-brand{text-align:center;grid-column:auto;max-width:100%}.footer-logo{object-position:center;width:165px;max-height:60px;margin:0 auto 18px}.footer-brand>p{max-width:500px;margin:0 auto}.footer-social{justify-content:center}.footer-box{text-align:center;align-items:center}.footer-box h3{margin-bottom:22px}.footer-box>a{margin-bottom:12px}.footer-box>p{text-align:left;justify-content:center}.footer-bottom{padding:22px 18px}.footer-bottom p{line-height:1.7}}@media (width<=400px){.footer-container{padding-left:18px;padding-right:18px}.footer-logo{width:145px;max-height:55px}.footer-brand>p,.footer-box>a,.footer-box>p{font-size:12px}}@media (prefers-reduced-motion:reduce){.footer-container>*,.footer-social a,.footer-box>a,.footer-box>p svg,.footer-logo{transition:none;animation:none}}.admin-layout{color:#292929;background:#f6f3ed;min-height:100vh;display:flex}.admin-sidebar{z-index:1000;background:linear-gradient(160deg,#292929 0%,#22201d 55%,#1d1b19 100%);border-right:1px solid #ffffff0f;flex-direction:column;width:265px;height:100vh;padding:28px 18px;transition:transform .4s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:0;left:0;overflow-y:auto;box-shadow:10px 0 35px #00000014}.admin-sidebar::-webkit-scrollbar{width:4px}.admin-sidebar::-webkit-scrollbar-thumb{background:#c29a5759;border-radius:10px}.admin-logo{align-items:center;padding:4px 15px 30px;display:flex}.admin-logo img{object-fit:contain;object-position:left center;border:none;outline:none;width:175px;height:auto;max-height:60px;text-decoration:none;transition:transform .3s,opacity .3s;display:block}.admin-logo img:hover{opacity:.92;transform:translateY(-2px)}.admin-logo:after{display:none}.admin-sidebar:hover .admin-logo:after{width:55px}.admin-profile{background:#ffffff09;border:1px solid #ffffff12;border-radius:8px;align-items:center;gap:12px;margin:0 4px 28px;padding:15px;transition:background .3s,transform .3s;display:flex}.admin-profile:hover{background:#ffffff0f;transform:translateY(-2px)}.admin-avatar{color:#c49a57;background:#c49a571f;border:1px solid #c49a5773;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.admin-avatar svg{width:18px;height:18px}.admin-profile-info{min-width:0}.admin-profile-info h4{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:13px;font-weight:600;overflow:hidden}.admin-profile-info span{color:#99938a;letter-spacing:.7px;font-size:10px}.admin-nav{flex-direction:column;gap:5px;display:flex}.nav-label{color:#777169;letter-spacing:1.8px;text-transform:uppercase;margin:0 12px 10px;font-size:9px;font-weight:700}.bottom-label{margin-top:28px}.admin-nav a,.admin-logout{color:#aaa59d;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:13px;width:100%;min-height:47px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;transition:color .3s,background .3s,transform .3s;display:flex;position:relative}.admin-nav a:before,.admin-logout:before{content:"";background:#c49a57;border-radius:0 3px 3px 0;width:3px;height:0;transition:height .3s;position:absolute;left:0}.admin-nav a svg,.admin-logout svg{flex-shrink:0;width:17px;height:17px;transition:transform .3s,color .3s}.admin-nav a:hover,.admin-logout:hover{color:#fff;background:#ffffff0e;transform:translate(3px)}.admin-nav a:hover svg,.admin-logout:hover svg{color:#c49a57;transform:scale(1.08)}.admin-nav a.active{color:#fff;background:linear-gradient(90deg,#c49a5729,#c49a570a);box-shadow:inset 0 0 20px #c49a5706}.admin-nav a.active:before{height:25px}.admin-nav a.active svg{color:#c49a57}.admin-logout{color:#a9a39b;margin-top:6px}.admin-logout:hover{color:#e5a5a5;background:#b4505012}.admin-logout:hover svg{color:#d47d7d}.admin-main{width:calc(100% - 265px);min-height:100vh;margin-left:265px;transition:margin-left .4s,width .4s}.admin-header{z-index:900;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid #e8e2d8;align-items:center;min-height:82px;padding:0 34px;display:flex;position:sticky;top:0;box-shadow:0 5px 25px #322b2309}.admin-menu-btn{color:#292929;cursor:pointer;background:#fff;border:1px solid #e1dbd1;border-radius:6px;justify-content:center;align-items:center;width:42px;height:42px;margin-right:15px;transition:background .3s,color .3s,transform .3s;display:none}.admin-menu-btn:hover{color:#fff;background:#292929;transform:translateY(-1px)}.admin-menu-btn svg{width:19px;height:19px}.admin-header-title{flex-direction:column;display:flex}.admin-header-title h2{color:#292929;margin:0;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:500}.admin-header-title span{color:#99938a;margin-top:3px;font-size:11px}.admin-header-user{align-items:center;gap:11px;margin-left:auto;display:flex}.header-avatar{color:#a27b3f;background:#f8f4ec;border:1px solid #e2d6c5;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s,box-shadow .3s;display:flex}.header-avatar:hover{transform:scale(1.06);box-shadow:0 6px 15px #a27b3f26}.header-avatar svg{width:17px;height:17px}.header-user-info{flex-direction:column;display:flex}.header-user-info strong{color:#333;font-size:12px}.header-user-info span{color:#999;margin-top:3px;font-size:10px}.admin-content{min-height:calc(100vh - 82px);padding:34px;animation:.55s contentReveal}@keyframes contentReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.admin-overlay{z-index:950;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#14120f73;animation:.3s overlayFade;position:fixed;inset:0}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}@media (width<=1000px){.admin-sidebar{width:235px}.admin-main{width:calc(100% - 235px);margin-left:235px}.admin-content{padding:25px}.admin-header{padding:0 25px}}@media (width<=768px){.admin-sidebar{width:265px;transform:translate(-100%);box-shadow:15px 0 45px #0000002e}.admin-sidebar.open{transform:translate(0)}.admin-main{width:100%;margin-left:0}.admin-menu-btn{display:flex}.admin-header{min-height:72px;padding:0 18px}.admin-header-title h2{font-size:18px}.admin-header-title span{display:none}.admin-content{min-height:calc(100vh - 72px);padding:20px 16px}}@media (width<=500px){.admin-header-user{margin-left:auto}.header-user-info{display:none}.header-avatar{width:38px;height:38px}.admin-header-title h2{font-size:17px}.admin-menu-btn{width:40px;height:40px}.admin-content{padding:18px 12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}.admin-auth-loading{z-index:9999;background:#1c1c19;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.admin-auth-loading:before{content:"";border:1px solid #d6b77b1f;border-radius:50%;width:500px;height:500px;position:absolute;top:-300px;right:-180px}.admin-auth-loading:after{content:"";border:1px solid #d6b77b1a;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-280px;left:-180px}.admin-loading-content{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.admin-loading-logo{color:#d6b77b;border:1px solid #d6b77b80;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:25px;font-family:Georgia,Times New Roman,serif;font-size:28px;display:flex}.admin-loading-spinner{border:2px solid #ffffff1f;border-top-color:#d6b77b;border-radius:50%;width:34px;height:34px;margin-bottom:25px;animation:.8s linear infinite adminSpin}@keyframes adminSpin{to{transform:rotate(360deg)}}.admin-loading-content h2{color:#fff;margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:400}.admin-loading-content p{color:#ffffff73;letter-spacing:.4px;margin:0;font-size:12px}@media (width<=600px){.admin-loading-logo{width:52px;height:52px;font-size:24px}.admin-loading-spinner{width:30px;height:30px}.admin-loading-content h2{font-size:22px}}@media (prefers-reduced-motion:reduce){.admin-loading-spinner{animation:none}}.admin-products{width:100%}.products-page-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.products-page-header h1{color:#292929;margin:0;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:500}.products-page-header p{color:#99938a;margin:7px 0 0;font-size:13px}.add-product-btn{color:#fff;cursor:pointer;background:#292929;border:1px solid #292929;border-radius:6px;align-items:center;gap:9px;min-height:44px;padding:0 18px;font-family:inherit;font-size:12px;font-weight:600;transition:background .3s,transform .3s,box-shadow .3s;display:flex}.add-product-btn span{font-size:20px;line-height:1}.add-product-btn:hover{color:#fff;background:#c49a57;border-color:#c49a57;transform:translateY(-2px);box-shadow:0 8px 20px #c49a5733}.product-form-card{background:#fff;border:1px solid #e8e2d8;border-radius:8px;margin-bottom:28px;padding:28px;animation:.35s formReveal;box-shadow:0 8px 30px #322b230a}@keyframes formReveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.form-card-header{border-bottom:1px solid #eee8df;margin-bottom:25px;padding-bottom:18px}.form-card-header h2{color:#292929;margin:0;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500}.form-card-header p{color:#99938a;margin:5px 0 0;font-size:12px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.form-group{flex-direction:column;gap:8px;display:flex}.full-width{grid-column:1/-1;margin-bottom:20px}.form-group label{color:#4b4843;letter-spacing:.4px;font-size:11px;font-weight:700}.form-group input,.form-group textarea,.form-group select{box-sizing:border-box;color:#292929;background:#fff;border:1px solid #ded8ce;border-radius:5px;outline:none;width:100%;padding:12px 13px;font-family:inherit;font-size:13px;transition:border-color .3s,box-shadow .3s}.form-group textarea{resize:vertical;min-height:105px;line-height:1.6}.form-group input::placeholder,.form-group textarea::placeholder{color:#b3aea6}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#c49a57;box-shadow:0 0 0 3px #c49a5714}.form-group small{color:#99938a;font-size:10px}.price-input,.suffix-input{align-items:center;display:flex;position:relative}.price-input>span,.suffix-input>span{z-index:1;color:#9a7947;font-size:13px;font-weight:600;position:absolute}.price-input>span{left:13px}.price-input input{padding-left:30px}.suffix-input>span{right:13px}.suffix-input input{padding-right:32px}.form-actions{border-top:1px solid #eee8df;justify-content:flex-end;gap:10px;margin-top:28px;padding-top:20px;display:flex}.cancel-btn,.save-product-btn{cursor:pointer;border-radius:5px;min-height:42px;padding:0 20px;font-family:inherit;font-size:12px;font-weight:600;transition:background .3s,color .3s,border-color .3s,transform .3s}.cancel-btn{color:#66615a;background:#fff;border:1px solid #ddd6cb}.cancel-btn:hover{color:#292929;border-color:#aaa39a}.save-product-btn{color:#fff;background:#292929;border:1px solid #292929}.save-product-btn:hover{background:#c49a57;border-color:#c49a57;transform:translateY(-1px)}.save-product-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.products-card{background:#fff;border:1px solid #e8e2d8;border-radius:8px;overflow:hidden;box-shadow:0 8px 30px #322b2309}.products-card-header{border-bottom:1px solid #eee8df;justify-content:space-between;align-items:center;padding:22px 24px;display:flex}.products-card-header h2{color:#292929;margin:0;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:500}.products-card-header span{color:#99938a;margin-top:4px;font-size:11px;display:block}.products-table-wrapper{width:100%;overflow-x:auto}.products-table{border-collapse:collapse;width:100%;min-width:900px}.products-table th{color:#777169;letter-spacing:1px;text-align:left;text-transform:uppercase;white-space:nowrap;background:#faf8f4;padding:14px 18px;font-size:9px;font-weight:700}.products-table td{color:#55514b;vertical-align:middle;border-top:1px solid #f0ebe4;padding:15px 18px;font-size:12px}.products-table tbody tr{transition:background .25s}.products-table tbody tr:hover{background:#fcfaf7}.products-table th:first-child,.products-table td:first-child{width:32%}.product-info{align-items:center;gap:13px;min-width:260px;display:flex}.admin-product-image{background:#f7f4ee;border:1px solid #ebe5dc;border-radius:9px;justify-content:center;align-items:center;width:58px;min-width:58px;height:58px;display:flex;overflow:hidden}.admin-product-image img{object-fit:cover;width:100%;height:100%;display:block}.product-name{flex-direction:column;min-width:0;display:flex}.product-name strong{color:#292929;white-space:nowrap;text-overflow:ellipsis;max-width:210px;font-size:12px;font-weight:650;display:block;overflow:hidden}.product-name span{color:#aaa39a;margin-top:5px;font-size:9px}.category-badge{color:#8d6b38;background:#f5efe5;border-radius:20px;padding:5px 9px;font-size:10px;font-weight:600;display:inline-block}.discount-badge{color:#56805a;background:#edf6ed;border-radius:4px;padding:5px 8px;font-size:10px;font-weight:600;display:inline-block}.no-discount{color:#aaa39a}.stock-badge{color:#55785a;text-align:center;background:#eef5ef;border-radius:4px;min-width:25px;padding:5px 8px;font-size:10px;font-weight:600;display:inline-block}.stock-badge.low{color:#a45f51;background:#fbefeb}.rating{color:#a27b3f;white-space:nowrap;font-size:11px;font-weight:600}.product-price{color:#292929;white-space:nowrap;font-size:12px}.delete-product-btn{color:#a45f51;cursor:pointer;background:#fff;border:1px solid #ead5d1;border-radius:4px;padding:7px 11px;font-family:inherit;font-size:10px;font-weight:600;transition:background .3s,color .3s,border-color .3s}.delete-product-btn:hover{color:#fff;background:#b86c5d;border-color:#b86c5d}.products-loading{color:#99938a;text-align:center;padding:60px 20px;font-size:13px}.products-empty{text-align:center;padding:70px 20px}.empty-icon{margin-bottom:15px;font-size:38px}.products-pagination{border-top:1px solid #a17d471f;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.pagination-pages{align-items:center;gap:8px;display:flex}.products-pagination button{color:#6d5738;cursor:pointer;background:#faf9f7;border:1px solid #a17d4740;border-radius:10px;min-width:40px;height:40px;padding:0 14px;font-size:14px;font-weight:600;transition:all .2s}.products-pagination button:hover:not(:disabled),.products-pagination button.active{color:#fff;background:#a17d47;border-color:#a17d47}.admin-products-search{align-items:center;gap:8px;display:flex}.admin-products-search input{background:#fff;border:1px solid #ddd;border-radius:6px;outline:none;width:240px;height:40px;padding:0 14px;font-size:14px}.admin-products-search input:focus{border-color:#a27b3f;box-shadow:0 0 0 2px #a27b3f14}.admin-products-search>button{color:#fff;cursor:pointer;background:#a27b3f;border:1px solid #a27b3f;border-radius:6px;height:40px;padding:0 16px;font-size:14px}.admin-products-search>button:hover:not(:disabled){opacity:.9}.admin-products-search>button:disabled{opacity:.5;cursor:not-allowed}.admin-products-search .clear-search-btn{color:#a27b3f;background:0 0}.products-empty .clear-search-btn{color:#a27b3f;cursor:pointer;background:0 0;border:1px solid #a27b3f;border-radius:6px;margin-top:16px;padding:9px 18px}.products-empty .clear-search-btn:hover{color:#fff;background:#a27b3f}@media (width<=768px){.products-card-header{flex-direction:column;align-items:flex-start;gap:16px}.admin-products-search{width:100%}.admin-products-search input{flex:1;width:100%}}@media (width<=600px){.products-pagination{flex-wrap:wrap;justify-content:center}.pagination-pages{order:-1;justify-content:center;width:100%}}@media (width<=900px){.products-page-header h1{font-size:25px}.product-form-card{padding:22px}}@media (width<=600px){.products-page-header{flex-direction:column;align-items:flex-start;margin-bottom:22px}.products-page-header h1{font-size:24px}.add-product-btn{justify-content:center;width:100%}.product-form-card{padding:18px}.form-grid{grid-template-columns:1fr;gap:17px}.full-width{grid-column:auto;margin-bottom:17px}.form-actions{flex-direction:column-reverse}.cancel-btn,.save-product-btn{width:100%}.products-card-header{padding:18px}}@media (prefers-reduced-motion:reduce){.product-form-card,.add-product-btn,.save-product-btn{transition:none;animation:none}}@keyframes deleteOverlayIn{0%{opacity:0}to{opacity:1}}.delete-modal{text-align:center;background:#fff;border:1px solid #eee8df;border-radius:16px;width:100%;max-width:410px;padding:30px;animation:.3s cubic-bezier(.22,1,.36,1) deleteModalIn;box-shadow:0 25px 70px #17212f2e,0 5px 20px #17212f14}@keyframes deleteModalIn{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.delete-modal-icon{color:#b86657;background:#fff5f2;border:1px solid #f0d7d1;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 20px;font-size:22px;font-weight:700;display:flex}.delete-modal-icon span{border:2px solid #b86657;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;display:flex}.delete-modal-content h2{color:#292929;margin:0 0 9px;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:500}.delete-modal-content p{color:#777169;max-width:330px;margin:0 auto 7px;font-size:13px;line-height:1.6}.delete-modal-content p strong{color:#292929;font-weight:650}.delete-modal-content small{color:#aaa39a;font-size:10px}.delete-modal-actions{gap:10px;margin-top:25px;display:flex}.delete-cancel-btn,.delete-confirm-btn{cursor:pointer;border-radius:7px;flex:1;height:42px;font-family:inherit;font-size:11px;font-weight:650;transition:transform .2s,background .2s,border-color .2s,color .2s,box-shadow .2s}.delete-cancel-btn:hover{color:#292929;background:#faf9f7;border-color:#bdb6ac}.delete-confirm-btn{color:#fff;background:#b86657;border:1px solid #b86657}.delete-confirm-btn:hover{background:#a65345;border-color:#a65345;transform:translateY(-1px);box-shadow:0 8px 20px #b8665738}.product-action-buttons{align-items:center;gap:8px;display:flex}.edit-product-btn,.delete-product-btn{min-width:64px}.edit-product-btn{color:#a17d47;cursor:pointer;background:0 0;border:1px solid #a17d47;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s}.edit-product-btn:hover{color:#fff;background:#a17d47}.edit-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1e191473;justify-content:center;align-items:center;padding:24px;animation:.2s editOverlayIn;display:flex;position:fixed;inset:0}.edit-modal{background:#faf9f7;border:1px solid #a17d472e;border-radius:20px;width:100%;max-width:680px;max-height:90vh;padding:32px;animation:.25s editModalIn;position:relative;overflow-y:auto;box-shadow:0 24px 70px #281e142e,0 4px 15px #281e1414}.edit-modal-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.edit-modal-header h2{color:#2f2923;margin:0 0 6px;font-size:25px}.edit-modal-header p{color:#81786f;margin:0;font-size:14px}.edit-modal-close{color:#6d655e;cursor:pointer;background:0 0;border:1px solid #ded8d0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:25px;line-height:1;transition:all .2s;display:flex}.edit-modal-close:hover{color:#fff;background:#a17d47;border-color:#a17d47}.edit-modal-close:disabled{opacity:.5;cursor:not-allowed}.edit-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.edit-form-grid .full-width{grid-column:1/-1}.edit-modal-actions{border-top:1px solid #e5dfd7;justify-content:flex-end;gap:12px;margin-top:28px;padding-top:22px;display:flex}.edit-save-btn{color:#fff;cursor:pointer;background:#a17d47;border:1px solid #a17d47;border-radius:8px;padding:11px 22px;font-size:14px;font-weight:600;transition:all .2s}.edit-save-btn:hover{background:#896735;border-color:#896735}.edit-save-btn:disabled{opacity:.65;cursor:not-allowed}.edit-modal small{color:#8a8179;margin-top:6px;font-size:12px;display:block}@keyframes editOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes editModalIn{0%{opacity:0;transform:translateY(15px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=700px){.edit-modal{max-height:92vh;padding:24px}.edit-form-grid{grid-template-columns:1fr}.edit-form-grid .full-width{grid-column:auto}.edit-modal-actions{flex-direction:column-reverse}.edit-modal-actions button{width:100%}.product-action-buttons{flex-direction:column;align-items:stretch}.product-action-buttons button{width:100%}}@media (width<=480px){.delete-modal{border-radius:14px;max-width:none;padding:25px 20px}.delete-modal-actions{flex-direction:column}.delete-cancel-btn,.delete-confirm-btn{width:100%}}@media (prefers-reduced-motion:reduce){.delete-modal-overlay,.delete-modal{animation:none}.delete-cancel-btn,.delete-confirm-btn{transition:none}}.admin-categories{color:#1f2937;box-sizing:border-box;background:#f7f8fa;width:100%;min-height:100%;padding:30px}.categories-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;display:flex}.categories-header h1{letter-spacing:-.5px;color:#111827;margin:0;font-size:28px;font-weight:700}.categories-header p{color:#6b7280;margin:7px 0 0;font-size:14px;line-height:1.5}.add-category-btn{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:10px;justify-content:center;align-items:center;gap:9px;height:44px;padding:0 18px;font-size:14px;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.add-category-btn svg{width:17px;height:17px}.add-category-btn:hover{background:#000;transform:translateY(-1px);box-shadow:0 8px 20px #11182726}.add-category-btn:active{transform:translateY(0)}.categories-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:14px 14px 0 0;justify-content:space-between;align-items:center;gap:20px;padding:16px 18px;display:flex}.category-search{background:#f9fafb;border:1px solid #e5e7eb;border-radius:9px;align-items:center;width:100%;max-width:380px;height:42px;transition:border-color .2s,box-shadow .2s,background .2s;display:flex;position:relative}.category-search:focus-within{background:#fff;border-color:#9ca3af;box-shadow:0 0 0 3px #1118270f}.category-search>svg{color:#9ca3af;flex-shrink:0;width:17px;height:17px;margin-left:13px}.category-search input{color:#111827;background:0 0;border:0;outline:0;width:100%;height:100%;padding:0 40px 0 10px;font-size:14px}.category-search input::placeholder{color:#9ca3af}.category-search button{color:#9ca3af;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s,color .2s;display:flex;position:absolute;right:8px}.category-search button:hover{color:#374151;background:#e5e7eb}.category-count{color:#6b7280;white-space:nowrap;font-size:13px;font-weight:500}.categories-table-container{background:#fff;border:1px solid #e5e7eb;border-top:0;border-radius:0 0 14px 14px;width:100%;overflow:hidden}.categories-table{border-collapse:collapse;table-layout:auto;width:100%}.categories-table thead{background:#f9fafb}.categories-table th{color:#6b7280;text-transform:uppercase;letter-spacing:.06em;text-align:left;white-space:nowrap;border-bottom:1px solid #e5e7eb;padding:14px 18px;font-size:11px;font-weight:700}.categories-table td{color:#374151;vertical-align:middle;border-bottom:1px solid #f1f3f5;padding:15px 18px;font-size:14px}.categories-table tbody tr{transition:background .18s}.categories-table tbody tr:hover{background:#fafafa}.categories-table tbody tr:last-child td{border-bottom:0}.category-image{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;overflow:hidden}.category-image img{object-fit:cover;width:100%;height:100%;transition:transform .25s;display:block}.categories-table tbody tr:hover .category-image img{transform:scale(1.06)}.category-image span{color:#6b7280;justify-content:center;align-items:center;width:100%;height:100%;font-size:18px;font-weight:700;display:flex}.categories-table td strong{color:#111827;font-size:14px;font-weight:650}.category-description{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;max-width:300px;font-size:13px;line-height:1.5;display:block;overflow:hidden}.product-count{color:#374151;background:#f9fafb;border:1px solid #e5e7eb;border-radius:7px;justify-content:center;align-items:center;min-width:34px;height:27px;padding:0 9px;font-size:12px;font-weight:600;display:inline-flex}.category-actions{align-items:center;gap:7px;display:flex}.category-actions button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,border-color .2s,color .2s,transform .2s;display:flex}.category-actions button svg{width:15px;height:15px}.edit-btn{color:#4b5563;background:#fff;border:1px solid #e5e7eb}.edit-btn:hover{color:#111827;background:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px)}.delete-btn{color:#dc2626;background:#fff7f7;border:1px solid #fee2e2}.delete-btn:hover{color:#b91c1c;background:#fef2f2;border-color:#fecaca;transform:translateY(-1px)}.categories-loading{color:#6b7280;justify-content:center;align-items:center;min-height:260px;font-size:14px;display:flex}.categories-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:340px;padding:40px 20px;display:flex}.categories-empty>svg{color:#6b7280;background:#f3f4f6;border-radius:14px;width:42px;height:42px;margin-bottom:16px;padding:12px}.categories-empty h3{color:#111827;margin:0;font-size:16px;font-weight:650}.categories-empty p{color:#9ca3af;margin:7px 0 20px;font-size:13px}.category-modal-overlay{z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1118277a;justify-content:center;align-items:center;padding:20px;animation:.2s categoryOverlayIn;display:flex;position:fixed;inset:0}@keyframes categoryOverlayIn{0%{opacity:0}to{opacity:1}}.category-modal{background:#fff;border:1px solid #e5e7ebe6;border-radius:18px;width:100%;max-width:570px;max-height:calc(100vh - 40px);animation:.25s categoryModalIn;overflow-y:auto;box-shadow:0 24px 70px #00000029,0 8px 25px #00000014}@keyframes categoryModalIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.category-modal-header{border-bottom:1px solid #f0f1f3;justify-content:space-between;align-items:flex-start;gap:20px;padding:24px 25px 20px;display:flex}.category-modal-header h2{color:#111827;letter-spacing:-.2px;margin:0;font-size:20px;font-weight:700}.category-modal-header p{color:#9ca3af;margin:6px 0 0;font-size:13px}.category-modal-header>button{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,color .2s,border-color .2s;display:flex}.category-modal-header>button:hover{color:#111827;background:#f3f4f6;border-color:#d1d5db}.category-form{padding:24px 25px 25px}.form-group>label:not(.category-upload-box){color:#374151;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.form-group input[type=text],.form-group textarea{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #dfe3e8;border-radius:9px;outline:none;width:100%;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.form-group input[type=text]{height:44px;padding:0 13px}.form-group textarea{resize:vertical;min-height:105px;padding:12px 13px;line-height:1.5}.form-group input[type=text]::placeholder,.form-group textarea::placeholder{color:#b0b6bf}.form-group input[type=text]:focus,.form-group textarea:focus{border-color:#9ca3af;box-shadow:0 0 0 3px #1118270e}.category-upload-box{box-sizing:border-box;cursor:pointer;background:#fafafa;border:1.5px dashed #d1d5db;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:190px;transition:border-color .2s,background .2s;display:flex;position:relative;overflow:hidden}.category-upload-box:hover{background:#f8f9fa;border-color:#9ca3af}.upload-placeholder{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:30px 20px;display:flex}.upload-placeholder>svg{color:#6b7280;width:23px;height:23px;margin-bottom:12px}.upload-placeholder strong{color:#374151;font-size:13px;font-weight:600}.upload-placeholder span{color:#9ca3af;margin-top:5px;font-size:11px}.category-image-preview{object-fit:contain;background:#f8f9fa;width:100%;height:190px;display:block}.selected-image-name{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;margin-top:8px;font-size:11px;display:block;overflow:hidden}.category-form-actions{justify-content:flex-end;align-items:center;gap:10px;padding-top:5px;display:flex}.cancel-btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:9px;height:42px;padding:0 17px;font-size:13px;font-weight:600;transition:background .2s,border-color .2s}.cancel-btn:hover{background:#f9fafb;border-color:#d1d5db}.save-category-btn{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:9px;height:42px;padding:0 19px;font-size:13px;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s}.save-category-btn:hover:not(:disabled){background:#000;transform:translateY(-1px);box-shadow:0 7px 18px #11182726}.save-category-btn:disabled,.cancel-btn:disabled{opacity:.6;cursor:not-allowed}.category-modal::-webkit-scrollbar{width:7px}.category-modal::-webkit-scrollbar-track{background:0 0}.category-modal::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:20px}.category-modal::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (width<=900px){.admin-categories{padding:24px 20px}.categories-table-container{overflow-x:auto}.categories-table{min-width:850px}.categories-toolbar{flex-wrap:wrap}.category-search{flex:1;max-width:none}}@media (width<=600px){.admin-categories{padding:18px 14px}.categories-header{flex-direction:column;align-items:flex-start;gap:16px}.categories-header h1{font-size:24px}.add-category-btn{width:100%}.categories-toolbar{flex-direction:column;align-items:stretch;gap:12px;padding:13px}.category-search{max-width:none}.category-count{text-align:right}.category-modal-overlay{align-items:flex-end;padding:0}.category-modal{border-radius:18px 18px 0 0;max-height:92vh;animation:.25s categoryMobileModalIn}@keyframes categoryMobileModalIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.category-modal-header,.category-form{padding:20px}.category-form-actions{flex-direction:column-reverse}.category-form-actions button{width:100%}}@media (prefers-reduced-motion:reduce){.admin-categories *,.admin-categories :before,.admin-categories :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.admin-order-details-page{color:#17212f;width:100%;max-width:1600px;margin:0 auto;padding:4px 0 40px;font-family:inherit}.order-details-topbar{margin-bottom:24px}.order-back-button{color:#596273;cursor:pointer;background:#fff;border:1px solid #e5e8ec;border-radius:8px;align-items:center;gap:7px;padding:9px 13px;font-family:inherit;font-size:10px;font-weight:700;transition:all .2s;display:inline-flex}.order-back-button:hover{color:#a27b3f;background:#faf7f0;border-color:#e7ddc9}.order-back-button svg{font-size:14px}.order-details-label{color:#b08a42;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:800;display:inline-block}.order-details-header h1{color:#17212f;letter-spacing:-.7px;margin:0 0 6px;font-size:32px;font-weight:750}.order-details-status{text-transform:capitalize;border-radius:20px;align-items:center;gap:8px;padding:8px 13px;font-size:10px;font-weight:750;display:inline-flex}.order-details-status-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.order-details-status.pending{color:#b08435;background:#fff7df}.order-details-status.confirmed{color:#3d8a61;background:#edf8f1}.order-details-status.processing{color:#4b6ea8;background:#eef4ff}.order-details-status.shipped{color:#7054a3;background:#f1edff}.order-details-status.delivered{color:#2f855a;background:#edf8f1}.order-details-status.cancelled,.order-details-status.failed{color:#c45b5b;background:#fff0f0}.order-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.order-details-card{background:#fff;border:1px solid #e9edf1;border-radius:15px;min-width:0;padding:22px;box-shadow:0 2px 5px #17212f05,0 10px 30px #17212f0a}.order-details-card-header{border-bottom:1px solid #edf0f3;align-items:center;gap:12px;margin-bottom:22px;padding-bottom:16px;display:flex}.order-details-card-icon{color:#8256a5;background:#f5eefb;border-radius:10px;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;font-size:17px;display:flex}.order-details-card-header h2{color:#17212f;margin:0 0 3px;font-size:14px;font-weight:700}.order-details-card-header p{color:#9ca3af;margin:0;font-size:9px}.order-customer-details{flex-direction:column;gap:16px;display:flex}.order-customer-name{align-items:center;gap:11px;padding-bottom:5px;display:flex}.order-customer-avatar{color:#9b7938;background:#f1eadb;border-radius:50%;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-size:10px;font-weight:800;display:flex}.order-customer-name>div:last-child{flex-direction:column;gap:4px;display:flex}.order-customer-name strong{color:#17212f;font-size:13px;font-weight:700}.order-customer-name span{color:#9ca3af;font-size:9px}.order-contact-item{align-items:center;gap:11px;display:flex}.order-contact-item>svg{color:#9b7938;font-size:15px}.order-contact-item>div{flex-direction:column;gap:3px;display:flex}.order-contact-item span{color:#9ca3af;font-size:9px}.order-contact-item strong{overflow-wrap:anywhere;color:#596273;font-size:11px;font-weight:600}.order-payment-details{flex-direction:column;gap:14px;display:flex}.order-payment-details>div{border-bottom:1px solid #f1f3f5;justify-content:space-between;align-items:center;gap:20px;padding-bottom:11px;display:flex}.order-payment-details>div:last-child{border-bottom:none;padding-bottom:0}.order-payment-details span{color:#8b95a3;font-size:10px}.order-payment-details strong{overflow-wrap:anywhere;color:#596273;text-align:right;max-width:60%;font-size:10px;font-weight:650}.order-payment-status{text-transform:capitalize;border-radius:20px;padding:4px 8px}.order-payment-status.paid{background:#edf8f1;color:#2f855a!important}.order-payment-status.pending{background:#fff7df;color:#b08435!important}.order-payment-status.failed{background:#fff0f0;color:#c45b5b!important}.order-total-amount{color:#2f855a!important;font-size:15px!important}.order-address{flex-direction:column;gap:7px;padding:5px 0;display:flex}.order-address strong{color:#17212f;font-size:13px}.order-address span{color:#6b7280;font-size:11px;line-height:1.5}.order-summary-details{flex-direction:column;gap:13px;display:flex}.order-summary-details>div{border-bottom:1px solid #f1f3f5;justify-content:space-between;align-items:center;gap:20px;padding-bottom:10px;display:flex}.order-summary-details span{color:#8b95a3;font-size:10px}.order-summary-details strong{color:#596273;text-align:right;font-size:10px;font-weight:650}.order-summary-details .order-summary-total{border-top:1px solid #e9edf1;border-bottom:none;margin-top:3px;padding-top:13px;padding-bottom:0}.order-summary-details .order-summary-total span{color:#17212f;font-size:12px;font-weight:700}.order-summary-details .order-summary-total strong{color:#2f855a;font-size:16px;font-weight:750}.order-cashfree-card{background:#fafbfc;border:1px solid #e9edf1;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;margin-top:18px;padding:16px 20px;display:flex}.order-cashfree-card span{color:#8b95a3;font-size:10px}.order-cashfree-card strong{overflow-wrap:anywhere;color:#596273;text-align:right;max-width:60%;font-size:10px}.admin-order-details-loading{color:#7b8490;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:500px;font-size:12px;display:flex}.order-details-spinner{border:3px solid #e9ecef;border-top-color:#c8a45d;border-radius:50%;width:38px;height:38px;animation:.8s linear infinite orderDetailsSpin}@keyframes orderDetailsSpin{to{transform:rotate(360deg)}}.order-details-error{text-align:center;background:#fff;border:1px solid #e9edf1;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:350px;padding:40px;display:flex}.order-details-error>svg{color:#c2c7cd;margin-bottom:5px;font-size:34px}.order-details-error h2{color:#17212f;margin:0;font-size:16px}.order-details-error p{color:#9ca3af;margin:0 0 8px;font-size:11px}.order-details-retry{color:#596273;cursor:pointer;background:#fff;border:1px solid #e5e8ec;border-radius:8px;align-items:center;gap:7px;padding:9px 14px;font-family:inherit;font-size:10px;font-weight:700;display:inline-flex}.order-details-retry:hover{color:#a27b3f;background:#faf7f0;border-color:#e7ddc9}.shipping-card{overflow:hidden}.shipping-icon{color:#a27b3f;background:#a27b3f1a}.shipping-address-content{margin-top:24px}.shipping-customer{border-bottom:1px solid #eee9e2;align-items:center;gap:14px;padding-bottom:22px;display:flex}.shipping-customer-avatar{color:#fff;background:linear-gradient(135deg,#a27b3f,#c7a56a);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:15px;font-weight:700;display:flex}.shipping-customer div:last-child{flex-direction:column;gap:3px;display:flex}.shipping-customer strong{color:#29251f;font-size:15px;font-weight:700}.shipping-customer span{color:#999187;font-size:12px}.shipping-address-box{background:#faf9f7;border:1px solid #eee9e2;border-radius:14px;margin-top:22px;padding:20px}.shipping-address-label{color:#a27b3f;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:7px;margin-bottom:13px;font-size:11px;font-weight:700;display:flex}.shipping-address-label svg{width:14px;height:14px}.shipping-address-text{flex-direction:column;gap:6px;display:flex}.shipping-address-text strong{color:#302b25;font-size:14px;font-weight:600;line-height:1.6}.shipping-address-text span{color:#777067;font-size:13px}.shipping-contact{grid-template-columns:1fr 1fr;gap:12px;margin-top:14px;display:grid}.shipping-contact-item{background:#fff;border:1px solid #eee9e2;border-radius:12px;align-items:center;gap:11px;padding:14px;display:flex}.shipping-contact-icon{color:#a27b3f;background:#faf6ef;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.shipping-contact-icon svg{width:15px;height:15px}.shipping-contact-item>div{flex-direction:column;gap:3px;min-width:0;display:flex}.shipping-contact-item>div>span{color:#9b9389;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:600}.shipping-contact-item strong{color:#302b25;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.shipping-empty{text-align:center;background:#faf9f7;border:1px dashed #ded7ce;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:170px;margin-top:22px;padding:25px;display:flex}.shipping-empty svg{color:#b3aaa0;width:28px;height:28px;margin-bottom:12px}.shipping-empty strong{color:#4a443d;margin-bottom:5px;font-size:14px}.shipping-empty span{color:#999187;max-width:280px;font-size:12px;line-height:1.6}.shipping-contact-item{transition:transform .2s,border-color .2s,box-shadow .2s}.shipping-contact-item:hover{border-color:#a27b3f40;transform:translateY(-2px);box-shadow:0 6px 18px #0000000a}@media (width<=700px){.shipping-contact{grid-template-columns:1fr}.shipping-address-box{padding:16px}}@media (width<=900px){.order-details-grid{grid-template-columns:1fr}}@media (width<=650px){.admin-order-details-page{padding-bottom:30px}.order-details-header{flex-direction:column;align-items:flex-start}.order-details-header h1{font-size:28px}.order-details-status{align-self:flex-start}.order-details-card{padding:18px}.order-cashfree-card{flex-direction:column;align-items:flex-start}.order-cashfree-card strong{text-align:left;max-width:100%}}@media (width<=450px){.order-details-header h1{font-size:25px}.order-details-card{border-radius:13px}.order-payment-details>div,.order-summary-details>div{flex-direction:column;align-items:flex-start;gap:5px}.order-payment-details strong,.order-summary-details strong{text-align:left;max-width:100%}}.home{width:100%;overflow:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section-title{text-align:center;max-width:720px;margin:0 auto 50px;animation:.8s forwards sectionReveal}.section-title span{letter-spacing:2.5px;text-transform:uppercase;color:#a27b3f;margin-bottom:13px;font-size:11px;font-weight:700;display:inline-block}.section-title h2{letter-spacing:-.8px;color:#222;margin:0 0 15px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,46px);font-weight:500;line-height:1.15}.section-title p{color:#777;max-width:620px;margin:0 auto;font-size:15px;line-height:1.8}.categories{background:#fff;padding:100px 0;position:relative}.categories:before{content:"";opacity:.6;border:1px solid #e9e1d3;border-radius:50%;width:180px;height:180px;position:absolute;top:50px;left:-80px}.categories:after{content:"";opacity:.5;border:1px solid #eee8dc;border-radius:50%;width:220px;height:220px;position:absolute;bottom:50px;right:-100px}.category-grid{z-index:1;grid-template-columns:repeat(4,1fr);gap:24px;display:grid;position:relative}.category-grid>*{opacity:0;animation:.7s forwards cardReveal}.category-grid>:first-child{animation-delay:.1s}.category-grid>:nth-child(2){animation-delay:.2s}.category-grid>:nth-child(3){animation-delay:.3s}.category-grid>:nth-child(4){animation-delay:.4s}.category-grid>:nth-child(5){animation-delay:.5s}.category-grid>:nth-child(6){animation-delay:.6s}.featured{background:#f7f5f0;padding:110px 0;position:relative}.featured .section-title{margin-bottom:55px}.products-grid{grid-template-columns:repeat(4,1fr);gap:26px;display:grid}.products-grid>*{opacity:0;animation:.7s forwards productReveal}.products-grid>:first-child{animation-delay:.1s}.products-grid>:nth-child(2){animation-delay:.2s}.products-grid>:nth-child(3){animation-delay:.3s}.products-grid>:nth-child(4){animation-delay:.4s}.products-grid>:nth-child(5){animation-delay:.5s}.products-grid>:nth-child(6){animation-delay:.6s}.products-grid>:nth-child(7){animation-delay:.7s}.products-grid>:nth-child(8){animation-delay:.8s}.category-grid>*,.products-grid>*{transition:transform .35s,box-shadow .35s}.categories .section-title:after{content:"";background:#b89a6a;width:45px;height:1px;margin:24px auto 0;display:block}@keyframes sectionReveal{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes cardReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes productReveal{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@media (width<=1050px){.container{padding:0 28px}.categories{padding:80px 0}.featured{padding:90px 0}.category-grid{grid-template-columns:repeat(2,1fr);gap:22px}.products-grid{grid-template-columns:repeat(3,1fr);gap:22px}}@media (width<=700px){.container{padding:0 20px}.categories{padding:70px 0}.featured{padding:75px 0}.section-title{margin-bottom:38px}.section-title h2{font-size:34px}.section-title p{font-size:14px;line-height:1.7}.category-grid,.products-grid{grid-template-columns:1fr 1fr;gap:15px}.categories:before{width:100px;height:100px;left:-60px}.categories:after{width:120px;height:120px;right:-70px}}@media (width<=480px){.container{padding:0 16px}.categories{padding:60px 0}.featured{padding:65px 0}.section-title h2{font-size:30px}.section-title span{letter-spacing:2px;font-size:10px}.category-grid,.products-grid{grid-template-columns:1fr}}.hero{background:#f7f5f0;min-height:680px;position:relative;overflow:hidden}.hero-container{grid-template-columns:.95fr 1.05fr;align-items:center;gap:70px;max-width:1280px;min-height:680px;margin:0 auto;padding:70px 40px;display:grid;position:relative}.hero-content{z-index:2;animation:.9s forwards heroContentReveal;position:relative}.hero-label{letter-spacing:3px;text-transform:uppercase;color:#a27b3f;align-items:center;margin-bottom:22px;font-size:12px;font-weight:700;display:inline-flex}.hero-label:before{content:"";background:#a27b3f;width:30px;height:1px;margin-right:12px}.hero-content h1{letter-spacing:-2.5px;color:#222;max-width:650px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(52px,5vw,76px);font-weight:500;line-height:1.03}.hero-content h1 span{color:#a27b3f;font-style:italic;font-weight:400;display:block}.hero-content p{color:#686868;max-width:570px;margin:28px 0 32px;font-size:16px;line-height:1.8}.hero-buttons{align-items:center;gap:14px;display:flex}.btn-primary,.btn-secondary{border-radius:7px;justify-content:center;align-items:center;min-height:52px;padding:0 27px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s,color .3s;display:inline-flex}.btn-primary{color:#fff;background:#222}.btn-primary:hover{background:#333;transform:translateY(-3px);box-shadow:0 12px 28px #00000026}.btn-secondary{color:#333;background:0 0;border:1px solid #cfcac0;gap:12px}.btn-secondary span{font-size:18px;transition:transform .3s}.btn-secondary:hover{color:#a27b3f;background:#fff;border-color:#a27b3f;transform:translateY(-3px);box-shadow:0 10px 25px #0000000f}.btn-secondary:hover span{transform:translate(5px)}.hero-trust{align-items:center;margin-top:48px;display:flex}.hero-trust>div:not(.trust-divider){flex-direction:column;gap:4px;display:flex}.hero-trust strong{color:#292929;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:600}.hero-trust span{color:#858585;letter-spacing:.5px;font-size:11px}.trust-divider{background:#d5d0c8;width:1px;height:35px;margin:0 24px}.hero-image{justify-content:center;align-items:center;height:540px;animation:1s .15s both heroImageReveal;display:flex;position:relative}.hero-image-frame{background:#e9e5dc;border-radius:220px 220px 18px 18px;width:min(100%,570px);height:540px;animation:6s ease-in-out infinite imageFloat;position:relative;overflow:hidden;box-shadow:0 30px 70px #0000001f}.hero-image-frame:after{content:"";pointer-events:none;background:linear-gradient(120deg,#0000 20%,#fff3,#0000 80%);transition:transform 1s;position:absolute;inset:0;transform:translate(-100%)}.hero-image-frame:hover:after{transform:translate(100%)}.hero-image-frame img{object-fit:cover;object-position:left center;width:100%;height:100%;transition:transform .8s,filter .8s}.hero-image-frame:hover img{filter:brightness(1.03);transform:scale(1.04)}.hero-image-decoration{opacity:.6;border:1px solid #c8b99f;border-radius:50%;width:110px;height:110px;animation:15s linear infinite decorationRotate;position:absolute;bottom:20px;right:-10px}.hero-image-decoration:before{content:"";border:1px dashed #b9a27d;border-radius:50%;position:absolute;inset:14px}.floating-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #fffc;border-radius:10px;align-items:center;gap:12px;padding:14px 18px;animation:4s ease-in-out infinite floatingCard;display:flex;position:absolute;bottom:55px;left:-25px;box-shadow:0 15px 40px #0000001a}.floating-icon{color:#a27b3f;background:#f5efe4;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;display:flex}.floating-card div{flex-direction:column;gap:3px;display:flex}.floating-card strong{color:#333;font-size:12px}.floating-card span{color:#888;font-size:10px}@keyframes heroContentReveal{0%{opacity:0;transform:translate(-35px)}to{opacity:1;transform:translate(0)}}@keyframes heroImageReveal{0%{opacity:0;transform:translate(35px)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes imageFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes floatingCard{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes decorationRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=1000px){.hero-container{grid-template-columns:1fr 1fr;gap:35px;padding:60px 30px}.hero-content h1{font-size:54px}.hero-image,.hero-image-frame{height:470px}.floating-card{left:-10px}}@media (width<=768px){.hero{min-height:auto}.hero-container{grid-template-columns:1fr;gap:55px;min-height:auto;padding:65px 22px 70px}.hero-content{text-align:center}.hero-label{justify-content:center}.hero-label:before{display:none}.hero-content h1{letter-spacing:-1.8px;font-size:clamp(43px,11vw,58px)}.hero-content p{margin-left:auto;margin-right:auto;font-size:15px}.hero-buttons{justify-content:center}.hero-trust{justify-content:center;margin-top:38px}.hero-image{height:450px}.hero-image-frame{width:90%;height:450px}.floating-card{bottom:35px;left:0}.hero-image-decoration{right:0}}@media (width<=480px){.hero-container{padding:50px 18px 60px}.hero-content h1{font-size:42px}.hero-content p{font-size:14px;line-height:1.7}.hero-buttons{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%}.hero-trust{margin-top:35px}.hero-image{height:370px}.hero-image-frame{border-radius:160px 160px 14px 14px;width:100%;height:370px}.floating-card{padding:11px 13px;left:5px}.floating-card strong{font-size:11px}.floating-card span{font-size:9px}.hero-image-decoration{width:75px;height:75px;right:-5px}}.category-card{isolation:isolate;background:#eee;border-radius:14px;height:360px;text-decoration:none;transition:transform .45s,box-shadow .45s;display:block;position:relative;overflow:hidden;box-shadow:0 8px 25px #0000000f}.category-card img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.22,1,.36,1),filter .8s;position:absolute;inset:0;transform:scale(1.01)}.category-card:before{content:"";z-index:1;background:linear-gradient(#0f0f0f0d 0%,#0f0f0f59 55%,#0f0f0fc7 100%);transition:background .5s;position:absolute;inset:0}.category-card:after{content:"";z-index:2;opacity:0;border:1px solid #ffffff59;border-radius:10px;transition:opacity .5s,transform .5s;position:absolute;inset:12px;transform:scale(.96)}.category-content{z-index:3;color:#fff;transition:transform .45s;position:absolute;bottom:28px;left:28px;right:28px;transform:translateY(8px)}.category-content h3{letter-spacing:-.3px;color:#fff;margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:500;line-height:1.1}.category-content span{letter-spacing:1.4px;text-transform:uppercase;color:#ffffffc7;opacity:0;align-items:center;gap:8px;font-size:11px;font-weight:600;transition:opacity .4s,transform .4s,color .3s;display:inline-flex;transform:translateY(10px)}.category-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #00000029}.category-card:hover img{filter:brightness(.9);transform:scale(1.08)}.category-card:hover:before{background:linear-gradient(#0f0f0f14 0%,#0f0f0f6b 50%,#0f0f0fd9 100%)}.category-card:hover:after{opacity:1;transform:scale(1)}.category-card:hover .category-content{transform:translateY(0)}.category-card:hover .category-content span{opacity:1;color:#d6b77b;transform:translateY(0)}.category-card:active{transform:translateY(-3px)scale(.99)}@media (width<=1050px){.category-card{height:320px}.category-content{bottom:24px;left:24px;right:24px}.category-content h3{font-size:25px}}@media (width<=700px){.category-card{border-radius:12px;height:280px}.category-card:after{inset:9px}.category-content{bottom:20px;left:20px;right:20px}.category-content h3{font-size:23px}.category-content span{opacity:1;font-size:10px;transform:translateY(0)}}@media (width<=480px){.category-card{height:300px}.category-content h3{font-size:26px}}@media (prefers-reduced-motion:reduce){.category-card,.category-card img,.category-card:before,.category-card:after,.category-content,.category-content span{transition:none;animation:none}}.why{background:#fff;padding:100px 0;position:relative;overflow:hidden}.why:before{content:"";opacity:.7;border:1px solid #eee5d7;border-radius:50%;width:250px;height:250px;position:absolute;top:-100px;left:-100px}.why:after{content:"";opacity:.6;border:1px solid #eee5d7;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-120px;right:-120px}.why .section-title{z-index:1;text-align:center;max-width:650px;margin:0 auto 55px;position:relative}.why .section-title h2{letter-spacing:-.8px;color:#222;margin:0 0 14px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,46px);font-weight:500;line-height:1.15}.why .section-title h2:after{content:"";background:#a27b3f;width:45px;height:1px;margin:20px auto 0;display:block}.why .section-title p{color:#777;margin:18px auto 0;font-size:15px;line-height:1.8}.why-grid{z-index:1;border-top:1px solid #e8e4dc;border-bottom:1px solid #e8e4dc;grid-template-columns:repeat(4,1fr);max-width:1100px;margin:0 auto;display:grid;position:relative}.why-card{text-align:center;opacity:0;background:0 0;border-right:1px solid #e8e4dc;min-height:230px;padding:40px 30px;transition:background .35s,transform .35s;animation:.7s forwards whyReveal;position:relative}.why-card:last-child{border-right:none}.why-card:first-child{animation-delay:.1s}.why-card:nth-child(2){animation-delay:.2s}.why-card:nth-child(3){animation-delay:.3s}.why-card:nth-child(4){animation-delay:.4s}.why-icon{color:#a27b3f;background:#faf7f1;border:1px solid #d8c8ad;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 22px;font-size:22px;transition:transform .4s,background .4s,color .4s,border-color .4s,box-shadow .4s;display:flex;position:relative}.why-icon:before{content:"";opacity:0;border:1px dashed #dfd2bd;border-radius:50%;transition:opacity .4s,transform .4s;position:absolute;inset:-6px;transform:scale(.7)}.why-card h3{color:#292929;margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500;transition:color .3s,transform .3s}.why-card p{color:gray;max-width:210px;margin:0 auto;font-size:13px;line-height:1.7;transition:color .3s}.why-card:hover{background:#faf8f4;transform:translateY(-5px)}.why-card:hover .why-icon{color:#fff;background:#a27b3f;border-color:#a27b3f;transform:translateY(-4px)scale(1.04);box-shadow:0 10px 25px #a27b3f33}.why-card:hover .why-icon:before{opacity:1;transform:scale(1)}.why-card:hover h3{color:#a27b3f;transform:translateY(-2px)}.why-card:hover p{color:#666}@keyframes whyReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=950px){.why{padding:80px 0}.why-grid{border-bottom:none;grid-template-columns:repeat(2,1fr)}.why-card{border-bottom:1px solid #e8e4dc}.why-card:nth-child(2),.why-card:nth-child(4){border-right:none}}@media (width<=600px){.why{padding:70px 0}.why .section-title{margin-bottom:40px}.why .section-title h2{font-size:34px}.why .section-title p{padding:0 15px;font-size:14px}.why-grid{border-top:1px solid #e8e4dc;border-bottom:1px solid #e8e4dc;grid-template-columns:1fr;margin:0 15px}.why-card{border-bottom:1px solid #e8e4dc;border-right:none;min-height:auto;padding:35px 25px}.why-card:last-child{border-bottom:none}.why-icon{width:54px;height:54px;margin-bottom:18px}}@media (prefers-reduced-motion:reduce){.why-card,.why-icon,.why-icon:before,.why-card h3{transition:none;animation:none}}.offer{background:#f7f5f0;padding:110px 0;position:relative;overflow:hidden}.offer-container{background:#1e1e1b;border-radius:16px;grid-template-columns:1fr 1fr;max-width:1150px;min-height:470px;margin:0 auto;animation:.9s forwards offerReveal;display:grid;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000029}.offer-container:before{content:"";z-index:3;pointer-events:none;border:1px solid #d6b77b59;border-radius:10px;position:absolute;inset:14px}.offer-content{z-index:4;color:#fff;flex-direction:column;justify-content:center;padding:70px;display:flex;position:relative}.offer-label{letter-spacing:2.5px;text-transform:uppercase;color:#d6b77b;align-items:center;gap:12px;margin-bottom:20px;font-size:11px;font-weight:700;display:inline-flex}.offer-label:before{content:"";background:#d6b77b;width:35px;height:1px}.offer-content h2{letter-spacing:-1px;color:#fff;margin:0 0 20px;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,4vw,58px);font-weight:400;line-height:1.05}.offer-content h2 strong{color:#d6b77b;font-weight:500}.offer-content p{color:#ffffffad;max-width:470px;margin:0 0 30px;font-size:14px;line-height:1.8}.offer-content button{color:#d6b77b;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #d6b77b;border-radius:3px;width:fit-content;padding:14px 28px;font-size:11px;font-weight:700;transition:background .35s,color .35s,transform .35s,box-shadow .35s}.offer-content button:hover{color:#1e1e1b;background:#d6b77b;transform:translateY(-3px);box-shadow:0 10px 25px #d6b77b33}.offer-content button:active{transform:translateY(0)}.offer-image{min-height:470px;position:relative;overflow:hidden}.offer-image:before{content:"";z-index:1;background:linear-gradient(90deg,#1e1e1b40,#0000 35%);position:absolute;inset:0}.offer-image img{object-fit:cover;object-position:left center;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.22,1,.36,1),filter .8s;display:block;transform:scale(1.03)}.offer-container:hover .offer-image img{filter:brightness(.92);transform:scale(1.09)}.offer-container:after{content:"";pointer-events:none;z-index:2;border:1px solid #d6b77b26;border-radius:50%;width:180px;height:180px;position:absolute;top:50%;right:44%;transform:translate(50%,-50%)}@keyframes offerReveal{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@media (width<=1000px){.offer{padding:90px 25px}.offer-container{grid-template-columns:1fr .9fr;min-height:430px}.offer-content{padding:55px}.offer-image{min-height:430px}.offer-content h2{font-size:46px}}@media (width<=700px){.offer{padding:70px 20px}.offer-container{border-radius:12px;flex-direction:column;min-height:auto;display:flex}.offer-content{order:1;padding:55px 30px 50px}.offer-image{order:2;height:300px;min-height:300px}.offer-container:after{display:none}.offer-content h2{font-size:42px}.offer-content p{font-size:13px}}@media (width<=480px){.offer{padding:60px 16px}.offer-content{padding:45px 25px}.offer-content h2{font-size:37px}.offer-content button{text-align:center;width:100%}.offer-image{height:260px;min-height:260px}}@media (prefers-reduced-motion:reduce){.offer-container,.offer-image img{transition:none;animation:none}}.testimonials{background:#f7f5f0;padding:110px 0;position:relative;overflow:hidden}.testimonials:before{content:"";opacity:.7;border:1px solid #e5ddcf;border-radius:50%;width:280px;height:280px;position:absolute;top:80px;left:-150px}.testimonials:after{content:"";opacity:.6;border:1px solid #e5ddcf;border-radius:50%;width:320px;height:320px;position:absolute;bottom:-160px;right:-170px}.testimonials .section-title{z-index:2;text-align:center;max-width:650px;margin:0 auto 55px;position:relative}.testimonials .section-title span{letter-spacing:2.5px;text-transform:uppercase;color:#a27b3f;margin-bottom:12px;font-size:11px;font-weight:700;display:inline-block}.testimonials .section-title h2{color:#242424;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,46px);font-weight:500;line-height:1.15}.testimonials .section-title h2:after{content:"";background:#a27b3f;width:45px;height:1px;margin:20px auto;display:block}.testimonials .section-title p{color:#777;margin:0;font-size:15px;line-height:1.8}.testimonial-grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:25px;width:100%;max-width:1150px;margin:0 auto;display:grid;position:relative;overflow:hidden}.testimonial-grid-centered{justify-content:center;align-items:stretch;gap:24px;display:flex}.testimonial-grid-centered .testimonial-card{width:100%;max-width:360px}.testimonial-card{background:#fff;border:1px solid #e5dfd4;border-radius:10px;width:100%;min-height:270px;padding:35px 30px;animation:.7s cubic-bezier(.22,1,.36,1) reviewSlide;position:relative;overflow:hidden;box-shadow:0 15px 45px #0000000f}.testimonial-card:before{content:"";transform-origin:0;background:#a27b3f;width:100%;height:3px;animation:4s linear infinite goldLine;position:absolute;top:0;left:0}.testimonial-top{align-items:center;gap:15px;margin-bottom:20px;display:flex}.avatar{background:#faf7f1;border:1px solid #d5c3a5;border-radius:50%;flex:0 0 52px;width:52px;height:52px;overflow:hidden}.avatar img{object-fit:cover;object-position:center;border-radius:50%;width:100%;height:100%;display:block}.testimonial-top h3{color:#292929;margin:0 0 4px;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500}.testimonial-top small{text-overflow:ellipsis;white-space:nowrap;color:#999;letter-spacing:.4px;max-width:400px;font-size:11px;display:block;overflow:hidden}.stars{color:#c29a5a;gap:5px;margin-bottom:18px;font-size:14px;display:flex}.review-text{color:#666;max-width:720px;margin:0;padding-left:25px;font-size:15px;line-height:1.9;position:relative}.review-text:before{content:"“";color:#d6b77b;font-family:Georgia,Times New Roman,serif;font-size:42px;line-height:1;position:absolute;top:-12px;left:0}.reviews-slide .testimonial-card{animation:.7s cubic-bezier(.22,1,.36,1) reviewSlide}@keyframes reviewSlide{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes goldLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.testimonial-dots{justify-content:center;align-items:center;gap:8px;margin-top:28px;display:flex}.dot{cursor:pointer;background:#d5d0c7;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:width .3s,background .3s}.dot.active{background:#a27b3f;border-radius:10px;width:24px}.testimonial-card{transition:transform .35s,box-shadow .35s}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 22px 55px #00000017}@media (width<=800px){.testimonials{padding:90px 20px}.testimonial-grid{max-width:1000px}.testimonial-card{padding:40px}}@media (width<=950px){.testimonial-grid{grid-template-columns:repeat(2,1fr);padding:0 20px}.testimonial-card:nth-child(3){display:none}}@media (width<=600px){.testimonials{padding:75px 16px}.testimonials .section-title{margin-bottom:40px}.testimonials .section-title h2{font-size:34px}.testimonials .section-title p{font-size:14px}.testimonial-grid{grid-template-columns:1fr;padding:0}.testimonial-card{min-height:290px;padding:32px 25px}.testimonial-card:nth-child(2),.testimonial-card:nth-child(3){display:none}.testimonial-top h3{font-size:18px}.testimonial-top small{max-width:200px}.review-text{font-size:14px;line-height:1.8}}@media (width<=400px){.testimonial-card{padding:28px 20px}.review-text{padding-left:20px;font-size:13px}}@media (prefers-reduced-motion:reduce){.testimonial-card,.testimonial-card:before{transition:none;animation:none}}.newsletter{background:#fff;padding:100px 0;position:relative;overflow:hidden}.newsletter-box{background:#1e1e1b;border-radius:14px;justify-content:space-between;align-items:center;gap:60px;max-width:1100px;margin:0 auto;padding:65px 70px;animation:.8s forwards newsletterReveal;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000024}.newsletter-box:before{content:"";pointer-events:none;border:1px solid #d6b77b59;border-radius:9px;position:absolute;inset:12px}.newsletter-box:after{content:"";pointer-events:none;border:1px solid #d6b77b26;border-radius:50%;width:300px;height:300px;position:absolute;top:-150px;right:-130px}.newsletter-content{z-index:1;max-width:520px;position:relative}.newsletter-content>span{letter-spacing:2.5px;text-transform:uppercase;color:#d6b77b;align-items:center;gap:12px;margin-bottom:16px;font-size:11px;font-weight:700;display:inline-flex}.newsletter-content>span:before{content:"";background:#d6b77b;width:32px;height:1px}.newsletter-content h2{letter-spacing:-.7px;color:#fff;margin:0 0 15px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,46px);font-weight:400;line-height:1.1}.newsletter-content p{color:#ffffffa6;max-width:500px;margin:0;font-size:14px;line-height:1.8}.newsletter-form{z-index:2;align-items:center;gap:10px;min-width:430px;display:flex;position:relative}.input-group{flex:1;align-items:center;display:flex;position:relative}.input-group svg{color:#a27b3f;pointer-events:none;font-size:17px;transition:color .3s,transform .3s;position:absolute;left:17px}.input-group input{color:#fff;background:#ffffff12;border:1px solid #ffffff2e;border-radius:4px;outline:none;width:100%;height:52px;padding:0 18px 0 47px;font-family:inherit;font-size:13px;transition:border-color .35s,background .35s,box-shadow .35s}.input-group input::placeholder{color:#ffffff73}.input-group input:focus{background:#ffffff1a;border-color:#d6b77b;box-shadow:0 0 0 3px #d6b77b14}.input-group:focus-within svg{color:#d6b77b;transform:scale(1.08)}.newsletter-form button{color:#1e1e1b;letter-spacing:1.4px;text-transform:uppercase;cursor:pointer;background:#d6b77b;border:1px solid #d6b77b;border-radius:4px;flex-shrink:0;height:52px;padding:0 26px;font-size:11px;font-weight:700;transition:background .35s,color .35s,transform .35s,box-shadow .35s}.newsletter-form button:hover{color:#d6b77b;background:0 0;transform:translateY(-3px);box-shadow:0 10px 25px #d6b77b1f}.newsletter-form button:active{transform:translateY(0)}@keyframes newsletterReveal{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@media (width<=1000px){.newsletter{padding:85px 25px}.newsletter-box{gap:40px;padding:55px}.newsletter-form{min-width:380px}}@media (width<=750px){.newsletter{padding:70px 20px}.newsletter-box{border-radius:12px;flex-direction:column;align-items:stretch;gap:30px;padding:50px 30px}.newsletter-content{text-align:center;max-width:100%}.newsletter-content>span{justify-content:center}.newsletter-content h2{font-size:36px}.newsletter-content p{font-size:13px}.newsletter-form{flex-direction:column;align-items:stretch;width:100%;min-width:0}.input-group input{height:52px}.newsletter-form button{width:100%;height:52px}}@media (width<=450px){.newsletter{padding:60px 16px}.newsletter-box{padding:45px 22px}.newsletter-content h2{font-size:32px}.newsletter-content p{font-size:12.5px}}@media (prefers-reduced-motion:reduce){.newsletter-box,.newsletter-form button,.input-group input,.input-group svg{transition:none;animation:none}}.products-page{background:#f8f6f1;min-height:100vh;padding:70px 0 110px}.page-title{text-align:center;max-width:750px;margin:0 auto 60px;animation:.8s forwards pageTitleReveal}.page-title>span{letter-spacing:2.5px;text-transform:uppercase;color:#a27b3f;align-items:center;gap:12px;margin-bottom:15px;font-size:11px;font-weight:700;display:inline-flex}.page-title>span:before,.page-title>span:after{content:"";background:#d6b77b;width:30px;height:1px}.page-title h1{letter-spacing:-1px;color:#242424;margin:0 0 16px;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,5vw,58px);font-weight:500;line-height:1.1}.page-title p{color:#777;max-width:580px;margin:0 auto;font-size:14px;line-height:1.8}.products-layout{grid-template-columns:230px 1fr;align-items:start;gap:45px;max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.sidebar{background:#fff;border:1px solid #e6e0d6;border-radius:8px;padding:28px 25px;animation:.7s forwards sidebarReveal;position:sticky;top:100px;box-shadow:0 8px 25px #00000009}.sidebar h3{color:#292929;margin:0 0 20px;font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:500}.sidebar label{cursor:pointer;color:#666;align-items:center;gap:11px;padding:9px 0;font-size:13px;transition:color .3s,transform .3s;display:flex;position:relative}.sidebar label:hover{color:#a27b3f;transform:translate(3px)}.sidebar input[type=radio]{appearance:none;cursor:pointer;background:#fff;border:1px solid #cfc5b5;border-radius:50%;width:16px;height:16px;margin:0;transition:border-color .3s,box-shadow .3s,background .3s}.sidebar input[type=radio]:checked{background:radial-gradient(circle,#a27b3f 0 4px,#0000 5px);border-color:#a27b3f;box-shadow:0 0 0 3px #a27b3f1a}.sidebar hr{background:#e8e2d8;border:0;height:1px;margin:25px 0}.sidebar h3:last-child{letter-spacing:1px;text-transform:uppercase;color:#a27b3f;margin-bottom:0;font-family:inherit;font-size:12px;font-weight:700}.products-content{min-width:0;animation:.8s forwards productsReveal}.toolbar{border-bottom:1px solid #e2ddd4;justify-content:space-between;align-items:center;gap:15px;margin-bottom:30px;padding-bottom:20px;display:flex}.toolbar>input{color:#333;background:#fff;border:1px solid #ded8ce;border-radius:4px;outline:none;width:100%;max-width:430px;height:45px;padding:0 17px;font-family:inherit;font-size:13px;transition:border-color .3s,box-shadow .3s}.toolbar>input::placeholder{color:#aaa}.toolbar>input:focus{border-color:#b8965e;box-shadow:0 0 0 3px #b8965e14}.toolbar select{color:#555;cursor:pointer;background:#fff;border:1px solid #ded8ce;border-radius:4px;outline:none;min-width:190px;height:45px;padding:0 35px 0 14px;font-family:inherit;font-size:12px;transition:border-color .3s,box-shadow .3s}.toolbar select:focus{border-color:#b8965e;box-shadow:0 0 0 3px #b8965e14}.products-content .products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.products-content .products-grid>*{opacity:0;animation:.6s forwards productCardReveal}.products-content .products-grid>:first-child{animation-delay:50ms}.products-content .products-grid>:nth-child(2){animation-delay:.1s}.products-content .products-grid>:nth-child(3){animation-delay:.15s}.products-content .products-grid>:nth-child(4){animation-delay:.2s}.products-content .products-grid>:nth-child(5){animation-delay:.25s}.products-content .products-grid>:nth-child(6){animation-delay:.3s}.products-content .products-grid>:nth-child(7){animation-delay:.35s}.products-content .products-grid>:nth-child(8){animation-delay:.4s}.products-empty{text-align:center;background:#fff;border:1px dashed #d8d0c2;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:40px;display:flex}.products-empty h3{color:#333;margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:500}.products-empty p{color:#888;margin:0;font-size:13px}.products-loading{color:#a27b3f;justify-content:center;align-items:center;min-height:60vh;font-family:Georgia,Times New Roman,serif;font-size:24px;display:flex}.products-pagination{justify-content:center;align-items:center;gap:24px;margin-top:40px;display:flex}.products-pagination button{color:#a27b3f;cursor:pointer;background:0 0;border:1px solid #a27b3f;border-radius:6px;padding:10px 20px;transition:all .2s}.products-pagination button:hover:not(:disabled){color:#fff;background:#a27b3f}.products-pagination button:disabled{opacity:.4;cursor:not-allowed}.products-pagination span{color:#555;white-space:nowrap;font-size:14px}@keyframes pageTitleReveal{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes sidebarReveal{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes productsReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes productCardReveal{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media (width<=1050px){.products-layout{grid-template-columns:200px 1fr;gap:30px}.products-content .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=750px){.products-page{padding:55px 0 80px}.page-title{margin-bottom:40px;padding:0 20px}.page-title h1{font-size:38px}.products-layout{padding:0 16px;display:block}.sidebar{margin-bottom:25px;padding:22px;position:static}.sidebar h3{margin-bottom:15px}.sidebar label{width:50%;padding:7px 0;display:inline-flex}.sidebar hr{margin:20px 0}.toolbar{flex-direction:column;align-items:stretch;margin-bottom:25px}.toolbar>input{max-width:none}.toolbar select{width:100%}.products-content .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}}@media (width<=480px){.page-title h1{font-size:33px}.page-title p{font-size:13px}.sidebar label{width:100%}.products-content .products-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.page-title,.sidebar,.products-content,.products-content .products-grid>*{animation:none}.sidebar label,.sidebar input,.toolbar input,.toolbar select{transition:none}}.product-card{background:#fff;border:1px solid #e9e4dc;border-radius:12px;flex-direction:column;width:100%;min-width:0;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.product-card:hover{border-color:#ddd3c3;transform:translateY(-4px);box-shadow:0 12px 30px #28231c17}.product-card-image{background:#f7f5f1;justify-content:center;align-items:center;width:100%;height:270px;display:flex;position:relative;overflow:hidden}.product-card-image a{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-card-image img{object-fit:contain;object-position:center;width:100%;height:100%;transition:transform .5s;display:block;transform:scale(.92)}.product-card:hover .product-card-image img{transform:scale(.98)}.product-card-out-stock{z-index:4;color:#a35353;letter-spacing:.8px;text-transform:uppercase;background:#fbf1f1f2;border:1px solid #e2c6c6;border-radius:4px;padding:7px 10px;font-size:9px;font-weight:700;position:absolute;top:12px;left:12px}.product-card-remind.reminder-set{color:#fff;background:#a17d47;border-color:#a17d47}.product-card-remind.reminder-set:hover{color:#a17d47;background:0 0}.product-card-remind:disabled{opacity:.65;cursor:not-allowed;transform:none}.product-card-remind{color:#a17d47;letter-spacing:.8px;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #a17d47;border-radius:7px;justify-content:center;align-items:center;min-height:38px;padding:0 12px;font-size:8px;font-weight:700;transition:background .25s,color .25s,transform .25s;display:inline-flex}.product-card-remind:hover{color:#fff;background:#a17d47;transform:translateY(-2px)}.product-wishlist{z-index:5;color:#55514a;cursor:pointer;background:#fffffff2;border:1px solid #e2ddd4;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background .25s,color .25s,transform .25s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 3px 10px #00000014}.product-wishlist svg{width:16px;height:16px}.product-wishlist:hover{color:#fff;background:#292821;transform:scale(1.08)}.product-wishlist.wishlisted{color:#d64545}.product-wishlist.wishlisted svg{fill:#d64545;stroke:#d64545}.product-card-body{flex-direction:column;min-width:0;padding:15px 16px 16px;display:flex}.product-card-category{color:#a17d47;letter-spacing:1.2px;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:9px;font-weight:700;overflow:hidden}.product-card-title{color:#292821;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:46px;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:500;line-height:1.35;text-decoration:none;transition:color .25s;display:-webkit-box;overflow:hidden}.product-card-title:hover{color:#a17d47}.product-card-rating{color:#777169;align-items:center;gap:5px;margin-top:8px;font-size:10px;font-weight:600;display:flex}.product-card-rating svg{color:#c59a58;width:11px;height:11px}.product-card-footer{border-top:1px solid #eeeae3;justify-content:space-between;align-items:center;margin-top:14px;padding-top:13px;display:flex}.product-card-price{color:#292821;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:500}.product-card-cart{color:#fff;cursor:pointer;background:#292821;border:none;border-radius:7px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .25s,transform .25s;display:flex}.product-card-cart svg{width:16px;height:16px}.product-card-cart:hover{background:#a17d47;transform:translateY(-2px)}.product-card-details{color:#615c54;letter-spacing:1px;text-transform:uppercase;border:1px solid #ddd7ce;border-radius:6px;justify-content:center;align-items:center;width:100%;height:34px;margin-top:10px;font-size:9px;font-weight:700;text-decoration:none;transition:background .25s,color .25s,border-color .25s;display:flex}.product-card-details:hover{color:#fff;background:#292821;border-color:#292821}@media (width<=900px){.product-card-image{height:240px}.product-card-body{padding:14px}.product-card-title{font-size:16px}.product-card-price{font-size:20px}}@media (width<=600px){.product-card-image{height:220px}.product-card-image img{transform:scale(.9)}.product-card:hover .product-card-image img{transform:scale(.95)}.product-wishlist{width:34px;height:34px;top:10px;right:10px}.product-card-body{padding:13px}.product-card-title{min-height:42px;font-size:15px}.product-card-price{font-size:19px}.product-card-cart{width:36px;height:36px}}@media (width<=400px){.product-card-image{height:190px}.product-card-title{font-size:14px}.product-card-price{font-size:18px}}.product-details{background:#f8f6f1;padding:75px 0 100px;position:relative;overflow:hidden}.product-details:before{content:"";pointer-events:none;border:1px solid #e8e0d3;border-radius:50%;width:420px;height:420px;position:absolute;top:-240px;right:-170px}.product-details:after{content:"";pointer-events:none;border:1px solid #e8e0d3;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-180px;left:-130px}.product-details-container{z-index:1;width:min(1150px,100% - 40px);margin:0 auto;position:relative}.product-details-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:70px;width:100%;display:grid}.product-details-image{background:#eeeae2;border-radius:10px;justify-content:center;align-items:center;width:100%;height:560px;animation:.8s forwards productImageReveal;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000017}.product-details-image:before{content:"";z-index:2;pointer-events:none;border:1px solid #ffffffa6;position:absolute;inset:15px}.product-details-image img{object-fit:contain;background:#eeeae2;width:100%;height:100%;transition:transform .8s,filter .5s;display:block}.product-details-image:hover img{filter:brightness(.97);transform:scale(1.03)}.product-details-info{width:100%;min-width:0;animation:.8s .15s both productInfoReveal}.product-details-category{letter-spacing:2.2px;text-transform:uppercase;color:#a27b3f;align-items:center;gap:10px;margin-bottom:18px;font-size:11px;font-weight:700;display:inline-flex}.product-details-category:before{content:"";background:#d6b77b;width:30px;height:1px}.product-details-info h1{word-break:normal;overflow-wrap:break-word;white-space:normal;letter-spacing:-1.2px;color:#242424;width:100%;max-width:100%;margin:0 0 20px;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,4.5vw,58px);font-weight:500;line-height:1.05}.product-details-rating{align-items:center;gap:8px;margin-bottom:22px;display:flex}.product-details-rating svg{color:#c29a5a;font-size:15px}.product-details-rating span{color:#555;font-size:13px;font-weight:600}.product-details-price{color:#a27b3f;margin-bottom:24px;font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:500}.product-details-description{color:#707070;max-width:540px;margin:0 0 25px;font-size:14px;line-height:1.9}.stock-status{margin-bottom:25px}.in-stock,.out-stock{letter-spacing:.5px;border-radius:4px;align-items:center;padding:8px 13px;font-size:11px;font-weight:700;display:inline-flex}.in-stock{color:#477154;background:#f1f7f2;border:1px solid #c9dccd}.out-stock{color:#a35353;background:#fbf1f1;border:1px solid #e2c6c6}.remind-btn.reminder-set{color:#fff;background:#a17d47;border-color:#a17d47}.remind-btn.reminder-set:hover{color:#a17d47;background:0 0}.remind-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.out-stock-wrapper{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.remind-btn{color:#a27b3f;letter-spacing:1px;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #a27b3f;border-radius:4px;justify-content:center;align-items:center;min-height:40px;padding:0 18px;font-size:10px;font-weight:700;transition:background .3s,color .3s,transform .3s,box-shadow .3s;display:inline-flex}.remind-btn:hover{color:#fff;background:#a27b3f;transform:translateY(-2px);box-shadow:0 8px 20px #a27b3f2e}.remind-action-btn{min-height:52px;padding:0 28px}.quantity{background:#fff;border:1px solid #dcd5ca;border-radius:4px;align-items:center;height:48px;margin-bottom:30px;display:inline-flex;overflow:hidden}.quantity button{color:#555;cursor:pointer;background:0 0;border:0;width:46px;height:48px;font-size:18px;transition:background .3s,color .3s}.quantity button:hover{color:#fff;background:#a27b3f}.quantity span{text-align:center;color:#333;min-width:45px;font-size:14px;font-weight:600}.actions{align-items:center;gap:12px;display:flex}.cart-btn,.buy-btn{letter-spacing:1.2px;text-transform:uppercase;cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 28px;font-size:11px;font-weight:700;transition:background .3s,color .3s,border-color .3s,transform .3s,box-shadow .3s;display:inline-flex}.cart-btn{color:#fff;background:#a27b3f;border:1px solid #a27b3f}.cart-btn:hover:not(:disabled){background:#8e6935;border-color:#8e6935;transform:translateY(-2px);box-shadow:0 10px 25px #a27b3f33}.buy-btn{color:#242424;background:0 0;border:1px solid #242424}.buy-btn:hover:not(:disabled){color:#fff;background:#242424;transform:translateY(-2px)}.cart-btn:disabled,.buy-btn:disabled{opacity:.45;cursor:not-allowed}.related-products{background:#fff;padding:100px 0 120px;position:relative;overflow:hidden}.related-products-container{width:min(1150px,100% - 40px);margin:0 auto}.related-header{margin-bottom:45px}.related-label{letter-spacing:2.5px;text-transform:uppercase;color:#a27b3f;margin-bottom:12px;font-size:10px;font-weight:700;display:inline-block}.related-header h2{color:#242424;margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,4vw,44px);font-weight:500}.related-header p{color:#777;margin:0;font-size:14px;line-height:1.7}.related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.product-details-loading{background:#f8f6f1;justify-content:center;align-items:center;min-height:70vh;display:flex}.product-details-loading h2{color:#a27b3f;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:500}.related-pagination{justify-content:center;align-items:center;gap:24px;margin-top:40px;display:flex}.related-pagination button{color:#a27b3f;cursor:pointer;background:0 0;border:1px solid #a27b3f;border-radius:6px;padding:10px 20px;font-family:inherit;transition:all .2s}.related-pagination button:hover:not(:disabled){color:#fff;background:#a27b3f}.related-pagination button:disabled{opacity:.4;cursor:not-allowed}.related-pagination span{color:#555;white-space:nowrap;font-size:14px}@keyframes productImageReveal{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes productInfoReveal{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (width<=1000px){.product-details{padding:60px 0 80px}.product-details-grid{gap:45px}.product-details-image{height:480px}.product-details-info h1{font-size:44px}.related-products{padding:80px 0 100px}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=750px){.product-details{padding:45px 0 70px}.product-details-container,.related-products-container{width:min(100% - 32px,600px)}.product-details-grid{grid-template-columns:1fr;gap:40px}.product-details-image{height:420px}.product-details-info h1{font-size:39px}.product-details-price{font-size:28px}.actions{flex-direction:column;align-items:stretch}.cart-btn,.buy-btn{width:100%}.related-products{padding:70px 0 85px}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}}@media (width<=480px){.product-details-image{height:330px}.product-details-info h1{font-size:34px}.product-details-description{font-size:13px}.related-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.product-details-image,.product-details-info{animation:none}.product-details-image img,.quantity button,.cart-btn,.buy-btn{transition:none}}.cart-page{background:#faf9f7;min-height:100vh;padding:50px 0 90px}.cart-container{width:min(1180px,100% - 40px);margin:0 auto}.cart-page-header{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:34px;display:flex}.cart-eyebrow{color:#a27b3f;letter-spacing:1.8px;text-transform:uppercase;font-size:10px;font-weight:800;display:block}.cart-page-header h1{color:#333;letter-spacing:-1.8px;margin:7px 0;font-size:clamp(32px,4vw,46px);line-height:1}.cart-page-header p{color:#777;margin:0;font-size:14px}.cart-continue-btn{color:#555;background:#fff;border:1px solid #ddd;border-radius:10px;align-items:center;gap:8px;padding:12px 17px;font-size:13px;font-weight:600;text-decoration:none;transition:color .25s,border-color .25s,background .25s;display:inline-flex}.cart-continue-btn:hover{color:#a27b3f;background:#fff;border-color:#a27b3f}.shipping-progress-card{background:#fff;border:1px solid #eee;border-radius:14px;margin-bottom:24px;padding:18px 20px}.shipping-progress-top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.shipping-progress-title{color:#555;align-items:center;gap:9px;font-size:12px;font-weight:600;display:flex}.shipping-progress-title svg{color:#a27b3f;font-size:17px}.shipping-progress-top>strong{color:#999;font-size:11px}.shipping-progress-track{background:#eee;border-radius:10px;height:5px;overflow:hidden}.shipping-progress-fill{border-radius:inherit;background:#a27b3f;height:100%;transition:width .3s}.cart-layout{grid-template-columns:minmax(0,1fr) 350px;align-items:start;gap:24px;display:grid}.cart-products-section{min-width:0}.cart-section-heading{margin-bottom:12px}.cart-section-heading h2{color:#333;margin:0;font-size:18px;display:inline}.cart-section-heading span{color:#999;margin-left:9px;font-size:12px}.cart-products{flex-direction:column;gap:10px;display:flex}.cart-product{background:#fff;border:1px solid #eee;border-radius:14px;grid-template-columns:110px minmax(0,1fr) auto;gap:18px;padding:16px;transition:border-color .25s,box-shadow .25s;display:grid}.cart-product:hover{border-color:#ddd;box-shadow:0 10px 30px #0000000a}.cart-product-image{background:#f3ede3;border-radius:11px;width:110px;height:110px;display:block;overflow:hidden}.cart-product-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.cart-product:hover .cart-product-image img{transform:scale(1.04)}.cart-product-details{flex-direction:column;min-width:0;display:flex}.cart-stock{color:#4f8662;align-items:center;gap:5px;margin-bottom:7px;font-size:10px;font-weight:700;display:flex}.cart-stock span{background:#4f8662;border-radius:50%;width:5px;height:5px}.cart-product-name{color:#333;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;line-height:1.3;text-decoration:none;transition:color .25s;display:block;overflow:hidden}.cart-product-name:hover{color:#a27b3f}.cart-product-description{color:#777;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:7px 0 0;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.cart-product-bottom{align-items:center;gap:20px;margin-top:auto;padding-top:13px;display:flex}.cart-product-price{color:#333;font-size:14px;font-weight:700}.cart-quantity{background:#fff;border:1px solid #ddd;border-radius:8px;align-items:center;height:32px;display:flex;overflow:hidden}.cart-quantity button{color:#555;cursor:pointer;background:#fff;border:none;justify-content:center;align-items:center;width:32px;height:100%;transition:background .2s,color .2s;display:flex}.cart-quantity button:hover:not(:disabled){color:#a27b3f;background:#f3ede3}.cart-quantity button:disabled{opacity:.35;cursor:not-allowed}.cart-quantity button svg{width:12px}.cart-quantity span{text-align:center;color:#333;min-width:32px;font-size:12px;font-weight:700}.cart-product-right{flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.cart-product-right>strong{color:#333;white-space:nowrap;font-size:15px}.cart-remove-btn{color:#999;cursor:pointer;background:#fff;border:1px solid #eee;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:border-color .25s,background .25s,color .25s;display:flex}.cart-remove-btn:hover:not(:disabled){color:#a27b3f;background:#fdf8f1;border-color:#dfc9aa}.cart-remove-btn:disabled{opacity:.5;cursor:not-allowed}.cart-remove-btn svg{width:15px}.spin{animation:.8s linear infinite cart-spin}@keyframes cart-spin{to{transform:rotate(360deg)}}.cart-trust-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px;display:grid}.cart-trust-item{background:#fff;border:1px solid #eee;border-radius:11px;align-items:center;gap:10px;padding:14px;display:flex}.cart-trust-item>svg{color:#a27b3f;flex-shrink:0;width:19px;height:19px}.cart-trust-item div{flex-direction:column;gap:3px;display:flex}.cart-trust-item strong{color:#444;font-size:11px}.cart-trust-item span{color:#999;font-size:9px}.cart-summary{background:#fff;border:1px solid #eee;border-radius:16px;padding:24px;position:sticky;top:24px;box-shadow:0 10px 30px #00000008}.cart-summary-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.cart-summary-header h2{color:#333;margin:5px 0 0;font-size:20px}.cart-summary-count{color:#a27b3f;background:#f3ede3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:flex}.cart-summary-rows{flex-direction:column;gap:13px;display:flex}.cart-summary-row{justify-content:space-between;align-items:center;display:flex}.cart-summary-row span{color:#777;font-size:13px}.cart-summary-row strong{color:#444;font-size:13px}.free-shipping{color:#4f8662!important}.cart-summary-divider{background:#eee;height:1px;margin:19px 0}.cart-total{justify-content:space-between;align-items:center;display:flex}.cart-total div{flex-direction:column;gap:4px;display:flex}.cart-total span{color:#333;font-size:14px;font-weight:700}.cart-total small{color:#999;font-size:9px}.cart-total>strong{color:#333;font-size:22px}.cart-checkout-btn{color:#fff;cursor:pointer;background:#a27b3f;border:1px solid #a27b3f;border-radius:10px;width:100%;margin-top:22px;padding:15px;font-size:13px;font-weight:700;transition:background .25s,border-color .25s,transform .2s}.cart-checkout-btn:hover{background:#8d6834;border-color:#8d6834;transform:translateY(-1px)}.cart-summary-shopping{color:#777;justify-content:center;align-items:center;gap:6px;margin-top:14px;font-size:11px;font-weight:600;text-decoration:none;transition:color .25s;display:flex}.cart-summary-shopping:hover{color:#a27b3f}.cart-summary-security{border-top:1px solid #eee;align-items:center;gap:11px;margin-top:22px;padding-top:18px;display:flex}.summary-security-icon{color:#a27b3f;background:#f3ede3;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.summary-security-icon svg{width:15px}.cart-summary-security strong{color:#444;margin-bottom:3px;font-size:10px;display:block}.cart-summary-security p{color:#999;margin:0;font-size:9px;line-height:1.5}.cart-empty-state{text-align:center;background:#fff;border:1px solid #eee;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:450px;padding:50px 20px;display:flex}.cart-empty-icon{color:#a27b3f;background:#f3ede3;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin-bottom:20px;font-size:30px;display:flex}.cart-empty-state h1,.cart-empty-state h2{color:#333;margin:0 0 8px;font-size:24px}.cart-empty-state p{color:#777;max-width:420px;margin:0 0 24px;font-size:13px;line-height:1.6}.cart-primary-btn{color:#fff;background:#a27b3f;border:1px solid #a27b3f;border-radius:9px;justify-content:center;align-items:center;padding:13px 22px;font-size:12px;font-weight:700;text-decoration:none;transition:background .25s,border-color .25s;display:inline-flex}.cart-primary-btn:hover{background:#8d6834;border-color:#8d6834}.cart-loading{color:#777;flex-direction:column;justify-content:center;align-items:center;min-height:450px;display:flex}.cart-loading-spinner{border:3px solid #eee;border-top-color:#a27b3f;border-radius:50%;width:32px;height:32px;margin-bottom:14px;animation:.8s linear infinite cart-spin}.cart-loading p{margin:0;font-size:13px}@media (width<=950px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=700px){.cart-page{padding:30px 0 60px}.cart-container{width:min(100% - 24px,600px)}.cart-page-header{flex-direction:column;align-items:flex-start;gap:18px}.cart-page-header h1{font-size:34px}.cart-continue-btn{justify-content:center;width:100%}.cart-product{grid-template-columns:85px minmax(0,1fr);gap:13px}.cart-product-image{width:85px;height:85px}.cart-product-right{flex-direction:row;grid-column:2;align-items:center}.cart-product-bottom{padding-top:10px}.cart-trust-grid{grid-template-columns:1fr}}@media (width<=450px){.shipping-progress-card{padding:15px}.shipping-progress-title{font-size:11px}.cart-product{padding:12px}.cart-product-name{font-size:14px}.cart-product-description{display:none}.cart-product-bottom{gap:10px}.cart-summary{padding:20px}}.checkout-page{background:#f8f6f1;min-height:100vh;padding:45px 20px 70px}.checkout-container{width:100%;max-width:1180px;margin:0 auto}.checkout-header{margin-bottom:30px;position:relative}.checkout-back{color:#777168;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;margin-bottom:22px;padding:0;font-size:12px;font-weight:600;transition:color .25s,transform .25s;display:inline-flex}.checkout-back:hover{color:#292821;transform:translate(-3px)}.checkout-back svg{width:15px;height:15px}.checkout-heading{text-align:center}.checkout-eyebrow{color:#a17d47;letter-spacing:2px;margin-bottom:8px;font-size:9px;font-weight:800;display:block}.checkout-heading h1{color:#292821;margin:0;font-family:Georgia,Times New Roman,serif;font-size:38px;font-weight:500}.checkout-heading p{color:#777168;margin:9px 0 0;font-size:13px}.checkout-steps{justify-content:center;align-items:center;max-width:650px;margin:0 auto 38px;display:flex}.checkout-step{color:#aaa49b;align-items:center;gap:9px;display:flex}.checkout-step>span{background:#fff;border:1px solid #ddd7ce;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:700;display:flex}.checkout-step div{flex-direction:column;gap:2px;display:flex}.checkout-step strong{font-size:11px;font-weight:700}.checkout-step small{font-size:9px}.checkout-step.active{color:#292821}.checkout-step.active>span{color:#fff;background:#292821;border-color:#292821}.step-line{background:#ddd7ce;width:70px;height:1px;margin:0 15px}.checkout-grid{grid-template-columns:minmax(0,1.45fr) minmax(340px,.85fr);align-items:start;gap:25px;display:grid}.checkout-left{min-width:0}.checkout-card,.order-summary{background:#fff;border:1px solid #e8e3da;border-radius:14px;box-shadow:0 4px 15px #231f1909}.address-card{padding:27px}.card-heading{border-bottom:1px solid #eeeae3;align-items:center;gap:13px;padding-bottom:22px;display:flex}.heading-icon{color:#a17d47;background:#f4efe7;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.heading-icon svg{width:19px;height:19px}.card-heading h2{color:#292821;margin:0 0 3px;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:500}.card-heading p{color:#8a857d;margin:0;font-size:11px}.checkout-form{grid-template-columns:repeat(3,1fr);gap:18px 14px;padding-top:23px;display:grid}.form-group{min-width:0}.full-width{grid-column:1/-1}.form-group label{color:#514c45;letter-spacing:.3px;margin-bottom:7px;font-size:10px;font-weight:700;display:block}.form-input{background:#fff;border:1px solid #ded9d1;border-radius:7px;align-items:center;width:100%;min-height:46px;transition:border-color .25s,box-shadow .25s;display:flex;position:relative}.form-input:focus-within{border-color:#b6986d;box-shadow:0 0 0 3px #a17d4714}.form-input>svg{color:#938d83;flex-shrink:0;width:16px;height:16px;margin-left:14px}.form-input input,.form-input textarea{color:#292821;background:0 0;border:0;outline:0;width:100%;padding:12px;font-family:inherit;font-size:12px}.form-input input::placeholder,.form-input textarea::placeholder{color:#aaa49b}.textarea-wrapper{align-items:flex-start}.textarea-wrapper>svg{margin-top:14px}.form-input textarea{resize:vertical;min-height:85px;line-height:1.5}.plain-input{color:#292821;background:#fff;border:1px solid #ded9d1;border-radius:7px;outline:none;width:100%;height:46px;padding:0 13px;font-family:inherit;font-size:12px;transition:border-color .25s,box-shadow .25s}.plain-input:focus{border-color:#b6986d;box-shadow:0 0 0 3px #a17d4714}.plain-input::placeholder{color:#aaa49b}.checkout-benefits{grid-template-columns:1fr 1fr;gap:12px;margin-top:15px;display:grid}.benefit-item{background:#fff;border:1px solid #e9e4dc;border-radius:10px;align-items:center;gap:11px;padding:14px;display:flex}.benefit-item>svg{color:#a17d47;flex-shrink:0;width:18px;height:18px}.benefit-item div{flex-direction:column;gap:3px;display:flex}.benefit-item strong{color:#403c36;font-size:10px}.benefit-item span{color:#938d84;font-size:9px;line-height:1.4}.checkout-right{position:sticky;top:20px}.order-summary{overflow:hidden}.summary-header{border-bottom:1px solid #eeeae3;justify-content:space-between;align-items:center;padding:22px 22px 18px;display:flex}.summary-header span{color:#a17d47;letter-spacing:1.6px;font-size:8px;font-weight:800}.summary-header h2{color:#292821;margin:5px 0 0;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:500}.summary-products{max-height:300px;padding:5px 22px;overflow-y:auto}.summary-product{border-bottom:1px solid #f0ece6;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px 0;display:grid}.summary-product:last-child{border-bottom:none}.summary-product-image{background:#f6f3ed;border-radius:7px;justify-content:center;align-items:center;width:58px;height:58px;display:flex;overflow:hidden}.summary-product-image img{object-fit:contain;width:100%;height:100%;transform:scale(.9)}.summary-product-info{min-width:0}.summary-product-info h3{color:#403c36;white-space:nowrap;text-overflow:ellipsis;margin:0 0 5px;font-size:11px;font-weight:700;line-height:1.4;overflow:hidden}.summary-product-info span{color:#918b82;font-size:9px}.summary-product-price{color:#403c36;white-space:nowrap;font-size:11px;font-weight:700}.price-breakdown{border-top:1px solid #eeeae3;border-bottom:1px solid #eeeae3;margin:4px 22px 0;padding:15px 0}.summary-price-row{color:#777168;justify-content:space-between;align-items:center;margin:9px 0;font-size:11px;display:flex}.summary-price-row strong{color:#403c36;font-size:11px}.summary-price-row .free-shipping{color:#71906e}.summary-total{justify-content:space-between;align-items:center;gap:15px;padding:20px 22px;display:flex}.summary-total div{flex-direction:column;gap:3px;display:flex}.summary-total span{color:#403c36;font-size:13px;font-weight:700}.summary-total small{color:#99938a;font-size:8px}.summary-total>strong{color:#292821;white-space:nowrap;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:500}.place-order-btn{color:#fff;letter-spacing:.5px;cursor:pointer;background:#292821;border:none;border-radius:7px;justify-content:center;align-items:center;width:calc(100% - 44px);height:48px;margin:0 22px;font-size:11px;font-weight:700;transition:background .25s,transform .25s,box-shadow .25s;display:flex}.place-order-btn:hover:not(:disabled){background:#a17d47;transform:translateY(-2px);box-shadow:0 8px 20px #a17d4738}.place-order-btn:disabled{opacity:.65;cursor:not-allowed}.secure-note{color:#99938a;justify-content:center;align-items:center;gap:5px;margin:13px 0 18px;font-size:9px;display:flex}.secure-note svg{width:12px;height:12px}.checkout-loading{color:#777168;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:60vh;display:flex}.checkout-loader{border:2px solid #e1dbd1;border-top-color:#a17d47;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite checkout-spin}@keyframes checkout-spin{to{transform:rotate(360deg)}}.checkout-loading p{margin:0;font-size:12px}.checkout-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.empty-cart-icon{color:#a17d47;width:42px;height:42px;margin-bottom:15px}.checkout-empty h2{color:#292821;margin:0;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:500}.checkout-empty p{color:#777168;margin:8px 0 20px;font-size:12px}.back-shopping-btn{color:#fff;cursor:pointer;background:#292821;border:none;border-radius:6px;height:40px;padding:0 20px;font-size:10px;font-weight:700}@media (width<=900px){.checkout-grid{grid-template-columns:1fr}.checkout-right{position:static}.checkout-form{grid-template-columns:repeat(2,1fr)}.checkout-benefits{grid-template-columns:1fr 1fr}}@media (width<=600px){.checkout-page{padding:25px 13px 50px}.checkout-heading h1{font-size:29px}.checkout-heading p{font-size:11px}.checkout-steps{justify-content:space-between;margin-bottom:25px}.checkout-step{gap:6px}.checkout-step>span{width:27px;height:27px}.checkout-step div{display:none}.step-line{flex:1;margin:0 8px}.checkout-grid{gap:15px}.address-card{padding:19px 15px}.card-heading{padding-bottom:17px}.card-heading h2{font-size:19px}.checkout-form{grid-template-columns:1fr;gap:15px;padding-top:19px}.full-width{grid-column:auto}.checkout-benefits{grid-template-columns:1fr;gap:9px}.summary-header{padding:19px 16px 16px}.summary-products{padding:4px 16px}.summary-product{grid-template-columns:52px minmax(0,1fr) auto}.summary-product-image{width:52px;height:52px}.price-breakdown{margin-left:16px;margin-right:16px}.summary-total{padding:17px 16px}.summary-total>strong{font-size:21px}.place-order-btn{width:calc(100% - 32px);margin-left:16px;margin-right:16px}.checkout-back{margin-bottom:17px}}@media (width<=400px){.checkout-heading h1{font-size:26px}.checkout-eyebrow{font-size:8px}.summary-product-price{font-size:10px}.summary-total>strong{font-size:19px}}.checkout-steps{justify-content:center;align-items:center;width:100%;margin:30px 0 40px;display:flex}.checkout-step-wrapper{flex:1;align-items:center;display:flex}.checkout-step-wrapper:last-child{flex:0 auto}.checkout-step{align-items:center;gap:12px;min-width:150px;display:flex}.step-icon{color:#777;background:#fff;border:1px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .25s;display:flex}.checkout-step.completed .step-content strong{color:#333}.checkout-step.active .step-icon{color:#fff;background:#a27b3f;border-color:#a27b3f}.step-line{background:#eee;flex:1;height:1px;margin:0 18px;transition:background .25s}@media (width<=650px){.checkout-steps{margin:25px 0 30px}.checkout-step{justify-content:center;min-width:auto}.step-content strong{font-size:12px}.step-content small{display:none}.step-icon{width:38px;height:38px}.step-line{margin:0 8px}}@media (width<=450px){.step-content{display:none}.checkout-step{justify-content:center}.step-line{margin:0 6px}}.orders-page{background:#f7f5f0;min-height:100vh;padding:55px 24px 90px}.orders-container{width:100%;max-width:1180px;margin:0 auto}.orders-page-header{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:42px;display:flex}.orders-heading{max-width:650px}.orders-eyebrow{color:#a58958;letter-spacing:2px;margin-bottom:10px;font-size:11px;font-weight:800;display:inline-block}.orders-heading h1{color:#1e1d19;letter-spacing:-1px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:48px;font-weight:500}.orders-heading p{color:#77736b;margin:12px 0 0;font-size:14px;line-height:1.7}.continue-shopping-btn{color:#514936;cursor:pointer;background:#fffdf9;border:1px solid #d8cdbb;border-radius:4px;align-items:center;gap:9px;height:46px;padding:0 18px;font-size:12px;font-weight:700;transition:all .25s;display:flex}.continue-shopping-btn svg:last-child{font-size:15px}.continue-shopping-btn:hover{background:#eee7da;border-color:#cbbda7;transform:translateY(-1px)}.orders-stats{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:35px;display:grid}.order-stat-card{background:#fffdf9;border:1px solid #e4ded4;border-radius:5px;align-items:center;gap:15px;padding:20px;display:flex}.order-stat-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;display:flex}.order-stat-icon.total{color:#746b5b;background:#f1eee7}.order-stat-icon.pending{color:#9a7838;background:#f8f1df}.order-stat-icon.shipped{color:#527b96;background:#edf3f7}.order-stat-icon.delivered{color:#4e805b;background:#edf6ee}.order-stat-card span{color:#858078;letter-spacing:.4px;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.order-stat-card strong{color:#27251f;font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:500}.orders-toolbar{background:#fffdf9;border:1px solid #e3ddd3;border-radius:5px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;padding:15px;display:flex}.order-filters{align-items:center;gap:3px;display:flex;overflow-x:auto}.order-filters button{color:#77736b;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:3px;align-items:center;gap:7px;padding:9px 13px;font-size:11px;font-weight:700;transition:all .2s;display:flex}.order-filters button span{color:#77736b;background:#f0ece5;border-radius:50%;justify-content:center;align-items:center;min-width:19px;height:19px;font-size:10px;display:flex}.order-filters button:hover{background:#f5f1ea}.order-filters button.active{color:#fffdf9;background:#2c2a24}.order-filters button.active span{color:#fff;background:#ffffff26}.orders-search{background:#faf8f3;border:1px solid #ded8ce;border-radius:3px;flex-shrink:0;align-items:center;gap:9px;width:220px;height:38px;padding:0 12px;display:flex}.orders-search svg{color:#8a857c;font-size:15px}.orders-search input{color:#33312c;background:0 0;border:0;outline:0;width:100%;font-size:12px}.orders-results-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.orders-results-header span{color:#a58958;letter-spacing:1.8px;font-size:9px;font-weight:800}.orders-results-header h2{color:#292721;margin:4px 0 0;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:500}.refresh-orders-btn{color:#77736b;cursor:pointer;background:#fffdf9;border:1px solid #ded8ce;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;transition:all .25s;display:flex}.refresh-orders-btn:hover{color:#3d392f;background:#f0ebe2;transform:rotate(30deg)}.orders-table{background:#fffdf9;border:1px solid #e2dcd2;border-radius:5px;overflow:hidden}.orders-table-header{background:#f5f1e9;border-bottom:1px solid #e5dfd5;grid-template-columns:2fr 1.2fr 1fr 1.2fr 1.1fr;align-items:center;min-height:43px;padding:0 22px;display:grid}.orders-table-header span{color:#8c877d;letter-spacing:1.2px;font-size:9px;font-weight:800}.order-row{border-bottom:1px solid #eee9e1;grid-template-columns:2fr 1.2fr 1fr 1.2fr 1.1fr;align-items:center;min-height:92px;padding:0 22px;transition:background .2s;display:grid}.order-row:last-child{border-bottom:0}.order-row:hover{background:#fcfaf6}.order-main{align-items:center;gap:13px;display:flex}.order-product-icon{color:#9a7e4d;background:#f5f1e9;border:1px solid #e5ddd0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:43px;height:43px;font-size:18px;display:flex}.order-label{color:#aaa49b;letter-spacing:1px;margin-bottom:4px;font-size:8px;font-weight:800;display:block}.order-main strong{color:#282620;font-size:13px}.order-date p{color:#666158;margin:0;font-size:12px}.order-amount strong{color:#292721;font-size:13px;font-weight:700}.order-status-badge{white-space:nowrap;border-radius:20px;align-items:center;gap:6px;width:fit-content;padding:7px 10px;font-size:10px;font-weight:800;display:inline-flex}.order-status-badge svg{font-size:13px}.order-status-badge.delivered{color:#46734f;background:#edf6ee;border:1px solid #cce2cf}.order-status-badge.shipped{color:#4d7188;background:#edf4f8;border:1px solid #cadbe6}.order-status-badge.confirmed{color:#72578e;background:#f3eff7;border:1px solid #ddd3e8}.order-status-badge.processing{color:#97763b;background:#faf4e5;border:1px solid #e8d8b5}.order-status-badge.pending{color:#77736b;background:#f5f3ef;border:1px solid #ddd9d1}.order-status-badge.cancelled,.order-status-badge.failed{color:#a14f49;background:#faf0ef;border:1px solid #e8ceca}.order-action{justify-content:flex-end;display:flex}.order-action button{color:#4f493e;cursor:pointer;background:0 0;border:1px solid #ddd5c9;border-radius:3px;align-items:center;gap:5px;padding:9px 11px;font-size:10px;font-weight:700;transition:all .2s;display:inline-flex}.order-action button svg{font-size:13px}.order-action button:hover{color:#312d25;background:#f5f0e7;border-color:#bda982}.mobile-label{display:none}.orders-empty-state{text-align:center;background:#fffdf9;border:1px solid #e2dcd2;border-radius:5px;padding:75px 25px}.empty-icon{color:#9c814f;background:#f6f1e8;border:1px solid #e1d8c9;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;margin:0 auto 20px;font-size:25px;display:flex}.empty-label{color:#a58958;letter-spacing:1.7px;font-size:9px;font-weight:800}.orders-empty-state h2{color:#282620;margin:8px 0;font-family:Georgia,Times New Roman,serif;font-size:27px;font-weight:500}.orders-empty-state p{color:#77736b;max-width:450px;margin:0 auto 25px;font-size:13px;line-height:1.7}.empty-shopping-btn{color:#fff;cursor:pointer;background:#2c2a24;border:0;border-radius:3px;align-items:center;gap:8px;padding:11px 18px;font-size:11px;font-weight:700;display:inline-flex}.empty-shopping-btn:hover{background:#403c33}.no-filter-results{text-align:center;background:#fffdf9;border:1px solid #e2dcd2;border-radius:5px;padding:65px 20px}.no-filter-results>svg{color:#a89574;font-size:28px}.no-filter-results h3{color:#302e28;margin:15px 0 7px;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:500}.no-filter-results p{color:#858078;margin:0 0 20px;font-size:12px}.no-filter-results button{color:#514a3e;cursor:pointer;background:#f6f1e8;border:1px solid #d9d0c2;border-radius:3px;padding:9px 15px;font-size:11px;font-weight:700}.orders-loading-page{background:#f7f5f0;justify-content:center;align-items:center;min-height:75vh;display:flex}.orders-loading-content{text-align:center}.orders-loading-icon{color:#a78950;background:#fffdf9;border:1px solid #e1d8c9;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 18px;font-size:24px;display:flex}.orders-loading-spinner{border:2px solid #e2dcd2;border-top-color:#a78950;border-radius:50%;width:21px;height:21px;margin:0 auto 18px;animation:.8s linear infinite ordersSpinner}.orders-loading-content h2{color:#292721;margin:0 0 7px;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:500}.orders-loading-content p{color:#7c776f;margin:0;font-size:12px}.orders-loading-line{background:#e3ddd3;width:145px;height:2px;margin:19px auto 0;overflow:hidden}.orders-loading-line span{background:#b69a62;width:45%;height:100%;animation:1.3s ease-in-out infinite ordersLoadingLine;display:block}@keyframes ordersSpinner{to{transform:rotate(360deg)}}@keyframes ordersLoadingLine{0%{transform:translate(-100%)}to{transform:translate(330%)}}@media (width<=950px){.orders-page{padding:40px 18px 70px}.orders-page-header{flex-direction:column;align-items:flex-start}.orders-stats{grid-template-columns:repeat(2,1fr)}.orders-toolbar{flex-direction:column;align-items:stretch}.orders-search{width:100%}.orders-table-header{display:none}.order-row{grid-template-columns:2fr 1fr 1fr;gap:15px;padding:20px}.order-main{grid-column:span 1}.order-action{justify-content:flex-start}}@media (width<=650px){.orders-page{padding:30px 13px 55px}.orders-heading h1{font-size:35px}.orders-heading p{font-size:12px}.continue-shopping-btn{justify-content:center;width:100%}.orders-stats{grid-template-columns:1fr 1fr;gap:9px}.order-stat-card{gap:10px;padding:14px}.order-stat-icon{width:35px;height:35px;font-size:15px}.order-stat-card span{font-size:9px}.order-stat-card strong{font-size:19px}.orders-toolbar{padding:10px}.order-filters{width:100%;padding-bottom:2px}.order-filters button{padding:8px 10px}.orders-results-header h2{font-size:20px}.orders-table{border-radius:4px}.order-row{grid-template-columns:1fr 1fr;gap:18px;padding:18px;display:grid}.order-main{border-bottom:1px solid #eee9e1;grid-column:1/-1;padding-bottom:3px}.order-date,.order-amount,.order-status-cell{flex-direction:column;gap:5px;display:flex}.mobile-label{color:#aaa49b;letter-spacing:1px;font-size:8px;font-weight:800;display:block}.order-date p{font-size:11px}.order-status-badge{padding:6px 9px;font-size:9px}.order-action{grid-column:1/-1;justify-content:stretch}.order-action button{justify-content:center;width:100%;padding:10px}.orders-empty-state{padding:55px 18px}.orders-empty-state h2{font-size:24px}}@media (width<=390px){.orders-stats{grid-template-columns:1fr}.orders-heading h1{font-size:31px}.order-filters button{font-size:10px}}.profile-page{background:radial-gradient(circle at 10% 10%,#a27b3f12,#0000 28%),#faf9f7;min-height:calc(100vh - 78px);padding:70px 28px 90px}.profile-container{max-width:1180px;margin:0 auto}.profile-heading{margin-bottom:42px;animation:.7s forwards profileReveal}.profile-heading span{color:#a27b3f;letter-spacing:2.2px;margin-bottom:10px;font-size:11px;font-weight:700;display:block}.profile-heading h1{color:#252525;letter-spacing:-.8px;margin:0;font-size:36px;font-weight:600}.profile-heading p{color:#888;margin:10px 0 0;font-size:14px}.profile-layout{grid-template-columns:340px 1fr;align-items:stretch;gap:28px;display:grid}.profile-card{background:#fff;border:1px solid #eee9e2;border-radius:16px;animation:.8s .1s both cardReveal;position:relative;overflow:hidden;box-shadow:0 18px 50px #0000000f}.profile-cover{background:linear-gradient(135deg,#f3ede3 0%,#faf8f4 50%,#eee5d8 100%);height:150px;position:relative}.profile-cover:before{content:"";border:1px solid #a27b3f2e;border-radius:50%;width:190px;height:190px;position:absolute;top:-105px;right:-55px}.profile-cover:after{content:"";border:1px solid #a27b3f26;border-radius:50%;width:130px;height:130px;position:absolute;bottom:-85px;left:-45px}.profile-avatar{z-index:2;background:#fff;border:1px solid #e8dfd2;border-radius:50%;width:110px;height:110px;padding:4px;position:absolute;bottom:-55px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0000001f}.profile-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%;transition:transform .4s;display:block}.profile-card:hover .profile-avatar img{transform:scale(1.04)}.profile-main{text-align:center;padding:70px 30px 30px}.profile-main h2{color:#2c2c2c;margin:0;font-size:22px;font-weight:600}.profile-email{color:#999;margin:7px 0 14px;font-size:13px}.profile-status{color:#8a704b;background:#faf8f4;border:1px solid #eee7dc;border-radius:30px;align-items:center;gap:7px;margin-bottom:24px;padding:6px 12px;font-size:11px;font-weight:600;display:inline-flex}.profile-status span{background:#7da06c;border-radius:50%;width:6px;height:6px}.edit-profile-btn{color:#fff;cursor:pointer;background:#a27b3f;border:1px solid #a27b3f;border-radius:7px;justify-content:center;align-items:center;gap:9px;width:100%;height:45px;font-family:inherit;font-size:13px;font-weight:600;transition:background .25s,transform .25s,box-shadow .25s;display:flex}.edit-profile-btn svg{font-size:16px}.edit-profile-btn:hover{background:#8f6934;transform:translateY(-2px);box-shadow:0 8px 22px #a27b3f38}.profile-details{background:#fff;border:1px solid #eee9e2;border-radius:16px;padding:34px;animation:.8s .2s both cardReveal;box-shadow:0 18px 50px #0000000d}.details-header{border-bottom:1px solid #f0ece6;justify-content:space-between;align-items:center;padding-bottom:25px;display:flex}.details-header span{color:#a27b3f;letter-spacing:1.7px;margin-bottom:7px;font-size:10px;font-weight:700;display:block}.details-header h2{color:#2c2c2c;margin:0;font-size:23px;font-weight:600}.details-icon{color:#a27b3f;background:#f8f5ef;border-radius:50%;justify-content:center;align-items:center;width:43px;height:43px;display:flex}.details-icon svg{font-size:19px}.details-grid{grid-template-columns:1fr 1fr;gap:0;margin-top:5px;display:grid}.detail-item{border-bottom:1px solid #f1ede7;align-items:center;gap:14px;min-height:92px;padding:18px 15px;display:flex}.detail-item:nth-child(odd){border-right:1px solid #f1ede7}.detail-icon{color:#a27b3f;background:#faf7f1;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:39px;height:39px;display:flex}.detail-icon svg{font-size:17px}.detail-item span{color:#999;margin-bottom:5px;font-size:11px;display:block}.detail-item strong{color:#333;text-overflow:ellipsis;white-space:nowrap;max-width:230px;font-size:13px;font-weight:600;display:block;overflow:hidden}.quick-actions{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:25px;display:grid}.quick-action{cursor:pointer;background:#fcfbf9;border:1px solid #eee9e2;border-radius:9px;align-items:center;gap:11px;min-height:68px;padding:12px;transition:border-color .25s,background .25s,transform .25s;display:flex}.quick-action>svg{color:#a27b3f;flex-shrink:0;font-size:18px}.quick-action strong{color:#444;margin-bottom:3px;font-size:11px;font-weight:600;display:block}.quick-action span{color:#aaa;font-size:9px;line-height:1.4;display:block}.logout-action>svg{color:#a65d55}.logout-action:hover{background:#fbf6f5;border-color:#dfc5c1}.skeleton{background:linear-gradient(90deg,#f3ede3 25%,#faf9f7 50%,#f3ede3 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s ease-in-out infinite profileSkeleton;display:block}@keyframes profileSkeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-title{border-radius:10px;width:280px;height:34px;margin-bottom:14px}.skeleton-description{width:420px;max-width:100%;height:17px}.profile-card-loading{overflow:hidden}.skeleton-avatar{background:linear-gradient(90deg,#f3ede3 25%,#faf9f7 50%,#f3ede3 75%) 0 0/200% 100%;border-radius:50%;width:120px;height:120px;animation:1.5s ease-in-out infinite profileSkeleton}.profile-main-loading{flex-direction:column;align-items:center;display:flex}.skeleton-name{width:180px;height:25px;margin-bottom:12px}.skeleton-email{width:210px;height:16px;margin-bottom:18px}.skeleton-status{border-radius:20px;width:120px;height:24px;margin-bottom:22px}.skeleton-button{border-radius:10px;width:145px;height:42px}.skeleton-small-title{width:150px;height:12px;margin-bottom:10px}.skeleton-section-title{width:180px;height:25px}.details-icon-skeleton{border-radius:12px;width:45px;height:45px}.skeleton-detail{align-items:center;gap:15px;display:flex}.skeleton-detail-icon{border-radius:12px;flex-shrink:0;width:44px;height:44px}.skeleton-detail-content{flex:1}.skeleton-detail-label{width:100px;height:12px;margin-bottom:9px}.skeleton-detail-value{width:150px;height:17px}.skeleton-quick-action{cursor:default;pointer-events:none}.skeleton-quick-icon{border-radius:10px;flex-shrink:0;width:42px;height:42px}.skeleton-quick-content{flex:1}.skeleton-quick-title{width:110px;height:16px;margin-bottom:8px}.skeleton-quick-text{width:180px;max-width:100%;height:12px}@media (width<=650px){.skeleton-title{width:220px}.skeleton-description{width:300px}.skeleton-avatar{width:100px;height:100px}.skeleton-name{width:150px}.skeleton-email{width:180px}}@keyframes profileReveal{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (width<=950px){.profile-layout{grid-template-columns:300px 1fr;gap:20px}.profile-details{padding:25px}.quick-actions{grid-template-columns:1fr}}@media (width<=750px){.profile-page{padding:45px 18px 60px}.profile-heading h1{font-size:29px}.profile-layout{grid-template-columns:1fr}.profile-card{width:100%;max-width:450px;margin:0 auto}.profile-details{padding:23px}.details-grid{grid-template-columns:1fr}.detail-item{border-right:none!important}}@media (width<=480px){.profile-page{padding:35px 15px 50px}.profile-heading{margin-bottom:28px}.profile-heading h1{font-size:25px}.profile-heading p{font-size:12px;line-height:1.6}.profile-cover{height:130px}.profile-main{padding:65px 20px 22px}.profile-details{padding:20px 15px}.details-header h2{font-size:20px}.quick-actions{grid-template-columns:1fr}}.edit-profile-page{background:#faf9f7;min-height:calc(100vh - 80px);padding:70px 20px}.edit-profile-container{width:100%;max-width:850px;margin:0 auto}.edit-profile-heading{margin-bottom:35px}.edit-profile-heading>span{color:#a27b3f;letter-spacing:2px;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.edit-profile-heading h1{color:#333;margin:0;font-size:38px;font-weight:700}.edit-profile-heading p{color:#777;margin-top:10px;font-size:15px;line-height:1.6}.back-profile-btn{color:#666;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-bottom:30px;padding:0;font-size:14px;font-weight:600;transition:color .25s;display:inline-flex}.back-profile-btn:hover{color:#a27b3f}.back-profile-btn svg{font-size:17px}.edit-profile-card{background:#fff;border:1px solid #eee;border-radius:18px;padding:40px;box-shadow:0 10px 30px #0000000a}.edit-card-header{border-bottom:1px solid #eee;align-items:center;gap:18px;margin-bottom:30px;padding-bottom:30px;display:flex}.edit-avatar{color:#a27b3f;background:#f3ede3;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:24px;display:flex}.edit-card-header span{color:#a27b3f;letter-spacing:1.5px;margin-bottom:5px;font-size:11px;font-weight:700;display:block}.edit-card-header h2{color:#333;margin:0;font-size:23px}.form-group{margin-bottom:24px}.form-group label{color:#444;margin-bottom:9px;font-size:14px;font-weight:600;display:block}.input-wrapper{width:100%;display:block;position:relative}.input-wrapper>svg{color:#a27b3f;pointer-events:none;z-index:2;width:18px;height:18px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.edit-profile-card .input-wrapper input{box-sizing:border-box;color:#333;background:#fff;border:1px solid #ddd;border-radius:10px;outline:none;width:100%;height:48px;font-size:15px;transition:border-color .25s,box-shadow .25s;display:block;padding:0 16px 0 50px!important}.edit-profile-card .input-wrapper input:focus{border-color:#a27b3f;box-shadow:0 0 0 3px #a27b3f1a}.edit-profile-card .input-wrapper input::placeholder{color:#aaa}.edit-profile-actions{border-top:1px solid #eee;justify-content:flex-end;gap:12px;margin-top:35px;padding-top:25px;display:flex}.cancel-profile-btn,.save-profile-btn{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 22px;font-size:14px;font-weight:600;transition:background .25s,color .25s,border-color .25s,transform .2s;display:inline-flex}.cancel-profile-btn{color:#555;background:#fff;border:1px solid #ddd}.cancel-profile-btn:hover{color:#a27b3f;border-color:#a27b3f}.save-profile-btn{color:#fff;background:#a27b3f;border:1px solid #a27b3f}.save-profile-btn:hover{background:#8d6834;border-color:#8d6834;transform:translateY(-1px)}.save-profile-btn:disabled,.cancel-profile-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.edit-profile-loading{color:#777;flex-direction:column;justify-content:center;align-items:center;min-height:500px;display:flex}.edit-profile-loader{border:3px solid #eee;border-top-color:#a27b3f;border-radius:50%;width:35px;height:35px;margin-bottom:15px;animation:.8s linear infinite editProfileSpin}@keyframes editProfileSpin{to{transform:rotate(360deg)}}@media (width<=600px){.edit-profile-page{padding:45px 16px}.edit-profile-heading h1{font-size:30px}.edit-profile-card{border-radius:14px;padding:25px 20px}.edit-card-header h2{font-size:20px}.edit-profile-actions{flex-direction:column-reverse}.cancel-profile-btn,.save-profile-btn{width:100%}}.login-page{background:#faf9f7;justify-content:center;min-height:calc(100vh - 80px);padding:55px 20px;display:flex}.login-container{width:100%;max-width:460px}.login-brand{justify-content:center;align-items:center;gap:12px;margin-bottom:48px;display:flex}.login-logo{color:#fff;letter-spacing:1px;background:#a27b3f;border-radius:11px;justify-content:center;align-items:center;width:43px;height:43px;font-size:13px;font-weight:700;display:flex}.login-brand-text{flex-direction:column;display:flex}.login-brand-text>span{color:#333;letter-spacing:-.3px;font-size:19px;font-weight:600}.login-brand-text small{color:#999;margin-top:2px;font-size:10px}.login-intro{text-align:center;margin-bottom:28px}.login-label{color:#a27b3f;letter-spacing:2px;margin-bottom:11px;font-size:10px;font-weight:700;display:block}.login-intro h1{color:#333;letter-spacing:-1px;margin:0;font-size:32px;font-weight:600;line-height:1.2}.login-intro p{color:#888;max-width:380px;margin:10px auto 0;font-size:12px;line-height:1.6}.login-card{background:#fff;border:1px solid #eee;border-radius:15px;padding:35px;box-shadow:0 12px 40px #0000000b}.login-error{background:#fcf5f5;border:1px solid #ead2d2;border-radius:8px;align-items:flex-start;gap:11px;margin-bottom:22px;padding:12px;display:flex}.error-icon{color:#c85d5d;background:#f3dddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.error-icon svg{width:14px;height:14px}.login-error>div:last-child{flex-direction:column;gap:3px;display:flex}.login-error strong{color:#8f4444;font-size:11px;font-weight:600}.login-error span{color:#a66a6a;font-size:10px;line-height:1.5}.login-form{flex-direction:column;gap:21px;display:flex}.login-field{width:100%}.login-field label{color:#444;margin-bottom:8px;font-size:11px;font-weight:600;display:block}.password-label{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.password-label label{margin:0}.password-label a{color:#a27b3f;font-size:10px;font-weight:500;text-decoration:none}.password-label a:hover{color:#8d6834}.login-input{background:#fff;border:1px solid #e6e2dc;border-radius:8px;align-items:center;gap:10px;height:50px;padding:0 13px;transition:border-color .2s,box-shadow .2s;display:flex}.login-input>svg{color:#a27b3f;flex-shrink:0;width:16px;height:16px}.login-input:focus-within{border-color:#a27b3f;box-shadow:0 0 0 3px #a27b3f17}.login-input input{color:#333;background:0 0;border:none;outline:none;width:100%;height:100%;padding:0;font-family:inherit;font-size:12px}.login-input input::placeholder{color:#b4b4b4}.login-eye{color:#999;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:flex}.login-eye:hover{color:#a27b3f}.login-eye svg{width:16px;height:16px}.login-options{justify-content:space-between;align-items:center;margin-top:-3px;display:flex}.remember-option{color:#777;cursor:pointer;align-items:center;gap:8px;font-size:10px;display:flex}.custom-checkbox{background:#fff;border:1px solid #d9d4cc;border-radius:4px;justify-content:center;align-items:center;width:17px;height:17px;transition:background .2s,border-color .2s;display:flex}.custom-checkbox.checked{color:#fff;background:#a27b3f;border-color:#a27b3f}.custom-checkbox svg{width:10px;height:10px}.custom-checkbox input{display:none}.login-button{color:#fff;cursor:pointer;background:#a27b3f;border:none;border-radius:8px;justify-content:center;align-items:center;gap:9px;width:100%;height:52px;padding:0 20px;font-family:inherit;font-size:12px;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;display:flex}.login-button:hover:not(:disabled){background:#8d6834;transform:translateY(-1px);box-shadow:0 8px 20px #a27b3f33}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.65;cursor:not-allowed}.login-button svg{width:16px;height:16px}.login-divider{align-items:center;gap:12px;margin:27px 0;display:flex}.login-divider span{background:#eee;flex:1;height:1px}.login-divider strong{color:#bbb;font-size:9px;font-weight:500}.new-account{text-align:center}.new-account p{color:#999;margin:0 0 9px;font-size:10px}.new-account a{color:#a27b3f;justify-content:center;align-items:center;gap:5px;font-size:11px;font-weight:600;text-decoration:none;display:inline-flex}.new-account a:hover{color:#8d6834}.new-account a svg{width:13px;height:13px}.login-footer{justify-content:center;align-items:center;gap:9px;margin-top:22px;display:flex}.secure-badge{color:#a27b3f;background:#f3ede3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.secure-badge svg{width:13px;height:13px}.login-footer>div:last-child{flex-direction:column;gap:2px;display:flex}.login-footer strong{color:#777;font-size:9px;font-weight:600}.login-footer span{color:#aaa;font-size:8px}.copyright{text-align:center;color:#aaa;margin-top:25px;font-size:9px}@media (width<=600px){.login-page{min-height:100vh;padding:35px 15px}.login-brand{margin-bottom:38px}.login-intro h1{font-size:28px}.login-intro p{font-size:11px}.login-card{padding:27px 20px}}@media (width<=380px){.login-page{padding:28px 10px}.login-intro h1{font-size:26px}.login-card{padding:24px 17px}}.register-page{background:#faf9f7;justify-content:center;min-height:calc(100vh - 80px);padding:55px 20px;display:flex}.register-container{width:100%;max-width:760px}.register-header{justify-content:center;align-items:center;gap:12px;margin-bottom:45px;display:flex}.register-logo{color:#fff;letter-spacing:1px;background:#a27b3f;border-radius:11px;justify-content:center;align-items:center;width:43px;height:43px;font-size:13px;font-weight:700;display:flex}.register-brand{flex-direction:column;display:flex}.register-brand span{color:#333;letter-spacing:-.3px;font-size:19px;font-weight:600}.register-brand small{color:#999;margin-top:2px;font-size:10px}.register-intro{text-align:center;margin-bottom:30px}.register-label{color:#a27b3f;letter-spacing:2px;margin-bottom:11px;font-size:10px;font-weight:700;display:block}.register-intro h1{color:#333;letter-spacing:-1px;margin:0;font-size:34px;font-weight:600;line-height:1.2}.register-intro p{color:#888;max-width:450px;margin:10px auto 0;font-size:13px;line-height:1.6}.register-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:38px;box-shadow:0 12px 40px #0000000b}.register-section{border-bottom:1px solid #eee;margin-bottom:32px;padding-bottom:32px}.section-title{align-items:center;gap:13px;margin-bottom:25px;display:flex}.section-number{color:#a27b3f;background:#f3ede3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:10px;font-weight:700;display:flex}.section-title h2{color:#333;margin:0;font-size:14px;font-weight:600}.section-title p{color:#999;margin:3px 0 0;font-size:11px}.fields-grid{grid-template-columns:1fr 1fr;gap:20px 16px;display:grid}.field{min-width:0}.field-full{grid-column:1/-1}.field label{color:#444;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:11px;font-weight:600;display:flex}.field label span{color:#aaa;font-size:9px;font-weight:400}.input-container{background:#fff;border:1px solid #e6e2dc;border-radius:8px;align-items:center;gap:10px;height:49px;padding:0 13px;transition:border-color .2s,box-shadow .2s;display:flex}.input-container>svg{color:#a27b3f;flex-shrink:0;width:16px;height:16px}.input-container:focus-within{border-color:#a27b3f;box-shadow:0 0 0 3px #a27b3f17}.input-container input{color:#333;background:0 0;border:none;outline:none;width:100%;height:100%;padding:0;font-family:inherit;font-size:12px}.input-container input::placeholder{color:#b4b4b4}.eye-button{color:#999;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:flex}.eye-button:hover{color:#a27b3f}.eye-button svg{width:16px;height:16px}.password-strength{margin-top:10px}.strength-info{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.strength-info span{color:#aaa;font-size:9px}.strength-info strong{font-size:9px}.strength-info strong.weak{color:#c85d5d}.strength-info strong.medium{color:#a27b3f}.strength-info strong.strong{color:#4f8662}.strength-bar{background:#eee;border-radius:10px;width:100%;height:3px;overflow:hidden}.strength-progress{border-radius:inherit;height:100%;transition:width .25s,background .25s}.strength-progress.weak{background:#c85d5d}.strength-progress.medium{background:#a27b3f}.strength-progress.strong{background:#4f8662}.password-status{align-items:center;gap:5px;margin-top:9px;font-size:9px;display:flex}.password-status svg{width:12px;height:12px}.password-status.matched{color:#4f8662}.password-status.not-matched{color:#c85d5d}.terms-box{align-items:flex-start;gap:9px;margin-bottom:24px;display:flex}.terms-check{color:#a27b3f;background:#f3ede3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.terms-check svg{width:10px;height:10px}.terms-box p{color:#999;margin:1px 0 0;font-size:10px;line-height:1.6}.terms-box a{color:#a27b3f;font-weight:600;text-decoration:none}.terms-box a:hover{color:#8d6834}.register-button{color:#fff;cursor:pointer;background:#a27b3f;border:none;border-radius:8px;width:100%;height:52px;font-family:inherit;font-size:12px;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s}.register-button:hover:not(:disabled){background:#8d6834;transform:translateY(-1px);box-shadow:0 8px 20px #a27b3f33}.register-button:active:not(:disabled){transform:translateY(0)}.register-button:disabled{opacity:.65;cursor:not-allowed}.login-prompt{justify-content:center;align-items:center;gap:5px;margin-top:21px;font-size:11px;display:flex}.login-prompt span{color:#999}.login-prompt a{color:#a27b3f;font-weight:600;text-decoration:none}.login-prompt a:hover{color:#8d6834}.register-footer{color:#aaa;justify-content:space-between;margin-top:28px;font-size:9px;display:flex}@media (width<=600px){.register-page{min-height:100vh;padding:35px 15px}.register-header{margin-bottom:35px}.register-intro{margin-bottom:25px}.register-intro h1{font-size:29px}.register-intro p{font-size:12px}.register-card{border-radius:13px;padding:25px 20px}.fields-grid{grid-template-columns:1fr;gap:18px}.field-full{grid-column:auto}.register-section{margin-bottom:27px;padding-bottom:27px}.register-footer{padding:0 5px}}@media (width<=380px){.register-page{padding:25px 10px}.register-card{padding:22px 16px}.register-intro h1{font-size:26px}.register-footer span:last-child{display:none}}.payment-page{background:#faf9f7;min-height:100vh;padding:40px 0 80px}.payment-container{width:min(1180px,100% - 40px);margin:0 auto}.payment-topbar{margin-bottom:28px}.payment-back-btn{color:#555;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-size:14px;font-weight:600;display:inline-flex}.payment-back-btn:hover{color:#333}.payment-back-btn:disabled{opacity:.5;cursor:not-allowed}.payment-header{text-align:center;margin-bottom:42px}.payment-eyebrow,.card-eyebrow{color:#a27b3f;letter-spacing:1.8px;text-transform:uppercase;font-size:11px;font-weight:800;display:block}.payment-header h1{color:#333;letter-spacing:-1.5px;margin:8px 0 10px;font-size:clamp(30px,4vw,44px);line-height:1.1}.payment-header p{color:#777;max-width:560px;margin:0 auto;font-size:15px;line-height:1.7}.checkout-steps{align-items:center;max-width:820px;margin:0 auto 48px;display:flex}.checkout-step{flex-shrink:0;align-items:center;gap:12px;display:flex}.step-icon{color:#aaa;background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;display:flex}.step-content{flex-direction:column;gap:2px;display:flex}.step-content span{display:none}.step-content strong{color:#aaa;font-size:14px}.step-content small{color:#aaa;font-size:12px}.checkout-step.completed .step-icon{color:#fff;background:#a27b3f;border-color:#a27b3f}.checkout-step.completed .step-content strong,.checkout-step.completed .step-content small{color:#333}.checkout-step.active .step-icon{color:#fff;background:#a27b3f;border-color:#a27b3f;box-shadow:0 0 0 5px #a27b3f1a}.checkout-step.active .step-content strong{color:#333}.checkout-step.active .step-content small{color:#a27b3f}.step-line{background:#eee;flex:1;height:1px;margin:0 20px}.step-line.completed{background:#a27b3f}.payment-grid{grid-template-columns:minmax(0,1.55fr) minmax(340px,.85fr);align-items:start;gap:24px;display:grid}.payment-left{flex-direction:column;gap:20px;display:flex}.delivery-preview-card,.payment-card,.payment-summary{background:#fff;border:1px solid #eee;border-radius:18px}.delivery-preview-card,.payment-card{padding:28px}.card-heading,.summary-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.card-heading h2,.summary-header h2{color:#333;letter-spacing:-.3px;margin:5px 0 0;font-size:20px}.card-heading>svg{color:#a27b3f;width:22px;height:22px}.delivery-details{background:#f3ede3;border-radius:12px;padding:18px}.delivery-details strong{color:#333;margin-bottom:8px;font-size:15px;display:block}.delivery-details p{color:#777;margin:4px 0;font-size:13px;line-height:1.5}.delivery-phone{align-items:center;gap:7px;font-weight:600;display:flex;color:#333!important;margin-top:12px!important}.delivery-phone svg{width:14px}.change-address-btn{color:#a27b3f;cursor:pointer;background:0 0;border:none;margin-top:16px;font-size:13px;font-weight:700}.change-address-btn:hover{color:#8d6834;text-decoration:underline}.payment-option{text-align:left;cursor:pointer;background:#fff;border:1px solid #eee;border-radius:14px;align-items:center;gap:16px;width:100%;margin-top:12px;padding:18px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.payment-option:hover{border-color:#ddd}.payment-option.active{background:#f3ede3;border-color:#a27b3f;box-shadow:0 0 0 3px #a27b3f0f}.payment-option:disabled{cursor:not-allowed;opacity:.65}.payment-option-icon{color:#444;background:#f3f3f3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.payment-option.active .payment-option-icon{color:#fff;background:#a27b3f}.payment-option-content{flex:1;min-width:0}.payment-option-title{align-items:center;gap:10px;display:flex}.payment-option h4{color:#333;margin:0;font-size:15px}.payment-option p{color:#777;margin:5px 0 0;font-size:13px;line-height:1.5}.payment-tags{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.payment-tags span,.recommended-badge,.cod-note{border-radius:5px;align-items:center;padding:4px 8px;font-size:10px;font-weight:700;display:inline-flex}.payment-tags span{color:#777;background:#f3f3f3}.recommended-badge{color:#a27b3f;background:#f3ede3}.cod-note{color:#777;background:#f3f3f3;margin-top:9px}.payment-radio{color:#a27b3f;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:22px;display:flex}.payment-security{background:#fff;border:1px solid #eee;border-radius:14px;align-items:center;gap:14px;padding:18px 20px;display:flex}.security-icon{color:#a27b3f;background:#f3ede3;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.payment-security h4{color:#333;margin:0 0 4px;font-size:13px}.payment-security p{color:#777;margin:0;font-size:12px;line-height:1.5}.payment-summary{padding:26px;position:sticky;top:24px}.summary-header{align-items:center;margin-bottom:20px}.summary-header h2{font-size:20px}.item-count{color:#777;background:#f3ede3;border-radius:20px;padding:6px 10px;font-size:11px;font-weight:700}.payment-products{border-bottom:1px solid #eee;flex-direction:column;gap:14px;padding-bottom:20px;display:flex}.payment-product{align-items:center;gap:12px;display:flex}.payment-product-image{background:#f3f3f3;border-radius:10px;flex-shrink:0;width:58px;height:58px;overflow:hidden}.payment-product-image img{object-fit:cover;width:100%;height:100%}.payment-product-info{flex:1;min-width:0}.payment-product-info h4{color:#333;text-overflow:ellipsis;white-space:nowrap;margin:0 0 5px;font-size:13px;font-weight:600;overflow:hidden}.payment-product-info p{color:#777;margin:0;font-size:11px}.payment-product>strong{color:#333;white-space:nowrap;font-size:13px}.summary-breakdown{padding:18px 0}.summary-row{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.summary-row:last-child{margin-bottom:0}.summary-row span{color:#777;font-size:13px}.summary-row strong{color:#333;font-size:13px}.free-text{color:#4f8662!important}.payment-total{border-top:1px solid #eee;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:18px 0;display:flex}.payment-total div{flex-direction:column;gap:4px;display:flex}.payment-total span{color:#333;font-size:14px;font-weight:700}.payment-total small{color:#777;font-size:10px}.payment-total>strong{color:#333;letter-spacing:-.5px;font-size:23px}.pay-btn{color:#fff;cursor:pointer;background:#a27b3f;border:none;border-radius:12px;width:100%;margin-top:20px;padding:16px 18px;font-size:13px;font-weight:700;transition:background .2s,transform .2s}.pay-btn:hover:not(:disabled){background:#8d6834;transform:translateY(-1px)}.pay-btn:disabled{opacity:.55;cursor:not-allowed}.payment-trust{color:#777;justify-content:center;align-items:center;gap:7px;margin-top:14px;font-size:11px;display:flex}.payment-trust svg{width:14px;height:14px}@media (width<=900px){.payment-grid{grid-template-columns:1fr}.payment-summary{position:static}}@media (width<=650px){.payment-page{padding:25px 0 50px}.payment-container{width:min(100% - 24px,560px)}.payment-header{margin-bottom:30px}.payment-header h1{font-size:32px}.checkout-steps{margin-bottom:32px}.step-line{margin:0 8px}.step-content{display:none}.step-icon{width:38px;height:38px}.checkout-step{flex-shrink:0}.delivery-preview-card,.payment-card,.payment-summary{border-radius:15px;padding:20px}.payment-option{gap:12px;padding:14px}.payment-option-title{flex-wrap:wrap;gap:5px}.payment-tags{display:none}.payment-option-icon{width:40px;height:40px}.payment-product-image{width:50px;height:50px}.payment-total>strong{font-size:20px}}@media (width<=420px){.payment-header h1{font-size:28px}.checkout-steps{justify-content:space-between}.step-line{margin:0 5px}.payment-option p{font-size:12px}}.order-success-page{color:#333;background:#faf9f7;min-height:calc(100vh - 80px);padding:45px 20px 70px}.success-wrapper{width:100%;max-width:1100px;margin:0 auto}.success-progress{justify-content:center;align-items:center;gap:0;margin-bottom:55px;display:flex}.success-step{align-items:center;gap:12px;min-width:170px;display:flex}.success-step-icon{color:#999;background:#fff;border:1px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;display:flex}.success-step.completed .success-step-icon{color:#a27b3f;background:#f3ede3;border-color:#a27b3f}.success-step.active .success-step-icon{color:#fff;background:#a27b3f;border-color:#a27b3f}.success-step div:last-child{flex-direction:column;gap:2px;display:flex}.success-step strong{color:#333;font-size:14px;font-weight:700}.success-step span{color:#777;font-size:12px}.success-progress-line{background:#ddd;width:85px;height:1px;margin:0 15px}.success-progress-line.completed{background:#a27b3f}.success-hero{text-align:center;max-width:700px;margin:0 auto 35px}.success-hero-icon{color:#a27b3f;background:#f3ede3;border-radius:50%;justify-content:center;align-items:center;width:82px;height:82px;margin:0 auto 20px;font-size:38px;display:flex;box-shadow:0 10px 30px #a27b3f1f}.success-eyebrow{color:#a27b3f;letter-spacing:1.8px;margin-bottom:10px;font-size:11px;font-weight:800;display:inline-block}.success-hero h1{color:#333;margin:0 0 12px;font-size:36px;font-weight:700;line-height:1.2}.success-hero p{color:#777;max-width:620px;margin:0 auto;font-size:15px;line-height:1.7}.order-reference-card{background:#fff;border:1px solid #eee;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:24px 28px;display:flex;box-shadow:0 8px 30px #0000000a}.order-reference-main{flex-direction:column;gap:5px;display:flex}.order-reference-main span{color:#777;letter-spacing:1.5px;font-size:10px;font-weight:800}.order-reference-main h2{color:#333;margin:0;font-size:24px;font-weight:700}.order-status{border-radius:50px;align-items:center;gap:8px;padding:9px 14px;font-size:12px;font-weight:700;display:inline-flex}.order-status.paid,.order-status.cod{color:#a27b3f;background:#f3ede3}.status-dot{background:#4f8662;border-radius:50%;width:7px;height:7px}.order-info-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:30px;display:grid}.order-info-card{background:#fff;border:1px solid #eee;border-radius:15px;align-items:center;gap:15px;padding:20px;display:flex}.order-info-icon{color:#a27b3f;background:#f3ede3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:19px;display:flex}.order-info-card div:last-child{flex-direction:column;gap:3px;display:flex}.order-info-card span{color:#777;letter-spacing:1.3px;font-size:9px;font-weight:800}.order-info-card strong{color:#333;font-size:14px;font-weight:700}.order-info-card small{color:#999;font-size:11px}.success-content-grid{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:22px;display:grid}.success-main-column{flex-direction:column;gap:22px;display:flex}.success-side-column{flex-direction:column;gap:15px;display:flex;position:sticky;top:100px}.success-card{background:#fff;border:1px solid #eee;border-radius:18px;overflow:hidden;box-shadow:0 8px 30px #00000009}.success-card-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:23px 25px;display:flex}.success-card-eyebrow{color:#a27b3f;letter-spacing:1.5px;margin-bottom:5px;font-size:9px;font-weight:800;display:block}.success-card-header h2{color:#333;margin:0;font-size:20px;font-weight:700}.success-card-header-icon{color:#a27b3f;background:#f3ede3;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;display:flex}.ordered-items{padding:5px 25px}.ordered-item{border-bottom:1px solid #eee;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px 0;display:grid}.ordered-item:last-child{border-bottom:none}.ordered-item-image{color:#a27b3f;background:#f3ede3;border-radius:12px;justify-content:center;align-items:center;width:72px;height:72px;font-size:24px;display:flex;overflow:hidden}.ordered-item-image img{object-fit:cover;width:100%;height:100%}.ordered-item-details{flex-direction:column;gap:5px;min-width:0;display:flex}.ordered-item-details h3{color:#333;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:15px;font-weight:700;overflow:hidden}.ordered-item-details span{color:#777;font-size:12px}.ordered-item-total{color:#333;white-space:nowrap;font-size:15px;font-weight:700}.shipping-address{gap:18px;padding:25px;display:flex}.shipping-address-icon{color:#a27b3f;background:#f3ede3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:20px;display:flex}.shipping-address>div:last-child{flex-direction:column;gap:5px;display:flex}.shipping-address h3{color:#333;margin:0 0 2px;font-size:15px;font-weight:700}.shipping-address p{color:#777;margin:0;font-size:13px;line-height:1.5}.shipping-address span{color:#777;margin-top:5px;font-size:12px}.success-summary-card{background:#fff;border:1px solid #eee;border-radius:18px;overflow:hidden;box-shadow:0 8px 30px #0000000a}.success-summary-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:23px;display:flex}.success-summary-header div{flex-direction:column;display:flex}.success-summary-header span{color:#a27b3f;letter-spacing:1.5px;margin-bottom:5px;font-size:9px;font-weight:800}.success-summary-header h2{color:#333;margin:0;font-size:19px}.success-summary-header>svg{color:#a27b3f;font-size:21px}.success-summary-body{padding:20px 23px}.success-summary-row{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.success-summary-row:last-child{margin-bottom:0}.success-summary-row span{color:#777;font-size:13px}.success-summary-row strong{color:#333;font-size:13px}.success-summary-divider{background:#eee;height:1px;margin:20px 0}.success-total{justify-content:space-between;align-items:center;gap:15px;display:flex}.success-total div{flex-direction:column;gap:4px;display:flex}.success-total span{color:#333;font-size:14px;font-weight:700}.success-total small{color:#999;font-size:10px;line-height:1.4}.success-total>strong{color:#a27b3f;white-space:nowrap;font-size:21px}.payment-status-box{background:#f3ede3;border-radius:12px;align-items:flex-start;gap:12px;margin:0 15px 15px;padding:15px;display:flex}.payment-status-icon{color:#a27b3f;background:#fff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.payment-status-box>div:last-child{flex-direction:column;gap:4px;display:flex}.payment-status-box strong{color:#333;font-size:12px}.payment-status-box span{color:#777;font-size:10px;line-height:1.5}.delivery-note{background:#fff;border:1px solid #eee;border-radius:14px;align-items:center;gap:13px;padding:17px;display:flex}.delivery-note-icon{color:#a27b3f;background:#f3ede3;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.delivery-note div:last-child{flex-direction:column;gap:3px;display:flex}.delivery-note strong{color:#333;font-size:12px}.delivery-note span{color:#777;font-size:11px}.empty-items{color:#999;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:150px;display:flex}.empty-items svg{color:#a27b3f;font-size:28px}.empty-items p{margin:0;font-size:13px}.success-actions{justify-content:center;align-items:center;gap:12px;margin-top:35px;display:flex}.success-primary-btn,.success-secondary-btn{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 20px;font-family:inherit;font-size:13px;font-weight:700;transition:background .2s,color .2s,border-color .2s,transform .2s;display:inline-flex}.success-primary-btn{color:#fff;background:#a27b3f;border:1px solid #a27b3f}.success-primary-btn:hover{background:#8d6834;border-color:#8d6834;transform:translateY(-1px)}.success-secondary-btn{color:#555;background:#fff;border:1px solid #ddd}.success-secondary-btn:hover{color:#a27b3f;background:#f3ede3;border-color:#a27b3f}.success-footer{color:#999;justify-content:center;align-items:center;gap:7px;margin-top:30px;font-size:12px;display:flex}.success-footer svg{color:#a27b3f;font-size:15px}.success-footer strong{color:#a27b3f}.success-loading-card{text-align:center;background:#fff;border:1px solid #eee;border-radius:20px;width:100%;max-width:520px;margin:80px auto;padding:50px 35px;box-shadow:0 10px 40px #0000000d}.success-loading-icon{color:#a27b3f;background:#f3ede3;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 20px;font-size:28px;display:flex}.success-loading-card h1{color:#333;margin:0 0 10px;font-size:25px}.success-loading-card p{color:#777;margin:0 auto 20px;font-size:13px;line-height:1.6}.loading-reference{background:#faf9f7;border:1px solid #eee;border-radius:10px;flex-direction:column;gap:5px;margin-bottom:25px;padding:12px;display:flex}.loading-reference span{color:#999;text-transform:uppercase;letter-spacing:1px;font-size:9px}.loading-reference strong{color:#333;word-break:break-all;font-size:12px}.success-spinner{border:3px solid #eee;border-top-color:#a27b3f;border-radius:50%;width:30px;height:30px;margin:0 auto;animation:.8s linear infinite successSpin}@keyframes successSpin{to{transform:rotate(360deg)}}.order-problem-card{text-align:center;background:#fff;border:1px solid #eee;border-radius:20px;width:100%;max-width:600px;margin:80px auto;padding:50px 35px;box-shadow:0 10px 40px #0000000d}.problem-icon{color:#a27b3f;background:#f3ede3;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 20px;font-size:28px;display:flex}.order-problem-card h1{color:#333;margin:0 0 12px;font-size:25px}.order-problem-card p{color:#777;max-width:480px;margin:0 auto;font-size:13px;line-height:1.7}.problem-actions{justify-content:center;gap:10px;margin-top:25px;display:flex}@media (width<=950px){.success-content-grid{grid-template-columns:1fr}.success-side-column{position:static}.success-summary-card{width:100%}}@media (width<=750px){.order-success-page{padding:35px 16px 55px}.success-progress{justify-content:flex-start;padding-bottom:5px;overflow-x:auto}.success-step{min-width:145px}.success-progress-line{flex-shrink:0;width:45px;margin:0 8px}.success-hero h1{font-size:30px}.order-info-grid{grid-template-columns:1fr}.success-actions{flex-wrap:wrap}}@media (width<=600px){.success-hero{margin-bottom:25px}.success-hero-icon{width:70px;height:70px;font-size:31px}.success-hero h1{font-size:26px}.success-hero p{font-size:13px}.order-reference-card{padding:18px}.order-reference-main h2{font-size:20px}.order-status{padding:8px 11px;font-size:10px}.success-card-header{padding:20px}.ordered-items{padding:5px 20px}.shipping-address{padding:20px}.ordered-item{grid-template-columns:60px minmax(0,1fr);gap:13px}.ordered-item-image{width:60px;height:60px}.ordered-item-total{grid-column:2;justify-self:start;margin-top:-7px}.success-actions{flex-direction:column;align-items:stretch}.success-primary-btn,.success-secondary-btn{width:100%}}@media (width<=450px){.order-success-page{padding:25px 12px 45px}.success-progress{margin-bottom:35px}.success-step{gap:8px;min-width:120px}.success-step-icon{width:34px;height:34px;font-size:14px}.success-step strong{font-size:11px}.success-step span{font-size:9px}.success-progress-line{width:25px;margin:0 5px}.success-hero-icon{width:62px;height:62px;font-size:27px}.success-eyebrow{letter-spacing:1.4px;font-size:9px}.success-hero h1{font-size:23px}.success-hero p{font-size:12px}.order-reference-card{flex-direction:column;align-items:flex-start;gap:14px}.order-info-card{padding:16px}.success-card-header h2{font-size:17px}.success-summary-header{padding:20px}.success-summary-body{padding:18px 20px}.payment-status-box{margin:0 12px 12px}.success-loading-card,.order-problem-card{margin:50px auto;padding:35px 20px}.success-loading-card h1,.order-problem-card h1{font-size:21px}.problem-actions{flex-direction:column}.problem-actions button{width:100%}}.order-details-page{background:#f8f5ef;min-height:100vh;padding:70px 20px}.order-details-container{max-width:1000px;margin:0 auto}.back-btn{color:#555;cursor:pointer;background:#fff;border:1px solid #ded7cc;border-radius:8px;align-items:center;gap:8px;margin-bottom:28px;padding:10px 16px;font-size:13px;font-weight:600;transition:background .3s,color .3s,border-color .3s,transform .3s;display:inline-flex}.back-btn svg{width:16px;height:16px}.back-btn:hover{color:#fff;background:#292929;border-color:#292929;transform:translate(-2px)}.order-details-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px;display:flex}.order-details-header span{color:#a27b3f;letter-spacing:1.6px;text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:700;display:block}.order-details-header h1{color:#292929;margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:500}.order-details-header p{color:#777;margin:0;font-size:13px}.order-status{color:#a27b3f;letter-spacing:.8px;text-transform:uppercase;background:#f5eee3;border:1px solid #dfd2bd;border-radius:20px;padding:8px 14px;font-size:11px;font-weight:700}.order-details-box{background:#fff;border:1px solid #eee9e1;border-radius:14px;margin-bottom:24px;padding:26px;box-shadow:0 8px 25px #231e180d,0 1px 3px #231e1808}.order-details-box h2{color:#292929;align-items:center;gap:9px;margin:0 0 22px;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:500;display:flex}.order-details-box h2 svg{color:#a27b3f;width:19px;height:19px}.details-row{border-bottom:1px solid #eee9e1;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.details-row:last-child{border-bottom:none;padding-bottom:0}.details-row span{color:#777;font-size:13px}.details-row strong{color:#292929;font-size:13px;font-weight:600}.detail-product{border-bottom:1px solid #eee9e1;align-items:center;gap:18px;padding:18px 0;display:flex}.detail-product:last-child{border-bottom:none;padding-bottom:0}.detail-product-image{color:#aaa;background:#f5f1eb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:82px;height:82px;display:flex;overflow:hidden}.detail-product-image img{object-fit:cover;width:100%;height:100%;display:block}.detail-product-info{flex:1;min-width:0}.detail-product-info h3{color:#292929;margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:500}.detail-product-info p{color:#777;margin:4px 0;font-size:12px}.detail-product>strong{color:#292929;flex-shrink:0;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:500}.order-details-box p{color:#666;margin:7px 0;font-size:13px;line-height:1.6}.order-details-box p strong{color:#292929;font-size:15px}.order-loading-page{background:#f8f5ef;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.order-loading-content{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:420px;display:flex}.order-loading-icon{color:#a27b3f;background:#fff;border:1px solid #d6b77b;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:22px;animation:2s ease-in-out infinite orderIconPulse;display:flex;box-shadow:0 8px 25px #231e180f}.order-loading-icon svg{width:25px;height:25px}.order-loading-spinner{border:2px solid #e5ded3;border-top-color:#a27b3f;border-radius:50%;width:28px;height:28px;margin-bottom:22px;animation:.8s linear infinite orderLoadingSpin}.order-loading-content h2{color:#292929;margin:0 0 9px;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:500}.order-loading-content p{color:#888;margin:0;font-size:13px;line-height:1.6}.order-loading-line{background:#e7e0d6;width:180px;height:2px;margin-top:25px;overflow:hidden}.order-loading-line span{background:#a27b3f;width:60px;height:100%;animation:1.4s ease-in-out infinite orderLoadingProgress;display:block}@keyframes orderLoadingSpin{to{transform:rotate(360deg)}}@keyframes orderLoadingProgress{0%{transform:translate(-60px)}50%{transform:translate(90px)}to{transform:translate(180px)}}@keyframes orderIconPulse{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (prefers-reduced-motion:reduce){.order-loading-spinner,.order-loading-icon,.order-loading-line span{animation:none}}@media (width<=480px){.order-loading-page{padding:30px 15px}.order-loading-icon{width:60px;height:60px}.order-loading-content h2{font-size:22px}.order-loading-content p{max-width:280px;font-size:12px}}@media (width<=700px){.order-details-page{padding:40px 15px}.order-details-header{flex-direction:column;align-items:flex-start}.order-details-header h1{font-size:28px}.order-details-box{padding:20px}.detail-product{gap:12px}.detail-product-image{width:70px;height:70px}.detail-product-info h3,.detail-product>strong{font-size:15px}}@media (width<=480px){.order-details-page{padding:30px 12px}.order-details-box{padding:17px}.order-details-header h1{font-size:25px}.details-row{align-items:flex-start;gap:15px}.details-row strong{text-align:right}.detail-product{flex-wrap:wrap;align-items:flex-start}.detail-product-info{flex:1}.detail-product>strong{width:100%;margin-top:-8px;margin-left:82px}}.detail-product-right{flex-direction:column;align-items:flex-end;gap:12px;min-width:170px;display:flex}.write-review-btn{color:#9a7838;cursor:pointer;background:0 0;border:1px solid #d6b77b;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:9px 15px;font-size:13px;font-weight:600;transition:background .25s,color .25s,transform .25s;display:inline-flex}.write-review-btn svg{font-size:15px}.write-review-btn:hover{color:#fff;background:#d6b77b;transform:translateY(-1px)}.reviewed-badge{color:#397449;background:#edf7ef;border:1px solid #cce6d1;border-radius:8px;align-items:center;gap:7px;padding:9px 15px;font-size:13px;font-weight:600;display:inline-flex}.reviewed-badge svg{font-size:15px}.review-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1c1c199e;justify-content:center;align-items:center;padding:20px;animation:.2s reviewOverlayIn;display:flex;position:fixed;inset:0}.review-modal{background:#fffdf9;border:1px solid #d6b77b59;border-radius:18px;width:100%;max-width:560px;max-height:calc(100vh - 40px);padding:30px;animation:.25s reviewModalIn;overflow-y:auto;box-shadow:0 25px 70px #00000038,0 5px 20px #00000014}.review-modal-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.review-modal-header span{color:#a78950;letter-spacing:2px;margin-bottom:6px;font-size:10px;font-weight:700;display:block}.review-modal-header h2{color:#1c1c19;margin:0;font-family:Georgia,Times New Roman,serif;font-size:27px}.review-close-btn{color:#55524b;cursor:pointer;background:#fff;border:1px solid #e5dfd4;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,color .2s;display:flex}.review-close-btn:hover{color:#fff;background:#1c1c19}.review-product{background:#f8f5ef;border:1px solid #ebe4d8;border-radius:12px;align-items:center;gap:16px;margin-bottom:26px;padding:16px;display:flex}.review-product-image{background:#eee9df;border-radius:9px;flex-shrink:0;width:70px;height:70px;overflow:hidden}.review-product-image img{object-fit:cover;width:100%;height:100%}.review-product-image div{color:#8b867d;justify-content:center;align-items:center;width:100%;height:100%;font-size:11px;display:flex}.review-product h3{color:#252420;margin:0 0 5px;font-size:15px}.review-product p{color:#77736b;margin:0;font-size:12px}.review-rating-section{margin-bottom:24px}.review-rating-section label,.review-comment-section label{color:#302f2a;margin-bottom:11px;font-size:13px;font-weight:700;display:block}.review-stars{gap:5px;display:flex}.review-stars button{color:#b9b2a7;cursor:pointer;background:#fff;border:1px solid #ded8cd;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:color .2s,background .2s,border-color .2s,transform .2s;display:flex}.review-stars button svg{font-size:19px}.review-stars button:hover{color:#d6b77b;border-color:#d6b77b;transform:translateY(-1px)}.review-stars button.active{color:#c29b52;background:#fbf4e5;border-color:#d6b77b}.rating-text{color:#9a7838;min-height:18px;margin:8px 0 0;font-size:12px;font-weight:600}.review-comment-section{margin-bottom:25px;position:relative}.review-comment-section textarea{box-sizing:border-box;resize:vertical;color:#292824;background:#fff;border:1px solid #ddd7cc;border-radius:10px;outline:none;width:100%;min-height:120px;padding:14px 15px;font-family:inherit;font-size:13px;line-height:1.6;transition:border-color .2s,box-shadow .2s}.review-comment-section textarea::placeholder{color:#aaa49b}.review-comment-section textarea:focus{border-color:#c8a663;box-shadow:0 0 0 3px #d6b77b24}.review-character-count{text-align:right;color:#aaa49b;margin-top:6px;font-size:11px}.review-modal-actions{justify-content:flex-end;gap:10px;display:flex}.review-cancel-btn,.review-submit-btn{cursor:pointer;border-radius:8px;min-width:120px;padding:11px 18px;font-size:13px;font-weight:600;transition:background .2s,color .2s,transform .2s,opacity .2s}.review-cancel-btn{color:#555149;background:#fff;border:1px solid #ddd7cc}.review-cancel-btn:hover{background:#f5f1e9}.review-submit-btn{color:#fff;background:#1c1c19;border:1px solid #1c1c19}.review-submit-btn:hover:not(:disabled){background:#35342f;transform:translateY(-1px)}.review-submit-btn:disabled,.review-cancel-btn:disabled,.review-close-btn:disabled{cursor:not-allowed;opacity:.55}@keyframes reviewOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes reviewModalIn{0%{opacity:0;transform:translateY(15px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=650px){.review-modal{border-radius:14px;padding:22px}.review-modal-header h2{font-size:23px}.review-product{padding:12px}.review-product-image{width:58px;height:58px}.detail-product-right{min-width:auto}.write-review-btn,.reviewed-badge{padding:8px 11px;font-size:12px}.review-modal-actions{flex-direction:column-reverse}.review-cancel-btn,.review-submit-btn{width:100%}}.wishlist-page{background:#faf9f7;min-height:calc(100vh - 80px);padding:70px 20px}.wishlist-container{width:100%;max-width:1200px;margin:0 auto}.wishlist-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:45px;display:flex}.wishlist-heading-left{flex-direction:column;display:flex}.wishlist-back{color:#777;cursor:pointer;background:0 0;border:none;align-items:center;gap:7px;width:fit-content;margin-bottom:28px;padding:0;font-size:14px;transition:all .25s;display:flex}.wishlist-back:hover{color:#a27b3f}.wishlist-heading-left>span{color:#a27b3f;letter-spacing:2px;margin-bottom:10px;font-size:12px;font-weight:700}.wishlist-heading h1{color:#333;letter-spacing:-1px;align-items:center;gap:12px;margin:0 0 10px;font-size:38px;font-weight:700;display:flex}.wishlist-heading-heart{color:#a27b3f;font-size:28px}.wishlist-heading p{color:#777;margin:0;font-size:15px}.wishlist-count{background:#fff;border:1px solid #eee;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-width:110px;padding:18px 24px;display:flex;box-shadow:0 8px 25px #0000000a}.wishlist-count strong{color:#a27b3f;font-size:28px;line-height:1}.wishlist-count span{color:#777;margin-top:7px;font-size:12px}.wishlist-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.wishlist-card{background:#fff;border:1px solid #eee;border-radius:18px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 8px 30px #00000009}.wishlist-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000014}.wishlist-image-wrapper{cursor:pointer;background:#f3ede3;height:245px;position:relative;overflow:hidden}.wishlist-image{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.wishlist-card:hover .wishlist-image{transform:scale(1.05)}.wishlist-no-image{color:#a27b3f;justify-content:center;align-items:center;width:100%;height:100%;font-size:40px;display:flex}.wishlist-remove{color:#777;cursor:pointer;background:#ffffffeb;border:1px solid #ffffffb3;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;transition:all .25s;display:flex;position:absolute;top:14px;right:14px}.wishlist-remove:hover{color:#a27b3f;background:#fff;transform:scale(1.05)}.wishlist-remove:disabled{opacity:.5;cursor:not-allowed}.wishlist-heart-badge{color:#a27b3f;background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex;position:absolute;bottom:14px;left:14px}.wishlist-product-info{padding:20px}.wishlist-product-info h3{color:#333;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;margin:0 0 10px;font-size:16px;font-weight:600;transition:all .2s;overflow:hidden}.wishlist-product-info h3:hover{color:#a27b3f}.wishlist-price{color:#a27b3f;margin-bottom:18px;font-size:19px;font-weight:700}.wishlist-cart-btn{color:#fff;cursor:pointer;background:#a27b3f;border:1px solid #a27b3f;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:42px;font-size:13px;font-weight:600;transition:all .25s;display:flex}.wishlist-cart-btn:hover{background:#8d6834;border-color:#8d6834}.wishlist-empty{text-align:center;background:#fff;border:1px solid #eee;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:430px;padding:60px 20px;display:flex;box-shadow:0 8px 30px #00000009}.wishlist-empty-icon{color:#a27b3f;background:#f3ede3;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:24px;font-size:36px;display:flex}.wishlist-empty h1,.wishlist-empty h2{color:#333;margin:0 0 10px;font-size:24px}.wishlist-empty p{color:#777;margin:0 0 28px;font-size:14px;line-height:1.7}.wishlist-primary-btn{color:#fff;cursor:pointer;background:#a27b3f;border:1px solid #a27b3f;border-radius:10px;justify-content:center;align-items:center;gap:9px;height:46px;padding:0 24px;font-size:14px;font-weight:600;transition:all .25s;display:flex}.wishlist-primary-btn:hover{background:#8d6834;border-color:#8d6834}.wishlist-skeleton{background:linear-gradient(90deg,#f3ede3 25%,#faf9f7 50%,#f3ede3 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s ease-in-out infinite wishlistSkeleton}@keyframes wishlistSkeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-label{width:110px;height:13px;margin-bottom:15px}.skeleton-title{width:230px;height:35px;margin-bottom:12px}.skeleton-text{width:330px;height:15px}.skeleton-count{border-radius:14px;width:110px;height:65px}.wishlist-skeleton-card{pointer-events:none}.skeleton-image{border-radius:0;width:100%;height:245px}.wishlist-skeleton-card .wishlist-product-info{padding:20px}.skeleton-product-name{width:150px;height:17px;margin-bottom:13px}.skeleton-price{width:80px;height:20px;margin-bottom:18px}.skeleton-button{width:100%;height:42px}@media (width<=1000px){.wishlist-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=750px){.wishlist-page{padding:50px 16px}.wishlist-heading{flex-direction:column;align-items:flex-start}.wishlist-count{min-width:100px}.wishlist-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.wishlist-heading h1{font-size:30px}.wishlist-grid{grid-template-columns:1fr}.wishlist-image-wrapper,.skeleton-image{height:280px}.skeleton-title{width:200px}.skeleton-text{width:270px}}.admin-login-page{background:radial-gradient(circle at 0 0,#c8a45d1f,#0000 35%),#f7f7f5;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.admin-login-container{background:#fff;border-radius:24px;grid-template-columns:.9fr 1.1fr;width:100%;max-width:1050px;min-height:600px;display:grid;overflow:hidden;box-shadow:0 25px 70px #0000001f}.admin-login-brand{text-align:center;color:#fff;background:#1f2937;flex-direction:column;justify-content:center;align-items:center;padding:60px;display:flex}.admin-shield{color:#c8a45d;background:#c8a45d26;border:1px solid #c8a45d66;border-radius:22px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:30px;font-size:36px;display:flex}.admin-login-brand h1{letter-spacing:1px;margin-bottom:8px;font-family:Cormorant Garamond,serif;font-size:3rem}.admin-login-brand h1 span{color:#c8a45d}.admin-login-brand p{color:#d1d5db;letter-spacing:1px;font-size:15px}.admin-login-line{background:#c8a45d;width:60px;height:2px;margin:30px 0}.admin-login-brand small{color:#9ca3af;max-width:260px;line-height:1.7}.admin-login-form-container{flex-direction:column;justify-content:center;padding:70px;display:flex}.admin-login-header{margin-bottom:40px}.admin-label{color:#c8a45d;letter-spacing:2px;margin-bottom:12px;font-size:12px;font-weight:700;display:inline-block}.admin-login-header h2{color:#1f2937;margin-bottom:10px;font-size:2.5rem}.admin-login-header p{color:#6b7280;line-height:1.6}.admin-login-form{flex-direction:column;gap:22px;display:flex}.admin-input-box{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;min-height:56px;padding:0 18px;transition:all .3s;display:flex}.admin-input-box:focus-within{border-color:#c8a45d;box-shadow:0 0 0 4px #c8a45d1a}.admin-input-box>svg{color:#9ca3af;flex-shrink:0;font-size:20px}.admin-input-box input{color:#1f2937;background:0 0;border:none;outline:none;flex:1;width:100%;margin-left:14px;font-size:15px}.admin-input-box input::placeholder{color:#9ca3af}.admin-password-toggle{color:#9ca3af;cursor:pointer;background:0 0;border:none;align-items:center;font-size:19px;display:flex}.admin-password-toggle:hover{color:#1f2937}.admin-login-btn{color:#fff;cursor:pointer;background:#1f2937;border:none;border-radius:12px;min-height:56px;margin-top:8px;font-size:15px;font-weight:700;transition:all .3s}.admin-login-btn:hover{background:#111827;transform:translateY(-1px)}.admin-login-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.admin-security{color:#9ca3af;justify-content:center;align-items:center;gap:8px;margin-top:30px;font-size:13px;display:flex}.admin-security svg{color:#2f855a}@media (width<=850px){.admin-login-container{grid-template-columns:1fr;max-width:550px}.admin-login-brand{min-height:260px;padding:40px}.admin-shield{width:60px;height:60px;margin-bottom:20px;font-size:28px}.admin-login-brand h1{font-size:2.4rem}.admin-login-brand small{display:none}.admin-login-line{margin:18px 0}.admin-login-form-container{padding:45px 30px}}@media (width<=500px){.admin-login-page{padding:20px}.admin-login-container{border-radius:18px}.admin-login-form-container{padding:35px 22px}.admin-login-header h2{font-size:2rem}}.admin-dashboard{background:#faf9f7;min-height:calc(100vh - 80px);padding:48px 30px 70px}.admin-dashboard-inner{width:100%;max-width:1180px;margin:0 auto}.dashboard-welcome{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:38px;display:flex}.dashboard-eyebrow{color:#a27b3f;letter-spacing:2px;margin-bottom:12px;font-size:10px;font-weight:700;display:block}.dashboard-welcome h1{color:#333;letter-spacing:-1px;margin:0;font-size:34px;font-weight:600;line-height:1.15}.dashboard-welcome p{color:#888;margin:10px 0 0;font-size:12px}.dashboard-refresh{color:#777;cursor:pointer;background:#fff;border:1px solid #e5dfd6;border-radius:7px;align-items:center;gap:8px;height:42px;padding:0 16px;font-family:inherit;font-size:11px;transition:border-color .2s,color .2s,background .2s;display:flex}.dashboard-refresh:hover:not(:disabled){color:#a27b3f;background:#fff;border-color:#a27b3f}.dashboard-refresh:disabled{opacity:.6;cursor:not-allowed}.dashboard-refresh svg{width:14px;height:14px}.dashboard-refresh .is-loading{animation:.9s linear infinite dashboard-spin}@keyframes dashboard-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-error{color:#a66a6a;background:#fcf5f5;border:1px solid #ead2d2;border-radius:7px;margin-bottom:25px;padding:12px 15px;font-size:11px}.dashboard-top-grid{grid-template-columns:1.45fr 1fr;gap:18px;margin-bottom:45px;display:grid}.revenue-card{color:#fff;background:#a27b3f;border:1px solid #e9e4dc;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:245px;padding:28px;display:flex}.revenue-card-top{justify-content:space-between;align-items:flex-start;display:flex}.revenue-card .card-label{letter-spacing:1.7px;opacity:.85;font-size:9px;font-weight:700;display:block}.revenue-caption{opacity:.7;margin:6px 0 0;font-size:10px}.revenue-icon{border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.revenue-icon svg{width:17px;height:17px}.revenue-value{align-items:baseline;gap:7px;margin-top:25px;display:flex}.revenue-value span{font-size:20px;font-weight:400}.revenue-value strong{letter-spacing:-1.5px;font-size:40px;font-weight:500;line-height:1}.revenue-footer{color:inherit;cursor:pointer;border-top:1px solid #fff3;justify-content:space-between;align-items:center;padding-top:18px;text-decoration:none;display:flex}.revenue-footer>span{opacity:.7;font-size:10px}.revenue-arrow{border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s,transform .2s;display:flex}.revenue-arrow svg{width:13px;height:13px}.revenue-footer:hover .revenue-arrow{background:#ffffff1f;transform:translate(2px,-2px)}.revenue-footer:hover>span{opacity:1}.mini-stats{grid-template-rows:1fr 1fr;gap:18px;display:grid}.mini-stat-card{background:#fff;border:1px solid #e9e4dc;border-radius:12px;justify-content:space-between;align-items:flex-start;padding:24px;display:flex}.mini-stat-content{flex-direction:column;display:flex}.mini-stat-content>span{color:#999;letter-spacing:1.2px;text-transform:uppercase;font-size:9px;font-weight:600}.mini-stat-content strong{color:#333;letter-spacing:-.8px;margin-top:10px;font-size:28px;font-weight:600;line-height:1}.mini-stat-content small{color:#aaa;margin-top:8px;font-size:9px}.mini-stat-icon{color:#a27b3f;background:#f3ede3;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.mini-stat-icon svg{width:17px;height:17px}.dashboard-section{margin-bottom:45px}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:20px;display:flex}.section-heading span{color:#a27b3f;letter-spacing:1.7px;margin-bottom:7px;font-size:9px;font-weight:700;display:block}.section-heading h2{color:#333;letter-spacing:-.5px;margin:0;font-size:21px;font-weight:600}.overview-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.overview-card{background:#fff;border:1px solid #e9e4dc;border-radius:10px;padding:23px;transition:border-color .2s,transform .2s}.overview-card:hover{border-color:#d8c6ab;transform:translateY(-2px)}.overview-card-header{justify-content:space-between;align-items:center;display:flex}.overview-card-header>span{color:#aaa;letter-spacing:1.5px;font-size:8px;font-weight:700}.overview-icon{color:#a27b3f;background:#f3ede3;border-radius:7px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.overview-icon svg{width:15px;height:15px}.overview-card>strong{color:#333;margin-top:25px;font-size:30px;font-weight:600;line-height:1;display:block}.overview-card>p{color:#999;margin:9px 0 0;font-size:10px;line-height:1.5}.quick-actions{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.quick-action{text-align:left;cursor:pointer;background:#fff;border:1px solid #e9e4dc;border-radius:9px;align-items:center;gap:13px;min-height:76px;padding:14px 16px;font-family:inherit;transition:border-color .2s,background .2s,transform .2s;display:flex}.quick-action:hover{background:#fff;border-color:#d8c6ab;transform:translateY(-1px)}.quick-action-icon{color:#a27b3f;background:#f3ede3;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.quick-action-icon svg{width:16px;height:16px}.quick-action>div:nth-child(2){flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.quick-action strong{color:#444;font-size:11px;font-weight:600}.quick-action span{color:#aaa;font-size:9px}.quick-arrow{color:#aaa;flex-shrink:0;width:15px;height:15px}.quick-action:hover .quick-arrow{color:#a27b3f}.dashboard-footer{color:#aaa;border-top:1px solid #eee;justify-content:space-between;align-items:center;padding-top:22px;font-size:9px;display:flex}@media (width<=850px){.dashboard-top-grid{grid-template-columns:1fr}.mini-stats{grid-template-rows:none;grid-template-columns:1fr 1fr}}@media (width<=700px){.admin-dashboard{padding:35px 18px 55px}.dashboard-welcome{flex-direction:column;align-items:flex-start;gap:20px}.dashboard-welcome h1{font-size:29px}.dashboard-refresh{justify-content:center;width:100%}.overview-grid,.quick-actions{grid-template-columns:1fr}}@media (width<=500px){.admin-dashboard{padding:28px 14px 45px}.dashboard-welcome{margin-bottom:30px}.dashboard-welcome h1{font-size:26px}.dashboard-top-grid{margin-bottom:35px}.revenue-card{min-height:215px;padding:22px}.revenue-value strong{font-size:31px}.mini-stats{grid-template-columns:1fr}.mini-stat-card{padding:20px}.section-heading h2{font-size:19px}}.admin-orders-page{color:#17212f;width:100%;max-width:1600px;margin:0 auto;padding:4px 0 40px;font-family:inherit}.admin-orders-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px;padding:4px 0;display:flex;position:relative}.admin-orders-header:before{content:"";background:#c8a45d;border-radius:20px;width:42px;height:3px;position:absolute;top:0;left:0}.admin-orders-label{color:#b08a42;letter-spacing:2.2px;text-transform:uppercase;margin-top:12px;margin-bottom:8px;font-size:10px;font-weight:800;display:inline-block}.admin-orders-header h1{color:#17212f;letter-spacing:-.8px;margin:0 0 7px;font-size:34px;font-weight:750;line-height:1.15}.admin-orders-header p{color:#8b95a3;margin:0;font-size:13px;line-height:1.6}.orders-refresh-btn{color:#596273;cursor:pointer;background:#fff;border:1px solid #e5e8ec;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:10px 15px;font-size:11px;font-weight:700;transition:background .2s,border-color .2s,transform .2s,color .2s;display:inline-flex}.orders-refresh-btn svg{font-size:14px}.orders-refresh-btn:hover{color:#b08435;background:#faf7f0;border-color:#e7ddc9;transform:translateY(-1px)}.admin-orders-error{color:#b94c4c;background:#fff7f7;border:1px solid #f1d5d5;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;padding:13px 16px;font-size:12px;display:flex}.admin-orders-error button{color:#b94c4c;cursor:pointer;background:#fff;border:1px solid #eccaca;border-radius:7px;padding:7px 12px;font-size:10px;font-weight:700}.admin-orders-error button:hover{background:#fff0f0}.orders-summary{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:20px;display:grid}.order-summary-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e9edf1;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:15px 17px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;box-shadow:0 2px 5px #17212f05,0 8px 22px #17212f09}.order-summary-card:hover{border-color:#e3e6ea;transform:translateY(-2px);box-shadow:0 4px 9px #17212f08,0 12px 28px #17212f0f}.order-summary-card.active{background:#fcfaf6;border-color:#d9c59f}.order-summary-card span{color:#8b95a3;font-size:10px;font-weight:600}.order-summary-card strong{color:#17212f;font-size:18px;font-weight:750}.admin-orders-card{background:#fff;border:1px solid #e9edf1;border-radius:16px;min-width:0;overflow:hidden;box-shadow:0 2px 5px #17212f05,0 10px 30px #17212f0a}.orders-toolbar{border-bottom:1px solid #edf0f3;justify-content:space-between;align-items:center;gap:15px;padding:20px;display:flex}.orders-search{flex:1;max-width:500px;position:relative}.orders-search svg{color:#a3aab3;pointer-events:none;font-size:15px;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.orders-search input{box-sizing:border-box;color:#17212f;background:#fafbfc;border:1px solid #e4e8ec;border-radius:9px;outline:none;width:100%;padding:11px 13px 11px 38px;font-family:inherit;font-size:11px;transition:border-color .2s,background .2s,box-shadow .2s}.orders-search input::placeholder{color:#a8afb8}.orders-search input:focus{background:#fff;border-color:#d7c08e;box-shadow:0 0 0 3px #c8a45d14}.orders-status-filter{color:#596273;cursor:pointer;background:#fafbfc;border:1px solid #e4e8ec;border-radius:9px;outline:none;min-width:155px;padding:10px 32px 10px 12px;font-family:inherit;font-size:11px}.orders-status-filter:focus{border-color:#d7c08e}.orders-table-wrapper{scrollbar-width:thin;width:100%;overflow-x:auto}.admin-orders-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1050px}.admin-orders-table th{color:#9ca3af;text-align:left;text-transform:uppercase;letter-spacing:.9px;white-space:nowrap;background:#fcfcfd;border-bottom:1px solid #edf0f3;padding:14px 16px;font-size:9px;font-weight:750}.admin-orders-table td{color:#6b7280;vertical-align:middle;border-bottom:1px solid #f1f3f5;padding:15px 16px;font-size:11px}.admin-orders-table tbody tr{transition:background .2s}.admin-orders-table tbody tr:hover{background:#fafbfc}.admin-orders-table tbody tr:last-child td{border-bottom:none}.admin-order-id{flex-direction:column;gap:4px;display:flex}.admin-order-id strong{color:#17212f;font-size:12px;font-weight:750}.admin-order-id span{color:#a0a7b0;white-space:nowrap;text-overflow:ellipsis;max-width:145px;font-size:8px;overflow:hidden}.admin-customer-cell{align-items:center;gap:10px;min-width:190px;display:flex}.admin-customer-avatar{color:#9b7938;background:#f1eadb;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:9px;font-weight:800;display:flex}.admin-customer-info{flex-direction:column;gap:4px;min-width:0;display:flex}.admin-customer-info strong{color:#17212f;white-space:nowrap;text-overflow:ellipsis;max-width:170px;font-size:11px;font-weight:650;overflow:hidden}.admin-customer-info span{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;max-width:170px;font-size:9px;overflow:hidden}.admin-order-amount{color:#17212f;white-space:nowrap;font-size:12px;font-weight:750}.admin-payment-cell{flex-direction:column;gap:5px;display:flex}.payment-method{color:#596273;font-size:10px;font-weight:650}.payment-status{text-transform:capitalize;border-radius:20px;width:fit-content;padding:3px 7px;font-size:8px;font-weight:750;display:inline-flex}.payment-status.paid{color:#2f855a;background:#edf8f1}.payment-status.pending{color:#b08435;background:#fff7df}.payment-status.failed{color:#c45b5b;background:#fff0f0}.admin-order-status{text-transform:capitalize;white-space:nowrap;border-radius:20px;align-items:center;gap:7px;padding:6px 10px;font-size:9px;font-weight:750;display:inline-flex}.admin-order-status .status-dot{background:currentColor;border-radius:50%;width:6px;min-width:6px;height:6px}.admin-order-status.pending{color:#b08435;background:#fff7df}.admin-order-status.confirmed{color:#3d8a61;background:#edf8f1}.admin-order-status.processing{color:#4b6ea8;background:#eef4ff}.admin-order-status.shipped{color:#7054a3;background:#f1edff}.admin-order-status.delivered{color:#2f855a;background:#edf8f1}.admin-order-status.cancelled,.admin-order-status.failed{color:#c45b5b;background:#fff0f0}.admin-order-date{color:#7b8490;white-space:nowrap;font-size:10px}.admin-view-order-btn{color:#7b8490;cursor:pointer;background:#fff;border:1px solid #e5e8ec;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,border-color .2s,color .2s,transform .2s;display:flex}.admin-view-order-btn:hover{color:#b08435;background:#faf7f0;border-color:#e7ddc9;transform:translateY(-1px)}.admin-view-order-btn svg{font-size:14px}.orders-pagination{color:#9ca3af;border-top:1px solid #edf0f3;justify-content:space-between;align-items:center;gap:15px;padding:17px 20px;font-size:10px;display:flex}.orders-pagination strong{color:#596273;font-weight:700}.pagination-controls{align-items:center;gap:9px;display:flex}.pagination-controls button{color:#596273;cursor:pointer;background:#fff;border:1px solid #e4e8ec;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex}.pagination-controls button:hover:not(:disabled){color:#b08435;background:#faf7f0;border-color:#e7ddc9}.pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.pagination-controls button svg{font-size:13px}.pagination-controls>span{text-align:center;color:#596273;min-width:55px;font-size:10px;font-weight:650}.orders-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:350px;padding:40px;display:flex}.orders-empty-icon{color:#b08435;background:#f6f1e7;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:5px;font-size:22px;display:flex}.orders-empty h3{color:#17212f;margin:0;font-size:15px;font-weight:700}.orders-empty p{color:#9ca3af;margin:0;font-size:11px}.admin-orders-loading{color:#7b8490;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:500px;font-size:12px;display:flex}.orders-loading-spinner{border:3px solid #e9ecef;border-top-color:#c8a45d;border-radius:50%;width:38px;height:38px;animation:.8s linear infinite ordersSpin}.orders-table-loading{justify-content:center;align-items:center;min-height:420px;padding:40px 20px;display:flex}.orders-loading-card{text-align:center;background:#ffffffe6;border:1px solid #a27b3f26;border-radius:20px;flex-direction:column;align-items:center;width:min(420px,100%);padding:42px 35px;animation:.5s ease-out ordersLoadingCard;display:flex;box-shadow:0 10px 35px #0000000f,0 2px 10px #a27b3f14}.orders-loading-spinner{border:3px solid #a27b3f26;border-top-color:#a27b3f;border-radius:50%;width:52px;height:52px;margin-bottom:24px;animation:.9s linear infinite ordersSpinner}.orders-loading-content h3{color:#2c261f;margin:0 0 8px;font-family:Cormorant Garamond,serif;font-size:28px;font-weight:600}.orders-loading-content p{color:#8a8177;margin:0;font-family:Manrope,sans-serif;font-size:13px;line-height:1.6}.orders-loading-dots{gap:6px;margin-top:22px;display:flex}.orders-loading-dots span{background:#a27b3f;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite ordersLoadingDot}.orders-loading-dots span:nth-child(2){animation-delay:.15s}.orders-loading-dots span:nth-child(3){animation-delay:.3s}@keyframes ordersLoadingDot{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}@keyframes ordersLoadingCard{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.orders-table-loading{min-height:350px;padding:30px 15px}.orders-loading-card{padding:35px 25px}.orders-loading-content h3{font-size:25px}}@keyframes ordersSpin{to{transform:rotate(360deg)}}@media (width<=1250px){.orders-summary{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.orders-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-orders-header{align-items:flex-start}.orders-toolbar{flex-direction:column;align-items:stretch}.orders-search{max-width:none}.orders-status-filter{width:100%}}@media (width<=650px){.admin-orders-page{padding-bottom:30px}.admin-orders-header{flex-direction:column}.admin-orders-header h1{font-size:28px}.orders-refresh-btn{width:100%}.orders-summary{grid-template-columns:1fr 1fr;gap:10px}.order-summary-card{padding:13px}.order-summary-card strong{font-size:16px}.orders-toolbar{padding:16px}.orders-pagination{flex-direction:column;align-items:flex-start}.pagination-controls{justify-content:flex-end;width:100%}}@media (width<=450px){.orders-summary{grid-template-columns:1fr}.admin-orders-header h1{font-size:25px}.admin-orders-card{border-radius:13px}.orders-empty{min-height:280px;padding:30px 20px}}.admin-customers{color:#17212f;width:100%;max-width:1600px;margin:0 auto;padding:4px 0 40px;font-family:inherit}.customers-header{margin-bottom:28px;padding:4px 0;position:relative}.customers-header:before{content:"";background:#c8a45d;border-radius:20px;width:42px;height:3px;position:absolute;top:0;left:0}.customers-header>span{color:#b08a42;letter-spacing:2.2px;text-transform:uppercase;margin-top:12px;margin-bottom:8px;font-size:10px;font-weight:800;display:inline-block}.customers-title-row{justify-content:space-between;align-items:center;gap:20px;display:flex}.customers-header h1{color:#17212f;letter-spacing:-.8px;margin:0 0 7px;font-size:34px;font-weight:750;line-height:1.15}.customers-header p{color:#8b95a3;margin:0;font-size:13px;line-height:1.6}.customers-header-icon{color:#8256a5;background:#f5eefb;border-radius:15px;justify-content:center;align-items:center;width:56px;min-width:56px;height:56px;font-size:24px;display:flex}.customers-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:22px;display:grid}.customer-summary-card{background:#fff;border:1px solid #e9edf1;border-radius:15px;justify-content:space-between;align-items:center;gap:20px;min-height:105px;padding:20px 22px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 2px 5px #17212f05,0 10px 30px #17212f0a}.customer-summary-card:hover{transform:translateY(-3px);box-shadow:0 5px 10px #17212f08,0 16px 35px #17212f12}.customer-summary-card span{color:#8b95a3;margin-bottom:8px;font-size:11px;font-weight:600;display:block}.customer-summary-card strong{color:#17212f;font-size:24px;font-weight:750}.summary-icon{color:#8256a5;background:#f5eefb;border-radius:12px;justify-content:center;align-items:center;width:46px;min-width:46px;height:46px;font-size:20px;display:flex}.summary-icon.orders{color:#4c6c9d;background:#eef3fa}.customers-card{background:#fff;border:1px solid #e9edf1;border-radius:16px;min-width:0;padding:25px;box-shadow:0 2px 5px #17212f05,0 10px 30px #17212f0a}.customers-card-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.customers-card-header h2{color:#17212f;letter-spacing:-.2px;margin:0 0 5px;font-size:16px;font-weight:700}.customers-card-header p{color:#9ca3af;margin:0;font-size:11px}.customer-search{align-items:center;width:280px;display:flex;position:relative}.customer-search>svg{color:#9ca3af;pointer-events:none;font-size:16px;position:absolute;left:13px}.customer-search input{color:#17212f;background:#fafbfc;border:1px solid #e5e8eb;border-radius:9px;outline:none;width:100%;height:40px;padding:0 36px 0 38px;font-family:inherit;font-size:11px;transition:border-color .2s,background .2s,box-shadow .2s}.customer-search input::placeholder{color:#a7adb5}.customer-search input:focus{background:#fff;border-color:#d8c49a;box-shadow:0 0 0 3px #c8a45d14}.search-clear{color:#7b8490;cursor:pointer;background:#e9edf1;border:none;border-radius:50%;width:20px;height:20px;padding:0;font-size:14px;line-height:18px;position:absolute;right:10px}.customers-table-wrapper{scrollbar-width:thin;width:100%;overflow-x:auto}.customers-table{border-collapse:separate;border-spacing:0;width:100%;min-width:850px}.customers-table th{color:#9ca3af;text-align:left;text-transform:uppercase;letter-spacing:.9px;border-bottom:1px solid #edf0f3;padding:0 12px 13px;font-size:9px;font-weight:750}.customers-table td{color:#6b7280;vertical-align:middle;border-bottom:1px solid #f1f3f5;padding:15px 12px;font-size:12px}.customers-table tbody tr{transition:background .2s}.customers-table tbody tr:hover{background:#fafbfc}.customers-table tbody tr:last-child td{border-bottom:none}.customer-info{align-items:center;gap:11px;display:flex}.customer-avatar{color:#9b7938;background:#f1eadb;border-radius:50%;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;font-size:10px;font-weight:800;display:flex}.customer-name{flex-direction:column;gap:3px;display:flex}.customer-name strong{color:#17212f;font-size:12px;font-weight:650}.customer-name span{color:#a1a7ae;font-size:9px}.customer-contact{flex-direction:column;gap:5px;display:flex}.customer-contact span{color:#737c88;align-items:center;gap:6px;font-size:10px;display:flex}.customer-contact svg{color:#a1a7ae;font-size:11px}.order-count{color:#4c6c9d;background:#eef3fa;border-radius:7px;justify-content:center;align-items:center;min-width:28px;height:26px;padding:0 8px;font-size:11px;font-weight:750;display:inline-flex}.customer-spent{color:#2f855a;font-size:12px;font-weight:700}.customer-date{color:#858d97;font-size:11px}.view-customer-button{color:#9b7938;cursor:pointer;background:#faf7f0;border:1px solid #e7e1d5;border-radius:7px;justify-content:center;align-items:center;gap:6px;min-width:66px;height:31px;padding:0 10px;font-family:inherit;font-size:10px;font-weight:700;transition:all .2s;display:inline-flex}.view-customer-button:hover{color:#17212f;background:#f6f1e7;border-color:#d8c49a;transform:translateY(-1px)}.view-customer-button svg{font-size:13px}.customers-empty{flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:230px;display:flex}.customers-empty svg{color:#c2c7cd;margin-bottom:5px;font-size:30px}.customers-empty strong{color:#596273;font-size:13px}.customers-empty p{color:#a5abb2;margin:0;font-size:10px}.customers-error{color:#b94c4c;background:#fff7f7;border:1px solid #f1d5d5;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;padding:13px 16px;font-size:12px;display:flex}.customers-error button{color:#b94c4c;cursor:pointer;background:#fff;border:1px solid #ead0d0;border-radius:7px;align-items:center;gap:6px;padding:7px 11px;font-family:inherit;font-size:10px;font-weight:700;display:inline-flex}.customers-loading{color:#7b8490;flex-direction:column;justify-content:center;align-items:center;gap:15px;min-height:400px;font-size:12px;display:flex}.customers-spinner{border:3px solid #e9ecef;border-top-color:#c8a45d;border-radius:50%;width:38px;height:38px;animation:.8s linear infinite customersSpin}@keyframes customersSpin{to{transform:rotate(360deg)}}.customer-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#17212f7a;justify-content:center;align-items:center;padding:24px;animation:.2s customerOverlayShow;display:flex;position:fixed;inset:0}@keyframes customerOverlayShow{0%{opacity:0}to{opacity:1}}.customer-modal{background:#fff;border:1px solid #e9edf1;border-radius:18px;width:100%;max-width:620px;animation:.25s customerModalShow;overflow:hidden;box-shadow:0 20px 50px #17212f26,0 35px 90px #17212f1f}@keyframes customerModalShow{0%{opacity:0;transform:translateY(15px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.customer-modal-header{border-bottom:1px solid #eee9df;justify-content:space-between;align-items:flex-start;gap:20px;padding:28px 30px 22px;display:flex}.customer-modal-header>div>span{color:#b08a42;letter-spacing:1.8px;margin-bottom:6px;font-size:10px;font-weight:800;display:block}.customer-modal-header h2{color:#17212f;margin:0;font-size:25px;font-weight:700;line-height:1.25}.customer-modal-close{color:#68717d;cursor:pointer;background:#f7f5f0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;padding:0;font-size:24px;line-height:1;transition:background .2s,color .2s,transform .2s;display:flex}.customer-modal-close:hover{color:#17212f;background:#eee9df;transform:rotate(5deg)}.customer-modal-profile{background:#faf9f7;align-items:center;gap:15px;padding:24px 30px;display:flex}.customer-modal-avatar{color:#9b7938;background:#f1eadb;border-radius:50%;justify-content:center;align-items:center;width:58px;min-width:58px;height:58px;font-size:16px;font-weight:800;display:flex}.customer-modal-profile>div:last-child{flex-direction:column;gap:4px;display:flex}.customer-modal-profile strong{color:#17212f;font-size:16px;font-weight:700}.customer-modal-profile span{color:#8b95a3;font-size:11px}.customer-details-grid{background:#eee9df;border:1px solid #eee9df;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:24px 30px 0;display:grid;overflow:hidden}.customer-detail-item{background:#fff;flex-direction:column;gap:7px;min-width:0;padding:17px;display:flex}.customer-detail-item span{color:#9299a2;text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:600}.customer-detail-item strong{overflow-wrap:anywhere;color:#17212f;min-width:0;font-size:13px;font-weight:650;line-height:1.45}.customer-modal-footer{justify-content:flex-end;padding:22px 30px 26px;display:flex}.customer-modal-footer button{color:#fff;cursor:pointer;background:#17212f;border:none;border-radius:8px;min-width:80px;padding:10px 20px;font-family:inherit;font-size:11px;font-weight:700;transition:background .2s,transform .2s}.customer-modal-footer button:hover{background:#9b7938;transform:translateY(-1px)}.customers-pagination{border-top:1px solid #eee;justify-content:space-between;align-items:center;padding:18px 24px;font-size:14px;display:flex}.customers-pagination strong{font-weight:600}.customers-pagination-controls{align-items:center;gap:12px;display:flex}.customers-pagination-controls button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.customers-pagination-controls button:hover:not(:disabled){background:#f7f5f1}.customers-pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.customers-pagination-controls span{text-align:center;min-width:60px;font-weight:600}.customer-orders-modal{background:#fff;border-radius:16px;flex-direction:column;width:min(900px,94vw);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000002e}.customer-orders-summary{background:#faf9f7;border-bottom:1px solid #eee;gap:16px;padding:20px 24px;display:flex}.customer-orders-summary>div{background:#fff;border:1px solid #eee;border-radius:10px;flex:1;padding:14px 16px}.customer-orders-summary span{color:#777;margin-bottom:5px;font-size:12px;display:block}.customer-orders-summary strong{color:#222;font-size:20px}.customer-orders-list{flex:1;padding:20px 24px;overflow-y:auto}.customer-order-card{background:#fff;border:1px solid #e8e5df;border-radius:12px;margin-bottom:16px;overflow:hidden}.customer-order-header{background:#faf9f7;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.customer-order-header>div:first-child{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.customer-order-header span{color:#888;font-size:12px}.customer-order-header strong{font-size:15px}.customer-order-header small{color:#777}.customer-order-status span{text-transform:capitalize;background:#f2f2f2;border-radius:20px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.customer-order-products{padding:6px 18px}.customer-order-product{border-bottom:1px solid #eee;align-items:center;gap:14px;padding:14px 0;display:flex}.customer-order-product:last-child{border-bottom:none}.customer-order-product-image{background:#f5f3ef;border-radius:8px;flex-shrink:0;width:64px;height:64px;overflow:hidden}.customer-order-product-image img{object-fit:cover;width:100%;height:100%}.customer-order-no-image{color:#aaa;justify-content:center;align-items:center;width:100%;height:100%;font-size:22px;display:flex}.customer-order-product-info{flex-direction:column;flex:1;gap:4px;display:flex}.customer-order-product-info strong{color:#222;font-size:14px}.customer-order-product-info span{color:#777;font-size:12px}.customer-order-item-total{white-space:nowrap;font-size:14px}.customer-order-footer{background:#fff;border-top:1px solid #eee;align-items:center;gap:30px;padding:16px 18px;display:flex}.customer-order-footer>div{flex-direction:column;gap:4px;display:flex}.customer-order-footer span{color:#888;text-transform:uppercase;font-size:11px}.customer-order-footer strong{font-size:13px}.customer-order-total{text-align:right;margin-left:auto}.customer-order-total strong{font-size:18px}.customer-orders-loading,.customer-orders-empty{text-align:center;padding:60px 20px}.customer-orders-loading{flex-direction:column;align-items:center;gap:10px;display:flex}.customer-orders-empty{color:#777}.customer-orders-empty svg{color:#aaa;margin-bottom:12px;font-size:42px}.customer-orders-empty strong{color:#333;margin-bottom:6px;display:block}.view-orders-button{color:#fff;cursor:pointer;background:#a27b3f;border:none;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:10px 16px;font-weight:600;display:inline-flex}.view-orders-button:hover:not(:disabled){opacity:.9}.view-orders-button:disabled{opacity:.6;cursor:not-allowed}@media (width<=700px){.customer-orders-summary{flex-direction:column}.customer-order-header{flex-direction:column;align-items:flex-start;gap:10px}.customer-order-footer{flex-wrap:wrap;gap:16px}.customer-order-total{text-align:left;width:100%;margin-left:0}.customer-order-product{align-items:flex-start}.customer-order-item-total{margin-left:auto}}@media (width<=900px){.customers-card-header{flex-direction:column;align-items:flex-start}.customer-search{width:100%;max-width:360px}}@media (width<=650px){.admin-customers{padding-bottom:30px}.customers-header h1{font-size:28px}.customers-title-row{align-items:flex-start}.customers-header-icon{width:48px;min-width:48px;height:48px;font-size:21px}.customers-summary{grid-template-columns:1fr;gap:14px}.customers-card{padding:19px}.customer-modal-overlay{padding:15px}.customer-modal-header{padding:22px}.customer-modal-profile{padding:20px 22px}.customer-details-grid{grid-template-columns:1fr;margin:20px 22px 0}.customer-modal-footer{padding:18px 22px 22px}}@media (width<=450px){.customers-header h1{font-size:25px}.customers-card{border-radius:13px;padding:16px}.customer-summary-card{padding:18px}.customers-error{flex-direction:column;align-items:flex-start}.customer-modal-header h2{font-size:21px}.customer-modal-close{width:32px;min-width:32px;height:32px;font-size:21px}}.admin-reviews-page{background:#f7f6f2;min-height:100%;padding:32px}.admin-reviews-header{justify-content:space-between;align-items:flex-end;margin-bottom:30px;display:flex}.admin-reviews-eyebrow{color:#a98a52;letter-spacing:2px;margin-bottom:8px;font-size:11px;font-weight:600;display:block}.admin-reviews-header h1{color:#1c1c19;margin:0;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:400}.admin-reviews-header p{color:#777;margin:8px 0 0;font-size:14px}.reviews-count{text-align:center;background:#fff;border:1px solid #e9e6df;border-radius:12px;min-width:120px;padding:14px 20px}.reviews-count span{color:#1c1c19;font-family:Georgia,Times New Roman,serif;font-size:26px;display:block}.reviews-count small{color:#888;letter-spacing:1px;text-transform:uppercase;font-size:10px}.reviews-list{flex-direction:column;gap:16px;display:flex}.admin-review-card{background:#fff;border:1px solid #e9e6df;border-radius:16px;grid-template-columns:240px 1fr auto;gap:25px;padding:22px;display:grid;box-shadow:0 6px 25px #1c1c1909}.review-product{align-items:center;gap:14px;display:flex}.review-product img,.product-placeholder{object-fit:cover;border-radius:10px;flex-shrink:0;width:65px;height:65px}.review-product img{border:1px solid #eee}.product-placeholder{color:#b79a64;background:#f7f6f2;justify-content:center;align-items:center;display:flex}.review-product span{color:#aaa;letter-spacing:1.5px;margin-bottom:5px;font-size:9px;display:block}.review-product h3{color:#252521;margin:0;font-size:14px;font-weight:500}.review-content{min-width:0;position:relative}.review-top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.review-stars{color:#d8d3c8;gap:3px;display:flex}.review-stars svg{width:15px;height:15px}.review-stars .star-filled{fill:#c39d59;color:#c39d59}.review-status{letter-spacing:.5px;text-transform:uppercase;border-radius:20px;padding:5px 9px;font-size:9px;font-weight:600}.review-status.verified{color:#527a58;background:#eef7ef}.review-status.unverified{color:#9b7539;background:#f8f1e5}.review-comment{color:#555;margin:0 0 18px;font-size:13px;line-height:1.7}.delete-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1e191473;justify-content:center;align-items:center;padding:24px;animation:.2s deleteOverlayIn;display:flex;position:fixed;inset:0}.delete-modal{background:#faf9f7;border:1px solid #a17d472e;border-radius:20px;width:100%;max-width:480px;padding:34px;animation:.25s deleteModalIn;position:relative;box-shadow:0 24px 70px #281e142e,0 4px 15px #281e1414}.delete-modal-close{color:#777;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.delete-modal-close:hover{color:#333;background:#eeeae4}.delete-modal-close:disabled{cursor:not-allowed;opacity:.5}.delete-modal-icon{color:#a34f43;background:#f4e7e4;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:20px;font-size:25px;display:flex}.delete-modal-content h2{color:#29251f;margin:0 0 10px;font-size:25px;font-weight:600}.delete-modal-content>p{color:#706b64;margin:0;font-size:14px;line-height:1.7}.delete-modal-content strong{color:#29251f}.delete-modal-review{background:#f4f1eb;border:1px solid #e8e1d6;border-radius:12px;margin-top:20px;padding:16px}.delete-modal-stars .review-stars{margin-bottom:8px}.delete-modal-review p{color:#625d55;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.delete-modal-actions{justify-content:flex-end;gap:12px;margin-top:28px;display:flex}.delete-cancel-btn,.delete-confirm-btn{cursor:pointer;border-radius:10px;min-height:44px;padding:0 20px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.delete-cancel-btn{color:#625d55;background:0 0;border:1px solid #d8d1c7}.delete-cancel-btn:hover{background:#f0ece6}.delete-confirm-btn{color:#fff;background:#a34f43;border:1px solid #a34f43;justify-content:center;align-items:center;gap:8px;display:flex}.delete-confirm-btn:hover{background:#8e4137;border-color:#8e4137}.delete-cancel-btn:disabled,.delete-confirm-btn:disabled{opacity:.55;cursor:not-allowed}@media (width<=600px){.delete-modal{border-radius:16px;padding:26px 22px}.delete-modal-actions{flex-direction:column-reverse}.delete-cancel-btn,.delete-confirm-btn{width:100%}}.review-user{align-items:center;gap:10px;display:flex}.user-avatar{color:#d6b77b;background:#1c1c19;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-family:Georgia,Times New Roman,serif;font-size:14px;display:flex}.review-user strong{color:#333;font-size:12px;font-weight:600;display:block}.review-user span{color:#999;margin-top:2px;font-size:10px;display:block}.review-date{color:#aaa;margin-top:12px;font-size:10px}.review-actions{flex-direction:column;justify-content:center;gap:8px;display:flex}.action-btn{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-width:105px;padding:9px 12px;font-size:11px;transition:all .2s;display:flex}.action-btn.verify{color:#527a58;border-color:#d8e8d9}.action-btn.verify:hover{background:#eef7ef}.action-btn.unverify{color:#9b7539;border-color:#e8dfcf}.action-btn.unverify:hover{background:#f8f1e5}.action-btn.delete{color:#a55a5a;border-color:#ead9d9}.action-btn.delete:hover{background:#fbefef}.reviews-state{text-align:center;background:#fff;border:1px solid #e9e6df;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:350px;display:flex}.reviews-state p{color:#888;font-size:13px}.reviews-state h2{color:#1c1c19;margin:15px 0 5px;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:400}.empty-icon{color:#b28d4c;border:1px solid #d6b77b;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.reviews-spinner{border:2px solid #e8e5de;border-top-color:#b28d4c;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite reviewsSpin}@keyframes reviewsSpin{to{transform:rotate(360deg)}}.reviews-state.error p{color:#a55a5a}.reviews-state.error button{color:#fff;cursor:pointer;background:#1c1c19;border:none;border-radius:8px;margin-top:10px;padding:9px 18px}@media (width<=1000px){.admin-review-card{grid-template-columns:1fr}.review-actions{flex-direction:row;justify-content:flex-start}}@media (width<=700px){.admin-reviews-page{padding:20px 15px}.admin-reviews-header{align-items:flex-start;gap:20px}.admin-reviews-header h1{font-size:28px}.reviews-count{min-width:90px}.admin-review-card{padding:18px}.review-actions{flex-wrap:wrap}}.policy-page{color:#1c1c19;background:#f8f7f3;min-height:100vh}.policy-container{width:min(1100px,100% - 48px);margin:0 auto}.policy-hero{color:#fff;text-align:center;background:#1c1c19;padding:110px 24px;position:relative;overflow:hidden}.policy-hero:before{content:"";border:1px solid #d6b77b26;border-radius:50%;width:420px;height:420px;position:absolute;top:-260px;right:-100px}.policy-hero:after{content:"";border:1px solid #d6b77b1a;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-220px;left:-120px}.policy-hero-content{z-index:1;max-width:720px;margin:0 auto;position:relative}.policy-eyebrow,.section-heading>span,.support-box>div>span{color:#d6b77b;letter-spacing:2.5px;margin-bottom:15px;font-size:11px;font-weight:600;display:block}.policy-hero h1{margin:0 0 20px;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,6vw,70px);font-weight:400;line-height:1.1}.policy-hero h1 span{color:#d6b77b;font-style:italic}.policy-hero p{color:#ffffffa6;max-width:600px;margin:0 auto;font-size:15px;line-height:1.9}.section-heading{margin-bottom:50px}.section-heading h2{margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:38px;font-weight:400}.section-heading p{color:#777;margin:0;line-height:1.8}.help-section{padding:100px 0}.help-cards{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.help-card{color:#1c1c19;background:#fff;border:1px solid #e9e6df;padding:30px 25px;text-decoration:none;transition:transform .35s,box-shadow .35s,border-color .35s}.help-card:hover{border-color:#d6b77b;transform:translateY(-7px);box-shadow:0 18px 45px #1c1c1914}.help-icon{color:#b08c4b;background:#f5f0e6;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:25px;font-size:21px;display:flex}.help-card h3{margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:400}.help-card p{color:#777;min-height:70px;margin:0 0 20px;font-size:13px;line-height:1.7}.help-card-link{color:#a47d3d;font-size:12px;font-weight:600}.faq-section{background:#efede7;padding:100px 0}.faq-list{max-width:850px}.faq-item{border-top:1px solid #d9d5cb}.faq-item:last-child{border-bottom:1px solid #d9d5cb}.faq-question{color:#1c1c19;cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:25px 5px;font-family:Georgia,Times New Roman,serif;font-size:18px;display:flex}.faq-question svg{flex-shrink:0;transition:transform .3s}.faq-open .faq-question svg{transform:rotate(180deg)}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.faq-answer p{color:#777;margin:0;font-size:14px;line-height:1.9;overflow:hidden}.faq-open .faq-answer{grid-template-rows:1fr}.faq-open .faq-answer p{padding-bottom:25px}.support-section{padding:100px 0}.support-box{color:#fff;background:#1c1c19;justify-content:space-between;align-items:center;gap:40px;padding:55px;display:flex}.support-box h2{margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:36px;font-weight:400}.support-box p{color:#ffffff8c;margin:0;font-size:13px}.support-actions{flex-shrink:0;gap:12px;display:flex}.support-button{color:#1c1c19;background:#d6b77b;border:1px solid #d6b77b;align-items:center;gap:8px;padding:13px 20px;font-size:12px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.support-button:hover{background:#fff;border-color:#fff}.support-button-outline{color:#fff;background:0 0}.support-button-outline:hover{color:#1c1c19}@media (width<=900px){.help-cards{grid-template-columns:repeat(2,1fr)}.support-box{flex-direction:column;align-items:flex-start}}@media (width<=600px){.policy-container{width:min(100% - 36px,1100px)}.policy-hero{padding:80px 20px}.help-section,.faq-section,.support-section{padding:70px 0}.help-cards{grid-template-columns:1fr}.section-heading h2{font-size:30px}.support-box{padding:35px 25px}.support-box h2{font-size:30px}.support-actions{flex-direction:column;width:100%}.support-button{justify-content:center}}.shipping-page{background:#f8f7f3}.shipping-overview{padding:100px 0}.shipping-overview .section-heading{max-width:650px}.shipping-overview .section-heading h2{font-size:clamp(35px,5vw,52px);line-height:1.15}.shipping-cards{background:#dedbd3;border:1px solid #dedbd3;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:60px;display:grid}.shipping-card{background:#fff;min-height:230px;padding:32px 25px}.shipping-card>svg{color:#b08c4b;margin-bottom:28px;font-size:25px}.shipping-card h3{margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:400}.shipping-card p{color:#777;margin:0;font-size:13px;line-height:1.8}.shipping-content{background:#efede7;padding:100px 0}.shipping-content-grid{grid-template-columns:1fr 1fr;gap:70px 100px;display:grid}.shipping-content-grid article{position:relative}.content-number{color:#b08c4b;margin-bottom:20px;font-family:Georgia,Times New Roman,serif;font-size:14px;display:block}.shipping-content-grid h2{margin:0 0 20px;font-family:Georgia,Times New Roman,serif;font-size:29px;font-weight:400}.shipping-content-grid p{color:#777;margin:0 0 15px;font-size:14px;line-height:1.9}.shipping-note{background:#ffffff8c;border-left:2px solid #d6b77b;gap:20px;margin-top:80px;padding:28px 30px;display:flex}.shipping-note>svg{color:#b08c4b;flex-shrink:0;margin-top:3px;font-size:20px}.shipping-note strong{margin-bottom:8px;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:400;display:block}.shipping-note p{color:#777;margin:0;font-size:13px;line-height:1.8}.policy-last-updated{text-align:center;color:#999;letter-spacing:.5px;background:#f8f7f3;padding:25px;font-size:11px}@media (width<=900px){.shipping-cards{grid-template-columns:repeat(2,1fr)}.shipping-content-grid{gap:50px}}@media (width<=600px){.shipping-overview,.shipping-content{padding:70px 0}.shipping-cards{grid-template-columns:1fr}.shipping-content-grid{grid-template-columns:1fr;gap:45px}.shipping-note{margin-top:55px;padding:22px}}.returns-page{background:#f8f7f3}.returns-intro{padding:110px 0}.returns-intro-content{max-width:800px}.returns-intro-content>span{color:#b08c4b;letter-spacing:2.5px;margin-bottom:18px;font-size:11px;font-weight:600;display:block}.returns-intro h2{margin:0 0 25px;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,5vw,58px);font-weight:400;line-height:1.15}.returns-intro h2 em{color:#b08c4b;font-weight:400}.returns-intro p{color:#777;max-width:680px;margin:0;font-size:15px;line-height:1.9}.returns-section{background:#efede7;padding:100px 0}.return-columns{grid-template-columns:1fr 1fr;gap:25px;display:grid}.return-column{background:#fff;padding:40px}.return-column-header{align-items:center;gap:13px;margin-bottom:25px;display:flex}.return-column-header svg{color:#b08c4b;font-size:21px}.return-column-header h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:400}.return-column ul{margin:0;padding:0;list-style:none}.return-column li{color:#777;border-top:1px solid #eee;padding:13px 0 13px 22px;font-size:13px;line-height:1.6;position:relative}.return-column li:before{content:"•";color:#d6b77b;font-size:18px;position:absolute;left:3px}.return-process{padding:100px 0}.process-grid{grid-template-columns:repeat(4,1fr);gap:35px;display:grid}.process-step{padding-top:5px;position:relative}.process-step>span{color:#d6b77b;margin-bottom:25px;font-family:Georgia,Times New Roman,serif;font-size:14px;display:block}.process-step>svg{color:#b08c4b;margin-bottom:22px}.process-step h3{margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:400}.process-step p{color:#777;margin:0;font-size:13px;line-height:1.8}.refund-section{color:#fff;background:#1c1c19;padding:100px 0}.refund-box{gap:35px;max-width:800px;display:flex}.refund-icon{color:#d6b77b;background:#d6b77b1f;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:25px;display:flex}.refund-box>div:last-child>span{color:#d6b77b;letter-spacing:2px;margin-bottom:12px;font-size:11px;display:block}.refund-box h2{margin:0 0 18px;font-family:Georgia,Times New Roman,serif;font-size:36px;font-weight:400}.refund-box p{color:#ffffff94;margin:0 0 15px;font-size:14px;line-height:1.9}@media (width<=900px){.process-grid{grid-template-columns:repeat(2,1fr);gap:50px 30px}}@media (width<=650px){.returns-intro,.returns-section,.return-process,.refund-section{padding:70px 0}.return-columns{grid-template-columns:1fr}.return-column{padding:30px 25px}.process-grid{grid-template-columns:1fr;gap:40px}.refund-box{flex-direction:column}}.privacy-page{background:#f8f7f3}.privacy-intro{padding:110px 0}.privacy-intro-grid{grid-template-columns:120px 1fr;align-items:start;gap:50px;max-width:900px;display:grid}.privacy-main-icon{box-sizing:border-box;color:#b08c4b;background:#efebe1;width:75px;height:75px;padding:22px}.privacy-intro-grid>div:last-child>span{color:#b08c4b;letter-spacing:2.5px;margin-bottom:18px;font-size:11px;font-weight:600;display:block}.privacy-intro h2{max-width:700px;margin:0 0 25px;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,5vw,55px);font-weight:400;line-height:1.15}.privacy-intro h2 em{color:#b08c4b;font-weight:400}.privacy-intro p{color:#777;max-width:700px;margin:0;font-size:14px;line-height:1.9}.privacy-data{background:#efede7;padding:100px 0}.privacy-cards{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.privacy-card{background:#fff;padding:35px 28px}.privacy-card>svg{color:#b08c4b;margin-bottom:28px;font-size:23px}.privacy-card h3{margin:0 0 15px;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:400}.privacy-card p{color:#777;margin:0;font-size:13px;line-height:1.8}.privacy-details{padding:100px 0}.privacy-details article{border-top:1px solid #dedbd3;grid-template-columns:70px 1fr;gap:30px;padding:45px 0;display:grid}.privacy-details article:last-child{border-bottom:1px solid #dedbd3}.privacy-details article>span{color:#b08c4b;font-family:Georgia,Times New Roman,serif;font-size:14px}.privacy-details h2{margin:0 0 15px;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:400}.privacy-details p{color:#777;max-width:750px;margin:0;font-size:14px;line-height:1.9}.privacy-contact{color:#fff;background:#1c1c19;padding:100px 0}.privacy-contact-box{align-items:flex-start;gap:30px;max-width:750px;display:flex}.privacy-contact-box>svg{color:#d6b77b;flex-shrink:0;font-size:30px}.privacy-contact-box>div>span{color:#d6b77b;letter-spacing:2px;margin-bottom:12px;font-size:11px;display:block}.privacy-contact-box h2{margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:36px;font-weight:400}.privacy-contact-box p{color:#ffffff8c;margin:0 0 15px;font-size:14px;line-height:1.8}.privacy-contact-box a{color:#d6b77b;font-size:13px;text-decoration:none}.privacy-contact-box a:hover{text-decoration:underline}@media (width<=900px){.privacy-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.privacy-intro,.privacy-data,.privacy-details,.privacy-contact{padding:70px 0}.privacy-intro-grid{grid-template-columns:1fr;gap:25px}.privacy-cards{grid-template-columns:1fr}.privacy-details article{grid-template-columns:45px 1fr;gap:15px;padding:30px 0}.privacy-details h2{font-size:23px}.privacy-contact-box{flex-direction:column}}.not-found{background:radial-gradient(circle at 20% 20%,#a27b3f14,#0000 30%),radial-gradient(circle at 80% 80%,#a27b3f0f,#0000 30%),#faf8f4;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:80px 20px;display:flex;position:relative;overflow:hidden}.not-found:before,.not-found:after{content:"";pointer-events:none;border:1px solid #a27b3f26;border-radius:50%;animation:7s ease-in-out infinite floatingCircle;position:absolute}.not-found:before{width:360px;height:360px;top:-160px;left:-120px}.not-found:after{width:450px;height:450px;animation-delay:-3s;bottom:-220px;right:-180px}@keyframes floatingCircle{0%,to{transform:translate(0)}50%{transform:translate(15px,-15px)}}.not-found-content{z-index:2;text-align:center;max-width:720px;margin:auto;animation:.8s cubic-bezier(.22,1,.36,1) contentReveal;position:relative}.error-code{letter-spacing:-10px;color:#292929;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;margin-bottom:8px;font-family:Georgia,Times New Roman,serif;font-size:clamp(110px,18vw,190px);font-weight:500;line-height:.9;display:flex}.error-code span{animation:4s ease-in-out infinite numberFloat;display:inline-block}.error-code span:first-child{animation-delay:0s}.error-code span:nth-child(2){animation-delay:-.4s}.error-code span:nth-child(3){animation-delay:-.8s}@keyframes numberFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.error-code .zero{color:#a27b3f;position:relative}.not-found-label{letter-spacing:3px;color:#a27b3f;margin-top:12px;margin-bottom:15px;font-size:10px;font-weight:700;display:inline-block}.not-found-content h1{color:#292929;margin:0 0 16px;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,4vw,44px);font-weight:500;line-height:1.2}.not-found-content p{color:#777;max-width:560px;margin:0 auto;font-size:15px;line-height:1.8}.not-found-buttons{justify-content:center;align-items:center;gap:14px;margin-top:32px;display:flex}.home-btn,.back-btn{letter-spacing:1px;text-transform:uppercase;cursor:pointer;border-radius:5px;justify-content:center;align-items:center;gap:9px;height:48px;padding:0 24px;font-size:11px;font-weight:700;transition:transform .35s,background .35s,color .35s,border-color .35s,box-shadow .35s;display:inline-flex;position:relative}.home-btn svg,.back-btn svg{width:16px;height:16px;transition:transform .35s}.home-btn{color:#fff;background:#a27b3f;border:1px solid #a27b3f;text-decoration:none;box-shadow:0 8px 20px #a27b3f2e}.home-btn:hover{background:#8e6935;transform:translateY(-3px);box-shadow:0 12px 28px #a27b3f40}.home-btn:hover svg{transform:translateY(-2px)}.back-btn{color:#444;background:#fff;border:1px solid #ddd5c9}.back-btn:hover{color:#fff;background:#292929;border-color:#292929;transform:translateY(-3px);box-shadow:0 12px 28px #0000001a}.back-btn:hover svg{transform:translate(-4px)}.not-found-content:after{content:"";background:#d6c19f;width:55px;height:1px;margin:38px auto 0;animation:.8s .4s both lineExpand;display:block}@keyframes lineExpand{0%{opacity:0;width:0}to{opacity:1;width:55px}}@media (width<=600px){.not-found{min-height:calc(100vh - 70px);padding:60px 18px}.error-code{letter-spacing:-6px;font-size:105px}.not-found-content h1{font-size:28px}.not-found-content p{font-size:14px}.not-found-buttons{flex-direction:column;width:100%}.home-btn,.back-btn{width:100%;max-width:280px}}@media (prefers-reduced-motion:reduce){.not-found:before,.not-found:after,.not-found-content,.error-code span,.not-found-content:after{animation:none}.home-btn,.back-btn{transition:none}}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:#fafafa;font-family:Poppins,sans-serif}a{text-decoration:none}.container{width:min(92%,1280px);margin:auto}.Toastify__toast-container{width:350px}.Toastify__toast{color:#292929;background:#fff;border:1px solid #e5dac9;border-radius:8px;min-height:58px;padding:12px 16px;font-family:Arial,Helvetica,sans-serif;font-size:13px;box-shadow:0 12px 30px #0000001a,0 3px 8px #0000000a}.Toastify__toast--success{border-left:4px solid #a27b3f}.Toastify__toast--error{border-left:4px solid #b85c5c}.Toastify__toast--info{border-left:4px solid #7b8fa3}.Toastify__toast--warning{border-left:4px solid #c49a57}.Toastify__progress-bar{background:#a27b3f}.Toastify__close-button{color:#555;opacity:.7;transition:opacity .2s,transform .2s}.Toastify__close-button:hover{opacity:1;transform:scale(1.1)}@media (width<=480px){.Toastify__toast-container{width:calc(100% - 24px);bottom:12px;left:12px;right:12px}.Toastify__toast{font-size:12px}}
