/**
 * Wellness — WooCommerce shop styles (shop.html layout).
 */

/* Cream shop skin — light header/nav; typography matches header-v3 (uppercase) */
.layout-shop #site-header .nav-v3-link {
	border-radius: 0.5rem;
	padding: 0.5rem 0.75rem;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: rgb(71 85 105);
	transition: color 0.2s ease, background-color 0.2s ease;
}

.layout-shop #site-header .nav-v3-link:hover,
.layout-shop #site-header .nav-v3-link:focus-visible {
	color: rgb(30 41 59);
	background-color: rgb(240 245 241);
}

.layout-shop #site-header .nav-v3-link-active {
	color: rgb(61 107 79);
	background-color: rgb(232 240 234);
	font-weight: 600;
}

.layout-shop #site-header .nav-dropdown-panel-v3 {
	border-color: rgb(226 232 240);
	background-color: #fff;
	box-shadow: 0 10px 40px -12px rgba(15, 23, 42, 0.15);
}

.layout-shop #site-header .dropdown-link-v3 {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgb(71 85 105);
}

.layout-shop #site-header .dropdown-link-v3:hover,
.layout-shop #site-header .dropdown-link-v3:focus-visible {
	color: rgb(30 41 59);
	background-color: rgb(240 245 241);
}

.layout-shop .mobile-nav-v3-link {
	border-radius: 0.75rem;
	padding: 0.875rem 1rem;
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgb(30 41 59);
}

.layout-shop .mobile-nav-v3-link:hover,
.layout-shop .mobile-nav-v3-link:focus-visible {
	background-color: rgb(240 245 241);
}

.layout-shop .mobile-nav-v3-link-active {
	background-color: rgb(232 240 234);
	color: rgb(61 107 79);
	font-weight: 600;
}

