/*
Theme Name: 193 Travel Child
Theme URI: https://193.travel/
Author: 193.travel
Description: Update-safe storefront theme for 193.travel based on Twenty Twenty-Five.
Template: twentytwentyfive
Update URI: https://193.travel/themes/travel193-child
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 7.2
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: travel193-child
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Store polish: cart columns, catalog actions, pagination and order confirmation. */
@media (min-width: 900px) {
	body.travel193-shop-ui.woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block {
		display: grid !important;
		grid-template-columns: minmax(0, 1.55fr) minmax(340px, 0.75fr);
		gap: clamp(24px, 4vw, 48px);
		align-items: start;
	}

	body.travel193-shop-ui.woocommerce-cart .wc-block-cart__main,
	body.travel193-shop-ui.woocommerce-cart .wc-block-cart__sidebar {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
	}

	body.travel193-shop-ui.woocommerce-cart .wc-block-cart__main {
		grid-column: 1;
	}

	body.travel193-shop-ui.woocommerce-cart .wc-block-cart__sidebar {
		grid-column: 2;
		position: sticky;
		top: 24px;
	}
}

body.travel193-shop-ui.woocommerce-cart .wc-block-cart__main,
body.travel193-shop-ui.woocommerce-cart .wc-block-cart__sidebar {
	padding: clamp(20px, 3vw, 34px) !important;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 18px;
	background: #0f1218;
}

body.travel193-shop-ui.woocommerce-cart .wc-block-cart-items__row:last-child {
	border-bottom: 0 !important;
}

body.travel193-shop-ui.woocommerce-cart td.wc-block-cart-item__image {
	width: 132px !important;
	padding: 18px 16px 18px 0 !important;
}

body.travel193-shop-ui.woocommerce-cart td.wc-block-cart-item__image > a {
	display: grid !important;
	width: 112px !important;
	height: 112px !important;
	place-items: center;
}

body.travel193-shop-ui.woocommerce-cart td.wc-block-cart-item__image img {
	width: 100% !important;
	height: 100% !important;
	padding: 8px !important;
	object-fit: contain !important;
	mix-blend-mode: normal !important;
}

body.travel193-shop-ui.woocommerce-cart .wc-block-components-product-name {
	color: #fff !important;
	font-size: clamp(16px, 1.5vw, 20px) !important;
	font-weight: 800;
	line-height: 1.25;
}

body.travel193-shop-ui.woocommerce-cart :where(
	.wc-block-components-product-details__name,
	.wc-block-components-product-details__value,
	.wc-block-cart-item__prices,
	.wc-block-cart-item__total,
	.wc-block-components-totals-item,
	.wc-block-components-panel__button
) {
	color: rgba(255, 255, 255, 0.82) !important;
}

body.travel193-shop-ui.woocommerce-cart .wc-block-components-quantity-selector {
	border-color: rgba(255, 255, 255, 0.22) !important;
	background: #080a0e;
}

body.travel193-shop-ui.woocommerce-cart .wc-block-components-quantity-selector__input,
body.travel193-shop-ui.woocommerce-cart .wc-block-components-quantity-selector__button {
	color: #fff !important;
}

