/*
Theme Name: Eagle FSE Commerce
Theme URI: http://localhost/wordpress/
Author: Eagle
Author URI: http://localhost/wordpress/
Description: Full Site Editing WooCommerce-ready block theme with global header and footer.
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eagle-fse-commerce
Tags: full-site-editing, block-patterns, e-commerce, woocommerce
*/

.wp-site-blocks {
	min-height: 100vh;
	background: #ffffff;
	font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wp-site-blocks a {
	font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wp-site-blocks :is(h1, h2, h3, h4, h5, h6) a {
	font-family: Georgia, "Times New Roman", serif;
}

.wp-site-blocks h1,
.wp-site-blocks h2,
.wp-site-blocks h3,
.wp-site-blocks h4,
.wp-site-blocks h5,
.wp-site-blocks h6 {
	font-family: Georgia, "Times New Roman", serif;
}

.is-style-eagle-site-header {
	border-bottom: 1px solid #e7dfd2;
}

.is-style-eagle-site-footer {
	border-top: 1px solid #dcd3c7;
}

.eagle-header-actions .wp-block-button__link {
	padding: 10px 14px;
	font-size: 14px;
}

.eagle-footer-menu a {
	text-decoration: none;
}

.eagle-top-header-bar {
	background: #2c3e30;
	padding: 10px 16px;
	text-align: center;
}

.eagle-top-header-bar__text {
	color: #e5d5c0;
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
}

.eagle-main-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: #fff;
	padding: 18px 16px;
	transition: all 0.3s ease;
}

.eagle-main-header__row {
	max-width: 80rem;
	margin: 0 auto;
	padding: 0 0.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.9rem;
}

.eagle-mobile-menu-btn {
	display: none;
	background: transparent;
	border: 0;
	padding: 8px;
	border-radius: 6px;
	color: #1a2e1f;
}

.eagle-brand {
	display: block;
	text-decoration: none;
	flex-shrink: 0;
}

.eagle-brand__title {
	margin: 0;
	font-size: clamp(1.7rem, 1.9vw, 2.2rem);
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.01em;
	color: #1a2e1f;
}

.eagle-brand__title span {
	color: #c5a059;
}

.eagle-brand__tagline {
	margin: 2px 0 0;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #6b705c;
	font-weight: 500;
}

.eagle-search-col {
	flex: 1;
	max-width: 430px;
}

.eagle-search-col .woocommerce-product-search {
	position: relative;
}

.eagle-search-col .search-field {
	width: 100%;
	background: #f5f2ed;
	border: 0;
	border-radius: 999px;
	padding: 11px 52px 11px 18px;
	font-size: 14px;
	color: #6b705c;
}

.eagle-search-col .search-field:focus {
	outline: 2px solid #2c3e30;
	outline-offset: 1px;
}

.eagle-search-col button[type="submit"] {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: #2c3e30;
	color: #fff;
	border: 0;
	font-size: 14px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

.eagle-search-col button[type="submit"]::before {
	content: "⌕";
	font-size: 16px;
	text-indent: 0;
	display: inline-block;
	color: #fff;
	line-height: 34px;
}

.eagle-header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.eagle-header-vendor-btn {
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: #2c3e30;
	border: 0;
	border-right: 1px solid #e4e2db;
	padding: 0 18px 0 0;
	margin-right: 2px;
}

.eagle-icon-btn {
	width: 36px;
	height: 36px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #1e2d1f;
	text-decoration: none;
	position: relative;
}

.eagle-icon-btn:hover {
	background: #f5f2ed;
}

.eagle-cart-btn__count {
	position: absolute;
	top: -2px;
	right: -2px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: #2c3e30;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
}

@media (max-width: 1024px) {
	.eagle-search-col {
		display: none;
	}
}

@media (max-width: 782px) {
	.eagle-main-header {
		padding: 14px 12px;
	}

	.eagle-mobile-menu-btn {
		display: inline-flex;
	}

	.eagle-top-header-bar__text {
		font-size: 10px;
		letter-spacing: 0.12em;
	}

	.eagle-brand__title {
		font-size: 1.6rem;
	}

	.eagle-brand__tagline {
		font-size: 9px;
		letter-spacing: 0.14em;
	}

	.eagle-header-vendor-btn,
	.eagle-icon-btn[href*="wishlist"] {
		display: none;
	}
}

/* WooCommerce — breadcrumbs */
.wp-site-blocks main .woocommerce-breadcrumb {
	margin-bottom: 20px;
	font-size: 13px;
	color: #6b705c;
}

/* Shop / category / tag archives */
.wp-site-blocks main .wp-block-query-title {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-site-blocks main .wp-block-term-description {
	margin-top: 0;
	margin-bottom: 1.5rem;
	color: #6b705c;
	font-size: 15px;
	line-height: 1.65;
	max-width: 42rem;
}

.wp-site-blocks main .eagle-shop-toolbar {
	border-bottom: 1px solid #e7dfd2;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
	gap: 1rem 1.5rem;
	align-items: center;
}

.wp-site-blocks main .eagle-shop-toolbar .woocommerce-result-count,
.wp-site-blocks main .eagle-shop-toolbar .wc-block-catalog-sorting {
	font-size: 14px;
	color: #6b705c;
}

.wp-site-blocks main .eagle-shop-toolbar .wc-block-catalog-sorting select {
	border-radius: 6px;
	border: 1px solid #e7dfd2;
	padding: 8px 12px;
	background: #faf9f7;
	color: #1a2e1f;
	font-size: 14px;
}

/* Product grid cards — subtle frame */
.wp-site-blocks main .wc-block-product:not(.wc-block-featured-product) {
	border: 1px solid #ede8df;
	border-radius: 8px;
	padding: 0 0 1rem;
	background: #fff;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wp-site-blocks main .wc-block-product:not(.wc-block-featured-product):hover {
	border-color: #d7cfc0;
	box-shadow: 0 8px 24px rgba(26, 46, 31, 0.06);
}

/* Cart page */
.woocommerce-cart main .wp-block-post-title {
	margin-top: 0;
	margin-bottom: 0;
}

/* Cart & checkout — forms and panels */
.wp-site-blocks .woocommerce-cart main .wc-block-components-text-input input:not([type="checkbox"]):not([type="radio"]),
.wp-site-blocks .woocommerce-cart main .wc-block-components-text-input textarea,
.wp-site-blocks .woocommerce-checkout main .wc-block-components-text-input input:not([type="checkbox"]):not([type="radio"]),
.wp-site-blocks .woocommerce-checkout main .wc-block-components-text-input textarea {
	border-radius: 6px;
	border-color: #e7dfd2;
}

.wp-site-blocks .woocommerce-cart main .wc-block-components-text-input input:focus,
.wp-site-blocks .woocommerce-cart main .wc-block-components-text-input textarea:focus,
.wp-site-blocks .woocommerce-checkout main .wc-block-components-text-input input:focus,
.wp-site-blocks .woocommerce-checkout main .wc-block-components-text-input textarea:focus {
	outline: 2px solid #2c3e30;
	outline-offset: 1px;
	border-color: #2c3e30;
}

.wp-site-blocks .woocommerce-cart main .wc-block-cart__submit-container .wc-block-components-button,
.wp-site-blocks .woocommerce-checkout main .wc-block-checkout__actions .wc-block-components-button {
	border-radius: 6px;
}

.wp-site-blocks .woocommerce-cart main .wc-block-cart-items,
.wp-site-blocks .woocommerce-checkout main .wc-block-checkout-flow {
	border-radius: 8px;
}

.wp-site-blocks .woocommerce-cart main .wc-block-components-sidebar-layout .wc-block-components-sidebar {
	background: #faf9f7;
	border: 1px solid #e7dfd2;
	border-radius: 8px;
	padding: 1rem 1.25rem;
}

.wp-site-blocks .woocommerce-checkout main .wc-block-checkout {
	border-radius: 8px;
}

/* Single product */
.single-product main .wp-block-column.is-vertically-aligned-top .wp-block-post-title {
	margin-top: 0;
}

.single-product main .wp-block-woocommerce-product-meta {
	font-size: 14px;
	color: #6b705c;
	padding-top: 8px;
	border-top: 1px solid #e7dfd2;
	margin-top: 12px;
}

/* Content templates */
.eagle-page-shell .eagle-page-head h1 {
	margin-top: 0;
	margin-bottom: 0.6rem;
}

.eagle-page-eyebrow {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #c5a059;
}

.eagle-post-query .eagle-post-grid {
	row-gap: 1.75rem;
	column-gap: 1.5rem;
}

.eagle-post-card,
.eagle-search-result-item,
.eagle-404-card {
	border: 1px solid #e9e3d8;
	background: #fff;
	border-radius: 10px;
}

.eagle-post-card {
	padding: 0.85rem 0.85rem 1rem;
}

.eagle-post-card .wp-block-post-featured-image {
	margin-bottom: 0.8rem;
	border-radius: 8px;
	overflow: hidden;
}

.eagle-post-card .wp-block-post-title {
	margin-top: 0.2rem;
	margin-bottom: 0.6rem;
	font-size: 1.28rem;
}

.eagle-post-card__terms,
.eagle-post-card .wp-block-post-terms {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: #c5a059;
}

.eagle-post-card .wp-block-post-excerpt {
	margin: 0;
	color: #465245;
}

.eagle-post-meta {
	gap: 0.5rem;
	color: #6b705c;
	font-size: 13px;
}

.eagle-single-post-page .wp-block-post-featured-image {
	border-radius: 12px;
	overflow: hidden;
}

.eagle-post-tags {
	margin-top: 1.5rem;
	font-size: 14px;
	color: #5f6a5b;
}

.eagle-search-result-item {
	padding: 1rem 1.1rem;
	margin-bottom: 0.9rem;
}

.eagle-search-result-item .wp-block-post-title {
	margin: 0;
	font-size: 1.25rem;
}

.eagle-search-result-item .wp-block-post-excerpt {
	margin: 0.5rem 0 0;
	color: #4c5648;
}

.eagle-404-page .eagle-404-card {
	max-width: 44rem;
	padding: 2rem clamp(1rem, 4vw, 2.25rem);
	margin: 0 auto;
}

.eagle-search-compact .wp-block-search__inside-wrapper {
	border: 1px solid #e7dfd2;
	border-radius: 999px;
	padding: 0.3rem;
	background: #fff;
}

.eagle-search-compact .wp-block-search__input {
	border: 0;
	border-radius: 999px;
	outline: 0;
	box-shadow: none;
}

.eagle-search-compact .wp-block-search__inside-wrapper:focus-within {
	border-radius: 999px;
	border-color: #2c3e30;
	box-shadow: 0 0 0 2px rgba(44, 62, 48, 0.12);
}

.eagle-search-compact .wp-block-search__button {
	border-radius: 999px;
}

.eagle-pagination {
	margin-top: 2rem;
}

/* Wishlist + My Account pages */
.eagle-account-shell,
.eagle-wishlist-shell,
.eagle-wishlist-empty {
	border: 1px solid #e8e0d3;
	background: #fff;
	border-radius: 12px;
	padding: clamp(1rem, 2vw, 1.5rem);
}

.eagle-wishlist-empty {
	margin-top: 1rem;
	background: #faf8f4;
}

.eagle-wishlist-empty p {
	margin-top: 0;
	color: #5d655b;
}

.eagle-wishlist-list {
	display: grid;
	gap: 0.85rem;
}

.eagle-wishlist-item {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr) auto;
	gap: 0.9rem;
	align-items: center;
	border: 1px solid #ece7de;
	border-radius: 10px;
	padding: 0.7rem;
	background: #fff;
}

.eagle-wishlist-item__image {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	background: #f7f4ee;
}

.eagle-wishlist-item__image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.eagle-wishlist-item__title {
	margin: 0 0 0.35rem;
	font-size: 15px;
	line-height: 1.35;
}

.eagle-wishlist-item__title a {
	color: #202a1f;
	text-decoration: none;
}

.eagle-wishlist-item__title a:hover {
	text-decoration: underline;
}

.eagle-wishlist-item__price {
	font-size: 14px;
	color: #384334;
}

.eagle-wishlist-item__action .button {
	border-radius: 6px;
	padding: 0.55rem 0.8rem;
	font-size: 13px;
	white-space: nowrap;
}


.eagle-account-page .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #ece7de;
	border-radius: 8px;
	background: #fff;
}

.eagle-account-page .woocommerce-MyAccount-navigation li {
	margin: 0;
	padding: 0.2rem !important;
}

.eagle-account-page .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 0.6rem 0.75rem;
	text-decoration: none;
	color: #2f3a2e;
	font-size: 13px;
	border-radius: 6px;
	border-bottom: 0;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.eagle-account-page .woocommerce-MyAccount-navigation li:last-child a {
	border-bottom: 0;
}

.eagle-account-page .woocommerce-MyAccount-navigation a:hover {
	background: #f6f4ef;
}

.eagle-account-page .woocommerce-MyAccount-navigation .is-active a {
	background: #eef2eb;
	color: #1f2b1f;
	font-weight: 600;
}

.eagle-account-page .woocommerce-MyAccount-content fieldset,
.eagle-account-page .woocommerce-MyAccount-content .woocommerce-address-fields,
.eagle-account-page .woocommerce-MyAccount-content .woocommerce-Addresses {
	border-color: #ece7de;
}

.eagle-account-page .woocommerce-MyAccount-content h2,
.eagle-account-page .woocommerce-MyAccount-content h3 {
	margin-top: 0;
	font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.eagle-account-page .woocommerce-MyAccount-content .button,
.eagle-account-page .woocommerce-MyAccount-content button,
.eagle-account-page .woocommerce-MyAccount-content input[type="submit"] {
	border-radius: 6px;
	padding: 0.58rem 0.9rem;
	font-size: 13px;
}

.eagle-account-page .woocommerce-MyAccount-content input.input-text,
.eagle-account-page .woocommerce-MyAccount-content textarea,
.eagle-account-page .woocommerce-MyAccount-content select {
	border-radius: 6px;
	border: 1px solid #ddd6ca;
	padding: 0.55rem 0.65rem;
}

.eagle-account-page .woocommerce-MyAccount-content input.input-text:focus,
.eagle-account-page .woocommerce-MyAccount-content textarea:focus,
.eagle-account-page .woocommerce-MyAccount-content select:focus {
	border-color: #b8b0a3;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(44, 62, 48, 0.08);
}

@media (max-width: 900px) {
	.eagle-wishlist-item {
		grid-template-columns: 76px minmax(0, 1fr);
	}

	.eagle-wishlist-item__action {
		grid-column: 1 / -1;
	}

	.eagle-account-page .woocommerce {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}

.eagle-wishlist-item__image br{
	display: none;
}

.woocommerce-account .wp-block-post-title, .woocommerce-account main .woocommerce, .woocommerce-cart .wp-block-post-title, .woocommerce-cart main .woocommerce, .woocommerce-checkout .wp-block-post-title, .woocommerce-checkout main .woocommerce{
	max-width: 80rem !important;
}

h2.wc-block-mini-cart__title{
	font-size: 1.5em;
    margin: -10px 16px -32px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a{
	height: 500px;
}

.woocommerce div.product div.images img{
	height: 100%;
	object-fit: cover;
}

html body.single-product table.variations select{
	max-width: 450px !important;
}

.wp-block-woocommerce-product-collection h2.wp-block-heading{
	font-size: 1.5rem;
}

.wc-block-product-gallery{
	align-items: flex-start;
}

:where(.wc-block-product-gallery-large-image) .wc-block-components-product-image.wc-block-components-product-image.wc-block-components-product-image--aspect-ratio-auto img{
	object-fit: cover !important;
}

:where(.wc-block-product-gallery-large-image) .wc-block-components-product-image.wc-block-components-product-image.wc-block-components-product-image--aspect-ratio-auto img{
	height: 480px;
}

/*
 * WooCommerce Product Reviews - Eagle FSE Commerce
 *
 * Layout: reviews list (left) + add-a-review form (right).
 * Colors: accent #1e4d2b (green), accent-light #dca24b (gold).
 */

#reviews {
	--rev-green: #1e4d2b;
	--rev-gold: #dca24b;
	--rev-gold-dk: #c7902e;
	--rev-bg: #faf9f7;
	--rev-white: #ffffff;
	--rev-border: #e7dfd2;
	--rev-text: #1f2a1f;
	--rev-muted: #6b705c;
	--rev-radius: 10px;
}

#reviews {
	display: flex;
	align-items: flex-start;
	gap: 2rem;
	margin-top: 2rem;
}

#comments {
	flex: 0 1 50%;
	min-width: 0;
}

#review_form_wrapper {
	width: auto;
	flex: 0 1 50%;
	margin: 0;
	position: sticky;
	top: 90px;
	box-sizing: border-box;
}

