/* Scoped WooCommerce styling for RedWhisper (only affects WooCommerce pages). */

body.woocommerce {
	--rw-shop-accent: rgba(255, 90, 70, 0.92);
	--rw-shop-accent-soft: rgba(255, 90, 70, 0.2);
	--rw-shop-gold: rgba(214, 178, 90, 0.75);
	--rw-shop-glass: rgba(5, 6, 10, 0.72);
}

body.woocommerce .rw-shopHero {
	position: relative;
	padding: 7rem 0 3.5rem;
	overflow: hidden;
	background:
		radial-gradient(1000px 500px at 15% 0%, rgba(255, 90, 70, 0.2), rgba(5, 6, 10, 0) 65%),
		radial-gradient(1000px 520px at 85% 18%, rgba(214, 178, 90, 0.18), rgba(5, 6, 10, 0) 60%),
		#05060a;
}

body.woocommerce .rw-shopHero::before {
	content: "";
	position: absolute;
	inset: -25%;
	background:
		radial-gradient(closest-side at 35% 40%, rgba(255, 120, 90, 0.25), rgba(0, 0, 0, 0) 60%),
		radial-gradient(closest-side at 75% 30%, rgba(214, 178, 90, 0.2), rgba(0, 0, 0, 0) 55%);
	filter: blur(80px);
	opacity: 0.7;
	pointer-events: none;
}

body.woocommerce .rw-shopHero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, rgba(0, 0, 0, 0) 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, rgba(0, 0, 0, 0) 1px);
	background-size: 160px 160px;
	opacity: 0.14;
	mask-image: radial-gradient(70% 45% at 50% 25%, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	pointer-events: none;
}

body.woocommerce .rw-shopHero__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2.5rem;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 3.2rem;
	align-items: center;
	position: relative;
	z-index: 1;
}

body.woocommerce .rw-shopBody__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2.5rem;
}

body.woocommerce .rw-shopHero__content {
	display: grid;
	gap: 1rem;
}

body.woocommerce .rw-shopHero__eyebrow {
	font-size: 0.72rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
}

body.woocommerce .rw-shopHero__title {
	margin: 0;
	font-size: clamp(2.6rem, 4.8vw, 4.2rem);
	letter-spacing: 0.01em;
	font-weight: 900;
}

body.woocommerce .rw-shopHero__lead {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.6;
	opacity: 0.8;
	max-width: 55ch;
}

body.woocommerce .rw-shopHero__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

body.woocommerce .rw-shopHero__stat {
	padding: 0.9rem 1rem;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(5, 6, 10, 0.7);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
	display: grid;
	gap: 0.25rem;
}

body.woocommerce .rw-shopHero__statLabel {
	font-size: 0.65rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	opacity: 0.6;
}

body.woocommerce .rw-shopHero__statValue {
	font-weight: 800;
}

body.woocommerce .rw-shopHero__actions {
	margin-top: 0.4rem;
}

body.woocommerce .rw-shopHero__search {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	align-items: center;
}

body.woocommerce .rw-shopHero__search input[type="search"] {
	flex: 1 1 240px;
	padding: 0.75rem 1rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	color: #f5f5f5;
}

body.woocommerce .rw-shopHero__search input[type="search"]::placeholder {
	color: rgba(245, 245, 245, 0.55);
}

body.woocommerce .rw-shopHero__visual {
	position: relative;
	min-height: 360px;
	display: grid;
	place-items: center;
}

body.woocommerce .rw-shopHero__glow {
	position: absolute;
	width: min(420px, 90%);
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background:
		radial-gradient(circle at 40% 30%, rgba(255, 120, 90, 0.4), rgba(0, 0, 0, 0) 60%),
		radial-gradient(circle at 60% 70%, rgba(214, 178, 90, 0.35), rgba(0, 0, 0, 0) 55%);
	filter: blur(30px);
	opacity: 0.75;
	animation: rw-shopPulse 9s ease-in-out infinite;
}

body.woocommerce .rw-shopHero__stack {
	position: relative;
	width: min(360px, 100%);
	aspect-ratio: 3 / 4;
}

body.woocommerce .rw-shopHero__tile {
	position: absolute;
	inset: 0;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(5, 6, 10, 0.75));
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.55);
	overflow: hidden;
}

body.woocommerce .rw-shopHero__tile::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(5, 6, 10, 0.1), rgba(5, 6, 10, 0.55));
	opacity: 0.5;
	pointer-events: none;
}

body.woocommerce .rw-shopHero__tileImage {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transform: scale(1.02);
}

