/* WowSmile: brand layer on top of Blocksy */

@font-face { font-family: 'Outfit'; font-style: normal; font-display: swap; font-weight: 100 900; src: url(fonts/outfit-latin-ext-wght-normal.woff2) format('woff2-variations'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Outfit'; font-style: normal; font-display: swap; font-weight: 100 900; src: url(fonts/outfit-latin-wght-normal.woff2) format('woff2-variations'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'DM Sans'; font-style: normal; font-display: swap; font-weight: 100 1000; src: url(fonts/dm-sans-latin-ext-wght-normal.woff2) format('woff2-variations'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'DM Sans'; font-style: normal; font-display: swap; font-weight: 100 1000; src: url(fonts/dm-sans-latin-wght-normal.woff2) format('woff2-variations'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
	--ws-bg: #ffffff;
	--ws-surface: #f1f6fa;
	--ws-surface-2: #e1ecf5;
	--ws-ink: #16202a;
	--ws-ink-soft: #4b5866;
	--ws-line: #d8e2eb;
	--ws-accent: #005f9a;
	--ws-accent-dark: #004674;
	--ws-success: #1f8a5b;
	--ws-star: #f2b01e;
	--ws-r: 14px;
	--ws-r-sm: 8px;
	--ws-font-h: 'Outfit', 'Helvetica Neue', Arial, sans-serif;
	--ws-font-b: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
	--ws-shadow: 0 14px 40px rgba(0, 70, 116, .12);
	--theme-font-family: var(--ws-font-b);
}

body { font-family: var(--ws-font-b); color: var(--ws-ink-soft); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6, .product_title, .ws-sticky__txt strong { font-family: var(--ws-font-h); color: var(--ws-ink); letter-spacing: -.01em; line-height: 1.12; }

/* Buttons */
.button, button.button, .single_add_to_cart_button, .wc-block-components-button, .checkout-button, #place_order, .ct-button, .ws-sticky__btn {
	font-family: var(--ws-font-h) !important;
	font-weight: 600 !important;
	border-radius: 999px !important;
	letter-spacing: .01em;
}

/* ---------- Top bar ---------- */
.ws-topbar { background: var(--ws-ink); color: #fff; font-size: 13px; font-weight: 500; }
.ws-topbar__track { max-width: 1200px; margin: 0 auto; padding: 9px 16px; display: flex; justify-content: center; gap: 40px; text-align: center; }
@media (max-width: 767px) {
	.ws-topbar__track { display: grid; }
	.ws-topbar__track span { grid-area: 1 / 1; opacity: 0; transition: opacity .4s ease; }
	.ws-topbar__track span.is-on, .ws-topbar__track span:only-child { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) { .ws-topbar__track span { transition: none; } }

/* ---------- Product summary ---------- */
.single-product .summary .product_title { font-size: clamp(28px, 3.2vw, 40px); font-weight: 700; margin-bottom: 10px; }
.ws-badge { display: inline-block; margin-bottom: 12px; padding: 5px 12px; border-radius: 999px; background: var(--ws-surface-2); color: var(--ws-accent); font: 600 12px/1.2 var(--ws-font-h); letter-spacing: .06em; text-transform: uppercase; }
.single-product .summary .price { font-family: var(--ws-font-h); font-weight: 700; color: var(--ws-ink); font-size: 26px; }
.single-product .summary .price del { color: var(--ws-ink-soft); font-weight: 400; font-size: .7em; }
.single-product .star-rating { color: var(--ws-star); }

.ws-bullets { list-style: none; margin: 16px 0 22px; padding: 0; display: grid; gap: 9px; }
.ws-bullets li { position: relative; padding-left: 30px; color: var(--ws-ink); font-size: 16px; line-height: 1.45; }
.ws-bullets li::before, .ws-ticks li::before {
	content: ''; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%;
	background: var(--ws-surface-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M6 10.5l2.6 2.6L14.2 7.4' fill='none' stroke='%23005f9a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/20px no-repeat;
}

/* Variation buttons */
.single-product .variations { margin-bottom: 18px; border: 0; }
.single-product .variations th, .single-product .variations td { display: block; padding: 0; border: 0; text-align: left; }
.single-product .variations th label { font: 600 14px var(--ws-font-h); color: var(--ws-ink); margin-bottom: 8px; display: block; }
.ws-hidden-select { position: absolute !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none; }
.ws-swatches { display: flex; flex-wrap: wrap; gap: 8px; }
.ws-swatch { padding: 10px 18px; border: 1.5px solid var(--ws-line); background: #fff; color: var(--ws-ink); border-radius: 999px; font: 500 14px var(--ws-font-b); cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.ws-swatch:hover { border-color: var(--ws-accent); }
.ws-swatch.is-on { border-color: var(--ws-accent); background: var(--ws-surface); color: var(--ws-accent); font-weight: 700; }
.ws-swatch:focus-visible { outline: 2px solid var(--ws-accent); outline-offset: 2px; }
.single-product .woocommerce-variation-price { display: none; }

/* Quantity offers */
.ws-offers { border: 0; margin: 0 0 16px; padding: 0; display: grid; gap: 10px; width: 100%; }
.ws-offers legend { font: 600 14px var(--ws-font-h); color: var(--ws-ink); margin-bottom: 8px; padding: 0; }
.ws-offer { position: relative; display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 14px; padding: 16px 18px; border: 1.5px solid var(--ws-line); border-radius: var(--ws-r); background: #fff; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.ws-offer:hover { border-color: #9cbad3; }
.ws-offer input { position: absolute; opacity: 0; pointer-events: none; }
.ws-offer__radio { width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--ws-line); background: #fff; transition: border .2s ease; }
.ws-offer.is-selected { border-color: var(--ws-accent); background: var(--ws-surface); box-shadow: var(--ws-shadow); }
.ws-offer.is-selected .ws-offer__radio { border: 7px solid var(--ws-accent); }
.ws-offer input:focus-visible + .ws-offer__radio { outline: 2px solid var(--ws-accent); outline-offset: 3px; }
.ws-offer__main strong { display: block; font: 600 16px/1.2 var(--ws-font-h); color: var(--ws-ink); }
.ws-offer__main small { display: block; margin-top: 3px; font-size: 13px; color: var(--ws-ink-soft); }
.ws-offer__main em { font-style: normal; font-weight: 700; color: var(--ws-success); }
.ws-offer__price { text-align: right; line-height: 1.15; }
.ws-offer__price b { display: block; font: 700 18px var(--ws-font-h); color: var(--ws-ink); }
.ws-offer__price s { font-size: 13px; color: var(--ws-ink-soft); }
.ws-offer__tag { position: absolute; top: -10px; right: 16px; padding: 3px 10px; border-radius: 999px; background: var(--ws-accent); color: #fff; font: 600 11px/1.3 var(--ws-font-h); letter-spacing: .04em; text-transform: uppercase; }
.ws-has-offers .quantity { display: none !important; }

/* Add to cart */
.single-product form.cart { flex-wrap: wrap; }
.single-product form.cart .single_add_to_cart_button { flex: 1 1 100%; min-height: 56px; font-size: 17px !important; background: var(--ws-accent) !important; border-color: var(--ws-accent) !important; }
.single-product form.cart .single_add_to_cart_button:hover { background: var(--ws-accent-dark) !important; }
.single-product .woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; gap: 10px; width: 100%; }

/* Trust row */
.ws-trust { list-style: none; margin: 18px 0 0; padding: 16px 0 0; border-top: 1px solid var(--ws-line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ws-trust li { display: flex; gap: 10px; align-items: flex-start; }
.ws-trust svg { flex: 0 0 26px; width: 26px; height: 26px; color: var(--ws-accent); }
.ws-trust strong { display: block; font: 600 13px/1.25 var(--ws-font-h); color: var(--ws-ink); }
.ws-trust small { display: block; font-size: 12px; line-height: 1.35; color: var(--ws-ink-soft); margin-top: 2px; }
@media (max-width: 480px) { .ws-trust { grid-template-columns: 1fr; } }

/* ---------- Long-form sections ---------- */
.ws-details { grid-column: 1 / -1; width: 100%; margin-top: 56px; }
.single-product .product_meta { display: none; }
.ws-sec { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 64px 0; border-top: 1px solid var(--ws-line); }
.ws-sec:first-child { border-top: 0; padding-top: 16px; }
.ws-sec h2 { font-size: clamp(26px, 3vw, 38px); font-weight: 700; margin: 0 0 18px; }
.ws-sec p { font-size: 17px; line-height: 1.7; max-width: 62ch; }

.ws-split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.ws-split.ws-rev .ws-media { order: 2; }
.ws-media { border-radius: 20px; overflow: hidden; background: var(--ws-surface); aspect-ratio: 5 / 4; }
.ws-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ws-media--ph { display: grid; place-items: center; color: var(--ws-accent); background: linear-gradient(135deg, var(--ws-surface) 0%, var(--ws-surface-2) 100%); }
.ws-media--ph svg { width: 34%; opacity: .5; }
.ws-ticks { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 11px; }
.ws-ticks li { position: relative; padding-left: 30px; color: var(--ws-ink); font-weight: 500; }

.ws-band { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0; padding: 0; border: 0; background: var(--ws-accent); border-radius: 20px; overflow: hidden; }
.ws-stat { padding: 34px 24px; text-align: center; color: #d6e6f2; border-left: 1px solid rgba(255, 255, 255, .14); }
.ws-stat:first-child { border-left: 0; }
.ws-stat strong { display: block; font: 700 clamp(32px, 4vw, 46px)/1 var(--ws-font-h); color: #fff; margin-bottom: 8px; }
.ws-stat span { font-size: 14px; }
.ws-sec.ws-band + .ws-sec { border-top: 0; }

.ws-compare table { width: 100%; max-width: 820px; border-collapse: separate; border-spacing: 0; border: 1px solid var(--ws-line); border-radius: var(--ws-r); overflow: hidden; font-size: 15px; }
.ws-compare th, .ws-compare td { padding: 16px 18px; border-bottom: 1px solid var(--ws-line); text-align: left; color: var(--ws-ink); }
.ws-compare tr:last-child td { border-bottom: 0; }
.ws-compare thead th { font: 600 15px var(--ws-font-h); background: var(--ws-surface); }
.ws-compare th:nth-child(2), .ws-compare td:nth-child(2) { background: var(--ws-surface); color: var(--ws-accent); font-weight: 600; }
.ws-compare thead th:nth-child(2) { background: var(--ws-accent); color: #fff; }
.ws-compare td.y::before { content: '✓ '; color: var(--ws-success); font-weight: 700; }
.ws-compare td.n::before { content: '✕ '; color: #b0443a; font-weight: 700; }

.ws-steps ol { list-style: none; counter-reset: s; margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 28px; }
.ws-steps li { counter-increment: s; position: relative; padding-top: 56px; }
.ws-steps li::before { content: counter(s); position: absolute; top: 0; left: 0; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--ws-surface-2); color: var(--ws-accent); font: 700 17px var(--ws-font-h); }
.ws-steps li strong { display: block; font: 600 17px/1.3 var(--ws-font-h); color: var(--ws-ink); margin-bottom: 6px; }
.ws-steps li span { font-size: 15px; line-height: 1.6; }
.ws-note { margin-top: 28px; padding: 16px 20px; border-left: 3px solid var(--ws-accent); background: var(--ws-surface); border-radius: 0 var(--ws-r-sm) var(--ws-r-sm) 0; font-size: 15px !important; color: var(--ws-ink); max-width: none !important; }

.ws-mode-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 10px; }
.ws-mode-grid div { padding: 22px 18px; border-radius: var(--ws-r); background: var(--ws-surface); }
.ws-mode-grid div:first-child { background: var(--ws-accent); }
.ws-mode-grid div:first-child strong, .ws-mode-grid div:first-child span { color: #fff; }
.ws-mode-grid strong { display: block; font: 600 17px var(--ws-font-h); color: var(--ws-ink); margin-bottom: 6px; }
.ws-mode-grid span { font-size: 14px; line-height: 1.5; }

.ws-duo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 10px; }
.ws-duo-grid > div { padding: 30px; border-radius: 20px; border: 1px solid var(--ws-line); }
.ws-duo-grid > div + div { background: var(--ws-ink); border-color: var(--ws-ink); }
.ws-duo-grid > div + div strong, .ws-duo-grid > div + div p { color: #fff; }
.ws-duo-grid strong { display: block; font: 700 20px var(--ws-font-h); color: var(--ws-ink); margin-bottom: 10px; }
.ws-duo-grid p { font-size: 15px !important; margin: 0; }

.ws-box .ws-ticks { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); padding: 26px; background: var(--ws-surface); border-radius: var(--ws-r); }

.ws-video__frame { position: relative; aspect-ratio: 16 / 9; border-radius: 20px; overflow: hidden; background: var(--ws-ink); max-width: 960px; }
.ws-video__frame iframe, .ws-video__frame video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }

.ws-guarantee { display: grid; grid-template-columns: 88px 1fr; gap: 28px; align-items: center; padding: 40px; margin: 40px auto; border: 0; border-radius: 20px; background: var(--ws-surface); }
.ws-guarantee__seal { width: 88px; height: 88px; border-radius: 50%; background: #fff; color: var(--ws-accent); display: grid; place-items: center; box-shadow: var(--ws-shadow); }
.ws-guarantee__seal svg { width: 46px; height: 46px; }
.ws-guarantee h2 { font-size: clamp(22px, 2.4vw, 28px); margin-bottom: 8px; }
.ws-guarantee p { margin: 0; }
.ws-sec.ws-guarantee + .ws-sec { border-top: 0; }

.ws-faq { max-width: 820px; }
.ws-faq details { border-bottom: 1px solid var(--ws-line); }
.ws-faq summary { list-style: none; cursor: pointer; padding: 20px 40px 20px 0; position: relative; font: 600 17px/1.4 var(--ws-font-h); color: var(--ws-ink); }
.ws-faq summary::-webkit-details-marker { display: none; }
.ws-faq summary::after { content: ''; position: absolute; right: 6px; top: 50%; width: 12px; height: 12px; margin-top: -8px; border-right: 2px solid var(--ws-accent); border-bottom: 2px solid var(--ws-accent); transform: rotate(45deg); transition: transform .2s ease; }
.ws-faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.ws-faq details p { margin: 0 0 20px; font-size: 16px; }

/* Tabs (reviews, specs) and upsells */
.single-product .woocommerce-tabs { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.single-product .upsells > h2 { text-align: left; font-size: clamp(24px, 2.6vw, 32px); }

@media (max-width: 999px) {
	.ws-split { grid-template-columns: 1fr; gap: 28px; }
	.ws-split.ws-rev .ws-media { order: 0; }
	.ws-mode-grid { grid-template-columns: repeat(2, 1fr); }
	.ws-mode-grid div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 689px) {
	.ws-details { margin-top: 32px; }
	.ws-sec { padding: 44px 0; }
	.ws-band { grid-template-columns: 1fr 1fr; }
	.ws-band:has(> .ws-stat:nth-child(3):last-child) { grid-template-columns: repeat(3, 1fr); }
	.ws-stat { border: 0 !important; padding: 24px 8px; }
	.ws-stat strong { font-size: 28px; }
	.ws-stat span { font-size: 12px; }
	.ws-duo-grid { grid-template-columns: 1fr; }
	.ws-guarantee { grid-template-columns: 1fr; padding: 28px; text-align: left; }
	.ws-guarantee__seal { width: 64px; height: 64px; }
	.ws-compare th, .ws-compare td { padding: 12px 10px; font-size: 14px; }
}

/* ---------- Sticky add-to-cart ---------- */
.ws-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: rgba(255, 255, 255, .97); border-top: 1px solid var(--ws-line); box-shadow: 0 -8px 30px rgba(0, 70, 116, .1); transform: translateY(110%); transition: transform .25s ease; }
.ws-sticky.is-on { transform: none; }
.ws-sticky__in { max-width: 1200px; margin: 0 auto; padding: 10px 16px; display: flex; align-items: center; gap: 14px; }
.ws-sticky__img img { width: 48px; height: 48px; object-fit: cover; border-radius: var(--ws-r-sm); display: block; }
.ws-sticky__txt { flex: 1; min-width: 0; }
.ws-sticky__txt strong { display: block; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ws-sticky__txt span { font-size: 14px; color: var(--ws-ink); }
.ws-sticky__btn { border: 0; background: var(--ws-accent); color: #fff; padding: 14px 30px; font-size: 16px; cursor: pointer; }
.ws-sticky__btn:hover { background: var(--ws-accent-dark); }
@media (max-width: 689px) {
	.ws-sticky__img, .ws-sticky__txt strong { display: none; }
	.ws-sticky__txt span { font: 700 17px var(--ws-font-h); }
	.ws-sticky__btn { flex: 1.4; }
}
@media (prefers-reduced-motion: reduce) { .ws-sticky { transition: none; } }

/* Header logo size */
.site-logo-container { --logo-max-height: 40px !important; }
@media (max-width: 689px) { .site-logo-container { --logo-max-height: 32px !important; } }

/* Footer on dark ground */
.ct-footer h1, .ct-footer h2, .ct-footer h3, .ct-footer h4, .ct-footer h5, .ct-footer h6 { color: #fff; font-size: 16px; letter-spacing: 0; }
.ct-footer, .ct-footer p { color: #aab6c3; }
.ct-footer a { color: #d6e6f2; text-decoration: none; }
.ct-footer a:hover { color: #fff; }
