:root{--font-body-family: "Anonymous Pro", monospace;--font-size-base: 18px;--color-site-bg: #ffffff;--color-container-bg: #eef3f4;--color-navbar-bg: #1a1715;--color-navbar-text: #ffffff;--color-drawer-bg: #484c4b;--color-drawer-line: #1f2121;--color-logo-container-bg: #1a1715;--color-footer-text: #cccccc;--color-footer-text-hover: #7d7d-d}*,*:before,*:after{box-sizing:border-box}html{font-size:var(--font-size-base)}body{display:flex;align-items:center;justify-content:center;min-height:100vh;margin:0;padding:2rem 0;background-color:var(--color-site-bg);font-family:var(--font-body-family);font-size:.875rem;color:var(--color-navbar-bg);text-transform:lowercase}h1,h2,h3,h4,h5,p,a,span,div{font-family:inherit;text-transform:lowercase}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.placeholder-svg{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#f2f2f2;border:1px solid #e5e5e5}.site-wrapper{width:100%;height:100%}.desktop-site-container{background-color:var(--color-container-bg);width:980px;aspect-ratio:1400 / 1024;margin:auto;position:relative;display:flex;flex-direction:column;justify-content:space-between}main{flex-grow:1;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.site-header{width:91.6%;height:2.142rem;background-color:var(--color-navbar-bg);color:var(--color-navbar-text);margin-left:auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;position:relative}.header__navigation{display:flex;align-items:center;height:100%;width:100%;position:relative}.nav-links-left{position:absolute;left:50%;display:flex;align-items:center;gap:1.4625rem;height:100%}.nav-links-right{margin-left:auto;display:flex;align-items:center;gap:1.321875rem}.header__navigation-link{font-size:.9rem;color:var(--color-navbar-text)}.header__navigation-item{position:relative;height:100%;display:flex;align-items:center}.nav-cart-link{display:flex;align-items:center}.nav-cart-icon{width:auto;height:1.215rem}.nav-drawer{display:none;position:absolute;top:100%;left:0;background-color:var(--color-drawer-bg);width:5.90625rem;padding:0;margin:0;list-style:none;z-index:10}.header__navigation-item:hover .nav-drawer{display:block}.nav-drawer__item{height:1.29375rem;display:flex;align-items:center;padding-left:.28125rem;border-bottom:1px solid var(--color-drawer-line)}.nav-drawer__item:last-child{border-bottom:none}.nav-drawer__link{font-size:.6875rem;color:var(--color-navbar-text)}.site-footer{width:100%;padding:0 1.5rem 0 0;display:flex;align-items:center;justify-content:space-between;min-height:1.7748rem}.logo-container-link{text-decoration:none}.logo-container{width:7.1298rem;height:1.7748rem;background-color:var(--color-logo-container-bg);color:var(--color-navbar-text);display:flex;align-items:center;justify-content:center;font-size:.9rem}.footer-menu{display:flex;align-items:center;gap:1.557rem}.footer-menu__link{font-size:.9rem;color:var(--color-footer-text);transition:color .2s ease-in-out}.footer-menu__link:hover{color:var(--color-footer-text-hover)}.footer-placeholder{display:none}.home-content,.home-layout{width:100%;height:100%}.home__cover-image-link--mobile{display:none}.home__cover-image-link--desktop{display:block;position:absolute;top:24.35%;right:2.07%;width:47%;aspect-ratio:658 / 368}.home__cover-image-link img{width:100%;height:100%;object-fit:cover}.home__enter-button{display:inline-flex;align-items:center;gap:.545rem;position:absolute;top:24.35%;right:49.07%;font-size:.99rem;color:#000;transform:translateY(-100%);padding-bottom:1.5rem;font-weight:400}.home__enter-button svg{height:1.32rem;width:auto}.collection-container{display:flex;align-items:center;justify-content:center;height:100%;width:100%;position:relative}.collection-slider-viewport{width:100%;overflow:hidden;height:100%}.collection-slider{display:flex;height:100%;transition:transform .8s cubic-bezier(.65,0,.35,1)}.collection-page{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:2rem 4rem;width:100%}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:3px;width:74.25%;height:100%}.product-card{display:block;text-decoration:none}.product-card__image-wrapper{overflow:hidden;position:relative;height:100%}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__image--secondary{position:absolute;top:0;left:0;opacity:0}.product-card--has-secondary-image:hover .product-card__image--primary{opacity:0}.product-card--has-secondary-image:hover .product-card__image--secondary{opacity:1}.collection-nav{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:1rem;color:#1a1715;transition:color .3s ease;z-index:2}.collection-nav--prev{left:1rem}.collection-nav--next{right:1rem}.collection-nav svg{height:1.535625rem;width:auto}.collection-nav.disabled{color:#d7dcdd;cursor:not-allowed}.collection-pagination{display:none}.product-page-container{display:flex;align-items:center;justify-content:center;gap:2rem;width:100%;height:100%;padding:2rem;position:relative}.product__gallery{display:flex;gap:1rem;align-items:flex-start;justify-content:flex-end}.product__gallery-thumbnails{display:flex;flex-direction:column;gap:.5rem}.thumbnail__image-wrapper{width:5rem;cursor:pointer;border:1px solid transparent;transition:opacity .2s}.thumbnail__image-wrapper:hover{opacity:.9}.main__image-wrapper{width:16.25rem}.product__info{max-width:18.0675rem}.product__title{font-size:1.013rem;color:#000;margin:0;font-weight:700}.product__price{font-size:1.013rem;color:#333;margin:0;padding-bottom:1.022rem}.product__description{font-size:.767rem;color:#717171;padding-bottom:1.022rem}.product__form-controls{display:flex;gap:.568rem;padding-bottom:1.022rem;align-items:center}.product__variant-selector{position:relative;width:5.68rem}.variant-select{appearance:none;-webkit-appearance:none;width:100%;height:1.022rem;background-color:#fff;border:1px solid #000;padding-left:.568rem;font-size:.795rem;font-family:inherit;cursor:pointer}.product__variant-selector:after{content:"";position:absolute;top:50%;right:.568rem;transform:translateY(-50%);width:0;height:0;border-left:.3rem solid transparent;border-right:.3rem solid transparent;border-top:.3rem solid #000;pointer-events:none}.product__add-to-cart-button{width:5.68rem;height:1.022rem;background-color:#000;color:#fff;border:none;font-family:inherit;font-size:.739rem;text-transform:lowercase;cursor:pointer;text-align:center}.product__add-to-cart-button:disabled{background-color:#ccd1d2;cursor:not-allowed}.product__add-to-cart-button.added{background-color:transparent;color:#000;cursor:default;width:auto;padding:0}.product__size-chart-button{font-family:Anonymous Pro,monospace;font-size:.795rem;color:#000;background:none;border:none;text-decoration:underline;cursor:pointer;padding:0;margin-bottom:1.988rem}.product__back-button-wrapper{position:absolute;bottom:2rem;right:2rem}.product__back-button{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:#000}.product__back-button svg{height:1.2rem;width:auto}.size-chart__modal{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#eef3f4cc;align-items:center;justify-content:center;z-index:100}.size-chart__modal.active{display:flex}.size-chart__modal-content{max-width:65%;max-height:90%}.size-chart__modal-content img{width:auto;height:auto;max-width:100%;max-height:100%}.catalogue-container{width:100%;height:100%;display:flex;flex-direction:column;align-self:stretch}.catalogue__main-image-container{height:70%;display:flex;align-items:center;justify-content:center;padding:1rem;overflow:hidden}.catalogue__main-image{max-width:100%;max-height:100%;width:auto;height:450px;object-fit:contain}.catalogue__carousel-wrapper{height:30%;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:1rem 0;width:40%;margin:0 auto}.catalogue__thumbnail-viewport{width:100%;overflow:hidden}.catalogue__thumbnail-slider{display:flex;align-items:center;gap:0}.thumbnail__slide{width:calc(100% / 9);aspect-ratio:45 / 63;flex-shrink:0;overflow:hidden;transition:transform .5s cubic-bezier(.65,0,.35,1);cursor:pointer}.thumbnail__slide.selected{transform:scale(1.1)}.thumbnail__slide img{width:100%;height:100%;object-fit:cover}.catalogue-nav{background:none;border:none;cursor:pointer;padding:1rem;color:#7f7f7f;transition:color .3s ease}.catalogue-nav:hover{color:#1a1715}.catalogue-nav svg{height:1rem;width:auto}.page-content-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:2rem}.page-content__inner{width:90%}.page-title{font-size:4.09rem;color:#d3d3d3;font-weight:700;max-width:28.4rem;margin:0 0 1.704rem;line-height:.9}.page-content{font-size:.738rem;color:#717171}.page-content p{margin:0 0 1em}.page-content p:last-child{margin-bottom:0}.cart-page-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:2rem}.cart__form{width:80%;max-width:80%;font-size:.738rem}.cart__header{display:flex;justify-content:space-between;padding-bottom:.5rem;margin-bottom:1rem;color:#717171}.cart__header-label--product{flex:2;padding-left:4.5rem}.cart__header-label--quantity{flex:1;text-align:center}.cart__header-label--price{flex:1;text-align:right}.cart__item-row{display:flex;align-items:center;padding:1rem 0}.cart__item-product{flex:2;display:flex;align-items:center;gap:1rem}.cart__item-image-link{width:3.5rem;flex-shrink:0}.cart__item-title{color:#000;display:block}.cart__item-variant{color:#717171;margin-top:.25rem}.cart__item-quantity{flex:1;display:flex;justify-content:center;align-items:center;gap:.75rem}.cart__quantity-input{width:3rem;text-align:center;border:1px solid #d3d3d3;background-color:transparent;font-family:inherit}.cart__remove-button{color:#ccc;width:1rem;height:1rem;display:block}.cart__item-price{flex:1;text-align:right;color:#000}.cart__footer{padding-top:1rem;display:flex;flex-direction:column;align-items:flex-end}.cart__subtotal{display:flex;gap:1rem;color:#000;margin-bottom:1rem}.cart__checkout-container{display:flex;flex-direction:column;gap:.5rem;align-items:center}.cart__back-button{width:100px;height:18px;background-color:#7f7f7f;color:#fff;border:none;font-family:inherit;font-size:.739rem;text-transform:lowercase;cursor:pointer;display:flex;align-items:center;justify-content:center;text-decoration:none}.cart__checkout-button{width:100px;height:18px;background-color:#000;color:#fff;border:none;font-family:inherit;font-size:.739rem;text-transform:lowercase;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart--empty-message{text-align:center}.cart--empty-message p{margin-bottom:1rem}main>.cart-page-container{align-self:stretch}body.template-index main{display:block;overflow:visible}body.template-collection main{align-items:flex-start}@media (max-width: 891px){body{padding:0;background-color:#1a1715;align-items:flex-start;height:100vh;overflow:hidden}body.template-index{overflow:hidden}.desktop-site-container{width:100%;min-width:0;height:100%;height:100dvh;aspect-ratio:unset;padding-bottom:env(safe-area-inset-bottom)}main{overflow-y:auto;-webkit-overflow-scrolling:touch}.site-header{width:82%;padding:0 1rem;flex-shrink:0}.nav-links-left{position:static;padding-left:30px}.nav-item--desktop-only{display:none}.site-footer{flex-direction:row;justify-content:space-between;align-items:flex-end;padding:15px 15px 0 0;gap:1rem;min-height:0;flex-shrink:0}.template-collection .site-footer,.template-product .site-footer{background-color:transparent}.template-collection .site-footer .footer-menu,.template-blog .site-footer .footer-menu,.template-page .site-footer .footer-menu,.template-cart .site-footer .footer-menu,.template-product .site-footer .footer-menu{display:none}.logo-container{margin:0}.footer-menu{flex-direction:column;align-items:flex-end;gap:.5rem;padding-bottom:.52rem}.home-layout{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;gap:3vh;padding-top:15vh}.home__cover-image-link--desktop{display:none}.home__cover-image-link--mobile{display:block;position:static;width:90%;aspect-ratio:428 / 327}.home__enter-button{position:static;flex-direction:column;align-items:flex-start;transform:none;padding:0;width:90%}.template-collection .collection-container{padding:25px 0;align-self:stretch;flex-direction:column;height:auto}.template-collection .collection-slider-viewport{overflow:visible;height:auto;width:85%;margin:0 auto}.template-collection .collection-slider{display:block;height:auto;width:auto}.template-collection .collection-page{width:100%;padding:0}.template-collection .collection-grid{grid-template-columns:repeat(3,1fr);gap:3px;width:100%;height:auto}.template-collection .product-card{aspect-ratio:4 / 5}.template-collection .product-card__image{object-fit:cover;width:100%;height:100%}.template-collection .collection-nav,.collection-pagination{display:none}.template-product .product-page-container{flex-direction:column;height:auto;padding:20px 0 0;gap:1rem}.template-product .product__back-button-wrapper{position:absolute;top:20px;right:20px;bottom:auto;z-index:5}.template-product .product__back-button-text{display:none}.template-product .product__gallery{flex-direction:row;justify-content:center;gap:0;padding:0;position:relative;width:100%}.template-product .product__gallery-thumbnails{position:absolute;left:25px;top:0;transform:none;z-index:5}.template-product .product__info{max-width:100%;width:100%;padding:0 25px;text-align:left}.template-product .product__price{padding-bottom:0}.template-product main{align-items:flex-start}.template-product .size-chart__modal-content{max-width:90%}.template-blog .catalogue__carousel-wrapper{width:100%;padding:0}.template-cart main{align-items:flex-start}.template-cart .cart-page-container{padding:0}.template-cart .cart__header{padding-bottom:0;padding-top:2rem;margin-bottom:.2rem}.template-page main{align-items:flex-start}.template-page .page-content-container{padding-top:10px;padding:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/base.css.map */
