/* Preserve the tuned mobile composition while giving the desktop hero 10% more vertical room. */
@media (min-width:901px){
  .hero,.hero-copy,.hero-art{height:780px;min-height:780px}
  .hero-art img{object-position:center 48%}
}

/* Keep the important action inside the square Peel / Place / Go crops. */
.how-steps .how-step-peel{object-position:center 58%}
.how-steps .how-step-place{object-position:center 34%}
.how-steps .how-step-go{object-position:center center}

/* Stack product details begin closed and use an explicit plus/minus affordance. */
.stack-accordions summary i{display:block;font-style:normal;font-size:22px;line-height:1;transform:none!important}
.stack-accordions details[open] summary i{font-size:0}
.stack-accordions details[open] summary i::after{content:'−';font-size:22px;line-height:1}
.stack-copy .button b{font-weight:800}
.stack-copy .button s{margin-left:2px;opacity:.75;font-weight:400}

/* Homepage Top Sellers is supplements-only until the Pro range has approved assets. */
.shop-legend{display:none}

@media (min-width:901px){
  .shop .shop-all{display:block;width:min(1280px,calc(100% - 96px));box-sizing:border-box;margin:32px auto 0!important;text-align:right}
}

.featured-add b{font-weight:800}
.featured-add s{margin-left:7px;margin-right:0}
