/* 
Theme Name: StyleStack Jnr
Author: Cotswold Web Design.
Template: Divi
Version: 1.0
*/
/** 1 */
#footer-bottom {
    display: none;
}
/** 2 */
#page-container {
	padding-top: 94px;
}
#main-header {
	top: 0px;
}
/** 3 */
.woocommerce ul.products li.product .et_shop_image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    position: relative;
    display: block;
}
/** 3a */
.woocommerce ul.products li.product img.wp-post-image,
.woocommerce ul.products li.product img.divi-secondary-image {
    width: 100%;
    height: 333px;
    object-fit: cover;
    display: block;
    transition: opacity .35s ease;
}
/** 3b */
.woocommerce ul.products li.product a img.divi-secondary-image {
    position: absolute;
    inset: 0;
    opacity: 0;
}
/** 3c */
.woocommerce ul.products li.product:hover img.divi-secondary-image {
    opacity: 1;
}
.woocommerce ul.products li.product:hover img.wp-post-image:first-child {
    opacity: 0;
}

#page-container {
	padding-top: 94px;
}
#main-header {
	top: 0px;
}
/** 4 */
.woocommerce span.onsale, .woocommerce-page span.onsale {
	background: #d6ac03 !important;
}