/*
Theme Name: Sevmiş Home
Theme URI: https://sevmishome.local
Author: Sevmiş Home
Description: Pixel-focused WooCommerce theme for Sevmiş Home home textile store.
Version: 1.0.35
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: sevmis-home
*/

:root {
	--sh-ink: #11110f;
	--sh-text: #282821;
	--sh-muted: #696760;
	--sh-line: #e6e0d8;
	--sh-soft-line: #f0ebe4;
	--sh-cream: #f7f3ed;
	--sh-warm: #efe5da;
	--sh-paper: #fffdf9;
	--sh-green: #28381f;
	--sh-green-2: #425833;
	--sh-green-soft: #e8f2e2;
	--sh-gold: #d99a22;
	--sh-orange: #d96332;
	--sh-blue: #1b4e87;
	--sh-container: 1760px;
	--sh-radius: 6px;
	--sh-serif: "Cormorant Garamond", Georgia, serif;
	--sh-sans: "Inter", Arial, sans-serif;
	--sh-script: "Oooh Baby", cursive;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--sh-text);
	background: #fff;
	font-family: var(--sh-sans);
	font-size: 14px;
	line-height: 1.45;
	letter-spacing: 0;
	overflow-x: hidden;
}

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

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

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

.screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.sh-container {
	width: min(var(--sh-container), calc(100% - 32px));
	margin-inline: auto;
}

.sh-icon {
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
}

.sh-button,
.button,
.woocommerce-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 44px;
	padding: 0 26px;
	border: 1px solid var(--sh-green);
	border-radius: 4px;
	background: #fff;
	color: var(--sh-green);
	font-weight: 600;
	cursor: pointer;
	transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.sh-button--dark,
.sh-add-to-cart,
.checkout-button,
button[name="woocommerce_checkout_place_order"] {
	background: linear-gradient(100deg, #26351f 0%, #314422 100%);
	color: #fff;
	border-color: transparent;
}

.sh-button--light {
	background: #f3eee8;
	border-color: #f3eee8;
	color: var(--sh-text);
}

.sh-button--outline {
	background: #fff;
	color: var(--sh-green);
}

.sh-button svg {
	width: 18px;
	height: 18px;
}

/* Header */
.sh-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	overflow: visible;
	background: rgba(255, 255, 255, .98);
	border-bottom: 1px solid var(--sh-soft-line);
}

body.admin-bar .sh-site-header {
	top: 32px;
}

.sh-topbar {
	height: 24px;
	background: #eee7df;
	color: #191916;
	font-size: 12px;
}

.sh-topbar__inner,
.sh-topbar__benefits,
.sh-mainbar__inner,
.sh-header-actions {
	display: flex;
	align-items: center;
}

.sh-topbar__inner {
	height: 24px;
	justify-content: space-between;
}

.sh-topbar__benefits {
	gap: 28px;
	margin-left: 0;
}

.sh-topbar__benefits span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}

.sh-topbar .sh-icon {
	width: 13px;
	height: 13px;
	stroke-width: 2.4;
}

.sh-topbar__tagline {
	white-space: nowrap;
}

.sh-mainbar {
	height: 63px;
	background: #fff;
}

.sh-mainbar__inner {
	height: 63px;
	gap: 30px;
}

.sh-logo {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 164px;
	min-width: 164px;
	height: 55px;
	color: #10100e;
	font-family: var(--sh-serif);
	font-weight: 700;
	line-height: .92;
}

.sh-logo span {
	font-size: 29px;
	font-style: italic;
}

.sh-logo small {
	position: relative;
	margin-top: 3px;
	padding-inline: 25px;
	font-family: var(--sh-sans);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.sh-logo small::before,
.sh-logo small::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 22px;
	height: 1px;
	background: #111;
}

.sh-logo small::before {
	left: 0;
}

.sh-logo small::after {
	right: 0;
}

.custom-logo-link img {
	width: 164px;
	height: auto;
}

.sh-primary-nav {
	flex: 1;
}

.sh-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sh-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 63px;
	color: #141414;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.sh-mobile-menu-groups {
	display: none;
}

.sh-menu > .current-menu-item > a::after,
.sh-menu > li > a:hover::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	height: 2px;
	background: #191916;
}

.sh-menu-dropdown {
	position: relative;
}

.sh-menu-caret {
	margin-left: 5px;
	font-size: 12px;
	line-height: 1;
	transform: translateY(-1px);
}

.sh-menu-dropdown__panel {
	position: absolute;
	top: calc(100% - 5px);
	left: 50%;
	z-index: 120;
	display: grid;
	grid-template-columns: repeat(2, minmax(150px, 1fr));
	gap: 20px;
	width: 440px;
	padding: 18px;
	border: 1px solid var(--sh-line);
	border-radius: 6px;
	background: rgba(255, 253, 249, .98);
	box-shadow: 0 18px 40px rgba(30, 26, 20, .12);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 8px);
	transition: opacity .16s ease, transform .16s ease;
}

.sh-menu-dropdown__panel--compact {
	width: 235px;
	grid-template-columns: 1fr;
}

.sh-menu-dropdown__panel--categories {
	width: 280px;
	max-height: min(420px, calc(100vh - 92px));
	overflow-y: auto;
	grid-template-columns: 1fr;
}

.sh-menu-dropdown:hover .sh-menu-dropdown__panel,
.sh-menu-dropdown:focus-within .sh-menu-dropdown__panel {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.sh-menu-dropdown__panel strong {
	display: block;
	margin-bottom: 7px;
	color: var(--sh-muted);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.sh-menu-dropdown__panel a {
	display: flex;
	align-items: center;
	height: auto;
	min-height: 27px;
	color: #1e1d19;
	font-size: 12px;
	font-weight: 650;
	white-space: normal;
}

.sh-menu-dropdown__panel a:hover {
	color: var(--sh-green);
}

.sh-menu-dropdown__panel a.is-child {
	padding-left: 12px;
	font-size: 12px;
}

.sh-header-actions {
	gap: 24px;
	margin-left: auto;
}

.sh-header-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #0b0b0a;
	cursor: pointer;
}

.sh-header-icon .sh-icon {
	width: 24px;
	height: 24px;
}

.sh-cart-count,
.sh-wishlist-count {
	position: absolute;
	top: 0;
	right: -8px;
	display: grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding-inline: 4px;
	border-radius: 999px;
	background: var(--sh-green);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}

.sh-mobile-toggle {
	display: none;
}

.sh-search-panel {
	display: none;
	padding: 14px 0;
	border-top: 1px solid var(--sh-soft-line);
	background: #fff;
}

.sh-search-panel.is-open {
	display: block;
}

.sh-search-panel form {
	display: flex;
	height: 46px;
	border: 1px solid var(--sh-line);
	border-radius: 5px;
	overflow: hidden;
}

.sh-search-panel input {
	flex: 1;
	border: 0;
	padding: 0 16px;
	outline: 0;
}

.sh-search-panel button {
	width: 58px;
	border: 0;
	background: var(--sh-green);
	color: #fff;
}

/* Hero */
.sh-hero {
	position: relative;
	height: 220px;
	background: #f2e5d9;
	overflow: hidden;
}

.sh-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(90deg, rgba(247, 239, 231, .98) 0%, rgba(247, 239, 231, .92) 35%, rgba(247, 239, 231, .08) 50%, rgba(247, 239, 231, 0) 100%), var(--hero-image);
	background-repeat: no-repeat;
	background-size: auto 100%, auto 100%;
	background-position: left top, right center;
}

.sh-hero--shop {
	height: 184px;
}

.sh-hero--image-only {
	height: clamp(220px, 20vw, 360px);
}

.sh-hero--image-only::after {
	background-image: var(--hero-image);
	background-size: cover;
	background-position: center;
}

.sh-hero--image-only .sh-hero__inner {
	display: none;
}

.sh-hero--category-gallery {
	height: clamp(238px, 18vw, 310px);
	background: #f4ece2;
}

.sh-hero--category-gallery::after {
	display: none;
}

.sh-hero--category-gallery .sh-hero__copy {
	width: min(47%, 630px);
	padding-block: 24px;
}

.sh-hero--category-gallery .sh-hero__copy .sh-breadcrumbs {
	margin-bottom: 12px;
}

.sh-hero--category-gallery h1 {
	font-size: clamp(38px, 3.1vw, 58px);
	line-height: 1;
}

.sh-hero--category-gallery p {
	margin-top: 10px;
	max-width: 560px;
	font-size: 16px;
}

.sh-category-hero-media {
	position: absolute;
	z-index: 1;
	top: 18px;
	right: max(24px, calc((100vw - var(--sh-container)) / 2));
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 10px;
	width: min(43vw, 680px);
	height: calc(100% - 36px);
	pointer-events: none;
}

.sh-category-hero-media__item {
	min-width: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .84);
	border-radius: 4px;
	background: #efe5d7;
	box-shadow: 0 12px 24px rgba(55, 38, 22, .14);
}

.sh-category-hero-media__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sh-hero--account,
.sh-hero--compact {
	height: 195px;
}

.sh-hero__inner {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
}

.sh-hero__copy {
	width: 47%;
	padding-top: 4px;
}

.sh-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 14px;
	color: #1c1c19;
	font-size: 13px;
}

.sh-breadcrumbs span {
	color: #817a72;
}

