/*
 * Styles WooCommerce boutique.
 */

body.woocommerce-shop,
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag {
	background: #ffffff;
}

.site-main--shop {
	padding: clamp(32px, 5vw, 72px) clamp(20px, 6vw, 88px);
	background: #ffffff;
}

.site-panel--shop {
	--nova-theme-shop-columns: 4;
	--nova-theme-shop-purchase-button-display: inline-flex;
	--nova-theme-shop-product-hover-scale: 1;
	--nova-theme-shop-product-hover-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
	--nova-theme-shop-surface: rgba(255, 255, 255, 0.92);
	--nova-theme-shop-surface-strong: #ffffff;
	--nova-theme-shop-border: rgba(15, 23, 42, 0.08);
	--nova-theme-shop-soft-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
	--nova-theme-shop-sidebar-gap: clamp(24px, 3vw, 40px);

	width: min(100%, 1280px);
	margin: 0 auto;
}

.site-panel__shop-layout {
	display: grid;
	gap: var(--nova-theme-shop-sidebar-gap);
	align-items: start;
}

.site-panel--shop.site-panel--shop-has-sidebar .site-panel__shop-layout {
	grid-template-columns: minmax(145px, 178px) minmax(0, 1fr);
	gap: clamp(32px, 4vw, 56px);
}

.site-panel--shop.site-panel--shop-has-sidebar .site-panel__shop-content {
	grid-column: 2;
}

.site-panel--shop.site-panel--shop-has-sidebar .nova-shop-sidebar {
	grid-column: 1;
	grid-row: 1;
}

.site-panel--shop.site-panel--shop-has-sidebar ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-panel__shop-content {
	min-width: 0;
}

.site-panel--shop .woocommerce-breadcrumb {
	margin: 0 0 22px;
	color: #6b7280;
	font-size: 0.92rem;
}

.site-panel--shop .woocommerce-breadcrumb a {
	color: #1f2937;
	text-decoration: none;
}

.site-panel--shop .woocommerce-products-header {
	display: grid;
	gap: 14px;
	max-width: 760px;
	margin-bottom: clamp(28px, 4vw, 48px);
}

.site-panel--shop .woocommerce-products-header__title {
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(1.4rem, 2.2vw, 2.05rem);
	line-height: 1;
	color: #111827;
}

.nova-shop-archive-empty .site-panel--shop .woocommerce-products-header__title {
	font-size: clamp(1.55rem, 2.6vw, 2.35rem);
	line-height: 1;
}

.site-panel--shop .term-description,
.site-panel--shop .page-description {
	color: #4b5563;
	font-size: 1.05rem;
	line-height: 1.75;
}

.site-panel--shop .woocommerce-notices-wrapper {
	margin-bottom: 24px;
}

.site-panel--shop .woocommerce-result-count,
.site-panel--shop .woocommerce-ordering {
	margin-bottom: 24px;
}

