:root {
	--sf-bg: #ead8cc;
	--sf-bg-soft: #f6eee8;
	--sf-cream: #fffaf4;
	--sf-card: #fffdf9;
	--sf-ink: #343131;
	--sf-muted: #716a66;
	--sf-charcoal: #4a4644;
	--sf-brown: #8b6f5b;
	--sf-brown-dark: #6d5647;
	--sf-sage: #4d745f;
	--sf-blue: #3f6699;
	--sf-rose: #a45d65;
	--sf-line: #ded0c7;
	--sf-shadow: 0 18px 45px rgba(69, 55, 46, 0.11);
	--sf-shadow-soft: 0 10px 24px rgba(69, 55, 46, 0.08);
	--sf-radius: 14px;
	--sf-radius-lg: 16px;
	--sf-max: 1180px;
	--sf-font: Inter, Manrope, Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--sf-bg);
	color: var(--sf-ink);
	font-family: var(--sf-font);
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}

body.menu-open {
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

button,
input,
textarea,
select {
	font: inherit;
}

.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;
}

.skip-link:focus {
	position: fixed;
	top: 16px;
	left: 16px;
	z-index: 1000;
	width: auto;
	height: auto;
	padding: 12px 16px;
	background: var(--sf-ink);
	color: var(--sf-cream);
	clip: auto;
	border-radius: 10px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(234, 216, 204, 0.92);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(74, 70, 68, 0.09);
}

.top-bar {
	display: flex;
	justify-content: center;
	gap: 18px;
	padding: 8px 20px;
	font-size: 12px;
	color: var(--sf-muted);
	background: var(--sf-bg-soft);
}

.top-bar a {
	color: var(--sf-brown-dark);
	font-weight: 700;
}

.nav-shell,
.section,
.hero,
.page-hero,
.shop-hero,
.shop-layout,
.single-product-layout {
	width: min(var(--sf-max), calc(100% - 40px));
	margin-inline: auto;
}

.nav-shell {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 28px;
	min-height: 78px;
}

.brand {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	min-width: max-content;
}

.brand-word {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #5d5b5a;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.brand-sub {
	margin-left: 38px;
	color: #827873;
	font-size: 11px;
	letter-spacing: 6px;
	line-height: 1.2;
}

.shoe-mark {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 17px;
	border: 2px solid #5d5b5a;
	border-top: 0;
	border-radius: 2px 2px 8px 8px;
	transform: skewX(-12deg);
}

.shoe-mark::before {
	content: "";
	position: absolute;
	left: 8px;
	top: -8px;
	width: 18px;
	height: 10px;
	border: 2px solid #5d5b5a;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
}

.shoe-mark::after {
	content: "";
	position: absolute;
	left: 5px;
	right: 4px;
	bottom: 3px;
	height: 2px;
	background: repeating-linear-gradient(90deg, #5d5b5a 0 4px, transparent 4px 8px);
}

.primary-nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 26px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-nav a {
	color: var(--sf-charcoal);
	font-size: 14px;
	font-weight: 650;
}

.primary-nav a:hover,
.footer-grid a:hover {
	color: var(--sf-brown-dark);
}

.nav-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.icon-link,
.cart-link,
.menu-toggle,
.view-toggle,
.wishlist-button,
.quick-view-close,
.thumb-button {
	display: inline-grid;
	place-items: center;
	border: 1px solid var(--sf-line);
	background: rgba(255, 250, 244, 0.72);
	color: var(--sf-ink);
	border-radius: 999px;
	cursor: pointer;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.icon-link,
.menu-toggle,
.view-toggle,
.wishlist-button,
.quick-view-close,
.thumb-button {
	width: 42px;
	height: 42px;
}

.cart-link {
	grid-auto-flow: column;
	gap: 8px;
	min-height: 42px;
	padding: 0 14px;
	font-weight: 700;
}

.cart-link b {
	display: inline-grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	background: var(--sf-ink);
	color: var(--sf-cream);
	border-radius: 999px;
	font-size: 12px;
}

.icon-link:hover,
.cart-link:hover,
.menu-toggle:hover,
.view-toggle:hover,
.wishlist-button:hover,
.quick-view-close:hover,
.thumb-button:hover {
	transform: translateY(-2px);
	background: var(--sf-card);
	box-shadow: var(--sf-shadow-soft);
}

.icon-search,
.icon-user,
.icon-bag,
.icon-grid,
.icon-list,
.check-icon {
	position: relative;
	display: inline-block;
	width: 19px;
	height: 19px;
	color: var(--sf-charcoal);
}

.icon-search {
	border: 2px solid currentColor;
	border-radius: 50%;
}

.icon-search::after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: -3px;
	width: 8px;
	height: 2px;
	background: currentColor;
	transform: rotate(45deg);
	border-radius: 2px;
}

.icon-user::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 8px;
	height: 8px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.icon-user::after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: 1px;
	width: 15px;
	height: 8px;
	border: 2px solid currentColor;
	border-radius: 10px 10px 3px 3px;
}