body.woocommerce .rw-shopHero__tile--top {
	transform: translate(18px, -16px) rotate(4deg);
	animation: rw-shopFloat 7.5s ease-in-out infinite;
}

body.woocommerce .rw-shopHero__tile--mid {
	transform: translate(-10px, 8px) rotate(-3deg);
	opacity: 0.7;
}

body.woocommerce .rw-shopHero__tile--base {
	transform: translate(0, 22px) rotate(2deg);
	opacity: 0.5;
}

body.woocommerce .rw-shopBody {
	padding: 1.8rem 0 5rem;
}

body.woocommerce .rw-shopControls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin: 1.4rem 0 2rem;
	padding: 0.9rem 1.1rem;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(5, 6, 10, 0.7);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

body.woocommerce .rw-shopControls__group {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
}

body.woocommerce .rw-shopControls__label {
	font-size: 0.65rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	opacity: 0.65;
}

body.woocommerce .rw-shopControls .woocommerce-ordering {
	margin: 0;
}

body.woocommerce .rw-shopControls select,
body.woocommerce .rw-shopControls .orderby {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: inherit;
	padding: 0.55rem 0.9rem;
	outline: none;
}

body.woocommerce .rw-shopControls .woocommerce-result-count {
	margin: 0;
	font-size: 0.9rem;
	opacity: 0.85;
}

body.woocommerce .rw-shopControls__jump {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	padding: 0.5rem 0.9rem;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.04);
}

body.woocommerce .rw-shopControls__jump:hover {
	border-color: rgba(255, 255, 255, 0.4);
}

body.woocommerce .rw-shopGrid {
	position: relative;
}

body.woocommerce ul.products {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	justify-items: stretch;
	align-items: stretch;
}

body.woocommerce ul.products::before,
body.woocommerce ul.products::after {
	content: none;
	display: none;
}

body.woocommerce ul.products li.product {
	margin: 0;
	padding: 0;
	width: auto;
	float: none;
	display: block;
	justify-self: stretch;
	align-self: stretch;
}

body.woocommerce .rw-productCard {
	display: grid;
	grid-template-rows: auto 1fr;
	border-radius: 22px;
	overflow: hidden;
	background: var(--rw-shop-glass);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.5),
		0 0 0 1px rgba(255, 255, 255, 0.04) inset;
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
	height: 100%;
	width: 100%;
	position: relative;
	color: inherit;
}

body.woocommerce .rw-productCard::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(140deg, rgba(255, 90, 70, 0.2), rgba(5, 6, 10, 0));
	opacity: 0;
	transition: opacity 200ms ease;
	pointer-events: none;
}

body.woocommerce .rw-productCard::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0));
	opacity: 0.15;
	transform: translateX(-120%);
	animation: rw-cardSheen 9s linear infinite;
	pointer-events: none;
}

body.woocommerce .rw-productCard:hover {
	transform: translateY(-6px) rotate(-0.2deg);
	border-color: rgba(255, 90, 70, 0.35);
	box-shadow:
		0 30px 90px rgba(0, 0, 0, 0.6),
		0 0 0 1px rgba(255, 90, 70, 0.2) inset;
}

body.woocommerce .rw-productCard:hover::before {
	opacity: 1;
}

body.woocommerce .rw-productCard__media {
	aspect-ratio: 3 / 4;
	background: rgba(0, 0, 0, 0.35);
	position: relative;
}

body.woocommerce .rw-productCard__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(5, 6, 10, 0.75), rgba(0, 0, 0, 0));
	opacity: 0.35;
	pointer-events: none;
}

body.woocommerce .rw-productCard__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform-origin: center;
}

body.woocommerce .rw-productCard__imagePlaceholder {
	width: 100%;
	height: 100%;
}

body.woocommerce .rw-productCard__body {
	padding: 1rem 1.1rem 1.2rem;
	position: relative;
	z-index: 1;
	display: grid;
	gap: 0.4rem;
}

body.woocommerce .rw-productCard__title {
	font-weight: 800;
	font-size: 1rem;
	line-height: 1.35;
	margin: 0;
}

body.woocommerce .rw-productCard__price {
	opacity: 0.9;
	font-weight: 700;
	color: #f5f5f5;
}

body.woocommerce .rw-productCard__linkOverlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	
	text-indent: -9999px;
}

body.woocommerce ul.products li.product a {
	text-decoration: none;
}

@keyframes rw-shopPulse {
	0%,
	100% {
		transform: scale(0.98);
		opacity: 0.7;
	}
	50% {
		transform: scale(1.05);
		opacity: 0.9;
	}
}

@keyframes rw-shopFloat {
	0%,
	100% {
		transform: translate(18px, -16px) rotate(4deg);
	}
	50% {
		transform: translate(8px, -24px) rotate(2deg);
	}
}

