html{font-size:62.5%;font-family:Yekan;scroll-behavior:smooth}:root{--primary:#ff4713;--neutral:#4a5053;--text:#313131;--surface:#fff;--border:#e2e8f0;--red:#bf0000;--border-light:#f4f4f4}@font-face{font-family:'Yekan';src:url(assets/fonts/YekanBakh-VF.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}*{box-sizing:border-box;padding:0;margin:0;border:0}ul,li{list-style:none}body{direction:rtl;background:#f2f3f5;color:var(--text);overflow-x:hidden;font-family:Yekan;font-size:1.4rem;margin:0}input,button,textarea{font-family:Yekan;font-size:1.3rem;background:none;outline:0;color:var(--text)}ins{text-decoration:none}strong,b,h2,h3{font-family:Yekan;font-weight:700}strong,b{font-weight:700}h1{font-size:2rem}h2{font-size:1.8rem}h3{font-size:1.6rem}hr{border-bottom:1px solid #414141;margin:1em 0}a{text-decoration:none;color:var(--neutral);transition:all 300ms ease-out}button,label{cursor:pointer}button{-webkit-tap-highlight-color:transparent}button:focus,button:focus-visible,button:active{outline:none;box-shadow:none}.icon{width:24px;height:24px}.icon-search,.icon-bag,.icon-user,.icon-menu,.icon-comment,.icon-document,.icon-specs,.icon-stock,.icon-none,.icon-danger{fill:none}.icon-search{opacity:.7;display:flex}.icon-sku{width:16px;height:16px;margin-right:.5rem}.inhome{display:none}.bg{background:var(--surface)}.flex{display:flex;align-items:center}.container{width:100%;max-width:680px;margin:0 auto;overflow:auto}.search-box{background:#fff;border:1px solid var(--border);margin:1rem;padding:1.1rem;border-radius:.8rem;cursor:pointer;-webkit-tap-highlight-color:transparent}.search-box-text{margin-right:.5em}.search-box-text span{color:var(--neutral)}.search-box-brand span{font-weight:700;font-size:1.8rem;background:linear-gradient(90deg,#FF4713,#7B868C);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin-right:.2em}.search-modal{position:fixed;inset:0;background:#0003;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:.3s;z-index:9999}.search-modal.active{opacity:1;visibility:visible}.search-modal-content{width:calc(100%);background:var(--surface);max-width:48rem;height:75%;border-radius:2rem}.search-header{border-bottom:1px solid #eee}.search-back{display:flex;align-items:center;justify-content:center}.search-header form{flex:1;position:relative}.search-modal form{position:relative;display:flex;justify-content:center;align-items:center}.search-modal input{width:100%;height:6rem;font-size:1.4rem;margin:.8rem;margin-right:0;padding:0 .5rem}.search-modal input::-webkit-search-cancel-button{display:none}.search-modal button{padding:2rem;padding-left:.2rem;cursor:pointer}.search-modal form button{padding:.5rem;cursor:pointer}#search-results{max-height:400px;overflow-y:auto}.search-result-item{background:#f5f5f5;margin:1rem;border-radius:1rem;display:block;padding:1rem;color:var(--neutral)}.top-notice{display:flex;align-items:center;justify-content:center;gap:1rem;background:var(--surface);color:#212121;padding:1rem;font-size:1.4rem;font-weight:400;border-bottom:1px solid var(--border-light)}.top-notice__dot{width:.8rem;height:.8rem;border-radius:50%;background:#02d073;flex-shrink:0;animation:status 1.8s infinite}.top-notice strong{color:#FF4713;font-weight:700}@keyframes status{0%{background:#02d073;box-shadow:0 0 0 0 #02d07399}50%{background:#ef4056;box-shadow:0 0 0 8px #ff572200}100%{background:#02d073;box-shadow:0 0 0 0 #02d07300}}.main-nav{margin:0 1rem}.main-nav__list{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.main-nav__list li a{display:flex;position:relative;background:var(--surface);border:1px solid var(--border);border-radius:.8rem;font-weight:400;padding:.3rem 1rem}.main-nav__list li a:hover{background:var(--primary);border:1px solid var(--primary);color:var(--surface)}.showcase-header{margin:2rem 1rem}.showcase-header h2{display:flex;align-items:center}.showcase-header a{display:flex;align-items:center;gap:.1rem;font-weight:700;font-size:1.8rem}.product-card{display:flex!important;flex-direction:column;gap:.4em;width:180px!important;border:1px solid var(--border);border-radius:.8rem}.product-card:nth-child(1){margin-right:1rem}.product-card:nth-child(8){margin-left:1rem}.product-card a,.product-card--brand a{display:flex;flex-direction:column;padding:.6rem}.product-card img,.product-card--brand img{width:100%;height:auto;object-fit:cover;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.product-card h3,.product-card--brand h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:1rem 0;color:#555;font-size:1.4rem;font-weight:400}.price{margin-top:.2em;display:flex;flex-direction:column;align-items:flex-end;position:relative;font-size:1.5rem;font-weight:700;color:var(--red)}.price del{position:absolute;bottom:1.4em;color:#777;font-size:1.2rem;font-weight:300}.price .woocommerce-Price-currencySymbol{font-size:1.2rem;font-weight:300}.price del .woocommerce-Price-currencySymbol{font-size:1.1rem}.bottom-menu{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:680px;height:60px;background:var(--surface);display:flex;align-items:center;justify-content:space-around;border-top:1px solid var(--border-light);z-index:9999}.bottom-menu-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;font-size:1.2rem;-webkit-tap-highlight-color:transparent}.bottom-menu-item span{color:#656565}.bottom-menu-item .icon{width:22px;height:22px}.product-gallery{width:100%;overflow:hidden}.product-gallery .swiper-wrapper{align-items:center}.product-gallery .swiper-slide{display:flex;justify-content:center;align-items:center;overflow:hidden}.product-gallery-image{display:block;height:auto;max-width:100%;object-fit:contain}.product-gallery .swiper-pagination-bullet{background:#0003;opacity:1;width:6px;height:6px;margin:0 .2rem!important;transition:.3s}.product-gallery .swiper-pagination-bullet-active{width:2rem;border-radius:2rem;background:#000}.product-header{margin:1rem}.product-header h1{font-size:2rem;font-weight:700;color:var(--text)}.product-meta{justify-content:flex-start;gap:1rem}.metabox{justify-content:space-between;margin:1rem}.metabox sku{background:var(--border-light);border-radius:.8rem;padding:.4rem 1rem;direction:ltr;display:flex;align-items:center;gap:2px;color:#7b868c}.product-category a,.product-brand a{border:1px solid var(--border);padding:.3rem 1rem;border-radius:.8rem}.rank-math-breadcrumb{margin:1rem;color:#999;font-size:1.2rem}.rank-math-breadcrumb a{color:#757575}.separator{margin:0 .3rem}.product-link{display:flex;align-items:stretch;direction:rtl;gap:1rem}.product-thumbnail{width:140px;min-width:140px;margin:0}.product-info{flex:1;display:grid;grid-template-rows:1fr auto;min-width:0;height:140px;direction:rtl}.product-info .price{justify-self:end;align-self:end;text-align:left}.product-short-description{border:1px solid #FFE1D9;margin:2rem 1rem;padding:1rem;border-radius:1rem;color:var(--neutral)}.product-short-description li,.product-details__content li{position:relative;padding-right:1.2rem;margin:1rem}.product-short-description li::before,.product-details__content li::before{content:"";position:absolute;right:0;top:.8rem;width:6px;height:6px;background-color:#7b868c;border-radius:50%}.product-details__content{line-height:2.2;font-weight:300}.product-tabs{margin:2rem 1rem}.tabs-nav{display:flex;flex-wrap:wrap}.tab-btn{display:flex;align-items:center;justify-content:space-between;gap:.8rem;border-bottom:2px solid #f5f5f5;padding:.7rem 1.2rem;transition:.3s;opacity:.6}.tab-btn:hover{border-bottom:2px solid #7b868c;opacity:.8}.tab-btn svg{width:22px;height:22px}.tab-btn.active{border-bottom:2px solid var(--primary);color:var(--text);opacity:1}.tab-btn.active svg{fill:#eee}.tab-content{display:none}.tab-content.active{display:block}.tabs-content{border:1px solid var(--border-light);padding:1rem;margin:1rem 0;border-radius:1rem}.tabs-content h2,.tabs-content h3{color:var(--neutral)}.product-details__content-wrapper{position:relative}.product-details__content{max-height:100px;overflow:hidden;position:relative}.product-details__content::after{content:"";position:absolute;left:0;right:0;bottom:0;height:50px;background:linear-gradient(to bottom,#fff0,#fff)}.product-details__content-wrapper.is-expanded .product-details__content{max-height:none}.product-details__content-wrapper.is-expanded .product-details__content::after{display:none}.description-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1.5rem auto 0;padding:.5rem 2rem;background:transparent;color:var(--text);cursor:pointer;font-size:1.4rem}.description-toggle:hover{color:#666}.toggle-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .3s ease}.product-details__content-wrapper.is-expanded .toggle-icon{transform:rotate(180deg)}.stock-status{display:flex;align-items:center;gap:.8rem;margin:1rem;padding:1rem;border-radius:1rem;font-weight:300}.stock-status.in-stock{color:#19b16a;font-weight:600}.stock-status.low-stock,.stock-status.out-stock{background:#f8e5e5;color:#bf0000}.stock-status svg{width:20px;height:20px;flex-shrink:0}.cart-link{position:relative}.cart-count{position:absolute;top:0;left:30%;width:18px;height:18px;border-radius:50% 50% 0 50%;background:var(--primary);color:var(--surface)!important;font-size:1.2rem;font-weight:600;display:flex;align-items:center;justify-content:center;padding:0 4px}.buy-bar{position:fixed;bottom:60px;transform:translateX(-50%);width:100%;max-width:680px;left:50%;height:65px;background:var(--surface);border-top:1px solid var(--border-light);display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;z-index:999}.my-add-to-cart a{background:var(--primary);color:var(--surface);padding:1.2rem 2.8rem;border-radius:1rem;font-weight:700}.price-value bdi span{font-size:1.4rem;font-weight:300}.price-value{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.5rem 1.2rem;position:relative;font-size:1.8rem;font-weight:600}.price-value del{color:#888;font-size:1.2rem;font-weight:400}.price-value del .woocommerce-Price-currencySymbol{font-size:1.2rem}.price-value ins{color:var(--neutral);font-size:1.8rem;font-weight:600}.price-value ins .woocommerce-Price-currencySymbol{font-size:1.4rem;font-weight:600}.discount-badge{position:absolute;top:.4rem;left:0;background:#ef4056;color:var(--surface);padding:.4rem;border-radius:1rem;font-size:1.3rem;font-weight:600;line-height:1;z-index:9;direction:ltr}.related-products{margin:1rem}.added_to_cart{display:none!important}.my-checkout{background:var(--surface);border:1px solid #eee;border-radius:1rem;padding:1rem;margin:1rem}.my-checkout input,.my-checkout textarea{border:1px solid #ddd!important;padding:1.6rem 1rem!important;border-radius:1rem!important}.woocommerce-billing-fields h3{font-size:2rem;font-weight:900;margin:2rem 1rem;color:var(--neutral)}#order_review_heading{font-size:1.8rem;font-weight:900;margin:2rem 0;color:var(--neutral)}.my-checkout select{border:1px solid #eee!important}:where(.woocommerce) .select2-container .select2-dropdown,:where(.woocommerce) .select2-container .select2-selection{border:1px solid #ddd!important;padding:1rem .5rem!important;border-radius:1rem!important}.woocommerce table.shop_table{border:1px solid #eee!important}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:var(--surface)!important}.woocommerce-error,.woocommerce-info{background-color:#f5f5f5!important;border-radius:1rem!important;border-top:0!important}.woocommerce #payment #place_order{background:#54c039;width:100%;text-align:center;padding:2rem;margin-top:1rem;border-radius:1rem!important;font-size:1.8rem}.woocommerce #payment #place_order:hover{opacity:.9}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{border-top:1px solid #eee!important}.cart-toast{position:fixed;width:30%;top:40px;left:50%;transform:translate(-50%,-20px);background:var(--primary);color:#fff;padding:1.5rem;border-radius:2rem;z-index:999999;opacity:0;text-align:center;transition:.3s}.cart-toast.show{opacity:1;transform:translate(-50%,0)}.cart-toast-message{margin-bottom:1.5rem;font-weight:600}.cart-toast-link{display:inline-block;background:var(--neutral);color:var(--surface);padding:.8rem 2rem;border-radius:1rem}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);margin:1rem;overflow:hidden;gap:2rem}.product-thumbnail img{width:100%;height:auto;object-fit:contain;display:block;margin:0 auto 10px;border-radius:1em}.product-item{border-bottom:1px solid var(--border);padding:.5em 0}.product-item h2{font-size:1.4rem;font-weight:500}.archive-title{margin:0 1rem;color:var(--neutral)}.archive-description{background:#FFF8F6;border-radius:.8rem;margin:1rem 1rem 3rem;line-height:2;color:#666;border:1px solid #FFE1D9;padding:1rem 2rem}.today-shipping{display:flex;align-items:center;gap:1rem;background:#fef4f6;border-right:4px solid #e11d48;border-radius:.8rem;padding:1.5rem;margin:2rem 1rem 0}.today-shipping__icon{display:flex;align-items:center;justify-content:center;color:#e11d48}.today-shipping__text{font-size:1.4rem;font-weight:600;color:#222}#ship-to-different-address,#billing_country{display:none}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{width:100%!important}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{width:100%!important}.related-products--category{margin-bottom:1rem}.related-products--category h2,.related-products--brand h2{color:var(--neutral);margin-right:.5rem}.related-brand{display:grid;grid-template-columns:repeat(3,1fr);margin:1rem;overflow:hidden;gap:1rem}.product-card--brand{border:1px solid var(--border);border-radius:.8rem}.related-products--brand .showcase-header{margin-top:4rem}footer{padding-bottom:5.5rem}.footer-support{display:flex;justify-content:space-between;align-items:center;background:var(--neutral);margin-top:2rem}.footer-support span{font-size:1.4rem;font-weight:700;padding:1.5rem;color:var(--surface)}.footer-support a{background:var(--primary);padding:1.5rem;padding-right:4rem;font-size:1.8rem;font-weight:700;color:var(--surface);clip-path:polygon(0 0,calc(100% - 35px) 0,100% 100%,0 100%)}.footer-support a:hover{background:#7B868C}.footer-links{display:flex;flex-direction:column;gap:1rem;margin:2rem 1rem}.footer-links a{font-size:1.4rem;transition:.2s;color:#666}footer nav a::before{content:"";display:inline-block;width:5px;height:5px;background:#7b868c;vertical-align:middle;margin-left:10px;border-radius:1px;transition:.1s}footer nav a:hover::before{background:var(--primary);width:15px}.footer-copy{display:block;border-top:1px solid var(--border-light);padding:2rem 1rem;text-align:center;font-size:1.3rem;color:#888}.dashboard-wrapper{margin:3rem 2rem}.user-card{display:flex;align-items:center;justify-content:flex-start;gap:15px;border-radius:1rem;padding:2rem;border:1px solid #eee}.avatar{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:35px;border:1px solid #eee}.dashboard-info{display:flex;flex-direction:column}.user-card h2{margin:0 0 .5rem;font-size:2.8rem;color:var(--neutral)}.phone{color:#999}.dashboard-menu,.single-menu{background:var(--border-light);border-radius:1rem;margin:2rem 0;overflow:hidden}.dashboard-menu a,.single-menu a{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;color:var(--neutral);border-bottom:1px solid #eee}.dashboard-menu a:last-child{border:none}.single-menu a{border:none}.exit{background:#fef4f6;border:1px solid #e11d48}.exit a{display:flex;justify-content:center;color:#e11d48;height:50px}.my-dashboard-woocommerce{background:#fff;border-radius:1rem}.my-dashboard-woocommerce h2,.my-dashboard-woocommerce h3{font-size:22px;font-weight:700;margin-bottom:20px}.my-dashboard-woocommerce .woocommerce-message,.my-dashboard-woocommerce .woocommerce-info{border-radius:15px;border:none;padding:18px}.my-dashboard-woocommerce table.shop_table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:20px;overflow:hidden}.my-dashboard-woocommerce table.shop_table th{background:#f4f4f4;padding:2rem;font-weight:700}.my-dashboard-woocommerce .button{background:var(--neutral);color:#fff;border-radius:1rem;padding:1rem 2rem}.my-dashboard-woocommerce .button:hover{opacity:.8}.my-dashboard-woocommerce .woocommerce-Addresses{display:grid;grid-template-columns:repeat(1,1fr);gap:20px}.my-dashboard-woocommerce .woocommerce-Address{border-radius:1rem;padding:2rem;border:1px solid #eee;margin:1rem 0}.my-dashboard-woocommerce .woocommerce-Address-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.my-dashboard-woocommerce .woocommerce-Address-title h2{font-size:20px;margin:0}.my-dashboard-woocommerce .woocommerce-Address-title a{background:var(--neutral);color:#fff;padding:1rem 2rem;border-radius:1rem}.my-dashboard-woocommerce .woocommerce-Address address{font-style:normal;line-height:2;color:#555;font-size:15px}.my-dashboard-woocommerce form.woocommerce-EditAddressForm,.my-dashboard-woocommerce .woocommerce-address-fields{border:1px solid var(--border-light);background:#fff;padding:2rem;border-radius:1rem}.my-dashboard-woocommerce .woocommerce-address-fields h2{font-size:24px;margin-bottom:30px;font-weight:700}.my-dashboard-woocommerce .woocommerce-address-fields__field-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.my-dashboard-woocommerce .form-row{margin:0}.my-dashboard-woocommerce .form-row-wide{grid-column:1 / -1}.my-dashboard-woocommerce label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:#333}.my-dashboard-woocommerce input.input-text,.my-dashboard-woocommerce select,.my-dashboard-woocommerce textarea{width:100%;height:50px;border:1px solid #e5e5e5;border-radius:14px;padding:0 15px;background:#fafafa;font-size:15px}.my-dashboard-woocommerce textarea{height:120px;padding-top:15px}.my-dashboard-woocommerce input:focus,.my-dashboard-woocommerce textarea:focus,.my-dashboard-woocommerce select:focus{border-color:#111;background:#fff;outline:none}.my-dashboard-woocommerce button.button{margin-top:2rem}.my-dashboard-woocommerce button.button:hover{opacity:.8}.my-dashboard-woocommerce .woocommerce-order-details,.my-dashboard-woocommerce .woocommerce-customer-details{background:#fff;padding:1rem;margin-top:2rem}.my-dashboard-woocommerce .woocommerce-order-details__title,.my-dashboard-woocommerce .woocommerce-column__title{font-size:22px;font-weight:700;margin-bottom:25px}.my-dashboard-woocommerce .woocommerce-notice{background:#f5f5f5;border-radius:15px;padding:18px;line-height:2;font-size:15px}.my-dashboard-woocommerce .woocommerce-order-overview{list-style:none;padding:20px;margin:20px 0;background:#fafafa;border-radius:20px}.my-dashboard-woocommerce .woocommerce-order-overview li{margin-bottom:12px;color:#555;font-size:15px}.my-dashboard-woocommerce table.shop_table{border:none;background:#fff}.my-dashboard-woocommerce table.shop_table td{padding:18px;border-bottom:1px solid #f4f4f4}.my-dashboard-woocommerce table.shop_table td strong{color:#111}.my-dashboard-woocommerce .woocommerce-Price-amount{font-weight:700;color:#555}.my-dashboard-woocommerce .woocommerce-customer-details address{background:#fafafa;border:none;border-radius:18px;padding:25px;line-height:2.2;font-style:normal;color:#555}.my-dashboard-woocommerce .woocommerce-table__product-name a{color:#111;font-weight:600;text-decoration:none}.my-dashboard-woocommerce .woocommerce-OrderUpdates{list-style:none;margin:30px 0 0;padding:0}.my-dashboard-woocommerce .woocommerce-OrderUpdate::before{content:"";position:absolute;top:25px;right:11px;width:2px;height:100%;background:#e8e8e8}.my-dashboard-woocommerce .woocommerce-OrderUpdate:last-child::before{display:none}.my-dashboard-woocommerce .woocommerce-OrderUpdate-inner{background:#fff;border:1px solid #ececec;border-radius:1rem;padding:2rem;box-shadow:0 6px 20px #0000000d}.my-dashboard-woocommerce h2{font-size:24px;font-weight:700;margin:35px 0 20px}.my-dashboard-woocommerce .woocommerce-OrderUpdate-meta{color:#888;font-size:13px;margin-bottom:15px}.my-dashboard-woocommerce .woocommerce-OrderUpdate-description{line-height:2;color:#555}.my-dashboard-woocommerce .woocommerce-OrderUpdate-description p{margin:0}.my-dashboard-woocommerce .torobpay-notice{display:block;background:#f8f8f8;border-right:4px solid #111;border-radius:1rem;padding:1.2rem}.my-dashboard-woocommerce .order-number,.my-dashboard-woocommerce .order-date,.my-dashboard-woocommerce .order-status{background:#f3f4f6;color:#111;padding:4px 10px;border-radius:8px;font-weight:600}.u-column2,.woocommerce-column--2{display:none}.lux-cart-wrap::before{display:none!important;content:none!important}.lux-cart-shell{width:min(1280px,100%);margin:0 auto;padding:2rem 0}.woocommerce-message::before{display:none!important}.lux-cart-hero{margin:1rem}.lux-cart-hero h1{margin:1rem 0;font-size:2.2rem;font-weight:900;color:var(--neutral)}.lux-cart-hero p{font-size:1.4rem;color:#888}.lux-cart-grid{display:grid;gap:1rem;margin:1rem}.lux-cart-items{display:flex;flex-direction:column;gap:2rem}.lux-glass{border:1px solid #eee}.lux-cart-item{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem;border-radius:1rem;position:relative}.lux-cart-media{width:122px;height:122px;flex:0 0 122px;border-radius:1rem}.lux-cart-media img{width:100%;height:100%;display:block;object-fit:cover}.lux-cart-info{flex:1 1 auto;min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.lux-cart-title{display:block;margin:0 0 .5rem;font-size:1.6rem;font-weight:600}.lux-cart-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;color:#777;font-size:1.2rem}.lux-cart-meta dl,.lux-cart-meta p{margin:0}.lux-cart-meta dt,.lux-cart-meta dd{display:inline;margin:0}.lux-badge.secondary{background:color-mix(in srgb,var(--lux-secondary) 12%,transparent);color:var(--lux-secondary)}.lux-cart-actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px;flex:0 0 auto}.lux-cart-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px;color:#666;font-size:1.6rem;line-height:1.4;font-weight:900}.lux-cart-price del,.lux-cart-price small{color:var(--lux-muted);opacity:.7;font-size:12px;font-weight:500}.lux-qty-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.lux-qty{display:inline-flex;align-items:center;gap:1rem;padding:.4rem;border-radius:1rem;background:#f5f5f5;direction:ltr}.lux-qty button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:1rem;background:var(--surface);color:#555;box-shadow:0 2px 10px #0b1c300d}.lux-qty button:hover{background:#74D99F;color:var(--surface)}.lux-qty button[value="qty_minus"]:hover{background:#E98C8C;color:var(--surface)}.lux-qty input{width:42px!important;min-width:42px;color:var(--neutral)!important;text-align:center;font-size:1.6rem;font-weight:600}.lux-qty input::-webkit-outer-spin-button,.lux-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.lux-update-qty{min-height:34px;padding:.6rem 1rem;border-radius:1rem;border:1px solid #eee;background:var(--surface);color:#767676;font-size:1.2rem;font-weight:700}.lux-update-qty:hover{background:#333;color:var(--surface);border:1px solid #333}.lux-remove{align-self:flex-start;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:999px;color:#7b868c;flex:0 0 auto;font-size:2.4rem;font-weight:200}.lux-remove:hover{background:#ffdad6;color:#ba1a1a}.lux-summary{position:sticky;top:28px;border-radius:1rem;padding:1rem;border:1px solid #eee;animation:luxSlideUpFade .7s cubic-bezier(.22,1,.36,1) both}.lux-summary h2{margin-bottom:2rem;font-size:2.2rem;font-weight:900;color:var(--neutral)}.lux-summary-rows{display:flex;flex-direction:column;gap:14px;margin-bottom:22px}.lux-summary-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;color:#777;font-size:1.4rem}.lux-summary-row.discount{color:var(--lux-secondary)}.lux-summary-row.fee{color:var(--lux-text)}.lux-summary-row.tax{color:var(--lux-muted)}.lux-summary-row.total{margin-top:1rem;padding-top:1.8rem;border-top:1px solid #eee;color:#444}.lux-summary-row.total span:first-child{font-size:20px;font-weight:900}.lux-summary-row.total strong{color:#e6123d;font-size:clamp(22px,3vw,30px);line-height:1.4}.lux-shipping-box{padding:1.5rem;border-radius:1rem;background:#f5f5f5}.lux-shipping-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;color:#0b1c30;font-size:1.4rem;font-weight:600}.lux-shipping-package{display:flex;flex-direction:column;gap:1rem}.lux-shipping-package + .lux-shipping-package{margin-top:12px;padding-top:12px;border-top:1px dashed var(--lux-outline)}.lux-shipping-package-name{margin:0 0 2px;color:var(--lux-muted);font-size:12px;font-weight:800}.lux-shipping-method-form{margin:0}.lux-shipping-method{width:100%;display:flex;align-items:center;gap:.8rem;padding:1.2rem;border-radius:1rem;background:var(--surface);color:#32373c}.lux-shipping-method:hover{border-color:color-mix(in srgb,var(--lux-primary) 24%,transparent)}.lux-radio{width:18px;height:18px;flex:0 0 18px;border-radius:50%;border:2px solid color-mix(in srgb,#444 25%,transparent);background:var(--surface);display:inline-block}.lux-radio.is-checked{border-color:var(--primary);box-shadow:inset 0 0 0 4px var(--surface),inset 0 0 0 10px var(--primary)}.lux-shipping-method-text{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.lux-shipping-method-text .amount{font-family:"JetBrains Mono","Vazirmatn",monospace;font-weight:800}.lux-shipping-empty{margin:0;color:var(--lux-muted);font-size:13px;line-height:1.9}.lux-btn{width:100%;min-height:58px;display:inline-flex;align-items:center;justify-content:center;gap:1rem;border-radius:1rem;padding:1rem;background:#54c039;color:var(--surface)!important;font-size:1.8rem;font-weight:900;position:relative;overflow:hidden}.lux-btn:hover{opacity:.9}.lux-coupon{display:flex;align-items:center;gap:1rem;justify-content:flex-start;min-height:56px;margin-top:1.5rem;background:#f9f9f9;border-radius:1rem;padding:1rem}.lux-coupon input{background:var(--surface);width:200px!important;padding:1rem;border:1px dashed #ddd;border-radius:1rem}.lux-coupon button{font-size:1.4rem;font-weight:700;white-space:nowrap}.lux-coupons-list{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0}.lux-coupon-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:color-mix(in srgb,var(--lux-secondary) 12%,transparent);color:var(--lux-secondary);font-size:12px;font-weight:800}.lux-coupon-pill form{margin:0;display:inline-flex}.lux-coupon-pill button{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--lux-surface) 75%,transparent);color:var(--lux-secondary)}.lux-empty{min-height:48vh;display:flex;align-items:center;justify-content:center;text-align:center}.lux-empty-card{max-width:560px;width:100%;padding:42px 28px;border-radius:28px;animation:luxSlideUpFade .62s cubic-bezier(.22,1,.36,1) both}.lux-empty h2{margin:0 0 10px;font-size:28px;font-weight:900}.lux-empty p{margin:0 0 24px;color:var(--lux-muted);line-height:1.9}.lux-notices{margin:1rem}.lux-notices .woocommerce-message,.lux-notices .woocommerce-info,.lux-notices .woocommerce-error{margin:0 0 1rem!important;padding:13px 16px!important;border-radius:1rem!important;border:1px solid #02d073!important;background:#02d073;color:var(--surface);font-size:1.4rem!important;line-height:1.9!important}.lux-notices .woocommerce-error{background:var(--lux-error-bg)!important;color:var(--lux-error)!important}.lux-cart-wrap.is-loading::after{content:"";position:fixed;inset:0;z-index:99998;pointer-events:none;background:#ffffff24;backdrop-filter:blur(2px)}@keyframes luxSlideUpFade{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.lux-cart-hero{margin-bottom:22px}.lux-cart-item{padding:18px;flex-direction:column;align-items:center;text-align:center}.lux-cart-media{width:132px;height:132px;flex-basis:132px}.lux-cart-info{width:100%;flex-direction:column;align-items:center}.lux-cart-meta{justify-content:center}.lux-cart-actions{align-items:center;width:100%}.lux-qty-row{justify-content:center}.lux-remove{position:absolute;top:12px;left:12px;align-self:auto}.lux-summary{padding:1rem}.lux-summary-row{font-size:14px}.lux-summary-row.total{flex-direction:column;align-items:flex-start}.lux-coupon{justify-content:space-between}.lux-shipping-method-text{flex-direction:column;align-items:flex-start;gap:2px}}@media (max-width:768px){.search-modal-content{height:100%;border-radius:0}.cart-count{left:14%}.related-brand{grid-template-columns:repeat(2,1fr)}.cart-toast{width:80%}.products-grid{grid-template-columns:repeat(1,1fr);gap:1rem}.product-thumbnail{width:120px;min-width:120px}}