/**
 * Rahma Ice — WooCommerce Design
 * Classic WooCommerce templates and shared storefront components.
 */

body.riwc-active {
	--riwc-black: #050505;
	--riwc-orange: #fb5f01;
	--riwc-yellow: #fdcf01;
	--riwc-white: #ffffff;
	--riwc-cream: #fff8e8;
	--riwc-grey: #f3f3f3;
	--riwc-text: #171717;
	--riwc-muted: #666666;
	--riwc-green: #25d366;
	--riwc-font-heading: "Lilita One", "Arial Black", sans-serif;
	--riwc-font-body: "Nunito Sans", Arial, sans-serif;
	--riwc-radius-sm: 10px;
	--riwc-radius-md: 16px;
	--riwc-radius-lg: 24px;
	--riwc-shadow-small: 5px 5px 0 rgb(5 5 5 / 12%);
	--riwc-shadow-yellow: 7px 7px 0 var(--riwc-yellow);
	--riwc-shadow-orange: 7px 7px 0 var(--riwc-orange);

	color: var(--riwc-text);
	background: var(--riwc-cream);
	font-family: var(--riwc-font-body);
}

body.riwc-active *,
body.riwc-active *::before,
body.riwc-active *::after {
	box-sizing: border-box;
}

body.riwc-active .site-content,
body.riwc-active .content-area,
body.riwc-active .site-main {
	background-color: var(--riwc-cream);
}

body.riwc-active .content-area,
body.riwc-active #primary {
	width: 100%;
	max-width: none;
}

body.riwc-active .widget-area,
body.riwc-active #secondary {
	display: none;
}

body.riwc-catalog .woocommerce,
body.riwc-single-product .woocommerce,
body.riwc-active .riwc-system-page {
	width: min(calc(100% - 48px), 1240px);
	margin: clamp(42px, 6vw, 78px) auto;
}

body.riwc-active .riwc-system-page .woocommerce {
	width: 100%;
	margin: 0;
}

body.riwc-active .entry-header .entry-title,
body.riwc-cart .page-header .page-title,
body.riwc-checkout .page-header .page-title,
body.riwc-account .page-header .page-title {
	font-family: "Lilita One", "Arial Black", sans-serif;
}

body.riwc-cart .entry-header .entry-title,
body.riwc-checkout .entry-header .entry-title,
body.riwc-account .entry-header .entry-title,
body.riwc-cart .page-header .page-title,
body.riwc-checkout .page-header .page-title,
body.riwc-account .page-header .page-title {
	display: none;
}

body.riwc-active a:focus-visible,
body.riwc-active button:focus-visible,
body.riwc-active input:focus-visible,
body.riwc-active select:focus-visible,
body.riwc-active textarea:focus-visible,
body.riwc-active summary:focus-visible {
	outline: 3px solid var(--riwc-orange);
	outline-offset: 4px;
}

/* Archive masthead --------------------------------------------------------- */

.riwc-masthead,
.riwc-page-intro {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(42px, 6vw, 74px);
	color: var(--riwc-white);
	background: var(--riwc-black);
	border: 4px solid var(--riwc-black);
	border-radius: var(--riwc-radius-lg);
	box-shadow: 11px 11px 0 var(--riwc-orange);
}

.riwc-masthead {
	margin-bottom: clamp(34px, 5vw, 56px);
}

.riwc-masthead::before,
.riwc-page-intro::before {
	position: absolute;
	z-index: -1;
	top: -20px;
	right: -15px;
	width: 260px;
	height: 190px;
	opacity: 0.18;
	background-image: radial-gradient(circle, var(--riwc-yellow) 2px, transparent 2.5px);
	background-size: 19px 19px;
	content: "";
	pointer-events: none;
}

.riwc-masthead::after,
.riwc-page-intro::after {
	position: absolute;
	z-index: -1;
	right: -115px;
	bottom: -155px;
	width: 285px;
	height: 285px;
	border: 48px solid rgba(251, 95, 1, 0.18);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.riwc-masthead__eyebrow,
.riwc-page-intro__eyebrow,
.riwc-product-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 7px 16px;
	color: var(--riwc-black);
	background: var(--riwc-yellow);
	border: 2px solid var(--riwc-white);
	border-radius: 999px;
	box-shadow: 4px 4px 0 var(--riwc-orange);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	transform: rotate(-1deg);
}

.riwc-masthead__title,
.riwc-page-intro__title {
	max-width: 850px;
	margin: 22px 0 14px;
	color: var(--riwc-white);
	font-family: "Lilita One", "Arial Black", sans-serif;
	font-size: clamp(42px, 5.5vw, 72px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.02em;
	text-shadow: 3px 3px 0 var(--riwc-orange);
}

.riwc-masthead__description,
.riwc-page-intro__description {
	max-width: 720px;
	margin: 0;
	color: #e4e4e4;
	font-size: clamp(16px, 1.5vw, 18px);
	font-weight: 600;
	line-height: 1.7;
}

/* Breadcrumbs ------------------------------------------------------------- */

body.riwc-active .woocommerce-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	width: fit-content;
	max-width: 100%;
	margin: 0 0 30px !important;
	padding: 10px 16px;
	color: var(--riwc-muted) !important;
	background: var(--riwc-white);
	border: 2px solid var(--riwc-black);
	border-radius: 999px;
	font-size: 13px !important;
	font-weight: 800;
	line-height: 1.4;
}

