/* styles */
.header__wrapper {
    display: flex;
    flex-direction: column;
}

.recommended__slider .slick-list {
    padding: 0 0 30px;
}

.recommended__slider .slick-slide {
    margin: 0 20px;
}

.recommended__slider .slick-slide:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
}

.recommended__slider .slick-slide h3 {
    min-height: 48px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 1.47;
    font-weight: bold;
}

.recommended__slider .slick-slide:hover .kw-details-title {
    color: #000000;
}

.recommended__slider .slick-slide .price {
    display: block;
    margin-bottom: 1rem;
    color: #282828;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.recommended__slider .prev,
.recommended__slider .next {
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.recommended__slider .prev polyline,
.recommended__slider .prev polyline {
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    stroke: #141414;
}

.recommended__slider .prev:hover polyline,
.recommended__slider .next:hover polyline {
    stroke-width: 35;
}

.recommended__slider .prev {
    left: -10px;
}

.recommended__slider .next {
    right: -10px;
}

.recommended__slider .prev svg,
.recommended__slider .next svg {
    width: 25px;
}

.recommended__slider .slick-slide .add_to_cart_button,
.recommended__slider .slick-slide .add_to_cart_button:hover {
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #9edbd7 !important;
    color: white;
    font-size: 15px;
    font-weight: 700;
	
    border: 2px solid #000 !important;
}



.recommended__slider2 .slick-list {
    padding: 0 0 30px;
}

.recommended__slider2 .slick-slide {
    margin: 0 20px;
}

.recommended__slider2 .slick-slide:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
}

.recommended__slider2 .slick-slide h3 {
    min-height: 48px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 1.47;
    font-weight: bold;
}

.recommended__slider2 .slick-slide:hover .kw-details-title {
    color: #000000;
}

.recommended__slider2 .slick-slide .price {
    display: block;
    margin-bottom: 1rem;
    color: #282828;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.recommended__slider2 .prev,
.recommended__slider2 .next {
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.recommended__slider2 .prev polyline,
.recommended__slider2 .prev polyline {
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    stroke: #141414;
}

.recommended__slider2 .prev:hover polyline,
.recommended__slider2 .next:hover polyline {
    stroke-width: 35;
}

.recommended__slider2 .prev {
    left: -10px;
}

.recommended__slider2 .next {
    right: -10px;
}

.recommended__slider2 .prev svg,
.recommended__slider2 .next svg {
    width: 25px;
}

.recommended__slider2 .slick-slide .add_to_cart_button,
.recommended__slider2 .slick-slide .add_to_cart_button:hover {
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #9edbd7 !important;
    color: white;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #000 !important;
}

#common-home {
    position: relative;
    overflow: hidden;
    max-height: 400px;
}

#common-home.open {
    max-height: max-content;
    overflow: visible;
}

#common-home:after {
    z-index: 2;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
}

#common-home.open:after {
    content: '';
    display: none;
}

.zn-buttonWrapper span {
    cursor: pointer;
}


#home_slider_mobile {
    display: none;
}

#home_slider_pc .prev,
#home_slider_mobile .prev,
#home_slider_pc .next,
#home_slider_mobile .next {
    position: absolute;
    top: 40%;
    cursor: pointer;
    z-index: 1;
}

#home_slider_pc .prev svg,
#home_slider_mobile .prev svg,
#home_slider_pc .next svg,
#home_slider_mobile .next svg {
    width: 35px;
}

#home_slider_pc .prev polyline,
#home_slider_mobile .prev polyline,
#home_slider_pc .next polyline,
#home_slider_mobile .next polyline {
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    stroke: #141414;
}

#home_slider_pc .prev:hover polyline,
#home_slider_mobile .prev:hover polyline,
#home_slider_pc .next:hover polyline,
#home_slider_mobile .next:hover polyline {
    stroke-width: 35;
}

#home_slider_pc .prev,
#home_slider_mobile .prev {
    left: 25px;
}

#home_slider_pc .next,
#home_slider_mobile .next {
    right: 25px;
}


