:root{--bg:#f8f5f0;--surface:#fff;--text:#2f2b26;--muted:#746b61;--line:#e7ded3;--primary:#8b735f;--primary-dark:#5f4d3f;--soft:#eee6dc;--success:#2f6b4f;--error:#a14b3a;--shadow:0 18px 45px rgba(70,55,40,.10);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Tahoma,Arial,sans-serif;direction:rtl;color:var(--text);background:linear-gradient(180deg,#fbf8f3,#f4efe7);overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.navbar{position:sticky;top:12px;z-index:10;width:min(1120px,calc(100% - 28px));margin:12px auto 0;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.82);backdrop-filter:blur(14px);box-shadow:0 10px 28px rgba(60,45,30,.08)}.brand{font-weight:900;display:flex;gap:8px;align-items:center}.brand span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--soft);color:var(--primary-dark)}.nav-links{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.nav-links a{padding:9px 12px;border-radius:999px;color:var(--muted)}.nav-links a:hover,.nav-links a.active{background:var(--soft);color:var(--primary-dark)}.hero,.features,.section-wrap,.page-shell,.slider-section,.showcase-grid{width:min(1120px,calc(100% - 28px));margin:30px auto}.hero{padding:clamp(28px,5vw,58px);display:grid;grid-template-columns:1.2fr .8fr;gap:26px;align-items:center;border:1px solid var(--line);border-radius:34px;background:var(--surface);box-shadow:var(--shadow)}.hero h1,.section-title h1,.section-title h2,.glass-form h1{margin:12px 0;line-height:1.55;font-size:clamp(1.8rem,4.4vw,3.6rem)}.hero p,.glass-form p,.card p{color:var(--muted);line-height:1.9}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.eyebrow,.section-title span,.badge{display:inline-flex;width:fit-content;padding:7px 12px;border-radius:999px;background:var(--soft);color:var(--primary-dark);font-weight:800;font-size:.86rem}.btn,button{border:0;border-radius:15px;padding:12px 18px;cursor:pointer;font-family:inherit;font-weight:900;transition:.2s ease}.btn.primary,button{background:var(--primary-dark);color:#fff}.btn.ghost,button.secondary{background:#fff;color:var(--primary-dark);border:1px solid var(--line)}button:disabled{opacity:.48;cursor:not-allowed}.danger{background:#8f3f32!important}.hero-card,.card,.feature,.glass-form,.total-box{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--radius)}.hero-card{padding:28px;text-align:center}.hero-illustration{font-size:clamp(2.8rem,8vw,5rem);font-weight:900;color:var(--primary-dark);letter-spacing:-2px}.slider{position:relative;min-height:260px;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:var(--shadow);overflow:hidden}.slide{position:absolute;inset:0;padding:34px 64px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;opacity:0;pointer-events:none;transition:.45s ease}.slide.active{opacity:1;pointer-events:auto}.slide h2{font-size:clamp(1.5rem,3vw,2.3rem)}.slide-art{font-size:5rem;color:var(--primary)}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;padding:0}.slider-btn.prev{right:12px}.slider-btn.next{left:12px}.slider-dots{position:absolute;bottom:14px;right:0;left:0;display:flex;justify-content:center;gap:8px}.slider-dots button{width:9px;height:9px;padding:0;border-radius:50%;background:#d8cec2}.slider-dots button.active{background:var(--primary-dark)}.showcase-grid,.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.showcase-card,.feature{padding:22px;text-align:center}.showcase-card{background:#fff;border:1px solid var(--line);border-radius:20px;transition:.2s ease}.showcase-card:hover,.card:hover{transform:translateY(-4px)}.showcase-card span,.feature span{font-size:2rem}.section-title{text-align:center;margin:36px auto 22px;display:grid;place-items:center}.products,#adminProducts,.orders-grid,.cart-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}.card{padding:18px;transition:.2s ease;overflow:hidden}.product-card img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px;background:var(--soft);margin-bottom:14px}.card-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.stock{font-size:.84rem;color:var(--success);background:#edf6f0;border-radius:999px;padding:6px 10px}.stock.off{color:var(--error);background:#faece8}.price{font-weight:900;color:var(--primary-dark);font-size:1.08rem}.specs{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.specs span{font-size:.82rem;color:var(--muted);background:#faf7f2;border:1px solid var(--line);padding:6px 9px;border-radius:999px}.auth-page{min-height:calc(100vh - 96px);display:grid;place-items:center;padding:28px 14px}.glass-form{width:min(620px,100%);padding:28px}.admin-form,.search-form,.form-grid{max-width:none;width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.admin-form textarea,.admin-form button,.search-form button,.glass-form textarea,.contact-form textarea{grid-column:1/-1}input,textarea,select{width:100%;padding:13px 14px;margin:0;border-radius:14px;border:1px solid var(--line);background:#fff;color:var(--text);font-family:inherit;outline:none}textarea{min-height:110px;resize:vertical}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(139,115,95,.12)}.checkout-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:start}.cart-item{display:grid;grid-template-columns:92px 1fr;gap:16px}.thumb{width:82px;height:82px;border-radius:16px;object-fit:cover;background:var(--soft);flex:0 0 82px}.mini-product{display:flex;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.mini-list .mini-product:last-child{border-bottom:0}.total-box{margin-top:20px;padding:20px;display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}.total-box strong{font-size:1.25rem;color:var(--primary-dark)}.message{margin:10px 0;padding:13px 15px;border-radius:16px;background:#edf6f0;color:var(--success);border:1px solid #cfe7d8}.message.error{background:#faece8;color:var(--error);border-color:#eccfc8}.mini-title{margin:34px 0 16px}.empty-state{grid-column:1/-1;text-align:center;padding:34px}.contact-form{display:grid;gap:10px}.contact-card{line-height:2}.footer{text-align:center;color:var(--muted);padding:34px 14px 46px}.reveal{animation:fadeUp .65s ease both}.delay-1{animation-delay:.12s}@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:780px){.navbar{position:static;border-radius:22px;align-items:flex-start;flex-direction:column}.nav-links{width:100%;justify-content:flex-start}.hero,.checkout-grid{grid-template-columns:1fr}.slide{grid-template-columns:1fr;padding:26px 48px 54px}.slide-art{font-size:3.6rem}.admin-form,.search-form,.form-grid{grid-template-columns:1fr}.products,#adminProducts,.orders-grid,.cart-list{grid-template-columns:1fr}.cart-item{grid-template-columns:76px 1fr}.thumb{width:70px;height:70px}.hero-card{display:none}} :root{--bg:#fff8ec;--surface:#ffffff;--text:#2b2f3a;--muted:#6c7280;--line:#f3d7ba;--primary:#ff8fb3;--primary-dark:#ff6f91;--soft:#fff0a8;--success:#29a36a;--error:#df4d5f;--shadow:0 18px 45px rgba(255,143,179,.16);--radius:24px;--sky:#a7e8ff;--mint:#b8f7d4;--peach:#ffd5a5}body{background:radial-gradient(circle at top right,rgba(167,232,255,.45),transparent 34%),radial-gradient(circle at 12% 12%,rgba(255,240,168,.65),transparent 32%),linear-gradient(180deg,#fffaf1,#fff6fb)}.navbar{top:0;width:100%;max-width:none;margin:0;border-radius:0;border-width:0 0 1px 0;padding:14px clamp(16px,4vw,52px);justify-content:center;position:sticky}.brand{position:absolute;right:clamp(16px,4vw,52px);font-size:1.08rem}.brand span{background:linear-gradient(135deg,var(--soft),var(--sky));color:#e7517b}.nav-center{justify-content:center;gap:8px}.nav-links a,.nav-dropdown>button{font-family:inherit;font-weight:800;font-size:.94rem;padding:10px 13px;border:0;border-radius:999px;background:transparent;color:var(--text)}.nav-links a:hover,.nav-links a.active,.nav-dropdown:hover>button{background:#fff2f7;color:var(--primary-dark)}.nav-dropdown{position:relative}.dropdown-menu{position:absolute;top:calc(100% + 10px);right:50%;transform:translateX(50%) translateY(8px);min-width:210px;padding:10px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:var(--shadow);opacity:0;visibility:hidden;transition:.18s ease;z-index:20}.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu{opacity:1;visibility:visible;transform:translateX(50%) translateY(0)}.dropdown-menu a{display:block;border-radius:12px;margin:2px 0;color:var(--muted)}.hero,.features,.section-wrap,.page-shell,.slider-section,.showcase-grid{width:100%;max-width:none;margin:28px 0;padding-left:clamp(16px,4vw,52px);padding-right:clamp(16px,4vw,52px)}.hero{border-radius:0;border-left:0;border-right:0;background:linear-gradient(135deg,#fff,#fff6fb 48%,#effbff);min-height:470px}.hero-card,.card,.feature,.glass-form,.total-box,.slider,.showcase-card{border-color:#f7d9c4}.hero-illustration{color:#ff6f91;text-shadow:0 8px 0 rgba(255,240,168,.75)}.eyebrow,.section-title span,.badge{background:linear-gradient(135deg,#fff0a8,#d9fff0);color:#e7517b}.btn.primary,button{background:linear-gradient(135deg,#ff7fab,#ffb36d);box-shadow:0 10px 22px rgba(255,127,171,.24)}.btn.ghost,button.secondary{background:#fff;color:#ff6f91}.slider{background:linear-gradient(135deg,#fff,#f0fbff)}.slide-art{color:#ff8fb3}.showcase-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.showcase-card:nth-child(3n+1){background:#fff8d7}.showcase-card:nth-child(3n+2){background:#eefcff}.showcase-card:nth-child(3n){background:#fff1f7}.product-card{position:relative}.product-card img{background:linear-gradient(135deg,#fff1f7,#effbff)}.hover-summary{position:absolute;inset:auto 14px 86px 14px;display:grid;gap:6px;padding:14px;border:1px solid rgba(255,255,255,.75);border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 14px 32px rgba(43,47,58,.16);opacity:0;transform:translateY(10px);pointer-events:none;transition:.22s ease}.hover-summary strong{color:#e7517b}.hover-summary span{font-size:.84rem;color:var(--muted)}.product-card:hover .hover-summary,.product-card:focus-within .hover-summary{opacity:1;transform:translateY(0)}.stock{background:#ebfff4;color:#168b55}.stock.off{background:#fff0f2;color:#d93f55}.message{background:#effff6;color:#168b55;border-color:#bdf0d2}.message.error{background:#fff0f2;color:#d93f55;border-color:#ffc7d0}@media(max-width:860px){.navbar{align-items:center}.brand{position:static}.nav-center{width:100%;justify-content:center}.dropdown-menu{right:0;transform:translateY(8px)}.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu{transform:translateY(0)}.hero{min-height:auto}.hover-summary{position:static;opacity:1;transform:none;margin:10px 0 12px;background:#fffafc}.nav-links a,.nav-dropdown>button{font-size:.86rem;padding:8px 10px}} .social-links{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.social-links a{display:inline-flex;align-items:center;gap:7px;padding:10px 13px;border-radius:999px;background:#fff;border:1px solid #f7d9c4;color:#e7517b;font-weight:800;box-shadow:0 8px 18px rgba(255,127,171,.12);transition:.18s ease}.social-links a:hover{transform:translateY(-2px);background:#fff2f7}.social-links.compact{margin-inline-start:8px}.social-links.compact a{width:36px;height:36px;padding:0;justify-content:center}.footer{padding:34px clamp(16px,4vw,52px) 54px;background:linear-gradient(135deg,#fff,#fff8d7,#eefcff);border-top:1px solid #f7d9c4}.footer-inner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;text-align:right}.footer strong{font-size:1.35rem;color:#e7517b}.footer p{margin:.35rem 0 0}.mobile-float{display:none}.otp-panel{grid-column:1/-1;margin:8px 0 12px;padding:16px;border-radius:20px;background:linear-gradient(135deg,#fff8d7,#eefcff);border:1px solid #f7d9c4}.otp-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:10px}.otp-head strong{color:#e7517b}.otp-head span,.otp-note{font-size:.86rem;color:var(--muted)}.otp-grid{display:grid;grid-template-columns:1fr auto 1fr auto;gap:8px}.admin-settings{margin-top:22px}.settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.page-shell.full-release{width:100%;max-width:none;padding:0 clamp(16px,4vw,52px)}.product-card .price{display:inline-flex;background:#fff8d7;border-radius:999px;padding:8px 12px}.navbar::after{content:"";position:absolute;bottom:-1px;right:0;left:0;height:3px;background:linear-gradient(90deg,#ff8fb3,#fff0a8,#a7e8ff,#b8f7d4)}@media(max-width:980px){.social-links.compact{display:none}.otp-grid,.settings-grid{grid-template-columns:1fr}.footer-inner{justify-content:center;text-align:center}.mobile-float{display:none!important}} body{font-family:"Vazirmatn","IRANSans","Segoe UI",Tahoma,Arial,sans-serif;font-size:16px;letter-spacing:-.01em}.hero h1,.section-title h1,.section-title h2,.glass-form h1,.intro-text h2{font-family:"Vazirmatn","IRANSans","Segoe UI",Tahoma,Arial,sans-serif;font-weight:950;letter-spacing:-.035em}.navbar{gap:20px}.auth-actions{display:flex;align-items:center;gap:7px;margin-inline-start:4px}.nav-auth{display:inline-flex!important;align-items:center;justify-content:center;min-height:38px;border:1px solid #ffd1df!important;background:#fff!important;color:#e7517b!important;font-weight:950!important;padding:9px 14px!important;border-radius:999px!important;box-shadow:0 8px 18px rgba(255,127,171,.10)}.nav-auth.signup{background:linear-gradient(135deg,#ff7fab,#ffb36d)!important;color:#fff!important;border-color:transparent!important}.nav-auth.logout{background:#fff0f2!important;color:#d93f55!important;border:1px solid #ffc7d0!important;box-shadow:none}.intro-section{width:100%;max-width:none;margin:28px 0;padding:0 clamp(16px,4vw,52px);display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center}.intro-text,.intro-image{min-height:330px;border:1px solid #f7d9c4;border-radius:34px;background:rgba(255,255,255,.86);box-shadow:var(--shadow);padding:clamp(24px,4vw,42px)}.intro-text p{color:var(--muted);line-height:2.15;font-size:1.05rem}.intro-image{display:grid;place-items:center;text-align:center;position:relative;overflow:hidden;background:radial-gradient(circle at 70% 18%,rgba(255,240,168,.9),transparent 22%),radial-gradient(circle at 18% 75%,rgba(167,232,255,.7),transparent 24%),linear-gradient(135deg,#fff1f7,#eefcff)}.intro-image::before,.intro-image::after{content:"";position:absolute;border-radius:999px;background:rgba(255,143,179,.18);filter:blur(.2px)}.intro-image::before{width:120px;height:120px;right:10%;top:15%}.intro-image::after{width:90px;height:90px;left:12%;bottom:12%;background:rgba(184,247,212,.45)}.intro-kid{position:relative;z-index:1;width:160px;height:160px;border-radius:45px;display:grid;place-items:center;font-size:5rem;background:#fff;box-shadow:0 18px 45px rgba(43,47,58,.12);transform:rotate(-4deg);animation:floatToy 3.8s ease-in-out infinite}.intro-image strong,.intro-image span{position:relative;z-index:1}.intro-image strong{font-size:1.6rem;color:#e7517b}.intro-image span{color:var(--muted)}@keyframes floatToy{0%,100%{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-10px) rotate(3deg)}}.latest-products{grid-template-columns:repeat(4,minmax(0,1fr))}.all-products{margin-top:22px}.center-actions{display:flex;justify-content:center;margin-top:24px}.section-title p{max-width:720px;color:var(--muted);line-height:2;margin:.2rem auto 0}.products .product-card{animation:fadeUp .45s ease both}.search-form{margin-bottom:24px}@media(max-width:1100px){.latest-products{grid-template-columns:repeat(2,minmax(0,1fr))}.brand{position:static}.navbar{justify-content:space-between}.nav-center{justify-content:flex-start}}@media(max-width:760px){.intro-section{grid-template-columns:1fr}.intro-text,.intro-image{min-height:auto}.latest-products{grid-template-columns:1fr}.auth-actions{width:100%;justify-content:flex-start}.nav-auth{flex:0 0 auto}.social-links.compact{display:none}} .product-link{display:block}.product-detail-btn{display:inline-flex;justify-content:center;margin-inline-end:8px;margin-top:8px}.product-detail-shell{padding-top:28px}.product-detail-card{width:100%;margin:0 auto}.product-detail-grid{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(320px,1.05fr);gap:28px;align-items:stretch}.product-gallery,.product-info-panel{border:1px solid #f7d9c4;border-radius:34px;background:rgba(255,255,255,.9);box-shadow:var(--shadow);padding:18px}.gallery-stage{position:relative;min-height:520px;border-radius:28px;overflow:hidden;background:linear-gradient(135deg,#fff1f7,#effbff)}.gallery-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.04);transition:opacity .55s ease,transform 1.1s ease}.gallery-img.active{opacity:1;transform:scale(1)}.gallery-control{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;padding:0;font-size:2rem;line-height:1;background:rgba(255,255,255,.88)!important;color:#e7517b!important;border:1px solid #ffd1df!important;box-shadow:0 12px 26px rgba(43,47,58,.12)}.gallery-prev{right:14px}.gallery-next{left:14px}.gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.gallery-thumbs button{padding:3px;border-radius:16px;background:#fff!important;border:2px solid transparent!important;box-shadow:none}.gallery-thumbs button.active{border-color:#ff8fb3!important;background:#fff2f7!important}.gallery-thumbs img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px}.product-info-panel{display:flex;flex-direction:column;justify-content:center}.product-info-panel h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1.45;margin:.4rem 0}.detail-price{width:fit-content;margin:10px 0 16px;padding:12px 18px;border-radius:999px;background:#fff8d7;color:#e7517b;font-weight:950;font-size:1.35rem}.detail-specs,.buy-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0}.detail-specs span,.product-note,.form-notice{padding:12px 14px;border:1px solid #f7d9c4;border-radius:18px;background:#fffafc;color:var(--muted);line-height:1.8}.buy-options label{display:grid;gap:7px;font-weight:900;color:#e7517b}.buy-options select,.buy-options input{width:100%;padding:12px;border:1px solid #f7d9c4;border-radius:15px;background:#fff;font-family:inherit}.detail-actions{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.modeling-slider .slide{background:radial-gradient(circle at 18% 25%,rgba(255,240,168,.85),transparent 24%),radial-gradient(circle at 80% 70%,rgba(167,232,255,.55),transparent 28%)}.modeling-photo{width:min(360px,34vw);height:230px;border-radius:42% 58% 48% 52%/54% 42% 58% 46%;position:relative;overflow:hidden;display:grid;place-items:end center;padding-bottom:22px;color:#fff;font-weight:950;text-shadow:0 2px 14px rgba(43,47,58,.28);box-shadow:0 24px 55px rgba(255,127,171,.24);animation:modelFloat 4s ease-in-out infinite}.modeling-photo:before{content:"";position:absolute;inset:22px 34px 46px;border-radius:48% 52% 44% 56%;background:linear-gradient(180deg,#ffe5bf,#ff9fc0 55%,#8bdcf7);box-shadow:inset 0 -28px 0 rgba(255,255,255,.25)}.modeling-photo:after{content:"";position:absolute;top:34px;width:74px;height:74px;border-radius:50%;background:#ffd5a5;box-shadow:0 76px 0 18px rgba(255,255,255,.78),-48px 96px 0 -18px #ffd5a5,48px 96px 0 -18px #ffd5a5}.modeling-photo span{position:relative;z-index:2}.model-1{background:linear-gradient(135deg,#ff8fb3,#ffd5a5)}.model-2{background:linear-gradient(135deg,#8bdcf7,#b8f7d4)}.model-3{background:linear-gradient(135deg,#bda7ff,#ffb5d0)}@keyframes modelFloat{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-10px) rotate(2deg)}}.admin-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.admin-actions button{padding:10px 12px}.form-notice{grid-column:1/-1;background:linear-gradient(135deg,#fff8d7,#eefcff);color:#e7517b;font-weight:800}.inventory-card .thumb{width:100%;height:190px;object-fit:cover;border-radius:18px;margin-bottom:12px}.related-wrap{padding-left:0!important;padding-right:0!important}@media(max-width:980px){.product-detail-grid{grid-template-columns:1fr}.gallery-stage{min-height:380px}.detail-specs,.buy-options{grid-template-columns:1fr}.modeling-photo{width:230px;height:190px}.gallery-thumbs{grid-template-columns:repeat(4,1fr)}}@media(max-width:680px){.gallery-stage{min-height:310px}.product-gallery,.product-info-panel{border-radius:24px;padding:12px}.gallery-control{width:38px;height:38px}.detail-actions .btn,.detail-actions button{width:100%;text-align:center}.modeling-photo{display:none}} :root{--bg:#fff9ef;--surface:#ffffff;--text:#243044;--muted:#687386;--line:#ffe0c7;--primary:#ff7aa8;--primary-dark:#f05b88;--accent:#5bcdf5;--sun:#ffd45c;--mint:#8df0c0;--lav:#c7b5ff;--peach:#ffb86b;--soft:#fff4c7;--success:#22a66a;--error:#e84d64;--shadow:0 24px 60px rgba(62,76,108,.12);--radius:28px}body{font-family:Tahoma,Arial,sans-serif;background:radial-gradient(circle at 12% 4%,rgba(255,212,92,.45),transparent 24%),radial-gradient(circle at 90% 10%,rgba(91,205,245,.36),transparent 28%),radial-gradient(circle at 20% 92%,rgba(199,181,255,.32),transparent 30%),linear-gradient(180deg,#fffaf0,#fff7fb 55%,#f1fcff);color:var(--text)}.navbar{background:rgba(255,255,255,.88);box-shadow:0 16px 40px rgba(255,122,168,.12);border-bottom:1px solid rgba(255,184,107,.32)}.brand{color:#f05b88}.brand span{background:conic-gradient(from 180deg,var(--sun),var(--accent),var(--primary),var(--sun));color:#fff;box-shadow:0 8px 18px rgba(240,91,136,.2)}.nav-links a,.nav-dropdown>button{transition:transform .18s ease,background .18s ease}.nav-links a:hover,.nav-dropdown>button:hover{transform:translateY(-2px)}.nav-auth.signup,.nav-auth.logout{background:linear-gradient(135deg,var(--primary),var(--peach))!important;color:#fff!important;box-shadow:0 12px 24px rgba(255,122,168,.25)}.hero{background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,247,251,.94) 48%,rgba(230,250,255,.96));position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:auto -80px -120px auto;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,var(--sun),transparent 68%);opacity:.28}.hero h1{letter-spacing:-.8px}.hero-card{background:linear-gradient(145deg,#fff,#fff8db);transform:rotate(-1deg)}.hero-illustration{background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none}.slider{min-height:335px;border-radius:34px;background:#fff;box-shadow:0 26px 70px rgba(62,76,108,.13)}.slide{padding:36px 72px;background:linear-gradient(135deg,#fff,#fff8f0 48%,#ecfbff)}.slide h2{margin:.6rem 0}.modeling-photo-img{width:min(380px,36vw);height:260px;object-fit:cover;border-radius:36px;box-shadow:0 24px 55px rgba(255,122,168,.2);animation:modelFloat 4.5s ease-in-out infinite}.showcase-card,.feature,.card,.glass-form,.product-gallery,.product-info-panel{background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border:1px solid rgba(255,184,107,.32)}.showcase-card{box-shadow:0 14px 35px rgba(62,76,108,.08)}.showcase-card:nth-child(4n+1){background:#fff8d8}.showcase-card:nth-child(4n+2){background:#effbff}.showcase-card:nth-child(4n+3){background:#fff1f7}.showcase-card:nth-child(4n+4){background:#effff7}.product-card{position:relative;border-radius:28px}.product-card:before{content:"";position:absolute;inset:0 0 auto 0;height:6px;background:linear-gradient(90deg,var(--primary),var(--sun),var(--accent),var(--mint));opacity:.85}.product-card img{border-radius:22px;transition:transform .25s ease}.product-card:hover img{transform:scale(1.035)}.btn.primary,button{background:linear-gradient(135deg,var(--primary),var(--peach));box-shadow:0 13px 26px rgba(255,122,168,.25)}button:hover,.btn:hover{transform:translateY(-2px)}.btn.ghost,button.secondary{border:1px solid rgba(255,122,168,.28);color:var(--primary-dark);background:#fff}.eyebrow,.section-title span,.badge{background:linear-gradient(135deg,#fff4c7,#e9fbff);color:#ec5d89}.price,.detail-price,.total-box strong{color:#f05b88}.stock{background:#eaffeF;color:#168554}.stock.off{background:#fff0f3;color:#d9455d}.image-uploader-panel{grid-column:1/-1;padding:18px;border:1px dashed rgba(240,91,136,.42);border-radius:24px;background:linear-gradient(135deg,#fffafd,#f0fcff);display:grid;gap:14px}.uploader-head{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;align-items:center}.uploader-head strong{font-size:1.05rem;color:#f05b88}.uploader-head span,.field-hint{color:var(--muted);line-height:1.8}.main-image-picker{background:#fff}.image-slots{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.image-slot{display:grid;gap:8px;padding:12px;border-radius:18px;background:#fff;border:1px solid rgba(255,184,107,.35);font-weight:800;color:#536072}.image-slot span{color:#f05b88}.image-slot input{padding:10px;background:#fff9f1}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:10px}.preview-card{position:relative;padding:8px;border-radius:18px;background:#fff;border:1px solid rgba(91,205,245,.35);box-shadow:0 10px 22px rgba(62,76,108,.07)}.preview-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:13px}.preview-card span{position:absolute;top:12px;right:12px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:white;font-weight:900}.preview-card small{display:block;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted)}.preview-empty{padding:16px;text-align:center;border-radius:16px;background:#fff;color:var(--muted);border:1px dashed var(--line)}.product-gallery{box-shadow:0 22px 55px rgba(62,76,108,.12)}.gallery-control{background:rgba(255,255,255,.88)!important;color:#f05b88!important;border:1px solid rgba(255,122,168,.18)}.gallery-thumbs button.active{box-shadow:0 0 0 4px rgba(255,122,168,.16)}input:focus,textarea:focus,select:focus{border-color:#ff8fb3;box-shadow:0 0 0 4px rgba(255,122,168,.14)}@media(max-width:780px){.modeling-photo-img{width:100%;height:210px}.slide{padding:24px 48px 58px}.image-slots{grid-template-columns:1fr 1fr}.brand{position:static}.navbar{position:static;border-radius:0}.nav-center{justify-content:flex-start}.social-links.compact{display:none}}@media(max-width:480px){.image-slots{grid-template-columns:1fr}.modeling-photo-img{display:none}} .cart-nav-link{position:relative;display:inline-flex!important;align-items:center;gap:7px}.cart-badge{position:absolute;top:-7px;left:-7px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#ff4f80;color:#fff;font-size:.72rem;font-weight:950;place-items:center;box-shadow:0 8px 18px rgba(255,79,128,.25);border:2px solid #fff}.gallery-stage{isolation:isolate}.gallery-img{z-index:1;pointer-events:none}.gallery-img.active{z-index:2}.gallery-control{z-index:5;pointer-events:auto;display:grid;place-items:center;transition:transform .18s ease,opacity .18s ease}.gallery-control:hover{transform:translateY(-50%) scale(1.08)!important}.gallery-thumbs button{cursor:pointer}.floating-product-toast{position:absolute;z-index:30;right:22px;top:22px;padding:10px 14px;border-radius:999px;background:rgba(34,166,106,.95);color:#fff;font-weight:900;box-shadow:0 16px 34px rgba(34,166,106,.24);opacity:0;transform:translateY(-10px) scale(.96);transition:.22s ease;pointer-events:none}.floating-product-toast.error{background:rgba(232,77,100,.96);box-shadow:0 16px 34px rgba(232,77,100,.24)}.floating-product-toast.show{opacity:1;transform:translateY(0) scale(1)}.product-info-panel,.product-card{position:relative}.product-name-link{color:var(--primary-dark);transition:.18s ease}.product-name-link:hover{color:#2aaed3}.variant-inventory-box{grid-column:1/-1;padding:16px;border-radius:22px;background:linear-gradient(135deg,#fff8d8,#eefcff);border:1px solid rgba(91,205,245,.28);display:grid;gap:12px}.variant-title{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;color:#f05b88}.variant-title span{font-size:.9rem;color:var(--muted);font-weight:600}.variant-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.variant-stock-cell{display:grid;gap:8px;padding:12px;border-radius:17px;background:#fff;border:1px solid rgba(255,184,107,.36);font-weight:850;color:#536072}.variant-stock-cell span{color:#f05b88}.variant-stock-cell input{padding:10px}.mini-product .product-name-link{font-weight:950}.cart-item h3{margin:.2rem 0}.message:empty{display:none}@media(max-width:560px){.floating-product-toast{right:12px;top:12px;font-size:.86rem}.variant-grid{grid-template-columns:1fr}.cart-badge{top:-4px;left:-4px}} .admin-shell{display:grid;gap:22px}.admin-dashboard-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:14px}.admin-stat-card{padding:22px;border-radius:24px;background:linear-gradient(135deg,#fff,#fff8d7 55%,#eefcff);border:1px solid #f7d9c4;box-shadow:var(--shadow)}.admin-stat-card span{display:block;color:var(--muted);font-weight:800;margin-bottom:10px}.admin-stat-card strong{font-size:1.35rem;color:#e7517b}.admin-tabs{position:sticky;top:86px;z-index:8;display:flex;flex-wrap:wrap;gap:8px;padding:10px;border-radius:22px;background:rgba(255,255,255,.86);border:1px solid #f7d9c4;backdrop-filter:blur(12px);box-shadow:0 12px 28px rgba(43,47,58,.08)}.admin-tabs a{padding:10px 14px;border-radius:999px;background:#fff;color:#2f2b26;font-weight:900;border:1px solid #f7d9c4}.admin-tabs a:hover{background:#fff2f7;color:#e7517b}.admin-panel{padding:22px;border-radius:30px;background:rgba(255,255,255,.72);border:1px solid #f7d9c4;box-shadow:var(--shadow)}.panel-head{display:flex;align-items:end;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.panel-head span{padding:7px 12px;border-radius:999px;background:#eefcff;color:#2692b8;font-weight:900}.panel-head h2{margin:0;color:#2f2b26}.customer-form{width:100%;max-width:none;display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:16px}.table-wrap{width:100%;overflow:auto;border-radius:20px;border:1px solid #f7d9c4;background:#fff}.admin-table{width:100%;border-collapse:collapse;min-width:760px}.admin-table th,.admin-table td{padding:14px 12px;text-align:right;border-bottom:1px solid #f7d9c4;vertical-align:middle}.admin-table th{background:#fff8d7;color:#e7517b;font-weight:950}.admin-table tr:last-child td{border-bottom:0}.small-btn{padding:8px 11px;border-radius:12px}.admin-order-card{display:grid;gap:10px}.order-products-box{padding:14px;border-radius:18px;background:#fffafc;border:1px solid #f7d9c4}.order-items-list{display:grid;gap:10px;margin-top:10px}.order-item-row{display:grid;grid-template-columns:70px 1fr;gap:10px;align-items:center;padding:8px;border-radius:16px;background:#fff}.order-product-link{font-weight:950;color:#e7517b}.order-item-row small{display:block;color:var(--muted);line-height:1.8}.empty-line{padding:10px;color:var(--muted)}@media(max-width:980px){.admin-dashboard-grid{grid-template-columns:repeat(2,1fr)}.admin-tabs{position:static}.customer-form{grid-template-columns:1fr 1fr}}@media(max-width:640px){.admin-dashboard-grid,.customer-form{grid-template-columns:1fr}.admin-panel{padding:14px}.admin-tabs a{flex:1;text-align:center}} .admin-tabs a.active{background:linear-gradient(135deg,#ff7fab,#ffb36d);color:#fff;border-color:transparent;box-shadow:0 12px 24px rgba(255,122,168,.22)} .admin-quick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.quick-admin-card{padding:22px;border-radius:24px;background:linear-gradient(135deg,#fff,#fff8d7 55%,#eefcff);border:1px solid #f7d9c4;font-weight:950;text-align:center;box-shadow:0 12px 28px rgba(43,47,58,.08);transition:.18s ease}.quick-admin-card:hover{transform:translateY(-4px);color:#e7517b}.admin-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.admin-actions .btn{display:inline-flex;align-items:center;justify-content:center}.slider-admin-list{display:grid;gap:12px;margin-top:16px}.slider-admin-card{display:grid;grid-template-columns:82px 1fr auto;align-items:center;gap:12px}.slider-list-head{margin-top:24px}.form-notice{grid-column:1/-1;padding:13px 15px;border-radius:16px;background:#fff8d7;color:#7b5a18;border:1px solid #ffe6a6;line-height:1.8}@media(max-width:640px){.slider-admin-card{grid-template-columns:1fr}.slider-admin-card .thumb{width:100%;height:160px}.admin-actions>*{flex:1}} :root{--pay-cream:#fff8ef;--pay-ink:#2d241f;--pay-gold:#d7aa62;--pay-rose:#f4c8c2;--pay-mint:#caeadc;--pay-blue:#cfe7f6;--pay-shadow:0 20px 55px rgba(94,68,42,.14)} body{font-family:Vazirmatn,Estedad,"IRANSans",Tahoma,sans-serif;background:radial-gradient(circle at 10% 0%,#fff0f4 0,#fff8ef 30%,#f7fbff 100%);color:var(--pay-ink)} .navbar{background:rgba(255,255,255,.82);backdrop-filter:blur(22px);border:1px solid rgba(215,170,98,.22);box-shadow:0 14px 36px rgba(85,64,39,.09)} .brand span{background:linear-gradient(135deg,#f6b6c4,#8ed1e8,#ffd36b);box-shadow:0 10px 26px rgba(246,182,196,.32)} .hero,.category-hero{background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,239,225,.72));border:1px solid rgba(215,170,98,.25);box-shadow:var(--pay-shadow)} .products{gap:24px}.product-card{position:relative;overflow:hidden;border:1px solid rgba(215,170,98,.23);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,249,241,.92));box-shadow:0 18px 45px rgba(87,63,43,.12);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 28px 70px rgba(87,63,43,.18);border-color:rgba(215,170,98,.48)}.product-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 8%,rgba(255,211,107,.18),transparent 28%),radial-gradient(circle at 85% 12%,rgba(142,209,232,.22),transparent 30%);pointer-events:none}.product-card img{border-radius:26px;aspect-ratio:1/1;object-fit:cover;background:#fbf3e7}.product-card h3{font-size:1.08rem;letter-spacing:-.02em}.price{color:#9b642b;font-weight:900}.badge,.category-badge{background:rgba(255,245,230,.92);border:1px solid rgba(215,170,98,.28);color:#8b5c2d;text-decoration:none}.category-badge{display:inline-flex;margin:2px}.stock{background:#e3f8eb;color:#287247;border:1px solid #bdebcf}.stock.off{background:#fff0f0;color:#b84f4f;border-color:#ffd1d1}.btn.primary,button{background:linear-gradient(135deg,#ffbc70,#f493a3,#8ed1e8);border:0;color:#fff;box-shadow:0 12px 24px rgba(244,147,163,.25)}.btn.ghost,.secondary{background:rgba(255,255,255,.7);border:1px solid rgba(215,170,98,.28);color:#6d4d2d}.category-hero{margin:24px auto;max-width:1180px;padding:38px;display:flex;align-items:center;gap:24px;border-radius:34px}.category-hero>span{width:86px;height:86px;display:grid;place-items:center;border-radius:28px;background:linear-gradient(135deg,#fff,#ffe4b9);font-size:44px;box-shadow:0 14px 30px rgba(215,170,98,.24)} .category-check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-top:10px}.category-check{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:18px;background:#fff;border:1px solid rgba(215,170,98,.25);cursor:pointer}.category-check input{accent-color:#d7aa62}.category-picker-field{grid-column:1/-1;padding:14px;border-radius:22px;background:rgba(255,248,239,.72);border:1px dashed rgba(215,170,98,.38)}.category-picker-field>span{display:block;color:#8c7b68;font-size:.88rem;margin-top:4px}.compact-product-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:start}.compact-product-form textarea,.compact-product-form .image-uploader-panel,.compact-product-form .form-notice,.compact-product-form .category-picker-field{grid-column:1/-1}.compact-product-form input,.compact-product-form select,.compact-product-form textarea{min-height:44px;padding:10px 13px;font-size:.92rem}.image-slots{grid-template-columns:repeat(auto-fit,minmax(110px,1fr))}.image-slot{min-height:74px}.category-form{grid-template-columns:2fr 1fr auto}.admin-category-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:18px}.category-admin-card{display:flex;align-items:center;gap:12px}.category-admin-card .cat-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:18px;background:#fff1d7;font-size:24px}.category-admin-card small,.category-admin-card a{display:block;color:#92775c;margin-top:4px}.showcase-card{background:linear-gradient(160deg,#fff,#fff3e5);border-color:rgba(215,170,98,.22);box-shadow:0 16px 34px rgba(95,70,44,.11)}.admin-tabs{gap:8px;flex-wrap:wrap}.admin-tabs a{border-radius:18px}@media(max-width:850px){.compact-product-form{grid-template-columns:1fr}.category-hero{margin:14px;padding:22px;align-items:flex-start}.category-hero>span{width:64px;height:64px;font-size:32px}} .card-variant-panel{margin:12px 0 14px;padding:12px;border-radius:20px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,247,234,.88));border:1px solid rgba(215,170,98,.24);display:grid;gap:9px;position:relative;z-index:2}.card-variant-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}.card-variant-row label{display:grid;gap:5px;font-size:.8rem;font-weight:900;color:#7b6652}.card-variant-row select{min-height:38px;padding:8px 10px;border-radius:13px;border:1px solid rgba(215,170,98,.28);background:#fff;font-family:inherit;color:#4b4035}.card-stock-alert{display:none;padding:8px 10px;border-radius:14px;background:#fff0f0;color:#c62f42;border:1px solid #ffd1d1;font-size:.82rem;font-weight:950;text-align:center}.card-stock-alert.show{display:block;animation:softPulse .45s ease}.product-card-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:9px;position:relative;z-index:2}.product-card-actions .btn,.product-card-actions button{width:100%;padding:11px 10px;text-align:center}.login-mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:6px;border-radius:18px;background:#fff7ef;border:1px solid rgba(215,170,98,.24)}.login-mode-switch button{background:transparent;color:#7b6652;box-shadow:none;border:0}.login-mode-switch button.active{background:linear-gradient(135deg,#ffbc70,#f493a3);color:#fff;box-shadow:0 10px 22px rgba(244,147,163,.18)}.admin-login-note{padding:14px;border-radius:18px;background:#f2fbff;color:#315d71;border:1px solid #cfeefa;line-height:1.8;font-weight:800}@keyframes softPulse{from{transform:scale(.98);opacity:.65}to{transform:scale(1);opacity:1}}@media(max-width:560px){.card-variant-row,.product-card-actions{grid-template-columns:1fr}.login-mode-switch{grid-template-columns:1fr}} .custom-fields-panel{grid-column:1/-1;padding:14px;border-radius:22px;background:rgba(255,248,239,.72);border:1px dashed rgba(215,170,98,.38)} .custom-fields-list{display:grid;gap:10px;margin:12px 0}.custom-field-row{display:grid;grid-template-columns:1fr 1.4fr auto;gap:10px;align-items:center}.custom-field-row input{min-height:42px}.custom-field-row button{padding:9px 12px}.compact-product-form input[type="number"],.category-form input{max-width:100%;min-width:0}.admin-form input,.admin-form select,.admin-form textarea{min-width:0}.inventory-card label{display:grid;gap:6px}.inventory-card input[type="number"]{max-width:170px}.category-check input{width:auto;min-height:auto;padding:0}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}.article-card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:20px;background:var(--soft);margin-bottom:12px}.article-card h2,.article-card h3{margin:8px 0;line-height:1.6}.article-detail{max-width:920px;margin:26px auto;padding:26px;line-height:2.05}.article-detail h1{font-size:clamp(1.7rem,4vw,3rem);line-height:1.5}.article-hero-img{width:100%;max-height:420px;object-fit:cover;border-radius:26px;margin-bottom:18px}.article-excerpt{color:var(--muted);font-weight:800}.article-body{font-size:1.03rem;white-space:normal}.admin-dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}@media(max-width:700px){.custom-field-row{grid-template-columns:1fr}.inventory-card input[type="number"]{max-width:100%}} .checkout-totals{display:grid;grid-template-columns:1fr auto;gap:8px 14px;align-items:center}.checkout-totals small{grid-column:1/-1;color:var(--muted);font-weight:700}.checkout-totals strong:last-child{font-size:1.18rem;color:#e7517b} html,body{overflow-x:hidden;max-width:100%;} *{box-sizing:border-box;} img{max-width:100%;} @media (max-width:780px){html,body{width:100%;max-width:100%;overflow-x:hidden !important;} body{margin:0;} *{max-width:100%;}} @media(max-width:980px){.mobile-float{display:none !important;}} .mobile-float,.mobile-float a{display:none !important;width:0 !important;height:0 !important;overflow:hidden !important;} html,body{max-width:100%;overflow-x:hidden !important;} body{margin:0;} img,video,iframe{max-width:100%;} @media (max-width:980px){.navbar,.hero,.section,.container,.page-shell,.product-grid{width:100% !important;max-width:100% !important;} .footer-inner{width:100% !important;}} @media (max-width:980px){.navbar{overflow:hidden !important;} .navbar *{max-width:100% !important;} .hero{overflow:hidden !important;} .product-grid{grid-template-columns:1fr !important;}} @media (max-width:980px){.navbar{width:100% !important;overflow:hidden !important;} .navbar > *{max-width:100% !important;} .navbar a{white-space:normal !important;} header,nav{max-width:100% !important;overflow-x:hidden !important;}} *{min-width:0 !important;} body{overflow-x:hidden !important;} @media(max-width:980px){.admin-table{min-width:100% !important;} .table-wrap{overflow-x:hidden !important;}} @media(max-width:980px){.admin-table{min-width:100% !important;} .table-wrap{overflow-x:hidden !important;max-width:100% !important;} .admin-table th,.admin-table td{white-space:normal !important;}} @media(max-width:980px){.navbar{width:100% !important;max-width:100% !important;overflow:hidden !important;box-sizing:border-box !important;} .navbar *{max-width:100% !important;box-sizing:border-box !important;}} :root{--bg:#f7fbff;--surface:#ffffff;--text:#293044;--muted:#7b8498;--line:#dbeefa;--primary:#f7a8c9;--primary-dark:#6eb8d8;--soft:#eef9ff;--success:#2ea875;--error:#d84d67;--shadow:0 18px 45px rgba(110,184,216,.16);--sky:#bfeeff;--pink:#ffd9ea;--baby:#fff5fb;} body{background:radial-gradient(circle at 12% 8%,rgba(255,217,234,.75),transparent 30%),radial-gradient(circle at 88% 4%,rgba(191,238,255,.75),transparent 34%),linear-gradient(180deg,#ffffff,#f7fbff 55%,#fff7fb);} .navbar,.card,.glass-form,.slider,.showcase-card,.hero-card,.admin-stat-card,.admin-panel{border-color:rgba(110,184,216,.22);box-shadow:var(--shadow)} .hero{background:linear-gradient(135deg,#fff,#f0fbff 50%,#fff3f9);border-color:rgba(247,168,201,.22)} .btn.primary,button{background:linear-gradient(135deg,#80cbe7,#f7a8c9);box-shadow:0 12px 24px rgba(247,168,201,.26)} .btn.ghost,button.secondary{color:#5faecc;border-color:rgba(110,184,216,.28)} .eyebrow,.section-title span,.badge{background:linear-gradient(135deg,#e9f9ff,#ffe8f2);color:#559fbd} .product-card{background:linear-gradient(180deg,#fff,#fbfdff)} .product-main-specs span{background:#f4fbff;border-color:#d8edf8;color:#607089} .product-price{display:grid;gap:4px;margin:10px 0 14px}.old-price{color:#a1a9b8;text-decoration:line-through;font-size:.92rem}.new-price{color:#e1699a;font-size:1.16rem;font-weight:950}.floating-product-toast{position:absolute;right:16px;left:16px;bottom:86px;z-index:7;display:grid;gap:2px;text-align:center;padding:12px 14px;border-radius:18px;background:linear-gradient(135deg,#e9fff4,#eef9ff);border:1px solid #bfe8d4;color:#23845c;box-shadow:0 16px 36px rgba(46,168,117,.18);opacity:0;transform:translateY(8px);transition:.22s ease;font-weight:900}.floating-product-toast.show{opacity:1;transform:translateY(0)}.floating-product-toast small{font-weight:700;color:#4e8a72}.floating-product-toast.error{background:#fff0f3;border-color:#ffd2dc;color:#c23d5c}.featured-specs-picker{margin-top:14px;padding:12px;border-radius:18px;background:#f8fdff;border:1px dashed #c9e9f5}.featured-specs-picker>span{display:block;color:var(--muted);font-size:.86rem;margin:4px 0 8px}.inline-check{display:flex!important;align-items:center;gap:8px;padding:12px;border-radius:16px;background:#f8fdff;border:1px solid #dbeefa;font-weight:800;color:#66758b}.inline-check input{width:auto;min-height:auto}.admin-message-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.admin-message-card p{word-break:break-word}.settings-grid .inline-check{grid-column:auto}.real-kids-collage{overflow:hidden;position:relative}.real-kids-collage img{width:100%;height:260px;object-fit:cover;border-radius:24px;margin-bottom:12px}.modeling-photo-img{width:min(340px,40vw);height:230px;object-fit:cover;border-radius:28px;box-shadow:0 18px 42px rgba(110,184,216,.2)} @media(max-width:780px){.modeling-photo-img{width:100%;height:210px}.settings-grid .inline-check{grid-column:1/-1}} .product-card{position:relative} .products{grid-template-columns:repeat(auto-fill,minmax(180px,1fr)) !important;gap:14px !important;align-items:start;} .product-card,.inventory-card{padding:12px !important;border-radius:18px !important;} .product-card img{aspect-ratio:1/1 !important;max-height:155px !important;border-radius:14px !important;margin-bottom:9px !important;} .product-card h3,.inventory-card h3{font-size:.96rem !important;line-height:1.55 !important;margin:8px 0 6px !important;} .product-card p,.inventory-card p{font-size:.82rem !important;line-height:1.65 !important;margin:6px 0 !important;} .product-card .card-row,.inventory-card .card-row{gap:6px !important;} .stock,.specs span{font-size:.72rem !important;padding:4px 7px !important;} .specs{gap:5px !important;margin:7px 0 !important;} .product-price{margin:6px 0 9px !important;gap:2px !important;} .old-price{font-size:.76rem !important;} .new-price,.price{font-size:.96rem !important;} .card-variant-panel{padding:7px !important;border-radius:13px !important;margin:7px 0 !important;} .card-variant-row{gap:6px !important;} .card-variant-row label{font-size:.72rem !important;} .card-variant-row select,.inventory-card input,.inventory-card select{min-height:34px !important;padding:7px 8px !important;border-radius:10px !important;font-size:.78rem !important;} .product-card-actions,.admin-actions{display:flex !important;gap:6px !important;flex-wrap:wrap !important;margin-top:8px !important;} .product-card-actions .btn,.product-card-actions button,.admin-actions .btn,.admin-actions button{flex:1 1 auto !important;min-width:70px !important;padding:8px 9px !important;border-radius:11px !important;font-size:.78rem !important;} .hover-summary{display:none !important;} .floating-product-toast{right:8px !important;left:8px !important;bottom:64px !important;padding:8px 10px !important;border-radius:13px !important;font-size:.78rem !important;} #adminProducts.products{grid-template-columns:repeat(auto-fill,minmax(210px,1fr)) !important;gap:12px !important;} .inventory-card .thumb{width:100% !important;height:120px !important;max-height:120px !important;object-fit:cover !important;border-radius:14px !important;margin:0 0 8px !important;} .inventory-card .specs span:nth-child(n+5){display:none !important;} .inventory-card label{display:block !important;font-size:.76rem !important;margin-top:7px !important;} @media(min-width:1180px){.products{grid-template-columns:repeat(5,minmax(0,1fr)) !important;} #adminProducts.products{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}} @media(max-width:900px){.products{grid-template-columns:repeat(3,minmax(0,1fr)) !important;} #adminProducts.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}} @media(max-width:560px){.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;} #adminProducts.products{grid-template-columns:repeat(1,minmax(0,1fr)) !important;} .product-card,.inventory-card{padding:10px !important;} .product-card img{max-height:130px !important;} .product-card-actions .btn,.product-card-actions button{font-size:.72rem !important;padding:7px 6px !important;}} :root{--bg:#f7fcff !important;--surface:#ffffff !important;--text:#27324a !important;--muted:#74829a !important;--line:#d7ecf7 !important;--primary:#f7a8c9 !important;--primary-dark:#67b8d9 !important;--soft:#edf9ff !important;--success:#279e6d !important;--error:#d64a66 !important;--shadow:0 16px 38px rgba(103,184,217,.15) !important;} body{background:radial-gradient(circle at 8% 5%,rgba(255,216,234,.8),transparent 30%),radial-gradient(circle at 90% 7%,rgba(191,238,255,.9),transparent 34%),linear-gradient(180deg,#fff,#f7fcff 58%,#fff6fb) !important;color:var(--text) !important;} .navbar,.card,.glass-form,.slider,.showcase-card,.hero-card,.admin-stat-card,.admin-panel,.category-hero{border-color:rgba(103,184,217,.23) !important;box-shadow:var(--shadow) !important;} .hero,.category-hero{background:linear-gradient(135deg,#fff,#eef9ff 52%,#fff1f7) !important;border-color:rgba(247,168,201,.26) !important;} .btn.primary,button:not(.danger){background:linear-gradient(135deg,#73c2e1,#f7a8c9) !important;box-shadow:0 10px 22px rgba(247,168,201,.24) !important;} .btn.ghost,.secondary{background:rgba(255,255,255,.82) !important;color:#4da6c9 !important;border-color:rgba(103,184,217,.32) !important;} .eyebrow,.section-title span,.badge,.category-badge{background:linear-gradient(135deg,#e8f8ff,#ffe7f1) !important;color:#4b9fc1 !important;border-color:rgba(103,184,217,.25) !important;} .real-kids-hero-card{overflow:hidden !important;background:linear-gradient(180deg,#fff,#f4fbff 55%,#fff3f8) !important;} .real-kids-pair{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px;} .real-kids-pair img{width:100%;height:180px;object-fit:cover;border-radius:22px;box-shadow:0 12px 28px rgba(103,184,217,.18);} .modeling-photo-img,.real-kids-collage img{filter:saturate(1.04);} .products{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(165px,1fr)) !important;gap:12px !important;align-items:start !important;} .product-card{position:relative !important;padding:10px !important;border-radius:17px !important;background:linear-gradient(180deg,#fff,#fbfdff) !important;overflow:hidden !important;} .product-card::before{opacity:.45 !important;} .product-card img{width:100% !important;aspect-ratio:1/1 !important;height:auto !important;max-height:142px !important;object-fit:cover !important;border-radius:13px !important;margin-bottom:7px !important;} .product-card .card-row{gap:5px !important;margin:4px 0 !important;} .product-card h3{font-size:.9rem !important;line-height:1.48 !important;margin:6px 0 4px !important;min-height:2.6em !important;} .product-card h3 a{color:var(--text) !important;text-decoration:none !important;} .product-card p:not(.price):not(.product-price){display:none !important;} .product-main-specs,.product-card .specs{display:grid !important;grid-template-columns:1fr !important;gap:4px !important;margin:6px 0 !important;} .product-main-specs span,.product-card .specs span,.stock{font-size:.68rem !important;line-height:1.45 !important;padding:4px 7px !important;border-radius:9px !important;} .product-main-specs span:nth-child(n+3),.product-card .specs span:nth-child(n+3){display:none !important;} .product-price{margin:5px 0 8px !important;display:grid !important;gap:1px !important;min-height:37px !important;} .old-price{font-size:.72rem !important;color:#9aa8bb !important;text-decoration:line-through !important;} .new-price,.price{font-size:.94rem !important;color:#e1699a !important;font-weight:950 !important;} .card-variant-panel{padding:6px !important;margin:6px 0 !important;border-radius:12px !important;} .card-variant-row{display:grid !important;grid-template-columns:1fr !important;gap:5px !important;} .card-variant-row label{font-size:.68rem !important;gap:3px !important;} .card-variant-row select{min-height:31px !important;padding:6px 7px !important;border-radius:9px !important;font-size:.72rem !important;} .product-card-actions{display:grid !important;grid-template-columns:1fr 1.2fr !important;gap:6px !important;margin-top:7px !important;} .product-card-actions .btn,.product-card-actions button{padding:7px 6px !important;border-radius:10px !important;font-size:.72rem !important;min-height:33px !important;} .hover-summary{display:none !important;} .floating-product-toast{right:7px !important;left:7px !important;bottom:54px !important;padding:8px 10px !important;border-radius:12px !important;font-size:.76rem !important;background:linear-gradient(135deg,#e9fff4,#eef9ff) !important;border:1px solid #bfe8d4 !important;color:#23845c !important;} .floating-product-toast strong{display:block;font-size:.8rem !important}.floating-product-toast small{display:block;font-size:.68rem !important;color:#4e8a72 !important;} #adminProducts.products{grid-template-columns:repeat(auto-fill,minmax(190px,1fr)) !important;gap:11px !important;} .inventory-card{padding:10px !important;border-radius:17px !important;} .inventory-card .thumb{width:100% !important;height:108px !important;max-height:108px !important;object-fit:cover !important;border-radius:13px !important;margin:0 0 7px !important;} .inventory-card h3{font-size:.88rem !important;margin:5px 0 !important;line-height:1.45 !important;} .inventory-card p{font-size:.74rem !important;line-height:1.55 !important;margin:4px 0 !important;} .inventory-card .specs{display:grid !important;grid-template-columns:1fr !important;gap:4px !important;margin:6px 0 !important;} .inventory-card .specs span{font-size:.67rem !important;padding:4px 6px !important;border-radius:9px !important;} .inventory-card .specs span:nth-child(n+4){display:none !important;} .inventory-card label{font-size:.7rem !important;margin-top:6px !important;} .inventory-card input,.inventory-card select{min-height:31px !important;padding:6px 7px !important;border-radius:9px !important;font-size:.72rem !important;} .admin-actions{display:grid !important;grid-template-columns:1fr !important;gap:5px !important;margin-top:7px !important;} .admin-actions .btn,.admin-actions button{padding:7px 6px !important;border-radius:10px !important;font-size:.72rem !important;min-height:31px !important;} @media(min-width:1200px){.products{grid-template-columns:repeat(6,minmax(0,1fr)) !important;}#adminProducts.products{grid-template-columns:repeat(5,minmax(0,1fr)) !important;}} @media(max-width:980px){.products{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}#adminProducts.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}.real-kids-pair img{height:150px;}} @media(max-width:560px){.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:9px !important;}.product-card{padding:8px !important}.product-card img{max-height:125px !important}#adminProducts.products{grid-template-columns:1fr !important}.real-kids-pair img{height:132px;}} .product-card.minimal-product-card{padding:10px !important;border-radius:16px !important;} .product-card.minimal-product-card img{height:132px !important;max-height:132px !important;width:100% !important;object-fit:cover !important;border-radius:13px !important;} .product-card.minimal-product-card .card-row,.product-card.minimal-product-card .stock,.product-card.minimal-product-card .specs,.product-card.minimal-product-card .product-main-specs,.product-card.minimal-product-card .hover-summary,.product-card.minimal-product-card .card-variant-panel,.product-card.minimal-product-card p:not(.product-price){display:none !important;} .product-category-line{font-size:.68rem !important;line-height:1.7 !important;color:#7a8a99 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;} .product-category-text{display:inline !important;padding:0 !important;margin:0 !important;border:0 !important;background:transparent !important;color:#7a8a99 !important;font-weight:700 !important;text-decoration:none !important;} .product-card.minimal-product-card h3{font-size:.88rem !important;line-height:1.45 !important;min-height:2.5em !important;margin:1px 0 0 !important;} .product-card.minimal-product-card .compact-price{margin:0 0 4px !important;display:grid !important;gap:1px !important;min-height:36px !important;} .product-card.minimal-product-card .old-price{font-size:.72rem !important;color:#a7a7a7 !important;text-decoration:line-through !important;} .product-card.minimal-product-card .new-price{font-size:.92rem !important;color:#e1699a !important;font-weight:950 !important;} .product-card.minimal-product-card .minimal-actions{grid-template-columns:1fr 1fr !important;gap:5px !important;margin-top:auto !important;} .product-card.minimal-product-card .minimal-actions .btn,.product-card.minimal-product-card .minimal-actions button{font-size:.68rem !important;padding:6px 5px !important;min-height:30px !important;border-radius:9px !important;} .floating-product-toast{left:auto !important;right:8px !important;bottom:47px !important;width:auto !important;max-width:calc(100% - 16px) !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;padding:4px 8px !important;border-radius:999px !important;font-size:.68rem !important;line-height:1.4 !important;box-shadow:0 8px 18px rgba(46,168,117,.14) !important;} .floating-product-toast strong,.floating-product-toast small{display:inline !important;font-size:inherit !important;} .products{grid-template-columns:repeat(auto-fit,minmax(150px,1fr)) !important;gap:12px !important;} @media(max-width:560px){.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px !important}.product-card.minimal-product-card img{height:118px !important;max-height:118px !important}.product-card.minimal-product-card{padding:8px !important}.product-card.minimal-product-card h3{font-size:.8rem !important}.product-card.minimal-product-card .minimal-actions{grid-template-columns:1fr !important}} .products{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(155px,180px)) !important;justify-content:center !important;align-items:start !important;gap:14px !important;} .product-card.minimal-product-card,.products .product-card{width:100% !important;max-width:180px !important;min-height:auto !important;align-self:start !important;padding:9px !important;border-radius:16px !important;display:flex !important;flex-direction:column !important;gap:6px !important;} .product-card.minimal-product-card .product-link,.products .product-card .product-link{display:block !important;width:100% !important;} .product-card.minimal-product-card img,.products .product-card img{width:100% !important;height:128px !important;max-height:128px !important;aspect-ratio:1/1 !important;object-fit:cover !important;border-radius:13px !important;margin:0 !important;} .product-card.minimal-product-card .product-category-line,.products .product-card .product-category-line{display:block !important;font-size:.64rem !important;line-height:1.45 !important;min-height:1.45em !important;max-height:1.45em !important;color:#8393a2 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;} .product-category-text,.product-card.minimal-product-card .product-category-text{font-size:inherit !important;background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important;margin:0 !important;color:#8393a2 !important;font-weight:700 !important;} .product-card.minimal-product-card h3,.products .product-card h3{font-size:.83rem !important;line-height:1.45 !important;min-height:2.9em !important;max-height:2.9em !important;overflow:hidden !important;margin:0 !important;} .product-card.minimal-product-card h3 a,.products .product-card h3 a{text-decoration:none !important;color:var(--text) !important;} .product-card.minimal-product-card .compact-price,.products .product-card .compact-price{margin:0 !important;min-height:34px !important;display:grid !important;gap:0 !important;align-content:center !important;} .product-card.minimal-product-card .old-price,.products .product-card .old-price{display:block !important;font-size:.68rem !important;color:#9ca3af !important;text-decoration:line-through !important;} .product-card.minimal-product-card .new-price,.products .product-card .new-price{display:block !important;font-size:.88rem !important;color:#e1699a !important;font-weight:950 !important;} .product-card.minimal-product-card .card-row,.products .product-card .card-row,.product-card.minimal-product-card .stock,.products .product-card .stock,.product-card.minimal-product-card .specs,.products .product-card .specs,.product-card.minimal-product-card .product-main-specs,.products .product-card .product-main-specs,.product-card.minimal-product-card .hover-summary,.products .product-card .hover-summary,.product-card.minimal-product-card .card-variant-panel,.products .product-card .card-variant-panel,.product-card.minimal-product-card p:not(.product-price):not(.compact-price),.products .product-card p:not(.product-price):not(.compact-price){display:none !important;} .product-card.minimal-product-card .minimal-actions,.products .product-card .product-card-actions{display:grid !important;grid-template-columns:1fr 1fr !important;gap:5px !important;margin-top:auto !important;} .product-card.minimal-product-card .minimal-actions .btn,.product-card.minimal-product-card .minimal-actions button,.products .product-card .product-card-actions .btn,.products .product-card .product-card-actions button{min-height:29px !important;padding:5px 4px !important;font-size:.64rem !important;border-radius:9px !important;} @media(min-width:1200px){.products{grid-template-columns:repeat(auto-fill,minmax(155px,180px)) !important;}} @media(max-width:760px){.products{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:10px !important;} .product-card.minimal-product-card,.products .product-card{max-width:none !important;} .product-card.minimal-product-card img,.products .product-card img{height:120px !important;max-height:120px !important;}} @media(max-width:520px){.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:9px !important;} .product-card.minimal-product-card img,.products .product-card img{height:112px !important;max-height:112px !important;} .product-card.minimal-product-card .minimal-actions,.products .product-card .product-card-actions{grid-template-columns:1fr !important;}} .product-card.minimal-product-card .product-total-stock,.products .product-card .product-total-stock{display:block !important;font-size:.62rem !important;line-height:1.35 !important;color:#d7263d !important;font-weight:800 !important;margin:-2px 0 0 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;} .product-card.minimal-product-card .product-total-stock.is-out,.products .product-card .product-total-stock.is-out{color:#c1121f !important;} .product-card .floating-product-toast,.product-card.minimal-product-card .floating-product-toast,.products .product-card .floating-product-toast{position:absolute !important;left:auto !important;right:8px !important;bottom:46px !important;width:auto !important;max-width:calc(100% - 16px) !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;padding:3px 8px !important;border-radius:999px !important;font-size:.66rem !important;line-height:1.35 !important;font-weight:800 !important;color:#1f7a55 !important;background:#eafff3 !important;border:1px solid #bfe8d4 !important;box-shadow:0 6px 14px rgba(46,168,117,.12) !important;opacity:0 !important;transform:translateY(5px) !important;transition:.2s ease !important;pointer-events:none !important;z-index:30 !important;white-space:nowrap !important;} .product-card .floating-product-toast.show,.product-card.minimal-product-card .floating-product-toast.show,.products .product-card .floating-product-toast.show{opacity:1 !important;transform:translateY(0) !important;} .product-card .floating-product-toast.error,.product-card.minimal-product-card .floating-product-toast.error,.products .product-card .floating-product-toast.error{color:#c1121f !important;background:#fff0f3 !important;border-color:#ffd2dc !important;} .product-card .floating-product-toast strong,.product-card .floating-product-toast small,.product-card.minimal-product-card .floating-product-toast strong,.product-card.minimal-product-card .floating-product-toast small,.products .product-card .floating-product-toast strong,.products .product-card .floating-product-toast small{display:none !important;} .products{gap:18px !important;justify-content:center !important;} .product-card.minimal-product-card,.products .product-card{max-width:215px !important;padding:12px !important;border-radius:18px !important;gap:8px !important;} .product-card.minimal-product-card img,.products .product-card img{height:158px !important;max-height:158px !important;border-radius:15px !important;} .product-card.minimal-product-card .product-category-line,.products .product-card .product-category-line{font-size:.68rem !important;} .product-card.minimal-product-card h3,.products .product-card h3{font-size:.93rem !important;line-height:1.5 !important;min-height:3em !important;max-height:3em !important;} .product-card.minimal-product-card .old-price,.products .product-card .old-price{font-size:.75rem !important;} .product-card.minimal-product-card .new-price,.products .product-card .new-price{font-size:1rem !important;} .product-card.minimal-product-card .compact-price,.products .product-card .compact-price{min-height:40px !important;} .product-card.minimal-product-card .product-total-stock,.products .product-card .product-total-stock{font-size:.66rem !important;} .product-card.minimal-product-card .minimal-actions,.products .product-card .product-card-actions{gap:7px !important;} .product-card.minimal-product-card .minimal-actions .btn,.product-card.minimal-product-card .minimal-actions button,.products .product-card .product-card-actions .btn,.products .product-card .product-card-actions button{min-height:34px !important;padding:7px 6px !important;font-size:.72rem !important;border-radius:11px !important;} @media(min-width:1200px){.products{grid-template-columns:repeat(auto-fill,minmax(190px,215px)) !important;}} @media(max-width:760px){.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;} .product-card.minimal-product-card,.products .product-card{max-width:none !important;padding:10px !important;} .product-card.minimal-product-card img,.products .product-card img{height:150px !important;max-height:150px !important;}} @media(max-width:520px){.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;} .product-card.minimal-product-card,.products .product-card{padding:9px !important;} .product-card.minimal-product-card img,.products .product-card img{height:135px !important;max-height:135px !important;} .product-card.minimal-product-card h3,.products .product-card h3{font-size:.84rem !important;} .product-card.minimal-product-card .minimal-actions,.products .product-card .product-card-actions{grid-template-columns:1fr !important;}} :root{--payayoo-cream:#fffaf5;--payayoo-blue:#aee7ff;--payayoo-blue-2:#73c7ed;--payayoo-pink:#ffd2e7;--payayoo-pink-2:#ff8fbd;--payayoo-lilac:#eee7ff;--payayoo-yellow:#fff0b8;--payayoo-ink:#273044;} body{color:var(--payayoo-ink) !important;background:radial-gradient(circle at 8% 10%,rgba(255,210,231,.72),transparent 25%),radial-gradient(circle at 88% 12%,rgba(174,231,255,.78),transparent 28%),radial-gradient(circle at 22% 92%,rgba(255,240,184,.55),transparent 24%),linear-gradient(180deg,#fffdfc 0%,#f5fbff 48%,#fff7fb 100%) !important;} body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background-image:radial-gradient(circle,rgba(115,199,237,.16) 1.8px,transparent 2px),radial-gradient(circle,rgba(255,143,189,.12) 1.5px,transparent 2px);background-size:34px 34px,58px 58px;background-position:0 0,18px 16px;} .navbar{top:10px !important;padding:10px 16px !important;border:1px solid rgba(115,199,237,.32) !important;background:rgba(255,255,255,.78) !important;backdrop-filter:blur(18px) saturate(140%) !important;box-shadow:0 16px 42px rgba(115,199,237,.18),inset 0 1px 0 rgba(255,255,255,.95) !important;} .brand{color:#2f6882 !important;letter-spacing:-.02em !important;} .brand span{background:linear-gradient(135deg,var(--payayoo-pink),var(--payayoo-blue)) !important;color:#fff !important;box-shadow:0 10px 24px rgba(255,143,189,.22) !important;} .nav-links a{color:#627086 !important;font-weight:800 !important;transition:.18s ease !important;} .nav-links a:hover,.nav-links a.active{color:#2f6882 !important;background:linear-gradient(135deg,rgba(174,231,255,.38),rgba(255,210,231,.42)) !important;transform:translateY(-1px) !important;} .hero,.home-hero{position:relative !important;overflow:hidden !important;border:1px solid rgba(255,143,189,.22) !important;background:radial-gradient(circle at 15% 18%,rgba(255,210,231,.72),transparent 29%),radial-gradient(circle at 85% 12%,rgba(174,231,255,.72),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.98),rgba(244,251,255,.96) 52%,rgba(255,247,251,.98)) !important;box-shadow:0 28px 70px rgba(115,199,237,.18),0 12px 30px rgba(255,143,189,.10) !important;} .hero::after{content:"PAYAYOO";position:absolute;left:28px;bottom:-22px;font-size:clamp(3rem,9vw,8rem);font-weight:1000;letter-spacing:.04em;color:rgba(115,199,237,.075);pointer-events:none;} .hero h1,.section-title h1,.section-title h2,.glass-form h1{color:#24304a !important;letter-spacing:-.035em !important;} .hero p,.section-title p,.intro-text p,.glass-form p,.card p{color:#718096 !important;} .eyebrow,.section-title span,.badge{background:linear-gradient(135deg,rgba(255,210,231,.70),rgba(174,231,255,.70)) !important;color:#2f6882 !important;border:1px solid rgba(115,199,237,.20) !important;box-shadow:0 10px 22px rgba(115,199,237,.09) !important;} .btn.primary,button{background:linear-gradient(135deg,#69c3ea,#ff8fbd) !important;color:#fff !important;box-shadow:0 14px 28px rgba(255,143,189,.24) !important;} .btn.primary:hover,button:hover{transform:translateY(-2px) !important;box-shadow:0 18px 34px rgba(115,199,237,.22) !important;} .btn.ghost,button.secondary,.secondary{background:rgba(255,255,255,.82) !important;color:#2f6882 !important;border:1px solid rgba(115,199,237,.30) !important;box-shadow:0 10px 22px rgba(115,199,237,.08) !important;} .hero-card,.glass-form,.card,.total-box,.feature,.slider,.showcase-card,.intro-section,.article-detail{border:1px solid rgba(115,199,237,.22) !important;background:rgba(255,255,255,.82) !important;backdrop-filter:blur(12px) !important;box-shadow:0 20px 48px rgba(115,199,237,.13),0 10px 24px rgba(255,143,189,.08) !important;} .real-kids-hero-card,.intro-image{background:linear-gradient(160deg,rgba(255,255,255,.90),rgba(238,249,255,.92),rgba(255,244,249,.92)) !important;} .real-kids-pair img,.modeling-photo-img,.intro-image img{filter:saturate(1.08) contrast(1.03) !important;} .slider{min-height:300px !important;border-radius:34px !important;} .slide{background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(240,251,255,.52)) !important;} .slider-btn{background:rgba(255,255,255,.84) !important;color:#2f6882 !important;border:1px solid rgba(115,199,237,.25) !important;} .showcase-grid{gap:18px !important;} .showcase-card{position:relative !important;overflow:hidden !important;background:linear-gradient(155deg,rgba(255,255,255,.96),rgba(238,249,255,.72) 52%,rgba(255,244,249,.88)) !important;border-radius:26px !important;} .showcase-card::before{content:"";position:absolute;width:80px;height:80px;border-radius:50%;top:-34px;left:-28px;background:rgba(255,210,231,.52);} .showcase-card:hover,.feature:hover,.product-card:hover{transform:translateY(-6px) !important;box-shadow:0 24px 54px rgba(115,199,237,.18),0 12px 28px rgba(255,143,189,.12) !important;} .product-card.minimal-product-card,.products .product-card{position:relative !important;background:linear-gradient(180deg,#fff 0%,#f8fdff 58%,#fff7fb 100%) !important;border:1px solid rgba(115,199,237,.24) !important;box-shadow:0 18px 40px rgba(115,199,237,.13) !important;} .product-card.minimal-product-card::after,.products .product-card::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.62),transparent 36%);} .product-card.minimal-product-card img,.products .product-card img{box-shadow:0 10px 26px rgba(39,48,68,.10) !important;border:1px solid rgba(255,255,255,.85) !important;} .product-card.minimal-product-card h3,.products .product-card h3{color:#273044 !important;font-weight:950 !important;} .product-card.minimal-product-card .product-category-line,.products .product-card .product-category-line{color:#7b8aa0 !important;} .product-card.minimal-product-card .old-price,.products .product-card .old-price{color:#9ca3af !important;} .product-card.minimal-product-card .new-price,.products .product-card .new-price,.price{color:#e34883 !important;} .product-card.minimal-product-card .product-total-stock,.products .product-card .product-total-stock{color:#e11d48 !important;} .glass-form input,.glass-form select,.glass-form textarea,input,select,textarea{border:1px solid rgba(115,199,237,.28) !important;background:rgba(255,255,255,.88) !important;border-radius:16px !important;transition:.18s ease !important;} .glass-form input:focus,.glass-form select:focus,.glass-form textarea:focus,input:focus,select:focus,textarea:focus{outline:none !important;border-color:#73c7ed !important;box-shadow:0 0 0 4px rgba(174,231,255,.45) !important;} .footer{margin-top:60px !important;color:#52627a !important;background:linear-gradient(135deg,rgba(255,210,231,.55),rgba(174,231,255,.56)) !important;border-top:1px solid rgba(115,199,237,.22) !important;} @media(max-width:760px){.navbar{top:0 !important;border-radius:0 0 22px 22px !important;margin-top:0 !important;width:100% !important;} .hero,.home-hero{border-radius:26px !important;padding:24px !important;} .slider{min-height:360px !important;} .slide{padding:26px 44px !important;grid-template-columns:1fr !important;text-align:center !important;}} .real-kids-feature{max-width:1180px;margin:22px auto 30px;padding:22px;border-radius:34px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(236,249,255,.82),rgba(255,243,249,.86));border:1px solid rgba(115,199,237,.22);box-shadow:0 22px 54px rgba(115,199,237,.13),0 10px 24px rgba(255,143,189,.09);} .compact-title{margin-bottom:16px!important;} .real-kids-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;} .real-kids-gallery figure{margin:0;position:relative;height:230px;overflow:hidden;border-radius:28px;background:#fff;border:1px solid rgba(255,255,255,.9);box-shadow:0 16px 34px rgba(39,48,68,.11);} .real-kids-gallery img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.06) contrast(1.02);transition:transform .55s ease,filter .28s ease;} .real-kids-gallery figure:hover img{transform:scale(1.045);filter:saturate(1.12) contrast(1.04);} .real-kids-gallery figcaption{position:absolute;right:12px;bottom:12px;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:900;color:#2f6882;background:rgba(255,255,255,.84);backdrop-filter:blur(10px);box-shadow:0 8px 18px rgba(39,48,68,.10);} .btn,button,.nav-links a,.showcase-card,.slider-btn,.product-card a,.product-card button{will-change:transform;transition:transform .16s ease,box-shadow .18s ease,filter .18s ease,background .18s ease!important;} .btn:hover,button:hover,.slider-btn:hover,.product-card button:hover,.product-card a:hover{transform:translateY(-2px) scale(1.012)!important;filter:saturate(1.04);} .btn:active,button:active,.slider-btn:active,.product-card button:active,.product-card a:active{transform:translateY(0) scale(.975)!important;box-shadow:0 8px 18px rgba(115,199,237,.15)!important;} .btn.primary,button{position:relative;overflow:hidden;} .btn.primary::after,button::after{content:"";position:absolute;inset:auto auto 50% 50%;width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.42);transform:translate(-50%,50%) scale(0);opacity:0;pointer-events:none;} .btn.primary:active::after,button:active::after{animation:payayooTinyRipple .42s ease-out;} @keyframes payayooTinyRipple{0%{transform:translate(-50%,50%) scale(0);opacity:.55;} 100%{transform:translate(-50%,50%) scale(28);opacity:0;}} @media(max-width:760px){.real-kids-feature{margin:14px 12px 24px;padding:16px;border-radius:24px;} .real-kids-gallery{grid-template-columns:1fr;gap:12px;} .real-kids-gallery figure{height:210px;border-radius:22px;}} .products{grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:22px !important;align-items:stretch !important;justify-content:stretch !important;} .product-card.minimal-product-card,.products .product-card{width:100% !important;max-width:none !important;min-height:360px !important;padding:16px !important;border-radius:24px !important;} .product-card.minimal-product-card img,.products .product-card img{width:100% !important;height:210px !important;max-height:210px !important;aspect-ratio:4/3 !important;border-radius:20px !important;} .product-card.minimal-product-card h3,.products .product-card h3{font-size:1rem !important;line-height:1.55 !important;min-height:3.1em !important;max-height:3.1em !important;margin:6px 0 2px !important;} .product-card.minimal-product-card .product-category-line,.products .product-card .product-category-line{font-size:.72rem !important;line-height:1.7 !important;} .product-card.minimal-product-card .old-price,.products .product-card .old-price{font-size:.82rem !important;} .product-card.minimal-product-card .new-price,.products .product-card .new-price{font-size:1.08rem !important;} .product-card.minimal-product-card .product-total-stock,.products .product-card .product-total-stock{font-size:.70rem !important;} .product-card.minimal-product-card .minimal-actions,.products .product-card .product-card-actions{grid-template-columns:1fr 1fr !important;gap:9px !important;margin-top:auto !important;} .product-card.minimal-product-card .minimal-actions .btn,.product-card.minimal-product-card .minimal-actions button,.products .product-card .product-card-actions .btn,.products .product-card .product-card-actions button{min-height:38px !important;font-size:.78rem !important;padding:8px 8px !important;border-radius:14px !important;} @media(max-width:1120px){.products{grid-template-columns:repeat(3,minmax(0,1fr)) !important;} .product-card.minimal-product-card img,.products .product-card img{height:200px !important;max-height:200px !important;}} @media(max-width:760px){.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px !important;} .product-card.minimal-product-card,.products .product-card{min-height:320px !important;padding:12px !important;} .product-card.minimal-product-card img,.products .product-card img{height:160px !important;max-height:160px !important;}} @media(max-width:430px){.products{gap:10px !important;} .product-card.minimal-product-card,.products .product-card{min-height:300px !important;padding:10px !important;border-radius:18px !important;} .product-card.minimal-product-card img,.products .product-card img{height:140px !important;max-height:140px !important;border-radius:16px !important;} .product-card.minimal-product-card h3,.products .product-card h3{font-size:.86rem !important;} .product-card.minimal-product-card .minimal-actions,.products .product-card .product-card-actions{grid-template-columns:1fr !important;}} #addProductSection .image-uploader-panel{overflow:hidden !important;} #addProductSection .image-preview-grid{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(76px,86px)) !important;gap:8px !important;align-items:start !important;justify-content:start !important;margin-top:8px !important;} #addProductSection .preview-card{width:86px !important;max-width:86px !important;min-width:0 !important;padding:5px !important;border-radius:12px !important;background:#fff !important;overflow:hidden !important;box-shadow:0 6px 14px rgba(62,76,108,.08) !important;} #addProductSection .preview-card img{width:76px !important;height:76px !important;max-width:76px !important;max-height:76px !important;min-height:0 !important;aspect-ratio:1/1 !important;object-fit:cover !important;border-radius:10px !important;margin:0 !important;display:block !important;} #addProductSection .preview-card span{width:18px !important;height:18px !important;top:7px !important;right:7px !important;font-size:10px !important;line-height:18px !important;} #addProductSection .preview-card small{max-width:76px !important;font-size:9px !important;line-height:1.4 !important;margin-top:3px !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;} #addProductSection .image-slots{grid-template-columns:repeat(auto-fill,minmax(105px,1fr)) !important;gap:8px !important;} #addProductSection .image-slot{min-height:62px !important;padding:8px !important;border-radius:13px !important;} #addProductSection .image-slot input{font-size:11px !important;padding:6px !important;} #adminProducts{grid-template-columns:repeat(auto-fit,minmax(280px,360px)) !important;align-items:start !important;justify-content:center !important;gap:18px !important;} #adminProducts .inventory-card{max-width:360px !important;width:100% !important;padding:16px !important;overflow:hidden !important;} #adminProducts .inventory-card img,#adminProducts .inventory-card img.thumb{width:100% !important;height:150px !important;max-height:150px !important;min-height:150px !important;aspect-ratio:16/9 !important;object-fit:cover !important;object-position:center !important;border-radius:18px !important;display:block !important;margin:0 0 12px !important;background:#f7f1ea !important;} #adminProducts .inventory-card h3{font-size:1rem !important;line-height:1.6 !important;margin:6px 0 !important;} #adminProducts .inventory-card .specs{display:grid !important;grid-template-columns:1fr !important;gap:6px !important;margin:10px 0 !important;} #adminProducts .inventory-card .specs span{font-size:.75rem !important;padding:6px 8px !important;border-radius:12px !important;} @media(max-width:760px){#adminProducts{grid-template-columns:repeat(auto-fit,minmax(230px,1fr)) !important;} #adminProducts .inventory-card img,#adminProducts .inventory-card img.thumb{height:130px !important;max-height:130px !important;min-height:130px !important;}} .products{grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:22px !important;} .product-card.minimal-product-card,.products .product-card{min-height:470px !important;display:flex !important;flex-direction:column !important;position:relative !important;isolation:isolate !important;} .product-card.minimal-product-card .product-link,.products .product-card .product-link{display:block !important;position:relative !important;overflow:hidden !important;border-radius:22px !important;background:linear-gradient(135deg,#fff5f9,#effbff) !important;aspect-ratio:4/5 !important;margin-bottom:10px !important;} .product-card.minimal-product-card img,.products .product-card img{width:100% !important;height:100% !important;min-height:0 !important;max-height:none !important;aspect-ratio:4/5 !important;object-fit:cover !important;object-position:center top !important;border-radius:22px !important;margin:0 !important;transition:transform .42s ease,filter .26s ease !important;} .product-card.minimal-product-card:hover img,.products .product-card:hover img{transform:scale(1.035) !important;filter:saturate(1.06) contrast(1.025) !important;} .product-card .product-badges{position:absolute !important;top:12px !important;right:12px !important;z-index:3 !important;display:flex !important;flex-direction:column !important;gap:6px !important;align-items:flex-start !important;} .product-card .product-tag{width:max-content !important;max-width:110px !important;padding:5px 9px !important;border-radius:999px !important;font-size:10.5px !important;font-weight:950 !important;line-height:1.3 !important;color:#e7517b !important;background:rgba(255,255,255,.86) !important;backdrop-filter:blur(10px) !important;box-shadow:0 8px 18px rgba(50,70,110,.10) !important;border:1px solid rgba(255,255,255,.72) !important;} .product-card .wishlist-btn{position:absolute !important;top:12px !important;left:12px !important;z-index:4 !important;width:34px !important;height:34px !important;min-height:34px !important;padding:0 !important;border-radius:999px !important;background:rgba(255,255,255,.88) !important;color:#e7517b !important;border:1px solid rgba(255,255,255,.75) !important;box-shadow:0 8px 20px rgba(50,70,110,.10) !important;display:grid !important;place-items:center !important;font-size:17px !important;} .product-card .wishlist-btn.is-active{background:#ffeaf2 !important;color:#ff3f7f !important;} .product-card .product-rating{direction:ltr !important;text-align:right !important;margin:3px 0 1px !important;color:#ffb545 !important;font-size:12px !important;letter-spacing:.5px !important;line-height:1 !important;} .product-card .product-category-line{color:#87909f !important;font-size:.74rem !important;} .product-card .product-total-stock{color:#e74a62 !important;background:rgba(255,237,241,.78) !important;border:1px solid rgba(231,74,98,.13) !important;border-radius:999px !important;padding:4px 8px !important;width:max-content !important;max-width:100% !important;margin:4px 0 !important;} .product-card .product-total-stock.is-out{color:#b91c1c !important;background:#fff1f2 !important;} .product-card .product-card-actions{margin-top:auto !important;} .product-card .product-card-actions .btn,.product-card .product-card-actions button{box-shadow:0 9px 18px rgba(255,127,171,.16) !important;} #adminProducts .inventory-card img,#adminProducts .inventory-card img.thumb{width:100% !important;height:auto !important;min-height:0 !important;max-height:none !important;aspect-ratio:4/5 !important;object-fit:cover !important;object-position:center top !important;border-radius:20px !important;background:#fff3f8 !important;} #adminProducts{grid-template-columns:repeat(auto-fit,minmax(230px,290px)) !important;gap:18px !important;} #adminProducts .inventory-card{max-width:290px !important;} .skeleton-card{min-height:470px !important;border-radius:24px !important;background:linear-gradient(100deg,#fff 0%,#fff4f8 42%,#eefbff 55%,#fff 72%) !important;background-size:220% 100% !important;animation:payayooSkeleton 1.35s ease-in-out infinite !important;border:1px solid #f7d9c4 !important;box-shadow:0 14px 32px rgba(255,143,179,.12) !important;} @keyframes payayooSkeleton{0%{background-position:120% 0}100%{background-position:-120% 0}} @media(max-width:1120px){.products{grid-template-columns:repeat(3,minmax(0,1fr)) !important;} .product-card.minimal-product-card,.products .product-card{min-height:440px !important;}} @media(max-width:760px){.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px !important;} .product-card.minimal-product-card,.products .product-card{min-height:380px !important;padding:11px !important;} #adminProducts{grid-template-columns:repeat(auto-fit,minmax(190px,1fr)) !important;}} @media(max-width:430px){.product-card.minimal-product-card,.products .product-card{min-height:350px !important;} .product-card .product-tag{font-size:9px !important;max-width:92px !important;} .product-card .wishlist-btn{width:30px !important;height:30px !important;min-height:30px !important;font-size:15px !important;}} .products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:22px !important;align-items:start;} .product-card img,.product-card .product-image,.product-card > a img{width:100% !important;aspect-ratio:1/1 !important;height:auto !important;max-height:none !important;object-fit:cover !important;object-position:center !important;border-radius:18px !important;display:block !important;background:#f8eef4 !important;} .inventory-card .thumb,.inventory-card > img,.admin-products-grid .thumb,.admin-products-grid img,#adminProducts .thumb,#adminProducts img{width:100% !important;max-width:150px !important;aspect-ratio:1/1 !important;height:auto !important;object-fit:cover !important;object-position:center !important;border-radius:16px !important;display:block !important;margin:0 auto 10px !important;background:#f8eef4 !important;} .product-card:hover img,.inventory-card:hover .thumb{transform:scale(1.025);transition:transform .22s ease;} @media (max-width:1050px){.products{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}} @media (max-width:700px){.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px !important;}} @media (max-width:390px){.products{grid-template-columns:1fr !important;}} .product-card .floating-product-toast,.product-card.minimal-product-card .floating-product-toast,.products .product-card .floating-product-toast,.product-card .floating-product-toast.show,.product-card.minimal-product-card .floating-product-toast.show,.products .product-card .floating-product-toast.show{position:absolute !important;left:auto !important;right:10px !important;bottom:50px !important;width:max-content !important;min-width:0 !important;max-width:calc(100% - 20px) !important;height:auto !important;min-height:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:0 !important;padding:2px 7px !important;margin:0 !important;border-radius:999px !important;font-size:11px !important;line-height:1.35 !important;font-weight:800 !important;white-space:nowrap !important;text-align:center !important;color:#1d7a55 !important;background:#eafff3 !important;border:1px solid #bfe8d4 !important;box-shadow:0 4px 10px rgba(46,168,117,.10) !important;z-index:40 !important;} .product-card .floating-product-toast::before,.product-card .floating-product-toast::after,.product-card.minimal-product-card .floating-product-toast::before,.product-card.minimal-product-card .floating-product-toast::after,.products .product-card .floating-product-toast::before,.products .product-card .floating-product-toast::after{display:none !important;content:none !important;} .product-card .floating-product-toast strong,.product-card .floating-product-toast small,.product-card.minimal-product-card .floating-product-toast strong,.product-card.minimal-product-card .floating-product-toast small,.products .product-card .floating-product-toast strong,.products .product-card .floating-product-toast small{display:none !important;} .product-card .floating-product-toast.error,.product-card.minimal-product-card .floating-product-toast.error,.products .product-card .floating-product-toast.error{color:#b51f3f !important;background:#fff0f4 !important;border-color:#ffd0dc !important;} @media(max-width:560px){.product-card .floating-product-toast,.product-card.minimal-product-card .floating-product-toast,.products .product-card .floating-product-toast{right:8px !important;bottom:46px !important;font-size:10px !important;padding:2px 6px !important;}} .product-rating.readonly-stars{display:flex;align-items:center;gap:3px;justify-content:center;margin:4px 0 6px;font-size:12px;color:#d7a526;line-height:1.4} .product-rating.readonly-stars .rating-star{color:#ddd0bb;font-size:13px} .product-rating.readonly-stars .rating-star.is-on{color:#f6bd32} .product-rating.readonly-stars small{color:#8b7b6b;font-size:10.5px;margin-right:4px;font-weight:700} .editable-rating{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:8px 0 12px;padding:8px 10px;border-radius:16px;background:rgba(255,248,223,.72);border:1px solid rgba(246,189,50,.22);width:max-content;max-width:100%} .editable-rating-stars{display:flex;direction:ltr;gap:2px} .rating-star-btn{appearance:none;border:0;background:transparent!important;box-shadow:none!important;padding:0 2px!important;margin:0!important;line-height:1;font-size:22px;color:#d8cbb6;cursor:pointer;transition:transform .15s ease,color .15s ease;text-shadow:none!important} .rating-star-btn:hover{transform:translateY(-1px) scale(1.08)} .rating-star-btn.is-on{color:#f6bd32} .editable-rating small{color:#7a6f60;font-size:12px;font-weight:800} .admin-home-editor .settings-grid textarea{min-height:92px;resize:vertical} .file-admin-box,.tiny-file{display:flex;align-items:center;justify-content:center;gap:8px;border:1px dashed rgba(50,80,120,.25);border-radius:14px;padding:12px;background:rgba(255,255,255,.62);cursor:pointer;font-size:13px;color:#405064} .file-admin-box input,.tiny-file input{display:none} .home-image-preview{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0 22px} .home-image-preview img{width:92px;height:92px;object-fit:cover;border-radius:18px;box-shadow:0 10px 24px rgba(74,96,140,.14)} .home-repeat-list{display:grid;gap:12px;margin:12px 0 14px} .home-edit-row{display:grid;grid-template-columns:88px 1fr 1.5fr 1fr 1fr auto auto;gap:10px;align-items:center;background:rgba(255,255,255,.78);border:1px solid rgba(148,170,200,.18);border-radius:18px;padding:10px;box-shadow:0 10px 25px rgba(52,70,100,.06)} .home-row-preview{width:78px;height:78px;border-radius:16px;overflow:hidden;background:#f3f7fb;display:grid;place-items:center;color:#7b8794;font-size:11px;text-align:center} .home-row-preview img{width:100%;height:100%;object-fit:cover} .home-edit-row input,.home-edit-row textarea{min-width:0;font-size:12px;padding:10px 12px;border-radius:12px} .home-edit-row textarea{height:44px;min-height:44px;resize:vertical} .home-promo-ads{width:min(1180px,92vw);margin:24px auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px} .promo-ad-card{position:relative;overflow:hidden;min-height:150px;border-radius:24px;display:flex;align-items:flex-end;text-decoration:none;color:#fff;box-shadow:0 18px 42px rgba(70,90,130,.16);transform:translateY(0);transition:transform .22s ease,box-shadow .22s ease} .promo-ad-card:hover{transform:translateY(-3px);box-shadow:0 22px 52px rgba(70,90,130,.22)} .promo-ad-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.08)} .promo-ad-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.55))} .promo-ad-card div{position:relative;z-index:1;padding:16px;display:grid;gap:5px}.promo-ad-card strong{font-size:18px}.promo-ad-card span{font-size:12px;opacity:.92} @media(max-width:900px){.home-edit-row{grid-template-columns:76px 1fr}.home-promo-ads{grid-template-columns:1fr}.promo-ad-card{min-height:180px}} html{scroll-behavior:smooth;} .product-card,.showcase-card,.glass-form,.admin-panel{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;} .product-card:hover,.showcase-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(60,85,120,.14);} .product-card .product-link img{aspect-ratio:1/1;object-fit:cover;transition:transform .28s ease,filter .28s ease;} .product-card:hover .product-link img{transform:scale(1.035);filter:saturate(1.05);} button,.btn{transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;} button:hover,.btn:hover{transform:translateY(-1px);filter:saturate(1.06);} button:active,.btn:active{transform:translateY(0) scale(.985);} .product-card .stock.off,.product-card button:disabled{opacity:.7;cursor:not-allowed;} .premium-special span{display:grid;place-items:center;width:48px;height:48px;border-radius:18px;background:linear-gradient(135deg,#d6f4ff,#ffd9ea);box-shadow:0 10px 24px rgba(70,120,160,.14);} .home-promo-ads{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin:32px auto;max-width:1180px;padding:0 18px;} .promo-ad-card{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center;padding:14px;border-radius:24px;background:rgba(255,255,255,.72);border:1px solid rgba(180,220,240,.65);box-shadow:0 14px 34px rgba(70,95,140,.10);} .promo-ad-card img{width:92px;height:92px;object-fit:cover;border-radius:20px;} @media (max-width:720px){.home-promo-ads{grid-template-columns:1fr}.promo-ad-card{grid-template-columns:76px 1fr}.promo-ad-card img{width:76px;height:76px}.product-card:hover{transform:none}} .admin-home-editor .panel-head{margin-top:24px;padding-top:14px;border-top:1px dashed rgba(120,150,180,.22)} .admin-home-editor .file-admin-box{display:grid;place-items:center;min-height:58px;border:1px dashed rgba(110,184,216,.35);border-radius:16px;background:rgba(255,255,255,.72);font-weight:800;color:#55768b;cursor:pointer} .admin-home-editor .file-admin-box input{margin-top:8px;font-size:11px} @media(max-width:1100px){.home-edit-row{grid-template-columns:78px 1fr 1fr !important}.home-edit-row .danger{grid-column:1/-1}} @media(max-width:680px){.home-edit-row{grid-template-columns:1fr !important}.home-row-preview{width:100%;height:130px}.admin-home-editor .settings-grid{grid-template-columns:1fr !important}} .payment-settings-grid label,.settings-grid label{font-weight:800;color:var(--text,#2f2a35)} .payment-method-box{display:flex;gap:10px;flex-wrap:wrap;grid-column:1/-1;margin:4px 0 8px} .payment-choice{border:1px solid rgba(120,90,140,.16);background:#fff;border-radius:16px;padding:10px 14px;display:inline-flex;align-items:center;gap:8px;box-shadow:0 8px 20px rgba(120,90,140,.08);cursor:pointer;transition:.18s ease} .payment-choice:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(120,90,140,.14)} .payment-choice.active{background:linear-gradient(135deg,#ffe8f3,#e5f5ff);border-color:#f5a8cf;color:#7b305e} .payment-choice span{font-size:18px} .admin-tabs a[href="admin-payment.html"],.admin-tabs a[href="admin-store-control.html"]{position:relative} .form-field-editor{display:grid;gap:10px;margin:12px 0}.form-field-row{display:grid;grid-template-columns:1fr 1fr 1.2fr .8fr auto auto auto;gap:8px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:16px;background:#fff}.form-field-row label{font-size:.85rem;color:var(--muted);display:flex;gap:4px;align-items:center}.admin-wide{grid-column:1/-1}@media(max-width:800px){.form-field-row{grid-template-columns:1fr}} .sms-settings-grid .settings-card{background:rgba(255,255,255,.72);border:1px solid rgba(148,163,184,.22);border-radius:20px;padding:18px;box-shadow:0 12px 34px rgba(15,23,42,.06);} .sms-settings-grid .settings-card h3{margin:0 0 8px;font-size:1rem;color:#334155;} .sms-settings-grid .muted,.muted{color:#64748b;font-size:.9rem;line-height:1.9;} .sms-settings-grid .full-row,.full-row{grid-column:1/-1;} .sms-settings-grid .compact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;} .sms-settings-grid label{font-weight:700;color:#475569;font-size:.9rem;} .sms-settings-grid input,.sms-settings-grid select,.sms-settings-grid textarea{margin-top:8px;} .note-box{margin-top:12px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:14px;padding:10px 12px;font-size:.85rem;line-height:1.9;} .admin-variant-mobile-panel{grid-column:1/-1;margin:18px 0;padding:16px;border:1px solid rgba(110,184,216,.24);border-radius:22px;background:rgba(255,255,255,.76);box-shadow:0 14px 34px rgba(70,95,140,.08);} .variant-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0;} .edit-variant-inventory-box{display:grid;gap:9px;overflow:visible;} .edit-variant-head,.edit-variant-row{display:grid;grid-template-columns:1fr 1fr 130px 78px;gap:8px;align-items:end;} .edit-variant-head{color:#64748b;font-size:12px;font-weight:900;padding:0 6px;} .edit-variant-row{padding:10px;border:1px solid rgba(148,163,184,.22);border-radius:16px;background:#fff;} .edit-variant-row label{display:grid;gap:5px;font-size:12px;font-weight:850;color:#475569;} .edit-variant-row input{width:100%;min-width:0;min-height:38px;padding:8px 10px;border-radius:12px;} .edit-variant-row .danger{min-height:38px;padding:8px 10px;font-size:12px;border-radius:12px;} @media(max-width:780px){body[data-admin-section="edit-product"] .page-shell,body[data-admin-section="edit-product"] .admin-shell{padding-inline:10px !important;overflow-x:hidden;} body[data-admin-section="edit-product"] .admin-panel{padding:12px !important;border-radius:18px !important;overflow:visible !important;} body[data-admin-section="edit-product"] .form-grid,body[data-admin-section="edit-product"] .settings-grid{grid-template-columns:1fr !important;} body[data-admin-section="edit-product"] input,body[data-admin-section="edit-product"] select,body[data-admin-section="edit-product"] textarea{width:100% !important;min-width:0 !important;font-size:14px !important;} body[data-admin-section="edit-product"] .admin-tabs{display:flex !important;overflow-x:auto !important;white-space:nowrap !important;gap:8px !important;padding:8px 4px 12px !important;-webkit-overflow-scrolling:touch;} body[data-admin-section="edit-product"] .admin-tabs a{flex:0 0 auto !important;font-size:12px !important;padding:9px 12px !important;} .admin-variant-mobile-panel{padding:12px;border-radius:18px;margin:14px 0;} .variant-toolbar{display:grid;grid-template-columns:1fr;} .edit-variant-head{display:none;} .edit-variant-row{grid-template-columns:1fr !important;gap:10px;padding:12px;} .edit-variant-row label{font-size:13px;} .edit-variant-row .danger{width:100%;} body[data-admin-section="edit-product"] .admin-actions{grid-template-columns:1fr !important;position:sticky;bottom:0;z-index:20;padding:10px;margin-inline:-12px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-top:1px solid rgba(148,163,184,.18);}} .admin-mobile-bar{display:none;} .admin-shell,.page-shell.admin-shell{max-width:1280px;margin-inline:auto;} .admin-tabs{max-width:100%;overflow:visible;} .admin-tabs a{white-space:nowrap;} .admin-panel,.glass-form.admin-settings,.admin-settings,.admin-panel.reveal{max-width:100%;} .admin-actions,.admin-form .admin-actions,.glass-form .admin-actions{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:10px;} .admin-actions button,.admin-actions .btn,.admin-actions a{min-height:44px;} .settings-grid,.form-grid,.customer-form,.payment-settings-grid,.sms-settings-grid,.compact-product-form{min-width:0;} .settings-grid > *,.form-grid > *,.payment-settings-grid > *,.sms-settings-grid > *,.compact-product-form > *{min-width:0;} .table-wrap{max-width:100%;} .admin-table td,.admin-table th{word-break:break-word;} @media(max-width:900px){html,body{max-width:100%;overflow-x:hidden;} .admin-shell,.page-shell.admin-shell,main.admin-shell{width:100% !important;padding-inline:10px !important;margin:14px 0 !important;gap:14px !important;overflow-x:hidden !important;} .section-title{margin:16px 0 12px !important;padding-inline:4px !important;text-align:right !important;place-items:start !important;} .section-title h1,.section-title h2{font-size:1.35rem !important;line-height:1.7 !important;} .section-title p{font-size:.9rem !important;line-height:1.9 !important;color:#64748b !important;} .admin-mobile-bar{display:flex !important;position:sticky;top:0;z-index:75;align-items:center;justify-content:space-between;gap:10px;padding:10px;margin:0 0 8px;border:1px solid rgba(148,163,184,.22);border-radius:18px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);box-shadow:0 12px 28px rgba(15,23,42,.08);} .admin-mobile-bar span{font-size:.86rem;color:#64748b;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} .admin-menu-toggle{min-height:38px !important;padding:8px 12px !important;border-radius:14px !important;font-size:.9rem !important;background:linear-gradient(135deg,#ff7fab,#ffb36d) !important;color:#fff !important;box-shadow:0 10px 22px rgba(255,122,168,.18) !important;} .admin-tabs{position:sticky !important;top:58px !important;z-index:70 !important;display:flex !important;flex-wrap:nowrap !important;gap:8px !important;width:100% !important;max-width:100% !important;overflow-x:auto !important;overflow-y:hidden !important;white-space:nowrap !important;padding:8px 6px 10px !important;border-radius:18px !important;background:rgba(255,255,255,.94) !important;-webkit-overflow-scrolling:touch;scrollbar-width:thin;} .admin-tabs:not(.is-open){max-height:60px;} .admin-tabs.is-open{flex-wrap:wrap !important;overflow-y:auto !important;max-height:58vh;align-content:flex-start;} .admin-tabs a{flex:0 0 auto !important;width:auto !important;min-width:max-content !important;text-align:center !important;font-size:12px !important;padding:9px 12px !important;border-radius:999px !important;} .admin-panel,.glass-form,.glass-form.admin-settings,.admin-settings,.total-box{width:100% !important;padding:14px !important;border-radius:20px !important;overflow:visible !important;} .panel-head{display:grid !important;grid-template-columns:1fr !important;gap:8px !important;align-items:start !important;} .panel-head h2{font-size:1.1rem !important;line-height:1.7 !important;} .admin-dashboard-grid,.admin-quick-grid,.settings-grid,.form-grid,.payment-settings-grid,.sms-settings-grid,.compact-grid,.compact-product-form,.customer-form,.category-form,.checkout-grid,.home-promo-ads,.admin-message-list,.articles-grid,.orders-grid{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;width:100% !important;} .settings-grid .full-row,.sms-settings-grid .full-row,.admin-wide,.full-row,.compact-product-form textarea,.compact-product-form .image-uploader-panel,.compact-product-form .form-notice,.compact-product-form .category-picker-field{grid-column:1/-1 !important;} label,.settings-grid label,.admin-form label,.sms-settings-grid label{display:grid !important;gap:6px !important;font-size:.88rem !important;line-height:1.7 !important;} .inline-check,label.inline-check{display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:8px !important;} input,textarea,select{width:100% !important;max-width:100% !important;min-width:0 !important;min-height:44px !important;font-size:14px !important;border-radius:13px !important;} textarea{min-height:98px !important;} button,.btn{max-width:100%;} .admin-actions,.glass-form .admin-actions,.admin-form .admin-actions,form .admin-actions{position:sticky !important;bottom:0 !important;z-index:80 !important;display:grid !important;grid-template-columns:1fr !important;gap:8px !important;padding:10px !important;margin:14px -14px -14px !important;border-top:1px solid rgba(148,163,184,.20) !important;background:rgba(255,255,255,.96) !important;backdrop-filter:blur(14px) !important;box-shadow:0 -10px 28px rgba(15,23,42,.08) !important;} .admin-actions button,.admin-actions .btn,.admin-actions a{width:100% !important;text-align:center !important;justify-content:center !important;} .settings-card,.sms-settings-grid .settings-card,.payment-choice,.form-field-row,.custom-field-row,.home-edit-row,.category-admin-card,.admin-stat-card,.quick-admin-card{width:100% !important;min-width:0 !important;} .form-field-row,.custom-field-row,.home-edit-row{grid-template-columns:1fr !important;gap:9px !important;} .home-row-preview{width:100% !important;height:130px !important;} .payment-method-box{display:grid !important;grid-template-columns:1fr !important;gap:8px !important;} .payment-choice{justify-content:flex-start !important;} .table-wrap{border:0 !important;background:transparent !important;overflow:visible !important;} .admin-table,.admin-table thead,.admin-table tbody,.admin-table th,.admin-table td,.admin-table tr{display:block !important;width:100% !important;min-width:0 !important;} .admin-table thead{display:none !important;} .admin-table tr{margin:0 0 12px !important;padding:12px !important;border:1px solid rgba(148,163,184,.22) !important;border-radius:18px !important;background:#fff !important;box-shadow:0 10px 25px rgba(15,23,42,.06) !important;} .admin-table td{padding:8px 0 !important;border-bottom:1px dashed rgba(148,163,184,.20) !important;text-align:right !important;} .admin-table td:last-child{border-bottom:0 !important;} .admin-table td:before{content:attr(data-label);display:block;margin-bottom:4px;font-size:11px;font-weight:900;color:#94a3b8;} .admin-table td:not([data-label]):before{content:'';display:none;} .image-slots,.home-image-preview{grid-template-columns:repeat(2,minmax(0,1fr)) !important;} .image-slot,.home-image-preview img{min-height:100px !important;} .admin-products-card,#adminProducts .card{grid-template-columns:1fr !important;} .admin-product-img,#adminProducts img{aspect-ratio:1/1 !important;width:100% !important;max-height:220px !important;object-fit:cover !important;} .edit-variant-inventory-box{width:100% !important;overflow:visible !important;} .edit-variant-head{display:none !important;} .edit-variant-row{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;padding:12px !important;border-radius:18px !important;} .variant-toolbar{display:grid !important;grid-template-columns:1fr !important;}} @media(max-width:430px){.admin-shell,.page-shell.admin-shell{padding-inline:8px !important;} .admin-panel,.glass-form,.glass-form.admin-settings{padding:12px !important;border-radius:18px !important;} .admin-actions{margin-inline:-12px !important;} .admin-tabs a{font-size:11.5px !important;padding:8px 10px !important;}} .edit-media-manager{grid-column:1/-1;margin:18px 0;padding:18px;border:1px solid rgba(91,205,245,.28);border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(240,251,255,.92));box-shadow:0 14px 34px rgba(62,76,108,.08)} .edit-manager-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:14px} .edit-manager-head h3{margin:0 0 6px;color:var(--primary-dark)} .edit-manager-head p{margin:0;color:var(--muted);line-height:1.8} .edit-upload-btn{position:relative;overflow:hidden;cursor:pointer} .edit-images-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,108px));gap:12px;margin-top:12px} .edit-image-card{position:relative;padding:7px;border-radius:18px;background:#fff;border:1px solid rgba(255,184,107,.32);box-shadow:0 10px 24px rgba(62,76,108,.08)} .edit-image-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:13px;background:#fff1f7;display:block} .edit-image-card.image-error img{background:#fff1f7} .edit-image-remove{position:absolute;top:3px;left:3px;width:26px;height:26px;min-height:0;padding:0;border-radius:50%;display:grid;place-items:center;background:#e84d64!important;color:#fff!important;box-shadow:0 8px 18px rgba(232,77,100,.22)} .edit-image-card small{display:block;margin-top:6px;font-size:.72rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis} .edit-empty-note{grid-column:1/-1;padding:14px;border-radius:16px;background:#fff;color:var(--muted);border:1px dashed rgba(255,184,107,.5);text-align:center} @media(max-width:760px){.edit-media-manager{padding:14px;border-radius:18px}.edit-images-grid{grid-template-columns:repeat(3,1fr)}.edit-manager-head{display:grid}.edit-upload-btn{width:100%;justify-content:center}} .enamad-box{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:120px;min-height:76px;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.86);border:1px solid rgba(225,212,230,.9);box-shadow:0 12px 28px rgba(77,63,94,.10);color:#36415a;text-align:center;overflow:hidden} .enamad-box img{max-width:115px;max-height:115px;object-fit:contain;border-radius:12px} .enamad-box span,.enamad-box small{display:block;font-size:.86rem;color:#6b7280} .enamad-preview-card{align-items:center;justify-content:center;min-height:150px} textarea#enamadHtmlCode{min-height:150px;font-family:monospace;direction:ltr;text-align:left} @media(max-width:720px){.enamad-box{width:100%;min-height:88px}.enamad-box img{max-width:96px;max-height:96px}} .product-code-badge{display:inline-flex;align-items:center;gap:6px;margin:4px 0 10px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(132,189,214,.35);color:#667085;font-size:.78rem;line-height:1.6;box-shadow:0 8px 22px rgba(37,99,135,.06);} .product-code-badge strong{direction:ltr;unicode-bidi:bidi-override;letter-spacing:1.5px;color:#2d6f8f;font-weight:900;} .compact-order-card{padding:14px 16px!important;gap:8px!important;border-radius:22px!important} .compact-order-card p{margin:0;line-height:1.8;font-size:.9rem} .compact-order-head h3{margin:0;font-size:1rem} .compact-order-head small{color:var(--muted);font-size:.78rem;font-weight:800} .order-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end} .new-order-badge{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:999px;background:#ffe7ea;color:#e1002a;border:1px solid #ffb4bf;font-weight:950;font-size:.78rem;box-shadow:0 8px 18px rgba(225,0,42,.12)} .new-order-card{border-color:#ffb4bf!important;box-shadow:0 14px 34px rgba(225,0,42,.10)!important} .compact-order-grid{display:grid;grid-template-columns:repeat(4,minmax(110px,1fr));gap:8px;padding:8px;border-radius:16px;background:#fffafc;border:1px solid #f7d9c4} .compact-order-address{padding:8px 10px;border-radius:14px;background:#fff;color:var(--muted)} .compact-order-details{border:1px dashed #f7d9c4;border-radius:16px;background:#fff;padding:9px 10px} .compact-order-details summary{cursor:pointer;font-weight:950;color:#e7517b} .compact-order-actions{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end} .compact-order-actions label{margin:0} @media(max-width:760px){.compact-order-grid{grid-template-columns:1fr 1fr}.compact-order-actions{grid-template-columns:1fr}.order-badges{justify-content:flex-start}.compact-order-card{padding:12px!important}} @media(max-width:480px){.compact-order-grid{grid-template-columns:1fr}} .product-code-admin-field{display:flex;flex-direction:column;gap:6px;background:rgba(255,255,255,.75);border:1px solid rgba(120,150,180,.25);border-radius:18px;padding:12px 14px;color:#486077;font-size:.86rem} .product-code-admin-field input{font-weight:900;letter-spacing:2px;text-align:center;background:#f7fbff;border:1px dashed rgba(80,130,180,.35)} .product-code-admin-field small{color:#8a97a8;font-size:.75rem} .product-code-chip{display:inline-flex;align-items:center;gap:6px;width:max-content;max-width:100%;padding:5px 10px;border-radius:999px;background:linear-gradient(135deg,#eef9ff,#fff2f8);border:1px solid rgba(108,160,200,.22);color:#55708a;font-size:.75rem;margin:4px 0 8px} .product-code-chip strong{color:#eb4f88;letter-spacing:1px} .order-product-code{display:inline-flex!important;width:max-content;margin:4px 0;padding:3px 8px;border-radius:999px;background:#fff1f6;color:#d93668;font-weight:800;font-size:.72rem} .compact-checks label{display:flex;align-items:center;gap:8px}.compact-checks input{width:auto}.product-code-badge,.product-code-chip{font-size:.82rem;color:#9a5770;background:#fff1f6;border-radius:999px;padding:4px 10px;display:inline-flex;gap:4px}.admin-settings textarea{width:100%;border:1px solid rgba(120,120,150,.25);border-radius:18px;padding:12px;background:rgba(255,255,255,.75)} .image-seo-tools{border:1px dashed rgba(80,120,180,.24);background:linear-gradient(135deg,rgba(255,244,250,.82),rgba(239,249,255,.88));border-radius:20px;padding:14px;margin:14px 0;display:grid;gap:10px} .image-seo-tools .mini{margin-bottom:0}.image-seo-tools input,.image-seo-tools textarea{width:100%}.image-seo-tools input[type="range"]{accent-color:#ff72b6}.image-seo-tools .inline-check{display:flex;align-items:center;gap:8px}.image-seo-tools .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.image-seo-card input,.image-seo-card textarea{width:100%;font-size:11px;padding:6px 8px;margin-top:4px;border-radius:10px}.image-seo-card textarea{min-height:50px;resize:vertical}.edit-image-card.image-seo-card{align-items:stretch}.edit-image-card.image-seo-card img{aspect-ratio:1/1;object-fit:cover;width:100%} @media(max-width:720px){.image-seo-tools .form-grid{grid-template-columns:1fr}.image-seo-tools{padding:12px}.image-seo-card input,.image-seo-card textarea{font-size:12px}} .seo-dashboard-grid{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:12px;margin:14px 0} .seo-stat{background:#fff;border:1px solid rgba(24,24,24,.08);border-radius:16px;padding:14px;text-align:center;box-shadow:0 10px 24px rgba(0,0,0,.05)} .seo-stat strong{display:block;font-size:24px;color:#2f4a64;margin-bottom:4px} .seo-stat span{font-size:12px;color:#697586} .seo-stat.warning{background:#fff7f7;border-color:#ffc9c9} .seo-stat.warning strong{color:#d92d20} @media(max-width:768px){.seo-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-sitemap-center .admin-actions{display:flex;overflow-x:auto;gap:8px;padding-bottom:6px}.seo-sitemap-center .admin-actions .btn{white-space:nowrap}} .product-card .product-card-actions,.products .product-card .product-card-actions,.product-card .product-card-actions.minimal-actions{grid-template-columns:1fr !important;} .product-card .product-buy-detail-btn{width:100% !important;} .seller-register-page{width:100%;padding:28px clamp(14px,4vw,52px) 52px}.seller-hero{display:grid;grid-template-columns:1fr 280px;gap:22px;align-items:center;padding:clamp(24px,4vw,44px);border:1px solid rgba(110,184,216,.22);border-radius:34px;background:linear-gradient(135deg,#fff,#eefaff 52%,#fff1f8);box-shadow:var(--shadow)}.seller-hero h1{font-size:clamp(1.7rem,4vw,3.2rem);line-height:1.55;margin:12px 0}.seller-hero p{color:var(--muted);line-height:2;max-width:760px}.seller-hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.seller-hero-points span{padding:9px 13px;border-radius:999px;background:#fff;border:1px solid #dbeefa;font-weight:900;color:#559fbd}.seller-hero-card{min-height:190px;border-radius:30px;background:linear-gradient(135deg,#80cbe7,#f7a8c9);color:#fff;display:grid;place-items:center;text-align:center;padding:22px;box-shadow:0 18px 42px rgba(247,168,201,.24)}.seller-hero-card strong{font-size:2.5rem}.seller-hero-card small{line-height:1.9}.seller-register-shell{display:grid;grid-template-columns:260px 1fr;gap:18px;margin-top:22px;align-items:start}.seller-steps{position:sticky;top:86px;display:grid;gap:10px;padding:14px;border-radius:28px;background:#fff;border:1px solid rgba(110,184,216,.22);box-shadow:var(--shadow)}.seller-steps button{display:flex;align-items:center;gap:10px;justify-content:flex-start;background:#f8fdff;color:#66758b;border:1px solid #dbeefa;box-shadow:none}.seller-steps button b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#6eb8d8}.seller-steps button.active{background:linear-gradient(135deg,#e9f9ff,#ffe8f2);color:#e1699a;border-color:#ffd3e5}.seller-form{width:100%;padding:24px}.seller-step-panel{display:none;animation:fadeUp .35s ease both}.seller-step-panel.active{display:block}.seller-step-panel h2{margin:4px 0 6px;line-height:1.6}.seller-step-panel p{color:var(--muted);line-height:1.9}.seller-form .otp-panel{grid-column:1/-1}.seller-form-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;margin-top:18px;padding-top:16px;border-top:1px dashed #dbeefa}.seller-form-actions button{display:inline-flex;align-items:center;justify-content:center}.seller-terms{grid-column:1/-1;display:flex!important;align-items:flex-start;gap:10px;padding:14px;border:1px solid #dbeefa;border-radius:18px;background:#f8fdff;line-height:1.9;font-weight:800;color:#607089}.seller-terms input{width:auto;margin-top:6px}.seller-summary{grid-column:1/-1;margin-top:12px;padding:14px;border-radius:18px;background:#effaf4;border:1px solid #cdebd8;color:#23845c;line-height:1.9}.seller-status-pill{display:inline-flex;padding:7px 10px;border-radius:999px;font-weight:900;background:#fff4cf;color:#9b6a00}.seller-status-pill.approved{background:#e8fff2;color:#23845c}.seller-status-pill.rejected{background:#fff0f3;color:#c23d5c}.seller-admin-box{display:grid;gap:6px;font-size:.88rem;line-height:1.8}.seller-admin-actions{display:flex;gap:6px;flex-wrap:wrap}.seller-admin-actions button{padding:8px 10px;border-radius:12px;font-size:.8rem}.small-btn{padding:8px 10px;border-radius:12px;font-size:.82rem}@media(max-width:860px){.seller-hero,.seller-register-shell{grid-template-columns:1fr}.seller-steps{position:static;grid-template-columns:repeat(2,1fr)}.seller-hero-card{min-height:130px}}@media(max-width:560px){.seller-steps{grid-template-columns:1fr}.seller-form-actions{justify-content:stretch}.seller-form-actions button{width:100%}} .product-seller-line{display:flex;gap:.5rem;align-items:center;margin:.7rem 0;padding:.75rem 1rem;border-radius:16px;background:rgba(255,255,255,.72);border:1px solid rgba(120,94,70,.12)} .product-seller-line span{color:#8a7a68}.product-seller-line strong{color:#4f3828} .seller-shell .section-title p{color:#857666}.seller-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin:1.5rem 0}.seller-stat-card,.seller-finance-grid article{background:rgba(255,255,255,.82);border:1px solid rgba(120,94,70,.12);border-radius:22px;padding:1rem;box-shadow:0 14px 35px rgba(72,52,35,.08)}.seller-stat-card span,.seller-finance-grid span{display:block;color:#8b7a66;font-size:.9rem}.seller-stat-card strong,.seller-finance-grid strong{display:block;margin-top:.4rem;font-size:1.35rem;color:#4d3423}.seller-status{display:inline-flex;margin:.5rem 0;padding:.35rem .7rem;border-radius:999px;background:#f4eadf;color:#6a4a31;font-size:.85rem}.seller-status.approved{background:#e8f7ef;color:#197448}.seller-status.pending{background:#fff4d8;color:#9a6200}.seller-status.rejected{background:#ffe8e8;color:#a33232}.seller-order-items{display:grid;gap:.6rem;margin-top:.8rem}.seller-order-items div{display:grid;gap:.2rem;padding:.7rem;border-radius:14px;background:rgba(255,255,255,.68)}.seller-finance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1rem}.settlement-box,.table-wrap{overflow:auto}.field-hint.error{color:#b3261e}.marketplace-product-actions textarea,#marketplaceProducts textarea{min-height:70px;width:100%;margin:.6rem 0} .seller-phone-only .otp-grid{grid-template-columns:1fr!important} .seller-phone-only button,.seller-phone-only input[id$="Otp"]{display:none!important} .seller-admin-grid{grid-template-columns:1fr!important} .seller-admin-card{overflow:hidden} .seller-admin-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:12px} .seller-admin-head h3{margin:0 0 6px;color:#1f2937} .seller-admin-head p{margin:0;color:#64748b;font-size:.92rem} .vendor-id-chip{display:inline-flex;align-items:center;border:1px solid rgba(59,130,246,.25);background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:7px 12px;font-weight:800;direction:ltr} .section-title.compact{margin-bottom:12px}.section-title.compact h2{font-size:20px;margin:3px 0}.seller-score-card,.product-qa-card,.product-reviews-card{margin-top:18px}.seller-score-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.seller-score-row strong{font-size:22px;color:#24324a}.seller-score-row small,.seller-score-card p{color:#6d7890;font-weight:700}.seller-score-meter{height:10px;border-radius:999px;background:#eef3f7;overflow:hidden;margin:12px 0}.seller-score-meter i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#8bc9e5,#e89ac7)}.review-stars{direction:ltr;display:inline-flex;gap:1px;color:#d8cbb6;font-size:18px}.review-stars .on{color:#f6bd32}.qa-list,.review-list{display:grid;gap:10px;margin:12px 0}.qa-item,.review-item{background:#fff;border:1px solid rgba(139,201,229,.28);border-radius:18px;padding:12px}.qa-item h3{font-size:15px;margin:0 0 8px;color:#25314a}.qa-item p,.review-item p{margin:0;color:#526078;line-height:1.9}.review-item>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.review-item small{color:#8a93a6;font-weight:800}.inline-feedback-form{display:grid;gap:10px;margin-top:14px}.inline-feedback-form input,.inline-feedback-form textarea{width:100%;border:1px solid #d6eaf6;border-radius:16px;padding:12px;font-family:inherit;background:#fff}.inline-feedback-form textarea{min-height:95px;resize:vertical}.inline-feedback-form button{width:max-content;border:0;border-radius:16px;padding:10px 18px;background:linear-gradient(90deg,#86c7e5,#eaa0ca);color:#fff;font-weight:900;cursor:pointer}.inline-feedback-form small{color:#71819a;font-weight:700}.review-rating-picker{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.review-rating-picker button{background:transparent!important;color:#d8cbb6!important;padding:0!important;font-size:24px;box-shadow:none}.review-rating-picker button.is-on{color:#f6bd32!important}.empty-state.mini{padding:12px;border-radius:14px;font-size:13px} .seller-question-panel{margin:12px 0;padding:10px;border-radius:16px;background:#fff8df;border:1px solid rgba(246,189,50,.25);display:grid;gap:8px}.seller-question-panel>strong{color:#24324a}.seller-question-item{display:grid;gap:7px;padding:8px;border-radius:12px;background:#fff}.seller-question-item p{margin:0;color:#526078;line-height:1.8}.seller-question-item textarea{width:100%;min-height:72px;border:1px solid #d6eaf6;border-radius:12px;padding:9px;font-family:inherit} .seller-section-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 24px;padding:12px;background:rgba(255,255,255,.72);border:1px solid rgba(16,87,128,.12);border-radius:22px;box-shadow:0 10px 30px rgba(31,63,107,.08)} .seller-section-tabs a{padding:10px 16px;border-radius:999px;background:linear-gradient(135deg,#e7f5ff,#fff0f6);color:#234;text-decoration:none;font-weight:800;border:1px solid rgba(76,150,210,.18)} .seller-section-tabs a:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(37,98,165,.12)} .seller-feedback-list{display:grid;gap:14px}.feedback-card{padding:16px}.feedback-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.feedback-head span{padding:6px 10px;border-radius:999px;background:#fff4d6;color:#7a4b00;font-size:.85rem;font-weight:800}.feedback-card textarea{width:100%;min-height:90px;margin:10px 0;border-radius:14px;border:1px solid #cfe2f3;padding:12px;background:#fff}.seller-reply-box{margin:10px 0;padding:10px 12px;border-radius:14px;background:#f6fbff;border-right:4px solid #79b7e4}.seller-reply-box p{margin:6px 0 0}.inline-feedback-form small{display:block;margin-top:8px;color:#64748b}.admin-actions button:disabled{opacity:.45;cursor:not-allowed} .feedback-summary{border:1px solid rgba(67,146,204,.25);background:linear-gradient(135deg,rgba(232,246,255,.9),rgba(255,245,250,.85));} .feedback-card.needs-admin{border:2px solid rgba(255,132,0,.45);box-shadow:0 10px 30px rgba(255,132,0,.08);} .feedback-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;} .password-admin-box{margin-top:12px;padding:12px;border:1px dashed rgba(33,150,243,.35);border-radius:14px;background:rgba(33,150,243,.06);display:grid;gap:8px}.password-admin-box input{max-width:260px}.password-admin-box small{color:#64748b}.seller-profile-pending pre{white-space:pre-wrap;direction:ltr;text-align:left} .home-product-rails{display:grid;gap:28px;overflow:hidden}.home-rail-section{display:grid;gap:14px}.rail-title{margin-bottom:4px}.product-rail{display:flex!important;grid-template-columns:none!important;gap:12px!important;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;padding:6px 2px 18px;margin-inline:-2px;scrollbar-width:none}.product-rail::-webkit-scrollbar{display:none}.product-rail .product-card{flex:0 0 168px;scroll-snap-align:start;padding:10px!important;border-radius:18px!important}.product-rail .product-card img{aspect-ratio:1/1;object-fit:cover;border-radius:16px}.product-rail .product-card h3{font-size:.9rem;line-height:1.65;margin:7px 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-rail .product-card p:not(.price){font-size:.76rem;line-height:1.7;margin:4px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-rail .card-row{gap:5px;font-size:.7rem}.product-rail .stock{font-size:.68rem;padding:5px 7px}.product-rail .specs,.product-rail .hover-summary,.product-rail .card-variant-panel{display:none!important}.product-rail .price,.product-rail .product-price{font-size:.88rem;margin:7px 0;color:#e1699a;font-weight:950}.product-rail .product-card-actions{display:block}.product-rail .product-card-actions .btn{padding:9px 8px;font-size:.78rem;border-radius:13px}.product-rail .badge{font-size:.68rem;padding:5px 7px}.product-rail .empty-state{min-width:100%} @media(max-width:560px){.home-product-rails{width:min(100%,calc(100% - 18px));margin-inline:auto}.product-rail{gap:10px!important;padding-bottom:14px}.product-rail .product-card{flex:0 0 calc((100% - 10px)/2);max-width:calc((100% - 10px)/2)}.product-rail .product-card h3{font-size:.82rem}.product-rail .product-card p:not(.price){font-size:.72rem}.product-rail .card-row{align-items:flex-start}.product-rail .product-card-actions .btn{font-size:.72rem;padding:8px 6px}} @media(min-width:900px){.product-rail .product-card{flex-basis:178px}} .category-hero + .section-wrap{width:min(1420px,calc(100% - 24px)) !important;margin-top:16px !important;} .category-hero + .section-wrap #products.products{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(230px,1fr)) !important;gap:0 !important;justify-content:stretch !important;align-items:stretch !important;background:#fff !important;border:1px solid #edf1f5 !important;border-radius:18px !important;overflow:hidden !important;box-shadow:0 8px 26px rgba(39,63,91,.045) !important;} .category-hero + .section-wrap #products .product-card.category-card{max-width:none !important;width:100% !important;min-height:440px !important;padding:18px 14px 14px !important;border-radius:0 !important;border:0 !important;border-left:1px solid #edf1f5 !important;border-bottom:1px solid #edf1f5 !important;box-shadow:none !important;background:#fff !important;transform:none !important;} .category-hero + .section-wrap #products .product-card.category-card:hover{transform:none !important;box-shadow:inset 0 0 0 1px #e4edf6 !important;z-index:1 !important;} .category-hero + .section-wrap #products .product-card.category-card::before{display:none !important;} .category-hero + .section-wrap #products .product-card.category-card .product-link{display:block !important;width:100% !important;margin:0 auto 12px !important;} .category-hero + .section-wrap #products .product-card.category-card img{width:100% !important;height:230px !important;max-height:230px !important;object-fit:contain !important;border-radius:0 !important;background:#fff !important;} .category-hero + .section-wrap #products .product-card.category-card .card-row{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:6px !important;margin:0 0 7px !important;} .category-hero + .section-wrap #products .product-card.category-card .category-badge,.category-hero + .section-wrap #products .product-card.category-card .badge{display:none !important;} .category-hero + .section-wrap #products .product-card.category-card .stock{display:block !important;margin-right:auto !important;background:transparent !important;border:0 !important;color:#ef394e !important;padding:0 !important;font-size:.72rem !important;font-weight:800 !important;} .category-hero + .section-wrap #products .product-card.category-card h3{font-size:.86rem !important;line-height:1.9 !important;min-height:3.8em !important;max-height:3.8em !important;margin:0 0 7px !important;overflow:hidden !important;color:#232f3e !important;} .category-hero + .section-wrap #products .product-card.category-card .price{display:block !important;margin-top:auto !important;text-align:left !important;color:#1f2a44 !important;font-size:.98rem !important;font-weight:950 !important;} .category-hero + .section-wrap #products .product-card.category-card .price::before{content:'تومان ';font-size:.68rem !important;color:#5f6b7a !important;font-weight:800 !important;} .category-hero + .section-wrap #products .product-card.category-card p:not(.price),.category-hero + .section-wrap #products .product-card.category-card .specs,.category-hero + .section-wrap #products .product-card.category-card .product-main-specs,.category-hero + .section-wrap #products .product-card.category-card .hover-summary,.category-hero + .section-wrap #products .product-card.category-card .card-variant-panel,.category-hero + .section-wrap #products .product-card.category-card .product-card-actions{display:none !important;} @media(min-width:1180px){.category-hero + .section-wrap #products.products{grid-template-columns:repeat(5,minmax(0,1fr)) !important;}} @media(max-width:760px){.category-hero{display:none !important;} .category-hero + .section-wrap{width:100% !important;margin:0 !important;padding:0 !important;} .category-hero + .section-wrap #products.products{display:grid !important;grid-template-columns:1fr !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;background:#fff !important;} .category-hero + .section-wrap #products .product-card.category-card{direction:rtl !important;display:grid !important;grid-template-columns:128px minmax(0,1fr) !important;grid-template-rows:auto auto auto 1fr !important;column-gap:12px !important;min-height:178px !important;padding:14px 12px !important;border-left:0 !important;border-bottom:1px solid #edf1f5 !important;align-items:start !important;} .category-hero + .section-wrap #products .product-card.category-card .product-link{grid-column:1 !important;grid-row:1 / span 4 !important;width:128px !important;margin:0 !important;align-self:start !important;} .category-hero + .section-wrap #products .product-card.category-card img{width:128px !important;height:128px !important;max-height:128px !important;object-fit:contain !important;} .category-hero + .section-wrap #products .product-card.category-card .card-row,.category-hero + .section-wrap #products .product-card.category-card h3,.category-hero + .section-wrap #products .product-card.category-card .price{grid-column:2 !important;min-width:0 !important;} .category-hero + .section-wrap #products .product-card.category-card h3{font-size:.82rem !important;line-height:1.85 !important;min-height:auto !important;max-height:3.7em !important;margin:0 0 6px !important;} .category-hero + .section-wrap #products .product-card.category-card .card-row{margin:4px 0 4px !important;min-height:20px !important;} .category-hero + .section-wrap #products .product-card.category-card .stock{font-size:.68rem !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;} .category-hero + .section-wrap #products .product-card.category-card .price{align-self:end !important;margin-top:10px !important;font-size:.92rem !important;}} @media(max-width:390px){.category-hero + .section-wrap #products .product-card.category-card{grid-template-columns:116px minmax(0,1fr) !important;column-gap:10px !important;} .category-hero + .section-wrap #products .product-card.category-card .product-link,.category-hero + .section-wrap #products .product-card.category-card img{width:116px !important;height:116px !important;max-height:116px !important;}} .mobile-bottom-nav{display:none;} @media(max-width:760px){body{padding-bottom:76px !important;} .footer{padding-bottom:96px !important;} .mobile-bottom-nav{position:fixed !important;right:0 !important;left:0 !important;bottom:0 !important;z-index:9999 !important;height:64px !important;padding:6px 8px calc(6px + env(safe-area-inset-bottom)) !important;display:grid !important;grid-template-columns:repeat(5,1fr) !important;gap:2px !important;background:rgba(255,255,255,.96) !important;border-top:1px solid rgba(210,215,225,.9) !important;box-shadow:0 -8px 24px rgba(39,48,68,.10) !important;backdrop-filter:blur(14px) !important;direction:rtl !important;} .mobile-bottom-nav a{position:relative !important;min-width:0 !important;height:52px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:3px !important;color:#9ca3af !important;font-size:10.5px !important;line-height:1.2 !important;font-weight:800 !important;border-radius:14px !important;-webkit-tap-highlight-color:transparent !important;} .mobile-bottom-nav a.active{color:#637083 !important;background:#f8fafc !important;} .mobile-bottom-nav .mobile-nav-icon{width:24px !important;height:24px !important;display:grid !important;place-items:center !important;} .mobile-bottom-nav svg{width:24px !important;height:24px !important;display:block !important;fill:none !important;stroke:currentColor !important;stroke-width:1.9 !important;stroke-linecap:round !important;stroke-linejoin:round !important;} .mobile-bottom-nav svg path{fill:none !important;stroke:currentColor !important;} .mobile-bottom-nav a.active svg{stroke-width:2.15 !important;} .mobile-bottom-nav .mobile-cart-badge{position:absolute !important;top:2px !important;left:50% !important;transform:translateX(-18px) !important;min-width:17px !important;height:17px !important;padding:0 4px !important;border-radius:999px !important;background:#ef4444 !important;color:#fff !important;font-size:10px !important;font-style:normal !important;font-weight:900 !important;place-items:center !important;border:2px solid #fff !important;}} .home-stories-shell{width:min(1180px,94vw);margin:14px auto 10px;position:relative;z-index:5}.home-stories-rail{display:flex;gap:18px;overflow-x:auto;overflow-y:hidden;padding:10px 4px 8px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.home-stories-rail::-webkit-scrollbar{display:none}.story-bubble{flex:0 0 92px;display:grid;justify-items:center;gap:7px;border:0;background:transparent;color:#2a3350;cursor:pointer;padding:0}.story-ring{width:76px;height:76px;border-radius:50%;padding:3px;background:linear-gradient(135deg,#c533b4,#ff6aa2,#ffc84d);display:grid;place-items:center;box-shadow:0 8px 20px rgba(108,58,120,.12)}.story-ring img,.story-ring b{width:100%;height:100%;border-radius:50%;border:3px solid #fff;background:#f8fbff;object-fit:cover;display:grid;place-items:center;color:#9a3c96;font-size:18px}.story-bubble small{max-width:92px;font-size:12px;line-height:1.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.story-viewer{position:fixed;inset:0;z-index:9999;display:grid;place-items:center}.story-viewer[hidden]{display:none}.story-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(2px)}.story-modal{position:relative;width:min(390px,92vw);height:min(720px,92vh);border-radius:8px;overflow:hidden;background:#111;color:#fff;box-shadow:0 24px 80px rgba(0,0,0,.45);display:grid}.story-media{width:100%;height:100%;object-fit:cover;grid-area:1/1}.story-text-only{grid-area:1/1;display:grid;align-content:center;justify-items:center;text-align:center;padding:38px;background:linear-gradient(160deg,#2d3158,#663178,#e36a9c)}.story-text-only strong{font-size:28px;margin-bottom:12px}.story-text-only p{font-size:17px;line-height:2}.story-progress-wrap{position:absolute;top:10px;left:10px;right:10px;display:flex;gap:4px;z-index:3;direction:ltr}.story-progress{height:3px;flex:1;background:rgba(255,255,255,.35);border-radius:999px;overflow:hidden}.story-progress i{display:block;width:0;height:100%;background:#fff}.story-progress.done i{width:100%}.story-progress.active i{animation:storyFill linear forwards}@keyframes storyFill{to{width:100%}}.story-close{position:absolute;top:22px;left:14px;z-index:4;border:0;background:rgba(0,0,0,.25);color:#fff;border-radius:50%;width:34px;height:34px;font-size:24px}.story-brand{position:absolute;top:30px;right:18px;z-index:3;display:flex;align-items:center;gap:8px;text-shadow:0 2px 10px #000}.story-brand span{width:34px;height:34px;border-radius:50%;overflow:hidden;background:rgba(255,255,255,.18);display:block}.story-brand img{width:100%;height:100%;object-fit:cover}.story-caption{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:78px 20px 22px;background:linear-gradient(transparent,rgba(0,0,0,.82));text-align:right}.story-caption h3{font-size:19px;margin:0 0 8px}.story-caption p{line-height:1.9;margin:0 0 12px;color:#fff}.story-cta{display:inline-flex;background:#fff;color:#111;border-radius:12px;padding:10px 20px;font-weight:900}.story-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:42px;height:42px;border-radius:50%;border:0;background:rgba(255,255,255,.85);color:#222;font-size:30px;display:grid;place-items:center}.story-prev{right:-58px}.story-next{left:-58px}.story-edit-row{grid-template-columns:88px 1fr 1.5fr .8fr .7fr 1fr .8fr .8fr .55fr .7fr .7fr auto!important}.tiny-check{font-size:12px;white-space:nowrap} @media(max-width:680px){.home-stories-shell{width:100%;margin:8px 0 2px}.home-stories-rail{gap:12px;padding:9px 10px 8px}.story-bubble{flex-basis:70px}.story-ring{width:62px;height:62px}.story-bubble small{max-width:70px;font-size:11px}.story-modal{width:100vw;height:100vh;border-radius:0}.story-prev{right:10px}.story-next{left:10px}.story-nav{background:rgba(255,255,255,.25);color:#fff}.story-edit-row{grid-template-columns:1fr!important}} .story-admin-list{display:grid;gap:16px;margin-top:14px} .story-edit-row{display:grid!important;grid-template-columns:120px 1fr!important;gap:14px!important;align-items:start!important;padding:16px!important;border-radius:24px!important;background:linear-gradient(135deg,#fff,#f8fbff)!important;border:1px solid rgba(125,211,252,.45)!important;box-shadow:0 14px 34px rgba(15,23,42,.07)!important} .story-edit-row .home-row-preview{width:112px!important;height:112px!important;border-radius:24px!important;overflow:hidden!important;background:linear-gradient(135deg,#eefcff,#fff0f6)!important;border:1px solid rgba(125,211,252,.45)!important;display:grid!important;place-items:center!important;color:#3891b6!important;font-weight:900!important} .story-edit-row .home-row-preview img{width:100%;height:100%;object-fit:cover} .story-form-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:start} .story-form-fields input,.story-form-fields select,.story-form-fields textarea{width:100%;min-height:44px;border-radius:16px;border:1px solid #cfefff;background:#fff;padding:10px 12px;font-weight:800;color:#26324b} .story-form-fields textarea{grid-column:1/-1;min-height:78px;resize:vertical;line-height:1.9} .story-upload-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:10px;margin-top:2px} .story-upload-box{display:grid;gap:6px;align-content:center;min-height:84px;padding:12px;border-radius:18px;background:#f8fcff;border:1px dashed #9bdcf9;color:#38627c;cursor:pointer;text-align:center;font-weight:900} .story-upload-box strong{font-size:.95rem;color:#2387af}.story-upload-box small{font-size:.78rem;color:#789}.story-upload-box input{display:none} .story-row-options{grid-column:1/-1;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.story-row-options .check-row{margin:0;background:#fff;border:1px solid #e7f4ff;border-radius:999px;padding:9px 12px}.story-row-options .danger{margin-inline-start:auto} .story-admin-help{padding:12px 14px;border-radius:18px;background:#eefcff;color:#356276;font-weight:800;line-height:1.9;margin:10px 0} @media(max-width:900px){body[data-admin-section="home-content"] .section-title{display:none!important} .admin-mobile-bar{justify-content:flex-start!important;direction:rtl!important} .admin-menu-toggle{order:0!important;margin-left:auto!important;font-size:0!important;width:46px!important;min-width:46px!important;height:42px!important;padding:0!important;display:grid!important;place-items:center!important;border-radius:14px!important} .admin-menu-toggle::before{content:'☰';font-size:24px;line-height:1;color:#fff} .admin-mobile-bar span{font-size:.95rem!important;color:#26324b!important} .admin-tabs{display:none!important;position:fixed!important;top:58px!important;right:10px!important;left:10px!important;width:auto!important;max-height:70vh!important;overflow:auto!important;box-shadow:0 24px 70px rgba(15,23,42,.18)!important} .admin-tabs.is-open{display:flex!important;flex-wrap:wrap!important} .story-edit-row{grid-template-columns:1fr!important;padding:12px!important;border-radius:20px!important} .story-edit-row .home-row-preview{width:100%!important;height:150px!important} .story-form-fields{grid-template-columns:1fr!important}.story-form-fields textarea{grid-column:auto}.story-upload-grid{grid-template-columns:1fr}.story-row-options .danger{margin-inline-start:0;width:100%}} .discount-products-feature{width:100%;max-width:none;margin:30px 0;padding:28px clamp(16px,4vw,52px);background:linear-gradient(135deg,#fff7fb,#fffbe8 55%,#effbff);border-top:1px solid #f7d9c4;border-bottom:1px solid #f7d9c4} .discount-feature-head{text-align:center;display:grid;place-items:center;margin:0 auto 18px}.discount-feature-head h2{margin:10px 0 4px;font-size:clamp(1.45rem,3vw,2.25rem)}.discount-feature-head p{margin:0;color:var(--muted);line-height:1.9}.discount-products-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(138px,170px);gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;padding:10px 2px 18px;scrollbar-width:none}.discount-products-rail::-webkit-scrollbar{display:none}.discount-product-card{scroll-snap-align:start;display:block;background:transparent;border:0;border-radius:18px;overflow:hidden;box-shadow:none;transition:.2s ease;text-decoration:none}.discount-product-card:hover{transform:translateY(-3px)}.discount-product-image{position:relative;aspect-ratio:1/1;background:#fff;border:1px solid #f1e4eb;border-radius:18px;overflow:hidden;box-shadow:0 12px 28px rgba(15,23,42,.08)}.discount-product-image img{width:100%;height:100%;object-fit:cover;display:block}.discount-price-overlay{position:absolute;right:7px;left:7px;bottom:7px;display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:7px 9px;border-radius:13px;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,255,255,.84));backdrop-filter:blur(8px);box-shadow:0 8px 20px rgba(0,0,0,.12);pointer-events:none}.old-price-on-image{font-size:.74rem;color:#7b7f8f;text-decoration:line-through;text-decoration-thickness:2px;line-height:1.3}.new-price-on-image{font-size:.94rem;color:#e7517b;font-weight:950;line-height:1.4}.discount-admin-head{margin-top:24px}.discount-admin-grid{border:1px dashed #f7c3d0;border-radius:20px;padding:14px;background:#fffafd} @media(max-width:640px){.discount-products-feature{padding:22px 12px;margin:18px 0}.discount-products-rail{grid-auto-columns:calc((100vw - 42px)/2);gap:10px}.new-price-on-image{font-size:.86rem}.old-price-on-image{font-size:.68rem}.discount-price-overlay{right:6px;left:6px;bottom:6px;padding:6px 8px}} .story-media-stats{margin:10px 0;padding:12px 14px;border-radius:18px;background:#fff8e8;border:1px solid #ffe1aa;color:#43506a;font-weight:900;line-height:1.9} .mobile-nav-toggle{display:none!important} @media(max-width:780px){.navbar{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;padding:10px 14px!important;position:sticky!important;top:0!important;overflow:visible!important;direction:rtl!important} .navbar .brand{position:static!important;order:2!important;margin-right:10px!important;margin-left:auto!important} .mobile-nav-toggle{display:grid!important;order:1!important;width:44px!important;height:40px!important;min-width:44px!important;padding:0!important;border-radius:14px!important;place-items:center!important;font-size:24px!important;background:linear-gradient(135deg,#8ecdf0,#e79acb)!important;color:#fff!important} .navbar .nav-center{display:none!important;position:fixed!important;top:58px!important;right:10px!important;left:10px!important;z-index:999!important;max-height:72vh!important;overflow:auto!important;padding:18px!important;border:1px solid rgba(125,211,252,.42)!important;border-radius:22px!important;background:rgba(255,255,255,.98)!important;box-shadow:0 28px 70px rgba(15,23,42,.22)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important} .navbar .nav-center.is-open{display:grid!important} .navbar .nav-center a,.navbar .nav-dropdown>button,.navbar .nav-auth{width:100%!important;text-align:center!important;justify-content:center!important;white-space:nowrap!important} .navbar .nav-dropdown{width:100%!important}.navbar .dropdown-menu{position:static!important;opacity:1!important;visibility:visible!important;transform:none!important;display:none!important;margin-top:8px!important}.navbar .nav-dropdown:focus-within .dropdown-menu,.navbar .nav-dropdown:hover .dropdown-menu{display:block!important} .navbar .social-links.compact{display:none!important}} @media(max-width:900px){body[data-admin-section="home-content"] #navMount .nav-center{display:none!important} body[data-admin-section="home-content"] #navMount .mobile-nav-toggle{display:grid!important;margin-right:0!important;margin-left:auto!important}} .discount-admin-picker{align-items:end}.discount-product-selector{grid-column:1/-1;display:grid;gap:8px;padding:14px;border:1px solid #e2f3ff;border-radius:18px;background:linear-gradient(135deg,#fff,#f7fcff)}.discount-product-select-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.discount-product-select-row select{min-height:46px}.discount-selected-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px;margin:14px 0 20px}.discount-selected-card{display:grid;grid-template-columns:72px 1fr auto;gap:10px;align-items:center;padding:10px;border:1px solid #e7f5ff;border-radius:18px;background:#fff;box-shadow:0 10px 22px rgba(15,23,42,.05)}.discount-selected-card img{width:72px;height:72px;object-fit:cover;border-radius:14px;background:#f7f7f7}.discount-selected-card strong{display:block;line-height:1.7}.discount-selected-card span{display:block;color:var(--muted);font-size:.82rem;line-height:1.8}.discount-selected-card button{padding:8px 10px;border-radius:12px}.discount-product-image{aspect-ratio:1/1}.discount-price-overlay{align-items:center;text-align:center;right:8px;left:8px;bottom:8px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,236,244,.9));border:1px solid rgba(255,255,255,.85)}.old-price-on-image{font-weight:800}.new-price-on-image{font-weight:950} @media(max-width:640px){.discount-product-select-row{grid-template-columns:1fr}.discount-selected-card{grid-template-columns:58px 1fr auto}.discount-selected-card img{width:58px;height:58px}} @media(max-width:780px){#navMount .navbar{direction:rtl!important;justify-content:flex-start!important;align-items:center!important;} #navMount .mobile-nav-toggle{order:1!important;margin:0!important;margin-left:8px!important;margin-right:0!important;} #navMount .brand{order:2!important;margin:0!important;margin-left:auto!important;} #navMount .nav-center{display:none!important;position:fixed!important;top:58px!important;right:10px!important;left:10px!important;width:auto!important;max-width:none!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;} #navMount .nav-center.is-open{display:grid!important;} #navMount .nav-center .auth-actions{display:contents!important;} #navMount .nav-center a,#navMount .nav-center button{min-height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;}} .category-hero + .section-wrap #products .product-card.category-card .price::before{content:none !important;display:none !important;} .category-hero + .section-wrap #products .product-card.category-card .price,.category-hero + .section-wrap #products .product-card.category-card .product-price{background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important;} .category-hero + .section-wrap #products .product-card.category-card .product-price .new-price,.category-hero + .section-wrap #products .product-card.category-card .product-price .old-price{display:inline-flex !important;align-items:baseline !important;gap:3px !important;background:transparent !important;padding:0 !important;} .category-hero + .section-wrap #products .product-card.category-card .product-price .new-price{color:#e7517b !important;font-weight:950 !important;} .category-hero + .section-wrap #products .product-card.category-card .product-price .old-price{margin-inline-end:6px !important;color:#9aa3af !important;font-size:.78rem !important;text-decoration:line-through !important;} @media(max-width:760px){.category-hero + .section-wrap #products .product-card.category-card{min-height:136px !important;grid-template-columns:112px minmax(0,1fr) !important;grid-template-rows:auto auto 1fr !important;padding:10px 10px 9px !important;column-gap:10px !important;} .category-hero + .section-wrap #products .product-card.category-card .product-link{width:112px !important;grid-row:1 / span 3 !important;} .category-hero + .section-wrap #products .product-card.category-card img{width:112px !important;height:112px !important;max-height:112px !important;border-radius:16px !important;} .category-hero + .section-wrap #products .product-card.category-card .card-row,.category-hero + .section-wrap #products .product-card.category-card .stock{display:none !important;} .category-hero + .section-wrap #products .product-card.category-card h3{grid-row:1 !important;font-size:.82rem !important;line-height:1.75 !important;max-height:3.5em !important;margin:2px 0 6px !important;} .category-hero + .section-wrap #products .product-card.category-card .price,.category-hero + .section-wrap #products .product-card.category-card .product-price{grid-column:2 !important;grid-row:2 !important;align-self:start !important;justify-self:start !important;text-align:left !important;margin:4px 0 0 !important;line-height:1.45 !important;font-size:.9rem !important;} .category-hero + .section-wrap #products .product-card.category-card .product-price .new-price{font-size:.94rem !important;} .category-hero + .section-wrap #products .product-card.category-card .product-price .old-price{font-size:.7rem !important;}} @media(max-width:390px){.category-hero + .section-wrap #products .product-card.category-card{grid-template-columns:104px minmax(0,1fr) !important;} .category-hero + .section-wrap #products .product-card.category-card .product-link,.category-hero + .section-wrap #products .product-card.category-card img{width:104px !important;height:104px !important;max-height:104px !important;}} @media(max-width:780px){#navMount .navbar,.navbar{position:sticky!important;top:0!important;min-height:62px!important;padding:10px 14px!important;display:flex!important;align-items:center!important;justify-content:center!important;direction:rtl!important;overflow:visible!important;z-index:1000!important;border-radius:0!important;} #navMount .mobile-nav-toggle,.mobile-nav-toggle{display:grid!important;position:absolute!important;right:14px!important;left:auto!important;top:50%!important;transform:translateY(-50%)!important;order:0!important;margin:0!important;width:46px!important;min-width:46px!important;height:44px!important;padding:0!important;place-items:center!important;border-radius:15px!important;font-size:0!important;line-height:1!important;z-index:1003!important;background:linear-gradient(135deg,#8ecdf0,#e79acb)!important;color:#fff!important;box-shadow:0 10px 22px rgba(50,70,100,.16)!important;} #navMount .mobile-nav-toggle::before,.mobile-nav-toggle::before{content:'☰'!important;font-size:25px!important;font-weight:900!important;line-height:1!important;} #navMount .brand,.navbar .brand{position:absolute!important;left:50%!important;right:auto!important;top:50%!important;transform:translate(-50%,-50%)!important;order:0!important;margin:0!important;z-index:1002!important;display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;text-align:center!important;} #navMount .nav-center,.navbar .nav-center{display:none!important;position:absolute!important;top:calc(100% + 8px)!important;right:12px!important;left:12px!important;width:auto!important;max-width:none!important;max-height:76vh!important;overflow:auto!important;z-index:1001!important;padding:14px!important;border:1px solid rgba(125,211,252,.42)!important;border-radius:22px!important;background:rgba(255,255,255,.98)!important;box-shadow:0 28px 70px rgba(15,23,42,.22)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;} #navMount .nav-center.is-open,.navbar .nav-center.is-open{display:grid!important;} #navMount .nav-center a,#navMount .nav-center .nav-auth,#navMount .nav-center button,.navbar .nav-center a,.navbar .nav-center .nav-auth,.navbar .nav-center button{width:100%!important;min-height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;white-space:normal!important;border-radius:14px!important;} #navMount .nav-center .auth-actions,.navbar .nav-center .auth-actions{display:contents!important;} #navMount .nav-center .social-links,.navbar .nav-center .social-links{display:none!important;} #navMount .nav-center .nav-dropdown,.navbar .nav-center .nav-dropdown{width:100%!important;display:block!important;} #navMount .nav-center .dropdown-menu,.navbar .nav-center .dropdown-menu{position:static!important;display:grid!important;opacity:1!important;visibility:visible!important;transform:none!important;min-width:0!important;margin:8px 0 0!important;padding:8px!important;box-shadow:none!important;border-radius:14px!important;background:#f8fbff!important;grid-template-columns:1fr!important;} body.mobile-menu-open{overflow:hidden!important;}} .products.all-products .product-card.unified-product-card,#products .product-card.unified-product-card{contain:content;} .products.all-products .product-card.unified-product-card .price::before,#products .product-card.unified-product-card .price::before{content:none!important;display:none!important;} .products.all-products .product-card.unified-product-card .price,.products.all-products .product-card.unified-product-card .product-price,#products .product-card.unified-product-card .price,#products .product-card.unified-product-card .product-price{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;} .products.all-products .product-card.unified-product-card .product-price .new-price,.products.all-products .product-card.unified-product-card .product-price .old-price,#products .product-card.unified-product-card .product-price .new-price,#products .product-card.unified-product-card .product-price .old-price{display:inline-flex!important;align-items:baseline!important;gap:3px!important;background:transparent!important;padding:0!important;} .products.all-products .product-card.unified-product-card .product-price .new-price,#products .product-card.unified-product-card .product-price .new-price{color:#e7517b!important;font-weight:950!important;} .products.all-products .product-card.unified-product-card .product-price .old-price,#products .product-card.unified-product-card .product-price .old-price{margin-inline-end:6px!important;color:#9aa3af!important;font-size:.78rem!important;text-decoration:line-through!important;} @media(max-width:760px){.products.all-products{grid-template-columns:1fr!important;gap:8px!important;} .products.all-products .product-card.unified-product-card{min-height:136px!important;display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;grid-template-rows:auto auto 1fr!important;padding:10px 10px 9px!important;column-gap:10px!important;border-radius:18px!important;} .products.all-products .product-card.unified-product-card .product-link{width:112px!important;grid-row:1 / span 3!important;grid-column:1!important;align-self:start!important;} .products.all-products .product-card.unified-product-card img{width:112px!important;height:112px!important;max-height:112px!important;aspect-ratio:1/1!important;border-radius:16px!important;margin:0!important;object-fit:cover!important;} .products.all-products .product-card.unified-product-card .card-row,.products.all-products .product-card.unified-product-card .stock,.products.all-products .product-card.unified-product-card .specs,.products.all-products .product-card.unified-product-card .product-main-specs,.products.all-products .product-card.unified-product-card .hover-summary,.products.all-products .product-card.unified-product-card .card-variant-panel,.products.all-products .product-card.unified-product-card .product-card-actions,.products.all-products .product-card.unified-product-card p:not(.price):not(.product-price){display:none!important;} .products.all-products .product-card.unified-product-card h3{grid-column:2!important;grid-row:1!important;font-size:.82rem!important;line-height:1.75!important;max-height:3.5em!important;overflow:hidden!important;margin:2px 0 6px!important;min-height:0!important;} .products.all-products .product-card.unified-product-card .price,.products.all-products .product-card.unified-product-card .product-price{grid-column:2!important;grid-row:2!important;align-self:start!important;justify-self:start!important;text-align:left!important;margin:4px 0 0!important;line-height:1.45!important;font-size:.9rem!important;} .products.all-products .product-card.unified-product-card .product-price .new-price{font-size:.94rem!important;} .products.all-products .product-card.unified-product-card .product-price .old-price{font-size:.7rem!important;} .search-form{padding:12px!important;border-radius:18px!important;gap:8px!important;margin-bottom:12px!important;} .search-form input,.search-form select{min-height:40px!important;padding:9px 10px!important;font-size:.8rem!important;} .search-form button{min-height:40px!important;padding:9px 10px!important;font-size:.8rem!important;}} @media(max-width:390px){.products.all-products .product-card.unified-product-card{grid-template-columns:104px minmax(0,1fr)!important;} .products.all-products .product-card.unified-product-card .product-link,.products.all-products .product-card.unified-product-card img{width:104px!important;height:104px!important;max-height:104px!important;}} .skeleton-card{min-height:180px;border-radius:18px;background:linear-gradient(90deg,#f4f7fb 25%,#fff 37%,#f4f7fb 63%);background-size:400% 100%;animation:skeletonShine 1.2s ease-in-out infinite;border:1px solid rgba(125,211,252,.25)} @keyframes skeletonShine{0%{background-position:100% 0}100%{background-position:0 0}} .variant-price-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))} .variant-price-cell{align-content:start} .variant-price-cell input{width:100%} .variant-price-view{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;justify-content:flex-start} .variant-price-view del{color:#99a1ad;font-weight:800;text-decoration-thickness:2px;font-size:.92rem} .variant-price-view strong{color:#e84d64;font-size:1.25rem;font-weight:950} @media(max-width:560px){.variant-price-grid{grid-template-columns:1fr}.variant-price-view strong{font-size:1.1rem}} .edit-variant-head.full-variant-head,.edit-variant-row.full-variant-row{grid-template-columns:minmax(180px,1.7fr) repeat(2,minmax(90px,1fr)) minmax(90px,.8fr) repeat(2,minmax(115px,1fr)) minmax(115px,1fr) minmax(130px,1.1fr) 78px;} .edit-variant-row select{width:100%;min-height:38px;padding:8px 10px;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#fff;font-family:inherit;} @media(max-width:980px){.edit-variant-head.full-variant-head{display:none}.edit-variant-row.full-variant-row{display:grid;grid-template-columns:1fr 1fr}.edit-variant-row.full-variant-row .danger{grid-column:1/-1}} @media(max-width:560px){.edit-variant-row.full-variant-row{grid-template-columns:1fr}.edit-variant-row.full-variant-row label{font-size:12px}} .size-guide-box{margin:10px 0 6px;display:flex;justify-content:flex-start}.size-guide-btn{border:0!important;background:linear-gradient(135deg,#ff3f6c,#ff8a65)!important;color:#fff!important;font-weight:950;box-shadow:0 12px 28px rgba(255,63,108,.24);display:inline-flex;align-items:center;gap:8px}.size-guide-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.22);font-size:1.05rem}.size-guide-modal{position:fixed;inset:0;z-index:9999;display:none}.size-guide-modal.is-open{display:block}.size-guide-backdrop{position:absolute;inset:0;background:rgba(43,47,58,.48);backdrop-filter:blur(4px)}.size-guide-panel{position:relative;margin:4vh auto;width:min(940px,92vw);max-height:92vh;overflow:auto;background:#fff;border-radius:28px;padding:26px;box-shadow:0 30px 80px rgba(43,47,58,.25);line-height:2;color:#394150}.size-guide-panel h2{margin:0 0 8px;color:#e7517b;font-size:1.55rem}.size-guide-lead{background:linear-gradient(135deg,#fff8d7,#fff1f7);border:1px solid #f7d9c4;border-radius:20px;padding:12px 14px;margin:10px 0 16px}.size-guide-close{position:absolute;top:14px;left:14px;width:38px;height:38px;border-radius:50%;padding:0;font-size:1.7rem;line-height:1;background:#fff1f7!important;color:#e7517b!important;border:1px solid #ffd1df!important}.size-guide-table-wrap{overflow-x:auto;border:1px solid #f7d9c4;border-radius:18px;background:#fff}.size-guide-table{width:100%;border-collapse:collapse;min-width:760px}.size-guide-table th,.size-guide-table td{padding:10px 12px;text-align:center;border-bottom:1px solid #f7e7de}.size-guide-table th{background:#fff1f7;color:#e7517b;font-weight:950}.size-guide-table tr:last-child td{border-bottom:0}.size-guide-steps{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.size-guide-steps h3{margin:0;color:#e7517b}.size-guide-steps ul{margin:6px 0 0;padding-right:18px}.size-guide-note{margin:14px 0 0;color:#7b8290;background:#fffafc;border:1px dashed #f7d9c4;border-radius:16px;padding:10px 12px}.modal-open{overflow:hidden}@media(max-width:680px){.size-guide-box{justify-content:stretch}.size-guide-btn{width:100%;justify-content:center;border-radius:18px!important;padding:12px 14px!important;font-size:1rem}.size-guide-panel{position:fixed;left:8px;right:8px;top:4vh;bottom:calc(72px + env(safe-area-inset-bottom));width:auto;max-height:none;margin:0;padding:14px;border-radius:20px;line-height:1.9}.size-guide-panel h2{font-size:1.15rem;padding-left:42px;margin-bottom:8px}.size-guide-lead{font-size:.9rem;padding:10px;margin:8px 0 12px}.size-guide-steps{grid-template-columns:1fr;gap:10px}.size-guide-table-wrap{overflow:visible;border:0;background:transparent}.size-guide-table{min-width:0;width:100%;border-collapse:separate;border-spacing:0 8px}.size-guide-table thead{display:none}.size-guide-table tbody,.size-guide-table tr,.size-guide-table td{display:block;width:100%}.size-guide-table tr{background:#fff;border:1px solid #f7d9c4;border-radius:16px;padding:8px 10px;box-shadow:0 8px 24px rgba(43,47,58,.06)}.size-guide-table td{border:0;padding:6px 0;text-align:right;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;font-size:.92rem}.size-guide-table td::before{content:'';font-weight:900;color:#e7517b;white-space:nowrap}.size-guide-table td:nth-child(1)::before{content:'سن تقریبی'}.size-guide-table td:nth-child(2)::before{content:'قد کودک'}.size-guide-table td:nth-child(3)::before{content:'وزن تقریبی'}.size-guide-table td:nth-child(4)::before{content:'دور سینه'}.size-guide-table td:nth-child(5)::before{content:'دور کمر'}.size-guide-table td:nth-child(6)::before{content:'پیشنهاد سایز'}.size-guide-close{top:10px;left:10px;width:34px;height:34px;font-size:1.45rem}.size-guide-note{font-size:.9rem}.size-guide-steps ul{padding-right:16px}} .product-detail-card .gallery-stage,.product-detail-grid .gallery-stage{display:grid !important;place-items:center !important;background:linear-gradient(135deg,#fff7fb,#f3fbff) !important;overflow:hidden !important;transition:min-height .25s ease,aspect-ratio .25s ease !important;} .product-detail-card .gallery-img,.product-detail-grid .gallery-img{width:100% !important;height:100% !important;object-fit:contain !important;object-position:center center !important;background:transparent !important;} .product-detail-card .gallery-stage.is-portrait,.product-detail-grid .gallery-stage.is-portrait{aspect-ratio:3/4 !important;min-height:560px !important;} .product-detail-card .gallery-stage.is-landscape,.product-detail-grid .gallery-stage.is-landscape{aspect-ratio:16/10 !important;min-height:420px !important;} .product-detail-card .gallery-stage.is-square,.product-detail-grid .gallery-stage.is-square{aspect-ratio:1/1 !important;min-height:500px !important;} .product-detail-card .gallery-thumbs img,.product-detail-grid .gallery-thumbs img{object-fit:contain !important;background:#fff !important;} @media(max-width:980px){.product-detail-card .gallery-stage.is-portrait,.product-detail-grid .gallery-stage.is-portrait{min-height:min(78vh,620px) !important;aspect-ratio:3/4 !important;} .product-detail-card .gallery-stage.is-landscape,.product-detail-grid .gallery-stage.is-landscape{min-height:330px !important;aspect-ratio:16/10 !important;} .product-detail-card .gallery-stage.is-square,.product-detail-grid .gallery-stage.is-square{min-height:380px !important;aspect-ratio:1/1 !important;}} @media(max-width:680px){.product-detail-card .gallery-stage,.product-detail-grid .gallery-stage{width:100% !important;max-height:78vh !important;} .product-detail-card .gallery-stage.is-portrait,.product-detail-grid .gallery-stage.is-portrait{min-height:min(76vh,560px) !important;} .product-detail-card .gallery-stage.is-landscape,.product-detail-grid .gallery-stage.is-landscape{min-height:235px !important;} .product-detail-card .gallery-stage.is-square,.product-detail-grid .gallery-stage.is-square{min-height:310px !important;}} .cart-item-rich{grid-template-columns:110px 1fr;align-items:start;gap:14px;padding:14px}.cart-thumb-link{display:block}.cart-product-thumb{width:104px;height:104px;border-radius:18px;object-fit:contain;background:#faf7f2;border:1px solid var(--line);padding:4px}.cart-product-info{min-width:0}.cart-specs-grid{display:flex;flex-wrap:wrap;gap:7px;margin:9px 0}.cart-specs-grid span{font-size:.78rem;line-height:1.7;color:var(--muted);background:#faf7f2;border:1px solid var(--line);border-radius:999px;padding:5px 9px}.cart-price-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:6px}.cart-price-row p{margin:0}.cart-actions-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:10px}.cart-actions-row input{max-width:96px;padding:10px 12px}.cart-actions-row button{padding:10px 14px}@media(max-width:560px){.cart-item-rich{grid-template-columns:86px 1fr;gap:10px;padding:12px}.cart-product-thumb{width:82px;height:82px;border-radius:15px}.cart-item-rich h3{font-size:.95rem;line-height:1.7}.cart-specs-grid{gap:5px;margin:7px 0}.cart-specs-grid span{font-size:.72rem;padding:4px 7px}.cart-price-row{align-items:flex-start}.cart-actions-row input{max-width:78px}.cart-actions-row button{padding:9px 12px}} .story-modal{background:#0b0b0f!important;} .story-media{object-fit:contain!important;background:#0b0b0f!important;} .story-caption{pointer-events:none;} .story-caption .story-cta{pointer-events:auto;} @media(max-width:680px){.story-viewer{align-items:start!important;justify-items:center!important;background:#0b0b0f!important;} .story-modal{width:100vw!important;max-width:100vw!important;height:calc(100dvh - 72px)!important;max-height:calc(100dvh - 72px)!important;border-radius:0!important;overflow:hidden!important;display:grid!important;place-items:center!important;background:#0b0b0f!important;} .story-media{width:100%!important;height:100%!important;max-width:100vw!important;max-height:calc(100dvh - 72px)!important;object-fit:contain!important;object-position:center center!important;background:#0b0b0f!important;} .story-text-only{width:100%!important;height:100%!important;padding:28px 18px 92px!important;box-sizing:border-box!important;} .story-progress-wrap{top:8px!important;left:10px!important;right:10px!important;} .story-close{top:20px!important;left:12px!important;width:38px!important;height:38px!important;background:rgba(255,255,255,.22)!important;color:#fff!important;backdrop-filter:blur(8px)!important;} .story-brand{top:20px!important;right:12px!important;max-width:70vw!important;} .story-brand b{max-width:52vw!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;} .story-caption{padding:76px 16px 18px!important;bottom:0!important;background:linear-gradient(transparent,rgba(0,0,0,.78))!important;max-height:45vh!important;overflow:hidden!important;} .story-caption h3{font-size:18px!important;line-height:1.7!important;margin-bottom:5px!important;} .story-caption p{font-size:13px!important;line-height:1.8!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;} .story-cta{padding:8px 14px!important;border-radius:12px!important;font-size:13px!important;} .story-nav{width:42px!important;height:42px!important;top:50%!important;transform:translateY(-50%)!important;background:linear-gradient(135deg,rgba(125,211,252,.72),rgba(244,114,182,.72))!important;color:#fff!important;box-shadow:0 10px 25px rgba(15,23,42,.24)!important;backdrop-filter:blur(8px)!important;} .story-prev{right:10px!important;left:auto!important;} .story-next{left:10px!important;right:auto!important;}} @media(max-width:680px) and (orientation:landscape){.story-modal{height:100dvh!important;max-height:100dvh!important;} .story-media{max-height:100dvh!important;} .story-caption{padding-bottom:12px!important;}} .home-stories-rail .story-bubble{flex:0 0 92px!important;width:92px!important;min-width:92px!important;max-width:92px!important;align-content:start!important;} .home-stories-rail .story-ring{--payayoo-story-diameter:76px;width:var(--payayoo-story-diameter)!important;height:var(--payayoo-story-diameter)!important;min-width:var(--payayoo-story-diameter)!important;max-width:var(--payayoo-story-diameter)!important;min-height:var(--payayoo-story-diameter)!important;max-height:var(--payayoo-story-diameter)!important;aspect-ratio:1/1!important;border-radius:999px!important;padding:3px!important;overflow:hidden!important;flex:0 0 var(--payayoo-story-diameter)!important;box-sizing:border-box!important;} .home-stories-rail .story-ring img,.home-stories-rail .story-ring b{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:100%!important;max-height:100%!important;aspect-ratio:1/1!important;border-radius:999px!important;object-fit:cover!important;object-position:center center!important;display:block!important;box-sizing:border-box!important;overflow:hidden!important;} .home-stories-rail .story-bubble small{width:92px!important;max-width:92px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;text-align:center!important;} @media(max-width:680px){.home-stories-rail .story-bubble{flex-basis:74px!important;width:74px!important;min-width:74px!important;max-width:74px!important;} .home-stories-rail .story-ring{--payayoo-story-diameter:64px;} .home-stories-rail .story-bubble small{width:74px!important;max-width:74px!important;font-size:11px!important;line-height:1.45!important;}} .discount-selected-card .remove-discount-product{background:#ef4444!important;color:#fff!important;border:0!important;white-space:nowrap!important;} .discount-selected-card .remove-discount-product:hover{filter:brightness(.96)} .discount-selected-products::before{content:'محصولات انتخاب‌شده برای بخش کالاهای تخفیفی؛ برای حذف هر مورد، دکمه «حذف از تخفیفی‌ها» را بزنید و سپس تنظیمات صفحه را ذخیره کنید.';display:block;grid-column:1/-1;padding:10px 14px;border-radius:14px;background:#fff7ed;color:#9a3412;font-weight:800;font-size:.88rem;} .product-card .product-card-actions,.products .product-card .product-card-actions,.products.all-products .product-card.unified-product-card .product-card-actions,.category-hero + .section-wrap #products .product-card.category-card .product-card-actions{display:block !important;grid-template-columns:1fr !important;width:100% !important;margin-top:10px !important;position:relative !important;z-index:5 !important;} .product-card .product-card-actions .product-buy-detail-btn,.products .product-card .product-card-actions .product-buy-detail-btn,.product-card .product-card-actions .btn{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;min-height:38px !important;padding:9px 12px !important;border-radius:16px !important;font-weight:950 !important;text-align:center !important;white-space:nowrap !important;} @media(max-width:760px){.category-hero + .section-wrap #products .product-card.category-card{grid-template-rows:auto auto auto auto !important;} .category-hero + .section-wrap #products .product-card.category-card .product-card-actions{grid-column:2 !important;grid-row:4 !important;align-self:end !important;margin-top:8px !important;} .products.all-products .product-card.unified-product-card{grid-template-rows:auto auto auto !important;} .products.all-products .product-card.unified-product-card .product-card-actions{display:block !important;grid-column:2 !important;grid-row:3 !important;align-self:end !important;margin-top:8px !important;} .products.all-products .product-card.unified-product-card .product-card-actions .btn,.category-hero + .section-wrap #products .product-card.category-card .product-card-actions .btn{min-height:34px !important;padding:7px 9px !important;border-radius:14px !important;font-size:.74rem !important;}} @media(max-width:390px){.products.all-products .product-card.unified-product-card .product-card-actions .btn,.category-hero + .section-wrap #products .product-card.category-card .product-card-actions .btn{font-size:.68rem !important;padding-inline:6px !important;}} .product-card.minimal-product-card .product-link,.products .product-card .product-link,.product-card .product-link{background:#fff !important;} .product-card.minimal-product-card img,.products .product-card img,.product-card img{filter:contrast(1.08) saturate(1.08) brightness(1.015) !important;image-rendering:auto !important;image-rendering:-webkit-optimize-contrast !important;-webkit-font-smoothing:antialiased !important;backface-visibility:hidden !important;transform:translateZ(0) !important;will-change:auto !important;} .product-card.minimal-product-card:hover img,.products .product-card:hover img,.product-card:hover img{filter:contrast(1.12) saturate(1.10) brightness(1.02) !important;transform:translateZ(0) scale(1.02) !important;} .discount-product-card img,.home-card img,.rail-product-card img{filter:contrast(1.07) saturate(1.07) brightness(1.015) !important;image-rendering:-webkit-optimize-contrast !important;backface-visibility:hidden !important;} .product-card.minimal-product-card::after,.products .product-card::after,.product-card.minimal-product-card::before,.products .product-card::before{content:none !important;display:none !important;background:none !important;opacity:0 !important;} .product-card.minimal-product-card,.products .product-card{overflow:hidden !important;} .product-card.minimal-product-card img,.products .product-card img,.product-card img{filter:none !important;opacity:1 !important;mix-blend-mode:normal !important;background:transparent !important;border:0 !important;box-shadow:none !important;} .product-card.minimal-product-card .product-link,.products .product-card .product-link{background:transparent !important;overflow:hidden !important;} @media (max-width:640px){#collections.showcase-grid,.showcase-grid#collections{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:8px !important;margin:14px 0 18px !important;padding-left:10px !important;padding-right:10px !important;} #collections .showcase-card{min-width:0 !important;min-height:76px !important;padding:9px 4px !important;border-radius:14px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:3px !important;box-shadow:0 6px 16px rgba(60,85,120,.07) !important;} #collections .showcase-card span{font-size:1.35rem !important;line-height:1 !important;margin:0 !important;} #collections .showcase-card h3{font-size:.66rem !important;line-height:1.35 !important;margin:2px 0 0 !important;white-space:nowrap !important;} #collections .showcase-card p{display:none !important;}} @media (hover:none){.showcase-card:hover,.product-card:hover,.card:hover{transform:none !important;}} @media (max-width:780px){section#collections.showcase-grid,#collections.showcase-grid,.showcase-grid#collections{width:100% !important;max-width:100% !important;margin:10px auto 16px !important;padding:0 8px !important;display:flex !important;flex-wrap:wrap !important;gap:6px !important;justify-content:flex-start !important;align-items:stretch !important;} section#collections.showcase-grid > .showcase-card,#collections.showcase-grid > .showcase-card,.showcase-grid#collections > .showcase-card{flex:0 0 calc(25% - 5px) !important;width:calc(25% - 5px) !important;max-width:calc(25% - 5px) !important;min-width:0 !important;min-height:68px !important;padding:7px 3px !important;border-radius:13px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:2px !important;box-shadow:0 5px 12px rgba(60,85,120,.06) !important;} #collections .showcase-card span{font-size:1.18rem !important;line-height:1 !important;margin:0 !important;} #collections .showcase-card h3{font-size:.58rem !important;line-height:1.35 !important;margin:2px 0 0 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;max-width:100% !important;} #collections .showcase-card p{display:none !important;} .advanced-search-toggle{width:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;margin:10px 0 12px !important;}} @media (max-width:360px){#collections.showcase-grid > .showcase-card,.showcase-grid#collections > .showcase-card{min-height:62px !important;padding:6px 2px !important;} #collections .showcase-card h3{font-size:.52rem !important;} #collections .showcase-card span{font-size:1.05rem !important;}} .advanced-search-toggle{background:linear-gradient(135deg,var(--primary-dark),#ff8fb3) !important;color:#fff !important;border:0 !important;border-radius:999px !important;padding:12px 18px !important;font-weight:950 !important;box-shadow:0 10px 24px rgba(255,111,145,.18) !important;} .search-form.advanced-search-collapsed{display:none !important;} .search-form.advanced-search-open{display:grid !important;} @media (hover:none){.showcase-card:hover,.product-card:hover,.card:hover{transform:none !important;}} #navMount{min-height:74px;} .hero-card img,.real-kids-gallery img,.modeling-photo-img{content-visibility:auto;} .home-product-rails{min-height:620px;} .products{min-height:280px;} .product-card img,.products .product-card img{background:#f4efe7;} @media(max-width:780px){.hero-card{display:none!important;} .home-hero{min-height:340px!important;} .home-stories-shell[hidden],#storyViewer[hidden]{display:none!important;} .real-kids-feature,.discount-products-feature,.slider-section,.home-rail-section{content-visibility:auto;contain-intrinsic-size:1px 420px;} .showcase-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;} .showcase-card{min-width:0!important;padding:8px 4px!important;} .showcase-card h3{font-size:11px!important;line-height:1.45!important;} .showcase-card p{display:none!important;} .showcase-card span{font-size:22px!important;}} @media(max-width:560px){#navMount{min-height:64px;} .home-product-rails{min-height:540px;}} .home-stories-shell{min-height:96px;visibility:hidden;contain:layout paint;} .home-stories-shell:empty::before{content:"";display:block;height:96px;} .home-stories-shell:not(:empty){visibility:visible;} .home-stories-shell[hidden]{display:block!important;visibility:hidden!important;min-height:0!important;margin:0!important;} .home-hero{contain:layout paint;} @media(max-width:780px){#navMount{min-height:64px!important;} .home-stories-shell{width:100%!important;margin:8px 0 2px!important;min-height:88px!important;} .home-stories-shell:empty::before{height:88px!important;} .home-stories-shell[hidden]{display:block!important;visibility:hidden!important;min-height:0!important;margin:0!important;} .home-hero{width:min(1120px,calc(100% - 28px))!important;margin:12px auto 24px!important;padding:24px!important;min-height:340px!important;grid-template-columns:1fr!important;overflow:hidden!important;} .home-hero .hero-content{min-height:286px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;} .home-hero .eyebrow{min-height:33px!important;align-items:center!important;} .home-hero h1{min-height:96px!important;margin:10px 0!important;line-height:1.55!important;} .home-hero p{min-height:58px!important;margin:0!important;line-height:1.9!important;} .home-hero .hero-actions{min-height:48px!important;margin-top:18px!important;} .home-hero.reveal,.home-hero .reveal,.home-hero .delay-1{animation:none!important;opacity:1!important;transform:none!important;}} @media(max-width:390px){.home-hero{min-height:360px!important;} .home-hero .hero-content{min-height:306px!important;} .home-hero h1{font-size:1.65rem!important;min-height:104px!important;}} .home-main-slider-section{width:100%;margin:0 auto 28px;min-height:420px;overflow:hidden;background:#fff;} .home-main-slider{position:relative;width:100%;height:420px;background:#111;overflow:hidden;contain:layout paint;direction:rtl;} .home-main-slider.slider-mobile-safe{min-height:inherit;} .home-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .45s ease;} .home-slide.active{opacity:1;pointer-events:auto;} .home-slide picture,.home-slide img{width:100%;height:100%;display:block;} .home-slide img{object-fit:cover;object-position:center;} .home-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.05),rgba(0,0,0,.24) 55%,rgba(0,0,0,.34));pointer-events:none;} .home-slide-caption{position:absolute;top:50%;transform:translateY(-50%);right:clamp(24px,9vw,150px);z-index:2;max-width:380px;color:#fff;text-align:right;text-shadow:0 2px 14px rgba(0,0,0,.38);} .home-slide-caption.caption-center{right:50%;transform:translate(50%,-50%);text-align:center;} .home-slide-caption.caption-left{right:auto;left:clamp(24px,9vw,150px);text-align:left;} .home-slide-caption .eyebrow{background:rgba(255,255,255,.92);color:#243044;text-shadow:none;} .home-slide-caption h1,.home-slide-caption h2{margin:8px 0;font-size:clamp(1.35rem,3vw,2.4rem);line-height:1.55;color:inherit;} .home-slide-caption p{margin:0 0 14px;line-height:1.85;color:inherit;} .home-slide-caption .btn{background:#fff;color:#243044;border-radius:999px;padding:10px 34px;text-shadow:none;box-shadow:0 8px 22px rgba(0,0,0,.16);} .home-slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:0;background:#fff;color:#243044;font-size:26px;z-index:3;display:grid;place-items:center;padding:0;box-shadow:0 10px 24px rgba(0,0,0,.14);} .home-slider-btn.prev{right:22px;}.home-slider-btn.next{left:22px;} .home-slider-dots{position:absolute;right:0;left:0;bottom:18px;display:flex;justify-content:center;gap:8px;z-index:3;} .home-slider-dots button{width:18px;height:6px;border-radius:999px;border:0;background:#fff;opacity:.55;padding:0;} .home-slider-dots button.active{opacity:1;width:28px;} .home-main-slider.hide-arrows .home-slider-btn,.home-main-slider.hide-dots .home-slider-dots{display:none!important;} .home-hero{display:none!important;} @media(max-width:780px){.home-main-slider-section{min-height:185px;margin-bottom:18px}.home-main-slider{height:185px;border-radius:0}.home-slide-caption{right:22px;max-width:190px}.home-slide-caption.caption-center{right:50%}.home-slide-caption.caption-left{left:22px}.home-slide-caption h1,.home-slide-caption h2{font-size:1.05rem;line-height:1.45}.home-slide-caption p{font-size:.84rem;line-height:1.55;margin-bottom:8px}.home-slide-caption .btn{padding:7px 18px;font-size:.82rem}.home-slider-btn{width:34px;height:34px;font-size:22px}.home-slider-btn.prev{right:10px}.home-slider-btn.next{left:10px}.home-slider-dots{bottom:8px}.home-slide::after{background:linear-gradient(90deg,rgba(0,0,0,.02),rgba(0,0,0,.2) 50%,rgba(0,0,0,.38));}} .home-category-section{width:min(1200px,calc(100% - 28px)) !important;margin:18px auto 34px !important;padding:10px 0 4px !important;direction:rtl;} .home-category-rail{display:grid !important;grid-template-columns:repeat(6,minmax(0,1fr)) !important;gap:18px 20px !important;align-items:start !important;} .home-category-card{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;gap:8px !important;min-width:0 !important;color:#111827 !important;text-align:center !important;font-weight:950 !important;} .home-category-img{width:116px !important;height:116px !important;aspect-ratio:1/1 !important;object-fit:cover !important;border-radius:999px !important;background:#f5f5f5 !important;border:1px solid rgba(0,0,0,.07) !important;box-shadow:0 7px 18px rgba(0,0,0,.08) !important;transition:transform .2s ease,box-shadow .2s ease !important;} .home-category-card:hover .home-category-img{transform:translateY(-3px);box-shadow:0 12px 25px rgba(0,0,0,.12) !important;} .home-category-card h3{margin:0 !important;max-width:118px !important;color:#111 !important;font-size:.92rem !important;line-height:1.75 !important;font-weight:950 !important;overflow:hidden !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;} @media(max-width:780px){.home-category-section{width:100% !important;margin:8px 0 24px !important;padding:2px 10px 0 !important;overflow:hidden !important;} .home-category-rail{display:grid !important;grid-auto-flow:column !important;grid-template-rows:repeat(2,96px) !important;grid-auto-columns:78px !important;grid-template-columns:none !important;gap:8px 12px !important;overflow-x:auto !important;overflow-y:hidden !important;overscroll-behavior-x:contain !important;scroll-snap-type:x proximity !important;padding:4px 4px 12px !important;scrollbar-width:none !important;-webkit-overflow-scrolling:touch !important;} .home-category-rail::-webkit-scrollbar{display:none !important;} .home-category-card{scroll-snap-align:start !important;gap:5px !important;} .home-category-img{width:62px !important;height:62px !important;box-shadow:0 5px 13px rgba(0,0,0,.08) !important;} .home-category-card h3{font-size:11px !important;line-height:1.45 !important;max-width:74px !important;}} .top-search-section{width:min(620px,calc(100% - 28px));margin:10px auto 14px;display:flex;align-items:center;justify-content:center;gap:10px;direction:ltr;min-height:48px}.top-search-bell{width:44px;height:44px;border-radius:50%;border:1px solid #e5e7ef;background:#fff;color:#1f2937;display:grid;place-items:center;padding:0;box-shadow:0 4px 14px rgba(28,43,70,.06)}.top-search-bell svg{width:22px;height:22px}.top-search-box{height:44px;flex:1;border-radius:999px;border:1px solid #dfe3ea;background:#fff;color:#9aa1ad;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 14px;box-shadow:0 5px 14px rgba(35,48,68,.05);direction:rtl}.top-search-icon{width:23px;height:23px;color:#9aa1ad;flex:0 0 auto}.top-search-camera{width:23px;height:23px;color:#7b45ff;flex:0 0 auto}.top-search-placeholder{font-weight:900;color:#a7aab2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-search-placeholder b{color:#f01445}.top-advanced-search-panel{margin:0 auto 16px;display:none}.top-advanced-search-panel.search-panel-open{display:block}.top-advanced-search-panel .advanced-search-toggle{display:none!important}.top-advanced-search-panel .search-form.advanced-search-collapsed{display:none!important}.top-advanced-search-panel .search-form.advanced-search-open{display:grid!important}@media(max-width:780px){.top-search-section{width:min(430px,calc(100% - 22px));margin:8px auto 10px;gap:8px;min-height:44px}.top-search-bell{width:42px;height:42px}.top-search-box{height:42px;padding:0 12px}.top-search-placeholder{font-size:.9rem}.top-advanced-search-panel{width:calc(100% - 22px);margin-bottom:12px}.top-advanced-search-panel .search-form{padding:12px!important;border-radius:18px!important}}


/* Animated home banner builder */
.animated-banners-section{width:min(1180px,calc(100% - 28px));margin:24px auto 30px;content-visibility:auto;contain-intrinsic-size:1px 330px}.animated-banners-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.animated-banner-card{position:relative;min-height:190px;border-radius:18px;overflow:hidden;background:#eef3ff;box-shadow:0 10px 26px rgba(29,45,73,.08);isolation:isolate;display:block}.animated-banner-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transform:scale(1.02)}.animated-banner-card::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.06),rgba(0,0,0,.45));z-index:1}.animated-banner-layer{position:absolute;z-index:2;max-width:46%;max-height:76%;object-fit:contain;left:7%;bottom:8%;filter:drop-shadow(0 10px 18px rgba(0,0,0,.22));pointer-events:none}.animated-banner-layer.layer-2{left:auto;right:8%;bottom:10%;max-width:38%}.animated-banner-layer.layer-3{left:38%;top:8%;bottom:auto;max-width:25%}.animated-banner-layer.anim-float{animation:payayooFloat 4.2s ease-in-out infinite}.animated-banner-layer.anim-zoom{animation:payayooZoom 4.8s ease-in-out infinite}.animated-banner-layer.anim-slide{animation:payayooSlide 5s ease-in-out infinite}.animated-banner-layer.anim-rotate{animation:payayooRotate 6s ease-in-out infinite}.animated-banner-text{position:absolute;z-index:3;right:18px;top:50%;transform:translateY(-50%);color:#fff;text-align:right;text-shadow:0 3px 16px rgba(0,0,0,.32);display:flex;flex-direction:column;gap:5px;max-width:58%}.animated-banner-text span{font-size:.86rem;font-weight:900}.animated-banner-text strong{font-size:1.32rem;line-height:1.45;font-weight:1000}.animated-banner-text small{display:inline-flex;align-self:flex-start;background:#fff;color:#243044;border-radius:999px;padding:6px 15px;font-weight:900;text-shadow:none;margin-top:4px}@keyframes payayooFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes payayooZoom{0%,100%{transform:scale(1)}50%{transform:scale(1.07)}}@keyframes payayooSlide{0%,100%{transform:translateX(0)}50%{transform:translateX(-12px)}}@keyframes payayooRotate{0%,100%{transform:rotate(0deg)}50%{transform:rotate(5deg)}}
@media(max-width:780px){.animated-banners-section{width:100%;margin:16px 0 24px;padding:0 12px;overflow:hidden;contain-intrinsic-size:1px 286px}.animated-banners-grid{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,128px);grid-auto-columns:78vw;grid-template-columns:none;gap:10px;overflow-x:auto;scroll-snap-type:x proximity;overscroll-behavior-x:contain;scrollbar-width:none;padding:2px 2px 12px}.animated-banners-grid::-webkit-scrollbar{display:none}.animated-banner-card{min-height:128px;border-radius:16px;scroll-snap-align:start}.animated-banner-text{right:14px;max-width:62%;gap:3px}.animated-banner-text span{font-size:.72rem}.animated-banner-text strong{font-size:1rem}.animated-banner-text small{font-size:.72rem;padding:4px 11px}.animated-banner-layer{max-width:40%;max-height:70%}}

/* PAYAYOO SLIDER NO BLACK FLASH FIX */
.home-main-slider,
.home-main-slider-section,
.slider {
  background: #f8f5f0 !important;
}

.home-main-slider {
  opacity: 0;
  transition: opacity .18s ease-in-out;
}

.home-main-slider.slider-ready,
.home-main-slider.is-ready,
.home-main-slider[data-ready="true"] {
  opacity: 1;
}

/* Keep image area stable while the first hero image downloads */
.home-main-slider img {
  background: #f8f5f0 !important;
}

/* prevent dark canvas before image paint */
.home-main-slider::before {
  background: transparent !important;
}


/* Home slider admin desktop/mobile form fix */
.main-slider-editor,
.slider-settings-grid{
  width:100%;
  box-sizing:border-box;
}
.main-slider-editor .home-edit-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(260px,1fr));
  gap:16px;
  align-items:start;
  padding:18px;
}
.main-slider-editor .home-edit-row input,
.main-slider-editor .home-edit-row textarea,
.main-slider-editor .home-edit-row select{
  width:100%;
  min-width:0;
  box-sizing:border-box;
}
.main-slider-editor .home-edit-row img{
  max-width:100%;
  height:120px;
  object-fit:cover;
  border-radius:14px;
}
.main-slider-editor .home-edit-row button{
  white-space:nowrap;
  min-height:42px;
}
.slider-settings-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(220px,1fr));
  gap:14px;
}
@media(max-width:900px){
 .main-slider-editor .home-edit-row,
 .slider-settings-grid{
   grid-template-columns:1fr;
 }
}
.article-image-modal{position:fixed;inset:0;background:#0006;z-index:9999;display:flex;align-items:center;justify-content:center}.article-image-box{background:#fff;padding:20px;border-radius:16px;display:grid;gap:10px;min-width:300px}.article-image-box input,.article-image-box select{padding:10px;border-radius:8px}