:root {
	--ex-black: #111111;
	--ex-ink: #242424;
	--ex-muted: #666666;
	--ex-line: #e5e5e5;
	--ex-red: #c91f28;
	--ex-red-dark: #9f1720;
	--ex-secondary: #d62a37;
	--ex-secondary-dark: #b90011;
	--ex-soft: #f6f6f6;
	--ex-white: #ffffff;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	color: var(--ex-ink);
	font-family: Arial, Helvetica, sans-serif;
	background: var(--ex-white);
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
}

body.home.elementor-page .site-main,
body.home.elementor-page .elementor,
body.home.elementor-page .elementor-section,
body.home.elementor-page .elementor-container,
body.home.elementor-page .elementor-column,
body.home.elementor-page .elementor-widget-wrap,
body.home.elementor-page .elementor-widget-shortcode,
body.home.elementor-page .elementor-shortcode {
	background: transparent !important;
	box-shadow: none !important;
}

body.home.elementor-page #content.site-main,
body.home.elementor-page .site-main {
	padding: 0 !important;
	background: #121212 !important;
}

body.home.elementor-page .elementor-section,
body.home.elementor-page .elementor-container,
body.home.elementor-page .elementor-column,
body.home.elementor-page .elementor-widget-wrap,
body.home.elementor-page .elementor-widget-shortcode,
body.home.elementor-page .elementor-shortcode {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

body.home.elementor-page .elementor-shortcode > .ex-home {
	display: block;
}

body.ex-side-cart-open {
	overflow: hidden;
}

a {
	color: inherit;
}

body,
.elementor-kit-11 {
	--e-global-color-primary: var(--ex-ink);
	--e-global-color-secondary: var(--ex-secondary);
	--e-global-color-text: var(--ex-ink);
	--e-global-color-accent: var(--ex-secondary);
}

.elementor a:not(.ex-home-button):not(.ex-testimonials__button):not(.woocommerce-LoopProduct-link):not(.button):not(.ex-button),
.elementor .e-heading-base a,
.elementor .e-paragraph-base a,
a.wp-block-button__link,
.wp-element-button {
	color: var(--ex-secondary);
}

.elementor a:not(.ex-home-button):not(.ex-testimonials__button):not(.woocommerce-LoopProduct-link):not(.button):not(.ex-button):hover,
.elementor a:not(.ex-home-button):not(.ex-testimonials__button):not(.woocommerce-LoopProduct-link):not(.button):not(.ex-button):focus,
.elementor .e-heading-base a:hover,
.elementor .e-heading-base a:focus,
.elementor .e-paragraph-base a:hover,
.elementor .e-paragraph-base a:focus,
a.wp-block-button__link:hover,
a.wp-block-button__link:focus,
.wp-element-button:hover,
.wp-element-button:focus {
	color: var(--ex-secondary-dark);
}

.site-main {
	min-height: 56vh;
}

#content.site-main,
body.page #content.site-main,
body.single #content.site-main,
body.archive #content.site-main,
body.woocommerce #content.site-main,
body.woocommerce-page #content.site-main {
	width: 100%;
	max-width: 1680px !important;
	margin-right: auto;
	margin-left: auto;
}

body.woocommerce #main.site-main,
body.woocommerce-page #main.site-main,
body.archive #main.site-main {
	width: 100%;
	max-width: none !important;
}

.ex-warning {
	background: var(--ex-black);
	color: var(--ex-white);
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	padding: 9px 16px;
}

.ex-header-main {
	display: grid;
	grid-template-columns: minmax(180px, 320px) minmax(220px, 1fr) auto;
	gap: 24px;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 18px 20px;
}

.ex-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
}

.ex-brand__logo {
	display: block;
	width: auto;
	max-width: min(100%, 280px);
	height: 62px;
	object-fit: contain;
}

.ex-brand__mark {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	background: var(--ex-red);
	color: var(--ex-white);
	font-weight: 900;
}

.ex-brand__text {
	line-height: 1.05;
	max-width: 220px;
}

.ex-search {
	display: flex;
	position: relative;
	border: 1px solid var(--ex-line);
	background: var(--ex-white);
}

.ex-search input {
	width: 100%;
	min-width: 0;
	border: 0;
	padding: 13px 14px;
}

.ex-search button,
.ex-button {
	border: 0;
	background: var(--ex-red);
	color: var(--ex-white);
	font-weight: 800;
	padding: 13px 20px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.ex-search-results {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	z-index: 30;
	border: 1px solid var(--ex-line);
	background: var(--ex-white);
	box-shadow: 0 18px 38px rgba(0,0,0,.12);
}

.ex-search-result {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 12px 14px;
	text-decoration: none;
}

.ex-search-result + .ex-search-result {
	border-top: 1px solid var(--ex-line);
}

.ex-search-result img {
	display: block;
	width: 60px;
	height: 60px;
	object-fit: contain;
	background: #fafafa;
}

.ex-search-result__content {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.ex-search-result__content strong {
	color: var(--ex-ink);
	font-size: 14px;
	line-height: 1.35;
	font-weight: 800;
}

.ex-search-result__content small {
	color: var(--ex-red);
	font-size: 13px;
	font-weight: 800;
}

.ex-search-result:hover {
	background: #fafafa;
}

.ex-search-results__empty {
	padding: 14px;
	color: var(--ex-muted);
	font-size: 14px;
	line-height: 1.5;
}

.ex-header-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	font-weight: 700;
}

.ex-header-actions a {
	text-decoration: none;
}

.ex-action-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ex-ink);
}