.layout-shop .mobile-nav-v3-dropdown-trigger {
	color: rgb(30 41 59);
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.layout-shop .mobile-nav-v3-sublink {
	color: rgb(71 85 105);
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.layout-shop .mobile-nav-v3-sublink:hover,
.layout-shop .mobile-nav-v3-sublink:focus-visible {
	color: rgb(30 41 59);
	background-color: rgb(240 245 241);
}

.layout-shop .about-team-photo:has(> img) {
	align-items: stretch;
	justify-content: stretch;
	padding: 0;
}

.layout-shop .about-team-photo > img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.layout-v3.layout-shop .shop-page-hero,
.layout-v3.layout-shop .page-hero {
	padding-top: var(--header-v3-height, 5.5rem);
}

.layout-v3.layout-shop .wellness-single-product > .mx-auto {
	padding-top: var(--header-v3-height, 5.5rem);
}

.wellness-shop-main .woocommerce-notices-wrapper {
	margin-bottom: 1.5rem;
}

.wellness-products-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.5rem;
	clear: none !important;
}

@media (min-width: 640px) {
	.wellness-products-grid[data-columns="2"] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wellness-products-grid[data-columns="3"] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wellness-products-grid[data-columns="4"] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.wellness-products-grid[data-columns="3"] {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wellness-products-grid[data-columns="4"] {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1280px) {
	.wellness-products-grid[data-columns="4"] {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.wellness-products-grid::before,
.wellness-products-grid::after {
	display: none !important;
	content: none !important;
}

.wellness-products-grid li.product {
	margin: 0 !important;
	padding: 0;
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	clear: none !important;
}

.wellness-shop-main .product-card,
.wellness-single-product .single-product-related .product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border-radius: 1rem;
	border: 1px solid #e8efe6;
	background: #fff;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.wellness-shop-main .product-card:hover,
.wellness-single-product .single-product-related .product-card:hover {
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.wellness-shop-main .product-card__media,
.wellness-single-product .single-product-related .product-card__media {
	display: block;
}

.wellness-shop-main .product-card__image,
.wellness-single-product .single-product-related .product-card__image {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.wellness-shop-main .product-card:hover .product-card__image,
.wellness-single-product .single-product-related .product-card:hover .product-card__image {
	transform: scale(1.05);
}

.wellness-shop-main .product-card__badge,
.wellness-single-product .single-product-related .product-card__badge {
	position: absolute;
	left: 0.75rem;
	top: 0.75rem;
	border-radius: 9999px;
	padding: 0.25rem 0.625rem;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}

.wellness-shop-main .product-card__badge--sale,
.wellness-single-product .single-product-related .product-card__badge--sale {
	background: #f97316;
}

.wellness-shop-main .product-card__badge--new,
.wellness-single-product .single-product-related .product-card__badge--new {
	background: #5a7d66;
}

.wellness-shop-main .product-card__body,
.wellness-single-product .single-product-related .product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1.25rem;
}

.wellness-shop-main .product-card__category,
.wellness-single-product .single-product-related .product-card__category {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #5a7d66;
}

.wellness-shop-main .product-card__title,
.wellness-single-product .single-product-related .product-card__title {
	margin: 0.25rem 0 0;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
	color: #0f172a;
}

.wellness-shop-main .product-card__title a,
.wellness-single-product .single-product-related .product-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.wellness-shop-main .product-card__title a:hover,
.wellness-single-product .single-product-related .product-card__title a:hover {
	color: #4a6b54;
}

.wellness-shop-main .product-card__rating,
.wellness-single-product .single-product-related .product-card__rating {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	margin-top: 0.5rem;
	color: #fb7185;
}

.wellness-shop-main .product-card__rating-count,
.wellness-single-product .single-product-related .product-card__rating-count {
	font-size: 0.75rem;
	color: #64748b;
}

.wellness-shop-main .product-card__price-wrap,
.wellness-single-product .single-product-related .product-card__price-wrap {
	margin-top: 0.75rem;
}

.wellness-shop-main .product-card__price-wrap .price,
.wellness-shop-main .product-card .price,
.wellness-single-product .single-product-related .product-card__price-wrap .price,
.wellness-single-product .single-product-related .product-card .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5rem;
	margin: 0;
	font-family: inherit;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	color: #3d5c47;
}

.wellness-shop-main .product-card__actions,
.wellness-single-product .single-product-related .product-card__actions {
	margin-top: 1rem;
}

.wellness-shop-main .product-card__add,
.wellness-shop-main .product-card .add_to_cart_button,
.wellness-single-product .single-product-related .product-card__add,
.wellness-single-product .single-product-related .product-card .add_to_cart_button {
	display: inline-flex !important;
	width: 100%;
	align-items: center;
	justify-content: center;
	border: none;
	text-decoration: none;
}

.wellness-shop-main .product-card .screen-reader-text,
.wellness-single-product .single-product-related .product-card .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.wellness-shop-main .product-card .price del,
.wellness-single-product .single-product-related .product-card .price del {
	font-size: 0.875rem;
	font-weight: 500;
	color: #94a3b8;
	opacity: 1;
}

.wellness-shop-main .product-card .price ins,
.wellness-single-product .single-product-related .product-card .price ins {
	text-decoration: none;
	color: #3d5c47;
}

.wellness-shop-ordering .woocommerce-ordering {
	margin: 0;
}

.wellness-shop-ordering .woocommerce-ordering select {
	border-radius: 0.75rem;
	border: 1px solid #d1e0d5;
	background: #fff;
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #334155;
}

.wellness-shop-ordering .woocommerce-ordering select:focus {
	border-color: #8fb89a;
	outline: none;
	box-shadow: 0 0 0 2px rgba(143, 184, 154, 0.3);
}

.wellness-shop-columns {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	padding: 0.25rem;
	border-radius: 9999px;
	border: 1px solid #e8efe6;
	background: #fff;
}

.wellness-shop-columns__label {
	padding: 0 0.5rem 0 0.625rem;
	font-size: 0.75rem;
	font-weight: 500;
	color: #64748b;
}

.wellness-shop-columns__btn {
	display: inline-flex;
	width: 2rem;
	height: 2rem;
	min-width: 2rem;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 9999px;
	background: transparent;
	padding: 0;
	color: #64748b;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.wellness-shop-columns__icon {
	display: block;
	flex-shrink: 0;
}

.wellness-shop-columns__btn:hover {
	background: #f0f7f2;
	color: #3d5c47;
}

.wellness-shop-columns__btn.is-active,
.wellness-shop-columns__btn[aria-pressed="true"] {
	background: #5a7d66;
	color: #fff;
}

.wellness-shop-columns__btn:focus-visible {
	outline: none;
	box-shadow: 0 0 0 2px rgba(143, 184, 154, 0.45);
}

.wellness-shop-main .woocommerce-pagination {
	margin-top: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.wellness-shop-main .woocommerce-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wellness-shop-main .woocommerce-pagination ul li a,
.wellness-shop-main .woocommerce-pagination ul li span {
	display: flex;
	height: 2.5rem;
	min-width: 2.5rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	padding: 0 0.75rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: #475569;
	text-decoration: none;
}

.wellness-shop-main .woocommerce-pagination ul li a:hover {
	background: #f0f7f2;
}

.wellness-shop-main .woocommerce-pagination ul li span.current {
	background: #5a7d66;
	color: #fff;
	font-weight: 600;
}

.wellness-single-product .product-summary-price .price {
	display: flex;
	align-items: baseline;
	gap: 0.75rem;
	margin: 0;
}

.wellness-single-product .product-summary-price .price del {
	font-size: 1.125rem;
	color: #94a3b8;
}

.wellness-single-product .product-summary-price .price ins {
	text-decoration: none;
	font-family: inherit;
	font-size: 1.875rem;
	font-weight: 600;
	color: #3d5c47;
}

.wellness-single-product .woocommerce-product-details__short-description p {
	margin: 0;
}

.wellness-single-product form.cart {
	margin-top: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 1rem;
}

.wellness-single-product form.cart .quantity {
	display: flex;
	align-items: center;
	border-radius: 9999px;
	border: 2px solid #d1e0d5;
	background: #fff;
}

.wellness-single-product form.cart .quantity input.qty {
	width: 3rem;
	border: 0;
	background: transparent;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 600;
	color: #0f172a;
}

.wellness-single-product form.cart .single_add_to_cart_button {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border: none;
	background-color: #5a7d66;
	padding: 0.75rem 1.5rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.wellness-single-product form.cart .single_add_to_cart_button:hover {
	background-color: #4a6b54;
}

.wellness-single-product .woocommerce-product-attributes {
	width: 100%;
	max-width: 32rem;
	font-size: 0.875rem;
	border-collapse: collapse;
}

.wellness-single-product .woocommerce-product-attributes th,
.wellness-single-product .woocommerce-product-attributes td {
	padding: 0.75rem 0;
	border-bottom: 1px solid #e8efe6;
	text-align: left;
}

.wellness-single-product .woocommerce-product-attributes th {
	font-weight: 500;
	color: #0f172a;
	padding-right: 1.5rem;
}

.wellness-single-product .woocommerce-product-attributes td {
	color: #475569;
}

.wellness-single-product .single-product-related__header {
	margin-bottom: 2rem;
}

.wellness-single-product .single-product-related__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #5a7d66;
}

.wellness-single-product .single-product-related__title {
	margin: 0;
	font-family: inherit;
	font-size: clamp(1.5rem, 2vw, 1.875rem);
	font-weight: 600;
	line-height: 1.2;
	color: #0f172a;
}

.wellness-single-product .single-product-related__grid {
	margin-top: 0;
}

.wellness-single-product .single-product-related .related.products {
	margin: 0;
}

.wellness-single-product .single-product-related .related.products > h2 {
	display: none;
}

/* —— Single product tabs —— */

.wellness-single-product .single-product-tabs {
	padding-top: 1rem;
}

.wellness-single-product .single-product-tabs__shell {
	overflow: hidden;
	border: 1px solid #e8efe6;
	border-radius: 1.75rem;
	background: #fff;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.wellness-single-product .single-product-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 1rem 1rem 0;
	border-bottom: 1px solid #e8efe6;
	background: linear-gradient(180deg, #f8faf9 0%, #fff 100%);
}

.wellness-single-product .single-product-tabs__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.65rem 1.15rem;
	border: 1px solid transparent;
	border-radius: 999px;
	background: transparent;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #64748b;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.wellness-single-product .single-product-tabs__btn:hover,
.wellness-single-product .single-product-tabs__btn:focus-visible {
	border-color: #d1e0d5;
	background: #fff;
	color: #3d5c47;
	outline: none;
}

.wellness-single-product .single-product-tabs__btn.is-active {
	border-color: #b7d0be;
	background: #fff;
	color: #3d5c47;
	box-shadow: 0 8px 20px rgba(90, 125, 102, 0.12);
}

.wellness-single-product .single-product-tabs__panels {
	padding: 1.5rem;
}

@media (min-width: 768px) {
	.wellness-single-product .single-product-tabs__panels {
		padding: 2rem 2.25rem;
	}
}

.wellness-single-product .single-product-tab-panel {
	display: none;
}

.wellness-single-product .single-product-tab-panel.is-active {
	display: block;
}

.wellness-single-product .single-product-tab-content {
	font-size: 1.02rem;
	line-height: 1.85;
	color: #334155;
}

.wellness-single-product .single-product-tab-content > *:first-child {
	margin-top: 0;
}

.wellness-single-product .single-product-tab-content > *:last-child {
	margin-bottom: 0;
}

.wellness-single-product .single-product-tab-content p,
.wellness-single-product .single-product-tab-content ul,
.wellness-single-product .single-product-tab-content ol,
.wellness-single-product .single-product-tab-content blockquote {
	margin: 1.1rem 0 0;
}

.wellness-single-product .single-product-tab-content h2,
.wellness-single-product .single-product-tab-content h3,
.wellness-single-product .single-product-tab-content h4 {
	margin: 1.75rem 0 0.75rem;
	font-weight: 600;
	line-height: 1.25;
	color: #0f172a;
}

.wellness-single-product .single-product-tab-content h2 {
	font-size: 1.55rem;
}

.wellness-single-product .single-product-tab-content h3 {
	font-size: 1.25rem;
}

.wellness-single-product .single-product-tab-content ul,
.wellness-single-product .single-product-tab-content ol {
	padding-left: 1.35rem;
}

.wellness-single-product .single-product-tab-content li + li {
	margin-top: 0.55rem;
}

.wellness-single-product .single-product-tab-content a {
	color: #0f766e;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.wellness-single-product .single-product-tab-content blockquote {
	padding: 1rem 1.2rem;
	border-left: 4px solid #14b8a6;
	border-radius: 0 1rem 1rem 0;
	background: #f0fdfa;
	color: #0f172a;
}

.wellness-single-product .single-product-tab-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 1.25rem auto;
	border-radius: 1rem;
}

.wellness-single-product .single-product-tab-content table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1.25rem;
	font-size: 0.95rem;
}

.wellness-single-product .single-product-tab-content th,
.wellness-single-product .single-product-tab-content td {
	padding: 0.85rem 1rem;
	border-bottom: 1px solid #e8efe6;
	text-align: left;
}

.wellness-single-product .single-product-tab-info {
	max-width: 42rem;
}

.wellness-single-product .single-product-tab-info .woocommerce-product-attributes {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid #e8efe6;
	border-radius: 1.25rem;
	background: #f8faf9;
}

.wellness-single-product .single-product-tab-info .woocommerce-product-attributes th,
.wellness-single-product .single-product-tab-info .woocommerce-product-attributes td {
	padding: 1rem 1.15rem;
	border-bottom: 1px solid #e8efe6;
}

.wellness-single-product .single-product-tab-info .woocommerce-product-attributes tr:last-child th,
.wellness-single-product .single-product-tab-info .woocommerce-product-attributes tr:last-child td {
	border-bottom: 0;
}

.wellness-single-product .single-product-tab-info .woocommerce-product-attributes th {
	width: 38%;
	font-weight: 600;
	color: #0f172a;
	background: rgba(255, 255, 255, 0.72);
}

.wellness-single-product .single-product-tab-info .woocommerce-product-attributes td {
	color: #475569;
	background: #fff;
}

.wellness-single-product .single-product-tab-empty {
	margin: 0;
	padding: 1.25rem 1.4rem;
	border-radius: 1.15rem;
	background: #f8faf9;
	font-size: 0.95rem;
	color: #64748b;
}

.wellness-single-product .single-product-reviews #reviews {
	margin: 0;
}

.wellness-single-product .single-product-reviews #reviews #comments {
	margin: 0;
}

.wellness-single-product .single-product-reviews .woocommerce-Reviews-title {
	margin: 0 0 1.25rem;
	font-size: 1.35rem;
	font-weight: 600;
	color: #0f172a;
}

.wellness-single-product .single-product-reviews .woocommerce-noreviews {
	margin: 0 0 1.5rem;
	padding: 1rem 1.2rem;
	border-radius: 1rem;
	background: #f8faf9;
	font-size: 0.95rem;
	color: #64748b;
}

.wellness-single-product .single-product-reviews .commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1rem;
}

.wellness-single-product .single-product-reviews .commentlist .review {
	margin: 0;
}

.wellness-single-product .single-product-reviews .comment_container {
	display: grid;
	grid-template-columns: 3.5rem minmax(0, 1fr);
	gap: 1rem;
	padding: 1.15rem 1.25rem;
	border: 1px solid #e8efe6;
	border-radius: 1.25rem;
	background: #fff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.wellness-single-product .single-product-reviews .avatar {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 999px;
	object-fit: cover;
}

.wellness-single-product .single-product-reviews .comment-text {
	min-width: 0;
}

.wellness-single-product .single-product-reviews .meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.85rem;
	margin-bottom: 0.65rem;
	font-size: 0.82rem;
	color: #64748b;
}

.wellness-single-product .single-product-reviews .meta strong {
	font-size: 0.95rem;
	font-weight: 600;
	color: #0f172a;
}

.wellness-single-product .single-product-reviews .star-rating {
	float: none;
	margin: 0;
	font-size: 0.95rem;
	color: #f59e0b;
}

.wellness-single-product .single-product-reviews .description p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.75;
	color: #334155;
}

