.estampa-collection{--ec-cols-desktop: 4;--ec-cols-tablet: 3;--ec-cols-mobile: 2;--ec-gap: 16px;--ec-peek: 24px;--ec-align-title: left;--ec-align-button: right;--ec-align-description: left;--ec-align-title-mobile: left;--ec-align-button-mobile: right;--ec-align-description-mobile: left;--ec-space-title: 8px;--ec-space-button: 8px;--ec-space-description: 0px;--ec-image-padding: 32px;--ec-image-overlay: 0;--ec-image-focal: center;--ec-image-height: 0px}estampa-collection-carousel{display:block}.estampa-collection__head,.estampa-collection__backdrop{display:flex;flex-wrap:wrap;align-items:center;column-gap:2.4rem}.estampa-collection__head{margin-block-end:calc(var(--section-spacing-unit-size) * 2)}.estampa-collection__row{flex:0 0 100%;min-width:0}@media screen and (min-width:750px){.estampa-collection__row--inline{flex:1 1 auto}}.estampa-collection__row--title{text-align:var(--ec-align-title-mobile);margin-block-end:var(--ec-space-title)}.estampa-collection__row--button{text-align:var(--ec-align-button-mobile);margin-block-end:var(--ec-space-button)}.estampa-collection__row--description{text-align:var(--ec-align-description-mobile);margin-block-end:var(--ec-space-description);opacity:.75}@media screen and (min-width:750px){.estampa-collection__row--title{text-align:var(--ec-align-title)}.estampa-collection__row--button{text-align:var(--ec-align-button)}.estampa-collection__row--description{text-align:var(--ec-align-description)}}@media screen and (max-width:749px){.estampa-collection__row--desktop-only{display:none}}.estampa-collection__foot{margin-block-start:calc(var(--section-spacing-unit-size) * 2);text-align:var(--ec-align-button-mobile)}@media screen and (min-width:750px){.estampa-collection__foot{display:none}}.estampa-collection__title{margin:0}.estampa-collection__row--description>.rte>:first-child{margin-block-start:0}.estampa-collection__row--description>.rte>:last-child{margin-block-end:0}.estampa-collection__button.button--link,.estampa-collection__button.button--text{min-height:0}.estampa-collection__button:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-color:rgb(var(--color-foreground));outline-offset:.3rem}.estampa-collection__backdrop{position:relative;flex:0 0 100%;padding:var(--ec-image-padding);overflow:hidden;align-content:center}.estampa-collection__backdrop--fixed{min-height:var(--ec-image-height)}.estampa-collection__backdrop--bleed,.estampa-collection__banner--bleed{margin-inline:calc(var(--page-gutter) * -1)}@media screen and (max-width:749px){.estampa-collection__backdrop--only-desktop{padding:0;min-height:0;margin-inline:0}.estampa-collection__backdrop--only-desktop .estampa-collection__media,.estampa-collection__banner--only-desktop{display:none}}@media screen and (min-width:750px){.estampa-collection__backdrop--only-mobile{padding:0;min-height:0;margin-inline:0}.estampa-collection__backdrop--only-mobile .estampa-collection__media,.estampa-collection__banner--only-mobile{display:none}}.estampa-collection__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.estampa-collection__media picture,.estampa-collection__banner picture{display:block}.estampa-collection__media picture{width:100%;height:100%}.estampa-collection__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--ec-image-focal)}.estampa-collection__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--color-background),var(--ec-image-overlay))}.estampa-collection__backdrop>.estampa-collection__row{position:relative;z-index:1}.estampa-collection__banner{margin-block-end:calc(var(--section-spacing-unit-size) * 2);overflow:hidden}.estampa-collection__banner img{display:block;width:100%;height:auto}.estampa-collection__banner--fixed img{height:var(--ec-image-height);object-fit:cover;object-position:var(--ec-image-focal)}.estampa-collection__viewport{position:relative}.estampa-collection__track{display:flex;gap:var(--ec-gap);margin:0;padding:0 0 .4rem;list-style:none;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.estampa-collection__track::-webkit-scrollbar{display:none}.estampa-collection__track:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.4rem}.estampa-collection__slide>card-product{display:block;height:100%}.estampa-collection__slide{flex:0 0 calc((100% - (var(--ec-cols-mobile) - 1) * var(--ec-gap) - var(--ec-peek)) / var(--ec-cols-mobile));min-width:0;margin:0;scroll-snap-align:start}@media screen and (min-width:750px){.estampa-collection__slide{flex-basis:calc((100% - (var(--ec-cols-tablet) - 1) * var(--ec-gap)) / var(--ec-cols-tablet))}}@media screen and (min-width:990px){.estampa-collection__slide{flex-basis:calc((100% - (var(--ec-cols-desktop) - 1) * var(--ec-gap)) / var(--ec-cols-desktop))}}.estampa-collection__arrows{display:none}estampa-collection-carousel.is-static .estampa-collection__arrows{display:none}@media screen and (min-width:750px){.estampa-collection__arrows{display:flex;position:absolute;inset-block-start:calc(50% - 3.5rem);inset-inline:0;align-items:center;justify-content:space-between;transform:translateY(-50%);z-index:5;pointer-events:none}.estampa-collection__arrow{display:flex;align-items:center;justify-content:center;width:8rem;height:8rem;padding:0;border:0;background:none;color:inherit;cursor:pointer;pointer-events:auto;opacity:.7;transition:opacity var(--duration-default, .2s) ease}.estampa-collection__arrow svg{width:5.6rem;height:auto;pointer-events:none;filter:drop-shadow(0 0 .4rem rgb(0 0 0 / .35))}.estampa-collection__arrow svg path{stroke:#fff}.estampa-collection__arrow--prev svg{transform:scaleX(-1)}.estampa-collection__arrow[disabled]{opacity:.25;pointer-events:none}.estampa-collection__arrow:focus-visible{outline:.2rem solid #ffffff;outline-offset:-2.2rem;border-radius:.4rem}}@media screen and (min-width:750px)and (hover:hover){.estampa-collection__arrow:not([disabled]):hover{opacity:1}}.estampa-collection__notice{padding:1rem 1.25rem;border:.1rem dashed rgba(var(--color-foreground),.4);border-radius:.4rem;font-size:1.4rem}@media(prefers-reduced-motion:reduce){.estampa-collection__track{scroll-behavior:auto}.estampa-collection__arrow{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/83/assets/section-estampa-collection.css.map */
