.om-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.om-grid::before, .om-grid::after { display: none; }
.om-card {
	background: #fff;
	border-radius: var(--om-radius);
	padding: 8px 8px 12px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	position: relative;
	transition: box-shadow 0.18s ease;
}
.om-card:hover { box-shadow: var(--om-shadow); }
.om-card__media { position: relative; }
.om-card__image {
	display: block;
	background: #f3f5f8;
	border-radius: 12px;
	aspect-ratio: 3 / 4;
	overflow: hidden;
}
.om-card__image img,
.om-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.om-badge {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1;
	background: var(--om-sale);
	color: #fff;
	font-weight: 800;
	font-size: 13px;
	line-height: 1;
	padding: 5px 7px;
	border-radius: 8px;
}
.om-badge--hit { background: var(--om-blue); }
.om-buy-price .om-badge { position: static; }
.om-fav {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 1;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--om-ink);
	display: grid;
	place-items: center;
	box-shadow: 0 2px 8px rgba(0, 26, 52, 0.08);
}
.om-fav .om-svg { width: 18px; height: 18px; }
.om-fav.is-on { color: var(--om-sale); }
.om-fav.is-on .om-heart { fill: currentColor; }
.om-card__body { display: flex; flex-direction: column; gap: 6px; padding: 10px 6px 0; flex: 1; }
.om-card__price .price, .om-buy-price .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 8px;
}
.om-card__price ins, .om-buy-price ins { order: 0; text-decoration: none; background: none; }
.om-card__price del, .om-buy-price del { order: 1; color: var(--om-faint); text-decoration: line-through; }
.om-card__price .amount { font-weight: 800; font-size: 20px; letter-spacing: -0.03em; }
.om-card__price del .amount, .om-buy-price del .amount { font-size: 13px; font-weight: 500; color: var(--om-faint); }
.om-card__title {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.7em;
}
.om-card__title:hover { color: var(--om-blue); }
.om-rating { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; font-weight: 600; }
.om-rating__star { color: var(--om-star); display: inline-flex; }
.om-rating__star .om-svg, .om-stars .om-svg { width: 14px; height: 14px; }
.om-rating__count, .om-rating--empty { color: var(--om-faint); font-weight: 500; }
.om-card__delivery { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--om-green); }
.om-card__delivery.is-out { color: var(--om-faint); }
.om-card__delivery .om-svg { width: 16px; height: 16px; }
.om-card__cart { margin-top: auto; padding-top: 8px; }
.om-card__cart .button, .om-stepper { width: 100%; min-height: 40px; }
.added_to_cart { display: none !important; }
.om-stepper {
	display: grid;
	grid-template-columns: 40px 1fr 40px;
	align-items: center;
	background: var(--om-blue-soft);
	color: var(--om-blue);
	border-radius: 12px;
	overflow: hidden;
	font-weight: 800;
}
.om-stepper button {
	height: 40px;
	border: 0;
	background: transparent;
	color: var(--om-blue);
	font-size: 20px;
}
.om-stepper span { text-align: center; }