.wellness-single-product .single-product-reviews #review_form_wrapper {
	margin-top: 1.75rem;
	padding-top: 1.75rem;
	border-top: 1px solid #e8efe6;
}

.wellness-single-product .single-product-reviews #reply-title {
	margin: 0 0 0.35rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #0f172a;
}

.wellness-single-product .single-product-reviews #reply-title small {
	display: inline-block;
	margin-left: 0.5rem;
	font-size: 0.82rem;
	font-weight: 500;
}

.wellness-single-product .single-product-reviews #reply-title small a {
	color: #0f766e;
	text-decoration: none;
}

.wellness-single-product .single-product-reviews .must-log-in,
.wellness-single-product .single-product-reviews .woocommerce-verification-required {
	margin: 0 0 1rem;
	padding: 0.95rem 1.1rem;
	border-radius: 1rem;
	background: #f8faf9;
	font-size: 0.92rem;
	color: #64748b;
}

.wellness-single-product .single-product-reviews .comment-form {
	display: grid;
	gap: 1rem;
	margin-top: 1rem;
}

.wellness-single-product .single-product-reviews .comment-form p {
	margin: 0;
}

.wellness-single-product .single-product-reviews .comment-form label {
	display: block;
	margin-bottom: 0.45rem;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #475569;
}

