/* Only the illustrative cart button is resized. Hero and illustration inherit their original dimensions. */
.wz-home-hero .wz-front-cart-button{width:max-content;min-width:154px;white-space:nowrap;padding-inline:12px}
.wz-home-hero .wz-front-cart-button [data-front-cart-label]{white-space:nowrap}
@media(max-width:540px){
 .wz-home-hero .wz-front-cart-button{grid-column:1/-1;width:100%;min-width:0}
}
