/*
Theme Name: ILARIA PRO ECOM 2025
Author: ILARIA PRO
Author URI: https://ialria.com.ua
Version: 1.0
*/


html {
	font-family: "Lato", sans-serif !important;
	-webkit-font-smoothing: antialiased;
}
.wrapper {
    max-width: 1320px;
    margin: 0px auto;
    padding: 0 15px;
}

.header_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;
	gap: 30px;
}
.header_line {
	height: 1px;
	width: 100%;
	background-color: #F5F5F5;
}
.header_search_box input {
	background-color: #F4F4F4;
	color: #767676;
	font-size: 14px;
	min-width: 400px;
	border-radius: 14px;
	border: 0;
	padding: 12px 25px;
}
.header_mess_box {
	display: flex;
	align-items: center;
	gap: 12px;
}
.header_phone_box {
	display: flex;
	align-items: center;
}
.header_phone_img {
	margin-right: 15px;
}
.header_logo_img {
	height: 44px;
}
.footer_logo img {
	height: 44px;
}
.header_phone_container {
	display: flex;
	flex-direction: column;
}
.header_nav_bold {
	font-weight: 900;
}
.header_phone {
	color: #333;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 900;
	text-decoration: none;
	transition: .3s;
}
.header_phone:hover {
	text-decoration: underline;
}
.header_callback {
	font-size: 14px;
	color: #4B4B4B;
	line-height: 1.3;
	text-decoration: none;
	display: flex;
	justify-content: flex-end;
}
.header_cart_box {
	display: flex;
	align-items: center;
	background-color: #F4F4F4;
	padding: 11px 40px;
	border-radius: 10px;
}
.header_cart_box a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.header_cart_img > img {
	margin-right: 15px;
}
.header_cart_text {
	font-weight: 900;
	font-size: 16px;
	color: #333;
}
.header_nav {
	padding: 10px 0;
	display: flex;
	gap: 20px;
}
.header_nav > a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	transition: .3s;
}
.header_nav > a:hover {
	color: #FFCC00;
}
.h2_title_first {
	padding-top: 40px;
}
.pagination {
	justify-content: center;
	padding: 20px 0px 80px 0;
	display: flex;
	gap: 10px;
}
.page-numbers {
	background-color: #d6d6d6;
    color: #333;
    font-weight: 700;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.current {
	background-color: #333;
    color: #fff;
}
.pagination a {
	text-decoration: none;
}
.page-title {
    font-size: 36px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 60px;
    font-weight: 900;
    padding-top: 40px;	
}
.notfind {
	min-height: 70vh;
}
.product_title_mobile {
	display: none;
}



/* MAIN TYPE 1 */
.main_type1_title {
	font-size: 64px;
	font-weight: 900;
	color: #333;
	text-align: center;
    padding: 70px 50px 20px 50px;	
    line-height: 1.4;
    margin-bottom: 20px;
}
.main_type1_desc {
	padding: 0 100px;
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 120px;
}
.main_type1_animation {
  overflow: hidden;
  width: 100%;
  margin-bottom: 80px;
}

.main_type1_animation .track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll 30s linear infinite;
}

.main_type1_animation img {
  height: 480px;
  width: 558px;
  object-fit: cover;
  flex-shrink: 0;
}

/* Анімація прокрутки */
@keyframes scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.footer_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
	padding-top: 30px;
}
.footer_nav {
	display: flex;
	gap: 20px;
}
.footer_nav a {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	text-decoration: none;
}
.header_search_box_mobile {
	display: none;
}


/* БЛОК КАТАЛОГ */
.h2_title {
	font-size: 48px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 60px;
	font-weight: 900;
}
.category-row {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding-bottom: 80px;
}
.category-col {
	display: flex;
	width: 19.2%;
	border: 1px solid #E2E2E2;
	background-color: #fff;
	border-radius: 8px;
	padding: 25px;
	justify-content: center;
	text-align: center;
}
.category-image img {
	width: 135px;
    border-radius: 1000px;
    height: 135px;	
    object-fit: cover;
}
.category-box {
	text-decoration: none;
}
.category-title {
	margin-top: 20px;
	font-size: 21px;
	line-height: 1.5;
	color: #333;
	font-weight: 700;
}

