@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}@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{display:flex;flex:0 0 auto;flex-direction:column;gap:6px;padding:8px 16px}.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%}.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-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}}.products-main-header{direction:rtl;margin-bottom:5px;margin-top:70px;text-align:center}.products-title-text{font-size:2.2rem;font-weight:900;letter-spacing:-.5px;margin-bottom:12px}.title-underline{border-radius:2px;height:4px;margin:0 auto 20px;width:60px}.products-subtitle-text{color:#777;font-size:1rem;line-height:1.6;margin:0 auto;max-width:600px}@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}.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}.pd-page{background:#fff;direction:rtl;min-height:100vh}.pd-container{margin:0 auto;max-width:1100px;padding:18px 16px 40px}.pd-modal-container{background:#fff;border:1px solid #eee;border-radius:0;box-shadow:0 20px 50px #00000026;display:flex;flex-direction:row;max-height:90vh;max-width:1100px;overflow-y:auto;position:relative;width:100%}.pd-modal-close{background:#fff;border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;cursor:pointer;height:44px;left:20px;position:absolute;top:20px;width:44px;z-index:5}.pd-modal-close,.pd-modal-gallery{align-items:center;display:flex;justify-content:center}.pd-modal-gallery{background:#fafafa;border-left:1px solid #eee;flex:1.2 1;flex-direction:column;padding:28px;position:relative}.pd-modal-main-img{align-items:center;display:flex;height:500px;justify-content:center;width:100%}.pd-modal-img{max-height:100%;max-width:100%;object-fit:contain;transition:all .3s ease}.pd-modal-info{display:flex;flex:1 1;flex-direction:column;padding:40px 44px}.pd-modal-title{color:#111;font-size:2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:10px}.pd-modal-desc{color:#666;font-size:1.05rem;line-height:1.7;margin-bottom:30px;white-space:pre-wrap}.pd-modal-store{color:#111;font-weight:800;margin-top:auto;opacity:.85}.pd-image-placeholder{color:#999;font-size:12px;font-weight:800}.pd-thumbs{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}.pd-thumbs--center{justify-content:center}.pd-thumb{background:#fff;border:2px solid #0000;border-radius:12px;cursor:pointer;height:64px;overflow:hidden;padding:0;width:64px}.pd-thumb img{height:100%;object-fit:cover;width:100%}.pd-thumb.active{opacity:1}.pd-category{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:900;margin-bottom:12px;padding:6px 12px}.pd-error{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;color:#9a3412;font-weight:800;line-height:1.6;padding:12px 14px}@media (max-width:768px){.pd-modal-container{flex-direction:column;max-height:100vh}.pd-modal-gallery{border-left:none;padding:12px}.pd-modal-main-img{height:320px}.pd-modal-info{padding:24px}.pd-modal-title{font-size:1.5rem}}.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.a6704d70.css.map*/