@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
:root{--fo-red:#e30613;--fo-red-dark:#b80510;--fo-gold:#b8860b;--fo-gold-dark:#9a7209;--fo-text:#0f172a;--fo-muted:#475569;--fo-soft:#f8fafc;--fo-dark:#111827;--fo-border:#e8ecf2;--fo-shadow:0 22px 60px rgba(15,23,42,.16)}
.fo-site,.fo-site *{box-sizing:border-box}.fo-site{width:100%;min-height:100vh;background:#fff;color:var(--fo-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;overflow-x:hidden}.fo-site a{text-decoration:none}.fo-container{width:min(1472px,calc(100% - 64px));max-width:min(1472px,calc(100% - 64px));margin-inline:auto}.fo-header{position:fixed;top:0;left:0;right:0;z-index:9999;background:transparent;transition:background .25s ease,box-shadow .25s ease,backdrop-filter .25s ease}.admin-bar .fo-header{top:32px}.fo-header.is-scrolled{background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(15,23,42,.08);backdrop-filter:blur(14px)}.fo-nav-shell{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.fo-brand{display:flex;align-items:center;gap:14px;min-width:260px}.fo-brand img{width:62px;height:52px;object-fit:contain}.fo-brand span{display:flex;flex-direction:column;line-height:1.05}.fo-brand strong{font-size:16px;font-weight:900;letter-spacing:.02em;color:#fff}.fo-brand small{margin-top:3px;font-size:10px;font-weight:700;letter-spacing:.12em;color:rgba(255,255,255,.72)}.fo-header.is-scrolled .fo-brand strong{color:var(--fo-red)}.fo-header.is-scrolled .fo-brand small{color:#64748b}.fo-desktop-nav{display:flex;align-items:center;gap:24px}.fo-desktop-nav a:not(.fo-btn){font-size:14px;font-weight:800;color:#fff;transition:color .2s ease}.fo-desktop-nav a:not(.fo-btn):hover,.fo-desktop-nav a.is-active{color:var(--fo-red)}.fo-header.is-scrolled .fo-desktop-nav a:not(.fo-btn){color:#334155}.fo-header.is-scrolled .fo-desktop-nav a:not(.fo-btn):hover,.fo-header.is-scrolled .fo-desktop-nav a.is-active{color:var(--fo-red)}.fo-mobile-toggle{display:none;width:44px;height:44px;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:0;background:transparent}.fo-mobile-toggle span{width:25px;height:2px;background:#fff}.fo-header.is-scrolled .fo-mobile-toggle span{background:#0f172a}.fo-mobile-nav{display:none;background:#fff;border-top:1px solid var(--fo-border);box-shadow:0 14px 34px rgba(15,23,42,.1)}.fo-mobile-nav.is-open{display:block}.fo-mobile-nav .fo-container{display:flex;flex-direction:column;gap:10px;padding:16px 0 20px}.fo-mobile-nav a{font-weight:800;color:#334155}.fo-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:13px 26px;border:1px solid var(--fo-red);border-radius:9px;background:var(--fo-red);color:#fff;font-size:15px;font-weight:900;line-height:1;box-shadow:0 10px 24px rgba(227,6,19,.24);transition:all .2s ease}.fo-btn:hover{background:var(--fo-red-dark);border-color:var(--fo-red-dark);color:#fff;transform:translateY(-1px)}.fo-btn-small{min-height:38px;padding:10px 18px;font-size:14px}.fo-btn-outline{background:transparent;border-color:rgba(255,255,255,.86);color:#fff;box-shadow:none}.fo-btn-outline:hover{background:rgba(255,255,255,.1);border-color:#fff}.fo-btn-outline-red{background:transparent;border-color:var(--fo-red);color:var(--fo-red);box-shadow:none}.fo-btn-outline-red:hover{background:var(--fo-red);border-color:var(--fo-red);color:#fff}.fo-btn-light{background:#fff;border-color:#fff;color:var(--fo-red);box-shadow:none}.fo-btn-light:hover{background:#f8fafc;border-color:#f8fafc;color:var(--fo-red)}.fo-btn-gold{background:var(--fo-gold);border-color:var(--fo-gold);box-shadow:none}.fo-btn-gold:hover{background:var(--fo-gold-dark);border-color:var(--fo-gold-dark)}.fo-hero{position:relative;height:90vh;min-height:650px;max-height:980px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center center;color:#fff;overflow:hidden}.fo-hero-sub{height:560px;min-height:520px;max-height:none}.fo-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.60),rgba(0,0,0,.40) 45%,rgba(0,0,0,.74));z-index:0}.fo-hero-dark:before{background:linear-gradient(to bottom,rgba(0,0,0,.68),rgba(0,0,0,.52))}.fo-hero-content{position:relative;z-index:1;width:min(760px,calc(100% - 32px));padding-top:84px;text-align:center}.fo-hero h1{margin:0 0 14px;font-size:clamp(46px,5vw,70px);font-weight:950;line-height:1.02;letter-spacing:-.045em;color:#fff}.fo-hero-sub h1{font-size:clamp(40px,5vw,58px)}.fo-hero-subtitle{margin:0 0 6px;font-size:clamp(20px,2.1vw,30px);line-height:1.25;color:rgba(255,255,255,.95)}.fo-hero-location{margin:0 0 32px;font-size:14px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.72)}.fo-hero-actions,.fo-cta-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.fo-section{padding:92px 0;background:#fff}.fo-section-soft{background:var(--fo-soft)}.fo-section-dark{background:var(--fo-dark);color:#fff}.fo-section-title{max-width:780px;margin:0 auto 62px;text-align:center}.fo-section-title h2,.fo-copy h2,.fo-cta h2{margin:0 0 14px;font-size:clamp(32px,4vw,42px);font-weight:950;line-height:1.08;letter-spacing:-.035em;color:inherit}.fo-section-title p,.fo-copy p{margin:0;color:var(--fo-muted);font-size:17px;line-height:1.8}.fo-section-dark .fo-copy p{color:#d1d5db}.fo-card-grid{display:grid;gap:24px}.fo-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.fo-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.fo-card{min-height:205px;padding:28px;border:1px solid var(--fo-border);border-radius:13px;background:#fff;transition:box-shadow .25s ease,transform .25s ease}.fo-card:hover{box-shadow:0 18px 36px rgba(15,23,42,.1);transform:translateY(-4px)}.fo-card-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:18px;border-radius:12px;background:#fff1f2;color:var(--fo-red);font-weight:900}.fo-card h3{margin:0 0 10px;font-size:19px;font-weight:900}.fo-card p{margin:0;color:var(--fo-muted);font-size:14.5px;line-height:1.7}.fo-card-link{display:inline-flex;margin-top:18px;color:var(--fo-red);font-weight:900}.fo-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}.fo-panel-image{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px;box-shadow:var(--fo-shadow)}.fo-copy{max-width:620px}.fo-copy p+p{margin-top:18px}.fo-checklist{list-style:none;margin:28px 0 30px;padding:0;display:grid;gap:12px}.fo-checklist li{position:relative;padding-left:34px;color:#334155}.fo-checklist li:before{content:"✓";position:absolute;left:0;top:-1px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#fff1f2;color:var(--fo-red);font-size:13px;font-weight:900}.fo-eyebrow{display:block;margin-bottom:12px;color:var(--fo-gold);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.fo-dark-image{padding:30px;border-radius:18px;background:#1f2937}.fo-dark-image img{display:block;width:100%;aspect-ratio:4/3;object-fit:contain;background:#e5e7eb}.fo-cta{background:var(--fo-red);color:#fff;text-align:center}.fo-cta p{max-width:700px;margin:0 auto 30px;color:rgba(255,255,255,.92);font-size:18px}.fo-footer{padding:70px 0 24px;background:var(--fo-dark);color:#fff}.fo-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;margin-bottom:38px}.fo-footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:16px}.fo-footer-brand img{width:50px;height:50px;object-fit:contain}.fo-footer-brand strong{display:block;font-size:16px}.fo-footer-brand small{display:block;color:rgba(255,255,255,.72);font-size:10px;letter-spacing:.12em}.fo-footer h4{margin:0 0 16px;color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.12em}.fo-footer p,.fo-footer a,.fo-footer span{display:block;color:rgba(255,255,255,.78);font-size:14px;margin:0 0 10px}.fo-footer-bottom{display:flex;flex-wrap:wrap;gap:14px 22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1)}.fo-legal{padding-top:150px;min-height:70vh}.fo-legal h1{font-size:42px;margin:0 0 24px}@media(max-width:1120px){.fo-desktop-nav{display:none}.fo-mobile-toggle{display:flex}.fo-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.fo-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:782px){.admin-bar .fo-header{top:46px}}@media(max-width:760px){.fo-container{width:min(100% - 24px,1280px)}.fo-hero{height:650px;min-height:650px}.fo-nav-shell{height:68px}.fo-brand{min-width:0}.fo-brand img{width:48px;height:44px}.fo-brand strong{font-size:14px}.fo-brand small{font-size:9px}.fo-hero h1{font-size:clamp(38px,12vw,54px)}.fo-hero-actions,.fo-cta-actions{flex-direction:column;align-items:center}.fo-grid-4,.fo-grid-3,.fo-split,.fo-footer-grid{grid-template-columns:1fr}.fo-section{padding:68px 0}}


/* 1.17.0 - lighter navigation typography to match Manus original */
.fo-site .fo-desktop-nav a:not(.fo-btn),
.fo-desktop-nav a:not(.fo-btn) {
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: -0.01em !important;
	line-height: 1.2 !important;
	text-shadow: none !important;
}

.fo-site .fo-desktop-nav a.is-active:not(.fo-btn),
.fo-desktop-nav a.is-active:not(.fo-btn) {
	font-weight: 500 !important;
	color: #e30613 !important;
}

.fo-site .fo-btn.fo-btn-small,
.fo-btn.fo-btn-small {
	font-size: 13px !important;
	font-weight: 600 !important;
	padding: 9px 17px !important;
	min-height: 36px !important;
	border-radius: 7px !important;
}

.fo-site .fo-brand span strong,
.fo-brand span strong {
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: 0.01em !important;
}

.fo-site .fo-brand span small,
.fo-brand span small {
	font-size: 9.5px !important;
	font-weight: 500 !important;
	letter-spacing: 0.09em !important;
}

.fo-site .fo-nav-shell,
.fo-nav-shell {
	gap: 24px !important;
}

.fo-site .fo-desktop-nav,
.fo-desktop-nav {
	gap: 24px !important;
}

/* 1.19.0 - Manus React/Tailwind exact-match pass for home layout */
.fo-site{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#111827;background:#fff}.fo-container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.fo-header{height:auto}.fo-nav-shell{height:72px!important;min-height:72px!important;gap:1.25rem!important}.fo-brand{min-width:0!important;gap:.75rem!important}.fo-brand img{height:3rem!important;width:auto!important;object-fit:contain!important}.fo-brand span{line-height:1!important}.fo-brand strong{font-size:1rem!important;font-weight:700!important;letter-spacing:.025em!important;color:#fff}.fo-brand small{font-size:10px!important;font-weight:500!important;letter-spacing:.08em!important;color:rgba(255,255,255,.7)!important;text-transform:uppercase}.fo-header.is-scrolled .fo-brand strong{color:#e30613!important}.fo-header.is-scrolled .fo-brand small{color:#6b7280!important}.fo-desktop-nav{gap:1.5rem!important}.fo-desktop-nav a:not(.fo-btn){font-size:.875rem!important;line-height:1.25rem!important;font-weight:500!important;color:#fff!important;letter-spacing:0!important}.fo-desktop-nav a.is-active:not(.fo-btn),.fo-desktop-nav a:not(.fo-btn):hover{color:#e30613!important}.fo-header.is-scrolled .fo-desktop-nav a:not(.fo-btn){color:#374151!important}.fo-header.is-scrolled .fo-desktop-nav a.is-active:not(.fo-btn),.fo-header.is-scrolled .fo-desktop-nav a:not(.fo-btn):hover{color:#e30613!important}.fo-btn{min-height:2.75rem!important;border-radius:.5rem!important;padding:.875rem 2rem!important;font-size:1rem!important;line-height:1.25rem!important;font-weight:600!important;box-shadow:none!important}.fo-btn-small{min-height:2.25rem!important;padding:.5rem 1rem!important;font-size:.875rem!important;line-height:1.25rem!important;font-weight:600!important;margin-left:.5rem!important}.fo-svg{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.fo-svg svg{display:block;width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.fo-card-icon .fo-svg svg{width:1.5rem;height:1.5rem}.fo-footer-icon-line .fo-svg{color:#e30613}.fo-footer-icon-line{display:flex!important;align-items:center!important;gap:.5rem!important}.fo-footer-indent-line{padding-left:1.5rem!important}.fo-hero{height:90vh!important;min-height:600px!important;max-height:none!important;background-position:center center!important}.fo-hero:before{background:linear-gradient(to bottom,rgba(0,0,0,.60),rgba(0,0,0,.40) 50%,rgba(0,0,0,.70))!important}.fo-hero-content{width:min(768px,calc(100% - 2rem))!important;max-width:768px!important;padding:0 1rem!important;text-align:center!important}.fo-hero h1{font-size:3.75rem!important;line-height:1!important;font-weight:800!important;letter-spacing:-.025em!important;margin:0 0 1rem!important}.fo-hero-subtitle{font-size:1.5rem!important;line-height:2rem!important;font-weight:300!important;color:rgba(255,255,255,.95)!important;margin:0 0 .5rem!important}.fo-hero-location{font-size:1rem!important;line-height:1.5rem!important;font-weight:500!important;letter-spacing:.1em!important;color:rgba(255,255,255,.7)!important;margin:0 0 2rem!important}.fo-hero-actions{gap:1rem!important}.fo-btn-outline{border-color:#fff!important;color:#fff!important;background:transparent!important}.fo-btn-outline:hover{background:rgba(255,255,255,.1)!important}.fo-section{padding-top:6rem!important;padding-bottom:6rem!important}.fo-section-title{margin:0 auto 4rem!important;max-width:42rem!important}.fo-section-title h2,.fo-copy h2,.fo-cta h2{font-size:2.25rem!important;line-height:2.5rem!important;font-weight:700!important;letter-spacing:0!important;margin:0 0 1rem!important;color:#111827}.fo-section-title p{font-size:1.125rem!important;line-height:1.75rem!important;color:#4b5563!important;max-width:42rem!important;margin:0 auto!important}.fo-card-grid{gap:1.5rem!important}.fo-card-linkwrap{display:block;color:inherit}.fo-card{height:100%!important;min-height:0!important;padding:1.5rem!important;border-radius:.75rem!important;border:1px solid #f3f4f6!important;background:#fff!important;box-shadow:none!important}.fo-card:hover{transform:translateY(-.25rem)!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)!important}.fo-card-icon{width:3rem!important;height:3rem!important;margin:0 0 1rem!important;border-radius:.5rem!important;background:#fef2f2!important;color:#e30613!important}.fo-card:hover .fo-card-icon{background:#e30613!important;color:#fff!important}.fo-card h3{font-size:1.125rem!important;line-height:1.75rem!important;font-weight:600!important;color:#111827!important;margin:0 0 .5rem!important}.fo-card p{font-size:.875rem!important;line-height:1.625!important;color:#4b5563!important}.fo-section-soft{background:#f9fafb!important}.fo-split{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:4rem!important}.fo-panel-image{border-radius:1rem!important;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)!important}.fo-copy{max-width:none!important}.fo-copy h2{margin-bottom:1.5rem!important}.fo-copy p{font-size:1.125rem!important;line-height:1.625!important;color:#4b5563!important;margin-bottom:2rem!important}.fo-checklist{gap:.75rem!important;margin:0 0 2rem!important}.fo-checklist li{display:flex!important;align-items:flex-start!important;gap:.75rem!important;padding-left:0!important;color:#374151!important}.fo-checklist li:before{display:none!important}.fo-checklist li .fo-svg{color:#e30613;margin-top:.125rem}.fo-checklist li .fo-svg svg{width:1.25rem;height:1.25rem}.fo-btn-outline-red{border-color:#e30613!important;color:#e30613!important;background:transparent!important}.fo-btn-outline-red:hover{background:#e30613!important;color:#fff!important}.fo-section-dark{background:#111827!important;color:#fff!important}.fo-section-dark .fo-copy h2{color:#fff!important}.fo-section-dark .fo-copy p{color:#d1d5db!important;margin-bottom:1.5rem!important}.fo-eyebrow{color:#b8860b!important;font-size:.875rem!important;line-height:1.25rem!important;font-weight:600!important;letter-spacing:.08em!important;margin-bottom:.75rem!important}.fo-btn-gold{background:#b8860b!important;border-color:#b8860b!important;color:#fff!important}.fo-btn-gold:hover{background:#9a7209!important;border-color:#9a7209!important}.fo-dark-image{border-radius:1rem!important;background:#1f2937!important;padding:2rem!important;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)!important}.fo-dark-image img{background:#e5e7eb!important}.fo-cta{padding-top:5rem!important;padding-bottom:5rem!important;background:#e30613!important}.fo-cta h2{color:#fff!important;margin-bottom:1rem!important}.fo-cta p{font-size:1.125rem!important;line-height:1.75rem!important;color:rgba(255,255,255,.9)!important;max-width:36rem!important;margin:0 auto 2rem!important}.fo-btn-light{background:#fff!important;border-color:#fff!important;color:#e30613!important}.fo-footer{padding-top:4rem!important;padding-bottom:2rem!important;background:#111827!important}.fo-footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:2.5rem!important;margin-bottom:3rem!important}.fo-footer-brand img{height:3rem!important;width:auto!important}.fo-footer-brand strong{font-size:1rem!important;font-weight:700!important;color:#fff}.fo-footer-brand small{font-size:10px!important;font-weight:500!important;color:#9ca3af!important}.fo-footer p,.fo-footer a,.fo-footer span{font-size:.875rem!important;line-height:1.45!important;color:#9ca3af!important}.fo-footer h4{font-size:.875rem!important;font-weight:600!important;color:#d1d5db!important;margin-bottom:1rem!important}.fo-footer-bottom{justify-content:center!important;gap:1rem!important;border-top-color:#1f2937!important;text-align:center}.fo-footer-bottom span{width:100%;font-size:.75rem!important;color:#6b7280!important}@media(min-width:640px){.fo-container{padding-left:1.5rem;padding-right:1.5rem}.fo-hero-actions,.fo-cta-actions{flex-direction:row!important}}@media(min-width:1024px){.fo-container{padding-left:2rem;padding-right:2rem}.fo-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.fo-footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:767px){.fo-hero h1{font-size:2.25rem!important;line-height:2.5rem!important}.fo-hero-subtitle{font-size:1.25rem!important}.fo-hero-location{font-size:.875rem!important}.fo-grid-4,.fo-grid-3,.fo-split,.fo-footer-grid{grid-template-columns:1fr!important}.fo-section{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.fo-section-title h2,.fo-copy h2,.fo-cta h2{font-size:1.875rem!important;line-height:2.25rem!important}}


/* 1.20.0 - Manus-matched subpage layouts */
.fo-hero-shop{height:60vh!important;min-height:400px!important}.fo-hero-contact{height:40vh!important;min-height:300px!important;background:#111827!important}.fo-hero-contact:before{background:linear-gradient(135deg,#111827,#1f2937,rgba(227,6,19,.22))!important}.fo-hero-muted:before{background:linear-gradient(to bottom,rgba(17,24,39,.78),rgba(17,24,39,.62))!important}.fo-split-reverse .fo-rich-image{order:2}.fo-split-reverse .fo-copy{order:1}.fo-rich-image.fo-image-square .fo-panel-image{max-width:28rem;margin-left:auto;margin-right:auto;aspect-ratio:1/1}.fo-nuance-product-box{background:#f9fafb;border-radius:1rem;padding:2rem}.fo-nuance-product-box .fo-panel-image{object-fit:contain;background:#f3f4f6;box-shadow:none}.fo-card-grid-center .fo-card{text-align:center}.fo-card-grid-center .fo-card-icon{margin-left:auto;margin-right:auto}.fo-grid-1{grid-template-columns:1fr}.fo-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.fo-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.fo-brand-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;background:#e5e7eb;border:1px solid #e5e7eb}.fo-brand-tile{min-height:96px;background:#fff;display:flex;align-items:center;justify-content:center;padding:1.5rem;text-align:center;font-weight:700;color:#111827;transition:background .2s ease,color .2s ease}.fo-brand-tile:hover{background:#f9fafb;color:#e30613}.fo-narrow{max-width:896px;text-align:center}.fo-narrow h2{font-size:2.25rem;line-height:2.5rem;font-weight:700;color:#111827;margin:0 0 2rem}.fo-narrow p{font-size:1.125rem;line-height:1.8;color:#4b5563;margin:0 0 1.5rem;text-align:left}.fo-offer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;text-align:left}.fo-offer-grid div{display:flex;gap:.75rem;align-items:flex-start;padding:1rem;border:1px solid #f3f4f6;border-radius:.75rem;background:#fff}.fo-offer-grid .fo-svg{color:#e30613;margin-top:.125rem}.fo-shop-filters{position:sticky;top:72px;z-index:40;padding:1.5rem 0;background:#fff;border-bottom:1px solid #e5e7eb}.fo-pills{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem}.fo-pills button{white-space:nowrap;border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#374151;transition:border-color .2s ease,color .2s ease}.fo-pills button:hover{border-color:#e30613;color:#e30613}.fo-product-card{padding:0!important;overflow:hidden}.fo-product-image{height:12rem;background:linear-gradient(135deg,#f3f4f6,#f9fafb);display:flex;align-items:center;justify-content:center;overflow:hidden}.fo-product-image img{width:100%;height:100%;object-fit:cover}.fo-product-card .fo-product-category{display:block;margin:1.25rem 1.25rem .25rem;color:#e30613;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.fo-product-card h3{margin-left:1.25rem!important;margin-right:1.25rem!important}.fo-product-card p{margin-left:1.25rem!important;margin-right:1.25rem!important;margin-bottom:1rem!important}.fo-product-price{display:block;margin:0 1.25rem 1.25rem;color:#e30613;font-size:1.125rem}.fo-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.fo-contact-grid h2{font-size:1.875rem;font-weight:700;margin:0 0 2rem;color:#111827}.fo-contact-list{display:grid;gap:1.5rem;margin-bottom:2.5rem}.fo-contact-item{display:flex;align-items:flex-start;gap:1rem}.fo-contact-item>div{width:3rem;height:3rem;border-radius:.75rem;background:rgba(227,6,19,.10);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#e30613}.fo-contact-item .fo-svg svg{width:1.5rem;height:1.5rem}.fo-contact-item strong{display:block;font-weight:600;color:#111827;margin-bottom:.25rem}.fo-contact-item p{margin:0;color:#4b5563}.fo-contact-item small{color:#6b7280}.fo-contact-item a{color:#4b5563}.fo-contact-item a:hover{color:#e30613}.fo-map-panel{min-height:28rem;border-radius:1rem;overflow:hidden;border:1px solid #e5e7eb;background:#f3f4f6}.fo-map-placeholder{height:100%;min-height:28rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#e5e7eb,#f9fafb);color:#374151}.fo-map-placeholder strong{font-size:1.5rem;color:#111827}.fo-contact-form-wrap{max-width:768px}.fo-contact-form{display:grid;gap:1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;box-shadow:0 10px 30px rgba(15,23,42,.06)}.fo-contact-form label{display:grid;gap:.5rem;font-weight:600;color:#374151}.fo-contact-form input,.fo-contact-form textarea{width:100%;border:1px solid #d1d5db;border-radius:.5rem;padding:.75rem 1rem;font:inherit}.fo-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.fo-section-dark .fo-card{background:#1f2937!important;border-color:#374151!important}.fo-section-dark .fo-card h3{color:#fff!important}.fo-section-dark .fo-card p{color:#d1d5db!important}.fo-section-dark .fo-card-icon{background:#374151!important;color:#b8860b!important}@media(max-width:1023px){.fo-grid-5{grid-template-columns:repeat(3,minmax(0,1fr))}.fo-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fo-contact-grid{grid-template-columns:1fr}.fo-split-reverse .fo-rich-image,.fo-split-reverse .fo-copy{order:initial}}@media(max-width:767px){.fo-grid-2,.fo-grid-5,.fo-brand-grid,.fo-offer-grid,.fo-contact-grid,.fo-form-grid{grid-template-columns:1fr!important}.fo-shop-filters{top:68px}.fo-hero-shop,.fo-hero-contact{height:520px!important;min-height:420px!important}}

/* 1.21.0 - complete icon/logo refinements */
.fo-svg{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:currentColor}.fo-svg svg{display:block;width:1rem;height:1rem;fill:none!important;stroke:currentColor!important;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.fo-card-icon .fo-svg svg{width:1.55rem!important;height:1.55rem!important}.fo-card-icon-text{font-weight:700;font-size:.9rem;letter-spacing:.03em}.fo-btn .fo-svg svg{width:1rem!important;height:1rem!important}.fo-footer-icon-line .fo-svg svg{width:1rem!important;height:1rem!important}.fo-contact-item .fo-svg svg{width:1.5rem!important;height:1.5rem!important}.fo-brand-tile{min-height:112px}.fo-brand-logo-text{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:42px;color:#111827;font-size:1.08rem;font-weight:700;letter-spacing:.04em;line-height:1;text-align:center;filter:grayscale(1);opacity:.78;transition:filter .25s ease,opacity .25s ease,color .25s ease,transform .25s ease}.fo-brand-tile:hover .fo-brand-logo-text{filter:grayscale(0);opacity:1;color:#e30613;transform:translateY(-1px)}.fo-brand-logo-ray-ban{font-family:Georgia,"Times New Roman",serif;font-size:1.35rem;font-style:italic;text-transform:none;letter-spacing:-.03em}.fo-brand-logo-tom-ford,.fo-brand-logo-prada,.fo-brand-logo-dior,.fo-brand-logo-cartier,.fo-brand-logo-persol{font-family:"Times New Roman",Georgia,serif;font-size:1.22rem;font-weight:600;letter-spacing:.14em}.fo-brand-logo-gucci,.fo-brand-logo-chanel{font-family:Georgia,"Times New Roman",serif;font-size:1.3rem;font-weight:700;letter-spacing:.18em}.fo-brand-logo-porsche-design{font-size:1rem;font-weight:700;letter-spacing:.16em}.fo-brand-logo-savile-row{font-family:Georgia,"Times New Roman",serif;font-size:1.1rem;font-weight:600;letter-spacing:.08em}.fo-brand-logo-montblanc{font-size:1.02rem;font-weight:800;letter-spacing:.12em}.fo-brand-logo-maui-jim{font-family:Georgia,"Times New Roman",serif;font-size:1.25rem;font-style:italic;letter-spacing:.02em}.fo-brand-logo-oakley{font-size:1.28rem;font-weight:900;letter-spacing:.14em}.fo-brand-logo-lindberg,.fo-brand-logo-mykita{font-size:1.06rem;font-weight:600;letter-spacing:.16em}.fo-brand-logo-silhouette{font-family:Georgia,"Times New Roman",serif;font-size:1.3rem;font-style:italic;letter-spacing:.02em}.fo-brand-grid{background:#e5e7eb!important}.fo-brand-tile{background:#fff!important;border:0!important}

/* 1.22.0 - all icons/logos rendered as SVG */
.fo-logo-svg{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:62px;height:48px;color:#e30613}.fo-logo-svg svg{display:block;width:100%;height:100%;overflow:visible}.fo-logo-svg .fo-logo-swoosh{filter:drop-shadow(0 2px 4px rgba(0,0,0,.18))}.fo-header.is-scrolled .fo-logo-svg .fo-logo-swoosh{filter:none}.fo-footer-brand .fo-logo-svg{width:54px;height:42px}.fo-svg{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.fo-svg svg{display:block;width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.fo-svg-fallback svg circle{fill:#fff1f2;stroke:#e30613}.fo-svg-fallback svg text{fill:#e30613;stroke:none;font-size:10px;font-family:Inter,Arial,sans-serif;font-weight:800}.fo-btn .fo-svg{font-size:15px;margin-right:7px}.fo-card-icon .fo-svg,.fo-card .fo-svg{font-size:24px}.fo-card-icon-text{display:none!important}.fo-checklist .fo-svg{font-size:18px}.fo-footer-icon-line .fo-svg{font-size:15px;margin-right:8px;color:#e30613}.fo-brand-logo-svg{display:block;width:100%;height:86px;color:#111827}.fo-brand-logo-svg svg{display:block;width:100%;height:100%}.fo-brand-logo-svg text{fill:currentColor;font-family:Inter,Arial,sans-serif;font-size:22px;font-weight:800;letter-spacing:.08em}.fo-brand-logo-ray-ban text{font-family:Georgia,serif;font-size:27px;font-weight:700;letter-spacing:.01em}.fo-brand-logo-lindberg text,.fo-brand-logo-porsche-design text{font-size:18px;letter-spacing:.16em}.fo-brand-logo-silhouette text{font-family:Georgia,serif;font-size:25px;font-style:italic;letter-spacing:.02em}.fo-brand-logo-maui-jim text{font-family:Georgia,serif;font-size:25px;font-style:italic;letter-spacing:.01em}.fo-brand-logo-gucci text,.fo-brand-logo-prada text,.fo-brand-logo-dior text,.fo-brand-logo-chanel text,.fo-brand-logo-cartier text{font-family:Georgia,serif;font-size:24px;letter-spacing:.12em}

/* 1.23.0 - original logo, live Google map and webshop buy buttons */
.fo-brand .fo-logo-original{display:block;width:58px!important;height:44px!important;object-fit:contain!important;flex:0 0 auto}.fo-footer-brand .fo-logo-original{display:block;width:54px!important;height:42px!important;object-fit:contain!important;flex:0 0 auto}.fo-map-panel-live{padding:0!important;overflow:hidden;background:#eef1f5!important;border:1px solid #d9dee7!important}.fo-map-panel-live iframe{display:block;width:100%;height:100%;min-height:520px;border:0}.fo-product-card{display:flex!important;flex-direction:column!important;overflow:hidden}.fo-product-card .fo-product-image{margin:-28px -28px 22px!important}.fo-product-card .fo-product-image img{display:block;width:100%;height:240px;object-fit:cover}.fo-product-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:20px}.fo-product-price{display:block;color:#e30613!important;font-size:22px!important;font-weight:800!important;line-height:1.1}.fo-product-buy{min-height:44px!important;padding:11px 17px!important;border-radius:8px!important;font-size:14px!important;white-space:nowrap}.fo-product-buy .fo-svg{margin-right:7px;font-size:16px}.fo-product-buy svg{stroke-width:2.2}@media(max-width:760px){.fo-product-bottom{align-items:flex-start;flex-direction:column}.fo-map-panel-live iframe{min-height:380px}}

/* 1.24.0 - brand modal, real brand logos, WooCommerce buy links, contact form and Nuance matching */
.fo-brand-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:1px!important;background:#e5e7eb!important;border:1px solid #e5e7eb!important}.fo-brand-tile{appearance:none;border:0;cursor:pointer;min-height:128px!important;background:#fff!important;padding:1.5rem!important}.fo-brand-tile img{display:block;max-width:190px;max-height:62px;width:auto;height:auto;object-fit:contain;filter:none}.fo-brand-tile>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.fo-brand-tile:hover{background:#f9fafb!important}.fo-brand-modal[hidden]{display:none!important}.fo-modal-open{overflow:hidden}.fo-brand-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px}.fo-brand-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.58);backdrop-filter:blur(6px)}.fo-brand-modal-card{position:relative;width:min(520px,100%);background:#fff;border-radius:16px;padding:32px;box-shadow:0 30px 80px rgba(0,0,0,.28)}.fo-brand-modal-close{position:absolute;right:18px;top:14px;border:0;background:transparent;color:#9ca3af;font-size:34px;line-height:1;cursor:pointer}.fo-brand-modal-head{display:flex;align-items:center;gap:18px;margin-bottom:22px}.fo-brand-modal-head img{max-width:76px;max-height:42px;object-fit:contain}.fo-brand-modal-head h3{font-size:26px;line-height:1.15;margin:0;color:#111827}.fo-brand-modal-card p{font-size:17px;line-height:1.65;color:#4b5563;margin:0 0 26px}.fo-brand-modal-button{width:100%;justify-content:center}.fo-product-card{min-height:auto!important}.fo-product-bottom{margin-top:20px!important;padding-top:0!important}.fo-product-buy{cursor:pointer}.fo-product-buy:hover{color:#fff!important}.fo-contact-form button .fo-svg{margin-right:8px}.fo-form-notice{border-radius:10px;padding:14px 16px;font-weight:600}.fo-form-success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.fo-form-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.fo-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.fo-nuance-model-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem;max-width:896px;margin:0 auto}.fo-nuance-model-card{border:1px solid #e5e7eb;border-radius:1rem;overflow:hidden;background:#fff;transition:box-shadow .2s ease}.fo-nuance-model-card:hover{box-shadow:0 22px 50px rgba(15,23,42,.10)}.fo-nuance-model-image{background:#f9fafb;padding:2rem;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.fo-nuance-model-image img{width:100%;height:100%;object-fit:contain}.fo-nuance-model-copy{text-align:center;padding:1.5rem}.fo-nuance-model-copy h3{font-size:1.25rem;font-weight:800;margin:0 0 .5rem;color:#111827}.fo-nuance-model-copy p{margin:0 0 .85rem;color:#4b5563;font-size:1rem;line-height:1.55}.fo-nuance-model-copy div{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.fo-nuance-model-copy span{display:inline-flex;padding:.25rem .75rem;border-radius:999px;background:#f3f4f6;color:#374151;font-size:.75rem;font-weight:600}.fo-nuance-charger .fo-panel-image{object-fit:contain;background:#fff;padding:1.5rem}.fo-hero-nuance:before{background:rgba(17,24,39,.72)!important}@media(max-width:1023px){.fo-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.fo-nuance-model-grid{grid-template-columns:1fr}}@media(max-width:640px){.fo-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.fo-brand-tile{min-height:104px!important}.fo-brand-modal-card{padding:26px 20px}.fo-brand-modal-head{align-items:flex-start;flex-direction:column}}

/* 1.25.0 - Fokus Optik theme for WooCommerce cart, checkout, account and mini-cart */
.fo-wc-hero{padding:150px 0 72px;background:linear-gradient(135deg,#111827,#1f2937);color:#fff;text-align:center}.fo-wc-hero .fo-eyebrow{margin:0 0 12px;color:#e30613;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.fo-wc-hero h1{margin:0 0 12px;color:#fff;font-size:clamp(42px,5vw,64px);line-height:1.05;font-weight:900;letter-spacing:-.04em}.fo-wc-hero p:last-child{max-width:720px;margin:0 auto;color:rgba(255,255,255,.78);font-size:18px}.fo-wc-section{background:#f6f7f9}.fo-wc-content{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 18px 50px rgba(17,24,39,.08);padding:32px}.fo-wc-content .woocommerce,.fo-wc-content .wp-block-woocommerce-cart,.fo-wc-content .wp-block-woocommerce-checkout{max-width:100%!important}.fo-wc-content table.shop_table,.fo-wc-content .woocommerce-cart-form,.fo-wc-content .cart_totals,.fo-wc-content .woocommerce-checkout-review-order,.fo-wc-content form.checkout,.fo-wc-content .woocommerce-MyAccount-content,.fo-wc-content .woocommerce-MyAccount-navigation{border-radius:14px!important;border-color:#e5e7eb!important}.fo-wc-content .button,.fo-wc-content button.button,.fo-wc-content a.button,.fo-wc-content .wc-block-components-button,.fo-wc-content .wp-element-button,.fo-wc-content input[type=submit]{background:#e30613!important;border:1px solid #e30613!important;color:#fff!important;border-radius:10px!important;font-weight:800!important;min-height:44px!important;padding:12px 20px!important;text-decoration:none!important;box-shadow:none!important}.fo-wc-content .button:hover,.fo-wc-content button.button:hover,.fo-wc-content a.button:hover,.fo-wc-content .wc-block-components-button:hover,.fo-wc-content .wp-element-button:hover,.fo-wc-content input[type=submit]:hover{background:#b80510!important;border-color:#b80510!important;color:#fff!important}.fo-wc-content input[type=text],.fo-wc-content input[type=email],.fo-wc-content input[type=tel],.fo-wc-content input[type=password],.fo-wc-content input[type=number],.fo-wc-content select,.fo-wc-content textarea,.fo-wc-content .select2-selection{border:1px solid #d1d5db!important;border-radius:9px!important;min-height:44px!important;padding:10px 12px!important;background:#fff!important;color:#111827!important}.fo-wc-content .woocommerce-info,.fo-wc-content .woocommerce-message,.fo-wc-content .woocommerce-error{border-radius:12px!important;border-top-color:#e30613!important;background:#fff!important;box-shadow:0 8px 24px rgba(17,24,39,.06)!important}.fo-wc-content .woocommerce-Price-amount,.fo-wc-content .wc-block-components-totals-item__value{font-weight:800;color:#111827}.fo-wc-content .product-name a,.fo-wc-content a{color:#111827}.fo-wc-content a:hover{color:#e30613}.fo-account-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px}.fo-account-shortcuts a{display:flex;align-items:center;justify-content:center;gap:10px;min-height:64px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;color:#111827;font-weight:800;text-decoration:none;box-shadow:0 8px 24px rgba(17,24,39,.04)}.fo-account-shortcuts a:hover{border-color:#e30613;color:#e30613}.fo-account-shortcuts .fo-svg{font-size:20px;color:#e30613}.fo-account-shortcuts .fo-account-logout{background:#111827;border-color:#111827;color:#fff}.fo-account-shortcuts .fo-account-logout:hover{background:#e30613;border-color:#e30613;color:#fff}.fo-account-shortcuts .fo-account-logout .fo-svg{color:#fff}.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.woocommerce-MyAccount-navigation a{display:block;padding:12px 14px;border-radius:10px;background:#f6f7f9;text-decoration:none;font-weight:700}.woocommerce-MyAccount-navigation .is-active a{background:#e30613;color:#fff}.wc-block-components-drawer__screen-overlay .wc-block-mini-cart__drawer,.wp-block-woocommerce-mini-cart-contents{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__title,.wc-block-mini-cart__title{font-weight:900;color:#111827}.wp-block-woocommerce-mini-cart-contents .wc-block-components-button,.wc-block-mini-cart__footer .wc-block-components-button{border-radius:10px!important;font-weight:800!important}.wp-block-woocommerce-mini-cart-contents .wc-block-components-button:not(.outlined),.wc-block-mini-cart__footer .wc-block-components-button:not(.outlined){background:#e30613!important;color:#fff!important;border-color:#e30613!important}.wp-block-woocommerce-mini-cart-contents .wc-block-components-product-name{font-weight:700;color:#111827}.wp-block-woocommerce-mini-cart-contents .wc-block-components-totals-item__label,.wp-block-woocommerce-mini-cart-contents .wc-block-components-totals-item__value{font-weight:900;color:#111827}@media(max-width:782px){.fo-wc-hero{padding:118px 0 52px}.fo-wc-content{padding:18px;border-radius:14px}.fo-account-shortcuts{grid-template-columns:1fr}}

/* 1.26.0 - full Fokus Optik theme for WooCommerce mini-cart / side cart drawer */
.wc-block-components-drawer__screen-overlay,
.wc-block-components-drawer__screen-overlay.fo-mini-cart-themed{
	background: rgba(17,24,39,.58)!important;
	backdrop-filter: blur(3px);
}
.wc-block-components-drawer,
.wc-block-mini-cart__drawer,
.wp-block-woocommerce-mini-cart-contents,
.fo-mini-cart-themed .wc-block-components-drawer,
.fo-mini-cart-themed .wc-block-mini-cart__drawer,
.fo-mini-cart-themed .wp-block-woocommerce-mini-cart-contents{
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
	color:#111827!important;
}
.wc-block-components-drawer,
.wc-block-mini-cart__drawer{
	background:#fff!important;
	box-shadow:-24px 0 70px rgba(17,24,39,.28)!important;
	border-left:1px solid #e5e7eb!important;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__template-part,
.wp-block-woocommerce-mini-cart-contents{
	background:#fff!important;
	min-height:100%!important;
}
.wc-block-mini-cart__title,
.wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__title,
.wp-block-woocommerce-mini-cart-contents h2,
.wc-block-components-drawer .wc-block-mini-cart__title{
	font-size:20px!important;
	line-height:1.2!important;
	font-weight:900!important;
	letter-spacing:-.02em!important;
	color:#111827!important;
	padding:0!important;
}
.wc-block-components-drawer__close,
.wc-block-components-drawer__close button,
.wp-block-woocommerce-mini-cart-contents .wc-block-components-drawer__close{
	color:#111827!important;
	border-radius:999px!important;
	transition:background-color .18s ease,color .18s ease!important;
}
.wc-block-components-drawer__close:hover,
.wc-block-components-drawer__close button:hover{
	background:#fff1f2!important;
	color:#e30613!important;
}
.wc-block-mini-cart__items,
.wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__items{
	padding:8px 24px!important;
}
.wc-block-components-product-list-item,
.wc-block-mini-cart__items .wc-block-components-product-list-item{
	display:grid!important;
	grid-template-columns:1fr 72px!important;
	gap:14px!important;
	padding:18px 0!important;
	border-bottom:1px solid #edf0f3!important;
}
.wc-block-components-product-list-item__image{
	width:72px!important;
	height:72px!important;
	border-radius:12px!important;
	background:#f6f7f9!important;
	object-fit:contain!important;
}
.wc-block-components-product-list-item__image img{
	width:72px!important;
	height:72px!important;
	object-fit:contain!important;
	border-radius:12px!important;
}
.wc-block-components-product-name,
.wp-block-woocommerce-mini-cart-contents .wc-block-components-product-name{
	display:block!important;
	font-size:15px!important;
	line-height:1.35!important;
	font-weight:750!important;
	color:#111827!important;
	text-decoration:none!important;
}
.wc-block-components-product-name:hover{
	color:#e30613!important;
}
.wc-block-components-product-metadata,
.wc-block-components-product-details,
.wc-block-components-product-price,
.wc-block-components-product-badge,
.wc-block-components-product-low-stock-badge{
	color:#4b5563!important;
	font-size:13px!important;
}
.wc-block-components-product-price__value,
.wc-block-components-product-list-item__quantity,
.wc-block-components-formatted-money-amount,
.wc-block-components-totals-item__value,
.wp-block-woocommerce-mini-cart-contents .wc-block-components-totals-item__value{
	font-weight:900!important;
	color:#111827!important;
}
.wc-block-components-quantity-selector{
	border:1px solid #d1d5db!important;
	border-radius:10px!important;
	overflow:hidden!important;
	background:#fff!important;
}
.wc-block-components-quantity-selector input,
.wc-block-components-quantity-selector__input{
	min-height:34px!important;
	font-weight:800!important;
	color:#111827!important;
}
.wc-block-components-quantity-selector button{
	color:#111827!important;
	background:#fff!important;
}
.wc-block-components-quantity-selector button:hover{
	background:#fff1f2!important;
	color:#e30613!important;
}
.wc-block-cart-item__remove-link,
.wc-block-components-product-list-item__remove,
.wp-block-woocommerce-mini-cart-contents button[aria-label*="Remove"],
.wp-block-woocommerce-mini-cart-contents button[aria-label*="Ta bort"]{
	color:#6b7280!important;
	border-radius:999px!important;
}
.wc-block-cart-item__remove-link:hover,
.wc-block-components-product-list-item__remove:hover,
.wp-block-woocommerce-mini-cart-contents button[aria-label*="Remove"]:hover,
.wp-block-woocommerce-mini-cart-contents button[aria-label*="Ta bort"]:hover{
	color:#e30613!important;
	background:#fff1f2!important;
}
.wc-block-mini-cart__footer,
.wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__footer{
	position:sticky!important;
	bottom:0!important;
	background:#fff!important;
	border-top:1px solid #e5e7eb!important;
	padding:22px 24px 24px!important;
	box-shadow:0 -18px 42px rgba(17,24,39,.06)!important;
}
.wc-block-components-totals-item,
.wp-block-woocommerce-mini-cart-contents .wc-block-components-totals-item{
	font-size:16px!important;
	font-weight:900!important;
	color:#111827!important;
	padding:0 0 18px!important;
}
.wc-block-mini-cart__footer-actions,
.wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__footer-actions{
	display:grid!important;
	grid-template-columns:1fr!important;
	gap:12px!important;
}
.wc-block-mini-cart__footer .wc-block-components-button,
.wp-block-woocommerce-mini-cart-contents .wc-block-components-button,
.wc-block-mini-cart__footer a.wc-block-components-button,
.wp-block-woocommerce-mini-cart-contents a.wc-block-components-button{
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	min-height:50px!important;
	border-radius:10px!important;
	font-size:15px!important;
	font-weight:850!important;
	text-decoration:none!important;
	box-shadow:none!important;
	transition:background-color .18s ease,border-color .18s ease,color .18s ease!important;
}
.wc-block-mini-cart__footer .wc-block-components-button:not(.outlined),
.wp-block-woocommerce-mini-cart-contents .wc-block-components-button:not(.outlined),
.wc-block-mini-cart__footer .wc-block-components-button.contained,
.wp-block-woocommerce-mini-cart-contents .wc-block-components-button.contained{
	background:#e30613!important;
	border:1px solid #e30613!important;
	color:#fff!important;
}
.wc-block-mini-cart__footer .wc-block-components-button:not(.outlined):hover,
.wp-block-woocommerce-mini-cart-contents .wc-block-components-button:not(.outlined):hover,
.wc-block-mini-cart__footer .wc-block-components-button.contained:hover,
.wp-block-woocommerce-mini-cart-contents .wc-block-components-button.contained:hover{
	background:#b80510!important;
	border-color:#b80510!important;
	color:#fff!important;
}
.wc-block-mini-cart__footer .wc-block-components-button.outlined,
.wp-block-woocommerce-mini-cart-contents .wc-block-components-button.outlined{
	background:#fff!important;
	border:1px solid #d1d5db!important;
	color:#111827!important;
}
.wc-block-mini-cart__footer .wc-block-components-button.outlined:hover,
.wp-block-woocommerce-mini-cart-contents .wc-block-components-button.outlined:hover{
	border-color:#e30613!important;
	color:#e30613!important;
	background:#fff1f2!important;
}
.wc-block-mini-cart__empty-cart-wrapper{
	padding:48px 24px!important;
	text-align:center!important;
}
.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__empty-cart-icon{
	color:#e30613!important;
}
@media(max-width:520px){
	.wc-block-components-drawer,
	.wc-block-mini-cart__drawer{
		width:min(100vw,420px)!important;
	}
	.wc-block-mini-cart__items,
	.wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__items{
		padding-left:18px!important;
		padding-right:18px!important;
	}
	.wc-block-mini-cart__footer,
	.wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__footer{
		padding-left:18px!important;
		padding-right:18px!important;
	}
}

/* 1.27.0 - real WooCommerce AJAX buy buttons */
.fo-product-buy.ajax_add_to_cart{cursor:pointer}.fo-product-buy.is-loading{opacity:.72;pointer-events:none;position:relative}.fo-product-buy.is-loading::after{content:"";width:14px;height:14px;border:2px solid rgba(255,255,255,.55);border-top-color:#fff;border-radius:999px;display:inline-block;margin-left:8px;animation:foSpin .7s linear infinite}.fo-product-buy.is-added{background:#0f766e!important;border-color:#0f766e!important}.fo-product-buy-added{margin-left:8px}.fo-product-buy-select{background:#111827!important;border-color:#111827!important}.added_to_cart.wc-forward{display:none!important}@keyframes foSpin{to{transform:rotate(360deg)}}

/* 1.28.0 - webshop products are real WooCommerce products only */
.fo-real-product-grid .fo-product-card h3 a{color:#111827;text-decoration:none}.fo-real-product-grid .fo-product-card h3 a:hover{color:#e30613}.fo-shop-filters .fo-pills button{cursor:pointer;border:0}.fo-shop-filters .fo-pills button.is-active{background:#e30613;color:#fff}.fo-real-product-card.is-hidden{display:none!important}.fo-empty-state{max-width:760px;margin:0 auto;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:48px;box-shadow:0 18px 50px rgba(17,24,39,.08)}.fo-empty-state .fo-svg{font-size:44px;color:#e30613;margin-bottom:18px}.fo-empty-state h2{margin:0 0 12px;font-size:30px}.fo-empty-state p{margin:0;color:#4b5563;font-size:17px;line-height:1.7}.fo-product-price .woocommerce-Price-amount{color:#e30613;font-size:inherit;font-weight:inherit}

/* 1.29.0 - product card layout and remove old WooCommerce top menu clutter */
.fo-real-product-card .fo-product-bottom{
	margin-top:18px!important;
	padding-top:8px!important;
	align-items:center!important;
	justify-content:flex-start!important;
	gap:18px!important;
}
.fo-real-product-card .fo-product-price{
	flex:1 1 auto!important;
}
.fo-real-product-card .fo-product-buy{
	flex:0 0 auto!important;
	margin-right:0!important;
	margin-bottom:0!important;
	min-height:42px!important;
	padding:10px 16px!important;
	border-radius:8px!important;
}
.fo-real-product-card .fo-product-buy:empty{
	display:none!important;
}
.fo-real-product-card p{
	margin-bottom:0!important;
}

/* Old theme/WooCommerce archive header links such as Butik, Kassa, Varukorg, Mitt konto, Logga ut */
body.woocommerce-page:not(.page-template-fokus-optik-canvas) .site-header .main-navigation,
body.woocommerce-page:not(.page-template-fokus-optik-canvas) .site-header .secondary-navigation,
body.woocommerce-page:not(.page-template-fokus-optik-canvas) .site-header .storefront-primary-navigation,
body.woocommerce-page:not(.page-template-fokus-optik-canvas) .site-header .site-header-cart,
body.woocommerce-shop:not(.page-template-fokus-optik-canvas) .site-header .main-navigation,
body.woocommerce-shop:not(.page-template-fokus-optik-canvas) .site-header .secondary-navigation,
body.woocommerce-shop:not(.page-template-fokus-optik-canvas) .site-header .storefront-primary-navigation,
body.woocommerce-shop:not(.page-template-fokus-optik-canvas) .site-header .site-header-cart,
body.single-product:not(.page-template-fokus-optik-canvas) .site-header .main-navigation,
body.single-product:not(.page-template-fokus-optik-canvas) .site-header .secondary-navigation,
body.single-product:not(.page-template-fokus-optik-canvas) .site-header .storefront-primary-navigation,
body.single-product:not(.page-template-fokus-optik-canvas) .site-header .site-header-cart{
	display:none!important;
}

body.woocommerce-page:not(.page-template-fokus-optik-canvas) .site-header,
body.woocommerce-shop:not(.page-template-fokus-optik-canvas) .site-header,
body.single-product:not(.page-template-fokus-optik-canvas) .site-header{
	border-bottom:1px solid #e5e7eb!important;
	box-shadow:0 10px 30px rgba(17,24,39,.05)!important;
}

@media(max-width:760px){
	.fo-real-product-card .fo-product-bottom{
		flex-direction:row!important;
		align-items:center!important;
	}
}

/* 1.30.0 - Fokus Optik custom cart button and drawer */
.fo-cart-shortcut{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	min-height:38px;
	padding:8px 12px;
	border:1px solid rgba(255,255,255,.42);
	border-radius:9px;
	background:rgba(255,255,255,.08);
	color:#fff;
	font-size:14px;
	font-weight:700;
	line-height:1;
	cursor:pointer;
	transition:background-color .18s ease,border-color .18s ease,color .18s ease;
}
.fo-cart-shortcut .fo-svg{font-size:16px}
.fo-cart-shortcut em{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:22px;
	height:22px;
	padding:0 6px;
	border-radius:999px;
	background:#e30613;
	color:#fff;
	font-style:normal;
	font-size:12px;
	font-weight:900;
}
.fo-header.is-scrolled .fo-cart-shortcut{
	color:#111827;
	border-color:#e5e7eb;
	background:#fff;
}
.fo-header.is-scrolled .fo-cart-shortcut:hover,
.fo-cart-shortcut:hover{
	background:#fff1f2;
	border-color:#e30613;
	color:#e30613;
}
.fo-mobile-nav .fo-cart-shortcut{
	width:100%;
	color:#111827;
	background:#fff;
	border-color:#e5e7eb;
	margin:8px 0;
}
.fo-custom-cart-overlay{
	position:fixed;
	inset:0;
	z-index:100000;
	display:none;
	justify-content:flex-end;
	background:rgba(17,24,39,.58);
	backdrop-filter:blur(3px);
}
body.fo-cart-open .fo-custom-cart-overlay{display:flex}
body.fo-cart-open{overflow:hidden}
.fo-custom-cart-drawer{
	width:min(440px,100vw);
	min-height:100%;
	background:#fff;
	color:#111827;
	box-shadow:-24px 0 70px rgba(17,24,39,.28);
	display:flex;
	flex-direction:column;
	transform:translateX(0);
	font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.fo-custom-cart-head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	padding:24px 26px 18px;
	border-bottom:1px solid #e5e7eb;
}
.fo-custom-cart-head h2{
	margin:0;
	font-size:22px;
	line-height:1.15;
	font-weight:900;
	letter-spacing:-.03em;
	color:#111827;
}
.fo-custom-cart-close{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:38px;
	height:38px;
	border:0;
	border-radius:999px;
	background:#fff;
	color:#111827;
	font-size:34px;
	line-height:1;
	cursor:pointer;
}
.fo-custom-cart-close:hover{background:#fff1f2;color:#e30613}
.fo-custom-cart-body{
	flex:1 1 auto;
	overflow:auto;
	padding:8px 26px;
}
.fo-custom-cart-loading,
.fo-custom-cart-empty{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	min-height:260px;
	text-align:center;
	color:#4b5563;
}
.fo-custom-cart-empty .fo-svg{
	font-size:44px;
	color:#e30613;
	margin-bottom:16px;
}
.fo-custom-cart-empty strong{
	display:block;
	color:#111827;
	font-size:18px;
	margin-bottom:6px;
}
.fo-custom-cart-item{
	position:relative;
	display:grid;
	grid-template-columns:78px 1fr;
	gap:14px;
	padding:18px 0 18px 28px;
	border-bottom:1px solid #edf0f3;
}
.fo-custom-cart-remove{
	position:absolute;
	left:0;
	top:21px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:20px;
	height:20px;
	border-radius:999px;
	color:#6b7280;
	text-decoration:none;
	font-size:20px;
	line-height:1;
}
.fo-custom-cart-remove:hover{background:#fff1f2;color:#e30613}
.fo-custom-cart-thumb{
	display:flex;
	align-items:center;
	justify-content:center;
	width:78px;
	height:78px;
	border-radius:12px;
	background:#f6f7f9;
	overflow:hidden;
}
.fo-custom-cart-thumb img{
	display:block;
	max-width:78px;
	max-height:78px;
	width:100%;
	height:100%;
	object-fit:contain;
}
.fo-custom-cart-info{
	min-width:0;
	padding-top:3px;
}
.fo-custom-cart-name{
	display:block;
	color:#111827;
	font-size:15px;
	line-height:1.35;
	font-weight:800;
	text-decoration:none;
	margin-bottom:8px;
}
.fo-custom-cart-name:hover{color:#e30613}
.fo-custom-cart-meta{
	color:#4b5563;
	font-size:14px;
}
.fo-custom-cart-meta .woocommerce-Price-amount{
	color:#111827;
	font-weight:900;
}
.fo-custom-cart-footer{
	position:sticky;
	bottom:0;
	background:#fff;
	border-top:1px solid #e5e7eb;
	padding:20px 26px 26px;
	box-shadow:0 -18px 42px rgba(17,24,39,.06);
}
.fo-custom-cart-total{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	margin-bottom:16px;
	font-size:17px;
	font-weight:900;
}
.fo-custom-cart-total strong{
	color:#111827;
}
.fo-custom-cart-button{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	min-height:50px;
	border-radius:10px;
	font-size:15px;
	font-weight:850;
	text-decoration:none;
	margin-top:10px;
}
.fo-custom-cart-button-primary{
	background:#e30613;
	border:1px solid #e30613;
	color:#fff;
}
.fo-custom-cart-button-primary:hover{background:#b80510;border-color:#b80510;color:#fff}
.fo-custom-cart-button-outline{
	background:#fff;
	border:1px solid #d1d5db;
	color:#111827;
}
.fo-custom-cart-button-outline:hover{border-color:#e30613;color:#e30613;background:#fff1f2}
.fo-product-buy.is-added{background:#0f766e!important;border-color:#0f766e!important}
@media(max-width:520px){
	.fo-custom-cart-head,
	.fo-custom-cart-body,
	.fo-custom-cart-footer{padding-left:18px;padding-right:18px}
	.fo-custom-cart-item{grid-template-columns:66px 1fr}
	.fo-custom-cart-thumb{width:66px;height:66px}
	.fo-custom-cart-thumb img{max-width:66px;max-height:66px}
}

/* 1.31.0 - AJAX cart item quantity controls */
.fo-custom-cart-drawer.is-updating{
	pointer-events:none;
}
.fo-custom-cart-drawer.is-updating::after{
	content:"";
	position:absolute;
	inset:0;
	background:rgba(255,255,255,.52);
	z-index:5;
}
.fo-custom-cart-drawer{
	position:relative;
}
.fo-custom-cart-remove{
	border:0;
	background:transparent;
	cursor:pointer;
}
.fo-custom-cart-row{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	margin-top:10px;
}
.fo-custom-cart-qty{
	display:inline-grid;
	grid-template-columns:34px 42px 34px;
	align-items:center;
	border:1px solid #d1d5db;
	border-radius:10px;
	overflow:hidden;
	background:#fff;
}
.fo-custom-cart-qty button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:34px;
	height:34px;
	border:0;
	background:#fff;
	color:#111827;
	font-size:18px;
	font-weight:900;
	line-height:1;
	cursor:pointer;
}
.fo-custom-cart-qty button:hover{
	background:#fff1f2;
	color:#e30613;
}
.fo-custom-cart-qty input{
	width:42px;
	height:34px;
	border:0!important;
	border-left:1px solid #e5e7eb!important;
	border-right:1px solid #e5e7eb!important;
	border-radius:0!important;
	box-shadow:none!important;
	text-align:center;
	padding:0!important;
	font-size:14px;
	font-weight:900;
	color:#111827;
	-moz-appearance:textfield;
}
.fo-custom-cart-qty input::-webkit-outer-spin-button,
.fo-custom-cart-qty input::-webkit-inner-spin-button{
	-webkit-appearance:none;
	margin:0;
}
.fo-custom-cart-meta{
	font-size:14px;
	font-weight:900;
	color:#111827;
}
.fo-custom-cart-meta .woocommerce-Price-amount{
	font-weight:900;
}
@media(max-width:520px){
	.fo-custom-cart-row{
		align-items:flex-start;
		flex-direction:column;
	}
}

/* 1.32.0 - product pages in Fokus Optik environment and cart-page drawer context */
body.single-product .site-header,
body.post-type-archive-product .site-header,
body.tax-product_cat .site-header,
body.tax-product_tag .site-header{
	display:none!important;
}
body.single-product .content-area,
body.post-type-archive-product .content-area,
body.tax-product_cat .content-area,
body.tax-product_tag .content-area{
	width:100%!important;
	margin:0!important;
	float:none!important;
}
.fo-page-woocommerce-template{
	background:#f6f7f9;
}
.fo-wc-native-section{
	padding-top:120px!important;
}
.fo-wc-native-content{
	padding:38px!important;
}
.fo-wc-native-content .woocommerce-breadcrumb{
	margin:0 0 26px!important;
	color:#6b7280!important;
	font-size:14px!important;
}
.fo-wc-native-content div.product{
	display:grid!important;
	grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)!important;
	gap:56px!important;
	align-items:start!important;
}
.fo-wc-native-content div.product div.images,
.fo-wc-native-content div.product div.summary{
	width:auto!important;
	float:none!important;
	margin:0!important;
}
.fo-wc-native-content div.product div.images{
	background:#f8fafc!important;
	border-radius:18px!important;
	overflow:hidden!important;
	border:1px solid #eef0f3!important;
}
.fo-wc-native-content div.product div.summary{
	padding-top:10px!important;
}
.fo-wc-native-content div.product .product_title{
	font-size:clamp(34px,4vw,54px)!important;
	line-height:1.05!important;
	letter-spacing:-.045em!important;
	margin:0 0 14px!important;
	color:#111827!important;
	font-weight:900!important;
}
.fo-wc-native-content div.product p.price,
.fo-wc-native-content div.product span.price{
	color:#e30613!important;
	font-size:26px!important;
	font-weight:900!important;
	margin:0 0 18px!important;
}
.fo-wc-native-content div.product .woocommerce-product-details__short-description{
	color:#1f2937!important;
	font-size:17px!important;
	line-height:1.75!important;
	margin-bottom:24px!important;
}
.fo-wc-native-content div.product form.cart{
	display:flex!important;
	align-items:stretch!important;
	gap:14px!important;
	margin-top:24px!important;
}
.fo-wc-native-content div.product form.cart .quantity{
	margin:0!important;
}
.fo-wc-native-content div.product form.cart .qty{
	width:88px!important;
	min-height:52px!important;
	border:1px solid #d1d5db!important;
	border-radius:10px!important;
	text-align:center!important;
	font-weight:900!important;
	color:#111827!important;
}
.fo-wc-native-content div.product .single_add_to_cart_button{
	min-height:52px!important;
	padding:14px 34px!important;
	border-radius:10px!important;
	background:#e30613!important;
	border:1px solid #e30613!important;
	color:#fff!important;
	font-size:16px!important;
	font-weight:900!important;
	box-shadow:none!important;
	text-transform:none!important;
}
.fo-wc-native-content div.product .single_add_to_cart_button:hover{
	background:#b80510!important;
	border-color:#b80510!important;
	color:#fff!important;
}
.fo-wc-native-content div.product .single_add_to_cart_button.is-loading{
	opacity:.72!important;
	pointer-events:none!important;
}
body.fo-current-cart-page .fo-custom-cart-button-outline,
.fo-current-cart-page .fo-custom-cart-button-outline[data-fo-view-cart-button]{
	display:none!important;
}
@media(max-width:900px){
	.fo-wc-native-content div.product{
		grid-template-columns:1fr!important;
		gap:28px!important;
	}
	.fo-wc-native-section{
		padding-top:96px!important;
	}
	.fo-wc-native-content{
		padding:22px!important;
	}
}

/* 1.33.0 - remove native browser number steppers in custom cart */
.fo-custom-cart-qty input,
.fo-custom-cart-qty input[type="number"],
.fo-custom-cart-qty input[type="text"]{
	appearance:textfield!important;
	-moz-appearance:textfield!important;
	-webkit-appearance:none!important;
}
.fo-custom-cart-qty input::-webkit-outer-spin-button,
.fo-custom-cart-qty input::-webkit-inner-spin-button{
	display:none!important;
	opacity:0!important;
	margin:0!important;
	-webkit-appearance:none!important;
}

/* 1.34.0 - legal pages matched to original Manus Villkor.tsx */
.fo-legal-hero{
	position:relative;
	min-height:240px;
	height:30vh;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	background:#111827;
	color:#fff;
	text-align:center;
}
.fo-legal-hero-bg{
	position:absolute;
	inset:0;
	background:linear-gradient(135deg,#111827 0%,#1f2937 58%,rgba(227,6,19,.28) 100%);
}
.fo-legal-hero-content{
	position:relative;
	z-index:1;
	max-width:768px;
	padding:0 16px;
}
.fo-legal-hero h1{
	margin:0 0 16px;
	color:#fff;
	font-size:clamp(40px,5vw,56px);
	line-height:1.05;
	font-weight:900;
	letter-spacing:-.04em;
}
.fo-legal-hero p{
	margin:0;
	color:rgba(255,255,255,.9);
	font-size:18px;
	line-height:1.6;
}
.fo-legal-section{
	padding:64px 0;
	background:#fff;
}
.fo-legal-container{
	max-width:896px;
}
.fo-legal-tabs{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	width:100%;
	margin:0 0 40px;
	border-radius:10px;
	background:#f3f4f6;
	padding:4px;
	gap:4px;
}
.fo-legal-tab{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	min-height:48px;
	padding:12px 16px;
	border-radius:8px;
	color:#4b5563;
	text-decoration:none;
	font-size:14px;
	font-weight:700;
	transition:background-color .18s ease,color .18s ease,box-shadow .18s ease;
}
.fo-legal-tab .fo-svg{
	font-size:16px;
}
.fo-legal-tab:hover{
	color:#111827;
	background:rgba(255,255,255,.68);
}
.fo-legal-tab.is-active{
	background:#fff;
	color:#111827;
	box-shadow:0 1px 3px rgba(17,24,39,.10);
}
.fo-legal-tab-short{
	display:none;
}
.fo-legal-card{
	background:#fff;
}
.fo-legal-prose{
	max-width:none;
	color:#4b5563;
	font-size:16px;
	line-height:1.75;
}
.fo-legal-prose article{
	margin:0;
}
.fo-legal-prose h1{
	margin:0 0 24px;
	color:#111827;
	font-size:32px;
	line-height:1.18;
	font-weight:800;
	letter-spacing:-.025em;
}
.fo-legal-prose h2{
	margin:40px 0 16px;
	color:#111827;
	font-size:24px;
	line-height:1.25;
	font-weight:800;
	letter-spacing:-.02em;
}
.fo-legal-prose h3{
	margin:24px 0 10px;
	color:#111827;
	font-size:20px;
	line-height:1.3;
	font-weight:800;
}
.fo-legal-prose p{
	margin:0 0 16px;
	color:#4b5563;
}
.fo-legal-prose ul,
.fo-legal-prose ol{
	margin:0 0 18px 24px;
	padding:0;
	color:#4b5563;
}
.fo-legal-prose li{
	margin:6px 0;
	padding-left:4px;
	color:#4b5563;
}
.fo-legal-prose strong{
	color:#374151;
	font-weight:800;
}
@media(max-width:640px){
	.fo-legal-section{
		padding:42px 0;
	}
	.fo-legal-tabs{
		margin-bottom:28px;
	}
	.fo-legal-tab{
		padding:12px 8px;
	}
	.fo-legal-tab-full{
		display:none;
	}
	.fo-legal-tab-short{
		display:inline;
	}
	.fo-legal-prose h1{
		font-size:28px;
	}
	.fo-legal-prose h2{
		font-size:21px;
	}
}

/* 1.35.0 - legal tab panels switch without full page reload */
.fo-legal-panel[hidden]{
	display:none!important;
}
.fo-legal-panel{
	animation:foLegalFade .18s ease both;
}
@keyframes foLegalFade{
	from{opacity:0;transform:translateY(4px)}
	to{opacity:1;transform:translateY(0)}
}

/* 1.36.0 - legal pages are runtime-rendered from plugin and tabs do not reload page */
.fo-page-integritet .fo-legal-panel[hidden],
.fo-page-villkor .fo-legal-panel[hidden],
.fo-page-leverantor .fo-legal-panel[hidden]{
	display:none!important;
}

/* 1.37.0 - legal runtime renderer bypasses stale saved WordPress content */
body.fokus-optik-legal-runtime{
	margin:0;
	background:#fff;
}

/* 1.38.0 - footer bottom matched to original Manus Footer.tsx */
.fo-footer{
	background:#111827!important;
	padding:64px 0 32px!important;
}
.fo-footer-bottom{
	display:block!important;
	text-align:center!important;
	padding-top:24px!important;
	margin-top:0!important;
	border-top:1px solid rgba(31,41,55,.95)!important;
}
.fo-footer-legal-links{
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	flex-wrap:wrap!important;
	gap:16px!important;
	margin:0 0 12px!important;
}
.fo-footer-bottom .fo-footer-legal-links a{
	display:inline-flex!important;
	align-items:center!important;
	margin:0!important;
	color:#6b7280!important;
	font-size:12px!important;
	line-height:1.4!important;
	font-weight:500!important;
	text-decoration:none!important;
	transition:color .18s ease!important;
}
.fo-footer-bottom .fo-footer-legal-links a:hover{
	color:#fff!important;
}
.fo-footer-copyright{
	display:block!important;
	margin:0!important;
	color:#6b7280!important;
	font-size:12px!important;
	line-height:1.5!important;
	text-align:center!important;
}
.fo-footer-bottom span{
	display:inline!important;
}
@media(max-width:640px){
	.fo-footer-bottom{
		padding-top:22px!important;
	}
	.fo-footer-legal-links{
		gap:12px!important;
	}
}