.ex-action-link__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
}

.ex-action-link__icon svg {
	width: 22px;
	height: 22px;
	display: block;
}

.ex-action-link__text {
	line-height: 1;
}

.ex-cart-link {
	position: relative;
}

.ex-cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--ex-red);
	color: var(--ex-white);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.ex-cart-count.is-empty {
	display: none;
}

.ex-side-cart {
	position: fixed;
	inset: 0;
	z-index: 9998;
}

.ex-side-cart[hidden] {
	display: none;
}

.ex-side-cart__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.48);
}

.ex-side-cart__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(440px, 100vw);
	height: 100%;
	background: var(--ex-white);
	box-shadow: -16px 0 40px rgba(0,0,0,.18);
}

.ex-side-cart__header,
.ex-side-cart__footer {
	padding: 20px;
	border-bottom: 1px solid var(--ex-line);
}

.ex-side-cart__footer {
	border-top: 1px solid var(--ex-line);
	border-bottom: 0;
	margin-top: auto;
}

.ex-side-cart__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.ex-side-cart__header h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 800;
}

.ex-side-cart__close {
	border: 0;
	background: transparent;
	color: var(--ex-ink);
	font-size: 34px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
}

.ex-side-cart__items {
	flex: 1 1 auto;
	overflow: auto;
	padding: 0 20px;
}

.ex-side-cart .woocommerce-mini-cart {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ex-side-cart .woocommerce-mini-cart-item {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 14px;
	padding: 16px 0;
	border-bottom: 1px solid var(--ex-line);
	position: relative;
}

.ex-side-cart .woocommerce-mini-cart-item a {
	text-decoration: none;
}

.ex-side-cart .woocommerce-mini-cart-item img {
	grid-row: 1 / span 3;
	width: 72px;
	height: 72px;
	object-fit: contain;
	background: #fafafa;
}

.ex-side-cart .woocommerce-mini-cart-item .remove {
	position: absolute;
	top: 16px;
	right: 0;
	font-size: 20px;
	line-height: 1;
	color: var(--ex-muted) !important;
}

.ex-side-cart .woocommerce-mini-cart-item > a:not(.remove) {
	padding-right: 20px;
	color: var(--ex-ink);
	font-size: 15px;
	line-height: 1.4;
	font-weight: 800;
}

.ex-side-cart .quantity {
	color: var(--ex-muted);
	font-size: 14px;
}

.ex-side-cart .woocommerce-mini-cart__empty-message {
	padding: 24px 0;
	color: var(--ex-muted);
	font-size: 15px;
}

.ex-side-cart .woocommerce-mini-cart__buttons {
	display: none;
}

.ex-side-cart__subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
	font-size: 15px;
}

.ex-side-cart__subtotal strong {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 800;
}

.ex-side-cart__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.ex-side-cart__actions .ex-button {
	justify-content: center;
}

.ex-sticky-cart-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9990;
	padding: 14px 20px;
	background: rgba(17,17,17,.96);
	backdrop-filter: blur(8px);
	box-shadow: 0 -12px 30px rgba(0,0,0,.18);
}

.ex-sticky-cart-bar[hidden] {
	display: none;
}

.ex-sticky-cart-bar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.ex-sticky-cart-bar__meta {
	display: grid;
	gap: 4px;
	min-width: 0;
	color: var(--ex-white);
}

.ex-sticky-cart-bar__meta strong {
	font-size: 16px;
	line-height: 1.35;
	font-weight: 800;
}

.ex-sticky-cart-bar__meta span {
	color: rgba(255,255,255,.84);
	font-size: 14px;
	line-height: 1.4;
}

.ex-sticky-cart-bar__meta .price {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ex-sticky-cart-bar__button {
	flex: 0 0 auto;
	white-space: nowrap;
	min-width: 230px;
	min-height: 52px;
	border: 2px solid var(--ex-secondary);
	background: var(--ex-secondary);
	color: var(--ex-white) !important;
	-webkit-text-fill-color: var(--ex-white);
	box-shadow: 0 10px 24px rgba(214,42,55,.28);
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .04em;
}

.ex-sticky-cart-bar__button:hover,
.ex-sticky-cart-bar__button:focus {
	background: var(--ex-secondary-dark);
	border-color: var(--ex-secondary-dark);
	color: var(--ex-white) !important;
	-webkit-text-fill-color: var(--ex-white);
}

.ex-primary-nav {
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;
	background: #121212;
}

.ex-menu {
	display: flex;
	justify-content: center;
	gap: 6px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	list-style: none;
	background: transparent !important;
}

.ex-menu li {
	position: relative;
	background: transparent !important;
}

.ex-menu .current-menu-item,
.ex-menu .current_page_item,
.ex-menu .current-menu-ancestor,
.ex-menu .current-page-ancestor {
	background: transparent !important;
}

.ex-menu a {
	display: block;
	padding: 14px 16px;
	color: var(--ex-white);
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	background: transparent !important;
}

.ex-menu a:hover {
	color: var(--ex-red);
}

.ex-menu > .ex-menu-item--mega {
	position: relative;
}

.ex-menu-link--mega {
	display: flex !important;
	align-items: center;
	gap: 8px;
}

.ex-menu-link--mega::after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transform-origin: center;
	transition: transform .2s ease;
}

