.catalog-products{display:block}.catalog-products__header{max-width:76rem;margin:0 auto 3.2rem;text-align:center}.catalog-products__eyebrow{margin:0 0 .8rem;color:var(--catalog-accent);font-size:1.4rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.catalog-products__title{margin:0;font-size:clamp(3.6rem,5vw,5.6rem);line-height:1.05}.catalog-products__intro{margin-top:1.6rem;font-size:1.8rem;line-height:1.55}.catalog-products__nav-shell{position:sticky;z-index:3;top:0;margin:0 -1.5rem 3.2rem;padding:1.2rem 1.5rem;overflow:hidden;background:rgb(var(--color-background));border-bottom:.1rem solid rgba(var(--color-foreground),.12)}.catalog-products__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem;scrollbar-width:none}.catalog-products__tabs::-webkit-scrollbar{display:none}.catalog-products__tab{display:inline-flex;align-items:center;justify-content:center;height:4rem;padding:0 2rem;color:#572d2f;font:inherit;font-size:1.4rem;font-weight:600;line-height:1;cursor:pointer;-webkit-appearance:none;appearance:none;background:#fff;border:.1rem solid #d9d1d1;border-radius:5.2rem;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.catalog-products__tab span{margin-left:.6rem;opacity:.65;font-size:1.2rem}.catalog-products__tab[aria-selected=true]{color:#fff;background:var(--brand-red-accessible, #c5321f);border-color:#e64b38}.catalog-products__tab:hover{background:#e64b3814;border-color:#d9d1d1}.catalog-products__tab[aria-selected=true]:hover{color:#fff;background:var(--brand-red-accessible-dark, #bd2f1c);border-color:var(--brand-red-accessible-dark, #bd2f1c)}.catalog-products__tab:focus-visible,.catalog-card a:focus-visible,.catalog-card input:focus-visible,.catalog-card select:focus-visible,.catalog-card button:focus-visible{outline:.2rem solid var(--catalog-accent);outline-offset:.3rem}.catalog-products__panel[hidden]{display:none}.catalog-products__category-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.4rem}.catalog-products__category-heading h2{margin:0;font-size:clamp(2.8rem,3vw,4rem)}.catalog-products__category-heading .rte{max-width:66rem;margin-top:.8rem}.catalog-products__collection-link{flex:0 0 auto;color:rgb(var(--color-foreground));font-weight:700;text-underline-offset:.4rem}.catalog-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3.2rem 2.4rem;margin:0;padding:0;list-style:none}.catalog-products__grid--desktop-2{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-products__grid--desktop-3{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-products__grid--desktop-5{grid-template-columns:repeat(5,minmax(0,1fr))}.catalog-card{display:flex;height:100%;overflow:hidden;flex-direction:column;background:var(--catalog-surface);border:.1rem solid rgba(var(--color-foreground),.1);border-radius:1.6rem}.catalog-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:1;background:#fff}.catalog-card__image{display:block;width:100%;height:100%;object-fit:contain;transition:transform .22s ease}@media(hover:hover){.catalog-card__media:hover .catalog-card__image{transform:scale(1.025)}}.catalog-card__content{display:flex;flex:1;flex-direction:column;padding:1.8rem}.catalog-card__heading{margin-bottom:1.6rem}.catalog-card__title{margin:0 0 .6rem;font-size:2rem;line-height:1.25}.catalog-card__title a{color:inherit;text-decoration:none}.catalog-card__price{display:flex;flex-wrap:wrap;gap:.8rem;align-items:baseline;font-size:1.7rem;font-weight:700}.catalog-card__price s{opacity:.55;font-size:1.4rem;font-weight:400}.catalog-card catalog-product-form,.catalog-card__form{display:flex;flex:1;flex-direction:column}.catalog-card__label{display:block;margin-bottom:.6rem;font-size:1.3rem;font-weight:700}.catalog-card__select-wrap{position:relative;margin-bottom:1.4rem}.catalog-card__select,.catalog-card__quantity{width:100%;min-height:4.4rem;color:rgb(var(--color-foreground));font:inherit;font-size:1.5rem;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.3);border-radius:.8rem}.catalog-card__select{padding:.9rem 4rem .9rem 1.2rem;cursor:pointer;-webkit-appearance:none;appearance:none}.catalog-card__select-icon{position:absolute;top:50%;right:1.4rem;width:1.2rem;pointer-events:none;transform:translateY(-50%)}.catalog-card__select-icon svg{display:block;width:100%}.catalog-card__actions{display:grid;grid-template-columns:7.2rem minmax(0,1fr);gap:1rem;align-items:end;margin-top:auto}.catalog-card__quantity{padding:.8rem;text-align:center}.catalog-products .catalog-card__add{min-width:0;min-height:5.4rem;padding:1.6rem 1rem;color:#fff;background:var(--brand-red-accessible, #c5321f);border:.1rem solid var(--brand-red-accessible, #c5321f);border-radius:10rem;font-family:BuenosAires Bold,BuenosAiresSemiBold,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.3}.catalog-products .catalog-card__add:before,.catalog-products .catalog-card__add:after{box-shadow:none}.catalog-products .catalog-card__add:not([disabled]):hover{color:#fff;background:var(--brand-red-accessible-dark, #bd2f1c);border-color:var(--brand-red-accessible-dark, #bd2f1c)}.catalog-products .catalog-card__add .loading__spinner{width:1.8rem}.catalog-products__empty{padding:4rem 2rem;text-align:center;background:var(--catalog-surface);border-radius:1.6rem}.catalog-products__load-more-wrap{margin-top:3.2rem;text-align:center}.catalog-products__load-more{min-height:4.4rem}@media screen and (max-width:989px){.catalog-products__title{font-size:2.8rem}.catalog-products__intro{font-size:1.8rem}.catalog-products__category-heading h2{font-size:2.4rem}.catalog-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-products__grid--mobile-1{grid-template-columns:1fr}.catalog-products__grid--mobile-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.catalog-products__header,.catalog-products__nav-shell{margin-bottom:2.4rem}.catalog-products__tabs{display:grid;grid-template-columns:repeat(2,max-content);justify-content:center;gap:1.2rem}.catalog-products__tab{min-width:14rem;height:3.8rem;padding:0 1.6rem}.catalog-products__category-heading{display:block}.catalog-products__collection-link{display:inline-block;margin-top:1.2rem}.catalog-products__grid{gap:1.6rem 1rem}.catalog-card{border-radius:1.2rem}.catalog-card__content{padding:1.2rem}.catalog-card__title,.catalog-card__price{font-size:1.8rem}.catalog-card__label{font-size:1.2rem}.catalog-card__select,.catalog-card__quantity{font-size:1.6rem}.catalog-card__actions{grid-template-columns:1fr}.catalog-products .catalog-card__add{min-height:4.8rem;padding:1.2rem .8rem;font-size:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/104/compiled_assets/styles.css.map?subset=AAAB */
