/* ==========================================================================
   Creomorph — ana stil dosyası
   Palet heykel atölyesinden: astar grisi, döküm beyazı, grafit, bronz, patina.
   ========================================================================== */

:root {
	--primer: #e3e4e1;      /* astar grisi, sayfa zemini */
	--primer-deep: #d5d7d3; /* görsel zemini */
	--cast: #f7f7f5;        /* döküm beyazı, paneller */
	--graphite: #20262d;    /* koyu bölümler */
	--ink: #15181c;         /* metin */
	--stone: #5d636a;       /* ikincil metin */
	--line: #c4c7c2;        /* ince çizgiler */
	--bronze: #8f5a28;      /* eylem rengi */
	--bronze-hi: #c7935a;   /* koyu zeminde bronz */
	--patina: #3b7a6f;      /* ön sipariş durumu */

	--f-display: "Anybody", "Arial Narrow", "Helvetica Neue", sans-serif;
	--f-body: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

	--wrap: 1320px;
	--gutter: clamp(18px, 4vw, 44px);
	--section: clamp(56px, 8vw, 112px);
	--radius-s: 3px;
}

/* --- Temel ---------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--primer);
	color: var(--ink);
	font-family: var(--f-body);
	font-size: 1.0625rem;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

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

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 0.5em;
	font-family: var(--f-display);
	font-weight: 750;
	line-height: 1.05;
	font-variation-settings: "wdth" 110;
	letter-spacing: -0.005em;
}

p {
	margin: 0 0 1em;
}

:focus-visible {
	outline: 2px solid var(--bronze);
	outline-offset: 3px;
}

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

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

.cm-wrap {
	width: 100%;
	max-width: var(--wrap);
	margin-inline: auto;
	padding-inline: var(--gutter);
}

/* --- Butonlar ve bağlantılar ------------------------------------------------ */

.cm-btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	min-height: 48px;
	padding: 0.7em 1.5em;
	border: 0;
	border-radius: var(--radius-s);
	background: var(--bronze);
	color: #fff;
	font-family: var(--f-body);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.15s ease;
}

.cm-btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: var(--ink);
	color: #fff;
}

.cm-link {
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: var(--bronze);
	text-decoration-thickness: 2px;
}

.cm-link:hover {
	color: var(--bronze);
}

/* --- Duyuru ve üst bölüm --------------------------------------------------- */

.cm-announce {
	background: var(--graphite);
	color: #dfe2e4;
	font-size: 0.875rem;
	text-align: center;
}

.cm-announce p {
	margin: 0;
	padding-block: 9px;
}

.cm-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--cast);
	border-bottom: 1px solid var(--line);
}

.admin-bar .cm-header {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .cm-header {
		top: 0;
	}
}

.cm-header__inner {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: 72px;
}

.cm-wordmark {
	font-family: var(--f-display);
	font-size: 1.6rem;
	font-weight: 800;
	font-variation-settings: "wdth" 138;
	letter-spacing: -0.01em;
	text-decoration: none;
	white-space: nowrap;
}

.cm-wordmark--light {
	color: var(--cast);
}

.custom-logo {
	max-height: 44px;
	width: auto;
}

.cm-nav {
	flex: 1;
}

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

.cm-nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 26px;
}

.cm-nav a {
	display: inline-block;
	padding-block: 8px;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

.cm-nav a:hover,
.cm-nav .current-menu-item > a,
.cm-nav .current_page_item > a {
	border-bottom-color: var(--bronze);
}

.cm-nav__list > li {
	position: relative;
}

.cm-nav .sub-menu {
	position: absolute;
	top: 100%;
	left: -16px;
	min-width: 220px;
	padding: 10px 16px;
	background: var(--cast);
	border: 1px solid var(--line);
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.15s ease;
}

.cm-nav li:hover > .sub-menu,
.cm-nav li:focus-within > .sub-menu {
	visibility: visible;
	opacity: 1;
}

.cm-actions {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-left: auto;
}

.cm-icon-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: none;
	color: var(--ink);
	cursor: pointer;
}

.cm-icon-btn:hover {
	color: var(--bronze);
}

.cm-cart-count {
	position: absolute;
	top: 4px;
	right: 2px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 9px;
	background: var(--bronze);
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
}