/* БЛОК СІТКА ТОВАРІВ */
.products-row {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding-bottom: 80px;
}
.product-col {
	width: 16.2%;
	padding: 18px;
	border: 1px solid #E2E2E2;
	border-radius: 8px;
}
.product-image img {
	width: 213.5px;
	height: 260px;
	object-fit: contain;
	margin-bottom: 10px;
    background-color: #f6f8f7;
    border-radius: 3px;	
}
.product-title {
	margin-bottom: 40px;
}
.product-title a {
	font-size: 16px;
	color: #333;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
}
.product-box {
	text-decoration: none;
}
.product-badge {
	background-color: #E03D3D;
	padding: 3px 10px;
	font-size: 15px;
	font-weight: 900;
	color: #fff;
	display: inline-flex;
    border-radius: 4px;	
    position: absolute;
    margin-top: 10px;
    margin-left: -5px;
}
.product-prices {
	display: flex;
	flex-direction: column;
}
.old-price {
	font-size: 16px;
	color: #333;
	text-decoration: line-through;
	font-weight: 700;
	margin-bottom: 4px;
}
.new-price {
	font-size: 19px;
	color: #EC594C;
	font-weight: 700;
}
.price {
	font-weight: 700;
	font-size: 19px;
	color: #333;
}
.product-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-add-to-cart {
    height: 53px;
    width: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-add-to-cart a {
    background-color: #ffd000;
    padding: 16px 15px 16px 15px;
    box-shadow: 0px 0px 13px 2px #FFCC00;
    border-radius: 100px;
    transition: .3s;
}
.product-add-to-cart a:hover {
	box-shadow: 0px 0px 20px 7px #FFCC00;
}


/* БЛОК ПРО НАС */
.about_type1_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	padding-bottom: 80px;
}
.about_type1_text {
	font-size: 19px;
	color: #333;
	line-height: 2.3;
	width: 45%;
	font-weight: 400;
}
.about_type1_text b {
	font-weight: 700;
}
.about_type1_img {
	width: 45%;
}
.about_type1_img img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	border-radius: 10px;
}


/* БЛОК КОНТАКТИ */
.contacts_type1_soc img {
	height: 20px;
}
.contacts_type1_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contacts_type1_box {
	width: 28%;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	padding: 25px;
}
.contacts_type1_title {
	font-size: 23px;
	color: #333;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.contacts_type1_title img {
	margin-right: 15px;
	height: 27px;
}
.contacts_type1_phone {
	margin-bottom: 15px;
}
.contacts_type1_phone a {
	text-decoration: none;
	font-size: 19px;
	font-weight: 700;
	color: #333;
}
.contacts_type1_mail {
	margin-top: 20px;
}
.contacts_type1_mail a {
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	color: #333;	
}
.contacts_type1_text {
	font-size: 16px;
	line-height: 1.7;
	color: #333;
}
.contacts_type1_socbox {
	margin-bottom: 10px;
}
.contacts_type1_socbox a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.contacts_type1_soc_text {
	margin-left: 10px;
	font-size: 16px;
	color: #333;
	margin-top: -1px;
}
.contacts_type1_row {
	padding-bottom: 80px;
}

