body.omniblend-woocommerce {
	--ob-shop-bg: #f2f6f7;
	--ob-shop-surface: #fff;
	--ob-shop-ink: #0b1824;
	--ob-shop-muted: #65747e;
	--ob-shop-line: #dbe4e8;
	--ob-shop-blue: #1198d5;
	--ob-shop-blue-dark: #0879b4;
	--ob-shop-navy: #061623;
	background: var(--ob-shop-bg);
	color: var(--ob-shop-ink);
	font-family: var(--ob-shell-font);
}

body.omniblend-woocommerce #content {
	background:
		linear-gradient(180deg, rgba(17, 152, 213, 0.055), transparent 280px),
		var(--ob-shop-bg);
}

body.omniblend-woocommerce #content > .ast-container {
	width: min(1240px, calc(100% - 48px));
	max-width: none;
	margin-inline: auto;
	padding: 64px 0 96px;
}

body.omniblend-woocommerce a {
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.omniblend-woocommerce .woocommerce-breadcrumb {
	margin: 0 0 18px;
	color: #84939c;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.55;
	text-transform: uppercase;
}

body.omniblend-woocommerce .woocommerce-breadcrumb a {
	color: #62737d;
	text-decoration: none;
}

body.omniblend-woocommerce .woocommerce-breadcrumb a:hover,
body.omniblend-woocommerce .woocommerce-breadcrumb a:focus-visible {
	color: var(--ob-shop-blue-dark);
}

/* Catalog and category archives. */

body.omniblend-woocommerce.woocommerce.archive #content > .ast-container {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 52px;
	align-items: start;
	padding-top: 40px;
}

body.omniblend-woocommerce.woocommerce.archive #content > .ast-container::before,
body.omniblend-woocommerce.woocommerce.archive #content > .ast-container::after {
	display: none !important;
	content: none !important;
}

body.omniblend-woocommerce.woocommerce.archive #secondary,
body.omniblend-woocommerce.woocommerce.archive #primary {
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

body.omniblend-woocommerce.woocommerce.archive #secondary {
	grid-column: 1;
}

body.omniblend-woocommerce.woocommerce.archive #primary {
	grid-column: 2;
}

body.omniblend-woocommerce.woocommerce.archive #secondary .sidebar-main {
	position: sticky;
	top: 28px;
	padding: 28px;
	background: var(--ob-shop-surface);
	border: 1px solid var(--ob-shop-line);
	box-shadow: 0 18px 50px rgba(6, 22, 35, 0.06);
}

body.omniblend-woocommerce.woocommerce.archive #secondary .ast-filter-wrap {
	display: grid;
	gap: 28px;
}

body.omniblend-woocommerce.woocommerce.archive #secondary .widget {
	margin: 0;
	padding: 0;
}

body.omniblend-woocommerce.woocommerce.archive #secondary .widget_block:has(.wp-block-spacer),
body.omniblend-woocommerce.woocommerce.archive #secondary .wp-block-spacer {
	display: none;
}

body.omniblend-woocommerce.woocommerce.archive #secondary .wp-block-search__label {
	display: block;
	margin-bottom: 12px;
	color: var(--ob-shop-ink);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.omniblend-woocommerce.woocommerce.archive #secondary .wp-block-search__inside-wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	gap: 0;
}

body.omniblend-woocommerce.woocommerce.archive #secondary .wp-block-search__input {
	min-width: 0;
	height: 46px;
	padding: 0 13px;
	background: #f7f9fa;
	border: 1px solid var(--ob-shop-line);
	border-right: 0;
	border-radius: 0;
	color: var(--ob-shop-ink);
	font-size: 13px;
}

body.omniblend-woocommerce.woocommerce.archive #secondary .wp-block-search__input:focus {
	border-color: var(--ob-shop-blue);
	box-shadow: inset 3px 0 0 var(--ob-shop-blue);
}

body.omniblend-woocommerce.woocommerce.archive #secondary .wp-block-search__button {
	width: 44px;
	height: 46px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: var(--ob-shop-navy);
	border: 1px solid var(--ob-shop-navy);
	border-radius: 0;
	color: transparent;
	font-size: 0;
}

