.container {
	width: min(1200px, calc(100% - 32px));
	margin: 0 auto;
}

.font-display {
	font-family: var(--theme-font-display, "Space Grotesk", sans-serif) !important;
}

.scrollbar-hide {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.scrollbar-hide::-webkit-scrollbar {
	display: none;
}

.home .site-header,
.home .site-footer {
	display: none;
}

.home .site-main.front-page-streetwear {
	padding: 0;
}

body.home .site-main {
	padding: 0;
}

body.home header.site-header {
	display: block;
}

body.home .site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid transparent;
	background: #050505;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.home .site-header__inner {
	min-height: 76px;
	align-items: center;
	gap: 24px;
	padding: 0;
}

body.home .site-branding {
	display: flex;
	align-items: center;
	gap: 12px;
}

body.home .site-branding__title,
body.home .site-branding a {
	color: #ffffff;
	font-size: 1.875rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
}

body.home .site-navigation {
	display: none;
	min-width: 0;
}

body.home .site-header__commerce {
	margin-left: auto;
	width: auto;
	position: relative;
	z-index: 130;
}

body.home .site-navigation a {
	color: rgba(255, 255, 255, 0.82);
}

body.home .cart-contents {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 8px 16px 8px 8px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
}

body.home .cart-contents__icon-wrap {
	position: relative;
	display: inline-flex;
}

