/* Collection Display Frontend Styles */

/* Hide standard Page/Post Title as we interpret it as a category */
/* Specifically for Flatsome, titles often appear in page-header or entry-header */
body.single-wcek_collection .entry-header {
    display: none !important;
}

body.single-wcek_collection .page-title {
    display: none !important;
}

/* Hide Blog Meta if residual */
body.single-wcek_collection .entry-meta,
body.single-wcek_collection .entry-footer,
body.single-wcek_collection .post-navigation,
body.single-wcek_collection .nav-single {
    display: none !important;
}

/* Ensure full width container has no side padding if desired, 
   though Flatsome usually manages this via row/container classes in content.
   If user wants edge-to-edge banner, our hook handles it. 
*/

/* Adjust spacing for the shop container */
body.single-wcek_collection .shop-container {
    margin-top: 20px;
}