/**
* Theme Name:     Hello Elementor Child
* Author:         Elementor Team
* Template:       hello-elementor
* Text Domain:	   hello-elementor-child
* Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
*/

.tab-content {
	display: none;
	padding: 20px;
	background: url('/wp-content/uploads/2025/03/Sideral-patern.JPG-Claro-scaled.jpg');
	background-blend-mode: multiply;
	background-size: cover;
	border-radius: 6px;
}

.tab-content.active {
	display: block;
}

.attribute-group label {
	display: block;
}

.attribute-group input[type="radio"] {
	margin-right: 5px;
}

.attribute-variedad {
	margin-top: 10px;
}

.variedad-label {
	color: #333;
	font-size: 16px;
}

.quantity-selector {
	display: flex;
	align-items: center;
	margin: 0;
}

.quantity-input {
	width: 50px;
	text-align: center;
}

.quantity-decrease,
.quantity-increase {
	padding: 5px 10px;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	cursor: pointer;
}

.add-to-cart-btn {
	margin-top: 15px;
	padding: 10px 15px;
	background-color: #0066cc;
	color: white;
	border: none;
	cursor: pointer;
}

.add-to-cart-btn:hover {
	background-color: #0052a3;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* pop up */
.product-container {
	border-radius: 5px;
	background-color: rgb(255 255 255 / 10%);
	border: 1px solid #888;
	padding: 10px 20px 50px 20px;
}

.pop_up_body {
	background: white;
	border-radius: 5px;
	padding: 20px 30px;
	max-height: 600px;
	overflow: auto;
	margin-top: 20px;
}

.pop_up_heading {
	text-align: center;
	display: flex;
	justify-content: center;
	/* width: max-content; */
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 20px;
	padding-top: 10px;
}

.pop-up-product {
	width: 100%;
	max-width: 1000px;
	border-radius: 5px;
	z-index: 999;
}

.pop_up_body * {
	color: #333;
}

.product-row {
	display: flex;
	gap: 20px;
	align-items: center;
	flex-direction: row-reverse;
}

.product-left,
.product-right {
	width: 100%;
	max-width: 100%;
}

.product-left {
	border-left: 2px solid #000;
	max-width: 40%;
}

.pop_up_heading span.small-tag {
	padding: 2px 10px;
	background-color: rgb(173, 216, 230);
	color: #000;
	border-radius: 16px;
	/*     position: absolute; */
	top: 5%;
	left: 7%;
}

.pop_up_body span.regular-price * {
	color: #fff !important;
}

.pop-up-container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px) contrast(90%);
	-webkit-backdrop-filter: blur(10px) contrast(90%);
	z-index: 99;
	height: 100vh;
	width: 100vw;
	padding-top: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-y: scroll;
}


#genetic-black-bar {
	background: black;
	width: 104%;
	height: 100px;
	position: absolute;
	border-radius: 5px;
	top: 1px;
	right: -2%;
	z-index: -1;
}

.pop-up-container button.slick-arrow {
	font-size: 0;
	padding: 0;
	height: 35px;
	width: 35px;
	top: 30px;
	background: #D9D9D9 !important;
	border-color: #D9D9D9 !important;
	z-index: 999;
}

.pop-up-container .slick-prev {
	left: 20px;
}

.pop-up-container .slick-next {
	right: 35px;
}

.pop-up-container button.slick-arrow:before {
	top: 0px;
	position: absolute;
	left: -4px;
	font-size: 41px;
	color: #000;
}