.icon-bag {
	border: 2px solid currentColor;
	border-radius: 3px 3px 7px 7px;
}

.icon-bag::before {
	content: "";
	position: absolute;
	left: 4px;
	top: -7px;
	width: 7px;
	height: 8px;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
}

.menu-toggle {
	display: none;
	gap: 4px;
}

.menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 18px;
	height: 2px;
	background: var(--sf-charcoal);
	border-radius: 2px;
}

.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: 46px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-weight: 750;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	transform: translateY(-2px);
	box-shadow: var(--sf-shadow-soft);
}

.button-dark,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.single_add_to_cart_button {
	background: var(--sf-ink);
	color: var(--sf-cream);
}

.button-soft {
	background: rgba(255, 250, 244, 0.72);
	color: var(--sf-ink);
	border-color: var(--sf-line);
}

body.woocommerce .button.button-soft,
body.woocommerce button.button.button-soft {
	background: rgba(255, 250, 244, 0.72);
	color: var(--sf-ink);
	border-color: var(--sf-line);
}

.hero {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
	align-items: center;
	gap: 44px;
	min-height: calc(100vh - 118px);
	padding: 58px 0 48px;
}

.hero-copy {
	max-width: 600px;
}

.eyebrow {
	margin: 0 0 12px;
	color: var(--sf-brown-dark);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.9px;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
.hero h1 {
	margin-bottom: 20px;
	color: var(--sf-ink);
	font-size: clamp(46px, 7vw, 78px);
	line-height: 0.98;
	font-weight: 760;
	letter-spacing: 0;
}

h2 {
	color: var(--sf-ink);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.06;
	font-weight: 760;
	letter-spacing: 0;
}

h3 {
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: 0;
}

.hero p,
.page-hero p,
.section-heading p,
.newsletter-panel p,
.story-copy p {
	color: var(--sf-muted);
	font-size: 18px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.hero-stage {
	position: relative;
	min-height: 540px;
	border-radius: var(--sf-radius-lg);
	background:
		linear-gradient(135deg, rgba(255, 250, 244, 0.86), rgba(232, 211, 198, 0.5)),
		radial-gradient(circle at 70% 30%, rgba(139, 111, 91, 0.18), transparent 38%);
	box-shadow: var(--sf-shadow);
	overflow: hidden;
}

.hero-stage::before {
	content: "";
	position: absolute;
	inset: 8%;
	border: 1px solid rgba(74, 70, 68, 0.1);
	border-radius: 16px;
}

.hero-product {
	position: absolute;
	display: grid;
	place-items: center;
	background: var(--sf-card);
	border: 1px solid rgba(74, 70, 68, 0.08);
	border-radius: 16px;
	box-shadow: var(--sf-shadow-soft);
}

.hero-sneaker {
	left: 8%;
	bottom: 15%;
	width: 54%;
	height: 32%;
	transform: rotate(-5deg);
}

.hero-card {
	right: 9%;
	top: 10%;
	width: 31%;
	height: 45%;
	transform: rotate(7deg);
}

.hero-figure {
	right: 18%;
	bottom: 12%;
	width: 26%;
	height: 31%;
	transform: rotate(2deg);
}

.hero-sneaker span,
.hero-card span,
.hero-figure span,
.product-visual,
.category-art {
	display: block;
	position: relative;
	width: 74%;
	height: 64%;
}

.hero-sneaker span::before,
.art-shoes .product-visual::before,
.art-shoes .category-art::before {
	content: "";
	position: absolute;
	left: 4%;
	right: 2%;
	bottom: 20%;
	height: 32%;
	background: #d7c5b8;
	border: 4px solid #5d5b5a;
	border-top: 0;
	border-radius: 10px 18px 24px 12px;
	transform: skewX(-14deg);
}

.hero-sneaker span::after,
.art-shoes .product-visual::after,
.art-shoes .category-art::after {
	content: "";
	position: absolute;
	left: 27%;
	top: 16%;
	width: 36%;
	height: 34%;
	border: 4px solid #5d5b5a;
	border-bottom: 0;
	border-radius: 28px 28px 0 0;
	transform: skewX(-14deg);
}

.hero-card span::before,
.art-cards .product-visual::before,
.art-cards .category-art::before {
	content: "";
	position: absolute;
	inset: 8%;
	border-radius: 12px;
	background: linear-gradient(145deg, #fffaf4, #ddc8ba);
	border: 4px solid #5d5b5a;
	box-shadow: 10px 10px 0 #cbb5a7;
}

.hero-card span::after,
.art-cards .product-visual::after,
.art-cards .category-art::after {
	content: "";
	position: absolute;
	left: 28%;
	top: 28%;
	width: 44%;
	height: 32%;
	border: 3px solid #8b6f5b;
	border-radius: 999px;
}

.hero-figure span::before,
.art-collectible .product-visual::before,
.art-collectible .category-art::before {
	content: "";
	position: absolute;
	left: 29%;
	top: 8%;
	width: 42%;
	height: 42%;
	border-radius: 50%;
	background: #d9c5b8;
	border: 4px solid #5d5b5a;
}

.hero-figure span::after,
.art-collectible .product-visual::after,
.art-collectible .category-art::after {
	content: "";
	position: absolute;
	left: 20%;
	bottom: 10%;
	width: 60%;
	height: 38%;
	border-radius: 14px 14px 24px 24px;
	background: #fffaf4;
	border: 4px solid #5d5b5a;
}

.art-console .product-visual::before,
.art-console .category-art::before {
	content: "";
	position: absolute;
	left: 10%;
	top: 24%;
	width: 80%;
	height: 46%;
	border: 4px solid #5d5b5a;
	border-radius: 18px;
	background: #ead8cc;
}

.art-console .product-visual::after,
.art-console .category-art::after {
	content: "";
	position: absolute;
	left: 29%;
	top: 39%;
	width: 42%;
	height: 5px;
	background: #8b6f5b;
	box-shadow: -16px -7px 0 #5d5b5a, 16px 7px 0 #5d5b5a;
	border-radius: 999px;
}

.art-hobby .product-visual::before,
.art-hobby .category-art::before,
.art-lifestyle .product-visual::before,
.art-lifestyle .category-art::before {
	content: "";
	position: absolute;
	inset: 14% 18%;
	border: 4px solid #5d5b5a;
	border-radius: 14px;
	background: linear-gradient(135deg, #fffaf4 0 48%, #d7c5b8 48% 100%);
}

.art-hobby .product-visual::after,
.art-hobby .category-art::after,
.art-lifestyle .product-visual::after,
.art-lifestyle .category-art::after {
	content: "";
	position: absolute;
	left: 28%;
	top: 17%;
	width: 44%;
	height: 70%;
	border-left: 3px solid #8b6f5b;
	border-right: 3px solid #8b6f5b;
}

.section {
	padding: 74px 0;
}

.soft-band {
	width: 100%;
	max-width: none;
	padding-inline: max(20px, calc((100% - var(--sf-max)) / 2));
	background: rgba(246, 238, 232, 0.78);
}

.section-heading {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 28px;
	margin-bottom: 30px;
}

.section-heading > div {
	max-width: 650px;
}

.section-heading p {
	max-width: 430px;
	margin-bottom: 0;
}

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

.category-card,
.product-card,
.trust-card,
.review-card,
.detail-card,
.post-card,
.contact-form,
.contact-panel,
.newsletter-panel {
	background: rgba(255, 253, 249, 0.82);
	border: 1px solid rgba(74, 70, 68, 0.08);
	border-radius: var(--sf-radius);
	box-shadow: var(--sf-shadow-soft);
}

.category-card {
	display: flex;
	flex-direction: column;
	min-height: 260px;
	padding: 18px;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.category-card:hover,
.product-card:hover,
.trust-card:hover,
.review-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--sf-shadow);
}

.category-art {
	width: 100%;
	height: 150px;
	border-radius: 12px;
	background: var(--sf-bg-soft);
}

.category-card__text {
	display: grid;
	gap: 6px;
	margin-top: auto;
}

.category-card strong {
	font-size: 20px;
}

.category-card small {
	color: var(--sf-muted);
	font-size: 13px;
}

.product-grid,
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.scroll-row {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(260px, 1fr);
	gap: 18px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline mandatory;
	padding-bottom: 12px;
}

.scroll-row .product-card {
	scroll-snap-align: start;
	min-width: 260px;
}

.product-card {
	position: relative;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card__media {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1.05;
	margin: 10px;
	border-radius: 12px;
	background: linear-gradient(135deg, #f6eee8, #e5d1c4);
	overflow: hidden;
}

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

.product-card__media .product-visual {
	width: 78%;
	height: 78%;
}

.sale-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 7px 10px;
	background: var(--sf-ink);
	color: var(--sf-cream);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
}

.wishlist-button {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
}

.wishlist-button.active {
	background: var(--sf-ink);
	color: var(--sf-cream);
}

.product-card__body {
	padding: 10px 16px 18px;
}

.product-card__meta {
	min-height: 22px;
	color: var(--sf-brown-dark);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.product-card h3 {
	min-height: 46px;
	margin: 6px 0 10px;
}

.product-card__price {
	min-height: 28px;
	color: var(--sf-ink);
	font-size: 18px;
	font-weight: 800;
}

.product-card__details {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	min-height: 29px;
	margin-top: 8px;
}

.product-card__details span {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 0 8px;
	background: rgba(246, 238, 232, 0.78);
	border: 1px solid rgba(74, 70, 68, 0.08);
	border-radius: 999px;
	color: var(--sf-muted);
	font-size: 11px;
	font-weight: 800;
}

.product-card__details .is-available {
	background: rgba(77, 116, 95, 0.12);
	color: var(--sf-sage);
}

.product-card__details .is-unavailable {
	background: rgba(164, 93, 101, 0.12);
	color: var(--sf-rose);
}

.product-card__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 16px;
}

.product-card__actions .button {
	min-height: 42px;
	padding: 0 12px;
	font-size: 13px;
}

.trust-grid,
.review-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

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

.trust-card,
.review-card {
	padding: 22px;
}

.check-icon {
	width: 38px;
	height: 38px;
	margin-bottom: 20px;
	border: 1px solid var(--sf-line);
	border-radius: 50%;
	background: var(--sf-bg-soft);
}

.check-icon::before {
	content: "";
	position: absolute;
	left: 11px;
	top: 12px;
	width: 14px;
	height: 8px;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg);
}

.trust-card p,
.review-card p,
.footer-brand p,
.product-card__meta {
	color: var(--sf-muted);
}

.avatar {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	background: var(--sf-bg);
	color: var(--sf-ink);
	border: 1px solid var(--sf-line);
	border-radius: 50%;
	font-weight: 850;
}

.newsletter-panel {
	display: grid;
	grid-template-columns: 1fr minmax(300px, 0.7fr);
	align-items: center;
	gap: 30px;
	padding: 36px;
	background: linear-gradient(135deg, rgba(255, 253, 249, 0.92), rgba(246, 238, 232, 0.86));
}

.newsletter-form {
	display: flex;
	gap: 10px;
}

input,
textarea,
select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	background: var(--sf-cream);
	color: var(--sf-ink);
	border: 1px solid var(--sf-line);
	border-radius: 12px;
	outline: none;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

input:focus,
textarea:focus,
select:focus {
	border-color: var(--sf-brown);
	box-shadow: 0 0 0 4px rgba(139, 111, 91, 0.12);
}

.instagram-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}

.insta-tile {
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	background: rgba(255, 253, 249, 0.72);
	border: 1px solid rgba(74, 70, 68, 0.08);
	border-radius: 12px;
	overflow: hidden;
}

.insta-tile .product-visual {
	width: 70%;
	height: 70%;
}

.site-footer {
	margin-top: 40px;
	padding: 54px max(20px, calc((100% - var(--sf-max)) / 2)) 24px;
	background: var(--sf-bg-soft);
	border-top: 1px solid rgba(74, 70, 68, 0.09);
}

.footer-news {
	display: grid;
	grid-template-columns: 1fr minmax(300px, 0.75fr);
	gap: 28px;
	align-items: center;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--sf-line);
}

.footer-news h2 {
	max-width: 680px;
	margin-bottom: 0;
	font-size: clamp(28px, 4vw, 44px);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.6fr repeat(3, 1fr);
	gap: 34px;
	padding: 42px 0 28px;
}

.footer-grid h3 {
	margin-bottom: 14px;
}

.footer-grid a {
	display: block;
	margin: 9px 0;
	color: var(--sf-muted);
}

.footer-brand p {
	max-width: 390px;
	margin-top: 16px;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	color: var(--sf-muted);
	font-size: 13px;
	border-top: 1px solid var(--sf-line);
	padding-top: 20px;
}

.page-hero,
.shop-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
	align-items: center;
	gap: 36px;
	padding: 70px 0 48px;
}