body.omniblend-woocommerce.woocommerce.archive #secondary .wp-block-search__button::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	margin: auto;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 5px 5px 0 -4px #fff;
}

body.omniblend-woocommerce.woocommerce.archive #secondary .wp-block-search__button:hover,
body.omniblend-woocommerce.woocommerce.archive #secondary .wp-block-search__button:focus-visible {
	background: var(--ob-shop-blue-dark);
	border-color: var(--ob-shop-blue-dark);
}

body.omniblend-woocommerce.woocommerce.archive #secondary .wc-block-product-categories-list {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--ob-shop-line);
	list-style: none;
}

body.omniblend-woocommerce.woocommerce.archive #secondary .wc-block-product-categories-list-item {
	margin: 0;
	border-bottom: 1px solid var(--ob-shop-line);
}

body.omniblend-woocommerce.woocommerce.archive #secondary .wc-block-product-categories-list-item a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 50px;
	padding: 8px 22px 8px 0;
	color: #41515b;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

body.omniblend-woocommerce.woocommerce.archive #secondary .wc-block-product-categories-list-item a::after {
	content: "\2197";
	position: absolute;
	right: 2px;
	color: var(--ob-shop-blue);
	font-size: 12px;
}

body.omniblend-woocommerce.woocommerce.archive #secondary .wc-block-product-categories-list-item a:hover,
body.omniblend-woocommerce.woocommerce.archive #secondary .wc-block-product-categories-list-item a:focus-visible {
	padding-left: 8px;
	color: var(--ob-shop-blue-dark);
}

body.omniblend-woocommerce.woocommerce.archive .ast-woocommerce-container {
	min-width: 0;
	padding: 0;
	background: transparent;
}

body.omniblend-woocommerce.woocommerce.archive .woocommerce-products-header {
	position: relative;
	margin-bottom: 34px;
	padding: 0 0 28px;
	border-bottom: 1px solid var(--ob-shop-line);
}

