/* WooCommerce — единый стиль с темой MeEsoterics */

body.mees-wc-no-sidebar #secondary,
body.mees-wc-no-sidebar .widget-area {
	display: none !important;
}

/* Layout */
.mees-wc-layout .mees-wc-content {
	grid-column: 1 / -1;
	min-width: 0;
	width: 100%;
}

.woocommerce-main {
	min-width: 0;
	width: 100%;
}

.woocommerce-main .mees-default-content-wrap {
	padding: 0;
	width: 100%;
}

/* Область стилей: магазин + shortcode-страницы корзины/checkout */
body.mees-wc-page .woocommerce,
.woocommerce-main .woocommerce,
.woocommerce-main {
	min-width: 0;
}

.mees-wc-product-block {
	padding-top: 0;
	padding-bottom: 48px;
	margin-bottom: 24px;
}

@media (min-width: 48rem) {
	.mees-wc-product-block {
		padding-bottom: 72px;
		margin-bottom: 40px;
	}
}

/* Single product: нижний отступ контента; перед подпиской — py-70 у #subscribe */
body.mees-product-page.mees-wc-page .mees-content-layout.mees-wc-layout {
	padding-bottom: 0;
}

body.mees-product-page.mees-wc-page .mees-wc-layout .product-related {
	margin-top: 48px;
	padding-top: 0;
	padding-bottom: 0;
}

body.mees-wc-page .woocommerce .woocommerce-notices-wrapper,
.woocommerce-main .woocommerce-notices-wrapper {
	margin-bottom: 20px;
}