.woocommerce .site-panel--shop .woocommerce-ordering,
.site-panel--shop .woocommerce-ordering {
	float: none;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.site-panel--shop .woocommerce-result-count {
	color: #6b7280;
	font-size: 0.95rem;
}

.site-panel--shop .woocommerce-ordering select {
	width: min(100%, 360px);
	min-height: 44px;
	padding: 0 44px 0 14px;
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 999px;
	background: #ffffff;
	color: #1f2937;
	font-weight: 600;
}

.nova-shop-sidebar .woocommerce-ordering {
	float: none;
	display: block;
	width: 100%;
	margin: 0;
}

.nova-shop-sidebar .woocommerce-ordering select {
	width: 100%;
	min-height: 2.45rem;
	border-color: rgba(5, 5, 5, 0.2);
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 800;
}

.nova-shop-price-filter {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem;
	margin-bottom: 0.55rem;
}

.nova-shop-price-filter label {
	display: grid;
	gap: 0.25rem;
}

.nova-shop-price-filter span {
	color: #050505;
	font-size: 0.62rem;
	font-weight: 800;
	text-transform: uppercase;
}

.nova-shop-price-filter input {
	min-height: 2rem;
	padding: 0 0.45rem;
}

.nova-shop-sidebar {
	min-width: 0;
	font-size: 0.72rem;
}

.nova-shop-sidebar__inner {
	position: sticky;
	top: 116px;
	display: grid;
	gap: 0;
}

.nova-shop-sidebar .widget,
.nova-shop-sidebar .wp-block-group,
.nova-shop-sidebar .wp-block-search,
.nova-shop-sidebar .wp-block-woocommerce-product-search {
	margin: 0;
	padding: 0 0 1.15rem;
	border: 0;
	border-bottom: 1px solid rgba(15, 23, 42, 0.16);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.nova-shop-sidebar .widget + .widget,
.nova-shop-sidebar .wp-block-group + .wp-block-group {
	padding-top: 1.15rem;
}

.nova-shop-sidebar .widget > *:last-child,
.nova-shop-sidebar .wp-block-group > *:last-child {
	margin-bottom: 0;
}

.nova-shop-sidebar__title,
.nova-shop-sidebar .widget-title,
.nova-shop-sidebar .wp-block-heading {
	margin: 0 0 0.75rem;
	font-family: inherit;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.15;
	color: #050505;
	text-transform: uppercase;
}

.nova-shop-sidebar p,
.nova-shop-sidebar label,
.nova-shop-sidebar .wc-block-product-search__label,
.nova-shop-sidebar .price_label {
	color: #050505;
	line-height: 1.35;
}

.nova-shop-sidebar ul,
.nova-shop-sidebar ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nova-shop-sidebar li + li {
	margin-top: 0.38rem;
	padding-top: 0;
	border-top: 0;
}

.nova-shop-sidebar .woocommerce-widget-layered-nav-list li {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

.nova-shop-sidebar .product-categories .cat-item {
	min-width: 0;
}

.nova-shop-sidebar .product-categories .nova-shop-sidebar__category-row {
	display: flex;
	align-items: center;
	gap: 0.2rem;
	min-width: 0;
}

.nova-shop-sidebar .product-categories .nova-shop-sidebar__category-row > a {
	flex: 1 1 auto;
	min-width: 0;
}

.nova-shop-sidebar .product-categories .nova-shop-sidebar__category-toggle,
.nova-shop-sidebar .product-categories .nova-shop-sidebar__category-spacer {
	flex: 0 0 0.8rem;
	width: 0.8rem;
	height: 0.8rem;
}

.nova-shop-sidebar .product-categories .nova-shop-sidebar__category-toggle {
	position: relative;
	min-height: 0.8rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #050505;
	cursor: pointer;
	box-shadow: none;
}

.nova-shop-sidebar .product-categories .nova-shop-sidebar__category-toggle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.34rem;
	height: 0.34rem;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: translate(-65%, -50%) rotate(-45deg);
	transition: transform 180ms ease;
}

.nova-shop-sidebar .product-categories .nova-shop-sidebar__category-toggle[aria-expanded="true"]::before {
	transform: translate(-50%, -65%) rotate(45deg);
}

.nova-shop-sidebar .product-categories .nova-shop-sidebar__category-toggle:hover,
.nova-shop-sidebar .product-categories .nova-shop-sidebar__category-toggle:focus-visible {
	background: transparent;
	color: #0f766e;
	outline: 1px solid currentColor;
	outline-offset: 2px;
}

.nova-shop-sidebar a {
	color: #050505;
	text-decoration: none;
	transition: color 180ms ease;
}

.nova-shop-sidebar a:hover,
.nova-shop-sidebar a:focus {
	color: #0f766e;
}

.nova-shop-sidebar .product-categories a,
.nova-shop-sidebar .woocommerce-widget-layered-nav-list a,
.nova-shop-sidebar .wc-block-attribute-filter-list li label,
.nova-shop-sidebar .wc-block-components-checkbox label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.45rem;
	min-height: 0.9rem;
}

.nova-shop-sidebar .woocommerce-widget-layered-nav-list a {
	flex: 1 1 auto;
	justify-content: flex-start;
}

.nova-shop-sidebar .product-categories a::before,
.nova-shop-sidebar .woocommerce-widget-layered-nav-list a::before,
.nova-shop-sidebar .wc-block-attribute-filter-list li label::before,
.nova-shop-sidebar .wc-block-components-checkbox label::before {
	content: "";
	flex: 0 0 0.42rem;
	width: 0.42rem;
	height: 0.42rem;
	border: 1px solid rgba(5, 5, 5, 0.28);
	border-radius: 999px;
	background: #ffffff;
}

.nova-shop-sidebar .product-categories .current-cat > a::before,
.nova-shop-sidebar .woocommerce-widget-layered-nav-list .chosen a::before,
.nova-shop-sidebar .wc-block-components-checkbox input:checked + label::before {
	border-color: #050505;
	box-shadow: inset 0 0 0 2px #ffffff;
	background: #050505;
}

.nova-shop-sidebar .count,
.nova-shop-sidebar .woocommerce-widget-layered-nav-list .count {
	margin-left: auto;
	color: #07144d;
	font-size: 0.62rem;
	font-weight: 500;
}

.nova-shop-sidebar .wc-block-components-checkbox input,
.nova-shop-sidebar .wc-block-attribute-filter-list input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.nova-shop-sidebar .product-categories .children,
.nova-shop-sidebar .wp-block-categories-list .children,
.nova-shop-sidebar .wc-block-product-categories-list .children {
	margin-top: 0.4rem;
	padding-left: 0.85rem;
	border-left: 0;
}

.nova-shop-sidebar .product-categories .children li + li,
.nova-shop-sidebar .wp-block-categories-list .children li + li,
.nova-shop-sidebar .wc-block-product-categories-list .children li + li {
	margin-top: 10px;
	padding-top: 10px;
}

.nova-shop-sidebar form.woocommerce-product-search,
.nova-shop-sidebar .wp-block-search__inside-wrapper {
	display: grid;
	gap: 0.55rem;
}

.nova-shop-sidebar input[type="search"],
.nova-shop-sidebar input[type="text"],
.nova-shop-sidebar input[type="number"],
.nova-shop-sidebar input[type="email"],
.nova-shop-sidebar select {
	width: 100%;
	min-height: 2rem;
	padding: 0 0.55rem;
	border: 1px solid rgba(5, 5, 5, 0.18);
	border-radius: 0;
	background: var(--nova-theme-shop-surface-strong);
	color: #050505;
	font-size: 0.72rem;
}

.nova-shop-sidebar input[type="search"]:focus,
.nova-shop-sidebar input[type="text"]:focus,
.nova-shop-sidebar input[type="number"]:focus,
.nova-shop-sidebar input[type="email"]:focus,
.nova-shop-sidebar select:focus {
	border-color: rgba(15, 118, 110, 0.6);
	outline: 0;
	box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
}

.nova-shop-sidebar button,
.nova-shop-sidebar input[type="submit"],
.nova-shop-sidebar .button,
.nova-shop-sidebar .wp-element-button,
.nova-shop-sidebar .wc-block-product-search__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 1.45rem;
	padding: 0 0.55rem;
	border: 0;
	border-radius: 999px;
	background: #111827;
	color: #ffffff;
	font-size: 0.62rem;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	transition: background 180ms ease, transform 180ms ease;
}