.ex-menu-item--mega:hover > .ex-menu-link--mega::after,
.ex-menu-item--mega:focus-within > .ex-menu-link--mega::after,
.ex-menu-item--mega.is-open > .ex-menu-link--mega::after {
	transform: rotate(225deg) translateY(-1px);
}

.ex-mega-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 50;
	display: grid;
	grid-template-columns: repeat(5, minmax(150px, 1fr));
	gap: 10px;
	width: min(1120px, calc(100vw - 40px));
	padding: 18px;
	margin: 0;
	list-style: none;
	background: #171717;
	border: 1px solid #2a2a2a;
	box-shadow: 0 24px 50px rgba(0,0,0,.28);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.ex-menu-item--mega:hover > .ex-mega-menu,
.ex-menu-item--mega:focus-within > .ex-mega-menu,
.ex-menu-item--mega.is-open > .ex-mega-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ex-mega-menu__item {
	margin: 0;
}

.ex-mega-menu__item a {
	display: grid;
	gap: 5px;
	min-height: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(255,255,255,.08);
	background: rgba(255,255,255,.02) !important;
}

.ex-mega-menu__item a:hover,
.ex-mega-menu__item a:focus {
	background: rgba(255,255,255,.05) !important;
	color: var(--ex-white);
}

.ex-mega-menu__name {
	color: var(--ex-white);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: none;
}

.ex-mega-menu__count {
	color: rgba(255,255,255,.66);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: none;
}

.ex-header-actions .ex-menu-toggle {
	display: none !important;
	width: 42px;
	height: 42px;
	border: 2px solid var(--ex-line);
	background: var(--ex-white) !important;
	padding: 9px;
	cursor: pointer;
	border-radius: 0;
	line-height: 1;
}

.ex-header-actions .ex-menu-toggle span {
	display: block;
	height: 2px;
	background: var(--ex-black) !important;
	margin: 5px 0;
	width: 100%;
}

.ex-mobile-nav {
	border-top: 1px solid var(--ex-line);
	background: var(--ex-white);
}

.ex-menu--mobile {
	display: block;
	padding: 8px 20px 18px;
}

.ex-menu--mobile a {
	color: #1c1c1c;
	border-bottom: 1px solid var(--ex-line);
}

.ex-menu--mobile a:hover {
	color: var(--ex-muted);
}

.ex-menu--mobile .ex-menu-link--mega {
	justify-content: space-between;
}

.ex-menu--mobile .ex-mega-menu {
	position: static;
	left: auto;
	top: auto;
	display: none;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	padding: 10px 0 0;
	border: 0;
	box-shadow: none;
	background: transparent;
	transform: none;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ex-menu--mobile .ex-menu-item--mega.is-open > .ex-mega-menu {
	display: grid;
}

.ex-menu--mobile .ex-mega-menu__item a {
	padding: 12px;
	border: 1px solid var(--ex-line);
	background: #ffffff !important;
}

.ex-menu--mobile .ex-mega-menu__item a:hover,
.ex-menu--mobile .ex-mega-menu__item a:focus {
	background: #fafafa !important;
}

.ex-menu--mobile .ex-mega-menu__name {
	color: #1c1c1c;
}

.ex-menu--mobile .ex-mega-menu__count {
	color: var(--ex-muted);
}

.ex-site-footer {
	background: var(--ex-black);
	color: var(--ex-white);
	margin-top: 60px;
}

.ex-footer-grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(160px, 1fr));
	gap: 42px;
	max-width: 1450px;
	margin: 0 auto;
	padding: 44px 20px;
}

.ex-site-footer h3 {
	margin-top: 0;
}

.ex-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ex-footer-menu a {
	display: inline-block;
	padding: 5px 0;
	color: var(--ex-white);
	text-decoration: none;
}

.ex-footer-disclaimer {
	border-top: 1px solid rgba(255,255,255,.16);
	color: #dddddd;
	font-size: 13px;
	text-align: center;
	padding: 16px 20px;
}

.ex-age-gate {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	background: rgba(0,0,0,.72);
	padding: 24px;
}

.ex-age-gate[hidden] {
	display: none;
}

.ex-age-gate__panel {
	max-width: 460px;
	background: var(--ex-white);
	padding: 34px;
	box-shadow: 0 18px 60px rgba(0,0,0,.28);
}

