.afiwai-smart-shop-ecosystem{
	--ss-title-max:980px;
	--ss-text-max:760px;
	--ss-section-space:clamp(54px,7vw,108px);
}

.afiwai-template-backbar{
	width:100%;
	border-top:1px solid color-mix(in srgb,var(--afiwai-shop-primary) 10%,transparent);
	border-bottom:1px solid color-mix(in srgb,var(--afiwai-shop-primary) 10%,transparent);
	background:color-mix(in srgb,var(--afiwai-shop-surface) 94%,transparent);
	backdrop-filter:blur(14px);
}

.afiwai-template-backbar>.afiwai-template-back-link{
	display:flex;
	align-items:center;
	gap:9px;
	width:min(1480px,calc(100vw - 48px));
	min-height:42px;
	margin:0 auto;
	color:var(--afiwai-shop-muted);
	font-size:13px;
	font-weight:750;
	text-decoration:none;
}

.afiwai-template-backbar>.afiwai-template-back-link span{
	color:var(--afiwai-shop-primary);
	font-size:17px;
	transition:transform .16s ease;
}

.afiwai-template-backbar>.afiwai-template-back-link:hover{
	color:var(--afiwai-shop-primary);
}

.afiwai-template-backbar>.afiwai-template-back-link:hover span{
	transform:translateX(-3px);
}

.afiwai-smart-shop-main>section+section{
	margin-top:var(--ss-section-space);
}

.afiwai-smart-shop-main h1,
.afiwai-smart-shop-main h2,
.afiwai-smart-shop-main h3{
	text-wrap:balance;
}

.afiwai-smart-shop-main p{
	text-wrap:pretty;
}

.afiwai-smart-shop-home-hero__content,
.afiwai-smart-shop-page-hero>div:first-child{
	max-width:var(--ss-title-max);
}

.afiwai-smart-shop-page-hero>div:first-child p,
.afiwai-smart-shop-home-hero__content p{
	max-width:var(--ss-text-max);
}

.afiwai-shop-section-heading{
	margin-bottom:clamp(26px,3vw,38px);
}

.afiwai-shop-section-heading>div{
	max-width:var(--ss-title-max);
}

.afiwai-shop-section-heading h2{
	max-width:var(--ss-title-max);
}

.afiwai-shop-section-heading p{
	max-width:var(--ss-text-max);
}

.afiwai-smart-shop-ecosystem article,
.afiwai-smart-shop-ecosystem .afiwai-smart-card,
.afiwai-smart-shop-ecosystem .afiwai-smart-shop-term-card,
.afiwai-smart-shop-ecosystem .afiwai-shop-category-card,
.afiwai-smart-shop-ecosystem .afiwai-shop-featured-card{
	isolation:isolate;
}

.afiwai-smart-shop-ecosystem .afiwai-smart-card-body{
	gap:13px;
}

.afiwai-smart-shop-ecosystem .afiwai-smart-card-body h3{
	min-height:2.5em;
}

.afiwai-smart-shop-ecosystem .afiwai-smart-card-body p{
	min-height:3.1em;
}

.afiwai-smart-shop-ecosystem .afiwai-product-card-footer{
	padding-top:4px;
}

.afiwai-smart-shop-ecosystem .afiwai-smart-add-to-cart{
	min-width:118px;
}

.afiwai-smart-shop-ecosystem .afiwai-smart-add-to-cart:hover{
	box-shadow:0 12px 28px color-mix(in srgb,var(--afiwai-shop-primary) 24%,transparent);
}

.afiwai-smart-shop-ecosystem .afiwai-smart-catalog-filters{
	margin-bottom:clamp(22px,3vw,34px);
}

.afiwai-smart-shop-ecosystem .afiwai-smart-catalog-filters label>span{
	color:var(--afiwai-shop-muted);
	letter-spacing:.01em;
}

.afiwai-smart-shop-ecosystem .afiwai-smart-shop-reassurance{
	margin-top:clamp(28px,4vw,48px);
}

.afiwai-smart-shop-ecosystem .afiwai-smart-shop-reassurance article{
	min-height:116px;
}

.afiwai-smart-shop-ecosystem .afiwai-account-overview article,
.afiwai-smart-shop-ecosystem .afiwai-favorites-suggestions article{
	min-height:180px;
}

.afiwai-smart-shop-ecosystem .afiwai-account-overview article>a{
	margin-top:auto;
}

.afiwai-smart-shop-ecosystem .afiwai-tracking-workspace__form form{
	margin-top:28px;
}

.afiwai-smart-shop-ecosystem .afiwai-tracking-timeline article>div{
	padding-bottom:18px;
}

.afiwai-smart-shop-ecosystem .afiwai-smart-cart-line__details strong,
.afiwai-smart-shop-ecosystem .afiwai-smart-checkout-summary__items strong{
	line-height:1.3;
}

.afiwai-smart-shop-ecosystem .afiwai-smart-cart-summary>p,
.afiwai-smart-shop-ecosystem .afiwai-smart-checkout-summary>p{
	margin:16px 0 0;
}

.afiwai-smart-shop-ecosystem .afiwai-product-buybox{
	align-content:start;
}

.afiwai-smart-shop-ecosystem .afiwai-product-option-heading{
	gap:20px;
}

.afiwai-smart-shop-ecosystem .afiwai-product-option-heading>strong{
	font-size:17px;
}

.afiwai-smart-shop-ecosystem .afiwai-product-option-heading>small{
	max-width:290px;
	text-align:right;
	line-height:1.45;
}

.afiwai-smart-shop-ecosystem .afiwai-product-information-grid article{
	min-height:220px;
}

.afiwai-smart-shop-ecosystem .afiwai-template-footer{
	margin-top:clamp(60px,8vw,120px);
}

@media(max-width:900px){
	.afiwai-template-backbar>.afiwai-template-back-link{
		width:calc(100vw - 24px);
	}
	.afiwai-smart-shop-main>section+section{
		margin-top:clamp(42px,8vw,72px);
	}
	.afiwai-smart-shop-ecosystem .afiwai-product-option-heading{
		align-items:flex-start;
		flex-direction:column;
	}
	.afiwai-smart-shop-ecosystem .afiwai-product-option-heading>small{
		text-align:left;
	}
}

@media(max-width:640px){
	.afiwai-smart-shop-ecosystem{
		--ss-section-space:44px;
	}
	.afiwai-smart-shop-main h1{
		font-size:clamp(36px,12vw,52px);
	}
	.afiwai-smart-shop-main h2{
		font-size:clamp(28px,9vw,40px);
	}
	.afiwai-smart-shop-ecosystem .afiwai-smart-card-body h3,
	.afiwai-smart-shop-ecosystem .afiwai-smart-card-body p{
		min-height:0;
	}
	.afiwai-smart-shop-ecosystem .afiwai-smart-add-to-cart{
		width:100%;
	}
}
