/*!
Theme Name:   Agridea
Template:     freshio
Theme URI:    https://www.netstrategy.it/
Author:       Netstrategy - GG
Author URI:   https://www.netstrategy.it/
Version:      1.0.0
Description:  Agridea theme by netstrategy & freshio.
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
*/

html {
	--primary-color: #055858;
	--secondary-color: #86c91a;
	--gray-primary: #919191;
	--clamp-text-size: clamp(1.125rem, 1.5vw, 1.12rem);
	--common-18: 1.2rem;
}

html > body {
	overflow: initial;
	position: relative;
}

/* #page {
    overflow: hidden;
} */

/* body {
    position: relative;
    height: 100vh;
} */

#masthead {
	position: sticky;
	top: 0;
}

body[class*='templates_full_width'] .site-content .col-full {
	max-width: 100% !important;
	padding: 0;
}

.mobile--nav-social {
	padding-block: 1em;
	padding-left: 23px;
	color: #fafafa;
	font-family: inherit;
	font-weight: bold;
	row-gap: 1em;
}

.mobile-nav-active .contact-row.icons-only {
	padding-left: unset;
}

.mobile-nav-active .freshio-mobile-nav {
	width: 100%;
	bottom: unset;
	padding-top: 20px;
	padding-bottom: 2em;
}

body
	.mobile--nav-menu-container
	> .vertical-navigation
	> .vertical-navigation-header.active
	~ .vertical-menu {
	position: relative;
	opacity: 1;
	visibility: visible;
	transform: unset;
	transition: 0.6s ease;
}

/* SCROLLBAR */

header ul:has(> .dynamic-menu) {
	max-height: min(500px, 60vh);
	overflow-y: auto;
}

header ul:has(> .dynamic-menu)::-webkit-scrollbar {
	width: 5px;
	height: 8px;
}

header ul:has(> .dynamic-menu)::-webkit-scrollbar-thumb {
	background: #055858;
	border-radius: 1em;
}

header ul:has(> .dynamic-menu)::-webkit-scrollbar-track {
	background-color: #d3d3d375;
}

body .vertical-navigation ul.menu > li > a:hover,
body .freshio-canvas-filter a:not(.button):hover,
body .widget-area a:not(.button):hover {
	color: var(--secondary-color);
}

.freshio-mobile-nav .mobile-nav-close .freshio-icon-times {
	font-size: 24px;
}

@media screen and (max-width: 768px) {
	.freshio-mobile-nav {
		max-height: 100vh;
		overflow-y: auto;
	}
	.freshio-mobile-nav .vertical-navigation .vertical-menu .menu {
		max-height: 50vh;
		overflow: scroll;
	}
	body .mobile-nav-active .vertical-navigation .vertical-menu,
	body .vertical-navigation:hover .vertical-menu {
		opacity: 0;
		visibility: hidden;
		transform: translateX(-200%);
	}
	.menu-mobile-nav-button {
		position: absolute;
		left: 21px;
		font-weight: bold;
	}
	body .header-2 .header-main .left {
		justify-content: center;
	}
}

.mobile--nav-menu-container {
	padding-inline: 2em;
}

.mobile--nav-menu-container .mobile-navigation {
	padding-left: 16px;
	font-weight: bold;
	line-height: 1.3;
}

.freshio-mobile-nav .site-branding {
	margin-bottom: 2em;
}

.freshio-mobile-nav .site-branding > img {
	width: 100%;
	max-width: 108px;
	margin: auto;
}

.freshio-mobile-nav .search-form {
	margin-top: 34px;
}

.freshio-mobile-nav .mobile-nav-close {
	position: absolute;
	right: 6px;
}

.freshio-mobile-nav .search-field {
	height: 54px;
}

.freshio-mobile-nav .site-search {
	margin-bottom: 1.4em;
}

.mobile--nav-menu-container {
	padding-inline: 2em;
}

.mobile--nav-menu-container .mobile-navigation {
	padding-left: 16px;
	font-weight: bold;
	line-height: 1.3;
}

