@font-face {
  font-family: 'Archivo Narrow';
  src: url('./fonts/ArchivoNarrow-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Big Shoulders Display';
  src: url('./fonts/BigShouldersDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Big Shoulders';
  src: url('./fonts/BigShoulders-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Big Shoulders Inline';
  src: url('./fonts/BigShouldersInline-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
.product-grid {
	    display: grid;
    	grid-template-columns: repeat(4, 1fr);
		gap: 1em;
		padding-left: 1em;
		padding-right: 1em;
}
@media (max-width: 990px) {
	.product-grid {
    	grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 768px) {
	.product-grid {
    	grid-template-columns: repeat(1, 1fr);
		place-items: center;
	}
}
.navigation.post-navigation {
	display: none;
}
.product-grid .product-item h2 {
	font-size: 18px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.text-page h1,
.text-page h2, 
.text-page h3,
.text-page h4,
.text-page h5,
.text-page h6 {
	font-family: 'Archivo Narrow';
}
.text-page a {
	color: #ff9900;
}
.hero-header {
	font-size: clamp(24px,10vw,100px);
	color: #FF9900 !important;
}


























.wp-block-cover__inner-container {
	font-family: 'Big Shoulders Inline' !important;
}
@media (max-width: 810px) {
	.wp-block-cover {
		padding: 10px !important;
	}
}
@media (max-width: 660px) {
	.wp-block-cover {
		font-size: clamp(30px, 10vw, 60px) !important;
	}
}
.footer-widget-area {
	margin-left: 0 !important;
}
footer .site-above-footer-wrap .ast-builder-footer-grid-columns {
	display: flex;
	justify-content: center;
}
footer .site-primary-footer-wrap .ast-builder-footer-grid-columns {
	display: flex;
	justify-content: space-evenly;
}
footer .wp-block-image {
	max-width: 300px !important;
}
footer .ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
	padding: 0;
	gap: 3em !important;
}
@media (max-width: 600px) {
	footer .ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
		gap: 10px !important;
	}
	footer .wp-block-image {
		max-width: 150px !important;
	}
	
}
@media (max-width: 400px) {
	footer .site-above-footer-wrap {
		padding: 20px !important;
	}
	footer .ast-builder-grid-row-container-inner h3 {
		font-size: 18px !important;
	}
	footer .wp-block-image {
		max-width: 100px !important;
	}
}
.uagb-heading-text,
.wp-block-heading,
.uagb-ifb-title {
	font-family: 'Big Shoulders' !important;
}
body,
a {
	font-family: 'Archivo Narrow' !important;
}

footer .wp-block-heading {
	font-family: 'Big Shoulders Display' !important;
}









/*:root {
	--ast-global-color-2: #FF9900;
	--ast-global-color-5: black;
}
*/
:root {
	--gf-local-color: #ff9900 !important;
}

.wp-block-uagb-container.uagb-block-758271ae {
	padding-top: 0;
	padding-bottom: 0;
}
footer li,
footer a,
footer h2 {
	color: white !important;
}
footer h3 {
	color: #ff9900;
}
.product {
	border-radius: 20px;
}
.product img {
	transition: all 0.3s ease
}
.product img:hover {
  box-shadow: 
    0 0 30px 10px rgba(255, 180, 0, 0.8),
    0 0 50px 20px rgba(255, 140, 0, 0.6),
    0 0 70px 30px rgba(0, 0, 0, 0.8);
	transition: all 0.3s ease
}
@media (max-width: 781px) {
	.product {
		display: flex;
		justify-content: center;
	}
}
.social-icon img {
	max-width: 2.5em;
}
a.ast-loop-product__link .woocommerce-loop-product__title,
.woocommerce-js .woocommerce-breadcrumb a,
.woocommerce-js .woocommerce-breadcrumb,
a.ast-loop-product__link .woocommerce-loop-product__title {
	color: #FFC868 !important;
	/*color: #FFC990 !important;*/
}
.price {
	color: #FFC990 !important;
}
.woocommerce-products-header__title.page-title {
	color: #FF9900 !important;
	text-transform: uppercase !important;
	font-family: 'Big Shoulders' !important;
}

.ast-woocommerce-container a,
.uagb-ifb-desc a,
.product-name a {
	color: #FFC868 !important;
}

.gfield_required {
	color: #FFC868 !important;
}
.quantity input {
	background-color: #FFC868 !important;
	color: black !important;
}
.comment-form-comment textarea {
	background-color: #FFC868 !important;
	color: black !important;
}

.ui-datepicker-calendar {
	font-family: 'Archivo Narrow' !important;
}

#ui-datepicker-div {
	background-color: #FFC868 !important;
}
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	background-color: #ff9900 !important;
}
.ui-state-default {
	color: black !important;
    opacity: 0.6 !important;
}
.ui-state-active {
	background-color: #ff9900 !important;
	color: white !important;
}
#coupon_code {
	background-color: #FFC868 !important;
	color: black !important;
}

.gfield label {
	color: #FFC868 !important;
}

.cart_totals h2,
.woocommerce-info,
.woocommerce-billing-fields input,
.input-text, 
.select2-selection.select2-selection--single,
.select2-dropdown.select2-dropdown--below {
	background-color: #FFC868 !important;
}

.variations select {
	background-color: #FFC868 !important;
	color: black !important;
}

.woocommerce-privacy-policy-text a {
	color: #FFC990 !important;
}
.gfield_label.gform-field-label {
	color: #FFC868 !important;
}
.showcoupon {
	color: black !important;
}

.shop_table th {
	background-color: #FFC868 !important;
	color: black !important;
}

.cart_totals h2 {
	color: black !important;
}

#gform_submit_button_2,
#gform_submit_button_1 {
	background-color: #FFc868 !important;
	color: black !important;
}

.ginput_container input,
.ginput_container textarea {
	background-color: #FFC868 !important;
}

select {
	color: #ff9900;
}