:root{--container-padding: 4%;--white-color: #ffffff;--black-color: #000000;--primary-color: #000000;--secondary-color: #bbbfca;--accent-color: #e8e8e8;--overlay-color: #f4f4f2}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-column{flex-direction:column}.flex-column-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.justify-content-evenly{justify-content:space-evenly}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-self-stretch{align-self:stretch}.flex-fill{flex:1 1 auto}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.gap-5{gap:3rem}.Treveos-multi-purpose{width:100%;overflow:hidden}.Treveos-multi-purpose__container{max-width:1400px;margin:0 auto;padding-inline:var(--container-padding, 4%)}.Treveos-multi-purpose--full-width .Treveos-multi-purpose__container{max-width:100%;padding-inline:var(--container-padding, 4%)}.Treveos-multi-purpose__header{margin-bottom:32px;text-align:center}.Treveos-multi-purpose__title{font-size:2rem;font-weight:700;margin:0;color:var(--black-color, #000)}.Treveos-multi-purpose__grid{display:grid;grid-template-columns:repeat(var(--Treveos-mp-columns, 3),1fr);gap:var(--Treveos-mp-row-gap, 20px) var(--Treveos-mp-column-gap, 20px)}.Treveos-multi-purpose__column{grid-column:span var(--column-span, 1);width:var(--column-width, 100%)}.Treveos-mp-content{height:100%}.Treveos-mp-products-grid{display:grid;grid-template-columns:repeat(var(--products-per-row, 2),1fr);gap:16px}.Treveos-mp-product-card{background:var(--white-color, #fff);border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.Treveos-mp-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.Treveos-mp-product-card__link{display:block;text-decoration:none;color:inherit}.Treveos-mp-product-card__image-wrapper{position:relative;aspect-ratio:1 / 1;overflow:hidden;background-color:var(--overlay-color, #f4f4f2)}.Treveos-mp-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.Treveos-mp-product-card:hover .Treveos-mp-product-card__image{transform:scale(1.05)}.Treveos-mp-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--overlay-color, #f4f4f2)}.Treveos-mp-product-card__placeholder svg{width:50%;height:50%;opacity:.5}.Treveos-mp-product-card__info{padding:12px}.Treveos-mp-product-card__title{font-size:.9rem;font-weight:500;margin:0 0 4px;color:var(--black-color, #000);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.Treveos-mp-product-card__price{font-size:1rem;font-weight:700;color:var(--primary-color, #475464)}.Treveos-mp-single-product__link{display:block;text-decoration:none;color:inherit}.Treveos-mp-single-product__image-wrapper{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:8px;background-color:var(--overlay-color, #f4f4f2)}.Treveos-mp-single-product__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.Treveos-mp-single-product__link:hover .Treveos-mp-single-product__image{transform:scale(1.05)}.Treveos-mp-single-product__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.Treveos-mp-single-product__info{padding:16px 0}.Treveos-mp-single-product__title{font-size:1.125rem;font-weight:600;margin:0 0 8px}.Treveos-mp-single-product__price{font-size:1.25rem;font-weight:700}.Treveos-mp-single-product__compare-price{text-decoration:line-through;color:#999;margin-right:8px}.Treveos-mp-image__wrapper{position:relative;border-radius:8px;overflow:hidden}.Treveos-mp-image__link{display:block}.Treveos-mp-image__img{width:100%;height:auto;display:block;transition:transform .4s ease}.Treveos-mp-image__link:hover .Treveos-mp-image__img{transform:scale(1.03)}.Treveos-mp-image__placeholder{aspect-ratio:16 / 9;background:var(--overlay-color, #f4f4f2);display:flex;align-items:center;justify-content:center}.Treveos-mp-image__placeholder-svg{width:50%;height:50%;opacity:.3}.Treveos-mp-label{font-size:.875rem;font-weight:600;color:var(--black-color, #000);padding:8px 12px}.Treveos-mp-label--over{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);color:var(--white-color, #fff);padding:24px 16px 16px}.Treveos-mp-label--above{padding:0 0 12px}.Treveos-mp-label--below{padding:12px 0 0}.Treveos-mp-label--top_left{position:absolute;top:12px;left:12px;background:var(--white-color, #fff);border-radius:4px;box-shadow:0 2px 8px #00000026}.Treveos-mp-label--top_right{position:absolute;top:12px;right:12px;background:var(--white-color, #fff);border-radius:4px;box-shadow:0 2px 8px #00000026}.Treveos-mp-label--bottom_left{position:absolute;bottom:12px;left:12px;background:var(--white-color, #fff);border-radius:4px;box-shadow:0 2px 8px #00000026}.Treveos-mp-label--bottom_right{position:absolute;bottom:12px;right:12px;background:var(--white-color, #fff);border-radius:4px;box-shadow:0 2px 8px #00000026}.Treveos-mp-placeholder{display:flex;align-items:center;justify-content:center;min-height:150px;background:var(--overlay-color, #f4f4f2);border-radius:8px;color:#666;text-align:center;padding:24px}.Treveos-mp-placeholder--full{grid-column:1 / -1}@media screen and (max-width:990px){.Treveos-multi-purpose__grid{grid-template-columns:repeat(calc(var(--Treveos-mp-columns, 3) - 1),1fr)}.Treveos-mp-products-grid{grid-template-columns:repeat(min(var(--products-per-row, 2),2),1fr)}}@media screen and (max-width:749px){.Treveos-multi-purpose__grid{grid-template-columns:repeat(var(--Treveos-mp-columns-mobile, 1),1fr)}.Treveos-multi-purpose__column{grid-column:span 1;width:100%}.Treveos-multi-purpose__title{font-size:1.5rem}.Treveos-mp-products-grid{grid-template-columns:repeat(min(var(--products-per-row, 2),2),1fr);gap:12px}.Treveos-mp-product-card__info{padding:8px}.Treveos-mp-product-card__title{font-size:.8rem}.Treveos-mp-product-card__price{font-size:.9rem}}.section--page-width{max-width:1400px!important;margin:0 auto;padding-inline:var(--container-padding, 4%);width:100%}.section--full-width{max-width:100%!important;width:100%!important;padding-inline:0!important;margin:0}.product-form__buttons{display:flex;gap:1rem;flex-wrap:wrap;width:100%}.product-form__buttons>div,.product-form,.product-form .form{width:100%}.product-form .product-form__buttons{width:100%}.product-form .product-form__buttons>*{flex:0 0 calc(var(--product-form-button-width, 50%) - var(--product-form-button-gap-offset, 0));min-width:0;box-sizing:border-box}.product-form .product-form__buttons .shopify-payment-button{min-width:0}.product-form .product-form__buttons add-to-cart-component{display:block;width:100%;min-width:0;box-sizing:border-box}.product-form .product-form__buttons add-to-cart-component .button,.product-form .product-form__buttons .shopify-payment-button__button{width:100%;box-sizing:border-box}
/*# sourceMappingURL=/cdn/shop/t/4/assets/Treveos.css.map */
