:root {
	--brand-dark: var(--wp--preset--color--brand-dark, #0f172a);
	--primary-blue: var(--wp--preset--color--primary, #2563eb);
	--action-orange: var(--wp--preset--color--action, #f97316);
	--action-orange-hover: #ea580c;
	--commerce-orange: var(--wp--preset--color--action, #f97316);
	--success: #16a34a;
	--danger: #dc2626;
	--page-background: #f8fafc;
	--surface: #fff;
	--main-text: #111827;
	--muted-text: #64748b;
	--border: #e2e8f0;
}

html {
	min-width: 320px;
	background: var(--page-background);
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--page-background);
	color: var(--main-text);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.woocommerce .password-input .show-password-input {
	width: 44px;
	height: 44px;
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce .woocommerce-form__input-checkbox {
	width: 24px;
	height: 24px;
	margin-right: 8px;
	vertical-align: middle;
}

.wp-block-post-content > .commerce-section {
	margin-block-start: 0 !important;
}

.commerce-container {
	width: min(1240px, calc(100% - 48px));
}

.commerce-site-header {
	position: sticky;
	z-index: 30;
	top: 0;
	box-shadow: 0 1px 0 var(--border);
}

.commerce-site-header:not(.has-background) {
	background: var(--surface);
}

.commerce-announcement:not(.has-background) {
	min-height: 32px;
	background: var(--brand-dark);
}

.commerce-announcement:not(.has-text-color) {
	color: #e2e8f0;
}

.commerce-announcement {
	min-height: 32px;
	font-size: .76rem;
	font-weight: 600;
}

.commerce-announcement .commerce-container {
	min-height: 32px;
}

.commerce-announcement span:not(.has-text-color) {
	color: #94a3b8;
}

.commerce-header-main {
	min-height: 76px;
	grid-template-columns: auto minmax(260px, 680px) auto;
	gap: 32px;
}

.commerce-brand {
	display: grid;
	color: var(--brand-dark) !important;
	font-size: 1.35rem;
	font-weight: 900;
	letter-spacing: -.05em;
	line-height: 1;
}

.commerce-brand img {
	width: auto;
	max-width: 180px;
	height: 38px;
	object-fit: contain;
	object-position: left center;
}

.commerce-brand small {
	margin-top: 5px;
	color: var(--muted-text);
	font-size: .58rem;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.commerce-search-box {
	position: relative;
	min-width: 0;
}

.commerce-search {
	min-height: 46px;
	border: 2px solid var(--primary-blue);
	border-radius: 12px;
}

.commerce-search:focus-within {
	outline: 3px solid rgb(37 99 235 / 16%);
}

.commerce-search input {
	padding: 0 16px;
}

.commerce-search button {
	position: relative;
	display: grid;
	width: 52px;
	place-items: center;
	background: var(--primary-blue);
	font-size: 0;
}

.commerce-search button svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-width: 2;
}

.commerce-search-popover {
	position: absolute;
	z-index: 120;
	top: calc(100% + 9px);
	right: 0;
	left: 0;
	overflow: hidden;
	max-height: min(620px, calc(100vh - 190px));
	overflow-y: auto;
	border: 1px solid var(--border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 65px rgb(15 23 42 / 20%);
}

.commerce-search-popover[hidden] {
	display: none;
}

.commerce-search-popover [role="option"].is-keyboard-active {
	outline: 3px solid rgb(37 99 235 / 24%);
	outline-offset: -3px;
	background: #eff6ff !important;
}

.commerce-search-panel-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px 9px;
	color: var(--brand-dark);
	font-size: .74rem;
}

.commerce-search-panel-title small {
	color: var(--muted-text);
	font-weight: 650;
}

.commerce-search-popular-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 4px 16px 14px;
}

.commerce-search-popular-list a {
	display: inline-flex !important;
	width: auto;
	grid-template-columns: 20px auto 0 !important;
	gap: 5px !important;
	border: 1px solid #dbeafe !important;
	border-radius: 999px !important;
	background: #eff6ff;
	padding: 7px 10px !important;
	color: var(--primary-blue) !important;
	font-size: .7rem;
	font-weight: 800;
	text-decoration: none !important;
}

.commerce-search-featured-categories {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	padding: 4px 16px 16px;
}

.commerce-search-featured-categories > a {
	display: grid;
	min-width: 0;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: linear-gradient(145deg, #fff, #f8fafc);
	padding: 9px;
	color: var(--brand-dark) !important;
	text-decoration: none !important;
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.commerce-search-featured-categories > a:hover {
	border-color: #bfdbfe;
	box-shadow: 0 10px 24px rgb(15 23 42 / 8%);
	transform: translateY(-1px);
}

.commerce-search-featured-categories .commerce-search-result-media {
	width: 54px;
	height: 54px;
	border-radius: 11px;
	background: #f1f5f9;
}

.commerce-search-featured-categories > a > span:nth-child(2) {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.commerce-search-featured-categories strong,
.commerce-search-featured-categories small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.commerce-search-featured-categories small {
	color: var(--muted-text);
	font-size: .65rem;
}

.commerce-search-featured-categories b {
	color: var(--action-orange);
}

.commerce-search-popover > a {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	border-top: 1px solid #eef2f7;
	padding: 10px 16px;
	color: var(--brand-dark) !important;
	text-decoration: none !important;
}

.commerce-search-popover > a:hover {
	background: #f8fafc;
}

.commerce-search-result-media {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	overflow: hidden;
	border-radius: 11px;
	background: #eff6ff;
	color: var(--primary-blue);
	font-weight: 900;
}

.commerce-search-result-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.commerce-search-popover > a > span:nth-child(2) {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.commerce-search-popover > a strong,
.commerce-search-popover > a small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.commerce-search-popover > a small {
	color: var(--muted-text);
	font-size: .66rem;
}

.commerce-search-popover > a > b {
	color: var(--primary-blue);
	font-size: .72rem;
	text-align: right;
}

.commerce-search-hint,
.commerce-search-state {
	margin: 0;
	padding: 14px 16px 16px;
	color: var(--muted-text);
	font-size: .72rem;
}

.commerce-header-actions {
	display: flex;
	align-items: center;
	gap: 18px;
}

.commerce-products-link {
	color: var(--primary-blue) !important;
	font-size: .75rem;
	font-weight: 850;
	text-decoration: none !important;
	white-space: nowrap;
}

.commerce-cart-link {
	display: inline-flex;
	min-width: 44px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	color: var(--brand-dark) !important;
	font-size: .82rem;
	font-weight: 850;
}

.commerce-cart-link > svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.commerce-header-nav-wrap {
	border-top: 1px solid var(--border);
}

.commerce-header-nav {
	min-height: 58px;
	gap: 20px;
}

.commerce-category-menu {
	min-width: 204px;
}

.commerce-category-menu summary {
	min-height: 46px;
	gap: 11px;
	border-radius: 13px;
	background: var(--brand-dark);
	padding: 7px 16px 7px 10px;
	box-shadow: 0 8px 20px rgb(15 23 42 / 16%);
}

.commerce-category-menu summary > span {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 9px;
	background: rgb(255 255 255 / 12%);
}

.commerce-category-menu summary strong::before {
	display: block;
	color: #bfdbfe;
	font-size: .6rem;
	font-weight: 650;
	content: "Ürünleri keşfet";
}

.commerce-category-menu__panel {
	width: min(940px, calc(100vw - 48px));
	max-height: min(560px, calc(100vh - 190px));
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	border-radius: 20px;
	padding: 24px;
	box-shadow: 0 26px 70px rgb(15 23 42 / 18%);
}

.commerce-category-menu__group {
	min-height: 74px;
	border: 1px solid var(--border);
	border-radius: 14px;
	padding: 6px;
	box-shadow: 0 4px 14px rgb(15 23 42 / 4%);
}

.commerce-category-menu__parent {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	padding: 10px;
	color: var(--brand-dark) !important;
	text-decoration: none !important;
}

.commerce-category-menu__parent > span {
	display: grid;
}

.commerce-category-menu__parent > b {
	color: var(--action-orange);
}

.commerce-category-menu__children {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	padding: 0 10px 8px;
}

.commerce-category-menu__children a {
	border-radius: 7px;
	background: #f8fafc;
	padding: 5px 7px;
	color: var(--muted-text) !important;
	font-size: .68rem;
	font-weight: 750;
	text-decoration: none !important;
}

.commerce-category-menu:hover .commerce-category-menu__panel {
	display: grid;
}

.commerce-category-menu {
	position: relative;
	flex: 0 0 auto;
}

.commerce-category-menu__trigger {
	display: flex;
	width: 100%;
	min-height: 46px;
	align-items: center;
	gap: 11px;
	border: 0;
	border-radius: 13px;
	background: var(--brand-dark);
	padding: 7px 16px 7px 10px;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 8px 20px rgb(15 23 42 / 16%);
	transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.commerce-category-menu:is(:hover, :focus-within, .is-open) .commerce-category-menu__trigger {
	background: #1e3a5f;
	box-shadow: 0 11px 28px rgb(15 23 42 / 23%);
	transform: translateY(-1px);
}

.commerce-category-menu__trigger > span {
	display: grid;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	place-items: center;
	border-radius: 9px;
	background: rgb(255 255 255 / 12%);
}

.commerce-category-menu__trigger svg {
	width: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.commerce-category-menu__trigger strong {
	display: grid;
	text-align: left;
}

.commerce-category-menu__trigger strong::before {
	display: block;
	color: #bfdbfe;
	font-size: .6rem;
	font-weight: 650;
	content: "Ürünleri keşfet";
}

.commerce-category-menu .commerce-category-menu__panel {
	position: absolute;
	z-index: 120;
	top: calc(100% + 8px);
	left: 0;
	display: block;
	overflow: hidden;
	width: min(420px, calc(100vw - 48px));
	height: min(calc(34px + (var(--category-menu-rows, 6) * 52px)), calc(100vh - 190px));
	max-height: none;
	grid-template-columns: none;
	gap: 0;
	border: 1px solid var(--border);
	border-radius: 20px;
	visibility: hidden;
	background: #fff;
	padding: 0;
	opacity: 0;
	box-shadow: 0 26px 70px rgb(15 23 42 / 18%);
	transform: translateY(8px) scale(.99);
	transform-origin: top left;
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.commerce-category-menu:is(:hover, :focus-within, .is-open) .commerce-category-menu__panel {
	display: block;
	visibility: visible;
	opacity: 1;
	transform: translateY(0) scale(1);
}

.commerce-category-menu__viewport {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #eff6ff;
}

.commerce-category-view {
	--view-color: #2563eb;
	--view-soft: #eff6ff;
	--view-surface: #f8fbff;
	position: absolute;
	inset: 0;
	display: grid;
	align-content: start;
	overflow-y: auto;
	background:
		linear-gradient(90deg, var(--view-surface), #fff 74%);
	padding: 16px;
	opacity: 0;
	pointer-events: none;
	transform: translateX(100%);
	transition: opacity 180ms ease, transform 240ms cubic-bezier(.22, .8, .24, 1);
}

.commerce-category-view.theme-0 { --view-color: #2563eb; --view-soft: #dbeafe; --view-surface: #eff6ff; }
.commerce-category-view.theme-1 { --view-color: #7c3aed; --view-soft: #ede9fe; --view-surface: #f5f3ff; }
.commerce-category-view.theme-2 { --view-color: #ea580c; --view-soft: #ffedd5; --view-surface: #fff7ed; }
.commerce-category-view.theme-3 { --view-color: #0891b2; --view-soft: #cffafe; --view-surface: #ecfeff; }

.commerce-category-view.is-active {
	z-index: 2;
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.commerce-category-view.is-leaving {
	z-index: 1;
	opacity: 0;
	transform: translateX(-100%);
}

.commerce-category-view.is-entering.is-reversing {
	transform: translateX(-100%);
}

.commerce-category-view.is-leaving.is-reversing {
	transform: translateX(100%);
}

.commerce-category-view.is-active.is-entering {
	opacity: 1;
	transform: translateX(0);
}

.commerce-category-view:not([data-category-view="root"]) {
	grid-template-columns: 50px minmax(0, 1fr);
	grid-template-rows: minmax(0, 1fr);
	align-content: stretch;
	overflow: hidden;
	padding: 0;
}

.commerce-category-view__content {
	min-height: 0;
	overflow-y: auto;
	padding: 16px;
}

.commerce-category-view__rail {
	display: flex;
	height: 100%;
	min-height: 100%;
	align-self: stretch;
	flex-direction: column;
	align-items: center;
	background: linear-gradient(180deg, var(--view-color), color-mix(in srgb, var(--view-color) 74%, #0f172a));
	padding: 12px 6px;
	box-shadow: 5px 0 15px color-mix(in srgb, var(--view-color) 12%, transparent);
}

.commerce-category-view__rail button {
	display: grid;
	justify-items: center;
	gap: 7px;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.commerce-category-view__rail button span {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: rgb(255 255 255 / 18%);
	font-size: .95rem;
}

.commerce-category-view__rail button em {
	font-size: .65rem;
	font-style: normal;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.commerce-category-view__rail i {
	width: 1px;
	flex: 1;
	margin-top: 16px;
	background: linear-gradient(#fff8, transparent);
}

.commerce-category-view header {
	display: grid;
	gap: 5px;
	border-bottom: 1px solid color-mix(in srgb, var(--view-color) 18%, #e2e8f0);
	padding-bottom: 18px;
}

.commerce-category-view header > span {
	color: var(--view-color);
	font-size: .66rem;
	font-weight: 900;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.commerce-category-view header > strong {
	color: var(--brand-dark);
	font-size: 1.45rem;
	letter-spacing: -.035em;
}

.commerce-category-view header p {
	max-width: 560px;
	margin: 2px 0 0;
	color: var(--muted-text);
	font-size: .76rem;
}

.commerce-category-view__items {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	padding: 0;
}

.commerce-category-view__items > a,
.commerce-category-view__items > button {
	display: flex;
	min-width: 0;
	min-height: 48px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border: 0;
	border-bottom: 1px solid color-mix(in srgb, var(--view-color) 15%, #dbe3ee);
	border-radius: 0;
	background: transparent;
	padding: 7px 8px;
	color: var(--brand-dark) !important;
	text-align: left;
	text-decoration: none !important;
	cursor: pointer;
	box-shadow: none;
	transition: background 140ms ease, color 140ms ease;
}

.commerce-category-view__items > :is(a, button):hover {
	background: color-mix(in srgb, var(--view-color) 8%, #fff);
	color: var(--view-color) !important;
}

.commerce-category-view__items > :is(a, button) > span {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.commerce-category-view__items strong,
.commerce-category-view__items small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.commerce-category-view__items small {
	color: var(--muted-text);
	font-size: .65rem;
}

.commerce-category-view__items b,
.commerce-category-view footer b { color: var(--view-color); }

.commerce-category-view__items > :is(a, button) > b {
	width: auto;
	height: auto;
	flex: 0 0 auto;
	background: transparent;
	color: var(--view-color);
	font-size: 1.22rem;
	transition: transform 160ms ease;
}

.commerce-category-view__items > :is(a, button):hover > b {
	background: transparent;
	color: var(--view-color);
	transform: translateX(2px);
}

.commerce-category-view__items > .commerce-category-view__current {
	margin-bottom: 5px;
	border-bottom-color: color-mix(in srgb, var(--view-color) 28%, #dbe3ee);
	color: var(--view-color) !important;
	font-weight: 800;
}

.commerce-category-view footer {
	margin-top: auto;
	border-top: 1px solid #eef2f7;
	padding-top: 15px;
}

.commerce-category-view footer a {
	color: var(--view-color) !important;
	font-size: .75rem;
	font-weight: 850;
	text-decoration: none !important;
}

.commerce-header-nav nav {
	gap: clamp(8px, 1.5vw, 22px);
}

.commerce-header-nav nav a {
	min-height: 38px;
	border-radius: 10px;
	padding: 7px 10px;
}

.commerce-header-nav nav a.is-highlighted {
	position: relative;
	overflow: hidden;
	min-height: 40px;
	background: linear-gradient(135deg, color-mix(in srgb, var(--action-orange), #fff 16%), var(--action-orange));
	padding: 8px 16px;
	box-shadow: 0 8px 20px rgb(249 115 22 / 26%);
}

.commerce-header-nav nav a.is-highlighted::before {
	margin-right: 7px;
	color: #fef3c7;
	content: "★";
	filter: drop-shadow(0 0 4px rgb(255 255 255 / 75%));
}

.commerce-hero {
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 30%, rgb(249 115 22 / 16%), transparent 28%),
		linear-gradient(110deg, #eff6ff 0%, #f8fafc 48%, #fff7ed 100%);
	padding: 0;
}

.commerce-section[style*="--commerce-section-bg"] {
	background: var(--commerce-section-bg);
}

.commerce-section[style*="--commerce-section-text"],
.commerce-section[style*="--commerce-section-text"] :is(h1, h2, h3, p, strong) {
	color: var(--commerce-section-text);
}

.commerce-section[style*="--commerce-section-accent"] :is(.commerce-eyebrow, .commerce-section-heading > a) {
	color: var(--commerce-section-accent);
}

.commerce-section[style*="--commerce-section-accent"] .commerce-button--action {
	background: var(--commerce-section-accent);
}

.commerce-hero__grid {
	min-height: 470px;
	grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr);
	gap: 56px;
	padding-block: 44px;
}

.commerce-hero__copy {
	max-width: 650px;
}

.commerce-hero__copy h1 {
	max-width: 640px;
	margin: 20px 0 0;
	font-size: clamp(2.55rem, 4.8vw, 4.6rem);
	line-height: 1.01;
	letter-spacing: -.06em;
	text-wrap: balance;
}

.commerce-hero__copy > p {
	max-width: 570px;
	margin: 22px 0 0;
	font-size: 1.08rem;
	line-height: 1.7;
}

.commerce-actions {
	gap: 12px;
	margin-top: 30px;
}

.commerce-button--custom,
.commerce-section-link {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: 1px solid transparent;
	padding: 8px 12px;
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none !important;
}

.commerce-button--custom.is-text,
.commerce-section-link.is-text {
	min-height: auto;
	padding: 0;
}

.commerce-hero__visual {
	min-height: 380px;
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 72%);
	border-radius: 36px;
	background: rgb(255 255 255 / 55%);
	box-shadow: 0 30px 80px rgb(15 23 42 / 12%);
	backdrop-filter: blur(16px);
}

.commerce-hero__visual::before,
.commerce-hero__visual::after {
	position: absolute;
	border-radius: 50%;
	content: "";
}

.commerce-hero__visual::before {
	width: 240px;
	height: 240px;
	top: -60px;
	right: -40px;
	background: rgb(37 99 235 / 18%);
}

.commerce-hero__visual::after {
	width: 180px;
	height: 180px;
	bottom: -65px;
	left: -45px;
	background: rgb(249 115 22 / 22%);
}

.commerce-hero__visual > picture,
.commerce-hero__visual > img {
	z-index: 2;
}

.commerce-hero__product {
	z-index: 4;
	gap: 3px;
	border-color: rgb(226 232 240 / 80%);
	background: rgb(255 255 255 / 92%);
	color: var(--brand-dark) !important;
	box-shadow: 0 12px 30px rgb(15 23 42 / 10%);
}

.commerce-hero__product small,
.commerce-hero__product span {
	color: var(--action-orange);
}

.commerce-benefits {
	border-block: 1px solid var(--border);
	padding: 0;
}

.commerce-benefits__grid {
	gap: 0;
}

.commerce-benefits article {
	min-height: 92px;
	border: 0;
	border-right: 1px solid var(--border);
	border-radius: 0;
	padding: 18px 24px;
}

.commerce-benefits article:first-child {
	padding-left: 0;
}

.commerce-benefits article:last-child {
	border-right: 0;
}

.commerce-categories,
.commerce-products {
	padding: 70px 0;
}

.commerce-products .commerce-product-grid.is-grid {
	grid-template-columns: repeat(var(--commerce-product-columns, 4), minmax(0, 1fr));
}

.commerce-products .commerce-section-link {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	gap: 7px;
	border: 1px solid transparent;
	border-radius: var(--commerce-section-link-radius, 10px);
	padding: 8px 12px;
	color: var(--commerce-section-link-text, var(--primary-blue)) !important;
	font-weight: 850;
	text-decoration: none;
}

.commerce-products .commerce-section-link.is-text {
	min-height: auto;
	padding: 0;
}

.commerce-products .commerce-section-link.is-outline {
	border-color: var(--commerce-section-link-border, var(--primary-blue)) !important;
	background: transparent !important;
}

.commerce-products .commerce-section-link.is-solid {
	border-color: var(--commerce-section-link-border, var(--action-orange)) !important;
	background: var(--commerce-section-link-bg, var(--action-orange)) !important;
	color: var(--commerce-section-link-text, #fff) !important;
}

.commerce-products .commerce-product-card {
	border-color: var(--commerce-card-border, #e2e8f0);
	border-radius: var(--commerce-card-radius, 20px);
	background: var(--commerce-card-bg, #fff);
	color: var(--commerce-card-text, #0f172a);
	box-shadow: var(--commerce-card-shadow, 0 10px 30px rgb(15 23 42 / 5%));
}

.commerce-product-card__image,
.commerce-products .commerce-product-card__image {
	position: relative;
	display: grid;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1;
	place-items: center;
	background: linear-gradient(145deg, var(--commerce-card-image-bg, #fff), #f5f7fb);
	padding: 0;
}

.commerce-product-card__image img,
.commerce-products .commerce-product-card__image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	box-sizing: border-box;
	margin: 0 !important;
	padding: clamp(14px, 5%, 24px);
	object-fit: var(--commerce-card-image-fit, contain) !important;
	object-position: center;
}

.commerce-products .commerce-product-card h3 a,
.commerce-products .commerce-product-card__price {
	color: var(--commerce-card-text, #0f172a) !important;
}

.commerce-products .commerce-product-card__image > b {
	background: var(--commerce-sale-badge-bg, var(--action-orange));
	color: var(--commerce-sale-badge-text, #fff);
}

.commerce-products .commerce-product-card__button,
.commerce-products .commerce-product-card__button:hover {
	border-color: var(--commerce-card-button-bg, var(--action-orange)) !important;
	border-radius: var(--commerce-card-button-radius, 12px);
	background: var(--commerce-card-button-bg, var(--action-orange)) !important;
	color: var(--commerce-card-button-text, #fff) !important;
}

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

.commerce-section-heading h2 {
	font-size: clamp(1.8rem, 3.5vw, 2.55rem);
	line-height: 1.1;
}

.commerce-category-grid {
	gap: 16px;
}

.commerce-category-grid > a {
	overflow: hidden;
	min-height: 112px;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	border-radius: 18px;
	padding: 14px;
	box-shadow: 0 8px 30px rgb(15 23 42 / 4%);
}

.commerce-category-grid > a > .commerce-category-grid__media {
	position: relative;
	display: grid;
	overflow: hidden;
	width: 72px;
	max-width: 72px;
	min-width: 72px;
	height: 72px;
	min-height: 72px;
	flex: 0 0 72px;
	place-items: center;
	border-radius: 15px;
	background: linear-gradient(145deg, #dbeafe, #fff7ed);
}

.commerce-category-grid > a > .commerce-category-grid__media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	object-position: center;
}

.commerce-category-grid__fallback {
	display: grid;
	width: 72px;
	height: 72px;
	place-items: center;
	border-radius: 15px;
	background: linear-gradient(145deg, #dbeafe, #fff7ed);
	color: var(--primary-blue);
	font-size: 1.4rem;
	font-weight: 900;
}

.commerce-category-grid__copy {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.commerce-category-grid__copy strong,
.commerce-category-grid__copy small {
	overflow: hidden;
	text-overflow: ellipsis;
}

.commerce-category-grid strong {
	text-transform: capitalize;
}

.commerce-search-empty {
	display: grid;
	max-width: 720px !important;
	justify-items: center;
	gap: 10px;
	margin: 40px auto 0;
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	background: linear-gradient(145deg, #fff, #f8fafc);
	padding: clamp(34px, 6vw, 64px) 24px;
	box-shadow: 0 18px 48px rgb(15 23 42 / 6%);
	text-align: center;
}

.commerce-search-empty .commerce-search-empty__icon {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 18px;
	background: #eff6ff;
	color: var(--primary-blue);
	font-size: 1.7rem;
	font-weight: 900;
}

.commerce-search-empty h2 {
	margin: 8px 0 0;
	color: var(--brand-dark);
	font-size: clamp(1.55rem, 4vw, 2.2rem);
}

.commerce-search-empty p {
	max-width: 520px;
	margin: 0 0 10px;
	color: var(--muted-text);
}

.commerce-search-empty .wp-block-button__link {
	border-radius: 11px;
	background: var(--action-orange);
	color: #fff !important;
	font-weight: 850;
}

.commerce-search-empty .is-style-outline .wp-block-button__link {
	border-color: #cbd5e1;
	background: #fff;
	color: var(--brand-dark) !important;
}

.commerce-campaigns {
	padding: 0 0 70px;
}

.commerce-campaigns__grid {
	grid-template-columns: 1.2fr .8fr;
	gap: 20px;
}

.commerce-campaigns article {
	display: flex;
	min-width: 0;
	flex-direction: column;
	isolation: isolate;
	min-height: 220px;
	border-radius: 26px;
	padding: 32px;
}

.commerce-campaigns article > .commerce-eyebrow {
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .12em;
}

.commerce-campaigns article > h2 {
	max-width: 450px;
	margin: 14px 0 24px;
	font-size: clamp(1.55rem, 3vw, 2.4rem);
	line-height: 1.08;
	letter-spacing: -.045em;
}

.commerce-campaigns article::before {
	position: absolute;
	z-index: -1;
	top: -42%;
	right: -8%;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: radial-gradient(circle, rgb(255 255 255 / 42%) 0%, rgb(255 255 255 / 14%) 34%, transparent 70%);
	content: "";
	filter: blur(3px);
	pointer-events: none;
}

.commerce-campaigns article[style*="--commerce-section-bg"] {
	background-color: var(--commerce-section-bg);
}

.commerce-campaigns article[style*="--commerce-section-text"],
.commerce-campaigns article[style*="--commerce-section-text"] h2 {
	color: var(--commerce-section-text);
}

.commerce-campaigns article[style*="--commerce-section-accent"] :is(.commerce-eyebrow, .commerce-button) {
	color: var(--commerce-section-accent) !important;
}

.commerce-campaigns article:first-child {
	border: 1px solid rgb(147 197 253 / 18%);
	background:
		radial-gradient(circle at 82% 12%, rgb(96 165 250 / 38%), transparent 30%),
		radial-gradient(circle at 96% 108%, rgb(249 115 22 / 18%), transparent 34%),
		linear-gradient(112deg, rgb(7 18 43 / 98%) 0%, rgb(12 35 79 / 96%) 57%, rgb(20 62 128 / 88%) 100%),
		var(--commerce-campaign-image, linear-gradient(transparent, transparent)),
		var(--commerce-section-bg, #0b2452);
	background-position: center;
	background-size: cover;
	box-shadow: 0 20px 50px rgb(15 39 86 / 21%);
}

.commerce-campaigns article:first-child::before {
	top: -126px;
	right: 30px;
	width: 270px;
	height: 270px;
	background: radial-gradient(circle, rgb(255 255 255 / 34%) 0%, rgb(147 197 253 / 14%) 32%, transparent 69%);
	filter: blur(2px);
}

.commerce-campaigns article:first-child::after {
	position: absolute;
	z-index: -1;
	top: -92px;
	right: 72px;
	width: 260px;
	height: 310px;
	border: 1px solid rgb(191 219 254 / 15%);
	border-radius: 50%;
	box-shadow: inset 0 0 0 28px rgb(37 99 235 / 5%), 0 0 70px rgb(59 130 246 / 10%);
	content: "";
	transform: rotate(24deg);
}

.commerce-campaigns article:last-child {
	border: 1px solid rgb(251 191 36 / 18%);
	background:
		radial-gradient(circle at 92% 5%, rgb(147 197 253 / 34%), transparent 32%),
		radial-gradient(circle at 72% 112%, rgb(251 146 60 / 16%), transparent 39%),
		linear-gradient(118deg, rgb(255 248 238 / 98%) 0%, rgb(255 241 220 / 96%) 58%, rgb(239 246 255 / 91%) 100%),
		var(--commerce-campaign-image, linear-gradient(transparent, transparent)),
		var(--commerce-section-bg, #fff1dc);
	background-position: center;
	background-size: cover;
	color: var(--brand-dark);
	box-shadow: 0 18px 42px rgb(120 76 24 / 9%);
}

.commerce-campaigns article:last-child::before {
	top: -78px;
	right: -40px;
	bottom: auto;
	width: 190px;
	height: 210px;
	border: 1px solid rgb(255 255 255 / 78%);
	border-radius: 48px;
	background: linear-gradient(145deg, rgb(255 255 255 / 44%), rgb(219 234 254 / 18%));
	box-shadow: inset 0 0 38px rgb(255 255 255 / 24%);
	filter: none;
	transform: rotate(18deg);
}

.commerce-campaigns article:last-child::after {
	display: none;
}

.commerce-campaign-card__link {
	position: absolute;
	z-index: 5;
	inset: 0;
	border-radius: inherit;
}

.commerce-campaigns article:hover {
	transform: translateY(-3px);
}

.commerce-campaigns article:focus-within {
	box-shadow: 0 0 0 3px rgb(37 99 235 / 22%), 0 20px 50px rgb(15 39 86 / 17%);
}

.commerce-campaigns article {
	transition: box-shadow .2s ease, transform .2s ease;
}

.commerce-campaigns article:last-child .commerce-eyebrow,
.commerce-campaigns article:last-child h2 {
	color: var(--brand-dark);
}

.commerce-campaigns article:last-child .commerce-button {
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
	color: var(--commerce-section-accent, var(--primary-blue)) !important;
	box-shadow: none;
}

.commerce-campaigns article:first-child :is(.commerce-eyebrow, .commerce-button) {
	color: #fdba74 !important;
}

.commerce-campaigns article:first-child .commerce-button {
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
	box-shadow: none;
}

.commerce-campaigns article:last-child .commerce-eyebrow {
	width: fit-content;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
	color: var(--commerce-section-accent, var(--primary-blue));
}

.commerce-campaigns .commerce-button--light {
	width: fit-content;
	min-height: auto;
	margin-top: auto;
	justify-content: flex-start;
	border-radius: 0;
	background: transparent;
	padding: 0;
	box-shadow: none;
	font-size: .86rem;
	font-weight: 900;
}

.commerce-campaigns .commerce-button--light span {
	display: inline-grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 50%;
	background: currentColor;
	font-size: 0;
}

.commerce-campaigns .commerce-button--light span::after {
	color: #fff;
	font-size: .78rem;
	content: "→";
}

.commerce-campaigns article:first-child .commerce-button--light span::after {
	color: var(--brand-dark);
}

.commerce-campaigns article[style*="--commerce-section-text"],
.commerce-campaigns article[style*="--commerce-section-text"] h2 {
	color: var(--commerce-section-text);
}

.commerce-campaigns article[style*="--commerce-section-accent"] :is(.commerce-eyebrow, .commerce-button) {
	color: var(--commerce-section-accent) !important;
}

.commerce-site-footer {
	margin-top: 0;
	background: var(--brand-dark);
	padding: 0;
	color: #cbd5e1;
}

.commerce-footer-grid {
	grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(140px, .7fr));
	gap: 48px;
	padding-block: 49px;
}

.commerce-footer-about > p {
	max-width: 410px;
	margin-top: 16px;
	line-height: 1.7;
}

.commerce-footer-brand {
	display: inline-flex;
	width: fit-content;
	align-items: center;
}

.commerce-footer-brand img {
	display: block;
	max-width: 190px;
	max-height: 54px;
	object-fit: contain;
}

.commerce-footer-contact {
	display: grid;
	max-width: 430px;
	gap: 7px;
	margin-top: 20px;
	color: #cbd5e1;
	font-size: .8rem;
	font-style: normal;
}

.commerce-footer-social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	margin: 0 0 0 auto;
}

.commerce-footer-social:empty {
	display: none;
}

.commerce-footer-social a {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	color: #94a3b8 !important;
	line-height: 1;
}

.commerce-footer-social a:hover {
	color: #fff !important;
}

.commerce-footer-social svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.commerce-footer-bottom {
	min-height: 61px;
	align-items: center;
	margin-top: 0;
	border-top-color: #1e293b;
	padding-top: 0;
	color: #64748b;
}

.commerce-catalog {
	min-height: 60vh;
	padding: 64px 24px 80px;
}

.wp-site-blocks > .commerce-catalog {
	margin-block-start: 0 !important;
}

.commerce-catalog .woocommerce-breadcrumb,
.commerce-catalog .wp-block-breadcrumbs {
	display: none !important;
}

.catalog-heading {
	display: flex;
	max-width: 1240px;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin: 0 auto 34px;
}

.catalog-heading .eyebrow {
	margin: 0 0 8px;
	color: var(--primary-blue);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.catalog-heading h1 {
	margin: 0;
	color: var(--brand-dark);
	font-size: clamp(1.8rem, 3.5vw, 2.55rem);
	line-height: 1.1;
	letter-spacing: -.045em;
}

.catalog-heading > span {
	border-radius: 999px;
	background: #eff6ff;
	padding: 7px 12px;
	color: var(--primary-blue);
	font-size: .76rem;
	font-weight: 800;
}

.commerce-catalog__toolbar {
	width: 100%;
	max-width: none;
	margin: 0 0 18px;
	border: 1px solid var(--border);
	border-radius: 14px;
	background: var(--surface);
	padding: 11px 14px;
}

.commerce-catalog__toolbar:not(:has(.wc-block-components-product-results-count:not(:empty), .woocommerce-result-count:not(:empty), .woocommerce-ordering, select)) {
	display: none;
}

.commerce-catalog__toolbar > * {
	margin-block: 0 !important;
}

.commerce-catalog__toolbar .wc-block-components-product-results-count {
	color: #475569;
	font-size: .78rem;
	font-weight: 800;
}

.commerce-catalog .commerce-product-collection {
	width: 100%;
	max-width: 1240px !important;
}

.commerce-catalog__toolbar select {
	max-width: 230px;
	height: 36px;
	border: 1px solid var(--border);
	border-radius: 9px;
	padding: 8px 10px;
	font-weight: 700;
}

.commerce-catalog__toolbar .woocommerce-ordering {
	margin: 0;
}

.commerce-catalog-layout {
	gap: 30px;
}

.commerce-catalog-filters {
	top: 154px;
	overflow: hidden;
	flex-basis: 280px !important;
	border-radius: 20px;
	padding: 0;
	box-shadow: 0 12px 35px rgb(15 23 42 / 6%);
}

.commerce-catalog-filter-panel {
	overflow: hidden;
	border: 1px solid var(--commerce-filter-border, var(--border));
	border-radius: var(--commerce-filter-radius, 20px);
	background: var(--commerce-filter-bg, #fff);
	box-shadow: 0 12px 35px rgb(15 23 42 / 6%);
}

.commerce-catalog-filters > .commerce-catalog-filter-panel {
	margin-block-start: 0 !important;
}

.commerce-filter-toggle,
.commerce-filter-close,
.commerce-filter-backdrop {
	display: none;
}

.commerce-catalog-filter-panel > header {
	position: relative;
	background: var(--commerce-filter-heading-bg, var(--brand-dark));
	padding: 18px;
	color: var(--commerce-filter-heading-text, #fff);
}

.commerce-catalog-filter-panel > header > span {
	display: block;
	color: color-mix(in srgb, var(--commerce-filter-heading-text, #fff) 72%, var(--commerce-filter-accent, #2563eb));
	font-size: .62rem;
	font-weight: 900;
	letter-spacing: .13em;
}

.commerce-catalog-filter-panel > header h2 {
	margin: 3px 0 5px;
	color: inherit;
	font-size: 1rem !important;
}

.commerce-catalog-filter-panel > header p {
	margin: 0;
	color: color-mix(in srgb, var(--commerce-filter-heading-text, #fff) 72%, transparent);
	font-size: .7rem;
	line-height: 1.45;
}

.commerce-catalog-filter-panel__active {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--commerce-filter-border, var(--border));
	padding: 9px 18px;
}

.commerce-catalog-filter-panel__active span {
	color: #64748b;
	font-size: .65rem;
	font-weight: 750;
}

.commerce-catalog-filter-panel__active a {
	color: var(--commerce-filter-accent, var(--primary-blue));
	font-size: .68rem;
	font-weight: 800;
	text-decoration: none;
}

.commerce-catalog-filter-panel > :is(section, .commerce-category-filter, .commerce-attribute-filter) {
	margin: 0;
	border-bottom: 1px solid var(--commerce-filter-border, var(--border));
}

.commerce-catalog-filter-panel > :last-child {
	border-bottom: 0;
}

.commerce-catalog-filter-panel .commerce-filter-disclosure summary {
	color: var(--brand-dark);
}

.commerce-catalog-filter-panel .commerce-filter-disclosure[open] summary {
	background: color-mix(in srgb, var(--commerce-filter-accent, #2563eb) 5%, #fff);
}

.commerce-catalog-filter-panel .commerce-single-choice-list a.is-selected > span,
.commerce-catalog-filter-panel .commerce-attribute-filter a.is-selected > span {
	border-color: var(--commerce-filter-accent, var(--primary-blue));
	background: var(--commerce-filter-accent, var(--primary-blue));
}

.commerce-catalog-filter-panel .commerce-single-choice-list a.is-selected strong,
.commerce-catalog-filter-panel .commerce-attribute-filter a.is-selected {
	color: var(--commerce-filter-accent, var(--primary-blue));
}

.commerce-single-choice-list .commerce-category-back {
	grid-template-columns: 15px minmax(0, 1fr);
	border-bottom: 1px solid #eef2f7;
	padding: 0 0 9px;
}

.commerce-single-choice-list .commerce-category-back b {
	color: var(--commerce-filter-accent, var(--primary-blue));
}

.commerce-price-filter form {
	display: grid;
	gap: 10px;
	padding: 12px 18px 17px;
}

.commerce-price-filter form > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.commerce-price-filter label {
	display: grid;
	gap: 4px;
	color: #64748b;
	font-size: .65rem;
	font-weight: 750;
}

.commerce-price-filter input[type="number"] {
	width: 100%;
	min-width: 0;
	height: 38px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	padding: 7px 8px;
}

.commerce-price-filter button {
	min-height: 38px;
	border: 0;
	border-radius: 9px;
	background: var(--commerce-filter-accent, var(--primary-blue));
	color: #fff;
	font-weight: 850;
	cursor: pointer;
}

.commerce-catalog-filters__heading,
.commerce-catalog-filters > h2 {
	margin: 0;
	border: 0;
	background: var(--brand-dark);
	padding: 17px 18px;
	color: white;
}

.commerce-catalog-filters__heading::before {
	display: block;
	color: #93c5fd;
	font-size: .62rem;
	font-weight: 900;
	letter-spacing: .12em;
	content: "FİLTRELE";
}

.commerce-catalog-filters__heading h2 {
	margin: 2px 0 0;
	color: #fff;
	font-size: .95rem !important;
}

.commerce-catalog-filters__heading p {
	display: none;
}

.commerce-catalog-filters .wp-block-woocommerce-product-filter-price,
.commerce-catalog-filters .wp-block-woocommerce-product-filter-status,
.commerce-catalog-filters .commerce-category-filter,
.commerce-catalog-filters .commerce-attribute-filter {
	border-top: 0;
	border-bottom: 1px solid var(--border);
	padding: 17px 18px;
}

.commerce-catalog-filters .commerce-category-filter,
.commerce-catalog-filters .commerce-attribute-filter {
	margin: 0;
	padding: 0;
}

.commerce-catalog-filters .wp-block-woocommerce-product-filter-price::before,
.commerce-catalog-filters .wp-block-woocommerce-product-filter-status::before {
	font-size: .82rem;
}

.commerce-catalog-filters .wc-block-product-filter-checkbox-list__label {
	color: #475569;
	font-size: .78rem;
}

.commerce-catalog-filters .wc-block-product-filter-checkbox-list__item {
	margin-bottom: 8px;
}

.commerce-filter-disclosure {
	margin: 0;
}

.commerce-filter-disclosure summary {
	display: flex;
	min-height: 54px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 18px;
	color: var(--brand-dark);
	font-size: .82rem;
	font-weight: 850;
	cursor: pointer;
	list-style: none;
}

.commerce-filter-disclosure summary::-webkit-details-marker {
	display: none;
}

.commerce-filter-disclosure summary::after {
	flex: 0 0 auto;
	color: #64748b;
	font-size: 1rem;
	content: "⌄";
	transition: transform .18s ease;
}

.commerce-filter-disclosure[open] summary::after {
	transform: rotate(180deg);
}

.commerce-filter-disclosure summary > span {
	min-width: 0;
}

.commerce-filter-disclosure summary > small {
	overflow: hidden;
	margin-left: auto;
	color: #64748b;
	font-size: .66rem;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.commerce-filter-disclosure[open] summary {
	border-bottom: 1px solid #eef2f7;
	background: #f8fafc;
}

.commerce-single-choice-list,
.commerce-attribute-filter__options {
	display: grid;
	gap: 8px;
	max-height: 280px;
	overflow-y: auto;
	padding: 12px 18px 16px;
}

.commerce-single-choice-list a,
.commerce-attribute-filter a {
	display: grid;
	grid-template-columns: 15px minmax(0, 1fr) auto;
	align-items: center;
	gap: 9px;
	min-height: 28px;
	color: #475569;
	font-size: .76rem;
	text-decoration: none;
}

.commerce-single-choice-list a {
	padding-left: calc(var(--category-depth, 0) * 10px);
}

.commerce-single-choice-list a > span,
.commerce-attribute-filter a > span {
	width: 14px;
	height: 14px;
	border: 1px solid #cbd5e1;
	border-radius: 3px;
	background: #fff;
}

.commerce-single-choice-list a > span {
	border-radius: 999px;
}

.commerce-single-choice-list a.is-selected > span,
.commerce-attribute-filter a.is-selected > span {
	border-color: var(--primary-blue);
	background: var(--primary-blue);
	box-shadow: inset 0 0 0 3px #fff;
}

.commerce-single-choice-list a.is-selected strong,
.commerce-attribute-filter a.is-selected {
	color: var(--primary-blue);
	font-weight: 850;
}

.commerce-single-choice-list a small,
.commerce-attribute-filter a small {
	color: #94a3b8;
}

.commerce-catalog-results .wc-block-product-template {
	gap: 20px;
}

.commerce-product-collection .wc-block-product {
	border-radius: 24px;
	padding: 0;
	box-shadow: 0 2px 4px rgb(15 23 42 / 9%);
}

.commerce-product-collection .wc-block-components-product-image {
	order: 1;
	display: grid;
	overflow: hidden;
	aspect-ratio: 1;
	place-items: center;
	margin: 0;
	border-radius: 0;
	background: linear-gradient(145deg, #fff, #f5f7fb);
	padding: 0;
}

.commerce-product-collection .wc-block-components-product-image img {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	aspect-ratio: 1;
	margin: 0 !important;
	object-fit: cover !important;
	object-position: center;
}

.commerce-product-collection .commerce-card-category {
	order: 2;
	margin: 24px 24px 8px;
	color: var(--primary-blue);
	font-size: .72rem;
	font-weight: 800;
	text-transform: capitalize;
}

.commerce-product-collection .commerce-card-category a {
	color: inherit;
	text-decoration: none;
}

.commerce-product-collection .wp-block-post-title {
	order: 3;
	margin: 0 24px 4px;
	font-size: 20px !important;
}

.commerce-product-collection .product-card-options {
	order: 4;
	margin: 13px 24px 0;
}

.commerce-product-collection .wp-block-woocommerce-product-price {
	order: 5;
	margin: 18px 24px 8px;
	font-size: 24px !important;
}

.commerce-product-collection .wc-block-components-product-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 7px;
}

.commerce-product-collection .wc-block-components-product-price ins {
	order: -1;
	text-decoration: none;
}

.commerce-product-collection .wc-block-components-product-price del {
	color: #94a3b8;
	font-size: .62em;
}

.commerce-card-stock {
	order: 6;
	display: inline-flex;
	width: fit-content;
	margin: 0 24px 14px;
	border-radius: 999px;
	background: #f0fdf4;
	padding: 5px 9px;
	color: var(--success);
	font-size: .68rem;
	font-weight: 800;
}

.commerce-card-stock.is-out-of-stock {
	background: #fef2f2;
	color: var(--danger);
}

.commerce-product-collection .wc-block-components-product-button {
	order: 7;
	width: calc(100% - 48px);
	margin: auto 24px 24px;
	padding-top: 8px;
}

.commerce-product-collection .wc-block-components-product-button__button {
	align-self: stretch;
	flex: 1 1 100%;
	max-width: none;
	width: 100% !important;
	min-height: 44px;
	border: 1px solid var(--action-orange) !important;
	border-radius: 12px;
	background: var(--action-orange) !important;
	color: #fff !important;
	font-weight: 850;
}

.commerce-product-collection .wc-block-components-product-button__button:hover,
.commerce-product-card__button:hover {
	border-color: #ea580c !important;
	background: #ea580c !important;
	color: #fff !important;
}

.commerce-product-card__button {
	display: inline-flex;
	width: 100%;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--action-orange);
	background: var(--action-orange);
	color: #fff !important;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}

.commerce-product-collection .wc-block-components-product-sale-badge {
	top: 16px !important;
	right: auto !important;
	left: 16px !important;
}

.commerce-product-collection .wc-block-components-product-sale-badge,
.commerce-single-product__gallery .onsale,
.commerce-product-card__image > .commerce-sale-badge {
	display: inline-flex !important;
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 28px !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--commerce-sale-badge-bg, var(--action-orange)) !important;
	padding: 7px 11px !important;
	color: var(--commerce-sale-badge-text, #fff) !important;
	font-size: .72rem !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	white-space: nowrap;
	box-shadow: 0 5px 14px rgb(15 23 42 / 12%);
}

.commerce-product-collection .wc-block-components-product-sale-badge__text {
	font: inherit !important;
	line-height: 1 !important;
}

.product-card-options {
	display: grid;
	gap: 7px;
}

.product-card-options > div {
	display: flex;
	align-items: center;
	gap: 8px;
}

.product-card-options span {
	color: var(--muted-text);
	font-size: .66rem;
	font-weight: 850;
}

.product-card-options p {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0;
}

.product-card-options b {
	display: inline-flex;
	min-width: 27px;
	min-height: 25px;
	align-items: center;
	justify-content: center;
	border: 1px solid #dbe5f2;
	border-radius: 7px;
	background: #f8fafc;
	padding: 4px 7px;
	color: #334155;
	font-size: .64rem;
	line-height: 1;
}

.commerce-native-cart-page,
.commerce-native-checkout-page,
.commerce-account-page {
	min-height: 65vh;
	margin-block-start: 0 !important;
	padding: 28px 24px 80px;
}

.commerce-native-cart-page > .wp-block-post-content,
.commerce-native-checkout-page > .wp-block-post-content,
.commerce-account-page > .wp-block-post-content,
.commerce-checkout-heading,
.cart-heading {
	width: 100%;
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
}

.commerce-native-cart-page .woocommerce-breadcrumb,
.commerce-native-checkout-page .woocommerce-breadcrumb,
.commerce-account-page .woocommerce-breadcrumb {
	display: none;
}

.cart-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin: 36px auto 28px;
}

.cart-heading .eyebrow,
.commerce-checkout-heading .eyebrow {
	margin: 0 0 8px;
	color: var(--primary-blue);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .13em;
}

.cart-heading h1,
.commerce-checkout-heading h1 {
	margin: 4px 0 0;
	color: var(--brand-dark);
	font-size: clamp(2.1rem, 5vw, 3.5rem);
	letter-spacing: -.055em;
}

.cart-heading > span {
	color: var(--muted-text);
	font-size: .84rem;
	font-weight: 750;
}

.commerce-native-cart-page .wp-block-woocommerce-cart {
	margin-top: 0;
}

.commerce-native-cart-page .wp-block-woocommerce-empty-cart-block {
	display: grid;
	min-height: 390px;
	place-items: center;
	align-content: center;
	border: 1px solid var(--border);
	border-radius: 24px;
	background: var(--surface);
	padding: 40px;
	color: var(--muted-text);
	text-align: center;
}

.commerce-native-cart-page .wc-block-cart__empty-cart__title {
	margin: 0;
	color: var(--brand-dark);
	font-size: 1.5rem;
}

.commerce-native-cart-page .wc-block-cart__empty-cart__title::before {
	display: block;
	width: auto !important;
	height: auto !important;
	margin-bottom: 20px;
	background: none !important;
	color: var(--primary-blue);
	font-family: inherit !important;
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1 !important;
	content: "◇" !important;
}

.commerce-native-cart-page .wp-block-woocommerce-empty-cart-block > .wp-block-separator,
.commerce-native-cart-page .wp-block-woocommerce-empty-cart-block > h2:not(.wc-block-cart__empty-cart__title),
.commerce-native-cart-page .wp-block-woocommerce-empty-cart-block > .wp-block-woocommerce-product-new {
	display: none;
}

.commerce-empty-cart-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: -54px auto 72px;
	position: relative;
	z-index: 2;
}

.commerce-native-cart-page .wc-block-cart-items {
	border: 0 !important;
}

.commerce-native-cart-page .wc-block-cart-items__row {
	margin-bottom: 14px;
	border: 1px solid var(--border) !important;
	border-radius: 18px;
	background: var(--surface);
	padding: 18px !important;
}

.commerce-native-cart-page .wc-block-cart__sidebar {
	border: 1px solid var(--border);
	border-radius: 20px;
	background: var(--surface);
	padding: 24px !important;
	box-shadow: 0 12px 35px rgb(15 23 42 / 7%);
}

:where(.commerce-native-cart-page) :where(.wc-block-components-button),
:where(.commerce-native-checkout-page) :where(.wc-block-components-checkout-place-order-button) {
	min-height: 50px;
	border-radius: 12px;
	background: var(--action-orange);
	color: #fff;
	font-weight: 850;
}

.commerce-native-cart-page .wc-block-cart__submit-button,
.commerce-native-cart-page .wc-block-components-button,
.commerce-native-checkout-page .wc-block-components-checkout-place-order-button {
	border-color: var(--action-orange) !important;
	background: var(--action-orange) !important;
	color: #fff !important;
}

.commerce-native-cart-page .wc-block-cart__submit-button:hover,
.commerce-native-cart-page .wc-block-components-button:hover,
.commerce-native-checkout-page .wc-block-components-checkout-place-order-button:hover {
	border-color: var(--action-orange-hover) !important;
	background: var(--action-orange-hover) !important;
	color: #fff !important;
}

:where(.commerce-native-cart-page) :where(.wc-block-components-button) *,
:where(.commerce-native-checkout-page) :where(.wc-block-components-checkout-place-order-button) * {
	color: inherit;
}

.commerce-checkout-heading {
	margin-bottom: 28px;
}

.commerce-native-checkout-page .wc-block-components-sidebar {
	position: sticky;
	top: 180px;
	border: 1px solid var(--border);
	border-radius: 20px;
	background: var(--surface);
	padding: 22px;
}

.commerce-native-checkout-page .wc-block-checkout__main {
	border: 1px solid var(--border);
	border-radius: 22px;
	background: #fff;
	padding: 28px;
}

.commerce-native-checkout-page .wc-block-components-text-input input,
.commerce-native-checkout-page .wc-block-components-address-form select {
	min-height: 48px;
	border-color: #cbd5e1;
	border-radius: 10px;
}

.commerce-account-heading {
	width: min(1240px, 100%);
	max-width: 1240px !important;
	margin: 34px auto 28px;
}

.commerce-account-heading .eyebrow {
	margin: 0 0 8px;
	color: var(--primary-blue);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .13em;
}

.commerce-account-heading h1 {
	margin: 4px 0 0;
	color: var(--brand-dark);
	font-size: clamp(2.1rem, 5vw, 3.5rem);
	letter-spacing: -.055em;
}

.commerce-account-page .wp-block-post-content > .woocommerce,
.commerce-account-page .commerce-account-intro > .woocommerce {
	box-sizing: border-box;
	border: 1px solid var(--border);
	border-radius: 24px;
	background: #fff;
	padding: clamp(24px, 4vw, 44px);
	box-shadow: 0 14px 45px rgb(15 23 42 / 6%);
}

.commerce-account-page .wp-block-post-content > .woocommerce:has(.woocommerce-form-login),
.commerce-account-page .commerce-account-intro > .woocommerce:has(.woocommerce-form-login) {
	width: min(720px, 100%);
	margin-inline: auto;
}

.commerce-account-page .woocommerce-form-login {
	max-width: 620px;
	margin: 0 auto;
	border: 0;
	padding: 0;
}

.commerce-account-page .woocommerce-form-row {
	display: grid;
	gap: 7px;
}

.commerce-account-page .woocommerce-Input {
	min-height: 50px;
	border: 1px solid #cbd5e1;
	border-radius: 11px;
	padding: 0 14px;
}

.commerce-account-page .woocommerce-button {
	min-height: 48px;
	border: 0 !important;
	border-radius: 11px !important;
	background: var(--action-orange) !important;
	padding: 0 24px !important;
	color: #fff !important;
	font-weight: 850 !important;
}

.commerce-account-page .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.commerce-account-page .woocommerce-MyAccount-navigation a {
	display: block;
	border-radius: 9px;
	background: #eff6ff;
	padding: 9px 12px;
	color: var(--primary-blue);
	font-weight: 800;
	text-decoration: none;
}

.commerce-account-intro {
	display: grid;
	gap: 24px;
}

.commerce-account-lead {
	max-width: 760px;
	margin: 0;
	color: #475569;
	font-size: 1.06rem;
	line-height: 1.75;
}

.commerce-account-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.commerce-account-benefits > p {
	display: grid;
	gap: 7px;
	margin: 0;
	border: 1px solid var(--border);
	border-radius: 15px;
	background: linear-gradient(145deg, #fff, #f8fafc);
	padding: 18px;
}

.commerce-account-benefits strong {
	color: var(--brand-dark);
}

.commerce-account-benefits span {
	color: var(--muted-text);
	font-size: .78rem;
	line-height: 1.55;
}

.commerce-page-main {
	width: min(1240px, calc(100% - 48px));
	min-height: 60vh;
	margin: 36px auto 80px;
	border: 1px solid var(--border);
	border-radius: 26px;
	background:
		radial-gradient(circle at 94% 0%, rgb(37 99 235 / 9%), transparent 28%),
		#fff;
	padding: clamp(28px, 5vw, 64px) !important;
	box-shadow: 0 16px 50px rgb(15 23 42 / 6%);
}

.commerce-page-title {
	max-width: 900px;
	margin: 0 0 34px;
	color: var(--brand-dark);
	font-size: clamp(2.35rem, 5vw, 4.4rem);
	line-height: 1;
	letter-spacing: -.06em;
}

.commerce-page-main .wp-block-post-content {
	max-width: 900px;
	margin: 0;
	color: #475569;
	font-size: 1rem;
	line-height: 1.8;
}

.commerce-page-main .wp-block-post-content h2 {
	margin: 42px 0 12px;
	color: var(--brand-dark);
	font-size: clamp(1.35rem, 3vw, 2rem);
	letter-spacing: -.035em;
}

.commerce-page-main .wp-block-post-content a {
	color: var(--primary-blue);
	font-weight: 750;
}

.commerce-policy-document {
	width: 100%;
	max-width: 1100px !important;
	margin: 0 !important;
	counter-reset: policy-section;
}

.commerce-page-main .wp-block-post-content:has(.commerce-policy-document) {
	max-width: 1100px;
}

.commerce-page-main .wp-block-post-content:has(.commerce-information-document) {
	max-width: 1100px;
}

.commerce-policy-document > * {
	width: 100%;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	box-sizing: border-box;
}

.commerce-policy-summary {
	margin: 0 0 30px !important;
	border: 1px solid #dbeafe;
	border-radius: 20px;
	background: linear-gradient(125deg, #eff6ff, #fff 62%, #fff7ed);
	padding: clamp(22px, 4vw, 34px);
}

.commerce-policy-label {
	margin: 0 0 8px;
	color: var(--primary-blue);
	font-size: .68rem;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.commerce-policy-intro {
	max-width: 820px;
	margin: 8px 0 16px;
	color: var(--brand-dark);
	font-size: clamp(1.05rem, 2vw, 1.22rem);
	font-weight: 650;
	line-height: 1.65;
}

.commerce-policy-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	margin: 0;
	color: var(--muted-text);
	font-size: .72rem;
	font-weight: 700;
}

.commerce-policy-meta strong {
	color: var(--brand-dark);
}

.commerce-policy-layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	align-items: start;
	gap: 42px;
}

.commerce-policy-navigation {
	position: sticky;
	top: 170px;
	margin: 0 !important;
	border: 1px solid var(--border);
	border-radius: 16px;
	background: #f8fafc;
	padding: 18px;
}

.commerce-page-main .wp-block-post-content .commerce-policy-navigation h2,
.commerce-policy-navigation h2 {
	margin: 0 0 12px;
	color: var(--brand-dark);
	font-size: .82rem;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.commerce-policy-navigation ul {
	display: grid;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.commerce-policy-navigation li {
	margin: 0;
}

.commerce-policy-navigation a {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	border-radius: 9px;
	padding: 7px 8px;
	color: #475569 !important;
	font-size: .75rem;
	font-weight: 750 !important;
	line-height: 1.35;
	text-decoration: none;
}

.commerce-policy-navigation a:hover {
	background: #fff;
	color: var(--primary-blue) !important;
}

.commerce-policy-navigation a span {
	color: var(--primary-blue);
	font-size: .65rem;
	font-weight: 900;
}

.commerce-policy-sections {
	min-width: 0;
	margin: 0 !important;
}

.commerce-policy-section {
	position: relative;
	scroll-margin-top: 175px;
	margin: 0 !important;
	border-bottom: 1px solid var(--border);
	padding: 4px 0 28px 48px;
	counter-increment: policy-section;
}

.commerce-policy-section + .commerce-policy-section {
	padding-top: 28px;
}

.commerce-policy-section::before {
	position: absolute;
	top: 5px;
	left: 0;
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 8px;
	background: #eff6ff;
	color: var(--primary-blue);
	font-size: .68rem;
	font-weight: 900;
	content: counter(policy-section, decimal-leading-zero);
}

.commerce-policy-section + .commerce-policy-section::before {
	top: 29px;
}

.commerce-page-main .wp-block-post-content .commerce-policy-section h2,
.commerce-policy-section h2 {
	margin: 0 0 8px;
	font-size: clamp(1.05rem, 2vw, 1.28rem);
	letter-spacing: -.02em;
}

.commerce-policy-section p {
	margin: 0;
	color: #475569;
	line-height: 1.75;
}

.commerce-policy-contact {
	display: grid;
	grid-template-columns: minmax(180px, .45fr) minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	margin: 34px 0 0 !important;
	border-radius: 18px;
	background: linear-gradient(120deg, var(--brand-dark), #1e3a8a);
	padding: 24px 28px;
	color: #e2e8f0;
}

.commerce-page-main .wp-block-post-content .commerce-policy-contact h2,
.commerce-policy-contact h2 {
	margin: 0;
	color: #fff;
	font-size: 1.25rem;
}

.commerce-policy-contact p {
	margin: 0;
	color: #cbd5e1;
}

.commerce-policy-contact a {
	color: #93c5fd !important;
}

.commerce-information-document {
	width: 100%;
	max-width: 1100px !important;
	margin: 0 !important;
}

.commerce-information-document > * {
	width: 100%;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	box-sizing: border-box;
}

.commerce-information-hero {
	position: relative;
	overflow: hidden;
	margin: 0 0 28px !important;
	border: 1px solid #dbeafe;
	border-radius: 22px;
	background: linear-gradient(125deg, #eff6ff, #fff 64%, #fff7ed);
	padding: clamp(24px, 4vw, 38px);
}

.commerce-information-hero::after {
	position: absolute;
	top: -72px;
	right: -48px;
	width: 210px;
	height: 210px;
	border: 34px solid rgb(37 99 235 / 7%);
	border-radius: 999px;
	content: "";
}

.commerce-information-label {
	position: relative;
	z-index: 1;
	margin: 0 0 8px !important;
	color: var(--primary-blue);
	font-size: .68rem;
	font-weight: 900;
	letter-spacing: .13em;
}

.commerce-information-intro {
	position: relative;
	z-index: 1;
	max-width: 800px;
	margin: 0 !important;
	color: var(--brand-dark);
	font-size: clamp(1.08rem, 2vw, 1.3rem);
	font-weight: 650;
	line-height: 1.7;
}

.commerce-information-highlights,
.commerce-contact-methods,
.commerce-tracking-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 32px !important;
}

.commerce-information-highlight,
.commerce-contact-method {
	margin: 0 !important;
	border: 1px solid var(--border);
	border-radius: 18px;
	background: #fff;
	padding: 22px;
	box-shadow: 0 10px 28px rgb(15 23 42 / 4%);
}

.commerce-information-icon {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	margin: 0 0 15px !important;
	border-radius: 10px;
	background: #eff6ff;
	color: var(--primary-blue);
	font-weight: 900;
}

.commerce-page-main .wp-block-post-content .commerce-information-highlight h2,
.commerce-page-main .wp-block-post-content .commerce-contact-method h2 {
	margin: 0 0 7px;
	font-size: 1.05rem;
}

.commerce-information-highlight p:last-child,
.commerce-contact-method p:last-child {
	margin: 0;
	color: #64748b;
	font-size: .82rem;
	line-height: 1.65;
}

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

.commerce-information-section {
	margin: 0 !important;
	border: 1px solid var(--border);
	border-radius: 17px;
	background: #f8fafc;
	padding: 22px;
}

.commerce-information-faq {
	display: grid;
	gap: 10px;
}

.commerce-information-question {
	margin: 0;
	border: 1px solid var(--border);
	border-radius: 14px;
	background: #fff;
	padding: 0 18px;
}

.commerce-information-question summary {
	padding: 17px 0;
	color: var(--brand-dark);
	font-weight: 800;
	cursor: pointer;
}

.commerce-information-question p {
	margin: 0;
	border-top: 1px solid var(--border);
	padding: 14px 0 18px;
	color: #64748b;
}

.commerce-tracking-steps > p {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	border-radius: 14px;
	background: #f8fafc;
	padding: 15px;
}

.commerce-tracking-steps strong {
	color: var(--primary-blue);
	font-size: .72rem;
}

.commerce-tracking-steps span {
	color: var(--brand-dark);
	font-size: .8rem;
	font-weight: 750;
}

.commerce-information-tool {
	margin: 26px 0 0 !important;
}

.commerce-information-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 34px 0 0 !important;
	border-radius: 20px;
	background: linear-gradient(120deg, var(--brand-dark), #1e3a8a);
	padding: 26px 28px;
	color: #fff;
}

.commerce-page-main .wp-block-post-content .commerce-information-cta h2 {
	margin: 0 0 5px;
	color: #fff;
	font-size: 1.3rem;
}

.commerce-information-cta p {
	margin: 0;
	color: #cbd5e1;
}

.commerce-information-cta .wp-block-button__link {
	border-radius: 10px;
	background: var(--action-orange);
	color: #fff !important;
	font-size: .78rem;
}

.commerce-information-cta .is-style-outline .wp-block-button__link {
	border-color: #93c5fd;
	background: transparent;
}

.commerce-page-main .wp-block-post-content .commerce-information-section h2,
.commerce-information-section h2 {
	margin: 0 0 8px;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.commerce-information-section p {
	margin: 0;
	color: #475569;
}

.commerce-information-document .woocommerce-form-track-order {
	display: grid;
	max-width: 680px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 30px 0 0;
	border: 1px solid var(--border);
	border-radius: 18px;
	background: #f8fafc;
	padding: 24px;
}

.commerce-information-document .woocommerce-form-track-order > p:first-child,
.commerce-information-document .woocommerce-form-track-order .form-row-last {
	grid-column: 1 / -1;
}

.commerce-information-document .woocommerce-form-track-order input {
	width: 100%;
	min-height: 46px;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	padding: 10px 12px;
}

.commerce-information-document .woocommerce-form-track-order button {
	min-height: 46px;
	border: 0;
	border-radius: 10px;
	background: var(--action-orange);
	padding: 10px 18px;
	color: #fff !important;
	font-weight: 850;
}

.commerce-single-product {
	margin-block-start: 0 !important;
	padding: 35px 24px 80px !important;
}

.commerce-order-confirmation {
	padding: clamp(48px, 7vw, 88px) 24px 90px;
}

.commerce-order-confirmation > :where(div, section, .wp-block-group, .wp-block-columns) {
	max-width: 960px;
}

.commerce-order-confirmation :is(.wc-block-order-confirmation-status, .wc-block-order-confirmation-summary, .wc-block-order-confirmation-totals-wrapper, .wc-block-order-confirmation-shipping-wrapper, .wc-block-order-confirmation-billing-wrapper, .wc-block-order-confirmation-downloads-wrapper, .wc-block-order-confirmation-additional-fields-wrapper) {
	box-sizing: border-box;
	border: 1px solid var(--border);
	border-radius: 18px;
	background: #fff;
	padding: clamp(20px, 4vw, 32px);
	box-shadow: 0 12px 35px rgb(15 23 42 / 6%);
}

.commerce-legacy-catalog > .woocommerce {
	width: 100%;
	max-width: 1240px;
	margin-top: 28px;
}

.commerce-legacy-catalog ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
}

.commerce-legacy-catalog ul.products::before,
.commerce-legacy-catalog ul.products::after {
	display: none;
}

.commerce-legacy-catalog ul.products li.product {
	overflow: hidden;
	width: auto !important;
	margin: 0 !important;
	border: 1px solid var(--border);
	border-radius: 20px;
	background: #fff;
	padding: 18px !important;
	box-shadow: 0 8px 28px rgb(15 23 42 / 5%);
}

.commerce-legacy-catalog ul.products li.product img {
	width: 100%;
	aspect-ratio: 1;
	margin: 0 0 18px !important;
	object-fit: contain;
}

@media (max-width: 800px) {
	.commerce-legacy-catalog ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.commerce-legacy-catalog ul.products {
		grid-template-columns: 1fr;
	}
}

.commerce-single-product > .woocommerce-breadcrumb,
.commerce-single-product > .wp-block-woocommerce-breadcrumbs {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto 38px;
}

.commerce-single-product__summary {
	width: 100%;
	max-width: 1240px !important;
	align-items: flex-start !important;
	gap: 64px;
	margin-top: 0;
}

.commerce-single-product__gallery {
	overflow: hidden;
	aspect-ratio: 1;
	height: auto;
	box-sizing: border-box;
	border-radius: 26px;
	background: linear-gradient(145deg, #fff, #f5f7fb);
	padding: clamp(20px, 3.5vw, 42px);
	box-shadow: 0 18px 50px rgb(15 23 42 / 7%);
}

.commerce-single-product__gallery .woocommerce-product-gallery,
.commerce-single-product__gallery .woocommerce-product-gallery__wrapper,
.commerce-single-product__gallery .woocommerce-product-gallery__image {
	width: 100% !important;
	margin: 0;
}

.commerce-single-product__gallery .woocommerce-product-gallery,
.commerce-single-product__gallery .woocommerce-product-gallery__wrapper,
.commerce-single-product__gallery .woocommerce-product-gallery__image,
.commerce-single-product__gallery .woocommerce-product-gallery__image a {
	aspect-ratio: 1;
	height: auto !important;
}

.commerce-single-product__gallery .woocommerce-product-gallery__image a {
	display: block;
}

.commerce-single-product__gallery .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: 100% !important;
	border-radius: 0;
	object-fit: contain !important;
	object-position: center;
}

.commerce-single-product__gallery .woocommerce-product-gallery__trigger {
	display: none;
}

.commerce-single-product__gallery .onsale {
	top: 16px !important;
	right: auto !important;
	left: 16px !important;
}

.commerce-single-product__purchase {
	align-self: flex-start;
	padding-top: 16px;
}

.commerce-single-product__purchase .commerce-eyebrow {
	margin: 0 0 18px;
}

.commerce-single-product__purchase .commerce-eyebrow a {
	color: var(--primary-blue);
	text-decoration: none;
}

.commerce-single-product__purchase h1 {
	margin: 0 0 8px;
	font-size: clamp(2.8rem, 4vw, 3.5rem);
}

.commerce-single-product__purchase .wp-block-woocommerce-product-sku {
	margin: 0;
	color: #64748b;
	font-size: .78rem;
}

.commerce-single-product__purchase .wp-block-woocommerce-product-rating,
.commerce-single-product__purchase .wp-block-post-excerpt:empty {
	display: none;
}

.commerce-purchase-card {
	display: flex;
	width: 100%;
	max-width: none !important;
	flex-direction: column;
	align-items: stretch;
	box-sizing: border-box;
	margin-top: 26px;
	border: 1px solid #bfdbfe;
	border-radius: 18px;
	background: #f8fbff;
	padding: 18px;
}

.commerce-purchase-card > * {
	width: 100%;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	box-sizing: border-box;
}

.commerce-purchase-card__label {
	order: 1;
	margin: 0 0 12px;
	color: var(--brand-dark);
	font-size: .78rem;
	font-weight: 850;
}

.commerce-purchase-card .wp-block-woocommerce-product-price {
	order: 3;
	margin: 18px 0;
	font-size: 2.25rem !important;
}

.commerce-purchase-card .wc-block-components-product-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	line-height: 1.15;
	text-align: left;
}

.commerce-purchase-card .wc-block-components-product-price ins {
	order: -1;
	text-decoration: none;
}

.commerce-purchase-card .wc-block-components-product-price del {
	color: #64748b;
	font-size: .48em;
}

.commerce-purchase-card form.cart {
	margin: 0;
}

.commerce-purchase-card .wp-block-add-to-cart-form,
.commerce-purchase-card form.cart {
	display: contents;
}

.commerce-purchase-card .wp-block-add-to-cart-form {
	margin-top: 0;
}

.commerce-purchase-card table.variations {
	order: 2;
	margin: 0 0 18px;
}

.commerce-purchase-card table.variations,
.commerce-purchase-card table.variations tbody,
.commerce-purchase-card table.variations tr,
.commerce-purchase-card table.variations th,
.commerce-purchase-card table.variations td {
	display: block;
	width: 100%;
}

.commerce-purchase-card table.variations th {
	padding: 0 0 7px;
	color: var(--brand-dark);
	font-size: .78rem;
	font-weight: 850;
	text-align: left;
}

.commerce-purchase-card table.variations td {
	padding: 0 0 14px;
}

.commerce-purchase-card table.variations select {
	width: 100%;
}

.commerce-purchase-card .woocommerce-variation-add-to-cart,
.commerce-purchase-card form.cart:not(.variations_form) {
	display: flex;
	gap: 10px;
}

.commerce-purchase-card .single_variation_wrap,
.commerce-purchase-card form.cart > .quantity,
.commerce-purchase-card form.cart > .single_add_to_cart_button {
	order: 5;
}

.commerce-product-stock {
	order: 4;
	width: 100%;
	margin: 0 0 12px;
	border-radius: 999px;
	background: #ecfdf3;
	padding: 5px 10px;
	color: #16a34a;
	font-size: .72rem;
	font-weight: 850;
	text-align: left;
}

.commerce-product-stock.is-out-of-stock {
	background: #fef2f2;
	color: #dc2626;
}

.commerce-purchase-card .single_add_to_cart_button {
	flex: 1;
	min-height: 52px;
	border: 0;
	border-radius: 12px;
	background: var(--action-orange) !important;
	color: #fff !important;
	font-weight: 850;
}

.commerce-purchase-card .single_add_to_cart_button:hover {
	background: var(--action-orange-hover) !important;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

.commerce-purchase-card form.cart .quantity .qty {
	width: 58px;
	min-height: 52px;
}

.commerce-product-assurances {
	margin-top: 32px;
	border-top: 1px solid var(--border);
	padding-top: 18px;
}

.commerce-product-assurances p {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 0;
	padding: 7px 0;
	color: #64748b;
	font-size: .78rem;
}

.commerce-product-assurances strong {
	color: var(--brand-dark);
}

.bundle-section,
.related-section {
	width: 100%;
	max-width: 1240px;
	margin-top: 72px;
	scroll-margin-top: 170px;
}

.bundle-offer {
	display: grid;
	overflow: hidden;
	grid-template-columns: minmax(0, 1fr) 290px;
	gap: 24px;
	border: 1px solid var(--border);
	border-radius: 24px;
	background: var(--surface);
	box-shadow: 0 18px 50px rgb(15 23 42 / 7%);
}

.bundle-products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
	padding: 24px;
}

.bundle-products-count-2 {
	grid-template-columns: repeat(2, minmax(170px, 220px));
	justify-content: center;
}

.bundle-product {
	position: relative;
	min-width: 0;
	padding: 0 18px;
	text-align: center;
}

.bundle-product > b {
	position: absolute;
	z-index: 1;
	top: 45px;
	left: -11px;
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 999px;
	background: #eff6ff;
	color: var(--primary-blue);
}

.bundle-product a {
	display: grid;
	justify-items: center;
	gap: 8px;
	text-decoration: none;
}

.bundle-product img {
	width: 130px;
	height: 130px;
	border-radius: 16px;
	background: #f8fafc;
	object-fit: contain;
}

.bundle-product strong {
	overflow: hidden;
	max-width: 100%;
	color: var(--brand-dark);
	font-size: .82rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bundle-product small {
	color: var(--primary-blue);
	font-weight: 900;
}

.bundle-summary {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(145deg, var(--brand-dark), #1e3a8a);
	padding: 28px;
	color: #fff;
}

.bundle-summary > span {
	color: #bfdbfe;
	font-size: .72rem;
	font-weight: 800;
}

.bundle-summary > strong {
	margin-top: 5px;
	font-size: 1.8rem;
}

.bundle-summary > small {
	margin: 8px 0 18px;
	color: #cbd5e1;
	line-height: 1.5;
}

.bundle-summary form,
.bundle-add-button {
	width: 100%;
}

.related-section .commerce-product-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1000px) {
	.commerce-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
		gap: 32px;
	}

	.commerce-product-collection .wc-block-product-template {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

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

@media (max-width: 800px) {
	.commerce-catalog-filters {
		position: static;
		overflow: visible;
		flex-basis: auto !important;
		width: 100%;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.commerce-filter-toggle {
		display: flex;
		width: 100%;
		min-height: 48px;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		border: 0;
		border-radius: 12px;
		background: var(--brand-dark);
		padding: 11px 16px;
		color: #fff;
		font-weight: 850;
		cursor: pointer;
	}

	.commerce-filter-toggle b {
		margin-left: auto;
		border-radius: 999px;
		background: #fff;
		padding: 4px 8px;
		color: var(--brand-dark);
		font-size: .66rem;
	}

	.commerce-filter-toggle i {
		font-size: 1.35rem;
		font-style: normal;
		line-height: 1;
	}

	.commerce-filter-backdrop:not([hidden]) {
		position: fixed;
		z-index: 190;
		inset: 0;
		display: block;
		width: 100%;
		height: 100%;
		border: 0;
		background: rgb(15 23 42 / 54%);
		padding: 0;
		backdrop-filter: blur(2px);
		cursor: pointer;
	}

	.commerce-catalog-filter-panel {
		position: fixed;
		z-index: 200;
		top: 0;
		right: 0;
		bottom: 0;
		overflow-x: hidden;
		overflow-y: auto;
		width: min(390px, calc(100% - 28px));
		max-height: 100dvh;
		border-radius: 22px 0 0 22px;
		background: #fff;
		box-shadow: -18px 0 55px rgb(15 23 42 / 22%);
		transform: translateX(105%);
		transition: transform 220ms ease;
	}

	.commerce-catalog-filters.is-filter-open .commerce-catalog-filter-panel {
		transform: translateX(0);
	}

	.commerce-filter-close {
		position: absolute;
		top: 14px;
		right: 14px;
		display: grid;
		width: 44px;
		height: 44px;
		place-items: center;
		border: 1px solid rgb(255 255 255 / 22%);
		border-radius: 12px;
		background: rgb(255 255 255 / 10%);
		padding: 0;
		color: #fff;
		font-size: 1.55rem;
		line-height: 1;
		cursor: pointer;
	}

	.commerce-catalog-filter-panel > header {
		padding-right: 70px;
	}

	body.commerce-filter-drawer-open {
		overflow: hidden;
	}

	.commerce-container {
		width: min(100% - 32px, 640px);
	}

	.commerce-header-nav {
		width: calc(100% - 32px);
		max-width: 640px;
		min-width: 0;
		overflow: visible;
	}

	.commerce-header-nav nav {
		min-width: 0;
		flex: 1 1 0;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scrollbar-width: none;
	}

	.commerce-header-main {
		min-height: auto;
		grid-template-columns: 1fr auto;
		gap: 16px;
		padding-block: 14px;
	}

	.commerce-search-box {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.commerce-hero__grid {
		min-height: auto;
		grid-template-columns: 1fr;
		gap: 34px;
		padding-block: 42px;
	}

	.commerce-campaigns__grid {
		grid-template-columns: 1fr;
	}

	.commerce-catalog-layout {
		flex-direction: column;
	}

	.commerce-catalog-filters {
		position: static;
		flex-basis: auto !important;
		width: 100%;
	}

	.commerce-catalog__toolbar {
		max-width: none;
	}

	.commerce-native-checkout-page .wc-block-components-sidebar {
		position: static;
	}

	.commerce-native-checkout-page .wc-block-checkout__main {
		padding: 20px;
	}

	.commerce-category-menu .commerce-category-menu__panel {
		width: min(620px, calc(100vw - 32px));
	}

	.bundle-offer {
		grid-template-columns: 1fr;
	}

	.bundle-summary {
		min-height: 220px;
	}

	.commerce-account-benefits,
	.commerce-information-highlights,
	.commerce-contact-methods,
	.commerce-tracking-steps {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.commerce-search-featured-categories {
		grid-template-columns: 1fr;
	}

	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	.commerce-container,
	.commerce-header-nav {
		width: calc(100% - 32px);
		max-width: 100%;
		min-width: 0;
	}

	.commerce-header-main > *,
	.commerce-search-box,
	.commerce-search,
	.commerce-hero__grid,
	.commerce-hero__copy {
		width: 100%;
		min-width: 0;
	}

	.commerce-products-link,
	.commerce-cart-link > strong {
		display: none;
	}

	.commerce-header-actions {
		gap: 6px;
	}

	.commerce-header-main {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.commerce-catalog {
		padding: 48px 16px 64px;
	}

	.commerce-catalog-layout {
		gap: 20px;
	}

	.commerce-catalog-filters {
		overflow: visible;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.commerce-catalog-filters .wp-block-woocommerce-product-filters {
		margin-top: 0;
	}

	.commerce-catalog .wc-block-product-filters__open-overlay {
		justify-content: center;
		width: 100%;
		min-height: 47px;
		border: 0;
		border-radius: 12px;
		background: var(--brand-dark);
		color: #fff;
		font-weight: 850;
	}

	.commerce-catalog .wc-block-product-filters__open-overlay svg {
		display: none;
	}

	.commerce-catalog__toolbar {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
	}

	.commerce-catalog__toolbar .wp-block-woocommerce-catalog-sorting,
	.commerce-catalog__toolbar .woocommerce-ordering,
	.commerce-catalog__toolbar select {
		width: 100%;
		max-width: none;
	}

	.commerce-single-product {
		padding: 28px 16px 64px !important;
	}

	.commerce-single-product__summary {
		gap: 30px;
	}

	.commerce-single-product__gallery {
		aspect-ratio: 1;
		height: auto;
		padding: 20px;
	}

	.commerce-single-product__purchase {
		padding-top: 0;
	}

	.commerce-product-assurances p {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}

	.commerce-account-page {
		padding-right: 16px;
		padding-left: 16px;
	}

	.commerce-account-page > .wp-block-post-content,
	.commerce-account-page .wp-block-post-content > .woocommerce,
	.commerce-account-page .woocommerce-form-login,
	.commerce-account-page .woocommerce-form-row,
	.commerce-account-page .woocommerce-Input {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.commerce-account-page .wp-block-post-content > .woocommerce {
		padding: 24px;
	}

	.commerce-category-menu {
		min-width: 154px;
	}

	.commerce-category-menu__trigger {
		padding-right: 12px;
	}

	.commerce-category-menu__trigger strong {
		font-size: .72rem;
	}

	.commerce-category-menu__trigger strong::before {
		display: none;
	}

	.commerce-category-menu .commerce-category-menu__panel {
		width: calc(100vw - 32px);
		height: min(calc(28px + (var(--category-menu-rows, 6) * 50px)), calc(100vh - 175px));
	}

	.commerce-category-view,
	.commerce-category-view__content {
		padding: 12px;
	}

	.commerce-category-view:not([data-category-view="root"]) {
		grid-template-columns: 46px minmax(0, 1fr);
		padding: 0;
	}

	.commerce-category-view__rail {
		padding-inline: 5px;
	}

	.commerce-category-view__items {
		grid-template-columns: 1fr;
	}

	.commerce-page-main {
		width: calc(100% - 28px);
		padding: 28px 20px !important;
	}

	.commerce-page-title {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.commerce-policy-summary {
		margin-bottom: 20px !important;
		padding: 22px 20px;
	}

	.commerce-policy-layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.commerce-policy-navigation {
		position: static;
		padding: 15px;
	}

	.commerce-policy-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.commerce-policy-section {
		padding: 22px 0 22px 38px;
	}

	.commerce-policy-section + .commerce-policy-section {
		padding-top: 22px;
	}

	.commerce-policy-section::before {
		top: 23px;
		width: 24px;
		height: 24px;
		border-radius: 7px;
	}

	.commerce-policy-section + .commerce-policy-section::before {
		top: 23px;
	}

	.commerce-policy-contact {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 20px;
	}

	.commerce-information-document .woocommerce-form-track-order {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.commerce-information-sections {
		grid-template-columns: 1fr;
	}

	.commerce-information-hero {
		padding: 22px 20px;
	}

	.commerce-information-cta {
		align-items: stretch;
		flex-direction: column;
		padding: 22px 20px;
	}

	.commerce-information-cta .wp-block-buttons,
	.commerce-information-cta .wp-block-button,
	.commerce-information-cta .wp-block-button__link {
		width: 100%;
	}

	.commerce-hero__copy h1 {
		max-width: 100%;
		font-size: clamp(2.2rem, 10vw, 3rem);
		overflow-wrap: anywhere;
		text-wrap: wrap;
	}

	.commerce-campaigns article {
		min-width: 0;
		padding: 26px 20px;
	}

	.commerce-campaigns article > h2 {
		width: 100%;
		max-width: 100%;
		font-size: clamp(1.35rem, 7vw, 1.75rem);
		overflow-wrap: anywhere;
		white-space: normal !important;
		word-break: break-word;
		text-wrap: pretty;
	}

	.commerce-actions > * {
		width: 100%;
	}

	.commerce-products .commerce-product-grid.is-grid {
		grid-template-columns: 1fr;
	}

	.commerce-benefits__grid,
	.commerce-category-grid,
	.commerce-footer-grid {
		grid-template-columns: 1fr;
	}

	.catalog-heading {
		align-items: start;
		flex-direction: column;
	}

	.commerce-product-collection .wc-block-product-template {
		grid-template-columns: 1fr !important;
	}

	.commerce-benefits article {
		border-right: 0;
		border-bottom: 1px solid var(--border);
		padding-left: 0;
	}

	.bundle-products,
	.bundle-products-count-2,
	.related-section .commerce-product-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.commerce-policy-navigation ul {
		grid-template-columns: 1fr;
	}
}

.commerce-product-card__extensions {
	display: grid;
	gap: 8px;
}

.commerce-product-card__extensions > :first-child {
	margin-top: 0;
}

.commerce-product-card__extensions > :last-child {
	margin-bottom: 0;
}

/* Ana sayfadaki düzenlenebilir WooCommerce kartlarını eski vitrin görünümüyle eşler. */
.commerce-home-product-collection .wc-block-product {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--commerce-card-border, #e2e8f0);
	border-radius: var(--commerce-card-radius, 20px);
	background: var(--commerce-card-bg, #fff);
	color: var(--commerce-card-text, #0f172a);
	box-shadow: var(--commerce-card-shadow, 0 10px 30px rgb(15 23 42 / 5%));
}

.commerce-home-product-collection .wc-block-components-product-image {
	background: var(--commerce-card-image-bg, #f8fafc);
}

.commerce-home-product-collection .wc-block-components-product-image img {
	object-fit: var(--commerce-card-image-fit, cover);
}

.commerce-home-product-collection .commerce-card-category {
	margin: 18px 18px 0;
	font-size: .68rem;
}

.commerce-home-product-collection .wp-block-post-title {
	margin: 7px 18px 12px;
	font-size: 1.08rem !important;
}

.commerce-home-product-collection .product-card-options {
	margin: 0 18px 12px;
}

.commerce-home-product-collection .wp-block-woocommerce-product-price {
	margin: auto 18px 8px;
	color: var(--commerce-card-text, #0f172a);
	font-size: 1.15rem !important;
}

.commerce-home-product-collection .commerce-card-stock {
	margin: 0 18px 12px;
}

.commerce-home-product-collection .wc-block-components-product-button {
	width: calc(100% - 36px);
	margin: 0 18px 18px;
	padding-top: 0;
}

.commerce-home-product-collection .wc-block-components-product-button__button,
.commerce-home-product-collection .wc-block-components-product-button__button:hover {
	border-color: var(--commerce-card-button-bg, var(--action-orange)) !important;
	border-radius: var(--commerce-card-button-radius, 12px);
	background: var(--commerce-card-button-bg, var(--action-orange)) !important;
	color: var(--commerce-card-button-text, #fff) !important;
}

.commerce-home-product-collection .wc-block-components-product-sale-badge {
	background: var(--commerce-sale-badge-bg, var(--action-orange));
	color: var(--commerce-sale-badge-text, #fff);
}

/* Blok tabanlı header/footer ve sabit medya sistemi. */
.wp-site-blocks > header.wp-block-template-part,
.wp-site-blocks > footer.wp-block-template-part,
.wp-site-blocks > .commerce-site-header,
.wp-site-blocks > .commerce-site-footer {
	margin-block-start: 0 !important;
}

.commerce-block-header {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 0 !important;
}

.commerce-block-header > *,
.commerce-block-header .commerce-search-box {
	margin-block: 0 !important;
}

.commerce-announcement__inner {
	display: flex !important;
	min-height: 32px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.commerce-announcement__inner p {
	margin: 0;
	color: inherit;
	font-size: inherit;
	line-height: 1.3;
}

.commerce-announcement__secondary:not(.has-text-color) {
	color: #94a3b8 !important;
}

.commerce-block-header .commerce-header-main {
	display: grid !important;
	grid-template-columns: minmax(180px, 230px) minmax(260px, 680px) auto !important;
	align-items: center;
	justify-content: space-between;
}

.commerce-block-header .commerce-brand {
	display: grid !important;
	justify-items: start;
	gap: 3px;
	margin: 0;
}

.commerce-block-header .commerce-brand :is(.wp-block-site-logo, .wp-block-site-title, .wp-block-site-tagline) {
	margin: 0;
}

.commerce-block-header .commerce-brand .wp-block-site-logo img {
	display: block;
	width: auto;
	max-width: 180px;
	height: auto;
	max-height: 42px;
	object-fit: contain;
	object-position: left center;
}

.commerce-block-header .commerce-brand .wp-block-site-title:not(.has-text-color) a {
	color: var(--brand-dark) !important;
	font-size: 1.35rem;
	font-weight: 900;
	letter-spacing: -.05em;
	line-height: 1;
	text-decoration: none;
}

.commerce-block-header .commerce-brand .wp-block-site-tagline:not(.has-text-color) {
	color: var(--muted-text);
	font-size: .58rem;
	font-weight: 700;
	letter-spacing: .13em;
	line-height: 1.2;
	text-transform: uppercase;
}

.commerce-block-header .commerce-header-actions,
.commerce-block-header .commerce-header-actions > * {
	margin: 0;
}

.commerce-block-header .commerce-header-nav {
	display: flex !important;
}

.commerce-block-header .commerce-primary-navigation {
	min-width: 0;
	flex: 1 1 auto;
	color: #475569;
}

.commerce-block-header .commerce-primary-navigation .wp-block-navigation__container {
	flex-wrap: nowrap;
	gap: 9px;
}

.commerce-block-header .commerce-primary-navigation .wp-block-navigation-item__content {
	border-radius: 9px;
	padding: 8px 11px;
	color: inherit;
	font-size: .78rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.commerce-block-header .commerce-primary-navigation .is-highlighted > .wp-block-navigation-item__content {
	background: var(--action-orange);
	color: #fff !important;
}

.commerce-block-footer .commerce-footer-grid {
	display: grid !important;
}

.commerce-block-footer :is(.wp-block-site-logo, .wp-block-site-title, .wp-block-heading, .wp-block-navigation, p) {
	margin-block: 0;
}

.commerce-block-footer .commerce-footer-brand img {
	display: block;
	width: auto;
	max-width: 190px;
	max-height: 54px;
	object-fit: contain;
	object-position: left center;
}

.commerce-block-footer .wp-block-site-title:not(.has-text-color) a {
	color: #fff !important;
	font-size: 1.3rem;
	font-weight: 900;
	text-decoration: none;
}

.commerce-block-footer .commerce-footer-column {
	display: grid;
	align-content: start;
	justify-items: stretch;
	gap: 12px;
}

.commerce-block-footer .commerce-footer-column > :is(.wp-block-heading, .wp-block-navigation) {
	width: 100%;
	max-width: none;
	margin-inline: 0 !important;
	justify-self: stretch;
}

.commerce-block-footer .commerce-footer-column h3:not(.has-text-color) {
	color: #fff;
	font-size: .92rem;
	font-weight: 800;
}

.commerce-block-footer .commerce-footer-column h3 {
	font-size: .92rem;
	font-weight: 800;
}

.commerce-block-footer .commerce-footer-column .wp-block-navigation__container {
	align-items: flex-start;
	gap: 8px;
}

.commerce-block-footer .commerce-footer-column .wp-block-navigation:not(.has-text-color) {
	color: #cbd5e1;
}

.commerce-block-footer .commerce-footer-column .wp-block-navigation-item__content {
	padding: 0;
	color: inherit !important;
	font-size: .82rem;
}

.commerce-block-footer .commerce-footer-bottom p:not(.has-text-color) {
	margin: 0;
	color: #94a3b8;
}

/* Kategori kartları: sayı arttığında taşmayan, metni ve görseli ayrılmış yapı. */
.commerce-category-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)) !important;
	gap: 16px;
}

.commerce-category-grid > a {
	display: grid;
	min-width: 0;
	min-height: 112px;
	grid-template-columns: 80px minmax(0, 1fr) 42px;
	align-items: center;
	gap: 12px;
	padding: 12px;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.commerce-category-grid > a:hover {
	border-color: #bfdbfe;
	box-shadow: 0 14px 36px rgb(15 23 42 / 9%);
	transform: translateY(-2px);
}

.commerce-category-grid > a > .commerce-category-grid__media,
.commerce-category-grid__fallback {
	width: 80px;
	max-width: 80px;
	min-width: 80px;
	height: 80px;
	min-height: 80px;
	border-radius: 14px;
}

.commerce-category-grid > a > .commerce-category-grid__copy {
	display: grid !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 80px !important;
	align-self: stretch;
	align-content: center;
	justify-items: start;
	place-items: center start;
	gap: 4px;
	border: 1px solid #edf2f7;
	border-radius: 13px;
	background: #f8fafc;
	padding: 12px 14px;
	text-align: left;
}

.commerce-category-grid__copy strong {
	color: var(--brand-dark);
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	line-height: 1.2;
	white-space: normal;
	word-break: break-word;
}

.commerce-category-grid__copy small {
	color: #64748b;
	font-size: .78rem;
	font-weight: 700;
}

.commerce-category-grid__action {
	display: grid !important;
	width: 40px !important;
	max-width: 40px !important;
	min-width: 40px !important;
	height: 40px !important;
	min-height: 40px !important;
	place-items: center;
	border-radius: 12px;
	background: #eff6ff;
	color: var(--primary-blue);
}

.commerce-category-grid__action svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

/* Vitrin ve benzer ürün kartlarında görsel, medya alanını boşluksuz doldurur. */
.commerce-product-card__image img,
.commerce-products .commerce-product-card__image img,
.commerce-home-product-collection .wc-block-components-product-image img {
	margin: 0 !important;
	padding: 0 !important;
	object-fit: var(--commerce-card-image-fit, cover) !important;
}

.commerce-product-card__body {
	min-height: 238px;
}

.related-section .commerce-product-card {
	height: 100%;
}

.related-section.commerce-products {
	padding: 0;
}

.related-section .commerce-product-card__image {
	background: #f8fafc;
}

.related-section .commerce-product-card__image > b,
.related-section .commerce-product-card__button,
.related-section .commerce-product-card__button:hover {
	border-color: var(--action-orange) !important;
	background: var(--action-orange) !important;
	color: #fff !important;
}

/* WooCommerce güncel Product Gallery: sabit kare sahne, altta küçük görseller. */
.commerce-single-product__gallery {
	overflow: visible;
	aspect-ratio: auto;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
	box-shadow: none;
}

.commerce-single-product__gallery > .wp-block-woocommerce-product-gallery,
.commerce-single-product__gallery .wc-block-product-gallery {
	display: flex !important;
	width: 100%;
	min-width: 0;
	flex-direction: column;
	gap: 12px;
}

.commerce-single-product__gallery .wp-block-woocommerce-product-gallery-large-image {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1;
	border: 1px solid #e2e8f0;
	border-radius: 26px;
	background: linear-gradient(145deg, #fff, #f5f7fb);
	box-shadow: 0 18px 50px rgb(15 23 42 / 7%);
}

.commerce-single-product__gallery .wc-block-product-gallery-large-image__container {
	box-sizing: border-box;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

.commerce-single-product__gallery .wp-block-woocommerce-product-sale-badge {
	position: absolute;
	z-index: 5;
	top: 16px;
	left: 16px;
	right: auto;
	width: auto;
	margin: 0;
}

.commerce-single-product__gallery .wc-block-components-product-sale-badge {
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
	border: 0;
	border-radius: 999px;
	background: var(--action-orange);
	padding: 6px 11px;
	color: #fff;
	font-size: .72rem;
	font-weight: 850;
	line-height: 1.2;
	text-transform: none;
	box-shadow: 0 8px 20px rgb(194 65 12 / 20%);
}

.commerce-single-product__gallery .wc-block-components-product-sale-badge__text {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: none;
}

.commerce-single-product__gallery :is(.wc-block-product-gallery-large-image__container, .wc-block-product-gallery-large-image__wrapper) {
	width: 100%;
	height: 100%;
}

.commerce-single-product__gallery .wc-block-woocommerce-product-gallery-large-image__image {
	width: 100% !important;
	height: 100% !important;
	box-sizing: border-box;
	padding: 0;
	object-fit: contain !important;
	object-position: center;
	cursor: zoom-in;
	transition: transform .2s ease;
}

.commerce-single-product__gallery .wp-block-woocommerce-product-gallery-thumbnails {
	width: 100%;
	margin: 0 !important;
}

.commerce-single-product__gallery .wc-block-product-gallery-thumbnails__scrollable {
	display: flex;
	overflow-x: auto;
	align-items: center;
	gap: 10px;
	padding: 2px;
	scroll-padding-inline: 2px;
	scroll-snap-type: x proximity;
	overscroll-behavior-inline: contain;
	scrollbar-width: thin;
}

.commerce-single-product__gallery .wc-block-product-gallery-thumbnails__thumbnail {
	--commerce-gallery-thumb-size: clamp(68px, 16vw, 92px);
	display: grid;
	width: var(--commerce-gallery-thumb-size) !important;
	min-width: var(--commerce-gallery-thumb-size);
	height: var(--commerce-gallery-thumb-size) !important;
	min-height: var(--commerce-gallery-thumb-size);
	flex: 0 0 var(--commerce-gallery-thumb-size);
	aspect-ratio: 1;
	overflow: hidden;
	place-items: center;
	border: 1px solid #dbe3ec;
	border-radius: 12px;
	background: #fff;
	padding: 0 !important;
	scroll-snap-align: start;
}

.commerce-single-product__gallery .wc-block-product-gallery-thumbnails__thumbnail img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: 1 !important;
	box-sizing: border-box;
	padding: 5px;
	object-fit: contain;
}

.commerce-single-product__gallery .wc-block-product-gallery-thumbnails__thumbnail:has(.wc-block-product-gallery-thumbnails__thumbnail__image--is-active) {
	border-color: var(--primary-blue);
	box-shadow: 0 0 0 2px rgb(37 99 235 / 16%);
}

@media (max-width: 800px) {
	.commerce-block-header .commerce-header-main {
		grid-template-columns: minmax(0, 1fr) auto !important;
	}

	.commerce-block-header .commerce-search-box {
		grid-column: 1 / -1;
		grid-row: 2;
	}

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

@media (max-width: 560px) {
	.commerce-announcement__secondary {
		display: none;
	}

	.commerce-block-header .commerce-header-main {
		grid-template-columns: minmax(0, 1fr) auto !important;
	}

	.commerce-block-header .commerce-primary-navigation {
		display: flex;
		justify-content: flex-end;
	}

	.commerce-category-grid > a {
		grid-template-columns: 72px minmax(0, 1fr) 40px;
	}

	.commerce-category-grid > a > .commerce-category-grid__media,
	.commerce-category-grid__fallback {
		width: 72px;
		max-width: 72px;
		min-width: 72px;
		height: 72px;
		min-height: 72px;
	}

	.commerce-product-card__body {
		min-height: 0;
	}

	.commerce-block-footer .commerce-footer-grid {
		grid-template-columns: 1fr;
	}

	.commerce-single-product__gallery .wp-block-woocommerce-product-gallery-large-image {
		border-radius: 20px;
	}
}
