.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-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: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}html{scroll-behavior:smooth}.password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--background-color);color:var(--text-color);padding:2rem}.password-page__container{max-width:600px;width:100%;text-align:center}.password-page__logo{margin:0 auto 2rem;max-width:300px}.password-page__logo img{width:100%;height:auto}.password-page__title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin:0 0 1.5rem;line-height:1.2}.password-page__message{font-size:1.125rem;line-height:1.6;margin:0 0 2rem;opacity:.9}.password-page__locations{background:#0000000d;border-radius:12px;padding:1.5rem;margin:0 0 2rem}.password-page__locations-text{font-size:1rem;line-height:1.6;margin:0}.password-page__newsletter{margin-top:3rem}.password-page__newsletter-heading{font-size:1.5rem;font-weight:600;margin:0 0 .75rem}.password-page__newsletter-text{font-size:1rem;line-height:1.6;margin:0 0 1.5rem;opacity:.8}.password-page__newsletter-success{background:#e8f5e9;color:#2e7d32;padding:1.25rem;border-radius:8px;font-size:1rem;font-weight:500}.password-page__newsletter-input-group{display:flex;gap:.5rem;flex-wrap:wrap}.password-page__errors{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem}.password-page__input{flex:1;min-width:200px;padding:.875rem 1.25rem;border:2px solid rgba(0,0,0,.1);border-radius:8px;font-size:1rem;transition:border-color .2s}.password-page__input:focus{outline:none;border-color:var(--accent-color)}.password-page__button{padding:.875rem 2rem;background-color:var(--accent-color);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,opacity .2s}.password-page__button:hover{opacity:.9;transform:translateY(-1px)}.password-page__button:active{transform:translateY(0)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.password-page__footer{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.password-page__footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1rem}.password-page__footer-link{color:var(--text-color);text-decoration:none;font-size:.875rem;opacity:.7;transition:opacity .2s}.password-page__footer-link:hover{opacity:1;text-decoration:underline}.password-page__footer-powered{text-align:center;font-size:.75rem;opacity:.5;margin-top:.5rem}.password-page__footer-powered a{color:inherit;text-decoration:none}.password-page__footer-powered a:hover{text-decoration:underline}.password-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.password-modal--active{opacity:1;visibility:visible}.password-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.password-modal__content{position:relative;background:#fff;color:#2c2416;padding:2.5rem;border-radius:16px;max-width:450px;width:calc(100% - 2rem);box-shadow:0 25px 75px #00000080;transform:scale(.9);transition:transform .3s;z-index:1}.password-modal--active .password-modal__content{transform:scale(1)}.password-modal__close{position:absolute;top:1rem;right:1rem;background:#0000001a;border:none;border-radius:50%;cursor:pointer;padding:.5rem;width:36px;height:36px;color:#2c2416;opacity:.7;transition:opacity .2s,background .2s;display:flex;align-items:center;justify-content:center}.password-modal__close:hover{opacity:1;background:#00000026}.password-modal__heading{font-size:1.5rem;font-weight:600;margin:0 0 1.5rem;text-align:center;color:#2c2416}.password-modal__input-group{display:flex;flex-direction:column;gap:.75rem}.password-modal__input-group .password-page__input{background:#f5f5f5;border-color:#e0e0e0}.password-modal__input-group .password-page__input:focus{background:#fff;border-color:var(--accent-color)}.password-page__button--full{width:100%}@media (max-width: 768px){.password-page{padding:1.5rem}.password-page__logo{max-width:200px}.password-page__newsletter-input-group{flex-direction:column}.password-page__input,.password-page__button{width:100%}.password-page__footer-links{flex-direction:column;gap:.75rem}.password-modal__content{padding:2rem 1.5rem}}.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/3/compiled_assets/styles.css.map */