#comments > h2 {
	font-size: 1.0625rem;
	font-weight: 700;
	color: var(--rev-text);
	margin: 0 0 1rem;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

#comments > h2 a {
	color: var(--rev-gold);
	text-decoration: none;
}

.woocommerce #reviews .commentlist,
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.commentlist li {
	margin: 0;
	padding: 0;
}

.commentlist .comment_container {
	display: flex;
	gap: 0.875rem;
	align-items: flex-start;
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0 1.125rem 1.125rem;
	box-shadow: none;
}

.commentlist .avatar {
	width: 42px;
	height: 42px;
	min-width: 42px;
	border-radius: 50%;
	object-fit: cover;
	background: #e8e3d9;
}

.commentlist .comment-text {
	flex: 1;
	min-width: 0;
}

.commentlist .star-rating {
	font-size: 0.8125rem;
	margin-bottom: 0.25rem;
	overflow: hidden;
	width: 6.2em;
}

.woocommerce #reviews .commentlist .star-rating::before,
.woocommerce #reviews .commentlist .star-rating span::before,
.commentlist .star-rating::before,
.commentlist .star-rating span::before {
	color: var(--rev-gold) !important;
	letter-spacing: 1px;
}

.woocommerce #reviews .commentlist .star-rating span,
.commentlist .star-rating span {
	overflow: hidden;
	padding-top: 1.5em;
}

