/*
Theme Name: soya
Text Domain: soya
*/

@font-face {
	font-family: 'druk';
	font-weight: 700;
	src: url(fonts/DrukWideBold.ttf);
	font-display: swap;
}
@font-face {
	font-family: 'tt';
	font-weight: 400;
	src: url(fonts/TTInterphasesProTrialRegular.ttf);
	font-display: swap;
}
@font-face {
	font-family: 'tt';
	font-weight: 500;
	src: url(fonts/TTInterphasesProTrialMedium.ttf);
	font-display: swap;
}
@font-face {
	font-family: 'tt';
	font-weight: 600;
	src: url(fonts/TTInterphasesProTrialDemiBold.ttf);
	font-display: swap;
}
@font-face {
	font-family: 'tt';
	font-weight: 700;
	src: url(fonts/TTInterphasesProTrialBold.ttf);
	font-display: swap;
}
:root {
	--primary: #737d69;
	--beige: #f4e8d7;
	--beige-mid: #e8d4b8;
	--white: #fff;
	--text-dark: #333;
	--accent-gold: #c9973a;
	--green-light: #e2eadc;
	--green-dark: #3b4831;
	--font-family: "tt", sans-serif;
	--second-family: "druk", sans-serif;
	--val60: 60px;
	--val40: 40px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.25;
	color: var(--text-dark);
	background: #fff7ed;
	margin: 0;
}
input, select, button {
	font-family: var(--font-family);
	font-weight: 500;
font-size: 14px;
line-height: 129%;
color: var(--text-dark);
}
button {
	font-family: var(--font-family);
}
a {
	text-decoration: none;
	cursor: pointer;
	transition: all linear .25s;
}
div, a, img, button {
	outline: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
p {
	margin: 0;
}
.d-flex {
	display: flex;
}
.fw {
	flex-wrap: wrap;
}
.sb {
	justify-content: space-between;
}
.aligncenter {
	align-content: center;
	align-items: center;
}
.container {
	max-width: 1360px;
	padding: 0 20px;
	margin: 0 auto;
}
img {
	max-width: 100%;
	display: block;
}
.relative {
	position: relative;
}
.overflow {
	overflow: hidden;
}
header {
	padding: 27px 0;
}
header nav ul {
	display: flex;
	gap: 45px;
}
header nav a {
	padding: 6px 14px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	color: var(--text-dark);
	display: inline-flex;
	border-radius: 52px;
}
.home header nav a {
	color: #fff;
}
header nav a:hover {
	color: #fff;
	background: var(--primary);
}
.lang {
	position: relative;
}
.lang ul {
	display: flex;
	flex-wrap: wrap;
	gap:10px 0;
	width: 24px;
	height: 24px;	
}
.lang .active {
	order: -1;
	opacity: 1;
	visibility: visible;
	position: static;
	padding: 0;
}
.lang li {
	opacity: 0;
	visibility: hidden;
	transition: all linear .25s;
	margin:0;
}
.lang img {
	display: block;
	border-radius: 100%;
	width: 24px;
	height: 24px;
	object-fit: cover;
}
img {
	max-width: 100%;
}
.lang:hover li {
	opacity: 1;
	visibility: visible;
}
.header-cart {
	position: relative;
	margin-left: 16px;
}
.header-cart span {
	width: 17px;
	line-height: 17px;
	padding: 0 2px;
	border-radius: 100%;
	top: -4px;
	right: -5px;
	background: #d80027;
	font-weight: 600;
	font-size: 13px;
	min-width: 15px;
	display: block;
	position: absolute;
	text-align: center;
	color: var(--white);
}
svg {
	transition: all linear .25s;
	display: block;
}
svg * {
	transition: all linear .25s;
}
.container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
.home header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
}
.banner img {
	width: 100%;
	height: 100dvh;
	min-height: 500px;
	max-height: 700px;
	object-fit: cover;
}
.banner .content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.relative {
	position: relative;
}
.banner {
	border-radius: 0 0 40px 40px;
	overflow:hidden;
}
.banner .title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 50px;
	line-height: 1;
	color: var(--white);
	margin: 0 0 40px;
	position: relative;
	display: inline-block;
		max-width: calc(100% - 100px);
}
.banner .title span {
	font-family: var(--font-family);
	background: var(--green-light);
	border-radius: 10px;
	padding: 3px 4px;
	font-weight: 700;
	font-size: 24px;
	color: var(--text-dark);
	position: absolute;
	right: 0%;
	display: block;
	letter-spacing: -0.03em;
	transform: translate(0, calc(-100% - 20px));
	top: 0;
}
.banner-promo .title {
	/*display: block;*/
	/*max-width: 100%;*/
}
/*.banner-promo .title span {
	position: static;
	transform: none;
	display: inline-block;
	margin-top: 16px;
	padding: 6px 14px;
	font-size: 20px;
	white-space: normal;
	line-height: 1.3;
}*/
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all linear .25s;
	padding: 0 24px;
	font-weight: 700;
	font-size: 14px;
	height: 50px;
	color: var(--white);
	background: var(--primary);
	border-radius: 100px;
}
.btn:hover {
	background: var(--green-dark);
}
.btn-white {
	color: var(--green-dark);
	background: var(--white);
}
.btn-white:hover {
	background: var(--green-dark);
	color: var(--white);
}
.slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slick-dots li {
	margin: 0 3px;
}
.slick-dots button {
	text-indent: -9999px;
	padding: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.28);
	border: 0;
	cursor: pointer;
}
.slick-dots .slick-active button {
	background: var(--white);
}
button {
	transition: all linear .25s;
	border: 0;
}
section {
	padding: var(--val60) 0;
}
.mb60 {
	margin-bottom: var(--val60);
}
.p0 {
	padding: 0;
}
.pt0 {
	padding-top: 0;
}
.pb0 {
	padding-bottom: 0;
}
.about {
	border-radius: 16px;
	background: #FEEED9;
	padding: 0 var(--val40) var(--val40);
}
.about .img {
	margin:0 auto var(--val40);
	max-height: 135px;
}
.about .logo {
	margin:0 auto 10px;
}
.about .text {
	max-width: 575px;
	margin:0 auto;
	text-align: center;
	font-weight: 600;
}
.section-title {
    margin: 0 0 16px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
}
.delivery {
    gap:20px;
}
.delivery > div {
    max-width: calc(25% - 20px*3/4);
    width: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 24px 10px 13px;
    text-align: center;
}
.delivery .icon {
    margin:0 0 10px;
}
.delivery .icon img {
    margin:0 auto;
}
.delivery .title {
    font-weight: 600;
font-size: 14px;
margin:0 0 6px;
}
.delivery .subtitle {
    font-size: 14px;
    max-width: 195px;
    margin:0 auto;
}
#contacts {
	padding: 65px 0 45px;
}
#contacts .top {
	margin-bottom: 5px;
	font-size: 14px;
