.cart-empty{display:flex;flex-direction:column;gap:32px;align-items:center}.cart{display:flex;flex-direction:column;gap:32px;padding-top:0}.cart-items{display:flex;flex-direction:column;align-items:end;gap:16px}.cart-item{background:var(--color-white2);padding:32px;border-radius:var(--border-radius);box-shadow:var(--shadow-base);display:flex;align-items:center;justify-content:space-between;width:100%}.cart-wrapper{display:flex;align-items:center;gap:32px}.cart-image{width:64px!important}.cart-image img{object-fit:cover;width:64px;aspect-ratio:1/1;border-radius:var(--border-radius)}.cart-quantity{display:flex;gap:8px}.cart-quantity-input{padding:8px 12px;border:2px solid var(--color-gray);border-radius:var(--border-radius);font-size:1.125rem;width:72px}.cart-quantity-submit{background:var(--color-brand);color:var(--color-white1);border:none;border-radius:999px;padding:8px 12px}.cart-remove{background:var(--color-warning);padding:8px 12px;border-radius:999px}.cart-remove a{font-size:1.125rem;line-height:1.3em;color:var(--color-white1);text-decoration:none}.cart-total{display:flex;flex-direction:column;gap:8px;align-items:end}@media (max-width: 1000px){.cart-item{flex-direction:column;gap:32px;padding:16px;align-items:start}.cart-wrapper_bottom{width:100%;justify-content:space-between;flex-wrap:wrap}}.catalog{display:flex;flex-direction:column;gap:32px;padding-top:0}.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-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}.footer{display:grid;grid-template-columns:var(--content-grid);background:var(--color-black);padding:60px 0}.footer-content{grid-column:2;display:flex;flex-direction:column;gap:60px}.footer-text{color:var(--color-white1)}.footer-row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:32px}.footer-column{display:flex;flex-direction:column;gap:8px;max-width:300px}.footer-social{display:flex;gap:16px}.footer-link_external{display:flex;gap:4px}.footer-link_external svg{width:20px;height:auto}.footer-row_centered{align-items:center}.footer-legal{display:flex;gap:32px;flex-wrap:wrap}.header{display:flex;flex-direction:column;padding:32px 0}.header-row{display:flex;align-items:center;justify-content:space-between}.header-wrapper{display:flex;gap:32px}.header-icon{color:var(--color-black);display:flex;align-items:center;gap:4px;text-decoration:none!important}.header-icon:hover{color:var(--color-brand)}.header-icon span{display:block;padding:4px 8px;border-radius:999px;background:var(--color-brand);color:var(--color-white1);font-size:.75rem}.header-icon:hover span{text-decoration:none}.header-menu{background:none;border:none;display:none}.header-nav{display:flex;gap:32px}.header-link{text-decoration:none}.header-link{text-decoration:none;color:var(--color-black)}.header-link:hover{text-decoration:underline}.focused{font-weight:600;text-decoration:underline}.focused svg{color:var(--color-brand)}.header-link_external{display:flex;align-items:center;gap:4px}.header-dropdown{display:flex;flex-direction:column;gap:32px;align-items:flex-end;padding:32px 0;display:none;animation:dropdownAnimation .3s ease-in-out forwards;transform-origin:top center}@keyframes dropdownAnimation{0%{transform:scaleY(0)}80%{transform:scaleY(1.1)}to{transform:scaleY(1)}}@media (max-width: 1000px){.header-logo{width:150px;height:auto}.header-nav{display:none}.header-wrapper{gap:24px}.header-menu{display:block}}.hero{display:flex;align-items:center;justify-content:space-between;gap:60px;padding-top:0}.hero-cta{max-width:650px;display:flex;flex-direction:column;gap:16px}.hero-image{max-width:550px}.hero-cta,.hero-image{flex-basis:100%}@media (max-width: 1000px){.hero{flex-direction:column-reverse;gap:0;padding-top:0}.hero-image{width:100%}}.highlights{display:flex;flex-direction:column;gap:32px}.highlights-row{display:flex;gap:32px;flex-wrap:wrap;justify-content:center}.highlight{display:flex;flex-direction:column;gap:16px;align-items:center;padding:32px;max-width:300px}.highlight-text{text-align:center}.featured{display:flex;flex-direction:column;align-items:center;gap:32px}.hidden{display:none}.product{display:flex;gap:60px;padding-top:0}.product-content{flex-basis:100%}.product-gallery{flex-basis:75%}.product-content{display:flex;flex-direction:column;gap:32px}.product-quantity{display:flex;align-items:center;gap:16px}.product-quantity-input{border-radius:var(--border-radius);border:2px solid var(--color-gray);font-size:1.125rem;padding:8px 12px}.product-instock{line-height:1rem}.product-form form,.product-highlights{display:flex;flex-direction:column;gap:16px}.product-highlight{display:flex;gap:8px;align-items:center}.product-highlight svg{width:24px}.product-gallery{display:flex;flex-direction:column;gap:16px}.product-image{border-radius:var(--border-radius);border:1px solid var(--color-gray);aspect-ratio:1 / 1}.product-image img{aspect-ratio:1/1;object-fit:cover;border-radius:var(--border-radius)}.product-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:16px}.product-image-button{border:none;background:none;padding:0}.details{display:flex;flex-direction:column;gap:32px}.details p,li{font-size:1.5rem;font-weight:400;line-height:1.3em;color:var(--color-gray)}.product-title_mobile{display:none}@media (max-width: 700px){.product{flex-direction:column;gap:16px}.product-title_desktop{display:none}.product-title_mobile{display:block}}.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}.getintouch{display:flex;gap:60px;justify-content:space-between}.getintouch-cta{display:flex;flex-direction:column;gap:16px}.getintouch-buttons{display:flex;gap:16px}.getintouch-contacts{display:flex;flex-direction:column;padding:32px;gap:32px;flex-basis:550px;background:var(--color-white2);border-radius:var(--border-radius);box-shadow:var(--shadow-base)}.getintouch-contact{display:flex;gap:4px;align-items:center}.getintouch-contact{color:var(--color-black)}@media (max-width: 1000px){.getintouch{flex-direction:column}.getintouch-buttons{flex-direction:column;align-items:stretch}.getintouch-contacts{flex-basis:auto;padding:16px}.getintouch-contacts a{font-size:1.125rem}.getintouch-contacts svg{width:20px}}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px}.productcard{display:flex;flex-direction:column;background:var(--color-white2);border-radius:var(--border-radius);box-shadow:var(--shadow-base)}.productcard:hover{box-shadow:var(--shadow-green)}.productcard-image{border-radius:var(--border-radius) var(--border-radius) 0 0}.productcard-content{padding:16px;display:flex;flex-direction:column;gap:16px}.productcard-title *{color:var(--color-black);text-decoration:none}.recomended{display:flex;flex-direction:column;gap:32px}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