@keyframes rw-cardSheen {
	0% {
		transform: translateX(-120%);
	}
	45% {
		transform: translateX(120%);
	}
	100% {
		transform: translateX(120%);
	}
}

@media (max-width: 1100px) {
	body.woocommerce .rw-shopHero__inner {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 900px) {
	body.woocommerce .rw-shopHero__meta {
		grid-template-columns: 1fr;
	}

	body.woocommerce .rw-shopControls {
		justify-content: flex-start;
	}
}

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

@media (max-width: 720px) {
	body.woocommerce .rw-shopHero {
		padding: 5.5rem 0 3rem;
	}

	body.woocommerce .rw-shopHero__inner,
	body.woocommerce .rw-shopBody__inner {
		padding: 0 1.5rem;
	}

	body.woocommerce .rw-shopHero__search {
		flex-direction: column;
		align-items: center;
	}

	body.woocommerce .rw-shopHero__search input[type="search"] {
		flex: 0 0 auto;
		width: min(280px, 90vw);
		height: 36px;
		padding: 0 1rem;
		border-radius: 999px;
		font-size: 0.9rem;
		line-height: 1.2;
	}

	body.woocommerce .rw-shopHero__search .rw-button--ghost {
		flex: 0 0 auto;
		width: min(140px, 90vw);
		height: 34px;
		padding: 0 0.85rem;
		border-radius: 999px;
		font-size: 0.86rem;
	}

	body.woocommerce .rw-shopHero__visual {
		display: none;
	}

	body.woocommerce .rw-shopControls {
		padding: 0.8rem 0.9rem;
	}

	body.woocommerce .rw-shopBody {
		padding-top: 0;
		padding-bottom: 0;
	}

	body.woocommerce .rw-shopControls {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	body.woocommerce .rw-shopGrid,
	body.woocommerce ul.products {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 520px) {
	body.woocommerce .rw-shopBody__inner {
		padding: 0 0.9rem;
	}

	body.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem 0.75rem;
	}

	body.woocommerce .rw-productCard {
		border-radius: 0;
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
		overflow: visible;
	}

	body.woocommerce .rw-productCard::before,
	body.woocommerce .rw-productCard::after {
		display: none;
	}

	body.woocommerce .rw-productCard__media {
		aspect-ratio: 2 / 3;
		border-radius: 10px;
		overflow: hidden;
	}

	body.woocommerce .rw-productCard__body {
		position: static;
		padding: 0.55rem 0 0;
		background: transparent;
	}

	body.woocommerce .rw-productCard__title {
		font-size: 0.82rem;
		line-height: 1.3;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	body.woocommerce .rw-productCard__price {
		font-size: 0.86rem;
		font-weight: 800;
		padding: 0.25rem 0 0;
		display: block;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.woocommerce .rw-shopHero__glow,
	body.woocommerce .rw-shopHero__tile--top,
	body.woocommerce .rw-productCard::after {
		animation: none !important;
	}
}

/* Single product layout */
body.single-product .rw-productStage {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr);
	gap: 4rem;
	align-items: start;
	max-width: 1280px;
	margin: 0 auto;
	padding: 5.5rem 2.5rem 2.5rem;
}

@media (max-width: 1200px) {
	body.single-product .rw-productStage {
		grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
		gap: 3rem;
		padding: 5rem 2rem 2.5rem;
	}
}

@media (max-width: 980px) {
	body.single-product .rw-productStage {
		grid-template-columns: 1fr;
		padding: 4.5rem 1.5rem 2.5rem;
	}

	body.single-product .rw-productStage__gallery .woocommerce-product-gallery {
		position: static;
		top: auto;
	}
}

body.single-product .rw-productStage__gallery {
	position: relative;
	padding: 1.4rem;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
	box-sizing: border-box;
	max-width: 100%;
}

body.single-product .rw-productStage__gallery .woocommerce-product-gallery,
body.single-product .rw-productStage__gallery .woocommerce-product-gallery__wrapper,
body.single-product .rw-productStage__gallery .woocommerce-product-gallery__image {
	float: none;
	width: 100%;
	margin: 0;
}

body.single-product .rw-productStage__gallery .woocommerce-product-gallery {
	display: block;
}

body.single-product .rw-productStage__gallery .onsale {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 3;
	border-radius: 999px;
	background: rgba(255, 60, 60, 0.95);
	color: #05060a;
	padding: 0.4rem 0.9rem;
	font-weight: 800;
	border: 0;
}

body.single-product .rw-productStage__gallery .woocommerce-product-gallery__trigger {
	top: 0.9rem;
	right: 0.9rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #05060a;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
}

body.single-product .rw-productStage__galleryHint {
	margin: 0.75rem 0 0;
	font-size: 0.8rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	opacity: 0.65;
	text-align: center;
	animation: rw-hintPulse 2.6s ease-in-out infinite;
}

body.single-product .rw-productStage__gallery .woocommerce-product-gallery {
	max-width: 100%;
	position: sticky;
	top: 6rem;
	align-self: start;
}

body.single-product .rw-productStage__gallery .woocommerce-product-gallery__wrapper {
	border-radius: 18px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	max-width: 100%;
}

body.single-product .rw-productStage__gallery .woocommerce-product-gallery__image {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	max-width: 100%;
}

body.single-product .rw-productStage__gallery .woocommerce-product-gallery__image img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

body.single-product .rw-productStage__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

body.single-product .rw-productStage__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

body.single-product .rw-productStage__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.06);
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.single-product .rw-productStage__status {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
}

body.single-product .rw-productStage__status.is-instock {
	background: rgba(164, 212, 86, 0.9);
	color: #05060a;
}

body.single-product .rw-productStage__status.is-backorder {
	background: rgba(255, 193, 107, 0.9);
	color: #05060a;
}

body.single-product .rw-productStage__status.is-outstock {
	background: rgba(255, 92, 92, 0.9);
	color: #05060a;
}

body.single-product .rw-productStage__highlights {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	min-width: 0;
}

body.single-product .rw-productStage__highlight {
	padding: 0.8rem 0.95rem;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	font-weight: 700;
	font-size: 0.85rem;
}

body.single-product .rw-productStage__trust {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.55rem;
	min-width: 0;
}

body.single-product .rw-productStage__trustItem {
	padding: 0.7rem 0.85rem;
	border-radius: 12px;
	border: 1px dashed rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.03);
	font-size: 0.85rem;
}

body.single-product .rw-productStory {
	padding: 2.5rem 0 5rem;
}

body.single-product .rw-productStory__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2.5rem;
}