color: var(--text-dark);
}
#contacts .address {
	max-width: 230px;
	padding-left: 26px;
	color: var(--text-dark);
	background: url(images/f1.svg) no-repeat left top;
}
#contacts .top .d-flex {
	gap:55px;
}
#contacts .tel {
	padding-left: 26px;
	background: url(images/f2.svg) no-repeat left top;
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
color: var(--text-dark);
}
#contacts .email {
	padding-left: 26px;
	background: url(images/f3.svg) no-repeat left top;
	display: block;
	font-size: 14px;
color: var(--text-dark);
}
#contacts .tel:hover, #contacts .email:hover {
	color: var(--green-dark);
}
.map iframe {
	width: 100%;
	height: 280px;
	border-radius: 16px;
}
.map {
	text-align: center;
}
.social {
	padding: 5px 8px;
	display: inline-flex;
	gap:8px;
	transform: translateY(21px);
	border-radius: 89px;
	position: relative;
	z-index: 2;
	background: var(--green-light);
}
.social a {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-radius: 100%;
	background: #fff;
	width: 32px;
	height: 32px;
}
.social svg {
	display: block;
}
#page {
	padding: 13px 0 10px;
}
h1.section-title {

}
.text h2 {
	font-weight: 700;
font-size: 20px;
color: var(--text-dark);
margin:40px 0 10px;
}
.text ul {
	padding-left: calc(1em + 8px);
	list-style:disc;
}
.text ul li + li {
	margin-top: 10px;
}
.text ol {
	padding-left: 1em;
}
.text ol li + li {
	margin-top: 10px;
}
.text * + * {
	margin-top: 10px;
}
#page .container {
	max-width: 835px;
}
#checkout {
	padding: 13px 0 40px;
}
.wc-block-components-address-form__country.wc-block-components-country-input, .wc-block-checkout__shipping-option, .wc-block-components-checkout-step__description {
	display: none !important;
}
.wp-block-woocommerce-checkout-shipping-address-block {
	display: none !important;
}
.wc-block-checkout__use-address-for-billing {
	display: none !important;
}
.wc-block-components-address-address-wrapper:not(.is-editing) .wc-block-components-address-form-wrapper {
	opacity: 1 !important;
	visibility: visible !important;
	height: auto !important;
}
.wc-block-components-address-card__edit, .wc-block-components-address-card {
	display: none !important;
}
.wc-block-components-address-form {
	display: block !important;
}
.woocommerce-checkout > .d-flex .col-right {
	width: 100%;
	max-width: 390px;
}
.woocommerce-checkout > .d-flex .col-left {
	width: 100%;
	max-width: calc(100% - 410px);
}
.ccart .pf-cart-item {
	display: flex;
	gap:8px;
	align-items: center;
	justify-content: space-between;
}
.ccart .pf-cart-item-qty {
	margin:0 auto;
}
.ccart .pf-cart-item-name {
	margin-bottom: 4px;
}
.ccart .pf-cart-item-desc {
	margin-bottom: 4px;
}
.ccart .pf-cart-item + .pf-cart-item {
	margin-top: 8px;
}
.ccart {
	margin-bottom: 20px;
}
.pf-cart-footer.woocommerce-checkout-review-order-table {
	border-radius: 24px;
}
.btn.btn2 {
	width: 100%;
	color:#fff;
	border: 1px solid var(--white);
	background: transparent;
}
.btn.btn2:hover {
	background: #fff;
	color:var(--green-dark);
}
.btn + .btn {
	margin-top: 10px;
}
.col-right .pf-cart-footer {
	margin-top: 0;
}
#shipping_method {
	display: inline-flex;
	margin: 0 0 8px !important;
	padding: 5px !important;
	border-radius: 100px;
	background: var(--green-light);
	gap:4px;
}
#shipping_method input {
	display: none;
}
#shipping_method label {
	display: flex !important;
	margin:0 !important;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	height: 36px;
	background: var(--white);
	min-width: 165px;
	padding: 0 10px;
	font-size: 16px;
	color: var(--green-dark);
	cursor: pointer;
	transition:all linear .25s;
}
#shipping_method input:checked + label, #shipping_method label:hover {
	background: var(--green-dark);
	color:#fff;
}
.woocommerce ul#shipping_method li {
	margin:0 !important;
}
#shipping_method label span {
	display: none;
}
.woocommerce-billing-fields {
	border-radius: 16px;
padding: 24px;
background: #fff;
margin-bottom: 16px;
}
.woocommerce-billing-fields > h3,
 #payment > h3 {
	font-family: var(--second-family);