.commentlist p.meta {
	margin: 0 0 0.5rem;
	font-size: 0.8125rem;
	color: var(--rev-muted);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.2rem;
	line-height: 1.4;
}

.commentlist .woocommerce-review__author {
	font-weight: 600;
	font-size: 0.875rem;
	color: var(--rev-text);
}

.commentlist .woocommerce-review__dash {
	color: var(--rev-border);
	margin: 0 0.1rem;
}

.commentlist .woocommerce-review__timestamp {
	font-size: 0.8125rem;
	color: var(--rev-muted);
}

.commentlist .description p {
	margin: 0;
	font-size: 0.9rem;
	color: var(--rev-text);
	line-height: 1.65;
}

.woocommerce-noreviews {
	padding: 2rem 1.5rem;
	text-align: center;
	color: var(--rev-muted);
	font-size: 0.9375rem;
	background: var(--rev-bg);
	border: 1px dashed var(--rev-border);
	border-radius: var(--rev-radius);
	margin: 0;
}

#review_form_wrapper {
	background: var(--rev-white);
	border: 1px solid var(--rev-border);
	border-radius: var(--rev-radius);
	padding: 1.5rem;
	box-shadow: 0 2px 12px rgba(30, 46, 31, 0.06);
}

#review_form #reply-title {
	font-size: 1.0625rem;
	font-weight: 700;
	color: var(--rev-text);
	margin: 0 0 1.25rem;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.comment-form-rating {
	margin-bottom: 1.125rem;
}