.cm-cart-count.is-empty {
	display: none;
}

.cm-menu-toggle {
	display: none;
}

.cm-search {
	border-top: 1px solid var(--line);
	padding-block: 18px;
	background: var(--cast);
}

.cm-searchform,
.woocommerce-product-search {
	display: flex;
	gap: 10px;
	max-width: 720px;
}

.cm-searchform input[type="search"],
.woocommerce-product-search input[type="search"] {
	flex: 1;
	min-height: 48px;
	padding: 0 16px;
	border: 1px solid var(--line);
	border-radius: var(--radius-s);
	background: #fff;
	font: inherit;
}

.woocommerce-product-search button {
	min-height: 48px;
	padding: 0 1.4em;
	border: 0;
	border-radius: var(--radius-s);
	background: var(--bronze);
	color: #fff;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}

@media (max-width: 960px) {
	.cm-header__inner {
		gap: 8px;
	}

	.cm-menu-toggle {
		display: inline-flex;
		margin-left: -10px;
	}

	.cm-nav {
		position: fixed;
		inset: 0 auto 0 0;
		z-index: 60;
		width: min(86vw, 360px);
		padding: 88px var(--gutter) 32px;
		background: var(--cast);
		border-right: 1px solid var(--line);
		transform: translateX(-100%);
		visibility: hidden;
		transition: transform 0.25s ease, visibility 0.25s;
		overflow-y: auto;
	}

	.cm-nav.is-open {
		transform: none;
		visibility: visible;
	}

	.cm-nav__list {
		flex-direction: column;
		gap: 0;
	}

	.cm-nav__list a {
		display: block;
		padding-block: 14px;
		border-bottom: 1px solid var(--line);
		font-family: var(--f-display);
		font-size: 1.35rem;
		font-weight: 700;
		font-variation-settings: "wdth" 115;
	}

	.cm-nav .sub-menu {
		position: static;
		visibility: visible;
		opacity: 1;
		border: 0;
		padding: 0 0 0 14px;
		background: none;
	}

	.cm-nav .sub-menu a {
		font-family: var(--f-body);
		font-size: 1rem;
		font-weight: 500;
	}

	body.cm-nav-open::after {
		content: "";
		position: fixed;
		inset: 0;
		z-index: 55;
		background: rgba(21, 24, 28, 0.45);
	}

	.cm-wordmark {
		font-size: 1.3rem;
	}
}

@media (max-width: 480px) {
	.cm-actions .cm-icon-btn:nth-child(2) {
		display: none;
	}
}

/* --- Giriş bölümü ---------------------------------------------------------- */

.cm-hero {
	padding-block: clamp(40px, 6vw, 88px) var(--section);
}

.cm-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
	gap: clamp(32px, 5vw, 80px);
	align-items: end;
}

/* Tek hareketli an: başlık dar kalıptan geniş forma "dökülür". */
.cm-hero__title {
	margin-bottom: 0.45em;
	font-size: clamp(2.75rem, 6vw, 5.75rem);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: -0.015em;
	font-variation-settings: "wdth" 118;
	text-wrap: balance;
	animation: cm-cast 1.3s cubic-bezier(0.2, 0.7, 0.15, 1) 0.15s both;
}

@keyframes cm-cast {
	from {
		font-variation-settings: "wdth" 50;
		opacity: 0.35;
	}
	to {
		font-variation-settings: "wdth" 118;
		opacity: 1;
	}
}

.cm-hero__text {
	max-width: 34em;
	color: var(--stone);
	font-size: 1.1875rem;
	line-height: 1.6;
}

.cm-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 28px;
	margin-top: 32px;
}

/* Kaide: öne çıkan ürün bir sergi kaidesi üzerinde */
.cm-plinth {
	margin: 0;
}

.cm-plinth__stage {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: var(--primer-deep);
}

.cm-plinth__stage img,
.cm-plinth__stage svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cm-plinth__base {
	height: 16px;
	margin-inline: 6%;
	background: var(--graphite);
}

.cm-plinth__caption {
	margin-inline: 6%;
	padding: 16px 20px 18px;
	background: var(--graphite);
	color: #e8eaeb;
	border-top: 1px solid #39414a;
}