/* PRODUCT */
.product_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 60px;
	margin-bottom: 80px;
}
.product_gallery_container {
	width: 37%;
}
.product_details_container {
	width: 60%;
}
.f-carousel__slide img {
    height: 500px;
    width: 100%;
    object-fit: contain;
    background-color: #fafafa;
    border-radius: 10px;	
}
.product_title {
	font-weight: 700;
	font-size: 22px;
	color: #333;
	line-height: 1.4;
}
.product_details_row {
	display: flex;
	align-items: center;
	margin-top: 10px;
	justify-content: space-between;
	margin-bottom: 45px;
}
.product_rating {
	display: flex;
    align-items: center;
    background-color: #FFF5CC;
    padding: 2px 5px;
    border-radius: 5px;	
    font-weight: 700;
    color: #333;
    margin-right: 15px;
}
.product_rating img {
	margin-right: 5px;
}
.product_details_box {
	display: flex;
	align-items: center;
}
.product_sku {
	color: #ACACAC;
	font-weight: 400;
	font-size: 16px;
}
.product_price_row {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}
.product_actualprice {
	font-size: 40px;
	color: #E03D3D;
	font-weight: 900;
}
.product_oldprice {
	font-size: 30px;
	text-decoration: line-through;
	color: #888888;
	font-weight: 700;
}
.product_avaib_row {
	display: flex;
	align-items: center;
	gap: 15px;
}
.product_avaib {
	font-size: 16px;
	color: #159309;
	padding: 3px 5px;
	background-color: #E4FFE2;
	border-radius: 5px;
	font-weight: 700;
}
.promo-date {
	font-size: 16px;
	color: #333;
	font-weight: 400;
}
.product_button_row {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.product_addtocart button {
	background-color: #FFCC00;
    color: #000;
    border-radius: 100px;
    padding: 14px 50px;
    border: 0;
    font-size: 17px;
    font-weight: 700;
}
.product_fastorder button {
	background-color: #fff7d8;
    color: #e37d00;
    border-radius: 100px;
    padding: 14px 50px;
    border: 0;
    font-size: 17px;
    font-weight: 700;
}
.product_desc_title {
    font-weight: 700;
    font-size: 20px;
    color: #333;
    line-height: 1.4;	
    margin-bottom: 10px;
}
.product_desc {
	line-height: 1.6;
	font-size: 16px;
	color: #333;
	margin-bottom: 25px;
}
.product_atr_title {
    font-weight: 700;
    font-size: 20px;
    color: #333;
    line-height: 1.4;	
    margin-bottom: 10px;	
}
.product_atr_box {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #F5F5F5;
	line-height: 2;
	justify-content: space-between;
	margin-bottom: 10px;
}
.product_atr_bold {
	font-weight: 700;
	font-size: 16px;
	color: #333;
}
.product_atr_reg {
	font-size: 16px;
	color: #333;
}

/* PRODUCT */

/* WOO-CART */
.woocommerce table.shop_table {
	width: 100%;
}
.woocommerce-cart-form {
	display: flex;
	justify-content: center;
	padding-top: 60px;
}
.product-name a {
	text-decoration: none;
	font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 1.5;
}
.product-subtotal span {
	font-weight: 700;
}

.checkout-columns {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.checkout-left {
  flex: 1.2;
}

.checkout-right {
  flex: 1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}
.checkout-totals {

}
.checkout-total {
	display: flex;
    gap: 5px;
    font-weight: 700;
    font-size: 18px;	
}

/* WOO-CART */

/* fast order */
/* Фон під модалкою */
.quick-order-modal {
    display: none; 
    position: fixed; 
    z-index: 9999; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,0.6); 
    backdrop-filter: blur(2px); /* легке розмиття */
}

/* Вміст модалки */
.quick-order-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* центрування */
    background: #fff;
    width: 400px;
    max-width: 90%;
    padding: 25px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    animation: fadeInUp 0.3s ease-out;
}

/* Хрестик закриття */
.quick-order-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    color: #555;
}

/* Інпути */
#quick-order-form input[type="text"],
#quick-order-form input[type="tel"] {
    width: 100%;
    padding: 12px;
    margin: 8px 0 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
}

/* Кнопка */
.quick-order-btn {
    width: 100%;
    background: #e6392f;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}
.quick-order-btn:hover {
    background: #c92c24;
}

/* Анімація */
@keyframes fadeInUp {
    from { opacity: 0; transform: translate(-50%, -40%); }
    to { opacity: 1; transform: translate(-50%, -50%); }
}
/* fast order */


/* КОРЗИНА */
.checkout-columns {
	padding-top: 40px;
}
.woocommerce-billing-fields {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;	
}
.woocommerce-billing-fields h3 {
    font-size: 28px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 900;
}
#order_review_heading {
    font-size: 28px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 900;
}
.checkout-payment-methods h3 {
    font-size: 28px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 900;	
}
.woocommerce-shipping-methods {
	display: flex;
	gap: 10px;
}
.woocommerce-shipping-methods li {
	padding: 5px 15px;
    border-radius: 5px;
    background-color: #ededed;
    border: 0;
    display: flex;
    align-items: center;
    transition: .3s;
    font-weight: 700;
    cursor: pointer;
}
.woocommerce ul#shipping_method li input {
    margin: 0 10px 0 0;	
}
.woocommerce-shipping-methods li:hover {
	background-color: #fff9de;
}
.woocommerce-shipping-methods label {
	cursor: pointer;
}
.woocommerce-billing-fields__field-wrapper label {
	font-weight: 700;
}
.woocommerce-privacy-policy-text p {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 15px;	
}
.woocommerce-checkout-payment {
    border: 1px solid #ddd;
    border-radius: 8px;	
    background: #fff !important;	
}
.payment_box {
	background-color: #f3f3f3 !important;
}
.payment_box::before {
	display: none !important;
}
.checkout-payment-methods {
	padding-bottom: 70px;
	margin-top: 15px;
}
.checkout-shipping-methods text {
	font-size: 40px;
}
.wcus-checkout-np-fields h3 {
	margin-top: 25px;
}
.woocommerce-input-wrapper input {
	border: 1px solid #ddd !important;
}
/* КОРЗИНА */

