/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

body {
	max-width: 100%;
	overflow-x: hidden;
}

main {
    min-height: 100vh;
}

/* Remove blue tap highlight on mobile */
* {
    -webkit-tap-highlight-color: transparent;
}
.cproduct-card .quantity,
.single-product-top .quantity {
	display: none;
}

.cproduct-card .cart .button {
	min-width: 100% !important;
	column-gap: 7px;
}

.single-product-meta .item {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	gap: 10px;
	align-items: flex-end;
}

.single-product-meta {
	width: 100%;
}

.single-product-meta .item::after {
	content: "";
	flex: 1;
	border-bottom: 1px dashed #A8ABAF;
	margin: 0 10px 4px 10px;
}

.single-product-meta .item .prefix {
	order: 1;
}

.single-product-meta .item::after {
	order: 2;
}

.single-product-meta .item .text {
	order: 3;
}

.single-detail-button {
	display: flex;
	height: 40px;
	padding: 10px 10px 10px 15px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: 12px;
	background: #EEF3F4;
}

.description-popup .item {
	width: 300px;
}

.single-add-to-card-form .single_add_to_cart_button,
.single-add-to-card-form .quantity {
	display: none !important;
}

.bricks-variation-swatches li {
	border-radius: 10px;
	border: 1px solid #E7ECED;
}

.bricks-variation-swatches .bricks-swatch-color li {
	border-radius: 12px;
}

.variations tr {
	border: none;
}

.single-add-to-card-form tr {
	display: flex;
	flex-direction: column;
}

.cproduct-card .add_to_cart_button {
	width: 100%;
}

.catalog-menu li.menu-item {
	display: block;
}

.catalog-menu .menu-panel {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.catalog-menu .menu-panel.active {
	display: flex;
	/* или block */
	opacity: 1;
}

.catalog-menu .menu-left-item.active {
	color: #0CADFF;
}

.catalog-menu .menu-left-item.active .icon svg path {
	fill: #0CADFF !important;
}

.menu-panel .brx-multilevel-back {
	display: none !important;
}

.catalog-column.menu-panel a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	gap: 10px;
}

.catalog-column.menu-panel a::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url('/wp-content/uploads/2025/10/right-arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	flex-shrink: 0;
}

a:focus {
	outline: none !important;
}

.catalog-menu.open.active .brx-submenu-toggle button svg {
	background-image: url('/wp-content/uploads/2025/10/close-white.svg');
}

.catalog-menu.open.active .brx-submenu-toggle button svg path {
	display: none !important;
}

[data-field-id="fb3757"] {
	display: flex;
	flex-direction: row;
	align-items: end;
	gap: 7px;
	flex-wrap: wrap;
}

