﻿/*
Theme Name: Sens Natury Natura+
Theme URI: https://sensnatury.pl/
Author: Sens Natury
Description: Blokowy motyw WooCommerce oparty o kierunek graficzny Natura+.
Version: 0.1.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: sens-natury-natura-plus
*/

:root {
	--sn-green-950: #10271b;
	--sn-green-900: #142019;
	--sn-green-800: #1c3a28;
	--sn-lime: #cbf14b;
	--sn-cream: #fbf6ec;
	--sn-sage: #f0f4e4;
	--sn-border: #e7dec9;
	--sn-body: #33402f;
	--sn-muted: #5d7a4e;
	--sn-sale: #e2542b;
	--sn-gold: #cba53b;
	--sn-stock: #3da35d;
	--sn-max: 1340px;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--sn-cream);
	color: var(--sn-green-900);
	font-family: "DM Sans", sans-serif;
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

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

.sn-wrap {
	max-width: var(--sn-max);
	margin-inline: auto;
	padding-inline: 28px;
}

.sn-topbar {
	background: var(--sn-green-950);
	color: #e9f0df;
	font-family: "Space Grotesk", sans-serif;
	font-size: 12.5px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.sn-topbar.is-hidden {
	display: none !important;
}

.sn-topbar .wp-block-group {
	min-height: 42px;
}

.sn-badge-lime {
	display: inline-flex;
	align-items: center;
	background: var(--sn-lime);
	color: var(--sn-green-950);
	border-radius: 5px;
	padding: 4px 8px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.sn-main-header {
	background: var(--sn-cream);
	border-bottom: 1px solid var(--sn-border);
}

.sn-main-header > .wp-block-group {
	min-height: 86px;
}

.sn-logo a,
.sn-logo {
	color: var(--sn-green-900);
	text-decoration: none;
}

.sn-logo-main {
	margin: 0;
	font-family: "Syne", sans-serif;
	font-size: 27px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.sn-logo-sub {
	margin: 5px 0 0;
	color: var(--sn-muted);
	font-family: "Space Grotesk", sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.34em;
	line-height: 1;
}

.sn-search.wp-block-search {
	display: flex;
	align-items: center;
	flex: 1 1 440px;
	max-width: 680px;
	min-width: 260px;
	background: #fff;
	border: 1.5px solid var(--sn-green-900);
	border-radius: 40px;
	padding: 5px 6px 5px 18px;
}

.sn-search .wp-block-search__inside-wrapper {
	border: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0;
	width: 100%;
}

.sn-search .wp-block-search__input {
	flex: 1 1 0;
	width: auto !important;
	border: 0;
	background: transparent;
	color: var(--sn-green-900);
	font-size: 15px;
	min-width: 0;
	min-height: 44px;
	padding-left: 10px;
}

.sn-search .wp-block-search__button {
	flex: 0 0 auto;
	background: var(--sn-green-900);
	color: var(--sn-lime);
	border: 0;
	border-radius: 34px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 13px 26px;
	margin-left: 0;
}

.sn-header-actions {
	gap: 18px;
}

.sn-account-link,
.sn-favorites-link {
	color: #33492a;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

.sn-mini-cart .wc-block-mini-cart__button {
	background: var(--sn-green-900);
	color: #fff;
	border-radius: 34px;
	min-height: 48px;
	padding: 10px 16px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
}

.sn-mini-cart .wc-block-mini-cart__amount {
	color: var(--sn-lime) !important;
	font-size: 12px;
}

.sn-mini-cart .wc-block-mini-cart__quantity-badge {
	color: var(--sn-lime);
}

.sn-nav {
	position: sticky;
	top: 0;
	z-index: 20;
	background: var(--sn-green-900);
	border-bottom: 1px solid rgba(203, 241, 75, 0.12);
	box-shadow: 0 8px 18px rgba(16, 39, 27, 0.08);
}

.sn-nav-row {
	display: flex;
	gap: 10px;
	min-height: 58px;
	overflow: visible;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.sn-nav-row::-webkit-scrollbar {
	display: none;
}

.sn-cat-button,
.sn-cat-menu {
	flex: 0 0 auto;
	margin: 0;
}

.sn-cat-menu {
	position: relative;
	z-index: 5;
}

.sn-cat-button a,
.sn-cat-trigger {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	white-space: nowrap;
	background: var(--sn-lime);
	color: var(--sn-green-900);
	border: 1px solid rgba(16, 39, 27, 0.08);
	border-radius: 999px;
	padding: 10px 17px 10px 15px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: inset 0 -1px 0 rgba(16, 39, 27, 0.14);
	cursor: pointer;
	list-style: none;
}

.sn-cat-trigger::-webkit-details-marker {
	display: none;
}

.sn-cat-button a::before,
.sn-cat-trigger::before {
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 3px;
	background:
		linear-gradient(var(--sn-green-900), var(--sn-green-900)) 0 0 / 5px 5px no-repeat,
		linear-gradient(var(--sn-green-900), var(--sn-green-900)) 8px 0 / 5px 5px no-repeat,
		linear-gradient(var(--sn-green-900), var(--sn-green-900)) 0 8px / 5px 5px no-repeat,
		linear-gradient(var(--sn-green-900), var(--sn-green-900)) 8px 8px / 5px 5px no-repeat;
}

.sn-cat-panel {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(165px, 1fr));
	gap: 12px;
	width: min(960px, calc(100vw - 56px));
	padding: 14px;
	background: #fbfaf2;
	border: 1px solid var(--sn-border);
	border-radius: 8px;
	box-shadow: 0 22px 55px rgba(16, 39, 27, 0.22);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 0.16s ease, transform 0.16s ease;
}

.sn-cat-menu:hover .sn-cat-panel,
.sn-cat-menu[open] .sn-cat-panel,
.sn-cat-menu:focus-within .sn-cat-panel {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.sn-cat-group {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
	padding: 14px;
	background: #fff;
	border: 1px solid #e5eadc;
	border-radius: 8px;
}

.sn-cat-group h3 {
	margin: 0 0 8px;
	color: #60704e;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.sn-cat-panel a {
	display: flex;
	align-items: center;
	min-height: 34px;
	padding: 8px 9px;
	color: var(--sn-green-900);
	border-radius: 6px;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.2;
	text-decoration: none;
}

.sn-cat-panel a:hover,
.sn-cat-panel a:focus-visible {
	background: #eff5e5;
	outline: 0;
}

.sn-quick-menu {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	gap: 3px;
	min-width: 0;
}

.sn-quick-menu > a,
.sn-nav-drop > summary {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	color: #eef6e5;
	border: 1px solid transparent;
	border-radius: 999px;
	padding: 9px 9px;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.15;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	list-style: none;
	transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.sn-nav-drop {
	position: relative;
	flex: 0 0 auto;
}

.sn-nav-drop > summary::-webkit-details-marker {
	display: none;
}

.sn-nav-drop > summary::after {
	content: "";
	width: 6px;
	height: 6px;
	margin-left: 7px;
	border-right: 1.8px solid currentColor;
	border-bottom: 1.8px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
}

.sn-quick-menu > a:hover,
.sn-quick-menu > a:focus-visible,
.sn-nav-drop:hover > summary,
.sn-nav-drop:focus-within > summary,
.sn-nav-drop[open] > summary {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(203, 241, 75, 0.22);
	color: #fff;
	outline: 0;
}

.sn-nav-drop-panel {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 12;
	display: grid;
	gap: 4px;
	width: max-content;
	min-width: 230px;
	padding: 8px;
	background: #fffdf7;
	border: 1px solid var(--sn-border);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(16, 39, 27, 0.2);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 0.16s ease, transform 0.16s ease;
}

.sn-nav-drop:hover .sn-nav-drop-panel,
.sn-nav-drop[open] .sn-nav-drop-panel,
.sn-nav-drop:focus-within .sn-nav-drop-panel {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.sn-nav-drop-panel a {
	display: flex;
	align-items: center;
	min-height: 40px;
	padding: 10px 12px;
	color: var(--sn-green-900);
	border-top: 1px solid #e4ead9;
	border-radius: 0;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 14.5px;
	font-weight: 750;
	line-height: 1.25;
	text-decoration: none;
	white-space: nowrap;
}

.sn-nav-drop-panel a:first-child {
	border-top: 0;
	border-radius: 6px 6px 0 0;
}

.sn-nav-drop-panel a:last-child {
	border-radius: 0 0 6px 6px;
}

.sn-nav-drop-panel a:hover,
.sn-nav-drop-panel a:focus-visible {
	background: #eff5e5;
	outline: 0;
}

.sn-nav .wp-block-navigation {
	flex: 1 1 auto;
	min-width: max-content;
	gap: 4px;
}

.sn-nav .wp-block-navigation__container {
	gap: 4px;
}

.sn-nav .wp-block-navigation a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	color: #eef6e5;
	border: 1px solid transparent;
	border-radius: 999px;
	padding: 8px 11px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.15;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.sn-nav .wp-block-navigation .wp-block-navigation-item__content {
	color: #eef6e5 !important;
}

.sn-nav .wp-block-navigation a:hover,
.sn-nav .wp-block-navigation a:focus-visible {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(203, 241, 75, 0.22);
	color: #fff;
	outline: 0;
}

.sn-promo-link {
	margin-left: auto;
	flex: 0 0 auto;
}

.sn-mobile-free-delivery {
	display: none;
}

.sn-promo-link a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	color: var(--sn-green-900);
	background: var(--sn-lime);
	border-radius: 999px;
	padding: 8px 14px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.02em;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
}

.sn-promo-link a:hover,
.sn-promo-link a:focus-visible {
	background: #d9ff5f;
	outline: 0;
}

.sn-hero-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 16px;
	padding-top: 26px;
}

.sn-market-hero-wrap {
	padding-top: 26px;
}

.sn-market-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 430px;
	overflow: hidden;
	border-radius: 22px;
	background:
		linear-gradient(90deg, rgba(250, 246, 237, 0.97) 0%, rgba(250, 246, 237, 0.9) 34%, rgba(250, 246, 237, 0.52) 58%, rgba(250, 246, 237, 0.05) 100%),
		url("assets/images/sn-home-market-banner-woman.jpg") center right / cover no-repeat,
		#f6efe2;
	color: var(--sn-green-900);
}

.sn-market-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(203, 241, 75, 0.16), transparent 36%);
	pointer-events: none;
}

.sn-market-hero-content {
	position: relative;
	z-index: 1;
	max-width: 760px;
	padding: 70px 72px;
}

.sn-market-hero h1 {
	max-width: 720px;
	margin: 20px 0 18px;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: clamp(36px, 4.8vw, 66px);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: 0;
}

.sn-market-hero-content > p:not(.sn-kicker) {
	max-width: 520px;
	margin: 0 0 28px;
	color: #33492a;
	font-size: 18px;
	line-height: 1.45;
}

.sn-market-hero .sn-kicker {
	background: rgba(16, 39, 27, 0.1);
	color: var(--sn-green-900);
}

.sn-market-hero-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	border: 2px solid var(--sn-green-900);
	border-radius: 999px;
	padding: 12px 28px;
	background: var(--sn-green-900);
	color: var(--sn-lime);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.1;
	text-decoration: none !important;
	text-transform: uppercase;
}

.sn-market-hero-button:hover,
.sn-market-hero-button:focus-visible {
	background: var(--sn-lime);
	border-color: var(--sn-lime);
	color: var(--sn-green-900);
	outline: 0;
}

.sn-hero-main,
.sn-hero-side {
	border-radius: 22px;
	overflow: hidden;
}

.sn-hero-main {
	position: relative;
	min-height: 380px;
	background: radial-gradient(circle at 82% 72%, rgba(203, 241, 75, 0.22), transparent 28%), var(--sn-green-950);
	color: #f3eedf;
}

.sn-hero-main::after {
	content: "";
	position: absolute;
	right: -70px;
	bottom: -90px;
	width: 430px;
	height: 430px;
	border-radius: 50%;
	background: rgba(203, 241, 75, 0.12);
	border: 1px solid rgba(203, 241, 75, 0.2);
}

.sn-hero-content {
	position: relative;
	z-index: 1;
	max-width: 560px;
	padding: 54px 50px;
}

.sn-kicker {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	background: rgba(203, 241, 75, 0.16);
	color: var(--sn-lime);
	border-radius: 30px;
	padding: 8px 15px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.sn-hero-title {
	margin: 22px 0 18px;
	color: #f3eedf;
	font-family: "Syne", sans-serif;
	font-size: clamp(38px, 4vw, 52px);
	font-weight: 800;
	line-height: 0.95;
}

.sn-hero-title mark {
	background: transparent;
	color: var(--sn-lime);
}

.sn-hero-copy {
	max-width: 340px;
	color: #aebaa4;
	font-size: 16px;
	line-height: 1.5;
}

.sn-button-lime .wp-block-button__link,
.sn-button-dark .wp-block-button__link {
	border-radius: 34px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
}

.sn-button-lime .wp-block-button__link {
	background: var(--sn-lime);
	color: var(--sn-green-900);
}

.sn-button-dark .wp-block-button__link {
	background: var(--sn-green-900);
	color: var(--sn-lime);
}

.sn-hero-side {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 16px;
}

.sn-tile-lime,
.sn-tile-dark {
	border-radius: 22px;
	padding: 30px;
}

.sn-tile-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 42px;
	margin-top: 10px;
	border-radius: 999px;
	padding: 10px 18px;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.1;
	text-decoration: none !important;
	text-transform: uppercase;
}

.sn-tile-cta-dark {
	background: var(--sn-green-900);
	color: var(--sn-lime) !important;
}

.sn-tile-cta-lime {
	background: var(--sn-lime);
	color: var(--sn-green-900) !important;
}

.sn-tile-cta:hover,
.sn-tile-cta:focus-visible {
	transform: translateY(-1px);
	outline: 2px solid rgba(203, 241, 75, 0.45);
	outline-offset: 2px;
}

.sn-tile-lime {
	background: var(--sn-lime);
	color: var(--sn-green-900);
}

.sn-tile-dark {
	background: var(--sn-green-800);
	color: #f3eedf;
}

.sn-section {
	padding-top: 46px;
}

.sn-section-head {
	margin-bottom: 22px;
}

.sn-section-mark {
	display: inline-flex;
	width: 9px;
	height: 30px;
	background: var(--sn-lime);
	border-radius: 4px;
	flex: 0 0 9px;
}

.sn-section h2,
.sn-section-title {
	margin: 0;
	font-family: "Syne", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.sn-outline-link .wp-block-button__link {
	background: transparent;
	color: var(--sn-green-900);
	border: 1.5px solid var(--sn-green-900);
	border-radius: 30px;
	padding: 11px 18px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.sn-category-grid {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 12px;
	padding-top: 24px;
}

body.home .sn-category-grid,
body.front-page .sn-category-grid {
	display: none !important;
}

.sn-category-card {
	background: #fff;
	border: 1.5px solid var(--sn-green-900);
	border-radius: 16px;
	padding: 16px 12px;
	text-align: center;
}

.sn-category-dot {
	width: 46px;
	height: 46px;
	margin: 0 auto 10px;
	border-radius: 50%;
	background: var(--sn-sage);
}

.sn-category-dot::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	margin: 16px auto;
	border-radius: 50%;
	background: var(--sn-muted);
}

.sn-category-card strong {
	display: block;
	font-size: 12.5px;
	line-height: 1.25;
}

.sn-category-card span {
	color: #8a958a;
	font-family: "Space Grotesk", sans-serif;
	font-size: 10.5px;
	font-weight: 500;
}

.sn-trust {
	margin-top: 30px;
	background: var(--sn-green-900);
	border-radius: 16px;
	color: #e3ead8;
}

.sn-trust > .wp-block-group {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: stretch;
}

.sn-trust .sn-trust-item:nth-child(3) {
	display: none !important;
}

.sn-trust-item {
	display: flex !important;
	align-items: center !important;
	align-self: stretch !important;
	gap: 18px;
	box-sizing: border-box;
	height: 100%;
	min-height: 78px;
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
	padding: 20px 24px;
	border-right: 1px solid rgba(243, 238, 223, 0.12);
}

.sn-trust-item > div {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.sn-trust-item:last-child {
	border-right: 0;
}

.sn-icon-disc {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--sn-lime);
	box-shadow: inset 0 0 0 7px var(--sn-green-900);
	outline: 1.5px solid var(--sn-lime);
	flex: 0 0 22px;
}

.sn-trust-title {
	margin: 0;
	color: #e3ead8;
	font-family: "Space Grotesk", sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.sn-trust-copy {
	margin: 4px 0 0;
	color: #9fae93;
	font-size: 12px;
}

.sn-product-grid .wc-block-product,
.sn-product-grid li.product,
.sn-product-card {
	display: flex !important;
	flex-direction: column;
	min-width: 0;
	background: #fff;
	border: 1.5px solid var(--sn-green-900);
	border-radius: 18px;
	overflow: hidden;
}

.sn-product-grid .wc-block-components-product-image,
.sn-product-grid .wc-block-grid__product-image,
.sn-product-grid .wp-block-woocommerce-product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	background: var(--sn-cream);
	border-bottom: 1.5px solid var(--sn-green-900);
	padding: 12px;
}

.sn-product-grid .wc-block-components-product-image a,
.sn-product-grid .wc-block-grid__product-image a,
.sn-product-grid .wp-block-woocommerce-product-image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.sn-product-grid .wc-block-components-product-image img,
.sn-product-grid .wc-block-grid__product-image img,
.sn-product-grid .wp-block-woocommerce-product-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
}

.sn-product-grid .wp-block-post-title,
.sn-product-grid .wc-block-components-product-name {
	min-height: 38px;
	margin: 14px 14px 8px;
	color: var(--sn-green-900);
	font-family: "DM Sans", sans-serif;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.35;
}

.sn-product-grid .wp-block-post-title a {
	color: inherit;
	text-decoration: none;
}

.sn-product-grid .wp-block-woocommerce-product-price,
.sn-product-grid .wc-block-components-product-price {
	margin: 0 14px 12px;
	color: var(--sn-green-900);
	font-family: "Syne", sans-serif;
	font-size: 19px;
	font-weight: 700;
}

.sn-product-grid .wp-block-woocommerce-product-button {
	margin: auto 14px 16px;
}

.sn-product-grid .wp-block-button__link,
.sn-product-grid .wp-element-button {
	width: 100%;
	border-radius: 30px;
	background: var(--sn-green-900);
	color: var(--sn-lime);
	font-family: "Space Grotesk", sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.wp-block-woocommerce-product-template {
	align-items: stretch;
}

.wp-block-woocommerce-product-template .wc-block-product {
	display: flex !important;
	flex-direction: column;
	min-width: 0;
	background: #fff;
	border: 1px solid var(--sn-green-900);
	border-radius: 8px;
	overflow: hidden;
}

.wp-block-woocommerce-product-template .wc-block-components-product-image,
.wp-block-woocommerce-product-template .wc-block-grid__product-image,
.wp-block-woocommerce-product-template .wp-block-woocommerce-product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	min-height: 0;
	background: linear-gradient(180deg, #fbfcf5 0%, #edf4e3 100%);
	border-bottom: 1px solid var(--sn-green-900);
	padding: 10px;
}

.wp-block-woocommerce-product-template .wc-block-components-product-image a,
.wp-block-woocommerce-product-template .wc-block-grid__product-image a,
.wp-block-woocommerce-product-template .wp-block-woocommerce-product-image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.wp-block-woocommerce-product-template .wc-block-components-product-image img,
.wp-block-woocommerce-product-template .wc-block-grid__product-image img,
.wp-block-woocommerce-product-template .wp-block-woocommerce-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain !important;
}

.wp-block-woocommerce-product-template .wp-block-post-title {
	margin: 14px 15px 8px !important;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 750;
	line-height: 1.25;
	letter-spacing: 0;
	text-align: left;
}

.wp-block-woocommerce-product-template .wp-block-post-title a {
	display: -webkit-box;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.wp-block-woocommerce-product-template .wp-block-woocommerce-product-price {
	margin: auto 15px 12px !important;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	text-align: left;
}

.wp-block-woocommerce-product-template .wp-block-woocommerce-product-button {
	margin: 0 15px 16px !important;
	text-align: left;
}

.wp-block-woocommerce-product-template .wp-block-button__link,
.wp-block-woocommerce-product-template .wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	border-radius: 999px;
	background: var(--sn-green-900);
	color: var(--sn-lime);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 13px !important;
	font-weight: 800;
	line-height: 1.15;
}

.sn-shop-main .taxonomy-description,
.sn-shop-main .wp-block-term-description {
	max-width: 920px;
	margin: 8px 0 22px !important;
	color: #526446;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

.sn-shop-main .taxonomy-description p,
.sn-shop-main .wp-block-term-description p {
	margin: 0;
}

.sn-search-results-intro {
	max-width: 720px;
	margin: 8px 0 22px !important;
	color: #526446;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

.sn-shop-toolbar {
	gap: 16px;
	margin-top: 18px;
	margin-bottom: 24px;
}

.sn-shop-toolbar .woocommerce-result-count {
	margin: 0;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4;
}

.sn-shop-toolbar .woocommerce-ordering {
	position: relative;
	margin: 0;
}

.sn-shop-toolbar .woocommerce-ordering::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--sn-lime);
	border-bottom: 2px solid var(--sn-lime);
	pointer-events: none;
	transform: translateY(-62%) rotate(45deg);
}

.sn-shop-toolbar .woocommerce-ordering select,
.sn-shop-toolbar .wc-block-catalog-sorting select,
.sn-shop-toolbar select.orderby {
	min-width: 230px;
	min-height: 46px;
	appearance: none;
	-webkit-appearance: none;
	border: 1.5px solid var(--sn-green-900);
	border-radius: 999px;
	background: var(--sn-green-900);
	color: var(--sn-lime);
	padding: 10px 44px 10px 18px;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.2;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(16, 39, 27, 0.08);
}

.sn-shop-toolbar .woocommerce-ordering select:focus,
.sn-shop-toolbar .wc-block-catalog-sorting select:focus,
.sn-shop-toolbar select.orderby:focus {
	outline: 2px solid rgba(203, 241, 75, 0.5);
	outline-offset: 2px;
}

.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] {
	margin-top: 18px;
}

