/*
Theme Name: O-by-MSA
Theme URI: https://o-by-msa.com/
Description: Purpose-built WooCommerce theme for the O-by-MSA Omnetics catalog.
Author: MSA Components
Version: 1.0.0
Text Domain: obymsa
*/

@font-face {
	font-display: swap;
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 100 900;
	src: url("assets/fonts/roboto-condensed-latin.woff2") format("woff2");
}

/* Standalone O-by-MSA interface. */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.obymsa-theme {
	background: #fff;
	color: #0b1731;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.45;
	margin: 0;
}

body.obymsa-theme a {
	color: #0669ed;
}

body.obymsa-theme img {
	display: block;
	max-width: 100%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.oby-header {
	background: #fff;
	border-bottom: 1px solid #edf0f4;
}

.oby-header__inner {
	align-items: center;
	display: flex;
	height: 81px;
	padding: 0 46px;
}

.oby-brand {
	color: #071630 !important;
	display: inline-flex;
	flex-direction: column;
	text-decoration: none;
}

.oby-brand__name {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.05;
}

.oby-brand__tagline {
	font-size: 14px;
	line-height: 1.35;
	margin-top: 5px;
}

.oby-main {
	min-height: calc(100vh - 151px);
}

.oby-search-band {
	align-items: center;
	background: #001936;
	display: flex;
	height: 161px;
	justify-content: center;
	padding: 28px 32px;
}

.oby-search-band__form {
	align-items: stretch;
	background: #fff;
	border: 1px solid #d1d7df;
	border-radius: 6px;
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) 155px;
	height: 57px;
	max-width: 930px;
	overflow: hidden;
	width: 100%;
}

.oby-search-band__form .dashicons {
	align-self: center;
	color: #59616d;
	font-size: 25px;
	height: 25px;
	justify-self: center;
	width: 25px;
}

.oby-search-band__form input[type="search"] {
	background: #fff;
	border: 0;
	box-shadow: none;
	color: #0b1731;
	font-size: 18px;
	min-width: 0;
	outline: 0;
	padding: 0 10px;
}

.oby-search-band__form button {
	background: #0669ed;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	padding: 0 24px;
}

.oby-search-band__form button:hover,
.oby-search-band__form button:focus-visible {
	background: #0053c7;
}

.oby-catalog-page {
	margin: 0 auto;
	max-width: 1820px;
	padding: 22px 46px 56px;
}

.oby-breadcrumbs {
	align-items: center;
	display: flex;
	font-size: 15px;
	gap: 16px;
	margin-bottom: 22px;
}

.oby-breadcrumbs a,
.oby-breadcrumbs span {
	text-decoration: none;
}

.oby-catalog-layout {
	align-items: start;
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(280px, 470px) minmax(0, 1fr);
}

.oby-filters {
	border: 1px solid #d6dce5;
	border-radius: 7px;
	padding: 18px 20px;
}

.oby-filters__heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
}

.oby-filters__heading h2 {
	font-size: 18px;
	margin: 0;
}

.oby-filters__heading a {
	font-size: 13px;
	text-decoration: none;
}

.oby-filters .woof h4 {
	color: #111a2d;
	font-size: 17px;
	margin: 16px 0 8px;
}

.oby-filters .woof_list {
	margin: 0;
	padding: 0;
}

.oby-filters .woof_list li {
	margin: 0 0 6px !important;
}

.oby-filters .woof label {
	color: #162033;
	font-size: 14px;
}

.oby-results {
	min-width: 0;
}

.oby-results__toolbar {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 16px;
	min-height: 43px;
}

.oby-results__toolbar h1 {
	font-size: 20px;
	margin: 0;
}

.oby-results ul.products {
	display: grid !important;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0 !important;
	padding: 0;
}

.oby-results ul.products::before,
.oby-results ul.products::after {
	display: none !important;
}

.oby-results ul.products li.product.obm-product-card {
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

.oby-results .obm-product-card__inner {
	border: 1px solid #d6dce5;
	border-radius: 7px;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 490px;
	padding: 14px 16px 16px;
	text-align: center;
}

.oby-results .obm-product-card__category {
	color: #0669ed;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	min-height: 18px;
	text-align: left;
}

.oby-results .obm-product-card__image {
	align-items: center;
	display: flex;
	height: 165px;
	justify-content: center;
	margin: 2px 0 8px;
	padding: 8px;
}

.oby-results .obm-product-card__image img {
	height: auto !important;
	margin: 0 !important;
	max-height: 150px;
	max-width: 100%;
	object-fit: contain;
	width: auto !important;
}

.oby-results .obm-product-card__title {
	font-size: 22px !important;
	line-height: 1.2;
	margin: 0 0 4px !important;
}

.oby-results .obm-product-card__title a {
	color: #0a1224;
	text-decoration: none;
}

.oby-results .obm-product-card__description {
	color: #525b69;
	font-size: 13px;
	line-height: 1.25;
	min-height: 34px;
}

.oby-results .obm-product-card__description p {
	margin: 0;
}

.oby-results .obm-product-card__pricing {
	margin-top: 8px;
	min-height: 66px;
}

.oby-results .obm-product-card__pricing table {
	border: 1px solid #d7dce3;
	border-collapse: separate;
	border-radius: 5px;
	border-spacing: 0;
	font-size: 12px;
	margin: 0;
	width: 100%;
}

.oby-results .obm-product-card__pricing th,
.oby-results .obm-product-card__pricing td {
	border: 0;
	border-right: 1px solid #d7dce3;
	padding: 5px 4px;
}

.oby-results .obm-product-card__pricing th:last-child,
.oby-results .obm-product-card__pricing td:last-child {
	border-right: 0;
}

.oby-results .obm-product-card__stock {
	align-self: center;
	border: 1px solid currentColor;
	border-radius: 5px;
	font-size: 13px;
	margin: 8px 0 10px;
	padding: 4px 10px;
}

.oby-results .obm-product-card__stock.is-high {
	background: #effbef;
	color: #159c22;
}

.oby-results .obm-product-card__stock.is-low {
	background: #fff;
	color: #ef2525;
}

.oby-results .obm-product-card__purchase {
	margin-top: auto;
}

.oby-results .obm-product-card__purchase form.cart {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(105px, 1fr) minmax(125px, 1.15fr);
	margin: 0 0 12px;
}

.oby-results .obm-product-card__purchase .quantity {
	display: flex;
	height: 42px;
}

.oby-results .obm-product-card__purchase .quantity input {
	border-color: #d3d9e2;
	height: 42px;
}

.oby-results .obm-product-card__purchase button,
.oby-results .obm-product-card__purchase .button {
	background: #0669ed !important;
	border: 1px solid #0669ed !important;
	border-radius: 5px !important;
	color: #fff !important;
	font-size: 15px !important;
	min-height: 42px;
	padding: 8px 12px !important;
}

.oby-results .obm-product-card__quote {
	min-height: 42px;
}

.oby-results .obm-product-card__quote .obm-quote-link {
	align-items: center;
	background: #fff !important;
	border: 1px solid #0669ed !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	color: #0669ed !important;
	display: flex !important;
	font-size: 14px !important;
	gap: 8px;
	justify-content: center;
	min-height: 42px;
	padding: 8px 12px !important;
	text-decoration: none;
	width: 100%;
}

.oby-content {
	margin: 0 auto;
	max-width: 1180px;
	padding: 42px 28px 64px;
}

.oby-entry > h1 {
	font-size: 32px;
	margin: 0 0 24px;
}

.oby-order-page {
	max-width: 1140px;
}

.oby-footer {
	background: #001936;
	color: #fff;
}

.oby-footer__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1820px;
	min-height: 70px;
	padding: 12px 40px;
}

.oby-footer__inner p {
	margin: 0;
}

.oby-footer__inner nav {
	display: flex;
	gap: 30px;
}

.oby-footer__inner a {
	color: #fff !important;
	text-decoration: none;
}

@media (max-width: 1180px) {
	.oby-catalog-layout {
		gap: 26px;
		grid-template-columns: 300px minmax(0, 1fr);
	}

	.oby-results ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.oby-header__inner {
		height: 72px;
		padding: 0 20px;
	}

	.oby-search-band {
		height: 130px;
		padding: 24px 20px;
	}

	.oby-search-band__form {
		grid-template-columns: 44px minmax(0, 1fr) 105px;
	}

	.oby-search-band__form input[type="search"] {
		font-size: 16px;
	}

	.oby-catalog-page {
		padding: 18px 20px 40px;
	}

	.oby-catalog-layout {
		grid-template-columns: 1fr;
	}

	.oby-results__toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

}

@media (max-width: 560px) {
	.oby-brand__name {
		font-size: 23px;
	}

	.oby-search-band__form {
		grid-template-columns: 40px minmax(0, 1fr) 86px;
		height: 52px;
	}

	.oby-search-band__form button {
		font-size: 14px;
		padding: 0 10px;
	}

	.oby-results ul.products {
		grid-template-columns: 1fr;
	}

	.oby-footer__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		padding: 20px;
	}

	.oby-footer__inner nav {
		gap: 18px;
	}
}

.obm-site-header {
	background: linear-gradient(90deg, #1186dd 0%, #b9b6b6 100%);
	border-bottom: 1px solid #fff;
	position: sticky;
	top: 0;
	z-index: 1000;
}

.obm-native-contact {
	padding: 30px 0 50px;
	text-align: center;
}

.obm-native-contact h2 {
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 24px;
}

.obm-native-contact img {
	height: auto;
	max-width: min(100%, 662px);
}

.obm-site-header__inner {
	align-items: center;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
	min-height: 104px;
	padding: 0 46px;
}

.obm-site-header__brand {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-self: start;
	text-decoration: none;
}

.obm-site-header__brand:hover,
.obm-site-header__brand:focus {
	color: #fff;
}

.obm-site-header__name {
	font-size: 26px;
	font-weight: 700;
	line-height: 0.95;
	max-width: 220px;
}

.obm-site-header__tagline {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin-left: 51px;
	margin-top: 7px;
}

.obm-site-header__search {
	background: #eceeef;
	border: 1px solid #fff;
	border-radius: 22px;
	box-shadow: 5px 6px 13px rgba(0, 0, 0, 0.5);
	color: #7a7a7a;
	display: inline-flex;
	font-size: 14px;
	justify-content: center;
	justify-self: center;
	min-width: 132px;
	padding: 10px 20px;
	text-decoration: none;
}

.obm-site-header__search:hover,
.obm-site-header__search:focus {
	background: #011329;
	color: #fff;
}

.obm-site-header__cart {
	align-items: center;
	display: flex;
	justify-self: end;
}

.obm-site-header__cart .woo-menu-icon {
	float: none;
}

.obm-site-header__cart-fallback {
	color: #fff;
	font-size: 32px;
}

.obm-site-footer {
	background: #fff;
	box-sizing: border-box;
	color: #20242a;
	min-height: 94px;
	padding: 8px 10px 18px;
}

.obm-site-footer p {
	margin-bottom: 0;
}

.obm-site-footer__shipping {
	color: #198ee4;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
}

.obm-site-footer__copyright {
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
}

.obm-order-page-wrap #primary,
.obm-order-page-wrap #content {
	float: none;
	width: 100%;
}