/* ABSOLUTE SUB MENU */

.main-navigation:has(.left-sub) ul li:hover > ul li:hover > ul,
.main-navigation:has(.left-sub) ul li:hover > ul li.focus > ul,
.main-navigation:has(.left-sub) ul li.focus > ul li:hover > ul,
.main-navigation:has(.left-sub) ul li.focus > ul li.focus > ul {
	right: 100%;
	left: unset;
}

.main-navigation:has(.left-sub)
	ul.menu
	li.menu-item
	.sub-menu
	.menu-item-has-children
	> a:after {
	left: 0;
	right: unset;
	position: absolute;
}

.main-navigation:has(.left-sub)
	ul.menu
	li.menu-item
	.sub-menu
	.menu-item-has-children:hover
	> a:after {
	transform: rotate(90deg);
}

@media screen and (min-width: 769px) {
	html {
		--padding-block-row: unset;
	}
}

@media screen and (max-width: 768px) {
	html {
		--padding-block-row: 1rem;
	}
}

@media screen and (max-width: 768px) {
	body h1,
	body h2,
	body h3,
	body h4,
	body h5,
	body h6,
	body blockquote,
	body .widget .widget-title {
		font-size: 1.5rem;
	}
}

body #secondary .widget .widget-title,
body #secondary .widget .widgettitle {
	border: unset;
}

body .price {
	white-space: break-spaces;
}

span.woocommerce-Price-amount.amount.starting-price:before {
	content: 'A partire da ';
}

.price_slider_wrapper .ui-slider-range,
.price_slider_wrapper .ui-slider-range ~ span {
	background-color: var(--secondary-color) !important;
	border-color: var(--secondary-color) !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	color: #055858;
}

body a {
	color: var(--secondary-color);
	text-decoration: none;
}

body .color-light {
	color: var(--secondary-color);
}

.text-common-bold {
	font-size: clamp(1rem, 1.5vw, 1.125rem);
	line-height: 1.3;
	color: var(--secondary-color);
	font-weight: bold;
}

.d-block {
	display: block;
}

body a:hover {
	color: #055858;
}

body .header-2 .header-bottom {
	background-color: #055858;
}

@media (min-width: 1024px) {
	body .header-2 .header-main .left {
		width: 20%;
		display: block;
	}
}

@media (min-width: 1024px) {
	body.home .header-2 .header-main .inner,
	body.home .header-2 .header-bottom .inner {
		max-width: 1440px !important;
	}
	.main-navigation ul li:hover > ul li:hover > ul,
	.main-navigation ul li:hover > ul li.focus > ul,
	.main-navigation ul li.focus > ul li:hover > ul,
	.main-navigation ul li.focus > ul li.focus > ul {
		left: -100% !important;
	}
}

body
	.header-navigation-background
	.main-navigation
	ul.menu
	> li.menu-item:hover
	> a,
body
	.header-navigation-background
	.main-navigation
	ul.menu
	> li.menu-item.current-menu-item
	> a,
body
	.header-navigation-background
	.main-navigation
	ul.menu
	> li.menu-item.current-menu-parent
	> a {
	color: var(--secondary-color);
}

body .vertical-navigation .vertical-navigation-header {
	background-color: unset;
	padding: 12px 35px 12px 0;
	align-items: flex-end;
}

body .header-bottom.desktop-hide-down .right {
	flex: unset;
	margin-left: auto;
}

body .header-2 .header-main .freshio-contact {
	margin-right: 1em;
}

@media (width>=1920px) {
	.vertical-navigation .vertical-navigation-header .vertical-navigation-title,
	.header-bottom {
		font-size: clamp(16px, 10.3529px + 0.2941vw, 18px);
	}
	nav.vertical-navigation .vertical-navigation-header {
		display: flex;
		align-items: center;
	}
}

/* HOMEPAGE */

body.page-template-template-homepage .col-full {
	max-width: unset;
	padding-inline: unset;
}

