.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}.shad-footer{background:var(--shad-dark);color:#fff9;margin-top:auto}.shad-footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1280px;margin:0 auto;padding:4rem 1.5rem 3rem}.shad-footer__logo-text{font-size:1.25rem;font-weight:900;letter-spacing:-.04em;color:#fff;margin-bottom:.75rem}.shad-footer__tagline{font-size:.75rem;line-height:1.6;margin-bottom:1.25rem;max-width:240px}.shad-footer__social{display:flex;gap:.75rem}.shad-footer__social a{color:#ffffff80;text-decoration:none;transition:color .15s}.shad-footer__social a:hover{color:#fff}.shad-footer__col-title{font-size:.65rem;font-weight:900;text-transform:uppercase;letter-spacing:.2em;color:#ffffff4d;margin-bottom:1rem}.shad-footer__col ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.6rem}.shad-footer__col a{font-size:.8rem;color:#fff9;text-decoration:none;transition:color .15s}.shad-footer__col a:hover{color:#fff}.shad-footer__legal-note{font-size:.65rem;margin-top:1.25rem;color:#ffffff4d;line-height:1.5}.shad-footer__payments{display:flex;gap:.4rem;margin-top:.75rem;flex-wrap:wrap;align-items:center}.shad-footer__payments span{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border:1px solid rgba(255,255,255,.15);padding:.2rem .5rem;color:#fff6}.shad-footer__payments svg{width:2rem;height:1.25rem;opacity:.4}.shad-footer__bottom{border-top:1px solid rgba(255,255,255,.08);max-width:1280px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.7rem;color:#ffffff4d;gap:1rem;flex-wrap:wrap}.shad-footer__bottom a{color:#ffffff4d;text-decoration:none}@media(max-width:900px){.shad-footer__inner{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:540px){.shad-footer__inner{grid-template-columns:1fr}.shad-footer__bottom{flex-direction:column;text-align:center}}.shad-header{position:sticky;top:0;z-index:100;background:var(--shad-dark);border-bottom:1px solid rgba(255,255,255,.08)}.shad-header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;height:4rem;max-width:1280px;margin:0 auto;padding:0 1.5rem}.shad-header__logo{text-decoration:none;flex-shrink:0}.shad-header__logo img{height:36px;width:auto;display:block}.shad-header__logo-text{font-size:1.25rem;font-weight:900;letter-spacing:-.04em;color:#fff;font-family:var(--font-primary--family)}.shad-header__nav{display:flex;align-items:center;gap:.25rem;flex:1}.shad-header__nav-link{display:flex;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffffbf;text-decoration:none;background:none;border:none;cursor:pointer;font-family:var(--font-primary--family);transition:color .15s;white-space:nowrap}.shad-header__nav-link:hover,.shad-header__nav-link[aria-current=page]{color:#fff}.shad-header__dropdown{position:relative}.shad-header__dropdown-menu{display:none;position:absolute;top:calc(100% + .5rem);left:0;background:var(--shad-dark);border:1px solid rgba(255,255,255,.1);list-style:none;padding:.5rem 0;min-width:180px;z-index:200}.shad-header__dropdown:hover .shad-header__dropdown-menu,.shad-header__dropdown:focus-within .shad-header__dropdown-menu{display:block}.shad-header__dropdown-item{display:block;padding:.6rem 1.25rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffffb3;text-decoration:none;transition:color .15s,background .15s}.shad-header__dropdown-item:hover{color:#fff;background:#ffffff0d}.shad-header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.shad-header__whatsapp{display:flex;align-items:center;gap:.4rem;background:var(--shad-red);color:#fff;text-decoration:none;padding:.45rem .9rem;font-size:.65rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;transition:background .15s}.shad-header__whatsapp:hover{background:#c0050f}.shad-header__icon-btn{display:flex;align-items:center;justify-content:center;color:#ffffffbf;text-decoration:none;padding:.4rem;position:relative;transition:color .15s;background:none;border:none;cursor:pointer}.shad-header__icon-btn:hover{color:#fff}.shad-header__icon-btn svg{width:1.4rem;height:1.4rem}.shad-header__cart-count{position:absolute;top:0;right:0;background:var(--shad-red);color:#fff;font-size:.55rem;font-weight:900;width:1rem;height:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.shad-header__hamburger{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.4rem}.shad-header__hamburger span{display:block;width:22px;height:2px;background:#fff;transition:transform .2s,opacity .2s}.shad-mobile-menu{display:none;flex-direction:column;background:var(--shad-dark);border-top:1px solid rgba(255,255,255,.08);padding:1rem 1.5rem 1.5rem}.shad-mobile-menu__link{display:block;padding:.75rem 0;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fffc;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.06)}.shad-mobile-menu__link--child{padding-left:1rem;font-size:.7rem;color:#ffffff80}.shad-mobile-menu__whatsapp{display:inline-block;margin-top:1rem;background:var(--shad-red);color:#fff;text-decoration:none;padding:.75rem 1.5rem;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;text-align:center}@media(max-width:768px){.shad-header__nav,.shad-header__whatsapp-text{display:none}.shad-header__hamburger,.shad-mobile-menu.is-open{display:flex}}.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}.shad-why{background:#fff;padding:4rem 0}@media(min-width:1024px){.shad-why{padding:6rem 0}}.shad-why__inner{max-width:1280px;margin:0 auto;padding:0 1.5rem}.shad-why__header{text-align:center;margin-bottom:3rem}.shad-why__eyebrow{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--shad-red);margin:0 0 .5rem}.shad-why__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;color:var(--shad-dark);margin:0 0 .75rem}.shad-why__subtitle{font-size:.9rem;color:#6b7280;max-width:36rem;margin:0 auto;line-height:1.6}.shad-why__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.shad-why__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.shad-why__grid{grid-template-columns:repeat(3,1fr)}}.shad-why__card{border:1px solid #f3f4f6;padding:1.5rem;transition:border-color .2s,box-shadow .2s}.shad-why__card:hover{border-color:#e3061340;box-shadow:0 4px 20px #0000000f}.shad-why__icon{width:2.75rem;height:2.75rem;background:#e3061314;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background .2s}.shad-why__card:hover .shad-why__icon{background:var(--shad-red)}.shad-why__icon svg{width:1.25rem;height:1.25rem;color:var(--shad-red);transition:color .2s}.shad-why__card:hover .shad-why__icon svg{color:#fff}.shad-why__card-title{font-size:.9rem;font-weight:900;color:var(--shad-dark);margin:0 0 .5rem}.shad-why__card-desc{font-size:.8rem;color:#6b7280;line-height:1.65;margin:0}.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/21/compiled_assets/styles.css.map */