.comment-form-rating > label {
	display: block;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--rev-text);
	margin-bottom: 0.5rem;
}

.comment-form-rating > label .required {
	color: #e03131;
}

.comment-form-rating p.stars {
	margin: 0;
	display: flex;
	gap: 0.125rem;
	line-height: 1;
}

.comment-form-rating p.stars a {
	display: inline-block;
	position: relative;
	width: 1.625rem;
	height: 1.625rem;
	font-size: 0;
	color: transparent;
	text-decoration: none !important;
	line-height: 1;
}

.comment-form-rating p.stars a::before {
	content: "\2605";
	font-size: 1.5rem;
	line-height: 1;
	color: #d8d1c8;
	display: block;
	transition: color 0.1s;
}

.comment-form-rating p.stars:hover a::before {
	color: var(--rev-gold) !important;
}

.comment-form-rating p.stars a:hover ~ a::before {
	color: #d8d1c8 !important;
}

.comment-form-rating p.stars.selected a::before {
	color: var(--rev-gold) !important;
}

.comment-form-rating p.stars.selected a.active ~ a::before {
	color: #d8d1c8 !important;
}

.comment-form-comment {
	margin-bottom: 1rem;
}

.comment-form-comment > label {
	display: block;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--rev-text);
	margin-bottom: 0.5rem;
}

