/*
 Theme Name:   OceanWP Child
 Theme URI:    https://oceanwp.org/
 Description:  Child theme for the OceanWP WordPress theme
 Author:       Queer Parrot
 Author URI:   https://QueerParrot.co.uk
 Template:     oceanwp
 Version:      1.0.0
 Text Domain:  oceanwp-child
*/

/* Custom CSS starts below this line */
/* To create less space between archive Title and Price  - 2026-03-30 */
.woocommerce ul.products li.product li.title h2, .woocommerce ul.products li.product li.title a {
    margin:0 0 0 0;
}

/* To create less space at the top  - 2026-03-30 */
.woocommerce .oceanwp-toolbar {
    border-top: 0px;
    padding: 0 0 5px 0; 
    border-bottom: 0px solid #eaeaea; 
    margin-bottom: 0; 
    margin-top: -20px;
}


/* Direct visual verification test */
/* body {
    border: 10px solid #ff0000 !important; 
    background-color: #f0f0f0 !important; 
} */