.flex-column {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.categories-info {
	flex-grow: 1;
}

.flex-row {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}

.progress-container {
	width: 100%;
	background-color: #D9D9D9;
	height: 8px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.progress-container .progress-bar.black {
	background-color: black;
	position: absolute;
	height: 100%;
}

.category-item span {
	font-weight: 800;
	color: #333;
}

.pop-up-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pop-up-footer .product-actions {
	justify-content: flex-end;
	margin-top: 0px;
}

a.close-detail {
	text-transform: uppercase;
	font-weight: 900;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #000;
	border: 1px solid black;
	padding: 8px 30px;
	display: block;
}

p.product-description {
	font-size: 14px;
	padding-top: 20px;
}

h4.product-name {
	color: #fff;
	margin: 0px;
	text-transform: capitalize;
}

p.head_detail {
	font-size: 0.8em;
	font-weight: 500;
}

/* ----------------------------------- */

.product_info_container {
	display: flex;
	flex-direction: row-reverse;
	text-transform: uppercase;
	gap: 20px;
}

.product_info_container>div {
	flex: 1;
}

.product_image img {
	width: 100%;
	max-width: 80%;
	border-radius: 50%;
}

.product_image {
	text-align: center;
}

.product_info {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

p.product-category {
	display: none;
}

.attribute-group.attribute-peso {
	order: 1;
}

.product-price {
	order: 3;
	line-height: 100%;
	font-size: 65px;
	margin: 0 !important;
	position: relative;
	align-items: center;
	display: flex;
	font-weight: 600;
	text-shadow: 2px 2px 4px #000000d4;
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding-top: 20px;
}

span.regular-price {
	font-size: 23px;
	background: rgba(208, 80, 80, 1);
	padding: 6px 30px;
	gap: 5px;
	line-height: 1;
	border-radius: 24px;
	font-weight: 900;
	color: #FFFFFF;
	text-align: center;
	width: fit-content;
	height: fit-content;
	margin-bottom: auto;
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}

span.regular-price span.before-text {
	font-size: 12px;
}

span.regular-price span.reguler-number {
	text-decoration: line-through;
}

span.sale-price {
	order: 1;
}

.price-per-gram {
	font-size: 36px;
	width: fit-content;
	line-height: 120%;
	margin-top: auto;
	padding-left: 20px;
}

.product-actions {
	order: 4;
	display: flex;
	align-items: center;
	margin-top: 12px;
}

.quantity-selector {
	position: relative;
	width: 32%;
	display: inline-flex;
	box-shadow: 0px 0px 8px 1px #0e00006b;
}

button.add-to-cart-btn {
	order: 4;
	background-color: #000 !important;
	border-color: #fff !important;
	color: #fff;
	border-radius: 8px;
	padding: 16px 24px;
	font-size: 18px;
	margin-left: 10px;
	display: inline-flex;
	gap: 16px;
	margin-top: 0;
}

button.add-to-cart-btn:hover {
	color: #fff !important;
}

.add-to-cart-btn::before {
	content: "";
	left: 13px;
	width: 15px;
	height: 20px;
	background: url('/wp-content/uploads/2025/03/cart.svg') no-repeat center center;
	background-size: cover;
	display: inline-block;
}

.quantity-increase,
.quantity-decrease {
	position: absolute;
	background-color: #fff !important;
	border-color: #fff !important;
	font-size: 25px !important;
	line-height: 98% !important;
}

.quantity-decrease {
	left: 22px;
	padding: 0px 10px 5px !important;
	background: #00000036 !important;
}

button.quantity-increase {
	right: 22px;
	padding: 2px 9px !important;
	background: #00000036 !important;

}

h3.subcategory-name {
	-webkit-text-stroke-width: 1px;
	stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
	filter: drop-shadow(0px 0 0px rgba(0, 0, 0, 0.2)) drop-shadow(2px 0 0px rgba(0, 0, 0, 0.2)) drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2)) drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.3));
	color: transparent;
}

input.quantity-input {
	padding: 15px 55px !important;
	border-radius: 8px !important;
	color: #000 !important;
	background-color: #fff !important;
	border-color: #fff !important;
	font-weight: 600 !important;
}

