@charset "UTF-8";:root{--font-family:"GothamPro",sans-serif;--content-width:1266px;--container-offset:15px;--container-width:calc(var(--content-width) + (var(--container-offset) * 2));--color-light:#fff;--color-text:#333;--color-accent:#068D94;--color-bg:#fafafa;--trs:all 0.4s ease-in-out}:root :root{--swiper-wrapper-transition-timing-function:linear!important}.custom-checkbox__field:checked+.custom-checkbox__content::after{opacity:1}.custom-checkbox__field:focus+.custom-checkbox__content::before{outline:red solid 2px;outline-offset:2px}.custom-checkbox__field:disabled+.custom-checkbox__content{opacity:.4;pointer-events:none}@font-face{font-family:GothamPro;src:url(../fonts/GothamPro.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:GothamPro;src:url(../fonts/GothamPro-Light.woff2) format("woff2");font-weight:300;font-display:swap;font-style:normal}@font-face{font-family:GothamPro;src:url(../fonts/GothamPro-Medium.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:GothamPro;src:url(../fonts/GothamPro-Bold.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}*,::after,::before{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:var(--font-family,sans-serif)}body.is-fixed{overflow:hidden}.page{height:100%;font-family:var(--font-family,sans-serif);-webkit-text-size-adjust:100%;scroll-behavior:smooth}.page__body{margin:0;min-width:360px;min-height:100%;font-size:16px}img{height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover}a{text-decoration:none}.site-container{overflow:hidden}.is-hidden{display:none!important}.btn-reset{border:none;padding:0;background-color:transparent;cursor:pointer}.list-reset{list-style:none;margin:0;padding:0}.input-reset{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;background-color:#fff}.input-reset::-webkit-search-cancel-button,.input-reset::-webkit-search-decoration,.input-reset::-webkit-search-results-button,.input-reset::-webkit-search-results-decoration{display:none}.visually-hidden{position:absolute;overflow:hidden;margin:-1px;border:0;padding:0;width:1px;height:1px;clip:rect(0 0 0 0)}.container{margin:0 auto;padding:0 var(--container-offset);max-width:var(--container-width)}.centered{text-align:center}.dis-scroll{position:fixed;left:0;top:0;overflow:hidden;width:100%;height:100vh;-ms-scroll-chaining:none;overscroll-behavior:none}.page--ios .dis-scroll{position:relative}.btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50px;cursor:pointer;gap:10px}.btn ins{text-decoration:none}.btn-small{padding:15px 35px;font-weight:500;font-size:16px}@media (max-width:576px){.btn-small{width:100%;font-size:14px}}.btn-accent{white-space:nowrap;color:#068d94;background:rgba(6,141,148,.1);-webkit-transition:var(--trs);transition:var(--trs);backdrop-filter:blur(10px)}.btn-accent:hover{color:#fff;background:#068d94}.btn-order{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;border-radius:50px;padding:20px 25px;width:100%;background:var(--color-accent);gap:0}.btn-order span{white-space:nowrap;color:#fff}.btn-order.added{background:#239d3d}.btn-order.loading{position:relative}.btn-order.loading::before{content:"";position:absolute;left:50%;top:50%;width:24px;height:24px;background-image:url(../../assets/img/svg/loading-btn.svg);background-size:24px 24px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.btn-order.loading span{white-space:nowrap;color:#fff;opacity:0!important}.btn-order.loading svg{width:0;height:0;visibility:none}.btn-order__card{position:absolute;right:15px;bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;margin-left:-10px;border-radius:50px;width:58px;height:58px;background:#000;gap:0}.btn-order__card svg{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;width:24px;height:24px;fill:#fff;aspect-ratio:1/1}@media (max-width:576px){.btn-order__card{width:40px;height:40px}.btn-order__card svg{width:16px;height:16px}.btn-order__card span{display:none}}.btn-order__card span{width:0;white-space:nowrap;color:#fff;opacity:0;visibility:hidden}.btn-order__card.added{background:#239d3d}.btn-order__card.loading{position:absolute}.btn-order__card.loading::before{content:"";position:absolute;left:50%;top:50%;width:24px;height:24px;background-image:url(../../assets/img/svg/loading-btn.svg);background-size:24px 24px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-width:576px){.btn-order__card.loading::before{width:16px;height:16px;background-size:16px 16px}}.btn-order__card.loading span{width:0!important;white-space:nowrap;color:#fff;opacity:0!important;visibility:hidden!important}.btn-order__card.loading svg{width:0;height:0;visibility:none}.btn-oneclick{display:block;margin-top:20px;border:1px solid rgba(238,164,177,.08);border-radius:60px;padding:17px 40px;width:100%;font-weight:500;text-align:center;color:#068d94;background:rgba(238,164,177,.1);-webkit-transition:var(--trs);transition:var(--trs)}.btn-oneclick:hover{color:#fff;background-color:#068d94}.btn-oneclick.adding{position:relative}.btn-oneclick.adding::before{content:"";position:absolute;left:50%;top:50%;width:32px;height:32px;background-image:url(../../assets/img/svg/loading-btn.svg);background-size:32px 32px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.btn-oneclick.adding span{visibility:hidden}.btn-whatsapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px;border:1px solid rgba(37,211,102,.08);border-radius:60px;padding:10px 40px;width:100%;min-height:60px;font-weight:500;text-align:center;color:#25d366;background-color:rgba(37,211,102,.08);-webkit-transition:var(--trs);transition:var(--trs);gap:15px}.btn-whatsapp--hover,.btn-whatsapp:hover{color:#fff;background-color:#25d366}.btn-whatsapp--hover svg,.btn-whatsapp:hover svg{fill:#fff!important}.btn-whatsapp svg{width:32px;height:32px;fill:#25d366;-webkit-transition:var(--trs);transition:var(--trs)}.callback{margin:50px 0}.callback__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:576px){.callback{margin:30px 0}.callback__wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:50px 0}}.callback__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--color-text);gap:15px}@media (max-width:576px){.callback__item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;width:50%}.callback__text{font-size:12px}}.callback__icon{width:64px;height:64px}.callback__icon svg{width:inherit;height:inherit}.site-header{position:sticky;top:0;z-index:100;background:var(--color-light);-webkit-transition:-webkit-transform .3s,-webkit-box-shadow .3s;transition:transform .3s,box-shadow .3s,-webkit-transform .3s,-webkit-box-shadow .3s}.site-header--scrolled{-webkit-box-shadow:0 2px 16px rgba(0,0,0,.08);box-shadow:0 2px 16px rgba(0,0,0,.08)}.site-header__topbar{padding:16px 0}@media (max-width:1024px){.site-header__topbar{display:none}}.site-header__topbar-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px}.site-header__contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;gap:4px}.site-header__phone{font-weight:600;font-size:16px;line-height:1.4;white-space:nowrap;color:var(--color-text);-webkit-transition:color var(--trs);transition:color var(--trs)}.site-header__phone:hover{color:var(--color-accent)}.site-header__address{font-style:normal;font-size:13px;line-height:1.4;color:var(--color-text);opacity:.65}.site-header__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.site-header__logo img{display:block;width:auto;height:60px}.site-header__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.site-header__action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:color var(--trs);transition:color var(--trs);gap:8px}.site-header__action:hover{color:var(--color-accent)}.site-header__action:hover .site-header__action-icon svg{fill:var(--color-accent)}.site-header__action-icon{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:28px;height:28px}.site-header__action-icon svg{width:100%;height:100%;fill:var(--color-text);-webkit-transition:fill var(--trs);transition:fill var(--trs)}.site-header__action-text{font-size:13px;color:var(--color-text);-webkit-transition:color var(--trs);transition:color var(--trs)}.site-header__action:hover .site-header__action-text{color:var(--color-accent)}.site-header__cart-count{position:absolute;right:-7px;top:-5px;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;width:16px;height:16px;font-size:9px;line-height:1;color:#fff;background:#fd3737}.site-header__cart-count--visible{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1024px){.site-header__navbar{display:none}}.site-header__nav{display:block}.site-header__accent{height:3px;background:var(--color-accent)}.site-header__mob{display:none;padding:10px 0}@media (max-width:1024px){.site-header__mob{display:block}}.site-header__mob-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px}.site-header__mob-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.site-header__mob-logo .site-header__logo img{height:50px}.site-header__mob-phone{font-size:12px;line-height:1.3;color:var(--color-text);opacity:.75;-webkit-transition:opacity var(--trs);transition:opacity var(--trs)}.site-header__mob-phone:hover{opacity:1}.site-header__mob-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:6px}.site-header__mob-addresses{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:right;gap:2px}.site-header__mob-address{font-style:normal;font-size:10px;line-height:1.3;text-transform:uppercase;color:var(--color-text);opacity:.75}.site-header__mob-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.site-header__mob-actions .site-header__action-icon{width:24px;height:24px}.site-header__mob-actions .site-header__burger{--burger-width:24px;--burger-height:18px}.burger{--burger-width:30px;--burger-height:30px;--burger-line-height:2px;position:relative;border:none;padding:0;width:var(--burger-width);height:var(--burger-height);color:#000;background-color:transparent;cursor:pointer}.burger::after,.burger::before{content:"";position:absolute;left:0;width:100%;height:var(--burger-line-height);background-color:currentColor;-webkit-transition:top .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,top .3s ease-in-out,-webkit-transform .3s ease-in-out}.burger::before{top:0}.burger::after{top:calc(100% - var(--burger-line-height))}.burger__line{position:absolute;left:0;top:50%;width:100%;height:var(--burger-line-height);background-color:currentColor;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.burger--active::before{top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:top .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,top .3s ease-in-out,-webkit-transform .3s ease-in-out}.burger--active::after{top:50%;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:top .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,top .3s ease-in-out,-webkit-transform .3s ease-in-out}.burger--active .burger__line{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.header-drawer{position:fixed;inset:0;z-index:200;pointer-events:none}.header-drawer.menu--active{pointer-events:auto}.header-drawer__overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.header-drawer.menu--active .header-drawer__overlay{opacity:1}.header-drawer__inner{position:absolute;left:0;top:0;bottom:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-y:auto;padding:20px 24px 32px;width:min(320px,85vw);background:var(--color-light);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;gap:0}.header-drawer.menu--active .header-drawer__inner{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.header-drawer__close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:end;align-self:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:16px;border:none;border-radius:50%;padding:0;width:32px;height:32px;color:var(--color-text);background:0 0;-webkit-transition:background var(--trs),color var(--trs);transition:background var(--trs),color var(--trs);cursor:pointer}.header-drawer__close:hover{color:#fff;background:var(--color-accent)}.header-drawer__close svg{width:20px;height:20px}.header-drawer__nav{-webkit-box-flex:1;-ms-flex:1;flex:1}.header-drawer__menu{list-style:none;margin:0;padding:0}.header-drawer__menu li{border-bottom:1px solid rgba(0,0,0,.06)}.header-drawer__menu li a{display:block;padding:13px 0;font-size:16px;line-height:1.4;color:var(--color-text);-webkit-transition:color var(--trs);transition:color var(--trs)}.header-drawer__menu li a:hover,.header-drawer__menu li.current-menu-item>a{color:var(--color-accent)}.header-drawer__contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:24px;font-size:14px;gap:6px}.header-drawer__phone{font-weight:600;font-size:16px;color:var(--color-text);-webkit-transition:color var(--trs);transition:color var(--trs)}.header-drawer__phone:hover{color:var(--color-accent)}.header-drawer__address{font-style:normal;font-size:13px;color:var(--color-text);opacity:.65}.header-drawer__social{margin-top:24px}.site-header__nav .nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;list-style:none;margin:0;padding:0;width:100%;gap:0}.site-header__nav .nav__item{position:relative}.site-header__nav .nav__item--active>.nav__link::after,.site-header__nav .nav__item--ancestor>.nav__link::after{width:calc(100% - 32px)}.site-header__nav .nav__item:last-child>.nav__submenu{left:auto;right:0;-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}.site-header__nav .nav__item:last-child.is-open>.nav__submenu{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.site-header__nav .nav__item.is-open>.nav__submenu{opacity:1;-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0);pointer-events:auto}.site-header__nav .nav__item.is-open>.nav__submenu-trigger svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.site-header__nav .has-children{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-header__nav .nav__link{position:relative;display:block;padding:12px 16px;font-size:14px;line-height:1.4;white-space:nowrap;color:var(--color-text);-webkit-transition:color var(--trs);transition:color var(--trs)}.site-header__nav .nav__link::after{content:"";position:absolute;left:50%;bottom:8px;width:0;height:2px;background:#4aadaa;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:width 250ms;transition:width 250ms}.site-header__nav .nav__link:hover::after{width:calc(100% - 32px)}.site-header__nav .nav__submenu-trigger{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;padding:0 4px;color:var(--color-text);background:0 0;cursor:pointer}.site-header__nav .nav__submenu-trigger svg{display:block;-webkit-transition:-webkit-transform 250ms;transition:transform 250ms;transition:transform 250ms,-webkit-transform 250ms}.site-header__nav .nav__submenu{position:absolute;left:50%;top:calc(100% + 4px);z-index:1000;list-style:none;margin:0;border-radius:12px;padding:8px;min-width:200px;max-width:min(360px,100vw - var(--container-offset) * 2);-webkit-box-shadow:0 8px 32px rgba(0,0,0,.1);box-shadow:0 8px 32px rgba(0,0,0,.1);background:#fff;opacity:0;-webkit-transform:translateX(-50%) translateY(-6px);-ms-transform:translateX(-50%) translateY(-6px);transform:translateX(-50%) translateY(-6px);-webkit-transition:opacity 220ms cubic-bezier(.4,0,.2,1),-webkit-transform 220ms cubic-bezier(.4,0,.2,1);transition:opacity 220ms cubic-bezier(.4,0,.2,1),transform 220ms cubic-bezier(.4,0,.2,1),-webkit-transform 220ms cubic-bezier(.4,0,.2,1);pointer-events:none}.site-header__nav .nav__submenu .nav__item{border:none}.site-header__nav .nav__submenu .nav__link{border-radius:8px;padding:10px 20px;overflow-wrap:break-word;white-space:normal}.site-header__nav .nav__submenu .nav__link::after{display:none}.site-header__nav .nav__submenu .nav__link:hover{background:#f5f2ef}.header-drawer__nav .nav__list{list-style:none;margin:0;padding:0}.header-drawer__nav .nav__item{border-bottom:1px solid #eeebe8}.header-drawer__nav .nav__item:last-child{border-bottom:none}.header-drawer__nav .nav__item--active>.nav__link,.header-drawer__nav .nav__item--ancestor>.nav__link{font-weight:500;color:#4aadaa}.header-drawer__nav .nav__item.is-open>.nav__submenu-trigger svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.header-drawer__nav .has-children{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-drawer__nav .has-children>.nav__link{-webkit-box-flex:1;-ms-flex:1;flex:1}.header-drawer__nav .nav__link{display:block;padding:16px 0;font-size:16px;line-height:1.4;white-space:normal;color:#2d2d2d;-webkit-transition:color var(--trs);transition:color var(--trs)}.header-drawer__nav .nav__link:hover{color:#4aadaa}.header-drawer__nav .nav__link--sub{padding:12px 0 12px 16px;font-size:15px;color:#555}.header-drawer__nav .nav__submenu-trigger{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;padding:8px 10px;color:var(--color-text);background:0 0;cursor:pointer}.header-drawer__nav .nav__submenu-trigger svg{display:block;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform 250ms;transition:transform 250ms;transition:transform 250ms,-webkit-transform 250ms}.header-drawer__nav .nav__submenu{list-style:none;overflow:hidden;margin:0;padding:0;width:100%;max-height:0;-webkit-transition:max-height .3s;transition:max-height .3s}.header-drawer__nav .nav__submenu .nav__item{border-bottom:1px solid #f5f2ef}.header-drawer__nav .nav__submenu .nav__item:last-child{border-bottom:none}.section{position:relative;display:block}.section-title{margin-bottom:30px}@media (max-width:576px){.section-title{margin-bottom:15px}}.section-title--center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.section-title h1,.section-title h2{margin:0;font-family:var(--font-family,sans-serif);font-weight:700;font-size:32px;line-height:150%;letter-spacing:-2px}@media (max-width:1024px){.section-title h1,.section-title h2{font-weight:700;font-size:24px;line-height:35px;letter-spacing:-1px}.section-title p br{display:none!important}}.section-title h6{margin:0;font-weight:700;font-size:14px;text-transform:uppercase;color:var(--color-accent)}.section-title blockquote{font-weight:500}.section-title p{font-size:14px;line-height:150%}.section-intro-video{position:relative;overflow:hidden;margin:0 auto;border-radius:30px;width:100%;height:750px;max-width:1400px}.section-intro-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.section-block-category{margin:50px 0}.section-block-category .section-title{margin-bottom:50px}.section-block-category .section-title p{max-width:600px}.section-block-hits{margin:50px 0}.section-block-hits .section-title{display:block;padding-top:50px}@media (max-width:576px){.section-intro-video{height:450px}.section-block-category .section-title{margin-bottom:15px}.section-block-hits{margin:30px 0}.section-block-hits .section-title{padding-top:0}}.section-block-hits .products{margin-top:30px}.section-block-for-buket{margin-top:100px;margin-bottom:50px}.section-block-for-buket .section-title{margin-bottom:50px}@media (max-width:576px){.section-block-for-buket{margin-top:30px;margin-bottom:30px}.section-block-for-buket .section-title{margin-bottom:30px}}.section-block-seo{margin-top:50px;margin-bottom:50px}@media (max-width:576px){.section-block-seo{margin-top:30px;margin-bottom:30px}}.section-block-advantages{margin-bottom:50px}@media (max-width:576px){.section-block-advantages{margin-bottom:30px}}.section-blocks{margin-bottom:50px}.section-vk{overflow:hidden;padding:50px 0 30px;color:#000;background-color:#fff}.section-vk .section__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px;gap:10px}@media (max-width:576px){.section-blocks{margin-bottom:30px}.section-vk .section__title{margin-bottom:0}.section-vk .section__title a,.section-vk .section__title img{height:32px}}.section-vk .swiper-wrapper .swiper-slide{height:unset}.section-vk .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-sizing:border-box;box-sizing:border-box}.section-vk .loop-swiper-button-arrow{position:absolute;top:45%;z-index:10;border-radius:44px;width:44px;height:44px;-webkit-box-shadow:5px 5px 25px rgba(0,0,0,.25);box-shadow:5px 5px 25px rgba(0,0,0,.25);background:#fafafa;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.section-vk .loop-swiper-button-arrow.swiper-button-disabled{opacity:.2}.section-vk .loop-swiper-button-arrow svg{position:absolute;left:50%;top:50%;width:16px;height:16px;fill:var(--color-accent);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.section-vk .loop-swiper-button-prev{left:-10px}.section-vk .loop-swiper-button-prev svg{-webkit-transform:translate(-50%,-50%) rotate(-180deg);-ms-transform:translate(-50%,-50%) rotate(-180deg);transform:translate(-50%,-50%) rotate(-180deg)}.section-vk .loop-swiper-button-next{right:-10px}.section-vk .vk-post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:30px;margin-bottom:20px;border:1px solid rgba(0,0,0,.05);border-radius:8px;padding:20px;height:auto;text-align:center;color:#fff;background-color:#fff;gap:15px}.section-vk .vk-post img{border-radius:8px;height:100%;max-width:100%;max-height:274.5px;-o-object-fit:cover;object-fit:cover}@media (max-width:1024px){.section-vk .loop-swiper-button-arrow{top:30%}.section-vk .vk-post img{height:300px}}.section-vk .vk-post p{display:-webkit-box;overflow:hidden;margin:0;font-size:14px;line-height:1.4;text-overflow:ellipsis;color:#000;-webkit-box-orient:vertical;-webkit-line-clamp:3}.section-vk .vk-post a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;text-decoration:none;color:inherit;gap:20px}.section-vk .vk-video-thumbnail{position:relative}.section-vk .vk-video-thumbnail img{border-radius:8px;width:100%;height:100%;max-width:100%;max-height:274.5px;-o-object-fit:cover;object-fit:cover}.section-vk .vk-video-thumbnail .vk-play-button{position:absolute;left:50%;top:50%;border-radius:60px;width:60px;height:60px;background:url(../../assets/img/svg/icon--vk-play.svg) center center no-repeat rgba(255,255,255,.5);background-size:24px 24px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.section-vk .vk-post-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;text-decoration:none;color:inherit}.section-vk .swiper{overflow:visible;padding-bottom:30px}.section-vk .swiper-pagination .swiper-pagination-bullet{background-color:#ccc;opacity:.5}.section-vk .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}.section-related,.section-reviews{overflow:hidden}.block-category{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}.block-category__item{position:relative;overflow:hidden;border-radius:10px;width:calc(33.3333333333% - 20px);background:#f5f5f5}@media (max-width:1024px){.section-vk .vk-video-thumbnail img{height:300px}.block-category__item{width:calc(50% - 15px)}}.block-category__item:hover .block-category__label{background:#eea4b1;color:#fff}.block-category__item:hover .block-category__icon{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.block-category__item:hover .block-category__icon svg{fill:#fff}.block-category__img{aspect-ratio:16/9}@media (max-width:576px){.block-category{gap:10px}.block-category__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(50% - 5px)}.block-category__img{aspect-ratio:4/3}}.block-category__img picture{display:block;height:100%}.block-category__img img{width:100%;height:100%;max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.block-category__label{position:absolute;right:12px;bottom:12px;z-index:2;pointer-events:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50px;padding:4px 4px 4px 16px;max-width:calc(100% - 24px);font-weight:500;color:var(--color-text);background:#fff;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.08);box-shadow:0 2px 12px rgba(0,0,0,.08);-webkit-transition:var(--trs);transition:var(--trs);gap:8px}.block-category__title{font-weight:500;font-size:16px;line-height:1.3}@media (max-width:576px){.block-category__label{position:static;z-index:2;-ms-flex-negative:0;flex-shrink:0;border-radius:0;padding:8px 6px 8px 10px;width:100%;max-width:none;background:#fff;-webkit-box-shadow:none;box-shadow:none;gap:4px}.block-category__title{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.block-category__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;width:40px;height:40px;background:0 0;-webkit-transition:var(--trs);transition:var(--trs)}.block-category__icon svg{width:20px;height:20px;-webkit-transition:var(--trs);transition:var(--trs)}.block-category__link::before{content:"";position:absolute;inset:0;width:100%;height:100%}.block__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}@media (max-width:576px){.block-category__icon{width:26px;height:26px}.block-category__icon svg{width:14px;height:14px}.block__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}}.block__row--g80{gap:80px}.block__row--g80 .block__col--6{width:calc(50% - 40px)}.block__row+.block__row{margin-top:30px}.block__row.reversed{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.block__col--6{width:calc(50% - 15px)}@media (max-width:576px){.block__row--g80{gap:30px}.block__col--6,.block__row--g80 .block__col--6{width:100%}}.block__images--one img{border-radius:20px}.block__text--vcenter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;gap:24px}.block__text h3{font-weight:700;font-size:28px;line-height:120%;color:#000}@media (max-width:576px){.block__text--vcenter{gap:15px}.block__text h3{font-size:20px}}.block__text ol,.block__text ul{padding-left:20px}.block__text ol li+li,.block__text ul li+li{margin-top:15px}.block__text p{font-weight:400;font-size:18px;line-height:150%}@media (max-width:576px){.block__text p{font-size:14px}}.block__spoiler--text{position:relative;overflow:hidden;-webkit-transition:max-height .5s;transition:max-height .5s}.block__spoiler--text.collapsed{position:relative;overflow:hidden;max-height:100px}.block__spoiler--text.collapsed::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:70px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(white));background:linear-gradient(to bottom,rgba(255,255,255,0),#fff)}.block__spoiler--text.expanded{max-height:none}.block__spoiler--text h2{margin-bottom:15px;font-size:24px;color:#333}.block__spoiler--text p{font-size:16px;line-height:1.6}.block__spoiler--text p+p{margin-top:25px}.block__spoiler--show{display:inline-block;margin-top:10px;border:none;border-radius:4px;padding:8px 16px;font-size:14px;color:#000;background:#fafafa;-webkit-transition:background-color .3s;transition:background-color .3s;cursor:pointer}.terms__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}@media (max-width:576px){.terms__wrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:auto;overflow-x:auto;margin:0 -15px;padding:0 15px;white-space:nowrap;gap:5px;-ms-overflow-style:none;scrollbar-width:none}.terms__wrap::-webkit-scrollbar{display:none}}.terms__wrap--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.terms span{border-radius:50px;padding:10px 35px 11px;font-weight:400;font-size:16px;line-height:150%;color:#000;background:#fafafa;-webkit-transition:var(--trs);transition:var(--trs);cursor:pointer}@media (max-width:576px){.terms__wrap--center{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:flex-start}.terms span{padding:5px 15px;font-size:14px;white-space:nowrap}}.terms span:hover{background:#f1f1f1}.terms span.active{color:#fff;background:var(--color-accent);cursor:default}.footer{position:relative;overflow:hidden;padding-top:50px;background:#fafafa}.footer__row{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__col{width:25%}.footer__col:nth-child(2){padding-left:30px}@media (max-width:1024px){.footer__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 15px;gap:20px}.footer__col{padding:10px 0;width:100%}.footer__col:nth-child(1){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.footer__col:nth-child(2){padding-left:0}}.footer__col:nth-child(3){padding-left:30px}.footer__bottom{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;margin:30px 0 0;border-top:1px solid rgba(0,0,0,.1);padding:30px 0 50px;gap:30px}@media (max-width:1024px){.footer__col:nth-child(3){padding-left:0}.footer__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:30px 15px 0;border-top:1px solid transparent;gap:20px}}.footer__logo img.logo{display:block;width:auto;height:60px}.footer__logo span{display:block;margin:20px 0;font-family:var(--font-family,sans-serif);font-weight:400;font-size:14px;color:#000}.footer__social{gap:10px}.footer__copy{font-size:14px;color:#000}.footer__dev{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 315px;flex:0 0 315px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:315px;white-space:nowrap;color:#000}.footer__dev a{display:inline-block;color:#000;cursor:pointer}@media (max-width:1024px){.footer__dev{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.footer__dev a{display:block}}.footer__dev a:hover{opacity:.7}.footer__dev a strong{font-family:var(--font-family,sans-serif);font-weight:700;font-size:14px;letter-spacing:-.01em;text-shadow:0 4px 30px 0 #000}.footer .container{position:relative}.footer-nav__title{position:relative;margin-bottom:10px;font-family:var(--font-family,sans-serif);font-weight:700;font-size:24px;color:#000}.footer-nav__title a{color:currentcolor;cursor:default}.footer-nav ul{list-style:none;padding:0}.footer-nav ul li{margin-top:10px;font-size:16px;color:#000}.footer-nav ul li a{font-size:inherit;color:currentcolor}.footer-nav ul li a:hover{opacity:.8;cursor:pointer}.footer-nav ul li a.phone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:var(--font-family,sans-serif);font-weight:700;font-size:18px}.footer-nav ul li a.phone:hover{opacity:1}.footer-nav ul li span{display:block}.footer-nav ul li strong{display:block;font-weight:400;font-size:18px}.footer-nav ul li .btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px;border:2px solid var(--color-text);border-radius:15px;padding:10px 15px;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:40px;font-size:14px;color:var(--color-text);background:0 0;-webkit-transition:var(--trs);transition:var(--trs);cursor:pointer;gap:10px}.footer-nav ul li .btn:hover{color:#fff;background:var(--color-text)}.social{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.social__item{position:relative;border-radius:32px;width:32px;height:32px;background:rgba(255,255,255,.05)}.social__item:hover{background:rgba(255,255,255,.3)}.social__item--white{-webkit-transition:var(--trs);transition:var(--trs)}.social__item--white:hover{background:rgba(255,255,255,.3)}.social__item--white svg{width:16px;height:16px;fill:var(--color-text)!important}.social__item.telegram{background:#00b0f2}.social__item.whatsapp{background:#25d366}.social__item.instagram{background:linear-gradient(45deg,#faad4f 0,#dd2a7b 35%,#9537b0 62%,#515bd4 100%)}.social__item.vk{background:#07f}.social__item.vk-video{overflow:hidden;background:#0a7bff}.social__item.vk-video::before{content:"";position:absolute;left:10%;top:-6%;border-radius:50%;width:100%;height:112%;background:#ff2e4f}.social__item.vk-video svg{z-index:1}.social__item.youtube{background:red}.social__item.pinterest{background:#cb1f27}.social__item.max{background:-webkit-gradient(linear,right top,left top,color-stop(0,#9642de),to(#378dff));background:linear-gradient(270deg,#9642de 0,#378dff 100%)}.social__item svg{position:absolute;left:50%;top:50%;width:16px;height:16px;fill:#fff;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.page__wrap{margin-bottom:50px}@media (max-width:576px){.page__wrap{margin-bottom:30px}}.page__wrap .entry-title{margin:0 0 30px;font-weight:700;font-size:32px;line-height:150%;letter-spacing:-2px;color:var(--color-text)}@media (max-width:1024px){.page__wrap .entry-title{margin-bottom:20px;font-size:24px;letter-spacing:-1px}}.page__wrap .entry-content h2,.page__wrap .entry-content h3{margin-bottom:15px}.page__wrap .entry-content ol,.page__wrap .entry-content ul{padding:15px 0 15px 20px}.page__wrap .entry-content ol li+li,.page__wrap .entry-content ul li+li{margin-top:5px}.page__wrap .entry-content p{line-height:150%;color:var(--color-text)}.page__wrap .entry-content p+h2,.page__wrap .entry-content p+h3,.page__wrap .entry-content p+h4,.page__wrap .entry-content p+p{margin-top:15px}.page__wrap .entry-content p+.wpcf7{margin-top:50px}.page__wrap .entry-content h2+ol,.page__wrap .entry-content h2+ul,.page__wrap .entry-content h3+ol,.page__wrap .entry-content h3+ul,.page__wrap .entry-content ol+h2,.page__wrap .entry-content ol+h3,.page__wrap .entry-content ul+h2,.page__wrap .entry-content ul+h3{margin-top:15px}.page-landing{margin-bottom:50px}.page-landing-img img{border-radius:12px}.product{position:relative}.product-card{position:relative;-webkit-transition:var(--trs);transition:var(--trs)}.product-card__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.product-card__link::before{content:"";position:absolute;inset:0;z-index:10;width:100%;height:100%}.product-card__loop{width:calc(25% - 22.5px)}@media (max-width:576px){.product-card__loop{width:calc(50% - 5px)}}.product-card__thumb{position:relative;overflow:hidden;border-radius:15px;aspect-ratio:3/4}.product-card__thumb .woocommerce-placeholder,.product-card__thumb img{border-radius:5px;width:100%;height:100%;max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product-card__image{margin:0;padding:0;width:100%;height:100%}.product-card__name{padding:0;font-weight:400;font-size:14px;line-height:normal;letter-spacing:-.7px;text-align:left;color:var(--color-text)}.product-card__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.product-card__price .price{font-weight:700;font-size:16px;line-height:normal;letter-spacing:-.8px;color:#000}.product-card__price .price__newprice{color:#fd3636}.product-card__price .price__oldprice{font-weight:400;font-size:14px;letter-spacing:-.7px;color:#99a3ae;text-decoration:line-through}.product-card__price .price ins{text-decoration:none}.product__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 0 50px}.product__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media (max-width:576px){.product__wrap{margin:0 0 30px}.product__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.product__price{margin-top:20px}.product__price p.price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:400;font-size:36px}.product__price p.price .screen-reader-text{display:none!important}.product__price p.price>del{position:relative;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:10px;font-size:20px;color:rgba(var(--color-text),.9);opacity:1}.product__price p.price>del::before{content:"";position:absolute;left:50%;top:50%;width:100%;height:1px;background:var(--color-text);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product__price p.price>ins{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;font-weight:400;font-size:30px;letter-spacing:.03em;color:#fd3737}.product-gallery{position:relative;margin-right:50px;max-width:701px}@media (max-width:1024px){.product-gallery{margin-right:0;width:100%;max-width:100%}}.product-gallery__wrap{position:sticky;top:50px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:26px}@media (max-width:576px){.product-gallery{margin-right:calc(-1 * var(--container-offset));margin-left:calc(-1 * var(--container-offset));width:calc(100% + var(--container-offset) * 2);max-width:none}.product-gallery__wrap{position:static;top:auto;gap:0}}.product-gallery__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:512px}.product-gallery__note{margin:10px 0 0;padding:0 15px;font-size:15px;line-height:1.4;text-align:center;color:var(--color-accent)}@media (max-width:576px){.product-gallery__main{width:100%}.product-gallery__note{margin-top:8px;padding:0 10px;font-size:12px}}.product-gallery img{width:100%;height:auto}.product-slider-big{position:relative;border-radius:20px;width:512px;aspect-ratio:3/4}@media (max-width:576px){.product-slider-big{border-radius:25px;width:100%;height:auto}}.product-slider-big:hover .product-slider-big__nav-btn{opacity:1;pointer-events:auto}.product-slider-big .product-slider-big__pagination,.product-slider-big__pagination{position:absolute;right:0;bottom:15px;left:0;z-index:10;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6px}@media (max-width:768px){.product-slider-big .product-slider-big__pagination,.product-slider-big__pagination{display:-webkit-box;display:-ms-flexbox;display:flex}}.product-slider-big .product-slider-big__pagination .swiper-pagination-bullet,.product-slider-big__pagination .swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;opacity:1;background:rgba(255,255,255,.5);-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.05);box-shadow:0 0 0 1px rgba(0,0,0,.05)}.product-slider-big .product-slider-big__pagination .swiper-pagination-bullet-active,.product-slider-big__pagination .swiper-pagination-bullet-active{width:10px;height:10px;background:#fff;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.25);box-shadow:0 0 0 1px rgba(0,0,0,.25)}.product-slider-big__nav-btn{position:absolute;top:50%;z-index:9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;transition:.3s;border:none;border-radius:50%;background:#fff;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15);color:#000;cursor:pointer;opacity:0;pointer-events:none}.product-slider-big__nav-btn:hover{background:#f8f8f8;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.25);box-shadow:0 4px 12px rgba(0,0,0,.25)}.product-slider-big__nav-btn.swiper-button-disabled,.product-slider-big__nav-btn:disabled{visibility:hidden;opacity:0;pointer-events:none}.product-slider-big__nav-btn--prev{left:20px}.product-slider-big__nav-btn--next{right:20px}.product-slider-big__nav-btn svg{width:18px;height:18px}.product-slider-big.swiper{padding-bottom:0}.product-slider-big img{width:100%;height:auto;aspect-ratio:3/4}.product-slider-thumbs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:100px;height:683px;max-height:683px;overflow:hidden}.product-slider-thumbs__item{position:relative;overflow:hidden;border-radius:16.6667px;width:100px;height:auto;aspect-ratio:3/4}@media (max-width:576px){.product-slider-thumbs{display:none}.product-slider-thumbs__item{border-radius:10px;width:50px;height:50px}}.product-slider-thumbs__item--video:hover .product-slider-thumbs__item--icon{background:rgba(255,255,255,.9)}.product-slider-thumbs__item--icon{position:absolute;top:50%;left:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:var(--trs);transition:var(--trs);border-radius:40px;background:rgba(255,255,255,.7);color:#000;cursor:pointer}.product-slider-thumbs__item img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product-slider-thumbs-nav{position:absolute;top:0;bottom:0;left:50%;z-index:10;width:100px;height:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);pointer-events:none}.product-slider-thumbs-nav__btn{position:absolute;left:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:.3s;transition:.3s;border:none;border-radius:50%;background:#fff;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15);color:#000;cursor:pointer;pointer-events:all}.product-slider-thumbs-nav__btn:hover{background:#f8f8f8;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.25);box-shadow:0 4px 12px rgba(0,0,0,.25)}.product-slider-thumbs-nav__btn.swiper-button-disabled,.product-slider-thumbs-nav__btn:disabled{visibility:hidden;opacity:0;pointer-events:none}.product-slider-thumbs-nav__btn--prev{top:20px}.product-slider-thumbs-nav__btn--next{bottom:20px}.product-slider-thumbs-nav__btn svg{width:18px;height:18px}.product-slider-thumbs .swiper-slide{width:100px;height:auto;cursor:pointer}.product-slider-thumbs .swiper-slide.swiper-slide-thumb-active{opacity:.7;cursor:default}.product-slider-thumbs .swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product-summary{border-radius:35px;width:100%;max-width:560px}.product-title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-title__share{position:absolute;right:0;top:0}.product-title h1{margin:0!important;padding-right:40px;font-size:40px;line-height:40px;letter-spacing:.03em;font-weight:700!important}@media (max-width:576px){.product-slider-thumbs .swiper-slide{width:50px;height:50px}.product-summary{margin-top:30px}.product-title{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product-title h1{padding-right:40px;font-size:28px!important;line-height:150%!important}}.product-free{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:30px;border-radius:10px;padding:15px 25px;background:-webkit-gradient(linear,left top,right top,from(rgba(238,164,177,.15)),to(rgba(238,164,177,0)));background:linear-gradient(90deg,rgba(238,164,177,.15) 0,rgba(238,164,177,0) 100%);gap:25px}.product-free svg{-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;width:32px;height:32px;fill:#068d94}.product-free span{font-weight:500;font-size:16px;color:#068d94}.product-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px;margin-bottom:15px;gap:20px}@media (max-width:576px){.product-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:30px}.product-group .price{margin-left:0}}.product-group.oneprice .price{margin-left:0}.product-group .price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-group .price .screen-reader-text{display:none!important}.product-group .price del{position:relative;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:10px;font-weight:600;font-size:20px;color:rgba(0,0,0,.9);opacity:1}.product-group .price del::before{content:"";position:absolute;left:50%;top:50%;width:100%;height:1px;background:var(--color-text);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product-group .price bdi{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;font-weight:600;font-size:30px;letter-spacing:.03em}.product-group .price bdi ins{font-weight:600!important}.product-group .quantity{margin-left:auto!important}.product-group .btn-order{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px}.product-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:50px;gap:30px}.product-block__item.active .product-block__title ins{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.product-block__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer}.product-block__title:hover span{color:var(--color-accent)}.product-block__title span{font-weight:500;font-size:24px;-webkit-transition:var(--trs);transition:var(--trs)}.product-block__title ins{width:24px;height:24px;background:url(../../assets/img/svg/icon--arrow-select.svg) center center/10px 10px no-repeat;-webkit-transition:var(--trs);transition:var(--trs)}.product-block__content{overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease-out;transition:max-height .3s ease-out}.product-block__text{font-weight:400;line-height:150%;color:rgba(0,0,0,.8);text-wrap:pretty}.product-block__text p{padding-top:15px}.product-block__video video{margin-top:15px;border-radius:30px;width:100%;height:auto;aspect-ratio:16/9}.product .container{width:100%}.products{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}@media (max-width:576px){.product-group .btn-order{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px;width:100%;height:50px}.products{gap:10px}}.products.loading{position:relative;opacity:.6;pointer-events:none}.products.loading::after{content:"";position:absolute;left:50%;top:50%;margin:-20px 0 0 -20px;border:4px solid #ccc;border-top-color:#333;border-radius:50%;width:40px;height:40px;-webkit-animation:1s linear infinite spin;animation:1s linear infinite spin}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.products__loop{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:15px}.products__loop .product-card__loop{-webkit-box-flex:1;-ms-flex:1 1 calc(25% - 15px);flex:1 1 calc(25% - 15px);height:unset}@media (max-width:1024px){.products__loop .product-card__loop{-webkit-box-flex:1;-ms-flex:1 1 calc(50% - 15px);flex:1 1 calc(50% - 15px)}}.products .loop-swiper-button-prev{left:-22px;-webkit-box-shadow:5px 5px 25px rgba(0,0,0,.05);box-shadow:5px 5px 25px rgba(0,0,0,.05)}.products .loop-swiper-button-next{right:-22px;-webkit-box-shadow:5px 5px 25px rgba(0,0,0,.05);box-shadow:5px 5px 25px rgba(0,0,0,.05)}.edge{margin:50px 0}@media (max-width:576px){.products__loop{gap:6px}.products__loop .product-card__loop{-webkit-box-flex:1;-ms-flex:1 1 calc(50% - 6px);flex:1 1 calc(50% - 6px)}.products .loop-swiper-button-prev{left:0}.products .loop-swiper-button-next{right:0}.edge{margin:30px 0}}.edge__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;gap:30px}.edge__row--cols-2 .edge__item{width:calc((100% - 30px)/ 2)}.edge__row--cols-3 .edge__item{width:calc((100% - 60px)/ 3)}.edge__row--cols-4 .edge__item{width:calc((100% - 90px)/ 4)}@media (max-width:1024px){.edge__row .edge__item{width:calc((100% - 30px)/ 2)}}@media (max-width:576px){.edge__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.edge__row .edge__item{width:100%}}.edge__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:5px;padding:25px 20px 25px 25px;width:calc(33.3333333333% - 20px);background:#fafafa;gap:15px}.edge img{-webkit-box-flex:0;-ms-flex:0 0 52px;flex:0 0 52px;width:52px;height:52px;aspect-ratio:1/1}@media (max-width:576px){.edge__item{padding:20px 10px 20px 20px;width:100%}.edge img{-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;width:32px;height:32px}}.edge svg{-webkit-box-flex:0;-ms-flex:0 0 52px;flex:0 0 52px;width:52px;height:52px;fill:#000}@media (max-width:576px){.edge svg{-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;width:32px;height:32px}}.edge__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.edge__text h2,.edge__text h3,.edge__text h4,.edge__text h5,.edge__text h6,.edge__text strong{font-weight:600;font-size:16px;line-height:90%;color:#000}.edge__text p{font-weight:400;font-size:14px;line-height:150%;color:var(--color-text)}.edge__text a{text-decoration:underline;color:var(--color-accent);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.form{position:relative;margin:0 auto;max-width:1080px}.form__center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form__item{width:calc(100% - 15px)}.form__item+.form__item{margin:10px 0 0}.form__item-3{margin:0 7.5px;width:calc(33.3333333333% - 15px)}@media (max-width:576px){.edge__text h2,.edge__text h3,.edge__text h4,.edge__text h5,.edge__text h6,.edge__text strong{font-size:14px}.edge__text p{font-size:12px}.form__item-3{margin:0 7.5px 15px;width:100%}.form__item input[type=submit]{margin-top:15px}}.form__item-3+.form__item-3{margin:0 7.5px}.form__item input[type=email],.form__item input[type=tel],.form__item input[type=text]{border:1px solid transparent;border-radius:10px;padding:25px 15px;width:100%;font-size:14px;line-height:13px;letter-spacing:.03em;background-color:#fafafa}.form__item input[type=email]::-webkit-input-placeholder,.form__item input[type=tel]::-webkit-input-placeholder,.form__item input[type=text]::-webkit-input-placeholder{font-size:14px;line-height:13px;letter-spacing:.03em;color:var(--color-text);opacity:1}.form__item input[type=email]::-moz-placeholder,.form__item input[type=tel]::-moz-placeholder,.form__item input[type=text]::-moz-placeholder{font-size:14px;line-height:13px;letter-spacing:.03em;color:var(--color-text);opacity:1}.form__item input[type=email]:-ms-input-placeholder,.form__item input[type=tel]:-ms-input-placeholder,.form__item input[type=text]:-ms-input-placeholder{font-size:14px;line-height:13px;letter-spacing:.03em;color:var(--color-text);opacity:1}.form__item input[type=email]::-ms-input-placeholder,.form__item input[type=tel]::-ms-input-placeholder,.form__item input[type=text]::-ms-input-placeholder{font-size:14px;line-height:13px;letter-spacing:.03em;color:var(--color-text);opacity:1}.form__item input[type=email]::placeholder,.form__item input[type=tel]::placeholder,.form__item input[type=text]::placeholder{font-size:14px;line-height:13px;letter-spacing:.03em;color:var(--color-text);opacity:1}.form__item textarea{border:1px solid transparent;border-radius:10px;padding:19px 15px 25px;width:100%;font-size:14px;line-height:13px;letter-spacing:.03em;background-color:#fafafa}.form__item textarea:-ms-input-placeholder{font-size:14px;line-height:13px;letter-spacing:.03em;color:var(--color-text);opacity:1}.form__item textarea::-moz-placeholder{font-size:14px;line-height:13px;letter-spacing:.03em;color:var(--color-text);opacity:1}.form__item textarea::-webkit-input-placeholder{font-size:14px;line-height:13px;letter-spacing:.03em;color:var(--color-text);opacity:1}.form__item textarea::-ms-input-placeholder{font-size:14px;line-height:13px;letter-spacing:.03em;color:var(--color-text);opacity:1}.form__item textarea::placeholder{font-size:14px;line-height:13px;letter-spacing:.03em;color:var(--color-text);opacity:1}.form__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 -7.5px}.form-callback{margin:0 auto 20px;max-width:500px}.wpcf7-form{position:relative;margin:0 auto 70px}.wpcf7-form.submitting{opacity:.5}.wpcf7-spinner{display:none!important}.wpcf7 form.aborted .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.sent .wpcf7-response-output{margin:0 auto;border-color:transparent!important;border-radius:10px;padding:30px;max-width:1080px;font-size:14px;line-height:18px;letter-spacing:.03em;text-align:center;color:#fff}.section-form-callback .wpcf7 form.aborted .wpcf7-response-output,.section-form-callback .wpcf7 form.failed .wpcf7-response-output,.section-form-callback .wpcf7 form.invalid .wpcf7-response-output,.section-form-callback .wpcf7 form.sent .wpcf7-response-output{max-width:500px}.wpcf7 form.sent .wpcf7-response-output{background-color:#46b450}.wpcf7 form.invalid .wpcf7-response-output{background-color:#ffb900}.wpcf7 form.aborted .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output{background-color:#dc3232}.wpcf7-not-valid{border:1px solid red!important}.wpcf7-not-valid-tip{margin:5px 0 0 15px;font-size:10px;line-height:10px;letter-spacing:.03em;text-align:left}.home .section-faq{padding:50px 0;background-color:#f9f9f9}.faq{margin:30px auto 0}@media (max-width:1024px){.home .section-faq,.section-faq{padding:30px 0}.faq{margin:20px 0 0}.faq__question{font-size:20px;line-height:150%}}.faq__item{padding:25px 0}.faq__item+.faq__item{border-top:1px solid rgba(0,0,0,.1)}.faq__question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;outline:0;border:none;width:100%;font-weight:500;font-size:20px;line-height:150%;text-align:left;color:var(--color-text);background:0 0;-webkit-transition:var(--trs);transition:var(--trs);cursor:pointer}.faq__question:hover{color:var(--color-accent)}.faq__question .faq__icon{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.faq__question .faq__icon svg{display:block;stroke:currentcolor}.faq__question--active{color:var(--color-accent)}.faq__question--active .faq__icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.faq__answer{overflow:hidden;max-height:0;-webkit-transition:max-height .4s ease-out;transition:max-height .4s ease-out}.faq__answer-content{padding:8px 0 16px;font-size:14px;line-height:150%}.faq__answer-content p{margin:10px 0;letter-spacing:-.01em;color:var(--color-text);opacity:.7}.faq__more{display:block;margin:40px auto 0;font-size:17px;color:var(--color-text);-webkit-transition:var(--trs);transition:var(--trs)}.faq__more:hover{color:var(--color-accent)}.fancybox__backdrop::after{content:"";position:absolute;left:50%;top:50%;width:10%;height:10%;background-image:var(--bg-image);background-position:center center;background-size:cover;background-repeat:no-repeat;opacity:.3;-webkit-filter:blur(2px);filter:blur(2px);-webkit-transform:scale(11);-ms-transform:scale(11);transform:scale(11)}.fancybox__toolbar{padding:16px}.fancybox__nav,.fancybox__toolbar{--f-button-border-radius:50%;--f-button-bg:rgb(91 78 76 / 64%);--f-button-hover-bg:rgb(91 78 76 / 74%);--f-button-active-bg:rgb(91 78 76 / 84%)}.fancybox__nav{--f-button-svg-width:22px;--f-button-svg-height:22px}.fancybox__thumbs.is-classic{--f-thumb-width:48px;--f-thumb-height:48px;--f-thumb-gap:16px;--f-thumb-border-radius:6px;--f-thumb-outline:0}.caption{font-size:13px;line-height:140%;color:rgba(0,0,0,.5)}.return-to-shop{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:50px}.woocommerce-notices-wrapper{margin-right:auto;margin-left:auto;width:100%;max-width:1400px}table.woocommerce-checkout-review-order-table .product-name{width:55%}.woocommerce-checkout p+p{margin-top:0!important}.woocommerce-shipping-fields{margin-top:30px}.woocommerce-additional-fields__field-wrapper,.woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields__field-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}.form-row{margin:0 15px 30px}.form-row__col{width:calc(100% - 30px)}.form-row__col-two{width:calc(50% - 30px)}@media (max-width:576px){.form-row{margin:0 15px 16px}.form-row__col-two{width:100%}}.form-row .notes{width:100%}.form-row-wide,.form-row.notes{width:calc(100% - 30px)}.form-row-first,.form-row-last{width:calc(50% - 30px)}@media (max-width:576px){.form-row-first,.form-row-last{width:calc(100% - 30px)}#billing_first_name_field,#billing_last_name_field,#shipping_first_name_field,#shipping_last_name_field{width:calc(50% - 30px)}}.dtwc-fields-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;width:calc(100% + 30px)}.dtwc-fields-row .form-row{width:calc(50% - 30px)}@media (max-width:576px){.dtwc-fields-row .form-row{width:calc(100% - 30px)}}.cart-collaterals{position:relative;width:100%}.wc_payment_method{list-style-type:none}.wc_payment_method::marker{display:none}.woocommerce-input-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.woocommerce-input-wrapper .select2-selection--single,.woocommerce-input-wrapper input,.woocommerce-input-wrapper select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid rgba(var(--color-text),.2);width:100%;min-height:40px}.woocommerce-input-wrapper .select2-selection--single::-webkit-input-placeholder,.woocommerce-input-wrapper input::-webkit-input-placeholder,.woocommerce-input-wrapper select::-webkit-input-placeholder{padding:0!important}.woocommerce-input-wrapper .select2-selection--single::-moz-placeholder,.woocommerce-input-wrapper input::-moz-placeholder,.woocommerce-input-wrapper select::-moz-placeholder{padding:0!important}.woocommerce-input-wrapper .select2-selection--single:-ms-input-placeholder,.woocommerce-input-wrapper input:-ms-input-placeholder,.woocommerce-input-wrapper select:-ms-input-placeholder{padding:0!important}.woocommerce-input-wrapper .select2-selection--single::-ms-input-placeholder,.woocommerce-input-wrapper input::-ms-input-placeholder,.woocommerce-input-wrapper select::-ms-input-placeholder{padding:0!important}.woocommerce-input-wrapper .select2-selection--single::placeholder,.woocommerce-input-wrapper input::placeholder,.woocommerce-input-wrapper select::placeholder{padding:0!important}.woocommerce-invalid .select2-selection--single,.woocommerce-invalid input,.woocommerce-invalid select{border:1px solid red!important}.woocommerce-form__label-for-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce form .form-row .input-checkbox{position:relative;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;vertical-align:top;margin-right:10px;width:16px;height:16px;min-height:16px}.woocommerce form .form-row .input-checkbox::before{content:"";position:absolute;left:50%;top:50%;width:10px;height:10px;max-width:10px;max-height:10px;background-size:10px 10px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.woocommerce form .form-row .input-checkbox:checked::before{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTUuNTU2IDUxNS41NTYiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTE1LjU1NiA1MTUuNTU2IiB3aWR0aD0iNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0wIDI3NC4yMjYgMTc2LjU0OSAxNzYuODg2IDMzOS4wMDctMzM4LjY3Mi00OC42Ny00Ny45OTctMjkwLjMzNyAyOTAtMTI4LjU1My0xMjguNTUyeiIvPjwvc3ZnPg==)}.wc-terms-and-conditions span{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px}.wc-terms-and-conditions span a{margin-left:3px;text-decoration:underline}.woocommerce-privacy-policy-text{margin-bottom:20px}.woocommerce-privacy-policy-text,.woocommerce-privacy-policy-text p{font-size:14px!important;color:rgba(0,0,0,.5)}.woocommerce-privacy-policy-text a,.woocommerce-privacy-policy-text p a{text-decoration:underline;color:currentcolor}.woocommerce-terms-and-conditions-checkbox-text{font-size:10px}.woocommerce form .form-row .required{border-bottom:0!important;text-decoration:none}ul.woocommerce-order-overview li{list-style-type:none!important}@media (max-width:576px){ul.woocommerce-order-overview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0!important}ul.woocommerce-order-overview li{border-right:none!important;border-bottom:1px dashed #d3ced2;padding-bottom:15px}.wc-account-sidebar{margin-bottom:50px}}.wc-account{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:50px}.wc-account-sidebar{width:230px}@media (max-width:1024px){.wc-account{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wc-account-sidebar{width:100%}}.wc-account-sidebar ul{margin-right:20px}.wc-account-sidebar ul li{padding:5px 0}.wc-account-sidebar ul li.is-active a{color:var(--color-accent)}.wc-account-sidebar ul li a{display:block;padding:5px;color:#000}.wc-account-sidebar ul li+li{border-top:1px solid rgba(0,0,0,.1)}.wc-account-content{width:calc(100% - 250px)}.order-total-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.woocommerce-additional-fields{margin-top:30px}.woocommerce-cart,.woocommerce-page{position:relative}.woocommerce-cart ins,.woocommerce-page ins{text-decoration:none}.woocommerce-cart h1,.woocommerce-page h1{margin-bottom:30px;font-weight:400;font-size:30px;line-height:35px;letter-spacing:.03em;text-transform:none;color:var(--color-text)}.woocommerce-cart h2,.woocommerce-page h2{margin-bottom:30px;font-weight:400;font-size:30px;line-height:35px;letter-spacing:.03em;text-transform:none}.woocommerce-cart h3,.woocommerce-page h3{margin-top:0;margin-bottom:15px;font-weight:500;font-size:18px;line-height:normal;text-transform:none}.woocommerce-cart h4,.woocommerce-page h4{font-weight:400}.woocommerce-cart-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:1024px){.wc-account-content{width:100%}.woocommerce-cart-right{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}#place_order,.checkout-button{display:inline-block;border:none;border-radius:60px;padding:20px;width:100%;text-align:center;color:#fff;background-color:#239d3d}#place_order:hover,.checkout-button:hover{color:#fff;background-color:rgba(35,157,61,.8)}.empty_cart,.update_cart{float:right;border:none;border-radius:2px;padding:10px 25px;font-size:16px;color:var(--color-text);-webkit-transition:var(--trs);transition:var(--trs)}.empty_cart.update,.update_cart.update{color:#fff;background-color:var(--color-accent)}.update_cart{display:none!important}.woocommerce .text-info{font-size:14px;line-height:18px;color:#808d9a}.woocommerce small.note{display:block;margin-top:10px;font-size:.857em;color:#767676}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0;font-size:.92em;color:#767676}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .woocommerce-breadcrumb a{color:#767676}.woocommerce .quantity .qty{width:3.631em;text-align:center}@media (max-width:576px){.woocommerce-additional-fields{margin-top:0}.empty_cart,.update_cart{width:100%;text-align:center}.woocommerce .quantity .qty{-webkit-box-flex:1;-ms-flex:auto;flex:auto}}.woocommerce div.product{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--color-text)}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{display:inline-block;font-weight:400;background:inherit}.woocommerce div.product p.price del,.woocommerce div.product span.price del{display:inline-block;text-decoration:none!important}.woocommerce div.product p.stock{margin-top:30px;font-size:20px}.woocommerce div.product .stock{color:#77a464}.woocommerce div.product .out-of-stock{color:red}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;-webkit-box-shadow:none;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{margin:0;padding:0;-webkit-transition:.5s cubic-bezier(.795,-.035,0,1);transition:.5s cubic-bezier(.795,-.035,0,1)}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){display:inline-block;width:25%}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;right:.5em;top:.5em;z-index:9;border-radius:100%;width:36px;height:36px;-webkit-box-sizing:content-box;box-sizing:content-box;font-size:2em;text-indent:-9999px;background:#fff}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{content:"";position:absolute;left:9px;top:9px;display:block;border:2px solid #000;border-radius:100%;width:10px;height:10px;-webkit-box-sizing:content-box;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{content:"";position:absolute;left:22px;top:19px;display:block;border-radius:6px;width:2px;height:8px;-webkit-box-sizing:content-box;box-sizing:content-box;background:#000;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;margin:0;padding:0;zoom:1}.woocommerce div.product div.images .flex-control-thumbs li{float:left;list-style:none;margin:0;width:25%}.woocommerce div.product div.images .flex-control-thumbs li img{margin:0;opacity:.5;cursor:pointer}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1),.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1),.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.social{margin:0 0 1em;text-align:right}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{position:relative;list-style:none;overflow:hidden;margin:0 0 1.618em;padding:0 0 0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li{position:relative;z-index:0;display:inline-block;margin:0 -5px;border:1px solid #d3ced2;border-radius:4px 4px 0 0;padding:0 1em;background-color:#ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:400;text-decoration:none;color:#515151}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6a6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{z-index:2;border-bottom-color:#fff;background:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{text-shadow:inherit;color:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{-webkit-box-shadow:2px 2px 0 #fff;box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{-webkit-box-shadow:-2px 2px 0 #fff;box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{content:" ";position:absolute;bottom:-1px;border:1px solid #d3ced2;width:5px;height:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-width:0 1px 1px 0;border-bottom-right-radius:4px;-webkit-box-shadow:2px 2px 0 #ebe9eb;box-shadow:2px 2px 0 #ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-width:0 0 1px 1px;border-bottom-left-radius:4px;-webkit-box-shadow:-2px 2px 0 #ebe9eb;box-shadow:-2px 2px 0 #ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs::before{content:" ";position:absolute;left:0;bottom:0;z-index:1;border-bottom:1px solid #d3ced2;width:100%}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{vertical-align:top;border:0;line-height:2em}.woocommerce div.product form.cart .variations label{font-weight:400}.woocommerce div.product form.cart .variations select{display:inline-block;margin-right:1em;min-width:75%;max-width:100%}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{font-size:.83em;visibility:hidden}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{float:left;vertical-align:middle}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;border:0;padding-bottom:.5em}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;margin:0 auto;width:auto;-webkit-transform:scale(1.5,1.5);-ms-transform:scale(1.5,1.5);transform:scale(1.5,1.5)}.woocommerce span.onsale{position:absolute;left:-.5em;top:-.5em;z-index:9;margin:0;border-radius:100%;padding:.202em;min-width:3.236em;min-height:3.236em;font-weight:400;font-size:.857em;line-height:3.236;text-align:center;color:#fff;background-color:#77a464}.woocommerce .products ul,.woocommerce ul.products{clear:both;list-style:none;margin:0 0 1em;padding:0}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none}.woocommerce ul.products li.product .onsale{left:auto;right:0;top:0;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{margin:0;padding:.5em 0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a img{display:block;margin:0 0 1em;width:100%;height:auto;-webkit-box-shadow:none;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{margin-top:1em}.woocommerce ul.products li.product .price{display:block;margin-bottom:.5em;font-weight:400;font-size:.857em;color:#77a464}.woocommerce ul.products li.product .price del{display:inline-block;color:inherit;opacity:.5}.woocommerce ul.products li.product .price ins{display:inline-block;font-weight:400;background:0 0}.woocommerce ul.products li.product .price .from{margin:-2px 0 0;font-size:.67em;text-transform:uppercase;color:rgba(132,132,132,.5)}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:50px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 4px;border-radius:20px;width:40px;height:40px}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover{color:#8a7e88;background:#ebe9eb}.woocommerce nav.woocommerce-pagination ul li span.current{color:#fff;background-color:var(--color-accent)}.woocommerce #reviews h2 small{float:right;margin:10px 0 0;font-size:15px;color:#767676}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{list-style:none;margin:0;width:100%;background:0 0}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{position:relative;margin:0 0 20px;border:0;padding:0;background:0}.woocommerce #reviews #comments ol.commentlist li .meta{font-size:.75em;color:#767676}.woocommerce #reviews #comments ol.commentlist li img.avatar{position:absolute;left:0;top:0;float:left;margin:0;border:1px solid #e4e1e3;padding:3px;width:32px;height:auto;-webkit-box-shadow:none;box-shadow:none;background:#ebe9eb}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{margin:20px 0 0 50px;border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{position:relative;float:right;overflow:hidden;width:5.4em;height:1em;font-family:star;font-size:1em;line-height:1}.woocommerce .star-rating::before{content:"sssss";position:absolute;left:0;top:0;float:left;color:#d3ced2}.woocommerce .star-rating span{position:absolute;left:0;top:0;float:left;overflow:hidden;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";position:absolute;left:0;top:0}.woocommerce .woocommerce-product-rating{display:block;line-height:2}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{float:left;margin:.5em 4px 0 0}.woocommerce .products .star-rating{display:block;float:none;margin:0 0 .5em}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;border:0;padding:0;width:auto;background:0 0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.woocommerce p.stars a{position:relative;display:inline-block;width:1em;height:1em;text-decoration:none;text-indent:-999em}.woocommerce p.stars a::before{content:"\e021";position:absolute;left:0;top:0;display:block;width:1em;height:1em;font-family:WooCommerce;line-height:1;text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars.selected a.active::before,.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{margin-bottom:1.618em;border:0;border-top:1px dotted rgba(0,0,0,.1);width:100%}.woocommerce table.shop_attributes th{margin:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);padding:8px;width:150px;font-weight:400;line-height:1.5}.woocommerce table.shop_attributes td{margin:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);padding:0;font-style:italic;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{margin:0 -1px 24px 0;border:1px solid rgba(0,0,0,.1);border-collapse:separate;border-radius:5px;width:100%;text-align:left;background:#fff}.woocommerce table.shop_table th{padding:9px 12px;font-weight:400;line-height:1.5em}.woocommerce table.shop_table td{vertical-align:middle;border-top:1px solid rgba(0,0,0,.1);padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td del,.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{border-top:1px solid rgba(0,0,0,.1);font-weight:400}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{vertical-align:middle;padding:15px 10px}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{display:inline-block;clear:both;float:none;list-style:none;margin-right:.25em}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none;margin:0;padding:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{list-style:none;margin:0;padding:4px 0}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:400}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;-webkit-box-shadow:none;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;border-left:2px solid rgba(0,0,0,.1);padding-left:1em}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:none;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{clear:left;margin:0 4px 0 0;padding:0 0 .25em;font-weight:400}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #ebe9eb;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{display:inline-block;min-width:40px}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{position:relative;padding-top:0;padding-left:2em}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;left:0;top:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce ul#shipping_method{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style:none;margin:0;padding:15px 0 0}.woocommerce ul#shipping_method li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;list-style:none;margin:0 0 .5em;font-size:16px;line-height:1.5em}.woocommerce ul#shipping_method li .shipping-radio_wrap{width:24px}.woocommerce ul#shipping_method li input{vertical-align:middle;margin:-3px 15px 0 0}.woocommerce ul#shipping_method li label{display:inline;width:calc(100% - 24px);font-size:14px}.woocommerce ul#shipping_method .amount{font-weight:400}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{list-style:none;margin:20px 0 3em}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;list-style-type:none;margin-right:2em;margin-left:0;border-right:1px dashed #d3ced2;padding-right:2em;padding-left:0;font-size:.715em;line-height:1;text-transform:uppercase}@media (max-width:576px){.woocommerce div.product form.cart div.quantity{width:100%}.woocommerce table.shop_table thead{display:none}.woocommerce ul.order_details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0}.woocommerce ul.order_details li{margin-right:0;margin-bottom:2em;border-right:0;border-bottom:1px dashed #d3ced2;padding-right:0;padding-bottom:2em;width:100%}}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;line-height:1.5;text-transform:none}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:400}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details address{margin-bottom:0;border:1px solid rgba(0,0,0,.1);border-right-width:2px;border-bottom-width:2px;border-radius:5px;padding:6px 12px;width:100%;font-style:normal;text-align:left}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{margin-bottom:0;padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{content:"\e037";position:absolute;margin-right:.618em;margin-left:-1.5em;font-family:WooCommerce;font-weight:400;-webkit-font-smoothing:antialiased;font-variant:normal;line-height:1.75;text-decoration:none;text-transform:none}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{content:"\e02d";position:absolute;margin-right:.618em;margin-left:-1.5em;font-family:WooCommerce;font-weight:400;-webkit-font-smoothing:antialiased;font-variant:normal;line-height:1.75;text-decoration:none;text-transform:none}.woocommerce .woocommerce-widget-layered-nav-list{list-style:none;margin:0;border:0;padding:0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{list-style:none;padding:0 0 1px}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{content:"\e013";margin-right:.618em;font-family:WooCommerce;font-weight:400;-webkit-font-smoothing:antialiased;font-variant:normal;line-height:1;text-decoration:none;text-transform:none;color:#a00}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{list-style:none;overflow:hidden;margin:0;border:0;padding:0;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;list-style:none;padding:0 1em 1px 1px}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{content:"\e013";vertical-align:inherit;margin-right:.5em;font-family:WooCommerce;font-weight:400;-webkit-font-smoothing:antialiased;font-variant:normal;line-height:1;text-decoration:none;text-transform:none;color:#a00}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{font-size:.8751em;line-height:2.4;text-align:right}.woocommerce .widget_price_filter .price_slider_amount .button{float:left;font-size:1.15em}.woocommerce .widget_price_filter .ui-slider{position:relative;margin-right:.5em;margin-left:.5em;text-align:left}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;top:-.3em;z-index:2;margin-left:-.5em;outline:0;border-radius:1em;width:1em;height:1em;background-color:#a46497;cursor:ew-resize}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;display:block;border:0;border-radius:1em;font-size:.7em;background-color:#a46497}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border:0;border-radius:1em;background-color:#462940}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{list-style:none;margin:0;border:0;padding:0}.woocommerce .widget_rating_filter ul li{list-style:none;padding:0 0 1px}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{display:inline-block;float:none}.woocommerce .widget_rating_filter ul li.chosen a::before{content:"\e013";margin-right:.618em;font-family:WooCommerce;font-weight:400;-webkit-font-smoothing:antialiased;font-variant:normal;line-height:1;text-decoration:none;text-transform:none;color:#a00}.woocommerce-no-js form.woocommerce-form-coupon{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{position:relative;list-style:none;margin:30px 0 2em;border-top:3px solid #a46497;border-radius:0 0 15px 20px;padding:1em 2em;width:auto;word-wrap:break-word;color:var(--color-text);background:#fafafa}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none!important;margin-left:0!important;padding-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{unicode-bidi:embed;direction:ltr}.woocommerce-message{border-top-color:#239d3d}.woocommerce-info{border-top-color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error li{font-size:14px}.woocommerce-error>li>span>span>ins{white-space:nowrap}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{margin-bottom:0;font-weight:400}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{content:"\e00a";margin-right:.618em;font-family:WooCommerce;font-weight:400;-webkit-font-smoothing:antialiased;font-variant:normal;line-height:1;text-decoration:none;text-transform:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}@media (max-width:576px){.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{display:block;width:100%}}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;height:auto;-webkit-box-shadow:none;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;margin:0 4px 0 0;outline:0;border:1px solid #d3ced2;padding:6px 6px 5px;-webkit-box-sizing:border-box;box-sizing:border-box}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{vertical-align:middle;margin:0}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{font-size:.83em;color:#767676}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{margin:0 0 6px;border-collapse:separate;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-right:0;border-left:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#77a464}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid rgba(0,0,0,.1)}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{clear:none;float:left}#add_payment_method .checkout .col-2 .form-row-first,#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-weight:400;font-size:11px;color:#767676}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{clear:left;padding:0;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{border-radius:5px;background:#fafafa}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{list-style:none;margin:0;padding:1em;text-align:left}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{margin:0;font-weight:400;line-height:2;text-align:left;cursor:pointer}#add_payment_method #payment ul.payment_methods li label,.woocommerce-cart #payment ul.payment_methods li label,.woocommerce-checkout #payment ul.payment_methods li label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:23px}#add_payment_method #payment ul.payment_methods li label img,.woocommerce-cart #payment ul.payment_methods li label img,.woocommerce-checkout #payment ul.payment_methods li label img{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-right:15px}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{position:relative;float:left;vertical-align:top;margin-top:5px;margin-right:10px;border-radius:8px;width:16px;height:16px}#add_payment_method #payment ul.payment_methods li input::before,.woocommerce-cart #payment ul.payment_methods li input::before,.woocommerce-checkout #payment ul.payment_methods li input::before{content:"";position:absolute;left:50%;top:50%;border-radius:4px;width:8px;height:8px;background-color:transparent;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#add_payment_method #payment ul.payment_methods li input:checked::before,.woocommerce-cart #payment ul.payment_methods li input:checked::before,.woocommerce-checkout #payment ul.payment_methods li input:checked::before{background-color:var(--color-accent)}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{position:relative;vertical-align:middle;margin:2px 0 0 .5em;padding:0;max-height:20px;-webkit-box-shadow:none;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;margin:0;border-radius:2px;padding:5px 10px 10px;width:100%;font-size:.92em;line-height:1.5;color:var(--color-text)}#add_payment_method #payment div.payment_box>p:first-child,.woocommerce-cart #payment div.payment_box>p:first-child,.woocommerce-checkout #payment div.payment_box>p:first-child{margin-left:13px}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#bbb3b9 #c7c1c6 #c7c1c6}#add_payment_method #payment div.payment_box ::input-placeholder,.woocommerce-cart #payment div.payment_box ::input-placeholder,.woocommerce-checkout #payment div.payment_box ::input-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box :placeholder,.woocommerce-cart #payment div.payment_box :placeholder,.woocommerce-checkout #payment div.payment_box :placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box :input-placeholder,.woocommerce-cart #payment div.payment_box :input-placeholder,.woocommerce-checkout #payment div.payment_box :input-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{position:relative;vertical-align:middle;margin:-3px 1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{margin:1em 0 0;border:0;padding:0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{padding:8px;font-size:1.5em;background-position:right .618em center;background-size:32px 20px;background-repeat:no-repeat}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-weight:400;font-size:.857em;color:#767676}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;font-size:.83em;line-height:52px}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{vertical-align:middle;max-height:52px}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-invalid #terms{outline:red solid 2px;outline-offset:2px}.woocommerce-password-strength{padding:3px .5em;font-weight:400;font-size:1em;text-align:center}.woocommerce-password-strength.strong{border-color:#83c373;background-color:#c1e1b9}.woocommerce-password-strength.short{border-color:#e35b5b;background-color:#f1adad}.woocommerce-password-strength.bad{border-color:#f78b53;background-color:#fbc5a9}.woocommerce-password-strength.good{border-color:#ffc733;background-color:#ffe399}.woocommerce-password-hint{display:block;margin:.5em 0 0}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{font-size:inherit;line-height:inherit;color:inherit}.twentysixteen .price ins{color:inherit;background:inherit}.addresses{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:1024px){.addresses{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.addresses-col{width:calc(50% - 20px)}fieldset{display:block;margin:30px 0;border:none}fieldset legend{margin-bottom:10px;font-weight:400;font-size:18px}.product-summary form.cart .tc-totals-form.tm-totals-form-main{display:none}.product-summary form.cart .tm-extra-product-options{margin-top:20px}.product-summary form.cart .tm-extra-product-options .tc-row,.product-summary form.cart .tm-extra-product-options .tmcp-field-wrap,.product-summary form.cart .tm-extra-product-options .tmcp-ul-wrap{margin:0;padding:0;list-style:none}.product-summary form.cart .tm-extra-product-options .tc-section-fields>.tc-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.product-summary form.cart .tm-extra-product-options .cpf-element{margin-top:0!important}.product-summary form.cart .tm-extra-product-options .cpf-element.tc-hidden{display:none!important}.product-summary form.cart .tm-extra-product-options .cpf-type-checkbox+.cpf-type-product.tc-container-enabled,.product-summary form.cart .tm-extra-product-options .cpf-type-checkbox+.cpf-type-textarea.tc-container-enabled{margin-top:15px!important}.product-summary form.cart .tm-extra-product-options .cpf-type-product+.cpf-type-checkbox,.product-summary form.cart .tm-extra-product-options .cpf-type-textarea+.cpf-type-checkbox{margin-top:20px!important}.product-summary form.cart .tm-extra-product-options .cpf-type-checkbox .tm-epo-field-label{margin:0;padding:0;cursor:pointer}.product-summary form.cart .tm-extra-product-options .cpf-type-checkbox .tc-label-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;cursor:pointer}.product-summary form.cart .tm-extra-product-options .cpf-type-checkbox .tc-input-wrap{-ms-flex-negative:0;flex-shrink:0;overflow:visible}.product-summary form.cart .tm-extra-product-options .cpf-type-checkbox .tc-expand .tmcp-ul-wrap,.product-summary form.cart .tm-extra-product-options .cpf-type-checkbox .tmcp-field-wrap,.product-summary form.cart .tm-extra-product-options .cpf-type-checkbox .tmcp-field-wrap-inner,.product-summary form.cart .tm-extra-product-options .cpf-type-checkbox.tc-expand .tmcp-ul-wrap{overflow:visible}.product-summary form.cart .tm-extra-product-options .cpf-type-checkbox .tmcp-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;top:0;-ms-flex-negative:0;flex-shrink:0;margin:0;border:1px solid var(--color-accent);border-radius:10px;width:26px;height:26px;background:#fff;cursor:pointer}.product-summary form.cart .tm-extra-product-options .cpf-type-checkbox .tmcp-checkbox:checked{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23068D94'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-position:center;background-size:20px 20px;background-repeat:no-repeat}.product-summary form.cart .tm-extra-product-options .cpf-type-checkbox .tc-label-text{font-weight:500;font-size:16px;line-height:normal;letter-spacing:.03em;color:#1d1a1a}.product-summary form.cart .tm-extra-product-options .cpf-type-checkbox .tc-price-wrap{display:none}.product-summary form.cart .tm-extra-product-options .cpf-type-textarea .tm-epo-field-label{display:block;margin:0;padding:0}.product-summary form.cart .tm-extra-product-options .cpf-type-textarea .tmcp-textarea{display:block;border:none;border-radius:10px;padding:18px 16px;width:100%;min-height:80px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;line-height:1.5;letter-spacing:.03em;color:#1d1a1a;background:#f5f5f5;resize:vertical}.product-summary form.cart .tm-extra-product-options .cpf-type-textarea .tmcp-textarea:focus{outline:0}.product-summary form.cart .tm-extra-product-options .cpf-type-product .single_add_to_cart_product,.product-summary form.cart .tm-extra-product-options .cpf-type-product .tc-epo-element-product-holder,.product-summary form.cart .tm-extra-product-options .cpf-type-product .tc-epo-totals,.product-summary form.cart .tm-extra-product-options .cpf-type-product .tc-extra-product-options-inline,.product-summary form.cart .tm-extra-product-options .cpf-type-product .tc-product-hidden,.product-summary form.cart .tm-extra-product-options .cpf-type-product .tm-quantity,.product-summary form.cart .tm-extra-product-options .cpf-type-product .tm-quantity-alt,.product-summary form.cart .tm-extra-product-options .cpf-type-product .tm-totals-form-inline{display:none!important}.product-summary form.cart .tm-extra-product-options .cpf-type-product .tc-epo-element-product-container,.product-summary form.cart .tm-extra-product-options .cpf-type-product .tc-epo-element-product-container-wrap,.product-summary form.cart .tm-extra-product-options .cpf-type-product .tc-epo-element-product-li-container{overflow:visible}.product-summary form.cart .tm-extra-product-options .cpf-type-product .tc-epo-element-product-container-wrap{margin-top:0}.product-summary form.cart .tm-extra-product-options .cpf-type-product .tc-epo-element-product-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:25px}.product-summary form.cart .tm-extra-product-options .cpf-type-product .tc-epo-element-product-container-left{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto!important;max-width:none;padding:0 12px 12px 0}.product-summary form.cart .tm-extra-product-options .cpf-type-product .tc-product-image{margin:0;overflow:visible;border-radius:10px;-webkit-box-shadow:5px 4px 25px rgba(0,0,0,.1);box-shadow:5px 4px 25px rgba(0,0,0,.1)}.product-summary form.cart .tm-extra-product-options .cpf-type-product .tc-product-image img{display:block;border-radius:10px;width:80px;height:80px;-o-object-fit:cover;object-fit:cover;-webkit-box-shadow:none;box-shadow:none}.product-summary form.cart .tm-extra-product-options .cpf-type-product .tc-epo-element-product-container-right{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;width:auto!important;max-width:none}.product-summary form.cart .tm-extra-product-options .cpf-type-product .tc-epo-element-product-container-cart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}.product-summary form.cart .tm-extra-product-options .cpf-type-product h4.product-title{margin:0;font-weight:400;font-size:12px;line-height:normal;color:#000}.product-summary form.cart .tm-extra-product-options .cpf-type-product .product-price{margin:0}.product-summary form.cart .tm-extra-product-options .cpf-type-product .product-price .amount{font-weight:700;font-size:16px;line-height:normal;letter-spacing:-.05em;color:#333}.cart{position:relative}.cart__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:50px}@media (max-width:1024px){.cart__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.cart__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(100% - 330px)}@media (max-width:1440px){.cart__form{width:calc(100% - 330px)}}.cart__forms{border-radius:10px;padding:30px 0 20px}.cart__forms .coupon{display:inline-block}.cart__forms .coupon__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px;width:100%}.cart__forms .coupon__wrap .btn{margin-left:10px;border:none;padding:15px 25px}.cart__forms .coupon__wrap label{display:none}.cart__forms .coupon__wrap input{border:none;border-radius:60px;padding:0;height:60px;max-width:410px;font-weight:500;text-align:center;color:var(--color-text);background:#f5f5f5;padding-block:0;padding-inline:0}@media (max-width:576px){.cart__forms{padding:30px 0 20px}.cart__forms .coupon{width:100%}.cart__forms .coupon__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cart__forms .coupon__wrap .btn{max-width:100%;margin-top:10px;margin-left:0;width:100%}.cart__forms .coupon__wrap input{width:100%}}.cart__forms .coupon__wrap input:-ms-input-placeholder{font-weight:500;color:var(--color-text);opacity:.3}.cart__forms .coupon__wrap input::-moz-placeholder{font-weight:500;color:var(--color-text);opacity:.3}.cart__forms .coupon__wrap input::-webkit-input-placeholder{font-weight:500;color:var(--color-text);opacity:.3}.cart__forms .coupon__wrap input::-ms-input-placeholder{font-weight:500;color:var(--color-text);opacity:.3}.cart__forms .coupon__wrap input::placeholder{font-weight:500;color:var(--color-text);opacity:.3}.cart__table{margin-left:auto;width:100%;max-width:306px}@media (max-width:1024px){.cart__form{width:100%}.cart__forms{margin-right:0;width:100%}.cart__table{margin-top:0;max-width:100%}}.cart__table table{background-color:#fafafa}.cart_totals{margin-bottom:30px;border-radius:16px;padding:20px 24px 16px;background-color:#fafafa}.cart-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:15px;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px}@media (max-width:576px){.cart-item{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:30px;padding-bottom:30px}}.cart-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:50%}.cart-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100px}.cart-thumbnail img{border-radius:10px;width:100px;height:auto}@media (max-width:576px){.cart-inner{margin-top:30px;width:100%}.cart-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;margin-right:0;width:50px}.cart-thumbnail img{width:50px;height:auto}}.cart-name{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:15px;max-width:340px}@media (max-width:576px){.cart-name{-webkit-box-flex:0;-ms-flex:0 0 0 calc(100% - 50px);flex:0 0 0 calc(100% - 50px);margin-right:0;padding-left:15px;width:calc(100% - 50px)}.cart-quantity .pro-qty{margin-right:0}}.cart-name__attr{display:block;font-size:12px;color:#fff;opacity:.5}.cart-name a{font-size:16px;color:var(--color-text)}.cart-quantity{margin-right:15px}@media (max-width:1024px){.cart-quantity{margin-right:0;margin-left:0}.related .section__title h2{font-size:22px;line-height:26px}}.cart-price{position:relative;margin-right:15px;font-size:14px;color:var(--color-text)}.cart-price del{margin-right:5px}.cart-price-old{text-decoration:line-through;color:red}.cart-price-new{position:relative;margin-left:15px;font-weight:500;cursor:default}.cart-price-new:hover .cart-price-new-tooltip{display:block}.cart-price-new-tooltip{position:absolute;left:50%;top:100%;display:none;border-radius:5px;padding:5px;width:180px;-webkit-box-shadow:5px 5px 10px rgba(0,0,0,.1);box-shadow:5px 5px 10px rgba(0,0,0,.1);font-size:12px;text-align:center;background-color:#fff;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.cart-price-one{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 15px;width:auto}.cart-remove{position:relative}.cart-remove .remove{display:block;width:24px;height:24px;background-image:url(../../assets/img/svg/icon--cart-remove.svg);background-size:24px 24px;opacity:1;-webkit-transition:var(--trs);transition:var(--trs)}.cart-remove .remove:hover{opacity:.8}.cart .wc-forward{display:none!important}.shipping-radio{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shipping-radio__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shipping-radio input[type=radio]{margin-bottom:-3px;border-radius:8px;width:16px;height:16px;cursor:pointer}.shipping-radio input[type=radio]::before{content:"";position:absolute;left:50%;top:50%;border-radius:4px;width:8px;height:8px;background-color:transparent;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.shipping-radio p{position:relative;margin-bottom:0;padding:0 0 5px 30px;width:100%;font-weight:400;font-size:12px;color:rgba(0,0,0,.5)}.shipping .woocommerce-shipping-destination{padding:10px 10px 10px 0;font-size:14px;color:#666}.checkout{position:relative}.checkout__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:distribute;justify-content:space-around}@media (max-width:576px){.cart-quantity .pro-qty .qty{height:42px;font-size:14px}.cart-quantity .pro-qty .qty-btn{width:32px;height:42px}.cart-price-one{padding:0;font-size:14px}.cart-remove .remove{width:16px;height:16px;background-size:16px 16px}.checkout__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.checkout-detals{padding-right:112px;width:calc(100% - 450px)}@media (max-width:576px){.checkout-detals{padding-right:0;width:100%}}.checkout-order{width:100%;max-width:450px}.badge{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:5px}.badge-inline{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.badge span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;padding:0 8px 1px;font-size:14px;text-transform:uppercase;color:#fff;background:#18191c;gap:10px}.badge span.new{background:#01aaff}.badge span.hit{background:#ff5d02}.related{margin-bottom:50px}.related .loop-slider{overflow:hidden}.related .loop-slider .swiper-slide{height:auto}.related .loop-slider .product-card,.related .loop-slider .product-card__loop{width:100%;-webkit-box-flex:0;-ms-flex:none;flex:none}.related .loop-slider__pagination{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:15px;padding:25px 15px;gap:6px}.related .loop-slider__pagination.swiper-pagination-bullets{width:auto}.related .loop-slider__pagination .swiper-pagination-bullet{border-radius:50%;margin:0!important;width:8px;height:8px;background:#097c82;opacity:.3;-webkit-transition:width .3s,opacity .3s,border-radius .3s;transition:width .3s,opacity .3s,border-radius .3s}.related .loop-slider__pagination .swiper-pagination-bullet-active{border-radius:8px;width:20px;opacity:1}.loop-swiper-button-arrow{position:absolute;top:40%;z-index:10;border-radius:44px;width:44px;height:44px;-webkit-box-shadow:5px 5px 25px rgba(0,0,0,.25);box-shadow:5px 5px 25px rgba(0,0,0,.25);background:#fafafa;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.loop-swiper-button-arrow.swiper-button-disabled{opacity:.2}.loop-swiper-button-arrow svg{position:absolute;left:50%;top:50%;width:16px;height:16px;fill:var(--color-accent);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.loop-swiper-button-prev{left:-10px}.loop-swiper-button-prev svg{-webkit-transform:translate(-50%,-50%) rotate(-180deg);-ms-transform:translate(-50%,-50%) rotate(-180deg);transform:translate(-50%,-50%) rotate(-180deg)}.loop-swiper-button-next{right:-10px}.pro-qty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pro-qty .qty-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:60px;height:60px;background-color:#f1f1f1;-webkit-transition:var(--trs);transition:var(--trs);cursor:pointer}.pro-qty .qty-btn:hover{color:#fff;background-color:var(--color-accent)}.pro-qty .qty-btn.dec{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;border-radius:60px 0 0 60px;font-weight:500}.pro-qty .qty-btn.inc{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;border-radius:0 60px 60px 0;font-weight:500}.pro-qty .qty{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:0 1px;border:none;padding:0;width:100px;height:60px;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:500;color:var(--color-text);background:#f1f1f1;text-align:center}.added_to_cart{display:none!important}.checkout_coupon p:first-child{display:none}.checkout-coupon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px;width:100%}.checkout-coupon__text input{border:none!important;border-radius:10px!important;padding-left:16px!important;height:50px!important;max-width:410px!important;font-weight:500;text-transform:uppercase;color:var(--color-text);background:#f5f5f5}.checkout-coupon__text input:-ms-input-placeholder{font-weight:500;color:var(--color-text);opacity:.3}.checkout-coupon__text input::-moz-placeholder{font-weight:500;color:var(--color-text);opacity:.3}.checkout-coupon__text input::-webkit-input-placeholder{font-weight:500;color:var(--color-text);opacity:.3}.checkout-coupon__text input::-ms-input-placeholder{font-weight:500;color:var(--color-text);opacity:.3}.checkout-coupon__text input::placeholder{font-weight:500;color:var(--color-text);opacity:.3}.checkout-coupon__btn{margin-left:10px}@media (max-width:576px){.loop-swiper-button-arrow{top:30%}.checkout-coupon{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.checkout-coupon__text input{width:100%}.checkout-coupon__btn{margin-top:10px;margin-left:0;width:100%}}.checkout .form-row label{display:block;margin-bottom:10px;margin-left:5px;font-weight:400;font-size:14px}.checkout textarea{border:1px solid transparent;border-radius:10px;padding:19px 15px 25px;width:100%;font-weight:400;font-size:14px;line-height:13px;letter-spacing:.03em;color:var(--color-text);background:#fafafa}.checkout textarea:-ms-input-placeholder{font-weight:400;font-size:14px;line-height:13px;letter-spacing:.03em;color:var(--color-text);opacity:1}.checkout textarea::-moz-placeholder{font-weight:400;font-size:14px;line-height:13px;letter-spacing:.03em;color:var(--color-text);opacity:1}.checkout textarea::-webkit-input-placeholder{font-weight:400;font-size:14px;line-height:13px;letter-spacing:.03em;color:var(--color-text);opacity:1}.checkout textarea::-ms-input-placeholder{font-weight:400;font-size:14px;line-height:13px;letter-spacing:.03em;color:var(--color-text);opacity:1}.checkout textarea::placeholder{font-weight:400;font-size:14px;line-height:13px;letter-spacing:.03em;color:var(--color-text);opacity:1}.woocommerce-input-wrapper input,.woocommerce-input-wrapper select{border:1px solid transparent;border-radius:50px;padding:10px 16px;height:50px!important;width:100%;font-weight:400;font-size:16px;color:var(--color-text);background:#fafafa;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer}.woocommerce-input-wrapper input::-webkit-input-placeholder,.woocommerce-input-wrapper select::-webkit-input-placeholder{color:var(--color-text);opacity:.3}.woocommerce-input-wrapper input::-moz-placeholder,.woocommerce-input-wrapper select::-moz-placeholder{color:var(--color-text);opacity:.3}.woocommerce-input-wrapper input:-ms-input-placeholder,.woocommerce-input-wrapper select:-ms-input-placeholder{color:var(--color-text);opacity:.3}.woocommerce-input-wrapper input::-ms-input-placeholder,.woocommerce-input-wrapper select::-ms-input-placeholder{color:var(--color-text);opacity:.3}.woocommerce-input-wrapper input::placeholder,.woocommerce-input-wrapper select::placeholder{color:var(--color-text);opacity:.3}.woocommerce-input-wrapper select{padding-right:44px;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='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.embed-container{position:relative;overflow:hidden;margin-bottom:18px;padding-top:30px;padding-bottom:56.25%;height:0}.embed-container embed,.embed-container iframe,.embed-container object{position:absolute;left:0;top:0;border-radius:20px;width:100%!important;height:100%!important}.rank-math-breadcrumb{position:relative;margin:30px 0;font-weight:400;font-size:14px;color:#61504d;opacity:.3}.rank-math-breadcrumb a{color:currentcolor}.rank-math-breadcrumb .separator{margin:0 5px}.rank-math-breadcrumb .last{opacity:.8!important}@media (max-width:576px){.rank-math-breadcrumb{margin:30px -15px;overflow:scroll;padding:0 15px;white-space:nowrap;display:none}.rank-math-breadcrumb .last{margin-right:15px}}.page-template-default .rank-math-breadcrumb{padding:30px 0 0}.payments,.posts{position:relative;margin-top:30px}.payments__wrap,.posts__wrap{border-radius:10px;padding:50px;background:-webkit-gradient(linear,left top,right top,from(#fcfaf9),to(rgba(252,250,249,0)));background:linear-gradient(90deg,#fcfaf9 0,rgba(252,250,249,0) 100%)}.payments__desc,.posts__desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:600px}.payments__img,.posts__img{position:absolute;right:100px;top:50%;z-index:10;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:1024px){.payments__wrap,.posts__wrap{padding:30px}.payments__img,.posts__img{position:static;right:auto;top:auto;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.payments__img img,.posts__img img{display:block;width:100%;height:auto;max-width:380px}.payments__row,.posts__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:30px 0 0;gap:30px}@media (max-width:576px){.payments__wrap,.posts__wrap{padding:15px}.payments__row,.posts__row{gap:20px}}.payments h2,.posts h2{margin-bottom:15px}.payments p,.posts p{line-height:150%}.payments p:last-child,.posts p:last-child{margin-bottom:0}.posts{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:30px 0;gap:30px}.woocommerce-order-received.page .entry-content{width:100%}.archive .section-block-seo{margin-top:100px}.page-contact{position:relative}.page-contact__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:50px;margin-bottom:80px;height:100%}@media (max-width:576px){.page-contact__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:30px}}.page-contact-feedback{margin-bottom:60px;width:100%}.page-contact-feedback__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:-15px;margin-left:-15px}.page-contact-feedback__wrap:first-child{margin-top:50px}@media (max-width:576px){.page-contact-feedback__wrap:first-child{margin-top:30px}.page-contact-feedback__wrap+.page-contact-feedback__wrap{margin-top:15px}}.page-contact-feedback__wrap+.page-contact-feedback__wrap{margin-top:15px}.page-contact-feedback__col{margin:0 15px;width:calc(50% - 30px)}.page-contact-feedback__item{position:relative}.page-contact-feedback__item .wpcf7-list-item{margin:0}.page-contact-feedback__item input[type=email],.page-contact-feedback__item input[type=tel],.page-contact-feedback__item input[type=text]{border:1px solid transparent;border-radius:50px;padding:19px 24px;width:100%;height:60px;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--color-text);background:#fafafa}.page-contact-feedback__item input[type=email]::-webkit-input-placeholder,.page-contact-feedback__item input[type=tel]::-webkit-input-placeholder,.page-contact-feedback__item input[type=text]::-webkit-input-placeholder{font-size:16px;line-height:140%;color:var(--color-text)}.page-contact-feedback__item input[type=email]::-moz-placeholder,.page-contact-feedback__item input[type=tel]::-moz-placeholder,.page-contact-feedback__item input[type=text]::-moz-placeholder{font-size:16px;line-height:140%;color:var(--color-text)}.page-contact-feedback__item input[type=email]:-ms-input-placeholder,.page-contact-feedback__item input[type=tel]:-ms-input-placeholder,.page-contact-feedback__item input[type=text]:-ms-input-placeholder{font-size:16px;line-height:140%;color:var(--color-text)}.page-contact-feedback__item input[type=email]::-ms-input-placeholder,.page-contact-feedback__item input[type=tel]::-ms-input-placeholder,.page-contact-feedback__item input[type=text]::-ms-input-placeholder{font-size:16px;line-height:140%;color:var(--color-text)}.page-contact-feedback__item input[type=email]::placeholder,.page-contact-feedback__item input[type=tel]::placeholder,.page-contact-feedback__item input[type=text]::placeholder{font-size:16px;line-height:140%;color:var(--color-text)}.page-contact-feedback__item input[type=checkbox]{position:relative;margin-right:10px;border:none;border-radius:5px;width:24px;height:24px;background:#f60a36}.page-contact-feedback__item input[type=checkbox]::before{content:"";position:absolute;left:50%;top:50%;width:12px;height:12px;background-image:var(--color-accent);opacity:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:var(--trs);transition:var(--trs)}.page-contact-feedback__item input[type=checkbox]:hover::before{opacity:.4}.page-contact-feedback__item input[type=checkbox]:checked::before{opacity:1}.page-contact-feedback__item label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.page-contact-feedback__item textarea{border:0 solid transparent;border-radius:25px;padding:19px 24px;width:100%;height:285px;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--color-text);background:#fafafa}.page-contact-feedback__item textarea:-ms-input-placeholder{font-size:16px;line-height:140%}.page-contact-feedback__item textarea::-moz-placeholder{font-size:16px;line-height:140%}.page-contact-feedback__item textarea::-webkit-input-placeholder{font-size:16px;line-height:140%}.page-contact-feedback__item textarea::-ms-input-placeholder{font-size:16px;line-height:140%}.page-contact-feedback__item textarea::placeholder{font-size:16px;line-height:140%}.page-contact-feedback__item input[type=submit]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;padding:15px 45px;font-weight:500;font-size:16px;color:var(--color-text);background-image:var(--color-accent)}@media (max-width:576px){.page-contact-feedback__col{width:calc(100% - 30px)}.page-contact-feedback__item label span{font-size:14px}.page-contact-feedback__item textarea{margin-top:10px;height:150px}.page-contact-feedback__item input[type=submit]{margin-top:10px;width:100%;max-width:100%}}.page-contact-feedback__item.page-contact-feedback__submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.page-contact-feedback__item.page-contact-feedback__submit .wpcf7-spinner{display:none}.page-contact-feedback__item+.page-contact-feedback__item{margin-top:15px}.page-contact-feedback__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-contact-feedback__clear{position:absolute;right:15px;top:50%;z-index:99;width:24px;height:24px;background-image:url(../../assets/files/icons/svg/icon--close.svg);background-size:24px 24px;opacity:.4;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:var(--trs);transition:var(--trs);cursor:pointer}.page-contact-feedback__clear:hover{opacity:1}.page-contact-feedback .wpcf7-form.submitting{position:relative}.page-contact-feedback .wpcf7-form.submitting::before{content:"";position:absolute;inset:0;z-index:80;width:100%;height:100%;background-color:#f7f7f7;opacity:.7}.page-contact-feedback .wpcf7-form.submitting::after{content:"";position:absolute;left:50%;top:50%;z-index:90;width:52px;height:52px;background-image:url(../../assets/files/icons/svg/loader.svg);background-size:52px 52px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.contacts{position:relative}.contacts__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:50px 0;gap:50px}@media (max-width:1024px){.contacts__wrap{gap:30px 0}}@media (max-width:576px){.contacts__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.contacts__title h2{margin-bottom:15px}.contacts__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:25px}@media (max-width:1024px){.contacts__item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}}.contacts__item-icon{-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;width:32px;height:32px}.contacts__item-icon svg{width:32px;height:32px;fill:var(--color-accent)}.contacts__item-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.contacts__item-text span{font-size:12px;line-height:140%;white-space:nowrap;color:rgba(0,0,0,.5)}.contacts__item-text strong{font-weight:500;font-size:24px;line-height:140%;color:var(--color-text)}.contacts-form{display:block;margin:30px 0 50px}.grecaptcha-badge{visibility:hidden}.map{position:relative;margin:0 0 50px;width:100%}.map__grid{display:-ms-grid;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:30px}@media (max-width:1024px){.map__grid{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:40px}}@media (max-width:576px){.map__grid{gap:30px}}.map__photos{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;height:440px;width:100%;max-width:100%;min-width:0;gap:20px}@media (max-width:1024px){.map__photos{height:400px;gap:15px}}@media (max-width:576px){.map__photos{-ms-grid-columns:1fr;grid-template-columns:1fr;height:auto;gap:15px}}.map__photo{position:relative;overflow:hidden;border-radius:12px;width:100%;height:100%;min-width:0;min-height:200px}@media (max-width:576px){.map__photo{height:auto;min-height:0;aspect-ratio:1/1}.map__photo:not(.map__photo--large){min-height:0}}.map__photo img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.map__photo--large{grid-row:1/-1;height:440px}@media (max-width:1024px){.map__photo--large{height:400px}}@media (max-width:576px){.map__photo--large{grid-row:auto;height:auto;min-height:0;aspect-ratio:1/1}}.map__photo-group{display:-ms-grid;display:grid;-ms-grid-rows:1fr 1fr;grid-template-rows:1fr 1fr;height:440px;width:100%;max-width:100%;min-width:0;gap:20px}@media (max-width:1024px){.map__photo-group{height:400px;gap:15px}}@media (max-width:576px){.map__photo-group{-ms-grid-columns:minmax(0,1fr) minmax(0,1fr);grid-template-columns:minmax(0,1fr) minmax(0,1fr);-ms-grid-rows:auto;grid-template-rows:auto;height:auto;gap:15px}}.map__iframe{position:relative;overflow:hidden;border-radius:12px;width:100%;height:100%;max-width:100%;min-width:0;min-height:440px;background-color:#f1efee}@media (max-width:1024px){.map__iframe{min-height:400px}}.map iframe{border:none;width:100%;height:100%}.hidden{display:none!important}.hero-swiper{position:relative;overflow:hidden;margin-top:15px;margin-right:auto;margin-left:auto;border-radius:25px;width:100%;max-width:1280px;max-height:560px;aspect-ratio:8/3}@media (max-width:576px){.map__iframe{min-height:350px}.hero-swiper{margin-top:0;border-radius:0}}.hero-swiper .swiper-slide,.hero-swiper .swiper-wrapper{height:100%}.hero-swiper .swiper-pagination{position:absolute;left:0;right:0;bottom:18px;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px}.hero-swiper .swiper-pagination-bullet{border-radius:50%;width:10px;height:10px;background-color:#fff;opacity:.5;-webkit-transition:opacity .3s;transition:opacity .3s;cursor:pointer}.hero-swiper .swiper-pagination-bullet-active{opacity:1}.hero-slide{display:-ms-grid;display:grid;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;min-height:480px;max-height:560px;background:var(--slide-bg,linear-gradient(180deg,#068d94 0,#226a76 100%))}.hero-slide--image-right .hero-slide__text{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.hero-slide--image-right .hero-slide__media{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;border-radius:25px 0 0 25px}.hero-slide--image-left .hero-slide__text{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.hero-slide--image-left .hero-slide__media{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;border-radius:0 25px 25px 0}.hero-slide__media,.hero-slide__text{min-width:0}.hero-slide__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:48px 40px;text-align:center;background:var(--slide-bg,linear-gradient(180deg,#068d94 0,#226a76 100%))}.hero-slide__title{margin:0 0 20px;font-family:Montserrat,sans-serif;font-weight:700;font-size:clamp(20px,2.6vw,36px);line-height:1.3;text-transform:uppercase;color:var(--slide-text,#fff)}.hero-slide__subtitle{margin:0 0 36px;font-family:Montserrat,sans-serif;font-weight:400;font-size:clamp(14px,1.4vw,18px);line-height:1.6;color:var(--slide-text,#fff)}.hero-slide__btn{display:block;border:none;border-radius:4px;padding:16px 24px;width:100%;-webkit-box-shadow:none;box-shadow:none;font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;line-height:1.2;letter-spacing:.08em;text-align:center;text-decoration:none;text-transform:uppercase;color:var(--btn-text,#fff);background-color:var(--btn-bg,#a0647a);-webkit-transition:-webkit-filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s}.hero-slide__btn:hover{color:var(--btn-text,#fff);-webkit-filter:brightness(.9);filter:brightness(.9)}.hero-slide__media{overflow:hidden;height:100%;background:0 0}.hero-slide__media--rounded{overflow:hidden;border-radius:25px}.hero-slide__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}@media (width >= 769px){.hero-swiper{border-radius:20px;height:480px;max-height:480px;aspect-ratio:8/3}.hero-slide{min-height:auto;max-height:none;height:100%}.hero-slide--image-right .hero-slide__media{border-radius:20px 0 0 20px}.hero-slide--image-left .hero-slide__media{border-radius:0 20px 20px 0}.hero-slide__text{padding:32px 28px}.hero-slide__title{font-size:28px}.hero-slide__subtitle{margin-bottom:24px;font-size:16px}.hero-slide__btn{width:100%;max-width:320px}}@media (width <= 768px){.hero-swiper{height:auto;max-height:none;aspect-ratio:auto}.hero-slide{min-height:320px}.hero-slide__text{padding:28px 20px}.hero-slide__subtitle{margin-bottom:20px;font-size:13px}.hero-slide__btn{padding:12px 14px;font-size:12px}}@media (width <= 480px){.hero-slide{min-height:280px}.hero-slide__text{padding:20px 14px}.hero-slide__title{margin-bottom:10px;font-size:14px;letter-spacing:.02em}.hero-slide__subtitle{margin-bottom:16px;font-size:12px;line-height:1.4}.hero-slide__btn{padding:10px;font-size:11px;letter-spacing:.04em}}.section-block-hits .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px}.section-block-hits .terms__wrap{gap:10px}.section-block-hits .terms span{border-radius:20px;padding:15px 25px;font-weight:600;background:#f1f1f1}@media (max-width:576px){.section-block-hits .terms__wrap{gap:10px}.section-block-hits .terms span{padding:5px 15px;font-size:14px;font-weight:400}}.section-block-hits .terms span:hover{background:#e8e8e8}.section-block-hits .terms span.active{background:#097c82}.section-block-hits .product-card__loop{width:100%;-webkit-box-flex:0;-ms-flex:none;flex:none}.section-block-hits__slider{position:relative;width:100%}.section-block-hits__slider.loading{opacity:.6;pointer-events:none}.section-block-hits__slider.loading::after{content:"";position:absolute;left:50%;top:50%;z-index:5;margin:-20px 0 0 -20px;border:4px solid #ccc;border-top-color:#097c82;border-radius:50%;width:40px;height:40px;-webkit-animation:1s linear infinite hits-slider-spin;animation:1s linear infinite hits-slider-spin}.section-block-hits__slider.hits-slider--empty .hits-slider__pagination{display:none}.section-block-hits .hits-slider{overflow:hidden}.section-block-hits .hits-slider .swiper-slide{height:auto}.section-block-hits .hits-slider__pagination{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px 15px;gap:6px}.section-block-hits .hits-slider__pagination.swiper-pagination-bullets{width:auto}.section-block-hits .hits-slider__pagination .swiper-pagination-bullet{border-radius:50%;margin:0!important;width:8px;height:8px;background:#097c82;opacity:.3;-webkit-transition:width .3s,opacity .3s,border-radius .3s;transition:width .3s,opacity .3s,border-radius .3s}.section-block-hits .hits-slider__pagination .swiper-pagination-bullet-active{border-radius:8px;width:20px;opacity:1}.section-block-hits__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@-webkit-keyframes hits-slider-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes hits-slider-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.catalog-filters{margin-bottom:30px}.catalog-filters .woof_container_overlay_item,.catalog-filters .woof_show_auto_form{display:none}.catalog-filters .woof_redraw_zone{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:12px}@media (max-width:576px){.catalog-filters .woof_redraw_zone{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}}.catalog-filters .woof_container{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;margin-bottom:0;padding-bottom:0;min-width:180px}@media (max-width:576px){.catalog-filters .woof_container{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;min-width:0;width:100%}.catalog-filters .woof_submit_search_form_container{width:100%}}.catalog-filters .woof_block_html_items,.catalog-filters .woof_container_inner,.catalog-filters .woof_price_filter_dropdown_container{width:100%}.catalog-filters .woof_submit_search_form_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}.catalog-filters .woof_reset_search_form{float:none;border:none;border-radius:50px;padding:12px 28px;min-height:44px;font-family:var(--font-family);font-weight:500;font-size:16px;line-height:1;white-space:nowrap;color:#068d94;background:rgba(6,141,148,.1);-webkit-transition:var(--trs);transition:var(--trs);cursor:pointer}@media (max-width:576px){.catalog-filters .woof_reset_search_form{width:100%;margin-top:4px}}.catalog-filters .woof_reset_search_form:hover{color:#fff;background:var(--color-accent)}.catalog-filters .select2-container{width:100%!important;max-width:100%}.catalog-filters .select2-selection--single{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid rgba(0,0,0,.15);border-radius:8px;height:auto;min-height:44px;font-family:var(--font-family);font-size:14px;background:#fff;-webkit-transition:var(--trs);transition:var(--trs)}.catalog-filters .select2-selection--single .select2-selection__rendered{padding:10px 36px 10px 16px;line-height:1.4;color:rgba(0,0,0,.5)}.catalog-filters .select2-selection--single .select2-selection__arrow{top:50%;right:12px;height:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.catalog-filters .select2-selection--single .select2-selection__arrow b{border-top-color:rgba(0,0,0,.4)}.catalog-filters .select2-container--default.select2-container--focus .select2-selection--single,.catalog-filters .select2-container--default.select2-container--open .select2-selection--single{border-color:var(--color-accent);outline:0;-webkit-box-shadow:0 0 0 2px rgba(6,141,148,.15);box-shadow:0 0 0 2px rgba(6,141,148,.15)}.catalog-filters .select2-dropdown{overflow:hidden;border:1px solid rgba(0,0,0,.1);border-radius:8px;-webkit-box-shadow:0 8px 24px rgba(0,0,0,.08);box-shadow:0 8px 24px rgba(0,0,0,.08)}.catalog-filters .select2-results__option{padding:10px 16px;font-family:var(--font-family);font-size:14px}.catalog-filters .select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:var(--color-accent)}.error-404{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:80px;text-align:center}@media (max-width:576px){.error-404{margin-bottom:60px}}.error-404 .entry-title{margin:0 0 30px;font-family:var(--font-family,sans-serif);font-weight:700;font-size:32px;line-height:150%;letter-spacing:-2px}@media (max-width:1024px){.error-404 .entry-title{margin-bottom:20px;font-size:24px;line-height:35px;letter-spacing:-1px}}.error-404__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px;width:100%}.error-404__image picture{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:560px}.error-404__image img{width:100%;max-width:560px;height:auto;-o-object-fit:contain;object-fit:contain}.error-404__content{margin-bottom:30px;max-width:600px;font-size:16px;line-height:150%;color:var(--color-text)}.error-404__content p{margin:0}.error-404__actions{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(200px,1fr))[2];grid-template-columns:repeat(2,minmax(200px,1fr));gap:15px;width:100%;max-width:480px}.error-404__actions .btn{width:100%;margin-top:0}@media (max-width:576px){.error-404__actions{-ms-grid-columns:1fr;grid-template-columns:1fr;max-width:280px}}