/* Fixed pastel roses for the Home collection card and Tinted Roses hero. */
#weekly-tinted-image {object-position:75% center}
.pastel-hero {
  background: linear-gradient(90deg,rgba(15,35,24,.82),rgba(15,35,24,.68) 35%,rgba(15,35,24,.06) 72%),url('../images/home/pastel-roses-marble.webp') center/cover no-repeat;
  text-align:left;
}
.pastel-hero .container,
.tinted-catalog-hero.pastel-hero .hero-inner {
  width:min(1180px,calc(100% - 48px));
  max-width:1180px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
}
.pastel-hero h1 {max-width:560px;white-space:normal;text-align:left;margin:0;font-size:clamp(2.7rem,4.6vw,4.7rem);line-height:1.08}
.pastel-hero .eyebrow {display:block;text-align:left;margin:0 0 16px}
.pastel-hero p {max-width:510px;text-align:left;margin:22px 0 0}
.pastel-hero .home-actions {justify-content:flex-start;margin:30px 0 0}
.tinted-catalog-hero.pastel-hero p {margin-bottom:24px}
.tinted-catalog-hero.pastel-hero:after {display:none}
@media(max-width:760px){
 .pastel-hero {background-position:62% center;background-image:linear-gradient(90deg,rgba(15,35,24,.86),rgba(15,35,24,.55)),url('../images/home/pastel-roses-marble.webp')}
 .pastel-hero h1 {font-size:clamp(2.35rem,10vw,3.4rem)}
 .pastel-hero .home-actions {flex-wrap:wrap;gap:12px}
 .pastel-hero .home-actions .btn {min-width:0}
}