.om-catalog { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 16px; align-items: start; }
.om-catalog-head { margin-bottom: 12px; }
.om-catalog-head__row { display: flex; justify-content: space-between; gap: 12px; align-items: flex-end; }
.om-catalog-title { font-size: clamp(26px, 3vw, 34px); }
.om-breadcrumbs { display: flex; flex-wrap: wrap; gap: 6px; color: var(--om-faint); font-size: 13px; margin-bottom: 8px; }
.om-breadcrumbs a:hover { color: var(--om-blue); }
.om-bc-sep { margin: 0 2px; }
.om-filter-open { display: none; }
.om-filters { display: grid; gap: 10px; }
.om-filters__head { display: none; }
.om-filter-box, .widget { background: #fff; border-radius: 16px; padding: 14px; }
.om-filter-box__title, .widget .widgettitle, .widgettitle {
	font-size: 15px;
	margin: 0 0 8px;
}
.widget ul li, .woocommerce-widget-layered-nav-list__item, .product-categories li { border-top: 1px solid var(--om-line); }
.widget ul li a, .wc-layered-nav-rating a {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	padding: 9px 0;
}
.widget ul li a:hover { color: var(--om-blue); }
.widget .count { color: var(--om-faint); }
.price_slider_wrapper .ui-slider, .widget_price_filter .price_slider {
	position: relative;
	height: 4px;
	background: #e6e9ee;
	border: 0;
	border-radius: 99px;
	margin: 18px 8px 12px;
}
.price_slider .ui-slider-range { background: var(--om-blue); height: 4px; position: absolute; }
.price_slider .ui-slider-handle {
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid var(--om-blue);
	top: -7px;
	margin-left: -9px;
}
.price_label { font-size: 13px; color: var(--om-muted); margin-bottom: 8px; }
.widget_price_filter .button { width: 100%; }

.om-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}
.om-toolbar .woocommerce-notices-wrapper { display: none; }
.woocommerce-result-count { color: var(--om-muted); margin: 0; }
.woocommerce-ordering { margin: 0; }
.woocommerce-ordering select, .orderby {
	height: 40px;
	border-radius: 12px;
	border: 0;
	background: #fff;
	padding: 0 12px;
}

