:root{--red:#ef394e;--red-dark:#d91f36;--bg:#f5f5f5;--surface:#fff;--text:#3f4064;--muted:#81858b;--border:#e5e5e5;--green:#00a049;--gold:#f9a825;--radius:10px;--shadow:0 2px 8px rgba(0,0,0,.06);--container:1280px;--font:"Vazirmatn",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{color:var(--text)}body,html{font-family:var(--font);background:var(--bg)}body{margin:0}a{color:inherit;text-decoration:none}button,input,select{font-family:inherit}button{cursor:pointer}.store-container{width:min(var(--container),calc(100% - 32px));margin:auto}.store-header{background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 1px 0 rgba(0,0,0,.05)}.topbar{background:#fafafa;color:#777;font-size:11px;border-bottom:1px solid #eee}.topbar-inner{height:30px;display:flex;align-items:center;justify-content:space-between}.topbar-links{display:flex;gap:20px}.main-header{height:78px;gap:22px}.brand,.main-header{display:flex;align-items:center}.brand{gap:9px;min-width:155px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--red);color:#fff;font-size:25px;font-weight:900}.brand strong{display:block;font-size:24px;line-height:20px;color:#222}.brand small{color:#999;font-size:9px;letter-spacing:1px}.search-box{position:relative;flex:1 1;max-width:620px}.search-box input{width:100%;height:46px;border:0;background:#f1f2f4;border-radius:9px;padding:0 48px 0 18px;outline:none;font-size:13px}.search-box input:focus{box-shadow:0 0 0 2px #ffc3ca}.search-icon{position:absolute;right:17px;top:8px;font-size:26px;color:#777;z-index:1}.search-suggestions{position:absolute;top:51px;right:0;left:0;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 35px rgba(0,0,0,.12);overflow:hidden}.search-suggestions a{display:grid;grid-template-columns:45px 1fr auto;align-items:center;grid-gap:10px;gap:10px;padding:9px 12px;border-bottom:1px solid #f2f2f2}.search-suggestions img{width:42px;height:42px;object-fit:cover;border-radius:6px}.search-suggestions span{font-size:12px}.search-suggestions b{font-size:11px}.search-suggestions button{width:100%;border:0;background:#fff;padding:12px;color:var(--red);font-weight:700}.header-actions{display:flex;align-items:center;gap:10px}.cart-action,.icon-action{border:0;background:#fff;display:flex;align-items:center;gap:6px;padding:7px 9px;color:#555;position:relative}.cart-action span,.icon-action span{font-size:20px}.cart-action small,.icon-action small{font-size:11px}.cart-action b{position:absolute;top:-1px;right:0;background:var(--red);color:#fff;border-radius:20px;min-width:17px;height:17px;display:grid;place-items:center;font-size:9px}.nav-row{border-top:1px solid #f1f1f1}.nav-inner{height:45px;display:flex;align-items:center;gap:24px}.category-trigger{font-size:12px}.category-trigger strong{margin-right:5px}.nav-links{display:flex;gap:25px}.nav-links a,.nav-note{font-size:12px;color:#62666d}.nav-links a:hover{color:var(--red)}.nav-spacer{flex:1 1}.store-main{min-height:65vh}.hero{margin-top:16px;border-radius:16px;overflow:hidden;background:linear-gradient(120deg,#fff0f2,#fff 50%,#ffe8eb);min-height:300px}.hero-inner{min-height:300px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;padding:35px 50px}.hero-kicker{color:var(--red);font-size:13px;font-weight:700}.hero h1{font-size:34px;margin:10px 0;line-height:1.5;color:#222}.hero p{color:#666;line-height:2;max-width:620px}.hero-visual{font-size:120px;text-align:center}.section{padding:25px 0}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.section-head h2{margin:0;font-size:20px;color:#222}.section-head a{color:var(--red);font-size:12px;font-weight:700}.category-strip{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:12px;gap:12px}.category-tile{background:#fff;border-radius:12px;padding:18px 10px;text-align:center;border:1px solid #eee;transition:.2s}.category-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#ffd0d6}.category-icon{width:62px;height:62px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;font-size:30px;background:#fff0f2}.category-tile strong{font-size:12px}.deal-strip{background:#222;color:#fff;border-radius:14px;padding:18px;display:flex;align-items:center;gap:20px}.deal-strip .deal-title{font-weight:800;color:#fff}.deal-strip .deal-time{margin-right:auto;background:#fff;color:#222;padding:7px 12px;border-radius:7px;font-size:12px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.product-card{background:#fff;border-radius:10px;overflow:hidden;border:1px solid #eee;transition:.2s;position:relative;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.product-media{position:relative;aspect-ratio:1/1;background:#fff}.product-media img{width:100%;height:100%;object-fit:contain}.discount-badge{position:absolute;top:10px;right:10px;background:var(--red);color:#fff;border-radius:20px;padding:3px 8px;font-size:10px;font-weight:800}.heart-btn{position:absolute;top:8px;left:8px;border:0;background:#fff;border-radius:50%;width:31px;height:31px;font-size:22px;color:#777;box-shadow:0 1px 5px rgba(0,0,0,.08)}.heart-btn.active{color:var(--red)}.product-body{padding:12px;display:flex;flex-direction:column;gap:8px;flex:1 1}.product-title{font-size:12px;line-height:1.8;color:#444;min-height:44px}.product-rating{display:flex;align-items:center;gap:4px;font-size:10px}.product-rating span{color:var(--gold)}.product-rating small{color:#aaa}.product-delivery{font-size:10px;color:var(--green)}.product-price{margin-top:auto;text-align:left}.product-price del{display:block;color:#aaa;font-size:10px}.product-price strong{font-size:15px;color:#222}.add-cart-btn{border:0;border-radius:7px;background:var(--red);color:#fff;padding:9px;font-weight:700;font-size:11px}.add-cart-btn:disabled{background:#ddd}.filters-layout{display:grid;grid-template-columns:245px 1fr;grid-gap:16px;gap:16px}.filter-card{background:#fff;border:1px solid #eee;border-radius:10px;padding:15px;position:-webkit-sticky;position:sticky;top:135px;height:max-content}.filter-card h3{font-size:14px;margin:0 0 18px}.filter-group{padding:14px 0;border-top:1px solid #eee}.filter-group h4{font-size:12px;margin:0 0 10px}.filter-option{padding:7px 0;font-size:11px}.filter-option,.listing-toolbar{display:flex;align-items:center;justify-content:space-between}.listing-toolbar{background:#fff;border:1px solid #eee;border-radius:9px;padding:12px 15px;margin-bottom:12px}.listing-toolbar select{border:1px solid #ddd;border-radius:6px;padding:7px;background:#fff}.breadcrumbs{font-size:11px;color:#888;padding:14px 0}.product-detail-card{background:#fff;border-radius:12px;border:1px solid #eee;padding:20px}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;background:#fafafa;border-radius:10px;padding:12px;margin-top:18px}.trust-row div{display:flex;gap:7px;align-items:center;font-size:11px}.store-footer{margin-top:35px;background:#fff;border-top:1px solid #eee}.footer-trust{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;padding:25px 0;border-bottom:1px solid #eee}.footer-trust div{display:flex;flex-direction:column;gap:4px}.footer-trust b{font-size:12px;color:#333}.footer-trust span{font-size:10px;color:#888}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:30px;gap:30px;padding:30px 0}.footer-grid h3,.footer-grid h4{margin:0 0 12px;color:#333}.footer-grid a,.footer-grid p,.footer-grid span{display:block;color:#777;font-size:11px;line-height:2.2}.footer-bottom{padding:15px 0;border-top:1px solid #eee;color:#999;font-size:10px}.mobile-bottom{display:none}.skip-link{position:absolute;right:10px;top:-50px;background:var(--red);color:#fff;padding:8px 14px;z-index:2000}.skip-link:focus{top:5px}@media(max-width:900px){.store-container{width:min(100% - 20px,var(--container))}.topbar{display:none}.main-header{height:66px;gap:10px}.brand{min-width:auto}.brand strong{font-size:20px}.brand-mark{width:36px;height:36px}.brand small,.mobile-hide,.nav-note{display:none}.search-box{order:3;position:absolute;top:68px;right:10px;left:10px;max-width:none}.main-header{padding-bottom:8px}.nav-row{margin-top:45px}.nav-inner{overflow:auto}.nav-links{gap:18px;white-space:nowrap}.hero-inner{grid-template-columns:1fr;padding:25px}.hero-visual{display:none}.hero h1{font-size:25px}.category-strip{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.filters-layout{display:block}.filter-card{display:none}.listing-toolbar{margin-top:10px}.footer-trust{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.mobile-bottom{position:fixed;bottom:0;right:0;left:0;height:58px;background:#fff;border-top:1px solid #ddd;display:flex;justify-content:space-around;z-index:1500}.mobile-bottom a{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:17px;color:#555}.mobile-bottom span{font-size:9px;margin-top:2px}.store-main{padding-bottom:58px}}@media(max-width:520px){.category-strip{grid-template-columns:repeat(3,1fr)}.category-tile{padding:12px 5px}.category-icon{width:48px;height:48px;font-size:23px}.product-title{font-size:11px}.product-price strong{font-size:13px}.footer-grid{grid-template-columns:1fr}.deal-strip{flex-wrap:wrap}.deal-strip .deal-time{margin-right:0}.trust-row{grid-template-columns:1fr 1fr}}.seller-box{background:#fff;border:1px solid #e6e6e6;border-radius:10px;padding:14px;margin:16px 0}.seller-head{justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #eee}.seller-head,.seller-head div{display:flex;align-items:center}.seller-head div{gap:7px}.seller-head span{font-size:10px;color:#888}.seller-head strong{font-size:13px}.seller-score{color:#00a049!important;font-weight:700}.seller-line{display:flex;justify-content:space-between;gap:10px;padding-top:10px;color:#555;font-size:10px}.product-info-tabs{background:#fff;border:1px solid #eee;border-radius:12px;margin:25px 0;padding:20px}.info-tabs-head{display:flex;gap:28px;border-bottom:1px solid #eee;padding-bottom:13px;overflow:auto;white-space:nowrap}.info-tabs-head b{font-size:12px;color:#666}.info-tabs-head b:first-child{color:var(--red);border-bottom:2px solid var(--red);padding-bottom:13px}.reviews-summary{display:grid;grid-template-columns:180px 1fr 260px;grid-gap:25px;gap:25px;align-items:center;padding:22px 0}.reviews-summary strong{font-size:32px;color:#222;display:block}.reviews-summary p,.reviews-summary span{font-size:10px;color:#888}.stars{color:#f9a825;font-size:18px;letter-spacing:2px}.review-bars{display:grid;grid-template-columns:35px 1fr 35px;grid-gap:8px;gap:8px;align-items:center;font-size:10px}.review-bars i{height:5px;background:#eee;border-radius:10px;overflow:hidden}.review-bars i b{display:block;height:100%;background:#00a049;border-radius:10px}.qa-box{background:#fafafa;border-radius:9px;padding:14px;display:flex;align-items:center;gap:15px}.qa-box strong{font-size:12px}.qa-box span{font-size:10px;color:#777;flex:1 1}@media(max-width:700px){.reviews-summary{grid-template-columns:1fr}.qa-box{flex-wrap:wrap}.qa-box span{flex-basis:100%}}.cart-drawer-backdrop{position:fixed;inset:0;border:0;background:rgba(17,24,39,.42);z-index:1800;cursor:pointer}.cart-drawer{position:fixed;top:0;bottom:0;right:0;width:min(430px,92vw);background:#fff;z-index:1810;box-shadow:-18px 0 50px rgba(0,0,0,.18);transform:translateX(105%);transition:transform .24s ease;display:flex;flex-direction:column}.cart-drawer.open{transform:translateX(0)}.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid #eee}.cart-drawer-head div{display:flex;flex-direction:column;gap:4px}.cart-drawer-head strong{font-size:17px}.cart-drawer-head span{font-size:10px;color:#888}.cart-drawer-head button{width:34px;height:34px;border:0;border-radius:50%;background:#f4f4f5;font-size:24px;cursor:pointer}.cart-drawer-body{flex:1 1;overflow:auto;padding:12px}.cart-drawer-item{display:flex;gap:10px;padding:13px 2px;border-bottom:1px solid #f0f0f0}.cart-drawer-item img{width:74px;height:74px;object-fit:contain;border:1px solid #eee;border-radius:9px;flex:0 0 74px}.cart-drawer-item-main{min-width:0;display:flex;flex-direction:column;gap:6px}.cart-drawer-item-main>a{font-size:12px;line-height:1.8;color:#333}.cart-drawer-item-main>span{font-size:13px;font-weight:800;color:#222}.cart-drawer-qty{display:flex;align-items:center;gap:8px}.cart-drawer-qty button{width:28px;height:28px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer}.cart-drawer-qty button.remove{border:0;width:auto;color:#d32f2f;background:transparent;font-family:inherit;font-size:10px}.cart-drawer-qty b{min-width:18px;text-align:center;font-size:11px}.cart-drawer-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#777}.cart-drawer-empty div{font-size:56px}.cart-drawer-empty strong{color:#333}.cart-drawer-empty a{color:var(--red);font-size:12px}.cart-drawer-foot{border-top:1px solid #eee;padding:14px;background:#fff}.cart-drawer-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:12px}.cart-drawer-total strong{font-size:17px}.drawer-checkout-btn{display:block;text-align:center;background:var(--red);color:#fff;border-radius:8px;padding:12px;font-size:12px;font-weight:800}.drawer-cart-link{display:block;text-align:center;color:#555;padding:10px;font-size:11px}.drawer-clear{display:block;width:100%;border:0;background:transparent;color:#b42318;font:inherit;font-size:10px;cursor:pointer}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:24px;gap:24px}.checkout-form-grid{grid-gap:16px;gap:16px}.account-shell{max-width:1280px;margin:0 auto;padding:24px 20px 60px}.account-layout{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:24px;gap:24px;direction:rtl;align-items:start}.account-sidebar{background:#fff;border:1px solid #eee;border-radius:14px;padding:14px;position:-webkit-sticky;position:sticky;top:112px}.account-user-card{display:flex;align-items:center;gap:10px;padding:10px;border-bottom:1px solid #eee;margin-bottom:8px}.account-avatar{width:46px;height:46px;border-radius:50%;background:#fff0f2;color:var(--red);display:grid;place-items:center;font-weight:800}.account-user-card div:last-child{display:flex;flex-direction:column;gap:3px;min-width:0}.account-user-card strong{font-size:12px}.account-user-card span{font-size:10px;color:#888;direction:ltr;text-align:right}.account-menu{display:flex;flex-direction:column}.account-menu-item{display:flex;align-items:center;gap:10px;width:100%;border:0;background:transparent;color:#555;text-align:right;padding:12px;border-radius:9px;font-family:inherit;font-size:12px;cursor:pointer;text-decoration:none}.account-menu-item:hover{background:#fafafa}.account-menu-item.active{background:#fff0f2;color:var(--red);font-weight:800}.account-logout{width:100%;border:0;border-top:1px solid #eee;background:#fff;margin-top:8px;padding:14px 10px;color:#b42318;text-align:right;font-family:inherit;font-size:11px;cursor:pointer}.account-content{min-width:0}.account-heading{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;margin-bottom:18px}.account-heading h1{margin:0 0 4px;font-size:22px}.account-heading p{margin:0;color:#888;font-size:11px}.account-stats{display:flex;gap:8px}.account-stats span{background:#fff;border:1px solid #eee;border-radius:10px;padding:8px 12px;font-size:10px;color:#777}.account-stats b{display:block;color:#222;font-size:13px}.account-error{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:9px;padding:11px;margin-bottom:15px;font-size:11px}.account-orders{display:flex;flex-direction:column;gap:10px}.account-order-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:15px;text-decoration:none;color:inherit;transition:.18s}.account-order-card:hover{border-color:#ffd1d6;box-shadow:0 8px 25px rgba(0,0,0,.05)}.order-top{justify-content:space-between;gap:12px}.order-top,.order-top>div{display:flex;align-items:center}.order-top>div{gap:8px}.order-top code{color:var(--red);font-size:12px}.order-top>strong{font-size:14px}.order-meta{display:flex;gap:14px;flex-wrap:wrap;color:#888;font-size:10px;padding-top:9px}.order-arrow{color:var(--red);font-size:10px;margin-top:10px}.profile-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.profile-grid label{display:block;font-size:11px;color:#666;margin-bottom:6px}.profile-grid input{width:100%;height:42px;padding:0 12px;border:1px solid #ddd;border-radius:8px;background:#fafafa;font-family:inherit}.account-muted{font-size:10px;color:#999;line-height:1.9}.addresses-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.address-title{display:flex;justify-content:space-between;align-items:center}.addresses-grid p{font-size:11px;line-height:1.9;margin:7px 0}.addresses-grid small{font-size:10px;color:#888}.account-mobile-bar{display:none}@media(max-width:900px){.checkout-layout{grid-template-columns:1fr}.checkout-layout>div:last-child{order:-1}.account-mobile-bar{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #eee;border-radius:12px;padding:11px 12px;margin-bottom:12px}.account-menu-btn{border:0;background:#f7f7f8;padding:8px 10px;border-radius:8px;font:inherit;font-size:11px;cursor:pointer}.account-layout{display:block}.account-sidebar{position:fixed;top:0;bottom:0;right:0;width:min(320px,88vw);z-index:1700;border-radius:0;border-top:0;border-bottom:0;border-right:0;box-shadow:-15px 0 40px rgba(0,0,0,.14);transform:translateX(105%);transition:transform .22s ease;overflow:auto}.account-sidebar.open{transform:translateX(0)}.account-content{margin-top:8px}.account-heading{align-items:flex-start;flex-direction:column}.account-stats{width:100%}.account-stats span{flex:1 1}.addresses-grid,.profile-grid{grid-template-columns:1fr}}@media(max-width:600px){.cart-drawer{width:100%;max-width:none}.checkout-form-grid{grid-template-columns:1fr}.account-shell{padding:16px 12px 70px}.account-heading h1{font-size:18px}.order-top{align-items:flex-start;flex-direction:column}.order-top>strong{font-size:13px}.account-stats{flex-direction:column}.main-header .cart-action small{display:none}.mobile-bottom{padding-bottom:env(safe-area-inset-bottom)}.cart-drawer-foot{padding-bottom:calc(14px + env(safe-area-inset-bottom))}}.checkout-page{max-width:1280px;margin:0 auto;padding:24px 20px 72px}.checkout-title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px}.checkout-title-row h1{margin:0 0 4px;font-size:24px}.checkout-title-row p{margin:0;color:#888;font-size:11px}.checkout-back{color:var(--red);font-size:11px;text-decoration:none}.checkout-steps{display:flex;gap:6px;background:#fff;border:1px solid #eee;border-radius:12px;padding:10px;margin-bottom:16px;overflow:auto}.checkout-step{display:flex;align-items:center;gap:7px;flex:1 1;min-width:130px;justify-content:center;color:#999;font-size:10px;white-space:nowrap}.checkout-step span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#f1f1f2;color:#777;font-weight:800}.checkout-step.done{color:#444}.checkout-step.done span{background:#fff0f2;color:var(--red)}.checkout-step.current{color:var(--red);font-weight:800}.checkout-step.current span{background:var(--red);color:#fff}.checkout-error{background:#fff4f4;border:1px solid #ffcaca;color:#a21caf;border-radius:10px;padding:12px 14px;margin-bottom:14px;font-size:11px}.checkout-grid-v132{display:grid;grid-template-columns:minmax(0,1fr) 350px;grid-gap:20px;gap:20px;align-items:start}.checkout-main{min-width:0}.checkout-summary{position:-webkit-sticky;position:sticky;top:100px}.checkout-summary h3{margin:0 0 14px;font-size:15px}.summary-items{display:flex;flex-direction:column;gap:9px;border-bottom:1px solid #eee;padding-bottom:12px;margin-bottom:12px}.summary-items div,.summary-line,.summary-total{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:10px}.summary-items span{color:#555;line-height:1.7}.summary-items b,.summary-line b{font-size:10px;white-space:nowrap}.summary-line{padding:6px 0;color:#666}.summary-line.discount{color:#079455}.summary-total{border-top:1px solid #eee;margin-top:7px;padding-top:14px;font-size:11px}.summary-total strong{font-size:17px;color:var(--red)}.secure-note{margin-top:14px;padding:10px;background:#f8fafc;border-radius:8px;color:#64748b;font-size:9px;line-height:1.8}.checkout-section-head{display:flex;gap:12px;align-items:flex-start;margin-bottom:20px}.checkout-section-number{width:32px;height:32px;flex:0 0 32px;border-radius:50%;display:grid;place-items:center;background:#fff0f2;color:var(--red);font-weight:900}.checkout-section-head h2{margin:0 0 5px;font-size:17px}.checkout-section-head p{margin:0;color:#888;font-size:10px;line-height:1.8}.checkout-auth-box{max-width:500px;margin:20px auto 8px;display:flex;flex-direction:column;gap:10px}.checkout-auth-box label,.checkout-main label{font-size:11px;color:#555;font-weight:700;margin-bottom:5px;display:block}.checkout-auth-box small{font-size:9px;color:#999;line-height:1.8;text-align:center}.checkout-input{width:100%;min-height:42px;padding:10px 12px;border:1px solid #ddd;border-radius:8px;background:#fff;font-family:inherit;font-size:12px;outline:none;box-sizing:border-box}.checkout-input:focus{border-color:#ff4757;box-shadow:0 0 0 3px rgba(255,71,87,.08)}.otp-input{font-size:24px;letter-spacing:8px;text-align:center;font-weight:800}.dev-otp{background:#fffbeb;border:1px dashed #f59e0b;color:#92400e;border-radius:8px;padding:8px;text-align:center;font-size:10px}.text-action{border:0;background:transparent;color:var(--red);font-family:inherit;font-size:10px;cursor:pointer;padding:3px}.text-action:disabled{color:#aaa;cursor:not-allowed}.checkout-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-bottom:14px}.checkout-textarea{resize:vertical;min-height:100px;margin-bottom:4px}.saved-addresses{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.saved-address{display:flex;align-items:flex-start;gap:10px;text-align:right;border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:12px;font-family:inherit;cursor:pointer}.saved-address.selected{border-color:#ffb5bd;background:#fff8f9}.saved-address>span{color:var(--red);font-size:16px;line-height:1}.saved-address strong{font-size:11px}.saved-address p{font-size:10px;color:#666;margin:4px 0;line-height:1.8}.saved-address small{font-size:9px;color:#999}.checkout-nav{display:flex;justify-content:space-between;gap:10px;margin-top:20px;padding-top:14px;border-top:1px solid #eee}.payment-options,.shipping-options{display:flex;flex-direction:column;gap:10px}.payment-option,.shipping-option{display:flex;align-items:center;gap:12px;width:100%;border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:14px;text-align:right;font-family:inherit;cursor:pointer}.payment-option.selected,.shipping-option.selected{border-color:#ffb5bd;background:#fff8f9}.payment-option>span,.shipping-option .radio{color:var(--red);font-size:18px}.payment-option div,.shipping-option div{flex:1 1}.payment-option strong,.shipping-option strong{display:block;font-size:12px}.payment-option small,.shipping-option p{display:block;color:#888;font-size:9px;margin:5px 0 0}.shipping-option>b{font-size:11px;white-space:nowrap}.coupon-box{margin-top:20px;padding:14px;background:#fafafa;border-radius:10px}.coupon-box>div{display:flex;gap:8px;align-items:center}.coupon-box>div .checkout-input{flex:1 1}.coupon-box span{font-size:9px;color:#079455;white-space:nowrap}.review-block{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-bottom:18px}.review-block>div{background:#fafafa;border-radius:9px;padding:11px}.review-block span{display:block;color:#999;font-size:9px;margin-bottom:5px}.review-block strong{display:block;color:#333;font-size:10px;line-height:1.8}.review-items{border-top:1px solid #eee;border-bottom:1px solid #eee}.review-items>div{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #f1f1f1}.review-items>div:last-child{border-bottom:0}.review-items img{width:58px;height:58px;object-fit:contain;border:1px solid #eee;border-radius:8px}.review-items span{flex:1 1;font-size:10px;line-height:1.8}.review-items span small{display:block;color:#999;font-size:9px}.review-items b{font-size:10px;white-space:nowrap}.checkout-success{max-width:680px;margin:50px auto;padding:20px}.checkout-success .yio-card,.checkout-success>div{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.success-mark{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:#ecfdf3;color:#079455;font-size:40px;font-weight:900;margin-bottom:16px}.checkout-success h1{font-size:23px;margin:0 0 8px}.checkout-success p{font-size:12px;color:#666}.checkout-muted{line-height:1.9}.checkout-success-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:15px}.account-sidebar-backdrop{display:none}@media(max-width:900px){.checkout-grid-v132{grid-template-columns:1fr}.checkout-summary{position:static;order:-1}.checkout-summary .summary-items{display:none}.checkout-page{padding:16px 12px 70px}.account-sidebar-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.35);border:0;z-index:1690}}@media(max-width:600px){.checkout-title-row{align-items:flex-start;flex-direction:column}.checkout-title-row h1{font-size:19px}.checkout-steps{margin-left:-12px;margin-right:-12px;border-radius:0;border-left:0;border-right:0}.checkout-step{min-width:105px;font-size:9px}.checkout-step span{width:22px;height:22px}.checkout-form-grid,.review-block{grid-template-columns:1fr}.checkout-summary{order:-1}.checkout-nav{position:-webkit-sticky;position:sticky;bottom:58px;background:#fff;padding:10px 0;z-index:1200}.payment-option,.shipping-option{padding:12px}.checkout-success{margin:20px auto;padding:12px}.checkout-success-actions,.checkout-success-actions a,.checkout-success-actions button{width:100%}}