/* one click */
#buyoneclick_form_order h2 {
    font-size: 24px;
    line-height: 1.2;
}

#formOrderOneClick .buyvalide {
    padding-left: 30px !important;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: none;
}


#formOrderOneClick .buyvalide:focus-visible {
    outline: none;
}

#buyoneclick_form_order input[type="text"] {
    background: url("./img/user.png") center left no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
}

#buyoneclick_form_order input[type="tel"] {
    background: url("./img/phone.png") center left no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
}

#formOrderOneClick textarea {
    background: url("./img/comments.png") center left no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
}


/*.variations_form.cart {*/
/*	display: flex;*/
/*    width: 100%;*/
/*    flex-direction: column-reverse;*/
/*}*/

/*.woocommerce div.product form.cart table.quantity {*/
/*	border-top: 1px solid #000;*/
/*}*/

.woocommerce div.product form.cart .single_variation_wrap .single_variation {
    margin-bottom: 0;
}

.quanity {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.quanity tr td.value {
    text-align: right;
    padding-right: 11px;
}
/*
.woocommerce div.product form.cart .variations {
    border-bottom: 1px solid #000 !important;
    margin-bottom: 1rem !important;
    width: 100% !important;
}

.woocommerce div.product form.cart .variations select {
    width: max-content !important;
    text-align: right;
    padding-right: 25px;
    background-image: url(./img/arrow-down.svg) !important;
	direction: rtl;
}
*/
.woocommerce div.product form.cart .variations td {
    position: relative;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    /*width: max-content;*/
    float: right;
}

.woocommerce div.product form.cart .reset_variations {
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .8);
    position: absolute;
    left: 20px;
}


.qty_select_cust {
    width: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(./img/arrow-down.svg) !important;
}
.qty_select_cust:focus-visible {
	outline: none;
}



.woocommerce-ordering ul {
    padding: 0;
    text-align: center;
    list-style: none;
}

.woocommerce-ordering a {
    color: #0a0a0a;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-family: Montserrat;
    font-weight: 400;
    border-bottom: 1px solid #c7c7c7;
    display: block;
    padding: 5px 0;
}




/* responsive */
@media (max-width: 991px) {
    .woocommerce .zn-cartpage-style2 .cart-collaterals .cart_totals,
    .woocommerce .zn-cartpage-style2 .cart-collaterals .cross-sells {
        width: 100% !important;
    }

    .filter__header + .filter__inner,
    .filter__header + .filter__inner > .filter__inner,
    .filter__header + .filter__inner--js-hidden {
        /*height: 0;*/
    }

    .filter__header.open + .filter__inner,
    .filter__header.open + .filter__inner--js-hidden {
        /*height: max-content;*/
    }

    .filter__checkgroup-aside {
        margin-right: 7px;
    }

    .filter__range-slider {
        display: none;
    }
  
}

@media (min-width: 768px) {
    .site-header.style9 {
        height: 130px;
        order: 1;
    }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .vp-filter-btn-wrapper {
        margin-bottom: 2rem;
    }

    .vp-filter-wrapper .filter.filter--style-premmerce {
        height: 100%;
        overflow: auto;
    }

    .filter--style-premmerce .filter__item:first-child {
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .site-header.style9 {
        order: 0;
    }

    #home_slider_mobile {
        display: block;
    
    }

    #home_slider_pc {
        display: none;
    }

    .single-product.woocommerce div.product form.cart .variations label {
        width: max-content !important;
    }

    .woocommerce div.product form.cart .reset_variations {
        top: 50%;
        transform: translateY(-50%);
    }
	
	
	.woocommerce div.product form.cart .variations select {
		direction: rtl;
	}
}


.cart__mobile {
	display: none;
}