body.omniblend-woocommerce.woocommerce.archive .woocommerce-products-header::before {
	content: "Cat\00e1logo profissional";
	display: block;
	margin-bottom: 13px;
	color: var(--ob-shop-blue-dark);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

body.omniblend-woocommerce.woocommerce.archive .woocommerce-products-header__title.page-title {
	margin: 0;
	color: var(--ob-shop-ink);
	font-size: clamp(40px, 4.2vw, 62px);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

body.omniblend-woocommerce.woocommerce.archive .woocommerce-result-count {
	float: left;
	margin: 0 0 30px;
	padding: 10px 0;
	color: var(--ob-shop-muted);
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
}

body.omniblend-woocommerce.woocommerce.archive .woocommerce-ordering {
	float: right;
	margin: 0 0 30px;
}

body.omniblend-woocommerce.woocommerce.archive .woocommerce-ordering select {
	min-width: 245px;
	height: 42px;
	padding: 0 42px 0 15px;
	background-color: var(--ob-shop-surface);
	border: 1px solid var(--ob-shop-line);
	border-radius: 0;
	color: #344650;
	font-size: 12px;
	font-weight: 600;
}

body.omniblend-woocommerce.woocommerce.archive .woocommerce-ordering select:focus {
	border-color: var(--ob-shop-blue);
	box-shadow: 0 0 0 2px rgba(17, 152, 213, 0.13);
}

body.omniblend-woocommerce.woocommerce.archive ul.products,
body.omniblend-woocommerce.single-product .related ul.products {
	clear: both;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 0 !important;
	padding: 0;
}

body.omniblend-woocommerce.woocommerce.archive ul.products::before,
body.omniblend-woocommerce.woocommerce.archive ul.products::after,
body.omniblend-woocommerce.single-product .related ul.products::before,
body.omniblend-woocommerce.single-product .related ul.products::after {
	display: none !important;
}

body.omniblend-woocommerce.woocommerce.archive ul.products li.product,
body.omniblend-woocommerce.single-product .related ul.products li.product {
	float: none !important;
	display: flex;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	height: 100%;
	margin: 0 !important;
	padding: 16px;
	background: var(--ob-shop-surface);
	border: 1px solid var(--ob-shop-line);
	box-shadow: 0 12px 38px rgba(6, 22, 35, 0.035);
	overflow: hidden;
}

body.omniblend-woocommerce.woocommerce.archive ul.products li.product:hover,
body.omniblend-woocommerce.single-product .related ul.products li.product:hover {
	border-color: rgba(17, 152, 213, 0.48);
	box-shadow: 0 20px 48px rgba(6, 22, 35, 0.09);
	transform: translateY(-3px);
}

body.omniblend-woocommerce.woocommerce.archive .astra-shop-thumbnail-wrap,
body.omniblend-woocommerce.single-product .related .astra-shop-thumbnail-wrap {
	position: relative;
	flex: 0 0 auto;
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-bottom: 18px;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 44%, rgba(17, 152, 213, 0.09), transparent 57%),
		#f6f9fa;
}

body.omniblend-woocommerce.woocommerce.archive .astra-shop-thumbnail-wrap a,
body.omniblend-woocommerce.single-product .related .astra-shop-thumbnail-wrap a {
	display: block;
	width: 100%;
	height: 100%;
}

body.omniblend-woocommerce.woocommerce.archive .astra-shop-thumbnail-wrap img,
body.omniblend-woocommerce.single-product .related .astra-shop-thumbnail-wrap img {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 12px;
	object-fit: contain;
	transition: transform 240ms ease;
}

body.omniblend-woocommerce.woocommerce.archive li.product:hover .astra-shop-thumbnail-wrap img,
body.omniblend-woocommerce.single-product .related li.product:hover .astra-shop-thumbnail-wrap img {
	transform: scale(1.035);
}

body.omniblend-woocommerce.woocommerce.archive .astra-shop-summary-wrap,
body.omniblend-woocommerce.single-product .related .astra-shop-summary-wrap {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: stretch;
}

body.omniblend-woocommerce.woocommerce.archive .ast-loop-product__link,
body.omniblend-woocommerce.single-product .related .ast-loop-product__link {
	text-decoration: none;
}

body.omniblend-woocommerce.woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
body.omniblend-woocommerce.single-product .related ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	min-height: 45px;
	margin: 0 0 9px;
	overflow: hidden;
	color: var(--ob-shop-ink);
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.018em;
	line-height: 1.32;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.omniblend-woocommerce.woocommerce.archive ul.products li.product .ast-woo-product-category,
body.omniblend-woocommerce.single-product .related ul.products li.product .ast-woo-product-category {
	order: -1;
	margin: 0 0 7px;
	color: #81919a;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.omniblend-woocommerce.woocommerce.archive ul.products li.product .price,
body.omniblend-woocommerce.single-product .related ul.products li.product .price {
	min-height: 28px;
	margin: 0 0 16px;
	color: var(--ob-shop-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

body.omniblend-woocommerce.woocommerce.archive ul.products li.product .price del,
body.omniblend-woocommerce.single-product .related ul.products li.product .price del {
	margin-right: 5px;
	color: #8d9aa1;
	font-size: 11px;
	font-weight: 500;
}

body.omniblend-woocommerce.woocommerce.archive ul.products li.product .price ins,
body.omniblend-woocommerce.single-product .related ul.products li.product .price ins {
	color: var(--ob-shop-blue-dark);
	font-weight: 700;
	text-decoration: none;
}

body.omniblend-woocommerce.woocommerce.archive .ast-woo-shop-product-description,
body.omniblend-woocommerce.single-product .related .ast-woo-shop-product-description {
	display: none;
}

body.omniblend-woocommerce.woocommerce.archive ul.products li.product .button,
body.omniblend-woocommerce.single-product .related ul.products li.product .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	margin: auto 0 0;
	padding: 11px 12px;
	background: var(--ob-shop-navy);
	border: 1px solid var(--ob-shop-navy);
	border-radius: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.035em;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
}

body.omniblend-woocommerce.woocommerce.archive ul.products li.product .button:hover,
body.omniblend-woocommerce.woocommerce.archive ul.products li.product .button:focus-visible,
body.omniblend-woocommerce.single-product .related ul.products li.product .button:hover,
body.omniblend-woocommerce.single-product .related ul.products li.product .button:focus-visible {
	background: var(--ob-shop-blue-dark);
	border-color: var(--ob-shop-blue-dark);
	color: #fff;
}

body.omniblend-woocommerce.woocommerce.archive ul.products li.product .added_to_cart,
body.omniblend-woocommerce.single-product .related ul.products li.product .added_to_cart {
	margin-top: 8px;
	color: var(--ob-shop-blue-dark);
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

body.omniblend-woocommerce .onsale,
body.omniblend-woocommerce .yith-wcbm-badge {
	background: var(--ob-shop-blue-dark) !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 9px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.omniblend-woocommerce.woocommerce.archive .woocommerce-pagination {
	margin-top: 46px;
	text-align: left;
}

body.omniblend-woocommerce.woocommerce.archive .woocommerce-pagination ul.page-numbers {
	display: flex;
	gap: 7px;
	margin: 0;
	padding: 0;
	border: 0;
}

body.omniblend-woocommerce.woocommerce.archive .woocommerce-pagination ul.page-numbers li {
	border: 0;
}

body.omniblend-woocommerce.woocommerce.archive .woocommerce-pagination .page-numbers li > span,
body.omniblend-woocommerce.woocommerce.archive .woocommerce-pagination .page-numbers li > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	background: #fff;
	border: 1px solid var(--ob-shop-line);
	color: var(--ob-shop-ink);
	font-size: 12px;
	font-weight: 700;
}

body.omniblend-woocommerce.woocommerce.archive .woocommerce-pagination .page-numbers li > span.current,
body.omniblend-woocommerce.woocommerce.archive .woocommerce-pagination .page-numbers li > a:hover,
body.omniblend-woocommerce.woocommerce.archive .woocommerce-pagination .page-numbers li > a:focus-visible {
	background: var(--ob-shop-navy);
	border-color: var(--ob-shop-navy);
	color: #fff;
}

/* Product details. */

body.omniblend-woocommerce.single-product #content > .ast-container {
	padding-top: 40px;
}

body.omniblend-woocommerce.single-product #primary {
	width: 100%;
	margin: 0;
	padding: 0;
}

body.omniblend-woocommerce.single-product .ob-product-main {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
	gap: 56px;
	align-items: start;
	min-width: 0;
}

body.omniblend-woocommerce.single-product div.product::before,
body.omniblend-woocommerce.single-product div.product::after {
	display: none;
}

body.omniblend-woocommerce.single-product div.product .woocommerce-product-gallery,
body.omniblend-woocommerce.single-product div.product .summary,
body.omniblend-woocommerce.single-product div.product .woocommerce-tabs,
body.omniblend-woocommerce.single-product div.product .related.products,
body.omniblend-woocommerce.single-product div.product .upsells.products {
	float: none;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	margin: 0;
}

body.omniblend-woocommerce.single-product div.product .woocommerce-product-gallery {
	grid-column: 1;
	grid-row: 1;
	padding: 28px;
	background: var(--ob-shop-surface);
	border: 1px solid var(--ob-shop-line);
	box-shadow: 0 22px 60px rgba(6, 22, 35, 0.06);
}

body.omniblend-woocommerce.single-product .woocommerce-product-gallery__trigger {
	top: 18px;
	right: 18px;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	background: var(--ob-shop-navy);
	border-radius: 50%;
	color: #fff;
}

body.omniblend-woocommerce.single-product .woocommerce-product-gallery__trigger:hover,
body.omniblend-woocommerce.single-product .woocommerce-product-gallery__trigger:focus-visible {
	background: var(--ob-shop-blue-dark);
}

body.omniblend-woocommerce.single-product .woocommerce-product-gallery__wrapper,
body.omniblend-woocommerce.single-product .woocommerce-product-gallery__image,
body.omniblend-woocommerce.single-product .woocommerce-product-gallery__image a {
	background: #fff;
}

body.omniblend-woocommerce.single-product .woocommerce-product-gallery__image img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

body.omniblend-woocommerce.single-product .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 9px;
	margin: 18px 0 0;
	padding: 0;
}

body.omniblend-woocommerce.single-product .flex-control-thumbs li {
	float: none;
	width: 100% !important;
	margin: 0;
}

body.omniblend-woocommerce.single-product .flex-control-thumbs img {
	width: 100% !important;
	aspect-ratio: 1 / 1;
	padding: 3px;
	background: #f7f9fa;
	border: 1px solid transparent;
	object-fit: cover;
	opacity: 0.62;
}

body.omniblend-woocommerce.single-product .flex-control-thumbs img.flex-active,
body.omniblend-woocommerce.single-product .flex-control-thumbs img:hover {
	border-color: var(--ob-shop-blue);
	opacity: 1;
}

body.omniblend-woocommerce.single-product div.product .summary {
	position: sticky;
	top: 28px;
	grid-column: 2;
	grid-row: 1 / span 2;
	padding: 46px;
	background: var(--ob-shop-navy);
	color: #dce7ec;
	box-shadow: 0 24px 70px rgba(6, 22, 35, 0.14);
}

body.omniblend-woocommerce.single-product .summary .woocommerce-breadcrumb {
	color: #8095a1;
}

body.omniblend-woocommerce.single-product .summary .woocommerce-breadcrumb a {
	color: #b8cad3;
}

body.omniblend-woocommerce.single-product .summary .single-product-category {
	display: block;
	margin-bottom: 14px;
}

body.omniblend-woocommerce.single-product .summary .single-product-category a {
	color: #60c8f5;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
}

body.omniblend-woocommerce.single-product .summary .product_title {
	margin: 0 0 22px;
	color: #fff;
	font-size: clamp(38px, 4.1vw, 58px);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 1.02;
}

body.omniblend-woocommerce.single-product .summary .price {
	margin: 0 0 18px;
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.2;
}

body.omniblend-woocommerce.single-product .summary .price del {
	color: #8296a1;
	font-size: 15px;
	font-weight: 500;
}

body.omniblend-woocommerce.single-product .summary .price ins {
	color: #60c8f5;
	text-decoration: none;
}

body.omniblend-woocommerce.single-product .woocommerce-product-details__short-description {
	margin: 0 0 24px;
	color: #c6d5dc;
	font-size: 14px;
	line-height: 1.6;
}

body.omniblend-woocommerce.single-product .woocommerce-product-details__short-description p {
	margin: 0;
}

body.omniblend-woocommerce.single-product .woocommerce-product-details__short-description strong {
	display: inline-block;
	padding: 7px 10px;
	background: rgba(96, 200, 245, 0.11);
	border: 1px solid rgba(96, 200, 245, 0.32);
	color: #8bd9fb;
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.omniblend-woocommerce.single-product div.product form.cart {
	display: flex;
	align-items: stretch;
	gap: 10px;
	margin: 0 0 25px;
	padding: 0 0 25px;
	border-bottom: 1px solid rgba(219, 229, 234, 0.18);
}

body.omniblend-woocommerce.single-product div.product form.cart::before,
body.omniblend-woocommerce.single-product div.product form.cart::after {
	display: none;
}

body.omniblend-woocommerce.single-product div.product form.cart .quantity {
	float: none;
	margin: 0;
}

body.omniblend-woocommerce.single-product div.product form.cart .qty {
	width: 62px;
	height: 52px;
	padding: 0 8px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 0;
	color: #fff;
	font-weight: 700;
}

body.omniblend-woocommerce.single-product div.product form.cart .qty:focus {
	border-color: #60c8f5;
}

body.omniblend-woocommerce.single-product div.product form.cart .single_add_to_cart_button,
body.omniblend-woocommerce.single-product div.product form.cart .button {
	min-height: 52px;
	margin: 0;
	padding: 13px 25px;
	background: var(--ob-shop-blue);
	border: 1px solid var(--ob-shop-blue);
	border-radius: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

body.omniblend-woocommerce.single-product div.product form.cart .single_add_to_cart_button:hover,
body.omniblend-woocommerce.single-product div.product form.cart .single_add_to_cart_button:focus-visible,
body.omniblend-woocommerce.single-product div.product form.cart .button:hover,
body.omniblend-woocommerce.single-product div.product form.cart .button:focus-visible {
	background: #fff;
	border-color: #fff;
	color: var(--ob-shop-navy);
}

body.omniblend-woocommerce.single-product .summary .product_meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	padding: 0;
	border: 0;
	color: #8fa3ad;
	font-size: 11px;
	line-height: 1.6;
}

body.omniblend-woocommerce.single-product .summary .product_meta a {
	color: #dce7ec;
	font-weight: 600;
}

body.omniblend-woocommerce.single-product div.product .woocommerce-tabs {
	grid-column: 1;
	grid-row: 2;
	max-width: 100%;
}

body.omniblend-woocommerce.single-product div.product .related.products,
body.omniblend-woocommerce.single-product div.product .upsells.products {
	grid-column: 1 / -1;
}

body.omniblend-woocommerce.single-product div.product .woocommerce-tabs {
	margin-top: 18px;
	padding: 44px 50px 50px;
	background: var(--ob-shop-surface);
	border: 1px solid var(--ob-shop-line);
}

body.omniblend-woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 28px;
	margin: 0 0 34px;
	padding: 0 0 16px;
	overflow-x: auto;
	border-bottom: 1px solid var(--ob-shop-line);
}

body.omniblend-woocommerce.single-product div.product .woocommerce-tabs ul.tabs::before,
body.omniblend-woocommerce.single-product div.product .woocommerce-tabs ul.tabs li::before,
body.omniblend-woocommerce.single-product div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

body.omniblend-woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
	position: relative;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

body.omniblend-woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
	padding: 0;
	color: #788892;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	white-space: nowrap;
	text-transform: uppercase;
}

