/*
Theme Name: Farmart Child
Theme URI: https://demo4.drfuri.com/farmart/
Author: DrFuri
Author URI: http://drfuri.com
Description: Farmart Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: farmart
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: farmart
*/

.single-product .farmart-child-key-benefits {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin: 22px 0 24px;
	padding: 18px 0 20px;
}

.single-product .farmart-child-key-benefits h3 {
	color: #111;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 14px;
}

.single-product .farmart-child-key-benefits__grid {
	display: grid;
	gap: 14px 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-product .farmart-child-benefit {
	align-items: center;
	color: #222;
	display: grid;
	font-size: 15px;
	gap: 10px;
	grid-template-columns: 48px minmax(0, 1fr);
	line-height: 1.35;
}

.single-product .farmart-child-benefit__icon {
	align-items: center;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	display: flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.single-product .farmart-child-benefit__icon img {
	display: block;
	height: 30px;
	object-fit: contain;
	width: 30px;
}

.single-product .farmart-child-product-showcase {
	background: #fff;
	padding: 34px 0 18px;
}

.single-product .farmart-child-trust-strip {
	align-items: stretch;
	background: #f6f6f6;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-bottom: 36px;
	overflow: hidden;
}

.single-product .farmart-child-trust-strip__item {
	align-items: center;
	border-right: 1px solid #e3e3e3;
	color: #111;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	gap: 10px;
	justify-content: center;
	line-height: 1.3;
	min-height: 104px;
	padding: 16px 10px;
	text-align: center;
}

.single-product .farmart-child-trust-strip__item:last-child {
	border-right: 0;
}

.single-product .farmart-child-trust-strip__icon {
	align-items: center;
	background: #fff;
	border: 1px solid #111;
	border-radius: 50%;
	display: flex;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.single-product .farmart-child-trust-strip__icon img {
	display: block;
	height: 34px;
	object-fit: contain;
	width: 34px;
}

.single-product .farmart-child-product-banner {
	background: #111;
	border-radius: 8px;
	display: block;
	min-height: 320px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.single-product .farmart-child-product-banner__image {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.single-product .farmart-child-product-banner:after {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.18) 62%, rgba(0, 0, 0, 0.04));
	content: "";
	inset: 0;
	position: absolute;
}

.single-product .farmart-child-product-banner__content {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.12;
	max-width: 650px;
	min-height: 320px;
	padding: 42px 7%;
	position: relative;
	z-index: 1;
}

.single-product .farmart-child-product-banner__highlight {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 8px;
}

.single-product .farmart-child-story-section {
	background: #fff;
	padding: 46px 0 56px;
}

.single-product .farmart-child-story-section__grid {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.single-product .farmart-child-story-section__media {
	background: #f5f5f5;
	border: 1px solid #dedede;
	border-radius: 8px;
	padding: 36px 28px 28px;
	position: relative;
}

.single-product .farmart-child-story-section__media img {
	aspect-ratio: 1.12;
	border-radius: 8px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.single-product .farmart-child-story-section__kicker {
	color: #111;
	font-size: 14px;
	position: absolute;
	right: 28px;
	top: 18px;
}

.single-product .farmart-child-story-section__content h2 {
	color: #111;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 20px;
}

.single-product .farmart-child-story-section__text {
	color: #222;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 28px;
}

.single-product .farmart-child-story-section__text p {
	margin: 0 0 16px;
}

.single-product .farmart-child-story-section__button {
	align-items: center;
	background: #111;
	border: 1px solid #111;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 48px;
	min-width: 170px;
	padding: 12px 28px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.single-product .farmart-child-story-section__button:hover {
	background: #fff;
	color: #111;
}

.single-product div.product form.cart .single_add_to_cart_button,
.single-product .related-products ul.products li.product .button,
.single-product .related-products ul.products li.product .add_to_cart_button {
	background: #111;
	border-color: #111;
	color: #fff;
}

.single-product div.product form.cart .single_add_to_cart_button:hover,
.single-product .related-products ul.products li.product .button:hover,
.single-product .related-products ul.products li.product .add_to_cart_button:hover {
	background: #fff;
	color: #111;
}

.single-product .wcboost-variation-swatches__item.selected,
.single-product .wcboost-variation-swatches__item.wcboost-variation-swatches__item--selected {
	background: #111;
	border-color: #111;
	color: #fff;
}

.single-product .related-products .related-title {
	color: #111;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
}

.single-product .related-products ul.products li.product .product-inner {
	border-color: #dedede;
	border-radius: 8px;
}

.single-product table.variations tr.farmart-child-pack-size-row {
	display: block;
	margin: 20px 0 24px;
}

.single-product table.variations tr.farmart-child-pack-size-row th,
.single-product table.variations tr.farmart-child-pack-size-row td {
	display: block;
	padding: 0;
	width: 100%;
}

.single-product table.variations tr.farmart-child-pack-size-row th.label {
	margin-bottom: 12px;
}

.single-product table.variations tr.farmart-child-pack-size-row th.label label {
	color: #111;
	display: block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
}

.single-product table.variations tr.farmart-child-pack-size-row .reset_variations,
.single-product table.variations tr.farmart-child-pack-size-row .wcboost-variation-swatches__selected-label {
	display: none !important;
}

.single-product .farmart-child-pack-size-cards.wcboost-variation-swatches__wrapper {
	align-items: stretch;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 154px));
	margin: 0;
	width: 100%;
}

.single-product .farmart-child-pack-size-cards .farmart-child-pack-card.wcboost-variation-swatches__item {
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	box-shadow: none;
	color: #111;
	display: flex;
	flex-direction: column;
	height: auto !important;
	justify-content: flex-start;
	line-height: 1.2;
	min-height: 124px;
	min-width: 0;
	overflow: visible;
	padding: 0 !important;
	position: relative;
	text-align: center;
	width: 100% !important;
}

.single-product .farmart-child-pack-size-cards .farmart-child-pack-card:hover {
	border-color: #111;
	box-shadow: 0 0 0 1px #111;
}

.single-product .farmart-child-pack-size-cards .farmart-child-pack-card__title {
	align-items: center;
	background: #f5f5f5;
	border-radius: 8px 8px 0 0;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	min-height: 48px;
	padding: 10px 8px;
	width: 100%;
}

.single-product .farmart-child-pack-size-cards .farmart-child-pack-card__body {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
	padding: 12px 8px 10px;
	width: 100%;
}

.single-product .farmart-child-pack-size-cards .farmart-child-pack-card__price {
	color: #111;
	font-size: 20px;
	font-weight: 700;
}

.single-product .farmart-child-pack-size-cards .farmart-child-pack-card__regular {
	color: #9b9b9b;
	font-size: 14px;
	text-decoration: line-through;
}

.single-product .farmart-child-pack-size-cards .farmart-child-pack-card__save {
	background: #111;
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	margin-top: 3px;
	padding: 5px 10px;
}

.single-product .farmart-child-pack-size-cards .farmart-child-pack-card__badge {
	background: #fff;
	border: 1px solid #111;
	border-radius: 999px;
	color: #111;
	font-size: 11px;
	font-weight: 700;
	left: 50%;
	line-height: 1;
	padding: 5px 10px;
	position: absolute;
	top: 5px;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 2;
}

.single-product .farmart-child-pack-size-cards .farmart-child-pack-card.selected,
.single-product .farmart-child-pack-size-cards .farmart-child-pack-card.wcboost-variation-swatches__item--selected {
	background: #111;
	border-color: #111;
	box-shadow: none;
	color: #fff;
}

.single-product .farmart-child-pack-size-cards .farmart-child-pack-card.selected .farmart-child-pack-card__title,
.single-product .farmart-child-pack-size-cards .farmart-child-pack-card.wcboost-variation-swatches__item--selected .farmart-child-pack-card__title {
	background: #111;
	color: #fff;
}

.single-product .farmart-child-pack-size-cards .farmart-child-pack-card.selected .farmart-child-pack-card__price,
.single-product .farmart-child-pack-size-cards .farmart-child-pack-card.wcboost-variation-swatches__item--selected .farmart-child-pack-card__price {
	color: #fff;
}

.single-product .farmart-child-pack-size-cards .farmart-child-pack-card.selected .farmart-child-pack-card__regular,
.single-product .farmart-child-pack-size-cards .farmart-child-pack-card.wcboost-variation-swatches__item--selected .farmart-child-pack-card__regular {
	color: rgba(255, 255, 255, 0.62);
}

.single-product .farmart-child-pack-size-cards .farmart-child-pack-card.selected .farmart-child-pack-card__save,
.single-product .farmart-child-pack-size-cards .farmart-child-pack-card.wcboost-variation-swatches__item--selected .farmart-child-pack-card__save {
	background: #fff;
	color: #111;
}

.fm-catalog-page {
	color: #111;
}

.fm-catalog-page .site-content {
	padding-top: 22px;
}

body.fm-catalog-page.content-sidebar .content-area,
body.fm-catalog-page.sidebar-content .content-area {
	width: calc(100% - 288px);
}

body.fm-catalog-page.content-sidebar .catalog-sidebar,
body.fm-catalog-page.sidebar-content .catalog-sidebar {
	width: 252px;
}

body.fm-catalog-page.sidebar-content .content-area {
	padding-left: 28px;
}

body.fm-catalog-page.catalog-full-content .content-area {
	width: 100%;
}

.fm-catalog-page .fm-catalog-toolbar {
	display: grid;
	gap: 18px;
	grid-template-columns: 252px minmax(0, 1fr);
	margin: 0 0 16px;
}

.fm-catalog-page .catalog-toolbar__top {
	align-items: center;
	grid-column: 2;
	justify-content: center;
	margin: 0;
	min-height: 28px;
}

.fm-catalog-page .catalog-toolbar .products-found,
.fm-catalog-page .catalog-toolbar + .products-found {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}

.fm-catalog-page .catalog-toolbar .products-found span {
	color: #111;
}

.fm-catalog-page .catalog-toolbar__top {
	display: none;
}

.fm-catalog-page .farmart-child-result-count {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	text-align: center;
}

.fm-catalog-page .catalog-toolbar__bottom {
	align-items: center;
	background: transparent;
	border-radius: 0;
	display: flex;
	grid-column: 1 / -1;
	justify-content: flex-start;
	min-height: 40px;
	order: -1;
	padding: 0;
	width: 100%;
}

.fm-catalog-page .catalog-toolbar__bottom:before {
	color: #111;
	content: "Filter:";
	font-size: 14px;
	font-weight: 700;
	margin-right: 8px;
}

.fm-catalog-page .catalog-toolbar__bottom:after {
	color: #111;
	content: "\2699";
	font-size: 13px;
	line-height: 1;
	margin-left: -6px;
	margin-right: 18px;
	order: 1;
}

.fm-catalog-page .catalog-toolbar__bottom > .shop-view {
	display: none;
}

.fm-catalog-page .catalog-toolbar__bottom > .fm-catalog-ordering {
	align-items: center;
	display: flex;
	margin: 0;
	order: 2;
}

.fm-catalog-page .fm-catalog-ordering:before {
	color: #111;
	content: "Sort by:";
	font-size: 14px;
	font-weight: 700;
	margin-right: 8px;
	white-space: nowrap;
}

.fm-catalog-page .catalog-toolbar .woocommerce-ordering {
	float: none;
	margin: 0;
}

.fm-catalog-page .catalog-toolbar .woocommerce-ordering .current {
	background: #fff;
	border: 1px solid #111;
	border-radius: 0;
	color: #555;
	font-size: 13px;
	line-height: 34px;
	min-height: 36px;
	min-width: 138px;
	padding: 0 32px 0 10px;
}

.fm-catalog-page .catalog-toolbar .woocommerce-ordering .current .farmart-svg-icon {
	right: 10px;
}

.fm-catalog-page .catalog-toolbar .woocommerce-ordering li > ul {
	border-color: #111;
	border-radius: 0;
}

.fm-catalog-page .catalog-sidebar {
	margin-top: 0;
}

.fm-catalog-page .catalog-sidebar--inner,
.fm-catalog-page .catalog-sidebar .farmart-group-widget,
.fm-catalog-page .catalog-sidebar .widget_product_categories,
.fm-catalog-page .catalog-sidebar .fm_widget_product_categories {
	background: #e7e7e7;
	border: 1px solid #e7e7e7;
	border-radius: 14px;
	padding: 15px 10px 0px;
}

.fm-catalog-page .catalog-sidebar .widget {
	background: transparent;
	margin-bottom: 0;
}

.fm-catalog-page .catalog-sidebar .widget + .widget {
	border-top: 1px solid rgba(17, 17, 17, 0.12);
	margin-top: 22px;
	padding-top: 18px;
}

.fm-catalog-page .catalog-sidebar .widget-title {
	color: #111;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
	padding: 0 0 18px;
}

.fm-catalog-page .catalog-sidebar .widget ul li {
	align-items: center;
	display: flex;
	margin: 0 0 12px;
	min-height: 22px;
	position: relative;
}

.fm-catalog-page .catalog-sidebar .widget ul li a {
	color: #111;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	padding-left: 24px;
}

.fm-catalog-page .catalog-sidebar .widget ul li a:before {
	background: #fff;
	border: 1px solid #9d9d9d;
	content: "";
	height: 13px;
	left: 2px;
	position: absolute;
	top: 4px;
	width: 13px;
}

.fm-catalog-page .catalog-sidebar .widget ul li.current-cat > a,
.fm-catalog-page .catalog-sidebar .widget ul li.chosen > a,
.fm-catalog-page .catalog-sidebar .widget ul li a:hover {
	color: #ff7200;
}

.fm-catalog-page .catalog-sidebar .widget ul li.current-cat > a:before,
.fm-catalog-page .catalog-sidebar .widget ul li.chosen > a:before {
	background: #ff7200;
	border-color: #111;
	box-shadow: inset 0 0 0 2px #fff;
}

.fm-catalog-page .fm-shop-content ul.products {
	gap: 16px;
	margin: 0;
}

.fm-catalog-page .fm-shop-content ul.products.columns-4 li.product,
.fm-catalog-page .fm-shop-content ul.products li.product {
	flex: 0 0 calc((100% - 48px) / 4);
	max-width: calc((100% - 48px) / 4);
	width: calc((100% - 48px) / 4);
}

.fm-catalog-page ul.products li.product .product-inner {
	background: #e7e7e7;
	border: 1px solid #ecd9bc;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	min-height: 378px;
	overflow: hidden;
	padding: 0;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fm-catalog-page ul.products li.product .product-inner:hover {
	border-color: #ff7200;
	box-shadow: 0 10px 22px rgba(17, 17, 17, 0.08);
	position: relative;
	z-index: 2;
}

.fm-catalog-page ul.products li.product .product-thumbnail {
	align-items: center;
	background: #e7e7e7;
	display: flex;
	height: 235px;
	justify-content: center;
	margin: 0;
	padding: 20px 20px 14px;
	position: relative;
}

.fm-catalog-page ul.products li.product .product-thumbnail a {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.fm-catalog-page ul.products li.product img {
	max-height: 205px;
	object-fit: contain;
	width: auto;
}

.fm-catalog-page ul.products li.product .ribbons {
	left: 10px;
	position: absolute;
	top: 10px;
	z-index: 3;
}

.fm-catalog-page ul.products li.product .ribbons .ribbon {
	background: #ff7200;
	border-radius: 999px;
	color: #111;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 7px 12px;
	text-transform: uppercase;
}

.fm-catalog-page ul.products li.product .product-details {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 14px 10px 10px;
	text-align: center;
}

.fm-catalog-page ul.products li.product .product-content-box {
	min-height: 52px;
}

.fm-catalog-page ul.products li.product .woocommerce-loop-product__title {
	color: #111;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 5px;
}

.fm-catalog-page ul.products li.product .woocommerce-loop-product__title a {
	color: #111;
	line-height: 1.25;
}

.fm-catalog-page ul.products li.product .woocommerce-loop-product__title a:hover {
	color: #ff7200;
}

.fm-catalog-page ul.products li.product .price {
	color: #111;
	display: flex;
	font-size: 16px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	margin: 0 0 8px;
}

.fm-catalog-page ul.products li.product .price ins {
	color: #111;
	margin-right: 7px;
	order: 1;
}

.fm-catalog-page ul.products li.product .price del {
	color: #aaa;
	font-size: 14px;
	order: 2;
	text-decoration-thickness: 1px;
}

.fm-catalog-page ul.products li.product .price .sale,
.fm-catalog-page ul.products li.product .unit-text,
.fm-catalog-page ul.products li.product .fm-rating,
.fm-catalog-page ul.products li.product .product-thumbnail .product-loop__buttons {
	display: none;
}

.fm-catalog-page ul.products li.product .product-bottom-box,
.fm-catalog-page .woocommerce-products-header ul.products li.product .product-bottom-box,
body.fm-catalog-page:not(.catalog-view-list) ul.products li.product .product-bottom-box {
	background: transparent;
	border: 0;
	display: block;
	left: auto;
	padding: 0;
	position: static;
	right: auto;
	top: auto;
	z-index: 1;
}

.fm-catalog-page ul.products li.product .farmart-child-loop-pack {
	display: block;
	margin: 0 0 8px;
	width: 100%;
}

.fm-catalog-page ul.products li.product .farmart-child-loop-pack select {
	appearance: auto;
	background: #fff;
	border: 1px solid #111;
	border-radius: 999px;
	color: #111;
	font-size: 12px;
	height: 28px;
	line-height: 26px;
	padding: 0 26px 0 10px;
	width: 100%;
}

.fm-catalog-page ul.products li.product .product-button {
	display: block;
	width: 100%;
}

.fm-catalog-page ul.products li.product .product-button .quantity_button,
.fm-catalog-page ul.products li.product .product-button .button {
	background: #111;
	border: 1px solid #111;
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-size: 15px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 38px;
	padding: 10px 12px;
	text-align: center;
	width: 100%;
}

.fm-catalog-page ul.products li.product .product-button .quantity_button:hover,
.fm-catalog-page ul.products li.product .product-button .button:hover {
	background: #ff7200;
	border-color: #ff7200;
	color: #111;
}

.fm-catalog-page ul.products li.product .added_to_cart {
	display: none !important;
}

@media (max-width: 991px) {
	.single-product .farmart-child-trust-strip {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.single-product .farmart-child-trust-strip__item:nth-child(3n) {
		border-right: 0;
	}

	.single-product .farmart-child-story-section__grid {
		gap: 28px;
		grid-template-columns: 1fr;
	}

	body.fm-catalog-page.content-sidebar .content-area,
	body.fm-catalog-page.sidebar-content .content-area {
		width: 100%;
	}

	body.fm-catalog-page.sidebar-content .content-area {
		padding-left: 15px;
	}

	.fm-catalog-page .fm-catalog-toolbar {
		display: block;
	}

	.fm-catalog-page .catalog-toolbar__bottom {
		margin-bottom: 14px;
	}

	.fm-catalog-page .catalog-toolbar__top {
		margin-bottom: 14px;
	}

	.fm-catalog-page .fm-shop-content ul.products.columns-4 li.product,
	.fm-catalog-page .fm-shop-content ul.products li.product {
		flex-basis: calc((100% - 16px) / 2);
		max-width: calc((100% - 16px) / 2);
		width: calc((100% - 16px) / 2);
	}
}

@media (max-width: 640px) {
	.single-product .farmart-child-key-benefits__grid,
	.single-product .farmart-child-trust-strip {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.single-product .farmart-child-benefit {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.single-product .farmart-child-benefit__icon {
		height: 44px;
		width: 44px;
	}

	.single-product .farmart-child-trust-strip__item,
	.single-product .farmart-child-trust-strip__item:nth-child(3n) {
		border-right: 0;
		border-bottom: 1px solid #e3e3e3;
		min-height: 92px;
	}

	.single-product .farmart-child-trust-strip__item:last-child {
		border-bottom: 0;
	}

	.single-product .farmart-child-product-banner {
		min-height: 250px;
	}

	.single-product .farmart-child-product-banner__content {
		font-size: 32px;
		min-height: 250px;
		padding: 30px 24px;
	}

	.single-product .farmart-child-story-section__media {
		padding: 42px 16px 16px;
	}

	.fm-catalog-page .fm-shop-content ul.products {
		gap: 14px;
	}

	.fm-catalog-page .fm-shop-content ul.products.columns-4 li.product,
	.fm-catalog-page .fm-shop-content ul.products li.product {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}

	.fm-catalog-page ul.products li.product .product-thumbnail {
		height: 220px;
	}
}


/* ============================= */
/* PREMIUM PRODUCT PAGE FIXES */
/* PASTE THIS AT BOTTOM OF STYLE.CSS */
/* ============================= */

/* Hide default variation dropdown */
.single-product table.variations select {
	display: none !important;
}
/* Premium Pack Size Cards */
.single-product .farmart-child-pack-size-cards.wcboost-variation-swatches__wrapper {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	width: 100%;
	margin-top: 10px;
}

.single-product .farmart-child-pack-size-cards .farmart-child-pack-card.wcboost-variation-swatches__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	border: 2px solid #e7e7e7;
	border-radius: 18px;
	padding: 18px 14px !important;
	min-height: 145px;
	cursor: pointer;
	transition: all 0.25s ease;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.single-product .farmart-child-pack-size-cards .farmart-child-pack-card:hover {
	transform: translateY(-2px);
	border-color: #111;
	box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

/* Selected Card */
.single-product .farmart-child-pack-size-cards .farmart-child-pack-card.selected,
.single-product .farmart-child-pack-size-cards .farmart-child-pack-card.wcboost-variation-swatches__item--selected {
	border-color: #111;
	background: #111;
	color: #fff;
	box-shadow: 0 10px 28px rgba(0,0,0,0.16);
}

/* Title */
.single-product .farmart-child-pack-card__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: inherit;
}

/* Price */
.single-product .farmart-child-pack-card__price {
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	color: inherit;
	margin-bottom: 5px;
}

/* Old Price */
.single-product .farmart-child-pack-card__regular {
	font-size: 14px;
	text-decoration: line-through;
	opacity: 0.6;
	margin-bottom: 6px;
}

/* Save Badge */
.single-product .farmart-child-pack-card__save {
	background: #1e8e3e;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: 999px;
	line-height: 1;
	margin-top: 5px;
}

.single-product .farmart-child-pack-card.selected .farmart-child-pack-card__save,
.single-product .farmart-child-pack-card.wcboost-variation-swatches__item--selected .farmart-child-pack-card__save {
	background: #fff;
	color: #111;
}

/* Best Seller Badge */
.single-product .farmart-child-pack-card__badge {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #ff6b00;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 5px 10px;
	border-radius: 999px;
	line-height: 1;
	letter-spacing: .3px;
}

/* Select Pack Size Title */
.single-product table.variations tr.farmart-child-pack-size-row th.label label {
	font-size: 20px;
	font-weight: 700;
	color: #111;
	margin-bottom: 6px;
	display: block;
}

/* Mobile Responsive */
@media (max-width: 767px) {

	.single-product .farmart-child-pack-size-cards.wcboost-variation-swatches__wrapper {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.single-product .farmart-child-pack-size-cards .farmart-child-pack-card.wcboost-variation-swatches__item {
		min-height: 130px;
		padding: 16px 12px !important;
	}

	.single-product .farmart-child-pack-card__title {
		font-size: 16px;
	}

	.single-product .farmart-child-pack-card__price {
		font-size: 24px;
	}
}

/* Add to cart premium button */
.single-product div.product form.cart .single_add_to_cart_button {
	background: #111;
	border: 2px solid #111;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 700;
	min-height: 54px;
	padding: 0 34px;
	transition: all .25s ease;
	box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.single-product div.product form.cart .single_add_to_cart_button:hover {
	background: #ff6b00;
	border-color: #ff6b00;
	color: #fff;
	transform: translateY(-2px);
}

/* Product price styling */
.single-product div.product .summary .price {
	font-size: 34px;
	font-weight: 800;
	line-height: 1.1;
	color: #111;
}

.single-product div.product .summary .price del {
	font-size: 20px;
	opacity: .45;
	margin-right: 10px;
}

/* Product title */
.single-product div.product .product_title {
	font-size: 38px;
	line-height: 1.2;
	font-weight: 800;
	color: #111;
	margin-bottom: 16px;
}

/* Quantity Box */
.single-product div.product form.cart div.quantity {
	margin-right: 12px;
}

.single-product div.product form.cart .quantity .qty {
	height: 54px;
	border-radius: 999px;
	border: 2px solid #ddd;
	font-weight: 700;
	font-size: 16px;
	min-width: 90px;
	background: #fff;
}

/* Smooth animations */
.single-product * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Remove unwanted default shadows */
.single-product .wcboost-variation-swatches__item:before,
.single-product .wcboost-variation-swatches__item:after {
	display: none !important;
}

.catalog-toolbar .shop-view{
	Display: None;
}
li.cat-item.cat-item-15{
	Padding-left:30px;
}

.fm-widget-vertical-item a:hover{
	color:#ffffff !important;
}