body.home .cart-contents__icon {
	min-width: 44px;
	min-height: 44px;
	background: #ffffff;
	color: #111111;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

body.home .cart-contents__badge {
	right: -3px;
	top: -3px;
	bottom: auto;
	box-shadow: 0 0 0 3px #050505;
}

body.home .cart-contents__details {
	position: static;
	display: none;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

body.home .cart-contents__total {
	display: none;
}

body.home .header-mini-cart {
	z-index: 140;
}

body.home.home-header-scrolled .site-header {
	border-bottom-color: rgba(229, 231, 235, 0.8);
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

body.home.home-header-scrolled .site-branding__title,
body.home.home-header-scrolled .site-branding a {
	color: #111827;
}

body.home.home-header-scrolled .site-navigation a {
	color: #374151;
}

body.home.home-header-scrolled .cart-contents {
	border-color: transparent;
	background: transparent;
}

body.home.home-header-scrolled .cart-contents__badge {
	box-shadow: 0 0 0 3px #ffffff;
}

body.single-product .site-header__commerce {
	position: relative;
	z-index: 130;
}

body.single-product .cart-contents {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 8px 16px 8px 8px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
}

body.single-product .cart-contents__icon-wrap {
	position: relative;
	display: inline-flex;
}

body.single-product .cart-contents__icon {
	min-width: 44px;
	min-height: 44px;
	background: #ffffff;
	color: #111111;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

body.single-product .cart-contents__badge {
	right: -3px;
	top: -3px;
	bottom: auto;
	box-shadow: 0 0 0 3px #ffffff;
}

body.woocommerce-cart .site-footer {
	display: none;
}

.add_to_cart_button + .added_to_cart,
.ajax_add_to_cart.added + .added_to_cart,
a.added_to_cart.wc-forward {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	margin-top: 12px;
	padding: 0 16px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	background: #ffffff;
	color: #111827;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

.add_to_cart_button + .added_to_cart:hover,
.ajax_add_to_cart.added + .added_to_cart:hover,
a.added_to_cart.wc-forward:hover,
.add_to_cart_button + .added_to_cart:focus-visible,
.ajax_add_to_cart.added + .added_to_cart:focus-visible,
a.added_to_cart.wc-forward:focus-visible {
	border-color: #111827;
	background: #f9fafb;
	color: #111827;
}

.streetwear-home {
	background: #ffffff;
}

.streetwear-hero {
	background: #0a0a0a;
	padding: 32px 0 72px;
}

.streetwear-hero__shell {
	display: grid;
	gap: 36px;
}

.streetwear-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.streetwear-nav__brand a {
	font-family: var(--theme-font-display, "Space Grotesk", sans-serif);
	font-size: clamp(2rem, 4vw, 2.9rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	color: #ffffff;
	text-decoration: none;
}

.streetwear-nav__cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 999px;
	background: #ffffff;
	color: #111111;
	text-decoration: none;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.streetwear-nav__cart svg {
	width: 26px;
	height: 26px;
	display: block;
}

.streetwear-nav__cart-badge {
	position: absolute;
	right: 2px;
	bottom: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 26px;
	min-height: 26px;
	padding: 0 7px;
	border-radius: 999px;
	background: #ca6a27;
	color: #ffffff;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
}

.streetwear-hero__grid {
	display: grid;
	gap: 28px;
}

.streetwear-hero__media {
	aspect-ratio: 4 / 5;
	border-radius: 10px;
	background: #e5e7eb;
	overflow: hidden;
}

.streetwear-hero__image-link {
	display: block;
	height: 100%;
	text-decoration: none;
}

.streetwear-hero__image,
.streetwear-hero__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.streetwear-hero__placeholder {
	display: grid;
	place-items: center;
	color: rgba(255, 255, 255, 0.6);
	background: linear-gradient(180deg, #2f2f2f 0%, #171717 100%);
}

.streetwear-hero__content {
	display: grid;
	align-content: center;
	gap: 16px;
}

.streetwear-hero__eyebrow {
	margin: 0;
	color: #8b5cf6;
	font-size: 0.95rem;
	font-weight: 500;
}

.streetwear-hero__title {
	margin: 0;
	font-family: var(--theme-font-display, "Space Grotesk", sans-serif);
	font-size: clamp(3rem, 8vw, 6rem);
	font-weight: 800;
	line-height: 0.9;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #ca6a27;
}

.streetwear-hero__copy {
	max-width: 40rem;
	margin: 0;
	color: #a1a1aa;
	font-size: 1rem;
	line-height: 1.75;
}

.streetwear-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	padding-top: 8px;
}

.streetwear-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 0 28px;
	border-radius: 999px;
	font-size: 0.98rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.streetwear-button:hover,
.streetwear-button:focus-visible {
	transform: translateY(-1px);
}

.streetwear-button--primary {
	background: linear-gradient(135deg, #d95e36 0%, #ca6a27 100%);
	color: #ffffff;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 20px 45px rgba(202, 106, 39, 0.35);
}

.streetwear-button--secondary {
	background: #ffffff;
	color: #111111;
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2);
}

.streetwear-button--secondary:hover,
.streetwear-button--secondary:focus-visible {
	background: #f4f4f5;
}

.streetwear-empty {
	display: grid;
	gap: 16px;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.streetwear-empty__title {
	margin: 0;
	font-family: var(--theme-font-display, "Space Grotesk", sans-serif);
	font-size: clamp(2.5rem, 7vw, 4.5rem);
	line-height: 0.92;
	color: #ffffff;
}

.streetwear-empty__copy,
.streetwear-main__empty {
	margin: 0;
	color: #71717a;
	line-height: 1.75;
}

.streetwear-main {
	background: #ffffff;
}

.streetwear-main__inner {
	display: grid;
	gap: 36px;
	padding: 44px 0 36px;
}

.streetwear-section {
	display: grid;
	gap: 20px;
}

.streetwear-section__title {
	margin: 0;
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 800;
	line-height: 1.1;
	color: #111111;
}

.streetwear-categories {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	padding-bottom: 4px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.streetwear-categories::-webkit-scrollbar {
	display: none;
}

.streetwear-category {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	flex: 0 0 auto;
	border: 1px solid #e4e4e7;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	color: #3f3f46;
	font-weight: 600;
	text-decoration: none;
}

.streetwear-category--active {
	border-color: #111111;
	background: #111111;
	color: #ffffff;
}

.streetwear-products {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.streetwear-card {
	border: 1px solid #f3f4f6;
	border-radius: 10px;
	background: #ffffff;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.streetwear-card:hover,
.streetwear-card:focus-within {
	transform: translateY(-4px);
	box-shadow: 0 22px 50px rgba(17, 24, 39, 0.12);
}

.streetwear-card__link {
	display: grid;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.streetwear-card__media {
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
}

.streetwear-card__image-wrap {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.streetwear-card__image,
.streetwear-card__placeholder {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.55s ease;
}

.streetwear-card:hover .streetwear-card__image,
.streetwear-card:focus-within .streetwear-card__image {
	transform: scale(1.06);
}

.streetwear-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: #ef4444;
	color: #ffffff;
	font-size: 0.74rem;
	font-weight: 700;
}

.streetwear-card__placeholder {
	display: grid;
	place-items: center;
	color: #71717a;
}

.streetwear-card__body {
	display: grid;
	gap: 8px;
	padding: 18px 18px 20px;
}

.streetwear-card__title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	color: #111111;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.streetwear-card__price {
	display: grid;
	gap: 4px;
	color: #111111;
	font-weight: 700;
}

.streetwear-card__price ins {
	text-decoration: none;
}

.streetwear-card__price del {
	color: #a1a1aa;
	font-size: 0.84rem;
	font-weight: 500;
}

.streetwear-main__footer {
	padding-top: 24px;
	border-top: 1px solid #e5e7eb;
	text-align: center;
	color: #71717a;
	font-size: 0.92rem;
}

@media (min-width: 640px) {
	.streetwear-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.streetwear-hero {
		padding: 42px 0 88px;
	}

	.streetwear-hero__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: center;
		gap: 56px;
	}

	.streetwear-hero__actions .streetwear-button {
		width: auto;
	}

	.streetwear-products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1023px) {
	.streetwear-button {
		width: 100%;
	}
}

@media (max-width: 639px) {
	.streetwear-hero {
		padding: 26px 0 52px;
	}

	.streetwear-nav__cart {
		width: 58px;
		height: 58px;
	}

	.streetwear-nav__cart svg {
		width: 24px;
		height: 24px;
	}

	.streetwear-hero__media {
		border-radius: 10px;
	}

	.streetwear-main__inner {
		padding-top: 32px;
		gap: 30px;
	}

.streetwear-card__body {
		padding: 16px;
	}
}

.site-header__commerce {
	position: relative;
	margin-left: auto;
}

.site-header__commerce,
.site-header__commerce *,
.header-mini-cart,
.header-mini-cart * {
	box-sizing: border-box;
}

.cart-contents {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 6px 10px 6px 6px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #111827;
	text-decoration: none;
	box-shadow: none;
	cursor: pointer;
}

.cart-contents__icon-wrap {
	position: relative;
	display: inline-flex;
}

.cart-contents__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: #111827;
	color: #ffffff;
}

.cart-contents__icon svg {
	width: 18px;
	height: 18px;
	display: block;
}

.cart-contents__badge {
	position: absolute;
	right: -3px;
	bottom: -3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 4px;
	border-radius: 999px;
	background: #f97316;
	color: #ffffff;
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 0 0 3px #ffffff;
}

.cart-contents__details {
	display: grid;
	gap: 2px;
	text-align: left;
}

.cart-contents__count {
	font-size: 0.72rem;
	font-weight: 500;
	color: #6b7280;
}

.cart-contents__total {
	font-size: 0.84rem;
	font-weight: 700;
	color: #111827;
}

.header-mini-cart {
	position: absolute;
	top: calc(100% + 14px);
	right: 0;
	width: min(390px, calc(100vw - 32px));
	max-height: min(560px, calc(100vh - 110px));
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	pointer-events: none;
	transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.site-header__commerce.is-open-upward .header-mini-cart {
	top: auto;
	bottom: calc(100% + 14px);
}

.site-header__commerce.is-open .header-mini-cart,
.site-header__commerce:hover .header-mini-cart,
.site-header__commerce:focus-within .header-mini-cart {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.header-mini-cart__panel {
	display: flex;
	flex-direction: column;
	max-height: inherit;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
	overflow: hidden;
}

.header-mini-cart__header {
	padding: 18px 20px;
	border-bottom: 1px solid #f1f5f9;
}

.header-mini-cart__title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #111827;
}

.header-mini-cart__items {
	flex: 1 1 auto;
	max-height: 50vh;
	overflow-y: auto;
	padding: 10px 12px;
}

.header-mini-cart__item {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) 28px;
	gap: 12px;
	align-items: start;
	padding: 10px 8px;
	border-radius: 10px;
}

.header-mini-cart__item + .header-mini-cart__item {
	margin-top: 4px;
}

.header-mini-cart__item:hover {
	background: #fafafa;
}

.header-mini-cart__item-media a,
.header-mini-cart__item-media img {
	display: block;
}

.header-mini-cart__item-media img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 10px;
	background: #f8fafc;
}

.header-mini-cart__item-content {
	display: grid;
	gap: 4px;
	padding-top: 2px;
}

.header-mini-cart__item-title {
	display: block;
	color: #111827;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header-mini-cart__item-meta {
	margin: 0;
	color: #6b7280;
	font-size: 0.84rem;
	line-height: 1.5;
}

.header-mini-cart__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 999px;
	background: #f4f4f5;
	color: #71717a;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.header-mini-cart__remove:hover,
.header-mini-cart__remove:focus-visible {
	background: #111827;
	color: #ffffff;
}

.header-mini-cart__remove svg {
	width: 14px;
	height: 14px;
	display: block;
}

.header-mini-cart__remove.is-loading {
	opacity: 0.5;
	cursor: wait;
}

.header-mini-cart__footer {
	flex: 0 0 auto;
	display: grid;
	gap: 16px;
	padding: 18px 20px 20px;
	border-top: 1px solid #f1f5f9;
	background: #ffffff;
}

.header-mini-cart__subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-size: 0.92rem;
	color: #6b7280;
}

.header-mini-cart__subtotal strong {
	font-size: 1rem;
	font-weight: 700;
	color: #111827;
}

.header-mini-cart__actions {
	display: grid;
	gap: 10px;
}

.header-mini-cart__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 700;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.header-mini-cart__button:hover,
.header-mini-cart__button:focus-visible {
	transform: translateY(-1px);
}

.header-mini-cart__button--checkout {
	background: #111827;
	color: #ffffff;
}

.header-mini-cart__button--cart {
	border: 1px solid #d4d4d8;
	background: #ffffff;
	color: #111827;
}

.header-mini-cart__empty {
	display: grid;
	gap: 12px;
	padding: 20px;
	align-content: start;
}

.header-mini-cart__empty-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #111827;
}

.header-mini-cart__empty-copy {
	margin: 0;
	color: #6b7280;
	line-height: 1.6;
}

@keyframes headerMiniCartFade {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.site-header__commerce.is-open .header-mini-cart {
	animation: headerMiniCartFade 0.22s ease;
}

@media (max-width: 768px) {
	.cart-contents {
		padding-right: 12px;
	}

	.cart-contents__details {
		gap: 0;
	}

	.header-mini-cart {
		width: min(360px, calc(100vw - 20px));
		max-height: calc(100vh - 96px);
	}
}

.site-header,
.site-footer {
	background: #ffffff;
}

.site-header {
	border-bottom: 1px solid #e5e7eb;
	position: sticky;
	top: 0;
	z-index: 10;
}

.site-header__inner,
.site-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 20px 0;
}

.site-branding__title {
	color: #111827;
	font-size: 1.125rem;
	font-weight: 700;
	text-decoration: none;
}

.site-branding__description {
	margin: 0;
	color: #6b7280;
	font-size: 0.95rem;
}

.site-navigation__menu,
.site-footer__menu,
.site-navigation .menu,
.site-footer__nav .menu {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-navigation .menu,
.site-footer__nav .menu {
	padding-left: 0;
}

.site-navigation a,
.site-footer a {
	color: #374151;
	text-decoration: none;
}

.site-navigation,
.site-footer__nav {
	min-width: 0;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 16px;
	left: 16px;
	z-index: 9999;
	width: auto;
	height: auto;
	padding: 12px 16px;
	margin: 0;
	overflow: visible;
	clip: auto;
	background: #111827;
	color: #ffffff;
	border-radius: 999px;
}

.site-header__commerce {
	position: relative;
	margin-left: auto;
}

.cart-contents {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #ffffff;
	color: #111827;
	text-decoration: none;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.cart-contents__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	border-radius: 999px;
	background: #111827;
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.cart-contents__details {
	display: grid;
	gap: 2px;
}

.cart-contents__count {
	font-size: 0.92rem;
	font-weight: 700;
}

.cart-contents__total {
	font-size: 0.84rem;
	color: #6b7280;
}

.header-mini-cart {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	width: min(360px, calc(100vw - 32px));
	padding: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	overflow-wrap: anywhere;
}

.site-header__commerce:hover .header-mini-cart,
.site-header__commerce:focus-within .header-mini-cart {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.header-mini-cart__empty {
	display: grid;
	gap: 12px;
}

.header-mini-cart__empty-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #111827;
}

.header-mini-cart__empty-copy {
	margin: 0;
	color: #6b7280;
	line-height: 1.6;
}

.site-main {
	padding: 0px 0;
}

.content-shell {
	display: grid;
	gap: 24px;
}

.front-page-shell {
	display: grid;
	gap: 32px;
}

.hero-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 24px;
	padding: 32px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background:
		radial-gradient(circle at top left, rgba(14, 165, 233, 0.14), transparent 32%),
		linear-gradient(135deg, #ffffff 0%, #eff6ff 100%);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.hero-panel__copy {
	display: grid;
	gap: 18px;
	align-content: center;
}

.hero-panel__title {
	margin: 0;
	font-size: clamp(2.4rem, 5vw, 4.5rem);
	line-height: 0.98;
	letter-spacing: -0.04em;
}

.hero-panel__lead {
	max-width: 56ch;
	margin: 0;
	color: #4b5563;
	font-size: 1.05rem;
	line-height: 1.75;
}

.hero-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hero-panel__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 20px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
}

.hero-panel__button--primary {
	background: #111827;
	color: #ffffff;
}

.hero-panel__button--secondary {
	border: 1px solid #cbd5e1;
	background: rgba(255, 255, 255, 0.9);
	color: #111827;
}

.hero-panel__aside {
	display: grid;
	gap: 16px;
}

.hero-stat-card {
	display: grid;
	gap: 10px;
	padding: 22px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.9);
}

.hero-stat-card--accent {
	background: #111827;
	color: #ffffff;
}

.hero-stat-card--accent .hero-stat-card__copy,
.hero-stat-card--accent .hero-stat-card__label {
	color: rgba(255, 255, 255, 0.72);
}

.hero-stat-card__label {
	margin: 0;
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hero-stat-card__value {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.1;
}

.hero-stat-card__copy {
	margin: 0;
	color: #4b5563;
	line-height: 1.65;
}

.front-section {
	display: grid;
	gap: 18px;
}

.front-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

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

.front-product-card {
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
	overflow: hidden;
}

.front-product-card__link {
	display: grid;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.front-product-card__media {
	aspect-ratio: 1 / 1;
	background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.front-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.front-product-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: #94a3b8;
	font-size: 0.95rem;
	font-weight: 600;
}

.front-product-card__body {
	display: grid;
	gap: 10px;
	padding: 18px;
}

.front-product-card__eyebrow {
	margin: 0;
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.front-product-card__title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.35;
}

.front-product-card__price {
	margin: 0;
	color: #111827;
	font-weight: 700;
}

.front-section__heading {
	display: grid;
	gap: 8px;
}

.front-section__heading--split {
	grid-template-columns: 1fr auto;
	align-items: end;
}

.front-section__title {
	margin: 0;
	font-size: clamp(1.5rem, 2vw, 2rem);
	line-height: 1.1;
}

.front-section__link {
	color: #111827;
	font-weight: 700;
	text-decoration: none;
}

.category-card {
	display: grid;
	gap: 12px;
	padding: 22px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 245, 249, 0.96) 100%);
	color: #111827;
	text-decoration: none;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.category-card__count {
	color: #64748b;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.category-card__title {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.3;
}

.category-card__copy {
	margin: 0;
	color: #4b5563;
	line-height: 1.65;
}

.blog-index-hero {
	max-width: 860px;
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.entry-card {
	padding: 32px;
	/* border: 1px solid #e5e7eb; */
	border-radius: 0px !important;
	background: #ffffff;
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
}

.entry-card--single,
.entry-card--centered {
	max-width: 860px;
}

.entry-card--centered {
	margin: 0 auto;
	text-align: center;
}

.entry-card__title {
	margin: 0 0 16px;
	font-size: clamp(1.75rem, 2vw, 2.5rem);
	line-height: 1.1;
}

.entry-card__title a {
	color: inherit;
	text-decoration: none;
}

.entry-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
	color: #6b7280;
	font-size: 0.95rem;
}

.entry-card__content {
	color: #4b5563;
	line-height: 1.7;
}

.eyebrow {
	margin: 0 0 12px;
	color: #9ca3af;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.search-form {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.search-form__label {
	flex: 1 1 280px;
}

.search-form__field {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	background: #ffffff;
}

.search-form__button {
	padding: 14px 20px;
	border: 0;
	border-radius: 999px;
	background: #111827;
	color: #ffffff;
	cursor: pointer;
}

.nav-links {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.nav-links a,
.nav-links span {
	padding: 10px 14px;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	background: #ffffff;
	color: #374151;
	text-decoration: none;
}

.comments-area {
	display: grid;
	gap: 20px;
}

.comments-area__closed {
	margin: 0;
	color: #6b7280;
}

.comment-list,
.comment-list .children {
	display: grid;
	gap: 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.comment-list .children {
	margin-left: 24px;
	padding-left: 20px;
	border-left: 1px solid #e5e7eb;
}

.comment-body {
	display: grid;
	gap: 10px;
	padding-bottom: 18px;
	border-bottom: 1px solid #f1f5f9;
}

.comment-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.comment-author img {
	border-radius: 999px;
}

.comment-metadata a,
.reply a {
	color: #111827;
	text-decoration: none;
}

.comment-form {
	display: grid;
	gap: 14px;
}

.comment-form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	background: #ffffff;
}

.comment-form .submit {
	padding: 14px 20px;
	border: 0;
	border-radius: 999px;
	background: #111827;
	color: #ffffff;
	cursor: pointer;
}

.site-footer {
	border-top: 1px solid #e5e7eb;
}

.site-footer__copy {
	margin: 0;
	color: #6b7280;
}

@media (max-width: 768px) {
	html {
		font-size: 80%;
	}

	.site-header {
		position: static;
	}

	.hero-panel {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.hero-panel__title {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.hero-panel__button {
		width: 100%;
	}

	.front-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.post-grid {
		grid-template-columns: 1fr;
	}

	.front-section__heading--split {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.site-header__inner,
	.site-footer__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.site-navigation,
	.site-footer__nav {
		width: 100%;
	}

	.site-navigation__menu,
	.site-footer__menu,
	.site-navigation .menu,
	.site-footer__nav .menu {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		width: 100%;
	}

	.site-navigation a,
	.site-footer a {
		display: block;
		width: 100%;
		padding: 12px 14px;
		border: 1px solid #e5e7eb;
		border-radius: 10px;
		background: #ffffff;
	}

	.site-header__commerce {
		margin-left: 0;
		width: 100%;
	}

	.header-mini-cart {
		position: static;
		width: 100%;
		margin-top: 12px;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-sizing: border-box;
	}

	.comment-list .children {
		margin-left: 12px;
		padding-left: 12px;
	}
}

@media (max-width: 520px) {
	.container {
		width: min(1200px, calc(100% - 24px));
	}

	.site-main {
		padding: 0px 0;
	}

	.entry-card,
	.hero-panel,
	.category-card,
	.front-product-card {
		border-radius: 10px;
	}

	.entry-card,
	.hero-panel,
	.category-card {
		padding: 20px;
	}

	.front-product-grid,
	.category-grid {
		grid-template-columns: 1fr;
	}

	.cart-contents {
		padding: 10px 12px;
	}

	.cart-contents__icon {
		min-width: 40px;
		min-height: 40px;
	}
}

body.home {
	background: #ffffff;
	color: #18181b;
}

.home .site-header,
.home .site-footer {
	background: #ffffff;
}

.home .site-header {
	position: relative;
	background: #050505;
	border-bottom: 0;
	z-index: 2;
}

.home .site-footer {
	border-top: 1px solid #e5e7eb;
}

.home .site-header__inner {
	padding: 28px 0 8px;
	align-items: flex-start;
	gap: 18px;
}

.home .site-branding {
	display: grid;
	gap: 4px;
}

.home .site-branding__title,
.home .site-branding a {
	color: #ffffff;
	font-size: clamp(1.8rem, 6vw, 2.8rem);
	font-weight: 800;
	line-height: 0.95;
	text-decoration: none;
	letter-spacing: -0.04em;
}

.home .site-branding__description {
	color: rgba(255, 255, 255, 0.62);
	font-size: clamp(0.84rem, 2.4vw, 1rem);
}

.home .site-navigation {
	display: none;
}

.home .site-header__commerce {
	margin-left: auto;
	flex: 0 0 auto;
}

.home .cart-contents {
	position: relative;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.home .cart-contents__icon {
	min-width: 48px;
	min-height: 48px;
	background: #ffffff;
	color: #111111;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.home .cart-contents__icon svg {
	width: 22px;
	height: 22px;
}

.home .cart-contents__details {
	position: absolute;
	right: -4px;
	bottom: -4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	min-height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: #bb7327;
	color: #ffffff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.home .cart-contents__count {
	font-size: 0;
	line-height: 1;
}

.home .cart-contents__count::before {
	content: attr(data-count);
	font-size: 0.64rem;
	font-weight: 700;
}

.home .cart-contents__total {
	display: none;
}

.home .site-main.front-page-dark {
	padding: 0 0 72px;
}

.front-dark-shell {
	display: grid;
	gap: 0;
}

.dark-hero {
	position: relative;
	display: grid;
	gap: 24px;
	margin-bottom: 56px;
	padding: 10px 0 56px;
	color: #f5f5f5;
	background: transparent;
	z-index: 1;
}

.dark-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	background: #050505;
	transform: translateX(-50%);
	z-index: -1;
	pointer-events: none;
}

.dark-hero__media {
	aspect-ratio: 4 / 5;
	border-radius: 10px;
	background:
		radial-gradient(circle at 70% 20%, rgba(187, 115, 39, 0.35), transparent 24%),
		linear-gradient(180deg, #111111 0%, #050505 100%);
	overflow: hidden;
}

.dark-hero__image-link {
	display: block;
	height: 100%;
	text-decoration: none;
}

.dark-hero__image,
.dark-hero__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dark-hero__placeholder {
	display: grid;
	place-items: center;
	color: rgba(255, 255, 255, 0.58);
}

.dark-hero__content {
	display: grid;
	gap: 14px;
}

.dark-hero__eyebrow {
	margin: 0;
	color: #8d8d8d;
	font-size: clamp(0.84rem, 2.8vw, 1rem);
}

.dark-hero__title {
	margin: 0;
	color: #b36f25;
	font-size: clamp(2.6rem, 8vw, 4.8rem);
	line-height: 0.96;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}

.dark-hero__copy {
	max-width: 34rem;
	margin: 0;
	color: #bdbdbd;
	font-size: clamp(0.96rem, 2.9vw, 1.05rem);
	line-height: 1.75;
}

.dark-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	padding-top: 8px;
}

.dark-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 0 32px;
	border-radius: 999px;
	font-size: clamp(0.94rem, 2.7vw, 1.05rem);
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dark-button:hover,
.dark-button:focus-visible {
	transform: translateY(-1px);
}

.dark-button--primary {
	background: #cf4a31;
	color: #ffffff;
	box-shadow: 0 16px 32px rgba(207, 74, 49, 0.28);
}

.dark-button--secondary {
	background: #f7f3ef;
	color: #111111;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.front-surface {
	display: grid;
	gap: 28px;
	padding: 32px 24px 34px;
	border-radius: 0;
	background: #ffffff;
	color: #18181b;
}

.front-surface__section {
	display: grid;
	gap: 18px;
}

.front-surface__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.front-surface__title {
	margin: 0;
	font-size: clamp(1.45rem, 4.8vw, 2.2rem);
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.category-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.category-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border: 1px solid #ded3c9;
	border-radius: 999px;
	background: #fbfaf8;
	color: #6b625b;
	text-decoration: none;
	font-size: clamp(0.88rem, 2.5vw, 0.98rem);
	font-weight: 600;
}

.category-pill--active {
	border-color: #1e1b1a;
	background: #1e1b1a;
	color: #ffffff;
}

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

.featured-card {
	border: 1px solid #f0b8b3;
	border-radius: 10px;
	background: #fffdfb;
	overflow: hidden;
}

.featured-card__link {
	display: grid;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.featured-card__media {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	padding: 18px;
	background: #d9d5d2;
}

.featured-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.featured-card__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 24px;
	padding: 0 10px;
	border-radius: 999px;
	background: #ff3a1f;
	color: #ffffff;
	font-size: clamp(0.62rem, 1.9vw, 0.68rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.featured-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: #8b8178;
	font-weight: 600;
}

.featured-card__body {
	display: grid;
	gap: 8px;
	padding: 14px 12px 16px;
}

.featured-card__title {
	margin: 0;
	font-size: clamp(0.94rem, 2.6vw, 1rem);
	line-height: 1.25;
}

.featured-card__price {
	margin: 0;
	font-size: clamp(0.9rem, 2.5vw, 0.98rem);
	font-weight: 700;
	line-height: 1.35;
}

.featured-card__price ins {
	text-decoration: none;
}

.featured-card__price del {
	display: block;
	color: #a39a92;
	font-size: 0.82rem;
	font-weight: 500;
}

.front-surface__empty,
.dark-empty-state__copy {
	margin: 0;
	color: #8b8178;
	line-height: 1.7;
}

.dark-empty-state {
	display: grid;
	gap: 16px;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.dark-empty-state__title {
	margin: 0;
	font-size: clamp(2.4rem, 8vw, 4rem);
	line-height: 0.95;
}

.home .site-footer__copy,
.home .site-footer a {
	color: #6b7280;
	font-size: clamp(0.84rem, 2.4vw, 1rem);
}

@media (min-width: 1024px) {
	.front-dark-shell {
		gap: 0;
	}

	.dark-hero {
		grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
		align-items: end;
		margin-bottom: 64px;
		padding-top: 10px;
		padding-bottom: 72px;
	}

	.dark-hero__content {
		padding: 0 6px 10px;
		align-self: end;
	}
}

@media (max-width: 768px) {
	.cart-contents {
		gap: 10px;
		padding-right: 8px;
	}

	.cart-contents__icon {
		width: 36px;
		height: 36px;
	}

	.cart-contents__icon svg {
		width: 16px;
		height: 16px;
	}

	.cart-contents__count {
		font-size: 0.68rem;
	}

	.cart-contents__total {
		font-size: 0.78rem;
	}

	.home .site-header__inner {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}

	.home .site-header__commerce {
		width: auto;
	}

	.home .header-mini-cart {
		top: calc(100% + 10px);
		right: 0;
		width: min(320px, calc(100vw - 28px));
		padding: 16px;
		border-radius: 10px;
	}

	.dark-button {
		width: 100%;
	}

	.featured-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	body.home .site-navigation {
		display: flex;
		flex: 1 1 auto;
		justify-content: center;
	}

	body.home .site-navigation__menu,
	body.home .site-navigation .menu {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 28px;
		width: auto;
		margin: 0;
		padding: 0;
	}

	body.home .site-navigation a {
		display: inline-flex;
		width: auto;
		padding: 0;
		border: 0;
		background: transparent;
		color: #374151;
	}
}

@media (max-width: 520px) {
	.home .site-branding__title,
	.home .site-branding a {
		font-size: clamp(1.4rem, 7vw, 1.75rem);
	}

	.home .site-header__inner {
		padding-top: 18px;
		padding-bottom: 2px;
	}

	.home .cart-contents__icon {
		min-width: 48px;
		min-height: 48px;
	}

	.home .cart-contents__icon svg {
		width: 22px;
		height: 22px;
	}

	.home .cart-contents__details {
		right: -3px;
		bottom: -3px;
		min-width: 22px;
		min-height: 22px;
		padding: 0 5px;
	}

	.home .cart-contents__count::before {
		font-size: 0.66rem;
	}

	.home .header-mini-cart {
		display: block;
	}

	.front-dark-shell {
		gap: 0;
	}

	.dark-hero {
		gap: 18px;
		margin-bottom: 36px;
		padding-bottom: 32px;
	}

	.dark-hero__media {
		border-radius: 10px;
	}

	.dark-hero__image,
	.dark-hero__placeholder {
		aspect-ratio: 4 / 5;
		max-height: 66vh;
	}

	.dark-hero__image {
		object-position: center top;
	}

	.dark-hero__content {
		gap: 10px;
	}

	.dark-hero__title {
		font-size: clamp(2rem, 10vw, 2.6rem);
	}

	.dark-hero__copy {
		font-size: clamp(0.9rem, 3.6vw, 0.98rem);
		line-height: 1.6;
	}

	.dark-hero__actions {
		gap: 10px;
		padding-top: 4px;
	}

	.dark-button {
		min-height: 52px;
		padding: 0 22px;
		font-size: 0.96rem;
	}

	.front-surface {
		padding: 24px 16px 28px;
	}

	.front-surface__section {
		gap: 14px;
	}

	.front-surface__title {
		font-size: clamp(1.35rem, 6.6vw, 1.8rem);
	}

	.category-pills {
		gap: 10px;
	}

	.category-pill {
		min-height: 40px;
		padding: 0 18px;
		font-size: 0.88rem;
	}

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

	.featured-card {
		border-radius: 10px;
	}

	.featured-card__media {
		padding: 12px;
	}

	.featured-card__body {
		padding: 12px 10px 14px;
		gap: 6px;
	}

	.featured-card__title {
		font-size: 0.88rem;
		line-height: 1.2;
	}

	.featured-card__price {
		font-size: 0.84rem;
		line-height: 1.3;
	}

	.featured-card__price del {
		font-size: 0.74rem;
	}

	.home .site-footer__inner {
		gap: 12px;
	}

	.home .site-footer__copy {
		font-size: 0.82rem;
	}
}

@media (max-width: 768px) {
	.site-header__inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}

	.site-branding {
		min-width: 0;
		flex: 1 1 auto;
	}

	.site-header__commerce {
		margin-left: auto;
		width: auto;
		flex: 0 0 auto;
	}

	.header-mini-cart {
		position: absolute;
		top: calc(100% + 10px);
		right: 0;
		width: min(360px, calc(100vw - 20px));
		margin-top: 0;
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		z-index: 300;
	}

	.site-header__commerce.is-open .header-mini-cart,
	.site-header__commerce:hover .header-mini-cart,
	.site-header__commerce:focus-within .header-mini-cart {
		display: block;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}
}

.site-header__commerce > .cart-contents {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}
