/* Sasha Weldcut product archive layout. */

body.woocommerce-shop,
body.tax-product_cat,
body.tax-product_tag,
body.post-type-archive-product {
	--swc-archive-ink: var(--e-global-color-secondary, #1b1b1b);
	--swc-archive-muted: var(--e-global-color-primary, #6d6d6d);
	--swc-archive-surface: var(--e-global-color-text, #ffffff);
	--swc-archive-soft: var(--e-global-color-51199cd, #f6f6f6);
	--swc-archive-line: var(--e-global-color-4d462f5, #e1e1e1);
	--swc-archive-dark: var(--e-global-color-7fbea4f, #1d1d1d);
	--swc-archive-dark-2: var(--e-global-color-7ff260b, #3c3c3c);
	--swc-archive-accent: var(--e-global-color-8a07907, #38cfe4);
	--swc-archive-accent-2: var(--e-global-color-dd5f995, #51acb9);
	--swc-archive-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
	background: var(--swc-archive-soft);
	color: var(--swc-archive-muted);
	font-family: var(--e-global-typography-b2ce6af-font-family, Inter), Sans-serif;
}

body.woocommerce-shop .wp-site-blocks,
body.tax-product_cat .wp-site-blocks,
body.tax-product_tag .wp-site-blocks,
body.post-type-archive-product .wp-site-blocks,
body.woocommerce-shop main.site-main,
body.tax-product_cat main.site-main,
body.tax-product_tag main.site-main,
body.post-type-archive-product main.site-main,
body.woocommerce-shop .site-main,
body.tax-product_cat .site-main,
body.tax-product_tag .site-main,
body.post-type-archive-product .site-main {
	background: var(--swc-archive-soft);
}

body.woocommerce-shop .woocommerce,
body.tax-product_cat .woocommerce,
body.tax-product_tag .woocommerce,
body.post-type-archive-product .woocommerce {
	width: min(1280px, calc(100% - 48px));
	margin: 0 auto;
	padding: 58px 0 84px;
}

.swc-product-archive-hero {
	position: relative;
	left: 50%;
	width: 100vw;
	margin: -58px 0 34px;
	margin-left: -50vw;
	min-height: 300px;
	display: flex;
	align-items: flex-end;
	background:
		linear-gradient(90deg, rgba(29, 29, 29, 0.9) 0%, rgba(29, 29, 29, 0.58) 52%, rgba(29, 29, 29, 0.24) 100%),
		url("/sashaweldcut/wp-content/uploads/2026/04/welder-used-grinding-stone-on-steel-in-factory-with-sparks-1.jpg") center / cover no-repeat;
	overflow: hidden;
}

body.woocommerce-shop .swc-product-archive-hero {
	margin-top: 0;
}

.swc-product-archive-hero__content {
	width: min(1280px, calc(100% - 48px));
	margin: 0 auto;
	padding: clamp(32px, 6vw, 64px) 0;
	color: #ffffff;
}

.swc-product-archive-hero__eyebrow {
	display: inline-flex;
	margin-bottom: 14px;
	color: var(--swc-archive-accent);
	font-family: var(--e-global-typography-accent-font-family, Lato), Sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1;
	text-transform: uppercase;
}

.swc-product-archive-hero h1 {
	margin: 0 0 14px;
	color: #ffffff;
	font-family: var(--e-global-typography-a435f28-font-family, Lato), Sans-serif;
	font-size: clamp(34px, 5vw, 61px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.swc-product-archive-hero p {
	max-width: 650px;
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 17px;
	line-height: 1.65;
}

body.woocommerce-shop .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header,
body.post-type-archive-product .woocommerce-products-header {
	margin: 0 0 26px;
	padding: 0 0 22px;
	border-bottom: 1px solid var(--swc-archive-line);
	color: var(--swc-archive-accent);
}

body.woocommerce-shop .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_tag .woocommerce-products-header__title,
body.post-type-archive-product .woocommerce-products-header__title,
body.woocommerce-shop .page-title,
body.tax-product_cat .page-title,
body.tax-product_tag .page-title,
body.post-type-archive-product .page-title {
	margin: 0;
	color: var(--swc-archive-ink);
	font-family: var(--e-global-typography-5d167aa-font-family, Lato), Sans-serif;
	font-size: clamp(30px, 3.5vw, 48px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.12;
}

body.woocommerce-shop .term-description,
body.tax-product_cat .term-description,
body.tax-product_tag .term-description,
body.post-type-archive-product .term-description {
	max-width: 760px;
	margin-top: 12px;
	color: var(--swc-archive-muted);
	font-size: 16px;
	line-height: 1.65;
}

.swc-product-archive-layout {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 30px;
	align-items: start;
	clear: both;
	margin-bottom: 72px;
}

.swc-product-archive-sidebar {
	position: sticky;
	top: 24px;
	background: var(--swc-archive-dark);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: var(--swc-archive-shadow);
	overflow: hidden;
}

.swc-product-archive-sidebar h2 {
	margin: 0;
	padding: 20px 22px;
	background: var(--swc-archive-accent);
	color: #ffffff;
	font-family: var(--e-global-typography-7044a64-font-family, Lato), Sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
}

.swc-product-category-nav {
	display: grid;
}

.swc-product-category-group {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.swc-product-category-group:last-child {
	border-bottom: 0;
}

.swc-product-category-heading {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	padding: 17px 20px;
	color: #ffffff !important;
	font-family: var(--e-global-typography-520c191-font-family, Lato), Sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none !important;
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease;
}

.swc-product-category-heading::-webkit-details-marker {
	display: none;
}

.swc-product-category-heading::after {
	width: 11px;
	height: 11px;
	margin-left: auto;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	content: "";
	transform: rotate(45deg) translateY(-2px);
	transition: transform 180ms ease;
}

.swc-product-category-group[open] .swc-product-category-heading::after {
	transform: rotate(225deg) translateY(-2px);
}

.swc-product-category-heading:hover,
.swc-product-category-group.is-active .swc-product-category-heading {
	background: var(--swc-archive-dark-2);
	color: var(--swc-archive-accent) !important;
}

.swc-product-category-heading small {
	display: inline-flex;
	min-width: 28px;
	height: 28px;
	margin-left: auto;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.86);
	font-family: var(--e-global-typography-69c152f-font-family, Inter), Sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.swc-product-category-group ul {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 8px 0 12px;
	background: #ffffff;
	list-style: none;
}

.swc-product-category-group:not([open]) ul {
	display: none;
}

.swc-product-category-group li {
	margin: 0;
}

.swc-product-category-link {
	position: relative;
	display: block;
	padding: 10px 18px 10px 42px;
	color: var(--swc-archive-ink) !important;
	font-size: 14px;
	line-height: 1.45;
	text-decoration: none !important;
}

.swc-product-category-link::before {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 0;
	height: 0;
	background: var(--swc-archive-accent);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid var(--swc-archive-accent);
	content: "";
}

.swc-product-category-link:hover,
.swc-product-category-link.is-active {
	color: var(--swc-archive-accent-2) !important;
}

.swc-product-category-all {
	background: var(--swc-archive-soft);
	font-family: var(--e-global-typography-520c191-font-family, Lato), Sans-serif;
	font-weight: 700;
}

.swc-product-category-all::before {
	background: transparent;
	border-left-color: var(--swc-archive-dark);
}

.swc-product-category-all.is-active {
	background: rgba(56, 207, 228, 0.12);
}

.swc-product-category-empty {
	display: block;
	padding: 12px 20px;
	background: #ffffff;
	color: var(--swc-archive-muted) !important;
	font-size: 14px;
	text-decoration: none !important;
}

.swc-product-archive-main {
	min-width: 0;
}

body.woocommerce-shop .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.tax-product_tag .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count {
	margin: 0 0 18px;
	color: var(--swc-archive-muted);
	font-size: 14px;
	line-height: 1.5;
}

body.woocommerce-shop .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering,
body.tax-product_tag .woocommerce-ordering,
body.post-type-archive-product .woocommerce-ordering {
	margin: -8px 0 22px;
}

body.woocommerce-shop .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select,
body.tax-product_tag .woocommerce-ordering select,
body.post-type-archive-product .woocommerce-ordering select {
	min-height: 44px;
	background: #ffffff;
	border: 1px solid var(--swc-archive-line);
	border-radius: 0;
	color: var(--swc-archive-ink);
	font-size: 14px;
}

body.woocommerce-shop ul.products,
body.tax-product_cat ul.products,
body.tax-product_tag ul.products,
body.post-type-archive-product ul.products {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.woocommerce-shop ul.products::before,
body.woocommerce-shop ul.products::after,
body.tax-product_cat ul.products::before,
body.tax-product_cat ul.products::after,
body.tax-product_tag ul.products::before,
body.tax-product_tag ul.products::after,
body.post-type-archive-product ul.products::before,
body.post-type-archive-product ul.products::after {
	display: none;
}

body.woocommerce-shop ul.products li.product,
body.tax-product_cat ul.products li.product,
body.tax-product_tag ul.products li.product,
body.post-type-archive-product ul.products li.product {
	position: relative;
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 0;
	align-items: start;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #ffffff;
	border: 1px solid var(--swc-archive-line);
	border-radius: 0;
	box-shadow: var(--swc-archive-shadow);
	overflow: hidden;
}

body.woocommerce-shop ul.products li.product:last-child,
body.tax-product_cat ul.products li.product:last-child,
body.tax-product_tag ul.products li.product:last-child,
body.post-type-archive-product ul.products li.product:last-child {
	border-bottom: 1px solid var(--swc-archive-line);
}

body.woocommerce-shop ul.products li.product > a.woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product > a.woocommerce-LoopProduct-link,
body.tax-product_tag ul.products li.product > a.woocommerce-LoopProduct-link,
body.post-type-archive-product ul.products li.product > a.woocommerce-LoopProduct-link {
	display: contents;
	color: inherit;
	text-decoration: none;
}

body.woocommerce-shop ul.products li.product img,
body.tax-product_cat ul.products li.product img,
body.tax-product_tag ul.products li.product img,
body.post-type-archive-product ul.products li.product img {
	grid-column: 1;
	grid-row: 1 / span 8;
	width: 100%;
	height: 240px;
	min-height: 0;
	aspect-ratio: auto;
	margin: 0 !important;
	padding: 20px;
	background: var(--swc-archive-soft);
	border: 0;
	object-fit: contain;
}

.swc-product-card-category {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	max-width: calc(220px - 24px);
	padding: 5px 10px;
	background: var(--swc-archive-dark);
	color: var(--swc-archive-accent);
	font-family: var(--e-global-typography-accent-font-family, Lato), Sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1;
	text-transform: uppercase;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
	grid-column: 2;
	align-self: start;
	margin: 0;
	padding: 18px 24px 0 !important;
	color: var(--swc-archive-ink);
	font-family: var(--e-global-typography-7044a64-font-family, Lato), Sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
}

body.woocommerce-shop ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.tax-product_tag ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price {
	grid-column: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 8px 24px 0;
	color: var(--swc-archive-accent-2);
	font-family: var(--e-global-typography-520c191-font-family, Lato), Sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

body.woocommerce-shop ul.products li.product .price::after,
body.tax-product_cat ul.products li.product .price::after,
body.tax-product_tag ul.products li.product .price::after,
body.post-type-archive-product ul.products li.product .price::after {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-left: 10px;
	color: #2a7a3a;
	content: "• Available on request";
	font-family: var(--e-global-typography-69c152f-font-family, Inter), Sans-serif;
	font-size: 12px;
	font-weight: 600;
}

.swc-product-card-rating {
	grid-column: 2;
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 6px 24px 0;
	color: var(--swc-archive-muted);
	font-size: 13px;
	line-height: 1.2;
}

.swc-product-card-stars {
	color: #e9a800;
	letter-spacing: 0;
}

.swc-product-card-stars span {
	position: relative;
	display: inline-block;
	color: var(--swc-archive-line);
}

.swc-product-card-stars span::before {
	position: absolute;
	left: 0;
	width: 50%;
	overflow: hidden;
	color: #e9a800;
	content: "★";
}

.swc-product-card-rating strong {
	color: var(--swc-archive-ink);
	font-weight: 600;
}

.swc-product-card-review-text {
	color: var(--swc-archive-accent-2);
	font-size: 12px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.swc-product-archive-excerpt {
	grid-column: 2;
	margin: 8px 24px 0;
	color: var(--swc-archive-muted);
	font-size: 15px;
	line-height: 1.65;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.swc-product-archive-excerpt p {
	margin: 0;
}

.swc-product-card-specs {
	grid-column: 2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px 18px;
	margin: 12px 24px 0;
	padding-top: 12px;
	border-top: 1px solid var(--swc-archive-line);
	color: var(--swc-archive-muted);
	font-size: 12px;
	line-height: 1.45;
}

.swc-product-card-spec span {
	color: #8a8a8a;
}

.swc-product-card-spec.is-empty {
	color: #8a8a8a;
}

.swc-product-card-tags {
	grid-column: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 12px 24px 0;
	padding-top: 12px;
	border-top: 1px solid var(--swc-archive-line);
}

.swc-product-card-tags span {
	display: inline-flex;
	padding: 4px 10px;
	background: var(--swc-archive-soft);
	border: 1px solid var(--swc-archive-line);
	color: var(--swc-archive-muted);
	font-size: 11px;
	line-height: 1.2;
}

body.woocommerce-shop ul.products li.product .button,
body.tax-product_cat ul.products li.product .button,
body.tax-product_tag ul.products li.product .button,
body.post-type-archive-product ul.products li.product .button {
	display: inline-flex !important;
	width: auto;
	max-width: max-content;
	min-width: 144px;
	min-height: 46px;
	margin: 0 !important;
	padding: 15px 18px !important;
	background: var(--swc-archive-dark) !important;
	border: 1px solid var(--swc-archive-dark) !important;
	border-radius: 0 !important;
	color: #ffffff !important;
	font-family: var(--e-global-typography-accent-font-family, Lato), Sans-serif;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.5px;
	line-height: 1 !important;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.swc-product-card-actions {
	grid-column: 2;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	align-items: center;
	margin: 16px 24px 24px;
}

body.woocommerce-shop ul.products li.product .button:hover,
body.tax-product_cat ul.products li.product .button:hover,
body.tax-product_tag ul.products li.product .button:hover,
body.post-type-archive-product ul.products li.product .button:hover {
	background: var(--swc-archive-accent) !important;
	border-color: var(--swc-archive-accent) !important;
	transform: translateY(-1px);
}

body.woocommerce-shop ul.products li.product .swc-archive-quote-button,
body.tax-product_cat ul.products li.product .swc-archive-quote-button,
body.tax-product_tag ul.products li.product .swc-archive-quote-button,
body.post-type-archive-product ul.products li.product .swc-archive-quote-button {
	background: var(--swc-archive-accent) !important;
	border-color: var(--swc-archive-accent) !important;
}

body.woocommerce-shop ul.products li.product .swc-archive-brochure-button,
body.tax-product_cat ul.products li.product .swc-archive-brochure-button,
body.tax-product_tag ul.products li.product .swc-archive-brochure-button,
body.post-type-archive-product ul.products li.product .swc-archive-brochure-button {
	display: inline-flex !important;
	width: auto;
	max-width: max-content;
	background: var(--swc-archive-soft) !important;
	border-color: var(--swc-archive-line) !important;
	color: var(--swc-archive-ink) !important;
}

body.woocommerce-shop ul.products li.product .swc-archive-brochure-button:hover,
body.tax-product_cat ul.products li.product .swc-archive-brochure-button:hover,
body.tax-product_tag ul.products li.product .swc-archive-brochure-button:hover,
body.post-type-archive-product ul.products li.product .swc-archive-brochure-button:hover {
	background: #ffffff !important;
	border-color: var(--swc-archive-accent) !important;
	color: var(--swc-archive-accent-2) !important;
}

body.woocommerce-shop ul.products li.product .swc-archive-brochure-button.is-disabled,
body.tax-product_cat ul.products li.product .swc-archive-brochure-button.is-disabled,
body.tax-product_tag ul.products li.product .swc-archive-brochure-button.is-disabled,
body.post-type-archive-product ul.products li.product .swc-archive-brochure-button.is-disabled {
	cursor: not-allowed;
	opacity: 0.62;
	pointer-events: none;
}

body.woocommerce-shop ul.products li.product .swc-archive-quote-button:hover,
body.tax-product_cat ul.products li.product .swc-archive-quote-button:hover,
body.tax-product_tag ul.products li.product .swc-archive-quote-button:hover,
body.post-type-archive-product ul.products li.product .swc-archive-quote-button:hover {
	background: var(--swc-archive-accent-2) !important;
	border-color: var(--swc-archive-accent-2) !important;
}

body.woocommerce-shop .woocommerce-pagination,
body.tax-product_cat .woocommerce-pagination,
body.tax-product_tag .woocommerce-pagination,
body.post-type-archive-product .woocommerce-pagination {
	margin-top: 34px;
}

body.woocommerce-shop .woocommerce-pagination ul,
body.tax-product_cat .woocommerce-pagination ul,
body.tax-product_tag .woocommerce-pagination ul,
body.post-type-archive-product .woocommerce-pagination ul {
	border: 0;
}

body.woocommerce-shop .woocommerce-pagination ul li,
body.tax-product_cat .woocommerce-pagination ul li,
body.tax-product_tag .woocommerce-pagination ul li,
body.post-type-archive-product .woocommerce-pagination ul li {
	border: 0;
	margin: 0 4px;
}

body.woocommerce-shop .woocommerce-pagination ul li a,
body.woocommerce-shop .woocommerce-pagination ul li span,
body.tax-product_cat .woocommerce-pagination ul li a,
body.tax-product_cat .woocommerce-pagination ul li span,
body.tax-product_tag .woocommerce-pagination ul li a,
body.tax-product_tag .woocommerce-pagination ul li span,
body.post-type-archive-product .woocommerce-pagination ul li a,
body.post-type-archive-product .woocommerce-pagination ul li span {
	min-width: 42px;
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: var(--swc-archive-ink);
}

body.woocommerce-shop .woocommerce-pagination ul li span.current,
body.woocommerce-shop .woocommerce-pagination ul li a:hover,
body.tax-product_cat .woocommerce-pagination ul li span.current,
body.tax-product_cat .woocommerce-pagination ul li a:hover,
body.tax-product_tag .woocommerce-pagination ul li span.current,
body.tax-product_tag .woocommerce-pagination ul li a:hover,
body.post-type-archive-product .woocommerce-pagination ul li span.current,
body.post-type-archive-product .woocommerce-pagination ul li a:hover {
	background: var(--swc-archive-accent);
	color: #ffffff;
}

@media (max-width: 1024px) {
	.swc-product-archive-layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.swc-product-archive-sidebar {
		position: static;
	}

	.swc-product-category-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swc-product-category-group {
		border-right: 1px solid rgba(255, 255, 255, 0.12);
	}

	body.woocommerce-shop ul.products li.product,
	body.tax-product_cat ul.products li.product,
	body.tax-product_tag ul.products li.product,
	body.post-type-archive-product ul.products li.product {
		grid-template-columns: 200px minmax(0, 1fr);
	}

	.swc-product-card-category {
		max-width: calc(200px - 24px);
	}
}

@media (max-width: 767px) {
	body.woocommerce-shop .woocommerce,
	body.tax-product_cat .woocommerce,
	body.tax-product_tag .woocommerce,
	body.post-type-archive-product .woocommerce {
		width: min(100% - 24px, 767px);
		padding: 38px 0 58px;
	}

	.swc-product-archive-hero {
		min-height: 360px;
		align-items: flex-end;
		background-position: center;
		margin-top: -38px;
	}

	body.woocommerce-shop .swc-product-archive-hero {
		margin-top: 0;
	}

	.swc-product-archive-hero__content {
		width: min(100% - 24px, 767px);
		padding: 28px 0;
	}

	.swc-product-archive-hero p {
		font-size: 15px;
	}

	.swc-product-category-nav {
		grid-template-columns: 1fr;
	}

	body.woocommerce-shop .woocommerce-result-count,
	body.tax-product_cat .woocommerce-result-count,
	body.tax-product_tag .woocommerce-result-count,
	body.post-type-archive-product .woocommerce-result-count,
	body.woocommerce-shop .woocommerce-ordering,
	body.tax-product_cat .woocommerce-ordering,
	body.tax-product_tag .woocommerce-ordering,
	body.post-type-archive-product .woocommerce-ordering {
		float: none;
		width: 100%;
	}

	body.woocommerce-shop .woocommerce-ordering,
	body.tax-product_cat .woocommerce-ordering,
	body.tax-product_tag .woocommerce-ordering,
	body.post-type-archive-product .woocommerce-ordering {
		margin: 0 0 20px;
	}

	body.woocommerce-shop ul.products li.product,
	body.tax-product_cat ul.products li.product,
	body.tax-product_tag ul.products li.product,
	body.post-type-archive-product ul.products li.product {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 0 !important;
	}

	body.woocommerce-shop ul.products li.product img,
	body.tax-product_cat ul.products li.product img,
	body.tax-product_tag ul.products li.product img,
	body.post-type-archive-product ul.products li.product img,
	body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
	body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
	body.woocommerce-shop ul.products li.product .price,
	body.tax-product_cat ul.products li.product .price,
	body.tax-product_tag ul.products li.product .price,
	body.post-type-archive-product ul.products li.product .price,
	.swc-product-archive-excerpt,
	.swc-product-card-specs,
	.swc-product-card-tags,
	.swc-product-card-rating,
	body.woocommerce-shop ul.products li.product .button,
	body.tax-product_cat ul.products li.product .button,
	body.tax-product_tag ul.products li.product .button,
	body.post-type-archive-product ul.products li.product .button {
		grid-column: 1;
	}

	body.woocommerce-shop ul.products li.product img,
	body.tax-product_cat ul.products li.product img,
	body.tax-product_tag ul.products li.product img,
	body.post-type-archive-product ul.products li.product img {
		aspect-ratio: 16 / 10;
		min-height: 220px;
		grid-row: auto;
	}

	body.woocommerce-shop ul.products li.product .button,
	body.tax-product_cat ul.products li.product .button,
	body.tax-product_tag ul.products li.product .button,
	body.post-type-archive-product ul.products li.product .button {
		width: 100%;
		max-width: none;
		margin: 0 !important;
	}

	.swc-product-card-actions {
		grid-column: 1;
		flex-direction: column;
		margin: 0 20px 20px;
	}

	.swc-product-card-specs {
		grid-template-columns: 1fr;
		margin-inline: 20px;
	}

	.swc-product-card-tags,
	.swc-product-card-rating,
	.swc-product-archive-excerpt,
	body.woocommerce-shop ul.products li.product .price,
	body.tax-product_cat ul.products li.product .price,
	body.tax-product_tag ul.products li.product .price,
	body.post-type-archive-product ul.products li.product .price {
		margin-inline: 20px;
	}

	body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
	body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
		padding-inline: 20px !important;
	}
}
