@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;line-height:1.5;font-family:Work Sans,sans-serif;font-weight:400}html{width:100%;overflow-x:hidden}a{text-decoration:none;color:#000}nav{background-color:#fff;padding:.3rem 1em;position:fixed;top:0;left:0;width:100%;z-index:1002;box-shadow:0 2px 4px rgba(0,0,0,.05)}nav ul{display:flex;align-items:center;list-style:none;padding:0;margin:0;width:100%}nav .menu{margin-right:1rem;cursor:pointer}nav .menu img{display:block;width:24px;height:24px}nav .search{position:relative;display:flex;align-items:center;margin-right:auto;cursor:pointer}nav .search .close{font-size:1.2rem;color:#333;margin-left:.5rem;z-index:10;cursor:pointer}nav .search input{padding:.5rem 2rem .5rem .5rem;border:1px solid #ccc;border-radius:30px;transition:all .3s ease}nav .search img{position:absolute;width:24px;height:24px}@media(max-width:768px){nav .search input{display:none}nav .search input.visible{display:block;position:absolute;left:0;width:200px;background:#fff;z-index:10;border:1px solid #ccc;padding:.5rem}nav .search img{position:static;width:24px;height:24px;pointer-events:auto}nav .search .close{position:absolute;left:12rem}}nav .logo{position:absolute;left:50%;transform:translateX(-50%);z-index:1}nav .logo img{display:block;height:50px}nav .cart,nav .user{text-align:center;margin-left:1rem}nav .cart img,nav .user img{width:24px;height:24px}@media(max-width:768px){nav ul.show-search .cart,nav ul.show-search .logo,nav ul.show-search .user{display:none}nav ul.show-search .search input.visible{display:inline-block;position:static;margin-left:.5rem;width:180px;border:1px solid #ccc;border-radius:30px;padding:.4rem 1rem;font-size:.9rem}nav ul.show-search .menu{order:1}nav ul.show-search .search{order:2;margin-right:auto}nav ul.show-search .search input{display:none}nav ul.show-search .search img{position:static;width:24px;height:24px;pointer-events:auto;cursor:pointer}nav ul.show-search .logo{position:static;transform:none;order:3;margin:0 auto}nav ul.show-search .logo img{height:50px}nav ul.show-search .cart{order:4}nav ul.show-search .user{order:5}}@media(max-width:480px){nav .logo img{height:2rem}nav ul.show-search .cart,nav ul.show-search .logo,nav ul.show-search .user{display:none}nav ul.show-search .search input.visible{display:inline-block;position:static;margin-left:.5rem;border:1px solid #ccc;border-radius:30px;padding:.4rem 1rem;font-size:.9rem}nav ul.show-search .search{flex-direction:row;align-items:center}nav p{display:none}}.breadcrumbs-containner{position:fixed;top:60px;left:0;width:100%;padding:.5rem 1rem;box-shadow:0 1px 2px rgba(0,0,0,.05);z-index:1000;font-size:.9rem;color:#999}.breadcrumbs,.breadcrumbs-containner{display:flex;align-items:center;gap:.5rem}.breadcrumbs{margin-left:15%;flex-wrap:wrap}.breadcrumbs a{color:#555;text-decoration:none;transition:color .2s}.breadcrumbs a:hover{text-decoration:underline;color:#222}.breadcrumbs span{color:#555}@media(max-width:768px){.breadcrumbs{font-size:.8rem;padding:.4rem .8rem;top:55px}}@media(max-width:480px){.breadcrumbs{font-size:.75rem;padding:.3rem .6rem;top:50px}}.back{color:#000;-webkit-tap-highlight-color:rgba(0,0,0,0)}.sidebar{position:fixed;top:0;left:-260px;height:100vh;width:250px;background-color:#fff;box-shadow:2px 0 10px rgba(0,0,0,.1);padding:1rem;transition:left .3s ease-in-out;z-index:1001;margin-top:5rem}@media screen and (max-width:480px){.sidebar{margin-top:3rem}}.sidebar.visible{left:0}.sidebar .close-sidebar{background:none;border:none;font-size:1.5rem;cursor:pointer;margin-bottom:1rem;color:#333}.sidebar h3{font-size:1.2rem;margin-bottom:1rem;color:#333}.sidebar .sidebar-categories{list-style:none;padding:0;margin:0}.sidebar .sidebar-categories li{padding:.75rem 0;border-bottom:1px solid #eee}.sidebar .sidebar-categories li a{text-decoration:none;color:#222;font-size:1rem;display:block;transition:background-color .2s}.sidebar .sidebar-categories li a:hover{background-color:#f3f3f3}body.sidebar-open{overflow:hidden}.cards-section{width:100%;display:grid;height:-moz-fit-content;height:fit-content;padding:1rem;grid-gap:1rem;gap:1rem;margin-top:1rem}.cards-wrapper{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.cards-container{width:275px;background-color:#f9fafa;border:1px solid #ddd;border-radius:6px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.1);text-align:center;display:flex;flex-direction:column}.cards-container img{width:100%;height:200px;object-fit:cover;background-color:#c2cbd3}.cards-container .card{display:flex;flex-direction:column;padding:1rem;flex-grow:1}.cards-container .card h2{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#000}.cards-container .card .card-content{margin-bottom:1rem}.cards-container .card .card-content .price{color:#333;font-size:.9rem;font-weight:400}.cards-container .card .card-content .price-value{font-weight:700;color:#1756a9}.cards-container .card a{margin-top:auto;display:block}.cards-container .card a button{background-color:#1756a9;color:#fff;border:none;width:100%;padding:.6rem;border-radius:12px;font-size:.9rem;cursor:pointer;transition:background-color .3s ease}.cards-container .card a button:hover{background-color:#0d3c7d}.cards-container.placeholder{visibility:hidden;pointer-events:none}.loader2{width:48px;height:48px;border:5px solid #1756a9;border-bottom-color:rgba(0,0,0,0);border-radius:50%;animation:rotation 1s linear infinite}footer{background-color:#0a142f;color:#fff;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center}footer .footer-top{text-align:center;margin-bottom:2rem}footer .footer-top h2{margin-bottom:1rem}footer .footer-top a{display:inline-block;padding:.5rem 1rem;border:2px solid #fff;color:#fff;text-decoration:none;border-radius:4px;transition:background-color .3s ease}footer .footer-top a:hover{background-color:#fff;color:#1a1a1a}footer .footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;max-width:1800px;margin-bottom:2rem}footer .footer-bottom>div{flex:1 1;min-width:200px;padding:1rem 2rem}footer .footer-bottom h3{font-weight:700;margin-bottom:.5rem}footer .footer-bottom a{display:block;color:#fff;text-decoration:none;margin-bottom:.3rem}footer .footer-bottom a:hover{text-decoration:underline}footer .footer-bottom p,footer .footer-contact a{margin-bottom:.3rem}footer .footer-copyright{text-align:center;padding-top:1rem;border-top:1px solid #444;font-size:.875rem;width:100%}.intro-section{position:relative;width:90%;max-width:1200px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#ffffff,#f8fafc);border:1px solid rgba(34,34,34,.1);padding:2.5rem;border-radius:2rem;box-shadow:0 10px 30px rgba(0,51,102,.08),0 1px 3px rgba(0,0,0,.05);overflow:hidden;transition:all .3s ease;margin:7rem auto 0}.intro-section:hover{transform:translateY(-2px);box-shadow:0 15px 40px rgba(0,51,102,.12),0 2px 6px rgba(0,0,0,.08)}.intro-header{margin-bottom:1.5rem}.intro-header h1{font-size:2.8rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#003366,#0066cc);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;line-height:1.2;letter-spacing:-.02em}.intro-accent{width:60px;height:3px;background:linear-gradient(90deg,#003366,#0066cc);border-radius:2px;animation:slideIn .8s ease-out .3s both}.intro-text{font-size:1.1rem;line-height:1.6;color:#4a5568;margin-bottom:0;font-weight:400}.intro-decoration{position:absolute;top:0;right:0;width:100%;height:100%;pointer-events:none;z-index:1}.decoration-circle{position:absolute;border-radius:50%;opacity:.05;animation:float 6s ease-in-out infinite}.decoration-circle-1{width:120px;height:120px;background:#036;top:-60px;right:-60px;animation-delay:0s}.decoration-circle-2{width:80px;height:80px;background:#06c;bottom:-40px;left:-40px;animation-delay:2s}@keyframes slideIn{0%{width:0;opacity:0}to{width:60px;opacity:1}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(5deg)}}@media(max-width:768px){.intro-section{padding:2rem}.intro-header h1{font-size:2.2rem}.intro-text{font-size:1rem}.intro-accent{width:50px}}@media(max-width:480px){.intro-section{width:95%;padding:1.5rem}.intro-header h1{font-size:1.8rem}.intro-text{font-size:.95rem}.intro-accent{width:40px;height:2px}}.review-section{display:flex;justify-content:center;width:96vw;margin:0 auto}.heatpress-section{width:100%;display:flex;flex-wrap:wrap;background-color:#f9f9f7;border:1px solid #428da5;border-radius:20px;padding:40px;gap:40px}.heatpress-section .text-section{flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:69px}.heatpress-section .text-section .text-block h2{font-size:20px;font-weight:700;margin-bottom:10px}.heatpress-section .text-section .text-block p{font-size:14px;line-height:1.6;color:#333}.heatpress-section .reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;flex:1.5 1}.heatpress-section .reviews-grid .review-card{background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:10px}.heatpress-section .reviews-grid .review-card .stars{color:#00b67a;font-size:16px}.heatpress-section .reviews-grid .review-card .meta{font-size:12px;color:#595959}.heatpress-section .reviews-grid .review-card h3{font-size:16px;font-weight:600}.heatpress-section .reviews-grid .review-card p{font-size:14px;color:#444}.heatpress-section .reviews-grid .review-card strong{font-size:13px;color:#111}.heatpress-section .reviews-grid .review-card .truncate-text{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:1300px){.heatpress-section{flex-direction:column;padding:30px;margin:2rem 3rem}.heatpress-section .reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.heatpress-section{padding:20px;margin:2rem 1.5rem}.heatpress-section .text-section{gap:40px}.heatpress-section .text-section .text-block h2{font-size:18px}.heatpress-section .text-section .text-block p{font-size:13px}.heatpress-section .reviews-grid{grid-template-columns:1fr}}@media(max-width:480px){.heatpress-section{padding:15px;margin:1rem 0;border-radius:0}.heatpress-section .text-section .text-block h2{font-size:16px}.heatpress-section .text-section .text-block p{font-size:12px}}:root{--background-color:#f8fafc;--primary-color:#0073e6;--primary-color-dark:#005bb5;--text-color:#333}.seo-section{padding:2rem 1rem;max-width:96vw;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--text-color);line-height:1.6}.section-block{display:flex;flex-direction:row;justify-content:space-between;gap:20px;margin-top:80px;background-color:var(--background-color);border-radius:10px;box-shadow:0 0 6px #e6e6e6;overflow-x:hidden}.section-block img{border-radius:10px;max-height:600px}.section-block .text-content{display:flex;flex-direction:column;padding:20px}@media screen and (max-width:1200px){.section-block img{display:none}.section-block .text-content{width:100%}}.section-block.reverse{flex-direction:row-reverse;gap:5%}.section-centered{padding:100px 20px;text-align:end}.section-centered,.section-default{display:flex;flex-direction:column;justify-content:center}.section-default{padding:0 20px;border-radius:10px;margin:60px 0}.seo-section h1{font-size:1.6rem;margin-bottom:1rem;color:var(--primary-color)}.seo-section h2{font-size:1.6rem;margin:2rem 0 1rem;color:var(--primary-color-dark)}.seo-section p{font-size:1.1rem;margin-bottom:1rem}.seo-section ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1rem}.seo-section ul li{margin-bottom:.5rem}.seo-section a{color:var(--primary-color);text-decoration:underline;transition:color .3s ease}.seo-section a:hover{color:var(--primary-color-dark)}*,:after,:before{box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden}.udvalgtekat-section{background-image:url(/shared/wave-bg.png);background-size:cover;background-position:50%;width:100%;margin-top:2rem}.udvalgtekat-section header{width:100%;display:flex;justify-content:center;align-items:center;color:#fff}.udvalgtekat-section header h2{font-size:2rem;font-weight:500;margin-top:.5rem}.swiper-container-wrapper,.udvalgtekat-container{display:flex;justify-content:center;width:100%}.swiper-container-wrapper{position:relative;padding:1rem 2rem;align-items:center}.swiper-container-wrapper .swiper{width:100%;max-width:1200px}.swiper-container-wrapper .swiper .swiper-slide{display:flex;justify-content:center;position:relative;background-color:#fff;border-radius:.75rem;box-shadow:0 2px 6px rgba(0,0,0,.1);padding:1rem;border:2px solid rgba(0,0,0,0);transition:border-color .3s ease}.swiper-container-wrapper .swiper .swiper-slide:hover{border-color:#1e5f99}.swiper-container-wrapper .swiper .swiper-slide .slide-content{width:200px;height:225px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-between;-webkit-tap-highlight-color:rgba(0,0,0,0)}.swiper-container-wrapper .swiper .swiper-slide .slide-content img{width:100%;height:auto;border-radius:.5rem}.swiper-container-wrapper .swiper .swiper-slide .slide-content .slide-caption{margin-top:.5rem}.swiper-container-wrapper .swiper .swiper-slide .slide-content .slide-caption p{font-weight:500;font-size:1.2rem;margin:0}.swiper-container-wrapper .swiper-button{background-color:#1e5f99;border:none;color:#fff;border-radius:100%;padding:1rem;cursor:pointer;z-index:10;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.swiper-container-wrapper .swiper-button:hover{background-color:#17466b}.swiper-container-wrapper .swiper-button.prev{position:absolute;left:.5rem}.swiper-container-wrapper .swiper-button.next{position:absolute;right:.5rem}.udvalgtekat-banner{width:100%;height:3rem;background-color:rgba(152,198,216,.5);display:flex;justify-content:space-between;align-items:center}.udvalgtekat-banner div{display:flex;gap:1rem;padding:0 1rem}.udvalgtekat-banner div img{margin-right:.5rem;width:1.9rem}.udvalgtekat-banner div p{color:#000;font-size:1.1rem;font-weight:500}@media(max-width:920px){.udvalgtekat-banner{width:100%;height:3rem;background-color:rgba(152,198,216,.5);display:flex;justify-content:space-between;align-items:center}.udvalgtekat-banner div{display:flex;gap:.5rem;padding:0 1rem}.udvalgtekat-banner div img{margin-right:.5rem;width:1.5rem}.udvalgtekat-banner div p{color:#000;font-size:.8rem;font-weight:500}}@media(max-width:640px){.udvalgtekat-banner{width:100%;height:3rem;background-color:rgba(152,198,216,.5);display:flex;justify-content:center;align-items:center}.udvalgtekat-banner div{display:flex;gap:.5rem;padding:0 1rem}.udvalgtekat-banner div img{margin-right:.5rem;width:1.5rem}.udvalgtekat-banner div p{color:#000;font-size:.8rem;font-weight:500}.hiddenBannerElement{display:none!important}}@media(max-width:480px){.udvalgtekat-section{margin-top:3rem}}.product-container{display:flex;flex-direction:column;width:70%;padding:4rem;margin:3rem auto 0;border-left:1px solid #ccc;border-right:1px solid #ccc;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.product-container img{width:45%;height:auto;border:1px solid #ccc;border-radius:6px;padding:1rem;object-fit:contain;max-height:600px}.back-button{cursor:pointer;display:flex;align-items:center;gap:.3rem;font-weight:700;margin-bottom:2rem;-webkit-tap-highlight-color:rgba(0,0,0,0)}.product-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:3rem}.product-info{display:flex;flex-direction:column;gap:1rem;width:50%;min-width:400px}.product-info .price-value{font-weight:700;color:#1756a9;font-size:1.2rem}.product-info .product-details p{margin:.25rem 0}@media screen and (max-width:1575px){.product-container{width:90%;padding:2rem;margin-top:6rem}.product-header{flex-direction:column;align-items:center}.product-info{width:100%;min-width:unset}img{width:100%;height:auto}}@media screen and (max-width:480px){.product-container{width:100%;padding:2rem;margin-top:4rem}.product-header{flex-direction:column;align-items:center}.product-info{width:100%;min-width:unset}img{width:100%;height:auto}}.product-purchase,.product-purchase .add-to-cart{display:flex;align-items:center}.product-purchase .add-to-cart{height:50px;width:120px;padding:.5rem;background-color:#1756a9;color:#fff;border:none;justify-content:center;gap:5px;transition:background-color .3s ease}.product-purchase .add-to-cart:hover{background-color:#0f3c6b;cursor:pointer}.product-description{margin-top:2rem}.product-description p{margin-bottom:1rem}.loader{width:48px;height:48px;border:5px solid #1756a9;border-bottom-color:rgba(0,0,0,0);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{color-scheme:light}html{scroll-behavior:smooth}body{background:#fff;color:#111827;min-height:100vh}a{color:inherit}.site-frame{min-height:100vh}.breadcrumbs-container{margin-top:4.5rem;padding:.5rem 1rem 0}.products-toolbar{display:flex;justify-content:center;padding:0 1rem}.products-state{width:100%;max-width:1200px;text-align:center;padding:2rem 0}.category-grid{width:100%;max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:1rem;gap:1rem;padding:1rem 0 2rem}.category-card{background:#fff;border-radius:.75rem;border:1px solid #dbe3ea;padding:1rem;display:flex;flex-direction:column;gap:.75rem;align-items:center;text-align:center;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.category-card:hover{border-color:#1e5f99;transform:translateY(-2px)}.category-card.is-active{border-color:#1e5f99;box-shadow:0 8px 20px rgba(30,95,153,.15)}.category-card img{width:100%;height:140px;object-fit:cover;border-radius:.5rem}.category-actions{display:flex;justify-content:center;gap:.75rem;padding-bottom:1rem}.category-reset{border:1px solid #1e5f99;background:#fff;color:#1e5f99;padding:.6rem 1rem;border-radius:999px;cursor:pointer}.product-link-button{display:block}.back-link{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:2rem;font-weight:700}.applefix-shell{background:radial-gradient(circle at top left,rgba(91,139,255,.18),transparent 30%),linear-gradient(180deg,#f4f7fb,#ffffff 35%,#f6f8fc);color:#122033}.applefix-header{position:-webkit-sticky;position:sticky;top:0;z-index:1100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(247,249,253,.86);border-bottom:1px solid rgba(126,148,182,.18)}.applefix-header-bar{width:100%;display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.6rem 1rem;font-size:.82rem;color:#51647f;background:linear-gradient(90deg,#0f1b2d,#163567)}.applefix-header-bar a,.applefix-header-bar p{color:#e7efff}.applefix-band,.applefix-categories,.applefix-editorial,.applefix-header-main,.applefix-hero-grid,.applefix-product-layout,.applefix-products,.applefix-story,.applefix-testimonials,.applefix-topbar{width:min(1180px,100% - 2rem);margin:0 auto}.applefix-header-main{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:1.5rem;gap:1.5rem;padding:1rem 0}.applefix-hero{padding:2rem 0 3rem}.applefix-brand{display:inline-flex;align-items:center;gap:.85rem;min-width:0}.applefix-brand strong{display:block;font-size:1rem;letter-spacing:.08em;text-transform:uppercase}.applefix-brand span{display:block;color:#5f728a;font-size:.86rem}.applefix-brand img{height:44px}.applefix-header-nav,.applefix-topbar-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.applefix-header-nav a,.applefix-topbar-links a{color:#3a506b;font-weight:600}.applefix-header-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.applefix-header-actions .applefix-button{white-space:nowrap}.applefix-breadcrumb-bar{border-top:1px solid rgba(126,148,182,.16)}.applefix-breadcrumb-inner{width:min(1180px,100% - 2rem);margin:0 auto;padding:.8rem 0;display:flex;gap:.5rem;flex-wrap:wrap;color:#607289;font-size:.9rem}.applefix-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:2rem;gap:2rem;align-items:stretch}.applefix-categories,.applefix-editorial,.applefix-hero-copy,.applefix-hero-panel,.applefix-product-layout,.applefix-products,.applefix-story-card,.applefix-testimonials{position:relative}.applefix-eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#4d6fa8;margin-bottom:.85rem}.applefix-editorial-copy h2,.applefix-hero-copy h1,.applefix-product-sidebar h1,.applefix-products-header h2,.applefix-section-heading h2,.applefix-story-card h2,.applefix-story-card h3{line-height:1.02;letter-spacing:-.04em}.applefix-hero-copy h1{font-size:clamp(2.6rem,5vw,5rem);max-width:11ch}.applefix-lead{margin-top:1.25rem;max-width:60ch;font-size:1.05rem;line-height:1.7;color:#435b77}.applefix-hero-actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.5rem}.applefix-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.8rem 1.15rem;border-radius:999px;border:1px solid #c6d4ea;font-weight:700}.applefix-button-primary{background:linear-gradient(135deg,#101927,#2457ff);color:#fff;border-color:rgba(0,0,0,0)}.applefix-button-secondary{background:hsla(0,0%,100%,.8);color:#183052}.applefix-stat-row{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.applefix-stat-row div{min-width:140px;padding:1rem 1.1rem;border-radius:1.1rem;background:hsla(0,0%,100%,.75);border:1px solid rgba(125,149,184,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.applefix-product-price,.applefix-stat-row strong{display:block;font-size:1.5rem;font-weight:800;color:#16316a}.applefix-band-item p,.applefix-product-footer span,.applefix-product-meta,.applefix-product-sidebar-meta span,.applefix-quote footer span,.applefix-stat-row span{color:#5f728a;font-size:.92rem}.applefix-panel-card{height:100%;padding:1.25rem;border-radius:1.75rem;background:linear-gradient(160deg,#0d1828,#163259 45%,#eff4ff 45.1%,#ffffff);color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:460px;overflow:hidden}.applefix-panel-kicker{font-size:.8rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#a7c4ff}.applefix-panel-card h2{font-size:clamp(2rem,3vw,3rem);max-width:8ch;margin-top:.75rem}.applefix-panel-card p{max-width:34ch;color:#cad8f3;margin:1rem 0 1.4rem}.applefix-panel-card img{width:100%;border-radius:1.2rem;object-fit:cover;box-shadow:0 20px 55px rgba(9,16,31,.25)}.applefix-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;padding:0 0 1.5rem}.applefix-band-item,.applefix-categories,.applefix-editorial,.applefix-product-layout,.applefix-products,.applefix-story-card,.applefix-testimonials{background:hsla(0,0%,100%,.82);border:1px solid rgba(125,149,184,.18);box-shadow:0 24px 60px rgba(34,55,92,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.applefix-band-item{padding:1rem 1.1rem;border-radius:1.2rem}.applefix-band-item span{display:block;margin-bottom:.35rem;font-weight:800}.applefix-categories,.applefix-editorial,.applefix-products,.applefix-testimonials{border-radius:1.8rem;padding:2rem;margin-top:1.5rem}.applefix-section-heading{margin-bottom:1.4rem}.applefix-editorial-copy h2,.applefix-products-header h2,.applefix-section-heading h2{font-size:clamp(2rem,3vw,3.3rem);max-width:12ch}.applefix-category-pills{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.4rem}.applefix-category-pills button{padding:.7rem 1rem;border-radius:999px;border:1px solid #cfdaeb;background:#f8fbff;font-weight:700;cursor:pointer}.applefix-category-pills button.is-active{background:#17356d;border-color:#17356d;color:#fff}.applefix-category-pills-inline{margin-bottom:0}.applefix-catalog{width:min(1180px,100% - 2rem);margin:1.5rem auto 0;padding:1.5rem 2rem;border-radius:1.8rem;background:hsla(0,0%,100%,.92);border:1px solid rgba(125,149,184,.18);box-shadow:0 24px 60px rgba(34,55,92,.08)}.applefix-catalog-intro{display:flex;justify-content:space-between;gap:1.5rem;align-items:end;margin-bottom:1.25rem}.applefix-catalog-summary{min-width:140px;padding:1rem 1.15rem;border-radius:1.2rem;background:linear-gradient(135deg,#0f1c31,#23457f);color:#fff}.applefix-catalog-summary strong{display:block;font-size:2rem;line-height:1}.applefix-catalog-summary span{font-size:.9rem;color:hsla(0,0%,100%,.85)}.applefix-catalog-toolbar{display:grid;grid-template-columns:1fr minmax(280px,360px);grid-gap:1rem;gap:1rem;align-items:start}.applefix-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.applefix-category-card{border:0;background:linear-gradient(180deg,#f9fbff,#eef4ff);border-radius:1.35rem;padding:.85rem;text-align:left;cursor:pointer;display:grid;grid-gap:.75rem;gap:.75rem}.applefix-category-card.is-active{outline:2px solid #2b61ff}.applefix-category-card img{width:100%;height:180px;object-fit:cover;border-radius:1rem}.applefix-category-card strong,.applefix-product-card h3,.applefix-quote strong{display:block;font-size:1.05rem}.applefix-story{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:1rem;gap:1rem;margin-top:1.5rem}.applefix-story-card{border-radius:1.8rem;padding:2rem}.applefix-story-card-dark{background:linear-gradient(160deg,#14233c,#193f87);color:#fff}.applefix-story-card-dark .applefix-eyebrow,.applefix-story-card-dark li,.applefix-story-card-dark p{color:#d9e4ff}.applefix-editorial-copy ul,.applefix-story-card ul{margin:1rem 0 0;padding-left:1.1rem;display:grid;grid-gap:.85rem;gap:.85rem}.applefix-products-header{display:flex;justify-content:space-between;gap:1.5rem;align-items:end;margin-bottom:1.5rem}.applefix-search{min-width:min(380px,100%)}.applefix-search-inline{min-width:100%}.applefix-search span{display:block;margin-bottom:.45rem;font-size:.88rem;font-weight:700}.applefix-search input{width:100%;height:52px;border-radius:999px;border:1px solid #d2dceb;padding:0 1.1rem;background:#fbfdff}.applefix-product-grid,.applefix-testimonial-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}.applefix-products-subtitle{margin-top:.6rem;color:#59708d;font-size:1rem}.applefix-product-card,.applefix-quote{background:#fff;border:1px solid #e4ebf5;border-radius:1.4rem;overflow:hidden}.applefix-product-media{aspect-ratio:1/1;background:linear-gradient(180deg,#eef4ff,#ffffff)}.applefix-product-media img{width:100%;height:100%;object-fit:cover}.applefix-product-body{padding:1rem}.applefix-product-meta{margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.applefix-product-blurb{color:#53677f;line-height:1.55;min-height:4.6rem}.applefix-product-footer{margin-top:1rem;display:flex;justify-content:space-between;align-items:end;gap:1rem}.applefix-product-footer a{display:inline-flex;align-items:center;justify-content:center;min-width:64px;height:40px;padding:0 1rem;border-radius:999px;background:#16316a;color:#fff;font-weight:700}.applefix-empty-state{padding:2rem;text-align:center;border-radius:1.2rem;background:#fff}.applefix-stars{color:#2457ff;letter-spacing:.1em;margin-bottom:.8rem}.applefix-quote{padding:1.35rem;display:flex;flex-direction:column;gap:1rem}.applefix-quote footer{display:flex;flex-direction:column;gap:.25rem}.applefix-editorial{display:grid;grid-template-columns:.95fr 1.05fr;grid-gap:1.5rem;gap:1.5rem;align-items:center}.applefix-editorial-visual img{width:100%;min-height:420px;object-fit:cover;border-radius:1.4rem}.applefix-product-shell{background:linear-gradient(180deg,#f6f8fc,#ffffff 30%)}.applefix-product-layout{display:grid;grid-template-columns:360px 1fr;grid-gap:1.5rem;gap:1.5rem;padding:2rem;margin-top:1.5rem;border-radius:1.8rem}.applefix-product-main,.applefix-product-sidebar{background:#fff;border-radius:1.4rem;border:1px solid #e4ebf5;padding:1.5rem}.applefix-product-sidebar-meta{display:flex;flex-direction:column;gap:.45rem;margin:1rem 0 1.25rem}.applefix-product-price{margin-bottom:1rem}.applefix-product-image-frame{background:linear-gradient(180deg,#f1f5fc,#ffffff);border-radius:1.2rem;padding:1rem;margin-bottom:1.5rem}.applefix-product-image-frame img{width:100%;max-height:520px;object-fit:contain}.applefix-product-description{line-height:1.7;color:#30465f}.applefix-support-strip{width:min(1180px,100% - 2rem);margin:1.5rem auto 0;padding:2rem;border-radius:1.8rem;display:flex;justify-content:space-between;gap:1.5rem;align-items:center;background:linear-gradient(135deg,#0f1c31,#1a3e7c);color:#fff}.applefix-support-strip .applefix-eyebrow,.applefix-support-strip h2{color:#fff}.applefix-support-actions{display:flex;gap:.75rem;flex-wrap:wrap}@media(max-width:768px){.breadcrumbs-container{margin-top:4rem}}@media(max-width:1024px){.applefix-editorial,.applefix-header-main,.applefix-hero-grid,.applefix-product-layout,.applefix-story{grid-template-columns:1fr}.applefix-band,.applefix-catalog-toolbar,.applefix-category-grid,.applefix-product-grid,.applefix-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.applefix-catalog-intro{align-items:start}.applefix-header-actions,.applefix-header-nav{justify-content:flex-start}}@media(max-width:720px){.applefix-catalog-intro,.applefix-header-bar,.applefix-header-main,.applefix-products-header{flex-direction:column;align-items:stretch}.applefix-header-main{display:flex}.applefix-band,.applefix-catalog-toolbar,.applefix-category-grid,.applefix-product-grid,.applefix-testimonial-grid{grid-template-columns:1fr}.applefix-catalog,.applefix-categories,.applefix-editorial,.applefix-product-layout,.applefix-products,.applefix-story-card,.applefix-support-strip,.applefix-testimonials{padding:1.25rem}.applefix-hero-copy h1{max-width:none}.applefix-header-bar{align-items:flex-start}.applefix-catalog-summary,.applefix-header-actions,.applefix-header-actions .applefix-button,.applefix-support-actions,.applefix-support-actions .applefix-button{width:100%}}