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

/* Client feedback: one consistent typeface for headings across the website. */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", Arial, Helvetica, sans-serif !important;
}

/* Client feedback: keep the Side Cart savings row and action buttons readable. */
.xoo-wsc-ft-amt-savings {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	flex-wrap: nowrap !important;
	gap: 8px !important;
}

.xoo-wsc-ft-amt-savings .xoo-wsc-ft-amt-label,
.xoo-wsc-ft-amt-savings .xoo-wsc-ft-amt-value {
	flex: 0 0 auto !important;
	white-space: nowrap !important;
}

.xoo-wsc-ft-buttons-cont {
	position: relative !important;
	display: grid !important;
	gap: 10px !important;
}

.xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn {
	position: static !important;
	min-height: 44px !important;
	margin: 0 !important;
	line-height: 1.25 !important;
}

@media (max-width: 500px) {
	.xoo-wsc-ft-amt-savings {
		font-size: 13px !important;
	}

	.xoo-wsc-ft-amt-savings .xoo-wsc-ft-amt-label {
		padding-right: 0 !important;
	}

	.xoo-wsc-ft-buttons-cont {
		grid-template-columns: 1fr !important;
	}
}

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