.ProductPage_container__WoYGm{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;background:#fff;border-radius:12px;padding:20px;direction:rtl}.ProductPage_left__csI4Q{display:flex;justify-content:center;align-items:center;direction:rtl;gap:5rem;flex-direction:row-reverse}.ProductPage_allImageBox__PlhU0{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:400px}.ProductPage_imageBox__uh6et{background:#f5f7fa;border-radius:12px;padding:10px;display:flex;justify-content:center;align-items:center;min-height:300px;max-width:420px}.ProductPage_mainImage__OC6ph{object-fit:contain;border-radius:10px;max-width:375px;min-width:350px}.ProductPage_noImage__rMXCk{height:370px;min-width:370px;background:#eee;color:#888;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:14px}.ProductPage_gallery__wO_5D{display:flex;gap:10px;flex-wrap:wrap}.ProductPage_thumbBtn___D_Ln{border:1px solid #e3e6ea;background:#fff;border-radius:10px;padding:4px;cursor:pointer}.ProductPage_thumbBtn___D_Ln:hover{border-color:#cfd6dd}.ProductPage_thumbActive__0xt6R{border-color:#0dcaf0;box-shadow:0 0 0 2px rgba(13,202,240,.15)}.ProductPage_thumb__yw5t3{display:block;border-radius:8px;max-width:80px}.ProductPage_desc__jVpRG{display:flex;flex-direction:column;gap:2rem;max-width:500px;text-align:justify}.ProductPage_price__gisL8{color:var(--color-text-primary);font-weight:700;font-size:18px}.ProductPage_addButton__7JCsn{padding:10px 14px;border:none;border-radius:10px;background:var(--light-blue);color:#fff;cursor:pointer;width:-moz-fit-content;width:fit-content;transition:background .2s ease}.ProductPage_addButton__7JCsn:hover{background:var(--green-blue)}.ProductPage_right__6VR_F{display:flex;flex-direction:column}.ProductPage_title__t1hTC{font-size:22px;font-weight:800;margin-bottom:8px}.ProductPage_tabs__asoQK{margin-top:8px}.ProductPage_tabHeaders__a0GkL{display:flex;gap:10px;margin-bottom:12px}.ProductPage_tabButton__mNWHZ{padding:8px 16px;border-radius:8px;border:1px solid #e4e7eb;background:#f9fafb;cursor:pointer;font-size:14px}.ProductPage_tabButton__mNWHZ:hover{background:#f1f5f9}.ProductPage_active__Esows{background:#0dcaf0;color:#fff;border-color:#0dcaf0}.ProductPage_tabContent__Hc7Lc{border:1px solid #e4e7eb;background:#fafafa;border-radius:10px;padding:14px;min-height:140px}.ProductPage_paragraph__vE8un{color:#555;line-height:1.85;white-space:pre-wrap;text-align:justify}@media (max-width:980px){.ProductPage_imageBox__uh6et{min-height:320px}.ProductPage_noImage__rMXCk{width:100%;height:320px}.ProductPage_container__WoYGm{padding:0}}.ProductPage_featuresTable__kNJIS{width:100%;border-collapse:collapse;margin-top:1rem}.ProductPage_featuresTable__kNJIS tr:nth-child(odd){background:#f9f9f9}.ProductPage_featuresTable__kNJIS td{padding:.75rem 1rem;border:1px solid #ddd;font-size:14px}.ProductPage_featureName__wzgdJ{font-weight:700;width:30%;background:#f1f1f1}.ProductPage_featureValue__xrAp4{color:#333;width:70%}@media(max-width:800px){.ProductPage_left__csI4Q{flex-direction:column}}.ShopPage_container__OlfN3{display:flex;gap:20px;background:#eee;padding:20px;direction:rtl}@media(max-width:768px){.ShopPage_container__OlfN3{flex-direction:column}}.ShopPage_sidebar__0nPdX{width:250px;background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.ShopPage_sidebarTitle__0FSn8{font-weight:700;margin-bottom:16px}.ShopPage_section__Ss08C{margin-bottom:24px}.ShopPage_sectionTitle__B4YIe{font-weight:500;margin-bottom:8px}.ShopPage_list___FN2U{list-style:none;padding:0;margin:0}.ShopPage_checkboxLabel__EbP7y{display:flex;align-items:center;gap:6px;font-size:14px;cursor:pointer}.ShopPage_priceLabel__lzDxz{text-align:center;margin-top:6px;font-size:13px;color:#444}.ShopPage_products__qNEH3{flex:1 1}.ShopPage_pageTitle__sMa1C{font-size:20px;font-weight:700;margin-bottom:20px}.ShopPage_grid__fDVGw{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:16px;gap:16px}.ShopPage_card__t_TG6{background:#fff;border-radius:12px;padding:12px;display:flex;flex-direction:column;text-decoration:none;color:inherit;box-shadow:0 2px 6px rgba(0,0,0,.1);transition:box-shadow .2s ease;position:relative}.ShopPage_offSpan__RYPN6{position:absolute;background:var(--light-blue);color:#fff;padding:5px;border-radius:30px;top:10px;left:10px}.ShopPage_card__t_TG6:hover{box-shadow:0 4px 12px rgba(0,0,0,.15)}.ShopPage_imageWrapper__tuvYA{display:flex;justify-content:center;margin-bottom:10px}.ShopPage_imageWrapper__tuvYA img{max-width:300px;width:100%;display:block}.ShopPage_noImage__OlIlE{width:200px;height:200px;background:#f3f3f3;color:#999;display:flex;align-items:center;justify-content:center;border-radius:8px}.ShopPage_productName__MHzHz{font-size:14px;font-weight:500;margin:4px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ShopPage_price__7t6Cj{color:var(--light-blue);font-weight:700;margin-bottom:8px}.ShopPage_addButton__4zWFD{background:var(--light-blue)}.ShopPage_addButton__4zWFD,.ShopPage_outOfStuck__uGl0J{margin-top:auto;padding:8px;color:#fff;border:none;border-radius:8px;font-size:13px;cursor:pointer;transition:background .2s ease}.ShopPage_outOfStuck__uGl0J{background:#ee6060}.ShopPage_addButton__4zWFD:hover,.ShopPage_inCart__7L9B1{background:var(--green-blue)}.ShopPage_clearButton__XxB_w{transition:background .2s}.ShopPage_clearButton__XxB_w:hover{background:#d62828}.ShopPage_rangeWrapper__EHiHa{position:relative;width:100%}.ShopPage_range__2B5__{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:3px;background:#ddd;outline:none}.ShopPage_range__2B5__::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:var(--light-blue,#2b8bd6);border:2px solid #fff;cursor:pointer}.ShopPage_range__2B5__::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--light-blue,#2b8bd6);border:2px solid #fff;cursor:pointer}.ShopPage_inputs__OJtg6{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:14px}.ShopPage_numberInput___Xln1{width:120px;padding:4px 6px;border:1px solid #ccc;border-radius:6px;font-size:14px;text-align:center}.ShopPage_resetButton__mF35G{margin-top:12px;padding:6px 12px;background:#eee;border:1px solid #ccc;border-radius:6px;cursor:pointer;transition:.2s}.ShopPage_resetButton__mF35G:hover{background:#ddd}.ShopPage_clearButton__XxB_w{margin-top:10px;padding:8px 12px;background:#e63946;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px}.ShopPage_switch__qEPoc{position:relative;display:inline-block;width:50px;height:26px}.ShopPage_switch__qEPoc input{opacity:0;width:0;height:0}.ShopPage_slider__UEg5g{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:26px}.ShopPage_slider__UEg5g:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:white;transition:.4s;border-radius:50%}.ShopPage_switch__qEPoc input:checked+.ShopPage_slider__UEg5g{background-color:var(--light-blue,#2b8bd6)}.ShopPage_switch__qEPoc input:checked+.ShopPage_slider__UEg5g:before{transform:translateX(24px)}.ShopPage_slider__UEg5g.ShopPage_round__NTi6I{border-radius:26px}.ShopPage_slider__UEg5g.ShopPage_round__NTi6I:before{border-radius:50%}@media(max-width:768px){.ShopPage_sidebar__0nPdX{width:100%}}.NavServer_nav__1JuDY{display:flex;font-weight:bolder;background:#ffffff;flex-grow:1;justify-content:flex-start;align-items:flex-start;height:60px;line-height:60px;padding:0 4rem}.NavServer_flashNews__FOC_f{margin:0 auto;white-space:nowrap;overflow:hidden;background:var(--dark-blue);color:#ffffff}.NavServer_flashNews__FOC_f span{display:inline-block;padding-left:100%;text-indent:0;animation:NavServer_flashNews__FOC_f 30s linear infinite}.NavServer_flashNews__FOC_f span:hover{animation-play-state:paused}@keyframes NavServer_flashNews__FOC_f{0%{transform:translate(0)}to{transform:translate(-80%)}}.NavServer_group__U3utx{display:flex;gap:1.5rem;align-items:center;flex-grow:1;flex-shrink:1;min-width:0}.NavServer_groupMain__8rn8V{flex-grow:3}.NavServer_groupAdmin__w35iN{flex-grow:1}.NavServer_lastNavPart__VjuLx{display:flex;gap:1rem;justify-content:flex-end;align-items:center;flex-grow:0;flex-shrink:0}.NavServer_nav__1JuDY a{font-weight:700;text-decoration:none;white-space:nowrap;display:flex;justify-content:center;align-items:center;gap:.5rem}.NavServer_nav__1JuDY a.NavServer_active__z5WHL,.NavServer_nav__1JuDY a:hover{color:var(--color-text-primary-hover)}.NavServer_container__K0ctb{direction:rtl;display:flex;flex-direction:column}@media(max-width:900px){.NavServer_nav__1JuDY{flex-direction:column;position:absolute;right:0;top:0;width:90%;height:400px;z-index:999;background:#fff;display:flex;justify-content:flex-start;align-items:center;display:none}.NavServer_container__K0ctb{flex-direction:column}.NavServer_groupAdmin__w35iN,.NavServer_groupMain__8rn8V{display:flex;flex-direction:column;gap:.5rem}.NavServer_nav__1JuDY a{gap:0}}.NavServer_navOpen__9rYKT{display:flex!important;transform:translateX(0)}.NavServer_closeBtn__0jcLF{display:none}@media (max-width:900px){.NavServer_closeBtn__0jcLF{display:block;align-self:flex-end;margin:10px 20px 0 0;background:none;border:none;font-size:2rem;color:#333;cursor:pointer}.NavServer_closeBtn__0jcLF:hover{color:#00bcd4}.NavServer_nav__1JuDY{flex-direction:column;position:absolute;right:0;top:0;width:100%;height:auto;z-index:999;background:#fff;display:none;padding:1rem;box-shadow:0 4px 24px rgba(0,0,0,.12);transform:translateX(0);transition:transform .25s ease}}.footer_footWrapper__WnzL2{min-height:400px;background:var(--green-blue);display:flex;flex-direction:column;gap:2rem;justify-content:center;align-items:center;color:#fff;padding:2rem}.footer_footWrapper__WnzL2 a,.footer_footWrapper__WnzL2 h1{color:#fff}.footer_footerTop__LkyNf{width:50%;direction:rtl}.footer_footerTop__LkyNf,.footer_footerTop__LkyNf a{color:var(--color-text-primary)}.footer_footerBody__H66mu{display:flex;justify-content:space-around;align-items:center;width:80%}.footer_footerLinks__ol8_G{gap:2rem}.footer_footerLinks__ol8_G,.footer_footerLinks__ol8_G div{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.footer_footerLinks__ol8_G div{gap:.25rem;border-left:2px solid var(--light-blue)}.footer_footerContact__AyyVQ{text-align:justify;direction:rtl}.footer_footerContact__AyyVQ,.footer_footerContact__AyyVQ div{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;padding:0 .5rem}.footer_footerContact__AyyVQ div{border-left:2px solid var(--light-blue)}.footer_footerLicanse__DTE8h{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%}.footer_footerLicanse__DTE8h div{min-height:230px}.footer_footerBottom__HiSb9{display:flex;font-size:large;color:var(--dark-blue);width:100%;gap:.5rem;justify-content:center;align-items:center}.footer_linksWrap__ZTey0{min-height:230px}@media (max-width:800px){.footer_footerTop__LkyNf{width:100%}.footer_footerBody__H66mu{flex-direction:column;width:90%}.footer_footerLinks__ol8_G div{border-left:none}.footer_footerContact__AyyVQ div{border:none}.footer_footerContact__AyyVQ{margin-top:5rem;margin-bottom:5rem}.footer_footerLicanse__DTE8h div,.footer_linksWrap__ZTey0{min-height:auto}}