.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] > .wp-block-heading {
	margin: 0 0 16px !important;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-woocommerce-product-template {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 20px !important;
	margin: 0;
	padding: 0;
}

.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-product:nth-child(n+5) {
	display: none !important;
}

.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-product {
	display: flex;
	flex-direction: column;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	margin: 0 !important;
	background: #fff;
	border: 1px solid #d8ddcf;
	border-radius: 8px;
	overflow: hidden;
}

.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-components-product-image,
.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-grid__product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	background: #fff;
	border-bottom: 1px solid #e6eadf;
	padding: 14px;
}

.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-components-product-image a,
.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-grid__product-image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-components-product-image img,
.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-grid__product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain !important;
}

.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-post-title {
	margin: 14px 16px 8px !important;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
	text-align: left;
}

.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-post-title a {
	display: -webkit-box;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-woocommerce-product-price {
	margin: auto 16px 14px !important;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}

.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-woocommerce-product-button {
	margin: 0 16px 16px !important;
	text-align: left;
}

.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-button__link,
.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-element-button {
	width: 100%;
	min-height: 44px;
	border-radius: 999px;
	background: var(--sn-green-900);
	color: var(--sn-lime);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 13px !important;
	font-weight: 700;
	line-height: 1.2;
}

.sn-sale-banner {
	margin-top: 52px;
	background: var(--sn-lime);
	border-radius: 22px;
	padding: 46px 50px;
	color: var(--sn-green-900);
}

.sn-sale-media {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 180px;
	width: 180px;
	height: 180px;
	background: #fffdf7;
	border: 1px solid rgba(16, 39, 27, 0.12);
	border-radius: 14px;
	padding: 16px;
	text-decoration: none;
}

.sn-sale-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sn-sale-banner h2 {
	font-family: "Syne", sans-serif;
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
}

.sn-newsletter {
	margin-top: 56px;
	background: var(--sn-green-950);
	border-radius: 22px;
	padding: 54px 50px;
	color: #f3eedf;
	text-align: center;
}

.sn-newsletter h2 {
	margin: 0 0 12px;
	color: #f3eedf;
	font-family: "Syne", sans-serif;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.05;
}

.sn-newsletter mark {
	background: transparent;
	color: var(--sn-lime);
}

.sn-newsletter p {
	color: #a9b89e;
}

.sn-newsletter-form {
	max-width: 640px;
	margin: 28px auto 0;
}

.sn-newsletter-row {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #1c3326;
	border: 1.5px solid rgba(203, 241, 75, 0.34);
	border-radius: 40px;
	padding: 7px;
	box-shadow: inset 0 0 0 1px rgba(243, 238, 223, 0.04);
}

.sn-newsletter-row:focus-within {
	border-color: var(--sn-lime);
	box-shadow: 0 0 0 3px rgba(203, 241, 75, 0.18);
}

.sn-newsletter-row input[type="email"] {
	flex: 1 1 0;
	min-width: 0;
	min-height: 52px;
	background: transparent;
	color: #f3eedf;
	border: 0;
	outline: 0;
	border-radius: 34px;
	padding: 0 22px;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
}

.sn-newsletter-row input[type="email"]::placeholder {
	color: #b8c5ac;
	opacity: 1;
}

.sn-newsletter-row button {
	flex: 0 0 auto;
	min-height: 52px;
	background: var(--sn-lime);
	color: var(--sn-green-900);
	border: 0;
	border-radius: 34px;
	cursor: pointer;
	font-family: "Space Grotesk", sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding: 0 30px;
	transition: transform 0.16s ease, background-color 0.16s ease;
}

.sn-newsletter-row button:hover {
	background: #d8ff58;
	transform: translateY(-1px);
}

.sn-newsletter-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	max-width: 560px;
	margin: 14px auto 0;
	color: #b8c5ac;
	font-size: 12.5px;
	line-height: 1.45;
	text-align: left;
}