body.travel193-shop-ui.woocommerce-cart .wc-block-cart__submit-button {
	min-height: 54px;
	border-radius: 8px !important;
	background: var(--t193-accent, #c8ff32) !important;
	color: #080a0e !important;
	font-weight: 900;
}

body.travel193-shop-ui .woocommerce ul.products li.product .price,
body.travel193-shop-ui .wc-block-grid__product-price {
	color: var(--t193-accent, #c8ff32) !important;
	opacity: 1 !important;
}

body.travel193-shop-ui .woocommerce ul.products li.product .button,
body.travel193-shop-ui .woocommerce ul.products li.product a.added_to_cart,
body.travel193-shop-ui .wc-block-grid__product-add-to-cart .wp-block-button__link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border: 1px solid var(--t193-accent, #c8ff32) !important;
	border-radius: 7px !important;
	background: var(--t193-accent, #c8ff32) !important;
	color: #080a0e !important;
	font-weight: 900 !important;
	line-height: 1.1 !important;
	text-decoration: none !important;
	opacity: 1 !important;
	white-space: nowrap;
}

body.travel193-shop-ui .woocommerce ul.products li.product .button {
	width: calc(100% - 16px) !important;
	margin-right: 8px !important;
	margin-left: 8px !important;
	padding-inline: 10px !important;
	font-size: 10px !important;
	letter-spacing: 0.04em !important;
}

body.travel193-shop-ui .woocommerce ul.products li.product .button:hover,
body.travel193-shop-ui .woocommerce ul.products li.product a.added_to_cart:hover,
body.travel193-shop-ui .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
	border-color: #fff !important;
	background: #fff !important;
	color: #080a0e !important;
	transform: translateY(-2px);
}

body.travel193-shop-ui .woocommerce nav.woocommerce-pagination {
	margin: clamp(48px, 7vw, 80px) 0 0;
}

body.travel193-shop-ui .woocommerce nav.woocommerce-pagination ul.page-numbers {
	display: flex !important;
	flex-wrap: wrap;
	gap: 9px;
	justify-content: center;
	margin: 0 !important;
	border: 0 !important;
}

body.travel193-shop-ui .woocommerce nav.woocommerce-pagination ul.page-numbers li {
	margin: 0 !important;
	border: 0 !important;
}

body.travel193-shop-ui .woocommerce nav.woocommerce-pagination .page-numbers :where(a, span),
body.travel193-shop-ui .woocommerce nav.woocommerce-pagination :where(a.page-numbers, span.page-numbers) {
	display: grid !important;
	min-width: 46px;
	height: 46px;
	padding: 0 12px !important;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 7px;
	background: #11141b !important;
	color: #fff !important;
	font-weight: 850;
	line-height: 1 !important;
	text-decoration: none;
}

body.travel193-shop-ui .woocommerce nav.woocommerce-pagination :where(a.page-numbers:hover, span.page-numbers.current),
body.travel193-shop-ui .woocommerce nav.woocommerce-pagination .page-numbers :where(a:hover, span.current) {
	border-color: var(--t193-accent, #c8ff32) !important;
	background: var(--t193-accent, #c8ff32) !important;
	color: #080a0e !important;
}

body.travel193-shop-ui.woocommerce-order-received main .woocommerce {
	width: min(1180px, calc(100% - 32px));
	margin: clamp(28px, 5vw, 64px) auto clamp(72px, 9vw, 120px);
}

body.travel193-shop-ui.woocommerce-order-received .woocommerce-order {
	display: grid;
	gap: 24px;
	color: #fff;
}

body.travel193-shop-ui.woocommerce-order-received :where(
	.woocommerce-thankyou-order-received,
	.woocommerce-order > p,
	.woocommerce-order-overview,
	.woocommerce-order-details,
	.woocommerce-customer-details
) {
	margin: 0 !important;
	padding: clamp(22px, 4vw, 38px) !important;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	background: #0f1218;
	color: rgba(255, 255, 255, 0.84) !important;
}

body.travel193-shop-ui.woocommerce-order-received .woocommerce-thankyou-order-received {
	position: relative;
	padding-left: clamp(76px, 9vw, 112px) !important;
	color: #fff !important;
	font-size: clamp(20px, 2.5vw, 30px);
	font-weight: 850;
	line-height: 1.25;
}

body.travel193-shop-ui.woocommerce-order-received .woocommerce-thankyou-order-received::before {
	position: absolute;
	top: 50%;
	left: clamp(22px, 4vw, 38px);
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 50%;
	background: var(--t193-accent, #c8ff32);
	color: #080a0e;
	content: "✓";
	font-size: 24px;
	font-weight: 900;
	transform: translateY(-50%);
}

body.travel193-shop-ui.woocommerce-order-received .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 18px;
	list-style: none;
}

body.travel193-shop-ui.woocommerce-order-received .woocommerce-order-overview li {
	float: none !important;
	margin: 0 !important;
	padding: 0 18px 0 0 !important;
	border-right: 1px solid rgba(255, 255, 255, 0.13) !important;
	color: rgba(255, 255, 255, 0.58) !important;
	line-height: 1.45;
}

body.travel193-shop-ui.woocommerce-order-received .woocommerce-order-overview li:last-child {
	border-right: 0 !important;
}

body.travel193-shop-ui.woocommerce-order-received .woocommerce-order-overview strong {
	display: block;
	margin-top: 6px;
	color: #fff;
	font-size: 16px;
}

body.travel193-shop-ui.woocommerce-order-received :where(h2, .woocommerce-column__title) {
	margin-top: 0 !important;
	color: #fff !important;
}

body.travel193-shop-ui.woocommerce-order-received :where(table.shop_table, table.shop_table th, table.shop_table td) {
	border-color: rgba(255, 255, 255, 0.13) !important;
	color: #fff !important;
}

body.travel193-shop-ui.woocommerce-order-received :where(a, address) {
	color: rgba(255, 255, 255, 0.82) !important;
}

body.travel193-shop-ui.woocommerce-order-received a:hover {
	color: var(--t193-accent, #c8ff32) !important;
}

@media (max-width: 899px) {
	body.travel193-shop-ui.woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block {
		display: grid !important;
		gap: 20px;
	}
}

@media (max-width: 600px) {
	body.travel193-shop-ui.woocommerce-cart .wc-block-cart__main,
	body.travel193-shop-ui.woocommerce-cart .wc-block-cart__sidebar {
		padding: 16px 12px !important;
	}

	body.travel193-shop-ui.woocommerce-cart td.wc-block-cart-item__image {
		width: 92px !important;
		padding-right: 10px !important;
	}

	body.travel193-shop-ui.woocommerce-cart td.wc-block-cart-item__image > a {
		width: 78px !important;
		height: 78px !important;
	}

	body.travel193-shop-ui.woocommerce-order-received .woocommerce-order-overview {
		grid-template-columns: 1fr;
	}

	body.travel193-shop-ui.woocommerce-order-received .woocommerce-order-overview li {
		padding: 0 0 14px !important;
		border-right: 0 !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13) !important;
	}
}

/* WooCommerce keeps a fallback and a linked product image in mini-cart markup. */
body:not(.wp-admin) .wc-block-mini-cart__drawer [hidden] {
	display: none !important;
}

body:not(.wp-admin) .wc-block-mini-cart__drawer .wc-block-cart-item__image {
	width: 80px !important;
	padding: 16px 0 16px 16px !important;
	vertical-align: top !important;
	background: transparent !important;
}

body:not(.wp-admin) .wc-block-mini-cart__drawer .wc-block-cart-item__image > a {
	display: block !important;
	width: 64px !important;
	height: 64px !important;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	background: #eef0f4;
	box-sizing: border-box;
}

body:not(.wp-admin) .wc-block-mini-cart__drawer .wc-block-cart-item__image > a > img,
body:not(.wp-admin) .wc-block-mini-cart__drawer .wc-block-cart-item__image > img:not([hidden]) {
	display: block;
	width: 64px !important;
	height: 64px !important;
	max-width: 64px !important;
	margin: 0 !important;
	padding: 4px !important;
	border-radius: 9px;
	background: #eef0f4 !important;
	object-fit: contain !important;
	object-position: center;
	box-sizing: border-box;
}

/* Mobile header mini-cart alignment and drawer stacking. */
@media (max-width: 699px) {
	header.wp-block-template-part > .wp-block-group.alignfull > .wp-block-group.has-global-padding > .wp-block-group.alignwide,
	header.wp-block-template-part .wp-block-group.has-global-padding > .wp-block-group.alignwide {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	header.wp-block-template-part .wp-block-woocommerce-mini-cart {
		flex: 0 0 auto;
	}

	header.wp-block-template-part .wc-block-mini-cart__button {
		display: grid;
		width: 44px;
		min-width: 44px;
		height: 44px;
		min-height: 44px;
		padding: 8px !important;
		place-items: center;
		box-sizing: border-box;
	}

	body:not(.wp-admin) .wc-block-components-drawer__screen-overlay:has(.wc-block-mini-cart__drawer) {
		z-index: 10000001 !important;
	}

	body:not(.wp-admin) .wc-block-mini-cart__drawer .wc-block-components-drawer__content {
		padding-top: env(safe-area-inset-top, 0px);
		box-sizing: border-box;
	}

	body:not(.wp-admin) .wc-block-mini-cart__drawer .wc-block-mini-cart__title {
		display: flex;
		min-height: 74px;
		margin: 0 !important;
		padding: 28px 58px 14px 16px !important;
		gap: 4px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		font-size: 25px !important;
		line-height: 1.15 !important;
		box-sizing: border-box;
	}

	body:not(.wp-admin) .wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-title-label-block {
		white-space: nowrap;
	}

	body:not(.wp-admin) .wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-title-items-counter-block {
		color: rgba(255, 255, 255, 0.65);
		font-size: 14px;
		font-weight: 600;
		line-height: 1.25;
	}

	body:not(.wp-admin) .wc-block-mini-cart__drawer .wc-block-components-drawer__close {
		position: absolute !important;
		top: 32px !important;
		right: 32px !important;
		z-index: 10;
		width: 42px;
		min-width: 42px;
		height: 42px;
		min-height: 42px;
		padding: 9px !important;
		border: 1px solid rgba(255, 255, 255, 0.28) !important;
		border-radius: 50% !important;
		background: rgba(255, 255, 255, 0.04) !important;
		color: #fff !important;
		box-sizing: border-box;
	}

	body:not(.wp-admin) .wc-block-mini-cart__drawer .wc-block-components-drawer__close svg,
	body:not(.wp-admin) .wc-block-mini-cart__drawer .wc-block-components-drawer__close path {
		display: block;
		width: 22px;
		height: 22px;
		fill: currentColor !important;
		color: inherit !important;
	}
}

body.woocommerce-order-received :where(
	.wc-block-order-confirmation-status,
	.wc-block-order-confirmation-status-description,
	.wc-block-order-confirmation-summary,
	.wc-block-order-confirmation-totals,
	.wc-block-order-confirmation-downloads,
	.wc-block-order-confirmation-address-wrapper
) {
	width: min(1180px, calc(100% - 32px)) !important;
	margin: 24px auto 0 !important;
	padding: clamp(22px, 4vw, 38px) !important;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background: #0f1218;
	color: rgba(255, 255, 255, 0.84) !important;
}

body.woocommerce-order-received .wc-block-order-confirmation-status {
	position: relative;
	padding-left: clamp(78px, 9vw, 108px) !important;
	border-color: rgba(200, 255, 50, 0.38);
	background: rgba(200, 255, 50, 0.08);
}

body.woocommerce-order-received .wc-block-order-confirmation-status::before {
	position: absolute;
	top: 50%;
	left: clamp(22px, 4vw, 36px);
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	background: #c8ff32;
	color: #080a0e;
	content: "✓";
	font-size: 23px;
	font-weight: 900;
	transform: translateY(-50%);
}

body.woocommerce-order-received :where(.wc-block-order-confirmation-status, .wc-block-order-confirmation-status-description) p {
	margin: 0 !important;
	color: #fff !important;
	line-height: 1.55;
}

body.woocommerce-order-received .wc-block-order-confirmation-status p {
	font-size: clamp(20px, 2.3vw, 30px);
	font-weight: 850;
}

body.woocommerce-order-received .wc-block-order-confirmation-status-description a.button {
	display: inline-flex;
	margin: 0 4px;
	padding: 3px 8px !important;
	border-radius: 4px !important;
	background: #c8ff32 !important;
	color: #080a0e !important;
	font-weight: 850;
	text-decoration: none !important;
}

body.woocommerce-order-received :where(.wc-block-order-confirmation-totals__table, .wc-block-order-confirmation-downloads__table) {
	width: 100%;
	border-color: rgba(255, 255, 255, 0.14) !important;
	color: #fff !important;
}

@media (max-width: 600px) {
	body.woocommerce-order-received :where(
		.wc-block-order-confirmation-status,
		.wc-block-order-confirmation-status-description,
		.wc-block-order-confirmation-summary,
		.wc-block-order-confirmation-totals,
		.wc-block-order-confirmation-downloads,
		.wc-block-order-confirmation-address-wrapper
	) {
		width: calc(100% - 24px) !important;
		padding: 20px 16px !important;
	}

	body.woocommerce-order-received .wc-block-order-confirmation-status {
		padding-left: 68px !important;
	}

	body.woocommerce-order-received .wc-block-order-confirmation-status::before {
		left: 16px;
	}
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
	overflow-x: auto;
}

/*
 * 193.travel readability and WooCommerce checkout refinements.
 * Loaded after the shared shop design system so these rules remain authoritative.
 */
body:not(.wp-admin) main :where(p, li, dt, dd, figcaption, blockquote) {
	color: rgba(255, 255, 255, 0.78);
}

body:not(.wp-admin) main :where(p, li, dt, dd) {
	line-height: 1.65;
}

body:not(.wp-admin) main :where(h1, h2, h3, h4, h5, h6, strong) {
	color: #fff;
}

body:not(.wp-admin) main :where(a:not(.wp-element-button):not(.button):not([class*="button"])) {
	color: #d9ff68;
	text-decoration-color: rgba(200, 255, 50, 0.52);
	text-underline-offset: 0.2em;
}

body:not(.wp-admin) main :where(a:not(.wp-element-button):not(.button):not([class*="button"])):hover {
	color: #fff;
}

body:not(.wp-admin) main .travel193-certificates__button {
	color: #080a0e !important;
}

body:not(.wp-admin) main .travel193-certificates__button:hover {
	color: #080a0e !important;
}

body.travel193-shop-ui.single-product main .wp-block-post-title {
	max-width: 18ch;
	margin-bottom: 20px;
	font-size: clamp(30px, 3.6vw, 52px) !important;
	font-weight: 850;
	letter-spacing: -0.04em;
	line-height: 1.06;
	text-transform: none;
}

body:not(.wp-admin) header.wp-block-template-part .wp-block-site-title {
	display: none !important;
}

body:not(.wp-admin) .woocommerce-coming-soon-header .wp-block-site-title {
	display: none !important;
}

body:not(.wp-admin) header.wp-block-template-part .wp-block-navigation-item__content {
	color: #fff !important;
}

body:not(.wp-admin) header.wp-block-template-part .wp-block-navigation-item__content:hover {
	color: var(--t193-accent, #c8ff32) !important;
}

body:not(.wp-admin) main :where(blockquote, pre, table) {
	border-color: rgba(255, 255, 255, 0.14);
}

body:not(.wp-admin) main blockquote {
	padding: 1.25rem 1.5rem;
	border-left: 3px solid var(--t193-accent, #c8ff32);
	background: rgba(255, 255, 255, 0.045);
}

body:not(.wp-admin) main :where(input, textarea, select) {
	font-family: inherit;
}

body.travel193-shop-ui :where(.wc-block-cart, .wc-block-checkout) {
	font-size: clamp(0.9375rem, 1.2vw, 1rem);
}

body.travel193-shop-ui :where(
	.wc-block-components-title,
	.wc-block-components-checkout-step__title,
	.wc-block-components-totals-item__label,
	.wc-block-components-totals-item__value,
	.wc-block-components-product-name,
	.wc-block-components-radio-control__label,
	.wc-block-components-checkbox__label
) {
	letter-spacing: 0;
	line-height: 1.4;
}

body.travel193-shop-ui :where(
	.wc-block-components-checkout-step__description,
	.wc-block-components-product-metadata,
	.wc-block-components-order-summary-item__description,
	.wc-block-components-validation-error,
	.wc-block-components-radio-control__secondary-label
) {
	color: rgba(255, 255, 255, 0.66) !important;
	line-height: 1.55;
}

body.travel193-shop-ui :where(
	.wc-block-components-text-input input,
	.wc-block-components-combobox-control input,
	.wc-block-components-textarea,
	.wc-block-components-select .wc-block-components-select__select
) {
	min-height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 10px !important;
	background: #11141b !important;
	color: #fff !important;
}

body.travel193-shop-ui :where(
	.wc-block-components-text-input input,
	.wc-block-components-combobox-control input,
	.wc-block-components-textarea,
	.wc-block-components-select .wc-block-components-select__select
):focus {
	border-color: var(--t193-accent, #c8ff32) !important;
	box-shadow: 0 0 0 3px rgba(200, 255, 50, 0.14) !important;
	outline: 0 !important;
}

body.travel193-shop-ui :where(.wc-block-components-sidebar, .wc-block-components-main) {
	border-radius: 14px;
}

body.travel193-shop-ui :where(.wc-block-components-notice-banner, .woocommerce-message, .woocommerce-info, .woocommerce-error) a {
	color: var(--t193-accent, #c8ff32) !important;
}

body.travel193-shop-ui .wc-block-components-notice-banner.is-info {
	display: flex;
	gap: 14px;
	min-height: 64px;
	margin: 0 0 20px !important;
	padding: 16px 18px !important;
	align-items: center;
	border: 1px solid rgba(200, 255, 50, 0.26) !important;
	border-radius: 14px !important;
	background:
		radial-gradient(circle at 100% 0, rgba(200, 255, 50, 0.09), transparent 42%),
		#11141b !important;
	color: rgba(255, 255, 255, 0.82) !important;
	box-shadow: none !important;
	box-sizing: border-box;
}

body.travel193-shop-ui .wc-block-components-notice-banner.is-info > svg {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin: 0 !important;
	fill: var(--t193-accent, #c8ff32) !important;
	background: transparent !important;
}

body.travel193-shop-ui .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content {
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 14px;
	line-height: 1.55;
}

body.travel193-shop-ui .wc-block-components-notice-banner.is-info .showcoupon {
	color: var(--t193-accent, #c8ff32) !important;
	font-weight: 800;
	text-decoration-color: rgba(200, 255, 50, 0.55) !important;
	text-underline-offset: 3px;
}

body.travel193-shop-ui .wc-block-components-notice-banner.is-info .showcoupon:hover {
	color: #fff !important;
	text-decoration-color: #fff !important;
}

body.travel193-shop-ui .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 0.75rem 0;
	color: rgba(255, 255, 255, 0.76) !important;
}

body.travel193-shop-ui .woocommerce-MyAccount-navigation .is-active a,
body.travel193-shop-ui .woocommerce-MyAccount-navigation a:hover {
	color: var(--t193-accent, #c8ff32) !important;
}

/* My Account: login form and authenticated customer area. */
body.travel193-shop-ui.woocommerce-account main .wp-block-post-title {
	margin-bottom: clamp(24px, 4vw, 42px);
	font-size: clamp(34px, 5vw, 58px) !important;
	font-weight: 850;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

body.travel193-shop-ui.woocommerce-account .entry-content > .woocommerce {
	width: min(100%, 1180px);
	margin-inline: auto;
}

body.travel193-shop-ui.woocommerce-account:not(.logged-in) .entry-content > .woocommerce {
	width: min(100%, 560px);
}

body.travel193-shop-ui.woocommerce-account:not(.logged-in) .woocommerce > h2 {
	margin: 0 0 18px;
	font-size: clamp(25px, 3vw, 32px);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

body.travel193-shop-ui.woocommerce-account form.woocommerce-form-login,
body.travel193-shop-ui.woocommerce-account form.woocommerce-ResetPassword {
	position: relative;
	margin: 0 !important;
	padding: clamp(22px, 4vw, 36px) !important;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.13) !important;
	border-radius: 18px !important;
	background:
		radial-gradient(circle at 100% 0, rgba(200, 255, 50, 0.1), transparent 38%),
		#0f1218 !important;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
}

body.travel193-shop-ui.woocommerce-account form.woocommerce-form-login::before,
body.travel193-shop-ui.woocommerce-account form.woocommerce-ResetPassword::before {
	position: absolute;
	top: 0;
	left: clamp(22px, 4vw, 36px);
	width: 68px;
	height: 3px;
	border-radius: 0 0 4px 4px;
	background: var(--t193-accent, #c8ff32);
	content: "";
}

body.travel193-shop-ui.woocommerce-account form :where(.form-row, p) {
	float: none;
	width: 100%;
	margin: 0 0 18px;
	padding: 0;
}

body.travel193-shop-ui.woocommerce-account form :where(label, legend) {
	display: block;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

body.travel193-shop-ui.woocommerce-account form .required {
	color: var(--t193-accent, #c8ff32) !important;
}

body.travel193-shop-ui.woocommerce-account form :where(
	input.input-text,
	input[type="email"],
	input[type="password"],
	input[type="tel"],
	input[type="text"],
	select,
	textarea
) {
	width: 100%;
	min-height: 52px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 10px !important;
	background: #080a0e !important;
	color: #fff !important;
	box-shadow: none !important;
	box-sizing: border-box;
}

body.travel193-shop-ui.woocommerce-account form :where(
	input.input-text,
	input[type="email"],
	input[type="password"],
	input[type="tel"],
	input[type="text"],
	select,
	textarea
):focus {
	border-color: var(--t193-accent, #c8ff32) !important;
	box-shadow: 0 0 0 3px rgba(200, 255, 50, 0.14) !important;
	outline: 0;
}

body.travel193-shop-ui.woocommerce-account form .password-input {
	display: block;
	width: 100%;
}

body.travel193-shop-ui.woocommerce-account form .show-password-input {
	top: 50%;
	right: 14px;
	color: rgba(255, 255, 255, 0.65);
	transform: translateY(-50%);
}

body.travel193-shop-ui.woocommerce-account form .form-row:has(.woocommerce-form-login__rememberme) {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
	align-items: center;
	justify-content: space-between;
}

body.travel193-shop-ui.woocommerce-account form .woocommerce-form-login__rememberme {
	display: inline-flex;
	gap: 9px;
	margin: 0;
	align-items: center;
	cursor: pointer;
}

body.travel193-shop-ui.woocommerce-account form input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--t193-accent, #c8ff32);
}

body.travel193-shop-ui.woocommerce-account :where(
	button.button,
	a.button,
	.woocommerce-Button,
	.woocommerce-button
) {
	display: inline-flex !important;
	min-height: 48px;
	padding: 12px 22px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--t193-accent, #c8ff32) !important;
	border-radius: 8px !important;
	background: var(--t193-accent, #c8ff32) !important;
	color: #080a0e !important;
	font-weight: 850 !important;
	line-height: 1.15 !important;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.travel193-shop-ui.woocommerce-account :where(
	button.button,
	a.button,
	.woocommerce-Button,
	.woocommerce-button
):hover {
	border-color: #fff !important;
	background: #fff !important;
	color: #080a0e !important;
	transform: translateY(-1px);
}

body.travel193-shop-ui.woocommerce-account .lost_password {
	margin: 4px 0 0 !important;
	font-size: 14px;
}

body.travel193-shop-ui.woocommerce-account.logged-in .entry-content > .woocommerce {
	display: grid;
	grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
	gap: clamp(22px, 4vw, 46px);
	align-items: start;
}

body.travel193-shop-ui.woocommerce-account .woocommerce-MyAccount-navigation,
body.travel193-shop-ui.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
}

body.travel193-shop-ui.woocommerce-account .woocommerce-MyAccount-navigation {
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 16px;
	background: #0f1218;
}

body.travel193-shop-ui.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.travel193-shop-ui.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0;
	border: 0;
}

body.travel193-shop-ui.woocommerce-account .woocommerce-MyAccount-navigation a {
	padding: 12px 14px;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
	text-decoration: none !important;
}

body.travel193-shop-ui.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
body.travel193-shop-ui.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: rgba(200, 255, 50, 0.1);
}

body.travel193-shop-ui.woocommerce-account .woocommerce-MyAccount-content {
	min-width: 0;
	padding: clamp(20px, 3vw, 34px);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 16px;
	background: #0f1218;
	box-sizing: border-box;
}

body.travel193-shop-ui.woocommerce-account .woocommerce-MyAccount-content > :first-child {
	margin-top: 0;
}

body.travel193-shop-ui.woocommerce-account .woocommerce-MyAccount-content > :last-child {
	margin-bottom: 0;
}

body.travel193-shop-ui.woocommerce-account :where(table.shop_table, table.shop_table th, table.shop_table td) {
	border-color: rgba(255, 255, 255, 0.13) !important;
}

body.travel193-shop-ui.woocommerce-account table.shop_table {
	overflow: hidden;
	border-radius: 12px;
	color: rgba(255, 255, 255, 0.82);
}

body.travel193-shop-ui.woocommerce-account :where(address, .woocommerce-customer-details) {
	color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 768px) {
	body.travel193-shop-ui.woocommerce-account main.wp-block-group {
		padding-right: 14px !important;
		padding-left: 14px !important;
	}

	body.travel193-shop-ui.woocommerce-account.logged-in .entry-content > .woocommerce {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	body.travel193-shop-ui.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: flex;
		gap: 6px;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	body.travel193-shop-ui.woocommerce-account .woocommerce-MyAccount-navigation li {
		flex: 0 0 auto;
	}

	body.travel193-shop-ui.woocommerce-account .woocommerce-MyAccount-navigation a {
		white-space: nowrap;
	}

	body.travel193-shop-ui.woocommerce-account form .form-row:has(.woocommerce-form-login__rememberme) {
		align-items: stretch;
		flex-direction: column;
	}

	body.travel193-shop-ui.woocommerce-account form .woocommerce-form-login__submit {
		width: 100%;
	}

	body.travel193-shop-ui.woocommerce-account table.shop_table_responsive tr {
		padding: 12px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}
}

/* Hide the single Nova Poshta rate row without disabling the selected rate. */
body.travel193-shop-ui .wc-block-components-radio-control__option:has(input[value^="nova_poshta_shipping:"]) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

body.travel193-shop-ui .wc-block-components-radio-control__label-group:has([id*="nova_poshta_shipping"]) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip-path: inset(50%) !important;
}

/* SmartyParcel fields injected into the Checkout block. */
body.travel193-shop-ui #test-smarty.my-custom-shipping-wrapper {
	position: relative;
	isolation: isolate;
	margin-top: 24px !important;
	padding: clamp(20px, 3vw, 30px) !important;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 16px;
	background:
		radial-gradient(circle at 100% 0, rgba(92, 80, 255, 0.18), transparent 42%),
		#0f1218 !important;
	color: rgba(255, 255, 255, 0.78);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

body.travel193-shop-ui #test-smarty.my-custom-shipping-wrapper::before {
	position: absolute;
	top: 0;
	left: clamp(20px, 3vw, 30px);
	width: 68px;
	height: 3px;
	border-radius: 0 0 4px 4px;
	background: var(--t193-accent, #c8ff32);
	content: "";
}

body.travel193-shop-ui #test-smarty,
body.travel193-shop-ui #test-smarty * {
	box-sizing: border-box;
}

body.travel193-shop-ui #test-smarty .wc-block-components-checkout-step__heading-container {
	margin: 0 0 22px;
}

body.travel193-shop-ui #test-smarty .wc-block-components-checkout-step__heading {
	padding: 0;
}

body.travel193-shop-ui #test-smarty .wc-block-components-checkout-step__title {
	margin: 0;
	color: #fff !important;
	font-size: clamp(1.25rem, 2.5vw, 1.65rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.025em;
}

body.travel193-shop-ui #test-smarty .wcus-checkout-fields p.form-row {
	margin: 0 0 14px;
	padding: 0;
}

body.travel193-shop-ui #test-smarty .wcus-checkout-fields p.form-row:last-child {
	margin-bottom: 0;
}

body.travel193-shop-ui #test-smarty .zen-ui-select {
	font-size: 0.9375rem;
	line-height: 1.4;
}

body.travel193-shop-ui #test-smarty .zen-ui-select__value {
	display: flex;
	align-items: center;
	min-height: 54px;
	padding: 13px 46px 13px 16px !important;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
	background: #11141b;
	color: #fff;
	box-shadow: none;
}

body.travel193-shop-ui #test-smarty .zen-ui-select__value:hover {
	border-color: rgba(200, 255, 50, 0.58);
	background: #151922;
}

body.travel193-shop-ui #test-smarty .zen-ui-select__value:focus-within {
	border-color: var(--t193-accent, #c8ff32);
	box-shadow: 0 0 0 3px rgba(200, 255, 50, 0.14);
}

body.travel193-shop-ui #test-smarty .zen-ui-select__value-text {
	color: #fff;
	font-weight: 650;
	text-overflow: ellipsis;
}

body.travel193-shop-ui #test-smarty .zen-ui-select__value > svg {
	right: 16px;
	width: 12px;
	height: 12px;
	fill: var(--t193-accent, #c8ff32);
}

body.travel193-shop-ui #test-smarty .zen-ui-select__dropdown-container {
	width: 100%;
	z-index: 1200;
}

body.travel193-shop-ui #test-smarty .zen-ui-select__dropdown {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	background: #11141b;
	box-shadow: 0 22px 55px rgba(0, 0, 0, 0.42);
}

body.travel193-shop-ui #test-smarty .zen-ui-select__search {
	padding: 10px;
	border-color: rgba(255, 255, 255, 0.12);
	background: #0f1218;
}

body.travel193-shop-ui #test-smarty .zen-ui-select__search-input {
	min-height: 44px;
	padding: 10px 12px !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 7px !important;
	background: #090c11 !important;
	color: #fff !important;
}

body.travel193-shop-ui #test-smarty .zen-ui-select__options {
	border-color: rgba(255, 255, 255, 0.12);
	background: #11141b;
}

