/* Product list + Product Card — Figma 214:327 */
.sr-products .w-vwrapper,
.sr-products .w-hwrapper,
.sr-products .w-grid-item,
.sr-products .w-grid-list-item,
.sr-pcard-grid .w-grid-item {
	min-width: 0;
}

.sr-products .w-grid-item-h,
.w-grid.layout_product_card .w-grid-item-h,
.w-grid.layout_6457 .w-grid-item-h,
.w-grid.sr-pcard-grid .w-grid-item-h {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	overflow: visible !important;
	box-shadow: none !important;
}

.sr-products .sr-pcard,
.w-grid.sr-pcard-grid .sr-pcard {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #ffffff !important;
	border: 1px solid #c3c3c3 !important;
	border-radius: 1rem !important;
	overflow: hidden !important;
}

/* Featured product — orange border */
.sr-products .w-grid-item.featured .sr-pcard,
.sr-products article.featured .sr-pcard,
.w-grid.sr-pcard-grid .w-grid-item.featured .sr-pcard {
	border-color: #ff5c00 !important;
	border-width: 2px !important;
}

.sr-products .sr-pcard-image-wrap,
.w-grid.sr-pcard-grid .sr-pcard-image-wrap,
.sr-pcard-image-wrap {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 21.5rem;
	width: 100%;
	height: 21.5rem;
	max-height: 21.5rem;
	padding: 1.25rem;
	background: #f5f7fa !important;
	overflow: hidden;
	box-sizing: border-box;
}

.sr-products .sr-pcard-image,
.w-grid.layout_product_card .sr-pcard-image,
.w-grid.layout_6457 .sr-pcard-image,
.w-grid.sr-pcard-grid .sr-pcard-image,
.w-post-elm.post_image.sr-pcard-image {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	padding: 0 !important;
	background: transparent !important;
	overflow: hidden !important;
	box-sizing: border-box;
}

.sr-products .sr-pcard-image.has_ratio > div:first-child,
.w-grid.sr-pcard-grid .sr-pcard-image.has_ratio > div:first-child {
	display: none;
}

.sr-products .sr-pcard-image a,
.w-post-elm.post_image.sr-pcard-image a,
.sr-products .sr-pcard-image .w-post-elm-value,
.w-grid.sr-pcard-grid .sr-pcard-image a {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	position: relative !important;
}

.sr-products .sr-pcard-image img,
.w-post-elm.post_image.sr-pcard-image img,
.sr-products .sr-pcard-image.has_height img,
.sr-products .sr-pcard-image.has_ratio img,
.sr-products .sr-pcard-image.stretched img,
.w-grid.layout_product_card .sr-pcard-image img,
.w-grid.layout_6457 .sr-pcard-image img,
.w-grid.sr-pcard-grid .sr-pcard-image img,
.sr-pcard-image-wrap .sr-pcard-image img,
.sr-pcard-image img {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 17.5rem !important;
	object-fit: contain !important;
	object-position: center center !important;
	border-radius: 0;
}

.sr-products .sr-pcard-badge,
.w-grid.layout_product_card .sr-pcard-badge,
.w-grid.layout_6457 .sr-pcard-badge,
.w-grid.sr-pcard-grid .sr-pcard-badge,
.w-post-elm.post_taxonomy.sr-pcard-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	background: #1b2440 !important;
	color: #ffffff !important;
	border: 0 !important;
	border-radius: 6.25rem !important;
	padding: 0.25rem 0.625rem !important;
	font-family: Roboto, Arial, sans-serif;
	font-size: 0.625rem !important;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.sr-products .sr-pcard-badge i,
.sr-products .sr-pcard-badge .w-icon,
.w-grid.sr-pcard-grid .sr-pcard-badge i {
	display: none !important;
}

.sr-products .sr-pcard-badge img,
.w-grid.sr-pcard-grid .sr-pcard-badge img {
	display: none !important;
}

.sr-products .sr-pcard-badge .w-btn,
.sr-products .sr-pcard-badge .us-btn-style_badge,
.sr-products .sr-pcard-badge a,
.sr-products .sr-pcard-badge span,
.w-grid.sr-pcard-grid .sr-pcard-badge .w-btn,
.w-grid.sr-pcard-grid .sr-pcard-badge a,
.w-grid.sr-pcard-grid .sr-pcard-badge span {
	display: inline;
	min-height: 0 !important;
	height: auto !important;
	margin: 0;
	padding: 0 !important;
	background: transparent !important;
	color: #ffffff !important;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em;
	font-family: Roboto, Arial, sans-serif;
	font-size: 0.625rem !important;
	font-weight: 700;
	line-height: 1.2;
}