.square-warning .elementor-cta__content .elementor-cta__button-wrapper {
	margin-top: auto;
}

.square-warning .elementor-cta__content {
	align-content: stretch;
}

.square-warning .elementor-cta__description {
	background-color: var(--e-global-color-40c746c);
	display: inline-block;
	padding: 0.3em;
	width: fit-content;
}

.overlay-left .elementor-cta__bg-wrapper .elementor-bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to right,
		rgba(33, 33, 33, 0.89),
		rgba(0, 0, 0, 0)
	);
}

/* RIGHT CONTACTS HEADER */

body .contact_inner {
	gap: 1em;
}

body .contact_content {
	display: inline-flex;
	align-items: center;
	gap: 0.3em;
}

.contact-row.icons-only {
	gap: 0.8em;
	padding-left: 1em;
}

body .freshio-contact .contact_content .sub-title {
	text-transform: unset;
	font-size: 14px;
}

/* COMMON BREADCRUMB */

.freshio-breadcrumb {
	position: relative;
}

.breadcrumb-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

body .freshio-breadcrumb .breadcrumb-heading {
	line-height: 1em;
}

@media (min-width: 768px) {
	body .freshio-breadcrumb .breadcrumb-heading {
		margin-bottom: 15px;
	}
}

body .woocommerce-breadcrumb,
body .woocommerce-breadcrumb a {
	color: #919191;
}

@media (min-width: 768px) {
	body .freshio-breadcrumb .breadcrumb-heading {
		font-size: 55px;
	}
}

body .site-footer {
	background-color: #055858;
	margin: unset;
}

body .site-footer * {
	color: #fafafa;
}

body footer .site-search {
	display: initial;
}

body .site-footer p {
	margin-block: unset;
}

body footer .widget.woocommerce.widget_product_search > .ajax-search-result {
	display: none !important;
}

body .widget-area li,
body .widget-area a,
body .widget-area .price_label,
body .widget_price_filter .price_slider_amount .price_label,
body .widget_price_filter .price_slider_amount .price_label span,
body .short-description,
body .accordion-woocommerce-product-attributes {
	font-family: 'Red Hat Display';
	font-weight: 500;
	color: #919191;
}

body .short-description,
body .accordion-woocommerce-product-attributes {
	font-size: 18px;
}

body .freshio-canvas-filter a:not(.button),
body .widget-area a:not(.button) {
	color: #919191;
}

body .widget .widget-title,
body .widget .widgettitle,
body .common-title,
body .common-title a {
	font-size: clamp(1.125rem, 1.5vw, 1.52rem);
	line-height: 1.3;
	color: #055858;
}

body .widget.woocommerce > ul li a {
	font-size: 1rem;
	line-height: 1;
}

.current-cat-parent a:has(~ .children) {
	color: var(--secondary-color);
}

.current-cat.cat-parent:not(.current-cat-parent)
	li
	a:not(.current-cat):not(:hover) {
	color: #919191;
}

.title--common-bold {
	font-size: clamp(1.125rem, 1.5vw, 1.37rem);
	line-height: 1.3;
	color: #055858;
	font-weight: bold;
}

body .woocommerce-breadcrumb,
body .woocommerce-breadcrumb a {
	color: #055858;
}

body.single-post .freshio-breadcrumb,
body.single-product .freshio-breadcrumb {
	background-color: #86c91a0d;
}

@media (min-width: 768px) {
	body.single-post .freshio-breadcrumb,
	body.single-product .freshio-breadcrumb {
		display: grid;
		align-content: center;
		min-height: 166px;
	}
	body .woocommerce-breadcrumb,
	body .woocommerce-breadcrumb a {
		/* margin-block: auto; */
		font-size: 22px;
		font-weight: 500;
	}
}

body .woocommerce-breadcrumb .breadcrumb-separator::after {
	top: 50%;
}

.text-pblock-1 {
	padding-block: 1.8rem 1.4rem;
}

/* PRODUCT CATALOG STYLE */