body.riwc-active .woocommerce-breadcrumb a {
	color: var(--riwc-orange);
	font-weight: 900;
	text-decoration: none;
}

body.riwc-active .woocommerce-breadcrumb a:hover {
	color: var(--riwc-black);
}

/* Catalog controls -------------------------------------------------------- */

body.riwc-catalog .woocommerce-result-count {
	margin: 10px 0 25px !important;
	color: var(--riwc-text);
	font-size: 14px;
	font-weight: 800;
}

body.riwc-catalog .woocommerce-ordering {
	margin: 0 0 25px !important;
}

body.riwc-catalog .woocommerce-ordering select {
	min-height: 48px;
	padding: 9px 42px 9px 15px;
	color: var(--riwc-black);
	background-color: var(--riwc-white);
	border: 2px solid var(--riwc-black);
	border-radius: var(--riwc-radius-sm);
	box-shadow: 4px 4px 0 var(--riwc-yellow);
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
}

body.riwc-catalog .term-description {
	margin: 0 0 34px;
	padding: 21px 24px;
	background: var(--riwc-white);
	border-left: 6px solid var(--riwc-orange);
	border-radius: 0 var(--riwc-radius-sm) var(--riwc-radius-sm) 0;
	line-height: 1.7;
}

/* Product loops ----------------------------------------------------------- */

body.riwc-catalog .woocommerce ul.products,
body.riwc-single-product .related ul.products,
body.riwc-single-product .upsells ul.products,
body.riwc-single-product .cross-sells ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(21px, 2.4vw, 30px);
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

body.riwc-active .woocommerce ul.products::before,
body.riwc-active .woocommerce ul.products::after {
	display: none !important;
	content: none !important;
}

body.riwc-catalog .woocommerce ul.products li.product,
body.riwc-single-product .related ul.products li.product,
body.riwc-single-product .upsells ul.products li.product,
body.riwc-single-product .cross-sells ul.products li.product {
	position: relative;
	display: flex;
	float: none !important;
	flex-direction: column;
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	padding: 14px 14px 20px !important;
	overflow: visible;
	background: var(--riwc-white);
	border: 3px solid var(--riwc-black);
	border-radius: var(--riwc-radius-md);
	box-shadow: var(--riwc-shadow-yellow);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

body.riwc-catalog .woocommerce ul.products li.product:nth-child(even),
body.riwc-single-product .related ul.products li.product:nth-child(even),
body.riwc-single-product .upsells ul.products li.product:nth-child(even) {
	box-shadow: var(--riwc-shadow-orange);
}

body.riwc-catalog .woocommerce ul.products li.product:hover,
body.riwc-single-product .related ul.products li.product:hover,
body.riwc-single-product .upsells ul.products li.product:hover,
body.riwc-single-product .cross-sells ul.products li.product:hover {
	box-shadow: 10px 10px 0 var(--riwc-orange);
	transform: translateY(-5px);
}

body.riwc-active .woocommerce ul.products li.product .woocommerce-loop-product__link {
	display: flex;
	flex: 1;
	flex-direction: column;
	color: var(--riwc-black);
	text-decoration: none;
}

body.riwc-active .woocommerce ul.products li.product a img {
	display: block;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
	margin: 0 0 17px !important;
	object-fit: cover;
	background: var(--riwc-grey);
	border: 2px solid var(--riwc-black);
	border-radius: 11px;
}

body.riwc-active .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.riwc-active .woocommerce ul.products li.product h2,
body.riwc-active .woocommerce ul.products li.product h3 {
	margin: 0 3px 9px !important;
	padding: 0 !important;
	color: var(--riwc-black);
	font-family: "Lilita One", "Arial Black", sans-serif;
	font-size: clamp(20px, 1.8vw, 25px) !important;
	font-weight: 400;
	line-height: 1.15;
}

body.riwc-active .woocommerce ul.products li.product .price {
	display: block;
	margin: auto 3px 16px !important;
	color: var(--riwc-orange) !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	line-height: 1.3;
}

body.riwc-active .woocommerce ul.products li.product .price del {
	color: #777777 !important;
	opacity: 1 !important;
	font-size: 0.86em;
}

body.riwc-active .woocommerce ul.products li.product .price ins {
	color: var(--riwc-orange) !important;
	font-weight: 900;
	text-decoration: none;
}

body.riwc-active .woocommerce span.onsale {
	top: -12px !important;
	right: -12px !important;
	left: auto !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 64px !important;
	min-height: 38px !important;
	margin: 0 !important;
	padding: 7px 10px !important;
	color: var(--riwc-white) !important;
	background: var(--riwc-orange) !important;
	border: 2px solid var(--riwc-black);
	border-radius: 8px !important;
	box-shadow: 3px 3px 0 var(--riwc-yellow);
	font-size: 12px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	transform: rotate(3deg);
}

/* Shared buttons ---------------------------------------------------------- */

body.riwc-active .woocommerce a.button,
body.riwc-active .woocommerce button.button,
body.riwc-active .woocommerce input.button,
body.riwc-active .woocommerce #respond input#submit,
body.riwc-active .woocommerce a.added_to_cart,
body.riwc-active .riwc-system-page a.button,
body.riwc-active .riwc-system-page button.button,
body.riwc-active .riwc-system-page input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 17px !important;
	color: var(--riwc-black) !important;
	background: var(--riwc-yellow) !important;
	border: 2px solid var(--riwc-black) !important;
	border-radius: var(--riwc-radius-sm) !important;
	box-shadow: 4px 4px 0 var(--riwc-orange);
	font-family: "Nunito Sans", Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	text-align: center;
	text-decoration: none !important;
	transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.riwc-active .woocommerce a.button:hover,
body.riwc-active .woocommerce button.button:hover,
body.riwc-active .woocommerce input.button:hover,
body.riwc-active .woocommerce #respond input#submit:hover,
body.riwc-active .woocommerce a.added_to_cart:hover,
body.riwc-active .riwc-system-page a.button:hover,
body.riwc-active .riwc-system-page button.button:hover,
body.riwc-active .riwc-system-page input.button:hover {
	color: var(--riwc-white) !important;
	background: var(--riwc-orange) !important;
	box-shadow: 2px 2px 0 var(--riwc-black);
	transform: translateY(-2px);
}

body.riwc-active .woocommerce a.button.disabled,
body.riwc-active .woocommerce button.button.disabled,
body.riwc-active .woocommerce button.button:disabled,
body.riwc-active .woocommerce button.button:disabled[disabled] {
	cursor: not-allowed;
	opacity: 0.5;
	transform: none;
}

body.riwc-active .woocommerce ul.products li.product .button {
	width: 100%;
	margin: 0 !important;
}

body.riwc-active .woocommerce ul.products li.product .added_to_cart {
	width: 100%;
	margin-top: 12px;
}

/* Pagination -------------------------------------------------------------- */

body.riwc-active .woocommerce nav.woocommerce-pagination {
	margin-top: clamp(38px, 5vw, 58px);
	text-align: center;
}

body.riwc-active .woocommerce nav.woocommerce-pagination ul {
	display: inline-flex;
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible;
	border: 0 !important;
}

body.riwc-active .woocommerce nav.woocommerce-pagination ul li {
	float: none;
	border: 0 !important;
}

body.riwc-active .woocommerce nav.woocommerce-pagination ul li a,
body.riwc-active .woocommerce nav.woocommerce-pagination ul li span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 8px;
	color: var(--riwc-black);
	background: var(--riwc-white);
	border: 2px solid var(--riwc-black);
	border-radius: 9px;
	font-weight: 900;
}

