/*
 * Alicia Tradings & Co — "Signal Grid" brand layer (v1.0.0)
 * Loaded last. Owns the header, hero, homepage sections, package cards,
 * shop/product presentation and the responsive rules for cart & checkout.
 * Palette: Midnight Indigo, Electric Azure, Aurora Violet, Mint Signal.
 */

:root {
	--a-ink: #0B1230;
	--a-ink-2: #111A3D;
	--a-azure: #3B6BFF;
	--a-azure-dark: #1E44C7;
	--a-violet: #7C4DFF;
	--a-mint: #22D3A6;
	--a-cloud: #F5F7FC;
	--a-cloud-2: #E9EEF9;
	--a-white: #FFFFFF;
	--a-text: #16203C;
	--a-muted: #5A6B87;
	--a-line: #DDE4F2;
	--a-line-dark: rgba(255, 255, 255, .14);
	--a-grad: linear-gradient(120deg, #3B6BFF 0%, #7C4DFF 55%, #22D3A6 130%);
	--a-max: 1360px;
	--a-head-h: 84px;
	--a-r: 18px;
	--a-r-lg: 28px;
}

/* ------------------------------------------------------------------ shell */
.atc-wrap,
.sc-wrap {
	width: 100%;
	max-width: var(--a-max);
	margin-inline: auto;
	padding-inline: clamp(18px, 4vw, 52px);
}
.atc-wrap--wide { max-width: 1560px; }

.atc-sec { padding: clamp(56px, 7vw, 116px) 0; position: relative; }
.atc-sec--cloud { background: var(--a-cloud); }
.atc-sec--white { background: var(--a-white); }
.atc-sec--ink { background: var(--a-ink); color: #DCE4F7; }
.atc-sec--ink h2, .atc-sec--ink h3, .atc-sec--ink strong { color: #fff; }

.atc-kicker {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: .72rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
	color: var(--a-azure); margin: 0 0 14px;
}
.atc-kicker::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: var(--a-grad); }
.atc-sec--ink .atc-kicker { color: var(--a-mint); }

.atc-h2 {
	margin: 0; font-family: var(--zt-display, 'Sora', sans-serif); font-weight: 700;
	font-size: clamp(1.75rem, 3.4vw, 2.85rem); line-height: 1.12; letter-spacing: -.025em; color: var(--a-ink);
}
.atc-sec--ink .atc-h2 { color: #fff; }
.atc-lead { margin: 14px 0 0; color: var(--a-muted); font-size: clamp(1rem, 1.2vw, 1.08rem); max-width: 62ch; }
.atc-sec--ink .atc-lead { color: #A9B7D8; }
.atc-head { max-width: 760px; margin-bottom: clamp(28px, 4vw, 52px); }
.atc-head--center { margin-inline: auto; text-align: center; }
.atc-head--center .atc-lead { margin-inline: auto; }
.atc-head--split { max-width: none; display: grid; gap: 20px; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); align-items: end; }
@media (max-width: 860px) { .atc-head--split { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------------ buttons */
.atc-btn,
.sc-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 52px; padding: 0 26px; border-radius: 999px; border: 1px solid transparent;
	font-family: var(--zt-font, 'Manrope', sans-serif); font-size: .95rem; font-weight: 700; letter-spacing: -.01em;
	cursor: pointer; text-align: center; line-height: 1.1;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.atc-btn svg, .sc-btn svg { width: 18px; height: 18px; flex: none; }
.atc-btn--primary, .sc-btn--wine {
	background: var(--a-grad); color: #fff !important; box-shadow: 0 16px 34px -18px rgba(59, 107, 255, .8);
}
.atc-btn--primary:hover, .sc-btn--wine:hover { transform: translateY(-2px); box-shadow: 0 22px 44px -18px rgba(124, 77, 255, .85); color: #fff !important; }
.atc-btn--mint, .sc-btn--gold { background: var(--a-mint); color: #04241B !important; }
.atc-btn--mint:hover, .sc-btn--gold:hover { transform: translateY(-2px); background: #3ce6bb; }
.atc-btn--ghost, .sc-btn--ghost {
	background: transparent; color: var(--a-ink) !important; border-color: var(--a-line);
}
.atc-btn--ghost:hover, .sc-btn--ghost:hover { border-color: var(--a-azure); color: var(--a-azure) !important; background: rgba(59, 107, 255, .06); }
.atc-btn--wire, .sc-btn--wire-light {
	background: rgba(255, 255, 255, .05); color: #fff !important; border-color: var(--a-line-dark);
}
.atc-btn--wire:hover, .sc-btn--wire-light:hover { background: rgba(255, 255, 255, .14); color: #fff !important; }
.atc-btn--sm { min-height: 44px; padding: 0 18px; font-size: .88rem; }

/* ------------------------------------------------------------------ header */
.sc-head-strip { display: none; }

.atc-header {
	position: sticky; top: 0; z-index: 90;
	background: rgba(255, 255, 255, .86);
	backdrop-filter: saturate(160%) blur(14px);
	border-bottom: 1px solid var(--a-line);
}
.atc-header.is-stuck { box-shadow: 0 12px 30px -24px rgba(11, 18, 48, .55); }
.atc-header__bar {
	display: flex; align-items: center; gap: clamp(10px, 2vw, 26px);
	min-height: var(--a-head-h);
}
.atc-brand { display: flex; align-items: center; flex: none; }
.atc-brand img { height: clamp(46px, 5.4vw, 60px); width: auto; }

.atc-nav { display: flex; align-items: center; gap: 2px; margin-inline: auto; }
.atc-nav a {
	position: relative; display: inline-flex; align-items: center; gap: 6px;
	padding: 10px 14px; border-radius: 12px;
	font-size: .95rem; font-weight: 600; color: var(--a-text);
}
.atc-nav a:hover, .atc-nav .current-menu-item > a { color: var(--a-azure); background: rgba(59, 107, 255, .07); }
.atc-nav li { list-style: none; }
.atc-nav ul { margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; }

/* dropdown */
.atc-nav .menu-item-has-children,
.atc-has-drop { position: relative; }
.atc-nav .sub-menu,
.atc-drop {
	position: absolute; top: calc(100% + 10px); left: 0; min-width: 280px;
	background: #fff; border: 1px solid var(--a-line); border-radius: var(--a-r);
	box-shadow: 0 30px 60px -34px rgba(11, 18, 48, .48);
	padding: 10px; display: grid; gap: 2px;
	opacity: 0; visibility: hidden; transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.atc-nav li:hover > .sub-menu,
.atc-nav li:focus-within > .sub-menu,
.atc-has-drop:hover .atc-drop,
.atc-has-drop:focus-within .atc-drop { opacity: 1; visibility: visible; transform: translateY(0); }
.atc-drop a { display: block; padding: 10px 12px; border-radius: 10px; font-size: .9rem; font-weight: 600; }
.atc-drop a span { display: block; font-weight: 500; font-size: .78rem; color: var(--a-muted); margin-top: 2px; }

.atc-tools { display: flex; align-items: center; gap: 8px; flex: none; }
.atc-icon-btn,
.sc-icon-btn {
	position: relative; display: grid; place-items: center; width: 44px; height: 44px;
	border-radius: 12px; border: 1px solid var(--a-line); background: #fff; color: var(--a-ink); cursor: pointer;
}
.atc-icon-btn:hover, .sc-icon-btn:hover { border-color: var(--a-azure); color: var(--a-azure); }
.atc-count, .sc-count, .zt-cart-count {
	position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0 5px;
	display: grid; place-items: center; border-radius: 999px;
	background: var(--a-mint); color: #04241B; font-size: .68rem; font-weight: 800;
}
.zt-cart-count.is-empty, .sc-count.is-empty { display: none; }
.atc-burger { display: none; }

.atc-mobile { display: none; }
.atc-mobile.is-open {
	display: block; border-top: 1px solid var(--a-line); background: #fff;
	max-height: calc(100dvh - var(--a-head-h)); overflow-y: auto; padding: 16px 0 24px;
}
.atc-mobile ul { list-style: none; margin: 0 0 14px; padding: 0; display: grid; gap: 2px; }
.atc-mobile a.atc-mobile__link { display: block; padding: 13px 14px; border-radius: 12px; font-weight: 700; color: var(--a-ink); }
.atc-mobile a.atc-mobile__link:hover { background: var(--a-cloud); }
.atc-mobile .atc-mobile__sub a { padding-left: 28px; font-weight: 500; font-size: .92rem; color: var(--a-muted); }
.atc-mobile__actions { display: grid; gap: 10px; }

@media (max-width: 1080px) {
	.atc-nav { display: none; }
	.atc-burger { display: grid; }
	.atc-header__bar { justify-content: space-between; }
	.atc-tools { margin-left: auto; }
	.atc-header__cta { display: none; }
}
@media (max-width: 520px) {
	.atc-tools .atc-icon-btn.atc-search { display: none; }
}

/* ------------------------------------------------------------------ hero */
.atc-hero {
	position: relative; overflow: hidden; background: var(--a-ink); color: #fff;
	padding: clamp(56px, 8vw, 104px) 0 clamp(52px, 7vw, 96px);
}
.atc-hero::before {
	content: ""; position: absolute; inset: 0;
	background:
		radial-gradient(900px 480px at 78% 12%, rgba(124, 77, 255, .42), transparent 62%),
		radial-gradient(760px 420px at 8% 88%, rgba(34, 211, 166, .22), transparent 60%);
	pointer-events: none;
}
.atc-hero::after {
	content: ""; position: absolute; inset: 0; opacity: .35; pointer-events: none;
	background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: radial-gradient(80% 70% at 50% 30%, #000 30%, transparent 100%);
}
.atc-hero > .atc-wrap { position: relative; z-index: 2; }
.atc-hero__grid {
	display: grid; gap: clamp(28px, 4vw, 56px);
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center;
}
.atc-hero__badge {
	display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; border-radius: 999px;
	background: rgba(255, 255, 255, .08); border: 1px solid var(--a-line-dark);
	font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #C9D6F7;
}
.atc-hero__badge b { color: var(--a-mint); }
.atc-hero h1 {
	margin: 22px 0 0; color: #fff; font-weight: 700; letter-spacing: -.035em; line-height: 1.05;
	font-size: clamp(2.2rem, 5.4vw, 4.05rem);
}
.atc-hero h1 em { font-style: normal; background: linear-gradient(100deg, #7C4DFF, #3B6BFF 45%, #22D3A6); -webkit-background-clip: text; background-clip: text; color: transparent; }
.atc-hero p.atc-hero__sub { margin: 20px 0 0; max-width: 56ch; color: #AFBEDF; font-size: clamp(1rem, 1.3vw, 1.12rem); }
.atc-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.atc-hero__points { display: flex; flex-wrap: wrap; gap: 18px 28px; margin: 30px 0 0; padding: 0; list-style: none; }
.atc-hero__points li { display: flex; align-items: center; gap: 8px; font-size: .9rem; color: #C7D3EE; }
.atc-hero__points svg { width: 16px; height: 16px; color: var(--a-mint); }

.atc-hero__media { position: relative; }
.atc-hero__media img {
	width: 100%; border-radius: var(--a-r-lg); border: 1px solid var(--a-line-dark);
	box-shadow: 0 60px 120px -60px rgba(0, 0, 0, .9);
}
.atc-hero__chip {
	position: absolute; left: -6px; bottom: -22px; display: flex; align-items: center; gap: 14px;
	padding: 16px 20px; border-radius: 18px; background: #fff; color: var(--a-ink);
	box-shadow: 0 30px 60px -32px rgba(0, 0, 0, .7);
}
.atc-hero__chip strong { display: block; font-size: 1.5rem; font-family: var(--zt-display, sans-serif); line-height: 1; }
.atc-hero__chip span { font-size: .78rem; color: var(--a-muted); font-weight: 600; }
.atc-hero__chip i { width: 40px; height: 40px; border-radius: 12px; background: var(--a-grad); display: block; flex: none; }

.atc-figures {
	display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px;
	margin-top: clamp(48px, 6vw, 78px); background: var(--a-line-dark);
	border: 1px solid var(--a-line-dark); border-radius: var(--a-r); overflow: hidden;
}
.atc-figures > div { background: rgba(255, 255, 255, .03); padding: 22px 20px; }
.atc-figures strong { display: block; font-family: var(--zt-display, sans-serif); font-size: clamp(1.6rem, 3vw, 2.3rem); color: #fff; line-height: 1; }
.atc-figures span { display: block; margin-top: 8px; font-size: .82rem; color: #9DACD0; }
@media (max-width: 980px) {
	.atc-hero__grid { grid-template-columns: 1fr; }
	.atc-hero__media { order: -1; }
	.atc-hero__chip { left: 12px; bottom: -18px; }
}
@media (max-width: 640px) {
	.atc-figures { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.atc-hero__actions .atc-btn { flex: 1 1 100%; }
}

/* ------------------------------------------------------------------ logos / trust */
.atc-trust { background: var(--a-white); border-bottom: 1px solid var(--a-line); padding: 26px 0; }
.atc-trust__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 34px; }
.atc-trust__row span { font-weight: 700; color: #93A2BE; letter-spacing: .04em; font-size: .95rem; }

/* ------------------------------------------------------------------ service grid */
.atc-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.atc-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.atc-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1080px) { .atc-grid, .atc-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .atc-grid, .atc-grid--2, .atc-grid--4 { grid-template-columns: 1fr; } }

.atc-card {
	display: flex; flex-direction: column; height: 100%;
	background: #fff; border: 1px solid var(--a-line); border-radius: var(--a-r);
	padding: 26px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.atc-card:hover { transform: translateY(-4px); border-color: rgba(59, 107, 255, .45); box-shadow: 0 28px 56px -34px rgba(11, 18, 48, .45); }
.atc-card__ico {
	width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
	background: rgba(59, 107, 255, .1); color: var(--a-azure); margin-bottom: 18px;
}
.atc-card__ico svg { width: 22px; height: 22px; }
.atc-card h3 { margin: 0 0 8px; font-size: 1.18rem; color: var(--a-ink); }
.atc-card p { margin: 0; color: var(--a-muted); font-size: .94rem; }
.atc-card__go { margin-top: auto; padding-top: 18px; font-weight: 700; font-size: .88rem; color: var(--a-azure); display: inline-flex; gap: 8px; align-items: center; }
.atc-sec--ink .atc-card { background: rgba(255, 255, 255, .04); border-color: var(--a-line-dark); }
.atc-sec--ink .atc-card p { color: #A9B7D8; }

/* ------------------------------------------------------------------ process */
.atc-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; counter-reset: step; }
@media (max-width: 900px) { .atc-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .atc-steps { grid-template-columns: 1fr; } }
.atc-step { border-top: 3px solid rgba(59, 107, 255, .25); padding-top: 20px; }
.atc-step b { font-family: var(--zt-display, sans-serif); font-size: 1.6rem; color: var(--a-azure); display: block; }
.atc-step h3 { margin: 10px 0 6px; font-size: 1.1rem; }
.atc-step p { margin: 0; color: var(--a-muted); font-size: .92rem; }
.atc-sec--ink .atc-step p { color: #A9B7D8; }

/* ------------------------------------------------------------------ packages */
.atc-packs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
@media (max-width: 900px) { .atc-packs { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; } }
.atc-pack {
	position: relative; display: flex; flex-direction: column; height: 100%;
	background: #fff; border: 1px solid var(--a-line); border-radius: var(--a-r-lg); padding: 30px 26px;
}
.atc-pack.is-featured {
	border-color: transparent; color: #fff;
	background: linear-gradient(160deg, #16215A, #0B1230 70%);
	box-shadow: 0 40px 80px -46px rgba(59, 107, 255, .85);
}
.atc-pack.is-featured h3, .atc-pack.is-featured .atc-pack__price { color: #fff; }
.atc-pack.is-featured p, .atc-pack.is-featured li { color: #B6C4E6; }
.atc-pack__flag {
	position: absolute; top: 18px; right: 18px; padding: 5px 12px; border-radius: 999px;
	background: var(--a-mint); color: #04241B; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
}
.atc-pack h3 { margin: 0 0 6px; font-size: 1.22rem; }
.atc-pack__price { font-family: var(--zt-display, sans-serif); font-size: 2.6rem; font-weight: 700; color: var(--a-ink); line-height: 1; margin: 14px 0 4px; }
.atc-pack__price sup { font-size: 1.1rem; top: -1.1rem; }
.atc-pack__price small { font-size: .95rem; font-weight: 600; color: var(--a-muted); }
.atc-pack p { color: var(--a-muted); font-size: .93rem; }
.atc-pack ul { list-style: none; margin: 18px 0 24px; padding: 0; display: grid; gap: 10px; }
.atc-pack li { display: flex; gap: 10px; font-size: .92rem; color: var(--a-text); }
.atc-pack li svg { width: 18px; height: 18px; flex: none; color: var(--a-mint); }
.atc-pack .atc-btn { margin-top: auto; width: 100%; }

/* ------------------------------------------------------------------ work */
.atc-work { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
@media (max-width: 1000px) { .atc-work { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .atc-work { grid-template-columns: 1fr; } }
.atc-work__item { border-radius: var(--a-r); overflow: hidden; border: 1px solid var(--a-line); background: #fff; display: flex; flex-direction: column; }
.atc-work__item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.atc-work__body { padding: 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.atc-work__tag { font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--a-violet); }
.atc-work__body h3 { margin: 0; font-size: 1.08rem; }
.atc-work__body p { margin: 0; color: var(--a-muted); font-size: .92rem; }

/* ------------------------------------------------------------------ testimonials + faq */
.atc-quote { background: #fff; border: 1px solid var(--a-line); border-radius: var(--a-r); padding: 26px; height: 100%; display: flex; flex-direction: column; gap: 14px; }
.atc-quote p { margin: 0; font-size: 1rem; color: var(--a-text); }
.atc-quote footer { margin-top: auto; font-size: .86rem; color: var(--a-muted); }
.atc-quote strong { display: block; color: var(--a-ink); }

.atc-faq { display: grid; gap: 12px; }
.atc-faq details { background: #fff; border: 1px solid var(--a-line); border-radius: 14px; padding: 18px 20px; }
.atc-faq summary { cursor: pointer; font-weight: 700; color: var(--a-ink); list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.atc-faq summary::-webkit-details-marker { display: none; }
.atc-faq summary::after { content: "+"; color: var(--a-azure); font-size: 1.3rem; line-height: 1; }
.atc-faq details[open] summary::after { content: "–"; }
.atc-faq p { margin: 12px 0 0; color: var(--a-muted); font-size: .94rem; }

/* ------------------------------------------------------------------ CTA band */
.atc-cta {
	position: relative; overflow: hidden; border-radius: var(--a-r-lg); padding: clamp(32px, 5vw, 60px);
	background: linear-gradient(130deg, #16215A, #0B1230 65%); color: #fff;
	display: grid; grid-template-columns: minmax(0, 1.4fr) auto; gap: 26px; align-items: center;
}
.atc-cta::after {
	content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
	background: radial-gradient(600px 300px at 88% 10%, rgba(124, 77, 255, .5), transparent 65%);
}
.atc-cta > * { position: relative; z-index: 2; }
.atc-cta h2 { margin: 0; color: #fff; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.atc-cta p { margin: 12px 0 0; color: #AEBBDC; }
.atc-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 860px) { .atc-cta { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------------ footer */
.atc-foot { background: var(--a-ink); color: #A9B7D8; padding: clamp(48px, 6vw, 84px) 0 28px; }
.atc-foot a { color: #C7D3EE; }
.atc-foot a:hover { color: var(--a-mint); }
.atc-foot__top { display: grid; grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr)); gap: 34px; }
@media (max-width: 1000px) { .atc-foot__top { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .atc-foot__top { grid-template-columns: 1fr; } }
.atc-foot__brand img { height: 68px; width: auto; }
.atc-foot__brand p { margin: 18px 0 0; max-width: 44ch; font-size: .94rem; }
.atc-foot h3 { color: #fff; font-size: .82rem; letter-spacing: .18em; text-transform: uppercase; margin: 0 0 16px; }
.atc-foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: .93rem; }
.atc-foot__social { display: flex; gap: 10px; margin-top: 22px; }
.atc-foot__social a { width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--a-line-dark); display: grid; place-items: center; }
.atc-foot__social a:hover { border-color: var(--a-mint); background: rgba(34, 211, 166, .1); }
.atc-foot__social svg { width: 18px; height: 18px; }
.atc-foot__legal {
	margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--a-line-dark);
	display: flex; flex-wrap: wrap; gap: 12px 22px; align-items: center; justify-content: space-between; font-size: .84rem;
}
.atc-foot__legal ul { display: flex; flex-wrap: wrap; gap: 8px 18px; }

/* ------------------------------------------------------------------ WooCommerce widths & polish */
.woocommerce-page .zt-shell,
.woocommerce .zt-shell,
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main { width: 100%; }

.woocommerce-page main .sc-wrap,
.woocommerce main .sc-wrap,
.woocommerce-page main .atc-wrap { max-width: 1440px; }

.woocommerce ul.products {
	display: grid !important; gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important; margin: 0 !important;
}
@media (max-width: 1000px) { .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
@media (max-width: 560px) { .woocommerce ul.products { grid-template-columns: 1fr !important; } }
.woocommerce ul.products li.product {
	width: 100% !important; margin: 0 !important; float: none !important;
	background: #fff; border: 1px solid var(--a-line); border-radius: var(--a-r); overflow: hidden;
	display: flex; flex-direction: column; padding: 0 !important;
	transition: transform .2s ease, box-shadow .2s ease;
}
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -38px rgba(11, 18, 48, .5); }
.woocommerce ul.products li.product img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; margin: 0 !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 1.05rem !important; padding: 18px 20px 0 !important; color: var(--a-ink); }
.woocommerce ul.products li.product .price { display: block; padding: 6px 20px 0; color: var(--a-azure) !important; font-weight: 700; }
.woocommerce ul.products li.product .button { margin: 16px 20px 20px !important; border-radius: 999px !important; background: var(--a-grad) !important; color: #fff !important; }
.woocommerce span.onsale {
	background: var(--a-mint) !important; color: #04241B !important; border-radius: 999px !important;
	min-height: 0 !important; min-width: 0 !important; padding: 6px 14px !important; line-height: 1 !important;
	top: 14px !important; left: 14px !important; right: auto !important;
}

.woocommerce .quantity input.qty {
	height: 48px; border-radius: 12px; border: 1px solid var(--a-line); text-align: center;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	border-radius: 999px; background: var(--a-grad); color: #fff; font-weight: 700; padding: 14px 26px; border: 0;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover {
	background: linear-gradient(120deg, #1E44C7, #6A38FF 60%, #14C296); color: #fff;
}

/* cart + checkout: roomy two-column, never narrow */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce { width: 100%; max-width: none; }
.woocommerce-cart table.shop_table { border-radius: var(--a-r); border-color: var(--a-line); }
.woocommerce-cart table.shop_table img { width: 76px !important; height: 76px; object-fit: cover; border-radius: 12px; }
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review { border-radius: var(--a-r); }

@media (max-width: 782px) {
	.woocommerce-cart table.shop_table_responsive tr td { text-align: right; }
	.woocommerce-cart table.shop_table_responsive tr td::before { float: left; font-weight: 700; }
}

/* ------------------------------------------------------------------ misc */
.atc-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.atc-reveal.is-in, .no-js .atc-reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.atc-reveal, .atc-btn, .atc-card { transition: none !important; }
}

html, body { max-width: 100%; overflow-x: hidden; }
img { max-width: 100%; height: auto; }

/* =========================================================
   v1.2.0 — icon sizing + anti-overlap hardening
   ========================================================= */

/* Every inline icon stays small; never balloons to its container. */
body.zt-site svg:not([width]):not([height]) { width: 20px; height: 20px; }
body.zt-site .atc-card__go svg,
body.zt-site .zt-link-arrow svg,
body.zt-site .atc-link svg { width: 16px; height: 16px; flex: none; }
body.zt-site .atc-card__go {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	line-height: 1.2;
}
body.zt-site .atc-card__go svg { transition: transform .25s ease; }
body.zt-site .atc-card:hover .atc-card__go svg { transform: translateX(4px); }
body.zt-site .atc-btn svg,
body.zt-site .sc-btn svg,
body.zt-site .button svg { width: 18px; height: 18px; flex: none; }
body.zt-site .zt-icon-btn svg { width: 20px; height: 20px; flex: none; }

/* Nothing overlaps: predictable stacking + no horizontal bleed. */
html, body.zt-site { max-width: 100%; overflow-x: hidden; }
body.zt-site .zt-header { z-index: 900; }
body.zt-site .atc-drop { z-index: 910; }
body.zt-site .atc-mobile, body.zt-site .zt-drawer { z-index: 950; }
body.zt-site #zt-main { position: relative; z-index: 1; }
body.zt-site .zt-banner,
body.zt-site .atc-hero { position: relative; z-index: 1; }
body.zt-site .atc-hero__glow,
body.zt-site .zt-banner::before,
body.zt-site .atc-hero::before { pointer-events: none; z-index: 0; }
body.zt-site .atc-hero > *,
body.zt-site .zt-banner > * { position: relative; z-index: 1; }
body.zt-site img, body.zt-site svg, body.zt-site video, body.zt-site iframe { max-width: 100%; }
body.zt-site .atc-card,
body.zt-site .atc-pack,
body.zt-site .zt-card { min-width: 0; }
body.zt-site h1, body.zt-site h2, body.zt-site h3, body.zt-site p, body.zt-site a { overflow-wrap: anywhere; }

/* v1.3.1 — hard logo size locks (header/footer), survive any cache/plugin override */
.atc-header .atc-brand img,
.atc-header .atc-brand .custom-logo,
img.atc-logo-header { height: 56px !important; width: auto !important; max-width: 220px !important; object-fit: contain; display: block; }
.atc-foot__brand img,
.atc-foot__brand .custom-logo { height: 64px !important; width: auto !important; max-width: 240px !important; object-fit: contain; display: block; }
.atc-brand { max-width: 240px; overflow: hidden; }
@media (max-width: 720px) {
	.atc-header .atc-brand img { height: 44px !important; max-width: 180px !important; }
	.atc-foot__brand img { height: 54px !important; }
}

/* v1.4.0 — brand lockup sizing */
.atc-brand img{height:42px!important;width:auto!important;max-width:210px!important;object-fit:contain;display:block}
.atc-foot__brand img{height:48px!important;width:auto!important;max-width:240px!important;object-fit:contain;display:block}
@media (max-width:640px){
  .atc-brand img{height:34px!important;max-width:168px!important}
  .atc-foot__brand img{height:40px!important;max-width:200px!important}
}