.ex-age-gate__eyebrow {
	color: var(--ex-red);
	font-weight: 800;
	text-transform: uppercase;
}

.ex-age-gate__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.ex-button--ghost {
	background: var(--ex-soft);
	color: var(--ex-black);
}

.elementor .elementor-button,
.elementor .e-button-base,
.elementor-widget-button .elementor-button,
.elementor a.elementor-button,
.elementor-kit-11 .elementor-button,
.elementor-kit-11 a.elementor-button,
.wp-block-button__link,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button.alt,
.woocommerce a.added_to_cart,
.woocommerce a.checkout-button,
.woocommerce .single_add_to_cart_button {
	background: var(--ex-secondary) !important;
	border-color: var(--ex-secondary) !important;
	color: var(--ex-white) !important;
	-webkit-text-fill-color: var(--ex-white);
	text-decoration: none;
}

.elementor .elementor-button:hover,
.elementor .elementor-button:focus,
.elementor .e-button-base:hover,
.elementor .e-button-base:focus,
.elementor-widget-button .elementor-button:hover,
.elementor-widget-button .elementor-button:focus,
.elementor a.elementor-button:hover,
.elementor a.elementor-button:focus,
.elementor-kit-11 .elementor-button:hover,
.elementor-kit-11 .elementor-button:focus,
.elementor-kit-11 a.elementor-button:hover,
.elementor-kit-11 a.elementor-button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-element-button:hover,
.wp-element-button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce .button.alt:hover,
.woocommerce .button.alt:focus,
.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus,
.woocommerce a.checkout-button:hover,
.woocommerce a.checkout-button:focus,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button:focus {
	background: var(--ex-secondary-dark) !important;
	border-color: var(--ex-secondary-dark) !important;
	color: var(--ex-white) !important;
	-webkit-text-fill-color: var(--ex-white);
}

body.page:not(.home):not(.woocommerce-page) #content.site-main,
body.page:not(.home):not(.woocommerce-page) .page-header,
body.page:not(.home):not(.woocommerce-page) .page-content {
	padding-left: 20px;
	padding-right: 20px;
}

body.page:not(.home):not(.woocommerce-page) #content.site-main {
	padding-top: 0;
	padding-bottom: 20px;
	background: linear-gradient(180deg, #181818 0 180px, #f7f7f7 180px 100%);
}

body.page:not(.home):not(.woocommerce-page) .page-header {
	display: block;
	margin: 0;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 42px max(20px, calc((100vw - 1100px) / 2 + 20px)) 48px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,0) 55%),
		linear-gradient(180deg, #1d1d1d 0%, #111111 100%);
	border-top: 0;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.08);
}

body.page:not(.home):not(.woocommerce-page) .entry-title {
	display: block;
	margin: 0;
	max-width: 900px;
	color: var(--ex-white);
	font-size: clamp(34px, 4vw, 56px);
	line-height: 1.02;
	font-weight: 800;
	letter-spacing: 0;
}

body.page:not(.home):not(.woocommerce-page) .page-content {
	max-width: 1100px;
	margin: -24px auto 0;
	padding-top: 30px;
	padding-bottom: 24px;
	background: var(--ex-white);
	box-shadow: 0 18px 40px rgba(0,0,0,.06);
}

body.page:not(.home):not(.woocommerce-page) .ex-site-footer {
	margin-top: 24px;
}

body.page:not(.home):not(.woocommerce-page) .page-content > :first-child {
	margin-top: 0;
}

body.page:not(.home):not(.woocommerce-page) .page-content h2 {
	margin: 36px 0 14px;
	color: var(--ex-ink);
	font-size: clamp(24px, 2vw, 32px);
	line-height: 1.15;
	font-weight: 800;
}

body.page:not(.home):not(.woocommerce-page) .page-content p,
body.page:not(.home):not(.woocommerce-page) .page-content li {
	color: #313131;
	font-size: 17px;
	line-height: 1.75;
}

body.page:not(.home):not(.woocommerce-page) .page-content p {
	margin: 0 0 18px;
}

body.page:not(.home):not(.woocommerce-page) .page-content ul,
body.page:not(.home):not(.woocommerce-page) .page-content ol {
	margin: 0 0 22px 22px;
	padding: 0;
}

body.page:not(.home):not(.woocommerce-page) .page-content li + li {
	margin-top: 8px;
}

body.page:not(.home):not(.woocommerce-page) .page-content a {
	color: var(--ex-red);
	text-decoration: none;
}

body.page:not(.home):not(.woocommerce-page) .page-content a:hover {
	text-decoration: underline;
}

.ex-accordion {
	display: grid;
	gap: 12px;
	margin-top: 8px;
}

.ex-accordion details {
	border: 1px solid var(--ex-line);
	background: var(--ex-white);
}

.ex-accordion summary {
	position: relative;
	cursor: pointer;
	list-style: none;
	padding: 18px 56px 18px 20px;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 800;
}

.ex-accordion summary::-webkit-details-marker {
	display: none;
}