.woocommerce-pagination, .om-pager .nav-links { display: flex; gap: 6px; justify-content: center; margin-top: 18px; }
.woocommerce-pagination ul { display: flex; gap: 6px; }
.page-numbers {
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border-radius: 12px;
	background: #fff;
	display: inline-grid;
	place-items: center;
	font-weight: 700;
}
.page-numbers.current, a.page-numbers:hover { background: var(--om-blue); color: #fff; }

.term-description, .page-description { color: var(--om-muted); margin-top: 6px; }

.om-pdp {
	display: grid;
	grid-template-columns: minmax(260px, 460px) minmax(0, 1fr) minmax(260px, 320px);
	gap: 20px;
	align-items: start;
}
.om-pdp__gallery {
	min-width: 0;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.om-pdp__main {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
}
.om-pdp__head {
	min-width: 0;
	background: #fff;
	border-radius: 20px;
	padding: 22px;
}
.om-pdp__tabs { min-width: 0; margin: 0; }
.om-pdp__buy {
	align-self: start;
	position: sticky;
	top: 116px;
	z-index: 2;
	background: #fff;
	border-radius: 20px;
	padding: 18px;
	box-shadow: var(--om-shadow);
}
.woocommerce-product-gallery {
	position: relative;
	float: none;
	width: 100% !important;
	max-width: 100%;
	background: #fff;
	border-radius: 20px;
	padding: 12px;
}
.woocommerce-product-gallery .flex-viewport {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	width: min(100%, calc(min(72vh, 640px) * 0.75));
	max-width: 100%;
	aspect-ratio: 3 / 4;
	height: auto;
	margin-inline: auto;
}
.woocommerce-product-gallery__wrapper {
	margin: 0;
	padding: 0;
}
.woocommerce-product-gallery__image,
.woocommerce-product-gallery__image a {
	display: block;
	width: 100%;
	margin: 0;
	background: #fff;
}
.woocommerce-product-gallery__image img,
.woocommerce-product-gallery .wp-post-image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: none;
	aspect-ratio: auto;
	object-fit: contain;
	object-position: center center;
	background: #fff;
	border-radius: 14px;
	margin: 0;
}
.woocommerce-product-gallery ol.flex-control-thumbs,
.flex-control-thumbs {
	display: flex !important;
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	gap: 8px;
	list-style: none;
	margin: 10px 0 0 !important;
	padding: 0;
	flex-wrap: nowrap !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x;
	overscroll-behavior-x: contain;
	z-index: 3;
}
.flex-control-thumbs li {
	flex: 0 0 64px !important;
	flex-shrink: 0 !important;
	width: 64px !important;
	min-width: 64px !important;
	float: none !important;
	height: 86px;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	margin: 0 !important;
}
.flex-control-thumbs img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #f3f5f8;
	border-radius: 10px;
	border: 2px solid transparent;
	cursor: pointer;
}
.flex-control-thumbs .flex-active { border-color: var(--om-blue); }
.woocommerce-product-gallery__image:not(.om-gallery-video) a { cursor: zoom-in; }
.woocommerce-product-gallery__trigger {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	white-space: nowrap !important;
}
.woocommerce-product-gallery__image.om-gallery-video {
	background: #0e141b;
}
.woocommerce-product-gallery__image.om-gallery-video video {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: none;
	aspect-ratio: auto;
	object-fit: contain;
	background: #0e141b;
	border-radius: 14px;
	margin: 0;
}
.flex-control-thumbs li.om-thumb-video { position: relative; }
.flex-control-thumbs li.om-thumb-video::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 22px;
	height: 22px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(0, 26, 52, 0.72);
	box-shadow: inset 0 0 0 6px transparent;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 7.5v9l8-4.5-8-4.5z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 8px 5px;
	background-size: 10px 12px;
}
.ozon-product-videos { display: none; }
div.product .summary { background: transparent; padding: 0; position: static; }
.product_title { font-size: clamp(24px, 3vw, 32px); line-height: 1.15; margin-bottom: 8px; }
.om-single-rating { margin-bottom: 10px; }
.om-single-rating a:hover { color: var(--om-blue); }
.om-buy-price { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 8px 0 12px; }
.om-buy-price .amount { font-size: 34px; font-weight: 800; letter-spacing: -0.04em; }
.woocommerce-product-details__short-description { color: var(--om-muted); margin-bottom: 12px; }
.om-ship { display: grid; gap: 8px; margin: 8px 0 14px; }
.om-ship__row {
	display: flex;
	gap: 10px;
	align-items: center;
	background: var(--om-bg);
	border-radius: 14px;
	padding: 10px 12px;
}
.om-ship__row .om-svg { color: var(--om-blue); }
.om-ship__row b, .om-ship__row span { display: block; }
.om-ship__row span { color: var(--om-muted); font-size: 13px; font-weight: 500; }
form.cart { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 8px 0; }
form.cart .single_add_to_cart_button, form.cart .om-buy-now { flex: 1; min-width: 140px; min-height: 52px; font-size: 16px; }
.quantity {
	display: inline-flex;
	align-items: center;
	background: var(--om-bg);
	border-radius: 12px;
	overflow: hidden;
}
.quantity .qty {
	width: 48px;
	height: 44px;
	border: 0;
	background: transparent;
	text-align: center;
	font-weight: 700;
	-moz-appearance: textfield;
}
.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.om-qty__btn { width: 36px; height: 44px; border: 0; background: transparent; font-size: 20px; color: var(--om-ink); }
table.variations { width: 100%; margin-bottom: 8px; }
table.variations th, table.variations td { display: block; text-align: left; padding: 4px 0; border: 0; font-weight: 600; }
.om-native-select { position: absolute !important; width: 1px; height: 1px; opacity: 0; }
.om-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.om-chip {
	min-height: 36px;
	padding: 0 12px;
	border-radius: 10px;
	border: 1px solid var(--om-line);
	background: #fff;
	font-weight: 600;
}
.om-chip.is-on { border-color: var(--om-blue); color: var(--om-blue); background: var(--om-blue-soft); }
.reset_variations { display: inline-block; margin-top: 6px; color: var(--om-blue); font-size: 13px; }
.om-quiet-meta { margin-top: 14px; display: grid; gap: 6px; color: var(--om-muted); font-size: 13px; }
.om-quiet-meta span, .om-quiet-meta a { color: var(--om-ink); font-weight: 600; }
.woocommerce-tabs, .related, .upsells, .cross-sells { margin: 0; min-width: 0; max-width: 100%; }
.related, .upsells, .cross-sells { margin-top: 28px; }
.woocommerce-tabs { display: flex; flex-direction: column; gap: 12px; }
.woocommerce-tabs ul.tabs {
	display: flex;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: auto;
}
.woocommerce-tabs ul.tabs::before, .woocommerce-tabs ul.tabs li::before, .woocommerce-tabs ul.tabs li::after { display: none !important; }
.woocommerce-tabs ul.tabs li {
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 10px 14px;
	border-radius: 12px;
	background: #fff;
	font-weight: 700;
	white-space: nowrap;
}
.woocommerce-tabs ul.tabs li.active a { background: var(--om-blue); color: #fff; }
.woocommerce-Tabs-panel, .woocommerce-tabs .panel {
	display: none;
	background: #fff !important;
	border-radius: 16px;
	padding: 20px !important;
	margin: 0 !important;
	min-width: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
}
.woocommerce-tabs .panel:first-of-type { display: block; }
.woocommerce-Tabs-panel img,
.woocommerce-Tabs-panel video,
.woocommerce-Tabs-panel iframe,
.woocommerce-Tabs-panel embed,
.woocommerce-product-details__short-description img,
.woocommerce-product-details__short-description video,
.woocommerce-product-details__short-description iframe {
	max-width: 100%;
	height: auto;
}
.woocommerce-Tabs-panel iframe,
.woocommerce-Tabs-panel video,
.woocommerce-product-details__short-description iframe,
.woocommerce-product-details__short-description video {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.woocommerce-Tabs-panel table { display: block; max-width: 100%; overflow-x: auto; }
.woocommerce-Tabs-panel h2 { font-size: 20px; margin-bottom: 10px; }
.woocommerce-product-attributes { width: 100%; border-collapse: collapse; }
.woocommerce-product-attributes th, .woocommerce-product-attributes td {
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid var(--om-line);
}
.woocommerce-product-attributes th { color: var(--om-muted); font-weight: 500; width: 40%; }
.related > h2, .upsells > h2, .cross-sells > h2 { font-size: 26px; margin: 8px 0 14px; }
.om-stars { display: inline-flex; gap: 2px; color: #d5dbe3; }
.om-stars .is-on { color: var(--om-star); }
p.stars { display: inline-flex; gap: 4px; }
p.stars a { font-size: 0; color: #d5dbe3; }
p.stars a::before { content: "★"; font-size: 18px; }
p.stars:hover a, p.stars.selected a { color: var(--om-star); }
#review_form_wrapper { margin-top: 16px; }
.commentlist { display: grid; gap: 12px; list-style: none; padding: 0; }
.commentlist li { list-style: none; background: var(--om-bg); border-radius: 14px; padding: 12px; }

.woocommerce-notices-wrapper:not(:has(.woocommerce-message, .woocommerce-error, .woocommerce-info, .woocommerce-NoticeGroup)) { display: none; }
.woocommerce-message, .woocommerce-error, .woocommerce-info {
	list-style: none;
	margin: 0 0 12px;
	padding: 12px 14px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid var(--om-line);
}
.woocommerce-message { background: #f1fbf4; border-color: #b7ebc9; }
.woocommerce-error { background: #fff5f7; border-color: #ffc9d6; }
.woocommerce-info { background: #f3f7ff; border-color: #c9dbff; }
.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button { margin-left: 8px; min-height: 36px; }
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-MyAccount-content .woocommerce-Message {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	max-width: 560px;
	margin: 0 0 12px;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid var(--om-line);
	border-radius: 16px;
}
.woocommerce-MyAccount-content .woocommerce-message::before,
.woocommerce-MyAccount-content .woocommerce-info::before,
.woocommerce-MyAccount-content .woocommerce-error::before { display: none; }
.woocommerce-MyAccount-content .woocommerce-message .button,
.woocommerce-MyAccount-content .woocommerce-info .button,
.woocommerce-MyAccount-content .woocommerce-error .button,
.woocommerce-MyAccount-content .woocommerce-Message .button {
	order: 2;
	margin: 0 !important;
	align-self: flex-start;
	float: none !important;
}

.input-text, select, textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input {
	width: 100%;
	min-height: 48px;
	border-radius: 12px;
	border: 1px solid transparent;
	background: var(--om-bg);
	padding: 0 14px;
}
textarea, .woocommerce form .form-row textarea { min-height: 96px; padding: 12px 14px; }
.input-text:focus, select:focus, textarea:focus { outline: none; background: #fff; border-color: var(--om-blue); box-shadow: 0 0 0 3px rgba(0, 91, 255, 0.15); }
.form-row { margin: 0 0 12px; }
.form-row label { display: block; font-weight: 600; font-size: 13px; margin-bottom: 6px; }
.required { color: var(--om-sale); }

.om-cart-layout, .wc-block-cart .wc-block-components-sidebar-layout, form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 16px;
	align-items: start;
}
.om-cart-layout__side, #order_review, .wc-block-cart__sidebar, .wc-block-checkout__sidebar {
	background: #fff;
	border-radius: 20px;
	padding: 16px;
	position: sticky;
	top: 96px;
}
table.shop_table { width: 100%; border-collapse: separate; border-spacing: 0 8px; }
table.shop_table th { text-align: left; font-size: 13px; color: var(--om-muted); }
table.shop_table td, table.shop_table th { background: #fff; border: 0; padding: 14px; }
table.shop_table td:first-child { border-radius: 16px 0 0 16px; }
table.shop_table td:last-child { border-radius: 0 16px 16px 0; }
table.shop_table img { width: 72px; height: 96px; object-fit: cover; aspect-ratio: 3 / 4; background: var(--om-bg); border-radius: 12px; }
table.shop_table .product-name a { font-weight: 650; }
table.shop_table a.remove { color: var(--om-faint) !important; font-size: 22px; }
table.shop_table a.remove:hover { color: var(--om-sale) !important; background: transparent; }
.coupon { display: flex; gap: 8px; }
.coupon .input-text { min-width: 0; }
.cart-collaterals .cart_totals h2, #order_review_heading, .wc-block-cart__totals-title { font-size: 20px; margin-bottom: 8px; }
.cart_totals table, .woocommerce-checkout-review-order-table { width: 100%; }
.cart_totals th, .cart_totals td, .woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
	background: transparent;
	padding: 8px 0;
	border-bottom: 1px solid var(--om-line);
}
.order-total .amount, .cart_totals .order-total .amount { font-size: 22px; font-weight: 800; }
.wc-proceed-to-checkout, .wc-block-cart__submit { margin-top: 12px; }
.checkout-button, #place_order, .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
	width: 100%;
	min-height: 52px;
	border-radius: 12px !important;
	background: var(--om-blue) !important;
	color: #fff !important;
	font-weight: 800 !important;
	border: 0 !important;
}
.checkout-button:hover, #place_order:hover { background: var(--om-blue-hover) !important; }
#customer_details { display: grid; gap: 12px; }
.col2-set, .col2-set .col-1, .col2-set .col-2 { float: none !important; width: 100% !important; }
#customer_details .col-1, #customer_details .col-2, .woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields {
	background: #fff;
	border-radius: 20px;
	padding: 16px 18px;
}
#order_review_heading { grid-column: 2; margin: 0; }
#customer_details { grid-column: 1; grid-row: 1 / span 4; }
#order_review { grid-column: 2; }
.woocommerce-checkout-payment { background: transparent; }
.wc_payment_methods { list-style: none; padding: 0; margin: 8px 0; display: grid; gap: 8px; }
.wc_payment_method { background: var(--om-bg); border-radius: 12px; padding: 10px 12px; }
.payment_box { margin-top: 8px; color: var(--om-muted); }

.wc-block-cart-item__image,
.wc-block-components-product-image,
.wc-block-grid__product-image {
	aspect-ratio: 3 / 4;
	overflow: hidden;
	border-radius: 12px;
	background: #f3f5f8;
}
.wc-block-cart-item__image img,
.wc-block-components-product-image img,
.wc-block-grid__product-image img {
	aspect-ratio: 3 / 4;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	background: #f3f5f8;
	border-radius: 12px;
}
.wc-block-cart, .wc-block-checkout, .wp-block-woocommerce-cart, .wp-block-woocommerce-checkout { font-family: var(--om-font); }
.wc-block-cart-items, .wc-block-components-order-summary { background: #fff; border-radius: 20px; }
.wc-block-components-product-name { font-weight: 650; color: var(--om-ink); }
.wc-block-components-product-metadata, .wc-block-components-product-badge { color: var(--om-muted); }
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value { font-size: 22px; font-weight: 800; }
.wc-block-components-quantity-selector { border-radius: 12px !important; border-color: transparent !important; background: var(--om-bg); }
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row, .wc-block-cart-items__row { border-color: var(--om-line); }
.wc-block-components-main { min-width: 0; }

.logged-in.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}
.woocommerce-MyAccount-navigation { background: #fff; border-radius: 18px; padding: 8px; }
.woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
.woocommerce-MyAccount-navigation a { display: block; padding: 12px 14px; border-radius: 12px; font-weight: 700; }
.woocommerce-MyAccount-navigation li.is-active a, .woocommerce-MyAccount-navigation a:hover { background: var(--om-blue-soft); color: var(--om-blue); }
.woocommerce-MyAccount-content, .woocommerce-form-login, .woocommerce-form-register, .woocommerce-ResetPassword {
	background: #fff;
	border-radius: 18px;
	padding: 18px;
}
body.woocommerce-account:not(.logged-in) .om-content { background: transparent; padding: 0; }
body.woocommerce-account:not(.logged-in) .u-columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 420px)); gap: 16px; justify-content: center; }
.woocommerce-orders-table, .woocommerce-table--order-details { width: 100%; border-collapse: collapse; }
.woocommerce-orders-table th, .woocommerce-orders-table td, .woocommerce-table--order-details th, .woocommerce-table--order-details td {
	text-align: left;
	padding: 10px 8px;
	border-bottom: 1px solid var(--om-line);
	background: transparent;
}
.woocommerce-MyAccount-content { overflow: visible; }
.woocommerce-MyAccount-content form,
.woocommerce-address-fields,
.woocommerce-EditAccountForm {
	max-width: 560px;
}
.woocommerce-MyAccount-content .form-row,
.woocommerce-address-fields .form-row,
.woocommerce-EditAccountForm .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0 0 12px;
}
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-address-fields button,
.woocommerce-EditAccountForm button,
.woocommerce-form-login .button,
.woocommerce-form-register .button {
	float: none !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	min-height: 48px;
	margin: 8px 0 0;
	padding: 0 18px;
	border-radius: 12px;
}
.woocommerce-Addresses {
	display: grid;
	grid-template-columns: minmax(0, 560px);
	gap: 12px;
}
.woocommerce-Address {
	float: none !important;
	width: 100% !important;
	background: #fff;
	border-radius: 16px;
	padding: 18px;
}
.woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}
.woocommerce-Address-title h3 { margin: 0; font-size: 18px; }
.woocommerce-Address-title a.edit,
.woocommerce-MyAccount-content a.button,
.woocommerce-Address .edit {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px !important;
	border-radius: 12px;
	background: var(--om-blue) !important;
	color: #fff !important;
	font-weight: 700;
	float: none !important;
}
#ship-to-different-address { display: none !important; }
.shipping_address { display: block !important; }
.woocommerce-order { background: #fff; border-radius: 20px; padding: 20px; }
.woocommerce-thankyou-order-received { font-size: 20px; font-weight: 800; }

.select2-container .select2-selection--single {
	height: 48px;
	border: 0 !important;
	background: var(--om-bg) !important;
	border-radius: 12px !important;
}
.select2-container .select2-selection__rendered { line-height: 48px !important; padding-left: 14px !important; }
.select2-container .select2-selection__arrow { height: 48px !important; }

@media (max-width: 1100px) {
	.om-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.om-pdp { grid-template-columns: minmax(220px, 380px) minmax(0, 1fr); }
	.om-pdp__buy { grid-column: 2; position: static; }
}
@media (max-width: 900px) {
	.om-catalog, div.product, .om-cart-layout, .wc-block-cart .wc-block-components-sidebar-layout, form.checkout,
	.logged-in.woocommerce-account .woocommerce {
		grid-template-columns: 1fr;
	}
	div.product .summary, .om-pdp__buy, .om-cart-layout__side, #order_review, .wc-block-cart__sidebar, .wc-block-checkout__sidebar { position: static; }
	.om-pdp { display: flex; flex-direction: column; gap: 16px; }
	.om-pdp__main { display: contents; }
	.om-pdp__gallery { order: 1; width: 100%; max-width: 100%; overflow: hidden; }
	.om-pdp__head { order: 2; }
	.om-pdp__buy { order: 3; position: static; }
	.om-pdp__tabs { order: 4; }
	.woocommerce-product-gallery {
		max-width: 100%;
		width: 100% !important;
		margin: 0;
		overflow: hidden;
	}
	.woocommerce-product-gallery .flex-viewport {
		width: min(100%, calc(min(70vh, 560px) * 0.75)) !important;
		max-width: 100%;
		max-height: min(70vh, 560px);
		aspect-ratio: 3 / 4;
		margin-inline: auto;
		overflow: hidden;
	}
	.woocommerce-product-gallery__image img,
	.woocommerce-product-gallery .wp-post-image,
	.woocommerce-product-gallery__image.om-gallery-video video {
		width: 100% !important;
		max-width: 100% !important;
		height: 100% !important;
		max-height: none !important;
		margin: 0 !important;
	}
	#order_review_heading, #customer_details, #order_review { grid-column: auto; grid-row: auto; }
	.om-grid, .om-grid--rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.om-section .om-grid--rail {
		grid-auto-flow: column;
		grid-auto-columns: minmax(168px, 46%);
		grid-template-columns: none;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-bottom: 6px;
	}
	.om-section .om-grid--rail > li { scroll-snap-align: start; }
	.om-filter-open {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		height: 40px;
		padding: 0 12px;
		border-radius: 12px;
		border: 0;
		background: #fff;
		font-weight: 700;
	}
	.om-filters {
		position: fixed;
		z-index: 70;
		inset: 0 auto 0 0;
		width: min(360px, 88vw);
		background: var(--om-bg);
		transform: translateX(-105%);
		transition: transform 0.2s ease;
		overflow: auto;
		padding: 12px;
		display: block;
	}
	.om-filters.is-open { transform: none; }
	.om-filters__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
	.om-filters__close { border: 0; background: #fff; width: 36px; height: 36px; border-radius: 10px; }
	.om-toolbar { flex-wrap: wrap; }
	table.shop_table { border-spacing: 0; }
	table.shop_table thead { display: none; }
	table.shop_table td { display: block; border-radius: 0 !important; }
	table.shop_table tr { display: block; background: #fff; border-radius: 16px; margin-bottom: 10px; overflow: hidden; }
}
@media (min-width: 721px) and (max-width: 1100px) {
	.om-pdp {
		display: grid;
		grid-template-columns: minmax(240px, 400px) minmax(0, 1fr);
		gap: 20px;
	}
	.om-pdp__main { display: flex; flex-direction: column; gap: 16px; }
	.om-pdp__gallery,
	.om-pdp__head,
	.om-pdp__buy,
	.om-pdp__tabs { order: unset; }
	.om-pdp__buy { grid-column: 2; position: static; }
	.woocommerce-product-gallery .flex-viewport {
		width: 100% !important;
		max-height: none;
	}
}
@media (min-width: 1400px) {
	.om-catalog .om-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