.nova-shop-sidebar button:hover,
.nova-shop-sidebar button:focus,
.nova-shop-sidebar input[type="submit"]:hover,
.nova-shop-sidebar input[type="submit"]:focus,
.nova-shop-sidebar .button:hover,
.nova-shop-sidebar .button:focus,
.nova-shop-sidebar .wp-element-button:hover,
.nova-shop-sidebar .wp-element-button:focus,
.nova-shop-sidebar .wc-block-product-search__button:hover,
.nova-shop-sidebar .wc-block-product-search__button:focus {
	background: #0f766e;
	color: #ffffff;
	transform: translateY(-1px);
}

.nova-shop-sidebar .tagcloud,
.nova-shop-sidebar .wp-block-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.nova-shop-sidebar .tagcloud a,
.nova-shop-sidebar .wp-block-tag-cloud a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 14px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	color: #111827;
	font-size: 0.88rem !important;
}

.nova-shop-sidebar .tagcloud a:hover,
.nova-shop-sidebar .tagcloud a:focus,
.nova-shop-sidebar .wp-block-tag-cloud a:hover,
.nova-shop-sidebar .wp-block-tag-cloud a:focus {
	border-color: rgba(15, 118, 110, 0.26);
	background: rgba(15, 118, 110, 0.1);
}

