:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-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 rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.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);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;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;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-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%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-page select{-webkit-appearance:none;appearance:none;margin:0;width:100%;max-width:100%;box-sizing:border-box;min-height:2.75rem;padding:.65rem 2.35rem .65rem .85rem;border-radius:10px;border:1px solid #d0d0d8;font-size:.95rem;font-family:system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.35;color:#111;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;background-size:1.1rem;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.admin-page select:hover{border-color:#b0b0b8}.admin-page select:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11111114}.admin-page select:disabled{opacity:.65;cursor:not-allowed;background-color:#f4f4f6}.admin-page select[multiple]{min-height:6rem;padding:.5rem .65rem;background-image:none;height:auto}.admin-modal-overlay{position:fixed;inset:0;background:#11111173;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.admin-modal{background:#fff;border-radius:16px;border:1.5px solid #e8e8ec;box-shadow:0 20px 60px #00000026;max-width:420px;width:100%;max-height:90vh;overflow:auto;padding:1.35rem 1.4rem 1.25rem}.admin-modal h3{margin:0 0 .35rem;font-size:1.1rem;font-weight:700;letter-spacing:-.02em;color:#111}.admin-modal__lead{margin:0 0 1rem;font-size:.88rem;color:#555;line-height:1.45}.admin-modal__field{margin-bottom:.85rem}.admin-modal__field label{display:block;font-size:.78rem;font-weight:650;text-transform:uppercase;letter-spacing:.05em;color:#666;margin-bottom:.35rem}.admin-modal__field input,.admin-modal__field textarea{width:100%;box-sizing:border-box;padding:.65rem .85rem;border:1px solid #d8d8de;border-radius:10px;font-size:.95rem;font-family:inherit}.admin-modal__field textarea{min-height:72px;resize:vertical}.admin-modal__actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;margin-top:1.1rem}.admin-fulfillment-block{margin-top:1.1rem;padding-top:1rem;border-top:1px solid #eee}.admin-fulfillment-block h4{margin:0 0 .5rem;font-size:.95rem}.admin-notes-list{list-style:none;margin:0;padding:0;max-height:220px;overflow:auto}.admin-notes-list li{padding:.55rem .65rem;background:#fafafa;border-radius:8px;margin-bottom:.45rem;font-size:.88rem;line-height:1.4}.admin-notes-meta{display:block;font-size:.72rem;color:#888;margin-top:.35rem}.admin-subtabs{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.1rem}.admin-subtab{padding:.4rem .85rem;border-radius:999px;border:1px solid #ccc;background:#fff;font-size:.82rem;font-weight:600;cursor:pointer;font-family:inherit}.admin-subtab:hover{border-color:#111}.admin-subtab--active{background:#111;color:#fff;border-color:#111}.admin-segment-select{margin-bottom:1rem;max-width:280px}.admin-segment-select select{width:100%}.admin-cms-grid{display:grid;gap:.85rem;max-width:640px}.admin-cms-grid label{display:flex;flex-direction:column;gap:.35rem;font-size:.88rem;font-weight:600}.admin-cms-grid input,.admin-cms-grid textarea{padding:.5rem .65rem;border-radius:8px;border:1px solid #ccc;font-family:inherit}.admin-report-table{width:100%;border-collapse:collapse;font-size:.88rem}.admin-report-table th,.admin-report-table td{text-align:left;padding:.55rem .65rem;border-bottom:1px solid #eee}.admin-report-table th{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:#666}.admin-low-stock-panel{margin-top:1.25rem;padding:1.1rem 1.15rem;background:#fffbf5;border:1px solid #ffd8a8;border-radius:14px}.admin-low-stock-panel h3{margin:0 0 .5rem;font-size:.95rem;font-weight:700;color:#8c4a00}.admin-low-stock-list{margin:0;padding-left:1.1rem;font-size:.88rem;color:#333}.admin-stock-pill{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:6px;font-size:.75rem;font-weight:700;background:#fff3e0;color:#b35c00}.admin-stock-pill--ok{background:#e8f5e9;color:#1b5e20}.admin-bulk-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:.85rem}.refund-badge{font-size:.72rem;font-weight:700;color:#6a1b9a}.admin-loader-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes admin-loader-spin{to{transform:rotate(360deg)}}@keyframes admin-loader-spin-rev{to{transform:rotate(-360deg)}}@keyframes admin-loader-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.admin-loader-shimmer{border-radius:8px;background:linear-gradient(110deg,#ececef 0% 40%,#f7f7f9 50%,#ececef 60% 100%);background-size:200% 100%;animation:admin-loader-shimmer 1.35s ease-in-out infinite}.admin-loader-shimmer--xs{height:10px;width:38%;border-radius:6px}.admin-loader-shimmer--sm{height:12px;width:72%;border-radius:6px}.admin-loader-shimmer--md{height:14px;width:88%;max-width:520px}.admin-loader-shimmer--lg{height:14px;width:96%;max-width:640px}.admin-loader-shimmer--xl{height:28px;width:55%;border-radius:10px}.admin-loader-shimmer--title{height:16px;width:42%;margin-bottom:.65rem}.admin-loader-shimmer--chart{height:min(42vw,260px);min-height:200px;width:100%;border-radius:12px}.admin-loader-shimmer--pill{height:36px;width:120px;border-radius:999px}.admin-loader-shimmer--pill-wide{width:min(100%,280px);flex:1;min-width:160px}.admin-loader-shimmer--cell{height:14px;flex:1;min-width:48px;border-radius:6px}.admin-loader-shimmer--cell-sm{height:12px;opacity:.92}.admin-loader-rings{position:relative;width:52px;height:52px;flex-shrink:0}.admin-loader-ring{position:absolute;inset:0;border-radius:50%;border:3px solid transparent}.admin-loader-ring--outer{border-top-color:#111;border-right-color:#111;opacity:.9;animation:admin-loader-spin .95s linear infinite}.admin-loader-ring--inner{inset:8px;border-bottom-color:#c5c5ce;border-left-color:#c5c5ce;animation:admin-loader-spin-rev 1.2s linear infinite}.admin-loader-dash{width:100%;min-width:0;font-family:system-ui,-apple-system,sans-serif;position:relative}.admin-loader-dash-intro{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1.25rem}.admin-loader-dash-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:1rem;margin-bottom:1rem}.admin-loader-dash-card{background:#fff;border:1.5px solid #e8e8ec;border-radius:16px;padding:1.15rem 1.2rem;box-shadow:0 1px 3px #0000000a;display:flex;flex-direction:column;gap:.55rem}.admin-loader-dash-pills{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.35rem}.admin-loader-dash-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:1.15rem;margin-bottom:1.5rem}.admin-loader-dash-chart{background:#fff;border:1.5px solid #e8e8ec;border-radius:16px;padding:1.1rem 1rem 1rem;box-shadow:0 1px 3px #0000000a}.admin-loader-dash-brand{display:flex;justify-content:center;padding:.5rem 0 .25rem;opacity:.85}.admin-loader-table-wrap{width:100%;min-width:0}.admin-loader-table-toolbar{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;margin-bottom:1rem}.admin-loader-table-card{background:#fff;border:1.5px solid #e5e5e5;border-radius:16px;overflow:hidden;margin-bottom:1rem}.admin-loader-table-head,.admin-loader-table-row{display:flex;gap:.75rem;padding:.85rem 1rem;align-items:center}.admin-loader-table-head{background:#fafafa;border-bottom:1px solid #eee}.admin-loader-table-row{border-bottom:1px solid #f0f0f0}.admin-loader-table-row:last-child{border-bottom:none}.admin-loader-table-footer{display:flex;justify-content:center;padding:.75rem}@media (max-width: 640px){.admin-loader-table-head,.admin-loader-table-row{gap:.45rem;padding:.65rem .75rem}}.admin-orders-table-wrap>.admin-loader-table-wrap .admin-loader-table-card{border:none;border-radius:0;margin-bottom:0}.admin-loader-panel{display:flex;align-items:center;justify-content:center;min-height:clamp(240px,38vh,420px);padding:2rem 1rem}.admin-loader-panel-inner{display:flex;flex-direction:column;align-items:center;gap:1.35rem;padding:2rem 2.5rem;background:linear-gradient(145deg,#fff,#fafafa);border:1.5px solid #e8e8ec;border-radius:20px;box-shadow:0 8px 32px #0000000f,0 2px 8px #0000000a}@keyframes admin-loader-bar{0%,to{transform:scaleY(.38);opacity:.5}50%{transform:scaleY(1);opacity:1}}.admin-loader-panel-bars{display:flex;align-items:flex-end;gap:6px;height:28px}.admin-loader-bar{width:5px;height:24px;background:#111;border-radius:3px;transform-origin:center bottom;animation:admin-loader-bar .9s ease-in-out infinite}.admin-dash{width:100%;min-width:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.admin-dash-intro{margin:0 0 1.25rem;font-size:.95rem;line-height:1.5;color:#555;max-width:48rem}.admin-dash-empty{text-align:center;padding:2.5rem 1rem;color:#666;font-size:.95rem}.admin-dash-retry{margin-top:.75rem;padding:.5rem 1rem;border-radius:10px;border:1px solid #111;background:#111;color:#fff;font-weight:600;cursor:pointer;font-family:inherit}.admin-dash-retry:hover{background:#333}.admin-dash-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:1rem;margin-bottom:1rem}.admin-dash-kpi{background:#fff;border:1.5px solid #e8e8ec;border-radius:16px;padding:1.15rem 1.2rem 1.2rem;box-shadow:0 1px 3px #0000000a,0 8px 24px #0000000a;display:flex;flex-direction:column;gap:.25rem;min-width:0}.admin-dash-kpi__label{font-size:.72rem;font-weight:650;text-transform:uppercase;letter-spacing:.06em;color:#666}.admin-dash-kpi__value{font-size:clamp(1.45rem,3.5vw,1.85rem);font-weight:700;letter-spacing:-.03em;color:#111;line-height:1.15}.admin-dash-kpi__hint{font-size:.8rem;color:#888;line-height:1.35}.admin-dash-subgrid{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.35rem}.admin-dash-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .85rem;border-radius:999px;font-size:.82rem;font-weight:500;background:#f3f4f6;color:#333;border:1px solid #e5e5e9}.admin-dash-pill strong{font-weight:700}.admin-dash-pill--warn{background:#fff8f0;border-color:#ffd8a8;color:#b35c00}.admin-dash-pill--ok{background:#eef7ef;border-color:#c8e6c9;color:#1b5e20}.admin-dash-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:1.15rem;margin-bottom:1.5rem}.admin-dash-chart-card{background:#fff;border:1.5px solid #e8e8ec;border-radius:16px;padding:1.1rem 1rem .5rem;box-shadow:0 1px 3px #0000000a;min-width:0}.admin-dash-chart-card h3{margin:0 0 .65rem .25rem;font-size:.95rem;font-weight:650;color:#222;letter-spacing:-.02em}.admin-dash-chart-wrap{width:100%;height:min(42vw,280px);min-height:220px}@media (max-width: 480px){.admin-dash-chart-wrap{height:240px}}.admin-product-page{max-width:none}.admin-product-hero{margin-bottom:1.35rem}.admin-product-hero-top{margin-bottom:.35rem}.admin-product-back{background:none;border:none;padding:0;font-size:.9rem;font-weight:600;color:#333;cursor:pointer;font-family:system-ui,-apple-system,sans-serif;text-decoration:underline;text-underline-offset:3px}.admin-product-back:hover{color:#000}.admin-product-hero h1{font-size:clamp(1.35rem,3vw,1.85rem);font-weight:700;margin:.25rem 0 .35rem;letter-spacing:-.03em;text-transform:none;color:#111}.admin-product-lead{margin:0;font-size:.95rem;color:#5c5c5c;font-family:system-ui,-apple-system,sans-serif;line-height:1.45;max-width:42rem}.admin-product-section{background:#fff;border:1.5px solid #e8e8ec;border-radius:16px;padding:1.35rem 1.4rem 1.45rem;margin-bottom:1.15rem;box-shadow:0 1px 3px #0000000a,0 6px 20px #00000008}.admin-product-section h2{font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:1.05rem;font-weight:650;margin:0 0 .25rem;letter-spacing:-.02em;color:#111}.admin-product-section-desc{margin:0 0 1.05rem;font-size:.88rem;color:#666;font-family:system-ui,-apple-system,sans-serif;line-height:1.45}.admin-product-section-desc code{font-size:.82em;padding:.12em .35em;background:#f0f0f3;border-radius:4px;font-family:ui-monospace,monospace}.admin-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem 1.25rem}.admin-product-field label{display:block;font-size:.8rem;font-weight:600;color:#3a3a3a;margin-bottom:.4rem;font-family:system-ui,-apple-system,sans-serif}.admin-product-field .admin-product-optional{font-weight:400;color:#888}.admin-product-field input,.admin-product-field textarea{width:100%;box-sizing:border-box;padding:.65rem .85rem;border-radius:10px;border:1px solid #d0d0d8;font-size:.95rem;font-family:system-ui,-apple-system,sans-serif;background:#fff;transition:border-color .15s ease}.admin-product-field input:focus,.admin-product-field select:focus,.admin-product-field textarea:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11111114}.admin-product-field input:disabled,.admin-product-field select:disabled,.admin-product-field textarea:disabled{opacity:.65;cursor:not-allowed}.admin-product-field--full{grid-column:1 / -1}.admin-product-media{display:grid;grid-template-columns:minmax(168px,220px) 1fr;gap:1.35rem;align-items:start}@media (max-width: 700px){.admin-product-media{grid-template-columns:1fr}}.admin-product-preview{aspect-ratio:1;max-width:220px;border-radius:14px;background:#f3f4f6;border:1px dashed #c5c5ce;overflow:hidden;display:flex;align-items:center;justify-content:center}.admin-product-preview img{width:100%;height:100%;object-fit:cover;display:block}.admin-product-preview-empty{padding:1.25rem;text-align:center;font-size:.85rem;color:#888;font-family:system-ui,-apple-system,sans-serif;line-height:1.4}.admin-product-upload-col{display:flex;flex-direction:column;gap:.85rem;min-width:0}.admin-product-upload-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.admin-product-upload-btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.1rem;font-size:.88rem;font-weight:600;font-family:system-ui,-apple-system,sans-serif;color:#fff;background:#111;border:1px solid #111;border-radius:10px;cursor:pointer;transition:background .15s ease}.admin-product-upload-btn:hover:not(:disabled){background:#333;border-color:#333}.admin-product-upload-btn:disabled{opacity:.55;cursor:not-allowed}.admin-product-upload-hint{margin:0;font-size:.82rem;color:#666;font-family:system-ui,-apple-system,sans-serif}.admin-product-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:.25rem;padding-top:.35rem}.admin-product-btn-secondary{padding:.75rem 1.35rem;font-size:.95rem;font-weight:600;font-family:system-ui,-apple-system,sans-serif;color:#111;background:#fff;border:1px solid #c8c8d0;border-radius:10px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.admin-product-btn-secondary:hover:not(:disabled){background:#f5f5f7;border-color:#111}.admin-product-btn-primary{padding:.75rem 1.5rem;font-size:.95rem;font-weight:650;font-family:system-ui,-apple-system,sans-serif;color:#fff;background:#111;border:1px solid #111;border-radius:10px;cursor:pointer;transition:background .15s ease}.admin-product-btn-primary:hover:not(:disabled){background:#333;border-color:#333}.admin-product-btn-primary:disabled,.admin-product-btn-secondary:disabled{opacity:.55;cursor:not-allowed}.checkout-page{max-width:960px;margin:0 auto;padding:1rem max(1.5rem,env(safe-area-inset-left)) 3rem max(1.5rem,env(safe-area-inset-right));padding-bottom:max(3rem,calc(2rem + env(safe-area-inset-bottom)));text-align:left}.checkout-breadcrumb{margin-bottom:1rem;font-size:.9rem}.checkout-page h1{margin-bottom:1.5rem}.checkout-layout{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start}@media (max-width: 768px){.checkout-layout{grid-template-columns:1fr}.checkout-page{padding:1rem 1rem 2rem}.checkout-page h1{font-size:1.4rem;margin-bottom:1rem}.checkout-shipping input,.checkout-shipping select{font-size:16px}.place-order-btn{width:100%}.checkout-result{max-width:100%;padding:0 .5rem}.checkout-result__actions{width:100%}.checkout-result__link,.checkout-back-btn{width:100%;box-sizing:border-box;text-align:center}}.checkout-shipping{display:flex;flex-direction:column;gap:.75rem}.checkout-shipping h2,.checkout-summary h2{margin-bottom:.75rem;font-size:1.1rem}.checkout-shipping input{padding:.65rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.checkout-summary{border:1px solid #eee;border-radius:12px;padding:1.25rem;background:#fafafa}.checkout-summary .row{display:flex;justify-content:space-between;margin-bottom:.5rem}.checkout-summary .row.total{font-weight:700;font-size:1.15rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #ddd}.checkout-coupon-row{display:flex;gap:.5rem;margin:.65rem 0 .5rem}.checkout-coupon-row input{flex:1;min-width:0;padding:.5rem .75rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem}.checkout-coupon-btn{padding:.5rem .85rem;border-radius:8px;border:1px solid #111;background:#fff;font-weight:600;cursor:pointer;font-size:.88rem;white-space:nowrap}.checkout-coupon-btn:hover:not(:disabled){background:#f5f5f5}.checkout-coupon-btn:disabled{opacity:.55;cursor:not-allowed}.place-order-btn{width:100%;margin-top:1rem;padding:.9rem;background:#111;color:#fff;border:none;border-radius:999px;font-weight:700;cursor:pointer}.place-order-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-step-label{color:#666;font-size:.95rem;margin:-.75rem 0 1.25rem}.checkout-hint{font-size:.9rem;color:#666;margin:0;line-height:1.4}.checkout-hint code{font-size:.85em;background:#f0f0f0;padding:.1em .35em;border-radius:4px}.checkout-hint--warn{color:#b45309}.checkout-back-btn{display:inline-block;margin:.75rem 0 1rem;padding:.5rem 0;background:none;border:none;color:#1e1e1e;font-weight:600;cursor:pointer;text-decoration:underline;font-size:.95rem}.checkout-layout--payment .checkout-shipping{min-width:0}.checkout-payment-form{display:flex;flex-direction:column;gap:1.25rem;margin-top:.5rem}.checkout-result{text-align:center;max-width:520px}.checkout-result h1{margin-bottom:.75rem}.checkout-result__lead{color:#444;font-size:1.05rem;margin-bottom:1.5rem}.checkout-result__icon{width:64px;height:64px;margin:0 auto 1rem;border-radius:50%;background:#e8f5e9;color:#2e7d32;font-size:2rem;line-height:64px;font-weight:700}.checkout-result__icon--fail{background:#ffebee;color:#c62828}.checkout-result__card{text-align:left;background:#fafafa;border:1px solid #eee;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.checkout-result__card p{margin:.35rem 0}.checkout-result__actions{display:flex;flex-direction:column;gap:.75rem;align-items:center}.checkout-result__link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box}.checkout-result__secondary{text-align:center;text-decoration:none}.footer-content-page{width:100%;max-width:min(720px,92vw);margin:0 auto;padding:clamp(1.5rem,4vw,2.75rem) max(1rem,env(safe-area-inset-left)) clamp(2.5rem,8vw,4rem) max(1rem,env(safe-area-inset-right));box-sizing:border-box}.footer-content-page__breadcrumb{font-size:.88rem;margin-bottom:1.25rem}.footer-content-page__breadcrumb a{color:#666;text-decoration:none;font-weight:600}.footer-content-page__breadcrumb a:hover{color:#111}.footer-content-page h1{margin:0 0 .75rem;font-family:Integral CF,Arial,sans-serif;font-size:clamp(1.65rem,4vw,2.15rem);font-weight:700;color:#111;letter-spacing:.02em;line-height:1.2}.footer-content-page__intro{margin:0 0 1.75rem;font-size:1.05rem;line-height:1.55;color:#444}.footer-content-page section{margin-bottom:1.75rem}.footer-content-page section:last-child{margin-bottom:0}.footer-content-page h2{margin:0 0 .65rem;font-size:1.05rem;font-weight:700;color:#111;letter-spacing:.02em}.footer-content-page p{margin:0 0 .75rem;font-size:.98rem;line-height:1.6;color:#555}.footer-content-page p:last-child{margin-bottom:0}.footer-content-page__actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e8ecef;display:flex;flex-wrap:wrap;gap:.75rem}.footer-content-page__actions a{display:inline-flex;align-items:center;padding:.55rem 1.1rem;font-size:.9rem;font-weight:600;color:#111;background:#fff;border:1px solid #c8c8d0;border-radius:999px;text-decoration:none;transition:background .15s ease,border-color .15s ease}.footer-content-page__actions a:hover{background:#f5f5f7;border-color:#111}.footer-content-page__actions a.footer-content-page__actions--primary{background:#111;color:#fff;border-color:#111}.footer-content-page__actions a.footer-content-page__actions--primary:hover{background:#333;border-color:#333}.transition-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#ffffffd1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:transition-overlay-in .35s ease}@keyframes transition-overlay-in{0%{opacity:0}to{opacity:1}}.transition-overlay__panel{text-align:center;max-width:320px}.transition-overlay__rings{position:relative;width:72px;height:72px;margin:0 auto 1.5rem}.transition-overlay__rings span{position:absolute;inset:0;border:3px solid transparent;border-radius:50%;border-top-color:#1a1a1a;border-right-color:#1a1a1a26;animation:transition-ring-spin 1.1s linear infinite}.transition-overlay__rings span:nth-child(2){inset:8px;animation-duration:.85s;animation-direction:reverse;border-top-color:#444}.transition-overlay__rings span:nth-child(3){inset:16px;animation-duration:.65s;border-top-color:#888}@keyframes transition-ring-spin{to{transform:rotate(360deg)}}.transition-overlay__title{margin:0 0 .35rem;font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:#111}.transition-overlay__sub{margin:0;font-size:.95rem;color:#666;line-height:1.45}@keyframes loaders-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.loaders-shimmer{background:linear-gradient(110deg,#ececec 0% 40%,#f6f6f6 50%,#ececec 60% 100%);background-size:200% 100%;animation:loaders-shimmer 1.35s ease-in-out infinite}.products-grid--skeleton{pointer-events:none}.product-skeleton-card{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #efefef}.product-skeleton-image{width:100%;aspect-ratio:1;border-radius:0}.product-skeleton-body{padding:1rem;display:flex;flex-direction:column;gap:.65rem}.product-skeleton-line{height:12px;border-radius:6px;max-width:100%}.product-skeleton-line--lg{height:14px;width:85%}.product-skeleton-line--short{width:45%}.product-skeleton-footer{padding:0 1rem 1rem;display:flex;flex-direction:column;gap:.5rem}.product-skeleton-chips{display:flex;gap:.35rem;flex-wrap:wrap}.product-skeleton-chip{width:2.25rem;height:2rem;border-radius:6px}.product-skeleton-btn{height:40px;border-radius:8px;margin-top:.25rem}.pdp-skeleton-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}@media (max-width: 900px){.pdp-skeleton-grid{grid-template-columns:1fr}}.pdp-skeleton-gallery{display:flex;gap:1rem}.pdp-skeleton-thumbs{display:flex;flex-direction:column;gap:.5rem}.pdp-skeleton-thumb{width:72px;height:72px;border-radius:8px}.pdp-skeleton-main{flex:1;min-height:380px;border-radius:16px}.pdp-skeleton-copy{display:flex;flex-direction:column;gap:1rem}.pdp-skeleton-line--title{height:28px;width:75%;border-radius:8px}.pdp-skeleton-line--price{height:22px;width:35%;border-radius:6px}.pdp-skeleton-line--body{height:14px;width:100%;border-radius:6px}.pdp-skeleton-line--body:last-of-type{width:60%}.btn-spinner{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;flex-wrap:nowrap}.btn-spinner__dots{display:inline-flex;align-items:center;gap:4px}.btn-spinner__dot{width:6px;height:6px;border-radius:50%;background:currentColor;animation:btn-spinner-bounce .9s ease-in-out infinite}.btn-spinner__dot:nth-child(2){animation-delay:.15s}.btn-spinner__dot:nth-child(3){animation-delay:.3s}@keyframes btn-spinner-bounce{0%,80%,to{transform:scale(.65);opacity:.5}40%{transform:scale(1);opacity:1}}.loaders-shimmer--dark{background:linear-gradient(110deg,#1f1f1f 0% 40%,#2e2e2e 50%,#1f1f1f 60% 100%);background-size:200% 100%;animation:loaders-shimmer 1.35s ease-in-out infinite}.home-skeleton__hero-title{height:clamp(3.25rem,9vw,5rem);width:100%;max-width:18ch;border-radius:12px}.home-skeleton__hero-line{height:13px;width:100%;max-width:36rem;border-radius:8px}.home-skeleton__hero-line--mid{max-width:80%}.home-skeleton__hero-cta{height:48px;width:172px;border-radius:999px;margin-top:2px}.home-skeleton__stat-num{display:block;height:clamp(1.15rem,2vw,1.55rem);width:3.25rem;border-radius:6px}.home-skeleton__stat-label{display:block;height:11px;width:4.75rem;border-radius:6px}.home-skeleton__hero-visual{width:100%;max-width:min(560px,100%);min-height:min(52vw,480px);border-radius:20px;margin-left:auto}.home-skeleton__brand{display:inline-block;height:17px;width:clamp(48px,7.5vw,82px);border-radius:4px;flex:0 0 auto}.home-skeleton__section-heading{height:2rem;width:min(260px,72%);margin:0 auto clamp(28px,3vw,32px);border-radius:8px}.home-skeleton__viewall{height:46px;width:138px;margin:0 auto;border-radius:24px}.home-skeleton-product__img{width:100%;min-height:160px;border-radius:10px}.home-skeleton-product__line{height:12px;border-radius:6px}.home-skeleton-product__line--title{width:88%;height:15px}.home-skeleton-product__line--short{width:42%}.home-skeleton-product__line--price{width:36%;height:14px}.home-skeleton-dress-tile{box-shadow:none!important;border:none!important;min-height:200px}.home-skeleton__dress-heading{height:2rem;width:min(400px,88%);margin:0 auto 32px;border-radius:8px}.happy-customers--design .home-skeleton__hc-title{flex:1 1 auto;min-width:0;max-width:min(340px,70%);height:2rem;border-radius:8px}.home-skeleton__hc-arrow{width:40px;height:40px;border-radius:50%;flex-shrink:0}.home-skeleton__hc-viewport{overflow:hidden}.home-skeleton__hc-track{display:flex;gap:24px}.home-skeleton__hc-card{flex:0 0 min(320px,85vw);min-height:200px;border-radius:16px}.home-page.home-page--loaded{animation:home-page-content-in .5s ease forwards}@keyframes home-page-content-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.products-page{max-width:1280px;margin:0 auto;padding:2rem;padding-left:max(2rem,env(safe-area-inset-left));padding-right:max(2rem,env(safe-area-inset-right))}.products-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}.products-filter{background:#fff;border-radius:8px;padding:0;position:sticky;top:20px}.filter-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #E8ECEF}.filter-header h3{font-size:1rem;margin:0}.close-filter{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.filter-group{padding:1rem;border-bottom:1px solid #E8ECEF}.filter-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-weight:500}.toggle{color:#666;cursor:pointer}.filter-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;cursor:pointer}.filter-item:hover{color:#1e1e1e}.arrow{color:#666}.price-range-container{padding:.5rem 0}.price-range{width:100%;height:2px;background:#e8ecef;-webkit-appearance:none}.price-range::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:#1e1e1e;border-radius:50%;cursor:pointer}.price-labels{display:flex;justify-content:space-between;margin-top:1rem;color:#666;font-size:.9rem}.colors-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;margin-top:1rem}.color-option{width:32px;height:32px;border-radius:50%;border:none;cursor:pointer;padding:0}.color-option.selected{outline:2px solid #1E1E1E;outline-offset:2px}.color-option--light{border:1px solid #ddd!important;box-shadow:inset 0 0 0 1px #0000000f}.size-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:1rem}.size-option{padding:.5rem;background:#f6f6f6;border:none;border-radius:4px;cursor:pointer;font-size:.8rem;color:#666}.size-option.selected{background:#1e1e1e;color:#fff}.apply-filter{width:100%;padding:.8rem;background:#1e1e1e;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;margin-top:1rem}.products-main{display:flex;flex-direction:column;min-height:100%}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.products-title{font-family:IntegralCF,sans-serif;font-size:2rem;color:#1e1e1e}.products-sort{display:flex;align-items:center;gap:1rem}.products-sort select{padding:.5rem;border:1px solid #DDD;border-radius:4px;font-size:.9rem}.products-page .products-grid,.products-grid.products-grid--skeleton{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;flex:1;margin-bottom:2rem;align-content:start}.product-card{background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;height:100%;width:100%;max-width:none;color:inherit;transition:transform .2s ease}.products-page .product-card{width:100%;max-width:none}.product-card:hover{transform:translateY(-4px)}.product-card-top{display:flex;flex-direction:column;flex:1 1 auto;text-decoration:none;color:inherit}.product-card-top:focus-visible{outline:2px solid #111;outline-offset:2px}.product-card-footer{padding:0 1rem 1rem;display:flex;flex-direction:column;gap:.5rem}.product-card-size-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#444}.product-card-sizes{display:flex;flex-wrap:wrap;gap:.35rem}.product-card-size-chip{min-width:2.25rem;padding:.35rem .55rem;border:1px solid #ddd;border-radius:6px;background:#fff;font-size:.8rem;font-weight:600;cursor:pointer;color:#1a1a1a;transition:background .15s,color .15s,border-color .15s}.product-card-size-chip:hover{border-color:#111}.product-card-size-chip.selected{background:#111;color:#fff;border-color:#111}.product-card-size-hint{margin:0;font-size:.75rem;color:#888}.product-image{width:100%;aspect-ratio:1;object-fit:cover;background:#f6f6f6}.product-info{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-name{font-size:1rem;font-weight:500;color:#1a1a1a;margin:0}.product-category{color:#666;font-size:.9rem;margin-bottom:.5rem}.product-rating{display:flex;align-items:center;gap:.5rem}.product-rating .stars{color:gold;letter-spacing:2px}.product-rating .count{color:#666;font-size:.9rem}.product-price{display:flex;align-items:center;gap:.75rem;margin-top:auto}.current-price{font-weight:600;font-size:1.1rem;color:#1a1a1a}.original-price{text-decoration:line-through;color:#666;font-size:1rem}.discount-tag{color:#f33;font-size:.9rem;font-weight:500}.products-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:1rem 0;margin-top:auto}.page-button{padding:.5rem 1rem;border:1px solid #DDD;background:transparent;color:#666;cursor:pointer;border-radius:4px;transition:all .2s}.page-button.active{background:#1e1e1e;color:#fff;border-color:#1e1e1e}.page-button:hover:not(.active){background:#f5f5f5}@media (max-width: 1024px){.products-layout{grid-template-columns:220px 1fr;gap:1.5rem}}@media (max-width: 768px){.products-layout{grid-template-columns:1fr}.products-filter{position:static;margin-bottom:2rem}.products-page .products-grid,.products-grid.products-grid--skeleton{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.products-page .product-card:not(.product-card--home){width:100%;min-width:0;max-width:none}.product-info{padding:.55rem .6rem .65rem;gap:.3rem}.product-name{font-size:.78rem;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-rating{gap:.3rem}.product-rating .stars{letter-spacing:0;font-size:.65rem}.product-rating .count{font-size:.65rem}.product-price{gap:.35rem;flex-wrap:wrap}.current-price{font-size:.88rem}.original-price{font-size:.8rem}.discount-tag{font-size:.72rem}.product-card-footer{padding:0 .5rem .6rem;gap:.35rem}.product-card-size-label{font-size:.62rem}.product-card-sizes{gap:.22rem}.product-card-size-chip{min-width:1.65rem;padding:.22rem .35rem;font-size:.65rem}.product-card-size-hint{font-size:.62rem}.add-to-cart-btn{padding:.5rem .35rem;font-size:.72rem;margin-top:.35rem}.products-header{flex-direction:column;align-items:flex-start;gap:1rem}}.add-to-cart-btn{width:100%;padding:.8rem;background:#1e1e1e;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;margin-top:1rem;transition:background-color .2s ease}.add-to-cart-btn:hover:not(:disabled){background:#333}.add-to-cart-btn:disabled{opacity:.45;cursor:not-allowed}.cart-icon{position:relative;display:flex;align-items:center;gap:.5rem;cursor:pointer}.products-breadcrumb{text-align:left;margin-bottom:1rem;font-size:.9rem;color:#666}.products-breadcrumb a{color:#111}.products-loading,.products-empty{padding:2rem;text-align:center;color:#666}.products-section__loading{padding:2rem}.filters-mobile-toggle{display:none;width:100%;margin-bottom:1rem;padding:.65rem;background:#111;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.filter-category-select{width:100%;padding:.5rem;border-radius:8px;border:1px solid #e8ecef;font-size:.95rem}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}@media (max-width: 900px){.filters-backdrop{position:fixed;inset:0;z-index:150;background:#0f0f0f73;animation:fadeInBackdrop .2s ease}.filters-mobile-toggle{display:block}.products-filter{display:none;position:fixed;inset:0;z-index:200;overflow-y:auto;background:#fff;padding-bottom:calc(4rem + env(safe-area-inset-bottom,0px));padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.products-filter.products-filter--open{display:block}.products-layout{grid-template-columns:1fr}}.cart-page{max-width:1280px;margin:0 auto;padding:2rem;padding-left:max(2rem,env(safe-area-inset-left));padding-right:max(2rem,env(safe-area-inset-right));padding-bottom:max(2rem,env(safe-area-inset-bottom))}.cart-empty{padding:4rem 1rem;text-align:center;color:#666;display:flex;flex-direction:column;align-items:center;gap:1rem}.cart-empty:before{content:"🛒";font-size:3rem;display:block}.cart-empty a{display:inline-block;padding:.75rem 2rem;background:#111;color:#fff;font-weight:600;text-decoration:none;border-radius:999px;font-size:.95rem;transition:background .2s}.cart-empty a:hover{background:#333}.cart-header{margin-bottom:2rem}.breadcrumb{color:#666;margin-bottom:1rem}.breadcrumb a{color:#1a1a1a;text-decoration:none}.cart-header h1{font-family:IntegralCF,sans-serif;font-size:2rem;color:#1a1a1a;margin:0}.cart-content{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.cart-items{background:#fff;border-radius:8px;overflow:hidden}.cart-item{display:flex;padding:1.5rem;border-bottom:1px solid #E8ECEF}.cart-item:last-child{border-bottom:none}.item-image{width:120px;height:120px;object-fit:cover;border-radius:4px;background:#f6f6f6}.item-details{flex:1;margin-left:1.5rem;display:flex;flex-direction:column}.item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.item-header h3{font-size:1.1rem;font-weight:500;color:#1a1a1a;margin:0}.remove-item{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:0;line-height:1}.item-info{display:flex;gap:1rem;color:#666;font-size:.9rem;margin-bottom:1rem}.item-price-qty{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.price{font-weight:600;font-size:1.1rem;color:#1a1a1a}.quantity-controls{display:flex;align-items:center;gap:1rem;background:#f6f6f6;padding:.5rem;border-radius:4px}.quantity-controls button{background:none;border:none;font-size:1.2rem;color:#1a1a1a;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.quantity-controls span{min-width:20px;text-align:center;font-weight:500}.order-summary{background:#fff;border-radius:8px;padding:1.5rem;position:sticky;top:100px}.order-summary h2{font-size:1.2rem;color:#1a1a1a;margin:0 0 1.5rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;color:#666}.summary-row.discount{color:#f33}.summary-row.total{color:#1a1a1a;font-weight:600;font-size:1.1rem;margin:1rem 0;padding-top:1rem;border-top:1px solid #E8ECEF}.cart-coupon-note{margin:1rem 0;font-size:.85rem;color:#666;text-align:center}.checkout-button{display:block;width:100%;padding:1rem;background:#1a1a1a;color:#fff;text-align:center;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .2s ease}.checkout-button:hover{background:#333}@media (max-width: 1024px){.cart-content{grid-template-columns:1fr 320px;gap:1.5rem}}@media (max-width: 768px){.cart-page{padding:1rem}.cart-header h1{font-size:1.5rem}.cart-content{grid-template-columns:1fr}.cart-item{flex-direction:row;align-items:flex-start;gap:.75rem;padding:.875rem 0}.item-image{width:88px;height:88px;flex-shrink:0;margin-bottom:0;border-radius:8px}.item-details{margin-left:0;flex:1;min-width:0}.item-details h3{font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-summary{position:static;margin-top:1.5rem}}.product-detail-page{max-width:1200px;margin:0 auto;padding:1rem max(1.5rem,env(safe-area-inset-left)) 3rem max(1.5rem,env(safe-area-inset-right));padding-bottom:max(3rem,calc(2rem + env(safe-area-inset-bottom)));text-align:left}.product-detail-breadcrumb{margin-bottom:1.5rem;font-size:.9rem;color:#666}.product-detail-breadcrumb a{color:#111}.breadcrumb-sep{margin:0 .35rem;color:#999}.product-detail-loading,.product-detail-error{padding:3rem;text-align:center}.product-detail-error-page{display:flex;align-items:center;justify-content:center;min-height:50vh}.product-detail-error-box{text-align:center;padding:2.5rem 2rem;border:1px solid #eee;border-radius:16px;background:#fafafa;max-width:400px;width:100%}.product-detail-error-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#fff3f3;color:#e53935;border-radius:50%;font-size:1.5rem;font-weight:800;margin:0 auto 1rem;border:2px solid #ffd7d7}.product-detail-error-link{display:inline-block;margin-top:1.25rem;padding:.65rem 1.5rem;background:#111;color:#fff;border-radius:999px;font-weight:600;font-size:.9rem;text-decoration:none;transition:background .2s}.product-detail-error-link:hover{background:#333}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}@media (max-width: 900px){.product-detail-grid{grid-template-columns:1fr}}.product-detail-gallery{display:flex;gap:1rem}.product-detail-thumbs{display:flex;flex-direction:column;gap:.5rem}.product-detail-thumbs .thumb{width:72px;height:72px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background:#f5f5f5}.product-detail-thumbs .thumb.active{border-color:#111}.product-detail-thumbs .thumb img{width:100%;height:100%;object-fit:cover}.product-detail-main-img{flex:1;background:#f5f5f5;border-radius:16px;overflow:hidden;min-height:360px;display:flex;align-items:center;justify-content:center}.product-detail-main-img img{max-width:100%;max-height:480px;object-fit:contain}.product-detail-info h1{font-size:1.75rem;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.02em}.product-detail-rating{margin-bottom:1rem;color:#f5a623}.product-detail-price-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.product-detail-price-row .current{font-size:1.5rem;font-weight:700}.product-detail-price-row .was{text-decoration:line-through;color:#999}.product-detail-price-row .badge{background:#ffe8e8;color:#c00;padding:.15rem .5rem;border-radius:999px;font-size:.85rem}.product-detail-desc{color:#444;line-height:1.6;margin-bottom:1.5rem}.product-detail-options label{display:block;font-weight:600;margin:.75rem 0 .35rem}.color-swatches{display:flex;flex-wrap:wrap;gap:.5rem}.color-swatches .swatch{width:40px;height:40px;border-radius:50%;border:2px solid #ddd;cursor:pointer;font-size:.65rem}.color-swatches .swatch.selected{border-color:#111}.size-row{display:flex;flex-wrap:wrap;gap:.5rem}.size-btn{padding:.5rem 1rem;border:1px solid #ddd;border-radius:999px;background:#fff;cursor:pointer}.size-btn.selected{background:#111;color:#fff;border-color:#111}.qty-row{display:inline-flex;align-items:center;gap:1rem;border:1px solid #ddd;border-radius:999px;padding:.35rem 1rem}.qty-row button{border:none;background:none;font-size:1.25rem;cursor:pointer}.product-detail-options label .option-required{font-weight:500;font-size:.82rem;color:#888;text-transform:none;letter-spacing:0}.product-detail-add-cart{margin-top:1.5rem;width:100%;max-width:320px;padding:1rem;background:#111;color:#fff;border:none;border-radius:999px;font-weight:700;cursor:pointer}.product-detail-add-cart:hover:not(:disabled){background:#222}.product-detail-add-cart:disabled{opacity:.45;cursor:not-allowed}.product-detail-tabs{margin-top:3rem;border-top:1px solid #eee;padding-top:1.5rem}.tab-headers{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.tab-headers button{padding:.5rem 1rem;border:none;background:none;border-bottom:2px solid transparent;cursor:pointer;font-weight:600}.tab-headers button.active{border-bottom-color:#111}.tab-panel{color:#444;line-height:1.6}.reviews-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.load-more-reviews{padding:.35rem 1rem;border-radius:999px;border:1px solid #111;background:#fff;cursor:pointer}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.review-card{border:1px solid #eee;border-radius:12px;padding:1rem}.review-stars{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem;color:#f5b300}.review-rating-num{font-size:.88rem;font-weight:600;color:#555}.review-name .verified{color:#1a7f37;margin-left:.35rem}.related-section{margin-top:3rem}.related-section h2{margin-bottom:1rem}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.related-card{border-radius:12px;overflow:hidden;border:1px solid #eee}.related-card img{width:100%;aspect-ratio:3/4;object-fit:cover;background:#f5f5f5}.related-meta{padding:.75rem;display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.related-price{font-weight:700}@media (max-width: 768px){.related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.related-meta{padding:.5rem;font-size:.8rem}.product-detail-gallery{flex-direction:column-reverse;gap:.75rem}.product-detail-thumbs{flex-direction:row;overflow-x:auto;gap:.5rem;scrollbar-width:none}.product-detail-thumbs::-webkit-scrollbar{display:none}.product-detail-thumbs .thumb{flex-shrink:0;width:60px;height:60px}.product-detail-add-cart{max-width:100%}.product-detail-tabs{margin-top:2rem}.reviews-grid{grid-template-columns:1fr}}#root{min-height:100vh;min-height:100dvh;width:100%;margin:0;padding:0;text-align:initial;display:flex;flex-direction:column}.app-chrome{flex:1 1 auto;display:flex;flex-direction:column;width:100%;min-height:100vh;min-height:100dvh}.profile-page{max-width:720px;margin:0 auto;padding:clamp(1.25rem,4vw,2.5rem) clamp(1rem,3vw,1.5rem) 3rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;text-transform:none;color:#1a1a1a;background:linear-gradient(180deg,#f3f4f6,#fafafa 120px 100%);min-height:min-content}.profile-shell{width:100%}.profile-shell--narrow{max-width:420px;margin:0 auto}.profile-loading{text-align:center;color:#555;padding:3rem 1rem;margin:0}.profile-header{margin-bottom:1.75rem}.profile-title{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(1.5rem,3.5vw,1.85rem);font-weight:700;letter-spacing:-.03em;color:#111;margin:0 0 .35rem;text-transform:none;border:none;padding:0}.profile-lead{margin:0;font-size:.95rem;line-height:1.5;color:#5c5c5c;max-width:36rem;text-transform:none}.profile-edit-form{display:flex;flex-direction:column;gap:1.25rem}.account-card{background:#fff;border:1px solid #e8e8ec;border-radius:14px;padding:1.35rem 1.35rem 1.45rem;box-shadow:0 1px 3px #0000000a,0 8px 24px #0000000a;text-transform:none}.account-card__title{font-family:inherit;font-size:1.05rem;font-weight:650;color:#111;margin:0 0 .35rem;letter-spacing:-.02em;text-transform:none}.account-card__desc{margin:0 0 1rem;font-size:.88rem;line-height:1.45;color:#666;text-transform:none}.account-card__cta{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.15rem;font-size:.9rem;font-weight:600;color:#fff;background:#111;border-radius:10px;text-decoration:none;transition:background .15s ease,transform .1s ease}.account-card__cta:hover{background:#333;color:#fff}.account-card__cta:active{transform:scale(.98)}.account-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.15rem}.account-field{display:flex;flex-direction:column;gap:.4rem;min-width:0}.account-field--full{grid-column:1 / -1}.account-field label{font-size:.8rem;font-weight:600;color:#444;text-transform:none;letter-spacing:.01em}.account-optional{font-weight:500;color:#888}.account-field input:not([type=checkbox]){width:100%;box-sizing:border-box;padding:.7rem .95rem;border:1px solid #d8d8de;border-radius:10px;font-size:.95rem;font-family:inherit;color:#111;background:#fdfdfd;text-transform:none;transition:border-color .15s ease,box-shadow .15s ease}.account-field input::placeholder{color:#9a9a9d;text-transform:none}.account-field input:hover:not(:disabled){border-color:#c8c8d0}.account-field input:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11111114;background:#fff}.account-field input:disabled{opacity:.65;cursor:not-allowed}.account-field-stack{display:flex;flex-direction:column;gap:1rem}.profile-edit-form .auth-input-with-toggle.account-password-wrap{position:relative;display:flex;align-items:stretch;width:100%}.profile-edit-form .account-password-wrap input{flex:1;min-width:0;width:100%;padding-right:48px}.profile-edit-form .auth-password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-height:36px;padding:0;margin:0;border:none;border-radius:8px;background:transparent;color:#666;cursor:pointer;box-sizing:border-box;font:inherit;font-weight:400;letter-spacing:normal;line-height:1}.profile-edit-form .auth-password-toggle:hover:not(:disabled){background:#0000000f;color:#111}.profile-edit-form .auth-password-toggle:focus-visible{outline:2px solid #111;outline-offset:2px}.profile-edit-form .auth-password-toggle:disabled{opacity:.45;cursor:not-allowed}.profile-edit-form .auth-password-toggle svg{display:block;flex-shrink:0}.account-prefs{display:flex;flex-direction:column;gap:.85rem}.account-checkbox{display:flex;align-items:flex-start;gap:.65rem;font-size:.9rem;line-height:1.4;color:#333;cursor:pointer;text-transform:none;font-weight:400}.account-checkbox input[type=checkbox]{width:1.05rem;height:1.05rem;margin-top:.15rem;flex-shrink:0;accent-color:#111;cursor:pointer}.account-checkbox span{flex:1}.profile-actions{margin-top:.25rem;padding-top:.25rem}.account-security-actions{margin-top:.75rem}.profile-password-btn{padding:.65rem 1.15rem;font-size:.9rem;font-weight:600;font-family:inherit;color:#111;background:#fff;border:1px solid #c8c8d0;border-radius:10px;cursor:pointer;letter-spacing:.01em;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.profile-password-btn:hover:not(:disabled){background:#f5f5f7;border-color:#a8a8b4}.profile-password-btn:disabled{opacity:.55;cursor:not-allowed}.profile-save-btn{width:100%;max-width:280px;padding:.85rem 1.5rem;font-size:.95rem;font-weight:650;font-family:inherit;color:#fff;background:#111;border:none;border-radius:10px;cursor:pointer;letter-spacing:.02em;transition:background .15s ease,opacity .15s ease}.profile-save-btn:hover:not(:disabled){background:#333}.profile-save-btn:disabled{opacity:.55;cursor:not-allowed}@media (max-width: 640px){.account-field-grid{grid-template-columns:1fr}.profile-actions .profile-save-btn{max-width:none}}.orders-page{max-width:1280px;margin:0 auto;padding:2rem}.orders-container{background:#fff;border-radius:8px;padding:2rem}.orders-container h1{font-family:IntegralCF,sans-serif;font-size:2rem;color:#1e1e1e;margin-bottom:2rem}.no-orders{text-align:center;padding:3rem 0}.no-orders p{color:#666;margin-bottom:1.5rem}.shop-now-btn{display:inline-block;padding:.8rem 2rem;background:#1e1e1e;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .2s ease}.shop-now-btn:hover{background:#333}.orders-list{display:flex;flex-direction:column;gap:2rem}.order-card{border:1px solid #E8ECEF;border-radius:8px;overflow:hidden}.order-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f8f9fa;border-bottom:1px solid #E8ECEF}.order-info h3{font-size:1.1rem;margin:0 0 .5rem}.order-date{color:#666;font-size:.9rem;margin:0}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.status-badge.delivered{background:#e8f5e9;color:#2e7d32}.status-badge.pending{background:#fff3e0;color:#e65100}.order-items{padding:1.5rem;border-bottom:1px solid #E8ECEF}.order-item{display:flex;gap:1.5rem;padding:1rem 0}.order-item:not(:last-child){border-bottom:1px solid #E8ECEF}.item-image{width:100px;height:100px;flex-shrink:0}.item-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.item-details{flex:1}.item-details h4{margin:0 0 .5rem;font-size:1rem}.item-details p{margin:.25rem 0;color:#666;font-size:.9rem}.item-price{font-weight:600;color:#1e1e1e!important}.order-footer{display:flex;justify-content:space-between;padding:1.5rem;background:#f8f9fa}.shipping-info h4{margin:0 0 .75rem;font-size:1rem}.shipping-info p{margin:.25rem 0;color:#666;font-size:.9rem}.order-summary{text-align:right}.total-amount{margin-bottom:1rem}.total-amount span:first-child{color:#666;margin-right:1rem}.total-amount span:last-child{font-weight:600;font-size:1.1rem}.track-order-btn{padding:.8rem 2rem;background:#1e1e1e;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.track-order-btn:hover{background:#333}.payment-badge{display:inline-block;margin-top:.5rem;padding:.35rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.payment-badge--paid{background:#e8f5e9;color:#2e7d32}.payment-badge--pending{background:#fff3e0;color:#e65100}.payment-badge--failed{background:#ffebee;color:#c62828}.payment-badge--muted{background:#f0f0f0;color:#666}.order-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;justify-content:flex-end;align-items:center}.order-actions__secondary{text-decoration:none;display:inline-block;border:none;cursor:pointer;font:inherit}.order-actions__link{font-size:.9rem;color:#1e1e1e;text-decoration:underline}.receipt-modal-backdrop{position:fixed;inset:0;z-index:10000;background:#0f0f0f8c;display:flex;align-items:center;justify-content:center;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));box-sizing:border-box}.receipt-modal{display:flex;flex-direction:column;width:100%;max-width:900px;max-height:min(96vh,1350px);background:#fff;border-radius:14px;box-shadow:0 24px 64px #00000047;overflow:hidden;border:1px solid #e5e5e5}.receipt-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #ececec;background:#fafafa;flex-shrink:0}.receipt-modal__title{margin:0;font-size:1.15rem;font-weight:700;color:#111;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.receipt-modal__meta{margin:4px 0 0;font-size:.8rem;color:#666;font-family:system-ui,-apple-system,sans-serif;word-break:break-all}.receipt-modal__close{flex-shrink:0;width:40px;height:40px;margin:-4px -6px 0 0;border:none;border-radius:10px;background:transparent;color:#333;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.receipt-modal__close:hover{background:#eaeaea}.receipt-modal__frame{flex:1 1 auto;width:100%;min-height:480px;border:none;background:#fff}.receipt-modal__footer{flex-shrink:0;display:flex;justify-content:flex-end;gap:10px;padding:14px 18px;border-top:1px solid #ececec;background:#fafafa}.receipt-modal__download{padding:.65rem 1.35rem;background:#1e1e1e;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;font-family:system-ui,-apple-system,sans-serif;transition:background .15s ease}.receipt-modal__download:hover{background:#333}@media (max-width: 768px){.orders-page,.orders-container{padding:1rem}.orders-container h1{font-size:1.5rem;margin-bottom:1.25rem}.order-header{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.order-footer{flex-direction:column;gap:1.5rem}.order-summary{text-align:left}.order-actions{justify-content:flex-start}.order-item{flex-direction:row;gap:.75rem;padding:.75rem 0}.item-image{width:72px;height:72px;flex-shrink:0}.order-items{padding:.75rem 1rem}}@font-face{font-family:Integral CF;src:url(/assets/IntegralCF-Regular-DtAQgKOC.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{overflow-x:hidden}:root{--font-heading: "Integral CF", Arial, sans-serif;--font-body: "Integral CF", Arial, sans-serif;--color-primary: #000;--color-accent: #fff;--color-bg: #fafafa;--color-gray: #e5e5e5}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-primary);margin:0;padding:0;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin:0}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer}img{max-width:100%;height:auto}:focus-visible{outline:2px solid #111;outline-offset:2px;border-radius:4px}html{scroll-behavior:smooth}.auth-alt-action{margin-top:1.5rem;text-align:center;color:#666;font-size:.9rem}.auth-alt-action a{color:#1e1e1e;text-decoration:none;font-weight:500;margin-left:.5rem}.auth-alt-action a:hover{text-decoration:underline}.home-page{background:#fff;width:100%}.header{background:#fff;border-bottom:1px solid #E8ECEF;position:sticky;top:0;z-index:100}.header__container{position:relative;max-width:1280px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.header__container--admin{max-width:none;width:100%;margin:0;padding:1rem clamp(1rem,3vw,2rem);box-sizing:border-box}.header__logo{font-size:1.5rem;font-weight:700}.header__logo a{color:#1a1a1a;text-decoration:none}.header__nav{display:flex;gap:2rem}.header__nav-drawer-head{display:none}.header__nav-links{display:flex;flex-direction:row;align-items:center;gap:2rem}.header__nav a{color:#1a1a1a;text-decoration:none;font-weight:500;transition:color .2s ease}.header__nav a:hover{color:#666}.header__search-form{display:flex;align-items:center;gap:.35rem;flex:1;max-width:300px}.header__search{flex:1;min-width:0;padding:.5rem 1rem;border:1px solid #E8ECEF;border-radius:4px;font-size:.9rem}.header__search::placeholder{color:#666}.header__actions{display:flex;align-items:center;gap:1.5rem}.header__actions--admin{gap:1rem;flex-wrap:wrap;justify-content:flex-end}.admin-header-store-link{font-size:.9rem;font-weight:600;color:#1a1a1a;text-decoration:none;padding:.45rem .95rem;border:1px solid #c8c8d0;border-radius:10px;font-family:system-ui,-apple-system,sans-serif;transition:background .15s ease,border-color .15s ease;white-space:nowrap}.admin-header-store-link:hover{background:#f5f5f7;border-color:#111}.header__icon{font-size:1.5rem;cursor:pointer;padding:6px;border-radius:50%;transition:background .2s}.header__icon:hover{background:#f2f2f2}.layout-shell{flex:0 1 auto;width:100%;min-height:0;background:#fff;padding-bottom:clamp(88px,11vw,140px)}.shop-layout-root{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;width:100%}.shop-layout-root>.header{flex-shrink:0}.shop-layout-root>.site-newsletter-anchor{flex-shrink:0}.shop-layout-root>footer{flex-shrink:0}.layout-shell.layout-shell--auth{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:clamp(6px,1.5vw,14px);padding-bottom:clamp(6px,1.5vw,14px);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.layout-shell.layout-shell--auth .auth-split-bg{flex:0 1 auto;width:100%;min-height:0}.footer.footer--shopco{position:relative;z-index:1;flex-shrink:0;background:#f0f0f0;color:#1a1a1a;padding:0;padding-top:clamp(108px,13vw,168px);padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));font-family:Integral CF,Arial,sans-serif}.footer.footer--shopco.footer--shopco--auth{padding-top:clamp(24px,5vw,48px)}.site-newsletter-anchor{position:relative;z-index:10;flex-shrink:0;margin-top:clamp(-116px,-12vw,-168px);margin-bottom:clamp(-96px,-11vw,-136px);padding-left:max(clamp(10px,1.8vw,22px),env(safe-area-inset-left));padding-right:max(clamp(10px,1.8vw,22px),env(safe-area-inset-right));background:transparent;isolation:isolate}.footer--shopco .footer__main{display:flex;justify-content:space-between;align-items:flex-start;max-width:min(1560px,97vw);margin:0 auto;padding:0 max(clamp(10px,1.8vw,22px),env(safe-area-inset-left)) 0 max(clamp(10px,1.8vw,22px),env(safe-area-inset-right));flex-wrap:wrap;gap:clamp(28px,4vw,48px)}.footer--shopco .footer__brand{flex:1 1 260px;max-width:420px}.footer--shopco .footer__logo{font-size:clamp(1.65rem,3vw,2rem);font-weight:700;margin-bottom:14px;font-family:Integral CF,Arial,sans-serif;color:#111;letter-spacing:.02em}.footer--shopco .footer__brand p{color:#666;font-size:.98rem;line-height:1.55;margin-bottom:22px}.footer--shopco .footer__socials{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.footer--shopco .footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid #e3e3e3;background:#fff;color:#111;transition:background .2s,border-color .2s,transform .15s}.footer--shopco .footer__social-link:hover{background:#fafafa;border-color:#ccc;transform:translateY(-2px)}.footer--shopco .footer__social-link--invert{background:#111;border-color:#111;color:#fff}.footer--shopco .footer__social-link--invert:hover{background:#333;border-color:#333}.footer--shopco .footer__social-link svg{flex-shrink:0}.footer--shopco .footer__links{display:flex;gap:clamp(28px,5vw,56px);flex:3 1 560px;flex-wrap:wrap;justify-content:flex-end}.footer--shopco .footer__links>div{flex:1 1 120px;min-width:min(140px,46%)}.footer--shopco .footer__links h4{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;margin-top:0;margin-bottom:14px;font-family:Integral CF,Arial,sans-serif;font-weight:700;color:#111}.footer--shopco .footer__links a{display:block;color:#666;text-decoration:none;margin-bottom:10px;font-size:.95rem;transition:color .2s}.footer--shopco .footer__links a:hover{color:#111}.footer--shopco .footer__bottom{border-top:1px solid #dcdcdc;margin-top:clamp(28px,4vw,44px);padding:18px max(clamp(10px,1.8vw,22px),env(safe-area-inset-left)) calc(18px + env(safe-area-inset-bottom,0px)) max(clamp(10px,1.8vw,22px),env(safe-area-inset-right));display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.95rem;max-width:min(1560px,97vw);margin-left:auto;margin-right:auto}.footer--shopco .footer__copyright{color:#888;font-size:.92rem}.footer--shopco .footer__payments{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end}.footer--shopco .footer__pay-icon{display:block;height:clamp(22px,4vw,30px);width:auto;max-width:56px;object-fit:contain;padding:6px 10px;border-radius:8px;border:1px solid #e5e5e5;background:#fff;box-sizing:content-box}@media (max-width: 900px){.header__container,.footer--shopco .footer__main,.footer--shopco .footer__bottom{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}.site-newsletter-anchor{margin-top:clamp(-80px,-20vw,-116px);margin-bottom:clamp(-72px,-18vw,-104px)}.footer.footer--shopco{padding-top:clamp(72px,17vw,104px)}.footer.footer--shopco.footer--shopco--auth{padding-top:clamp(18px,4vw,36px)}.footer--shopco .footer__brand{flex:0 0 auto;max-width:none}.footer--shopco .footer__main{flex-direction:column;justify-content:flex-start;gap:16px}.footer--shopco .footer__brand p{margin-bottom:14px}.footer--shopco .footer__links{flex:none;align-self:stretch;justify-content:flex-start;align-content:flex-start;align-items:flex-start;row-gap:8px;column-gap:16px;width:100%}.footer--shopco .footer__links>div{flex:1 1 calc(50% - 10px);min-width:0;max-width:calc(50% - 8px)}.footer--shopco .footer__links>div a:last-child{margin-bottom:0}.footer--shopco .footer__links a{margin-bottom:6px}.footer--shopco .footer__links h4{margin-bottom:8px}.footer--shopco .footer__bottom{flex-direction:column;align-items:flex-start;margin-top:8px;padding-top:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));gap:.75rem}.footer--shopco .footer__payments{justify-content:flex-start;flex-wrap:nowrap;gap:6px;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px}.footer--shopco .footer__payments::-webkit-scrollbar{display:none}.footer--shopco .footer__pay-icon{flex:0 0 auto}}.hero.hero--boygirl{width:100%;background-color:#f2f0f1;padding-top:clamp(28px,4vw,56px);padding-bottom:0;padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));margin:0;box-sizing:border-box;position:relative;z-index:1;overflow:visible}.hero__inner{width:100%;max-width:min(1560px,96vw);margin:0 auto;padding-left:clamp(12px,2vw,28px);padding-right:clamp(12px,2vw,28px);padding-bottom:clamp(12px,2vw,28px);display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(16px,3vw,40px)}.hero__copy{flex:1 1 30%;min-width:0;max-width:640px;display:flex;flex-direction:column;gap:clamp(14px,2vw,22px);color:#111}.hero__copy h1{font-family:Integral CF,Arial,sans-serif;font-size:clamp(1.85rem,4vw,3.35rem);font-weight:700;margin:0;line-height:1.06;letter-spacing:.02em;color:#111}.hero__copy p{font-size:clamp(.9rem,1.35vw,1.05rem);color:#0000008c;margin:0;max-width:36rem;line-height:1.55}.hero__cta{display:inline-block;text-align:center;text-decoration:none;font-family:Integral CF,Arial,sans-serif;font-size:1rem;padding:14px 44px;border-radius:999px;border:none;font-weight:700;cursor:pointer;transition:background .2s,color .2s;align-self:flex-start;background:#000;color:#fff}.hero__cta:hover{background:#222}.hero__stats{display:flex;align-items:stretch;flex-wrap:nowrap;justify-content:flex-start;gap:clamp(6px,1.2vw,14px);margin-top:clamp(8px,2vw,16px);margin-bottom:clamp(0px,.5vw,6px)}.hero__stat{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px;flex:0 1 auto;min-width:0;padding:0 clamp(4px,.75vw,10px);border-left:1px solid rgba(0,0,0,.18);min-height:44px}.hero__stat:first-child{border-left:none;padding-left:0}.hero__stat-num{font-family:Integral CF,Arial,sans-serif;font-size:clamp(1.25rem,2.2vw,1.65rem);font-weight:700;color:#111;line-height:1.2}.hero__stat-label{font-size:clamp(.78rem,1.1vw,.95rem);color:#0000007a;margin-top:0;line-height:1.35}.hero__visual{flex:1 1 66%;position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-end;overflow:visible;margin-top:clamp(8px,1.4vw,22px);min-height:min(72vw,620px)}.hero__visual img{width:auto;height:auto;max-width:min(1120px,100%);display:block;object-fit:contain;object-position:center bottom;transform:translateY(24px) scale(1.22);transform-origin:bottom center}.hero__star{position:absolute;color:#111;pointer-events:none;line-height:1;z-index:2}.hero__star--large{font-size:clamp(40px,6.5vw,84px);top:6%;right:8%}.hero__star--small{font-size:clamp(22px,3.8vw,46px);top:38%;right:52%}@media (max-width: 900px){.hero__inner{flex-direction:column;align-items:stretch}.hero__copy{max-width:none;order:1}.hero__visual{order:2;align-items:center;justify-content:center;margin-top:0;min-height:min(58vw,420px);flex-basis:auto}.hero__visual img{max-width:min(920px,100%);transform:translateY(14px) scale(.985);transform-origin:bottom center}.hero__stats{justify-content:flex-start;gap:clamp(4px,1vw,10px);flex-wrap:nowrap}.hero__stat:first-child{padding-left:0;border-left:none}.hero__stat{flex:0 1 auto;padding:0 clamp(3px,.8vw,8px)}}@media (max-width: 768px){.hero.hero--boygirl .hero__visual,.hero.hero--boygirl .hero__star{display:none!important}.hero.hero--boygirl{padding-bottom:clamp(24px,7vw,48px)}}@media (max-width: 480px){.hero__stat-num{font-size:clamp(1rem,4vw,1.2rem)}.hero__stat-label{font-size:clamp(.62rem,2.8vw,.78rem);line-height:1.2}.hero__stat{padding:0 clamp(4px,1.5vw,10px)}}.brands-row{background:#111;padding:32px 0;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.brands-row__container{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:51px;flex-wrap:wrap}.brands-row__brand{color:#fff;font-family:Integral CF,Arial,sans-serif;font-size:1.6rem;font-weight:700;opacity:.85;letter-spacing:2px;transition:opacity .2s}.brands-row__brand:hover{opacity:1}@media (min-width: 901px){.brands-row__container{max-width:none;width:100%;margin:0 auto;padding-left:max(clamp(18px,3vw,42px),env(safe-area-inset-left));padding-right:max(clamp(18px,3vw,42px),env(safe-area-inset-right));box-sizing:border-box;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:clamp(3px,.72vw,11px)}.brands-row__brand{flex:0 1 auto;min-width:0;text-align:center;white-space:nowrap;font-size:clamp(.78rem,1.05vw,1.48rem);letter-spacing:clamp(.5px,.12vw,1.5px)}}.home-page .brands-row{z-index:5}@media (min-width: 901px){.home-page .brands-row{margin-top:clamp(-98px,-9vw,-52px)}}@media (max-width: 900px) and (min-width: 769px){.home-page .brands-row{margin-top:clamp(-34px,-8vw,-14px)}}@media (max-width: 900px){.brands-row{padding-top:24px;padding-bottom:24px}.brands-row__container{flex-wrap:nowrap;justify-content:flex-start;gap:clamp(16px,4vw,29px);max-width:none;margin:0;padding:0 max(16px,env(safe-area-inset-left)) 6px max(16px,env(safe-area-inset-right));overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.brands-row__container::-webkit-scrollbar{display:none}.brands-row__brand{font-size:1.1rem;flex:0 0 auto;white-space:nowrap}}.products-section{padding:56px 0 0;max-width:1200px;margin:0 auto;text-align:center}.products-section__title{font-family:Integral CF,Arial,sans-serif;font-size:2rem;font-weight:700;margin-bottom:32px;letter-spacing:1px}.product-card{background:#fff;border-radius:18px;box-shadow:0 2px 16px #0000000f;padding:24px 18px 18px;width:220px;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 8px 32px #0000001a;transform:translateY(-4px) scale(1.03)}.product-card img{width:120px;height:140px;object-fit:cover;border-radius:12px;margin-bottom:18px}.product-card__info{width:100%}.product-card__name{font-family:Integral CF,Arial,sans-serif;font-size:1.1rem;font-weight:700;margin-bottom:6px;color:#222}.product-card__rating{color:#f5b300;font-size:1rem;margin-bottom:6px}.product-card__rating span{color:#888;font-size:.95rem;margin-left:4px}.product-card__price{font-size:1.1rem;color:#111;font-weight:700}.product-card__oldprice{color:#e74c3c;font-size:1rem;text-decoration:line-through;margin-left:8px;font-weight:400}.products-section.products-section--home{background:transparent;max-width:min(1560px,97vw);margin-left:auto;margin-right:auto;padding-top:clamp(36px,5vw,52px);padding-bottom:clamp(28px,4vw,44px);padding-left:max(clamp(10px,1.8vw,22px),env(safe-area-inset-left));padding-right:max(clamp(10px,1.8vw,22px),env(safe-area-inset-right));text-align:center}.home-page .products-section--home+.products-section--home{border-top:1px solid #e5e5e5;padding-top:clamp(40px,5vw,56px)}.products-grid--home{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,2vw,28px);margin-bottom:clamp(20px,3vw,28px);justify-content:stretch;align-items:start}.product-card.product-card--home{width:100%;max-width:none;text-decoration:none;color:inherit;padding:0;margin:0;background:transparent;border:none;border-radius:0;box-shadow:none;outline:none;display:flex;flex-direction:column;align-items:stretch;text-align:left;transition:none}.product-card.product-card--home:hover{box-shadow:none;transform:none;opacity:1}.products-section--home .product-card__thumb{width:100%;display:flex;align-items:center;justify-content:center;background:#f0eeed;border-radius:12px;margin-bottom:12px;min-height:200px;padding:14px 12px;box-sizing:border-box}.products-section--home .product-card__thumb img{width:100%;height:auto;max-height:220px;object-fit:contain;margin:0}.products-section--home .product-card__info{width:100%;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.products-section--home .product-card__name,.products-section--home .product-card__rating{text-align:left;margin-bottom:0}.products-section--home .product-card__price-row{margin-top:2px}.product-card__price-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.product-card--home .product-card__oldprice{margin-left:0;color:#9a9a9a}.product-card__discount{background:#fdeaea;color:#e53935;font-size:.8rem;font-weight:700;padding:3px 9px;border-radius:999px}@media (max-width: 1100px){.products-grid--home{grid-template-columns:repeat(2,minmax(0,1fr))}}.products-section__viewall{background:#fff;color:#111;border:1.5px solid #111;border-radius:24px;padding:12px 36px;font-family:Integral CF,Arial,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;margin-top:8px;transition:background .2s,color .2s}.products-section__viewall:hover{background:#111;color:#fff}.products-section--home .products-section__viewall{display:inline-block;border:1px solid #d8d8d8;background:#fff;color:#111;text-decoration:none}.products-section--home .products-section__viewall:hover{background:#f5f5f5;color:#111;border-color:#ccc}.dress-style--mosaic{background:#f0eeed;border-radius:24px;margin:56px auto 0;padding:40px max(clamp(10px,1.8vw,22px),env(safe-area-inset-left)) 48px max(clamp(10px,1.8vw,22px),env(safe-area-inset-right));max-width:min(1560px,97vw);text-align:center}.dress-style__title{font-family:Integral CF,Arial,sans-serif;font-size:2rem;font-weight:700;margin-bottom:32px;letter-spacing:1px}.dress-style__mosaic{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-template-rows:minmax(200px,280px) minmax(200px,280px);gap:clamp(14px,2vw,20px)}.dress-style__tile{position:relative;border-radius:18px;overflow:hidden;min-height:200px;box-shadow:0 1px 8px #0000000f;transition:transform .2s,box-shadow .2s;text-decoration:none}.dress-style__tile:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.dress-style__tile--casual{grid-column:1 / span 2;grid-row:1}.dress-style__tile--formal{grid-column:3 / span 3;grid-row:1}.dress-style__tile--party{grid-column:1 / span 3;grid-row:2}.dress-style__tile--gym{grid-column:4 / span 2;grid-row:2}.dress-style__label{position:absolute;top:18px;left:22px;z-index:1;font-family:Integral CF,Arial,sans-serif;font-size:clamp(1.15rem,2vw,1.45rem);font-weight:700;color:#111;letter-spacing:.02em}@media (max-width: 768px){.dress-style__mosaic{grid-template-columns:1fr;grid-template-rows:none}.dress-style__tile--casual,.dress-style__tile--formal,.dress-style__tile--party,.dress-style__tile--gym{grid-column:1 / -1;grid-row:auto;min-height:200px}}.happy-customers{width:100%;max-width:none;margin:56px 0 0;padding:0 0 48px;text-align:center}.happy-customers__head{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:24px}.happy-customers__nav{display:flex;gap:.35rem}.happy-customers__head .happy-customers__title{margin-bottom:0}.carousel-arrow{width:36px;height:36px;border-radius:50%;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:1.25rem;line-height:1}.carousel-arrow:disabled{opacity:.35;cursor:not-allowed}.carousel-arrow--plain{width:auto;height:auto;min-width:40px;min-height:40px;padding:0;border:none;border-radius:0;background:transparent;font-size:1.75rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.happy-customers__nav--plain{gap:.75rem}.verified-badge{color:#1a7f37;font-weight:700;font-size:.95rem}.verified-badge--pill{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#16a34a;color:#fff;font-size:.72rem;flex-shrink:0}.happy-customers--design{text-align:left;padding-left:0;padding-right:0}.happy-customers--design .happy-customers__head{justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:clamp(8px,2vw,16px);margin-bottom:clamp(20px,3vw,28px);width:100%;max-width:min(1560px,97vw);margin-left:auto;margin-right:auto;padding-left:max(clamp(10px,1.8vw,22px),env(safe-area-inset-left));padding-right:max(clamp(10px,1.8vw,22px),env(safe-area-inset-right));box-sizing:border-box}.happy-customers--design .happy-customers__title{flex:1 1 auto;min-width:0;text-align:left}.happy-customers--design .happy-customers__nav{flex-shrink:0}.happy-customers--design .happy-customers__loading,.happy-customers--design .happy-customers__empty{max-width:min(1560px,97vw);margin-left:auto;margin-right:auto;padding-left:max(clamp(10px,1.8vw,22px),env(safe-area-inset-left));padding-right:max(clamp(10px,1.8vw,22px),env(safe-area-inset-right));box-sizing:border-box}.happy-customers--design .happy-customers__loading{margin-bottom:.5rem}.happy-customers__viewport-shell{overflow:hidden;margin:0;max-width:none;width:100%;padding:4px 0 8px;--hc-edge-fade: clamp(130px, 14vw, 200px);-webkit-mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.22) calc(var(--hc-edge-fade) * .35),rgba(0,0,0,.78) calc(var(--hc-edge-fade) * .72),#000 var(--hc-edge-fade),#000 calc(100% - var(--hc-edge-fade)),rgba(0,0,0,.78) calc(100% - var(--hc-edge-fade) * .72),rgba(0,0,0,.22) calc(100% - var(--hc-edge-fade) * .35),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.22) calc(var(--hc-edge-fade) * .35),rgba(0,0,0,.78) calc(var(--hc-edge-fade) * .72),#000 var(--hc-edge-fade),#000 calc(100% - var(--hc-edge-fade)),rgba(0,0,0,.78) calc(100% - var(--hc-edge-fade) * .72),rgba(0,0,0,.22) calc(100% - var(--hc-edge-fade) * .35),transparent 100%)}.happy-customers__viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;width:100%}.happy-customers__viewport::-webkit-scrollbar{display:none}.happy-customers__track{display:flex;gap:24px;width:max-content;min-height:1px;padding:4px 0 12px}.review-card--carousel{flex:0 0 clamp(260px,28vw,380px);scroll-snap-align:center;box-shadow:none;border:1px solid #ebebeb}.happy-customers--design .review-card__quote{margin:0;padding:0}.happy-customers--design .review-card__text{color:#777;font-size:.98rem;line-height:1.55}@media (max-width: 900px){.happy-customers__viewport-shell{-webkit-mask-image:none;mask-image:none;padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}.happy-customers__viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.happy-customers__track{flex-direction:row;flex-wrap:nowrap;width:max-content;align-items:stretch}.review-card--carousel{flex:0 0 min(360px,calc(100vw - max(48px,env(safe-area-inset-left) + env(safe-area-inset-right) + 32px)));scroll-snap-align:center;box-sizing:border-box}}.review-card__stars-row{color:#f5b300;font-size:1rem;margin-bottom:10px}.happy-customers__title{font-family:Integral CF,Arial,sans-serif;font-size:2rem;font-weight:700;margin-bottom:32px;letter-spacing:1px}.happy-customers__reviews{display:flex;gap:32px;justify-content:center;flex-wrap:wrap}.happy-customers__reviews.happy-customers__reviews--three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;flex-wrap:nowrap}.happy-customers__reviews.happy-customers__reviews--three .review-card{width:auto;min-width:0}.review-card{background:#fff;border-radius:18px;box-shadow:0 2px 16px #0000000f;padding:24px 18px 18px;width:260px;display:flex;flex-direction:column;align-items:flex-start;transition:box-shadow .2s,transform .2s;text-align:left}.review-card__header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.review-card__name{font-family:Integral CF,Arial,sans-serif;font-weight:700;color:#222;font-size:1.05rem}.review-card__stars{color:#f5b300;font-size:1.1rem}.review-card__text{color:#444;font-size:1rem;margin-bottom:10px}.review-card__date{color:#aaa;font-size:.95rem}@media (max-width: 900px){.happy-customers__reviews:not(.happy-customers__reviews--three){gap:16px}.happy-customers__reviews--three{grid-template-columns:1fr}.happy-customers:not(.happy-customers--design) .review-card{width:90vw;min-width:160px;padding:16px 8px 12px}}.newsletter.newsletter--banner{background:#000;margin-left:auto;margin-right:auto;width:100%;max-width:min(1560px,100%);min-height:min(220px,36vw);padding:clamp(38px,5.5vw,54px) clamp(26px,4vw,48px);text-align:left;border-radius:28px;box-shadow:0 28px 64px #00000038}.newsletter__inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:clamp(24px,4vw,40px);flex-wrap:wrap}.newsletter--banner .newsletter__title{flex:1 1 280px;margin-bottom:0;font-size:clamp(1.45rem,3.2vw,2.15rem);line-height:1.15;letter-spacing:.02em;max-width:560px;font-family:Integral CF,Arial,sans-serif;font-weight:700;color:#fff}.newsletter__title{font-family:Integral CF,Arial,sans-serif;font-weight:700;color:#fff}.newsletter__form{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.newsletter--banner .newsletter__form{flex:1 1 300px;flex-direction:column;align-items:stretch;gap:14px;max-width:420px}.newsletter--banner .newsletter__field{display:flex;align-items:center;gap:12px;background:#fff;border-radius:999px;padding:0 1.25rem;min-height:3.25rem;box-sizing:border-box}.newsletter__field{display:flex;align-items:center;gap:14px;background:#fff;border-radius:999px;padding:8px 22px}.newsletter--banner .newsletter__field input[type=email]{flex:1;border:none;padding:0;min-height:0;line-height:1.4;border-radius:0;font-size:1rem;outline:none;width:auto;min-width:0;color:#111}.newsletter__field input[type=email]{flex:1;border:none;padding:14px 0;border-radius:0;font-size:1rem;outline:none;width:auto;min-width:0;color:#111}.newsletter__field input::placeholder{color:#9ca3af}.newsletter__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#9ca3af;line-height:0}.newsletter__icon-svg{display:block;width:28px;height:28px}@media (max-width: 480px){.newsletter__icon-svg{width:24px;height:24px}}.newsletter--banner .newsletter__submit{display:flex;align-items:center;justify-content:center;min-height:3.25rem;padding:0 1.5rem;border-radius:999px;border:none;background:#fff;color:#111;font-family:Integral CF,Arial,sans-serif;font-weight:700;font-size:1rem;line-height:1.2;cursor:pointer;transition:background .2s,color .2s;text-transform:uppercase;letter-spacing:.05em;box-sizing:border-box}.newsletter__submit{padding:14px 28px;border-radius:999px;border:none;background:#fff;color:#111;font-family:Integral CF,Arial,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer;transition:background .2s,color .2s;text-transform:uppercase;letter-spacing:.05em}.newsletter--banner .newsletter__form button{width:100%}.newsletter__form button:hover,.newsletter__submit:hover{background:#eaeaea}@media (max-width: 900px){.newsletter.newsletter--banner{border-radius:22px;padding:clamp(28px,6vw,40px) clamp(18px,5vw,28px)}.newsletter:not(.newsletter--banner) .newsletter__form{flex-direction:column;gap:12px}.newsletter:not(.newsletter--banner) .newsletter__form input[type=email]{width:90vw;min-width:160px}}.admin-page{width:100%;max-width:none;margin:8px 0 0;padding:12px clamp(1rem,3vw,2rem) 48px;box-sizing:border-box;font-family:Integral CF,Arial,sans-serif}.admin-content{width:100%;min-width:0}.admin-footer{width:100%;box-sizing:border-box;text-align:center;padding:32px clamp(1rem,3vw,2rem)}.admin-title{font-size:2.2rem;font-weight:700;margin-bottom:18px;letter-spacing:1px}.admin-tabs.admin-tabs--extended button{padding:8px 14px;font-size:.8rem}.admin-tabs{display:flex;flex-wrap:wrap;gap:10px 12px;margin-bottom:22px}.admin-tabs button{background:#fff;color:#111;border:1.5px solid #111;border-radius:24px;padding:10px 20px;font-family:Integral CF,Arial,sans-serif;font-size:.92rem;font-weight:700;cursor:pointer;transition:background .2s,color .2s}.admin-tabs button.active,.admin-tabs button:hover{background:#111;color:#fff}.admin-form{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.admin-form input{padding:8px 16px;border-radius:8px;border:1px solid #e5e5e5;font-size:1rem}.admin-form button{background:#000;color:#fff;border:none;border-radius:8px;padding:8px 24px;font-family:Integral CF,Arial,sans-serif;font-weight:700;font-size:1rem;cursor:pointer}.admin-list{display:flex;flex-wrap:wrap;gap:18px}.admin-card{background:#fff;border-radius:12px;box-shadow:0 2px 16px #0000000f;padding:18px 16px;min-width:220px;display:flex;flex-direction:column;gap:8px}.admin-card button{background:#e74c3c;color:#fff;border:none;border-radius:8px;padding:6px 16px;font-family:Integral CF,Arial,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer}.admin-form-button{background:#000;color:#fff;border:none;border-radius:24px;padding:10px 32px;font-family:Integral CF,Arial,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,color .2s}.admin-form-button:hover{background:#111}.admin-form-vertical{display:flex;flex-direction:column;gap:18px;max-width:400px;margin:0 auto}.admin-form-vertical input,.admin-form-vertical select{padding:12px 16px;border-radius:8px;border:1px solid #e5e5e5;font-size:1rem;font-family:Integral CF,Arial,sans-serif;width:100%;box-sizing:border-box}.admin-form-vertical button{background:#000;color:#fff;border:none;border-radius:8px;padding:14px 0;font-family:Integral CF,Arial,sans-serif;font-weight:700;font-size:1rem;cursor:pointer;margin-top:8px;width:100%;transition:background .2s,color .2s;letter-spacing:1px}.admin-form-vertical button:hover{background:#222}.admin-page h2{margin-bottom:28px}.admin-page .admin-catalog-title{margin:0}.admin-list-box{width:100%;max-width:none;min-width:320px;margin:0 0 32px;background:#fff;border-radius:16px;border:1.5px solid #e5e5e5;box-shadow:0 2px 16px #0000000f;padding:0;display:flex;flex-direction:column;height:420px;overflow:hidden;position:relative}.admin-list-scroll{flex:1 1 auto;overflow-y:auto;padding:24px 32px 12px;display:flex;flex-direction:column;gap:18px}.admin-list-footer{border-top:1px solid #eee;padding:16px 0;text-align:center;font-family:Integral CF,Arial,sans-serif;font-size:1.1rem;color:#222;background:#fafafa;position:absolute;bottom:0;width:100%;left:0}.admin-orders-section{width:100%;max-width:none;margin:0}.admin-orders-header{margin-bottom:8px}.admin-orders-sub{color:#666;font-size:.95rem;margin:0 0 20px;font-family:system-ui,-apple-system,sans-serif}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin-bottom:22px}.admin-stat-card{background:#fff;border:1.5px solid #e5e5e5;border-radius:12px;padding:14px 16px;box-shadow:0 2px 12px #0000000d}.admin-stat-card__label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#666;margin-bottom:6px}.admin-stat-card__value{font-size:1.35rem;font-weight:700}.admin-orders-toolbar{margin-bottom:18px}.admin-orders-filters{display:flex;flex-wrap:wrap;gap:12px 16px;align-items:flex-end;font-family:system-ui,-apple-system,sans-serif}.admin-filter-label{display:flex;flex-direction:column;gap:6px;font-size:.8rem;font-weight:600;color:#444}.admin-filter-label--grow{flex:1;min-width:200px}.admin-filter-label input{padding:8px 12px;border-radius:8px;border:1px solid #e5e5e5;font-size:.95rem}.admin-form-button--inline{padding:10px 22px;height:fit-content;align-self:flex-end}.admin-form-button--small{padding:8px 18px;font-size:.9rem}.admin-orders-reset{background:transparent;border:1px solid #ccc;border-radius:24px;padding:10px 18px;cursor:pointer;font-weight:600;align-self:flex-end;height:fit-content}.admin-orders-reset:hover{border-color:#111}.admin-orders-table-wrap{background:#fff;border-radius:16px;border:1.5px solid #e5e5e5;overflow-x:auto;margin-bottom:20px}.admin-table-scroll-y{max-height:min(68vh,720px);overflow-y:auto;overflow-x:auto}.admin-table-scroll-y .admin-orders-table thead th{position:sticky;top:0;z-index:2;box-shadow:0 1px #e8e8e8}.admin-catalog-section{width:100%}.admin-catalog-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px 20px;margin-bottom:16px}.admin-catalog-title{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-family:system-ui,-apple-system,sans-serif}.admin-table-thumb{width:44px;height:44px;border-radius:8px;object-fit:cover;background:#f3f3f5;display:block}.admin-table-thumb--placeholder{display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:600;color:#999;text-transform:uppercase}.admin-table-ellipsis{display:inline-block;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.admin-table-ellipsis--wide{max-width:340px}@media (max-width: 900px){.admin-table-ellipsis{max-width:120px}.admin-table-ellipsis--wide{max-width:160px}}.admin-table-cell-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.admin-table-cell-actions .admin-chip-btn{white-space:nowrap}.admin-orders-table td.admin-table-cell--middle{vertical-align:middle}.admin-orders-table td.admin-stock-cell{vertical-align:middle;white-space:nowrap;min-width:7rem}.admin-stock-inline{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:.35rem;max-width:100%}.admin-stock-inline .admin-stock-input{flex:0 0 auto;width:4rem;min-width:3.25rem;padding:.35rem;box-sizing:border-box}@media (max-width: 480px){.admin-stock-inline .admin-stock-input{width:3.5rem;min-width:3rem;padding:.3rem .25rem;font-size:.85rem}.admin-stock-inline .admin-stock-pill{font-size:.68rem;padding:.12rem .4rem}}.admin-table-footnote{margin:0;font-size:.85rem;color:#666;font-family:system-ui,-apple-system,sans-serif}.admin-orders-empty{padding:2rem;text-align:center;color:#666;font-family:system-ui,-apple-system,sans-serif}.admin-orders-table{width:100%;border-collapse:collapse;font-size:.9rem;font-family:system-ui,-apple-system,sans-serif}.admin-orders-table th{text-align:left;padding:12px 14px;background:#fafafa;border-bottom:1px solid #eee;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#666}.admin-orders-table td{padding:12px 14px;border-bottom:1px solid #f0f0f0;vertical-align:top}.admin-orders-table thead th:nth-child(7),.admin-orders-table tbody td:nth-child(7){min-width:168px}.admin-orders-table thead th:nth-child(8),.admin-orders-table tbody td:nth-child(8){min-width:252px}.admin-orders-table td.admin-order-documents,.admin-orders-table td.admin-order-actions{vertical-align:middle}.admin-order-row--open td{background:#fafafa}.admin-order-id{font-size:.8rem;display:block;margin-bottom:4px}.admin-linkish{background:none;border:none;padding:0;color:#111;font-weight:600;text-decoration:underline;cursor:pointer;font-size:.8rem}.admin-muted{color:#888}.admin-order-pay{display:inline-block;padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600}.admin-order-pay--ok{background:#e8f5e9;color:#2e7d32}.admin-order-pay--warn{background:#fff3e0;color:#e65100}.admin-order-pay--bad{background:#ffebee;color:#c62828}.admin-order-pay--muted{background:#f0f0f0;color:#666}.admin-order-documents-inner,.admin-order-actions-inner{display:inline-flex;flex-wrap:nowrap;align-items:center;gap:.5rem;max-width:100%}.admin-chip-btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:2rem;padding:.35rem .85rem;background:#111;color:#fff;border:1px solid #111;border-radius:999px;font-size:.75rem;font-weight:600;font-family:inherit;line-height:1.2;cursor:pointer;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.admin-chip-btn:disabled{opacity:.5;cursor:not-allowed}.admin-chip-btn:not(.admin-chip-btn--outline):not(.admin-chip-btn--primary):not(.admin-chip-btn--danger):not(:disabled):hover{background:#333;border-color:#333}.admin-chip-btn--outline{background:#fff;color:#111;border-color:#c8c8d0}.admin-chip-btn--outline:hover{background:#f5f5f7;border-color:#111}.admin-chip-btn--primary{background:#2e7d32;border-color:#2e7d32}.admin-chip-btn--primary:not(:disabled):hover{background:#256928;border-color:#256928}.admin-chip-btn--danger{background:#fff;color:#b71c1c;border-color:#e57373}.admin-chip-btn--danger:not(:disabled):hover{background:#ffebee;border-color:#b71c1c;color:#8b0000}.admin-chip-btn:focus-visible{outline:2px solid #111;outline-offset:2px}.admin-order-detail-row td{padding:0;border-bottom:1px solid #e8e8e8}.admin-order-detail{padding:16px 20px 20px;background:#fcfcfc}.admin-order-detail__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 768px){.admin-order-detail__grid{grid-template-columns:1fr}}.admin-order-detail h4{margin:0 0 8px;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:#555}.admin-order-lines{margin:0;padding-left:1.1rem;line-height:1.5}.admin-detail-text{margin:0;line-height:1.5;font-size:.9rem}.admin-pagination{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:32px;font-family:system-ui,-apple-system,sans-serif}.auth-split-bg{min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center}.auth-split-box{display:flex;width:720px;min-height:420px;box-shadow:0 2px 32px #00000014;border-radius:18px;overflow:hidden;background:#fff}.auth-split-left{background:#111;color:#fff;flex:1 1 50%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:48px 32px;min-width:300px}.auth-split-left h2{font-family:Integral CF,Arial,sans-serif;font-size:2rem;font-weight:700;margin-bottom:12px;color:#fff}.auth-split-left p{font-size:1.1rem;color:#fff;margin-bottom:12px}.auth-illustration{max-width:220px;width:100%;margin-top:24px}.auth-split-right{background:#fff;flex:1 1 50%;display:flex;flex-direction:column;justify-content:center;padding:48px 32px;min-width:300px}.auth-split-right h3{font-family:Integral CF,Arial,sans-serif;font-size:1.4rem;font-weight:700;margin-bottom:24px;color:#222}.auth-form{display:flex;flex-direction:column;gap:18px}.auth-form input{padding:12px 16px;border-radius:8px;border:1px solid #e5e5e5;font-size:1rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;text-transform:none}.auth-input-with-toggle{position:relative;display:flex;align-items:stretch;width:100%;align-self:stretch}.auth-input-with-toggle input{flex:1;min-width:0;width:100%;box-sizing:border-box;padding-right:48px}.auth-form .auth-password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-height:36px;padding:0;margin:0;border:none;border-radius:6px;background:transparent;color:#666;cursor:pointer;box-sizing:border-box;font:inherit;font-weight:400;letter-spacing:normal;line-height:1}.auth-form .auth-password-toggle:hover:not(:disabled){background:#0000000f;color:#111}.auth-form .auth-password-toggle:focus-visible{outline:2px solid #333;outline-offset:2px}.auth-form .auth-password-toggle:disabled{opacity:.45;cursor:not-allowed}.auth-form .auth-password-toggle svg{display:block;flex-shrink:0}.auth-form>button[type=submit]{background:#000;color:#fff;border:none;border-radius:8px;padding:14px 0;font-family:Integral CF,Arial,sans-serif;font-weight:700;font-size:1rem;cursor:pointer;margin-top:8px;transition:background .2s,color .2s;letter-spacing:1px}.auth-form>button[type=submit]:hover{background:#222}.auth-message{margin-top:18px;text-align:center;color:#e74c3c;font-weight:700}@media (max-width: 800px){.layout-shell.layout-shell--auth{padding-left:max(18px,env(safe-area-inset-left));padding-right:max(18px,env(safe-area-inset-right));padding-top:clamp(22px,6vw,40px);padding-bottom:clamp(22px,6vw,40px)}.layout-shell.layout-shell--auth .auth-split-bg{box-sizing:border-box;max-width:100%}.auth-split-box{flex-direction:column;box-sizing:border-box;width:100%;max-width:min(440px,100%);min-width:0;min-height:0;background:#fff;border-radius:18px;box-shadow:0 2px 32px #00000014;border:1px solid #ebebeb;overflow:hidden}.auth-split-left{display:none}.auth-split-right{min-width:0;width:100%;padding:clamp(22px,5vw,32px) clamp(18px,4vw,26px);box-sizing:border-box}}.Toastify__toast--success,.Toastify__toast--error,.Toastify__toast--info,.Toastify__toast--warning{background:#111!important;color:#fff!important;font-family:Integral CF,Arial,sans-serif;font-weight:700;border-radius:10px!important;box-shadow:0 2px 16px #0000001a}.Toastify__close-button{color:#fff!important}.Toastify__progress-bar{background:#fff!important}.user-dropdown{position:relative}.user-dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:.5rem;min-width:150px;z-index:1000;margin-top:.5rem}.user-dropdown-menu button{display:block;width:100%;padding:.75rem 1rem;text-align:left;background:none;border:none;border-radius:4px;cursor:pointer;color:#1e1e1e;font-size:.9rem;transition:background-color .2s ease}.user-dropdown-menu button:hover{background-color:#f6f6f6}.user-dropdown-menu button:not(:last-child){margin-bottom:.25rem}.cart-icon{position:relative;color:#1a1a1a;transition:color .2s ease}.cart-icon:hover{color:#666}.cart-icon svg{width:24px;height:24px}.cart-count{position:absolute;top:-8px;right:-8px;background:#f33;color:#fff;font-size:.75rem;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500}.promo-bar{position:relative;z-index:101;display:flex;align-items:center;justify-content:center;gap:1rem;background:#111;color:#fff;padding:.5rem 2rem;font-size:.85rem}.promo-bar__text{margin:0;text-align:center}.promo-bar__text a{color:#fff;font-weight:600;text-decoration:underline}.promo-bar__close{position:absolute;right:1rem;background:none;border:none;color:#fff;font-size:1.25rem;cursor:pointer;line-height:1}.mobile-drawer__backdrop{position:fixed;inset:0;z-index:9000;background:#0f0f0f80;animation:backdropFadeIn .22s ease}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}.mobile-drawer{display:none}@media (max-width: 768px){.mobile-drawer{display:flex;position:fixed;inset:0 auto 0 0;width:min(17.5rem,85vw);flex-direction:column;align-items:stretch;gap:.2rem;padding:max(1rem,env(safe-area-inset-top,0px)) 1rem max(1.5rem,env(safe-area-inset-bottom,0px)) max(1rem,env(safe-area-inset-left,0px));background:#fff;box-shadow:6px 0 32px #0000002e;border-right:1px solid #e8ecef;z-index:9001;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translate(-105%);visibility:hidden;pointer-events:none;transition:transform .27s cubic-bezier(.4,0,.2,1),visibility .27s}@media (prefers-reduced-motion: reduce){.mobile-drawer{transition:none}}.mobile-drawer--open{transform:translate(0);visibility:visible;pointer-events:auto}.mobile-drawer__close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;align-self:flex-start;min-width:44px;min-height:44px;margin:0 0 1.25rem -.2rem;padding:.2rem;border:none;border-radius:10px;background:transparent;font-size:1.4rem;line-height:1;cursor:pointer;color:#1a1a1a}.mobile-drawer__close:hover,.mobile-drawer__close:focus-visible{background:#f0f0f2}.mobile-drawer__close:focus-visible{outline:2px solid #111;outline-offset:2px}.mobile-drawer a{display:block;padding:.78rem .65rem;border-radius:10px;font-size:1rem;font-weight:600;color:#1a1a1a;text-decoration:none}.mobile-drawer a:hover,.mobile-drawer a:focus-visible{background:#f4f4f6}}.header__menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem;min-width:44px;min-height:44px;align-items:center;justify-content:center;border-radius:8px}.header__search-submit{background:none;border:none;cursor:pointer;font-size:1rem;padding:.35rem;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:#333}.header__auth-links{display:flex;align-items:center;gap:.75rem}.header__auth-link{font-size:.9rem;font-weight:500;color:#1a1a1a}.header__auth-link--emphasis{background:#111;color:#fff;padding:.35rem .75rem;border-radius:999px}@media (max-width: 768px){.promo-bar{padding:.5rem 2.5rem .5rem 1rem;font-size:.75rem}.header__container{position:relative;padding:1rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));flex-wrap:nowrap;justify-content:flex-start;align-items:center;column-gap:.75rem;row-gap:0}.header__menu-btn{display:flex;align-items:center;justify-content:center;position:relative;z-index:4;flex-shrink:0}.header__logo{position:absolute;left:50%;transform:translate(-50%);flex:none;width:auto;max-width:min(220px,calc(100vw - 200px));min-width:0;text-align:center;padding-right:0;pointer-events:none;z-index:3}.header__logo a{pointer-events:auto}.header__actions{gap:.65rem;flex-shrink:0;margin-left:auto;position:relative;z-index:4}.header__actions .cart-icon{margin-left:0;padding-left:0}.header__auth-links .header__auth-link--emphasis,.header__nav,.header__search-form{display:none}.header__container--admin{justify-content:space-between;align-items:center;flex-wrap:nowrap;column-gap:.5rem}.header__container--admin .header__logo{position:static;left:auto;transform:none;text-align:left;pointer-events:auto;flex:1 1 auto;min-width:0;max-width:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:clamp(.9rem,3.8vw,1.35rem);z-index:auto;padding-right:.35rem}.header__container--admin .header__actions--admin{margin-left:0;flex-shrink:0;flex-wrap:nowrap;gap:.45rem}.header__container--admin .admin-header-store-link{font-size:clamp(.68rem,2.8vw,.85rem);padding:.32rem .55rem}}
