/*
Theme Name: Kiosko
Theme URI: https://wordpress.com/theme/kiosko/
Author: Automattic
Author URI: https://automattic.com/
Description: Kiosko is a store theme for WooCommerce.
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: 
Text Domain: kiosko
Tags: e-commerce, four-columns, wide-blocks, block-patterns, block-styles, featured-images, full-site-editing, rtl-language-support, sticky-post, template-editing, threaded-comments, translation-ready
*/

/*
 * Control the hover stylings of outline block style.
 * Unnecessary once block styles are configurable via theme.json
 * https://github.com/WordPress/gutenberg/issues/42794
 */
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	border-color: var(--wp--preset--color--contrast);
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-color: var(--wp--preset--color--primary);
	text-decoration-thickness: 0.5px !important;
	text-underline-offset: 0.05em;
}

/* Reset browser default margins for blockquote element */
.wp-block-pullquote blockquote {
	margin: 0;
}

/* Search button inside style */
.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 4px;
}

/* Adjust font size for comment reply title */
.wp-block-post-comments-form .comment-reply-title {
	font-size: var(--wp--preset--font-size--large);
}

/* Remove the bottom margin from the button */
.wp-block-post-comments-form .form-submit {
	margin-bottom: 0;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */
.wp-block-navigation__responsive-container.is-menu-open {
	padding: var(--wp--preset--spacing--50);
}

/* Adjust the top padding for the submenu items */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: var(--wp--preset--spacing--30);
}

/* Override the Gutenberg style to theme style */
.wp-block-post-author__byline,
.wp-block-post-author__bio {
	font-size: inherit;
}

/* Round the avatar and reset the vertical alignment */
.wp-block-post-author__avatar img {
	border-radius: 999px;
	line-height: 0;
}

/* Style tag cloud outline style  */
.wp-block-tag-cloud.is-style-outline a {
	border-color: var(--wp--preset--color--tertiary);
	border-radius: 999px;
	padding: 0 0.5rem;
}

.wp-block-tag-cloud.is-style-outline a:hover {
	color: var(--wp--preset--color--base);
	background-color: var(--wp--preset--color--primary);
}

/* Remove the default margin from author bio */
.wp-block-post-author__bio {
	margin: 0;
}

/* Remove the default margin from term description. */
.wp-block-term-description p:first-child {
	margin-top: 0;
}

.wp-block-term-description p:last-child {
	margin-bottom: 0;
}

/* Normalise font sizes for the latest comments and latest posts widgets */
.wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	font-size: inherit;
}

/* Adjust font colour in the Calendar widget */
.wp-block-calendar table:where(:not(.has-text-color)) {
	color: var(--wp--preset--color--foreground);
}

/* Fix border radius setting for the avatar block */
.wp-block-avatar a,
.wp-block-avatar img {
	border-radius: inherit;
	vertical-align: middle;
}

/* Fix line height for various fields */
.wp-block-search__input,
.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
	line-height: inherit;
}

/* Style  border colour for search and Jetpack subscription blocks */
.wp-block-search__input,
.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type="email"] {
	border-color: var(--wp--preset--color--tertiary);
}

/* Needed to style input field for various Jetpack blocks */
.wp-block-jetpack-contact-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-jetpack-contact-form select,
.wp-block-jetpack-contact-form textarea,
.wp-block-jetpack-mailchimp input:not([type="submit"]):not([type="checkbox"]),
.wp-block-jetpack-revue input:not([type="submit"]):not([type="checkbox"]) {
	background-color: #fff;
	border: 1px solid var(--wp--preset--color--tertiary);
	font-size: inherit;
	line-height: inherit;
	padding: 0.5rem;
}

.wp-block-jetpack-contact-form.contact-form label {
	font-weight: 400;
}

.wp-block-jetpack-contact-form.contact-form label span {
	opacity: 0.7;
}

.wp-block-jetpack-contact-form.contact-form select {
	padding: 0.5rem;
}

