/*
Theme Name: hello-elementor Child
Template: hello-elementor
*/



@font-face {
    font-family: 'Blogger Sans';
    src: url('/wp-content/themes/helloelementor-child/fonts/blogger_sans/BloggerSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blogger Sans';
	src: url(/wp-content/themes/helloelementor-child/fonts/blogger_sans/blogger-sans.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

ul.products:before,
ul.products:after {
    content: none !important;
    display: none !important;
}

li.product {
    width: 100% !important;
	max-width:400px;
}

ul.products {
    padding-top: 5.563rem;
    padding-bottom: 7.125rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)) !important;
	place-items: center !important;
    gap: 60px;
    list-style-type: none;
}

.product__card {
    border: 1px solid #1b2639;
	position:relative;

}

.product__card-inner {
    height: 241px;
    overflow: hidden;
	position:relative;

}

.product__card-image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
	object-position: center;
}

.product__card-wrapper {
    padding: 23px 14px 25px;
    border-top: none;
    min-height: 331px;
    display: flex;
    flex-direction: column;
}

/*
.product__card-wrapper2 {
    padding: 23px 14px 17px;

}
*/

.product__card-title {
    margin: 0 0 27px;
    max-width: 11.875rem;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    line-height: 1.3;
}

.product__card-title .main-link::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}

.product__card-list {
    margin: 0 0 41px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
    list-style-type: none;
}

.product__card-item {
    font-size: 14px;
    line-height: 1.4;
}

.product__card-text {
    color: #333;
}

.product__card-order {
    margin-top: auto;
    display: flex;
    justify-content: space-around;
}
.product_card-btn {
    padding: 8px 28px;
    background: #202a3f;
    border: none;
    border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
	z-index:2;
}


/*================================================================================================*/


#main {
	max-width :90% !important;
}

 .woocommerce-breadcrumb {
	display: none !important;
}


.product-page-section {
    padding: 50px 0;
    background: url('/wp-content/uploads/2026/01/Ферма.png') no-repeat center center;
	
}

.product-page-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.product-page-title {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 40px;
	font-family: 'Montserrat';
	font-weight:400;
}

.product-page-flex {
    display: flex;
    justify-content: space-between;
    gap: 6%;
    flex-wrap: wrap;
}

.product-page-col-info {
	display: flex;
	flex-direction: column;
    flex: 1;
	min-width: 400px;
	justify-content:center;

}

.product-page-description {
	margin-bottom: 60px;
}

.product-page-description p {
	font-size: 18px;
	font-family:'Inter';
	font-weight: 300;
	line-height:150%;
	margin-bottom:10px;
	color: #43464A;
	
}

.product-page-actions {
	display: flex;
	flex-direction: row;
	
}

.product-page-actions .cart .product-page-btn-buy {
	padding: 6px 60px;
    background: #202a3f;
    border: none;
    border-radius: 10px;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
	margin-right:40px;
	min-width:160px;
}

#share-button {
	border:none;
	height:28px;
	min-width:110px;
	width:130px;
	background: url('/wp-content/uploads/2026/01/share-button.png') no-repeat center center;
	background-size: contain;
	
}





.product-page-col-media {
    flex: 0.8;
    text-align: center;

	
}

.product-page-image {
	margin-bottom: 20px;
}


.product-page-image img {
    width: 100% ;
    height: auto;
	min-width: 200px;
	
}


.product-page-col-specs {
	flex: 1;
	display:flex;
	min-width:420px;
	flex-wrap:wrap;
	flex-direction:column;
	align-items:center
}

.product-page-specs-list {
    list-style: none;
    padding: 0;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	width:87%;
}

.product-page-specs-list li {
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
	font-size: 18px;
	line-height:150%;
    font-family: 'Inter';
	font-weight:300;
	color: #43464A;
	justify-content:space-between;
	width:100%;
}

.product-page-specs-list li::before {
    content: "";
    order: 2;
    flex-grow: 1;
	height: 4px;
	background-image: radial-gradient(circle, black, transparent 1px);
	background-position: bottom;
	background-size: 6px 3px;
	background-repeat: repeat-x;
    position: relative;
}