.comment-form-comment .required {
	color: #e03131;
}

textarea#comment {
	width: 100%;
	min-height: 130px;
	border: 1px solid var(--rev-border);
	border-radius: 8px;
	padding: 0.75rem 1rem;
	background: var(--rev-bg);
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.9rem;
	color: var(--rev-text);
	resize: vertical;
	box-sizing: border-box;
	transition: border-color 0.15s, box-shadow 0.15s;
	line-height: 1.55;
}

textarea#comment::placeholder {
	color: #b5ae9f;
}

textarea#comment:focus {
	outline: none;
	border-color: var(--rev-green);
	box-shadow: 0 0 0 3px rgba(30, 77, 43, 0.1);
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 0.875rem;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display: block;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--rev-text);
	margin-bottom: 0.375rem;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 100%;
	border: 1px solid var(--rev-border);
	border-radius: 8px;
	padding: 0.6rem 0.875rem;
	background: var(--rev-bg);
	font-family: inherit;
	font-size: 0.9rem;
	color: var(--rev-text);
	box-sizing: border-box;
	transition: border-color 0.15s, box-shadow 0.15s;
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus {
	outline: none;
	border-color: var(--rev-green);
	box-shadow: 0 0 0 3px rgba(30, 77, 43, 0.1);
}

.form-submit {
	margin: 0;
}

