.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images {
    float: left;
    width: 98%
}

.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary {
    float: right;
    width: 98%;
    clear: none
}

table tbody > tr:nth-child(odd) > td,table tbody > tr:nth-child(odd) > th {
	background-color: transparent;
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 3em;
    background-size: 16px;
    -webkit-background-size: 16px;
    background-position: calc(100% - 12px) 50%;
    -webkit-background-position: calc(100% - 12px) 50%
}
body.woocommerce,
body.woocommerce-page {
	background: #070711;
	color: #fffaf4;
}

.jo26-woo {
	background:
		radial-gradient(circle at 18% 12%, rgba(33, 214, 205, 0.22), transparent 32rem),
		radial-gradient(circle at 84% 18%, rgba(236, 53, 148, 0.22), transparent 30rem),
		#070711;
	color: #fffaf4;
	min-height: 100vh;
}

.jo26-woo-hero {
	background:
		linear-gradient(90deg, rgba(7, 7, 17, 0.92), rgba(7, 7, 17, 0.62)),
		url("../../../../uploads/2026/07/grafix-landscape-space-only.png") center / cover no-repeat;
	border-bottom: 1px solid rgba(255, 250, 244, 0.12);
	min-height: 360px;
	position: relative;
}

.jo26-woo-hero__inner,
.jo26-woo-content__inner {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: 24px;
	padding-right: 24px;
}

.jo26-woo-hero__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 360px;
	padding-bottom: 64px;
	padding-top: 64px;
}

.jo26-woo-hero--compact,
.jo26-woo-hero--compact .jo26-woo-hero__inner {
	min-height: 270px;
}

.jo26-woo-cart .jo26-woo-content__inner,
.jo26-woo-checkout .jo26-woo-content__inner {
	max-width: 1180px;
}

.jo26-woo-cart .woocommerce,
.jo26-woo-cart .wp-block-woocommerce-cart,
.jo26-woo-cart .wc-block-cart {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 100%;
}

/* Prevent Elementor's generic page template from stretching the Cart Block
 * while the dedicated JO26 cart template is being deployed or regenerated. */
.page-template-elementor_theme.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	width: calc(100% - 48px);
}

.page-template-elementor_theme.woocommerce-cart .page-title {
	box-sizing: border-box;
	margin: 40px auto 0;
	max-width: 1180px;
	padding: 0 24px;
	width: 100%;
}