.compact-hero {
	display: block;
	max-width: 900px;
	text-align: center;
}

.compact-hero h1 {
	font-size: clamp(40px, 6vw, 64px);
}

.mini-stage {
	min-height: 360px;
}

.story-grid,
.contact-grid,
.product-details-tabs {
	display: grid;
	grid-template-columns: 0.72fr 1fr;
	gap: 34px;
}

.story-copy {
	max-width: 760px;
}

.contact-form,
.contact-panel,
.detail-card {
	padding: 26px;
}

.field-row {
	display: grid;
	gap: 8px;
	margin-bottom: 16px;
}

.field-row label,
.filter-widget label {
	color: var(--sf-charcoal);
	font-size: 14px;
	font-weight: 750;
}

.contact-panel {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contact-panel a {
	color: var(--sf-brown-dark);
	font-weight: 750;
}

.map-placeholder {
	display: grid;
	place-items: center;
	min-height: 220px;
	margin-top: auto;
	background: linear-gradient(135deg, #f6eee8, #dfcbbd);
	border: 1px solid var(--sf-line);
	border-radius: 12px;
	color: var(--sf-muted);
}

.shop-hero {
	padding-bottom: 24px;
}

.shop-assurance {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	width: min(var(--sf-max), calc(100% - 40px));
	margin: 0 auto 18px;
}

.assurance-card {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 12px;
	min-height: 118px;
	padding: 16px;
	background: rgba(255, 253, 249, 0.82);
	border: 1px solid rgba(74, 70, 68, 0.08);
	border-radius: 8px;
	box-shadow: var(--sf-shadow-soft);
}

.assurance-card strong {
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1.25;
}

.assurance-card p {
	margin: 0;
	color: var(--sf-muted);
	font-size: 13px;
	line-height: 1.45;
}

.assurance-icon {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: rgba(52, 49, 49, 0.08);
}

.assurance-icon::before {
	content: "";
	width: 15px;
	height: 9px;
	border-left: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
	transform: rotate(-45deg) translateY(-1px);
}

.assurance-card--sage .assurance-icon {
	background: rgba(77, 116, 95, 0.14);
	color: var(--sf-sage);
}

.assurance-card--blue .assurance-icon {
	background: rgba(63, 102, 153, 0.14);
	color: var(--sf-blue);
}

.assurance-card--ink .assurance-icon {
	background: rgba(52, 49, 49, 0.12);
	color: var(--sf-ink);
}

.assurance-card--rose .assurance-icon {
	background: rgba(164, 93, 101, 0.14);
	color: var(--sf-rose);
}

.shop-search {
	display: flex;
	gap: 10px;
	padding: 12px;
	background: rgba(255, 253, 249, 0.68);
	border: 1px solid var(--sf-line);
	border-radius: var(--sf-radius);
	box-shadow: var(--sf-shadow-soft);
}

.sample-category-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: min(var(--sf-max), calc(100% - 40px));
	margin: 0 auto 4px;
}

.category-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 15px;
	background: rgba(255, 253, 249, 0.72);
	border: 1px solid var(--sf-line);
	border-radius: 999px;
	color: var(--sf-charcoal);
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.category-chip:hover,
.category-chip.active {
	background: var(--sf-ink);
	color: var(--sf-cream);
	box-shadow: var(--sf-shadow-soft);
	transform: translateY(-1px);
}

.shop-layout {
	display: grid;
	grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
	align-items: start;
	gap: 26px;
	padding: 24px 0 78px;
}

.shop-content {
	min-width: 0;
}

.shop-sidebar {
	position: sticky;
	top: 112px;
	align-self: start;
	display: grid;
	gap: 14px;
}

body.woocommerce .shop-layout > .filter-drawer-toggle,
.shop-layout > .filter-drawer-toggle {
	display: none;
	grid-column: 1 / -1;
	justify-self: start;
	align-self: start;
	width: max-content;
}

.filter-widget {
	display: grid;
	gap: 10px;
	padding: 18px;
	background: rgba(255, 253, 249, 0.78);
	border: 1px solid rgba(74, 70, 68, 0.08);
	border-radius: var(--sf-radius);
}

.filter-title {
	margin-bottom: 4px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.filter-widget a {
	color: var(--sf-muted);
	font-weight: 650;
}

.filter-widget label {
	display: flex;
	align-items: center;
	gap: 8px;
}

.filter-widget input[type="checkbox"] {
	width: 16px;
	min-height: 16px;
	accent-color: var(--sf-ink);
}

.filter-widget input[type="range"] {
	padding: 0;
	accent-color: var(--sf-brown);
}

.price-range-labels {
	display: flex;
	justify-content: space-between;
	color: var(--sf-muted);
	font-size: 12px;
}

.shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
	padding: 12px 0;
}

.shop-toolbar__actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.sample-result-count {
	margin: 0;
	color: var(--sf-muted);
	font-weight: 750;
}

.sample-sort {
	min-width: 178px;
	min-height: 42px;
}

.product-card[hidden] {
	display: none !important;
}

.sample-product-grid .product-card__media img {
	padding: 16px;
	object-fit: contain;
}

.sample-product-grid .product-card__media.art-shoes img {
	padding: 8px;
}

.sample-empty-message {
	padding: 28px;
	background: rgba(255, 253, 249, 0.78);
	border: 1px solid var(--sf-line);
	border-radius: var(--sf-radius);
	color: var(--sf-muted);
	text-align: center;
}

.sample-pagination {
	margin-top: 24px;
	text-align: center;
}

.sample-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 38px;
	height: 38px;
	background: var(--sf-ink);
	color: var(--sf-cream);
	border-radius: 999px;
	font-weight: 800;
}