.sh-breadcrumbs strong {
	font-weight: 700;
}

.sh-hero h1,
.sh-home-hero h1,
.sh-section-heading h2,
.sh-story-band h2,
.sh-newsletter h2,
.sh-login-card h2,
.sh-register-card h2,
.sh-account-panel h2,
.sh-product-summary h1,
.sh-cart-summary h2,
.sh-order-review h2,
.sh-footer__brand .sh-logo span {
	font-family: var(--sh-serif);
	letter-spacing: 0;
}

.sh-hero h1 {
	margin: 0;
	color: var(--sh-ink);
	font-size: 54px;
	font-weight: 600;
	line-height: .92;
}

.sh-hero p {
	margin: 12px 0 0;
	max-width: 470px;
	color: #141414;
	font-size: 20px;
	line-height: 1.3;
}

/* Feature bars */
.sh-feature-bar {
	background: #fbfaf7;
	border-block: 1px solid var(--sh-soft-line);
}

.sh-feature-bar__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	height: 64px;
}

.sh-feature-bar__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	border-right: 1px solid #ddd5cd;
	font-size: 14px;
}

.sh-feature-bar__item:last-child {
	border-right: 0;
}

.sh-feature-bar__item .sh-icon {
	width: 34px;
	height: 34px;
	color: #111;
}

.sh-feature-bar__grid--6 {
	grid-template-columns: repeat(6, 1fr);
}

/* Home */
.sh-home-hero {
	height: 430px;
	background: #f4eadf;
	background-image: linear-gradient(90deg, rgba(247, 239, 231, .98) 0%, rgba(247, 239, 231, .74) 32%, rgba(247, 239, 231, .05) 50%), var(--home-hero);
	background-repeat: no-repeat;
	background-position: left top, right center;
	background-size: auto 100%, auto 112%;
}

.sh-home-hero__inner {
	height: 100%;
	display: flex;
	align-items: center;
}

.sh-home-hero__copy {
	width: 470px;
}

.sh-home-hero__copy p {
	margin: 0 0 2px;
	font-size: 20px;
	letter-spacing: 8px;
}

.sh-home-hero h1 {
	margin: 0;
	color: var(--sh-ink);
	font-size: 65px;
	font-weight: 600;
	line-height: .9;
}

.sh-home-hero__copy span {
	display: block;
	margin-top: 18px;
	color: #1d1d19;
	font-size: 17px;
	line-height: 1.48;
}

.sh-home-hero__actions {
	display: flex;
	gap: 16px;
	margin-top: 22px;
}

.sh-home-hero .sh-button {
	min-height: 42px;
	padding-inline: 22px;
	font-size: 12px;
}

.sh-home-hero--banner {
	position: relative;
	height: auto;
	aspect-ratio: 2 / 1;
	background-image: none;
	background-position: center;
	background-size: cover;
}

.sh-home-hero--slider {
	background-image: none;
}

.sh-home-hero__slides,
.sh-home-hero__slide {
	position: absolute;
	inset: 0;
}

.sh-home-hero__slides {
	z-index: 1;
	overflow: hidden;
}

.sh-home-hero__slide {
	display: block;
	background-image: var(--slide-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: opacity .55s ease;
	z-index: 1;
}

.sh-home-hero__slide.is-active {
	opacity: 1;
	z-index: 2;
}

.sh-home-hero__slide:focus-visible {
	outline: 3px solid #fffdf8;
	outline-offset: -7px;
}

.sh-home-hero__controls {
	position: absolute;
	left: 50%;
	bottom: 16px;
	z-index: 4;
	display: flex;
	gap: 8px;
	transform: translateX(-50%);
}

.sh-home-hero__control {
	width: 9px;
	height: 9px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 50%;
	background: rgba(45, 38, 29, .42);
	cursor: pointer;
	transition: transform .2s ease, background-color .2s ease;
}

.sh-home-hero__control.is-active {
	background: #fffdf8;
	transform: scale(1.18);
}

.sh-home-hero__control:focus-visible {
	outline: 2px solid #fffdf8;
	outline-offset: 3px;
}

.sh-promo-ticker {
	overflow: hidden;
	border-block: 1px solid #d8cfc3;
	background: var(--sh-green);
	color: #fffdf8;
}

.sh-promo-ticker__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.sh-promo-ticker__track {
	display: flex;
	width: max-content;
	animation: shPromoTicker 26s linear infinite;
}

.sh-promo-ticker__track span {
	flex: 0 0 auto;
	padding: 10px 18px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .04em;
	white-space: nowrap;
}

.sh-promo-ticker--compact .sh-promo-ticker__track span {
	padding-block: 8px;
	font-size: 12px;
}

.sh-promo-ticker:hover .sh-promo-ticker__track {
	animation-play-state: paused;
}

@keyframes shPromoTicker {
	to {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.sh-promo-ticker__track {
		animation: none;
	}
}

.sh-home-section {
	padding: 18px 0;
}

.sh-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.sh-section-heading h2 {
	position: relative;
	margin: 0;
	color: var(--sh-ink);
	font-size: 28px;
	font-weight: 500;
	line-height: 1.1;
}

.sh-section-heading h2::after {
	content: "";
	position: absolute;
	top: 55%;
	left: calc(100% + 16px);
	width: 42px;
	height: 1px;
	background: #6e675d;
}

.sh-section-heading a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
}

.sh-section-heading a .sh-icon {
	width: 15px;
	height: 15px;
}

.sh-category-cards {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

.sh-category-card {
	position: relative;
	display: block;
	height: 160px;
	border-radius: 6px;
	background: #eee4d8;
	overflow: hidden;
}

.sh-category-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sh-category-card span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 52px;
	padding: 11px 15px;
	background: rgba(246, 240, 232, .92);
	color: var(--sh-ink);
	font-family: var(--sh-serif);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.05;
}

.sh-category-card .sh-icon {
	width: 22px;
	height: 22px;
	padding: 5px;
	border-radius: 50%;
	background: #fff;
}

.sh-horizontal-products {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.sh-story-band {
	height: 260px;
	margin: 18px 0 8px;
	background: #f1e7dc;
	overflow: hidden;
}

.sh-story-band__inner {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	height: 100%;
}

.sh-story-band__image {
	background-image: var(--story-image);
	background-size: cover;
	background-position: center;
}

.sh-story-band__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 34px 56px;
	background: #f8f3ed;
}

.sh-story-band p {
	margin: 0 0 8px;
	color: #907962;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2.5px;
}

.sh-story-band h2 {
	margin: 0;
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
}

.sh-story-band span {
	display: block;
	margin: 12px 0 18px;
	max-width: 520px;
	font-size: 14px;
	line-height: 1.5;
}

.sh-story-band .sh-button {
	min-height: 35px;
	padding-inline: 18px;
	font-size: 12px;
}

.sh-mini-gallery__grid {
	display: grid;
	grid-template-columns: 1.3fr .8fr .9fr;
	gap: 8px;
}

.sh-mini-gallery__grid img {
	width: 100%;
	height: 128px;
	object-fit: cover;
	border-radius: 4px;
}

.sh-social-strip .sh-container {
	display: grid;
	grid-template-columns: 210px 1fr;
	gap: 18px;
	align-items: center;
}

.sh-social-strip h2 {
	margin: 0;
	font-family: var(--sh-serif);
	font-size: 27px;
	font-weight: 500;
}

.sh-social-strip p {
	margin: 8px 0 12px;
}

.sh-social-strip a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
}

.sh-social-strip__viewport {
	overflow: hidden;
}

.sh-social-strip__images {
	display: flex;
	gap: 8px;
	width: max-content;
	animation: shSocialMarquee 36s linear infinite;
	will-change: transform;
}

.sh-social-strip__images img {
	width: 154px;
	height: 116px;
	flex: 0 0 154px;
	object-fit: cover;
	border-radius: 4px;
}

/* Product card */
.sh-product-card {
	position: relative;
	min-width: 0;
	display: grid;
	grid-template-rows: auto 68px 28px 22px 43px;
	align-content: stretch;
	height: 100%;
}

.sh-product-card.is-filter-hidden {
	display: none !important;
}

.sh-filter-empty {
	display: none;
	grid-column: 1 / -1;
	padding: 28px;
	border: 1px solid var(--sh-soft-line);
	border-radius: 6px;
	background: #fbfaf7;
	text-align: center;
	font-weight: 700;
}

.sh-filter-empty.is-visible {
	display: block;
}

.sh-product-card__image {
	position: relative;
	display: block;
	aspect-ratio: 1.17 / .83;
	border-radius: 4px;
	background: #eee4da;
	overflow: hidden;
}

.sh-products-grid .sh-product-card__image {
	aspect-ratio: 1 / .72;
}

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

.sh-product-card h3 {
	margin: 9px 0 3px;
	color: #12120f;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	align-self: start;
}

.sh-horizontal-products .sh-product-card h3 {
	font-size: 12px;
}

.sh-product-card__price {
	align-self: center;
	display: flex;
	align-items: center;
	min-height: 28px;
	color: #10100f;
	font-size: 14px;
	font-weight: 800;
}

.sh-swatches,
.sh-filter-swatches {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 9px 0 8px;
}

.sh-filter-swatches {
	flex-wrap: wrap;
	gap: 9px;
}