@media (max-width: 991px) {
	#wfspb-main-content #wfspb-main-content {
		margin: 0 !important;
	}
	
	.woocommerce div.product form.cart .single_variation_wrap .variations_button div.quantity {
		display: flex;
		justify-content: space-between;
	}
	
	.cart__mobile {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	
	.cart__mobile .product-quantity {
		display: none;
	}
	
	.woocommerce-cart .zn-cartpage-style2 table.cart tr {
		position: relative;
	}
	
	td.product-thumbnail {
		padding: 0 !important;
	}
	
	td.product-thumbnail:before {
		content: '';
		display: none;
	}
	
	table.cart tbody td.product-subtotal,
/* 	table.cart tbody td.product-quantity, */
	table.cart tbody td.product-price {
		display: none !important;
	}
	
	table.cart tbody .product-remove {
		position: absolute;
		top: 10px;
		right: 11px;
		padding: 0 !important;
	}
	
	table.cart tbody td.product-name {
		text-align: left !important;
		width: calc(100% - 91px);
		padding: 15px 15px 15px 13px !important;align-content
	}

	table.cart tbody td.product-name a {
		display: block;
		width: calc(100% - 20px);
	}
	
	table.cart tbody .product-name .variation {
		display: flex;
	}
	
	.woocommerce .quantity .qty,
	.woocommerce-cart .zn-cartpage-style2 table.cart td.product-thumbnail img {
		border: none;
	}
	
	.woocommerce-cart .zn-cartpage-style2 table.cart td.product-thumbnail {
		margin-left: 15px;
	}
	
	.woocommerce-cart .zn-cartpage-style2 table.cart td.product-thumbnail img {
		margin-top: 15px;
	}
	
	.cart-collaterals .cart-subtotal th,
	.order-total th {
		display: inline-block !important;
	}
	
	.cart-collaterals .cart-subtotal td,
	.order-total td {
		width: 63%;
	}
	
	.woocommerce table.shop_table td {
		border: none;
	}
	
	.woocommerce .woocommerce-message .button.wc-forward {
		width: max-content !important;
	}
	
	.woocommerce-cart #page_wrapper .zn-cartpage-style2 table.cart td.actions {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: '';
		display: none;
	}
	
	.woocommerce table.shop_table_responsive tr td, 
	.woocommerce-page table.shop_table_responsive tr td,
	
	.woocommerce-page table.cart .product-thumbnail {
		display: inline-block;
	}
	
	table.cart tbody td.product-subtotal,
/* 	table.cart tbody td.product-quantity, */
	table.cart tbody td.product-price {
		display: none !important;
	}
	
	table.cart tbody td.product-quantity {
/* 		display: block !important; */
		float: left;
		margin-top: -52px;
		margin-left: 89px;
		padding: 15px 0 !important;
		z-index: 9999;
		/* font-variant: proportional-nums; */
		position: relative;
	}
	
	table.cart tbody .product-remove {
		position: absolute;
		top: 10px;
		right: 11px;
		padding: 0 !important;
	}
	
	table.cart tbody .product-name .variation {
		display: flex;
	}
}


@media only screen and (max-width: 767px) {
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: '';
		display: none;
	}
	
	.woocommerce table.shop_table_responsive tr td, 
	.woocommerce-page table.shop_table_responsive tr td,
	.woocommerce-page table.cart .product-thumbnail {
		display: inline-block;
	}
	
	table.cart tbody td.product-subtotal,
/* 	table.cart tbody td.product-quantity, */
	table.cart tbody td.product-price {
		display: none !important;
	}
	
	table.cart tbody td.product-quantity {
/* 		display: block !important; */
		float: left;
		margin-top: -52px;
		margin-left: 89px;
	
		z-index: 9999;
		/* font-variant: proportional-nums; */
		position: relative;
	}
	
	table.cart tbody .product-remove {
		position: absolute;
		top: 10px;
		right: 11px;
		padding: 0 !important;
	}
	
	table.cart tbody .product-name .variation {
		display: flex;
	}
}



.closeFilter,
.closeFilter:focus {
    position: absolute;
    width: 20px;
    height: 20px;
    background: red;
    border: none;
    top: 15px;
    right: 15px;
    background: url(./img/close.svg) no-repeat center center;
    z-index: 2;
}

