﻿:root{--as-bg:#ffffff;--as-page:#f5f6fa;--as-surface:#f5f5f7;--as-text:#1d1d1f;--as-muted:#6e6e73;--as-graphite:#1d1d1f;--as-accent:#1d1d1f;--as-accent-dark:#000000;--as-border:#e3e3e6;--as-blue:#2f6bff;--as-blue-dark:#1f53d6;--as-container-max:1500px;--as-container-pad:50px;}@media (max-width:1100px){:root{--as-container-pad:20px;}}@media (max-width:520px){:root{--as-container-pad:14px;}}body{background-color:var(--as-page);color:var(--as-text);}#page,.site,.site-content,.content-area,.site-main{background-color:var(--as-page);}a{color:var(--as-text);}a:hover{color:var(--as-muted);}h1,h2,h3{color:var(--as-text);letter-spacing:0;}.site-header,#masthead{display:none !important;}.ast-breadcrumbs,.woocommerce-breadcrumb,.single-product .woocommerce-breadcrumb{display:none !important;}.as-header{position:relative;z-index:50;background:#fff;border-bottom:1px solid var(--as-border);font-family:inherit;}.as-topbar{background:var(--as-page);border-bottom:1px solid var(--as-border);font-size:0.85rem;}.as-mainbar{background:#fff;}.as-topbar__inner{max-width:var(--as-container-max);margin:0 auto;padding:9px var(--as-container-pad);display:flex;align-items:center;justify-content:space-between;gap:24px;box-sizing:border-box;}.as-topbar__links{display:flex;gap:26px;flex-wrap:wrap;}.as-topbar__links a{color:var(--as-muted);text-decoration:none;transition:color 0.15s ease;}.as-topbar__links a:hover{color:var(--as-text);}.as-topbar__account{display:inline-flex;align-items:center;gap:7px;color:var(--as-text);text-decoration:none;font-weight:600;white-space:nowrap;}.as-topbar__account:hover{color:var(--as-accent);}.as-mainbar__inner{max-width:var(--as-container-max);margin:0 auto;padding:16px var(--as-container-pad);display:flex;align-items:center;gap:26px;box-sizing:border-box;position:relative;}.as-logo{flex:0 0 auto;display:inline-flex;}.as-logo img{height:42px;width:auto;}.as-catalog{position:static;flex:0 0 auto;}.as-catalog__btn{display:inline-flex;align-items:center;gap:10px;background:var(--as-blue);color:#fff;border:none;border-radius:12px;padding:15px 30px;font-size:1rem;font-weight:600;cursor:pointer;transition:background 0.15s ease;}.as-catalog__btn:hover{background:var(--as-blue-dark);}.as-catalog__btn svg{display:block;flex:0 0 auto;width:20px;height:20px;}.as-catalog__menu{position:absolute;top:100%;left:var(--as-container-pad);width:min(422px,calc(100vw - (var(--as-container-pad) * 2)));background:#fff;border-radius:0;box-shadow:0 18px 45px rgba(7,19,31,0.18);padding:0;overflow:visible;z-index:60;}.as-catalog__menu[hidden]{display:none;}.as-catalog__cats{list-style:none;margin:0;padding:8px 0;width:100%;}.as-cat-item{position:relative;}.as-cat-item.has-sub>.as-cat-link{padding-right:58px;}.as-cat-link{display:flex;align-items:center;gap:14px;min-height:56px;padding:0 22px;border-radius:0;color:var(--as-text);text-decoration:none;font-size:1.05rem;transition:background 0.15s ease,color 0.15s ease;}.as-cat-link:hover,.as-cat-item:hover>.as-cat-link{background:var(--as-surface);color:var(--as-text);}.as-cat-ico{display:inline-flex;justify-content:center;width:26px;color:#07131f;flex:0 0 26px;}.as-cat-ico svg{display:block;width:24px;height:24px;}.as-cat-name{flex:1 1 auto;}.as-cat-toggle{position:absolute;top:4px;right:8px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:0;border-radius:8px;background:transparent;color:#07131f;cursor:pointer;}.as-header .as-cat-toggle,.as-header .as-cat-toggle:focus,.as-header .as-cat-toggle:focus-visible{border:0;background:transparent;color:#07131f;}@media (hover:hover){.as-header .as-cat-toggle:hover{background:#e9eef5;}}.as-cat-arrow{display:inline-flex;line-height:0;transition:transform 0.15s ease;}.as-cat-toggle[aria-expanded="true"].as-cat-arrow{transform:rotate(90deg);}.as-cat-arrow svg{display:block;width:18px;height:18px;}.as-cat-sub{position:absolute;top:-8px;left:100%;z-index:3;min-width:320px;background:#fff;border-radius:14px;box-shadow:0 18px 50px rgba(0,0,0,0.16);padding:12px;opacity:0;visibility:hidden;transform:translateX(6px);transition:opacity 0.15s ease,transform 0.15s ease,visibility 0.15s;}.as-cat-item.has-sub:hover>.as-cat-sub,.as-cat-item.has-sub:focus-within>.as-cat-sub{opacity:1;visibility:visible;transform:translateX(0);}.as-cat-sub ul{list-style:none;margin:0;padding:0;}.as-cat-sub a{display:block;padding:12px 16px;border-radius:9px;color:var(--as-text);text-decoration:none;font-size:0.95rem;transition:background 0.15s ease;}.as-cat-sub a:hover{background:var(--as-surface);}@media (max-width:768px){.as-catalog__menu{overflow:hidden;}.as-cat-sub{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;padding:0 8px 8px 48px;}.as-cat-item.is-open>.as-cat-sub{display:block;}.as-cat-sub a{padding:10px 14px;background:var(--as-surface);}}.as-search{position:relative;flex:1 1 auto;min-width:0;display:flex;align-items:center;background:var(--as-surface);border:1px solid var(--as-border);border-radius:14px;padding:5px 6px 5px 4px;overflow:visible;}.as-search.is-search-open{border-color:#b9c8ff;box-shadow:0 0 0 3px rgba(47,107,255,0.1);}.as-search input[type="search"]{flex:1 1 auto;min-width:0;border:none;background:transparent;padding:12px 20px;font-size:1rem;color:var(--as-text);outline:none;}.as-search input[type="search"]::placeholder{color:var(--as-muted);}.as-search>button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 auto;background:#fff;border:1px solid var(--as-border);border-radius:10px;color:var(--as-text);cursor:pointer;transition:background 0.15s ease,color 0.15s ease;}.as-search>button:hover{background:var(--as-blue);border-color:var(--as-blue);color:#fff;}.as-search>button svg{width:22px !important;height:22px !important;min-width:22px;flex:0 0 auto;display:block;}.as-search .as-search-results{position:absolute;top:calc(100%+8px);left:0;right:0;width:100%;max-width:none;margin:0;background:#fff;border:1px solid var(--as-border);border-radius:14px;box-shadow:0 18px 48px rgba(15,23,42,0.16);padding:8px 0;z-index:80;max-height:min(560px,calc(100vh - 150px));overflow-y:auto;overscroll-behavior:contain;box-sizing:border-box;}.as-search .as-search-results[hidden]{display:none;}.as-search .as-search-section+.as-search-section{margin-top:6px;padding-top:8px;border-top:1px solid #edf0f4;}.as-search .as-search-section__title{padding:5px 14px 7px;color:#7d8794;font-size:12px;font-weight:700;line-height:1.2;letter-spacing:0.05em;text-transform:uppercase;}.as-search .as-search-section__list{display:grid;gap:2px;padding:0 6px;}.as-search .as-search-category,.as-search .as-search-item{display:flex;align-items:center;gap:12px;min-width:0;padding:9px 10px;border-radius:10px;color:var(--as-text);text-decoration:none;transition:background 0.15s ease,color 0.15s ease;}.as-search .as-search-category:hover,.as-search .as-search-item:hover,.as-search .as-search-option.is-active{background:#f2f5ff;color:var(--as-text);}.as-search .as-search-category__visual,.as-search .as-search-item__visual{display:inline-flex;align-items:center;justify-content:center;flex:0 0 48px;width:48px;height:48px;overflow:hidden;border:1px solid #edf0f4;border-radius:9px;background:#fff;color:#18222d;}.as-search .as-search-category__visual img,.as-search .as-search-item__visual img{display:block;width:100%;height:100%;margin:0;object-fit:contain;}.as-search .as-search-category__visual svg{width:25px;height:25px;}.as-search .as-search-category__content,.as-search .as-search-item__content{display:flex;flex:1 1 auto;flex-direction:column;gap:3px;min-width:0;}.as-search .as-search-category__name,.as-search .as-search-item__name{overflow:hidden;color:#17212b;font-size:14px;font-weight:650;line-height:1.25;text-overflow:ellipsis;white-space:nowrap;}.as-search .as-search-category__meta,.as-search .as-search-item__sku{overflow:hidden;color:#8a94a3;font-size:12px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap;}.as-search .as-search-category__arrow{flex:0 0 auto;color:#a1aab6;font-size:24px;line-height:1;}.as-search .as-search-item__price{flex:0 0 auto;color:#d52e3f;font-size:14px;font-weight:700;white-space:nowrap;}.as-search .as-search-all{display:flex;align-items:center;justify-content:center;margin:8px 6px 0;padding:11px 14px;border-top:1px solid #edf0f4;border-radius:9px;color:#3040ff;font-size:14px;font-weight:700;text-align:center;text-decoration:none;}.as-search .as-search-all:hover,.as-search .as-search-all.is-active{background:#f2f5ff;color:#3040ff;}.as-search .as-search-loading,.as-search .as-search-empty{padding:18px 14px;color:#7d8794;font-size:14px;text-align:center;}.as-phone{flex:0 0 auto;text-align:right;white-space:nowrap;}.as-phone__num{display:block;font-size:1.15rem;font-weight:700;color:var(--as-text);text-decoration:none;}.as-phone__sub{display:flex;align-items:center;gap:10px;font-size:0.82rem;margin-top:2px;justify-content:flex-end;}.as-phone__hours{color:var(--as-muted);}.as-phone__callback{color:var(--as-blue);font-weight:600;text-decoration:none;}.as-phone__callback:hover{text-decoration:underline;}.as-header-actions{flex:0 0 auto;display:flex;align-items:center;gap:18px;}.as-header-actions .as-header-icon{position:relative;color:var(--as-text);display:inline-flex;transition:color 0.15s ease;}.as-header-actions .as-header-icon:hover{color:var(--as-accent);}.as-header-actions .as-header-icon:focus,.as-header-actions .as-header-icon:focus-visible,.as-header button:focus,.as-header button:focus-visible{outline:0 !important;box-shadow:none !important;}.as-header-actions .as-cart-count,.as-header-actions .as-wishlist-count{position:absolute;top:-7px;right:-9px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#e02424;color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center;}.as-header-actions .as-wishlist-count.is-empty{display:none;}.as-breadcrumbs{background:var(--as-page);border-bottom:0;}.as-breadcrumbs__inner{max-width:var(--as-container-max);margin:0 auto;padding:16px var(--as-container-pad) 14px;display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-height:54px;font-size:0.88rem;line-height:1.35;color:#9aa3b1;box-sizing:border-box;}.as-breadcrumbs a{color:#7f8897;text-decoration:none;transition:color 0.15s ease;}.as-breadcrumbs a:hover{color:var(--as-text);}.as-breadcrumbs .as-bc-home{display:inline-flex;color:#8d96a5;line-height:0;}.as-breadcrumbs .as-bc-sep{color:#c6ccd6;}.as-breadcrumbs .as-bc-current{color:#9aa3b1;}@media (max-width:1100px){.as-breadcrumbs__inner{padding-left:var(--as-container-pad);padding-right:var(--as-container-pad);}}@media (max-width:1100px){.as-topbar__inner,.as-mainbar__inner{padding-left:var(--as-container-pad);padding-right:var(--as-container-pad);}.as-phone__sub{display:none;}.as-catalog__btn span{display:none;}.as-catalog__btn{padding:14px;}}@media (max-width:768px){.as-topbar{display:none;}.as-mainbar__inner{display:grid;grid-template-columns:minmax(0,1fr) 48px 92px;align-items:center;gap:12px;width:100%;}.as-logo{grid-column:1;min-width:0;overflow:hidden;}.as-logo img{max-width:min(155px,100%);height:auto;}.as-catalog{grid-column:2;justify-self:end;}.as-catalog__btn{width:48px;height:48px;justify-content:center;padding:0;}.as-search{grid-column:1 / -1;grid-row:2;order:5;flex:none;width:100%;max-width:100%;box-sizing:border-box;overflow:visible;}.as-search input[type="search"]{width:0;padding-left:16px;padding-right:10px;}.as-phone{display:none;}.as-header-actions{grid-column:3;width:92px;gap:4px;justify-self:end;justify-content:flex-end;}.as-header-actions .as-header-icon{width:44px;height:44px;align-items:center;justify-content:center;}.as-header-actions .as-cart-count,.as-header-actions .as-wishlist-count{top:0;right:0;}}.main-header-bar{padding-top:6px;padding-bottom:6px;}.site-primary-header-wrap.ast-container{max-width:100%;padding-left:50px;padding-right:50px;}.main-header-bar .ast-builder-grid-row{display:flex;align-items:center;gap:24px;}.site-header-primary-section-left{flex:0 0 auto;position:relative;z-index:2;}.site-header-primary-section-right{flex:1 1 auto;min-width:0;}.site-header-primary-section-right .main-header-bar-navigation,.site-header-primary-section-right .ast-builder-menu,.site-header-primary-section-right .ast-main-header-bar-alignment,.site-header-primary-section-right .site-navigation,.site-header-primary-section-right .main-navigation{width:100%;}.main-header-menu{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;padding:0 clamp(158px,14vw,204px) 0 0;box-sizing:border-box;}.main-header-menu>li:not(.as-menu-icons){flex:0 0 auto;}.main-header-menu>li:not(.as-menu-icons)>a{display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 15px;text-align:center;}.site-header .custom-logo,.ast-site-identity .custom-logo{max-height:46px;width:auto;}.site-header .ast-site-title-wrap,.site-header .site-title,.site-header .site-description{display:none !important;}.main-header-bar .main-navigation a{font-size:0.96rem;}.main-header-menu .as-menu-icons{position:absolute;top:50%;right:0;display:flex !important;flex-direction:row !important;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:10px;width:auto;min-width:152px;height:40px;margin:0;transform:translateY(-50%);}.main-header-bar .as-menu-icons>a,.main-header-bar .as-menu-icons>a:visited{display:inline-flex !important;align-items:center;justify-content:center;position:relative;width:30px;height:40px;border:0;border-radius:0;background:transparent !important;box-shadow:none !important;color:var(--as-text);padding:0 !important;line-height:1;text-decoration:none;transform:none !important;}.main-header-bar .as-menu-icons>a:hover,.main-header-bar .as-menu-icons>a:focus,.main-header-bar .as-menu-icons>a:active{background:transparent !important;box-shadow:none !important;color:var(--as-muted);outline:none;transform:none !important;}.main-header-bar .as-menu-icons svg{display:block;flex:0 0 auto;}.main-header-bar .as-menu-icons .as-cart-count{position:absolute;top:3px;right:-4px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:var(--as-accent);color:#fff;font-size:11px;font-weight:700;line-height:17px;text-align:center;}.as-search-panel{position:fixed;top:0;left:0;right:0;z-index:9998;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,0.12);padding:22px 50px;}.as-search-panel[hidden]{display:none;}.as-search-panel__inner{display:flex;align-items:center;gap:16px;max-width:900px;margin:0 auto;}.as-search-panel form{flex:1 1 auto;display:flex;align-items:center;border:1px solid var(--as-border);border-radius:12px;overflow:hidden;}.as-search-panel input[type="search"]{flex:1 1 auto;border:none;padding:14px 18px;font-size:1rem;outline:none;}.as-search-panel form button{background:var(--as-accent);color:#fff;border:none;padding:0 20px;align-self:stretch;cursor:pointer;}.as-search-close{background:none;border:none;font-size:30px;line-height:1;color:var(--as-muted);cursor:pointer;}.as-search-results{max-width:900px;margin:14px auto 0;}.as-search-results[hidden]{display:none;}.as-search-item{display:flex;align-items:center;gap:14px;padding:10px 12px;border-radius:10px;color:var(--as-text);text-decoration:none;}.as-search-item:hover{background:var(--as-surface);color:var(--as-text);}.as-search-item img,.as-search-noimg{width:44px;height:44px;border-radius:8px;object-fit:cover;background:var(--as-surface);flex:0 0 auto;}.as-search-item__name{flex:1 1 auto;font-size:0.95rem;}.as-search-item__price{font-weight:700;font-size:0.95rem;white-space:nowrap;}.as-search-empty{text-align:center;color:var(--as-muted);padding:16px;}.home .entry-header,.home .ast-archive-description{display:none;}.home .content-area{margin-top:0 !important;}.home .site-content .ast-container,.home .site-content .content-area,.home .site-content .site-main,.home .entry-content{width:100%;max-width:100%;padding-left:0;padding-right:0;}.home .entry-content>*:not(.alignfull):not(.as-hero){max-width:var(--as-container-max);margin-left:auto;margin-right:auto;padding-left:var(--as-container-pad);padding-right:var(--as-container-pad);box-sizing:border-box;}.home .entry-content h2,.home .entry-content h2.as-section-title{text-align:left;font-size:1.9rem;font-weight:700;margin:56px 0 24px;}.woocommerce.columns-5 ul.products,.woocommerce ul.products:not(.elementor-grid).columns-5,.woocommerce-page ul.products:not(.elementor-grid).columns-5{display:grid !important;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px;margin:0;}.woocommerce.columns-5 ul.products li.product,.woocommerce ul.products.columns-5 li.product{width:auto !important;margin:0 !important;float:none !important;}@media (max-width:1500px){.woocommerce.columns-5 ul.products,.woocommerce ul.products:not(.elementor-grid).columns-5,.woocommerce-page ul.products:not(.elementor-grid).columns-5{grid-template-columns:repeat(4,minmax(0,1fr));}}@media (max-width:1250px){.woocommerce.columns-5 ul.products,.woocommerce ul.products:not(.elementor-grid).columns-5,.woocommerce-page ul.products:not(.elementor-grid).columns-5{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:980px){.woocommerce.columns-5 ul.products,.woocommerce ul.products:not(.elementor-grid).columns-5,.woocommerce-page ul.products:not(.elementor-grid).columns-5{grid-template-columns:repeat(2,minmax(0,1fr));}}.as-home-more{display:flex;justify-content:center;margin-top:28px !important;}.as-home-more__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:228px;min-height:58px;padding:0 30px;border-radius:8px;background:#3040ff;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:16px;font-weight:700;line-height:1;text-decoration:none !important;transition:background 0.15s ease,transform 0.15s ease;}.as-home-more__btn::before{content:"";width:18px;height:18px;background:currentColor;-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='M20 11a8.1 8.1 0 0 0-15.5-2M4 5v4h4M4 13a8.1 8.1 0 0 0 15.5 2M20 19v-4h-4'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='M20 11a8.1 8.1 0 0 0-15.5-2M4 5v4h4M4 13a8.1 8.1 0 0 0 15.5 2M20 19v-4h-4'/%3E%3C/svg%3E") center/contain no-repeat;}.as-home-more__btn:hover,.as-home-more__btn:focus{background:#2531d8;color:#fff;transform:translateY(-1px);outline:none;}.as-home-more__btn:disabled{opacity:0.78;cursor:wait;transform:none;}.as-home-more__btn.is-loading::before{animation:as-spin 0.8s linear infinite;}@keyframes as-spin{to{transform:rotate(360deg);}}@media (max-width:1100px){.home .entry-content>*:not(.alignfull):not(.as-hero){padding-left:var(--as-container-pad);padding-right:var(--as-container-pad);}}@media (max-width:680px){.woocommerce.columns-5 ul.products,.woocommerce ul.products:not(.elementor-grid).columns-5,.woocommerce-page ul.products:not(.elementor-grid).columns-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}}.as-hero,.home .entry-content[data-ast-blocks-layout]>.as-hero{position:relative;width:calc(100% - var(--as-container-pad) - var(--as-container-pad));max-width:calc(var(--as-container-max) - var(--as-container-pad) - var(--as-container-pad)) !important;margin:clamp(12px,1.2vw,18px) auto 8px;overflow:hidden;border-radius:clamp(14px,1.2vw,18px);background:#fff;box-sizing:border-box;}.as-hero__track{display:flex;transition:transform 0.5s ease;}.as-hero__slide{position:relative;min-width:100%;height:clamp(320px,min(29vw,calc(100svh - 405px)),430px);padding:clamp(24px,4vw,60px) var(--as-container-pad);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;box-sizing:border-box;}.as-hero__picture{position:absolute;inset:0;z-index:0;}.as-hero__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 46%;}.as-hero__slide::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient( to right,rgba(255,255,255,0.08),rgba(255,255,255,0) 34% ),linear-gradient( rgba(0,0,0,0.24),rgba(0,0,0,0.24) ),radial-gradient( circle at center,rgba(0,0,0,0.08),rgba(0,0,0,0.34) );}.as-hero__inner{position:relative;z-index:2;width:100%;min-width:0;max-width:min(760px,100%);padding:0;}.as-hero__inner h2,.home .entry-content .as-hero__inner h2{color:#fff;font-size:clamp(1.9rem,2.6vw,2.6rem);line-height:1.08;margin:0 0 14px;text-align:center;overflow-wrap:break-word;text-shadow:0 2px 16px rgba(0,0,0,0.35);}.as-hero__inner p,.home .entry-content .as-hero__inner p{max-width:680px;font-size:clamp(0.98rem,1.1vw,1.08rem);line-height:1.45;margin:0 auto 24px;color:#f0f0f2;overflow-wrap:break-word;text-shadow:0 1px 12px rgba(0,0,0,0.35);}.as-hero__btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;background:#fff;color:#1d1d1f;padding:0 clamp(26px,3vw,36px);border-radius:980px;font-weight:600;text-decoration:none;transition:transform 0.15s ease,background 0.15s ease;}.home .entry-content .as-hero__btn,.home .entry-content .as-hero__btn:visited,.home .entry-content .as-hero__btn:hover,.home .entry-content .as-hero__btn:focus,.home .entry-content .as-hero__btn:active{text-decoration:none !important;box-shadow:none !important;border-bottom:0 !important;}.as-hero__btn:hover{background:#f0f0f2;color:#1d1d1f;transform:translateY(-2px);}.as-hero__dots{position:absolute;bottom:18px;left:0;right:0;z-index:3;display:flex;justify-content:center;gap:2px;}.as-hero__dot{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;border:none;background:transparent;cursor:pointer;padding:0;}.as-hero__dot::before{content:"";width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,0.45);}.as-hero__dot.is-active::before{background:#fff;}.as-home-cats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;gap:18px;margin-top:30px !important;}.as-home-cats+h2.as-section-title,.home .entry-content .as-home-cats+h2.as-section-title{margin-top:32px;}.as-home-cat{display:flex;flex-direction:column;align-items:center;gap:12px;min-width:0;color:#07131f;text-align:center;text-decoration:none !important;}.as-home-cat:hover,.as-home-cat:focus{color:#3040ff;outline:none;}.as-home-cat__art{position:relative;display:flex;align-items:flex-end;justify-content:center;width:min(100%,210px);height:130px;margin:0 auto;}.as-home-cat__art img{display:block;width:100%;max-width:190px;height:124px;object-fit:contain;transition:transform 0.18s ease;}.as-home-cat:hover .as-home-cat__art img,.as-home-cat:focus .as-home-cat__art img{transform:translateY(-3px);}.as-home-cat__name{display:block;color:inherit;font-size:1rem;font-weight:700;line-height:1.2;}@media (max-width:1100px){.as-home-cats{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:24px;}}@media (max-width:680px){.as-home-cats{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 14px;margin-top:18px !important;}.as-home-cat__art{height:112px;}.as-home-cat__art img{max-width:160px;height:108px;}.as-home-cat__name{font-size:0.95rem;}}.home ul.products li.product-category{background:var(--as-surface);border-radius:18px;padding:24px;text-align:center;transition:box-shadow 0.2s ease,transform 0.2s ease;}.home ul.products li.product-category:hover{box-shadow:0 12px 30px rgba(0,0,0,0.08);transform:translateY(-4px);}.home ul.products li.product-category img{width:auto;max-height:150px;margin:0 auto 14px;}.home ul.products li.product-category h2.woocommerce-loop-category__title{font-size:1.05rem;font-weight:600;}.home ul.products li.product-category h2 .count{display:block;color:var(--as-muted);font-size:0.85rem;font-weight:400;background:none;}.wp-block-button__link,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit,.woocommerce ul.products li.product .button{background-color:var(--as-accent);color:#fff;border:none;border-radius:10px;padding:0.75em 1.5em;font-weight:600;transition:background-color 0.15s ease,transform 0.15s ease;}.wp-block-button__link:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce #respond input#submit:hover,.woocommerce ul.products li.product .button:hover{background-color:var(--as-accent-dark);color:#fff;transform:translateY(-1px);}body.post-type-archive-product .site-content .ast-container,body.tax-product_cat .site-content .ast-container,body.tax-product_tag .site-content .ast-container{display:block;width:100%;max-width:var(--as-container-max);margin-left:auto;margin-right:auto;padding-left:var(--as-container-pad);padding-right:var(--as-container-pad);box-sizing:border-box;}body.post-type-archive-product #primary,body.tax-product_cat #primary,body.tax-product_tag #primary{width:100%;margin:0;padding:0;}.as-shop-archive{padding:8px 0 54px;}.as-shop-title{margin:0;color:#07131f;font-size:1.9rem;font-weight:500;line-height:1.2;white-space:nowrap;}.as-shop-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:20px;align-items:start;width:100%;max-width:100%;box-sizing:border-box;}.as-shop-archive.as-filters-closed .as-shop-layout{grid-template-columns:minmax(0,1fr);}.as-shop-archive.as-filters-closed .as-shop-sidebar{display:none;}.as-shop-sidebar,.as-shop-main{min-width:0;max-width:100%;}.as-shop-filters{margin:0;}.as-filter-card{position:relative;background:#fff;border:1px solid #e4e8ef;border-radius:8px;padding:16px 18px;width:100%;max-width:100%;box-sizing:border-box;margin:0 0 14px;}.as-filter-card h2{margin:0 0 10px;color:#07131f;font-size:0.98rem;font-weight:700;}.as-price-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}.as-price-field{display:flex;align-items:center;gap:6px;height:42px;padding:0 10px;border:1px solid #dde3ec;border-radius:8px;background:#f8fafc;box-sizing:border-box;}.as-price-field span{flex:0 0 auto;color:#a0a8b5;font-size:0.9rem;}.as-price-field input{flex:1 1 auto;width:100%;min-width:0;border:0;background:transparent;color:#506070;font-size:0.95rem;outline:none;-moz-appearance:textfield;}.as-price-field input::-webkit-outer-spin-button,.as-price-field input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;}.as-price-track{position:relative;height:28px;margin:14px 4px 12px;--as-price-left:0%;--as-price-right:100%;}.as-price-track::before{content:"";position:absolute;top:13px;left:0;right:0;height:4px;border-radius:8px;background:#dfe5ed;}.as-price-track::after{content:"";position:absolute;top:13px;left:var(--as-price-left);right:calc(100% - var(--as-price-right));height:4px;border-radius:8px;background:#3040ff;}.as-price-track input[type="range"]{position:absolute;inset:0;width:100%;height:28px;margin:0;padding:0;border:0;background:transparent;color:transparent;box-shadow:none;outline:0;accent-color:transparent;pointer-events:none;appearance:none;-webkit-appearance:none;}.as-price-track input[type="range"]::-webkit-slider-runnable-track{width:100%;height:4px;border:0;background:transparent !important;box-shadow:none;color:transparent;-webkit-appearance:none;}.as-price-track input[type="range"]::-webkit-slider-thumb{width:22px;height:22px;margin-top:-9px;border:3px solid #fff;border-radius:50%;background:#3040ff;box-shadow:0 3px 8px rgba(48,64,255,0.25);cursor:pointer;pointer-events:auto;-webkit-appearance:none;}.as-price-track input[type="range"]::-moz-range-track{height:4px;border:0;background:transparent;box-shadow:none;color:transparent;}.as-price-track input[type="range"]::-moz-range-progress{height:4px;border:0;background:transparent;box-shadow:none;}.as-price-track input[type="range"]::-moz-range-thumb{width:16px;height:16px;border:3px solid #fff;border-radius:50%;background:#3040ff;box-shadow:0 3px 8px rgba(48,64,255,0.25);cursor:pointer;pointer-events:auto;}.as-price-track input[type="range"]:focus-visible::-webkit-slider-thumb{box-shadow:0 3px 8px rgba(48,64,255,0.25);}.as-price-track input[type="range"]:focus-visible::-moz-range-thumb{box-shadow:0 3px 8px rgba(48,64,255,0.25);}.as-price-track input[data-price-range="min"]{left:0;z-index:2;}.as-price-track input[data-price-range="max"]{right:0;z-index:3;}.as-price-reset{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:34px;margin-top:6px;border:1px solid #dfe5ed;border-radius:8px;background:#f8fafc;color:#7c8795;font-size:0.88rem;font-weight:700;text-decoration:none;box-sizing:border-box;}.as-price-reset:hover,.as-price-reset:focus,.as-price-reset:focus-visible{border-color:#cbd5e1;background:#fff;color:#3040ff;outline:0;box-shadow:none;}.as-filter-options{display:grid;gap:0;max-height:150px;overflow-y:hidden;overscroll-behavior:auto;padding-right:6px;scrollbar-width:none;}.as-filter-card.as-has-scrollbar .as-filter-options{padding-right:22px;}.as-filter-options::-webkit-scrollbar{display:none;}.as-filter-scrollbar{position:absolute;right:13px;width:6px;border-radius:99px;background:#eef2f7;box-sizing:border-box;}.as-filter-scrollbar[hidden]{display:none !important;}.as-filter-scrollbar__thumb{position:absolute;left:-2px;width:10px;min-width:0;height:32px;padding:0;border:0;border-radius:99px;background:#b9c4d3;box-shadow:none;cursor:ns-resize;appearance:none;}.as-filter-scrollbar__thumb:hover,.as-filter-scrollbar__thumb:focus,.as-filter-scrollbar__thumb:focus-visible,.as-filter-scrollbar.is-dragging .as-filter-scrollbar__thumb{background:#8d9aab;outline:0;box-shadow:none;}.as-filter-option{display:flex;align-items:center;gap:8px;min-height:30px;padding:2px 0;color:#07131f;font-size:0.92rem;line-height:1.15;cursor:pointer;box-sizing:border-box;}.as-filter-options.is-dragging,.as-filter-options.is-dragging *{cursor:ns-resize;user-select:none;}.as-filter-option input{flex:0 0 18px;width:18px;height:18px;margin:0;border:1px solid #b9c2cf;border-radius:6px;accent-color:#3040ff;}.as-filter-option span{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.as-filter-option em{flex:0 0 auto;color:#98a1ad;font-size:0.9rem;font-style:normal;}.as-filter-apply-popover{position:fixed;z-index:10000;display:flex;align-items:center;min-width:168px;padding:5px;border:1px solid #dfe5ed;border-radius:8px;background:#fff;box-shadow:0 12px 26px rgba(7,19,31,0.16);box-sizing:border-box;}.as-filter-apply-popover::before{content:"";position:absolute;left:18px;width:10px;height:10px;border:1px solid #dfe5ed;background:#fff;transform:rotate(45deg);}.as-filter-apply-popover.is-below::before{top:-6px;border-right:0;border-bottom:0;}.as-filter-apply-popover.is-above::before{bottom:-6px;border-left:0;border-top:0;}.as-filter-apply-popover[hidden]{display:none !important;}.as-filter-apply-popover button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:34px;padding:0 14px;border:0;border-radius:6px;background:#3040ff;color:#fff;font-family:inherit;font-size:0.88rem;font-weight:700;white-space:nowrap;cursor:pointer;}.as-filter-apply-popover button:hover,.as-filter-apply-popover button:focus,.as-filter-apply-popover button:focus-visible{background:#2531d8;outline:0;box-shadow:none;}.as-shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:70px;margin:0;padding:0 28px;border:0;border-radius:0;background:var(--as-page);box-sizing:border-box;width:100%;max-width:100%;}.as-shop-toolbar__left{display:flex;align-items:center;gap:14px;min-width:0;}.as-shop-toolbar__actions{display:flex;align-items:center;justify-content:flex-end;gap:0;min-width:0;margin-left:auto;}.as-shop-filter-toggle{display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:1px solid #dfe5ed;border-radius:8px;background:#fff;color:#8f9aaa;font-family:inherit;line-height:1;cursor:pointer;transition:background 0.15s ease,border-color 0.15s ease,color 0.15s ease,box-shadow 0.15s ease;}.as-shop-filter-toggle:hover,.as-shop-filter-toggle:focus{border-color:#cbd5e1;background:#fff;color:#07131f;outline:0;box-shadow:none;}.as-shop-filter-toggle.is-open{border-color:#dfe5ed;background:#fff;color:#07131f;}.as-shop-filter-toggle svg{flex:0 0 auto;width:16px;height:16px;transition:transform 0.15s ease;}.as-shop-archive.as-filters-closed .as-shop-filter-toggle svg{transform:rotate(180deg);}.as-shop-count .woocommerce-result-count,.as-shop-toolbar .woocommerce-result-count{margin:0;color:#07131f;font-size:1rem;}.as-shop-sort{display:flex;align-items:center;gap:8px;color:#98a1ad;font-size:1rem;white-space:nowrap;}.as-shop-sort .woocommerce-ordering{display:inline-flex;align-items:center;margin:0;min-width:0;position:relative;}.as-shop-sort .woocommerce-ordering::after{content:"";width:8px;height:8px;border:solid #8f9aaa;border-width:0 1.5px 1.5px 0;position:absolute;right:2px;top:50%;transform:translateY(-65%) rotate(45deg);pointer-events:none;}.as-shop-sort select{width:auto;min-width:0;max-width:min(320px,42vw);padding:0 24px 0 0;border:0;background:transparent;color:#07131f;font-family:inherit;font-size:1rem;font-weight:500;outline:none;box-shadow:none;text-align:left;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;}.as-shop-sort select:focus,.as-shop-sort select:focus-visible,.as-shop-sort .woocommerce-ordering select.orderby:focus,.as-shop-sort .woocommerce-ordering select.orderby:focus-visible{border:0 !important;outline:0 !important;box-shadow:none !important;}.as-shop-main{overflow:hidden;border:1px solid #e4e8ef;border-radius:8px;background:#fff;}.as-shop-archive.as-filters-closed .as-shop-main{overflow:visible;border:0;border-radius:0;background:transparent;}.as-shop-main ul.products,.woocommerce .as-shop-main ul.products{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 !important;padding:0;background:#fff;}.as-shop-archive.as-filters-closed .as-shop-main ul.products,.woocommerce .as-shop-archive.as-filters-closed .as-shop-main ul.products{grid-template-columns:repeat(5,minmax(0,1fr));gap:22px;background:transparent;}.as-shop-main ul.products li.product,.woocommerce .as-shop-main ul.products li.product{width:auto !important;margin:0 !important;float:none !important;border:0;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4;border-radius:0;background:#fff;padding:24px;box-shadow:none;}.as-shop-archive.as-filters-closed .as-shop-main ul.products li.product,.woocommerce .as-shop-archive.as-filters-closed .as-shop-main ul.products li.product{border:1px solid var(--as-border);border-radius:16px;background:var(--as-bg);padding:18px;}.as-shop-main ul.products li.product:hover,.woocommerce .as-shop-main ul.products li.product:hover{box-shadow:none;transform:none;}.as-shop-archive.as-filters-closed .as-shop-main ul.products li.product:hover,.woocommerce .as-shop-archive.as-filters-closed .as-shop-main ul.products li.product:hover{box-shadow:0 12px 30px rgba(0,0,0,0.08);}.as-shop-main ul.products li.product a img,.woocommerce .as-shop-main ul.products li.product a img{background:#fff;border-radius:0;margin-bottom:18px;}.as-shop-archive.as-filters-closed .as-shop-main ul.products li.product a img,.woocommerce .as-shop-archive.as-filters-closed .as-shop-main ul.products li.product a img{border-radius:12px;background:var(--as-surface);margin-bottom:10px;}.as-shop-main ul.products li.product .woocommerce-loop-product__title,.woocommerce .as-shop-main ul.products li.product .woocommerce-loop-product__title{font-size:1.02rem;font-weight:500;line-height:1.22;}.as-shop-main nav.woocommerce-pagination,.woocommerce .as-shop-main nav.woocommerce-pagination{display:block;width:100%;clear:both;padding:20px 28px;border-top:1px solid #edf0f4;background:#fff;box-sizing:border-box;}.as-shop-archive.as-filters-closed .as-shop-main nav.woocommerce-pagination,.woocommerce .as-shop-archive.as-filters-closed .as-shop-main nav.woocommerce-pagination{padding:22px 0 0;border-top:0;background:transparent;}.as-shop-main nav.woocommerce-pagination ul,.woocommerce .as-shop-main nav.woocommerce-pagination ul{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:0;padding:0;border:0;}.as-shop-main nav.woocommerce-pagination ul li,.woocommerce .as-shop-main nav.woocommerce-pagination ul li{margin:0;border:0;}.as-shop-main nav.woocommerce-pagination ul li .page-numbers,.woocommerce .as-shop-main nav.woocommerce-pagination ul li .page-numbers{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;margin:0;border:1px solid #dfe5ed;border-radius:0;background:#fff;color:#07131f;font-size:1rem;text-decoration:none;box-sizing:border-box;}.as-shop-main nav.woocommerce-pagination ul li .page-numbers.current,.woocommerce .as-shop-main nav.woocommerce-pagination ul li .page-numbers.current{border-color:#0b70d8;background:#0b70d8;color:#fff;}.as-shop-main nav.woocommerce-pagination ul li a.page-numbers:hover,.woocommerce .as-shop-main nav.woocommerce-pagination ul li a.page-numbers:hover{border-color:#3040ff;color:#3040ff;}@media (max-width:1500px){.as-shop-layout{grid-template-columns:280px minmax(0,1fr);}.as-shop-archive.as-filters-closed .as-shop-layout{grid-template-columns:minmax(0,1fr);}.as-shop-main ul.products,.woocommerce .as-shop-main ul.products{grid-template-columns:repeat(3,minmax(0,1fr));}.as-shop-archive.as-filters-closed .as-shop-main ul.products,.woocommerce .as-shop-archive.as-filters-closed .as-shop-main ul.products{grid-template-columns:repeat(4,minmax(0,1fr));}}@media (max-width:1100px){body.post-type-archive-product .site-content .ast-container,body.tax-product_cat .site-content .ast-container,body.tax-product_tag .site-content .ast-container{padding-left:var(--as-container-pad);padding-right:var(--as-container-pad);}.as-shop-layout{grid-template-columns:1fr;}.as-shop-archive.as-filters-closed .as-shop-layout{grid-template-columns:1fr;}.as-shop-sidebar{grid-column:1 / -1;width:100%;max-width:none;}.as-shop-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}.as-shop-filters .as-filter-card{margin:0;}.as-shop-main{grid-column:1 / -1;}.as-shop-main ul.products,.woocommerce .as-shop-main ul.products{grid-template-columns:repeat(3,minmax(0,1fr));}.as-shop-archive.as-filters-closed .as-shop-main ul.products,.woocommerce .as-shop-archive.as-filters-closed .as-shop-main ul.products{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:760px){.as-shop-archive{padding-top:14px;}.as-shop-filter-toggle svg{transform:rotate(90deg);}.as-shop-archive.as-filters-closed .as-shop-filter-toggle svg{transform:rotate(-90deg);}.as-shop-title{font-size:1.55rem;white-space:normal;}.as-shop-toolbar{align-items:stretch;flex-direction:column;gap:10px;padding:16px;min-height:0;}.as-shop-toolbar__left{align-items:center;flex-direction:row;gap:10px;}.as-shop-toolbar__actions{align-items:stretch;flex-direction:column;gap:10px;width:100%;margin-left:0;}.as-shop-sort{display:grid;grid-template-columns:auto minmax(0,1fr);width:100%;margin-left:0;}.as-shop-filters{grid-template-columns:1fr;}.as-shop-sort select{min-width:0;width:100%;max-width:100%;}.as-shop-main ul.products,.woocommerce .as-shop-main ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}.as-shop-main ul.products li.product,.woocommerce .as-shop-main ul.products li.product{border:1px solid #e4e8ef;border-radius:12px;padding:14px;}}@media (max-width:520px){.as-mainbar__inner{grid-template-columns:minmax(0,1fr) 48px 88px;gap:10px;padding:var(--as-container-pad);}.as-logo img{max-width:min(140px,100%);}.as-catalog__btn{width:48px;height:48px;padding:0;}.as-header-actions{width:88px;gap:0;}.as-search input[type="search"]{padding-left:14px;padding-right:8px;font-size:0.92rem;}.as-search>button{width:38px;height:38px;margin-right:4px;}body.post-type-archive-product .site-content .ast-container,body.tax-product_cat .site-content .ast-container,body.tax-product_tag .site-content .ast-container{padding-left:var(--as-container-pad);padding-right:var(--as-container-pad);}.as-filter-card{padding:16px;}.as-shop-filters{grid-template-columns:1fr;}.as-price-fields{grid-template-columns:1fr;gap:10px;}.as-price-field{padding:0 12px;}.as-shop-main ul.products,.woocommerce .as-shop-main ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0;}.as-shop-archive.as-filters-closed .as-shop-main ul.products,.woocommerce .as-shop-archive.as-filters-closed .as-shop-main ul.products{grid-template-columns:repeat(2,minmax(0,1fr));padding:0;}}.woocommerce ul.products li.product{background:var(--as-bg);border:1px solid var(--as-border);border-radius:16px;box-sizing:border-box;padding:18px;display:flex;flex-direction:column;min-width:0;transition:box-shadow 0.2s ease,transform 0.2s ease;}.woocommerce ul.products li.product .ast-loop-product__link,.woocommerce ul.products li.product .as-card-image-static,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .astra-shop-summary-wrap,.woocommerce ul.products li.product .as-card-rating,.woocommerce ul.products li.product .as-card-price-row{width:100%;max-width:100%;min-width:0;box-sizing:border-box;}.woocommerce ul.products li.product:hover{box-shadow:0 12px 30px rgba(0,0,0,0.08);transform:none;}.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,.woocommerce ul.products li.product>.woocommerce-loop-product__link,.woocommerce ul.products li.product>.as-card-image-static{display:block;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:12px;background:#fff !important;margin-bottom:10px;}.woocommerce ul.products li.product .astra-shop-thumbnail-wrap>.woocommerce-loop-product__link{display:block;width:100%;height:100%;overflow:hidden;border-radius:inherit;background:#fff !important;}.woocommerce ul.products li.product a img,.woocommerce ul.products li.product .as-card-image-static img{display:block;width:100%;height:100%;aspect-ratio:1 / 1;object-fit:contain;object-position:center;border-radius:0;background:#fff !important;margin:0;transform:translate(var(--as-card-image-x,0),var(--as-card-image-y,0)) scale(var(--as-card-image-scale,1));transform-origin:center;}.woocommerce ul.products li.product .ast-on-card-button{display:none !important;}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1rem;font-weight:600;line-height:1.18;min-height:2.36em;margin:0;padding:0;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.woocommerce ul.products li.product .astra-shop-summary-wrap{display:grid;flex:1 1 auto;grid-template-rows:auto 18px 48px;row-gap:3px;min-width:0;}.woocommerce ul.products li.product .ast-woo-product-category,.woocommerce ul.products li.product .ast-loop-product__link{text-align:left;}.woocommerce ul.products li.product .as-card-price-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;justify-content:space-between;gap:6px;width:100%;min-height:48px;margin-top:0;padding-top:0;}.woocommerce ul.products li.product .as-card-price-cell{min-width:0;}.woocommerce ul.products li.product .ast-woo-product-category{display:none !important;}.woocommerce ul.products li.product .price{color:#d52e3f;font-size:clamp(0.94rem,1.05vw,1.06rem);font-weight:700;letter-spacing:-0.02em;text-align:left;display:grid;align-content:start;gap:1px;min-height:44px;margin:0;line-height:1.05;}.woocommerce ul.products li.product .price del{display:block;color:#6b7280;font-weight:500;font-size:0.86rem;line-height:1.05;text-decoration-thickness:1px;}.woocommerce ul.products li.product .price ins{display:block;color:#d52e3f;text-decoration:none;line-height:1.05;}.woocommerce ul.products li.product .price .woocommerce-Price-amount{white-space:nowrap;}.woocommerce ul.products li.product .price .screen-reader-text{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;}.woocommerce ul.products li.product .as-card-rating{display:flex;align-items:center;gap:7px;min-height:18px;margin:0;color:#bbc2cc;font-size:16px;line-height:1;}.woocommerce ul.products li.product .as-card-rating__stars{display:inline-block;letter-spacing:0;}.woocommerce ul.products li.product .as-card-rating__stars:not(.is-empty){color:#f5b43a;}.woocommerce ul.products li.product .as-card-rating__count{color:#8791a0;font-size:13px;}.woocommerce ul.products li.product .as-card-actions{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:10px;width:auto;min-width:0;}.woocommerce ul.products li.product .as-card-actions .button{flex:0 0 48px;width:48px;min-width:48px;max-width:48px;min-height:48px;height:48px;max-height:48px;margin:0;padding:0 !important;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#3040ff;color:#fff;font-size:0;line-height:1;text-align:center;white-space:nowrap;}.woocommerce ul.products li.product .as-card-actions .button.loading,.woocommerce ul.products li.product .as-card-actions .button.added,.woocommerce ul.products li.product .as-card-actions .button:focus,.woocommerce ul.products li.product .as-card-actions .button:active{flex:0 0 48px;width:48px;min-width:48px;max-width:48px;min-height:48px;height:48px;max-height:48px;padding:0 !important;transform:none !important;}.woocommerce ul.products li.product .as-card-actions .button.loading::after,.woocommerce ul.products li.product .as-card-actions .button.added::after,.woocommerce ul.products li.product .as-card-actions .button::after,.woocommerce ul.products li.product .as-card-actions .button::before{display:none !important;content:none !important;}.woocommerce ul.products li.product.as-cart-added,.woocommerce ul.products li.product:has(.as-card-actions .button.added){border-color:#b8e8ca;box-shadow:0 0 0 2px rgba(34,197,94,0.08);}.woocommerce ul.products li.product .as-card-actions .button.added{background:#16a34a;color:#fff;}.woocommerce ul.products li.product .as-card-actions .button.added .as-btn-icon{display:none;}.woocommerce ul.products li.product .as-card-actions .button.added::before{content:"" !important;display:block !important;width:24px;height:24px;background:currentColor;-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;}.woocommerce ul.products li.product .as-card-actions .added_to_cart{display:none !important;}.as-btn-icon{flex:0 0 auto;display:block;width:24px;height:24px;}.woocommerce ul.products li.product .as-card-wishlist,.woocommerce ul.products li.product .as-card-wishlist .tinv-wraper,.woocommerce ul.products li.product .as-card-wishlist .tinvwl-after-add-to-cart{flex:0 0 48px;width:48px;height:48px;margin:0 !important;padding:0 !important;}.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button{position:relative;display:inline-flex !important;flex:0 0 48px;align-items:center;justify-content:center;width:48px;min-width:48px;max-width:48px;height:48px;min-height:48px;max-height:48px;margin:0 !important;padding:0 !important;border:1px solid #e4e8ef;border-radius:12px;background:#f7f9fc;color:#9aa3b1;box-shadow:none !important;font-size:0;line-height:1;text-decoration:none !important;}.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button span,.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button i,.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button img,.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button svg,.woocommerce ul.products li.product .as-card-wishlist .tinvwl-tooltip,.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button::after{display:none !important;}.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button::before{content:"";position:absolute;top:50%;left:50%;display:block !important;width:24px;height:24px;margin:0 !important;background:currentColor;transform:translate(-50%,-50%);-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 1 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 1 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E") center/contain no-repeat;}.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button:hover,.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button:focus{border-color:#d8deea;background:#fff;color:#3040ff;outline:none;}.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button.as-wl-active,.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button[aria-pressed="true"],.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list,.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-already-in,.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-already-on-wishlist,.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-make-remove{border-color:#ffd8de;background:#fff2f4;color:#d52e3f;}.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button.as-wl-active::before,.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button[aria-pressed="true"]::before,.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before,.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-already-in::before,.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-already-on-wishlist::before,.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-make-remove::before{-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center/contain no-repeat;}body>.tinv-wishlist .tinv-modal,body>.tinv-wishlist .tinv-overlay,body>.tinv-wishlist .tinvwl_added_to_wishlist,body>.tinv-wishlist .tinvwl_created_wishlist{display:none !important;visibility:hidden !important;opacity:0 !important;pointer-events:none !important;}.as-wishlist-page .site-content .ast-container{max-width:var(--as-container-max);padding:0 var(--as-container-pad);}.as-wishlist-page .site-main,.as-wishlist-page .ast-article-single,.as-wishlist-page .entry-content{background:transparent;}.as-wishlist-page .entry-header{margin:0 0 18px;}.as-wishlist-page .entry-title{font-size:30px;font-weight:500;line-height:1.2;}.as-wishlist-page .tinv-wishlist{display:grid;grid-template-columns:300px minmax(0,650px);align-items:start;justify-content:start;gap:20px;width:100%;}.as-wishlist-page .tinv-wishlist::before,.as-wishlist-page .tinv-wishlist::after{display:none !important;content:none !important;}.as-wishlist-page .tinv-wishlist .tinv-header,.as-wishlist-page .tinv-wishlist .social-buttons,.as-wishlist-page .tinv-wishlist .tinv-lists-nav{display:none !important;}.as-wishlist-account{grid-column:1;grid-row:1;overflow:hidden;border:1px solid var(--as-border);border-radius:10px;background:var(--as-bg);}.as-wishlist-account a{display:block;padding:15px 20px;border-bottom:1px solid var(--as-border);color:var(--as-text);font-size:16px;line-height:1.2;text-decoration:none;}.as-wishlist-account a:last-child{border-bottom:0;}.as-wishlist-account a:hover,.as-wishlist-account a:focus{background:var(--as-surface);color:var(--as-blue);}.as-wishlist-page .tinv-wishlist>form,.as-wishlist-page .tinv-wishlist>.woocommerce-info,.as-wishlist-page .tinv-wishlist>.return-to-shop{grid-column:2;width:100%;min-width:0;margin:0;}.as-wishlist-page .tinv-wishlist table,.as-wishlist-page .tinv-wishlist tbody{display:block;width:100%;border:0;background:transparent;}.as-wishlist-page .tinv-wishlist thead,.as-wishlist-page .tinv-wishlist tfoot{display:none;}.as-wishlist-page .tinv-wishlist tbody{display:grid;gap:14px;}.as-wishlist-page .tinv-wishlist tr.wishlist_item{position:relative;display:grid;grid-template-columns:120px minmax(0,1fr) 52px;grid-template-rows:auto auto 52px;column-gap:20px;row-gap:5px;min-height:205px;padding:24px;border:1px solid var(--as-border);border-radius:10px;background:var(--as-bg);}.as-wishlist-page .tinv-wishlist tr.wishlist_item>td{display:block !important;width:auto !important;margin:0;padding:0 !important;border:0 !important;background:transparent !important;text-align:left;}.as-wishlist-page .tinv-wishlist tr.wishlist_item>td.product-cb,.as-wishlist-page .tinv-wishlist tr.wishlist_item>td.product-date,.as-wishlist-page .tinv-wishlist tr.wishlist_item>td.product-stock{display:none !important;}.as-wishlist-page .tinv-wishlist td.product-thumbnail{grid-column:1;grid-row:1 / span 3;align-self:center;}.as-wishlist-page .tinv-wishlist td.product-thumbnail a{display:block;}.as-wishlist-page .tinv-wishlist td.product-thumbnail img{display:block;width:120px;height:150px;margin:0;object-fit:contain;border-radius:8px;background:var(--as-surface);}.as-wishlist-page .tinv-wishlist td.product-name{grid-column:2;grid-row:1;min-width:0;}.as-wishlist-page .as-wishlist-code,.as-wishlist-page .as-wishlist-name,.as-wishlist-page .as-wishlist-state{display:block;}.as-wishlist-page .as-wishlist-code{margin-bottom:5px;color:#9aa3b1;font-size:13px;line-height:1.2;}.as-wishlist-page .as-wishlist-name>a{display:-webkit-box;overflow:hidden;color:var(--as-text) !important;font-size:17px;font-weight:600 !important;line-height:1.25 !important;text-decoration:none !important;-webkit-box-orient:vertical;-webkit-line-clamp:2;}.as-wishlist-page .as-wishlist-state{margin-top:6px;color:#9aa3b1;font-size:14px;line-height:1.2;}.as-wishlist-page .as-wishlist-state strong{color:var(--as-text);}.as-wishlist-page .tinv-wishlist td.product-price{grid-column:2;grid-row:2 / span 2;align-self:end;color:#d52e3f;font-size:20px;font-weight:700;line-height:1.15;}.as-wishlist-page .tinv-wishlist td.product-price del{display:block;margin-bottom:3px;color:#a5aebc;font-size:13px;font-weight:500;line-height:1.1;}.as-wishlist-page .tinv-wishlist td.product-price ins{color:#d52e3f;text-decoration:none;}.as-wishlist-page .tinv-wishlist td.product-remove{position:absolute;top:16px;right:16px;z-index:2;}.as-wishlist-page .tinv-wishlist td.product-remove button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin:0;padding:0 !important;border:0;border-radius:0;background:transparent !important;color:#9aa3b1;font-size:16px;}.as-wishlist-page .tinv-wishlist td.product-remove button:hover,.as-wishlist-page .tinv-wishlist td.product-remove button:focus{color:#d52e3f;}.as-wishlist-page .tinv-wishlist td.product-action{grid-column:3;grid-row:3;align-self:end;justify-self:end;}.as-wishlist-page .tinv-wishlist td.product-action .button{display:flex;align-items:center;justify-content:center;width:52px;height:52px;min-height:52px;margin:0;padding:0 !important;border:0;border-radius:10px;background:var(--as-blue);color:#fff;font-size:0;}.as-wishlist-page .tinv-wishlist td.product-action .button:hover,.as-wishlist-page .tinv-wishlist td.product-action .button:focus{background:var(--as-blue-dark);color:#fff;}.as-wishlist-page .tinv-wishlist td.product-action .button::before{content:"";display:block;width:24px;height:24px;background:currentColor;-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M3 4h2l2.2 10.2a2 2 0 0 0 2 1.6h7.9a2 2 0 0 0 2-1.6L20.5 8H6.1M10 20a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm9 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M3 4h2l2.2 10.2a2 2 0 0 0 2 1.6h7.9a2 2 0 0 0 2-1.6L20.5 8H6.1M10 20a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm9 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z'/%3E%3C/svg%3E") center/contain no-repeat;}.as-wishlist-page .tinv-wishlist td.product-action .button i{display:none;}.as-wishlist-page .tinv-wishlist>.woocommerce-info{grid-row:1;min-height:86px;display:flex;align-items:center;margin:0;padding:22px 26px;border:1px solid var(--as-border);border-radius:10px;background:var(--as-bg);}.as-wishlist-page .tinv-wishlist>.woocommerce-info::before{display:none;content:none;}.as-wishlist-page .tinv-wishlist>.return-to-shop{grid-row:1;align-self:start;margin:100px 0 0;}.as-wishlist-page .tinv-wishlist .return-to-shop .button{margin:0;border-radius:10px;}@media (max-width:960px){.as-wishlist-page .site-content .ast-container{padding:0 var(--as-container-pad);}.as-wishlist-page .tinv-wishlist{grid-template-columns:minmax(0,1fr);gap:14px;}.as-wishlist-account,.as-wishlist-page .tinv-wishlist>form,.as-wishlist-page .tinv-wishlist>.woocommerce-info,.as-wishlist-page .tinv-wishlist>.return-to-shop{grid-column:1;grid-row:auto;}.as-wishlist-page .tinv-wishlist>.return-to-shop{margin:0;}}.woocommerce span.onsale{background-color:var(--as-accent);border-radius:980px;padding:0.35em 0.7em;min-height:auto;min-width:auto;line-height:1.4;}.woocommerce .stock.in-stock{color:#137333;}.woocommerce .stock.out-of-stock{color:#c5221f;}.woocommerce table.shop_attributes th{background:var(--as-surface);}.as-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:24px 0 8px;}.as-feature-card{background:var(--as-surface);border-radius:16px;padding:26px 22px;text-align:center;}.as-feature-ico{display:inline-flex;width:52px;height:52px;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:var(--as-text);margin-bottom:14px;}.as-feature-ico svg{width:26px;height:26px;}.as-feature-card h3{font-size:1.02rem;margin:0 0 8px;}.as-feature-card p{font-size:0.9rem;color:var(--as-muted);margin:0;line-height:1.5;}@media (max-width:900px){.as-features-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:480px){.as-features-grid{grid-template-columns:1fr;}}.wpcf7{max-width:640px;margin-top:8px;}.wpcf7 .as-form-row{display:flex;gap:16px;margin:0 0 16px;}.wpcf7 .as-form-row>p{flex:1 1 0;min-width:0;margin:0 !important;}.wpcf7 form>p{width:100%;max-width:none !important;margin:0 0 16px !important;}.wpcf7 form>p:last-of-type{margin-bottom:0 !important;}.wpcf7 label{display:block;font-weight:600;margin:0;font-size:0.92rem;}.wpcf7 input[type="text"],.wpcf7 input[type="tel"],.wpcf7 input[type="email"],.wpcf7 textarea{width:100%;margin-top:6px;padding:11px 14px;border:1px solid var(--as-border);border-radius:10px;font-size:0.95rem;font-weight:400;}.wpcf7 textarea{min-height:120px;}.wpcf7 input:focus,.wpcf7 textarea:focus{outline:none;border-color:var(--as-accent);}.wpcf7 input[type="submit"]{background:var(--as-accent);color:#fff;border:none;border-radius:10px;padding:13px 30px;font-weight:600;cursor:pointer;transition:background 0.15s ease;}.wpcf7 input[type="submit"]:hover{background:var(--as-accent-dark);}@media (max-width:560px){.wpcf7 .as-form-row{flex-direction:column;gap:16px;}}.as-quick-order{display:block;width:100%;margin-top:12px;background:#fff !important;color:var(--as-text) !important;border:1px solid var(--as-text) !important;}.as-quick-order:hover{background:var(--as-text) !important;color:#fff !important;}.as-quick-modal{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;padding:20px;}.as-quick-modal[hidden]{display:none;}.as-quick-modal__box{position:relative;background:#fff;border-radius:16px;padding:32px 28px;width:100%;max-width:380px;}.as-quick-modal__close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:26px;line-height:1;cursor:pointer;color:var(--as-muted);}.as-quick-modal__box h3{margin:0 0 6px;font-size:1.25rem;}.as-quick-modal__product{color:var(--as-muted);font-size:0.9rem;margin:0 0 18px;}.as-quick-modal__box input{width:100%;margin-bottom:12px;padding:12px 14px;border:1px solid var(--as-border);border-radius:10px;font-size:0.95rem;}.as-quick-modal__box input:focus{outline:none;border-color:var(--as-accent);}.as-quick-submit{width:100%;}.as-quick-result{margin:12px 0 0;font-size:0.9rem;color:#6f7b8b;min-height:1.2em;}.as-quick-result.is-success{color:#27833b;}.as-quick-result.is-error{color:#d52e3f;}body.as-callback-open{overflow:hidden;}.as-callback-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;}.as-callback-modal[hidden]{display:none;}.as-callback-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.55);}.as-callback-box{position:relative;z-index:1;width:100%;max-width:370px;padding:28px 24px 24px;border-radius:8px;background:#fff;box-shadow:0 22px 70px rgba(15,22,32,0.24);box-sizing:border-box;}.as-callback-close{position:absolute;top:12px;right:12px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:#fff;color:#0f2028;font-size:30px;line-height:1;cursor:pointer;}.as-callback-close:hover{background:var(--as-page);}.as-callback-box h3{margin:0 42px 10px 0;color:#0f2028;font-size:24px;line-height:1.2;font-weight:700;}.as-callback-box p{margin:0 0 20px;color:#8b96a5;font-size:16px;line-height:1.4;}.as-callback-form{display:grid;gap:14px;}.as-callback-form input[type="tel"]{width:100%;height:44px;padding:0 14px;border:1px solid #dfe5ed;border-radius:8px;background:#f8fafc;color:#0f2028;font-size:15px;box-sizing:border-box;}.as-callback-form input[type="tel"]:focus{outline:none;border-color:var(--as-blue);background:#fff;}.as-callback-consent{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:flex-start;color:#6f7b8b;font-size:13px;line-height:1.35;}.as-callback-consent input{width:18px;height:18px;margin:0;accent-color:var(--as-blue);}.as-callback-submit{width:100%;height:48px;border:0;border-radius:8px;background:var(--as-blue);color:#fff;font-size:16px;font-weight:700;cursor:pointer;}.as-callback-submit:hover{background:var(--as-blue-dark);}.as-callback-submit:disabled{opacity:0.7;cursor:wait;}.as-callback-result{min-height:18px;color:#6f7b8b;font-size:14px;line-height:1.3;}.as-callback-result.is-success{color:#27833b;}.as-callback-result.is-error{color:#d52e3f;}.as-callback-result.is-pending{color:#6f7b8b;}.ast-small-footer,.site-below-footer-wrap,.site-primary-footer-wrap,.footer-sml-layout-1{display:none !important;}.as-footer{background-color:#fff;color:var(--as-muted);padding:56px 0 0;border-top:1px solid var(--as-border);}.as-footer-grid{max-width:var(--as-container-max);margin:0 auto;padding:0 var(--as-container-pad);box-sizing:border-box;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:clamp(28px,3.5vw,56px);row-gap:34px;align-items:start;}.as-footer-contacts{justify-self:stretch;min-width:0;max-width:none;}.as-footer-logo{display:inline-block;margin-bottom:16px;}.as-footer-logo img{height:44px;width:auto;}.as-footer-brand p{max-width:none;}.as-footer-grid>.as-footer-col:nth-child(2),.as-footer-grid>.as-footer-col:nth-child(3){justify-self:stretch;min-width:0;}.as-footer-col h2{color:var(--as-text);font-size:1.05rem;margin:0 0 16px;}.as-footer-col p{margin:0 0 10px;line-height:1.6;font-size:0.92rem;}.as-footer-col ul{list-style:none;margin:0;padding:0;}.as-footer-col li{margin-bottom:11px;font-size:0.92rem;}.as-footer-col a{color:var(--as-muted);text-decoration:none;}.as-footer-col a:hover{color:var(--as-text);}.as-footer-contacts li{display:flex;align-items:center;gap:10px;white-space:nowrap;}.as-footer-contacts .as-ci{display:inline-flex;flex:0 0 auto;color:var(--as-text);}.as-footer-contacts .as-ci svg{width:17px;height:17px;}.as-footer-bottom{max-width:none;margin:36px 0 0;padding:20px var(--as-container-pad) 24px;box-sizing:border-box;border-top:1px solid var(--as-border);background:var(--as-page);text-align:center;font-size:0.85rem;color:#626b79;}@media (max-width:900px){.site-primary-header-wrap.ast-container{padding-left:var(--as-container-pad);padding-right:var(--as-container-pad);}.main-header-menu{justify-content:flex-start;padding:0 136px 0 0;overflow-x:auto;scrollbar-width:none;}.main-header-menu>li:not(.as-menu-icons)>a{padding:0 12px;}.main-header-menu .as-menu-icons{gap:8px;min-width:128px;}.main-header-menu::-webkit-scrollbar{display:none;}.main-header-bar .main-navigation a{font-size:0.9rem;}.as-footer-grid{grid-template-columns:1fr 1fr;column-gap:34px;row-gap:30px;padding-left:var(--as-container-pad);padding-right:var(--as-container-pad);}.as-footer-bottom{padding-left:var(--as-container-pad);padding-right:var(--as-container-pad);}.as-footer-grid>.as-footer-col,.as-footer-grid>.as-footer-col:nth-child(2),.as-footer-grid>.as-footer-col:nth-child(3),.as-footer-contacts{justify-self:start;min-width:0;max-width:none;}.as-footer-contacts li{white-space:normal;}.as-hero,.home .entry-content[data-ast-blocks-layout]>.as-hero{margin-top:16px;}.as-hero__slide{height:clamp(280px,min(32vw,calc(100svh - 400px)),340px);}.as-hero__inner h2,.home .entry-content .as-hero__inner h2{font-size:clamp(1.75rem,3.4vw,2.2rem);margin:0 0 12px;}}@media (max-width:520px){.as-wishlist-page .site-content .ast-container{padding:0 var(--as-container-pad);}.as-wishlist-page .entry-title{font-size:25px;}.as-wishlist-page .tinv-wishlist{grid-template-columns:minmax(0,1fr);gap:14px;}.as-wishlist-account,.as-wishlist-page .tinv-wishlist>form,.as-wishlist-page .tinv-wishlist>.woocommerce-info,.as-wishlist-page .tinv-wishlist>.return-to-shop{grid-column:1;grid-row:auto;}.as-wishlist-page .tinv-wishlist tr.wishlist_item{grid-template-columns:82px minmax(0,1fr) 42px;grid-template-rows:auto auto 42px;column-gap:12px;min-height:166px;padding:14px;}.as-wishlist-page .tinv-wishlist td.product-thumbnail img{width:82px;height:110px;}.as-wishlist-page .as-wishlist-code{padding-right:24px;font-size:12px;}.as-wishlist-page .as-wishlist-name>a{font-size:14px;}.as-wishlist-page .as-wishlist-state{font-size:12px;}.as-wishlist-page .tinv-wishlist td.product-price{font-size:16px;}.as-wishlist-page .tinv-wishlist td.product-remove{top:8px;right:8px;}.as-wishlist-page .tinv-wishlist td.product-action .button{width:42px;height:42px;min-height:42px;}.as-wishlist-page .tinv-wishlist td.product-action .button::before{width:20px;height:20px;}.site-primary-header-wrap.ast-container{padding-left:var(--as-container-pad);padding-right:var(--as-container-pad);}.main-header-menu{min-height:48px;padding:0 112px 0 0;overflow:visible;}.main-header-menu .as-menu-icons{gap:7px;min-width:112px;}.main-header-bar .as-menu-icons>a{width:28px;height:40px;}.home .entry-content .woocommerce.columns-5{width:100% !important;max-width:var(--as-container-max) !important;}.woocommerce ul.products li.product{padding:8px;border-radius:12px;}.woocommerce ul.products li.product a img{border-radius:0;}.woocommerce ul.products li.product .astra-shop-summary-wrap{grid-template-rows:auto 16px auto;row-gap:3px;}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:0.84rem;line-height:1.2;min-height:2.4em;}.woocommerce ul.products li.product .as-card-rating{min-height:16px;margin:0;font-size:13px;}.woocommerce ul.products li.product .as-card-price-row{display:grid;grid-template-columns:minmax(0,1fr);align-items:end;gap:6px;min-height:0;padding-top:0;justify-content:space-between;}.woocommerce ul.products li.product .as-card-price-cell{flex:1 1 auto;}.woocommerce ul.products li.product .price{font-size:0.88rem;min-height:44px;gap:1px;}.woocommerce ul.products li.product .as-card-actions{width:100%;gap:5px;justify-content:flex-end;}.woocommerce ul.products li.product .as-card-actions .button{flex:0 0 48px;width:48px;min-width:48px;max-width:48px;min-height:48px;height:48px;max-height:48px;padding:0 !important;font-size:0;}.woocommerce ul.products li.product .as-card-actions .button.loading,.woocommerce ul.products li.product .as-card-actions .button.added,.woocommerce ul.products li.product .as-card-actions .button:focus,.woocommerce ul.products li.product .as-card-actions .button:active{flex:0 0 48px;width:48px;min-width:48px;max-width:48px;min-height:48px;height:48px;max-height:48px;padding:0 !important;transform:none !important;}.woocommerce ul.products li.product .as-card-wishlist,.woocommerce ul.products li.product .as-card-wishlist .tinv-wraper,.woocommerce ul.products li.product .as-card-wishlist .tinvwl-after-add-to-cart,.woocommerce ul.products li.product .as-card-wishlist .tinvwl_add_to_wishlist_button{flex:0 0 48px;width:48px;min-width:48px;max-width:48px;height:48px;min-height:48px;max-height:48px;}.as-footer-grid{grid-template-columns:1fr;}.as-hero,.home .entry-content[data-ast-blocks-layout]>.as-hero{width:calc(100% - var(--as-container-pad) - var(--as-container-pad));margin-left:auto;margin-right:auto;border-radius:14px;}.as-hero__slide{height:clamp(250px,64vw,290px);align-items:center;}.as-hero__media{object-position:center center;}.as-hero__inner{max-width:min(330px,100%);padding:0 6px 14px;}.as-hero__inner h2,.home .entry-content .as-hero__inner h2{font-size:clamp(1.35rem,6vw,1.65rem);line-height:1.22;margin:0 0 12px;}.as-hero__inner p,.home .entry-content .as-hero__inner p{max-width:280px;font-size:0.92rem;line-height:1.5;margin-bottom:16px;}.as-hero__btn{padding:12px 24px;}.as-hero__dots{bottom:12px;}}@media (max-width:520px){.woocommerce.columns-5 ul.products,.woocommerce ul.products:not(.elementor-grid).columns-5,.woocommerce-page ul.products:not(.elementor-grid).columns-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}}@media (max-width:680px){.home .entry-content .woocommerce.columns-5{width:100% !important;max-width:var(--as-container-max) !important;margin-left:auto !important;margin-right:auto !important;padding-left:var(--as-container-pad) !important;padding-right:var(--as-container-pad) !important;box-sizing:border-box;}.home .entry-content .woocommerce.columns-5 ul.products,.home .entry-content ul.products.columns-5{width:100%;max-width:100%;}.home .entry-content .woocommerce.columns-5 ul.products li.product,.home .entry-content ul.products.columns-5 li.product{width:100% !important;max-width:100%;}}@media (max-width:900px){body.post-type-archive-product .as-shop-main ul.products,body.tax-product_cat .as-shop-main ul.products,body.tax-product_tag .as-shop-main ul.products,body.post-type-archive-product.woocommerce .as-shop-main ul.products,body.tax-product_cat.woocommerce .as-shop-main ul.products,body.tax-product_tag.woocommerce .as-shop-main ul.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}@media (max-width:520px){body.post-type-archive-product .as-shop-main ul.products,body.tax-product_cat .as-shop-main ul.products,body.tax-product_tag .as-shop-main ul.products,body.post-type-archive-product.woocommerce .as-shop-main ul.products,body.tax-product_cat.woocommerce .as-shop-main ul.products,body.tax-product_tag.woocommerce .as-shop-main ul.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}}.woocommerce-account .site-content .ast-container{max-width:var(--as-container-max);padding:38px var(--as-container-pad) 54px;box-sizing:border-box;}.woocommerce-account .entry-title{margin:0 0 26px;color:#07131f;font-size:2rem;line-height:1.2;font-weight:700;}.woocommerce-account .woocommerce{max-width:1180px;}.woocommerce-account .woocommerce h2{margin:0 0 18px;color:#07131f;font-size:1.55rem;line-height:1.2;font-weight:700;}.woocommerce-account .u-columns,.woocommerce-account .col2-set{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;}.woocommerce-account .u-column1,.woocommerce-account .u-column2,.woocommerce-account .col2-set .col-1,.woocommerce-account .col2-set .col-2,.woocommerce-account form.login,.woocommerce-account form.register{width:100% !important;margin:0 !important;}.woocommerce-account .u-column1,.woocommerce-account .u-column2,.woocommerce-account .col2-set .col-1,.woocommerce-account .col2-set .col-2{float:none !important;clear:none !important;grid-row:1;min-width:0;box-sizing:border-box;}.woocommerce-account .u-column1,.woocommerce-account .col2-set .col-1{grid-column:1;}.woocommerce-account .u-column2,.woocommerce-account .col2-set .col-2{grid-column:2;}.woocommerce-account form.login,.woocommerce-account form.register{min-height:100%;padding:24px 28px;border:1px solid #dfe5ed;border-radius:8px;background:#fff;box-sizing:border-box;}.woocommerce-account .woocommerce-form-row,.woocommerce-account form .form-row{margin:0 0 16px;padding:0;}.woocommerce-account label{color:#0f1c2a;font-weight:700;}.woocommerce-account .woocommerce-Input,.woocommerce-account input.input-text{width:100%;min-height:48px;border:1px solid #d9e0ea;border-radius:8px;background:#fff;box-shadow:none;color:#0f1c2a;font-size:1rem;}.woocommerce-account .woocommerce-Input:focus,.woocommerce-account input.input-text:focus{border-color:#3040ff;outline:none;}.woocommerce-account .woocommerce-button,.woocommerce-account .button{min-height:48px;padding:0 24px !important;border-radius:8px !important;background:#1d1d1f !important;color:#fff !important;font-weight:700;}.woocommerce-account .woocommerce-button:hover,.woocommerce-account .button:hover{background:#3040ff !important;color:#fff !important;}.woocommerce-account .woocommerce-LostPassword,.woocommerce-account .woocommerce-form-login__rememberme{margin-top:10px;}.woocommerce-account .woocommerce-LostPassword a{color:#3040ff;text-decoration:none;}.woocommerce-account .as-account-access{width:min(100%,720px);margin:0;}.woocommerce-account .as-account-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-bottom:18px;padding:5px;border:1px solid #dfe5ed;border-radius:12px;background:#eef2f7;}.woocommerce-account .as-account-tab{min-height:48px;padding:0 18px;border:0;border-radius:8px;background:transparent;color:#677386;font-size:1rem;font-weight:700;cursor:pointer;}.woocommerce-account .as-account-tab.is-active{background:#fff;color:#07131f;box-shadow:0 2px 8px rgba(15,28,42,0.08);}.woocommerce-account .as-account-panel[hidden]{display:none !important;}.woocommerce-account .as-account-panel{padding:28px;border:1px solid #dfe5ed;border-radius:12px;background:#fff;box-sizing:border-box;}.woocommerce-account .as-account-panel__intro{margin-bottom:22px;}.woocommerce-account .as-account-panel__intro h2{margin-bottom:8px;}.woocommerce-account .as-account-panel__intro p,.woocommerce-account .as-account-privacy{margin:0;color:#667386;font-size:0.95rem;line-height:1.55;}.woocommerce-account .as-account-panel form.login,.woocommerce-account .as-account-panel form.register{min-height:0;padding:0;border:0;border-radius:0;}.woocommerce-account .as-password-request-form .form-row{float:none;width:100%;margin:0 0 16px;padding:0;}.woocommerce-account .as-password-request-form input,.woocommerce-account .as-password-request-form select,.woocommerce-account .as-password-request-form textarea{width:100%;min-height:48px;padding:10px 14px;border:1px solid #d9e0ea;border-radius:8px;background:#fff;box-shadow:none;color:#0f1c2a;font-size:1rem;box-sizing:border-box;}.woocommerce-account .as-password-request-form textarea{min-height:96px;resize:vertical;}.woocommerce-account .as-password-request-form input:focus,.woocommerce-account .as-password-request-form select:focus,.woocommerce-account .as-password-request-form textarea:focus{border-color:#3040ff;outline:none;}.woocommerce-account .as-account-form-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:4px;}.woocommerce-account .as-account-form-actions .woocommerce-form-login__rememberme{display:inline-flex;align-items:center;gap:8px;margin:0;font-weight:600;}.woocommerce-account .as-account-form-actions .woocommerce-form-login__rememberme input,.woocommerce-account .as-account-consent input{flex:0 0 auto;width:18px;height:18px;margin:0;}.woocommerce-account .as-account-consent{display:flex;align-items:flex-start;gap:10px;margin:0 0 18px;color:#526174;font-weight:500;line-height:1.45;}.woocommerce-account .as-account-text-button{margin:16px 0 0;padding:0;border:0;background:transparent;color:#3040ff;font:inherit;font-weight:600;cursor:pointer;}.woocommerce-account .as-account-text-button:hover{text-decoration:underline;}.woocommerce-account .as-password-request-trap{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}.woocommerce-account .as-account-result{min-height:22px;margin:14px 0 0;color:#667386;font-weight:600;line-height:1.4;}.woocommerce-account .as-account-result.is-success{color:#188038;}.woocommerce-account .as-account-result.is-error{color:#d52e3f;}.woocommerce-account .as-account-panel .button{background:#3040ff !important;}.woocommerce-account .as-account-panel .button:hover{background:#1f2de0 !important;}@media (max-width:900px){.woocommerce-account .site-content .ast-container{padding-left:var(--as-container-pad);padding-right:var(--as-container-pad);}.woocommerce-account .u-columns,.woocommerce-account .col2-set{grid-template-columns:1fr;}.woocommerce-account .u-column1,.woocommerce-account .u-column2,.woocommerce-account .col2-set .col-1,.woocommerce-account .col2-set .col-2{grid-column:1;grid-row:auto;}}@media (max-width:520px){.woocommerce-account .site-content .ast-container{padding:28px var(--as-container-pad) 42px;}.woocommerce-account form.login,.woocommerce-account form.register{padding:20px 16px;}.woocommerce-account .as-account-panel{padding:20px 16px;}.woocommerce-account .as-account-form-actions{align-items:flex-start;flex-direction:column;}.woocommerce-account .as-account-form-actions .woocommerce-button{width:100%;}}body.as-cart-open{overflow:hidden;}.woocommerce-checkout .site-content .ast-container{max-width:var(--as-container-max);padding:28px var(--as-container-pad) 60px;box-sizing:border-box;}.woocommerce-checkout .entry-title{margin:0 0 24px;color:#07131f;font-size:clamp(2rem,3vw,2.7rem);line-height:1.12;}.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,0.8fr);align-items:start;gap:24px 30px;}.woocommerce-checkout #customer_details{grid-column:1;grid-row:1 / span 2;float:none !important;width:100% !important;margin:0;padding:28px;border:1px solid #e1e6ed;border-radius:14px;background:#fff;box-sizing:border-box;}.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{float:none;width:100%;margin:0;padding:0;}.woocommerce-checkout .woocommerce-billing-fields>h3,.woocommerce-checkout #order_review_heading{margin:0 0 20px;color:#07131f;font-size:1.45rem;line-height:1.2;}.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}.woocommerce-checkout #billing_country_field{display:none !important;}.woocommerce-checkout .form-row{float:none !important;width:100% !important;margin:0;padding:0;}.woocommerce-checkout .form-row-wide,.woocommerce-checkout .woocommerce-additional-fields{grid-column:1 / -1;}.woocommerce-checkout .form-row label{display:block;margin-bottom:7px;color:#142131;font-size:0.94rem;font-weight:700;line-height:1.25;}.woocommerce-checkout .form-row .optional{color:#8a96a6;font-weight:500;}.woocommerce-checkout .form-row input.input-text,.woocommerce-checkout .form-row textarea,.woocommerce-checkout .form-row select,.woocommerce-checkout .select2-container .select2-selection{width:100%;min-height:50px;margin:0;padding:11px 14px;border:1px solid #dce3eb;border-radius:9px;background:#fff;box-shadow:none;color:#0f1c2a;font-size:1rem;box-sizing:border-box;}.woocommerce-checkout .form-row textarea{min-height:100px;resize:vertical;}.woocommerce-checkout .form-row input.input-text:focus,.woocommerce-checkout .form-row textarea:focus,.woocommerce-checkout .form-row select:focus{border-color:#3040ff;outline:none;box-shadow:0 0 0 3px rgba(48,64,255,0.1);}.woocommerce-checkout .woocommerce-shipping-fields{display:none;}.woocommerce-checkout .woocommerce-additional-fields{margin-top:22px;padding-top:22px;border-top:1px solid #edf1f5;}.woocommerce-checkout .woocommerce-additional-fields h3{margin:0 0 14px;color:#142131;font-size:1.1rem;}.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1;float:none !important;width:100% !important;margin:0;padding:22px 24px 0;border:1px solid #e1e6ed;border-bottom:0;border-radius:14px 14px 0 0;background:#fff;}.woocommerce-checkout #order_review{position:sticky;top:18px;grid-column:2;grid-row:2;float:none !important;width:100% !important;margin:-24px 0 0;padding:56px 24px 24px;border:1px solid #e1e6ed;border-radius:14px;background:#fff;box-sizing:border-box;}.woocommerce-checkout #order_review table.shop_table{margin:0 0 18px;border:0;border-collapse:collapse;}.woocommerce-checkout #order_review table.shop_table th,.woocommerce-checkout #order_review table.shop_table td{padding:14px 0;border:0;border-bottom:1px solid #edf1f5;background:transparent;color:#182535;}.woocommerce-checkout #order_review table.shop_table th:last-child,.woocommerce-checkout #order_review table.shop_table td:last-child{text-align:right;white-space:nowrap;}.woocommerce-checkout #order_review .order-total th,.woocommerce-checkout #order_review .order-total td{color:#07131f;font-size:1.2rem;}.woocommerce-checkout ul#shipping_method{display:grid;gap:8px;margin:0;text-align:left;}.woocommerce-checkout ul#shipping_method li{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;column-gap:10px;margin:0;padding:10px 12px;border:1px solid #dfe5ed;border-radius:9px;background:#f8fafc;line-height:1.35;}.woocommerce-checkout ul#shipping_method input{position:static;justify-self:center;align-self:center;width:18px;height:18px;margin:0;accent-color:#3040ff;}.woocommerce-checkout ul#shipping_method label{display:block;min-width:0;margin:0;color:#182535;font-weight:700;cursor:pointer;}.woocommerce-checkout #order_review tr.woocommerce-shipping-totals th{display:none !important;}.woocommerce-checkout #order_review tr.woocommerce-shipping-totals td{display:table-cell;width:100% !important;padding-top:0;text-align:left !important;white-space:normal !important;box-sizing:border-box;}.woocommerce-checkout .as-checkout-shipping-title{display:block;margin:2px 0 10px;color:#182535;font-size:0.96rem;}.woocommerce-checkout #payment{margin:0;padding:0;border-radius:0;background:transparent;}.woocommerce-checkout #payment ul.payment_methods{display:none;}.woocommerce-checkout #payment .place-order{margin:0;padding:0;}.woocommerce-checkout .as-checkout-payment-note{display:flex;flex-direction:column;gap:3px;margin:0 0 16px;padding:14px 16px;border-radius:9px;background:#f0f8ee;color:#255d2b;}.woocommerce-checkout .as-checkout-payment-note span{color:#5b6d60;font-size:0.9rem;}.woocommerce-checkout #place_order{float:none;width:100%;min-height:56px;margin:14px 0 0;border:0;border-radius:9px;background:#3040ff;color:#fff;font-size:1rem;font-weight:700;}.woocommerce-checkout #place_order:hover{background:#2531d8;}.woocommerce-checkout .woocommerce-privacy-policy-text,.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{color:#667386;font-size:0.88rem;line-height:1.5;}.as-order-delivery{margin-top:26px;padding:24px;border:1px solid #e1e6ed;border-radius:12px;background:#fff;}.as-order-delivery h2{margin:0 0 18px;color:#07131f;font-size:1.35rem;}.as-order-delivery dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px;margin:0;}.as-order-delivery dl div{padding-bottom:12px;border-bottom:1px solid #edf1f5;}.as-order-delivery dt{margin-bottom:4px;color:#7b8797;font-size:0.86rem;}.as-order-delivery dd{margin:0;color:#152231;font-weight:700;}.as-order-delivery__note{margin:18px 0 0;padding:14px 16px;border-radius:8px;background:#f5f7fa;color:#344255;}.as-order-contact{margin-top:20px;padding:24px;border:1px solid #e1e6ed;border-radius:12px;background:#fff;}.as-order-contact h2{margin:0 0 18px;color:#07131f;font-size:1.35rem;}.as-order-contact dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 24px;margin:0;}.as-order-contact dl div{min-width:0;}.as-order-contact dt{margin-bottom:4px;color:#7b8797;font-size:0.86rem;}.as-order-contact dd{margin:0;overflow-wrap:anywhere;color:#152231;font-weight:700;}@media (max-width:900px){.woocommerce-checkout form.checkout{grid-template-columns:1fr;}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:1;grid-row:auto;}.woocommerce-checkout #order_review{position:static;}}@media (max-width:600px){.woocommerce-checkout .site-content .ast-container{padding:22px var(--as-container-pad) 42px;}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review{padding:20px 16px;}.woocommerce-checkout #order_review_heading{padding:20px 16px 0;}.woocommerce-checkout #order_review{padding-top:52px;}.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,.as-order-delivery dl,.as-order-contact dl{grid-template-columns:1fr;}}.as-cart-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;}.as-cart-modal[hidden]{display:none !important;}.as-cart-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.62);}.as-cart-dialog,.as-cart-drawer{position:relative;top:auto;right:auto;width:min(690px,calc(100vw - 32px));max-width:min(690px,calc(100vw - 32px));height:auto;max-height:calc(100vh - 48px);display:flex;flex-direction:column;overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,0.28);animation:as-cart-pop 0.18s ease;}@keyframes as-cart-pop{from{opacity:0;transform:translateY(10px) scale(0.98);}to{opacity:1;transform:translateY(0) scale(1);}}.as-cart-head{display:flex;align-items:center;justify-content:space-between;padding:26px 32px 22px;border-bottom:1px solid #eceef2;}.as-cart-head h3{margin:0;color:#0f2028;font-size:26px;line-height:1.15;font-weight:700;}.as-cart-x{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin:0;padding:0;border:0;border-radius:8px;background:transparent;color:#111;font-size:30px;line-height:1;cursor:pointer;}.as-cart-x:hover{background:#f3f5f8;color:#111;}.as-cart-body{max-height:calc(100vh - 140px);display:flex;flex-direction:column;padding:22px 32px 28px;overflow-y:auto;}.as-cart-body.is-loading{opacity:0.72;pointer-events:none;}.as-cart-items{margin:0;padding:0;list-style:none;}.as-cart-item{position:relative;display:grid;grid-template-columns:92px minmax(0,1fr) 34px;gap:18px;padding:0 0 22px;border-bottom:1px solid #eceef2;}.as-cart-item__img{display:flex;align-items:center;justify-content:center;width:92px;height:92px;text-decoration:none;}.as-cart-item__img img{display:block;width:86px;height:86px;object-fit:contain;border-radius:8px;background:#f7f9fb;}.as-cart-item__name{display:block;margin:0 0 6px;color:#0f2028;font-size:21px;font-weight:500;line-height:1.18;text-decoration:none !important;}.as-cart-item__sku{display:block;margin:0 0 4px;color:#a2acb8;font-size:16px;line-height:1.25;}.as-cart-item__controls{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:18px;}.as-cart-qty{display:inline-grid;grid-template-columns:40px 48px 40px;height:40px;overflow:hidden;border:1px solid #e5edf5;border-radius:8px;background:#fff;}.as-cart-qty button,.as-cart-qty .as-qty-val{display:inline-flex;align-items:center;justify-content:center;width:auto;height:40px;margin:0;padding:0;border:0;border-radius:0;background:#fff;color:#0b3a5b;font-size:18px;line-height:1;}.as-cart-qty button{background:#f7fbff;cursor:pointer;}.as-cart-qty button:hover{background:#edf5ff;}.as-cart-qty .as-qty-val{color:#25323b;font-size:15px;}.as-cart-item__price{display:flex;flex-direction:column;align-items:flex-end;gap:4px;min-width:240px;color:#0f2028;text-align:right;white-space:nowrap;}.as-cart-item__price strong{display:block;font-size:22px;font-weight:700;line-height:1.1;white-space:nowrap;}.as-cart-item__price span{display:block;color:#a2acb8;font-size:15px;line-height:1.2;white-space:nowrap;}.as-cart-item__price .woocommerce-Price-amount,.as-cart-item__price .woocommerce-Price-currencySymbol,.as-cart-total .woocommerce-Price-amount,.as-cart-total .woocommerce-Price-currencySymbol{display:inline;white-space:nowrap;}.as-cart-item__remove{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin:-2px 0 0;padding:0;border:0;border-radius:8px;background:transparent;color:#111;cursor:pointer;}.as-cart-item__remove:hover{background:#fff2f2;color:#e03131;}.as-cart-total{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 20px;padding:0;color:#0f2028;font-size:26px;line-height:1.2;}.as-cart-total span{font-weight:500;}.as-cart-total strong{font-size:27px;font-weight:700;text-align:right;}.as-cart-checkout,.as-cart-continue{display:flex;align-items:center;justify-content:center;width:100%;min-height:58px;padding:0 20px;border-radius:8px;background:#3040ff;color:#fff !important;font-size:18px;font-weight:700;line-height:1.15;text-align:center;text-decoration:none !important;}.as-cart-checkout:hover,.as-cart-continue:hover{background:#2531d8;color:#fff !important;}.as-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;min-height:220px;text-align:center;}.as-cart-empty p{margin:0;color:#0f2028;font-size:20px;font-weight:600;}@media (max-width:620px){.as-cart-modal{align-items:flex-end;padding:10px;}.as-cart-dialog,.as-cart-drawer{width:100%;max-width:100%;max-height:calc(100vh - 20px);border-radius:8px;}.as-cart-head{padding:20px 18px 16px;}.as-cart-head h3{font-size:23px;}.as-cart-body{max-height:calc(100vh - 98px);padding:18px;}.as-cart-item{grid-template-columns:72px minmax(0,1fr) 30px;gap:12px;}.as-cart-item__img,.as-cart-item__img img{width:72px;height:72px;}.as-cart-item__name{font-size:17px;}.as-cart-item__sku,.as-cart-item__price span{font-size:13px;}.as-cart-item__controls{align-items:flex-start;flex-direction:column;gap:12px;margin-top:14px;}.as-cart-item__price{align-items:flex-start;min-width:0;text-align:left;}.as-cart-total{font-size:22px;}.as-cart-total strong{font-size:22px;}}.as-toast-region{position:fixed;top:20px;left:50%;z-index:12000;width:min(460px,calc(100vw - 28px));transform:translateX(-50%);pointer-events:none;}.as-toast{display:grid;grid-template-columns:34px minmax(0,1fr) 30px;align-items:center;gap:14px;min-height:98px;padding:18px 16px 18px 20px;border:1px solid #e8edf2;border-radius:8px;background:#fff;box-shadow:0 14px 38px rgba(15,32,40,0.18);color:#172b36;font-size:17px;line-height:1.45;animation:as-toast-show 0.2s ease;pointer-events:auto;}.as-toast.is-closing{animation:as-toast-hide 0.18s ease forwards;}.as-toast__icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:2px solid #43b34c;border-radius:50%;color:#43b34c;font-size:19px;font-weight:700;line-height:1;}.as-toast.is-removed .as-toast__icon{border-color:#9aa6b2;color:#7b8793;}.as-toast__message{min-width:0;}.as-toast__message strong{font-weight:700;}.as-toast__message a{color:#3040ff;text-decoration:underline;text-underline-offset:2px;}.as-toast__close{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin:0;padding:0;border:0;border-radius:6px;background:transparent;color:#a6b0ba;font-size:28px;font-weight:300;line-height:1;cursor:pointer;}.as-toast__close:hover,.as-toast__close:focus{background:#f3f5f8;color:#5f6c77;}@keyframes as-toast-show{from{opacity:0;transform:translateY(-12px);}to{opacity:1;transform:translateY(0);}}@keyframes as-toast-hide{to{opacity:0;transform:translateY(-10px);}}@media (max-width:520px){.as-toast-region{top:10px;width:calc(100vw - 20px);}.as-toast{grid-template-columns:30px minmax(0,1fr) 28px;gap:10px;min-height:86px;padding:14px 12px 14px 14px;font-size:15px;}.as-toast__icon{width:28px;height:28px;font-size:17px;}}body.single-product{background:var(--as-page);}.single-product .site-content{background:var(--as-page);}.single-product .as-breadcrumbs{background:var(--as-page);border:0;}.single-product .as-breadcrumbs__inner{padding-top:14px;padding-bottom:14px;}.single-product.ast-plain-container.ast-no-sidebar #primary,.single-product #primary{margin:0 auto !important;}.single-product .site-content .ast-container{max-width:var(--as-container-max);padding-left:var(--as-container-pad);padding-right:var(--as-container-pad);padding-bottom:38px;}.single-product.woocommerce div.product,.single-product .woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(390px,0.82fr);column-gap:0;row-gap:0;align-items:start;padding:0 30px;border:0;background:#fff;box-shadow:none;}.single-product div.product::before,.single-product div.product::after{display:none !important;}.single-product .as-product-nav,.single-product .woocommerce-product-gallery,.single-product .woocommerce-product-gallery .flex-viewport,.single-product.woocommerce div.product div.images,.single-product .woocommerce div.product div.images,.single-product.woocommerce div.product div.summary,.single-product .woocommerce div.product div.summary,.single-product .as-product-content-layout,.single-product .as-product-sections,.single-product .as-product-section{min-width:0;max-width:100%;}.single-product .woocommerce-product-gallery .flex-viewport{overflow:hidden !important;}.single-product .as-product-nav{position:sticky;top:0;z-index:30;grid-column:1 / -1;display:flex;align-items:center;min-height:52px;margin:0 -30px;padding:0 30px;gap:24px;overflow-x:auto;border-bottom:1px solid #e7ebf0;background:rgba(255,255,255,0.98);backdrop-filter:blur(10px);scrollbar-width:none;}.single-product .as-product-nav::-webkit-scrollbar{display:none;}.single-product .as-product-nav a{position:relative;display:inline-flex;align-items:center;gap:7px;min-height:52px;color:#747b87;font-size:15px;font-weight:600;text-decoration:none !important;white-space:nowrap;outline:none;box-shadow:none;}.single-product .as-product-nav a:hover,.single-product .as-product-nav a:focus,.single-product .as-product-nav a.is-current{color:#101820;}.single-product .as-product-nav a.is-current::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:2px 2px 0 0;background:#3040ff;}.single-product .as-product-nav span{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#eceff5;color:#7c8491;font-size:12px;line-height:1;}.single-product .as-product-gallery-anchor{position:absolute;grid-column:1 / -1;width:0;height:0;overflow:hidden;scroll-margin-top:68px;}.single-product.woocommerce div.product div.images,.single-product .woocommerce div.product div.images,.single-product .woocommerce-product-gallery{grid-column:1;align-self:stretch;width:100% !important;margin:0 !important;padding:28px 34px 28px 0;border:0;border-radius:0;background:#fff;box-shadow:none;}.single-product .woocommerce-product-gallery{display:grid;grid-template-columns:74px minmax(0,1fr);gap:16px;height:532px;min-height:532px;max-height:532px;overflow:hidden;opacity:1 !important;position:relative;}.single-product .woocommerce-product-gallery.as-no-thumbs{grid-template-columns:1fr;}.single-product .woocommerce-product-gallery.as-no-thumbs .woocommerce-product-gallery__wrapper,.single-product .woocommerce-product-gallery.as-no-thumbs .flex-viewport{grid-column:1;}.single-product .woocommerce-product-gallery__wrapper,.single-product .woocommerce-product-gallery .flex-viewport{grid-column:2;height:476px !important;max-height:476px;margin:0 !important;}.single-product .woocommerce-product-gallery__wrapper{display:flex;align-items:center;justify-content:center;min-width:0;min-height:430px;}.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper{display:block;height:476px !important;max-height:476px;max-width:none;min-height:0;}.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image{height:100%;min-height:100%;}.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image>a{height:100%;}.single-product .woocommerce-product-gallery__image,.single-product .woocommerce-product-gallery__image--placeholder{display:flex !important;align-items:center;justify-content:center;min-height:430px;visibility:hidden;border-radius:8px;background:#fbfcfe;}.single-product .woocommerce-product-gallery.as-gallery-layout-ready .woocommerce-product-gallery__image,.single-product .woocommerce-product-gallery.as-gallery-layout-ready .woocommerce-product-gallery__image--placeholder{visibility:visible;}.single-product .woocommerce-product-gallery__image>a{display:flex;align-items:center;justify-content:center;width:100%;min-height:inherit;}.single-product .woocommerce-product-gallery__image img:not(.zoomImg),.single-product .woocommerce-product-gallery__image--placeholder img{display:block;width:auto !important;height:auto !important;max-width:90% !important;max-height:430px;margin:auto !important;object-fit:contain;}@media (hover:hover) and (pointer:fine){.single-product .woocommerce-product-gallery__image{overflow:hidden;}.single-product .woocommerce-product-gallery__image img:not(.zoomImg){transition:transform 0.18s ease-out;will-change:transform;}.single-product .woocommerce-product-gallery__image img.is-hover-zoomed:not(.zoomImg){transform:scale(1.3);}}.single-product .woocommerce-product-gallery__trigger{top:18px !important;right:18px !important;width:40px;height:40px;border:1px solid #e2e7ee;border-radius:8px;background:#fff !important;box-shadow:none;transition:opacity 0.16s ease,border-color 0.15s ease,color 0.15s ease;}.single-product .as-gallery-arrow{position:absolute;top:var(--as-gallery-arrow-top,calc(50%+14px));z-index:8;display:inline-flex;align-items:center;justify-content:center;width:38px;height:46px;padding:0;border:1px solid #dfe5ed;border-radius:8px;background:rgba(255,255,255,0.96);color:#14202b;cursor:pointer;transform:translateY(-50%);transition:opacity 0.16s ease,color 0.15s ease,border-color 0.15s ease,background 0.15s ease;}@media (hover:hover) and (pointer:fine){.single-product .woocommerce-product-gallery__trigger,.single-product .as-gallery-arrow{opacity:0;pointer-events:none;}.single-product .woocommerce-product-gallery:hover .woocommerce-product-gallery__trigger,.single-product .woocommerce-product-gallery:focus-within .woocommerce-product-gallery__trigger,.single-product .woocommerce-product-gallery:hover .as-gallery-arrow,.single-product .woocommerce-product-gallery:focus-within .as-gallery-arrow{opacity:1;pointer-events:auto;}}.single-product .as-gallery-arrow::before{content:"";width:11px;height:11px;border:solid currentColor;border-width:0 2px 2px 0;}.single-product .as-gallery-prev{left:var(--as-gallery-arrow-prev-left,112px);}.single-product .as-gallery-next{right:var(--as-gallery-arrow-next-right,22px);}.single-product .woocommerce-product-gallery.as-no-thumbs .as-gallery-prev{left:var(--as-gallery-arrow-prev-left,22px);}.single-product .as-gallery-prev::before{transform:rotate(135deg);}.single-product .as-gallery-next::before{transform:rotate(-45deg);}.single-product .as-gallery-arrow:hover,.single-product .as-gallery-arrow:focus{border-color:#3040ff;background:#fff;color:#3040ff;outline:none;}.single-product .as-gallery-thumbs,.single-product .flex-control-thumbs{grid-column:1;grid-row:1;align-self:start;display:flex !important;flex-direction:column;gap:10px;width:74px;margin:0 !important;padding:0 !important;list-style:none;}.single-product .woocommerce-product-gallery.as-has-thumb-arrows .as-gallery-thumbs,.single-product .woocommerce-product-gallery.as-has-thumb-arrows .flex-control-thumbs{align-self:start;height:var(--as-gallery-thumbs-shell-height,476px);max-height:var(--as-gallery-thumbs-shell-height,476px);padding:38px 0 !important;overflow-y:auto !important;box-sizing:border-box;scrollbar-width:none;}.single-product .woocommerce-product-gallery.as-has-thumb-arrows .as-gallery-thumbs::-webkit-scrollbar,.single-product .woocommerce-product-gallery.as-has-thumb-arrows .flex-control-thumbs::-webkit-scrollbar{display:none;}.single-product .as-gallery-thumbs button,.single-product .flex-control-thumbs li{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin:0 !important;padding:7px;border:1px solid #e1e6ed;border-radius:8px;background:#fff;cursor:pointer;}.single-product.woocommerce div.product div.images .flex-control-thumbs li,.single-product .woocommerce div.product div.images .flex-control-thumbs li{flex:0 0 72px !important;width:72px !important;max-width:72px;float:none !important;box-sizing:border-box;}.single-product .as-gallery-thumbs button.is-active,.single-product .as-gallery-thumbs button:hover,.single-product .flex-control-thumbs li:hover{border-color:#3040ff;}.single-product .as-gallery-thumbs img,.single-product .flex-control-thumbs img{width:100% !important;height:100% !important;object-fit:contain;opacity:1 !important;}.single-product .as-gallery-thumb-arrow{position:absolute;left:1px;z-index:9;display:inline-flex;align-items:center;justify-content:center;width:72px;height:30px;padding:0;border:1px solid #dfe5ed;border-radius:7px;background:#fff;color:#14202b;cursor:pointer;box-shadow:none;transition:color 0.15s ease,border-color 0.15s ease,background 0.15s ease,box-shadow 0.15s ease;}.single-product .as-gallery-thumb-arrow::before{content:"";width:8px;height:8px;border:solid currentColor;border-width:0 2px 2px 0;}.single-product .as-gallery-thumb-prev{top:var(--as-gallery-thumb-prev-top,0);bottom:auto;}.single-product .as-gallery-thumb-prev::before{transform:rotate(225deg);}.single-product .as-gallery-thumb-next{top:var(--as-gallery-thumb-next-top,auto);bottom:auto;}.single-product .as-gallery-thumb-next::before{transform:rotate(45deg);}.single-product .as-gallery-thumb-arrow:hover,.single-product .as-gallery-thumb-arrow:focus-visible{border-color:#3040ff;background:#3040ff;color:#fff;box-shadow:0 5px 14px rgba(48,64,255,0.2);outline:none;}.single-product .as-gallery-thumb-arrow:focus:not(:focus-visible){border-color:#e1e6ed;background:#fff;color:#07131f;outline:none;}.single-product .as-gallery-thumb-arrow:active{background:#f3f5f8;}.single-product .as-gallery-thumb-arrow:disabled,.single-product .as-gallery-thumb-arrow:disabled:hover,.single-product .as-gallery-thumb-arrow:disabled:focus{visibility:hidden;opacity:0;cursor:default;}body:is(.page-id-1101,.page-id-1102,.page-id-1103,.page-id-1104,.page-id-1105,.page-id-1225) .site-content .ast-container{max-width:var(--as-container-max);padding:24px var(--as-container-pad) 72px;}body:is(.page-id-1101,.page-id-1102,.page-id-1103,.page-id-1104,.page-id-1105,.page-id-1225) #primary{margin-top:0 !important;}body:is(.page-id-1101,.page-id-1102,.page-id-1103,.page-id-1104,.page-id-1105,.page-id-1225) .ast-article-single{padding:0;background:transparent;}body:is(.page-id-1101,.page-id-1102,.page-id-1103,.page-id-1104,.page-id-1105,.page-id-1225) .entry-header{margin:0 0 24px;}body:is(.page-id-1101,.page-id-1102,.page-id-1103,.page-id-1104,.page-id-1105,.page-id-1225) .entry-title{margin:0;font-size:clamp(34px,4vw,48px);font-weight:800;line-height:1.12;}body:is(.page-id-1101,.page-id-1102,.page-id-1103,.page-id-1104,.page-id-1105,.page-id-1225) .entry-content{max-width:1180px;margin:0;padding:34px 38px;border:1px solid #e1e6ed;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,0.04);}body:is(.page-id-1101,.page-id-1102,.page-id-1103,.page-id-1104,.page-id-1105,.page-id-1225) .entry-content h2{margin:30px 0 10px;padding-top:26px;border-top:1px solid #e7ebf0;font-size:clamp(23px,2.4vw,30px);font-weight:750;line-height:1.25;}body:is(.page-id-1101,.page-id-1102,.page-id-1103,.page-id-1104,.page-id-1105,.page-id-1225) .entry-content h2:first-child{margin-top:0;padding-top:0;border-top:0;}body:is(.page-id-1101,.page-id-1102,.page-id-1103,.page-id-1104,.page-id-1105,.page-id-1225) .entry-content p{max-width:1040px;margin:0 0 18px;color:#344054;font-size:17px;line-height:1.72;}body:is(.page-id-1101,.page-id-1102,.page-id-1103,.page-id-1104,.page-id-1105,.page-id-1225) .entry-content>:last-child{margin-bottom:0;}@media (max-width:680px){body:is(.page-id-1101,.page-id-1102,.page-id-1103,.page-id-1104,.page-id-1105,.page-id-1225) .site-content .ast-container{padding-top:20px;padding-bottom:44px;}body:is(.page-id-1101,.page-id-1102,.page-id-1103,.page-id-1104,.page-id-1105,.page-id-1225) .entry-header{margin-bottom:18px;}body:is(.page-id-1101,.page-id-1102,.page-id-1103,.page-id-1104,.page-id-1105,.page-id-1225) .entry-content{padding:24px 20px;border-radius:14px;}body:is(.page-id-1101,.page-id-1102,.page-id-1103,.page-id-1104,.page-id-1105,.page-id-1225) .entry-content h2{margin-top:24px;padding-top:22px;}body:is(.page-id-1101,.page-id-1102,.page-id-1103,.page-id-1104,.page-id-1105,.page-id-1225) .entry-content p{font-size:16px;line-height:1.65;}}.single-product.woocommerce div.product div.summary,.single-product .woocommerce div.product div.summary{grid-column:2;width:100% !important;margin:0 !important;padding:28px 0 0 34px;border:0;border-left:1px solid #edf1f5;border-radius:0;background:transparent;box-shadow:none;}body.single-product h1.product_title,.single-product.woocommerce div.product .product_title,.single-product .woocommerce div.product .product_title{margin:0 0 12px;color:#101820;font-size:clamp(28px,2.08vw,32px) !important;line-height:1.16 !important;font-weight:700;letter-spacing:0;min-height:0;}.single-product .as-product-summary-meta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;margin:0 0 10px;color:#7d8794;font-size:15px;}.single-product .as-product-summary-meta strong{color:#7d8794;font-weight:500;}.single-product .as-product-code{min-width:0;}.single-product .as-product-meta-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin-left:auto;}.single-product .as-product-rating-link{display:inline-flex;align-items:center;gap:7px;color:#7d8794;text-decoration:none !important;white-space:nowrap;}.single-product .as-product-stars{color:#f3b231;font-size:20px;line-height:1;}.single-product .as-product-stars.is-empty{color:#bbc2cc;}.single-product .as-product-status-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;margin:0 0 14px;}.single-product .as-product-status-info{display:flex;align-items:center;flex-wrap:wrap;gap:14px;min-width:0;}.single-product .as-product-stock-badge{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:0 14px 0 12px;border-radius:8px;font-size:15px;font-weight:600;}.single-product .as-product-stock-badge.is-in::before{content:"";flex:0 0 auto;width:17px;height:17px;background:currentColor;-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;}.single-product .as-product-stock-badge.is-in{background:#eaf8e8;color:#45933a;}.single-product .as-product-stock-badge.is-low{background:#fff4db;color:#a96800;}.single-product .as-product-stock-badge.is-out{background:#fff0f1;color:#c52d3a;}.single-product .as-product-state{color:#727b88;font-size:15px;}.single-product .as-product-state strong{color:#101820;}.single-product .as-product-wishlist:not(.as-card-wishlist){display:flex;flex:0 0 34px;align-items:center;justify-content:center;width:34px;height:34px;margin:0;}.single-product .as-product-social-actions{display:inline-grid;grid-template-columns:34px 34px;align-items:center;justify-content:flex-end;gap:10px;width:78px;min-width:78px;}.single-product .as-product-wishlist:not(.as-card-wishlist) .tinv-wraper,.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl-after-add-to-cart{display:flex !important;flex:0 0 34px;align-items:center;justify-content:center;width:34px;height:34px;margin:0 !important;padding:0 !important;}.single-product .as-product-wishlist:not(.as-card-wishlist) .tinv-wishlist-clear,.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl-tooltip,.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button .tinvwl-icon,.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button>span,.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button img,.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button svg{display:none !important;}.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button{position:relative;display:inline-flex !important;flex:0 0 34px;align-items:center;justify-content:center;width:34px;min-width:34px;max-width:34px;height:34px;min-height:34px;max-height:34px;margin:0 !important;padding:0 !important;border:0 !important;border-radius:0;background:transparent !important;color:#202a34;box-shadow:none !important;outline:none !important;font-size:0 !important;font-weight:600;line-height:1 !important;text-decoration:none !important;transition:color 0.15s ease,border-color 0.15s ease,background 0.15s ease;}.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button:focus,.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button:active{border:0 !important;background:transparent !important;box-shadow:none !important;outline:none !important;}.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button::before{content:"";position:absolute;top:50%;left:50%;width:23px;height:23px;background:currentColor;transform:translate(-50%,-50%);-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 1 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 1 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E") center/contain no-repeat;}.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button:hover,.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button.as-wl-active,.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button[aria-pressed="true"],.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button.tinvwl-product-in-list,.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button.tinvwl-product-already-in,.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button.tinvwl-product-already-on-wishlist,.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button.tinvwl-product-make-remove{color:#d52e3f;}.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button.as-wl-active::before,.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button[aria-pressed="true"]::before,.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before,.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button.tinvwl-product-already-in::before,.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button.tinvwl-product-already-on-wishlist::before,.single-product .as-product-wishlist:not(.as-card-wishlist) .tinvwl_add_to_wishlist_button.tinvwl-product-make-remove::before{-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center/contain no-repeat;}.single-product .as-product-share{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;min-height:34px;margin:0;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;color:#202a34;box-shadow:none !important;cursor:pointer;font-size:0;line-height:1;appearance:none;transition:color 0.15s ease;}.single-product .as-product-share svg{display:block;flex:0 0 auto;}.single-product .as-product-share:hover,.single-product .as-product-share:focus,.single-product .as-product-share:active,.single-product .as-product-share.is-copied{color:#3040ff;outline:none !important;background:transparent !important;box-shadow:none !important;}.single-product.woocommerce div.product div.summary>p.price,.single-product.woocommerce div.product div.summary>span.price,.single-product .woocommerce div.product div.summary>p.price,.single-product .woocommerce div.product div.summary>span.price{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 14px;margin:0 0 14px;padding:16px 20px;border:1px solid #e7edf4;border-radius:10px;background:linear-gradient(180deg,#fbfdff 0%,#f5f8fc 100%);color:#d52e3f;font-size:clamp(28px,2.45vw,38px);font-weight:700;line-height:1.12;box-shadow:inset 0 1px 0 rgba(255,255,255,0.85);}.single-product.woocommerce div.product div.summary>p.price del,.single-product.woocommerce div.product div.summary>span.price del,.single-product .woocommerce div.product div.summary>p.price del,.single-product .woocommerce div.product div.summary>span.price del{color:#8d97a5;font-size:18px;font-weight:500;text-decoration-thickness:1px;order:2;}.single-product.woocommerce div.product div.summary>p.price ins,.single-product.woocommerce div.product div.summary>span.price ins,.single-product .woocommerce div.product div.summary>p.price ins,.single-product .woocommerce div.product div.summary>span.price ins{color:#d52e3f;text-decoration:none;order:1;}.single-product .woocommerce-product-details__short-description,.single-product .ast-stock-detail,.single-product .product_meta,.single-product .single-product-category{display:none !important;}.single-product.woocommerce div.product form.cart,.single-product .woocommerce div.product form.cart{display:flex !important;flex-direction:column !important;align-items:stretch !important;gap:14px !important;width:100%;margin:0 0 14px !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;}.single-product.woocommerce div.product form.cart::before,.single-product.woocommerce div.product form.cart::after,.single-product .woocommerce div.product form.cart::before,.single-product .woocommerce div.product form.cart::after{display:none !important;content:none !important;}.single-product.woocommerce div.product form.cart div.quantity,.single-product .woocommerce div.product form.cart div.quantity,.single-product form.cart .tinv-wraper,.single-product form.cart .tinvwl-after-add-to-cart,.single-product form.cart .tinvwl_add_to_wishlist_button{display:none !important;}.single-product.woocommerce div.product form.cart .added_to_cart,.single-product .woocommerce div.product form.cart .added_to_cart,.single-product .added_to_cart.wc-forward,.single-product .woocommerce-message .button.wc-forward{display:none !important;}.single-product.woocommerce div.product form.cart .single_add_to_cart_button,.single-product .woocommerce div.product form.cart .single_add_to_cart_button,.single-product.woocommerce div.product form.cart .as-quick-order,.single-product .woocommerce div.product form.cart .as-quick-order{display:inline-flex !important;align-items:center;justify-content:center;gap:10px;width:100% !important;height:56px !important;min-height:56px !important;margin:0 !important;padding:0 18px !important;border-radius:8px !important;box-sizing:border-box;font-size:17px;font-weight:700;line-height:1.15;text-align:center;white-space:nowrap;transform:none !important;}.single-product.woocommerce div.product form.cart .single_add_to_cart_button,.single-product .woocommerce div.product form.cart .single_add_to_cart_button{border:1px solid #3040ff !important;background:#3040ff !important;color:#fff !important;}.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover{background:#2531d8 !important;border-color:#2531d8 !important;}.single-product.woocommerce div.product form.cart .single_add_to_cart_button::before,.single-product .woocommerce div.product form.cart .single_add_to_cart_button::before{content:"";flex:0 0 auto;width:20px;height:20px;background:currentColor;-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='20' r='1.4' fill='none' stroke='black' stroke-width='1.8'/%3E%3Ccircle cx='18' cy='20' r='1.4' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M3 4h2.4l2.1 10.2a2 2 0 0 0 2 1.6h7.9a2 2 0 0 0 2-1.5L21 7H6.1' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='20' r='1.4' fill='none' stroke='black' stroke-width='1.8'/%3E%3Ccircle cx='18' cy='20' r='1.4' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M3 4h2.4l2.1 10.2a2 2 0 0 0 2 1.6h7.9a2 2 0 0 0 2-1.5L21 7H6.1' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;}.single-product.woocommerce div.product form.cart .as-quick-order,.single-product .woocommerce div.product form.cart .as-quick-order{border:1px solid #3040ff !important;background:#fff !important;color:#3040ff !important;}.single-product .woocommerce div.product form.cart .as-quick-order:hover{background:#3040ff !important;color:#fff !important;}.single-product .as-product-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:14px 0 18px;padding-top:0;border-top:0;}.single-product .as-product-service-card{display:flex;flex-direction:column;align-items:center;gap:9px;min-width:0;color:#101820;text-align:center;}.single-product .as-product-service-card span{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;color:#0e1720;}.single-product .as-product-service-card svg{width:28px;height:28px;}.single-product .as-product-service-card p{margin:0;color:#1f2933;font-size:14px;line-height:1.25;}.single-product .as-product-content-layout,.single-product .as-product-list-section,.single-product .as-product-related,.single-product .as-product-viewed{grid-column:1 / -1;}.single-product .as-product-content-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:20px;width:calc(100%+60px);margin:0 -30px;padding:24px 0 0;background:var(--as-page);box-sizing:border-box;}.single-product .as-product-sections{display:grid;gap:18px;min-width:0;}.single-product .as-product-list-section{width:calc(100%+60px);max-width:none;margin:0 -30px -32px;margin-left:-30px;margin-right:-30px;padding:30px 0 38px;border:0;background:var(--as-page);box-sizing:border-box;scroll-margin-top:68px;}.single-product .as-product-list-section__head{display:block;margin:0 0 24px;padding:0;border:0;}.single-product .as-product-list-section__head h2{margin:0;color:#0f1b2d;font-size:1.9rem;line-height:1.2;font-weight:700;}.single-product .as-product-section{margin:0;padding:26px 28px 28px;border:1px solid #e5eaf1;border-radius:8px;background:#fff;scroll-margin-top:68px;}.single-product .as-product-section__head{display:flex;align-items:center;gap:10px;margin:0 0 22px;padding:0;border-bottom:0;}.single-product .as-product-section__icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;color:#07131f;}.single-product .as-product-section__icon svg{display:block;width:24px;height:24px;}.single-product .as-product-section h2{margin:0;color:#101820;font-size:25px;line-height:1.2;font-weight:700;}.single-product .as-product-section p{max-width:none;margin:0 0 16px;color:#202a34;font-size:16px;line-height:1.55;}.single-product .as-product-section p:last-child{margin-bottom:0;}.single-product .as-product-section table.shop_attributes{width:100%;margin:0;border:0;border-collapse:separate;border-spacing:0 8px;background:transparent;}.single-product .as-product-section table.shop_attributes tbody{display:block;}.single-product .as-product-section table.shop_attributes tr{display:grid;grid-template-columns:minmax(170px,0.48fr) minmax(240px,1fr);align-items:center;gap:14px;width:100%;box-sizing:border-box;min-height:49px;padding:0 20px;border:0;border-radius:8px;}.single-product .as-product-section table.shop_attributes tr:nth-child(odd){background:#f7f9fc;}.single-product .as-product-section table.shop_attributes th{display:flex;align-items:center;gap:12px;min-width:0;padding:0;border:0;background:transparent;color:#24415f;font-weight:500;line-height:1.25;text-align:left;}.single-product .as-product-section table.shop_attributes th::after{content:"";flex:1 1 auto;min-width:24px;border-bottom:1px dotted #cfd7e2;}.single-product .as-product-section table.shop_attributes td{min-width:0;padding:0;border:0;background:transparent;color:#17212b;font-weight:500;line-height:1.25;}.single-product .as-product-section table.shop_attributes td p{margin:0;color:inherit;font-size:inherit;line-height:inherit;}.single-product .as-product-section #reviews #comments h2,.single-product .as-product-section #review_form_wrapper .comment-reply-title{display:none;}.single-product .as-review-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 0 18px;border-bottom:1px solid #edf1f5;}.single-product .as-review-toolbar p{margin:0;color:#a2aaba;font-size:15px;}.single-product .as-review-open{flex:0 0 auto;min-width:210px;min-height:48px;padding:0 24px;border:1px solid #3040ff;border-radius:8px;background:#fff;color:#3040ff;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;}.single-product .as-review-open:hover,.single-product .as-review-open:focus{background:#f5f7ff;outline:none;}.single-product .as-review-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:250px;padding:24px;text-align:center;}.single-product .as-review-empty p{margin:0 0 28px;color:#17212b;font-size:17px;}.single-product .as-review-empty svg{width:92px;height:92px;color:#edf0f4;}.single-product .as-review-modal{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:20px;}.single-product .as-review-modal.is-open{display:flex;}.single-product .as-review-modal__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;border-radius:0;background:rgba(7,19,31,0.66);cursor:default;}.single-product .as-review-modal__dialog{position:relative;z-index:1;width:min(610px,100%);max-height:calc(100vh - 40px);padding:26px 28px 28px;overflow-y:auto;border-radius:10px;background:#fff;box-shadow:0 24px 70px rgba(7,19,31,0.28);box-sizing:border-box;}.single-product .as-review-modal__head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid #edf1f5;}.single-product .as-review-modal__head h3{margin:0;color:#07131f;font-size:25px;line-height:1.2;}.single-product .as-review-modal__close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:0;background:transparent;color:#07131f;font-size:32px;font-weight:300;line-height:1;cursor:pointer;}.single-product .as-review-modal__product{display:grid;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:28px;margin-bottom:20px;}.single-product .as-review-modal__product img{display:block;width:120px;height:120px;margin:0;border-radius:8px;background:var(--as-surface);object-fit:contain;}.single-product .as-review-modal__product strong{color:#17212b;font-size:18px;font-weight:500;line-height:1.35;}body.as-review-modal-open{overflow:hidden;}.single-product .as-review-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px;margin:0;}.single-product .as-review-form>p,.single-product .as-review-form .comment-form-rating{margin:0;}.single-product .as-review-form .comment-form-rating,.single-product .as-review-form .comment-form-comment,.single-product .as-review-form .comment-form-pros,.single-product .as-review-form .comment-form-cons,.single-product .as-review-form .form-submit,.single-product .as-review-form .comment-notes,.single-product .as-review-form .logged-in-as{grid-column:1 / -1;}.single-product .as-review-form .comment-form-rating{display:flex;align-items:center;gap:16px;order:1;}.single-product .as-review-form .comment-form-rating label{color:#17212b;font-size:17px;}.single-product .as-review-form .stars{margin:0 !important;}.single-product .as-review-form .stars a{color:#f6b93b;font-size:25px;}.single-product .as-review-form .comment-form-author{order:2;}.single-product .as-review-form .comment-form-email{order:3;}.single-product .as-review-form .comment-form-author,.single-product .as-review-form .comment-form-email{float:none !important;width:100% !important;margin:0 !important;}.single-product .as-review-form .comment-form-comment{order:4;}.single-product .as-review-form .comment-form-pros{order:5;}.single-product .as-review-form .comment-form-cons{order:6;}.single-product .as-review-form .form-submit{order:7;}.single-product .as-review-form input,.single-product .as-review-form textarea{width:100%;margin:0;padding:14px 16px;border:1px solid #e5eaf1;border-radius:8px;background:#f7f9fc;color:#17212b;font-family:inherit;font-size:15px;line-height:1.4;box-sizing:border-box;}.single-product .as-review-form input{min-height:48px;}.single-product .as-review-form textarea{min-height:112px;resize:vertical;}.single-product .as-review-form input:focus,.single-product .as-review-form textarea:focus{border-color:#3040ff;background:#fff;outline:none;}.single-product .as-review-form .comment-form-pros textarea::placeholder{color:#44b83d;}.single-product .as-review-form .comment-form-cons textarea::placeholder{color:#e64a4a;}.single-product .as-review-submit{width:100%;min-height:56px;margin:0;border:0;border-radius:8px;background:#3040ff;color:#fff;font-family:inherit;font-size:16px;font-weight:700;cursor:pointer;}.single-product .as-review-submit:hover,.single-product .as-review-submit:focus{background:#2531d8;outline:none;}.single-product #reviews .commentlist{margin:22px 0 0;padding:0;list-style:none;}.single-product #reviews .commentlist li.review{margin:0 0 16px;padding:18px;border:1px solid #e5eaf1;border-radius:8px;background:#fff;}.single-product #reviews .comment_container{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;}.single-product #reviews .comment_container img.avatar{position:static;width:48px;height:48px;margin:0;padding:0;border:0;border-radius:50%;}.single-product #reviews .comment-text{margin:0;padding:0;border:0;}.single-product #reviews .comment-text .meta{margin:0 0 8px;color:#8791a0;font-size:13px;}.single-product .as-review-details{display:grid;gap:10px;margin-top:14px;}.single-product .as-review-details__item{padding:12px 14px;border-radius:8px;background:#f7f9fc;}.single-product .as-review-details__item strong{display:block;margin-bottom:4px;font-size:14px;}.single-product .as-review-details__item.is-pros strong{color:#32a852;}.single-product .as-review-details__item.is-cons strong{color:#d94a4a;}.single-product .as-review-details__item p{margin:0;font-size:14px;}.single-product .as-product-sticky-card{position:sticky;top:76px;min-width:0;}.single-product .as-product-sticky-card ul.products.as-product-sticky-products{display:grid !important;grid-template-columns:minmax(0,1fr);gap:22px;margin:0 !important;padding:0 !important;list-style:none;}.single-product .as-product-sticky-card ul.products.as-product-sticky-products li.product{width:100% !important;max-width:none;margin:0 !important;float:none !important;}.single-product .as-product-related .related>h2{display:none;}.single-product .as-product-viewed ul.products,.single-product .as-product-related ul.products{margin-bottom:0;}.single-product .as-footer{margin-top:0;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -8px 24px rgba(15,23,42,0.03);}.single-product .as-footer-bottom{border-top-color:#e5e9ef;}@media (max-width:1180px){.single-product .site-content .ast-container{padding-left:var(--as-container-pad);padding-right:var(--as-container-pad);}.single-product .as-product-list-section{width:calc(100%+48px);margin:0 -24px -28px;padding:28px 0 34px;}.single-product .as-product-content-layout{width:calc(100%+48px);margin:0 -24px;padding:22px 0 0;}.single-product.woocommerce div.product,.single-product .woocommerce div.product{grid-template-columns:minmax(0,1fr) minmax(340px,0.82fr);column-gap:0;padding:0 24px;}.single-product .as-product-nav{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px;}.single-product.woocommerce div.product div.images,.single-product .woocommerce div.product div.images,.single-product .woocommerce-product-gallery{padding-right:26px;}.single-product.woocommerce div.product div.summary,.single-product .woocommerce div.product div.summary{padding-left:26px;}.single-product .woocommerce-product-gallery{min-height:532px;}.single-product .woocommerce-product-gallery__wrapper,.single-product .woocommerce-product-gallery__image,.single-product .woocommerce-product-gallery__image--placeholder{min-height:420px;}}@media (max-width:900px){.single-product .site-content .ast-container{padding-left:var(--as-container-pad);padding-right:var(--as-container-pad);}.single-product.woocommerce div.product,.single-product .woocommerce div.product{grid-template-columns:1fr;row-gap:20px;padding:0 20px 26px;}.single-product.woocommerce div.product div.images,.single-product .woocommerce div.product div.images,.single-product .woocommerce-product-gallery,.single-product.woocommerce div.product div.summary,.single-product .woocommerce div.product div.summary{grid-column:1;}.single-product.woocommerce div.product div.summary,.single-product .woocommerce div.product div.summary{padding:0;border-left:0;}.single-product .as-product-nav{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;overflow-x:auto;}.single-product.woocommerce div.product div.images,.single-product .woocommerce div.product div.images,.single-product .woocommerce-product-gallery{padding:22px 0 0;}.single-product .as-product-content-layout{grid-template-columns:1fr;width:calc(100%+40px);margin:0 -20px;padding:20px 0 0;}.single-product .as-product-list-section{width:calc(100%+40px);margin:0 -20px -26px;padding:28px 0 34px;}.single-product .as-product-sticky-card{display:none;}}@media (max-width:680px){.single-product .site-content .ast-container{padding-left:var(--as-container-pad);padding-right:var(--as-container-pad);padding-bottom:28px;}.single-product.woocommerce div.product,.single-product .woocommerce div.product{padding:0 var(--as-container-pad) 22px;}.single-product .as-product-list-section{width:auto;margin:0 calc(-1 * var(--as-container-pad)) -22px;padding:24px 0 30px;}.single-product .as-product-content-layout{width:auto;margin:0 calc(-1 * var(--as-container-pad));padding:18px 0 0;}.single-product .as-product-nav{gap:12px;margin-left:calc(-1 * var(--as-container-pad));margin-right:calc(-1 * var(--as-container-pad));padding-left:var(--as-container-pad);padding-right:var(--as-container-pad);}.single-product .as-product-nav a{font-size:14px;}.single-product .as-product-nav span{min-width:18px;height:18px;padding:0 5px;font-size:11px;}.single-product .woocommerce-product-gallery{display:block;height:408px;min-height:auto;max-height:408px;overflow:hidden;padding:14px;}.single-product .woocommerce-product-gallery__wrapper,.single-product .woocommerce-product-gallery .flex-viewport,.single-product .woocommerce-product-gallery__image,.single-product .woocommerce-product-gallery__image--placeholder{height:310px !important;min-height:310px;max-height:310px;}.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper{height:310px !important;max-height:310px;}.single-product .woocommerce-product-gallery__image img:not(.zoomImg),.single-product .woocommerce-product-gallery__image--placeholder img{max-height:310px;}.single-product .as-gallery-thumbs,.single-product .flex-control-thumbs{flex-direction:row;width:auto;height:auto;max-height:none;margin-top:12px !important;padding:0 !important;overflow-x:auto;overflow-y:hidden;}.single-product .woocommerce-product-gallery.as-has-thumb-arrows .as-gallery-thumbs,.single-product .woocommerce-product-gallery.as-has-thumb-arrows .flex-control-thumbs{height:auto !important;max-height:none !important;padding:0 !important;overflow-y:hidden !important;}.single-product .as-gallery-thumb-arrow{display:none !important;}.single-product .as-gallery-thumbs button,.single-product .flex-control-thumbs li{flex:0 0 64px;width:64px;height:64px;}.single-product.woocommerce div.product div.images .flex-control-thumbs li,.single-product .woocommerce div.product div.images .flex-control-thumbs li{flex-basis:64px !important;width:64px !important;max-width:64px;}.single-product .as-gallery-arrow{top:var(--as-gallery-arrow-top,44%);width:36px;height:42px;}.single-product .as-gallery-prev,.single-product .woocommerce-product-gallery.as-no-thumbs .as-gallery-prev{left:var(--as-gallery-arrow-prev-left,22px);}.single-product .as-gallery-next{right:var(--as-gallery-arrow-next-right,22px);}body.single-product h1.product_title,.single-product.woocommerce div.product .product_title,.single-product .woocommerce div.product .product_title{font-size:25px !important;}.single-product .as-product-summary-meta{align-items:center;gap:10px;}.single-product .as-product-meta-actions{align-items:center;margin-left:0;}.single-product .as-product-status-row{align-items:center;gap:10px;}.single-product.woocommerce div.product div.summary>p.price,.single-product.woocommerce div.product div.summary>span.price,.single-product .woocommerce div.product div.summary>p.price,.single-product .woocommerce div.product div.summary>span.price{padding:18px;font-size:30px;}.single-product .as-product-service-grid{grid-template-columns:1fr;gap:16px;}.single-product .as-product-service-card{align-items:flex-start;flex-direction:row;text-align:left;}.single-product .as-product-section{padding:22px 16px;}.single-product .as-product-section h2{font-size:22px;}.single-product .as-product-section table.shop_attributes tr{grid-template-columns:1fr;gap:4px;padding:12px 14px;}.single-product .as-product-section table.shop_attributes th::after{display:none;}.single-product .as-review-toolbar{align-items:stretch;flex-direction:column;}.single-product .as-review-open{width:100%;min-width:0;}.single-product .as-review-empty{min-height:210px;padding:20px 0;}.single-product .as-review-modal{align-items:flex-end;padding:0;}.single-product .as-review-modal__dialog{width:100%;max-height:94vh;padding:22px 16px 20px;border-radius:12px 12px 0 0;}.single-product .as-review-modal__product{grid-template-columns:82px minmax(0,1fr);gap:16px;}.single-product .as-review-modal__product img{width:82px;height:82px;}.single-product .as-review-form{grid-template-columns:1fr;}.single-product .as-review-form>p{grid-column:1;}.single-product #reviews .comment_container{grid-template-columns:1fr;}}body:is(.page-id-7,.page-id-8,.page-id-9,.page-id-1157) .site-content .ast-container{padding-top:24px;}body:is(.page-id-7,.page-id-8,.page-id-9,.page-id-1157) #primary{margin-top:0 !important;}@media (max-width:680px){body:is(.page-id-7,.page-id-8,.page-id-9,.page-id-1157) .site-content .ast-container{padding-top:18px;}}.as-hp-field{position:absolute !important;left:-10000px !important;width:1px !important;height:1px !important;overflow:hidden !important;opacity:0 !important;pointer-events:none !important;}