.button.wp-element-button[class*='product_type'],
.orange-button {
	margin: unset;
	position: unset;
	background-color: #ff7f00;
	color: #fafafa;
	padding: 6px 14px;
	border: 2px solid transparent;
	border-radius: 18px;
	text-transform: unset;
	font-size: 20px;
	line-height: 1.2;
	transition: 0.3s ease;
}

.orange-button-md {
	margin: unset;
	position: unset;
	background-color: #ff7f00;
	color: #fafafa;
	padding: 12px 32px;
	border-radius: 26px;
	text-transform: unset;
	font-size: 30px;
	line-height: 1.2;
	transition: 0.3s ease;
	font-weight: bold;
}

.orange-button-xpro .xpro-infolist-desc {
	background-color: #ff7f00;
	padding: 6px 14px;
	border-radius: 18px;
	line-height: 1 !important;
	text-align: center;
	display: flex;
	align-items: center;
	gap: 8px;
}

[class^='orange-button']:hover {
	background-color: var(--primary-color);
	color: #fafafa;
	border-color: var(--primary-color);
}

body a.btn-white-bg:not(:hover) {
	background-color: #fff !important;
	color: #ff7f00 !important;
	border-color: #ff7f00 !important;
}

body .exception-noleggio {
	display: inline-flex;
	gap: 4px;
}

.button.wp-element-button[class*='product_type']:before {
	content: unset;
}

.button.wp-element-button[class*='product_type']:hover {
	background-color: #055858;
	color: #fafafa;
}

/* PRODUCT ARCHIVE */

.products-list > li .accordion-woocommerce-product-attributes {
	border-block: 1px solid #eaeaea;
	width: 100%;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	font-family: 'Red Hat Display';
	font-size: 18px;
}

.products-list > li .accordion-woocommerce-product-attributes > details {
	margin-block: 4px;
}

.filter-toggle {
	padding-bottom: 2em;
}

.archive .products-list > .product-list {
	align-items: stretch;
}

.archive .products-list > .product-list .common-title {
	margin-block: unset;
}

.archive .product-list .product-caption {
	display: grid;
	grid-template-rows: auto 1fr;
	justify-items: start;
	padding-block: var(--padding-block-row);
	gap: 8px;
}

body .freshio-sorting {
	border-bottom: unset;
}

.woocommerce-pagination {
	width: 100%;
}

.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	gap: 0.4rem;
}

body .pagination .page-numbers li .page-numbers.current,
body .pagination .page-numbers li .page-numbers:hover:not(.next):not(.prev),
body .woocommerce-pagination .page-numbers li .page-numbers.current,
body
	.woocommerce-pagination
	.page-numbers
	li
	.page-numbers:hover:not(.next):not(.prev) {
	background-color: var(--secondary-color);
	border-color: #fefefe;
	color: #fafafa;
}

body .pagination .page-numbers li .page-numbers,
body .woocommerce-pagination .page-numbers li .page-numbers {
	font-size: 18px;
}

.tag-promozioni .bg-dynamic-section {
	background-color: #fafafa;
}

/* TAXONOMY PICKER WC */

.brand-picker.brand-picker-category {
	display: flex;
	place-content: center;
	flex-direction: column;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
	text-align: center;
	box-shadow: 0 -1px 0 0 #eaeaea inset;
	margin-bottom: 4.4rem;
}

.brand-picker .brand-picker-selector {
	list-style: none;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	width: fit-content;
	max-width: 100%;
	margin: auto;
}

.brand-picker .brand-picker-item {
	display: inline-block;
	align-content: center;
	height: inherit;
	border-bottom: 2px solid transparent;
	transition: 0.3s ease;
	cursor: pointer;
	box-sizing: initial;
	width: 300px;
	max-width: 100%;
	text-align: center;
	justify-content: center;
	aspect-ratio: 300/170;
	min-width: 150px;
}

.brand-picker .brand-picker-item.current,
.brand-picker .brand-picker-item:hover {
	border-bottom-color: var(--secondary-color);
}