.ex-accordion summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	color: var(--ex-red);
	font-size: 28px;
	line-height: 1;
	font-weight: 400;
}

.ex-accordion details[open] summary::after {
	content: "-";
}

.ex-accordion__body {
	padding: 0 20px 20px;
	color: var(--ex-ink);
	font-size: 16px;
	line-height: 1.7;
}

.ex-accordion__body p {
	margin: 0;
}

.ex-home {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-top: 0;
	margin-bottom: 0;
	background: var(--ex-white);
	overflow: hidden;
}

.ex-hero-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: var(--ex-black);
	color: var(--ex-white);
}

.ex-slide {
	position: relative;
	display: none;
	grid-template-columns: 1fr;
	align-items: end;
	max-width: none;
	height: 550px;
	min-height: 550px;
	margin: 0 auto;
	padding: 58px max(20px, calc((100vw - 1320px) / 2 + 42px)) 112px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.ex-slide.is-active {
	display: grid;
}

.ex-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.66) 45%, rgba(0,0,0,.32) 100%);
}

.ex-slide__content {
	position: relative;
	z-index: 1;
}

.ex-slide__eyebrow,
.ex-section-heading p {
	margin: 0 0 10px;
	color: var(--ex-white);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.ex-slide h1,
.ex-slide h2 {
	max-width: 760px;
	margin: 0 0 16px;
	color: var(--ex-white);
	font-size: clamp(36px, 4vw, 56px);
	line-height: 1.02;
	font-weight: 900;
	letter-spacing: 0;
}

.ex-slide p {
	max-width: 720px;
	margin: 0;
	color: var(--ex-white) !important;
	-webkit-text-fill-color: var(--ex-white);
	font-size: 17px;
	line-height: 1.5;
}

.ex-slide__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.ex-home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 20px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.ex-home-button--primary {
	background: var(--ex-red);
	color: var(--ex-white) !important;
	-webkit-text-fill-color: var(--ex-white);
}

.ex-home-button--light {
	background: var(--ex-white);
	color: var(--ex-red) !important;
	-webkit-text-fill-color: var(--ex-red);
}

.ex-home-button--primary:hover,
.ex-home-button--primary:focus,
.ex-home-button--primary:visited {
	color: var(--ex-white) !important;
	-webkit-text-fill-color: var(--ex-white);
}

.ex-home-button--light:hover,
.ex-home-button--light:focus,
.ex-home-button--light:visited {
	color: var(--ex-red) !important;
	-webkit-text-fill-color: var(--ex-red);
}

.ex-slider-controls {
	position: absolute;
	left: 50%;
	bottom: 22px;
	display: flex;
	gap: 8px;
	transform: translateX(-50%);
}

.ex-slider-controls button {
	width: 12px;
	height: 12px;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.38);
	padding: 0;
	cursor: pointer;
}

.ex-slider-controls button.is-active {
	background: var(--ex-red);
}

.ex-slider-controls span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.ex-home-band {
	max-width: 1680px;
	margin: 0 auto;
	padding: 60px clamp(18px, 4vw, 48px);
}

.ex-home-band--soft {
	max-width: none;
	background: linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
	padding-inline: max(18px, calc((100vw - 1680px) / 2 + 48px));
}

.ex-section-heading {
	margin-bottom: 28px;
}

.ex-section-heading--row {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: end;
}

.ex-section-heading h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(30px, 3vw, 44px);
	line-height: 1.08;
	font-weight: 900;
	letter-spacing: 0;
}