body.travel193-shop-ui #test-smarty .zen-ui-select__option {
	padding: 11px 14px;
	color: rgba(255, 255, 255, 0.8);
}

body.travel193-shop-ui #test-smarty .zen-ui-select__option--current,
body.travel193-shop-ui #test-smarty .zen-ui-select__option:not(.zen-ui-select__option--disabled):hover {
	background: rgba(200, 255, 50, 0.11);
	color: #fff;
}

body.travel193-shop-ui #test-smarty .zen-ui-select__option--loading,
body.travel193-shop-ui #test-smarty .zen-ui-select__option--more {
	color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 700px) {
	body:not(.wp-admin) main :where(p, li, dt, dd) {
		line-height: 1.58;
	}

	body.travel193-shop-ui :where(.wc-block-components-sidebar, .wc-block-components-main) {
		border-radius: 10px;
	}

	body.travel193-shop-ui #test-smarty.my-custom-shipping-wrapper {
		margin-inline: 0 !important;
		padding: 20px 16px !important;
		border-radius: 12px;
	}

	body.travel193-shop-ui #test-smarty.my-custom-shipping-wrapper::before {
		left: 16px;
	}

	body.travel193-shop-ui #test-smarty .zen-ui-select__value {
		min-height: 52px;
		padding-inline: 14px 42px !important;
	}
}

@media (max-width: 600px) {
	body.travel193-shop-ui .wc-block-components-notice-banner.is-info {
		gap: 11px;
		padding: 14px !important;
		align-items: flex-start;
		border-radius: 12px !important;
	}

	body.travel193-shop-ui .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content {
		font-size: 13px;
		line-height: 1.5;
	}
}

body.travel193-shop-ui.woocommerce-checkout :where(
	#wcus-billing-fields,
	#wcus-shipping-fields
) .wcus-checkout-fields.wcus-checkout-np-fields {
	padding: 8px 0 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.travel193-shop-ui.woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-item__value {
	display: none !important;
}

/* Checkout Blocks: compact recipient form and undistorted order thumbnails. */
body.travel193-shop-ui.woocommerce-checkout main.wp-block-group {
	padding-block: clamp(22px, 4vw, 52px) clamp(56px, 8vw, 96px);
}

body.travel193-shop-ui .wp-block-woocommerce-checkout {
	width: min(1240px, calc(100% - 32px));
	max-width: 1240px !important;
	margin-inline: auto !important;
}

body.travel193-shop-ui .wc-block-components-sidebar-layout {
	gap: clamp(24px, 4vw, 52px);
}

body.travel193-shop-ui :where(.wc-block-components-main, .wc-block-components-sidebar) {
	padding: clamp(20px, 3vw, 34px) !important;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
}

body.travel193-shop-ui .wc-block-components-checkout-step {
	margin: 0 0 28px;
	padding: 0 0 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.travel193-shop-ui .wc-block-components-checkout-step:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

body.travel193-shop-ui .wc-block-components-checkout-step__heading-container {
	margin-bottom: 18px;
}

body.travel193-shop-ui .wc-block-components-address-form {
	gap: 14px;
}

body.travel193-shop-ui.travel193-np-fields-ready :where(
	.wc-block-components-address-form__country,
	.wc-block-components-address-form__address_1,
	.wc-block-components-address-form__address_2-toggle,
	.wc-block-components-address-form__address_2-hidden-input,
	.wc-block-components-address-form__city,
	.wc-block-components-address-form__state,
	.wc-block-components-address-form__postcode,
	.wc-block-components-address-card-wrapper
) {
	display: none !important;
}

body.travel193-shop-ui .wc-block-checkout__use-address-for-billing {
	display: none !important;
}

body.travel193-shop-ui #billing-fields {
	display: none !important;
}

body.travel193-shop-ui #shipping-fields .wc-block-components-checkout-step__title {
	font-size: 0;
}

body.travel193-shop-ui #shipping-fields .wc-block-components-checkout-step__title::after {
	color: #fff;
	font-size: clamp(1.3rem, 2.4vw, 1.7rem);
	font-weight: 850;
	content: "Дані отримувача";
}

