:root {
	--ink: #151922;
	--muted: #667085;
	--line: #e7eaf0;
	--paper: #ffffff;
	--soft: #f6f8fb;
	--red: #e53935;
	--yellow: #ffc83d;
	--teal: #13a8a1;
	--blue: #246bfe;
	--radius: 8px;
}

* { box-sizing: border-box; }
body {
	margin: 0;
	font-family: Inter, Arial, sans-serif;
	color: var(--ink);
	background: #fff;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.top-strip { background: var(--ink); color: #fff; font-size: 13px; }
.top-strip__inner { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; }
.header-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 20px 0; }
.brand { display: flex; align-items: center; gap: 11px; min-width: 190px; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: var(--radius); background: var(--red); color: #fff; font-weight: 800; font-size: 26px; }
.brand strong { display: block; font-size: 26px; line-height: 1; }
.brand small { color: var(--muted); font-size: 12px; }
.search-form { display: flex; min-width: 0; border: 2px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.search-form input { flex: 1; min-width: 0; border: 0; padding: 14px 16px; font-size: 15px; }
.search-form button, .demo-product button, .button { border: 0; border-radius: var(--radius); padding: 13px 18px; font-weight: 800; cursor: pointer; }
.search-form button, .button-primary, .demo-product button { background: var(--red); color: #fff; }
.button-secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.header-actions { display: flex; align-items: center; gap: 14px; font-weight: 700; }
.cart-link { display: inline-flex; gap: 8px; align-items: center; padding: 11px 14px; background: var(--yellow); border-radius: var(--radius); }
.cart-link span { display: grid; place-items: center; min-width: 24px; height: 24px; border-radius: 999px; background: #fff; }
.category-nav { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.category-nav ul { display: flex; gap: 8px; align-items: center; margin: 0; padding: 0; list-style: none; overflow-x: auto; }
.category-nav a { display: block; padding: 14px 16px; font-weight: 800; color: #2e3440; }
.svetik-hero { background: linear-gradient(180deg, #fff 0%, #f7fbff 100%); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 34px; align-items: center; min-height: 520px; padding: 42px 0; }
.eyebrow { display: inline-flex; align-items: center; color: var(--red); font-weight: 800; text-transform: uppercase; font-size: 12px; letter-spacing: 0; }
.hero-copy h1 { margin: 14px 0; font-size: clamp(38px, 6vw, 64px); line-height: 1.03; letter-spacing: 0; }
.hero-copy p { max-width: 540px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.hero-media { min-height: 410px; border-radius: var(--radius); background: url("../images/svetik-hero.png") center/cover no-repeat; box-shadow: 0 24px 70px rgba(36, 107, 254, 0.13); }
.trust-row { background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 22px 0; }
.trust-grid div { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.trust-grid strong { display: block; font-size: 22px; }
.trust-grid span, .category-cards small { color: var(--muted); }
.category-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 34px 0 8px; }
.category-cards a { display: grid; gap: 7px; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; background: var(--soft); }
.category-cards span { color: var(--teal); font-weight: 800; }
.category-cards strong { font-size: 20px; }
.product-section { padding: 40px 0; }
.section-heading { display: flex; justify-content: space-between; gap: 18px; align-items: end; margin-bottom: 20px; }
.section-heading h2 { margin: 6px 0 0; font-size: 34px; letter-spacing: 0; }
.section-heading a { color: var(--blue); font-weight: 800; }
.demo-products, ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 22px;
	margin: 0;
	padding: 0;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
	display: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0;
	min-width: 0;
}
.demo-product, .woocommerce ul.products li.product, ul.products li.product { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; box-shadow: 0 12px 34px rgba(21, 25, 34, 0.06); }
.demo-product__image { display: grid; place-items: center; min-height: 170px; background: linear-gradient(135deg, #ffe9e7, #e8fbf9); }
.demo-product__image span { padding: 8px 12px; border-radius: 999px; background: #fff; font-weight: 800; color: var(--teal); }
.demo-product__body { padding: 16px; }
.demo-product h3 { min-height: 48px; margin: 8px 0 12px; font-size: 17px; }
.demo-product del { color: #98a2b3; }
.demo-product strong, .woocommerce-Price-amount { color: var(--red); font-size: 20px; font-weight: 800; }
.toy-band { margin: 30px 0; background: var(--ink); color: #fff; }
.toy-band__inner { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 44px 0; }
.toy-band p { color: #cfd6e4; max-width: 650px; line-height: 1.7; }
.promo-panel { border: 1px dashed var(--teal); border-radius: var(--radius); padding: 24px; background: #effdfa; display: grid; gap: 8px; }
.woo-shell { padding: 36px 0 56px; }
.site-footer { background: #10131a; color: #fff; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 26px; padding: 42px 0; }
.footer-grid a, .footer-grid p { display: block; color: #cfd6e4; line-height: 1.7; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); color: #cfd6e4; text-align: center; padding: 16px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); clip-path: inset(50%); border: 0; white-space: nowrap; }

.woocommerce ul.products li.product, ul.products li.product { padding: 12px; }
.woocommerce ul.products li.product a img, ul.products li.product a img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; margin: 0 0 14px; background: var(--soft); border-radius: calc(var(--radius) - 2px); }
.woocommerce ul.products li.product .woocommerce-loop-product__title, ul.products li.product .woocommerce-loop-product__title { min-height: 0; font-size: 17px; line-height: 1.25; padding: 0; margin: 0 0 10px; overflow-wrap: anywhere; }
.woocommerce ul.products li.product .price, ul.products li.product .price { display: flex; flex-wrap: wrap; gap: 4px 8px; align-items: baseline; min-height: 0; line-height: 1.35; color: #8a7b00; }
.woocommerce ul.products li.product .price del, ul.products li.product .price del { color: #8a7b00; opacity: 0.72; }
.woocommerce ul.products li.product .price ins, ul.products li.product .price ins { color: var(--red); text-decoration: none; }
.woocommerce ul.products li.product .price .woocommerce-Price-amount, ul.products li.product .price .woocommerce-Price-amount { font-size: 18px; }
.woocommerce ul.products li.product .button, ul.products li.product .button { display: inline-flex; align-items: center; justify-content: center; width: 100%; margin-top: 14px; white-space: normal; text-align: center; }
.woocommerce ul.products li.product .button, ul.products li.product .button { background: var(--red); color: #fff; border-radius: var(--radius); }
.woocommerce span.onsale { background: var(--yellow); color: var(--ink); border-radius: 999px; }
.woocommerce .related.products { clear: both; display: block; margin-top: 42px; width: 100%; }
.woocommerce .related.products > h2 { font-size: 28px; margin: 0 0 18px; }
.woocommerce .related.products ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); width: 100%; }

@media (max-width: 900px) {
	.top-strip__inner, .header-actions { flex-wrap: wrap; }
	.header-main, .hero-grid { grid-template-columns: 1fr; }
	.search-form { order: 3; grid-column: 1; }
	.hero-grid { min-height: auto; }
	.hero-media { min-height: 300px; }
	.trust-grid, .category-cards, .demo-products, ul.products, .footer-grid { grid-template-columns: repeat(2, 1fr); }
	.woocommerce .related.products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
	.container { width: min(100% - 22px, 1180px); }
	.top-strip__inner { display: none; }
	.header-main { gap: 14px; padding: 14px 0; }
	.brand strong { font-size: 24px; }
	.header-actions { justify-content: space-between; }
	.hero-copy h1 { font-size: 38px; }
	.hero-copy p { font-size: 16px; }
	.trust-grid, .category-cards, .demo-products, ul.products, .footer-grid { grid-template-columns: 1fr; }
	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.woocommerce .related.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	ul.products li.product {
		float: none !important;
		width: 100% !important;
		margin: 0;
		padding: 9px;
	}
	.woocommerce ul.products li.product a img,
	ul.products li.product a img {
		margin-bottom: 10px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	ul.products li.product .woocommerce-loop-product__title {
		font-size: 14px;
		line-height: 1.22;
		margin-bottom: 8px;
	}
	.woocommerce ul.products li.product .price,
	ul.products li.product .price {
		gap: 2px 6px;
		line-height: 1.25;
	}
	.woocommerce ul.products li.product .price .woocommerce-Price-amount,
	ul.products li.product .price .woocommerce-Price-amount {
		font-size: 15px;
	}
	.woocommerce ul.products li.product .button,
	ul.products li.product .button {
		margin-top: 10px;
		padding: 10px 8px;
		font-size: 14px;
		line-height: 1.15;
	}
	.woocommerce span.onsale {
		min-height: 44px;
		min-width: 44px;
		padding: 0;
		font-size: 13px;
		line-height: 44px;
	}
	.section-heading, .toy-band__inner { align-items: flex-start; flex-direction: column; }
	.section-heading h2 { font-size: 28px; }
}

#billing_phone_field .optional {
	display: none;
}

#billing_phone_field label::after {
	content: ' *';
	color: #b91c1c;
}