.ex-section-heading a {
	color: var(--ex-red);
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.ex-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.ex-category-tile {
	display: grid;
	grid-template-rows: auto auto minmax(44px, auto) auto;
	gap: 10px;
	border: 1px solid var(--ex-line);
	background: var(--ex-white);
	padding: 0 0 22px;
	overflow: hidden;
	text-decoration: none;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ex-category-tile:hover {
	border-color: var(--ex-red);
	box-shadow: 0 14px 30px rgba(0,0,0,.08);
	transform: translateY(-2px);
}

.ex-category-tile__image {
	display: grid;
	place-items: center;
	height: 230px;
	margin: 0;
	overflow: hidden;
	background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
	border-bottom: 1px solid var(--ex-line);
	padding: 18px;
}

.ex-category-tile__image img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center;
	transition: transform .2s ease;
}

.ex-category-tile:hover .ex-category-tile__image img {
	transform: scale(1.04);
}

.ex-category-tile span {
	padding: 6px 24px 0;
	color: var(--ex-red);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.12;
}

.ex-category-tile small {
	min-height: 44px;
	padding: 0 24px;
	color: var(--ex-muted);
	font-size: 15px;
	line-height: 1.45;
}

.ex-category-tile strong {
	align-self: end;
	padding: 0 24px;
	color: var(--ex-black);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.ex-home .woocommerce ul.products {
	margin-top: 8px;
}

.ex-brand-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ex-brand-chip {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	align-items: center;
	border: 1px solid var(--ex-line);
	background: var(--ex-white);
	padding: 18px 20px;
	text-decoration: none;
}

.ex-brand-chip__name {
	display: inline-flex;
	min-width: 0;
	align-items: center;
	gap: 12px;
}

.ex-brand-chip__name img {
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border: 1px solid var(--ex-line);
	background: var(--ex-white);
	object-fit: contain;
	padding: 4px;
}

.ex-brand-chip__name strong {
	min-width: 0;
	color: var(--ex-red);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.15;
}

.ex-brand-chip small {
	flex: 0 0 auto;
	color: var(--ex-muted);
	white-space: nowrap;
}

.ex-testimonials {
	width: 100%;
	background: #f4f4f4;
	padding: 54px clamp(18px, 4vw, 48px) 60px;
	text-align: center;
	margin: 0;
}

.ex-testimonials h2 {
	margin: 0 0 70px;
	color: #000000;
	font-size: clamp(30px, 3vw, 40px);
	line-height: 1.1;
	font-weight: 900;
	letter-spacing: 0;
}

.ex-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 42px;
	max-width: 1840px;
	margin: 0 auto 74px;
}

.ex-testimonial {
	min-width: 0;
}

.ex-testimonial__stars {
	margin-bottom: 20px;
	color: #f3b300;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 0;
}

.ex-testimonial p {
	max-width: 390px;
	margin: 0 auto;
	color: #000000;
	font-size: 20px;
	line-height: 1.45;
	font-weight: 400;
}

.ex-testimonials__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	background: #b90011;
	color: var(--ex-white) !important;
	-webkit-text-fill-color: var(--ex-white);
	padding: 18px 40px;
	font-size: 19px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.ex-testimonials__button:hover,
.ex-testimonials__button:focus,
.ex-testimonials__button:visited {
	background: var(--ex-red-dark);
	color: var(--ex-white) !important;
	-webkit-text-fill-color: var(--ex-white);
}

body.woocommerce .site-main,
body.woocommerce-page .site-main {
	max-width: 1680px;
	margin: 0 auto;
	padding: 32px clamp(18px, 4vw, 48px) 8px;
}

body.woocommerce-cart .site-main,
body.woocommerce-page.woocommerce-cart .site-main {
	padding-left: clamp(28px, 5vw, 64px);
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 22px;
	color: var(--ex-muted);
	font-size: 14px;
}

.woocommerce .woocommerce-breadcrumb a {
	color: var(--ex-red);
	text-decoration: none;
}

.ex-shop-categories {
	margin: 0 0 28px;
	padding: 22px 0 8px;
	border-top: 1px solid var(--ex-line);
	border-bottom: 1px solid var(--ex-line);
}

.ex-shop-categories__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 18px;
}

.ex-shop-categories__heading h2 {
	margin: 0;
	color: var(--ex-ink);
	font-size: clamp(24px, 2.2vw, 34px);
	line-height: 1.1;
	font-weight: 900;
}

.ex-shop-categories__heading a {
	color: var(--ex-red);
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.ex-shop-categories__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.ex-shop-category {
	display: grid;
	grid-template-rows: 128px auto auto;
	min-width: 0;
	border: 1px solid var(--ex-line);
	background: var(--ex-white);
	padding: 12px;
	color: var(--ex-ink);
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ex-shop-category:hover {
	border-color: #d5d5d5;
	box-shadow: 0 12px 24px rgba(0,0,0,.07);
	transform: translateY(-2px);
}

.ex-shop-category__image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.ex-shop-category__image img {
	display: block;
	width: 100%;
	height: 118px;
	object-fit: contain;
}

.ex-shop-category__name {
	overflow-wrap: anywhere;
	margin: 10px 0 4px;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 900;
}

.ex-shop-category__count {
	color: var(--ex-muted);
	font-size: 12px;
	font-weight: 700;
}

.woocommerce-products-header__title,
.woocommerce div.product .product_title {
	margin: 0 0 18px;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: 0;
}

.woocommerce .woocommerce-result-count {
	float: none;
	margin: 0 0 14px;
	color: var(--ex-muted);
	font-size: 15px;
}

.woocommerce .woocommerce-ordering {
	float: none;
	margin: 0 0 24px;
	max-width: 340px;
}

.woocommerce .woocommerce-ordering select {
	width: 100%;
	border: 1px solid var(--ex-line);
	background: var(--ex-white);
	padding: 12px 14px;
	font-size: 15px;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
	float: none;
	width: auto;
	margin: 0;
	list-style: none;
	border: 1px solid var(--ex-line);
	background: var(--ex-white);
	padding: 16px;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	border-color: #d5d5d5;
	box-shadow: 0 14px 30px rgba(0,0,0,.08);
	transform: translateY(-2px);
}

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

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	display: block;
	width: 100%;
	height: 230px;
	object-fit: contain;
	margin: 0 auto 16px;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
	top: 12px;
	left: 12px;
	right: auto;
	min-width: 0;
	min-height: 0;
	margin: 0;
	border-radius: 0;
	background: var(--ex-red);
	color: var(--ex-white);
	padding: 5px 9px;
	line-height: 1;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 52px;
	margin: 0 0 10px;
	padding: 0;
	color: var(--ex-ink);
	font-size: 17px;
	line-height: 1.25;
	font-weight: 800;
}

.woocommerce ul.products li.product .price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 0 0 14px;
	color: var(--ex-red);
	font-size: 17px;
	font-weight: 800;
}