font-weight: 700;
font-size: 12px;
color: var(--text-dark);
margin:0 0 10px;
}
#add_payment_method #payment ul.payment_methods::after, #add_payment_method #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::before, .woocommerce-checkout #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::before {
	display:none !important;
}
.woocommerce form .form-row {
	padding: 0;
	margin:0;
	width: 100% !important;
	border: 1px solid #dedede;
border-radius: 100px;
padding: 12px 17px;
display: block;
float:none !important;
}
.woocommerce form .form-row + .form-row {
	margin-top: 6px;
}
.woocommerce form .form-row .required {
	display: none !important;
}
.woocommerce form .form-row input {
	width: 100% !important;
	height: 18px !important;
	border:0 !important;
	padding: 0 !important;
	margin:0 !important;
	outline: none !important;
}
.woocommerce-input-wrapper {
	display: block;
}
.woocommerce form .form-row label {
	font-weight: 400;
font-size: 12px;
color: var(--text-dark);
opacity: 0.5;
cursor: pointer;
display: block;
line-height: 1.3;
margin:0;
}
.woocommerce form .form-row.woocommerce-invalid {
	border-color: rgba(255,0,0,0.5);
}
.woocommerce .select2 {
	display: none !important;
}
.woocommerce form .form-row select.select2-hidden-accessible {
	position: relative !important;
	height: auto !important;
	clip:unset !important;
	opacity: 1 !important;
	visibility: visible !important;
	width: 100% !important;
	outline: none !important;
	padding-top: 15px !important;
	margin-top: -15px !important;
	z-index: 2 !important;
	background: url(images/ar.svg) no-repeat right center !important;
}
.woocommerce form .form-row[data-name="add"] {
	padding: 0 !important;
	border:0 !important;
	border-radius: 0 !important;
	margin:0 0 16px !important;
}
.woocommerce form .form-row[data-name="add"] h3 {
	font-weight: 400;
font-size: 14px;
color: #141414;
opacity: 0.7;
margin:0 0 4px;
}
.woocommerce form .form-row[data-name="add"] h4 {
	font-weight: 500;
font-size: 16px;
color: #141414;
margin:0;
}
.woocommerce-checkout #payment {
	border-radius: 16px;
    padding: 24px;
    background: #fff;
    margin: 0;
}
.form-row.place-order {
	display: none !important;
}
.payment_box {
	/*display: none !important;*/
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	margin:0;
	border:0;
}
.wc_payment_methods.payment_methods {
	display: flex;
	gap:8px;
	flex-wrap:wrap;
}
.wc_payment_methods.payment_methods input {
	display: none !important;
}
.wc_payment_methods.payment_methods label {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	border: 1px solid #dedede;
border-radius: 16px;
background: #fff;
transition:all linear .25s;
cursor: pointer;
}
.wc_payment_methods.payment_methods input:checked + label, .wc_payment_methods.payment_methods label:hover {
	background: var(--green-light);
}
.checkout-inline-error-message, .woocommerce-error {
	/*display: none !important;*/
	font-size: 12px;
}
.woocommerce-notice + .btn {
	margin-top: 10px;
}
.wc_payment_methods.payment_methods label img {
	display: none;
}
#billing_country_field,
#billing_city_field {
	display: none !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background:transparent !important;
	border:1px solid #000 !important;
	border-radius: 16px !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	display: none !important;
}
.woocommerce-checkout #payment div.payment_box select {
	margin-left: 7px;
}
.wc_payment_methods.payment_methods > li {
	min-width: calc(33.33% - 8px*2/3);
}
.mobile-menu {
	display: none;
}
/* Footer with legal links */
.site-footer {
	background: #3B4831;
	color: #d9d4c2;
	padding: 30px 0 25px;
	margin-top: 60px;
	font-size: 14px;
}
.site-footer .container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}
.site-footer .footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	justify-content: center;
	margin-bottom: 16px;
}
.site-footer .footer-links a {
	color: #d9d4c2;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s;
}
.site-footer .footer-links a:hover {
	border-bottom-color: #d9d4c2;
}
.site-footer .footer-legal {
	margin: 0;
	font-size: 12px;
	line-height: 1.6;
	opacity: 0.75;
}
@media (max-width: 768px) {
	.site-footer {
		padding: 20px 0 18px;
		margin-top: 30px;
	}
	.site-footer .footer-links {
		gap: 6px 14px;
		font-size: 13px;
	}
	.site-footer .footer-legal {
		font-size: 11px;
	}
}

