/*
Theme Name: Uzman Commerce
Theme URI: https://uzmanolcumcihazlari.com/
Author: Uzman Ölçüm
Description: Uzman Ölçüm Cihazları için modern, sade ve WooCommerce odaklı mağaza teması.
Version: 1.0.0
Text Domain: uzman-commerce
*/

:root {
	--brand: #e11d3f;
	--brand-dark: #bd1533;
	--brand-soft: #fff1f3;
	--ink: #151a23;
	--ink-soft: #3d4654;
	--muted: #687384;
	--line: #e2e6eb;
	--line-strong: #d4dae1;
	--surface: #ffffff;
	--surface-alt: #f6f7f9;
	--surface-dark: #171d26;
	--success: #16834a;
	--warning: #a85c00;
	--container: 1280px;
	--radius: 8px;
	--radius-lg: 12px;
	--shadow: 0 8px 28px rgba(21, 26, 35, 0.07);
	--font: "Segoe UI", Tahoma, Arial, sans-serif;
}

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

html { scroll-behavior: smooth; }

body.uzman-commerce {
	margin: 0;
	background: var(--surface);
	color: var(--ink);
	font-family: var(--font);
	font-size: 15px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

body.drawer-open,
body.filters-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-shell { min-height: 100vh; overflow: clip; }
.site-content { min-height: 50vh; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.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; }
.screen-reader-text:focus { top: 8px; left: 8px; z-index: 99999; width: auto; height: auto; padding: 10px 14px; clip: auto; background: #fff; color: var(--ink); }

.button,
button.button,
input.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover { transform: translateY(-1px); }
.button-primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt { background: var(--brand); color: #fff; }
.button-primary:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover { background: var(--brand-dark); color: #fff; }
.button-quiet { background: #fff; border-color: var(--line-strong); color: var(--ink); }
.button-quiet:hover { border-color: var(--ink); }
.button-light { background: #fff; color: var(--ink); }
.button-outline-light { border-color: rgba(255,255,255,.45); color: #fff; background: transparent; }
.button-outline-light:hover { border-color: #fff; color: #fff; }

/* Header */
.site-header { position: relative; z-index: 100; background: #fff; border-bottom: 1px solid var(--line); }
.topbar { background: var(--surface-dark); color: #e7eaf0; font-size: 12px; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 34px; }
.topbar p { display: flex; align-items: center; gap: 7px; margin: 0; }
.topbar .dashicons { width: 15px; height: 15px; font-size: 15px; color: #ff758a; }
.topbar nav { display: flex; align-items: center; gap: 22px; }
.topbar a { color: #e7eaf0; }
.topbar a:hover { color: #fff; }

.header-main { background: #fff; }
.header-main-inner { display: grid; grid-template-columns: 240px minmax(320px, 1fr) auto; align-items: center; gap: 30px; min-height: 88px; }
.site-logo { display: inline-flex; align-items: center; width: 225px; }
.site-logo img { width: 225px; }
.mobile-menu-toggle { display: none; }
.icon-button { align-items: center; justify-content: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--ink); cursor: pointer; }

.header-search { position: relative; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; height: 48px; border: 1px solid var(--line-strong); border-radius: 7px; background: #fff; overflow: visible; }
.header-search:focus-within { border-color: #9da6b2; box-shadow: 0 0 0 3px rgba(21,26,35,.05); }
.header-search > .dashicons { justify-self: end; width: 20px; height: 20px; color: var(--muted); }
.header-search input[type="search"] { width: 100%; height: 46px; padding: 0 14px 0 10px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.header-search input::placeholder { color: #939ca8; }
.header-search button { height: 36px; min-width: 68px; margin-right: 5px; border: 0; border-radius: 5px; background: var(--brand); color: #fff; font-weight: 750; cursor: pointer; }
.header-search button:hover { background: var(--brand-dark); }

.header-actions { display: flex; align-items: center; gap: 22px; }
.header-action { display: flex; align-items: center; gap: 9px; min-width: 80px; color: var(--ink); }
.header-action > .dashicons,
.header-action-icon > .dashicons { width: 25px; height: 25px; font-size: 25px; color: var(--ink-soft); }
.header-action span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.header-action small { margin-bottom: 4px; color: var(--muted); font-size: 10px; white-space: nowrap; }
.header-action strong { font-size: 13px; white-space: nowrap; }
.header-action-icon { position: relative; display: inline-flex; }
.header-cart-count { position: absolute; top: -8px; right: -9px; display: inline-flex; align-items: center; justify-content: center; min-width: 18px; height: 18px; padding: 0 4px; border: 2px solid #fff; border-radius: 10px; background: var(--brand); color: #fff; font-size: 9px; font-weight: 800; }
.header-action-wrap { position: relative; display: flex; align-items: center; align-self: stretch; }
.header-action-wrap::after { display: none; }
.header-quick-panel { position: absolute; top: 100%; right: -10px; z-index: 120; width: 310px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 14px 35px rgba(21,26,35,.13); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(6px); transition: opacity .16s ease, visibility .16s ease, transform .16s ease; }
.header-action-wrap:hover > .header-quick-panel,
.header-action-wrap:focus-within > .header-quick-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.quick-panel-title { margin: 0 0 10px; padding-bottom: 10px; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 700; }
.quick-panel-copy { margin: 0 0 13px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.header-quick-panel > a:not(.quick-panel-button) { display: flex; align-items: center; gap: 9px; min-height: 36px; color: var(--ink-soft); font-size: 12px; }
.header-quick-panel > a:not(.quick-panel-button):hover { color: var(--brand); }
.header-quick-panel > a .dashicons { width: 17px; height: 17px; font-size: 17px; color: var(--muted); }
.quick-panel-button { display: flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 15px; border-radius: 5px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; }
.quick-panel-button:hover { background: var(--brand); color: #fff; }
.quick-panel-links { display: flex; justify-content: space-between; gap: 12px; margin-top: 13px; padding-top: 12px; border-top: 1px solid var(--line); }
.quick-panel-links a { color: var(--muted); font-size: 11px; }
.quick-panel-links a:hover { color: var(--brand); }
.cart-quick-panel { width: 350px; }
.cart-quick-panel .woocommerce-mini-cart { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.cart-quick-panel .mini_cart_item { position: relative; min-height: 62px; padding: 0 22px 10px 68px !important; border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.4; }
.cart-quick-panel .mini_cart_item img { position: absolute; top: 0; left: 0; width: 55px !important; height: 55px !important; object-fit: contain; }
.cart-quick-panel .remove { position: absolute; top: 0; right: 0; color: var(--muted) !important; font-size: 18px; }
.cart-quick-panel .quantity { display: block; margin-top: 5px; color: var(--muted); }
.cart-quick-panel .woocommerce-mini-cart__total { display: flex; justify-content: space-between; margin: 13px 0 10px; padding-top: 10px; border-top: 1px solid var(--line); }
.cart-quick-panel .woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0; }
.cart-quick-panel .woocommerce-mini-cart__buttons .button { min-height: 38px; padding: 0 10px; font-size: 11px; }
.cart-quick-panel .woocommerce-mini-cart__empty-message { margin: 0; color: var(--muted); font-size: 12px; }

.live-search-results { position: absolute; top: calc(100% + 8px); right: -1px; left: -1px; z-index: 150; display: none; max-height: min(520px, 70vh); padding: 7px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 16px 38px rgba(21,26,35,.14); overflow-y: auto; }
.live-search-results.is-open { display: block; }
.live-search-status { padding: 17px 14px; color: var(--muted); font-size: 12px; text-align: center; }
.live-search-item { display: grid; grid-template-columns: 58px minmax(0,1fr); align-items: center; gap: 12px; min-height: 70px; padding: 7px; border-bottom: 1px solid #edf0f3; border-radius: 5px; }
.live-search-item:hover { background: var(--surface-alt); }
.live-search-item > img { width: 58px; height: 58px; border: 1px solid var(--line); border-radius: 5px; object-fit: contain; }
.live-search-copy { display: grid; min-width: 0; grid-template-columns: 1fr auto; gap: 2px 10px; align-items: center; }
.live-search-copy strong { grid-column: 1 / -1; overflow: hidden; color: var(--ink); font-size: 11px; font-weight: 600; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.live-search-copy small { color: var(--success); font-size: 9px; }
.live-search-price { color: var(--brand); font-size: 12px; font-weight: 700; }
.live-search-price del { margin-right: 5px; color: var(--muted); font-size: 9px; font-weight: 400; }
.live-search-price ins { text-decoration: none; }
.live-search-all { display: flex; align-items: center; justify-content: center; min-height: 40px; margin-top: 5px; border-radius: 5px; background: var(--surface-alt); color: var(--brand); font-size: 11px; font-weight: 700; }

.nav-bar { border-top: 1px solid var(--line); background: #fff; }
.nav-bar-inner { display: flex; align-items: stretch; min-height: 52px; }
.category-nav { position: relative; width: 248px; flex: 0 0 248px; }
.category-nav-toggle { display: flex; align-items: center; gap: 10px; width: 100%; height: 52px; padding: 0 18px; border: 0; background: var(--brand); color: #fff; font-weight: 800; cursor: pointer; }
.category-nav-toggle .dashicons { width: 20px; height: 20px; font-size: 20px; }
.category-chevron { margin-left: auto; transition: transform .18s ease; }
.category-nav.is-open .category-chevron { transform: rotate(180deg); }
.category-mega { position: absolute; top: calc(100% + 1px); left: 0; z-index: 30; width: min(1000px, calc(100vw - 40px)); padding: 24px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 10px 10px; background: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(5px); transition: opacity .16s ease, transform .16s ease, visibility .16s; }
.category-nav.is-open .category-mega { opacity: 1; visibility: visible; transform: translateY(0); }
.category-mega-head { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.category-mega-head div { display: flex; flex-direction: column; line-height: 1.25; }
.category-mega-head small { margin-bottom: 4px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.category-mega-head strong { font-size: 20px; }
.category-mega-head > a { color: var(--brand); font-size: 13px; font-weight: 750; }
.category-mega-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px 24px; padding-top: 17px; }
.mega-category > a { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; padding: 9px 0; font-weight: 700; line-height: 1.35; }
.mega-category > a:hover { color: var(--brand); }
.mega-category > a small { flex: 0 0 auto; padding-top: 2px; color: var(--muted); font-size: 10px; font-weight: 500; }
.mega-category ul { margin: 0 0 6px; padding: 0; list-style: none; }
.mega-category li a { display: block; padding: 3px 0; color: var(--muted); font-size: 12px; }
.mega-category li a:hover { color: var(--brand); }

.desktop-nav { display: flex; align-items: center; padding-left: 24px; gap: 4px; }
.desktop-nav a { position: relative; display: flex; align-items: center; height: 52px; padding: 0 15px; color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.desktop-nav a::after { position: absolute; right: 15px; bottom: 0; left: 15px; height: 2px; background: var(--brand); content: ""; transform: scaleX(0); transition: transform .18s ease; }
.desktop-nav a:hover,
.desktop-nav a.is-active { color: var(--ink); }
.desktop-nav a:hover::after,
.desktop-nav a.is-active::after { transform: scaleX(1); }
.nav-support { display: flex; align-items: center; gap: 8px; margin-left: auto; padding-left: 22px; border-left: 1px solid var(--line); }
.nav-support > .dashicons { width: 23px; height: 23px; font-size: 23px; color: var(--success); }
.nav-support span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.nav-support small { color: var(--muted); font-size: 9px; }
.nav-support strong { font-size: 12px; }
.mobile-search-wrap { display: none; }

/* Mobile drawer */
.mobile-drawer { position: fixed; inset: 0; z-index: 500; visibility: hidden; }
.mobile-drawer[aria-hidden="false"] { visibility: visible; }
.drawer-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(15,20,28,.48); opacity: 0; transition: opacity .2s ease; }
.mobile-drawer[aria-hidden="false"] .drawer-backdrop { opacity: 1; }
.drawer-panel { position: relative; z-index: 2; width: min(88vw, 390px); height: 100%; padding: 0 20px 26px; overflow-y: auto; background: #fff; transform: translateX(-100%); transition: transform .23s ease; }
.mobile-drawer[aria-hidden="false"] .drawer-panel { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; min-height: 78px; border-bottom: 1px solid var(--line); }
.drawer-head img { width: 200px; }
.drawer-primary { display: grid; padding: 12px 0; border-bottom: 1px solid var(--line); }
.drawer-primary a { padding: 11px 4px; font-weight: 750; }
.drawer-categories { padding: 20px 0; }
.drawer-categories > p { margin: 0 0 9px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.drawer-categories > a { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 2px; border-bottom: 1px solid #edf0f3; font-size: 13px; font-weight: 650; }
.drawer-categories .dashicons { color: #9aa2ae; }
.drawer-contact { display: grid; gap: 10px; padding: 17px; border-radius: 8px; background: var(--surface-alt); }
.drawer-contact a { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 650; }
.drawer-contact .dashicons { color: var(--brand); }

/* Home hero */
.home-page { background: #fff; }
.home-hero { display: grid; grid-template-columns: 248px minmax(0,1fr); gap: 20px; padding-top: 22px; padding-bottom: 22px; }
.hero-category-list { display: flex; flex-direction: column; min-height: 470px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; }
.hero-category-title { display: flex; align-items: center; gap: 11px; min-height: 68px; padding: 0 17px; border-bottom: 1px solid var(--line); background: var(--surface-alt); }
.hero-category-title > .dashicons { width: 23px; height: 23px; font-size: 23px; color: var(--brand); }
.hero-category-title > span:last-child { display: flex; flex-direction: column; line-height: 1.25; }
.hero-category-title small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.hero-category-title strong { font-size: 13px; }
.hero-category-list nav { flex: 1; padding: 4px 0; }
.hero-category-list nav a { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 39px; padding: 7px 15px 7px 17px; border-bottom: 1px solid #eff1f4; color: var(--ink-soft); font-size: 12px; font-weight: 620; line-height: 1.25; }
.hero-category-list nav a:hover { padding-left: 20px; background: var(--brand-soft); color: var(--brand); }
.hero-category-list nav .dashicons { flex: 0 0 auto; width: 16px; height: 16px; font-size: 16px; color: #a3aab3; }
.hero-category-all { display: flex; align-items: center; justify-content: space-between; min-height: 45px; padding: 0 17px; color: var(--brand); font-size: 12px; font-weight: 800; }

.hero-feature { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); min-height: 470px; border-radius: var(--radius-lg); background: #f1f3f5; overflow: hidden; }
.hero-feature::before { position: absolute; top: 0; bottom: 0; left: 56%; width: 1px; background: rgba(21,26,35,.08); content: ""; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 52px 40px 52px 46px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 19px; color: var(--ink-soft); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
.hero-copy h1 { margin: 0; font-size: clamp(37px,3.7vw,56px); font-weight: 700; line-height: 1.06; letter-spacing: -.025em; }
.hero-copy h1 span { color: var(--brand); }
.hero-copy > p { max-width: 570px; margin: 22px 0 26px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-microcopy { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 27px; color: var(--muted); font-size: 11px; font-weight: 650; }
.hero-microcopy span { display: inline-flex; align-items: center; gap: 5px; }
.hero-microcopy .dashicons { width: 15px; height: 15px; font-size: 15px; color: var(--success); }
.hero-product { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 30px 35px 23px; color: var(--ink); }
.hero-product-badge { position: absolute; top: 25px; right: 26px; z-index: 2; padding: 6px 10px; border-radius: 4px; background: #fff; color: var(--brand); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.hero-product-image { display: flex; align-items: center; justify-content: center; height: 310px; }
.hero-product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .25s ease; }
.hero-product:hover .hero-product-image img { transform: scale(1.025); }
.hero-product-info { display: flex; flex-direction: column; align-items: center; padding-top: 12px; text-align: center; }
.hero-product-info strong { max-width: 340px; overflow: hidden; font-size: 13px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.hero-product-info .price { margin-top: 5px; color: var(--brand); font-size: 16px; font-weight: 850; }
.hero-product-info del { margin-right: 6px; color: var(--muted); font-size: 12px; font-weight: 500; }
.hero-product-info ins { text-decoration: none; }
.hero-slider { display: block; }
.hero-slider::before { z-index: 2; pointer-events: none; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .3s ease, visibility .3s ease; }
.hero-slide.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; }
.hero-slider-nav { position: absolute; bottom: 14px; left: 50%; z-index: 8; display: flex; align-items: center; gap: 10px; padding: 6px 9px; border: 1px solid rgba(212,218,225,.92); border-radius: 25px; background: rgba(255,255,255,.96); box-shadow: 0 5px 15px rgba(21,26,35,.09); transform: translateX(-50%); }
.hero-slider-nav > button { display: inline-flex; align-items: center; justify-content: center; width: 37px; height: 37px; padding: 0; border: 1px solid var(--line-strong); border-radius: 50%; background: #fff; color: var(--ink); font-size: 16px; cursor: pointer; }
.hero-slider-nav > button:hover { border-color: var(--ink); }
.hero-slider-dots { display: flex; gap: 6px; padding: 0 3px; }
.hero-slider-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #a9b0b9; cursor: pointer; transition: width .18s ease, background-color .18s ease; }
.hero-slider-dots button.is-active { width: 22px; border-radius: 5px; background: var(--brand); }

.service-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.service-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 82px; }
.service-strip-grid > div { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 12px 22px; border-right: 1px solid var(--line); }
.service-strip-grid > div:last-child { border-right: 0; }
.service-strip-grid .dashicons { width: 28px; height: 28px; font-size: 28px; color: var(--brand); }
.service-strip-grid span:last-child { display: flex; flex-direction: column; line-height: 1.25; }
.service-strip-grid strong { font-size: 13px; }
.service-strip-grid small { margin-top: 4px; color: var(--muted); font-size: 10px; }

/* Home sections */
.home-content { padding-bottom: 76px; }
.home-section { padding-top: 65px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 25px; }
.section-heading h2 { margin: 0; font-size: clamp(25px,2.4vw,34px); font-weight: 700; line-height: 1.18; letter-spacing: -.015em; }
.section-kicker { margin: 0 0 6px; color: var(--brand); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.section-link { padding-bottom: 4px; border-bottom: 1px solid var(--line-strong); color: var(--ink-soft); font-size: 12px; font-weight: 750; }
.section-link:hover { border-color: var(--brand); color: var(--brand); }

.category-card-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.category-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.category-card:hover { border-color: #c8ced6; box-shadow: var(--shadow); transform: translateY(-2px); }
.category-card-image { height: 175px; padding: 20px; background: var(--surface-alt); }
.category-card-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.category-card-body { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 72px; padding: 13px 16px; }
.category-card-body > div { display: flex; min-width: 0; flex-direction: column; }
.category-card-body strong { display: -webkit-box; overflow: hidden; font-size: 13px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.category-card-body small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.category-card-arrow { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 30px; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); }
.category-card:hover .category-card-arrow { border-color: var(--brand); background: var(--brand); color: #fff; }

.focus-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.focus-card { position: relative; height: 330px; border-radius: var(--radius); background: #1d232d; overflow: hidden; color: #fff; }
.focus-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.focus-card:hover img { transform: scale(1.025); }
.focus-overlay { position: absolute; inset: 0; background: rgba(15,19,26,.62); }
.focus-copy { position: absolute; inset: auto 0 0; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; }
.focus-copy small { margin-bottom: 7px; color: #f4a4b2; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.focus-copy strong { font-size: 24px; line-height: 1.15; }
.focus-copy > span { max-width: 320px; margin-top: 8px; color: #d5dae1; font-size: 12px; }
.focus-copy em { margin-top: 18px; font-size: 12px; font-style: normal; font-weight: 800; }

.home-contact-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 70px; padding: 42px 48px; border-radius: var(--radius-lg); background: var(--surface-dark); color: #fff; }
.home-contact-panel h2 { margin: 0; font-size: clamp(25px,3vw,38px); line-height: 1.15; letter-spacing: -.03em; }
.home-contact-panel > div:first-child > p:last-child { max-width: 650px; margin: 13px 0 0; color: #b9c0cb; }
.home-contact-actions { display: flex; flex: 0 0 auto; gap: 10px; }

/* Elementor home widgets */
.elementor-home-page .elementor-element,
.elementor-home-page .elementor-widget-container { min-width: 0; }
.elementor-home-page .elementor-widget-container > .home-content { padding-bottom: 0; }
.elementor-home-page .elementor-widget-uzman-contact-panel { padding-bottom: 76px; }
.elementor-home-page .elementor-widget-uzman-service-strip { margin-top: 0; }

.home-promo-banner { position: relative; height: 360px; margin-top: 65px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #ecebea; overflow: hidden; }
.home-promo-banner > img { width: 100%; height: 100%; object-fit: cover; }
.home-promo-copy { position: absolute; top: 50%; z-index: 2; width: min(44%, 500px); padding: 30px 32px; border: 1px solid rgba(226,230,235,.9); border-radius: 8px; background: rgba(255,255,255,.94); box-shadow: 0 8px 24px rgba(21,26,35,.08); transform: translateY(-50%); }
.promo-copy-left .home-promo-copy { left: 34px; }
.promo-copy-right .home-promo-copy { right: 34px; }
.home-promo-copy h2 { margin: 0; font-size: clamp(26px,3vw,39px); font-weight: 700; line-height: 1.12; letter-spacing: -.02em; }
.home-promo-copy > p:not(.section-kicker) { margin: 14px 0 20px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.home-promo-copy .button { min-height: 42px; }

body.uzman-commerce h1,
body.uzman-commerce h2,
body.uzman-commerce h3,
body.uzman-commerce h4 { font-family: var(--font); }

/* Product cards */
.woocommerce ul.products,
ul.products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin: 0 !important; padding: 0; list-style: none; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product,
ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; }
.product-card { position: relative; display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.product-card:hover { border-color: #c9cfd7; box-shadow: var(--shadow); transform: translateY(-2px); }
.product-card-media { position: relative; height: 260px; padding: 19px; border-bottom: 1px solid #edf0f3; background: #fff; }
.product-card-image { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; }
.product-card-image img { width: 100% !important; height: 100% !important; margin: 0 !important; object-fit: contain; transition: transform .22s ease; }
.product-card:hover .product-card-image img { transform: scale(1.025); }
.product-card-badges { position: absolute; top: 12px; left: 12px; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.badge { padding: 4px 7px; border-radius: 3px; font-size: 9px; font-weight: 850; line-height: 1.2; text-transform: uppercase; letter-spacing: .04em; }
.badge-sale { background: var(--brand); color: #fff; }
.badge-featured { background: #222a35; color: #fff; }
.card-wishlist,
.card-wishlist-fallback { position: absolute; top: 11px; right: 11px; z-index: 4; display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.95); color: var(--ink-soft); }
.card-wishlist .yith-wcwl-add-to-wishlist { margin: 0; }
.card-wishlist a { display: flex !important; align-items: center; justify-content: center; width: 32px; height: 32px; padding: 0 !important; font-size: 0 !important; }
.card-wishlist a::before { width: 18px; height: 18px; font: normal 18px/1 dashicons; content: "\f487"; }
.card-wishlist img,
.card-wishlist .feedback,
.card-wishlist .yith-wcwl-icon { display: none !important; }
.card-wishlist:hover,
.card-wishlist-fallback:hover { border-color: var(--brand); color: var(--brand); }
.product-card-content { display: flex; flex: 1; flex-direction: column; padding: 15px 16px 16px; }
.product-card-category { height: 17px; overflow: hidden; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .055em; white-space: nowrap; text-overflow: ellipsis; }
.product-card-category a:hover { color: var(--brand); }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.product-card .woocommerce-loop-product__title { display: -webkit-box; min-height: 42px; margin: 6px 0 9px !important; padding: 0 !important; overflow: hidden; color: var(--ink); font-size: 13px !important; font-weight: 600; line-height: 1.42; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-card .woocommerce-loop-product__title a:hover { color: var(--brand); }
.product-card-stock { display: flex; align-items: center; gap: 6px; margin-bottom: 11px; color: var(--muted); font-size: 10px; font-weight: 650; }
.stock-dot { width: 6px; height: 6px; border-radius: 50%; background: #a4aab2; }
.product-card-stock.is-in-stock { color: var(--success); }
.product-card-stock.is-in-stock .stock-dot { background: var(--success); }
.product-card-stock.is-out-of-stock { color: var(--brand); }
.product-card-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 12px; border-top: 1px solid #edf0f3; }
.product-card-price { display: flex; min-width: 0; flex-direction: column; color: var(--ink); font-size: 16px; font-weight: 700; line-height: 1.15; }
.product-card-price del { order: 2; margin-top: 4px; color: #89929f; font-size: 10px; font-weight: 500; }
.product-card-price ins { text-decoration: none; }
.product-card-actions { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.15fr); gap: 8px; margin-top: 12px; }
.product-quick-view { display: inline-flex; align-items: center; justify-content: center; gap: 5px; min-height: 39px; padding: 0 9px; border: 1px solid var(--line-strong); border-radius: 5px; background: #fff; color: var(--ink-soft); font-size: 11px; font-weight: 600; white-space: nowrap; cursor: pointer; }
.product-quick-view .dashicons { width: 16px; height: 16px; font-size: 16px; }
.product-quick-view:hover { border-color: var(--ink); color: var(--ink); }
.product-card-button { min-width: 0; }
.woocommerce ul.products li.product .button,
.product-card-button .button { display: inline-flex; width: 100%; min-width: 0; height: 39px; min-height: 39px; padding: 0 10px !important; border: 1px solid var(--ink) !important; border-radius: 5px !important; background: var(--ink) !important; color: #fff !important; font-size: 11px !important; font-weight: 600; white-space: nowrap; }
.woocommerce ul.products li.product .button::before,
.product-card-button .button::before { width: 16px; height: 16px; font: normal 16px/1 dashicons; content: "\f174"; }
.woocommerce ul.products li.product .button:hover { border-color: var(--brand) !important; background: var(--brand) !important; }
.product-card-button .added_to_cart { display: none !important; }
.product-card-button .loading { opacity: .65; }

/* Shop archive */
.shop-page,
.search-page { padding-top: 24px; padding-bottom: 75px; }
.woocommerce-breadcrumb,
.simple-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 28px !important; color: var(--muted) !important; font-size: 11px !important; }
.woocommerce-breadcrumb a:hover,
.simple-breadcrumb a:hover { color: var(--brand); }
.breadcrumb-separator,
.simple-breadcrumb > span:not(:last-child) { color: #b2b8c1; }
.shop-page-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 30px; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.shop-page-header h1 { margin: 0; font-size: clamp(30px,3.5vw,46px); line-height: 1.05; letter-spacing: -.035em; }
.shop-description { max-width: 760px; margin-top: 13px; color: var(--muted); font-size: 13px; }
.shop-description p { margin: 0; }
.shop-header-meta { display: flex; align-items: baseline; gap: 7px; flex: 0 0 auto; }
.shop-header-meta strong { color: var(--brand); font-size: 23px; }
.shop-header-meta span { color: var(--muted); font-size: 11px; }
.shop-layout { display: grid; grid-template-columns: 236px minmax(0,1fr); gap: 30px; align-items: start; }
.shop-sidebar { position: sticky; top: 15px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.filter-head { display: none; }
.filter-block { padding: 20px 18px; border-bottom: 1px solid var(--line); }
.filter-block:last-child { border-bottom: 0; }
.filter-block h2 { margin: 0 0 13px; font-size: 13px; }
.filter-category-list { display: grid; gap: 2px; }
.filter-category-list > a { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; padding: 7px 8px; border-radius: 4px; color: var(--ink-soft); font-size: 11px; line-height: 1.35; }
.filter-category-list > a span:last-child { flex: 0 0 auto; color: #9ba3ae; font-size: 9px; }
.filter-category-list > a:hover { background: var(--surface-alt); color: var(--brand); }
.filter-category-list > a.is-current { background: var(--brand-soft); color: var(--brand); font-weight: 750; }
.filter-subcategories { display: grid; margin: 0 0 5px 13px; padding-left: 10px; border-left: 1px solid var(--line); }
.filter-subcategories a { padding: 5px 2px; color: var(--muted); font-size: 10px; }
.filter-subcategories a.is-current,
.filter-subcategories a:hover { color: var(--brand); }
.price-filter-form { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 6px; }
.price-filter-form label { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.price-filter-form label span { color: var(--muted); font-size: 9px; }
.price-filter-form input { width: 100%; height: 35px; padding: 0 7px; border: 1px solid var(--line); border-radius: 4px; outline: 0; font-size: 10px; }
.price-filter-form > span { padding-bottom: 7px; color: var(--muted); }
.price-filter-form button { grid-column: 1 / -1; height: 36px; margin-top: 4px; border: 0; border-radius: 4px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 750; cursor: pointer; }
.filter-quick-links { display: grid; }
.filter-quick-links a { display: flex; align-items: center; gap: 8px; padding: 7px 0; color: var(--ink-soft); font-size: 11px; }
.filter-quick-links .dashicons { width: 16px; height: 16px; font-size: 16px; color: var(--brand); }
.shop-results { min-width: 0; }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; padding: 10px 12px 10px 16px; border: 1px solid var(--line); border-radius: 6px; }
.shop-toolbar .woocommerce-result-count { float: none; margin: 0; color: var(--muted); font-size: 11px; }
.shop-toolbar-actions { display: flex; align-items: center; gap: 12px; }
.view-switcher { display: flex; gap: 2px; padding-right: 12px; border-right: 1px solid var(--line); }
.view-switcher button { display: flex; align-items: center; justify-content: center; width: 31px; height: 31px; padding: 0; border: 0; border-radius: 4px; background: transparent; color: #929aa5; cursor: pointer; }
.view-switcher button.is-active { background: var(--surface-alt); color: var(--ink); }
.view-switcher .dashicons { width: 17px; height: 17px; font-size: 17px; }
.shop-toolbar .woocommerce-ordering { float: none; margin: 0; }
.shop-toolbar .orderby { height: 34px; padding: 0 30px 0 10px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--ink-soft); font-size: 11px; outline: 0; }
.shop-results ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
.woocommerce nav.woocommerce-pagination { margin-top: 35px; }
.woocommerce nav.woocommerce-pagination ul { display: flex; justify-content: center; gap: 6px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { display: flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 9px; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); }
.woocommerce nav.woocommerce-pagination ul li span.current { border-color: var(--brand); background: var(--brand); color: #fff; }
.mobile-filter-toggle { display: none; }

.shop-results.is-list-view ul.products { grid-template-columns: 1fr; }
.shop-results.is-list-view .product-card { display: grid; grid-template-columns: 220px minmax(0,1fr); }
.shop-results.is-list-view .product-card-media { height: 220px; border-right: 1px solid var(--line); border-bottom: 0; }
.shop-results.is-list-view .product-card-content { justify-content: center; }
.shop-results.is-list-view .woocommerce-loop-product__title { min-height: auto; font-size: 16px !important; -webkit-line-clamp: 3; }

/* Single product */
.single-product .site-main { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; padding: 26px 0 75px; }
.single-product .site-main > .woocommerce-breadcrumb { margin-bottom: 35px !important; }
.woocommerce div.product { position: relative; }
.single-product div.product { display: grid; grid-template-columns: minmax(0,1fr) minmax(0, .88fr); gap: 54px; align-items: start; }
.single-product div.product > .onsale { top: 14px; left: 14px; z-index: 3; min-width: auto; min-height: auto; padding: 7px 10px; border-radius: 4px; background: var(--brand); line-height: 1; }
.woocommerce div.product div.images,
.woocommerce div.product div.summary { float: none !important; width: auto !important; margin: 0 !important; }
.woocommerce div.product div.images { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.woocommerce div.product div.images .woocommerce-product-gallery__image img { max-height: 570px; object-fit: contain; }
.woocommerce div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; margin-top: 18px; }
.woocommerce div.product div.images .flex-control-thumbs li { width: auto; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }
.woocommerce div.product div.images .flex-control-thumbs li img { aspect-ratio: 1; object-fit: cover; }
.woocommerce-product-gallery .flex-direction-nav { display: none !important; }
.woocommerce div.product .summary { position: static; top: auto; padding-top: 7px; }
.woocommerce div.product .product_title { margin: 0 0 14px; font-size: clamp(27px,3vw,40px); line-height: 1.14; letter-spacing: -.025em; }
.woocommerce div.product .summary .product_title { display: block !important; }
.woocommerce div.product .woocommerce-product-rating { display: flex; align-items: center; gap: 8px; margin: 0 0 17px; font-size: 11px; }
.woocommerce .star-rating { color: #e5a300; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { margin: 0 0 21px; color: var(--ink); font-size: 28px; font-weight: 850; }
.woocommerce div.product p.price del { margin-right: 8px; color: var(--muted); font-size: 16px; font-weight: 500; }
.woocommerce div.product p.price ins { text-decoration: none; }
.woocommerce-product-details__short-description { margin-bottom: 24px; padding-bottom: 21px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.woocommerce-product-details__short-description p:last-child { margin-bottom: 0; }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0 0 22px; }
.woocommerce .quantity .qty { width: 64px; height: 46px; border: 1px solid var(--line-strong); border-radius: 5px; color: var(--ink); font-weight: 700; }
.woocommerce div.product form.cart .button { min-height: 46px; padding-inline: 28px; }
.woocommerce div.product .stock { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 14px; padding: 6px 10px; border-radius: 4px; background: #eef8f2; color: var(--success); font-size: 11px; font-weight: 750; }
.woocommerce div.product .stock::before { width: 6px; height: 6px; border-radius: 50%; background: currentColor; content: ""; }
.woocommerce div.product .out-of-stock { background: var(--brand-soft); color: var(--brand); }
.uzman-single-status { display: flex; align-items: center; gap: 7px; margin: -7px 0 15px; color: var(--success); font-size: 11px; }
.uzman-single-status small { color: var(--muted); }
.uzman-single-status.is-out-of-stock { color: var(--brand); }
.uzman-single-wishlist { margin: -10px 0 20px; }
.uzman-single-wishlist .yith-wcwl-add-to-wishlist { margin: 0; }
.uzman-single-wishlist a { display: inline-flex !important; align-items: center; gap: 7px; min-height: 40px; padding: 0 14px !important; border: 1px solid var(--line-strong); border-radius: 5px; color: var(--ink-soft); font-size: 11px !important; font-weight: 700; }
.uzman-single-wishlist a::before { width: 17px; height: 17px; color: var(--brand); font: normal 17px/1 dashicons; content: "\f487"; }
.uzman-single-wishlist img,
.uzman-single-wishlist .yith-wcwl-icon { display: none !important; }
.woocommerce div.product .product_meta { display: grid; gap: 7px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.woocommerce div.product .product_meta a { color: var(--ink-soft); }
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product section.related,
.woocommerce div.product section.upsells { grid-column: 1 / -1; width: 100%; }
.woocommerce div.product .woocommerce-tabs { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 4px; margin: 0 0 22px; padding: 0; overflow-x: auto; 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; padding: 0; border: 0; border-radius: 0; background: transparent; }
.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 18px; border-bottom: 2px solid transparent; color: var(--muted); font-size: 13px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { border-color: var(--brand); color: var(--ink); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 900px; margin: 0; color: var(--ink-soft); font-size: 14px; }
.woocommerce div.product .woocommerce-tabs .panel h2 { margin: 0 0 16px; font-size: 24px; }
.woocommerce div.product section.related { padding-top: 48px; }
.woocommerce div.product section.related > h2 { margin: 0 0 24px; font-size: 30px; }

/* Content, cart, account, wishlist */
.content-page { padding-top: 28px; padding-bottom: 75px; }
.content-page-header { margin-bottom: 35px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.content-page-header h1 { margin: 0; font-size: clamp(31px,4vw,48px); line-height: 1.1; letter-spacing: -.035em; }
.special-breadcrumb { margin-bottom: 16px !important; }
.special-page-header { margin-bottom: 28px; padding: 27px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-alt); }
.special-page-header h1 { margin: 0; font-size: clamp(28px,3.5vw,42px); line-height: 1.08; letter-spacing: -.03em; }
.special-page-header > div > p:last-child { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.entry-content { color: var(--ink-soft); }
.entry-content::after { display: table; clear: both; content: ""; }
.entry-content h2,
.entry-content h3 { color: var(--ink); line-height: 1.25; }
.entry-content a { color: var(--brand); }
.entry-content img { border-radius: 6px; }

.woocommerce-cart .content-page,
.woocommerce-checkout .content-page,
.woocommerce-account .content-page,
.woocommerce-wishlist .content-page { padding-top: 42px; }
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce,
.woocommerce-wishlist .entry-content { color: var(--ink); }
.woocommerce table.shop_table { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; border-collapse: separate; }
.woocommerce table.shop_table th { padding: 16px 14px; background: var(--surface-alt); color: var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.woocommerce table.shop_table td { padding: 15px 14px; border-color: var(--line); font-size: 13px; }
.woocommerce table.shop_table .product-thumbnail img { width: 80px; border: 1px solid var(--line); border-radius: 5px; }
.woocommerce table.shop_table .product-name a { color: var(--ink); font-weight: 650; }
.woocommerce-cart table.cart td.actions .coupon .input-text { width: 190px; height: 42px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 5px; }
.woocommerce-cart .cart-collaterals { margin-top: 28px; }
.woocommerce .cart-collaterals .cart_totals { width: min(100%, 470px); padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.woocommerce .cart-collaterals .cart_totals h2 { margin: 0 0 16px; font-size: 23px; }
.woocommerce .cart-collaterals .cart_totals table { border: 0; }
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td { background: transparent; }
.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error { border-top-color: var(--brand); background: var(--surface-alt); color: var(--ink-soft); }
.woocommerce-info::before,
.woocommerce-message::before { color: var(--brand); }
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register { border-color: var(--line); border-radius: var(--radius); }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .select2-container .select2-selection--single { min-height: 44px; padding: 9px 12px; border: 1px solid var(--line-strong); border-radius: 5px; background: #fff; }
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered { padding: 0; line-height: 24px; }
.woocommerce .select2-container .select2-selection--single .select2-selection__arrow { top: 8px; }
.woocommerce form .form-row label { color: var(--ink-soft); font-size: 12px; font-weight: 650; }
.woocommerce-checkout .col2-set { width: 58%; }
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { width: 38%; float: right; }
.woocommerce-checkout #order_review { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); }
.woocommerce-checkout #payment { background: var(--surface-alt); }

.woocommerce-account .woocommerce { display: grid; grid-template-columns: 240px minmax(0,1fr); gap: 32px; align-items: start; }
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after { display: none; }
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content { float: none; width: auto; }
.woocommerce-account .woocommerce-MyAccount-navigation { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li { border-bottom: 1px solid var(--line); }
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child { border-bottom: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 13px 16px; color: var(--ink-soft); font-size: 12px; font-weight: 650; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover { background: var(--brand-soft); color: var(--brand); }
.woocommerce-account .woocommerce-MyAccount-content { min-height: 330px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.woocommerce-account:not(.logged-in) .woocommerce { display: block; }
.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper { margin-bottom: 18px; }
.woocommerce-account:not(.logged-in) #customer_login { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px; }
.woocommerce-account:not(.logged-in) #customer_login::before,
.woocommerce-account:not(.logged-in) #customer_login::after { display: none; }
.woocommerce-account:not(.logged-in) #customer_login .col-1,
.woocommerce-account:not(.logged-in) #customer_login .col-2 { float: none; width: auto; }
.woocommerce-account:not(.logged-in) #customer_login h2 { margin: 0 0 13px; font-size: 22px; }
.woocommerce-account:not(.logged-in) #customer_login form { margin: 0; min-height: 100%; }

.woocommerce .wishlist_table { font-size: 13px; }
.woocommerce .wishlist_table .product-thumbnail img { width: 78px; }
.woocommerce .wishlist_table .product-add-to-cart a { margin: 0 !important; }

.empty-state { display: flex; min-height: 420px; flex-direction: column; align-items: center; justify-content: center; padding: 50px 20px; text-align: center; }
.empty-state > .dashicons { width: 55px; height: 55px; margin-bottom: 18px; color: #a7aeb8; font-size: 55px; }
.empty-state h1,
.empty-state h2 { margin: 0 0 8px; }
.empty-state p { max-width: 500px; margin: 0 0 22px; color: var(--muted); }
.error-state > strong { color: var(--brand); font-size: 90px; line-height: 1; }
.error-state > div { display: flex; gap: 10px; }
.post-list { display: grid; gap: 14px; }
.post-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.post-card h2 { margin: 0 0 8px; }
.post-card p { color: var(--muted); }
.post-card > a { color: var(--brand); font-weight: 700; }

/* Modern cart */
.cart-progress { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 14px; margin: 0 0 30px; padding: 18px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.cart-progress span { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; font-weight: 600; white-space: nowrap; }
.cart-progress span b { display: inline-flex; align-items: center; justify-content: center; width: 27px; height: 27px; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--muted); }
.cart-progress span.is-active { color: var(--ink); }
.cart-progress span.is-active b { border-color: var(--brand); background: var(--brand); color: #fff; }
.cart-progress i { height: 1px; background: var(--line); }
.modern-cart-shell .woocommerce::after { display: table; clear: both; content: ""; }
.modern-cart-shell .woocommerce-cart-form { float: left; width: calc(100% - 405px); }
.modern-cart-shell .cart-collaterals { float: right; width: 365px; margin-top: 0; }
.modern-cart-shell .woocommerce table.shop_table { border-radius: 9px; }
.modern-cart-shell .woocommerce table.shop_table th { padding: 14px 16px; background: #f7f8fa; }
.modern-cart-shell .woocommerce table.shop_table td { padding: 17px 16px; }
.modern-cart-shell table.cart .product-remove { width: 42px; text-align: center; }
.modern-cart-shell table.cart .product-remove a { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted) !important; font-size: 19px; line-height: 1; }
.modern-cart-shell table.cart .product-remove a:hover { border-color: var(--brand); background: var(--brand-soft); color: var(--brand) !important; }
.modern-cart-shell table.cart .product-thumbnail { width: 105px; }
.modern-cart-shell table.cart .product-thumbnail img { width: 86px; height: 86px; padding: 5px; object-fit: contain; }
.modern-cart-shell table.cart .product-name a { font-size: 13px; font-weight: 600; line-height: 1.4; }
.modern-cart-shell table.cart .product-price,
.modern-cart-shell table.cart .product-subtotal { font-weight: 700; white-space: nowrap; }
.modern-cart-shell table.cart .quantity .qty { width: 64px; height: 40px; border: 1px solid var(--line-strong); border-radius: 5px; }
.modern-cart-shell table.cart td.actions { padding: 14px 16px; background: #fbfbfc; }
.modern-cart-shell table.cart td.actions .coupon { display: flex; gap: 8px; }
.modern-cart-shell .cart-collaterals .cart_totals { width: 100%; padding: 25px; border-radius: 9px; background: #fff; box-shadow: 0 8px 25px rgba(21,26,35,.06); }
.modern-cart-shell .cart_totals h2 { padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.modern-cart-shell .cart_totals .order-total th,
.modern-cart-shell .cart_totals .order-total td { padding-top: 18px; font-size: 16px; }
.modern-cart-shell .wc-proceed-to-checkout { padding: 15px 0 0; }
.modern-cart-shell .wc-proceed-to-checkout .checkout-button { width: 100%; min-height: 49px; margin: 0; font-size: 13px; }
.modern-cart-shell .woocommerce-shipping-destination,
.modern-cart-shell .woocommerce-shipping-calculator { font-size: 11px; }
.modern-cart-shell .cart-empty { margin: 0; padding: 55px 25px 18px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface-alt); text-align: center; }
.modern-cart-shell .return-to-shop { text-align: center; }
.modern-cart-shell .return-to-shop .button { min-width: 180px; }
.cart-help-strip { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.cart-help-strip > div { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 78px; padding: 14px; border-right: 1px solid var(--line); }
.cart-help-strip > div:last-child { border-right: 0; }
.cart-help-strip > div > .dashicons { width: 25px; height: 25px; color: var(--brand); font-size: 25px; }
.cart-help-strip > div > span:last-child { display: flex; flex-direction: column; }
.cart-help-strip strong { font-size: 12px; }
.cart-help-strip small { color: var(--muted); font-size: 10px; }

/* Contact page */
.contact-page { padding-top: 28px; padding-bottom: 75px; }
.contact-hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; margin-bottom: 30px; padding: 38px 42px; border-radius: var(--radius-lg); background: var(--surface-dark); color: #fff; }
.contact-hero h1 { max-width: 720px; margin: 0; font-size: clamp(33px,4vw,52px); line-height: 1.08; letter-spacing: -.025em; }
.contact-hero > div:first-child > p:last-child { max-width: 680px; margin: 15px 0 0; color: #b9c0cb; font-size: 13px; }
.contact-hero-hours { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; background: rgba(255,255,255,.06); }
.contact-hero-hours > .dashicons { width: 25px; height: 25px; color: #ff8195; font-size: 25px; }
.contact-hero-hours > span:last-child { display: flex; flex-direction: column; }
.contact-hero-hours small { color: #aeb6c2; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.contact-hero-hours strong { font-size: 12px; }
.contact-layout { display: grid; grid-template-columns: minmax(0,.82fr) minmax(450px,1.18fr); gap: 28px; align-items: start; }
.contact-details { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.contact-detail-card { display: flex; min-width: 0; align-items: flex-start; gap: 13px; min-height: 150px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); transition: border-color .18s ease, transform .18s ease; }
a.contact-detail-card:hover { border-color: #c7cdd5; transform: translateY(-2px); }
.contact-detail-icon { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; background: var(--brand-soft); color: var(--brand); font-size: 19px; line-height: 38px; }
.contact-detail-card > span:last-child { display: flex; min-width: 0; flex-direction: column; }
.contact-detail-card small { margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.contact-detail-card strong { overflow-wrap: anywhere; font-size: 13px; line-height: 1.45; }
.contact-detail-card em { margin-top: 7px; color: var(--muted); font-size: 10px; font-style: normal; line-height: 1.5; }
.contact-form-panel { padding: 30px 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface-alt); }
.contact-form-heading { margin-bottom: 23px; }
.contact-form-heading h2 { margin: 0; font-size: 29px; line-height: 1.15; }
.contact-form-heading > p:last-child { margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.contact-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.contact-form > label { display: flex; min-width: 0; flex-direction: column; gap: 6px; color: var(--ink-soft); font-size: 11px; font-weight: 600; }
.contact-form > label:nth-of-type(4) { grid-column: 1 / -1; }
.contact-form .wpcf7-form-control-wrap { display: block; }
.contact-form input:not([type="submit"]),
.contact-form textarea { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid var(--line-strong); border-radius: 5px; background: #fff; color: var(--ink); outline: 0; font-size: 12px; }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus { border-color: #8e98a5; box-shadow: 0 0 0 3px rgba(21,26,35,.05); }
.contact-form .wpcf7-submit { grid-column: 1 / -1; min-height: 46px; padding: 0 25px; border: 0; border-radius: 5px; background: var(--brand); color: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.contact-form .wpcf7-submit:hover { background: var(--brand-dark); }
.contact-form .wpcf7-spinner { align-self: center; margin: 0; }
.contact-form-panel .wpcf7-response-output { margin: 16px 0 0 !important; padding: 10px 13px !important; border-width: 1px !important; border-radius: 5px; font-size: 11px; }
.contact-map-panel { margin-top: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; overflow: hidden; }
.contact-map-copy { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding: 24px 28px; }
.contact-map-copy h2 { margin: 0; font-size: 26px; }
.contact-map-copy > p:last-child { max-width: 530px; margin: 0; color: var(--muted); font-size: 12px; text-align: right; }
.contact-map-panel iframe { display: block; }

/* Quick view modal and commerce toast */
body.quick-view-open { overflow: hidden; }
.quick-view-modal { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 22px; opacity: 0; visibility: hidden; transition: opacity .18s ease, visibility .18s ease; }
.quick-view-modal[aria-hidden="false"] { opacity: 1; visibility: visible; }
.quick-view-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(15,20,28,.58); cursor: default; }
.quick-view-dialog { position: relative; z-index: 2; width: min(900px,100%); max-height: min(680px,calc(100vh - 44px)); border-radius: 11px; background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.24); overflow-y: auto; transform: translateY(12px); transition: transform .2s ease; }
.quick-view-modal[aria-hidden="false"] .quick-view-dialog { transform: translateY(0); }
.quick-view-close { position: absolute; top: 14px; right: 14px; z-index: 4; display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); cursor: pointer; }
.quick-view-close .dashicons { width: 20px; height: 20px; font-size: 20px; }
.quick-view-content { min-height: 460px; }
.quick-view-loading,
.quick-view-error { display: flex; min-height: 460px; flex-direction: column; align-items: center; justify-content: center; gap: 13px; padding: 40px; text-align: center; }
.quick-view-loading > span { width: 34px; height: 34px; border: 3px solid var(--line); border-top-color: var(--brand); border-radius: 50%; animation: uzman-spin .7s linear infinite; }
@keyframes uzman-spin { to { transform: rotate(360deg); } }
.quick-product-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.95fr); min-height: 480px; }
.quick-product-image { position: relative; display: flex; align-items: center; justify-content: center; min-height: 480px; padding: 45px; border-right: 1px solid var(--line); background: var(--surface-alt); }
.quick-product-image img { width: 100%; height: 390px; object-fit: contain; mix-blend-mode: multiply; }
.quick-product-sale { position: absolute; top: 18px; left: 18px; padding: 5px 8px; border-radius: 4px; background: var(--brand); color: #fff; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.quick-product-info { display: flex; flex-direction: column; justify-content: center; padding: 48px 42px 38px; }
.quick-product-category { margin-bottom: 9px; color: var(--brand); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.quick-product-info h2 { margin: 0; font-size: clamp(24px,3vw,34px); line-height: 1.18; letter-spacing: -.02em; }
.quick-product-price { margin-top: 19px; color: var(--ink); font-size: 24px; font-weight: 700; }
.quick-product-price del { margin-right: 8px; color: var(--muted); font-size: 13px; font-weight: 400; }
.quick-product-price ins { color: var(--brand); text-decoration: none; }
.quick-product-stock { display: flex; align-items: center; gap: 7px; margin-top: 13px; color: var(--muted); font-size: 11px; }
.quick-product-stock.is-in-stock { color: var(--success); }
.quick-product-description { margin: 19px 0 23px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.quick-product-buy { display: grid; grid-template-columns: 74px 1fr; gap: 9px; }
.quick-product-buy label { display: flex; flex-direction: column; gap: 4px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.quick-product-buy input { width: 100%; height: 44px; border: 1px solid var(--line-strong); border-radius: 5px; text-align: center; }
.quick-product-buy .button { align-self: end; min-height: 44px; border: 0; }
.quick-product-buy .button.is-loading { opacity: .62; pointer-events: none; }
.quick-product-assurance { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 23px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.quick-product-assurance span { display: inline-flex; align-items: center; gap: 5px; }
.quick-product-assurance .dashicons { width: 15px; height: 15px; color: var(--success); font-size: 15px; }
.commerce-toast-region { position: fixed; right: 22px; bottom: 22px; z-index: 1200; width: min(380px,calc(100vw - 30px)); pointer-events: none; }
.commerce-toast { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 11px; padding: 14px 15px; border: 1px solid #cfe8d9; border-radius: 8px; background: #fff; box-shadow: 0 14px 36px rgba(21,26,35,.18); opacity: 0; pointer-events: auto; transform: translateY(15px); transition: opacity .2s ease, transform .2s ease; }
.commerce-toast.is-visible { opacity: 1; transform: translateY(0); }
.commerce-toast > .dashicons { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: #e9f7ef; color: var(--success); font-size: 20px; line-height: 32px; }
.commerce-toast.is-error { border-color: #f0ccd2; }
.commerce-toast.is-error > .dashicons { background: var(--brand-soft); color: var(--brand); }
.commerce-toast > div { display: flex; min-width: 0; flex-direction: column; }
.commerce-toast strong { font-size: 12px; }
.commerce-toast small { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.commerce-toast a { padding-left: 10px; border-left: 1px solid var(--line); color: var(--brand); font-size: 10px; font-weight: 700; white-space: nowrap; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); }
.footer-assurance { background: #fff; }
.assurance-grid { display: grid; grid-template-columns: repeat(4,1fr); min-height: 92px; }
.assurance-grid > div { display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid var(--line); }
.assurance-grid > div:last-child { border-right: 0; }
.assurance-grid > div > .dashicons { width: 29px; height: 29px; color: var(--brand); font-size: 29px; }
.assurance-grid > div > span:last-child { display: flex; flex-direction: column; line-height: 1.25; }
.assurance-grid strong { font-size: 13px; }
.assurance-grid small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.footer-main { padding: 55px 0 50px; background: var(--surface-dark); color: #eef0f4; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .8fr .8fr 1.15fr; gap: 55px; }
.footer-brand img { width: 225px; filter: brightness(0) invert(1); }
.footer-brand > p { max-width: 360px; margin: 23px 0 18px; color: #adb5c0; font-size: 12px; }
.footer-contact-list { display: grid; gap: 8px; }
.footer-contact-list a { display: flex; align-items: center; gap: 9px; color: #d6dae0; font-size: 12px; }
.footer-contact-list .dashicons { width: 17px; height: 17px; color: #f06c82; font-size: 17px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-column h3 { margin: 0 0 10px; color: #fff; font-size: 14px; }
.footer-column > a { color: #adb5c0; font-size: 12px; }
.footer-column > a:hover { color: #fff; }
.footer-help { padding: 20px; border: 1px solid #343c47; border-radius: 7px; }
.footer-help > p { margin: -3px 0 5px; color: #adb5c0; font-size: 11px; }
.footer-help-button { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border-radius: 5px; background: #fff; color: var(--ink) !important; font-weight: 750; }
.footer-help-button .dashicons { color: var(--success); }
.footer-help > small { color: #8d96a3; font-size: 9px; }
.footer-bottom { border-top: 1px solid #303743; background: var(--surface-dark); color: #89929f; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; min-height: 62px; gap: 30px; }
.footer-bottom p { margin: 0; font-size: 10px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 20px; font-size: 10px; }
.footer-bottom a:hover { color: #fff; }
.mobile-bottom-nav { display: none; }

@media (max-width: 1180px) {
	:root { --container: 1080px; }
	.header-main-inner { grid-template-columns: 205px minmax(280px,1fr) auto; gap: 20px; }
	.site-logo, .site-logo img { width: 200px; }
	.header-actions { gap: 14px; }
	.header-action > span:last-child { display: none; }
	.header-action { min-width: auto; }
	.desktop-nav a { padding-inline: 10px; }
	.nav-support { padding-left: 14px; }
	.hero-feature { grid-template-columns: minmax(0,1fr) 340px; }
	.hero-slide { grid-template-columns: minmax(0,1fr) 340px; }
	.hero-copy { padding-left: 34px; padding-right: 25px; }
	.hero-copy h1 { font-size: 45px; }
	.hero-product { padding-inline: 22px; }
	.product-card-media { height: 230px; }
	.shop-results ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 980px) {
	.container { width: min(calc(100% - 30px), var(--container)); }
	.topbar nav a:not(:first-child) { display: none; }
	.header-main-inner { grid-template-columns: 42px 1fr auto; min-height: 72px; }
	.mobile-menu-toggle { display: inline-flex; }
	.site-logo { justify-self: start; }
	.header-main .header-search { display: none; }
	.header-wishlist { display: none; }
	.header-action-wrap:has(.header-wishlist) { display: none; }
	.header-quick-panel { display: none; }
	.nav-bar { display: none; }
	.mobile-search-wrap { display: block; padding: 0 15px 12px; }
	.mobile-search { max-width: 760px; margin-inline: auto; height: 44px; }
	.mobile-search input[type="search"] { height: 42px; }
	.mobile-search button { min-width: 44px; font-size: 0; }
	.mobile-search button .dashicons { font-size: 17px; }
	.home-hero { grid-template-columns: 1fr; padding-top: 15px; }
	.hero-category-list { display: none; }
	.hero-feature { min-height: 450px; }
	.service-strip-grid,
	.assurance-grid { grid-template-columns: repeat(2,1fr); }
	.service-strip-grid > div:nth-child(2),
	.assurance-grid > div:nth-child(2) { border-right: 0; }
	.service-strip-grid > div:nth-child(-n+2),
	.assurance-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
	.category-card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.woocommerce ul.products,
	ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.focus-grid { grid-template-columns: repeat(2,1fr); }
	.focus-card:last-child { grid-column: 1 / -1; }
	.shop-layout { grid-template-columns: 1fr; }
	.shop-sidebar { position: fixed; top: 0; right: 0; bottom: 0; z-index: 600; width: min(90vw,340px); border: 0; border-radius: 0; overflow-y: auto; box-shadow: -15px 0 35px rgba(0,0,0,.16); transform: translateX(105%); transition: transform .22s ease; }
	.shop-sidebar.is-open { transform: translateX(0); }
	.filter-head { position: sticky; top: 0; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 18px; border-bottom: 1px solid var(--line); background: #fff; }
	.filter-head button { border: 0; background: transparent; cursor: pointer; }
	.mobile-filter-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; margin-bottom: 17px; padding: 0 15px; border: 1px solid var(--line-strong); border-radius: 5px; background: #fff; color: var(--ink); font-size: 12px; font-weight: 750; }
	.shop-results ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.single-product div.product { grid-template-columns: 1fr 1fr; gap: 30px; }
	.woocommerce div.product .product_title { font-size: 28px; }
	.modern-cart-shell .woocommerce-cart-form,
	.modern-cart-shell .cart-collaterals { float: none; width: 100%; }
	.modern-cart-shell .cart-collaterals { margin-top: 24px; }
	.contact-layout { grid-template-columns: 1fr; }
	.contact-details { grid-template-columns: repeat(4,minmax(0,1fr)); }
	.contact-detail-card { min-height: 165px; padding: 18px; flex-direction: column; }
	.footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 35px; }
	.footer-help { grid-column: 1 / -1; }
}

@media (max-width: 740px) {
	body.uzman-commerce { font-size: 14px; padding-bottom: 61px; }
	.container { width: min(calc(100% - 24px), var(--container)); }
	.topbar { display: none; }
	.header-main-inner { grid-template-columns: 40px 1fr auto; gap: 12px; min-height: 64px; }
	.mobile-menu-toggle { width: 40px; height: 40px; }
	.site-logo, .site-logo img { width: 174px; }
	.header-actions { gap: 12px; }
	.header-action > .dashicons,
	.header-action-icon > .dashicons { width: 23px; height: 23px; font-size: 23px; }
	.header-actions .header-action-wrap:first-child { display: none; }
	.mobile-search-wrap { padding-inline: 12px; }
	.home-hero { width: 100%; padding: 0 0 12px; }
	.hero-feature { display: flex; min-height: auto; flex-direction: column; border-radius: 0; }
	.hero-slider { display: block; min-height: 640px; }
	.hero-slider .hero-slides { position: absolute; inset: 0; min-height: 640px; }
	.hero-slider .hero-slide { display: flex; min-height: 640px; flex-direction: column; }
	.hero-feature::before { display: none; }
	.hero-copy { order: 1; padding: 36px 24px 20px; }
	.hero-eyebrow { margin-bottom: 15px; font-size: 9px; }
	.hero-copy h1 { font-size: 39px; }
	.hero-copy > p { margin: 17px 0 21px; font-size: 14px; }
	.hero-actions { width: 100%; }
	.hero-actions .button { flex: 1; min-width: 140px; padding-inline: 13px; }
	.hero-microcopy { margin-top: 18px; }
	.hero-product { order: 2; padding: 5px 24px 23px; }
	.hero-product-badge { top: 5px; right: 20px; }
	.hero-product-image { height: 225px; }
	.hero-product-info strong { max-width: 280px; }
	.hero-slider-nav { right: auto; bottom: 12px; left: 50%; }
	.service-strip { margin-top: 0; }
	.service-strip-grid { width: 100%; grid-template-columns: repeat(2,1fr); min-height: auto; }
	.service-strip-grid > div { min-height: 74px; justify-content: flex-start; gap: 9px; padding: 11px 13px; }
	.service-strip-grid .dashicons { width: 23px; height: 23px; font-size: 23px; }
	.service-strip-grid strong { font-size: 11px; }
	.service-strip-grid small { font-size: 8px; }
	.home-content { padding-bottom: 50px; }
	.home-section { padding-top: 46px; }
	.section-heading { align-items: flex-end; margin-bottom: 19px; }
	.section-heading h2 { font-size: 25px; }
	.section-link { font-size: 10px; white-space: nowrap; }
	.category-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
	.category-card-image { height: 145px; padding: 15px; }
	.category-card-body { min-height: 69px; padding: 11px 12px; }
	.category-card-body strong { font-size: 11px; }
	.category-card-arrow { display: none; }
	.woocommerce ul.products,
	ul.products,
	.shop-results ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
	.product-card-media { height: 190px; padding: 13px; }
	.product-card-content { padding: 12px; }
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.product-card .woocommerce-loop-product__title { min-height: 39px; font-size: 11px !important; line-height: 1.42; }
	.product-card-category { font-size: 8px; }
	.product-card-stock { margin-bottom: 8px; font-size: 9px; }
	.product-card-bottom { gap: 6px; padding-top: 9px; }
	.product-card-price { font-size: 13px; }
	.product-card-price del { font-size: 8px; }
	.woocommerce ul.products li.product .button,
	.product-card-button .button { width: 100%; min-width: 0; height: 35px; min-height: 35px; padding-inline: 5px !important; font-size: 9px !important; }
	.product-card-actions { grid-template-columns: 1fr; gap: 6px; margin-top: 9px; }
	.product-quick-view { min-height: 35px; font-size: 9px; }
	.card-wishlist,
	.card-wishlist-fallback { top: 8px; right: 8px; width: 31px; height: 31px; }
	.product-card-badges { top: 9px; left: 8px; }
	.badge { font-size: 8px; }
	.focus-grid { grid-template-columns: 1fr; gap: 12px; }
	.focus-card,
	.focus-card:last-child { grid-column: auto; height: 280px; }
	.focus-copy { padding: 22px; }
	.home-contact-panel { align-items: flex-start; flex-direction: column; margin-top: 48px; padding: 30px 23px; }
	.home-contact-actions { width: 100%; flex-wrap: wrap; }
	.home-contact-actions .button { flex: 1; }
	.home-promo-banner { height: 490px; margin-top: 46px; border-radius: 8px; }
	.home-promo-banner > img { object-position: 68% center; }
	.home-promo-banner.promo-copy-right > img { object-position: 28% center; }
	.home-promo-copy,
	.promo-copy-left .home-promo-copy,
	.promo-copy-right .home-promo-copy { top: auto; right: 14px; bottom: 14px; left: 14px; width: auto; padding: 20px; transform: none; }
	.home-promo-copy h2 { font-size: 25px; }
	.home-promo-copy > p:not(.section-kicker) { margin: 10px 0 15px; font-size: 12px; }
	.elementor-home-page .elementor-widget-uzman-contact-panel { padding-bottom: 50px; }
	.shop-page,
	.search-page { padding-top: 18px; padding-bottom: 50px; }
	.woocommerce-breadcrumb,
	.simple-breadcrumb { margin-bottom: 20px !important; }
	.shop-page-header { align-items: flex-start; flex-direction: column; gap: 13px; margin-bottom: 18px; padding-bottom: 19px; }
	.shop-page-header h1 { font-size: 31px; }
	.shop-header-meta { align-self: flex-start; }
	.shop-toolbar { align-items: flex-start; flex-direction: column; }
	.shop-toolbar-actions { width: 100%; justify-content: space-between; }
	.view-switcher { display: none; }
	.shop-toolbar .woocommerce-ordering,
	.shop-toolbar .orderby { width: 100%; }
	.shop-results.is-list-view ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.shop-results.is-list-view .product-card { display: flex; }
	.shop-results.is-list-view .product-card-media { height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
	.single-product .site-main { width: min(calc(100% - 24px), var(--container)); padding-top: 18px; }
	.single-product div.product { display: block; }
	.woocommerce div.product div.images { margin-bottom: 26px !important; padding: 15px; }
	.woocommerce div.product .summary { position: static; }
	.woocommerce div.product .product_title { font-size: 27px; }
	.woocommerce div.product p.price { font-size: 24px; }
	.woocommerce div.product form.cart .button { flex: 1; }
	.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 10px 12px; font-size: 11px; white-space: nowrap; }
	.woocommerce div.product section.related > h2 { font-size: 25px; }
	.content-page { padding-top: 20px; padding-bottom: 50px; }
	.special-page-header { margin-bottom: 20px; padding: 22px 18px; }
	.cart-progress { gap: 7px; padding: 13px 11px; }
	.cart-progress span { gap: 5px; font-size: 8px; }
	.cart-progress span b { width: 23px; height: 23px; }
	.woocommerce table.shop_table_responsive tr td::before { font-size: 10px; }
	.woocommerce-cart table.cart td.actions .coupon { display: flex; width: 100%; }
	.woocommerce-cart table.cart td.actions .coupon .input-text { width: 100%; }
	.woocommerce-cart .cart-collaterals .cart_totals { padding: 18px; }
	.modern-cart-shell table.cart .product-thumbnail { display: block !important; width: 100%; padding-bottom: 5px; }
	.modern-cart-shell table.cart .product-thumbnail::before { display: none; }
	.modern-cart-shell table.cart .product-thumbnail img { margin-left: auto; }
	.cart-help-strip { grid-template-columns: 1fr; }
	.cart-help-strip > div { min-height: 66px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
	.cart-help-strip > div:last-child { border-bottom: 0; }
	.contact-page { padding-top: 18px; padding-bottom: 50px; }
	.contact-hero { align-items: flex-start; flex-direction: column; gap: 22px; padding: 30px 23px; }
	.contact-hero h1 { font-size: 34px; }
	.contact-hero-hours { width: 100%; }
	.contact-details { grid-template-columns: 1fr; }
	.contact-detail-card { min-height: 0; padding: 18px; flex-direction: row; }
	.contact-form-panel { padding: 24px 18px; }
	.contact-form { grid-template-columns: 1fr; }
	.contact-form > label:nth-of-type(4) { grid-column: auto; }
	.contact-map-copy { align-items: flex-start; flex-direction: column; gap: 9px; padding: 20px; }
	.contact-map-copy > p:last-child { text-align: left; }
	.contact-map-panel iframe { height: 300px; }
	.quick-view-modal { align-items: flex-end; padding: 0; }
	.quick-view-dialog { width: 100%; max-height: 91vh; border-radius: 12px 12px 0 0; }
	.quick-product-layout { grid-template-columns: 1fr; }
	.quick-product-image { min-height: 280px; padding: 25px; border-right: 0; border-bottom: 1px solid var(--line); }
	.quick-product-image img { height: 245px; }
	.quick-product-info { padding: 27px 21px 30px; }
	.quick-product-info h2 { padding-right: 23px; font-size: 24px; }
	.quick-view-close { top: 10px; right: 10px; }
	.commerce-toast-region { right: 12px; bottom: 73px; left: 12px; width: auto; }
	.live-search-results { position: fixed; top: 119px; right: 12px; left: 12px; max-height: calc(100vh - 190px); }
	.woocommerce-checkout .col2-set,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review { float: none; width: 100%; }
	.woocommerce-account .woocommerce { grid-template-columns: 1fr; gap: 18px; }
	.woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex; overflow-x: auto; }
	.woocommerce-account .woocommerce-MyAccount-navigation li { flex: 0 0 auto; border-right: 1px solid var(--line); border-bottom: 0; }
	.woocommerce-account .woocommerce-MyAccount-content { padding: 18px; }
	.woocommerce-account:not(.logged-in) #customer_login { grid-template-columns: 1fr; gap: 24px; }
	.assurance-grid { grid-template-columns: repeat(2,1fr); min-height: auto; }
	.assurance-grid > div { min-height: 76px; justify-content: flex-start; padding: 10px 13px; }
	.assurance-grid > div > .dashicons { width: 23px; height: 23px; font-size: 23px; }
	.assurance-grid strong { font-size: 11px; }
	.assurance-grid small { font-size: 8px; }
	.footer-main { padding: 40px 0; }
	.footer-grid { grid-template-columns: repeat(2,1fr); gap: 35px 20px; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-brand img { width: 210px; }
	.footer-help { grid-column: 1 / -1; }
	.footer-bottom-inner { align-items: flex-start; flex-direction: column; padding: 18px 0; gap: 10px; }
	.mobile-bottom-nav { position: fixed; right: 0; bottom: 0; left: 0; z-index: 300; display: grid; grid-template-columns: repeat(5,1fr); height: 61px; padding: 5px 3px env(safe-area-inset-bottom); border-top: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 -6px 20px rgba(21,26,35,.06); }
	.mobile-bottom-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: var(--ink-soft); }
	.mobile-bottom-nav .dashicons { width: 21px; height: 21px; font-size: 21px; }
	.mobile-bottom-nav small { font-size: 8px; font-weight: 650; }
	.mobile-cart-icon { position: relative; display: inline-flex; }
	.mobile-bottom-nav .header-cart-count { top: -7px; right: -10px; }
}

@media (max-width: 390px) {
	.site-logo, .site-logo img { width: 155px; }
	.header-actions { gap: 7px; }
	.hero-copy h1 { font-size: 35px; }
	.hero-actions .button { min-width: 100%; }
	.category-card-image { height: 130px; }
	.product-card-media { height: 170px; }
	.product-card-price { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