.product-tabs {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.attribute-group.attribute-peso {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	background: #fff;
	width: fit-content;
	padding: 18px 22px;
	border-radius: 6px;
	box-shadow: 0px 0px 8px 1px #0e00006b;
	z-index: 1;
	position: relative;
	margin-top: 18px;

}

.attribute-group.attribute-peso input[type="radio"] {
	display: none;
}

/*   */
label.variation-label-2g {
	orphans: 1;
}

label.variation-label-3-5g {
	order: 2;
}

label.variation-label-7g {
	order: 3;
}

label.variation-label-10g {
	order: 4;
}

label.variation-label-14g {
	order: 5;
}

label.variation-label-25g {
	order: 6;
}

label.variation-label-50g {
	order: 7;
}

label.variation-label-100g {
	order: 8;
}

/*   */

.attribute-group.attribute-peso label {
	position: relative;
	cursor: pointer;
	padding: 8px 12px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	transition: all 0.3s ease;
	font-size: 18px;
	color: #000;
	border-radius: 50%;
}

.attribute-group.attribute-peso label:hover {
	border-color: #000;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}

.attribute-group.attribute-peso label.active {
	border-color: #000;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}

.attribute-group.attribute-peso .selected:hover,
.attribute-group.attribute-peso .selected:focus,
.attribute-group.attribute-peso .selected:active {
	border-color: #000 !important;
}

.attribute-price-wrapper {
	display: flex;
	align-items: center;
}

.product_info h2 {
	font-size: 70px;
	line-height: 100%;
	color: #fff !important;
	text-shadow: 3px 3px 6px #000000c9;
	margin: 0 0 20px 0;
}

.product-tabs-container h3 {
	font-size: 50px;
	margin: 20px 0px;
	color: transparent;
	-webkit-text-stroke: 2px #fff;
	letter-spacing: 0.7px;
	filter: drop-shadow(0px 0 0px rgba(0, 0, 0, 0.2)) drop-shadow(2px 0 0px rgba(0, 0, 0, 0.2)) drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2)) drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.3));
	letter-spacing: 1.5px;
}

.product_image_side {
	position: relative;
}

a.view-detail {
	position: absolute;
	bottom: -50px;
	left: 45%;

}


.tab-link {
	font-size: 17px !important;
	color: #fff !important;
	border-color: inherit !important;
	border-radius: 6px !important;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
	text-shadow: 1px 1px 3px black;
	position: relative;
}

span.product_tags,
span.discount-percentage {
	position: absolute;
	font-size: 11px;
	top: -12px;
	left: -5px;
	text-shadow: black 1px 1px 2px;
	background: rgb(17, 179, 65);
	padding: 5px 10px;
	border-radius: 24px;
}

span.discount-percentage {
	background: #de2121;
	left: auto;
	right: -5px;
}

.tab-link:hover {
	text-shadow: none;
	box-shadow: inset 0px 3px 8px rgb(0 0 0);
	text-shadow: 1px 1px 3px black;

}

.attribute-group label:first-child,
.quantity-selector p.amount-counter {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%, 0px);
	background: #fff !important;
	color: #000;
	font-size: 14px;
	padding: 4px 20px;
	box-shadow: 0px 0px 4px 0px #0000008a;
	border-radius: 10px;
}

.attribute-group label:first-child:hover {
	border-color: #fff;
}

/* hover */

.product-hover-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	backdrop-filter: blur(10px) contrast(90%);
	-webkit-backdrop-filter: blur(10px) contrast(90%);
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
	min-width: 400px;
	border: 1px solid #e5e5e5;
	display: none;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	z-index: 9;
	min-width: 350px;
}

.product-hover-box h3.hover-product-name {
	font-size: 1.5rem;
	color: #fff;
	font-style: italic;
}

.product-hover-box p.hover-short-description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #000;
	text-align: left;
}

.product-hover-box .eye-btn a.hover-see-more img {
	width: fit-content;
}

.product-hover-box .eye-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-hover-box .eye-btn {
	display: flex;
	align-items: center;
}

.product-hover-box .eye-btn a.hover-see-more {
	display: flex;
	width: 70%;
	background: #1E1E1E;
	padding: 4px 0px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: 16px;
	position: STATIC;
}

