@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.auth-container{align-items:center;background:#f5f7fa;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:24px;position:relative}.auth-background{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.auth-shape{animation:float 20s ease-in-out infinite;background:#2c3e500a;border-radius:50%;position:absolute}.auth-shape-1{animation-delay:0s;height:280px;left:-80px;top:-80px;width:280px}.auth-shape-2{animation-delay:5s;bottom:-40px;height:180px;right:-40px;width:180px}.auth-shape-3{animation-delay:10s;height:120px;right:15%;top:50%;width:120px}.auth-lang-switch{display:flex;gap:4px;inset-inline-end:16px;position:absolute;top:16px;z-index:2}.auth-lang-btn{background:#fff;border:1px solid #2c3e5033;border-radius:8px;color:#5a6c7d;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;padding:6px 10px;transition:background .2s ease,color .2s ease,border-color .2s ease}.auth-lang-btn:hover{border-color:#2c3e5059;color:#2c3e50}.auth-lang-btn-active{background:linear-gradient(135deg,#2c3e50,#34495e);border-color:#0000;color:#fff}.auth-card{background:linear-gradient(180deg,#fff 0,#fafbfc);border:1px solid #0a3d7a14;border-radius:16px;box-shadow:0 2px 8px #0a3d7a0f,0 1px 3px #0000000a;max-width:440px;overflow:hidden;padding:50px 40px 44px;position:relative;transition:all .3s ease;width:100%;z-index:1}.auth-card:before{background:linear-gradient(90deg,#2c3e50,#34495e 50%,#2c3e50);content:"";height:4px;left:0;opacity:.6;position:absolute;right:0;top:0}.auth-card:hover{border-color:#0a3d7a26;box-shadow:0 4px 16px #0a3d7a1a,0 2px 6px #0000000f;transform:translateY(-2px)}.auth-header{margin-bottom:28px;text-align:center}.auth-logo{align-items:center;border-radius:16px;box-shadow:0 4px 12px #2c3e5040;display:inline-flex;height:72px;justify-content:center;margin-bottom:18px;width:72px}.auth-logo,.auth-title{background:linear-gradient(135deg,#2c3e50,#34495e)}.auth-title{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:700;letter-spacing:-.5px;margin:0 0 8px}@supports not (-webkit-background-clip:text){.auth-title{-webkit-text-fill-color:#2c3e50;color:#2c3e50}}.auth-subtitle{color:#5a6c7d;font-size:15px;font-weight:400;line-height:1.5;margin:0}.auth-alert{align-items:center;border-radius:8px;display:flex;font-size:14px;gap:12px;margin-bottom:20px;padding:14px 18px}.auth-alert-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.auth-alert-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.auth-form{margin-top:0}.auth-input-group{margin-bottom:20px}.auth-label{color:#2c3e50;display:block;font-size:14px;font-weight:600;letter-spacing:.2px;margin-bottom:8px}.auth-input-wrapper{align-items:center;display:flex;position:relative}.auth-input-icon{color:#94a3b8;left:16px;position:absolute;transition:color .25s ease,transform .25s ease;z-index:1}.auth-input{background:#fff;border:1.5px solid #e0e6ed;border-radius:10px;box-shadow:0 1px 2px #00000005;color:#2c3e50;font-family:inherit;font-size:15px;outline:none;padding:14px 16px 14px 46px;transition:all .25s ease;width:100%}.auth-input:hover{background:#fafbfc;border-color:#cbd5e0;box-shadow:0 2px 4px #0a3d7a0a}.auth-input:focus{background:#fff;border-color:#2c3e50;box-shadow:0 0 0 4px #2c3e501f,0 2px 8px #2c3e5014;outline:none;transform:translateY(-1px)}.auth-input-wrapper:focus-within .auth-input-icon{color:#2c3e50;transform:scale(1.05)}.auth-input::placeholder{color:#999}.auth-button{align-items:center;background:linear-gradient(135deg,#2c3e50,#34495e);border:none;border-radius:10px;box-shadow:0 2px 8px #2c3e5040,0 1px 3px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px;justify-content:center;margin-top:8px;overflow:hidden;padding:14px 24px;position:relative;transition:all .3s ease;width:100%}.auth-button:before{background:linear-gradient(90deg,#0000,#ffffff26,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.auth-button:hover:before{left:100%}.auth-button:hover:not(:disabled){box-shadow:0 4px 14px #2c3e5059,0 2px 6px #0000001a;transform:translateY(-2px)}.auth-button:active:not(:disabled){transform:translateY(0)}.auth-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.auth-button-loading{pointer-events:none}.auth-spinner{animation:spin 1.2s linear infinite}.auth-card-wide{max-width:480px}.auth-rtl{direction:rtl;text-align:right}.confirm-email-icon{margin:0 auto}.confirm-email-lead{color:#5a6c7d;line-height:1.65;margin-top:6px}.confirm-email-box{background:#2c3e500f;border:1px solid #2c3e501a;border-radius:10px;margin-top:20px;padding:14px 16px}.confirm-email-label{color:#7f8c9a;font-size:12px;font-weight:600;letter-spacing:.04em;margin:0;text-transform:uppercase}.confirm-email-value{color:#2c3e50;font-size:15px;font-weight:600;margin:6px 0 0;word-break:break-all}.confirm-email-steps{-webkit-padding-start:1.25rem;-webkit-padding-end:0;color:#3d4f5f;font-size:14px;line-height:1.75;margin:22px 0 0;padding-inline-end:0;padding-inline-start:1.25rem}.confirm-email-steps li{margin-bottom:8px}.confirm-email-hint{color:#7f8c9a;font-size:13px;line-height:1.6;margin:18px 0 0}a.auth-button{margin-top:20px;text-decoration:none}.auth-footer{margin-top:28px;text-align:center}.auth-footer-text{color:#5a6c7d;font-size:14px;margin:0}.auth-footer-legal{margin-top:10px}.auth-terms-row{align-items:flex-start;display:flex;gap:10px;margin-bottom:4px;margin-top:4px;text-align:start}.auth-rtl .auth-terms-row{flex-direction:row-reverse}.auth-terms-checkbox{accent-color:#2c3e50;cursor:pointer;flex-shrink:0;height:18px;margin-top:3px;width:18px}.auth-terms-label{color:#5a6c7d;cursor:pointer;flex:1 1;font-size:13px;line-height:1.5;min-width:0}.auth-terms-label-text{display:inline}.auth-inline-legal-link{color:#2c3e50;font-weight:600;text-decoration:underline;text-underline-offset:2px}.auth-inline-legal-link:hover{color:#1a252f}.auth-link{color:#2c3e50;font-weight:600;position:relative;text-decoration:none;transition:all .2s ease}.auth-link:hover{color:#34495e}.auth-forgot-row{display:flex;justify-content:flex-end;margin:-4px 0 12px}.auth-link-button{background:none;border:none;color:#2c3e50;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;padding:0;text-decoration:underline;text-underline-offset:3px}.auth-link-button:hover{color:#34495e}.auth-modal-overlay{align-items:center;backdrop-filter:none;-webkit-backdrop-filter:none;background:#11182752;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:10000}.auth-modal{background:#fff;border:1px solid #0a3d7a1a;border-radius:16px;box-shadow:0 20px 50px #00000026;max-width:400px;padding:28px 24px;width:100%}.auth-modal-title{color:#2c3e50;font-size:20px;font-weight:700;margin:0 0 8px}.auth-modal-text{color:#5a6c7d;font-size:14px;line-height:1.55;margin:0 0 16px}.auth-modal-alert{margin-bottom:12px}.auth-modal-form{margin-top:0}.auth-modal-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;margin-top:8px}.auth-button-secondary{background:#f1f5f9;border:1px solid #2c3e5026;border-radius:10px;color:#2c3e50;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;padding:12px 18px;transition:background .2s ease}.auth-button-secondary:hover{background:#e2e8f0}.auth-button-inline{flex:1 1;margin-top:0;min-width:120px;width:auto}.auth-social{display:flex;flex-direction:column;gap:10px;margin:18px 0 14px}.auth-social-btn{align-items:center;background:#fff;border:1.5px solid #e0e6ed;border-radius:10px;box-shadow:0 1px 2px #00000005;color:#2c3e50;cursor:pointer;display:flex;font-weight:700;gap:10px;justify-content:center;padding:12px 14px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease;width:100%}.auth-social-btn:hover{background:#fafbfc;border-color:#2c3e5047;box-shadow:0 2px 6px #0a3d7a0f;transform:translateY(-1px)}.auth-social-btn:active{transform:translateY(0)}.auth-social-icon{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center}.auth-social-icon-apple{color:#111827}.auth-social-text{font-size:14px;font-weight:700}.auth-divider{align-items:center;display:flex;gap:12px;margin-top:8px}.auth-divider-line{background:#2c3e5024;flex:1 1;height:1px}.auth-divider-text{color:#7f8c9a;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}@media (max-width:600px){.auth-card{border-radius:14px;padding:32px 24px}.auth-title{font-size:24px}.auth-logo{height:64px;width:64px}.auth-input{font-size:14px;padding:12px 14px 12px 44px}.auth-button{font-size:14px;padding:13px 20px}}.sidebar{background:linear-gradient(180deg,#2d3748,#1a202c);box-shadow:4px 0 20px #0000004d;display:flex;flex-direction:column;height:100vh;height:100dvh;left:0;max-height:100vh;max-height:100dvh;overflow:hidden;position:fixed;top:0;transition:transform .3s cubic-bezier(.4,0,.2,1),left .3s ease,right .3s ease;width:280px;z-index:1000}.sidebar.sidebar--no-transition{transition:none!important}.sidebar-scroll{-webkit-overflow-scrolling:touch;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y}[dir=rtl] .sidebar{box-shadow:-4px 0 20px #0000004d;left:auto;right:0}@media (max-width:1024px){.sidebar{animation:none!important;transform:translateX(-100%)!important}[dir=rtl] .sidebar{transform:translateX(100%)!important}.sidebar.open,[dir=rtl] .sidebar.open{transform:translateX(0)!important}}@media (min-width:1025px){.sidebar{animation:slideInLeft .5s ease-out;transform:translateX(0)!important}}.sidebar-header{align-items:center;animation:fadeInDown .6s ease-out;border-bottom:1px solid #ffffff1a;display:flex;flex-shrink:0;gap:16px;justify-content:center;margin-bottom:6px;padding:12px 16px}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.sidebar-logo{align-items:center;animation:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;border-radius:0;display:flex;justify-content:center;width:100%}.sidebar-logo-img{display:block;height:130px;margin:0 auto;max-height:none;max-width:300px;min-height:0;object-fit:contain;width:100%}@keyframes logoGlow{0%,to{box-shadow:0 0 10px #fff3}50%{box-shadow:0 0 20px #fff6}}.sidebar-title{color:#fff;font-size:24px;font-weight:700;letter-spacing:-.5px;margin:0}.sidebar-nav{flex:0 0 auto;padding:8px 16px}.sidebar-group,.sidebar-nav{display:flex;flex-direction:column;gap:6px}.sidebar-item-btn{background:#0000;border:none;cursor:pointer;text-align:start;width:100%}.sidebar-caret{-webkit-margin-start:auto;margin-inline-start:auto;opacity:.9;position:relative;transition:transform .25s ease,opacity .25s ease;z-index:2}.sidebar-caret.is-open{transform:rotate(180deg)}.sidebar-submenu{-webkit-padding-start:14px;display:flex;flex-direction:column;gap:6px;margin-top:-2px;padding-inline-start:14px}[dir=rtl] .sidebar-submenu{-webkit-padding-start:0;-webkit-padding-end:14px;padding-inline-end:14px;padding-inline-start:0}.sidebar-subitem{background:#ffffff0a;border-radius:10px;color:#ffffffb8;padding:12px 18px}.sidebar-subitem.sidebar-item-active{background:#ffffff1f}.sidebar-subitem:hover{transform:none}.sidebar-item{align-items:center;animation:fadeInUp .6s ease-out backwards;border-radius:12px;color:#ffffffb3;display:flex;gap:16px;overflow:hidden;padding:14px 20px;position:relative;text-decoration:none;transition:all .3s ease}.sidebar-item:first-child{animation-delay:.1s}.sidebar-item:nth-child(2){animation-delay:.2s}.sidebar-item:before{background:#ffffff14;border-radius:12px;content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s ease;width:0;z-index:0}[dir=rtl] .sidebar-item:before{left:auto;right:0}.sidebar-item:hover:before{width:100%}.sidebar-item-active:hover:before{width:4px!important}.sidebar-item:hover{background:#ffffff14;color:#fff;transform:translateX(5px)}[dir=rtl] .sidebar-item:hover{transform:translateX(-5px)}.sidebar-item-active{background:#ffffff1f;box-shadow:0 4px 12px #0003;color:#fff}.sidebar-item-active:before{background:#fff;border-radius:0 4px 4px 0;width:4px}[dir=rtl] .sidebar-item-active:before{border-radius:4px 0 0 4px;left:auto;right:0}.sidebar-item-active:hover{background:#ffffff26;box-shadow:0 4px 12px #00000040;color:#fff;transform:translateX(0)}.sidebar-icon{align-items:center;display:flex;flex-shrink:0;height:20px;justify-content:center;min-width:20px;position:relative;transition:transform .3s ease;width:20px;z-index:2}.sidebar-item-active .sidebar-icon,.sidebar-item:hover .sidebar-icon{transform:scale(1.1)}.sidebar-label{word-wrap:break-word;flex:1 1;font-size:16px;font-weight:500;line-height:1.4;min-width:0;overflow-wrap:break-word;position:relative;transition:font-weight .3s ease;z-index:2}.sidebar-item-active .sidebar-label,.sidebar-item:hover .sidebar-label{font-weight:600}.sidebar-footer{animation:fadeInUp .8s ease-out;border-top:1px solid #ffffff1a;flex-shrink:0;margin-top:auto;padding:24px 16px}.sidebar-logout{align-items:center;background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;color:#fffc;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:12px;overflow:hidden;padding:14px 20px;position:relative;transition:all .3s ease;width:100%}.sidebar-logout:before{background:#ffffff1a;border-radius:12px;content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s ease;width:0;z-index:0}[dir=rtl] .sidebar-logout:before{left:auto;right:0}.sidebar-logout:hover:before{width:100%}.sidebar-logout:hover{background:#ffffff1f;border-color:#ffffff26;box-shadow:0 4px 12px #0003;color:#fff;transform:translateY(-2px)}.sidebar-logout:active{transform:translateY(0)}.sidebar-logout svg{flex-shrink:0;position:relative;transition:transform .3s ease;z-index:2}.sidebar-logout:hover svg{transform:translateX(3px)}[dir=rtl] .sidebar-logout:hover svg{transform:translateX(-3px)}.sidebar-logout span{position:relative;z-index:2}.sidebar-scroll::-webkit-scrollbar{width:6px}.sidebar-scroll::-webkit-scrollbar-track{background:#ffffff0d}.sidebar-scroll::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.mobile-menu-button{align-items:center;background:linear-gradient(135deg,#2d3748,#1a202c);border:none;border-radius:12px;box-shadow:0 4px 12px #0000004d;color:#fff;cursor:pointer;display:none;height:48px;justify-content:center;left:16px;position:fixed;top:16px;transition:all .3s ease;width:48px;z-index:1001}[dir=rtl] .mobile-menu-button{left:auto;right:16px}.mobile-menu-button:hover{box-shadow:0 6px 16px #0006;transform:scale(1.05)}.mobile-menu-button:active{transform:scale(.95)}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;touch-action:none;z-index:999}@media (max-width:1024px){.dashboard-content{margin-left:0}}@media (min-width:769px) and (max-width:1024px){.sidebar{width:260px}.sidebar-header{padding:10px 14px}.sidebar-logo-img{height:120px;max-width:280px}.sidebar-title{font-size:22px}.sidebar-item{font-size:15px;padding:13px 18px}.sidebar-footer{padding:22px 16px}}@media (max-width:1024px){.mobile-menu-button{display:flex}.sidebar-overlay{display:block}.sidebar{box-shadow:4px 0 30px #00000080;width:280px}}@media (max-width:768px){.mobile-menu-button{display:flex}.sidebar-overlay{display:block}.sidebar{box-shadow:4px 0 30px #00000080;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:280px}.sidebar.open{transform:translateX(0)}.sidebar-header{padding:10px 14px}.sidebar-logo-img{height:110px;max-width:260px}.sidebar-title{font-size:20px}.sidebar-item{font-size:15px;padding:12px 16px}.sidebar-footer{padding:20px 16px}}@media (max-width:576px){.sidebar{width:260px}.mobile-menu-button{height:44px;left:12px;top:12px;width:44px}}.dashboard-layout{background:#f5f7fa;display:flex;min-height:100vh;position:relative}[dir=rtl] .dashboard-layout{font-family:Cairo,Segoe UI,sans-serif}.dashboard-container{text-align:left}[dir=rtl] .dashboard-container{text-align:right}.dashboard-content{text-align:left}[dir=rtl] .dashboard-content{text-align:right}.dashboard-card{text-align:left}[dir=rtl] .dashboard-card{direction:rtl!important;text-align:right!important}[dir=rtl] .dashboard-card *{text-align:inherit}[dir=rtl] .dashboard-header{text-align:right}[dir=ltr] .dashboard-header{text-align:left}[dir=rtl] .card-header{direction:rtl;flex-direction:row}[dir=rtl] .card-header>div{direction:rtl!important;text-align:right!important}[dir=rtl] .input-wrapper .input-icon{left:auto;right:14px}[dir=rtl] .form-input{padding-left:16px;padding-right:48px}[dir=rtl] .form-input[style*="paddingLeft: 48px"]{padding-left:16px!important;padding-right:48px!important}[dir=rtl] .form-input[style*="paddingLeft: 16px"]{padding-left:16px!important;padding-right:16px!important}[dir=rtl] table td,[dir=rtl] table th{text-align:right}[dir=rtl] .btn-primary,[dir=rtl] .lang-switcher-dashboard{flex-direction:row-reverse}@media (max-width:768px){.dashboard-header .d-flex{align-items:flex-start;flex-direction:column;gap:12px}[dir=rtl] .dashboard-header .d-flex{align-items:flex-end;flex-direction:column}.lang-switcher-dashboard{align-self:flex-start}[dir=rtl] .lang-switcher-dashboard{align-self:flex-end}}.dashboard-content{flex:1 1;margin-left:280px;min-height:100vh;padding:0;width:calc(100% - 280px)}[dir=rtl] .dashboard-content{margin-left:0;margin-right:280px}@media (max-width:1024px){[dir=rtl] .dashboard-content{margin-right:0!important}}.dashboard-container{margin:0 auto;max-width:1400px;padding:40px}.dashboard-header{margin-bottom:32px;width:100%}.dashboard-header .d-flex{align-items:flex-start;display:flex;gap:16px}[dir=rtl] .dashboard-header .d-flex{flex-direction:row}.dashboard-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2c3e50,#34495e);-webkit-background-clip:text;background-clip:text;font-size:36px;font-weight:700;letter-spacing:-.5px;margin:0 0 8px;text-align:left}@supports not (-webkit-background-clip:text){.dashboard-title{-webkit-text-fill-color:#2c3e50;color:#2c3e50}}[dir=rtl] .dashboard-title{text-align:right}.dashboard-subtitle{color:#5a6c7d;font-size:16px;font-weight:400;line-height:1.6;margin:0 0 8px;text-align:left}.setup-page-wrap{align-items:center;display:flex;font-family:Cairo,Segoe UI,sans-serif;justify-content:center;min-height:100vh}.setup-wizard-card{margin:auto;max-width:720px;padding:40px 44px;width:100%}.setup-welcome-block{margin-top:8px;padding:24px 0}.setup-checklist{background:#fff;border:1px solid #e0e6ed;border-radius:8px;list-style:none;margin:0 0 24px;overflow:hidden;padding:0}.setup-checklist-item{align-items:center;border-bottom:1px solid #e0e6ed;color:#5a6c7d;display:flex;font-size:15px;gap:12px;padding:14px 20px}.setup-checklist-item:last-child{border-bottom:none}.setup-checklist-item.active{background:#f8f9fa;color:#2c3e50;font-weight:600}.setup-checklist-item.done{color:#28a745}.setup-checklist-item.done .setup-checklist-marker{background:#28a74526;color:#28a745;font-weight:700}.setup-checklist-marker{align-items:center;background:#e9ecef;border-radius:6px;color:#5a6c7d;display:inline-flex;font-size:14px;font-weight:600;height:28px;justify-content:center;min-width:28px;width:28px}.setup-checklist-item.active .setup-checklist-marker{background:#2c3e50;color:#fff}.setup-checklist-label{flex:1 1;text-align:right}[dir=ltr] .setup-checklist-label{text-align:left}.dashboard-description{color:#7a8a9a;font-size:14px;font-weight:400;letter-spacing:.1px;line-height:1.7;margin:0;max-width:700px;text-align:left}[dir=rtl] .dashboard-description,[dir=rtl] .dashboard-subtitle{text-align:right}.lang-switcher-dashboard{align-items:center;background:#0000;border:2px solid #0a3d7a;border-radius:50px;color:#0a3d7a;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:6px;padding:8px 16px;transition:all .3s;white-space:nowrap}.lang-switcher-dashboard:hover{background:#0a3d7a;color:#fff;transform:scale(1.05)}.dashboard-card{background:linear-gradient(180deg,#fff 0,#fafbfc);border:1px solid #0a3d7a14;border-radius:16px;box-shadow:0 2px 8px #0a3d7a0f,0 1px 3px #0000000a;margin-bottom:28px;overflow:hidden;padding:32px 36px;position:relative;transition:all .3s ease}.dashboard-card:before{background:linear-gradient(90deg,#2c3e50,#34495e 50%,#2c3e50);content:"";height:4px;left:0;opacity:.6;position:absolute;right:0;top:0}.dashboard-card:hover{border-color:#0a3d7a26;box-shadow:0 4px 16px #0a3d7a1a,0 2px 6px #0000000f;transform:translateY(-2px)}.card-header{align-items:flex-start;background:#0000;border-bottom:2px solid #00000014;display:flex;gap:12px;justify-content:space-between;margin-bottom:32px;padding-bottom:20px;position:relative}.card-header>div:first-of-type{flex:1 1;min-width:0}.card-header .btn-primary{align-self:flex-start;flex-shrink:0}.card-header:after{background:#00000026;border-radius:2px;bottom:-2px;content:"";height:2px;left:0;position:absolute;width:50px}.card-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2c3e50,#34495e);-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:700;letter-spacing:-.4px;line-height:1.3;margin:0 0 10px;text-align:left}@supports not (-webkit-background-clip:text){.card-title{-webkit-text-fill-color:#2c3e50;color:#2c3e50}}[dir=rtl] .card-title{direction:rtl!important;text-align:right!important;width:100%}.card-description{color:#5a6c7d;font-size:14px;font-weight:400;letter-spacing:.1px;line-height:1.7;margin:0;text-align:left}[dir=rtl] .card-description{direction:rtl!important;text-align:right!important;width:100%}[dir=rtl] .card-header:after{left:auto;right:0}.dashboard-products-responsive{margin-top:24px}.dashboard-products-table-scroll{overflow-x:auto}.dashboard-products-table{border-collapse:collapse;width:100%}.dashboard-categories-table-wrap{box-sizing:border-box;display:block;max-width:100%;overflow-x:visible;width:100%}.dashboard-products-table-scroll.dashboard-categories-table-wrap{overflow-x:visible}.dashboard-categories-table-wrap .dashboard-categories-table{border-radius:10px;box-shadow:0 1px 4px #0f172a14;overflow:hidden;table-layout:fixed;width:100%}.dashboard-categories-table{border-collapse:collapse;table-layout:fixed;width:100%}.dashboard-categories-table thead tr{background:#2c3e50;color:#fff}.dashboard-categories-table thead th{font-weight:600;padding:12px 14px;vertical-align:middle;white-space:nowrap}.dashboard-categories-table tbody td:first-child,.dashboard-categories-table thead th:first-child{padding:12px 8px;text-align:center;vertical-align:middle;width:50px}.dashboard-categories-table tbody td.dashboard-categories-table__name,.dashboard-categories-table thead th:nth-child(2){font-weight:500;min-width:0;overflow:hidden;padding:12px 8px;text-align:right;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:auto}.dashboard-categories-table tbody td.dashboard-categories-table__actions,.dashboard-categories-table thead th:nth-child(3){box-sizing:border-box;max-width:140px;min-width:100px;padding:12px 8px;text-align:right;vertical-align:middle;white-space:nowrap;width:122px}.dashboard-categories-delete-btn{background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background .2s ease,transform .2s ease,border-color .2s ease}.dashboard-categories-delete-btn:hover{background:#fcc;transform:translateY(-2px)}.dashboard-categories-delete-btn:active{transform:translateY(0)}.dashboard-categories-table__body-row{border-bottom:1px solid #e0e0e0}.dashboard-categories-table__body-row td{min-height:52px}.dashboard-categories-table__message-cell{color:#666;padding:40px 16px!important;text-align:center!important}[dir=rtl] .dashboard-categories-table tbody td:first-child,[dir=rtl] .dashboard-categories-table thead th:first-child{text-align:center}[dir=rtl] .dashboard-categories-table tbody td.dashboard-categories-table__name,[dir=rtl] .dashboard-categories-table thead th:nth-child(2){direction:rtl;text-align:right}[dir=rtl] .dashboard-categories-table tbody td.dashboard-categories-table__actions,[dir=rtl] .dashboard-categories-table thead th:nth-child(3){text-align:left}[dir=ltr] .dashboard-categories-table tbody td.dashboard-categories-table__actions,[dir=ltr] .dashboard-categories-table thead th:nth-child(3){text-align:right}@media (max-width:767.98px){.dashboard-categories-table thead th{font-size:11px;padding:6px 3px}.dashboard-categories-table tbody td:first-child,.dashboard-categories-table thead th:first-child{font-size:11px;padding:6px 2px;width:26px}.dashboard-categories-table tbody td.dashboard-categories-table__name,.dashboard-categories-table thead th:nth-child(2){font-size:12px;padding:6px 4px}.dashboard-categories-table tbody td.dashboard-categories-table__actions,.dashboard-categories-table thead th:nth-child(3){max-width:90px;min-width:72px;padding:6px 4px;width:76px}.dashboard-categories-delete-btn{border-radius:6px!important;font-size:11px!important;padding:5px 8px!important}.dashboard-categories-table__body-row td{min-height:40px}.dashboard-categories-table__message-cell{font-size:12px;padding:20px 8px!important}}.dashboard-products-responsive:has(.dashboard-categories-table-wrap) .dashboard-products-pagination{box-sizing:border-box;width:100%}.dashboard-products-cards-mobile{display:flex;flex-direction:column;gap:14px}.dashboard-product-card{background:linear-gradient(180deg,#fff 0,#fafbfc);border:1px solid #0a3d7a1a;border-radius:14px;box-shadow:0 2px 10px #0a3d7a12;padding:16px 16px 14px;text-align:start}[dir=rtl] .dashboard-product-card{text-align:right}.dashboard-product-card__top{align-items:flex-start;border-bottom:1px solid #00000012;display:flex;gap:12px;justify-content:flex-start;margin-bottom:14px;padding-bottom:12px}.dashboard-product-card__badge{align-items:center;background:linear-gradient(135deg,#2c3e50,#34495e);border-radius:10px;box-shadow:0 2px 8px #2c3e5040;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:700;height:38px;justify-content:center;min-width:38px}.dashboard-product-card__title{align-self:center;color:#2c3e50;flex:1 1;font-size:17px;font-weight:700;line-height:1.35;margin:0;min-width:0}.dashboard-product-card__row{margin-bottom:12px}.dashboard-product-card__row:last-of-type{margin-bottom:0}.dashboard-product-card__label{color:#7a8a9a;display:block;font-size:11px;font-weight:700;letter-spacing:.04em;margin-bottom:5px;text-transform:uppercase}.dashboard-product-card__text{color:#5a6c7d;font-size:14px;line-height:1.45}.dashboard-product-card__prices{display:flex;flex-direction:column;gap:8px}.dashboard-product-card__price-line{align-items:baseline;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;display:flex;flex-wrap:wrap;gap:6px 12px;padding:10px 12px}.dashboard-product-card__price-num{color:#2c3e50;font-size:15px;font-weight:700}.dashboard-product-card__price-desc{color:#64748b;font-size:13px}.dashboard-product-card__images{display:flex;flex-wrap:wrap;gap:8px}.dashboard-product-card__thumb{border:2px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 3px #0000000f;height:56px;object-fit:cover;width:56px}.dashboard-product-card__actions{display:flex;gap:10px;margin-top:14px}.dashboard-product-card__actions .dashboard-product-card__delete{flex:1 1;margin-top:0}.dashboard-product-card__edit{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;color:#1d4ed8;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:12px 16px;transition:background .2s ease,border-color .2s ease,transform .12s ease}.dashboard-product-card__edit:hover{background:#dbeafe;border-color:#93c5fd}.dashboard-product-card__edit:active{transform:scale(.99)}.dashboard-product-card__delete{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#b91c1c;cursor:pointer;font-size:14px;font-weight:600;margin-top:14px;padding:12px 16px;transition:background .2s ease,border-color .2s ease,transform .12s ease;width:100%}.dashboard-product-card__delete:hover{background:#fee2e2;border-color:#f87171}.dashboard-product-card__delete:active{transform:scale(.99)}.dashboard-products-empty-mobile,.dashboard-products-loading-mobile{align-items:center;background:#f8fafc;border:1px dashed #0a3d7a2e;border-radius:14px;color:#64748b;display:flex;font-size:15px;justify-content:center;line-height:1.5;min-height:168px;padding:28px 20px;text-align:center}[dir=rtl] .dashboard-products-empty-mobile{direction:rtl}.dashboard-products-pagination{border-top:1px solid #00000014;gap:8px 12px;margin-top:20px;padding-top:18px}.dashboard-products-pagination,.dashboard-products-pagination__pages{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.dashboard-products-pagination__pages{gap:6px}.dashboard-products-pagination__arrow{background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#2c3e50;cursor:pointer;font-size:14px;font-weight:600;padding:8px 14px;transition:background .2s ease,border-color .2s ease,color .2s ease}.dashboard-products-pagination__arrow:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.dashboard-products-pagination__arrow:disabled{cursor:not-allowed;opacity:.45}.dashboard-products-pagination__num{background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;font-size:14px;font-weight:600;height:40px;min-width:40px;padding:0 10px;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.dashboard-products-pagination__num:hover:not(.is-active){background:#f8fafc;border-color:#cbd5e1;color:#2c3e50}.dashboard-products-pagination__num.is-active{background:linear-gradient(135deg,#2c3e50,#34495e);border-color:#2c3e50;box-shadow:0 2px 8px #2c3e5040;color:#fff;cursor:default}.dashboard-products-pagination__ellipsis{color:#94a3b8;font-weight:600;padding:0 4px;-webkit-user-select:none;user-select:none}[dir=rtl] .dashboard-products-pagination{direction:rtl}.layouts-banner-section-header.card-header{align-items:flex-start;flex-wrap:wrap}.layouts-banner-section-header__title{flex:1 1 auto;min-width:0}.layouts-banner-section-header__colors{align-items:center;display:flex;flex-wrap:wrap;gap:12px}@media (min-width:768px){.layouts-banner-section-header.card-header{align-items:center}.layouts-banner-section-header__colors{-webkit-margin-start:auto;flex-shrink:0;margin-inline-start:auto}}@media (max-width:767.98px){.layouts-banner-section-header.card-header{align-items:stretch!important;flex-direction:column!important}[dir=rtl] .layouts-banner-section-header.card-header{flex-direction:column!important}.layouts-banner-section-header__main{flex:1 1 auto!important;max-width:100%;min-width:0;width:100%!important}.layouts-banner-section-header__colors{border-top:1px solid #00000014;justify-content:flex-start;margin-top:2px;padding-top:12px;width:100%}}.alert{align-items:center;border-radius:8px;display:flex;font-size:14px;gap:12px;margin-bottom:24px;padding:14px 18px;text-align:left}[dir=rtl] .alert{flex-direction:row-reverse;text-align:right}.alert-success-custom{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error-custom{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.settings-form{margin-top:0;position:relative}.form-group{margin-bottom:24px}.form-group:last-child{margin-bottom:0}.form-label{color:#2c3e50;display:block;font-size:14px;font-weight:600;letter-spacing:.2px;margin-bottom:10px;text-align:left}[dir=rtl] .form-label{direction:rtl!important;text-align:right!important}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:#94a3b8;height:18px;left:15px;pointer-events:none;position:absolute;width:18px;z-index:1}.form-input,.input-icon{transition:all .25s ease}.form-input{background:#fff;border:1.5px solid #e0e6ed;border-radius:10px;box-shadow:0 1px 2px #00000005;color:#2c3e50;font-family:inherit;font-size:15px;outline:none;padding:14px 18px 14px 44px;text-align:left;width:100%}input.form-input[type=color],input[type=color].form-input{cursor:pointer;max-height:none;min-height:48px;padding:6px 10px}.form-input:hover{background:#fafbfc;border-color:#cbd5e0;box-shadow:0 2px 4px #0a3d7a0a}[dir=rtl] .form-input,[dir=rtl] .form-input::placeholder,[dir=rtl] small,[dir=rtl] textarea.form-input,[dir=rtl] textarea.form-input::placeholder{direction:rtl!important;text-align:right!important}[dir=rtl] small{display:block}.form-input:focus{background:#fff;border-color:#2c3e50;box-shadow:0 0 0 4px #2c3e501f,0 2px 8px #2c3e5014;outline:none;transform:translateY(-1px)}.form-input:focus+.input-icon,.input-wrapper:focus-within .input-icon{color:#2c3e50;transform:scale(1.05)}.form-input::placeholder{color:#999}.form-hint{color:#666;display:block;font-size:13px;margin-top:8px}.btn-primary{align-items:center;background:linear-gradient(135deg,#2c3e50,#34495e);border:none;border-radius:10px;box-shadow:0 2px 8px #2c3e5040,0 1px 3px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;letter-spacing:.3px;margin-top:6px;overflow:hidden;padding:13px 28px;position:relative;transition:all .3s ease}.btn-primary:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{background:linear-gradient(135deg,#34495e,#3d566e);box-shadow:0 4px 12px #2c3e5059,0 2px 6px #00000026;transform:translateY(-2px)}.btn-primary:active{background:linear-gradient(135deg,#1a252f,#2c3e50);box-shadow:0 2px 6px #2c3e5040;transform:translateY(0)}.btn-primary:disabled{cursor:not-allowed;opacity:.7;transform:none}.btn-secondary-outline{align-items:center;background:#fff;border:2px solid #2c3e50;border-radius:10px;box-shadow:0 1px 3px #2c3e501a;color:#2c3e50;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;letter-spacing:.3px;margin-top:6px;padding:13px 28px;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease}.btn-secondary-outline:hover:not(:disabled){background:#f4f6f8;border-color:#34495e;box-shadow:0 2px 8px #2c3e5024;color:#1a252f}.btn-secondary-outline:active:not(:disabled){background:#e8ecf0;transform:translateY(1px)}.btn-secondary-outline:disabled{background:#f8f9fa;border-color:#c5cdd6;box-shadow:none;color:#8a96a3;cursor:not-allowed;opacity:.5}.btn-loading{pointer-events:none}.spinner{animation:spin 1.5s linear infinite}@keyframes slideInUp{0%{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.products-section{margin-top:32px}.section-title{color:#0a3d7a;font-size:20px;font-weight:700;margin-bottom:20px}.form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}[dir=rtl] .form-grid{direction:rtl}.settings-identity-grid{grid-column-gap:14px;grid-row-gap:10px;align-items:start;column-gap:14px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,156px);grid-template-rows:auto auto auto auto;row-gap:10px}.settings-identity-grid__cell{min-width:0}.settings-identity-grid__label-row{display:flex;flex-direction:column;justify-content:flex-end;min-width:0;padding-bottom:2px}.settings-identity-grid__label-row--store{grid-column:1;grid-row:1}.settings-identity-grid__label-row--catalog{grid-column:2;grid-row:1}.settings-identity-grid__label-row--qr{grid-column:3;grid-row:1;text-align:center}.settings-identity-grid__field-row--store{grid-column:1;grid-row:2}.settings-identity-grid__field-row--slug{grid-column:2;grid-row:2}.settings-identity-grid__cell--qr{align-self:start;grid-column:3;grid-row:2/span 2;justify-self:center;max-width:156px;width:100%}.settings-identity-grid__left-stack{align-self:stretch;display:flex;flex-direction:column;gap:10px;grid-column:1;grid-row:3/span 2;min-height:0}.settings-identity-grid__main-title-block{flex:0 0 auto}.settings-identity-grid__logo-middle{display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;min-height:0}.settings-identity-grid__logo-inner{flex:0 0 auto}.settings-identity-grid__cell--catalog-lower{align-self:stretch;display:flex;flex-direction:column;gap:10px;grid-column:2;grid-row:3/span 2;min-height:0}.settings-identity-grid__subheader-block{display:flex;flex:0 0 auto;flex-direction:column;min-height:0}.settings-identity-grid .form-group{display:flex;flex-direction:column;margin-bottom:0;min-width:0}.settings-identity-grid .form-label{color:#334155;font-size:13px;font-weight:600;margin-bottom:6px}.settings-identity-grid__label-row .form-label{margin-bottom:0}.settings-identity-grid__label-row--catalog .form-label{align-items:center;display:inline-flex;flex-wrap:wrap;gap:6px 8px;line-height:1.35}.settings-identity-grid .form-input:not(textarea):not([type=file]){box-sizing:border-box;min-height:44px;padding:10px 14px}.settings-identity-grid__field-row--slug .form-input,.settings-identity-grid__field-row--store .form-input,.settings-identity-grid__logo-inner .form-input,.settings-identity-grid__main-title-block .form-input{box-sizing:border-box;flex:0 0 auto;max-height:44px;min-height:44px;width:100%}.settings-identity-grid__subheader-textarea{box-sizing:border-box;flex:0 1 auto;font-family:inherit;font-size:14px;line-height:1.45;max-height:none;min-height:110px;padding:10px 14px;resize:vertical;width:100%}[dir=rtl] .settings-identity-grid__subheader-textarea{direction:rtl;text-align:right}.settings-identity-grid__catalog-body{display:flex;flex-direction:column;gap:6px}.settings-identity-grid__link-wrap{position:relative;width:100%}.settings-identity-grid__link-readonly{-webkit-padding-start:52px;-webkit-padding-end:14px;background:#f9fafb;border:1.5px solid #e0e6ed;border-radius:10px;box-sizing:border-box;color:#374151;direction:ltr;font-family:inherit;font-size:13px;line-height:1.35;min-height:42px;outline:none;padding-block:8px;padding-inline-end:14px;padding-inline-start:52px;text-align:left;width:100%}.settings-identity-grid__link-readonly:focus{border-color:#2c3e50;box-shadow:0 0 0 3px #2c3e501a}[dir=rtl] .settings-identity-grid__link-readonly{-webkit-padding-start:14px;-webkit-padding-end:52px;padding-inline-end:52px;padding-inline-start:14px}.settings-identity-grid__file{cursor:pointer;font-size:14px!important;line-height:1.4;min-height:44px!important;padding:8px 12px!important}.settings-identity-grid__file::-webkit-file-upload-button{-webkit-margin-end:12px;background:linear-gradient(135deg,#2c3e50,#34495e);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;margin-inline-end:12px;padding:8px 14px}.settings-identity-grid__file::-webkit-file-upload-button,.settings-identity-grid__file::file-selector-button{-webkit-margin-end:12px;background:linear-gradient(135deg,#2c3e50,#34495e);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;margin-inline-end:12px;padding:8px 14px}.settings-identity-grid__file::-webkit-file-upload-button:hover{filter:brightness(1.05)}.settings-identity-grid__file::-webkit-file-upload-button:hover,.settings-identity-grid__file::file-selector-button:hover{filter:brightness(1.05)}[dir=rtl] .settings-identity-grid{direction:rtl}.settings-identity-grid__qr{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;height:-webkit-fit-content;height:fit-content;min-width:0;padding:6px 6px 8px;text-align:center}.settings-identity-grid__label-row--qr .settings-identity-grid__qr-title{color:#1e293b;display:block;font-size:11.5px;font-weight:700;line-height:1.25;margin:0 0 2px}.settings-identity-grid__label-row--qr .settings-identity-grid__qr-hint{color:#64748b;font-size:9.5px;line-height:1.3;margin:0;max-width:148px}.settings-identity-grid__qr-box{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex:0 0 auto;justify-content:center;line-height:0;max-width:88px;padding:3px;width:100%}.settings-identity-grid__qr-box svg{display:block;height:72px;width:72px}.settings-identity-grid__qr-download{flex-shrink:0;font-size:10.5px!important;line-height:1.25;margin-top:6px;max-width:100%;padding:6px 9px!important;white-space:normal;width:auto}@media (max-width:900px){.settings-identity-grid{display:flex;flex-direction:column;gap:12px}.settings-identity-grid__cell--catalog-lower,.settings-identity-grid__cell--qr,.settings-identity-grid__field-row--slug,.settings-identity-grid__field-row--store,.settings-identity-grid__label-row--catalog,.settings-identity-grid__label-row--qr,.settings-identity-grid__label-row--store,.settings-identity-grid__left-stack{grid-column:auto;grid-row:auto}.settings-identity-grid__label-row{justify-content:flex-start}.settings-identity-grid__label-row--qr{text-align:inherit}.settings-identity-grid__label-row--store{order:1}.settings-identity-grid__field-row--store{order:2}.settings-identity-grid__label-row--catalog{order:3}.settings-identity-grid__field-row--slug{order:4}.settings-identity-grid__cell--catalog-lower{order:5}.settings-identity-grid__label-row--qr{order:6}.settings-identity-grid__cell--qr{order:7}.settings-identity-grid__left-stack{display:flex;flex-direction:column;order:8}.settings-identity-grid__logo-middle{flex:0 1 auto;justify-content:flex-start;min-height:0}.settings-identity-grid__cell--qr{justify-self:stretch;max-width:none}.settings-identity-grid__qr{height:auto;max-width:none;width:100%}.settings-identity-grid__qr-box{flex:0 1 auto;max-width:none}.settings-identity-grid__qr-download{margin-top:10px}.settings-identity-grid__file{font-size:14px!important;line-height:1.3;min-height:56px!important;padding:12px 18px!important}.settings-identity-grid__file::-webkit-file-upload-button{-webkit-margin-end:18px;border-radius:12px;font-size:14px;margin-inline-end:18px;padding:12px 18px}.settings-identity-grid__file::-webkit-file-upload-button,.settings-identity-grid__file::file-selector-button{-webkit-margin-end:18px;border-radius:12px;font-size:14px;margin-inline-end:18px;padding:12px 18px}}@media (max-width:1024px){.dashboard-layout{flex-direction:column}.dashboard-content{margin-left:0!important;padding-top:0;width:100%!important}.dashboard-container{padding:24px}.form-grid{grid-template-columns:1fr}}@media (max-width:768px){.dashboard-content{margin-left:0!important;padding-top:70px;width:100%!important}.dashboard-container{padding:16px}.dashboard-header{margin-bottom:24px}.dashboard-title{font-size:24px;margin-bottom:6px}.dashboard-subtitle{font-size:14px}.dashboard-description{font-size:13px;max-width:100%}.dashboard-card{border-radius:14px;margin-bottom:24px;padding:26px 28px}.dashboard-card:before{height:3px}.card-header{align-items:flex-start;background:#0000;border-bottom:2px solid #00000014;flex-direction:row;gap:12px;justify-content:space-between;margin-bottom:28px;padding-bottom:18px}.card-header:after{width:50px}[dir=rtl] .card-header{direction:rtl;flex-direction:row}[dir=rtl] .card-header>div{direction:rtl!important;text-align:right!important}.card-title{font-size:20px;margin-bottom:8px}.card-description{font-size:13px;line-height:1.6}.card-header:after{width:40px}.form-group{margin-bottom:20px}.form-label{font-size:13px;margin-bottom:6px}.form-input{font-size:14px;padding:12px 14px 12px 38px}[dir=rtl] .form-input{direction:rtl!important;padding:12px 38px 12px 14px!important;text-align:right!important}.input-icon{height:17px;left:12px;width:17px}[dir=rtl] .input-icon{left:auto;right:12px}[dir=rtl] .form-label{direction:rtl!important;text-align:right!important}.btn-primary{font-size:14px;padding:12px 20px}[dir=rtl] .btn-primary{flex-direction:row-reverse}.dashboard-card [style*="overflowX: auto"]{-webkit-overflow-scrolling:touch}.dashboard-card [style*="overflowX: auto"],[dir=rtl] .dashboard-card [style*="overflowX: auto"]{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}.dashboard-card table:not(.dashboard-categories-table){font-size:13px;min-width:700px}.dashboard-card table.dashboard-categories-table{min-width:0!important;width:100%!important}.dashboard-card td,.dashboard-card th{font-size:12px;padding:12px 8px;white-space:nowrap}.dashboard-card th{font-size:12px}.dashboard-card table:not(.dashboard-categories-table) td:first-child,.dashboard-card table:not(.dashboard-categories-table) th:first-child{background:inherit;left:0;position:-webkit-sticky;position:sticky;z-index:1}[dir=rtl] .dashboard-card table:not(.dashboard-categories-table) td:first-child,[dir=rtl] .dashboard-card table:not(.dashboard-categories-table) th:first-child{left:auto;right:0}.dashboard-card table:not(.dashboard-categories-table) thead th:first-child,[dir=rtl] .dashboard-card table:not(.dashboard-categories-table) thead th:first-child{background:#2c3e50}.dashboard-card [style*="display: flex"][style*="gap: 12px"]{flex-direction:column!important;gap:10px!important}.dashboard-card [style*="flex: 0 0 40%"]{flex:1 1 100%!important;width:100%!important}.dashboard-card [style*="flex: 1"]{width:100%!important}.dashboard-card button[style*="padding: 12px 20px"]{padding:10px 16px!important;width:100%!important}.dashboard-card [style*="grid-template-columns: repeat(auto-fill, minmax(150px, 1fr))"]{gap:12px!important;grid-template-columns:repeat(2,1fr)!important}.dashboard-card button[style*="+ Add Another Price"]{margin-top:8px!important;width:100%!important}.dashboard-card [style*="display: flex"][style*="justifyContent: space-between"]{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}.alert{font-size:13px;padding:12px 16px}}@media (max-width:576px){.dashboard-content{margin-left:0!important;padding-top:65px;width:100%!important}.dashboard-container{padding:12px}.dashboard-title{font-size:22px}.dashboard-description{font-size:12px;max-width:100%}.dashboard-card{border-radius:12px;padding:24px}.dashboard-card:before{height:3px}.card-header{background:#0000;border-bottom:2px solid #00000014;margin-bottom:20px;padding-bottom:14px}[dir=rtl] .card-header{direction:rtl;flex-direction:row}[dir=rtl] .card-header>div{direction:rtl!important;text-align:right!important}.card-title{font-size:19px}.card-header:after{width:35px}.form-input{font-size:14px;padding:12px 12px 12px 36px}[dir=rtl] .form-input{direction:rtl!important;padding:12px 36px 12px 12px!important;text-align:right!important}[dir=rtl] .input-icon{left:auto;right:12px}.input-icon{height:17px;width:17px}[dir=rtl] .form-label{direction:rtl!important;text-align:right!important}.btn-primary{font-size:14px;padding:11px 18px}[dir=rtl] .btn-primary{flex-direction:row-reverse}.dashboard-card [style*="overflowX: auto"]{-webkit-overflow-scrolling:touch;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.dashboard-card table:not(.dashboard-categories-table){font-size:12px;min-width:600px}.dashboard-card table.dashboard-categories-table{min-width:0!important;width:100%!important}.dashboard-card td,.dashboard-card th{font-size:11px;padding:10px 6px}.dashboard-card table:not(.dashboard-categories-table) td:first-child,.dashboard-card table:not(.dashboard-categories-table) th:first-child{background:#fff;box-shadow:2px 0 4px #0000001a;left:0;position:-webkit-sticky;position:sticky;z-index:2}.dashboard-card table:not(.dashboard-categories-table) thead th:first-child{background:#2c3e50;box-shadow:2px 0 4px #0003}[dir=rtl] .dashboard-card table:not(.dashboard-categories-table) td:first-child,[dir=rtl] .dashboard-card table:not(.dashboard-categories-table) th:first-child{box-shadow:-2px 0 4px #0000001a;left:auto;right:0}[dir=rtl] .dashboard-card table:not(.dashboard-categories-table) thead th:first-child{box-shadow:-2px 0 4px #0003}.dashboard-card img[style*="width: 50px"]{height:40px!important;width:40px!important}.dashboard-card [style*="grid-template-columns: repeat(auto-fill, minmax(150px, 1fr))"]{gap:10px!important;grid-template-columns:repeat(2,1fr)!important}.dashboard-card img[style*="height: 150px"]{height:120px!important}}.bg-type-selector{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}[dir=rtl] .bg-type-selector{direction:rtl;flex-direction:row-reverse}[dir=rtl] .type-btn{direction:rtl!important;text-align:right!important}.type-btn{border:1px solid #ddd;border-radius:20px;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:.3s}.visual-preview{border:1px solid #ddd;border-radius:8px;height:150px;margin-top:15px;overflow:hidden}.color-picker{cursor:pointer;height:50px;padding:4px!important}.form-actions{margin-top:30px}@media (min-width:769px) and (max-width:1024px){.dashboard-layout{flex-direction:row}.dashboard-content{margin-left:0!important;padding-top:0;width:100%!important}.dashboard-container{max-width:100%;padding:32px}.dashboard-header{margin-bottom:28px}.dashboard-title{font-size:30px;margin-bottom:8px}.dashboard-subtitle{font-size:15px}.dashboard-card{border-radius:12px;margin-bottom:24px;padding:26px 28px}.card-header{background:#0000;border-bottom:2px solid #00000014;margin-bottom:28px;padding-bottom:18px}.card-header:after{width:45px}[dir=rtl] .card-header{direction:rtl;flex-direction:row}[dir=rtl] .card-header>div,[dir=rtl] .form-input{direction:rtl!important;text-align:right!important}[dir=rtl] .form-input{padding:14px 44px 14px 14px!important}[dir=rtl] .input-icon{left:auto;right:14px}[dir=rtl] .form-label{direction:rtl!important;text-align:right!important}.card-icon{height:44px;width:44px}.card-title{font-size:22px}.card-description{font-size:13px}.form-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.form-group{margin-bottom:20px}.form-label{font-size:13px;margin-bottom:8px}.form-input{font-size:14px;padding:14px 14px 14px 44px}.btn-primary{font-size:15px;padding:14px 22px}.bg-type-selector{gap:12px;margin-bottom:18px}.type-btn{flex:0 1 auto;font-size:13px;padding:10px 18px}.visual-preview{height:180px;margin-top:16px}.color-picker{height:48px}.form-actions{margin-top:28px}.dashboard-card [style*="overflowX: auto"]{margin-left:-28px;margin-right:-28px;padding-left:28px;padding-right:28px}.dashboard-card table{font-size:13px}.dashboard-card td,.dashboard-card th{font-size:13px;padding:14px 12px}}@media (max-width:768px){.bg-type-selector{gap:10px;margin-bottom:16px}.type-btn{flex:1 1;font-size:12px;min-width:80px;padding:8px 14px;text-align:center}.visual-preview{height:120px;margin-top:12px}.color-picker{height:45px}.form-actions{margin-top:24px}.form-actions button{padding:14px!important;width:100%}}@media (max-width:576px){.bg-type-selector{gap:8px}.type-btn{font-size:11px;padding:6px 12px}.visual-preview{height:100px}.color-picker{height:40px}}.catalog-container{animation:backgroundShift 20s ease infinite;background:linear-gradient(135deg,#0a3d7a,#0d4a8f 50%,#0d1b4d);min-height:100vh;overflow-x:hidden;position:relative}@keyframes backgroundShift{0%,to{background:linear-gradient(135deg,#0a3d7a,#0d4a8f 50%,#0d1b4d)}50%{background:linear-gradient(135deg,#0d1b4d,#0a3d7a 50%,#0d4a8f)}}.catalog-container:before{animation:backgroundPulse 25s ease-in-out infinite;background:radial-gradient(circle at 20% 50%,#ffffff14 0,#0000 60%),radial-gradient(circle at 80% 80%,#ffffff14 0,#0000 60%),radial-gradient(circle at 50% 20%,#ffffff0d 0,#0000 50%);content:"";height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}@keyframes backgroundPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.catalog-header{animation:slideDown .8s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#fffffffa;border-bottom:1px solid #0a3d7a14;box-shadow:0 8px 32px #00000014;position:-webkit-sticky;position:sticky;top:0;z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.store-name{-webkit-text-fill-color:#0000;animation:fadeInLeft 1s cubic-bezier(.16,1,.3,1),gradientShift 3s ease infinite;background:linear-gradient(135deg,#0a3d7a,#0d4a8f,#0a3d7a);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;filter:drop-shadow(0 4px 12px rgba(10,61,122,.15));font-size:36px;font-weight:900;letter-spacing:-.8px}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}.search-container{animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) .3s both;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.search-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #0a3d7a26;border-radius:50px;box-shadow:0 4px 20px #0000000f;font-size:15px;padding:16px 24px 16px 56px;transition:all .4s cubic-bezier(.16,1,.3,1)}.search-input:focus{background:#fff;border-color:#0d4a8f66;box-shadow:0 0 0 6px #0d4a8f1a,0 8px 30px #0000001f;outline:none;transform:translateY(-3px)}.search-input::placeholder{color:#999;font-weight:400}.search-icon{color:#0d4a8f;left:20px;position:absolute;top:50%;transform:translateY(-50%);transition:all .4s cubic-bezier(.16,1,.3,1);z-index:1}.search-container:focus-within .search-icon,.search-input:focus+.search-icon{color:#0a3d7a;transform:translateY(-50%) scale(1.2)}.cart-button{animation:fadeInRight 1s cubic-bezier(.16,1,.3,1) .5s both;background:linear-gradient(135deg,#0a3d7a,#0d4a8f);border:none;border-radius:50px;box-shadow:0 6px 25px #0a3d7a59;color:#fff;font-size:15px;font-weight:700;overflow:visible;padding:16px 32px;position:relative;transition:all .4s cubic-bezier(.16,1,.3,1)}@keyframes fadeInRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.cart-button:before{background:#ffffff40;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .8s cubic-bezier(.16,1,.3,1),height .8s cubic-bezier(.16,1,.3,1);width:0}.cart-button:hover:before{height:400px;width:400px}.cart-button:hover{background:linear-gradient(135deg,#0d4a8f,#0f5ba3);box-shadow:0 12px 40px #0a3d7a80;transform:translateY(-4px) scale(1.02)}.cart-badge{align-items:center;animation:pulse 2.5s cubic-bezier(.16,1,.3,1) infinite;background:#ff4757;border:4px solid #fff;border-radius:50%;box-shadow:0 8px 25px #ff4757cc,0 0 0 3px #ff475733;color:#fff;display:flex;font-size:16px;font-weight:900;height:42px;justify-content:center;letter-spacing:-.5px;line-height:1;min-height:42px;min-width:42px;position:absolute;right:-8px;text-shadow:0 2px 4px #0000004d;top:-8px;width:42px;z-index:1000}@keyframes pulse{0%,to{box-shadow:0 4px 15px #ff475780;transform:scale(1)}50%{box-shadow:0 6px 20px #ff4757b3;transform:scale(1.2)}}.category-container{-ms-overflow-style:none;animation:fadeInUp 1.2s cubic-bezier(.16,1,.3,1) .7s both;display:flex;gap:14px;overflow-x:auto;padding:28px 0;scrollbar-width:none}.category-container::-webkit-scrollbar{display:none}.category-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #0a3d7a33;border-radius:50px;box-shadow:0 4px 15px #0000000f;color:#0a3d7a;font-size:15px;font-weight:700;overflow:hidden;padding:14px 32px;position:relative;transition:all .5s cubic-bezier(.16,1,.3,1);white-space:nowrap}.category-button:before{background:linear-gradient(135deg,#0a3d7a,#0d4a8f);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s cubic-bezier(.16,1,.3,1);width:100%;z-index:0}.category-button:hover:before{left:0}.category-button:hover{border-color:#0d4a8f80;box-shadow:0 8px 30px #0a3d7a4d;color:#fff;transform:translateY(-4px) scale(1.05)}.category-button.active{background:linear-gradient(135deg,#0a3d7a,#0d4a8f);border-color:#0000;box-shadow:0 8px 30px #0a3d7a66;color:#fff;transform:scale(1.05)}.category-button span{position:relative;z-index:1}.products-grid{grid-gap:24px;animation:fadeIn 1.2s cubic-bezier(.16,1,.3,1) .8s both;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));padding:32px 0;width:100%}@media (min-width:1400px){.products-grid{gap:28px;grid-template-columns:repeat(5,1fr)}}@media (min-width:1200px) and (max-width:1399px){.products-grid{gap:24px;grid-template-columns:repeat(4,1fr)}}@media (min-width:992px) and (max-width:1199px){.products-grid{gap:24px;grid-template-columns:repeat(3,1fr)}}@media (min-width:768px) and (max-width:991px){.products-grid{gap:20px;grid-template-columns:repeat(3,1fr)}}@media (min-width:576px) and (max-width:767px){.products-grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.products-grid{gap:16px;grid-template-columns:repeat(2,1fr)}}.product-card{animation:cardSlideUp .8s cubic-bezier(.16,1,.3,1) backwards;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#fffffffa;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 8px 30px #0000001a;cursor:pointer;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:all .5s cubic-bezier(.16,1,.3,1)}.product-card:first-child{animation-delay:.1s}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.3s}.product-card:nth-child(4){animation-delay:.4s}.product-card:nth-child(5){animation-delay:.5s}.product-card:nth-child(6){animation-delay:.6s}@keyframes cardSlideUp{0%{opacity:0;transform:translateY(50px) scale(.92) rotateX(5deg)}to{opacity:1;transform:translateY(0) scale(1) rotateX(0deg)}}.product-card:before{background:linear-gradient(135deg,#0a3d7a14,#0d4a8f14);content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .5s cubic-bezier(.16,1,.3,1);width:100%;z-index:1}.product-card:hover:before{opacity:1}.product-card:hover{border-color:#ffffff80;box-shadow:0 20px 50px #0000002e;transform:translateY(-8px) scale(1.03)}.product-image-container{background:linear-gradient(135deg,#f8f9fa,#e9ecef);flex-shrink:0;height:140px;overflow:hidden;position:relative}.product-image{filter:brightness(1) saturate(1);height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.16,1,.3,1);width:100%}.product-card:hover .product-image{filter:brightness(1.05) saturate(1.1);transform:scale(1.12) rotate(1deg)}.category-badge{animation:badgeFadeIn .8s cubic-bezier(.16,1,.3,1) .4s both;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #0a3d7a1a;border-radius:50px;box-shadow:0 4px 15px #0000001f;color:#0a3d7a;font-size:11px;font-weight:700;padding:6px 14px;position:absolute;right:12px;top:12px;z-index:2}@keyframes badgeFadeIn{0%{opacity:0;transform:scale(0) rotate(-180deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.product-info{background:#fff;display:flex;flex-direction:column;flex-grow:1;padding:10px 14px;position:relative;z-index:2}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#0a3d7a;display:-webkit-box;font-size:15px;font-weight:800;letter-spacing:-.3px;line-height:1.3;margin-bottom:5px;min-height:32px;overflow:hidden;transition:color .3s ease}.product-card:hover .product-name{color:#0d4a8f}.product-price{-webkit-text-fill-color:#0000;animation:gradientShift 3s ease infinite;background:linear-gradient(135deg,#0a3d7a,#0d4a8f,#0a3d7a);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;font-size:20px;font-weight:900;letter-spacing:-.4px;margin-bottom:8px}.view-details-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #0a3d7a33;border-radius:12px;box-shadow:0 2px 10px #0000000d;color:#0a3d7a;font-size:12px;font-weight:700;margin-top:auto;overflow:hidden;padding:7px 12px;position:relative;transition:all .4s cubic-bezier(.16,1,.3,1);width:100%}.view-details-btn:before{background:linear-gradient(135deg,#0a3d7a,#0d4a8f);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s cubic-bezier(.16,1,.3,1);width:100%;z-index:0}.view-details-btn:hover:before{left:0}.view-details-btn:hover{border-color:#0000;box-shadow:0 8px 30px #0a3d7a66;color:#fff;transform:translateY(-4px)}.view-details-btn span{position:relative;z-index:1}.price-filter-card{align-self:flex-start;animation:slideInLeft 1s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#fffffffa;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 6px 25px #00000014;max-width:100%;padding:14px 16px}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.price-input-group{margin-top:10px}.price-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #0a3d7a26;border-radius:10px;box-shadow:0 2px 8px #0000000a;color:#0a3d7a;font-size:13px;font-weight:600;padding:10px 14px;transition:all .4s cubic-bezier(.16,1,.3,1);width:100%}.price-input:focus{background:#fff;border-color:#0d4a8f66;box-shadow:0 0 0 4px #0d4a8f1a,0 4px 20px #0000001a;outline:none;transform:translateY(-2px)}.price-input::placeholder{color:#999;font-weight:400}.loading-container{align-items:center;animation:backgroundShift 20s ease infinite;background:linear-gradient(135deg,#0a3d7a,#0d4a8f 50%,#0d1b4d);display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.loading-container:before{animation:backgroundMove 25s linear infinite;background:radial-gradient(circle,#ffffff1a 1px,#0000 0);background-size:60px 60px;content:"";height:200%;position:absolute;width:200%}@keyframes backgroundMove{0%{transform:translate(0)}to{transform:translate(60px,60px)}}.loading-spinner{animation:spin 1.2s cubic-bezier(.16,1,.3,1) infinite;border:6px solid #fff3;border-radius:50%;border-top-color:#fff;box-shadow:0 0 40px #ffffff4d;height:80px;margin-bottom:32px;position:relative;width:80px;z-index:1}@keyframes spin{to{transform:rotate(1turn)}}.loading-text{animation:fadeInOut 2.5s cubic-bezier(.16,1,.3,1) infinite;color:#fff;font-size:22px;font-weight:700;letter-spacing:1px;position:relative;text-shadow:0 4px 15px #0000004d;z-index:1}@keyframes fadeInOut{0%,to{opacity:.7}50%{opacity:1}}.modal-overlay{align-items:center;animation:fadeIn .5s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000f0;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:3000}.modal-content{animation:modalSlideUp .7s cubic-bezier(.16,1,.3,1);background:#fff;border:1px solid #ffffff4d;border-radius:36px;box-shadow:0 40px 100px #0009;display:flex;flex-direction:column;max-height:95vh;max-width:1050px;overflow:hidden;width:100%}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(100px) scale(.9) rotateX(10deg)}to{opacity:1;transform:translateY(0) scale(1) rotateX(0deg)}}.cart-overlay{animation:fadeIn .4s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000a6;left:0;z-index:4000}.cart-overlay,.cart-sidebar{height:100%;position:fixed;top:0;width:100%}.cart-sidebar{animation:slideInRight .6s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#fffffffa;border-left:1px solid #ffffff4d;box-shadow:-8px 0 40px #00000040;display:flex;flex-direction:column;max-width:480px;right:0;z-index:4001}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.empty-state{animation:fadeIn 1s cubic-bezier(.16,1,.3,1);padding:100px 20px;text-align:center}.empty-state-icon{animation:float 4s cubic-bezier(.16,1,.3,1) infinite;filter:drop-shadow(0 10px 30px rgba(10,61,122,.3));height:160px;margin:0 auto 40px;opacity:.25;width:160px}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-30px) rotate(5deg)}}@media (max-width:768px){.products-scroll-wrapper{gap:20px}.product-card{min-width:200px!important}.product-image-container{height:260px}.store-name{font-size:26px}.cart-sidebar{max-width:100%}}html{scroll-behavior:smooth}::-webkit-scrollbar{height:12px;width:12px}::-webkit-scrollbar-track{background:#ffffff1a;border-radius:6px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#0a3d7ab3,#0d4a8fb3);background-clip:padding-box;border:3px solid #0000;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#0d4a8fe6,#0f5ba3e6);background-clip:padding-box}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,button,input,select{transition:all .3s cubic-bezier(.16,1,.3,1)}.glass-effect{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3}.catalog-four-cards-section .catalog-image-card{transition:box-shadow .35s ease,border-color .35s ease}.catalog-four-cards-section .catalog-image-card:hover{border-color:#0000001a;box-shadow:0 12px 28px #0000001f}.catalog-image-card-img{transition:transform .5s cubic-bezier(.16,1,.3,1)}.catalog-four-cards-section .catalog-image-card:hover .catalog-image-card-img{transform:scale(1.06)}.catalog-image-card-underline{transition:width .3s ease}.catalog-four-cards-section .catalog-image-card:hover .catalog-image-card-underline{width:48px!important}.catalog-banner-section .catalog-banner-image-wrap img{transition:transform .4s ease}.catalog-banner-section .catalog-banner-image-wrap:hover img{transform:scale(1.03)}.product-rating-stars .product-star-icon{transition:fill .2s ease,color .2s ease}:root{--primary:#4f46e5;--primary-soft:#4f46e515;--secondary:#f3f4f6;--product-columns:3}.catalog-btn{border-radius:0;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.catalog-btn:hover:not(:disabled){box-shadow:0 4px 12px #0000001f;transform:translateY(-1px)}.catalog-btn-hero{box-shadow:0 4px 14px #00000026}.catalog-btn-hero:hover{box-shadow:0 6px 20px #0003}.catalog-btn-hero-alt{box-shadow:0 4px 14px #0003}.catalog-btn-confirm:hover{filter:brightness(1.05)}.catalog-pagination-btn:disabled{cursor:not-allowed;opacity:.6}.catalog-pagination-num{border-radius:0}.hero-content-inner{padding:0 10%;position:relative;width:100%;z-index:2}.hero-content-inner-box{max-width:700px;text-align:right}.hero-title-main{color:#fff;font-size:4rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:16px;text-shadow:0 2px 20px #0000004d}.hero-subtitle-main{color:#fffffff2;font-size:1.25rem;font-weight:500;line-height:1.6;margin-bottom:32px;text-shadow:0 1px 6px #0003}@media (max-width:768px){.hero-content-inner{padding:0 8%}.hero-title-main{font-size:2.25rem;margin-bottom:12px}.hero-subtitle-main{font-size:1rem;margin-bottom:24px}}.catalog-features-bar{background:#f8f9fa;border-bottom:1px solid #eee;padding:36px 0}.catalog-features-inner{grid-gap:32px;align-items:start;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px;padding:0 24px;text-align:center}.catalog-feature-item{padding:0 8px}.catalog-feature-title{font-size:1rem;font-weight:700;letter-spacing:.01em;margin-bottom:6px}.catalog-feature-desc{color:#555;font-size:.875rem;line-height:1.5;margin:0}@media (max-width:768px){.catalog-features-bar{padding:28px 0}.catalog-features-inner{gap:24px;grid-template-columns:1fr;padding:0 20px}}.main-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fff;border-bottom:1px solid #eee;box-shadow:0 1px 0 #0000000a;padding:14px 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.main-header,.main-header .container{overflow:visible}.main-header .catalog-store-title{-webkit-box-decoration-break:clone;box-decoration-break:clone;display:inline-block;line-height:1.55;overflow:visible;padding:.2em 0 .35em;word-break:break-word}.main-header .catalog-header-logo{height:48px;max-height:48px}@media (max-width:768px){.main-header{padding:12px 0}.main-header .catalog-header-logo{height:38px!important}}.products-grid-nike{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:0 auto;max-width:1400px;padding:56px 24px}@media (min-width:1400px){.products-grid-nike{gap:36px;grid-template-columns:repeat(3,1fr);grid-template-columns:repeat(var(--product-columns,3),1fr);padding:64px 40px}}@media (min-width:992px) and (max-width:1399px){.products-grid-nike{gap:32px;grid-template-columns:repeat(3,1fr);padding:48px 32px}}@media (min-width:768px) and (max-width:991px){.products-grid-nike{gap:24px;grid-template-columns:repeat(2,1fr);padding:40px 20px}}@media (max-width:767px){.products-grid-nike{gap:16px;grid-template-columns:repeat(2,1fr);padding:32px 16px}}.product-card-nike{background:#fff;border:1px solid #ebebeb;border-radius:0;box-shadow:0 1px 3px #0000000f;cursor:pointer;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;will-change:transform}.product-card-nike:hover{border-color:#e0e0e0;box-shadow:0 8px 24px #00000014;transform:translateY(-4px)}.product-image-wrapper{aspect-ratio:1/1;background:#fafafa;overflow:hidden;position:relative;width:100%;will-change:transform}.product-image-nike{display:block;height:100%;object-fit:cover;transition:transform .4s ease;width:100%;will-change:transform}.product-card-nike:hover .product-image-nike{transform:scale(1.03)}.product-info-nike{display:flex;flex-direction:column;flex-grow:1;min-height:110px;padding:18px 16px}.product-card-meta-row{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.product-card-price-stack{align-items:flex-start;display:flex;flex-direction:column;gap:2px}.product-name-nike{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#111;display:-webkit-box;font-size:.9375rem;font-weight:600;line-height:1.45;margin-bottom:10px;min-height:44px;overflow:hidden}.product-card-nike:hover .product-name-nike{color:#4f46e5;color:var(--primary)}.add-to-cart-nike,.product-card-add-btn{border-radius:0;will-change:transform}.product-modal-overlay{align-items:center;display:flex;justify-content:center;padding:20px}.product-modal-container{background:#fff;border:1px solid #eee;border-radius:0;box-shadow:0 20px 50px #00000040;display:flex;flex-direction:row;max-height:90vh;max-width:1100px;overflow-y:auto;position:relative;width:100%;will-change:transform}.product-modal-gallery{background:#fafafa;border-left:1px solid #eee;flex:1.2 1;flex-direction:column;padding:28px;position:relative}.product-modal-gallery,.product-modal-main-img{align-items:center;display:flex;justify-content:center}.product-modal-main-img{height:500px;width:100%}.product-modal-info{display:flex;flex:1 1;flex-direction:column;padding:40px 44px}.product-modal-title{color:#111;font-size:2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:10px}@media (max-width:768px){.product-modal-overlay{padding:0}.product-modal-container{flex-direction:column;max-height:100vh}.product-modal-gallery{border-left:none;padding:12px}.product-modal-main-img{height:320px}.product-modal-info{padding:24px}.product-modal-title{font-size:1.5rem}}.cart-sidebar-nike{border-radius:0;max-width:420px;will-change:transform}@media (max-width:768px){.cart-sidebar-nike{max-width:100%}}.cart-item-img{background:#f5f5f5;border-radius:0;height:120px;object-fit:cover;width:120px}@media (max-width:768px){.cart-item-img{height:100px;width:100px}}.search-bar-nike{background:#f5f5f5;border:1px solid #0000;border-radius:0;min-width:280px;padding:10px 16px;transition:all .3s ease}.search-bar-nike:focus-within{background:#fff;border-color:#4f46e5;border-color:var(--primary)}.search-icon-nike{color:#666;margin-left:8px}.search-input-nike{background:#0000;border:none;color:#111;font-size:14px;outline:none;padding:0 12px;width:100%}.mobile-search{background:#fff;border-bottom:1px solid #e5e5e5;box-shadow:0 4px 20px #0000001a;display:none;left:0;padding:16px;position:fixed;right:0;top:0;z-index:2000}.mobile-search.active{display:block}.cart-btn-fixed{background:#4f46e5;background:var(--primary);border:none;border-radius:0;color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.02em;padding:12px 22px}.cart-btn-fixed:hover{box-shadow:0 4px 12px #00000026;filter:brightness(1.08)}.categories-nike{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:0 auto;max-width:1400px;padding:0 16px}.category-btn-nike{border-radius:0;cursor:pointer;font-size:.875rem;font-weight:600;letter-spacing:.02em;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.category-btn-nike:before{display:none}.category-btn-nike:hover:not(.active){border-color:#4f46e5;border-color:var(--primary);color:#4f46e5;color:var(--primary)}.category-btn-nike.active{background:#4f46e5;background:var(--primary);border-color:#4f46e5;border-color:var(--primary);color:#f3f4f6;color:var(--secondary)}@media (max-width:768px){.category-btn-nike{font-size:.8125rem;padding:8px 18px}}.catalog-pagination{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding:40px 20px}.catalog-pagination.catalog-pagination--load-more{padding-bottom:36px;padding-top:20px}.catalog-load-more-btn:hover:not(:disabled){filter:brightness(1.05)}.catalog-four-cards-section .catalog-grid-card,.catalog-four-cards-section [class*=catalog-grid]{border:1px solid #ebebeb;border-radius:0;box-shadow:0 1px 4px #0000000f}.catalog-four-cards-section .catalog-grid-card:hover{box-shadow:0 6px 20px #00000014}.catalog-four-cards-section{padding-bottom:clamp(.2rem,1vw,.85rem);padding-top:clamp(1.1rem,3.2vw,2.25rem)}.catalog-four-cards-section__heading{margin-bottom:clamp(.55rem,1.8vw,1.5rem)!important}.catalog-four-cards-section__heading .d-block.text-uppercase{margin-bottom:.35rem!important}.catalog-four-cards-section__heading h2{font-size:clamp(1.05rem,4.2vw,2rem)!important;line-height:1.2!important}.catalog-four-cards-section__heading .mx-auto.mt-3{margin-top:.5rem!important}.catalog-four-cards-grid{grid-gap:clamp(8px,2vw,20px);display:grid;gap:clamp(8px,2vw,20px);grid-template-columns:repeat(2,minmax(0,1fr));width:100%}@media (min-width:768px){.catalog-four-cards-grid{gap:clamp(6px,1.8vw,20px);grid-template-columns:repeat(4,minmax(0,1fr))}}.catalog-four-cards-grid .catalog-grid-card{aspect-ratio:3/4}@media (max-width:767.98px){.catalog-four-cards-section__container{padding-left:clamp(.35rem,2vw,.75rem);padding-right:clamp(.35rem,2vw,.75rem)}.catalog-four-cards-grid .catalog-grid-card img{object-position:center 20%}}.catalog-four-cards-grid .catalog-grid-card>div:last-child{padding:clamp(8px,2.5vw,20px)!important}@media (max-width:767.98px){.catalog-four-cards-grid .catalog-grid-card>div:last-child{padding:clamp(6px,2vw,14px)!important}.catalog-four-cards-grid .catalog-grid-card>div:last-child>div:last-child{margin-top:6px!important}}.catalog-four-cards-grid .catalog-grid-card h5{font-size:clamp(.55rem,2.6vw,1rem)!important;letter-spacing:clamp(0,.15vw,1px)!important}.catalog-four-cards-grid .catalog-grid-card p{font-size:clamp(.45rem,2.1vw,.7rem)!important;letter-spacing:clamp(0,.12vw,1px)!important}@media (max-width:767.98px){.catalog-four-cards-grid .catalog-grid-card h5{font-size:clamp(.72rem,3.2vw,.95rem)!important;line-height:1.15!important;margin-bottom:2px!important}.catalog-four-cards-grid .catalog-grid-card p{font-size:clamp(.58rem,2.6vw,.72rem)!important;line-height:1.25!important}}.hero-clean-section{align-items:center;background:#000;display:flex;height:66vh;min-height:450px;overflow:hidden;position:relative;width:100%}.hero-bg-layer{background-position:50%;background-size:cover;inset:0;position:absolute;z-index:0}.hero-overlay-layer{inset:0;opacity:.35;position:absolute;z-index:1}.hero-container-inner{position:relative;z-index:2}.hero-main-h1{color:#fff;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.hero-sub-p{color:#ffffffe6;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;max-width:550px}.hero-action-btn{border:none;border-radius:4px;font-size:1rem;font-weight:700;padding:14px 42px;transition:opacity .2s ease}.hero-action-btn:hover{opacity:.9}.features-flat-bar{background:#fff;border-bottom:1px solid #eee;padding:50px 0}.features-flat-grid{align-items:center;display:flex;gap:20px;justify-content:space-between}.feature-flat-item{flex:1 1;text-align:center}.feature-flat-item h4{font-size:1.1rem;font-weight:800;margin-bottom:8px;text-transform:uppercase}.feature-flat-item p{color:#666;font-size:.9rem;line-height:1.5;margin:0}.feature-flat-border{height:40px;width:1px}@media (max-width:768px){.features-flat-grid{flex-direction:column;gap:30px}.feature-flat-border{height:1px;width:40px}.hero-main-h1,.hero-sub-p{text-align:center}.hero-sub-p{margin-left:auto;margin-right:auto}.hero-content-reveal{align-items:center;display:flex;flex-direction:column}}.catalog-products-search-row{direction:rtl;margin:16px 0 12px}.catalog-products-search-inner{margin-left:auto;margin-right:auto;max-width:520px;width:100%}.catalog-products-main .search-bar-nike{border-radius:999px}.products-main-header{direction:rtl;margin-bottom:5px;margin-top:24px}.products-title-text{color:#1a1a1a;color:var(--products-title-color,var(--catalog-text,#1a1a1a));font-size:2.2rem;font-weight:900;letter-spacing:-.5px;margin-bottom:12px}.title-underline{-webkit-margin-after:20px;border-radius:2px;height:4px;margin-block-end:20px;width:60px}.products-main-header[data-heading-align=center] .title-underline{margin-inline:auto}.products-main-header[data-heading-align=start] .title-underline{-webkit-margin-end:auto;-webkit-margin-start:0;margin-inline-end:auto;margin-inline-start:0}.products-main-header[data-heading-align=end] .title-underline{-webkit-margin-start:auto;-webkit-margin-end:0;margin-inline-end:0;margin-inline-start:auto}.products-subtitle-text{color:#777;color:var(--products-subtitle-color,var(--catalog-text-muted,#777));font-size:1rem;line-height:1.6;max-width:600px}.products-main-header[data-heading-align=center] .products-subtitle-text{margin-inline:auto;text-align:center}.products-main-header[data-heading-align=start] .products-subtitle-text{-webkit-margin-end:auto;-webkit-margin-start:0;margin-inline-end:auto;margin-inline-start:0;text-align:start}.products-main-header[data-heading-align=end] .products-subtitle-text{-webkit-margin-start:auto;-webkit-margin-end:0;margin-inline-end:0;margin-inline-start:auto;text-align:end}@media (max-width:768px){.products-title-text{font-size:1.8rem}.products-subtitle-text{font-size:.9rem;padding:0 15px}}.products-section-flat{direction:rtl}.products-section-flat[data-product-cards=flat] .product-card-nike{border:1px solid #0f172a1a;border-radius:0;box-shadow:none}.products-section-flat[data-product-cards=soft] .product-card-nike{border:1px solid #0f172a14;border-radius:16px;box-shadow:0 6px 20px #0f172a14}.categories-flat-container{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:30px;margin-top:70px}.category-pill{border-radius:50px;cursor:pointer;font-size:.9rem;font-weight:600;outline:none;padding:8px 20px;transition:all .2s ease;white-space:nowrap}.category-pill:hover:not(.active){background-color:#efefef!important}.products-flat-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);grid-template-columns:repeat(var(--product-columns,3),1fr);padding-top:10px}.empty-state-container{padding:100px 20px;text-align:center}.empty-state-container h3{font-size:1.25rem;font-weight:700;margin-bottom:5px}.empty-state-container p{color:#888;font-size:.9rem}@media (max-width:1200px){.products-flat-grid{grid-template-columns:repeat(3,1fr);grid-template-columns:repeat(var(--product-columns,3),1fr)}}@media (max-width:992px){.products-flat-grid{gap:15px;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.categories-flat-container{justify-content:flex-start;overflow-x:auto;padding-bottom:10px;scrollbar-width:none}.categories-flat-container::-webkit-scrollbar{display:none}.category-pill{font-size:.85rem;padding:6px 16px}}.hero-flat-premium{align-items:center;display:flex;min-height:650px;overflow:hidden;position:relative}.hero-title-flat{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:900;letter-spacing:-1px;line-height:1.15;margin-bottom:1.5rem}.hero-tagline-flat{align-items:center;display:flex;font-size:.85rem;font-weight:700;gap:12px;letter-spacing:2px;opacity:.7;text-transform:uppercase}.dot-indicator{border-radius:50%;height:6px;width:6px}.hero-desc-flat{-webkit-margin-end:auto;font-size:1.15rem;line-height:1.7;margin-inline-end:auto;max-width:520px;opacity:.8}.hero-flat-text-col{text-align:center}.hero-flat-btn-row,.hero-flat-tagline-row{width:100%}.hero-flat-btn-row,.hero-flat-tagline-row{justify-content:center}@media (min-width:768px){.hero-flat-text-col{text-align:start}.hero-flat-tagline-row{justify-content:flex-start}.hero-flat-btn-row{justify-content:center}.hero-flat-text-col .hero-desc-flat,.hero-flat-text-col .hero-title-flat{text-align:start}.hero-flat-text-col .hero-desc-flat{-webkit-margin-start:0;-webkit-margin-end:auto;margin-inline-end:auto;margin-inline-start:0}}.hero-visual-wrapper{padding-left:20px;position:relative}.hero-image-box{background:#f8f8f8;border-radius:4px;height:580px;max-width:480px;overflow:hidden;width:100%}.hero-main-img{height:100%;object-fit:cover;width:100%}.hero-flat-badge{bottom:40px;box-shadow:0 10px 30px #00000014;font-size:.75rem;font-weight:800;letter-spacing:1px;padding:12px 24px;position:absolute;right:-10px}.hero-btn-flat{border:none;font-size:.95rem;font-weight:800;padding:16px 48px;text-transform:uppercase;transition:opacity .3s ease}.hero-btn-flat:hover{opacity:.9}@media (max-width:767.98px){.hero-title-flat{font-size:2.5rem;text-align:center}.hero-desc-flat{margin-inline:auto;text-align:center}.hero-visual-wrapper{padding-left:0}.hero-image-box{height:400px}}.footer-flat-clean{font-family:inherit}.footer-grid-layout{grid-gap:100px;display:grid;gap:100px;grid-template-columns:1fr 1.2fr;margin-bottom:60px}.footer-logo-text{font-size:2rem;font-weight:900;letter-spacing:-.5px;margin-bottom:20px}.footer-description-text{font-size:1rem;line-height:1.8;margin-bottom:30px;opacity:.7}.footer-contact-details .contact-item{display:flex;font-size:.95rem;gap:10px;margin-bottom:12px}.contact-label{opacity:.6}.footer-social-wrapper{margin-top:40px}.social-title{font-size:.95rem;font-weight:800;letter-spacing:2px;margin-bottom:18px;opacity:.65;text-transform:uppercase}.social-links{flex-wrap:wrap;gap:16px}.social-icon-btn,.social-links{align-items:center;display:flex}.social-icon-btn{background-color:#ffffff1a;border-radius:14px;box-shadow:0 2px 8px #0003;height:60px;justify-content:center;transition:background .3s ease,transform .2s ease,box-shadow .2s ease;width:60px}.social-icon-btn:hover{background-color:#fff3;box-shadow:0 4px 14px #00000047;transform:translateY(-2px)}.form-title{font-size:1.1rem;font-weight:800;margin-bottom:30px}.footer-contact-form{display:flex;flex-direction:column;gap:25px}.input-group-flat input,.input-group-flat textarea{background:#0000;border:none;font-size:1rem;outline:none;padding:10px 0;transition:border-color .3s ease;width:100%}.input-group-flat input::placeholder,.input-group-flat textarea::placeholder{color:inherit;opacity:.4}.footer-submit-btn{align-self:flex-start;border:none;cursor:pointer;font-size:.9rem;font-weight:800;padding:15px 40px;text-transform:uppercase}.footer-bottom-bar{padding-top:30px;text-align:center}.footer-bottom-bar p{font-size:.8rem;margin:0;opacity:.4}@media (max-width:991px){.footer-grid-layout{gap:60px;grid-template-columns:1fr}.footer-submit-btn{width:100%}}.catalog-products-dynamic{position:relative}.catalog-products-dynamic--loading{min-height:min(50vh,420px)}.catalog-products-loading-overlay{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#ffffffc7;border-radius:12px;display:flex;inset:0;justify-content:center;pointer-events:auto;position:absolute;z-index:10}.catalog-products-loading-spinner{animation:catalog-products-spin .75s linear infinite}@keyframes catalog-products-spin{to{transform:rotate(1turn)}}.catalog-products-grid--muted{opacity:.45;pointer-events:none;transition:opacity .2s ease}.catalog-page-root{max-width:100%;overflow-x:clip}.catalog-carousel-bleed{box-sizing:border-box;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;position:relative;width:100vw}.catalog-carousel-bleed--flush{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.catalog-carousel-slide-hero-title{color:#fff;font-size:clamp(1.35rem,4vw,2.75rem);font-weight:800;line-height:1.2;margin:0 0 10px;text-shadow:0 2px 20px #00000073}.catalog-carousel-slide-hero-sub{color:#ffffffeb;font-size:clamp(.95rem,2.2vw,1.1rem);line-height:1.65;margin:0;max-width:36rem;text-shadow:0 1px 14px #0006}.catalog-carousel-slide-hero-stack{box-sizing:border-box}.catalog-carousel-slide-hero-stack .hero-main-h1,.catalog-carousel-slide-hero-stack .hero-sub-p{text-shadow:0 2px 22px #0000008c}.catalog-carousel-slide-hero-stack .catalog-carousel-slide-cta-wrap,.catalog-carousel-slide-hero-stack .hero-main-h1{margin-top:0}.catalog-products-carousel-slide-grid .product-card-nike{height:auto;max-width:100%}.catalog-products-carousel-slide-grid .product-info-nike{flex-grow:0;min-height:0}.catalog-products-carousel-slide-cell{min-width:0}@media (max-width:520px){.catalog-products-carousel-slide-grid{margin-left:auto;margin-right:auto;max-width:min(100%,320px)}}.catalog-products-carousel-section .catalog-carousel-nav-btn--products-themed{background:#4f46e5!important;background:var(--products-carousel-nav-bg,#4f46e5)!important;border-radius:4px;box-shadow:0 4px 14px #0f172a26;color:#fff!important;color:var(--products-carousel-nav-fg,#fff)!important;opacity:1;text-shadow:none}.catalog-products-carousel-section .catalog-carousel-nav-btn--products-themed:hover{filter:brightness(1.07)}.catalog-carousel-shell{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}.catalog-carousel-nav-btn{background:#0000!important;border:none;color:#fff;cursor:pointer;font-size:28px;font-weight:300;height:44px;line-height:1;opacity:.92;text-shadow:0 2px 12px #00000073;transition:transform .2s ease,opacity .2s ease;width:44px}.catalog-carousel-nav-btn:hover{filter:drop-shadow(0 2px 10px rgba(0,0,0,.35));opacity:1}.catalog-carousel-slide-img{animation:catalogCarouselSlideFade .55s ease both}@keyframes catalogCarouselSlideFade{0%{opacity:.92;transform:scale(1.01)}to{opacity:1;transform:scale(1)}}.catalog-carousel-cta{align-items:center;border:none;box-shadow:0 8px 22px #0003;cursor:pointer;display:inline-flex;font-size:14px;font-weight:900;gap:8px;justify-content:center;padding:11px 22px;text-decoration:none;transition:transform .22s cubic-bezier(.34,1.3,.64,1),box-shadow .22s ease}.catalog-carousel-cta--primary:hover{box-shadow:0 14px 32px #00000047;transform:translateY(-2px)}.catalog-carousel-cta--outline{background:#ffffff1f!important;border:2px solid #ffffff8c!important;box-shadow:none;color:#fff!important}.catalog-carousel-cta--outline:hover{background:#fff3!important;transform:translateY(-2px)}.catalog-hero-cta-btn{transition:transform .2s ease,box-shadow .2s ease}.catalog-hero-cta-btn:hover{box-shadow:0 12px 28px #0000001f;transform:translateY(-2px)}.catalog-split-cta--primary{transition:transform .2s ease,box-shadow .2s ease}.catalog-split-cta--primary:hover{box-shadow:0 12px 28px #00000026;transform:translateY(-2px)}.catalog-split-cta--outline{transition:transform .2s ease,background .2s ease}.catalog-split-cta--outline:hover{background:#4f46e50f!important;transform:translateY(-2px)}.catalog-split-social-link{transition:transform .18s ease,box-shadow .18s ease}.catalog-split-social-link:hover{box-shadow:none}.catalog-split-section{border-radius:0!important;border-radius:var(--builder-section-radius,0)!important;padding:0!important}.catalog-split-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(2,minmax(0,1fr));min-height:inherit}@media (max-width:820px){.catalog-split-grid{grid-template-columns:1fr}}.catalog-split-media{align-items:stretch;background:#0b1220;border:0!important;display:flex;justify-content:stretch;min-height:340px;overflow:hidden;position:relative}.catalog-split-media,.catalog-split-media-img{border-radius:inherit!important;height:100%;width:100%}.catalog-split-media-img{display:block;min-height:inherit;object-fit:cover;object-position:center}.catalog-split-media-empty{align-items:center;background:linear-gradient(135deg,#ffffff14,#ffffff05);color:#ffffffbf;display:flex;font-size:14px;font-weight:800;justify-content:center;letter-spacing:-.01em;width:100%}.catalog-split-content{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:clamp(20px,3.6vw,48px)}.catalog-split-title{font-weight:950;letter-spacing:-.02em;line-height:1.15}.catalog-split-subtitle{font-weight:650;line-height:1.7;margin-top:10px;opacity:.9}.catalog-split-body{font-size:15px;line-height:1.95;margin-top:12px;opacity:.96;white-space:pre-wrap}.catalog-split-bullets{-webkit-padding-start:0!important;grid-gap:10px;display:grid;gap:10px;list-style:none;margin-top:14px;padding-inline-start:0!important}.catalog-split-bullets li{-webkit-padding-start:32px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff8c;border:1px solid #0f172a1a;font-weight:700;letter-spacing:-.01em;line-height:1.75;opacity:.98;padding:10px 12px;padding-inline-start:32px;position:relative}.catalog-split-bullets li:before{-webkit-margin-start:12px;background:#4f46e5;background:var(--catalog-split-accent,var(--primary,#4f46e5));border-radius:0;box-shadow:0 0 0 4px #4f46e52e;box-shadow:0 0 0 4px color-mix(in srgb,#4f46e5 18%,#0000);box-shadow:0 0 0 4px color-mix(in srgb,var(--catalog-split-accent,#4f46e5) 18%,#0000);content:"";height:10px;inset-inline-start:0;margin-inline-start:12px;position:absolute;top:50%;transform:translateY(-50%);width:10px}.catalog-split-social-link{align-items:center;border:1px solid color-mix(in srgb,#4f46e5 25%,#0000);border:1px solid color-mix(in srgb,var(--catalog-split-accent,var(--primary,#4f46e5)) 25%,#0000);border-radius:0;box-shadow:0 8px 20px #0f172a1a;display:inline-flex;height:48px;justify-content:center;text-decoration:none;width:48px}.catalog-split-social-link,.catalog-split-social-link:active,.catalog-split-social-link:hover,.catalog-split-social-link:visited{background:#0000;color:#4f46e5;color:var(--catalog-split-accent,var(--primary,#4f46e5))}.catalog-split-social-link:hover{background:#0000;box-shadow:0 8px 20px #0f172a1a;transform:none}.catalog-split-social-link:focus-visible{box-shadow:0 0 0 3px #4f46e547,0 14px 30px #0f172a1f;box-shadow:0 0 0 3px color-mix(in srgb,#4f46e5 28%,#0000),0 14px 30px #0f172a1f;box-shadow:0 0 0 3px color-mix(in srgb,var(--catalog-split-accent,#4f46e5) 28%,#0000),0 14px 30px #0f172a1f;outline:0}.catalog-split-cta{align-items:center;border-radius:0;display:inline-flex;font-size:15px;font-weight:950;gap:10px;justify-content:center;letter-spacing:-.01em;min-height:48px;padding:14px 22px;text-decoration:none;white-space:nowrap}.catalog-split-cta--primary{background:#4f46e5!important;background:var(--catalog-split-accent,var(--primary,#4f46e5))!important;border:1px solid #0000002e;box-shadow:0 14px 34px #0f172a33;color:#fff!important;color:var(--catalog-split-accent-contrast,#fff)!important}.catalog-split-cta--outline{background:#0000!important;border:2px solid #4f46e5!important;border:2px solid var(--catalog-split-accent,var(--primary,#4f46e5))!important;box-shadow:none;color:#4f46e5!important;color:var(--catalog-split-accent,var(--primary,#4f46e5))!important}.catalog-split-cta:hover{transform:translateY(-2px)}.catalog-split-cta--primary:hover{box-shadow:0 22px 50px #0f172a42;color:#4f46e5!important;color:var(--catalog-split-accent,var(--primary,#4f46e5))!important;filter:none}.catalog-split-cta--outline:hover,.catalog-split-cta--primary:hover{background:#f3f4f6!important;background:var(--catalog-split-secondary,var(--secondary,#f3f4f6))!important}@media (max-width:820px){.catalog-split-media{min-height:260px}.catalog-split-content{padding:18px 16px 22px}}.catalog-hero-carousel-img{animation:catalogCarouselSlideFade .55s ease both}.products-flat-grid--list{direction:ltr;grid-template-columns:1fr!important}.products-flat-grid--list .product-card-nike{align-items:stretch;display:flex;flex-direction:row-reverse;min-height:128px}.products-flat-grid--list .product-image-wrapper{align-self:stretch;flex-shrink:0;width:clamp(120px,34vw,220px)}.products-flat-grid--list .product-image-nike{height:100%;min-height:120px;object-fit:cover}.products-flat-grid--list .product-info-nike{direction:rtl;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;min-width:0;text-align:right}.products-flat-grid--list .product-card-meta-row{align-items:flex-start;display:flex;flex-direction:column;gap:10px;margin-top:10px;width:100%}@media (max-width:520px){.products-flat-grid--list .product-card-nike{flex-direction:column-reverse}.products-flat-grid--list .product-image-wrapper{width:100%}.products-flat-grid--list .product-image-nike{min-height:180px}}.products-flat-grid--gallery{align-items:stretch;grid-auto-flow:row;grid-template-columns:repeat(2,minmax(0,1fr))!important}.products-flat-grid--gallery .product-card-nike{height:100%;min-height:0}.products-flat-grid--gallery .product-info-nike{flex-grow:0;min-height:0}.products-flat-grid--gallery .product-card-nike:nth-child(3n+1){grid-column:1;grid-row:span 2}.products-flat-grid--gallery .product-card-nike:nth-child(3n+2),.products-flat-grid--gallery .product-card-nike:nth-child(3n+3){grid-column:2}.products-flat-grid--gallery .product-card-nike:nth-child(3n+1) .product-image-wrapper{aspect-ratio:unset;flex:1 1 auto;min-height:140px}.products-flat-grid--gallery .product-card-nike:nth-child(3n+1) .product-image-nike{height:100%;min-height:200px;object-fit:cover}.products-flat-grid--gallery .product-card-nike:nth-child(3n+2) .product-image-wrapper,.products-flat-grid--gallery .product-card-nike:nth-child(3n+3) .product-image-wrapper{aspect-ratio:1/1}@media (max-width:640px){.products-flat-grid--gallery{grid-template-columns:1fr!important}.products-flat-grid--gallery .product-card-nike:nth-child(3n+1),.products-flat-grid--gallery .product-card-nike:nth-child(3n+2),.products-flat-grid--gallery .product-card-nike:nth-child(3n+3){grid-column:auto;grid-row:auto}.products-flat-grid--gallery .product-card-nike:nth-child(3n+1) .product-image-wrapper{aspect-ratio:4/3;flex:initial;min-height:0}.products-flat-grid--gallery .product-card-nike:nth-child(3n+1) .product-image-nike{height:100%;min-height:0}}.catalog-page-root.catalog-theme-minimal{background:#fff}.catalog-theme-minimal .main-header{box-shadow:0 4px 22px #0f172a12}.catalog-page-root.catalog-theme-showcase{background:#fff}.catalog-page-root.catalog-theme-showcase .products-title-text{color:#111827;color:var(--products-title-color,#111827);font-size:2rem;font-weight:950;letter-spacing:-.02em;margin-bottom:18px}.catalog-page-root.catalog-theme-showcase .products-subtitle-text{color:#4b5563;color:var(--products-subtitle-color,#4b5563)}.catalog-page-root.catalog-theme-showcase .products-section-flat:not([data-product-cards]) .product-card-nike{border:1px solid #1118271a;border-radius:14px;box-shadow:0 6px 18px #0f172a0f}.catalog-page-root.catalog-theme-showcase .products-section-flat[data-product-cards=flat] .product-card-nike{border:1px solid #0f172a1a;border-radius:0;box-shadow:none}.catalog-page-root.catalog-theme-showcase .products-section-flat[data-product-cards=soft] .product-card-nike{border:1px solid #0f172a14;border-radius:16px;box-shadow:0 6px 20px #0f172a14}.catalog-page-root.catalog-theme-showcase .products-section-flat:not([data-product-cards]) .product-card-nike:hover,.catalog-page-root.catalog-theme-showcase .products-section-flat[data-product-cards=flat] .product-card-nike:hover,.catalog-page-root.catalog-theme-showcase .products-section-flat[data-product-cards=soft] .product-card-nike:hover{box-shadow:0 12px 28px #0f172a1a;transform:translateY(-2px)}.catalog-page-root.catalog-theme-showcase .product-image-wrapper{aspect-ratio:4/5;background:#f3f4f6;border-radius:12px;margin:12px}.catalog-page-root.catalog-theme-showcase .product-info-nike{min-height:0;padding:0 14px 16px}.catalog-page-root.catalog-theme-showcase .product-name-nike{color:#111;font-weight:800;margin-bottom:8px}.catalog-page-root.catalog-theme-showcase .product-card-meta-row{margin-top:8px}.catalog-page-root.catalog-theme-showcase .product-card-add-btn{border-radius:0!important;padding:10px 14px!important}.catalog-page-root.catalog-theme-showcase .categories-flat-container{margin-top:10px}.catalog-page-root.catalog-theme-showcase .category-pill{border-radius:0}.catalog-page-root.catalog-theme-showcase .catalog-load-more-btn{border-radius:0!important}.catalog-theme-restaurant{--restaurant-bg:#faf8f3;--restaurant-surface:#fff;--restaurant-ink:#2d2416;--restaurant-muted:#2d2416a6;--restaurant-line:#2d24161a;--restaurant-accent:#3d6b4f;--restaurant-accent-warm:#c8813a;--restaurant-serif:Georgia,"Times New Roman",Times,serif;--restaurant-topbar-bg:#2d2416;--restaurant-topbar-text:#f5e6c8;--restaurant-card-image-size:120px}.catalog-page-root.catalog-theme-restaurant{background:#faf8f3;background:var(--restaurant-bg,#faf8f3)}.catalog-theme-restaurant .products-title-text{color:#2d2416;color:var(--products-title-color,var(--restaurant-ink,#2d2416));font-family:Georgia,Times New Roman,Times,serif;font-size:2rem;font-weight:900;letter-spacing:-.02em}.catalog-theme-restaurant .products-subtitle-text{color:#2d2416a6;color:var(--products-subtitle-color,var(--restaurant-muted,#2d2416a6));font-family:Georgia,serif;font-style:italic}.catalog-theme-restaurant .title-underline{border-radius:2px;height:3px;width:50px}.catalog-page-root.catalog-theme-restaurant .categories-flat-container{margin-top:0}.catalog-restaurant-slim-bar{background:#2d2416;background:var(--restaurant-topbar-bg,#2d2416);border-bottom:2px solid color-mix(in srgb,#c8813a 40%,#0000);border-bottom:2px solid color-mix(in srgb,var(--restaurant-accent-warm,#c8813a) 40%,#0000);box-shadow:0 4px 20px #00000026;color:#faf8f3;color:var(--restaurant-topbar-text,#faf8f3);position:-webkit-sticky;position:sticky;top:0;z-index:1001}.catalog-restaurant-slim-bar__logo{border-radius:6px;height:40px;object-fit:contain}.catalog-restaurant-slim-bar__name{color:#f5e6c8;color:var(--restaurant-topbar-text,#f5e6c8);font-family:Georgia,serif;font-size:18px;font-weight:900;letter-spacing:.02em}.catalog-restaurant-slim-bar__icon{background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;color:#f5e6c8;color:var(--restaurant-topbar-text,#f5e6c8)}.catalog-restaurant-slim-bar__icon:hover{filter:brightness(1.05)}.catalog-restaurant-slim-bar__cart{align-items:center;background:#c8813a;background:var(--restaurant-accent-warm,#c8813a);border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;height:44px;justify-content:center;padding:0;position:relative;width:44px}.catalog-restaurant-slim-bar__badge{background:#fff;color:#2d2416;color:var(--restaurant-topbar-bg,#2d2416);font-weight:900}.catalog-restaurant-slim-bar__search{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;display:flex;flex:1 1;gap:10px;margin:0 12px;max-width:520px;padding:8px 12px}.catalog-restaurant-slim-bar__search-icon{color:#f5e6c8;color:var(--restaurant-topbar-text,#f5e6c8);flex-shrink:0;opacity:.9}.catalog-restaurant-slim-bar__search-input{background:#0000;border:none;color:#f5e6c8;color:var(--restaurant-topbar-text,#f5e6c8);font-family:Georgia,Times New Roman,Times,serif;font-family:var(--restaurant-serif,Georgia,"Times New Roman",Times,serif);font-size:13px;font-weight:700;outline:none;width:100%}.catalog-restaurant-slim-bar__search-input::placeholder{color:color-mix(in srgb,#f5e6c8 65%,#0000);color:color-mix(in srgb,var(--restaurant-topbar-text,#f5e6c8) 65%,#0000)}.catalog-restaurant-slim-bar__userwrap{align-items:center;display:inline-flex;position:relative}.catalog-restaurant-slim-bar__userbackdrop{background:#0000;border:none;inset:0;padding:0;position:fixed;z-index:1001}.catalog-restaurant-slim-bar__usermenu{background:#fff;border:1px solid #2d24161a;border:1px solid var(--restaurant-line,#2d24161a);border-radius:14px;box-shadow:0 14px 34px #00000038;color:#2d2416;color:var(--restaurant-ink,#2d2416);inset-inline-end:0;overflow:hidden;position:absolute;text-align:right;top:calc(100% + 8px);width:min(240px,72vw);z-index:1002}.catalog-restaurant-slim-bar__usermenu-title{border-bottom:1px solid #2d24161a;border-bottom:1px solid var(--restaurant-line,#2d24161a);font-family:Georgia,Times New Roman,Times,serif;font-family:var(--restaurant-serif,Georgia,"Times New Roman",Times,serif);font-weight:900;padding:12px 12px 10px}.catalog-restaurant-slim-bar__usermenu-item{background:#fff;border:none;color:#2d2416;color:var(--restaurant-ink,#2d2416);cursor:pointer;font-weight:900;padding:10px 12px;text-align:right;width:100%}.catalog-restaurant-slim-bar__usermenu-item:hover{background:color-mix(in srgb,#c8813a 12%,#fff);background:color-mix(in srgb,var(--restaurant-accent-warm,#c8813a) 12%,#fff)}.catalog-page-root.catalog-theme-restaurant[data-restaurant-decor=circles] .products-section-flat{overflow:hidden;position:relative}.catalog-page-root.catalog-theme-restaurant[data-restaurant-decor=circles] .products-section-flat:before{background:radial-gradient(circle at 90% 35%,color-mix(in srgb,#c8813a 30%,#0000) 0 140px,#0000 141px),radial-gradient(circle at 18% 72%,color-mix(in srgb,#c8813a 22%,#0000) 0 180px,#0000 181px),radial-gradient(circle at 72% 88%,color-mix(in srgb,#c8813a 18%,#0000) 0 120px,#0000 121px);background:radial-gradient(circle at 90% 35%,color-mix(in srgb,var(--restaurant-decor-color,#c8813a) 30%,#0000) 0 140px,#0000 141px),radial-gradient(circle at 18% 72%,color-mix(in srgb,var(--restaurant-decor-color,#c8813a) 22%,#0000) 0 180px,#0000 181px),radial-gradient(circle at 72% 88%,color-mix(in srgb,var(--restaurant-decor-color,#c8813a) 18%,#0000) 0 120px,#0000 121px);content:"";inset:0;opacity:.28;opacity:var(--restaurant-decor-opacity,.28);pointer-events:none;position:absolute}.catalog-page-root.catalog-theme-restaurant[data-restaurant-decor=arcs] .products-section-flat{overflow:hidden;position:relative}.catalog-page-root.catalog-theme-restaurant[data-restaurant-decor=arcs] .products-section-flat:before{background:radial-gradient(closest-side at 15% 30%,#0000 72%,color-mix(in srgb,#c8813a 45%,#0000) 73% 78%,#0000 79%),radial-gradient(closest-side at 85% 65%,#0000 70%,color-mix(in srgb,#c8813a 40%,#0000) 71% 76%,#0000 77%),radial-gradient(closest-side at 55% 92%,#0000 74%,color-mix(in srgb,#c8813a 35%,#0000) 75% 79%,#0000 80%);background:radial-gradient(closest-side at 15% 30%,#0000 72%,color-mix(in srgb,var(--restaurant-decor-color,#c8813a) 45%,#0000) 73% 78%,#0000 79%),radial-gradient(closest-side at 85% 65%,#0000 70%,color-mix(in srgb,var(--restaurant-decor-color,#c8813a) 40%,#0000) 71% 76%,#0000 77%),radial-gradient(closest-side at 55% 92%,#0000 74%,color-mix(in srgb,var(--restaurant-decor-color,#c8813a) 35%,#0000) 75% 79%,#0000 80%);content:"";inset:0;opacity:.28;opacity:var(--restaurant-decor-opacity,.28);pointer-events:none;position:absolute}.catalog-page-root.catalog-theme-restaurant[data-restaurant-decor=rings] .products-section-flat{overflow:hidden;position:relative}.catalog-page-root.catalog-theme-restaurant[data-restaurant-decor=rings] .products-section-flat:before{background:radial-gradient(circle at 82% 30%,#0000 0 120px,color-mix(in srgb,#c8813a 35%,#0000) 121px 136px,#0000 137px),radial-gradient(circle at 22% 72%,#0000 0 150px,color-mix(in srgb,#c8813a 28%,#0000) 151px 166px,#0000 167px),radial-gradient(circle at 60% 88%,#0000 0 90px,color-mix(in srgb,#c8813a 24%,#0000) 91px 104px,#0000 105px);background:radial-gradient(circle at 82% 30%,#0000 0 120px,color-mix(in srgb,var(--restaurant-decor-color,#c8813a) 35%,#0000) 121px 136px,#0000 137px),radial-gradient(circle at 22% 72%,#0000 0 150px,color-mix(in srgb,var(--restaurant-decor-color,#c8813a) 28%,#0000) 151px 166px,#0000 167px),radial-gradient(circle at 60% 88%,#0000 0 90px,color-mix(in srgb,var(--restaurant-decor-color,#c8813a) 24%,#0000) 91px 104px,#0000 105px);content:"";inset:0;opacity:.28;opacity:var(--restaurant-decor-opacity,.28);pointer-events:none;position:absolute}.catalog-page-root.catalog-theme-restaurant[data-restaurant-decor=waves] .products-section-flat{overflow:hidden;position:relative}.catalog-page-root.catalog-theme-restaurant[data-restaurant-decor=waves] .products-section-flat:before{background:radial-gradient(120px 60px at 20% 88%,color-mix(in srgb,#c8813a 22%,#0000) 0 68%,#0000 69%),radial-gradient(140px 70px at 55% 92%,color-mix(in srgb,#c8813a 18%,#0000) 0 68%,#0000 69%),radial-gradient(160px 80px at 86% 86%,color-mix(in srgb,#c8813a 16%,#0000) 0 68%,#0000 69%);background:radial-gradient(120px 60px at 20% 88%,color-mix(in srgb,var(--restaurant-decor-color,#c8813a) 22%,#0000) 0 68%,#0000 69%),radial-gradient(140px 70px at 55% 92%,color-mix(in srgb,var(--restaurant-decor-color,#c8813a) 18%,#0000) 0 68%,#0000 69%),radial-gradient(160px 80px at 86% 86%,color-mix(in srgb,var(--restaurant-decor-color,#c8813a) 16%,#0000) 0 68%,#0000 69%);content:"";inset:0;opacity:.28;opacity:var(--restaurant-decor-opacity,.28);pointer-events:none;position:absolute;transform:translateY(12px)}.catalog-floating-actions{align-items:stretch;display:flex;flex-direction:column;gap:10px;inset-inline-end:16px;position:fixed;z-index:1002}.catalog-floating-actions.catalog-floating-actions--phys-right{inset-inline-end:auto!important;inset-inline-start:auto!important;left:auto!important;right:16px!important}.catalog-floating-actions.catalog-floating-actions--phys-left{inset-inline-end:auto!important;inset-inline-start:auto!important;left:16px!important;right:auto!important}.catalog-floating-actions--solo-cart{gap:0}.catalog-floating-cart-pill{align-items:center;background:linear-gradient(155deg,color-mix(in srgb,#4f46e5 88%,#020617),#4f46e5 48%,color-mix(in srgb,#4f46e5 75%,#1e1b4b));background:linear-gradient(155deg,color-mix(in srgb,var(--primary,#4f46e5) 88%,#020617) 0,var(--primary,#4f46e5) 48%,color-mix(in srgb,var(--primary,#4f46e5) 75%,#1e1b4b) 100%);border:1px solid color-mix(in srgb,#4f46e5 55%,#fff 45%);border:1px solid color-mix(in srgb,var(--primary,#4f46e5) 55%,#fff 45%);border-radius:999px;box-shadow:0 12px 32px #0f172a38,0 2px 8px #0f172a1f,inset 0 1px 0 #ffffff2e;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.9rem;font-weight:750;gap:10px;justify-content:center;letter-spacing:.01em;min-height:48px;padding:11px 18px 11px 16px;transition:transform .2s ease,box-shadow .2s ease,filter .15s ease}.catalog-floating-cart-pill:hover{box-shadow:0 16px 40px #0f172a42,0 4px 14px #0f172a24,inset 0 1px 0 #ffffff38;filter:brightness(1.05);transform:translateY(-2px)}.catalog-floating-cart-pill:active{transform:translateY(0)}.catalog-floating-cart-pill__total{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:800;opacity:.96;white-space:nowrap}.catalog-floating-cart-pill__count{background:#fffffff7;border:1px solid #ffffff80;border-radius:999px;box-shadow:0 1px 3px #0000001f;font-size:12px;height:24px;min-width:24px;padding:0 7px}.catalog-floating-cart-corner-badge,.catalog-floating-cart-pill__count{align-items:center;color:#0f172a;display:inline-flex;font-weight:900;justify-content:center;line-height:1}.catalog-floating-cart-corner-badge{background:#fff;border:1px solid #0f172a24;border-radius:999px;box-shadow:0 1px 4px #00000024;font-size:11px;height:18px;inset-inline-end:-4px;min-width:18px;padding:0 5px;pointer-events:none;position:absolute;top:-5px}.catalog-floating-actions--solo-cart .catalog-floating-action-btn{border-radius:14px}.catalog-showcase-cart-topbar{background:#fff;background:var(--catalog-surface-topbar,#fff);border-bottom:1px solid #0f172a1a;box-shadow:0 4px 18px #0f172a0f;left:0;position:fixed;right:0;top:0;z-index:1003}.catalog-showcase-topbar__logo{border-radius:8px;flex-shrink:0;height:36px;max-width:120px;object-fit:contain;width:auto}.catalog-showcase-topbar__name{color:#111;color:var(--catalog-text,#111);font-size:1.05rem;font-weight:900;letter-spacing:-.02em}.catalog-topbar-icon-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#111;cursor:pointer;display:inline-flex;flex-shrink:0;height:42px;justify-content:center;padding:0;width:42px}.catalog-topbar-icon-btn:hover{border-color:#d1d5db;filter:brightness(1.03)}.catalog-topbar-cart-icon{align-items:center;background:#4f46e5;background:var(--primary,#111);border:none;border-radius:12px;box-shadow:0 4px 14px #0000001f;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;height:42px;justify-content:center;padding:0;position:relative;width:42px}.catalog-topbar-cart-icon:hover{filter:brightness(1.06)}.catalog-floating-action-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:0;box-shadow:0 4px 14px #0000001a;color:#111;cursor:pointer;display:flex;height:48px;justify-content:center;padding:0;position:relative;width:48px}.catalog-floating-action-btn:hover{border-color:#d1d5db;filter:brightness(1.03)}.catalog-floating-action-btn--cart{background:#4f46e5;background:var(--primary,#111);border:1px solid #0000002e;color:#f3f4f6;color:var(--secondary,#fff)}.catalog-floating-action-btn.catalog-floating-action-btn--cart.catalog-floating-cart-pill{background:linear-gradient(155deg,color-mix(in srgb,#4f46e5 88%,#020617),#4f46e5 48%,color-mix(in srgb,#4f46e5 75%,#1e1b4b));background:linear-gradient(155deg,color-mix(in srgb,var(--primary,#4f46e5) 88%,#020617) 0,var(--primary,#4f46e5) 48%,color-mix(in srgb,var(--primary,#4f46e5) 75%,#1e1b4b) 100%);border:1px solid color-mix(in srgb,#4f46e5 55%,#fff 45%);border:1px solid color-mix(in srgb,var(--primary,#4f46e5) 55%,#fff 45%);border-radius:999px;box-shadow:0 12px 32px #0f172a38,0 2px 8px #0f172a1f,inset 0 1px 0 #ffffff2e;color:#fff;flex-direction:row;gap:8px;height:auto;min-height:48px;min-width:52px;padding:10px 16px;width:auto}.catalog-floating-action-btn.catalog-floating-action-btn--cart.catalog-floating-cart-pill:hover{border-color:color-mix(in srgb,#4f46e5 42%,#fff 58%);border-color:color-mix(in srgb,var(--primary,#4f46e5) 42%,#fff 58%);filter:brightness(1.05);transform:translateY(-2px)}.catalog-floating-actions--showcase .catalog-floating-action-btn--cart.catalog-floating-cart-pill{border-radius:999px}.catalog-floating-cart-badge{align-items:center;background:#fff;border:1px solid #0000001f;border-radius:999px;color:#111;display:flex;font-size:11px;font-weight:800;height:20px;inset-inline-start:-6px;justify-content:center;line-height:1;min-width:20px;padding:0 6px;position:absolute;top:-6px}.catalog-floating-actions--showcase .catalog-floating-action-btn{border-radius:14px}.catalog-load-more-count{color:#666!important;color:var(--catalog-text-muted,#666)!important}@media (max-width:991px){.products-flat-grid{grid-template-columns:repeat(min(3,3),1fr)!important;grid-template-columns:repeat(min(var(--product-columns,3),3),1fr)!important}}@media (max-width:640px){.products-flat-grid{grid-template-columns:repeat(min(3,2),1fr)!important;grid-template-columns:repeat(min(var(--product-columns,3),2),1fr)!important}}@media (max-width:420px){.products-flat-grid{grid-template-columns:1fr!important}}.featured-products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-columns:repeat(var(--fp-cols,3),1fr)}@media (max-width:991px){.featured-products-grid{grid-template-columns:repeat(min(3,3),1fr);grid-template-columns:repeat(min(var(--fp-cols,3),3),1fr)}}@media (max-width:640px){.featured-products-grid{grid-template-columns:repeat(min(3,2),1fr);grid-template-columns:repeat(min(var(--fp-cols,3),2),1fr)}}@media (max-width:420px){.featured-products-grid{grid-template-columns:1fr}}.catalog-products-shell--aside{grid-gap:22px;align-items:start;display:grid;gap:22px;grid-template-columns:minmax(200px,260px) 1fr}@media (max-width:900px){.catalog-products-shell--aside{grid-template-columns:1fr}}.catalog-products-aside{align-self:start;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px;position:-webkit-sticky;position:sticky;top:72px}@media (min-width:901px){.catalog-products-aside--desktop{display:block}.catalog-products-filters-mobile{display:none!important}}@media (max-width:900px){.catalog-products-aside--desktop{display:none!important}.catalog-products-filters-mobile{display:flex;justify-content:flex-end;margin-bottom:10px;padding:0 2px}.catalog-products-filters-mobile__open{align-items:center;background:#fff;border:1px solid #0f172a1f;border-radius:16px;box-shadow:0 6px 18px #00000014;color:#111;color:var(--catalog-text,#111);cursor:pointer;display:flex;flex-direction:row;gap:12px;max-width:min(92vw,340px);padding:14px 16px 14px 18px;text-align:right;width:auto}.catalog-products-filters-mobile__icons{align-items:center;color:#4f46e5;color:var(--primary,#4f46e5);display:flex;flex-direction:column;flex-shrink:0;gap:4px;justify-content:center}.catalog-products-filters-mobile__icons svg{height:22px;width:22px}.catalog-products-filters-mobile__text{align-items:flex-end;display:flex;flex-direction:column;gap:2px;min-width:0}.catalog-products-filters-mobile__title{font-size:15px;font-weight:950;line-height:1.2}.catalog-products-filters-mobile__sub{color:#64748b;color:var(--catalog-text-muted,#64748b);font-size:12px;font-weight:700;line-height:1.35;max-width:168px}.catalog-products-filters-mobile__open:active{transform:scale(.98)}}.catalog-products-filters-drawer{display:none;inset:0;pointer-events:none;position:fixed;z-index:2400}@media (max-width:900px){.catalog-products-filters-drawer{display:block;pointer-events:auto}}.catalog-products-filters-drawer__backdrop{background:#0f172a73;border:none;cursor:pointer;inset:0;padding:0;position:absolute}.catalog-products-filters-drawer__panel{animation:catalog-filters-drawer-in .28s ease-out;background:#fff;bottom:0;box-shadow:-8px 0 32px #0000002e;display:flex;flex-direction:column;inset-inline-end:0;max-width:100%;position:absolute;top:0;width:min(92vw,340px)}@keyframes catalog-filters-drawer-in{0%{opacity:.85;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}[dir=rtl] .catalog-products-filters-drawer__panel{animation-name:catalog-filters-drawer-in-rtl}@keyframes catalog-filters-drawer-in-rtl{0%{opacity:.85;transform:translateX(-12px)}to{opacity:1;transform:translateX(0)}}.catalog-products-filters-drawer__head{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;font-size:15px;font-weight:950;gap:12px;justify-content:space-between;padding:14px 16px}.catalog-products-filters-drawer__close{align-items:center;background:#f8fafc;border:1px solid #0f172a1f;border-radius:10px;cursor:pointer;display:inline-flex;height:40px;justify-content:center;width:40px}.catalog-products-filters-drawer__body{flex:1 1;overflow-y:auto;padding:14px 16px 20px}.categories-flat-container--vertical{align-items:stretch!important;flex-direction:column;gap:8px!important;justify-content:flex-start!important;margin-top:16px!important}.categories-flat-container--vertical .category-pill{text-align:center;width:100%}.catalog-sidebar-filters{background:linear-gradient(165deg,#fff,#f8fafc);border:1px solid #0f172a14;border-radius:16px;box-shadow:0 10px 28px #0f172a0f;margin-top:4px;padding:14px 14px 16px}.catalog-sidebar-filters__head{border-bottom:1px solid #0f172a12;margin-bottom:12px;padding-bottom:12px}.catalog-sidebar-filters__title{color:#0f172a;font-size:15px;font-weight:950;letter-spacing:-.02em;margin:0 0 6px}.catalog-sidebar-filters__hint{color:#64748b;font-size:12px;font-weight:650;line-height:1.55;margin:0}.catalog-sidebar-filters__card{background:#ffffffd9;border:1px solid #0f172a0f;border-radius:12px;margin-bottom:10px;padding:10px 12px}.catalog-sidebar-filters__meta{color:#94a3b8;display:block;font-size:11px;font-weight:650;line-height:1.45;margin-top:6px}.catalog-sidebar-filters__field-label{margin-bottom:4px}.catalog-sidebar-filters__field-title{color:#334155;display:block;font-size:13px;font-weight:850}.catalog-sidebar-filters__input{background:#fff;border:1px solid #0f172a1f;border-radius:10px;font-size:14px;font-weight:700;padding:10px 12px;width:100%}.catalog-sidebar-filters__input:focus{border-color:#4f46e573;box-shadow:0 0 0 3px #4f46e51f;outline:none}.catalog-sidebar-filters__row{align-items:center;display:flex;font-size:14px;font-weight:700;gap:10px;margin-bottom:10px}.catalog-sidebar-filters__row--stack{align-items:stretch;flex-direction:column;gap:6px}.catalog-page-root.catalog-theme-showcase .showcase-inline-filters{margin:10px 0 14px}.catalog-page-root.catalog-theme-showcase .showcase-inline-filters .catalog-sidebar-filters{grid-gap:12px;align-items:start;background:#0000;border:none;box-shadow:none;display:grid;gap:12px;grid-template-columns:1fr 1fr 1.2fr;margin:0;padding:0}@media (max-width:920px){.catalog-page-root.catalog-theme-showcase .showcase-inline-filters .catalog-sidebar-filters{grid-template-columns:1fr}}.catalog-page-root.catalog-theme-showcase .showcase-inline-filters .catalog-sidebar-filters__head{display:none}.catalog-page-root.catalog-theme-showcase .showcase-inline-filters .catalog-sidebar-filters__card{background:#fff;border:1px solid #0f172a1a;border-radius:12px;box-shadow:0 6px 18px #0f172a0f;margin:0;padding:12px}.catalog-page-root.catalog-theme-showcase .showcase-inline-filters .catalog-sidebar-filters__meta{color:#6b7280;font-size:11px;margin-top:4px}.catalog-studio-edit-chip{align-items:center;background:#fffffff0;border:1px solid #0f172a1f;border-radius:12px;box-shadow:0 4px 14px #0f172a1a;color:#0f172a;cursor:pointer;display:inline-flex;height:38px;inset-inline-end:10px;justify-content:center;position:absolute;top:10px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;width:38px;z-index:12}.catalog-studio-edit-chip:hover{background:#fff;box-shadow:0 6px 20px #0f172a24;transform:translateY(-1px)}.catalog-studio-edit-chip--footer{inset-inline-end:16px;top:16px}.catalog-studio-switch-row{align-items:center;display:flex;gap:12px;justify-content:space-between;width:100%}.catalog-studio-switch-row--compact{justify-content:flex-end;width:auto}.catalog-studio-switch-row__label{color:#1e293b;flex:1 1;font-size:13px;font-weight:800;line-height:1.35;min-width:0}.catalog-studio-switch{background:#e2e8f0;border:1px solid #0f172a24;border-radius:999px;cursor:pointer;direction:ltr;flex-shrink:0;height:26px;padding:0;position:relative;transition:background .18s ease,border-color .18s ease;width:46px}.catalog-studio-switch:disabled{cursor:not-allowed;opacity:.45}.catalog-studio-switch--on{background:#111827;border-color:#111827}.catalog-studio-switch__thumb{background:#fff;border-radius:50%;box-shadow:0 1px 4px #0f172a33;height:20px;left:3px;position:absolute;top:3px;transition:transform .18s ease;width:20px}.catalog-studio-cardpicker{grid-gap:8px;display:grid;gap:8px}.catalog-studio-field-title{color:#0f172a;font-size:12px;font-weight:950;letter-spacing:-.01em}.catalog-studio-field-hint{color:#64748b;font-size:11px;font-weight:700;line-height:1.5}.catalog-studio-cardpicker-grid{grid-gap:10px;display:grid;gap:10px}.catalog-studio-choice-card{grid-gap:4px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #0f172a1f;border-radius:16px;box-shadow:0 10px 26px #0f172a0f;cursor:pointer;display:grid;gap:4px;padding:12px;text-align:right;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.catalog-studio-choice-card:hover:not(:disabled){border-color:#f9731680;box-shadow:0 16px 36px #0f172a1a;transform:translateY(-1px)}.catalog-studio-choice-card.is-active{background:linear-gradient(180deg,#f9731614,#f9731605);border-color:#f97316bf;box-shadow:0 18px 40px #f973162e}.catalog-studio-choice-card:disabled{cursor:not-allowed;opacity:.55}.catalog-studio-choice-card__label{color:#0f172a;font-size:13px;font-weight:950;letter-spacing:-.01em}.catalog-studio-choice-card__desc{color:#64748b;font-size:11px;font-weight:750;line-height:1.5}.studio-side-tabs{align-items:stretch;display:flex;flex-direction:column;gap:8px}.studio-side-tab{align-items:center;background:#fff;border:1px solid #0f172a1f;border-radius:14px;color:#0f172a;cursor:pointer;display:flex;font-size:12px;font-weight:950;gap:10px;justify-content:flex-start;padding:10px;width:112px}.studio-side-tab.is-active{border-color:#f97316b3;box-shadow:0 14px 30px #f973162e}.studio-side-tab span{white-space:nowrap}.studio-subtabs-row{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;margin-bottom:12px}.studio-subtab{background:#fff;border:1px solid #0f172a1f;border-radius:12px;color:#0f172a;cursor:pointer;font-size:12px;font-weight:900;padding:10px}.studio-subtab.is-active{background:#111827;border-color:#111827d9;color:#fff}.studio-subtab:disabled{cursor:not-allowed;opacity:.55}.studio-panel-layout{align-items:flex-start;display:flex;gap:12px}[dir=rtl] .studio-panel-layout{flex-direction:row-reverse}.studio-subnav{align-self:flex-start;display:flex;flex:0 0 140px;flex-direction:column;gap:8px;min-width:140px;position:-webkit-sticky;position:sticky;top:0}.studio-subnav-btn{background:#fff;border:1px solid #0f172a1f;border-radius:12px;color:#0f172a;cursor:pointer;font-size:12px;font-weight:900;padding:10px 12px;text-align:start;width:100%}[dir=rtl] .studio-subnav-btn{text-align:right}.studio-subnav-btn.is-active{background:#111827;border-color:#111827d9;color:#fff}.studio-subnav-btn:disabled{cursor:not-allowed;opacity:.55}.studio-panel-body{flex:1 1 auto;min-width:0}@media (max-width:520px){.studio-panel-layout,[dir=rtl] .studio-panel-layout{flex-direction:column}.studio-subnav{flex:0 0 auto;flex-direction:row;min-width:0;position:static;width:100%}.studio-subnav-btn{text-align:center}}.catalog-theme-restaurant .categories-flat-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#faf8f3f7;background:var(--restaurant-category-bar-bg,#faf8f3f7);border-bottom:1px solid #2d24161a;border-bottom:1px solid var(--restaurant-category-bar-border,var(--restaurant-line,#2d24161a));box-shadow:0 4px 16px color-mix(in srgb,#2d2416 6%,#0000);box-shadow:0 4px 16px color-mix(in srgb,var(--restaurant-ink,#2d2416) 6%,#0000);display:flex;flex-wrap:nowrap;gap:8px;justify-content:center;margin-bottom:0;margin-top:0;overflow-x:auto;padding:12px 20px;position:-webkit-sticky;position:sticky;scrollbar-width:none;top:56px;z-index:1002}.catalog-theme-restaurant .categories-flat-container::-webkit-scrollbar{display:none}.catalog-theme-restaurant .category-pill{background:#fff;border:1.5px solid color-mix(in srgb,#2d2416 18%,#0000);border:1.5px solid color-mix(in srgb,var(--restaurant-ink,#2d2416) 18%,#0000);border-radius:999px;box-shadow:0 2px 8px color-mix(in srgb,#2d2416 6%,#0000);box-shadow:0 2px 8px color-mix(in srgb,var(--restaurant-ink,#2d2416) 6%,#0000);color:#2d2416;color:var(--restaurant-ink,#2d2416);font-family:Georgia,serif;font-size:13px;font-weight:700;padding:8px 18px;transition:all .2s ease;white-space:nowrap}.catalog-theme-restaurant .category-pill:hover:not(.active){background:#f5ece0;border-color:#c8813a;border-color:var(--restaurant-accent-warm,#c8813a);color:#c8813a;color:var(--restaurant-accent-warm,#c8813a)}.catalog-theme-restaurant .category-pill.active{background:#2d2416!important;background:var(--restaurant-ink,#2d2416)!important;border-color:#2d2416!important;border-color:var(--restaurant-ink,#2d2416)!important;box-shadow:0 4px 14px color-mix(in srgb,#2d2416 25%,#0000);box-shadow:0 4px 14px color-mix(in srgb,var(--restaurant-ink,#2d2416) 25%,#0000);color:#f5e6c8!important}@media (max-width:768px){.catalog-theme-restaurant .categories-flat-container{top:52px}}.catalog-theme-restaurant .catalog-products-search-row{margin:8px 0 16px}.catalog-theme-restaurant .catalog-products-search-inner.search-bar-nike{background:#fff!important;border:1.5px solid color-mix(in srgb,#2d2416 15%,#0000)!important;border:1.5px solid color-mix(in srgb,var(--restaurant-ink,#2d2416) 15%,#0000)!important;border-radius:999px!important;box-shadow:0 4px 14px color-mix(in srgb,#2d2416 6%,#0000);box-shadow:0 4px 14px color-mix(in srgb,var(--restaurant-ink,#2d2416) 6%,#0000);max-width:440px}.catalog-theme-restaurant .search-input-nike{color:#2d2416;color:var(--restaurant-ink,#2d2416);font-family:Georgia,serif}.catalog-theme-restaurant .search-icon-nike{color:#c8813a;color:var(--restaurant-accent-warm,#c8813a)}.catalog-theme-restaurant .products-flat-grid:not(.products-flat-grid--list):not(.products-flat-grid--gallery) .product-card-nike{align-items:center;background:#0000!important;border:none!important;border-radius:18px!important;box-shadow:none!important;overflow:visible;text-align:center;transition:none!important}.catalog-theme-restaurant .products-flat-grid:not(.products-flat-grid--list):not(.products-flat-grid--gallery) .product-card-nike:hover{box-shadow:none!important;transform:none!important}.catalog-theme-restaurant .products-flat-grid:not(.products-flat-grid--list):not(.products-flat-grid--gallery) .product-image-wrapper{aspect-ratio:1/1;background:#f4efe4;border:1px solid #2d24161a;border:1px solid var(--restaurant-line,#2d24161a);border-radius:999px;box-shadow:0 10px 22px color-mix(in srgb,#2d2416 12%,#0000);box-shadow:0 10px 22px color-mix(in srgb,var(--restaurant-ink,#2d2416) 12%,#0000);margin:16px auto 10px;overflow:hidden;width:120px;width:var(--restaurant-card-image-size,120px)}.catalog-theme-restaurant .products-flat-grid:not(.products-flat-grid--list):not(.products-flat-grid--gallery) .product-image-nike{border-radius:0}.catalog-theme-restaurant .products-flat-grid:not(.products-flat-grid--list):not(.products-flat-grid--gallery) .product-info-nike{direction:rtl;padding:0 14px 16px!important;text-align:center;width:100%}.catalog-theme-restaurant .products-flat-grid:not(.products-flat-grid--list):not(.products-flat-grid--gallery) .product-name-nike{color:#2d2416!important;color:var(--restaurant-ink,#2d2416)!important;font-family:Georgia,Times New Roman,Times,serif;font-size:15px;font-weight:900;letter-spacing:-.01em;margin-bottom:8px}.catalog-theme-restaurant .products-flat-grid:not(.products-flat-grid--list):not(.products-flat-grid--gallery) .product-desc-nike{color:#2d241699!important;color:var(--restaurant-muted,#2d241699)!important;line-height:1.6;margin:0 auto 10px!important;max-width:34ch;min-height:3.2em}.catalog-page-root.catalog-theme-restaurant[data-restaurant-show-desc="0"] .product-desc-nike{display:none!important}.catalog-theme-restaurant .products-flat-grid:not(.products-flat-grid--list):not(.products-flat-grid--gallery) .product-card-meta-row{gap:12px;justify-content:center;margin-top:10px}.catalog-theme-restaurant .products-flat-grid:not(.products-flat-grid--list):not(.products-flat-grid--gallery) .product-card-price-stack{align-items:baseline;flex-direction:row;gap:8px}.catalog-theme-restaurant .products-flat-grid:not(.products-flat-grid--list):not(.products-flat-grid--gallery) .product-price-nike{color:#3d6b4f!important;color:var(--restaurant-accent,#3d6b4f)!important;font-family:Georgia,serif;font-weight:900!important}.catalog-theme-restaurant .products-flat-grid:not(.products-flat-grid--list):not(.products-flat-grid--gallery) .product-card-add-btn{background:#c8813a!important;background:var(--restaurant-accent-warm,#c8813a)!important;border:none!important;border-radius:999px!important;box-shadow:none!important;color:#fff!important;font-family:Georgia,Times New Roman,Times,serif;font-family:var(--restaurant-serif,Georgia,"Times New Roman",Times,serif);font-weight:900;height:34px!important;letter-spacing:.01em;padding:0 14px!important;width:auto!important}.catalog-theme-restaurant .catalog-products-carousel-section .product-card-meta-row,.catalog-theme-restaurant .products-flat-grid:not(.products-flat-grid--list):not(.products-flat-grid--gallery) .product-card-meta-row{align-items:center!important;flex-direction:column!important;gap:10px!important;justify-content:center!important}.catalog-theme-restaurant .catalog-products-carousel-section .catalog-products-carousel-slide-cell .product-card-nike,.catalog-theme-restaurant .catalog-products-carousel-section .product-card-nike{align-items:center;background:#0000!important;border:none!important;border-radius:18px!important;box-shadow:none!important;overflow:visible;text-align:center}.catalog-theme-restaurant .catalog-products-carousel-section .product-card-nike:hover{box-shadow:none!important;transform:none!important}.catalog-theme-restaurant .catalog-products-carousel-section .product-image-wrapper{aspect-ratio:1/1;background:#f4efe4;border:1px solid #2d24161a;border:1px solid var(--restaurant-line,#2d24161a);border-radius:999px;box-shadow:0 10px 22px color-mix(in srgb,#2d2416 12%,#0000);box-shadow:0 10px 22px color-mix(in srgb,var(--restaurant-ink,#2d2416) 12%,#0000);margin:16px auto 10px;overflow:hidden;width:120px;width:var(--restaurant-card-image-size,120px)}.catalog-theme-restaurant .catalog-products-carousel-section .product-info-nike{direction:rtl;padding:0 14px 16px!important;text-align:center;width:100%}.catalog-theme-restaurant .catalog-products-carousel-section .product-name-nike{color:#2d2416!important;color:var(--restaurant-ink,#2d2416)!important;font-family:Georgia,Times New Roman,Times,serif;font-family:var(--restaurant-serif,Georgia,"Times New Roman",Times,serif);font-weight:900}.catalog-theme-restaurant .catalog-products-carousel-section .product-desc-nike{color:#2d241699!important;color:var(--restaurant-muted,#2d241699)!important;line-height:1.6;margin:0 auto 10px!important;max-width:34ch;min-height:3.2em}.catalog-theme-restaurant .catalog-products-carousel-section .product-price-nike{color:#3d6b4f!important;color:var(--restaurant-accent,#3d6b4f)!important;font-family:Georgia,serif;font-weight:900!important}.catalog-theme-restaurant .catalog-products-carousel-section .product-card-add-btn{background:#c8813a!important;background:var(--restaurant-accent-warm,#c8813a)!important;border:none!important;border-radius:999px!important;box-shadow:none!important;color:#fff!important;font-family:Georgia,Times New Roman,Times,serif;font-family:var(--restaurant-serif,Georgia,"Times New Roman",Times,serif);font-weight:900;height:34px!important;letter-spacing:.01em;padding:0 14px!important;width:auto!important}.catalog-theme-restaurant .products-flat-grid--list{direction:rtl;gap:12px!important;grid-template-columns:1fr!important}.catalog-theme-restaurant .products-flat-grid--list .product-card-nike{align-items:stretch;background:#fff!important;border:1px solid color-mix(in srgb,#2d2416 8%,#0000)!important;border:1px solid color-mix(in srgb,var(--restaurant-ink,#2d2416) 8%,#0000)!important;border-radius:14px!important;box-shadow:0 4px 16px color-mix(in srgb,#2d2416 6%,#0000)!important;box-shadow:0 4px 16px color-mix(in srgb,var(--restaurant-ink,#2d2416) 6%,#0000)!important;display:flex;flex-direction:row;min-height:110px;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.catalog-theme-restaurant .products-flat-grid--list .product-card-nike:hover{box-shadow:0 8px 28px color-mix(in srgb,#2d2416 12%,#0000)!important;box-shadow:0 8px 28px color-mix(in srgb,var(--restaurant-ink,#2d2416) 12%,#0000)!important;transform:translateY(-2px)}.catalog-theme-restaurant .products-flat-grid--list .product-image-wrapper{align-self:stretch;border-radius:0;flex-shrink:0;order:1;width:clamp(100px,28vw,160px)}.catalog-theme-restaurant .products-flat-grid--list .product-image-nike{border-radius:0;height:100%;min-height:110px;object-fit:cover;width:100%}.catalog-theme-restaurant .products-flat-grid--list .product-info-nike{direction:rtl;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;min-width:0;order:2;padding:14px 16px!important;text-align:right}.catalog-theme-restaurant .product-desc-nike{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2d241699!important;color:var(--restaurant-muted,#2d241699)!important;display:-webkit-box!important;font-size:12px;font-style:italic;line-height:1.5;margin:0 0 8px!important;overflow:hidden}.catalog-page-root:not(.catalog-theme-restaurant) .product-desc-nike{display:none}.catalog-theme-restaurant .products-flat-grid--list .product-name-nike{-webkit-line-clamp:2;color:#2d2416!important;color:var(--restaurant-ink,#2d2416)!important;font-family:Georgia,Times New Roman,Times,serif;font-size:15px;font-weight:700;letter-spacing:-.01em;line-height:1.4;margin:0 0 6px!important;min-height:0}.catalog-theme-restaurant .products-flat-grid--list .product-card-meta-row{align-items:center!important;display:flex!important;flex-direction:row!important;gap:10px;justify-content:space-between!important;margin-top:auto!important}.catalog-theme-restaurant .products-flat-grid--list .product-card-price-stack{align-items:baseline;display:flex;flex-direction:row;gap:8px}.catalog-theme-restaurant .products-flat-grid--list .product-price-nike{color:#3d6b4f!important;color:var(--restaurant-accent,#3d6b4f)!important;font-family:Georgia,serif;font-size:1.1rem!important;font-weight:900!important}.catalog-theme-restaurant .products-flat-grid--list .product-compare-price{font-size:.9rem;opacity:.55;text-decoration:line-through}.catalog-theme-restaurant .products-flat-grid--list .product-card-add-btn{align-items:center;background:#c8813a!important;background:var(--restaurant-accent-warm,#c8813a)!important;border:none!important;border-radius:999px!important;box-shadow:0 4px 12px color-mix(in srgb,#c8813a 35%,#0000);box-shadow:0 4px 12px color-mix(in srgb,var(--restaurant-accent-warm,#c8813a) 35%,#0000);color:#fff!important;display:flex;flex-shrink:0;height:38px!important;justify-content:center;transition:transform .18s ease,box-shadow .18s ease;width:38px!important}.catalog-theme-restaurant .products-flat-grid--list .product-card-add-btn:hover{box-shadow:0 6px 18px color-mix(in srgb,#c8813a 50%,#0000);box-shadow:0 6px 18px color-mix(in srgb,var(--restaurant-accent-warm,#c8813a) 50%,#0000);transform:scale(1.08)}.catalog-theme-restaurant .product-card-category-badge{background:#2d2416bf!important;border-radius:999px!important;color:#f5e6c8!important;font-size:9px!important;padding:3px 8px!important}@media (max-width:520px){.catalog-theme-restaurant .products-flat-grid--list .product-card-nike{min-height:90px}.catalog-theme-restaurant .products-flat-grid--list .product-image-wrapper{width:90px}.catalog-theme-restaurant .products-flat-grid--list .product-name-nike{font-size:13px!important}.catalog-theme-restaurant .products-flat-grid--list .product-price-nike{font-size:.95rem!important}}.restaurant-menu-divider{align-items:center;color:#2d241659;display:flex;font-size:20px;gap:14px;justify-content:center;margin:28px 0 20px}.restaurant-menu-divider:after,.restaurant-menu-divider:before{background:#2d24161f;content:"";flex:1 1;height:1px}.catalog-theme-restaurant .empty-state-container h3{color:#2d2416;color:var(--restaurant-ink,#2d2416);font-family:Georgia,serif}.catalog-theme-restaurant .empty-state-container p{color:color-mix(in srgb,#2d2416a6 85%,#0000);color:color-mix(in srgb,var(--restaurant-muted,#2d2416a6) 85%,#0000)}.catalog-theme-restaurant .catalog-load-more-btn{background:#2d2416!important;background:var(--restaurant-ink,#2d2416)!important;border:none!important;border-radius:999px!important;color:#f5e6c8!important;font-family:Georgia,serif;letter-spacing:.02em}.catalog-theme-restaurant .catalog-load-more-btn:hover:not(:disabled){background:#c8813a!important;background:var(--restaurant-accent-warm,#c8813a)!important;color:#fff!important}.catalog-studio-switch--on .catalog-studio-switch__thumb{transform:translateX(20px)}.catalog-studio-product-pick-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:10px;justify-content:space-between;padding:8px 0}.catalog-studio-product-pick-row__name{color:#334155;flex:1 1;font-size:12px;font-weight:800;min-width:0}.legal-page{background:#f7f8fa;color:#1a1a1a;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.65;min-height:100vh;padding:24px 20px 48px}.legal-ltr{text-align:left}.legal-rtl{text-align:right}.legal-top{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin:0 auto 20px;max-width:42rem}.legal-back{background:none;border:none;color:#2c3e50;font-size:14px;font-weight:500;padding:0;text-decoration:none}.legal-back:hover{text-decoration:underline}.legal-back-arrow{opacity:.75}.legal-lang{background:#fff;border:1px solid #d8dde3;border-radius:8px;display:flex;gap:0;overflow:hidden}.legal-lang-btn{background:#0000;border:none;color:#5c6570;cursor:pointer;font-size:13px;font-weight:600;padding:8px 14px}.legal-lang-btn:hover{background:#f0f2f5}.legal-lang-btn.is-active{background:#2c3e50;color:#fff}.legal-tabs{border-bottom:1px solid #dde2e8;display:flex;gap:8px;margin:0 auto 28px;max-width:42rem;padding-bottom:0}.legal-tab{background:#0000;border:none;border-bottom:2px solid #0000;border-radius:8px 8px 0 0;color:#6b7280;cursor:pointer;flex:1 1;font-size:15px;font-weight:600;margin-bottom:-1px;padding:12px 16px}.legal-tab:hover{background:#2c3e500f;color:#2c3e50}.legal-tab.is-active{background:#0000;border-bottom-color:#2c3e50;color:#2c3e50}.legal-main{background:#fff;border:1px solid #e8ecf0;border-radius:12px;box-shadow:0 1px 3px #0000000a;margin:0 auto;max-width:42rem;padding:28px 24px 36px}.legal-doc-title{color:#111827;font-size:1.35rem;font-weight:700;line-height:1.35;margin:0 0 8px}.legal-domain{color:#4b5563;font-weight:600}.legal-updated{color:#6b7280;font-size:14px;font-style:italic;margin:0 0 28px}.legal-body{display:flex;flex-direction:column;gap:1.5rem}.legal-section{border-top:1px solid #eef1f4;padding-top:1.25rem}.legal-body .legal-section:first-of-type{border-top:none;padding-top:0}.legal-section-title{color:#1f2937;font-size:1.05rem;font-weight:700;margin:0 0 10px}.legal-section-intro{font-size:15px;margin:0 0 8px}.legal-p{color:#374151;font-size:15px;margin:0 0 10px}.legal-p:last-child{margin-bottom:0}.legal-list{-webkit-padding-start:1.25rem;color:#374151;font-size:15px;margin:0;padding-inline-start:1.25rem}.legal-list li{margin-bottom:8px}.legal-list li:last-child{margin-bottom:0}.legal-mailto{color:#1d4ed8;font-weight:600;text-decoration:none}.legal-mailto:hover{text-decoration:underline}.legal-rtl .legal-list{-webkit-padding-start:1.25rem;padding-inline-start:1.25rem}@media (min-width:640px){.legal-main{padding:32px 36px 40px}.legal-doc-title{font-size:1.5rem}}
/*# sourceMappingURL=main.043a7bcc.css.map*/