.wp-block-jetpack-contact-form.contact-form textarea {
	margin-bottom: var(--wp--preset--spacing--40);
}

/* Style the feedback you get after submitting the contact form */
div[id^="contact-form-"] h4 {
	font-size: var(--wp--preset--font-size--medium);
	font-weight: inherit;
	line-height: 1.555555556;
}

div[id^="contact-form-"] .contact-form-submission {
	margin: 0;
	padding: 0;
}

/* Adjust vertical margins in the mailchimp block */
.wp-block-jetpack-mailchimp .wp-block-jetpack-button,
.wp-block-jetpack-mailchimp p {
	margin: var(--wp--preset--spacing--40) 0;
}

/* Adjust the size of the consent text in mailchimp block */
#wp-block-jetpack-mailchimp_consent-text {
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 0;
}

/* Remove underline from the price after discounted */
ins {
	text-decoration: none;
}

/* Fix the hardcoded wide width value in the stylesheet for TT3 */
.woocommerce.woocommerce-page main {
	max-width: calc(var(--wp--style--global--wide-size) + var(--wp--style--root--padding-right) + var(--wp--style--root--padding-left));
}

body.woocommerce-order-pay .wp-site-blocks {
	background:
		radial-gradient(circle at top center, rgba(229, 196, 156, 0.2), transparent 30%),
		linear-gradient(180deg, #f5eee6 0%, #f9f4ee 100%);
}

body.woocommerce-order-pay main.wp-block-group {
	width: 100%;
	max-width: min(1280px, calc(100% - 48px));
	margin-inline: auto;
	padding-top: 40px;
	padding-bottom: 64px;
}

body.woocommerce-order-pay .entry-content > .woocommerce {
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
}

body.woocommerce-order-pay form.pw-hosted-pay {
	margin: 0;
}

body.woocommerce-order-pay .pw-hosted-pay__grid {
	display: grid;
	gap: 22px;
}

body.woocommerce-order-pay .pw-hosted-pay__panel {
	padding: 24px;
	border: 1px solid rgba(117, 84, 48, 0.14);
	border-radius: 28px;
	background:
		radial-gradient(circle at top left, rgba(214, 171, 128, 0.18), transparent 38%),
		#fffdf9;
	box-shadow: 0 18px 48px rgba(30, 20, 14, 0.08);
}

body.woocommerce-order-pay .pw-hosted-pay__intro,
body.woocommerce-order-pay .pw-hosted-pay__payment-header {
	margin-bottom: 20px;
}

body.woocommerce-order-pay .pw-hosted-pay__eyebrow {
	margin: 0 0 8px;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8a633f;
}

body.woocommerce-order-pay .pw-hosted-pay__title {
	margin: 0 0 10px;
	font-size: clamp(1.5rem, 3vw, 2rem);
	line-height: 1.1;
	color: #1d140f;
}

body.woocommerce-order-pay .pw-hosted-pay__copy {
	margin: 0;
	font-size: 1rem;
	line-height: 1.65;
	color: #5f4c3a;
}

body.woocommerce-order-pay .pw-hosted-pay__meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 20px;
}

body.woocommerce-order-pay .pw-hosted-pay__meta-item {
	padding: 14px 16px;
	border: 1px solid rgba(117, 84, 48, 0.1);
	border-radius: 18px;
	background: rgba(252, 246, 239, 0.9);
}

body.woocommerce-order-pay .pw-hosted-pay__meta-label {
	display: block;
	margin-bottom: 6px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8d6b4f;
}

body.woocommerce-order-pay .pw-hosted-pay__meta-value {
	display: block;
	font-size: 1rem;
	color: #1b140f;
}

body.woocommerce-order-pay table.shop_table.pw-hosted-pay__table {
	width: 100%;
	margin: 0;
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid rgba(117, 84, 48, 0.12);
	border-radius: 22px;
	background: #fff;
}

