/* ===================================================
   SOGH WooCommerce — Branded Styles
   Theme: #A1F152 (lime green) · #24400E (dark green) · #000
=================================================== */

/* ── Notices ──────────────────────────────────────── */
.woocommerce-message,
.woocommerce-info {
	border-top-color: #A1F152;
}
.woocommerce-message::before,
.woocommerce-info::before {
	color: #A1F152;
}
.woocommerce-message .button,
.woocommerce-info .button {
	background: #24400E;
	color: #A1F152;
}

/* ── All WC Buttons ───────────────────────────────── */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled {
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	background: #A1F152;
	color: #000;
	border-radius: 0;
	padding: 14px 32px;
	border: none;
	transition: background .2s, color .2s;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #24400E;
	color: #A1F152;
}

/* ── Sale Badge ───────────────────────────────────── */
.woocommerce span.onsale {
	background: #A1F152;
	color: #000;
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	border-radius: 2px;
	min-height: auto;
	min-width: auto;
	line-height: 1;
	padding: 6px 14px;
}

/* ════════════════════════════════════════════════════
   SINGLE PRODUCT PAGE
════════════════════════════════════════════════════ */

/* Product title */
.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	color: #24400E;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.15;
	letter-spacing: -0.5px;
	margin-bottom: 12px;
}

/* Price */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #24400E;
	margin-bottom: 20px;
}
.woocommerce div.product p.price .woocommerce-Price-amount,
.woocommerce div.product span.price .woocommerce-Price-amount {
	color: #24400E;
}

/* Short description */
.woocommerce div.product .woocommerce-product-details__short-description {
	font-family: 'Golos Text', sans-serif;
	font-size: 16px;
	line-height: 1.75;
	color: #555;
	border-top: 2px solid #A1F152;
	padding-top: 20px;
	margin-top: 8px;
}

/* Quantity input */
.woocommerce .quantity .qty {
	border: 1.5px solid #ddd;
	border-radius: 4px;
	font-family: 'Golos Text', sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 10px;
	width: 72px;
	text-align: center;
	transition: border-color .2s;
}
.woocommerce .quantity .qty:focus {
	border-color: #A1F152;
	outline: none;
	box-shadow: 0 0 0 3px rgba(161,241,82,.15);
}

/* Add to cart */
.woocommerce div.product form.cart .single_add_to_cart_button {
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	background: #A1F152;
	color: #000;
	padding: 16px 40px;
	border-radius: 0;
	border: none;
	transition: background .2s, color .2s;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover {
	background: #24400E;
	color: #A1F152;
}

/* Product tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-bottom: 2px solid #e8e8e8;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: none;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: transparent;
	border-bottom-color: #A1F152;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #888;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #24400E;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
	padding-top: 28px;
	font-family: 'Golos Text', sans-serif;
	font-size: 15px;
	line-height: 1.75;
	color: #444;
}

/* Star ratings */
.woocommerce .star-rating span::before,
.woocommerce-product-rating .star-rating span::before {
	color: #A1F152;
}
.woocommerce .star-rating::before {
	color: #ddd;
}

/* Related products heading */
.woocommerce .related > h2,
.woocommerce .upsells > h2 {
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	color: #24400E;
	font-size: 26px;
	letter-spacing: -0.3px;
	padding-bottom: 10px;
	border-bottom: 2px solid #A1F152;
	margin-bottom: 28px;
}

/* ════════════════════════════════════════════════════
   CART PAGE
════════════════════════════════════════════════════ */

.woocommerce-cart table.cart td.product-name a {
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	color: #24400E;
	text-decoration: none;
}
.woocommerce-cart table.cart td.product-name a:hover {
	color: #A1F152;
}

.woocommerce table.shop_table th {
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #24400E;
	background: #f0fbe5;
	padding: 14px 18px;
}

.woocommerce table.shop_table td {
	font-family: 'Golos Text', sans-serif;
	font-size: 15px;
	padding: 14px 18px;
}

.woocommerce-cart .cart_totals h2 {
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	color: #24400E;
	font-size: 20px;
	letter-spacing: -0.3px;
}

.woocommerce .cart_totals table .order-total th,
.woocommerce .cart_totals table .order-total td {
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	color: #24400E;
	background: #f0fbe5;
}

.woocommerce .cart_totals table .order-total td .woocommerce-Price-amount {
	font-size: 22px;
	color: #24400E;
}

/* Proceed to checkout button */
.woocommerce .wc-proceed-to-checkout .checkout-button {
	background: #A1F152;
	color: #000;
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 18px 32px;
	border-radius: 0;
	transition: background .2s, color .2s;
	display: block;
	text-align: center;
	text-decoration: none;
}
.woocommerce .wc-proceed-to-checkout .checkout-button:hover {
	background: #24400E;
	color: #A1F152;
}

/* ════════════════════════════════════════════════════
   CHECKOUT PAGE
════════════════════════════════════════════════════ */

/* Section headings */
.woocommerce-checkout h3,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper h3,
#order_review_heading {
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	color: #24400E;
	font-size: 22px;
	letter-spacing: -0.3px;
	padding-bottom: 14px;
	border-bottom: 2px solid #A1F152;
	margin-bottom: 24px;
}