.jo26-woo-kicker {
	color: #26e0d2;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.jo26-woo-title,
.woocommerce .jo26-woo-title {
	color: #fffaf4;
	font-size: clamp(2.35rem, 5vw, 5rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0;
	max-width: 820px;
	text-transform: none;
}

.jo26-woo-lede {
	color: rgba(255, 250, 244, 0.82);
	font-size: 1.08rem;
	line-height: 1.65;
	margin: 22px 0 0;
	max-width: 650px;
}

.jo26-woo-content__inner {
	padding-bottom: 80px;
	padding-top: 48px;
}

.woocommerce .woocommerce-breadcrumb {
	color: rgba(255, 250, 244, 0.64);
	font-size: 0.9rem;
	margin-bottom: 28px;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #26e0d2;
}

.woocommerce .woocommerce-result-count {
	color: rgba(255, 250, 244, 0.72);
	margin: 0 0 20px;
}

.woocommerce .woocommerce-ordering {
	margin: 0 0 24px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty {
	background-color: #171728;
	border: 1px solid rgba(255, 250, 244, 0.18);
	border-radius: 8px;
	color-scheme: dark;
	color: #fffaf4;
	min-height: 44px;
	padding: 10px 12px;
}

.woocommerce .woocommerce-ordering select option,
.woocommerce form .form-row select option {
	background: #171728;
	color: #fffaf4;
}

.woocommerce ul.products {
	clear: both;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	margin: 24px 0 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none;
	margin: 0;
	width: auto;
}

.woocommerce ul.products li.product.jo26-product-card {
	background: rgba(255, 250, 244, 0.07);
	border: 1px solid rgba(255, 250, 244, 0.13);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.woocommerce ul.products li.product.jo26-product-card:hover {
	background: rgba(255, 250, 244, 0.1);
	border-color: rgba(38, 224, 210, 0.55);
	transform: translateY(-3px);
}

.jo26-product-card__image-link {
	aspect-ratio: 1 / 1;
	background: rgba(255, 250, 244, 0.06);
	display: block;
	position: relative;
}

.woocommerce ul.products li.product a img {
	height: 100%;
	margin: 0;
	object-fit: cover;
	width: 100%;
}

.woocommerce span.onsale {
	background: #ec3594;
	border-radius: 999px;
	box-shadow: 0 10px 28px rgba(236, 53, 148, 0.38);
	color: #fffaf4;
	font-weight: 800;
	left: 14px;
	line-height: 1;
	min-height: 0;
	min-width: 0;
	padding: 9px 12px;
	right: auto;
	top: 14px;
}

.jo26-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 14px;
	padding: 20px;
}

.jo26-product-card__title-link {
	text-decoration: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #fffaf4;
	font-size: 1.12rem;
	font-weight: 850;
	line-height: 1.25;
	padding: 0;
}

.jo26-product-card__meta {
	margin-top: auto;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #26e0d2;
	font-size: 1.08rem;
	font-weight: 850;
}

.woocommerce .star-rating,
.woocommerce .star-rating::before {
	color: #ffc24b;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #e49800;
	border: 2px solid #070711;
	border-radius: 10px;
	color: #070711;
	font-weight: 900;
	line-height: 1;
	padding: 14px 18px;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #070711;
	border-color: #e49800;
	color: #e49800;
	transform: translateY(-1px);
}

.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible,
.woocommerce #respond input#submit:focus-visible,
.woocommerce a.button.alt:focus-visible,
.woocommerce button.button.alt:focus-visible,
.woocommerce input.button.alt:focus-visible {
	background: #070711;
	border-color: #e49800;
	color: #e49800;
	outline: 2px solid #e49800;
	outline-offset: 2px;
}

.woocommerce a.added_to_cart {
	color: #26e0d2;
	display: inline-block;
	font-weight: 800;
	margin-left: 10px;
}

.woocommerce div.product {
	background: rgba(255, 250, 244, 0.06);
	border: 1px solid rgba(255, 250, 244, 0.12);
	border-radius: 8px;
	padding: 24px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 0;
}

.woocommerce div.product div.images img {
	border-radius: 8px;
}

.woocommerce div.product .product_title {
	color: #fffaf4;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 18px;
}

.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .product_meta {
	color: rgba(255, 250, 244, 0.78);
}

.woocommerce div.product form.cart {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	border: 0;
	margin-top: 44px;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: rgba(255, 250, 244, 0.08);
	border: 1px solid rgba(255, 250, 244, 0.12);
	border-radius: 10px;
	margin: 0 8px 10px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: rgba(38, 224, 210, 0.14);
	border-color: rgba(38, 224, 210, 0.44);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #fffaf4;
	font-weight: 800;
}

.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	background: rgba(255, 250, 244, 0.07);
	border: 1px solid rgba(255, 250, 244, 0.13);
	border-radius: 8px;
	color: #fffaf4;
	overflow: hidden;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-color: rgba(255, 250, 244, 0.12);
	color: #fffaf4;
}

.woocommerce-cart .woocommerce-cart-form {
	margin-bottom: 32px;
}

.woocommerce-cart table.cart .product-thumbnail img {
	border-radius: 8px;
}

.woocommerce-cart table.cart td.actions {
	background: rgba(255, 250, 244, 0.03);
	padding: 18px;
}

.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	background: #171728;
	border: 1px solid rgba(255, 250, 244, 0.18);
	border-radius: 10px;
	color: #fffaf4;
	min-height: 44px;
	padding: 10px 12px;
}

.woocommerce-cart .cart-collaterals {
	margin-top: 24px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	margin-left: auto;
	max-width: 460px;
	width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	color: #fffaf4;
	font-size: 1.45rem;
	margin: 0 0 18px;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	border-radius: 10px;
	margin-bottom: 0;
	text-align: center;
}

/* WooCommerce's default cart page is now block-based on new installs. */
.wc-block-cart,
.wc-block-checkout {
	color: #fffaf4;
}

.wc-block-cart .wc-block-components-sidebar,
.wc-block-cart .wc-block-components-totals-wrapper,
.wc-block-cart .wc-block-components-order-summary,
.wc-block-cart .wc-block-cart-items,
.wc-block-checkout .wc-block-components-sidebar,
.wc-block-checkout .wc-block-components-totals-wrapper,
.wc-block-checkout .wc-block-components-order-summary {
	background: rgba(255, 250, 244, 0.07);
	border: 1px solid rgba(255, 250, 244, 0.13);
	border-radius: 8px;
	color: #fffaf4;
}

.wc-block-cart .wc-block-components-sidebar,
.wc-block-checkout .wc-block-components-sidebar {
	padding: 22px;
}

.wc-block-cart .wc-block-components-sidebar > * + *,
.wc-block-checkout .wc-block-components-sidebar > * + *,
.wc-block-cart .wc-block-components-totals-wrapper + .wc-block-components-totals-wrapper,
.wc-block-checkout .wc-block-components-totals-wrapper + .wc-block-components-totals-wrapper,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > * + *,
.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block > * + * {
	margin-top: 18px;
}

.wc-block-cart .wc-block-components-totals-coupon,
.wc-block-checkout .wc-block-components-totals-coupon,
.wc-block-checkout .wc-block-checkout__actions,
.wc-block-checkout .wc-block-components-checkout-place-order-button {
	margin-top: 18px;
}

.wc-block-cart .wc-block-components-totals-wrapper,
.wc-block-checkout .wc-block-components-totals-wrapper {
	padding: 0 22px 22px;
}

/* Keep the cart's final total vertically centered inside its bordered row. */
.wc-block-cart .wp-block-woocommerce-cart-order-summary-totals-block > .wc-block-components-totals-wrapper {
	padding: 14px 22px;
}

.wc-block-cart .wc-block-components-totals-footer-item {
	align-items: center;
	min-height: 32px;
}

.wc-block-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
}