.view-toggle.active {
	background: var(--sf-ink);
	color: var(--sf-cream);
}

.icon-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3px;
}

.icon-grid::before,
.icon-list::before {
	content: "";
	display: block;
}

.icon-grid::before {
	width: 7px;
	height: 7px;
	background: currentColor;
	box-shadow: 10px 0 currentColor, 0 10px currentColor, 10px 10px currentColor;
	border-radius: 2px;
}

.icon-list::before {
	position: absolute;
	left: 2px;
	top: 4px;
	width: 15px;
	height: 2px;
	background: currentColor;
	box-shadow: 0 6px currentColor, 0 12px currentColor;
	border-radius: 2px;
}

.shop-content.list-view .product-grid,
.shop-content.list-view .woocommerce ul.products {
	grid-template-columns: 1fr;
}

.shop-content.list-view .product-card {
	display: grid;
	grid-template-columns: 220px 1fr;
	align-items: center;
}

.shop-content.list-view .product-card__media {
	aspect-ratio: 1 / 0.82;
}

.single-product-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 34px;
	padding: 54px 0;
}

.product-gallery-shell,
.product-summary-panel {
	background: rgba(255, 253, 249, 0.78);
	border: 1px solid rgba(74, 70, 68, 0.08);
	border-radius: var(--sf-radius-lg);
	box-shadow: var(--sf-shadow-soft);
}