.sh-product-card > .sh-swatches,
.sh-product-card > .sh-filter-swatches {
	align-self: center;
	min-height: 22px;
	margin: 4px 0 8px;
}

.sh-swatches--empty {
	visibility: hidden;
}

.sh-swatches span,
.sh-filter-swatch span {
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid rgba(0, 0, 0, .18);
	border-radius: 50%;
	background: var(--swatch);
}

.sh-filter-swatch {
	position: relative;
	display: grid;
	place-items: center;
	width: 31px;
	height: 31px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.sh-filter-swatch input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.sh-filter-swatch span {
	width: 19px;
	height: 19px;
}

.sh-filter-swatch:hover,
.sh-filter-swatch.is-active,
.sh-filter-swatch:has(input:checked) {
	border-color: var(--sh-green);
	box-shadow: 0 0 0 3px rgba(37, 63, 28, .12);
	transform: translateY(-1px);
}

.sh-add-to-cart {
	width: 100%;
	min-height: 34px;
	padding-inline: 12px;
	font-size: 12px;
	align-self: stretch;
}

.sh-add-to-cart.is-added,
.single_add_to_cart_button.is-added {
	background: var(--sh-green-2);
}

.sh-add-to-cart .sh-icon {
	width: 15px;
	height: 15px;
}

.sh-wishlist-toggle {
	position: absolute;
	top: 8px;
	right: 8px;
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	color: #222;
	cursor: pointer;
}

.sh-wishlist-toggle .sh-icon {
	width: 18px;
	height: 18px;
}

.sh-wishlist-toggle.is-active {
	color: #d73830;
}

.sh-badge {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	padding: 3px 8px;
	border-radius: 10px;
	background: #315b34;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.sh-badge--static {
	position: static;
	display: inline-flex;
	margin-bottom: 14px;
	border-radius: 4px;
	background: #8b765e;
}

/* Shop archive */
.sh-shop-layout {
	display: grid;
	grid-template-columns: 195px 1fr;
	gap: 28px;
	padding: 28px 0 24px;
}

.sh-shop-sidebar {
	padding-right: 18px;
	border-right: 1px solid var(--sh-soft-line);
}

.sh-filter-group {
	padding: 0 0 22px;
	margin-bottom: 17px;
	border-bottom: 1px solid var(--sh-soft-line);
}

.sh-filter-group:last-child {
	border-bottom: 0;
}

.sh-filter-group h3 {
	margin: 0 0 12px;
	color: #141411;
	font-size: 16px;
	font-weight: 800;
}

.sh-category-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sh-category-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 29px;
	padding: 0 8px;
	border-radius: 3px;
	font-size: 14px;
}

.sh-category-list .is-active a {
	background: #f0ebe4;
	font-weight: 700;
}

.sh-category-list .is-child a {
	padding-left: 20px;
	font-size: 13px;
}

.sh-category-list span {
	color: #8a857e;
}

.sh-range,
.sh-price-slider {
	position: relative;
	height: 18px;
	margin: 3px 2px 8px;
}

.sh-range::before,
.sh-price-slider::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	height: 2px;
	background: #111;
}

.sh-price-slider input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 18px;
	margin: 0;
	background: transparent;
	accent-color: var(--sh-green);
	cursor: pointer;
}

.sh-range::after,
.sh-range span::after {
	content: "";
	position: absolute;
	top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #000;
}

.sh-range::after {
	left: 0;
}

.sh-range span::after {
	right: 0;
}

.sh-range-labels {
	display: flex;
	justify-content: space-between;
}

.sh-checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 7px 0;
	font-size: 13px;
}

.sh-checkbox input {
	width: 14px;
	height: 14px;
	accent-color: var(--sh-green);
}

.sh-filter-apply,
.sh-filter-clear {
	width: 100%;
	margin-bottom: 8px;
}

.sh-mobile-filter-button {
	display: none;
}

.sh-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.sh-shop-toolbar p {
	margin: 0;
	font-size: 13px;
}

.sh-shop-toolbar__right {
	display: flex;
	align-items: center;
	gap: 12px;
}

.woocommerce-ordering select {
	width: 168px;
	height: 31px;
	padding: 0 10px;
	border: 1px solid var(--sh-line);
	border-radius: 3px;
	background: #fff;
	color: #333;
	font-size: 12px;
}

.sh-view-toggle {
	display: flex;
	gap: 5px;
}

.sh-view-toggle button {
	width: 31px;
	height: 31px;
	border: 1px solid var(--sh-line);
	border-radius: 3px;
	background: #fff;
}

.sh-view-toggle .is-active {
	background: var(--sh-green);
	color: #fff;
	border-color: var(--sh-green);
}

.sh-products-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px 29px;
}

.woocommerce-pagination,
.sh-pagination {
	display: flex;
	justify-content: center;
	gap: 13px;
	margin: 30px 0 0;
}

.woocommerce-pagination ul {
	display: flex;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
	display: grid;
	place-items: center;
	min-width: 25px;
	height: 25px;
	border-radius: 4px;
	font-size: 13px;
}

.woocommerce-pagination .current {
	background: var(--sh-green);
	color: #fff;
}

.sh-collection-banner {
	position: relative;
	isolation: isolate;
	min-height: 174px;
	margin: 4px 0 28px;
	padding: 30px 300px 26px;
	border-radius: 4px;
	background: #efe3d7;
	overflow: hidden;
	text-align: center;
}

.sh-collection-banner::before,
.sh-collection-banner::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 34%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .98;
}

.sh-collection-banner::before {
	left: 0;
	background-image: linear-gradient(90deg, rgba(239, 227, 215, .12), rgba(239, 227, 215, .72)), var(--banner-left, var(--banner-image));
	background-position: left center;
}

.sh-collection-banner::after {
	right: 0;
	background-image: linear-gradient(90deg, rgba(239, 227, 215, .72), rgba(239, 227, 215, .12)), var(--banner-right, var(--banner-image));
	background-position: right center;
}

.sh-collection-banner > div {
	max-width: 460px;
	margin-inline: auto;
}

.sh-collection-banner h2 {
	margin: 0 0 8px;
	font-family: var(--sh-serif);
	font-size: 29px;
	font-weight: 500;
	line-height: 1;
}

.sh-collection-banner p {
	margin: 0 0 12px;
	font-size: 13px;
}

.sh-collection-banner .sh-button {
	min-height: 34px;
	padding-inline: 18px;
	font-size: 12px;
}

/* Product detail */
.sh-product-detail {
	padding: 25px 0 18px;
}

.sh-product-detail__grid {
	display: grid;
	grid-template-columns: 53% 47%;
	gap: 40px;
}

.sh-product-gallery {
	display: grid;
	grid-template-columns: 78px 1fr;
	gap: 20px;
}

.sh-product-thumbs {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.sh-product-thumbs button {
	width: 78px;
	height: 78px;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #eee4da;
	overflow: hidden;
}

.sh-product-thumbs .is-active {
	border-color: var(--sh-green);
}

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

.sh-product-main-image {
	aspect-ratio: .94 / 1;
	border-radius: 5px;
	background: #eee4da;
	overflow: hidden;
}

.sh-product-main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sh-product-summary {
	padding: 28px 0 0 4px;
}

.sh-product-summary h1 {
	margin: 0 0 13px;
	color: var(--sh-ink);
	font-size: 44px;
	font-weight: 500;
	line-height: 1;
}

.sh-product-summary__excerpt {
	margin: 0 0 12px;
	color: #4e4b45;
	font-size: 14px;
	line-height: 1.5;
}

.sh-product-summary__price {
	margin-bottom: 11px;
	color: #151511;
	font-size: 30px;
	font-weight: 800;
}

.sh-product-rating-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--sh-line);
}

.sh-stars {
	color: #f6a800;
	letter-spacing: 2px;
}

.sh-product-rating-row strong {
	margin-left: auto;
	color: #1a6e2d;
	font-weight: 500;
}

.sh-product-summary form.cart,
.sh-product-summary .variations_form {
	margin-top: 20px;
}

.variations {
	width: 100%;
	border-collapse: collapse;
}

.variations th,
.variations td {
	display: block;
	padding: 0;
	text-align: left;
}

.variations label {
	display: block;
	margin: 0 0 9px;
	font-weight: 700;
}

.variations select {
	height: 37px;
	margin: 0 8px 15px 0;
	padding: 0 13px;
	border: 1px solid #cac5be;
	border-radius: 4px;
	background: #fff;
}

.sh-option-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

.sh-option-pills button {
	min-width: 84px;
	height: 38px;
	padding: 0 14px;
	border: 1px solid #cac5be;
	border-radius: 4px;
	background: #fff;
	color: #1a1916;
	cursor: pointer;
}

.sh-option-pills button.is-active,
.sh-option-pills button:hover {
	border-color: var(--sh-green);
	box-shadow: inset 0 0 0 1px var(--sh-green);
}

.quantity {
	display: inline-flex;
	height: 36px;
	margin-right: 14px;
	border: 1px solid var(--sh-line);
	border-radius: 4px;
	overflow: hidden;
	vertical-align: middle;
}

.quantity input {
	width: 54px;
	border: 0;
	text-align: center;
}

.single_add_to_cart_button {
	width: calc(100% - 76px);
	height: 47px;
	border: 0;
	border-radius: 4px;
	background: var(--sh-green);
	color: #fff;
	font-weight: 700;
}

