:root{--store-catalog-background: #e7dad1;--store-catalog-surface: #f8f2ed;--store-catalog-surface-strong: #fffaf6;--store-catalog-ink: #432f25;--store-catalog-muted: #7b685d;--store-catalog-line: rgba(67, 47, 37, .14);--store-catalog-shadow: 0 12px 34px rgba(67, 47, 37, .11)}body.template-catalogo-tienda{display:block;min-width:320px;background:var(--store-catalog-background);color:var(--store-catalog-ink)}.template-catalogo-tienda #MainContent{min-height:100vh}.store-catalog,.store-catalog *{box-sizing:border-box}.store-catalog{min-height:100vh;display:flex;flex-direction:column;background:var(--store-catalog-background);color:var(--store-catalog-ink);font-family:var(--font-body-family, Arial, sans-serif)}.store-catalog__bar{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px clamp(20px,4vw,56px);border-bottom:1px solid var(--store-catalog-line);background:#fffaf6db;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:10}.store-catalog__brand{display:inline-flex;flex-direction:column;color:var(--store-catalog-ink);font-family:var(--font-heading-family, Arial, sans-serif);font-size:clamp(1.5rem,2vw,1.9rem);font-weight:600;line-height:1.08;letter-spacing:.22em;text-transform:uppercase;text-decoration:none}.store-catalog__bar-action{min-height:48px;display:inline-flex;align-items:center;color:var(--store-catalog-ink);font-size:1.5rem;font-weight:600;text-decoration:none}.store-catalog__shell{width:min(100%,1440px);flex:1;margin:0 auto;padding:clamp(34px,5vw,72px) clamp(18px,4vw,56px) clamp(48px,7vw,96px)}.store-catalog__heading{max-width:760px;margin-bottom:clamp(28px,4vw,52px)}.store-catalog__heading--with-action{max-width:none;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.store-catalog__heading h1,.store-catalog__product-heading{margin:0;color:var(--store-catalog-ink);font-family:var(--font-heading-family, Arial, sans-serif);font-size:clamp(3rem,5vw,5.6rem);font-weight:600;line-height:1.08;letter-spacing:0}.store-catalog__intro{margin-top:16px;color:var(--store-catalog-muted);font-size:clamp(1.7rem,2.2vw,2.1rem);line-height:1.55}.store-catalog__intro p{margin:0}.store-catalog__eyebrow{margin:0 0 8px;color:var(--store-catalog-muted);font-size:1.3rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.store-catalog__collection-grid,.store-catalog__product-grid{display:grid;grid-template-columns:repeat(var(--catalog-tablet-columns, 3),minmax(0,1fr));gap:var(--catalog-gap, 24px)}.store-catalog__collection-card,.store-catalog__product-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--store-catalog-line);border-radius:18px;background:var(--store-catalog-surface);box-shadow:var(--store-catalog-shadow);color:var(--store-catalog-ink);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease;-webkit-tap-highlight-color:transparent}.store-catalog__collection-card:hover,.store-catalog__product-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px #432f2526}.store-catalog__collection-card:focus-visible,.store-catalog__product-card:focus-visible,.store-catalog__button:focus-visible,.store-catalog__thumbnail:focus-visible,.store-catalog__gallery-arrow:focus-visible{outline:3px solid rgba(67,47,37,.42);outline-offset:3px}.store-catalog__collection-media,.store-catalog__product-media{display:block;overflow:hidden;background:var(--store-catalog-surface-strong)}.store-catalog__collection-media{aspect-ratio:4 / 3}.store-catalog__product-media{aspect-ratio:1 / 1}.store-catalog__collection-media img,.store-catalog__product-media img,.store-catalog__placeholder{width:100%;height:100%;display:block}.store-catalog__collection-media img,.store-catalog__product-media img{object-fit:cover}.store-catalog__placeholder{padding:14%;color:#432f2547}.store-catalog__collection-title,.store-catalog__product-title{display:flex;align-items:center;min-height:72px;padding:16px 18px;font-size:clamp(1.6rem,2vw,2rem);font-weight:600;line-height:1.3}.store-catalog__button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border:1px solid var(--store-catalog-ink);border-radius:12px;background:var(--store-catalog-ink);color:var(--store-catalog-surface-strong);font-size:1.5rem;font-weight:600;line-height:1.25;text-align:center;text-decoration:none}.store-catalog__button--secondary{background:transparent;color:var(--store-catalog-ink)}.store-catalog__pagination,.store-catalog__product-nav{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px}.store-catalog__pagination{margin-top:42px}.store-catalog__product-shell{width:min(100%,1240px)}.store-catalog__product-nav{justify-content:flex-start;margin-bottom:30px}.store-catalog__product-heading{margin-bottom:clamp(24px,4vw,42px);font-size:clamp(2.8rem,4vw,4.8rem)}.store-catalog__gallery{display:grid;gap:18px}.store-catalog__gallery-stage{position:relative;overflow:hidden;border:1px solid var(--store-catalog-line);border-radius:20px;background:var(--store-catalog-surface-strong);box-shadow:var(--store-catalog-shadow)}.store-catalog__gallery-track{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pan-y}.store-catalog__gallery-track::-webkit-scrollbar{display:none}.store-catalog__gallery-slide{min-width:100%;height:min(68vh,760px);margin:0;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always}.store-catalog__gallery-slide img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}.store-catalog__gallery-arrow{width:52px;height:52px;position:absolute;top:50%;display:grid;place-items:center;border:1px solid var(--store-catalog-line);border-radius:50%;background:#fffaf6eb;color:var(--store-catalog-ink);box-shadow:0 8px 22px #432f2526;font-size:3.4rem;line-height:1;transform:translateY(-50%);cursor:pointer}.store-catalog__gallery-arrow--previous{left:16px}.store-catalog__gallery-arrow--next{right:16px}.store-catalog__thumbnails{display:flex;gap:12px;overflow-x:auto;padding:4px 2px 10px;scroll-snap-type:x proximity}.store-catalog__thumbnail{width:96px;min-width:96px;aspect-ratio:1 / 1;padding:0;overflow:hidden;border:2px solid transparent;border-radius:14px;background:var(--store-catalog-surface-strong);opacity:.68;scroll-snap-align:start;cursor:pointer}.store-catalog__thumbnail.is-active{border-color:var(--store-catalog-ink);opacity:1}.store-catalog__thumbnail img{width:100%;height:100%;display:block;object-fit:cover}.store-catalog__share{width:min(100%,320px);margin-top:30px}.store-catalog__share-button{width:100%;gap:10px;cursor:pointer}.store-catalog__share-button svg{width:22px;height:22px;flex:0 0 auto;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.store-catalog__share-status{min-height:20px;margin:8px 0 0;color:var(--store-catalog-muted);font-size:1.35rem;line-height:1.4}.store-catalog__share-fallback{margin-top:10px}.store-catalog__share-fallback label{display:block;margin-bottom:6px;color:var(--store-catalog-muted);font-size:1.3rem}.store-catalog__share-fallback input{width:100%;min-height:48px;padding:10px 12px;border:1px solid var(--store-catalog-line);border-radius:10px;background:var(--store-catalog-surface-strong);color:var(--store-catalog-ink);font:inherit}.store-catalog__empty,.store-catalog__editor-empty{padding:clamp(28px,5vw,56px);border:1px solid var(--store-catalog-line);border-radius:18px;background:#fffaf6b8;text-align:center}.store-catalog__empty .store-catalog__placeholder{max-width:380px;margin:0 auto}.store-catalog__footer{padding:24px clamp(20px,4vw,56px);border-top:1px solid var(--store-catalog-line);color:var(--store-catalog-muted);font-size:1.4rem;text-align:center}@media screen and (max-width:749px){.store-catalog__bar{min-height:74px;padding:12px 18px}.store-catalog__brand,.store-catalog__bar-action{font-size:1.35rem}.store-catalog__shell{padding:30px 16px 56px}.store-catalog__heading--with-action{align-items:flex-start;flex-direction:column}.store-catalog__collection-grid,.store-catalog__product-grid{grid-template-columns:repeat(var(--catalog-mobile-columns, 2),minmax(0,1fr));gap:min(var(--catalog-gap, 18px),18px)}.store-catalog__collection-card,.store-catalog__product-card{border-radius:14px}.store-catalog__collection-title,.store-catalog__product-title{min-height:62px;padding:13px 12px;font-size:1.45rem}.store-catalog__product-nav{display:grid;grid-template-columns:1fr 1fr;gap:10px}.store-catalog__product-nav .store-catalog__button{min-height:48px;padding:10px 12px;font-size:1.3rem}.store-catalog__gallery-slide{height:min(47vh,430px)}.store-catalog__gallery-arrow{width:46px;height:46px}.store-catalog__gallery-arrow--previous{left:10px}.store-catalog__gallery-arrow--next{right:10px}.store-catalog__thumbnail{width:78px;min-width:78px;border-radius:12px}.store-catalog__share{width:100%;margin-top:26px}}@media(prefers-reduced-motion:reduce){.store-catalog__collection-card,.store-catalog__product-card,.store-catalog__gallery-track{scroll-behavior:auto;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/store-catalog.css.map */