.products .product {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.products-archive-widget .quantity {
	display: none;
}

.products-archive-widget .add_to_cart_button {
	width: 100%;
}

.products-archive-widget .add_to_cart_button::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("/wp-content/uploads/2025/10/cart.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.products-archive-widget .add_to_cart_button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.fk-add-to-cart button {
	width: 250px;
	max-width: 100%;
}

.woocommerce-product-rating .star-rating {
	margin-right: 10px;
}

.product-top-raiting .woocommerce-review-link::after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 4px;
	background-image: url("/wp-content/uploads/2025/10/right-arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

form.cart table.variations td,
form.woocommerce-cart-form table.variations td {
	padding: 7px 0;
}

.bricks-variation-swatches.bricks-swatch-color {
	gap: 10px;
}

.bricks-variation-swatches.bricks-swatch-label {
	gap: 5px;
}

/* .bricks-variation-swatches.bricks-swatch-color li {
	width: calc(100% / 3 - 7px);
	max-width: 96px;
	height: 96px;
	padding: 0;
	border-radius: 12px;
	border: 1px solid var(--Color-Gray-70, #E7ECED);
}
*/
form.cart table.variations td,
form.woocommerce-cart-form table.variations td {
	width: 100%;
}

.bricks-variation-swatches.bricks-swatch-color li:hover {
	border: 1px solid var(--Color-Gray-70, #00BFFF);
}
.bricks-variation-swatches.bricks-swatch-color li.bricks-swatch-selected {
	border: 2px solid var(--Color-Gray-70, #00BFFF);
	padding: 2px;
}

.bricks-variation-swatches.bricks-swatch-label li, .bricks-variation-swatches.bricks-swatch-color li {
	border-radius: 10px;
	border: 0.5px solid var(--Basic-Text-Secondary, #A6ABAF);
	color: var(--Basic-Text-Tertiary, #313232);
	text-align: center;
	font-size: var(--Static-Label-Large-Size, 14px);
	font-weight: 600;
	line-height: var(--Static-Label-Large-Line-Height, 20px);
	letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
	display: flex;
	height: 40px;
	min-width: 40px;
	max-width: 120px;
	padding: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.bricks-variation-swatches.bricks-swatch-label li.bricks-swatch-selected,
.bricks-variation-swatches.bricks-swatch-label li:hover {
	border: 1px solid color(display-p3 0 0.749 1);
	background: var(--Color-Blue-100, color(display-p3 0.9373 0.9804 1));
}

.bricks-variation-swatches.bricks-swatch-label li.disabled {
	border: 0.5px dashed;
}

.single-prod-reviews #reviews .commentlist {
	display: flex;
	max-width: 1500px;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
}

.commentlist .avatar {
	display: none;
}

.product-top-raiting .star-rating {
	display: none;
}

#reviews .description {
	border: none;
}

.catalog-menu .menu-left-item.active:not(.pidbirki) {
	color: #000608 !important;
	background-color: #eef3f4;
}

#brxe-uatghf .icon svg path {
  fill: #0CADFF !important;
}

.catalog-menu .menu-left-item.active .icon svg path {
	fill: #A6ABAF !important;
}

.catalog-menu .menu-left-item.active .text::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url('/wp-content/uploads/2025/10/right-arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	flex-shrink: 0;
}

.catalog-menu .menu-left-item .text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	gap: 10px;
	width: 100%;
}

#reviews .commentlist li {
	margin-bottom: 10px;
}

.woosb-products .woosb-product .variations_form .variations .variation,
.woosb-products,
.woosb-products .woosb-product {
	border: none;
}

.woosb-products .woosb-product {
	position: relative;
	padding-top: 27px;
	margin-bottom: 15px;
}

.woosb-name {
	position: absolute;
	left: 10px;
	top: 0;
	color: var(--Basic-Text-Default, #000608);

	color: var(--Basic-Text-Default, color(display-p3 0.0004 0.0227 0.0302));
	/* Text/label (buttons)/default button/large-emphasized */
	font-family: var(--Static-Label-Large-Font, Roboto);
	font-size: var(--Static-Label-Large-Size, 14px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--Static-Label-Large-Line-Height, 20px);
	/* 142.857% */
	letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}

.woosb-products .woosb-product .woosb-title {
	display: flex;
	flex-direction: column;
}

.woosb-description {
	order: 3;
	padding-left: 13px;
	margin-top: 14px;
}

.woosb-products .woosb-product .woosb-thumb {
	width: 150px;
	flex: 0 0 150px;
}

.woosb-products .woosb-product .woosb-thumb img {
	border-radius: 15px;
}

.woosb-products .woosb-product .woosb-title .woosb-name a::after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 5px;
	background-image: url("/wp-content/uploads/2025/10/right-arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.variation label {
	color: var(--Basic-Text-Secondary, #A6ABAF);
	color: var(--Basic-Text-Secondary, color(display-p3 0.6588 0.6706 0.6863));
	font-family: var(--Static-Title-Small-Font, Roboto);
	font-size: var(--Static-Title-Small-Size, 14px);
	font-style: normal;
	font-weight: 500;
	line-height: var(--Static-Title-Small-Line-Height, 20px);
	letter-spacing: var(--Static-Title-Small-Tracking, 0.1px);
	margin-bottom: 7px;
}

.reset_variations {
	margin-left: 13px;
}

.woosb-summary.woosb-text {
	display: none;
}

.woosb-products .woosb-product .woosb-title .woosb-name a:hover {
	color: var(--Color-Blue-800, #00A1F6);
}

.woosb-products .woosb-product .woosb-title .woosb-name a:hover::after,
.product-top-raiting .woocommerce-review-link:hover::after {
	background-image: url("/wp-content/uploads/2025/10/arrow-blue.svg");
}

.reset_variations:hover {
	color: #00BFFF;
}

.woosb-alert.woosb-text {
	border-radius: 15px;
	border-left: none;
}

.bricks-cart-added.added {
	background: #E4F5FF!important;
	color: #0CADFF!important;
}

.bricks-cart-added.added:hover {
	background: #E4F5FF;
	color: #0CADFF;
}

.bricks-cart-added.added svg path {
	fill: #0CADFF !important;
}

.splide__arrows {
	visibility: hidden;
}

.brxe-slider-nested:hover .splide__arrows {
	visibility: visible;
}

.brxe-woocommerce-mini-cart .cart-count {
	background-color: #009BE9;
}

.filter-item.open .filter {
	position: absolute;
	z-index: 9999;
	border-radius: 15px;
	border: 1px solid var(--Color-Gray-70, color(display-p3 0.9114 0.9254 0.93));
	background: color(display-p3 1 1 1);
	box-shadow: 0 2px 5px 3px color(display-p3 0 0 0 / 0.03);
	display: flex;
	width: 200px;
	padding: 20px 15px;
	flex-direction: column;
	align-items: le;
	gap: 15px;
	min-width: max-content;
}

.filter-item .title-tag {
	margin-right: 10px;
}

.filter-item.open .filter .checkboxes li {
	padding: 3px 0;
}

.brxe-woocommerce-products-filter input[type="checkbox"] {
	display: flex;
	width: 20px;
	height: 20px;
	padding: 5.2px;
	justify-content: center;
	align-items: center;
	gap: 6.5px;
	aspect-ratio: 1/1;
	border-radius: 5px;
	border: 0.5px solid var(--Color-Gray-500, #A6ABAF);
	border: 0.5px solid var(--Color-Gray-500, color(display-p3 0.6588 0.6706 0.6863));
	background: var(--Color-Gray-10, #FFF);
	background: var(--Color-Gray-10, color(display-p3 1 1 1));
	box-shadow: none;
}

.brxe-woocommerce-products-filter input[type="checkbox"]:checked {
	border-radius: 5px;
	background: var(--Color-Blue-700, #00B3FF);
	background: var(--Color-Blue-700, color(display-p3 0.0471 0.6784 1));
	border: 0.5px solid var(--Color-Blue-700, #00B3FF);
	border: 0.5px solid var(--Color-Blue-700, color(display-p3 0.0471 0.6784 1));
	position: relative;
}

.brxe-woocommerce-products-filter input[type="checkbox"]:hover:not(:checked) {
	border: 0.5px solid var(--Color-Blue-700, #00B3FF);
	border: 0.5px solid var(--Color-Blue-700, color(display-p3 0.0471 0.6784 1));
	background: var(--Color-Blue-50, #F0FCFF);
	background: var(--Color-Blue-50, color(display-p3 0.9568 0.9865 1));
}

.brxe-woocommerce-products-filter input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	background-image: url('/wp-content/uploads/2025/10/check.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: translate(-50%, -50%);
}

.filter-item.open .filter .checkboxes li label {
	margin-left: 10px;
	font-weight: 400;
}

.parhchead .woocommerce-result-count {
	margin-top: 10px;
	color: var(--Basic-Text-Secondary, #A6ABAF);
	color: var(--Basic-Text-Secondary, color(display-p3 0.6588 0.6706 0.6863));
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#ajaxsearchliteres1 {
	display: none;
}

button.promagnifier {
	display: none;
}

.probox:hover button.promagnifier {
	display: block;
}

.product-remove a.remove {
	font-size: 0;
	position: relative;
}

.product-remove a.remove::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/wp-content/uploads/2025/10/trash.svg') no-repeat center / contain;
}

.mob-nav-block:not(.mob-catalog-menu):active a:not(.menu-left-item) svg path,
.mob-nav-block:active .mob-bottom-link,
.mob-nav-block:not(.mob-catalog-menu):hover .brx-submenu-toggle,
.mob-nav-block:not(.mob-catalog-menu):hover .brx-submenu-toggle svg path {
	fill: #0CADFF !important;
	color: #0CADFF !important;
}

.mb-profile.active .mob-bottom-link, 
.mb-profile.active svg path, 
.mb-profile:active .mob-bottom-link, 
.mb-profile:active svg path, 
.mob-nav-block.current a svg path,
.mob-nav-block.current .mob-bottom-link,
.mob-nav-block.current .brx-submenu-toggle,
.mob-nav-block.current .brx-submenu-toggle svg path {
	fill: #0CADFF !important;
	color: #0CADFF !important;
}

.mob-catalog-menu .brx-submenu-toggle {
	display: flex;
	flex-direction: column !important;
}

.mob-catalog-menu .brx-submenu-toggle span {
	order: 2;
}

ul.products * {
	min-width: 0 !important;
}

.products-archive-widget.brxe-woocommerce-products .products li.product img {
	height: 210px;
	object-fit: contain;
}

.brxe-woocommerce-products-filter {
	flex-wrap: wrap;
	row-gap: 0 !important;
}

.filter-item.active .title {
	/*  background-color: #EFFAFF !important; */
}

.filter-item.active .title i::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("/wp-content/uploads/2025/11/close-blue.svg") center/contain no-repeat;
	font-family: none !important;
	width: 18px;
	height: 18px;
	display: block;
	margin-left: -4px;
	margin-top: 1px;
}

.filter-item.active .title {
	align-items: center;
	justify-content: space-between;
	align-items: flex-start;
}

.filter-item.active .title i {
	font-family: none !important;
	position: relative;
	margin-right: 10px;
}

@media (max-width: 478px) {
	.brxe-woocommerce-products .products {
		row-gap: 30px;
		column-gap: 10px;
	}
}

.woocommerce-review__verified.verified {
	display: none;
}

#commentform textarea {
	display: flex;
	height: 129px;
	max-width: 1500px;
	padding: 15px;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
	border-radius: 17px;
	background: var(--Color-Gray-50, #EEF3F4);
	background: var(--Color-Gray-50, color(display-p3 0.9412 0.9529 0.9569));
	border: none;
	resize: none !important;
}

/* Focus effect */
#review_form #comment:focus {
	border: 1px solid color(display-p3 0 0.749 1);
	outline: none;
}

.form-submit #submit {
	display: flex;
	height: 40px;
	padding: 5px 25px;
	justify-content: center;
	align-items: center;
	gap: 7px;
}

#commentform .required {
	display: none;
}

/* Modal container */
.variation-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.variation-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

.variation-modal-inner {
	position: relative;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	max-width: 480px;
	width: 100%;
	z-index: 10000;
	overflow-y: auto;
	max-height: 90vh;
}

.variation-modal-title {
	margin-bottom: 15px;
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
}

/* Quick View Pop-Up */
#woosq-popup .thumbnails,
#woosq-popup .price,
#woosq-popup .woosb-thumb,
#woosq-popup .woosb-description,
#woosq-popup .quantity,
#woosq-popup .product_meta,
#woosq-popup .product_title.entry-title,
#woosq-popup .product-short-description.product-excerpt,
#woosq-popup .woocommerce-product-rating {
	display: none !important;
}

#woosq-popup {
	display: flex;
	width: 357px;
	border-radius: 20px;
}

#woosq-popup .summary-content {
	padding: 36px 20px 15px 20px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 25px;
}

#woosq-popup .single_add_to_cart_button.button {
	width: 100%;
}

.product-template-default .wpcvs-terms {
	display: none;
}

.product-template-default #woosq-popup .wpcvs-terms {
	display: flex;
}

.product-template-default #woosq-popup .single_variation_wrap {
	margin-top: 10px;
	width: 100%;
}

.wpcvs-terms .wpcvs-term {
	border-radius: 10px;
	border: 0.5px solid var(--Basic-Text-Secondary, #A6ABAF);
	color: var(--Basic-Text-Tertiary, #313232);
	text-align: center;
	font-size: var(--Static-Label-Large-Size, 14px);
	font-weight: 600;
	line-height: var(--Static-Label-Large-Line-Height, 20px);
	letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
	display: flex;
	height: 40px;
	min-width: 40px;
	max-width: 120px;
	padding: 0 3px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.wpcvs-terms.wpcvs-type-button .wpcvs-term .wpcvs-term-inner,
.wpcvs-terms .wpcvs-term .wpcvs-term-inner {
	all: unset;
}

.wpcvs-terms .wpcvs-term.wpcvs-selected,
.wpcvs-terms .wpcvs-term:hover {
	border: 1px solid color(display-p3 0 0.749 1);
	background: var(--Color-Blue-100, color(display-p3 0.9373 0.9804 1));
}

.wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner::before,
.wpcvs-attribute-selected,
.reset_variations {
	display: none !important;
}

.woosq-product>.product>div {
	height: auto;
}

.woosq-popup {
	max-height: 1200px !important;
}

.woosq-btn {
	display: none;
}

form.cart .woocommerce-variation:not(:empty),
form.woocommerce-cart-form .woocommerce-variation:not(:empty) {
	margin-bottom: 0;
}

.mfp-woosq .mfp-close::before {
	color: #000608;
	width: 14px;
	height: 14px;
	line-height: 14px;
}

.mfp-woosq .mfp-close:hover::before {
	color: var(--Button-Blue-Default, #00B3FF);
}

.mfp-woosq .mfp-close {
	top: 15px;
	right: 18px;
	width: 14px;
	height: 14px;
	line-height: 14px;
}

.wpcvs-attributes-stacked .wpcvs-attribute-label label {
	font-weight: unset;
	color: var(--bricks-text-light);
}

.buy-now-btn button {
	background: #E9FBFF !important;
	color: #0CADFF !important;
	width: 250px;
	max-width: 100%;
}

.buy-now-btn button:hover {
	background: #E4F5FF !important;
}

.filter-item .title {
	width: max-content;
}

@media (max-width: 767px) {
	.spt-gallery .brx-product-gallery-thumbnail-slider {
		display: none !important;
	}

	.woocommerce-product-gallery__trigger {
		display: none !important;
	}

	.spt-gallery .woocommerce-product-gallery__image {
		padding-bottom: 30px;
	}

	body.product-template-default.single-product {
		background: #F6F6F9;
	}

	.single-stock.brxe-product-stock.mob {
		display: flex !important;
	}

	.single-add-to-card-form .wpcvs-attribute {
		margin-top: 15px;
	}

.brxe-woocommerce-products-filter {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;

    /* Hide scrollbar – Firefox */
    scrollbar-width: none;

    /* Hide scrollbar – IE / Edge */
    -ms-overflow-style: none;
}

/* Hide scrollbar – Chrome / Safari */
.brxe-woocommerce-products-filter::-webkit-scrollbar {
    display: none;
}
	.filter-item.open .filter {
		min-width: 90%;
		left: 0;
		max-width: 90%;
		margin: 0 5%;
	}


	/* Make each cart row a two-column layout */
	.mobile .cart_item {
		display: flex;
		gap: 20px;
		padding: 15px 0;
	}

	.mobile td.product-subtotal {
		padding-top: 10px !important;
	}

	.woocommerce-checkout #customer_details {
		gap: 10px !important;
	}

	.checkout-right {
		order: 5;
	}

	/* Left column – image, qty, remove */
	.mobile .cart_item .left-col {
		width: 33%;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	/* Right column – title, price, variation */
	.mobile .cart_item .right-col {
		width: 67%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		gap: 5px;
	}

	/* Remove table look on mobile */
	.mobile table.shop_table thead {
		display: none;
	}

	.mobile table.shop_table td,
	.mobile table.shop_table th {
		display: block;
		padding: 0;
		border: none;
	}

	/* Thumbnail styling */
	.mobile .product-thumbnail img {
		width: 100%;
		border-radius: 10px;
		display: block;
	}

	.mobile .product-remove {
		position: absolute;
		right: 0;
		bottom: 10px;
	}

	.mobile .right-col .product-subtotal {
		order: 1;
	}

	.mobile .right-col .product-name {
		order: 2;
	}

	.mobile .right-col .variation-line {
		order: 3;
	}

	.mobile .woocommerce-cart-form__cart-item td.product-subtotal {
		padding-top: 0 !important;
	}

	#mrkv_ua_shipping_nova-poshta-shipping-info {
		flex-direction: column;
	}

	.woocommerce-billing-fields__field-wrapper {
    flex-direction: column;
	margin-bottom: 20px;
    }

	.woocommerce-billing-fields__field-wrapper p {
		margin: 0;
	}

	#mrkv_ua_shipping_nova-poshta_fields p {
		margin: 0;
	}

	.checkout.woocommerce-checkout .cart-inner-block.shipping {
		order: 3;
		overflow: visible;
	}

	.btn-save.button {
		margin-top: 15px;
	}
.account-container {
	gap: 10px!important;
}
.woocommerce-MyAccount-content section {
  margin: 0 !important;
  padding: 0;
}
.grid-2, .grid-3 {
	grid-template-columns: repeat(1, 1fr)!important;
}
.grid-2 p, .grid-3 p {
	margin: 0!important;
}
.single_add_to_cart_button {
  height: 45px!important;
}
.account-block {
  padding-left: 15px!important;
  padding-right: 15px!important;
}

.variation-gallery-slider-thumbnails {
  margin-top: 12px;
}

.variation-gallery-slider-thumbnails .slick-list.draggable {
  display: none;
}

/* Disable zoom overlay */
.zoomContainer,
.zoomWindowContainer,
.zoomWindow {
  display: none !important;
  pointer-events: none !important;
}
	
    .gallery-slide {
        position: relative;
    }

    /* Центральная зона для скролла */
    .gallery-slide::after {
        content: '';
        position: absolute;
        top: 15%;
        bottom: 15%;
        left: 0;
        right: 0;
        z-index: 10;
        background: transparent;
    }

.gallery-slide.slick-slide .image-container img {
  max-height: 94vw !important;
  width: auto !important;
}

.woocommerce-MyAccount-content .brxe-container {
  padding: 0;
}

.account-block.change.first {
  margin-top: 10px;
}

}

@media (min-width: 768px) {

.spt-custom-arrows,
.spt-dots {
  display: none !important;
}
	
.gallery-slide.slick-slide .image-container img {
  max-height: 600px !important;
  width: auto !important;
}

}

.spt-custom-arrows {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	pointer-events: none;
}

.spt-arrow {
	pointer-events: all;
	position: absolute;
	top: -50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #EDEDED;
	font-size: 26px;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.spt-prev {
	left: 1px;
}

.spt-next {
	right: 1px;
}

.spt-dots {
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 3.5px;
	pointer-events: none;
}

.spt-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #EDEDED;
	pointer-events: all;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.spt-dot.active {
	background: #717171;
}

#brxe-jyekvu .repeater-item [data-field-id="fb3757"] {
	display: flex;
	align-items: center;
}

.single-add-to-card-form .wpcvs-attribute {
	margin-top: 20px;
}

.products.woocommerce .card-price-stock {
	display: none;
}

/* Layout for the custom input container */
.price-custom-inputs {
	display: flex;
	gap: 16px;
	width: 372px;
	max-width: 100%;
}

/* Make both input fields flexible and equal in width */
.price-custom-field {
	flex: 1;
}

/* Label above each input ("Від" / "До") */

.price-custom-field label {
	font-size: 14px;
	margin-bottom: 6px;
	display: block;
	color: #A6ABAF;
	font-weight: 500;
}

/* Custom styled input fields matching the Figma design */
.price-custom-field input {
	width: 100%;
	padding: 16px 15px;
	border-radius: 15px;
	border: none;
	font-size: 15px;
	height: 50px;
	background: var(--Color-Gray-50, #EEF3F4);

}

/* Blue action button (Готово) */
.price-apply-btn {
	width: 100%;
	background: #0cadff;
	color: #fff;
	padding: 14px;
	border-radius: 16px;
	font-size: 18px;
	border: none;
	margin-top: 8px;
	cursor: pointer;
	text-align: center;
}

.pm-inputs-title {
	color: var(--Basic-Text-Default, #000608);
	color: var(--Basic-Text-Default, color(display-p3 0.0004 0.0227 0.0302));
	font-family: var(--Static-Title-Medium-Font, Roboto);
	font-size: var(--Static-Title-Medium-Size, 16px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--Static-Title-Medium-Line-Height, 24px);
	letter-spacing: var(--Static-Title-Medium-Tracking, 0.15px);
}

.mob-catalog-menu.open.active .brx-submenu-toggle span {
	color: #0CADFF;
}

.mob-catalog-menu.open.active .brx-submenu-toggle button svg path,
.mob-catalog-menu.open.active .brx-submenu-toggle button svg rect {
	fill: #0CADFF !important;
}

.mob-catalog-menu .menu-panel {
	display: none;
}

.mob-catalog-menu .menu-panel.active {
	display: block;
}

.mob-catalog-menu .menu-left-item.active {
	color: var(--primary);
}

.mob-catalog-menu .catalog-column {
	width: 100%;
}

.mob-catalog-menu .menu-panel {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	background: #fff;
	z-index: 10;
	padding-bottom: 40px;
}


.mob-catalog-menu .menu-panel.active {
	display: block;
}

.mob-catalog-menu {
	position: relative;
}

.mob-catalog-menu .menu-panel {
	transform: translateX(100%);
	transition: transform .25s ease;
}

.mob-catalog-menu .menu-panel.active {
	transform: translateX(0);
}

#brxe-puqane {
	z-index: 999999999 !important;
	isolation: isolate;
	/* Критично! */
}

.mob-catalog-menu .menu-left-item a::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url('/wp-content/uploads/2025/10/right-arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	flex-shrink: 0;
}

#customer_login h2 {
	color: var(--Basic-Text-Default, #000608);
	color: var(--Basic-Text-Default, color(display-p3 0.0004 0.0227 0.0302));
	text-align: center;
	font-family: var(--Static-Headline-Small-Font, Roboto);
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: var(--Static-Headline-Small-Line-Height, 32px);
	letter-spacing: var(--Static-Headline-Small-Tracking, 0);
}

#customer_login p {
	color: var(--Basic-Text-Secondary, #A6ABAF);
	color: var(--Basic-Text-Secondary, color(display-p3 0.6588 0.6706 0.6863));
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 19.5px */
}

.select2-selection,
#customer_login input {
	display: flex;
	align-items: center !important;
	gap: 10px !important;
	align-self: stretch !important;
	border-radius: 15px !important;
	background: #EFF3F4 !important;
	border: none !important;
}

.select2-selection,
#customer_login input {
	display: flex;
	align-items: center !important;
	gap: 10px !important;
	align-self: stretch !important;
	border-radius: 15px !important;
	background: #EFF3F4 !important;
	border: none !important;
}

/* Disable focus outline & border for Select2 */
.select2-selection,
.select2-selection:focus,
.select2-selection:active,
.select2-selection:hover {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}

/* Disable focus outline & border for login/register inputs */
#customer_login input,
#customer_login input:focus,
#customer_login input:active,
#customer_login input:hover {
	outline: none !important;

}

.brx-popup-content .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
	margin-top: 15px;
}