.sh-buy-now {
	width: 100%;
	height: 44px;
	margin-top: 10px;
	border: 1px solid var(--sh-green);
	border-radius: 4px;
	background: #fff;
	color: #111;
	font-weight: 800;
}

.sh-product-benefits {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin-top: 18px;
	font-size: 11px;
}

.sh-product-benefits span {
	display: flex;
	align-items: center;
	gap: 7px;
}

.sh-product-benefits .sh-icon {
	width: 23px;
	height: 23px;
}

.sh-product-info {
	display: grid;
	grid-template-columns: 1.42fr .95fr;
	gap: 22px;
	padding: 34px 0 24px;
}

.sh-product-tabs nav {
	display: flex;
	gap: 42px;
	border-bottom: 1px solid var(--sh-line);
}

.sh-product-tabs button {
	position: relative;
	height: 42px;
	border: 0;
	background: transparent;
	font-weight: 600;
}

.sh-product-tabs button.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	background: #111;
}

.sh-product-tabs__content {
	min-height: 160px;
	padding: 20px 24px;
	border: 1px solid var(--sh-line);
	border-top: 0;
	line-height: 1.65;
}

.sh-tab-panel {
	display: none;
}

.sh-tab-panel.is-active {
	display: block;
}

.sh-product-info__image {
	width: 100%;
	height: 194px;
	object-fit: cover;
	border-radius: 4px;
}

.sh-product-reviews {
	padding: 0 0 34px;
}

.sh-product-reviews .sh-section-heading {
	margin-bottom: 14px;
}

.sh-product-reviews .sh-section-heading span {
	color: var(--sh-muted);
	font-size: 14px;
}

.sh-product-reviews #reviews,
.sh-product-reviews #comments,
.sh-product-reviews #review_form_wrapper {
	display: grid;
	gap: 16px;
}

.sh-product-reviews .commentlist {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sh-product-reviews .comment_container,
.sh-product-reviews .comment-text {
	display: grid;
	gap: 10px;
}

.sh-product-reviews .comment-form {
	display: grid;
	gap: 12px;
}

.sh-product-reviews .comment-form input,
.sh-product-reviews .comment-form textarea,
.sh-product-reviews .comment-form select {
	width: 100%;
	border: 1px solid var(--sh-line);
	border-radius: 4px;
	padding: 11px 12px;
	font: inherit;
}

.sh-product-reviews .comment-form .submit {
	width: auto;
	min-height: 42px;
	padding: 0 22px;
	border: 0;
	border-radius: 4px;
	background: var(--sh-green);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.sh-related {
	padding: 0 0 28px;
}

/* Cart and checkout */
.sh-cart-layout,
.sh-checkout-grid {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 18px;
	padding: 25px 0;
}

.sh-cart-items,
.sh-cart-summary,
.sh-checkout-card,
.sh-order-review,
.sh-tracking-form-panel,
.sh-tracking-demo,
.sh-account-panel,
.sh-login-card,
.sh-register-card,
.sh-thankyou__panel,
.sh-contact-form,
.sh-side-card,
.sh-store-panel {
	border: 1px solid var(--sh-line);
	border-radius: 6px;
	background: #fff;
}

.sh-cart-items {
	padding: 18px 23px;
}

.sh-cart-head {
	display: grid;
	grid-template-columns: 1fr 120px 120px 120px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--sh-line);
	font-weight: 700;
}

.sh-cart-row {
	display: grid;
	grid-template-columns: 1fr 120px 120px 120px;
	gap: 10px;
	align-items: center;
	padding: 22px 0;
	border-bottom: 1px solid var(--sh-soft-line);
}

.sh-cart-product {
	display: grid;
	grid-template-columns: 54px 96px 1fr;
	gap: 14px;
	align-items: center;
}

.sh-cart-product > div {
	min-width: 0;
}

.sh-cart-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-height: 31px;
	padding: 0 8px;
	border: 1px solid var(--sh-line);
	border-radius: 4px;
	background: #fff;
	color: #2c2a26;
	font-size: 12px;
	font-weight: 750;
	cursor: pointer;
	transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.sh-cart-remove:hover {
	border-color: #c74a3c;
	background: #fff8f6;
	color: #b33125;
}

.sh-cart-remove .sh-icon {
	width: 14px;
	height: 14px;
}

.sh-cart-product img {
	width: 96px;
	height: 96px;
	object-fit: cover;
	border-radius: 4px;
}

.sh-cart-product h3 {
	margin: 0 0 8px;
	font-size: 15px;
}

.sh-cart-product h3 a {
	overflow-wrap: anywhere;
}

.sh-save-later {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 7px;
	border: 0;
	background: transparent;
	color: inherit;
	font-size: 12px;
	cursor: pointer;
}

.sh-cart-actions {
	display: flex;
	justify-content: space-between;
	padding-top: 16px;
}

.sh-cart-actions button {
	border: 0;
	background: transparent;
}

.sh-cart-summary {
	padding: 22px;
}

.sh-cart-campaign {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: center;
	margin-bottom: 18px;
	padding: 15px;
	border: 1px solid #d8c8a9;
	border-radius: 6px;
	background: #f8f1e4;
	color: #1f2f17;
}

.sh-cart-campaign .sh-icon {
	width: 28px;
	height: 28px;
	color: var(--sh-green);
}

.sh-cart-campaign strong,
.sh-cart-campaign span {
	display: block;
}

.sh-cart-campaign strong {
	font-size: 17px;
	font-weight: 900;
}

.sh-cart-campaign span {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.35;
}

.sh-cart-campaign a {
	grid-column: 1 / -1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	border-radius: 4px;
	background: var(--sh-green);
	color: #fff;
	font-size: 12px;
	font-weight: 850;
}

.sh-cart-campaign--wide {
	grid-template-columns: auto 1fr auto;
	margin: 22px 0 0;
}

.sh-cart-campaign--wide a {
	grid-column: auto;
	padding: 0 16px;
}

.sh-cart-summary h2,
.sh-order-review h2 {
	margin: 0 0 22px;
	font-size: 24px;
	font-weight: 500;
}

.sh-totals > div,
.sh-order-review .cart-subtotal,
.sh-order-review .order-total {
	display: flex;
	justify-content: space-between;
	padding: 9px 0;
}

.sh-totals > div[hidden] {
	display: none !important;
}

.sh-totals em {
	margin-left: 4px;
	color: #7e7469;
	font-size: 12px;
	font-style: normal;
}

.sh-total-row,
.sh-order-review .order-total {
	margin-top: 10px;
	padding: 17px 0 !important;
	border-top: 1px solid var(--sh-line);
	font-size: 19px;
}

.is-green {
	color: #1c7a32;
}

.sh-cart-summary .checkout-button {
	width: 100%;
	margin: 18px 0 10px;
}

.sh-add-confirm {
	position: fixed;
	left: 50%;
	bottom: 18px;
	z-index: 200;
	display: grid;
	grid-template-columns: 1fr auto auto;
	gap: 10px;
	align-items: center;
	width: min(calc(100% - 28px), 560px);
	padding: 12px;
	border: 1px solid var(--sh-line);
	border-radius: 8px;
	background: rgba(255, 253, 249, .98);
	box-shadow: 0 18px 42px rgba(25, 22, 17, .18);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 14px);
	transition: opacity .18s ease, transform .18s ease;
}

.sh-add-confirm.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.sh-add-confirm strong {
	display: block;
	font-size: 13px;
}

.sh-add-confirm span {
	display: block;
	margin-top: 2px;
	color: var(--sh-muted);
	font-size: 12px;
}

.sh-add-confirm a,
.sh-add-confirm button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.sh-add-confirm a {
	background: var(--sh-green);
	color: #fff;
}

.sh-add-confirm button {
	border: 1px solid var(--sh-line);
	background: #fff;
	color: var(--sh-text);
	cursor: pointer;
}

.sh-secure-note {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
}

.sh-coupon {
	margin-top: 24px;
}

.sh-coupon label {
	display: block;
	margin-bottom: 10px;
	font-weight: 800;
}

.sh-coupon div,
.sh-newsletter__form {
	display: flex;
}

.sh-coupon input,
.sh-newsletter input {
	flex: 1;
	height: 42px;
	border: 1px solid var(--sh-line);
	border-radius: 4px 0 0 4px;
	padding: 0 14px;
}

.sh-coupon button {
	width: 76px;
	border: 0;
	border-radius: 0 4px 4px 0;
	background: var(--sh-green);
	color: #fff;
}

.sh-checkout-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	gap: 10px;
	height: 68px;
}

.sh-checkout-steps span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	color: #333;
}

.sh-checkout-steps span::before {
	content: "";
	flex: 1;
	height: 1px;
	background: #bdb7af;
}

.sh-checkout-steps span:first-child::before {
	display: none;
}

.sh-checkout-steps span {
	font-weight: 700;
}

.sh-checkout-steps em {
	font-style: normal;
	font-weight: 500;
}

.sh-checkout-steps .is-active {
	color: var(--sh-green);
}

.sh-checkout-fields {
	display: grid;
	gap: 14px;
}

.sh-checkout-card {
	padding: 18px 22px;
}

.sh-checkout-card h2 {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 16px;
	font-size: 18px;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 13px;
}