@keyframes rw-hintPulse {
	0%,
	100% {
		opacity: 0.55;
	}
	50% {
		opacity: 0.9;
	}
}

body.single-product .rw-productStage__summary {
	display: grid;
	gap: 1.5rem;
	align-content: start;
	justify-items: stretch;
	min-width: 0;
}

body.single-product .rw-productStage__summary .summary {
	float: none;
	width: 100%;
	margin: 0;
	max-width: 100%;
	justify-self: stretch;
}

body.single-product.woocommerce div.product .summary.entry-summary {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

body.single-product .rw-productStage__buy {
	padding: 1.6rem 1.7rem;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(5, 6, 10, 0.85));
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
	width: 100%;
	max-width: 100%;
	justify-self: stretch;
	box-sizing: border-box;
	min-width: 0;
}

body.single-product .rw-productStage__buy .product_title {
	font-size: clamp(1.6rem, 2.7vw, 2.35rem);
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1.2;
	margin-bottom: 0.75rem;
}

body.single-product .rw-productStage__buy .price {
	font-size: 1.35rem;
	font-weight: 800;
}

body.single-product .rw-productStage__buy .woocommerce-product-details__short-description {
	opacity: 0.78;
	margin-top: 1rem;
	font-size: 0.96rem;
	line-height: 1.6;
}

body.single-product .rw-productStage__buy .woocommerce-product-details__short-description p {
	margin: 0 0 0.55rem;
}

body.single-product .rw-productStage__buy .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

body.single-product .rw-productStage__buy .woocommerce-product-details__short-description strong {
	color: #ffffff;
}

body.single-product .rw-productStage__buy .woocommerce-product-details__short-description ul {
	list-style: none;
	padding: 0;
	margin: 0.9rem 0 0;
}

body.single-product .rw-productStage__buy .woocommerce-product-details__short-description li {
	margin-bottom: 0.4rem;
}

body.single-product form.cart {
	margin-top: 2rem;
	display: grid;
	gap: 1rem;
}

body.single-product .quantity {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.4rem 0.55rem;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
	box-sizing: border-box;
	max-width: 100%;
}

body.single-product .quantity .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
}

body.single-product .quantity input.qty {
	width: 76px;
	padding: 0.2rem 0.35rem;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(0, 0, 0, 0.45);
	color: #f5f5f5;
	font-weight: 800;
	appearance: textfield;
}

body.single-product .quantity input.qty::-webkit-outer-spin-button,
body.single-product .quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