.cm-plinth__head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	gap: 4px 16px;
}

.cm-plinth__name {
	margin: 0;
	font-family: var(--f-display);
	font-size: 1.25rem;
	font-weight: 700;
	font-variation-settings: "wdth" 112;
}

.cm-plinth__name a {
	text-decoration: none;
}

.cm-plinth__name a:hover {
	text-decoration: underline;
}

.cm-plinth__price {
	margin: 0;
	color: var(--bronze-hi);
	font-weight: 700;
}

.cm-plinth__price del {
	color: #9aa1a8;
	font-weight: 400;
}

.cm-plinth__price ins {
	text-decoration: none;
}

.cm-plinth__meta {
	margin: 6px 0 0;
	color: #aeb4ba;
	font-size: 0.9375rem;
}

@media (max-width: 860px) {
	.cm-hero__grid {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.cm-plinth {
		max-width: 520px;
	}
}

/* --- Bölümler ve ürün ızgarası -------------------------------------------- */

.cm-section {
	padding-block: 0 var(--section);
}

.cm-section__head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	gap: 8px 24px;
	margin-bottom: 28px;
	padding-top: 20px;
	border-top: 2px solid var(--ink);
}

.cm-section__title {
	margin: 0;
	font-size: clamp(1.75rem, 3.2vw, 2.75rem);
	font-variation-settings: "wdth" 116;
}

.cm-section__lede {
	margin: 0;
	color: var(--stone);
}

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

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	clear: none;
}

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

@media (max-width: 720px) {
	.cm-grid,
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 14px;
	}
}

/* Kart */
.cm-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.cm-card__media {
	position: relative;
	display: block;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: var(--primer-deep);
}

.cm-card__media img,
.cm-card__media svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cm-card__body {
	padding-top: 14px;
}

.cm-card__title {
	margin: 0 0 4px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	font-variation-settings: "wdth" 104;
}

.cm-card__title a {
	text-decoration: none;
}

.cm-card__title a:hover {
	text-decoration: underline;
}

.cm-card__meta {
	margin: 0 0 6px;
	color: var(--stone);
	font-size: 0.9375rem;
}

.cm-card__price {
	margin: 0;
	font-weight: 700;
}

.cm-card__price del {
	color: var(--stone);
	font-weight: 400;
}

.cm-card__price ins {
	text-decoration: none;
	color: var(--bronze);
}

.cm-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 5px 10px;
	border-radius: var(--radius-s);
	background: var(--cast);
	color: var(--ink);
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.2;
}

.cm-badge--pre {
	background: var(--patina);
	color: #fff;
}

.cm-badge--out {
	background: var(--ink);
	color: #fff;
}

.cm-badge--sale {
	background: var(--bronze);
	color: #fff;
}

.cm-badge--inline {
	position: static;
	display: inline-block;
	margin-bottom: 12px;
}

/* --- Ölçek bölümü ---------------------------------------------------------- */

.cm-scales {
	margin-bottom: var(--section);
	padding-block: clamp(48px, 7vw, 96px);
	background: var(--graphite);
	color: #e8eaeb;
}

.cm-scales .cm-section__head {
	border-top-color: #e8eaeb;
}

.cm-scales .cm-section__lede {
	color: #aeb4ba;
}

.cm-scales__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #39414a;
}

.cm-scale {
	border-right: 1px solid #39414a;
}

.cm-scale__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0 20px 8px;
	text-decoration: none;
}

.cm-scale__stage {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: clamp(150px, 18vw, 230px);
	margin-bottom: 18px;
	border-bottom: 3px solid var(--bronze-hi);
	color: #7d858d;
	transition: color 0.2s ease;
}

.cm-scale__fig {
	display: block;
}

.cm-scale__fig svg {
	width: auto;
	height: 100%;
}

.cm-scale__link:hover .cm-scale__stage,
.cm-scale__link:focus-visible .cm-scale__stage {
	color: var(--cast);
}

.cm-scale__label {
	font-family: var(--f-display);
	font-size: 1.375rem;
	font-weight: 750;
	font-variation-settings: "wdth" 115;
}

.cm-scale__link:hover .cm-scale__label {
	text-decoration: underline;
	text-decoration-color: var(--bronze-hi);
}