body.riwc-active .woocommerce nav.woocommerce-pagination ul li span.current,
body.riwc-active .woocommerce nav.woocommerce-pagination ul li a:hover {
	color: var(--riwc-black);
	background: var(--riwc-yellow);
}

/* Single product ---------------------------------------------------------- */

body.riwc-single-product .woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
	align-items: start;
	gap: clamp(38px, 6vw, 76px);
}

body.riwc-single-product .woocommerce div.product .woocommerce-product-gallery,
body.riwc-single-product .woocommerce div.product .summary {
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
}

body.riwc-single-product .woocommerce div.product .woocommerce-product-gallery {
	padding: clamp(14px, 2vw, 22px);
	background: var(--riwc-white);
	border: 3px solid var(--riwc-black);
	border-radius: var(--riwc-radius-lg);
	box-shadow: 10px 10px 0 var(--riwc-yellow);
}

body.riwc-single-product .woocommerce div.product .woocommerce-product-gallery__image img {
	border-radius: var(--riwc-radius-md);
}

body.riwc-single-product .woocommerce div.product .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 13px !important;
}

body.riwc-single-product .woocommerce div.product .flex-control-thumbs li {
	float: none;
	width: 100%;
}

body.riwc-single-product .woocommerce div.product .flex-control-thumbs img {
	border: 2px solid transparent;
	border-radius: 9px;
}

body.riwc-single-product .woocommerce div.product .flex-control-thumbs img.flex-active,
body.riwc-single-product .woocommerce div.product .flex-control-thumbs img:hover {
	opacity: 1;
	border-color: var(--riwc-orange);
}

body.riwc-single-product .woocommerce div.product .woocommerce-product-gallery__trigger {
	top: 24px;
	right: 24px;
	background: var(--riwc-yellow);
	border: 2px solid var(--riwc-black);
	box-shadow: 3px 3px 0 var(--riwc-orange);
}

body.riwc-single-product .woocommerce div.product .summary {
	padding: clamp(25px, 3vw, 38px);
	background: rgba(255, 255, 255, 0.76);
	border: 3px solid var(--riwc-black);
	border-radius: var(--riwc-radius-lg);
	box-shadow: 9px 9px 0 var(--riwc-orange);
}

.riwc-product-kicker {
	margin-bottom: 18px;
	border-color: var(--riwc-black);
	box-shadow: 4px 4px 0 var(--riwc-orange);
}