body.woocommerce-order-pay table.shop_table.pw-hosted-pay__table thead th {
	padding: 16px 18px;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8a6a4e;
	background: #fcf6ef;
}

body.woocommerce-order-pay table.shop_table.pw-hosted-pay__table tbody td,
body.woocommerce-order-pay table.shop_table.pw-hosted-pay__table tfoot th,
body.woocommerce-order-pay table.shop_table.pw-hosted-pay__table tfoot td {
	padding: 16px 18px;
	font-size: 0.98rem;
}

body.woocommerce-order-pay table.shop_table.pw-hosted-pay__table .product-name {
	font-weight: 800;
}

body.woocommerce-order-pay table.shop_table.pw-hosted-pay__table tfoot tr:last-child th,
body.woocommerce-order-pay table.shop_table.pw-hosted-pay__table tfoot tr:last-child td {
	font-size: 1.15rem;
	font-weight: 900;
	color: #1a120e;
	background: #fcf6ef;
}

body.woocommerce-order-pay .pw-hosted-pay__trust-list {
	display: grid;
	gap: 10px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-order-pay .pw-hosted-pay__trust-list li {
	position: relative;
	padding: 14px 16px 14px 42px;
	border: 1px solid rgba(117, 84, 48, 0.08);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.78);
	font-weight: 700;
	color: #3d2b1f;
}

body.woocommerce-order-pay .pw-hosted-pay__trust-list li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 18px;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, #7e4a25 0%, #c67a40 100%);
	transform: translateY(-50%);
}

body.woocommerce-order-pay .pw-hosted-pay__payment-box {
	border: 1px solid rgba(117, 84, 48, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.78);
	overflow: hidden;
}

body.woocommerce-order-pay #payment ul.payment_methods {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 20px;
	background: transparent;
}

body.woocommerce-order-pay #payment ul.payment_methods > li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid rgba(117, 84, 48, 0.12);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 28px rgba(31, 21, 15, 0.06);
	overflow: visible;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.woocommerce-order-pay #payment ul.payment_methods > li:hover {
	transform: translateY(-1px);
	border-color: rgba(181, 109, 47, 0.25);
	box-shadow: 0 18px 32px rgba(31, 21, 15, 0.1);
}

body.woocommerce-order-pay #payment ul.payment_methods > li:has(> input:checked) {
	border-color: rgba(181, 109, 47, 0.45);
	background: linear-gradient(180deg, #fffdf9 0%, #f8eee2 100%);
	box-shadow: 0 20px 40px rgba(62, 37, 18, 0.12);
}

body.woocommerce-order-pay #payment ul.payment_methods > li > input.input-radio {
	position: absolute;
	top: 21px;
	left: 20px;
	z-index: 2;
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: #9d5f33;
}

body.woocommerce-order-pay #payment ul.payment_methods > li > label {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 12px;
	row-gap: 8px;
	padding: 18px 18px 18px 58px;
	line-height: 1.35;
	font-size: 0.95rem;
	font-weight: 700;
	color: #21160f;
}

body.woocommerce-order-pay #payment ul.payment_methods > li > label img {
	justify-self: end;
	align-self: center;
	margin-left: 0;
	width: auto;
	max-width: 74px;
	max-height: 22px;
}

body.woocommerce-order-pay #payment div.payment_box {
	margin: 0 18px 18px;
	padding: 18px;
	border: 1px solid rgba(117, 84, 48, 0.08);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.84);
}

@media (min-width: 960px) {
	body.woocommerce-order-pay #payment ul.payment_methods > li > label {
		grid-template-columns: minmax(0, 1fr) minmax(68px, 86px);
		padding-right: 20px;
	}

	body.woocommerce-order-pay #payment ul.payment_methods > li > label img {
		max-width: 78px;
		max-height: 24px;
	}
}

