/* Roomworthy layout polish */
.product-grid{align-items:stretch}
.product-card{display:flex;flex-direction:column;min-width:0;height:100%}
.product-image-wrap{aspect-ratio:4/3;height:auto!important;min-height:0;background:#fff;display:grid;place-items:center;overflow:hidden;border:1px solid #ece6da}
.product-image{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;padding:16px!important;transition:transform .22s ease;image-rendering:auto}
.product-copy{display:flex;flex-direction:column;flex:1;padding:16px 2px 0;min-width:0}
.product-kicker{display:block;margin-bottom:4px}
.product-card h3{font:20px/1.2 Georgia,serif;margin:5px 0 9px;letter-spacing:-.15px;min-height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;overflow-wrap:anywhere}
.product-card p{font-size:12px;line-height:1.55;color:#72766e;margin:0 0 13px;min-height:56px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;overflow-wrap:anywhere}
.shop-button{margin-top:auto;min-height:31px;align-items:center;white-space:nowrap}
.paid-link{white-space:nowrap}
.hero-main{padding:22px 22px 88px!important}
.hero-main img{width:100%!important;height:100%!important;object-fit:contain!important;padding:0!important}
.hero-main span{bottom:57px!important}
.hero-main strong{left:23px;right:23px;bottom:19px;max-width:calc(100% - 46px);font:15px/1.15 Georgia,serif;white-space:normal!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;overflow-wrap:anywhere}
.hero-small{padding-bottom:40px!important}
.hero-small img{width:100%!important;height:100%!important;object-fit:contain!important;padding:0!important}
.category-rail a{display:flex;flex-direction:column;justify-content:center;min-height:82px;line-height:1.15;min-width:0}
.editorial-heading>*,.guides-section>*{min-width:0}
.story-products{align-items:stretch}
.story-product{min-width:0;overflow:hidden;padding:18px;display:flex;flex-direction:column}
.story-product>div{aspect-ratio:4/3;height:auto!important;min-height:0;margin-bottom:14px;background:#fff;overflow:hidden}
.story-product img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;padding:10px!important}
.story-product span{display:block;line-height:1.2;margin-bottom:5px}
.story-product strong{font:15px/1.25 Georgia,serif;margin-top:0;min-height:57px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;overflow-wrap:anywhere}
.collection-grid a{min-width:0}
.collection-grid span,.guide-list h3{overflow-wrap:anywhere}
.guide-list>a>div{min-width:0}
.guide-list h3{line-height:1.25}
footer>*{min-width:0}
@media(max-width:1050px){
  .product-card h3{font-size:19px}
  .product-card p{min-height:55px}
  .story-product strong{font-size:14px}
}
@media(max-width:720px){
  .product-image-wrap{aspect-ratio:4/3;height:auto!important}
  .product-card h3{min-height:0;-webkit-line-clamp:3;font-size:21px}
  .product-card p{min-height:0;-webkit-line-clamp:4}
  .shop-button{white-space:normal}
  .story-product>div{aspect-ratio:4/3;height:auto!important}
  .story-product strong{min-height:0;-webkit-line-clamp:3;font-size:16px}
  .hero-main{padding:14px 14px 78px!important}
  .hero-main span{left:15px;bottom:50px!important}
  .hero-main strong{left:15px;right:15px;bottom:16px;max-width:calc(100% - 30px);font-size:13px}
  .category-rail a{min-height:74px}
}
@media(max-width:460px){
  .product-image{padding:12px!important}
  .product-card h3{font-size:20px}
  .story-product{padding:14px}
  .story-product img{padding:8px!important}
}