/* ШВИДКЕ ЗАМОВЛЕННЯ */
.quick-order-content h2 {
	font-weight: 700;
	font-size: 23px;
	color: #333;
}
#quick-order-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;	
    margin-top: 30px;
}
#quick-order-form label {
	font-weight: 700;
}
#quick-order-form input {
    width: 93.5% !important;	
}
.quick-order-btn {
	border-radius: 100px;
}


/* LANDING БЛОКИ */
.benefits_type1_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;	
    margin-bottom: 60px;
}
.benefits_type1_row_reverse {
	flex-direction: row-reverse;
}
.benefits_type1_textbox {
	width: 48%;
}
.benefits_type1_imgbox {
	width: 48%;
}
.benefits_type1_imgbox img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.benefits_type1_title {
	font-size: 32px;
	margin-bottom: 30px;
}
.benefits_type1_desc {
    line-height: 1.6;
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;	
}
.iframe iframe {
	width: 100%;
	height: 570px;
	border-radius: 10px;
}
.video_box {
	padding-bottom: 60px;
}

/* LANDING БЛОКИ */

/* FEEDBACK */
.feedbox_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 60px;
}
.feedbox_box {
	width: 29%;
    border: 1px solid #ddd;
    border-radius: 5px;	
    padding: 20px;
    margin-bottom: 20px;
}
.feed_title_row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}
.feed_title_logo {
	margin-right: 15px;
}
.feed_title_logo img {
	height: 33px;
}
.feed_name_box {
	width: 65%;
}
.feed_title_logo {
	width: 8%;
}
.feed_name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 4px;
}
.feed_desc {
    line-height: 1.6;
    font-size: 16px;
    color: #333;	
}
.feed_date {
    font-size: 16px;
    color: #333;	
    font-weight: 700;
}
/* FEEDBACK */


/* DELIVERY */
.delivery_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.delivery_box {
    border: 1px solid #E2E2E2;
    border-radius: 8px;	
	gap: 15px;	
	width: 46%;
    padding: 20px;	
}
.delivery_title {
	font-weight: 700;
    font-size: 32px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 20px;
}
.delivery_desc {
    line-height: 1.9;
    font-size: 16px;
    color: #333;
    margin-bottom: 80px;
}
.delivery_img img {
	height: 70px;
	object-fit: contain;
}
/* DELIVERY */

/* TEXT */
.text_type1 h3 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}
.text_type1 strong {
	font-weight: 700;
}
.text_type1 p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
}
.text_type1 a {
	color: #D62F21;
}
.text_type1 ul {
	margin-bottom: 20px;
	line-height: 1.7;
}
.text_type1 li {
	padding-left: 15px;
}
/* TEXT */

/* THANK YOU */
.woocommerce-notice {
	font-size: 48px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 60px;
    font-weight: 900;
    padding-top: 60px;
}
.woocommerce-order-details {
	margin-top: 40px;
	margin-bottom: 100px !important;
}
.woocommerce-order-details__title {
    font-weight: 700;
    font-size: 32px;
    color: #333;
    line-height: 1.4;	
    margin-bottom: 20px;
}
.woocommerce-customer-details {
	display: none;
}
/* THANK YOU */

.text_type1 h2 {
	line-height: 1.5;
}
.header_hamburger {display: none;}


@media screen and (max-width: 1400px) {
	.wrapper {max-width: 1250px;}
	.main_type1_title br {display: none;}
	.category-col {width: 18.2%;}
	.product-col {width: 17.2%; padding: 10px;}

}	

@media screen and (max-width: 1200px) {
	.wrapper {max-width: 970px;}
	.category-col {width: 17.2%;}
	.header_mess_box {display: none;}
	.header_phone_box {display: none;}
	.main_type1_title {font-size: 54px;}
	.main_type1_animation img {height: 400px;}
	.product-image img {height: 230px; width: 100%;}
	.product-col {width: 21.5%;}
	.product-title {min-height: 100px;}
	.contacts_type1_box {width: 29%; padding: 15px;}
	.h2_title {font-size: 42px;}
	.about_type1_text {font-size: 18px;}
	.about_type1_img img {height: 450px;}
	.product_details_row {margin-bottom: 40px;}
	.feedbox_box {width: 28%;}
	.feed_name_box {width: 80%;}
	.feed_date {margin-top: 10px; font-size: 15px;}
	.delivery_box {width: 44%;}
	.benefits_type1_imgbox img {height: 450px;}



}