#submit,
.woocommerce #reviews #submit,
#review_form_wrapper #submit {
	display: block !important;
	width: 100% !important;
	padding: 0.8rem 1rem !important;
	background: var(--rev-gold) !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 8px !important;
	font-size: 0.9375rem !important;
	font-weight: 600 !important;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif !important;
	letter-spacing: 0.01em !important;
	cursor: pointer !important;
	transition: background 0.15s !important;
	text-align: center !important;
	text-transform: none !important;
	box-shadow: none !important;
}

#submit:hover,
.woocommerce #reviews #submit:hover,
#review_form_wrapper #submit:hover {
	background: var(--rev-gold-dk) !important;
}

#review_form .must-log-in,
#review_form .logged-in-as {
	font-size: 0.8125rem;
	color: var(--rev-muted);
	margin-bottom: 1rem;
}

#review_form .must-log-in a,
#review_form .logged-in-as a {
	color: var(--rev-green);
	text-decoration: none;
}

#review_form .must-log-in a:hover,
#review_form .logged-in-as a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	#reviews {
		flex-direction: column-reverse;
	}

	#review_form_wrapper {
		width: 100%;
		position: static;
	}
}

@media (max-width: 480px) {
	.commentlist .comment_container {
		padding: 0.875rem;
		gap: 0.75rem;
	}

	.commentlist .avatar {
		width: 36px;
		height: 36px;
		min-width: 36px;
	}

	#review_form_wrapper {
		padding: 1.125rem;
	}
}

#tab-additional_information tbody{
	border: 1px solid #efefef;
}