/* Form labels */
.woocommerce-checkout .form-row label,
.woocommerce-checkout .form-row label.checkbox {
	font-family: 'Golos Text', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #333;
}
.woocommerce-checkout .required {
	color: #A1F152;
}

/* Form inputs */
.woocommerce-checkout .form-row input[type="text"],
.woocommerce-checkout .form-row input[type="email"],
.woocommerce-checkout .form-row input[type="tel"],
.woocommerce-checkout .form-row input[type="number"],
.woocommerce-checkout .form-row input[type="password"],
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1.5px solid #ddd;
	border-radius: 4px;
	font-family: 'Golos Text', sans-serif;
	font-size: 15px;
	padding: 12px 14px;
	width: 100%;
	box-sizing: border-box;
	transition: border-color .2s, box-shadow .2s;
	color: #222;
}
.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
	border-color: #A1F152;
	outline: none;
	box-shadow: 0 0 0 3px rgba(161,241,82,.18);
}

/* Order review table */
#order_review .shop_table {
	border-collapse: collapse;
	width: 100%;
	font-family: 'Golos Text', sans-serif;
}
#order_review .shop_table thead th {
	background: #24400E;
	color: #fff;
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 14px 20px;
}
#order_review .shop_table tbody td {
	padding: 14px 20px;
	font-size: 15px;
	color: #444;
	border-bottom: 1px solid #e8e8e8;
}
#order_review .shop_table tfoot tr th,
#order_review .shop_table tfoot tr td {
	padding: 12px 20px;
	font-family: 'Saira', sans-serif;
	font-size: 14px;
	color: #444;
}
#order_review .shop_table tfoot .order-total th,
#order_review .shop_table tfoot .order-total td {
	background: #f0fbe5;
	font-weight: 700;
	color: #24400E;
	font-size: 16px;
}
#order_review .shop_table tfoot .order-total .woocommerce-Price-amount {
	color: #24400E;
	font-size: 22px;
	font-weight: 700;
}

/* Payment section */
#payment {
	background: #F6F6F6;
	border-radius: 8px;
}
#payment .payment_methods {
	border-bottom: 1px solid #e0e0e0;
	padding: 20px 24px;
}
#payment .payment_methods li label {
	font-family: 'Golos Text', sans-serif;
	font-size: 15px;
	color: #333;
	font-weight: 500;
}
#payment .payment_methods li .payment_box {
	background: #fff;
	border-radius: 4px;
	font-family: 'Golos Text', sans-serif;
	font-size: 13px;
	color: #666;
}

/* Place Order button */
#payment #place_order,
.woocommerce #payment #place_order {
	background: #A1F152 !important;
	color: #000 !important;
	font-family: 'Saira', sans-serif !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
	padding: 20px 32px !important;
	border-radius: 0 !important;
	width: 100% !important;
	border: none !important;
	cursor: pointer !important;
	transition: background .2s, color .2s !important;
	margin-top: 8px;
}
#payment #place_order:hover,
.woocommerce #payment #place_order:hover {
	background: #24400E !important;
	color: #A1F152 !important;
}

/* ════════════════════════════════════════════════════
   ORDER CONFIRMATION (Thank You)
════════════════════════════════════════════════════ */

.woocommerce-order-received .woocommerce-thankyou-order-details,
.woocommerce ul.order_details {
	background: #24400E;
	color: #fff;
	list-style: none;
	padding: 24px;
	margin: 0 0 32px;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
.woocommerce ul.order_details li {
	font-family: 'Golos Text', sans-serif;
	font-size: 14px;
	color: rgba(255,255,255,.75);
	padding: 0 24px 0 0;
	border-right: 1px solid rgba(255,255,255,.2);
	margin-right: 24px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.woocommerce ul.order_details li:last-child {
	border-right: none;
	margin-right: 0;
}
.woocommerce ul.order_details li strong {
	display: block;
	font-family: 'Saira', sans-serif;
	font-size: 20px;
	color: #A1F152;
	font-weight: 700;
	letter-spacing: -0.3px;
}

.woocommerce-order-received h2 {
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	color: #24400E;
	letter-spacing: -0.3px;
}

/* ── Responsive ───────────────────────────────────── */
@media (max-width: 767px) {
	.woocommerce div.product .product_title {
		font-size: 28px;
	}
	.woocommerce div.product p.price {
		font-size: 24px;
	}
	.woocommerce ul.order_details {
		flex-direction: column;
		gap: 16px;
	}
	.woocommerce ul.order_details li {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
		border-bottom: 1px solid rgba(255,255,255,.2);
		padding-bottom: 16px;
	}
}