.sn-newsletter-consent input {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin-top: 1px;
	accent-color: var(--sn-lime);
}

.sn-newsletter-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.sn-newsletter-feedback {
	display: none;
	max-width: 640px;
	margin: 18px auto 0;
	color: #f3eedf;
	font-family: "DM Sans", Arial, sans-serif;
	text-align: center;
}

.sn-newsletter-feedback.is-loading,
.sn-newsletter-feedback.is-error,
.sn-newsletter-feedback.is-success {
	display: grid;
	gap: 10px;
	justify-items: center;
	padding: 18px;
	background: rgba(255, 253, 247, 0.08);
	border: 1px solid rgba(203, 241, 75, 0.28);
	border-radius: 8px;
}

.sn-newsletter-feedback.is-error {
	background: rgba(226, 84, 43, 0.12);
	border-color: rgba(226, 84, 43, 0.38);
}

.sn-newsletter-code-label {
	color: #b8c5ac;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sn-newsletter-code {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 9px 20px;
	background: #fffdf7;
	color: var(--sn-green-900);
	border: 1px dashed var(--sn-lime);
	border-radius: 8px;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.sn-newsletter-cart-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 22px;
	background: var(--sn-lime);
	color: var(--sn-green-900) !important;
	border-radius: 999px;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.1;
	text-decoration: none !important;
	text-transform: uppercase;
}