@media (max-width: 640px) {
	body.woocommerce-order-pay #payment ul.payment_methods > li > label {
		grid-template-columns: minmax(0, 1fr);
		padding-right: 18px;
	}

	body.woocommerce-order-pay #payment ul.payment_methods > li > label img {
		justify-self: start;
		max-width: 92px;
		margin-top: 2px;
	}
}

body.woocommerce-order-pay .pw-hosted-pay__submit-row {
	padding: 20px;
	background: linear-gradient(180deg, rgba(252, 246, 239, 0.85) 0%, rgba(255, 255, 255, 0.98) 100%);
}

body.woocommerce-order-pay .pw-hosted-pay__submit-row #place_order {
	width: 100%;
	padding: 16px 20px;
	border-radius: 999px;
	background: linear-gradient(135deg, #6f4020 0%, #bb7440 100%);
	color: #fff8f2;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.woocommerce-order-pay .pw-hosted-pay__submit-row #place_order:hover {
	background: linear-gradient(135deg, #281912 0%, #8d5227 100%);
	color: #fff7f0;
}

@media (min-width: 960px) {
	body.woocommerce-order-pay .pw-hosted-pay__grid {
		grid-template-columns: minmax(300px, 0.76fr) minmax(580px, 1.24fr);
		gap: 28px;
		align-items: start;
	}

	body.woocommerce-order-pay .pw-hosted-pay__panel--payment {
		position: sticky;
		top: 32px;
	}
}

@media (max-width: 959px) {
	body.woocommerce-order-pay .pw-hosted-pay__panel {
		padding: 20px;
		border-radius: 24px;
	}

	body.woocommerce-order-pay .pw-hosted-pay__meta {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   PHATWOODS — Dark Luxe Cart & Checkout
   Scoped to .woocommerce-cart and .woocommerce-checkout body classes.
   Gold accent: #c9a96e  |  Dark surface: #121212  |  Card: #1a1a1a
   ========================================================================== */

/* ---------- page shell ---------- */
body.woocommerce-cart .wp-site-blocks,
body.woocommerce-checkout .wp-site-blocks {
	background: linear-gradient(180deg, #0d0d0d 0%, #141414 100%);
}

/* header bar on Woo pages */
body.woocommerce-cart .wp-block-template-part[data-area="header"],
body.woocommerce-checkout .wp-block-template-part[data-area="header"],
body.woocommerce-cart header.wp-block-template-part,
body.woocommerce-checkout header.wp-block-template-part {
	background: #0d0d0d;
	border-bottom: 1px solid rgba(201, 169, 110, 0.12);
}

body.woocommerce-cart header .wp-block-site-title a,
body.woocommerce-checkout header .wp-block-site-title a,
body.woocommerce-cart header .wp-block-navigation a,
body.woocommerce-checkout header .wp-block-navigation a {
	color: #e8e0d4 !important;
}

body.woocommerce-cart header .wp-block-site-title a:hover,
body.woocommerce-checkout header .wp-block-site-title a:hover {
	color: #c9a96e !important;
}

body.woocommerce-cart .pw-checkout-header,
body.woocommerce-checkout .pw-checkout-header {
	gap: 18px;
}

body.woocommerce-cart .pw-checkout-header__brand-wrap,
body.woocommerce-checkout .pw-checkout-header__brand-wrap {
	gap: 12px;
}

body.woocommerce-cart .pw-checkout-header__brand,
body.woocommerce-checkout .pw-checkout-header__brand,
body.woocommerce-cart .pw-checkout-header__meta,
body.woocommerce-checkout .pw-checkout-header__meta,
body.woocommerce-cart .pw-checkout-header__link,
body.woocommerce-checkout .pw-checkout-header__link {
	margin: 0;
}

body.woocommerce-cart .pw-checkout-header__brand a,
body.woocommerce-checkout .pw-checkout-header__brand a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

body.woocommerce-cart .pw-checkout-header__brand-logo,
body.woocommerce-checkout .pw-checkout-header__brand-logo {
	display: block;
	height: 38px;
	width: auto;
	max-width: min(220px, 40vw);
	object-fit: contain;
}

body.woocommerce-cart .pw-checkout-header__meta,
body.woocommerce-checkout .pw-checkout-header__meta {
	color: rgba(232, 224, 212, 0.68);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.woocommerce-cart .pw-checkout-header__actions,
body.woocommerce-checkout .pw-checkout-header__actions {
	margin-left: auto;
	gap: 12px;
}

body.woocommerce-cart .pw-checkout-header__buttons,
body.woocommerce-checkout .pw-checkout-header__buttons {
	margin-left: 0;
}

body.woocommerce-cart .pw-checkout-header__button .wp-block-button__link,
body.woocommerce-checkout .pw-checkout-header__button .wp-block-button__link {
	padding: 0.78rem 1.15rem;
	border: 1px solid rgba(201, 169, 110, 0.34);
	border-radius: 999px;
	background: rgba(201, 169, 110, 0.08);
	color: #f4ead9;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.woocommerce-cart .pw-checkout-header__button .wp-block-button__link:hover,
body.woocommerce-checkout .pw-checkout-header__button .wp-block-button__link:hover {
	border-color: rgba(201, 169, 110, 0.58);
	background: rgba(201, 169, 110, 0.16);
	color: #c9a96e;
}

@media (max-width: 782px) {
	body.woocommerce-cart .pw-checkout-header,
	body.woocommerce-checkout .pw-checkout-header {
		align-items: flex-start;
	}

	body.woocommerce-cart .pw-checkout-header__brand-wrap,
	body.woocommerce-checkout .pw-checkout-header__brand-wrap,
	body.woocommerce-cart .pw-checkout-header__actions,
	body.woocommerce-checkout .pw-checkout-header__actions {
		width: 100%;
	}

	body.woocommerce-cart .pw-checkout-header__brand-logo,
	body.woocommerce-checkout .pw-checkout-header__brand-logo {
		height: 32px;
		max-width: 180px;
	}

	body.woocommerce-cart .pw-checkout-header__actions,
	body.woocommerce-checkout .pw-checkout-header__actions {
		justify-content: flex-start;
		gap: 12px;
	}

	body.woocommerce-cart .pw-checkout-header__button,
	body.woocommerce-checkout .pw-checkout-header__button,
	body.woocommerce-cart .pw-checkout-header__button .wp-block-button__link,
	body.woocommerce-checkout .pw-checkout-header__button .wp-block-button__link {
		width: 100%;
	}
}

/* footer on Woo pages */
body.woocommerce-cart footer.wp-block-template-part .wp-block-group.has-primary-background-color,
body.woocommerce-checkout footer.wp-block-template-part .wp-block-group.has-primary-background-color {
	background-color: #0a0a0a !important;
	border-top: 1px solid rgba(201, 169, 110, 0.10);
}

/* ---------- main content area ---------- */
body.woocommerce-cart main.wp-block-group,
body.woocommerce-checkout main.wp-block-group {
	padding-top: 40px;
	padding-bottom: 60px;
}

/* page title */
body.woocommerce-cart .wp-block-post-title,
body.woocommerce-checkout .wp-block-post-title {
	font-family: var(--wp--preset--font-family--oswald);
	color: #c9a96e;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 28px;
}

/* ---------- cart table ---------- */
body.woocommerce-cart .woocommerce-cart-form table.shop_table,
body.woocommerce-cart table.shop_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid rgba(201, 169, 110, 0.14);
	border-radius: 16px;
	background: #1a1a1a;
	overflow: hidden;
}

body.woocommerce-cart table.shop_table thead th {
	padding: 16px 20px;
	font-family: var(--wp--preset--font-family--oswald);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #c9a96e;
	background: #151515;
	border-bottom: 1px solid rgba(201, 169, 110, 0.10);
}

body.woocommerce-cart table.shop_table tbody td {
	padding: 18px 20px;
	font-size: 0.95rem;
	color: #d4cfc7;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	vertical-align: middle;
}

body.woocommerce-cart table.shop_table tbody tr:last-child td {
	border-bottom: none;
}

body.woocommerce-cart table.shop_table .product-name a {
	color: #e8e0d4;
	font-weight: 600;
	text-decoration: none;
}

body.woocommerce-cart table.shop_table .product-name a:hover {
	color: #c9a96e;
}

body.woocommerce-cart table.shop_table .product-thumbnail img {
	border-radius: 10px;
	border: 1px solid rgba(201, 169, 110, 0.10);
}

body.woocommerce-cart table.shop_table .product-price,
body.woocommerce-cart table.shop_table .product-subtotal {
	font-weight: 700;
	color: #e8e0d4;
}

/* quantity input */
body.woocommerce-cart table.shop_table .quantity .qty,
body.woocommerce-checkout .quantity .qty {
	background: #222;
	border: 1px solid rgba(201, 169, 110, 0.18);
	border-radius: 8px;
	color: #e8e0d4;
	padding: 8px 12px;
	width: 60px;
	text-align: center;
	font-size: 0.95rem;
}

/* remove link */
body.woocommerce-cart table.shop_table .product-remove a {
	color: #8a8070 !important;
	font-size: 1.3rem;
}

body.woocommerce-cart table.shop_table .product-remove a:hover {
	color: #c9a96e !important;
}

/* ---------- cart collaterals / totals ---------- */
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart-collaterals {
	margin-top: 28px;
}

body.woocommerce-cart .cart_totals h2 {
	font-family: var(--wp--preset--font-family--oswald);
	color: #c9a96e;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 16px;
}

body.woocommerce-cart .cart_totals table.shop_table {
	border: 1px solid rgba(201, 169, 110, 0.12);
	border-radius: 14px;
	background: #1a1a1a;
	overflow: hidden;
}

body.woocommerce-cart .cart_totals table.shop_table th {
	color: #a09080;
	font-size: 0.88rem;
	font-weight: 600;
	padding: 14px 18px;
	background: #151515;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

body.woocommerce-cart .cart_totals table.shop_table td {
	color: #e8e0d4;
	font-size: 0.95rem;
	padding: 14px 18px;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
	font-size: 1.15rem;
	font-weight: 800;
	color: #c9a96e;
	background: rgba(201, 169, 110, 0.06);
}

/* coupon row */
body.woocommerce-cart .coupon .input-text {
	background: #222;
	border: 1px solid rgba(201, 169, 110, 0.16);
	border-radius: 8px;
	color: #e8e0d4;
	padding: 10px 14px;
	font-size: 0.9rem;
}

body.woocommerce-cart .coupon .input-text::placeholder {
	color: #6b6050;
}

/* ---------- shared button styles (cart + checkout) ---------- */
body.woocommerce-cart .button,
body.woocommerce-cart input[type="submit"],
body.woocommerce-checkout .button,
body.woocommerce-checkout input[type="submit"],
body.woocommerce-cart a.button,
body.woocommerce-checkout a.button {
	background: linear-gradient(135deg, #c9a96e 0%, #a07c44 100%);
	color: #0d0d0d !important;
	border: none;
	border-radius: 10px;
	padding: 13px 28px;
	font-family: var(--wp--preset--font-family--oswald);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
	box-shadow: 0 4px 16px rgba(201, 169, 110, 0.15);
}

body.woocommerce-cart .button:hover,
body.woocommerce-cart input[type="submit"]:hover,
body.woocommerce-checkout .button:hover,
body.woocommerce-checkout input[type="submit"]:hover,
body.woocommerce-cart a.button:hover,
body.woocommerce-checkout a.button:hover {
	background: linear-gradient(135deg, #dfc088 0%, #c9a96e 100%) !important;
	color: #0a0a0a !important;
	transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(201, 169, 110, 0.25);
}

/* checkout proceed button */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: block;
	width: 100%;
	text-align: center;
	padding: 16px 24px;
	border-radius: 999px;
	font-size: 0.92rem;
	letter-spacing: 0.12em;
}

/* ---------- checkout form ---------- */
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout #order_review_heading {
	font-family: var(--wp--preset--font-family--oswald);
	color: #c9a96e;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	margin-bottom: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(201, 169, 110, 0.12);
}

/* form fields */
body.woocommerce-checkout .form-row label {
	color: #a09080;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 6px;
}

body.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .form-row select,
body.woocommerce-checkout .select2-container--default .select2-selection--single {
	background: #1e1e1e !important;
	border: 1px solid rgba(201, 169, 110, 0.16) !important;
	border-radius: 10px !important;
	color: #e8e0d4 !important;
	padding: 12px 16px;
	font-size: 0.95rem;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

body.woocommerce-checkout .form-row input.input-text:focus,
body.woocommerce-checkout .form-row textarea:focus,
body.woocommerce-checkout .form-row select:focus {
	border-color: #c9a96e !important;
	outline: none;
	box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.12);
}

body.woocommerce-checkout .form-row input.input-text::placeholder {
	color: #5a5040;
}

/* select2 dropdown */
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #e8e0d4 !important;
	line-height: 2.2;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 8px;
}

body.woocommerce-checkout .select2-dropdown {
	background: #1e1e1e;
	border-color: rgba(201, 169, 110, 0.16);
	border-radius: 10px;
}

body.woocommerce-checkout .select2-results__option {
	color: #d4cfc7;
	padding: 10px 16px;
}

body.woocommerce-checkout .select2-results__option--highlighted {
	background: rgba(201, 169, 110, 0.15) !important;
	color: #c9a96e !important;
}

/* ---------- checkout order review table ---------- */
body.woocommerce-checkout table.shop_table {
	border: 1px solid rgba(201, 169, 110, 0.12);
	border-radius: 14px;
	background: #1a1a1a;
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
}

body.woocommerce-checkout table.shop_table thead th {
	padding: 14px 18px;
	font-family: var(--wp--preset--font-family--oswald);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #c9a96e;
	background: #151515;
	border-bottom: 1px solid rgba(201, 169, 110, 0.08);
}

body.woocommerce-checkout table.shop_table tbody td,
body.woocommerce-checkout table.shop_table tbody th {
	padding: 14px 18px;
	font-size: 0.95rem;
	color: #d4cfc7;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

body.woocommerce-checkout table.shop_table tfoot th {
	color: #a09080;
	padding: 14px 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.85rem;
}

body.woocommerce-checkout table.shop_table tfoot td {
	color: #e8e0d4;
	padding: 14px 18px;
}

body.woocommerce-checkout table.shop_table tfoot .order-total th,
body.woocommerce-checkout table.shop_table tfoot .order-total td {
	font-size: 1.15rem;
	font-weight: 800;
	color: #c9a96e;
	background: rgba(201, 169, 110, 0.06);
}

/* ---------- payment methods ---------- */
body.woocommerce-checkout #payment {
	background: #1a1a1a;
	border: 1px solid rgba(201, 169, 110, 0.12);
	border-radius: 16px;
	overflow: hidden;
}

body.woocommerce-checkout #payment ul.payment_methods {
	background: transparent;
	padding: 20px;
	margin: 0;
	border: none;
}

body.woocommerce-checkout #payment ul.payment_methods > li {
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
	border: 1px solid rgba(201, 169, 110, 0.10);
	border-radius: 12px;
	background: #1e1e1e;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

body.woocommerce-checkout #payment ul.payment_methods > li:last-child {
	margin-bottom: 0;
}

body.woocommerce-checkout #payment ul.payment_methods > li:hover {
	border-color: rgba(201, 169, 110, 0.25);
}

body.woocommerce-checkout #payment ul.payment_methods > li > label {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 18px;
	color: #e8e0d4;
	font-weight: 700;
	cursor: pointer;
}

body.woocommerce-checkout #payment ul.payment_methods > li > label img {
	margin-left: auto;
	max-height: 28px;
}