.sr-products .sr-pcard-fav,
.sr-products .sr-pcard-fav .w-html,
.w-grid.sr-pcard-grid .sr-pcard-fav {
	width: 1.25rem;
	height: 1.25rem;
	line-height: 0;
	z-index: 2;
}

.sr-products .sr-pcard__heart,
.w-grid.sr-pcard-grid .sr-pcard__heart {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
}

.sr-products .sr-pcard-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.sr-products .sr-pcard-meta {
	width: 100%;
}

.sr-products .sr-pcard-title,
.sr-products .sr-pcard-title a,
.sr-products .sr-pcard-title .w-post-elm-value {
	margin: 0;
	color: #000000;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: normal;
	text-transform: none;
	letter-spacing: 0;
}

.sr-products .sr-pcard-price-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	gap: 0.25rem;
	width: 100%;
}

.sr-products .sr-pcard-from,
.sr-products .sr-pcard-from .w-text-value,
.sr-products .sr-pcard-price,
.sr-products .sr-pcard-price p,
.sr-products .sr-pcard-price .price,
.sr-products .sr-pcard-price .woocommerce-Price-amount,
.sr-products .sr-pcard-price .woocommerce-Price-currencySymbol,
.sr-products .sr-pcard-price bdi {
	display: inline;
	margin: 0;
	padding: 0;
	color: #ff5c00;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: normal;
}

.sr-products .sr-pcard-price .from,
.sr-products .sr-pcard-price del,
.sr-products .sr-pcard-price .price del {
	display: none;
}

.sr-products .sr-pcard-price-note,
.sr-products .sr-pcard-price-note .w-text-value {
	color: #202020;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: normal;
	white-space: nowrap;
}

.sr-products .sr-pcard-specs {
	width: 100%;
}

.sr-products .sr-pcard-specs > div {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 1.5rem;
	margin: 0 0 0.5rem;
	padding: 0;
	border: 0;
	color: #202020;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background: none;
}

.sr-products .sr-pcard-specs > div:last-child {
	margin-bottom: 0;
}

.sr-products .sr-pcard-specs > div::before {
	content: "";
	flex: 0 0 0.875rem;
	width: 0.875rem;
	height: 0.875rem;
	background: url("../icons/check-circle.svg") center / 0.875rem 0.875rem no-repeat;
}

.sr-products .sr-pcard-specs .w-post-elm-before,
.sr-products .sr-pcard-specs .woocommerce-product-attributes-item__value {
	font-weight: 400;
}

.sr-products .sr-pcard-actions {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 0.75rem;
	width: 100%;
	margin-top: auto;
}

.sr-products .sr-pcard-actions > *,
.sr-products .sr-pcard-btn {
	flex: 1 1 0;
	min-width: 0;
	width: auto;
	margin: 0;
}

.sr-products .sr-pcard-actions .w-btn,
.sr-products .sr-pcard-btn .w-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 2.9375rem;
	height: 2.9375rem;
	padding: 0.875rem 0.75rem;
	text-transform: none !important;
	letter-spacing: 0 !important;
	border-radius: 0.5rem !important;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	box-shadow: none !important;
}

.sr-products .sr-pcard-btn--ghost .w-btn {
	border: 1px solid #c3c3c3 !important;
	background: transparent !important;
	color: #1a202c !important;
}

.sr-products .sr-pcard-btn--solid .w-btn {
	border: 1px solid transparent !important;
	background: #ff5c00 !important;
	color: #ffffff !important;
}

.sr-products .g-loadmore,
.sr-products .w-grid-pagination,
.sr-products .w-grid-list-pagination {
	text-align: center;
	margin-top: 2.5rem;
}

.sr-products .g-loadmore .w-btn,
.sr-products .w-grid-pagination .w-btn,
.sr-products .w-grid-list-pagination .w-btn {
	border: 1px solid #ff5c00 !important;
	border-radius: 0.5rem !important;
	background: transparent !important;
	color: #000000 !important;
	text-transform: none !important;
	font-weight: 500 !important;
}

@media (min-width: 40rem) {
	.sr-products .sr-pcard-actions .w-btn,
	.sr-products .sr-pcard-btn .w-btn {
		padding: 0.875rem 1.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sr-products [class*="afb"],
	.sr-products .animate_afb {
		animation: none !important;
	}
}