.wellness-single-product .single-product-reviews .comment-form input[type="text"],
.wellness-single-product .single-product-reviews .comment-form input[type="email"],
.wellness-single-product .single-product-reviews .comment-form textarea {
	width: 100%;
	border: 1px solid #d1e0d5;
	border-radius: 1rem;
	background: #fff;
	padding: 0.85rem 1rem;
	font-size: 0.95rem;
	color: #0f172a;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wellness-single-product .single-product-reviews .comment-form input[type="text"]:focus,
.wellness-single-product .single-product-reviews .comment-form input[type="email"]:focus,
.wellness-single-product .single-product-reviews .comment-form textarea:focus {
	border-color: #5a7d66;
	outline: none;
	box-shadow: 0 0 0 3px rgba(90, 125, 102, 0.14);
}

.wellness-single-product .single-product-reviews .comment-form textarea {
	min-height: 8rem;
	resize: vertical;
}

.wellness-single-product .single-product-reviews .comment-form-rating {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.wellness-single-product .single-product-reviews .comment-form-rating select {
	width: 100%;
	max-width: 14rem;
	border: 1px solid #d1e0d5;
	border-radius: 999px;
	background: #fff;
	padding: 0.7rem 1rem;
	font-size: 0.92rem;
	color: #0f172a;
}

.wellness-single-product .single-product-reviews p.stars {
	display: inline-flex;
	gap: 0.2rem;
	margin: 0;
	line-height: 1;
}

.wellness-single-product .single-product-reviews p.stars a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 999px;
	color: #cbd5e1;
	font-size: 0;
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.wellness-single-product .single-product-reviews p.stars a::before {
	content: "★";
	font-size: 1.1rem;
	line-height: 1;
}

.wellness-single-product .single-product-reviews p.stars a:hover,
.wellness-single-product .single-product-reviews p.stars a.active,
.wellness-single-product .single-product-reviews p.stars.selected a.active {
	color: #f59e0b;
	background: #fff7ed;
}

.wellness-single-product .single-product-reviews .comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
}

.wellness-single-product .single-product-reviews .comment-form-cookies-consent label {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	color: #64748b;
}

.wellness-single-product .single-product-reviews .form-submit {
	margin-top: 0.25rem;
}

.wellness-single-product .single-product-reviews .form-submit input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.85rem;
	padding: 0.75rem 1.5rem;
	border: 0;
	border-radius: 999px;
	background: #5a7d66;
	font-size: 0.9rem;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.wellness-single-product .single-product-reviews .form-submit input[type="submit"]:hover {
	background: #4a6b54;
}

@media (max-width: 640px) {
	.wellness-single-product .single-product-tabs__nav {
		overflow-x: auto;
		flex-wrap: nowrap;
		scrollbar-width: thin;
	}

	.wellness-single-product .single-product-tabs__btn {
		white-space: nowrap;
	}

	.wellness-single-product .single-product-reviews .comment_container {
		grid-template-columns: 1fr;
	}

	.wellness-single-product .single-product-reviews .avatar {
		width: 2.75rem;
		height: 2.75rem;
	}
}

aside .shop-widget + .shop-widget {
	margin-top: 0;
}

/* —— My Account —— */

.wellness-account-container {
	box-sizing: border-box;
	width: 100%;
	max-width: 1270px;
	margin-inline: auto;
	padding-inline: 1rem;
	padding-bottom: 2.5rem;
	padding-top: 0.5rem;
}

@media (min-width: 576px) {
	.wellness-account-container {
		padding-inline: 1.25rem;
	}
}

@media (min-width: 992px) {
	.wellness-account-container {
		padding-inline: 1.5rem;
		padding-bottom: 3.5rem;
	}
}

.layout-v3.layout-shop .wellness-account-main {
	padding-top: var(--header-v3-height, 6rem);
}

.layout-v3.layout-shop .wellness-account-hero + .wellness-account-main {
	padding-top: 0;
}

.wellness-account-main {
	width: 100%;
	overflow-x: hidden;
}

.wellness-account-main .woocommerce {
	width: 100%;
	max-width: 100%;
	margin: 0;
	float: none;
}

.layout-v3.layout-shop .wellness-account-hero {
	padding-top: calc(var(--header-v3-height, 6rem) + 0.25rem);
}

.wellness-account-hero .wellness-account-container {
	padding-bottom: 0;
	padding-top: 0;
}

.wellness-account-hero__avatar,
.wellness-account-user-card__avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	background: linear-gradient(135deg, #5a7d66, #3d6b4f);
	color: #fff;
	font-family: inherit;
	font-weight: 700;
}

.wellness-account-hero__avatar {
	width: 4rem;
	height: 4rem;
	font-size: 1.25rem;
}

.wellness-account-shell {
	box-sizing: border-box;
	width: 100%;
	max-width: 1270px;
	margin-inline: auto;
	padding-inline: 1rem;
	padding-top: 150px;
	padding-bottom: 2.5rem;
}

@media (min-width: 576px) {
	.wellness-account-shell {
		padding-inline: 1.25rem;
	}
}

@media (min-width: 992px) {
	.wellness-account-shell {
		padding-inline: 1.5rem;
		padding-bottom: 3.5rem;
	}
}

.wellness-account-shell__breadcrumb {
	margin-bottom: 1.5rem;
}

.wellness-account-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.5rem;
	width: 100%;
}