body.woocommerce-checkout #payment div.payment_box {
	background: rgba(201, 169, 110, 0.05);
	color: #a09080;
	padding: 16px 18px;
	border-top: 1px solid rgba(201, 169, 110, 0.08);
	font-size: 0.88rem;
	line-height: 1.55;
}

body.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

/* place order button */
body.woocommerce-checkout #payment .place-order {
	padding: 20px;
	background: rgba(201, 169, 110, 0.04);
}

body.woocommerce-checkout #place_order {
	width: 100%;
	padding: 16px 24px;
	border-radius: 999px;
	background: linear-gradient(135deg, #c9a96e 0%, #a07c44 100%);
	color: #0d0d0d !important;
	font-family: var(--wp--preset--font-family--oswald);
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.15s ease;
	box-shadow: 0 6px 24px rgba(201, 169, 110, 0.20);
}

body.woocommerce-checkout #place_order:hover {
	background: linear-gradient(135deg, #dfc088 0%, #c9a96e 100%);
	transform: translateY(-1px);
	box-shadow: 0 10px 32px rgba(201, 169, 110, 0.30);
}

/* ---------- Woo notices ---------- */
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message {
	background: rgba(201, 169, 110, 0.08);
	border: 1px solid rgba(201, 169, 110, 0.16);
	border-left: 4px solid #c9a96e;
	border-radius: 10px;
	color: #d4cfc7;
	padding: 14px 20px;
	margin-bottom: 20px;
}