/* === Pickup time / delivery notice (checkout) === */
.soya-delivery-notice {
    background: #f4efe4;
    border-radius: 10px;
    padding: 12px 16px;
    margin: 12px 0 20px;
    font-size: 14px;
    color: #3B4831;
}
.soya-pickup-time {
    margin: 16px 0 24px;
}
.soya-pickup-title {
    font-size: 18px;
    margin: 0 0 8px;
}
.soya-pickup-notice {
    font-size: 14px;
    color: #66664c;
    margin: 0 0 12px;
}
.soya-pickup-slots {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
    gap: 8px;
    max-height: 280px;
    overflow-y: auto;
    padding: 4px;
    border: 1px solid #e0d8c0;
    border-radius: 8px;
    background: #fff;
}
.soya-slot {
    position: relative;
    cursor: pointer;
    margin: 0;
}
.soya-slot input[type=radio] {
    position: absolute;
    opacity: 0;
    inset: 0;
    margin: 0;
    cursor: pointer;
}
.soya-slot span {
    display: block;
    text-align: center;
    padding: 10px 8px;
    border: 1px solid #d0c8b0;
    border-radius: 6px;
    font-size: 13px;
    background: #fff;
    transition: all .15s;
}
.soya-slot:hover span {
    border-color: #3B4831;
}
.soya-slot input[type=radio]:checked + span {
    background: #3B4831;
    border-color: #3B4831;
    color: #fff;
    font-weight: 500;
}
@media (max-width: 768px) {
    .soya-pickup-slots {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
        max-height: 240px;
    }
    .soya-slot span {
        padding: 8px 6px;
        font-size: 12px;
    }
}

.soya-closed-notice {
    background: #fff4e0;
    border: 1px solid #e0c08a;
    border-radius: 10px;
    padding: 12px 16px;
    margin: 0 0 16px;
    font-size: 14px;
    color: #6a4b1c;
}
.soya-closed-notice p { margin: 0; }