.product_image:hover .product-hover-box {
	display: block;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

.clr-fff {
	background-color: #fff;
	padding: 15px;
	border-radius: 12px;
}

.product-hover-box .eye-btn a.hover-see-more:hover span.details-view {
	color: #fff;
}

/*   */

.main-category-section:not(:first-child) {
	margin-top: 50px;
	display: block;
}

.main-category-section .subcategory-section:not(:first-child) {
	margin-top: 48px;
}

.product-cart .e-cart__container .e-cart__column form.woocommerce-cart-form .fgw_gift_slider {
	grid-template-columns: repeat(1, 1fr);
	margin: 20px;
	padding: 0px 50px;
	background-color: #434242;
	border-radius: 15px;
}

.product-cart .e-cart__container .e-cart__column form.woocommerce-cart-form .fgw_gift_slider .item.fgw_gift_product {
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 0;
	margin-block: 20px;
}

.product-cart .e-cart__container .e-cart__column form.woocommerce-cart-form .fgw_gift_atc_btn {
	margin: 0;
}

.product-cart .e-cart__container .e-cart__column form.woocommerce-cart-form .fgw_gift_slider .item.fgw_gift_product a {
	display: flex;
	align-items: center;
	gap: 20px;
}

.product-cart .e-cart__container .e-cart__column form.woocommerce-cart-form .fgw_gift_slider .item.fgw_gift_product a div {
	width: 20%;
}

.product-cart .e-cart__container .e-cart__column form.woocommerce-cart-form .fgw_gift p {
	display: none;
}

.product-cart .e-cart__container .e-cart__column form.woocommerce-cart-form a.wp-block-button__link,
body .woocommerce-error a.fgw_gift_btn,
body .woocommerce-info a.fgw_gift_btn,
body .woocommerce-message a.fgw_gift_btn {
	font-family: "Oswald", Sans-serif;
	font-weight: 400 !important;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #04A43A;
	background-color: #04A43A !important;
}

.product-cart .e-cart__container .e-cart__column form.woocommerce-cart-form a.wp-block-button__link:hover,
body .woocommerce-error a.fgw_gift_btn:hover,
body .woocommerce-info a.fgw_gift_btn:hover,
body .woocommerce-message a.fgw_gift_btn:hover {
	background-color: transparent !important;
}

.product-cart .e-cart__container .e-cart__column form.woocommerce-cart-form .fgw_gift.fgw_gift_div {

	font-family: "Oswald", Sans-serif;

}

body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
	font-family: "Oswald", Sans-serif;
	background-color: transparent;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
}

.product-cart .e-cart__container .e-cart__column form.woocommerce-cart-form .fgw_gift_slider {

	grid-template-columns: repeat(1, 1fr);

	margin: 20px;

	padding: 0px 50px;

	background-color: #434242;

	border-radius: 15px;

}

.header-cart .pa-woo-mc__content-wrapper {
	display: none !important;
}

.tag_heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.tag_heading span.growing-method {
	padding: 2px 10px;
	background-color: rgb(230 225 173);
	color: #000;
	border-radius: 16px;
}

body input[type="number"].xoo-wsc-qty {
	min-width: fit-content !important;
}

body .xoo-wsc-qty-box.xoo-wsc-qtb-square {
	border: 0 !important;
}

.heading_product_image {
	display: none;
}

.product-right .pro-popup.product-actions {
	display: none;
}

.product-popup-image img {
	max-width: 300px;
}

.product-cart .e-cart__column .woocommerce-message.fgw_mwssagw_main {
	background-color: #000000;
	color: #1de360;
}

@media only screen and (max-width: 1599px) {
	.product_info h2 {
		font-size: 70px;
	}

	.product-tabs-container h3 {
		font-size: 45px;
	}

	.product-price {
		font-size: 55px;
		padding-bottom: 20px;
	}

	.price-per-gram {
		font-size: 32px;
	}

	p.product-description {

		padding-top: 10px;
	}

	.product_image {
		width: 80%;
	}

	.product_image_side {
		flex: 0 0 40%;
		display: flex;
		justify-content: center;
	}

	.main-category-section:not(:first-child) {
		margin-top: 100px;
	}

	.product-tabs {
		gap: 20px;
	}

	.main-category-section .subcategory-section:not(:first-child) {
		margin-top: 28px;
	}

}