.form-row {
	margin: 0 0 13px;
}

.form-row-wide,
#billing_address_1_field,
#billing_address_2_field,
#order_comments_field {
	grid-column: 1 / -1;
}

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

.input-text,
.form-row input,
.form-row textarea,
.form-row select {
	width: 100%;
	min-height: 43px;
	padding: 0 13px;
	border: 1px solid var(--sh-line);
	border-radius: 4px;
	background: #fff;
}

.form-row textarea {
	min-height: 110px;
	padding-top: 10px;
}

.sh-order-review {
	padding: 18px;
}

.sh-order-review h2 {
	display: flex;
	align-items: center;
	gap: 12px;
}

.sh-order-review h2 span {
	margin-left: auto;
	font-family: var(--sh-sans);
	font-size: 14px;
	font-weight: 500;
}

.woocommerce-checkout-review-order-table {
	width: 100%;
	border-collapse: collapse;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
	padding: 10px 0;
	border-bottom: 1px solid var(--sh-soft-line);
	text-align: left;
}

.woocommerce-checkout-review-order-table td:last-child,
.woocommerce-checkout-review-order-table th:last-child {
	text-align: right;
}

.sh-secure-box {
	display: flex;
	gap: 12px;
	margin-top: 16px;
	padding: 16px;
	border-radius: 5px;
	background: #eef7ea;
}

.sh-secure-box p {
	margin: 4px 0 0;
	font-size: 12px;
}

.woocommerce-order-pay .sh-site-main > .woocommerce,
.woocommerce-order-pay .entry-content > .woocommerce,
.woocommerce-order-pay .woocommerce {
	width: min(var(--sh-container), calc(100% - 48px));
	margin: 28px auto;
}

.woocommerce-order-pay .shop_table,
.woocommerce-order-pay .woocommerce-checkout-payment {
	width: 100%;
	border: 1px solid var(--sh-line);
	border-radius: 6px;
	background: #fff;
	padding: 18px;
}

.woocommerce-order-pay .shop_table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 18px;
}

.woocommerce-order-pay .shop_table th,
.woocommerce-order-pay .shop_table td {
	padding: 11px 10px;
	border-bottom: 1px solid var(--sh-soft-line);
	text-align: left;
}

.woocommerce-order-pay #payment ul {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
	width: min(var(--sh-container), calc(100% - 48px));
	margin: 18px auto;
	padding: 14px 16px;
	border: 1px solid var(--sh-line);
	border-radius: 6px;
	background: #fff;
	list-style-position: inside;
}

.woocommerce-error {
	border-color: #efb3b3;
	background: #fff2f2;
	color: #811b1b;
}

/* Account */
.sh-account-layout {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 28px;
	padding: 28px 0;
}

.sh-account-nav {
	border-right: 1px solid var(--sh-soft-line);
	padding-right: 16px;
}

.sh-account-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sh-account-nav a {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 51px;
	padding: 0 18px;
	border-radius: 4px;
	font-size: 15px;
}

.sh-account-nav li.is-active a,
.sh-account-nav li.is-active,
.sh-account-nav .is-active a,
.woocommerce-MyAccount-navigation-link.is-active a {
	background: #f1eee9;
	font-weight: 700;
}

.sh-dashboard-welcome {
	padding: 24px;
	border-radius: 6px;
	background: #faf8f5;
}

.sh-dashboard-welcome h2 {
	margin: 0 0 5px;
	font-family: var(--sh-serif);
	font-size: 30px;
	font-weight: 500;
}

.sh-dashboard-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin: 18px 0;
}

.sh-dashboard-cards a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 145px;
	padding: 20px;
	border: 1px solid var(--sh-line);
	border-radius: 6px;
	text-align: center;
}

.sh-dashboard-cards .sh-icon {
	width: 34px;
	height: 34px;
	margin-bottom: 14px;
}

.sh-dashboard-cards strong {
	margin-bottom: 6px;
	font-size: 16px;
}

.sh-dashboard-cards span {
	color: var(--sh-muted);
}

.sh-account-panel {
	padding: 18px 20px;
}

.sh-panel-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sh-panel-title h2,
.sh-account-panel h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 15px;
	font-size: 20px;
	font-family: var(--sh-serif);
}

.sh-orders-table {
	width: 100%;
	border-collapse: collapse;
}

.sh-orders-table th,
.sh-orders-table td {
	padding: 13px 12px;
	border-bottom: 1px solid var(--sh-soft-line);
	text-align: left;
}

.sh-orders-table th {
	background: #f8f6f2;
	font-weight: 500;
}

.sh-status-pill {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--sh-green-soft);
	color: #1c7a32;
	font-size: 12px;
	font-weight: 700;
}

.sh-status-pill::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #239b38;
}

.sh-mini-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 108px;
	height: 31px;
	border-radius: 4px;
	background: var(--sh-green);
	color: #fff;
	font-size: 12px;
}

.sh-mini-button--muted {
	border: 1px solid var(--sh-line);
	background: #fff;
	color: var(--sh-ink);
}

.sh-mini-button--review {
	background: #845b35;
	color: #fff;
}

.sh-order-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	min-width: 250px;
}

.sh-order-actions .sh-mini-button {
	min-width: 0;
	height: 30px;
	padding: 0 10px;
	white-space: nowrap;
}

.sh-order-question-note {
	display: grid;
	gap: 4px;
	margin: 14px 0 18px;
	padding: 12px 14px;
	border: 1px solid var(--sh-line);
	border-radius: 6px;
	background: #f8f6f2;
	color: var(--sh-ink);
}

.sh-order-question-note strong {
	font-size: 14px;
}

.sh-order-question-note span {
	font-size: 13px;
	color: var(--sh-muted);
}

.sh-order-detail-actions {
	display: grid;
	gap: 10px;
	margin: 18px 0;
	padding: 16px 18px;
	border: 1px solid var(--sh-line);
	border-radius: 6px;
	background: #fff;
}

.sh-order-detail-actions h2 {
	margin: 0;
	font-family: var(--sh-serif);
	font-size: 22px;
}

.sh-order-detail-actions p {
	margin: 0;
	color: var(--sh-muted);
}

.sh-dashboard-bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-top: 18px;
}

.sh-tabs {
	display: flex;
	gap: 34px;
	margin-bottom: 22px;
	border-bottom: 1px solid var(--sh-line);
}

.sh-tabs button {
	position: relative;
	height: 42px;
	border: 0;
	background: transparent;
}

.sh-tabs .is-active {
	font-weight: 800;
}

.sh-tabs .is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	background: #111;
}

.sh-login-page {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	padding: 34px 0;
}

.sh-login-card,
.sh-register-card {
	padding: 32px 45px;
}

.sh-login-card h2,
.sh-register-card h2 {
	margin: 0 0 6px;
	font-size: 32px;
	font-weight: 500;
}

.sh-login-card p,
.sh-register-card p {
	margin: 0 0 26px;
	color: #4a4842;
	font-size: 15px;
}

.sh-login-options {
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

.sh-login-card .sh-button,
.sh-register-card .sh-button {
	width: 100%;
}

.sh-social-login {
	display: grid;
	gap: 12px;
	margin-top: 18px;
	text-align: center;
}

.sh-social-login button {
	height: 45px;
	border: 1px solid var(--sh-line);
	border-radius: 4px;
	background: #fff;
}

.sh-register-benefits {
	display: grid;
	gap: 24px;
	margin: 30px 0;
}

.sh-register-benefits div {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 0 18px;
	align-items: center;
}

.sh-register-benefits .sh-icon {
	grid-row: span 2;
	width: 58px;
	height: 58px;
	padding: 15px;
	border-radius: 8px;
	background: #f0ebe5;
}

.sh-register-benefits strong {
	font-size: 16px;
}

.sh-register-benefits span {
	color: var(--sh-muted);
}

.sh-favorites-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 28px;
}

.sh-link-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.sh-favorites-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: 38px;
}

/* Static content pages */
.sh-content-page {
	padding-bottom: 0;
}

.sh-page-content {
	padding: 36px 0 46px;
}

.sh-legal-page {
	max-width: 900px;
	margin: 0 auto;
	padding: 30px clamp(18px, 4vw, 42px);
	border: 1px solid var(--sh-line);
	background: #fffdf9;
}

.sh-legal-page__updated {
	margin: 0 0 18px;
	color: var(--sh-muted);
	font-size: 13px;
}

.sh-legal-page__intro {
	margin: 0 0 28px;
	color: var(--sh-text);
	font-size: 16px;
	line-height: 1.75;
}

.sh-legal-page section {
	padding: 20px 0;
	border-top: 1px solid var(--sh-soft-line);
}

.sh-legal-page h2 {
	margin: 0 0 10px;
	font-family: var(--sh-serif);
	font-size: 28px;
	line-height: 1.1;
}

.sh-legal-page p {
	margin: 0 0 11px;
	color: #302e29;
	line-height: 1.72;
}

.sh-legal-page p:last-child {
	margin-bottom: 0;
}

.sh-faq-layout,
.sh-contact-grid,
.sh-about-section {
	display: grid;
	gap: 34px;
	padding: 34px 0;
}

.sh-faq-layout {
	grid-template-columns: 1fr 360px;
}

.sh-faq-group {
	margin-bottom: 25px;
}