.obm-order-page {
	margin: 25px auto 50px;
	max-width: 1079px;
}

.obm-order-steps {
	align-items: end;
	border-bottom: 1px solid #dfe4ea;
	display: grid;
	gap: 28px;
	grid-template-columns: max-content minmax(280px, 1fr) max-content;
	margin-bottom: 30px;
	padding: 0 0 12px;
}

.obm-order-steps__item {
	align-items: center;
	border-bottom: 3px solid transparent;
	color: #697484;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	justify-content: flex-start;
	line-height: 1.3;
	min-height: 46px;
	padding: 10px 2px;
	text-align: left;
}

.obm-order-steps__item a {
	color: inherit !important;
	text-decoration: none;
}

.obm-order-steps__item.is-active {
	border-bottom-color: #0782c8;
	color: #16243a;
}

.obm-order-steps__item.is-complete {
	color: #4f6477;
}

.obm-order-steps__item--checkout {
	justify-self: start;
	max-width: 100%;
	width: max-content;
}

.obm-order-steps--complete {
	grid-template-columns: max-content minmax(260px, 1fr) max-content max-content;
}

.obm-order-steps__action {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	min-height: 46px;
}

.obm-order-steps__action a {
	align-items: center;
	background: #0782c8;
	border: 1px solid #0782c8;
	border-radius: 2px;
	color: #fff !important;
	display: inline-flex;
	gap: 7px;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	min-height: 42px;
	min-width: 148px;
	padding: 9px 18px;
	text-decoration: none;
}

.obm-order-steps__action .dashicons {
	font-size: 18px;
	height: 18px;
	width: 18px;
}

.obm-order-steps__action a:hover,
.obm-order-steps__action a:focus-visible {
	background: #056ca7;
	border-color: #056ca7;
	color: #fff !important;
}

.obymsa-theme .obm-order-page__content .button,
.obymsa-theme .obm-order-page__content button.button,
.obymsa-theme .obm-order-page__content input.button,
.obymsa-theme .obm-order-page__content #place_order {
	background: #0782c8 !important;
	border: 1px solid #0782c8 !important;
	border-radius: 2px !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	min-height: 42px;
	padding: 10px 18px !important;
	text-decoration: none !important;
}

.obymsa-theme .obm-order-page__content .button:hover,
.obymsa-theme .obm-order-page__content .button:focus-visible,
.obymsa-theme .obm-order-page__content button.button:hover,
.obymsa-theme .obm-order-page__content button.button:focus-visible,
.obymsa-theme .obm-order-page__content input.button:hover,
.obymsa-theme .obm-order-page__content input.button:focus-visible,
.obymsa-theme .obm-order-page__content #place_order:hover,
.obymsa-theme .obm-order-page__content #place_order:focus-visible {
	background: #056ca7 !important;
	border-color: #056ca7 !important;
	color: #fff !important;
}

.obymsa-theme .obm-order-page__content .button:disabled,
.obymsa-theme .obm-order-page__content .button.disabled,
.obymsa-theme .obm-order-page__content button.button:disabled,
.obymsa-theme .obm-order-page__content button.button.disabled,
.obymsa-theme .obm-order-page__content input.button:disabled,
.obymsa-theme .obm-order-page__content input.button.disabled {
	background: #e4e9ee !important;
	border-color: #cbd3dc !important;
	color: #596575 !important;
	cursor: not-allowed;
	opacity: 1 !important;
}

.obm-order-page__content {
	padding: 0 66px;
}

.obm-order-page--checkout .obm-order-page__content {
	padding: 0 20px;
}

.woocommerce-checkout.obymsa-theme .obm-order-page--checkout #order_review_heading {
	color: #30343b;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 16px;
}

.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table {
	background: #fff;
	border: 1px solid #d7e3eb;
	border-collapse: separate;
	border-radius: 8px;
	border-spacing: 0;
	box-shadow: 0 2px 6px rgba(20, 48, 70, 0.06);
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table td {
	border: 0;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.45;
	padding: 15px 18px;
}

.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table thead th {
	background: #edf7fc;
	border-bottom: 2px solid #9ccbe5;
	color: #30343b;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table .product-name {
	width: 70%;
}

.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table .product-total {
	text-align: right;
	width: 30%;
}

.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table tbody td {
	border-bottom: 1px solid #e5ebf0;
	color: #30343b;
	vertical-align: middle;
}

.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table tbody tr:nth-child(even) td {
	background: #f9fbfc;
}

.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table tbody .product-name {
	font-weight: 700;
}

.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table tbody .product-name > div {
	color: #6b7280;
	font-size: 14px;
	font-weight: 400;
	margin: 3px 0 0 !important;
	overflow-wrap: anywhere;
}

.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table .product-quantity {
	background: #edf7fc;
	border-radius: 4px;
	color: #087fc3;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	margin-top: 8px;
	padding: 3px 8px;
}

.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table tbody .product-total {
	color: #30343b;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
}

.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table tfoot td {
	background: #f7fafc;
	border-top: 1px solid #d7e3eb;
	color: #374151;
	font-weight: 600;
}

.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
	white-space: nowrap;
}

.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
	background: #edf7fc;
	border-top: 2px solid #9ccbe5;
	color: #16243a;
	font-size: 17px;
	font-weight: 700;
}

.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table tfoot .order-total .amount {
	color: #087fc3;
	font-size: 19px;
}

.obm-order-page--confirmation .obm-order-page__content {
	margin: 0 auto;
	max-width: 900px;
	padding: 0 20px;
}

.obm-order-confirmation {
	align-items: flex-start;
	background: #eef8f3;
	border-left: 4px solid #278158;
	display: flex;
	gap: 16px;
	margin-bottom: 26px;
	padding: 20px 22px;
}

.obm-order-confirmation > .dashicons {
	color: #278158;
	flex: 0 0 32px;
	font-size: 32px;
	height: 32px;
	width: 32px;
}

.obm-order-confirmation h1 {
	color: #16243a;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 5px;
}

.obm-order-confirmation .woocommerce-thankyou-order-received {
	background: transparent;
	border: 0;
	color: #405261;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.obm-order-page--confirmation .woocommerce-order-overview {
	border: 1px solid #dfe4ea;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
	list-style: none;
	margin: 0 0 34px;
	padding: 0;
}

.obm-order-page--confirmation .woocommerce-order-overview::before,
.obm-order-page--confirmation .woocommerce-order-overview::after {
	content: none !important;
	display: none !important;
}

.obm-order-page--confirmation .woocommerce-order-overview li {
	border: 0 !important;
	border-right: 1px solid #dfe4ea !important;
	color: #697484;
	display: flex;
	flex-direction: column;
	float: none !important;
	font-size: 12px;
	justify-content: center;
	line-height: 1.4;
	margin: 0 !important;
	min-height: 72px;
	min-width: 0;
	padding: 13px 16px !important;
	text-transform: uppercase;
	width: auto !important;
}

.obm-order-page--confirmation .woocommerce-order-overview li:last-child {
	border-right: 0 !important;
}

.obm-order-page--confirmation .woocommerce-order-overview li::before {
	display: none;
}

.obm-order-page--confirmation .woocommerce-order-overview strong {
	color: #16243a;
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin-top: 5px;
	overflow-wrap: anywhere;
	text-transform: none;
}

.obm-order-page--confirmation .woocommerce-order-details,
.obm-order-page--confirmation .woocommerce-customer-details {
	margin: 0 0 34px;
}

.obm-order-page--confirmation .woocommerce-order-details__title,
.obm-order-page--confirmation .woocommerce-column__title {
	color: #16243a;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 14px;
}

.obm-order-page--confirmation table.shop_table {
	border: 1px solid #dfe4ea;
	border-collapse: collapse;
	border-radius: 0;
	margin: 0;
	width: 100%;
}

.obm-order-page--confirmation table.shop_table th,
.obm-order-page--confirmation table.shop_table td {
	border-bottom: 1px solid #e5e9ee;
	padding: 12px 14px;
	text-align: left;
	vertical-align: top;
}

.obm-order-page--confirmation table.shop_table th:last-child,
.obm-order-page--confirmation table.shop_table td:last-child {
	text-align: right;
}

.obm-order-page--confirmation table.shop_table thead th {
	background: #f5f7f9;
	color: #344557;
	font-size: 13px;
	text-transform: uppercase;
}

.obm-order-page--confirmation table.shop_table tfoot tr:last-child th,
.obm-order-page--confirmation table.shop_table tfoot tr:last-child td {
	border-bottom: 0;
	color: #16243a;
	font-size: 17px;
	font-weight: 700;
}

.obymsa-theme .obm-order-page--confirmation .woocommerce-customer-details,
.obymsa-theme .obm-order-page--confirmation .woocommerce-columns--addresses {
	clear: both;
	width: 100%;
}