.product-gallery-shell {
	position: relative;
	padding: 14px;
}

.product-main-image {
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	background: linear-gradient(135deg, #f6eee8, #dfcbbd);
	border-radius: 14px;
	overflow: hidden;
	cursor: zoom-in;
}

.product-main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
}

.woocommerce-product-gallery__image,
.woocommerce-product-gallery__image a {
	display: block;
	width: 100%;
	height: 100%;
}

.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 28px;
	right: 28px;
	z-index: 5;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	color: var(--sf-ink);
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(27, 31, 36, 0.1);
	border-radius: 999px;
	box-shadow: 0 14px 30px rgba(27, 31, 36, 0.14);
	backdrop-filter: blur(12px);
	transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.woocommerce-product-gallery__trigger:hover,
.woocommerce-product-gallery__trigger:focus-visible {
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 38px rgba(27, 31, 36, 0.18);
	transform: translateY(-1px);
	outline: none;
}

.product-main-image:hover img,
.product-main-image:hover .product-visual {
	transform: scale(1.06);
}

.product-main-image .product-visual {
	width: 70%;
	height: 70%;
	transition: transform 260ms ease;
}

.pswp {
	z-index: 999999;
}

.pswp__bg {
	background: rgba(250, 248, 244, 0.72) !important;
	backdrop-filter: blur(18px) saturate(1.08);
	-webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.pswp__scroll-wrap::before {
	content: "";
	position: absolute;
	inset: 28px;
	pointer-events: none;
	border: 1px solid rgba(27, 31, 36, 0.08);
	border-radius: 22px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.pswp__img {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 28px 80px rgba(27, 31, 36, 0.24), 0 3px 12px rgba(27, 31, 36, 0.12);
}

.pswp__img--placeholder--blank {
	background: rgba(255, 255, 255, 0.66);
	border-radius: 14px;
}

.pswp__top-bar {
	top: 18px;
	right: 18px;
	left: auto;
	width: auto;
	height: 48px;
	padding: 2px;
	background: rgba(27, 31, 36, 0.74);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	box-shadow: 0 14px 34px rgba(27, 31, 36, 0.24);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.pswp__counter {
	min-width: 52px;
	height: 44px;
	padding: 0 14px;
	color: #fff;
	font-size: 13px;
	line-height: 44px;
	text-align: center;
	opacity: 0.9;
}

button.pswp__button {
	border-radius: 999px;
	opacity: 0.86;
	transition: opacity 160ms ease, background-color 160ms ease, transform 160ms ease;
}

button.pswp__button:hover,
button.pswp__button:focus-visible {
	background-color: rgba(255, 255, 255, 0.12) !important;
	opacity: 1;
	outline: none;
	transform: translateY(-1px);
}

.pswp__button--share {
	display: none !important;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	width: 76px;
}

button.pswp__button--arrow--left::before,
button.pswp__button--arrow--right::before {
	top: 34px;
	width: 40px;
	height: 40px;
	background-color: rgba(27, 31, 36, 0.72) !important;
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(27, 31, 36, 0.22);
}

.pswp__caption {
	bottom: 22px;
	min-height: 0;
	background: transparent;
}

.pswp__caption__center {
	max-width: min(720px, calc(100vw - 44px));
	padding: 10px 16px;
	color: var(--sf-ink);
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(27, 31, 36, 0.08);
	border-radius: 999px;
	box-shadow: 0 12px 32px rgba(27, 31, 36, 0.14);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	text-align: center;
}

.product-thumbs {
	display: flex;
	gap: 10px;
	margin-top: 12px;
}

.thumb-button.active {
	background: var(--sf-ink);
	color: var(--sf-cream);
}

.product-summary-panel {
	padding: 30px;
}

.product-summary-panel h1 {
	font-size: clamp(36px, 5vw, 58px);
}

.single-price {
	margin: 18px 0;
	color: var(--sf-ink);
	font-size: 28px;
	font-weight: 850;
}

.stock-pill {
	display: inline-flex;
	margin-bottom: 20px;
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 850;
}

.stock-pill.in-stock {
	background: #f1e7dd;
	color: var(--sf-brown-dark);
}

.stock-pill.out-stock {
	background: #e6d7cf;
	color: var(--sf-charcoal);
}

.spec-panel,
.size-panel,
.shipping-note {
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid var(--sf-line);
}

.spec-panel h2,
.size-panel h2,
.shipping-note h2 {
	margin-bottom: 12px;
	font-size: 18px;
}

.size-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.size-options button {
	min-width: 64px;
	min-height: 42px;
	border: 1px solid var(--sf-line);
	background: var(--sf-cream);
	border-radius: 10px;
	cursor: pointer;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.woocommerce .quantity .qty {
	width: 88px;
}

.woo-wrapper {
	max-width: var(--sf-max);
}

.woocommerce table.shop_table,
.woocommerce-checkout-review-order,
.woocommerce form.checkout,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	background: rgba(255, 253, 249, 0.82);
	border: 1px solid rgba(74, 70, 68, 0.08);
	border-radius: var(--sf-radius);
	box-shadow: var(--sf-shadow-soft);
	overflow: hidden;
}

.woocommerce table.shop_table {
	border-collapse: separate;
	border-spacing: 0;
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce form.checkout,
.woocommerce-checkout-review-order {
	padding: 20px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 16px;
	border-color: var(--sf-line);
}

.woocommerce-cart .cart-collaterals .cart_totals {
	width: 42%;
}

.woocommerce-checkout .col2-set {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}

.woocommerce-checkout-review-order::before {
	content: "Order summary";
	display: block;
	margin-bottom: 14px;
	color: var(--sf-ink);
	font-size: 20px;
	font-weight: 850;
}

.quick-view-modal {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(52, 49, 49, 0.32);
	opacity: 0;
	visibility: hidden;
	transition: opacity 180ms ease, visibility 180ms ease;
}

.quick-view-modal.active {
	opacity: 1;
	visibility: visible;
}

.quick-view-dialog {
	position: relative;
	display: grid;
	grid-template-columns: 0.9fr 1fr;
	gap: 26px;
	width: min(760px, 100%);
	padding: 18px;
	background: var(--sf-card);
	border-radius: var(--sf-radius-lg);
	box-shadow: var(--sf-shadow);
}

.quick-view-close {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 24px;
}

.quick-view-art {
	display: grid;
	place-items: center;
	min-height: 320px;
	background: linear-gradient(135deg, #f6eee8, #dfcbbd);
	border-radius: 14px;
	overflow: hidden;
}

.quick-view-art .product-visual {
	width: 74%;
	height: 74%;
}

.quick-view-art.has-image .product-visual {
	display: none;
}

.quick-view-image {
	width: 100%;
	height: 100%;
	max-height: 360px;
	object-fit: contain;
	padding: 18px;
}

.fade-item {
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 420ms ease, transform 420ms ease;
}

.fade-item.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.post-card {
	padding: 18px;
}

.post-card__placeholder {
	display: block;
	aspect-ratio: 16 / 10;
	border-radius: 12px;
	background: var(--sf-bg-soft);
}

.narrow-content {
	max-width: 820px;
}

@media (max-width: 1080px) {
	.category-grid,
	.product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

	.instagram-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}
}

@media (max-width: 860px) {
	.nav-shell,
	.section,
	.hero,
	.page-hero,
	.shop-hero,
	.shop-assurance,
	.sample-category-chips,
	.shop-layout,
	.single-product-layout {
		width: min(100% - 28px, var(--sf-max));
	}

	.menu-toggle {
		display: inline-grid;
		justify-self: end;
	}

	.primary-nav {
		position: fixed;
		top: 114px;
		left: 14px;
		right: 14px;
		padding: 20px;
		background: var(--sf-card);
		border: 1px solid var(--sf-line);
		border-radius: var(--sf-radius);
		box-shadow: var(--sf-shadow);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	}

	body.menu-open .primary-nav {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.primary-nav ul {
		display: grid;
		justify-content: stretch;
		gap: 10px;
	}

	.primary-nav a {
		display: block;
		padding: 12px 0;
	}

	.nav-shell {
		grid-template-columns: auto 1fr auto;
		gap: 12px;
	}

	.nav-actions .icon-link {
		display: none;
	}

	.cart-link span:not(.icon-bag) {
		display: none;
	}

	.hero-stage {
		min-height: 420px;
	}

	.section-heading,
	.footer-news,
	.footer-grid,
	.newsletter-panel,
	.page-hero,
	.shop-hero,
	.shop-layout,
	.single-product-layout,
	.story-grid,
	.contact-grid,
	.product-details-tabs,
	.woocommerce-checkout .col2-set {
		grid-template-columns: 1fr;
	}

	.shop-sidebar {
		position: fixed;
		inset: auto 14px 14px;
		z-index: 80;
		max-height: min(72vh, 620px);
		padding: 14px;
		overflow: auto;
		background: var(--sf-bg-soft);
		border: 1px solid var(--sf-line);
		border-radius: var(--sf-radius);
		box-shadow: var(--sf-shadow);
		opacity: 0;
		visibility: hidden;
		transform: translateY(16px);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	}

	.shop-sidebar.is-open,
	.sample-filter-panel.is-open {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	body.woocommerce .shop-layout > .filter-drawer-toggle,
	.shop-layout > .filter-drawer-toggle {
		display: inline-flex;
		justify-self: start;
	}

	.category-grid,
	.product-grid,
	.woocommerce ul.products,
	.shop-assurance,
	.trust-grid,
	.review-grid,
	.post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce-cart .cart-collaterals .cart_totals {
		width: 100%;
	}
}

@media (max-width: 620px) {
	.top-bar {
		display: none;
	}

	.primary-nav {
		top: 88px;
	}

	.brand-word {
		font-size: 24px;
	}

	.brand-sub {
		margin-left: 28px;
		font-size: 9px;
		letter-spacing: 4px;
	}

	.shoe-mark {
		width: 30px;
		height: 14px;
	}

	.hero {
		padding-top: 34px;
	}

	h1,
	.hero h1 {
		font-size: 43px;
	}

	.hero p,
	.page-hero p,
	.section-heading p,
	.newsletter-panel p {
		font-size: 16px;
	}

	.hero-stage {
		min-height: 330px;
	}

	.section {
		padding: 52px 0;
	}

	.category-grid,
	.product-grid,
	.woocommerce ul.products,
	.shop-assurance,
	.trust-grid,
	.review-grid,
	.post-grid,
	.instagram-grid {
		grid-template-columns: 1fr;
	}

	.product-card__actions,
	.newsletter-form,
	.shop-search,
	.quick-view-dialog,
	.shop-content.list-view .product-card {
		grid-template-columns: 1fr;
		display: grid;
	}

	.footer-bottom {
		flex-direction: column;
	}

	.product-summary-panel,
	.contact-form,
	.contact-panel,
	.detail-card,
	.newsletter-panel {
		padding: 20px;
	}

	.shop-toolbar,
	.shop-toolbar__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.sample-sort {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}
}