.brx-popup-content .xoo-ml-low-back.button.btn {
	display: none;
}

button.button.btn.xoo-ml-login-otp-btn,
.brx-popup-content .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
	width: 100%;
}

.xoo-ml-otp-input-cont {
	display: flex;
	justify-content: center;
}

.woocommerce-form.woocommerce-form-register.register {
	border: none;
}

body.page-id-11 #customer_login form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 30px;
	padding: 30px;
}

.select2-selection__arrow {
	display: none;
}

#select2-xoo-ml-reg-phone-cc-fx-container,
#select2-xoo-ml-reg-phone-cc-dz-container {
	color: var(--Basic-Text-Default, color(display-p3 0.0004 0.0227 0.0302));
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.36px;
}

.xoo-ml-phone-input {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.36px;
}

/*#customer_login .u-column2.col-2 form p:not(:last-child) {
  display: none;
} */
.woocommerce-privacy-policy-text {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-top: 15px;
}

.accept_terms_and_conditions a::before {
	content: "";
	width: 18px;
	height: 18px;
	background-image: url('/wp-content/uploads/2025/11/check-green.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 5px;
}

.accept_terms_and_conditions input {
	display: none !important;
}

.custom-privacy-text {
	color: var(--Basic-Text-Secondary, #A6ABAF);
	color: var(--Basic-Text-Secondary, color(display-p3 0.6588 0.6706 0.6863));
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.cart-inner-txt span {
	color: var(--Color-Blue-700, #00B3FF);
	color: var(--Color-Blue-700, color(display-p3 0.0471 0.6784 1));
}

.cart_item * {
	border: none !important;
}

.cart_item .quantity {
	display: flex;
	width: 100px;
	justify-content: space-between;
	align-items: center;
}

.cart_item .quantity .action {
	border-radius: 7px;
	background: var(--Button-Transparent-Active, #EEF3F4);
	display: flex;
	width: 30px;
	padding: 7px 5px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.cart_item .quantity input {
	font-size: 14px;
}

.woocommerce-Price-amount.amount {
	font-weight: 500;
}

.woocommerce-checkout .shop_table td,
.woocommerce-checkout .shop_table th,
.woocommerce-cart .shop_table td,
.woocommerce-cart .shop_table th {
	padding: 7.5px 10px;
	vertical-align: top;
}

.woocommerce-checkout .shop_table td.product-remove,
.woocommerce-cart .shop_table td.product-remove {
	vertical-align: middle;
}

button[name="update_cart"] {
	display: none;
}

.variation-line {
	display: flex;
	gap: 13px;
	color: var(--Basic-Text-Secondary, #A6ABAF);
	margin-top: 5px;
}

.variation-line .variation-item {
	position: relative;
}

.variation-line .variation-item:not(:first-child)::before {
	content: "";
	position: absolute;
	left: -7px;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/2025/11/separator.svg");
	height: 3px;
	width: 3px;
}

.woocommerce-checkout .product-thumbnail,
.woocommerce-cart .product-thumbnail {
	width: 160px;
}

.woocommerce-cart-form__cart-item td.product-quantity,
.woocommerce-cart-form__cart-item td.product-subtotal {
	width: 1%;
	white-space: nowrap;
	/* prevents wrapping */
	text-align: right;
	vertical-align: top;
	/* aligns with the top if height differs */
	padding-right: 30px;
	/* optional: align even closer */
}

.woocommerce-cart-form__contents {
	table-layout: auto !important;
}

.woocommerce-cart-form__cart-item td.product-subtotal {
	padding-top: 15px !important;
}

.shop_table.woocommerce-checkout-review-order-table {
	display: none;
}

#billing_country_field,
#shipping_country_field,
.woocommerce-additional-fields__field-wrapper,
.payment_box.payment_method_morkva-monopay,
.checkout.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
.form-row.place-order #place_order,
.checkout.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-shipping-fields {
	display: none !important;
}

#ship-to-different-address {
	display: none !important;
}

.woocommerce-checkout #customer_details {
	gap: 30px;
}

.fk-place-order-btn {
	min-width: 100%;
	height: 50px;
}

.woocommerce-checkout-payment {
	border: none;
}

#payment {
	width: 100%;
}

.woocommerce-checkout #payment {
	padding: 0;
	margin-top: 15px;
}

.cart-inner-block .woocommerce-billing-fields {
	margin-top: 15px;
}

#mrkv_ua_shipping_nova-poshta_fields label {
	display: none;
}

#mrkv_ua_shipping_nova-poshta-shipping-info {
	display: flex;
	gap: 2.5px;
}

.woocommerce-additional-fields,
#mrkv_ua_shipping_nova-poshta_warehouse_field,
#mrkv_ua_shipping_nova-poshta_city_field {
	width: 100%;
}