@media (min-width: 1024px) {
	.wellness-account-layout {
		grid-template-columns: 17rem minmax(0, 1fr);
		gap: 2rem;
		align-items: start;
	}
}

.wellness-account-nav-wrap {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.wellness-account-user-card {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	padding: 1rem;
	border: 1px solid #e8efe6;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.wellness-account-user-card__avatar {
	width: 2.75rem;
	height: 2.75rem;
	flex-shrink: 0;
	font-size: 0.875rem;
}

.wellness-account-user-card__name {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #0f172a;
}

.wellness-account-user-card__email {
	margin: 0.125rem 0 0;
	font-size: 0.75rem;
	color: #64748b;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wellness-account-nav {
	border: 1px solid #e8efe6;
	border-radius: 1rem;
	background: #fff;
	padding: 0.5rem;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.wellness-account-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wellness-account-nav__item {
	margin: 0;
}

.wellness-account-nav__link {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem 0.875rem;
	border-radius: 0.75rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: #475569;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.wellness-account-nav__link:hover {
	background: #f0f7f2;
	color: #3d5c47;
}

.wellness-account-nav__item.is-active .wellness-account-nav__link,
.wellness-account-nav__item.woocommerce-MyAccount-navigation-link--dashboard.is-active .wellness-account-nav__link {
	background: #5a7d66;
	color: #fff;
}

.wellness-account-nav__item.is-active .wellness-account-nav__icon,
.wellness-account-nav__item.woocommerce-MyAccount-navigation-link--dashboard.is-active .wellness-account-nav__icon {
	color: #fff;
}

.wellness-account-nav__icon {
	flex-shrink: 0;
	color: #5a7d66;
}

.wellness-account-panel {
	overflow: hidden;
	border: 1px solid #e8efe6;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.wellness-account-panel__header {
	padding: 1.25rem 1.5rem;
	border-bottom: 1px solid #eef4ef;
	background: #fafcf9;
}

.wellness-account-panel__title {
	margin: 0;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	color: #0f172a;
}

.wellness-account-panel__body {
	padding: 1.5rem;
	overflow-x: auto;
}

.wellness-account-welcome__lead {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: #475569;
}

.wellness-account-welcome__logout {
	margin: 0.75rem 0 0;
	font-size: 0.875rem;
	color: #64748b;
}

.wellness-account-welcome__logout a {
	color: #5a7d66;
	font-weight: 600;
	text-decoration: none;
}

.wellness-account-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.5rem;
}

.wellness-account-stat {
	padding: 1rem 1.125rem;
	border: 1px solid #e8efe6;
	border-radius: 0.875rem;
	background: #f8fbf8;
}

.wellness-account-stat__value {
	display: block;
	font-family: inherit;
	font-size: 1.25rem;
	font-weight: 700;
	color: #3d5c47;
}

.wellness-account-stat__label {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.75rem;
	font-weight: 500;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.wellness-account-quick-links {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.875rem;
	margin-top: 1.5rem;
}

@media (min-width: 640px) {
	.wellness-account-quick-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.wellness-account-quick-link {
	display: flex;
	align-items: flex-start;
	gap: 0.875rem;
	padding: 1rem 1.125rem;
	border: 1px solid #e8efe6;
	border-radius: 0.875rem;
	background: #fff;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wellness-account-quick-link:hover {
	border-color: #cfe0d3;
	box-shadow: 0 8px 24px rgba(61, 107, 79, 0.08);
	transform: translateY(-1px);
}

.wellness-account-quick-link__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	flex-shrink: 0;
	border-radius: 9999px;
	background: #ecfdf3;
	color: #3d6b4f;
}

.wellness-account-quick-link__text {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
	min-width: 0;
}

.wellness-account-quick-link__text strong {
	font-size: 0.9375rem;
	color: #0f172a;
}

.wellness-account-quick-link__text span {
	font-size: 0.8125rem;
	line-height: 1.45;
	color: #64748b;
}

.wellness-account-main .woocommerce-notices-wrapper {
	margin-bottom: 1.25rem;
}

.wellness-account-main .woocommerce-message,
.wellness-account-main .woocommerce-info,
.wellness-account-main .woocommerce-error {
	margin: 0 0 1rem;
	padding: 0.875rem 1rem;
	border-radius: 0.75rem;
	border: 1px solid transparent;
	list-style: none;
}

.wellness-account-main .woocommerce-message {
	border-color: #bbf7d0;
	background: #f0fdf4;
	color: #166534;
}

.wellness-account-main .woocommerce-info {
	border-color: #bfdbfe;
	background: #eff6ff;
	color: #1d4ed8;
}

.wellness-account-main .woocommerce-error {
	border-color: #fecaca;
	background: #fef2f2;
	color: #b91c1c;
}

.wellness-account-main .woocommerce-Button,
.wellness-account-main .woocommerce-button,
.wellness-account-main button.button,
.wellness-account-main a.button,
.wellness-account-main input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.625rem 1.25rem;
	border: none;
	border-radius: 9999px;
	background: #5a7d66;
	font-size: 0.875rem;
	font-weight: 600;
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.wellness-account-main .woocommerce-Button:hover,
.wellness-account-main .woocommerce-button:hover,
.wellness-account-main button.button:hover,
.wellness-account-main a.button:hover,
.wellness-account-main input.button:hover {
	background: #4a6b54;
}

.wellness-account-main .woocommerce-Button.button.alt,
.wellness-account-main button.button.alt {
	background: #5a7d66;
}

.wellness-account-main label {
	display: block;
	margin-bottom: 0.375rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #334155;
}

.wellness-account-main .woocommerce-Input,
.wellness-account-main .input-text,
.wellness-account-main input[type="text"],
.wellness-account-main input[type="email"],
.wellness-account-main input[type="password"],
.wellness-account-main input[type="tel"],
.wellness-account-main select,
.wellness-account-main textarea {
	width: 100%;
	padding: 0.6875rem 0.875rem;
	border: 1px solid #dbe7de;
	border-radius: 0.75rem;
	background: #fff;
	font-size: 0.9375rem;
	color: #0f172a;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wellness-account-main .woocommerce-Input:focus,
.wellness-account-main .input-text:focus,
.wellness-account-main input:focus,
.wellness-account-main select:focus,
.wellness-account-main textarea:focus {
	outline: none;
	border-color: #5a7d66;
	box-shadow: 0 0 0 3px rgba(90, 125, 102, 0.15);
}

.wellness-account-main .form-row {
	margin-bottom: 1rem;
}

.wellness-account-main .form-row-first,
.wellness-account-main .form-row-last {
	width: 100%;
	float: none;
}

@media (min-width: 640px) {
	.wellness-account-main .form-row-first,
	.wellness-account-main .form-row-last {
		width: 48%;
		float: left;
	}

	.wellness-account-main .form-row-last {
		float: right;
	}
}

.wellness-account-main .clear {
	clear: both;
}

.wellness-account-main table.shop_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #e8efe6;
	border-radius: 0.875rem;
	overflow: hidden;
}

.wellness-account-main table.shop_table thead th {
	padding: 0.875rem 1rem;
	border-bottom: 1px solid #e8efe6;
	background: #f8fbf8;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #64748b;
	text-align: left;
}

.wellness-account-main table.shop_table tbody td,
.wellness-account-main table.shop_table tbody th {
	padding: 1rem;
	border-bottom: 1px solid #eef4ef;
	font-size: 0.875rem;
	color: #334155;
	vertical-align: middle;
}

.wellness-account-main table.shop_table tbody tr:last-child td,
.wellness-account-main table.shop_table tbody tr:last-child th {
	border-bottom: none;
}

.wellness-account-main table.shop_table a {
	color: #5a7d66;
	font-weight: 600;
	text-decoration: none;
}

.wellness-account-main .woocommerce-orders-table__cell-order-status {
	font-weight: 600;
}

.wellness-account-main address {
	padding: 1rem 1.125rem;
	border: 1px solid #e8efe6;
	border-radius: 0.875rem;
	background: #fafcf9;
	font-style: normal;
	line-height: 1.6;
	color: #475569;
}

.wellness-account-main .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.75rem;
}

.wellness-account-main .woocommerce-Address-title h2,
.wellness-account-main .woocommerce-Address-title h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	color: #0f172a;
}