.woocommerce ul.products li.product .price del {
	color: var(--ex-muted);
	font-size: 13px;
	opacity: 1;
}

.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border: 0;
	border-radius: 0;
	background: var(--ex-secondary);
	color: var(--ex-white);
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--ex-secondary-dark);
	color: var(--ex-white);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
	color: #f1f1f1 !important;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 34px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	min-width: 40px;
	border: 1px solid var(--ex-line);
	padding: 11px 13px;
	color: var(--ex-ink);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--ex-red);
	color: var(--ex-white);
	border-color: var(--ex-red);
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(300px, 46%) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
	position: relative;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce div.product div.images {
	grid-column: 1;
	grid-row: 1;
	border: 1px solid var(--ex-line);
	background: var(--ex-white);
	padding: 24px;
}

.woocommerce div.product div.summary {
	grid-column: 2;
	grid-row: 1;
}

.woocommerce div.product > span.onsale {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	width: auto;
}

.woocommerce div.product div.images img {
	width: 100%;
	max-height: 520px;
	object-fit: contain;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin: 0 0 22px;
	color: var(--ex-red);
	font-size: 28px;
	font-weight: 800;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	color: var(--ex-muted);
	font-size: 18px;
	opacity: 1;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.65;
}

.woocommerce div.product .woocommerce-product-details__short-description ul,
.woocommerce div.product .woocommerce-product-details__short-description ol {
	margin: 0 0 0 20px;
	padding: 0;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin: 0 0 28px;
}

.woocommerce .quantity .qty {
	width: 78px;
	min-height: 44px;
	border: 1px solid var(--ex-line);
	padding: 9px;
	text-align: center;
}

.woocommerce div.product form.cart .button {
	min-height: 44px;
	padding-inline: 24px;
}

.woocommerce div.product .product_meta {
	display: grid;
	gap: 8px;
	border-top: 1px solid var(--ex-line);
	padding-top: 18px;
	color: var(--ex-muted);
	font-size: 14px;
}

.woocommerce div.product .product_meta a {
	color: var(--ex-red);
	text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs {
	grid-column: 1 / -1;
	margin-top: 24px;
	border-top: 1px solid var(--ex-line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 22px 0 0;
	list-style: none;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	list-style: none;
	border: 1px solid var(--ex-line);
	border-radius: 0;
	background: var(--ex-soft);
	margin: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--ex-red);
	border-color: var(--ex-red);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: var(--ex-ink);
	padding: 11px 16px;
	font-weight: 800;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--ex-white);
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 24px 0 0;
	line-height: 1.65;
}

.woocommerce .related.products,
.woocommerce .upsells.products {
	grid-column: 1 / -1;
	margin-top: 34px;
}

.woocommerce .related.products > h2,
.woocommerce .upsells.products > h2 {
	font-size: 28px;
}

.woocommerce ul.products li.product.product-category {
	text-align: center;
}

.woocommerce ul.products li.product.product-category h2 {
	font-size: 18px;
	font-weight: 800;
}

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