body.single-product .quantity .minus,
body.single-product .quantity .plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(0, 0, 0, 0.35);
	color: inherit;
	font-weight: 700;
}

body.single-product .single_add_to_cart_button,
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button,
body.single-product .wp-block-woocommerce-single-product .single_add_to_cart_button {
	background: #ff3434;
	color: #05060a;
	border: 1px solid #ff3434;
	border-radius: 12px;
	padding: 0.95rem 1.5rem;
	font-weight: 800;
	text-transform: none;
	box-sizing: border-box;
	max-width: 100%;
}

body.woocommerce button.button.alt,
body.woocommerce input.button.alt,
body.woocommerce a.button.alt,
body.woocommerce button.single_add_to_cart_button.button,
body.woocommerce .single_add_to_cart_button.button {
	background-color: #ff3434 !important;
	border-color: #ff3434 !important;
	color: #05060a !important;
}

body.woocommerce a.button.add_to_cart_button,
body.woocommerce a.button.product_type_simple,
body.woocommerce a.button.product_type_variable,
body.woocommerce a.button.product_type_external,
body.woocommerce a.button.product_type_grouped {
	background: #ff3434;
	color: #05060a;
	border: 1px solid #ff3434;
	border-radius: 12px;
	padding: 0.8rem 1.2rem;
	font-weight: 800;
	text-transform: none;
}

body.single-product .single_add_to_cart_button:hover,
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover,
body.single-product .wp-block-woocommerce-single-product .single_add_to_cart_button:hover {
	background: #ff5252;
	border-color: #ff6b6b;
	color: #05060a;
}

body.woocommerce button.button.alt:hover,
body.woocommerce input.button.alt:hover,
body.woocommerce a.button.alt:hover,
body.woocommerce button.single_add_to_cart_button.button:hover,
body.woocommerce .single_add_to_cart_button.button:hover {
	background-color: #ff5252 !important;
	border-color: #ff6b6b !important;
	color: #05060a !important;
}

body.woocommerce a.button.add_to_cart_button:hover,
body.woocommerce a.button.product_type_simple:hover,
body.woocommerce a.button.product_type_variable:hover,
body.woocommerce a.button.product_type_external:hover,
body.woocommerce a.button.product_type_grouped:hover {
	background: #ff5252;
	border-color: #ff6b6b;
	color: #05060a;
}

body.single-product .woocommerce-variation-price,
body.single-product .woocommerce-variation-availability {
	margin-top: 0.5rem;
}

body.single-product .rw-productStory .woocommerce-tabs {
	margin-top: 0;
}