/* Separate the checkout coupon panel from the subtotal group below it. */
.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
	margin-bottom: 18px;
}

.wc-block-cart .wc-block-components-order-summary,
.wc-block-checkout .wc-block-components-order-summary {
	padding: 22px;
}

.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row {
	border-color: rgba(255, 250, 244, 0.12);
}

.wc-block-cart .wc-block-components-product-name,
.wc-block-cart .wc-block-components-product-price,
.wc-block-cart .wc-block-components-totals-item__label,
.wc-block-cart .wc-block-components-totals-item__value,
.wc-block-cart .wc-block-components-title,
.wc-block-checkout .wc-block-components-title,
.wc-block-checkout .wc-block-components-totals-item__label,
.wc-block-checkout .wc-block-components-totals-item__value {
	color: #fffaf4;
}

.wc-block-cart .wc-block-components-product-name,
.wc-block-cart .wc-block-components-title,
.wc-block-checkout .wc-block-components-title {
	font-weight: 800;
}

.wc-block-cart .wc-block-components-quantity-selector,
.wc-block-cart .wc-block-components-quantity-selector input,
.wc-block-cart .wc-block-components-text-input input,
.wc-block-cart .wc-block-components-combobox .components-combobox-control__input,
.wc-block-checkout .wc-block-components-text-input input,
.wc-block-checkout .wc-block-components-combobox .components-combobox-control__input {
	background: #171728;
	border-color: rgba(255, 250, 244, 0.18);
	border-radius: 10px;
	color: #fffaf4;
}

.wc-block-cart .wc-block-components-button,
.wc-block-checkout .wc-block-components-button {
	background: #e49800;
	border: 2px solid #070711;
	border-radius: 10px;
	color: #070711;
	font-weight: 900;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wc-block-cart .wc-block-components-button:hover,
.wc-block-checkout .wc-block-components-button:hover {
	background: #070711;
	border-color: #e49800;
	color: #e49800;
	transform: translateY(-1px);
}

.wc-block-cart .wc-block-components-button:focus-visible,
.wc-block-checkout .wc-block-components-button:focus-visible {
	background: #070711;
	border-color: #e49800;
	color: #e49800;
	outline: 2px solid #e49800;
	outline-offset: 2px;
}

.woocommerce table.shop_table a,
.woocommerce .product-name a,
.woocommerce-account .woocommerce-MyAccount-navigation a {
	color: #fffaf4;
	font-weight: 800;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	padding: 24px;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid rgba(255, 250, 244, 0.1);
}

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

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 13px 0;
	text-decoration: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	background: rgba(255, 250, 244, 0.09);
	border-top-color: #26e0d2;
	color: #fffaf4;
}

.woocommerce-error {
	border-top-color: #ec3594;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: #26e0d2;
}

.woocommerce-error::before {
	color: #ec3594;
}

.woocommerce-pagination ul.page-numbers {
	border: 0;
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 36px;
}

.woocommerce-pagination ul.page-numbers li {
	border: 0;
}

.woocommerce-pagination ul.page-numbers a,
.woocommerce-pagination ul.page-numbers span {
	background: rgba(255, 250, 244, 0.08);
	border: 1px solid rgba(255, 250, 244, 0.12);
	border-radius: 999px;
	color: #fffaf4;
	min-width: 42px;
	padding: 11px 14px;
}

.woocommerce-pagination ul.page-numbers span.current {
	background: rgba(38, 224, 210, 0.18);
	border-color: rgba(38, 224, 210, 0.5);
	color: #fffaf4;
}

@media (min-width: 769px) {
	.woocommerce div.product {
		display: grid;
		gap: 34px;
		grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
	}

	.woocommerce div.product .woocommerce-tabs,
	.woocommerce div.product .related,
	.woocommerce div.product .upsells {
		grid-column: 1 / -1;
	}
}

@media (max-width: 768px) {
	.jo26-woo-hero,
	.jo26-woo-hero__inner {
		min-height: 300px;
	}

	.jo26-woo-hero__inner,
	.jo26-woo-content__inner {
		padding-left: 18px;
		padding-right: 18px;
	}

	.jo26-woo-content__inner {
		padding-bottom: 56px;
		padding-top: 34px;
	}

	.woocommerce ul.products {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.woocommerce div.product,
	.woocommerce-cart .cart-collaterals .cart_totals,
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review,
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 18px;
	}

	.woocommerce .woocommerce-ordering,
	.woocommerce .woocommerce-result-count {
		float: none;
		width: 100%;
	}

	.woocommerce-cart table.cart td.actions .coupon {
		margin-bottom: 12px;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .button {
		width: 100%;
	}

	.wc-block-cart .wc-block-components-sidebar,
	.wc-block-checkout .wc-block-components-sidebar {
		padding: 18px;
	}

	.page-template-elementor_theme.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
		width: calc(100% - 36px);
	}
}
