/* ==========================================================================
   Kozabutik — Anasayfa stilleri (Figma E-Commerce design)
   ========================================================================== */

/* --------------------------------------------------------------------------
   Header — sticky + bg blur + 56px + center logo (3-col grid)
   -------------------------------------------------------------------------- */
header.wp-block-template-part:has(.kozabutik-header),
.wp-site-blocks > header,
.kozabutik-header {
	position: sticky;
	top: 0;
	z-index: 90;
}
.kozabutik-header {
	background: rgba(255, 255, 255, 0.95);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border: 0 !important;
	box-shadow: none !important;
}
.kozabutik-header,
.kozabutik-header *,
header.wp-block-template-part:has(.kozabutik-header),
header.wp-block-template-part:has(.kozabutik-header) * { border-bottom: 0 !important; }
/* Ensure no parent breaks sticky */
html, body { overflow-x: clip; }
.wp-site-blocks { overflow: visible !important; }

.kozabutik-header__inner {
	min-height: 56px !important;
	display: grid !important;
	grid-template-columns: 1fr auto 1fr !important;
	align-items: center !important;
	gap: 24px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.kozabutik-header__inner > * {
	min-width: 0;
	margin: 0 !important;
}
/* Left = nav */
.kozabutik-header__inner > .wp-block-navigation,
.kozabutik-header__nav {
	justify-self: start !important;
}
/* Center = logo */
.kozabutik-header__inner > .wp-block-site-title,
.kozabutik-header__logo {
	justify-self: center !important;
	text-align: center;
	white-space: nowrap;
	font-family: var(--wp--preset--font-family--heading) !important;
}
.kozabutik-header__logo a {
	color: var(--wp--preset--color--primary) !important;
	text-decoration: none;
}
/* Right = actions */
.kozabutik-header__actions {
	justify-self: end !important;
	gap: 16px !important;
	align-items: center;
	display: flex !important;
}

/* Navigation items — Caption */
.kozabutik-header__nav .wp-block-navigation__container,
.kozabutik-header .wp-block-navigation .wp-block-navigation-item__content {
	font-family: var(--wp--preset--font-family--body) !important;
	font-size: 12px !important;
	line-height: 1 !important;
	letter-spacing: -0.01em !important;
	font-weight: 400 !important;
	text-transform: none !important;
	color: var(--wp--preset--color--primary);
}
.kozabutik-header__nav .wp-block-navigation__container { gap: 24px !important; }

/* Action links */
.kozabutik-header__link {
	font-family: var(--wp--preset--font-family--body) !important;
	font-size: 12px !important;
	line-height: 1 !important;
	letter-spacing: -0.01em !important;
	font-weight: 400 !important;
	margin: 0 !important;
}
.kozabutik-header__link a {
	color: var(--wp--preset--color--primary) !important;
	text-decoration: none;
	cursor: pointer;
}
.kozabutik-header__link a:hover { text-decoration: underline; }

/* Mega menu / submenu — overlay, not pushing layout */
.kozabutik-header .wp-block-navigation .has-child { position: static; }
.kozabutik-header .wp-block-navigation__submenu-container {
	position: absolute !important;
	top: 100% !important;
	left: 0;
	right: auto;
	background: rgba(255,255,255,0.98);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	min-width: 320px;
	max-width: 480px;
	z-index: 1001;
	box-shadow: 0 8px 24px rgba(0,0,0,0.06);
	padding: 24px 32px !important;
	border: 0 !important;
	gap: 2px !important;
}
/* Mega variant — wide multi-column dropdown */
.kozabutik-header .wp-block-navigation .kozabutik-mega > .wp-block-navigation__submenu-container {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	padding: 32px 48px !important;
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	grid-auto-flow: column;
	grid-auto-rows: min-content;
	column-gap: 32px;
	row-gap: 2px;
}
.kozabutik-header .wp-block-navigation .kozabutik-mega > .wp-block-navigation__submenu-container .wp-block-navigation-item {
	width: 100%;
}
.kozabutik-header .wp-block-navigation__submenu-container .wp-block-navigation-item { padding: 0 !important; }
.kozabutik-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	font-family: var(--wp--preset--font-family--body) !important;
	font-size: 14px !important;
	line-height: 2 !important;
	letter-spacing: -0.01em !important;
	font-weight: 400 !important;
	color: var(--wp--preset--color--primary) !important;
	padding: 4px 0 !important;
}
.kozabutik-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover { text-decoration: underline; }
/* Muted group heading style — apply class "is-style-group-heading" to a navigation-link to make it look like a category heading */
.kozabutik-header .wp-block-navigation .is-style-group-heading .wp-block-navigation-item__content,
.kozabutik-header .wp-block-navigation .is-style-group-heading .wp-block-navigation-item__label {
	color: var(--wp--preset--color--secondary-1, #999) !important;
	pointer-events: none;
	margin-top: 16px;
	margin-bottom: 4px;
}
.kozabutik-header .wp-block-navigation__submenu-container img {
	max-width: 100% !important;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 16/9;
	margin-top: 24px;
}
.kozabutik-header .wp-block-navigation__submenu-container .wp-block-cover,
.kozabutik-header .wp-block-navigation__submenu-container .wp-block-image {
	margin-top: 24px;
	max-width: 100% !important;
}
/* Hide submenu by default; show on hover/focus */
.kozabutik-header .wp-block-navigation .has-child > .wp-block-navigation__submenu-container {
	opacity: 0; visibility: hidden; pointer-events: none;
	transition: opacity 0.2s ease;
	transform: translateY(0);
}
.kozabutik-header .wp-block-navigation .has-child:hover > .wp-block-navigation__submenu-container,
.kozabutik-header .wp-block-navigation .has-child:focus-within > .wp-block-navigation__submenu-container {
	opacity: 1; visibility: visible; pointer-events: auto;
}

/* Hide injected WC blocks just in case the filter misses them */
.kozabutik-header .wp-block-woocommerce-mini-cart,
.kozabutik-header .wp-block-woocommerce-customer-account,
.wp-block-template-part .wp-block-woocommerce-mini-cart,
.wp-block-template-part .wp-block-woocommerce-customer-account { display: none !important; }

/* Mobile hamburger toggle — fixed within header viewport area on mobile only */
.kozabutik-mobile-menu-toggle {
	display: none;
	position: fixed;
	top: 16px;
	left: 16px;
	width: 28px;
	height: 28px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	z-index: 150;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 5px;
}
.kozabutik-mobile-menu-toggle span {
	display: block;
	width: 22px;
	height: 1.5px;
	background: var(--wp--preset--color--primary);
	transition: background 0.2s ease;
	border-radius: 2px;
}
.kozabutik-mobile-menu-toggle:hover span { opacity: 0.7; }
.kozabutik-header__menu-toggle {
	width: 24px; height: 24px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
}
.kozabutik-header__menu-toggle span {
	display: block;
	width: 22px;
	height: 1.5px;
	background: var(--wp--preset--color--primary);
}

/* Mobile: keep header visible, simplify to logo + actions */
@media (max-width: 768px) {
	.kozabutik-mobile-menu-toggle { display: none !important; }
	.kozabutik-header__inner {
		grid-template-columns: 1fr auto !important;
		gap: 8px !important;
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	/* Hide inline nav on mobile — replaced by drawer */
	.kozabutik-header__inner > .wp-block-navigation,
	.kozabutik-header__nav { display: none !important; }
	/* Logo at left on mobile (hamburger removed) */
	.kozabutik-header__logo {
		grid-column: 1 !important;
		justify-self: start !important;
	}
	.kozabutik-header__actions { gap: 12px !important; }
	/* Arama moves to bottom bar on mobile — hide from header */
	.kozabutik-header__actions > p:first-child {
		display: none !important;
	}
	/* Reserve space at the bottom for the fixed mobile bar */
	body { padding-bottom: 64px !important; }
}

/* Mobile bottom bar */
.kozabutik-bottom-bar {
	display: none;
	position: fixed;
	bottom: 0; left: 0; right: 0;
	height: 64px;
	background: rgba(255,255,255,0.98);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	border-top: 1px solid var(--wp--preset--color--gray-200, #e5e5e5);
	z-index: 90;
}
@media (max-width: 768px) {
	.kozabutik-bottom-bar {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
}
.kozabutik-bottom-bar__item {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	text-decoration: none !important;
	color: var(--wp--preset--color--primary) !important;
	font-family: var(--wp--preset--font-family--body);
	font-size: 10px;
	letter-spacing: 0.02em;
	padding: 8px 4px;
	cursor: pointer;
}
.kozabutik-bottom-bar__item:hover,
.kozabutik-bottom-bar__item:active { opacity: 0.7; }
.kozabutik-bottom-bar__icon {
	display: inline-flex;
	align-items: center; justify-content: center;
	width: 22px; height: 22px;
}
.kozabutik-bottom-bar__icon svg { display: block; }
.kozabutik-bottom-bar__label { line-height: 1.2; }

/* Order drawer — slides from right like cart */
.kozabutik-drawer--order {
	/* inherits right-slide defaults */
}
.kozabutik-order-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.kozabutik-order-form__hint {
	margin: 0;
	font-family: var(--wp--preset--font-family--body);
	font-size: 13px;
	line-height: 1.5;
	color: var(--wp--preset--color--secondary-1);
}
.kozabutik-order-form__field {
	position: relative;
	display: block;
	font-family: var(--wp--preset--font-family--body);
}
.kozabutik-order-form__field input {
	width: 100%;
	border: 0 !important;
	border-bottom: 1px solid var(--wp--preset--color--primary) !important;
	background: transparent !important;
	padding: 22px 0 8px !important;
	font-size: 14px;
	font-family: var(--wp--preset--font-family--body);
	color: var(--wp--preset--color--primary);
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
	height: auto !important;
}
.kozabutik-order-form__field label {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: var(--wp--preset--font-family--body);
	font-size: 14px;
	color: var(--wp--preset--color--secondary-1, #999);
	pointer-events: none;
	transition: top 0.18s ease, font-size 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.kozabutik-order-form__field input:focus ~ label,
.kozabutik-order-form__field input:not(:placeholder-shown) ~ label {
	top: 4px;
	transform: translateY(0);
	font-size: 11px;
	letter-spacing: 0.04em;
	color: var(--wp--preset--color--secondary-1, #999);
}
.kozabutik-order-form__submit {
	display: block;
	padding: 14px;
	background: var(--wp--preset--color--primary);
	color: #fff;
	border: 0;
	font-family: var(--wp--preset--font-family--body);
	font-size: 14px;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: opacity 0.2s ease;
	margin-top: 8px;
}
.kozabutik-order-form__submit:hover { opacity: 0.85; }

/* --------------------------------------------------------------------------
   Salebar
   -------------------------------------------------------------------------- */
.kozabutik-salebar p { font-family: var(--wp--preset--font-family--body) !important; }

/* --------------------------------------------------------------------------
   Hero slider — full width, no padding, gradient only bottom 160px
   -------------------------------------------------------------------------- */
.kozabutik-hero-wrap {
	margin-top: 0 !important;
	padding: 0 !important;
}
.kozabutik-hero-wrap { overflow: hidden; }
.kozabutik-hero { overflow: visible; }
.kozabutik-hero .slick-list { margin: 0 !important; overflow: hidden; }
.kozabutik-hero .slick-track { margin: 0 !important; }
.kozabutik-hero .slick-slide { padding: 0 4px !important; margin: 0 !important; }
.kozabutik-hero .slick-slide > div,
.kozabutik-hero .slick-slide .wp-block-cover { width: 100%; max-width: 100% !important; }
/* Center mode — dim side slides + hide title on non-center */
.kozabutik-hero .slick-slide:not(.slick-center) .kozabutik-hero__slide { opacity: 0.45; transition: opacity 0.4s ease; }
.kozabutik-hero .slick-slide.slick-center .kozabutik-hero__slide { opacity: 1; }
.kozabutik-hero .slick-slide:not(.slick-center) .kozabutik-hero__title { visibility: hidden; }

.kozabutik-hero__slide {
	min-height: 656px;
	color: #fff;
	position: relative;
	display: flex !important;
	align-items: flex-end !important;
	justify-content: flex-start !important;
}
/* No overlay — clean image */
.kozabutik-hero__slide .wp-block-cover__background { display: none !important; }
.kozabutik-hero__slide .wp-block-cover__inner-container {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
}
/* CTA anchor wraps the group, must be block */
.kozabutik-hero__slide a.wp-block-group-link {
	display: block;
	width: 100%;
	text-decoration: none !important;
	color: #fff !important;
}
/* CTA container — h-40 (160px) bottom strip with gradient black/0 → black/50 */
.kozabutik-hero__cta {
	display: flex !important;
	align-items: flex-end !important;
	justify-content: flex-start !important;
	width: 100%;
	height: 160px;
	padding: 32px 32px 32px 0 !important;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	overflow: hidden;
	color: #fff !important;
	text-decoration: none !important;
	gap: 10px;
}
.kozabutik-hero__title,
.kozabutik-hero__title a,
.kozabutik-hero__cta .kozabutik-hero__title {
	color: #fff !important;
	font-family: var(--wp--preset--font-family--heading) !important;
	font-size: 20px !important;
	line-height: 1.5 !important;
	letter-spacing: -0.01em !important;
	font-weight: 400 !important;
	text-decoration: none !important;
	margin: 0;
	text-align: left;
}
a.wp-block-group-link.kozabutik-hero__cta:hover .kozabutik-hero__title { text-decoration: underline !important; }

/* Slick dots hidden — autoplay replaces navigation */
.kozabutik-hero .slick-dots { display: none !important; }

/* --------------------------------------------------------------------------
   Product sections
   -------------------------------------------------------------------------- */
.kozabutik-products { background-color: var(--wp--preset--color--base); }
.kozabutik-products__header {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 16px !important;
	margin: 0 0 16px !important;
	flex-wrap: nowrap !important;
}
.kozabutik-products__title {
	font-family: var(--wp--preset--font-family--heading) !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
	letter-spacing: -0.01em !important;
	font-weight: 400 !important;
	margin: 0 !important;
}
.kozabutik-products__view-all {
	margin: 0 !important;
	font-family: var(--wp--preset--font-family--body) !important;
	font-size: 13px !important;
	line-height: 1 !important;
	letter-spacing: 0.02em !important;
}
.kozabutik-products__view-all a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	border: 1px solid var(--wp--preset--color--primary);
	color: var(--wp--preset--color--primary) !important;
	text-decoration: none !important;
	background: transparent;
	transition: background 0.2s ease, color 0.2s ease;
	font-family: var(--wp--preset--font-family--body);
}
.kozabutik-products__view-all a:hover {
	background: var(--wp--preset--color--primary);
	color: #fff !important;
}
/* Dark variant — flip the button colors */
.kozabutik-products--dark .kozabutik-products__view-all a {
	border-color: #fff;
	color: #fff !important;
}
.kozabutik-products--dark .kozabutik-products__view-all a:hover {
	background: #fff;
	color: #151515 !important;
}
.kozabutik-products .wp-block-woocommerce-product-template,
.kozabutik-products .wp-block-post-template,
.kozabutik-products .products {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	list-style: none;
	padding: 0;
	margin: 0;
}
@media (max-width: 1024px) {
	.kozabutik-products .wp-block-woocommerce-product-template,
	.kozabutik-products .wp-block-post-template,
	.kozabutik-products .products { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
	.kozabutik-products .wp-block-woocommerce-product-template,
	.kozabutik-products .wp-block-post-template,
	.kozabutik-products .products { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

/* Related products (core/query) cards — match the homepage product card. */
.kozabutik-products .wp-block-post-template > li {
	display: flex !important;
	flex-direction: column;
	margin: 0;
	background: transparent;
}

.kozabutik-product-card {
	display: flex !important;
	flex-direction: column;
	margin: 0;
	background: transparent;
	position: relative;
}
.kozabutik-product-card__image {
	position: relative;
	overflow: hidden;
	margin: 0 0 8px;
	background: var(--wp--preset--color--gray-100);
	border: 0 !important;
	box-shadow: none !important;
}
.kozabutik-product-card__image a,
.kozabutik-product-card__image img { display: block; border: 0 !important; outline: 0 !important; box-shadow: none !important; }

/* Kill hover/focus borders on cards */
.kozabutik-products .wc-block-product,
.kozabutik-products .wp-block-post,
.kozabutik-products .product,
.kozabutik-products .wp-block-woocommerce-product-template > li,
.kozabutik-product-card,
.kozabutik-product-card * {
	border-color: transparent !important;
}
.kozabutik-product-card a,
.kozabutik-product-card a:hover,
.kozabutik-product-card a:focus,
.kozabutik-product-card a:focus-visible,
.kozabutik-product-card a:active {
	outline: 0 !important;
	box-shadow: none !important;
	border: 0 !important;
}
.kozabutik-products .wc-block-product:hover,
.kozabutik-products .wp-block-post:hover,
.kozabutik-products .product:hover,
.kozabutik-products .wp-block-woocommerce-product-template > li:hover {
	outline: 0 !important;
	box-shadow: none !important;
	border: 0 !important;
}
.kozabutik-product-card__image img {
	width: 100%;
	height: auto;
	aspect-ratio: 3/4;
	object-fit: cover;
}

.kozabutik-product-card__title {
	font-family: var(--wp--preset--font-family--body) !important;
	font-size: 14px !important;
	line-height: 1.43 !important;
	font-weight: 400 !important;
	margin: 0 0 4px !important;
	text-align: left !important;
}
.kozabutik-product-card__title a,
.kozabutik-product-card__title a:hover,
.kozabutik-product-card__title a:focus,
.kozabutik-product-card__title a:active,
.kozabutik-product-card__title a:visited {
	color: var(--wp--preset--color--primary);
	text-decoration: none !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
}
.kozabutik-product-card__title,
.kozabutik-product-card__title:hover,
.kozabutik-product-card__title a *,
.kozabutik-product-card__title a:hover * {
	text-decoration: none !important;
	border-bottom: 0 !important;
}

/* Whole card clickable via title link overlay */
.kozabutik-products .wc-block-product,
.kozabutik-products .wp-block-post,
.kozabutik-products .product,
.kozabutik-products .wp-block-woocommerce-product-template > li {
	position: relative;
}
.kozabutik-product-card__title a::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}
.kozabutik-product-card__image { position: relative; z-index: 2; }
.kozabutik-product-card__price { position: relative; z-index: 1; }
/* Quick-shop overlay sits above the whole-card link */
.kozabutik-product-quick { z-index: 4; }
.kozabutik-product-quick * { pointer-events: auto; }

.kozabutik-product-card__price {
	font-family: var(--wp--preset--font-family--body) !important;
	font-size: 14px !important;
	line-height: 1.43 !important;
	font-weight: 400 !important;
	margin: 0 !important;
	text-align: left !important;
	display: flex !important;
	gap: 8px;
	align-items: baseline;
	justify-content: flex-start !important;
	min-height: 20px;
}
.kozabutik-product-card__price del,
.kozabutik-product-card__price del .woocommerce-Price-amount {
	opacity: 0.2;
	text-decoration: line-through;
}
.kozabutik-product-card__price ins { text-decoration: none; background: transparent; }

@media (min-width: 769px) {
	.kozabutik-product-card__price { opacity: 0; transition: opacity 0.25s ease; }
	.kozabutik-products .wc-block-product:hover .kozabutik-product-card__price,
	.kozabutik-products .wp-block-post:hover .kozabutik-product-card__price,
	.kozabutik-products .product:hover .kozabutik-product-card__price,
	.kozabutik-products .wp-block-woocommerce-product-template > li:hover .kozabutik-product-card__price { opacity: 1; }
}
@media (max-width: 768px) {
	.kozabutik-product-card__price { opacity: 1; }
}

/* Hover quick-shop overlay — sizes + add-to-cart */
.kozabutik-product-card__image { position: relative; }
.kozabutik-product-quick {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	padding: 12px;
	background: rgba(255,255,255,0.5);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	display: flex;
	flex-direction: column;
	gap: 8px;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 3;
	pointer-events: none;
}
@media (hover: hover) and (min-width: 769px) {
	.kozabutik-products .wc-block-product:hover .kozabutik-product-quick,
	.kozabutik-products .wp-block-post:hover .kozabutik-product-quick,
	.kozabutik-products .product:hover .kozabutik-product-quick,
	.kozabutik-products .wp-block-woocommerce-product-template > li:hover .kozabutik-product-quick {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}
}
.kozabutik-product-quick__sizes {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
}
.kozabutik-product-quick__group {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.kozabutik-product-quick__label {
	font-family: var(--wp--preset--font-family--body);
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wp--preset--color--secondary-1, #999);
}
.kozabutik-product-quick__row {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-start;
}
.kozabutik-product-quick__size {
	display: inline-flex;
	align-items: center; justify-content: center;
	min-width: 36px; height: 30px;
	padding: 0 8px;
	font-family: var(--wp--preset--font-family--body);
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.04em;
	border: 1px solid var(--wp--preset--color--gray-200);
	background: #fff;
	color: var(--wp--preset--color--primary);
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.kozabutik-product-quick__size:hover,
.kozabutik-product-quick__size.is-active {
	background: var(--wp--preset--color--primary);
	color: #fff;
	border-color: var(--wp--preset--color--primary);
}
.kozabutik-product-quick__size.is-out-of-stock {
	color: var(--wp--preset--color--primary);
	cursor: not-allowed;
	background: #fff;
	border-color: var(--wp--preset--color--gray-200, #e5e5e5);
	opacity: 0.4;
}
.kozabutik-product-quick__size.is-out-of-stock:hover {
	background: #fff;
	color: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--gray-200, #e5e5e5);
	opacity: 0.4;
}
.kozabutik-product-quick.is-loading .kozabutik-product-quick__sizes,
.kozabutik-product-quick.is-loading .kozabutik-product-quick__cart { opacity: 0.4; pointer-events: none; }
.kozabutik-product-quick.is-no-sizes .kozabutik-product-quick__sizes { display: none; }
.kozabutik-product-quick__cart {
	display: block;
	width: 100%;
	padding: 10px 12px;
	background: var(--wp--preset--color--primary);
	color: #fff;
	font-family: var(--wp--preset--font-family--body);
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	text-align: center;
	transition: opacity 0.2s ease;
}
.kozabutik-product-quick__cart:hover { opacity: 0.85; }
/* Dim the button until a complete, in-stock variation is chosen. */
.kozabutik-product-quick:not(.is-ready) .kozabutik-product-quick__cart { opacity: 0.4; }
.kozabutik-product-quick.is-loading .kozabutik-product-quick__cart {
	opacity: 0.6;
	pointer-events: none;
}
/* Nudge feedback when "add" is tapped without a valid selection. */
@keyframes kozabutik-quick-nudge {
	0%, 100% { transform: translateX(0); }
	20%, 60% { transform: translateX(-4px); }
	40%, 80% { transform: translateX(4px); }
}
.kozabutik-product-quick.is-nudge .kozabutik-product-quick__cart {
	animation: kozabutik-quick-nudge 0.4s ease;
}

/* Dark variant */
.kozabutik-products--dark .kozabutik-product-quick {
	background: rgba(21,21,21,0.92);
}
.kozabutik-products--dark .kozabutik-product-quick__size {
	background: transparent;
	color: #fff;
	border-color: rgba(255,255,255,0.3);
}
.kozabutik-products--dark .kozabutik-product-quick__size:hover,
.kozabutik-products--dark .kozabutik-product-quick__size.is-active {
	background: #fff; color: #151515; border-color: #fff;
}
.kozabutik-products--dark .kozabutik-product-quick__cart {
	background: #fff; color: #151515;
}

/* YENİ badge — first product per section */
.kozabutik-products .wp-block-woocommerce-product-template > li:first-child .kozabutik-product-card__image::after,
.kozabutik-products .wp-block-woocommerce-product-template > .wc-block-product:first-child .kozabutik-product-card__image::after,
.kozabutik-products .wp-block-woocommerce-product-template > .product:first-child .kozabutik-product-card__image::after {
	content: "YENİ";
	display: block;
	position: absolute;
	top: 12px; left: 12px;
	padding: 6px 10px;
	background: rgba(255,255,255,0.9);
	color: var(--wp--preset--color--primary);
	font-family: var(--wp--preset--font-family--body);
	font-size: 12px; line-height: 1; letter-spacing: -0.01em; font-weight: 400;
	z-index: 2;
}

/* Dark variant */
.kozabutik-products--dark { background-color: #151515 !important; color: #fff; }
.kozabutik-products--dark .kozabutik-products__title,
.kozabutik-products--dark .kozabutik-product-card__title,
.kozabutik-products--dark .kozabutik-product-card__title a,
.kozabutik-products--dark .kozabutik-product-card__price,
.kozabutik-products--dark .kozabutik-product-card__price * { color: #fff !important; }
.kozabutik-products--dark .kozabutik-product-card__price del { opacity: 0.3; }
.kozabutik-products--dark .wp-block-woocommerce-product-template > li:first-child .kozabutik-product-card__image::after,
.kozabutik-products--dark .wp-block-woocommerce-product-template > .wc-block-product:first-child .kozabutik-product-card__image::after,
.kozabutik-products--dark .wp-block-woocommerce-product-template > .product:first-child .kozabutik-product-card__image::after {
	background: rgba(0,0,0,0.6); color: #fff;
}

/* --------------------------------------------------------------------------
   Categories
   -------------------------------------------------------------------------- */
/* Category strip — 8 thumbnails in a row */
.kozabutik-cats { background: #fff; }
.kozabutik-cats__row { gap: 12px !important; flex-wrap: nowrap !important; }
.kozabutik-cats__col {
	flex: 1 1 0 !important;
	flex-basis: 0 !important;
	min-width: 0;
}
.kozabutik-cats__img {
	display: block !important;
	overflow: hidden !important;
	aspect-ratio: 1 / 1;
	background: var(--wp--preset--color--gray-100);
	margin: 0 !important;
}
.kozabutik-cats__img a {
	display: block;
	width: 100%; height: 100%;
}
.kozabutik-cats__img img {
	width: 100% !important; height: 100% !important;
	object-fit: cover; display: block;
	transition: transform 0.45s ease;
}
.kozabutik-cats__col:hover .kozabutik-cats__img img { transform: scale(1.06); }
.kozabutik-cats__name {
	display: block;
	text-align: center;
	font-family: var(--wp--preset--font-family--body);
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -0.01em;
	font-weight: 400;
	margin: 0 !important;
}
.kozabutik-cats__name a {
	color: var(--wp--preset--color--primary) !important;
	text-decoration: none !important;
}
.kozabutik-cats__name a:hover { text-decoration: none !important; }

@media (max-width: 1024px) {
	.kozabutik-cats__row { flex-wrap: wrap !important; }
	.kozabutik-cats__col { flex: 0 0 calc(25% - 9px) !important; }
}
@media (max-width: 600px) {
	.kozabutik-cats__col { flex: 0 0 calc(50% - 6px) !important; }
}

/* --------------------------------------------------------------------------
   Banner
   -------------------------------------------------------------------------- */
.kozabutik-banner { background: #fff; }
.kozabutik-banner__inner { min-height: 696px; color: #fff; position: relative; }
.kozabutik-banner__inner .wp-block-cover__background {
	top: auto !important; bottom: 0 !important; height: 200px !important;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%) !important;
}
.kozabutik-banner__inner .wp-block-cover__inner-container { width: 100%; padding: 32px; position: relative; z-index: 2; }
.kozabutik-banner__title,
.kozabutik-banner__title a {
	color: #fff !important;
	font-family: var(--wp--preset--font-family--heading) !important;
	font-size: 20px !important;
	line-height: 1.2 !important;
	letter-spacing: -0.02em !important;
	font-weight: 400 !important;
	text-decoration: none;
	margin: 0;
}
.kozabutik-banner__title a:hover { text-decoration: underline; }

/* --------------------------------------------------------------------------
   Home wrapper — kill all vertical gaps above content
   -------------------------------------------------------------------------- */
.kozabutik-home { margin-top: 0 !important; padding-top: 0 !important; }
.kozabutik-home > * + * { margin-block-start: 0; }
.kozabutik-salebar { margin: 0 !important; }
.kozabutik-salebar + * { margin-top: 0 !important; }
header.wp-block-template-part:has(.kozabutik-header) { margin: 0 !important; }
.wp-site-blocks > * { margin-top: 0 !important; margin-bottom: 0 !important; }
.wp-site-blocks > .kozabutik-salebar,
.wp-site-blocks > header { margin-block: 0 !important; }

/* --------------------------------------------------------------------------
   Drawers
   -------------------------------------------------------------------------- */
.kozabutik-drawer__overlay {
	position: fixed; inset: 0;
	background: rgba(255,255,255,0.55);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	opacity: 0; visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
	z-index: 999;
}
body.kozabutik-drawer-open .kozabutik-drawer__overlay { opacity: 1; visibility: visible; }
body.kozabutik-drawer-open { overflow: hidden; }

.kozabutik-drawer {
	position: fixed; top: 0; right: 0;
	width: 420px; max-width: 100%; height: 100vh;
	background: #fff; z-index: 1000;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	display: flex; flex-direction: column;
	box-shadow: -2px 0 16px rgba(0,0,0,0.08);
}
.kozabutik-drawer.is-open { transform: translateX(0); }
.kozabutik-drawer--search { width: 100%; max-width: 720px; }

/* Menu drawer slides from LEFT — full viewport on mobile, fixed-width on desktop */
.kozabutik-drawer--menu {
	right: auto;
	left: 0;
	width: 100vw;
	max-width: 100%;
	transform: translateX(-100%);
	box-shadow: 2px 0 16px rgba(0,0,0,0.08);
}
.kozabutik-drawer--menu.is-open { transform: translateX(0); }
.kozabutik-drawer--menu .kozabutik-drawer__body { padding: 0 24px 24px; }

.kozabutik-drawer-menu,
.kozabutik-drawer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.kozabutik-drawer-menu li { list-style: none; padding: 0; margin: 0; }

.kozabutik-drawer-menu__item {
	border-bottom: 1px solid var(--wp--preset--color--gray-200);
	padding: 6px 0;
}
.kozabutik-drawer-menu__item:last-child { border-bottom: 0; }
.kozabutik-drawer-menu__link {
	display: block;
	padding: 14px 0;
	font-family: var(--wp--preset--font-family--body);
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.01em;
	color: var(--wp--preset--color--primary);
	text-decoration: none;
	font-weight: 400;
}
.kozabutik-drawer-menu__link:hover { opacity: 0.7; }

.kozabutik-drawer-menu__groups {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	padding: 0 0 16px;
}
@media (min-width: 600px) {
	.kozabutik-drawer-menu__groups { grid-template-columns: repeat(3, 1fr); gap: 24px; }
}
.kozabutik-drawer-menu__heading {
	display: block;
	font-family: var(--wp--preset--font-family--body);
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--wp--preset--color--secondary-1, #999);
	margin: 0 0 6px;
}
.kozabutik-drawer-menu__sublist a {
	display: block;
	padding: 8px 0;
	font-family: var(--wp--preset--font-family--body);
	font-size: 14px;
	line-height: 1.5;
	color: var(--wp--preset--color--primary);
	text-decoration: none;
}
.kozabutik-drawer-menu__sublist a:hover { opacity: 0.7; }

.kozabutik-drawer__header {
	display: flex; align-items: center; justify-content: space-between;
	padding: 16px 24px;
	border-bottom: 0 !important;
	min-height: 56px;
}
.kozabutik-drawer__title {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 16px; line-height: 1.25; font-weight: 400;
	margin: 0; color: var(--wp--preset--color--primary);
}
.kozabutik-drawer__close {
	background: none; border: 0;
	font-size: 24px; line-height: 1;
	cursor: pointer; padding: 8px;
	color: var(--wp--preset--color--primary);
}
.kozabutik-drawer__body {
	flex: 1; overflow-y: auto; padding: 24px;
}

/* Cart drawer — body scrolls with sticky total+buttons at bottom */
.kozabutik-drawer--cart { display: flex; flex-direction: column; }
.kozabutik-drawer--cart .kozabutik-drawer__body {
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	flex: 1 1 auto;
	min-height: 0;
	display: block;
	position: relative;
}
.kozabutik-drawer--cart .widget_shopping_cart_content {
	display: flex;
	flex-direction: column;
	font-family: var(--wp--preset--font-family--body);
}
.kozabutik-drawer--cart .woocommerce-mini-cart__empty-message {
	padding: 24px;
	margin: 0;
	font-family: var(--wp--preset--font-family--body);
	color: var(--wp--preset--color--secondary-1);
}
.kozabutik-drawer--cart ul.cart_list {
	list-style: none;
	padding: 8px 24px 16px;
	margin: 0;
	order: 1;
}
.kozabutik-drawer--cart ul.cart_list li {
	padding: 16px 0;
	border-bottom: 1px solid var(--wp--preset--color--gray-200);
	display: grid;
	grid-template-columns: 88px 1fr;
	grid-template-rows: 1fr auto auto;
	column-gap: 16px;
	row-gap: 6px;
	align-items: start;
	position: relative;
}
.kozabutik-drawer--cart ul.cart_list li:last-child { border-bottom: 0; }
.kozabutik-drawer--cart ul.cart_list li a:not(.remove) {
	text-decoration: none !important;
	color: var(--wp--preset--color--primary);
}
/* Image + title link = product link (may contain both <img> and trailing title text) */
.kozabutik-drawer--cart ul.cart_list li > a:not(.remove) {
	grid-column: 1 / 3;
	grid-row: 1 / -1;
	display: grid !important;
	grid-template-columns: 88px 1fr;
	grid-template-rows: auto;
	column-gap: 16px;
	align-items: start;
	align-content: start;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	color: var(--wp--preset--color--primary) !important;
}
.kozabutik-drawer--cart ul.cart_list li > a:not(.remove) > img {
	grid-column: 1;
	grid-row: 1;
	width: 88px;
	height: 120px;
	object-fit: cover;
	margin: 0;
	background: var(--wp--preset--color--gray-100);
}
.kozabutik-drawer--cart ul.cart_list li dl.variation {
	grid-column: 2 / 3;
	grid-row: 2;
	margin: 0 0 2px;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
	color: var(--wp--preset--color--secondary-1);
	display: flex;
	flex-wrap: wrap;
	gap: 2px 8px;
	align-self: end;
	z-index: 2;
	position: relative;
	pointer-events: none;
}
.kozabutik-drawer--cart ul.cart_list li dl.variation dt,
.kozabutik-drawer--cart ul.cart_list li dl.variation dd {
	display: inline;
	margin: 0;
	font-weight: 400;
}
/* WC already prints the colon in the <dt> ("color:"); the flex gap spaces it. */
.kozabutik-drawer--cart ul.cart_list li dl.variation dd p {
	display: inline;
	margin: 0;
}
.kozabutik-drawer--cart ul.cart_list li .quantity {
	grid-column: 2 / 3;
	grid-row: 3;
	display: block;
	font-size: 13px;
	color: var(--wp--preset--color--secondary-1);
	margin-top: 4px;
	z-index: 2;
	position: relative;
	pointer-events: none;
}
.kozabutik-drawer--cart ul.cart_list li .quantity .amount {
	color: var(--wp--preset--color--primary);
}
/* Hide the × remove icon — quantity 0 removes the item instead */
.kozabutik-drawer--cart ul.cart_list li .remove,
.kozabutik-drawer--cart ul.cart_list li a.remove,
.kozabutik-drawer--cart ul.cart_list li .remove_from_cart_button {
	display: none !important;
}

/* Quantity stepper + price block — full row 3 of the line item grid */
.kozabutik-drawer--cart ul.cart_list li .kozabutik-cart-qty {
	grid-column: 2 / 3;
	grid-row: 3;
	align-self: end;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin-top: 0;
	z-index: 2;
	position: relative;
}
.kozabutik-cart-qty__stepper {
	display: inline-flex;
	align-items: stretch;
	flex: 0 0 auto;
	border: 1px solid var(--wp--preset--color--gray-200, #e5e5e5);
	background: #fff;
	height: 44px;
}
.kozabutik-cart-qty__btn {
	width: 40px; height: 100%;
	background: #fff;
	border: 0;
	color: var(--wp--preset--color--primary);
	font-family: var(--wp--preset--font-family--body);
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	display: inline-flex; align-items: center; justify-content: center;
	transition: background 0.15s ease;
}
.kozabutik-cart-qty__btn:hover { background: var(--wp--preset--color--gray-100, #f5f5f5); }
.kozabutik-cart-qty__btn--minus { border-right: 1px solid var(--wp--preset--color--gray-200, #e5e5e5); }
.kozabutik-cart-qty__btn--plus { border-left: 1px solid var(--wp--preset--color--gray-200, #e5e5e5); }
.kozabutik-drawer--cart .kozabutik-cart-qty__stepper .kozabutik-cart-qty__input {
	flex: 0 0 48px;
	width: 48px;
	min-width: 48px;
	height: 100%;
	display: block;
	padding: 0 !important;
	border: 0 !important;
	background: #fff !important;
	font-family: var(--wp--preset--font-family--body) !important;
	font-size: 14px !important;
	color: var(--wp--preset--color--primary) !important;
	text-align: center;
	-moz-appearance: textfield;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
}
.kozabutik-cart-qty__input::-webkit-outer-spin-button,
.kozabutik-cart-qty__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.kozabutik-cart-qty__input:focus {
	outline: 0 !important;
	box-shadow: none !important;
}
.kozabutik-cart-qty__price {
	font-family: var(--wp--preset--font-family--body);
	font-size: 14px;
	line-height: 1.4;
	color: var(--wp--preset--color--primary);
	margin-left: auto;
}
.kozabutik-cart-qty__price del { opacity: 0.4; margin-right: 6px; }
/* Line-item trash/remove button — sits next to the qty stepper */
.kozabutik-cart-qty__remove {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 44px;
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	cursor: pointer;
	opacity: 0.65;
	transition: opacity 0.15s ease;
}
.kozabutik-cart-qty__remove:hover { opacity: 1; }
.kozabutik-cart-qty__remove img {
	width: 13px;
	height: 16px;
	display: block;
}
/* Subtotal + buttons live in .kozabutik-cart-footer (relocated by JS).
   Static positioning here — the footer itself is pinned via flex layout. */
.kozabutik-drawer--cart .total {
	margin: 0;
	padding: 0 0 12px;
	background: transparent;
	border: 0;
	font-size: 14px;
	display: flex; justify-content: space-between; align-items: baseline;
}
.kozabutik-drawer--cart .total strong { font-weight: 400; }
.kozabutik-drawer--cart .buttons {
	margin: 0;
	padding: 0;
	background: transparent;
	display: flex; flex-direction: column; gap: 8px;
}
.kozabutik-drawer--cart .buttons .button,
.kozabutik-drawer--cart .buttons a {
	display: flex; align-items: center; justify-content: center;
	height: 48px; padding: 0 16px;
	box-sizing: border-box;
	text-align: center;
	background: var(--wp--preset--color--primary);
	color: #fff !important; text-decoration: none;
	font-size: 14px; letter-spacing: -0.01em;
	border: 0; border-radius: 0;
	font-family: var(--wp--preset--font-family--body);
}
.kozabutik-drawer--cart .buttons .checkout { background: #151515; }
.kozabutik-drawer--cart .buttons .wc-forward:not(.checkout) {
	background: #fff;
	color: var(--wp--preset--color--primary) !important;
	border: 1px solid var(--wp--preset--color--primary);
}

/* Pinned footer — stays at the drawer bottom; body above scrolls */
.kozabutik-drawer--cart .kozabutik-cart-footer {
	flex: 0 0 auto;
	background: #fff;
	border-top: 1px solid var(--wp--preset--color--gray-200);
	padding: 16px 24px;
	font-family: var(--wp--preset--font-family--body);
}
.kozabutik-drawer--cart .kozabutik-cart-footer:empty { display: none; }

/* Cart suggestions */
.kozabutik-cart-suggestions {
	padding: 16px 24px;
	border-top: 1px solid var(--wp--preset--color--gray-200);
	background: #fff;
}
.kozabutik-cart-suggestions__title {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 14px; line-height: 1.25; font-weight: 400;
	margin: 0 0 12px; color: var(--wp--preset--color--primary);
}
.kozabutik-cart-suggestions__list {
	list-style: none !important;
	margin: 0; padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.kozabutik-cart-suggestions__list > li,
.kozabutik-cart-suggestions__list > div { list-style: none !important; }
/* Slick-enhanced variant: show 2 slides at once */
.kozabutik-cart-suggestions__list.slick-initialized {
	display: block !important;
}
.kozabutik-cart-suggestions__list.slick-initialized .slick-list {
	margin: 0 -6px;
}
.kozabutik-cart-suggestions__list.slick-initialized .slick-slide {
	padding: 0 6px;
}
.kozabutik-cart-suggestions__list.slick-initialized .slick-slide > div {
	height: 100%;
}
.kozabutik-cart-suggestions__list .slick-arrow {
	position: absolute;
	top: 40%;
	width: 32px; height: 32px;
	background: rgba(255,255,255,0.9);
	border: 1px solid var(--wp--preset--color--gray-200);
	border-radius: 50%;
	font-size: 0;
	cursor: pointer;
	z-index: 5;
	transition: background 0.2s ease;
}
.kozabutik-cart-suggestions__list .slick-arrow:hover { background: #fff; }
.kozabutik-cart-suggestions__list .slick-prev { left: -4px; }
.kozabutik-cart-suggestions__list .slick-next { right: -4px; }
.kozabutik-cart-suggestions__list .slick-prev::before,
.kozabutik-cart-suggestions__list .slick-next::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%; left: 50%;
	width: 8px; height: 8px;
	margin: 0;
	background: none;
	background-image: none;
	border: 0;
	border-top: 1.5px solid var(--wp--preset--color--primary);
	border-right: 1.5px solid var(--wp--preset--color--primary);
}
.kozabutik-cart-suggestions__list .slick-prev::before { transform: translate(-30%, -50%) rotate(-135deg); }
.kozabutik-cart-suggestions__list .slick-next::before { transform: translate(-70%, -50%) rotate(45deg); }
.kozabutik-cart-suggestion {
	list-style: none !important;
}
.kozabutik-cart-suggestion::before,
.kozabutik-cart-suggestion::marker { display: none !important; content: none !important; }
.kozabutik-cart-suggestion a,
.kozabutik-cart-suggestion a:hover,
.kozabutik-cart-suggestion a:focus,
.kozabutik-cart-suggestion a:visited,
.kozabutik-cart-suggestion a *,
.kozabutik-cart-suggestion__title,
.kozabutik-cart-suggestion__price,
.kozabutik-cart-suggestion__info {
	text-decoration: none !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
}
.kozabutik-cart-suggestion a {
	display: flex; flex-direction: column; gap: 6px;
	color: var(--wp--preset--color--primary);
	padding: 0;
}
.kozabutik-cart-suggestion__media {
	overflow: hidden;
	background: var(--wp--preset--color--gray-100);
	aspect-ratio: 3/4;
	display: block;
}
.kozabutik-cart-suggestion img,
.kozabutik-cart-suggestion__placeholder {
	width: 100%; height: 100%; object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}
.kozabutik-cart-suggestion a:hover img { transform: scale(1.06); }
.kozabutik-cart-suggestion__title,
.kozabutik-cart-suggestion__price,
.kozabutik-cart-suggestion__title:hover,
.kozabutik-cart-suggestion a:hover .kozabutik-cart-suggestion__title {
	text-decoration: none !important;
	border-bottom: 0 !important;
}
.kozabutik-cart-suggestion__info {
	display: flex; flex-direction: column; gap: 2px;
	font-family: var(--wp--preset--font-family--body);
	font-size: 12px; line-height: 1.35;
}
.kozabutik-cart-suggestion__title {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.kozabutik-cart-suggestion__price { font-size: 12px; color: var(--wp--preset--color--secondary-1); }


/* Search drawer */
.kozabutik-search-form {
	display: flex; gap: 8px;
	border-bottom: 1px solid var(--wp--preset--color--primary);
	padding-bottom: 8px;
}
.kozabutik-search-form input[type="search"],
.kozabutik-search-form input {
	flex: 1; border: 0 !important;
	font-size: 18px !important;
	padding: 8px 0 !important;
	background: transparent;
	font-family: var(--wp--preset--font-family--body);
	max-height: none;
	-webkit-appearance: none !important;
	appearance: none !important;
}
.kozabutik-search-form input[type="search"]:focus {
	box-shadow: none !important; border: 0 !important; outline: 0 !important;
}
.kozabutik-search-form input[type="search"]::-webkit-search-cancel-button,
.kozabutik-search-form input[type="search"]::-webkit-search-decoration,
.kozabutik-search-form input[type="search"]::-webkit-search-results-button,
.kozabutik-search-form input[type="search"]::-webkit-search-results-decoration,
.kozabutik-search-form input::-webkit-search-cancel-button,
.kozabutik-search-form input::-webkit-search-decoration,
.kozabutik-search-form input::-ms-clear,
.kozabutik-search-form input::-ms-reveal {
	-webkit-appearance: none !important;
	appearance: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}
.kozabutik-search-form button { display: none; }

/* AJAX search results */
.kozabutik-search-results { margin-top: 16px; }
.kozabutik-search-results__hint {
	font-family: var(--wp--preset--font-family--body);
	font-size: 13px;
	color: var(--wp--preset--color--secondary-1);
	margin: 0;
	padding: 12px 0;
}
.kozabutik-search-results__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.kozabutik-search-result a,
.kozabutik-search-result a:hover,
.kozabutik-search-result a:focus,
.kozabutik-search-result a:visited {
	display: flex;
	gap: 12px;
	padding: 12px 0;
	border: 0 !important;
	border-bottom: 0 !important;
	color: var(--wp--preset--color--primary);
	text-decoration: none !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	align-items: center;
}
.kozabutik-search-result__media {
	width: 56px; height: 72px;
	flex-shrink: 0;
	overflow: hidden;
	display: block;
	background: var(--wp--preset--color--gray-100);
}
.kozabutik-search-result img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}
.kozabutik-search-result a:hover img { transform: scale(1.06); }
.kozabutik-search-result__placeholder {
	width: 56px; height: 72px;
	background: var(--wp--preset--color--gray-100);
	flex-shrink: 0;
	display: block;
}
.kozabutik-search-result__info {
	display: flex; flex-direction: column; gap: 4px;
	font-family: var(--wp--preset--font-family--body);
	font-size: 14px;
	line-height: 1.4;
}
.kozabutik-search-result__title { font-weight: 400; color: var(--wp--preset--color--primary); }
.kozabutik-search-result__price { font-size: 13px; color: var(--wp--preset--color--secondary-1); }

@media (max-width: 600px) { .kozabutik-drawer { width: 100%; } }

/* --------------------------------------------------------------------------
   Info bar (sits just above the footer)
   -------------------------------------------------------------------------- */
.kozabutik-info-bar {
	border-top: 1px solid var(--wp--preset--color--gray-200, #e5e5e5);
	border-bottom: 1px solid var(--wp--preset--color--gray-200, #e5e5e5);
	background: #fff;
}
.kozabutik-info-bar__row { gap: 32px !important; }
.kozabutik-info-card { padding: 0 !important; }
.kozabutik-info-card__inner {
	display: flex !important;
	align-items: center !important;
	gap: 16px !important;
	margin: 0 !important;
}
.kozabutik-info-card__icon {
	flex-shrink: 0;
	margin: 0 !important;
	width: 32px;
	height: 32px;
	max-width: 32px;
	display: inline-block;
}
.kozabutik-info-card__icon img {
	display: block;
	width: 32px !important;
	height: 32px !important;
	max-width: 32px !important;
	object-fit: contain;
}
.kozabutik-info-card__label {
	font-family: var(--wp--preset--font-family--body) !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
	letter-spacing: 0.05em !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	color: var(--wp--preset--color--primary);
	margin: 0 !important;
}
@media (max-width: 1024px) {
	.kozabutik-info-bar__row { flex-wrap: wrap; }
	.kozabutik-info-bar .wp-block-column { flex-basis: calc(50% - 16px) !important; }
}
@media (max-width: 600px) {
	.kozabutik-info-bar { padding: 32px 24px !important; }
	.kozabutik-info-bar .wp-block-column { flex-basis: 100% !important; }
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.kozabutik-footer {
	color: var(--wp--preset--color--primary) !important;
	border-top: 1px solid var(--wp--preset--color--gray-200, #e5e5e5) !important;
}
.kozabutik-footer a {
	color: var(--wp--preset--color--secondary-1) !important;
	text-decoration: none;
}
.kozabutik-footer a:hover { color: var(--wp--preset--color--primary) !important; }

.kozabutik-footer__title {
	font-family: var(--wp--preset--font-family--heading) !important;
	color: var(--wp--preset--color--primary) !important;
}

.kozabutik-footer__grid {
	gap: 48px !important;
	grid-template-columns: 1.1fr 1fr 1fr 1.2fr !important;
}
@media (max-width: 1024px) {
	.kozabutik-footer__grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 600px) {
	.kozabutik-footer__grid { grid-template-columns: 1fr !important; }
}

/* Contact list */
.kozabutik-footer__contact-list li {
	padding: 0 !important;
	margin: 0 !important;
}

/* Social links — use core/social-links block */
.kozabutik-footer__social {
	display: flex !important;
	flex-wrap: wrap;
	gap: 12px !important;
	margin: 16px 0 0 !important;
	padding: 0 !important;
	list-style: none;
}
.kozabutik-footer__social .wp-social-link {
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
}
.kozabutik-footer__social .wp-social-link a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 36px; height: 36px;
	border: 1px solid var(--wp--preset--color--gray-200, #e5e5e5);
	color: var(--wp--preset--color--primary) !important;
	background: #fff !important;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	padding: 0 !important;
}
.kozabutik-footer__social .wp-social-link a:hover {
	background: var(--wp--preset--color--primary) !important;
	color: #fff !important;
	border-color: var(--wp--preset--color--primary) !important;
}
.kozabutik-footer__social svg {
	width: 18px !important;
	height: 18px !important;
	fill: currentColor !important;
}

/* Payment logos — image blocks */
.kozabutik-footer__payments {
	display: flex !important;
	flex-wrap: wrap;
	gap: 12px !important;
	align-items: center;
}
.kozabutik-footer__payment {
	margin: 0 !important;
	padding: 0;
	flex-shrink: 0;
}
.kozabutik-footer__payment img {
	display: block;
	width: 56px !important;
	height: 24px !important;
	object-fit: contain;
}

.kozabutik-footer__list {
	list-style: none !important;
	padding-left: 0 !important;
	margin: 0 !important;
}
.kozabutik-footer__list li {
	list-style: none !important;
	padding: 0;
	margin: 0;
}

.kozabutik-footer__desc { color: var(--wp--preset--color--secondary-1) !important; }
.kozabutik-footer__copy { color: var(--wp--preset--color--secondary-1) !important; }
.kozabutik-footer__studio,
.kozabutik-footer__studio a {
	color: var(--wp--preset--color--secondary-1) !important;
	text-decoration: none !important;
}
.kozabutik-footer__studio a:hover { color: var(--wp--preset--color--primary) !important; }

.kozabutik-footer__bottom {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	flex-wrap: wrap;
	gap: 16px;
	border: 0 !important;
	border-top: 0 !important;
	padding-top: 0 !important;
}
.kozabutik-footer__bottom,
.kozabutik-footer__bottom *,
.kozabutik-footer__bottom > *,
.kozabutik-footer__copy,
.kozabutik-footer__copy a,
.kozabutik-footer__studio,
.kozabutik-footer__studio a,
.kozabutik-footer__payments,
.kozabutik-footer__payments * { border: 0 !important; text-decoration: none !important; box-shadow: none !important; }
.kozabutik-footer__bottom::before,
.kozabutik-footer__bottom::after,
.kozabutik-footer__payments::before,
.kozabutik-footer__payments::after { display: none !important; content: none !important; }
@media (max-width: 600px) {
	.kozabutik-footer__bottom { flex-direction: column; align-items: flex-start !important; }
}

/* Newsletter form — Mailchimp-style */
.kozabutik-footer__newsletter { display: flex; flex-direction: column; }
.wp-block-kozabutik-newsletter,
form.kozabutik-newsletter {
	display: block;
	width: 100%;
	margin: 0;
}
.kozabutik-newsletter {
	display: flex !important;
	flex-direction: column;
	gap: 12px;
	max-width: 440px;
	width: 100%;
	padding: 0;
	background: transparent;
	border: 0;
}
.kozabutik-newsletter__row {
	display: flex !important;
	align-items: stretch;
	border-bottom: 1px solid var(--wp--preset--color--primary);
	gap: 0;
	margin: 0;
	padding: 0;
}
.kozabutik-newsletter__field {
	flex: 1 1 auto;
	display: block;
	min-width: 0;
	margin: 0;
}
.kozabutik-newsletter__field input[type="email"],
.kozabutik-newsletter__field input[type="email"]:focus,
.kozabutik-newsletter__field input[type="email"]:hover,
.kozabutik-newsletter__field input[type="email"]:active {
	width: 100% !important;
	display: block !important;
	border: 0 !important;
	background: transparent !important;
	padding: 12px 0 !important;
	margin: 0 !important;
	font-family: var(--wp--preset--font-family--body) !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
	color: var(--wp--preset--color--primary) !important;
	outline: 0 !important;
	box-shadow: none !important;
	height: 44px !important;
	min-height: 44px !important;
	max-height: 44px !important;
	border-radius: 0 !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}
.kozabutik-newsletter__field input[type="email"]::placeholder {
	color: var(--wp--preset--color--secondary-1, #999);
	opacity: 1;
}
.kozabutik-newsletter__submit,
.kozabutik-newsletter__submit:hover,
.kozabutik-newsletter__submit:focus,
.kozabutik-newsletter__submit:active {
	flex: 0 0 auto;
	background: transparent !important;
	color: var(--wp--preset--color--primary) !important;
	font-family: var(--wp--preset--font-family--body) !important;
	font-size: 12px !important;
	letter-spacing: 0.12em !important;
	line-height: 1 !important;
	border: 0 !important;
	padding: 0 0 0 16px !important;
	height: 44px !important;
	min-height: 44px !important;
	cursor: pointer;
	transition: opacity 0.2s ease;
	text-transform: uppercase;
	box-shadow: none !important;
	outline: 0 !important;
	border-radius: 0 !important;
	text-decoration: none !important;
	display: inline-flex;
	align-items: center;
}
.kozabutik-newsletter__submit:hover { opacity: 0.65; }
.kozabutik-newsletter__consent {
	font-family: var(--wp--preset--font-family--body);
	font-size: 11px;
	line-height: 1.5;
	color: var(--wp--preset--color--secondary-1, #999);
	margin: 0;
	padding: 0;
}

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

/* Hyperlink Group Block wrapper */
a.wp-block-group-link {
	display: block;
	color: inherit;
	text-decoration: none;
}
a.wp-block-group-link:hover { color: inherit; }

/* --------------------------------------------------------------------------
   Mobile single-product chrome — compact scroll header + bottom add-to-cart bar
   -------------------------------------------------------------------------- */
.kozabutik-pdp-mh,
.kozabutik-pdp-bar { display: none; }
/* When a drawer (cart/search/menu) is open, keep the fixed PDP bars out of the way */
body.kozabutik-drawer-open .kozabutik-pdp-mh,
body.kozabutik-drawer-open .kozabutik-pdp-bar { display: none !important; }

/* Native WC order-tracking form inside the order drawer (WC styles are off) */
.kozabutik-drawer--order .woocommerce { width: 100%; }
.kozabutik-drawer--order form.track_order p { margin: 0 0 16px; }
.kozabutik-drawer--order form.track_order label { display: block; margin-bottom: 6px; font-size: 13px; color: var(--wp--preset--color--secondary-1); }
.kozabutik-drawer--order form.track_order input.input-text {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 14px;
	background: #fff;
}
.kozabutik-drawer--order form.track_order button[type="submit"] {
	width: 100%;
	height: 48px;
	margin-top: 4px;
	border: 0;
	border-radius: 0;
	background: var(--wp--preset--color--primary, #151515);
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

/* Transient toast (copy-link confirmation) */
.kozabutik-toast {
	position: fixed;
	left: 50%;
	bottom: 96px;
	transform: translateX(-50%) translateY(10px);
	z-index: 1100;
	padding: 10px 18px;
	border-radius: 999px;
	background: rgba(0, 0, 0, .85);
	color: #fff;
	font-size: 13px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s ease, transform .25s ease;
}
.kozabutik-toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }

@media (max-width: 899px) {
	/* Hide the main site header, promo bar, mobile nav + in-summary form on the
	   product page — the compact header + bottom bar replace them on mobile */
	.single-product header.wp-block-template-part { display: none !important; }
	.single-product .kozabutik-salebar { display: none !important; }
	.single-product .kozabutik-bottom-bar { display: none !important; }
	.single-product .kozabutik-pdp-form { display: none !important; }
	/* No stray border above the accordions in the content column */
	.single-product .product-summary .wp-block-details:first-of-type { border-top: 0; }
	/* Room for the fixed add-to-cart bar */
	.single-product main { padding-bottom: 132px; }

	/* Related products → horizontal swipe slider on mobile */
	.kozabutik-related {
		padding-top: 28px !important;
		padding-bottom: 12px !important;
	}
	.kozabutik-related .wp-block-post-template {
		display: flex !important;
		grid-template-columns: none !important;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-padding-left: 24px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		gap: 12px;
	}
	.kozabutik-related .wp-block-post-template::-webkit-scrollbar { display: none; }
	.kozabutik-related .wp-block-post-template > li {
		flex: 0 0 80%;
		max-width: 80%;
		scroll-snap-align: start;
	}

	/* Compact header: slides in on scroll */
	.kozabutik-pdp-mh {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 900;
		align-items: center;
		gap: 10px;
		padding: 9px 12px;
		background: rgba(255, 255, 255, .9);
		-webkit-backdrop-filter: blur(14px);
		backdrop-filter: blur(14px);
		border-bottom: 1px solid #eee;
		transform: translateY(-100%);
		transition: transform .25s ease;
	}
	.kozabutik-pdp-mh.is-visible { transform: translateY(0); }
	.kozabutik-pdp-mh__actions { display: flex; align-items: center; gap: 2px; flex: 0 0 auto; }
	.kozabutik-pdp-mh__back,
	.kozabutik-pdp-mh__share,
	.kozabutik-pdp-mh__cart {
		flex: 0 0 auto;
		position: relative;
		width: 36px;
		height: 36px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: 0;
		background: transparent;
		color: var(--wp--preset--color--primary);
		cursor: pointer;
	}
	.kozabutik-pdp-mh__cart-count {
		position: absolute;
		top: 3px;
		right: 2px;
		min-width: 15px;
		height: 15px;
		padding: 0 3px;
		border-radius: 999px;
		background: var(--wp--preset--color--primary, #151515);
		color: #fff;
		font-size: 9px;
		line-height: 15px;
		text-align: center;
	}
	.kozabutik-pdp-mh__title {
		flex: 1 1 auto;
		min-width: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		line-height: 1.2;
	}
	.kozabutik-pdp-mh__brand {
		font-size: 11px;
		letter-spacing: .04em;
		text-transform: uppercase;
		color: var(--wp--preset--color--secondary-1);
	}
	.kozabutik-pdp-mh__name {
		max-width: 100%;
		font-size: 12px;
		color: var(--wp--preset--color--primary);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/* Bottom add-to-cart bar */
	.kozabutik-pdp-bar {
		display: flex;
		flex-direction: column;
		gap: 8px;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 900;
		padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
		background: rgba(255, 255, 255, .5);
		-webkit-backdrop-filter: blur(16px);
		backdrop-filter: blur(16px);
		border-top: 1px solid #eee;
		box-shadow: 0 -4px 16px rgba(0, 0, 0, .06);
	}
	.kozabutik-pdp-bar__colors { display: flex; gap: 8px; margin: -2px 0 0; }
	.kozabutik-pdp-bar__colors[hidden] { display: none; }
	.kozabutik-pdp-bar__swatch {
		width: 22px;
		height: 22px;
		padding: 0;
		border: 1px solid rgba(0, 0, 0, .12);
		border-radius: 50%;
		cursor: pointer;
		background-clip: padding-box;
		transition: box-shadow .15s ease;
	}
	.kozabutik-pdp-bar__swatch.is-active {
		box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp--preset--color--primary, #151515);
	}
	.kozabutik-pdp-bar__info {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 12px;
	}
	.kozabutik-pdp-bar__name {
		font-size: 14px;
		font-weight: 500;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color: var(--wp--preset--color--primary);
	}
	.kozabutik-pdp-bar__price { font-size: 14px; white-space: nowrap; color: var(--wp--preset--color--primary); }
	.kozabutik-pdp-bar__price del { margin-right: 6px; font-weight: 400; color: var(--wp--preset--color--secondary-1); }
	.kozabutik-pdp-bar__price ins { text-decoration: none; }
	.kozabutik-pdp-bar__actions { display: flex; gap: 10px; }
	.kozabutik-pdp-bar__size { flex: 0 0 42%; margin: 0; }
	.kozabutik-pdp-bar__select {
		width: 100%;
		height: 46px;
		padding: 0 34px 0 14px;
		border: 1px solid #ddd;
		border-radius: 0;
		background-color: #fff;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23151515' stroke-width='1.6'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: right 12px center;
		font-size: 14px;
		color: var(--wp--preset--color--primary);
		appearance: none;
		-webkit-appearance: none;
		cursor: pointer;
	}
	.kozabutik-pdp-bar__add {
		flex: 1 1 auto;
		height: 46px;
		border: 0;
		border-radius: 0;
		background: var(--wp--preset--color--primary, #151515);
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: .01em;
		cursor: pointer;
	}
	.kozabutik-pdp-bar__add:disabled { opacity: .5; }
	.kozabutik-pdp-bar.is-nudge { animation: kozBarNudge .3s ease; }
	@keyframes kozBarNudge {
		0%, 100% { transform: translateX(0); }
		25% { transform: translateX(-5px); }
		75% { transform: translateX(5px); }
	}
}

/* --------------------------------------------------------------------------
   My Account — sidebar nav + content (kozabutik dashboard)
   -------------------------------------------------------------------------- */
/* Full-width layout, aligned to the header container (24px gutters) */
.woocommerce-account .wp-block-post-content,
.woocommerce-account .wp-block-post-content > * { max-width: none !important; }
.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 56px;
	align-items: start;
	max-width: none;
	margin: 0;
	padding: 0 24px;
}
/* No divider/border between the sidebar and the content */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-content {
	border: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation::after,
.woocommerce-account .woocommerce-MyAccount-content::before { display: none !important; content: none !important; }
/* Hide the page title + the inherited nav icons (reference is plain text) */
.woocommerce-account .wp-block-post-title,
.woocommerce-account .entry-title { display: none; }
.woocommerce-account .woocommerce-MyAccount-navigation-link a::before { content: none !important; display: none !important; }
.woocommerce-account .woocommerce-MyAccount-navigation-link a {
	padding-left: 0 !important;
	background-image: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link {
	margin: 0 !important;
	display: block !important;
	background: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a {
	position: relative;
	display: inline-block !important;
	width: auto !important;
	padding: 8px 0 !important;
	font-size: 15px;
	line-height: 1.3;
	color: var(--wp--preset--color--primary);
	text-decoration: none !important;
	background: none !important;
}
/* Animated underline (text-width) — grows on hover, stays for the active item */
.woocommerce-account .woocommerce-MyAccount-navigation-link a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 0;
	height: 1px;
	background: var(--wp--preset--color--primary, #151515);
	transition: width .25s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover::after,
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a::after { width: 100%; }
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
	font-weight: 600;
	text-decoration: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content { margin: 0 !important; }
.woocommerce-account .woocommerce-MyAccount-content > *:first-child { margin-top: 0; }

/* Dashboard */
.koz-account__name {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 24px;
	color: var(--wp--preset--color--primary);
}
.koz-account__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--wp--preset--color--gray-200, #e5e5e5);
}
.koz-account__count { font-size: 18px; color: var(--wp--preset--color--primary); }
.koz-account__filter { margin: 0; }
.koz-account__filter select {
	height: 42px;
	min-width: 150px;
	padding: 0 36px 0 14px;
	border: 1px solid var(--wp--preset--color--gray-200, #ddd);
	border-radius: 0;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23151515' stroke-width='1.6'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	font-size: 14px;
	color: var(--wp--preset--color--primary);
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.koz-account__empty {
	text-align: center;
	padding: 64px 16px;
}
.koz-account__empty-text {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 28px;
	color: var(--wp--preset--color--primary);
}
.koz-account__cta {
	display: inline-block;
	padding: 14px 36px;
	background: var(--wp--preset--color--primary, #151515);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.koz-account__cta:hover { opacity: .9; color: #fff; }
.koz-account__orders { list-style: none; margin: 16px 0 0; padding: 0; }
.koz-account__order {
	display: grid;
	grid-template-columns: 1fr auto auto auto auto;
	align-items: center;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid var(--wp--preset--color--gray-100, #f0f0f0);
	font-size: 14px;
}
.koz-account__order-no { font-weight: 600; }
.koz-account__order-date,
.koz-account__order-status { color: var(--wp--preset--color--secondary-1); }
.koz-account__order-link { color: var(--wp--preset--color--primary); text-decoration: underline; text-underline-offset: 3px; }

/* Orders page (Siparişlerim) — product-thumb cards */
.koz-orders { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.koz-order-card { border: 1px solid var(--wp--preset--color--gray-200, #e5e5e5); padding: 18px 20px; }
.koz-order-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.koz-order-card__id { display: flex; flex-direction: column; gap: 3px; }
.koz-order-card__no { font-weight: 600; font-size: 14px; color: var(--wp--preset--color--primary); }
.koz-order-card__date { font-size: 12px; color: var(--wp--preset--color--secondary-1); }
.koz-order-card__detail { flex: 0 0 auto; font-size: 13px; color: var(--wp--preset--color--primary); text-decoration: underline; text-underline-offset: 3px; }
.koz-order-card__thumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.koz-order-card__thumb img { width: 54px; height: 70px; object-fit: cover; display: block; background: var(--wp--preset--color--gray-100, #f5f5f5); margin: 0; }
.koz-order-card__foot { display: flex; align-items: center; gap: 16px; font-size: 13px; }
.koz-order-card__status { font-weight: 500; color: var(--wp--preset--color--primary); }
.koz-order-card__status--completed { color: #2e7d32; }
.koz-order-card__status--processing { color: #1565c0; }
.koz-order-card__status--on-hold,
.koz-order-card__status--pending { color: #b5462f; }
.koz-order-card__status--cancelled,
.koz-order-card__status--failed { color: #b00020; }
.koz-order-card__count { color: var(--wp--preset--color--secondary-1); }
.koz-order-card__total { margin-left: auto; font-weight: 600; color: var(--wp--preset--color--primary); }
.koz-orders__pagination { display: flex; gap: 20px; justify-content: center; margin-top: 28px; }
.koz-orders__page { font-size: 14px; color: var(--wp--preset--color--primary); text-decoration: none; }
.koz-orders__page:hover { text-decoration: underline; }

/* Addresses (Adreslerim) — billing + shipping as cards */
.woocommerce-account .woocommerce-Addresses {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 16px 0 0;
	width: auto;
	float: none;
}
.woocommerce-account .woocommerce-Address {
	width: auto !important;
	float: none !important;
	border: 1px solid var(--wp--preset--color--gray-200, #e5e5e5);
	padding: 20px 22px;
}
.woocommerce-account .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 12px;
}
.woocommerce-account .woocommerce-Address-title h2,
.woocommerce-account .woocommerce-Address-title h3 { font-size: 16px; font-weight: 600; margin: 0; }
.woocommerce-account .woocommerce-Address-title .edit {
	font-size: 13px;
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.woocommerce-account .woocommerce-Address address {
	font-style: normal;
	font-size: 14px;
	line-height: 1.8;
	color: var(--wp--preset--color--secondary-1);
}

/* Edit account / password (Şifre Değiştirme) */
.woocommerce-account .woocommerce-EditAccountForm,
.woocommerce-account .woocommerce-address-fields { max-width: 620px; }
.woocommerce-account .woocommerce-EditAccountForm .form-row,
.woocommerce-account .woocommerce-address-fields .form-row { margin: 0 0 18px; padding: 0; }
.woocommerce-account form .form-row label { display: block; margin-bottom: 6px; font-size: 13px; color: var(--wp--preset--color--secondary-1); }
.woocommerce-account .woocommerce-Input.input-text,
.woocommerce-account form .input-text,
.woocommerce-account form select {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 14px;
	background: #fff;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset {
	border: 1px solid var(--wp--preset--color--gray-200, #e5e5e5);
	padding: 20px 22px;
	margin: 24px 0;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend { font-size: 15px; font-weight: 600; padding: 0 8px; }
.woocommerce-account .woocommerce-Button.button,
.woocommerce-account form button[type="submit"] {
	height: 48px;
	padding: 0 34px;
	border: 0;
	border-radius: 0;
	background: var(--wp--preset--color--primary, #151515);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

/* Order detail (Sipariş Detayı) */
.woocommerce-account .woocommerce-order-details__title,
.woocommerce-account .woocommerce-column__title { font-size: 18px; font-weight: 600; margin: 28px 0 14px; }
.woocommerce-account .woocommerce-table--order-details,
.woocommerce-account .woocommerce-table--customer-details { width: 100%; border-collapse: collapse; font-size: 14px; }
.woocommerce-account .woocommerce-table--order-details th,
.woocommerce-account .woocommerce-table--order-details td { padding: 12px 0; border-bottom: 1px solid var(--wp--preset--color--gray-100, #f0f0f0); text-align: left; }
.woocommerce-account .woocommerce-customer-details .woocommerce-columns--addresses { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 16px 0 0; }
.woocommerce-account .woocommerce-customer-details address { font-style: normal; line-height: 1.8; color: var(--wp--preset--color--secondary-1); border: 1px solid var(--wp--preset--color--gray-200, #e5e5e5); padding: 16px 18px; }

@media (max-width: 768px) {
	.woocommerce-account .woocommerce-Addresses,
	.woocommerce-account .woocommerce-customer-details .woocommerce-columns--addresses { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
	.woocommerce-account .woocommerce {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.koz-account__name { font-size: 26px; }
	.koz-account__empty-text { font-size: 18px; }
	.koz-account__order {
		grid-template-columns: 1fr auto;
		gap: 6px 16px;
	}
	.koz-account__order-link { grid-column: 2; }
}

/* --------------------------------------------------------------------------
   Single product (PDP) — 2-column image grid + sticky summary + chip form
   -------------------------------------------------------------------------- */

/* Gallery: mobile = native Flexslider carousel (dots); desktop = 2-col grid */
.luxe-single-gallery .woocommerce-product-gallery { opacity: 1 !important; }
.luxe-single-gallery .woocommerce-product-gallery__trigger { display: none !important; }
.luxe-single-gallery .woocommerce-product-gallery__image a,
.luxe-single-gallery .woocommerce-product-gallery__image img { display: block; width: 100%; height: auto; }

@media (min-width: 900px) {
	/* Override Flexslider into a static 2-column grid showing every image */
	.luxe-single-gallery .woocommerce-product-gallery__wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		margin: 0;
		transform: none !important;
		width: 100% !important;
	}
	.luxe-single-gallery .woocommerce-product-gallery__image {
		width: 100% !important;
		margin: 0 !important;
		float: none !important;
		opacity: 1 !important;
	}
	.luxe-single-gallery .woocommerce-product-gallery__image.clone { display: none !important; }
	.luxe-single-gallery .woocommerce-product-gallery__image:only-child { grid-column: 1 / -1; }
	.luxe-single-gallery .flex-viewport { height: auto !important; overflow: visible !important; }
	.luxe-single-gallery .flex-control-nav,
	.luxe-single-gallery .flex-control-thumbs { display: none !important; }
}

/* Mobile gallery: horizontal swipe scroll-snap carousel + JS dots over image */
.kozabutik-gallery-dots { display: none; }
@media (max-width: 899px) {
	.luxe-single-gallery .woocommerce-product-gallery__wrapper {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		touch-action: pan-x;
		scrollbar-width: none;
		margin: 0;
		padding: 0;
		gap: 0;
	}
	.luxe-single-gallery .woocommerce-product-gallery__wrapper::-webkit-scrollbar { display: none; }
	.luxe-single-gallery .woocommerce-product-gallery__image {
		flex: 0 0 100%;
		max-width: 100%;
		scroll-snap-align: start;
		margin: 0;
	}
	/* Dots overlaid on the bottom of the image */
	.kozabutik-gallery-dots {
		display: flex;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 14px;
		z-index: 4;
		justify-content: center;
		gap: 7px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.kozabutik-gallery-dots button {
		width: 7px;
		height: 7px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: rgba(255, 255, 255, .55);
		box-shadow: 0 0 2px rgba(0, 0, 0, .28);
		cursor: pointer;
		transition: background .2s ease, transform .2s ease;
	}
	.kozabutik-gallery-dots button.is-active {
		background: #fff;
		width: 12px;
		border-radius: 4px;
	}
}

/* PDP accordions (Kumaş Bakımı / Teslimat / Beden Tablosu): +/− toggle rows */
.product-summary .wp-block-details {
	border: 0;
	border-bottom: 1px solid #eee;
	margin: 0 !important;
	padding: 0;
}
.product-summary .wp-block-details:first-of-type { border-top: 1px solid #eee; }
.product-summary .wp-block-details > summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: var(--wp--preset--color--primary);
}
.product-summary .wp-block-details[open] > summary { padding-bottom: 8px; }
.product-summary .wp-block-details > summary::-webkit-details-marker { display: none; }
.product-summary .wp-block-details > summary::after {
	content: "+";
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
	color: var(--wp--preset--color--primary);
}
.product-summary .wp-block-details[open] > summary::after { content: "\2212"; }
.product-summary .wp-block-details > summary + * { margin-top: 0; }
.product-summary .wp-block-details p { margin: 0; padding: 0 0 18px; }

/* PDP top toolbar: breadcrumb (left) and share (right) */
.kozabutik-pdp-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 18px;
	position: relative;
	z-index: 30;
}
.kozabutik-pdp-toolbar__left {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

/* Back button — absolute over the top-left of the gallery image */
.luxe-single-gallery { position: relative; }
.kozabutik-pdp-back {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
	cursor: pointer;
	transition: background .2s ease;
}
.kozabutik-pdp-back:hover { background: var(--wp--preset--color--gray-100, #f5f5f5); }
.kozabutik-pdp-back img { width: 11px; height: 18px; display: block; }

/* Gallery badges (Yeni / İndirim) — bottom-left, mobile only */
.kozabutik-pdp-badges { display: none; }
@media (max-width: 899px) {
	.kozabutik-pdp-badges {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 4;
	}
	.kozabutik-pdp-badge {
		padding: 5px 12px;
		font-size: 11px;
		font-weight: 500;
		letter-spacing: .02em;
		line-height: 1;
		color: #fff;
	}
	.kozabutik-pdp-badge--new { background: var(--wp--preset--color--primary, #151515); }
	.kozabutik-pdp-badge--sale { background: #b5462f; }
}

/* breadcrumb — small + muted, single line */
.kozabutik-pdp-breadcrumb,
.kozabutik-pdp-breadcrumb .woocommerce-breadcrumb {
	font-size: 12px;
	line-height: 1.4;
	color: var(--wp--preset--color--secondary-1);
	margin: 0;
	text-transform: none;
	letter-spacing: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.kozabutik-pdp-breadcrumb a { color: var(--wp--preset--color--secondary-1); text-decoration: none; }
.kozabutik-pdp-breadcrumb a:hover { color: var(--wp--preset--color--primary); }
/* Neutralise inherited separator pseudo-elements (theme/WC inject chevrons) */
.kozabutik-pdp-breadcrumb .woocommerce-breadcrumb::before,
.kozabutik-pdp-breadcrumb .woocommerce-breadcrumb::after,
.kozabutik-pdp-breadcrumb .woocommerce-breadcrumb *::before,
.kozabutik-pdp-breadcrumb .woocommerce-breadcrumb *::after { content: none !important; }

/* share — ghost button: no chrome, square, grey on hover */
.kozabutik-pdp-share { position: relative; flex: 0 0 auto; }
.kozabutik-pdp-share__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
	transition: background .2s ease;
}
.kozabutik-pdp-share__toggle:hover { background: var(--wp--preset--color--gray-100, #f5f5f5); }
.kozabutik-pdp-share__toggle img { width: 18px; height: 18px; display: block; }
.kozabutik-pdp-share__popover {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	z-index: 50;
	min-width: 184px;
	padding: 6px;
	background: #fff;
	border: 1px solid var(--wp--preset--color--gray-200, #e5e5e5);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .10);
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.kozabutik-pdp-share__popover[hidden] { display: none; }
.kozabutik-pdp-share__copy,
.kozabutik-pdp-share__net {
	display: block;
	width: 100%;
	text-align: left;
	padding: 9px 12px;
	font-size: 13px;
	line-height: 1.3;
	color: var(--wp--preset--color--primary);
	background: transparent;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	text-decoration: none;
}
.kozabutik-pdp-share__copy:hover,
.kozabutik-pdp-share__net:hover { background: var(--wp--preset--color--gray-100, #f5f5f5); }
.kozabutik-pdp-share__copy.is-copied { color: #2e7d32; font-weight: 500; }

/* Layout padding: full-bleed gallery on mobile, padded frame on desktop */
.luxe-single-gallery { padding: 0; }
.luxe-single-product .product-summary { padding-left: 24px; padding-right: 24px; }

@media (min-width: 900px) {
	.luxe-single-product { padding-left: 24px; padding-right: 24px; }
	.luxe-single-product .product-summary {
		padding-left: 0;
		padding-right: 0;
		position: sticky;
		top: 24px;
		align-self: flex-start;
	}
}

/* Related products: top border + spacing + left-aligned homepage-style heading */
.kozabutik-related {
	border-top: 1px solid var(--wp--preset--color--gray-200, #e5e5e5);
	margin-top: 40px;
}
.kozabutik-related .wp-block-query > .wp-block-heading,
.kozabutik-related .kozabutik-products__title {
	text-align: left !important;
	width: 100%;
	margin: 0 0 24px !important;
}

/* SKU + features + measurements */
.kozabutik-pdp-sku {
	font-size: 12px;
	letter-spacing: 0.02em;
	color: var(--wp--preset--color--secondary-1, #999);
	margin: 8px 0 0;
}
.kozabutik-pdp-features { padding-left: 18px; margin: 0; }
.kozabutik-pdp-features li { margin: 2px 0; }
.kozabutik-pdp-measurements p {
	margin: 0;
	color: var(--wp--preset--color--secondary-1, #777);
}

/* Variation chip form */
.kozabutik-pdp-form { margin-top: var(--wp--preset--spacing--30, 24px); }
.kozabutik-pdp-form__options {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 20px;
}
.kozabutik-pdp-form__actions {
	display: flex;
	gap: 12px;
	align-items: stretch;
}
.kozabutik-pdp-qty {
	display: inline-flex;
	align-items: stretch;
	flex: 0 0 auto;
	height: 52px;
	border: 1px solid var(--wp--preset--color--gray-200, #e5e5e5);
	background: #fff;
}
.kozabutik-pdp-qty__btn {
	width: 44px;
	background: #fff;
	border: 0;
	color: var(--wp--preset--color--primary);
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s ease;
}
.kozabutik-pdp-qty__btn:hover { background: var(--wp--preset--color--gray-100, #f5f5f5); }
.kozabutik-pdp-qty .kozabutik-pdp-qty__input {
	width: 48px;
	min-width: 48px;
	height: 100%;
	text-align: center;
	border: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	outline: 0 !important;
	padding: 0 !important;
	margin: 0;
	font-family: var(--wp--preset--font-family--body) !important;
	font-size: 15px !important;
	color: var(--wp--preset--color--primary) !important;
	-moz-appearance: textfield;
}
.kozabutik-pdp-qty__input::-webkit-outer-spin-button,
.kozabutik-pdp-qty__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.kozabutik-pdp-form__add {
	flex: 1 1 auto;
	height: 52px;
	padding: 0 16px;
	background: var(--wp--preset--color--primary);
	color: #fff;
	border: 0;
	cursor: pointer;
	font-family: var(--wp--preset--font-family--body);
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.kozabutik-pdp-form__add:hover { opacity: 0.88; }
.kozabutik-pdp-form.is-variable:not(.is-ready) .kozabutik-pdp-form__add { opacity: 0.4; }
.kozabutik-pdp-form.is-loading .kozabutik-pdp-form__add { opacity: 0.6; pointer-events: none; }
@keyframes kozabutik-pdp-nudge {
	0%, 100% { transform: translateX(0); }
	20%, 60% { transform: translateX(-4px); }
	40%, 80% { transform: translateX(4px); }
}
.kozabutik-pdp-form.is-nudge .kozabutik-pdp-form__add { animation: kozabutik-pdp-nudge 0.4s ease; }