body.travel193-shop-ui .wc-block-components-order-summary-item__image {
	position: relative;
	flex: 0 0 72px !important;
	width: 72px !important;
	height: 72px !important;
	padding: 6px;
	overflow: visible;
	border-radius: 12px !important;
	background: #eef0f4 !important;
}

body.travel193-shop-ui .wc-block-components-order-summary-item__image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	border-radius: 8px;
	object-fit: contain !important;
	object-position: center;
}

body.travel193-shop-ui .wc-block-components-order-summary-item__quantity {
	top: -8px;
	right: -8px;
	z-index: 2;
}

@media (max-width: 700px) {
	body.travel193-shop-ui :where(.wc-block-components-main, .wc-block-components-sidebar) {
		padding: 18px 14px !important;
		border-radius: 12px;
	}

	body.travel193-shop-ui .wc-block-components-order-summary-item__image {
		flex-basis: 62px !important;
		width: 62px !important;
		height: 62px !important;
	}
}

/* Cart: clear product preview and a stable single-row desktop layout. */
body.travel193-shop-ui .wc-block-cart-items__row {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

body.travel193-shop-ui .wc-block-cart-item__image {
	width: 124px !important;
	padding: 18px 16px 18px 0 !important;
	vertical-align: middle !important;
}

body.travel193-shop-ui .wc-block-cart-item__image a {
	display: grid;
	place-items: center;
	width: 108px;
	height: 108px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	background: #eef0f4;
}

body.travel193-shop-ui .wc-block-cart-item__image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 7px;
	background: #eef0f4 !important;
	mix-blend-mode: normal !important;
	object-fit: contain !important;
	object-position: center;
}

body.travel193-shop-ui .wc-block-cart-item__product,
body.travel193-shop-ui .wc-block-cart-item__total {
	vertical-align: middle !important;
}

body.travel193-shop-ui .wc-block-cart-item__quantity {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	align-items: center;
}

body.travel193-shop-ui .wc-block-cart-item__remove-link {
	margin: 0 !important;
}

@media (min-width: 782px) {
	body.travel193-shop-ui .wc-block-cart-item__wrap {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 7px 28px;
		align-items: center;
	}

	body.travel193-shop-ui .wc-block-cart-item__wrap > :not(.wc-block-cart-item__quantity) {
		grid-column: 1;
	}

	body.travel193-shop-ui .wc-block-cart-item__quantity {
		grid-column: 2;
		grid-row: 1 / span 4;
	}
}

@media (max-width: 600px) {
	body.travel193-shop-ui .wc-block-cart-item__image {
		width: 88px !important;
		padding-right: 10px !important;
	}

	body.travel193-shop-ui .wc-block-cart-item__image a {
		width: 78px;
		height: 78px;
	}
}

/* Classic shortcode checkout: native mode supported by WC Ukr Shipping. */
body.travel193-shop-ui.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(380px, 0.75fr);
	gap: 18px clamp(24px, 4vw, 52px);
	width: min(1240px, calc(100% - 32px));
	margin: 0 auto clamp(64px, 8vw, 104px);
}

body.travel193-shop-ui.woocommerce-checkout main,
body.travel193-shop-ui.woocommerce-checkout main *,
body.travel193-shop-ui.woocommerce-checkout form.checkout,
body.travel193-shop-ui.woocommerce-checkout form.checkout * {
	box-sizing: border-box;
}

body.travel193-shop-ui.woocommerce-checkout main {
	overflow-x: clip;
}

body.travel193-shop-ui.woocommerce-checkout main .woocommerce {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

body.travel193-shop-ui.woocommerce-checkout :where(
	.woocommerce-notices-wrapper,
	.woocommerce-form-coupon-toggle,
	.woocommerce-form-login-toggle
) {
	width: min(1240px, calc(100% - 32px));
	max-width: 1240px;
	margin-inline: auto;
}

body.travel193-shop-ui.woocommerce-checkout form.checkout_coupon {
	width: min(720px, calc(100% - 32px));
	max-width: 720px;
	margin: 0 auto 24px !important;
	padding: 18px !important;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: stretch;
	border: 1px solid rgba(200, 255, 50, 0.24) !important;
	border-radius: 14px;
	background:
		radial-gradient(circle at 100% 0, rgba(200, 255, 50, 0.08), transparent 45%),
		#11141b;
	box-shadow: none;
	box-sizing: border-box;
}

body.travel193-shop-ui.woocommerce-checkout form.checkout_coupon:not([style*="display:none"]):not([style*="display: none"]) {
	display: grid !important;
}

body.travel193-shop-ui.woocommerce-checkout form.checkout_coupon .form-row {
	float: none;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

body.travel193-shop-ui.woocommerce-checkout form.checkout_coupon #coupon_code {
	width: 100%;
	min-height: 52px;
	padding: 0 15px;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 9px !important;
	background: #090c11 !important;
	color: #fff !important;
	font-size: 15px;
	box-shadow: none !important;
	box-sizing: border-box;
}

body.travel193-shop-ui.woocommerce-checkout form.checkout_coupon #coupon_code::placeholder {
	color: rgba(255, 255, 255, 0.48);
	opacity: 1;
}

body.travel193-shop-ui.woocommerce-checkout form.checkout_coupon #coupon_code:focus {
	border-color: var(--t193-accent, #c8ff32) !important;
	box-shadow: 0 0 0 3px rgba(200, 255, 50, 0.12) !important;
	outline: 0;
}

body.travel193-shop-ui.woocommerce-checkout form.checkout_coupon button[name="apply_coupon"] {
	display: inline-flex;
	min-width: 190px;
	min-height: 52px;
	padding: 0 20px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--t193-accent, #c8ff32) !important;
	border-radius: 9px !important;
	background: var(--t193-accent, #c8ff32) !important;
	color: #080a0e !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	letter-spacing: 0.04em;
	line-height: 1.15;
	text-transform: uppercase;
	white-space: nowrap;
}

body.travel193-shop-ui.woocommerce-checkout form.checkout_coupon button[name="apply_coupon"]:hover {
	border-color: #fff !important;
	background: #fff !important;
	color: #080a0e !important;
	transform: translateY(-1px);
}

body.travel193-shop-ui.woocommerce-checkout form.checkout_coupon .clear {
	display: none;
}

body.travel193-shop-ui.woocommerce-checkout :where(.woocommerce-message, .woocommerce-info, .woocommerce-error) {
	display: flex;
	gap: 14px;
	align-items: center;
	min-height: 64px;
	margin-bottom: 18px;
	padding: 16px 18px 16px 54px !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 14px;
	background: #11141b !important;
	color: rgba(255, 255, 255, 0.82) !important;
}

body.travel193-shop-ui.woocommerce-checkout .woocommerce-message,
body.travel193-shop-ui.woocommerce-checkout .woocommerce-info,
body.travel193-shop-ui.woocommerce-checkout .woocommerce-error {
	background-color: #11141b !important;
	color: rgba(255, 255, 255, 0.82) !important;
}

body.travel193-shop-ui.woocommerce-checkout :where(.woocommerce-message, .woocommerce-info, .woocommerce-error)::before {
	top: 50%;
	left: 18px;
	transform: translateY(-50%);
}

body.travel193-shop-ui.woocommerce-checkout .woocommerce-message .button {
	float: none;
	order: 2;
	margin-left: auto;
	white-space: nowrap;
}

body.travel193-shop-ui.woocommerce-checkout form.checkout > .col2-set {
	grid-column: 1;
	grid-row: 1 / span 2;
	width: 100%;
}

body.travel193-shop-ui.woocommerce-checkout form.checkout > #order_review_heading {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	margin: 0;
}

body.travel193-shop-ui.woocommerce-checkout form.checkout > #order_review {
	grid-column: 2;
	grid-row: 2;
	align-self: start;
}

body.travel193-shop-ui.woocommerce-checkout form.checkout .col-1,
body.travel193-shop-ui.woocommerce-checkout form.checkout .col-2 {
	float: none;
	width: 100%;
}

body.travel193-shop-ui.woocommerce-checkout .woocommerce-billing-fields,
body.travel193-shop-ui.woocommerce-checkout #order_review {
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	background: #0f1218;
}

body.travel193-shop-ui.woocommerce-checkout .woocommerce-billing-fields > h3,
body.travel193-shop-ui.woocommerce-checkout #order_review_heading {
	color: #fff;
	font-size: clamp(1.35rem, 2.6vw, 1.8rem);
	font-weight: 850;
	letter-spacing: -0.025em;
}

body.travel193-shop-ui.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

body.travel193-shop-ui.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.travel193-shop-ui.woocommerce-checkout :where(#billing_email_field, #billing_phone_field) {
	grid-column: span 1;
}

body.travel193-shop-ui.woocommerce-checkout:has(#wcus-billing-fields .wcus-checkout-fields) :where(
	#billing_company_field,
	#billing_country_field,
	#billing_address_1_field,
	#billing_address_2_field,
	#billing_city_field,
	#billing_state_field,
	#billing_postcode_field
) {
	display: none !important;
}

body.travel193-shop-ui.woocommerce-checkout :where(#ship-to-different-address, .shipping_address) {
	display: none !important;
}

body.travel193-shop-ui.woocommerce-checkout form.checkout :where(
	input.input-text,
	textarea,
	select,
	.select2-selection--single
) {
	width: 100%;
	min-height: 54px;
	border: 1px solid rgba(255, 255, 255, 0.16) !important;
	border-radius: 10px !important;
	background: #090c11 !important;
	color: #fff !important;
	box-shadow: none !important;
}

body.travel193-shop-ui.woocommerce-checkout form.checkout textarea {
	min-height: 132px;
	padding: 15px 16px;
}

body.travel193-shop-ui.woocommerce-checkout form.checkout :where(input.input-text, textarea, select):focus {
	border-color: var(--t193-accent, #c8ff32) !important;
	box-shadow: 0 0 0 3px rgba(200, 255, 50, 0.12) !important;
	outline: 0;
}

body.travel193-shop-ui.woocommerce-checkout form.checkout .form-row label {
	margin-bottom: 7px;
	color: rgba(255, 255, 255, 0.68) !important;
	font-size: 12px;
	font-weight: 750;
}

body.travel193-shop-ui.woocommerce-checkout :where(#wcus-billing-fields, #wcus-shipping-fields) {
	grid-column: 1 / -1;
	margin-top: 8px;
}

body.travel193-shop-ui.woocommerce-checkout :where(#wcus-billing-fields, #wcus-shipping-fields) .wcus-checkout-fields {
	position: relative;
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 16px;
	background:
		radial-gradient(circle at 100% 0, rgba(92, 80, 255, 0.18), transparent 42%),
		#11141b;
}

body.travel193-shop-ui.woocommerce-checkout :where(#wcus-billing-fields, #wcus-shipping-fields) .wcus-checkout-fields h3 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 1.35rem;
	font-weight: 850;
}

body.travel193-shop-ui.woocommerce-checkout :where(#wcus-billing-fields, #wcus-shipping-fields) .form-row {
	margin: 0 0 14px;
}

body.travel193-shop-ui.woocommerce-checkout :where(#wcus-billing-fields, #wcus-shipping-fields) .zen-ui-select__value {
	display: flex;
	align-items: center;
	min-height: 54px;
	padding: 13px 46px 13px 16px !important;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
	background: #090c11;
	color: #fff;
}

body.travel193-shop-ui.woocommerce-checkout :where(#wcus-billing-fields, #wcus-shipping-fields) .zen-ui-select__value-text {
	color: #fff;
	font-weight: 700;
}

body.travel193-shop-ui.woocommerce-checkout :where(#wcus-billing-fields, #wcus-shipping-fields) .zen-ui-select__value > svg {
	fill: var(--t193-accent, #c8ff32);
}

body.travel193-shop-ui.woocommerce-checkout #order_review .shop_table {
	margin-bottom: 22px;
	border: 0;
	background: transparent;
}

body.travel193-shop-ui.woocommerce-checkout #order_review .shop_table th,
body.travel193-shop-ui.woocommerce-checkout #order_review .shop_table td {
	padding: 16px 0;
	border-color: rgba(255, 255, 255, 0.1) !important;
}

body.travel193-shop-ui.woocommerce-checkout #order_review .product-name {
	padding-right: 18px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
}

body.travel193-shop-ui.woocommerce-checkout #order_review :where(.product-total, .cart-subtotal td, .order-total td) {
	white-space: nowrap;
}

body.travel193-shop-ui.woocommerce-checkout #payment {
	background: transparent !important;
}