.brand-picker.noleggio .brand-picker-selector,
.brand-picker.noleggio .brand-picker-link {
	gap: 1.6em;
	padding-inline: 1em;
}

.brand-picker.noleggio .brand-picker-item {
	position: relative;
	width: 100%;
}

.brand-picker.noleggio
	.brand-picker-selector
	.brand-picker-item:not(:last-child):after {
	top: 50%;
	right: 0;
	content: '';
	height: 60%;
	width: 1px;
	background: #eaeaea;
	position: absolute;
	transform: translateY(-50%);
}

.noleggio .brand-picker-name {
	font-weight: bold;
	color: var(--primary-color);
	font-size: 1.6em;
	text-align: left;
	line-height: 1.4;
}

.brand-picker .brand-picker-link {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding-right: 10px;
}

@media screen and (max-width: 769px) {
	body .brand-picker .brand-picker-link {
		flex-direction: column;
		font-size: 6px;
	}
	body .brand-picker .brand-picker-link img {
		max-width: 40px;
	}
}

.brand-picker .brand-picker-item img {
	max-width: 106px;
	height: auto;
	object-fit: contain;
	aspect-ratio: 1;
	width: 100%;
}

.brand-picker-item {
	position: relative;
}

.brand-picker-selector
	.brand-picker-item:not(.brand-picker-item:last-of-type):after {
	content: '';
	width: 1px;
	height: min(80%, 108px);
	top: 50%;
	transform: translateY(-50%);
	background: #eaeaea;
	position: absolute;
	left: 100%;
}

/* PRODUCT SPECIFICATIONS */

ul.product--specification-items li::marker {
	font-size: 10px;
	color: var(--secondary-color);
}

ul.product--specification-items {
	margin: 0;
	list-style-position: inside;
	list-style-type: disclosure-closed;
	padding-bottom: 0.6em;
}

/* ACCORDIONS */

summary::-webkit-details-marker {
	display: none;
}

summary {
	cursor: pointer;
	user-select: none;
	margin-block: 0.4em;
}

summary:after {
	outline: 1.6px solid var(--secondary-color);
	border-radius: 999px;
	content: '\002B';
	color: var(--secondary-color);
	float: left;
	font-weight: 500;
	width: 21px;
	height: 21px;
	display: grid;
	text-decoration: unset;
	font-family: 'Ubuntu', sans-serif;
	align-content: center;
	width: 22px;
	height: 22px;
	margin-inline-end: 1ch;
	place-items: center;
	letter-spacing: 0;
	line-height: 0 !important;
	justify-items: stretch;
	justify-content: center;
	align-items: stretch;
	font-family: math;
}

summary:hover:after {
	border-width: 2px;
}

summary:hover {
	border-width: 2px;
	text-decoration: underline;
}

details {
	margin-block: 1em;
}

details summary ~ [class^='woocommerce-product'] {
	transition: 0.4s ease-in-out;
	/* transform: translateY(-100px); */
	opacity: 0;
}

details[open] summary:after {
	content: '-';
}

details[open] summary ~ [class^='woocommerce-product'] {
	/* transition: transform .4s ease; */
	/* transform: translateY(0); */
	opacity: 1;
}

/* ACCORDIONS */

/* CF7 STYLE */

@media screen and (min-width: 769px) {
	body input[type='text'],
	body input[type='number'],
	body input[type='email'],
	body input[type='tel'],
	body input[type='url'],
	body input[type='password'],
	body input[type='search'],
	body textarea,
	.input-text {
		padding: 1em 1.6em;
	}
}

.cf-container * {
	font-family: 'Red Hat Display';
}

.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.wpcf7-form-control-wrap input:not([type='checkbox']) {
	width: 100%;
}

.cf-container input[type='submit'] {
	background-color: #ff7f00;
	border-radius: 76px;
	line-height: 1;
	text-align: center;
	display: inherit;
	margin-inline: auto;
	max-width: 280px;
	width: 100%;
	font-size: 2em;
	font-weight: bold;
	transition: 0.3s ease;
}

