: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)}.section-wrap{width:min(1120px,calc(100% - 28px));margin:30px auto}.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)}.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}.hero-card,.card,.glass-form{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--radius)}.hero-card{padding:28px;text-align:center}.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)}.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-card{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{font-size:2rem}.section-title{text-align:center;margin:36px auto 22px;display:grid;place-items:center}.products{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}.glass-form{width:min(620px,100%);padding:28px}.search-form{max-width:none;width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.search-form button,.glass-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)}.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}.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}.empty-state{grid-column:1/-1;text-align:center;padding:34px}.footer{text-align:center;color:var(--muted);padding:34px 14px 46px}.reveal{animation:fadeUp .65s ease both}@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}.slide{grid-template-columns:1fr;padding:26px 48px 54px}.search-form{grid-template-columns:1fr}.products{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)}.section-wrap{width:100%;max-width:none;margin:28px 0;padding-left:clamp(16px,4vw,52px);padding-right:clamp(16px,4vw,52px)}.hero-card,.card,.glass-form,.slider,.showcase-card{border-color:#f7d9c4}.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)}.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)}.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}.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}.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{grid-template-columns:1fr}.footer-inner{justify-content:center;text-align:center}}body{font-family:"Vazirmatn","IRANSans","Segoe UI",Tahoma,Arial,sans-serif;font-size:16px;letter-spacing:-.01em}.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-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-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-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}.gallery-img.active{opacity:1;transform:scale(1)}.gallery-thumbs button.active{border-color:#ff8fb3!important;background:#fff2f7!important}.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%)}@keyframes modelFloat{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-10px) rotate(2deg)}}.inventory-card .thumb{width:100%;height:190px;object-fit:cover;border-radius:18px;margin-bottom:12px}@media(max-width:680px){.detail-actions .btn{width:100%;text-align:center}}: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-card{background:linear-gradient(145deg,#fff,#fff8db);transform:rotate(-1deg)}.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}.showcase-card,.card,.glass-form{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{color:#f05b88}.stock{background:#eaffeF;color:#168554}.stock.off{background:#fff0f3;color:#d9455d}.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){.slide{padding:24px 48px 58px}.brand{position:static}.navbar{position:static;border-radius:0}.nav-center{justify-content:flex-start}.social-links.compact{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-img.active{z-index:2}.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-card{position:relative}.product-name-link{color:var(--primary-dark);transition:.18s ease}.product-name-link:hover{color:#2aaed3}.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}.cart-badge{top:-4px;left:-4px}}.admin-shell{display:grid;gap:22px}.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}.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}@media(max-width:640px){.admin-panel{padding:14px}}.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-actions .btn{display:inline-flex;align-items:center;justify-content:center}@media(max-width:640px){.slider-admin-card .thumb{width:100%;height:160px}}: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)}.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 .category-picker-field{grid-column:1/-1}.category-form{grid-template-columns:2fr 1fr auto}.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)}@media(max-width:850px){.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 button.active{background:linear-gradient(135deg,#ffbc70,#f493a3);color:#fff;box-shadow:0 10px 22px rgba(244,147,163,.18)}@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}}.compact-product-form input[type="number"],.category-form input{max-width:100%;min-width:0}.inventory-card input[type="number"]{max-width:170px}.category-check input{width:auto;min-height:auto;padding:0}@media(max-width:700px){.inventory-card input[type="number"]{max-width:100%}}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%}}html,body{max-width:100%;overflow-x:hidden !important}body{margin:0}img,video,iframe{max-width:100%}@media (max-width:980px){.navbar,.section,.container{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}}@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}}@media(max-width:980px){.admin-table{min-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-panel{border-color:rgba(110,184,216,.22);box-shadow:var(--shadow)}.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}.real-kids-collage{overflow:hidden;position:relative}.real-kids-collage img{width:100%;height:260px;object-fit:cover;border-radius:24px;margin-bottom:12px}.product-card{position:relative}.products{grid-template-columns:repeat(auto-fill,minmax(180px,1fr)) !important;gap:14px !important;align-items:start}.product-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{font-size:.96rem !important;line-height:1.55 !important;margin:8px 0 6px !important}.product-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{min-height:34px !important;padding:7px 8px !important;border-radius:10px !important;font-size:.78rem !important}.product-card-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{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}@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{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-panel,.category-hero{border-color:rgba(103,184,217,.23) !important;box-shadow:var(--shadow) !important}.category-hero{background:linear-gradient(135deg,#fff,#eef9ff 52%,#fff1f7) !important;border-color:rgba(247,168,201,.26) !important}.btn.primary{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)}.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 .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 .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}.admin-actions .btn{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}.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}.section-title h1,.section-title h2,.glass-form h1{color:#24304a !important;letter-spacing:-.035em !important}.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,.slider,.showcase-card{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,.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-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,.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}.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)}.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}}#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 .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 .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.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}.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}}@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,.admin-products-grid .thumb,#adminProducts .thumb{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}.rating-star-btn.is-on{color:#f6bd32}.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}@media(max-width:900px){.home-edit-row{grid-template-columns:76px 1fr}.home-promo-ads{grid-template-columns:1fr}}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}@media (max-width:720px){.home-promo-ads{grid-template-columns:1fr}.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)}@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}}.payment-choice.active{background:linear-gradient(135deg,#ffe8f3,#e5f5ff);border-color:#f5a8cf;color:#7b305e}.admin-tabs a[href="admin-payment.html"],.admin-tabs a[href="admin-store-control.html"]{position:relative}.sms-settings-grid .muted,.muted{color:#64748b;font-size:.9rem;line-height:1.9}@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}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-shell,.page-shell.admin-shell{max-width:1280px;margin-inline:auto}.admin-panel,.glass-form.admin-settings,.admin-panel.reveal{max-width:100%}.glass-form .admin-actions{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:10px}.admin-actions .btn{min-height:44px}.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-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-panel,.glass-form,.glass-form.admin-settings{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}.category-form,.home-promo-ads{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;width:100% !important}.compact-product-form .category-picker-field{grid-column:1/-1 !important}label{display:grid !important;gap:6px !important;font-size:.88rem !important;line-height:1.7 !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%}.glass-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 .btn{width:100% !important;text-align:center !important;justify-content:center !important}.home-edit-row,.category-admin-card{width:100% !important;min-width:0 !important}.home-edit-row{grid-template-columns:1fr !important;gap:9px !important}.home-row-preview{width:100% !important;height:130px !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}.home-image-preview{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.home-image-preview img{min-height:100px !important}#adminProducts .card{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}}.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}@media(max-width:720px){.enamad-box{width:100%;min-height:88px}.enamad-box img{max-width:96px;max-height:96px}}.image-seo-tools input[type="range"]{accent-color:#ff72b6}@media(max-width:768px){.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-steps button.active{background:linear-gradient(135deg,#e9f9ff,#ffe8f2);color:#e1699a;border-color:#ffd3e5}.seller-step-panel.active{display:block}.seller-form .otp-panel{grid-column:1/-1}.seller-shell .section-title p{color:#857666}.seller-status.pending{background:#fff4d8;color:#9a6200}.field-hint.error{color:#b3261e}.seller-phone-only .otp-grid{grid-template-columns:1fr!important}.seller-phone-only input[id$="Otp"]{display:none!important}.section-title.compact{margin-bottom:12px}.section-title.compact h2{font-size:20px;margin:3px 0}.review-stars .on{color:#f6bd32}.review-rating-picker button.is-on{color:#f6bd32!important}.empty-state.mini{padding:12px;border-radius:14px;font-size:13px}.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}@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-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-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-view strong{font-size:1.1rem}}.size-guide-modal.is-open{display:block}.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{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,.home-rail-section{content-visibility:auto;contain-intrinsic-size:1px 420px}.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-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%}}img{max-width:100%;height:auto;content-visibility:auto}.product-card img,.home-category-img,.slider img{object-fit:cover}.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}.home-main-slider img{background:#f8f5f0 !important}.home-main-slider::before{background:transparent !important}.home-main-slider,#homeSlider{background:var(--bg)}.home-main-slider:not(.slider-ready) .home-slide img,#homeSlider:not(.slider-ready) .home-slide img{opacity:0}.home-main-slider .home-slide img,#homeSlider .home-slide img{transition:opacity .25s ease}.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}@media(max-width:900px){.main-slider-editor .home-edit-row{grid-template-columns:1fr}}@media (max-width:768px){.admin-shell{width:100%;padding:12px}}body.article-modal-open{overflow:hidden!important;touch-action:none!important}.home-latest-articles{max-width:1240px;margin:clamp(36px,6vw,78px) auto;padding:0 20px;direction:rtl}.home-articles-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.home-articles-head h2{margin:.3rem 0 .45rem;font-size:clamp(1.55rem,3vw,2.35rem);color:#3f3028;line-height:1.45}.home-articles-head p{margin:0;color:#7c6d63;line-height:1.9}.home-articles-all{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;color:#6a4b37;font-weight:900;padding:11px 16px;border:1px solid rgba(106,75,55,.16);border-radius:999px;background:rgba(255,255,255,.7);transition:.25s ease}.home-articles-all:hover{transform:translateY(-2px);background:#fff;box-shadow:0 12px 28px rgba(83,56,38,.1)}.home-articles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.home-article-card{position:relative;min-width:0;background:linear-gradient(180deg,#fff 0%,#fffdfa 100%);border:1px solid rgba(105,77,58,.1);border-radius:28px;overflow:hidden;box-shadow:0 18px 45px rgba(78,54,38,.09);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;animation:homeArticleIn .55s both;animation-delay:var(--article-delay,0ms)}.home-article-card:hover{transform:translateY(-7px);box-shadow:0 26px 58px rgba(78,54,38,.16);border-color:rgba(177,126,90,.28)}.home-article-media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#f6e8dc,#e7efe7)}.home-article-media:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(180deg,transparent,rgba(29,20,15,.3));pointer-events:none}.home-article-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s cubic-bezier(.2,.8,.2,1)}.home-article-card:hover .home-article-media img{transform:scale(1.055)}.home-article-placeholder{display:grid;place-items:center;width:100%;height:100%;font-size:2rem;font-weight:950;color:#7a5b46;background:radial-gradient(circle at 70% 20%,#fff 0,#f5e5d7 38%,#dfeade 100%)}.home-article-category{position:absolute;z-index:2;right:14px;bottom:14px;padding:7px 12px;border-radius:999px;color:#fff;background:rgba(48,35,27,.72);backdrop-filter:blur(10px);font-size:.78rem;font-weight:900;border:1px solid rgba(255,255,255,.25)}.home-article-content{display:flex;flex-direction:column;min-height:235px;padding:20px 20px 18px}.home-article-content time{color:#9a887a;font-size:.78rem;font-weight:700;margin-bottom:8px}.home-article-content h3{margin:0 0 10px;font-size:clamp(1.04rem,1.7vw,1.28rem);line-height:1.75;color:#3f3028}.home-article-content h3 a{color:inherit}.home-article-content p{margin:0;color:#74665c;font-size:.92rem;line-height:1.95;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-article-read{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:18px;color:#8a5f42;font-weight:950;font-size:.9rem}.home-article-read span{transition:transform .2s ease}.home-article-read:hover span{transform:translateX(-4px)}.home-articles-loading,.home-articles-empty{grid-column:1/-1;padding:28px;text-align:center;border:1px dashed rgba(105,77,58,.2);border-radius:24px;color:#806f63;background:rgba(255,255,255,.55)}@keyframes homeArticleIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media(max-width:900px){.home-articles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-article-card:last-child{grid-column:1/-1;max-width:calc(50% - 11px);width:100%;justify-self:center}}@media(max-width:640px){.home-latest-articles{padding:0 14px;margin:34px auto}.home-articles-head{align-items:stretch;flex-direction:column;gap:14px}.home-articles-all{align-self:flex-start}.home-articles-grid{grid-template-columns:1fr;gap:17px}.home-article-card,.home-article-card:last-child{grid-column:auto;max-width:none;width:100%;border-radius:23px}.home-article-media{aspect-ratio:16/9}.home-article-content{min-height:auto;padding:17px}.home-article-content h3{font-size:1.08rem}.home-article-content p{-webkit-line-clamp:2}.home-article-read{margin-top:10px;padding-top:8px}}@media(prefers-reduced-motion:reduce){.home-article-card,.home-article-media img,.home-articles-all{animation:none!important;transition:none!important}}#latestProducts .home-rail-section:first-child{background:linear-gradient(180deg,#fff8f4 0%,#ffffff 100%);border-radius:26px;padding:18px 12px}#bestSellerProducts{background:linear-gradient(180deg,#f2f8ff 0%,#ffffff 100%);border-radius:26px;padding:18px 12px}#bestSellerProducts .product-rail .product-card.large-bestseller-card,#bestSellerProducts .product-rail .product-card.bestseller-card{flex-basis:220px;padding:12px!important}#bestSellerProducts .product-rail .product-card img{aspect-ratio:1/1}@media(max-width:600px){#bestSellerProducts .product-rail .product-card.large-bestseller-card,#bestSellerProducts .product-rail .product-card.bestseller-card{flex-basis:78vw;max-width:78vw}#latestProducts .home-rail-section,#bestSellerProducts{padding:14px 8px;border-radius:22px}}@media (max-width:560px){#bestSellerRail{display:flex !important;gap:12px !important;overflow-x:auto !important}#bestSellerRail .product-card,.best-seller-rail .product-card,.bestseller-rail .product-card{flex:0 0 calc(50% - 8px) !important;width:calc(50% - 8px) !important;min-width:calc(50% - 8px) !important;max-width:calc(50% - 8px) !important;padding:12px !important}#bestSellerRail .product-card img,.best-seller-rail .product-card img,.bestseller-rail .product-card img{width:100% !important;aspect-ratio:1/1 !important;object-fit:contain !important}}#latestProducts #products{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:16px !important;width:100% !important;overflow:visible !important;padding:0 !important}#latestProducts #products>.product-card,#latestProducts #products>.latest-grid-card{width:100% !important;min-width:0 !important;max-width:none !important;flex:none !important;margin:0 !important}#latestProducts #products>.product-card .product-link,#latestProducts #products>.latest-grid-card .product-link{display:block !important;width:100% !important}#latestProducts #products>.product-card img,#latestProducts #products>.latest-grid-card img{display:block !important;width:100% !important;height:auto !important;aspect-ratio:1 / 1 !important;object-fit:contain !important}@media (max-width:560px){#latestProducts #products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important}#latestProducts #products>.product-card,#latestProducts #products>.latest-grid-card{padding:10px !important}}#latestProducts #products{display:grid !important;gap:16px !important;align-items:stretch !important}@media (min-width:901px){#latestProducts #products{grid-template-columns:repeat(auto-fit,minmax(220px,220px)) !important;justify-content:center !important}#latestProducts #products>.product-card,#latestProducts #products>.latest-grid-card{width:220px !important;min-width:220px !important;max-width:220px !important;padding:12px !important}}@media (min-width:561px) and (max-width:900px){#latestProducts #products{grid-template-columns:repeat(3,minmax(0,1fr)) !important}#latestProducts #products>.product-card,#latestProducts #products>.latest-grid-card{width:100% !important;min-width:0 !important;max-width:none !important}}@media (max-width:560px){#latestProducts #products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important}#latestProducts #products>.product-card,#latestProducts #products>.latest-grid-card{width:100% !important;min-width:0 !important;max-width:none !important;padding:10px !important}}#latestProducts #products,#bestSellerProducts #bestSellerRail{gap:14px !important;align-items:stretch !important}#latestProducts .product-card,#bestSellerProducts .product-card{position:relative !important;display:flex !important;flex-direction:column !important;overflow:hidden !important;background:#fff !important;border:1px solid #e7edf4 !important;border-radius:14px !important;padding:6px 6px 8px !important;box-shadow:0 8px 24px rgba(45,71,102,.07) !important;min-height:0 !important;height:auto !important;transform:none !important}#latestProducts .product-card:hover,#bestSellerProducts .product-card:hover{transform:translateY(-2px) !important;box-shadow:0 12px 30px rgba(45,71,102,.11) !important}#latestProducts .product-card::after,#bestSellerProducts .product-card::after{content:"♡";position:absolute;top:12px;left:12px;z-index:4;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.94);color:#ef5d9f;font-size:20px;line-height:1;box-shadow:0 4px 12px rgba(40,55,75,.14);pointer-events:none}#latestProducts .product-card .product-link,#bestSellerProducts .product-card .product-link{display:block !important;width:100% !important;margin:0 0 8px !important;border-radius:10px !important;overflow:hidden !important;background:#f7f7f7 !important}#latestProducts .product-card .product-link img,#bestSellerProducts .product-card .product-link img{display:block !important;width:100% !important;height:auto !important;aspect-ratio:1 / 1 !important;object-fit:cover !important;border-radius:10px !important;background:#f7f7f7 !important}#latestProducts .product-card>p:not(.price),#bestSellerProducts .product-card>p:not(.price),#latestProducts .product-card .specs,#bestSellerProducts .product-card .specs,#latestProducts .product-card .hover-summary,#bestSellerProducts .product-card .hover-summary,#latestProducts .product-card .stock,#bestSellerProducts .product-card .stock,#latestProducts .product-card .card-stock-alert,#bestSellerProducts .product-card .card-stock-alert,#latestProducts .product-card .rating,#bestSellerProducts .product-card .rating,#latestProducts .product-card .stars,#bestSellerProducts .product-card .stars,#latestProducts .product-card [class*="rating"],#bestSellerProducts .product-card [class*="rating"],#latestProducts .product-card [class*="discount"],#bestSellerProducts .product-card [class*="discount"],#latestProducts .product-card [class*="new-"],#bestSellerProducts .product-card [class*="new-"],#latestProducts .product-card .product-card-controls,#bestSellerProducts .product-card .product-card-controls,#latestProducts .product-card .variant-controls,#bestSellerProducts .product-card .variant-controls{display:none !important}#latestProducts .product-card .card-row,#bestSellerProducts .product-card .card-row{min-height:18px !important;margin:0 5px 3px !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;color:#8a93a3 !important;font-size:11px !important;line-height:1.5 !important}#latestProducts .product-card .card-row>span:first-child,#bestSellerProducts .product-card .card-row>span:first-child{display:block !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;max-width:100% !important}#latestProducts .product-card h3,#bestSellerProducts .product-card h3{margin:2px 5px 7px !important;min-height:42px !important;font-size:13px !important;font-weight:800 !important;line-height:1.65 !important;color:#26354b !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}#latestProducts .product-card h3 a,#bestSellerProducts .product-card h3 a{color:inherit !important;text-decoration:none !important}#latestProducts .product-card .price,#bestSellerProducts .product-card .price{margin:auto 5px 8px !important;padding:0 !important;min-height:24px !important;background:none !important;border:0 !important;box-shadow:none !important;color:#f04f93 !important;font-size:13px !important;font-weight:900 !important;text-align:center !important;white-space:nowrap !important}#latestProducts .product-card .product-card-actions,#bestSellerProducts .product-card .product-card-actions{margin-top:0 !important;padding:0 !important}#latestProducts .product-card .product-card-actions .btn,#bestSellerProducts .product-card .product-card-actions .btn{width:100% !important;min-height:34px !important;padding:7px 8px !important;border:0 !important;border-radius:9px !important;background:linear-gradient(90deg,#35afe3 0%,#ee65ad 100%) !important;color:#fff !important;font-size:11px !important;font-weight:800 !important;box-shadow:none !important}@media (min-width:901px){#latestProducts #products{grid-template-columns:repeat(5,minmax(0,1fr)) !important;gap:14px !important;justify-content:stretch !important}#latestProducts .product-card,#bestSellerProducts .product-card{width:100% !important;min-width:0 !important;max-width:none !important}#bestSellerProducts #bestSellerRail{display:grid !important;grid-template-columns:repeat(5,minmax(0,1fr)) !important;overflow:visible !important}}@media (min-width:561px) and (max-width:900px){#latestProducts #products,#bestSellerProducts #bestSellerRail{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;overflow:visible !important}}@media (max-width:560px){#latestProducts #products,#bestSellerProducts #bestSellerRail{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:9px !important;overflow:visible !important}#latestProducts .product-card,#bestSellerProducts .product-card{width:100% !important;min-width:0 !important;max-width:none !important;padding:5px 5px 7px !important;border-radius:12px !important}#latestProducts .product-card::after,#bestSellerProducts .product-card::after{top:9px;left:9px;width:26px;height:26px;font-size:17px}#latestProducts .product-card h3,#bestSellerProducts .product-card h3{margin:2px 4px 5px !important;min-height:38px !important;font-size:11.5px !important}#latestProducts .product-card .card-row,#bestSellerProducts .product-card .card-row{margin:0 4px 2px !important;font-size:9.5px !important}#latestProducts .product-card .price,#bestSellerProducts .product-card .price{margin:0 4px 6px !important;font-size:11.5px !important}#latestProducts .product-card .product-card-actions .btn,#bestSellerProducts .product-card .product-card-actions .btn{min-height:31px !important;padding:6px !important;font-size:10px !important}}#latestProducts .product-card,#bestSellerProducts .product-card{padding:5px 5px 7px !important;border-radius:12px !important}#latestProducts .product-card .product-link,#bestSellerProducts .product-card .product-link{margin-bottom:6px !important;border-radius:9px !important}#latestProducts .product-card h3,#bestSellerProducts .product-card h3{min-height:36px !important;margin:2px 4px 5px !important;font-size:11px !important;line-height:1.55 !important}#latestProducts .product-card .card-row,#bestSellerProducts .product-card .card-row{min-height:15px !important;margin:0 4px 2px !important;font-size:9px !important}#latestProducts .product-card .price,#bestSellerProducts .product-card .price{min-height:20px !important;margin:0 4px 6px !important;font-size:11px !important}#latestProducts .product-card .product-card-actions .btn,#bestSellerProducts .product-card .product-card-actions .btn{min-height:30px !important;padding:6px 5px !important;font-size:9.5px !important;border-radius:8px !important}#bestSellerProducts #bestSellerRail{display:flex !important;flex-wrap:nowrap !important;gap:12px !important;overflow-x:auto !important;overflow-y:hidden !important;scroll-snap-type:x mandatory !important;scroll-padding-inline:6px !important;padding:4px 6px 14px !important;-webkit-overflow-scrolling:touch !important}#bestSellerProducts #bestSellerRail>.product-card{flex:0 0 170px !important;width:170px !important;min-width:170px !important;max-width:170px !important;scroll-snap-align:start !important}#latestProducts #products{display:grid !important;overflow:visible !important;width:100% !important;padding:0 !important;align-items:stretch !important}#latestProducts #products>.product-card{width:100% !important;min-width:0 !important;max-width:none !important;flex:none !important;margin:0 !important}@media (min-width:1101px){#latestProducts #products{grid-template-columns:repeat(7,minmax(0,1fr)) !important;gap:11px !important}}@media (min-width:901px) and (max-width:1100px){#latestProducts #products{grid-template-columns:repeat(5,minmax(0,1fr)) !important;gap:12px !important}}@media (min-width:561px) and (max-width:900px){#latestProducts #products{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:11px !important}#bestSellerProducts #bestSellerRail>.product-card{flex-basis:160px !important;width:160px !important;min-width:160px !important;max-width:160px !important}}@media (max-width:560px){#latestProducts #products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:9px !important}#bestSellerProducts #bestSellerRail{gap:9px !important;padding-inline:4px !important}#bestSellerProducts #bestSellerRail>.product-card{flex-basis:145px !important;width:145px !important;min-width:145px !important;max-width:145px !important}}#latestProducts .product-card .card-row,#bestSellerProducts .product-card .card-row{display:none !important}#latestProducts .product-card .old-price,#bestSellerProducts .product-card .old-price,#latestProducts .product-card del,#bestSellerProducts .product-card del,#latestProducts .product-card s,#bestSellerProducts .product-card s{display:none !important}#latestProducts .product-card .new-price,#bestSellerProducts .product-card .new-price{display:inline !important;color:#f04f93 !important;font-weight:900 !important;text-decoration:none !important}#latestProducts .product-card .product-link,#bestSellerProducts .product-card .product-link{aspect-ratio:1 / 1 !important;height:auto !important;min-height:0 !important;overflow:hidden !important}#latestProducts .product-card .product-link img,#bestSellerProducts .product-card .product-link img{width:100% !important;height:100% !important;aspect-ratio:1 / 1 !important;object-fit:cover !important;object-position:center !important}#latestProducts .product-card,#bestSellerProducts .product-card{min-height:0 !important;height:auto !important;padding:5px 5px 7px !important}#latestProducts .product-card h3,#bestSellerProducts .product-card h3{min-height:34px !important;max-height:34px !important;margin:4px 4px 5px !important;font-size:10.5px !important;line-height:1.55 !important;-webkit-line-clamp:2 !important}#latestProducts .product-card .price,#bestSellerProducts .product-card .price,#latestProducts .product-card .product-price,#bestSellerProducts .product-card .product-price{min-height:18px !important;margin:0 4px 5px !important;padding:0 !important;font-size:10.5px !important;line-height:1.4 !important;background:none !important;border:0 !important;box-shadow:none !important;text-align:center !important}#latestProducts .product-card .product-card-actions .btn,#bestSellerProducts .product-card .product-card-actions .btn{min-height:28px !important;padding:5px 4px !important;font-size:9px !important}#latestProducts .product-card .category-badge,#bestSellerProducts .product-card .category-badge,#latestProducts .product-card .badge,#bestSellerProducts .product-card .badge,#latestProducts .product-card [class*="discount-badge"],#bestSellerProducts .product-card [class*="discount-badge"],#latestProducts .product-card [class*="new-badge"],#bestSellerProducts .product-card [class*="new-badge"]{display:none !important}#latestProducts .product-card [class*="discount"],#bestSellerProducts .product-card [class*="discount"],#latestProducts .product-card [class*="stock"],#bestSellerProducts .product-card [class*="stock"],#latestProducts .product-card [class*="inventory"],#bestSellerProducts .product-card [class*="inventory"],#latestProducts .product-card .badge,#bestSellerProducts .product-card .badge{display:none!important}#latestProducts .product-card,#bestSellerProducts .product-card{height:auto!important;min-height:0!important;border-radius:14px!important;padding:6px!important}#latestProducts .product-card .product-link,#bestSellerProducts .product-card .product-link{aspect-ratio:1/1!important;height:auto!important;overflow:hidden!important;border-radius:10px!important}#latestProducts .product-card img,#bestSellerProducts .product-card img{width:100%!important;height:100%!important;object-fit:cover!important}#latestProducts .product-card .price,#bestSellerProducts .product-card .price,#latestProducts .product-card .product-price,#bestSellerProducts .product-card .product-price{display:block!important;visibility:visible!important;opacity:1!important;color:#ef4f91!important;font-weight:900!important;margin:6px auto!important}#latestProducts .product-card del,#bestSellerProducts .product-card del,#latestProducts .product-card s,#bestSellerProducts .product-card s{display:none!important}#latestProducts .product-card [class*="discount"],#bestSellerProducts .product-card [class*="discount"],#latestProducts .product-card .badge,#bestSellerProducts .product-card .badge{display:none!important}.slider img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:left center !important}.slider{overflow:hidden !important}@media (min-width:769px){.slider img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center center !important}}@media (max-width:768px){.slider img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:left center !important}}@media (min-width:769px){.slider img{width:100% !important;height:520px !important;object-fit:contain !important;object-position:center center !important}.slider{height:520px !important;overflow:hidden !important}}@media (max-width:768px){.slider img{object-fit:cover !important;object-position:left center !important}}.payayoo-product-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:.82rem;color:#7b8497;margin:2px 0 18px}.payayoo-product-breadcrumb a{color:#667085}.payayoo-product-breadcrumb strong{color:#273044;max-width:440px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.payayoo-product-layout{position:relative;display:grid;grid-template-columns:minmax(360px,1.08fr) minmax(420px,1.15fr) minmax(290px,.72fr);grid-template-areas:"gallery info buy";gap:28px;align-items:start;background:#fff;border:1px solid #edf0f5;border-radius:28px;padding:24px;box-shadow:0 18px 48px rgba(37,49,74,.07)}.payayoo-gallery-column{grid-area:gallery;min-width:0;position:relative;overflow:visible}.payayoo-product-main-info{grid-area:info;min-width:0;padding:4px 0}.payayoo-buy-card{grid-area:buy;position:sticky;top:92px;border:1px solid #e5e7eb;border-radius:20px;background:#f7f8fa;padding:18px;box-shadow:0 10px 28px rgba(37,49,74,.06)}.payayoo-product-actions{position:absolute;left:8px;right:auto;top:18px;z-index:18;display:flex;flex-direction:column;gap:8px;max-width:42px}.payayoo-product-actions button,.payayoo-product-actions a{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;background:#fff;color:#30394e;font-size:22px;box-shadow:0 6px 18px rgba(37,49,74,.10);cursor:pointer;text-decoration:none}.payayoo-product-layout .product-gallery{background:transparent!important;border:0!important;box-shadow:none!important;padding:0 0 0 52px!important;overflow:visible!important}.payayoo-product-layout .gallery-stage{background:#fff!important;border:0!important;min-height:520px!important}.payayoo-product-layout .gallery-img{object-fit:contain!important;padding:10px}.payayoo-product-layout .gallery-thumbs{display:flex!important;gap:10px!important;overflow-x:auto;padding:10px 2px}.payayoo-product-layout .gallery-thumbs button{flex:0 0 74px;height:74px;border-radius:12px!important;background:#fff;border:1px solid #dfe3ea!important}.payayoo-product-layout .gallery-thumbs button.active{border:2px solid #ef4056!important}.payayoo-product-main-info h1{font-size:1.55rem!important;line-height:1.8!important;margin:12px 0 10px!important;color:#171a23!important}.payayoo-badges{display:flex;gap:7px;flex-wrap:wrap}.payayoo-title-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 0 15px;border-bottom:1px solid #edf0f5}.payayoo-rating-line{display:flex;align-items:center;gap:6px;font-size:.82rem}.payayoo-rating-line small{color:#7b8497}.payayoo-short-description{font-size:.93rem;line-height:2.05;color:#4b5567;margin:20px 0}.payayoo-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:18px 0}.payayoo-feature-card{background:#f1f2f4;border-radius:12px;padding:12px;min-height:66px}.payayoo-feature-card small{display:block;color:#7b8497;margin-bottom:6px}.payayoo-feature-card strong{font-size:.86rem;color:#283044}.payayoo-option-area{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.payayoo-option-area label{display:grid;gap:7px;font-weight:900;color:#30394e}.payayoo-option-area select,.payayoo-option-area input{width:100%;border:1px solid #d9dee8;border-radius:12px;background:#fff;padding:11px 12px;font-family:inherit}.payayoo-qty-label{max-width:130px}.payayoo-seller-heading{display:grid;gap:7px;padding-bottom:14px;border-bottom:1px solid #e0e4ea}.payayoo-seller-heading span{font-size:.82rem;color:#7b8497}.payayoo-seller-heading strong{font-size:1.03rem}.payayoo-trust-row{display:flex;align-items:center;gap:10px;padding:13px 0;border-bottom:1px solid #e6e9ef}.payayoo-trust-row>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e9f8f2;color:#00a67e;font-weight:950}.payayoo-trust-row div{display:grid;gap:3px}.payayoo-trust-row strong{font-size:.82rem}.payayoo-trust-row small{font-size:.72rem;color:#7b8497}.payayoo-stock-line{margin-top:14px;color:#00a67e;font-size:.82rem;font-weight:900}.payayoo-buy-card .detail-price{margin:10px 0!important;text-align:left!important;font-size:1.35rem!important;background:transparent!important;padding:0!important}.payayoo-primary-buy{width:100%;min-height:48px;border:0;border-radius:12px;background:#ef4056;color:#fff;font-family:inherit;font-weight:950;font-size:.98rem;cursor:pointer}.payayoo-primary-buy:disabled{opacity:.5;cursor:not-allowed}.payayoo-cart-link{display:block;text-align:center;color:#ef4056;font-weight:900;font-size:.83rem;margin:12px 0;text-decoration:none}.payayoo-buy-note{font-size:.69rem;line-height:1.8;color:#7b8497;text-align:center}.payayoo-product-details-section{margin-top:28px;background:#fff;border:1px solid #edf0f5;border-radius:24px;padding:0 24px 26px;box-shadow:0 14px 38px rgba(37,49,74,.05)}.payayoo-product-tabs{display:flex;gap:30px;overflow-x:auto;border-bottom:1px solid #e5e7eb;position:sticky;top:70px;background:#fff;z-index:12}.payayoo-product-tabs button{border:0;background:transparent;padding:19px 4px 15px;font-family:inherit;font-weight:900;color:#697386;white-space:nowrap;cursor:pointer;border-bottom:3px solid transparent}.payayoo-product-tabs button.is-active{color:#ef4056;border-bottom-color:#ef4056}.payayoo-product-panel{display:none;padding:26px 0 4px}.payayoo-product-panel.is-active{display:block}.payayoo-product-panel>h2{font-size:1.25rem;margin:0 0 18px;padding-bottom:12px;border-bottom:2px solid #ef4056;width:max-content}.payayoo-product-panel .product-rich-description{font-size:.96rem;line-height:2.2;color:#30394e}.payayoo-spec-list{max-width:900px}.payayoo-spec-row{display:grid;grid-template-columns:220px 1fr;gap:20px;padding:15px 0;border-bottom:1px solid #edf0f5}.payayoo-spec-row span{color:#7b8497}.payayoo-spec-row strong{color:#202637}.payayoo-product-panel .product-reviews-card,.payayoo-product-panel .product-qa-card{box-shadow:none!important;border:0!important;padding:0!important;margin:0!important}@media(max-width:1120px){.payayoo-product-layout{grid-template-columns:minmax(320px,1fr) minmax(360px,1.05fr);grid-template-areas:"gallery info" "buy buy"}.payayoo-buy-card{position:static;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px;align-items:center}.payayoo-buy-card .payayoo-primary-buy{grid-column:auto}.payayoo-buy-note{display:none}}@media(max-width:760px){.payayoo-product-breadcrumb{font-size:.72rem;margin-bottom:10px}.payayoo-product-layout{display:flex;flex-direction:column;padding:12px;border-radius:18px;gap:14px}.payayoo-gallery-column,.payayoo-product-main-info,.payayoo-buy-card{width:100%}.payayoo-product-actions{left:auto;right:10px;top:10px;flex-direction:row;max-width:none}.payayoo-product-actions button,.payayoo-product-actions a{width:34px;height:34px;font-size:18px}.payayoo-product-layout .product-gallery{padding:0!important;overflow:visible!important}.payayoo-product-layout .gallery-stage{min-height:360px!important}.payayoo-product-layout .gallery-thumbs button{flex-basis:58px;height:58px}.payayoo-product-main-info h1{font-size:1.28rem!important;line-height:1.7!important}.payayoo-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.payayoo-option-area{grid-template-columns:1fr 1fr}.payayoo-buy-card{position:static;display:block;background:#fff;border-radius:16px}.payayoo-seller-heading,.payayoo-trust-row{display:none}.payayoo-buy-card .detail-price{text-align:right!important}.payayoo-product-details-section{padding:0 14px 18px;border-radius:18px}.payayoo-product-tabs{gap:22px;top:58px}.payayoo-spec-row{grid-template-columns:110px 1fr;gap:10px}.payayoo-short-description{font-size:.88rem}.payayoo-title-meta{align-items:flex-start}.payayoo-badges{padding-left:42px}}html.payayoo-product-js .product-detail-card:not(.is-hydrated){position:relative;min-height:620px;overflow:hidden}html.payayoo-product-js .product-detail-card:not(.is-hydrated)>*{visibility:hidden!important;opacity:0!important}html.payayoo-product-js .product-detail-card:not(.is-hydrated)::before{content:"";display:block;min-height:620px;border:1px solid #edf0f5;border-radius:28px;background:linear-gradient(90deg,#f7f8fa 20%,#fff 38%,#f7f8fa 58%);background-size:220% 100%;box-shadow:0 18px 48px rgba(37,49,74,.05);animation:payayooProductHydration 1.15s linear infinite}html.payayoo-product-js .product-detail-card.is-hydrated{min-height:0}html.payayoo-product-js .product-detail-card.is-hydrated>*{visibility:visible;opacity:1}@keyframes payayooProductHydration{0%{background-position:110% 0}100%{background-position:-110% 0}}@media(max-width:760px){html.payayoo-product-js .product-detail-card:not(.is-hydrated),html.payayoo-product-js .product-detail-card:not(.is-hydrated)::before{min-height:520px;border-radius:18px}}@media(prefers-reduced-motion:reduce){html.payayoo-product-js .product-detail-card:not(.is-hydrated)::before{animation:none}}@media (max-width:760px){.payayoo-product-breadcrumb{display:none!important}.payayoo-product-layout{gap:0!important;padding:0!important;border-radius:20px!important;background:transparent!important;border:0!important;box-shadow:none!important}.payayoo-gallery-column,.payayoo-product-main-info,.payayoo-buy-card{box-sizing:border-box;min-width:0!important}.payayoo-gallery-column{background:#fff;border:1px solid #edf0f5;border-radius:20px;padding:10px;margin-bottom:10px}.payayoo-product-actions{position:static!important;display:flex!important;justify-content:flex-end;gap:8px;margin:0 0 8px;direction:ltr}.payayoo-product-actions button,.payayoo-product-actions a{width:36px!important;height:36px!important;flex:0 0 36px;font-size:18px!important;box-shadow:0 4px 12px rgba(37,49,74,.08)!important}.payayoo-product-layout .gallery-stage{min-height:300px!important;height:min(78vw,360px)!important;border-radius:16px!important;overflow:hidden}.payayoo-product-layout .gallery-img{width:100%!important;height:100%!important;max-height:360px!important;padding:4px!important;object-fit:contain!important}.payayoo-product-layout .gallery-thumbs{padding:8px 0 2px!important;gap:8px!important}.payayoo-product-layout .gallery-thumbs button{flex:0 0 52px!important;height:52px!important;border-radius:10px!important}.payayoo-product-main-info{background:#fff;border:1px solid #edf0f5;border-radius:20px;padding:16px 14px!important;margin-bottom:10px;text-align:right}.payayoo-badges{padding:0!important;gap:6px!important;margin-bottom:10px}.payayoo-badges>*{font-size:.72rem!important;padding:6px 10px!important}.payayoo-product-main-info h1{font-size:1.18rem!important;line-height:1.75!important;margin:8px 0 12px!important;letter-spacing:0!important;word-spacing:normal!important;overflow-wrap:anywhere}.payayoo-title-meta{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;padding:10px 0 12px!important}.payayoo-rating-line{display:flex!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important;font-size:.78rem!important;line-height:1.7!important}.payayoo-short-description{font-size:.88rem!important;line-height:2!important;margin:14px 0!important;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;word-break:normal;overflow-wrap:anywhere}.payayoo-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:14px 0!important}.payayoo-feature-card{padding:10px!important;min-height:62px!important;border-radius:12px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:5px!important}.payayoo-feature-card small,.payayoo-feature-card strong{display:block!important;width:100%!important;line-height:1.6!important;white-space:normal!important;overflow-wrap:anywhere!important}.payayoo-feature-card small{margin:0!important;font-size:.72rem!important}.payayoo-feature-card strong{font-size:.82rem!important}.payayoo-option-area{grid-template-columns:1fr!important;gap:12px!important;margin-top:14px!important}.payayoo-option-area label{gap:6px!important;font-size:.84rem!important}.payayoo-option-area label>span{display:block!important;margin-bottom:2px!important}.payayoo-option-area select,.payayoo-option-area input{min-height:50px!important;font-size:1rem!important;border-radius:14px!important;padding:10px 13px!important}.payayoo-qty-label{max-width:none!important}.payayoo-buy-card{display:block!important;position:static!important;background:#fff!important;border:1px solid #edf0f5!important;border-radius:20px!important;padding:16px 14px!important;margin:0 0 10px!important;box-shadow:none!important}.payayoo-seller-heading{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;padding:0 0 12px!important;line-height:1.7!important}.payayoo-seller-heading span,.payayoo-seller-heading strong{display:inline-block!important;white-space:normal!important}.payayoo-seller-heading span{font-size:.78rem!important}.payayoo-seller-heading strong{font-size:.94rem!important}.payayoo-trust-row{display:flex!important;align-items:flex-start!important;gap:10px!important;padding:11px 0!important}.payayoo-trust-row>span{flex:0 0 28px!important;width:28px!important;height:28px!important}.payayoo-trust-row div{display:flex!important;flex-direction:column!important;gap:3px!important;min-width:0!important}.payayoo-trust-row strong,.payayoo-trust-row small{display:block!important;line-height:1.65!important;white-space:normal!important;overflow-wrap:anywhere!important}.payayoo-trust-row strong{font-size:.82rem!important}.payayoo-trust-row small{font-size:.72rem!important}.payayoo-stock-line{margin:12px 0 6px!important;line-height:1.7!important}.payayoo-buy-card .detail-price{text-align:center!important;font-size:1.22rem!important;margin:8px 0 12px!important}.payayoo-primary-buy{min-height:50px!important;border-radius:14px!important}.payayoo-cart-link{margin:11px 0 4px!important}.payayoo-buy-note{font-size:.72rem!important;line-height:1.8!important;margin-top:8px!important}.payayoo-product-details-section{margin-top:10px!important;padding:0 12px 16px!important;border-radius:20px!important;box-shadow:none!important}.payayoo-product-tabs{position:static!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;padding:10px 0!important;border-bottom:1px solid #edf0f5!important;overflow:visible!important}.payayoo-product-tabs button{min-width:0!important;padding:10px 3px!important;border:1px solid #e5e7eb!important;border-radius:10px!important;font-size:.72rem!important;line-height:1.4!important;background:#f7f8fa!important;border-bottom:1px solid #e5e7eb!important}.payayoo-product-tabs button.is-active{background:#fff0f3!important;color:#ef4056!important;border-color:#ffc9d1!important}.payayoo-product-panel{padding:18px 0 2px!important}.payayoo-product-panel>h2{font-size:1.12rem!important;line-height:1.7!important;margin-bottom:14px!important;padding-bottom:8px!important}.payayoo-product-panel .product-rich-description{font-size:.9rem!important;line-height:2.05!important;word-break:normal!important;overflow-wrap:anywhere!important}.payayoo-product-panel .product-rich-description h2{font-size:1.12rem!important;line-height:1.75!important;margin:18px 0 10px!important}.payayoo-product-panel .product-rich-description h3{font-size:1rem!important;line-height:1.75!important;margin:16px 0 8px!important}.payayoo-product-panel .product-rich-description h4{font-size:.94rem!important;line-height:1.75!important;margin:14px 0 7px!important}.payayoo-product-panel .product-rich-description p,.payayoo-product-panel .product-rich-description li{line-height:2.05!important}.payayoo-spec-row{grid-template-columns:96px minmax(0,1fr)!important;gap:12px!important;padding:12px 0!important;align-items:start!important}.payayoo-spec-row span,.payayoo-spec-row strong{display:block!important;line-height:1.75!important;white-space:normal!important;overflow-wrap:anywhere!important}.payayoo-spec-row span{font-size:.78rem!important}.payayoo-spec-row strong{font-size:.84rem!important}}@media (max-width:380px){.payayoo-product-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}.payayoo-feature-grid{grid-template-columns:1fr!important}}.payayoo-product-tabs [data-product-tab="specs"],.payayoo-product-tabs [data-product-tab="specs"].is-active{color:#111827!important}.payayoo-product-actions button,.payayoo-product-actions a{display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:1!important;text-align:center!important;text-indent:0!important}.payayoo-product-actions button::before,.payayoo-product-actions a::before{line-height:1!important}@media(max-width:760px){.payayoo-product-layout .gallery-stage{min-height:0!important;height:auto!important;aspect-ratio:var(--payayoo-gallery-ratio,1/1)!important}.payayoo-product-layout .gallery-img{padding:0!important}.payayoo-gallery-column{padding-bottom:6px!important}.payayoo-product-layout .gallery-thumbs{margin-top:4px!important}}.payayoo-product-tabs button,.payayoo-product-tabs button.is-active,.payayoo-product-tabs button:hover,.payayoo-product-tabs button:focus,.payayoo-product-tabs button:focus-visible,.payayoo-product-tabs [data-product-tab],.payayoo-product-tabs [data-product-tab].is-active{color:#111827!important;-webkit-text-fill-color:#111827!important}.payayoo-product-tabs button *,.payayoo-product-tabs [data-product-tab] *{color:#111827!important;-webkit-text-fill-color:#111827!important}.cart-checkout-actions button.is-disabled,#orderForm button[type="submit"]:disabled,#orderForm button.is-disabled{background:#d8dbe1!important;color:#777f8e!important;cursor:not-allowed!important;pointer-events:none!important;box-shadow:none!important;opacity:.78!important}.footer.home-footer{padding:0!important;margin-top:54px;background:#fff;color:#283246;text-align:right;border-top:1px solid #e9edf3}.home-footer-shell{width:min(1240px,calc(100% - 32px));margin:auto;padding:30px 0 18px}.home-footer-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:20px}.home-footer-brand{display:flex;align-items:center;gap:12px}.home-footer-logo{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;font-size:1.7rem;font-weight:1000;color:#fff;background:linear-gradient(135deg,#67c9ed,#ef91bd);box-shadow:0 10px 25px rgba(115,190,225,.24)}.home-footer-brand>span:last-child{display:grid;gap:3px}.home-footer-brand strong{font-size:1.45rem}.home-footer-brand small{color:#7b8494}.footer-back-top{background:#fff!important;color:#39445a!important;border:1px solid #dfe5ed!important;border-radius:12px!important;padding:10px 16px!important}.home-footer-contact{display:flex;align-items:center;flex-wrap:wrap;gap:12px;color:#616b7c;font-size:.88rem;padding:0 0 22px}.home-footer-contact a{font-weight:900;color:#315b78}.home-footer-contact i{width:1px;height:18px;background:#dfe4eb}.home-footer-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:20px 0;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.home-footer-benefits a{display:grid;justify-items:center;text-align:center;gap:5px;padding:12px}.home-footer-benefits a>span{font-size:2rem}.home-footer-benefits strong{font-size:.96rem}.home-footer-benefits small{color:#7b8494}.home-footer-grid{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr)) minmax(280px,1.35fr);gap:30px;padding:34px 0}.home-footer-grid section{display:grid;align-content:start;gap:11px}.home-footer-grid h3,.home-footer-about h3{margin:0 0 8px;color:#202a3d;font-size:1.02rem}.home-footer-grid a{color:#697386;font-size:.92rem}.home-footer-grid a:hover{color:#e7517b}.home-footer-follow p{margin:0;color:#697386;line-height:1.9}.home-footer-follow .social-links{justify-content:flex-start}.home-footer-follow .social-links a{font-size:.82rem;padding:8px 10px}.footer-newsletter{display:grid;gap:8px;margin-top:8px}.footer-newsletter label{font-weight:900}.footer-newsletter>div{display:flex;gap:8px}.footer-newsletter input{height:46px;background:#f3f5f8;border-color:#edf0f4}.footer-newsletter button{height:46px;min-width:70px;background:linear-gradient(135deg,#67c9ed,#ef91bd)!important}.home-footer-about{display:grid;grid-template-columns:1fr auto;align-items:center;gap:28px;padding:24px 0;border-top:1px solid #edf0f4}.home-footer-about p{max-width:800px;margin:0;color:#737d8e;line-height:2}.footer-trust-placeholder{display:flex;gap:10px}.footer-trust-placeholder span{width:92px;height:78px;border:1px solid #e2e7ee;border-radius:14px;background:#fafbfd;display:grid;place-items:center;text-align:center;color:#697386;font-size:.78rem;font-weight:900}.home-footer-bottom{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;padding-top:16px;border-top:1px solid #edf0f4;color:#8a93a2;font-size:.8rem}.footer:not(.home-footer) .footer-inner{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.footer:not(.home-footer) .social-links.compact{margin:0}@media(max-width:780px){.home-footer-shell{width:calc(100% - 24px);padding-bottom:92px}.home-footer-top{align-items:flex-start}.home-footer-logo{width:46px;height:46px}.home-footer-brand small{font-size:.72rem}.footer-back-top{padding:8px 10px!important;font-size:.78rem}.home-footer-contact{gap:8px}.home-footer-benefits{grid-template-columns:repeat(2,1fr)}.home-footer-grid{grid-template-columns:repeat(2,1fr);gap:26px 18px}.home-footer-follow{grid-column:1/-1}.home-footer-about{grid-template-columns:1fr}.footer-trust-placeholder{justify-content:flex-start}.home-footer-bottom{justify-content:center;text-align:center}.home-footer-follow .social-links{justify-content:flex-start}.footer-newsletter>div{display:grid;grid-template-columns:1fr auto}}@media(max-width:430px){.home-footer-grid{grid-template-columns:1fr 1fr}.home-footer-benefits a{padding:10px 4px}.home-footer-benefits strong{font-size:.84rem}.home-footer-benefits small{font-size:.72rem}.home-footer-grid section:not(.home-footer-follow) a{font-size:.84rem}.home-footer-about p{font-size:.85rem}.footer-trust-placeholder span{width:82px;height:70px}}#relatedProducts .product-card img,.related-wrap #relatedProducts .product-card img{width:100%!important;height:180px!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center!important;margin-bottom:10px!important;border-radius:16px!important}#relatedProducts .product-card{padding:12px!important}#relatedProducts .product-card h3{margin:8px 0 6px!important;line-height:1.75!important;min-height:auto!important}@media(max-width:680px){#relatedProducts .product-card img,.related-wrap #relatedProducts .product-card img{height:130px!important;border-radius:13px!important}#relatedProducts .product-card{padding:9px!important}}#relatedProducts .product-card{width:190px!important;max-width:190px!important;min-width:0!important;padding:8px!important}#relatedProducts .product-card img,.related-wrap #relatedProducts .product-card img{width:174px!important;max-width:174px!important;height:180px!important;margin:0 auto 8px!important}#relatedProducts .product-card h3{font-size:.88rem!important;line-height:1.65!important;margin:6px 2px!important}#relatedProducts .product-card .price,#relatedProducts .product-card .card-row{font-size:.82rem!important}@media(max-width:680px){#relatedProducts .product-card{width:100%!important;max-width:none!important;padding:7px!important}#relatedProducts .product-card img,.related-wrap #relatedProducts .product-card img{width:100%!important;max-width:none!important;height:130px!important}}.footer-settings-admin-grid textarea{min-height:92px}.footer-benefits-editor{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-benefit-row{grid-template-columns:80px 1fr 1fr 1fr}.footer-columns-editor{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-column-row{display:grid;gap:10px}.footer-column-row textarea{min-height:170px;line-height:1.9}@media(max-width:900px){.footer-benefits-editor,.footer-columns-editor{grid-template-columns:1fr}.footer-benefit-row{grid-template-columns:70px 1fr}.footer-benefit-row .footer-benefit-text,.footer-benefit-row .footer-benefit-link{grid-column:1/-1}}@media (min-width:1024px){.products{gap:14px!important}.products-grid .product-card,.products .product-card{max-width:190px!important;width:190px!important;min-height:auto!important}.products-grid .product-card img,.products .product-card img,.products .product-image{height:180px!important}}.footer{direction:rtl;text-align:right;line-height:2!important;word-spacing:2px;letter-spacing:0!important}.footer *{letter-spacing:0!important;word-break:normal!important;overflow-wrap:break-word}.footer h3,.footer h4{margin-bottom:12px!important}.footer li,.footer p,.footer a{display:block;margin-bottom:8px;line-height:2!important}@media (min-width:992px){.products{gap:14px !important}.product-card{width:190px !important;max-width:190px !important}.product-card img,.product-card .image-wrap img{height:180px !important;object-fit:cover !important}}.footer,.footer *{direction:rtl;text-align:right;word-spacing:normal !important;letter-spacing:0 !important;line-height:2 !important}.footer a{display:block;white-space:normal !important;word-break:normal !important;overflow-wrap:break-word;margin-bottom:8px}.footer h2,.footer h3,.footer h4{margin-bottom:14px !important}@media(max-width:768px){.footer *{line-height:1.9 !important}}.payayoo-short-description{white-space:pre-line;line-height:2;color:#333}.payayoo-feature-grid:empty{display:none}.payayoo-spec-row.is-child{margin-inline-start:24px;width:calc(100% - 24px);background:rgba(248,250,252,.95);border-inline-start:3px solid rgba(225,29,72,.25)}.payayoo-spec-row.is-child span::before{content:"↳";margin-inline-end:7px;color:#e11d48;font-weight:800}@media(max-width:768px){.payayoo-spec-row.is-child{margin-inline-start:12px;width:calc(100% - 12px)}}@media (min-width:761px){.payayoo-gallery-column{display:grid!important;grid-template-columns:minmax(0,1fr) 46px!important;grid-template-areas:"gallery tools"!important;align-items:start!important;column-gap:10px!important}.payayoo-gallery-column>.product-gallery{grid-area:gallery!important;min-width:0!important}.payayoo-product-actions{grid-area:tools!important;position:sticky!important;top:96px!important;left:auto!important;right:auto!important;z-index:4!important;width:46px!important;max-width:46px!important;margin:0!important;align-self:start!important}.payayoo-product-layout .product-gallery{padding:0!important}}.payayoo-short-description-wrap{margin:20px 0}.payayoo-short-description-wrap .payayoo-short-description{margin:0!important}.payayoo-short-description.is-collapsed{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:6!important;overflow:hidden!important}.payayoo-short-description.is-expanded{display:block!important;-webkit-line-clamp:unset!important;overflow:visible!important}.payayoo-short-description-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-top:7px!important;padding:4px 0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#1687c7!important;font:inherit!important;font-size:.82rem!important;font-weight:900!important;cursor:pointer!important}.payayoo-short-description-toggle:hover{transform:none!important;text-decoration:underline}.payayoo-short-description-toggle[hidden]{display:none!important}@media(max-width:760px){.payayoo-short-description-wrap{margin:14px 0!important}.payayoo-short-description.is-collapsed{-webkit-line-clamp:5!important}}@media (min-width:761px){.payayoo-product-layout .payayoo-gallery-column{display:flex!important;flex-direction:row!important;direction:ltr!important;align-items:flex-start!important;gap:12px!important;min-width:0!important;overflow:visible!important}.payayoo-product-layout .payayoo-gallery-column>.payayoo-product-actions{position:static!important;inset:auto!important;transform:none!important;order:1!important;flex:0 0 44px!important;width:44px!important;max-width:44px!important;margin:0!important;z-index:1!important;align-self:flex-start!important;direction:rtl!important}.payayoo-product-layout .payayoo-gallery-column>.product-gallery{order:2!important;flex:1 1 auto!important;width:auto!important;min-width:0!important;padding:0!important;margin:0!important}}.payayoo-short-description-wrap{height:auto!important;max-height:none!important;overflow:visible!important}.payayoo-short-description,.payayoo-short-description.is-collapsed,.payayoo-short-description.is-expanded{display:block!important;height:auto!important;max-height:none!important;overflow:visible!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;white-space:pre-line!important}.payayoo-short-description-toggle{display:none!important}@media (max-width:760px){.payayoo-product-layout .payayoo-gallery-column{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;overflow:visible!important}.payayoo-product-layout .payayoo-gallery-column>.product-gallery{order:1!important;width:100%!important;padding:0!important}.payayoo-product-layout .payayoo-gallery-column>.payayoo-product-actions{position:static!important;inset:auto!important;transform:none!important;order:2!important;width:auto!important;max-width:none!important;display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:8px!important;margin:0 auto!important;z-index:1!important}}.product-description-toolbar button.is-active{background:#ffe7ee;border-color:#ef7ca0;color:#8f2548}.product-ai-status .loading{color:#6952c7}.product-ai-status .success{color:#147a43}.product-ai-status .error{color:#b42318}.footer .home-footer-benefits>a.home-footer-benefit{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;justify-items:stretch!important;column-gap:14px!important;row-gap:0!important;padding:16px 14px!important;margin:0!important;min-width:0!important;border-radius:16px;text-align:right!important;white-space:normal!important}.footer .home-footer-benefit-icon{display:grid!important;place-items:center!important;width:48px!important;height:48px!important;margin:0!important;font-size:2rem!important;line-height:1!important}.footer .home-footer-benefit-copy{display:grid!important;min-width:0!important;gap:4px!important;margin:0!important}.footer .home-footer-benefit-copy strong,.footer .home-footer-benefit-copy small{display:block!important;margin:0!important;padding:0!important;line-height:1.75!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}.footer .home-footer-benefit-copy strong{font-size:.96rem!important;color:#f04473}.footer .home-footer-benefit-copy small{font-size:.82rem!important;color:#7b8494}.footer-trust-area{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;min-width:210px}.footer-enamad-mount{display:flex;align-items:center;justify-content:center;min-width:0}.footer-enamad-mount:empty{display:none}.footer-enamad-mount .enamad-box{margin:0!important;max-width:150px;min-width:110px;min-height:90px;padding:8px!important}.footer-enamad-mount .enamad-box a{display:block!important;margin:0!important}.footer-enamad-mount .enamad-box img{display:block!important;width:auto!important;height:auto!important;max-width:120px!important;max-height:120px!important;margin:auto!important;object-fit:contain!important}@media(max-width:900px){.footer .home-footer-benefits>a.home-footer-benefit{column-gap:10px!important;padding:13px 10px!important}.footer .home-footer-benefit-icon{width:42px!important;height:42px!important;font-size:1.75rem!important}.footer-trust-area{justify-content:flex-start;min-width:0}}@media(max-width:520px){.footer .home-footer-benefits>a.home-footer-benefit{grid-template-columns:38px minmax(0,1fr)!important;padding:11px 6px!important}.footer .home-footer-benefit-icon{width:38px!important;height:38px!important;font-size:1.5rem!important}.footer .home-footer-benefit-copy strong{font-size:.84rem!important}.footer .home-footer-benefit-copy small{font-size:.72rem!important;line-height:1.6!important}.footer-trust-area{width:100%;justify-content:center}}

/* PAYAYOO_MOBILE_HEADER_AUTH_HOMEPAGE_HARD_FIX_V66_4_2_4 */
@media (max-width:780px){
  #navMount .navbar,
  body #navMount .navbar{
    position:sticky!important;
    top:0!important;
    display:block!important;
    width:100%!important;
    min-height:68px!important;
    margin:0!important;
    padding:10px 14px!important;
    border-radius:0!important;
    overflow:visible!important;
    z-index:1000!important;
  }
  #navMount .navbar>.brand{
    display:flex!important;
    position:absolute!important;
    left:50%!important;
    right:auto!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    max-width:calc(100% - 205px)!important;
    margin:0!important;
    z-index:1002!important;
    white-space:nowrap!important;
    overflow:hidden!important;
  }
  #navMount .navbar>.mobile-nav-toggle{
    display:grid!important;
    position:absolute!important;
    right:14px!important;
    left:auto!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:46px!important;
    min-width:46px!important;
    height:44px!important;
    margin:0!important;
    padding:0!important;
    place-items:center!important;
    border-radius:15px!important;
    z-index:1004!important;
  }
  #navMount .navbar>.mobile-header-auth{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    position:absolute!important;
    left:14px!important;
    right:auto!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    min-width:72px!important;
    max-width:92px!important;
    height:42px!important;
    margin:0!important;
    padding:0 11px!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    border:1px solid rgba(239,64,86,.34)!important;
    border-radius:14px!important;
    background:#fff!important;
    color:#ef4056!important;
    box-shadow:0 7px 18px rgba(239,64,86,.14)!important;
    font-size:13px!important;
    font-weight:900!important;
    line-height:1!important;
    white-space:nowrap!important;
    z-index:1005!important;
  }
  #navMount .navbar>.mobile-header-auth span{display:inline-grid!important;place-items:center!important;font-size:17px!important;line-height:1!important}
  #navMount .navbar>.mobile-header-auth b{display:inline!important;font:inherit!important}
  #navMount .navbar>.mobile-header-auth.logout{background:#fff3f5!important;color:#cf3049!important;border-color:#ffc4cc!important}
  #navMount .navbar .nav-center .auth-actions{display:none!important}
}
@media (max-width:390px){
  #navMount .navbar>.mobile-header-auth{left:9px!important;min-width:62px!important;max-width:72px!important;height:40px!important;padding:0 8px!important;font-size:12px!important;gap:4px!important}
  #navMount .navbar>.mobile-nav-toggle{right:9px!important;width:42px!important;min-width:42px!important;height:40px!important}
  #navMount .navbar>.brand{max-width:calc(100% - 170px)!important}
}