body.omniblend-woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active a,
body.omniblend-woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a:hover,
body.omniblend-woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a:focus-visible {
	color: var(--ob-shop-blue-dark);
}

body.omniblend-woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active::after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: -17px;
	left: 0;
	height: 3px;
	background: var(--ob-shop-blue);
}

body.omniblend-woocommerce.single-product .woocommerce-Tabs-panel {
	max-width: 900px;
	margin: 0;
	color: #53636c;
	font-size: 15px;
	line-height: 1.8;
}

body.omniblend-woocommerce.single-product .woocommerce-Tabs-panel > :first-child {
	margin-top: 0;
}

body.omniblend-woocommerce.single-product .woocommerce-Tabs-panel > :last-child {
	margin-bottom: 0;
}

body.omniblend-woocommerce.single-product .woocommerce-Tabs-panel p,
body.omniblend-woocommerce.single-product .woocommerce-Tabs-panel li {
	color: inherit;
	font-size: inherit;
	font-weight: 500;
}

body.omniblend-woocommerce.single-product .woocommerce-Tabs-panel li {
	margin-bottom: 8px;
}

body.omniblend-woocommerce.single-product .shop_attributes {
	border: 1px solid var(--ob-shop-line);
}

body.omniblend-woocommerce.single-product .shop_attributes th,
body.omniblend-woocommerce.single-product .shop_attributes td {
	padding: 13px 16px;
	border-color: var(--ob-shop-line);
	font-size: 13px;
}