@media (max-width: 800px) {
	.ex-header-main {
		grid-template-columns: 1fr auto;
		gap: 14px;
		padding: 14px 16px;
	}

	.ex-brand__mark {
		width: 40px;
		height: 40px;
	}

	.ex-brand__logo {
		height: 48px;
		max-width: 210px;
	}

	.ex-search {
		grid-column: 1 / -1;
		order: 3;
	}

	.ex-header-actions a {
		display: none;
	}

	.ex-header-actions {
		gap: 10px;
	}

	.ex-header-actions .ex-cart-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border: 1px solid var(--ex-line);
		background: var(--ex-white);
	}

	.ex-header-actions .ex-cart-link .ex-action-link__text {
		display: none;
	}

	.ex-header-actions .ex-cart-link .ex-action-link__icon {
		width: 20px;
		height: 20px;
	}

	.ex-header-actions .ex-cart-link .ex-action-link__icon svg {
		width: 20px;
		height: 20px;
	}

	.ex-header-actions .ex-cart-link .ex-cart-count {
		position: absolute;
		top: -4px;
		right: -4px;
	}

	.ex-header-actions .ex-menu-toggle {
		display: block !important;
	}

	.ex-primary-nav {
		display: none;
	}

	.ex-footer-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ex-slide {
		display: none;
		grid-template-columns: 1fr;
		height: 550px;
		min-height: 550px;
		align-items: end;
		padding: 42px 16px 96px;
	}

	.ex-slide.is-active {
		display: grid;
	}

	.ex-slide::before {
		background: linear-gradient(180deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.62) 58%, rgba(0,0,0,.42) 100%);
	}

	.ex-category-grid,
	.ex-brand-grid,
	.ex-testimonials__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ex-testimonials {
		padding-top: 44px;
	}

	.ex-testimonials h2 {
		margin-bottom: 42px;
	}

	.ex-testimonials__grid {
		gap: 34px 22px;
		margin-bottom: 46px;
	}

	.ex-testimonial p {
		font-size: 17px;
	}

	.ex-category-tile {
		grid-template-rows: auto auto minmax(44px, auto) auto;
	}

	.ex-category-tile__image {
		height: 190px;
	}

	.ex-section-heading--row {
		align-items: start;
		flex-direction: column;
	}

	body.woocommerce .site-main,
	body.woocommerce-page .site-main {
		padding: 24px 16px 0;
	}

	body.page:not(.home):not(.woocommerce-page) #content.site-main {
		padding-bottom: 16px;
		background: var(--ex-white);
	}

	body.page:not(.home):not(.woocommerce-page) .page-header {
		padding: 28px 14px 30px;
	}

	body.page:not(.home):not(.woocommerce-page) .page-content {
		margin-top: 0;
		padding-left: 14px;
		padding-right: 14px;
		padding-top: 24px;
		padding-bottom: 18px;
		box-shadow: none;
	}

	body.page:not(.home):not(.woocommerce-page) .page-content h2 {
		margin-top: 30px;
		font-size: 26px;
	}

	body.page:not(.home):not(.woocommerce-page) .page-content p,
	body.page:not(.home):not(.woocommerce-page) .page-content li {
		font-size: 16px;
		line-height: 1.7;
	}

	.ex-side-cart__panel {
		width: min(400px, 100vw);
	}

	.ex-sticky-cart-bar {
		padding: 12px 16px;
	}

	.ex-sticky-cart-bar__inner {
		gap: 14px;
	}

	.ex-sticky-cart-bar__meta strong {
		font-size: 15px;
	}

	.ex-sticky-cart-bar__button {
		padding-inline: 16px;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		padding: 12px;
	}

	.woocommerce ul.products li.product a img,
	.woocommerce-page ul.products li.product a img {
		height: 170px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 58px;
		font-size: 15px;
	}

	.woocommerce ul.products li.product .button,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce #respond input#submit {
		width: 100%;
		font-size: 12px;
	}

	.woocommerce div.product {
		display: block;
	}

	.woocommerce div.product > span.onsale {
		top: 10px;
		left: 10px;
	}

	.woocommerce div.product div.images {
		margin-bottom: 24px;
		padding: 16px;
	}

	.woocommerce div.product p.price,
	.woocommerce div.product span.price {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	body.page:not(.home):not(.woocommerce-page) #content.site-main,
	body.page:not(.home):not(.woocommerce-page) .page-header,
	body.page:not(.home):not(.woocommerce-page) .page-content {
		padding-left: 12px;
		padding-right: 12px;
	}

	body.page:not(.home):not(.woocommerce-page) .page-header {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	body.page:not(.home):not(.woocommerce-page) .entry-title {
		font-size: clamp(28px, 10vw, 40px);
	}

	body.page:not(.home):not(.woocommerce-page) .page-content {
		padding-top: 20px;
		padding-bottom: 16px;
	}

	body.page:not(.home):not(.woocommerce-page) .ex-site-footer {
		margin-top: 16px;
	}

	.ex-brand__text {
		max-width: 150px;
		font-size: 13px;
	}

	.ex-search button {
		padding-inline: 14px;
	}

	.ex-side-cart__header,
	.ex-side-cart__footer {
		padding-inline: 16px;
	}

	.ex-side-cart__items {
		padding-inline: 16px;
	}

	.ex-side-cart__actions {
		grid-template-columns: 1fr;
	}

	.ex-sticky-cart-bar__inner {
		align-items: start;
		flex-direction: column;
	}

	.ex-sticky-cart-bar__button {
		width: 100%;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.woocommerce ul.products li.product a img,
	.woocommerce-page ul.products li.product a img {
		height: 170px;
	}

	.woocommerce .woocommerce-ordering {
		max-width: none;
	}

	.ex-slide h1,
	.ex-slide h2 {
		font-size: 38px;
	}

	.ex-slide p {
		font-size: 16px;
	}

	.ex-category-grid,
	.ex-brand-grid,
	.ex-testimonials__grid {
		grid-template-columns: 1fr;
	}

	.ex-testimonials {
		padding: 38px 16px 46px;
	}

	.ex-testimonials h2 {
		margin-bottom: 34px;
		font-size: 30px;
	}

	.ex-testimonials__grid {
		gap: 30px;
	}

	.ex-testimonial__stars {
		margin-bottom: 12px;
		font-size: 25px;
	}

	.ex-testimonials__button {
		width: 100%;
		max-width: 260px;
		min-height: 56px;
	}

	.ex-category-tile {
		grid-template-rows: auto auto minmax(44px, auto) auto;
	}

	.ex-category-tile__image {
		height: 220px;
	}

	.ex-brand-chip {
		align-items: center;
	}

	.ex-brand-chip small {
		font-size: 13px;
	}
}
