:root{
  --fr-ink:#17211f;
  --fr-muted:#62706b;
  --fr-green:#17463d;
  --fr-green-2:#245c50;
  --fr-cream:#f7f3ea;
  --fr-soft:#f3f7f5;
  --fr-white:#fff;
  --fr-gold:#c89548;
  --fr-line:#dce5e1;
  --fr-danger:#b84b3f;
  --fr-radius:18px;
  --fr-shadow:0 14px 40px rgba(23,70,61,.10);
  --fr-container:min(1200px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--fr-ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
body.fr-menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}
button,a{touch-action:manipulation}
.fr-container{width:var(--fr-container);margin-inline:auto}
.fr-reading-width{max-width:900px}
.screen-reader-text,.fr-skip-link{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.fr-skip-link:focus{clip:auto!important;width:auto;height:auto;margin:0;padding:12px 16px;left:12px;top:12px;background:#fff;color:#000;z-index:9999;border-radius:8px;box-shadow:var(--fr-shadow)}
.fr-scroll-marker{height:1px;position:absolute;top:0;left:0;width:1px}

.site-header{background:#fff;position:sticky;top:0;z-index:500;transition:box-shadow .2s ease}
.site-header.is-scrolled{box-shadow:0 8px 24px rgba(0,0,0,.08)}
.admin-bar .site-header{top:32px}
.fr-announcement{background:var(--fr-green);color:#fff;font-size:13px}
.fr-announcement__inner{min-height:36px;display:flex;align-items:center;justify-content:center;gap:42px;white-space:nowrap;overflow:hidden}
.fr-header-main{border-bottom:1px solid var(--fr-line)}
.fr-header-main__inner{min-height:84px;display:grid;grid-template-columns:220px minmax(280px,1fr) auto;gap:28px;align-items:center}
.fr-brand{display:inline-flex;align-items:center;gap:10px;font-weight:850;letter-spacing:-.03em;font-size:29px;color:var(--fr-green)}
.fr-brand__mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--fr-cream);font-size:22px}
.fr-brand__custom-logo .custom-logo-link{display:block}.fr-brand__custom-logo img{max-height:54px;width:auto}
.fr-product-search-form{display:flex;align-items:center;border:1px solid #cfdad6;background:#fafcfb;border-radius:999px;overflow:hidden;transition:.2s}
.fr-product-search-form:focus-within{border-color:var(--fr-green);box-shadow:0 0 0 3px rgba(23,70,61,.1)}
.fr-product-search-form input[type=search]{flex:1;min-width:0;border:0!important;background:transparent!important;padding:13px 18px!important;outline:0!important;box-shadow:none!important;height:48px!important}
.fr-product-search-form button{height:48px;border:0;background:var(--fr-green);color:#fff;padding:0 21px;cursor:pointer;font-weight:750;display:flex;align-items:center;gap:7px}
.fr-header-actions{display:flex;align-items:center;gap:18px}
.fr-icon-link{position:relative;display:flex;align-items:center;gap:7px;font-weight:700;font-size:14px;min-height:44px}
.fr-icon-link__icon{font-size:20px}.fr-cart-count{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--fr-gold);color:#18211e;font-size:11px;font-weight:850;line-height:1}
.fr-menu-toggle{display:none;background:none;border:0;padding:9px;cursor:pointer}.fr-menu-toggle>span:not(.screen-reader-text){display:block;width:24px;height:2px;background:var(--fr-ink);margin:5px 0}
.fr-primary-nav{border-bottom:1px solid var(--fr-line);background:#fff}.fr-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:29px;min-height:48px}.fr-menu>li{position:relative}.fr-menu a{display:block;font-size:14px;font-weight:700;padding:13px 0}.fr-menu a:hover{color:var(--fr-green)}
.fr-menu .sub-menu{display:none;position:absolute;left:-18px;top:100%;min-width:220px;padding:10px 0;margin:0;list-style:none;background:#fff;border:1px solid var(--fr-line);border-radius:12px;box-shadow:var(--fr-shadow)}.fr-menu li:hover>.sub-menu,.fr-menu li:focus-within>.sub-menu{display:block}.fr-menu .sub-menu a{padding:9px 18px;font-weight:600}
.site-header--checkout .fr-header-main__inner{grid-template-columns:1fr auto}.fr-checkout-header-note{font-weight:800;color:var(--fr-green)}

.fr-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{display:inline-flex!important;align-items:center;justify-content:center;min-height:48px;padding:12px 22px!important;border:1px solid var(--fr-green)!important;border-radius:999px!important;background:var(--fr-green)!important;color:#fff!important;font-weight:800!important;line-height:1.2!important;box-shadow:none!important;transition:transform .18s ease,background .18s ease,border-color .18s ease!important;cursor:pointer}.fr-button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--fr-green-2)!important;border-color:var(--fr-green-2)!important;transform:translateY(-1px)}
.fr-button--secondary,.fr-button--ghost{background:#fff!important;color:var(--fr-green)!important}.fr-button--ghost{border-color:var(--fr-line)!important}.fr-button--small{min-height:40px;padding:9px 15px!important;font-size:14px}.fr-button--light{background:#fff!important;color:var(--fr-green)!important;border-color:#fff!important}
.fr-text-link{color:var(--fr-green);font-weight:800}.fr-text-link:hover{text-decoration:underline;text-underline-offset:4px}
.fr-eyebrow{display:inline-block;color:var(--fr-green);font-weight:850;font-size:13px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}

.fr-hero{background:linear-gradient(120deg,#f6f1e7 0%,#f8fbf9 60%,#edf5f1 100%);padding:54px 0 60px;overflow:hidden}.fr-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:64px;align-items:center}.fr-hero h1{font-size:clamp(42px,5.1vw,72px);line-height:1.02;letter-spacing:-.055em;margin:0 0 22px;max-width:820px}.fr-hero__content>p{font-size:19px;line-height:1.65;color:#4e5b57;max-width:700px;margin:0 0 27px}.fr-hero__actions{display:flex;gap:12px;flex-wrap:wrap}.fr-hero__checks{display:flex;flex-wrap:wrap;gap:10px 22px;list-style:none;padding:0;margin:25px 0 0;color:#41504b;font-size:14px;font-weight:650}
.fr-hero-product{background:#fff;border-radius:28px;padding:14px;box-shadow:0 24px 70px rgba(23,70,61,.14);transform:rotate(1.2deg)}.fr-hero-product__image{display:block;aspect-ratio:1.2/1;overflow:hidden;border-radius:21px;background:#f0f4f2}.fr-hero-product__image img{width:100%;height:100%;object-fit:cover}.fr-hero-product__info{padding:20px 18px 15px}.fr-hero-product__info>span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--fr-muted);font-weight:800}.fr-hero-product h2{font-size:24px;line-height:1.2;margin:7px 0}.fr-hero-product__price{font-size:20px;font-weight:850;margin-bottom:6px}.fr-hero-placeholder{min-height:440px;border-radius:28px;background:var(--fr-green);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;font-size:20px}.fr-hero-placeholder span{font-size:90px}
.fr-benefit-bar{border-bottom:1px solid var(--fr-line);background:#fff}.fr-benefit-bar__grid{display:grid;grid-template-columns:repeat(4,1fr)}.fr-benefit-bar__grid>div{padding:22px 18px;display:grid;grid-template-columns:34px 1fr;column-gap:10px;align-items:center;border-right:1px solid var(--fr-line)}.fr-benefit-bar__grid>div:last-child{border-right:0}.fr-benefit-bar span{grid-row:1/3;font-size:23px}.fr-benefit-bar strong{font-size:14px}.fr-benefit-bar small{font-size:12px;color:var(--fr-muted)}
.fr-section{padding:82px 0}.fr-section--soft{background:var(--fr-soft)}.fr-section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:34px}.fr-section-heading h2{font-size:clamp(30px,3vw,46px);line-height:1.08;letter-spacing:-.04em;margin:0}.fr-section-heading p{color:var(--fr-muted);margin:12px 0 0;max-width:680px}.fr-section-heading--center{text-align:center;justify-content:center}
.fr-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.fr-category-card{border:1px solid var(--fr-line);background:#fff;border-radius:var(--fr-radius);overflow:hidden;transition:.2s ease}.fr-category-card:hover{transform:translateY(-4px);box-shadow:var(--fr-shadow);border-color:#c5d4ce}.fr-category-card__media{height:190px;background:linear-gradient(145deg,#edf4f0,#f7f2e8);background-size:cover;background-position:center;display:grid;place-items:center;font-size:54px}.fr-category-card__body{padding:17px 18px 20px;display:flex;justify-content:space-between;align-items:end;gap:10px}.fr-category-card h3{font-size:19px;margin:0;line-height:1.2}.fr-category-card span{font-size:12px;color:var(--fr-muted);white-space:nowrap}
.fr-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.fr-product-card{background:#fff;border:1px solid var(--fr-line);border-radius:var(--fr-radius);overflow:hidden;min-width:0;transition:.2s ease}.fr-product-card:hover{transform:translateY(-3px);box-shadow:var(--fr-shadow)}.fr-product-card__image{position:relative;display:block;aspect-ratio:1/1;background:#f4f6f5;overflow:hidden}.fr-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.fr-product-card:hover .fr-product-card__image img{transform:scale(1.025)}.fr-sale-badge{position:absolute;left:12px;top:12px;background:var(--fr-danger);color:#fff;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:850}.fr-product-card__body{padding:17px}.fr-product-card h3{font-size:17px;line-height:1.3;margin:0 0 10px;min-height:44px}.fr-product-card__price{font-weight:850;font-size:17px;margin-bottom:14px}.fr-product-card__price del{color:#8a9591;font-weight:600}.fr-product-card__price ins{text-decoration:none;color:var(--fr-danger)}
.fr-solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.fr-solution-grid>a{padding:28px 24px;border:1px solid var(--fr-line);border-radius:var(--fr-radius);background:#fff;min-height:260px;display:flex;flex-direction:column;align-items:flex-start;transition:.2s}.fr-solution-grid>a:hover{background:var(--fr-green);color:#fff;transform:translateY(-3px)}.fr-solution-grid span{font-size:32px}.fr-solution-grid h3{font-size:22px;line-height:1.15;margin:20px 0 8px}.fr-solution-grid p{color:var(--fr-muted);font-size:14px;margin:0 0 22px}.fr-solution-grid>a:hover p{color:#d8e8e3}.fr-solution-grid strong{margin-top:auto;font-size:14px}
.fr-sale-section{background:#fff8ee}.fr-story-section{background:var(--fr-green);color:#fff}.fr-story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}.fr-story-section .fr-eyebrow{color:#e5c58d}.fr-story-section h2{font-size:clamp(34px,4vw,54px);line-height:1.05;letter-spacing:-.04em;margin:0 0 20px}.fr-story-section p{color:#d6e3df}.fr-story-points{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.fr-story-points>div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:var(--fr-radius);padding:24px}.fr-story-points span{font-weight:850;color:#e5c58d}.fr-story-points h3{font-size:19px;line-height:1.2;margin:20px 0 10px}.fr-story-points p{font-size:14px;margin:0}
.fr-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.fr-blog-card{background:#fff;border:1px solid var(--fr-line);border-radius:var(--fr-radius);overflow:hidden}.fr-blog-card__image{display:grid;place-items:center;aspect-ratio:1.55/1;background:#eaf1ee;font-size:46px;overflow:hidden}.fr-blog-card__image img{width:100%;height:100%;object-fit:cover}.fr-blog-card__body{padding:22px}.fr-blog-card__body>span{font-size:12px;color:var(--fr-muted)}.fr-blog-card h3,.fr-blog-card h2{font-size:21px;line-height:1.25;margin:7px 0 10px}.fr-blog-card p{color:var(--fr-muted);font-size:14px}
.fr-faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:75px}.fr-faq-grid h2{font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.04em;margin:0}.fr-faq-grid>div:first-child p{color:var(--fr-muted)}.fr-faq-list details{border-bottom:1px solid var(--fr-line);padding:0}.fr-faq-list summary{list-style:none;cursor:pointer;font-size:18px;font-weight:800;padding:20px 38px 20px 0;position:relative}.fr-faq-list summary::-webkit-details-marker{display:none}.fr-faq-list summary:after{content:'+';position:absolute;right:4px;font-size:26px;font-weight:500;color:var(--fr-green)}.fr-faq-list details[open] summary:after{content:'–'}.fr-faq-list details p{margin:0 0 20px;color:var(--fr-muted)}
.fr-final-cta{padding:50px 0;background:#d8b16d}.fr-final-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.fr-final-cta .fr-eyebrow{color:#3f341e}.fr-final-cta h2{font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-.04em;margin:0;max-width:800px}

.site-footer{background:#102f2a;color:#fff;padding:64px 0 28px}.fr-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:48px}.site-footer h2{font-size:14px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 16px;color:#d9e7e3}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin:9px 0}.site-footer a:hover{text-decoration:underline;text-underline-offset:4px}.fr-footer-brand p{max-width:320px;color:#bdd0ca;font-size:14px}.fr-brand--footer{color:#fff}.fr-footer-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:52px;padding:23px 0;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);font-size:13px;color:#d3e1dd}.fr-footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:24px;color:#9bb5ae;font-size:12px}.fr-mobile-bottom-nav{display:none}

.fr-content-main,.shop-main{padding:55px 0 80px;min-height:55vh}.fr-page-header{margin-bottom:32px}.fr-page-header h1{font-size:clamp(34px,4vw,54px);line-height:1.08;letter-spacing:-.04em;margin:0}.fr-archive-description{color:var(--fr-muted);max-width:760px}.entry-content{font-size:17px}.entry-content h2{font-size:30px;line-height:1.2;margin-top:2em}.entry-content h3{font-size:22px;line-height:1.25}.entry-content a{color:var(--fr-green);text-decoration:underline;text-underline-offset:3px}.entry-content img{border-radius:14px}.fr-single-featured{margin-bottom:28px}.fr-single-featured img{border-radius:var(--fr-radius)}.fr-post-list{display:grid;gap:22px}.fr-post-card{display:grid;grid-template-columns:280px 1fr;gap:26px;border:1px solid var(--fr-line);border-radius:var(--fr-radius);padding:18px}.fr-post-card img{width:100%;height:180px;object-fit:cover;border-radius:12px}.fr-post-card h2{margin:4px 0;font-size:24px}.fr-empty-state{text-align:center;padding:80px 20px}.fr-empty-icon{font-size:70px}.fr-empty-state h1{font-size:42px;line-height:1.1}.comments-area{margin-top:50px;border-top:1px solid var(--fr-line);padding-top:30px}

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb{font-size:13px;color:var(--fr-muted);margin:0 0 22px}.woocommerce .woocommerce-breadcrumb a{color:var(--fr-green)}
.woocommerce-products-header{margin-bottom:30px}.woocommerce-products-header__title.page-title{font-size:clamp(36px,4.5vw,56px);letter-spacing:-.045em;line-height:1.05;margin:0 0 12px}.term-description{max-width:780px;color:var(--fr-muted)}
.woocommerce .woocommerce-ordering select{border:1px solid var(--fr-line);border-radius:999px;padding:10px 40px 10px 14px;background:#fff}.woocommerce .woocommerce-result-count{color:var(--fr-muted);font-size:14px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:26px 0 0!important}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;border:1px solid var(--fr-line);border-radius:var(--fr-radius);background:#fff;overflow:hidden;padding:0 0 17px!important;transition:.2s}.woocommerce ul.products li.product:hover{box-shadow:var(--fr-shadow);transform:translateY(-3px)}.woocommerce ul.products li.product a img{margin:0!important;width:100%;aspect-ratio:1/1;object-fit:cover;background:#f3f5f4}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px!important;line-height:1.3!important;padding:16px 16px 4px!important;min-height:62px}.woocommerce ul.products li.product .price{color:var(--fr-ink)!important;font-size:16px!important;font-weight:850!important;margin:0 16px 13px!important}.woocommerce ul.products li.product .button{margin:0 16px!important;min-height:40px!important;padding:9px 15px!important;font-size:13px!important}.woocommerce span.onsale{min-width:auto!important;min-height:auto!important;line-height:1!important;padding:7px 10px!important;background:var(--fr-danger)!important;border-radius:999px!important;left:12px!important;top:12px!important;font-size:11px!important}
.woocommerce div.product{display:flow-root}.woocommerce div.product div.images{width:52%!important}.woocommerce div.product div.summary{width:43%!important}.woocommerce div.product .product_title{font-size:clamp(34px,4vw,52px);letter-spacing:-.045em;line-height:1.05;margin-bottom:13px}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--fr-ink)!important;font-size:26px!important;font-weight:850}.woocommerce div.product p.price del{font-size:18px;color:#89938f}.woocommerce div.product p.price ins{text-decoration:none;color:var(--fr-danger)}.woocommerce-product-details__short-description{color:#4c5955;font-size:17px}.woocommerce div.product form.cart{margin-top:24px}.woocommerce div.product form.cart .variations{margin-bottom:12px}.woocommerce div.product form.cart .variations th{padding:11px 14px 11px 0;text-align:left}.woocommerce div.product form.cart .variations select{min-height:46px;border:1px solid #cfdad6;border-radius:10px;padding:8px 12px;background:#fff}.woocommerce div.product form.cart div.quantity{margin-right:10px}.woocommerce .quantity .qty{min-height:48px;border:1px solid #cfdad6;border-radius:10px;width:68px}.woocommerce div.product .woocommerce-product-gallery__wrapper{border-radius:var(--fr-radius);overflow:hidden}.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li{width:auto!important;float:none!important}.woocommerce div.product .woocommerce-tabs{padding-top:60px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;border-bottom:1px solid var(--fr-line)}.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs li{background:none!important;border:0!important;margin:0 22px 0 0!important;padding:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:13px 0!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--fr-green)!important;border-bottom:2px solid var(--fr-green)}.woocommerce div.product .woocommerce-tabs .panel{max-width:920px}.woocommerce div.product .woocommerce-tabs .panel h2{font-size:30px;line-height:1.15}.fr-product-trust{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0 0}.fr-product-trust span{font-size:12px;font-weight:700;padding:8px 10px;border-radius:999px;background:var(--fr-soft);color:#41504b}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-radius:12px;border-top-width:3px!important;background:#f7faf8!important}.woocommerce-message{border-top-color:var(--fr-green)!important}.woocommerce-info{border-top-color:#4a7c91!important}.woocommerce-error{border-top-color:var(--fr-danger)!important}.woocommerce-message::before{color:var(--fr-green)!important}
.woocommerce table.shop_table{border:1px solid var(--fr-line)!important;border-radius:14px!important;overflow:hidden}.woocommerce table.shop_table th{background:#f6f8f7}.woocommerce table.shop_table td,.woocommerce table.shop_table th{padding:14px!important}.woocommerce-cart table.cart img{width:74px;border-radius:10px}.woocommerce-cart .cart-collaterals .cart_totals{width:42%;background:var(--fr-soft);padding:22px;border-radius:var(--fr-radius)}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{width:100%;font-size:17px!important}.fr-checkout-reassurance{font-size:12px;color:var(--fr-muted);margin-top:12px}.fr-checkout-reassurance a{color:var(--fr-green);font-weight:700}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{border:1px solid #cfdad6!important;border-radius:10px!important;min-height:48px;padding:10px 12px;background:#fff}.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus{outline:0;border-color:var(--fr-green)!important;box-shadow:0 0 0 3px rgba(23,70,61,.09)}.woocommerce-checkout #customer_details{width:56%;float:left;padding-right:30px}.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{width:44%;float:right}.woocommerce-checkout #order_review{background:var(--fr-soft);padding:22px;border-radius:var(--fr-radius)}.woocommerce-checkout #payment{background:#fff!important;border:1px solid var(--fr-line);border-radius:14px!important}.woocommerce-checkout #payment div.payment_box{background:var(--fr-soft)!important}.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:var(--fr-soft)!important}.woocommerce-checkout #place_order{width:100%;font-size:17px!important;min-height:54px!important}
.woocommerce nav.woocommerce-pagination ul{border:0!important;display:flex;gap:6px}.woocommerce nav.woocommerce-pagination ul li{border:0!important}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{border:1px solid var(--fr-line);border-radius:8px;padding:10px 13px!important}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--fr-green)!important;color:#fff}

@media (max-width:1080px){
  :root{--fr-container:min(100% - 32px,1000px)}
  .fr-header-main__inner{grid-template-columns:180px 1fr auto;gap:16px}.fr-icon-link__label{display:none}
  .fr-hero__grid{grid-template-columns:1fr 420px;gap:35px}.fr-hero h1{font-size:50px}
  .fr-product-grid,.woocommerce ul.products{grid-template-columns:repeat(3,1fr)!important}.fr-solution-grid{grid-template-columns:repeat(2,1fr)}
  .fr-story-grid{grid-template-columns:1fr;gap:40px}.fr-footer-grid{grid-template-columns:1.2fr repeat(3,1fr);gap:28px}
}
@media (max-width:820px){
  :root{--fr-container:calc(100% - 28px)}
  .admin-bar .site-header{top:46px}.fr-announcement__inner{justify-content:flex-start;overflow-x:auto;gap:28px;padding-block:7px;scrollbar-width:none}.fr-announcement__inner::-webkit-scrollbar{display:none}
  .fr-header-main__inner{min-height:70px;grid-template-columns:1fr auto}.fr-brand{font-size:25px}.fr-brand__mark{width:38px;height:38px}.fr-header-search{grid-column:1/-1;grid-row:2;padding-bottom:12px}.fr-header-main__inner{padding-top:7px}.fr-menu-toggle{display:block}.fr-primary-nav{display:none;position:fixed;inset:0;top:0;z-index:700;background:#fff;padding-top:92px;overflow-y:auto}.fr-primary-nav.is-open{display:block}.fr-primary-nav .fr-container{width:100%;padding:0 22px}.fr-menu{display:block;min-height:0}.fr-menu a{font-size:19px;padding:13px 0;border-bottom:1px solid var(--fr-line)}.fr-menu .sub-menu{position:static;display:block;border:0;box-shadow:none;padding:0 0 0 16px}.fr-menu .sub-menu a{font-size:15px;padding:8px 0}.fr-menu-toggle{position:relative;z-index:800}
  .fr-hero{padding:40px 0}.fr-hero__grid{grid-template-columns:1fr}.fr-hero h1{font-size:clamp(40px,10vw,58px)}.fr-hero-product{max-width:560px;margin:auto;width:100%;transform:none}.fr-benefit-bar__grid{grid-template-columns:repeat(2,1fr)}.fr-benefit-bar__grid>div:nth-child(2){border-right:0}.fr-benefit-bar__grid>div:nth-child(-n+2){border-bottom:1px solid var(--fr-line)}
  .fr-section{padding:62px 0}.fr-category-grid{grid-template-columns:repeat(2,1fr)}.fr-product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important}.fr-story-points{grid-template-columns:1fr}.fr-blog-grid{grid-template-columns:1fr 1fr}.fr-faq-grid{grid-template-columns:1fr;gap:35px}.fr-footer-grid{grid-template-columns:1fr 1fr}.fr-footer-brand{grid-column:1/-1}.fr-footer-trust{grid-template-columns:1fr 1fr}.fr-footer-bottom{display:block}.fr-footer-bottom span{display:block;margin-top:6px}
  .woocommerce div.product div.images,.woocommerce div.product div.summary{width:100%!important;float:none!important}.woocommerce div.product div.summary{margin-top:28px}.woocommerce-cart .cart-collaterals .cart_totals{width:100%}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{width:100%;float:none;padding-right:0}.woocommerce-checkout #order_review_heading{margin-top:38px}
  .fr-mobile-bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;z-index:650;background:#fff;border-top:1px solid var(--fr-line);box-shadow:0 -8px 22px rgba(0,0,0,.07);padding-bottom:env(safe-area-inset-bottom)}.fr-mobile-bottom-nav>a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:58px;font-size:19px}.fr-mobile-bottom-nav small{font-size:10px;font-weight:700}.fr-mobile-bottom-nav .fr-cart-count{position:absolute;top:5px;left:54%;min-width:17px;height:17px;font-size:9px}.site-footer{padding-bottom:90px}
}
@media (max-width:560px){
  :root{--fr-container:calc(100% - 22px)}
  .fr-announcement__inner{font-size:11px}.fr-header-actions{gap:8px}.fr-header-actions .fr-icon-link:first-child{display:none}.fr-product-search-form button span{display:none}.fr-product-search-form button{padding:0 17px}.fr-hero{padding-top:31px}.fr-hero h1{font-size:40px}.fr-hero__content>p{font-size:17px}.fr-hero__actions{display:grid}.fr-hero__actions .fr-button{width:100%}.fr-hero__checks{display:grid;gap:6px}.fr-benefit-bar__grid{grid-template-columns:1fr 1fr}.fr-benefit-bar__grid>div{padding:16px 10px;grid-template-columns:27px 1fr}.fr-benefit-bar small{display:none}
  .fr-section-heading{display:block}.fr-section-heading>.fr-text-link{display:inline-block;margin-top:16px}.fr-category-grid{grid-template-columns:1fr 1fr;gap:10px}.fr-category-card__media{height:125px}.fr-category-card__body{display:block;padding:13px}.fr-category-card h3{font-size:15px}.fr-category-card span{font-size:10px}.fr-product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.fr-product-card__body{padding:12px}.fr-product-card h3{font-size:14px;min-height:55px}.fr-product-card__price{font-size:14px}.fr-product-card .fr-button{width:100%;padding:8px 6px!important;font-size:11px}.fr-solution-grid{grid-template-columns:1fr}.fr-solution-grid>a{min-height:210px}.fr-blog-grid{grid-template-columns:1fr}.fr-final-cta__inner{display:block}.fr-final-cta .fr-button{margin-top:22px}.fr-footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px}.fr-footer-brand{grid-column:1/-1}.fr-footer-trust{grid-template-columns:1fr}.fr-post-card{grid-template-columns:1fr}.fr-page-header h1{font-size:38px}
  .woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{float:none!important}.woocommerce .woocommerce-ordering{margin-bottom:18px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important;padding:12px 10px 2px!important;min-height:56px}.woocommerce ul.products li.product .price{margin:0 10px 10px!important;font-size:14px!important}.woocommerce ul.products li.product .button{margin:0 10px!important;width:calc(100% - 20px);padding:8px 5px!important;font-size:11px!important;white-space:normal}.woocommerce div.product .product_title{font-size:36px}.woocommerce div.product p.price{font-size:23px!important}.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;overflow-x:auto;white-space:nowrap}.woocommerce div.product .woocommerce-tabs ul.tabs li{margin-right:16px!important}.woocommerce table.shop_table_responsive tr td::before{font-weight:800}.woocommerce-cart table.cart td.actions .coupon .input-text{width:48%!important;min-height:44px;border-radius:8px;border:1px solid var(--fr-line)}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Fellruhe Conversion Pro v2: consistent product imagery + 2026 withdrawal UI */
.fr-product-card__image,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce div.product div.images .woocommerce-product-gallery__image {
  background:#f7f5f1;
}
.fr-product-card__image img,
.woocommerce ul.products li.product a img {
  width:100%!important;
  aspect-ratio:1/1;
  object-fit:contain!important;
  object-position:center;
  background:#f7f5f1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  width:100%;
  max-height:720px;
  object-fit:contain;
  object-position:center;
  background:#f7f5f1;
  border-radius:18px;
}
.woocommerce div.product div.images .flex-control-thumbs img {
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:9px;
}
.single-product img[src*="paisible-voyage.com"] { display:none!important; }

.fr-withdrawal {
  max-width:780px;
  margin:0 auto;
  padding:10px 0 34px;
}
.fr-withdrawal__intro { margin-bottom:24px; }
.fr-withdrawal__intro h2 { margin-bottom:10px; }
.fr-withdrawal-form {
  display:grid;
  gap:18px;
  padding:24px;
  background:#fff;
  border:1px solid var(--fr-line);
  border-radius:18px;
  box-shadow:0 12px 36px rgba(27,49,43,.06);
}
.fr-form-field { display:grid; gap:7px; }
.fr-form-field label { font-weight:800; color:var(--fr-text); }
.fr-form-field input {
  width:100%;
  min-height:50px;
  padding:11px 13px;
  border:1px solid #cfdad6;
  border-radius:10px;
  font:inherit;
  background:#fff;
}
.fr-form-field input:focus {
  outline:0;
  border-color:var(--fr-green);
  box-shadow:0 0 0 3px rgba(23,70,61,.09);
}
.fr-form-field small,.fr-form-privacy { color:var(--fr-muted); font-size:13px; line-height:1.5; }
.fr-honeypot { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.fr-form-alert { padding:18px 20px; border-radius:14px; margin:0 0 22px; }
.fr-form-alert h3 { margin:0 0 8px; }
.fr-form-alert p:last-child,.fr-form-alert ul:last-child { margin-bottom:0; }
.fr-form-alert--error { background:#fff3f1; border:1px solid #efc5be; }
.fr-form-alert--success { background:#eef8f2; border:1px solid #b9ddc7; }
.fr-withdrawal-summary {
  padding:22px;
  margin-bottom:18px;
  background:var(--fr-soft);
  border:1px solid var(--fr-line);
  border-radius:16px;
}
.fr-withdrawal-summary dl { margin:16px 0; }
.fr-withdrawal-summary dl>div { display:grid; grid-template-columns:180px 1fr; gap:12px; padding:9px 0; border-bottom:1px solid var(--fr-line); }
.fr-withdrawal-summary dt { font-weight:800; }
.fr-withdrawal-summary dd { margin:0; }
.fr-withdrawal-confirm { min-width:220px; }
.fr-withdrawal-footer-link { font-weight:800; }
.fr-withdrawal-float {
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:640;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 14px;
  border-radius:999px;
  background:#fff;
  color:var(--fr-green);
  border:1px solid rgba(23,70,61,.25);
  box-shadow:0 8px 24px rgba(0,0,0,.11);
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}
.fr-withdrawal-float:hover { background:var(--fr-green); color:#fff; }
.fr-breadcrumb-separator { margin:0 8px; opacity:.5; }

@media (max-width:820px){
  .fr-withdrawal-float { bottom:74px; right:10px; font-size:11px; min-height:38px; }
}
@media (max-width:560px){
  .fr-withdrawal-form { padding:18px 15px; }
  .fr-withdrawal-summary dl>div { grid-template-columns:1fr; gap:2px; }
  .fr-withdrawal-confirm { width:100%; }
}