.obymsa-theme .obm-order-page--confirmation .woocommerce-columns--addresses {
	display: grid !important;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.obymsa-theme .obm-order-page--confirmation .woocommerce-columns--addresses::before,
.obymsa-theme .obm-order-page--confirmation .woocommerce-columns--addresses::after {
	content: none !important;
	display: none !important;
}

.obymsa-theme .obm-order-page--confirmation .woocommerce-columns--addresses .woocommerce-column {
	float: none !important;
	margin: 0 !important;
	max-width: none !important;
	min-width: 0;
	width: 100% !important;
}

.obm-order-page--confirmation .woocommerce-customer-details address {
	background: #f8f9fa;
	border: 1px solid #dfe4ea;
	border-radius: 0;
	font-style: normal;
	line-height: 1.7;
	margin: 0;
	min-height: 100%;
	padding: 18px;
}

.obm-order-page--confirmation .woocommerce-thankyou-order-failed {
	background: #fff3f2;
	border-left: 4px solid #c33d32;
	color: #762820;
	padding: 18px 20px;
}

.obm-single-product__layout {
	display: grid;
	grid-template-columns: minmax(300px, 32%) minmax(0, 68%);
	margin: 0 auto;
	max-width: 1080px;
	padding: 64px 20px 50px;
}

.obm-single-product__filters {
	padding-right: 38px;
}

.obm-single-product__filters h2 {
	color: #20242a;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 12px;
}

.obm-single-product__filters > h2:first-child {
	color: #198ee7;
}

.obm-single-product__search {
	display: flex;
	max-width: 280px;
}

.obm-single-product__search input[type="search"] {
	background: #f5f6f7 !important;
	border: 1px solid #198ee4 !important;
	border-radius: 0 !important;
	box-shadow: -4px 8px 10px rgba(0, 0, 0, 0.35) !important;
	flex: 1 1 auto;
	min-height: 50px;
	min-width: 0;
	padding: 0 16px;
}

.obm-single-product__search button {
	align-items: center;
	align-self: stretch;
	background: #198ee4 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.5);
	color: #fff !important;
	display: inline-flex;
	flex: 0 0 50px;
	font-size: 30px;
	height: 50px;
	justify-content: center;
	margin: 0 !important;
	min-height: 50px;
	padding: 0 !important;
}

.obm-single-product__search button:hover,
.obm-single-product__search button:focus {
	background: #011329 !important;
}

.obm-single-product__filter-title {
	margin-top: 40px !important;
}

.obm-single-product__summary,
.obm-single-product__technical {
	border: 1px solid #6f6f6f;
	box-sizing: border-box;
	margin-top: 28px;
}

.obm-single-product__summary {
	border-radius: 6px 0 0 6px;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.obm-single-product__technical {
	border-left: 0;
	border-radius: 0 6px 6px 0;
	padding: 0 12px;
}

.obm-single-product__quote {
	min-height: 22px;
	padding: 15px 12px 14px;
}

.woocommerce .obm-single-product__quote .obm-quote-link.button {
	background: #b9b6b6 !important;
	border: 1px solid #fff !important;
	border-radius: 20px;
	box-shadow: 5px 5px 8px #999;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 13px;
	justify-content: center;
	padding: 10px 15px;
}

.woocommerce .obm-single-product__quote .obm-quote-link.button:hover,
.woocommerce .obm-single-product__quote .obm-quote-link.button:focus {
	background: #011329 !important;
}

.obm-single-product__identity {
	border-bottom: 1px solid #f0f0f0;
	padding: 4px 16px 10px;
}

.obm-single-product__identity h1 {
	font-family: Abel, Arial, sans-serif;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0;
	text-transform: uppercase;
}

.obm-single-product__short-description,
.obm-single-product__short-description p {
	font-size: 18px;
	line-height: 1.15;
	margin: 2px 0 0;
}

.obm-single-product__image {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	min-height: 280px;
	padding: 40px 35px;
}

.obm-single-product__image .woocommerce-product-gallery {
	float: none !important;
	margin: 0 !important;
	max-width: 184px;
	width: 100% !important;
}

.obm-single-product__image img {
	height: auto;
	max-height: 190px;
	object-fit: contain;
	width: auto;
}

.obm-single-product__purchase {
	padding: 0 16px 8px;
}

.obm-single-product__purchase .stock {
	color: #e75345;
	font-size: 13px;
	margin: 0 0 14px;
}

.obm-single-product__purchase form.cart {
	display: flex;
	justify-content: center;
	margin: 0 !important;
}

.obm-single-product__purchase .quantity .qty {
	height: 38px;
	min-height: 38px;
}

.obm-single-product__purchase .single_add_to_cart_button {
	background: #7a7a7a !important;
	border-radius: 20px !important;
	box-shadow: 5px 5px 8px #999;
	margin-left: 8px !important;
	min-height: 38px;
}

.obm-single-product__purchase .single_add_to_cart_button:hover,
.obm-single-product__purchase .single_add_to_cart_button:focus {
	background: #011329 !important;
}

.obm-single-product__price {
	padding: 0 15px;
}

.obm-single-product__price .price {
	color: #49b972;
	font-size: 21px;
	margin: 0 0 10px;
}

.obm-single-product__wholesale {
	padding: 0 15px 18px;
}

.obm-single-product__wholesale .wcj_product_wholesale_price_table {
	border-collapse: collapse;
	margin: 0 auto;
	table-layout: fixed;
	width: 100%;
}

.obm-single-product__wholesale .wcj_product_wholesale_price_table th,
.obm-single-product__wholesale .wcj_product_wholesale_price_table td {
	border: 0;
	padding: 4px 6px;
	text-align: center !important;
	vertical-align: middle;
}

.obm-single-product__wholesale .wcj_product_wholesale_price_table th {
	color: #333;
	font-size: 14px;
	font-weight: 700;
}

.obm-single-product__wholesale .wcj_product_wholesale_price_table td {
	color: #333;
	font-size: 14px;
	white-space: nowrap;
}

.obm-single-product__wholesale .wcj_product_wholesale_price_table del {
	color: #666;
	margin-right: 5px;
}

.obm-single-product__wholesale .wcj_product_wholesale_price_table ins {
	text-decoration: none;
}

.obm-single-product__technical > h2 {
	border-bottom: 1px solid #e9e9e9;
	color: #7a7a7a;
	font-size: 20px;
	margin: 17px 0 12px;
	padding: 0 0 18px;
	text-align: center;
}

.obm-single-product__description {
	text-align: center;
}

.obm-single-product__description #gtx-trans,
.obm-single-product__description h3:empty {
	display: none;
}

.obm-single-product__description hr {
	border-color: #e9e9e9;
	margin: 0 0 16px;
}

.obm-single-product__description h3 {
	font-size: 17px;
	margin: 0 0 18px;
}

.obm-single-product__attributes .woocommerce-product-attributes {
	border-collapse: collapse;
	margin-bottom: 26px;
	width: 100%;
}

.obm-single-product__attributes .woocommerce-product-attributes th,
.obm-single-product__attributes .woocommerce-product-attributes td {
	border-bottom: 1px solid #e1e1e1;
	font-size: 12px;
	padding: 7px 10px;
	text-align: left;
	vertical-align: top;
}

.obm-single-product__attributes .woocommerce-product-attributes th {
	color: #20242a;
	font-weight: 700;
	text-transform: uppercase;
	width: 38%;
}

.obm-single-product__attributes .woocommerce-product-attributes td,
.obm-single-product__attributes .woocommerce-product-attributes td p {
	color: #5f6873;
	font-style: normal;
	margin: 0;
}

.obm-single-product__upsells {
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	padding: 10px 0 28px;
}

.obm-single-product__upsells > h2 {
	color: #7a7a7a;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	margin: 0 0 18px;
}

.obm-single-product__upsells ul.products {
	display: flex !important;
	flex-wrap: wrap;
	gap: 18px;
	margin: 0 !important;
}

.woocommerce .obm-single-product__upsells ul.products li.product {
	float: none !important;
	margin: 0 !important;
	width: 74px !important;
}

.obm-single-product__upsells a {
	color: #20242a;
	display: block;
	font-size: 10px;
	font-weight: 700;
}

.obm-single-product__upsells img {
	height: 62px !important;
	margin: 0 0 5px !important;
	object-fit: contain;
	width: 74px !important;
}

.obm-shop-hero {
	background: #011329;
	color: #fff;
	margin: 0 calc(50% - 50vw) 32px;
	padding: 38px 20px 34px;
	text-align: center;
}

.obm-shop-hero__inner,
.obm-shop-intro,
.obm-catalog {
	margin-left: auto;
	margin-right: auto;
	max-width: 1450px;
}

.obm-shop-hero h1 {
	color: inherit;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 8px;
}

.obm-shop-hero p {
	color: #8f9aa6;
	margin: 0;
}

.obm-shop-intro {
	color: #68717b;
	font-size: 14px;
	font-style: italic;
	line-height: 1.25;
	margin-bottom: 56px;
	padding: 0 20px;
}

.obm-shop-intro p {
	margin: 0 0 14px;
}

.obm-catalog {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(260px, 26%) minmax(0, 1fr);
	padding: 0 20px 64px;
}

.obm-part-search {
	background: #198ee7;
	box-sizing: border-box;
	color: #fff;
	margin-bottom: 40px;
	max-width: 340px;
	padding: 22px 24px 26px;
}

.obm-part-search h2,
.obm-technical-filter h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 14px;
}

.obm-part-search h2 {
	color: #fff;
}

.obm-part-search p {
	color: #fff;
	font-size: 13px;
	font-style: italic;
	line-height: 1.25;
	margin: 0 0 12px;
}

.obm-part-search__example {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.obm-part-search__form {
	display: flex;
	margin-top: 32px;
	max-width: 290px;
	width: 100%;
}

.obm-part-search__form input[type="search"] {
	background: #f5f6f7 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #20242a;
	flex: 1 1 auto;
	font-size: 14px;
	line-height: 46px;
	margin: 0 !important;
	min-height: 46px;
	min-width: 0;
	padding: 0 16px;
}

.obm-part-search__form button {
	align-items: center;
	background: #7a7a7a !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	display: inline-flex;
	flex: 0 0 46px;
	font-size: 28px;
	justify-content: center;
	line-height: 1;
	margin: 0 !important;
	min-height: 46px;
	min-width: 46px;
	padding: 0 !important;
	width: 46px !important;
}

.obm-part-search__form button span {
	display: block;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	transform: translateY(-1px);
}

.obm-part-search__form button:hover,
.obm-part-search__form button:focus {
	background: #011329;
}

.obm-technical-filter h2 {
	color: #20242a;
}

.obm-catalog__results .woocommerce-result-count,
.obm-catalog__results .woocommerce-ordering {
	margin-bottom: 20px;
}

.obm-catalog__results ul.products {
	display: grid !important;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 !important;
}

.obm-search {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(260px, 26%) minmax(0, 1fr);
	margin: 32px auto 64px;
	max-width: 1450px;
	padding: 0 20px;
}

.obm-search__sidebar h1 {
	color: #198ee7;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 12px;
}

.obm-search__form {
	display: flex;
	max-width: 290px;
	width: 100%;
}

.obm-search__form input[type="search"] {
	background: #f5f6f7 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: -4px 7px 10px rgba(0, 0, 0, 0.25);
	flex: 1 1 auto;
	min-height: 46px;
	min-width: 0;
	padding: 0 14px;
}

.obm-search__form button {
	align-items: center;
	background: #198ee7 !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #fff !important;
	display: inline-flex;
	flex: 0 0 46px;
	font-size: 28px;
	justify-content: center;
	min-height: 46px;
	padding: 0 !important;
}

.obm-search__form button:hover,
.obm-search__form button:focus {
	background: #011329 !important;
}

.obm-search__help {
	color: #aa15dd;
	font-size: 14px;
	font-style: italic;
	line-height: 1.45;
	margin-top: 28px;
	max-width: 310px;
}

.obm-search__help h2 {
	color: inherit;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	margin: 0 0 10px;
}

.obm-search__results ul.products {
	display: grid !important;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 !important;
}

.obm-search__empty {
	color: #68717b;
	font-size: 16px;
	margin: 0 0 24px;
	text-align: center;
	width: 100%;
}

.obm-search__results--empty {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.obm-search-missing-product {
	border: 1px solid #aa15dd;
	box-sizing: border-box;
	clear: both;
	grid-column: 1 / -1;
	justify-self: center;
	margin: 0;
	max-width: 320px;
	padding: 16px;
	text-align: center;
	width: 100%;
}

.woocommerce .obm-search-missing-product .obm-quote-link.button {
	background: #b9b6b6 !important;
	border: 1px solid #fff !important;
	border-radius: 20px;
	box-shadow: 5px 5px 8px #999;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 13px;
	padding: 10px 15px;
}

.obm-search-missing-product__image {
	align-items: center;
	display: flex;
	height: 135px;
	justify-content: center;
	margin: 10px 0;
}

.obm-search-missing-product__image img {
	height: auto;
	max-height: 115px;
	max-width: 177px;
	width: auto;
}

.obm-search-missing-product h2 {
	color: #aa15dd;
	font-size: 18px;
	margin: 0 0 10px;
}

.obm-search-missing-product h3 {
	color: #7a7a7a;
	font-size: 13px;
	margin: 0 0 6px;
}

.obm-search-missing-product p {
	font-weight: 600;
	margin: 0;
}

.woocommerce .obm-catalog__results ul.products li.product.obm-product-card {
	clear: none !important;
	display: block;
	float: none !important;
	margin: 0 !important;
	padding: 0;
	width: auto !important;
}

.obm-product-card__inner {
	align-items: stretch;
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: 0 0 10px #f3f3f3;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 14px 14px 18px;
	text-align: center;
}

.obm-product-card__inner:hover {
	border-color: #b9b6b6;
}

.obm-product-card__quote {
	min-height: 43px;
}

.woocommerce .obm-product-card .obm-product-card__quote .obm-quote-link.button {
	align-items: center;
	background: #b9b6b6 !important;
	border: 1px solid #fff !important;
	border-radius: 20px;
	box-shadow: 5px 5px 8px #999;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 13px;
	justify-content: center;
	line-height: 1.2;
	padding: 10px 15px;
}

.obm-product-card__image {
	align-items: center;
	display: flex;
	height: 135px;
	justify-content: center;
	margin: 8px 0;
	padding: 8px;
}

.woocommerce ul.products li.product.obm-product-card .obm-product-card__image img {
	height: auto;
	margin: 0;
	max-height: 115px;
	max-width: 177px;
	object-fit: contain;
	width: auto;
}

.woocommerce ul.products li.product.obm-product-card .obm-product-card__title {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 5px;
	padding: 0;
}

.obm-product-card__title a {
	color: #20242a;
}

.obm-product-card__title a:hover,
.obm-product-card__title a:focus {
	color: #198ee7;
}

.obm-product-card__description {
	font-size: 13px;
	line-height: 1.35;
	min-height: 36px;
}

.obm-product-card__description p {
	margin: 0;
}

.obm-product-card__pricing {
	margin: 10px 0 12px;
}

.woocommerce .obm-product-card__pricing .price,
.woocommerce ul.products li.product.obm-product-card .obm-product-card__pricing .price .amount {
	color: #57bf6d;
	display: inline !important;
	font-size: 16px;
}

.obm-product-card__pricing .wcj_product_wholesale_price_table {
	border-collapse: collapse;
	font-size: 12px;
	margin: 0 auto;
	width: 100%;
}

.obm-product-card__pricing .wcj_product_wholesale_price_table td,
.obm-product-card__pricing .wcj_product_wholesale_price_table th {
	border: 1px solid #e9e9e9;
	padding: 5px;
	text-align: center;
}

.obm-product-card__purchase {
	margin-top: auto;
	min-height: 74px;
}

.obm-product-card__purchase .stock {
	color: #e55b4f;
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 8px;
}

.obm-product-card__purchase form.cart {
	align-items: stretch;
	display: flex;
	justify-content: center;
	margin: 0;
}

.obm-product-card__purchase .quantity {
	margin: 0 !important;
}

.obm-product-card__purchase .quantity .qty {
	height: 38px;
	min-height: 38px;
	width: 48px;
}

.woocommerce ul.products li.product.obm-product-card .obm-product-card__purchase .button {
	align-items: center;
	background: #7a7a7a !important;
	border: 1px solid #fff !important;
	border-radius: 20px;
	box-shadow: 5px 5px 8px #999;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 12px;
	justify-content: center;
	margin: 0 0 0 8px !important;
	min-height: 38px;
	padding: 8px 14px;
}

.woocommerce ul.products li.product.obm-product-card .obm-product-card__purchase .button:hover,
.woocommerce ul.products li.product.obm-product-card .obm-product-card__purchase .button:focus {
	background: #011329 !important;
}

@media (max-width: 960px) {
	.obm-site-header__inner {
		grid-template-columns: minmax(210px, 1fr) auto minmax(80px, 1fr);
		padding: 0 24px;
	}

	.obm-order-steps {
		gap: 16px;
		grid-template-columns: max-content minmax(220px, 1fr);
	}

	.obm-order-steps--complete {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.obm-order-steps__action {
		grid-column: 1 / -1;
		justify-content: flex-end;
		min-height: 42px;
	}

	.obm-order-page__content {
		padding: 0 20px;
	}

	.obm-single-product__layout {
		grid-template-columns: minmax(280px, 42%) minmax(0, 58%);
		padding-top: 30px;
	}

	.obm-single-product__filters {
		display: none;
	}

	.obm-catalog,
	.obm-search {
		grid-template-columns: 1fr;
	}

	.obm-catalog__results ul.products,
	.obm-search__results ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.obm-shop-intro {
		margin-bottom: 36px;
	}
}

@media (max-width: 600px) {
	.obm-site-header__inner {
		grid-template-columns: minmax(140px, 1fr) auto;
		min-height: 80px;
		padding: 0 16px;
	}

	.obm-site-header__name {
		font-size: 21px;
		max-width: 150px;
	}

	.obm-site-header__tagline {
		font-size: 10px;
		margin-left: 0;
	}

	.obm-site-header__search {
		min-width: 108px;
		padding: 9px 14px;
	}

	.obm-site-header__cart {
		display: none;
	}

	.obm-site-footer__shipping,
	.obm-site-footer__copyright {
		font-size: 14px;
	}

	.obm-order-page {
		margin-top: 16px;
	}

	.obm-order-steps {
		grid-template-columns: 1fr;
		gap: 0;
		margin-bottom: 24px;
		padding-bottom: 16px;
	}

	.obm-order-steps__item {
		font-size: 16px;
		min-height: 44px;
		padding: 8px 2px;
	}

	.obm-order-steps__action {
		flex-direction: column;
		grid-column: auto;
		justify-content: stretch;
		margin-top: 12px;
	}

	.obm-order-steps__action a {
		width: 100%;
	}

	.obm-order-page__content,
	.obm-order-page--checkout .obm-order-page__content {
		padding: 0;
	}

	.woocommerce-checkout.obymsa-theme .obm-order-page--checkout #order_review_heading {
		font-size: 18px;
	}

	.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table th,
	.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table td {
		font-size: 14px;
		padding: 12px;
	}

	.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table .product-name {
		width: 64%;
	}

	.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table .product-total {
		width: 36%;
	}

	.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table tbody .product-name > div {
		font-size: 13px;
	}

	.woocommerce-checkout.obymsa-theme .obm-order-page--checkout .woocommerce-checkout-review-order-table tfoot .order-total .amount {
		font-size: 17px;
	}

	.obm-order-confirmation {
		padding: 17px 16px;
	}

	.obm-order-page--confirmation .woocommerce-order-overview,
	.obymsa-theme .obm-order-page--confirmation .woocommerce-columns--addresses {
		grid-template-columns: 1fr;
	}

	.obm-order-page--confirmation .woocommerce-order-overview li {
		border-right: 0;
	}

	.obm-order-page--confirmation table.shop_table th,
	.obm-order-page--confirmation table.shop_table td {
		padding: 10px;
	}

	.obm-single-product__layout {
		grid-template-columns: 1fr;
		padding: 20px 16px 40px;
	}

	.obm-single-product__summary,
	.obm-single-product__technical {
		border: 1px solid #6f6f6f;
		border-radius: 0;
		margin-top: 0;
	}

	.obm-single-product__technical {
		border-top: 0;
	}

	.obm-shop-hero h1 {
		font-size: 25px;
	}

	.obm-catalog,
	.obm-shop-intro,
	.obm-search {
		padding-left: 16px;
		padding-right: 16px;
	}

	.obm-catalog__results ul.products,
	.obm-search__results ul.products {
		grid-template-columns: 1fr;
	}
}

/* Final catalog overrides kept after the legacy WooCommerce compatibility rules. */
.obymsa-theme .oby-filters .woof_container_type {
	margin-bottom: 12px;
}

.obymsa-theme .oby-filter-group {
	border-top: 1px solid #d9dee6;
}

.obymsa-theme .oby-filter-group summary {
	color: #111a2d;
	cursor: pointer;
	font-size: 17px;
	font-weight: 700;
	list-style: none;
	padding: 16px 0;
	position: relative;
}

.obymsa-theme .oby-filter-group summary::-webkit-details-marker {
	display: none;
}

.obymsa-theme .oby-filter-group summary::after {
	content: "+";
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	right: 2px;
	top: 12px;
}

.obymsa-theme .oby-filter-group[open] summary::after {
	content: "-";
}

.obymsa-theme .oby-filter-group__body {
	max-height: 340px;
	overflow-y: auto;
	padding-bottom: 12px;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase > .stock {
	display: none;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase form.cart {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(105px, 1fr) minmax(125px, 1.15fr);
	margin: 0 0 12px;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase button.single_add_to_cart_button,
.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase .button {
	background: #0669ed !important;
	border: 1px solid #0669ed !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 15px !important;
	min-height: 42px;
	padding: 8px 12px !important;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__quote .obm-quote-link {
	background: #fff !important;
	border: 1px solid #0669ed !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	color: #0669ed !important;
}

.obymsa-theme .oby-search-band__form input[type="search"] {
	min-width: 0 !important;
	width: 100% !important;
}

.obymsa-theme .oby-search-band__form button {
	display: block !important;
	min-width: 0 !important;
	width: auto !important;
}

.obymsa-theme #cookie-law-info-bar {
	max-width: calc(100vw - 20px) !important;
}

.obymsa-theme #cookie-law-info-bar span {
	overflow-wrap: anywhere;
	white-space: normal;
}

@media (max-width: 820px) {
	.woocommerce.obymsa-theme .oby-results ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.obymsa-theme .oby-search-band__form {
		display: flex !important;
		max-width: calc(100vw - 40px) !important;
		padding-right: 86px;
		position: relative;
		width: calc(100vw - 40px) !important;
	}

	.obymsa-theme .oby-search-band__form .dashicons {
		flex: 0 0 40px;
	}

	.obymsa-theme .oby-search-band__form input[type="search"] {
		flex: 1 1 auto;
		max-width: 100% !important;
	}

	.obymsa-theme .oby-search-band__form button {
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		width: 86px !important;
	}

	.obymsa-theme #cookie-law-info-bar {
		left: 10px !important;
		min-width: 0 !important;
		transform: none !important;
		width: calc(100vw - 20px) !important;
	}

	.woocommerce.obymsa-theme .oby-results ul.products {
		grid-template-columns: 1fr;
	}
}

/* Simplified Omnetics-inspired catalog palette and layout. */
:root {
	--oby-blue: #0078c4;
	--oby-blue-hover: #0066a8;
	--oby-text: #333;
	--oby-muted: #777;
	--oby-line: #e3e3e3;
	--oby-soft: #f3f3f3;
	--oby-softest: #f8f8f8;
}

body.obymsa-theme {
	color: var(--oby-text);
}

.obymsa-theme a {
	color: var(--oby-blue);
}

.obymsa-theme .oby-header {
	border-bottom: 1px solid var(--oby-line);
}

.obymsa-theme .oby-header__inner {
	height: 74px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1680px;
	padding: 0 36px;
}

.obymsa-theme .oby-brand__name {
	color: var(--oby-blue);
	font-size: 27px;
}

.obymsa-theme .oby-brand__tagline {
	color: var(--oby-muted);
	font-size: 13px;
	margin-top: 3px;
}

.obymsa-theme .oby-header__actions {
	align-items: center;
	display: flex;
	gap: 8px;
}

.obymsa-theme .oby-header-link {
	align-items: center;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #555 !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	gap: 7px;
	min-height: 40px;
	padding: 7px 11px;
	text-decoration: none;
}

.obymsa-theme .oby-header-link:hover,
.obymsa-theme .oby-header-link:focus-visible {
	border-color: var(--oby-blue);
	color: var(--oby-blue) !important;
}

.obymsa-theme .oby-header-link .dashicons {
	font-size: 18px;
	height: 18px;
	width: 18px;
}

.obymsa-theme .oby-cart-link {
	align-items: center;
	background: var(--oby-blue);
	border: 1px solid var(--oby-blue);
	border-radius: 2px;
	color: #fff !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	gap: 8px;
	min-height: 40px;
	padding: 7px 12px;
	text-decoration: none;
}

.obymsa-theme .oby-cart-link:hover,
.obymsa-theme .oby-cart-link:focus-visible {
	background: var(--oby-blue-hover);
	border-color: var(--oby-blue-hover);
}

.obymsa-theme .oby-cart-link .dashicons {
	font-size: 20px;
	height: 20px;
	width: 20px;
}

.obymsa-theme .oby-cart-link__count {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: var(--oby-blue);
	display: inline-flex;
	font-size: 11px;
	height: 22px;
	justify-content: center;
	min-width: 22px;
	padding: 0 5px;
}

.obymsa-theme .oby-cart-control {
	display: inline-flex;
	position: relative;
}

.obymsa-theme .oby-cart-preview {
	background: #fff;
	border: 1px solid #d7e3eb;
	border-radius: 4px;
	box-shadow: 0 8px 22px rgba(20, 48, 70, 0.16);
	color: #30343b;
	opacity: 0;
	padding: 12px 14px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: calc(100% + 7px);
	transform: translateY(-4px);
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
	visibility: hidden;
	white-space: normal;
	width: min(300px, calc(100vw - 32px));
	z-index: 100;
}

.obymsa-theme .oby-cart-preview::before {
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	right: 0;
	top: -8px;
}

.obymsa-theme .oby-cart-control:hover .oby-cart-preview,
.obymsa-theme .oby-cart-control:focus-within .oby-cart-preview {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.obymsa-theme .oby-cart-preview__title {
	color: #6b7280;
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.obymsa-theme .oby-cart-preview__items {
	list-style: none;
	margin: 0;
	max-height: 260px;
	overflow-y: auto;
	padding: 0;
}

.obymsa-theme .oby-cart-preview__items li {
	align-items: baseline;
	border-top: 1px solid #edf1f4;
	display: flex;
	font-size: 13px;
	gap: 14px;
	justify-content: space-between;
	padding: 7px 0;
}

.obymsa-theme .oby-cart-preview__reference {
	overflow-wrap: anywhere;
}

.obymsa-theme .oby-cart-preview__quantity {
	color: #087fc3;
	flex: 0 0 auto;
	white-space: nowrap;
}

.obymsa-theme .oby-cart-preview__empty {
	color: #6b7280;
	font-size: 13px;
	margin: 0;
}

.obymsa-theme .oby-search-band {
	background: var(--oby-soft);
	border-bottom: 1px solid var(--oby-line);
	height: 112px;
	padding: 24px 36px;
}

.obymsa-theme .oby-search-band__form {
	border: 1px solid #ccc;
	border-radius: 2px;
	height: 50px;
	max-width: 780px;
}

.obymsa-theme .oby-search-band__form .dashicons {
	color: var(--oby-muted);
	font-size: 22px;
}

.obymsa-theme .oby-search-band__form input[type="search"] {
	color: var(--oby-text);
	font-size: 16px;
}

.obymsa-theme .oby-search-band__form button {
	background: var(--oby-blue) !important;
	font-size: 15px;
}

.obymsa-theme .oby-search-band__form button:hover,
.obymsa-theme .oby-search-band__form button:focus-visible {
	background: var(--oby-blue-hover) !important;
}

.obymsa-theme .oby-catalog-page {
	max-width: 1680px;
	padding: 18px 36px 60px;
}

.obymsa-theme .oby-breadcrumbs {
	color: var(--oby-muted);
	font-size: 13px;
	margin-bottom: 24px;
}

.obymsa-theme .oby-catalog-layout {
	gap: 32px;
	grid-template-columns: 270px minmax(0, 1fr);
}

.obymsa-theme .oby-filters {
	border: 0;
	border-radius: 0;
	border-right: 1px solid var(--oby-line);
	padding: 0 28px 0 0;
}

.obymsa-theme .oby-filters__heading {
	border-bottom: 2px solid var(--oby-blue);
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.obymsa-theme .oby-filters__heading h2 {
	color: var(--oby-text);
	font-size: 18px;
}

.obymsa-theme .oby-filters__heading a {
	color: var(--oby-muted);
}

.obymsa-theme .oby-filters .woof h4,
.obymsa-theme .oby-filter-group summary {
	color: var(--oby-text);
	font-size: 15px;
}

.obymsa-theme .oby-filters .woof label {
	color: #555;
	font-size: 13px;
}

.obymsa-theme .woof_edit_view {
	display: none !important;
}

.obymsa-theme .oby-filters .woof_container {
	border-bottom: 1px solid var(--oby-line);
	margin-bottom: 0;
	padding: 0 0 14px;
}

.obymsa-theme .oby-filters .woof_container:last-child {
	border-bottom: 0;
}

.obymsa-theme .oby-results__toolbar {
	border-bottom: 1px solid var(--oby-line);
	margin-bottom: 18px;
	padding-bottom: 12px;
}

.obymsa-theme .oby-results__toolbar h1 {
	color: var(--oby-text);
	font-size: 19px;
	font-weight: 600;
}

.woocommerce.obymsa-theme .oby-results ul.products {
	gap: 18px;
}

.woocommerce.obymsa-theme .oby-results nav.woocommerce-pagination {
	clear: both;
	margin-top: 24px;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__inner {
	background: #fff;
	border: 1px solid var(--oby-line);
	border-radius: 2px;
	min-height: 440px;
	padding: 16px;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__category {
	color: var(--oby-blue);
	font-size: 11px;
	font-weight: 600;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__image {
	height: 145px;
	margin: 0 0 6px;
	padding: 6px;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__image img {
	max-height: 130px;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__title {
	font-size: 20px !important;
	font-weight: 600;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__title a {
	color: var(--oby-text);
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__description {
	color: var(--oby-muted);
	font-size: 13px;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__pricing {
	margin-top: 6px;
	min-height: 58px;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__pricing table {
	border-color: var(--oby-line);
	border-radius: 2px;
	color: #555;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__pricing th,
.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__pricing td {
	border-color: var(--oby-line);
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__stock {
	background: var(--oby-softest);
	border: 0;
	border-radius: 2px;
	color: #555;
	font-size: 12px;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__stock.is-high {
	background: #edf7f1;
	color: #287a46;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__stock.is-low {
	background: #fff1f1;
	color: #b42323;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase button.single_add_to_cart_button,
.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase .button {
	background: var(--oby-blue) !important;
	border-color: var(--oby-blue) !important;
	border-radius: 2px !important;
	font-size: 14px !important;
	min-height: 40px;
}

.woocommerce.obymsa-theme .quantity {
	align-items: stretch;
	display: inline-flex !important;
	flex: 0 0 auto;
	float: none;
	height: 40px;
	justify-self: start;
	white-space: nowrap;
	width: auto !important;
}

.woocommerce.obymsa-theme .quantity .qty {
	appearance: textfield;
	border: 1px solid #ccc !important;
	border-left: 0 !important;
	border-radius: 0 !important;
	border-right: 0 !important;
	box-shadow: none !important;
	flex: 0 0 42px;
	height: 40px !important;
	margin: 0 !important;
	max-width: 42px;
	min-width: 42px;
	padding: 0 4px !important;
	text-align: center;
	width: 42px !important;
}

.woocommerce.obymsa-theme .quantity .qty::-webkit-inner-spin-button,
.woocommerce.obymsa-theme .quantity .qty::-webkit-outer-spin-button {
	appearance: none;
	margin: 0;
}

.woocommerce.obymsa-theme .quantity .oby-quantity-button {
	align-items: center;
	background: #fff !important;
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #555 !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px !important;
	font-weight: 400 !important;
	height: 40px;
	justify-content: center;
	margin: 0 !important;
	min-height: 40px !important;
	min-width: 32px;
	padding: 0 !important;
	width: 32px;
}

.woocommerce.obymsa-theme .quantity .oby-quantity-button--minus {
	border-radius: 2px 0 0 2px !important;
}

.woocommerce.obymsa-theme .quantity .oby-quantity-button--plus {
	border-radius: 0 2px 2px 0 !important;
}

.woocommerce.obymsa-theme .quantity .oby-quantity-button:hover,
.woocommerce.obymsa-theme .quantity .oby-quantity-button:focus-visible {
	background: var(--oby-soft) !important;
	color: var(--oby-blue) !important;
}

.woocommerce.obymsa-theme .quantity .oby-quantity-button:disabled {
	background: var(--oby-softest) !important;
	color: #aaa !important;
	cursor: not-allowed;
}

.woocommerce.obymsa-theme .quantity.is-fixed {
	border: 1px solid #ccc;
	border-radius: 2px;
	justify-content: center;
	min-width: 42px;
}

.woocommerce.obymsa-theme .quantity .oby-quantity-fixed {
	align-items: center;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	min-width: 40px;
	padding: 0 6px;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase button.single_add_to_cart_button:hover,
.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase .button:hover {
	background: var(--oby-blue-hover) !important;
	border-color: var(--oby-blue-hover) !important;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__quote .obm-quote-link {
	background: var(--oby-softest) !important;
	border-color: var(--oby-line) !important;
	border-radius: 2px !important;
	color: var(--oby-blue) !important;
	font-size: 13px !important;
	min-height: 40px;
}

.obymsa-theme .oby-footer {
	background: #242424;
}

@media (max-width: 820px) {
	.obymsa-theme .oby-header__inner {
		padding: 0 20px;
	}

	.obymsa-theme .oby-search-band {
		height: 100px;
		padding: 20px;
	}

	.obymsa-theme .oby-catalog-page {
		padding: 18px 20px 44px;
	}

	.obymsa-theme .oby-catalog-layout {
		grid-template-columns: 1fr;
	}

	.obymsa-theme .oby-filters {
		border: 1px solid var(--oby-line);
		padding: 16px 18px;
	}
}

@media (max-width: 420px) {
	.obymsa-theme .oby-header__actions {
		gap: 5px;
	}

	.obymsa-theme .oby-header-link {
		gap: 0;
		padding: 7px 9px;
	}

	.obymsa-theme .oby-header-link__label {
		display: none;
	}

	.obymsa-theme .oby-cart-link {
		gap: 6px;
		padding: 7px 9px;
	}

	.obymsa-theme .oby-cart-link__label {
		display: none;
	}
}

/* Product searches reuse the catalog card instead of the legacy search loop. */
.obymsa-theme .obm-search {
	gap: 32px;
	grid-template-columns: 270px minmax(0, 1fr);
	margin: 28px auto 60px;
	max-width: 1680px;
	padding: 0 36px;
}

.obymsa-theme .obm-search__sidebar {
	border-right: 1px solid var(--oby-line);
	padding-right: 28px;
}

.obymsa-theme .obm-search__sidebar h1 {
	color: var(--oby-text);
	font-size: 19px;
	font-weight: 600;
}

.obymsa-theme .obm-search__form {
	max-width: none;
}

.obymsa-theme .obm-search__form input[type="search"] {
	background: #fff !important;
	border: 1px solid #ccc !important;
	box-shadow: none;
	height: 44px;
}

.obymsa-theme .obm-search__form button {
	background: var(--oby-blue) !important;
	border-radius: 0 2px 2px 0 !important;
	box-shadow: none;
	height: 44px;
	min-height: 44px;
	width: 48px;
}

.obymsa-theme .obm-search__form button:hover,
.obymsa-theme .obm-search__form button:focus-visible {
	background: var(--oby-blue-hover) !important;
}

.obymsa-theme .obm-search__help {
	color: var(--oby-muted);
	font-style: normal;
	margin-top: 24px;
}

.obymsa-theme .obm-search__help h2 {
	color: var(--oby-text);
	font-size: 16px;
}

.woocommerce.obymsa-theme .obm-search__results.oby-results ul.products {
	gap: 18px;
	grid-template-columns: repeat(auto-fill, minmax(280px, 320px));
	justify-content: start;
}

.woocommerce.obymsa-theme .obm-search__results.oby-results ul.products li.product.obm-product-card {
	clear: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 0;
	width: auto !important;
}

.obymsa-theme .obm-search__results--empty {
	align-items: flex-start;
}

.obymsa-theme .obm-search-missing-product {
	border-color: var(--oby-line);
	border-radius: 2px;
	max-width: 320px;
}

.woocommerce.obymsa-theme .obm-search__results ul.products li.product.obm-search-missing-item {
	float: none !important;
	list-style: none;
	margin: 0 !important;
	padding: 0;
	width: auto !important;
}

.obymsa-theme .obm-search-missing-item .obm-search-missing-product {
	height: 100%;
}

.woocommerce.obymsa-theme .obm-search-missing-product .obm-quote-link.button {
	background: var(--oby-blue) !important;
	border: 1px solid var(--oby-blue) !important;
	border-radius: 2px !important;
	box-shadow: none !important;
}

.obymsa-theme .obm-search-missing-product h2 {
	color: var(--oby-text);
}

@media (max-width: 820px) {
	.obymsa-theme .obm-search {
		grid-template-columns: 1fr;
		padding: 0 20px;
	}

	.obymsa-theme .obm-search__sidebar {
		border-bottom: 1px solid var(--oby-line);
		border-right: 0;
		padding: 0 0 24px;
	}

	.obymsa-theme .obm-search__form {
		max-width: 420px;
	}
}

/* Minimal home page. */
.obymsa-theme .oby-home-hero {
	background-color: #fff;
	border-bottom: 1px solid var(--oby-line);
	min-height: 500px;
}

.obymsa-theme .oby-home-hero__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
	min-height: 100%;
	padding: 72px 36px;
}

.obymsa-theme .oby-home-hero__eyebrow {
	color: var(--oby-blue);
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.obymsa-theme .oby-home-hero h1 {
	color: var(--oby-text);
	font-size: 48px;
	line-height: 1.08;
	margin: 0 0 16px;
}

.obymsa-theme .oby-home-hero__intro {
	color: #555;
	font-size: 18px;
	line-height: 1.55;
	margin: 0 0 28px;
	max-width: 660px;
}

.obymsa-theme .oby-home-search {
	background: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 2px;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 112px;
	height: 52px;
	max-width: 620px;
	overflow: hidden;
	width: 100%;
}

.obymsa-theme .oby-home-search .dashicons {
	align-self: center;
	color: var(--oby-muted);
	font-size: 21px;
	height: 21px;
	justify-self: center;
	width: 21px;
}

.obymsa-theme .oby-home-search input[type="search"] {
	background: #fff;
	border: 0;
	box-shadow: none;
	color: var(--oby-text);
	font-size: 16px;
	min-width: 0;
	outline: 0;
	padding: 0 8px;
	width: 100%;
}

.obymsa-theme .oby-home-search button {
	background: var(--oby-blue);
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	padding: 0 18px;
}

.obymsa-theme .oby-home-search button:hover,
.obymsa-theme .oby-home-search button:focus-visible {
	background: var(--oby-blue-hover);
}

.obymsa-theme .oby-home-hero__actions {
	align-items: center;
	display: flex;
	gap: 22px;
	margin-top: 18px;
}

.obymsa-theme .oby-home-primary-link {
	align-items: center;
	background: var(--oby-blue);
	border: 1px solid var(--oby-blue);
	border-radius: 2px;
	color: #fff !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	gap: 8px;
	min-height: 42px;
	padding: 8px 16px;
	text-decoration: none;
}

.obymsa-theme .oby-home-primary-link:hover,
.obymsa-theme .oby-home-primary-link:focus-visible {
	background: var(--oby-blue-hover);
	border-color: var(--oby-blue-hover);
}

.obymsa-theme .oby-home-secondary-link {
	color: var(--oby-blue);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.obymsa-theme .oby-home-secondary-link:hover,
.obymsa-theme .oby-home-secondary-link:focus-visible {
	text-decoration: underline;
}

.obymsa-theme .oby-home-assurances {
	background: #fff;
}

.obymsa-theme .oby-home-assurances__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1680px;
	padding: 24px 36px;
}

.obymsa-theme .oby-home-assurances p {
	border-right: 1px solid var(--oby-line);
	margin: 0;
	padding: 2px 32px;
}

.obymsa-theme .oby-home-assurances p:first-child {
	padding-left: 0;
}

.obymsa-theme .oby-home-assurances p:last-child {
	border-right: 0;
}

.obymsa-theme .oby-home-assurances strong,
.obymsa-theme .oby-home-assurances span {
	display: block;
}

.obymsa-theme .oby-home-assurances strong {
	color: var(--oby-text);
	font-size: 14px;
}

.obymsa-theme .oby-home-assurances span {
	color: var(--oby-muted);
	font-size: 13px;
	margin-top: 3px;
}

@media (max-width: 820px) {
	.obymsa-theme .oby-home-hero {
		height: auto;
		max-height: none;
		min-height: 520px;
	}

	.obymsa-theme .oby-home-hero__inner {
		justify-content: flex-start;
		padding: 54px 20px;
	}

	.obymsa-theme .oby-home-hero h1 {
		font-size: 38px;
	}

	.obymsa-theme .oby-home-hero__intro {
		font-size: 16px;
	}

	.obymsa-theme .oby-home-assurances__inner {
		grid-template-columns: 1fr;
		padding: 10px 20px;
	}

	.obymsa-theme .oby-home-assurances p,
	.obymsa-theme .oby-home-assurances p:first-child {
		border-bottom: 1px solid var(--oby-line);
		border-right: 0;
		padding: 14px 0;
	}

	.obymsa-theme .oby-home-assurances p:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 480px) {
	.obymsa-theme .oby-home-hero {
		min-height: 550px;
	}

	.obymsa-theme .oby-home-hero h1 {
		font-size: 34px;
	}

	.obymsa-theme .oby-home-search {
		grid-template-columns: 42px minmax(0, 1fr) 86px;
	}

	.obymsa-theme .oby-home-search button {
		padding: 0 10px;
	}

	.obymsa-theme .oby-home-hero__actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}
}

/* Illustrated technical-filter preview. */
@media (hover: hover) and (pointer: fine) and (min-width: 901px) {
	.obymsa-theme .oby-filters {
		position: relative;
		z-index: 2;
	}

	.obymsa-theme .oby-results {
		position: relative;
		z-index: 1;
	}

	.obymsa-theme .oby-filters__heading {
		position: relative;
		z-index: 1;
	}

	.obymsa-theme .oby-filters .woof {
		position: relative;
		z-index: 2;
	}

	.obymsa-theme .oby-filters li:is(
		.woof_term_1507,
		.woof_term_135,
		.woof_term_1744,
		.woof_term_132,
		.woof_term_133,
		.woof_term_1298,
		.woof_term_1704,
		.woof_term_158,
		.woof_term_69,
		.woof_term_157,
		.woof_term_73,
		.woof_term_70,
		.woof_term_71
	) {
		position: relative;
	}

	.obymsa-theme .oby-filters li:is(
		.woof_term_1507,
		.woof_term_135,
		.woof_term_1744,
		.woof_term_132,
		.woof_term_133,
		.woof_term_1298,
		.woof_term_1704,
		.woof_term_158,
		.woof_term_69,
		.woof_term_157,
		.woof_term_73,
		.woof_term_70,
		.woof_term_71
	)::after {
		background-color: #fff;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		border: 1px solid #d8dee6;
		box-shadow: 0 8px 24px rgba(11, 23, 49, 0.16);
		content: "";
		height: 132px;
		left: calc(100% + 18px);
		opacity: 0;
		padding: 10px;
		pointer-events: none;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(-4px);
		transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
		visibility: hidden;
		width: 142px;
		z-index: 30;
	}

	.obymsa-theme .oby-filters li:is(
		.woof_term_1507,
		.woof_term_135,
		.woof_term_1744,
		.woof_term_132,
		.woof_term_133,
		.woof_term_1298,
		.woof_term_1704,
		.woof_term_158,
		.woof_term_69,
		.woof_term_157,
		.woof_term_73,
		.woof_term_70,
		.woof_term_71
	):hover::after,
	.obymsa-theme .oby-filters li:is(
		.woof_term_1507,
		.woof_term_135,
		.woof_term_1744,
		.woof_term_132,
		.woof_term_133,
		.woof_term_1298,
		.woof_term_1704,
		.woof_term_158,
		.woof_term_69,
		.woof_term_157,
		.woof_term_73,
		.woof_term_70,
		.woof_term_71
	):focus-within::after {
		opacity: 1;
		transform: translateY(-50%) translateX(0);
		visibility: visible;
	}

	.obymsa-theme .oby-filters .woof_term_1507::after {
		background-image: url("../../uploads/2021/05/LIST-circular-metal.jpg");
	}

	.obymsa-theme .oby-filters .woof_term_135::after {
		background-image: url("../../uploads/2021/05/LIST-circular-plastic.jpg");
	}

	.obymsa-theme .oby-filters .woof_term_1744::after {
		background-image: url("../../uploads/2021/05/LIST-jumper.jpg");
	}

	.obymsa-theme .oby-filters .woof_term_132::after {
		background-image: url("../../uploads/2021/05/LIST-rectangular-metal.jpg");
	}

	.obymsa-theme .oby-filters .woof_term_133::after {
		background-image: url("../../uploads/2021/05/LIST-rectangular-strip.jpg");
	}

	.obymsa-theme .oby-filters .woof_term_1298::after {
		background-image: url("../../uploads/2021/05/LIST-savers.jpg");
	}

	.obymsa-theme .oby-filters .woof_term_1704::after {
		background-image: url("../../uploads/2021/05/LIST-dustcap.jpg");
	}

	.obymsa-theme .oby-filters .woof_term_158::after {
		background-image: url("../../uploads/2021/05/LIST-flex-mount.jpg");
	}

	.obymsa-theme .oby-filters .woof_term_69::after {
		background-image: url("../../uploads/2021/05/LIST-horizontal-SMT-2.jpg");
	}

	.obymsa-theme .oby-filters .woof_term_157::after {
		background-image: url("../../uploads/2021/05/LIST-vertical-SMT.jpg");
	}

	.obymsa-theme .oby-filters .woof_term_73::after {
		background-image: url("../../uploads/2021/05/LIST-solder-cup.jpg");
	}

	.obymsa-theme .oby-filters .woof_term_70::after {
		background-image: url("../../uploads/2021/05/LIST-thru-hole-horizontal.jpg");
	}

	.obymsa-theme .oby-filters .woof_term_71::after {
		background-image: url("../../uploads/2021/05/LIST-thru-hole-vertical.jpg");
	}
}

/* Product-card image link to technical features. */
.obymsa-theme .oby-results .obm-product-card__image {
	overflow: hidden;
	position: relative;
}

.obymsa-theme .oby-results .obm-product-card__image-hint {
	align-items: center;
	background: rgba(7, 130, 200, 0.96);
	bottom: 8px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 6px;
	justify-content: center;
	left: 50%;
	line-height: 1.2;
	max-width: calc(100% - 16px);
	opacity: 0;
	padding: 8px 10px;
	pointer-events: none;
	position: absolute;
	text-align: center;
	transform: translate(-50%, 8px);
	transition: opacity 150ms ease, transform 150ms ease;
	white-space: nowrap;
	z-index: 2;
}

.obymsa-theme .oby-results .obm-product-card__image-hint .dashicons {
	flex: 0 0 16px;
	font-size: 16px;
	height: 16px;
	width: 16px;
}

.obymsa-theme .oby-results .obm-product-card__image:hover .obm-product-card__image-hint,
.obymsa-theme .oby-results .obm-product-card__image:focus-visible .obm-product-card__image-hint {
	opacity: 1;
	transform: translate(-50%, 0);
}

.obymsa-theme .oby-results .obm-product-card__image:focus-visible {
	outline: 2px solid #0782c8;
	outline-offset: 2px;
}

@media (max-width: 480px) {
	.obymsa-theme .oby-results .obm-product-card__image-hint {
		font-size: 11px;
		white-space: normal;
	}
}

/* Refined WooCommerce catalog cards. */
.woocommerce.obymsa-theme .oby-results {
	background: #f4f6f8;
	padding: 20px;
}

body.woocommerce-cart.obymsa-theme,
body.woocommerce-checkout.obymsa-theme {
	background: #f4f6f8;
}

.woocommerce-cart.obymsa-theme .obm-order-page__content,
.woocommerce-checkout.obymsa-theme .obm-order-page__content {
	background: #fff;
	border: 1px solid #dce5ec;
	border-radius: 8px;
	box-shadow:
		0 2px 4px rgba(20, 48, 70, 0.06),
		0 8px 22px rgba(20, 48, 70, 0.10);
	padding-bottom: 28px;
	padding-top: 28px;
}

.woocommerce.obymsa-theme .oby-results ul.products {
	align-items: stretch;
	gap: 20px;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card {
	display: flex !important;
	min-width: 0;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__inner {
	background: #fff;
	border: 1px solid #dce5ec;
	border-radius: 8px;
	border-top: 3px solid #087fc3;
	box-shadow:
		0 2px 4px rgba(20, 48, 70, 0.06),
		0 8px 22px rgba(20, 48, 70, 0.10);
	box-sizing: border-box;
	height: 100%;
	min-width: 0;
	padding: 18px;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		border-color 0.2s ease;
	width: 100%;
}

@media (hover: hover) and (pointer: fine) {
	.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__inner:hover {
		border-color: #9ccbe5;
		border-top-color: #087fc3;
		box-shadow:
			0 5px 10px rgba(8, 127, 195, 0.10),
			0 16px 30px rgba(20, 48, 70, 0.16);
		transform: translateY(-5px);
	}
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__category {
	color: #087fc3;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__title a {
	color: #30343b;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__description {
	color: #6b7280;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__pricing {
	color: #374151;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__pricing table {
	background: #f7fafc;
	border: 1px solid #d7e3eb;
	border-radius: 5px;
	color: #374151;
	overflow: hidden;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__pricing th,
.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__pricing td {
	border-color: #d7e3eb;
	color: #374151;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__pricing del {
	color: #6b7280;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card.instock .obm-product-card__stock {
	align-items: center;
	background: #eaf8ed;
	border: 0;
	border-radius: 4px;
	color: #138a36;
	display: inline-flex;
	gap: 8px;
	padding: 5px 10px;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card.instock .obm-product-card__stock::before {
	background: #16a34a;
	border-radius: 50%;
	content: "";
	flex: 0 0 8px;
	height: 8px;
	width: 8px;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card.outofstock .obm-product-card__stock {
	background: #fff1f1;
	border: 0;
	border-radius: 4px;
	color: #b42323;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase {
	margin-top: auto;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase form.cart {
	gap: 10px;
	grid-template-columns: auto minmax(0, 1fr);
	min-width: 0;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase button.single_add_to_cart_button,
.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase .button {
	background: #087fc3 !important;
	border-color: #087fc3 !important;
	border-radius: 4px !important;
	color: #fff !important;
	min-width: 0;
	white-space: normal;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase button.single_add_to_cart_button:hover,
.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase button.single_add_to_cart_button:focus-visible,
.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase .button:hover,
.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase .button:focus-visible {
	background: #066da8 !important;
	border-color: #066da8 !important;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__quote .obm-quote-link {
	background: #fff !important;
	border: 1px solid #087fc3 !important;
	border-radius: 4px !important;
	color: #087fc3 !important;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__quote .obm-quote-link:hover,
.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__quote .obm-quote-link:focus-visible {
	background: #edf7fc !important;
	border-color: #066da8 !important;
	color: #066da8 !important;
}

@media (min-width: 821px) and (max-width: 1080px) {
	.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase form.cart {
		grid-template-columns: 1fr;
	}

	.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase .quantity {
		justify-self: center;
	}
}

@media (max-width: 820px) {
	.woocommerce.obymsa-theme .oby-results {
		padding: 18px;
	}
}

@media (max-width: 480px) {
	.woocommerce.obymsa-theme .oby-results {
		padding: 14px;
	}

	.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__inner {
		padding: 16px;
	}
}

/* Dynamic catalog and cart totals. */
.obymsa-theme .oby-cart-total {
	align-items: flex-start;
	align-self: center;
	background: #fff;
	border: 1px solid #d7e3eb;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(20, 48, 70, 0.08);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 48px;
	min-width: 104px;
	padding: 6px 12px;
	white-space: nowrap;
}

.obymsa-theme .oby-cart-total__label {
	color: #6b7280;
	font-size: 12px;
	line-height: 1.15;
}

.obymsa-theme .oby-cart-total__amount {
	color: #087fc3;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase form.cart {
	align-items: stretch;
	gap: 6px;
	grid-template-columns: auto minmax(82px, 0.8fr) minmax(94px, 1fr);
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase .quantity {
	height: 40px;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase .quantity .qty {
	flex-basis: 34px;
	max-width: 34px;
	min-width: 34px;
	width: 34px !important;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase .quantity .oby-quantity-button {
	min-width: 28px;
	width: 28px;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-total {
	align-items: flex-start;
	background: #f7fafc;
	border: 1px solid #d7e3eb;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	height: 40px;
	justify-content: center;
	min-width: 0;
	overflow: hidden;
	padding: 4px 8px;
	white-space: nowrap;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-total__label {
	color: #6b7280;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.05;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-total__amount {
	color: #30343b;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.15;
	overflow: hidden;
	text-overflow: ellipsis;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase .single_add_to_cart_button {
	font-size: 13px !important;
	line-height: 1.1 !important;
	padding-left: 6px !important;
	padding-right: 6px !important;
	white-space: nowrap !important;
}

.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase .single_add_to_cart_button.loading {
	cursor: wait;
	opacity: 0.72;
}

@media (max-width: 1080px) {
	.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase form.cart {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase .single_add_to_cart_button {
		grid-column: 1 / -1;
		margin: 0 !important;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.obymsa-theme .oby-header__inner {
		height: auto;
		min-height: 92px;
		padding-bottom: 8px;
		padding-top: 8px;
	}

	.obymsa-theme .oby-brand {
		flex: 0 0 auto;
	}

	.obymsa-theme .oby-brand__name {
		font-size: 24px;
		white-space: nowrap;
	}

	.obymsa-theme .oby-header__actions {
		align-content: center;
		flex: 0 1 207px;
		flex-wrap: wrap;
		justify-content: flex-end;
		row-gap: 4px;
	}

	.obymsa-theme .oby-cart-total {
		min-height: 44px;
		min-width: 96px;
		padding: 5px 9px;
	}

	.obymsa-theme .oby-cart-total__amount {
		font-size: 14px;
	}

	.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase form.cart {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.woocommerce.obymsa-theme .oby-results ul.products li.product.obm-product-card .obm-product-card__purchase .single_add_to_cart_button {
		grid-column: 1 / -1;
	}
}

/* Match the single-product purchase controls to the catalog cards. */
.woocommerce.obymsa-theme .obm-single-product__pricing {
	color: #374151;
	padding: 0 16px;
}

.woocommerce.obymsa-theme .obm-single-product__pricing table {
	background: #f7fafc;
	border: 1px solid #d7e3eb;
	border-collapse: separate;
	border-radius: 5px;
	border-spacing: 0;
	color: #374151;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.woocommerce.obymsa-theme .obm-single-product__pricing th,
.woocommerce.obymsa-theme .obm-single-product__pricing td {
	border-color: #d7e3eb;
	color: #374151;
	font-size: 12px;
	padding: 5px;
	text-align: center !important;
}

.woocommerce.obymsa-theme .obm-single-product__pricing del {
	color: #6b7280;
}

.woocommerce.obymsa-theme .obm-single-product__pricing > .price {
	background: #f7fafc;
	border: 1px solid #d7e3eb;
	border-radius: 5px;
	color: #374151;
	margin: 0;
	padding: 9px;
}

.woocommerce.obymsa-theme .obm-single-product__stock {
	align-items: center;
	align-self: center;
	background: #eaf8ed;
	border: 0;
	border-radius: 4px;
	color: #138a36;
	display: inline-flex;
	font-size: 13px;
	gap: 8px;
	margin: 20px 0 12px;
	padding: 5px 10px;
}

.woocommerce.obymsa-theme .obm-single-product__stock::before {
	background: #16a34a;
	border-radius: 50%;
	content: "";
	flex: 0 0 8px;
	height: 8px;
	width: 8px;
}

.woocommerce.obymsa-theme .obm-single-product.outofstock .obm-single-product__stock {
	background: #fff1f1;
	color: #b42323;
}

.woocommerce.obymsa-theme .obm-single-product.outofstock .obm-single-product__stock::before {
	background: currentColor;
}

.woocommerce.obymsa-theme .obm-single-product__purchase {
	padding: 0 16px;
}

.woocommerce.obymsa-theme .obm-single-product__purchase > .stock {
	display: none;
}

.woocommerce.obymsa-theme .obm-single-product__purchase form.cart {
	align-items: stretch;
	display: grid;
	gap: 5px;
	grid-template-columns: auto minmax(72px, 0.8fr) minmax(90px, 1fr);
	justify-content: stretch;
	margin: 0 !important;
	min-width: 0;
}

.woocommerce.obymsa-theme .obm-single-product__purchase form.cart::before,
.woocommerce.obymsa-theme .obm-single-product__purchase form.cart::after {
	content: none !important;
	display: none !important;
}

.woocommerce.obymsa-theme .obm-single-product__purchase .quantity {
	height: 40px;
}

.woocommerce.obymsa-theme .obm-single-product__purchase .quantity .qty {
	flex-basis: 34px;
	height: 40px;
	max-width: 34px;
	min-height: 40px;
	min-width: 34px;
	width: 34px !important;
}

.woocommerce.obymsa-theme .obm-single-product__purchase .quantity .oby-quantity-button {
	min-width: 28px;
	width: 28px;
}

.woocommerce.obymsa-theme .obm-single-product__purchase .obm-product-total {
	align-items: flex-start;
	background: #f7fafc;
	border: 1px solid #d7e3eb;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	height: 40px;
	justify-content: center;
	min-width: 0;
	overflow: hidden;
	padding: 4px 7px;
	white-space: nowrap;
}

.woocommerce.obymsa-theme .obm-single-product__purchase .obm-product-total__label {
	color: #6b7280;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.05;
}

.woocommerce.obymsa-theme .obm-single-product__purchase .obm-product-total__amount {
	color: #30343b;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.15;
	overflow: hidden;
	text-overflow: ellipsis;
}

.woocommerce.obymsa-theme .obm-single-product__purchase .single_add_to_cart_button {
	background: #087fc3 !important;
	border: 1px solid #087fc3 !important;
	border-radius: 4px !important;
	box-shadow: none;
	color: #fff !important;
	font-size: 13px !important;
	line-height: 1.1 !important;
	margin: 0 !important;
	min-height: 40px;
	min-width: 0;
	padding: 6px !important;
	white-space: nowrap !important;
}

.woocommerce.obymsa-theme .obm-single-product__purchase .single_add_to_cart_button:hover,
.woocommerce.obymsa-theme .obm-single-product__purchase .single_add_to_cart_button:focus-visible {
	background: #066da8 !important;
	border-color: #066da8 !important;
}

.woocommerce.obymsa-theme .obm-single-product__quote {
	display: grid;
	gap: 10px;
	margin-top: 20px;
	padding: 0 16px 18px;
}

.woocommerce.obymsa-theme .obm-single-product__quote .obm-return-to-shop.button {
	align-items: center;
	background: #087fc3 !important;
	border: 1px solid #087fc3 !important;
	border-radius: 4px !important;
	box-shadow: none;
	color: #fff !important;
	display: flex !important;
	font-size: 13px !important;
	gap: 8px;
	justify-content: center;
	min-height: 40px;
	padding: 8px 12px;
	width: 100%;
}

.woocommerce.obymsa-theme .obm-single-product__quote .obm-return-to-shop.button:hover,
.woocommerce.obymsa-theme .obm-single-product__quote .obm-return-to-shop.button:focus-visible {
	background: #066da8 !important;
	border-color: #066da8 !important;
	color: #fff !important;
}

.woocommerce.obymsa-theme .obm-single-product__quote .obm-quote-link.button {
	align-items: center;
	background: #fff !important;
	border: 1px solid #087fc3 !important;
	border-radius: 4px !important;
	box-shadow: none;
	color: #087fc3 !important;
	display: flex !important;
	gap: 8px;
	justify-content: center;
	min-height: 40px;
	padding: 8px 12px;
	width: 100%;
}

.woocommerce.obymsa-theme .obm-single-product__quote .obm-quote-link.button:hover,
.woocommerce.obymsa-theme .obm-single-product__quote .obm-quote-link.button:focus-visible {
	background: #edf7fc !important;
	border-color: #066da8 !important;
	color: #066da8 !important;
}

@media (max-width: 340px) {
	.woocommerce.obymsa-theme .obm-single-product__purchase form.cart {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.woocommerce.obymsa-theme .obm-single-product__purchase .single_add_to_cart_button {
		grid-column: 1 / -1;
		width: 100%;
	}
}

/* AJAX add-to-cart confirmation. */
.obymsa-theme.oby-cart-popup-open {
	overflow: hidden;
}

.obymsa-theme .oby-cart-popup {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 100000;
}

.obymsa-theme .oby-cart-popup[hidden] {
	display: none !important;
}

.obymsa-theme .oby-cart-popup__backdrop {
	background: rgba(17, 32, 48, 0.48) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	inset: 0;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	width: 100% !important;
}

.obymsa-theme .oby-cart-popup__panel {
	background: #fff;
	border: 1px solid #dce5ec;
	border-top: 3px solid #087fc3;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(20, 48, 70, 0.24);
	max-height: calc(100vh - 40px);
	max-width: 500px;
	overflow: auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

.obymsa-theme .oby-cart-popup__panel:focus {
	outline: 0;
}

.obymsa-theme .oby-cart-popup__header {
	align-items: flex-start;
	background: #f4f8fa;
	border-bottom: 1px solid #dce5ec;
	display: grid;
	gap: 12px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	padding: 18px 20px;
}

.obymsa-theme .oby-cart-popup__header > .dashicons {
	color: #138a36;
	font-size: 28px;
	height: 28px;
	width: 28px;
}

.obymsa-theme .oby-cart-popup__header h2 {
	color: #30343b;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.obymsa-theme .oby-cart-popup__header p {
	color: #6b7280;
	font-size: 13px;
	margin: 3px 0 0;
}

.obymsa-theme .oby-cart-popup__close {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	color: #5f6873 !important;
	display: inline-flex;
	height: 32px;
	justify-content: center;
	margin: -4px -6px 0 0 !important;
	min-height: 32px;
	padding: 0 !important;
	width: 32px !important;
}

.obymsa-theme .oby-cart-popup__close:hover,
.obymsa-theme .oby-cart-popup__close:focus-visible {
	background: #e7eef3 !important;
	color: #30343b !important;
}

.obymsa-theme .oby-cart-popup__added,
.obymsa-theme .oby-cart-popup__cart {
	padding: 18px 20px;
}

.obymsa-theme .oby-cart-popup__added {
	border-bottom: 1px solid #e6edf2;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.obymsa-theme .oby-cart-popup__eyebrow {
	color: #087fc3;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.obymsa-theme .oby-cart-popup__product-name {
	color: #30343b;
	font-size: 18px;
}

.obymsa-theme .oby-cart-popup__product-description {
	color: #6b7280;
	font-size: 13px;
}

.obymsa-theme .oby-cart-popup__product-meta {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 8px 24px;
	margin-top: 8px;
}

.obymsa-theme .oby-cart-popup__product-meta span {
	color: #6b7280;
}

.obymsa-theme .oby-cart-popup__product-meta strong {
	color: #30343b;
}

.obymsa-theme .oby-cart-popup__cart-heading {
	align-items: baseline;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 8px;
}

.obymsa-theme .oby-cart-popup__cart-heading h3 {
	color: #30343b;
	font-size: 15px;
	margin: 0;
}

.obymsa-theme .oby-cart-popup__cart-total {
	color: #087fc3;
	font-size: 15px;
}

.obymsa-theme .oby-cart-popup__cart-items {
	max-height: 180px;
	overflow-y: auto;
}

.obymsa-theme .oby-cart-popup__cart-items .oby-cart-preview__items {
	font-size: 13px;
}

.obymsa-theme .oby-cart-popup__actions {
	background: #f7fafc;
	border-top: 1px solid #dce5ec;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 16px 20px 20px;
}

.woocommerce.obymsa-theme .oby-cart-popup__actions .button {
	align-items: center;
	border-radius: 4px !important;
	box-shadow: none !important;
	display: inline-flex;
	justify-content: center;
	margin: 0 !important;
	min-height: 42px;
	padding: 9px 12px !important;
	text-align: center;
}

.woocommerce.obymsa-theme .oby-cart-popup__continue.button {
	background: #fff !important;
	border: 1px solid #087fc3 !important;
	color: #087fc3 !important;
}

.woocommerce.obymsa-theme .oby-cart-popup__continue.button:hover,
.woocommerce.obymsa-theme .oby-cart-popup__continue.button:focus-visible {
	background: #edf7fc !important;
	border-color: #066da8 !important;
	color: #066da8 !important;
}

.woocommerce.obymsa-theme .oby-cart-popup__view-cart.button {
	background: #087fc3 !important;
	border: 1px solid #087fc3 !important;
	color: #fff !important;
}

.woocommerce.obymsa-theme .oby-cart-popup__view-cart.button:hover,
.woocommerce.obymsa-theme .oby-cart-popup__view-cart.button:focus-visible {
	background: #066da8 !important;
	border-color: #066da8 !important;
	color: #fff !important;
}

.woocommerce.obymsa-theme .woocommerce-error .button,
.woocommerce.obymsa-theme .woocommerce-error a.wc-forward {
	background: #087fc3 !important;
	border: 1px solid #087fc3 !important;
	border-radius: 4px !important;
	color: #fff !important;
}

.woocommerce.obymsa-theme .woocommerce-error .button:hover,
.woocommerce.obymsa-theme .woocommerce-error .button:focus-visible,
.woocommerce.obymsa-theme .woocommerce-error a.wc-forward:hover,
.woocommerce.obymsa-theme .woocommerce-error a.wc-forward:focus-visible {
	background: #066da8 !important;
	border-color: #066da8 !important;
	color: #fff !important;
}

.woocommerce.obymsa-theme form.woocommerce-ordering {
	display: none !important;
}

@media (max-width: 480px) {
	.obymsa-theme .oby-cart-popup {
		align-items: flex-end;
		padding: 10px;
	}

	.obymsa-theme .oby-cart-popup__panel {
		max-height: calc(100vh - 20px);
	}

	.obymsa-theme .oby-cart-popup__header,
	.obymsa-theme .oby-cart-popup__added,
	.obymsa-theme .oby-cart-popup__cart {
		padding-left: 16px;
		padding-right: 16px;
	}

	.obymsa-theme .oby-cart-popup__actions {
		grid-template-columns: 1fr;
		padding: 14px 16px 16px;
	}
}
