/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}h1,h2,h3,h4,h5,h6{font-family:Chillax,sans-serif;line-height:1.2;letter-spacing:.5px;font-weight:500;margin-top:0;margin-bottom:.75em}h1{font-size:clamp(2rem,3vw,2.7rem)}h2{font-size:clamp(1.8rem,3vw,2.4rem)}h3{font-size:clamp(1.5rem,3vw,2.2rem)}h4,h5,h6{font-size:clamp(1.2rem,2vw,1.4rem)}html{font:inherit;vertical-align:baseline;-webkit-font-smoothing:antialiased;scroll-behavior:smooth;scroll-padding-top:100px}*,:after,:before{box-sizing:border-box}body{font-family:"Albert Sans",sans-serif;font-weight:300;font-size:clamp(1rem,3vw,1.2rem);line-height:1.6;background:#fff;color:#211111;min-height:100vh;min-height:100svh;-webkit-text-size-adjust:100%}img{display:block;max-width:100%;height:auto}figure{margin:0}strong{font-weight:500}a{color:currentColor;text-decoration:underline}a:hover{text-decoration:none}.button-row{display:flex;justify-content:flex-start;align-items:center;flex-flow:row wrap;gap:5px}@media screen and (min-width:1200px){.button-row{gap:10px}}.button-row+.button-row{margin-top:15px}.button-row__seperator{display:none}@media screen and (min-width:1200px){.button-row__seperator{display:block}}.button-row--left{justify-content:flex-start}.button-row--center{justify-content:center}.button-row--right{justify-content:flex-end}.button{font-family:Chillax,sans-serif;font-size:clamp(.85rem,3vw,1rem);-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:700;line-height:normal;border-radius:4px;display:inline-block;text-decoration:none;background:#492d2d;box-shadow:inset 0 -2px 0 0 color-mix(in oklab,#492d2d,#000 5%);color:#fff;padding:.75em 1.25em;transition:background .3s}@media screen and (min-width:992px){.button{padding:.85em 1.85em}}.button:hover{background:color-mix(in oklab,#492d2d,#000 5%);transition:background .3s}.button--bordered{color:#211111;background:0 0;box-shadow:inset 0 0 0 1px #211111}.button--bordered:hover{background:#211111;color:#fff}.container{padding:0 15px;margin:0 auto;width:100%;max-width:1280px}@media screen and (min-width:992px){.container--small{max-width:840px}}.hamburger{display:flex;width:30px;height:23px;position:relative;transform:rotate(0);transition:.3s ease-in-out;cursor:pointer}.hamburger__line{border-radius:100px;background:#211111;display:block;position:absolute;height:3px;width:100%;opacity:1;left:0;transform:rotate(0);transition:.3s ease-in-out}.hamburger__line:nth-child(1){top:0;transform-origin:left center}.hamburger__line:nth-child(2){top:10px;transform-origin:left center}.hamburger__line:nth-child(3){top:20px;transform-origin:left center}.hamburger.is-active .hamburger__line:nth-child(1){transform:rotate(45deg);top:-1px}.hamburger.is-active .hamburger__line:nth-child(2){width:0%;opacity:0}.hamburger.is-active .hamburger__line:nth-child(3){transform:rotate(-45deg);top:20px}.icon-list{display:none}@media (max-width:992px){.icon-list{display:flex;align-items:center;gap:10px;justify-content:center;list-style:none;height:40px;position:relative;overflow:hidden;margin:0;padding:0;background:#492d2d;color:#fff}.icon-list__item{display:block;text-align:center;position:absolute;opacity:0;transform:translateY(30px);animation:cycleItem 12s linear infinite;white-space:nowrap}.icon-list__item:nth-of-type(1){animation-delay:0s}.icon-list__item:nth-of-type(2){animation-delay:3s}.icon-list__item:nth-of-type(3){animation-delay:6s}.icon-list__item:nth-of-type(4){animation-delay:9s}@keyframes cycleItem{0%{transform:translateY(30px);opacity:0}25%,5%{transform:translateY(0);opacity:1}30%{transform:translateY(-30px);opacity:0}100%{transform:translateY(-30px);opacity:0}}}.logo__link{display:block}.logo__link-visual{max-width:100px;display:block;transition:max-width .3s}@media screen and (min-width:1400px){.logo__link-visual{max-width:200px}}.logo__link-pay-off{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.mobile-menu{position:fixed;top:0;background:#fff;width:100%;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:998;padding:103px 0 0 0;transform:translateY(-100%);opacity:0;transition:transform .6s,opacity .6s}.mobile-menu__navigation{display:flex;flex-direction:column;justify-content:flex-start;width:100%;min-height:100%}.mobile-menu__navigation .menu{padding:0;margin:0;list-style:none}.mobile-menu__navigation .menu-item{list-style:none;padding:0;margin:0;border-bottom:solid 1px #ffeed7}.mobile-menu__navigation .menu-item>a{padding:0 1em;line-height:60px;font-size:1.25rem;display:block;text-decoration:none}.mobile-menu__navigation .menu-item .sub-menu-toggler{background-image:url(../../images/arrow-right-primary.svg);background-repeat:no-repeat;background-size:20px;background-position:center center;display:inline-block;flex-shrink:0;width:60px;height:60px;text-align:center;cursor:pointer;border-left:solid 1px #ffeed7}.mobile-menu__navigation .menu-item--back a{display:flex;align-items:center;gap:5px;font-size:1rem;background:#ffeed7}.mobile-menu__navigation .menu-item--back a:before{content:"";background-image:url(../../images/arrow-right-primary.svg);background-repeat:no-repeat;background-size:contain;background-position:center center;transform:scaleX(-1);display:inline-block;flex-shrink:0;width:20px;height:20px;text-align:center;cursor:pointer}.mobile-menu__navigation .menu-item.current-menu-item>a{color:#492d2d}.mobile-menu__navigation .menu-item.menu-item-has-children{display:flex;justify-content:space-between;align-items:center}.mobile-menu__navigation .menu-item.menu-item-has-children>a{flex:1}.mobile-menu__navigation .menu-item .sub-menu{display:none;margin:0;padding:103px 0 0 0;list-style:none;position:absolute;inset:0;height:100%;width:100%;background:#fff}.mobile-menu__navigation .menu-item .sub-menu.is-open{display:flex;flex-direction:column;justify-content:flex-start}.is-mobile-menu-open .mobile-menu{transform:translateY(0);opacity:1;transition:transform .6s,opacity .6s}.is-mobile-menu-open{overflow:hidden}.payment-icons{display:flex;justify-content:flex-start;align-items:center;flex-flow:row wrap;gap:10px;list-style:none;margin:0;padding:0}@media screen and (min-width:992px){.payment-icons{gap:15px}}.payment-icons__item-icon{display:block;-o-object-fit:contain;object-fit:contain;width:40px;height:30px;max-height:30px}.cart_totals .payment-icons{margin-top:30px;justify-content:center}.search-form{display:flex;min-height:50px;max-height:50px;line-height:50px;width:100%;max-width:420px;min-width:420px;font-size:.9rem;background:#fff;border-radius:100px;box-shadow:inset 0 0 0 1px #e2e2e2}.search-form__label{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.search-form__input{width:100%;margin:0;padding:0 1.85em;background:0 0;border:none;color:#211111}.search-form__input:focus-visible{outline:0}.search-form__input::-moz-placeholder{font-size:.9rem;color:#999}.search-form__input::placeholder{font-size:.9rem;color:#999}.search-form__input::-webkit-search-cancel-button,.search-form__input::-webkit-search-decoration,.search-form__input::-webkit-search-results-button,.search-form__input::-webkit-search-results-decoration{-webkit-appearance:none}.search-form__button{font-size:0;width:80px;height:50px;flex-shrink:0;background-color:transparent;background-image:url(../../images/search.svg);background-size:25px;background-repeat:no-repeat;background-position:center center;border:none;margin:0;padding:0;cursor:pointer}@media screen and (max-width:992px){.site-header .search-form{display:none}}.section{position:relative;margin:2.25em 0}@media screen and (min-width:992px){.section{margin:3.35em 0}}.section:has(.swiper-wrapper){overflow:hidden}.section--tertiary{margin:0;background:#ffeed7;padding:2.25em 0}@media screen and (min-width:992px){.section--tertiary{padding:3.35em 0}}.shop-icons{display:flex;align-items:flex-start;gap:10px;list-style:none;margin:0;padding:0}@media screen and (min-width:992px){.shop-icons{gap:30px}}.shop-icons__item-link{display:flex;flex-direction:column;gap:5px;align-items:center;text-decoration:none;position:relative}.shop-icons__item-link:hover{outline:0;text-decoration:none}.shop-icons__item-link-icon{display:block;-o-object-fit:contain;object-fit:contain;width:25px;height:25px}.shop-icons__item-link-counter{display:inline-block;line-height:20px;border-radius:100px;background:#492d2d;color:#fff;font-size:12px;font-weight:700;height:20px;width:20px;text-align:center;position:absolute;top:-10px;right:-10px}@media screen and (min-width:992px){.shop-icons__item-link-counter{top:-10px;right:15px}}.shop-icons__item-link-title{display:none}@media screen and (min-width:992px){.shop-icons__item-link-title{display:block;font-size:.8rem;line-height:normal}}@media screen and (max-width:992px){.site-header .shop-icons{order:-1}}.site-footer{font-size:1rem;color:#fff;background:#211111}.site-footer__usps{background:#492d2d;padding:2.25em 0}.site-footer__usps-title{margin:0}.site-footer__usps-text{margin:0}.site-footer__widgets{padding:3.55em 0}@media screen and (min-width:992px){.site-footer__widgets{padding:4.55em 0 6.55em 0}}.site-footer__copyright{padding:2em 0}.site-footer__copyright-text{font-size:.85rem}.site-header{background:#fff;position:fixed;left:0;right:0;width:100%;z-index:999}.site-header__main{padding:1.35em 0}.site-header__main-inner{display:flex;align-items:center;justify-content:space-between}@media screen and (min-width:992px){.site-header__main .hamburger{display:none}}.site-header__navigation{display:none;background:#ffeed7}@media screen and (min-width:992px){.site-header__navigation{display:block}}.site-header__navigation .navigation>.menu{display:flex;justify-content:center;align-items:center;margin:0;padding:0;list-style:none}.site-header__navigation .navigation>.menu:hover>.menu-item>a{opacity:.4;transition:opacity .3s}.site-header__navigation .navigation>.menu>.menu-item:hover>a{opacity:1;transition:opacity .3s}.site-header__navigation .navigation>.menu>.menu-item{position:relative}.site-header__navigation .navigation>.menu>.menu-item>a{font-size:1rem;text-transform:uppercase;letter-spacing:.5px;font-family:Chillax,sans-serif;font-weight:500;display:block;padding:0 .45em;text-decoration:none}@media screen and (min-width:992px){.site-header__navigation .navigation>.menu>.menu-item>a{padding:0 .85em;line-height:55px;transition:line-height .3s,opacity .3s}}@media screen and (min-width:1400px){.site-header__navigation .navigation>.menu>.menu-item>a{padding:0 1.25em;line-height:65px;transition:line-height .3s,opacity .3s}}.site-header__navigation .navigation>.menu>.menu-item.menu-item-has-children>a{background:0 0;transition:background .3s}.site-header__navigation .navigation>.menu>.menu-item.menu-item-has-children>a:after{content:"";border-top:solid 2px #492d2d;border-right:solid 2px #492d2d;height:10px;width:10px;display:inline-block;vertical-align:middle;margin-left:.65em;margin-bottom:8px;transform:rotate(135deg);transition:transform .3s,margin-bottom .3s}.site-header__navigation .navigation>.menu>.menu-item.menu-item-has-children:hover>a{background:#fff;transition:background .3s}.site-header__navigation .navigation>.menu>.menu-item.menu-item-has-children:hover>a:after{transform:rotate(-45deg);margin-bottom:0;transition:transform .3s,margin-bottom .3s}.site-header__navigation .navigation>.menu>.menu-item.menu-item-has-children:hover>a+.sub-menu{opacity:1;pointer-events:all;transition:opacity .3s}.site-header__navigation .navigation>.menu>.menu-item.current-menu-item>a,.site-header__navigation .navigation>.menu>.menu-item.current-menu-parent>a{color:#492d2d}.site-main{padding-top:80px}@media screen and (min-width:992px){.site-main{padding-top:156px}}@media screen and (min-width:1200px){.site-main{padding-top:191px}}.special-heading{margin-bottom:1em}@media screen and (min-width:992px){.special-heading{margin-bottom:1.55em}}@media screen and (min-width:992px){.special-heading--large-gap{margin-bottom:1.85em}}.special-heading__pre-title{color:#492d2d;font-size:1rem;display:block;margin:0 0 .75em 0}@media screen and (min-width:992px){.special-heading__pre-title{font-size:1.25rem}}.special-heading__title{margin:0}.special-heading__title+.special-heading__sub-title{margin-top:.25em}.special-heading--white *{color:#fff}.special-heading--center{text-align:center}.site-header .sub-menu{display:inline-block;background:#fff;margin:0;padding:0;list-style:none;position:absolute;top:calc(100% - 1px);left:0;border:solid 1px #ffeed7;pointer-events:none;opacity:0;transition:opacity .3s;width:275px;z-index:998}.site-header .sub-menu .menu-item>a{font-family:Chillax,sans-serif;color:#211111;font-size:1rem;display:block;text-decoration:none;padding:.85em 1em}.site-header .sub-menu .menu-item>a:hover{text-decoration:underline}.site-header .sub-menu .menu-item:not(:last-of-type){border-bottom:solid 1px #ffeed7}.site-header .sub-menu .menu-item.current-menu-item>a{color:#492d2d}.text img[class*=wp-image-]{border-radius:4px}.text+*{margin-top:20px}@media screen and (min-width:992px){.text+*{margin-top:30px}}.text .wp-caption{max-width:100%!important;margin:30px auto}.text .wp-caption p{margin:0!important}.text .wp-caption p:empty{display:none!important}.text .wp-caption img{min-width:100%!important;width:100%!important}.text .wp-caption .wp-caption-text{font-size:90%;font-style:italic;text-align:center!important;margin:0!important;background-color:#fff!important;padding:5px!important}@media screen and (min-width:992px){.text .wp-caption .wp-caption-text{padding:10px!important}}.text h1,.text h2,.text h3,.text h4,.text h5,.text h6{margin-bottom:.55em}.text h1+p,.text h2+p,.text h3+p,.text h4+p,.text h5+p,.text h6+p{margin-top:0}.text blockquote{background:#492d2d;margin:30px 0;padding:1.25em}.text blockquote *{color:#fff}@media screen and (min-width:992px){.text blockquote{padding:1.55em}}.text p:first-of-type{margin-top:0}@media screen and (min-width:992px){.text p:first-of-type>strong{font-size:110%}}.text p:last-of-type{margin-bottom:0}.text p+h1,.text p+h2,.text p+h3,.text p+h4,.text p+h5,.text p+h6{margin-top:.95em}.text ol:not([class]){list-style:none;counter-reset:numberedList 0;margin:0;padding:0}.text ol:not([class])+ol,.text ol:not([class])+ul{margin-top:30px}.text ol:not([class]) li{position:relative;margin:0;padding:0 0 0 2.25em}@media screen and (min-width:992px){.text ol:not([class]) li{padding:0 0 0 2.85em}}.text ol:not([class]) li+li{margin-top:.45em}@media screen and (min-width:992px){.text ol:not([class]) li+li{margin-top:.75em}}.text ol:not([class]) li:before{font-size:12px;position:absolute;top:.25em;left:0;counter-increment:numberedList;content:counter(numberedList);width:27px;height:27px;line-height:15px;display:inline-block;text-align:center;font-weight:700;background:#211111;border:solid 5px color-mix(in oklab,#211111,#fff 5%);color:#fff;border-radius:100px}@media screen and (min-width:992px){.text ol:not([class]) li:before{font-size:15px;width:32px;height:32px;line-height:20px}}.text ol:not([class])+h1,.text ol:not([class])+h2,.text ol:not([class])+h3,.text ol:not([class])+h4,.text ol:not([class])+h5,.text ol:not([class])+h6{margin-top:.95em}.text ul:not([class]){margin:30px 0;padding:0;list-style:none}.text ul:not([class])+h1,.text ul:not([class])+h2,.text ul:not([class])+h3,.text ul:not([class])+h4,.text ul:not([class])+h5,.text ul:not([class])+h6{margin-top:.95em}.text ul:not([class]) li{position:relative;margin:0;padding:0 0 0 1.25em}.text ul:not([class]) li+li{margin-top:.35em}.text ul:not([class]) li:before{content:"";border-top:solid 2px #492d2d;border-right:solid 2px #492d2d;height:8px;width:8px;display:inline-block;position:absolute;margin-right:.85em;top:8px;left:0;transform:rotate(45deg);transition:margin-right .3s}@media screen and (min-width:992px){.text ul:not([class]) li:before{top:10px;height:10px;width:10px}}.text--center{text-align:center}.text .gallery{gap:15px;-moz-column-count:2;column-count:2}@media screen and (min-width:992px){.text .gallery{gap:30px}}.text .gallery br{display:none}.text .gallery-item{display:block;width:100%;margin-top:0;margin-bottom:15px;-moz-column-break-inside:avoid;break-inside:avoid;aspect-ratio:1;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:992px){.text .gallery-item{margin-bottom:30px}}.text .gallery-item:nth-child(1){margin-top:40px}@media screen and (min-width:992px){.text .gallery-item:nth-child(1){margin-top:90px}}.text .gallery-item img{border-radius:4px}.text .gallery-caption{display:block}.widget__title{font-size:clamp(1.1rem,2vw,1.5rem);font-family:Chillax,sans-serif;font-weight:700;letter-spacing:1px;margin-bottom:.55em;display:block}.widget+.widget{margin-top:30px}.widget p:first-of-type{margin-top:0}.widget p:last-of-type{margin-bottom:0}.widget .menu{margin:0;padding:0;list-style:none}.widget .menu-item>a{display:flex;gap:10px;align-items:center;text-decoration:none;transition:gap .3s}.widget .menu-item>a:before{content:"";display:inline-block;vertical-align:middle;width:20px;height:20px;background-image:url(../../images/arrow-right-white.svg);background-repeat:no-repeat;background-size:contain;background-position:center center}.widget .menu-item>a:hover{text-decoration:underline;gap:15px;transition:gap .3s}.widget .menu-item.current-menu-item>a{text-decoration:underline}.widget .menu-item+.menu-item{margin-top:.35em}