:root{--frv-blue-900: #042c53;--frv-blue-800: #0c3d6e;--frv-blue-700: #0d4a80;--frv-blue-600: #185fa5;--frv-blue-500: #1a6fb5;--frv-blue-400: #378add;--frv-blue-100: #b5d4f4;--frv-blue-50: #e6f1fb;--frv-sky: #7dd3fc;--frv-green-700: #3b6d11;--frv-red-500: #e24b4a;--frv-amber-400: #ef9f27;--frv-white: #ffffff;--frv-gray-50: #f5f5f5;--frv-gray-200: #e2e2e2;--frv-gray-400: #999999;--frv-gray-700: #444444;--frv-radius-sm: 6px;--frv-radius-md: 10px;--frv-radius-lg: 14px;--frv-radius-xl: 20px;--frv-shadow-card: 0 2px 16px rgba(26, 111, 181, .1);--frv-transition: .18s ease;--frv-font-display: "Montserrat", "Helvetica Neue", Arial, sans-serif;--frv-font-body: "Inter", "Helvetica Neue", Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}img,video{display:block;max-width:100%}body{font-family:var(--frv-font-body);font-size:16px;line-height:1.65;color:var(--frv-gray-700);background:var(--frv-white);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--frv-font-display);line-height:1.2;color:var(--frv-blue-800);margin:0}p{margin:0}a{color:var(--frv-blue-500);text-decoration:none}a:hover{text-decoration:underline}.page-width{max-width:1200px;margin:0 auto;padding:0 24px}.frv-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-family:var(--frv-font-display);font-size:14px;font-weight:700;border-radius:var(--frv-radius-md);cursor:pointer;border:none;transition:transform var(--frv-transition),opacity var(--frv-transition);text-decoration:none}.frv-btn:hover{opacity:.9;text-decoration:none}.frv-btn:active{transform:scale(.97)}.frv-btn--primary{background:var(--frv-white);color:var(--frv-blue-800)}.frv-btn--ghost{background:transparent;color:var(--frv-white);border:1.5px solid rgba(255,255,255,.5)}.frv-btn--white{background:var(--frv-white);color:var(--frv-blue-500);font-weight:700}.frv-btn--add{background:var(--frv-blue-500);color:var(--frv-white);padding:9px 14px;font-size:13px;border-radius:var(--frv-radius-sm)}.frv-nav{position:sticky;top:0;z-index:100;background:#042c53f7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:.5px solid rgba(255,255,255,.1)}.frv-nav__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:64px}.frv-nav__logo{display:flex;align-items:center;gap:10px;text-decoration:none}.frv-nav__logo-img{width:36px;height:36px;border-radius:50%;object-fit:cover}.frv-nav__logo-name{font-family:var(--frv-font-display);font-size:18px;font-weight:700;color:var(--frv-white);letter-spacing:-.5px}.frv-nav__links{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}.frv-nav__links a{font-size:14px;color:#ffffffbf;text-decoration:none;transition:color var(--frv-transition)}.frv-nav__links a:hover{color:var(--frv-white)}.frv-nav__actions{display:flex;align-items:center;gap:16px}.frv-nav__cart{position:relative;display:flex;align-items:center;color:#fffc;text-decoration:none;transition:color var(--frv-transition)}.frv-nav__cart:hover{color:var(--frv-white)}.frv-nav__cart svg{width:22px;height:22px}.frv-nav__cart-count{position:absolute;top:-5px;right:-6px;background:var(--frv-red-500);color:var(--frv-white);font-size:9px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.frv-nav__burger{display:none;background:none;border:none;color:var(--frv-white);cursor:pointer;padding:4px}.frv-nav__burger svg{width:24px;height:24px}.frv-nav__mobile-menu{display:none;flex-direction:column;background:var(--frv-blue-800)}.frv-nav__mobile-menu.is-open{display:flex}.frv-nav__mobile-menu a{display:block;padding:14px 24px;color:#ffffffd9;border-bottom:.5px solid rgba(255,255,255,.08);font-size:15px;text-decoration:none}.frv-nav__mobile-menu a:hover{background:#ffffff0f;color:var(--frv-white)}.frv-hero{position:relative;background:linear-gradient(160deg,#042c53,#0c3d6e 55%,#0a5fa0);overflow:hidden;padding:56px 0 48px}.frv-hero__bg-img{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:0}.frv-hero__bg-fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 80% 20%,rgba(30,120,200,.4) 0%,transparent 55%),radial-gradient(ellipse at 10% 90%,rgba(0,80,160,.35) 0%,transparent 50%);z-index:0}.frv-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#041c3c85;z-index:1}.frv-hero__content{position:relative;z-index:2}.frv-hero__eyebrow{display:inline-block;background:#ffffff21;border:.5px solid rgba(255,255,255,.25);color:var(--frv-white);font-size:12px;font-weight:600;letter-spacing:.5px;padding:5px 14px;border-radius:20px;margin-bottom:18px}.frv-hero__title{font-family:var(--frv-font-display);font-size:42px;font-weight:800;color:var(--frv-white);line-height:1.1;margin-bottom:14px;letter-spacing:-1px}.frv-hero__title span{color:var(--frv-sky)}.frv-hero__subtitle{font-size:15px;color:#ffffffbf;line-height:1.65;margin-bottom:28px;max-width:480px}.frv-hero__ctas{display:flex;gap:14px;margin-bottom:40px;flex-wrap:wrap}.frv-hero__ctas .frv-btn{flex:1;min-width:160px}.frv-hero__products{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:32px;align-items:start}.frv-hero__prod{background:var(--frv-white);border:none;border-radius:var(--frv-radius-lg);overflow:hidden;transition:transform var(--frv-transition),box-shadow var(--frv-transition);display:flex;flex-direction:column;box-shadow:0 4px 24px #041c3c40}.frv-hero__prod:hover{transform:translateY(-4px);box-shadow:0 8px 32px #041c3c59}.frv-hero__prod-badge{display:block;font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px;background:var(--frv-blue-50);border:.5px solid var(--frv-blue-100);color:var(--frv-blue-600);margin:8px 0 0 8px;width:fit-content}.frv-hero__prod-img-link{display:block}.frv-hero__prod-img{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--frv-gray-50)}.frv-hero__prod-img img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.frv-hero__prod:hover .frv-hero__prod-img img{transform:scale(1.04)}.frv-hero__prod-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.frv-hero__prod-body{padding:12px 14px 14px;display:flex;flex-direction:column;flex:1}.frv-hero__prod-name{font-size:13px;font-weight:700;color:var(--frv-blue-800);line-height:1.3;margin-bottom:8px;min-height:34px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.frv-hero__prod-prices{display:flex;align-items:center;gap:6px;margin-bottom:10px;min-height:32px;flex-wrap:nowrap}.frv-hero__prod-price{font-size:17px;font-weight:800;color:var(--frv-blue-500);white-space:nowrap}.frv-hero__prod-price-original{font-size:12px;color:var(--frv-gray-400);text-decoration:line-through;white-space:nowrap}.frv-hero__prod-btn{display:block;width:100%;background:var(--frv-blue-500);color:var(--frv-white);border:none;border-radius:var(--frv-radius-sm);padding:10px;font-size:13px;font-weight:700;cursor:pointer;transition:opacity var(--frv-transition);font-family:var(--frv-font-display);text-align:center;text-decoration:none;white-space:nowrap;margin-top:auto}.frv-hero__prod-btn:hover{opacity:.88;text-decoration:none}.frv-hero__trust{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.frv-hero__trust-item{background:#ffffff14;border:.5px solid rgba(255,255,255,.15);border-radius:var(--frv-radius-md);padding:11px 12px;display:flex;align-items:center;gap:9px}.frv-hero__trust-icon{color:var(--frv-sky);flex-shrink:0;display:flex}.frv-hero__trust-main{font-size:12px;font-weight:700;color:var(--frv-white);line-height:1.2}.frv-hero__trust-sub{font-size:10px;color:#ffffff8c;margin-top:2px}.frv-trust-bar{background:var(--frv-white);border-bottom:.5px solid var(--frv-gray-200);padding:14px 0}.frv-trust-bar__list{display:flex;align-items:center;justify-content:center;gap:40px;list-style:none;margin:0;padding:0;flex-wrap:wrap}.frv-trust-bar__item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--frv-gray-400)}.frv-trust-bar__item svg{color:var(--frv-blue-500);flex-shrink:0}.frv-products{background:var(--frv-gray-50);padding:56px 0}.frv-products__header{text-align:center;margin-bottom:40px}.frv-products__eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:var(--frv-blue-500);font-weight:700;margin-bottom:10px}.frv-products__title{font-size:28px;font-weight:800;color:var(--frv-blue-800);margin-bottom:8px}.frv-products__subtitle{font-size:15px;color:var(--frv-gray-400)}.frv-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.frv-product-card{background:var(--frv-white);border:.5px solid var(--frv-gray-200);border-radius:var(--frv-radius-lg);overflow:hidden;transition:transform var(--frv-transition),box-shadow var(--frv-transition);display:flex;flex-direction:column}.frv-product-card:hover{transform:translateY(-4px);box-shadow:var(--frv-shadow-card)}.frv-product-card--featured{border:2px solid var(--frv-blue-500)}.frv-product-card__img-link{display:block}.frv-product-card__img{position:relative;aspect-ratio:1/1;background:var(--frv-blue-50);overflow:hidden}.frv-product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.frv-product-card:hover .frv-product-card__img img{transform:scale(1.04)}.frv-product-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.frv-product-card__badge-top{display:block;font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px;background:var(--frv-blue-50);border:.5px solid var(--frv-blue-100);color:var(--frv-blue-600);margin:8px 0 0 8px;width:fit-content}.frv-product-card__body{padding:16px;display:flex;flex-direction:column;flex:1}.frv-product-card__cat{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--frv-gray-400);margin-bottom:5px}.frv-product-card__title{font-size:14px;font-weight:700;color:var(--frv-blue-800);margin-bottom:8px;line-height:1.35;min-height:38px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.frv-product-card__title a{color:inherit;text-decoration:none}.frv-product-card__title a:hover{color:var(--frv-blue-500)}.frv-product-card__stars{color:var(--frv-amber-400);font-size:13px;margin-bottom:12px;min-height:22px}.frv-product-card__review-count{font-size:11px;color:var(--frv-gray-400);margin-left:4px}.frv-product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.frv-product-card__price-original{display:block;font-size:11px;color:var(--frv-gray-400);text-decoration:line-through}.frv-product-card__price{display:block;font-size:20px;font-weight:800;color:var(--frv-blue-500)}.frv-product-card__form{margin:0}.frv-promo-banner{padding:0 0 56px;background:var(--frv-gray-50)}.frv-promo-banner__inner{background:linear-gradient(135deg,var(--frv-blue-800) 0%,var(--frv-blue-500) 100%);border-radius:var(--frv-radius-xl);padding:40px 48px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.frv-promo-banner__title{font-size:22px;font-weight:800;color:var(--frv-white);margin-bottom:8px}.frv-promo-banner__subtitle{font-size:14px;color:#ffffffc7;line-height:1.6;max-width:460px}.frv-footer{background:var(--frv-blue-800);padding:56px 0 0}.frv-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.frv-footer__brand-logo{display:flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:14px}.frv-footer__brand-logo img{width:32px;height:32px;border-radius:50%}.frv-footer__brand-logo span{font-family:var(--frv-font-display);font-size:17px;font-weight:700;color:var(--frv-white)}.frv-footer__brand-desc{font-size:13px;color:#ffffff80;line-height:1.65;max-width:220px}.frv-footer__col-title{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--frv-white);font-weight:700;margin-bottom:16px}.frv-footer__col-links{list-style:none;margin:0;padding:0}.frv-footer__col-links li{margin-bottom:10px}.frv-footer__col-links a{font-size:13px;color:#ffffff8c;text-decoration:none;transition:color var(--frv-transition)}.frv-footer__col-links a:hover{color:var(--frv-white)}.frv-footer__payment{background:#082c50;padding:18px 0}.frv-footer__payment-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.frv-footer__copyright{font-size:12px;color:#ffffff59}.frv-footer__payment-logos{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.frv-pay-logo{background:var(--frv-white);border-radius:5px;height:26px;padding:0 8px;display:flex;align-items:center;justify-content:center}.frv-pay-logo--visa{font-style:italic;font-size:13px;font-weight:900;color:#1a1f71}.frv-pay-logo--mc{display:flex;align-items:center;padding:0 6px}.frv-pay-logo--paypal{font-size:11px;font-weight:700}.frv-pay-logo--paypal span:first-child{color:#003087}.frv-pay-logo--paypal span:last-child{color:#009cde}.frv-pay-logo--amex{font-size:10px;font-weight:800;color:#007bc1;letter-spacing:.5px}.frv-pay-logo--applepay{font-size:11px;font-weight:600;color:#000}.frv-pay-logo--cb{font-size:11px;font-weight:900;color:#003189;letter-spacing:.5px}.frv-mc-red{width:17px;height:17px;border-radius:50%;background:#eb001b}.frv-mc-oran{width:17px;height:17px;border-radius:50%;background:#f79e1b;margin-left:-8px}.frv-product-page{background:var(--frv-gray-50)}.frv-product-breadcrumb{background:var(--frv-white);border-bottom:.5px solid var(--frv-gray-200);padding:12px 0;font-size:12px;color:var(--frv-gray-400)}.frv-product-breadcrumb a{color:var(--frv-blue-500);text-decoration:none}.frv-product-breadcrumb a:hover{text-decoration:underline}.frv-product-breadcrumb span{margin:0 6px}.frv-product-gallery{background:var(--frv-white);padding:20px}.frv-product-gallery__main{aspect-ratio:1/1;background:var(--frv-gray-50);border-radius:var(--frv-radius-lg);overflow:hidden;margin-bottom:12px;cursor:zoom-in}.frv-product-gallery__main img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.frv-product-gallery__main img:hover{transform:scale(1.05)}.frv-product-gallery__thumbs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.frv-product-gallery__thumb{flex-shrink:0;width:64px;height:64px;border-radius:var(--frv-radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color var(--frv-transition);background:var(--frv-gray-50)}.frv-product-gallery__thumb img{width:100%;height:100%;object-fit:contain}.frv-product-gallery__thumb.is-active{border-color:var(--frv-blue-500)}.frv-product-gallery__thumb:hover{border-color:var(--frv-blue-400)}.frv-product-info{background:var(--frv-white);padding:20px;margin-top:8px}.frv-product-info__cat{font-size:10px;text-transform:uppercase;letter-spacing:1.5px;color:var(--frv-gray-400);margin-bottom:8px;font-weight:600}.frv-product-info__title{font-family:var(--frv-font-display);font-size:22px;font-weight:800;color:var(--frv-blue-800);line-height:1.2;margin-bottom:16px}.frv-product-info__prices{display:flex;align-items:center;gap:10px;margin-bottom:8px;flex-wrap:wrap}.frv-product-info__price{font-size:32px;font-weight:800;color:var(--frv-blue-500)}.frv-product-info__price-original{font-size:18px;color:var(--frv-gray-400);text-decoration:line-through}.frv-product-info__discount{font-size:13px;font-weight:700;color:var(--frv-green-700);background:#eaf3de;padding:3px 10px;border-radius:20px}.frv-product-info__delivery{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--frv-green-700);font-weight:600;margin-bottom:24px}.frv-product-info__delivery svg{flex-shrink:0}.frv-product-info__cta-primary{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;background:var(--frv-blue-500);color:var(--frv-white);border:none;border-radius:var(--frv-radius-md);padding:18px;font-size:16px;font-weight:700;cursor:pointer;transition:opacity var(--frv-transition);font-family:var(--frv-font-display);margin-bottom:12px;text-decoration:none}.frv-product-info__cta-primary:hover{opacity:.9;text-decoration:none}.frv-product-info__cta-secondary{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;background:var(--frv-white);color:var(--frv-blue-500);border:1.5px solid var(--frv-blue-500);border-radius:var(--frv-radius-md);padding:16px;font-size:15px;font-weight:700;cursor:pointer;transition:opacity var(--frv-transition);font-family:var(--frv-font-display);margin-bottom:20px;text-decoration:none}.frv-product-info__cta-secondary:hover{opacity:.9;text-decoration:none}.frv-product-info__trust{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.frv-product-info__trust-item{background:var(--frv-gray-50);border-radius:var(--frv-radius-sm);padding:10px 12px;display:flex;align-items:center;gap:8px}.frv-product-info__trust-item svg{color:var(--frv-blue-500);flex-shrink:0}.frv-product-info__trust-label{font-size:11px;font-weight:700;color:var(--frv-blue-800);line-height:1.25}.frv-product-features{background:var(--frv-white);padding:20px;margin-top:8px}.frv-product-features__title{font-size:15px;font-weight:800;color:var(--frv-blue-800);margin-bottom:16px;padding-bottom:12px;border-bottom:.5px solid var(--frv-gray-200)}.frv-product-feature{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}.frv-product-feature:last-child{margin-bottom:0}.frv-product-feature__icon{width:36px;height:36px;background:var(--frv-blue-50);border-radius:var(--frv-radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.frv-product-feature__icon svg{color:var(--frv-blue-500)}.frv-product-feature__title{font-size:13px;font-weight:700;color:var(--frv-blue-800);margin-bottom:2px}.frv-product-feature__desc{font-size:12px;color:var(--frv-gray-400);line-height:1.5}.frv-product-accordion{padding:8px 16px 24px;background:var(--frv-gray-50)}.frv-accordion-item{background:var(--frv-white);border:.5px solid var(--frv-gray-200);border-radius:var(--frv-radius-md);margin-bottom:8px;overflow:hidden}.frv-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:none;border:none;cursor:pointer;font-family:var(--frv-font-display);font-size:14px;font-weight:700;color:var(--frv-blue-800);text-align:left}.frv-accordion-trigger svg{flex-shrink:0;color:var(--frv-gray-400);transition:transform var(--frv-transition)}.frv-accordion-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.frv-accordion-body{padding:0 18px 16px;display:none}.frv-accordion-body.is-open{display:block}.frv-specs-table{width:100%;border-collapse:collapse}.frv-specs-table tr{border-bottom:.5px solid var(--frv-gray-50)}.frv-specs-table tr:last-child{border-bottom:none}.frv-specs-table td{padding:9px 4px;font-size:13px}.frv-specs-table td:first-child{color:var(--frv-gray-400);width:45%}.frv-specs-table td:last-child{color:var(--frv-blue-800);font-weight:600}.frv-faq-item{margin-bottom:14px}.frv-faq-item:last-child{margin-bottom:0}.frv-faq-q{font-size:13px;font-weight:700;color:var(--frv-blue-800);margin-bottom:5px}.frv-faq-a{font-size:13px;color:var(--frv-gray-400);line-height:1.6}@media(max-width:900px){.frv-hero__title{font-size:34px}.frv-hero__trust,.frv-products__grid{grid-template-columns:repeat(2,1fr)}.frv-footer__grid{grid-template-columns:1fr 1fr;gap:28px}}@media(max-width:600px){.frv-nav__links{display:none}.frv-nav__burger{display:block}.frv-nav__inner{height:56px}.frv-hero{padding:36px 0 32px}.frv-hero__title{font-size:26px;letter-spacing:-.5px}.frv-hero__subtitle{font-size:13px}.frv-hero__ctas{gap:10px}.frv-hero__ctas .frv-btn{padding:11px 16px;font-size:13px}.frv-hero__products{gap:10px;margin-bottom:20px}.frv-hero__prod-name{font-size:12px;min-height:30px}.frv-hero__prod-price{font-size:15px}.frv-hero__prod-btn{padding:8px;font-size:11px}.frv-hero__trust{grid-template-columns:repeat(2,1fr);gap:8px}.frv-hero__trust-main{font-size:11px}.frv-hero__trust-sub{font-size:9px}.frv-trust-bar__list{gap:12px 20px;justify-content:flex-start;padding:0 16px}.frv-trust-bar__item{font-size:12px}.frv-products{padding:36px 0}.frv-products__title{font-size:22px}.frv-products__grid{grid-template-columns:repeat(2,1fr);gap:12px}.frv-product-card__body{padding:12px}.frv-product-card__title{font-size:12px;min-height:32px}.frv-product-card__price{font-size:17px}.frv-btn--add span{display:none}.frv-promo-banner{padding:0 0 36px}.frv-promo-banner__inner{flex-direction:column;align-items:flex-start;padding:28px 24px;border-radius:var(--frv-radius-lg)}.frv-promo-banner__title{font-size:18px}.frv-btn--white{width:100%;justify-content:center}.frv-footer{padding:36px 0 0}.frv-footer__grid{grid-template-columns:1fr;gap:24px}.frv-footer__payment-inner{flex-direction:column;align-items:flex-start}.frv-product-info__title{font-size:18px}.frv-product-info__price{font-size:26px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}:focus-visible{outline:2px solid var(--frv-blue-400);outline-offset:3px;border-radius:3px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/frivio-theme.css.map */