.cf-container input[type='submit']:hover {
	background-color: #055858;
}

.cf-col-1,
.cf-col-2,
.cf-col-3,
.cf-col-4,
.cf-col-5,
.cf-col-6,
.cf-col-7,
.cf-col-8,
.cf-col-9,
.cf-col-10,
.cf-col-11,
.cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}

@media (min-width: 576px) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 {
		margin-left: 8.333333%;
	}
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 {
		margin-left: 16.66667%;
	}
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 {
		margin-left: 25%;
	}
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 {
		margin-left: 33.33333%;
	}
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 {
		margin-left: 41.66667%;
	}
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 {
		margin-left: 50%;
	}
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 {
		margin-left: 58.33333%;
	}
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 {
		margin-left: 66.66667%;
	}
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 {
		margin-left: 75%;
	}
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 {
		margin-left: 83.33333%;
	}
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 {
		margin-left: 91.66667%;
	}
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* SINGLE PRODUCT IMAGE */

figure.woocommerce-product-gallery__wrapper > div,
figure.woocommerce-product-gallery__wrapper img {
	aspect-ratio: 4/3;
	object-fit: contain;
	height: 100%;
}

/* SINGLE PRODUCT TABLE */

.product--specification-items-label {
	margin-bottom: 0.6rem;
	display: inline-block;
}

.single-product .woocommerce-tabs ul.tabs {
	justify-content: flex-start;
}

.single-product.freshio-full-width-content
	.woocommerce-tabs
	.woocommerce-Tabs-panel--description,
.single-product.freshio-full-width-content
	.woocommerce-tabs
	.woocommerce-Tabs-panel--additional_information {
	max-width: unset;
}

body .woocommerce-tabs.wc-tabs-wrapper:not(.tabs.wc-tabs) {
	font-family: 'Red Hat Display';
	font-size: 1.1rem;
}

body .tabs.wc-tabs[role='tablist'] > li[role='tab'] a {
	color: var(--gray-primary);
}

body .tabs.wc-tabs[role='tablist'] > li[role='tab'] a:hover,
body .tabs.wc-tabs[role='tablist'] > li[role='tab'] a:active {
	color: var(--secondary-color);
}

body .tabs.wc-tabs[role='tablist'] > li[role='tab'] a:before {
	background-color: var(--secondary-color);
}

.woocommerce--product-information-request {
	display: flex;
	flex-flow: wrap row;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: center;
	gap: 1em;
}

.woocommerce-product-details__short-description p,
.product--specification-items {
	margin: 0 0 0.41575em;
	font-family: 'Red Hat Display';
}

.woocommerce-product-details__short-description {
	font-size: var(--clamp-text-size);
}

.freshio-product-pagination
	.product-item
	.freshio-product-pagination__title:hover,
.freshio-product-pagination .product-item .price,
.freshio-product-pagination .product-item .price ins,
.woosb-products .woosb-product .woosb-price,
.woosb-bundles .amount bdi,
.woosb-wrap .amount bdi,
ul.products li.product .price,
ul.products .wc-block-grid__product .price,
.wc-block-grid__products li.product .price,
.wc-block-grid__products .wc-block-grid__product .price,
ul.products li.product .price ins,
ul.products .wc-block-grid__product .price ins,
.wc-block-grid__products li.product .price ins,
.wc-block-grid__products .wc-block-grid__product .price ins,
ul.products a[class*='product_type_']:hover,
.wc-block-grid__products a[class*='product_type_']:hover,
.product-list a[class*='product_type_']:hover,
.single-product
	div.product
	form.cart
	table.group_table
	.woocommerce-grouped-product-list-item__label
	a:hover,
.single-product
	div.product
	form.cart
	table.group_table
	.woocommerce-grouped-product-list-item__price
	ins
	.woocommerce-Price-amount,
.single-product
	div.product
	form.cart
	table.group_table
	.woocommerce-Price-amount,
