/* ==========================================================================
   MEDKOPIS – temos stiliai
   ========================================================================== */

:root {
	--bg: #FAF4E9;
	--bg-warm: #F1E0C9;
	--panel: #FFFFFF;
	--ink: #2B1D12;
	--ink-soft: #6E5C49;
	--ink-faint: #A6937D;
	--accent: #C97A34;
	--accent-deep: #A85F22;
	--accent-soft: #F0DEC2;
	--sage: #8C9574;
	--line: rgba(43, 29, 18, 0.10);
	--line-soft: rgba(43, 29, 18, 0.06);
	--radius: 20px;
	--shadow: 0 24px 50px -30px rgba(43, 29, 18, 0.35);
	--shadow-sm: 0 10px 24px -16px rgba(43, 29, 18, 0.3);
	--header-h: 78px;
	--serif: 'Fraunces', Georgia, serif;
	--sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* Bazė
   ========================================================================== */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 70px); }

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

body.no-scroll { overflow: hidden; }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; letter-spacing: -0.01em; margin: 0; line-height: 1.2; }
em { font-style: italic; font-weight: 500; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; height: auto; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; padding: 0; }
p { margin: 0 0 1em; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 760px; }
:focus-visible { outline: 2px solid var(--accent-deep); outline-offset: 3px; }

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

.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.in { opacity: 1; transform: none; }

.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0;
	position: absolute !important; word-wrap: normal !important;
}
.skip-link:focus {
	clip: auto; clip-path: none; height: auto; width: auto; z-index: 1000;
	top: 10px; left: 10px; padding: 10px 18px; background: var(--panel); border-radius: 100px; box-shadow: var(--shadow);
}
.hp-field { position: absolute !important; left: -9999px; }

.icon { width: 19px; height: 19px; }

/* Formos
   ========================================================================== */
label { font-size: 12px; color: var(--ink-soft); display: block; margin-bottom: 6px; font-weight: 600; }

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"],
input[type="search"], input[type="number"], input[type="date"], select, textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: var(--panel);
	font-size: 14px;
	color: var(--ink);
	font-family: inherit;
	transition: border-color .2s;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--accent-deep); }
textarea { resize: vertical; min-height: 110px; }

.form-success, .form-error { font-weight: 600; font-size: 14px; }
.form-success { color: var(--accent-deep); }
.form-error { color: #9b2c1c; }

/* Mygtukai
   ========================================================================== */
.btn,
.button,
button[type="submit"],
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px 28px;
	border-radius: 100px;
	border: 0;
	font-family: var(--sans);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	background: var(--ink);
	color: var(--bg);
	transition: transform .2s, box-shadow .2s, background .2s;
}
.btn:hover, .button:hover, button[type="submit"]:hover, input[type="submit"]:hover {
	background: var(--accent-deep);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: var(--shadow);
}
.btn-ghost { background: var(--panel); color: var(--ink); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { background: var(--panel); color: var(--ink); }

/* Antraštė
   ========================================================================== */
.site-header {
	position: sticky; top: 0; z-index: 50;
	background: rgba(250, 244, 233, 0.9);
	backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--line);
}
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 600px) { .admin-bar .site-header { top: 0; } }

.header-row {
	display: flex; align-items: center; justify-content: space-between; gap: 20px;
	max-width: 1400px; margin: 0 auto; padding: 18px 28px; min-height: var(--header-h);
}

.logo { font-family: var(--serif); font-weight: 600; font-size: 22px; display: inline-flex; align-items: center; gap: 9px; color: var(--ink); }
.logo .mark {
	width: 32px; height: 32px; border-radius: 50%; background: var(--accent); color: #fff;
	display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-family: var(--serif);
}
.custom-logo { max-height: 44px; width: auto; }

.main-nav .menu { display: flex; gap: 6px; list-style: none; margin: 0; padding: 0; }
.main-nav li { position: relative; }
.main-nav a {
	display: block; padding: 9px 15px; border-radius: 100px;
	font-size: 13.5px; font-weight: 500; color: var(--ink-soft); transition: all .2s;
}
.main-nav a:hover,
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a { background: var(--panel); color: var(--ink); box-shadow: var(--shadow-sm); }
.main-nav .sub-menu {
	position: absolute; top: calc(100% + 6px); left: 0; min-width: 210px; list-style: none; margin: 0; padding: 8px;
	background: var(--panel); border-radius: 16px; box-shadow: var(--shadow);
	opacity: 0; visibility: hidden; transform: translateY(6px); transition: all .2s; z-index: 5;
}
.main-nav .sub-menu a { border-radius: 10px; }
.main-nav .sub-menu a:hover { box-shadow: none; background: var(--bg); }
.main-nav li:hover > .sub-menu,
.main-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }

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

.util-lang { display: flex; background: var(--panel); border-radius: 100px; padding: 3px; box-shadow: var(--shadow-sm); }
.util-lang a { padding: 6px 12px; font-size: 11.5px; font-weight: 700; color: var(--ink-soft); border-radius: 100px; }
.util-lang a.active { background: var(--accent); color: #fff; }

.icon-btn {
	position: relative; width: 42px; height: 42px; border-radius: 50%;
	background: var(--panel); box-shadow: var(--shadow-sm); color: var(--ink);
	display: inline-flex; align-items: center; justify-content: center; transition: transform .2s;
}
.icon-btn:hover { transform: translateY(-2px); }
.cart-count {
	position: absolute; top: -4px; right: -4px; background: var(--accent-deep); color: #fff;
	font-size: 10px; font-weight: 700; min-width: 19px; height: 19px; border-radius: 10px;
	display: flex; align-items: center; justify-content: center; padding: 0 4px; border: 2px solid var(--bg);
}
.cart-count[data-count="0"] { display: none; }
.menu-toggle { display: none; }

@media (max-width: 1080px) {
	.menu-toggle { display: inline-flex; }
	.main-nav {
		position: fixed; inset: var(--header-h) 0 0 0; z-index: 49;
		background: var(--bg); padding: 20px 28px 40px; overflow-y: auto;
		opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all .25s;
	}
	.admin-bar .main-nav { top: calc(var(--header-h) + 46px); }
	.main-nav.open { opacity: 1; visibility: visible; transform: none; }
	.main-nav .menu { flex-direction: column; gap: 4px; }
	.main-nav a { font-size: 18px; font-family: var(--serif); padding: 14px 18px; color: var(--ink); }
	.main-nav .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: transparent; padding: 0 0 0 16px; }
	.main-nav .sub-menu a { font-size: 15px; font-family: var(--sans); padding: 8px 18px; }
}
@media (max-width: 560px) {
	.header-row { padding: 14px 20px; gap: 10px; }
	.hide-sm { display: none; }
	.logo { font-size: 19px; }
}