body.riwc-single-product .woocommerce div.product .product_title {
	margin: 0 0 14px;
	color: var(--riwc-black);
	font-family: "Lilita One", "Arial Black", sans-serif;
	font-size: clamp(38px, 4.5vw, 62px);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -0.02em;
}

body.riwc-single-product .woocommerce div.product p.price,
body.riwc-single-product .woocommerce div.product span.price {
	margin: 0 0 20px;
	color: var(--riwc-orange);
	font-size: clamp(24px, 2.5vw, 33px);
	font-weight: 900;
}

body.riwc-single-product .woocommerce div.product .price del {
	color: #777777;
	opacity: 1;
	font-size: 0.7em;
}

body.riwc-single-product .woocommerce div.product .price ins {
	text-decoration: none;
}

body.riwc-single-product .woocommerce-product-details__short-description {
	color: #3d3d3d;
	font-size: 16px;
	line-height: 1.75;
}

body.riwc-single-product .woocommerce div.product p.stock {
	display: inline-flex;
	margin: 7px 0 18px;
	padding: 7px 12px;
	color: var(--riwc-black);
	background: #d9ffe6;
	border: 2px solid var(--riwc-black);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 900;
}

body.riwc-single-product .woocommerce div.product p.stock.out-of-stock {
	color: var(--riwc-white);
	background: var(--riwc-orange);
}

body.riwc-single-product .woocommerce div.product form.cart:not(.variations_form),
body.riwc-single-product .woocommerce div.product .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 13px;
	margin: 24px 0 0;
}

body.riwc-active .woocommerce .quantity .qty {
	width: 78px;
	min-height: 50px;
	padding: 8px;
	color: var(--riwc-black);
	background: var(--riwc-white);
	border: 2px solid var(--riwc-black);
	border-radius: var(--riwc-radius-sm);
	font-family: inherit;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
}

body.riwc-single-product .woocommerce div.product form.cart .button {
	min-height: 52px;
	padding-right: 24px !important;
	padding-left: 24px !important;
}

body.riwc-single-product .woocommerce div.product form.variations_form {
	margin-top: 23px;
}

body.riwc-single-product .woocommerce div.product form.cart .variations {
	margin-bottom: 16px;
	border: 0;
}

body.riwc-single-product .woocommerce div.product form.cart .variations th,
body.riwc-single-product .woocommerce div.product form.cart .variations td {
	display: block;
	padding: 0 0 8px;
	text-align: left;
}

body.riwc-single-product .woocommerce div.product form.cart .variations label {
	color: var(--riwc-black);
	font-size: 14px;
	font-weight: 900;
}

body.riwc-single-product .woocommerce div.product form.cart .variations select {
	width: 100%;
	min-height: 48px;
	padding: 9px 13px;
	background: var(--riwc-white);
	border: 2px solid var(--riwc-black);
	border-radius: var(--riwc-radius-sm);
	font-family: inherit;
	font-weight: 700;
}

body.riwc-single-product .reset_variations {
	color: var(--riwc-orange);
	font-size: 13px;
	font-weight: 900;
}

body.riwc-single-product .product_meta {
	display: grid;
	gap: 7px;
	margin-top: 25px;
	padding-top: 20px;
	color: var(--riwc-muted);
	border-top: 2px dashed rgba(5, 5, 5, 0.25);
	font-size: 13px;
	line-height: 1.5;
}

body.riwc-single-product .product_meta a {
	color: var(--riwc-orange);
	font-weight: 900;
}

.riwc-product-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.riwc-product-facts li {
	position: relative;
	padding: 12px 10px 12px 28px;
	color: var(--riwc-black);
	background: var(--riwc-white);
	border: 2px solid var(--riwc-black);
	border-radius: 9px;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.3;
}

.riwc-product-facts li::before {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 9px;
	height: 9px;
	background: var(--riwc-orange);
	border: 2px solid var(--riwc-black);
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
}

/* Product tabs and related sections --------------------------------------- */

body.riwc-single-product .woocommerce div.product .woocommerce-tabs,
body.riwc-single-product .woocommerce div.product .related,
body.riwc-single-product .woocommerce div.product .upsells,
body.riwc-single-product .woocommerce div.product .cross-sells {
	grid-column: 1 / -1;
	width: 100%;
	margin-top: clamp(45px, 6vw, 72px);
}

body.riwc-single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 17px;
	padding: 0;
}

body.riwc-single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

body.riwc-single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	background: var(--riwc-white);
	border: 2px solid var(--riwc-black);
	border-radius: 10px;
}

body.riwc-single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.riwc-single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

body.riwc-single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 11px 17px;
	color: var(--riwc-black);
	font-weight: 900;
}

body.riwc-single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--riwc-yellow);
	box-shadow: 4px 4px 0 var(--riwc-orange);
}

body.riwc-single-product .woocommerce div.product .woocommerce-tabs .panel {
	margin: 0;
	padding: clamp(24px, 4vw, 42px);
	background: var(--riwc-white);
	border: 3px solid var(--riwc-black);
	border-radius: var(--riwc-radius-md);
	box-shadow: var(--riwc-shadow-yellow);
	line-height: 1.75;
}