.cm-scale__size {
	color: #aeb4ba;
	font-size: 0.9375rem;
}

@media (max-width: 720px) {
	.cm-scales__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 28px;
	}
}

/* --- Ön sipariş adımları --------------------------------------------------- */

.cm-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 56px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: cm-step;
}

.cm-step {
	counter-increment: cm-step;
	padding-top: 16px;
	border-top: 1px solid var(--line);
}

.cm-step::before {
	content: counter(cm-step);
	display: block;
	margin-bottom: 8px;
	color: var(--bronze);
	font-family: var(--f-display);
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	font-variation-settings: "wdth" 60;
}

.cm-step__title {
	margin-bottom: 6px;
	font-size: 1.125rem;
}

.cm-step p {
	margin: 0;
	color: var(--stone);
	font-size: 0.9375rem;
}

@media (max-width: 900px) {
	.cm-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.cm-steps {
		grid-template-columns: 1fr;
	}
}

/* --- Bülten --------------------------------------------------------------- */

.cm-newsletter {
	padding-block: clamp(48px, 7vw, 88px);
	background: var(--cast);
	border-top: 1px solid var(--line);
}

.cm-newsletter__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 32px 64px;
	align-items: center;
}

.cm-newsletter p {
	max-width: 36em;
	color: var(--stone);
}

.cm-newsletter input[type="email"],
.cm-newsletter input[type="text"] {
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid var(--line);
	border-radius: var(--radius-s);
	font: inherit;
}

.cm-admin-note {
	padding: 14px 16px;
	border: 1px dashed var(--bronze);
	font-size: 0.9375rem;
}

@media (max-width: 820px) {
	.cm-newsletter__grid {
		grid-template-columns: 1fr;
	}
}

/* --- Alt bilgi ------------------------------------------------------------ */

.cm-footer {
	padding-top: clamp(48px, 6vw, 80px);
	background: var(--graphite);
	color: #c9ced2;
	font-size: 0.9375rem;
}

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

.cm-footer__about p {
	max-width: 34em;
	margin-top: 14px;
}

.cm-footer__title {
	margin-bottom: 14px;
	color: var(--cast);
	font-size: 1.125rem;
}

.cm-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cm-footer li + li {
	margin-top: 8px;
}

.cm-footer a {
	text-decoration: none;
}

.cm-footer a:hover {
	color: var(--cast);
	text-decoration: underline;
}

.cm-footer__bottom {
	margin-top: 48px;
	padding-block: 20px;
	border-top: 1px solid #39414a;
	color: #8f969d;
}

.cm-footer__bottom p {
	margin: 0;
}

@media (max-width: 720px) {
	.cm-footer__grid {
		grid-template-columns: 1fr;
	}
}

/* --- Sayfa, yazı, arşiv --------------------------------------------------- */

.cm-page {
	padding-block: clamp(40px, 6vw, 80px) var(--section);
}

.cm-page__head {
	max-width: 820px;
	margin-bottom: 40px;
}

.cm-page__title {
	font-size: clamp(2.25rem, 5vw, 4rem);
	font-weight: 800;
	font-variation-settings: "wdth" 116;
}

.cm-page__lede {
	color: var(--stone);
}

.cm-prose {
	max-width: 70ch;
	font-size: 1.125rem;
	line-height: 1.7;
}

.cm-prose h2 {
	margin-top: 1.8em;
	font-size: 1.75rem;
}

.cm-prose h3 {
	margin-top: 1.5em;
	font-size: 1.35rem;
}

.cm-prose img {
	margin-block: 1.5em;
}

.cm-prose blockquote {
	margin: 1.5em 0;
	padding-left: 20px;
	border-left: 3px solid var(--bronze);
	color: var(--stone);
}

.cm-article__media {
	margin: 0 0 40px;
}

.cm-post__date {
	display: block;
	margin-bottom: 8px;
	color: var(--stone);
	font-size: 0.9375rem;
}

.cm-posts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 48px 28px;
}

.cm-post__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--primer-deep);
}

.cm-post__media img,
.cm-post__media svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cm-post__body {
	padding-top: 16px;
}

.cm-post__title {
	font-size: 1.375rem;
}

.cm-post__title a {
	text-decoration: none;
}

