﻿/*!
 * EcoDentalCare WooCommerce — main stylesheet
 * Source: assets/scss/main.scss
 * Compile: npx sass assets/scss/main.scss assets/css/main.css --style compressed
 *
 * Note: uses @import (not @use) so shared @extend targets resolve across partials.
 */*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--edc-font-body, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);font-size:clamp(1rem,.3vw + .95rem,1.125rem);font-weight:400;line-height:1.7;color:var(--edc-color-text, var(--edc-color-text, #132b30));background:var(--edc-color-background, var(--edc-color-white, #ffffff));-webkit-font-smoothing:antialiased}h1,h2,h3,h4,.edc-section-title,.section-title,.related.products>h2,.upsells.products>h2{font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);color:var(--edc-color-deep-teal, #06363d);letter-spacing:-0.02em}h1{font-size:clamp(2.25rem,5vw,4.5rem);line-height:1.08;font-weight:800}h2,.edc-section-title,.section-title,.related.products>h2,.upsells.products>h2{font-size:clamp(1.75rem,3vw,3rem);line-height:1.15;font-weight:700}h3{font-size:clamp(1.2rem,2vw,1.5rem);line-height:1.25;font-weight:700}img{max-width:100%;height:auto;display:block}a{color:var(--edc-color-primary, var(--edc-color-primary, #009ea6));text-decoration:none;transition:color var(--edc-transition-standard, 250ms ease)}a:hover,a:focus-visible{color:var(--edc-color-primary-dark, var(--edc-color-primary-dark, #007b83))}:focus-visible{outline:2px solid var(--edc-color-primary, var(--edc-color-primary, #009ea6));outline-offset:2px}.container{width:min(100% - 2rem,var(--edc-container-width, 75rem));margin-inline:auto}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background:var(--edc-color-white, #ffffff);clip:auto !important;clip-path:none;color:var(--edc-color-deep-teal, #06363d);display:block;font-size:.875rem;font-weight:600;height:auto;left:.5rem;line-height:normal;padding:.75rem 1rem;text-decoration:none;top:.5rem;width:auto;z-index:100000}.section-title,.related.products>h2,.upsells.products>h2{font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-weight:700;letter-spacing:-0.01em;font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.2;margin:0 0 .5rem;color:var(--edc-color-text, var(--edc-color-text, #132b30))}.section-eyebrow{display:block;font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--edc-color-primary, #009ea6);margin-bottom:.35rem}.section-eyebrow--light{color:rgba(var(--edc-color-white, #ffffff), 0.85)}.section-header{margin-bottom:2rem}.section-header--center{text-align:center}.section-cta{text-align:center;margin-top:2rem}.btn,.single-product-summary .single_add_to_cart_button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--edc-font-body, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);font-weight:600;letter-spacing:.01em;border:2px solid rgba(0,0,0,0);border-radius:var(--edc-radius-medium, 0.75rem);padding:.75rem 1.5rem;min-height:44px;font-size:1rem;cursor:pointer;transition:background var(--edc-transition-standard, 250ms ease),color var(--edc-transition-standard, 250ms ease),border-color var(--edc-transition-standard, 250ms ease),transform var(--edc-transition-standard, 250ms ease)}.btn--primary,.single-product-summary .single_add_to_cart_button{background:var(--edc-color-primary, var(--edc-color-primary, #009ea6));color:var(--edc-color-white, var(--edc-color-white, #ffffff));border-color:var(--edc-color-primary, var(--edc-color-primary, #009ea6))}.btn--primary:hover,.single-product-summary .single_add_to_cart_button:hover,.btn--primary:focus-visible,.single-product-summary .single_add_to_cart_button:focus-visible{background:var(--edc-color-primary-dark, var(--edc-color-primary-dark, #007b83));border-color:var(--edc-color-primary-dark, var(--edc-color-primary-dark, #007b83));color:var(--edc-color-white, var(--edc-color-white, #ffffff))}.btn--outline{background:rgba(0,0,0,0);color:var(--edc-color-deep-teal, #06363d);border-color:var(--edc-color-deep-teal, #06363d)}.btn--outline:hover{background:var(--edc-color-deep-teal, #06363d);color:var(--edc-color-white, #ffffff)}.btn--ghost{background:rgba(0,0,0,0);color:var(--edc-color-white, #ffffff);border-color:rgba(var(--edc-color-white, #ffffff), 0.6)}.btn--ghost:hover{background:var(--edc-color-white, #ffffff);color:var(--edc-color-deep-teal, #06363d)}.btn--lg,.single-product-summary .single_add_to_cart_button{padding:1rem 2rem;font-size:1rem}.btn--sm{padding:.5rem 1rem;font-size:.8rem}.edc-search-results__empty{padding:1rem 0}.edc-page-title{margin:0}@media(max-width: 991px){.edc-u-hidden-mobile{display:none !important}}@media(min-width: 992px){.edc-u-hidden-desktop{display:none !important}}@media(prefers-reduced-motion: reduce){html{scroll-behavior:auto}}.btn,.single-product-summary .single_add_to_cart_button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:3rem;padding:.75rem 1.35rem;border-radius:var(--edc-radius-medium, var(--edc-radius-medium, 0.75rem));border:1px solid rgba(0,0,0,0);font-family:var(--edc-font-body, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);font-size:.9375rem;font-weight:700;line-height:1.2;text-decoration:none;text-transform:none;font-style:normal;cursor:pointer;transition:background var(--edc-transition-standard, 250ms ease),color var(--edc-transition-standard, 250ms ease),border-color var(--edc-transition-standard, 250ms ease),box-shadow var(--edc-transition-standard, 250ms ease),transform var(--edc-transition-standard, 250ms ease)}.btn--primary,.single-product-summary .single_add_to_cart_button{background:var(--edc-color-primary, #009ea6);color:var(--edc-color-white, #ffffff)}.btn--primary:hover,.single-product-summary .single_add_to_cart_button:hover,.btn--primary:focus-visible,.single-product-summary .single_add_to_cart_button:focus-visible{background:var(--edc-color-primary-dark, #007b83);color:var(--edc-color-white, #ffffff);box-shadow:var(--edc-shadow-small, 0 0.125rem 0.5rem rgba(6, 54, 61, 0.08))}.btn--secondary,.btn--outline{background:var(--edc-color-white, #ffffff);color:var(--edc-color-primary-dark, #007b83);border-color:var(--edc-color-primary, #009ea6)}.btn--secondary:hover,.btn--secondary:focus-visible,.btn--outline:hover,.btn--outline:focus-visible{background:var(--edc-color-background-mint, #eef8f5);color:var(--edc-color-primary-dark, #007b83)}.btn--destructive{background:var(--edc-color-error, #b42318);color:var(--edc-color-white, #ffffff)}.btn--sm{min-height:2.5rem;padding:.5rem .875rem;font-size:.875rem}.edc-text-link{color:var(--edc-color-primary-dark, #007b83);text-decoration:underline;text-underline-offset:.15em}.edc-prose a:not(.btn){text-decoration:underline;text-underline-offset:.15em}.edc-product-search,.header-search{display:flex;align-items:stretch;width:100%;gap:.35rem;background:var(--edc-color-background-soft, #f7f9f8);border:1px solid var(--edc-color-border, #dce8e5);border-radius:var(--edc-radius-pill, 999px);padding:.25rem .25rem .25rem .875rem}.edc-product-search__input,.header-search__input{flex:1 1 auto;min-width:0;border:0;background:rgba(0,0,0,0);color:var(--edc-color-text, #132b30);font-size:1rem;line-height:1.4;padding:.5rem 0}.edc-product-search__input::placeholder,.header-search__input::placeholder{color:var(--edc-color-text-muted, #5d7074)}.edc-product-search__input:focus,.header-search__input:focus{outline:none}.edc-product-search__submit,.header-search__submit{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:0;border-radius:50%;background:var(--edc-color-primary, #009ea6);color:var(--edc-color-white, #ffffff);cursor:pointer}.edc-product-search__submit:hover,.edc-product-search__submit:focus-visible,.header-search__submit:hover,.header-search__submit:focus-visible{background:var(--edc-color-primary-dark, #007b83)}.edc-product-search--page,.edc-product-search--404,.header-search--page,.header-search--404{background:var(--edc-color-background-soft, #f7f9f8);border-color:var(--edc-color-border, #dce8e5)}.edc-product-search--page .edc-product-search__input,.edc-product-search--404 .edc-product-search__input,.header-search--page .edc-product-search__input,.header-search--404 .edc-product-search__input{color:var(--edc-color-text, #132b30)}.edc-search-results,.edc-error-404{padding:2.5rem 0 4rem}.edc-search-results__form,.edc-error-404__search{margin:1.5rem 0 2rem;max-width:36rem}.edc-search-results__grid{display:grid;gap:1.5rem}@media(min-width: 768px){.edc-search-results__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 992px){.edc-search-results__grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}.edc-search-results__empty,.edc-error-404__inner{max-width:42rem}.edc-error-404__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0}.edc-helpful-links{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1rem}.edc-form-field,input[type=text],input[type=email],input[type=tel],input[type=search],input[type=password],input[type=url],input[type=number],select,textarea{width:100%;min-height:2.75rem;padding:.625rem .875rem;border:1px solid var(--edc-color-border, #dce8e5);border-radius:var(--edc-radius-small, var(--edc-radius-small, 0.375rem));background:var(--edc-color-white, #ffffff);color:var(--edc-color-text, #132b30);font-size:1rem;line-height:1.4}.edc-form-field:focus-visible,input[type=text]:focus-visible,input[type=email]:focus-visible,input[type=tel]:focus-visible,input[type=search]:focus-visible,input[type=password]:focus-visible,input[type=url]:focus-visible,input[type=number]:focus-visible,select:focus-visible,textarea:focus-visible{border-color:var(--edc-color-primary, #009ea6);outline:2px solid rgba(0,158,166,.25);outline-offset:1px}.edc-form-field:disabled,input[type=text]:disabled,input[type=email]:disabled,input[type=tel]:disabled,input[type=search]:disabled,input[type=password]:disabled,input[type=url]:disabled,input[type=number]:disabled,select:disabled,textarea:disabled{opacity:.65;cursor:not-allowed}label{display:block;margin-bottom:.35rem;font-weight:600;color:var(--edc-color-text, #132b30)}.edc-field-error,.woocommerce-invalid input,.woocommerce-invalid select,.woocommerce-invalid textarea{border-color:var(--edc-color-error, #b42318);box-shadow:inset 0 0 0 1px var(--edc-color-error, #b42318)}input[type=checkbox],input[type=radio]{width:auto;min-height:auto;accent-color:var(--edc-color-primary, #009ea6)}.edc-site-header,.site-header{position:sticky;top:0;z-index:1000;background:var(--edc-color-white, #ffffff);border-bottom:1px solid var(--edc-color-border, #dce8e5);box-shadow:var(--edc-shadow-small, 0 0.25rem 1rem rgba(6, 54, 61, 0.08))}.admin-bar .edc-site-header,.admin-bar .site-header{top:32px}@media(max-width: 782px){.admin-bar .edc-site-header,.admin-bar .site-header{top:46px}}.edc-announcement-bar,.header-top{background:var(--edc-color-primary, #009ea6);color:var(--edc-color-white, #ffffff);font-size:.8125rem;text-align:center;padding:.4rem 0;min-height:2.125rem;display:flex;align-items:center;justify-content:center}.edc-announcement-bar p,.header-top p{margin:0;line-height:1.4}.edc-announcement-bar__inner{display:flex;flex-direction:column;gap:.35rem;align-items:center}.edc-announcement-bar__link{margin-left:.35rem;color:inherit;text-decoration:underline;text-underline-offset:.15em}.edc-announcement-bar__link:hover,.edc-announcement-bar__link:focus-visible{color:inherit;opacity:.9}.edc-site-header__main,.header-main{border-bottom:0}.edc-site-header__inner,.header-main__inner{display:grid;grid-template-columns:auto minmax(0, 1fr) auto;grid-template-areas:"toggle brand actions";align-items:center;gap:.5rem .75rem;min-height:var(--edc-header-height, 4.75rem);padding:.5rem 0}.edc-site-header__inner .edc-menu-toggle,.edc-site-header__inner .menu-toggle,.header-main__inner .edc-menu-toggle,.header-main__inner .menu-toggle{grid-area:toggle}.edc-site-header__inner .edc-site-branding,.edc-site-header__inner .site-branding,.header-main__inner .edc-site-branding,.header-main__inner .site-branding{grid-area:brand}.edc-site-header__inner .edc-header-search,.header-main__inner .edc-header-search{display:none}.edc-site-header__inner .edc-header-actions,.edc-site-header__inner .header-actions,.header-main__inner .edc-header-actions,.header-main__inner .header-actions{grid-area:actions}@media(min-width: 992px){.edc-site-header__inner,.header-main__inner{grid-template-columns:auto minmax(10rem, 1fr) minmax(14rem, 26rem) auto;grid-template-areas:"brand search search actions";gap:.75rem 1rem;padding:.625rem 0}.edc-site-header__inner .edc-header-search,.header-main__inner .edc-header-search{display:block;grid-area:search}}.edc-site-header__nav-row{display:none;padding-bottom:.75rem}@media(min-width: 992px){.edc-site-header__nav-row{display:block}}.edc-site-branding,.site-branding{min-width:0}.edc-site-branding .custom-logo-link,.site-branding .custom-logo-link{display:inline-flex;align-items:center;max-width:min(18.75rem,52vw)}.edc-site-branding .custom-logo,.edc-site-branding .custom-logo-link img,.site-branding .custom-logo,.site-branding .custom-logo-link img{max-height:3rem;width:auto;height:auto}.edc-site-branding__text,.site-logo-text{display:inline-block;font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-weight:700;font-size:clamp(1rem,2.5vw,1.35rem);letter-spacing:-0.01em;color:var(--edc-color-deep-teal, #06363d);text-decoration:none;line-height:1.2}.edc-site-branding__text:hover,.edc-site-branding__text:focus-visible,.site-logo-text:hover,.site-logo-text:focus-visible{color:var(--edc-color-primary-dark, #007b83)}.edc-site-branding__tagline{display:none;margin:.25rem 0 0;font-size:.75rem;color:var(--edc-color-text-muted, #5d7074);line-height:1.4}@media(min-width: 768px){.edc-site-branding__tagline{display:block}}.edc-header-actions,.header-actions{display:flex;align-items:center;gap:.25rem;justify-self:end}.edc-header-action,.header-icon-link{display:inline-flex;align-items:center;gap:.35rem;min-height:2.75rem;min-width:2.75rem;padding:.35rem .5rem;border:0;background:rgba(0,0,0,0);color:var(--edc-color-deep-teal, #06363d);text-decoration:none;border-radius:var(--edc-radius-small, var(--edc-radius-small, 0.375rem));cursor:pointer}.edc-header-action:hover,.edc-header-action:focus-visible,.header-icon-link:hover,.header-icon-link:focus-visible{color:var(--edc-color-primary-dark, #007b83);background:var(--edc-color-background-mint, #eef8f5)}.edc-header-action__label{display:none;font-size:.8125rem;font-weight:600}@media(min-width: 1200px){.edc-header-action__label{display:inline}}.edc-basket-link__meta{display:none;align-items:center;gap:.35rem;font-size:.8125rem}@media(min-width: 1200px){.edc-basket-link__meta{display:inline-flex}}.edc-basket-link__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .3rem;border-radius:999px;background:var(--edc-color-accent, #53ae47);color:var(--edc-color-white, #ffffff);font-size:.6875rem;font-weight:700;line-height:1}.edc-basket-link__subtotal{font-weight:600}.edc-icon,.header-icon{display:block;width:1.25rem;height:1.25rem;flex-shrink:0;background:currentColor;mask-size:contain;mask-repeat:no-repeat;mask-position:center}.edc-icon--search,.header-icon--search{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3-3'/%3E%3C/svg%3E")}.edc-icon--account,.header-icon--account{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-5 0-9 2.5-9 5.5V22h18v-2.5C21 16.5 17 14 12 14z'/%3E%3C/svg%3E")}.edc-icon--basket,.header-icon--basket{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM7.2 14h9.7c.8 0 1.5-.5 1.8-1.2l2.4-6.5H6.2L5 4H1v2h2l3.6 8z'/%3E%3C/svg%3E")}.edc-header-search{justify-self:stretch;width:100%;max-width:26rem}.edc-header-search__desktop{display:none}@media(min-width: 992px){.edc-header-search__desktop{display:block}}@media(min-width: 992px){.edc-header-action--search-mobile{display:none}}.edc-header-search__panel{position:absolute;left:0;right:0;top:100%;padding:.75rem 0 1rem;background:var(--edc-color-white, #ffffff);border-bottom:1px solid var(--edc-color-border, #dce8e5);z-index:1001}.edc-header-search__panel:not([hidden]){display:block}.edc-site-header{position:relative}.edc-menu-toggle,.menu-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:.3125rem;width:2.75rem;height:2.75rem;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer;justify-self:start}@media(min-width: 992px){.edc-menu-toggle,.menu-toggle{display:none}}.edc-menu-toggle__bar,.menu-toggle__bar{display:block;width:1.375rem;height:2px;background:var(--edc-color-deep-teal, #06363d);transition:transform var(--edc-transition-standard, 250ms ease),opacity var(--edc-transition-standard, 250ms ease)}.edc-menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(1),.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.edc-menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(2),.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(2){opacity:0}.edc-menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(3),.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.edc-mini-basket,.mini-cart-dropdown{position:absolute;right:1rem;top:100%;width:min(22.5rem,100vw - 2rem);background:var(--edc-color-white, #ffffff);border-radius:var(--edc-radius-medium, var(--edc-radius-medium, 0.75rem));box-shadow:var(--edc-shadow-medium, var(--edc-shadow-medium, 0 0.75rem 2rem rgba(6, 54, 61, 0.12)));opacity:0;visibility:hidden;transform:translateY(0.5rem);transition:opacity var(--edc-transition-standard, 250ms ease),transform var(--edc-transition-standard, 250ms ease),visibility var(--edc-transition-standard, 250ms ease);z-index:1002}.edc-mini-basket:not([hidden]).is-visible,.mini-cart-dropdown:not([hidden]).is-visible{opacity:1;visibility:visible;transform:translateY(0)}.edc-mini-basket .woocommerce-mini-cart__buttons,.mini-cart-dropdown .woocommerce-mini-cart__buttons{display:flex;gap:.5rem}.edc-mini-basket .woocommerce-mini-cart__buttons .button,.mini-cart-dropdown .woocommerce-mini-cart__buttons .button{flex:1}@media(prefers-reduced-motion: reduce){.edc-site-header *,.site-header *{transition:none !important}}.edc-primary-nav--desktop{display:none}@media(min-width: 992px){.edc-primary-nav--desktop{display:block}}.edc-mobile-nav-drawer{position:fixed;inset:0 auto 0 0;width:min(20rem,88vw);top:var(--edc-header-offset, var(--header-offset, 4.5rem));background:var(--edc-color-white, #ffffff);padding:1rem 1rem 2rem;overflow-y:auto;transform:translateX(-100%);transition:transform var(--edc-transition-standard, 250ms ease);z-index:999;box-shadow:var(--edc-shadow-medium, var(--edc-shadow-medium, 0 0.75rem 2rem rgba(6, 54, 61, 0.12)));border-right:1px solid var(--edc-color-border, #dce8e5)}.edc-mobile-nav-drawer:not([hidden]).is-open{transform:translateX(0)}@media(min-width: 992px){.edc-mobile-nav-drawer{display:none !important}}@media(min-width: 992px){.edc-primary-nav--mobile,.main-navigation{display:none}}.edc-primary-menu,.primary-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}@media(min-width: 992px){.edc-primary-menu,.primary-menu{flex-direction:row;flex-wrap:wrap;gap:.25rem 1.25rem;justify-content:center;align-items:center}}.edc-primary-menu li,.primary-menu li{position:relative}.edc-primary-menu a,.primary-menu a{display:block;padding:.625rem .75rem;color:var(--edc-color-deep-teal, #06363d);font-weight:600;font-size:.9375rem;text-decoration:none;border-radius:var(--edc-radius-small, var(--edc-radius-small, 0.375rem))}.edc-primary-menu a:hover,.edc-primary-menu a:focus-visible,.edc-primary-menu a[aria-current=page],.primary-menu a:hover,.primary-menu a:focus-visible,.primary-menu a[aria-current=page]{background:var(--edc-color-background-mint, #eef8f5);color:var(--edc-color-primary-dark, #007b83)}.edc-primary-menu .sub-menu,.primary-menu .sub-menu{list-style:none;margin:0;padding:0;display:none;min-width:14rem}.edc-primary-menu .sub-menu a,.primary-menu .sub-menu a{font-weight:500;font-size:.875rem}@media(min-width: 992px){.edc-primary-menu .sub-menu,.primary-menu .sub-menu{position:absolute;top:calc(100% + .35rem);left:0;padding:.35rem 0;background:var(--edc-color-white, #ffffff);border-radius:var(--edc-radius-medium, var(--edc-radius-medium, 0.75rem));box-shadow:var(--edc-shadow-medium, var(--edc-shadow-medium, 0 0.75rem 2rem rgba(6, 54, 61, 0.12)));opacity:0;visibility:hidden;transform:translateY(0.35rem);transition:opacity var(--edc-transition-standard, 250ms ease),transform var(--edc-transition-standard, 250ms ease),visibility var(--edc-transition-standard, 250ms ease)}.edc-primary-menu .sub-menu a,.primary-menu .sub-menu a{color:var(--edc-color-text, #132b30)}.edc-primary-menu .sub-menu a:hover,.edc-primary-menu .sub-menu a:focus-visible,.primary-menu .sub-menu a:hover,.primary-menu .sub-menu a:focus-visible{background:var(--edc-color-background-soft, #f7f9f8);color:var(--edc-color-primary-dark, #007b83)}.edc-primary-menu li:hover>.sub-menu,.edc-primary-menu li:focus-within>.sub-menu,.edc-primary-menu li.is-submenu-open>.sub-menu,.primary-menu li:hover>.sub-menu,.primary-menu li:focus-within>.sub-menu,.primary-menu li.is-submenu-open>.sub-menu{display:block;opacity:1;visibility:visible;transform:translateY(0)}}@media(max-width: 991px){.edc-primary-menu .sub-menu,.primary-menu .sub-menu{margin:.25rem 0 .5rem .75rem;padding-left:.75rem;border-left:2px solid var(--edc-color-border, #dce8e5)}.edc-primary-menu li.is-submenu-open>.sub-menu,.primary-menu li.is-submenu-open>.sub-menu{display:block}}@media(max-width: 991px){.edc-submenu-toggle-wrap,.submenu-toggle-wrap{display:flex;align-items:stretch;width:100%}}@media(min-width: 992px){.edc-submenu-toggle-wrap,.submenu-toggle-wrap{display:block}}.edc-submenu-toggle,.submenu-toggle{display:none;flex-shrink:0;align-items:center;justify-content:center;width:2.75rem;border:0;background:var(--edc-color-background-mint, #eef8f5);color:var(--edc-color-deep-teal, #06363d);cursor:pointer;font-size:1.125rem;line-height:1}@media(max-width: 991px){.edc-submenu-toggle,.submenu-toggle{display:inline-flex}}.edc-utility-menu,.header-utility-menu{list-style:none;margin:0;padding:0;display:flex;gap:.75rem;justify-content:center;font-size:.75rem}.edc-utility-menu a,.header-utility-menu a{color:inherit;text-decoration:underline;text-underline-offset:.15em}body.edc-overlay-open{overflow:hidden}.edc-nav-backdrop{position:fixed;inset:0;top:var(--edc-header-offset, var(--header-offset, 4.5rem));background:rgba(6,54,61,.35);z-index:998}.edc-nav-backdrop[hidden]{display:none}.edc-home{background:var(--edc-color-background, #ffffff)}.edc-section-title{margin:0 0 .75rem;font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-weight:700;font-size:clamp(1.5rem,3vw,2rem);line-height:1.25;color:var(--edc-color-text, #132b30)}.edc-section-intro{max-width:42rem;margin:0 auto;color:var(--edc-color-text-muted, #5d7074)}.edc-section-header{margin-bottom:2rem}.edc-section-header--center,.edc-section-header.section-header--center{text-align:center}.edc-admin-notice,.edc-setup-preview-card{margin:1rem 0;padding:1rem 1.15rem;border:1px solid var(--edc-color-border, #dce8e5);border-radius:var(--edc-radius-medium, var(--edc-radius-medium, 0.75rem));background:var(--edc-color-background-mint, #eef8f5);color:var(--edc-color-text, #132b30);box-shadow:none}.edc-setup-preview-card__label{margin:0 0 .35rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--edc-color-primary-dark, #007b83)}.edc-setup-preview-card__text{margin:0;font-size:.9375rem;line-height:1.55}.edc-home-hero{position:relative;overflow:hidden;display:flex;align-items:center;min-height:clamp(22rem,52vw,34rem);padding:clamp(2.5rem,6vw,4.5rem) 0;background:radial-gradient(circle at 12% 18%, rgba(0, 158, 166, 0.12), transparent 42%),radial-gradient(circle at 88% 78%, rgba(83, 174, 71, 0.1), transparent 46%),linear-gradient(180deg, var(--edc-color-background-mint, #eef8f5) 0%, var(--edc-color-background, #ffffff) 72%)}.edc-home-hero--has-image{background:var(--edc-color-background-mint, #eef8f5);--edc-home-hero-object-position: 65% center}.edc-home-hero__background{position:absolute;inset:0;z-index:0;pointer-events:none}.edc-home-hero__picture{position:absolute;inset:0;display:block;width:100%;height:100%;margin:0}.edc-home-hero__background img,.edc-home-hero__image{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:var(--edc-home-hero-object-position, center center);border-radius:0;box-shadow:none;background:rgba(0,0,0,0)}.edc-home-hero__overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg, rgba(238, 248, 245, 0.98) 0%, rgba(238, 248, 245, 0.94) 28%, rgba(238, 248, 245, 0.68) 48%, rgba(238, 248, 245, 0.16) 68%, rgba(238, 248, 245, 0) 100%)}@media(max-width: 767.98px){.edc-home-hero--has-image:not(.edc-home-hero--has-mobile-image){--edc-home-hero-object-position: center 42%}.edc-home-hero--has-image:not(.edc-home-hero--has-mobile-image) .edc-home-hero__overlay{background:linear-gradient(180deg, rgba(238, 248, 245, 0.97) 0%, rgba(238, 248, 245, 0.9) 32%, rgba(238, 248, 245, 0.55) 58%, rgba(238, 248, 245, 0.08) 82%, rgba(238, 248, 245, 0) 100%)}}.edc-home-hero__inner{position:relative;z-index:2}.edc-home-hero__content{max-width:34rem;transform:translate(var(--edc-hero-offset-x, 0), var(--edc-hero-offset-y, 0))}@media(max-width: 767.98px){.edc-home-hero--center-mobile .edc-home-hero__content{margin-inline:auto;text-align:center;transform:translate(0, var(--edc-hero-offset-y, 0))}.edc-home-hero--center-mobile .edc-home-hero__text{margin-inline:auto}.edc-home-hero--center-mobile .edc-home-hero__actions{justify-content:center}}.edc-home-hero__eyebrow{margin:0 0 .75rem;font-size:.8125rem;font-weight:650;line-height:1.4;color:var(--edc-color-primary-dark, #007b83)}.edc-home-hero__title{margin:0 0 1rem;font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-weight:800;font-size:clamp(2.25rem,5vw,4.5rem);line-height:1.08;letter-spacing:-0.03em;color:var(--edc-color-deep-teal, #06363d)}.edc-home-hero__text{margin:0 0 1.5rem;max-width:40ch;font-size:clamp(1rem,1.4vw,1.125rem);line-height:1.7;color:var(--edc-color-text-muted, #5d7074)}.edc-home-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.edc-home-hero__trust{margin:1rem 0 0;font-size:.8125rem;color:var(--edc-color-text-muted, #5d7074)}.edc-home-editor{padding:2rem 0;background:var(--edc-color-background, #ffffff)}.edc-home-editor__content{max-width:var(--edc-content-width, 48rem);margin-inline:auto}.edc-home-categories,.edc-home-products,.edc-home-trust,.edc-home-editorial,.edc-home-advice,.edc-home-former-name,.edc-home-newsletter{padding:var(--edc-space-section, 3.5rem) 0}.edc-home-categories{background:var(--edc-color-background, #ffffff)}.edc-home-products{background:var(--edc-color-background-soft, #f7f9f8)}.edc-home-trust{background:var(--edc-color-background, #ffffff)}.edc-home-advice{background:var(--edc-color-background, #ffffff)}.edc-category-grid{list-style:none;margin:0;padding:0;display:grid;gap:1rem;grid-template-columns:repeat(2, minmax(0, 1fr))}@media(min-width: 768px){.edc-category-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(min-width: 992px){.edc-category-grid{grid-template-columns:repeat(4, minmax(0, 1fr))}}.edc-category-card__link{display:flex;gap:.75rem;align-items:flex-start;height:100%;padding:1rem;border:1px solid var(--edc-color-border, #dce8e5);border-radius:var(--edc-radius-medium, var(--edc-radius-medium, 0.75rem));background:var(--edc-color-white, #ffffff);color:inherit;text-decoration:none;transition:box-shadow var(--edc-transition-standard, 250ms ease),border-color var(--edc-transition-standard, 250ms ease)}.edc-category-card__link:hover,.edc-category-card__link:focus-visible{border-color:var(--edc-color-primary, #009ea6);box-shadow:var(--edc-shadow-small, 0 0.125rem 0.5rem rgba(6, 54, 61, 0.08))}.edc-category-card__icon{width:2rem;height:2rem;flex-shrink:0;border-radius:50%;background:var(--edc-color-background-mint, #eef8f5);position:relative}.edc-category-card__icon::after{content:"";position:absolute;inset:.45rem;background:var(--edc-color-primary, #009ea6);mask-size:contain;mask-repeat:no-repeat;mask-position:center}.edc-category-card--tooth .edc-category-card__icon::after{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2C9 2 7 4 7 7c0 2-1 3-2 4v2c0 3 2 5 4 5h6c2 0 4-2 4-5v-2c-1-1-2-2-2-4 0-3-2-5-5-5z'/%3E%3C/svg%3E")}.edc-category-card--shield .edc-category-card__icon::after,.edc-category-card--gum .edc-category-card__icon::after{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2l8 3v6c0 5-3.5 9.5-8 11-4.5-1.5-8-6-8-11V5l8-3z'/%3E%3C/svg%3E")}.edc-category-card--leaf .edc-category-card__icon::after{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M4 20c8-1 12-6 16-16-10 4-15 8-16 16z'/%3E%3C/svg%3E")}.edc-category-card__title{display:block;font-weight:700;color:var(--edc-color-text, #132b30)}.edc-category-card__desc{display:block;margin-top:.25rem;font-size:.8125rem;color:var(--edc-color-text-muted, #5d7074)}.edc-home-products__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2, minmax(0, 1fr))}@media(min-width: 768px){.edc-home-products__grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(min-width: 992px){.edc-home-products__grid{grid-template-columns:repeat(4, minmax(0, 1fr))}}.edc-trust-grid{list-style:none;margin:2rem 0 0;padding:0;display:grid;gap:1rem;grid-template-columns:repeat(2, minmax(0, 1fr))}@media(min-width: 992px){.edc-trust-grid{grid-template-columns:repeat(4, minmax(0, 1fr))}}.edc-trust-card{padding:1.25rem;border-radius:var(--edc-radius-medium, var(--edc-radius-medium, 0.75rem));background:var(--edc-color-background-soft, #f7f9f8);border:1px solid var(--edc-color-border, #dce8e5)}.edc-trust-card__title{margin:.75rem 0 .35rem;font-size:1rem}.edc-trust-card__text{margin:0;font-size:.875rem;color:var(--edc-color-text-muted, #5d7074)}.edc-trust-card__icon{display:block;width:2rem;height:2rem;border-radius:50%;background:var(--edc-color-primary, #009ea6);opacity:.85}.edc-home-editorial{background:var(--edc-color-background-soft, #f7f9f8)}.edc-home-editorial__inner{display:grid;gap:2rem;align-items:center}@media(min-width: 992px){.edc-home-editorial__inner{grid-template-columns:1fr 1fr}}@media(min-width: 992px){.edc-home-editorial__inner--reverse .edc-home-editorial__media{order:2}}.edc-home-editorial__media img{width:100%;border-radius:var(--edc-radius-large, var(--edc-radius-large, 1.25rem));box-shadow:var(--edc-shadow-small, 0 0.125rem 0.5rem rgba(6, 54, 61, 0.08))}.edc-home-former-name{background:var(--edc-color-background-mint, #eef8f5)}.edc-home-former-name__inner{max-width:48rem}.edc-home-newsletter{background:var(--edc-color-deep-teal, #06363d);color:var(--edc-color-white, #ffffff)}.edc-home-newsletter__inner{display:grid;gap:1.5rem}@media(min-width: 768px){.edc-home-newsletter__inner{grid-template-columns:1fr 1fr;align-items:center}}.edc-home-newsletter .edc-section-title{color:var(--edc-color-white, #ffffff)}.section.section--products,.section.section--categories,.section.section--blog,.section.section--newsletter{display:none}@media(prefers-reduced-motion: reduce){.edc-home-hero *,.edc-category-card__link{transition:none}}.hero{position:relative;overflow:hidden}.hero-slider{position:relative}.hero-slide{display:none;padding:3rem 0 4rem;color:var(--edc-color-white, #ffffff)}.hero-slide.is-active{display:block}.hero-slide--red{background:linear-gradient(135deg, var(--edc-color-primary, #009ea6) 0%, var(--edc-color-primary-dark, #007b83) 45%, var(--edc-color-deep-teal, #06363d) 100%)}.hero-slide--dark{background:linear-gradient(135deg, var(--edc-color-deep-teal, #06363d) 0%, var(--edc-color-text, #132b30) 60%, var(--edc-color-primary-dark, #007b83) 100%)}.hero-slide__inner{display:grid;gap:2rem;align-items:center}@media(min-width: 992px){.hero-slide__inner{grid-template-columns:1fr 1fr;min-height:420px}}.hero-slide__media img{margin-inline:auto;border-radius:var(--edc-radius-large, 1.25rem);filter:drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35))}.hero-title{font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-weight:700;font-style:italic;text-transform:uppercase;font-size:clamp(2.5rem,8vw,4.5rem);line-height:.95;margin:0 0 1rem;letter-spacing:.02em}.hero-title em{font-style:italic;color:rgba(var(--edc-color-white, #ffffff), 0.92)}.hero-subtitle{font-size:1.05rem;max-width:32ch;opacity:.9;margin-bottom:1.75rem}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem}.hero-dots{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem}.hero-dots button{width:10px;height:10px;border-radius:50%;border:2px solid var(--edc-color-white, #ffffff);background:rgba(0,0,0,0);cursor:pointer;padding:0}.hero-dots button.is-active,.hero-dots button[aria-selected=true]{background:var(--edc-color-white, #ffffff)}.section{padding:4rem 0}.section--products{background:var(--edc-color-background-soft, #f7f9f8)}.section--categories{background:var(--edc-color-white, #ffffff)}.section--blog{background:var(--edc-color-background-soft, #f7f9f8)}.section--newsletter{background:var(--edc-color-deep-teal, #06363d);padding-bottom:5rem}.products-carousel{position:relative}.products-grid{display:grid;gap:1.25rem}.products-grid--carousel{grid-auto-flow:column;grid-auto-columns:minmax(240px, 1fr);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.products-grid--carousel::-webkit-scrollbar{height:6px}.products-grid--carousel::-webkit-scrollbar-thumb{background:var(--edc-color-border, #dce8e5);border-radius:999px}.products-grid--carousel>*{scroll-snap-align:start}.shop-archive ul.products,.shop-archive .powerfuel-products-loop,.products-grid:not(.products-grid--carousel){display:grid;grid-template-columns:1fr;gap:1.5rem;list-style:none;margin:0;padding:0;width:100%;max-width:100%;min-width:0}@media(min-width: 601px){.shop-archive ul.products,.shop-archive .powerfuel-products-loop,.products-grid:not(.products-grid--carousel){grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 768px){.shop-archive ul.products,.shop-archive .powerfuel-products-loop,.products-grid:not(.products-grid--carousel){grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(min-width: 992px){.shop-archive ul.products,.shop-archive .powerfuel-products-loop,.products-grid:not(.products-grid--carousel){grid-template-columns:repeat(4, minmax(0, 1fr))}}.shop-archive ul.products::before,.shop-archive ul.products::after,.shop-archive .powerfuel-products-loop::before,.shop-archive .powerfuel-products-loop::after,.products-grid:not(.products-grid--carousel)::before,.products-grid:not(.products-grid--carousel)::after{display:none;content:none}.shop-archive ul.products li.product,.shop-archive .powerfuel-products-loop li.product,.products-grid:not(.products-grid--carousel) li.product{float:none;width:auto;max-width:100%;min-width:0;margin:0;clear:none}.product-card{background:var(--edc-color-white, #ffffff);border-radius:var(--edc-radius-medium, 0.75rem);overflow:hidden;box-shadow:var(--edc-shadow-medium, 0 0.75rem 2rem rgba(6, 54, 61, 0.12));display:flex;flex-direction:column;transition:transform var(--edc-transition-standard, 250ms ease),box-shadow var(--edc-transition-standard, 250ms ease);position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.16)}.product-card__link{color:inherit;text-decoration:none;flex:1;display:flex;flex-direction:column}.product-card__image-wrap{position:relative;aspect-ratio:1;background:var(--edc-color-background-soft, #f7f9f8);padding:1rem}.product-card__image{width:100%;height:100%;object-fit:contain;border-radius:var(--edc-radius-medium, 0.75rem)}.product-card__body{padding:1rem 1rem .5rem}.product-card__brand{display:block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--edc-color-text-muted, #5d7074);margin-bottom:.25rem}.product-card__title{font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-size:1rem;font-weight:600;text-transform:uppercase;margin:0 0 .5rem;line-height:1.2}.product-card__rating{display:flex;align-items:center;gap:.35rem;font-size:.8rem;margin-bottom:.5rem}.product-card__rating .star-rating{color:#f5b301}.product-card__price{font-weight:700;font-size:1.05rem}.product-card__price del{color:var(--edc-color-text-muted, #5d7074);font-weight:400;margin-right:.35rem}.product-card__price ins{text-decoration:none;color:var(--edc-color-primary, #009ea6)}.product-card__actions{padding:0 1rem 1rem}.product-card__actions .button,.product-card__actions .add_to_cart_button{width:100%}.product-badge{position:absolute;top:.75rem;left:.75rem;z-index:2;font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-weight:700;font-style:italic;text-transform:uppercase;font-size:.7rem;letter-spacing:.08em;padding:.35rem .65rem;border-radius:999px}.product-badge--sale{background:var(--edc-color-primary, #009ea6);color:var(--edc-color-white, #ffffff)}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:none;border-radius:50%;background:var(--edc-color-deep-teal, #06363d);color:var(--edc-color-white, #ffffff);cursor:pointer;box-shadow:var(--edc-shadow-medium, 0 0.75rem 2rem rgba(6, 54, 61, 0.12))}.carousel-btn--prev{left:-0.5rem}.carousel-btn--next{right:-0.5rem}@media(max-width: 767px){.carousel-btn{display:none}}.category-tiles{display:grid;gap:1rem;grid-template-columns:repeat(2, 1fr)}@media(min-width: 768px){.category-tiles{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.category-tiles{grid-template-columns:repeat(5, 1fr)}}.category-tile{display:flex;flex-direction:column;justify-content:flex-end;min-height:160px;padding:1.25rem;border-radius:var(--edc-radius-medium, 0.75rem);background:linear-gradient(160deg, var(--tile-accent, var(--edc-color-primary, #009ea6)) 0%, var(--edc-color-deep-teal, #06363d) 100%);color:var(--edc-color-white, #ffffff);text-decoration:none;transition:transform var(--edc-transition-standard, 250ms ease)}.category-tile:hover{transform:scale(1.03);color:var(--edc-color-white, #ffffff)}.category-tile__label{font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-weight:700;font-style:italic;text-transform:uppercase;font-size:1.1rem;letter-spacing:.04em}.category-tile__cta{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-top:.35rem;opacity:.85}.shop-layout{display:grid;gap:2rem;padding:2rem 0 4rem;width:100%;max-width:100%;min-width:0}@media(min-width: 992px){.shop-layout--sidebar{grid-template-columns:260px minmax(0, 1fr)}}.shop-content{width:100%;max-width:100%;min-width:0}.shop-archive .woocommerce-result-count,.shop-archive .woocommerce-ordering{float:none;width:100%;max-width:100%;display:block;margin-bottom:1rem}.shop-archive .woocommerce-ordering select{width:100%;max-width:100%}.shop-archive .woocommerce-notices-wrapper{width:100%;margin-bottom:0}@media(max-width: 991px){.shop-sidebar__inner{display:none}.shop-sidebar__inner.is-open{display:block;margin-top:1rem}}@media(min-width: 992px){.shop-filters-toggle{display:none}}.single-product-grid{display:grid;gap:2.5rem;padding:2rem 0}@media(min-width: 992px){.single-product-grid{grid-template-columns:1fr 1fr;align-items:start}}.single-product-summary .product_title{font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-style:italic;text-transform:uppercase;font-size:clamp(1.75rem,4vw,2.5rem)}.single-product-summary .price{font-size:1.5rem;font-weight:700;color:var(--edc-color-primary, #009ea6)}.woocommerce-tabs{margin-top:3rem}.woocommerce-tabs ul.tabs{list-style:none;margin:0;padding:0;display:flex;gap:.5rem;border-bottom:2px solid var(--edc-color-border, #dce8e5)}.woocommerce-tabs ul.tabs li a{display:block;padding:.75rem 1.25rem;font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-weight:600;text-transform:uppercase;color:var(--edc-color-text-muted, #5d7074)}.woocommerce-tabs ul.tabs li.active a{color:var(--edc-color-primary, #009ea6);border-bottom:3px solid var(--edc-color-primary, #009ea6);margin-bottom:-2px}.woocommerce-tabs .panel{padding:1.5rem 0}.related.products,.upsells.products{margin-top:3rem}.star-rating span::before{color:#f5b301}.magazine-grid{display:grid;gap:1.25rem}@media(min-width: 992px){.magazine-grid{grid-template-columns:1.2fr 1fr;grid-template-rows:repeat(3, auto)}}.magazine-card{background:var(--edc-color-white, #ffffff);border-radius:var(--edc-radius-medium, 0.75rem);overflow:hidden;box-shadow:var(--edc-shadow-medium, 0 0.75rem 2rem rgba(6, 54, 61, 0.12))}.magazine-card__link{display:block;color:inherit;text-decoration:none;height:100%}.magazine-card__image img{width:100%;height:100%;object-fit:cover}.magazine-card__body{padding:1.25rem}.magazine-card__cat{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--edc-color-primary, #009ea6)}.magazine-card__title{font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-weight:700;font-style:italic;text-transform:uppercase;font-size:1.15rem;margin:.35rem 0;line-height:1.2}.magazine-card__excerpt{color:var(--edc-color-text-muted, #5d7074);font-size:.9rem;margin:0 0 .75rem}@media(min-width: 992px){.magazine-card--featured{grid-row:1/span 3}.magazine-card--featured .magazine-card__image{aspect-ratio:16/10}.magazine-card--featured .magazine-card__title{font-size:1.5rem}}.magazine-card--small .magazine-card__image{aspect-ratio:16/10;max-height:140px;overflow:hidden}.blog-grid--archive{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));padding:2rem 0 4rem}.newsletter-box{display:grid;gap:2rem;align-items:center;background:linear-gradient(135deg, var(--edc-color-primary-dark, #007b83), var(--edc-color-deep-teal, #06363d));border-radius:var(--edc-radius-large, 1.25rem);padding:2.5rem;color:var(--edc-color-white, #ffffff)}@media(min-width: 992px){.newsletter-box{grid-template-columns:1fr 1fr}}.newsletter-box .section-title--light{color:var(--edc-color-white, #ffffff)}.newsletter-box p{opacity:.9;margin:0}.newsletter-form{display:flex;flex-wrap:wrap;gap:.75rem}.newsletter-form input[type=email]{flex:1 1 200px;min-width:0;padding:.9rem 1.25rem;border:none;border-radius:999px;font-size:1rem}.newsletter-form__message{width:100%;margin:0;font-size:.875rem}.newsletter-form__message.is-error{color:#ffb4b4}.newsletter-form__message.is-success{color:#9cf0c5}.edc-page,.page-content,.edc-blog-archive,.edc-single-post,.edc-search-results,.edc-error-404{padding-top:2rem;padding-bottom:3.5rem}.edc-page__container,.edc-page__content,.edc-post-content,.edc-prose{max-width:var(--edc-content-width, 48rem)}.edc-page--full-width .edc-page__content{max-width:none}.edc-page__header,.edc-page-header{margin-bottom:1.5rem}.edc-blog-grid{display:grid;gap:1.5rem}@media(min-width: 768px){.edc-blog-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 992px){.edc-blog-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}.edc-blog-card{border:1px solid var(--edc-color-border, #dce8e5);border-radius:var(--edc-radius-medium, var(--edc-radius-medium, 0.75rem));overflow:hidden;background:var(--edc-color-white, #ffffff);transition:box-shadow var(--edc-transition-standard, 250ms ease),transform var(--edc-transition-standard, 250ms ease)}.edc-blog-card:hover,.edc-blog-card:focus-within{box-shadow:var(--edc-shadow-small, 0 0.25rem 1rem rgba(6, 54, 61, 0.08));transform:translateY(-2px)}.edc-blog-card__link{display:block;color:inherit;text-decoration:none}.edc-blog-card__image img{width:100%;aspect-ratio:10/7;object-fit:cover}.edc-blog-card__body{padding:1rem 1rem 1.15rem}.edc-blog-card__title{margin:0 0 .5rem;font-size:1.0625rem;line-height:1.35;color:var(--edc-color-text, #132b30)}.edc-blog-card .posted-on{font-size:.8125rem;color:var(--edc-color-text-muted, #5d7074)}.edc-post-header{padding:2rem 0 1rem}.edc-post-title{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.15}.edc-post-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;color:var(--edc-color-text-muted, #5d7074);font-size:.875rem}.edc-post-featured-image img{width:100%;border-radius:var(--edc-radius-medium, var(--edc-radius-medium, 0.75rem))}.edc-post-content{padding:1.5rem 0 2rem}.post-navigation{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--edc-color-border, #dce8e5)}.edc-site-footer,.site-footer{background:var(--edc-color-footer-bg, #06363d);color:hsla(0,0%,100%,.86)}.edc-footer-main,.footer-main{padding:3rem 0 2rem}.edc-footer-grid,.footer-grid{display:grid;gap:2rem;grid-template-columns:minmax(0,1fr)}@media(min-width: 768px){.edc-footer-grid,.footer-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 992px){.edc-footer-grid,.footer-grid{grid-template-columns:minmax(0, 1.35fr) repeat(3, minmax(0, 1fr))}}.edc-footer-brand__description,.footer-tagline{margin:1rem 0 0;max-width:36ch;line-height:1.65;font-size:.9375rem}.edc-footer-nav__title,.footer-widget-title{font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-weight:700;font-size:.9375rem;letter-spacing:.02em;color:var(--edc-color-white, #ffffff);margin:0 0 .85rem}.edc-footer-menu,.footer-menu,.edc-footer-contact__list,.footer-contact-list,.edc-footer-service__list,.footer-service-list{list-style:none;margin:0;padding:0}.edc-footer-menu a,.footer-menu a,.edc-footer-contact__list a,.footer-contact-list a{color:hsla(0,0%,100%,.78);text-decoration:none}.edc-footer-menu a:hover,.edc-footer-menu a:focus-visible,.footer-menu a:hover,.footer-menu a:focus-visible,.edc-footer-contact__list a:hover,.edc-footer-contact__list a:focus-visible,.footer-contact-list a:hover,.footer-contact-list a:focus-visible{color:var(--edc-color-white, #ffffff);text-decoration:underline;text-underline-offset:.15em}.edc-footer-menu li+li,.footer-menu li+li,.edc-footer-contact__list li+li,.footer-contact-list li+li,.edc-footer-service__list li+li,.footer-service-list li+li{margin-top:.5rem}.edc-footer-service__hours,.edc-footer-service__address,.edc-footer-service__list li,.edc-footer-contact__list li{overflow-wrap:anywhere;word-break:break-word}.edc-social-links,.footer-social{display:flex;flex-wrap:wrap;gap:.625rem;list-style:none;margin:1.25rem 0 0;padding:0}.edc-social-links a,.footer-social a{display:inline-flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:50%;background:hsla(0,0%,100%,.1);color:var(--edc-color-white, #ffffff)}.edc-social-links a:hover,.edc-social-links a:focus-visible,.footer-social a:hover,.footer-social a:focus-visible{background:var(--edc-color-primary, #009ea6)}.social-icon,.edc-social-links__icon{width:1.125rem;height:1.125rem;background:currentColor;mask-size:contain;mask-repeat:no-repeat}.social-icon--instagram,.edc-social-links__icon--instagram{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M7 2h10a5 5 0 015 5v10a5 5 0 01-5 5H7a5 5 0 01-5-5V7a5 5 0 015-5zm5 5a5 5 0 100 10 5 5 0 000-10zm6.5-.9a1.1 1.1 0 100 2.2 1.1 1.1 0 000-2.2z'/%3E%3C/svg%3E")}.social-icon--facebook,.edc-social-links__icon--facebook{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M13 22v-8h3l1-4h-4V8c0-1 .5-2 2-2h2V2h-3a5 5 0 00-5 5v3H7v4h3v8h3z'/%3E%3C/svg%3E")}.social-icon--youtube,.edc-social-links__icon--youtube{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M21 8s-.2-1.4-.8-2C19.4 5 18 5 18 5H6s-1.4 0-2.2 1C3.2 7 3 8 3 8s-.2 1.4-.2 3v1c0 1.6.2 3 .2 3s.2 1.4.8 2C4.6 19 6 19 6 19h12s1.4 0 2.2-1c.6-.6.8-2 .8-2s.2-1.4.2-3v-1c0-1.6-.2-3-.2-3zM10 15V9l6 3-6 3z'/%3E%3C/svg%3E")}.social-icon--tiktok,.edc-social-links__icon--tiktok{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M16 3v3.5a5.5 5.5 0 004 2V11a8 8 0 01-4-1v6.5a5.5 5.5 0 11-5.5-5.5c.3 0 .7 0 1 .1v3.3a2.2 2.2 0 102.2-2.2V3h2.3z'/%3E%3C/svg%3E")}.social-icon--twitter,.edc-social-links__icon--twitter{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M18.9 2H22l-6.8 7.8L23 22h-6.7l-5.2-6.8L5.8 22H2.7l7.3-8.4L2 2h6.8l4.7 6.1L18.9 2z'/%3E%3C/svg%3E")}.edc-footer-bottom,.footer-bottom{border-top:1px solid hsla(0,0%,100%,.12);padding:1rem 0 1.25rem;font-size:.8125rem}.edc-footer-bottom__inner,.footer-bottom__inner,.pf-footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.edc-footer-legal,.pf-footer-policy-menu,.footer-legal{display:flex;align-items:center;flex-wrap:wrap;gap:1rem 1.5rem;list-style:none;margin:0;padding:0}.edc-footer-legal a,.pf-footer-policy-menu a,.footer-legal a{color:hsla(0,0%,100%,.78);text-decoration:none}.edc-footer-legal a:hover,.edc-footer-legal a:focus-visible,.pf-footer-policy-menu a:hover,.pf-footer-policy-menu a:focus-visible,.footer-legal a:hover,.footer-legal a:focus-visible{color:var(--edc-color-white, #ffffff);text-decoration:underline}.edc-footer-privacy-link{display:inline-flex}.copyright a{color:var(--edc-color-white, #ffffff)}@media(max-width: 768px){.edc-footer-bottom__inner,.pf-footer-bottom{flex-direction:column;align-items:flex-start}}.woocommerce-notices-wrapper{max-width:1320px;margin:24px auto;padding:0 24px;width:100%;box-sizing:border-box}.woocommerce-message,.woocommerce-info,.woocommerce-error,ul.woocommerce-error{position:relative;border:0 !important;border-left:6px solid var(--pf-primary, #e21b2d) !important;background:#101010 !important;color:#fff !important;border-radius:14px !important;padding:20px 24px 20px 64px !important;box-shadow:0 18px 40px rgba(0,0,0,.18);font-weight:600;font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);letter-spacing:.02em;line-height:1.5;list-style:none;margin:0 0 1rem;box-sizing:border-box}.woocommerce-info:not(.cart-empty){border-left-color:#6b7280 !important}.woocommerce-error,ul.woocommerce-error{border-left-color:#ff4757 !important}.woocommerce-message::before,.woocommerce-info::before,.woocommerce-error::before{left:28px !important;top:50% !important;transform:translateY(-50%) !important;color:var(--pf-primary, #e21b2d) !important}.woocommerce-info:not(.cart-empty)::before{color:#9ca3af !important}.woocommerce-error::before{color:#ff4757 !important}ul.woocommerce-error{padding-left:24px !important}ul.woocommerce-error li{position:relative;color:#fff !important;margin:0;padding:.35rem 0 .35rem 2rem}ul.woocommerce-error li::before{left:0 !important;top:50% !important;transform:translateY(-50%) !important;color:#ff4757 !important}.woocommerce-message:not(.cart-empty),.woocommerce-info:not(.cart-empty){animation:pfNoticeInOut 6s ease forwards}@keyframes pfNoticeInOut{0%{opacity:0;transform:translateY(-18px)}12%{opacity:1;transform:translateY(0)}78%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-18px)}}@media(prefers-reduced-motion: reduce){.woocommerce-message:not(.cart-empty),.woocommerce-info:not(.cart-empty){animation:none}}.woocommerce-products-header .term-description,.tax-product_brand .term-description,.tax-product_cat .term-description,.shop-archive .term-description{background:#101010;color:#fff;border-left:6px solid var(--pf-primary, #e21b2d);border-radius:18px;padding:28px 32px;margin:24px 0 36px;box-shadow:0 18px 40px rgba(0,0,0,.14);font-size:17px;line-height:1.7;font-family:var(--edc-font-body, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif)}.woocommerce-products-header .term-description p:last-child,.tax-product_brand .term-description p:last-child,.tax-product_cat .term-description p:last-child,.shop-archive .term-description p:last-child{margin-bottom:0}.woocommerce-products-header .term-description h1,.woocommerce-products-header .term-description h2,.woocommerce-products-header .term-description h3,.woocommerce-products-header .term-description h4,.tax-product_brand .term-description h1,.tax-product_brand .term-description h2,.tax-product_brand .term-description h3,.tax-product_brand .term-description h4,.tax-product_cat .term-description h1,.tax-product_cat .term-description h2,.tax-product_cat .term-description h3,.tax-product_cat .term-description h4,.shop-archive .term-description h1,.shop-archive .term-description h2,.shop-archive .term-description h3,.shop-archive .term-description h4{color:#fff;font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);text-transform:uppercase;letter-spacing:.04em;margin:0 0 1rem}.woocommerce-products-header .term-description a,.tax-product_brand .term-description a,.tax-product_cat .term-description a,.shop-archive .term-description a{color:var(--pf-primary, #e21b2d);font-weight:700;text-decoration:underline;text-underline-offset:3px}.woocommerce-products-header .term-description a:hover,.tax-product_brand .term-description a:hover,.tax-product_cat .term-description a:hover,.shop-archive .term-description a:hover{color:var(--pf-primary-dark, #9f1221)}.woocommerce .woocommerce-ordering select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;max-width:100%;background-color:#101010;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px;color:#fff;border:2px solid var(--pf-primary, #e21b2d);border-radius:999px;padding:12px 42px 12px 18px;font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;outline:none;cursor:pointer;transition:border-color var(--edc-transition-standard, 250ms ease),box-shadow var(--edc-transition-standard, 250ms ease),background-color var(--edc-transition-standard, 250ms ease)}.woocommerce .woocommerce-ordering select:hover{border-color:var(--pf-primary-dark, #9f1221);background-color:#161616}.woocommerce .woocommerce-ordering select:focus-visible{border-color:#fff;box-shadow:0 0 0 3px rgba(226,27,45,.35)}.woocommerce-message a,.woocommerce-info a,.woocommerce-error a,.woocommerce-message .restore-item,.woocommerce-info .restore-item{color:#fff !important;font-weight:800;text-decoration:underline;text-underline-offset:3px}.woocommerce-message .button,.woocommerce-info .button,.woocommerce-error .button,ul.woocommerce-error .button,.woocommerce a.button.wc-forward,.woocommerce a.button.wc-backward{background:var(--pf-primary, #e21b2d) !important;color:#fff !important;border:0 !important;border-radius:999px !important;padding:13px 28px !important;font-weight:900 !important;font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-style:italic;text-transform:uppercase;letter-spacing:.06em;text-decoration:none !important;display:inline-block;line-height:1.2;transition:background var(--edc-transition-standard, 250ms ease),transform var(--edc-transition-standard, 250ms ease)}.woocommerce-message .button:hover,.woocommerce-info .button:hover,.woocommerce-error .button:hover,ul.woocommerce-error .button:hover,.woocommerce a.button.wc-forward:hover,.woocommerce a.button.wc-backward:hover{background:var(--pf-primary-dark, #9f1221) !important;color:#fff !important}.woocommerce-page__inner{padding:2rem 0 4rem}.woocommerce-cart .wc-empty-cart-message{max-width:760px;margin:0 auto 2rem}.woocommerce-cart .cart-empty.woocommerce-info{animation:none;margin-bottom:0}.woocommerce-cart .return-to-shop{text-align:center;margin:0 0 3rem}.woocommerce-cart .cross-sells{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08)}.woocommerce-cart .cross-sells>h2{font-family:var(--edc-font-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-size:clamp(1.5rem,3vw,2rem);text-transform:uppercase;letter-spacing:.04em;margin:0 0 1.5rem}.woocommerce-cart .cross-sells ul.products{display:grid;grid-template-columns:1fr;gap:1.5rem;list-style:none;margin:0;padding:0;width:100%}@media(min-width: 601px){.woocommerce-cart .cross-sells ul.products{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 992px){.woocommerce-cart .cross-sells ul.products{grid-template-columns:repeat(4, minmax(0, 1fr))}}.woocommerce-cart .cross-sells ul.products li.product{float:none;width:auto;margin:0;min-width:0}@media(max-width: 600px){.woocommerce-notices-wrapper{margin:16px auto;padding:0 16px}.woocommerce-message,.woocommerce-info,.woocommerce-error,ul.woocommerce-error{display:flex;flex-direction:column;gap:14px;padding:18px 20px 18px 64px !important}.woocommerce-message::before,.woocommerce-info::before,.woocommerce-error::before{top:28px !important;transform:none !important}.woocommerce-message .button,.woocommerce-info .button,.woocommerce-error .button,ul.woocommerce-error .button,.woocommerce a.button.wc-forward,.woocommerce a.button.wc-backward{width:100%;text-align:center}.woocommerce-products-header .term-description,.tax-product_brand .term-description,.tax-product_cat .term-description,.shop-archive .term-description{padding:22px 20px;margin:16px 0 28px;font-size:16px}}/*# sourceMappingURL=main.css.map */