body.omniblend-woocommerce.single-product div.product .related.products,
body.omniblend-woocommerce.single-product div.product .upsells.products {
	margin-top: 12px;
	padding-top: 38px;
	border-top: 1px solid var(--ob-shop-line);
}

body.omniblend-woocommerce.single-product .related.products > h2,
body.omniblend-woocommerce.single-product .upsells.products > h2 {
	margin: 0 0 28px;
	color: var(--ob-shop-ink);
	font-size: clamp(32px, 3vw, 44px);
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.04;
}

body.omniblend-woocommerce.single-product .stock {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.omniblend-woocommerce.single-product .stock.in-stock {
	color: #72d8a0;
}

body.omniblend-woocommerce.single-product .stock.out-of-stock {
	color: #ff9a8f;
}

@media (max-width: 1100px) {
	body.omniblend-woocommerce.woocommerce.archive #content > .ast-container {
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 34px;
	}

	body.omniblend-woocommerce.woocommerce.archive #secondary .sidebar-main {
		padding: 21px;
	}

	body.omniblend-woocommerce.woocommerce.archive ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.omniblend-woocommerce.single-product .ob-product-main {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
		gap: 34px;
	}

	body.omniblend-woocommerce.single-product div.product .summary {
		padding: 34px;
	}
}