@media (max-width: 720px) {
	body.single-product .rw-productStage {
		padding: 3.5rem 1.25rem 2.5rem;
		gap: 2rem;
	}

	body.single-product .rw-productStage__summary {
		max-width: 100%;
	}

	body.single-product .rw-productStage__buy {
		padding: 1.3rem 1.25rem;
	}

	body.single-product .rw-productStage__highlights {
		grid-template-columns: 1fr;
	}

	body.single-product .rw-productStage__gallery {
		padding: 1.1rem;
	}

	body.single-product .rw-productStage__galleryHint {
		font-size: 0.7rem;
		letter-spacing: 0.14em;
	}

	body.single-product form.cart {
		grid-template-columns: 1fr;
	}

	body.single-product .quantity {
		width: 100%;
		justify-content: space-between;
	}

	body.single-product .single_add_to_cart_button {
		width: 100%;
	}

	body.single-product .rw-productStage__gallery .woocommerce-product-gallery {
		display: block;
		width: 100%;
		opacity: 1;
		visibility: visible;
		position: static;
		top: auto;
	}

	body.single-product .rw-productStage__gallery .woocommerce-product-gallery__wrapper,
	body.single-product .rw-productStage__gallery .woocommerce-product-gallery__image,
	body.single-product .rw-productStage__gallery .woocommerce-product-gallery__image a {
		display: block;
		width: 100%;
	}

	body.single-product .rw-productStory__inner {
		padding: 0 1.25rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-product .rw-productStage__galleryHint {
		animation: none;
	}
}

body.single-product .wc-block-components-button,
body.single-product .ppc-button__button,
body.single-product .wcpay-payment-request-button,
body.single-product .wc-stripe-payment-request-button {
	border-radius: 12px;
	font-weight: 800;
}

/* Mini cart / drawer */
.wc-block-mini-cart__drawer,
.wc-block-mini-cart__modal {
	background: #05060a;
	color: #f5f5f5;
}

.wc-block-mini-cart__title {
	font-weight: 800;
	letter-spacing: 0.01em;
}

.wc-block-mini-cart__items {
	gap: 1rem;
}

.wc-block-mini-cart__product {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding-bottom: 1rem;
}

.wc-block-mini-cart__product-title {
	font-weight: 700;
}

.wc-block-mini-cart__footer {
	display: grid;
	gap: 0.75rem;
}

.wc-block-mini-cart__footer .wc-block-components-button {
	background: rgba(255, 60, 60, 0.95);
	border: 1px solid rgba(255, 60, 60, 0.95);
	color: #05060a;
	border-radius: 12px;
	font-weight: 800;
}

.wc-block-mini-cart__footer .wc-block-components-button:hover {
	border-color: rgba(255, 120, 120, 1);
}

.wc-block-mini-cart__footer .wc-block-mini-cart__button {
	background: transparent;
	color: rgba(255, 120, 120, 0.95);
	border: 1px solid rgba(255, 60, 60, 0.7);
}

/* Notices */
.woocommerce-notices-wrapper {
	max-width: 1200px;
	margin: 1.75rem auto 0;
	padding: 0 2.5rem;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	flex-wrap: wrap;
	background: rgba(8, 9, 12, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: inherit;
	border-radius: 18px;
	padding: 0.85rem 1.2rem;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-notices-wrapper .woocommerce-error::before {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin: 0;
	border-radius: 999px;
	font-family: inherit;
	font-size: 0.85rem;
	font-weight: 900;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
	content: "\2713";
	background: rgba(164, 212, 86, 0.95);
	color: #05060a;
}

.woocommerce-notices-wrapper .woocommerce-info::before {
	content: "i";
	background: rgba(108, 189, 255, 0.9);
	color: #05060a;
}

.woocommerce-notices-wrapper .woocommerce-error::before {
	content: "!";
	background: rgba(255, 92, 92, 0.95);
	color: #05060a;
}

.woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-notices-wrapper .woocommerce-info .button,
.woocommerce-notices-wrapper .woocommerce-error .button {
	margin-left: auto;
	background: rgba(245, 245, 245, 0.95);
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #05060a;
	border-radius: 10px;
	padding: 0.55rem 1rem;
	font-weight: 700;
	white-space: nowrap;
}

.woocommerce-notices-wrapper .woocommerce-message .button:hover,
.woocommerce-notices-wrapper .woocommerce-info .button:hover,
.woocommerce-notices-wrapper .woocommerce-error .button:hover {
	border-color: rgba(255, 255, 255, 0.8);
	color: #05060a;
}

@media (max-width: 720px) {
	.woocommerce-notices-wrapper {
		padding: 0 1.5rem;
	}

	.woocommerce-notices-wrapper .woocommerce-message .button,
	.woocommerce-notices-wrapper .woocommerce-info .button,
	.woocommerce-notices-wrapper .woocommerce-error .button {
		margin-left: 0;
	}
}

/* Cart page */
body.woocommerce-cart .rw-cartHero {
	padding: 6rem 0 2rem;
	background: radial-gradient(1200px 500px at 50% 0%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

body.woocommerce-cart .rw-cartHero__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 2rem;
}

body.woocommerce-cart .rw-cartHero__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	flex-wrap: wrap;
}

body.woocommerce-cart .rw-cartHero__title {
	margin: 0;
	font-size: clamp(2.2rem, 4.2vw, 3.4rem);
	font-weight: 900;
	letter-spacing: 0.01em;
}

body.woocommerce-cart .rw-cartHero__link {
	color: rgba(255, 90, 90, 0.95);
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 60, 60, 0.6);
	padding-bottom: 0.1rem;
}

body.woocommerce-cart .rw-cartHero__link:hover {
	color: rgba(255, 140, 140, 1);
	border-bottom-color: rgba(255, 140, 140, 1);
}

body.woocommerce-cart .rw-cartHero__meta {
	margin: 0.6rem 0 0;
	opacity: 0.85;
	font-weight: 600;
}

body.woocommerce-cart .rw-cartBody {
	padding: 1.5rem 0 4rem;
}

body.woocommerce-cart .rw-cartBody__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
}

body.woocommerce-cart table.shop_table {
	width: 100%;
	border-collapse: collapse;
	background: transparent;
	border: 0;
	color: inherit;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
	padding: 1.1rem 0.75rem;
	border: 0;
	vertical-align: middle;
}

body.woocommerce-cart table.shop_table thead th {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.75rem;
	opacity: 0.7;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.woocommerce-cart table.shop_table tbody tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.woocommerce-cart table.shop_table td.product-thumbnail img {
	width: 88px;
	height: auto;
	border-radius: 8px;
}

body.woocommerce-cart table.shop_table td.product-name a {
	color: inherit;
	font-weight: 700;
	text-decoration: none;
}

body.woocommerce-cart table.shop_table td.product-remove a.remove {
	color: rgba(255, 60, 60, 0.9);
}

body.woocommerce-cart table.shop_table td.product-quantity .quantity {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.45rem;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
}

body.woocommerce-cart table.shop_table td.product-quantity .quantity input.qty {
	width: 64px;
	text-align: center;
	border: 0;
	background: transparent;
	color: inherit;
	font-weight: 800;
}

body.woocommerce-cart table.shop_table td.product-subtotal {
	font-weight: 800;
	text-align: right;
}

body.woocommerce-cart .coupon {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
	align-items: center;
}

body.woocommerce-cart .coupon input.input-text {
	background: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: inherit;
	padding: 0.7rem 0.85rem;
	border-radius: 10px;
	min-width: 220px;
}

body.woocommerce-cart .actions .button,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
body.woocommerce-cart .return-to-shop .button {
	background: linear-gradient(135deg, rgba(255, 60, 60, 0.9), rgba(255, 120, 90, 0.95));
	color: #05060a;
	border: 1px solid rgba(255, 60, 60, 0.95);
	border-radius: 10px;
	padding: 0.8rem 1.15rem;
	font-weight: 800;
	text-transform: none;
}

body.woocommerce-cart .actions .button:hover,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
body.woocommerce-cart .return-to-shop .button:hover {
	border-color: rgba(255, 120, 90, 1);
	color: #05060a;
}

body.woocommerce-cart .cart-collaterals {
	margin-top: 2rem;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 1.25rem;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	padding: 1.5rem;
}

body.woocommerce-cart .cart-collaterals .cart_totals h2 {
	margin-top: 0;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.7;
}

body.woocommerce-cart .cart-collaterals .cart_totals table {
	border: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals th,
body.woocommerce-cart .cart-collaterals .cart_totals td {
	border: 0;
	padding: 0.65rem 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
	font-size: 1.15rem;
	font-weight: 800;
}

@media (max-width: 960px) {
	body.woocommerce-cart .cart-collaterals {
		grid-template-columns: 1fr;
	}
}

/* Cart redesign */
body.woocommerce-cart .rw-cartBody {
	padding: 2rem 0 5rem;
	background:
		radial-gradient(1200px 520px at 12% 0%, rgba(255, 90, 70, 0.14), rgba(5, 6, 10, 0) 65%),
		radial-gradient(1000px 520px at 88% 12%, rgba(214, 178, 90, 0.14), rgba(5, 6, 10, 0) 60%);
}

body.woocommerce-cart .rw-cartGrid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
	gap: 2rem;
	align-items: start;
}

body.woocommerce-cart .rw-cartForm {
	display: grid;
	gap: 1.5rem;
	position: relative;
}

body.woocommerce-cart .rw-cartForm--updating {
	opacity: 0.65;
	pointer-events: none;
}

body.woocommerce-cart .rw-cartItems {
	display: grid;
	gap: 1.1rem;
}

body.woocommerce-cart .rw-cartItem {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr) auto;
	gap: 1.1rem;
	align-items: center;
	padding: 1.2rem 1.3rem;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(5, 6, 10, 0.68);
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.55),
		0 0 0 1px rgba(255, 255, 255, 0.04) inset;
	position: relative;
	overflow: hidden;
}

