:root {
	--c504-green: #72bf44;
	--c504-red: #d71920;
	--c504-navy: #0b1a2a;
	--c504-blue: #0f63b6;
	--c504-text: #4a5568;
	--c504-border: #dfe5eb;
	--c504-surface: #f7f9fb;
}

.cloud504-storefront-page #pxl-content-main > .woocommerce,
.cloud504-storefront-page #pxl-content-main > .wc-block-cart,
.cloud504-storefront-page #pxl-content-main > .wc-block-checkout,
.cloud504-storefront-page #pxl-content-main > .woocommerce-account,
.cloud504-storefront-page #pxl-content-main > .page-description {
	box-sizing: border-box;
	width: min(100%, 1280px);
	margin-right: auto;
	margin-left: auto;
	padding: 48px 24px 80px;
}

.cloud504-storefront-page .page-description + .woocommerce {
	padding-top: 0;
}

.c504-shop-intro {
	margin: 0 0 34px;
}

.c504-shop-intro h1 {
	margin: 0 0 12px;
	color: var(--c504-navy);
	font-family: Urbanist, Helvetica, Arial, sans-serif;
	font-size: clamp(38px, 5vw, 58px);
	font-weight: 600;
	line-height: 1.08;
}

.c504-shop-intro p {
	max-width: 900px;
	margin: 0;
	color: var(--c504-text);
	font-size: 18px;
	line-height: 1.7;
}

.cloud504-storefront-page .woocommerce-result-count,
.cloud504-storefront-page .woocommerce-ordering {
	margin-bottom: 26px;
}

.cloud504-storefront-page .woocommerce-ordering select,
.cloud504-storefront-page .select2-container .select2-selection,
.cloud504-storefront-page input[type="text"],
.cloud504-storefront-page input[type="email"],
.cloud504-storefront-page input[type="tel"],
.cloud504-storefront-page input[type="password"],
.cloud504-storefront-page input[type="number"],
.cloud504-storefront-page textarea,
.cloud504-storefront-page select {
	min-height: 48px;
	border: 1px solid var(--c504-border);
	border-radius: 6px;
	background: #fff;
	color: var(--c504-navy);
}

.cloud504-storefront-page input:focus,
.cloud504-storefront-page textarea:focus,
.cloud504-storefront-page select:focus {
	border-color: var(--c504-green);
	box-shadow: 0 0 0 3px rgba(114, 191, 68, 0.18);
	outline: 0;
}

.cloud504-storefront-page .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	clear: both;
}

.cloud504-storefront-page .woocommerce ul.products::before,
.cloud504-storefront-page .woocommerce ul.products::after {
	display: none;
}

.cloud504-storefront-page .woocommerce ul.products li.product {
	box-sizing: border-box;
	width: auto !important;
	margin: 0 !important;
	padding: 20px;
	border: 1px solid var(--c504-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(11, 26, 42, 0.06);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cloud504-storefront-page .woocommerce ul.products li.product:hover {
	border-color: rgba(114, 191, 68, 0.8);
	box-shadow: 0 14px 34px rgba(11, 26, 42, 0.12);
	transform: translateY(-3px);
}

.cloud504-storefront-page .woocommerce ul.products li.product img {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-bottom: 18px;
	object-fit: contain;
}

.cloud504-storefront-page .woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 2.8em;
	margin: 0;
	color: var(--c504-navy);
	font-family: Urbanist, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.cloud504-storefront-page .woocommerce ul.products li.product .price,
.cloud504-storefront-page .woocommerce div.product p.price,
.cloud504-storefront-page .woocommerce div.product span.price {
	color: var(--c504-navy);
	font-weight: 700;
}

.cloud504-storefront-page .woocommerce a.button,
.cloud504-storefront-page .woocommerce button.button,
.cloud504-storefront-page .woocommerce input.button,
.cloud504-storefront-page .wp-element-button,
.cloud504-storefront-page .wc-block-components-button {
	min-height: 46px;
	border: 0;
	border-radius: 6px;
	background: var(--c504-green);
	color: var(--c504-navy);
	font-weight: 700;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.cloud504-storefront-page .woocommerce a.button:hover,
.cloud504-storefront-page .woocommerce button.button:hover,
.cloud504-storefront-page .woocommerce input.button:hover,
.cloud504-storefront-page .wp-element-button:hover,
.cloud504-storefront-page .wc-block-components-button:hover {
	background: var(--c504-navy);
	color: #fff;
	transform: translateY(-1px);
}

.cloud504-storefront-page .wc-block-cart,
.cloud504-storefront-page .wc-block-checkout {
	color: var(--c504-text);
	font-family: "DM Sans", sans-serif;
}

.cloud504-storefront-page .wc-block-components-title,
.cloud504-storefront-page .wc-block-components-checkout-step__title,
.cloud504-storefront-page .wc-block-components-order-summary__button-text,
.cloud504-storefront-page .woocommerce h2,
.cloud504-storefront-page .woocommerce h3 {
	color: var(--c504-navy);
	font-family: Urbanist, Helvetica, Arial, sans-serif;
}

.cloud504-storefront-page .wc-block-components-sidebar,
.cloud504-storefront-page .wc-block-components-totals-wrapper,
.cloud504-storefront-page .wc-block-components-order-summary {
	border-color: var(--c504-border);
}

.cloud504-storefront-page .wc-block-components-sidebar-layout .wc-block-components-main {
	padding-right: clamp(24px, 4vw, 56px);
}

.cloud504-storefront-page .woocommerce-MyAccount-navigation,
.cloud504-storefront-page .woocommerce-MyAccount-content,
.cloud504-storefront-page form.login,
.cloud504-storefront-page form.register,
.cloud504-storefront-page form.checkout_coupon {
	box-sizing: border-box;
	border: 1px solid var(--c504-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(11, 26, 42, 0.06);
}

.cloud504-storefront-page .woocommerce-MyAccount-navigation {
	padding: 18px;
}

.cloud504-storefront-page .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cloud504-storefront-page .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 10px 12px;
	border-radius: 6px;
	color: var(--c504-navy);
	text-decoration: none;
}

.cloud504-storefront-page .woocommerce-MyAccount-navigation .is-active a,
.cloud504-storefront-page .woocommerce-MyAccount-navigation a:hover {
	background: var(--c504-surface);
	color: var(--c504-blue);
}

.c504-store-cart {
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
}

.c504-store-cart__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: var(--c504-green);
	color: var(--c504-navy);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.c504-store-cart__subtotal:empty {
	display: none;
}

.c504-store-cart__subtotal {
	font-size: 13px;
}

@media (max-width: 991px) {
	.cloud504-storefront-page .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cloud504-storefront-page .wc-block-components-sidebar-layout .wc-block-components-main {
		padding-right: 0;
	}
}

@media (max-width: 640px) {
	.cloud504-storefront-page #pxl-content-main > .woocommerce,
	.cloud504-storefront-page #pxl-content-main > .wc-block-cart,
	.cloud504-storefront-page #pxl-content-main > .wc-block-checkout,
	.cloud504-storefront-page #pxl-content-main > .woocommerce-account,
	.cloud504-storefront-page #pxl-content-main > .page-description {
		padding: 34px 16px 60px;
	}

	.cloud504-storefront-page .woocommerce ul.products {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.c504-store-cart__subtotal {
		display: none;
	}
}