.sh-faq-group h2 {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 0 0 13px;
	font-family: var(--sh-serif);
	font-size: 24px;
}

.sh-faq-item {
	border: 1px solid var(--sh-line);
	border-bottom: 0;
}

.sh-faq-item:last-child {
	border-bottom: 1px solid var(--sh-line);
}

.sh-faq-item summary {
	display: flex;
	justify-content: space-between;
	padding: 11px 14px;
	cursor: pointer;
}

.sh-faq-item summary::after {
	content: "+";
	font-weight: 700;
}

.sh-faq-item p {
	margin: 0;
	padding: 0 14px 14px;
	color: var(--sh-muted);
}

.sh-side-card {
	padding: 24px;
	margin-bottom: 12px;
	background: #f5eee7;
}

.sh-side-card h2 {
	margin: 0 0 12px;
	font-family: var(--sh-script);
	font-size: 33px;
	font-weight: 400;
}

.sh-side-card img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 4px;
	margin-top: 16px;
}

.sh-contact-methods {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	padding: 25px 0;
	border-bottom: 1px solid var(--sh-soft-line);
}

.sh-contact-methods div {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 25px;
	border-right: 1px solid var(--sh-line);
}

.sh-contact-methods div:last-child {
	border-right: 0;
}

.sh-contact-methods .sh-icon {
	width: 54px;
	height: 54px;
	padding: 14px;
	border-radius: 50%;
	background: var(--sh-green);
	color: #fff;
}

.sh-contact-methods strong {
	margin-top: 15px;
	font-size: 18px;
}

.sh-contact-grid {
	grid-template-columns: 1fr 1fr;
}

.sh-contact-form {
	padding: 26px;
}

.sh-contact-form h2 {
	margin: 0 0 5px;
	font-family: var(--sh-serif);
	font-size: 28px;
}

.sh-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 13px;
	margin-top: 22px;
}

.sh-form-grid .wide {
	grid-column: 1 / -1;
}

.sh-form-grid input,
.sh-form-grid select,
.sh-form-grid textarea {
	width: 100%;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid var(--sh-line);
	border-radius: 4px;
}

.sh-form-grid textarea {
	min-height: 140px;
	padding-top: 12px;
}

.sh-contact-aside {
	display: grid;
	gap: 14px;
}

.sh-contact-aside img {
	width: 100%;
	height: 247px;
	object-fit: cover;
	border-radius: 4px;
}

.sh-store-panel {
	display: grid;
	grid-template-columns: 1fr 1fr 1.25fr;
	gap: 24px;
	padding: 18px;
	align-items: center;
}

.sh-store-panel img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	border-radius: 4px;
}

.sh-map-box {
	height: 190px;
	border-radius: 6px;
	background: linear-gradient(135deg, #dcecf4, #f1eee7);
	display: grid;
	place-items: center;
	color: var(--sh-green);
	font-weight: 800;
}

.sh-about-section {
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.sh-about-section img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 4px;
}

.sh-about-section h2 {
	margin: 0 0 12px;
	font-family: var(--sh-serif);
	font-size: 39px;
	font-weight: 500;
	line-height: 1;
}

.sh-about-section p {
	color: #373530;
	font-size: 15px;
	line-height: 1.7;
}

.sh-values {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin: 28px 0 34px;
	text-align: center;
}

.sh-values div {
	display: grid;
	grid-template-rows: 48px 24px minmax(48px, auto);
	align-items: start;
	justify-items: center;
	min-height: 150px;
	padding: 4px 34px 0;
	border-right: 1px solid var(--sh-line);
}

.sh-values div:last-child {
	border-right: 0;
}

.sh-values .sh-icon {
	width: 40px;
	height: 40px;
	margin: 0;
	align-self: start;
}

.sh-values strong {
	align-self: center;
	line-height: 1.2;
}

.sh-values p {
	max-width: 260px;
	margin: 10px auto 0;
	line-height: 1.45;
}

.sh-tracking-page {
	padding: 25px 0;
}

.sh-tracking-form-panel {
	padding: 22px 28px;
	margin-bottom: 16px;
}

.sh-tracking-form-panel h2,
.sh-tracking-demo h2 {
	margin: 0 0 7px;
	font-family: var(--sh-serif);
	font-size: 27px;
}

.track_order,
.sh-tracking-form-panel form {
	display: grid;
	grid-template-columns: 1fr 1fr 340px;
	gap: 21px;
	align-items: end;
}

.track_order .form-row,
.track_order p {
	margin: 0;
}

.track_order button {
	width: 100%;
	background: var(--sh-green);
	color: #fff;
	border: 0;
}

.sh-tracking-demo {
	padding: 22px 28px;
}

.sh-tracking-demo__top {
	display: flex;
	justify-content: space-between;
}

.sh-timeline {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin: 30px 0;
}

.sh-timeline div {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #555;
}

.sh-timeline div::before {
	content: "";
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	height: 3px;
	background: #e1dfdb;
	z-index: 0;
}

.sh-timeline div:first-child::before {
	left: 50%;
}

.sh-timeline div:last-child::before {
	right: 50%;
}

.sh-timeline .sh-icon {
	position: relative;
	z-index: 1;
	width: 48px;
	height: 48px;
	padding: 12px;
	border-radius: 50%;
	background: #eee;
	color: #555;
}

.sh-timeline .is-done::before,
.sh-timeline .is-done .sh-icon {
	background: var(--sh-green);
	color: #fff;
}

.sh-timeline strong {
	margin: 10px 0 4px;
	color: #303027;
}

.sh-tracking-cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1.1fr;
	gap: 12px;
}

.sh-tracking-cards section {
	padding: 16px;
	border: 1px solid var(--sh-line);
	border-radius: 4px;
}

.sh-tracking-cards h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
}

.sh-tracking-cards p {
	display: flex;
	justify-content: space-between;
}

.sh-empty-state {
	padding: 40px;
	border: 1px solid var(--sh-line);
	border-radius: 6px;
	text-align: center;
}

.sh-products-empty {
	grid-column: 1 / -1;
	padding: 28px;
	border: 1px solid var(--sh-line);
	text-align: center;
}

/* Motion */
@keyframes shFadeUp {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes shCarousel {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@keyframes shSocialMarquee {
	from {
		transform: translateX(-50%);
	}
	to {
		transform: translateX(0);
	}
}

.sh-animate-in {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .7s ease, transform .7s ease;
}

.sh-animate-in.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sh-home-hero__copy,
.sh-hero__copy {
	animation: shFadeUp .75s ease both;
}

.sh-product-card,
.sh-category-card,
.sh-button,
.sh-header-icon,
.sh-mini-button {
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease, opacity .22s ease;
}

.sh-product-card:hover,
.sh-category-card:hover {
	transform: translateY(-4px);
}

.sh-product-card__image img,
.sh-category-card img {
	transition: transform .55s ease;
}

.sh-product-card:hover .sh-product-card__image img,
.sh-category-card:hover img {
	transform: scale(1.045);
}

.sh-button:hover,
.sh-add-to-cart:hover,
.sh-mini-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(40, 56, 31, .14);
}

.sh-related {
	overflow: hidden;
}

.sh-related .sh-horizontal-products.is-carousel-track {
	display: flex;
	width: max-content;
	gap: 18px;
	animation: shCarousel 42s linear infinite;
	will-change: transform;
}

.sh-related .sh-horizontal-products.is-carousel-track:hover {
	animation-play-state: paused;
}

.sh-related .sh-horizontal-products.is-carousel-track .sh-product-card {
	flex: 0 0 168px;
	width: 168px;
}

/* Newsletter and footer */
.sh-newsletter {
	position: relative;
	isolation: isolate;
	min-height: 92px;
	background: #efe7de;
	overflow: hidden;
}

.sh-newsletter::before,
.sh-newsletter::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .9;
}

.sh-newsletter::before {
	left: 0;
	width: 210px;
	background-image: var(--newsletter-left);
	background-position: left center;
}

.sh-newsletter::after {
	right: 0;
	width: 230px;
	background-image: var(--newsletter-sign);
	background-position: right center;
}

.sh-newsletter__inner {
	display: grid;
	grid-template-columns: 1fr 520px;
	gap: 36px;
	align-items: center;
	min-height: 92px;
}

.sh-newsletter h2 {
	margin: 0 0 4px;
	font-size: 29px;
	font-weight: 500;
}

.sh-newsletter p {
	margin: 0;
	font-size: 13px;
}

.sh-newsletter__form .sh-button {
	min-width: 154px;
	border-radius: 0 4px 4px 0;
}

.sh-site-footer {
	background: #fff;
}

.sh-footer__main {
	display: grid;
	grid-template-columns: minmax(280px, 1.25fr) minmax(150px, .65fr) minmax(175px, .7fr) minmax(210px, .8fr) minmax(310px, 1fr);
	gap: 32px;
	padding: 33px 0 28px;
}

.sh-footer__brand p {
	margin: 14px 0 0;
	max-width: 360px;
	color: #36342f;
	line-height: 1.6;
}

.sh-footer__col h3,
.sh-footer__social h3 {
	margin: 0 0 9px;
	font-size: 12px;
	font-weight: 900;
}

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

.sh-footer-menu a {
	display: block;
	margin-bottom: 5px;
	color: #2c2a26;
}

.sh-footer__social h3 {
	color: #0a4c91;
}

