@font-face{
  font-family:'Vazirmatn';
  src:url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/fonts/webfonts/Vazirmatn%5Bwght%5D.woff2') format('woff2');
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
}
:root{
  --yx-navy:#0D183D;
  --yx-blue:#1463FF;
  --yx-blue-2:#0b4fd9;
  --yx-yellow:#FFC107;
  --yx-red:#E53935;
  --yx-bg:#F5F7FA;
  --yx-white:#fff;
  --yx-text:#172033;
  --yx-muted:#6c7484;
  --yx-line:rgba(13,24,61,.09);
  --yx-shadow:0 14px 40px rgba(13,24,61,.08);
  --yx-shadow-hover:0 20px 52px rgba(13,24,61,.14);
  --yx-radius:18px;
  --yx-container:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.yuxmax-evo{margin:0;background:var(--yx-bg);color:var(--yx-text);font-family:'Vazirmatn',Tahoma,Arial,sans-serif;line-height:1.75}
body.yuxmax-evo button,
body.yuxmax-evo input,
body.yuxmax-evo select,
body.yuxmax-evo textarea,
body.yuxmax-evo .woocommerce,
body.yuxmax-evo .select2-container,
body.yuxmax-evo .select2-results{font-family:'Vazirmatn',Tahoma,Arial,sans-serif}
body.rtl.yuxmax-evo{direction:rtl}
body.yuxmax-evo a{color:inherit}
body.yuxmax-evo img{max-width:100%;height:auto}
.yx-container{width:min(calc(100% - 32px),var(--yx-container));margin-inline:auto}
.yx-main{min-height:55vh}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Header */
.yx-header{position:relative;z-index:100;background:#fff;transition:.25s box-shadow}
.yx-header.is-scrolled{position:sticky;top:0;box-shadow:0 8px 26px rgba(13,24,61,.08)}
body.admin-bar .yx-header.is-scrolled{top:32px}
.yx-topline{background:var(--yx-navy);color:rgba(255,255,255,.78);font-size:12px}
.yx-topline-inner{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.yx-top-menu-list{display:flex;gap:18px;list-style:none;margin:0;padding:0}
.yx-top-menu-list a{text-decoration:none;color:#fff}
.yx-mainhead{border-bottom:1px solid var(--yx-line)}
.yx-mainhead-inner{min-height:88px;display:grid;grid-template-columns:auto minmax(280px,1fr) auto;gap:32px;align-items:center}
.yx-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;min-width:max-content}
.yx-brand .custom-logo-link{display:inline-flex}
.yx-brand .custom-logo{max-height:58px;width:auto}
.yx-brand-ball{font-size:36px;line-height:1}
.yx-brand-copy{display:flex;flex-direction:column;line-height:1}
.yx-brand-copy b{font:900 25px/1 Arial,sans-serif;color:var(--yx-navy);letter-spacing:-1px}
.yx-brand-copy small{font:600 8px/1.4 Arial,sans-serif;color:var(--yx-blue);letter-spacing:2.2px;margin-top:5px}
.yx-search-form{height:48px;display:flex;background:var(--yx-bg);border:1px solid transparent;border-radius:14px;overflow:hidden;transition:.2s}
.yx-search-form:focus-within{background:#fff;border-color:rgba(20,99,255,.35);box-shadow:0 0 0 4px rgba(20,99,255,.08)}
.yx-search-form input[type=search]{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:0 16px;color:var(--yx-text);font:inherit}
.yx-search-form button{width:52px;border:0;background:var(--yx-blue);color:#fff;display:grid;place-items:center;cursor:pointer}
.yx-search-form svg{width:21px;fill:currentColor}
.yx-head-actions{display:flex;align-items:center;gap:8px}
.yx-head-action{display:flex;align-items:center;gap:9px;text-decoration:none;padding:8px 10px;border-radius:12px;transition:.2s}
.yx-head-action:hover{background:var(--yx-bg)}
.yx-icon{width:36px;height:36px;border:1px solid var(--yx-line);border-radius:11px;display:grid;place-items:center;position:relative;background:#fff}
.yx-icon svg{width:20px;fill:var(--yx-navy)}
.yx-cart-count{position:absolute;top:-7px;right:-7px;min-width:20px;height:20px;border-radius:10px;background:var(--yx-red);color:#fff;font-size:10px;display:grid;place-items:center;border:2px solid #fff;padding:0 4px}
.yx-action-copy{display:flex;flex-direction:column;line-height:1.3}
.yx-action-copy small{font-size:10px;color:var(--yx-muted)}
.yx-action-copy b{font-size:12px;color:var(--yx-navy)}
.yx-search-mobile,.yx-mobile-toggle{display:none}

.yx-navrow{background:#fff}
.yx-navrow-inner{height:54px;display:flex;align-items:stretch;gap:14px}
.yx-category-nav{position:relative;flex:0 0 220px}
.yx-category-trigger{height:100%;width:100%;border:0;border-radius:0;background:var(--yx-yellow);color:var(--yx-navy);display:flex;align-items:center;justify-content:center;gap:10px;font:700 13px inherit;cursor:pointer}
.yx-chevron{transition:.2s}
.yx-category-nav.is-open .yx-chevron{transform:rotate(180deg)}
.yx-category-panel{position:absolute;z-index:20;top:calc(100% + 8px);right:0;width:270px;background:#fff;border:1px solid var(--yx-line);border-radius:16px;box-shadow:var(--yx-shadow);padding:9px;opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s}
.yx-category-nav.is-open .yx-category-panel{opacity:1;visibility:visible;transform:none}
.yx-header-categories{display:flex;flex-direction:column;gap:4px}
.yx-category-link{display:flex;align-items:center;justify-content:space-between;gap:10px;text-decoration:none;border-radius:10px;padding:10px 11px;transition:.18s}
.yx-category-link:hover{background:var(--yx-bg);color:var(--yx-blue)}
.yx-category-link small{min-width:27px;height:23px;border-radius:12px;background:var(--yx-bg);display:grid;place-items:center;color:var(--yx-muted);font-size:10px}
.yx-primary-nav{display:flex;align-items:center;min-width:0}
.yx-primary-menu{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0;height:100%}
.yx-primary-menu li{position:relative;height:100%;display:flex;align-items:center}
.yx-primary-menu a{height:100%;display:flex;align-items:center;text-decoration:none;padding:0 14px;font-size:13px;font-weight:700;color:var(--yx-navy);position:relative}
.yx-primary-menu>li>a:after{content:"";position:absolute;bottom:0;left:14px;right:14px;height:3px;border-radius:3px 3px 0 0;background:var(--yx-blue);transform:scaleX(0);transition:.2s}
.yx-primary-menu>li:hover>a:after,.yx-primary-menu>.current-menu-item>a:after{transform:scaleX(1)}
.yx-primary-menu .sub-menu{position:absolute;top:100%;right:0;min-width:220px;background:#fff;border:1px solid var(--yx-line);border-radius:12px;box-shadow:var(--yx-shadow);padding:7px;list-style:none;opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s}
.yx-primary-menu li:hover>.sub-menu,.yx-primary-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.yx-primary-menu .sub-menu li,.yx-primary-menu .sub-menu a{height:auto;width:100%}
.yx-primary-menu .sub-menu a{padding:9px 11px;border-radius:8px}
.yx-primary-menu .sub-menu a:hover{background:var(--yx-bg)}
.yx-mobile-panel,.yx-mobile-overlay{display:none}

/* Hero */
.yx-hero{padding:22px 0 0;background:#fff}
.yx-hero-inner{min-height:430px;border-radius:26px;background:
 radial-gradient(circle at 84% 20%,rgba(20,99,255,.6),transparent 30%),
 linear-gradient(120deg,#081330,#0d235e 60%,#1463ff);color:#fff;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden;position:relative;padding:56px 64px;box-shadow:var(--yx-shadow)}
.yx-hero-inner:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to left,#000,transparent 70%)}
.yx-hero-copy{position:relative;z-index:2;max-width:620px}
.yx-eyebrow{display:inline-flex;padding:6px 10px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);border-radius:20px;font:700 10px Arial;letter-spacing:1.4px;color:#cfe0ff}
.yx-hero h1{font-size:clamp(35px,5vw,64px);line-height:1.18;margin:15px 0 14px;letter-spacing:-2px}
.yx-hero h1 em{font-style:normal;color:var(--yx-yellow)}
.yx-hero p{max-width:560px;color:rgba(255,255,255,.74);font-size:15px;margin:0 0 26px}
.yx-hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.yx-btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 19px;border-radius:12px;text-decoration:none;font:700 13px inherit;cursor:pointer;transition:.2s;border:0}
.yx-btn-primary{background:var(--yx-yellow);color:var(--yx-navy)!important}
.yx-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(255,193,7,.25)}
.yx-btn-outline{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.35);color:#fff}
.yx-btn-outline:hover{background:#fff;color:var(--yx-navy)}
.yx-btn-outline-dark{border:1px solid var(--yx-line);background:#fff;color:var(--yx-navy)}
.yx-hero-art{height:100%;min-height:330px;position:relative;z-index:1}
.yx-pitch-lines{position:absolute;inset:14% 0 5% 0;border:1px solid rgba(255,255,255,.12);border-radius:50% 0 0 50%}
.yx-float-card{position:absolute;width:160px;height:228px;border-radius:16px;border:1px solid rgba(255,255,255,.24);box-shadow:0 25px 45px rgba(0,0,0,.32);display:flex;flex-direction:column;justify-content:space-between;padding:14px;overflow:hidden}
.yx-float-card:before{content:"";position:absolute;inset:45px 14px 48px;border-radius:50% 50% 20% 20%;background:linear-gradient(180deg,rgba(255,255,255,.45),rgba(255,255,255,.06))}
.yx-float-card span,.yx-float-card b,.yx-float-card small{position:relative;z-index:1}
.yx-float-card span{font:800 10px Arial;letter-spacing:1px}
.yx-float-card b{font:900 58px Arial;align-self:center}
.yx-float-card small{font:800 11px Arial;letter-spacing:1px}
.yx-card-a{right:12%;top:17%;transform:rotate(-4deg);background:linear-gradient(150deg,#3150ab,#6a3ee4)}
.yx-card-b{right:42%;top:7%;transform:rotate(9deg);background:linear-gradient(150deg,#d9a407,#ffca2c);color:var(--yx-navy)}
.yx-card-c{right:28%;top:31%;transform:rotate(2deg);background:linear-gradient(150deg,#8d173d,#df2d4c)}
.yx-ball{position:absolute;right:4%;bottom:3%;font-size:72px;filter:drop-shadow(0 12px 15px rgba(0,0,0,.35));transform:rotate(-12deg)}

/* Sections */
.yx-home-categories,.yx-home-products{padding:52px 0}
.yx-home-products{padding-top:6px}
.yx-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}
.yx-section-head span{font-size:11px;font-weight:800;color:var(--yx-blue)}
.yx-section-head h2{margin:3px 0 0;font-size:24px;color:var(--yx-navy)}
.yx-section-head>a{text-decoration:none;color:var(--yx-blue);font-size:12px;font-weight:800}
.yx-home-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.yx-home-category-grid .yx-category-link{min-height:105px;background:#fff;border:1px solid var(--yx-line);border-radius:16px;box-shadow:0 8px 22px rgba(13,24,61,.04);padding:16px;flex-direction:column;justify-content:center;font-weight:800;color:var(--yx-navy)}
.yx-home-category-grid .yx-category-link:hover{transform:translateY(-3px);box-shadow:var(--yx-shadow);background:#fff}

/* Existing homepage / page builder protection */
.yx-existing-home{background:#fff}
.yx-existing-home>.elementor,.yx-existing-home>.wp-site-blocks{margin:0}
.yx-page-shell,.yx-content-shell{padding:34px 0 56px}
.yx-page-content{background:#fff;border:1px solid var(--yx-line);border-radius:18px;padding:28px;box-shadow:0 8px 24px rgba(13,24,61,.04)}
.yx-page-header h1,.yx-archive-header h1{margin-top:0;color:var(--yx-navy)}
.yx-entry-content:after{content:"";display:table;clear:both}
.yx-single-thumb img{display:block;border-radius:16px;margin:0 auto 24px}
.yx-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.yx-post-card{background:#fff;border:1px solid var(--yx-line);border-radius:16px;overflow:hidden;box-shadow:0 8px 22px rgba(13,24,61,.04)}
.yx-post-thumb{display:block;aspect-ratio:16/10;overflow:hidden}
.yx-post-thumb img{width:100%;height:100%;object-fit:cover;transition:.3s}
.yx-post-card:hover .yx-post-thumb img{transform:scale(1.03)}
.yx-post-body{padding:18px}.yx-post-body h2{font-size:17px;margin:0 0 10px}.yx-post-body h2 a{text-decoration:none}
.yx-empty,.yx-error-page{text-align:center;padding:70px 16px}
.yx-error-code{font:900 100px/1 Arial;color:var(--yx-blue);opacity:.18}
.yx-error-page h1{color:var(--yx-navy)}
.yx-error-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}

/* WooCommerce */
.yx-shop-shell{padding:32px 0 58px;display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:start}
.yx-shop-shell.has-sidebar{grid-template-columns:minmax(0,1fr) 270px}
.yx-shop-main{min-width:0}
.yx-shop-sidebar{position:sticky;top:116px}
.woocommerce .woocommerce-breadcrumb{font-size:11px;color:var(--yx-muted);margin-bottom:16px}
.woocommerce-products-header__title.page-title{font-size:28px;color:var(--yx-navy);margin:0 0 20px}
.woocommerce .woocommerce-result-count{font-size:12px;color:var(--yx-muted);margin-top:11px}
.woocommerce .woocommerce-ordering select{height:42px;border:1px solid var(--yx-line);border-radius:10px;background:#fff;padding:0 10px;color:var(--yx-text)}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px!important;margin-top:18px!important}
.yx-shop-shell.no-sidebar .woocommerce ul.products,
.yx-home-products .woocommerce ul.products,
.single-product .related ul.products,
.single-product .upsells ul.products{grid-template-columns:repeat(4,minmax(0,1fr))}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;background:#fff;border:1px solid var(--yx-line);border-radius:17px;padding:10px 10px 13px;box-shadow:0 7px 22px rgba(13,24,61,.04);transition:.22s;overflow:hidden}
.woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:var(--yx-shadow-hover);border-color:rgba(20,99,255,.13)}
.woocommerce ul.products li.product a img{margin:0 0 12px!important;width:100%!important;aspect-ratio:3/4;object-fit:contain;background:#fff;border:0!important;outline:0!important;box-shadow:none!important;border-radius:11px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;line-height:1.65!important;color:var(--yx-navy);padding:0 2px!important;min-height:43px}
.woocommerce ul.products li.product .price{font-size:13px!important;font-weight:800!important;color:var(--yx-text)!important;padding:0 2px}
.woocommerce ul.products li.product .button{width:100%;min-height:40px;border-radius:10px;background:var(--yx-blue)!important;color:#fff!important;display:flex!important;align-items:center;justify-content:center;margin-top:10px!important;font-size:12px!important;transition:.2s}
.woocommerce ul.products li.product .button:hover{background:var(--yx-blue-2)!important}
.woocommerce ul.products li.product .button.yx-clicked{transform:scale(.97)}
.woocommerce span.onsale{min-height:auto!important;min-width:auto!important;padding:5px 8px!important;line-height:1.2!important;border-radius:8px!important;background:var(--yx-red)!important;right:18px!important;top:18px!important;font-size:10px!important}
.yx-widget{background:#fff;border:1px solid var(--yx-line);border-radius:15px;padding:15px;margin:0 0 12px;box-shadow:0 6px 18px rgba(13,24,61,.03)}
.yx-widget .widget-title{font-size:14px;margin:0 0 12px;color:var(--yx-navy)}
.yx-widget ul{list-style:none;margin:0;padding:0}.yx-widget li{padding:7px 0;border-bottom:1px solid var(--yx-line)}.yx-widget li:last-child{border:0}
.yx-widget a{text-decoration:none;font-size:12px}
.woocommerce nav.woocommerce-pagination ul{border:0!important;display:flex;gap:6px}
.woocommerce nav.woocommerce-pagination ul li{border:0!important}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:38px;height:38px;display:grid!important;place-items:center;border-radius:9px!important;background:#fff!important;color:var(--yx-navy)!important}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--yx-blue)!important;color:#fff!important}

/* Single product */
.single-product div.product{background:#fff;border:1px solid var(--yx-line);border-radius:20px;padding:22px;box-shadow:0 8px 24px rgba(13,24,61,.04);overflow:hidden}
.single-product div.product .woocommerce-product-gallery img{border:0!important;outline:0!important;box-shadow:none!important;border-radius:12px}
.single-product div.product .summary .product_title{font-size:27px;color:var(--yx-navy);line-height:1.5}
.single-product div.product .summary .price{font-size:21px!important;font-weight:900;color:var(--yx-blue)!important}
.single-product div.product form.cart .button{min-height:46px;border-radius:11px;background:var(--yx-blue)!important}
.single-product .quantity .qty{height:46px;border:1px solid var(--yx-line);border-radius:10px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{border-color:var(--yx-line)!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;border-radius:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{color:var(--yx-blue)!important}
.woocommerce div.product .woocommerce-tabs .panel{background:#fff;border-radius:16px;padding:20px}

/* Cart / checkout / account */
.woocommerce table.shop_table{background:#fff;border:1px solid var(--yx-line)!important;border-radius:15px!important;overflow:hidden}
.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout #order_review,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{background:#fff;border:1px solid var(--yx-line);border-radius:16px;padding:18px}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{border-radius:10px!important}
.woocommerce .checkout-button,.woocommerce button.button.alt,.woocommerce a.button.alt{background:var(--yx-blue)!important;color:#fff!important}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid var(--yx-line);border-radius:10px;min-height:44px;padding:9px 11px;background:#fff}

/* Category modal */
.yx-category-modal{position:fixed;inset:0;background:rgba(6,14,35,.58);backdrop-filter:blur(6px);z-index:9999;display:grid;place-items:center;padding:18px;opacity:0;visibility:hidden;transition:opacity .2s}
.yx-category-modal.is-open{opacity:1;visibility:visible}
.yx-category-modal-card{width:min(560px,100%);background:#fff;border-radius:22px;padding:24px;box-shadow:0 30px 80px rgba(0,0,0,.25);position:relative}
.yx-category-modal-card h2{margin:0 0 18px;color:var(--yx-navy)}
.yx-modal-close{position:absolute;left:14px;top:12px;width:36px;height:36px;border:0;border-radius:10px;background:var(--yx-bg);font-size:24px;cursor:pointer}
.yx-modal-category-links{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.yx-modal-category-links .yx-category-link{border:1px solid var(--yx-line);background:var(--yx-bg);padding:13px}

/* Footer */
.yx-footer{background:var(--yx-navy);color:#fff;margin-top:30px}
.yx-footer-grid{padding:46px 0 32px;display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:48px}
.yx-brand-footer .yx-brand-copy b{color:#fff}.yx-brand-footer .yx-brand-copy small{color:var(--yx-yellow)}
.yx-footer-brand p{max-width:430px;color:rgba(255,255,255,.6);font-size:12px}
.yx-footer h3{font-size:14px;margin:0 0 12px;color:#fff}
.yx-footer-menu{list-style:none;padding:0;margin:0}.yx-footer-menu li{margin:6px 0}.yx-footer-menu a{text-decoration:none;color:rgba(255,255,255,.68);font-size:12px}
.yx-footer-categories{display:grid;grid-template-columns:1fr 1fr;gap:5px}
.yx-footer-categories .yx-category-link{padding:7px;color:rgba(255,255,255,.75);font-size:11px}
.yx-footer-categories .yx-category-link:hover{background:rgba(255,255,255,.06);color:#fff}
.yx-footer-categories .yx-category-link small{background:rgba(255,255,255,.07);color:#fff}
.yx-footer-bottom{min-height:52px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;color:rgba(255,255,255,.42);font-size:10px}

/* Responsive */
@media(max-width:1050px){
  .yx-mainhead-inner{grid-template-columns:auto 1fr auto;gap:16px}
  .yx-action-copy{display:none}
  .yx-shop-shell.has-sidebar{grid-template-columns:minmax(0,1fr) 235px}
  .woocommerce ul.products,
  .yx-shop-shell.no-sidebar .woocommerce ul.products,
  .yx-home-products .woocommerce ul.products,
  .single-product .related ul.products,
  .single-product .upsells ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  .yx-hero-inner{padding:44px}
  .yx-float-card{width:135px;height:195px}
}
@media(max-width:820px){
  .yx-topline,.yx-search-desktop,.yx-primary-nav{display:none}
  .yx-mainhead-inner{min-height:70px;grid-template-columns:42px 1fr auto}
  .yx-mobile-toggle{display:flex;width:40px;height:40px;border:1px solid var(--yx-line);background:#fff;border-radius:11px;align-items:center;justify-content:center;flex-direction:column;gap:4px}
  .yx-mobile-toggle span{width:17px;height:2px;background:var(--yx-navy);border-radius:2px}
  .yx-brand{justify-self:center}
  .yx-brand .custom-logo{max-height:45px}
  .yx-brand-copy b{font-size:21px}
  .yx-head-actions .yx-head-action:first-child{display:none}
  .yx-search-mobile{display:block;padding-bottom:12px}
  .yx-navrow-inner{height:46px}
  .yx-category-nav{flex:1}
  .yx-category-trigger{border-radius:10px}
  .yx-category-panel{width:100%}
  .yx-mobile-panel{display:block;position:fixed;top:0;right:0;width:min(360px,88vw);height:100dvh;background:#fff;z-index:10002;transform:translateX(105%);transition:.25s;padding:16px;overflow:auto}
  .yx-mobile-panel.is-open{transform:none}
  .yx-mobile-overlay{display:block;position:fixed;inset:0;background:rgba(6,14,35,.45);z-index:10001;opacity:0;visibility:hidden;transition:.2s}
  .yx-mobile-overlay.is-open{opacity:1;visibility:visible}
  .yx-mobile-panel-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--yx-line);padding-bottom:12px;margin-bottom:10px}
  .yx-mobile-close{width:38px;height:38px;border:0;background:var(--yx-bg);border-radius:10px;font-size:25px}
  .yx-mobile-menu{list-style:none;margin:0;padding:0}.yx-mobile-menu a{display:block;padding:11px 4px;text-decoration:none;border-bottom:1px solid var(--yx-line);font-weight:700;font-size:13px}
  .yx-mobile-menu .sub-menu{list-style:none;padding-right:15px}
  .yx-mobile-cats{margin-top:22px}.yx-mobile-cats h3{font-size:14px}
  .yx-mobile-category-links{display:flex;flex-direction:column}
  html.yx-menu-open{overflow:hidden}
  .yx-hero{padding-top:12px}
  .yx-hero-inner{grid-template-columns:1fr;min-height:0;padding:36px 28px}
  .yx-hero-art{min-height:260px;margin-top:16px}
  .yx-home-category-grid{grid-template-columns:repeat(3,1fr)}
  .yx-shop-shell{grid-template-columns:1fr}
  .yx-shop-sidebar{position:static;order:-1}
  .woocommerce ul.products,
  .yx-shop-shell.no-sidebar .woocommerce ul.products,
  .yx-home-products .woocommerce ul.products,
  .single-product .related ul.products,
  .single-product .upsells ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .yx-post-grid{grid-template-columns:repeat(2,1fr)}
  .yx-footer-grid{grid-template-columns:1fr 1fr}.yx-footer-brand{grid-column:1/-1}
}
@media(max-width:560px){
  .yx-container{width:min(calc(100% - 20px),var(--yx-container))}
  .yx-mainhead-inner{grid-template-columns:40px 1fr auto}
  .yx-brand-ball{font-size:29px}.yx-brand-copy b{font-size:18px}.yx-brand-copy small{font-size:6px;letter-spacing:1.6px}
  .yx-head-action{padding:4px}.yx-icon{width:38px;height:38px}
  .yx-hero-inner{border-radius:18px;padding:28px 20px}
  .yx-hero h1{font-size:36px}
  .yx-hero p{font-size:12px}
  .yx-hero-art{min-height:220px}
  .yx-float-card{width:105px;height:154px;border-radius:11px;padding:9px}
  .yx-float-card b{font-size:38px}
  .yx-card-a{right:5%}.yx-card-b{right:43%}.yx-card-c{right:25%}
  .yx-ball{font-size:48px}
  .yx-home-categories,.yx-home-products{padding:36px 0}
  .yx-home-category-grid{grid-template-columns:1fr 1fr;gap:8px}
  .yx-home-category-grid .yx-category-link{min-height:88px}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important}
  .woocommerce ul.products li.product{padding:7px 7px 10px}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:11px!important;min-height:39px}
  .woocommerce ul.products li.product .price{font-size:11px!important}
  .yx-post-grid{grid-template-columns:1fr}
  .yx-page-content{padding:17px}
  .yx-footer-grid{grid-template-columns:1fr;gap:25px;padding-top:34px}.yx-footer-brand{grid-column:auto}
  .yx-footer-bottom{flex-direction:column;justify-content:center;gap:2px}
  .yx-modal-category-links{grid-template-columns:1fr}
}


/* Keyboard, modal and WordPress toolbar integration. */
.yx-header a:focus-visible,
.yx-header button:focus-visible,
.yx-footer a:focus-visible,
.yx-footer button:focus-visible,
.yx-main a:focus-visible,
.yx-main button:focus-visible,
.yx-main input:focus-visible,
.yx-main select:focus-visible{outline:3px solid var(--yx-yellow);outline-offset:2px}
html.yx-modal-open{overflow:hidden}
@media(max-width:782px){body.admin-bar .yx-header.is-scrolled{top:46px}}
@media(max-width:600px){body.admin-bar .yx-header.is-scrolled{top:0}}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .yuxmax-evo *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}


/* Digikala-inspired product filters. */
.yx-shop-shell.has-sidebar{grid-template-columns:minmax(0,1fr) 292px;direction:ltr}
.yx-shop-shell.has-sidebar>.yx-shop-main{grid-column:1}
.yx-shop-shell.has-sidebar>.yx-shop-sidebar{grid-column:2}
.yx-shop-main,.yx-shop-sidebar{direction:rtl}
.yx-shop-sidebar{position:sticky;top:116px;z-index:20;max-height:calc(100vh - 136px);overflow:auto;scrollbar-width:thin}
.yx-filter-card{background:#fff;border:1px solid rgba(13,24,61,.11);border-radius:18px;padding:0 18px;box-shadow:0 8px 28px rgba(13,24,61,.055)}
.yx-filter-card-head{min-height:64px;display:flex;align-items:center;gap:10px}
.yx-filter-card-head strong{font-size:18px;color:var(--yx-navy)}
.yx-filter-reset{margin-right:auto;text-decoration:none;color:var(--yx-red)!important;font-size:11px;font-weight:800}
.yx-filter-close{display:none;margin-right:auto;width:38px;height:38px;border:0;border-radius:10px;background:var(--yx-bg);color:var(--yx-navy);font-size:25px;line-height:1;cursor:pointer}
.yx-filter-section{border-top:1px solid var(--yx-line);padding:0}
details.yx-filter-section>summary{min-height:55px;display:flex;align-items:center;justify-content:space-between;gap:10px;list-style:none;cursor:pointer;color:var(--yx-navy);font-size:13px;font-weight:850}
details.yx-filter-section>summary::-webkit-details-marker{display:none}
details.yx-filter-section>summary:after{content:'⌄';font-size:17px;transition:transform .18s}
details.yx-filter-section:not([open])>summary:after{transform:rotate(90deg)}
.yx-filter-categories{display:flex;flex-direction:column;padding:0 0 12px}
.yx-filter-categories .yx-category-link{min-height:40px;border-radius:9px;padding:7px 9px;color:var(--yx-text);font-size:12px}
.yx-filter-categories .yx-category-link:hover{background:var(--yx-bg);color:var(--yx-blue)}
.yx-filter-categories .yx-category-link.is-current{background:rgba(20,99,255,.09);color:var(--yx-blue);font-weight:850}
.yx-filter-categories .yx-category-link small{min-width:25px;height:22px;display:grid;place-items:center;border-radius:8px;background:var(--yx-bg);color:var(--yx-muted);font-size:10px}
.yx-filter-categories .yx-category-link.is-current small{background:#fff;color:var(--yx-blue)}
.yx-price-widget{padding:2px 4px 16px}
.yx-price-widget .price_slider{position:relative;direction:ltr;touch-action:none;text-align:left}
.yx-price-widget .ui-slider .ui-slider-handle{position:absolute!important;z-index:2;cursor:ew-resize}
.yx-price-widget .ui-slider .ui-slider-range{position:absolute;z-index:1;display:block;top:0;height:100%;border:0}
.yx-price-widget .price_slider_wrapper .ui-widget-content{height:5px;border:0;border-radius:99px;background:#dfe4ec}
.yx-price-widget .ui-slider .ui-slider-range{background:var(--yx-blue)}
body.yuxmax-evo .yx-price-widget .ui-slider .ui-slider-handle{width:18px!important;height:18px!important;top:-7px!important;margin-left:-9px!important;border:3px solid var(--yx-blue)!important;border-radius:50%!important;background:#fff!important;box-shadow:0 2px 7px rgba(20,99,255,.24)!important}
.yx-price-widget .price_slider_amount{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}
.yx-price-widget .price_slider_amount .button{float:none!important;min-height:36px;padding:0 13px!important;border-radius:9px!important;background:var(--yx-navy)!important;color:#fff!important;font-size:11px!important}
.yx-price-widget .price_label{float:none!important;font-size:10px;color:var(--yx-muted);line-height:1.8}
.yx-filter-stock-section{padding:15px 0}
.yx-stock-filter{display:flex;align-items:center;justify-content:space-between;gap:12px;text-decoration:none;color:var(--yx-navy);font-size:12px;font-weight:800}
.yx-filter-switch{position:relative;flex:0 0 44px;width:44px;height:24px;border-radius:99px;background:#c9ced8;transition:.2s}
.yx-filter-switch i{position:absolute;right:3px;top:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.2);transition:.2s}
.yx-stock-filter.is-active .yx-filter-switch{background:var(--yx-blue)}
.yx-stock-filter.is-active .yx-filter-switch i{transform:translateX(-20px)}
.yx-filter-extra .yx-widget{border:0;border-radius:0;box-shadow:none;padding:0;margin:0 0 12px}
.yx-filter-mobile-toggle{display:none;width:100%;min-height:46px;border:1px solid var(--yx-line);border-radius:12px;background:#fff;color:var(--yx-navy);align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:850;box-shadow:0 5px 16px rgba(13,24,61,.05);cursor:pointer}
.yx-filter-mobile-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.yx-filter-overlay{display:none}

@media(max-width:1050px) and (min-width:821px){
  .yx-shop-shell.has-sidebar{grid-template-columns:minmax(0,1fr) 260px}
  .yx-filter-card{padding:0 14px}
}
@media(max-width:820px){
  .yx-shop-shell.has-sidebar{display:block;direction:rtl}
  .yx-shop-shell.has-sidebar>.yx-shop-main,.yx-shop-shell.has-sidebar>.yx-shop-sidebar{grid-column:auto}
  .yx-filter-mobile-toggle{display:flex;position:sticky;top:8px;z-index:50;margin-bottom:14px}
  body.admin-bar .yx-filter-mobile-toggle{top:54px}
  .yx-shop-sidebar{position:fixed;top:0;right:0;bottom:0;width:min(360px,90vw);height:100dvh;max-height:none;overflow:auto;z-index:10020;background:#fff;transform:translateX(105%);transition:transform .24s ease;box-shadow:-18px 0 50px rgba(6,14,35,.18)}
  .yx-shop-sidebar.is-open{transform:none}
  .yx-filter-card{min-height:100%;border:0;border-radius:0;padding:0 18px;box-shadow:none}
  .yx-filter-card-head{position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid var(--yx-line)}
  .yx-filter-close{display:grid;place-items:center}
  .yx-filter-reset{margin-right:0}
  .yx-filter-overlay{display:block;position:fixed;inset:0;z-index:10019;background:rgba(6,14,35,.48);opacity:0;visibility:hidden;transition:opacity .2s}
  .yx-filter-overlay.is-open{opacity:1;visibility:visible}
  html.yx-filter-open{overflow:hidden}
}
@media(max-width:600px){
  body.admin-bar .yx-filter-mobile-toggle{top:8px}
}