body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-message::before {
	color: #c9a96e;
}

body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-error {
	background: rgba(200, 60, 50, 0.08);
	border: 1px solid rgba(200, 60, 50, 0.20);
	border-left: 4px solid #c83c32;
	border-radius: 10px;
	color: #e0b8b4;
	padding: 14px 20px;
	margin-bottom: 20px;
}

body.woocommerce-cart .woocommerce-info a,
body.woocommerce-cart .woocommerce-message a,
body.woocommerce-checkout .woocommerce-info a,
body.woocommerce-checkout .woocommerce-message a {
	color: #c9a96e;
}

/* ---------- return-to-shop + empty cart ---------- */
body.woocommerce-cart .cart-empty {
	color: #a09080;
	font-size: 1.1rem;
}

body.woocommerce-cart .return-to-shop a.button {
	border-radius: 999px;
}

/* ---------- login / coupon toggle forms ---------- */
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	background: rgba(201, 169, 110, 0.06);
}

body.woocommerce-checkout .woocommerce-form-login,
body.woocommerce-checkout .woocommerce-form-coupon {
	background: #1a1a1a;
	border: 1px solid rgba(201, 169, 110, 0.12);
	border-radius: 14px;
	padding: 24px;
	margin-bottom: 24px;
}

body.woocommerce-checkout .woocommerce-form-login label,
body.woocommerce-checkout .woocommerce-form-coupon label {
	color: #a09080;
}

body.woocommerce-checkout .woocommerce-form-login input.input-text,
body.woocommerce-checkout .woocommerce-form-coupon input.input-text {
	background: #1e1e1e !important;
	border: 1px solid rgba(201, 169, 110, 0.16) !important;
	border-radius: 10px !important;
	color: #e8e0d4 !important;
	padding: 12px 16px;
}

/* ---------- responsive ---------- */
@media (max-width: 768px) {
	body.woocommerce-cart table.shop_table,
	body.woocommerce-checkout table.shop_table {
		border-radius: 12px;
	}

	body.woocommerce-cart .button,
	body.woocommerce-checkout .button {
		padding: 12px 20px;
		font-size: 0.82rem;
	}

	body.woocommerce-checkout #payment {
		border-radius: 12px;
	}
}
