:root{--accent:#61ce70;--accent-hover:#1cce63;--accent-light:#5edf8f;--green:#28a745;--dark:#111;--darker:#0f0f0f;--gray:#6b6b6b;--heading-color:#323232;--light-gray:#f9f9f9;--border:#e5e5e5;--site-width:1240px;--content-width:1140px;--focus-ring:0 0 0 3px rgba(97,206,112,.5);--header-height:80px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-padding-top:var(--header-height);scroll-behavior:smooth}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body{background-color:#fff;color:var(--gray);font-size:16px;line-height:1.6;overflow-x:hidden}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a,h5,h5 a,h6,h6 a{color:var(--heading-color);font-family:inherit;letter-spacing:2px;font-weight:700;text-transform:uppercase;line-height:1.3;margin-bottom:15px;overflow-wrap:break-word;word-break:break-word}h1{font-size:28px}h2{font-size:24px}h3{font-size:20px}h4{font-size:18px}img{max-width:100%;height:auto;display:block}.clickable,[role=button],a,button{cursor:pointer}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}input:focus-visible,textarea:focus-visible{outline:none;box-shadow:var(--focus-ring)}.whole-layout{position:relative}#header{width:100%;position:fixed;top:0;left:0;z-index:11;transition:transform .5s,background-color .5s;background-color:transparent;box-shadow:none;border-bottom:none}#header.narrow{max-width:var(--site-width);left:50%;transform:translateX(-50%)}#header .head{padding:0 40px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo-container{flex-shrink:0;min-width:95px}.logo img{max-height:60px;width:auto;max-width:95px}#mid{position:relative;z-index:2;width:100%}.content-inner{width:100%;margin:0;padding:0}.header-nav{width:100%}.desktop-menu{display:flex;list-style:none;gap:5px;flex:1 1;justify-content:center;margin:0;padding:0;height:100%}.menu-item{position:relative;display:flex;align-items:center;height:100%}.menu-link{display:block;padding:10px 15px;font-size:15px;font-weight:400;text-transform:uppercase;letter-spacing:2px;white-space:nowrap;cursor:pointer;transition:color .2s ease;border-radius:4px}.menu-link,.menu-link:hover{color:var(--accent-hover);text-decoration:none}.mega-indicator{display:inline-block;margin-left:5px;font-size:10px;opacity:.6}.menu-underline{position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--accent)}.desktop-dropdown{position:absolute;top:100%;left:0;right:0;background:#1a1a1a;box-shadow:0 4px 20px rgba(0,0,0,.3);z-index:1000}.dropdown-content{max-width:var(--site-width);margin:0 auto;padding:20px}.dropdown-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:15px;gap:15px}.dropdown-col{padding:5px 0}.dropdown-link{display:block;padding:8px 12px;color:#fff;font-size:14px;border-radius:4px;transition:color .2s ease,background-color .2s ease;cursor:pointer}.dropdown-link:hover{color:var(--accent-light);text-decoration:none}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:10px}.mobile-toggle-box{display:inline-block;width:30px;height:24px;position:relative}.mobile-toggle-inner{display:block;top:50%;transform:translateY(-50%)}.mobile-toggle-box:after,.mobile-toggle-box:before,.mobile-toggle-inner{position:absolute;left:0;width:100%;height:3px;background:var(--accent);transition:all .3s}.mobile-toggle-box:after,.mobile-toggle-box:before{content:""}.mobile-toggle-box:before{top:0}.mobile-toggle-box:after{bottom:0}.mobile-toggle-box.open .mobile-toggle-inner{opacity:0}.mobile-toggle-box.open:before{transform:translateY(10px) rotate(45deg)}.mobile-toggle-box.open:after{transform:translateY(-10px) rotate(-45deg)}.mobile-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.95);z-index:2000}.mobile-menu-content{position:fixed;top:0;right:0;height:100%;width:80vw;max-width:320px;background:#1a1a2e;display:flex;flex-direction:column;padding:20px;overflow-y:auto}.mobile-close{position:absolute;top:16px;right:16px;background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:4px}.mobile-menu-list{list-style:none;padding:0;margin:32px 0 0;display:flex;flex-direction:column;gap:16px}.mobile-menu-parent{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;cursor:pointer;text-align:left}.mobile-menu-link,.mobile-menu-parent{color:var(--accent);font-size:18px;font-weight:600;text-transform:uppercase;letter-spacing:2px;padding:8px 0}.mobile-menu-link{display:block;text-decoration:none}.mobile-menu-link:hover{color:var(--accent-light)}.mobile-dropdown{margin-top:8px;padding-left:16px;border-left:2px solid #444;display:flex;flex-direction:column;gap:4px}.mobile-dropdown-link{display:block;padding:6px 12px;color:#ccc;font-size:15px;text-decoration:none}.mobile-dropdown-link:hover{color:#fff}.chevron{width:16px;height:16px;transition:transform .2s}.chevron.rotate-90{transform:rotate(90deg)}#header-tools{flex-shrink:0}#basket-menu-switch{background:none;border:none;font-size:20px;cursor:pointer;position:relative;color:var(--accent);text-decoration:none;border-radius:4px;padding:8px;display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px}#basket-menu-switch:hover{color:var(--accent-hover);text-decoration:none}#basket-items-count{position:absolute;top:-5px;right:-5px;background:var(--accent);color:#fff;font-size:11px;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center}#basket-items-count.zero{display:none}.elementor-section{position:relative;padding:60px 0}.elementor-section-stretched{width:100%;left:0;right:0}.elementor-container,.elementor-section.elementor-section-boxed>.elementor-container{max-width:var(--content-width)}.elementor-container{margin:0 auto;display:flex;flex-wrap:wrap}.elementor-column{padding:10px}.elementor-col-100{width:100%}.elementor-col-50{width:50%}.elementor-col-33{width:33.333%}.elementor-col-25{width:25%}.elementor-widget-wrap{display:flex;flex-direction:column;gap:15px;align-items:center}.elementor-heading-title{font-size:24px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--heading-color)}.elementor-heading-title a{color:inherit}.elementor-button-wrapper{text-align:center;margin-top:20px}.elementor-button{display:inline-block;padding:20px 35px;background:var(--accent);color:#fff!important;border-radius:100px;font-weight:600;font-size:17px;line-height:1em;transition:background-color .2s ease,box-shadow .2s ease;text-decoration:none!important;border:none;cursor:pointer}.elementor-button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.elementor-button:hover{background:#000;text-decoration:none}.hero-section{background-color:#111;background-image:url(/img/uploads/2026/03/zastavka.webp);background-size:cover;background-position:50%;padding:180px 0 120px;text-align:center;width:100%}.hero-section .elementor-container{max-width:532px}.hero-section h1{font-size:74px;font-weight:200;letter-spacing:-.04em;color:var(--accent);text-transform:none;margin-bottom:30px}.a13ree-written-headline{min-height:1.5em}.typing-border{border-color:var(--accent)!important}.cursor,.text-primary{color:var(--accent)}.cursor{animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.section-offer{text-align:center;padding:60px 0}.section-offer .elementor-heading-title:first-child{font-size:64px;font-weight:200;letter-spacing:-.06em;color:var(--accent)}.section-offer .elementor-heading-title:last-child{font-size:14px;font-weight:300;letter-spacing:7px;color:#b2b2b2}.section-products{padding:40px 0;text-align:center}.section-products .elementor-container{justify-content:center}.section-products .elementor-widget-wrap{align-items:center}.section-products .elementor-heading-title a{color:var(--accent)}.section-products img{width:100%;max-width:300px;height:280px;object-fit:contain;object-position:center center;margin:0 auto}.video-section{background-color:#0f0f0f;padding:120px 0;width:100%;position:relative;overflow:hidden}.video-section .elementor-background-video-container{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.video-section iframe{width:100%;height:100%;border:none;pointer-events:none}.video-section .elementor-background-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000;opacity:.41;z-index:1}.video-section .elementor-container{position:relative;z-index:2;text-align:center}.video-section .elementor-heading-title{font-size:45px;font-weight:200;letter-spacing:-1px;color:#fff;text-transform:none}.video-section .elementor-heading-title a{color:#fff}.section-partner-heading{text-align:center;padding:60px 0}.section-partner-heading .elementor-heading-title{color:var(--accent);text-transform:none}.section-seo{background-color:var(--light-gray);padding:60px 0;width:100%}.section-seo .elementor-container{max-width:1140px}.seo-text{max-width:800px;margin:0 auto;line-height:1.8}.seo-text h2{margin-top:30px;margin-bottom:15px}.seo-text h3{margin-top:25px;margin-bottom:10px}.seo-text ul{margin-left:25px;margin-bottom:15px}.seo-text li{margin-bottom:8px}.seo-text p{margin-bottom:15px;color:var(--gray)}.seo-text a{color:#0d6efd}.seo-text strong{color:var(--heading-color)}.contact-section{background-color:var(--darker);padding:160px 0;width:100%}.contact-section .elementor-container{max-width:1600px;min-height:400px}.contact-section h1{text-align:center;margin-bottom:40px}.contact-section .elementor-heading-title{font-size:55px;font-weight:200;letter-spacing:-.036em;color:var(--accent);text-shadow:0 0 10px rgba(0,0,0,.55);text-transform:none}.social-links{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.social-links .elementor-icon-box-wrapper{display:flex;align-items:center;gap:11px}.social-links .elementor-icon-box-icon a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:20px;background:var(--accent);color:#fff!important;border-radius:50%}.social-links h4{font-size:16px;margin:0}.social-links h4 a{color:var(--accent)}.contact-info-block{margin-bottom:20px}.contact-info-block .elementor-heading-title{font-size:16px;font-weight:600;color:#b2b2b2;display:block;margin-bottom:5px;text-shadow:none}.contact-info-block p{font-size:15px;color:#ccc}.cta-banner{background-color:#111;background-image:url(/img/uploads/2020/02/IMG_2530.webp);background-position:50%;background-attachment:fixed;padding:160px 0;text-align:center;width:100%;position:relative}.cta-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000;opacity:.54}.cta-banner .elementor-container{position:relative;z-index:2;max-width:955px}.cta-banner h2{color:#fff;font-size:28px;margin-bottom:25px;text-transform:none}.cta-banner h2 strong{text-transform:uppercase}.cta-banner .elementor-button{background:var(--accent);color:#fff!important;box-shadow:0 0 15px 0 rgba(0,0,0,.11);transition:background-color .2s ease,box-shadow .2s ease}.cta-banner .elementor-button:hover{background:#000}.partners-section{padding:40px 0;background:#fff;overflow:hidden}.partners-section .swiper{overflow:hidden;padding:20px 0;max-width:100%}.partners-section .swiper-slide{display:flex;align-items:center;justify-content:center}.partners-section img{filter:grayscale(100%);opacity:.7;transition:filter .2s ease,opacity .2s ease;max-width:100%}.partners-section img:hover{filter:grayscale(0);opacity:1}#footer{background:#1a1a2e;color:#ccc;padding:40px 0 20px;margin-top:40px}#footer .foot-content{max-width:var(--site-width);margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:30px;gap:30px}#footer .widget_media_image img{max-height:80px;width:auto;max-width:100%;height:auto;object-fit:contain}#footer .widget h3.title{color:#fff;font-size:18px;margin-bottom:15px;text-transform:uppercase;letter-spacing:2px}#footer .widget h3.title span{display:block}#footer .textwidget p{font-size:14px;line-height:1.6}#footer .widget_contact_info .info{font-size:14px}#footer .widget_contact_info .info>a,#footer .widget_contact_info .info>div{display:block;margin-bottom:8px;color:#ccc}#footer .widget_contact_info .info i{margin-right:8px;color:var(--accent)}#footer .widget_contact_info .info a:hover{color:#fff;text-decoration:none}#footer .foot-items{border-top:1px solid #333;margin-top:30px;padding-top:20px}#footer .foot-items .foot-content{display:flex;justify-content:space-between;align-items:center;grid-template-columns:none}#footer .socials a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:hsla(0,0%,100%,.1);color:#fff!important;margin-right:8px;border-radius:4px;font-size:16px;transition:background-color .2s ease;cursor:pointer}#footer .socials a:hover{background:var(--accent);text-decoration:none}#footer .foot-text{font-size:13px;color:#999}#footer .foot-text a{color:#fff}#to-top{position:fixed;bottom:30px;right:30px;width:44px;height:44px;background:var(--accent);color:#fff!important;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none!important;z-index:999;opacity:0;transition:opacity .3s ease,background-color .2s ease;cursor:pointer}#to-top:hover{background:var(--accent-hover)}.wpforms-container{max-width:500px;margin:0 auto}.wpforms-field{margin-bottom:15px}.wpforms-field-label{display:block;font-weight:600;margin-bottom:5px;font-size:14px;color:#fff}.wpforms-required-label{color:#d00}.wpforms-field-row{display:flex;gap:10px}.wpforms-field-row-block{flex:1 1}.wpforms-field input[type=email],.wpforms-field input[type=text],.wpforms-field textarea{width:100%;padding:10px;border:1px solid #444;border-radius:4px;font-size:14px;background:#222;color:#fff}.wpforms-field input:focus,.wpforms-field textarea:focus{border-color:var(--accent);outline:none}.wpforms-submit{background:var(--accent);color:#fff!important;border:none;padding:12px 30px;border-radius:100px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease;min-height:44px}.wpforms-submit:hover{background:#000}.wpforms-submit:disabled{opacity:.6;cursor:not-allowed}.field-error{display:block;color:#e74c3c;font-size:12px;margin-top:4px}.product-page-wrapper{padding-top:80px}.product-page-inner{max-width:var(--content-width);margin:0 auto;padding:0 20px}.product-page{display:flex;flex-wrap:wrap;gap:30px;padding:20px 0}.product-gallery{flex:0 0 48%}.product-gallery img{width:100%;border:1px solid var(--border);border-radius:8px}.product-summary{flex:1 1}.product-summary h1{font-size:26px;margin-bottom:15px}.product-summary .price{font-size:22px;margin-bottom:20px}.product-summary .price del{color:#999;margin-right:10px}.product-summary .price ins{text-decoration:none;color:var(--green);font-weight:700}.product-summary .short-description{margin-bottom:20px;padding:15px;background:var(--light-gray);border-radius:8px}.product-summary .short-description table{width:100%;border-collapse:collapse;font-size:14px}.product-summary .short-description table td{padding:8px 10px;border-bottom:1px solid var(--border)}.product-summary .short-description table td:first-child{color:var(--gray);width:40%}.product-summary .short-description table td:last-child{font-weight:600}.product-summary .cart{margin-bottom:20px}.product-summary .single_add_to_cart_button{background:var(--accent);color:#fff!important;border:none;padding:20px 35px;border-radius:100px;font-size:17px;font-weight:600;cursor:pointer}.product-summary .single_add_to_cart_button:hover{background:#000}.product-summary .product_meta{font-size:14px;color:var(--gray);margin-top:15px}.product-summary .product_meta a{color:var(--accent)}.woocommerce-tabs{margin-top:30px;border-top:1px solid var(--border);padding-top:20px}.woocommerce-tabs .tabs{list-style:none;display:flex;gap:5px;margin:0 0 20px;padding:0}.woocommerce-tabs .tabs li a{padding:10px 20px;background:var(--light-gray);border-radius:4px 4px 0 0;color:#333}.woocommerce-tabs .tabs li.active a{background:var(--accent);color:#fff!important}.woocommerce-tabs .tab-content{padding:20px 0;line-height:1.8}.woocommerce-tabs .tab-content h2{margin-top:25px;margin-bottom:12px}.woocommerce-tabs .tab-content h3{margin-top:20px;margin-bottom:10px}.woocommerce-tabs .tab-content ul{margin-left:25px;margin-bottom:15px}.woocommerce-tabs .tab-content li{margin-bottom:8px}.woocommerce-tabs .tab-content table{width:100%;border-collapse:collapse;margin-bottom:20px}.woocommerce-tabs .tab-content table td{padding:10px;border-bottom:1px solid var(--border)}.woocommerce-tabs .tab-content table td:first-child{color:var(--gray);width:40%}.woocommerce-tabs .tab-content table td:last-child{font-weight:600}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:25px;gap:25px;padding:20px;max-width:var(--content-width);margin:0 auto}.shop-grid .product-item{border:1px solid var(--border);border-radius:8px;padding:15px;text-align:center;transition:box-shadow .2s ease;position:relative;cursor:pointer}.shop-grid .product-item:hover{box-shadow:0 4px 20px rgba(0,0,0,.08)}.shop-grid .product-item img{width:100%;max-height:250px;object-fit:contain;margin-bottom:10px}.shop-grid .product-item h2{font-size:16px;margin-bottom:10px}.shop-grid .product-item h2 a{color:var(--heading-color)}.shop-grid .product-item .price{margin-bottom:10px}.shop-grid .product-item .price del{color:#999}.shop-grid .product-item .price ins{text-decoration:none;color:var(--green);font-weight:700}.shop-grid .product-item .button{display:inline-block;padding:12px 24px;background:var(--accent);color:#fff!important;border-radius:100px;font-size:14px;font-weight:600}.shop-grid .product-item .button:hover{background:#000;text-decoration:none}.onsale{position:absolute;top:10px;left:10px;background:var(--green);color:#fff;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:700;z-index:1}.page-content{max-width:var(--content-width);margin:80px auto 20px;padding:20px;line-height:1.8}.elementor .page-content{margin-top:0}.page-content h1{text-align:center;margin-bottom:30px}.page-content h2{margin-top:30px;margin-bottom:15px}.page-content h3{margin-top:25px;margin-bottom:10px}.page-content ol,.page-content ul{margin-left:25px;margin-bottom:15px}.page-content li{margin-bottom:8px}.page-content p{margin-bottom:15px;color:var(--gray)}.page-content table{width:100%;border-collapse:collapse;margin-bottom:20px}.page-content table td{padding:10px;border-bottom:1px solid var(--border)}.page-content table td:first-child{color:var(--gray);width:40%}.page-content table td:last-child{font-weight:600}.graffiti-page{max-width:var(--content-width);margin:0 auto 20px;padding:20px}.graffiti-page img{width:100%;max-width:512px;margin:20px auto}.graffiti-page .cta-button{text-align:center;margin:30px 0}.graffiti-page .cta-button .elementor-button{font-size:18px;padding:20px 35px}.laser-clean-section{padding:40px 0}.laser-clean-features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin:20px 0}.laser-clean-features .feature-item{text-align:center}.laser-clean-features .feature-item img{width:80px;height:80px;margin:0 auto 10px}.laser-clean-features .feature-item h4{font-size:14px}.pricing-plans{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:25px;gap:25px;margin:30px 0}.pricing-plan{border:2px solid var(--border);border-radius:12px;padding:25px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.pricing-plan:hover{transform:translateY(-5px);box-shadow:0 5px 20px rgba(0,0,0,.1)}.pricing-plan h3{font-size:24px;color:var(--accent);text-transform:uppercase}.pricing-plan .plan-power{font-size:32px;font-weight:700;margin:15px 0}.pricing-plan .plan-guarantee{color:var(--green);font-weight:600;margin-bottom:15px}.pricing-plan .plan-desc{font-size:14px;color:var(--gray);margin-bottom:20px;min-height:60px}.pricing-plan .plan-cta{display:inline-block;padding:12px 24px;background:var(--accent);color:#fff!important;border-radius:100px;font-size:14px;font-weight:600}.pricing-plan .plan-cta:hover{background:#000;text-decoration:none}.breadcrumb{font-size:14px;color:var(--gray);margin-bottom:15px}.breadcrumb a{color:var(--accent)}.breadcrumb span{margin:0 8px}.product-card{text-align:center;margin-bottom:20px;cursor:pointer}.product-card h2{font-size:20px;margin-bottom:15px}.product-card h2 a{color:var(--accent)}.product-card h2 a:hover{color:var(--accent-hover)}.product-card img{margin:0 auto;max-height:300px;width:auto;max-width:100%}.product-card-price{margin-top:15px}.product-card-price del{color:#999;margin-right:10px}.product-card-price ins{text-decoration:none;color:var(--green);font-weight:700;font-size:18px}@media (max-width:1240px){#header.narrow{left:0;transform:none}}@media (max-width:1024px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:1024px}.hero-section h1{font-size:50px}.section-offer .elementor-heading-title:first-child{font-size:64px}.laser-clean-features,.pricing-plans,.shop-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:768px){.mobile-toggle{display:block}.desktop-dropdown,.desktop-menu{display:none}.elementor-col-25,.elementor-col-33,.elementor-col-50{width:100%}.elementor-container{flex-direction:column;align-items:center}.elementor-column{text-align:center}.elementor-widget-wrap{align-items:center;text-align:center}.elementor-column:empty{display:none}#header .head{padding:0 15px;gap:10px}.logo-container{min-width:70px}.logo img{max-width:70px;max-height:50px}#header-tools{display:flex;align-items:center}#basket-menu-switch{font-size:18px;min-width:44px;min-height:44px;padding:6px}#footer .foot-content{grid-template-columns:1fr;padding:0 20px}#footer .foot-items .foot-content{flex-direction:column;gap:15px;text-align:center}#footer .socials a{width:44px;height:44px}.shop-grid{grid-template-columns:1fr}.product-page{flex-direction:column}.product-gallery{flex:1 1 100%}.laser-clean-features,.pricing-plans{grid-template-columns:1fr}.hero-section{padding:100px 0 50px}.hero-section h1{font-size:34px;letter-spacing:-.02em}.section-offer .elementor-heading-title:first-child{font-size:54px;letter-spacing:-.03em}.cta-banner{background-attachment:scroll;padding:80px 0}.video-section{padding:60px 0}.video-section .elementor-heading-title{font-size:28px}.contact-section{padding:60px 0}.woocommerce-tabs .tabs{flex-wrap:wrap}.wpforms-field input,.wpforms-field textarea{font-size:16px}#to-top{right:15px;bottom:15px}}@media (max-width:480px){.hero-section{padding:90px 0 40px}.hero-section h1{font-size:26px;letter-spacing:-.01em}.section-offer .elementor-heading-title:first-child{font-size:36px;letter-spacing:-.02em}.contact-section .elementor-heading-title{font-size:32px;letter-spacing:-.01em}.video-section{padding:40px 0}.video-section .elementor-heading-title{font-size:22px}.cta-banner{padding:50px 0}.cta-banner h2{font-size:20px}body{font-size:15px}.elementor-button{padding:16px 28px;font-size:15px}.elementor-heading-title{font-size:18px;letter-spacing:1px}}@media (max-width:360px){#header .head{padding:0 10px;gap:5px}.wpforms-field-row{flex-direction:column}}.page-content table,.short-description table,.tab-content table{display:block;overflow-x:auto;max-width:100%}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes pop-in{0%{transform:scale(0)}60%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes slide-in-right{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes slide-in-left{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@keyframes slide-out-left{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100px)}}@keyframes slide-out-right{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100px)}}@keyframes slide-in-from-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes expand-down{0%{max-height:0;opacity:0;overflow:hidden}to{max-height:1000px;opacity:1;overflow:visible}}.animate-fade-in-up{animation:fade-in-up .3s ease-out forwards}.animate-fade-in{animation:fade-in .3s ease-out forwards}.animate-fade-in-down{animation:fade-in-down .3s ease-out forwards}.animate-scale-in{animation:scale-in .4s ease-out forwards}.animate-pop-in{animation:pop-in .3s ease-out forwards}.animate-slide-in-right{animation:slide-in-right .3s ease-out forwards}.animate-slide-in-left{animation:slide-in-left .3s ease-out forwards}.animate-slide-in-from-right{animation:slide-in-from-right .3s ease-out forwards}.animate-expand-down{animation:expand-down .3s ease-in-out forwards}.marquee-track{animation:marquee 20s linear infinite}.marquee-track.paused{animation-play-state:paused}.socials a{transition:transform .15s ease}.socials a:hover{transform:scale(1.15) translateY(-2px)}.product-card{transition:transform .2s ease}.product-card:hover{transform:translateY(-5px)}.product-card img{transition:transform .2s ease}.product-card:hover img{transform:scale(1.05)}.mobile-menu-content{animation:slide-in-from-right .3s ease-out forwards}.desktop-dropdown{animation:fade-in .3s ease-out forwards}.dropdown-content.slide-rtl{animation:slide-in-right .3s ease-out forwards}.dropdown-content.slide-ltr{animation:slide-in-left .3s ease-out forwards}.wpforms-field input,.wpforms-field textarea{transition:transform .2s ease}.wpforms-field input:focus,.wpforms-field textarea:focus{transform:scale(1.02)}.wpforms-submit{transition:transform .15s ease,background-color .2s ease}.wpforms-submit:active{transform:scale(.97)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.cursor,.marquee-track{animation:none}}