#mrkv_ua_shipping_nova-poshta_warehouse_field,
#mrkv_ua_shipping_nova-poshta_city_field {
	display: flex;
	height: 50px;
	padding: 16px 0; 
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	border-radius: 15px;
	background: var(--Color-Gray-50, #EEF3F4);
}
#mrkv_ua_shipping_nova-poshta_warehouse_field .select2-selection,
#mrkv_ua_shipping_nova-poshta_city_field .select2-selection {
	padding: 0 15px; 
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: var(--Basic-Text-Secondary, #A6ABAF);
}

.woocommerce-additional-fields .woocommerce-input-wrapper {
	width: 100%;
}

/* -----------------------------
   SELECT2 CUSTOM STYLING (Nova Poshta)
   ----------------------------- */


/* Hide default arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none !important;
}

/* -----------------------------
   DROPDOWN MENU
   ----------------------------- */

.select2-dropdown {
	border: none !important;
	border-radius: 15px !important;
	background: #EFF4F7 !important;
	padding: 10px;
	overflow: hidden !important;
}

/* Search field inside dropdown */
.select2-search--dropdown .select2-search__field {
	background: #fff !important;
	border: 1px solid #DCE3E9 !important;
	border-radius: 15px !important;
	padding: 10px 14px !important;
	margin: 10px 0 !important;
}

