html{background-color:#fff}body{padding-top:46px}.header{background-color:#f3f3f3;position:relative;display:flex;align-items:center;justify-content:space-between;font-family:Roboto Mono;font-size:15px;color:#000;padding:0 10px;height:46px}.header a,.header label{color:#000;text-decoration:none;text-transform:uppercase;line-height:20px}:is(.header a,.header label):hover{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.header .nav__list.desktop{display:none}@media (min-width: 960px){.header{padding:0 40px}.header .nav__list.desktop{display:flex}}.header .header__right{display:flex;align-items:center;gap:16px}.header .header__logo{display:block}@media (min-width: 960px){.header .header__logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}.header .header__logo img{width:100px}.header.search-open .header__logo,.header.search-open .dropdown-currency,.header.search-open .cart{display:none}@media (min-width: 940px){.header.search-open .header__logo{display:block}}.header .search{display:flex;align-items:center}.header .search input{transition:width .3s ease-in-out;width:0px;padding:0;border:0;box-sizing:border-box;z-index:10;opacity:0;cursor:pointer;order:2}.header .search input:focus{width:200px;outline:none;opacity:1;padding:3px 6px;border:1px solid #000;cursor:default}.header .search input:focus+label{margin-right:4px}.header .search input:focus+label:after{content:":"}.header .search label{order:1}.header .search .search-button{display:none;padding:0;z-index:0}.header .search svg{height:24px;width:24px;stroke:var(--black)}.header .nav__list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}@media (min-width: 940px){.header .nav__list{flex-direction:row;gap:20px}}.header .nav__list>li{padding:12px 0;position:relative}.header .nav__list .hovered{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.header .nav__list>a{display:block}.header .nav__dropdown{display:none;flex-direction:column;position:absolute;margin:0;z-index:5000;text-align:left;background-color:#f3f3f3;left:0;top:40px;gap:16px;padding:20px 10px;list-style:none}.header .nav__dropdown.open{display:flex}.header .nav__dropdown a{padding:6px 10px;text-wrap:nowrap}.header .nav__dropdown.wide{flex-wrap:wrap;justify-content:flex-start;max-height:800px;gap:20px;row-gap:40px;left:0;min-width:600px;padding:40px 10px 20px}.header .nav__dropdown .nav__section{max-width:300px;min-width:250px;padding:0 10px}.header .nav__dropdown .nav__section h4{margin-top:-20px;margin-bottom:0;padding-bottom:10px;border-bottom:1px solid #000;font-family:Roboto Mono;text-transform:uppercase;font-weight:600}.header .nav__dropdown .nav__section ul{list-style:none;padding:0}.header .nav__dropdown .nav__section li{margin:10px 0}.header .nav__dropdown .nav__section a{white-space:nowrap;padding:0}.header .nav__hamburger-menu{margin:0;padding:20px;list-style:none;position:absolute;right:-100%;transition:right .2s ease-in;top:46px;height:calc(100vh - 46px);background-color:#f3f3f3;width:250px;display:flex;flex-direction:column;gap:10px}.header .nav__hamburger-menu .scroller{position:absolute;top:0;right:-100%;transition:right .2s ease-in;width:250px;height:calc(100vh - 46px);background-color:#fff;z-index:10;overflow-y:auto}.header .nav__hamburger-menu .scroller.open{right:0}.header .hamburger-menu__list-item{width:100%}.header .hamburger-menu__list-item a{display:flex;padding:6px 0;text-decoration:none;justify-content:space-between;gap:15px}.header .hamburger-menu__list-item a img{height:15px;margin-top:2px}.header .hamburger-menu__list-item ul{list-style:none;padding:20px}.header .hamburger-menu__list-item ul .back{margin-bottom:20px;display:inline-flex}.header .hamburger-menu__list-item ul img{height:15px;transform:rotate(-180deg)}.header .nav.is-active .nav__hamburger-menu{right:0}.header .dropdown-currency{position:relative;display:inline-block}.header .dropdown-currency p{margin:0;cursor:pointer;line-height:20px}.header .dropdown-currency ul{display:none;position:absolute;background-color:#fff;padding:10px;z-index:1;list-style:none;top:20px;width:100px;margin:0}.header .dropdown-currency a{padding:6px 10px;display:block}.header .dropdown-currency li{position:relative;padding-left:15px}.header .dropdown-currency span{position:absolute;top:7px;left:0}.header .dropdown-currency:hover p{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.header .dropdown-currency:hover ul{display:block}.header .cart{display:flex}.header .cart a{line-height:20px}.header .cart .cart__items{color:#000}.header .hamburger-button{padding:5px;display:inline-block;cursor:pointer;transition:opacity,filter .15s linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;-webkit-tap-highlight-color:transparent}.header .hamburger-button:focus{outline:none}.header .hamburger-button .hamburger-box{width:20px;height:14px;display:inline-block;position:relative}.header .hamburger-button .hamburger-inner{display:block;top:50%;margin-top:-1px}.header .hamburger-button .hamburger-inner{top:1px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.header .hamburger-button :is(.header .hamburger-button .hamburger-inner).hamburger-inner,.header .hamburger-button .hamburger-inner:before,.header .hamburger-button .hamburger-inner:after{width:20px;height:2px;background-color:#000;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.header .hamburger-button .hamburger-inner:before{content:"";display:block;top:7px;transition:opacity .125s ease .275s}.header .hamburger-button .hamburger-inner:after{content:"";display:block;top:14px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.header .hamburger-button.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(135deg);transition-delay:75ms;top:-2px}.header .hamburger-button.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.header .hamburger-button.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-270deg);transition-delay:75ms;top:20px}@media (min-width: 940px){.header .hamburger-button{display:none}}.cart__price{white-space:nowrap}.cart__header,.cart__row{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.cart__row{padding-top:1rem;border-top:1px solid #000}.cart__row input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.95rem;max-width:4em;border:1px solid #000}.cart__row:last-child{padding-bottom:1rem;border-bottom:1px solid #000}@media (min-width: 768px){.cart__header-product{flex:1 0 50%}}.cart__header-quantity_and_price{display:flex;gap:20px}@media (min-width: 768px){.cart__header-quantity_and_price{flex:1 0 25%}}.cart__header-total{flex:1 0 25%}.cart__header-quantity,.cart__header-total,.cart__subtotal{display:none}@media (min-width: 768px){.cart__header-quantity,.cart__header-total,.cart__subtotal{display:block}}.cart__quantity{order:1}@media (min-width: 768px){.cart__quantity{order:initial}}.cart__title{flex:0 1 auto}.cart__description-title{color:var(--black);text-decoration:none}.cart__description-vendor{display:none;color:var(--black-transparent)}.cart__description-sku{font-size:1.6rem;color:#000;margin-top:1rem}.cart__product-image{display:flex;flex-direction:row}@media (min-width: 768px){.cart__product-image{flex:1 0 50%}}.cart__product-image a{flex:0 1 200px;margin-right:2rem;text-decoration:none;color:var(--black)}.cart__product-image .cart__description{flex:1 1 auto}.cart__quantity_and_price{display:flex;flex-direction:column;gap:15px}@media (min-width: 768px){.cart__quantity_and_price{flex-direction:row;flex:1 0 25%}}.cart__subtotal{flex:1 0 25%}.cart__remove-line svg{height:20px;stroke:#8b0000;stroke-width:1px;margin-right:.5rem;transition:all .2s ease-in-out}.cart__remove-line{margin:1rem 0 0;display:flex;align-items:center;grid-column:2;grid-row:3}.cart__remove,.cart__remove-line{color:#8b0000;transition:all .2s ease-in-out}.cart__remove{font-size:1.2rem;height:1rem}.cart__subtitle{display:block;margin-bottom:1rem;font-size:2rem;color:var(--black-transparent)}.hero-slider__slide-wrapper{position:relative}.hero-slider__content{width:100%;text-align:left;z-index:9;display:flex;flex-direction:column;color:#000}.hero-slider__content .button-wrapper{display:flex;flex-wrap:wrap;justify-self:flex-start;margin:70px 0 70px 30px}.hero-slider__content .button-wrapper .btn{border:1px solid #000;font-family:Roboto Mono;text-transform:uppercase;padding:1.05rem 3rem;font-size:1.4rem;color:#000;text-decoration:none;background-color:#fff;display:inline-block;margin:0;cursor:pointer}.hero-slider__content .heading{text-transform:none;color:#000;font-size:3rem;margin:20px 0 0 30px}.hero-slider__content .subheading{text-transform:none;color:#000;font-size:2.4rem;margin:20px 0 0 30px}.cart__heading{text-transform:capitalize}.cart__button-group{display:flex;flex-wrap:wrap;gap:10px}.hero-slider-image.active{z-index:9}.footer{background-color:#fff;display:flex;flex-wrap:wrap;box-sizing:border-box;margin:0}.footer a{color:var(--white-transparent);text-decoration:none;color:#000;list-style-type:none}.footer__newsletter{display:flex;flex:1 1 100%;box-sizing:border-box;justify-content:center;padding:0;margin-top:2em}.footer__newsletter input[type=email]{border:1px solid #000;background-color:transparent;width:100%;font-size:1.6rem;font-family:Helvetica Neue;padding:.5rem 10px}.footer__newsletter input{line-height:2rem}.footer__newsletter .footer__newsletter__title{color:#000;font-size:1.6rem;text-align:center;letter-spacing:.5px;line-height:2.5em}.footer__newsletter ::placeholder{color:#000;font-size:1.6rem;text-align:left}.footer__newsletter .submit__btn{background-color:#fff;border:0;width:16px;height:16px;position:absolute;right:10px;bottom:8px;display:flex;padding:0}.footer__newsletter .submit__btn img{width:100%;height:100%}.footer__newsletter .contact-form div{position:relative}.footer__linklist{display:flex;flex-direction:row;flex:1 1 100%;flex-wrap:wrap;justify-content:center;box-sizing:border-box;align-content:center;padding:0;margin:1.5em 5% 2em}.footer__link{line-height:1rem;margin-left:1rem;margin-right:1rem}.footer__link .rte{font-size:1.4rem;padding:0}.footer__link .h4{color:#000;font-size:1.6rem;line-height:0}.footer__link ul>p{margin:0;padding:0;font-size:1.6rem;line-height:2.5rem}.product__select{padding:.8rem;border:none;display:inline-block;font-size:16px;font-family:Roboto Mono;text-transform:uppercase;color:var(--black);line-height:1.3;width:20rem;box-sizing:border-box;margin:0 0 1.5rem;border:1px solid #000;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat,repeat;background-position:right .7em top 50%,0 0;background-size:.65em auto,100%}.product__select:hover{border-color:#888}.product__select:focus{border-color:#aaa;box-shadow:0 0 1px 3px #3b99fcb3;box-shadow:0 0 0 3px -moz-mac-focusring;color:#222;outline:none}.product__select{background-color:#fff;min-height:40px;height:40px;border-color:#000;box-sizing:border-box}.product__select:focus{border-color:#000}.product__select option{font-weight:400}.product__select-label{display:block;font-size:16px}.product__button{font-family:Roboto Mono;text-transform:uppercase;padding:.8rem;font-size:1.4rem;display:block;text-align:center;margin:0;border:1px solid #000;background:transparent;white-space:nowrap;padding:10px 30px;min-width:320px;height:39px;color:#000;font-weight:400;width:100%}@media (min-width: 768px){.product__button{width:auto}}.product__button:disabled{color:#000}.product__info-container{position:relative;margin-bottom:3rem;padding:10px 2rem 0}.product__title{line-height:6rem;font-size:1.8rem;margin-bottom:20px;text-transform:capitalize}.product__price{font-size:1.8rem;color:var(--black)}.product__tagline{font-family:Roboto Mono;text-transform:uppercase;font-size:1.4rem}.product__description{overflow:hidden;transition:height .3s ease-out;font-size:1.8rem;line-height:2.2rem;color:var(--black)}.product__description em{font-size:1.8rem;color:#333;max-width:50rem;display:block}.product__cta{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:16px}.product__action-container{margin-top:1.5rem;display:flex;flex-wrap:wrap}.product__action-container .ajaxified-cart-feedback{flex:1 0 100%}.product__input--container{display:flex;align-items:center}.matching-products{background-color:var(--maincolor-3)}.matching-products h2{color:var(--black);text-align:center;text-transform:capitalize;font-size:1.6rem}.matching-products__container{max-width:100%;margin:-1rem auto;padding:1rem 0;background-color:#ebd6ba}.matching-products__product{text-decoration:none;flex:0 1 50%;box-sizing:border-box}@media (min-width: 768px){.matching-products__product{flex:0 1 33.333%}}.matching-products__product img{display:block;margin-bottom:1rem;width:100%}.matching-products__product-title{font-family:Roboto Mono;color:var(--black);width:100%;display:block;margin-left:6px}.matching-products__array{display:flex;flex-wrap:wrap;row-gap:15px;overflow:hidden}.product__description-paint{margin:.2rem 0;height:auto}.matching-products__product-price{font-family:Roboto Mono;color:var(--black);margin:6px}.matching-products__container{margin:0 auto}.dots{bottom:2rem}.matching-products h2{display:none}.product__cart-info{display:flex;flex-direction:row;justify-content:space-evenly;min-width:150px;border:1px solid #000;height:40px}.product__input{border:none;font-size:1.8rem;font-weight:380;font-family:Roboto Mono;background-color:transparent;-webkit-font-smoothing:none;text-align:center;width:4rem}.product__number-container{display:flex}.product__number{font-size:2rem;display:inline-block;height:1em;cursor:pointer;border-radius:999px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;padding:0;font-weight:700;margin-top:7px}.product__number.minus{margin-right:13px}.product__info{display:block;margin-top:2rem;margin-bottom:3rem}.product__info .product__info-btn{font-family:Roboto Mono;text-transform:uppercase;font-size:1.4rem;padding:0;border:0;background-color:transparent;text-align:center;text-decoration:underline;color:#000}.template-collection .iwt__container .iwt__text-block{margin-bottom:50px}@media (min-width: 768px){.template-collection .iwt__container .iwt__text-block{margin-bottom:100px}}@media (min-width: 1800px){.template-collection .iwt__container .iwt__text-block{margin:20px auto 100px;max-width:1800px}.template-collection .iwt__container .iwt__text-block p{max-width:600px}}@media (min-width: 1800px){.filter-wrapper-toggle-container{margin:20px auto;max-width:1800px}}.filter-wrapper-toggle{background-color:transparent;border:0;font-family:Roboto Mono;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;padding:0 0 1px;margin-left:20px;color:#000}@media (min-width: 1800px){.filter-wrapper-toggle{margin-left:0}}.iwtc__container-filter.hidden{display:none}#cb-cookie_consent .cb-cookie_consent-container,#cb-cookie_consent .cb-cookie_consent-container-button,#cb-cookie_consent .cb-cookie_consent-container-close_box{background-color:#fff}#cb-cookie_consent .cb-cookie_consent-layout_container{box-shadow:#00000080 0 0 6px;border-radius:0}#cb-cookie_consent .cb-cookie_consent-container-button,.cb-cookie_consent-container-close_box{border:1px solid #000}.collection-list{max-width:100%;margin-bottom:30px;flex-wrap:nowrap}.collection-list a{text-decoration:none;text-align:left;flex:1}.collection-list p{font-family:Roboto Mono;color:#000;text-transform:uppercase;margin-left:15px}.collection-list .collection-list__cta{border:1px solid #000;font-family:Roboto Mono;text-transform:uppercase;padding:10px;font-size:1.4rem;color:#000;text-decoration:none;background-color:#fff;display:inline-block;cursor:pointer;min-width:120px;margin:auto 0 0 15px}.collection-list-item{display:flex;flex-direction:column;height:auto;align-items:flex-start}.collection-list-item:last-child{display:none}@media (min-width: 450px){.collection-list-item:last-child{display:block}}.collection-list__image{min-width:100%;max-width:100%}.collection-list__image .responsive-image__wrapper{max-width:100%!important}.collection-list__image .responsive-image__wrapper img{max-width:100%!important;max-height:100%!important}
/*# sourceMappingURL=/cdn/shop/t/27/assets/layout-theme.scss.css.map */