body.riwc-single-product .woocommerce div.product .woocommerce-tabs .panel h2,
body.riwc-single-product .related > h2,
body.riwc-single-product .upsells > h2,
body.riwc-single-product .cross-sells > h2 {
	margin: 0 0 22px;
	color: var(--riwc-black);
	font-family: "Lilita One", "Arial Black", sans-serif;
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 400;
	line-height: 1.1;
}

/* System page shell ------------------------------------------------------- */

.riwc-page-intro {
	margin-bottom: clamp(35px, 5vw, 58px);
}

.riwc-system-page__content {
	position: relative;
}

/* Forms ------------------------------------------------------------------- */

body.riwc-active .woocommerce form .form-row {
	margin: 0 0 17px;
	padding: 0;
}

body.riwc-active .woocommerce form .form-row label,
body.riwc-active .riwc-system-page label {
	display: block;
	margin-bottom: 7px;
	color: var(--riwc-black);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.4;
}

body.riwc-active .woocommerce form .form-row .required {
	color: var(--riwc-orange);
}

body.riwc-active .woocommerce input.input-text,
body.riwc-active .woocommerce textarea,
body.riwc-active .woocommerce select,
body.riwc-active .riwc-system-page input[type="text"],
body.riwc-active .riwc-system-page input[type="email"],
body.riwc-active .riwc-system-page input[type="tel"],
body.riwc-active .riwc-system-page input[type="password"],
body.riwc-active .riwc-system-page textarea,
body.riwc-active .riwc-system-page select {
	width: 100%;
	min-height: 49px;
	padding: 11px 14px;
	color: var(--riwc-black);
	background: var(--riwc-white);
	border: 2px solid var(--riwc-black);
	border-radius: var(--riwc-radius-sm);
	box-shadow: none;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.riwc-active .woocommerce textarea,
body.riwc-active .riwc-system-page textarea {
	min-height: 120px;
	resize: vertical;
}

body.riwc-active .woocommerce input.input-text:focus,
body.riwc-active .woocommerce textarea:focus,
body.riwc-active .woocommerce select:focus,
body.riwc-active .riwc-system-page input:focus,
body.riwc-active .riwc-system-page textarea:focus,
body.riwc-active .riwc-system-page select:focus {
	border-color: var(--riwc-orange);
	box-shadow: 3px 3px 0 var(--riwc-yellow);
}

body.riwc-active .select2-container--default .select2-selection--single {
	height: 49px;
	background: var(--riwc-white);
	border: 2px solid var(--riwc-black);
	border-radius: var(--riwc-radius-sm);
}

body.riwc-active .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 9px 38px 9px 13px;
	color: var(--riwc-black);
	font-weight: 600;
	line-height: 27px;
}

body.riwc-active .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
}

body.riwc-active .select2-dropdown {
	background: var(--riwc-white);
	border: 2px solid var(--riwc-black);
	border-radius: var(--riwc-radius-sm);
}

body.riwc-active .select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: var(--riwc-black);
	background: var(--riwc-yellow);
}

/* Notices ----------------------------------------------------------------- */

body.riwc-active .woocommerce-message,
body.riwc-active .woocommerce-info,
body.riwc-active .woocommerce-error {
	position: relative;
	margin: 0 0 26px !important;
	padding: 18px 22px 18px 58px !important;
	color: var(--riwc-black);
	background: var(--riwc-white);
	border: 2px solid var(--riwc-black);
	border-top: 6px solid var(--riwc-yellow);
	border-radius: var(--riwc-radius-sm);
	box-shadow: 5px 5px 0 rgba(5, 5, 5, 0.13);
	font-weight: 700;
	line-height: 1.55;
}

body.riwc-active .woocommerce-error {
	border-top-color: var(--riwc-orange);
}

body.riwc-active .woocommerce-message::before,
body.riwc-active .woocommerce-info::before,
body.riwc-active .woocommerce-error::before {
	top: 18px;
	left: 22px;
	color: var(--riwc-orange);
}

body.riwc-active .woocommerce-message a,
body.riwc-active .woocommerce-info a,
body.riwc-active .woocommerce-error a {
	color: var(--riwc-orange);
	font-weight: 900;
}

/* Tables ------------------------------------------------------------------ */

body.riwc-active .woocommerce table.shop_table,
body.riwc-active .riwc-system-page table {
	width: 100%;
	margin: 0 0 28px !important;
	overflow: hidden;
	background: var(--riwc-white);
	border: 3px solid var(--riwc-black) !important;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: var(--riwc-radius-md);
	box-shadow: var(--riwc-shadow-yellow);
}

body.riwc-active .woocommerce table.shop_table th,
body.riwc-active .riwc-system-page table th {
	padding: 15px 17px;
	color: var(--riwc-white);
	background: var(--riwc-black);
	border: 0;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.03em;
}

body.riwc-active .woocommerce table.shop_table td,
body.riwc-active .riwc-system-page table td {
	padding: 16px 17px;
	color: var(--riwc-text);
	background: var(--riwc-white);
	border-top: 1px solid rgba(5, 5, 5, 0.13);
	font-weight: 600;
}