.sh-footer__social div {
	display: grid;
	grid-template-columns: repeat(2, minmax(142px, 1fr));
	gap: 8px;
	margin-top: 12px;
}

.sh-footer__social a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 34px;
	padding: 0 10px;
	border: 1px solid #d8e1ea;
	border-radius: 4px;
	background: #f8fbff;
	color: #0a4c91;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
	text-align: center;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.sh-footer__social a span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sh-footer__social .sh-icon {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	stroke-width: 2;
}

.sh-footer__social a:hover {
	transform: translateY(-1px);
	background: #fff;
	box-shadow: 0 8px 18px rgba(10, 76, 145, .12);
}

.sh-whatsapp-float {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 90;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 3px solid rgba(255, 255, 255, .95);
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(28, 78, 47, .22);
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.sh-whatsapp-float .sh-icon {
	width: 28px;
	height: 28px;
	stroke-width: 2.2;
}

.sh-whatsapp-float span {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.sh-whatsapp-float:hover {
	transform: translateY(-2px);
	background: #20bf5a;
	box-shadow: 0 12px 26px rgba(28, 78, 47, .28);
}

.sh-footer__bottom {
	height: 48px;
	background: #ebe3da;
	font-size: 12px;
}

.sh-footer__bottom .sh-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 48px;
}

.sh-footer__bottom p {
	margin: 0;
}

.sh-footer__bottom nav {
	display: flex;
	gap: 14px;
}

@media (max-width: 900px) {
	.sh-container {
		width: min(100% - 28px, var(--sh-container));
	}

	.sh-site-main {
		min-width: 0;
	}

	.sh-topbar__inner {
		justify-content: center;
	}

	.sh-topbar__benefits {
		margin-left: 0;
		gap: 12px;
		justify-content: center;
		width: 100%;
		font-size: 12px;
	}

	.sh-topbar__tagline,
	.sh-primary-nav {
		display: none;
	}

	.sh-mobile-toggle {
		position: absolute;
		left: 14px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 95;
		display: grid;
		gap: 4px;
		width: 34px;
		height: 34px;
		border: 0;
		background: transparent;
		order: 1;
		place-content: center;
	}

	.sh-mobile-toggle span {
		display: block;
		width: 26px;
		height: 2px;
		background: #111;
		transition: transform .2s ease, opacity .2s ease;
	}

	.sh-mobile-toggle.is-open span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.sh-mobile-toggle.is-open span:nth-child(2) {
		opacity: 0;
	}

	.sh-mobile-toggle.is-open span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.sh-mainbar {
		height: 63px;
	}

	.sh-primary-nav.is-open {
		position: fixed;
		inset: 92px 0 0;
		z-index: 80;
		display: block;
		width: 100%;
		padding: 14px 24px 26px;
		border: 0;
		border-top: 1px solid var(--sh-line);
		border-radius: 0;
		background: rgba(255, 253, 249, .98);
		box-shadow: 0 16px 30px rgba(33, 28, 21, .08);
		overflow-y: auto;
	}

	.sh-primary-nav.is-open .sh-menu {
		display: grid;
		gap: 0;
		width: 100%;
		max-width: 260px;
		margin: 0 auto 0 0 !important;
		justify-content: start;
		justify-items: start;
	}

	.sh-primary-nav.is-open .sh-menu a {
		justify-content: flex-start;
		height: 34px;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		color: #1c1b18;
		font-size: 14px;
		font-weight: 600;
		text-align: left;
	}

	.sh-primary-nav.is-open .sh-menu a::after {
		display: block;
		bottom: 3px;
		width: 0;
		height: 1px;
		background: currentColor;
		transition: width .18s ease;
	}

	.sh-primary-nav.is-open .sh-menu a:hover::after,
	.sh-primary-nav.is-open .current-menu-item a::after {
		width: 18px;
	}

	.sh-primary-nav.is-open .current-menu-item a {
		background: transparent;
		color: var(--sh-green);
		font-weight: 750;
	}

	.sh-primary-nav.is-open > .sh-menu {
		display: none;
	}

	.sh-primary-nav.is-open .sh-mobile-menu-groups {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
		width: min(100%, 330px);
		margin: 0;
	}

	.sh-mobile-menu-section {
		padding-bottom: 12px;
		border-bottom: 1px solid rgba(32, 31, 27, .08);
	}

	.sh-mobile-menu-section:last-child {
		border-bottom: 0;
	}

	.sh-mobile-menu-section h3 {
		margin: 0 0 7px;
		color: var(--sh-muted);
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0;
		text-transform: uppercase;
	}

	.sh-mobile-menu-section ul {
		display: grid;
		gap: 1px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.sh-mobile-menu-section a {
		display: inline-flex;
		align-items: center;
		min-height: 29px;
		color: #1c1b18;
		font-size: 13px;
		font-weight: 650;
	}

	.sh-mobile-menu-section .is-child a {
		min-height: 25px;
		padding-left: 12px;
		color: var(--sh-muted);
		font-size: 12px;
		font-weight: 600;
	}

	.sh-mobile-menu-section .is-child a::before {
		content: "";
		width: 4px;
		height: 4px;
		margin-right: 8px;
		border-radius: 50%;
		background: currentColor;
		opacity: .45;
	}

	body.sh-menu-open {
		overflow: hidden;
	}

	.sh-mainbar {
		position: relative;
	}

	.sh-mainbar__inner {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		height: 63px;
		min-height: 58px;
		gap: 6px;
	}

	.sh-mainbar .sh-logo {
		position: absolute;
		left: 50%;
		top: 50%;
		order: 2;
		width: 138px;
		min-width: 138px;
		transform: translate(-50%, -50%);
	}

	.sh-mainbar .sh-logo span {
		font-size: 23px;
	}

	.sh-header-actions {
		order: 3;
		gap: 6px;
		margin-left: 0;
	}

	.sh-header-icon {
		width: 22px;
	}

	.sh-hero,
	.sh-home-hero {
		height: auto;
		min-height: 245px;
		background-size: auto 100%, cover;
	}

	.sh-home-hero {
		min-height: 360px;
		background-image: linear-gradient(90deg, rgba(247, 239, 231, .96) 0%, rgba(247, 239, 231, .76) 44%, rgba(247, 239, 231, .10) 72%), var(--home-hero);
		background-position: left top, 58% center;
		background-size: cover, auto 100%;
	}

	.sh-home-hero--banner {
		height: auto;
		aspect-ratio: 2 / 1;
		min-height: 0;
		max-height: none;
		background-image: none;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.sh-home-hero--banner .sh-home-hero__slide {
		background-image: var(--slide-image);
		background-position: center;
		background-size: cover;
	}

	.sh-home-hero__controls {
		bottom: 8px;
		gap: 6px;
	}

	.sh-home-hero__control {
		width: 7px;
		height: 7px;
	}

	.sh-hero--image-only {
		height: clamp(210px, 58vw, 340px);
		min-height: 0;
	}

	.sh-hero--image-only::after {
		background-image: var(--hero-mobile-image, var(--hero-image));
		background-position: center;
		background-size: cover;
	}

	.sh-hero--category-gallery {
		height: auto;
		min-height: 0;
	}

	.sh-hero--category-gallery::after {
		display: none;
	}

	.sh-hero--category-gallery .sh-hero__inner {
		align-items: flex-start;
	}

	.sh-hero--category-gallery .sh-hero__copy {
		width: min(100%, 430px);
		padding: 24px 0 16px;
	}

	.sh-hero--category-gallery h1 {
		font-size: clamp(34px, 9vw, 42px);
	}

	.sh-hero--category-gallery p {
		margin-top: 9px;
		font-size: 14px;
		line-height: 1.35;
	}

	.sh-category-hero-media {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: min(var(--sh-container), calc(100% - 32px));
		height: 122px;
		margin: 0 auto 14px;
		gap: 8px;
	}

	.sh-category-hero-media__item,
	.sh-category-hero-media__item--1,
	.sh-category-hero-media__item--2,
	.sh-category-hero-media__item--3 {
		height: 100%;
		align-self: stretch;
	}

	.woocommerce-pagination {
		max-width: 100%;
		overflow-x: auto;
		justify-content: flex-start;
		padding-bottom: 4px;
	}

	.woocommerce-pagination ul {
		width: max-content;
		margin-inline: auto;
	}

	.sh-promo-ticker__track {
		animation-duration: 18s;
	}

	.sh-promo-ticker__track span {
		padding-block: 8px;
		font-size: 11px;
	}

	.sh-whatsapp-float {
		right: 12px;
		bottom: 16px;
		width: 48px;
		height: 48px;
	}

	.sh-cart-campaign--wide {
		grid-template-columns: auto 1fr;
	}

	.sh-cart-campaign--wide a {
		grid-column: 1 / -1;
	}

	.sh-hero__copy,
	.sh-home-hero__copy {
		width: 70%;
		padding: 32px 0;
	}

	.sh-home-hero__copy {
		width: min(62%, 310px);
		padding-top: 58px;
		padding-bottom: 18px;
		animation: none;
		transform: none;
	}

	.sh-home-hero__copy p {
		font-size: 13px;
		letter-spacing: 6px;
	}

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

	.sh-home-hero h1 {
		font-size: 38px;
	}

	.sh-home-hero__copy span {
		margin-top: 12px;
		max-width: 250px;
		font-size: 14px;
		line-height: 1.45;
	}

	.sh-home-hero__actions {
		flex-wrap: wrap;
		gap: 8px;
		margin-top: 18px;
	}

	.sh-home-hero .sh-button {
		min-height: 38px;
		padding-inline: 14px;
		font-size: 11px;
	}

	.sh-add-confirm {
		grid-template-columns: 1fr;
		align-items: stretch;
		bottom: 10px;
	}

	.sh-add-confirm a,
	.sh-add-confirm button {
		width: 100%;
	}

	.sh-feature-bar__grid,
	.sh-category-cards,
	.sh-horizontal-products,
	.sh-products-grid,
	.sh-dashboard-cards,
	.sh-favorites-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sh-home-categories,
	.sh-home-section {
		overflow: hidden;
	}

	.sh-feature-bar__grid,
	.sh-feature-bar__grid--6 {
		height: auto;
		grid-template-columns: repeat(2, 1fr);
	}

	.sh-feature-bar__item {
		min-height: 64px;
		gap: 10px;
		padding: 9px 8px;
		border-right: 1px solid #ddd5cd;
		border-bottom: 1px solid #ddd5cd;
		font-size: 13px;
		text-align: center;
	}

	.sh-feature-bar__item:nth-child(2n) {
		border-right: 0;
	}

	.sh-feature-bar__item .sh-icon {
		width: 30px;
		height: 30px;
	}

	.sh-category-card {
		height: 146px;
	}

	.sh-section-heading {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 8px 16px;
	}

	.sh-section-heading h2 {
		flex: 0 0 100%;
		max-width: 100%;
		font-size: 27px;
	}

	.sh-section-heading h2::after {
		display: none;
	}

	.sh-section-heading a {
		flex: 0 0 100%;
		padding-top: 4px;
		width: 100%;
		justify-content: flex-start;
		margin-left: 0;
		white-space: nowrap;
	}

	.sh-shop-main,
	.sh-cart-layout,
	.sh-cart-items,
	.sh-cart-summary,
	.sh-checkout-form,
	.sh-checkout-grid,
	.sh-checkout-fields,
	.sh-order-review,
	.sh-account-content,
	.sh-account-panel {
		min-width: 0;
	}

	.sh-shop-layout,
	.sh-product-detail__grid,
	.sh-product-info,
	.sh-cart-layout,
	.sh-checkout-grid,
	.sh-account-layout,
	.sh-login-page,
	.sh-faq-layout,
	.sh-contact-grid,
	.sh-about-section,
	.sh-newsletter__inner,
	.sh-footer__main,
	.sh-store-panel,
	.sh-tracking-cards {
		grid-template-columns: 1fr;
	}

	.sh-product-gallery {
		grid-template-columns: 1fr;
	}

	.sh-product-main-image {
		order: 1;
	}

	.sh-product-thumbs {
		order: 2;
		display: grid;
		grid-template-columns: repeat(5, 64px);
		overflow-x: auto;
	}

	.sh-product-thumbs button {
		width: 64px;
		height: 64px;
	}

	.sh-product-summary h1 {
		font-size: 34px;
	}

	.sh-product-rating-row,
	.sh-product-benefits {
		align-items: flex-start;
	}

	.sh-product-rating-row {
		flex-wrap: wrap;
	}

	.sh-product-rating-row strong {
		margin-left: 0;
		width: 100%;
	}

	.sh-product-benefits {
		grid-template-columns: repeat(2, 1fr);
	}

	.variations select {
		width: 100%;
		margin-right: 0;
	}

	.quantity {
		margin-bottom: 10px;
	}

	.single_add_to_cart_button {
		width: 100%;
	}

	.sh-related .sh-horizontal-products.is-carousel-track .sh-product-card {
		flex-basis: 216px;
		width: 216px;
	}

	.sh-story-band {
		height: auto;
		margin: 20px 0 10px;
	}

	.sh-story-band__inner {
		grid-template-columns: 1fr;
	}

	.sh-story-band__image {
		min-height: 184px;
	}

	.sh-story-band__copy {
		padding: 24px 18px;
	}

	.sh-story-band h2 {
		font-size: 29px;
	}

	.sh-product-tabs nav {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 0;
	}

	.sh-product-tabs button {
		height: auto;
		min-height: 48px;
		padding: 6px 5px;
		font-size: 12px;
		line-height: 1.15;
	}

	.sh-mini-gallery__grid,
	.sh-social-strip .sh-container,
	.sh-social-strip__images,
	.sh-dashboard-bottom,
	.sh-contact-methods,
	.sh-form-grid,
	.sh-store-panel,
	.sh-values {
		grid-template-columns: 1fr;
	}

	.sh-mini-gallery__grid img {
		height: 118px;
	}

	.sh-social-strip__images {
		gap: 8px;
	}

	.sh-social-strip__images img {
		height: 96px;
	}

	.sh-contact-methods div,
	.sh-values div {
		border-right: 0;
		border-bottom: 1px solid var(--sh-line);
		padding: 18px 10px;
	}

	.sh-contact-methods div:last-child,
	.sh-values div:last-child {
		border-bottom: 0;
	}

	.sh-checkout-steps {
		grid-template-columns: repeat(2, 1fr);
		height: auto;
		padding: 14px 0;
		gap: 8px;
	}

	.sh-checkout-steps span {
		min-height: 42px;
		border: 1px solid var(--sh-line);
		border-radius: 999px;
		background: #fff;
		font-size: 12px;
	}

	.sh-checkout-steps span::before {
		display: none;
	}

	.woocommerce-billing-fields__field-wrapper,
	.woocommerce-shipping-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	.sh-order-review,
	.sh-account-panel {
		overflow-x: auto;
	}

	.sh-orders-table {
		min-width: 640px;
	}

	.woocommerce-checkout-review-order-table {
		min-width: 420px;
	}

	.sh-account-layout {
		gap: 18px;
	}

	.sh-account-nav {
		border-right: 0;
		padding-right: 0;
	}

	.sh-account-nav ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	.sh-account-nav a {
		gap: 10px;
		min-height: 44px;
		padding: 0 10px;
		font-size: 13px;
	}

	.sh-account-nav .sh-icon {
		width: 21px;
		height: 21px;
	}

	.sh-dashboard-cards a {
		min-height: 132px;
		padding: 16px 10px;
	}

	.sh-shop-sidebar {
		display: none;
	}

	.sh-mobile-filter-button {
		display: inline-flex;
	}

	.sh-cart-head,
	.sh-cart-row {
		grid-template-columns: 1fr;
	}

	.sh-cart-head {
		display: none;
	}

	.sh-cart-items {
		padding: 12px 14px;
	}

	.sh-cart-row {
		gap: 8px;
		padding: 14px 0;
		overflow: hidden;
	}

	.sh-cart-product {
		grid-template-columns: 45px 62px 1fr;
		gap: 9px;
		align-items: start;
	}

	.sh-cart-remove {
		min-height: 28px;
		padding: 0 6px;
		font-size: 11px;
	}

	.sh-cart-product img {
		width: 62px;
		height: 62px;
	}

	.sh-cart-product h3 {
		margin-bottom: 5px;
		font-size: 13px;
		line-height: 1.25;
	}

	.sh-cart-product p {
		margin: 0;
		color: var(--sh-muted);
		font-size: 12px;
		line-height: 1.35;
	}

	.sh-save-later {
		gap: 5px;
		margin-top: 7px;
		font-size: 11px;
	}

	.sh-cart-price,
	.sh-cart-qty,
	.sh-cart-subtotal {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-left: 116px;
		width: calc(100% - 116px);
		box-sizing: border-box;
		min-height: 30px;
		font-size: 13px;
	}

	.sh-cart-price::before {
		content: "Fiyat";
		color: var(--sh-muted);
		font-weight: 600;
	}

	.sh-cart-qty::before {
		content: "Adet";
		color: var(--sh-muted);
		font-weight: 600;
	}

	.sh-cart-subtotal::before {
		content: "Toplam";
		color: var(--sh-muted);
		font-weight: 600;
	}

	.sh-cart-qty .quantity {
		margin: 0;
	}

	.sh-cart-qty .quantity input {
		width: 52px;
		height: 34px;
	}

	.sh-collection-banner {
		min-height: 178px;
		padding: 28px 18px;
	}

	.sh-collection-banner::before,
	.sh-collection-banner::after {
		width: 42%;
		opacity: .42;
	}

	.sh-newsletter {
		min-height: 166px;
	}

	.sh-newsletter::before,
	.sh-newsletter::after {
		opacity: .42;
	}

	.sh-newsletter__inner {
		gap: 16px;
		padding: 24px 0;
	}

	.sh-newsletter__form {
		width: 100%;
	}

	.sh-newsletter input {
		min-width: 0;
	}

	.sh-newsletter h2 {
		font-size: 27px;
	}

	.sh-legal-page {
		padding: 24px 18px;
	}

	.sh-legal-page h2 {
		font-size: 23px;
	}

	.sh-footer__main {
		gap: 18px;
	}

	.sh-footer__social div {
		grid-template-columns: 1fr;
	}

	.sh-footer__bottom,
	.sh-footer__bottom .sh-container {
		height: auto;
	}

	.sh-footer__bottom .sh-container {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding: 13px 0;
	}
}