body.woocommerce-cart .rw-cartItem::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(125deg, rgba(255, 90, 70, 0.24), rgba(5, 6, 10, 0));
	opacity: 0;
	transition: opacity 200ms ease;
	pointer-events: none;
}

body.woocommerce-cart .rw-cartItem::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, rgba(0, 0, 0, 0) 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, rgba(0, 0, 0, 0) 1px);
	background-size: 140px 140px;
	opacity: 0.08;
	pointer-events: none;
}

body.woocommerce-cart .rw-cartItem:hover::before {
	opacity: 1;
}

body.woocommerce-cart .rw-cartItem__media {
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	position: relative;
	z-index: 1;
}

body.woocommerce-cart .rw-cartItem__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: saturate(1.05) contrast(1.05);
}

body.woocommerce-cart .rw-cartItem__body {
	display: grid;
	gap: 0.55rem;
	position: relative;
	z-index: 1;
}

body.woocommerce-cart .rw-cartItem__title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.3;
}

body.woocommerce-cart .rw-cartItem__title a {
	color: inherit;
	text-decoration: none;
}

body.woocommerce-cart .rw-cartItem__meta {
	font-size: 0.85rem;
	opacity: 0.75;
}

body.woocommerce-cart .rw-cartItem__meta ul {
	list-style: none;
	margin: 0.35rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.2rem;
}