@media screen and (max-width: 992px) {
	.wrapper {max-width: 750px;}
	.main_type1_title {padding: 70px 0px 20px 0px;}
	.header_search_box input {min-width: 290px;}
	.main_type1_title {font-size: 46px;}
	.category-col {width: 23.7%;}
	.product-col {width: 29%;}
	.h2_title {font-size: 33px;}
	.about_type1_text {width: 55%;}
	.about_type1_img {width: 40%;}
	.about_type1_img img {height: 370px;}
	.contacts_type1_box {width: 100%; padding: 25px; margin-bottom: 30px;}
	.header_nav {justify-content: center;}
	.main_type1_desc {margin-bottom: 80px;}
	.product_desc {font-size: 14px;}
	.product_fastorder button {padding: 14px 20px;}
	.product_addtocart button {padding: 14px 40px;}
	.product_title {font-size: 19px;}
	.product_actualprice {font-size: 35px;}
	.product_oldprice {font-size: 25px;}
	.product_desc_title {font-size: 18px;}
	.product_atr_bold {font-size: 15px;}
	.product_atr_reg {font-size: 15px;}
	.benefits_type1_imgbox img {height: 380px;}
	.benefits_type1_title {font-size: 26px;}
	.iframe iframe {height: 480px;}
	.feedbox_box {width: 26%;}
	.feed_desc {font-size: 14px;}
	.delivery_title {min-height: 90px;}
	.about_type1_text {font-size: 16px;}
	.checkout-columns {flex-direction: column-reverse;}
	.woocommerce-notice {font-size: 32px;}
	.woocommerce-order-overview__payment-method {margin-top: 30px;}
	.woocommerce-order-details__title {font-size: 28px;}

}

