.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-checkout{padding:2rem;min-height:calc(100vh - 10rem)}.custom-checkout__container{max-width:1200px;margin:0 auto}.custom-checkout__empty{text-align:center;padding:4rem 2rem}.custom-checkout__empty h1{margin-bottom:1rem;font-size:2rem}.custom-checkout__empty p{margin-bottom:2rem;color:var(--color-foreground, #000);opacity:.7}.custom-checkout__content{max-width:800px;margin:0 auto}.custom-checkout__description{margin-bottom:2rem;color:var(--color-foreground, #000);opacity:.7}.custom-checkout__summary-wrapper{display:flex;justify-content:center}.custom-checkout__title{margin-bottom:2rem;font-size:2rem;font-weight:700}.custom-checkout__summary{background-color:var(--color-background, #fff);border:1px solid var(--color-foreground, #000);border-radius:var(--input-corner-radius, 0px);padding:2rem;width:100%;max-width:600px}.custom-checkout__summary-title{margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;border-bottom:2px solid var(--color-foreground, #000);padding-bottom:.5rem}.custom-checkout__items{margin-bottom:2rem}.custom-checkout__item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-foreground, #000)}.custom-checkout__item:last-child{border-bottom:none}.custom-checkout__item-image{width:80px;height:80px;overflow:hidden}.custom-checkout__item-image img{width:100%;height:100%;object-fit:cover}.custom-checkout__item-title{margin-bottom:.25rem;font-size:1rem;font-weight:600}.custom-checkout__item-variant{margin-bottom:.25rem;font-size:.875rem;opacity:.7}.custom-checkout__item-quantity{font-size:.875rem;opacity:.7}.custom-checkout__item-price{font-weight:600;text-align:right}.custom-checkout__totals{margin-bottom:2rem;padding-top:1rem;border-top:2px solid var(--color-foreground, #000)}.custom-checkout__total-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:1rem}.custom-checkout__total-row--final{font-size:1.25rem;font-weight:700;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-foreground, #000)}.custom-checkout__checkout-button{width:100%;padding:1rem 2rem;background-color:var(--color-foreground, #000);color:var(--color-background, #fff);border:none;border-radius:var(--input-corner-radius, 0px);font-size:1.125rem;font-weight:600;cursor:pointer;transition:opacity .2s;margin-bottom:1rem}.custom-checkout__checkout-button:hover{opacity:.9}.custom-checkout__checkout-button:active{opacity:.8}.custom-checkout__back-link{display:block;text-align:center;color:var(--color-foreground, #000);text-decoration:underline}.custom-checkout__button{display:inline-block;padding:.75rem 1.5rem;background-color:var(--color-foreground, #000);color:var(--color-background, #fff);border:none;border-radius:var(--input-corner-radius, 0px);font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .2s}.custom-checkout__button:hover{opacity:.9}.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}.customer-login{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 10rem);padding:2rem}.customer-login__container{width:100%;max-width:400px}.customer-login__title{margin-bottom:2rem;text-align:center;font-size:2rem;font-weight:700}.customer-login__field{margin-bottom:1.5rem}.customer-login__label{display:block;margin-bottom:.5rem;font-weight:500}.customer-login__input{width:100%;padding:.75rem;border:1px solid var(--color-foreground, #333);border-radius:var(--input-corner-radius, 4px);font-size:1rem}.customer-login__input:focus{outline:none;border-color:var(--color-foreground, #333);box-shadow:0 0 0 2px #0000001a}.customer-login__errors{margin-bottom:1.5rem;padding:1rem;background-color:#ff00001a;border:1px solid rgba(255,0,0,.3);border-radius:var(--input-corner-radius, 4px);color:#d32f2f}.customer-login__actions{margin-top:2rem}.customer-login__submit{width:100%;padding:.75rem 1.5rem;background-color:var(--color-foreground, #333);color:var(--color-background, #fff);border:none;border-radius:var(--input-corner-radius, 4px);font-size:1rem;font-weight:500;cursor:pointer;transition:opacity .2s}.customer-login__submit:hover{opacity:.9}.customer-login__submit:active{opacity:.8}footer{display:flex;justify-content:space-between;margin-top:2rem}footer a{text-decoration:none;color:var(--color-foreground)}footer .footer__links,footer .footer__payment{display:flex;gap:1rem}header{height:5rem;display:flex;align-items:center;justify-content:space-between}header a{position:relative;text-decoration:none;color:var(--color-foreground)}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__menu,header .header__icons{display:flex;gap:1rem}.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(200px,1fr))}.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/4/compiled_assets/styles.css.map */