/* Baneris
   ========================================================================== */
.hero { padding: 70px 0 90px; position: relative; overflow: hidden; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.04em; color: var(--accent-deep); margin-bottom: 22px; }
.hero-eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--accent-deep); }
.hero h1 { font-size: clamp(38px, 4.6vw, 58px); line-height: 1.08; margin-bottom: 22px; }
.hero p { font-size: 16.5px; line-height: 1.7; color: var(--ink-soft); max-width: 440px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-actions.center { justify-content: center; }

.hero-nature { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.hero-nature video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-nature .base { position: absolute; inset: 0; background: linear-gradient(120deg, var(--bg) 0%, var(--bg-warm) 55%, #E4C182 100%); }
.hero-nature .glow { position: absolute; border-radius: 50%; filter: blur(70px); animation: heroDrift 22s ease-in-out infinite alternate; }
.hero-nature .glow.g1 { width: 46%; height: 120%; top: -10%; right: -8%; background: radial-gradient(circle, #FFF6DE, transparent 70%); opacity: 0.95; animation-duration: 24s; }
.hero-nature .glow.g2 { width: 36%; height: 95%; bottom: -25%; right: 20%; background: radial-gradient(circle, #7C8A4E, transparent 70%); opacity: 0.32; animation-duration: 28s; animation-delay: -6s; }
.hero-nature .glow.g3 { width: 30%; height: 75%; top: 5%; right: 36%; background: radial-gradient(circle, #E7A75A, transparent 70%); opacity: 0.5; animation-duration: 18s; animation-delay: -10s; }
.hero-nature .ray {
	position: absolute; top: -20%; width: 8%; height: 150%;
	background: linear-gradient(180deg, rgba(255, 250, 232, 0.55), transparent 78%);
	transform-origin: top center; filter: blur(5px); animation: heroSway 10s ease-in-out infinite; mix-blend-mode: screen;
}
.hero-nature .ray.r1 { right: 12%; }
.hero-nature .ray.r2 { right: 26%; animation-delay: -3.3s; width: 6%; opacity: 0.7; }
.hero-nature .ray.r3 { right: 42%; animation-delay: -6.6s; width: 5%; opacity: 0.55; }
.hero-nature .mote {
	position: absolute; bottom: -4%; border-radius: 50%; background: #FFF6DE;
	box-shadow: 0 0 10px 3px rgba(255, 246, 222, 0.75); opacity: 0; animation: heroRise linear infinite;
}
@keyframes heroDrift { from { transform: translate(0, 0) scale(1); } to { transform: translate(-6%, 6%) scale(1.1); } }
@keyframes heroSway { 0%, 100% { transform: rotate(-7deg); } 50% { transform: rotate(7deg); } }
@keyframes heroRise {
	0% { transform: translateY(0) translateX(0); opacity: 0; }
	12% { opacity: 0.9; }
	88% { opacity: 0.4; }
	100% { transform: translateY(-420px) translateX(24px); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
	.hero-nature .glow, .hero-nature .ray, .hero-nature .mote { animation: none !important; }
}

.hero-visual { position: relative; }
.hero-blob {
	position: relative; aspect-ratio: 1 / 1; border-radius: 44% 56% 62% 38% / 48% 42% 58% 52%;
	background: rgba(255, 255, 255, 0.4); overflow: hidden;
	display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow);
}
.hero-blob img { position: relative; z-index: 2; width: 68%; height: 68%; object-fit: contain; filter: drop-shadow(0 20px 30px rgba(43, 29, 18, 0.3)); }
.hero-badge {
	position: absolute; bottom: 6%; left: -6%; background: var(--panel); border-radius: 16px; padding: 16px 20px;
	box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px; max-width: 220px;
}
.hero-badge b { display: block; font-family: var(--serif); font-size: 22px; color: var(--accent-deep); line-height: 1; }
.hero-badge span { font-size: 11px; color: var(--ink-soft); }

/* Filtrai
   ========================================================================== */
.filter-sticky {
	position: sticky; top: var(--header-h); z-index: 40;
	background: rgba(250, 244, 233, 0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--line); padding: 14px 0;
}
.admin-bar .filter-sticky { top: calc(var(--header-h) + 32px); }
@media (max-width: 782px) { .admin-bar .filter-sticky { top: calc(var(--header-h) + 46px); } }
@media (max-width: 600px) { .admin-bar .filter-sticky { top: var(--header-h); } }

.filter-row { display: flex; gap: 8px; overflow-x: auto; padding: 0 28px; max-width: 1200px; margin: 0 auto; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter-btn {
	flex: none; padding: 10px 20px; border-radius: 100px; font-size: 13px; font-weight: 600;
	background: var(--panel); color: var(--ink-soft); box-shadow: var(--shadow-sm); transition: all .2s; white-space: nowrap;
}
.filter-btn.active, .filter-btn:hover { background: var(--ink); color: var(--bg); }

/* Skiltys
   ========================================================================== */
.section { padding: 80px 0; }
.section-tight { padding: 56px 0 28px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 44px; gap: 20px; flex-wrap: wrap; }
.section-tight .section-head { margin-bottom: 0; }
.section-head h2, .section-head .page-title { font-size: clamp(28px, 3.4vw, 38px); }
.section-head p, .section-desc { color: var(--ink-soft); font-size: 14.5px; max-width: 400px; margin: 0; }
.section-desc p:last-child { margin: 0; }
.section-more { text-align: center; margin: 44px 0 0; }
.empty-note { color: var(--ink-soft); }

/* Prekių tinklelis ir kortelės
   ========================================================================== */
.products-grid,
.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 26px;
	list-style: none;
	margin: 0 !important;
	padding: 0;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }

.product-card,
.woocommerce ul.products li.product-card,
.woocommerce-page ul.products li.product-card {
	position: relative;
	width: auto !important;
	margin: 0 !important;
	float: none !important;
	padding: 0 !important;
	background: var(--panel);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: var(--shadow-sm);
	transition: transform .3s, box-shadow .3s;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-card.is-hidden { display: none !important; }

.product-media { position: relative; background: var(--bg-warm); aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.photo-frame { width: 100%; height: 100%; padding: 8%; display: flex; align-items: center; justify-content: center; }
.photo-frame img,
.woocommerce ul.products li.product .photo-frame img {
	max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; margin: 0; border-radius: 12px;
}
.product-tag {
	position: absolute; top: 12px; left: 12px; z-index: 2; background: var(--panel); color: var(--accent-deep);
	font-size: 10px; letter-spacing: 0.03em; text-transform: uppercase; padding: 5px 11px; border-radius: 100px;
	font-weight: 700; box-shadow: var(--shadow-sm);
}
.quick-add,
.woocommerce ul.products li.product .quick-add {
	position: absolute; bottom: 12px; right: 12px; z-index: 3; width: 38px; height: 38px; padding: 0; margin: 0;
	border-radius: 50%; background: var(--panel); box-shadow: var(--shadow-sm);
	display: flex; align-items: center; justify-content: center; color: var(--ink);
	opacity: 0; transform: translateY(6px); transition: all .25s;
}
.product-card:hover .quick-add,
.quick-add:focus-visible,
.quick-add.loading,
.quick-add.added { opacity: 1; transform: none; }
.quick-add:hover { background: var(--accent); color: #fff; }
.quick-add .icon { width: 16px; height: 16px; }
.quick-add.loading { opacity: .6; pointer-events: none; }
.quick-add.loading::after,
.quick-add.added::after { display: none !important; }
.quick-add + .added_to_cart { display: none !important; }
@media (hover: none) { .quick-add { opacity: 1; transform: none; } }

.product-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.product-body h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--sans); font-size: 15.5px; font-weight: 600; line-height: 1.3; padding: 0; margin: 0; color: var(--ink);
}
.card-link::after { content: ''; position: absolute; inset: 0; z-index: 1; }
.product-body .spec { font-size: 11.5px; color: var(--ink-faint); margin: 2px 0 0; }
.product-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 10px; }

.price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-family: var(--serif); font-weight: 600; font-size: 17px; color: var(--accent-deep); margin: 0;
}
.price del, .woocommerce ul.products li.product .price del { color: var(--ink-faint); font-size: .85em; font-weight: 400; opacity: 1; margin-right: 4px; }
.price ins { text-decoration: none; }

@media (max-width: 560px) {
	.products-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
	.product-body { padding: 14px 14px 16px; }
	.product-body h3 { font-size: 14px; }
}

/* Parduotuvės įrankių juosta ir puslapiavimas */
.shop-toolbar { display: flex; justify-content: flex-end; align-items: center; gap: 16px; margin-bottom: 26px; }
.shop-toolbar .woocommerce-notices-wrapper { flex-basis: 100%; }
.woocommerce .woocommerce-ordering { margin: 0; float: none; }
.woocommerce .woocommerce-ordering select { width: auto; border-radius: 100px; padding: 10px 38px 10px 18px; box-shadow: var(--shadow-sm); border: 0; }

.woocommerce nav.woocommerce-pagination { margin-top: 44px; }
.woocommerce nav.woocommerce-pagination ul,
.nav-links { display: flex; justify-content: center; gap: 8px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.page-numbers {
	min-width: 42px; height: 42px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center;
	border-radius: 100px; background: var(--panel); box-shadow: var(--shadow-sm); color: var(--ink-soft); font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.page-numbers.current, a.page-numbers:hover { background: var(--ink); color: var(--bg); }
.pagination { margin-top: 44px; }

/* Prekės puslapis
   ========================================================================== */
.pp-topbar-inline { padding-top: 26px; }
.pp-back { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--ink-soft); }
.pp-back .icon { width: 16px; height: 16px; }
.pp-back:hover { color: var(--ink); }

.pp-body { padding-top: 34px; padding-bottom: 90px; max-width: 1156px; }
.woocommerce div.product.pp-body { position: static; }
.pp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: flex-start; }
.pp-gallery { position: sticky; top: calc(var(--header-h) + 20px); }
.pp-media {
	aspect-ratio: 1 / 1; border-radius: 32px; overflow: hidden;
	background: linear-gradient(150deg, var(--accent-soft), var(--bg-warm)); box-shadow: var(--shadow);
	display: flex; align-items: center; justify-content: center; padding: 9%;
}
.pp-media img { max-width: 100%; max-height: 100%; width: auto; object-fit: contain; filter: drop-shadow(0 22px 32px rgba(43, 29, 18, 0.25)); border-radius: 16px; }
.pp-thumbs { display: flex; gap: 12px; margin-top: 16px; flex-wrap: wrap; }
.pp-thumb {
	width: 72px; height: 72px; border-radius: 14px; overflow: hidden; padding: 10%; display: flex; align-items: center; justify-content: center;
	background: linear-gradient(150deg, var(--accent-soft), var(--bg-warm)); border: 2px solid transparent; box-shadow: var(--shadow-sm);
	transition: border-color .2s, transform .2s;
}
.pp-thumb img { max-width: 100%; max-height: 100%; object-fit: contain; }
.pp-thumb:hover { transform: translateY(-2px); }
.pp-thumb.active { border-color: var(--accent-deep); }

.woocommerce div.product .pp-info.summary { float: none; width: auto; margin: 0; }
.pp-tag { display: inline-block; background: var(--panel); color: var(--accent-deep); font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; font-weight: 700; box-shadow: var(--shadow-sm); margin-bottom: 18px; }
.pp-cat { font-size: 12.5px; font-weight: 600; color: var(--accent-deep); letter-spacing: 0.03em; text-transform: uppercase; margin-bottom: 14px; }
.pp-info h1.product_title { font-size: clamp(30px, 3.4vw, 42px); line-height: 1.08; margin: 0 0 16px; }
.woocommerce div.product .pp-price.price,
.pp-price { font-size: 28px; margin-bottom: 22px; display: block; }
.pp-price .was { font-size: 15px; color: var(--ink-faint); text-decoration: line-through; font-family: var(--sans); font-weight: 500; margin-left: 8px; }
.pp-desc { font-size: 15.5px; line-height: 1.75; color: var(--ink-soft); margin-bottom: 28px; max-width: 460px; }
.pp-desc p { margin: 0; }
.pp-specs { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 30px; }
.pp-spec-item { padding: 16px 4px; border-right: 1px solid var(--line); }
.pp-spec-item:last-child { border-right: none; }
.pp-spec-item b { display: block; font-family: var(--serif); font-size: 19px; font-weight: 600; }
.pp-spec-item span { font-size: 11px; color: var(--ink-faint); }

.pp-pricing { margin-bottom: 24px; }
.pp-pricing-head { font-size: 12.5px; font-weight: 600; color: var(--ink-soft); margin-bottom: 10px; }
.pp-tier-table { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.pp-tier-row { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 11px 16px; font-size: 13px; border-bottom: 1px solid var(--line-soft); transition: background .2s; }
.pp-tier-row:last-child { border-bottom: none; }
.pp-tier-row.active { background: var(--accent-soft); }
.pp-tier-range { font-weight: 600; }
.pp-tier-discount { color: var(--accent-deep); font-weight: 600; text-align: center; }
.pp-tier-unit { text-align: right; font-family: var(--serif); font-weight: 600; }
.pp-tier-unit small { font-family: var(--sans); font-weight: 400; color: var(--ink-faint); font-size: 10.5px; }

.pp-cart { margin-bottom: 8px; }
.pp-savings { font-size: 12.5px; font-weight: 600; color: var(--accent-deep); min-height: 18px; margin-top: 10px; }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 0; }
.woocommerce div.product form.cart::before,
.woocommerce div.product form.cart::after { display: none; }
.woocommerce div.product form.cart div.quantity { float: none; margin: 0; }
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product form.cart .button {
	float: none; flex: 1 1 100%; width: 100%; justify-content: center; padding: 17px 28px; font-size: 15px;
	background: var(--ink); color: var(--bg); border-radius: 100px;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover { background: var(--accent-deep); color: #fff; }
.woocommerce div.product form.cart .single_add_to_cart_button.loading { opacity: .7; }
.woocommerce div.product form.cart.variations_form { display: block; }
.woocommerce div.product form.cart .variations { margin-bottom: 14px; }
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th { display: block; padding: 0 0 6px; text-align: left; }
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; gap: 14px; }
.woocommerce div.product .stock { color: var(--accent-deep); font-weight: 600; font-size: 13px; }

/* Kiekio laukas su +/- */
.quantity { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 100px; overflow: hidden; background: var(--panel); }
.woocommerce .quantity .qty {
	width: 44px; height: 42px; border: 0; background: transparent; text-align: center; font-weight: 600; font-size: 15px;
	padding: 0; -moz-appearance: textfield; appearance: textfield; border-radius: 0;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty-btn { width: 42px; height: 42px; font-size: 18px; display: flex; align-items: center; justify-content: center; color: var(--ink); }
.qty-btn:hover { background: var(--bg-warm); }

.pp-trust { display: flex; flex-direction: column; gap: 12px; margin-top: 30px; }
.pp-trust-item { display: flex; align-items: center; gap: 12px; font-size: 13.5px; color: var(--ink-soft); }
.pp-trust-item .icon { width: 18px; height: 18px; color: var(--accent-deep); flex: none; }

.pp-description, .pp-reviews, .pp-related .related, .pp-related .up-sells { margin-top: 70px; padding-top: 50px; border-top: 1px solid var(--line); }
.pp-description h2, .pp-related h2, .pp-reviews h2 { font-size: clamp(22px, 2.6vw, 30px); margin-bottom: 26px; }
.pp-description-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; }
.pp-description-text p { font-size: 15px; line-height: 1.8; color: var(--ink-soft); margin-bottom: 16px; max-width: 600px; }
.pp-sku { font-size: 12px !important; color: var(--ink-faint) !important; }
.pp-description-side h4 { font-family: var(--sans); font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: var(--ink-faint); margin-bottom: 14px; }
.pp-care-list { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.pp-care-list li { display: flex; gap: 10px; font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }
.pp-care-list .icon { width: 16px; height: 16px; color: var(--accent-deep); flex: none; margin-top: 2px; }
.pp-materials { display: flex; flex-wrap: wrap; gap: 8px; }
.pp-materials span { background: var(--bg-warm); color: var(--ink-soft); font-size: 12px; font-weight: 600; padding: 6px 13px; border-radius: 100px; }
.pp-related ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }

/* Atsiliepimai (WooCommerce) */
.woocommerce #reviews #comments ol.commentlist { padding: 0; }
.woocommerce #reviews #comments ol.commentlist li .comment-text { border-color: var(--line); border-radius: 14px; background: var(--panel); }
.woocommerce .star-rating span::before, .woocommerce p.stars a { color: var(--accent); }
.woocommerce #review_form #respond textarea { border-radius: 12px; }

@media (max-width: 860px) {
	.pp-grid { grid-template-columns: 1fr; gap: 32px; }
	.pp-gallery { position: static; }
	.pp-description-grid { grid-template-columns: 1fr; gap: 30px; }
	.pp-related ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Istorija
   ========================================================================== */
.story { background: var(--bg-warm); border-radius: 32px; overflow: hidden; position: relative; }
.story-inner { padding: 80px 60px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
.story-visual {
	position: relative; aspect-ratio: 4 / 5; border-radius: 40% 60% 55% 45% / 55% 45% 55% 45%; overflow: hidden;
	background: linear-gradient(160deg, #fff, var(--accent-soft)); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow);
}
.story-visual img { width: 72%; height: 72%; object-fit: contain; filter: drop-shadow(0 18px 26px rgba(43, 29, 18, 0.22)); }
.story-eyebrow { font-size: 12.5px; font-weight: 600; letter-spacing: 0.04em; color: var(--accent-deep); margin-bottom: 18px; display: flex; align-items: center; gap: 9px; }
.story-eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--accent-deep); }
.story h2 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.12; margin-bottom: 20px; }
.story p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.75; margin-bottom: 16px; max-width: 460px; }
.story-stats { display: flex; gap: 44px; margin-top: 30px; flex-wrap: wrap; }
.stat b { display: block; font-family: var(--serif); font-size: 32px; font-weight: 600; color: var(--accent-deep); }
.stat span { font-size: 12px; color: var(--ink-soft); }

/* Atsiliepimai
   ========================================================================== */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-card { background: var(--panel); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: transform .3s; margin: 0; }
.testi-card:hover { transform: translateY(-4px); }
.testi-card blockquote { margin: 0; }
.stars { display: flex; gap: 2px; margin-bottom: 14px; color: var(--accent); }
.stars .icon { width: 14px; height: 14px; }
.testi-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; margin-bottom: 18px; }
.testi-name { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; }
.testi-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-deep); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 600; font-size: 13px; }

/* Tinklaraštis
   ========================================================================== */
.blog-viewall { font-size: 13.5px; font-weight: 600; color: var(--accent-deep); border-bottom: 1px solid var(--accent-deep); padding-bottom: 2px; white-space: nowrap; }
.blog-viewall:hover { color: var(--ink); border-color: var(--ink); }
.blog-grid, .blog-list-grid, .post-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card {
	position: relative; background: var(--panel); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
	transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.blog-card-media { position: relative; aspect-ratio: 16 / 11; overflow: hidden; background: var(--bg-warm); }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-card-media img { transform: scale(1.06); }
.blog-cat-tag { position: absolute; top: 12px; left: 12px; background: var(--panel); color: var(--accent-deep); font-size: 10px; letter-spacing: 0.04em; text-transform: uppercase; padding: 5px 11px; border-radius: 100px; font-weight: 700; }
.blog-video-badge { position: absolute; bottom: 12px; right: 12px; width: 34px; height: 34px; border-radius: 50%; background: rgba(43, 29, 18, 0.65); display: flex; align-items: center; justify-content: center; color: #fff; }
.blog-video-badge .icon { width: 14px; height: 14px; }
.blog-card-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.blog-date { font-size: 11px; color: var(--ink-faint); font-weight: 600; letter-spacing: 0.02em; }
.blog-card-body h3 { font-size: 17px; line-height: 1.32; font-weight: 600; }
.blog-excerpt { font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; flex: 1; margin: 0; }
.blog-readmore { font-size: 12.5px; font-weight: 700; color: var(--accent-deep); margin-top: 6px; }

.blog-list-body { padding-top: 60px; padding-bottom: 100px; }
.blog-list-head { max-width: 560px; margin-bottom: 50px; }
.blog-list-head .eyebrow { font-size: 12.5px; font-weight: 600; letter-spacing: 0.04em; color: var(--accent-deep); margin-bottom: 14px; }
.blog-list-head h1 { font-size: clamp(30px, 3.8vw, 44px); line-height: 1.1; margin-bottom: 14px; }
.blog-list-head p, .archive-description { font-size: 15px; color: var(--ink-soft); line-height: 1.65; }

/* Įrašas */
.post-hero { position: relative; height: 44vh; min-height: 320px; max-height: 460px; overflow: hidden; background: linear-gradient(150deg, var(--accent-soft), var(--bg-warm)); }
.post-hero > img { width: 100%; height: 100%; object-fit: cover; }
.post-hero-scrim { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20, 13, 7, 0.75), rgba(20, 13, 7, 0.05) 55%); }
.post-hero.no-image .post-hero-scrim { background: linear-gradient(0deg, rgba(20, 13, 7, 0.55), rgba(20, 13, 7, 0.1)); }
.post-hero-top { position: absolute; top: 0; left: 0; right: 0; padding: 22px 28px; max-width: 1200px; margin: 0 auto; }
.post-hero-top .pp-back { color: #fff; }
.post-hero-content { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 28px; max-width: 820px; margin: 0 auto; color: #fff; }
.post-cat { display: inline-block; background: var(--accent); color: #241505; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; margin-bottom: 14px; }
.post-hero-content h1 { font-size: clamp(26px, 4vw, 42px); line-height: 1.12; color: #fff; }
.post-meta { display: flex; gap: 16px; margin-top: 14px; font-size: 12.5px; color: rgba(255, 255, 255, 0.85); flex-wrap: wrap; }
.post-body { max-width: 720px; margin: 0 auto; padding: 50px 28px 60px; }
.post-body p, .post-body li { font-size: 16px; line-height: 1.85; color: var(--ink-soft); }
.post-body p { margin-bottom: 22px; }
.post-body h2 { font-size: 24px; margin: 40px 0 18px; }
.post-body h3 { font-size: 20px; margin: 32px 0 14px; }
.post-body figure, .post-body .wp-block-image, .post-body .wp-block-video, .post-body .wp-block-embed { margin: 30px 0; }
.post-body img, .post-body video, .post-body iframe { border-radius: 20px; }
.post-body figcaption { font-size: 12px; color: var(--ink-faint); text-align: center; margin-top: 10px; }
.post-body blockquote { margin: 30px 0; padding-left: 20px; border-left: 3px solid var(--accent); font-family: var(--serif); font-size: 20px; color: var(--ink); }
.post-share { display: flex; align-items: center; gap: 14px; padding: 26px 0; margin: 20px 0 40px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; color: var(--ink-soft); }
.post-share a { width: 34px; height: 34px; border-radius: 50%; background: var(--bg-warm); display: flex; align-items: center; justify-content: center; color: var(--ink); }
.post-share .icon { width: 15px; height: 15px; }
.post-related { max-width: 1000px; margin: 0 auto; padding: 0 28px 90px; }
.post-related h2 { font-size: clamp(20px, 2.4vw, 26px); margin-bottom: 26px; }

@media (max-width: 960px) {
	.blog-grid, .blog-list-grid, .post-related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
	.blog-grid, .blog-list-grid, .post-related-grid { grid-template-columns: 1fr; }
	.post-hero-content { padding: 26px 20px; }
	.post-body { padding: 36px 20px 50px; }
}

/* Komentarai */
.comments-area { margin-top: 30px; }
.comments-title { font-size: 22px; margin-bottom: 20px; }
.comment-list { list-style: none; padding: 0; margin: 0 0 30px; }
.comment-list .children { list-style: none; padding-left: 28px; }
.comment-body { padding: 18px 20px; background: var(--panel); border-radius: 16px; box-shadow: var(--shadow-sm); margin-bottom: 14px; }
.comment-author { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 14px; }
.comment-author .avatar { border-radius: 50%; }
.comment-metadata { font-size: 12px; }
.comment-metadata a { color: var(--ink-faint); }
.comment-form p { margin-bottom: 14px; }
.comment-reply-title { font-size: 20px; margin-bottom: 16px; }

/* Didmeninė prekyba
   ========================================================================== */
.ws-body { max-width: 1000px; padding-top: 60px; padding-bottom: 100px; }
.ws-hero { text-align: center; max-width: 640px; margin: 0 auto 60px; }
.ws-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.04em; color: var(--accent-deep); margin-bottom: 20px; }
.ws-eyebrow::before, .ws-eyebrow::after { content: ''; width: 22px; height: 1px; background: var(--accent-deep); }
.ws-hero h1 { font-size: clamp(32px, 4vw, 48px); line-height: 1.1; margin-bottom: 18px; }
.ws-intro p { font-size: 16px; line-height: 1.7; color: var(--ink-soft); }
.ws-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 70px; }
.ws-benefit { background: var(--panel); border-radius: 18px; padding: 26px 20px; box-shadow: var(--shadow-sm); text-align: center; }
.ws-benefit .icon { width: 26px; height: 26px; color: var(--accent-deep); margin: 0 auto 14px; }
.ws-benefit b { display: block; font-family: var(--serif); font-size: 19px; font-weight: 600; margin-bottom: 6px; }
.ws-benefit span { font-size: 12.5px; color: var(--ink-soft); line-height: 1.5; }
.ws-section { margin-bottom: 70px; }
.ws-section-head { margin-bottom: 26px; }
.ws-section-head h2 { font-size: clamp(22px, 2.6vw, 28px); margin-bottom: 8px; }
.ws-section-head p { font-size: 14px; color: var(--ink-soft); margin: 0; }
.ws-tier-table { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--panel); box-shadow: var(--shadow-sm); }
.ws-tier-row { display: grid; grid-template-columns: 1.2fr 1fr 1.6fr; align-items: center; padding: 18px 26px; border-bottom: 1px solid var(--line-soft); }
.ws-tier-row:last-child { border-bottom: none; }
.ws-tier-row.head { background: var(--bg-warm); font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: var(--ink-faint); padding: 14px 26px; }
.ws-tier-qty { font-family: var(--serif); font-weight: 600; font-size: 18px; }
.ws-tier-disc { color: var(--accent-deep); font-weight: 700; font-size: 16px; }
.ws-tier-note { font-size: 13px; color: var(--ink-soft); }
.ws-form-wrap { background: var(--bg-warm); border-radius: 28px; padding: 50px; }
.ws-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ws-form-grid .full { grid-column: 1 / -1; }
.ws-field { margin-bottom: 0; }
.ws-form-wrap .btn { margin-top: 22px; }
.ws-contact-line { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--ink-soft); }
.ws-contact-line a { font-weight: 600; color: var(--ink); }
.ws-confirm { text-align: center; padding: 20px 10px; }
.ws-confirm .icon { width: 50px; height: 50px; color: var(--accent-deep); margin: 0 auto 20px; }
.ws-confirm h3 { font-size: 22px; margin-bottom: 10px; }
.ws-confirm p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.6; margin: 0; }

@media (max-width: 860px) {
	.ws-benefits { grid-template-columns: 1fr 1fr; }
	.ws-tier-row { grid-template-columns: 1fr; gap: 6px; }
	.ws-tier-row.head { display: none; }
	.ws-form-grid { grid-template-columns: 1fr; }
	.ws-form-wrap { padding: 30px 22px; }
}

/* Naujienlaiškis
   ========================================================================== */
.newsletter { background: linear-gradient(120deg, var(--accent-soft), var(--bg-warm)); border-radius: 32px; padding: 70px 40px; text-align: center; }
.newsletter h2 { font-size: clamp(26px, 3.2vw, 36px); margin-bottom: 12px; }
.newsletter > p { color: var(--ink-soft); margin-bottom: 28px; font-size: 14.5px; }
.newsletter-form { display: flex; max-width: 420px; margin: 0 auto; gap: 8px; flex-wrap: wrap; justify-content: center; }
.newsletter-form input[type="email"] { flex: 1; min-width: 220px; padding: 15px 18px; border-radius: 100px; border: none; background: var(--panel); font-size: 14px; box-shadow: var(--shadow-sm); }
.newsletter-form button { padding: 15px 26px; font-size: 13.5px; }

/* Puslapiai
   ========================================================================== */
.page-body { padding-top: 56px; padding-bottom: 90px; }
.page-head { margin-bottom: 34px; }
.page-title { font-size: clamp(30px, 3.8vw, 44px); line-height: 1.1; }
.page-thumb { margin-bottom: 34px; border-radius: 28px; overflow: hidden; }
.entry-content { font-size: 15.5px; line-height: 1.8; color: var(--ink-soft); }
.entry-content h2, .entry-content h3 { color: var(--ink); margin: 1.6em 0 .6em; }
.entry-content a:not(.button):not(.btn) { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 3px; }
.entry-content ul, .entry-content ol { padding-left: 1.3em; }
.is-wc-page .entry-content { color: var(--ink); font-size: 14.5px; line-height: 1.6; }

.error-404 { text-align: center; padding-top: 100px; padding-bottom: 120px; max-width: 560px; }
.error-code { font-family: var(--serif); font-size: 110px; line-height: 1; color: var(--accent); margin-bottom: 10px; }
.error-404 h1 { font-size: 34px; margin-bottom: 14px; }
.error-404 p { color: var(--ink-soft); margin-bottom: 28px; }

/* Poraštė
   ========================================================================== */
.site-footer { padding: 80px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.footer-brand p { color: var(--ink-soft); font-size: 13.5px; line-height: 1.6; margin: 14px 0 0; max-width: 260px; }
.footer-col h4 { font-family: var(--sans); font-size: 12px; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 16px; color: var(--ink-faint); font-weight: 700; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col a { display: block; color: var(--ink-soft); font-size: 13.5px; margin-bottom: 10px; }
.footer-col a:hover { color: var(--accent-deep); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; padding: 26px 0; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--ink-faint); }
.pay-icons { display: flex; gap: 8px; flex-wrap: wrap; }
.pay-icons span { border: 1px solid var(--line); padding: 4px 10px; border-radius: 6px; font-size: 10.5px; font-weight: 600; color: var(--ink-soft); }

/* Šoninis krepšelis
   ========================================================================== */
.overlay { position: fixed; inset: 0; background: rgba(43, 29, 18, 0.4); opacity: 0; transition: opacity .3s; z-index: 160; }
.overlay.open { opacity: 1; }
.cart-drawer {
	position: fixed; top: 0; right: 0; height: 100%; width: 420px; max-width: 92vw; background: var(--panel); z-index: 170;
	box-shadow: -10px 0 40px rgba(43, 29, 18, 0.15); transform: translateX(100%); visibility: hidden;
	transition: transform .35s cubic-bezier(.16, 1, .3, 1), visibility .35s; display: flex; flex-direction: column;
}
.cart-drawer.open { transform: translateX(0); visibility: visible; }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.cart-head h3 { font-size: 19px; }
.close-btn { width: 34px; height: 34px; border-radius: 50%; background: var(--bg); display: flex; align-items: center; justify-content: center; }
.close-btn .icon { width: 16px; height: 16px; }

.cart-drawer .widget_shopping_cart_content { flex: 1; display: flex; flex-direction: column; min-height: 0; }
.cart-drawer .woocommerce-mini-cart { flex: 1; overflow-y: auto; list-style: none; margin: 0; padding: 6px 24px; }
.cart-drawer .woocommerce-mini-cart-item {
	position: relative; display: grid; grid-template-columns: 66px 1fr; grid-template-rows: auto auto; column-gap: 14px;
	padding: 18px 28px 18px 0; border-bottom: 1px solid var(--line-soft); font-size: 14px; font-weight: 600;
}
.cart-drawer .woocommerce-mini-cart-item > a:not(.remove) { display: contents; color: var(--ink); }
.cart-drawer .woocommerce-mini-cart-item img {
	grid-row: 1 / span 2; width: 66px; height: 66px; object-fit: contain; background: var(--bg-warm); border-radius: 14px; padding: 6px; float: none; margin: 0;
}
.cart-drawer .woocommerce-mini-cart-item .quantity {
	display: block; border: 0; border-radius: 0; background: none; grid-column: 2;
	font-size: 13px; font-weight: 500; color: var(--ink-soft); margin-top: 6px;
}
.cart-drawer .woocommerce-mini-cart-item .quantity .amount { font-family: var(--serif); font-weight: 600; color: var(--accent-deep); }
.cart-drawer .woocommerce-mini-cart-item .quantity del { color: var(--ink-faint); }
.cart-drawer .woocommerce-mini-cart-item .quantity .tier-badge { color: var(--accent-deep); font-weight: 700; }
.cart-drawer .woocommerce-mini-cart-item dl.variation { grid-column: 2; font-size: 12px; font-weight: 400; color: var(--ink-faint); margin: 4px 0 0; }
.cart-drawer a.remove {
	position: absolute; top: 18px; right: 0; width: 22px; height: 22px; line-height: 20px; font-size: 18px;
	color: var(--ink-faint) !important; border-radius: 50%; text-align: center;
}
.cart-drawer a.remove:hover { background: var(--bg-warm); color: var(--ink) !important; }

.cart-drawer .woocommerce-mini-cart__total,
.cart-drawer .woocommerce-mini-cart__buttons,
.cart-drawer .free-ship { margin: 0; padding: 0 24px; }
.cart-drawer .free-ship { border-top: 1px solid var(--line); padding-top: 18px; font-size: 13px; color: var(--ink-soft); }
.cart-drawer .free-ship p { margin-bottom: 8px; }
.free-ship-bar { height: 6px; border-radius: 6px; background: var(--bg-warm); overflow: hidden; }
.free-ship-bar span { display: block; height: 100%; background: var(--accent); border-radius: 6px; transition: width .4s; }
.cart-drawer .woocommerce-mini-cart__total {
	display: flex; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; border: 0;
	font-family: var(--serif); font-size: 18px; font-weight: 700;
}
.cart-drawer .woocommerce-mini-cart__total strong { font-weight: 700; }
.cart-drawer .woocommerce-mini-cart__buttons { display: flex; flex-direction: column-reverse; gap: 10px; padding-bottom: 26px; }
.cart-drawer .woocommerce-mini-cart__buttons .button { width: 100%; margin: 0; }
.cart-drawer .woocommerce-mini-cart__buttons .button:not(.checkout) { background: var(--bg); color: var(--ink); box-shadow: none; }
.cart-drawer .woocommerce-mini-cart__empty-message {
	flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--ink-soft); padding: 40px; margin: 0;
}

/* Pranešimas (toast)
   ========================================================================== */
.toast {
	position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%) translateY(20px);
	background: var(--ink); color: var(--bg); padding: 13px 22px; border-radius: 100px; font-size: 13px;
	display: flex; align-items: center; gap: 9px; z-index: 190; opacity: 0; pointer-events: none; transition: all .3s;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast .icon { width: 15px; height: 15px; color: var(--accent); }

/* WooCommerce: pranešimai, krepšelis, apmokėjimas, paskyra
   ========================================================================== */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	background: var(--panel); border: 0; border-left: 4px solid var(--accent); border-radius: 14px;
	box-shadow: var(--shadow-sm); color: var(--ink); padding: 16px 20px 16px 50px; font-size: 14px;
}
.woocommerce-message::before, .woocommerce-info::before { color: var(--accent); top: 16px; }
.woocommerce-error { border-left-color: #9b2c1c; }
.woocommerce-message .button, .woocommerce-info .button { padding: 9px 18px !important; font-size: 13px; }
.wc-main .woocommerce-notices-wrapper:not(:empty) { max-width: 1156px; margin: 24px auto 0; padding: 0 28px; }

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: var(--ink); color: var(--bg); border-radius: 100px; padding: 14px 26px; font-weight: 600; font-size: 14px; line-height: 1.2;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background: var(--accent-deep); color: #fff;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] { background: var(--ink); color: var(--bg); opacity: .4; padding: 14px 26px; }

.woocommerce table.shop_table { background: var(--panel); border: 0; border-radius: var(--radius); box-shadow: var(--shadow-sm); border-collapse: separate; overflow: hidden; }
.woocommerce table.shop_table th { font-size: 12px; text-transform: uppercase; letter-spacing: .03em; color: var(--ink-faint); }
.woocommerce table.shop_table td, .woocommerce table.shop_table th { padding: 16px 18px; border-color: var(--line-soft); }
.woocommerce table.cart img { width: 64px; background: var(--bg-warm); border-radius: 12px; padding: 4px; }
.woocommerce table.cart td.product-name a { font-weight: 600; }
.woocommerce table.cart .tier-badge { color: var(--accent-deep); font-weight: 700; font-size: 12px; }
.woocommerce table.cart td.actions .coupon .input-text { width: 180px; border-radius: 100px; padding: 12px 16px; border: 1px solid var(--line); margin-right: 6px; }
.woocommerce a.remove { color: var(--ink-faint) !important; }
.woocommerce a.remove:hover { background: var(--bg-warm); color: var(--ink) !important; }

.woocommerce .cart-collaterals .cart_totals { padding: 28px; background: var(--bg-warm); border-radius: var(--radius); }
.woocommerce .cart-collaterals .cart_totals h2 { font-size: 22px; margin-bottom: 16px; }
.woocommerce .cart-collaterals .cart_totals table.shop_table { box-shadow: none; }
.woocommerce .wc-proceed-to-checkout a.checkout-button { font-size: 15px; padding: 17px; }

.woocommerce form .form-row { padding: 0; margin: 0 0 14px; }
.woocommerce form .form-row label { line-height: 1.4; }
.woocommerce form .form-row .input-text, .woocommerce form .form-row select { border-radius: 12px; }
.woocommerce .select2-container .select2-selection--single { height: 46px; border: 1px solid var(--line); border-radius: 12px; }
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered { line-height: 44px; padding-left: 14px; }
.woocommerce .select2-container .select2-selection--single .select2-selection__arrow { height: 44px; }
.woocommerce-checkout h3 { font-size: 22px; margin-bottom: 16px; }
.woocommerce-checkout #order_review_heading { margin-top: 34px; }
.woocommerce-checkout #payment { background: var(--bg-warm); border-radius: var(--radius); }
.woocommerce-checkout #payment div.payment_box { background: var(--panel); border-radius: 12px; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--panel); }
.woocommerce #payment #place_order { width: 100%; float: none; padding: 17px; font-size: 15px; }

.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 8px; background: var(--panel); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 11px 16px; border-radius: 12px; color: var(--ink-soft); font-weight: 500; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover { background: var(--bg); color: var(--ink); }
.woocommerce form.login, .woocommerce form.register, .woocommerce form.checkout_coupon {
	border: 0; background: var(--panel); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 28px;
}

/* WooCommerce blokų krepšelis / apmokėjimas */
.wc-block-components-button:not(.is-link) { background: var(--ink) !important; color: var(--bg) !important; border-radius: 100px !important; }
.wc-block-components-button:not(.is-link):hover { background: var(--accent-deep) !important; }

/* Prisitaikymas
   ========================================================================== */
@media (max-width: 960px) {
	.hero-grid { grid-template-columns: 1fr; gap: 40px; }
	.hero-visual { order: -1; max-width: 340px; width: 100%; margin: 0 auto; }
	.story-inner { grid-template-columns: 1fr; padding: 50px 32px; }
	.story-visual { max-width: 280px; width: 100%; margin: 0 auto; }
	.testi-grid { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 560px) {
	.container { padding: 0 20px; }
	.filter-row { padding: 0 20px; }
	.footer-grid { grid-template-columns: 1fr; }
	.hero { padding: 44px 0 50px; }
	.hero-badge { left: 0; }
	.section { padding: 56px 0; }
	.newsletter { padding: 48px 24px; }
	.story { border-radius: 22px; }
	.pp-specs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.pp-spec-item b { font-size: 16px; }
}