@media (max-width: 921px) {
	body.omniblend-woocommerce #content > .ast-container {
		width: min(100% - 40px, 720px);
		padding: 34px 0 72px;
	}

	body.omniblend-woocommerce.woocommerce.archive #content > .ast-container {
		padding-top: 34px;
	}

	body.omniblend-woocommerce.single-product #content > .ast-container {
		padding-top: 34px;
	}

	body.omniblend-woocommerce.woocommerce.archive #content > .ast-container {
		display: flex;
		flex-direction: column;
		gap: 48px;
	}

	body.omniblend-woocommerce.woocommerce.archive #primary {
		order: 1;
		width: 100%;
	}

	body.omniblend-woocommerce.woocommerce.archive #secondary {
		order: 2;
		width: 100%;
	}

	body.omniblend-woocommerce.woocommerce.archive #secondary .sidebar-main {
		position: static;
		padding: 24px;
	}

	body.omniblend-woocommerce.woocommerce.archive #secondary .ast-filter-wrap {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 28px;
		align-items: start;
	}

	body.omniblend-woocommerce.woocommerce.archive #secondary .widget_block:has(.wp-block-spacer) {
		display: none;
	}

	body.omniblend-woocommerce.single-product .ob-product-main {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	body.omniblend-woocommerce.single-product div.product .woocommerce-product-gallery,
	body.omniblend-woocommerce.single-product div.product .summary,
	body.omniblend-woocommerce.single-product div.product .woocommerce-tabs,
	body.omniblend-woocommerce.single-product div.product .related.products,
	body.omniblend-woocommerce.single-product div.product .upsells.products {
		grid-column: 1;
		grid-row: auto;
	}

	body.omniblend-woocommerce.single-product div.product .summary {
		position: static;
	}
}

