.all-products{padding:3rem 0}.all-products__heading{font-size:1.75rem;font-weight:700;color:var(--color-primary);text-align:center;margin-bottom:2rem}.all-products__grid{display:grid;grid-template-columns:repeat(var(--columns, 3),1fr);gap:1.5rem}.all-products__pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem}.all-products__pagination>*{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:.4rem .75rem;border:1px solid #ccc;border-radius:var(--style-border-radius-inputs);font-size:.9rem;background-color:#fff;transition:background-color .2s ease,border-color .2s ease}.all-products__pagination>*:hover{border-color:var(--color-primary)}.all-products__pagination>.current{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.all-products__pagination a{text-decoration:none;color:inherit;border:none;padding:0;min-width:unset;height:unset;background:none}.all-products__empty{text-align:center;color:#999;grid-column:1 / -1;padding:2rem 0}@media(max-width:768px){.all-products__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.all-products__grid{grid-template-columns:1fr}}.announcement-bar{background-color:var(--color-primary);color:#fff;text-align:center;padding:.6rem 1rem;font-size:.85rem;font-weight:600;letter-spacing:.02em}.announcement-bar__link{color:#fff;text-decoration:none;transition:opacity .2s ease}.announcement-bar__link:hover{opacity:.85}.announcement-bar__text{margin:0}.cart-page{padding:2rem 0}.cart-page__title{font-size:2rem;font-weight:700;color:var(--color-primary);margin-bottom:2rem}.cart-item{display:flex;align-items:center;gap:1.5rem;padding:1.25rem 0;border-bottom:1px solid #e5e5e5}.cart-item__image{width:80px;flex-shrink:0}.cart-item__image img{width:100%;height:auto;border-radius:4px}.cart-item__details{flex:1}.cart-item__title{font-weight:700;margin-bottom:.25rem}.cart-item__price{color:var(--color-foreground);font-size:.95rem}.cart-item__actions{display:flex;align-items:center;gap:1rem}.cart-item__qty{width:3.5rem;padding:.4rem .5rem;border:1px solid #ccc;border-radius:var(--style-border-radius-inputs);text-align:center;font-size:.95rem}.cart-item__remove{font-size:.85rem;color:#999;text-decoration:none}.cart-item__remove:hover{color:var(--color-foreground)}.cart-page__footer{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.cart-page__update{background-color:#e5e5e5;color:var(--color-foreground);border:none;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:var(--style-border-radius-inputs);cursor:pointer}.cart-page__checkout{background-color:var(--color-primary);color:#fff;border:none;padding:.7rem 2rem;font-size:.9rem;font-weight:700;border-radius:var(--style-border-radius-inputs);cursor:pointer;transition:background-color .2s ease}.cart-page__checkout:hover{background-color:var(--color-accent)}.cart-page__empty{text-align:center;font-size:1.1rem;color:#999;padding:3rem 0}@media(max-width:600px){.cart-item{flex-wrap:wrap}}.collection-page{padding:2rem 0}.collection-page__title{font-size:2rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.collection-page__description{color:#666;margin-bottom:2rem;max-width:40rem}.collection-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-card{display:flex;flex-direction:column;text-decoration:none;color:var(--color-foreground);border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;transition:box-shadow .2s ease}.product-card:hover{box-shadow:0 4px 12px #00000014}.product-card__image-wrap{background-color:#f8f8f8;aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__info{padding:1rem}.product-card__title{font-size:.95rem;font-weight:600;margin-bottom:.25rem}.product-card__price{font-size:.9rem;color:#666}.collection-page__pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem}.collection-page__pagination>*{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:.4rem .75rem;border:1px solid #ccc;border-radius:var(--style-border-radius-inputs);font-size:.9rem;background-color:#fff;transition:background-color .2s ease,border-color .2s ease}.collection-page__pagination>*:hover{border-color:var(--color-primary)}.collection-page__pagination>.current{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.collection-page__pagination a{text-decoration:none;color:inherit;border:none;padding:0;min-width:unset;height:unset;background:none}@media(max-width:768px){.collection-page__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.collection-page__grid{grid-template-columns: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}.featured-product{text-align:center;padding:3rem 0}.featured-product__heading{font-size:2rem;font-weight:700;color:var(--color-primary);margin-bottom:.25rem}.featured-product__subheading{font-size:1.2rem;font-style:italic;color:var(--color-accent);margin-bottom:2rem}.featured-product__card{display:flex;align-items:center;gap:2rem;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:2rem;max-width:40rem;margin:0 auto;text-align:left;box-shadow:0 2px 8px #0000000f}.featured-product__image{flex-shrink:0;width:120px}.featured-product__img{width:100%;height:auto;border-radius:4px}.featured-product__title{font-size:1.1rem;font-weight:700;color:var(--color-foreground);margin-bottom:.25rem}.featured-product__price{font-size:1rem;color:var(--color-foreground);margin-bottom:1rem}.featured-product__form-row{display:flex;align-items:center;gap:.5rem}.featured-product__label{font-size:.85rem;font-weight:700}.featured-product__qty-input{width:3.5rem;padding:.4rem .5rem;border:1px solid #ccc;border-radius:var(--style-border-radius-inputs);text-align:center;font-size:.95rem}.featured-product__buy-btn{background-color:var(--color-primary);color:#fff;border:none;padding:.55rem 1.25rem;font-size:.9rem;font-weight:700;cursor:pointer;border-radius:var(--style-border-radius-inputs);transition:background-color .2s ease}.featured-product__buy-btn:hover{background-color:var(--color-accent)}@media(max-width:600px){.featured-product__card{flex-direction:column;text-align:center}.featured-product__form-row{justify-content:center}}.footer{background-color:var(--color-primary);color:#fff;padding:3rem 1.5rem 1.5rem;margin-top:auto}.footer__inner{max-width:90rem;margin:0 auto}.footer__brand{margin-bottom:2rem}.footer__name{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.footer__contact{color:#fff;text-decoration:none;font-size:.9rem;opacity:.85;display:block;margin-bottom:.3rem}.footer__contact:hover{opacity:1}.footer__address{font-size:.85rem;opacity:.75;line-height:1.5}.footer__links{display:flex;flex-wrap:wrap;gap:1rem 2rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.2)}.footer__link{color:#fff;text-decoration:none;font-size:.9rem;opacity:.85;transition:opacity .2s ease}.footer__link:hover{opacity:1}.footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__copyright{font-size:.8rem;opacity:.7}.footer__payment{display:flex;gap:.5rem}.footer__payment svg{width:2.5rem;height:auto;opacity:.8}@media(max-width:768px){.footer__links{flex-direction:column;gap:.75rem}.footer__bottom{flex-direction:column;text-align:center}}.header{background-color:#fff;border-bottom:1px solid #e5e5e5}.header__inner{max-width:90rem;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header__logo{text-decoration:none;color:var(--color-primary);flex-shrink:0}.header__logo-text{font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.header__logo-image{height:60px;width:auto}.header__nav{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;justify-content:center}.header__nav-link{text-decoration:none;color:var(--color-foreground);font-size:.95rem;font-weight:400;transition:color .2s ease}.header__nav-link:hover,.header__nav-link--active{color:var(--color-primary);font-weight:700}.header__actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.header__action-link{text-decoration:none;color:var(--color-foreground);font-size:.9rem;display:flex;align-items:center;gap:.3rem;transition:color .2s ease}.header__action-link:hover{color:var(--color-primary)}.header__cart-count{background-color:var(--color-primary);color:#fff;font-size:.75rem;font-weight:700;width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.header__inner{flex-wrap:wrap;justify-content:center}.header__nav{order:3;width:100%;justify-content:center;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}.hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:var(--hero-min-height, 500px);overflow:hidden}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero__background--default{background-color:var(--color-primary)}.hero__background-img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#001e3c8c}.hero__content{position:relative;z-index:1;text-align:center;color:#fff;max-width:50rem;padding:3rem 1.5rem}.hero__subtitle{font-size:1.2rem;font-style:italic;margin-bottom:.5rem;opacity:.9}.hero__title{font-size:3rem;font-weight:700;line-height:1.15;margin-bottom:1.5rem}.hero__description{font-size:1.05rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.hero__button{display:inline-block;background-color:var(--color-accent);color:#fff;text-decoration:none;padding:.85rem 2rem;font-size:.95rem;font-weight:700;border-radius:var(--style-border-radius-inputs);transition:background-color .2s ease}.hero__button:hover{background-color:var(--color-primary)}.hero__products{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-top:.5rem}.hero__product-card{display:flex;align-items:center;gap:1.25rem;background-color:#fff;color:var(--color-foreground);border-radius:8px;padding:1.25rem 1.5rem;box-shadow:0 4px 16px #00000026;text-align:left;max-width:28rem;width:100%}.hero__product-image{flex-shrink:0;width:90px}.hero__product-image img{width:100%;height:auto;border-radius:4px}.hero__product-title{font-size:1rem;font-weight:700;margin-bottom:.2rem}.hero__product-price{font-size:.9rem;color:#666;margin-bottom:.75rem}.hero__product-form{display:flex;align-items:center;gap:.5rem}.hero__product-qty{width:3.25rem;padding:.35rem .4rem;border:1px solid #ccc;border-radius:var(--style-border-radius-inputs);text-align:center;font-size:.9rem}.hero__product-btn{background-color:var(--color-primary);color:#fff;border:none;padding:.5rem 1.1rem;font-size:.85rem;font-weight:700;cursor:pointer;border-radius:var(--style-border-radius-inputs);transition:background-color .2s ease;white-space:nowrap}.hero__product-btn:hover{background-color:var(--color-accent)}@media(max-width:768px){.hero__title{font-size:2rem}.hero__subtitle{font-size:1rem}}.password-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:var(--color-primary);padding:2rem}.password-page__card{background-color:#fff;border-radius:8px;padding:3rem 2.5rem;max-width:440px;width:100%;text-align:center;box-shadow:0 8px 32px #0003}.password-page__logo{margin-bottom:1.5rem}.password-page__logo img{max-width:160px;height:auto}.password-page__title{font-size:1.75rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.password-page__message{font-size:1rem;color:#666;margin-bottom:2rem;line-height:1.5}.password-page__errors{background-color:#fef2f2;border:1px solid #fca5a5;border-radius:4px;padding:.75rem 1rem;color:#991b1b;font-size:.9rem;margin-bottom:1rem;text-align:left}.password-page__form{display:flex;gap:.5rem}.password-page__input{flex:1;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:var(--style-border-radius-inputs);font-size:1rem;font-family:inherit;color:var(--color-foreground);transition:border-color .2s ease}.password-page__input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 2px #005a9c26}.password-page__button{background-color:var(--color-primary);color:#fff;border:none;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;font-family:inherit;cursor:pointer;border-radius:var(--style-border-radius-inputs);white-space:nowrap;transition:background-color .2s ease}.password-page__button:hover{background-color:var(--color-accent)}.password-page__footer{margin-top:2rem;font-size:.8rem;color:#9ca3af}@media(max-width:480px){.password-page__card{padding:2rem 1.5rem}.password-page__form{flex-direction:column}}.product{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;padding:2rem 0}.product__media{background-color:#f8f8f8;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:2rem}.product__image{width:100%;height:auto;max-width:400px}.product__title{font-size:2rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.product__price{font-size:1.25rem;color:var(--color-foreground);margin-bottom:1.5rem}.product__description{font-size:1rem;line-height:1.6;color:var(--color-foreground);margin-bottom:2rem}.product__variants{margin-bottom:1rem}.product__variants label,.product__quantity label{display:block;font-size:.85rem;font-weight:700;margin-bottom:.3rem}.product__variant-select{width:100%;padding:.6rem .75rem;border:1px solid #ccc;font-size:.95rem}.product__quantity{margin-bottom:1.5rem}.product__quantity-input{width:5rem;padding:.6rem .75rem;border:1px solid #ccc;font-size:.95rem;text-align:center}.product__add-to-cart{display:inline-block;background-color:var(--color-primary);color:#fff;border:none;padding:.85rem 2.5rem;font-size:1rem;font-weight:700;cursor:pointer;border-radius:var(--style-border-radius-inputs);transition:background-color .2s ease}.product__add-to-cart:hover{background-color:var(--color-accent)}@media(max-width:768px){.product{grid-template-columns:1fr;gap:1.5rem}}.rich-text{text-align:var(--text-align, center);max-width:var(--max-width, 700px);margin:0 auto;padding:3rem 0}.rich-text__heading{font-size:1.75rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem}.rich-text__body{font-size:1.05rem;line-height:1.7;color:var(--color-foreground)}.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}.discount-tiers{margin-top:.75rem;width:100%}.discount-tiers__heading{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-primary);margin-bottom:.35rem}.discount-tiers__table{width:100%;border-collapse:collapse;font-size:.85rem}.discount-tiers__table th{text-align:left;font-weight:600;padding:.35rem .5rem;border-bottom:2px solid var(--color-primary);color:var(--color-primary);font-size:.78rem;text-transform:uppercase;letter-spacing:.03em}.discount-tiers__table td{padding:.3rem .5rem;border-bottom:1px solid #e5e7eb;color:var(--color-foreground)}.discount-tiers__table tbody tr:last-child td{border-bottom:none}.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 */