.product-page-specs-list li span:first-child {
	order: 1;
	margin-right: 9px;

}

.product-page-specs-list li span:last-child { 
	order: 3;
	margin-left:8px;
}

.product-page-fat-badge {
    text-align: right;
    margin-bottom: 25px;
	display: flex;
    flex-direction: column;   
    align-items: center;
}

.product-page-fat-number {
    display: block;
    font-size: 62px;
    font-weight: 400;
    line-height: 1;
	font-family: 'Blogger Sans';
	
}

.product-page-fat-label {
    font-size: 16px;
	line-height:140%;
	font-weight:400;
    font-family: 'Inter';
	letter-spacing: 0.1em;

}



@media (max-width: 768px) {
    .product-page-flex {
        flex-direction: column;
        align-items: center;
    }
    .product-page-col-info, .product-page-col-specs {
        width: 100%;
        text-align: center;
    }
    .product-page-fat-badge {
        text-align: center;
    }
	
	.product-page-col-specs {
		min-width: 0;
	}
	
	.product-page-col-info {
		min-width: 0;
	}
	.product-page-section {
		background:none;
	}
	
	#primary {
		background: url('/wp-content/uploads/2026/01/Ферма.png') no-repeat center center;
	}
	
}

@media (max-width: 550px) {
	#main {
		max-width: 97% !important;
	}
	.product-page-description p {
		font-size: 14px;
	}
	
	.product-page-title {
		font-size: 21px;
	}
	
	.product-page-description {
	 	margin-bottom:30px;
	 }
	
	.product-page-specs-list li {
		font-size:16px;
	}
	
	.product-page-specs-list {
		width:100%;
	}
}



/*==============================================================*/

.pum-close {
	display: none !important;
}

.popmake-close:hover {
	background:inherit !important;;
}

.wpcf7-not-valid-tip {
	display:none !important;
}



/*=============================================*/
.upsell-slider-wrapper {
	font-family:'Inter';
    padding-bottom: 60px;
	padding-top: 30px;

    position: relative;
	margin: 0 auto;
	background:#FBF9F6;

}

.upsell-title {
	font-family:'Blogger Sans';
    text-align: center;
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 70px;
    color: #43464A;
}



/* Карточка */
.hz-card {
    display: flex;
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    height: 100%;
    align-items: center;
    box-sizing: border-box;
	max-width: 87%;

	min-height:245px;
	margin:0 auto;
}

.hz-card-img {
    flex: 0 0 160px;
    height: 215px;
}

.hz-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.hz-card-body {
    padding-left: 20px;
    flex: 1;
}

.hz-card-title {
    margin: 0 0 27px 0;
    font-size: 20px;
    font-weight: 400;
}

.hz-card-title a {
    color: #333;
    text-decoration: none;
}

.hz-card-meta {
	
    font-size: 15px;
    color: #43464A;
    margin-bottom: 15px;
	font-weight:400;
}

.hz-card-meta p {
	margin:0;
}

.hz-card-meta span {
    color: #bbb;
}

/* Кнопка "Подробнее" */
.hz-btn-more {
    color: #bbb;
    text-decoration: none;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
}

.hz-circle-arrow {
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: #f9f9f9;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    color: #aaa;
}

/* Навигация (Стрелки) */
.hz-nav-prev, .hz-nav-next {
    background: #fff !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.hz-nav-prev::after, .hz-nav-next::after {
    font-size: 18px !important;
    color: #ddd;
    font-weight: bold;
}

@media (max-width: 600px)  {
	.hz-card {
		max-width:100%;
	}
	
	.hz-card-img {
    height: 200px;
	}



	.hz-card-body {
    padding-left: 13px;
}

.hz-card-title {
    font-size: 16px;
}

.hz-card-title a {
    color: #333;
    text-decoration: none;
}

.hz-card-meta {
	
    font-size: 12px;
    
	font-weight:400;
}



.hz-btn-more {
    font-size: 12px;
    
}

}






