.casa-showcase{background-color:#f7f7f5;padding:6rem 0 0;width:100%}@media screen and (min-width:990px){.casa-showcase{padding:8rem 0 0}}.casa-showcase__header{margin-bottom:3rem;max-width:1600px;margin-left:auto;margin-right:auto;padding:0 clamp(20px,4vw,64px)}.casa-showcase__eyebrow{font-family:Ronzino,system-ui,sans-serif;font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#8c7b7f;margin:0 0 1rem;line-height:1.3}.casa-showcase__header-row{display:flex;align-items:baseline;justify-content:space-between;gap:2rem}.casa-showcase__title{font-family:Zen Antique,Georgia,serif;font-weight:400;color:#2a1a1f;margin:0;font-size:clamp(2.4rem,3.5vw,4rem);line-height:1;letter-spacing:-.04em}.casa-showcase__nav{display:flex;gap:8px;flex-shrink:0}.casa-showcase__arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:1px solid rgba(42,26,31,.14);border-radius:0;color:#2a1a1f;cursor:pointer;transition:background .6s cubic-bezier(.22,.61,.36,1),color .6s cubic-bezier(.22,.61,.36,1),border-color .6s cubic-bezier(.22,.61,.36,1),opacity .3s ease}.casa-showcase__arrow:hover{background:#2a1a1f;color:#f7f7f5;border-color:#2a1a1f}.casa-showcase__arrow:disabled{opacity:.3;cursor:default}.casa-showcase__arrow:disabled:hover{background:transparent;color:#2a1a1f;border-color:#2a1a1f24}.casa-showcase__grid{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;margin-bottom:0;max-width:1600px;margin-left:auto;margin-right:auto;padding:0 clamp(20px,4vw,64px);border-top:1px solid rgba(42,26,31,.08);border-left:1px solid rgba(42,26,31,.08)}.casa-showcase__grid::-webkit-scrollbar{display:none}.casa-showcase__item{scroll-snap-align:start;flex:0 0 25%;min-width:25%}@media screen and (max-width:749px){.casa-showcase__item{flex:0 0 88%;min-width:88%}.casa-showcase__info{padding:12px;column-gap:8px}.casa-showcase__name,.casa-showcase__price{font-size:12px}.casa-showcase__quick{width:24px;height:24px;font-size:14px}}.casa-showcase__column{display:contents}.casa-showcase__item{display:flex;flex-direction:column;text-decoration:none;color:#2a1a1f;border-right:1px solid rgba(42,26,31,.08);border-bottom:1px solid rgba(42,26,31,.08)}.casa-showcase__item:hover{text-decoration:none;color:#2a1a1f}.casa-showcase__item--hero,.casa-showcase__item--small{height:auto}.casa-showcase__media{background-color:#efede6;overflow:hidden;position:relative;width:100%;aspect-ratio:1 / 1}.casa-showcase__item--hero .casa-showcase__media,.casa-showcase__item--small .casa-showcase__media{aspect-ratio:4 / 5;flex:none;min-height:auto}.casa-showcase__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:opacity .6s cubic-bezier(.22,.61,.36,1)}.casa-showcase__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.casa-showcase__item:hover .casa-showcase__image--primary{opacity:0}.casa-showcase__item:hover .casa-showcase__image--secondary{opacity:1}.casa-showcase__info{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;column-gap:12px;row-gap:3px;padding:16px 18px;align-items:center}.casa-showcase__name{grid-column:1;grid-row:1;font-family:Ronzino,system-ui,sans-serif;font-size:14px;font-weight:400;color:#2a1a1f;margin:0;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.casa-showcase__price{grid-column:1;grid-row:2;font-family:Ronzino,system-ui,sans-serif;font-size:13px;font-weight:400;color:#8c7b7f;margin:0}.casa-showcase__quick{grid-column:2;grid-row:1 / 3;align-self:center;position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:28px;font-family:Ronzino,system-ui,sans-serif;font-size:16px;font-weight:400;line-height:1;color:#2a1a1f;background:transparent;border:1px solid rgba(42,26,31,.14);border-radius:0;padding:0;cursor:pointer;transition:background .6s cubic-bezier(.22,.61,.36,1),border-color .6s cubic-bezier(.22,.61,.36,1),color .6s cubic-bezier(.22,.61,.36,1)}.casa-showcase__quick:hover{background:#2a1a1f;color:#f7f7f5;border-color:#2a1a1f}.casa-showcase__quick-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border:1.5px solid rgba(42,26,31,.2);border-top-color:currentColor;border-radius:50%;opacity:0;animation:casaShowcaseSpin .72s linear infinite}.casa-showcase__quick.is-loading .casa-showcase__quick-label{opacity:.4}.casa-showcase__quick.is-loading .casa-showcase__quick-spinner{opacity:1}.casa-showcase__quick.is-success .casa-showcase__quick-label:after{content:" \2713"}@keyframes casaShowcaseSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}.casa-showcase__editorial{width:100%;max-width:1600px;margin:4rem auto 0;padding:0 clamp(20px,4vw,64px);display:none}.casa-showcase__editorial:has(.casa-showcase__editorial-media){display:block}.casa-showcase__editorial-link{display:block;position:relative;text-decoration:none}.casa-showcase__editorial-media{position:relative;width:100%;aspect-ratio:16 / 7;overflow:hidden;background-color:#efede6}@media screen and (max-width:749px){.casa-showcase__editorial-media{aspect-ratio:4 / 5}}.casa-showcase__editorial-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease-out}.casa-showcase__editorial-link:hover .casa-showcase__editorial-image{transform:scale(1.02)}.casa-showcase__editorial-caption{position:absolute;bottom:2rem;left:2.5rem;right:2.5rem;pointer-events:none;max-width:calc(100% - 5rem)}@media screen and (min-width:750px){.casa-showcase__editorial-caption{bottom:4rem;left:4rem;right:auto;max-width:50%}}.casa-showcase__editorial-caption p{font-family:Zen Antique,Georgia,serif;font-weight:400;color:#f7f7f5;font-size:clamp(2rem,3.5vw,3.6rem);line-height:1;letter-spacing:-.03em;margin:0;text-shadow:0 2px 24px rgba(20,20,20,.3)}.casa-showcase__editorial-caption-cta{position:absolute;bottom:2rem;right:2rem;z-index:2}@media screen and (min-width:750px){.casa-showcase__editorial-caption-cta{bottom:clamp(24px,4vw,48px);right:clamp(24px,4vw,48px)}}@media screen and (max-width:749px){.casa-showcase__editorial-caption-cta{bottom:auto;top:2rem;right:2rem}}.casa-showcase__editorial-cta{display:inline-flex;align-items:center;gap:8px;font-family:Ronzino,ui-sans-serif,system-ui,sans-serif;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f7f7f5;border:1px solid rgba(247,247,245,.5);padding:12px 20px;transition:border-color .6s cubic-bezier(.22,.61,.36,1),background .6s cubic-bezier(.22,.61,.36,1)}.casa-showcase__editorial-link:hover .casa-showcase__editorial-cta{border-color:#f7f7f5e6;background:#f7f7f51a}.casa-toast{position:fixed;bottom:32px;right:32px;background:#2a1a1f;color:#f7f7f5;padding:14px 20px;font-size:13px;z-index:100;transform:translateY(100px);opacity:0;pointer-events:none;transition:transform .6s cubic-bezier(.22,.61,.36,1),opacity .6s cubic-bezier(.22,.61,.36,1)}.casa-toast.is-visible{transform:translateY(0);opacity:1}@media screen and (max-width:749px){.casa-toast{bottom:16px;right:16px;left:16px}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/casa-collection-showcase.css.map */
