/* Skin + Coat's established layout, extended to longer product names and real bundle forms. */
.catalog-editorial .sc4-breadcrumb{flex-wrap:wrap}
.catalog-editorial .sc4-title-row{align-items:flex-start;gap:18px}
.catalog-editorial .sc4-title-row h1{min-width:0;overflow-wrap:normal}
.catalog-editorial .sc4-title-row>[data-bundle-price]{font:600 26px/1.2 var(--font-body);white-space:nowrap;padding-top:8px}
.catalog-editorial .sc4-ingredients{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.catalog-editorial .sc5-ingredient-copy h3{min-height:0}
.catalog-editorial .sc4-pairing{padding-top:70px;padding-bottom:0}
.catalog-editorial .sc4-pairing .care-pairing-product img{object-fit:contain}
.catalog-editorial .sc4-bundle-offers{display:grid;grid-template-columns:1fr;gap:10px;margin:20px 0}
.catalog-editorial .sc4-bundle-offers .plan-choice{padding:16px 18px 16px 44px;min-width:0;background:#fffaf2;border:1px solid var(--sc-line);border-radius:7px}
.catalog-editorial .sc4-bundle-offers .plan-choice:has(input:checked){border-color:var(--sc-ink);background:#f8efd9}
.catalog-editorial .sc4-bundle-offers .plan-title{font-size:15px}
.catalog-editorial .sc4-bundle-offers .plan-sub{font-size:12px;white-space:normal}
.catalog-editorial .care-contents-summary{margin:15px 0}
.catalog-editorial .care-contents-summary .routine-items{padding:0}
.catalog-editorial .routine-items li>div{min-width:0}
.catalog-editorial .routine-items li>span{white-space:nowrap}
.catalog-editorial .routine-items img{width:56px;height:56px;object-fit:contain}
.catalog-editorial .plan-size-picker{margin:12px 0}
.catalog-editorial .care-guarantee-note{display:block}
.catalog-editorial .sc4-founder-photo img{max-height:620px;object-fit:cover;object-position:50% 22%}
.catalog-editorial .sc4-savings-card dl>div{gap:15px}
.catalog-editorial .sc4-savings-card dd{text-align:right}
@media(max-width:760px){
 .catalog-editorial .sc4-title-row{gap:12px}
 .catalog-editorial .sc4-title-row>[data-bundle-price]{font-size:22px}
 .catalog-editorial .sc4-ingredients{grid-template-columns:1fr}
 .catalog-editorial .sc4-pairing{padding-top:45px;display:grid;grid-template-columns:1fr}
 .catalog-editorial .care-pairing-product{min-width:0}
 .catalog-editorial .sc4-founder-photo img{max-height:490px}
 .catalog-editorial .sc4-kicker{overflow-wrap:anywhere}
}
@media(max-width:360px){.catalog-editorial .sc4-title-row{display:block}.catalog-editorial .sc4-title-row>[data-bundle-price]{display:block;margin:9px 0}}

@media(min-width:761px){
 .catalog-editorial .sc4-ingredients>article:only-child{display:grid;grid-template-columns:1fr 1fr;align-items:center}
 .catalog-editorial .sc4-ingredients>article:only-child .sc5-ingredient-photo{aspect-ratio:1.4}
}
