:root{--homiva-bg-warm: #FAF8F5;--homiva-bg-tint: #F3EFEB;--homiva-primary: #1B4332;--homiva-accent: #0F172A;--homiva-card-bg: #FFFFFF;--homiva-border: rgba(27, 67, 50, .08);--homiva-shadow: 0 .4rem 1.8rem rgba(27, 67, 50, .06);--homiva-shadow-hover: 0 .8rem 2.6rem rgba(27, 67, 50, .1);--homiva-radius: 1.4rem;--homiva-radius-lg: 2rem;--homiva-transition: all .3s cubic-bezier(.4, 0, .2, 1)}.homiva-section{color:var(--homiva-accent);font-family:inherit;background-color:var(--homiva-bg-warm)}.homiva-section.color-scheme-alternate{background-color:var(--homiva-bg-tint)}.homiva-section__header{max-width:78rem;margin:0 0 3.2rem}.homiva-section__header--center{margin-left:auto;margin-right:auto;text-align:center}.homiva-section__heading{margin:0;font-weight:700;color:var(--homiva-accent);letter-spacing:0;line-height:1.2}.homiva-section__heading.h2{font-size:2.8rem}@media screen and (min-width:750px){.homiva-section__heading.h2{font-size:3.6rem}}.homiva-section__subheading,.homiva-section__text{margin-top:1.2rem;font-size:1.6rem;line-height:1.6;color:#0f172abf}.homiva-section__subheading p{margin:0}.homiva-grid{display:grid;grid-template-columns:1fr;gap:1.6rem;width:100%}.homiva-card{height:100%;padding:2.4rem;border:.1rem solid var(--homiva-border);border-radius:var(--homiva-radius);background:var(--homiva-card-bg);box-shadow:var(--homiva-shadow);transition:var(--homiva-transition);overflow-wrap:break-word;display:flex;flex-direction:column}.homiva-card:hover{transform:translateY(-.4rem);box-shadow:var(--homiva-shadow-hover);border-color:#1b433229}.homiva-card__icon{display:inline-flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;margin-bottom:1.6rem;border-radius:50%;background:#1b43320f;color:var(--homiva-primary);font-size:1.8rem;font-weight:600;line-height:1;text-align:center;transition:var(--homiva-transition)}.homiva-card:hover .homiva-card__icon{background:var(--homiva-primary);color:#fff}.homiva-svg-icon{width:2rem;height:2rem;fill:currentColor}.homiva-card__title{margin:0 0 .8rem;font-weight:700;font-size:1.8rem;line-height:1.3;color:var(--homiva-accent)}.homiva-card__text{margin:0;font-size:1.35rem;line-height:1.45;color:#0f172ab3}.homiva-visual-card{position:relative;min-height:23rem;border-radius:var(--homiva-radius-lg);overflow:hidden;box-shadow:var(--homiva-shadow);border:.1rem solid var(--homiva-border);transition:var(--homiva-transition);cursor:pointer}.homiva-visual-card:hover{transform:translateY(-.4rem);box-shadow:var(--homiva-shadow-hover);border-color:#1b433229}.homiva-visual-card__link{display:block;width:100%;height:100%;text-decoration:none}.homiva-visual-card__image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--homiva-bg-tint)}.homiva-visual-card__image-wrapper img{width:100%;height:100%;object-fit:cover;transition:var(--homiva-transition)}.homiva-visual-card:hover .homiva-visual-card__image-wrapper img{transform:scale(1.05)}.homiva-visual-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0f172a00 30%,#0f172a66 60%,#0f172ad9);display:flex;flex-direction:column;justify-content:flex-end;padding:2.4rem}.homiva-visual-card__title{margin:0;color:#fff;font-size:2rem;font-weight:700;line-height:1.2;text-shadow:0 2px 4px rgba(15,23,42,.4)}.homiva-visual-card__text{margin:.6rem 0 0;color:#ffffffe6;font-size:1.3rem;line-height:1.4;text-shadow:0 .1rem .2rem rgba(15,23,42,.4)}.homiva-image-highlight{background-color:var(--homiva-bg-warm)}.homiva-image-highlight__container{display:flex;flex-direction:column;gap:3.2rem}.homiva-image-highlight__content{display:flex;flex-direction:column;justify-content:center}.homiva-image-highlight__title{margin:0 0 1.6rem;font-weight:700;line-height:1.2}.homiva-image-highlight__text{font-size:1.6rem;line-height:1.6;margin-bottom:2.4rem;color:#0f172acc}.homiva-image-highlight__image-wrapper{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:var(--homiva-radius-lg);box-shadow:var(--homiva-shadow);background-color:var(--homiva-bg-tint)}.homiva-image-highlight__image-wrapper img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media screen and (min-width:750px){.homiva-image-highlight__container{flex-direction:row;align-items:center}.homiva-image-highlight__content{flex:1;padding-right:4rem}.homiva-image-highlight__image-wrapper{flex:1;aspect-ratio:16 / 10;max-height:42rem}.homiva-image-highlight__container--reverse{flex-direction:row-reverse}.homiva-image-highlight__container--reverse .homiva-image-highlight__content{padding-right:0;padding-left:4rem}}.homiva-visual-use-cases__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem}.homiva-visual-use-case-card{background:var(--homiva-card-bg);border:.1rem solid var(--homiva-border);border-radius:var(--homiva-radius);overflow:hidden;box-shadow:var(--homiva-shadow);transition:var(--homiva-transition);display:flex;flex-direction:column;height:100%}.homiva-visual-use-case-card:hover{transform:translateY(-.4rem);box-shadow:var(--homiva-shadow-hover)}.homiva-visual-use-case-card__image-wrapper{position:relative;width:100%;padding-top:66%;background-color:var(--homiva-bg-tint);overflow:hidden}.homiva-visual-use-case-card__image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:var(--homiva-transition)}.homiva-visual-use-case-card:hover .homiva-visual-use-case-card__image-wrapper img{transform:scale(1.05)}.homiva-visual-use-case-card__content{padding:1.6rem;display:flex;flex-direction:column;flex-grow:1}.homiva-visual-use-case-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.homiva-visual-use-case-card__title{margin:0 0 .6rem;font-weight:700;font-size:1.6rem;color:var(--homiva-accent)}.homiva-visual-use-case-card__text{margin:0;font-size:1.3rem;line-height:1.5;color:#0f172ab3}@media screen and (min-width:750px){.homiva-visual-card{min-height:28rem}.homiva-visual-use-cases__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}.homiva-visual-use-case-card__content{padding:2rem}.homiva-visual-use-case-card__title{font-size:1.8rem}}.homiva-trust-strip__grid{grid-template-columns:1fr;gap:.8rem}.homiva-trust-strip__item{display:flex;gap:.8rem;align-items:center;padding:.9rem 1rem;background:var(--homiva-card-bg);border:.1rem solid var(--homiva-border);border-radius:1.1rem;box-shadow:var(--homiva-shadow);transition:var(--homiva-transition)}.homiva-trust-strip__item:hover{transform:translateY(-.2rem);box-shadow:var(--homiva-shadow-hover)}.homiva-trust-strip__item .homiva-card__icon{flex:0 0 auto;margin-bottom:0;width:3.2rem;height:3.2rem}.homiva-trust-strip__item .homiva-card__title{margin-bottom:.2rem;font-size:1.35rem;line-height:1.2}.homiva-trust-strip__item .homiva-card__text{font-size:1.2rem;line-height:1.3}.homiva-trust-strip__title{margin:0 0 .2rem;font-weight:700;font-size:1.5rem;color:var(--homiva-accent)}.homiva-trust-strip__text{margin:0;font-size:1.3rem;line-height:1.4;color:#0f172aa6}.homiva-home-hero__benefit-chips{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:2.4rem;padding-top:1.6rem;border-top:.1rem solid rgba(27,67,50,.1)}.homiva-home-hero__chip{display:inline-flex;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:600;color:var(--homiva-primary);background:#1b43320d;padding:.6rem 1.2rem;border-radius:999px;border:.1rem solid rgba(27,67,50,.08)}.homiva-faq__list{max-width:88rem;margin:0 auto}.homiva-faq__panel{max-width:92rem;margin:0 auto;padding:0 1.4rem;border:.1rem solid var(--homiva-border);border-radius:var(--homiva-radius-lg);background:#1b43320a}.homiva-faq__item{border-bottom:.1rem solid var(--homiva-border);transition:var(--homiva-transition)}.homiva-faq__item:first-child{border-top:.1rem solid var(--homiva-border)}.homiva-faq__summary{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;min-height:5.2rem;padding:1.6rem .4rem;cursor:pointer;list-style:none;transition:var(--homiva-transition)}.homiva-faq__summary:hover{color:var(--homiva-primary)}.homiva-faq__summary::-webkit-details-marker{display:none}.homiva-faq__question{margin:0;font-weight:600;font-size:1.6rem;line-height:1.4;color:var(--homiva-accent)}.homiva-faq__icon{flex:0 0 auto;width:1.4rem;height:1.4rem;display:flex;align-items:center;justify-content:center;transition:transform var(--duration-short) ease;color:var(--homiva-primary)}.homiva-faq__item details[open] .homiva-faq__icon{transform:rotate(180deg)}.homiva-faq__answer{padding:0 .4rem 1.8rem;font-size:1.4rem;line-height:1.6;color:#0f172ab3}.homiva-faq__answer p:first-child{margin-top:0}.homiva-shipping-returns__grid{grid-template-columns:1fr;gap:1.6rem}.homiva-shipping-returns__item{padding:1.6rem;background:var(--homiva-card-bg);border:.1rem solid var(--homiva-border);border-radius:var(--homiva-radius);box-shadow:var(--homiva-shadow);transition:var(--homiva-transition);text-align:center}.homiva-shipping-returns__item:hover{transform:translateY(-.2rem);box-shadow:var(--homiva-shadow-hover)}.homiva-product-benefit-snapshot__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.homiva-product-benefit-snapshot__item{min-width:0;overflow:hidden;border:.1rem solid var(--homiva-border);border-radius:var(--homiva-radius);background:var(--homiva-card-bg);box-shadow:var(--homiva-shadow)}.homiva-product-benefit-snapshot__media{display:flex;align-items:center;justify-content:center;min-height:8.8rem;padding:1.2rem 1.2rem 0;background:linear-gradient(180deg,#1b433212,#faf8f500)}.homiva-product-benefit-snapshot__media img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:1rem}.homiva-product-benefit-snapshot__media .homiva-card__icon{margin-bottom:0}.homiva-product-benefit-snapshot__content{padding:1.2rem}.homiva-product-use-visual__panel{display:grid;grid-template-columns:1fr;gap:1.8rem;overflow:hidden;border:.1rem solid var(--homiva-border);border-radius:var(--homiva-radius-lg);background:var(--homiva-card-bg);box-shadow:var(--homiva-shadow)}.homiva-product-use-visual__media{position:relative;min-height:24rem;background:var(--homiva-bg-tint)}.homiva-product-use-visual__media img,.homiva-product-use-visual__media video{display:block;width:100%;height:100%;aspect-ratio:4 / 3;object-fit:cover}.homiva-product-use-visual__content{padding:0 1.8rem 2rem}.homiva-product-use-visual__list{display:grid;grid-template-columns:1fr;gap:.9rem;margin:1.6rem 0 0;padding:0;list-style:none}.homiva-product-use-visual__list li{display:flex;gap:.8rem;align-items:flex-start;color:#0f172ac7;font-size:1.4rem;line-height:1.4}.homiva-product-use-visual__list span{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:999px;background:#1b433214;color:var(--homiva-primary)}.homiva-product-use-visual__list .homiva-svg-icon{width:1.4rem;height:1.4rem}.homiva-product-problem-solution__grid{display:grid;grid-template-columns:1fr;gap:1.2rem}.homiva-product-problem-solution__card{display:grid;grid-template-columns:7.2rem minmax(0,1fr);gap:1.2rem;align-items:center;padding:1.4rem;border:.1rem solid var(--homiva-border);border-radius:var(--homiva-radius);background:var(--homiva-card-bg);box-shadow:var(--homiva-shadow)}.homiva-product-problem-solution__card--solution{border-color:#1b43322e;background:#1b43320b}.homiva-product-problem-solution__media{display:flex;align-items:center;justify-content:center;width:7.2rem;height:7.2rem;overflow:hidden;border-radius:1.2rem;background:var(--homiva-bg-tint)}.homiva-product-problem-solution__media img{width:100%;height:100%;object-fit:cover}.homiva-product-problem-solution__media .homiva-card__icon{margin-bottom:0}.homiva-product-problem-solution__eyebrow{margin:0 0 .5rem;color:var(--homiva-primary);font-size:1.15rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.homiva-product-information{background:var(--homiva-bg-warm)}.homiva-product-information .homiva-section__header{margin-bottom:1.6rem}.homiva-product-information__panel{overflow:hidden;border:.1rem solid var(--homiva-border);border-radius:var(--homiva-radius);background:var(--homiva-card-bg);box-shadow:var(--homiva-shadow)}.homiva-product-information__item{border-bottom:.1rem solid var(--homiva-border)}.homiva-product-information__item:last-child{border-bottom:0}.homiva-product-information__summary{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;min-height:5.2rem;padding:1.5rem 1.6rem;cursor:pointer;color:var(--homiva-accent);font-size:1.55rem;font-weight:700;line-height:1.3;list-style:none}.homiva-product-information__summary::-webkit-details-marker{display:none}.homiva-product-information__icon{display:inline-flex;flex:0 0 auto;width:1.4rem;height:1.4rem;color:var(--homiva-primary);transition:transform var(--duration-short) ease}.homiva-product-information__item[open] .homiva-product-information__icon{transform:rotate(180deg)}.homiva-product-information__content{padding:0 1.6rem 1.8rem;color:#0f172abd;font-size:1.4rem;line-height:1.55}.homiva-product-information__content p:first-child{margin-top:0}.homiva-product-information__content p:last-child{margin-bottom:0}@media screen and (min-width:750px){.homiva-section__header{margin-bottom:4rem}.homiva-grid{gap:2rem}.homiva-trust-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.homiva-benefit-cards__grid,.homiva-shipping-returns__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.homiva-faq__summary{padding:2.2rem 1.6rem}.homiva-faq__answer{padding:0 1.6rem 2.8rem}.homiva-product-benefit-snapshot__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.4rem}.homiva-product-use-visual__panel{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:0}.homiva-product-use-visual__media{min-height:36rem}.homiva-product-use-visual__content{padding:3.2rem}.homiva-product-problem-solution__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem}.homiva-product-problem-solution__card{grid-template-columns:10rem minmax(0,1fr);padding:1.8rem}.homiva-product-problem-solution__media{width:10rem;height:10rem}}@media screen and (min-width:990px){.homiva-trust-strip__grid,.homiva-benefit-cards__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.homiva-collection-guide__steps{display:grid;grid-template-columns:1fr;gap:.9rem}.homiva-collection-guide__step{display:flex;gap:1rem;align-items:flex-start;padding:1.2rem;border:.1rem solid var(--homiva-border);border-radius:var(--homiva-radius);background:var(--homiva-card-bg);box-shadow:var(--homiva-shadow)}.homiva-collection-guide__icon,.homiva-task-card__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:3.8rem;min-height:3.8rem;padding:.4rem;border-radius:999px;background:#1b433214;color:var(--homiva-primary);font-size:1.4rem;font-weight:700;line-height:1;text-align:center}.homiva-collection-guide__title,.homiva-task-card__title{margin:0 0 .4rem;color:var(--homiva-accent);line-height:1.3}.homiva-collection-guide__text,.homiva-task-card__text{margin:0;color:#0f172ab8;font-size:1.35rem;line-height:1.45}.homiva-problem-solution__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}.homiva-problem-card{overflow:hidden;border:.1rem solid var(--homiva-border);border-radius:var(--homiva-radius);background:var(--homiva-card-bg);box-shadow:var(--homiva-shadow)}.homiva-problem-card__link{display:block;height:100%;color:inherit;text-decoration:none}.homiva-problem-card__image{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;background:var(--homiva-bg-tint)}.homiva-problem-card__image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.homiva-problem-card__content{padding:1.4rem}.homiva-problem-card__title{margin:0 0 1rem;color:var(--homiva-accent);line-height:1.25}.homiva-problem-card__text{margin:0;color:#0f172ab8;font-size:1.35rem;line-height:1.42}.homiva-problem-card__text+.homiva-problem-card__text{margin-top:.6rem}.homiva-problem-card__text--problem{color:#0f172adb;font-weight:600}.homiva-problem-card__cta{display:inline-flex;align-items:center;justify-content:center;min-height:4.4rem;margin-top:1.2rem;padding:.9rem 1.4rem;border-radius:999px;background:var(--homiva-primary);color:#fff;font-size:1.35rem;font-weight:700;line-height:1.2}.homiva-shop-by-task__grid{display:grid;grid-template-columns:1fr;gap:1.2rem}.homiva-task-card{border:.1rem solid var(--homiva-border);border-radius:var(--homiva-radius);background:var(--homiva-card-bg);box-shadow:var(--homiva-shadow)}.homiva-task-card__link{display:flex;gap:1.2rem;align-items:flex-start;min-height:4.8rem;padding:1.4rem;color:inherit;text-decoration:none}@media screen and (min-width:750px){.homiva-collection-guide__steps{grid-template-columns:repeat(3,minmax(0,1fr))}.homiva-problem-solution__grid,.homiva-shop-by-task__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.homiva-problem-solution__grid,.homiva-shop-by-task__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.newsletter{padding-left:1.5rem;padding-right:1.5rem}.newsletter:not(.newsletter--narrow){max-width:120rem;margin:0 auto}.section:has(.newsletter){padding-bottom:0!important}.newsletter__wrapper{background-color:var(--homiva-bg-tint)!important;background-image:none!important;border:.1rem solid var(--homiva-border)!important;border-radius:2.4rem!important;box-shadow:var(--homiva-shadow)!important;padding:3.2rem 2rem!important;max-width:96rem;margin:0 auto}@media screen and (min-width:750px){.newsletter__wrapper{padding:4.8rem 4rem!important}}.newsletter__wrapper h2{color:var(--homiva-primary)!important;font-weight:700!important;margin-bottom:1.6rem!important;letter-spacing:-.02em!important}.newsletter__subheading{color:var(--homiva-accent)!important;opacity:.85!important;font-size:1.6rem!important;line-height:1.6!important;margin-bottom:2.8rem!important;max-width:60rem!important;margin-left:auto!important;margin-right:auto!important}.newsletter-form{max-width:52rem!important;margin:0 auto!important}.newsletter-form__field-wrapper{max-width:100%!important}.newsletter-form .field{background-color:#fff!important;border-radius:3rem!important;border:.1rem solid rgba(27,67,50,.15)!important;overflow:hidden!important;box-shadow:0 2px 8px #0000000a!important;transition:var(--homiva-transition)!important}.newsletter-form .field:focus-within{border-color:var(--homiva-primary)!important;box-shadow:0 0 0 .2rem #1b433226!important}.newsletter-form .field__input{background-color:transparent!important;border:none!important;color:var(--homiva-accent)!important;font-size:1.5rem!important;height:5.6rem!important;padding:1.5rem 6rem 1.5rem 2.4rem!important;box-shadow:none!important}.newsletter-form .field__label{left:2.4rem!important;color:#0f172a80!important;font-size:1.4rem!important}.newsletter-form .field__input:focus~.field__label,.newsletter-form .field__input:not(:placeholder-shown)~.field__label{top:1rem!important;font-size:1rem!important;left:2.4rem!important}.newsletter-form .field__button{background-color:var(--homiva-primary)!important;color:#fff!important;border:none!important;border-radius:50%!important;width:4.4rem!important;height:4.4rem!important;top:.6rem!important;right:.6rem!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:var(--homiva-transition)!important;cursor:pointer!important}.newsletter-form .field__button:hover{background-color:var(--homiva-accent)!important;transform:scale(1.05)!important}.newsletter-form .field__button svg{width:1.8rem!important;height:1.8rem!important;color:#fff!important;transition:var(--homiva-transition)!important}.newsletter__trust-text{margin:1.6rem auto 0;font-size:1.3rem;color:var(--homiva-accent);opacity:.6;font-weight:500;text-align:center}.homiva-collection-hero{background-color:var(--homiva-bg-tint);text-align:center;border-bottom:.1rem solid var(--homiva-border)}.homiva-collection-hero__wrapper{max-width:80rem;margin:0 auto;display:flex;flex-direction:column;align-items:center}.homiva-collection-hero__heading{margin:0 0 1.2rem;color:var(--homiva-accent);font-weight:700}.homiva-collection-hero__subheading{font-size:1.6rem;line-height:1.5;color:#0f172abf;margin-bottom:2rem}.homiva-collection-hero__subheading p{margin:0}.homiva-collection-hero__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;width:100%}.homiva-collection-hero__btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.2rem;font-size:1.4rem;font-weight:600;color:var(--homiva-primary);background-color:#fff;border:.15rem solid var(--homiva-primary);border-radius:999px;text-decoration:none;transition:var(--homiva-transition);cursor:pointer}.homiva-collection-hero__btn:hover{background-color:var(--homiva-primary);color:#fff;transform:translateY(-.1rem)}@media screen and (max-width:749px){.homiva-collection-hero__buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;max-width:44rem}.homiva-collection-hero__btn{padding:1rem 1.2rem;font-size:1.3rem}}.homiva-catalog-category-nav{background-color:var(--homiva-bg-warm)}.homiva-catalog-category-nav__grid{display:grid;grid-template-columns:1fr;gap:1.6rem;width:100%}.homiva-catalog-category-card{position:relative;background:var(--homiva-card-bg);border:.1rem solid var(--homiva-border);border-radius:var(--homiva-radius-lg);overflow:hidden;box-shadow:var(--homiva-shadow);transition:var(--homiva-transition);display:flex;flex-direction:column;height:100%}.homiva-catalog-category-card__link-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.homiva-catalog-category-card:hover{transform:translateY(-.4rem);box-shadow:var(--homiva-shadow-hover);border-color:#1b433229}.homiva-catalog-category-card__image-wrapper{position:relative;width:100%;padding-top:66.67%;background-color:var(--homiva-bg-tint);overflow:hidden}.homiva-catalog-category-card__image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:var(--homiva-transition)}.homiva-catalog-category-card:hover .homiva-catalog-category-card__image-wrapper img{transform:scale(1.04)}.homiva-catalog-category-card__content{padding:2rem;display:flex;flex-direction:column;flex-grow:1}.homiva-catalog-category-card__title{margin:0 0 .8rem;font-weight:700;font-size:1.8rem;color:var(--homiva-accent)}.homiva-catalog-category-card__text{margin:0 0 1.2rem;font-size:1.35rem;line-height:1.45;color:#0f172ab3}.homiva-catalog-category-card__pain-line{margin:0 0 1.6rem;font-size:1.35rem;line-height:1.45;color:var(--homiva-primary);font-weight:600;flex-grow:1}.homiva-catalog-category-card__btn{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:4.4rem;padding:1rem 2rem;font-size:1.4rem;font-weight:700;color:#fff;background-color:var(--homiva-primary);border:none;border-radius:999px;text-decoration:none;transition:var(--homiva-transition);cursor:pointer;text-align:center;width:100%}.homiva-catalog-category-card__btn:hover,.homiva-catalog-category-card:hover .homiva-catalog-category-card__btn{background-color:var(--homiva-accent);transform:translateY(-.1rem)}@media screen and (min-width:480px){.homiva-catalog-category-nav__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:750px){.homiva-collection-hero+.homiva-catalog-category-nav{padding-top:0}}@media screen and (min-width:990px){.homiva-catalog-category-nav__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.homiva-compact-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;padding:1.2rem 1.6rem;margin:1.5rem 0;background-color:var(--homiva-bg-warm);border:.1rem solid var(--homiva-border);border-radius:var(--homiva-radius)}.homiva-compact-trust__item{display:flex;align-items:center;gap:.8rem;font-size:1.2rem;font-weight:600;color:var(--homiva-accent);line-height:1.3}.homiva-compact-trust__item .svg-wrapper{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0;color:var(--homiva-primary)}.homiva-compact-trust__item .svg-wrapper svg{width:100%;height:100%}.sticky-atc-bar{position:fixed;bottom:0;left:0;width:100%;background-color:var(--homiva-bg-warm);border-top:.1rem solid var(--homiva-border);box-shadow:0 -.4rem 1.8rem #1b433214;z-index:99;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);padding-top:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.sticky-atc-bar.is-visible{transform:translateY(0)}.sticky-atc-bar__container{display:flex;align-items:center;justify-content:space-between;gap:1.6rem}.sticky-atc-bar__left{display:flex;flex-direction:column;justify-content:center;flex-grow:1;min-width:0}.sticky-atc-bar__title{font-size:1.3rem;font-weight:700;color:var(--homiva-accent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.sticky-atc-bar__row{display:flex;align-items:center;gap:1rem;margin-top:.2rem}.sticky-atc-bar__price{font-size:1.4rem;font-weight:700;color:var(--homiva-primary)}.sticky-atc-bar__trust{font-size:1.1rem;font-weight:600;color:#1b4332b3}.sticky-atc-bar__right{flex-shrink:0}.sticky-atc-bar__button{min-height:4.4rem;padding:1rem 2.4rem;font-size:1.4rem;font-weight:700;border-radius:999px;background-color:var(--homiva-primary);border:none;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.sticky-atc-bar__button.disabled,.sticky-atc-bar__button[disabled]{background-color:#e2e8f0;color:#94a3b8;cursor:not-allowed}.homiva-svg-icon{width:1.6rem;height:1.6rem;fill:currentColor}.footer{background-color:var(--homiva-bg-warm)!important;background-image:none!important;border-top:.1rem solid var(--homiva-border)!important;color:var(--homiva-accent)!important}.footer-block__heading{color:var(--homiva-primary)!important;font-size:1.4rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.08em!important;margin-bottom:2rem!important}.footer-block__details-content{font-size:1.4rem!important;line-height:1.6!important}.footer-block__details-content.list-unstyled li{margin-bottom:1.2rem!important}.footer-block__details-content.list-unstyled li a{color:var(--homiva-accent)!important;opacity:.8!important;text-decoration:none!important;transition:var(--homiva-transition)!important;display:inline-block!important}.footer-block__details-content.list-unstyled li a:hover{color:var(--homiva-primary)!important;opacity:1!important;transform:translate(.4rem)!important}.footer__content-bottom{border-top:.1rem solid var(--homiva-border)!important;padding-top:2rem!important;padding-bottom:3rem!important}.footer__copyright{color:var(--homiva-accent)!important;opacity:.7!important}@media screen and (min-width:750px){.sticky-atc-bar{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/homiva-sections.css.map */
