:root{--pink:#ff3976;--ink:#191919;--muted:#727272;--line:#e9e9e9;--soft:#f7f7f8;--radius:14px;--container:1600px;--shadow:0 12px 35px rgba(0,0,0,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:15px/1.55 Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}.mobile-only{display:none}.skip-link{position:fixed;z-index:10000;top:8px;left:8px;padding:10px 16px;background:#fff;transform:translateY(-150%)}.skip-link:focus{transform:none}.icon{display:block;width:22px;height:22px}
.site-header{position:relative;z-index:200;background:#fff;transition:transform .2s}.site-header.is-sticky{position:sticky;top:0;box-shadow:0 2px 15px rgba(0,0,0,.07)}.site-header.is-hidden{transform:translateY(-100%)}.mobile-promo{display:none}.header-main{display:flex;align-items:center;min-height:82px;gap:34px}.site-brand,.custom-logo-link{display:block;flex:0 0 auto}.site-brand img,.custom-logo{display:block;width:275px;max-height:46px;object-fit:contain}.primary-nav{flex:1}.menu{display:flex;align-items:center;gap:28px;margin:0;padding:0;list-style:none}.menu li{position:relative}.menu a{display:flex;align-items:center;min-height:42px;font-weight:600;white-space:nowrap}.menu a:hover,.current-menu-item>a{color:var(--pink)}.menu .sub-menu{position:absolute;top:100%;left:-18px;display:none;min-width:230px;margin:0;padding:12px 18px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);list-style:none}.menu li:hover>.sub-menu{display:block}.menu .sub-menu a{min-height:34px;font-size:14px}.header-tools{display:flex;align-items:center;gap:18px;margin-left:auto}.header-tool,.icon-button{position:relative;display:flex;align-items:center;gap:7px;padding:8px 0;border:0;background:none;color:var(--ink);cursor:pointer}.header-tool:hover{color:var(--pink)}.tool-label{font-size:13px;font-weight:600}.tool-count{position:absolute;top:0;left:15px;display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:10px;background:var(--pink);color:#fff;font-size:10px}.category-bar{background:#0d0d0d;color:#fff}.category-bar nav>.menu{min-height:48px;justify-content:space-between;gap:18px}.category-bar .menu a{min-height:48px;font-size:14px}.category-bar .sub-menu{color:var(--ink);display:none;grid-template-columns:repeat(3,minmax(180px,1fr));width:min(780px,80vw)}.category-bar li:hover>.sub-menu{display:grid}.category-bar .sub-menu .sub-menu{position:static;display:block;width:auto;padding:0;border:0;box-shadow:none}.search-panel{position:fixed;z-index:500;inset:0 0 auto;background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--shadow);padding:25px 0}.live-search{position:relative;display:flex;gap:10px}.live-search>input{width:100%;height:52px;padding:0 112px 0 18px;border:1px solid #ccc;border-radius:9px;outline:0}.live-search>input:focus{border-color:var(--pink)}.live-search>button{display:grid;place-items:center;width:48px;border:0;border-radius:8px;background:var(--ink);color:#fff;cursor:pointer}.live-search>button[data-search-close]{background:var(--soft);color:var(--ink)}.search-results{position:absolute;top:62px;left:0;width:calc(100% - 116px);max-height:70vh;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow)}.search-item{display:flex;align-items:center;gap:14px;padding:11px 14px;border-bottom:1px solid var(--line)}.search-item:hover{background:var(--soft)}.search-item img{object-fit:contain}.search-item span{display:grid}.search-item small{margin-top:4px;color:var(--pink);font-weight:700}.search-loading{padding:14px;margin:0;color:var(--muted)}
.site-main{min-height:55vh;padding-block:34px 60px}.site-main h1{font-size:clamp(28px,3vw,44px);line-height:1.12}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:44px}.entry-card{padding:0 0 30px;margin:0 0 30px;border-bottom:1px solid var(--line)}.entry-card h2{font-size:28px}.sidebar .widget{padding:20px;border:1px solid var(--line);border-radius:var(--radius);margin-bottom:20px}.widget-title{margin-top:0}.button,button.button,input.button,.woocommerce a.button,.woocommerce button.button{display:inline-flex;justify-content:center;align-items:center;min-height:44px;padding:10px 20px;border:0;border-radius:8px;background:var(--ink);color:#fff;font-weight:700;cursor:pointer}.button:hover,.woocommerce a.button:hover{background:var(--pink);color:#fff}
/* WooCommerce */
.woocommerce-breadcrumb{margin:0 0 20px;color:var(--muted);font-size:13px}.woocommerce-result-count{color:var(--muted)}.woocommerce-ordering{float:right}.woocommerce-ordering select,select,input.input-text,textarea{min-height:44px;padding:8px 12px;border:1px solid #d7d7d7;border-radius:8px;background:#fff}.products{clear:both;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin:25px 0!important;padding:0!important;list-style:none}.products:before,.products:after{display:none!important}.product{position:relative;min-width:0}.products .product{display:flex;flex-direction:column;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:.18s}.products .product:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.woocommerce-loop-product__link{display:block}.products .product img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;margin:0!important}.woocommerce-loop-product__title,.products .product h2{min-height:38px;margin:12px 0 8px!important;font-size:14px!important;line-height:1.35}.price{display:block;margin:auto 0 10px;color:var(--ink)!important;font-size:17px!important;font-weight:800}.price del{color:#999;font-size:13px}.price ins{text-decoration:none}.products .button{width:100%;margin-top:auto!important}.stock-badge,.onsale{position:absolute!important;z-index:2;top:10px!important;left:10px!important;right:auto!important;min-height:0!important;margin:0!important;padding:5px 8px!important;border-radius:6px!important;background:var(--pink)!important;color:#fff!important;font-size:11px!important;line-height:1!important}.stock-badge.is-out{background:#777!important}.woocommerce-pagination ul{display:flex!important;gap:7px;border:0!important}.woocommerce-pagination li{border:0!important}.woocommerce-pagination a,.woocommerce-pagination span{display:grid!important;place-items:center;width:40px;height:40px;border-radius:8px;background:var(--soft)}.woocommerce-pagination .current{background:var(--ink)!important;color:#fff!important}.woocommerce-notices-wrapper>div,.woocommerce-message,.woocommerce-info,.woocommerce-error{margin:0 0 20px;padding:15px 18px;border:1px solid var(--line);border-left:4px solid var(--pink);border-radius:8px;background:var(--soft);list-style:none}.product.type-product .summary{padding-left:35px}.single-product div.product{display:block}.product .woocommerce-product-gallery{float:left;width:52%;margin-bottom:40px}.product .summary{float:right;width:48%;margin-bottom:40px}.product .summary h1{font-size:clamp(26px,3vw,42px)}.product .summary .price{font-size:27px!important}.woocommerce-product-gallery img{border-radius:var(--radius)}.flex-control-thumbs{display:flex;gap:9px;padding:0;list-style:none}.flex-control-thumbs li{width:78px}.cart{display:flex;flex-wrap:wrap;gap:10px}.quantity input{width:74px;height:44px;text-align:center;border:1px solid var(--line);border-radius:8px}.woocommerce-tabs{clear:both;padding-top:30px}.woocommerce-tabs .tabs{display:flex;gap:22px;padding:0;border-bottom:1px solid var(--line);list-style:none}.woocommerce-tabs .tabs a{display:block;padding:12px 0;font-weight:700}.woocommerce-tabs .active a{color:var(--pink);border-bottom:2px solid var(--pink)}table{width:100%;border-collapse:collapse}th,td{padding:12px;border-bottom:1px solid var(--line);text-align:left}.woocommerce-cart-form__cart-item img{width:80px}.cart_totals{margin-left:auto;max-width:520px}.form-row{margin:0 0 15px}.form-row label{display:block;margin-bottom:5px;font-weight:600}.form-row input,.form-row textarea,.form-row select{width:100%}.col2-set{display:grid;grid-template-columns:1fr 1fr;gap:30px}.star-rating{overflow:hidden;position:relative;width:5.4em;height:1em;line-height:1}.star-rating:before{content:'★★★★★';color:#ddd;position:absolute}.star-rating span{overflow:hidden;position:absolute;height:1em}.star-rating span:before{content:'★★★★★';color:#ffb400;position:absolute}.empty-state{text-align:center;padding-block:100px}
.site-footer{background:#0d0d0d;color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.2fr 1.1fr;gap:50px;padding-block:50px}.site-footer h2{margin:0 0 18px;font-size:17px;text-transform:uppercase}.site-footer .menu{display:block}.site-footer .menu a{min-height:32px;color:#ccc;font-size:14px;font-weight:400;white-space:normal}.site-footer p,.site-footer address{color:#ccc;font-style:normal}.footer-about p{max-width:400px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-block:20px;border-top:1px solid #292929}.footer-bottom img{width:min(640px,55%)}.mobile-drawer,.drawer-backdrop,.mobile-toolbar{display:none}
@media(max-width:1250px){.header-main{gap:20px}.site-brand img,.custom-logo{width:220px}.menu{gap:17px}.products{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-grid>section:last-child{grid-column:2/4}}
@media(max-width:1024px){body{padding-bottom:58px}.desktop-only{display:none!important}.mobile-only{display:flex}.container{width:min(100% - 32px,var(--container))}.mobile-promo{display:block;padding:6px 12px;background:#0d0d0d;color:#fff;text-align:center;font-size:11px}.header-main{min-height:66px;justify-content:space-between}.site-brand img,.custom-logo{width:205px;max-height:38px}.header-tools{margin-left:0}.mobile-drawer{display:block;position:fixed;z-index:1000;inset:0 auto 0 0;width:min(390px,90vw);padding:20px;background:#fff;overflow:auto;box-shadow:var(--shadow)}.drawer-backdrop{display:block;position:fixed;z-index:999;inset:0;background:rgba(0,0,0,.48)}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.mobile-drawer .menu{display:block}.mobile-drawer .menu a{justify-content:space-between;min-height:48px;border-bottom:1px solid var(--line)}.mobile-drawer .sub-menu{position:static;display:none;padding:0 0 0 15px;border:0;box-shadow:none}.mobile-drawer .submenu-open>.sub-menu{display:block}.drawer-contact{display:grid;gap:4px;margin-top:30px}.drawer-contact a{font-size:18px;font-weight:700}.drawer-open{overflow:hidden}.mobile-toolbar{position:fixed;z-index:300;display:flex;bottom:0;left:0;right:0;height:58px;background:#fff;border-top:1px solid var(--line);box-shadow:0 -5px 18px rgba(0,0,0,.06);justify-content:space-around;align-items:center}.mobile-toolbar a,.mobile-toolbar button{border:0;background:none;font-size:12px;font-weight:700}.products{grid-template-columns:repeat(3,minmax(0,1fr))}.content-grid{grid-template-columns:1fr}.product .woocommerce-product-gallery,.product .summary{float:none;width:100%;padding-left:0}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>section:last-child{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-bottom img{width:100%}}
@media(max-width:680px){.container{width:min(100% - 24px,var(--container))}.header-main{gap:12px}.site-brand img,.custom-logo{width:170px}.header-tools{gap:12px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.products .product{padding:9px;border-radius:10px}.products .product h2{font-size:12px!important}.products .button{min-height:39px;padding:8px;font-size:12px}.price{font-size:15px!important}.site-main{padding-top:22px}.site-main h1{font-size:28px}.woocommerce-ordering{float:none}.col2-set{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:30px}.search-panel{padding:14px 0}.live-search{gap:5px}.search-results{width:100%;top:58px}.live-search>input{padding-right:10px}.woocommerce-tabs .tabs{gap:14px;overflow:auto}.woocommerce-tabs .tabs a{white-space:nowrap;font-size:13px}}

/* 0.2.0: layout reset after removing Woodmart/WooCommerce presentation CSS. */
.home .site-main{padding-top:0}.home .site-main.container{width:100%;max-width:none}.home .site-main>article{overflow:hidden}
.woo-main{width:min(1380px,calc(100% - 40px))}.woo-main:after,.single-product div.product:after{display:table;clear:both;content:""}
.woocommerce-products-header{margin-bottom:24px}.woocommerce-products-header__title.page-title{margin:0 0 22px;font-size:34px}
.term-description{max-width:1040px;margin:52px auto 10px;color:#404044;font-size:15px;line-height:1.72}.term-description h2,.term-description h3{margin:30px 0 12px;line-height:1.25}.term-description h2{font-size:27px}.term-description h3{font-size:21px}.term-description ul,.term-description ol{padding-left:22px}.term-description li{margin:7px 0}
.woocommerce-result-count{float:left;margin:13px 0 24px}.woocommerce-ordering{margin:0 0 24px}
body.single-product .woo-main{width:min(1380px,calc(100% - 40px));padding-top:28px}
body.single-product div.product{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);column-gap:70px;align-items:start}
body.single-product div.product>.woocommerce-product-gallery,body.single-product div.product>.summary{float:none;width:auto;margin:0 0 45px;padding:0}
body.single-product div.product>.woocommerce-product-gallery{grid-column:1;grid-row:1}body.single-product div.product>.summary{grid-column:2;grid-row:1;padding-top:10px}
body.single-product div.product>.summary h1{margin:0 0 20px;font-size:clamp(30px,3vw,46px);line-height:1.12}body.single-product div.product>.summary .price{margin:0 0 18px;font-size:29px!important}
body.single-product div.product>.woocommerce-tabs,body.single-product div.product>.related,body.single-product div.product>.upsells{grid-column:1/-1;width:100%;min-width:0}
body.single-product .woocommerce-product-gallery__wrapper{margin:0}body.single-product .woocommerce-product-gallery__image{display:grid;min-height:560px;place-items:center}body.single-product .woocommerce-product-gallery__image img{width:100%;max-height:650px;object-fit:contain}
body.single-product .woocommerce-tabs{padding-top:5px}body.single-product .woocommerce-tabs .panel{padding:22px 0}body.single-product table.woocommerce-product-attributes{table-layout:fixed;font-size:14px}body.single-product table.woocommerce-product-attributes th{width:32%;color:#34343a;font-weight:700}body.single-product table.woocommerce-product-attributes td{color:#555}body.single-product table.woocommerce-product-attributes p{margin:0}
body.single-product .related{clear:both;margin-top:45px}body.single-product .related>h2{margin:0 0 22px;font-size:29px}body.single-product .related .products{width:100%}
.woocommerce-cart .woo-main,.woocommerce-checkout .woo-main{min-height:610px;padding-top:48px}.woocommerce-cart .woo-main>h1,.woocommerce-checkout .woo-main>h1{margin-top:0}.woocommerce-cart .return-to-shop{margin-top:18px}
@media(max-width:1024px){.woo-main,body.single-product .woo-main{width:min(100% - 32px,1380px)}body.single-product div.product{grid-template-columns:1fr;column-gap:0}body.single-product div.product>.woocommerce-product-gallery,body.single-product div.product>.summary{grid-column:1;grid-row:auto}body.single-product div.product>.woocommerce-tabs,body.single-product div.product>.related,body.single-product div.product>.upsells{grid-column:1}body.single-product .woocommerce-product-gallery__image{min-height:420px}}
@media(max-width:680px){.woo-main,body.single-product .woo-main{width:min(100% - 24px,1380px)}.woocommerce-products-header__title.page-title{font-size:28px}.term-description{margin-top:35px;font-size:14px}.term-description h2{font-size:23px}.term-description h3{font-size:19px}body.single-product div.product>.summary h1{font-size:28px}body.single-product .woocommerce-product-gallery__image{min-height:330px}body.single-product table.woocommerce-product-attributes{table-layout:auto;font-size:13px}body.single-product table.woocommerce-product-attributes th{width:42%}.woocommerce-result-count{float:none;margin-bottom:12px}}

/* 0.3.0: complete reset of old WooCommerce/Woodmart card dimensions. */
[hidden]{display:none!important}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,
ul.products li.product,.related ul.products li.product,.upsells ul.products li.product{
	float:none!important;clear:none!important;width:auto!important;max-width:none!important;
	margin:0!important;min-width:0!important;
}
.products .product>a:first-child{display:flex;min-width:0;flex:1;flex-direction:column}
.products .product img[data-src],.products .product img[data-lazy-src]{visibility:visible!important;opacity:1!important}
body.single-product .related ul.products,body.single-product .upsells ul.products{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important}
body.single-product .woocommerce-tabs .panel>h2:first-child{margin:0 0 20px;font-size:24px}
/* Остаточные скрытые панели Woodmart Core не должны попадать в поток новой темы. */
.wd-side-hidden,.wd-search-full-screen,.wd-close-side,.cart-widget-side,.login-form-side,.mobile-nav.wd-side-hidden{display:none!important}
@media(max-width:1250px){body.single-product .related ul.products,body.single-product .upsells ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:1024px){body.single-product .related ul.products,body.single-product .upsells ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:680px){body.single-product .related ul.products,body.single-product .upsells ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

/* 0.4.0: dedicated front page and independent related-products container. */
.dronov-front-page{width:100%;max-width:none;padding:0 0 60px;overflow:hidden}
.dronov-front-page>.dsf-home-hero:first-child{margin-top:0}
body.single-product .related,body.single-product .upsells{
	display:block!important;float:none!important;clear:both!important;
	grid-column:1/-1!important;width:min(1440px,calc(100vw - 48px))!important;
	max-width:none!important;margin:45px auto 0!important;padding:0!important;
}
body.single-product .related ul.products,body.single-product .upsells ul.products{width:100%!important;max-width:none!important;margin:0!important}
body.single-product .related ul.products li.product,body.single-product .upsells ul.products li.product{display:flex!important;width:auto!important;min-width:0!important;max-width:none!important}
body.single-product .related .woocommerce-loop-product__link,body.single-product .upsells .woocommerce-loop-product__link{display:flex!important;min-width:0;flex:1;flex-direction:column}
body.single-product .related .woocommerce-loop-product__link img,body.single-product .upsells .woocommerce-loop-product__link img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:1/1;object-fit:contain}
@media(max-width:1024px){body.single-product .related,body.single-product .upsells{width:min(100vw - 32px,1440px)!important}}
@media(max-width:680px){body.single-product .related,body.single-product .upsells{width:min(100vw - 24px,1440px)!important}}

/* 0.5.0: production catalogue, cards and purchase box. */
.ptags-wrap{width:min(1380px,calc(100% - 40px));margin:24px auto}.plitka-tegov{display:flex;max-height:70px;gap:8px;overflow:hidden;flex-wrap:wrap}.plitka-tegov.active{max-height:none}.plitka-tegov>div a{display:block;padding:8px 12px;border-radius:10px;background:#f2f2f2;font-size:12px;font-weight:600;transition:.15s}.plitka-tegov>div a:hover{background:#e5165e;color:#fff}.spoilertag{display:block;margin:9px 0 0;padding:0;border:0;background:none;color:#777;font-size:12px;text-decoration:underline;cursor:pointer}.ptags-home{margin-top:8px;margin-bottom:34px}
.catalog-page{padding-bottom:60px}.catalog-title{margin:0 0 24px;padding:25px 0 30px;background:linear-gradient(135deg,#f4f4f6,#fff 70%);border-bottom:1px solid #eee}.catalog-title .woocommerce-breadcrumb{margin-bottom:14px}.catalog-title h1{margin:0;font-size:clamp(30px,3.2vw,48px);line-height:1.08}.catalog-subcats{display:flex;gap:14px;margin:0 0 28px;padding:2px 2px 14px;overflow-x:auto;scrollbar-width:thin}.catalog-subcat{display:flex;flex:0 0 178px;min-height:206px;padding:13px;align-items:center;flex-direction:column;justify-content:space-between;border:1px solid #ececef;border-radius:14px;background:#fff;text-align:center;font-size:13px;font-weight:700;transition:.18s}.catalog-subcat:hover{border-color:#ddd;box-shadow:0 10px 25px rgba(0,0,0,.07);transform:translateY(-2px)}.catalog-subcat img{width:150px;height:150px;object-fit:contain}.catalog-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:30px;align-items:start}.catalog-sidebar{position:sticky;top:86px}.catalog-sidebar:empty:before{content:'Фильтры';display:block;padding:18px;border:1px solid #e8e8ea;border-radius:12px;font-size:18px;font-weight:800}.catalog-sidebar .widget{margin:0 0 14px;padding:17px;border:1px solid #e8e8ea;border-radius:12px}.catalog-sidebar .widget-title{margin:0 0 12px;font-size:16px}.catalog-toolbar{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:15px;margin-bottom:10px}.catalog-toolbar .woocommerce-result-count,.catalog-toolbar .woocommerce-ordering{float:none;margin:0}.catalog-content .products{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.catalog-tags{margin-top:36px}.catalog-tags .ptags-wrap{width:100%;margin-inline:0}.catalog-seo{margin-top:38px}.catalog-seo .term-description{max-width:none;margin:0}.catalog-benefits{margin-top:45px}.catalog-interest{margin-top:50px}.catalog-interest>h2{font-size:30px}.woocommerce-pagination{display:flex;justify-content:center;margin-top:34px}.woocommerce-pagination ul{padding:7px!important;border:1px solid #eee!important;border-radius:12px;background:#fff;box-shadow:0 7px 24px rgba(0,0,0,.05)}.woocommerce-pagination a,.woocommerce-pagination span{border-radius:9px!important}.woocommerce-pagination a:hover{background:#e5165e!important;color:#fff}.woocommerce-pagination .current{background:#e5165e!important}
.products .dronov-product-card{overflow:hidden;padding:0!important;border:1px solid #ededf0!important;border-radius:14px!important}.dronov-product-card:hover{border-color:#ddd!important}.product-card-media{position:relative;padding:12px 12px 0}.product-card-media .woocommerce-loop-product__link{display:block!important}.product-card-media img{height:238px!important;aspect-ratio:auto!important}.cashback{position:absolute;z-index:4;top:7px;left:7px;padding:5px 8px;border-radius:8px;background:#171717;color:#fff;font-size:11px;font-weight:800}.product-card-body{display:flex;min-height:280px;padding:4px 14px 14px;flex:1;flex-direction:column}.product-stock-status{margin:2px 0 5px;color:#24a148;font-size:12px;font-weight:700}.product-stock-status.is-out-of-stock{color:#d33}.dronov-product-card .woocommerce-loop-product__title{min-height:40px!important;margin:0 0 6px!important;font-size:14px!important}.dronov-product-card .star-rating{margin:0 0 8px}.product-card-price{display:flex;margin:auto 0 10px;flex-direction:column}.product-card-price .price{margin:0!important;font-size:20px!important}.product-card-price small{margin-top:2px;color:#73737a;font-size:11px}.product-card-actions{display:grid;gap:7px}.product-card-actions .button{min-height:42px;margin:0!important;background:#111}.product-card-actions .credit-btn{min-height:39px;border:0;border-radius:8px;background:#e5165e;color:#fff;font-size:12px;font-weight:800;cursor:pointer}.oneclick-card{padding:2px;border:0;background:none;color:#333;font-size:12px;font-weight:700;cursor:pointer}
.single-price-card{display:grid;grid-template-columns:1fr auto;gap:4px 14px;margin:10px 0 18px;padding:18px 20px;border:1px solid #ececef;border-radius:14px;background:#fafafa}.single-price-label{grid-column:1/-1;color:#777;font-size:13px}.single-main-price{margin:0!important;font-size:32px!important;line-height:1.1}.single-price-card .lowcostmore{align-self:center;padding:0;border:0;background:none;color:#e5165e;font-size:13px;font-weight:800;text-decoration:underline;cursor:pointer}.pricecredit{grid-column:1/-1;margin-top:7px;color:#777;font-size:12px}.price_kredit{color:#222}.dronov-buybox{display:grid!important;gap:9px!important;margin-top:10px}.buybox-main{display:grid;grid-template-columns:76px 1fr;gap:9px}.buybox-main .quantity input{width:100%;height:48px}.buybox-main .single_add_to_cart_button{min-height:48px;background:#111}.buybox-oneclick,.buybox-credit,.btn-installment{width:100%;min-height:46px;border:0;border-radius:9px;font-weight:800;cursor:pointer}.buybox-oneclick{background:#f0f0f2;color:#171717}.buybox-credit{display:flex;align-items:center;justify-content:center;gap:8px;background:#e5165e;color:#fff}.buybox-credit span{font-size:11px;opacity:.9}.btn-installment{background:#fff;border:1px solid #e5165e;color:#e5165e}.tgprice{display:flex;min-height:43px;align-items:center;justify-content:center;border-radius:9px;background:#2aabee;color:#fff;font-weight:800}.blockdopinfo{margin-top:4px;padding:13px 14px;border-radius:10px;background:#fff7e8;color:#5b4a2b;font-size:12px}.single-commercial-blocks{grid-column:1/-1;width:100%;margin-top:30px}.single-commercial-blocks>.dsf-benefits,.single-commercial-blocks>.dsf-owner,.single-commercial-blocks>.dsf-category-tiles{margin-top:50px}.single-product .woocommerce-breadcrumb{grid-column:1/-1;margin-bottom:24px}
@media(max-width:1250px){.catalog-content .products{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-layout{grid-template-columns:230px minmax(0,1fr)}}
@media(max-width:1024px){.ptags-wrap{width:min(100% - 32px,1380px)}.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{position:static}.catalog-sidebar:empty{display:none}.catalog-content .products{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card-media img{height:220px!important}}
@media(max-width:680px){.ptags-wrap{width:min(100% - 24px,1380px)}.catalog-title{padding:18px 0 22px}.catalog-subcat{flex-basis:135px;min-height:164px}.catalog-subcat img{width:116px;height:116px}.catalog-toolbar{align-items:flex-start;flex-direction:column}.catalog-content .products{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card-media{padding:7px 7px 0}.product-card-media img{height:160px!important}.product-card-body{min-height:250px;padding:2px 9px 10px}.dronov-product-card .woocommerce-loop-product__title{font-size:12px!important}.product-card-price .price{font-size:16px!important}.product-card-actions .credit-btn{font-size:11px}.single-price-card{padding:14px}.single-main-price{font-size:26px!important}}

/* 0.6.0: archive routing and stable single/related product geometry. */
.single-breadcrumbs{grid-column:1/-1;width:100%;margin-bottom:4px}
.single-breadcrumbs .woocommerce-breadcrumb{margin:0}
body.single-product div.product>.woocommerce-product-gallery{grid-row:2}
body.single-product div.product>.summary{grid-row:2}
.products .dronov-product-card>a:first-child{display:block;flex:none}
.products .dronov-product-card .product-card-media>a:first-child{display:block;flex:none}
body.single-product .related .product-card-media,body.single-product .upsells .product-card-media{flex:none}
body.single-product .related .product-card-body,body.single-product .upsells .product-card-body{min-height:270px;flex:1}
.catalog-benefits>.dsf-section{max-width:none;margin-inline:0;padding-inline:0}
.catalog-interest .products{grid-template-columns:repeat(5,minmax(0,1fr))}
@media(max-width:1250px){.catalog-interest .products{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1024px){body.single-product div.product>.woocommerce-product-gallery,body.single-product div.product>.summary{grid-row:auto}.catalog-interest .products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){.catalog-interest .products{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* 0.7.0: explicit product hierarchy and compact, stable shop cards. */
body.single-product .woo-main{padding-top:22px}
body.single-product .single-breadcrumbs{margin-bottom:20px}
body.single-product .dronov-single-product{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr)!important;column-gap:64px;align-items:start}
body.single-product .dronov-single-product>.dronov-product-gallery{grid-column:1;min-width:0}
body.single-product .dronov-single-product>.dronov-product-summary{grid-column:2;min-width:0;width:auto!important;margin:0!important;padding:6px 0 0!important;float:none!important}
body.single-product .dronov-single-product>.dronov-product-below{display:block;grid-column:1/-1;min-width:0;width:100%}
body.single-product .dronov-product-gallery>.woocommerce-product-gallery{float:none!important;width:100%!important;margin:0 0 36px!important}
body.single-product .dronov-product-below>.woocommerce-tabs,
body.single-product .dronov-product-below>.upsells,
body.single-product .dronov-product-below>.related,
body.single-product .dronov-product-below>.single-commercial-blocks{width:100%!important;max-width:none!important;margin-left:0!important;transform:none!important}
body.single-product .dronov-product-below>.single-commercial-blocks{margin-top:30px!important}
body.single-product .related .product-card-media>a:first-child,
body.single-product .upsells .product-card-media>a:first-child{display:block!important;min-height:0!important;flex:none!important}
body.single-product .related ul.products li.product,
body.single-product .upsells ul.products li.product{height:auto!important;min-height:0!important;align-self:stretch}
body.single-product .related .product-card-media img,
body.single-product .upsells .product-card-media img{height:210px!important;min-height:0!important}
body.single-product .related .product-card-body,
body.single-product .upsells .product-card-body{min-height:255px!important}
.catalog-title{background:linear-gradient(110deg,#f3f3f5 0,#fafafa 58%,#fff 100%)}
.catalog-content .product-card-media img{height:220px!important}
.catalog-content .product-card-body{min-height:260px}
.catalog-content .products{align-items:stretch}
@media(max-width:1024px){body.single-product .dronov-single-product{grid-template-columns:1fr!important;column-gap:0}body.single-product .dronov-single-product>.dronov-product-gallery,body.single-product .dronov-single-product>.dronov-product-summary,body.single-product .dronov-single-product>.dronov-product-below{grid-column:1}.catalog-content .product-card-media img{height:205px!important}}
@media(max-width:680px){body.single-product .dronov-product-gallery>.woocommerce-product-gallery{margin-bottom:22px!important}body.single-product .related .product-card-media img,body.single-product .upsells .product-card-media img{height:155px!important}.catalog-content .product-card-media img{height:155px!important}.catalog-content .product-card-body{min-height:245px}}

/* 0.8.0: production-like catalogue controls, category carousel and product options. */
.catalog-city{font-weight:inherit}.catalog-city:empty{display:none}.catalog-subcats-carousel{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;gap:8px;margin:0 0 28px}.catalog-subcats{margin:0;padding:3px 2px 12px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x}.catalog-subcats::-webkit-scrollbar{display:none}.catalog-subcat{scroll-snap-align:start}.catalog-subcats-arrow{display:grid;width:38px;height:38px;padding:0;place-items:center;border:1px solid #e2e2e5;border-radius:50%;background:#fff;color:#171717;font:400 31px/1 Arial,sans-serif;cursor:pointer;box-shadow:0 5px 16px rgba(0,0,0,.07)}.catalog-subcats-arrow:hover{border-color:#e5165e;color:#e5165e}.catalog-toolbar-actions{display:flex;align-items:center;gap:20px}.catalog-view{display:flex;gap:7px}.catalog-view button{display:grid;grid-auto-flow:column;gap:2px;height:32px;padding:8px;border:0;border-radius:6px;background:#f1f1f3;cursor:pointer}.catalog-view button i{display:block;width:4px;height:16px;border-radius:1px;background:#aaa}.catalog-view button.is-active{background:#1b1b1b}.catalog-view button.is-active i{background:#fff}.catalog-page[data-columns="3"] .catalog-content .products{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-page[data-columns="3"] .catalog-content .product-card-media img{height:270px!important}
.dronov-product-card{box-shadow:none}.dronov-product-card.outofstock{opacity:.48;background:rgba(116,116,116,.07)!important}.product-card-media{padding:12px 12px 0}.product-card-media img{transition:transform .2s}.dronov-product-card:hover .product-card-media img{transform:scale(1.025)}.cashback{top:auto;bottom:8px;left:10px;border:1px solid #ffb5cd;border-radius:14px;background:#fff;color:#444;font-size:12px;font-weight:500;box-shadow:0 3px 10px rgba(0,0,0,.07)}.cashback b{color:#ff2670}.product-stock-status{position:relative;padding-left:15px;font-size:13px}.product-stock-status:before{content:'';position:absolute;top:4px;left:0;width:8px;height:8px;border-radius:50%;background:#26af63;box-shadow:0 0 0 4px #e5f7ed}.product-stock-status.is-out-of-stock:before{background:#d33;box-shadow:0 0 0 4px #fdeaea}.dronov-product-card .woocommerce-loop-product__title{min-height:58px!important;font-size:15px!important;line-height:1.38}.product-card-price{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px}.product-card-price .price{font-size:23px!important;white-space:nowrap}.product-card-price small{text-align:right;font-size:12px;line-height:1.25}.product-card-price small b{color:#111;font-size:13px}.product-card-actions{gap:6px}.product-card-actions .button,.product-card-actions .credit-btn{min-height:44px!important;border-radius:9px!important;font-size:14px!important}.product-card-actions .button{background:#ff3477!important}.product-card-actions .credit-btn{background:#3c55e6!important}.oneclick-card{display:flex;align-items:center;justify-content:center;gap:8px;min-height:34px;color:#666}.oneclick-card span{font-size:22px;font-weight:400}
.buybox-secondary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.buybox-secondary>*{min-width:0;min-height:42px!important;padding:8px 10px!important;font-size:12px!important;text-align:center}.buybox-secondary .buybox-credit{flex-wrap:wrap;gap:2px}.buybox-secondary .buybox-credit span{width:100%}.dronov-buybox .blockdopinfo{grid-column:1/-1}
.tm-extra-product-options,.tc-extra-product-options,.wapf,.wc-pao-addon-container{margin:18px 0;padding:16px;border:1px solid #e6e6e9;border-radius:12px;background:#fafafa}.tm-extra-product-options h3,.tm-extra-product-options .tm-epo-field-label,.tc-extra-product-options h3,.wapf-field-label,.wc-pao-addon-heading{margin:0 0 12px!important;font-size:16px!important;font-weight:800!important}.tm-extra-product-options ul.tmcp-elements,.tc-extra-product-options ul.tmcp-elements{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0!important;padding:0!important}.tm-extra-product-options li.tmcp-field-wrap,.tc-extra-product-options li.tmcp-field-wrap,.wapf-field-input label,.wc-pao-addon-wrap label{margin:0!important;padding:10px 12px!important;border:1px solid #e0e0e3;border-radius:8px;background:#fff;list-style:none}.woocommerce-tabs #tab-dronov_faq .dsf-faq{max-width:none;margin:0;padding:0}.woocommerce-tabs #tab-dronov_faq .dsf-faq>h2{display:none}
@media(max-width:1024px){.catalog-page[data-columns] .catalog-content .products{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-view{display:none}.catalog-page[data-columns="3"] .catalog-content .product-card-media img{height:205px!important}}
@media(max-width:680px){.catalog-subcats-carousel{grid-template-columns:28px minmax(0,1fr) 28px;gap:3px;margin-bottom:16px}.catalog-subcats-arrow{width:28px;height:28px;font-size:23px}.catalog-subcats{gap:7px;padding-bottom:5px}.catalog-subcat{flex-basis:92px;min-height:112px;padding:6px;border-radius:9px;font-size:10px}.catalog-subcat img{width:78px;height:78px}.catalog-toolbar-actions{width:100%}.catalog-toolbar-actions .woocommerce-ordering{width:100%}.catalog-toolbar-actions select{width:100%}.catalog-page[data-columns] .catalog-content .products{grid-template-columns:repeat(2,minmax(0,1fr))}.dronov-product-card .woocommerce-loop-product__title{min-height:49px!important;font-size:12px!important}.product-card-price{grid-template-columns:1fr}.product-card-price small{text-align:left}.product-card-actions .button,.product-card-actions .credit-btn{font-size:11px!important}.buybox-secondary{grid-template-columns:1fr 1fr}.tm-extra-product-options ul.tmcp-elements,.tc-extra-product-options ul.tmcp-elements{grid-template-columns:1fr}}

/* 0.9.0: filtered archive ordering and production-proportioned product view. */
.catalog-sidebar{min-width:0;overflow:hidden}.catalog-sidebar .widget{min-width:0}.catalog-sidebar .widget_product_categories ul,.catalog-sidebar .product-categories{display:block!important;width:100%!important;margin:0!important;padding:0!important;overflow:hidden;list-style:none}.catalog-sidebar .widget_product_categories li,.catalog-sidebar .product-categories li{display:block!important;width:100%!important;margin:0!important;padding:5px 0!important;white-space:normal}.catalog-sidebar .widget_product_categories a,.catalog-sidebar .product-categories a{display:inline!important;font-size:13px}.catalog-sidebar .widget_product_categories .children,.catalog-sidebar .product-categories .children{padding-left:12px!important}.catalog-sidebar>*{max-width:100%}
body.single-product .dronov-single-product{grid-template-columns:minmax(420px,.9fr) minmax(500px,1.1fr)!important;column-gap:42px;max-width:1240px;margin-inline:auto}body.single-product .dronov-product-gallery>.woocommerce-product-gallery{position:sticky;top:94px}body.single-product .woocommerce-product-gallery__image{min-height:440px}body.single-product .woocommerce-product-gallery__image img{max-height:510px}body.single-product .dronov-product-summary>h1{font-size:clamp(29px,2.45vw,39px)!important;line-height:1.12!important}.buybox-secondary{grid-template-columns:repeat(2,minmax(0,1fr))!important}.buybox-secondary>*{min-height:38px!important}.dronov-product-summary form.cart{width:100%}.dronov-product-summary .single_add_to_cart_button{flex:1;min-width:180px}
.catalog-content .products .dronov-product-card{min-height:0}.catalog-content .product-card-media img{height:205px!important}.catalog-content .product-card-body{min-height:245px}.catalog-content .dronov-product-card .woocommerce-loop-product__title{min-height:54px!important;font-size:13px!important}.catalog-content .product-card-price .price{font-size:21px!important}.catalog-content .product-card-actions .button,.catalog-content .product-card-actions .credit-btn{min-height:40px!important;font-size:13px!important}
@media(max-width:1024px){body.single-product .dronov-single-product{grid-template-columns:1fr!important;max-width:none}body.single-product .dronov-product-gallery>.woocommerce-product-gallery{position:static}.catalog-sidebar{overflow:visible}}
@media(max-width:680px){body.single-product .woocommerce-product-gallery__image{min-height:300px}body.single-product .dronov-product-summary>h1{font-size:27px!important}.catalog-content .product-card-media img{height:150px!important}.catalog-content .product-card-body{min-height:235px}.buybox-secondary>*{font-size:11px!important}}

/* 0.10.0: AJAX-safe stock order, product options and purchase layout. */
.catalog-content ul.products>li.product.outofstock{order:999!important}
.catalog-sidebar ul,.catalog-sidebar ol,.catalog-sidebar .menu,.catalog-sidebar .wd-nav,.catalog-sidebar .wd-sub-menu{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;list-style:none!important;columns:auto!important}
.catalog-sidebar li,.catalog-sidebar .menu li,.catalog-sidebar .wd-nav>li{display:block!important;float:none!important;width:100%!important;max-width:100%!important;margin:0!important;padding:5px 0!important}
.catalog-sidebar li::marker,.woocommerce-pagination li::marker,.products li::marker{content:''!important;font-size:0!important}
.catalog-sidebar a{display:block!important;min-height:0!important;white-space:normal!important;overflow-wrap:anywhere}
.catalog-sidebar ul ul{padding-left:14px!important}
.product-card-actions .credit-btn{display:flex;align-items:center;justify-content:center;gap:7px}.product-card-actions .credit-btn img{flex:0 0 20px;width:20px!important;height:20px!important;margin:0!important;object-fit:contain}
.single-stock-status{position:relative;margin:0 0 10px;padding-left:17px;color:#20944e;font-size:14px;font-weight:800}.single-stock-status:before{content:'';position:absolute;top:6px;left:1px;width:8px;height:8px;border-radius:50%;background:#25ad60;box-shadow:0 0 0 4px #e4f7ec}.single-stock-status.is-out-of-stock{color:#c93636}.single-stock-status.is-out-of-stock:before{background:#d33;box-shadow:0 0 0 4px #fdeaea}
.single-product-tools{display:flex;gap:8px;margin:0 0 13px}.single-product-tools .button{min-height:36px!important;padding:7px 12px!important;border:1px solid #e2e2e5!important;background:#fff!important;color:#333!important;font-size:12px!important}.single-product-tools .button:hover{border-color:#e5165e!important;color:#e5165e!important}
body.single-product .dronov-product-gallery>.woocommerce-product-gallery{position:static!important}body.single-product .woocommerce-product-gallery__image{display:grid;min-height:0!important;height:460px;place-items:center}body.single-product .woocommerce-product-gallery__image img{width:100%!important;height:100%!important;max-height:460px!important;object-fit:contain}
.buybox-credit img{flex:0 0 22px;width:22px!important;height:22px!important;object-fit:contain}.buybox-credit span{display:grid!important;width:auto!important;line-height:1.15}.buybox-credit span b{font-size:12px}.buybox-credit span small{font-size:10px;opacity:.9}.single-payment-methods{display:block;width:100%;height:auto;max-height:74px;object-fit:contain;margin:2px 0 0}
.tm-extra-product-options,.tc-extra-product-options,.tm-extra-product-options-fields,.tm-extra-product-options-container{clear:both;width:100%;margin:18px 0!important;padding:18px!important;border:1px solid #e5e5e8!important;border-radius:13px!important;background:#fafafa!important}.tm-extra-product-options .tm-epo-field-label,.tm-extra-product-options .tc-row label,.tc-extra-product-options .tm-epo-field-label{display:block!important;margin:0 0 12px!important;color:#171717!important;font-size:16px!important;font-weight:800!important}.tm-extra-product-options ul,.tc-extra-product-options ul{margin:0!important;padding:0!important;list-style:none!important}.tm-extra-product-options li::marker,.tc-extra-product-options li::marker{content:''!important}.catalog-trust{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}.catalog-trust>div{display:grid;gap:6px;padding:22px 24px;border:1px solid #e8e8eb;border-radius:14px;background:#fafafa}.catalog-trust strong{font-size:18px}.catalog-trust em{color:#e5165e;font-style:normal}.catalog-trust span{color:#666;font-size:13px}
@media(max-width:680px){body.single-product .woocommerce-product-gallery__image{height:310px}.catalog-trust{grid-template-columns:1fr}.single-product-tools{flex-wrap:wrap}.single-product-tools .button{flex:1}}

/* 0.11.0: compact production-like product header after real-page verification. */
body.single-product .dronov-single-product{
	grid-template-columns:minmax(470px,1fr) minmax(520px,1fr)!important;
	column-gap:38px!important;
	max-width:1320px!important;
}
body.single-product .dronov-product-gallery>.woocommerce-product-gallery{
	position:sticky!important;
	top:88px!important;
	margin-bottom:24px!important;
}
body.single-product .woocommerce-product-gallery__wrapper{width:100%!important}
body.single-product .woocommerce-product-gallery__image{
	height:520px!important;
	min-height:520px!important;
	padding:12px!important;
}
body.single-product .woocommerce-product-gallery__image a{display:grid!important;width:100%!important;height:100%!important;place-items:center}
body.single-product .woocommerce-product-gallery__image img,
body.single-product .woocommerce-product-gallery__image .wp-post-image{
	display:block!important;
	width:100%!important;
	height:100%!important;
	max-width:540px!important;
	max-height:500px!important;
	margin:auto!important;
	object-fit:contain!important;
}
body.single-product .dronov-product-summary{padding-top:0!important}
body.single-product .dronov-product-summary>h1{margin-bottom:10px!important;font-size:31px!important;line-height:1.18!important}
body.single-product .single-stock-status{margin-bottom:7px}
body.single-product .single-product-tools{margin-bottom:9px}
body.single-product .single-price-card{margin:7px 0 11px;padding:12px 15px;border-radius:10px}
body.single-product .single-main-price{font-size:27px!important}
body.single-product .pricecredit{margin-top:4px}
body.single-product .dronov-product-summary form.cart{gap:7px!important;margin-top:6px!important}
body.single-product .buybox-main{grid-template-columns:66px 1fr;gap:7px}
body.single-product .buybox-main .quantity input,
body.single-product .buybox-main .single_add_to_cart_button{min-height:42px!important;height:42px!important}
body.single-product .buybox-secondary{gap:6px!important}
body.single-product .buybox-secondary>*{min-height:38px!important;padding:6px 8px!important}
body.single-product .blockdopinfo{padding:10px 12px;font-size:11px;line-height:1.35}
body.single-product .single-payment-methods{max-height:52px;margin-top:0}
body.single-product .tm-extra-product-options,
body.single-product .tc-extra-product-options,
body.single-product .tm-extra-product-options-fields,
body.single-product .tm-extra-product-options-container{
	margin:10px 0!important;
	padding:11px!important;
	border-radius:9px!important;
}
body.single-product .tm-extra-product-options .tm-epo-field-label,
body.single-product .tm-extra-product-options .tc-row label,
body.single-product .tc-extra-product-options .tm-epo-field-label{margin-bottom:7px!important;font-size:13px!important}
body.single-product .tm-extra-product-options li.tmcp-field-wrap,
body.single-product .tc-extra-product-options li.tmcp-field-wrap{padding:7px 9px!important;font-size:12px!important}
body.single-product .dronov-product-below{margin-top:20px}
@media(max-width:1100px){body.single-product .dronov-single-product{grid-template-columns:minmax(390px,.9fr) minmax(470px,1.1fr)!important;column-gap:28px!important}}
@media(max-width:900px){body.single-product .dronov-single-product{grid-template-columns:1fr!important}body.single-product .dronov-product-gallery>.woocommerce-product-gallery{position:static!important}body.single-product .woocommerce-product-gallery__image{height:420px!important;min-height:420px!important}}
@media(max-width:680px){body.single-product .woocommerce-product-gallery__image{height:310px!important;min-height:310px!important;padding:4px!important}body.single-product .dronov-product-summary>h1{font-size:25px!important}body.single-product .buybox-secondary{grid-template-columns:1fr 1fr!important}}

/* 0.12.0: unified shell, gap-free product header and native saved lists. */
:root{--container:1320px}
@media(min-width:1025px){.site-header .mobile-only{display:none!important}}
.header-main{min-height:72px;gap:20px}.site-brand img,.custom-logo{width:205px!important;max-height:38px!important}.header-city{flex:0 0 auto;max-width:160px;font-size:13px}.primary-nav{min-width:0}.primary-nav>.menu{justify-content:center;gap:18px}.header-tools{gap:12px}.header-tool .icon{width:20px;height:20px}
.category-bar nav>.menu{position:relative}
body.single-product .woo-main{width:min(1320px,calc(100% - 48px))!important}
body.single-product .dronov-single-product{grid-template-columns:minmax(0,530px) minmax(0,1fr)!important;column-gap:18px!important;width:100%!important;max-width:1320px!important;margin-inline:auto!important}
body.single-product .dronov-product-gallery{min-width:0!important;justify-self:stretch!important}
body.single-product .dronov-product-gallery>.woocommerce-product-gallery{width:100%!important}
body.single-product .woocommerce-product-gallery__image{justify-items:end!important;padding:8px 0 8px 8px!important}
body.single-product .woocommerce-product-gallery__image a{justify-items:end!important}
body.single-product .woocommerce-product-gallery__image img,body.single-product .woocommerce-product-gallery__image .wp-post-image{width:100%!important;max-width:none!important;margin:0!important;object-position:right center!important}
.product-card-tools{position:absolute;z-index:5;top:10px;right:10px;display:grid;gap:6px}.product-card-tools button{display:grid;width:34px;height:34px;padding:0;place-items:center;border:1px solid #e7e7ea;border-radius:50%;background:#fff;color:#444;box-shadow:0 3px 12px rgba(0,0,0,.07);cursor:pointer}.product-card-tools button:hover,.product-card-tools button.is-active,.single-product-tools button.is-active{border-color:var(--pink)!important;color:var(--pink)!important;background:#fff2f6!important}.product-card-tools .icon,.single-product-tools .icon{width:18px;height:18px}
.ds-saved-products{min-height:180px}.ds-saved-products>.products{grid-template-columns:repeat(4,minmax(0,1fr))}.ds-saved-empty{padding:45px;border-radius:12px;background:#f7f7f8;text-align:center}
.wpcf7-form p{margin:0 0 12px}.wpcf7-form-control-wrap{display:block;min-width:0}.wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),.wpcf7 textarea,.wpcf7 select{width:100%;min-height:46px;padding:10px 14px;border:1px solid #d7d7dc;border-radius:7px;background:#fff}.wpcf7 input[type=submit],.wpcf7 button[type=submit]{min-height:46px;padding:10px 24px;border:0;border-radius:7px;background:var(--pink);color:#fff;font-weight:800;cursor:pointer}.wpcf7-form>p:has(.wpcf7-form-control-wrap):has(input[type=submit]),.wpcf7-form .cf7-inline{display:flex;align-items:flex-start;gap:10px}.wpcf7-form>p:has(.wpcf7-form-control-wrap):has(input[type=submit]) .wpcf7-form-control-wrap,.wpcf7-form .cf7-inline .wpcf7-form-control-wrap{flex:1}.wpcf7-spinner{margin:11px 0}
@media(max-width:1180px){.header-city{display:none!important}.primary-nav>.menu{gap:12px}.tool-label{display:none}body.single-product .dronov-single-product{grid-template-columns:minmax(380px,.85fr) minmax(470px,1.15fr)!important}}
@media(max-width:900px){body.single-product .dronov-single-product{grid-template-columns:1fr!important}.ds-saved-products>.products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){.site-brand img,.custom-logo{width:155px!important}.ds-saved-products>.products{grid-template-columns:repeat(2,minmax(0,1fr))}.wpcf7-form .cf7-inline{display:grid;grid-template-columns:1fr}.wpcf7-form .cf7-inline input[type=submit]{width:100%}}

/* 0.13.0 */
.menu a{font-size:14px;display:flex;align-items:center;min-height:42px;font-weight:400;white-space:nowrap}.primary-nav>.menu{justify-content:center;gap:14px}.header-tools .tool-label{display:none!important}.header-tools{gap:15px}.header-tool{padding:8px 2px}.header-city{display:flex;align-items:center;min-height:38px;max-width:170px;padding:0 10px;border:1px solid #e1e1e5;border-radius:9px;background:#fff;color:#333;font-size:13px;line-height:1.2}.header-city>*{max-width:100%}.header-city a{color:inherit;text-decoration:none}.menu-item-has-children>a:after{content:"";width:7px;height:7px;margin-left:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .18s}.menu-item-has-children:hover>a:after{transform:rotate(225deg) translate(-2px,-2px)}.menu .sub-menu.opens-left{right:0!important;left:auto!important}.menu .sub-menu .sub-menu.opens-left{right:100%!important;left:auto!important}.menu .sub-menu.viewport-shift{transform:translateX(var(--menu-shift,0))}.category-bar .sub-menu{max-width:calc(100vw - 24px)}
body.single-product .dronov-single-product{grid-template-columns:360px minmax(0,1fr)!important;column-gap:18px!important;max-width:1120px!important}body.single-product .dronov-product-gallery{width:360px!important}body.single-product .woocommerce-product-gallery__image{width:360px!important;height:430px!important;padding:0!important}body.single-product .woocommerce-product-gallery__image img,body.single-product .woocommerce-product-gallery__image .wp-post-image{width:360px!important;height:430px!important;object-fit:contain!important;object-position:center!important}
.mini-cart-backdrop{position:fixed;z-index:998;inset:0;background:rgba(0,0,0,.42)}.mini-cart-panel{position:fixed;z-index:999;top:0;right:0;width:min(420px,94vw);height:100dvh;padding:20px;background:#fff;overflow:auto;box-shadow:-8px 0 28px rgba(0,0,0,.16)}.mini-cart-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--line);font-size:20px}.mini-cart-head button{display:grid;width:38px;height:38px;padding:0;place-items:center;border:0;border-radius:50%;background:var(--soft);cursor:pointer}.mini-cart-head .icon{width:20px}.mini-cart-content{padding-top:16px}.mini-cart-content .woocommerce-mini-cart{display:grid;gap:12px;margin:0;padding:0;list-style:none}.mini-cart-content .woocommerce-mini-cart-item{position:relative;display:grid;grid-template-columns:70px 1fr;gap:12px;padding:0 28px 12px 0;border-bottom:1px solid var(--line)}.mini-cart-content img{width:70px;height:70px;object-fit:contain}.mini-cart-content .remove{position:absolute;top:0;right:0;font-size:22px}.mini-cart-content .woocommerce-mini-cart__buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mini-cart-content .button{display:flex;align-items:center;justify-content:center;min-height:42px}.add_to_cart_button.loading,.single_add_to_cart_button.loading{pointer-events:none;opacity:.65}.add_to_cart_button.loading:after,.single_add_to_cart_button.loading:after{content:"…";margin-left:6px}
@media(max-width:900px){body.single-product .dronov-single-product{grid-template-columns:1fr!important;max-width:none!important}body.single-product .dronov-product-gallery{width:100%!important}body.single-product .woocommerce-product-gallery__image,body.single-product .woocommerce-product-gallery__image img,body.single-product .woocommerce-product-gallery__image .wp-post-image{width:100%!important}}

/* 0.14.0: one authoritative product header and mini-cart layout. */
html.mini-cart-open,html.mini-cart-open body{overflow:hidden!important}
body.single-product .woo-main{width:min(1320px,calc(100% - 48px))!important;overflow:visible!important}
body.single-product .dronov-single-product{
	display:grid!important;
	grid-template-columns:minmax(0,44%) minmax(0,56%)!important;
	column-gap:14px!important;
	align-items:start!important;
	width:100%!important;
	max-width:1320px!important;
	margin:0 auto!important;
}
body.single-product .dronov-single-product>.dronov-product-gallery{
	grid-column:1!important;
	grid-row:1!important;
	width:auto!important;
	min-width:0!important;
	margin:0!important;
	padding:0!important;
}
body.single-product .dronov-single-product>.dronov-product-summary{
	grid-column:2!important;
	grid-row:1!important;
	float:none!important;
	width:auto!important;
	min-width:0!important;
	margin:0!important;
	padding:0!important;
}
body.single-product .dronov-single-product>.dronov-product-below{grid-column:1/-1!important;grid-row:2!important;width:100%!important;min-width:0!important}
body.single-product .dronov-product-gallery>.woocommerce-product-gallery{
	position:static!important;
	float:none!important;
	width:100%!important;
	max-width:none!important;
	margin:0!important;
	padding:0!important;
}
body.single-product .woocommerce-product-gallery__wrapper{width:100%!important;margin:0!important}
body.single-product .woocommerce-product-gallery__image{
	display:flex!important;
	align-items:center!important;
	justify-content:flex-end!important;
	width:100%!important;
	height:560px!important;
	min-height:0!important;
	padding:0!important;
	overflow:hidden!important;
}
body.single-product .woocommerce-product-gallery__image a{display:flex!important;align-items:center!important;justify-content:flex-end!important;width:100%!important;height:100%!important}
body.single-product .woocommerce-product-gallery__image img,
body.single-product .woocommerce-product-gallery__image .wp-post-image{
	display:block!important;
	width:100%!important;
	height:100%!important;
	max-width:none!important;
	max-height:none!important;
	margin:0!important;
	object-fit:contain!important;
	object-position:right center!important;
}
body.single-product .dronov-buybox .buybox-main{display:grid!important;grid-template-columns:66px minmax(150px,1fr) minmax(190px,1.15fr)!important;gap:8px!important;align-items:stretch!important}
body.single-product .buybox-main .quantity,body.single-product .buybox-main .quantity input,body.single-product .buybox-main .single_add_to_cart_button,body.single-product .buybox-main .buybox-credit{width:100%!important;height:48px!important;min-height:48px!important;margin:0!important}
body.single-product .buybox-main .buybox-credit{padding:5px 12px!important}
body.single-product .buybox-main .buybox-credit span{display:flex;min-width:0;flex-direction:column;line-height:1.05}
body.single-product .buybox-main .buybox-credit small{margin-top:3px;font-size:10px;font-weight:600}
body.single-product .buybox-secondary{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}

.mini-cart-panel{display:flex!important;flex-direction:column!important;width:min(460px,100vw)!important;max-width:100vw!important;padding:0!important;overflow:hidden!important}
.mini-cart-panel[hidden],.mini-cart-backdrop[hidden]{display:none!important}
.mini-cart-head{flex:0 0 auto;padding:16px 20px!important}
.mini-cart-content{min-width:0!important;padding:0 20px 20px!important;overflow-x:hidden!important;overflow-y:auto!important}
.mini-cart-content .woocommerce-mini-cart{display:block!important;width:100%!important;margin:0!important;padding:0!important;list-style:none!important}
.mini-cart-content .woocommerce-mini-cart-item{
	position:relative!important;
	display:grid!important;
	grid-template-columns:88px minmax(0,1fr)!important;
	gap:4px 14px!important;
	width:100%!important;
	min-width:0!important;
	margin:0!important;
	padding:16px 32px 16px 0!important;
	border-bottom:1px solid var(--line)!important;
}
.mini-cart-content .woocommerce-mini-cart-item>a:not(.remove){display:contents!important;font-size:14px!important;font-weight:600!important;line-height:1.35!important}
.mini-cart-content .woocommerce-mini-cart-item>a:not(.remove)>img{grid-column:1!important;grid-row:1/3!important;float:none!important;width:88px!important;height:88px!important;margin:0!important;object-fit:contain!important}
.mini-cart-content .woocommerce-mini-cart-item>a:not(.remove)>.attachment-woocommerce_thumbnail+*{grid-column:2!important}
.mini-cart-content .woocommerce-mini-cart-item .quantity{grid-column:2!important;display:block!important;color:#555!important;font-size:13px!important;white-space:normal!important}
.mini-cart-content .woocommerce-mini-cart-item .remove{position:absolute!important;z-index:2!important;top:16px!important;right:0!important;display:grid!important;width:26px!important;height:26px!important;place-items:center!important;border-radius:50%!important;color:#222!important;font-size:22px!important;line-height:1!important}
.mini-cart-content .woocommerce-mini-cart-item .remove:hover{background:#f3f3f5!important;color:var(--pink)!important}
.mini-cart-content .woocommerce-mini-cart__total{margin:0!important;padding:16px 0 12px!important;border-bottom:0!important;font-size:16px!important}
.mini-cart-content .woocommerce-mini-cart__buttons{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin:0!important}
.mini-cart-content .woocommerce-mini-cart__buttons .button{width:100%!important;margin:0!important;padding:10px!important;white-space:normal!important;text-align:center!important}
@media(max-width:900px){
	body.single-product .woo-main{width:min(100% - 32px,1320px)!important}
	body.single-product .dronov-single-product{grid-template-columns:1fr!important;column-gap:0!important}
	body.single-product .dronov-single-product>.dronov-product-gallery,body.single-product .dronov-single-product>.dronov-product-summary,body.single-product .dronov-single-product>.dronov-product-below{grid-column:1!important;grid-row:auto!important}
	body.single-product .woocommerce-product-gallery__image{height:440px!important;justify-content:center!important}
	body.single-product .woocommerce-product-gallery__image a{justify-content:center!important}
	body.single-product .woocommerce-product-gallery__image img,body.single-product .woocommerce-product-gallery__image .wp-post-image{object-position:center!important}
}
@media(max-width:680px){
	body.single-product .woo-main{width:min(100% - 24px,1320px)!important}
	body.single-product .woocommerce-product-gallery__image{height:340px!important}
	body.single-product .dronov-buybox .buybox-main{grid-template-columns:62px minmax(0,1fr)!important}
	body.single-product .buybox-main .buybox-credit{grid-column:1/-1!important}
	body.single-product .buybox-secondary{grid-template-columns:1fr!important}
	.mini-cart-panel{width:100vw!important}
	.mini-cart-content{padding-inline:14px!important}
}

/* 0.15.0 */
.geolocation a path{fill:#ed145b!important}
.woocommerce-tabs .tabs a{font-size:18px;display:block;padding:12px 0;font-weight:700}
.yoast-breadcrumb{margin:0 0 18px;color:#777;font-size:12px;line-height:1.5}.yoast-breadcrumb a{color:#555;text-decoration:none}.yoast-breadcrumb a:hover{color:var(--pink)}.product-title-city{color:inherit}
body.single-product .dronov-single-product{grid-template-columns:minmax(0,60%) minmax(360px,40%)!important;column-gap:18px!important}
body.single-product .dronov-product-gallery{position:relative!important}
body.single-product .woocommerce-product-gallery__image,body.single-product .woocommerce-product-gallery__image a{justify-content:center!important}
body.single-product .woocommerce-product-gallery__image img,body.single-product .woocommerce-product-gallery__image .wp-post-image{object-position:center center!important}
.single-product-tools{position:absolute!important;z-index:8!important;top:12px!important;right:12px!important;display:grid!important;gap:7px!important;margin:0!important}.single-product-tools button{display:grid!important;width:38px!important;height:38px!important;padding:0!important;place-items:center!important;border:1px solid #e7e7ea!important;border-radius:50%!important;background:#fff!important;color:#444!important;box-shadow:0 3px 12px rgba(0,0,0,.08)!important;cursor:pointer!important}.single-product-tools .icon{width:19px!important;height:19px!important}
.product-card-actions finbox-create-order{display:contents}.buybox-main finbox-create-order{display:block;min-width:0}.buybox-main finbox-create-order .buybox-credit{width:100%!important}
/* ThemeHigh Extra Product Options. */
.thwepo-extra-options{width:100%;margin:18px 0 20px;padding:18px 20px;border:1px solid #ececf0;border-radius:14px;background:#fff;box-shadow:0 8px 28px rgba(25,25,32,.05)}.thwepo-extra-options table,.thwepo-extra-options tbody,.thwepo-extra-options tr,.thwepo-extra-options td{display:block;width:100%;margin:0;padding:0;border:0}.thwepo-extra-options tr+tr{margin-top:14px;padding-top:14px;border-top:1px solid #eee}.thwepo-extra-options label{display:block;margin:0 0 8px;color:#222;font-size:15px;font-weight:750}.thwepo-extra-options input[type=text],.thwepo-extra-options input[type=number],.thwepo-extra-options select,.thwepo-extra-options textarea{width:100%;min-height:44px;padding:9px 12px;border:1px solid #dcdce2;border-radius:9px;background:#fff}.thwepo-extra-options input:focus,.thwepo-extra-options select:focus,.thwepo-extra-options textarea:focus{border-color:var(--pink);outline:0;box-shadow:0 0 0 3px rgba(237,20,91,.1)}.thwepo-extra-options input[type=checkbox],.thwepo-extra-options input[type=radio]{accent-color:var(--pink)}
@media(max-width:1050px){body.single-product .dronov-single-product{grid-template-columns:minmax(0,54%) minmax(360px,46%)!important}}
@media(max-width:900px){body.single-product .dronov-single-product{grid-template-columns:1fr!important}.single-product-tools{top:8px!important;right:8px!important}}

/* 0.16.0: equal single-product columns. */
@media(min-width:901px){body.single-product .dronov-single-product{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}}

/* 0.17.0: product hover and editorial templates. */
.products .dronov-product-card{border:1px solid transparent;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.products .dronov-product-card:hover{border-color:var(--pink)!important;box-shadow:0 14px 36px rgba(237,20,91,.10)}
.blog-archive,.blog-single{background:#f7f7f9}
.blog-archive__head{margin-bottom:32px;padding:38px clamp(24px,4vw,58px);overflow:hidden;border-radius:22px;background:linear-gradient(120deg,#17171b 0,#292931 66%,#ed145b 150%);color:#fff}
.blog-eyebrow{margin:0 0 8px;color:#ff6e9d;font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.blog-archive__head h1{margin:0;color:#fff;font-size:clamp(36px,5vw,62px)}
.blog-archive__description{max-width:760px;margin-top:12px;color:#d7d7db;font-size:16px}.blog-archive__description p{margin:0}
.blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:34px;align-items:start}
.blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.blog-card{min-width:0;overflow:hidden;border:1px solid #e8e8eb;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(20,20,25,.05);transition:transform .2s,box-shadow .2s,border-color .2s}
.blog-card:hover{border-color:rgba(237,20,91,.45);box-shadow:0 18px 42px rgba(20,20,25,.10);transform:translateY(-3px)}
.blog-card__media{position:relative;display:block;height:250px;overflow:hidden;background:linear-gradient(135deg,#ececf0,#f9f9fa)}
.blog-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s}.blog-card:hover .blog-card__media img{transform:scale(1.035)}
.blog-card__placeholder{display:grid;height:100%;place-items:center;color:#aaa;font-size:22px;font-weight:800}
.blog-card__media time{position:absolute;top:15px;left:15px;display:grid;width:52px;height:58px;place-content:center;border-radius:10px;background:#fff;color:#222;text-align:center;text-transform:uppercase;box-shadow:0 5px 18px rgba(0,0,0,.14);font-size:10px;font-weight:800;line-height:1.05}.blog-card__media time b{color:var(--pink);font-size:21px}
.blog-card__body{padding:22px}.blog-card__terms{color:var(--pink);font-size:12px;font-weight:800;text-transform:uppercase}.blog-card__terms a:hover{text-decoration:underline}
.blog-card h2{margin:9px 0 12px;font-size:22px;line-height:1.25}.blog-card h2 a:hover{color:var(--pink)}
.blog-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 18px;margin-bottom:13px;color:#777;font-size:12px}.blog-card__meta span{display:flex;align-items:center;gap:7px}.blog-card__meta img{border-radius:50%}
.blog-card__excerpt{color:#62626a;font-size:14px;line-height:1.65}.blog-card__excerpt p{margin:0}.blog-card__more{display:inline-flex;gap:8px;margin-top:18px;color:#222;font-weight:800}.blog-card__more span,.blog-card__more:hover{color:var(--pink)}
.blog-pagination{grid-column:1/-1}.blog-pagination .nav-links{display:flex;flex-wrap:wrap;gap:7px}.blog-pagination .page-numbers{display:grid;min-width:42px;height:42px;padding:0 10px;place-items:center;border:1px solid #ddd;border-radius:9px;background:#fff}.blog-pagination .current,.blog-pagination a:hover{border-color:var(--pink);background:var(--pink);color:#fff}
.blog-sidebar{position:sticky;top:105px;display:grid;gap:20px}.blog-sidebar__box,.blog-sidebar>.widget{margin:0!important;padding:22px!important;border:1px solid #e7e7ea!important;border-radius:16px!important;background:#fff!important}.blog-sidebar__box h2,.blog-sidebar .widget-title{margin:0 0 16px;font-size:20px}
.blog-sidebar__search form{display:flex}.blog-sidebar__search label{flex:1}.blog-sidebar__search input[type=search]{width:100%;height:44px;padding:0 12px;border:1px solid #ddd;border-radius:8px 0 0 8px}.blog-sidebar__search input[type=submit]{height:44px;padding:0 13px;border:0;border-radius:0 8px 8px 0;background:var(--pink);color:#fff;font-weight:700}
.blog-categories{margin:0;padding:0;list-style:none}.blog-categories li{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eee;color:#8a8a91;font-size:12px}.blog-categories li:last-child{border:0}.blog-categories a{color:#333;font-size:14px;font-weight:700}.blog-categories a:hover{color:var(--pink)}
.blog-recent{display:grid;gap:14px}.blog-recent a{display:grid;grid-template-columns:68px minmax(0,1fr);gap:11px;align-items:center}.blog-recent img{width:68px;height:60px;border-radius:8px;object-fit:cover}.blog-recent span{display:grid;gap:4px}.blog-recent b{font-size:13px;line-height:1.3}.blog-recent a:hover b{color:var(--pink)}.blog-recent small{color:#888;font-size:11px}
.article{min-width:0;padding:clamp(24px,4vw,48px);border:1px solid #e7e7ea;border-radius:20px;background:#fff;box-shadow:0 10px 32px rgba(20,20,25,.05)}
.article__head h1{margin:10px 0 18px;font-size:clamp(32px,4.3vw,54px);line-height:1.12}.article__meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px 22px;color:#777;font-size:13px}.article__meta span:first-child{display:flex;align-items:center;gap:9px;color:#333}.article__meta img{border-radius:50%}
.article__hero{margin:30px 0;overflow:hidden;border-radius:16px}.article__hero img{display:block;width:100%;max-height:560px;object-fit:cover}
.article__content{color:#303035;font-size:17px;line-height:1.8}.article__content h2{margin:1.7em 0 .65em;font-size:30px;line-height:1.25}.article__content h3{margin:1.5em 0 .6em;font-size:23px}.article__content a{color:var(--pink);text-decoration:underline}.article__content img{border-radius:12px}.article__content blockquote{margin:28px 0;padding:20px 24px;border-left:4px solid var(--pink);border-radius:0 12px 12px 0;background:#f7f7f9;font-size:18px}.article__content table{display:block;max-width:100%;overflow:auto;border-collapse:collapse}.article__content td,.article__content th{padding:10px 12px;border:1px solid #ddd}
.article__footer{margin-top:35px;padding-top:20px;border-top:1px solid #eee;color:#777}.article__footer span{font-weight:800}.article-nav{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:25px}.article-nav>div{padding:16px;border:1px solid #e5e5e8;border-radius:12px}.article-nav>div:last-child{text-align:right}.article-nav small{display:block;margin-bottom:5px;color:#999}.article-nav a{font-weight:800}.article-nav a:hover{color:var(--pink)}
@media(max-width:1050px){.blog-layout{grid-template-columns:1fr}.blog-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.blog-sidebar__search{grid-column:1/-1}}
@media(max-width:680px){.blog-archive__head{padding:28px 22px;border-radius:15px}.blog-grid{grid-template-columns:1fr}.blog-card__media{height:220px}.blog-card__body{padding:18px}.blog-sidebar{grid-template-columns:1fr}.blog-sidebar__search{grid-column:auto}.article{padding:22px 18px;border-radius:14px}.article__content{font-size:16px}.article-nav{grid-template-columns:1fr}.article-nav>div:last-child{text-align:left}}

/* Consolidated component styles. */
.bfw-spisanie-blocks-button{border-radius:12px}
.contblockzakaz{display:flex;gap:15px;align-content:center;justify-content:center;align-items:center}
.wpcf7-textarea{max-height:80px}
.iconic-wlv-variations__value,.iconic-wlv-variations__label{border:none!important}
td.value.iconic-wlv-variations__value,.iconic-wlv-variations__label{padding:0px}
.iconic-wlv-variations__label{margin-top:10px}
.iconic-wlv-terms{margin:10px 0 0!important}
.iconic-wlv-terms__term-content img{display:block;max-height:60px}
.iconic-wlv-terms__term-content{border-radius:8px}
.iconic-wlv-terms__term--current .iconic-wlv-terms__term-content:hover{border-color:#ff3976;background:#fafafa}
.iconic-wlv-terms__term--current .iconic-wlv-terms__term-content{border:1px solid #ff3976;background:#fafafa}

/* 0.20.0: product controls, option fields and single-product overflow fix. */
.woocommerce-Price-amount .woocommerce-Price-currencySymbol{color:#ff3976}
.thwepo-extra-options{width:100%;margin:14px 0}
.thwepo-extra-options label{font-weight:400}
.thwepo-extra-options .radio-wrapper{padding:5px;border:1px solid #ececef;border-radius:10px;background:#fafafa}
table.thwepo-extra-options td{margin-bottom:10px}
.buybox-credit{display:flex;align-items:center;justify-content:center;gap:8px;background:#3954DE;color:#fff}
.plitka-tegov>div a{display:block;padding:4px 12px;border-radius:10px;background:#f2f2f2;font-size:12px;font-weight:400;transition:.15s}
.fibofilters-item__label{font-size:14px}
body.single-product .single-commercial-blocks>.dsf-category-tiles{left:auto;width:100%;max-width:100%;margin-right:0;margin-left:0}
body.single-product .dronov-single-product,body.single-product .dronov-product-gallery,body.single-product .dronov-product-summary,body.single-product .dronov-buybox,body.single-product form.cart,body.single-product .thwepo-extra-options{min-width:0;max-width:100%}
body.single-product .buybox-main>*{min-width:0}
body.single-product .single_add_to_cart_button,body.single-product .buybox-oneclick,body.single-product .buybox-credit,body.single-product .btn-installment,body.single-product .tgprice,body.single-product .lowcostmore,body.single-product .single-product-tools button{transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease,opacity .18s ease}
body.single-product .single_add_to_cart_button:hover{background:#2c2c31!important;box-shadow:0 8px 20px rgba(0,0,0,.18);transform:translateY(-1px)}
body.single-product .buybox-credit:hover{background:#263fc4;color:#fff;box-shadow:0 8px 20px rgba(57,84,222,.28);transform:translateY(-1px)}
body.single-product .buybox-oneclick:hover{background:#e4e4e8;color:#111;box-shadow:0 7px 18px rgba(0,0,0,.1);transform:translateY(-1px)}
body.single-product .btn-installment:hover{border-color:#ff3976;background:#fff1f6;color:#d80e50;box-shadow:0 7px 18px rgba(255,57,118,.14);transform:translateY(-1px)}
body.single-product .tgprice:hover{background:#168fcf;color:#fff;box-shadow:0 8px 20px rgba(42,171,238,.25);transform:translateY(-1px)}
body.single-product .lowcostmore:hover{color:#ff3976;text-decoration:none}
body.single-product .single-product-tools button:hover{border-color:#ff3976!important;background:#fff1f6!important;color:#ff3976!important;box-shadow:0 7px 18px rgba(255,57,118,.16)!important;transform:translateY(-2px)}
body.single-product .single_add_to_cart_button:active,body.single-product .buybox-oneclick:active,body.single-product .buybox-credit:active,body.single-product .btn-installment:active,body.single-product .tgprice:active,body.single-product .single-product-tools button:active{transform:translateY(0) scale(.98)}
body.single-product .single_add_to_cart_button:focus-visible,body.single-product .buybox-oneclick:focus-visible,body.single-product .buybox-credit:focus-visible,body.single-product .btn-installment:focus-visible,body.single-product .tgprice:focus-visible,body.single-product .lowcostmore:focus-visible,body.single-product .single-product-tools button:focus-visible{outline:3px solid rgba(255,57,118,.25);outline-offset:2px}

/* Modern WooCommerce cart and checkout, classic templates and Blocks. */
.woocommerce-cart .woo-main,.woocommerce-checkout .woo-main{width:min(1380px,calc(100% - 40px));padding:38px 0 72px;background:#fff}
.woocommerce-cart .woo-main>h1,.woocommerce-checkout .woo-main>h1{margin:0 0 30px;font-size:clamp(32px,4vw,48px)}
.woocommerce-cart-form{float:left;width:calc(100% - 420px);padding:8px 28px 12px;border:1px solid #e8e8ec;border-radius:18px;background:#fff;box-shadow:0 10px 34px rgba(20,20,25,.05)}
.woocommerce-cart-form table.shop_table{margin:0;border:0}.woocommerce-cart-form thead th{padding:18px 12px;color:#888;font-size:12px;text-transform:uppercase;letter-spacing:.04em}
.woocommerce-cart-form td{padding:20px 12px;border-color:#ededf0;vertical-align:middle}.woocommerce-cart-form .product-thumbnail{width:112px}.woocommerce-cart-form .product-thumbnail img{width:88px;height:88px;border-radius:12px;object-fit:contain;background:#fafafa}.woocommerce-cart-form .product-name a{font-weight:800;line-height:1.35}.woocommerce-cart-form .product-name a:hover{color:var(--pink)}
.woocommerce-cart-form .product-remove{width:44px}.woocommerce-cart-form .product-remove a{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#f5f5f7;color:#888!important;font-size:23px!important}.woocommerce-cart-form .product-remove a:hover{background:#fff0f5;color:var(--pink)!important}.woocommerce-cart-form .actions{padding:20px 0 10px}.woocommerce-cart-form .coupon{display:flex;gap:9px}.woocommerce-cart-form .coupon .input-text{min-width:220px}.woocommerce-cart-form button[name=update_cart]{float:right}
.woocommerce-cart .cart-collaterals{float:right;width:390px}.woocommerce-cart .cart_totals{width:100%;max-width:none;padding:26px;border:1px solid #e8e8ec;border-radius:18px;background:#fafafa;box-shadow:0 10px 34px rgba(20,20,25,.05)}.woocommerce-cart .cart_totals h2{margin:0 0 18px;font-size:25px}.woocommerce-cart .cart_totals th,.woocommerce-cart .cart_totals td{padding:14px 0}.woocommerce-cart .cart_totals td{text-align:right}.woocommerce-cart .order-total{font-size:18px}.woocommerce-cart .order-total strong{font-size:23px}.woocommerce-cart .wc-proceed-to-checkout{padding:20px 0 0}.woocommerce-cart .wc-proceed-to-checkout a{width:100%;min-height:54px;border-radius:12px;background:var(--pink);font-size:16px}.woocommerce-cart .wc-proceed-to-checkout a:hover{background:#d90f51}
.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:32px;align-items:start}.woocommerce-checkout #customer_details{display:block;padding:28px;border:1px solid #e8e8ec;border-radius:18px;background:#fff;box-shadow:0 10px 34px rgba(20,20,25,.05)}.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{float:none;width:100%}.woocommerce-checkout #customer_details .col-2{margin-top:24px}.woocommerce-checkout #customer_details h3,.woocommerce-checkout #order_review_heading{margin:0 0 22px;font-size:25px}.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1;margin:28px 28px 0;z-index:1}.woocommerce-checkout #order_review{grid-column:2;grid-row:1;padding:76px 28px 28px;border:1px solid #e8e8ec;border-radius:18px;background:#fafafa;box-shadow:0 10px 34px rgba(20,20,25,.05)}
.woocommerce-checkout .form-row{margin-bottom:17px}.woocommerce-checkout .form-row label{margin-bottom:7px}.woocommerce-checkout .input-text,.woocommerce-checkout select,.woocommerce-checkout textarea{min-height:48px;border-color:#dedee3;border-radius:10px}.woocommerce-checkout .input-text:focus,.woocommerce-checkout select:focus,.woocommerce-checkout textarea:focus{border-color:var(--pink);outline:0;box-shadow:0 0 0 3px rgba(237,20,91,.1)}.woocommerce-checkout #place_order{width:100%;min-height:54px;border-radius:12px;background:var(--pink);font-size:16px}.woocommerce-checkout #place_order:hover{background:#d90f51}
.woocommerce-checkout #payment{background:transparent}.woocommerce-checkout #payment ul.payment_methods{margin:18px 0;padding:0;border:0;list-style:none}.woocommerce-checkout #payment li{padding:13px 0;border-bottom:1px solid #e5e5e8}.woocommerce-checkout #payment .payment_box{margin:10px 0 0;padding:14px;border-radius:10px;background:#fff;color:#555}
.wc-block-cart,.wc-block-checkout{max-width:1380px;margin:0 auto}.wc-block-components-sidebar-layout{gap:32px}.wc-block-components-sidebar{padding:24px!important;border:1px solid #e8e8ec;border-radius:18px;background:#fafafa;box-shadow:0 10px 34px rgba(20,20,25,.05)}.wc-block-cart-items{border:1px solid #e8e8ec!important;border-radius:18px;background:#fff;overflow:hidden}.wc-block-cart-item__image img{border-radius:12px}.wc-block-components-button{min-height:52px!important;border-radius:12px!important}.wc-block-components-checkout-place-order-button{border-color:var(--pink)!important;background:var(--pink)!important;color:#fff!important}
@media(max-width:980px){.woocommerce-cart-form,.woocommerce-cart .cart-collaterals{float:none;width:100%}.woocommerce-cart .cart-collaterals{margin-top:24px}.woocommerce-checkout form.checkout{grid-template-columns:1fr}.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:1;grid-row:auto}.woocommerce-checkout #order_review_heading{margin:0}.woocommerce-checkout #order_review{padding-top:28px}}
@media(max-width:680px){.woocommerce-cart .woo-main,.woocommerce-checkout .woo-main{width:min(100% - 24px,1380px);padding-top:24px}.woocommerce-cart-form{padding:4px 14px}.woocommerce-cart-form thead{display:none}.woocommerce-cart-form td{padding:14px 7px}.woocommerce-cart-form .product-thumbnail{width:76px}.woocommerce-cart-form .product-thumbnail img{width:68px;height:68px}.woocommerce-cart-form .product-price{display:none}.woocommerce-cart-form .coupon{width:100%;flex-direction:column}.woocommerce-cart-form .coupon .input-text{width:100%;min-width:0}.woocommerce-cart-form button[name=update_cart]{float:none;width:100%;margin-top:10px}.woocommerce-cart .cart_totals,.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review{padding:20px}.wc-block-components-sidebar{padding:18px!important}}