body.travel193-shop-ui.woocommerce-checkout #payment ul.payment_methods {
	padding: 18px 0 !important;
	border-color: rgba(255, 255, 255, 0.1) !important;
}

body.travel193-shop-ui.woocommerce-checkout #payment ul.payment_methods li {
	padding: 0;
}

body.travel193-shop-ui.woocommerce-checkout #payment ul.payment_methods label {
	color: #fff !important;
	font-size: 15px;
	font-weight: 750;
}

body.travel193-shop-ui.woocommerce-checkout #payment div.payment_box {
	margin: 14px 0 0;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	background: #090c11 !important;
	color: rgba(255, 255, 255, 0.68) !important;
}

body.travel193-shop-ui.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #090c11 !important;
}

body.travel193-shop-ui.woocommerce-checkout #payment div.payment_box:empty {
	display: none !important;
}

body.travel193-shop-ui.woocommerce-checkout #payment .place-order {
	padding: 22px 0 0 !important;
}

body.travel193-shop-ui.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
	display: none !important;
}

body.travel193-shop-ui.woocommerce-checkout #place_order {
	width: 100%;
	min-height: 58px;
	margin-top: 18px;
}

@media (max-width: 900px) {
	body.travel193-shop-ui.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr;
	}

	body.travel193-shop-ui.woocommerce-checkout form.checkout > .col2-set,
	body.travel193-shop-ui.woocommerce-checkout form.checkout > #order_review_heading,
	body.travel193-shop-ui.woocommerce-checkout form.checkout > #order_review {
		grid-column: 1;
		grid-row: auto;
	}
}

@media (max-width: 600px) {
	header.wp-block-template-part .wp-block-group.alignwide {
		gap: 10px;
	}

	header.wp-block-template-part .wp-block-site-logo img {
		max-width: 132px;
		max-height: 48px;
	}

	header.wp-block-template-part .wp-block-woocommerce-customer-account {
		display: none;
	}

	body.travel193-shop-ui.woocommerce-checkout :where(.woocommerce-message, .woocommerce-info, .woocommerce-error) {
		display: grid;
		padding: 18px 16px 18px 48px !important;
		font-size: 14px;
		line-height: 1.45;
	}

	body.travel193-shop-ui.woocommerce-checkout main .woocommerce {
		width: 100% !important;
		margin-inline: 0 !important;
		padding-inline: 12px;
	}

	body.travel193-shop-ui.woocommerce-checkout :where(
		.woocommerce-notices-wrapper,
		.woocommerce-form-coupon-toggle,
		.woocommerce-form-login-toggle
	) {
		width: 100%;
		margin-inline: 0;
	}

	body.travel193-shop-ui.woocommerce-checkout .woocommerce-message .button {
		justify-self: start;
		order: initial;
		margin: 4px 0 0;
	}

	body.travel193-shop-ui.woocommerce-checkout form.checkout {
		width: 100%;
		margin-inline: 0;
	}

	body.travel193-shop-ui.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	body.travel193-shop-ui.woocommerce-checkout .woocommerce-billing-fields,
	body.travel193-shop-ui.woocommerce-checkout #order_review {
		padding: 20px 14px;
		border-radius: 12px;
	}

	body.travel193-shop-ui.woocommerce-checkout :where(#wcus-billing-fields, #wcus-shipping-fields) .wcus-checkout-fields {
		padding: 18px 14px;
		border-radius: 12px;
	}

	body.travel193-shop-ui.woocommerce-checkout #order_review .shop_table {
		width: 100%;
		table-layout: fixed;
	}

	body.travel193-shop-ui.woocommerce-checkout #order_review .product-total {
		width: 36%;
	}
}

/* Keep catalog calls to action readable after all plugin styles load. */
body.travel193-shop-ui main .woocommerce ul.products li.product a.button,
body.travel193-shop-ui main .woocommerce ul.products li.product a.added_to_cart {
	width: calc(100% - 16px) !important;
	min-height: 48px !important;
	margin: 16px 8px 0 !important;
	padding: 0 10px !important;
	border: 1px solid #c8ff32 !important;
	border-radius: 7px !important;
	background: #c8ff32 !important;
	box-shadow: inset 0 0 0 100px #c8ff32 !important;
	color: #080a0e !important;
	-webkit-text-fill-color: #080a0e !important;
	font-size: 10px !important;
	font-weight: 900 !important;
	letter-spacing: 0.04em !important;
	line-height: 1 !important;
	white-space: nowrap !important;
	opacity: 1 !important;
}

body.travel193-shop-ui main .woocommerce ul.products li.product a.button:hover,
body.travel193-shop-ui main .woocommerce ul.products li.product a.added_to_cart:hover {
	border-color: #fff !important;
	background: #fff !important;
	box-shadow: inset 0 0 0 100px #fff !important;
}

/* Order received can render without the plugin's shop body class. */
body.woocommerce-order-received main .woocommerce {
	width: min(1180px, calc(100% - 32px)) !important;
	margin: clamp(28px, 5vw, 64px) auto clamp(72px, 9vw, 120px) !important;
	padding: clamp(24px, 4vw, 42px) !important;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	background: #0f1218;
	color: rgba(255, 255, 255, 0.84) !important;
}

body.woocommerce-order-received main .woocommerce :where(p, li, td, th, address) {
	color: rgba(255, 255, 255, 0.84) !important;
}

body.woocommerce-order-received main .woocommerce > p:first-child,
body.woocommerce-order-received .woocommerce-thankyou-order-received {
	position: relative;
	margin: 0 0 24px !important;
	padding: 22px 22px 22px 78px !important;
	border: 1px solid rgba(200, 255, 50, 0.36);
	border-radius: 12px;
	background: rgba(200, 255, 50, 0.08);
	color: #fff !important;
	font-size: clamp(19px, 2.2vw, 28px);
	font-weight: 850;
	line-height: 1.3;
}

body.woocommerce-order-received main .woocommerce > p:first-child::before,
body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
	position: absolute;
	top: 50%;
	left: 22px;
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 50%;
	background: #c8ff32;
	color: #080a0e;
	content: "✓";
	font-size: 22px;
	font-weight: 900;
	transform: translateY(-50%);
}

body.woocommerce-order-received main .woocommerce a {
	color: #c8ff32 !important;
	text-underline-offset: 3px;
}

body.woocommerce-order-received :where(.woocommerce-order-overview, .woocommerce-order-details, .woocommerce-customer-details) {
	margin-top: 24px !important;
	padding: clamp(20px, 3vw, 32px) !important;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 12px;
	background: #090c11;
}

body.travel193-shop-ui ul.products li.product a.button {
	background-color: #c8ff32 !important;
	box-shadow: inset 0 0 0 100px #c8ff32 !important;
	color: #080a0e !important;
	-webkit-text-fill-color: #080a0e !important;
}

body.travel193-shop-ui nav.woocommerce-pagination,
body.travel193-shop-ui .woocommerce-pagination {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	margin: 56px 0 24px !important;
	padding: 8px 0 !important;
	overflow: visible !important;
	line-height: 1 !important;
}

body.travel193-shop-ui .woocommerce-pagination ul.page-numbers {
	display: flex !important;
	width: auto !important;
	height: auto !important;
	gap: 10px !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	border: 0 !important;
}

body.travel193-shop-ui .woocommerce-pagination ul.page-numbers > li {
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	border: 0 !important;
}

body.travel193-shop-ui .woocommerce-pagination ul.page-numbers > li > :where(a, span) {
	display: grid !important;
	min-width: 46px !important;
	height: 46px !important;
	padding: 0 12px !important;
	place-items: center !important;
	border: 1px solid rgba(255, 255, 255, 0.24) !important;
	border-radius: 7px !important;
	background: #11141b !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
}

body.travel193-shop-ui .woocommerce-pagination ul.page-numbers > li > :where(.current, a:hover) {
	border-color: #c8ff32 !important;
	background: #c8ff32 !important;
	color: #080a0e !important;
	-webkit-text-fill-color: #080a0e !important;
}

body.travel193-shop-ui .wc-block-components-product-button .wc-block-components-product-button__button {
	min-width: 148px !important;
	min-height: 48px !important;
	padding: 0 18px !important;
	border: 1px solid #c8ff32 !important;
	border-radius: 7px !important;
	background: #c8ff32 !important;
	box-shadow: inset 0 0 0 100px #c8ff32 !important;
	color: #080a0e !important;
	-webkit-text-fill-color: #080a0e !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
	opacity: 1 !important;
}

body.travel193-shop-ui .wc-block-components-product-button .wc-block-components-product-button__button:hover {
	border-color: #fff !important;
	background: #fff !important;
	box-shadow: inset 0 0 0 100px #fff !important;
}

body.travel193-shop-ui .wp-block-query-pagination {
	display: flex !important;
	gap: 12px !important;
	justify-content: center !important;
	width: 100%;
	margin: clamp(48px, 7vw, 76px) 0 20px !important;
	padding: 0 !important;
	color: #fff !important;
}

body.travel193-shop-ui .wp-block-query-pagination-numbers {
	display: flex !important;
	gap: 9px;
}

body.travel193-shop-ui .wp-block-query-pagination :where(.page-numbers, .wp-block-query-pagination-next, .wp-block-query-pagination-previous) {
	display: grid !important;
	min-width: 46px;
	height: 46px;
	padding: 0 14px !important;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.22) !important;
	border-radius: 7px;
	background: #11141b !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 14px;
	font-weight: 850;
	line-height: 1 !important;
	text-decoration: none !important;
}

body.travel193-shop-ui .wp-block-query-pagination :where(.page-numbers.current, a:hover) {
	border-color: #c8ff32 !important;
	background: #c8ff32 !important;
	color: #080a0e !important;
	-webkit-text-fill-color: #080a0e !important;
}

/* Legacy WooCommerce product grid: equal cards without flex-width conflicts. */
body.travel193-shop-ui ul.wc-block-grid__products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: clamp(18px, 2.4vw, 30px) !important;
	align-items: stretch;
	margin: 0 !important;
	padding: 0 !important;
}

body.travel193-shop-ui ul.wc-block-grid__products > li.wc-block-grid__product {
	display: flex !important;
	flex: none !important;
	flex-direction: column;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 12px 12px 18px !important;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.13) !important;
	border-radius: 16px !important;
	background: #0f1218 !important;
	text-align: left !important;
}

body.travel193-shop-ui .wc-block-grid__product-link {
	display: block;
	color: inherit;
	text-decoration: none !important;
}

body.travel193-shop-ui .wc-block-grid__product-image {
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 16px !important;
	overflow: hidden;
	border-radius: 11px !important;
	background: #eef0f4 !important;
}

body.travel193-shop-ui .wc-block-grid__product-image img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 10px;
	aspect-ratio: 1 / 1;
	background: #eef0f4 !important;
	object-fit: contain !important;
	mix-blend-mode: normal !important;
}

body.travel193-shop-ui .wc-block-grid__product-title {
	display: -webkit-box;
	min-height: 2.7em;
	margin: 0 !important;
	padding: 0 4px !important;
	overflow: hidden;
	color: #fff !important;
	font-size: clamp(14px, 1.3vw, 17px) !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
	text-align: left !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.travel193-shop-ui .wc-block-grid__product-price {
	margin: 10px 0 0 !important;
	padding: 0 4px !important;
	color: #c8ff32 !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	text-align: left !important;
}

body.travel193-shop-ui .wc-block-grid__product-add-to-cart {
	width: 100%;
	margin: auto 0 0 !important;
	padding-top: 16px;
}

body.travel193-shop-ui .wc-block-grid__product-add-to-cart .wp-block-button__link {
	display: flex !important;
	width: 100% !important;
	min-height: 48px;
	margin: 0 !important;
	padding: 0 12px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid #c8ff32 !important;
	border-radius: 7px !important;
	background: #c8ff32 !important;
	box-shadow: inset 0 0 0 100px #c8ff32 !important;
	color: #080a0e !important;
	-webkit-text-fill-color: #080a0e !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	letter-spacing: 0.04em;
	line-height: 1.1 !important;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
}

body.travel193-shop-ui .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
	border-color: #fff !important;
	background: #fff !important;
	box-shadow: inset 0 0 0 100px #fff !important;
}

body.travel193-shop-ui ul.wc-block-product-template {
	align-items: stretch !important;
}

body.travel193-shop-ui ul.wc-block-product-template > li.wc-block-product {
	display: flex !important;
	min-width: 0;
	height: auto;
	padding: 10px 10px 16px !important;
	flex-direction: column;
	align-self: stretch;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 16px;
	background: #0f1218;
	box-sizing: border-box;
}