.closeSort, .closeSort:focus {
    position: absolute;
    width: 20px;
    height: 20px;
    background: red;
    border: none;
    top: 15px;
    left: 15px;

    z-index: 2;
}

.sort_wrapper .form_wrap {
    position: absolute;
    min-width: 300px;
    background: #fff;
    right: -4px;
    top: 35px;
    padding: 10px 10px 0;
    box-shadow: 0px 0px 10px -3px #000;
    display: none;

    z-index: 1;
}

.sort_wrapper .form_wrap.open {
    display: block;
}

.sort_wrapper .widgettitle {
    font-weight: normal;
}

.sort_wrapper .widgettitle:after {
    border-bottom: 1px solid #9edbd7;
}

.filter__header.open + .filter__inner > .filter__inner {
    display: block !important;
}

.filter__slider-control-column {
    position: relative;
    padding: 0 10px 0 30px;
}

.filter__slider-control-column:first-of-type:before {
    content: 'Від';
    position: absolute;
    top: 5px;
    left: 5px;
}

.filter__slider-control-column:last-of-type:before {
    content: 'До';
    position: absolute;
    top: 5px;
    left: 10px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .vp-filter-btn-wrapper {
        margin-bottom: 2rem;
    }

    .vp-filter-wrapper .filter.filter--style-premmerce {
        height: 100%;
        overflow: auto;
    }

    .filter--style-premmerce .filter__item:first-child {
        margin-top: 0 !important;
    }
}



/* ==========================================================================
   POLISH 2026-07-14 — купон, кількість(селект), focus, каталог, стаття
   ========================================================================== */

/* --- 1. Focus: без системного синього, акуратний брендовий --- */
:focus:not(:focus-visible) { outline: none !important; }
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input[type="submit"]:focus-visible,
input[type="button"]:focus-visible {
	outline: 2px solid #1a1a1a !important;
	outline-offset: 2px !important;
	box-shadow: none !important;
	border-radius: 2px;
}
input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 1px solid #1a1a1a !important;
	outline-offset: 0 !important;
}
.woocommerce-message:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

/* --- 2. Кількість: компактний селект 1-10 --- */
.quantity.hidden { display: none !important; }
.woocommerce .quantity.qty-select {
	display: inline-block !important;
	width: auto !important;
	min-width: 0 !important;
	position: relative;
	margin: 0 !important;
	float: none !important;
	background: none !important;
}
select.qty-select-ctl {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 72px;
	height: 56px;
	padding: 0 36px 0 18px;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231a1a1a' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 12px 8px;
	font-size: 15px;
	line-height: 1;
	color: #1a1a1a;
	cursor: pointer;
}
select.qty-select-ctl::-ms-expand { display: none; }

/* Картка товару: селект і кнопка в один рядок */
.woocommerce div.product form.cart .variations_button {
	display: flex !important;
	align-items: stretch !important;
	gap: 12px;
	flex-wrap: nowrap;
}
.woocommerce div.product form.cart .variations_button .quantity.qty-select { flex: 0 0 auto; }
.woocommerce div.product form.cart .variations_button select.qty-select-ctl { height: 100%; min-height: 54px; }
.woocommerce div.product form.cart .variations_button .single_add_to_cart_button {
	flex: 1 1 auto;
	margin: 0 !important;
}

/* Кошик: селект компактніший */
.woocommerce-cart-form select.qty-select-ctl {
	height: 46px;
	min-width: 66px;
	padding: 0 32px 0 14px;
}
/* прихована, але фокусована кнопка "Оновити кошик" (для авто-оновлення) */
.woocommerce-cart-form :input[name="update_cart"] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	border: 0 !important;
	opacity: 0;
}

/* --- 3. Кошик: рядок купона --- */
.woocommerce-cart-form td.actions .coupon {
	display: flex !important;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 10px;
	max-width: 570px;
	margin-left: auto;
}
.woocommerce-cart-form td.actions .coupon label[for="coupon_code"] {
	position: absolute !important;
	width: 1px; height: 1px;
	margin: -1px; padding: 0; border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}
