/* 
Theme Name: Storefront Child 
Version: 1.0 
Description: Child theme for Storefront. 
Author: Woo
Author URI: http://woocommerce.com 
Template: storefront 
*/  

/* --------------- Theme customization starts here ----------------- */

p + h2, p + header h2, p + h3, p + h4, ul + h2, ul + header h2, ul + h3, ul + h4, ol + h2, ol + header h2, ol + h3, ol + h4, table + h2, table + header h2, table + h3, table + h4, blockquote + h2, blockquote + header h2, blockquote + h3, blockquote + h4, form + h2, form + header h2, form + h3, form + h4 {
    margin-top:1em
}

.members-only-text {
    font-size: 1.2em;
	  font-weight:bold;
    margin-bottom: 1em;
}

/* Patreon Exclusive Icon Styling */
.patreon-exclusive-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    padding: 5px;
}

.patreon-exclusive-icon img {
    width: 30px;
    height: 30px;
    display: block;
}

/* Ensure product items have relative positioning for absolute positioning of icon */
ul.products li.product,
.woocommerce ul.products li.product,
.single-product .woocommerce-product-gallery {
    position: relative;
}

/* Adjust icon size for single product pages */
.single-product .patreon-exclusive-icon {
    top: 15px;
    right: 15px;
    padding: 8px;
}

.single-product .patreon-exclusive-icon img {
    width: 24px;
    height: 24px;
}