@media screen and (max-width: 767px) {
	.wrapper {max-width: none; padding: 0 10px;}
	.wrapper br {display: none;}
	.header_search_box {display: none;}
	.header_search_box_mobile {display: flex; margin-top: 15px; width: 85%; background-color: #f4f4f4; border-radius: 55px;}
	.header_row {flex-wrap: wrap; gap: 0;}
	.header_search_box input {width: 100%;}
	.header_logo {width: 40%; text-align: center;}
	.header_nav {display: none;}
	.main_type1_title {font-size: 32px; padding: 30px 0px 20px 0px;}
	.main_type1_desc {padding: 0;}
	.main_type1_animation img {height: 370px;}
	.h2_title {font-size: 30px; margin-bottom: 40px;}
	.main_type1_animation {margin-bottom: 50px;}
	.category-col {width: 34.8%;}
	.h2_title {text-align: center;}
	.product-col {width: 42.8%;}
	.product-title a {font-size: 15px;}
	.category-title {font-size: 18px;}
	.category-row {padding-bottom: 50px; gap: 20px;}
	.about_type1_img {width: 100%;}
	.about_type1_text {width: 100%;}
	.about_type1_row {flex-direction: column-reverse;}
	.about_type1_text br {display: block;}
	.contacts_type1_title {font-size: 20px;}
	.about_type1_text {font-size: 16px;}
	.contacts_type1_text br {display: block;}
	.footer_row {flex-wrap: wrap;}
	.footer_logo {width: 100%; text-align: center; margin-bottom: 25px;}
	.footer_nav {flex-wrap: wrap; gap: 0; width: 100%;}
	.footer_nav a {width: 100%; margin-bottom: 15px; text-align: center;}
	.footer_visamaster {width: 100%; text-align: center;}
	.main_type1_desc {margin-bottom: 50px;}
	.header_cart_text {font-size: 15px;}
	.header_search_box input {min-width: 0;}
	.product_gallery_container {width: 100%;}
	.product_title {display: none;}
	.product_title_mobile {display: block !important; padding-top: 30px;}
	.product_title_mobile h1 {display: block !important;}
	.product_row {padding-top: 30px;}
	.product_title {font-size: 22px;}
	.benefits_type1_title {display: block;}
	.product_details_container {width: 100%;}
	.product_button_row {width: 100%; flex-wrap: wrap;}
	.product_addtocart button {padding: 18px 40px; width: 100%;}
	.product_fastorder {width: 100%;}
	.product_fastorder button {width: 100%;}
	.product_desc {font-size: 15px;}
	.product_details_row {margin-bottom: 30px;}
	.product_addtocart {width: 100%;}
	.product_atr_title {font-size: 18px;}
	.benefits_type1_textbox {width: 100%;}
	.benefits_type1_imgbox {width: 100%;}
	.benefits_type1_imgbox img {border-radius: 10px;}
	.benefits_type1_title {font-size: 24px; margin-bottom: 20px;}
	.benefits_type1_row {margin-bottom: 50px;}
	.feedbox_box {width: 100%;}
	.feed_name_box {width: 100%;}
	.feed_title_logo img {height: 18px; margin-bottom: 10px;}
	.delivery_box {width: 100%; margin-bottom: 30px;}
	.products-row {padding-bottom: 50px;}
	.delivery_row {margin-bottom: 30px;}
	.delivery_title {min-height: 0; font-size: 24px;}
	.video_box {padding-bottom: 50px;}
	.benefits_type1_imgbox img {height: 350px;}
	.feedbox_row {padding-bottom: 40px;}
	.f-carousel__slide img {height: 400px;}
	.checkout-left {width: 100%;}
	.product-name {font-size: 15px;}
	.woocommerce-billing-fields__field-wrapper {margin-bottom: 20px;}
	.woocommerce-shipping-methods li {width: 48%;}
	.checkout-shipping-methods {margin-bottom: 10px;}
	.woocommerce-billing-fields h3 {font-size: 22px;}
	#order_review_heading {font-size: 22px; padding: 10px 0px 0px 10px;}
	.checkout-total {padding: 0 0 25px 10px;}
	.woocommerce table.shop_table {border: 0;}
	.checkout-right {padding: 0;}
	.checkout-payment-methods h3 {font-size: 22px;}
	.woocommerce-notice {font-size: 28px; text-align: center;}
	.woocommerce-order-overview__order {width: 100%;}
	.woocommerce-order-overview__date {width: 100%;}
	.woocommerce-order-overview__email {width: 100%;}
	.woocommerce-order-overview__total {width: 100%;}
	.woocommerce-order-overview__payment-method {width: 100%;}
	.woocommerce-order-overview {display: flex; gap: 20px; flex-direction: column;}
	.woocommerce-order-overview__payment-method {margin-top: 0;}
	.woocommerce ul.order_details {margin: 0;}
	.header_hamburger {display: flex;}

}

@media screen and (max-width: 414px) {
	.category-col {width: 33%;}
	.product-col {width: 42%;}
}

@media screen and (max-width: 390px) {
	.header_cart_box {padding: 11px 30px;}
	.header_search_box input {width: 90%;}
	.main_type1_title {font-size: 30px;}
	.product_avaib_row {flex-wrap: wrap;}
	.benefits_type1_row {padding: 30px 20px;}
	.product_details_box {flex-wrap: wrap;}
	.product_buyrating {margin-top: 10px;}
}

@media screen and (max-width: 375px) {
	.category-col {width: 100%;}
	.category-title {font-size: 20px;}
	.product-col {width: 41%;}
	.product-title a {font-size: 14px;}
	.product-add-to-cart a {padding: 10px;}
	.h2_title {font-size: 26px;}
	.main_type1_title {font-size: 28px;}
	.main_type1_desc {font-size: 16px;}
	.main_type1_title {margin-bottom: 0;}
}

@media screen and (max-width: 369px) {



}


/* HAMBURGER */
@media screen and (max-width: 767px) {
/* Кнопка-гамбургер */
.hamburger {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 35px;
	height: 24px;
	cursor: pointer;
	z-index: 1001;
	margin-top: 14px;
}

.hamburger span {
	display: block;
	height: 3px;
	width: 100%;
	background: #111;
	border-radius: 2px;
	transition: 0.3s;
}

/* Overlay */
.mobile_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.3s ease;
}

/* Відкрите меню */
.mobile_overlay.active {
	display: flex;
	opacity: 1;
}

/* Кнопка закриття */
.mobile_close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 32px;
	cursor: pointer;
	color: #111;
	font-weight: 400;
}

/* Навігація */
.mobile_menu_nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
}

.mobile_menu_nav a {
	font-size: 22px;
	color: #111;
	text-decoration: none;
	font-weight: 600;
}

/* Анімація гамбургера */
.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translateY(7px);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translateY(-7px);
}



