.mtp-collection{padding:2rem 0 4rem!important}.mtp-collection__head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:1.5rem!important;flex-wrap:wrap!important;margin-bottom:1.6rem!important}.mtp-collection__title{margin-top:.2rem!important}.mtp-collection__sort{display:flex!important;align-items:center!important;gap:.6rem!important}.mtp-collection__sort-select{appearance:none!important;-webkit-appearance:none!important;border:2px solid var(--mtp-black)!important;border-radius:var(--radius-pill)!important;padding:.6rem 2.2rem .6rem 1.1rem!important;font-family:var(--font-primary--family)!important;font-weight:700!important;font-size:.82rem!important;color:var(--mtp-black)!important;background-color:var(--mtp-white)!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right .8rem center!important;background-size:.9rem!important;cursor:pointer!important}.mtp-collection__grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr))!important;gap:clamp(.7rem,1.4vw,1.4rem)!important;width:100%!important;min-width:0!important}.mtp-collection{width:100%!important;max-width:100%!important;min-width:0!important}.mtp-collection__pagination{display:flex!important;align-items:center!important;justify-content:center!important;gap:1rem!important;margin-top:2.4rem!important}.mtp-collection__pagination-status{font-family:var(--font-primary--family)!important;font-weight:700!important;font-size:.8rem!important;color:var(--mtp-gray-dark)!important}.mtp-collection__empty{text-align:center!important;padding:4rem 1rem!important}@media screen and (max-width:640px){.mtp-collection__head{align-items:flex-start!important}.mtp-collection__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.6rem!important}.mtp-collection__pagination{flex-wrap:wrap!important}}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap);width:100%;min-width:0}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.mtp-footer{background-color:var(--mtp-black)!important;color:var(--mtp-white)!important;padding-top:2.4rem!important}.mtp-footer__top{display:flex!important;flex-wrap:wrap!important;justify-content:space-between!important;gap:1.5rem!important;padding-bottom:1.8rem!important;border-bottom:1px solid var(--mtp-gray-dark)!important}.mtp-footer__logo{font-family:var(--font-header--family)!important;font-size:1.6rem!important;text-transform:uppercase!important;margin:0!important;color:var(--mtp-white)!important}.mtp-footer__tagline{color:var(--mtp-gray-light)!important;margin-top:.3rem!important}.mtp-footer__links{display:flex!important;flex-wrap:wrap!important;gap:1.4rem!important}.mtp-footer__links a{color:var(--mtp-white)!important;text-decoration:none!important;font-size:.85rem!important;font-weight:600!important}.mtp-footer__payment{display:flex!important;gap:.6rem!important;flex-wrap:wrap!important}.mtp-footer__bottom{padding:1.2rem 0!important}.mtp-footer__bottom p{margin:0!important;font-size:.75rem!important;color:var(--mtp-gray-light)!important;text-align:center!important}.mtp-topbar{background-color:var(--mtp-black)!important;padding:.45rem 0!important}.mtp-topbar__msg{margin:0!important;text-align:center!important;color:var(--mtp-white)!important;font-family:var(--font-subheader--family)!important;font-style:italic!important;font-weight:800!important;font-size:.72rem!important;letter-spacing:.08em!important;text-transform:uppercase!important}.mtp-header{background-color:var(--mtp-white)!important;position:sticky!important;top:0!important;z-index:40!important}.mtp-header__inner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1.5rem!important;padding-top:.85rem!important;padding-bottom:.85rem!important}.mtp-header__logo{font-family:var(--font-header--family)!important;font-size:1.5rem!important;text-transform:uppercase!important;color:var(--mtp-black)!important;text-decoration:none!important;letter-spacing:-.02em!important;flex-shrink:0!important;display:flex!important;align-items:center!important}.mtp-header__logo img{width:auto!important;max-width:40vw!important;object-fit:contain!important}.mtp-header__nav{display:flex!important;align-items:center!important;gap:1.8rem!important}.mtp-header__link{font-family:var(--font-primary--family)!important;font-weight:700!important;font-size:.82rem!important;text-transform:uppercase!important;letter-spacing:.02em!important;color:var(--mtp-black)!important;text-decoration:none!important;position:relative!important;padding-bottom:.2rem!important}.mtp-header__link:after{content:""!important;position:absolute!important;left:0!important;bottom:0!important;width:0%!important;height:2px!important;background-color:var(--mtp-red)!important;transition:width .2s ease!important}.mtp-header__link:hover:after{width:100%!important}.mtp-header__actions{display:flex!important;align-items:center!important;gap:1rem!important}.mtp-header__icon-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;position:relative!important;background:none!important;border:none!important;cursor:pointer!important;color:var(--mtp-black)!important;padding:.3rem!important}.mtp-header__icon-btn svg{width:1.5rem!important;height:1.5rem!important}.mtp-header__cart-count{position:absolute!important;top:-.3rem!important;right:-.4rem!important;background-color:var(--mtp-red)!important;color:var(--mtp-white)!important;font-size:.62rem!important;font-weight:800!important;min-width:1.15rem!important;height:1.15rem!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 .2rem!important}@media screen and (max-width:860px){.mtp-header__nav{display:none!important}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(200px,100%),1fr));width:100%;min-width:0}.search-results .search-result{min-width:0}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