body.riwc-active .woocommerce table.shop_table a,
body.riwc-active .riwc-system-page table a {
	color: var(--riwc-black);
	font-weight: 900;
	text-decoration: none;
}

body.riwc-active .woocommerce table.shop_table a:hover,
body.riwc-active .riwc-system-page table a:hover {
	color: var(--riwc-orange);
}

body.riwc-active .woocommerce table.shop_table .product-thumbnail img {
	width: 74px;
	height: 74px;
	object-fit: cover;
	border: 2px solid var(--riwc-black);
	border-radius: 9px;
}

body.riwc-active .woocommerce a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	color: var(--riwc-white) !important;
	background: var(--riwc-orange);
	border: 2px solid var(--riwc-black);
	border-radius: 50%;
	font-size: 20px;
	font-weight: 900;
}

body.riwc-active .woocommerce a.remove:hover {
	color: var(--riwc-black) !important;
	background: var(--riwc-yellow);
}

/* Classic cart ------------------------------------------------------------ */

body.riwc-cart .woocommerce-cart-form {
	margin-bottom: 38px;
}

body.riwc-cart .woocommerce-cart-form table.cart td.actions {
	padding: 20px;
}

body.riwc-cart .woocommerce-cart-form .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

body.riwc-cart .woocommerce-cart-form .coupon .input-text {
	width: min(100%, 240px) !important;
	min-height: 48px;
	margin: 0 !important;
}

body.riwc-cart .cart-collaterals {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

body.riwc-cart .cart-collaterals .cart_totals {
	float: none;
	width: min(100%, 520px);
	padding: clamp(23px, 3vw, 34px);
	background: var(--riwc-white);
	border: 3px solid var(--riwc-black);
	border-radius: var(--riwc-radius-md);
	box-shadow: var(--riwc-shadow-orange);
}

body.riwc-cart .cart-collaterals .cart_totals h2 {
	margin: 0 0 18px;
	font-family: "Lilita One", "Arial Black", sans-serif;
	font-size: clamp(28px, 3vw, 39px);
	font-weight: 400;
}

body.riwc-cart .cart-collaterals .cart_totals table {
	box-shadow: none;
}

body.riwc-cart .wc-proceed-to-checkout {
	padding: 12px 0 0;
}

body.riwc-cart .wc-proceed-to-checkout a.checkout-button {
	width: 100%;
	min-height: 55px;
	font-size: 16px !important;
}

body.riwc-cart .cart-empty {
	margin-bottom: 25px !important;
	text-align: center;
}

body.riwc-cart .return-to-shop {
	text-align: center;
}

/* Classic checkout -------------------------------------------------------- */

body.riwc-checkout .woocommerce-form-coupon-toggle,
body.riwc-checkout .woocommerce-form-login-toggle {
	margin-bottom: 18px;
}

body.riwc-checkout form.checkout_coupon,
body.riwc-checkout form.login,
body.riwc-account form.login,
body.riwc-account form.register,
body.riwc-account form.lost_reset_password {
	margin: 0 0 30px;
	padding: clamp(22px, 3vw, 32px);
	background: var(--riwc-white);
	border: 3px solid var(--riwc-black);
	border-radius: var(--riwc-radius-md);
	box-shadow: var(--riwc-shadow-yellow);
}

body.riwc-checkout form.checkout #customer_details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-bottom: 38px;
}

body.riwc-checkout form.checkout #customer_details .col-1,
body.riwc-checkout form.checkout #customer_details .col-2 {
	float: none;
	width: auto;
	padding: clamp(22px, 3vw, 32px);
	background: var(--riwc-white);
	border: 3px solid var(--riwc-black);
	border-radius: var(--riwc-radius-md);
	box-shadow: var(--riwc-shadow-yellow);
}

body.riwc-checkout form.checkout #customer_details .col-2 {
	box-shadow: var(--riwc-shadow-orange);
}

body.riwc-checkout .woocommerce-billing-fields > h3,
body.riwc-checkout .woocommerce-shipping-fields > h3,
body.riwc-checkout #order_review_heading {
	margin: 0 0 21px;
	color: var(--riwc-black);
	font-family: "Lilita One", "Arial Black", sans-serif;
	font-size: clamp(27px, 3vw, 39px);
	font-weight: 400;
	line-height: 1.1;
}

body.riwc-checkout #order_review_heading {
	padding-top: 10px;
}

body.riwc-checkout #order_review {
	padding: clamp(22px, 3vw, 34px);
	background: var(--riwc-white);
	border: 3px solid var(--riwc-black);
	border-radius: var(--riwc-radius-md);
	box-shadow: var(--riwc-shadow-orange);
}

body.riwc-checkout #order_review table.shop_table {
	box-shadow: none;
}

body.riwc-checkout #payment {
	background: #fffdf7;
	border: 2px solid var(--riwc-black);
	border-radius: var(--riwc-radius-sm);
}

body.riwc-checkout #payment ul.payment_methods {
	padding: 21px;
	border-bottom: 2px solid var(--riwc-black);
}

body.riwc-checkout #payment div.payment_box {
	color: var(--riwc-text);
	background: var(--riwc-grey);
	border: 1px solid rgba(5, 5, 5, 0.18);
	border-radius: 8px;
}

