.sfumato-arrivals{--section-bg: var(--color-background, #ffffff);--section-text: var(--color-foreground, #1a1a1a);--section-text-muted: var(--color-foreground-muted, #7a7672);--section-border: var(--color-border, rgb(26 26 26 / 10%));--section-card-bg: var(--color-background-secondary, #f7f5f2);position:relative;width:100%;height:100svh;overflow:hidden;display:flex;align-items:stretch;justify-content:center;background-color:var(--section-bg);color:var(--section-text);text-align:var(--section-desktop-align, left)}.sfumato-arrivals[data-color-scheme=cloud]{--section-bg: #f7f5f2;--section-text: #1a1a1a;--section-text-muted: #6b6460;--section-border: rgb(26 26 26 / 12%);--section-card-bg: #ede8e3}.sfumato-arrivals[data-color-scheme=dark]{--section-bg: #1a1a1a;--section-text: #f2efea;--section-text-muted: #a09b96;--section-border: rgb(242 239 234 / 14%);--section-card-bg: #2e2e2e}.sfumato-arrivals[data-color-scheme=black]{--section-bg: #0d0d0d;--section-text: #f2efea;--section-text-muted: #a09b96;--section-border: rgb(242 239 234 / 12%);--section-card-bg: #1a1a1a}.sfumato-arrivals__inner{width:min(1400px,100%);min-height:0;padding:max(var(--header-height, 72px),var(--section-desktop-pt, 72px)) clamp(24px,3.5vw,48px) var(--section-desktop-pb, 48px);display:grid;grid-template-rows:auto auto 1fr;gap:20px}.sfumato-arrivals__header{display:flex;justify-content:space-between;align-items:baseline;gap:20px}.sfumato-arrivals__heading-group{min-width:0;text-align:var(--section-desktop-align, left)}.sfumato-arrivals__heading{margin:0;font-family:var(--font-heading--family);font-style:var(--font-heading--style);font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:400;line-height:1.2;letter-spacing:-.01em;color:var(--section-text)}.sfumato-arrivals__subtitle{display:block;margin-bottom:4px;font-family:var(--font-heading--family);font-style:italic;font-size:.9rem;color:var(--section-text-muted)}.sfumato-arrivals__view-all{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body--family);font-style:var(--font-body--style);font-size:.7rem;font-weight:400;text-transform:uppercase;letter-spacing:.12em;color:var(--section-text-muted);text-decoration:none;white-space:nowrap;transition:color var(--transition-fast, .3s ease)}.sfumato-arrivals__view-all:hover,.sfumato-arrivals__view-all:focus-visible{color:var(--color-primary, #b8977e)}.sfumato-arrivals__divider{width:100%;height:1px;background:var(--section-border)}.sfumato-arrivals__grid{min-height:0;display:grid;gap:20px}.sfumato-arrivals__grid[data-layout=featured]{grid-template-columns:minmax(0,1.25fr) repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.sfumato-arrivals__grid[data-layout=featured] .sfumato-arrivals__card:first-child{grid-column:1;grid-row:1 / span 2}.sfumato-arrivals__grid[data-layout=featured] .sfumato-arrivals__card:nth-child(2){grid-column:2;grid-row:1}.sfumato-arrivals__grid[data-layout=featured] .sfumato-arrivals__card:nth-child(3){grid-column:3;grid-row:1}.sfumato-arrivals__grid[data-layout=featured] .sfumato-arrivals__card:nth-child(4){grid-column:2;grid-row:2}.sfumato-arrivals__grid[data-layout=equal][data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:minmax(0,1fr)}.sfumato-arrivals__grid[data-layout=equal][data-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:minmax(0,1fr)}.sfumato-arrivals__grid[data-layout=equal][data-count="4"]{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:minmax(0,1fr)}.sfumato-arrivals__grid[data-layout=two-up]{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(0,1fr)}.sfumato-arrivals__card{min-height:0;display:flex;flex-direction:column;gap:12px;color:inherit;text-decoration:none;overflow:hidden}.sfumato-arrivals__card-media{position:relative;min-height:0;flex:1;overflow:hidden;background:var(--section-card-bg)}.sfumato-arrivals__card-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform-origin:center;transition:transform .8s ease,opacity .6s ease,filter .6s ease}.sfumato-arrivals__card-image--primary{z-index:1;filter:saturate(.92)}.sfumato-arrivals__card-image--secondary{z-index:2;opacity:0}.sfumato-arrivals__card:hover .sfumato-arrivals__card-image--primary{transform:scale(1.03);filter:saturate(1)}.sfumato-arrivals__card:hover .sfumato-arrivals__card-image--secondary{opacity:1}.sfumato-arrivals__card-info{display:flex;align-items:baseline;justify-content:space-between;gap:12px;opacity:.7;transition:opacity var(--transition-fast, .3s ease)}.sfumato-arrivals__card:hover .sfumato-arrivals__card-info,.sfumato-arrivals__card:focus-visible .sfumato-arrivals__card-info{opacity:1}.sfumato-arrivals__card-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-heading--family);font-style:var(--font-heading--style);font-size:.95rem;font-weight:400;color:var(--section-text)}.sfumato-arrivals__card-price{flex-shrink:0;white-space:nowrap;font-family:var(--font-body--family);font-style:var(--font-body--style);font-size:.8rem;color:var(--section-text-muted)}.sfumato-arrivals__empty{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;min-height:200px;padding:20px;color:var(--section-text-muted);font-family:var(--font-heading--family);font-style:italic;font-size:.95rem;text-align:center}.sfumato-arrivals__empty p{margin:0}@media(min-width:750px)and (max-width:1023px){.sfumato-arrivals{height:auto;min-height:auto;padding:64px 0 var(--section-desktop-pb, 48px)}.sfumato-arrivals__inner{padding-top:max(var(--header-height, 60px),var(--section-desktop-pt, 60px))}.sfumato-arrivals__grid[data-layout=featured]{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.sfumato-arrivals__grid[data-layout=featured] .sfumato-arrivals__card:first-child{grid-column:1 / -1;grid-row:auto}.sfumato-arrivals__card-media{aspect-ratio:3 / 4;flex:none}.sfumato-arrivals__card-image{position:absolute}}@media(max-width:749px){.sfumato-arrivals{height:auto;min-height:auto;background-color:var(--section-mobile-bg, var(--section-bg));color:var(--section-mobile-text, var(--section-text));text-align:var(--section-mobile-align, left);padding:var(--section-mobile-pt, 48px) 0 var(--section-mobile-pb, 48px)}.sfumato-arrivals__inner{padding:max(var(--header-height, 60px),var(--section-mobile-pt, 60px)) 20px 0;gap:16px}.sfumato-arrivals__header{align-items:flex-end}.sfumato-arrivals__heading-group{text-align:var(--section-mobile-align, left)}.sfumato-arrivals__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto;gap:12px}.sfumato-arrivals[data-mobile-layout=stack] .sfumato-arrivals__grid{grid-template-columns:1fr!important}.sfumato-arrivals[data-mobile-layout=grid] .sfumato-arrivals__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sfumato-arrivals[data-mobile-layout=carousel] .sfumato-arrivals__grid{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:4px}.sfumato-arrivals[data-mobile-layout=carousel] .sfumato-arrivals__grid::-webkit-scrollbar{display:none}.sfumato-arrivals[data-mobile-layout=carousel] .sfumato-arrivals__card{flex:0 0 72%;min-width:240px;scroll-snap-align:start}.sfumato-arrivals[data-mobile-count="1"] .sfumato-arrivals__card:nth-child(n+2),.sfumato-arrivals[data-mobile-count="2"] .sfumato-arrivals__card:nth-child(n+3),.sfumato-arrivals[data-mobile-count="3"] .sfumato-arrivals__card:nth-child(n+4),.sfumato-arrivals[data-mobile-count="4"] .sfumato-arrivals__card:nth-child(n+5){display:none!important}.sfumato-arrivals__card-media{aspect-ratio:3 / 4;flex:none}.sfumato-arrivals__card-image{position:absolute}.sfumato-arrivals__card-info{opacity:1}}@media(prefers-reduced-motion:reduce){.sfumato-arrivals__card-image,.sfumato-arrivals__card-info,.sfumato-arrivals__view-all{transition:none!important}}@media(max-width:749px){.sfumato-arrivals__card--mobile-only{display:block}.sfumato-arrivals__card--desktop-only{display:none!important}.sfumato-arrivals[data-mobile-layout] .sfumato-arrivals__card-media{aspect-ratio:var(--arrivals-mobile-image-ratio, 3/4);flex:none}.sfumato-arrivals[data-mobile-layout] .sfumato-arrivals__card-image,.sfumato-arrivals[data-mobile-layout] .sfumato-arrivals__card img{width:100%;height:100%;object-fit:cover}.sfumato-arrivals[data-mobile-layout=stack_full] .sfumato-arrivals__grid{display:flex;flex-direction:column;gap:24px;padding:0 20px}.sfumato-arrivals[data-mobile-layout=stack_full] .sfumato-arrivals__card{width:100%}.sfumato-arrivals[data-mobile-fill=true][data-mobile-layout=stack_full] .sfumato-arrivals__grid{justify-content:space-evenly}.sfumato-arrivals[data-mobile-layout=grid_2] .sfumato-arrivals__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px;padding:0 20px}.sfumato-arrivals[data-mobile-fill=true][data-mobile-layout=grid_2] .sfumato-arrivals__grid{align-content:space-evenly}.sfumato-arrivals[data-mobile-layout=carousel] .sfumato-arrivals__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding:0 20px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.sfumato-arrivals[data-mobile-layout=carousel] .sfumato-arrivals__grid::-webkit-scrollbar{display:none}.sfumato-arrivals[data-mobile-layout=carousel] .sfumato-arrivals__card{flex:0 0 75%;scroll-snap-align:start}.sfumato-arrivals[data-mobile-fill=true][data-mobile-layout=carousel] .sfumato-arrivals__grid{align-items:center}.sfumato-arrivals[data-mobile-layout=featured] .sfumato-arrivals__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:0 20px}.sfumato-arrivals[data-mobile-layout=featured] .sfumato-arrivals__card:first-child{grid-column:1 / -1}.sfumato-arrivals[data-mobile-layout=featured] .sfumato-arrivals__card:first-child .sfumato-arrivals__card-media{aspect-ratio:4/3;min-height:280px}.sfumato-arrivals[data-mobile-fill=true][data-mobile-layout=featured] .sfumato-arrivals__grid{align-content:space-evenly}.sfumato-arrivals[data-mobile-fill=true]{display:flex;flex-direction:column}.sfumato-arrivals[data-mobile-fill=true] .sfumato-arrivals__inner{display:flex;flex-direction:column;flex:1;min-height:0}.sfumato-arrivals[data-mobile-fill=true] .sfumato-arrivals__grid{flex:1;min-height:0}.sfumato-arrivals[data-mobile-heading=hidden] .sfumato-arrivals__header,.sfumato-arrivals[data-mobile-heading=hidden] .sfumato-arrivals__divider{display:none}.sfumato-arrivals[data-mobile-heading=overlay] .sfumato-arrivals__inner{position:relative}.sfumato-arrivals[data-mobile-heading=overlay] .sfumato-arrivals__header{position:absolute;top:max(var(--header-height, 60px),12px);left:0;right:0;z-index:2;padding:20px;background:linear-gradient(to bottom,rgb(0 0 0 / 30%),transparent)}.sfumato-arrivals[data-mobile-heading=overlay] .sfumato-arrivals__divider{display:none}.sfumato-arrivals[data-mobile-heading=overlay] .sfumato-arrivals__heading,.sfumato-arrivals[data-mobile-heading=overlay] .sfumato-arrivals__view-all{color:#f2efea}}@media(min-width:750px){.sfumato-arrivals__card--mobile-only{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/sfumato-arrivals.css.map */
