/* V63 · Two-row draggable product wall with complete-card stops. */
body.home .sw-new-arrivals{width:auto!important;max-width:none!important;margin:0!important}
body.home .sw-new-arrivals-head,
body.home .sw-product-rail[data-sw-rail-v51]{
	width:min(1420px,calc(100% - 72px))!important;
	max-width:none!important;
	margin-right:auto!important;
	margin-left:auto!important;
}
body.home .sw-new-arrivals-head{
	position:relative;
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	align-items:end;
	gap:clamp(44px,6vw,100px);
}
body.home .sw-new-arrivals-head::after{
	content:"";
	position:absolute;
	right:0;
	bottom:-25px;
	width:clamp(120px,15vw,220px);
	height:5px;
	background:linear-gradient(90deg,var(--sw-pop-coral) 0 34%,var(--sw-pop-yellow) 34% 66%,var(--sw-pop-blue) 66%);
}
body.home .sw-new-arrivals-head h2{max-width:840px;font-size:clamp(54px,5.5vw,84px)!important;line-height:.94!important}
body.home .sw-new-arrivals-rails{display:block!important}
body.home .sw-product-rail[data-sw-rail-v51]{
	position:relative;
	overflow-x:hidden!important;
	overflow-y:hidden!important;
	padding:30px 0 5px!important;
	cursor:grab!important;
	scroll-behavior:auto!important;
	scroll-snap-type:none!important;
	scrollbar-width:none;
	touch-action:pan-y pinch-zoom!important;
	contain:none!important;
}
body.home .sw-product-rail[data-sw-rail-v51]::-webkit-scrollbar{display:none}
body.home .sw-product-rail[data-sw-rail-v51].is-dragging,
body.home .sw-product-rail[data-sw-rail-v51].is-coasting{cursor:grabbing!important;scroll-snap-type:none!important}
body.home .sw-product-rail[data-sw-rail-v51] .sw-product-rail-track{
	display:grid!important;
	width:max-content!important;
	grid-template-rows:max-content!important;
	grid-auto-flow:column!important;
	grid-auto-columns:clamp(300px,24vw,380px)!important;
	gap:0 clamp(16px,1.7vw,26px)!important;
	padding:0!important;
	transform:translate3d(0,0,0);
	transition:none;
	will-change:transform!important;
}
body.home .sw-product-rail[data-sw-rail-v51].is-dragging .sw-product-rail-track,
body.home .sw-product-rail[data-sw-rail-v51].is-coasting .sw-product-rail-track{transition:none}
body.home .sw-new-product{
	position:relative;
	display:grid!important;
	width:auto!important;
	min-width:0!important;
	align-content:start;
	overflow:visible!important;
	border:1px solid #e8e5de;
	border-top:5px solid var(--card-accent,var(--sw-pop-coral));
	background:#fff;
	scroll-snap-align:start;
	scroll-snap-stop:always;
	contain:layout paint style!important;
	transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease;
}
body.home .sw-new-product:nth-child(4n+1){--card-accent:var(--sw-pop-coral)}
body.home .sw-new-product:nth-child(4n+2){--card-accent:var(--sw-pop-yellow)}
body.home .sw-new-product:nth-child(4n+3){--card-accent:var(--sw-pop-blue)}
body.home .sw-new-product:nth-child(4n+4){--card-accent:var(--sw-pop-green)}
body.home .sw-new-product::before{
	content:counter(sw-new-card,decimal-leading-zero);
	position:absolute;
	z-index:2;
	top:17px;
	left:17px;
	display:grid;
	width:34px;
	height:34px;
	border:1px solid var(--card-accent);
	border-radius:50%;
	background:rgba(255,255,255,.9);
	color:var(--card-accent);
	font:750 8px/1 var(--sw-site-sans);
	place-items:center;
}
body.home .sw-new-product.is-loop-clone::before{display:none}
body.home .sw-product-rail-track{counter-reset:sw-new-card}
body.home .sw-new-product{counter-increment:sw-new-card}
body.home .sw-new-product-image{
	width:100%;
	height:auto!important;
	aspect-ratio:1/1!important;
	border:0!important;
	border-radius:0!important;
	background:#fff!important;
	box-shadow:none!important;
}
body.home .sw-new-product-image::after{display:none!important}
body.home .sw-new-product-image img{
	display:block!important;
	width:100%!important;
	height:100%!important;
	box-sizing:border-box!important;
	padding:0!important;
	object-fit:contain!important;
	object-position:center!important;
	mix-blend-mode:normal!important;
	transform:none!important;
	transition:transform .5s cubic-bezier(.2,.75,.22,1)!important;
}
body.home .sw-new-product:hover{border-color:var(--card-accent);box-shadow:0 24px 60px rgba(34,33,29,.1);transform:translateY(-4px)}
body.home .sw-new-product:hover .sw-new-product-image{transform:none!important}
body.home .sw-new-product:hover .sw-new-product-image img{transform:scale(1.025)!important}
body.home .sw-new-product-meta,
body.home .sw-new-product h3,
body.home .sw-new-product>p{margin-right:18px!important;margin-left:18px!important}
body.home .sw-new-product-meta{margin-top:17px!important;color:#8e8a82;font-size:8px!important;letter-spacing:.12em!important}
body.home .sw-new-product-meta span{color:var(--card-accent)!important}
body.home .sw-new-product h3{
	display:block!important;
	width:calc(100% - 36px)!important;
	max-width:calc(100% - 36px)!important;
	min-height:52px!important;
	max-height:54px!important;
	margin-top:10px!important;
	overflow:hidden!important;
	font-size:clamp(17px,1.35vw,21px)!important;
	line-height:1.3!important;
	white-space:normal!important;
	word-break:break-word!important;
	overflow-wrap:break-word!important;
	text-overflow:ellipsis;
}
body.home .sw-new-product>p{margin-top:16px!important;margin-bottom:18px!important;font-size:8px!important}
body.home .sw-new-arrivals-rails{display:grid!important;gap:clamp(38px,4vw,58px)!important}

@media(max-width:900px){
	body.home .sw-new-arrivals-head,
	body.home .sw-product-rail[data-sw-rail-v51]{width:calc(100% - 38px)!important}
	body.home .sw-new-arrivals-head{grid-template-columns:1fr;gap:28px}
	body.home .sw-new-arrivals-head::after{display:none}
	body.home .sw-product-rail[data-sw-rail-v51] .sw-product-rail-track{gap:28px 14px!important}
}
@media(max-width:560px){
	body.home .sw-new-arrivals-head h2{font-size:42px!important}
	body.home .sw-new-product h3{font-size:17px!important}
	body.home .sw-new-product-meta{font-size:7px!important}
}
@media(prefers-reduced-motion:reduce){
	body.home .sw-product-rail[data-sw-rail-v51] .sw-product-rail-track,
	body.home .sw-new-product,
	body.home .sw-new-product-image img{transition:none!important}
}