.cm-post__title a:hover {
	text-decoration: underline;
}

.cm-post__excerpt {
	color: var(--stone);
}

@media (max-width: 900px) {
	.cm-posts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.cm-posts {
		grid-template-columns: 1fr;
	}
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 48px;
}

.nav-links .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 12px;
	border: 1px solid var(--line);
	text-decoration: none;
}

.nav-links .page-numbers.current {
	background: var(--ink);
	border-color: var(--ink);
	color: var(--cast);
}

.post-navigation .nav-links {
	justify-content: space-between;
	padding-top: 24px;
	border-top: 1px solid var(--line);
}

.cm-postnav__label {
	display: block;
	color: var(--stone);
	font-size: 0.875rem;
}

.cm-empty {
	max-width: 620px;
}

.cm-404 {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
	gap: 48px;
	align-items: center;
}

.cm-404 .cm-searchform {
	margin-block: 24px;
}

@media (max-width: 720px) {
	.cm-404 {
		grid-template-columns: 1fr;
	}

	.cm-404__art {
		max-width: 260px;
	}
}

.cm-comments {
	max-width: 70ch;
	margin-top: 64px;
}

.cm-comments__list {
	padding-left: 0;
	list-style: none;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--line);
	border-radius: var(--radius-s);
	font: inherit;
}

/* --- WooCommerce --------------------------------------------------------- */

.cm-shop {
	padding-block: clamp(32px, 5vw, 64px) var(--section);
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 20px;
	color: var(--stone);
	font-size: 0.875rem;
}

.woocommerce .woocommerce-breadcrumb a {
	color: var(--stone);
}

.woocommerce-products-header__title.page-title {
	font-size: clamp(2.25rem, 5vw, 4rem);
	font-weight: 800;
	font-variation-settings: "wdth" 116;
}

.woocommerce .woocommerce-result-count {
	color: var(--stone);
	font-size: 0.9375rem;
}

.woocommerce .woocommerce-ordering select {
	min-height: 44px;
	padding: 0 12px;
	border: 1px solid var(--line);
	border-radius: var(--radius-s);
	background: #fff;
	font: inherit;
}

.woocommerce ul.products {
	clear: both;
	padding-top: 12px;
}

/* Tek ürün */
.woocommerce div.product .product_title {
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 800;
	font-variation-settings: "wdth" 114;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--ink);
	font-size: 1.5rem;
	font-weight: 700;
}

.woocommerce div.product p.price ins {
	color: var(--bronze);
	text-decoration: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	background: var(--primer-deep);
}

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

.woocommerce div.product form.cart div.quantity {
	float: none;
	margin: 0;
}

.woocommerce .quantity .qty {
	width: 5em;
	min-height: 48px;
	border: 1px solid var(--line);
	border-radius: var(--radius-s);
	font: inherit;
}

.woocommerce div.product form.cart .button {
	float: none;
	flex: 1;
	max-width: 320px;
}

.cm-specs {
	margin: 24px 0;
	border-top: 1px solid var(--line);
}

.cm-specs__row {
	display: grid;
	grid-template-columns: 9em 1fr;
	gap: 12px;
	padding-block: 10px;
	border-bottom: 1px solid var(--line);
}

.cm-specs dt {
	color: var(--stone);
}

.cm-specs dd {
	margin: 0;
	font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	margin-bottom: 24px;
	border-bottom: 1px solid var(--line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0 24px 0 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 12px 0;
	color: var(--stone);
	font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--ink);
	box-shadow: inset 0 -2px 0 var(--bronze);
}

.woocommerce div.product .woocommerce-tabs .panel {
	max-width: 70ch;
}

.related.products > h2,
.upsells.products > h2 {
	padding-top: 20px;
	border-top: 2px solid var(--ink);
	font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.woocommerce span.onsale {
	display: none; /* Kendi rozetlerimizi kullanıyoruz. */
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-top-color: var(--bronze);
	background: var(--cast);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--bronze);
}

.woocommerce table.shop_table {
	border-color: var(--line);
	border-radius: 0;
	background: var(--cast);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid var(--line);
	border-radius: var(--radius-s);
	background: #fff;
}

/* --- Hareket tercihi ------------------------------------------------------ */

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