/* ==========================================================================
   SkyLink DTH — storefront stylesheet
   Mobile-first. Breakpoints: 640 (sm), 768 (md), 1024 (lg).
   Tokens come from theme.json; concrete values below mirror them.
   ========================================================================== */

:root {
	--sl-navy: #234e87;
	--sl-navy-deep: #0a2a52;
	--sl-ink: #08385a;
	--sl-muted: #5b6b7c;
	--sl-magenta: #e10092;
	--sl-pink: #ff4fb4;
	--sl-cta: #ea580c;
	--sl-cta-dark: #c2410c;
	--sl-success: #1f8a4c;
	--sl-border: #e6e8ec;
	--sl-soft: #f6f7f9;
	--sl-shadow: 0 1px 2px rgba(20, 55, 90, .04), 0 4px 16px rgba(20, 55, 90, .06);
	--sl-shadow-hover: 0 4px 10px rgba(20, 55, 90, .08), 0 12px 28px rgba(20, 55, 90, .12);
	--sl-ring: 0 0 0 1px rgba(230, 232, 236, .6);
	--sl-bottomnav: 64px;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

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

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; }

:where(a, button, input, select, textarea, summary):focus-visible {
	outline: 2px solid var(--sl-cta);
	outline-offset: 2px;
}

.screen-reader-text {
	border: 0; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden;
	padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
}

/* The header/footer template parts must not create a containing block, or the
   sticky header could never leave its own wrapper. */
.wp-site-blocks > .wp-block-template-part { display: contents; }
.wp-site-blocks { padding: 0 !important; }
.wp-site-blocks > * { margin-block: 0 !important; }
.wp-block-post-content > * { margin-block: 0; }

.sl-container {
	width: 100%;
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 16px;
}
@media (min-width: 640px) { .sl-container { padding-inline: 24px; } }
.sl-container--narrow { max-width: 880px; }

.sl-icon { display: inline-block; flex: none; vertical-align: middle; }

/* Header, footer and homepage are core blocks. Their groups get WordPress's
   flow-layout gap between children; spacing here is set per component
   instead. Same specificity as core's rule and loaded after it, so the
   component rules further down still win. */
:where(.sl-header, .sl-footer, .sl-hero, .sl-trust, .sl-section).is-layout-flow > *,
:where(.sl-header, .sl-footer, .sl-hero, .sl-trust, .sl-section) .is-layout-flow > * { margin-block: 0; }

/* Icons for blocks: give a block the class sl-ic-{name} (Advanced → Additional
   CSS class) and the component draws it from --sl-ic with a CSS mask. */