.sn-newsletter-cart-link:hover,
.sn-newsletter-cart-link:focus-visible {
	background: #d8ff58;
	outline: 2px solid rgba(203, 241, 75, 0.45);
	outline-offset: 2px;
}

.sn-footer {
	margin-top: 54px;
	background: var(--sn-green-900);
	color: #9aa890;
	font-size: 16px;
	line-height: 1.55;
}

.sn-footer h2,
.sn-footer h3,
.sn-footer strong {
	color: #f3eedf;
}

.sn-footer a {
	color: #9aa890;
	font-size: 16px;
	text-decoration: none;
}

.sn-footer a:hover {
	color: var(--sn-lime);
}

.sn-footer-logo {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 20px;
	color: #f3eedf !important;
	text-decoration: none;
}

.sn-footer-logo .sn-logo-main,
.sn-footer-logo .sn-logo-sub {
	display: block;
	color: inherit;
}

.sn-footer-logo:hover,
.sn-footer-logo:focus-visible {
	color: var(--sn-lime) !important;
	outline: 0;
}

.sn-footer-grid {
	display: grid;
	grid-template-columns: 1.6fr repeat(3, 1fr);
	gap: 36px;
	padding-top: 54px;
	padding-bottom: 30px;
}

.sn-footer-bottom {
	border-top: 1px solid rgba(243, 238, 223, 0.12);
	color: #7d8c72;
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sn-payment-pill {
	display: inline-flex;
	background: #1c3326;
	border-radius: 6px;
	color: #b8c5ac;
	padding: 7px 12px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 11px;
	font-weight: 600;
}

.sn-footer-credit {
	color: var(--sn-lime) !important;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none !important;
}

.sn-footer-credit:hover,
.sn-footer-credit:focus-visible {
	color: #f3eedf !important;
	outline: 0;
}

body.woocommerce-account {
	background: var(--sn-cream);
}

body.woocommerce-account main {
	box-sizing: border-box;
	max-width: var(--sn-max);
	margin: 0 auto;
	padding: 48px clamp(18px, 4vw, 28px) 70px;
}

body.woocommerce-account main .wp-block-post-title,
body.woocommerce-account main h1 {
	margin: 0 0 28px;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif !important;
	font-size: clamp(34px, 4vw, 54px) !important;
	font-weight: 850;
	line-height: 1.05;
	letter-spacing: 0;
	text-transform: none;
}

body.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
	display: none;
	content: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
	box-sizing: border-box;
	background: #fffdf7;
	border: 1px solid #d8ddcf;
	border-radius: 10px;
	box-shadow: 0 18px 45px rgba(10, 31, 21, 0.06);
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
	position: sticky;
	top: 18px;
	padding: 12px;
}

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

body.woocommerce-account .woocommerce-MyAccount-navigation-link a {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 10px 14px;
	border-radius: 999px;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation-link a:focus-visible {
	background: #eef8d9;
	color: var(--sn-green-900);
	outline: 2px solid rgba(203, 241, 75, 0.5);
	outline-offset: 2px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
	background: var(--sn-green-900);
	color: var(--sn-lime);
}

body.woocommerce-account .woocommerce-MyAccount-content {
	min-width: 0;
	padding: clamp(22px, 3vw, 34px);
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

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

body.woocommerce-account .woocommerce-MyAccount-content a {
	color: var(--sn-green-900);
	font-weight: 800;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3,
body.woocommerce-account .woocommerce-Address-title h3,
body.woocommerce-account fieldset legend {
	margin: 0 0 16px;
	color: #000;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: clamp(21px, 2vw, 28px);
	font-weight: 850;
	line-height: 1.2;
	letter-spacing: 0;
}

body.woocommerce-account form .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0 0 16px;
	padding: 0;
}

body.woocommerce-account .woocommerce-EditAccountForm,
body.woocommerce-account .woocommerce-address-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

body.woocommerce-account .woocommerce-EditAccountForm > p:not(.form-row),
body.woocommerce-account .woocommerce-EditAccountForm fieldset,
body.woocommerce-account .woocommerce-address-fields,
body.woocommerce-account .woocommerce-address-fields p,
body.woocommerce-account .woocommerce-form-row--wide,
body.woocommerce-account .form-row-wide,
body.woocommerce-account .clear {
	grid-column: 1 / -1;
}

body.woocommerce-account .woocommerce-EditAccountForm fieldset {
	margin: 10px 0 0;
	padding: 22px;
	border: 1px solid #d8ddcf;
	border-radius: 10px;
	background: #fbf8ef;
}

body.woocommerce-account label {
	display: block;
	margin: 0 0 7px;
	color: #344437;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.25;
}

body.woocommerce-account .required {
	color: #577600;
	text-decoration: none;
}

body.woocommerce-account input.input-text,
body.woocommerce-account input[type="text"],
body.woocommerce-account input[type="email"],
body.woocommerce-account input[type="tel"],
body.woocommerce-account input[type="password"],
body.woocommerce-account select,
body.woocommerce-account textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 52px;
	padding: 12px 14px;
	border: 1px solid #cfd9c4;
	border-radius: 8px;
	background: #fff;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.35;
}

body.woocommerce-account input:focus,
body.woocommerce-account select:focus,
body.woocommerce-account textarea:focus {
	border-color: var(--sn-green-900);
	outline: 2px solid rgba(203, 241, 75, 0.55);
	outline-offset: 1px;
}

body.woocommerce-account em {
	display: block;
	margin-top: 8px;
	color: #60704e;
	font-size: 13px;
	line-height: 1.45;
}

body.woocommerce-account .woocommerce-button,
body.woocommerce-account .button,
body.woocommerce-account button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 24px;
	border: 0;
	border-radius: 999px;
	background: var(--sn-green-900);
	color: var(--sn-lime);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.1;
	text-decoration: none;
	cursor: pointer;
}

body.woocommerce-account .woocommerce-button:hover,
body.woocommerce-account .button:hover,
body.woocommerce-account button[type="submit"]:hover {
	background: #173622;
	color: var(--sn-lime);
}

body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-error {
	margin: 0 0 18px;
	padding: 16px 18px;
	border: 1px solid #d8ddcf;
	border-left: 6px solid var(--sn-lime);
	border-radius: 8px;
	background: #fffdf7;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
}

body.woocommerce-account table.shop_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid #d8ddcf;
	border-radius: 10px;
	background: #fff;
}

body.woocommerce-account table.shop_table th,
body.woocommerce-account table.shop_table td {
	padding: 14px 16px;
	border-bottom: 1px solid #e5eadc;
	color: var(--sn-green-900);
	text-align: left;
}

body.woocommerce-account table.shop_table tr:last-child td {
	border-bottom: 0;
}

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

body.woocommerce-account .woocommerce-Address {
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #d8ddcf;
	border-radius: 10px;
	background: #fbf8ef;
}

body.woocommerce-account .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 12px;
}

body.woocommerce-account .woocommerce-Address-title h3 {
	margin: 0;
}

body.woocommerce-account .sn-account-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--sn-green-900);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

body.woocommerce-account .sn-account-link:hover,
body.woocommerce-account .sn-account-link:focus-visible {
	background: #eef8d9;
	border-color: #d8ddcf;
	outline: 0;
}