body.travel193-shop-ui ul.wc-block-product-template > li.wc-block-product .wc-block-components-product-image {
	width: 100%;
	margin-bottom: 14px;
	overflow: hidden;
	border-radius: 11px;
}

body.travel193-shop-ui ul.wc-block-product-template > li.wc-block-product > .wp-block-post-title {
	display: -webkit-box;
	min-height: 4.05em;
	max-height: 4.05em;
	margin: 0 2px 10px !important;
	overflow: hidden;
	color: #fff !important;
	font-size: clamp(12px, 0.9vw, 14px) !important;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.35;
	text-align: left !important;
	text-transform: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

body.travel193-shop-ui ul.wc-block-product-template > li.wc-block-product > .wp-block-post-title a {
	color: inherit !important;
	font: inherit;
	text-decoration: none !important;
}

body.travel193-shop-ui ul.wc-block-product-template > li.wc-block-product > .wp-block-woocommerce-product-price {
	margin: 0 2px 14px;
	text-align: left !important;
}

body.travel193-shop-ui ul.wc-block-product-template > li.wc-block-product > .wp-block-woocommerce-product-button {
	width: 100%;
	margin: auto 0 0 !important;
}

body.travel193-shop-ui ul.wc-block-product-template .wc-block-components-product-button__button {
	display: flex !important;
	width: 100% !important;
	min-height: 46px;
	padding: 0 10px !important;
	align-items: center;
	justify-content: center;
	font-size: 10px !important;
	line-height: 1.15;
	white-space: normal;
}

@media (max-width: 1023px) {
	body.travel193-shop-ui ul.wc-block-grid__products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 520px) {
	body.travel193-shop-ui ul.wc-block-grid__products {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.travel193-shop-ui ul.wc-block-grid__products > li.wc-block-grid__product {
		padding: 10px 10px 16px !important;
	}
}

/* Homepage categories: centered shell and overflow-safe responsive cards. */
body .travel193-categories.alignfull {
	position: relative !important;
	left: auto !important;
	width: calc(100% + var(--wp--style--root--padding-left, 0px) + var(--wp--style--root--padding-right, 0px)) !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	overflow-x: clip;
	box-sizing: border-box;
}

body .travel193-categories,
body .travel193-categories * {
	box-sizing: border-box;
}

body .travel193-categories > .travel193-shell {
	position: relative;
	left: auto;
	width: min(1240px, calc(100% - 48px)) !important;
	max-width: 1240px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	transform: none !important;
}

body .travel193-categories .travel193-section-heading {
	width: min(900px, 100%);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

body .travel193-categories .travel193-section-heading h2,
body .travel193-categories .travel193-section-heading > p {
	margin-right: auto;
	margin-left: auto;
}

body .travel193-categories .travel193-section-heading h2 {
	max-width: 14ch;
}

body .travel193-categories .travel193-section-heading > p:not(.travel193-section-heading__kicker) {
	max-width: 680px;
}

body .travel193-categories .travel193-category-grid {
	width: 100%;
	min-width: 0;
	margin-inline: auto;
}

body .travel193-categories .travel193-category-card {
	min-width: 0;
	max-width: 100%;
}

body .travel193-categories .travel193-category-card__body,
body .travel193-categories .travel193-category-card__title {
	min-width: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
}

@media (min-width: 1100px) {
	body .travel193-categories .travel193-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body .travel193-categories .travel193-category-card {
		grid-column: auto;
	}
}

@media (max-width: 699px) {
	body .travel193-categories.alignfull {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	body .travel193-categories > .travel193-shell {
		width: calc(100% - 24px) !important;
		max-width: calc(100% - 24px) !important;
	}

	body .travel193-categories .travel193-section-heading {
		width: 100%;
		margin-bottom: 34px;
		padding-inline: 4px;
	}

	body .travel193-categories .travel193-section-heading h2 {
		max-width: 11ch;
		font-size: clamp(38px, 12vw, 58px);
		line-height: 0.96;
	}

	body .travel193-categories .travel193-category-grid {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 12px;
	}

	body .travel193-categories .travel193-category-card {
		grid-template-columns: 58px minmax(0, 1fr) 34px !important;
		gap: 12px !important;
		width: 100%;
		min-height: 104px;
		padding: 16px 14px !important;
	}

	body .travel193-categories .travel193-category-card__icon {
		width: 58px;
		height: 58px;
	}

	body .travel193-categories .travel193-category-card__icon svg {
		width: 30px;
		height: 30px;
	}

	body .travel193-categories .travel193-category-card__title {
		font-size: clamp(14px, 4.5vw, 18px);
		line-height: 1.18;
	}

	body .travel193-categories .travel193-category-card__arrow {
		display: grid;
		width: 34px;
		height: 34px;
		place-items: center;
		font-size: 20px;
	}
}

@media (min-width: 700px) and (max-width: 899px) {
	body.home .travel193-hero {
		min-height: 720px !important;
	}

	body.home .travel193-hero__inner {
		width: calc(100% - 48px) !important;
		padding-block: 72px !important;
	}

	body.home .travel193-hero__content {
		position: static;
		width: 46%;
		max-width: 340px;
		padding-left: 24px;
	}

	body.home .travel193-hero__subtitle {
		max-width: 300px;
		font-size: 17px;
		line-height: 1.5;
	}

	body.home .travel193-hero__product-visual {
		top: 48%;
		right: -15%;
		width: 64vw;
		opacity: 0.92;
	}

	body.home .travel193-hero__product-orbit {
		right: 7%;
		width: 68%;
	}

	body.home .travel193-hero .travel193-button {
		min-height: 54px;
		padding-inline: 20px;
	}
}

/* Homepage full-bleed sections must cancel the block theme's root padding. */
body.home {
	overflow-x: clip;
}

body.home .travel193-hero.alignfull {
	width: calc(100% + var(--wp--style--root--padding-left, 0px) + var(--wp--style--root--padding-right, 0px)) !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

@media (max-width: 699px) {
	body.home .travel193-hero.alignfull,
	body.home .travel193-categories.alignfull {
		width: calc(100% + var(--wp--style--root--padding-left, 0px) + var(--wp--style--root--padding-right, 0px)) !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.home .travel193-hero {
		display: block;
		min-height: 0 !important;
		height: auto;
		overflow: hidden;
		background-position: center top;
	}

	body.home .travel193-hero::before {
		background:
			radial-gradient(circle at 50% 15%, rgba(200, 255, 50, 0.16), transparent 34%),
			linear-gradient(180deg, rgba(5, 7, 10, 0.16) 0%, rgba(5, 7, 10, 0.5) 48%, rgba(5, 7, 10, 0.98) 76%);
	}

	body.home .travel193-hero__overlay {
		background: linear-gradient(180deg, transparent 35%, rgba(5, 7, 10, 0.84) 78%, #05070a 100%);
	}

	body.home .travel193-hero__inner {
		display: flex;
		width: calc(100% - 24px) !important;
		min-height: 650px;
		margin-inline: auto;
		padding: 360px 0 34px !important;
		align-items: flex-end;
		box-sizing: border-box;
	}

	body.home .travel193-hero__content {
		position: static;
		width: 100%;
		max-width: 100%;
		padding: 0 6px !important;
	}

	body.home .travel193-hero__content::before {
		display: none;
	}

	body.home .travel193-hero__product-visual {
		top: 24px;
		right: auto;
		left: 50%;
		width: min(116vw, 470px);
		opacity: 0.96;
		transform: translateX(-50%) rotate(-3deg);
	}

	body.home .travel193-hero__product-visual::before {
		inset: 10% 7% 0;
		filter: blur(24px);
	}

	body.home .travel193-hero__product-orbit {
		top: 7%;
		right: 10%;
		width: 70%;
		opacity: 0.72;
	}

	body.home .travel193-hero__subtitle {
		max-width: 31ch;
		margin: 0 !important;
		color: rgba(255, 255, 255, 0.9);
		font-size: clamp(18px, 5.5vw, 22px);
		line-height: 1.42;
	}

	body.home .travel193-hero .travel193-button {
		display: flex;
		width: 100%;
		min-height: 56px;
		margin-top: 24px;
		padding-inline: 18px;
		align-items: center;
		justify-content: center;
	}

	body.home .travel193-hero .travel193-button::after {
		position: absolute;
		right: 20px;
		margin-left: 0;
	}
}

@media (max-width: 380px) {
	body.home .travel193-hero__inner {
		min-height: 610px;
		padding-top: 330px !important;
	}

	body.home .travel193-hero__product-visual {
		width: 128vw;
	}
}

@media (max-width: 699px) {
	body.travel193-shop-ui.single-product main .wp-block-post-title {
		width: 100%;
		max-width: 100%;
		margin-bottom: 16px;
		font-size: clamp(24px, 6.8vw, 30px) !important;
		letter-spacing: -0.018em;
		line-height: 1.16;
		text-wrap: balance;
		word-break: normal;
		overflow-wrap: break-word;
		hyphens: auto;
	}

	body:not(.wp-admin) main .travel193-certificates__cta {
		gap: 20px;
		padding: 24px 18px;
	}

	body:not(.wp-admin) main .travel193-certificates__button {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		min-height: 54px;
		gap: 10px;
		padding: 14px 16px;
		font-size: 11px;
		line-height: 1.25;
		text-align: left;
	}

	body:not(.wp-admin) main .travel193-certificates__button span {
		margin-left: auto;
	}

	header.wp-block-template-part > .wp-block-group.alignwide,
	header.wp-block-template-part .wp-block-group.alignwide {
		width: calc(100vw - 24px) !important;
		max-width: calc(100vw - 24px) !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		box-sizing: border-box;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container-open {
		margin-left: auto;
	}

	header.wp-block-template-part .wp-block-woocommerce-customer-account {
		display: none !important;
	}

	header.wp-block-template-part {
		z-index: 1000000 !important;
		overflow: visible !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
	}

	header.wp-block-template-part .wp-block-navigation,
	header.wp-block-template-part .wp-block-navigation__responsive-dialog,
	header.wp-block-template-part .wp-block-navigation__responsive-close {
		position: static;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open {
		position: fixed !important;
		z-index: 9999999 !important;
		inset: 0 !important;
		display: flex !important;
		width: 100vw !important;
		height: 100dvh !important;
		min-height: 100vh;
		margin: 0 !important;
		padding: 88px 24px 32px !important;
		overflow-y: auto !important;
		background: #080a0e !important;
		color: #fff !important;
		box-sizing: border-box;
		isolation: isolate;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close,
	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
		display: flex;
		width: 100%;
		min-height: 100%;
		flex-direction: column;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
		position: fixed !important;
		z-index: 10000000 !important;
		top: 18px !important;
		right: 18px !important;
		display: grid !important;
		width: 48px;
		height: 48px;
		padding: 0 !important;
		place-items: center;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 50%;
		background: #171b23 !important;
		color: #fff !important;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		display: flex !important;
		width: 100%;
		padding-top: 28px !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		display: flex !important;
		width: 100%;
		gap: 0 !important;
		align-items: stretch !important;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .travel193-mobile-account-link {
		display: flex !important;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		display: flex;
		width: 100%;
		padding: 18px 4px !important;
		align-items: center;
		justify-content: space-between;
		color: #fff !important;
		font-size: clamp(22px, 7vw, 30px) !important;
		font-weight: 850;
		letter-spacing: -0.035em;
		line-height: 1.15;
		text-transform: uppercase;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content::after {
		position: static;
		width: auto;
		height: auto;
		margin-left: 16px;
		background: transparent;
		color: #c8ff32;
		content: "↗";
		font-size: 22px;
		transform: none;
	}
}

.travel193-mobile-account-link {
	display: none !important;
}

@media (max-width: 600px) {
	body.travel193-shop-ui .wc-block-components-product-button .wc-block-components-product-button__button {
		min-width: 0 !important;
		width: 100% !important;
		padding-inline: 10px !important;
		font-size: 10px !important;
	}

	body.travel193-shop-ui .wp-block-query-pagination {
		flex-wrap: wrap;
	}

	body.travel193-shop-ui .wp-block-query-pagination :where(.wp-block-query-pagination-next, .wp-block-query-pagination-previous) {
		width: 100%;
	}
}

@media (max-width: 700px) {
	body.travel193-shop-ui.woocommerce-cart,
	body.travel193-shop-ui.woocommerce-cart .wp-site-blocks,
	body.travel193-shop-ui.woocommerce-cart main {
		max-width: 100%;
		overflow-x: clip;
	}

	body.travel193-shop-ui.woocommerce-cart :where(
		.wc-block-cart,
		.wc-block-components-sidebar-layout,
		.wc-block-cart__main,
		.wc-block-cart__sidebar,
		.wp-block-woocommerce-cart-items-block,
		.wp-block-woocommerce-cart-totals-block
	) {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		box-sizing: border-box;
	}

	body.travel193-shop-ui.woocommerce-cart .wc-block-cart__main,
	body.travel193-shop-ui.woocommerce-cart .wc-block-cart__sidebar {
		padding: 14px 10px !important;
	}

	body.travel193-shop-ui.woocommerce-cart table.wc-block-cart-items,
	body.travel193-shop-ui.woocommerce-cart table.wc-block-cart-items tbody {
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	body.travel193-shop-ui.woocommerce-cart table.wc-block-cart-items thead {
		display: none !important;
	}

	body.travel193-shop-ui.woocommerce-cart tr.wc-block-cart-items__row {
		display: grid !important;
		width: 100% !important;
		min-width: 0 !important;
		grid-template-columns: 70px minmax(0, 1fr);
		gap: 4px 12px;
		padding: 14px 0 !important;
		box-sizing: border-box;
	}

	body.travel193-shop-ui.woocommerce-cart td.wc-block-cart-item__image {
		grid-column: 1;
		grid-row: 1 / span 2;
		width: 70px !important;
		min-width: 0 !important;
		padding: 0 !important;
	}

	body.travel193-shop-ui.woocommerce-cart td.wc-block-cart-item__image > a {
		width: 70px !important;
		height: 70px !important;
	}

	body.travel193-shop-ui.woocommerce-cart td.wc-block-cart-item__product,
	body.travel193-shop-ui.woocommerce-cart td.wc-block-cart-item__total {
		display: block !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: 100% !important;
		padding: 0 !important;
		grid-column: 2;
		text-align: left !important;
	}

	body.travel193-shop-ui.woocommerce-cart td.wc-block-cart-item__product {
		grid-row: 1;
	}

	body.travel193-shop-ui.woocommerce-cart td.wc-block-cart-item__total {
		grid-row: 2;
		margin-top: 6px;
	}

	body.travel193-shop-ui.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
		display: none !important;
	}

	body.travel193-shop-ui.woocommerce-cart .wc-block-cart-item__wrap,
	body.travel193-shop-ui.woocommerce-cart .wc-block-components-product-name {
		min-width: 0;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	body.travel193-shop-ui.woocommerce-cart .wc-block-components-product-name {
		font-size: 15px !important;
		line-height: 1.3;
	}

	body.travel193-shop-ui.woocommerce-cart .wc-block-cart-item__quantity {
		flex-wrap: wrap;
		gap: 8px;
		margin-top: 10px;
	}

	body.travel193-shop-ui.woocommerce-cart .wc-block-components-quantity-selector {
		width: 112px;
		min-width: 0;
	}

	body.travel193-shop-ui.woocommerce-cart :where(
		.wc-block-components-totals-item,
		.wc-block-cart__submit-container,
		.wc-block-cart__submit-button
	) {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}
}

@media (max-width: 900px) {
	body.travel193-shop-ui.woocommerce-checkout,
	body.travel193-shop-ui.woocommerce-checkout .wp-site-blocks,
	body.travel193-shop-ui.woocommerce-checkout main,
	body.travel193-shop-ui.woocommerce-checkout main .woocommerce {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		overflow-x: clip;
		box-sizing: border-box;
	}

	body.travel193-shop-ui.woocommerce-checkout :where(
		.wp-block-woocommerce-checkout,
		.wc-block-checkout,
		.wc-block-components-sidebar-layout,
		.wc-block-components-main,
		.wc-block-components-sidebar,
		form.checkout,
		form.checkout > .col2-set,
		form.checkout > #order_review,
		.woocommerce-billing-fields,
		.woocommerce-billing-fields__field-wrapper
	) {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	body.travel193-shop-ui.woocommerce-checkout .wc-block-components-sidebar-layout {
		display: flex !important;
		gap: 20px !important;
		flex-direction: column;
	}

	body.travel193-shop-ui.woocommerce-checkout .wc-block-components-main,
	body.travel193-shop-ui.woocommerce-checkout .wc-block-components-sidebar {
		flex: 0 0 auto !important;
	}

	body.travel193-shop-ui.woocommerce-checkout :where(
		.wc-block-components-checkout-step,
		.wc-block-components-checkout-step__content,
		.wc-block-components-address-form,
		.wc-block-components-address-form-wrapper,
		.wc-block-components-address-address-wrapper,
		#test-smarty,
		#wcus-billing-fields,
		#wcus-shipping-fields,
		.wcus-checkout-fields,
		.zen-ui-select
	) {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	body.travel193-shop-ui.woocommerce-checkout .wc-block-components-checkout-step__content {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	body.travel193-shop-ui.woocommerce-checkout .wc-block-components-address-form {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.travel193-shop-ui.woocommerce-checkout .wc-block-components-address-form > * {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		grid-column: 1 !important;
	}

	body.travel193-shop-ui.woocommerce-checkout form.checkout {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 18px !important;
	}

	body.travel193-shop-ui.woocommerce-checkout form.checkout > .col2-set,
	body.travel193-shop-ui.woocommerce-checkout form.checkout > #order_review_heading,
	body.travel193-shop-ui.woocommerce-checkout form.checkout > #order_review {
		grid-column: 1 !important;
		grid-row: auto !important;
	}
}

@media (max-width: 600px) {
	body.travel193-shop-ui.woocommerce-checkout main.wp-block-group,
	body.travel193-shop-ui.woocommerce-checkout .wp-site-blocks > main {
		padding: 20px 12px 56px !important;
	}

	body.travel193-shop-ui.woocommerce-checkout .wp-block-woocommerce-checkout {
		width: 100% !important;
		margin: 0 !important;
	}

	body.travel193-shop-ui.woocommerce-checkout :where(
		.wc-block-components-main,
		.wc-block-components-sidebar,
		.woocommerce-billing-fields,
		#order_review
	) {
		padding: 18px 12px !important;
		border-radius: 12px !important;
	}

	body.travel193-shop-ui.woocommerce-checkout .wc-block-components-checkout-step {
		margin-bottom: 22px;
		padding-bottom: 22px;
	}

	body.travel193-shop-ui.woocommerce-checkout :where(
		.wc-block-components-title,
		.wc-block-components-checkout-step__title,
		.woocommerce-billing-fields > h3,
		#order_review_heading,
		.wcus-checkout-fields h3
	) {
		font-size: clamp(20px, 6.2vw, 26px) !important;
		line-height: 1.15 !important;
		text-wrap: balance;
	}

	body.travel193-shop-ui.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 12px !important;
	}

	body.travel193-shop-ui.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
	body.travel193-shop-ui.woocommerce-checkout :where(#billing_email_field, #billing_phone_field) {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		grid-column: 1 !important;
	}

	body.travel193-shop-ui.woocommerce-checkout :where(
		input.input-text,
		textarea,
		select,
		.select2-container,
		.select2-selection--single,
		.zen-ui-select__value
	) {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	body.travel193-shop-ui.woocommerce-checkout .zen-ui-select__value {
		min-height: 50px !important;
		padding: 12px 40px 12px 13px !important;
	}

	body.travel193-shop-ui.woocommerce-checkout .zen-ui-select__value-text {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	body.travel193-shop-ui.woocommerce-checkout :where(
		.woocommerce-form-coupon-toggle,
		.woocommerce-form-login-toggle,
		.woocommerce-notices-wrapper,
		form.checkout_coupon,
		form.woocommerce-form-login
	) {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		box-sizing: border-box;
	}

	body.travel193-shop-ui.woocommerce-checkout form.checkout_coupon {
		display: grid;
		gap: 10px;
		padding: 16px 12px !important;
		grid-template-columns: minmax(0, 1fr);
	}

	body.travel193-shop-ui.woocommerce-checkout form.checkout_coupon .form-row {
		float: none !important;
		width: 100% !important;
		margin: 0 !important;
	}

	body.travel193-shop-ui.woocommerce-checkout form.checkout_coupon button {
		width: 100% !important;
		min-height: 50px;
	}

	body.travel193-shop-ui.woocommerce-checkout #order_review .shop_table {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		table-layout: fixed;
	}

	body.travel193-shop-ui.woocommerce-checkout #order_review .shop_table :where(th, td) {
		padding: 13px 0 !important;
		font-size: 13px;
		overflow-wrap: anywhere;
	}

	body.travel193-shop-ui.woocommerce-checkout #order_review .shop_table :where(.product-total, td:last-child) {
		width: 35%;
		padding-left: 10px !important;
		white-space: normal;
		text-align: right;
	}

	body.travel193-shop-ui.woocommerce-checkout #shipping_method,
	body.travel193-shop-ui.woocommerce-checkout #shipping_method li,
	body.travel193-shop-ui.woocommerce-checkout #shipping_method label {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	body.travel193-shop-ui.woocommerce-checkout #payment .place-order {
		padding-top: 16px !important;
	}

	body.travel193-shop-ui.woocommerce-checkout :where(
		#place_order,
		.wc-block-components-checkout-place-order-button,
		.wc-block-components-button
	) {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		box-sizing: border-box;
		white-space: normal !important;
	}

	body.travel193-shop-ui.woocommerce-checkout .wc-block-components-order-summary-item {
		gap: 12px;
		min-width: 0;
	}

	body.travel193-shop-ui.woocommerce-checkout .wc-block-components-order-summary-item__image {
		flex-basis: 54px !important;
		width: 54px !important;
		height: 54px !important;
	}

	body.travel193-shop-ui.woocommerce-checkout .wc-block-components-order-summary-item__description,
	body.travel193-shop-ui.woocommerce-checkout .wc-block-components-product-name {
		min-width: 0;
		overflow-wrap: anywhere;
	}

	body.travel193-shop-ui.woocommerce-checkout .zen-ui-select__dropdown-container,
	body.travel193-shop-ui.woocommerce-checkout .zen-ui-select__dropdown {
		left: 0 !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	body.travel193-shop-ui.woocommerce-checkout .zen-ui-select__option {
		white-space: normal;
		overflow-wrap: anywhere;
	}

	body.travel193-shop-ui.woocommerce-checkout .wc-block-checkout__actions_row {
		display: flex;
		gap: 12px;
		width: 100%;
		min-width: 0;
		flex-direction: column-reverse;
		align-items: stretch;
	}

	body.travel193-shop-ui.woocommerce-checkout :where(
		.wc-block-components-radio-control__option,
		.wc-block-components-radio-control__label-group,
		.wc-block-components-checkbox__label,
		.wc-block-checkout__terms
	) {
		min-width: 0;
		max-width: 100%;
		overflow-wrap: anywhere;
	}
}

body.woocommerce-order-received .wc-block-order-confirmation-totals-wrapper {
	width: min(1180px, calc(100% - 32px)) !important;
	max-width: 1180px !important;
	margin: 24px auto 0 !important;
	box-sizing: border-box;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals-wrapper > .wp-block-heading {
	margin: 0 0 14px !important;
	color: #fff !important;
	font-size: clamp(20px, 2.4vw, 28px) !important;
	font-weight: 850;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals-wrapper > .wc-block-order-confirmation-totals {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	box-sizing: border-box;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals__table {
	width: 100% !important;
	max-width: 100% !important;
	table-layout: fixed;
	border-collapse: collapse;
	box-sizing: border-box;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals__table :where(th, td) {
	padding: 15px 10px !important;
	border-color: rgba(255, 255, 255, 0.13) !important;
	color: rgba(255, 255, 255, 0.84) !important;
	line-height: 1.45;
	vertical-align: top;
	box-sizing: border-box;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals__product {
	width: 68%;
	padding-left: 0 !important;
	overflow-wrap: anywhere;
	text-align: left;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals__total {
	width: 32%;
	padding-right: 0 !important;
	text-align: right;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals__table a {
	color: #fff !important;
	font-weight: 750;
	text-decoration-color: rgba(200, 255, 50, 0.5) !important;
	text-underline-offset: 3px;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals__table tfoot tr:last-child :where(th, td) {
	color: #fff !important;
	font-size: 16px;
	font-weight: 900;
}

@media (max-width: 600px) {
	body.woocommerce-order-received .wc-block-order-confirmation-totals-wrapper {
		width: calc(100% - 24px) !important;
		max-width: calc(100% - 24px) !important;
		margin-top: 18px !important;
	}

	body.woocommerce-order-received .wc-block-order-confirmation-totals-wrapper > .wp-block-heading {
		margin-bottom: 10px !important;
		font-size: 21px !important;
		line-height: 1.2;
	}

	body.woocommerce-order-received .wc-block-order-confirmation-totals-wrapper > .wc-block-order-confirmation-totals {
		width: 100% !important;
		padding: 14px 12px !important;
		border-radius: 12px;
	}

	body.woocommerce-order-received .wc-block-order-confirmation-totals__table :where(th, td) {
		padding: 12px 6px !important;
		font-size: 13px;
		line-height: 1.4;
	}

	body.woocommerce-order-received .wc-block-order-confirmation-totals__product {
		width: 62%;
		padding-left: 0 !important;
	}

	body.woocommerce-order-received .wc-block-order-confirmation-totals__total {
		width: 38%;
		padding-right: 0 !important;
		white-space: normal;
	}

	body.woocommerce-order-received .wc-block-order-confirmation-totals__table .product-quantity {
		display: inline-block;
		margin-top: 3px;
	}

	body.woocommerce-order-received .wc-block-order-confirmation-totals__table tfoot tr:last-child :where(th, td) {
		font-size: 14px;
	}
}

body.travel193-shop-ui .wp-block-group:has(> .wp-block-woocommerce-product-results-count):has(> .wp-block-woocommerce-catalog-sorting) {
	gap: 16px 24px;
	width: 100%;
	max-width: 100%;
	flex-wrap: wrap !important;
	box-sizing: border-box;
}

body.travel193-shop-ui :where(
	.wp-block-woocommerce-product-results-count,
	.wp-block-woocommerce-catalog-sorting,
	.wp-block-woocommerce-catalog-sorting .woocommerce-ordering
) {
	min-width: 0;
	margin: 0 !important;
}

body.travel193-shop-ui .wp-block-woocommerce-product-results-count .woocommerce-result-count {
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.68) !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

body.travel193-shop-ui .wp-block-woocommerce-catalog-sorting select.orderby {
	width: 100%;
	max-width: 360px;
	min-height: 48px;
	margin: 0;
	padding: 0 42px 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 9px;
	background-color: #11141b !important;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	box-sizing: border-box;
}

@media (max-width: 700px) {
	body.travel193-shop-ui .wp-block-group:has(> .wp-block-woocommerce-product-results-count):has(> .wp-block-woocommerce-catalog-sorting) {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
		align-items: stretch !important;
		justify-content: stretch !important;
	}

	body.travel193-shop-ui :where(
		.wp-block-woocommerce-product-results-count,
		.wp-block-woocommerce-catalog-sorting,
		.wp-block-woocommerce-catalog-sorting .woocommerce-ordering,
		.wp-block-woocommerce-catalog-sorting select.orderby
	) {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}
}

body.travel193-shop-ui.single-product .wp-block-add-to-cart-form form.cart .variations {
	width: min(520px, 100%);
	margin: 0 auto 20px !important;
	border-spacing: 0 12px;
	table-layout: fixed;
}

body.travel193-shop-ui.single-product .wp-block-add-to-cart-form form.cart .variations tbody {
	display: block;
	width: 100%;
}

body.travel193-shop-ui.single-product .wp-block-add-to-cart-form form.cart .variations tr {
	display: grid;
	width: 100%;
	min-height: 72px;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

body.travel193-shop-ui.single-product .wp-block-add-to-cart-form form.cart .variations :where(th.label, td.value) {
	display: block;
	width: 100%;
	padding: 0 !important;
	text-align: center !important;
	box-sizing: border-box;
}

body.travel193-shop-ui.single-product .wp-block-add-to-cart-form form.cart .variations th.label {
	display: flex !important;
	min-height: 50px;
	align-items: center;
	justify-content: center;
}

body.travel193-shop-ui.single-product .wp-block-add-to-cart-form form.cart .variations td.value {
	position: relative;
	min-height: 50px;
}

body.travel193-shop-ui.single-product .wp-block-add-to-cart-form form.cart .variations th.label label {
	display: block;
	margin: 0;
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
}

body.travel193-shop-ui.single-product .wp-block-add-to-cart-form form.cart .variations select {
	display: block;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	min-height: 50px;
	margin: 0 !important;
	padding: 0 40px 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 9px;
	background-color: #11141b !important;
	color: #fff !important;
	font-weight: 700;
	text-align: center;
	text-align-last: center;
	box-sizing: border-box;
}

body.travel193-shop-ui.single-product .wp-block-add-to-cart-form form.cart .reset_variations {
	position: absolute;
	top: 55px;
	right: 0;
	left: 0;
	display: block;
	width: fit-content;
	margin: 0 auto !important;
	color: var(--t193-accent, #c8ff32) !important;
	font-size: 12px;
	text-align: center;
}

body.travel193-shop-ui.single-product .wp-block-add-to-cart-form form.cart .reset_variations[style*="visibility: hidden"] {
	display: none !important;
}

@media (max-width: 600px) {
	body.travel193-shop-ui.single-product .wp-block-add-to-cart-form form.cart .variations tr {
		grid-template-columns: 68px minmax(0, 1fr);
		gap: 10px;
		margin-bottom: 14px;
	}

	body.travel193-shop-ui.single-product .wp-block-add-to-cart-form form.cart .variations th.label label {
		font-size: 12px;
	}

	body.travel193-shop-ui.single-product .wp-block-add-to-cart-form form.cart .variations_button {
		display: flex !important;
		width: min(100%, 420px);
		max-width: 100%;
		margin-right: auto !important;
		margin-left: auto !important;
		gap: 10px;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}

	body.travel193-shop-ui.single-product .wp-block-add-to-cart-form form.cart .variations_button .quantity {
		float: none !important;
		flex: 0 0 72px;
		width: 72px;
		margin: 0 !important;
	}

	body.travel193-shop-ui.single-product .wp-block-add-to-cart-form form.cart .variations_button .qty {
		width: 72px !important;
		min-height: 50px;
		margin: 0 !important;
		text-align: center;
		box-sizing: border-box;
	}

	body.travel193-shop-ui.single-product .wp-block-add-to-cart-form form.cart .variations_button .single_add_to_cart_button {
		float: none !important;
		flex: 1 1 auto;
		width: auto !important;
		min-width: 0 !important;
		max-width: 320px;
		min-height: 52px;
		margin: 0 !important;
		padding-right: 12px !important;
		padding-left: 12px !important;
		justify-content: center;
		font-size: 11px !important;
		text-align: center;
	}
}

/* WooCommerce success notice. */
body:not(.wp-admin) .wc-block-components-notice-banner.is-success {
	display: grid !important;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	min-height: 76px;
	margin: 0 0 24px !important;
	padding: 16px 18px !important;
	align-items: center;
	border: 1px solid rgba(200, 255, 50, 0.32) !important;
	border-radius: 16px !important;
	background:
		radial-gradient(circle at 100% 0, rgba(200, 255, 50, 0.12), transparent 40%),
		linear-gradient(135deg, rgba(200, 255, 50, 0.04), transparent 55%),
		#11141b !important;
	color: #fff !important;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18) !important;
	box-sizing: border-box;
}

body:not(.wp-admin) .wc-block-components-notice-banner.is-success > svg {
	display: block;
	width: 42px;
	height: 42px;
	margin: 0 !important;
	padding: 10px;
	border-radius: 50%;
	background: var(--t193-accent, #c8ff32) !important;
	fill: #080a0e !important;
	box-sizing: border-box;
}

body:not(.wp-admin) .wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__content {
	display: flex;
	min-width: 0;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.88) !important;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.5;
}

body:not(.wp-admin) .wc-block-components-notice-banner.is-success a.button.wc-forward {
	display: inline-flex !important;
	flex: 0 0 auto;
	min-height: 44px;
	margin: 0 !important;
	padding: 11px 18px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--t193-accent, #c8ff32) !important;
	border-radius: 999px !important;
	background: var(--t193-accent, #c8ff32) !important;
	color: #080a0e !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	letter-spacing: 0.06em;
	line-height: 1.2 !important;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow: none !important;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

body:not(.wp-admin) .wc-block-components-notice-banner.is-success a.button.wc-forward:hover {
	background: #fff !important;
	color: #080a0e !important;
	transform: translateY(-2px);
}

body:not(.wp-admin) .wc-block-components-notice-banner.is-success a.button.wc-forward:focus-visible {
	outline: 3px solid rgba(200, 255, 50, 0.38) !important;
	outline-offset: 3px;
}

@media (max-width: 600px) {
	body:not(.wp-admin) .wc-block-components-notice-banner.is-success {
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 12px;
		padding: 14px !important;
		align-items: start;
		border-radius: 13px !important;
	}

	body:not(.wp-admin) .wc-block-components-notice-banner.is-success > svg {
		width: 36px;
		height: 36px;
		padding: 8px;
	}

	body:not(.wp-admin) .wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__content {
		display: grid;
		gap: 12px;
		font-size: 13px;
	}

body:not(.wp-admin) .wc-block-components-notice-banner.is-success a.button.wc-forward {
		width: 100%;
		min-height: 42px;
		padding: 10px 14px !important;
		white-space: normal;
		box-sizing: border-box;
	}
}

/* Transparent animated Hero artwork, centered on the optional green rings. */
body.home .travel193-hero__product-visual--video {
	right: clamp(-54px, -3vw, -20px);
	width: min(50vw, 720px);
	aspect-ratio: 4 / 3;
	transform: translateY(-50%);
}

body.home .travel193-hero__product-visual--video::before {
	display: none !important;
	content: none !important;
	background: none !important;
}

body.home .travel193-hero__product-visual--video .travel193-hero__product-orbit {
	z-index: 2;
	top: 3.333%;
	right: 15%;
	width: 70%;
	transition: opacity 220ms ease, visibility 220ms ease;
}

body.home .travel193-animated-logo--hero,
body.home .travel193-hero__video {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
	margin: 0;
	border-radius: 0;
	background: transparent;
	object-fit: contain;
	object-position: center;
	opacity: 1;
}

body.home .travel193-hero__video {
	pointer-events: none;
}

body.home .travel193-hero--orbits-hidden .travel193-hero__product-orbit {
	visibility: hidden;
	opacity: 0 !important;
}

body.home .travel193-hero--logo-static .travel193-hero__product-visual--video,
body.home .travel193-hero--logo-static .travel193-animated-logo--hero,
body.home .travel193-hero--logo-static .travel193-hero__video,
body.home .travel193-hero--logo-static .travel193-hero__logo--product {
	animation: none !important;
}

body.home .travel193-hero--logo-static .travel193-animated-logo--hero,
body.home .travel193-hero--logo-static .travel193-hero__video,
body.home .travel193-hero--logo-static .travel193-hero__logo--product {
	transform: none !important;
}

@media (min-width: 700px) and (max-width: 899px) {
	body.home .travel193-hero__product-visual--video {
		top: 48%;
		right: -4vw;
		width: min(58vw, 560px);
		transform: translateY(-50%);
	}
}

@media (max-width: 699px) {
	body.home .travel193-hero__product-visual--video {
		top: 26px;
		right: auto;
		left: 50%;
		width: min(112vw, 460px);
		opacity: 1;
		transform: translateX(-50%);
	}

	body.home .travel193-hero__product-visual--video .travel193-hero__product-orbit {
		top: 3.333%;
		right: 15%;
		width: 70%;
		opacity: 0.55;
	}
}

/* A single theme-owned image replaces video/fallback pairs in header and footer. */
header.wp-block-template-part .travel193-theme-site-logo {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

header.wp-block-template-part .travel193-theme-site-logo .custom-logo-link {
	display: block;
	line-height: 0;
}

header.wp-block-template-part .travel193-theme-site-logo .travel193-animated-logo--header {
	display: block;
	width: 62px;
	height: 62px;
	max-width: none;
	max-height: none;
	object-fit: contain;
	object-position: center;
	border-radius: 0;
}

footer.wp-block-template-part .travel193-site-footer__logo:has(.travel193-animated-logo--footer) {
	max-width: none;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

footer.wp-block-template-part .travel193-site-footer__logo .travel193-animated-logo--footer {
	display: block;
	width: clamp(150px, 18vw, 220px);
	height: clamp(150px, 18vw, 220px);
	max-width: min(220px, 70vw);
	max-height: none;
	object-fit: contain;
	object-position: center;
	border-radius: 0;
}

@media (max-width: 699px) {
	header.wp-block-template-part .travel193-theme-site-logo {
		padding: 0;
	}

	header.wp-block-template-part .travel193-theme-site-logo .travel193-animated-logo--header {
		width: 52px;
		height: 52px;
		max-width: none;
		max-height: none;
	}

}
