/*
Theme Name: Energia 2026
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* COLORS */

.purplebg {
	background: #530499;
}

.amount {
    color: #f4b006!important;
}

/* PRODUCT SLIDER */

.gs_wps_title a {
	text-transform: uppercase!important;
	text-decoration: none!important;
	font-size: 2rem!important;
	font-weight: 700!important;
}

.gs-wc-style-3 .gswps-product-box .gswps-product-details {
    text-align: left!important;
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 0px #fff!important;
    box-shadow: inset 0 0 0 0px #fff!important;
}

.gswps-product-box {
	background: #fff;
}