.woocommerce-cart-form td.actions .coupon .input-text {
	flex: 1 1 200px;
	margin: 0 !important;
	float: none !important;
}
.woocommerce-cart-form td.actions .coupon .button {
	flex: 0 0 auto;
	float: none !important;
	margin: 0 !important;
}
.coupon .coupon-error-notice {
	flex-basis: 100%;
	order: 10;
	margin: 4px 0 0 !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
	color: #b32d2e !important;
}
#coupon_code.has-error { border-color: #b32d2e !important; }

/* --- 4. Каталог: повітря між рядами --- */
.woocommerce ul.products li.product { margin-bottom: 40px !important; }

/* --- 5. Мобільний кошик: кількість у потоці --- */
@media only screen and (max-width: 767px) {
	table.cart tbody td.product-quantity {
		float: none !important;
		margin: 0 !important;
		padding: 0 15px 15px !important;
		display: block !important;
		width: 100% !important;
		text-align: left !important;
		position: static !important;
		z-index: auto !important;
	}
}

/* --- 6. Мобільна картка товару: рядок селект+кнопка --- */
@media (max-width: 991px) {
	.woocommerce div.product form.cart .variations_button { gap: 10px; }
	.woocommerce div.product form.cart .variations_button select.qty-select-ctl { min-width: 64px; padding: 0 30px 0 14px; }
}

/* --- 7. Стаття: типографіка та відступи --- */
.single-post .kl-blog-post-title { margin-bottom: 14px; line-height: 1.25; }
.single-post .kl-blog-post-details { margin-bottom: 28px; }
.single-post .kl-blog-post .entry-content,
.single-post .kl-blog-item-body {
	font-size: 16px;
	line-height: 1.75;
}
.single-post .entry-content h2,
.single-post .entry-content .wp-block-heading { margin: 32px 0 14px; line-height: 1.3; }
.single-post .entry-content h3 { margin: 26px 0 12px; }
.single-post .entry-content p { margin-bottom: 16px; }
.single-post .entry-content ul,
.single-post .entry-content ol { margin: 0 0 18px 22px; }
.single-post .entry-content li { margin-bottom: 8px; }
.single-post .entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	margin: 10px 0 18px;
}

/* --- 8. Коментарі: прибрані повністю --- */
#comments, .comments-area, .comment-respond, #respond,
.kl-blog-post .hg-postlove-container { display: none !important; }

/* селект кількості ліворуч від кнопки (як у прикладі) */
.woocommerce div.product form.cart .variations_button .quantity.qty-select { order: -1; }

/* перебиваємо zn_dynamic: селект + кнопка в один рядок */
body .main-data.col-sm-6 .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,
body .woocommerce div.product form.cart .variations_button {
	display: flex !important;
	align-items: stretch !important;
	gap: 12px;
	flex-wrap: nowrap;
}
body .woocommerce div.product form.cart .variations_button .single_add_to_cart_button {
	float: none !important;
	flex: 1 1 auto;
	margin: 0 !important;
}

/* селект кількості: фінальні стилі поверх теми */
.woocommerce select.qty-select-ctl {
	-webkit-appearance: none !important;
	appearance: none !important;
	background-color: #fff !important;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231a1a1a' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 12px center !important;
	background-size: 12px 8px !important;
	border: 1px solid #dcdcdc !important;
	border-radius: 2px !important;
	padding: 0 32px 0 16px !important;
	font-size: 15px !important;
	color: #1a1a1a !important;
	cursor: pointer;
}

/* --- 10. Хедер: більші іконки, без hover-панелі кошика --- */
.kl-cart-button .kl-cart-icon svg { width: 26px !important; height: 30px !important; }
.searchBtn .glyphicon { font-size: 19px !important; }
.kl-cart-icon::after {
	font-size: 12px !important;
	min-width: 18px !important;
	height: 18px !important;
	line-height: 18px !important;
}
.topnav--cart-panel { display: none !important; }