@media (max-width: 620px) {
	body.omniblend-woocommerce #content > .ast-container {
		width: calc(100% - 32px);
		padding-top: 26px;
	}

	body.omniblend-woocommerce.woocommerce.archive #content > .ast-container {
		padding-top: 26px;
	}

	body.omniblend-woocommerce.single-product #content > .ast-container {
		padding-top: 26px;
	}

	body.omniblend-woocommerce.woocommerce.archive .woocommerce-products-header {
		margin-bottom: 22px;
		padding-bottom: 20px;
	}

	body.omniblend-woocommerce.woocommerce.archive .woocommerce-products-header__title.page-title {
		font-size: 39px;
	}

	body.omniblend-woocommerce.woocommerce.archive .woocommerce-result-count,
	body.omniblend-woocommerce.woocommerce.archive .woocommerce-ordering {
		float: none;
		width: 100%;
		margin: 0 0 12px;
	}

	body.omniblend-woocommerce.woocommerce.archive .woocommerce-ordering {
		display: none !important;
	}

	body.omniblend-woocommerce.woocommerce.archive .woocommerce-result-count {
		padding: 0;
	}

	body.omniblend-woocommerce.woocommerce.archive .woocommerce-ordering select {
		width: 100%;
		min-width: 0;
	}

	body.omniblend-woocommerce.woocommerce.archive ul.products,
	body.omniblend-woocommerce.single-product .related ul.products {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	body.omniblend-woocommerce.woocommerce.archive ul.products li.product,
	body.omniblend-woocommerce.single-product .related ul.products li.product {
		padding: 16px;
	}

	body.omniblend-woocommerce.woocommerce.archive .astra-shop-thumbnail-wrap,
	body.omniblend-woocommerce.single-product .related .astra-shop-thumbnail-wrap {
		margin-bottom: 16px;
	}

	body.omniblend-woocommerce.woocommerce.archive .astra-shop-thumbnail-wrap img,
	body.omniblend-woocommerce.single-product .related .astra-shop-thumbnail-wrap img {
		padding: 12px;
	}

	body.omniblend-woocommerce.woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
	body.omniblend-woocommerce.single-product .related ul.products li.product .woocommerce-loop-product__title {
		min-height: 45px;
		margin-bottom: 9px;
		font-size: 17px;
		line-height: 1.32;
		-webkit-line-clamp: 2;
	}

	body.omniblend-woocommerce.woocommerce.archive ul.products li.product .ast-woo-product-category,
	body.omniblend-woocommerce.single-product .related ul.products li.product .ast-woo-product-category {
		font-size: 9px;
	}

	body.omniblend-woocommerce.woocommerce.archive ul.products li.product .price,
	body.omniblend-woocommerce.single-product .related ul.products li.product .price {
		min-height: 28px;
		margin-bottom: 16px;
		font-size: 16px;
	}

	body.omniblend-woocommerce.woocommerce.archive ul.products li.product .price del,
	body.omniblend-woocommerce.single-product .related ul.products li.product .price del {
		display: inline;
		font-size: 11px;
	}

	body.omniblend-woocommerce.woocommerce.archive ul.products li.product .button,
	body.omniblend-woocommerce.single-product .related ul.products li.product .button {
		min-height: 46px;
		padding: 11px 12px;
		font-size: 11px;
		letter-spacing: 0.035em;
	}

	body.omniblend-woocommerce.woocommerce.archive #secondary .ast-filter-wrap {
		grid-template-columns: minmax(0, 1fr);
	}

	body.omniblend-woocommerce.single-product div.product .woocommerce-product-gallery {
		padding: 14px;
	}

	body.omniblend-woocommerce.single-product .flex-control-thumbs {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 5px;
		margin-top: 10px;
	}

	body.omniblend-woocommerce.single-product div.product .summary {
		padding: 28px 22px;
	}

	body.omniblend-woocommerce.single-product .summary .woocommerce-breadcrumb {
		margin-bottom: 14px;
		font-size: 9px;
	}

	body.omniblend-woocommerce.single-product .summary .product_title {
		margin-bottom: 18px;
		padding-right: 52px;
		font-size: 34px;
		line-height: 1.02;
	}

	body.omniblend-woocommerce.single-product .summary .price {
		font-size: 23px;
	}

	body.omniblend-woocommerce.single-product div.product form.cart {
		display: grid;
		grid-template-columns: 58px minmax(0, 1fr);
	}

	body.omniblend-woocommerce.single-product div.product form.cart .qty {
		width: 58px;
	}

	body.omniblend-woocommerce.single-product div.product form.cart:not(:has(.quantity)) {
		grid-template-columns: minmax(0, 1fr);
	}

	body.omniblend-woocommerce.single-product div.product form.cart:not(:has(.quantity)) .button {
		width: 100%;
	}

	body.omniblend-woocommerce.single-product div.product form.cart .single_add_to_cart_button,
	body.omniblend-woocommerce.single-product div.product form.cart .button {
		min-width: 0;
		padding-inline: 12px;
		font-size: 10px;
	}

	body.omniblend-woocommerce.single-product div.product .woocommerce-tabs {
		padding: 28px 22px 32px;
	}

	body.omniblend-woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
		gap: 22px;
		margin-bottom: 26px;
	}

	body.omniblend-woocommerce.single-product .woocommerce-Tabs-panel {
		font-size: 14px;
		line-height: 1.72;
	}

	body.omniblend-woocommerce.single-product .related.products > h2,
	body.omniblend-woocommerce.single-product .upsells.products > h2 {
		font-size: 32px;
	}
}
