/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
	--nutex-font-primary: "Manrope", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.nutex-product-gallery {
	display: grid;
	gap: 14px;
	font-family: var(--nutex-font-primary);
}

.nutex-product-gallery__main {
	border: 1px solid #d8dfe6;
	border-radius: 10px;
	background: #f4f7fa;
	padding: 8px;
}

.nutex-product-gallery__main-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
	object-fit: cover;
}

.nutex-product-gallery__thumbnails {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
	gap: 8px;
}

.nutex-product-gallery__thumb {
	display: block;
	border: 1px solid #d8dfe6;
	border-radius: 8px;
	background: #ffffff;
	padding: 4px;
	transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.nutex-product-gallery__thumb:hover,
.nutex-product-gallery__thumb:focus-visible {
	border-color: #6e869a;
	box-shadow: 0 0 0 2px rgba(110, 134, 154, 0.18);
	outline: none;
	transform: translateY(-1px);
}

.nutex-product-gallery__thumb.is-active {
	border-color: #435d72;
	box-shadow: 0 0 0 2px rgba(67, 93, 114, 0.22);
}

.nutex-product-gallery__thumb-image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 6px;
}

@media (max-width: 767px) {
	.nutex-product-gallery__thumbnails {
		grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
	}
}

.nutex-product-add-to-cart {
	display: grid;
	gap: 14px;
	max-width: 460px;
	color: #1f2b2c;
	font-family: var(--nutex-font-primary);
}

.nutex-product-add-to-cart__minimum {
	display: inline;
	gap: 4px;
	padding-top: 6px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d89a58;
	font-size: 1rem;
	line-height: 1.35;
}

.nutex-product-add-to-cart__minimum strong {
	font-weight: 700;
}

.nutex-product-add-to-cart__meta {
	display: grid;
	gap: 6px;
	padding-top: 10px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #d89a58;
}

.nutex-product-add-to-cart__meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: baseline;
	font-size: 1.05rem;
}

.nutex-product-add-to-cart__label {
	font-weight: 700;
	color: #1f2b2c;
}

.nutex-product-add-to-cart__value {
	font-weight: 500;
	color: #2e3f40;
}

.nutex-product-add-to-cart__qty-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 220px;
}

.nutex-product-add-to-cart__qty-label {
	font-weight: 700;
	font-size: 1rem;
}

.nutex-product-add-to-cart input.qty {
	width: 78px;
	min-height: 38px;
	padding: 6px 8px;
	border: 1px solid #aab4b7;
	border-radius: 2px;
	background: #ffffff;
	color: #233031;
	font-size: 1rem;
	line-height: 1.2;
}

.nutex-product-add-to-cart input.qty:focus {
	outline: none;
	border-color: #6e869a;
	box-shadow: 0 0 0 2px rgba(110, 134, 154, 0.2);
}

.nutex-product-add-to-cart__button {
	justify-self: start !important;
	min-height: 42px !important;
	padding: 9px 22px !important;
	border-radius: 999px !important;
	background-color: #D07000 !important;
	border-color: #D07000 !important;
	color: #F6F0E8 !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	transition: background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease !important;
}

.nutex-product-add-to-cart__button:hover,
.nutex-product-add-to-cart__button:focus-visible {
	background: #af6904 !important;
	border-color: #af6904 !important;
	transform: translateY(-1px);
	outline: none;
}

.nutex-product-add-to-cart__button[disabled],
.nutex-product-add-to-cart__button[disabled]:hover {
	background: #b7c0c3 !important;
	border-color: #b7c0c3 !important;
	cursor: not-allowed !important;
	transform: none;
}

.nutex-product-add-to-cart__hint {
	margin: 0;
	font-size: 0.94rem;
	color: #45595a;
}

@media (max-width: 767px) {
	.nutex-product-add-to-cart {
		max-width: 100%;
	}

	.nutex-product-add-to-cart__qty-wrap {
		grid-template-columns: 1fr;
		max-width: 160px;
	}
}
