/* Separate story reading from product browsing, without stacked spacers. */
body.psq-has-products{--product-section-space:128px;--product-heading-space:40px;}
body.psq-character-detail.psq-has-products .lore-body{padding-bottom:0!important;}
body.psq-has-products .shelf-head,
body.psq-has-products .other-head{margin-top:var(--product-section-space)!important;padding-top:0!important;padding-bottom:0!important;}
body.psq-has-products .shelf-head + .shelf,
body.psq-has-products .other-head + .shelf{margin-top:var(--product-heading-space)!important;}
body.psq-event-detail.psq-has-products .shelf,
body.psq-event-detail.psq-has-products .shelf.psq-product-entry-direct,
body.psq-has-products .shelf.psq-product-entry-direct{margin-top:var(--product-section-space)!important;}
@media(max-width:640px){
 body.psq-has-products{--product-section-space:88px;--product-heading-space:36px;}
 body.psq-flora-detail.psq-has-products{--product-section-space:80px;}
 body.psq-event-index.psq-has-products{--product-section-space:88px;}
 body.psq-event-detail.psq-has-products{--product-section-space:88px;}
}