.wellness-account-main .woocommerce-Addresses {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
}

@media (min-width: 768px) {
	.wellness-account-main .woocommerce-Addresses {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.wellness-account-main .woocommerce-Address {
	padding: 1.25rem;
	border: 1px solid #e8efe6;
	border-radius: 0.875rem;
	background: #fff;
}

.wellness-account-main .woocommerce-pagination {
	margin-top: 1.25rem;
}

.wellness-account-main .woocommerce-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wellness-account-main .woocommerce-pagination ul li a,
.wellness-account-main .woocommerce-pagination ul li span {
	display: inline-flex;
	min-width: 2.25rem;
	height: 2.25rem;
	align-items: center;
	justify-content: center;
	padding: 0 0.625rem;
	border: 1px solid #dbe7de;
	border-radius: 9999px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #475569;
	text-decoration: none;
}

.wellness-account-main .woocommerce-pagination ul li span.current {
	border-color: #5a7d66;
	background: #5a7d66;
	color: #fff;
}

.wellness-account-main fieldset {
	margin: 1.5rem 0 0;
	padding: 1.25rem;
	border: 1px solid #e8efe6;
	border-radius: 0.875rem;
}

.wellness-account-main fieldset legend {
	padding: 0 0.375rem;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #0f172a;
}

.wellness-account-main .woocommerce-form-login,
.wellness-account-main .woocommerce-form-register,
.wellness-account-main .woocommerce-EditAccountForm,
.wellness-account-main .woocommerce-EditAddressForm {
	max-width: 42rem;
}

.wellness-account-main .u-columns.col2-set {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.5rem;
}

@media (min-width: 900px) {
	.wellness-account-main .u-columns.col2-set {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.wellness-account-main .u-column1,
.wellness-account-main .u-column2,
.wellness-account-main .col-1,
.wellness-account-main .col-2 {
	width: 100%;
	float: none;
	padding: 1.5rem;
	border: 1px solid #e8efe6;
	border-radius: 1rem;
	background: #fff;
}

.wellness-account-main .u-column1 h2,
.wellness-account-main .u-column2 h2,
.wellness-account-main .col-1 h2,
.wellness-account-main .col-2 h2 {
	margin: 0 0 1rem;
	font-size: 1.125rem;
	font-weight: 600;
	color: #0f172a;
}

.wellness-account-main .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
	font-size: 0.875rem;
	color: #475569;
}

.wellness-account-main .lost_password a {
	color: #5a7d66;
	font-weight: 600;
	text-decoration: none;
}

.wellness-account-main .woocommerce-MyAccount-content > p:first-child {
	margin-top: 0;
}

.wellness-account-main .woocommerce-MyAccount-content h2,
.wellness-account-main .woocommerce-MyAccount-content h3 {
	margin: 0 0 1rem;
	font-size: 1.0625rem;
	font-weight: 600;
	color: #0f172a;
}

.wellness-account-main .woocommerce-MyAccount-content > p {
	color: #475569;
	line-height: 1.6;
}

.wellness-account-main .woocommerce-MyAccount-content > p a {
	color: #5a7d66;
	font-weight: 600;
}

.wellness-account-panel__body .woocommerce-MyAccount-content > :first-child {
	margin-top: 0;
}

.wellness-account-panel__body .wellness-account-dashboard + * {
	margin-top: 1.5rem;
}

.wellness-account-nav__item.woocommerce-MyAccount-navigation-link--customer-logout .wellness-account-nav__link {
	color: #b45309;
}

.wellness-account-nav__item.woocommerce-MyAccount-navigation-link--customer-logout .wellness-account-nav__icon {
	color: #d97706;
}

.wellness-account-nav__item.woocommerce-MyAccount-navigation-link--customer-logout.is-active .wellness-account-nav__link,
.wellness-account-nav__item.woocommerce-MyAccount-navigation-link--customer-logout .wellness-account-nav__link:hover {
	background: #fff7ed;
	color: #b45309;
}

.wellness-account-nav__item.woocommerce-MyAccount-navigation-link--customer-logout.is-active .wellness-account-nav__icon,
.wellness-account-nav__item.woocommerce-MyAccount-navigation-link--customer-logout .wellness-account-nav__link:hover .wellness-account-nav__icon {
	color: #d97706;
}