body.riwc-checkout #payment div.payment_box::before {
	border-bottom-color: var(--riwc-grey);
}

body.riwc-checkout #payment div.form-row {
	padding: 21px;
}

body.riwc-checkout #place_order {
	width: 100%;
	min-height: 55px;
	font-size: 16px !important;
}

/* Account ----------------------------------------------------------------- */

body.riwc-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 27%;
	padding: 18px;
	background: var(--riwc-black);
	border: 3px solid var(--riwc-black);
	border-radius: var(--riwc-radius-md);
	box-shadow: var(--riwc-shadow-orange);
}

body.riwc-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.riwc-account .woocommerce-MyAccount-navigation li {
	margin: 0;
}

body.riwc-account .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	min-height: 45px;
	padding: 10px 13px;
	color: var(--riwc-white);
	border: 2px solid transparent;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

body.riwc-account .woocommerce-MyAccount-navigation a::before {
	display: block;
	width: 9px;
	height: 9px;
	margin-right: 10px;
	background: var(--riwc-orange);
	border: 1px solid var(--riwc-white);
	border-radius: 50%;
	content: "";
}

body.riwc-account .woocommerce-MyAccount-navigation li.is-active a,
body.riwc-account .woocommerce-MyAccount-navigation a:hover {
	color: var(--riwc-black);
	background: var(--riwc-yellow);
	border-color: var(--riwc-white);
}

body.riwc-account .woocommerce-MyAccount-navigation li.is-active a::before,
body.riwc-account .woocommerce-MyAccount-navigation a:hover::before {
	border-color: var(--riwc-black);
}

body.riwc-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
	min-height: 300px;
	padding: clamp(23px, 3vw, 36px);
	background: var(--riwc-white);
	border: 3px solid var(--riwc-black);
	border-radius: var(--riwc-radius-md);
	box-shadow: var(--riwc-shadow-yellow);
	line-height: 1.7;
}

body.riwc-account .woocommerce-MyAccount-content > p:first-child {
	margin-top: 0;
}

body.riwc-account .woocommerce-MyAccount-content a {
	color: var(--riwc-orange);
	font-weight: 900;
}

body.riwc-account .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

body.riwc-account .woocommerce-Addresses .col-1,
body.riwc-account .woocommerce-Addresses .col-2 {
	float: none;
	width: auto;
	padding: 21px;
	background: var(--riwc-cream);
	border: 2px solid var(--riwc-black);
	border-radius: var(--riwc-radius-sm);
}

body.riwc-account .woocommerce-Addresses h2,
body.riwc-account .woocommerce-MyAccount-content h2,
body.riwc-account .woocommerce-MyAccount-content h3 {
	font-family: "Lilita One", "Arial Black", sans-serif;
	font-weight: 400;
}

body.riwc-account .u-columns.col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

body.riwc-account .u-columns.col2-set .u-column1,
body.riwc-account .u-columns.col2-set .u-column2 {
	float: none;
	width: auto;
}

body.riwc-account .u-columns.col2-set h2 {
	font-family: "Lilita One", "Arial Black", sans-serif;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 400;
}

/* Order confirmation ------------------------------------------------------ */

body.riwc-checkout .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 30px !important;
	padding: 0 !important;
}

body.riwc-checkout .woocommerce-order-overview li {
	float: none;
	margin: 0;
	padding: 17px;
	background: var(--riwc-white);
	border: 2px solid var(--riwc-black);
	border-radius: var(--riwc-radius-sm);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.5;
}

body.riwc-checkout .woocommerce-order-overview li strong {
	display: block;
	margin-top: 4px;
	color: var(--riwc-orange);
	font-size: 14px;
}

body.riwc-checkout .woocommerce-order-details,
body.riwc-checkout .woocommerce-customer-details {
	margin-top: 36px;
}

body.riwc-checkout .woocommerce-order-details__title,
body.riwc-checkout .woocommerce-column__title {
	font-family: "Lilita One", "Arial Black", sans-serif;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 400;
}

/* Responsive -------------------------------------------------------------- */