.single-product
	div.product
	.entry-summary
	.yith-wcwl-add-to-wishlist
	> div
	> a:hover,
.single-product div.product .entry-summary .compare:hover,
.single-product div.product p.price,
.single-product div.product p.price ins,
.single-product div.product .single_variation .price,
.single-product div.product .single_variation .price ins,
.single-product div.product .woocommerce-product-rating a:hover,
.single-product div.product .product_meta .sku_wrapper a:hover,
.single-product div.product .product_meta .posted_in a:hover,
.single-product div.product .product_meta .tagged_as a:hover,
.single-product .woocommerce-tabs ul.tabs li.active a,
.freshio-sticky-add-to-cart__content-price,
.freshio-sticky-add-to-cart__content-price ins,
.product_list_widget .product-content .amount,
.widget_shopping_cart .mini_cart_item .quantity .amount,
.widget_product_categories ul.product-categories li::before,
.widget_product_categories ul.product-categories li.current-cat a,
.widget_price_filter .price_slider_amount .button:hover,
.freshio_widget_layered_nav
	ul.woocommerce-widget-layered-nav-list
	li.chosen
	.freshio-image-type
	.image-name,
table.cart td.product-remove a.remove:hover:before,
table.cart td.product-remove a.remove:active:before,
.cart_totals .order-total .amount,
ul#shipping_method input[type='radio']:first-child:checked + label:after,
#order_review .woocommerce-checkout-review-order-table .order-total .amount,
#payment
	.payment_methods
	li.woocommerce-PaymentMethod
	> input[type='radio']:first-child:checked
	+ label::before,
#payment
	.payment_methods
	li.wc_payment_method
	> input[type='radio']:first-child:checked
	+ label::before,
.woocommerce-order
	.woocommerce-table--order-details
	tfoot
	tr:last-child
	.amount,
#yith-quick-view-modal.open p.price,
#yith-quick-view-modal.open p.price ins,
.hentry
	.entry-content
	.woocommerce-MyAccount-navigation
	ul
	li.woocommerce-MyAccount-navigation-link.is-active
	a,
.product-list .price,
.product-list .price ins,
.product-list .woocommerce-loop-product__title a:hover,
table.wishlist_table tbody td.product-price,
table.wishlist_table tbody td.product-price ins .amount,
ul.wishlist_table.mobile td.value span.amount,
ul.wishlist_table.mobile td.value ins .amount,
.filter-toggle:focus,
.filter-toggle:hover,
.filter-close:hover,
.freshio-dropdown-filter-wrap .widget a:not(.button):hover,
.single-product div.product .entry-summary .woosc-btn:hover,
.single-product div.product .entry-summary .wooscp-btn:hover,
.single-product div.product .entry-summary .woosw-btn:hover {
	color: var(--secondary-color);
}

/* RELATED PRODUCTS SINGLE PRODUCT */

.products-list-grid {
	display: grid;
	grid-column: 1/4;
	grid-template-columns: repeat(auto-fit, minmax(130px, auto));
	justify-content: center;
	align-items: stretch;
	margin: auto;
	gap: 2rem 1.4rem;
	text-align: center;
}

.products-list-grid > li {
	gap: 1rem;
	position: relative;
}

.products-list-grid > li .link-underline:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	inset: 0;
}

.products-list-grid > li .product-caption {
	display: grid;
	grid-template-rows: 1fr auto;
}

.products-list-grid > li .button {
	margin-top: auto !important;
}

.products-list-grid > li .product-image {
	border: 1px solid #eaeaea;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	display: grid;
	place-content: center;
	aspect-ratio: 1;
	max-height: 280px;
}

.products-list-grid > li .product-image img,
li .product-image img {
	aspect-ratio: 4/3;
	object-fit: contain;
}

.products-list-grid > li .product-caption {
	flex: 1;
}

.link-underline {
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-thickness: 2px;
	font-weight: bold;
}

.related-button {
	font-size: var(--common-18);
}