/* Options list */
.select2-results__option {
	padding: 12px 16px !important;
	font-size: 16px !important;
	border-radius: 15px !important;
	margin: 2px 8px !important;
}

/* Hover state */
.select2-results__option--highlighted {
	background: #00B0FF !important;
	color: white !important;
}

/* Selected state */
.select2-results__option[aria-selected="true"] {
	background: #00B0FF !important;
	color: white !important;
}

/* -----------------------------
   SCROLLBAR
   ----------------------------- */

.select2-results__options {
	scrollbar-width: thin;
	scrollbar-color: #00B0FF #DDE4EA;
}

.select2-results__options::-webkit-scrollbar {
	width: 6px;
}

.select2-results__options::-webkit-scrollbar-track {
	background: #DDE4EA;
	border-radius: 10px;
}

.select2-results__options::-webkit-scrollbar-thumb {
	background: #00B0FF;
	border-radius: 10px;
}

/* Remove default outline */
.select2-search__field {
	outline: none !important;
	box-shadow: none !important;
}

/* Custom blue outline on focus */
.select2-search__field:focus {
	border-color: #00B0FF !important;
	background: #fff !important;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields label {
	display: none;
}

.cart-inner-block .woocommerce-billing-fields input {
	height: 50px;
	padding: 16px 15px;
	border-radius: 15px;
	background: var(--Color-Gray-50, #EEF3F4);
	border: none;
}

/* ------------------------------------------
   GLOBAL INPUT FOCUS OUTLINE (Brand Color)
   Applies to all input/textarea fields
   ------------------------------------------ */

/* Remove ugly browser focus */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
textarea {
	outline: none !important;
	box-shadow: none !important;
	border: 1px solid #DCE3E9 !important;
	/* Neutral border */
	transition: all 0.2s ease;
}

/* Brand focus state */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="time"]:focus,
textarea:focus {
	border-color: #00B0FF !important;
	outline: 1px solid #00B0FF !important;
	background: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.woocommerce-billing-fields input::placeholder {
	color: #A6ABA0;
}

.woocommerce-billing-fields__field-wrapper {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}

.woocommerce-billing-fields__field-wrapper p {
	width: 100%;
}

.order-shortcode span.blue {
	color: var(--Color-Blue-700, #00B3FF);
	margin-left: 6px;
}

.woocommerce-mini-cart__buttons.buttons .button.wc-forward:not(.checkout) {
	display: none;
}

.button.checkout.wc-forward {
	height: 40px;
}

.woocommerce-account fieldset {
	display: none;
}

.woocommerce-MyAccount-navigation {
	display: none;
}

.account-container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.account-block {
	background-color: var(--bricks-color-eyojhh);
	border-radius: 20px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
}

.account-heading {
	color: var(--Basic_Text--Default);
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0px;
	margin-bottom: 20px;
}

.woocommerce-account .account-container input,
.woocommerce-account .account-container .select2-selection.select2-selection--single {
	height: 50px;
	padding: 16px 15px;
	border-radius: 15px;
	background: var(--Color-Gray-50, #EEF3F4);
	border: none;
}

.woocommerce-account .select2-selection.select2-selection--single {
	pointer-events: none;
}

.account-block label {
	display: none;
}

#account_display_name_description {
	margin-top: 10px;
	display: block;
	color: #9f9f9f;
}

.form-row-third {
	width: 33.33%;
	float: left;
	padding-right: 15px;
	box-sizing: border-box;
}

.form-row-third:last-child {
	padding-right: 0;
}

.quantity input {
	border: none !important;
}

.woocommerce-cart-form tbody tr {
	border: none;
}

.woocommerce-NoticeGroup div ul {
	border-radius: 20px !important;
	margin-bottom: 20px;
}

.woocommerce-message {
	border-radius: 20px !important;
}

.woocommerce-cart-form tbody td::before,
.woocommerce-cart-form tbody th::before {
	display: none !important;
}

.restore-item {
	border-radius: 18px;
}

.woocommerce-info {
	border-radius: 14px;
}

.xoo-ml-notice div {
	border-radius: 12px;
}

.woocommerce-billing-fields {
	width: 100%;
}

.lwp_login_overlay {
	display: none;
}

.lh1 {
	color: var(--Basic-Text-Default, #000608);
	color: var(--Basic-Text-Default, color(display-p3 0.0004 0.0227 0.0302));
	text-align: center;
	font-family: var(--Static-Headline-Small-Font, Roboto);
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: var(--Static-Headline-Small-Line-Height, 32px);
	letter-spacing: var(--Static-Headline-Small-Tracking, 0);
}

.submit_button.auth_phoneNumber {
	color: #FFF;
	font-family: var(--Static-Label-Large-Font, Roboto);
	font-size: var(--Static-Label-Large-Size, 14px);
	font-style: normal;
	font-weight: 500;
	line-height: var(--Static-Label-Large-Line-Height, 20px);
	letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
	display: flex;
	height: 45px;
	padding: 5px 50px;
	justify-content: center;
	align-items: center;
	gap: 7px;
	align-self: stretch;
	border-radius: 15px;
	background: var(--Button-Blue-Default, #00B3FF);
	background: var(--Button-Blue-Default, color(display-p3 0.0471 0.6784 1));
	border: none;
}

.submit_button.lwp_didnt_r_c {
	color: #00B3FF!important;
	font-family: var(--Static-Label-Large-Font, Roboto);
	font-size: var(--Static-Label-Large-Size, 14px);
	font-style: normal;
	font-weight: 500;
	line-height: var(--Static-Label-Large-Line-Height, 20px);
	letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
	display: flex;
	height: 45px;
	padding: 5px 50px;
	justify-content: center;
	align-items: center;
	gap: 7px;
	align-self: stretch;
	border-radius: 15px;
	background: var(--Button-Blue-Default, #E9FBFF)!important;
	border: none!important;
}

.accept_terms_and_conditions_text {
	color: var(--Basic-Text-Secondary, #A6ABAF);
	color: var(--Basic-Text-Secondary, color(display-p3 0.6588 0.6706 0.6863));
	font-size: 13px;
	font-style: normal;
	line-height: 150%;
	font-weight: 500;
}

.lwp_labels {
	display: none !important;
}

#lwp_phone,
#lwp_scode {
	display: flex !important;
	padding: 16px 15px !important;
	padding-left: 15px !important;
	align-items: center !important;
	gap: 10px !important;
	align-self: stretch !important;
	border-radius: 15px;
	background: #EFF3F4;
	background: color(display-p3 0.9412 0.9529 0.9569);
	height: 50px !important;
}

.iti__selected-flag {
	display: none !important;
}

.ajax-auth a.close {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	background-image: url('/wp-content/uploads/2025/11/close-gray.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	overflow: hidden;
	color: transparent;
	border: none;
}

#lwp_login,
#lwp_activate {
	width: 430px !important;
	padding: 36px 30px;
	max-width: 90% !important;
	border-radius: 15px;
}

.ajax-auth .lh1 {
	color: var(--Basic-Text-Default, #000608);
	color: var(--Basic-Text-Default, color(display-p3 0.0004 0.0227 0.0302));
	text-align: center;
	font-family: var(--Static-Headline-Small-Font, Roboto);
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: var(--Static-Headline-Small-Line-Height, 32px);
	letter-spacing: var(--Static-Headline-Small-Tracking, 0);
	margin: 0;
}

.accept_terms_and_conditions {
	order: 6;
	position: relative;
}

.lwp-form-box {
	margin-top: 25px;
}

.submit_button.auth_phoneNumber {
	margin-top: 15px;
}

.accept_terms_and_conditions {
	clear: both;
	margin-top: 18px;
	margin-bottom: 0;
}

.ajax-auth .lwp_line {
	display: none;
}

.accept_terms_and_conditions_text {
	display: block;
	margin-left: 30px;
}

#lwp_phone {
	padding-left: 68px !important;
}

input.lwp_username::placeholder {
	color: var(--Basic-Text-Secondary, #A6ABAF) !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.36px;
}

.iti__flag-container {
	position: relative;
}

.iti__flag-container::before {
	content: "+380";
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	color: #000;
	pointer-events: none;
	z-index: 9;
}

input.lwp_username {
	font-size: 18px !important;
	font-weight: 600 !important;
	font-family: 'Roboto', sans-serif !important;
	color: #000 !important;
}

form#lwp_login p.status,
#lwp_activate p.status {
	position: absolute;
	margin: 0;
	position: absolute;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
}

#lwp_scode {
	margin-bottom: 15px !important;
	margin-top: 25px;
	font-size: 18px;
    font-weight: 600;
}

#lwp_activate::before {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	left: 10px;
	top: 10px;
	background-image: url("/wp-content/uploads/2025/12/back.svg");
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.lwp_bottom_activation, .submit_button.auth_secCode {
	display: none!important;
}

.select2-selection span {
	white-space: normal !important;
	word-break: break-word;
}

input[type="radio"] {
	accent-color: #0cadff;
}

.checkout.woocommerce-checkout label {
	color: var(--Basic-Text-Default, #000608);
	color: var(--Basic-Text-Default, color(display-p3 0.0004 0.0227 0.0302));
	font-family: var(--Static-Body-Medium-Font, Roboto);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: var(--Static-Body-Medium-Line-Height, 20px);
	letter-spacing: var(--Static-Body-Medium-Tracking, 0.25px);
}

.brxe-woocommerce-mini-cart .cart-detail .total {
	border-color: #eee;
}

.remove.remove_from_cart_button {
	font-size: 0px;
}

.remove.remove_from_cart_button::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/wp-content/uploads/2025/10/trash.svg') no-repeat center / contain;
}

.checkout.woocommerce-checkout #billing_email_field {
	display: none;
}

.btn-save {
	display: flex;
	height: 45px;
	padding: 5px 50px;
	justify-content: center;
	align-items: center;
	gap: 7px;
	border-radius: 15px;
}

/* Wrapper for the display version of the fields */
.billing-display-block, .account-view-block {
	display: flex;
	padding: 16px 15px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 15px;
	background: var(--Color-Gray-50, #EEF3F4);
	background: var(--Color-Gray-50, color(display-p3 0.9412 0.9529 0.9569));
	justify-content: space-between;
	align-items: center;
}

.billing-display-left .billing-text:first-child {
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
}

.billing-display-left .billing-text:last-child {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: var(--Basic-Text-Secondary, #A6ABAF);
}

/* Left side with name + phone */
.billing-display-left {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

/* Right side with edit button */
.billing-display-right {
	display: flex;
	align-items: flex-start;
}

.billing-text {
	font-size: 16px;
	color: #000;
}

/* Hidden inputs default */
.woocommerce-billing-fields .billing-field {
	display: none;
}

/* Edit mode – show inputs, hide display block */
.woocommerce-billing-fields.edit-mode .billing-display-block {
	display: none;
}

.button.btn-edit-billing-save, .button.account-save-btn {
	height: 45px;
	padding: 5px 50px;
}

.woocommerce-billing-fields.edit-mode .billing-field {
	display: block;
}

.btn-edit-billing-top, .account-edit-btn {
	color: var(--Color-Blue-700, #00B3FF);
	color: var(--Color-Blue-700, color(display-p3 0.0471 0.6784 1));
	font-family: var(--Static-Label-Large-Font, Roboto);
	font-size: var(--Static-Label-Large-Size, 14px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--Static-Label-Large-Line-Height, 20px);
	letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
	background: no-repeat;
}

/* Smooth toggle animation */
.smooth-toggle {
	overflow: hidden;
	transition: opacity 0.25s ease, max-height 0.25s ease;
	opacity: 1;
	max-height: 800px;
	/* enough space */
}

.smooth-hidden {
	opacity: 0;
	max-height: 0;
}

.account-block .grid-3 {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}

.account-block .grid-3 p {
	width: 100%;
}

.account-block .grid-2 {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}

.osob .account-view-left {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; 
}

.osob .account-view-text[data-for-input="account_first_name"], .osob .account-view-text[data-for-input="account_last_name"], .account-view-text[data-for-input="account_display_name"], .account-view-text[data-for-input="shipping_address_1"] {
  display: flex;
  font-weight: 500;
  gap: 5px;
}

.osob .account-view-text[data-for-input="account_billing_phone"], .account-view-text[data-for-input="shipping_city"] {
  flex-basis: 100%;
  color: var(--Basic-Text-Secondary, color(display-p3 0.6588 0.6706 0.6863));
  font-weight: 400;
}
.account-view-text[data-for-input="shipping_address_1"] {
  margin-bottom: 5px;
}
.hidden {
  display: none;
}
.woocommerce-message:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Apply ONLY to the view block that contains size fields */
.account-view-left:has([data-for-input="top_size"]) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    width: 100%;
}

/* Style each item in this specific block */
.account-view-left:has([data-for-input="top_size"]) .account-view-text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-top: 22px;
}

/* Inject titles ONLY in this block */
.account-view-left:has([data-for-input="top_size"]) .account-view-text:nth-child(1)::before {
    content: "Верх";
}

.account-view-left:has([data-for-input="top_size"]) .account-view-text:nth-child(2)::before {
    content: "Низ";
}

.account-view-left:has([data-for-input="top_size"]) .account-view-text:nth-child(3)::before {
    content: "Взуття";
}

/* Title styling */
.account-view-left:has([data-for-input="top_size"]) .account-view-text::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: #999;
    font-weight: 400;
    white-space: nowrap;
}
.account-container .account-block.change:nth-of-type(3),
.account-container .account-block.change:nth-of-type(4) {
    display: none;
}
.mob-nav-block:hover svg path {
/*  fill: #0CADFF !important; */
  color: #0CADFF !important;
}

.woosb-alert.woosb-text {
  display: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 28px;
}

.select2-container .select2-selection--single {
  white-space: nowrap;
}

.cart-inner-block {
  max-width: 100vw;
  overflow: hidden;
}
#mrkv_ua_shipping_nova-poshta-shipping-info {
  flex-wrap: wrap;
}

.logout-block {
  display: block;
  text-align: center;
}

.logout-button {
	background: #E9FBFF !important;
	color: #0CADFF !important;
	width: 207px;
	max-width: 100%;
}

.button.light:hover {
	background: #DBF7FF !important;
}

.single_add_to_cart_button {
  height: 50px;
}

.variation-gallery-slider-thumbnails .gallery-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#commentform .form-submit {
  margin-top: 20px;
}

.zoomContainer {
  z-index: 0;
}

.products-archive-widget .bricks-cart-added.added::before {
  background-image: url("/wp-content/uploads/2025/12/added.svg");
}

.brx-popup-backdrop {
    transition: none;
}

.filter-item.open .collapsed, .filter-item:not(.open) .expanded {
  display: none;
}

.filter-item.active .title {
  background: #E9FBFF !important;
}

.repeater-item [data-field-id="42a2f9"] a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
    min-height: calc(1.4em * 2);
}

.woocommerce-message .restore-item {
  display: none;
}

body.single.single-product .woocommerce-notices-wrapper {
  display: none !important;
}

/* Inputs  */
/* Inputs */
.checkout.woocommerce-checkout label {
    position: relative;
}

/* Payment method item */
.wc_payment_method {
    position: relative;
}

/* Hide native radio input */
.wc_payment_method input[type="radio"] {
    position: absolute;
    opacity: 0;
}

/* Payment label */
.wc_payment_method label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.4;
}