.nova-shop-sidebar .product_list_widget li {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.nova-shop-sidebar .product_list_widget li img {
	float: none;
	width: 72px;
	margin: 0;
	border-radius: 16px;
	background: #f3f4f6;
}

.nova-shop-sidebar .product_list_widget li a {
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
}

.nova-shop-sidebar .product_list_widget .amount {
	color: #0f766e;
	font-weight: 800;
}

.nova-shop-sidebar__product-price {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	color: #0f766e;
	font-weight: 800;
}

.nova-shop-sidebar__product-price del {
	color: #9ca3af;
	font-weight: 600;
}

.nova-shop-sidebar .widget_price_filter .price_slider_wrapper {
	padding-top: 0.65rem;
}

.nova-shop-sidebar .widget_price_filter .ui-widget-content {
	height: 0.28rem;
	border: 0;
	border-radius: 999px;
	background: #050505;
	box-shadow: none;
}

.nova-shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
	background: #050505;
}

.nova-shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
	top: -0.48rem;
	width: 1.25rem;
	height: 1.25rem;
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 2px 12px rgba(5, 5, 5, 0.14);
	cursor: grab;
}

.nova-shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.48rem;
	height: 0.48rem;
	border-radius: 999px;
	background: #050505;
	transform: translate(-50%, -50%);
}

.nova-shop-sidebar .widget_price_filter .price_slider_amount {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	align-items: center;
	margin-top: 1rem;
	color: #050505;
	font-size: 0.78rem;
	line-height: 1.2;
}

.nova-shop-sidebar .widget_price_filter .price_slider_amount .clear {
	display: none;
}

.nova-shop-sidebar .widget_price_filter .price_slider_amount .button {
	order: 1;
	min-height: 1.9rem;
	padding: 0 0.85rem;
	font-size: 0.72rem;
}

.nova-shop-sidebar .widget_price_filter .price_label {
	order: 2;
	margin-left: auto;
	color: #050505;
	font-size: 0.78rem;
	font-weight: 600;
}

.nova-shop-sidebar__widget--placeholder p {
	margin: 0;
}

.nova-shop-empty {
	max-width: 640px;
	margin: 0;
	padding: 16px 0;
	border-top: 1px solid rgba(15, 23, 42, 0.1);
	color: #4b5563;
	font-size: 0.98rem;
	line-height: 1.7;
}

.nova-shop-empty p {
	margin: 0;
}

.site-main--search {
	min-height: 60vh;
}

.site-panel--search {
	--nova-theme-shop-columns: 4;
}

.site-panel--search .site-panel__shop-layout {
	grid-template-columns: minmax(0, 1fr);
}

.nova-search-header {
	position: relative;
	padding: clamp(24px, 4vw, 38px);
	border: 0;
	border-radius: 30px;
	background: transparent;
	box-shadow: none;
	overflow: hidden;
}

.site-panel--search .woocommerce-products-header__title {
	font-size: clamp(1.55rem, 2.5vw, 2.25rem);
	line-height: 1;
}

.nova-search-header__eyebrow {
	margin: 0;
	color: #0f766e;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.nova-search-header__summary {
	margin: 0;
	color: #4b5563;
	font-size: 1.02rem;
	line-height: 1.7;
}

.nova-search-form {
	width: min(100%, 680px);
	margin-top: 4px;
}

.nova-search-form .search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	padding: 8px;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.nova-search-form label {
	margin: 0;
}

.nova-search-form .search-field {
	width: 100%;
	min-height: 48px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	background: #f8fafc;
	color: #111827;
}

.nova-search-form .search-field:focus {
	outline: 0;
	box-shadow: inset 0 0 0 2px rgba(15, 118, 110, 0.34);
}

