.button,.wp-element-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:12px 24px;color:var(--ify-white)!important;background:var(--ify-primary)!important;border:1px solid var(--ify-primary)!important;border-radius:999px!important;font-size:.76rem;font-weight:700!important;letter-spacing:.055em;line-height:1.2;text-transform:uppercase;cursor:pointer;transition:transform 180ms ease,box-shadow 180ms ease,color 180ms ease,background 180ms ease}.button:hover,.wp-element-button:hover{color:var(--ify-white)!important;background:#883c2c!important;border-color:#883c2c!important;box-shadow:none;transform:translateY(-2px)}.button--light{color:var(--ify-primary)!important;background:var(--ify-white)!important;border-color:var(--ify-white)!important}.button--light:hover{color:var(--ify-primary)!important;background:#fff!important;border-color:#fff!important}.button--outline{color:var(--ify-primary)!important;background:transparent!important}.button--outline:hover{color:var(--ify-white)!important;background:var(--ify-primary)!important}.button--small{min-height:42px;padding:9px 19px}.text-link{display:inline-flex;align-items:center;gap:10px;padding-block:5px;color:var(--ify-primary);border-bottom:1px solid currentColor;font-size:.86rem;font-weight:700;letter-spacing:.04em;line-height:1.4;text-transform:uppercase}.text-link span{transition:transform 180ms ease}.text-link:hover span{transform:translateX(4px)}.announcement{color:var(--ify-white);background:var(--ify-primary)}.announcement__inner{position:relative;display:flex;align-items:center;justify-content:center;min-height:34px;padding-inline:16px}.announcement p{margin:0;font-size:.66rem;font-weight:700;letter-spacing:.1em;line-height:1.2;text-align:center;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid #fff0;backdrop-filter:blur(14px);transition:transform 260ms cubic-bezier(.22,.61,.36,1),background-color 180ms ease,border-color 180ms ease}.admin-bar .site-header{top:32px}.site-header.is-scrolled{border-color:#fff0;box-shadow:none}.site-header.is-hidden{transform:translateY(calc(-100% - 50px))}.menu-open .site-header,.search-open .site-header{transform:none}.site-header__inner{display:grid;grid-template-columns:minmax(170px,1fr) auto minmax(170px,1fr);align-items:center;min-height:76px;gap:34px}.site-branding{justify-self:start}.custom-logo-link{display:block}.custom-logo{width:auto;max-width:170px;max-height:48px}.brand-default{display:block;height:48px}.brand-default img{width:auto;height:48px;object-fit:contain}.wordmark{display:inline-flex;align-items:flex-end;gap:5px;color:var(--ify-primary);font-family:var(--ify-serif);font-size:1.75rem;font-weight:700;letter-spacing:-.055em;line-height:1}.wordmark i{width:7px;height:7px;margin-bottom:2px;background:var(--ify-accent);border-radius:50%}.primary-menu,.product-submenu,.footer-menu{padding:0;margin:0;list-style:none}.primary-menu{display:flex;align-items:center;gap:clamp(24px, 3vw, 48px)}.primary-menu>li{position:relative}.primary-menu>li>a,.submenu-trigger-wrap>a{position:relative;display:block;padding-block:27px;font-size:.8rem;font-weight:700;letter-spacing:.045em}.primary-menu>li>a::after,.submenu-trigger-wrap>a::after{position:absolute;right:0;bottom:20px;left:0;height:1px;background:currentColor;content:"";transform:scaleX(0);transform-origin:right;transition:transform 180ms ease}.primary-menu>li>a:hover::after,.primary-menu>li>a:focus-visible::after,.submenu-trigger-wrap>a:hover::after{transform:scaleX(1);transform-origin:left}.submenu-trigger-wrap{display:flex;align-items:center;gap:5px}.submenu-main-toggle{position:relative;display:block;padding:27px 0;color:inherit;background:none;border:0;font:inherit;font-size:.8rem;font-weight:700;letter-spacing:.045em;cursor:pointer}.submenu-main-toggle::after{position:absolute;right:0;bottom:20px;left:0;height:1px;background:currentColor;content:"";transform:scaleX(0);transform-origin:right;transition:transform 180ms ease}.submenu-main-toggle:hover::after,.submenu-main-toggle:focus-visible::after{transform:scaleX(1);transform-origin:left}.submenu-toggle{width:24px;height:34px;padding:6px;background:none;border:0;cursor:pointer}.submenu-toggle svg{width:14px;transition:transform 180ms ease}.product-submenu{position:absolute;top:calc(100% - 12px);left:50%;width:min(300px, calc(100vw - 32px));max-height:min(70vh, 620px);padding:12px 24px;visibility:hidden;overflow-y:auto;background:var(--ify-white);border:1px solid var(--ify-line);border-radius:20px;box-shadow:var(--ify-shadow);opacity:0;transform:translate(-50%,8px);transition:opacity 160ms ease,transform 160ms ease,visibility 160ms}.product-submenu li+li{border-top:1px solid var(--ify-line)}.product-submenu a{display:block;padding:12px 0;color:var(--ify-accent);font-size:.92rem}.product-submenu a:hover{color:var(--ify-primary);padding-left:5px}.has-submenu:hover .product-submenu,.has-submenu:focus-within .product-submenu,.has-submenu.is-open .product-submenu{visibility:visible;opacity:1;transform:translate(-50%,0)}.has-submenu.is-open .submenu-toggle svg{transform:rotate(180deg)}.header-actions{display:flex;align-items:center;justify-self:end;gap:5px}.icon-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:9px;color:var(--ify-text);background:#fff0;border:0;border-radius:50%;cursor:pointer;transition:color 180ms ease,background 180ms ease}.icon-button:hover{color:var(--ify-primary);background:color-mix(in srgb,var(--ify-primary) 8%,transparent)}.cart-count{position:absolute;top:0;right:-2px;display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding-inline:4px;color:var(--ify-white);background:var(--ify-accent);border:2px solid var(--ify-bg);border-radius:99px;font-size:.62rem;font-weight:700;line-height:1}.menu-toggle{display:none}.menu-toggle__close{display:none}.mobile-menu-back{display:none}.mobile-menu-search,.mobile-menu-footer{display:none}.search-panel{position:absolute;top:100%;right:0;left:0;padding-block:20px;background:var(--ify-white);border-block:1px solid var(--ify-line);box-shadow:0 18px 35px rgb(36 39 32 / .07)}.search-panel__inner{display:flex;align-items:center;gap:15px}.store-search{display:flex;flex:1;gap:10px}.store-search input[type="search"]{flex:1;min-width:0;height:50px;padding:8px 18px;color:var(--ify-text);background:var(--ify-bg);border:1px solid var(--ify-line);border-radius:999px}.section-heading{margin-bottom:clamp(36px, 5vw, 66px)}.section-heading h2{max-width:930px;margin-bottom:0}.section-heading--split{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.section-heading--center{max-width:860px;margin-inline:auto;text-align:center}.section-heading--center h2{margin-inline:auto}.category-grid{display:grid;grid-template-columns:1.2fr 0.8fr 0.8fr;grid-auto-rows:minmax(230px,26vw);gap:14px}.category-grid--compact{grid-template-columns:repeat(3,1fr)}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px, 2.5vw, 36px)}.site-footer{padding-top:clamp(42px, 5vw, 70px);color:var(--ify-text);background:var(--ify-footer)}.footer-cta{display:flex;align-items:center;justify-content:space-between;gap:34px;padding-bottom:clamp(36px, 4vw, 54px);border-bottom:1px solid var(--ify-line)}.footer-cta .eyebrow{color:var(--ify-primary)}.footer-cta h2{max-width:720px;margin:0;color:var(--ify-text);font-size:clamp(1.75rem, 2.8vw, 2.8rem)}.site-footer .button--light{color:var(--ify-white)!important;background:var(--ify-primary)!important;border-color:var(--ify-primary)!important}.site-footer .button--light:hover{color:var(--ify-white)!important;background:#883c2c!important;border-color:#883c2c!important}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:clamp(28px, 4.5vw, 62px);padding-block:clamp(40px, 5vw, 66px)}.footer-logo{display:inline-block;margin-bottom:16px;padding:7px 10px;background:var(--ify-white);border-radius:9px}.footer-logo img{width:auto;height:52px}.footer-brand p{max-width:310px;color:var(--ify-muted);font-size:.82rem}.footer-title{margin-bottom:16px;color:var(--ify-text);font-family:var(--ify-sans);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.footer-menu li+li{margin-top:7px}.footer-menu a{color:var(--ify-muted);font-size:.8rem}.footer-menu a:hover{color:var(--ify-primary)}.footer-widget{margin-top:18px}.footer-bottom{display:flex;justify-content:space-between;gap:25px;padding-block:18px;border-top:1px solid var(--ify-line)}.footer-bottom p{margin:0;color:var(--ify-muted);font-size:.66rem;letter-spacing:.035em}.footer-credit{display:inline-flex;align-items:center}.footer-credit a{display:inline-flex;align-items:center;font-weight:700}.footer-credit img{display:inline-block;object-fit:contain}.entry-content{font-family:var(--ify-serif);font-size:clamp(1.05rem, 1.4vw, 1.25rem);line-height:1.85}.entry-content>*{max-width:780px;margin-inline:auto}.entry-content>.alignwide{max-width:1160px}.entry-content>.alignfull{max-width:none}.entry-content h2,.entry-content h3{margin-top:1.5em}.entry-content a{color:var(--ify-primary);text-decoration:underline;text-underline-offset:3px}.entry-content blockquote{padding:10px 0 10px 28px;color:var(--ify-primary);border-left:3px solid var(--ify-accent);font-size:1.35em}.entry-content table{width:100%;border-collapse:collapse;font-family:var(--ify-sans);font-size:.9rem}.entry-content td,.entry-content th{padding:12px;border:1px solid var(--ify-line);text-align:left}.comments-area{margin-top:60px;padding-top:45px;border-top:1px solid var(--ify-line)}.comments-title,.comment-reply-title{font-size:clamp(1.8rem, 3vw, 2.7rem)}.comment-list{padding:0;margin:30px 0 45px;list-style:none}.comment-list .children{padding-left:35px;list-style:none}.comment-body{padding:22px;margin-bottom:14px;background:var(--ify-white);border-radius:var(--ify-radius-sm)}.comment-meta{margin-bottom:12px;font-size:.78rem}.comment-author{display:flex;align-items:center;gap:10px}.comment-author img{border-radius:50%}.comment-form>p{margin-bottom:15px}.pagination{margin-top:55px;text-align:center}.nav-links{display:flex;align-items:center;justify-content:center;gap:8px}input[type="text"],input[type="email"],input[type="tel"],input[type="password"],input[type="search"],input[type="number"],select,textarea{width:100%;min-height:50px;padding:12px 15px;color:var(--ify-text);background:var(--ify-white);border:1px solid var(--ify-line);border-radius:10px}textarea{min-height:150px;resize:vertical}label{display:inline-block;margin-bottom:6px;font-size:.82rem;font-weight:700}@media (max-width:1180px){:root{--ify-shell:min(100% - 40px, 1480px)}.site-header__inner{grid-template-columns:160px auto 160px;gap:20px}.primary-menu{gap:22px}}@media (max-width:980px){.site-header__inner{grid-template-columns:auto 1fr auto;min-height:74px}.menu-toggle{display:inline-flex;grid-column:1;grid-row:1}.site-branding{grid-column:2;grid-row:1;justify-self:center}.header-actions{grid-column:3;grid-row:1}.account-link{display:none}.primary-navigation{position:absolute;top:100%;right:0;bottom:auto;left:0;z-index:99;height:calc(100dvh - var(--nav-offset, 74px));visibility:hidden;overflow-y:auto;opacity:0;transform:translateY(-10px);transition:opacity 180ms ease,transform 180ms ease,visibility 180ms}.announcement:not([hidden])~.site-header .primary-navigation{--nav-offset:112px}.admin-bar .primary-navigation{height:calc(100dvh - var(--nav-offset, 74px) - 32px)}.primary-navigation.is-open{visibility:visible;opacity:1;transform:none}.mobile-menu-back{display:inline-flex;align-items:center;gap:9px;min-height:46px;padding:9px 16px;margin:0 0 14px;color:var(--ify-white);background:var(--ify-primary);border:1px solid var(--ify-primary);border-radius:999px;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;box-shadow:0 8px 20px rgb(36 39 32 / .16)}.mobile-menu-back svg{width:19px;height:19px}.mobile-menu-back:focus-visible{outline:3px solid rgb(164 79 59 / .24);outline-offset:3px}.primary-menu>li{border-bottom:1px solid var(--ify-line)}.primary-menu>li>a,.submenu-trigger-wrap>a,.submenu-main-toggle{font-family:var(--ify-serif);font-weight:500;letter-spacing:-.025em}.primary-menu>li>a::after,.submenu-trigger-wrap>a::after{display:none}.submenu-trigger-wrap{justify-content:space-between}.submenu-main-toggle{width:100%;min-height:62px;padding-block:12px;text-align:left}.submenu-main-toggle::after{display:none}.submenu-toggle svg{width:18px}.product-submenu{position:static;width:100%;max-height:0;padding:0 0 0 18px;visibility:visible;overflow:hidden;background:#fff0;border:0;border-radius:0;box-shadow:none;opacity:1;transform:none;transition:max-height 250ms ease,padding 250ms ease}.product-submenu[aria-hidden="true"]{pointer-events:none}.has-submenu:hover .product-submenu{max-height:0;padding-bottom:0;transform:none}.has-submenu.is-open .product-submenu{max-height:min(46dvh, 520px);padding-bottom:16px;overflow-y:auto;transform:none}.product-submenu a{padding-block:10px}.menu-open .menu-toggle__open{display:none}.menu-open .menu-toggle__close{display:block}.category-grid,.category-grid--compact{grid-template-columns:repeat(2,1fr);grid-auto-rows:390px}.journal-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.3fr repeat(2,1fr)}.footer-grid>div:last-child{grid-column:2}}@media (max-width:680px){:root{--ify-radius-lg:28px;--ify-radius-md:20px}.announcement__inner{width:100%;padding-inline:14px}.announcement p{font-size:.62rem}.site-header__inner{gap:5px}.wordmark{font-size:1.45rem}.custom-logo{max-width:145px;max-height:44px}.search-toggle{display:none}.primary-navigation{--mobile-pad:20px}.section-heading--split{display:block}.section-heading--split .text-link{margin-top:25px}.category-grid,.category-grid--compact{grid-template-columns:1fr;grid-auto-rows:450px}.journal-grid{grid-template-columns:1fr}.footer-cta{display:block}.footer-cta .button{margin-top:24px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{display:block}.footer-bottom p+p{margin-top:5px}.store-search{display:block}.store-search .button{width:100%;margin-top:8px}}@media (max-width:390px){.footer-grid{grid-template-columns:1fr}.footer-brand,.footer-grid>div:last-child{grid-column:auto}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.announcement,.site-header,.site-footer,.button{display:none!important}body{color:#000;background:#fff}.site-shell{width:100%}}.footer-menu a{display:inline-flex;align-items:center;gap:8px}.footer-menu a svg{flex:0 0 auto;width:17px;height:17px}.footer-socials{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.footer-socials a{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgb(255 255 255 / .16);border-radius:50%}.footer-socials svg{width:19px;height:19px}.footer-bottom{align-items:center}.footer-credit{margin-left:0;white-space:nowrap}.whatsapp-float{position:fixed;right:max(20px, env(safe-area-inset-right));bottom:max(20px, env(safe-area-inset-bottom));z-index:150;display:flex;align-items:center;gap:10px;color:#fff}.whatsapp-float__icon{display:grid;place-items:center;width:60px;height:60px;background:var(--ify-primary);border:3px solid rgb(255 255 255 / .86);border-radius:50%;box-shadow:0 14px 35px rgb(164 79 59 / .24);transition:transform 180ms ease,box-shadow 180ms ease}.whatsapp-float__icon svg{width:30px;height:30px;stroke-width:1.8}.whatsapp-float__tooltip{order:-1;padding:9px 13px;color:var(--ify-white);background:var(--ify-text);border-radius:10px;box-shadow:0 8px 22px rgb(36 39 32 / .2);font-size:.76rem;font-weight:700;opacity:0;transform:translateX(8px);transition:opacity 180ms ease,transform 180ms ease;pointer-events:none}.whatsapp-float:hover{color:#fff}.whatsapp-float:hover .whatsapp-float__icon{background:var(--ify-accent);box-shadow:0 18px 42px rgb(164 79 59 / .3);transform:translateY(-3px)}.whatsapp-float:hover .whatsapp-float__tooltip,.whatsapp-float:focus-visible .whatsapp-float__tooltip{opacity:1;transform:none}.reviews-page-shell{padding-block:clamp(50px, 6vw, 88px) clamp(70px, 8vw, 120px)}.reviews-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:34px;margin-bottom:clamp(38px, 5vw, 64px)}.reviews-intro>div{max-width:760px}.reviews-intro h1{margin-bottom:14px;font-size:clamp(2.25rem, 4vw, 4.2rem)}.reviews-intro p:not(.eyebrow){max-width:620px;color:var(--ify-muted);font-size:.94rem}.ify-review-notice{padding:18px 22px;margin-bottom:28px;border-radius:14px}.ify-review-notice.is-success{color:var(--ify-text);background:var(--ify-surface);border:1px solid rgb(164 79 59 / .28)}.ify-review-notice.is-error{color:#842b2b;background:#f9e8e5;border:1px solid #edc3bc}.reviews-summary{display:grid;grid-template-columns:.7fr 1fr 1fr;align-items:center;gap:clamp(24px, 4vw, 56px);padding:clamp(24px, 3vw, 42px);background:var(--ify-white);border:1px solid var(--ify-line);border-radius:var(--ify-radius-md);box-shadow:none}.reviews-summary__average{display:flex;flex-direction:column;align-items:flex-start}.reviews-summary__average>strong{font-family:var(--ify-serif);font-size:clamp(2.8rem, 4.5vw, 4.8rem);font-weight:600;line-height:.9}.reviews-summary__average .review-stars{margin-block:17px 8px}.reviews-summary__average>span:last-child{color:var(--ify-muted);font-size:.78rem}.review-stars{display:inline-flex;gap:2px;color:#d9d3c8;letter-spacing:0;line-height:1}.review-star{font-size:1.05rem}.review-star.is-filled{color:#e5a443}.rating-row{display:grid;grid-template-columns:34px 1fr 28px;align-items:center;gap:10px;margin:8px 0;font-size:.75rem}.rating-row i{height:7px;overflow:hidden;background:#ece9e3;border-radius:999px}.rating-row i b{display:block;height:100%;background:#e5a443;border-radius:inherit}.rating-row em{color:var(--ify-muted);font-style:normal;text-align:right}.reviews-summary__promise{display:flex;align-items:flex-start;gap:16px;padding-left:clamp(0px, 3vw, 44px);border-left:1px solid var(--ify-line)}.reviews-summary__promise>span{flex:0 0 auto;display:grid;place-items:center;width:50px;height:50px;color:var(--ify-white);background:var(--ify-primary);border-radius:50%}.reviews-summary__promise p{margin:5px 0 0;color:var(--ify-muted);font-size:.82rem}.reviews-toolbar{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:clamp(45px, 6vw, 70px) 0 22px}.reviews-toolbar p{margin:0;color:var(--ify-muted);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.reviews-toolbar form{display:flex;align-items:center;gap:10px}.reviews-toolbar label{margin:0}.reviews-toolbar select{width:auto;min-width:190px}.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.review-card{min-width:0;overflow:hidden;background:var(--ify-white);border:1px solid rgb(36 39 32 / .08);border-radius:var(--ify-radius-md)}.review-card__photo{display:block;aspect-ratio:1.35;overflow:hidden;background:var(--ify-surface)}.review-card__photo img{width:100%;height:100%;object-fit:cover;transition:transform 400ms ease}.review-card__photo:hover img{transform:scale(1.025)}.review-card__body{padding:clamp(22px, 2.5vw, 32px)}.review-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.review-card__top time{color:var(--ify-muted);font-size:.68rem;white-space:nowrap}.review-card__product{display:flex;align-items:center;gap:12px;padding:11px;margin-block:20px;background:var(--ify-bg);border-radius:13px}.review-card__product img{flex:0 0 auto;width:52px;height:52px;object-fit:cover;border-radius:9px}.review-card__product span{display:flex;flex-direction:column;min-width:0;color:var(--ify-muted);font-size:.67rem;text-transform:uppercase}.review-card__product strong{overflow:hidden;color:var(--ify-text);font-size:.79rem;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.review-card__message{color:color-mix(in srgb,var(--ify-text) 86%,transparent)}.review-card__message p:last-child{margin-bottom:0}.review-card footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:22px;margin-top:24px;border-top:1px solid var(--ify-line)}.review-card footer>strong{font-size:.83rem}.review-card footer>span{display:inline-flex;align-items:center;gap:5px;color:var(--ify-primary);font-size:.66rem;font-weight:700}.review-card footer svg{width:15px;height:15px}.reviews-empty{grid-column:1 / -1;padding:clamp(55px, 8vw, 110px);background:var(--ify-white);border-radius:var(--ify-radius-md);text-align:center}.reviews-empty>span{color:var(--ify-accent);font-size:clamp(1.45rem, 2.2vw, 2rem);letter-spacing:.18em}.reviews-empty h2{margin-top:18px}.reviews-empty p{color:var(--ify-muted)}.review-form-wrap{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(45px, 8vw, 120px);margin-top:clamp(90px, 11vw, 165px);padding:clamp(35px, 6vw, 80px);background:var(--ify-surface);border-radius:var(--ify-radius-lg);scroll-margin-top:140px}.review-form-copy{align-self:start;position:sticky;top:130px}.review-form-copy>p:not(.eyebrow){color:var(--ify-muted)}.review-form-copy__note{display:flex;align-items:flex-start;gap:10px;padding-top:20px;margin-top:28px;border-top:1px solid var(--ify-line);color:var(--ify-primary);font-size:.78rem}.review-form-copy__note svg{flex:0 0 auto;width:18px;height:18px}.ify-review-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:clamp(24px, 3vw, 42px);background:var(--ify-white);border-radius:var(--ify-radius-md)}.ify-review-form>label{display:flex;flex-direction:column;margin:0}.ify-review-form>label>span,.ify-review-form legend{margin-bottom:7px;font-size:.76rem;font-weight:700}.ify-review-form fieldset{padding:0;margin:0;border:0}.ify-review-form .is-wide{grid-column:1 / -1}.review-rating-picker{display:flex;flex-direction:row-reverse;justify-content:flex-end;min-height:50px;align-items:center}.review-rating-picker input{position:absolute;opacity:0;pointer-events:none}.review-rating-picker label{margin:0;color:#d8d3ca;font-size:2rem;line-height:1;cursor:pointer}.review-rating-picker input:checked~label,.review-rating-picker label:hover,.review-rating-picker label:hover~label{color:#e5a443}.review-file small{margin-top:7px;color:var(--ify-muted);font-weight:400}.review-consent{flex-direction:row!important;align-items:flex-start;gap:10px}.review-consent input{flex:0 0 auto;width:19px;height:19px;margin-top:2px}.review-consent span{margin:0!important;font-weight:400!important}.ify-honeypot{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}.ify-native-review-photo{margin-top:16px}.ify-native-review-photo img{max-width:460px;border-radius:16px}.ify-compare-button{margin-left:7px!important;color:var(--ify-primary)!important;background:transparent!important}.ify-compare-button:hover,.ify-compare-button.is-active{color:var(--ify-white)!important;background:var(--ify-primary)!important}.ify-compare-button svg{width:17px;height:17px}body.compare-open{overflow:hidden}.ify-compare-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px}.ify-compare-modal[hidden]{display:none!important}.ify-compare-modal__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;background:rgb(20 22 18 / .7);border:0;backdrop-filter:blur(8px);cursor:pointer}.ify-compare-modal__panel{position:relative;z-index:1;width:min(1240px, 100%);max-height:min(88vh, 900px);padding:clamp(24px, 4vw, 54px);overflow-y:auto;background:var(--ify-bg);border-radius:var(--ify-radius-lg);box-shadow:0 35px 100px rgb(0 0 0 / .28)}.ify-compare-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:25px;padding-bottom:25px;border-bottom:1px solid var(--ify-line)}.ify-compare-modal__header h2{margin:0}.ify-compare-modal__header .icon-button{flex:0 0 auto;display:grid;place-items:center;width:50px;height:50px;padding:0;background:var(--ify-white);border:1px solid var(--ify-line);border-radius:50%;cursor:pointer}.ify-compare-modal__empty{padding:35px;margin:25px 0 0;color:var(--ify-muted);background:var(--ify-white);border-radius:18px;text-align:center}.ify-compare-modal__empty[hidden]{display:none!important}.ify-compare-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;margin-top:28px}.ify-compare-card{position:relative;min-width:0;padding:14px 14px 20px;background:var(--ify-white);border:1px solid var(--ify-line);border-radius:20px}.ify-compare-card__remove{position:absolute;top:20px;right:20px;z-index:2;display:grid;place-items:center;width:36px;height:36px;padding:0;color:var(--ify-text);background:rgb(255 255 255 / .92);border:1px solid var(--ify-line);border-radius:50%;font-size:1.35rem;line-height:1;cursor:pointer}.ify-compare-card__image{display:block;aspect-ratio:1;overflow:hidden;margin-bottom:20px;background:var(--ify-surface);border-radius:14px}.ify-compare-card__image img{width:100%;height:100%;object-fit:cover}.ify-compare-card h3{min-height:2.4em;margin:0 5px 10px;font-size:1.3rem}.ify-compare-card__excerpt{min-height:3.9em;margin-inline:5px;color:var(--ify-muted);font-size:.78rem}.ify-compare-card dl{margin:22px 5px;border-top:1px solid var(--ify-line)}.ify-compare-card__detail{padding-block:11px;border-bottom:1px solid var(--ify-line)}.ify-compare-card dt{color:var(--ify-muted);font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.ify-compare-card dd{margin:2px 0 0;font-size:.84rem;font-weight:700}.ify-compare-card .button{width:100%;min-height:45px;padding:10px 14px;font-size:.66rem}.ify-commerce-intro{margin:0 0 clamp(35px, 5vw, 65px)}.ify-commerce-intro h2{margin-bottom:12px}.ify-commerce-intro>p:last-child{max-width:700px;color:var(--ify-muted)}.wc-block-components-order-summary{overflow:hidden;background:var(--ify-white);border-radius:var(--ify-radius-md)}.wc-block-components-order-summary{padding:8px 22px}.wc-block-components-button:not(.is-link){min-height:56px;color:var(--ify-white)!important;background:var(--ify-primary)!important;border-radius:999px!important;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.wc-block-components-notice-banner{border:1px solid var(--ify-line)!important;border-radius:14px!important}.wc-block-components-notice-banner.is-error{background:#f9e8e5!important;border-color:#edc3bc!important}.wc-block-components-notice-banner.is-success{background:var(--ify-surface)!important;border-color:rgb(164 79 59 / .28)!important}.a2a_floating_style,.heateor_sss_floating_ul{display:none!important}.reviews-page-shell .a2a_kit,.reviews-page-shell .heateor_sss_sharing_container{display:none!important}@media (max-width:1180px){.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.reviews-summary{grid-template-columns:.7fr 1.3fr}.reviews-summary__promise{grid-column:1 / -1;padding:25px 0 0;border-top:1px solid var(--ify-line);border-left:0}.review-form-wrap{grid-template-columns:1fr}.review-form-copy{position:static}}@media (max-width:680px){.footer-credit{white-space:normal}.whatsapp-float{right:max(14px, env(safe-area-inset-right));bottom:max(14px, env(safe-area-inset-bottom))}.whatsapp-float__icon{width:58px;height:58px}.whatsapp-float__tooltip{display:none}.reviews-intro{display:block}.reviews-intro .button{width:100%;margin-top:20px}.reviews-summary{grid-template-columns:1fr}.reviews-summary__average{align-items:center;text-align:center}.reviews-summary__promise{grid-column:auto}.reviews-toolbar{align-items:flex-start;flex-direction:column}.reviews-toolbar form{width:100%}.reviews-toolbar select{flex:1;min-width:0}.reviews-grid{grid-template-columns:1fr}.ify-review-form{grid-template-columns:1fr;padding:20px}.ify-review-form>*{grid-column:1!important}.review-form-wrap{width:calc(100% + 12px);padding:28px 18px;margin-left:-6px;border-radius:24px}.ify-compare-modal{padding:8px}.ify-compare-modal__panel{max-height:96dvh;padding:22px 16px;border-radius:24px}.ify-compare-modal__header h2{font-size:2rem}.ify-compare-grid{display:flex;gap:12px;padding-bottom:10px;overflow-x:auto;scroll-snap-type:x mandatory}.ify-compare-card{flex:0 0 min(82vw, 300px);scroll-snap-align:start}}body.newsletter-open{overflow:hidden}.newsletter-popup{position:fixed;inset:0;z-index:1600;display:grid;place-items:center;padding:22px}.newsletter-popup[hidden],.newsletter-success[hidden],.newsletter-dialog__intro[hidden],.newsletter-form[hidden]{display:none!important}.newsletter-popup__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;background:rgb(39 39 37 / .63);border:0;border-radius:0;backdrop-filter:blur(4px);cursor:default}.newsletter-dialog{position:relative;z-index:1;width:min(620px, 100%);max-height:calc(100dvh - 44px);padding:clamp(34px, 5vw, 52px);overflow-x:hidden;overflow-y:auto;color:var(--ify-text);border:1px solid rgb(255 255 255 / .55);border-radius:30px;outline:0;animation:newsletter-dialog-in 260ms cubic-bezier(.2,.8,.2,1) both}.newsletter-dialog::before{position:absolute;top:-80px;right:-65px;width:210px;height:210px;background:radial-gradient(circle,rgb(189 108 88 / .18),#fff0 68%);content:"";pointer-events:none}.newsletter-dialog__close{position:absolute;top:16px;right:16px;z-index:2;display:grid;place-items:center;width:44px;height:44px;padding:0;color:var(--ify-primary);background:rgb(255 253 249 / .76);border:1px solid var(--ify-line);border-radius:50%;font-family:var(--ify-sans);font-size:1.7rem;line-height:1;cursor:pointer;transition:color 150ms ease,background 150ms ease,transform 150ms ease}.newsletter-dialog__close:hover,.newsletter-dialog__close:focus-visible{color:var(--ify-white);background:var(--ify-primary);transform:rotate(4deg)}.newsletter-dialog__intro{max-width:490px;margin:0 auto 27px;text-align:center}.newsletter-dialog__eyebrow{margin:0 0 11px;color:var(--ify-accent);font-family:var(--ify-sans);font-size:.67rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.newsletter-dialog h2{margin:0 30px 13px;font-size:clamp(2.15rem, 5vw, 3.25rem);line-height:1.02}.newsletter-dialog__intro>p:last-child{margin:0;color:var(--ify-muted);font-family:var(--ify-sans);font-size:.98rem;line-height:1.55}.newsletter-form{display:grid;gap:15px}.newsletter-field{display:grid;gap:6px;color:var(--ify-text);font-family:var(--ify-sans);font-size:.72rem;font-weight:800}.newsletter-field input{width:100%;min-height:57px;padding:12px 17px;color:var(--ify-text);border:1.5px solid rgb(164 79 59 / .65);border-radius:12px;font-family:var(--ify-sans);font-size:1rem;outline:none;transition:border-color 150ms ease,box-shadow 150ms ease,background 150ms ease}.newsletter-field input:focus{background:var(--ify-white);border-color:var(--ify-primary);box-shadow:0 0 0 4px rgb(164 79 59 / .11)}.newsletter-field--trap{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}.newsletter-consent{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;color:var(--ify-muted);font-family:var(--ify-sans);font-size:.72rem;line-height:1.45;cursor:pointer}.newsletter-consent input{width:19px;height:19px;margin:1px 0 0;accent-color:var(--ify-primary)}.newsletter-consent a{color:var(--ify-primary);text-decoration:underline;text-underline-offset:2px}.newsletter-form__submit{width:100%;min-height:56px;margin-top:2px}.newsletter-form__submit:disabled{opacity:.7;cursor:wait}.newsletter-form__status{min-height:18px;margin:-4px 0 0;color:var(--ify-primary);font-family:var(--ify-sans);font-size:.75rem;text-align:center}.newsletter-form__status.is-error{color:#a63c32}.newsletter-success{max-width:470px;margin:0 auto;text-align:center;outline:0}.newsletter-success__mark{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 18px;color:var(--ify-white);background:var(--ify-primary);border-radius:50%;font-family:var(--ify-sans);font-size:1.65rem;box-shadow:0 14px 30px rgb(164 79 59 / .22)}.newsletter-success>h2{margin-inline:0}.newsletter-success>p{color:var(--ify-muted);font-family:var(--ify-sans)}.newsletter-success__hint{margin:24px 0 8px;font-size:.76rem;font-weight:700}.newsletter-coupon{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 9px 9px 18px;margin-bottom:20px;background:var(--ify-white);border:1px dashed var(--ify-primary);border-radius:14px}.newsletter-coupon strong{color:var(--ify-primary);font-family:var(--ify-sans);font-size:1.05rem;letter-spacing:.1em}.newsletter-coupon button{min-height:42px;padding:9px 15px;color:var(--ify-white);background:var(--ify-primary);border:0;border-radius:10px;font-family:var(--ify-sans);font-size:.7rem;font-weight:800;cursor:pointer}.newsletter-success>.button{width:100%}@media (max-width:680px){.newsletter-popup{place-items:end center;padding:0}.newsletter-popup__backdrop{background:rgb(39 39 37 / .5);backdrop-filter:blur(2px)}.newsletter-dialog{width:100%;max-height:min(68dvh, 620px);padding:27px 20px max(24px, calc(18px + env(safe-area-inset-bottom)));border-right:0;border-bottom:0;border-left:0;border-radius:26px 26px 0 0;animation-name:newsletter-sheet-in}.newsletter-dialog__close{top:11px;right:12px;width:42px;height:42px}.newsletter-dialog__intro{padding-right:24px;margin-bottom:19px;text-align:left}.newsletter-dialog h2{margin:0 20px 8px 0;font-size:clamp(1.85rem, 9.5vw, 2.55rem)}.newsletter-dialog__intro>p:last-child{font-size:.86rem;line-height:1.42}.newsletter-dialog__eyebrow{margin-bottom:7px}.newsletter-form{gap:11px}.newsletter-field{gap:4px}.newsletter-field>span{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.newsletter-field input{min-height:52px}.newsletter-consent{font-size:.76rem}.newsletter-form__submit{min-height:52px}}@media (prefers-reduced-motion:reduce){.newsletter-dialog{animation:none}}.site-header__inner{position:relative}.product-submenu a{transition:color 160ms ease,padding 160ms ease,background 160ms ease}@media (max-width:980px){.site-header{background:rgb(246 242 236 / .96)}.site-header__inner{gap:8px}.site-branding img{max-width:min(42vw, 170px)}.menu-toggle{color:var(--ify-primary);background:rgb(255 253 249 / .75);border:1px solid var(--ify-line)}.menu-open .menu-toggle{color:var(--ify-white);background:var(--ify-primary);border-color:var(--ify-primary)}.search-toggle{display:none}.primary-navigation{padding:20px max(20px, env(safe-area-inset-left)) max(88px, calc(62px + env(safe-area-inset-bottom)));overscroll-behavior:contain;background:radial-gradient(circle at 96% 8%,rgb(189 108 88 / .12),transparent 29%),radial-gradient(circle at 5% 95%,rgb(164 79 59 / .1),transparent 34%),var(--ify-bg);border-top:1px solid var(--ify-line);box-shadow:0 22px 55px rgb(36 39 32 / .11)}.mobile-menu-search{position:relative;display:flex;margin-bottom:14px}.mobile-menu-search input[type="search"]{width:100%;height:56px;padding:10px 58px 10px 20px;color:var(--ify-text);background:rgb(255 253 249 / .9);border:1px solid var(--ify-line);border-radius:999px;outline:none}.mobile-menu-search input[type="search"]:focus{border-color:var(--ify-primary);box-shadow:0 0 0 3px rgb(164 79 59 / .12)}.mobile-menu-search button{position:absolute;top:6px;right:6px;display:grid;place-items:center;width:44px;height:44px;padding:0;color:var(--ify-white);background:var(--ify-primary);border:0;border-radius:50%}.primary-menu{display:grid}.primary-menu>li{border-color:rgb(36 39 32 / .1)}.primary-menu>li>a,.submenu-trigger-wrap>a,.submenu-main-toggle{display:flex;align-items:center;min-height:62px;padding-block:12px;font-size:clamp(1.45rem, 5.5vw, 1.8rem)}.submenu-toggle{display:grid;place-items:center;width:46px;height:46px;padding:0;background:rgb(255 253 249 / .75);border:1px solid var(--ify-line);border-radius:50%}.product-submenu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-right:0;padding-left:0}.product-submenu li+li{border-top:0}.product-submenu a{min-height:48px;padding:11px 13px;color:var(--ify-primary);background:rgb(255 253 249 / .78);border:1px solid rgb(36 39 32 / .09);border-radius:12px;font-size:.82rem;font-weight:700;line-height:1.25}.product-submenu a:hover,.product-submenu a:focus-visible{padding-left:13px;background:var(--ify-white)}.mobile-menu-footer{display:block;padding-top:24px}.mobile-menu-footer>p{margin:0 0 12px;color:var(--ify-muted);font-family:var(--ify-serif);font-size:1.15rem}.mobile-menu-whatsapp{display:flex;align-items:center;gap:14px;min-height:72px;padding:13px 17px;color:#fff;background:var(--ify-primary);border-radius:18px;box-shadow:0 14px 30px rgb(164 79 59 / .2)}.mobile-menu-whatsapp:hover{color:#fff;background:var(--ify-accent)}.mobile-menu-whatsapp svg{flex:0 0 auto;width:29px;height:29px}.mobile-menu-whatsapp span{display:grid;line-height:1.2}.mobile-menu-whatsapp small{margin-bottom:3px;opacity:.78;font-size:.67rem}.mobile-menu-whatsapp strong{font-size:.9rem}.mobile-menu-quick{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.mobile-menu-quick a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:10px;background:rgb(255 253 249 / .78);border:1px solid var(--ify-line);border-radius:14px;font-size:.75rem;font-weight:700}.mobile-menu-quick svg{width:19px;height:19px}.mobile-menu-socials{display:flex;justify-content:center;gap:9px;padding-top:18px}.mobile-menu-socials a{display:grid;place-items:center;width:46px;height:46px;color:var(--ify-primary);background:rgb(255 253 249 / .82);border:1px solid var(--ify-line);border-radius:50%}.mobile-menu-socials svg{width:20px;height:20px}}@media (max-width:782px){.admin-bar .primary-navigation{height:calc(100dvh - var(--nav-offset, 74px) - 46px)}}@media (max-width:540px){.product-submenu{grid-template-columns:1fr}.primary-navigation{padding-inline:max(14px, env(safe-area-inset-left))}.mobile-menu-quick a{font-size:.69rem}}@media print{.whatsapp-float,.ify-compare-modal,.newsletter-popup{display:none!important}}html,body{max-width:100%}html{overflow-x:hidden}body{overflow-x:visible}@supports (overflow:clip){html,body{overflow-x:clip}}.site-header{isolation:isolate}.commerce-page-header{align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:clamp(28px, 4vw, 50px);border-bottom:1px solid var(--ify-line)}.commerce-page-header h1{margin:0}.ify-commerce-intro{max-width:760px;margin-bottom:34px}.ify-commerce-intro h2{font-size:clamp(1.9rem, 3vw, 3rem)}.about-facts{display:grid;align-content:start}.about-facts>div{display:grid;grid-template-columns:42px 1fr;padding:25px 0;border-bottom:1px solid var(--ify-line)}.about-facts>div>span{grid-row:1 / 3;color:var(--ify-accent);font-size:.7rem;font-weight:800;letter-spacing:.12em}.about-facts strong{font-family:var(--ify-serif);font-size:1.45rem;font-weight:500}.about-facts p{margin:5px 0 0;color:var(--ify-muted);font-size:.82rem}.footer-bottom__meta{display:flex;align-items:center;gap:18px}.footer-cookie-settings{padding:0;background:#fff0;border:0;border-bottom:1px solid currentColor;font-size:.71rem;cursor:pointer}.ify-cookie-banner{position:fixed;right:22px;bottom:22px;left:22px;z-index:1550;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(20px, 4vw, 55px);width:min(1160px, calc(100% - 44px));padding:clamp(22px, 3vw, 34px);margin-inline:auto;background:rgb(255 253 249 / .97);border:1px solid rgb(36 39 32 / .13);border-radius:24px;box-shadow:0 25px 85px rgb(25 28 22 / .22);backdrop-filter:blur(16px)}.ify-cookie-banner[hidden]{display:none!important}.ify-cookie-banner .eyebrow{margin-bottom:7px}.ify-cookie-banner h2{margin:0 0 7px;font-size:clamp(1.6rem, 2.3vw, 2.35rem)}.ify-cookie-banner__copy>p:last-child{max-width:720px;margin:0;color:var(--ify-muted);font-size:.83rem}.ify-cookie-banner__copy a{color:var(--ify-primary);text-decoration:underline;text-underline-offset:2px}.ify-cookie-banner__actions{display:flex;gap:9px}.ify-cookie-banner__actions .button{min-height:48px;padding:11px 19px;white-space:nowrap}@media (max-width:980px){.site-header{position:sticky!important;top:0;z-index:900}.admin-bar .site-header{top:32px}.ify-cookie-banner{grid-template-columns:1fr}}@media (max-width:782px){.admin-bar .site-header{top:46px}}@media (max-width:680px){.site-header{padding:0;background:transparent!important;border:0;box-shadow:none;backdrop-filter:none}.site-header.is-scrolled{border:0;box-shadow:none}.site-header__inner{padding:7px 9px}.site-header .menu-toggle,.site-header .cart-link{display:inline-grid;place-items:center;width:44px;height:44px;padding:0;background:color-mix(in srgb,var(--ify-bg) 70%,white);border:1px solid var(--ify-line);border-radius:50%}.site-header .menu-toggle svg,.site-header .cart-link svg{width:20px;height:20px}.site-header .header-actions{gap:0}.site-header .cart-count{top:-2px;right:-3px}.primary-navigation{border:1px solid var(--ify-line)}.announcement:not([hidden])~.site-header .primary-navigation{--nav-offset:82px}.commerce-page-header{display:block}.site-footer .footer-cta{text-align:center}.site-footer .footer-cta>div{width:100%}.site-footer .footer-cta h2{max-width:520px;margin-inline:auto}.site-footer .footer-cta .button{margin-inline:auto}.site-footer .footer-grid{grid-template-columns:1fr;text-align:center}.site-footer .footer-brand,.site-footer .footer-grid>div:last-child{grid-column:auto}.site-footer .footer-logo,.site-footer .footer-logo img{margin-inline:auto}.site-footer .footer-brand>p{max-width:350px;margin-inline:auto}.site-footer .footer-socials{justify-content:center}.site-footer .footer-menu{display:grid;justify-items:center}.site-footer .footer-menu a{justify-content:center}.site-footer .footer-bottom{display:flex;align-items:center;flex-direction:column;gap:12px;text-align:center}.footer-bottom__meta{justify-content:center;flex-wrap:wrap}.footer-credit{margin-top:0}.ify-cookie-banner{right:0;bottom:0;left:0;width:100%;padding:24px 18px max(22px, calc(16px + env(safe-area-inset-bottom)));border-right:0;border-bottom:0;border-left:0;border-radius:24px 24px 0 0}.ify-cookie-banner__actions{display:grid;grid-template-columns:1fr 1fr}.ify-cookie-banner__actions .button{min-width:0;padding-inline:10px;font-size:.69rem}input[type="text"],input[type="email"],input[type="tel"],input[type="password"],input[type="search"],input[type="number"],select,textarea{font-size:16px}}@media print{.ify-cookie-banner,.footer-cookie-settings{display:none!important}}.commerce-page-header{display:block;max-width:none;text-align:left}.commerce-page-header .eyebrow{margin-bottom:12px}.commerce-page-header h1{max-width:900px}.category-showcase.section{padding-top:34px}.footer-socials a{color:var(--ify-primary);background:var(--ify-white);border-color:var(--ify-line)}.footer-socials a:hover{color:var(--ify-white);background:var(--ify-primary)}.footer-credit a:hover{color:var(--ify-primary)}.footer-cookie-settings{color:var(--ify-muted)}.footer-cookie-settings:hover{color:var(--ify-primary)}.review-card,.newsletter-dialog{box-shadow:none!important}.commerce-page-header h1{font-size:clamp(2.1rem, 3.5vw, 3.5rem)}.newsletter-dialog{background:var(--ify-white);border-color:var(--ify-line);box-shadow:0 14px 42px rgb(39 39 37 / .12)}.newsletter-field input{background:var(--ify-white);border-color:color-mix(in srgb,var(--ify-primary) 58%,var(--ify-line))}.site-header{background:rgb(255 255 255 / .96)}@media (max-width:680px){body{font-size:14px}:root{--ify-shell:calc(100% - 24px)}.section{padding-block:44px}.category-showcase.section{padding-top:30px}.site-header__inner{min-height:60px}.site-header .brand-default,.site-header .brand-default img{height:39px}.site-header .custom-logo{max-height:39px}.site-footer{padding-top:38px}.site-footer .footer-grid{gap:28px;padding-block:34px}.site-footer .footer-logo img{height:46px}.reviews-intro h1{font-size:2.45rem}}.ify-floating-tooltip{position:fixed;z-index:9999;width:max-content;max-width:min(180px, calc(100vw - 20px));padding:7px 10px;color:var(--ify-white);background:var(--ify-text);border:0;border-radius:8px;box-shadow:none;font-family:var(--ify-sans);font-size:.68rem;font-weight:700;line-height:1.25;text-align:center;white-space:normal;opacity:0;pointer-events:none;transition:opacity 120ms ease}.ify-floating-tooltip.is-visible{opacity:1}.ify-floating-tooltip[hidden]{display:none!important}@media (hover:none),(pointer:coarse){.ify-floating-tooltip{display:none!important}}@media (max-width:680px){.primary-navigation{position:fixed!important;top:var(--ify-mobile-nav-top,68px)!important;right:0!important;bottom:0!important;left:0!important;width:auto!important;height:auto!important;min-height:calc(100dvh - var(--ify-mobile-nav-top, 68px));max-height:none!important;overscroll-behavior-y:contain;border-right:0;border-left:0;border-radius:0}.site-header{top:0!important;margin-bottom:0}.admin-bar .site-header{top:0!important}.site-header__inner{width:100%;background:rgb(255 253 249 / .985);border:0;border-radius:0;box-shadow:none;backdrop-filter:none!important}.menu-open .whatsapp-float{visibility:hidden;opacity:0;pointer-events:none}}@media (min-width:601px) and (max-width:680px){.admin-bar .site-header{top:46px!important}}.ify-motion-card{opacity:0;transform:translateY(22px);transition:opacity 520ms ease var(--ify-card-delay,0ms),transform 520ms cubic-bezier(.22,.61,.36,1) var(--ify-card-delay,0ms)}.ify-motion-card.is-revealed{opacity:1;transform:translateY(0)}.footer-credit{gap:7px;color:rgb(255 255 255 / .72);font-size:.82rem;letter-spacing:.025em}.footer-credit a{gap:6px;color:rgb(255 255 255 / .96);font-size:.88rem}.footer-credit img{width:24px;height:23px}@media (max-width:680px){.menu-open .site-header .menu-toggle{color:var(--ify-white)!important;background:var(--ify-primary)!important;border-color:var(--ify-primary)!important;box-shadow:0 8px 20px rgb(36 39 32 / .22)}.menu-open .site-header .menu-toggle__close,.menu-open .site-header .menu-toggle__close svg{color:var(--ify-white)!important;opacity:1!important;visibility:visible!important}}.mobile-menu-back{box-shadow:none!important}html,body,button,input,select,textarea{font-family:var(--ify-sans)}.site-footer .footer-credit,.site-footer .footer-credit a{color:var(--ify-text)}.site-footer .footer-credit a:hover{color:var(--ify-primary)}#placeOrderError{max-width:100%;padding:8px 11px!important;color:#fff!important;background:var(--ify-primary)!important;border-radius:8px!important;font-family:var(--ify-sans)!important;font-size:.74rem!important;line-height:1.35;white-space:normal!important}.wc-block-components-order-summary .wc-block-components-order-summary-item{padding-top:3px}.page-id-12 .ify-commerce-intro h2{margin-top:5px}.page-id-12 .ify-commerce-intro{margin:0}.page-id-4788 .ify-commerce-intro h2{margin-top:5px}@media (max-width:680px){html{background-color:var(--ify-footer)!important}body{min-height:100dvh!important;background-color:var(--ify-footer)!important}.site-main{background-color:var(--ify-bg)!important}.site-footer{background-color:var(--ify-footer)!important;padding-bottom:max(28px,env(safe-area-inset-bottom))!important}}:root{--ify-page-top-gap:clamp(24px,3vw,44px)}.reviews-page-shell{padding-top:var(--ify-page-top-gap)!important}@media (max-width:680px){:root{--ify-page-top-gap:14px}.site-header{background:#fff!important}.site-header__inner{background:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.reviews-page-shell{padding-top:var(--ify-page-top-gap)!important}}.review-card__photo img{transform:none!important;transition:transform 320ms cubic-bezier(.22,.61,.36,1)!important;transform-origin:center!important}.review-card__photo:hover img{transform:none!important}@media (hover:hover) and (pointer:fine){.review-card__photo img:hover{transform:translateY(-3px)!important}}@media (hover:hover) and (pointer:fine){.primary-menu>li>a,.submenu-trigger-wrap>a,.submenu-main-toggle{transition:transform 180ms ease,color 180ms ease!important}.primary-menu>li>a:hover,.primary-menu>li>a:focus-visible,.submenu-trigger-wrap>a:hover,.submenu-trigger-wrap>a:focus-visible,.submenu-main-toggle:hover,.submenu-main-toggle:focus-visible{transform:translateY(-2px)!important}.primary-menu>li>a:hover::after,.primary-menu>li>a:focus-visible::after,.submenu-trigger-wrap>a:hover::after,.submenu-trigger-wrap>a:focus-visible::after,.submenu-main-toggle:hover::after,.submenu-main-toggle:focus-visible::after{transform:translateY(2px) scaleX(1)!important}}.reviews-page-shell{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;column-gap:clamp(14px,1.7vw,24px)!important;row-gap:0!important;padding-block:clamp(38px,4.6vw,68px) clamp(70px,8vw,118px)!important}.reviews-page-shell .reviews-intro{grid-column:1 / 8!important;grid-row:1!important;position:relative!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-end!important;min-height:430px!important;gap:0!important;padding:clamp(38px,4.5vw,68px)!important;margin:0!important;overflow:hidden!important;background:linear-gradient(145deg,color-mix(in srgb,var(--ify-surface) 86%,var(--ify-white)),color-mix(in srgb,var(--ify-primary) 5%,var(--ify-white)))!important;border:1px solid color-mix(in srgb,var(--ify-primary) 9%,var(--ify-line))!important;border-radius:30px!important}.reviews-page-shell .reviews-intro::before{content:""!important;position:absolute!important;top:-110px!important;right:-90px!important;width:310px!important;height:310px!important;border:1px solid color-mix(in srgb,var(--ify-primary) 10%,transparent)!important;border-radius:50%!important;pointer-events:none!important}.reviews-page-shell .reviews-intro::after{content:""!important;position:absolute!important;top:-35px!important;right:-20px!important;width:160px!important;height:160px!important;background:color-mix(in srgb,var(--ify-primary) 5%,transparent)!important;border-radius:50%!important;pointer-events:none!important}.reviews-page-shell .reviews-intro>div{position:relative!important;z-index:1!important;max-width:680px!important}.reviews-page-shell .reviews-intro .eyebrow{margin:0 0 16px!important;color:var(--ify-primary)!important;font-size:.69rem!important;font-weight:700!important;letter-spacing:.20em!important}.reviews-page-shell .reviews-intro h1{max-width:680px!important;margin:0 0 18px!important;font-size:clamp(3rem,5vw,5.2rem)!important;font-weight:500!important;line-height:.96!important;letter-spacing:-.045em!important}.reviews-page-shell .reviews-intro p:not(.eyebrow){max-width:590px!important;margin:0!important;color:color-mix(in srgb,var(--ify-text) 68%,transparent)!important;font-size:clamp(.92rem,1vw,1.02rem)!important;line-height:1.7!important}.reviews-page-shell .reviews-intro>.button,.reviews-page-shell .reviews-intro>div+.button{position:relative!important;z-index:1!important;min-width:190px!important;margin-top:30px!important;box-shadow:none!important}.reviews-page-shell .reviews-summary{grid-column:8 / -1!important;grid-row:1!important;display:grid!important;grid-template-columns:minmax(130px,.72fr) minmax(0,1.28fr)!important;align-content:center!important;align-items:center!important;gap:0!important;min-height:430px!important;padding:clamp(30px,3vw,44px)!important;margin:0!important;background:var(--ify-white)!important;border:1px solid color-mix(in srgb,var(--ify-primary) 12%,var(--ify-line))!important;border-radius:30px!important;box-shadow:0 20px 55px rgb(39 39 37 / .055)!important}.reviews-page-shell .reviews-summary__average{align-items:center!important;justify-content:center!important;min-height:175px!important;padding-right:clamp(18px,2vw,28px)!important;text-align:center!important;border-right:1px solid var(--ify-line)!important}.reviews-page-shell .reviews-summary__average>strong{color:var(--ify-text)!important;font-size:clamp(3.65rem,5vw,5.35rem)!important;font-weight:500!important;line-height:.82!important;letter-spacing:-.065em!important}.reviews-page-shell .reviews-summary__average .review-stars{margin:20px 0 9px!important}.reviews-page-shell .review-star{font-size:1.02rem!important}.reviews-page-shell .review-star.is-filled{color:#c89154!important}.reviews-page-shell .reviews-summary__average>span:last-child{color:var(--ify-muted)!important;font-size:.72rem!important;line-height:1.4!important}.reviews-page-shell .reviews-summary>:nth-child(2){padding-left:clamp(18px,2.3vw,32px)!important}.reviews-page-shell .rating-row{grid-template-columns:27px 1fr 23px!important;gap:9px!important;margin:9px 0!important;color:var(--ify-muted)!important;font-size:.69rem!important}.reviews-page-shell .rating-row i{height:5px!important;background:color-mix(in srgb,var(--ify-surface) 92%,var(--ify-white))!important}.reviews-page-shell .rating-row i b{background:var(--ify-primary)!important}.reviews-page-shell .reviews-summary__promise{grid-column:1 / -1!important;display:grid!important;grid-template-columns:auto 1fr!important;align-items:center!important;gap:13px!important;padding:22px 0 0!important;margin-top:24px!important;border-top:1px solid var(--ify-line)!important;border-left:0!important}.reviews-page-shell .reviews-summary__promise>span{width:42px!important;height:42px!important;background:color-mix(in srgb,var(--ify-primary) 9%,var(--ify-white))!important;color:var(--ify-primary)!important}.reviews-page-shell .reviews-summary__promise>span svg{width:19px!important;height:19px!important}.reviews-page-shell .reviews-summary__promise strong{font-size:.79rem!important}.reviews-page-shell .reviews-summary__promise p{margin:2px 0 0!important;color:var(--ify-muted)!important;font-size:.72rem!important;line-height:1.45!important}.reviews-page-shell .ify-review-notice{grid-column:1 / -1!important;grid-row:2!important;padding:15px 18px!important;margin:18px 0 0!important;border-radius:14px!important;box-shadow:none!important}.reviews-page-shell .reviews-toolbar{grid-column:1 / -1!important;grid-row:3!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:24px!important;padding:0 0 17px!important;margin:clamp(58px,6.5vw,92px) 0 22px!important;border-bottom:1px solid var(--ify-line)!important}.reviews-page-shell .reviews-toolbar p{margin:0!important;color:var(--ify-text)!important;font-family:var(--ify-serif)!important;font-size:clamp(1.35rem,1.9vw,1.8rem)!important;font-weight:500!important;letter-spacing:-.025em!important;text-transform:none!important}.reviews-page-shell .reviews-toolbar form{gap:10px!important}.reviews-page-shell .reviews-toolbar label{color:var(--ify-muted)!important;font-size:.68rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important}.reviews-page-shell .reviews-toolbar select{width:auto!important;min-width:178px!important;min-height:44px!important;padding:8px 38px 8px 14px!important;background-color:color-mix(in srgb,var(--ify-surface) 55%,var(--ify-white))!important;border:1px solid var(--ify-line)!important;border-radius:999px!important;box-shadow:none!important}.reviews-page-shell .reviews-grid{grid-column:1 / -1!important;grid-row:4!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:clamp(16px,1.8vw,24px)!important}.reviews-page-shell .review-card{position:relative!important;display:flex!important;flex-direction:column!important;min-width:0!important;overflow:hidden!important;background:var(--ify-white)!important;border:1px solid color-mix(in srgb,var(--ify-primary) 8%,var(--ify-line))!important;border-radius:24px!important;box-shadow:0 14px 38px rgb(39 39 37 / .035)!important;transition:transform 240ms cubic-bezier(.22,.61,.36,1),border-color 240ms ease,box-shadow 240ms ease!important}.reviews-page-shell .review-card::after{content:"“"!important;position:absolute!important;right:23px!important;bottom:5px!important;z-index:0!important;color:color-mix(in srgb,var(--ify-primary) 7%,transparent)!important;font-family:Georgia,serif!important;font-size:7.5rem!important;line-height:1!important;pointer-events:none!important}@media (hover:hover) and (pointer:fine){.reviews-page-shell .review-card:hover{transform:translateY(-4px)!important;border-color:color-mix(in srgb,var(--ify-primary) 20%,var(--ify-line))!important;box-shadow:0 22px 48px rgb(39 39 37 / .06)!important}}.reviews-page-shell .review-card__photo{aspect-ratio:16 / 9!important;overflow:hidden!important;background:var(--ify-surface)!important}.reviews-page-shell .review-card__photo img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform 500ms cubic-bezier(.22,.61,.36,1)!important}@media (hover:hover) and (pointer:fine){.reviews-page-shell .review-card:hover .review-card__photo img{transform:scale(1.025)!important}}.reviews-page-shell .review-card__body{position:relative!important;z-index:1!important;display:flex!important;flex:1!important;flex-direction:column!important;padding:clamp(26px,3vw,38px)!important}.reviews-page-shell .review-card__top{align-items:center!important;gap:16px!important;padding-bottom:18px!important;border-bottom:1px solid color-mix(in srgb,var(--ify-line) 72%,transparent)!important}.reviews-page-shell .review-card__top .review-stars{gap:1px!important}.reviews-page-shell .review-card__top time{color:var(--ify-muted)!important;font-size:.66rem!important;letter-spacing:.035em!important}.reviews-page-shell .review-card__product{display:flex!important;align-items:center!important;gap:12px!important;width:fit-content!important;max-width:100%!important;padding:8px 13px 8px 8px!important;margin:20px 0 18px!important;background:color-mix(in srgb,var(--ify-surface) 63%,var(--ify-white))!important;border:1px solid color-mix(in srgb,var(--ify-primary) 7%,var(--ify-line))!important;border-radius:999px!important}.reviews-page-shell .review-card__product img{width:42px!important;height:42px!important;border-radius:50%!important}.reviews-page-shell .review-card__product span{padding-right:4px!important;color:var(--ify-muted)!important;font-size:.58rem!important;letter-spacing:.07em!important}.reviews-page-shell .review-card__product strong{max-width:220px!important;margin-top:1px!important;color:var(--ify-text)!important;font-size:.74rem!important;font-weight:700!important}.reviews-page-shell .review-card__message{max-width:94%!important;margin-top:2px!important;color:color-mix(in srgb,var(--ify-text) 82%,transparent)!important;font-size:clamp(.9rem,1vw,.98rem)!important;line-height:1.78!important}.reviews-page-shell .review-card__message p:last-child{margin-bottom:0!important}.reviews-page-shell .review-card footer{margin-top:auto!important;padding-top:23px!important;border-top:0!important}.reviews-page-shell .review-card footer>strong{color:var(--ify-text)!important;font-size:.79rem!important;font-weight:700!important}.reviews-page-shell .review-card footer>span{padding:6px 10px!important;color:var(--ify-primary)!important;background:color-mix(in srgb,var(--ify-primary) 7%,var(--ify-white))!important;border-radius:999px!important;font-size:.61rem!important;letter-spacing:.035em!important}.reviews-page-shell .reviews-empty{grid-column:1 / -1!important;padding:clamp(54px,7vw,94px)!important;background:color-mix(in srgb,var(--ify-surface) 64%,var(--ify-white))!important;border:1px solid var(--ify-line)!important;border-radius:24px!important}.reviews-page-shell .review-form-wrap{grid-column:1 / -1!important;grid-row:5!important;display:grid!important;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr)!important;align-items:stretch!important;gap:0!important;width:100%!important;padding:0!important;margin:clamp(70px,8vw,112px) 0 0!important;overflow:hidden!important;background:color-mix(in srgb,var(--ify-surface) 75%,var(--ify-white))!important;border:1px solid color-mix(in srgb,var(--ify-primary) 10%,var(--ify-line))!important;border-radius:30px!important;box-shadow:none!important}.reviews-page-shell .review-form-copy{position:relative!important;top:auto!important;align-self:stretch!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:clamp(36px,4.7vw,68px)!important;background:transparent!important;border-right:1px solid color-mix(in srgb,var(--ify-primary) 10%,var(--ify-line))!important}.reviews-page-shell .review-form-copy::before{content:"PĂREREA TA CONTEAZĂ"!important;display:block!important;margin-bottom:15px!important;color:var(--ify-primary)!important;font-size:.65rem!important;font-weight:700!important;letter-spacing:.18em!important}.reviews-page-shell .review-form-copy .eyebrow{display:none!important}.reviews-page-shell .review-form-copy h2,.reviews-page-shell .review-form-copy h3{max-width:470px!important;margin:0 0 18px!important;font-size:clamp(2rem,3.2vw,3.45rem)!important;font-weight:500!important;line-height:1.02!important;letter-spacing:-.04em!important}.reviews-page-shell .review-form-copy>p:not(.eyebrow){max-width:470px!important;margin:0!important;color:var(--ify-muted)!important;font-size:.9rem!important;line-height:1.75!important}.reviews-page-shell .review-form-copy__note{gap:10px!important;max-width:470px!important;padding-top:20px!important;margin-top:28px!important;color:var(--ify-primary)!important;border-top:1px solid color-mix(in srgb,var(--ify-primary) 16%,var(--ify-line))!important;font-size:.72rem!important;line-height:1.55!important}.reviews-page-shell .ify-review-form{display:grid!important;grid-template-columns:1fr 1fr!important;align-content:center!important;gap:17px!important;padding:clamp(34px,4.5vw,64px)!important;background:var(--ify-white)!important;border:0!important;border-radius:0!important;box-shadow:none!important}.reviews-page-shell .ify-review-form>label>span,.reviews-page-shell .ify-review-form legend{margin-bottom:7px!important;color:var(--ify-text)!important;font-size:.7rem!important;font-weight:700!important;letter-spacing:.035em!important}.reviews-page-shell .ify-review-form input[type="text"],.reviews-page-shell .ify-review-form input[type="email"],.reviews-page-shell .ify-review-form input[type="tel"],.reviews-page-shell .ify-review-form select,.reviews-page-shell .ify-review-form textarea{min-height:50px!important;padding:12px 15px!important;background:#fbfbfa!important;border:1px solid color-mix(in srgb,var(--ify-text) 12%,transparent)!important;border-radius:12px!important;box-shadow:none!important;transition:border-color 170ms ease,box-shadow 170ms ease,background-color 170ms ease!important}.reviews-page-shell .ify-review-form textarea{min-height:138px!important}.reviews-page-shell .ify-review-form input[type="text"]:focus,.reviews-page-shell .ify-review-form input[type="email"]:focus,.reviews-page-shell .ify-review-form input[type="tel"]:focus,.reviews-page-shell .ify-review-form select:focus,.reviews-page-shell .ify-review-form textarea:focus{outline:none!important;background:var(--ify-white)!important;border-color:color-mix(in srgb,var(--ify-primary) 55%,var(--ify-line))!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ify-primary) 7%,transparent)!important}.reviews-page-shell .review-rating-picker{min-height:50px!important;padding:0 13px!important;background:#fbfbfa!important;border:1px solid color-mix(in srgb,var(--ify-text) 12%,transparent)!important;border-radius:12px!important}.reviews-page-shell .review-rating-picker label{color:#d8d1c8!important;font-size:1.85rem!important}.reviews-page-shell .review-rating-picker input:checked~label,.reviews-page-shell .review-rating-picker label:hover,.reviews-page-shell .review-rating-picker label:hover~label{color:#c89154!important}.reviews-page-shell .review-file small{margin-top:7px!important;color:var(--ify-muted)!important;font-size:.68rem!important;line-height:1.5!important}.reviews-page-shell .review-consent{align-items:center!important;gap:10px!important;padding:12px 13px!important;background:color-mix(in srgb,var(--ify-surface) 48%,var(--ify-white))!important;border-radius:12px!important}.reviews-page-shell .review-consent span{font-size:.72rem!important;line-height:1.45!important}.reviews-page-shell .ify-review-form button[type="submit"],.reviews-page-shell .ify-review-form input[type="submit"]{min-height:52px!important;box-shadow:none!important}@media (max-width:1100px){.reviews-page-shell .reviews-intro{grid-column:1 / 8!important;min-height:400px!important}.reviews-page-shell .reviews-summary{grid-column:8 / -1!important;grid-template-columns:1fr!important;min-height:400px!important;padding:28px!important}.reviews-page-shell .reviews-summary__average{min-height:0!important;padding:0 0 20px!important;border-right:0!important;border-bottom:1px solid var(--ify-line)!important}.reviews-page-shell .reviews-summary>:nth-child(2){padding:20px 0 0!important}.reviews-page-shell .reviews-summary__promise{margin-top:19px!important}.reviews-page-shell .review-form-wrap{grid-template-columns:.9fr 1.1fr!important}}@media (max-width:820px){.reviews-page-shell{display:block!important;padding-block:30px 72px!important}.reviews-page-shell .reviews-intro,.reviews-page-shell .reviews-summary,.reviews-page-shell .ify-review-notice,.reviews-page-shell .reviews-toolbar,.reviews-page-shell .reviews-grid,.reviews-page-shell .review-form-wrap{width:100%!important}.reviews-page-shell .reviews-intro{min-height:390px!important;padding:38px!important;border-radius:24px!important}.reviews-page-shell .reviews-summary{grid-template-columns:.72fr 1.28fr!important;min-height:0!important;margin-top:12px!important;border-radius:24px!important}.reviews-page-shell .reviews-summary__average{min-height:150px!important;padding:0 20px 0 0!important;border-right:1px solid var(--ify-line)!important;border-bottom:0!important}.reviews-page-shell .reviews-summary>:nth-child(2){padding:0 0 0 22px!important}.reviews-page-shell .reviews-toolbar{margin-top:52px!important}.reviews-page-shell .reviews-grid{grid-template-columns:1fr!important}.reviews-page-shell .review-form-wrap{grid-template-columns:1fr!important;margin-top:64px!important;border-radius:24px!important}.reviews-page-shell .review-form-copy{padding:38px!important;border-right:0!important;border-bottom:1px solid color-mix(in srgb,var(--ify-primary) 10%,var(--ify-line))!important}.reviews-page-shell .ify-review-form{padding:38px!important}}@media (max-width:560px){.reviews-page-shell{padding-block:18px 52px!important}.reviews-page-shell .reviews-intro{min-height:350px!important;padding:28px 24px!important;border-radius:20px!important}.reviews-page-shell .reviews-intro h1{font-size:clamp(2.55rem,13vw,3.7rem)!important}.reviews-page-shell .reviews-intro>.button,.reviews-page-shell .reviews-intro>div+.button{width:100%!important;min-width:0!important;margin-top:24px!important}.reviews-page-shell .reviews-summary{grid-template-columns:1fr!important;padding:24px 20px!important;border-radius:20px!important}.reviews-page-shell .reviews-summary__average{min-height:0!important;padding:0 0 20px!important;border-right:0!important;border-bottom:1px solid var(--ify-line)!important}.reviews-page-shell .reviews-summary>:nth-child(2){padding:20px 0 0!important}.reviews-page-shell .reviews-summary__promise{padding-top:18px!important;margin-top:18px!important}.reviews-page-shell .reviews-toolbar{align-items:stretch!important;flex-direction:column!important;gap:13px!important;margin:44px 0 18px!important}.reviews-page-shell .reviews-toolbar form{display:grid!important;grid-template-columns:auto 1fr!important;width:100%!important}.reviews-page-shell .reviews-toolbar select{width:100%!important;min-width:0!important}.reviews-page-shell .review-card{border-radius:20px!important}.reviews-page-shell .review-card__body{padding:24px 20px!important}.reviews-page-shell .review-card__product{width:100%!important;border-radius:14px!important}.reviews-page-shell .review-card__product strong{max-width:180px!important}.reviews-page-shell .review-card__message{max-width:100%!important}.reviews-page-shell .review-form-wrap{margin-top:48px!important;border-radius:20px!important}.reviews-page-shell .review-form-copy{padding:30px 22px!important}.reviews-page-shell .ify-review-form{grid-template-columns:1fr!important;gap:14px!important;padding:28px 20px!important}.reviews-page-shell .ify-review-form>*{grid-column:1!important}}.reviews-page-shell .review-stars{display:inline-flex!important;align-items:center!important;gap:3px!important;color:inherit!important;letter-spacing:0!important;line-height:1!important}.reviews-page-shell .review-star{display:block!important;flex:0 0 17px!important;width:17px!important;height:17px!important;margin:0!important;color:transparent!important;font-size:0!important;line-height:0!important}.reviews-page-shell .review-star::before{content:""!important;display:block!important;width:100%!important;height:100%!important;background:color-mix(in srgb,var(--ify-text) 17%,transparent)!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3l2.7 5.5 6.1.9-4.4 4.3 1 6.1L12 17l-5.4 2.8 1-6.1-4.4-4.3 6.1-.9L12 3Z'/%3E%3C/svg%3E")!important;-webkit-mask-repeat:no-repeat!important;-webkit-mask-position:center!important;-webkit-mask-size:contain!important;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3l2.7 5.5 6.1.9-4.4 4.3 1 6.1L12 17l-5.4 2.8 1-6.1-4.4-4.3 6.1-.9L12 3Z'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;mask-position:center!important;mask-size:contain!important}.reviews-page-shell .review-star.is-filled::before{background:var(--ify-primary)!important}.reviews-page-shell .reviews-summary__average .review-stars{margin:19px 0 9px!important;gap:4px!important}.reviews-page-shell .reviews-summary__average .review-star{flex-basis:19px!important;width:19px!important;height:19px!important}.reviews-page-shell .review-card__top .review-star{flex-basis:16px!important;width:16px!important;height:16px!important}.reviews-page-shell .review-rating-picker{display:flex!important;flex-direction:row-reverse!important;justify-content:flex-end!important;align-items:center!important;gap:6px!important;min-height:64px!important;padding:13px 16px!important;background:color-mix(in srgb,var(--ify-primary) 5%,var(--ify-surface))!important;border:1px solid color-mix(in srgb,var(--ify-primary) 15%,var(--ify-line))!important;border-radius:15px!important}.reviews-page-shell .review-rating-picker input{position:absolute!important;opacity:0!important;pointer-events:none!important}.reviews-page-shell .review-rating-picker label{position:relative!important;display:block!important;flex:0 0 27px!important;width:27px!important;height:27px!important;margin:0!important;color:transparent!important;font-size:0!important;line-height:0!important;cursor:pointer!important;transition:transform 160ms ease!important}.reviews-page-shell .review-rating-picker label::before{content:""!important;display:block!important;width:100%!important;height:100%!important;background:color-mix(in srgb,var(--ify-text) 19%,transparent)!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3l2.7 5.5 6.1.9-4.4 4.3 1 6.1L12 17l-5.4 2.8 1-6.1-4.4-4.3 6.1-.9L12 3Z'/%3E%3C/svg%3E")!important;-webkit-mask-repeat:no-repeat!important;-webkit-mask-position:center!important;-webkit-mask-size:contain!important;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3l2.7 5.5 6.1.9-4.4 4.3 1 6.1L12 17l-5.4 2.8 1-6.1-4.4-4.3 6.1-.9L12 3Z'/%3E%3C/svg%3E")!important;mask-repeat:no-repeat!important;mask-position:center!important;mask-size:contain!important;transition:background-color 160ms ease,transform 160ms ease!important}.reviews-page-shell .review-rating-picker input:checked~label::before,.reviews-page-shell .review-rating-picker label:hover::before,.reviews-page-shell .review-rating-picker label:hover~label::before{background:var(--ify-primary)!important}.reviews-page-shell .review-rating-picker label:hover{transform:translateY(-2px)!important}.reviews-page-shell .review-form-wrap{grid-template-columns:minmax(300px,.76fr) minmax(0,1.24fr)!important;border-color:color-mix(in srgb,var(--ify-primary) 13%,var(--ify-line))!important;box-shadow:0 22px 58px rgb(39 39 37 / .045)!important}.reviews-page-shell .review-form-copy{position:relative!important;overflow:hidden!important;background:linear-gradient(145deg,color-mix(in srgb,var(--ify-surface) 88%,var(--ify-white)),color-mix(in srgb,var(--ify-primary) 5%,var(--ify-white)))!important}.reviews-page-shell .review-form-copy::after{content:""!important;position:absolute!important;right:-78px!important;bottom:-88px!important;width:235px!important;height:235px!important;border:1px solid color-mix(in srgb,var(--ify-primary) 11%,transparent)!important;border-radius:50%!important;pointer-events:none!important}.reviews-page-shell .review-form-copy>*{position:relative!important;z-index:1!important}.reviews-page-shell .ify-review-form{position:relative!important;gap:18px!important;padding:clamp(38px,4.6vw,68px)!important;background:linear-gradient(180deg,#fff 0%,#fdfcfb 100%)!important}.reviews-page-shell .ify-review-form>label,.reviews-page-shell .ify-review-form>fieldset{min-width:0!important}.reviews-page-shell .ify-review-form>label>span,.reviews-page-shell .ify-review-form legend{margin-bottom:8px!important;color:var(--ify-text)!important;font-size:.72rem!important;font-weight:700!important;letter-spacing:.025em!important}.reviews-page-shell .ify-review-form input[type="text"],.reviews-page-shell .ify-review-form input[type="email"],.reviews-page-shell .ify-review-form input[type="tel"],.reviews-page-shell .ify-review-form select,.reviews-page-shell .ify-review-form textarea{color:var(--ify-text)!important;background:var(--ify-white)!important;border:1px solid color-mix(in srgb,var(--ify-text) 13%,transparent)!important;border-radius:15px!important;box-shadow:0 1px 0 rgb(255 255 255 / .65) inset!important}.reviews-page-shell .ify-review-form input[type="text"],.reviews-page-shell .ify-review-form input[type="email"],.reviews-page-shell .ify-review-form input[type="tel"],.reviews-page-shell .ify-review-form select{min-height:52px!important}.reviews-page-shell .ify-review-form textarea{min-height:170px!important;padding:15px 16px!important;resize:vertical!important}.reviews-page-shell .ify-review-form input[type="text"]:focus,.reviews-page-shell .ify-review-form input[type="email"]:focus,.reviews-page-shell .ify-review-form input[type="tel"]:focus,.reviews-page-shell .ify-review-form select:focus,.reviews-page-shell .ify-review-form textarea:focus{outline:none!important;border-color:color-mix(in srgb,var(--ify-primary) 55%,var(--ify-line))!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ify-primary) 9%,transparent)!important}.reviews-page-shell .review-file input[type="file"]{width:100%!important;min-height:56px!important;padding:7px!important;color:var(--ify-muted)!important;background:color-mix(in srgb,var(--ify-surface) 48%,var(--ify-white))!important;border:1px dashed color-mix(in srgb,var(--ify-primary) 28%,var(--ify-line))!important;border-radius:15px!important;font-size:.72rem!important}.reviews-page-shell .review-file input[type="file"]::file-selector-button{min-height:40px!important;padding:8px 15px!important;margin-right:12px!important;color:var(--ify-primary)!important;background:var(--ify-white)!important;border:1px solid color-mix(in srgb,var(--ify-primary) 24%,var(--ify-line))!important;border-radius:999px!important;font:inherit!important;font-size:.68rem!important;font-weight:700!important;cursor:pointer!important}.reviews-page-shell .review-consent{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:10px!important;width:100%!important;padding:12px 13px!important;margin:0!important;background:color-mix(in srgb,var(--ify-surface) 48%,var(--ify-white))!important;border-radius:13px!important}html .reviews-page-shell .review-consent input[type="checkbox"]{-webkit-appearance:none!important;appearance:none!important;position:relative!important;top:-1px!important;display:block!important;align-self:flex-start!important;flex:0 0 20px!important;width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important;box-sizing:border-box!important;margin:0!important;padding:0!important;opacity:1!important;cursor:pointer!important;background-color:transparent!important;background-image:none!important;background-repeat:no-repeat!important;background-position:center!important;background-size:14px 14px!important;border:1.5px solid color-mix(in srgb,var(--ify-text) 65%,transparent)!important;border-radius:5px!important;box-shadow:none!important;outline:none!important}html .reviews-page-shell .review-consent input[type="checkbox"]:checked{background-color:var(--ify-primary)!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.1 8.4 6.3 11.5 12.9 4.7' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;border-color:var(--ify-primary)!important}html .reviews-page-shell .review-consent input[type="checkbox"]:focus-visible{outline:3px solid color-mix(in srgb,var(--ify-primary) 28%,transparent)!important;outline-offset:2px!important}.reviews-page-shell .review-consent span{margin:0!important;color:var(--ify-muted)!important;font-size:.73rem!important;font-weight:400!important;line-height:1.5!important}.reviews-page-shell .ify-review-form button[type="submit"],.reviews-page-shell .ify-review-form input[type="submit"]{min-height:54px!important;margin-top:2px!important;color:var(--ify-white)!important;background:var(--ify-primary)!important;border:1px solid var(--ify-primary)!important;border-radius:999px!important;box-shadow:none!important}@media (hover:hover) and (pointer:fine){.reviews-page-shell .ify-review-form button[type="submit"]:hover,.reviews-page-shell .ify-review-form input[type="submit"]:hover{background:#883c2c!important;border-color:#883c2c!important;transform:translateY(-1px)!important}.reviews-page-shell .review-file input[type="file"]::file-selector-button:hover{color:var(--ify-white)!important;background:var(--ify-primary)!important;border-color:var(--ify-primary)!important}}@media (max-width:820px){.reviews-page-shell .review-form-wrap{grid-template-columns:1fr!important}.reviews-page-shell .ify-review-form{padding:38px!important}}@media (max-width:560px){.reviews-page-shell .ify-review-form{padding:28px 20px!important}.reviews-page-shell .review-rating-picker{min-height:60px!important;gap:5px!important}.reviews-page-shell .review-rating-picker label{flex-basis:25px!important;width:25px!important;height:25px!important}}.reviews-page-shell .ify-review-form select{-webkit-appearance:none!important;appearance:none!important;padding-right:48px!important;background-color:var(--ify-white)!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236f706c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-size:16px 16px!important;background-position:right 17px center!important}.reviews-page-shell .ify-review-form textarea{resize:none!important}.reviews-page-shell .review-file .ify-file-control{position:relative!important;display:flex!important;align-items:center!important;gap:12px!important;width:100%!important;min-height:58px!important;padding:7px!important;overflow:hidden!important;background:color-mix(in srgb,var(--ify-surface) 48%,var(--ify-white))!important;border:1px dashed color-mix(in srgb,var(--ify-primary) 28%,var(--ify-line))!important;border-radius:15px!important;cursor:pointer!important;transition:border-color 170ms ease,background-color 170ms ease,box-shadow 170ms ease!important}.reviews-page-shell .review-file .ify-file-control:hover{background:color-mix(in srgb,var(--ify-primary) 3%,var(--ify-white))!important;border-color:color-mix(in srgb,var(--ify-primary) 48%,var(--ify-line))!important}.reviews-page-shell .review-file .ify-file-control:focus-within{border-color:color-mix(in srgb,var(--ify-primary) 55%,var(--ify-line))!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ify-primary) 7%,transparent)!important}.reviews-page-shell .review-file .ify-file-control input[type="file"]{position:absolute!important;inset:0!important;z-index:2!important;width:100%!important;height:100%!important;min-height:0!important;padding:0!important;margin:0!important;opacity:0!important;cursor:pointer!important;border:0!important}.reviews-page-shell .review-file .ify-file-button{position:relative!important;z-index:1!important;display:inline-flex!important;flex:0 0 auto!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:8px 16px!important;color:var(--ify-primary)!important;background:var(--ify-white)!important;border:1px solid color-mix(in srgb,var(--ify-primary) 25%,var(--ify-line))!important;border-radius:999px!important;font-size:.68rem!important;font-weight:700!important;line-height:1!important;pointer-events:none!important}.reviews-page-shell .review-file .ify-file-name{position:relative!important;z-index:1!important;min-width:0!important;overflow:hidden!important;color:var(--ify-muted)!important;font-size:.72rem!important;font-weight:500!important;line-height:1.35!important;text-overflow:ellipsis!important;white-space:nowrap!important;pointer-events:none!important}.reviews-page-shell .review-file>input[type="file"]{width:100%!important}.reviews-page-shell .review-consent{min-height:56px!important;align-items:center!important;flex-wrap:wrap!important;padding:10px 13px!important}html .reviews-page-shell .review-consent input[type="checkbox"]{top:0!important;align-self:center!important;margin:0!important}.reviews-page-shell .review-consent span{display:flex!important;align-items:center!important;min-height:20px!important;line-height:1.38!important}.reviews-page-shell .ify-review-form .ify-field-error{display:flex!important;align-items:flex-start!important;gap:7px!important;width:100%!important;margin-top:7px!important;color:#9c4635!important;font-size:.68rem!important;font-weight:600!important;letter-spacing:.005em!important;line-height:1.4!important}.reviews-page-shell .ify-review-form .ify-field-error::before{content:""!important;flex:0 0 6px!important;width:6px!important;height:6px!important;margin-top:.42em!important;background:var(--ify-primary)!important;border-radius:50%!important}.reviews-page-shell .ify-review-form label.ify-has-error>input[type="text"],.reviews-page-shell .ify-review-form label.ify-has-error>input[type="email"],.reviews-page-shell .ify-review-form label.ify-has-error>input[type="tel"],.reviews-page-shell .ify-review-form label.ify-has-error>select,.reviews-page-shell .ify-review-form label.ify-has-error>textarea,.reviews-page-shell .ify-review-form fieldset.ify-has-error .review-rating-picker{border-color:color-mix(in srgb,var(--ify-primary) 72%,#8c3225)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--ify-primary) 7%,transparent)!important}.reviews-page-shell .ify-review-form .review-consent.ify-has-error{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ify-primary) 52%,transparent)!important}.reviews-page-shell .ify-review-form .review-consent.ify-has-error .ify-field-error{flex-basis:100%!important;margin:2px 0 0 30px!important}@media (max-width:560px){.reviews-page-shell .review-file .ify-file-control{gap:9px!important}.reviews-page-shell .review-file .ify-file-button{padding-inline:13px!important}.reviews-page-shell .review-consent{padding:11px 12px!important}}.reviews-page-shell .rating-row>.ify-rating-label{display:grid!important;grid-template-columns:9px 12px!important;align-items:center!important;justify-content:start!important;column-gap:3px!important;width:27px!important;min-width:27px!important;line-height:1!important;white-space:nowrap!important}.reviews-page-shell .rating-row .ify-rating-number{display:block!important;width:9px!important;text-align:right!important;font-variant-numeric:tabular-nums!important;line-height:1!important}.reviews-page-shell .rating-row .ify-rating-star{display:block!important;width:12px!important;color:var(--ify-muted)!important;font-size:.75rem!important;line-height:1!important;text-align:center!important;transform:translateY(-.02em)!important}.reviews-page-shell .reviews-summary__average>strong.ify-rating-empty{font-size:clamp(3rem,4.25vw,4.65rem)!important;letter-spacing:-.05em!important}.reviews-page-shell .ify-select-shell{position:relative!important;display:block!important;width:100%!important;min-width:0!important}.reviews-page-shell .ify-select-shell>select{width:100%!important;max-width:100%!important;-webkit-appearance:none!important;appearance:none!important;padding-right:46px!important;background-image:none!important}.reviews-page-shell .ify-select-chevron{position:absolute!important;top:50%!important;right:16px!important;z-index:2!important;display:block!important;width:16px!important;height:16px!important;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236f706c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;pointer-events:none!important;transform:translateY(-50%)!important}.reviews-page-shell .reviews-toolbar .ify-select-shell{display:inline-block!important;width:auto!important;flex:0 0 auto!important}.reviews-page-shell .reviews-toolbar .ify-select-shell>select{width:auto!important;min-width:178px!important;padding-right:44px!important}.reviews-page-shell .reviews-toolbar .ify-select-chevron{right:14px!important}.reviews-page-shell .ify-review-form .ify-select-shell>select,.reviews-page-shell .review-rating-picker{height:52px!important;min-height:52px!important}.reviews-page-shell .review-rating-picker{padding:0 16px!important;align-self:end!important}.reviews-page-shell .review-consent{display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;align-items:center!important;justify-items:stretch!important;column-gap:10px!important;row-gap:5px!important;min-height:56px!important;padding:10px 13px!important}html .reviews-page-shell .review-consent input[type="checkbox"]{position:static!important;top:auto!important;align-self:center!important;justify-self:start!important;margin:0!important}.reviews-page-shell .review-consent>span{display:block!important;align-self:center!important;min-height:0!important;margin:0!important;line-height:1.4!important}.reviews-page-shell .review-consent .ify-field-error{grid-column:2!important;margin:0!important}.reviews-page-shell .review-file .ify-file-control{min-height:58px!important}.reviews-page-shell .review-file .ify-file-control input[type="file"]{color:transparent!important}@media (max-width:560px){.reviews-page-shell .reviews-toolbar .ify-select-shell,.reviews-page-shell .reviews-toolbar .ify-select-shell>select{width:100%!important}}.reviews-page-shell:has(.reviews-empty) .reviews-summary__average>strong{display:none!important}.reviews-page-shell:has(.reviews-empty) .reviews-summary__average .review-stars{margin-top:0!important}.reviews-page-shell .rating-row{grid-template-columns:42px minmax(90px,1fr) 24px!important;align-items:center!important;column-gap:10px!important}.reviews-page-shell .rating-row>span:first-child,.reviews-page-shell .rating-row>.ify-rating-label{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:3px!important;width:42px!important;min-width:42px!important;margin:0!important;padding:0!important;line-height:1!important;white-space:nowrap!important}.reviews-page-shell .rating-row .ify-rating-number,.reviews-page-shell .rating-row .ify-rating-star{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:14px!important;line-height:14px!important;transform:none!important}.reviews-page-shell .ify-select-chevron{display:none!important}.reviews-page-shell .reviews-toolbar select{-webkit-appearance:none!important;appearance:none!important;height:48px!important;min-height:48px!important;padding:0 48px 0 20px!important;line-height:48px!important;background-color:var(--ify-white)!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236f706c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.5 9.5 12 14l4.5-4.5'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-size:14px 14px!important;background-position:calc(100% - 18px) 50%!important}.reviews-page-shell .reviews-toolbar select:hover,.reviews-page-shell .reviews-toolbar select:focus,.reviews-page-shell .reviews-toolbar select:active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236f706c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.5 9.5 12 14l4.5-4.5'/%3E%3C/svg%3E")!important;background-position:calc(100% - 18px) 50%!important}.reviews-page-shell:has(.reviews-empty) .reviews-toolbar>p{font-size:0!important;letter-spacing:0!important;text-transform:none!important}.reviews-page-shell:has(.reviews-empty) .reviews-toolbar>p::after{content:"Nu există încă recenzii"!important;display:inline-block!important;color:var(--ify-text)!important;font-family:var(--ify-sans)!important;font-size:1.18rem!important;font-weight:600!important;letter-spacing:-.015em!important;line-height:1.2!important;text-transform:none!important}.reviews-page-shell .ify-review-form>label:not(.review-file):not(.review-consent):has(>input[type="text"])>span,.reviews-page-shell .ify-review-form>label:has(>input[type="email"])>span,.reviews-page-shell .ify-review-form>label:has(>select)>span,.reviews-page-shell .ify-review-form>label:has(>textarea)>span,.reviews-page-shell .ify-review-form>fieldset:has(.review-rating-picker)>legend{font-size:0!important;line-height:1!important}.reviews-page-shell .ify-review-form>label:not(.review-file):not(.review-consent):has(>input[type="text"])>span::after{content:"Numele tău*"!important}.reviews-page-shell .ify-review-form>label:has(>input[type="email"])>span::after{content:"Adresa de email*"!important}.reviews-page-shell .ify-review-form>label:has(>select)>span::after{content:"Produsul cumpărat*"!important}.reviews-page-shell .ify-review-form>label:has(>textarea)>span::after{content:"Mesajul tău*"!important}.reviews-page-shell .ify-review-form>fieldset:has(.review-rating-picker)>legend::after{content:"Rating*"!important}.reviews-page-shell .ify-review-form>label:not(.review-file):not(.review-consent):has(>input[type="text"])>span::after,.reviews-page-shell .ify-review-form>label:has(>input[type="email"])>span::after,.reviews-page-shell .ify-review-form>label:has(>select)>span::after,.reviews-page-shell .ify-review-form>label:has(>textarea)>span::after,.reviews-page-shell .ify-review-form>fieldset:has(.review-rating-picker)>legend::after{display:inline-block!important;color:var(--ify-text)!important;font-family:var(--ify-sans)!important;font-size:.72rem!important;font-weight:700!important;letter-spacing:.025em!important;line-height:1.3!important}.reviews-page-shell .ify-review-form select{-webkit-appearance:none!important;appearance:none!important;width:100%!important;height:52px!important;min-height:52px!important;padding:0 48px 0 15px!important;line-height:52px!important;background-color:var(--ify-white)!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236f706c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.5 9.5 12 14l4.5-4.5'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-size:14px 14px!important;background-position:calc(100% - 18px) 50%!important}.reviews-page-shell .ify-review-form select:hover,.reviews-page-shell .ify-review-form select:focus,.reviews-page-shell .ify-review-form select:active,.reviews-page-shell .ify-review-form select:valid,.reviews-page-shell .ify-review-form select:invalid{background-color:var(--ify-white)!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236f706c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.5 9.5 12 14l4.5-4.5'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-size:14px 14px!important;background-position:calc(100% - 18px) 50%!important}.reviews-page-shell .ify-review-form .ify-select-shell,.reviews-page-shell .ify-review-form .ify-select-shell>select{width:100%!important}.reviews-page-shell .ify-review-form>label:has(>select),.reviews-page-shell .ify-review-form>label:has(>.ify-select-shell>select),.reviews-page-shell .ify-review-form>fieldset:has(.review-rating-picker){display:flex!important;flex-direction:column!important;align-self:start!important;min-width:0!important;margin:0!important;padding:0!important}.reviews-page-shell .ify-review-form>label:has(select)>span,.reviews-page-shell .ify-review-form>fieldset:has(.review-rating-picker)>legend{display:block!important;width:100%!important;min-height:18px!important;margin:0 0 8px!important;padding:0!important;line-height:18px!important}.reviews-page-shell .ify-review-form .review-rating-picker{display:flex!important;flex-direction:row-reverse!important;align-items:center!important;justify-content:flex-end!important;align-self:stretch!important;width:100%!important;height:52px!important;min-height:52px!important;max-height:52px!important;padding:0 16px!important;margin:0!important;box-sizing:border-box!important}.reviews-page-shell .ify-review-form .review-rating-picker label{display:flex!important;align-items:center!important;justify-content:center!important;height:28px!important;margin:0!important;line-height:28px!important}.reviews-page-shell .ify-review-form>label.review-consent{display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;align-items:center!important;justify-items:stretch!important;column-gap:10px!important;row-gap:0!important;min-height:56px!important;padding:0 14px!important;margin:0!important;box-sizing:border-box!important}html .reviews-page-shell .ify-review-form>label.review-consent input[type="checkbox"]{position:static!important;top:auto!important;left:auto!important;align-self:center!important;justify-self:center!important;width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important;margin:0!important;transform:none!important}.reviews-page-shell .ify-review-form>label.review-consent>span{display:block!important;align-self:center!important;min-height:0!important;margin:0!important;padding:0!important;line-height:1.35!important}.reviews-page-shell .ify-review-form>label.review-consent>.ify-field-error{grid-column:2!important;margin:4px 0 0!important}@media (max-width:680px){.reviews-page-shell .reviews-toolbar select{width:100%!important;min-width:0!important}.reviews-page-shell .ify-review-form>label.review-consent{padding:10px 12px!important}}.reviews-page-shell .reviews-toolbar{align-items:center!important}.reviews-page-shell .reviews-toolbar .reviews-sort-form{display:block!important;flex:0 0 auto!important;padding:0!important;margin:0!important}.reviews-page-shell .reviews-toolbar .reviews-sort-form select,.reviews-page-shell .reviews-toolbar #ify-review-sort{-webkit-appearance:none!important;appearance:none!important;width:auto!important;min-width:250px!important;height:52px!important;min-height:52px!important;padding:0 52px 0 22px!important;margin:0!important;color:var(--ify-text)!important;background-color:var(--ify-white)!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23272725' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-size:18px 18px!important;background-position:calc(100% - 22px) center!important;border:1px solid var(--ify-line)!important;border-radius:999px!important;box-shadow:none!important;font-family:var(--ify-sans)!important;font-size:.92rem!important;font-weight:500!important;letter-spacing:0!important;line-height:52px!important;cursor:pointer!important}.reviews-page-shell .reviews-toolbar .reviews-sort-form select:hover,.reviews-page-shell .reviews-toolbar .reviews-sort-form select:focus,.reviews-page-shell .reviews-toolbar .reviews-sort-form select:active{background-color:var(--ify-white)!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23272725' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important;background-position:calc(100% - 22px) center!important}@media (max-width:680px){.reviews-page-shell .reviews-toolbar .reviews-sort-form{width:100%!important}.reviews-page-shell .reviews-toolbar .reviews-sort-form select,.reviews-page-shell .reviews-toolbar #ify-review-sort{width:100%!important;min-width:0!important}}.reviews-page-shell .reviews-toolbar .reviews-sort-menu{position:relative!important;z-index:20!important;flex:0 0 auto!important;width:250px!important;margin:0!important;padding:0!important}.reviews-page-shell .reviews-toolbar .reviews-sort-menu>summary{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;width:100%!important;min-height:52px!important;padding:0 20px 0 22px!important;margin:0!important;color:var(--ify-text)!important;background:var(--ify-white)!important;border:1px solid var(--ify-line)!important;border-radius:999px!important;box-shadow:none!important;font-family:var(--ify-sans)!important;font-size:.92rem!important;font-weight:500!important;letter-spacing:0!important;line-height:1.2!important;list-style:none!important;cursor:pointer!important;user-select:none!important}.reviews-page-shell .reviews-toolbar .reviews-sort-menu>summary::-webkit-details-marker{display:none!important}.reviews-page-shell .reviews-toolbar .reviews-sort-menu>summary::marker{display:none!important;content:""!important}.reviews-page-shell .reviews-toolbar .reviews-sort-menu>summary svg{flex:0 0 auto!important;width:18px!important;height:18px!important;fill:none!important;stroke:var(--ify-text)!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important;transition:transform 170ms ease!important}.reviews-page-shell .reviews-toolbar .reviews-sort-menu[open]>summary svg{transform:rotate(180deg)!important}.reviews-page-shell .reviews-toolbar .reviews-sort-menu__options{position:absolute!important;top:calc(100% + 8px)!important;right:0!important;left:auto!important;z-index:100!important;display:grid!important;width:max(100%,280px)!important;padding:8px!important;margin:0!important;overflow:hidden!important;background:var(--ify-white)!important;border:1px solid var(--ify-line)!important;border-radius:18px!important;box-shadow:0 18px 44px rgb(39 39 37 / .14)!important}.reviews-page-shell .reviews-toolbar .reviews-sort-menu__options a{position:relative!important;display:flex!important;align-items:center!important;min-height:42px!important;padding:9px 38px 9px 13px!important;color:var(--ify-text)!important;background:transparent!important;border-radius:11px!important;font-size:.82rem!important;font-weight:500!important;line-height:1.25!important;text-decoration:none!important;transition:background-color 150ms ease,color 150ms ease!important}.reviews-page-shell .reviews-toolbar .reviews-sort-menu__options a:hover,.reviews-page-shell .reviews-toolbar .reviews-sort-menu__options a:focus-visible{color:var(--ify-primary)!important;background:color-mix(in srgb,var(--ify-primary) 6%,var(--ify-white))!important;outline:none!important}.reviews-page-shell .reviews-toolbar .reviews-sort-menu__options a[aria-current="true"]{color:var(--ify-primary)!important;background:color-mix(in srgb,var(--ify-primary) 7%,var(--ify-white))!important;font-weight:700!important}.reviews-page-shell .reviews-toolbar .reviews-sort-menu__options a[aria-current="true"]::after{content:"✓"!important;position:absolute!important;right:14px!important;top:50%!important;color:var(--ify-primary)!important;font-size:.9rem!important;font-weight:700!important;transform:translateY(-50%)!important}.reviews-page-shell .reviews-toolbar{position:relative!important;z-index:15!important;overflow:visible!important}.reviews-page-shell .reviews-grid{position:relative!important;z-index:1!important}@media (max-width:820px){.reviews-page-shell .ify-review-form{grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important}.reviews-page-shell .ify-review-form>*{grid-column:1 / -1!important;width:100%!important;max-width:100%!important;min-width:0!important}.reviews-page-shell:has(.reviews-empty) .reviews-toolbar>p{width:100%!important;text-align:center!important}}@media (max-width:680px){.reviews-page-shell .reviews-toolbar{align-items:stretch!important}.reviews-page-shell .reviews-toolbar .reviews-sort-menu{width:100%!important;max-width:100%!important}.reviews-page-shell .reviews-toolbar .reviews-sort-menu>summary{width:100%!important;min-height:50px!important}.reviews-page-shell .reviews-toolbar .reviews-sort-menu__options{right:0!important;left:0!important;width:100%!important;min-width:0!important}.reviews-page-shell:has(.reviews-empty) .reviews-toolbar>p,.reviews-page-shell:has(.reviews-empty) .reviews-toolbar>p::after{display:block!important;width:100%!important;text-align:center!important}.reviews-page-shell .review-form-wrap,.reviews-page-shell .review-form-copy,.reviews-page-shell .ify-review-form{width:100%!important;max-width:100%!important;min-width:0!important}}.reviews-page-shell .reviews-toolbar .reviews-sort-menu--down{position:relative!important;overflow:visible!important}.reviews-page-shell .reviews-toolbar .reviews-sort-menu--down>.reviews-sort-menu__options{top:calc(100% + 10px)!important;bottom:auto!important;transform:none!important;transform-origin:top center!important}@media (max-width:680px){.reviews-page-shell:has(.reviews-empty) .reviews-toolbar{gap:30px!important}.reviews-page-shell:has(.reviews-empty) .reviews-toolbar>p{margin-bottom:0!important}.reviews-page-shell .reviews-toolbar .reviews-sort-menu--down>.reviews-sort-menu__options{top:calc(100% + 10px)!important;bottom:auto!important}}.reviews-page-shell{padding-top:var(--ify-page-top-gap)!important}@media (max-width:680px){.reviews-page-shell{padding-top:var(--ify-page-top-gap)!important}}@media (max-width:980px){.primary-navigation{display:flex!important;flex-direction:column!important}.primary-navigation>.mobile-menu-back{order:1!important;align-self:flex-start!important}.primary-navigation>.mobile-menu-search{order:2!important;margin-bottom:10px!important}.primary-navigation>.mobile-menu-footer{display:contents!important}.primary-navigation .mobile-menu-quick{order:3!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important;margin:0 0 18px!important}.primary-navigation .mobile-menu-quick a{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;min-width:0!important;min-height:60px!important;padding:10px 12px!important;color:var(--ify-text)!important;background:rgb(255 253 249 / .92)!important;border:1px solid color-mix(in srgb,var(--ify-primary) 13%,var(--ify-line))!important;border-radius:18px!important;box-shadow:0 8px 24px rgb(36 39 32 / .035)!important;font-size:.76rem!important;font-weight:700!important;line-height:1.2!important}.primary-navigation .mobile-menu-quick a svg{flex:0 0 38px!important;width:38px!important;height:38px!important;padding:9px!important;color:var(--ify-primary)!important;background:color-mix(in srgb,var(--ify-primary) 8%,var(--ify-white))!important;border-radius:50%!important}.primary-navigation>.primary-menu{order:4!important;width:100%!important;margin:0!important;padding:4px 16px!important;background:rgb(255 253 249 / .78)!important;border:1px solid var(--ify-line)!important;border-radius:22px!important;box-shadow:0 10px 30px rgb(36 39 32 / .035)!important}.primary-navigation>.primary-menu>li{border-bottom:1px solid rgb(36 39 32 / .09)!important}.primary-navigation>.primary-menu>li:last-child{border-bottom:0!important}.primary-navigation>.primary-menu>li>a,.primary-navigation>.primary-menu .submenu-trigger-wrap>a,.primary-navigation>.primary-menu .submenu-main-toggle{min-height:58px!important;padding-block:10px!important;font-size:clamp(1.28rem,5vw,1.55rem)!important}.primary-navigation>.mobile-menu-footer>p,.primary-navigation .mobile-menu-footer>p{order:5!important;margin:22px 2px 10px!important;color:var(--ify-muted)!important;font-size:1.05rem!important;line-height:1.35!important}.primary-navigation .mobile-menu-whatsapp{order:6!important;width:100%!important;min-height:68px!important;margin:0!important;border-radius:20px!important;box-shadow:0 10px 26px rgb(164 79 59 / .14)!important}.primary-navigation .mobile-menu-socials{order:7!important;width:100%!important;padding-top:16px!important;padding-bottom:4px!important}}@media (max-width:380px){.primary-navigation .mobile-menu-quick{gap:7px!important}.primary-navigation .mobile-menu-quick a{min-height:56px!important;padding:8px 9px!important;font-size:.69rem!important}.primary-navigation .mobile-menu-quick a svg{flex-basis:34px!important;width:34px!important;height:34px!important;padding:8px!important}}nav.pagination,.pagination{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:none!important;margin-right:0!important;margin-left:0!important;text-align:center!important}.pagination .nav-links,nav.pagination .nav-links{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:8px!important;width:max-content!important;max-width:100%!important;padding:0!important;margin:0 auto!important;border:0!important;list-style:none!important}