body.woocommerce-cart .rw-cartItem__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	flex-wrap: wrap;
}

body.woocommerce-cart .rw-qtyControl {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.45rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
}

body.woocommerce-cart .rw-qtyControl__btn {
	width: 32px;
	height: 32px;
	border-radius: 999px;
	border: 0;
	background: rgba(255, 90, 70, 0.18);
	color: rgba(255, 255, 255, 0.9);
	font-weight: 700;
	cursor: pointer;
}

body.woocommerce-cart .rw-qtyControl .quantity {
	display: inline-flex;
	align-items: center;
}

body.woocommerce-cart .rw-qtyControl input.qty {
	width: 58px;
	text-align: center;
	border: 0;
	background: transparent;
	color: inherit;
	font-weight: 800;
}

body.woocommerce-cart .rw-cartItem__remove {
	color: rgba(255, 90, 90, 0.9);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-weight: 700;
}

body.woocommerce-cart .rw-cartItem__summary {
	display: grid;
	gap: 0.7rem;
	text-align: right;
	position: relative;
	z-index: 1;
}

body.woocommerce-cart .rw-cartItem__priceLabel {
	display: block;
	font-size: 0.7rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	opacity: 0.6;
}

body.woocommerce-cart .rw-cartItem__priceValue {
	font-weight: 700;
}

body.woocommerce-cart .rw-cartItem__subtotalValue {
	font-size: 1.1rem;
	font-weight: 800;
}

body.woocommerce-cart .rw-cartActions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	padding: 1.1rem 1.2rem;
	border-radius: 16px;
	border: 1px dashed rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.03);
}

body.woocommerce-cart .rw-cartCoupon {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap;
}

body.woocommerce-cart .rw-cartCoupon .input-text {
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: inherit;
	padding: 0.65rem 0.85rem;
	border-radius: 10px;
	min-width: 200px;
}

body.woocommerce-cart .rw-cartActions__meta {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
}

body.woocommerce-cart .rw-cartStatus {
	font-size: 0.85rem;
	opacity: 0.7;
}

body.woocommerce-cart .rw-cartSummary {
	position: sticky;
	top: 1.5rem;
	align-self: start;
}

body.woocommerce-cart .rw-cartSummary__panel {
	padding: 1.6rem;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(5, 6, 10, 0.72);
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
}

body.woocommerce-cart .rw-cartSummary .cart_totals {
	margin: 0;
	background: transparent;
	border: 0;
	padding: 0;
}

body.woocommerce-cart .rw-cartSummary .cart_totals h2 {
	margin: 0 0 1rem;
	font-size: 0.9rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	opacity: 0.65;
}

body.woocommerce-cart .rw-cartSummary .cart_totals table {
	border: 0;
}

body.woocommerce-cart .rw-cartSummary .cart_totals th,
body.woocommerce-cart .rw-cartSummary .cart_totals td {
	border: 0;
	padding: 0.55rem 0;
}

body.woocommerce-cart .rw-cartSummary .cart_totals .order-total td {
	font-size: 1.2rem;
	font-weight: 800;
}

body.woocommerce-cart .rw-cartSummary .wc-proceed-to-checkout .checkout-button {
	width: 100%;
	margin-top: 1rem;
}

body.woocommerce-cart .rw-cartEmpty {
	padding: 3rem 2.5rem;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(5, 6, 10, 0.7);
	display: grid;
	gap: 0.8rem;
	max-width: 520px;
}

body.woocommerce-cart .rw-cartEmpty__title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 800;
}

body.woocommerce-cart .rw-cartEmpty__copy {
	margin: 0;
	opacity: 0.8;
	line-height: 1.6;
}

@media (max-width: 1100px) {
	body.woocommerce-cart .rw-cartGrid {
		grid-template-columns: 1fr;
	}

	body.woocommerce-cart .rw-cartSummary {
		position: static;
	}
}

@media (max-width: 860px) {
	body.woocommerce-cart .rw-cartItem {
		grid-template-columns: 90px minmax(0, 1fr);
	}

	body.woocommerce-cart .rw-cartItem__summary {
		grid-column: 1 / -1;
		text-align: left;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body.woocommerce-cart .rw-cartBody__inner {
		padding: 0 1.25rem;
	}

	body.woocommerce-cart .rw-cartItem {
		grid-template-columns: 1fr;
	}

	body.woocommerce-cart .rw-cartItem__summary {
		grid-template-columns: 1fr;
	}

	body.woocommerce-cart .rw-cartActions {
		align-items: stretch;
	}
}
