:root{--ov-green: #86bc42;--ov-green-dark: #6fa72e;--ov-text: #333333;--ov-muted: #777777;--ov-border: #e6e6e6;--ov-soft: #f7f7f7;--ov-dark: #333333;--ov-width: 1200px}html,body{max-width:100%}.ov-wrap{width:min(var(--ov-width),calc(100vw - 32px));box-sizing:border-box;padding-inline:15px;margin-inline:auto}.ov-page{color:var(--ov-text);font-family:Roboto,Arial,Helvetica,sans-serif;font-size:14px;line-height:1.7}.ov-legacy-header{font-family:Roboto,Arial,Helvetica,sans-serif}body.locale-rtl .ov-page{direction:rtl;text-align:right}body.locale-rtl .ov-product-info,body.locale-rtl .ov-product-extra,body.locale-rtl .ov-page-content,body.locale-rtl .ov-sidebar,body.locale-rtl .ov-product-card__body,body.locale-rtl .ov-product-mini{text-align:right}body.locale-rtl .ov-shop-toolbar,body.locale-rtl .ov-product-info__meta,body.locale-rtl .ov-product-form,body.locale-rtl .ov-product-card__actions{direction:rtl}body.locale-rtl .ov-language-switcher__panel{right:0;left:auto}body.locale-rtl .ov-nav__dropdown{right:0;left:auto;text-align:right}body.locale-rtl .skip-to-content-link:not(:focus){left:0!important;right:auto!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}body.locale-rtl .skip-to-content-link:focus{left:auto!important;right:var(--margin-lg)}.ov-page a{color:inherit;text-decoration:none}.ov-link-green,.ov-price,.ov-breadcrumb a,.ov-active{color:var(--ov-green)}.ov-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 30px;border:0;border-radius:5px;background:var(--ov-green);color:#fff;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.ov-button:hover{background:var(--ov-green-dark);color:#fff}.ov-button--ghost{background:#fff;color:var(--ov-green);border:1px solid var(--ov-border)}.ov-button--dark{background:var(--ov-dark)}.ov-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;padding:34px 0 24px;font-weight:700}.ov-breadcrumb span:not(:last-child):after{content:"/";margin-left:8px;color:#c8c8c8}.ov-sidebar-title,.ov-section-title{margin:0 0 18px;padding-bottom:12px;border-bottom:1px solid var(--ov-border);font-size:20px;line-height:1.2;font-weight:800}.ov-sidebar-block{margin-bottom:42px}.ov-sidebar-list{list-style:none;padding:0;margin:0}.ov-sidebar-list li{border-bottom:1px solid var(--ov-border)}.ov-sidebar-list a{display:block;padding:13px 4px}.ov-sidebar-list a:hover,.ov-sidebar-list a.is-active{color:var(--ov-green)}.ov-product-mini{display:grid;grid-template-columns:70px 1fr;gap:16px;padding:12px 0;border-bottom:1px solid var(--ov-border)}.ov-product-mini:last-child{border-bottom:0}.ov-product-mini img{width:70px;height:70px;object-fit:cover;background:var(--ov-soft)}.ov-product-mini__title{display:-webkit-box;margin:0 0 6px;line-height:1.45;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ov-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.ov-product-card{position:relative;border:1px solid var(--ov-border);border-radius:8px;background:#fff;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.ov-product-card:hover{border-color:var(--ov-green)}.ov-product-card__media{display:block;aspect-ratio:405 / 330;background:#f3f3f3;overflow:hidden}.ov-product-card__media img{width:100%;height:100%;display:block;object-fit:cover;border-radius:8px 8px 0 0}.ov-product-card__body{padding:18px 18px 16px}.ov-product-card__title{min-height:58px;margin:0 0 8px;font-size:14px;line-height:1.45;font-weight:700;letter-spacing:0}.ov-product-card__title a{color:#111}.ov-product-card .ov-price{margin-bottom:4px;font-size:14px;line-height:1.4}.ov-rating{color:#d7d7d7;letter-spacing:1px;font-size:13px}.ov-product-card__actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:18px}.ov-product-card__actions form{margin:0}.ov-product-card__actions .ov-button{min-height:34px;gap:6px;padding:0 12px;font-size:13px;font-weight:500;color:#b8b8b8;border-color:#e9e9e9;background:#fff}.ov-product-card__actions .ov-button:hover{color:#fff;border-color:var(--ov-green);background:var(--ov-green)}.ov-product-card__icon-button{width:34px;padding:0}.ov-quickview__toggle{position:fixed;opacity:0;pointer-events:none}.ov-quickview__button{cursor:pointer}.ov-quickview__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000000;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.ov-quickview__toggle:checked~.ov-quickview__modal{opacity:1;visibility:visible;pointer-events:auto}.ov-quickview__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#00000094;cursor:zoom-out}.ov-quickview__dialog{position:relative;z-index:1;width:min(860px,calc(100vw - 48px));max-height:calc(100vh - 48px);display:grid;grid-template-columns:minmax(0,42%) minmax(0,1fr);overflow:auto;background:#fff;box-shadow:0 18px 48px #00000047}.ov-quickview__close{position:absolute;top:12px;right:12px;z-index:2;width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--ov-border);border-radius:50%;background:#fff;color:#111;font-size:24px;line-height:1;cursor:pointer}.ov-quickview__media{min-height:320px;background:var(--ov-soft)}.ov-quickview__media img,.ov-quickview__media svg{width:100%;height:100%;display:block;object-fit:cover}.ov-quickview__info{padding:42px 34px 34px}.ov-quickview__info h2{margin:0 0 14px;font-size:28px;line-height:1.25}.ov-quickview__price{margin-bottom:18px;font-size:18px}.ov-quickview__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:24px}.ov-quickview__actions form{margin:0}.ov-button__icon,.ov-product-card__icon-button{display:inline-flex;align-items:center;justify-content:center}.ov-button__icon svg,.ov-product-card__icon-button svg{width:14px;height:14px;display:block;fill:currentColor}.ov-panel-title{padding:24px 38px;margin:0 0 50px;background:var(--ov-soft);font-size:20px;line-height:1.25;font-weight:800}.ov-rte{line-height:1.7;color:#666}.ov-rte h1,.ov-rte h2,.ov-rte h3,.ov-rte h4,.ov-rte h5,.ov-rte h6{color:var(--ov-text)}.ov-rte h2{margin:0 0 22px;color:var(--ov-green);font-size:32px;line-height:1.25;font-weight:800}.ov-rte h3,.ov-rte h4{margin:22px 0 12px;color:var(--ov-green);font-size:14px;line-height:1.5;font-weight:800}.ov-rte p,.ov-rte ul,.ov-rte ol{margin-top:0;margin-bottom:14px}.ov-empty{padding:32px;border:1px solid var(--ov-border);background:var(--ov-soft)}.ov-legacy-header{position:relative;z-index:20;border-bottom:1px solid var(--ov-border);background:#fff;box-shadow:0 4px 15px #0000000f}.ov-legacy-header__top{background:#303030;color:#fff;font-size:13px}.ov-legacy-header__top-inner,.ov-legacy-header__main,.ov-legacy-header__nav-inner{display:flex;align-items:center}.ov-legacy-header__top-inner{min-height:35px;justify-content:space-between}.ov-legacy-header__top-links{display:flex;gap:22px;align-items:center}.ov-legacy-header__main{min-height:68px;justify-content:space-between;gap:30px}.ov-legacy-header__logo{display:flex;align-items:center;min-width:300px}.ov-legacy-header__logo img{width:auto;max-width:283px;max-height:62px;display:block}.ov-legacy-header__logo-text{font-size:30px;font-weight:900;letter-spacing:.04em}.ov-legacy-header__tagline{display:block;margin-top:2px;font-size:11px;letter-spacing:.38em;font-weight:700}.ov-legacy-header__search{display:flex;min-width:min(420px,100%);flex:0 1 420px}.ov-legacy-header__search input{flex:1;min-width:0;height:44px;padding:0 18px;border:1px solid var(--ov-border);border-right:0;border-radius:5px 0 0 5px;font-size:14px}.ov-legacy-header__search button{gap:7px;min-width:126px;border-radius:0 5px 5px 0;font-size:13px}.ov-legacy-header__search button svg{width:15px;height:15px;display:block;fill:currentColor}.ov-legacy-header__cart{display:flex;gap:18px;align-items:center;justify-content:flex-end;min-width:210px}.ov-legacy-header__cart strong{display:block}.ov-legacy-header__cart a{color:inherit;text-decoration:none}.ov-legacy-header__cart-link{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px}.ov-legacy-header__cart-icon{position:relative;width:38px;height:38px;display:grid;place-items:center;color:#111}.ov-legacy-header__cart-icon svg{width:28px;height:28px;display:block;fill:currentColor}.ov-legacy-header__cart-count{position:absolute;top:0;right:0;min-width:17px;height:17px;display:grid;place-items:center;border-radius:999px;background:#f0263a;color:#fff;font-size:11px;font-weight:800;line-height:1}.ov-legacy-header__cart-copy{display:block}.ov-mobile-nav__toggle{position:absolute!important;width:1px!important;height:1px!important;margin:0;padding:0;border:0;opacity:0;overflow:hidden;pointer-events:none;clip:rect(0 0 0 0);clip-path:inset(50%)}.ov-mobile-nav__button{display:none}.ov-legacy-header__nav{border-top:1px solid var(--ov-border)}.ov-legacy-header__nav-inner{min-height:60px}.ov-nav{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.ov-nav>li>a{display:flex;align-items:center;min-height:60px;padding:0 22px;border-right:1px solid #f0f0f0;font-weight:700}.ov-nav>li:first-child>a{border-left:1px solid #f0f0f0}.ov-nav>li{position:relative}.ov-nav a:hover,.ov-nav a[aria-current=page]{color:var(--ov-green);box-shadow:inset 0 -3px 0 var(--ov-green)}.ov-nav__arrow{width:7px;height:7px;margin-left:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg)}.ov-nav__dropdown{position:absolute;top:100%;left:0;z-index:70;min-width:236px;display:grid;list-style:none;margin:0;padding:0;border:1px solid var(--ov-border);border-top:3px solid var(--ov-green);background:#fff;box-shadow:0 12px 28px #0000001f;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.ov-nav__dropdown li{border-bottom:1px solid #eeeeee}.ov-nav__dropdown li:last-child{border-bottom:0}.ov-nav__dropdown a{display:block;padding:13px 16px;color:#111;font-size:14px;font-weight:600;white-space:normal;box-shadow:none!important}.ov-nav__dropdown a:hover,.ov-nav__dropdown a[aria-current=page]{color:var(--ov-green);background:#fafafa}.ov-nav__item--has-dropdown:hover>.ov-nav__dropdown,.ov-nav__item--has-dropdown:focus-within>.ov-nav__dropdown,.ov-nav__item--has-dropdown.is-open>.ov-nav__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.ov-legacy-header__locale{margin-left:auto;white-space:nowrap}.ov-nav__language{position:relative;border-right:1px solid #f0f0f0}.ov-nav__language .ov-language-switcher{display:block;height:100%;font-size:14px}.ov-nav__language .ov-language-switcher__trigger,.ov-nav__language .ov-language-switcher--single{min-height:60px;padding:0 22px;border:0;border-radius:0;background:#fff;box-shadow:none}.ov-nav__language .ov-language-switcher__trigger:hover,.ov-nav__language .ov-language-switcher.is-open .ov-language-switcher__trigger{box-shadow:inset 0 -3px 0 var(--ov-green)}.ov-nav__language .ov-language-switcher__mark{display:none}.ov-nav__language .ov-language-switcher__current{max-width:none}.ov-nav__language .ov-language-switcher__panel{top:100%;right:auto;left:0;min-width:190px;border-radius:0 0 6px 6px}.ov-language-switcher{position:relative;display:inline-block;vertical-align:middle;align-items:center;max-width:100%;color:inherit;font-size:13px;font-weight:700}.ov-language-switcher__trigger,.ov-language-switcher--single{min-height:36px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--ov-border);border-radius:4px;background:#fff;color:var(--ov-text)}.ov-language-switcher__trigger{-webkit-appearance:none;appearance:none;font:inherit;-webkit-user-select:none;user-select:none;cursor:pointer;list-style:none;transition:border-color .18s ease,box-shadow .18s ease,color .18s ease}.ov-language-switcher__trigger::-webkit-details-marker{display:none}.ov-language-switcher__trigger:hover,.ov-language-switcher.is-open .ov-language-switcher__trigger{border-color:var(--ov-green);box-shadow:0 0 0 2px #7fc24124;color:var(--ov-green)}.ov-language-switcher__mark,.ov-language-switcher__code{display:inline-flex;align-items:center;justify-content:center;min-width:30px;min-height:34px;padding:0 7px;border-radius:3px;background:#f2f6ee;color:var(--ov-green-dark);font-size:11px;letter-spacing:0;text-transform:uppercase}.ov-language-switcher__current{max-width:118px;overflow:hidden;text-overflow:ellipsis}.ov-language-switcher__caret{width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .18s ease}.ov-language-switcher.is-open .ov-language-switcher__caret{transform:translateY(2px) rotate(225deg)}.ov-language-switcher__panel{position:absolute;top:calc(100% + 8px);right:0;z-index:60;min-width:210px;padding:6px;border:1px solid var(--ov-border);border-radius:6px;background:#fff;color:var(--ov-text);box-shadow:0 16px 38px #00000024;transform-origin:top right;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px) scale(.98);transition:opacity .16s ease,visibility .16s ease,transform .16s ease}.ov-language-switcher:hover .ov-language-switcher__panel,.ov-language-switcher:focus-within .ov-language-switcher__panel,.ov-language-switcher.is-open .ov-language-switcher__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.ov-language-switcher__form{margin:0}.ov-language-switcher__list{display:grid;gap:2px;list-style:none;margin:0;padding:0}.ov-language-switcher__button{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 8px 0 12px;border:0;border-radius:4px;background:transparent;color:var(--ov-text);font:inherit;text-align:left;cursor:pointer;transition:background .18s ease,color .18s ease}.ov-language-switcher__button:hover,.ov-language-switcher__button:focus-visible{background:#f6fbf1;color:var(--ov-green-dark);outline:none}.ov-language-switcher__button[aria-current=true]{background:#f0f8e9;color:var(--ov-green-dark);cursor:default}.ov-language-switcher__button[aria-current=true] .ov-language-switcher__name:after{content:"";display:inline-block;width:7px;height:12px;margin-left:8px;border-right:2px solid var(--ov-green);border-bottom:2px solid var(--ov-green);transform:rotate(45deg)}.ov-language-switcher__name{min-width:0;overflow:hidden;text-overflow:ellipsis}.ov-footer-columns .ov-language-switcher{margin-top:16px}@keyframes ov-language-panel-in{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes ov-page-language-in{0%{opacity:.72}to{opacity:1}}@media(prefers-reduced-motion:no-preference){body:not(.shopify-design-mode) .ov-page{animation:ov-page-language-in .22s ease both}html.ov-language-switching body{opacity:.58;cursor:progress;transition:opacity .18s ease}}.ov-home{padding-bottom:52px}.ov-home__hero-grid{display:grid;grid-template-columns:minmax(240px,25%) minmax(0,75%);gap:30px;padding-top:20px}.ov-departments{border:1px solid var(--ov-border)}.ov-departments__title{display:flex;align-items:center;gap:12px;padding:15px 20px;background:var(--ov-green);color:#fff;font-weight:800}.ov-departments__title svg{width:16px;height:16px;display:block;fill:currentColor}.ov-departments .ov-sidebar-list a{padding-inline:20px}.ov-home__hero{position:relative;min-height:490px;display:grid;place-items:start center;padding:46px 28px;overflow:hidden;background:#f4f4f4}.ov-home__slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1a1a}.ov-home__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:scale(1.035);transition:opacity .55s ease,transform 1.2s ease;pointer-events:none}.ov-home__slide.is-active{opacity:1;transform:scale(1)}.ov-home__slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000024,#00000047)}.ov-home__slide-img{width:100%;height:100%;display:block;object-fit:cover}.ov-home__slider-dots{position:absolute;bottom:18px;left:50%;z-index:2;display:inline-flex;gap:7px;transform:translate(-50%)}.ov-home__slider-dot{width:22px;height:5px;border:0;border-radius:999px;background:#ffffff9e;box-shadow:0 0 0 1px #0000002e;cursor:pointer}.ov-home__slider-arrow{position:absolute;top:50%;z-index:2;width:40px;height:40px;display:grid;place-items:center;border:0;background:#00000080;color:#fff;opacity:0;cursor:pointer;transform:translateY(-50%);transition:opacity .18s ease,background .18s ease}.ov-home__hero:hover .ov-home__slider-arrow,.ov-home__slider-arrow:focus-visible{opacity:1}.ov-home__slider-arrow:hover{background:#000000d1}.ov-home__slider-arrow:before{content:"";width:10px;height:10px;border-top:2px solid currentColor;border-left:2px solid currentColor}.ov-home__slider-arrow--prev{left:16px}.ov-home__slider-arrow--prev:before{transform:rotate(-45deg)}.ov-home__slider-arrow--next{right:16px}.ov-home__slider-arrow--next:before{transform:rotate(135deg)}.ov-home__slider-dot.is-active{background:var(--ov-green)}.ov-home__hero-copy{position:relative;z-index:1;width:min(100%,710px);margin-top:82px;text-align:center;color:#fff}.ov-home__hero-title{display:block;margin:0 0 18px;padding:8px 16px;background:#ffffffeb;color:var(--ov-green);font-size:42px;line-height:1.08;font-weight:300;letter-spacing:0}.ov-home__hero-title strong{color:#e12635;font-weight:900}.ov-home__hero-text{max-width:610px;margin:0 auto 56px;font-size:14px;line-height:1.5;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.45)}.ov-home__hero .ov-button{min-width:164px}.ov-home__benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:20px}.ov-benefit{min-height:122px;display:grid;grid-template-columns:76px 1fr;align-items:center;gap:14px;padding:22px;border:1px solid var(--ov-border);border-radius:4px;background:#fff}.ov-benefit__icon{width:58px;height:58px;display:grid;place-items:center;border-radius:999px;background:#f4f4f4;color:var(--ov-green);font-size:22px;font-weight:900}.ov-benefit__icon svg{width:38px;height:38px;display:block;fill:currentColor}.ov-benefit p{margin:0;color:var(--ov-muted)}.ov-benefit strong{display:block;margin-bottom:4px;color:#000}.ov-home__content-grid{display:grid;grid-template-columns:minmax(270px,25%) minmax(0,75%);gap:30px;align-items:start;margin-top:30px}.ov-home-sidebar,.ov-home-main{display:grid;gap:28px;align-content:start}.ov-home-block{min-width:0}.ov-home-block__head{display:flex;align-items:baseline;gap:6px;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid var(--ov-border);font-size:22px}.ov-home-block__head strong{font-weight:900}.ov-home-mini-list,.ov-home-blog-list,.ov-home-side-carousel{display:grid;gap:0;border:1px solid var(--ov-border);background:#fff}.ov-home-side-carousel{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:1fr;overflow-x:visible;overflow-y:visible;scroll-snap-type:none;scrollbar-width:none}.ov-home-side-carousel .ov-product-card{min-width:0;border:0;border-bottom:1px solid var(--ov-border);border-radius:0;scroll-snap-align:initial}.ov-home-side-carousel .ov-product-card:last-child{border-bottom:0}body.locale-rtl .ov-home-side-carousel .ov-product-card{border-right:0;border-left:0;border-bottom:1px solid var(--ov-border)}body.locale-rtl .ov-home-side-carousel .ov-product-card:last-child{border-bottom:0}.ov-home-side-carousel .ov-product-card__media{aspect-ratio:405 / 330}.ov-home-side-carousel .ov-product-card__body{padding:14px}.ov-home-side-carousel .ov-product-card__title{min-height:0;font-size:14px}.ov-home-side-carousel .ov-product-card__actions .ov-button{min-height:32px;padding-inline:10px}.ov-product-mini--home{padding:14px;border-bottom:1px solid var(--ov-border)}.ov-product-mini--home:last-child{border-bottom:0}.ov-home-blog-mini{display:grid;grid-template-columns:70px minmax(0,1fr);gap:14px;padding:14px;border-bottom:1px solid var(--ov-border)}.ov-home-blog-mini:last-child{border-bottom:0}.ov-home-blog-mini img,.ov-home-blog-mini svg{width:70px;height:70px;object-fit:cover;background:var(--ov-soft)}.ov-home-blog-mini strong{display:block;margin-bottom:4px;color:#111;line-height:1.45}.ov-home-blog-mini time{color:var(--ov-muted);font-size:12px}.ov-card-grid--home{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.ov-home-shelf{position:relative;min-width:0}.ov-card-grid--home.ov-card-grid--shelf{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(3,minmax(0,1fr));overflow-x:visible;overflow-y:visible;padding-bottom:0;scroll-snap-type:none;scrollbar-width:auto}.ov-card-grid--shelf .ov-product-card{min-width:0;scroll-snap-align:initial}.ov-card-grid--shelf::-webkit-scrollbar,.ov-home-side-carousel::-webkit-scrollbar{display:none;height:6px}.ov-card-grid--shelf::-webkit-scrollbar-thumb,.ov-home-side-carousel::-webkit-scrollbar-thumb{background:#d8d8d8;border-radius:999px}.ov-home-shelf__arrow{position:absolute;top:-60px;z-index:2;width:40px;height:22px;display:none;place-items:center;border:1px solid var(--ov-border);border-radius:4px;background:#fff;color:#bbb;pointer-events:none}.ov-home-shelf__arrow--prev{right:44px}.ov-home-shelf__arrow--next{right:0}.ov-home-shelf__arrow:before{content:"";width:7px;height:7px;border-top:2px solid currentColor;border-left:2px solid currentColor}.ov-home-shelf__arrow--prev:before{transform:rotate(-45deg)}.ov-home-shelf__arrow--next:before{transform:rotate(135deg)}body.locale-rtl .ov-home-shelf__arrow--prev{right:auto;left:44px}body.locale-rtl .ov-home-shelf__arrow--next{right:auto;left:0}body.locale-rtl .ov-home-shelf__arrow--prev:before{transform:rotate(135deg)}body.locale-rtl .ov-home-shelf__arrow--next:before{transform:rotate(-45deg)}.ov-home-banner{min-height:190px;display:grid;align-content:center;gap:8px;padding:28px 36px;background:linear-gradient(90deg,#0000003d,#0000001a),url(ov-home-scent-banner.jpg);background-size:cover;background-position:center;color:#fff}.ov-home-banner>span,.ov-home-banner>strong,.ov-home-banner>em{display:none!important}.ov-home-banner span{color:var(--ov-green);font-weight:800;text-transform:uppercase}.ov-home-banner strong{max-width:520px;font-size:34px;line-height:1.12}.ov-home-banner em{font-style:normal;font-weight:800;text-transform:uppercase}.ov-home-review,.ov-home-feedback{border:1px solid var(--ov-border);background:#fff}.ov-home-review{position:relative;overflow:hidden}.ov-home-review__media{aspect-ratio:19 / 11;background:url(ov-home-client-reviews.png) center / cover no-repeat}.ov-home-review__content{position:relative;padding:26px 24px 24px;text-align:center}.ov-home-review__quote{position:absolute;top:-17px;left:50%;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--ov-green);color:#fff;transform:translate(-50%)}.ov-home-review__quote:before{content:"\201c";margin-top:-4px;font-family:Georgia,serif;font-size:32px;line-height:1}.ov-home-review strong,.ov-home-feedback strong{display:block;margin-bottom:8px;color:#111;font-size:20px}.ov-home-review p{max-width:240px;margin:0;margin-inline:auto;color:var(--ov-muted);line-height:1.7}.ov-home-review__dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.ov-home-review__dots span{width:20px;height:4px;border-radius:999px;background:#d6d6d6}.ov-home-review__dots span:first-child{background:var(--ov-green)}.ov-home-feedback{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px 24px;align-items:center;padding:24px 28px}.ov-home-feedback span{color:var(--ov-muted)}.ov-home-feedback .ov-button{grid-row:1 / span 2;grid-column:2}.ov-sidebar-list--counts a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding-inline:14px;border-left:3px solid transparent;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.ov-sidebar-list--counts a:hover,.ov-sidebar-list--counts a.is-active{border-left-color:var(--ov-green);background:#f7fbf2}.ov-sidebar-count{min-width:28px;padding:2px 8px;border-radius:999px;background:var(--ov-soft);color:var(--ov-muted);font-size:12px;line-height:1.6;text-align:center}.ov-sidebar-list--counts a.is-active .ov-sidebar-count{background:var(--ov-green);color:#fff}body.locale-rtl .ov-sidebar-list--counts a{border-left:0;border-right:3px solid transparent}body.locale-rtl .ov-sidebar-list--counts a:hover,body.locale-rtl .ov-sidebar-list--counts a.is-active{border-right-color:var(--ov-green)}.ov-empty--compact{padding:18px;border:0}.ov-shop-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:30px}.ov-blog-layout,.ov-product-lower{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:30px}.ov-shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.ov-shop-toolbar__left,.ov-shop-toolbar__sort{display:flex;align-items:center;gap:12px}.ov-shop-view-icons{display:inline-flex;align-items:center;gap:12px}.ov-shop-view-icon{width:14px;height:14px;display:inline-grid;place-items:center;color:#b8b8b8}.ov-shop-view-icon--grid{color:var(--ov-green)}.ov-shop-view-icon svg{width:100%;height:100%;display:block;fill:currentColor}.ov-shop-toolbar select{height:38px;padding:0 36px 0 12px;border:1px solid var(--ov-border);background:#fff}.ov-collection-count{color:#111;font-weight:700}.ov-price-filter{padding:22px 20px;border:1px solid var(--ov-border);border-radius:4px}.ov-price-filter__track{height:5px;margin:4px 10px 28px;border-radius:99px;background:var(--ov-green)}.ov-price-filter__inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px}.ov-price-filter__inputs label{display:grid;gap:6px;color:var(--ov-muted);font-size:12px}.ov-price-filter__inputs input{width:100%;min-height:38px;padding:0 10px;border:1px solid var(--ov-border);border-radius:4px;background:#fff;color:var(--ov-text)}.ov-price-filter__row{display:flex;align-items:center;gap:18px}.ov-product-main{display:grid;grid-template-columns:minmax(0,510px) minmax(0,1fr);gap:30px;padding-bottom:48px}.ov-product-main>*,.ov-product-lower>*{min-width:0}.ov-product-gallery,.ov-product-info{max-width:100%}.ov-product-gallery__main{position:relative;border:1px solid var(--ov-border);background:#fff}.ov-product-gallery__main img{width:100%;aspect-ratio:1 / 1;display:block;object-fit:contain}.ov-product-gallery__zoom{position:absolute;top:20px;right:20px;z-index:2;width:36px;height:36px;display:grid;place-items:center;border-radius:999px;background:#fff;color:#000;box-shadow:0 4px 14px #0000001f}.ov-product-gallery__zoom svg{width:18px;height:18px;display:block;fill:currentColor}.ov-sale-badge{position:absolute;top:10px;left:10px;z-index:1;padding:4px 12px;border-radius:3px;background:#f0263a;color:#fff;font-size:12px;font-weight:800}.ov-product-card__sale{top:12px;left:12px}.ov-product-thumbs{display:flex;gap:10px;margin-top:20px;overflow-x:auto}.ov-product-thumbs a{width:110px;height:86px;flex:0 0 auto;border:1px solid var(--ov-border);border-radius:6px;overflow:hidden}.ov-product-thumbs a:first-child,.ov-product-thumbs a.is-active{border-color:var(--ov-green)}.ov-product-thumbs img{width:100%;height:100%;object-fit:cover}.ov-product-info h1{margin:0 0 10px;color:#333;font-size:24px;line-height:1.45;font-weight:700}.ov-product-info__meta{display:flex;flex-wrap:wrap;gap:14px;color:var(--ov-muted)}.ov-product-info__price{margin:15px 0;font-size:30px;line-height:normal;color:var(--ov-green)}.ov-product-info__price s{margin-right:5px;color:#333;font-size:24px;font-weight:500}.ov-product-specs{display:grid;gap:14px;margin-bottom:24px;color:var(--ov-muted)}.ov-product-specs p{margin:0}.ov-product-form{display:flex;flex-wrap:wrap;align-items:center;gap:18px;padding:28px 0;border-top:1px solid var(--ov-border);border-bottom:1px solid var(--ov-border)}.ov-quantity{display:inline-flex;align-items:center;height:44px;border:1px solid var(--ov-border);border-radius:4px;overflow:hidden}.ov-quantity__button{width:34px;height:100%;border:0;background:#fff;color:#111;font:inherit;font-weight:700;cursor:pointer}.ov-quantity__button:hover{color:var(--ov-green)}.ov-quantity input{width:42px;height:100%;padding:0;border:0;border-inline:1px solid var(--ov-border);text-align:center}.ov-product-form select{min-height:44px;max-width:100%;border:1px solid var(--ov-border)}.ov-payment-buttons{width:100%;margin-top:4px}.ov-product-extra{padding-top:24px}.ov-product-category{margin-top:20px;padding-top:18px;border-top:1px solid var(--ov-border)}.ov-blog-card{position:relative;border:1px solid var(--ov-border);background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.ov-blog-card:hover{border-color:var(--ov-green);box-shadow:0 10px 24px #00000014}.ov-blog-list{display:grid;gap:36px}.ov-blog-list .ov-blog-card{border:0;border-bottom:1px solid var(--ov-border);padding-bottom:8px;box-shadow:none}.ov-blog-list .ov-blog-card:hover{border-color:var(--ov-border);box-shadow:none}.ov-blog-list .ov-blog-card__image{aspect-ratio:870 / 490}.ov-blog-list .ov-blog-card__meta{padding:18px 0 12px}.ov-blog-list .ov-blog-card__excerpt{margin:0 0 16px}.ov-blog-list .ov-blog-card__read-more{margin:0 0 24px}.ov-blog-card__image{position:relative;display:block;aspect-ratio:380 / 220;background:var(--ov-soft);overflow:hidden}.ov-blog-card__image img{width:100%;height:100%;object-fit:cover;display:block}.ov-blog-card__title{position:absolute;right:0;bottom:0;left:0;display:block;margin:0;padding:16px 20px;background:var(--ov-dark);color:#fff;font-size:18px;line-height:1.45;font-weight:700;transition:background .18s ease}.ov-blog-card__title span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.ov-blog-card:hover .ov-blog-card__title{background:var(--ov-green)}.ov-blog-card__comments{position:absolute;top:15px;right:15px;display:inline-flex;align-items:center;gap:5px;min-height:25px;padding:0 14px;border-radius:5px;background:#fff;color:#bbb;font-size:13px;line-height:1}.ov-blog-card__comments svg{width:14px;height:14px;display:block;fill:currentColor}.ov-blog-card__meta{display:flex;flex-wrap:wrap;gap:10px;padding:18px 24px;color:var(--ov-muted);font-size:12px;text-transform:uppercase}.ov-blog-card__meta a{color:var(--ov-green)}.ov-blog-card__excerpt{margin:-8px 24px 18px;color:var(--ov-muted);line-height:1.65}.ov-blog-card__read-more{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;margin:0 24px 24px;border:1px solid var(--ov-border);border-radius:50%;color:var(--ov-green);font-weight:800;font-size:0}.ov-blog-card__read-more:after{content:"";width:9px;height:9px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}body.locale-rtl .ov-blog-card__read-more:after{transform:rotate(225deg)}.ov-blog-card__read-more:hover{border-color:var(--ov-green);background:var(--ov-green);color:#fff}.ov-page-frame{padding-bottom:72px}.ov-page-content{max-width:none}.ov-page-content h1:not(.ov-panel-title){margin:0 0 26px;font-size:30px}.ov-contact-form-card,.ov-page-content .ov-rte form:not(.ov-language-switcher__form):not(.shopify-product-form),.ov-page-content .contact-form,.ov-page-content .wpcf7{width:min(760px,100%);box-sizing:border-box;margin:28px 0 0;padding:28px;border:1px solid var(--ov-border);border-radius:6px;background:#fff;box-shadow:0 12px 30px #0000000d}.ov-contact-form{display:grid;gap:18px;margin:0}.ov-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ov-form-field,.ov-page-content .ov-rte form p{margin:0 0 16px}.ov-contact-form .ov-form-field,.ov-contact-form .ov-form-grid .ov-form-field{margin:0}.ov-form-field label,.ov-page-content .ov-rte form label{display:block;margin:0 0 7px;color:#222;font-size:13px;line-height:1.4;font-weight:700}.ov-form-field label span{color:#e72638}.ov-form-field input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit]),.ov-form-field textarea,.ov-form-field select,.ov-page-content .ov-rte form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit]),.ov-page-content .ov-rte form textarea,.ov-page-content .ov-rte form select{width:100%;min-height:44px;box-sizing:border-box;padding:0 14px;border:1px solid var(--ov-border);border-radius:4px;background:#fff;color:var(--ov-text);font:inherit;box-shadow:none;transition:border-color .16s ease,box-shadow .16s ease}.ov-form-field textarea,.ov-page-content .ov-rte form textarea{min-height:138px;padding:12px 14px;resize:vertical}.ov-form-field input::placeholder,.ov-form-field textarea::placeholder,.ov-page-content .ov-rte form input::placeholder,.ov-page-content .ov-rte form textarea::placeholder{color:#9b9b9b;opacity:1}.ov-form-field input:focus,.ov-form-field textarea:focus,.ov-form-field select:focus,.ov-page-content .ov-rte form input:focus,.ov-page-content .ov-rte form textarea:focus,.ov-page-content .ov-rte form select:focus{outline:0;border-color:var(--ov-green);box-shadow:0 0 0 3px #86bc422e}.ov-page-content .ov-rte form input[type=submit],.ov-page-content .ov-rte form button[type=submit],.ov-contact-form button[type=submit]{min-height:44px;display:inline-flex;align-items:center;justify-content:center;width:auto;padding:0 34px;border:0;border-radius:5px;background:var(--ov-green);color:#fff;font:inherit;font-weight:700;line-height:1;text-transform:uppercase;cursor:pointer;transition:background .18s ease}.ov-page-content .ov-rte form input[type=submit]:hover,.ov-page-content .ov-rte form button[type=submit]:hover,.ov-contact-form button[type=submit]:hover{background:var(--ov-green-dark)}.ov-form-message{margin:0;padding:13px 15px;border-radius:4px;font-weight:600}.ov-form-message--success{border:1px solid rgba(134,188,66,.4);background:#f3faec;color:var(--ov-green-dark)}.ov-form-message--error,.ov-page-content .ov-rte form .errors{border:1px solid rgba(231,38,56,.24);background:#fff5f6;color:#a21724}.ov-form-message ul{margin:8px 0 0;padding-left:18px}.ov-page-content .ov-rte form p:has(textarea[name=_wpcf7_ak_hp_textarea]),.ov-page-content .ov-rte form textarea[name=_wpcf7_ak_hp_textarea],.ov-page-content .ov-rte form input[name^=_wpcf7],.ov-page-content .ov-rte form input[name=_wpcf7_ak_js]{display:none!important}.ov-page-content .ov-rte form span[data-name]{display:block}.ov-page-content .ov-rte iframe{width:100%;max-width:100%;min-height:340px;display:block;border:0}body.locale-rtl .ov-form-field label,body.locale-rtl .ov-page-content .ov-rte form label{text-align:right}.ov-rte img{max-width:100%;height:auto}.ov-rte img[src*="static.xx.fbcdn.net/images/emoji"],.ov-rte img[src*="emoji.php"],.ov-rte img[role=presentation][src*=emoji]{display:inline-block;width:1.15em;max-width:1.15em;height:1.15em;margin:0 .16em;object-fit:contain;vertical-align:-.18em}.ov-account-dashboard{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.7fr);gap:32px;align-items:start}.ov-account-card,.ov-account-panel{border:1px solid var(--ov-border);background:#fff}.ov-account-card{padding:24px}.ov-account-card+.ov-account-card{margin-top:18px}.ov-account-card h2,.ov-account-panel h2,.ov-account-panel h3{margin:0 0 14px;font-size:20px;line-height:1.3}.ov-account-card p,.ov-account-panel p{margin:0 0 10px}.ov-account-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.ov-account-panel{padding:24px}.ov-account-panel+.ov-account-panel{margin-top:24px}.ov-account-table{width:100%;border-collapse:collapse;table-layout:fixed}.ov-account-table th,.ov-account-table td{padding:13px 10px;border-bottom:1px solid var(--ov-border);text-align:left;vertical-align:top}.ov-account-table th{color:#111;font-size:13px;text-transform:uppercase}.ov-account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ov-account-mini{min-height:118px;padding:18px;border:1px solid var(--ov-border);background:var(--ov-soft)}.ov-account-mini strong{display:block;margin-bottom:8px;color:#111}body.locale-rtl .ov-account-table th,body.locale-rtl .ov-account-table td{text-align:right}.ov-about-layout{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:60px;align-items:start}.ov-about-layout__media img{width:100%;display:block}.ov-article__image{position:relative;margin-bottom:30px}.ov-article__image img{width:100%;height:auto;display:block}.ov-article>h1{margin:0 0 18px;font-size:34px;line-height:1.25}.ov-article>.ov-blog-card__meta{padding:0 0 24px}.ov-article-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:34px;padding-top:22px;border-top:1px solid var(--ov-border)}.ov-article-tags a{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border:1px solid var(--ov-border);border-radius:2px;color:var(--ov-muted);font-size:12px;line-height:1;text-transform:uppercase}.ov-article-tags a:hover{border-color:var(--ov-green);color:var(--ov-green)}@media screen and (max-width:989px){.ov-legacy-header__top{display:none}.ov-legacy-header__main{min-height:0;flex-direction:row;flex-wrap:wrap;gap:12px;padding-block:12px;align-items:center}.ov-mobile-nav__button{width:42px;height:42px;display:inline-grid;flex:0 0 42px;place-items:center;padding:10px;border:1px solid var(--ov-border);background:#fff;cursor:pointer}.ov-mobile-nav__button span{width:20px;height:2px;display:block;background:#111}.ov-mobile-nav__button:focus-visible{outline:2px solid var(--ov-green);outline-offset:2px}.ov-legacy-header__logo{min-width:0;flex:1 1 auto}.ov-legacy-header__logo img{max-width:min(210px,52vw);max-height:54px}.ov-legacy-header__cart{width:auto;min-width:0;flex:0 0 auto}.ov-legacy-header__cart>a:not(.ov-legacy-header__cart-link),.ov-legacy-header__cart-copy{display:none}.ov-legacy-header__search{order:4;width:100%;min-width:0;flex:0 0 100%}.ov-legacy-header__search input{height:42px}.ov-legacy-header__search button{min-width:48px;padding-inline:14px}.ov-legacy-header__search button span{display:none}.ov-about-layout{grid-template-columns:1fr;gap:28px}.ov-contact-form-card,.ov-page-content .ov-rte form:not(.ov-language-switcher__form):not(.shopify-product-form),.ov-page-content .contact-form,.ov-page-content .wpcf7{padding:20px}.ov-form-grid,.ov-account-dashboard,.ov-account-grid{grid-template-columns:1fr}.ov-account-table{display:block;overflow-x:auto;white-space:nowrap}.ov-legacy-header__nav{display:none}.ov-mobile-nav__toggle:checked~.ov-legacy-header__nav{display:block}.ov-legacy-header__nav-inner{display:block;min-height:0;padding-inline:0;overflow:visible}.ov-nav{width:100%;flex-direction:column;flex-wrap:nowrap;min-width:0;border-bottom:1px solid var(--ov-border);background:#fff}.ov-nav>li>a,.ov-nav__language .ov-language-switcher__trigger,.ov-nav__language .ov-language-switcher--single{min-height:48px;justify-content:space-between;padding-inline:20px;border-right:0;border-left:0;border-top:1px solid #eeeeee}.ov-nav>li:first-child>a{border-left:0}.ov-nav__dropdown{position:static;min-width:0;display:none;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;transform:none}.ov-nav__item--has-dropdown:hover>.ov-nav__dropdown,.ov-nav__item--has-dropdown:focus-within>.ov-nav__dropdown,.ov-nav__item--has-dropdown.is-open>.ov-nav__dropdown{display:grid}.ov-home__hero-grid,.ov-home__content-grid,.ov-shop-layout,.ov-blog-layout,.ov-product-lower,.ov-product-main{grid-template-columns:1fr}.ov-home__benefits,.ov-card-grid,.ov-card-grid--home{grid-template-columns:repeat(2,minmax(0,1fr))}.ov-card-grid--home.ov-card-grid--shelf{grid-auto-flow:row;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-columns:auto;overflow-x:visible;overflow-y:visible;scroll-snap-type:none}.ov-home__hero-title{font-size:36px}.ov-product-info h1{font-size:24px}.ov-quickview__dialog{grid-template-columns:1fr}.ov-quickview__media{min-height:240px}}@media screen and (max-width:649px){.ov-wrap{width:min(100% - 20px,var(--ov-width))}.ov-legacy-header__top-inner{gap:10px;flex-direction:column;padding-block:9px}.ov-legacy-header__logo{min-width:0}.ov-legacy-header__logo img{max-width:230px}.ov-home__hero{min-height:360px;padding:30px 16px}.ov-home__hero-copy{margin-top:42px}.ov-home__hero-title{font-size:30px}.ov-product-info h1{font-size:24px}.ov-home__hero-text{margin-bottom:34px}.ov-home__hero{order:1}.ov-departments{order:2}.ov-departments .ov-sidebar-list{max-height:260px;overflow-y:auto}.ov-home__benefits,.ov-card-grid,.ov-card-grid--home{grid-template-columns:1fr}.ov-card-grid--home.ov-card-grid--shelf,.ov-home-side-carousel{grid-auto-flow:row;grid-template-columns:1fr;grid-auto-columns:auto;overflow-x:visible;overflow-y:visible;scroll-snap-type:none}.ov-home-side-carousel .ov-product-card,body.locale-rtl .ov-home-side-carousel .ov-product-card{border-right:0;border-left:0;border-bottom:1px solid var(--ov-border)}.ov-home-side-carousel .ov-product-card:last-child,body.locale-rtl .ov-home-side-carousel .ov-product-card:last-child{border-bottom:0}.ov-home-shelf__arrow{display:none}.ov-home__hero{min-height:410px;padding:24px 12px}.ov-home__hero-copy{width:100%;margin-top:20px}.ov-home__hero-title{padding:8px 10px;font-size:clamp(24px,7vw,30px);line-height:1.15;overflow-wrap:break-word}.ov-home__hero-text{margin-bottom:24px;font-size:13px;line-height:1.5}.ov-product-card__actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.ov-product-card__actions form,.ov-product-card__actions .ov-button:not(.ov-product-card__icon-button){width:100%;min-width:0}.ov-product-card__actions .ov-button{padding-inline:10px}.ov-product-card__actions .ov-button span:not(.ov-button__icon){min-width:0;overflow-wrap:anywhere}.ov-product-card__icon-button{width:42px;justify-self:start}.ov-home-feedback{grid-template-columns:1fr}.ov-home-feedback .ov-button{grid-row:auto;grid-column:auto}.ov-shop-toolbar,.ov-product-form{align-items:stretch;flex-direction:column}.ov-shop-toolbar__left,.ov-shop-toolbar__sort{align-items:flex-start;flex-wrap:wrap}.ov-product-form .ov-button,.ov-product-form select,.ov-quantity{width:100%}.ov-language-switcher__panel{right:auto;left:0}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/ov-legacy.css.map */