.nova-search-form .search-submit,
.nova-search-result-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	background: #111827;
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	transition: background 180ms ease, transform 180ms ease;
}

.nova-search-form .search-submit:hover,
.nova-search-form .search-submit:focus,
.nova-search-result-card__button:hover,
.nova-search-result-card__button:focus {
	background: #0f766e;
	color: #ffffff;
	transform: translateY(-1px);
}

.nova-search-results-grid {
	display: grid;
	grid-template-columns: repeat(var(--nova-theme-shop-columns), minmax(0, 1fr));
	gap: clamp(18px, 3vw, 34px);
}

.nova-search-result-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	margin: 0;
	padding: 14px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
	overflow: hidden;
	transition: box-shadow 260ms ease, transform 260ms ease;
}

.nova-search-result-card:hover,
.nova-search-result-card:focus-within {
	box-shadow: var(--nova-theme-shop-product-hover-shadow);
	transform: translateY(-2px);
}

.nova-search-result-card__media {
	display: block;
	margin-bottom: 16px;
	overflow: hidden;
	background: #f3f4f6;
	text-decoration: none;
}

.nova-search-result-card__media img {
	display: block;
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
	margin: 0;
	object-fit: cover;
	transform: scale(1);
	transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nova-search-result-card:hover .nova-search-result-card__media img,
.nova-search-result-card:focus-within .nova-search-result-card__media img {
	transform: scale(var(--nova-theme-shop-product-hover-scale));
}

.nova-search-result-card__placeholder {
	display: grid;
	aspect-ratio: 1 / 1;
	place-items: center;
	color: #0f766e;
	font-size: clamp(2rem, 5vw, 3.4rem);
}

.nova-search-result-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
}

.nova-search-result-card__type {
	margin-bottom: 8px;
	color: #0f766e;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.nova-search-result-card__title {
	margin: 0 0 10px;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.35;
}

.nova-search-result-card__title a {
	color: #111827;
	text-decoration: none;
}

.nova-search-result-card__title a:hover,
.nova-search-result-card__title a:focus {
	color: #0f766e;
}

.nova-search-result-card__price {
	margin-bottom: 16px;
	color: #0f766e;
	font-size: 1rem;
	font-weight: 800;
}

.nova-search-result-card__excerpt {
	margin-bottom: 18px;
	color: #4b5563;
	font-size: 0.94rem;
	line-height: 1.65;
}

.nova-search-result-card__excerpt p {
	margin: 0;
}

.nova-search-result-card__button {
	margin-top: auto;
	min-height: 42px;
	padding-inline: 18px;
	border-radius: 0;
}

.site-panel--search .pagination {
	margin-top: clamp(32px, 5vw, 60px);
}

.site-panel--search .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.site-panel--search .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 11px 14px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	background: #ffffff;
	color: #111827;
	font-weight: 700;
	text-decoration: none;
}

.site-panel--search .page-numbers.current,
.site-panel--search a.page-numbers:hover,
.site-panel--search a.page-numbers:focus {
	background: #111827;
	color: #ffffff;
}

.nova-search-empty {
	display: grid;
	justify-items: start;
	gap: 12px;
	max-width: 620px;
	padding: clamp(28px, 5vw, 48px);
	border: 1px solid var(--nova-theme-shop-border);
	border-radius: 30px;
	background: var(--nova-theme-shop-surface);
	box-shadow: var(--nova-theme-shop-soft-shadow);
}

.nova-search-empty__icon {
	display: inline-grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 999px;
	background: rgba(15, 118, 110, 0.1);
	color: #0f766e;
	font-size: 1.6rem;
}

.nova-search-empty__title {
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	line-height: 1;
	color: #111827;
}

.nova-search-empty p {
	margin: 0;
	color: #4b5563;
	line-height: 1.7;
}

.site-panel--shop ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(18px, 3vw, 34px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-panel--shop ul.products::before,
.site-panel--shop ul.products::after {
	display: none;
}

.woocommerce .site-panel--shop ul.products li.product,
.site-panel--shop ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
	overflow: hidden;
	transition: box-shadow 260ms ease;
}

