.template-404{display:flex;justify-content:center;align-items:center;min-height:60vh;text-align:center}.template-404__content{max-width:60rem;padding:2rem}.template-404 .title--primary{font-size:5rem;margin-bottom:1.5rem;line-height:1;text-transform:uppercase}.template-404__text{font-size:1.5rem;margin-bottom:3rem;color:var(--color-foreground);opacity:.8}.template-404 .button{display:inline-block;padding:1.2rem 3rem;background:#000;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;text-transform:uppercase;font-family:var(--font-primary--family);transition:all .3s ease}.template-404 .button:hover{background:#333;transform:translateY(-2px)}@media screen and (max-width: 750px){.template-404 .title--primary{font-size:3rem}}.cart-container{padding:4rem 0;max-width:1200px;margin:0 auto;width:100%;transition:opacity .2s ease}.cart-header{margin-bottom:3rem;text-align:center}.cart-header h1{font-size:3rem;text-transform:uppercase}.cart-layout{display:grid;grid-template-columns:1fr;gap:3rem}@media screen and (min-width: 990px){.cart-layout{grid-template-columns:2fr 1fr}}.cart-items-header{display:none;grid-template-columns:3fr 1fr 1fr;padding-bottom:1rem;border-bottom:1px solid #e5e5e5;margin-bottom:2rem;font-weight:500;text-transform:uppercase;font-size:.9rem;letter-spacing:.05em}@media screen and (min-width: 750px){.cart-items-header{display:grid}}.cart-item{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:2rem 0;border-bottom:1px solid #e5e5e5;align-items:start;transition:opacity .3s}.cart-item.loading{opacity:.5;pointer-events:none}@media screen and (min-width: 750px){.cart-item{grid-template-columns:100px 1fr 120px 100px;gap:2rem;align-items:center}}.cart-item-image img{width:100%;height:auto;border-radius:8px;object-fit:cover;aspect-ratio:1}.cart-item-title{font-family:var(--font-primary--family);font-size:1.25rem;text-decoration:none;color:currentColor;display:block;margin-bottom:.5rem}.cart-item-options{font-size:.9rem;color:#666}.cart-item-price-mobile{margin-top:.5rem;font-weight:500}@media screen and (min-width: 750px){.cart-item-price-mobile{display:none}}.cart-item-quantity{display:flex;flex-direction:column;gap:.5rem}.quantity-input{width:80px;padding:.5rem;border:1px solid #ccc;border-radius:4px;text-align:center}.cart-item-remove{font-size:.8rem;color:#666;text-decoration:underline}.cart-item-total{font-weight:700;font-size:1.1rem;display:none}@media screen and (min-width: 750px){.cart-item-total{display:block}}.cart-summary-card{background:#f9f9f9;padding:2rem;border-radius:12px;position:sticky;top:2rem}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin:1.5rem 0;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.cart-taxes-note{font-size:.9rem;color:#666;margin-bottom:2rem}.button{display:inline-block;width:100%;padding:1rem 2rem;text-align:center;text-decoration:none;border-radius:50px;cursor:pointer;font-family:var(--font-primary--family);font-weight:600;text-transform:uppercase;transition:all .3s ease;border:none;font-size:1rem}.button--secondary{background:transparent;color:#000;border:1px solid #000;margin-top:1rem}.cart-empty{text-align:center;padding:4rem 0}.cart-empty h2{margin-bottom:2rem}.cart-empty .button{width:auto}.text-right{text-align:right}.collection-page{padding:4rem 2rem;max-width:1400px;margin:0 auto}.collection-header{text-align:center;margin-bottom:4rem}.collection-header h1{font-size:3rem;margin-bottom:1rem;text-transform:uppercase}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media screen and (min-width: 750px){.product-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media screen and (min-width: 990px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{position:relative;transition:transform .3s ease}.product-card:hover{transform:translateY(-4px)}.product-card__link{text-decoration:none;color:inherit;display:block}.product-card__image-wrapper{position:relative;aspect-ratio:3/4;background:#f5f5f5;border-radius:8px;overflow:hidden;margin-bottom:1rem}.product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.product-card__image--hover{position:absolute;top:0;left:0;opacity:0}.product-card:hover .product-card__image--hover{opacity:1}.product-card__title{font-size:1.1rem;margin:0 0 .5rem;font-family:var(--font-primary--family);font-weight:500}.product-card__price{font-size:1rem;color:#000}.price-item--regular{text-decoration:line-through;color:#666;margin-right:.5rem}.price-item--sale{color:#e63946}.pagination{margin-top:4rem;text-align:center;display:flex;justify-content:center;gap:.5rem}.pagination span{display:inline-block}.pagination a,.pagination .current{padding:.5rem 1rem;text-decoration:none;color:#000;border:1px solid #e5e5e5;border-radius:4px;transition:all .2s}.pagination a:hover{background:#f5f5f5}.collections-page{padding:4rem 2rem;max-width:1400px;margin:0 auto}.collections-header{text-align:center;margin-bottom:4rem}.collections-header h1{font-size:3rem;margin-bottom:1rem;text-transform:uppercase}.collections-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media screen and (min-width: 750px){.collections-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 990px){.collections-grid{grid-template-columns:repeat(3,1fr)}}.collections-grid .carousel-item{text-decoration:none;color:inherit;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 16px #0000001f;display:flex;flex-direction:column}.collections-grid .carousel-item-header{display:flex;align-items:center;justify-content:center;height:280px;background:#f7f7fb;overflow:hidden}.collections-grid .carousel-icon-container{width:100%;height:100%}.collections-grid .carousel-item-content{padding:1rem}.collections-grid .carousel-item-title{font-weight:700}.collections-grid .carousel-item-description{opacity:.8;margin:.25rem 0 0}.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}.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}.customer-account{padding:4rem 2rem;max-width:1200px;margin:0 auto}.customer-account__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4rem;border-bottom:1px solid #e5e5e5;padding-bottom:2rem}.customer-account h1{font-size:3rem;margin:0;text-transform:uppercase;font-family:var(--font-primary--family)}.customer-account__grid{display:grid;grid-template-columns:1fr;gap:4rem}@media screen and (min-width: 750px){.customer-account__grid{grid-template-columns:2fr 1fr}}.account-orders h2,.account-details h2{font-size:1.5rem;margin-bottom:1.5rem;text-transform:uppercase;font-family:var(--font-primary--family)}.order-history{width:100%;border-collapse:collapse;margin-bottom:2rem}.order-history th{text-align:left;border-bottom:1px solid #e5e5e5;padding:1rem 0;text-transform:uppercase;font-size:.8rem;color:#666}.order-history td{padding:1rem 0;border-bottom:1px solid #e5e5e5}.account-details{background:#f9f9f9;padding:2rem;border-radius:8px;height:fit-content}.button{display:inline-block;padding:.8rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;text-transform:uppercase;font-size:.9rem;margin-top:1rem;transition:all .3s ease}.button--secondary:hover{background:#000;color:#fff}.link{color:#666;text-decoration:none;display:inline-flex;align-items:center}.link:hover{color:#000}@media screen and (max-width: 750px){.order-history thead{display:none}.order-history tr{display:flex;flex-direction:column;border-bottom:1px solid #e5e5e5;padding:1rem 0}.order-history td{display:flex;justify-content:space-between;border:none;padding:.25rem 0}.order-history td:before{content:attr(data-label);color:#666;font-size:.9rem;padding-right:1rem}}.customer-activate-account{padding:4rem 2rem;display:flex;justify-content:center}.customer-activate-account__container{max-width:400px;width:100%}.customer-activate-account__buttons{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.customer-addresses{padding:4rem 2rem;max-width:1200px;margin:0 auto}.customer-addresses__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4rem;border-bottom:1px solid #e5e5e5;padding-bottom:2rem}.address-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.address-card{background:#f9f9f9;padding:2rem;border-radius:8px;position:relative}.badge{position:absolute;top:1rem;right:1rem;background:#000;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;text-transform:uppercase}.address-actions{margin-top:1.5rem;display:flex;gap:1rem}.button{padding:.8rem 1.5rem;border-radius:50px;font-weight:600;text-transform:uppercase;font-size:.9rem;cursor:pointer;border:none;transition:all .3s ease}.button--text{background:transparent;color:#666;text-decoration:underline;padding:0}.edit-address-form,#AddAddress{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e5e5}.field{margin-bottom:1rem}.field__input{width:100%;padding:.8rem;border:1px solid #ccc;border-radius:4px}.address-form-buttons{display:flex;gap:1rem;margin-top:1.5rem;align-items:center}.add-address{margin-top:2rem;grid-column:1 / -1}.link{color:#666;text-decoration:none}.customer-login{padding:4rem 2rem;display:flex;justify-content:center}.customer-login__container{max-width:400px;width:100%}.customer-login h1{font-size:3rem;margin-bottom:2rem;text-transform:uppercase;font-family:var(--font-primary--family);font-weight:700}.customer-login__buttons{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.button--secondary{background:transparent;color:#000;border:1px solid #000}.button--secondary:hover{background:#f0f0f0}.right{text-align:right}.form-message--success{background-color:#efe;color:#0c0;border:1px solid #cfc}.customer-order{padding:4rem 2rem;max-width:1200px;margin:0 auto}.customer-order__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4rem;border-bottom:1px solid #e5e5e5;padding-bottom:2rem}.title--primary{font-size:3rem;margin:0;text-transform:uppercase;font-family:var(--font-primary--family)}.order-date{color:#666;margin:.5rem 0 0}.customer-order__grid{display:grid;grid-template-columns:1fr;gap:4rem}@media screen and (min-width: 990px){.customer-order__grid{grid-template-columns:2fr 1fr}}.order-table{width:100%;border-collapse:collapse}.order-table th{text-align:left;border-bottom:1px solid #e5e5e5;padding:1rem 0;text-transform:uppercase;font-size:.8rem;color:#666}.order-table td{padding:1.5rem 0;border-bottom:1px solid #e5e5e5;vertical-align:top}.order-item-product{display:flex;gap:1rem}.order-item-image{width:80px;height:80px;object-fit:cover;border-radius:4px;background:#f5f5f5}.order-item-details{display:flex;flex-direction:column}.order-item-title{font-weight:600}.order-item-variant{font-size:.9rem;color:#666}.order-table tfoot td{padding:1rem 0;border-bottom:none}.order-table tfoot tr:last-child td{font-size:1.25rem;font-weight:700;border-top:1px solid #e5e5e5;padding-top:1.5rem}.order-details{display:flex;flex-direction:column;gap:2rem}.order-details h2{font-size:1.25rem;margin-bottom:1rem;text-transform:uppercase;font-family:var(--font-primary--family)}.order-details>div{background:#f9f9f9;padding:2rem;border-radius:8px}.link{color:#666;text-decoration:underline}@media screen and (max-width: 750px){.order-table thead{display:none}.order-table tr{display:flex;flex-direction:column;border-bottom:1px solid #e5e5e5;padding:1rem 0}.order-table td{display:flex;justify-content:space-between;border:none;padding:.25rem 0}.order-table td:before{content:attr(data-label);color:#666;font-size:.9rem;padding-right:1rem}.order-item-product{margin-bottom:1rem}}.customer-register{padding:4rem 2rem;display:flex;justify-content:center}.customer-register__container{max-width:400px;width:100%}.customer-register h1{font-size:3rem;margin-bottom:2rem;text-transform:uppercase;font-family:var(--font-primary--family);font-weight:700}.customer-register__buttons{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.link{color:#666;text-decoration:underline;font-size:.9rem}.customer-reset-password{padding:4rem 2rem;display:flex;justify-content:center}.customer-reset-password__container{max-width:400px;width:100%}.title--primary{font-size:3rem;margin-bottom:1rem;text-transform:uppercase;font-family:var(--font-primary--family)}.field{margin-bottom:1.5rem;display:flex;flex-direction:column}.field label{margin-bottom:.5rem;font-size:.9rem;text-transform:uppercase;font-weight:500}.field__input{padding:1rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;width:100%}.customer-reset-password__buttons{margin-top:2rem}.button{width:100%;padding:1rem;text-align:center;text-decoration:none;border-radius:50px;font-weight:600;text-transform:uppercase;cursor:pointer;font-family:var(--font-primary--family);border:none;transition:all .3s ease}.button--primary{background:#000;color:#fff}.button--primary:hover{background:#333;transform:translateY(-2px)}.center{text-align:center}.form-message{padding:1rem;margin-bottom:1rem;border-radius:4px}.form-message--error{background-color:#fee;color:#c00;border:1px solid #fcc}.product-page-container{max-width:1200px;margin:0 auto;padding:2rem}.product-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 768px){.product-grid{grid-template-columns:1.2fr .8fr;gap:4rem;align-items:start}}.product-title{font-size:2.5rem;margin-bottom:.5rem;line-height:1.2}.product-price{font-size:1.5rem;color:#4a4a4a;margin-bottom:2rem}.product-description{margin-bottom:2rem;line-height:1.6;color:#333}.product-form-container{background:#f9f9f9;padding:2rem;border-radius:12px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.product-variant-select,.product-option-select,.product-quantity-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;background:#fff}.form-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.button--primary{background:#000;color:#fff;padding:1rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s;width:100%}.button--primary:hover{opacity:.9}.shopify-payment-button__button{border-radius:8px!important}.search-section{max-width:1200px;margin:0 auto;width:100%;padding:4rem 2rem}.search-header{text-align:center;margin-bottom:4rem}.search-header h1{font-size:3rem;margin-bottom:2rem;text-transform:uppercase}.search-form{max-width:600px;margin:0 auto}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-input{width:100%;padding:1rem 3rem 1rem 1.5rem;border:2px solid #e5e5e5;border-radius:50px;font-size:1rem;outline:none;transition:border-color .2s}.search-input:focus{border-color:#000}.search-button{position:absolute;right:1rem;background:none;border:none;cursor:pointer;color:#666;padding:0;display:flex;align-items:center}.search-button:hover{color:#000}.search-results-header{margin-bottom:2rem;color:#666}.search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.search-item-link{text-decoration:none;color:inherit;display:block}.search-item-image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;border-radius:12px;margin-bottom:1rem;background:#f5f5f5}.search-item-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.search-item:hover .search-item-image{transform:scale(1.05)}.search-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ccc}.placeholder-svg{width:100%;height:100%;opacity:.5}.search-item-title{font-size:1.1rem;margin:0 0 .5rem;font-family:var(--font-primary--family)}.search-item-price{font-weight:500;color:#000}.search-item-type{font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:.05em}.pagination{margin-top:4rem;text-align:center;grid-column:1 / -1}.pagination span{display:inline-block;margin:0 .5rem}.pagination a,.pagination .current{padding:.5rem 1rem;text-decoration:none;color:#000;border:1px solid #e5e5e5;border-radius:4px}.pagination .current{background:#000;color:#fff;border-color:#000}.search-empty{padding:4rem 0;text-align:center;font-size:1.2rem;color:#666}@media screen and (max-width: 750px){.search-results-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.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/1/compiled_assets/styles.css.map */