.sl-ic-dish { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20a10 10 0 0 1 10-14l3 3a10 10 0 0 1-9 11z'/%3E%3Cpath d='m14 10 6-6'/%3E%3Cpath d='M16 4h4v4'/%3E%3C/svg%3E"); }
.sl-ic-tv { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='6' width='18' height='12' rx='2'/%3E%3Cpath d='m8 3 4 3 4-3'/%3E%3C/svg%3E"); }
.sl-ic-box { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8 12 3 3 8l9 5 9-5z'/%3E%3Cpath d='M3 8v8l9 5 9-5V8'/%3E%3Cpath d='M12 13v8'/%3E%3C/svg%3E"); }
.sl-ic-remote { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='8' y='2' width='8' height='20' rx='4'/%3E%3Ccircle cx='12' cy='7' r='1.4'/%3E%3Cpath d='M12 12v.01M12 15.5v.01M12 19v.01'/%3E%3C/svg%3E"); }
.sl-ic-grid { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='6.5' height='6.5' rx='1.5'/%3E%3Crect x='13.5' y='4' width='6.5' height='6.5' rx='1.5'/%3E%3Crect x='4' y='13.5' width='6.5' height='6.5' rx='1.5'/%3E%3Crect x='13.5' y='13.5' width='6.5' height='6.5' rx='1.5'/%3E%3C/svg%3E"); }
.sl-ic-shield { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 4 6v6c0 4.5 3.2 8 8 9 4.8-1 8-4.5 8-9V6z'/%3E%3Cpath d='m8.5 12 2.5 2.5 4.5-5'/%3E%3C/svg%3E"); }
.sl-ic-check { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E"); }
.sl-ic-truck { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 6h11v10H2z'/%3E%3Cpath d='M13 9h4l3 3v4h-7'/%3E%3Ccircle cx='6.5' cy='17.5' r='1.7'/%3E%3Ccircle cx='16.5' cy='17.5' r='1.7'/%3E%3C/svg%3E"); }
.sl-ic-card { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M7 15h3'/%3E%3C/svg%3E"); }
.sl-ic-wrench { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5.4 5.2L3 17.8V21h3.2l6.3-6.3a4 4 0 0 0 5.2-5.4l-2.6 2.6-2.3-.5-.5-2.3z'/%3E%3C/svg%3E"); }
.sl-ic-tag { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12V4h8l10 10-8 8z'/%3E%3Ccircle cx='7.5' cy='8.5' r='1.3'/%3E%3C/svg%3E"); }
.sl-ic-star { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 2.7 5.6 6.1.9-4.4 4.3 1 6.1L12 17l-5.4 2.9 1-6.1L3.2 9.5l6.1-.9z'/%3E%3C/svg%3E"); }
.sl-ic-gift { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='8' width='18' height='4' rx='1'/%3E%3Cpath d='M5 12v8h14v-8M12 8v12'/%3E%3Cpath d='M12 8c-2.5 0-4-1-4-2.5S9.500 3 12 8zm0 0c2.500 0 4-1 4-2.500S14.500 3 12 8z'/%3E%3C/svg%3E"); }
.sl-ic-phone { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h4l2 5-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2z'/%3E%3C/svg%3E"); }
.sl-ic-calendar { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='15' rx='2'/%3E%3Cpath d='M4 10h16M9 3v4M15 3v4'/%3E%3C/svg%3E"); }
.sl-ic-home { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 12 4l9 7.5'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M10 20v-6h4v6'/%3E%3C/svg%3E"); }
.sl-ic-heart { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20.5s-7.5-4.6-9.3-9.3C1.5 8 3.2 4.8 6.4 4.8c2 0 3.4 1.1 4.2 2.5l1.4 2 1.4-2c.8-1.4 2.2-2.5 4.2-2.5 3.2 0 4.9 3.2 3.7 6.4-1.8 4.7-9.3 9.3-9.3 9.3z'/%3E%3C/svg%3E"); }
.sl-ic-user { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c0-4.2 3.6-7 8-7s8 2.8 8 7'/%3E%3C/svg%3E"); }
.sl-ic-cart { --sl-ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.5'/%3E%3Ccircle cx='18' cy='20' r='1.5'/%3E%3Cpath d='M2 3h3l2.6 12.2a1 1 0 0 0 1 .8h8.9a1 1 0 0 0 1-.8L20 7H6'/%3E%3C/svg%3E"); }
:root { --sl-chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 5 7 7-7 7'/%3E%3C/svg%3E"); }

.sl-main { padding-bottom: calc(var(--sl-bottomnav) + env(safe-area-inset-bottom)); }
@media (min-width: 768px) { .sl-main { padding-bottom: 0; } }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.sl-header {
	position: sticky;
	top: 0;
	z-index: 40;
	background: #fff;
	box-shadow: 0 1px 0 var(--sl-border);
}
.admin-bar .sl-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .sl-header { top: 46px; } }

.sl-topbar {
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--sl-navy);
	color: rgba(255, 255, 255, .9);
	font-size: .7rem;
	font-weight: 500;
	letter-spacing: .025em;
	text-align: center;
}
.sl-topbar p { margin: 0; }

.sl-mainbar {
	display: flex;
	align-items: center;
	gap: 12px;
	height: 60px;
	position: relative;
}

.sl-logo { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--sl-navy); flex: none; }
.sl-logo__mark { display: block; }
.sl-logo__img { display: block; width: auto; height: 44px; max-width: 200px; object-fit: contain; }
.sl-logo__text { display: flex; flex-direction: column; line-height: 1; }
.sl-logo__text b { font-size: 1.4rem; font-weight: 800; letter-spacing: -.03em; }
.sl-logo__text i { font-style: normal; color: var(--sl-magenta); }

.sl-search {
	display: none;
	flex: 1;
	max-width: 620px;
	margin-inline: auto;
	position: relative;
}
.sl-search input[type="search"] {
	width: 100%;
	height: 40px;
	padding: 0 46px 0 18px;
	border: 1px solid var(--sl-border);
	border-radius: 999px;
	background: var(--sl-soft);
	color: var(--sl-ink);
	font: inherit;
	font-size: .875rem;
	-webkit-appearance: none;
	appearance: none;
}
.sl-search input[type="search"]::placeholder { color: #8a97a6; }
.sl-search input[type="search"]:focus { background: #fff; border-color: var(--sl-navy); outline: none; box-shadow: 0 0 0 3px rgba(35, 78, 135, .12); }
.sl-search button {
	position: absolute; right: 4px; top: 4px;
	width: 32px; height: 32px;
	display: grid; place-items: center;
	border: 0; border-radius: 50%;
	background: var(--sl-navy); color: #fff; cursor: pointer;
}

.sl-actions { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.sl-iconbtn {
	position: relative;
	display: inline-flex; align-items: center; justify-content: center; gap: 6px;
	height: 40px; min-width: 40px; padding: 0 8px;
	border: 0; background: transparent; color: var(--sl-navy);
	border-radius: 999px; cursor: pointer; text-decoration: none;
}
.sl-iconbtn:hover { background: var(--sl-soft); color: var(--sl-navy); }
.sl-actions__label { display: none; font-size: .8125rem; font-weight: 600; }
.sl-account { display: none; }

.sl-cartcount {
	position: absolute; top: 3px; right: 1px;
	min-width: 17px; height: 17px; padding: 0 4px;
	display: grid; place-items: center;
	border-radius: 999px; background: var(--sl-cta); color: #fff;
	font-size: .65rem; font-weight: 700; line-height: 1;
}
.sl-cartcount.is-empty { display: none; }

/* mobile: search opens as a drawer under the bar */
.sl-header.is-searching .sl-search {
	display: flex;
	position: absolute; left: 0; right: 0; top: 100%;
	max-width: none; margin: 0;
	padding: 8px 16px 12px;
	background: #fff; border-bottom: 1px solid var(--sl-border);
	box-shadow: 0 8px 16px rgba(20, 55, 90, .08);
}
.sl-header.is-searching .sl-search button { right: 20px; top: 12px; }

@media (min-width: 768px) {
	.sl-search { display: block; }
	.sl-searchtoggle { display: none; }
	.sl-account { display: inline-flex; }
	.sl-actions__label { display: inline; }
	.sl-mainbar { gap: 24px; }
	.sl-logo__text b { font-size: 1.55rem; }
}

/* category bar */
.sl-catbar { background: var(--sl-magenta); }
.sl-catbar__list {
	list-style: none;
	margin: 0 auto;
	padding: 0 12px;
	max-width: 1280px;
	height: 60px;
	display: flex;
	align-items: center;
	gap: 4px;
	overflow-x: auto;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}
.sl-catbar__list::-webkit-scrollbar { display: none; }
.sl-catbar__list li { flex: none; }
.sl-catbar__list a {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	color: #fff; text-decoration: none;
	font-size: .8125rem; font-weight: 600; white-space: nowrap;
	transition: background .18s;
}
.sl-catbar__list a:hover { background: rgba(255, 255, 255, .16); color: #fff; }
.sl-catbar__list li[class*="sl-ic-"] > a::before {
	content: ""; flex: none; width: 17px; height: 17px;
	background: currentColor;
	-webkit-mask: var(--sl-ic) center / contain no-repeat; mask: var(--sl-ic) center / contain no-repeat;
}
@media (min-width: 768px) { .sl-catbar__list { justify-content: center; } }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

.sl-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 11px 22px;
	border-radius: 999px;
	font-size: .875rem; font-weight: 600; line-height: 1.2;
	text-decoration: none; border: 0; cursor: pointer;
	transition: background .18s, transform .18s;
}
.sl-btn--cta { background: var(--sl-cta); color: #fff; box-shadow: 0 6px 18px rgba(234, 88, 12, .32); }
.sl-btn--cta:hover { background: var(--sl-cta-dark); color: #fff; }
.sl-btn--navy { background: var(--sl-navy); color: #fff; }
.sl-btn--navy:hover { background: var(--sl-navy-deep); color: #fff; }

.sl-center { text-align: center; margin: 28px 0 0; }
.sl-textlink { color: var(--sl-ink); font-size: .875rem; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.sl-textlink:hover { color: var(--sl-cta); }

/* --------------------------------------------------------------------------
   Hero carousel
   -------------------------------------------------------------------------- */

.sl-hero { position: relative; background: var(--sl-navy-deep); }

.sl-hero__track {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}
.sl-hero__track::-webkit-scrollbar { display: none; }

.sl-slide {
	position: relative;
	flex: 0 0 100%;
	min-height: 560px;
	scroll-snap-align: start;
	overflow: hidden;
	color: #fff;
	display: flex;
	align-items: flex-end;
}
.sl-slide.is-tata { background: linear-gradient(160deg, #0a2a52 0%, #234e87 62%, #3a6db4 100%); }
.sl-slide.is-free { background: linear-gradient(160deg, #3b1049 0%, #7d1668 58%, #c2108b 100%); }

/* soft glow behind the artwork */
.sl-slide::before {
	content: ""; position: absolute; inset: 0;
	background: radial-gradient(60% 45% at 50% 28%, rgba(255, 255, 255, .16), transparent 70%);
}
/* legibility gradient behind the copy */
.sl-slide::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 62%;
	background: linear-gradient(180deg, transparent 0%, rgba(8, 26, 48, .78) 62%, rgba(8, 26, 48, .92) 100%);
}

figure.sl-slide__art {
	margin: 0;
	position: absolute; left: 50%; top: 0;
	width: min(88%, 430px);
	transform: translateX(-50%);
	pointer-events: none;
}
.sl-slide__art img { display: block; width: 100%; height: auto; filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .35)); }

.sl-slide__inner { position: relative; z-index: 2; padding-block: 0 44px; }
.sl-slide__copy { max-width: 560px; }

.sl-pill {
	display: inline-flex; flex-direction: column; gap: 2px;
	padding: 6px 12px 7px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .28);
	backdrop-filter: blur(4px);
}
.sl-pill strong { font-size: .75rem; font-weight: 800; letter-spacing: 0; line-height: 1.1; }
.sl-pill em { font-style: normal; font-size: .5625rem; font-weight: 800; letter-spacing: .16em; color: var(--sl-pink); line-height: 1.1; }

.sl-slide h2 {
	margin: 12px 0 0;
	color: #fff;
	font-size: 1.72rem;
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -.03em;
}
.sl-slide__pink { margin: 8px 0 0; color: var(--sl-pink); font-weight: 700; font-size: 1rem; }
.sl-slide__text { margin: 8px 0 18px; font-size: .9375rem; color: rgba(255, 255, 255, .92); }
.sl-slide .wp-block-button__link { box-shadow: 0 6px 18px rgba(234, 88, 12, .32); }

/* chevron after a button's text: add the class sl-btn-arrow to a Button block */
.sl-btn-arrow .wp-block-button__link { display: inline-flex; align-items: center; gap: 8px; }
.sl-btn-arrow .wp-block-button__link::after,
.sl-viewall a::after {
	content: ""; flex: none; width: 15px; height: 15px; background: currentColor;
	-webkit-mask: var(--sl-chev) center / contain no-repeat; mask: var(--sl-chev) center / contain no-repeat;
}
.sl-btn-navy .wp-block-button__link { background: var(--sl-navy); }
.sl-btn-navy .wp-block-button__link:hover { background: var(--sl-navy-deep); }

.sl-hero__arrow {
	display: none;
	position: absolute; top: 50%; transform: translateY(-50%);
	width: 36px; height: 36px; border-radius: 50%;
	place-items: center;
	border: 0; background: rgba(255, 255, 255, .92); color: var(--sl-navy);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2); cursor: pointer; z-index: 3;
}
.sl-hero__arrow--prev { left: 12px; }
.sl-hero__arrow--next { right: 12px; }

.sl-hero__dots {
	position: absolute; left: 0; right: 0; bottom: 14px;
	display: flex; justify-content: center; gap: 6px; z-index: 3;
}
.sl-hero__dots button {
	width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px;
	background: rgba(255, 255, 255, .5); cursor: pointer;
	transition: width .25s, background .25s;
}
.sl-hero__dots button[aria-selected="true"] { width: 26px; background: #fff; }

@media (min-width: 768px) {
	.sl-slide { min-height: 520px; align-items: center; }
	.sl-slide::after { display: none; }
	.sl-slide::before { background: radial-gradient(45% 60% at 74% 50%, rgba(255, 255, 255, .16), transparent 70%); }
	figure.sl-slide__art { left: auto; right: 5%; top: 50%; width: min(48%, 640px); transform: translateY(-50%); }
	.sl-slide__inner { padding-block: 0; }
	.sl-slide h2 { font-size: clamp(2.25rem, 4.2vw, 3rem); line-height: 1.08; margin-top: 16px; }
	.sl-slide__pink { font-size: 1.125rem; }
	.sl-slide__text { font-size: 1rem; margin-bottom: 26px; }
	.sl-hero__arrow { display: grid; }
}

/* --------------------------------------------------------------------------
   Trust strip
   -------------------------------------------------------------------------- */

.sl-trust { border-block: 1px solid var(--sl-border); background: #fff; }
.sl-trust__list {
	list-style: none; margin: 0 auto; padding-block: 14px;
	display: flex; gap: 22px;
	overflow-x: auto; scrollbar-width: none;
}
.sl-trust__list::-webkit-scrollbar { display: none; }
.sl-trust__list li {
	position: relative; flex: none; display: inline-flex; align-items: center; gap: 8px;
	font-size: .8125rem; font-weight: 600; color: var(--sl-ink); white-space: nowrap;
}
.sl-trust__list li::before {
	content: ""; flex: none; width: 32px; height: 32px; border-radius: 50%; background: #fdeaf6;
}
.sl-trust__list li[class*="sl-ic-"]::after {
	content: ""; position: absolute; left: 7px; top: 50%; width: 18px; height: 18px; margin-top: -9px;
	background: var(--sl-magenta);
	-webkit-mask: var(--sl-ic) center / contain no-repeat; mask: var(--sl-ic) center / contain no-repeat;
}
@media (min-width: 1024px) {
	.sl-trust { background: var(--sl-soft); }
	.sl-trust__list { justify-content: space-between; overflow: visible; padding-block: 18px; }
}

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */

.sl-section { padding-block: 40px; }
.sl-section--tight { padding-block: 32px; }
.sl-section--soft { background: linear-gradient(180deg, #eef3f9 0%, var(--sl-soft) 100%); }
.sl-section--navy { background: var(--sl-navy); color: #fff; }
@media (min-width: 640px) {
	.sl-section { padding-block: 56px; }
	.sl-section--tight { padding-block: 40px; }
}

.sl-sechead { text-align: center; margin-bottom: 26px; }
.sl-sechead--left { text-align: left; margin-bottom: 0; }
.sl-eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	margin: 0;
	color: var(--sl-magenta);
	font-size: .6875rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.sl-eyebrow::before { content: ""; display: block; width: 24px; height: 2px; background: var(--sl-magenta); }
.sl-sechead h2 {
	margin: 6px 0 0;
	color: var(--sl-navy);
	font-size: 1.5rem; font-weight: 800; letter-spacing: -.025em; line-height: 1.15;
}
.sl-sechead__sub { margin: 8px auto 0; max-width: 640px; color: var(--sl-muted); font-size: .875rem; }
.sl-sechead--left .sl-sechead__sub { margin-left: 0; }
.sl-sechead.is-dark h2 { color: #fff; }
.sl-sechead.is-dark .sl-sechead__sub { color: rgba(255, 255, 255, .8); }
@media (min-width: 640px) {
	.sl-sechead h2 { font-size: 1.875rem; }
	.sl-sechead__sub { font-size: .9375rem; }
	.sl-sechead { margin-bottom: 34px; }
}

/* service cards */
.sl-services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 768px) { .sl-services { grid-template-columns: repeat(4, 1fr); gap: 16px; } }

figure.sl-service {
	display: flex; flex-direction: column; align-items: center; margin: 0;
	padding: 12px 12px 16px;
	background: #fff; border: 1px solid var(--sl-border); border-radius: 20px;
	box-shadow: var(--sl-shadow);
	transition: transform .18s, box-shadow .18s;
}
figure.sl-service:hover { transform: translateY(-3px); box-shadow: var(--sl-shadow-hover); }
.sl-service > a { display: block; width: 100%; }
.sl-service img {
	display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain;
	border-radius: 14px; background: linear-gradient(180deg, #fff 0%, #f4f6f9 100%);
}
figure.sl-service figcaption.wp-element-caption { margin: 12px 0 0; font-size: .9375rem; font-weight: 700; text-align: center; }
.sl-service figcaption a { color: var(--sl-navy); text-decoration: none; }

/* grid header */
.sl-gridhead { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.sl-gridhead .sl-sechead h2 { font-size: 1.375rem; }
.sl-gridhead .sl-sechead__sub { display: block; }
@media (min-width: 640px) { .sl-gridhead .sl-sechead h2 { font-size: 1.75rem; } }
.sl-gridhead .sl-sechead { margin-bottom: 0; }
.sl-sechead.is-dark .sl-eyebrow { color: var(--sl-pink); }
.sl-sechead.is-dark .sl-eyebrow::before { background: var(--sl-pink); }
p.sl-viewall { flex: none; margin: 0 0 4px; }
.sl-viewall a {
	display: inline-flex; align-items: center; gap: 2px;
	color: var(--sl-cta); font-size: .875rem; font-weight: 600; text-decoration: none;
}
.sl-viewall a::after { width: 14px; height: 14px; }
.sl-viewall a:hover { color: var(--sl-cta-dark); }

/* --------------------------------------------------------------------------
   Product cards (homepage, shop, categories, search, wishlist)
   -------------------------------------------------------------------------- */

ul.products, .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0; padding: 0; list-style: none;
}
@media (min-width: 768px) { ul.products, .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; } }
@media (min-width: 1024px) { ul.products, .woocommerce ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
ul.products::before, ul.products::after { display: none !important; }

ul.products li.product.sl-card {
	position: relative;
	display: flex; flex-direction: column;
	width: auto !important; margin: 0 !important; float: none !important;
	padding: 10px 10px 14px;
	background: #fff; border-radius: 16px;
	box-shadow: var(--sl-shadow), var(--sl-ring);
	transition: transform .18s, box-shadow .18s;
}
ul.products li.product.sl-card:hover { transform: translateY(-3px); box-shadow: var(--sl-shadow-hover), var(--sl-ring); }
@media (min-width: 640px) { ul.products li.product.sl-card { padding: 12px 12px 16px; } }

ul.products li.product.sl-card a.woocommerce-LoopProduct-link {
	display: flex; flex-direction: column; flex: 1; text-decoration: none; color: inherit;
}
ul.products li.product.sl-card a img {
	display: block; width: 100%; height: auto; aspect-ratio: 1;
	object-fit: contain; margin: 0 0 12px; border-radius: 10px; background: #fff;
}

.sl-badge {
	position: absolute; top: 16px; left: 16px; z-index: 3;
	padding: 4px 9px; border-radius: 999px;
	background: var(--sl-cta); color: #fff;
	font-size: .65625rem; font-weight: 800; letter-spacing: .02em; line-height: 1.2;
}
.sl-heart {
	position: absolute; top: 14px; right: 14px; z-index: 3;
	width: 34px; height: 34px; display: grid; place-items: center;
	border: 0; border-radius: 50%; background: rgba(255, 255, 255, .95);
	box-shadow: 0 1px 6px rgba(20, 55, 90, .18); color: var(--sl-navy); cursor: pointer;
	transition: transform .15s;
}
.sl-heart:hover { transform: scale(1.08); }
.sl-heart.is-active { color: #e11d48; }
.sl-heart.is-active .sl-icon { fill: currentColor; }

.sl-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 22px; }
.sl-card__brand {
	font-size: .6875rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
	color: var(--sl-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sl-rate {
	display: inline-flex; align-items: center; gap: 3px; flex: none;
	padding: 2px 7px; border-radius: 8px;
	background: var(--sl-success); color: #fff;
	font-size: .6875rem; font-weight: 700; line-height: 1.4;
}
.sl-rate .sl-icon { fill: currentColor; stroke: none; }

ul.products li.product.sl-card .woocommerce-loop-product__title {
	margin: 4px 0 0; padding: 0;
	color: var(--sl-navy);
	font-size: .875rem; font-weight: 700; line-height: 1.35; letter-spacing: 0;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
	min-height: 2.7em;
}
@media (min-width: 640px) { ul.products li.product.sl-card .woocommerce-loop-product__title { font-size: .95rem; } }

.sl-priceRow {
	display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px;
	margin: 8px 0 0;
}
.sl-priceRow strong { color: var(--sl-navy); font-size: 1rem; font-weight: 800; }
.sl-priceRow del { color: var(--sl-muted); font-size: .8125rem; }
.sl-priceRow em { color: var(--sl-success); font-size: .75rem; font-weight: 600; font-style: normal; }

/* wishlist page */
.sl-wishlist__empty { padding: 40px 0; text-align: center; color: var(--sl-muted); }

/* --------------------------------------------------------------------------
   Comparison
   -------------------------------------------------------------------------- */

figure.sl-cmptable {
	margin: 0; overflow-x: auto;
	background: #fff; border-radius: 20px; box-shadow: var(--sl-shadow), var(--sl-ring);
}
.sl-cmptable table { width: 100%; min-width: 560px; border-collapse: collapse; text-align: left; font-size: .875rem; }
.wp-block-table.sl-cmptable thead { border: 0; }
.wp-block-table.sl-cmptable th, .wp-block-table.sl-cmptable td { border: 0; padding: 14px 20px; }
.wp-block-table.sl-cmptable thead th {
	padding-block: 18px; color: var(--sl-navy); font-size: .9375rem; font-weight: 800;
	border-bottom: 1px solid var(--sl-border);
}
.sl-cmptable tbody td { color: var(--sl-ink); }
.sl-cmptable tbody td:first-child { color: var(--sl-muted); font-weight: 600; width: 28%; }
.sl-cmptable tbody tr:first-child td:not(:first-child) { font-weight: 800; color: var(--sl-cta); }

/* --------------------------------------------------------------------------
   Customer voices
   -------------------------------------------------------------------------- */

.sl-voices-wrap { position: relative; }
.sl-voices {
	margin: 0; padding: 4px 0 8px;
	display: flex; gap: 14px;
	overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
}
.sl-voices::-webkit-scrollbar { display: none; }
.sl-voice {
	flex: 0 0 82%; scroll-snap-align: start;
	padding: 18px; border-radius: 16px;
	background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16);
}
@media (min-width: 640px) { .sl-voice { flex-basis: 300px; } }
.sl-voice__top { display: flex; align-items: center; gap: 12px; }
p.sl-voice__avatar {
	display: grid; place-items: center; flex: none; width: 40px; height: 40px; border-radius: 50%;
	background: var(--sl-magenta); color: #fff; font-weight: 800;
}
p.sl-voice__name { color: #fff; font-size: .875rem; font-weight: 700; line-height: 1.3; }
p.sl-voice__city { color: rgba(255, 255, 255, .7); font-size: .75rem; line-height: 1.3; }
p.sl-voice__stars { margin: 12px 0 8px; color: #fbbf24; font-size: .9rem; letter-spacing: 2px; line-height: 1; }
p.sl-voice__text { margin: 0; color: rgba(255, 255, 255, .92); font-size: .875rem; line-height: 1.6; }

.sl-voices__next {
	display: none;
	position: absolute; right: -8px; top: 50%; transform: translateY(-50%);
	width: 40px; height: 40px; border-radius: 50%; place-items: center;
	border: 0; background: #fff; color: var(--sl-navy); box-shadow: 0 4px 14px rgba(0, 0, 0, .25); cursor: pointer;
}
@media (min-width: 768px) { .sl-voices__next { display: grid; } }

/* --------------------------------------------------------------------------
   Price list
   -------------------------------------------------------------------------- */

.sl-pricelist { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
@media (min-width: 640px) { .sl-pricelist { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .sl-pricelist { grid-template-columns: repeat(3, 1fr); } }
.sl-pricelist li:empty { display: none; }
.sl-pricelist a {
	display: flex; align-items: center; justify-content: space-between; gap: 16px;
	padding: 18px 20px; background: #fff; border-radius: 16px;
	box-shadow: var(--sl-shadow), var(--sl-ring); text-decoration: none;
	transition: box-shadow .18s, transform .18s;
}
.sl-pricelist a:hover { box-shadow: var(--sl-shadow-hover), var(--sl-ring); transform: translateY(-2px); }
.sl-pricelist__name { color: var(--sl-navy); font-size: .875rem; font-weight: 600; }
.sl-pricelist__price { display: flex; flex-direction: column; align-items: flex-end; flex: none; line-height: 1.2; }
.sl-pricelist__price strong { color: var(--sl-cta); font-size: 1.25rem; font-weight: 800; }
.sl-pricelist__price del { color: var(--sl-muted); font-size: .75rem; }

p.sl-center a { color: var(--sl-ink); font-size: .875rem; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
p.sl-center a:hover { color: var(--sl-cta); }

/* --------------------------------------------------------------------------
   Steps, reasons, guides, FAQ
   -------------------------------------------------------------------------- */

/* step numbers are a CSS counter, so they follow the order of the blocks */
.sl-steps { margin: 0; display: grid; gap: 12px; counter-reset: sl-step; }
@media (min-width: 640px) { .sl-steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .sl-steps { grid-template-columns: repeat(4, 1fr); gap: 16px; } }
.sl-step { padding: 22px; background: #fff; border-radius: 20px; box-shadow: var(--sl-shadow), var(--sl-ring); counter-increment: sl-step; }
.sl-step::before {
	content: counter(sl-step);
	display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
	background: var(--sl-cta); color: #fff; font-weight: 800;
}
.sl-steps h3 { margin: 16px 0 0; color: var(--sl-navy); font-size: .9375rem; font-weight: 700; letter-spacing: 0; line-height: 1.3; }
.sl-steps p { margin: 6px 0 0; color: var(--sl-muted); font-size: .84375rem; }

.sl-whybox {
	padding: 24px; background: #fff; border-radius: 24px;
	box-shadow: var(--sl-shadow), var(--sl-ring);
}
@media (min-width: 768px) { .sl-whybox { padding: 40px; } }
.sl-why { margin: 26px 0 0; display: grid; gap: 20px; }
@media (min-width: 640px) { .sl-why { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .sl-why { grid-template-columns: repeat(4, 1fr); gap: 28px; } }
.sl-why__item { position: relative; min-height: 40px; padding-left: 52px; }
.sl-why__item::before {
	content: ""; position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%; background: #fdeaf6;
}
.sl-why__item[class*="sl-ic-"]::after {
	content: ""; position: absolute; left: 10px; top: 10px; width: 20px; height: 20px; background: var(--sl-magenta);
	-webkit-mask: var(--sl-ic) center / contain no-repeat; mask: var(--sl-ic) center / contain no-repeat;
}
.sl-why h3 { margin: 0; color: var(--sl-navy); font-size: .875rem; font-weight: 700; letter-spacing: 0; line-height: 1.3; }
.sl-why p { margin: 4px 0 0; color: var(--sl-muted); font-size: .8125rem; }

.sl-guides { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
@media (min-width: 640px) { .sl-guides { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .sl-guides { grid-template-columns: repeat(3, 1fr); } }
.sl-guides a {
	display: block; height: 100%; padding: 16px 20px; background: #fff; border-radius: 16px;
	box-shadow: var(--sl-shadow), var(--sl-ring); text-decoration: none;
	color: var(--sl-muted); font-size: .8125rem;
	transition: box-shadow .18s, transform .18s;
}
.sl-guides a:hover { box-shadow: var(--sl-shadow-hover), var(--sl-ring); transform: translateY(-2px); color: var(--sl-muted); }
.sl-guides strong { display: block; margin-bottom: 4px; color: var(--sl-navy); font-size: .9375rem; font-weight: 700; }

.sl-section--faq { padding-bottom: 48px; }
.sl-faq { display: grid; gap: 12px; }
.sl-faq details { margin: 0; background: #fff; border-radius: 16px; padding: 18px 20px; box-shadow: var(--sl-shadow), var(--sl-ring); }
.sl-faq summary {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	cursor: pointer; list-style: none; color: var(--sl-navy); font-size: .875rem; font-weight: 700;
}
.sl-faq summary::-webkit-details-marker { display: none; }
.sl-faq summary::after {
	content: ""; flex: none; width: 16px; height: 16px; background: var(--sl-muted); transition: transform .2s;
	-webkit-mask: var(--sl-chev) center / contain no-repeat; mask: var(--sl-chev) center / contain no-repeat;
}
.sl-faq details[open] summary::after { transform: rotate(90deg); }
.sl-faq details p { margin: 10px 0 0; color: var(--sl-muted); font-size: .875rem; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.sl-footer { margin-top: 8px; background: var(--sl-navy); color: rgba(255, 255, 255, .85); font-size: .875rem; }
@media (min-width: 640px) { .sl-footer { margin-top: 48px; } }
.sl-footer a { color: rgba(255, 255, 255, .85); text-decoration: none; }
.sl-footer a:hover { color: #fff; text-decoration: underline; }

.sl-footer__promises { border-bottom: 1px solid rgba(255, 255, 255, .12); }
.sl-promises { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 14px; padding-block: 18px; }
@media (min-width: 768px) { .sl-promises { grid-template-columns: repeat(4, 1fr); gap: 24px; padding-block: 22px; } }
.sl-promise { position: relative; min-height: 34px; padding-left: 44px; }
.sl-promise::before {
	content: ""; position: absolute; left: 0; top: 0; width: 34px; height: 34px; border-radius: 50%; background: rgba(255, 255, 255, .1);
}
.sl-promise[class*="sl-ic-"]::after {
	content: ""; position: absolute; left: 8px; top: 8px; width: 18px; height: 18px; background: var(--sl-pink);
	-webkit-mask: var(--sl-ic) center / contain no-repeat; mask: var(--sl-ic) center / contain no-repeat;
}
p.sl-promise__title { color: #fff; font-size: .8125rem; font-weight: 700; line-height: 1.3; }
p.sl-promise__text { margin-top: 2px; color: rgba(255, 255, 255, .72); font-size: .75rem; line-height: 1.4; }

.sl-footer__main { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 16px; padding-block: 28px; }
.sl-footer__brand { grid-column: 1 / -1; }
@media (min-width: 1024px) {
	.sl-footer__main { grid-template-columns: 1.8fr repeat(4, 1fr); gap: 32px; padding-block: 40px; }
	.sl-footer__brand { grid-column: auto; }
}
.sl-brandcard { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: #fff; border-radius: 16px; }
p.sl-brandcard__mark {
	display: grid; place-items: center; flex: none; width: 42px; height: 42px; border-radius: 12px;
	background: #0f2a44; color: #fff; font-weight: 800; font-size: 1.1rem;
}
p.sl-brandcard__name { color: var(--sl-navy); font-size: 1.05rem; font-weight: 800; line-height: 1.3; }
p.sl-brandcard__tag { color: #4b6da3; font-size: .75rem; line-height: 1.35; }
.sl-footer__mail { margin: 16px 0 0; }
.sl-footer__mail a { color: var(--sl-pink); font-weight: 600; }

/* Social Icons block: same round, translucent buttons for every network */
.sl-footer .wp-block-social-links.sl-social { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 0; padding: 0; font-size: 17px; }
.sl-footer .wp-block-social-links.sl-social .wp-social-link { margin: 0; border-radius: 50%; background: rgba(255, 255, 255, .1); color: #fff; }
.sl-footer .wp-block-social-links.sl-social .wp-social-link:hover { background: rgba(255, 255, 255, .2); transform: none; }
.sl-footer .wp-block-social-links.sl-social .wp-social-link a { display: grid; place-items: center; width: 38px; height: 38px; padding: 0; color: #fff; }
.sl-footer .wp-block-social-links.sl-social .wp-social-link svg { width: 17px; height: 17px; fill: currentColor; }

.sl-footer__col h3 { margin: 0 0 12px; color: #fff; font-size: .875rem; font-weight: 600; letter-spacing: 0; }
.sl-footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }

.sl-footer__about { border-top: 1px solid rgba(255, 255, 255, .12); }
.sl-footer__about p.sl-container { margin: 0 auto; padding-block: 16px; font-size: .75rem; color: rgba(255, 255, 255, .75); }

.sl-footer__legal { border-top: 1px solid rgba(255, 255, 255, .12); }
.sl-legal { display: grid; gap: 14px; padding-block: 18px; font-size: .75rem; color: rgba(255, 255, 255, .78); }
.sl-legal p { margin: 0 0 4px; }
.sl-legal strong { color: #fff; }
.sl-dim { color: rgba(255, 255, 255, .55); }
@media (min-width: 768px) {
	.sl-legal { grid-template-columns: 1fr auto; gap: 32px; }
	.sl-legal__right { text-align: right; }
}

/* floating call / WhatsApp */
.sl-float {
	position: fixed; right: 14px; z-index: 45;
	bottom: calc(var(--sl-bottomnav) + 14px + env(safe-area-inset-bottom));
	display: flex; flex-direction: column; gap: 12px;
}
.sl-float__btn {
	display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%;
	color: #fff; box-shadow: 0 6px 18px rgba(0, 0, 0, .28); transition: transform .15s;
}
.sl-float__btn:hover { transform: scale(1.06); color: #fff; }
.sl-float__call { background: #2b7de9; }
.sl-float__wa { background: #25d366; }
@media (min-width: 768px) { .sl-float { right: 22px; bottom: 24px; } }

/* mobile tab bar */
.sl-bottomnav {
	position: fixed; inset: auto 0 0 0; z-index: 44;
	display: grid; grid-template-columns: repeat(5, 1fr);
	height: calc(var(--sl-bottomnav) + env(safe-area-inset-bottom));
	padding-bottom: env(safe-area-inset-bottom);
	background: rgba(255, 255, 255, .95);
	backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
	border-top: 1px solid var(--sl-border);
	box-shadow: 0 -2px 16px rgba(20, 55, 90, .08);
}
.sl-bottomnav a {
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
	color: var(--sl-muted); text-decoration: none; font-size: .6875rem; font-weight: 600;
}
.sl-bottomnav a.is-active { color: var(--sl-cta); }
@media (min-width: 768px) { .sl-bottomnav { display: none; } }

/* --------------------------------------------------------------------------
   Inner pages
   -------------------------------------------------------------------------- */

.sl-pagehead { padding: 22px 16px 10px; }
.sl-pagehead h1 { margin: 0; color: var(--sl-navy); font-size: 1.625rem; font-weight: 800; letter-spacing: -.025em; }
.sl-pagehead .wp-block-term-description { margin: 8px 0 0; color: var(--sl-muted); font-size: .9375rem; max-width: 720px; }
@media (min-width: 640px) { .sl-pagehead { padding: 34px 24px 14px; } .sl-pagehead h1 { font-size: 2.125rem; } }

.sl-pagebody { padding: 8px 16px 48px; }
@media (min-width: 640px) { .sl-pagebody { padding: 12px 24px 64px; } }
.sl-pagebody h2 { font-size: 1.375rem; margin: 1.8em 0 .5em; }
.sl-pagebody h3 { font-size: 1.0625rem; margin: 1.5em 0 .4em; }
.sl-pagebody p, .sl-pagebody li { color: #2c4a62; }
.sl-pagebody a { color: var(--sl-navy); text-decoration: underline; text-underline-offset: 3px; }

.sl-shopbody { padding: 12px 16px 40px; }
@media (min-width: 640px) { .sl-shopbody { padding: 16px 24px 56px; } }

.woocommerce .woocommerce-breadcrumb { margin: 0 0 10px; color: var(--sl-muted); font-size: .75rem; }
.woocommerce .woocommerce-breadcrumb a { color: var(--sl-muted); }
.woocommerce .woocommerce-breadcrumb a:hover { color: var(--sl-cta); }

.woocommerce .woocommerce-result-count { margin: 0 0 16px; color: var(--sl-muted); font-size: .8125rem; }
.woocommerce .woocommerce-ordering { margin: 0 0 16px; }
.woocommerce .woocommerce-ordering select {
	padding: 9px 34px 9px 14px; border: 1px solid var(--sl-border); border-radius: 999px;
	background-color: #fff; color: var(--sl-ink); font: inherit; font-size: .8125rem;
}

/* pagination */
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; gap: 6px; justify-content: center; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	min-width: 38px; padding: 9px 12px; border-radius: 999px; color: var(--sl-navy); font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--sl-navy); color: #fff; }

/* --------------------------------------------------------------------------
   Product page
   -------------------------------------------------------------------------- */

.woocommerce div.product { padding-top: 6px; }
.woocommerce div.product div.images { margin-bottom: 20px; }
.woocommerce div.product div.images img { border-radius: 16px; background: #fff; }
.woocommerce div.product .flex-viewport { border-radius: 16px; box-shadow: var(--sl-shadow), var(--sl-ring); }

.woocommerce div.product .product_title { margin: 0 0 8px; color: var(--sl-navy); font-size: 1.5rem; font-weight: 800; letter-spacing: -.025em; line-height: 1.2; }
@media (min-width: 768px) { .woocommerce div.product .product_title { font-size: 1.875rem; } }

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: var(--sl-navy); font-size: 1.75rem; font-weight: 800; line-height: 1.2;
}
.woocommerce div.product p.price ins { text-decoration: none; }
.woocommerce div.product p.price del { color: var(--sl-muted); font-size: .6em; font-weight: 500; opacity: 1; }

.woocommerce span.onsale {
	top: 14px; left: 14px; right: auto; min-width: 0; min-height: 0; margin: 0;
	padding: 5px 11px; border-radius: 999px; line-height: 1.2;
	background: var(--sl-cta); color: #fff; font-size: .75rem; font-weight: 800;
}

.woocommerce div.product .woocommerce-product-details__short-description { color: var(--sl-muted); margin: 12px 0; }

.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin: 20px 0; }
.woocommerce .quantity .qty {
	width: 5rem; padding: .7em .5em; border: 1px solid var(--sl-border); border-radius: 999px;
	text-align: center; font-weight: 600;
}

.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 {
	padding: .8em 1.7em; border-radius: 999px; background: var(--sl-cta); color: #fff;
	font-size: .9375rem; font-weight: 700; line-height: 1.3; transition: background .18s;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background: var(--sl-cta-dark); color: #fff; }
.woocommerce div.product form.cart .single_add_to_cart_button { flex: 1 1 220px; box-shadow: 0 6px 18px rgba(234, 88, 12, .28); }

.skylink-stock-urgency {
	display: inline-block; margin: 6px 0; padding: 5px 12px; border-radius: 999px;
	background: rgba(234, 88, 12, .1); color: var(--sl-cta-dark); font-size: .75rem; font-weight: 700;
}
.skylink-reassurance { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 8px; color: var(--sl-muted); font-size: .875rem; }
.skylink-reassurance li { position: relative; padding-left: 1.7em; }
.skylink-reassurance li::before {
	content: ""; position: absolute; left: 0; top: .28em; width: 1.05em; height: 1.05em; border-radius: 50%;
	background: var(--sl-success);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / 76% no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / 76% no-repeat;
}

.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; margin: 0 0 20px; border-bottom: 1px solid var(--sl-border); display: flex; gap: 4px; flex-wrap: wrap; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: transparent; border: 0; border-radius: 0; margin: 0; padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { display: block; padding: 12px 16px; color: var(--sl-muted); font-size: .875rem; font-weight: 700; border-bottom: 2px solid transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--sl-navy); border-bottom-color: var(--sl-cta); }

.woocommerce table.shop_attributes { border: 1px solid var(--sl-border); border-radius: 12px; border-collapse: separate; border-spacing: 0; overflow: hidden; }
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td { border: 0; border-bottom: 1px solid var(--sl-border); padding: 12px 16px; font-size: .875rem; background: transparent !important; font-style: normal; }
.woocommerce table.shop_attributes th { width: 34%; color: var(--sl-navy); background: var(--sl-soft) !important; }
.woocommerce table.shop_attributes tr:last-child th, .woocommerce table.shop_attributes tr:last-child td { border-bottom: 0; }
.woocommerce table.shop_attributes td p { margin: 0; }

.woocommerce div.product .related > h2, .woocommerce div.product .upsells > h2 { font-size: 1.375rem; margin: 0 0 16px; }

/* PIN-code widget (companion plugin) */
.skylink-pincode { margin: 16px 0; padding: 16px; border: 1px solid var(--sl-border); border-radius: 16px; background: var(--sl-soft); }
.skylink-pincode__label { display: block; margin-bottom: 10px; color: var(--sl-navy); font-size: .875rem; font-weight: 700; }
.skylink-pincode__row { display: flex; gap: 8px; flex-wrap: wrap; }
.skylink-pincode__row input { flex: 1 1 10rem; padding: .7em 1em; border: 1px solid var(--sl-border); border-radius: 999px; font-size: .875rem; background: #fff; }
.skylink-pincode__row button { padding: .7em 1.4em; border: 0; border-radius: 999px; background: var(--sl-navy); color: #fff; font-weight: 700; font-size: .875rem; cursor: pointer; }
.skylink-pincode__row button:hover { background: var(--sl-navy-deep); }
.skylink-pincode__result { margin: 10px 0 0; min-height: 1.2em; font-size: .875rem; font-weight: 600; }
.skylink-pincode__result.is-ok { color: var(--sl-success); }
.skylink-pincode__result.is-no { color: #b4321f; }
.skylink-pincode__result.is-err { color: var(--sl-muted); }

/* --------------------------------------------------------------------------
   Cart, checkout, account, notices
   -------------------------------------------------------------------------- */

.woocommerce-message, .woocommerce-info, .woocommerce-error {
	border-top: 0; border-left: 3px solid var(--sl-success); background: var(--sl-soft);
	border-radius: 12px; font-size: .875rem; padding: 1rem 1.2rem;
}
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before { display: none; }
.woocommerce-error { border-left-color: #d63638; }
.woocommerce-info { border-left-color: var(--sl-navy); }

.woocommerce table.shop_table { border-radius: 12px; border-color: var(--sl-border); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
	padding: .75em 1em; border: 1px solid var(--sl-border); border-radius: 12px; font-size: .9375rem; background: #fff;
}
.woocommerce form .form-row label { margin-bottom: .3rem; font-size: .875rem; font-weight: 600; }

.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 4px; }
.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: block; padding: .65rem .9rem; border-radius: 12px; color: var(--sl-muted); font-size: .875rem; font-weight: 600; text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover { background: var(--sl-soft); color: var(--sl-navy); }

.wc-block-components-button:not(.is-link) { border-radius: 999px; background: var(--sl-cta); color: #fff; }

/* --------------------------------------------------------------------------
   Blog
   -------------------------------------------------------------------------- */

.wp-block-post-title a { color: var(--sl-navy); }
.wp-block-query .is-style-card { height: 100%; }

/* Legacy WooCommerce archive header (breadcrumb, title, description) */
.woocommerce-products-header { margin: 0 0 8px; }
.woocommerce-products-header__title.page-title { margin: 0; color: var(--sl-navy); font-size: 1.625rem; font-weight: 800; letter-spacing: -.025em; }
@media (min-width: 640px) { .woocommerce-products-header__title.page-title { font-size: 2.125rem; } }
.woocommerce-products-header .term-description p { margin: 8px 0 0; color: var(--sl-muted); font-size: .9375rem; max-width: 720px; }
.woocommerce-products-header + .woocommerce-notices-wrapper + p.woocommerce-result-count, .woocommerce .woocommerce-result-count { float: left; }
.woocommerce .woocommerce-ordering { float: right; }
ul.products { clear: both; }
.woocommerce .star-rating { color: #f5a623; }
.woocommerce .star-rating::before { color: rgba(8, 56, 90, .18); }