@media only screen and (max-width: 1366px) {
	.product_info h2 {
		font-size: 60px;
	}

	.product-tabs-container h3 {
		font-size: 40px;
	}

	.product-price {
		font-size: 48px;
	}

	.price-per-gram {
		font-size: 30px;
	}

	.product-hover-box {
		/* 		min-width:380px; */
	}

	.product_image_side {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	a.view-detail {
		bottom: -5%;
		left: 45%;
	}

	.main-category-section:not(:first-child) {
		margin-top: 80px;
	}
}


@media only screen and (max-width: 1199px) {
	.product_info h2 {
		font-size: 50px;
	}

	.product-tabs-container h3 {
		font-size: 35px;
	}

	button.add-to-cart-btn {
		padding: 13px 20px;
	}

	a.view-detail {
		bottom: -5%;
		left: 45%;
	}

	.main-category-section:not(:first-child) {
		margin-top: 70px;
	}

}

@media only screen and (max-width: 1024px) {
	.product_info_container {
		flex-direction: column;
		gap: 60px;
	}

	.product_info h2 {
		font-size: 48px;
	}

	.product-tabs-container h3 {
		font-size: 30px;
	}

	.product-price {
		font-size: 40px;
	}

	.attribute-group.attribute-peso label {
		font-size: 16px;
		padding: 6px 10px
	}

	.product_image img {
		width: 100%;
	}


	.product_image_side {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		flex-direction: column;
		/* or row, depending on the layout */
	}

	a.view-detail {
		bottom: -12%;
		left: 46%;
	}

	.product_info {
		align-items: center;
		text-align: center;
	}

	.product-actions {
		justify-content: center;
	}

	.product-tabs {
		justify-content: center;
	}

	.main-category-section:not(:first-child) {
		margin-top: 50px;
	}

	.product-left {
		border-left: 0;
		max-width: 100%;
	}

	.product-right {
		display: flex;
		flex-direction: column;
	}

	.attribute-group.attribute-peso {
		order: -1;
	}

	.product-tabs-ctn {
		order: -2;
	}

	.heading_product_image {
		display: inline-block;
		text-align: left;
		width: 100%;
	}

	.heading_product_image h3.subcategory-name {
		display: inline-block;
		margin: 0 0 20px 0;
		stroke-width: 2px;
		-webkit-text-stroke-width: 1.5px;
	}

	.heading_product_image h2 {
		color: #fff !important;
		margin: 0 0 20px 0;
		text-shadow: 3px 3px 6px #000000c9;
		font-size: 3.5em;
	}

	.product_info h2 {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.product-tabs-container h3 {
		font-size: 25px;
	}

	.product-price {
		font-size: 32px;
	}

	.price-per-gram {
		font-size: 25px;
		margin-top: 10px;
	}

	.attribute-group.attribute-peso label {
		font-size: 16px;
		padding: 6px 10px;
	}

	span.regular-price {
		font-size: 20px;
	}

	.product-left,
	.product-right {
		max-width: 100%;
	}

	.product-left {
		border-right: 0px;
	}

	.product-row {
		flex-direction: column;
	}

	.pop_up_body {
		padding: 20px 20px;
	}

	.pop-up-footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.pop-up-footer .product-actions {
		justify-content: flex-start;
		margin-top: 20px;
		display: none;
	}

	.product_info {
		gap: 10px;
	}

	.product-hover-box h3.hover-product-name {
		font-size: 1rem;
		margin: 0;
		padding-bottom: 10px;
		font-weight: 200;
	}

	.product-hover-box {
		min-width: 300px;
		padding: 10px;
	}

	.product-hover-box p.hover-variety {
		margin: 0;
	}

	.product-hover-box .eye-btn a.hover-see-more img {
		width: 20%;
	}

	.product-hover-box .eye-btn a.hover-see-more span.details-view {
		font-size: smaller;
	}

	a.view-detail {
		bottom: 5%;
		left: 50%;
		transform: translate(-50%, 0%);
	}

	.product-container {
		padding: 10px 20px;
	}

	.product-hover-box .eye-btn a.hover-see-more {
		transform: translate(0px, 0px);
	}

	.product-price {
		order: 2;
	}

	.main-characteristics {
		order: 4;
	}

	.product-right .pop-up-bottom {
		padding-top: 10px;
	}

	.product-right .quantity-selector button.quantity-decrease,
	.quantity-selector button.quantity-decrease{
		margin-left: -16px;
	}

	.product-right .quantity-selector button.quantity-increase,
	.quantity-selector button.quantity-increase{
		margin-right: -16px;
	}


	.product-right .pro-popup.product-actions {
		display: flex;
		order: 3;
		padding-bottom: 10px;
		justify-content: flex-start;
		flex-direction: row;
		align-items: center;
		gap: 10px;
	}

	.product-right button.add-to-cart-btn {
		white-space: nowrap;
		display: block;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		overflow: hidden;
		margin-top: 0;
	}

	.product-popup-image img {
		max-width: 250px;
	}

	.product-right .add-to-cart-btn::before {
		margin-right: 10px !important;
	}

	.pop_up_heading .product-name {
		font-size: 18px;
	}

	.product_image img {
		max-width: 332px;
	}
	/* 480	 */
}

@media only screen and (max-width: 520px) {
	.attribute-group.attribute-peso label {
		font-size: 14px;
		padding: 6px 8px;
	}

	.product-price {
		font-size: 28px;
	}

	.price-per-gram {
		font-size: 18px;
		padding-left: 5px;
	}

	.product-actions {
		/* 		flex-direction: column;
		align-items: flex-start; */
		gap: 10px;
	}

	.quantity-selector {
		width: auto;
	}

	button.add-to-cart-btn {
		margin-left: 0px;
		/* 		margin-top: 10px; */
	}

	.product-tabs {
		flex-direction: column;
	}

	.category-item img {
		width: 50px;
	}

	.attribute-group.attribute-peso {
		margin-top: 35px;
	}

	.main-category-section:not(:first-child) {
		margin-top: 30px;
	}

	.tab-link {
		word-break: break-all;
		white-space: normal !important;
		overflow-wrap: break-word;
	}

	.pro-popup.product-actions .quantity-selector {
		width: 32%;
	}
	.product_image img {
		max-width: 234px;
	}
}

@media only screen and (max-width: 479px) {
	.product_info h2 {
		font-size: 35px;
		display: none;
	}

	.product-price {
		flex-direction: row-reverse;
		gap: 5px;
		align-items: flex-start;
		padding: 8px 0 15px;
		width: 100%;
	}

	.product-tabs-container h3 {
		margin: 15px 0px 25px;
		display: none;
	}

	.product-hover-box p.hover-short-description {
		font-size: 14px;
	}

	.product-hover-box {
		min-width: 280px;
		padding: 10px;
	}

	.product-hover-box .eye-btn a.hover-see-more {
		width: fit-content;
		padding: 5px 12px;
	}

	.product-hover-box h3.hover-product-name {
		font-size: 20px;
	}

	.pop-up-footer {
		flex-direction: column;
		padding-top: 10px;
		align-items: flex-start;
	}

	.pop-up-footer .product-actions {
		margin-top: 20px;
	}

	.product_info {
		align-items: flex-start;
		text-align: start;
	}

	.product-actions {
		justify-content: start;
	}



	.tab-link {
		padding: 12px 6px !important;
		display: inline-block !important;
		font-size: 14px !important;
		width: fit-content !important;
	}

	.product_info_container {
		flex-direction: column;
		gap: 20px;
	}

	span.discount-percentage {
		left: auto;
		right: 0px;
		font-size: 7px;
	}

	.product-tabs {
		flex-direction: unset;
		gap: 12px;
	}

	.product-container {
		padding: 2px 15px;
	}

	.attribute-group.attribute-peso label {
		font-size: 12px;
		padding: 6px;
	}

	.attribute-group.attribute-peso {
		margin-top: 20px;
		gap: 10px;
		padding: 10px;
	}

	.attribute-group label:first-child {
		top: -25px;
	}

	.quantity-decrease {
		left: 22px;
		padding: 0px 9px 4px !important;
	}

	button.quantity-increase {
		right: 22px;
		padding: 2px 8px !important;
	}

	.quantity-increase,
	.quantity-decrease {
		font-size: 24px !important;
		line-height: 82% !important;
	}

	input.quantity-input {
		padding: 15px 0px !important;
	}



	.product-right .quantity-selector button {
		padding: 0 !important;
		background-color: transparent !important;
	}

	.pro-popup.product-actions .quantity-selector {
		min-width: 72px;
		max-width: 70px;
		width: 70px;
	}

}

@media only screen and (max-width: 374px) {
	.product_info h2 {
		font-size: 30px;
	}

	.product-tabs-container h3 {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.product-price {
		padding-bottom: 0px;
		font-size: 26px;
	}

	.attribute-group.attribute-peso {
		margin-top: 15px;
	}

	.price-per-gram {

		margin-top: 0px;
	}
}

@media only screen and (max-width: 320px) {}