@media (max-width: 900px) {
	body.woocommerce-account main {
		padding-top: 32px;
		padding-bottom: 48px;
	}

	body.woocommerce-account .woocommerce {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation {
		position: static;
	}

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

	body.woocommerce-account .woocommerce-MyAccount-navigation-link a {
		justify-content: center;
		text-align: center;
	}

	body.woocommerce-account .woocommerce-EditAccountForm,
	body.woocommerce-account .woocommerce-address-fields__field-wrapper,
	body.woocommerce-account .woocommerce-Addresses {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	body.woocommerce-account main {
		padding-inline: 0;
	}

	body.woocommerce-account main .wp-block-post-title,
	body.woocommerce-account main h1 {
		padding-inline: 18px;
		font-size: 34px !important;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation,
	body.woocommerce-account .woocommerce-MyAccount-content,
	body.woocommerce-account .woocommerce-form-login,
	body.woocommerce-account .woocommerce-form-register {
		border-right: 0;
		border-left: 0;
		border-radius: 0;
		box-shadow: none;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr;
	}

	body.woocommerce-account .woocommerce-MyAccount-content {
		padding: 20px 18px;
	}

	body.woocommerce-account table.shop_table,
	body.woocommerce-account table.shop_table tbody,
	body.woocommerce-account table.shop_table tr,
	body.woocommerce-account table.shop_table th,
	body.woocommerce-account table.shop_table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	body.woocommerce-account table.shop_table thead {
		display: none;
	}

	body.woocommerce-account table.shop_table td {
		border-bottom: 1px solid #e5eadc;
	}
}

.sn-product-main {
	padding-top: 22px;
	align-items: flex-start !important;
}

.sn-product-main .wp-block-woocommerce-product-image-gallery {
	background: #fff;
	border: 1px solid #d8ddcf;
	border-radius: 8px;
	padding: clamp(12px, 1.8vw, 18px);
	overflow: hidden;
}

.sn-product-main .woocommerce-product-gallery {
	width: 100% !important;
	opacity: 1 !important;
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.sn-product-main .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.sn-product-main .woocommerce-product-gallery__image {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: clamp(330px, 42vw, 540px);
	background: #fff;
	border-radius: 0;
}

.sn-product-main .woocommerce-product-gallery__image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.sn-product-main .woocommerce-product-gallery__image img {
	width: auto;
	max-width: 100%;
	max-height: clamp(310px, 40vw, 510px);
	object-fit: contain;
	margin: 0 auto;
}

.sn-product-main .woocommerce-product-gallery__trigger {
	top: 14px !important;
	right: 14px !important;
	left: auto !important;
	width: 40px;
	height: 40px;
	border: 1px solid #d8ddcf;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(10, 35, 22, 0.12);
}

.sn-product-main .woocommerce-product-gallery__trigger::before {
	top: 11px;
	left: 11px;
	border-color: var(--sn-green-900);
}

.sn-product-main .woocommerce-product-gallery__trigger::after {
	top: 25px;
	left: 25px;
	background: var(--sn-green-900);
}

.sn-product-info h1,
.sn-product-info .wp-block-post-title {
	margin: 14px 0;
	font-family: "DM Sans", Arial, sans-serif !important;
	font-size: clamp(25px, 2.2vw, 34px) !important;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: 0;
}

.sn-product-info .wp-block-woocommerce-product-price {
	background: #fff;
	border: 1.5px solid var(--sn-green-900);
	border-radius: 20px;
	padding: 22px 24px;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: clamp(28px, 2.4vw, 36px);
	font-weight: 750;
	letter-spacing: 0;
	line-height: 1.15;
}

.sn-product-info .wp-block-woocommerce-product-price .wc-block-components-product-price {
	display: flex;
	align-items: center;
	gap: 12px 16px;
	flex-wrap: wrap;
}

.sn-product-info .wp-block-woocommerce-product-price del,
.sn-product-info .wp-block-woocommerce-product-price ins {
	display: inline-flex;
	align-items: baseline;
	margin: 0;
}

.sn-product-info .wp-block-woocommerce-product-price ins {
	order: 1;
	border: 1px solid rgba(16, 39, 27, 0.16);
	border-radius: 14px;
	background: var(--sn-lime);
	box-shadow: 0 10px 22px rgba(203, 241, 75, 0.28);
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: clamp(30px, 2.6vw, 40px);
	font-weight: 850;
	line-height: 1;
	padding: 8px 14px;
	text-decoration: none;
}

.sn-product-info .wp-block-woocommerce-product-price del {
	order: 2;
	color: #697261;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: clamp(16px, 1.45vw, 20px);
	font-weight: 650;
	line-height: 1.1;
	opacity: 1;
	text-decoration-color: #9ba38f;
	text-decoration-thickness: 2px;
}

.sn-product-info .wp-block-woocommerce-product-price del .woocommerce-Price-amount,
.sn-product-info .wp-block-woocommerce-product-price ins .woocommerce-Price-amount {
	color: inherit;
	font: inherit;
}

.sn-product-info .wp-block-woocommerce-add-to-cart-form {
	background: #fff;
	border: 1.5px solid var(--sn-green-900);
	border-radius: 20px;
	padding: 20px 24px;
}

.sn-product-info .wp-block-woocommerce-add-to-cart-form form.cart {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.sn-product-info .wp-block-woocommerce-add-to-cart-form .stock {
	flex: 0 0 100%;
	margin: 0 0 4px;
}

.sn-product-info .quantity .qty,
.sn-product-info input.qty {
	border: 1.5px solid var(--sn-green-900);
	border-radius: 34px;
	min-height: 50px;
}

.sn-product-info button.single_add_to_cart_button,
.sn-product-info .wp-block-button__link {
	background: var(--sn-green-900) !important;
	color: var(--sn-lime) !important;
	border-radius: 34px !important;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	min-height: 52px;
}

.sn-free-shipping-today {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
	padding: 10px 14px;
	min-height: 44px;
	box-sizing: border-box;
	border: 1px solid rgba(203, 241, 75, 0.55);
	border-radius: 999px;
	background: #f2fbdf;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: 0;
	white-space: nowrap;
}

.sn-free-shipping-today__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--sn-green-900);
	color: var(--sn-lime);
}

.sn-free-shipping-today__icon svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 640px) {
	.sn-product-info .wp-block-woocommerce-product-price .wc-block-components-product-price {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.sn-product-info .wp-block-woocommerce-product-price ins {
		font-size: 32px;
		padding: 8px 12px;
	}

	.sn-product-info .wp-block-woocommerce-product-price del {
		font-size: 17px;
	}

	.sn-product-info .wp-block-woocommerce-add-to-cart-form form.cart {
		align-items: stretch;
	}

	.sn-free-shipping-today {
		justify-content: center;
		width: 100%;
		margin-left: 0;
		white-space: normal;
		text-align: center;
	}
}

.sn-benefits {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 16px;
}

.sn-benefit {
	background: var(--sn-sage);
	border-radius: 14px;
	padding: 14px;
	color: #2c3a2c;
	font-size: 12px;
	font-weight: 700;
}

.sn-product-details {
	padding-top: 50px;
}

.sn-product-details .wp-block-woocommerce-product-details {
	background: transparent;
}

.sn-product-details .wc-tabs,
.sn-product-details .woocommerce-Tabs-panel > h2,
.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] > .wp-block-heading {
	display: none !important;
}

.sn-product-details .woocommerce-Tabs-panel {
	display: block !important;
}

.sn-product-details .woocommerce-Tabs-panel--additional_information {
	display: none !important;
}

.sn-product-details .woocommerce-Tabs-panel--description {
	max-width: 1040px;
	margin: 0 auto;
	padding: 30px;
	background: #fffdf7;
	border: 1px solid #d8ddcf;
	border-radius: 8px;
	color: var(--sn-green-900);
}

.sn-product-copy {
	display: grid;
	gap: 0;
}

.sn-product-copy-section {
	display: grid;
	grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
	gap: 24px;
	padding: 20px 0;
	border-top: 1px solid #e5eadc;
}

.sn-product-copy-section:first-child {
	padding-top: 0;
	border-top: 0;
}

.sn-product-copy-section:last-child {
	padding-bottom: 0;
}

.sn-product-copy-label {
	color: #000;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 13.5px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.sn-product-copy-text {
	max-width: 820px;
	font-size: 16px;
	line-height: 1.72;
}

.sn-product-copy-text p {
	margin: 0 0 10px;
}

.sn-product-copy-text p:last-child {
	margin-bottom: 0;
}

.sn-product-copy-list {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sn-product-copy-list li {
	position: relative;
	padding-left: 18px;
}

.sn-product-copy-list li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--sn-lime);
}

.sn-shop-main {
	padding-top: 28px;
}

.sn-shop-toolbar {
	margin-block: 24px;
}

.sn-shop-title {
	font-family: "Syne", sans-serif;
	font-weight: 800;
}

.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main h1 {
	margin: 28px 0 22px;
	font-family: "DM Sans", Arial, sans-serif !important;
	font-size: clamp(34px, 4vw, 56px) !important;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0;
}

.wp-block-woocommerce-cart {
	margin: 0 auto 52px;
	color: var(--sn-green-900);
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
	gap: 22px;
	align-items: start;
}

.wp-block-woocommerce-cart .wc-block-components-main,
.wp-block-woocommerce-cart .wc-block-components-sidebar {
	box-sizing: border-box;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wp-block-woocommerce-cart .wc-block-cart__main,
.wp-block-woocommerce-cart .wc-block-cart__sidebar {
	background: #fffdf7;
	border: 1px solid #d8ddcf;
	border-radius: 8px;
	box-shadow: 0 12px 35px rgba(16, 39, 27, 0.06);
}

.wp-block-woocommerce-cart .wc-block-cart__main {
	overflow: hidden;
}

.wp-block-woocommerce-cart .wc-block-cart__sidebar {
	padding: 18px;
	padding-left: 18px !important;
	padding-right: 18px !important;
}

.wp-block-woocommerce-cart .wc-block-cart-items {
	margin: 0;
	border: 0;
}

.wp-block-woocommerce-cart .wc-block-cart-items__header th {
	padding: 14px 18px;
	background: #eff5e5;
	border: 0;
	color: #5f704f;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wp-block-woocommerce-cart .wc-block-cart-items__row td {
	padding: 18px;
	border-top: 1px solid #e4ead9;
	vertical-align: top;
}

.wp-block-woocommerce-cart .wc-block-cart-item__image img {
	width: 88px !important;
	height: 88px !important;
	max-width: 88px !important;
	object-fit: contain;
	background: linear-gradient(180deg, #fbfcf5 0%, #edf4e3 100%);
	border: 1px solid #e4ead9;
	border-radius: 8px;
	padding: 8px;
}

.wp-block-woocommerce-cart .wc-block-components-product-name {
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 15.5px !important;
	font-weight: 800;
	line-height: 1.28;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.wp-block-woocommerce-cart .wc-block-cart-item__prices,
.wp-block-woocommerce-cart .wc-block-cart-item__total {
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
}

.wp-block-woocommerce-cart .wc-block-components-product-metadata {
	margin-top: 8px;
	color: #60704e;
	font-size: 13px;
	line-height: 1.45;
}

.wp-block-woocommerce-cart .wc-block-components-product-metadata p {
	margin: 0;
}

.wp-block-woocommerce-cart .wc-block-cart-item__quantity {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 12px;
}

.wp-block-woocommerce-cart .wc-block-components-quantity-selector {
	min-width: 126px;
	height: 38px;
	border: 1px solid #cfd9c4;
	border-radius: 999px;
	background: #fff;
	overflow: hidden;
}

.wp-block-woocommerce-cart .wc-block-components-quantity-selector__button,
.wp-block-woocommerce-cart .wc-block-components-quantity-selector__input {
	min-height: 36px;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.wp-block-woocommerce-cart .wc-block-cart-item__remove-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	border: 1px solid #e0d6be;
	border-radius: 999px;
	color: var(--sn-green-900);
	background: #fff;
}

.wp-block-woocommerce-cart .wc-block-cart__totals-title {
	margin: 0 0 14px;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

.wp-block-woocommerce-cart .wc-block-components-totals-wrapper {
	padding: 16px 0;
	border-top: 1px solid #e4ead9;
}

.wp-block-woocommerce-cart .wc-block-components-totals-wrapper:first-child {
	border-top: 0;
}

.wp-block-woocommerce-cart .wc-block-components-panel__button {
	width: 100%;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 750;
}

.wp-block-woocommerce-cart .wc-block-components-totals-item {
	align-items: flex-start;
}

.wp-block-woocommerce-cart .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-totals-item__description {
	color: #60704e;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 13px;
}

.wp-block-woocommerce-cart .wc-block-components-totals-item__value {
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
	text-align: right;
}

.wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: var(--sn-green-900);
	font-size: 20px;
	font-weight: 850;
	line-height: 1.25;
}

.wp-block-woocommerce-cart .sn-cart-shipping-info {
	margin: 0;
	padding: 16px 0;
	border-top: 1px solid #e4ead9;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
}

.sn-cart-shipping-info__title {
	margin: 0 0 10px;
	color: var(--sn-green-900);
	font-size: 14px;
	font-weight: 850;
	line-height: 1.25;
}

.sn-cart-shipping-info ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sn-cart-shipping-info li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	box-sizing: border-box;
	min-height: 42px;
	border: 1px solid #dfe8d7;
	border-radius: 8px;
	background: #f7faef;
	padding: 10px 12px;
}

.sn-cart-shipping-info li strong {
	color: var(--sn-green-900);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.sn-cart-shipping-info li span {
	flex: 0 0 auto;
	color: var(--sn-green-900);
	font-size: 12px;
	font-weight: 850;
	line-height: 1.2;
	text-transform: uppercase;
}

.sn-cart-shipping-info__note {
	margin: 10px 0 0;
	color: #60704e;
	font-size: 12.5px;
	line-height: 1.45;
}

.wp-block-woocommerce-cart .wc-block-cart__submit {
	margin-top: 16px;
}

.wp-block-woocommerce-cart .wc-block-cart__submit-button {
	width: 100% !important;
	min-height: 54px;
	border-radius: 999px !important;
	background: var(--sn-green-900) !important;
	color: var(--sn-lime) !important;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 850;
}

.wp-block-woocommerce-cart .wc-block-cart__submit-button:hover,
.wp-block-woocommerce-cart .wc-block-cart__submit-button:focus-visible {
	background: #172c20 !important;
	outline: 2px solid var(--sn-lime);
	outline-offset: 2px;
}

body.woocommerce-checkout {
	background: var(--sn-cream);
}

body.woocommerce-checkout main {
	margin-top: 0 !important;
}

body.woocommerce-checkout main::before {
	content: "Zamówienie";
	display: block;
	box-sizing: border-box;
	max-width: var(--sn-max);
	margin: 30px auto 18px;
	padding-inline: 28px;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 850;
	line-height: 1.04;
	letter-spacing: 0;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout {
	box-sizing: border-box;
	max-width: var(--sn-max);
	margin: 0 auto 58px;
	padding-inline: 28px;
	color: var(--sn-green-900);
}

body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar {
	box-sizing: border-box;
}

body.woocommerce-checkout .wc-block-checkout__main {
	display: grid;
	gap: 16px;
}

body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-checkout__sidebar {
	background: #fffdf7;
	border: 1px solid #d8ddcf;
	border-radius: 8px;
	box-shadow: 0 12px 35px rgba(16, 39, 27, 0.06);
}

body.woocommerce-checkout .wc-block-components-checkout-step {
	margin: 0 !important;
	padding: 22px;
}

body.woocommerce-checkout .wc-block-components-checkout-step__heading {
	margin: 0 0 16px;
	padding: 0;
}

body.woocommerce-checkout .wc-block-components-title.wc-block-components-checkout-step__title {
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 22px;
	font-weight: 850;
	line-height: 1.18;
}

body.woocommerce-checkout .wc-block-components-checkout-step__description,
body.woocommerce-checkout .wc-block-components-checkout-step__heading-content,
body.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
	color: #60704e;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.45;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-address-form input,
body.woocommerce-checkout .wc-block-components-address-form select,
body.woocommerce-checkout .wc-block-components-address-form textarea {
	min-height: 54px;
	border: 1px solid #cfd9c4 !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 15px;
	box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-combobox label,
body.woocommerce-checkout .wc-block-components-address-form label {
	color: #60704e;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 13px;
}

body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input:focus,
body.woocommerce-checkout .wc-block-components-address-form input:focus,
body.woocommerce-checkout .wc-block-components-address-form select:focus,
body.woocommerce-checkout .wc-block-components-address-form textarea:focus {
	border-color: var(--sn-green-900) !important;
	outline: 2px solid rgba(203, 241, 75, 0.55);
	outline-offset: 1px;
}

body.woocommerce-checkout .wc-block-checkout__sidebar {
	padding: 18px;
}

body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel__button,
body.woocommerce-checkout .wc-block-components-order-summary__button-text {
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 850;
}

body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
	border-color: #e4ead9;
}

body.woocommerce-checkout .wc-block-components-product-name {
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
	font-weight: 800;
	line-height: 1.28;
}

body.woocommerce-checkout .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-totals-item__description {
	color: #60704e;
	font-size: 13px;
	line-height: 1.45;
}

body.woocommerce-checkout .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-item__value {
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 20px;
	font-weight: 850;
}

body.woocommerce-checkout .wc-block-components-radio-control__option {
	background: #fff;
	border: 1px solid #e4ead9;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 14px;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-components-button:not(.is-link) {
	border-radius: 999px !important;
	background: var(--sn-green-900) !important;
	color: var(--sn-lime) !important;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 850;
	min-height: 54px;
}

body.woocommerce-checkout .sn-checkout-terms-legacy {
	display: none !important;
}

body.woocommerce-checkout .sn-checkout-terms-consent {
	box-sizing: border-box;
	margin: 16px 0 14px;
	padding: 16px 18px;
	background: #fffdf7;
	border: 1px solid #d8ddcf;
	border-radius: 8px;
	color: var(--sn-green-900);
	font-family: "DM Sans", Arial, sans-serif;
}

body.woocommerce-checkout .sn-checkout-terms-consent.has-error {
	border-color: #b42318;
	box-shadow: 0 0 0 2px rgba(180, 35, 24, 0.08);
}

body.woocommerce-checkout .sn-checkout-terms-consent__label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	cursor: pointer;
}

body.woocommerce-checkout .sn-checkout-terms-consent__input {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	margin: 1px 0 0;
	accent-color: var(--sn-green-900);
	cursor: pointer;
}

body.woocommerce-checkout .sn-checkout-terms-consent a {
	color: var(--sn-green-900);
	font-weight: 850;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.woocommerce-checkout .sn-checkout-terms-consent__error {
	margin: 10px 0 0 32px;
	color: #b42318;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

body.woocommerce-checkout .sn-is-disabled-by-terms {
	opacity: 0.58;
	cursor: not-allowed !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__option {
	box-sizing: border-box;
	min-height: 56px;
	padding: 15px 16px 15px 58px !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__input {
	top: 50% !important;
	left: 18px !important;
	transform: translateY(-50%);
	z-index: 2;
}

body.woocommerce-checkout .wc-block-components-radio-control__option-layout {
	display: flex !important;
	align-items: center;
	justify-content: flex-start !important;
	gap: 14px;
	width: 100%;
	min-width: 0;
}

body.woocommerce-checkout .wc-block-components-radio-control__label-group {
	display: flex !important;
	align-items: center;
	justify-content: flex-start !important;
	flex: 1 1 auto !important;
	width: 100% !important;
	min-width: 0;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__label {
	display: flex !important;
	align-items: center;
	flex: 0 1 auto !important;
	gap: 10px;
	min-width: 0;
	line-height: 1.25;
}

body.woocommerce-checkout .wc-block-components-radio-control__secondary-label {
	flex: 0 0 auto;
	margin-left: auto !important;
	text-align: right;
	white-space: nowrap;
}

body.woocommerce-checkout .wc-block-components-radio-control-accordion-option {
	overflow: hidden;
	border-radius: 8px;
}

body.woocommerce-checkout .wc-block-components-radio-control-accordion-content {
	padding: 0 18px 18px 58px !important;
}

@media (max-width: 1100px) {
	.sn-nav-row {
		padding-block: 8px;
	}

	.sn-nav .wp-block-navigation a {
		font-size: 12.5px;
		padding-inline: 10px;
	}

	.sn-quick-menu > a,
	.sn-nav-drop > summary {
		font-size: 13px;
		padding-inline: 8px;
	}

	.sn-cat-panel {
		grid-template-columns: repeat(2, minmax(190px, 1fr));
		width: min(620px, calc(100vw - 40px));
	}

	.sn-hero-grid,
	.sn-product-main > .wp-block-columns {
		grid-template-columns: 1fr;
	}

	.sn-market-hero {
		min-height: 380px;
	}

	.sn-market-hero-content {
		padding: 58px 46px;
	}

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

	.sn-trust > .wp-block-group,
	.sn-footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-woocommerce-product-template {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	html,
	body {
		overflow-x: hidden;
	}

	.sn-wrap {
		padding-inline: 18px;
	}

	.sn-topbar .wp-block-group,
	.sn-footer-bottom > .wp-block-group {
		align-items: flex-start !important;
		flex-direction: column;
	}

	.sn-topbar .sn-wrap {
		align-items: center !important;
		flex-direction: row !important;
		min-height: 38px;
		gap: 8px;
	}

	.sn-topbar p {
		margin: 0;
		font-size: 12px;
		line-height: 1.2;
	}

	.sn-topbar p:nth-child(2) {
		display: none;
	}

	.sn-main-header > .wp-block-group {
		align-items: center !important;
		flex-direction: row !important;
		gap: 12px;
		min-height: 0;
		padding-block: 14px;
	}

	.sn-logo {
		flex: 1 1 auto;
		min-width: 0;
	}

	.sn-logo-main {
		font-size: 22px;
	}

	.sn-logo-sub {
		font-size: 8px;
		letter-spacing: 0.24em;
	}

	.sn-header-actions {
		align-items: center !important;
		flex: 0 0 auto;
		flex-direction: row !important;
		gap: 8px;
	}

	.sn-account-link {
		display: none;
	}

	.sn-mini-cart .wc-block-mini-cart__button {
		min-height: 42px;
		padding: 8px 12px;
	}

	.sn-search.wp-block-search {
		flex: 1 0 100%;
		order: 5;
		width: 100%;
		max-width: none;
		min-width: 0;
		padding: 5px;
	}

	.sn-search .wp-block-search__input {
		flex: 1 1 0;
		font-size: 14px;
		padding-left: 12px;
		width: 0 !important;
	}

	.sn-search .wp-block-search__button {
		display: none;
	}

	.sn-nav {
		position: relative;
		overflow: visible;
	}

	.sn-nav-row {
		align-items: center !important;
		flex-direction: row !important;
		justify-content: space-between;
		gap: 8px;
		min-height: 64px;
		max-width: 100%;
		overflow: visible;
		padding-inline: 18px;
	}

	.sn-cat-button a,
	.sn-cat-trigger,
	.sn-promo-link a,
	.sn-mobile-free-delivery {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		width: 100%;
		min-height: 42px;
		border-radius: 999px;
		padding: 9px 10px;
		font-size: 12px;
		font-weight: 850;
		line-height: 1.1;
		text-align: center;
		white-space: normal;
	}

	.sn-cat-menu,
	.sn-promo-link,
	.sn-mobile-free-delivery {
		flex: 1 1 0;
		min-width: 0;
	}

	.sn-cat-trigger,
	.sn-promo-link a {
		background: var(--sn-lime);
		color: var(--sn-green-900);
	}

	.sn-mobile-free-delivery {
		margin: 0;
		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(203, 241, 75, 0.38);
		color: #f3eedf;
		text-transform: uppercase;
	}

	.sn-cat-menu[open] .sn-cat-trigger {
		background: #f3eedf;
		color: var(--sn-green-900);
	}

	.sn-cat-panel {
		position: fixed;
		top: 138px;
		bottom: 14px;
		left: 12px;
		right: 12px;
		z-index: 60;
		grid-template-columns: 1fr;
		width: auto;
		max-height: none;
		padding: 14px;
		overflow-y: auto;
		overscroll-behavior: contain;
		background: #fffdf7;
		border-color: rgba(20, 32, 25, 0.18);
		border-radius: 12px;
		box-shadow: 0 24px 70px rgba(5, 20, 13, 0.35);
	}

	.sn-cat-menu[open]::before {
		content: "";
		position: fixed;
		inset: 0;
		z-index: 55;
		background: rgba(10, 31, 21, 0.42);
	}

	.sn-cat-menu[open] .sn-cat-trigger,
	.sn-cat-menu[open] .sn-cat-panel {
		z-index: 61;
	}

	.sn-cat-menu[open] .sn-cat-panel {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.sn-cat-group {
		gap: 6px;
		padding: 14px;
		border: 1px solid #e5eadc;
		border-radius: 10px;
		background: #fff;
	}

	.sn-cat-group:last-child {
		padding-bottom: 14px;
	}

	.sn-cat-group h3 {
		margin-bottom: 10px;
		color: #000;
		font-size: 13px;
		letter-spacing: 0.06em;
	}

	.sn-cat-panel a {
		min-height: 44px;
		padding: 11px 12px;
		background: #f7f4ec;
		border: 1px solid #e5eadc;
		border-radius: 8px;
		font-size: 15px;
		font-weight: 800;
	}

	.sn-quick-menu {
		display: none;
	}

	.sn-nav-drop-panel {
		box-sizing: border-box;
		position: fixed;
		top: auto;
		left: 12px;
		right: 12px;
		width: calc(100vw - 48px);
		min-width: 0;
		max-width: calc(100vw - 48px);
		max-height: min(320px, 55vh);
		overflow-x: hidden;
		overflow-y: auto;
	}

	.sn-nav-drop-panel a {
		box-sizing: border-box;
		width: 100%;
		min-height: 42px;
		font-size: 14px;
		white-space: normal;
	}

	.sn-nav .wp-block-navigation {
		flex: 0 0 auto;
	}

	.sn-shop-toolbar {
		align-items: stretch !important;
		flex-direction: column !important;
		gap: 12px;
	}

	.sn-shop-toolbar .woocommerce-ordering,
	.sn-shop-toolbar .woocommerce-ordering select,
	.sn-shop-toolbar .wc-block-catalog-sorting,
	.sn-shop-toolbar .wc-block-catalog-sorting select,
	.sn-shop-toolbar select.orderby {
		width: 100%;
	}

	.sn-shop-main .taxonomy-description,
	.sn-shop-main .wp-block-term-description {
		margin-bottom: 18px !important;
		font-size: 15px;
		line-height: 1.55;
	}

	.sn-hero-content {
		padding: 36px 26px;
	}

	.sn-market-hero-wrap {
		padding-top: 16px;
	}

	.sn-market-hero {
		min-height: 405px;
		border-radius: 16px;
		background:
			linear-gradient(90deg, rgba(250, 246, 237, 0.97) 0%, rgba(250, 246, 237, 0.92) 42%, rgba(250, 246, 237, 0.38) 76%, rgba(250, 246, 237, 0.14) 100%),
			linear-gradient(180deg, rgba(250, 246, 237, 0.1) 0%, rgba(250, 246, 237, 0.34) 70%, rgba(250, 246, 237, 0.74) 100%),
			url("assets/images/sn-home-market-banner-woman.jpg") 73% top / auto 100% no-repeat,
			#f6efe2;
	}

	.sn-market-hero-content {
		padding: 92px 24px 28px;
		max-width: 100%;
	}

	.sn-market-hero h1 {
		max-width: 305px;
		margin: 14px 0 14px;
		font-size: 31px;
		line-height: 1.08;
	}

	.sn-market-hero-content > p:not(.sn-kicker) {
		max-width: 310px;
		margin-bottom: 22px;
		font-size: 15px;
		line-height: 1.45;
	}

	.sn-market-hero-button {
		width: 100%;
		box-sizing: border-box;
		min-height: 48px;
		padding-inline: 18px;
		font-size: 14px;
	}

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

	.sn-trust > .wp-block-group,
	.sn-footer-grid,
	.sn-benefits {
		grid-template-columns: 1fr;
	}

	.sn-trust-item {
		border-right: 0;
		border-bottom: 1px solid rgba(243, 238, 223, 0.12);
	}

	.sn-sale-banner,
	.sn-newsletter {
		padding: 34px 24px;
	}

	.sn-sale-media {
		flex-basis: 100%;
		width: 100%;
		max-width: 260px;
		margin-inline: auto;
	}

	.sn-newsletter h2 {
		font-size: 30px;
	}

	.sn-newsletter-row {
		flex-direction: column;
		align-items: stretch;
		border-radius: 24px;
		padding: 10px;
	}

	.sn-newsletter-row input[type="email"],
	.sn-newsletter-row button {
		width: 100%;
	}

	.sn-newsletter-row button {
		justify-content: center;
	}

	.sn-newsletter-consent {
		font-size: 12px;
	}

	.sn-newsletter-feedback.is-loading,
	.sn-newsletter-feedback.is-error,
	.sn-newsletter-feedback.is-success {
		padding: 16px;
	}

	.sn-newsletter-code,
	.sn-newsletter-cart-link {
		width: 100%;
		box-sizing: border-box;
	}

	.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-woocommerce-product-template {
		grid-template-columns: 1fr !important;
	}

	.sn-section .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-post-title {
		font-size: 14px !important;
	}

	.woocommerce-cart .wp-block-post-title,
	.woocommerce-cart main h1 {
		margin: 22px 0 18px;
		font-size: 36px !important;
		line-height: 1.05;
	}

	.wp-block-woocommerce-cart {
		margin-bottom: 34px;
	}

	.wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 14px;
	}

	.wp-block-woocommerce-cart .wc-block-cart__main,
	.wp-block-woocommerce-cart .wc-block-cart__sidebar {
		border-radius: 8px;
	}

	.wp-block-woocommerce-cart .wc-block-cart__sidebar {
		padding: 14px;
	}

	.wp-block-woocommerce-cart .wc-block-cart-items,
	.wp-block-woocommerce-cart .wc-block-cart-items tbody,
	.wp-block-woocommerce-cart .wc-block-cart-items td {
		display: block !important;
		width: 100% !important;
	}

	.wp-block-woocommerce-cart .wc-block-cart-items thead {
		display: none !important;
	}

	.wp-block-woocommerce-cart .wc-block-cart-items tbody {
		padding: 0;
	}

	.wp-block-woocommerce-cart .wc-block-cart-items tr.wc-block-cart-items__row {
		display: grid !important;
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 12px;
		padding: 14px;
		background: #fffdf7;
		border: 0;
	}

	.wp-block-woocommerce-cart .wc-block-cart-items__row td {
		width: auto !important;
		padding: 0 !important;
		border: 0 !important;
	}

	.wp-block-woocommerce-cart .wc-block-cart-item__image {
		grid-column: 1;
		grid-row: 1 / span 3;
		width: 82px !important;
	}

	.wp-block-woocommerce-cart .wc-block-cart-item__image a {
		display: block;
		width: 82px;
	}

	.wp-block-woocommerce-cart .wc-block-cart-item__image img {
		width: 82px !important;
		height: 82px !important;
		max-width: 82px !important;
		box-sizing: border-box;
		padding: 7px;
	}

	.wp-block-woocommerce-cart .wc-block-cart-item__product {
		grid-column: 2 / -1 !important;
		min-width: 0;
	}

	.wp-block-woocommerce-cart .wc-block-components-product-name {
		display: -webkit-box;
		overflow: hidden;
		font-size: 14px !important;
		line-height: 1.28;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.wp-block-woocommerce-cart .wc-block-cart-item__prices {
		margin-top: 6px;
		font-size: 14px;
	}

	.wp-block-woocommerce-cart .wc-block-components-product-metadata {
		display: -webkit-box;
		overflow: hidden;
		margin-top: 6px;
		font-size: 12px;
		line-height: 1.38;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.wp-block-woocommerce-cart .wc-block-cart-item__quantity {
		gap: 8px;
		margin-top: 10px;
	}

	.wp-block-woocommerce-cart .wc-block-components-quantity-selector {
		min-width: 118px;
		height: 36px;
	}

	.wp-block-woocommerce-cart .wc-block-components-quantity-selector__button,
	.wp-block-woocommerce-cart .wc-block-components-quantity-selector__input {
		min-height: 34px;
		font-size: 14px;
	}

	.wp-block-woocommerce-cart .wc-block-cart-item__remove-link {
		width: 36px !important;
		height: 36px !important;
		min-width: 36px !important;
	}

	.wp-block-woocommerce-cart .wc-block-cart-items td.wc-block-cart-item__total {
		display: none !important;
		width: 0 !important;
	}

	.wp-block-woocommerce-cart .wc-block-cart__totals-title {
		font-size: 17px;
	}

	.wp-block-woocommerce-cart .wc-block-components-totals-wrapper {
		padding: 13px 0;
	}

	.wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
	.wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
		font-size: 18px;
	}

	.wp-block-woocommerce-cart .sn-cart-shipping-info {
		padding: 14px 0;
	}

	.sn-cart-shipping-info li {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.wp-block-woocommerce-cart .wc-block-cart__submit-button {
		min-height: 50px;
		font-size: 15px;
	}

	body.woocommerce-checkout main::before {
		margin: 24px auto 14px;
		padding-inline: 18px;
		font-size: 34px;
	}

	body.woocommerce-checkout .wp-block-woocommerce-checkout {
		margin-bottom: 36px;
		padding-inline: 0;
	}

	body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
		display: flex !important;
		flex-direction: column !important;
	}

	body.woocommerce-checkout .wc-block-checkout__sidebar {
		order: -1 !important;
	}

	body.woocommerce-checkout .wc-block-checkout__main {
		order: 1 !important;
	}

	body.woocommerce-checkout .wc-block-checkout__main .wp-block-woocommerce-checkout-order-summary-block,
	body.woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-order-summary__title {
		display: none !important;
	}

	body.woocommerce-checkout .wc-block-checkout__main,
	body.woocommerce-checkout .wc-block-checkout__sidebar {
		width: 100% !important;
		max-width: none !important;
		margin-inline: 0 !important;
	}

	body.woocommerce-checkout .wc-block-components-checkout-step,
	body.woocommerce-checkout .wc-block-checkout__sidebar {
		border-right: 0;
		border-left: 0;
		border-radius: 0;
		box-shadow: none;
	}

	body.woocommerce-checkout .wc-block-components-checkout-step {
		padding: 18px;
	}

	body.woocommerce-checkout .wc-block-components-title.wc-block-components-checkout-step__title {
		font-size: 21px;
	}

	body.woocommerce-checkout .wc-block-components-text-input input,
	body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
	body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
	body.woocommerce-checkout .wc-block-components-address-form input,
	body.woocommerce-checkout .wc-block-components-address-form select,
	body.woocommerce-checkout .wc-block-components-address-form textarea {
		min-height: 52px;
		font-size: 15px;
	}

	body.woocommerce-checkout .wc-block-checkout__sidebar {
		padding: 16px 18px;
	}

	body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
	body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
		font-size: 18px;
	}

	body.woocommerce-checkout .wc-block-components-radio-control__option {
		padding: 15px 14px 15px 56px !important;
	}

	body.woocommerce-checkout .wc-block-components-radio-control__input {
		left: 18px !important;
	}

	body.woocommerce-checkout .wc-block-components-radio-control__label {
		font-size: 15.5px;
	}

	body.woocommerce-checkout .wc-block-components-radio-control__secondary-label {
		font-size: 14.5px;
	}

	body.woocommerce-checkout .wc-block-components-radio-control-accordion-content {
		padding: 0 14px 16px 56px !important;
	}

	.sn-product-details .woocommerce-Tabs-panel--description {
		padding: 22px 18px;
	}

	.sn-product-copy-section {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 16px 0;
	}

	.sn-product-copy-text {
		font-size: 15px;
		line-height: 1.65;
	}
}