/* Custom radio circle */
.wc_payment_method label::before {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #A6ABAF;
    background: #A6ABAF;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

/* Checked state */
.wc_payment_method input[type="radio"]:checked + label::before {
  border-color: #0CADFF;
  background: #0CADFF;
  box-shadow: inset 0 0 0 3.5px #FFF;
}

.label.wpcvs-attribute-label::after {
  content: ":";
}

.label.wpcvs-attribute-label {
  font-weight: unset;
  color: var(--bricks-text-light);
  margin-bottom: 5px;
}

.gallery-flex-container {
  max-width: 100% !important;
  overflow: hidden;
}

.button.btn-edit-billing-save {
  margin-top: 15px;
}

.single-product-reviews .review.swiper-slide:hover {
  transform: translateY(0px)!important;
}

.star-rating span strong, .star-rating span {
  color: transparent;
}

.gallery-slide.slick-slide .image-container {
    display: flex;
    align-items: center;     /* vertical center */
    justify-content: center; /* horizontal center (по желанию) */
}

.slick-track {
  margin-left: unset;
  margin-right: unset;
}

.lightbox-container .lightbox-button {
  display: none;
}

/* === FIX: Restore page scroll broken by intl-tel-input === */

/* Allow page scroll even when iti-mobile is applied */
html body.iti-mobile {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    position: relative !important;
    width: auto !important;
    height: auto !important;
}

/* Prevent fixed body lock */
html body.iti-mobile {
    top: auto !important;
    left: auto !important;
    right: auto !important;
}

/* Keep dropdown usable */
body.iti-mobile .iti--container {
    position: fixed !important;
    pointer-events: auto !important;
}

/* Ensure dropdown itself scrolls */
body.iti-mobile .iti__country-list {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.woocommerce-account.woocommerce-edit-account article {
  min-height: 100vh;
}

.brx-popup-content {
  overflow-y: scroll;
}

em.woocommerce-review__awaiting-approval {
    padding-top: 20px;
    display: block;
}

.woosb-thumb-ori {
  display: block !important;
}

.woosb-thumb-new {
  display: none !important;
}

.woocommerce-variation p[role="alert"] {
  margin-top: 20px;
}

.single_add_to_cart_button.disabled {
  opacity: .5 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}

.asl_content {
  display: flex;
  align-items: center;
}

main {
  position: relative;
}

main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity 0.3s ease;
  z-index: 999;
}

body:has(.asl_an_fadeInDrop) main::after {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.asl_an_fadeInDrop {
  z-index: 99999;
}

input {
  font-size: 16px!important;
}

.bricks-swatch-selected {
  cursor: unset;
}