:root{--fv-navy: #0B2545;--fv-turquoise: #39BFC3;--fv-turquoise-dark: #249EA3;--fv-sand: #F7F1E8;--fv-white: #FFFFFF;--fv-grey: #4A5568;--fv-light-grey: #F5F7FA;--fv-gold: #C9A45C;--fv-border: #E7E3DA;--fv-font-body: Arial, Helvetica, sans-serif;--fv-font-head: Georgia, "Times New Roman", serif;--fv-radius: 14px;--fv-radius-lg: 24px;--fv-maxw: 1200px}body{font-family:var(--fv-font-body);color:var(--fv-grey);background:var(--fv-white)}.fv-container{width:100%;max-width:var(--fv-maxw);margin:0 auto;padding:0 20px}.fv-section-title{font-family:var(--fv-font-head);color:var(--fv-navy);font-size:1.7rem;text-align:center;margin-bottom:24px}.fv-button-primary{display:inline-block;background:var(--fv-turquoise);color:var(--fv-white);font-weight:700;padding:15px 30px;border-radius:50px;text-align:center;transition:background .2s ease,transform .1s ease;border:none}.fv-button-primary:hover{background:var(--fv-turquoise-dark)}.fv-button-primary:active{transform:scale(.98)}.fv-button-primary[disabled]{background:#b7c2c9;cursor:not-allowed}.fv-button-secondary{display:inline-block;background:var(--fv-navy);color:var(--fv-white);font-weight:700;padding:14px 28px;border-radius:50px;text-align:center}.fv-button-secondary:hover{opacity:.9}.fv-badge{display:inline-block;background:var(--fv-white);color:var(--fv-navy);border:1px solid var(--fv-border);border-radius:50px;padding:7px 14px;font-size:.85rem;font-weight:600;box-shadow:0 2px 8px #0b25450f}.fv-badge--discount{background:var(--fv-turquoise);color:var(--fv-white);border:none}.fv-placeholder{display:flex;align-items:center;justify-content:center;background:var(--fv-sand);color:var(--fv-grey);font-style:italic;font-size:.95rem;min-height:220px;border-radius:var(--fv-radius)}.fv-header{background:var(--fv-white);border-bottom:1px solid var(--fv-border);position:relative;z-index:50}.fv-header--sticky{position:sticky;top:0}.fv-header__inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:12px}.fv-header__logo{font-family:var(--fv-font-head);font-size:1.4rem;font-weight:700;color:var(--fv-navy);flex:1;text-align:center}.fv-header__nav--desktop{display:none}.fv-header__link{color:var(--fv-navy);font-weight:600;font-size:.95rem;margin-right:18px}.fv-header__link:hover{color:var(--fv-turquoise)}.fv-header__actions{display:flex;align-items:center;gap:14px}.fv-header__icon{color:var(--fv-navy);position:relative;display:inline-flex}.fv-header__icon--desktop{display:none}.fv-icon{width:24px;height:24px}.fv-header__cart-count{position:absolute;top:-8px;right:-10px;background:var(--fv-turquoise);color:var(--fv-white);font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.fv-header__menu-toggle{display:flex;flex-direction:column;gap:4px;padding:6px}.fv-header__menu-toggle span{width:22px;height:2px;background:var(--fv-navy);border-radius:2px}.fv-header__nav--mobile{display:none;flex-direction:column;background:var(--fv-white);border-top:1px solid var(--fv-border);padding:12px 20px}.fv-header__nav--mobile.is-open{display:flex}.fv-header__mobile-link{padding:12px 0;color:var(--fv-navy);font-weight:600;border-bottom:1px solid var(--fv-light-grey)}.fv-hero{background:linear-gradient(180deg,var(--fv-sand) 0%,var(--fv-white) 100%);padding:36px 0}.fv-hero__inner{display:flex;flex-direction:column;gap:28px}.fv-hero__title{font-family:var(--fv-font-head);color:var(--fv-navy);font-size:2.1rem;line-height:1.15}.fv-hero__subtitle{font-size:1.05rem;margin:16px 0 24px}.fv-hero__cta{width:100%}.fv-hero__badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.fv-hero__image{width:100%;border-radius:var(--fv-radius-lg);object-fit:cover}.fv-colors{padding:44px 0}.fv-colors__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.fv-color-card{background:var(--fv-white);border:1px solid var(--fv-border);border-radius:var(--fv-radius);overflow:hidden;text-align:center}.fv-color-card__image{width:100%;min-height:150px;object-fit:cover}.fv-color-card__swatch{width:44px;height:44px;border-radius:50%;border:2px solid var(--fv-white);box-shadow:0 0 0 1px var(--fv-border)}.fv-color-card__info{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px}.fv-color-card__dot{width:14px;height:14px;border-radius:50%;box-shadow:0 0 0 1px var(--fv-border)}.fv-color-card__name{color:var(--fv-navy);font-weight:600}.fv-colors__dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.fv-dot{width:8px;height:8px;border-radius:50%;background:var(--fv-border)}.fv-dot:first-child{background:var(--fv-turquoise)}.fv-benefits{background:var(--fv-light-grey);padding:44px 0}.fv-benefits__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.fv-benefit{text-align:center}.fv-benefit__icon{color:var(--fv-turquoise);display:flex;justify-content:center;margin-bottom:12px}.fv-icon-large{width:44px;height:44px}.fv-benefit__title{font-family:var(--fv-font-head);color:var(--fv-navy);font-size:1.05rem;margin-bottom:6px}.fv-benefit__text{font-size:.9rem}.fv-why{padding:44px 0}.fv-why__grid{display:flex;flex-direction:column;gap:16px}.fv-why__card{background:var(--fv-sand);border-radius:var(--fv-radius);padding:24px;text-align:center}.fv-why__card-title{font-family:var(--fv-font-head);color:var(--fv-navy);font-size:1.2rem;margin-bottom:8px}.fv-social{background:#eaf6f7;padding:44px 0}.fv-social__inner{text-align:center}.fv-social__avatars{display:flex;justify-content:center;margin-bottom:16px}.fv-social__avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--fv-turquoise),var(--fv-navy));border:2px solid var(--fv-white);margin-left:-10px}.fv-social__avatar:first-child{margin-left:0}.fv-social__count{color:var(--fv-navy);font-weight:700;font-size:1.1rem;margin-bottom:10px}.fv-social__stars{color:var(--fv-gold);font-size:1.4rem;letter-spacing:3px}.fv-social__rating{color:var(--fv-navy);font-weight:700;margin-top:6px}.fv-lifestyle{position:relative}.fv-lifestyle__image{width:100%;min-height:320px;object-fit:cover}.fv-lifestyle__card{background:var(--fv-white);border-radius:var(--fv-radius-lg);box-shadow:0 8px 30px #0b25451f;padding:24px;margin:-50px 20px 0;position:relative;text-align:center}.fv-lifestyle__title{font-family:var(--fv-font-head);color:var(--fv-navy);font-size:1.3rem;margin-bottom:8px}.fv-final-cta{background:var(--fv-navy);padding:56px 0;text-align:center}.fv-final-cta__title{font-family:var(--fv-font-head);color:var(--fv-white);font-size:1.6rem;margin-bottom:24px}.fv-final-cta__subtext{color:#ffffffbf;margin-top:16px;font-size:.9rem}.fv-product-main{padding:32px 0}.fv-product-main__inner{display:flex;flex-direction:column;gap:32px}.fv-product-gallery__main{border-radius:var(--fv-radius-lg);overflow:hidden;background:var(--fv-sand)}.fv-product-gallery__image{width:100%;object-fit:cover}.fv-product-gallery__thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto}.fv-product-gallery__thumb{border:2px solid transparent;border-radius:10px;overflow:hidden;flex:0 0 70px;padding:0}.fv-product-gallery__thumb.is-active{border-color:var(--fv-turquoise)}.fv-product-info__title{font-family:var(--fv-font-head);color:var(--fv-navy);font-size:1.7rem}.fv-product-info__subtitle{margin:8px 0 16px}.fv-product-info__price{display:flex;align-items:center;gap:12px;margin-bottom:8px}.fv-price{display:flex;align-items:center;gap:10px}.fv-price__sale,.fv-price__regular{color:var(--fv-navy);font-size:1.5rem;font-weight:700}.fv-price__compare{color:#9aa5b1;font-size:1.1rem}.fv-product-info__shipping{color:var(--fv-turquoise-dark);font-weight:600;font-size:.9rem;margin-bottom:20px}.fv-product-form__options{margin-bottom:20px}.fv-product-form__option{margin-bottom:14px}.fv-product-form__option-label{display:block;color:var(--fv-navy);font-weight:700;margin-bottom:8px}.fv-product-form__swatches{display:flex;flex-wrap:wrap;gap:8px}.fv-product-form__swatch{border:1.5px solid var(--fv-border);border-radius:50px;padding:9px 16px;background:var(--fv-white);color:var(--fv-navy);font-weight:600;font-size:.9rem}.fv-product-form__swatch.is-active{border-color:var(--fv-turquoise);background:#eaf6f7}.fv-product-form__qty{margin-bottom:16px}.fv-product-form__qty label{display:block;color:var(--fv-navy);font-weight:700;margin-bottom:6px}.fv-product-form__qty input{width:90px;padding:10px;border:1.5px solid var(--fv-border);border-radius:10px;text-align:center}.fv-buy-buttons{display:flex;flex-direction:column;gap:12px}.fv-buy-buttons__add,.fv-buy-buttons .shopify-payment-button{width:100%}.fv-product-info__micro-badges{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.fv-micro-badge{background:var(--fv-light-grey);color:var(--fv-navy);border-radius:50px;padding:6px 12px;font-size:.8rem;font-weight:600}.fv-product-info__trust{display:flex;flex-direction:column;gap:8px;color:var(--fv-grey);font-size:.9rem}.fv-prod-benefits{background:var(--fv-sand);padding:48px 0}.fv-prod-benefits__intro{max-width:760px;margin:0 auto 24px;text-align:center}.fv-prod-benefits__list{max-width:520px;margin:0 auto 40px}.fv-prod-benefits__list li{position:relative;padding:8px 0 8px 28px;border-bottom:1px solid var(--fv-border)}.fv-prod-benefits__list li:before{content:"\2713";position:absolute;left:0;color:var(--fv-turquoise);font-weight:700}.fv-prod-benefits__subtitle{font-family:var(--fv-font-head);color:var(--fv-navy);text-align:center;font-size:1.3rem;margin-bottom:24px}.fv-steps{display:flex;flex-direction:column;gap:16px}.fv-step{background:var(--fv-white);border-radius:var(--fv-radius);padding:20px;text-align:center}.fv-step__num{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--fv-turquoise);color:var(--fv-white);font-weight:700;margin-bottom:10px}.fv-step__title{font-family:var(--fv-font-head);color:var(--fv-navy);margin-bottom:6px}.fv-faq{padding:48px 0}.fv-faq__inner{max-width:760px}.fv-faq__item{border-bottom:1px solid var(--fv-border)}.fv-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 0;text-align:left;color:var(--fv-navy);font-weight:700;font-size:1rem}.fv-faq__chevron{color:var(--fv-turquoise);font-size:1.4rem;line-height:1;transition:transform .2s ease}.fv-faq__item.is-open .fv-faq__chevron{transform:rotate(45deg)}.fv-faq__answer{max-height:0;overflow:hidden;transition:max-height .25s ease}.fv-faq__answer p{padding:0 0 18px;color:var(--fv-grey)}.fv-collection,.fv-cart,.fv-page,.fv-search{padding:40px 0}.fv-collection__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.fv-product-card{background:var(--fv-white);border:1px solid var(--fv-border);border-radius:var(--fv-radius);overflow:hidden;padding-bottom:14px}.fv-product-card__image{width:100%;min-height:160px;object-fit:cover}.fv-product-card__title{font-family:var(--fv-font-head);color:var(--fv-navy);font-size:1rem;padding:12px 12px 4px}.fv-product-card__price{color:var(--fv-turquoise-dark);font-weight:700;padding:0 12px}.fv-cart__item{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:16px 0;border-bottom:1px solid var(--fv-border)}.fv-cart__item-qty input{width:64px;padding:8px;border:1px solid var(--fv-border);border-radius:8px;text-align:center}.fv-cart__footer{display:flex;flex-wrap:wrap;align-items:center;gap:14px;padding-top:20px}.fv-cart__total{font-size:1.2rem;color:var(--fv-navy);margin-right:auto}.fv-search__form{display:flex;gap:10px;margin-bottom:24px}.fv-search__input{flex:1;padding:12px;border:1.5px solid var(--fv-border);border-radius:10px}.fv-footer{background:var(--fv-navy);color:#ffffffd9;padding:40px 0 0}.fv-footer__inner{display:flex;flex-direction:column;gap:24px;text-align:center}.fv-footer__logo{font-family:var(--fv-font-head);font-size:1.4rem;color:var(--fv-white);margin-bottom:8px}.fv-footer__links{display:flex;flex-direction:column;gap:10px}.fv-footer__link:hover{color:var(--fv-turquoise)}.fv-footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding:16px 0;text-align:center;font-size:.85rem}@media(min-width:750px){.fv-section-title{font-size:2.1rem}.fv-colors__grid{grid-template-columns:repeat(3,1fr)}.fv-benefits__grid{grid-template-columns:repeat(4,1fr)}.fv-why__grid{flex-direction:row}.fv-why__card{flex:1}.fv-steps{flex-direction:row}.fv-step{flex:1}.fv-collection__grid{grid-template-columns:repeat(3,1fr)}.fv-footer__inner{flex-direction:row;justify-content:space-between;text-align:left;align-items:flex-start}.fv-footer__links{align-items:flex-start}}@media(min-width:990px){.fv-header__menu-toggle{display:none}.fv-header__nav--desktop{display:flex;flex:1}.fv-header__logo{flex:0 0 auto;text-align:left}.fv-header__icon--desktop{display:inline-flex}.fv-header__nav--mobile{display:none!important}.fv-hero{padding:64px 0}.fv-hero__inner{flex-direction:row;align-items:center}.fv-hero__content,.fv-hero__media{flex:1}.fv-hero__title{font-size:3rem}.fv-hero__cta{width:auto}.fv-colors__grid{grid-template-columns:repeat(5,1fr)}.fv-product-main__inner{flex-direction:row;align-items:flex-start}.fv-product-gallery{flex:1;position:sticky;top:90px}.fv-product-info{flex:1}.fv-collection__grid{grid-template-columns:repeat(4,1fr)}}.fv-404{padding:80px 0}.fv-404__inner{text-align:center;max-width:480px}.fv-404__code{font-family:var(--fv-font-head);color:var(--fv-turquoise);font-size:4.5rem;line-height:1}.fv-404__title{font-family:var(--fv-font-head);color:var(--fv-navy);font-size:1.6rem;margin:12px 0 10px}.fv-404__text{margin-bottom:24px}
/*# sourceMappingURL=/cdn/shop/t/6/assets/frescovento.css.map */