.woocommerce .site-panel--shop ul.products li.product:hover,
.woocommerce .site-panel--shop ul.products li.product:focus-within,
.site-panel--shop ul.products li.product:hover,
.site-panel--shop ul.products li.product:focus-within {
	box-shadow: var(--nova-theme-shop-product-hover-shadow);
}

.site-panel--shop ul.products li.product a {
	text-decoration: none;
}

.site-panel--shop ul.products li.product img {
	aspect-ratio: 1 / 1;
	width: 100%;
	margin: 0 0 16px;
	object-fit: cover;
	background: #f3f4f6;
	transform: scale(1);
	transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.woocommerce .site-panel--shop ul.products li.product:hover img,
.woocommerce .site-panel--shop ul.products li.product:focus-within img,
.site-panel--shop ul.products li.product:hover img,
.site-panel--shop ul.products li.product:focus-within img {
	transform: scale(var(--nova-theme-shop-product-hover-scale));
}

.site-panel--shop ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	margin: 0 14px 10px;
	color: #111827;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
}

.site-panel--shop ul.products li.product .price {
	display: block;
	margin: 0 14px 16px;
	color: #0f766e;
	font-size: 1rem;
	font-weight: 800;
}

.site-panel--shop ul.products li.product .button {
	display: var(--nova-theme-shop-purchase-button-display);
	align-items: center;
	justify-content: center;
	margin: 0 14px 14px;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 0;
	background: #111827;
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
}

.site-panel--shop ul.products li.product .button:hover,
.site-panel--shop ul.products li.product .button:focus {
	background: #0f766e;
	color: #ffffff;
}

.site-panel--shop nav.woocommerce-pagination {
	margin-top: clamp(32px, 5vw, 60px);
}

.site-panel--shop nav.woocommerce-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	border: 0;
	margin: 0;
	padding: 6px;
}

.site-panel--shop nav.woocommerce-pagination ul li {
	border: 0;
}

.site-panel--shop nav.woocommerce-pagination ul li a,
.site-panel--shop nav.woocommerce-pagination ul li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 48px;
	padding: 0 16px;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 999px;
	background: #ffffff;
	color: #111827;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition:
		background 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		color 180ms ease,
		transform 180ms ease;
}

.site-panel--shop nav.woocommerce-pagination ul li span.current,
.site-panel--shop nav.woocommerce-pagination ul li a:hover,
.site-panel--shop nav.woocommerce-pagination ul li a:focus {
	background: #111827;
	border-color: #111827;
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
	transform: translateY(-1px);
}

.site-panel--shop nav.woocommerce-pagination ul li a:focus-visible {
	outline: 3px solid rgba(15, 23, 42, 0.22);
	outline-offset: 3px;
}

@media (max-width: 760px) {
	.site-panel--shop.site-panel--shop-has-sidebar .site-panel__shop-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.site-panel--shop.site-panel--shop-has-sidebar .site-panel__shop-content,
	.site-panel--shop.site-panel--shop-has-sidebar .nova-shop-sidebar {
		grid-column: auto;
		grid-row: auto;
	}

	.site-panel--shop.site-panel--shop-has-sidebar .site-panel__shop-content {
		order: 2;
	}

	.site-panel--shop.site-panel--shop-has-sidebar .nova-shop-sidebar {
		order: 1;
	}

	.nova-shop-sidebar__inner {
		position: static;
		grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
		gap: 1rem;
	}
}

@media (max-width: 900px) {
	.nova-search-results-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-panel--shop ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.site-main--shop {
		padding: 28px 16px 48px;
	}

	.nova-search-form .search-form {
		grid-template-columns: 1fr;
		border-radius: 22px;
	}

	.nova-search-form .search-submit {
		width: 100%;
	}

	.nova-search-results-grid,
	.site-panel--shop ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nova-shop-sidebar .widget,
	.nova-shop-sidebar .wp-block-group,
	.nova-shop-sidebar .wp-block-search,
	.nova-shop-sidebar .wp-block-woocommerce-product-search {
		padding: 0 0 1rem;
		border-radius: 0;
	}
}