@media (max-width: 1024px) {
	body.riwc-catalog .woocommerce ul.products,
	body.riwc-single-product .related ul.products,
	body.riwc-single-product .upsells ul.products,
	body.riwc-single-product .cross-sells ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.riwc-single-product .woocommerce div.product {
		grid-template-columns: minmax(0, 1fr) minmax(310px, 0.9fr);
		gap: 36px;
	}

	.riwc-product-facts {
		grid-template-columns: 1fr;
	}

	body.riwc-checkout .woocommerce-order-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	body.riwc-catalog .woocommerce,
	body.riwc-single-product .woocommerce,
	body.riwc-active .riwc-system-page {
		width: min(calc(100% - 32px), 1240px);
	}

	body.riwc-single-product .woocommerce div.product {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	body.riwc-checkout form.checkout #customer_details {
		grid-template-columns: 1fr;
	}

	body.riwc-account .woocommerce-MyAccount-navigation,
	body.riwc-account .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
	}

	body.riwc-account .woocommerce-MyAccount-navigation {
		margin-bottom: 28px;
	}

	body.riwc-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	body.riwc-catalog .woocommerce,
	body.riwc-single-product .woocommerce,
	body.riwc-active .riwc-system-page {
		width: min(calc(100% - 24px), 1240px);
		margin-top: 34px;
		margin-bottom: 48px;
	}

	.riwc-masthead,
	.riwc-page-intro {
		padding: 33px 23px 38px;
		border-radius: 18px;
		box-shadow: 7px 7px 0 var(--riwc-orange);
	}

	.riwc-masthead::before,
	.riwc-page-intro::before {
		width: 160px;
		height: 125px;
		opacity: 0.12;
	}

	.riwc-masthead__eyebrow,
	.riwc-page-intro__eyebrow,
	.riwc-product-kicker {
		min-height: 34px;
		padding: 6px 12px;
		font-size: 10px;
	}

	.riwc-masthead__title,
	.riwc-page-intro__title {
		margin-top: 17px;
		font-size: clamp(36px, 11vw, 49px);
	}

	body.riwc-catalog .woocommerce ul.products,
	body.riwc-single-product .related ul.products,
	body.riwc-single-product .upsells ul.products,
	body.riwc-single-product .cross-sells ul.products {
		grid-template-columns: 1fr;
		gap: 29px;
	}

	body.riwc-active .woocommerce ul.products li.product {
		width: min(100%, 390px) !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	body.riwc-catalog .woocommerce-result-count,
	body.riwc-catalog .woocommerce-ordering {
		float: none;
		width: 100%;
		text-align: left;
	}

	body.riwc-catalog .woocommerce-ordering select {
		width: 100%;
	}

	body.riwc-single-product .woocommerce div.product .summary,
	body.riwc-single-product .woocommerce div.product .woocommerce-product-gallery {
		border-radius: 17px;
		box-shadow: 6px 6px 0 var(--riwc-orange);
	}

	body.riwc-single-product .woocommerce div.product .woocommerce-product-gallery {
		box-shadow: 6px 6px 0 var(--riwc-yellow);
	}

	body.riwc-single-product .woocommerce div.product .product_title {
		font-size: clamp(36px, 11vw, 48px);
	}

	body.riwc-single-product .woocommerce div.product form.cart:not(.variations_form),
	body.riwc-single-product .woocommerce div.product .woocommerce-variation-add-to-cart {
		align-items: stretch;
	}

	body.riwc-single-product .woocommerce div.product form.cart .button {
		flex: 1 1 190px;
	}

	body.riwc-active .woocommerce table.shop_table_responsive,
	body.riwc-active .woocommerce table.shop_table {
		box-shadow: 5px 5px 0 var(--riwc-yellow);
	}

	body.riwc-active .woocommerce table.shop_table_responsive tr td,
	body.riwc-active .woocommerce-page table.shop_table_responsive tr td {
		padding: 13px 15px;
	}

	body.riwc-cart .woocommerce-cart-form table.cart td.actions .coupon {
		float: none;
		width: 100%;
	}

	body.riwc-cart .woocommerce-cart-form .coupon .input-text,
	body.riwc-cart .woocommerce-cart-form .coupon .button {
		width: 100% !important;
	}

	body.riwc-cart .woocommerce-cart-form table.cart td.actions > .button {
		width: 100%;
		margin-top: 10px;
	}

	body.riwc-cart .cart-collaterals .cart_totals,
	body.riwc-checkout #order_review,
	body.riwc-checkout form.checkout #customer_details .col-1,
	body.riwc-checkout form.checkout #customer_details .col-2 {
		padding: 21px 18px;
		border-radius: 14px;
		box-shadow: 5px 5px 0 var(--riwc-orange);
	}

	body.riwc-checkout form.checkout #customer_details .col-1 {
		box-shadow: 5px 5px 0 var(--riwc-yellow);
	}

	body.riwc-account .woocommerce-MyAccount-navigation ul,
	body.riwc-account .woocommerce-Addresses,
	body.riwc-account .u-columns.col2-set,
	body.riwc-checkout .woocommerce-order-overview {
		grid-template-columns: 1fr;
	}

	body.riwc-account .woocommerce-MyAccount-content,
	body.riwc-account .woocommerce-MyAccount-navigation {
		padding: 18px;
		box-shadow: 5px 5px 0 var(--riwc-yellow);
	}

	body.riwc-account .woocommerce-MyAccount-navigation {
		box-shadow: 5px 5px 0 var(--riwc-orange);
	}

	body.riwc-active .woocommerce-message,
	body.riwc-active .woocommerce-info,
	body.riwc-active .woocommerce-error {
		padding: 16px 17px 16px 48px !important;
	}

	body.riwc-active .woocommerce-message::before,
	body.riwc-active .woocommerce-info::before,
	body.riwc-active .woocommerce-error::before {
		top: 16px;
		left: 17px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.riwc-active *,
	body.riwc-active *::before,
	body.riwc-active *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

@media print {
	body.riwc-active {
		background: #ffffff;
	}

	body.riwc-active .riwc-page-intro,
	body.riwc-active .riwc-masthead,
	body.riwc-active .woocommerce-MyAccount-navigation {
		box-shadow: none;
	}
}
