/* Customer supplied PupMail packaging photographs on the public homepage. */
.pm-mailday-preview{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);align-items:center;gap:clamp(22px,4vw,50px);margin:18px 0 36px;padding:18px;border:1px solid #e4d9c8;border-radius:24px;background:#fff;box-shadow:0 14px 38px rgba(23,53,47,.055)}
.pm-mailday-preview-photos{min-width:0}
.pm-mailday-preview-photos img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;object-position:center;border-radius:15px;background:#f5eee7}
.pm-mailday-preview-copy{padding:14px 16px 14px 0;text-align:left}
.pm-mailday-preview-copy .eyebrow{margin:0 0 8px}
.pm-mailday-preview-copy h2{font-size:clamp(30px,3vw,40px);margin:0 0 14px}
.pm-mailday-preview-copy p:not(.eyebrow){color:#65736f;line-height:1.55;margin:0 0 16px}
.pm-mailday-preview-copy a{font-weight:800;color:#17352f;text-decoration:underline;text-underline-offset:4px}
.pm-mailday-preview-copy small{display:block;color:#65736f;font-size:11px;line-height:1.45;margin-top:20px}
.pm-mailday-product-photo{margin:0;min-width:0}
.pm-mailday-product-photo img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;border-radius:17px}
.pm-mailday-product-photo figcaption{margin-top:9px;color:#65736f;font-size:11px;line-height:1.4;text-align:center}
@media(max-width:900px){.pm-mailday-preview{grid-template-columns:1fr;gap:16px}.pm-mailday-preview-copy{padding:3px 12px 12px}}
@media(max-width:640px){.pm-mailday-preview{padding:10px;margin:4px 0 16px;border-radius:18px}.pm-mailday-preview-photos img{aspect-ratio:16/10;border-radius:12px}.pm-mailday-preview-copy{padding:9px 10px 14px}.pm-mailday-preview-copy h2{font-size:29px}.pm-mailday-preview-copy p:not(.eyebrow){font-size:14px}.pm-mailday-preview-copy small{margin-top:13px}.pm-mailday-product-photo img{aspect-ratio:16/11}}
/* Keep the complete styled scene visible instead of cropping off products. */
.pm-mailday-preview-photos img{aspect-ratio:4/3;object-fit:contain;background:#f7f1e9}
.pm-mailday-preview-copy h2{overflow-wrap:normal}
@media(max-width:640px){.pm-mailday-preview-photos img{aspect-ratio:4/3;object-fit:contain}}
/* Product card: the stronger .has-media selector needs its own mobile grid rule. */
.pm42-product-box.has-media>.pm-mailday-product-photo{grid-column:2;grid-row:1}
.pm42-product-box.has-media>.pm42-product-copy{grid-column:1;grid-row:1;min-width:0}
.pm42-product-price{display:flex;align-items:baseline;flex-wrap:wrap;column-gap:9px;row-gap:2px}
.pm42-product-price strong{font-size:inherit;line-height:1.1}
.pm42-product-price span{font-size:16px;font-weight:650;color:#65736f;white-space:nowrap}
.pm42-product-price small{flex-basis:100%;font-size:13px;white-space:nowrap}
@media(max-width:900px){
 .pm42-product-box.has-media{grid-template-columns:minmax(0,1fr)}
 .pm42-product-box.has-media>.pm-mailday-product-photo{grid-column:1;grid-row:1}
 .pm42-product-box.has-media>.pm42-product-copy{grid-column:1;grid-row:2;text-align:left}
}
@media(max-width:640px){
 .pm42-product-tease{padding:26px 0}
 .pm42-product-box.has-media{padding:12px;gap:0}
 .pm42-product-box.has-media>.pm42-product-copy{padding:20px 8px 9px}
 .pm42-product-box.has-media>.pm-mailday-product-photo img{aspect-ratio:16/10;border-radius:15px}
 .pm42-product-copy h2{font-size:clamp(30px,8.6vw,39px);line-height:1.08;overflow-wrap:normal;word-break:normal;margin:10px 0 14px}
 .pm42-product-copy .lead{font-size:15px;line-height:1.55;margin:0 0 18px;max-width:42ch}
 .pm42-product-price{margin:17px 0 20px;font-size:38px}
 .pm42-product-copy .actions{display:block;margin:0}
 .pm42-product-copy .actions .btn{display:flex;width:100%;min-height:52px;align-items:center;justify-content:center;padding:0 10px;white-space:nowrap;font-size:clamp(12px,3.6vw,16px)}
 .pm42-product-copy>p.small{margin:13px 0 0;font-size:12px;line-height:1.5}
}