/* Типографика */
body.mees-wc-page .woocommerce,
.woocommerce-main,
.woocommerce-main .mees-default-content {
	color: var(--mees-text, #013b47);
	font-family: Circe, sans-serif;
	font-size: 17px;
	line-height: 1.4;
}

body.mees-wc-page .woocommerce h1,
body.mees-wc-page .woocommerce h2,
body.mees-wc-page .woocommerce .product_title,
.woocommerce-main h1,
.woocommerce-main h2,
.woocommerce-main .product_title {
	font-family: var(--mees-ff-heading, Forum, Georgia, serif);
	color: var(--mees-text, #013b47);
	font-weight: 400;
}

body.mees-wc-page .woocommerce .page-title,
body.mees-wc-page .woocommerce .woocommerce-products-header__title,
.woocommerce-main .page-title,
.woocommerce-main .woocommerce-products-header__title {
	font-size: clamp(28px, 3.8vw, 50px);
	text-transform: uppercase;
	margin-bottom: 24px;
	line-height: 1.25;
}

body.mees-wc-page .woocommerce .page-title::first-letter,
body.mees-wc-page .woocommerce .woocommerce-products-header__title::first-letter,
.woocommerce-main .page-title::first-letter,
.woocommerce-main .woocommerce-products-header__title::first-letter {
	color: var(--mees-accent-letter, #bfdaa0);
}

body.mees-wc-page .woocommerce .woocommerce-breadcrumb,
.woocommerce-main .woocommerce-breadcrumb {
	margin-bottom: 20px;
	padding: 0;
	background: none;
	font-size: inherit;
}

/* Сетка single product */
body.mees-wc-page .woocommerce .product-single__grid,
.woocommerce-main .product-single__grid {
	display: grid;
	gap: 30px;
}

@media (min-width: 992px) {
	body.mees-wc-page .woocommerce .product-single__grid,
	.woocommerce-main .product-single__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
		gap: 40px;
	}
}

body.mees-wc-page .woocommerce .product-single--wc .summary .product_title,
.woocommerce-main .product-single--wc .summary .product_title {
	font-size: clamp(28px, 3.8vw, 50px);
	text-transform: uppercase;
	margin-bottom: 24px;
	line-height: 1.25;
	letter-spacing: normal;
}

body.mees-wc-page .woocommerce .product-single--wc .summary .product_title::first-letter,
.woocommerce-main .product-single--wc .summary .product_title::first-letter {
	color: var(--mees-accent-letter, #bfdaa0);
}

body.mees-wc-page .woocommerce .product-single--wc .summary .price,
body.mees-wc-page .woocommerce .product-single--wc .summary p.price,
.woocommerce-main .product-single--wc .summary .price,
.woocommerce-main .product-single--wc .summary p.price {
	margin: 0 0 24px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--temno-zelenyy, #013b47);
}

body.mees-wc-page .woocommerce .product-single--wc .summary .price .amount,
body.mees-wc-page .woocommerce .product-single--wc .summary .price bdi,
.woocommerce-main .product-single--wc .summary .price .amount,
.woocommerce-main .product-single--wc .summary .price bdi {
	font-weight: 700;
	color: inherit;
}

body.mees-wc-page .woocommerce .product-single--wc .summary .price del,
.woocommerce-main .product-single--wc .summary .price del {
	opacity: 0.55;
	font-size: 0.85em;
}

body.mees-wc-page .woocommerce .product-single--wc .summary .price ins,
.woocommerce-main .product-single--wc .summary .price ins {
	text-decoration: none;
}

body.mees-wc-page .woocommerce .product-single--wc .summary .woocommerce-product-details__short-description,
.woocommerce-main .product-single--wc .summary .woocommerce-product-details__short-description,
body.mees-wc-page .woocommerce .product-single__excerpt,
.woocommerce-main .product-single__excerpt {
	margin-bottom: 20px;
	color: var(--mees-text, #013b47);
	font-size: 17px;
	line-height: 1.4;
}

body.mees-wc-page .woocommerce .product-single--wc .summary .woocommerce-product-details__short-description p,
.woocommerce-main .product-single--wc .summary .woocommerce-product-details__short-description p,
body.mees-wc-page .woocommerce .product-single__excerpt p,
.woocommerce-main .product-single__excerpt p {
	margin: 0 0 0.75em;
	font-size: inherit;
	line-height: inherit;
}

body.mees-wc-page .woocommerce .product-single--wc .summary .woocommerce-product-details__short-description p:last-child,
.woocommerce-main .product-single--wc .summary .woocommerce-product-details__short-description p:last-child,
body.mees-wc-page .woocommerce .product-single__excerpt p:last-child,
.woocommerce-main .product-single__excerpt p:last-child {
	margin-bottom: 0;
}

/* Одна вкладка — без переключателя и заголовка */
body.mees-wc-single-tab .woocommerce-tabs ul.tabs,
body.mees-wc-single-tab .woocommerce-tabs .panel > h2:first-child {
	display: none !important;
}

/* Форма «В корзину» на single — см. theme-blocks.css (.product-single form.cart) */

/* Meta */
body.mees-wc-page .woocommerce .product_meta,
.woocommerce-main .product_meta {
	margin: 24px 0 0;
	padding-top: 16px;
	border-top: 1px solid rgba(1, 59, 71, 0.08);
	font-size: 17px;
	line-height: 1.4;
	color: var(--mees-text, #013b47);
}

body.mees-wc-page .woocommerce .product_meta > span,
.woocommerce-main .product_meta > span {
	display: block;
	margin-bottom: 8px;
}

body.mees-wc-page .woocommerce .product_meta a,
.woocommerce-main .product_meta a {
	color: var(--goluboy, #71b2de);
	font-weight: 700;
	text-decoration: none;
}

body.mees-wc-page .woocommerce .product_meta a:hover,
.woocommerce-main .product_meta a:hover {
	color: var(--zelenyy, #8bc34a);
}

/* Вкладки товара — как блок «Продукция», без рамок WC */
body.mees-wc-page .woocommerce .product-single--wc .woocommerce-tabs,
body.mees-wc-page .woocommerce .mees-wc-product-block .woocommerce-tabs,
.woocommerce-main .product-single--wc .woocommerce-tabs,
.mees-wc-product-block .woocommerce-tabs {
	margin-top: 48px;
	padding: 0;
	clear: both;
	border: none;
	background: transparent;
}

body.mees-wc-page .woocommerce .woocommerce-tabs,
.woocommerce-main .woocommerce-tabs {
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
}

body.mees-wc-page .woocommerce .woocommerce-tabs ul.tabs,
.woocommerce-main .woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0 0 28px;
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	border: none !important;
	overflow: visible !important;
	position: static !important;
}

body.mees-wc-page .woocommerce .woocommerce-tabs ul.tabs::before,
body.mees-wc-page .woocommerce .woocommerce-tabs ul.tabs::after,
.woocommerce-main .woocommerce-tabs ul.tabs::before,
.woocommerce-main .woocommerce-tabs ul.tabs::after {
	display: none !important;
	content: none !important;
}

body.mees-wc-page .woocommerce .woocommerce-tabs ul.tabs li,
.woocommerce-main .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	border-radius: 0 !important;
	position: static !important;
	z-index: auto !important;
	float: none !important;
}

body.mees-wc-page .woocommerce .woocommerce-tabs ul.tabs li::before,
body.mees-wc-page .woocommerce .woocommerce-tabs ul.tabs li::after,
.woocommerce-main .woocommerce-tabs ul.tabs li::before,
.woocommerce-main .woocommerce-tabs ul.tabs li::after {
	display: none !important;
	content: none !important;
	border: none !important;
	box-shadow: none !important;
}

body.mees-wc-page .woocommerce .woocommerce-tabs ul.tabs li a,
.woocommerce-main .woocommerce-tabs ul.tabs li a {
	display: inline-flex;
	align-items: center;
	justify-content: center !important;
	padding: 15px 35px 13px !important;
	border-radius: 100px !important;
	border: 1px solid #fff !important;
	color: var(--goluboy, #71b2de) !important;
	font-weight: 700 !important;
	text-decoration: none;
	font-size: 17px !important;
	line-height: 1.35 !important;
	text-transform: uppercase;
	background: #fff !important;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1) !important;
	cursor: pointer;
}

body.mees-wc-page .woocommerce .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-main .woocommerce-tabs ul.tabs li a:hover {
	border-color: var(--goluboy, #71b2de) !important;
	color: var(--goluboy, #71b2de) !important;
	text-decoration: none;
}

body.mees-wc-page .woocommerce .woocommerce-tabs ul.tabs li.active,
.woocommerce-main .woocommerce-tabs ul.tabs li.active {
	background: transparent !important;
	border: none !important;
}

body.mees-wc-page .woocommerce .woocommerce-tabs ul.tabs li.active a,
.woocommerce-main .woocommerce-tabs ul.tabs li.active a {
	background-color: var(--zelenyy, #8bc34a) !important;
	color: #fff !important;
	border-color: transparent !important;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1) !important;
	pointer-events: none;
	cursor: default;
}

body.mees-wc-page .woocommerce .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce-main .woocommerce-tabs ul.tabs li.active a:hover {
	background-color: var(--zelenyy, #8bc34a) !important;
	color: #fff !important;
	border-color: transparent !important;
}

body.mees-wc-page .woocommerce .woocommerce-tabs .panel,
.woocommerce-main .woocommerce-tabs .panel {
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
}

body.mees-wc-page .woocommerce .woocommerce-tabs .panel::before,
body.mees-wc-page .woocommerce .woocommerce-tabs .panel::after,
.woocommerce-main .woocommerce-tabs .panel::before,
.woocommerce-main .woocommerce-tabs .panel::after {
	display: none !important;
}

body.mees-wc-page .woocommerce .woocommerce-tabs .panel h2,
.woocommerce-main .woocommerce-tabs .panel h2 {
	font-size: clamp(22px, 2.8vw, 32px);
	margin-bottom: 16px;
}

/* Кнопки — сброс WooCommerce + выравнивание по центру */
body.mees-wc-page .woocommerce a.button,
body.mees-wc-page .woocommerce button.button,
body.mees-wc-page .woocommerce input.button,
body.mees-wc-page .woocommerce #respond input#submit,
body.mees-wc-page .woocommerce #payment #place_order,
.woocommerce-main a.button,
.woocommerce-main button.button,
.woocommerce-main input.button,
.woocommerce-main #respond input#submit,
.woocommerce-page #payment #place_order {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 40px;
	height: auto !important;
	padding: 8px 21px 7px !important;
	font-size: 17px;
	line-height: 1.2 !important;
	text-transform: uppercase;
	border-radius: 100px !important;
	text-decoration: none;
	text-align: center !important;
	cursor: pointer;
	font-weight: 400;
	text-shadow: none !important;
	box-sizing: border-box;
	vertical-align: middle;
}

.woocommerce-main button.button {
	padding: 15px 35px !important;
}

body.mees-wc-page .woocommerce a.button.but,
body.mees-wc-page .woocommerce button.button.but,
body.mees-wc-page .woocommerce input.button.but,
.woocommerce-main a.button.but,
.woocommerce-main button.button.but {
	-webkit-appearance: none;
	appearance: none;
}

/* Фирменный стиль без классов .but (fallback для корзины/checkout) */
body.mees-wc-page .woocommerce .checkout-button,
body.mees-wc-page .woocommerce #place_order,
body.mees-wc-page .woocommerce .woocommerce-cart-form .button.alt,
.woocommerce-main .checkout-button,
.woocommerce-main #place_order {
	background: radial-gradient(circle at left center, #71b2de 0, #bfdaa0 100%) !important;
	color: #fff !important;
	border: 1px solid transparent !important;
	box-shadow: 0 5px 20px 0 rgba(117, 180, 220, 0.4);
}

body.mees-wc-page .woocommerce .woocommerce-cart-form .button[name="apply_coupon"],
body.mees-wc-page .woocommerce .woocommerce-cart-form .button[name="update_cart"],
.woocommerce-main .woocommerce-cart-form .button[name="apply_coupon"],
.woocommerce-main .woocommerce-cart-form .button[name="update_cart"] {
	background: #fff !important;
	color: var(--goluboy, #71b2de) !important;
	border: 1px solid var(--goluboy, #71b2de) !important;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}

body.mees-wc-page .woocommerce .but.bg-gradient.button,
body.mees-wc-page .woocommerce a.but.bg-gradient.button,
body.mees-wc-page .woocommerce button.but.bg-gradient.button,
body.mees-wc-page .woocommerce input.but.bg-gradient.button,
body.mees-wc-page .woocommerce #payment #place_order.but.bg-gradient,
.woocommerce-main .but.bg-gradient.button,
.woocommerce-main a.but.bg-gradient.button,
.woocommerce-main button.but.bg-gradient.button {
	background: radial-gradient(circle at left center, #71b2de 0, #bfdaa0 100%) !important;
	color: #fff !important;
	border: 1px solid transparent !important;
	box-shadow: 0 5px 20px 0 rgba(117, 180, 220, 0.4);
}

body.mees-wc-page .woocommerce .but.bg-gradient.button:hover,
body.mees-wc-page .woocommerce a.but.bg-gradient.button:hover,
body.mees-wc-page .woocommerce button.but.bg-gradient.button:hover,
body.mees-wc-page .woocommerce #payment #place_order.but.bg-gradient:hover,
.woocommerce-main .but.bg-gradient.button:hover,
.woocommerce-main a.but.bg-gradient.button:hover,
.woocommerce-main button.but.bg-gradient.button:hover {
	border-color: #bfdaa0 !important;
	box-shadow: 0 5px 20px 0 rgba(191, 218, 160, 0.3);
	color: #fff !important;
}

body.mees-wc-page .woocommerce .but.btn-product-secondary.button,
body.mees-wc-page .woocommerce a.but.btn-product-secondary.button,
body.mees-wc-page .woocommerce button.but.btn-product-secondary.button,
.woocommerce-main .but.btn-product-secondary.button {
	background: #fff !important;
	color: var(--goluboy, #71b2de) !important;
	border: 1px solid var(--goluboy, #71b2de) !important;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}

body.mees-wc-page .woocommerce .but.btn-product-secondary.button:hover,
body.mees-wc-page .woocommerce a.but.btn-product-secondary.button:hover,
.woocommerce-main .but.btn-product-secondary.button:hover {
	border-color: var(--zelenyy, #8bc34a) !important;
	box-shadow: 0 5px 20px 0 rgba(191, 218, 160, 0.3);
	color: var(--goluboy, #71b2de) !important;
}

body.mees-wc-page .woocommerce .btn-product-action.button,
.woocommerce-main .btn-product-action.button {
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
	max-width: 100%;
}

body.mees-wc-page .woocommerce .wc-proceed-to-checkout,
.woocommerce-main .wc-proceed-to-checkout {
	padding-top: 20px;
}

body.mees-wc-page .woocommerce .wc-proceed-to-checkout .checkout-button,
.woocommerce-main .wc-proceed-to-checkout .checkout-button {
	width: 100%;
	max-width: 360px;
}

body.mees-wc-page .woocommerce #payment #place_order,
.woocommerce-main #payment #place_order {
	width: 100%;
	max-width: 360px;
	margin-top: 12px;
}

/* Архив — сетка карточек */
body.mees-wc-page .woocommerce ul.products,
.woocommerce-main ul.products {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	width: 100%;
}

body.mees-wc-page .woocommerce ul.products::before,
body.mees-wc-page .woocommerce ul.products::after,
.woocommerce-main ul.products::before,
.woocommerce-main ul.products::after {
	display: none;
}

@media (min-width: 576px) {
	body.mees-wc-page .woocommerce ul.products,
	.woocommerce-main ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 768px) {
	body.mees-wc-page .woocommerce ul.products,
	.woocommerce-main ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	body.mees-wc-page .woocommerce ul.products,
	.woocommerce-main ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

body.mees-wc-page .woocommerce ul.products li.product,
.woocommerce-main ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	padding: 30px 20px;
	border-radius: 20px;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.08);
	background: #fff;
	display: flex;
	flex-direction: column;
	min-width: 0;
	box-sizing: border-box;
}

body.mees-wc-page .woocommerce ul.products li.product a img,
.woocommerce-main ul.products li.product a img {
	border-radius: 12px;
	margin-bottom: 16px;
	width: 100%;
	height: auto;
}

body.mees-wc-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.mees-wc-page .woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce-main ul.products li.product .woocommerce-loop-product__title,
.woocommerce-main ul.products li.product h2.woocommerce-loop-product__title {
	font-family: Circe, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--goluboy, #71b2de);
	margin: 0 0 12px;
	padding: 0;
}

body.mees-wc-page .woocommerce ul.products li.product .woocommerce-loop-product__title::first-letter,
body.mees-wc-page .woocommerce ul.products li.product h2.woocommerce-loop-product__title::first-letter,
.woocommerce-main ul.products li.product .woocommerce-loop-product__title::first-letter,
.woocommerce-main ul.products li.product h2.woocommerce-loop-product__title::first-letter,
body.mees-wc-page .woocommerce ul.products li.product .woocommerce-loop-product__title a::first-letter,
body.mees-wc-page .woocommerce ul.products li.product h2.woocommerce-loop-product__title a::first-letter,
.woocommerce-main ul.products li.product .woocommerce-loop-product__title a::first-letter,
.woocommerce-main ul.products li.product h2.woocommerce-loop-product__title a::first-letter {
	color: inherit;
}

body.mees-wc-page .woocommerce ul.products li.product .woocommerce-loop-product__title a,
body.mees-wc-page .woocommerce ul.products li.product h2 a,
.woocommerce-main ul.products li.product .woocommerce-loop-product__title a,
.woocommerce-main ul.products li.product h2 a {
	color: inherit;
	text-decoration: none;
}

body.mees-wc-page .woocommerce ul.products li.product .woocommerce-loop-product__title a:hover,
.woocommerce-main ul.products li.product h2 a:hover {
	color: var(--zelenyy, #8bc34a);
}

body.mees-wc-page .woocommerce ul.products li.product .price,
.woocommerce-main ul.products li.product .price {
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 16px;
	margin-top: auto;
	color: var(--mees-text, #013b47);
	font-size: 17px;
}

body.mees-wc-page .woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce-main ul.products li.product .button.add_to_cart_button {
	width: 100%;
	margin-top: auto;
}

body.mees-wc-page .woocommerce .woocommerce-result-count,
body.mees-wc-page .woocommerce .woocommerce-ordering,
.woocommerce-main .woocommerce-result-count,
.woocommerce-main .woocommerce-ordering {
	margin-bottom: 20px;
	font-size: 17px;
}

body.mees-wc-page .woocommerce .woocommerce-ordering select,
.woocommerce-main .woocommerce-ordering select {
	border: 1px solid #929292;
	border-radius: 100px;
	min-height: 48px;
	padding: 8px 20px;
	font-size: 16px;
}

/* Таблица корзины — без «зазоров» между ячейками */
body.mees-wc-page .woocommerce table.shop_table,
body.mees-wc-page .woocommerce table.shop_table_responsive,
.woocommerce-main table.shop_table {
	width: 100%;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	margin-bottom: 24px;
	font-size: 17px;
	border: none !important;
}

body.mees-wc-page .woocommerce table.shop_table th,
body.mees-wc-page .woocommerce table.shop_table td,
.woocommerce-main table.shop_table th,
.woocommerce-main table.shop_table td {
	padding: 14px 12px;
	border: none !important;
	border-bottom: 1px solid rgba(1, 59, 71, 0.1) !important;
	vertical-align: middle;
	background: transparent !important;
}

body.mees-wc-page .woocommerce table.shop_table thead th,
.woocommerce-main table.shop_table thead th {
	font-weight: 700;
	text-align: left;
	color: var(--mees-text, #013b47);
	border-bottom-width: 2px !important;
}

body.mees-wc-page .woocommerce table.shop_table tbody tr:last-child td,
.woocommerce-main table.shop_table tbody tr:last-child td {
	border-bottom: none !important;
}

body.mees-wc-page .woocommerce table.shop_table .product-remove a.remove,
.woocommerce-main table.shop_table .product-remove a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgba(1, 59, 71, 0.15);
	color: var(--mees-text, #013b47) !important;
	font-size: 22px;
	line-height: 1;
	text-decoration: none;
	background: #fff;
}

body.mees-wc-page .woocommerce table.shop_table .product-remove a.remove:hover,
.woocommerce-main table.shop_table .product-remove a.remove:hover {
	background: rgba(191, 218, 160, 0.25);
	border-color: #bfdaa0;
	color: var(--mees-text, #013b47) !important;
}

body.mees-wc-page .woocommerce table.shop_table .product-name a,
.woocommerce-main table.shop_table .product-name a {
	color: var(--goluboy, #71b2de);
	font-weight: 700;
	text-decoration: none;
}

body.mees-wc-page .woocommerce table.shop_table .product-name a:hover,
.woocommerce-main table.shop_table .product-name a:hover {
	color: var(--zelenyy, #8bc34a);
}

body.mees-wc-page .woocommerce table.shop_table .product-thumbnail img,
.woocommerce-main table.shop_table .product-thumbnail img {
	border-radius: 12px;
	max-width: 80px;
	height: auto;
}

body.mees-wc-page .woocommerce .cart-collaterals,
.woocommerce-main .cart-collaterals {
	margin-top: 30px;
}

body.mees-wc-page .woocommerce .cart-collaterals .cart_totals,
.woocommerce-main .cart-collaterals .cart_totals {
	padding: 24px 28px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.08);
}

body.mees-wc-page .woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-main .cart-collaterals .cart_totals h2 {
	font-size: 22px;
	margin-bottom: 16px;
}

body.mees-wc-page .woocommerce .cart .actions,
.woocommerce-main .cart .actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	padding-top: 8px;
}

body.mees-wc-page .woocommerce .cart .coupon,
.woocommerce-main .cart .coupon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

body.mees-wc-page .woocommerce .cart .coupon .input-text,
.woocommerce-main .cart .coupon .input-text {
	min-width: 200px;
	flex: 1 1 200px;
}

/* Checkout */
body.mees-wc-page .woocommerce .woocommerce-checkout,
.woocommerce-main .woocommerce-checkout {
	margin-top: 10px;
}

body.mees-wc-page .woocommerce .woocommerce-billing-fields h3,
body.mees-wc-page .woocommerce .woocommerce-shipping-fields h3,
body.mees-wc-page .woocommerce #order_review_heading,
.woocommerce-main .woocommerce-billing-fields h3,
.woocommerce-main .woocommerce-shipping-fields h3,
.woocommerce-main #order_review_heading {
	font-size: 22px;
	margin: 24px 0 16px;
}

body.mees-wc-page .woocommerce .woocommerce-checkout .form-row,
.woocommerce-main .woocommerce-checkout .form-row {
	margin-bottom: 16px;
}

body.mees-wc-page .woocommerce .woocommerce-checkout .form-row label,
.woocommerce-main .woocommerce-checkout .form-row label {
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: 400;
	color: var(--mees-text, #013b47);
}

body.mees-wc-page .woocommerce input.input-text.form-inp:not(.qty),
body.mees-wc-page .woocommerce textarea.form-inp,
body.mees-wc-page .woocommerce .woocommerce-checkout input.input-text,
body.mees-wc-page .woocommerce .woocommerce-checkout textarea,
body.mees-wc-page .woocommerce .woocommerce-checkout select,
body.mees-wc-page .woocommerce .woocommerce-form input.input-text,
body.mees-wc-page .woocommerce .cart .input-text,
.woocommerce-main input.input-text.form-inp:not(.qty),
.woocommerce-main textarea.form-inp,
.woocommerce-main .woocommerce-checkout input.input-text,
.woocommerce-main .woocommerce-checkout textarea,
.woocommerce-main .woocommerce-checkout select,
.woocommerce-main .woocommerce-form input.input-text,
.woocommerce-main .cart .input-text,
body.mees-wc-page .woocommerce .select2-container--default .select2-selection--single,
.woocommerce-main .select2-container--default .select2-selection--single {
	border: 1px solid #929292 !important;
	border-radius: 100px !important;
	color: #000 !important;
	font-family: var(--font-family, Circe, sans-serif) !important;
	font-size: 17px !important;
	min-height: 48px;
	padding: 12px 20px !important;
	box-sizing: border-box;
	width: 100%;
	box-shadow: none !important;
	background: #fff !important;
}

body.mees-wc-page .woocommerce input.input-text.form-inp:not(.qty):focus,
body.mees-wc-page .woocommerce textarea.form-inp:focus,
body.mees-wc-page .woocommerce .woocommerce-checkout input.input-text:focus,
body.mees-wc-page .woocommerce .woocommerce-checkout textarea:focus,
.woocommerce-main input.input-text.form-inp:not(.qty):focus,
.woocommerce-main .woocommerce-checkout input.input-text:focus {
	outline: none;
	border-color: #929292 !important;
	box-shadow: none !important;
}

body.mees-wc-page .woocommerce .woocommerce-checkout textarea,
body.mees-wc-page .woocommerce .woocommerce-checkout textarea.form-inp,
.woocommerce-main .woocommerce-checkout textarea {
	border-radius: 20px !important;
	min-height: 120px;
}

body.mees-wc-page .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-main .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 46px !important;
	padding-left: 20px !important;
}

body.mees-wc-page .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-main .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px !important;
}

body.mees-wc-page .woocommerce #payment,
.woocommerce-main #payment {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.08);
	padding: 20px 24px;
	border: none;
}

body.mees-wc-page .woocommerce #payment ul.payment_methods,
.woocommerce-main #payment ul.payment_methods {
	border-bottom: 1px solid rgba(1, 59, 71, 0.08);
	padding-bottom: 16px;
	margin-bottom: 16px;
}

/* Уведомления */
body.mees-wc-page .woocommerce .woocommerce-message,
body.mees-wc-page .woocommerce .woocommerce-info,
body.mees-wc-page .woocommerce .woocommerce-error,
.woocommerce-main .woocommerce-message,
.woocommerce-main .woocommerce-info,
.woocommerce-main .woocommerce-error {
	border-radius: 12px;
	padding: 14px 20px;
	margin-bottom: 16px;
	list-style: none;
	border-top: none;
}

body.mees-wc-page .woocommerce .woocommerce-message::before,
body.mees-wc-page .woocommerce .woocommerce-info::before,
body.mees-wc-page .woocommerce .woocommerce-error::before,
.woocommerce-main .woocommerce-message::before,
.woocommerce-main .woocommerce-info::before,
.woocommerce-main .woocommerce-error::before {
	display: none;
}

/* Галерея WC скрыта — используется блок темы */
body.mees-wc-page .woocommerce .product-single__media .product-gallery--single,
.woocommerce-main .product-single__media .product-gallery--single {
	width: 100%;
}

body.mees-wc-page .woocommerce .woocommerce-product-gallery,
body.mees-wc-page .woocommerce .woocommerce-product-gallery__wrapper,
.woocommerce-main .woocommerce-product-gallery,
.woocommerce-main .woocommerce-product-gallery__wrapper {
	display: none !important;
}

/* Пагинация */
body.mees-wc-page .woocommerce nav.woocommerce-pagination,
.woocommerce-main nav.woocommerce-pagination {
	margin-top: 32px;
}

body.mees-wc-page .woocommerce nav.woocommerce-pagination ul,
.woocommerce-main nav.woocommerce-pagination ul {
	border: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.mees-wc-page .woocommerce nav.woocommerce-pagination ul li,
.woocommerce-main nav.woocommerce-pagination ul li {
	border: none;
}

body.mees-wc-page .woocommerce nav.woocommerce-pagination ul li a,
body.mees-wc-page .woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-main nav.woocommerce-pagination ul li a,
.woocommerce-main nav.woocommerce-pagination ul li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 8px 14px;
	border-radius: 100px;
	border: 1px solid var(--goluboy, #71b2de);
	color: #013b47;
	font-weight: 700;
}

body.mees-wc-page .woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-main nav.woocommerce-pagination ul li span.current {
	background: radial-gradient(circle at left center, #71b2de 0, #bfdaa0 100%);
	color: #fff;
	border-color: transparent;
}

/* Заголовок страницы корзины/checkout в entry-header */
body.mees-wc-page .entry-header .entry-title {
	font-family: var(--mees-ff-heading, Forum, Georgia, serif);
	font-size: clamp(28px, 3.8vw, 50px);
	text-transform: uppercase;
	margin-bottom: 24px;
	line-height: 1.25;
	color: var(--mees-text, #013b47);
}

body.mees-wc-page .entry-header .entry-title::first-letter {
	color: var(--mees-accent-letter, #bfdaa0);
}

/* YITH My Account: иконки Font Awesome 4 */
body.mees-wc-page .woocommerce .yith-wcmap .fa,
body.mees-wc-page .woocommerce #my-account-menu .fa,
body.mees-wc-page .woocommerce .myaccount-menu .fa,
.woocommerce-main .yith-wcmap .fa,
.woocommerce-main #my-account-menu .fa,
.woocommerce-main .myaccount-menu .fa {
	display: inline-block;
	font-family: FontAwesome !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: inherit;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.mees-wc-page .woocommerce .yith-wcmap .fa::before,
body.mees-wc-page .woocommerce #my-account-menu .fa::before,
body.mees-wc-page .woocommerce .myaccount-menu .fa::before,
.woocommerce-main .yith-wcmap .fa::before,
.woocommerce-main #my-account-menu .fa::before,
.woocommerce-main .myaccount-menu .fa::before {
	font-family: FontAwesome !important;
}

body.mees-wc-page .woocommerce .yith-wcmap .item-icon .fa,
.woocommerce-main .yith-wcmap .item-icon .fa {
	width: 1.25em;
	text-align: center;
}