/* --- 11. Кошик: більші мініатюри й назви --- */
.woocommerce-cart table.cart td.product-thumbnail img {
	width: 96px !important;
	max-width: 96px !important;
	height: auto;
}
.woocommerce-cart td.product-name { font-size: 15px; }

/* --- 12. Каталог: UX --- */
ul.products li.product .kw-prodimage { position: relative; display: block; overflow: hidden; }
ul.products li.product .kw-prodimage img { transition: transform .35s ease, opacity .3s ease; }
ul.products li.product:hover .kw-prodimage img { transform: scale(1.03); }
ul.products li.product .price { font-weight: 600; color: #1a1a1a; }
ul.products li.product .price del { font-weight: 400; color: #9b9b9b; }
ul.products li.product .price ins { text-decoration: none; }

/* немає в наявності: пригасити фото + плашка */
ul.products li.product.outofstock .kw-prodimage img { opacity: .5; filter: grayscale(50%); }
ul.products li.product.outofstock .kw-prodimage::after {
	content: 'Немає в наявності';
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%, -50%);
	background: rgba(26,26,26,.82);
	color: #fff;
	padding: 6px 14px;
	font-size: 11px;
	letter-spacing: .07em;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 2;
}

/* акційний бейдж */
ul.products li.product.sale .kw-prodimage::before {
	content: 'Акція';
	position: absolute;
	top: 10px; left: 10px;
	z-index: 2;
	background: #1a1a1a;
	color: #fff;
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 5px 10px;
}
ul.products li.product.sale.outofstock .kw-prodimage::before { display: none; }

/* --- 13. Картка товару: виразніша ціна --- */
.woocommerce div.product .summary .price,
.woocommerce div.product form.cart .price,
.woocommerce div.product .single_variation .price {
	font-size: 28px !important;
	font-weight: 600 !important;
	color: #1a1a1a !important;
}

/* хедер: іконка кошика і бейдж більші (span з background) */
.kl-cart-button .kl-cart-icon {
	width: 26px !important;
	height: 26px !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
/* пригасити фото відсутніх товарів (перебиваємо тему) */
ul.products li.product.outofstock .kw-prodimage img.kw-prodimage-img {
	opacity: .5 !important;
	filter: grayscale(50%) !important;
}

/* мобайл: прибрати падінги колонки товару (запит) */
@media (max-width: 767px) {
	.main-data.col-sm-6 {
		padding: 0px !important;
	}
}

/* --- 14. Стаття: без банера зверху + справжня типографіка --- */
.single-post .kl-blog-single-head-wrapper .kl-blog-post-img { display: none !important; }

.single-post .kl-blog-post-body,
.single-post .kl-blog-post-body p {
	font-size: 17px !important;
	line-height: 1.75 !important;
	color: #1a1a1a !important;
}
.single-post .kl-blog-post-body p { margin-bottom: 18px !important; }
.single-post .kl-blog-post-body li {
	font-size: 17px !important;
	line-height: 1.7 !important;
	color: #1a1a1a !important;
	margin-bottom: 8px !important;
}
.single-post .kl-blog-post-body h1,
.single-post .kl-blog-post-body h2 {
	font-size: 28px !important;
	font-weight: 600 !important;
	color: #111 !important;
	line-height: 1.3 !important;
	margin: 34px 0 14px !important;
}
.single-post .kl-blog-post-body h3 {
	font-size: 22px !important;
	font-weight: 600 !important;
	color: #111 !important;
	margin: 28px 0 12px !important;
}
.single-post .kl-blog-post-body h4 {
	font-size: 19px !important;
	font-weight: 600 !important;
	color: #111 !important;
	margin: 24px 0 10px !important;
}
/* перелінковка: підкреслена, видно що це посилання */
.single-post .kl-blog-post-body a {
	color: #1a1a1a !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}
.single-post .kl-blog-post-body a:hover { opacity: .65; }
