/* Product detail page styles. */
.xj-single-product-page {
	background: var(--xj-color-bg);
	padding-block: var(--xj-space-4) var(--xj-space-12);
}

.xj-single-breadcrumb,
.woocommerce .xj-single-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin: 0 0 var(--xj-space-4);
	color: var(--xj-color-text-soft);
	font-size: 0.75rem;
}

.xj-single-breadcrumb a {
	color: var(--xj-color-text-soft);
}

.xj-single-breadcrumb a:hover,
.xj-single-breadcrumb a:focus {
	color: var(--xj-color-primary);
}

.xj-single-product__main {
	display: grid;
	gap: var(--xj-space-8);
}

.xj-single-product__gallery {
	min-width: 0;
}

.woocommerce div.product.xj-single-product div.images,
.woocommerce-page div.product.xj-single-product div.images {
	float: none;
	width: 100%;
	margin: 0;
}

.woocommerce div.product.xj-single-product div.images .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce div.product.xj-single-product div.images img {
	border-radius: var(--xj-radius-lg);
	background: var(--xj-color-surface-soft);
}

.woocommerce div.product.xj-single-product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: var(--xj-space-2);
	margin-top: var(--xj-space-3);
}

.woocommerce div.product.xj-single-product div.images .flex-control-thumbs li {
	float: none;
	width: auto;
}

.woocommerce div.product.xj-single-product div.images .flex-control-thumbs img {
	aspect-ratio: 3 / 4;
	border: 2px solid transparent;
	border-radius: var(--xj-radius-md);
	object-fit: cover;
	opacity: 1;
}

.woocommerce div.product.xj-single-product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product.xj-single-product div.images .flex-control-thumbs img:hover {
	border-color: var(--xj-color-primary);
}

.woocommerce span.onsale {
	z-index: 4;
	min-width: 0;
	min-height: 0;
	border-radius: var(--xj-radius-pill);
	background: var(--xj-color-sale);
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 900;
	line-height: 1;
	padding: 0.5rem 0.75rem;
}

.woocommerce div.product.xj-single-product .summary,
.woocommerce-page div.product.xj-single-product .summary {
	float: none;
	width: 100%;
	margin: 0;
}

.xj-single-product__summary {
	background: var(--xj-color-bg);
}

.woocommerce div.product.xj-single-product .product_title {
	margin: 0;
	color: var(--xj-color-text);
	font-size: clamp(1.2rem, 4vw, 1.55rem);
	font-weight: 800;
	line-height: 1.25;
}

.woocommerce div.product.xj-single-product .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: var(--xj-space-2);
	margin: var(--xj-space-2) 0 var(--xj-space-4);
	color: var(--xj-color-text-soft);
	font-size: 0.82rem;
}

.woocommerce div.product.xj-single-product .woocommerce-product-rating .star-rating {
	margin: 0;
	color: var(--xj-color-secondary);
}

.woocommerce div.product.xj-single-product p.price,
.woocommerce div.product.xj-single-product span.price {
	display: flex;
	align-items: baseline;
	gap: var(--xj-space-3);
	margin: 0;
	border-block: 1px solid #f0f0f0;
	color: var(--xj-color-text);
	font-family: var(--xj-font-price);
	font-size: 2rem;
	font-weight: 700;
	padding-block: var(--xj-space-4);
}

.woocommerce div.product.xj-single-product p.price .xj-pdp-price__currency,
.woocommerce div.product.xj-single-product span.price .xj-pdp-price__currency,
.woocommerce div.product.xj-single-product p.price .xj-pdp-price__minor,
.woocommerce div.product.xj-single-product span.price .xj-pdp-price__minor {
	font-size: 18px;
	font-weight: 700;
}

.woocommerce div.product.xj-single-product p.price .xj-pdp-price__major,
.woocommerce div.product.xj-single-product span.price .xj-pdp-price__major {
	font-size: 28px;
	font-weight: 700;
}

.woocommerce div.product.xj-single-product p.price del,
.woocommerce div.product.xj-single-product span.price del {
	color: #b0bfd0;
	font-size: 1rem;
	font-weight: 500;
	opacity: 1;
}

.woocommerce div.product.xj-single-product p.price del .xj-pdp-price__currency,
.woocommerce div.product.xj-single-product span.price del .xj-pdp-price__currency,
.woocommerce div.product.xj-single-product p.price del .xj-pdp-price__minor,
.woocommerce div.product.xj-single-product span.price del .xj-pdp-price__minor {
	font-size: 14px;
	font-weight: 500;
}

.woocommerce div.product.xj-single-product p.price del .xj-pdp-price__major,
.woocommerce div.product.xj-single-product span.price del .xj-pdp-price__major {
	font-size: 18px;
	font-weight: 500;
}

.woocommerce div.product.xj-single-product p.price ins,
.woocommerce div.product.xj-single-product span.price ins {
	background: transparent;
	text-decoration: none;
}

.woocommerce div.product.xj-single-product .woocommerce-product-details__short-description {
	border-bottom: 1px solid #f0f0f0;
	color: var(--xj-color-text-muted);
	font-size: 0.9rem;
	line-height: 1.75;
	padding-block: var(--xj-space-4);
}

.woocommerce div.product.xj-single-product form.cart {
	display: grid;
	gap: var(--xj-space-4);
	margin: 0;
	border-bottom: 1px solid #f0f0f0;
	padding-block: var(--xj-space-4);
}

.woocommerce div.product.xj-single-product form.cart table.variations {
	margin: 0;
}

.woocommerce div.product.xj-single-product form.cart table.variations tr {
	display: grid;
	gap: var(--xj-space-2);
	margin-bottom: var(--xj-space-3);
}

.woocommerce div.product.xj-single-product form.cart table.variations th,
.woocommerce div.product.xj-single-product form.cart table.variations td {
	display: block;
	padding: 0;
	text-align: left;
}

.woocommerce div.product.xj-single-product form.cart table.variations label {
	color: var(--xj-color-text);
	font-size: 0.85rem;
	font-weight: 900;
}

.woocommerce div.product.xj-single-product form.cart table.variations select {
	width: 100%;
	max-width: 22rem;
	border: 1px solid #d1d5db;
	border-radius: var(--xj-radius-sm);
	background: var(--xj-color-surface);
	color: var(--xj-color-text);
	font-size: 0.88rem;
	font-weight: 700;
	padding: 0.72rem 0.85rem;
}

.woocommerce div.product.xj-single-product form.cart table.variations select:focus {
	border-color: var(--xj-color-primary);
	box-shadow: 0 0 0 3px rgba(74, 142, 196, 0.14);
	outline: 0;
}

.woocommerce div.product.xj-single-product form.cart .reset_variations {
	display: inline-flex;
	margin-top: var(--xj-space-2);
	color: var(--xj-color-text-soft);
	font-size: 0.78rem;
	font-weight: 800;
}

.woocommerce div.product.xj-single-product .single_variation_wrap {
	display: grid;
	gap: var(--xj-space-3);
}

.woocommerce div.product.xj-single-product .woocommerce-variation-price {
	color: var(--xj-color-text);
	font-weight: 900;
}

.woocommerce div.product.xj-single-product .stock {
	color: var(--xj-color-success);
	font-size: 0.82rem;
	font-weight: 800;
}

.woocommerce div.product.xj-single-product .stock.out-of-stock {
	color: var(--xj-color-sale);
}

.woocommerce div.product.xj-single-product form.cart p.stock.out-of-stock {
	display: block;
	margin: 0;
	border: 1px solid rgba(217, 79, 107, 0.18);
	border-radius: var(--xj-radius-lg);
	background: rgba(217, 79, 107, 0.08);
	color: var(--xj-color-sale);
	font-size: 0.86rem;
	font-weight: 900;
	line-height: 1.55;
	padding: var(--xj-space-4);
}

.xj-single-product__availability-note {
	display: grid;
	gap: 0.3rem;
	border: 1px solid rgba(217, 79, 107, 0.16);
	border-radius: var(--xj-radius-lg);
	background: #fff7f9;
	padding: var(--xj-space-4);
}

.xj-single-product__availability-note strong,
.xj-single-product__availability-note span {
	display: block;
}

.xj-single-product__availability-note strong {
	color: var(--xj-color-sale);
	font-size: 0.88rem;
	font-weight: 900;
}

.xj-single-product__availability-note span {
	color: var(--xj-color-text-muted);
	font-size: 0.78rem;
	line-height: 1.6;
}

.woocommerce div.product.xj-single-product form.cart div.quantity {
	float: none;
	display: inline-flex;
	margin: 0 var(--xj-space-3) 0 0;
}

.woocommerce .quantity .qty {
	width: 4.25rem;
	min-height: 2.8rem;
	border: 1px solid #d1d5db;
	border-radius: var(--xj-radius-xs);
	color: var(--xj-color-text);
	font-weight: 800;
}

.woocommerce div.product.xj-single-product form.cart .button {
	min-height: 3rem;
	border: 0;
	border-radius: var(--xj-radius-xs);
	background: var(--xj-color-primary);
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 900;
	padding-inline: var(--xj-space-8);
}

.woocommerce div.product.xj-single-product form.cart .button:hover,
.woocommerce div.product.xj-single-product form.cart .button:focus {
	background: var(--xj-color-primary-hover);
}

.woocommerce div.product.xj-single-product .product_meta {
	display: grid;
	gap: 0.35rem;
	border-bottom: 1px solid #f0f0f0;
	color: var(--xj-color-text-soft);
	font-size: 0.78rem;
	padding-block: var(--xj-space-4);
}

.woocommerce div.product.xj-single-product .product_meta a {
	color: var(--xj-color-primary);
}

.xj-single-product__trust {
	display: flex;
	flex-wrap: wrap;
	gap: var(--xj-space-3);
	border-top: 1px solid #f0f0f0;
	color: var(--xj-color-text-soft);
	font-size: 0.72rem;
	padding-top: var(--xj-space-4);
}

.xj-single-product__trust span {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.xj-single-product__trust svg {
	width: 0.9rem;
	height: 0.9rem;
	color: var(--xj-color-primary);
}

.xj-single-product__details {
	margin-top: var(--xj-space-12);
}

.woocommerce div.product.xj-single-product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: var(--xj-space-6);
	overflow-x: auto;
	border-bottom: 1px solid rgba(74, 142, 196, 0.12);
	margin: 0 0 var(--xj-space-6);
	padding: 0;
}

.woocommerce div.product.xj-single-product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product.xj-single-product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product.xj-single-product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product.xj-single-product .woocommerce-tabs ul.tabs li {
	border: 0;
	border-radius: 0;
	background: transparent;
	margin: 0;
	padding: 0;
}

.woocommerce div.product.xj-single-product .woocommerce-tabs ul.tabs li a {
	display: block;
	border-bottom: 2px solid transparent;
	color: var(--xj-color-text-soft);
	font-size: 0.9rem;
	font-weight: 900;
	padding: 0 0 var(--xj-space-3);
}

.woocommerce div.product.xj-single-product .woocommerce-tabs ul.tabs li.active a {
	border-color: var(--xj-color-primary);
	color: var(--xj-color-primary);
}

.woocommerce div.product.xj-single-product .woocommerce-tabs .panel {
	max-width: 48rem;
	color: var(--xj-color-text-muted);
	font-size: 0.9rem;
	line-height: 1.8;
}

.woocommerce div.product.xj-single-product .woocommerce-tabs .panel h2 {
	color: var(--xj-color-text);
	font-size: 1.15rem;
	font-weight: 900;
}

.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	border: 0;
	border-radius: 50%;
	background: var(--xj-color-surface-soft);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-color: rgba(74, 142, 196, 0.12);
	border-radius: var(--xj-radius-md);
}

.single-product article.xj-single-product .xj-pdp-info-tabs {
	width: 100%;
	min-width: 0;
}

.single-product article.xj-single-product .xj-pdp-info-tabs__nav {
	display: flex;
	align-items: flex-end;
	gap: 2.4rem;
	border-bottom: 1px solid #dbe6ef;
	margin-bottom: 1.75rem;
	overflow-x: auto;
}

.single-product article.xj-single-product .xj-pdp-info-tabs__tab {
	position: relative;
	border: 0;
	background: transparent;
	color: #8da0b4;
	cursor: pointer;
	font-family: var(--xj-font-body);
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	padding: 0 0 1rem;
	white-space: nowrap;
}

.single-product article.xj-single-product .xj-pdp-info-tabs__tab::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 3px;
	background: transparent;
}

.single-product article.xj-single-product .xj-pdp-info-tabs__tab.is-active {
	color: #4d9ad5;
}

.single-product article.xj-single-product .xj-pdp-info-tabs__tab.is-active::after {
	background: #4d9ad5;
}

.single-product article.xj-single-product .xj-pdp-info-tabs__tab:focus-visible {
	border-radius: 0.2rem;
	box-shadow: 0 0 0 3px rgba(77, 154, 213, 0.18);
	outline: 0;
}

.single-product article.xj-single-product .xj-pdp-info-tabs__panel[hidden] {
	display: none !important;
}

.single-product article.xj-single-product .xj-pdp-info-tabs__panel--description {
	max-width: 54rem;
	color: #5d6f83;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.82;
}

.single-product article.xj-single-product .xj-pdp-info-tabs__panel--description p {
	margin: 0 0 1.4rem;
}

.single-product article.xj-single-product .xj-pdp-info-tabs__panel--description p:last-child {
	margin-bottom: 0;
}

.single-product article.xj-single-product .xj-pdp-reviews-summary {
	display: grid;
	grid-template-columns: minmax(12rem, 0.32fr) minmax(0, 1fr);
	gap: 2rem;
	align-items: center;
	border-radius: 1.25rem;
	background: #f1f8ff;
	margin-bottom: 2rem;
	padding: 2.1rem 2.4rem;
}

.single-product article.xj-single-product .xj-pdp-reviews-summary__score {
	display: grid;
	justify-items: center;
	gap: 0.55rem;
	color: #8aa0b6;
	text-align: center;
}

.single-product article.xj-single-product .xj-pdp-reviews-summary__score strong {
	color: #2b2d31;
	font-family: var(--xj-font-price);
	font-size: 4.2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.95;
}

.single-product article.xj-single-product .xj-pdp-reviews-summary__score strong.xj-pdp-reviews-summary__empty-title {
	max-width: 12rem;
	font-family: var(--xj-font-body);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.2;
}

.single-product article.xj-single-product .xj-pdp-reviews-summary__score span {
	font-size: 15px;
	line-height: 1.3;
}

.single-product article.xj-single-product .xj-pdp-reviews-summary__score span b {
	color: #4d9ad5;
	font-weight: 700;
}

.single-product article.xj-single-product .xj-pdp-stars {
	color: #f4a9c1;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
}

.single-product article.xj-single-product .xj-pdp-stars span {
	color: #dbe7f2;
}

.single-product article.xj-single-product .xj-pdp-stars--empty {
	color: #dbe7f2;
}

.single-product article.xj-single-product .xj-pdp-reviews-summary__bars {
	display: grid;
	gap: 0.75rem;
	min-width: 0;
}

.single-product article.xj-single-product .xj-pdp-rating-row {
	display: grid;
	grid-template-columns: 1.2rem 1.2rem minmax(0, 1fr) 3rem;
	align-items: center;
	gap: 0.55rem;
	color: #8aa0b6;
	font-size: 15px;
	line-height: 1;
}

.single-product article.xj-single-product .xj-pdp-rating-row__star {
	color: #f4a9c1;
	font-size: 14px;
}

.single-product article.xj-single-product .xj-pdp-rating-row__track {
	height: 0.55rem;
	border-radius: 999px;
	background: #dfeaf4;
	overflow: hidden;
}

.single-product article.xj-single-product .xj-pdp-rating-row__track span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #4d9ad5;
}

.single-product article.xj-single-product .xj-pdp-rating-row strong {
	color: #8aa0b6;
	font-size: 15px;
	font-weight: 500;
	text-align: right;
}

.single-product article.xj-single-product .xj-pdp-review-list {
	display: grid;
}

.single-product article.xj-single-product .xj-pdp-review {
	display: grid;
	gap: 0.85rem;
	border-bottom: 1px solid #e1ebf2;
	padding: 1.45rem 0;
}

.single-product article.xj-single-product .xj-pdp-review:first-child {
	padding-top: 0;
}

.single-product article.xj-single-product .xj-pdp-review header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.single-product article.xj-single-product .xj-pdp-review header > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.single-product article.xj-single-product .xj-pdp-review header strong {
	color: #202020;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
}

.single-product article.xj-single-product .xj-pdp-review time {
	color: #8aa0b6;
	font-size: 14px;
	white-space: nowrap;
}

.single-product article.xj-single-product .xj-pdp-review__verified {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	background: #edf6ff;
	color: #4d9ad5;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding: 0.35rem 0.65rem;
}

.single-product article.xj-single-product .xj-pdp-review p {
	margin: 0;
	color: #5d6f83;
	font-size: 16px;
	line-height: 1.65;
}

.single-product article.xj-single-product .xj-pdp-review__content p {
	margin: 0;
	color: #5d6f83;
	font-size: 16px;
	line-height: 1.65;
}

.single-product article.xj-single-product .xj-pdp-reviews-empty {
	margin: -0.35rem 0 0;
	border-top: 1px solid #e1ebf2;
	color: #4d6176;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	padding-top: 1.15rem;
}

.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products {
	margin-top: var(--xj-space-12);
}

.woocommerce div.product .related.products > h2,
.woocommerce div.product .upsells.products > h2 {
	margin: 0 0 var(--xj-space-6);
	color: var(--xj-color-text);
	font-size: 1.3rem;
	font-weight: 900;
	letter-spacing: 0;
}

.xj-single-product__intro {
	display: grid;
	gap: var(--xj-space-3);
	align-items: end;
	margin-bottom: var(--xj-space-5);
}

.xj-single-product__eyebrow {
	margin: 0 0 0.25rem;
	color: var(--xj-color-primary);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.xj-single-product__promise {
	max-width: 38rem;
	margin: 0;
	color: var(--xj-color-text-soft);
	font-size: 0.85rem;
	font-weight: 700;
}

.xj-single-product__status {
	display: flex;
	flex-wrap: wrap;
	gap: var(--xj-space-2);
}

.xj-single-product__status-pill {
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--xj-color-border);
	border-radius: var(--xj-radius-pill);
	background: var(--xj-color-surface);
	color: var(--xj-color-text-muted);
	font-size: 0.72rem;
	font-weight: 900;
	padding: 0.45rem 0.75rem;
}

.xj-single-product__status-pill--sale {
	border-color: rgba(217, 79, 107, 0.2);
	background: rgba(217, 79, 107, 0.08);
	color: var(--xj-color-sale);
}

.xj-single-product__status-pill--stock {
	border-color: rgba(82, 196, 154, 0.22);
	background: rgba(82, 196, 154, 0.1);
	color: #258565;
}

.xj-single-product__status-pill--out {
	border-color: rgba(217, 79, 107, 0.2);
	background: rgba(217, 79, 107, 0.08);
	color: var(--xj-color-sale);
}

.xj-single-product__gallery-panel {
	min-width: 0;
	border: 1px solid var(--xj-color-border);
	border-radius: var(--xj-radius-xl);
	background: var(--xj-color-surface);
	box-shadow: var(--xj-shadow-md);
	padding: var(--xj-space-3);
}

.xj-single-product__gallery-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--xj-space-3);
	border-bottom: 1px solid rgba(74, 142, 196, 0.1);
	color: var(--xj-color-text-soft);
	font-size: 0.72rem;
	font-weight: 900;
	padding: 0.2rem 0 var(--xj-space-3);
	text-transform: uppercase;
}

.xj-single-product__gallery-label span:first-child {
	color: var(--xj-color-text);
}

.xj-single-product__purchase-card {
	border: 1px solid var(--xj-color-border);
	border-radius: var(--xj-radius-xl);
	background: var(--xj-color-surface);
	box-shadow: var(--xj-shadow-md);
	padding: var(--xj-space-5);
}

.xj-single-product__purchase-card > * + * {
	margin-top: var(--xj-space-4);
}

.woocommerce div.product.xj-single-product .product_title {
	font-size: clamp(1.35rem, 4vw, 2rem);
	letter-spacing: 0;
}

.woocommerce div.product.xj-single-product .woocommerce-product-rating {
	width: fit-content;
	border: 1px solid rgba(243, 182, 198, 0.36);
	border-radius: var(--xj-radius-pill);
	background: rgba(243, 182, 198, 0.12);
	padding: 0.45rem 0.7rem;
}

.woocommerce div.product.xj-single-product p.price,
.woocommerce div.product.xj-single-product span.price {
	border: 0;
	border-radius: var(--xj-radius-lg);
	background: var(--xj-color-surface-tint);
	padding: var(--xj-space-4);
}

.woocommerce div.product.xj-single-product .woocommerce-product-details__short-description {
	border: 1px solid var(--xj-color-border);
	border-radius: var(--xj-radius-lg);
	background: #fffdfd;
	padding: var(--xj-space-4);
}

.woocommerce div.product.xj-single-product form.cart {
	border: 1px solid var(--xj-color-border);
	border-radius: var(--xj-radius-lg);
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	padding: var(--xj-space-4);
}

.woocommerce div.product.xj-single-product form.cart table.variations tr {
	padding-bottom: var(--xj-space-3);
}

.woocommerce div.product.xj-single-product form.cart table.variations label {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	text-transform: capitalize;
}

.woocommerce div.product.xj-single-product form.cart table.variations select {
	max-width: none;
	border-color: var(--xj-color-border-strong);
}

.xj-variation-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: var(--xj-space-2);
	margin-top: var(--xj-space-2);
}

.xj-variation-swatch {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-width: 2.65rem;
	min-height: 2.65rem;
	border: 1px solid var(--xj-color-border-strong);
	border-radius: var(--xj-radius-sm);
	background: var(--xj-color-surface);
	color: var(--xj-color-text);
	cursor: pointer;
	font-size: 0.78rem;
	font-weight: 900;
	padding: 0.35rem 0.65rem;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.xj-variation-swatch:hover,
.xj-variation-swatch:focus {
	border-color: var(--xj-color-primary);
	box-shadow: 0 0 0 3px rgba(74, 142, 196, 0.12);
	outline: 0;
}

.xj-variation-swatch.is-selected {
	border-color: var(--xj-color-primary);
	box-shadow: inset 0 0 0 2px var(--xj-color-primary), 0 6px 18px rgba(74, 142, 196, 0.14);
}

.xj-variation-swatch--image {
	width: 3.4rem;
	height: 3.4rem;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	color: transparent;
	padding: 0;
}

.xj-variation-swatch--image::after {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.32));
	content: "";
}

.xj-variation-swatch--image span {
	position: absolute;
	right: 0.25rem;
	bottom: 0.18rem;
	left: 0.25rem;
	z-index: 1;
	overflow: hidden;
	color: #ffffff;
	font-size: 0.58rem;
	line-height: 1.1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xj-variation-swatch[disabled] {
	cursor: not-allowed;
	opacity: 0.42;
}

.xj-variation-select-enhanced select {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.woocommerce div.product.xj-single-product .single_variation_wrap {
	border-top: 1px solid rgba(74, 142, 196, 0.12);
	padding-top: var(--xj-space-4);
}

.woocommerce div.product.xj-single-product .woocommerce-variation-availability,
.woocommerce div.product.xj-single-product .woocommerce-variation-price {
	border-radius: var(--xj-radius-sm);
	background: var(--xj-color-surface-soft);
	padding: 0.7rem 0.85rem;
}

.woocommerce div.product.xj-single-product form.cart div.quantity {
	margin: 0;
}

.woocommerce div.product.xj-single-product form.cart .quantity + .button,
.woocommerce div.product.xj-single-product form.cart .button {
	width: 100%;
	border-radius: var(--xj-radius-pill);
	box-shadow: 0 8px 20px rgba(74, 142, 196, 0.2);
}

.woocommerce div.product.xj-single-product .product_meta {
	border: 0;
	border-radius: var(--xj-radius-lg);
	background: var(--xj-color-surface-tint);
	padding: var(--xj-space-4);
}

.xj-single-product__trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 0;
	padding-top: var(--xj-space-3);
}

.xj-single-product__trust-item {
	display: grid;
	gap: 0.35rem;
	min-width: 0;
	border: 1px solid var(--xj-color-border);
	border-radius: var(--xj-radius-lg);
	background: var(--xj-color-surface);
	box-shadow: var(--xj-shadow-sm);
	padding: var(--xj-space-4);
}

.xj-single-product__trust-item svg {
	width: 1.1rem;
	height: 1.1rem;
	color: var(--xj-color-primary);
}

.xj-single-product__trust-item span {
	display: block;
	color: var(--xj-color-text);
	font-size: 0.8rem;
	font-weight: 900;
}

.xj-single-product__trust-item small {
	color: var(--xj-color-text-soft);
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.45;
}

.xj-single-product__highlights {
	display: grid;
	gap: var(--xj-space-3);
	margin-top: var(--xj-space-3);
}

.xj-single-product__highlights div {
	border-left: 3px solid var(--xj-color-secondary);
	border-radius: var(--xj-radius-md);
	background: rgba(243, 182, 198, 0.1);
	padding: var(--xj-space-3) var(--xj-space-4);
}

.xj-single-product__highlights strong,
.xj-single-product__highlights span {
	display: block;
}

.xj-single-product__highlights strong {
	color: var(--xj-color-text);
	font-size: 0.82rem;
	font-weight: 900;
}

.xj-single-product__highlights span {
	margin-top: 0.2rem;
	color: var(--xj-color-text-muted);
	font-size: 0.76rem;
	line-height: 1.55;
}

.woocommerce div.product.xj-single-product .woocommerce-tabs,
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products {
	border: 1px solid var(--xj-color-border);
	border-radius: var(--xj-radius-xl);
	background: var(--xj-color-surface);
	box-shadow: var(--xj-shadow-md);
	padding: var(--xj-space-5);
}

.xj-single-product-page {
	background: #ffffff;
	padding-block: var(--xj-space-4) var(--xj-space-12);
}

.xj-single-product-page .xj-container {
	width: min(100% - 2rem, 112rem);
}

.xj-single-product__main {
	align-items: start;
	gap: clamp(2rem, 4vw, 4rem);
}

.xj-single-product__gallery-panel {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.woocommerce div.product.xj-single-product div.images,
.woocommerce-page div.product.xj-single-product div.images {
	display: grid;
	grid-template-columns: 4.9rem minmax(0, 1fr);
	gap: 0.65rem;
}

.woocommerce div.product.xj-single-product div.images .woocommerce-product-gallery__wrapper {
	grid-column: 2;
	grid-row: 1;
	background: #d8d8d6;
}

.woocommerce div.product.xj-single-product div.images img {
	width: 100%;
	border-radius: 0;
	background: #d8d8d6;
	object-fit: contain;
}

.woocommerce div.product.xj-single-product div.images .woocommerce-product-gallery__image img {
	aspect-ratio: 0.86 / 1;
	max-height: calc(100vh - 7rem);
	object-fit: contain;
}

.woocommerce div.product.xj-single-product div.images .flex-control-thumbs {
	display: grid;
	grid-column: 1;
	grid-row: 1;
	align-content: start;
	grid-template-columns: 1fr;
	gap: 0.45rem;
	max-height: calc(100vh - 7rem);
	overflow-y: auto;
	margin: 0;
	padding-right: 0.15rem;
}

.woocommerce div.product.xj-single-product div.images .flex-control-thumbs img {
	aspect-ratio: 0.78 / 1;
	border: 2px solid transparent;
	border-radius: 0;
	background: #d8d8d6;
	object-fit: cover;
}

.woocommerce div.product.xj-single-product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product.xj-single-product div.images .flex-control-thumbs img:hover {
	border-color: #202020;
}

.xj-single-product__summary {
	background: #ffffff;
}

.xj-single-product__purchase-card {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.xj-single-product__purchase-card > * + * {
	margin-top: var(--xj-space-5);
}

.xj-single-product__head {
	display: grid;
	gap: 0.45rem;
	padding-bottom: var(--xj-space-5);
	border-bottom: 1px dashed #dedede;
}

.xj-single-product__title-row {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
}

.xj-single-product__brand {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	border-radius: 0.18rem;
	background: #8b5cf6;
	color: #ffffff;
	font-size: 0.76rem;
	font-style: italic;
	font-weight: 900;
	line-height: 1;
	padding: 0.25rem 0.38rem;
}

.woocommerce div.product.xj-single-product .product_title {
	margin: 0;
	color: #262626;
	font-size: clamp(1rem, 1.4vw, 1.28rem);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.35;
}

.xj-single-product__sku-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
	color: #8b8b8b;
	font-size: 0.86rem;
	line-height: 1.35;
}

.xj-single-product__sku-row .woocommerce-product-rating {
	display: inline-flex;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
}

.woocommerce div.product.xj-single-product .woocommerce-product-rating .star-rating {
	color: #ffc400;
}

.woocommerce div.product.xj-single-product p.price,
.woocommerce div.product.xj-single-product span.price {
	display: flex;
	align-items: baseline;
	gap: 0.25rem;
	margin-top: var(--xj-space-3);
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #050505;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	font-weight: 900;
	line-height: 1;
	padding: 0;
}

.woocommerce div.product.xj-single-product .woocommerce-product-details__short-description {
	display: none;
}

.woocommerce div.product.xj-single-product form.cart {
	display: grid;
	gap: var(--xj-space-5);
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
}

.woocommerce div.product.xj-single-product form.cart table.variations {
	display: block;
	margin: 0;
}

.woocommerce div.product.xj-single-product form.cart table.variations tbody,
.woocommerce div.product.xj-single-product form.cart table.variations tr,
.woocommerce div.product.xj-single-product form.cart table.variations th,
.woocommerce div.product.xj-single-product form.cart table.variations td {
	display: block;
}

.woocommerce div.product.xj-single-product form.cart table.variations tr {
	margin: 0 0 var(--xj-space-6);
	padding: 0;
}

.woocommerce div.product.xj-single-product form.cart table.variations label {
	color: #1f1f1f;
	font-size: 1.05rem;
	font-weight: 900;
	letter-spacing: 0;
}

.woocommerce div.product.xj-single-product form.cart table.variations label::after {
	content: "";
}

.xj-variation-swatches {
	gap: 0.85rem 1rem;
	margin-top: var(--xj-space-4);
}

.xj-variation-swatch {
	min-width: 5.4rem;
	min-height: 2.55rem;
	border: 1px solid #e2e2e2;
	border-radius: var(--xj-radius-pill);
	background: #ffffff;
	color: #262626;
	font-size: 0.95rem;
	font-weight: 700;
	padding: 0.45rem 1rem;
	box-shadow: none;
}

.xj-variation-swatch:hover,
.xj-variation-swatch:focus,
.xj-variation-swatch.is-selected {
	border-color: #111111;
	box-shadow: none;
	outline: 0;
}

.xj-variation-swatch[disabled] {
	border-style: dashed;
	color: #9a9a9a;
	opacity: 0.8;
}

.xj-variation-swatch--image {
	width: 4.4rem;
	height: 5.25rem;
	min-width: 4.4rem;
	min-height: 5.25rem;
	border-radius: 0;
	background-color: #e5e5e5;
}

.xj-variation-swatch--image.is-selected {
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #1d1d1d;
}

.xj-variation-swatch--image::after {
	background: linear-gradient(180deg, transparent 68%, rgba(0, 0, 0, 0.42));
	border-radius: 0;
}

.woocommerce div.product.xj-single-product .single_variation_wrap {
	gap: var(--xj-space-4);
	border-top: 0;
	padding-top: 0;
}

.woocommerce div.product.xj-single-product .woocommerce-variation-availability,
.woocommerce div.product.xj-single-product .woocommerce-variation-price {
	border-radius: 0;
	background: transparent;
	padding: 0;
}

.woocommerce div.product.xj-single-product form.cart .quantity {
	width: 6rem;
	margin: 0;
}

.woocommerce div.product.xj-single-product form.cart .quantity + .button,
.woocommerce div.product.xj-single-product form.cart .button {
	width: 100%;
	min-height: 4rem;
	border-radius: 0;
	background: #000000;
	box-shadow: none;
	color: #ffffff;
	font-size: 1.05rem;
	font-weight: 900;
	letter-spacing: 0;
}

.woocommerce div.product.xj-single-product form.cart .button:hover,
.woocommerce div.product.xj-single-product form.cart .button:focus {
	background: #222222;
}

.woocommerce div.product.xj-single-product .product_meta {
	border: 0;
	border-top: 1px solid #eeeeee;
	border-radius: 0;
	background: transparent;
	color: #777777;
	padding: var(--xj-space-4) 0 0;
}

.xj-single-product__availability-note {
	border-radius: 0;
	background: #fff7f7;
}

.xj-single-product__fit-note {
	display: flex;
	align-items: center;
	gap: 0.28rem;
	margin-top: var(--xj-space-4);
	color: #6f6f6f;
	font-size: 0.88rem;
}

.xj-single-product__fit-note strong {
	color: #d46324;
}

.xj-single-product__wishlist-row {
	display: flex;
	justify-content: flex-end;
	margin-top: -4.75rem;
	pointer-events: none;
}

.xj-single-product__wishlist {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4.35rem;
	height: 4.35rem;
	border: 1px solid #e3e3e3;
	border-radius: 50%;
	background: #ffffff;
	color: #111111;
	pointer-events: auto;
}

.xj-single-product__wishlist svg {
	width: 2rem;
	height: 2rem;
}

.xj-single-product__delivery {
	display: grid;
	gap: var(--xj-space-4);
	margin-top: var(--xj-space-8);
	background: #f5f6f8;
	padding: var(--xj-space-5);
}

.xj-single-product__delivery h2 {
	margin: 0;
	color: #252525;
	font-size: 1.1rem;
	font-weight: 900;
}

.xj-single-product__delivery-item {
	display: grid;
	grid-template-columns: 1.4rem minmax(0, 1fr);
	gap: 0.15rem var(--xj-space-3);
	color: #222222;
}

.xj-single-product__delivery-item svg {
	grid-row: span 2;
	width: 1.25rem;
	height: 1.25rem;
	color: #07915f;
	margin-top: 0.2rem;
}

.xj-single-product__delivery-item span {
	color: #222222;
	font-size: 0.9rem;
	font-weight: 900;
}

.xj-single-product__delivery-item small {
	color: #555555;
	font-size: 0.82rem;
	line-height: 1.45;
}

.xj-single-product__trust,
.xj-single-product__highlights {
	display: none;
}

.woocommerce div.product.xj-single-product .woocommerce-tabs,
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products {
	border-radius: 0;
	box-shadow: none;
}

.woocommerce.single-product,
.single-product .xj-site-main,
.single-product .xj-single-product-page {
	background: #ffffff;
}

.single-product .xj-single-breadcrumb {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1rem;
	color: #94a7b8;
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.2;
}

.single-product .xj-single-breadcrumb a {
	color: #94a7b8;
	text-decoration: none;
}

.single-product .xj-single-breadcrumb a:hover {
	color: #4d9ad5;
}

.single-product .xj-single-product-page {
	padding-block: 0.75rem 3rem;
}

.single-product .xj-single-product-page .xj-container {
	width: 96vw;
	max-width: none;
}

.single-product .xj-single-product__main {
	display: grid;
	grid-template-columns: minmax(0, 53.5%) minmax(26rem, 41.5%);
	gap: 3.5%;
	align-items: start;
}

.single-product .xj-single-product__gallery-panel,
.single-product .xj-single-product__purchase-card {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.single-product div.product.xj-single-product div.images,
.single-product.woocommerce-page div.product.xj-single-product div.images {
	display: grid;
	grid-template-columns: 6.15rem minmax(0, 1fr);
	gap: 1rem;
	width: 100%;
	margin: 0;
	float: none;
	opacity: 1 !important;
	transition: none !important;
}

.single-product div.product.xj-single-product div.images .flex-viewport,
.single-product div.product.xj-single-product div.images .woocommerce-product-gallery__wrapper {
	grid-column: 2;
	grid-row: 1;
	border-radius: 1.35rem;
	background: #edf6ff;
	overflow: hidden;
}

.single-product div.product.xj-single-product div.images .flex-viewport {
	width: 100%;
}

.single-product div.product.xj-single-product div.images .woocommerce-product-gallery__wrapper {
	width: 100% !important;
	transform: none;
}

.single-product div.product.xj-single-product div.images .woocommerce-product-gallery__image {
	width: 100% !important;
}

.single-product div.product.xj-single-product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(.flex-active-slide) {
	display: none;
}

.single-product div.product.xj-single-product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child {
	display: block;
}

.single-product div.product.xj-single-product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image.flex-active-slide {
	display: block;
}

.single-product div.product.xj-single-product div.images .woocommerce-product-gallery__wrapper:has(.woocommerce-product-gallery__image.flex-active-slide) > .woocommerce-product-gallery__image:first-child:not(.flex-active-slide) {
	display: none;
}

.single-product div.product.xj-single-product div.images.xj-gallery-ready .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
	display: none !important;
}

.single-product div.product.xj-single-product div.images.xj-gallery-ready .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image.flex-active-slide {
	display: block !important;
}

.single-product div.product.xj-single-product div.images .woocommerce-product-gallery__image img {
	width: 100%;
	aspect-ratio: 1 / 1.01;
	max-height: calc(100vh - 7rem);
	border-radius: 1.35rem;
	background: #edf6ff;
	object-fit: cover;
	object-position: center;
}

.single-product div.product.xj-single-product div.images .flex-control-thumbs {
	display: grid;
	grid-column: 1;
	grid-row: 1;
	grid-template-columns: 1fr;
	align-content: start;
	gap: 0.85rem;
	max-height: calc(100vh - 7rem);
	margin: 0;
	overflow-y: auto;
	padding: 0;
}

.single-product div.product.xj-single-product div.images .flex-control-thumbs li {
	float: none;
	width: 100%;
}

.single-product div.product.xj-single-product div.images .flex-control-thumbs img {
	width: 100%;
	aspect-ratio: 0.82 / 1;
	border: 3px solid #ffffff;
	border-radius: 1rem;
	background: #edf6ff;
	cursor: pointer;
	object-fit: cover;
	opacity: 1;
	box-shadow: 0 0 0 1px #e3e8ef;
}

.single-product div.product.xj-single-product div.images .flex-control-thumbs img.flex-active,
.single-product div.product.xj-single-product div.images .flex-control-thumbs img:focus-visible,
.single-product div.product.xj-single-product div.images .flex-control-thumbs img:hover {
	border-color: #4d9ad5;
	box-shadow: 0 0 0 2px #4d9ad5;
}

.single-product div.product.xj-single-product div.images .woocommerce-product-gallery__trigger {
	top: 1.15rem;
	right: 1.15rem;
	width: 3.1rem;
	height: 3.1rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 0.35rem 1rem rgba(27, 45, 63, 0.16);
}

.single-product .xj-single-product__summary {
	position: sticky;
	top: 6.5rem;
	background: #ffffff;
}

.single-product .xj-single-product__head {
	display: grid;
	gap: 0.45rem;
	border-bottom: 1px solid #e7edf3;
	padding-bottom: 1.65rem;
}

.single-product article.xj-single-product .xj-single-product__short-description {
	max-width: 42rem;
	margin: -0.25rem 0 0;
	border-top: 1px dashed #d6dee8;
	border-bottom: 1px dashed #d6dee8;
	color: #4b5563;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.42rem 0;
}

.single-product article.xj-single-product .xj-single-product__short-description p {
	margin: 0;
}

.single-product article.xj-single-product .xj-single-product__short-description strong,
.single-product article.xj-single-product .xj-single-product__short-description b,
.single-product article.xj-single-product .xj-single-product__short-description h2,
.single-product article.xj-single-product .xj-single-product__short-description h3,
.single-product article.xj-single-product .xj-single-product__short-description h4 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.single-product .xj-single-product__title-row {
	display: grid;
	gap: 0.55rem;
}

.single-product .xj-single-product__brand {
	display: block;
	background: transparent;
	color: #4d9ad5;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 0;
	text-transform: uppercase;
}

.single-product div.product.xj-single-product .product_title {
	margin: 0;
	color: #2e3035;
	font-family: var(--xj-font-body);
	font-size: clamp(1.85rem, 2vw, 2.35rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.12;
}

.single-product .xj-single-product__sku-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	color: #888888;
	font-size: 14px;
	line-height: 1.3;
}

.single-product .xj-single-product__sku-row .woocommerce-product-rating {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	border: 0;
	background: transparent;
	padding: 0;
}

.single-product div.product.xj-single-product .woocommerce-product-rating .star-rating {
	color: #f5c342;
	font-size: 1.05rem;
}

.single-product div.product.xj-single-product .woocommerce-product-rating .star-rating::before,
.single-product div.product.xj-single-product .woocommerce-product-rating .star-rating span::before {
	color: #f5c342;
}

.single-product article.xj-single-product .woocommerce-product-rating .star-rating,
.single-product article.xj-single-product .woocommerce-product-rating .star-rating::before,
.single-product article.xj-single-product .woocommerce-product-rating .star-rating span,
.single-product article.xj-single-product .woocommerce-product-rating .star-rating span::before {
	color: #f5c342 !important;
}

.single-product div.product.xj-single-product p.price,
.single-product div.product.xj-single-product span.price {
	display: flex;
	align-items: baseline;
	gap: 0.2rem;
	margin: 1.1rem 0 0;
	border: 0;
	background: transparent;
	color: #2d2f34;
	font-family: var(--xj-font-price);
	font-size: clamp(2.35rem, 3vw, 3.25rem);
	font-weight: 700;
	line-height: 1;
	padding: 0;
}

.single-product div.product.xj-single-product form.cart {
	display: grid;
	gap: 1.5rem;
	margin: 1.55rem 0 0;
	border: 0;
	background: transparent;
	padding: 0;
}

.single-product div.product.xj-single-product form.cart table.variations,
.single-product div.product.xj-single-product form.cart table.variations tbody,
.single-product div.product.xj-single-product form.cart table.variations tr,
.single-product div.product.xj-single-product form.cart table.variations th,
.single-product div.product.xj-single-product form.cart table.variations td {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.single-product div.product.xj-single-product form.cart table.variations tr {
	margin-bottom: 1.75rem;
	padding-top: 1.55rem;
	border-top: 1px solid #e7edf3;
}

.single-product div.product.xj-single-product form.cart table.variations label {
	display: inline-flex;
	align-items: center;
	color: #2e3035;
	font-size: 1.12rem;
	font-weight: 800;
	line-height: 1.2;
}

.single-product div.product.xj-single-product form.cart table.variations label::after {
	content: "：";
	margin-left: 0.1rem;
}

.single-product .xj-variation-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 0.82rem 0.95rem;
	margin-top: 1rem;
}

.single-product .xj-variation-swatch {
	min-width: 5.5rem;
	min-height: 3rem;
	border: 1px solid #d7dfe8;
	border-radius: 999px;
	background: #ffffff;
	color: #6b7480;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.55rem 1.2rem;
	box-shadow: none;
}

.single-product .xj-variation-swatch:hover,
.single-product .xj-variation-swatch:focus,
.single-product .xj-variation-swatch.is-selected {
	border-color: #4d9ad5;
	box-shadow: none;
	color: #2e3035;
	outline: 0;
}

.single-product .xj-variation-swatch[disabled] {
	border-color: #bfbfbf;
	border-style: dashed;
	color: #999999;
	opacity: 1;
}

.single-product .xj-variation-swatch--image {
	width: 4.35rem;
	height: 4.35rem;
	min-width: 4.35rem;
	min-height: 4.35rem;
	border-radius: 0.35rem;
	background-color: #e5f2ff;
	background-size: cover;
	padding: 0;
}

.single-product .xj-variation-swatch--image.is-selected {
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #4d9ad5;
}

.single-product .xj-variation-select-enhanced select {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.single-product div.product.xj-single-product .single_variation_wrap {
	display: grid;
	gap: 1.25rem;
	border: 0;
	padding: 0;
}

.single-product div.product.xj-single-product .woocommerce-variation-add-to-cart,
.single-product div.product.xj-single-product form.cart:not(.variations_form) {
	display: flex;
	align-items: center;
	gap: 1.15rem;
	padding-top: 1.6rem;
	border-top: 1px solid #e7edf3;
}

.single-product div.product.xj-single-product .quantity {
	width: 5.5rem;
	margin: 0;
}

.single-product div.product.xj-single-product .quantity .qty {
	width: 100%;
	min-height: 3rem;
	border: 1px solid #d7dfe8;
	border-radius: 0;
	font-size: 1rem;
	font-weight: 700;
}

.single-product div.product.xj-single-product form.cart .button {
	width: 100%;
	min-height: 4.35rem;
	border: 0;
	border-radius: 0.25rem;
	background: #a7cbed;
	box-shadow: none;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0;
}

.single-product div.product.xj-single-product form.cart .quantity + .button {
	width: calc(100% - 6.75rem);
}

.single-product div.product.xj-single-product form.cart .button:hover,
.single-product div.product.xj-single-product form.cart .button:focus {
	background: #4d9ad5;
}

.single-product div.product.xj-single-product form.cart p.stock.out-of-stock,
.single-product .xj-single-product__availability-note {
	border: 1px solid #f0d4da;
	border-radius: 0;
	background: #fff7f8;
	color: #cf3655;
	font-size: 0.86rem;
	line-height: 1.5;
	padding: 1rem;
}

.single-product div.product.xj-single-product .product_meta {
	display: grid;
	gap: 0.28rem;
	border: 0;
	border-top: 1px solid #eeeeee;
	background: transparent;
	color: #777777;
	font-size: 14px;
	padding: 1rem 0 0;
}

.single-product .xj-single-product .product_meta,
.single-product .xj-single-product .product_meta span,
.single-product .xj-single-product .product_meta a {
	font-size: 14px !important;
	line-height: 1.45;
}

.single-product .xj-single-product__fit-note {
	display: flex;
	align-items: center;
	gap: 0.3rem;
	margin-top: 1.2rem;
	color: #696969;
	font-size: 14px;
}

.single-product .xj-single-product__fit-note strong {
	color: #d96b2a;
}

.single-product .xj-single-product__wishlist-row {
	display: flex;
	justify-content: flex-end;
	margin-top: -5.2rem;
	pointer-events: none;
}

.single-product .xj-single-product__wishlist {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4.35rem;
	height: 4.35rem;
	border: 1px solid #d7dfe8;
	border-radius: 0.35rem;
	background: #ffffff;
	color: #b4c0ce;
	pointer-events: auto;
}

.single-product .xj-single-product__wishlist svg {
	width: 2rem;
	height: 2rem;
}

.single-product .xj-single-product__delivery {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.6rem;
	margin-top: 1.55rem;
	border-top: 1px solid #e7edf3;
	border-bottom: 1px solid #e7edf3;
	background: transparent;
	padding: 1.15rem 0;
}

.single-product .xj-single-product__delivery h2 {
	display: none;
}

.single-product .xj-single-product__delivery-item {
	display: grid;
	grid-template-columns: 1.15rem max-content;
	align-items: center;
	gap: 0.45rem;
	color: #91a6ba;
}

.single-product .xj-single-product__delivery-item svg {
	grid-row: auto;
	width: 1rem;
	height: 1rem;
	color: #4d9ad5;
	margin-top: 0;
}

.single-product .xj-single-product__delivery-item span {
	color: #91a6ba;
	font-size: 14px;
	font-weight: 700;
}

.single-product .xj-single-product__delivery-item small {
	display: none;
}

.single-product .xj-single-product__details {
	margin-top: 3rem;
}

.single-product div.product.xj-single-product .woocommerce-tabs,
.single-product div.product .related.products,
.single-product div.product .upsells.products {
	border: 1px solid #eeeeee;
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
	padding: 1.5rem;
}

.single-product .xj-single-product .woocommerce-tabs ul.tabs li a,
.single-product .xj-single-product .woocommerce-tabs .panel,
.single-product .xj-single-product .woocommerce-tabs .panel p,
.single-product .xj-single-product .woocommerce-tabs table,
.single-product .xj-single-product .woocommerce-tabs th,
.single-product .xj-single-product .woocommerce-tabs td,
.single-product .xj-single-product .woocommerce-product-attributes,
.single-product .xj-single-product .woocommerce-product-attributes th,
.single-product .xj-single-product .woocommerce-product-attributes td,
.single-product .xj-single-product .woocommerce-product-attributes p {
	font-size: 12px !important;
	line-height: 1.65;
}

.xj-category-nav__list a,
.single-product .xj-single-breadcrumb,
.single-product .xj-single-breadcrumb a,
.single-product .xj-single-breadcrumb span,
.single-product .xj-single-product__brand {
	font-size: 12px !important;
}

.single-product .xj-single-breadcrumb {
	line-height: 1.4;
	margin-bottom: 0.75rem;
}

.single-product article.xj-single-product .product_title {
	margin-top: 0 !important;
}

.single-product .xj-single-product__id-row {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: #94a7b8;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.single-product .xj-copy-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.45rem;
	height: 1.45rem;
	border: 0;
	border-radius: 999px;
	background: #edf6ff;
	color: #4d9ad5;
	cursor: pointer;
	padding: 0;
	transition: background 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.single-product .xj-copy-button:hover,
.single-product .xj-copy-button:focus,
.single-product .xj-copy-button.is-copied {
	background: #4d9ad5;
	color: #ffffff;
	outline: 0;
	transform: translateY(-1px);
}

.single-product .xj-copy-button svg {
	width: 0.95rem;
	height: 0.95rem;
}

.single-product article.xj-single-product form.cart table.variations label {
	font-size: 14px;
	font-weight: 800;
}

.single-product article.xj-single-product form.cart table.variations label::after {
	content: "：";
	margin-left: 0.1rem;
}

.single-product article.xj-single-product .xj-variation-swatches {
	gap: 0.7rem 0.8rem;
	margin-top: 0.72rem;
}

.single-product article.xj-single-product .xj-variation-swatch:not(.xj-variation-swatch--image) {
	min-width: 4.9rem;
	min-height: 2.45rem;
	border: 1px solid #d8e2ee;
	border-radius: 999px;
	background: #ffffff;
	color: #7c8795;
	font-size: 14px;
	font-weight: 800;
	padding: 0.45rem 1rem;
}

.single-product article.xj-single-product .xj-variation-swatch:not(.xj-variation-swatch--image):hover,
.single-product article.xj-single-product .xj-variation-swatch:not(.xj-variation-swatch--image):focus,
.single-product article.xj-single-product .xj-variation-swatch:not(.xj-variation-swatch--image).is-selected {
	border-color: #4d9ad5;
	box-shadow: 0 0 0 3px rgba(77, 154, 213, 0.12);
	color: #2e3035;
}

.single-product article.xj-single-product .xj-variation-swatch[disabled] {
	border-style: dashed;
	box-shadow: none !important;
	color: #a4adba !important;
}

.single-product article.xj-single-product .woocommerce-variation-add-to-cart,
.single-product article.xj-single-product form.cart:not(.variations_form) {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	border-top: 1px solid #e7edf3;
	padding-top: 1.35rem;
}

.single-product article.xj-single-product .quantity {
	flex: 0 0 4.6rem;
	width: 4.6rem;
	margin: 0;
}

.single-product article.xj-single-product .quantity .qty {
	width: 100%;
	min-height: 3rem;
	border: 1px solid #d8e2ee;
	border-radius: 0.28rem;
	background: #ffffff;
	color: #2e3035;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
}

.single-product article.xj-single-product form.cart .button {
	flex: 1 1 auto;
	width: auto !important;
	min-height: 3.85rem;
	border: 0;
	border-radius: 0.3rem;
	background: #9fc7eb;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
}

.single-product article.xj-single-product form.cart .button:hover,
.single-product article.xj-single-product form.cart .button:focus {
	background: #4d9ad5;
}

.single-product .xj-single-product__wishlist-row {
	margin-top: -4.6rem;
}

.single-product .xj-single-product__wishlist {
	width: 3.85rem;
	height: 3.85rem;
	border-color: #d8e2ee;
	border-radius: 0.3rem;
	color: #aebbc9;
}

.single-product .xj-single-product__wishlist:hover,
.single-product .xj-single-product__wishlist:focus {
	border-color: #4d9ad5;
	color: #4d9ad5;
	outline: 0;
}

.single-product .xj-single-product__wishlist svg {
	width: 1.65rem;
	height: 1.65rem;
}

.single-product article.xj-single-product .reset_variations {
	display: none !important;
}

.single-product article.xj-single-product .woocommerce-variation-add-to-cart,
.single-product article.xj-single-product form.cart:not(.variations_form) {
	display: grid;
	gap: 1rem;
	border-top: 1px solid #e7edf3;
	padding-top: 1.25rem;
}

.single-product article.xj-single-product .xj-purchase-quantity {
	display: inline-grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 0.8rem;
	width: min(100%, 26rem);
	max-width: 100%;
}

.single-product article.xj-single-product .xj-purchase-quantity__label {
	color: #202020;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

.single-product article.xj-single-product .xj-purchase-quantity__field {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1rem;
	min-width: 0;
}

.single-product article.xj-single-product .xj-purchase-quantity .quantity {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 1rem;
	width: auto;
	margin: 0;
	white-space: nowrap;
}

.single-product article.xj-single-product .xj-purchase-quantity .qty {
	width: 100%;
	min-height: 3.45rem;
	border: 1px solid #d0d0d0;
	border-radius: 0.38rem;
	background: #ffffff;
	color: #111111;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	padding: 0.4rem 2.65rem 0.4rem 1.35rem;
	text-align: left;
}

.single-product article.xj-single-product .xj-purchase-quantity .qty::-webkit-calendar-picker-indicator {
	opacity: 0;
}

.single-product article.xj-single-product .xj-purchase-quantity .xj-quantity-source {
	display: none;
}

.single-product article.xj-single-product .xj-purchase-quantity .xj-quantity-stepper {
	display: inline-grid;
	grid-template-columns: 3.2rem 3.75rem 3.2rem;
	min-height: 2.95rem;
	border: 1px solid #d0d0d0;
	border-radius: 0.18rem;
	background: #fff;
	overflow: hidden;
}

.single-product article.xj-single-product .xj-quantity-stepper__button,
.single-product article.xj-single-product .xj-quantity-stepper__value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	border: 0;
	border-right: 1px solid #d0d0d0;
	background: #ffffff;
	color: #1d1d1f;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	padding: 0;
	text-align: center;
}

.single-product article.xj-single-product .xj-quantity-stepper__button {
	color: #4d9ad5;
	cursor: pointer;
	font-size: 20px;
}

.single-product article.xj-single-product .xj-quantity-stepper__button:last-child {
	border-right: 0;
}

.single-product article.xj-single-product .xj-quantity-stepper__button:hover,
.single-product article.xj-single-product .xj-quantity-stepper__button:focus-visible {
	background: #eef7ff;
	outline: 0;
}

.single-product article.xj-single-product .xj-quantity-stepper__button:disabled {
	color: #9ca3af;
	cursor: not-allowed;
}

.single-product article.xj-single-product .xj-stock-hint {
	color: #e94d73;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
}

.single-product article.xj-single-product .xj-purchase-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
}

.single-product article.xj-single-product form.cart .xj-purchase-actions .button {
	width: 100% !important;
	min-height: 3.8rem;
	border-radius: 0.32rem;
	font-size: 1rem;
	font-weight: 600;
	transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.single-product article.xj-single-product form.cart .xj-add-to-cart-button {
	border: 1px solid #4d9ad5;
	background: #ffffff;
	color: #4d9ad5;
}

.single-product article.xj-single-product form.cart .xj-buy-now-button {
	border: 1px solid #4d9ad5;
	background: #4d9ad5;
	color: #ffffff;
}

.single-product article.xj-single-product form.cart .xj-add-to-cart-button:hover,
.single-product article.xj-single-product form.cart .xj-add-to-cart-button:focus {
	background: #edf6ff;
	box-shadow: 0 0.35rem 0.9rem rgba(77, 154, 213, 0.12);
	transform: translateY(-1px);
}

.single-product article.xj-single-product form.cart .xj-buy-now-button:hover,
.single-product article.xj-single-product form.cart .xj-buy-now-button:focus {
	background: #337fba;
	border-color: #337fba;
	box-shadow: 0 0.35rem 0.9rem rgba(77, 154, 213, 0.22);
	transform: translateY(-1px);
}

.single-product .xj-single-product__wishlist-row,
.single-product .xj-single-product__wishlist {
	display: none !important;
}

.single-product .xj-single-product__fit-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
}

.single-product .xj-single-product__fit-copy {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	min-width: 0;
}

.single-product .xj-size-guide-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.32rem;
	border: 0;
	background: transparent;
	color: #4d9ad5;
	cursor: pointer;
	flex: 0 0 auto;
	font-size: 16px;
	font-weight: 800;
	padding: 0;
	text-align: right;
}

.single-product .xj-size-guide-trigger:hover,
.single-product .xj-size-guide-trigger:focus {
	color: #337fba;
	outline: 0;
	text-decoration: underline;
}

.single-product .xj-size-guide-trigger svg {
	width: 1rem;
	height: 1rem;
}

body.xj-size-guide-open {
	overflow: hidden;
}

.xj-size-guide-modal[hidden] {
	display: none !important;
}

.xj-size-guide-modal {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: grid;
	place-items: center;
	padding: 1.5rem;
}

.xj-size-guide-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(24, 36, 48, 0.42);
}

.xj-size-guide-modal__card {
	position: relative;
	z-index: 2147483001;
	width: min(100%, 46rem);
	max-height: min(82vh, 42rem);
	overflow: auto;
	border-radius: 0.45rem;
	background: #ffffff;
	box-shadow: 0 1.4rem 4rem rgba(24, 36, 48, 0.24);
	padding: 1.35rem;
}

.xj-size-guide-modal__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	border-bottom: 1px solid #e7edf3;
	padding-bottom: 1rem;
}

.xj-size-guide-modal__head span {
	display: block;
	color: #4d9ad5;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
}

.xj-size-guide-modal__head h2 {
	margin: 0.35rem 0 0;
	color: #202020;
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1.2;
}

.xj-size-guide-modal__head button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.1rem;
	height: 2.1rem;
	border: 1px solid #d8e2ee;
	border-radius: 999px;
	background: #ffffff;
	color: #2e3035;
	cursor: pointer;
	font-size: 1.35rem;
	line-height: 1;
}

.xj-size-guide-modal__note,
.xj-size-guide-modal__empty {
	margin: 0.9rem 0 0;
	color: #6f7f8f;
	font-size: 12px;
	line-height: 1.55;
}

.xj-size-guide-modal__unit-toggle {
	display: inline-flex;
	gap: 0.25rem;
	margin-top: 1rem;
	border: 1px solid #d8e2ee;
	border-radius: 999px;
	background: #f6f9fc;
	padding: 0.2rem;
}

.xj-size-guide-modal__unit-toggle button {
	min-width: 3.1rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #6f7f8f;
	cursor: pointer;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	padding: 0.48rem 0.7rem;
	transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.xj-size-guide-modal__unit-toggle button.is-active {
	background: #4d9ad5;
	color: #ffffff;
	box-shadow: 0 0.25rem 0.7rem rgba(77, 154, 213, 0.2);
}

.xj-size-guide-modal__unit-toggle button:hover,
.xj-size-guide-modal__unit-toggle button:focus {
	color: #337fba;
	outline: 0;
}

.xj-size-guide-modal__unit-toggle button.is-active:hover,
.xj-size-guide-modal__unit-toggle button.is-active:focus {
	color: #ffffff;
}

.xj-size-guide-modal__sections {
	display: grid;
	gap: 1rem;
	margin-top: 1.1rem;
}

.xj-size-guide-modal__section h3 {
	margin: 0 0 0.55rem;
	color: #202020;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.3;
}

.xj-size-guide-modal__table-wrap {
	overflow-x: auto;
	border: 1px solid #e7edf3;
	border-radius: 0.35rem;
}

.xj-size-guide-modal table {
	width: 100%;
	min-width: 34rem;
	border-collapse: collapse;
	background: #ffffff;
}

.xj-size-guide-modal th,
.xj-size-guide-modal td {
	border-bottom: 1px solid #edf2f7;
	color: #4d5965;
	font-size: 12px;
	line-height: 1.45;
	padding: 0.65rem 0.75rem;
	text-align: left;
	white-space: nowrap;
}

.xj-size-guide-modal th {
	background: #f6f9fc;
	color: #202020;
	font-weight: 900;
}

.xj-size-guide-modal tr:last-child td {
	border-bottom: 0;
}

.single-product .xj-single-product .woocommerce-tabs,
.single-product .xj-single-product .woocommerce-tabs .panel,
.single-product .xj-single-product .woocommerce-tabs .panel p,
.single-product .xj-single-product .woocommerce-product-attributes,
.single-product .xj-single-product .woocommerce-product-attributes th,
.single-product .xj-single-product .woocommerce-product-attributes td,
.single-product .xj-single-product .woocommerce-product-attributes p,
.single-product .xj-single-product .woocommerce-product-attributes em {
	font-style: normal !important;
}

.single-product .xj-product-detail-attributes {
	display: grid;
	gap: 0.9rem;
}

.single-product .xj-product-detail-attributes--pdp {
	border-top: 1px solid #edf1f5;
	margin-top: 1rem;
	padding-top: 0.95rem;
}

.single-product .xj-product-detail-attributes__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.single-product .xj-product-detail-attributes__title {
	color: #202020;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
}

.single-product .xj-product-detail-attributes__toggle {
	appearance: none;
	border: 0;
	background: transparent;
	color: #4d9ad5;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	padding: 0;
	white-space: nowrap;
}

.single-product .xj-product-detail-attributes__toggle:hover,
.single-product .xj-product-detail-attributes__toggle:focus-visible {
	color: #202020;
	text-decoration: underline;
}

.single-product .xj-product-detail-attributes__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.65rem 0.95rem;
}

.single-product .xj-product-detail-attributes__item {
	display: grid;
	align-content: start;
	gap: 0.18rem;
	min-width: 0;
}

.single-product .xj-product-detail-attributes__item strong {
	color: #202020;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

.single-product .xj-product-detail-attributes__item div,
.single-product .xj-product-detail-attributes__item p,
.single-product .xj-product-detail-attributes__item a {
	color: #5f6d7a;
	font-size: 12px !important;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.single-product .xj-product-detail-attributes__all[hidden],
.single-product .xj-product-detail-attributes__preview[hidden] {
	display: none;
}

@media (max-width: 63.99rem) {
	.single-product .xj-single-product-page .xj-container {
		width: min(100% - 1.5rem, 48rem);
	}

	.single-product .xj-single-product__main {
		grid-template-columns: 1fr;
		grid-template-areas:
			"gallery"
			"summary"
			"details";
		gap: 1.6rem;
	}

	.single-product .xj-single-product__content-column {
		display: contents;
	}

	.single-product .xj-single-product__gallery-panel {
		grid-area: gallery;
	}

	.single-product .xj-single-product__details {
		grid-area: details;
	}

	.single-product .xj-product-detail-attributes__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.single-product article.xj-single-product .xj-purchase-actions {
		grid-template-columns: 1fr;
	}

	.single-product .xj-single-product__summary {
		position: static;
	}

	.single-product div.product.xj-single-product div.images,
	.single-product.woocommerce-page div.product.xj-single-product div.images {
		grid-template-columns: 1fr;
	}

	.single-product div.product.xj-single-product div.images .woocommerce-product-gallery__wrapper,
	.single-product div.product.xj-single-product div.images .flex-control-thumbs {
		grid-column: auto;
		grid-row: auto;
	}

	.single-product div.product.xj-single-product div.images .woocommerce-product-gallery__image img {
		max-height: none;
	}

	.single-product div.product.xj-single-product div.images .flex-control-thumbs {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		max-height: none;
		overflow: visible;
	}

	.single-product .xj-single-product__title-row {
		flex-direction: column;
		gap: 0.45rem;
	}

	.single-product div.product.xj-single-product form.cart .button {
		width: 100%;
	}

	.single-product div.product.xj-single-product .woocommerce-variation-add-to-cart,
	.single-product div.product.xj-single-product form.cart:not(.variations_form) {
		align-items: stretch;
		flex-direction: column;
	}

	.single-product .xj-single-product__wishlist-row {
		justify-content: flex-start;
		margin-top: 1rem;
	}

	.single-product .xj-single-product__wishlist {
		width: 3.7rem;
		height: 3.7rem;
	}
}

body.single-product .xj-single-product-page > .xj-container {
	width: min(100% - 2rem, var(--xj-container)) !important;
	max-width: var(--xj-container) !important;
}

body.single-product article.xj-single-product > .xj-single-product__main {
	display: grid !important;
	grid-template-columns: minmax(0, 53.5%) minmax(26rem, 41.5%) !important;
	grid-template-areas:
		"content summary" !important;
	gap: 3.5% !important;
	align-items: start !important;
}

body.single-product article.xj-single-product > .xj-single-product__main > .xj-single-product__content-column {
	display: grid;
	grid-area: content;
	gap: 2.25rem;
	min-width: 0;
}

body.single-product article.xj-single-product > .xj-single-product__main > .xj-single-product__summary {
	grid-area: summary;
}

body.single-product article.xj-single-product .xj-single-product__details {
	margin-top: 0;
	min-width: 0;
}

body.single-product article.xj-single-product > .xj-single-product__related {
	margin-top: 3rem;
}

body.single-product article.xj-single-product div.images.woocommerce-product-gallery {
	--xj-pdp-image-aspect: 1340 / 1785;
	display: grid !important;
	grid-template-columns: minmax(48px, 1fr) minmax(0, 12fr) !important;
	gap: 1rem !important;
	float: none !important;
	width: 100% !important;
	opacity: 1 !important;
}

body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-viewport,
body.single-product article.xj-single-product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	grid-column: 2 !important;
	grid-row: 1 !important;
	height: auto !important;
	max-height: none !important;
	width: 100% !important;
	min-width: 0 !important;
	aspect-ratio: var(--xj-pdp-image-aspect) !important;
	background: #ffffff !important;
	min-height: 0 !important;
	overflow: hidden !important;
	position: relative !important;
	transform: none !important;
}

body.single-product article.xj-single-product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
	display: none !important;
	height: 0 !important;
	inset: 0 !important;
	opacity: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	visibility: hidden !important;
	width: 100% !important;
}

body.single-product article.xj-single-product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper:not(:has(.woocommerce-product-gallery__image.flex-active-slide)) > .woocommerce-product-gallery__image:first-child,
body.single-product article.xj-single-product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image.flex-active-slide {
	display: block !important;
	height: 100% !important;
	inset: 0 !important;
	opacity: 1 !important;
	overflow: hidden !important;
	position: absolute !important;
	visibility: visible !important;
	width: 100% !important;
	z-index: 2 !important;
}

body.single-product article.xj-single-product div.images.woocommerce-product-gallery.xj-gallery-ready .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
	display: none !important;
	height: 0 !important;
	inset: 0 !important;
	opacity: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	visibility: hidden !important;
	width: 100% !important;
}

body.single-product article.xj-single-product div.images.woocommerce-product-gallery.xj-gallery-ready .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image.flex-active-slide {
	display: block !important;
	height: 100% !important;
	inset: 0 !important;
	opacity: 1 !important;
	overflow: hidden !important;
	position: absolute !important;
	visibility: visible !important;
	width: 100% !important;
	z-index: 2 !important;
}

body.single-product article.xj-single-product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a,
body.single-product article.xj-single-product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image img {
	display: block !important;
	height: 100% !important;
	opacity: 1 !important;
	visibility: visible !important;
	width: 100% !important;
}

body.single-product article.xj-single-product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a {
	aspect-ratio: var(--xj-pdp-image-aspect) !important;
	background: #ffffff !important;
	height: 100% !important;
	overflow: hidden !important;
}

body.single-product article.xj-single-product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image img {
	aspect-ratio: var(--xj-pdp-image-aspect) !important;
	background: #ffffff !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
}

body.single-product article.xj-single-product div.images.woocommerce-product-gallery .zoomImg {
	display: none !important;
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-control-thumbs {
	display: grid !important;
	grid-column: 1 !important;
	grid-row: 1 !important;
	grid-template-columns: 1fr !important;
	align-content: start !important;
	gap: 0.85rem !important;
	list-style: none !important;
	margin: 0 !important;
	max-height: calc(100vh - 7rem) !important;
	overflow-y: auto !important;
	padding: 0 !important;
}

body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-control-thumbs li {
	display: block !important;
	float: none !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	max-width: none !important;
	width: 100% !important;
}

body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-control-thumbs li[hidden],
body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-control-thumbs img[hidden] {
	display: none !important;
}

body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-control-thumbs img {
	display: block !important;
	height: auto !important;
	max-width: none !important;
	width: 100% !important;
	aspect-ratio: var(--xj-pdp-image-aspect) !important;
	background: #ffffff !important;
	object-fit: cover !important;
	object-position: center !important;
	transition: opacity 160ms ease;
}

body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-control-thumbs img.flex-active {
	border-color: #ffffff !important;
	box-shadow: none !important;
	transform: none !important;
}

body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-control-thumbs li.xj-gallery-thumb-active::after {
	position: absolute;
	inset: 0;
	box-sizing: border-box;
	border: 1px solid #4d9ad5;
	box-shadow: inset 0 0 0 4px #ffffff;
	content: "";
	pointer-events: none;
	z-index: 2;
}

body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-control-thumbs img:focus-visible {
	outline: 1px solid #4d9ad5;
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-control-thumbs img {
		transition: none;
	}
}

@media (max-width: 900px) {
	body.single-product article.xj-single-product > .xj-single-product__main {
		grid-template-columns: 1fr !important;
		grid-template-areas:
			"gallery"
			"summary"
			"details" !important;
		gap: 1.6rem !important;
	}

	body.single-product article.xj-single-product > .xj-single-product__main > .xj-single-product__content-column {
		display: contents;
	}

	body.single-product article.xj-single-product .xj-single-product__gallery-panel {
		grid-area: gallery;
	}

	body.single-product article.xj-single-product .xj-single-product__details {
		grid-area: details;
	}

	body.single-product article.xj-single-product div.images.woocommerce-product-gallery {
		grid-template-columns: 1fr !important;
	}

	body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-viewport,
	body.single-product article.xj-single-product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
	body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-control-thumbs {
		grid-column: auto !important;
		grid-row: auto !important;
	}

	body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-viewport,
	body.single-product article.xj-single-product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
		min-height: 0 !important;
	}

	body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-control-thumbs {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
		max-height: none !important;
		overflow: visible !important;
	}
}

.single-product article.xj-single-product .single_add_to_cart_button.disabled,
.single-product article.xj-single-product .single_add_to_cart_button.wc-variation-selection-needed {
	cursor: pointer;
	opacity: 1 !important;
}

.single-product article.xj-single-product form.cart .xj-add-to-cart-button.disabled,
.single-product article.xj-single-product form.cart .xj-add-to-cart-button.wc-variation-selection-needed {
	border-color: #4d9ad5;
	background: #ffffff;
	color: #4d9ad5;
}

.single-product article.xj-single-product form.cart .xj-buy-now-button.disabled,
.single-product article.xj-single-product form.cart .xj-buy-now-button.wc-variation-selection-needed {
	border-color: #4d9ad5;
	background: #4d9ad5;
	color: #ffffff;
}

.single-product article.xj-single-product form.cart table.variations tr {
	position: relative;
}

.single-product article.xj-single-product .xj-variation-swatch:not(.xj-variation-swatch--image) {
	border-color: #4d9ad5;
	border-radius: 0.32rem;
	color: #4d9ad5;
}

.single-product article.xj-single-product .xj-variation-swatch:not(.xj-variation-swatch--image):hover,
.single-product article.xj-single-product .xj-variation-swatch:not(.xj-variation-swatch--image):focus {
	background: #edf6ff;
	box-shadow: none;
	color: #337fba;
}

.single-product article.xj-single-product .xj-variation-swatch:not(.xj-variation-swatch--image).is-selected {
	border-color: #4d9ad5;
	background: #4d9ad5;
	box-shadow: none;
	color: #ffffff;
}

.single-product article.xj-single-product .xj-variation-swatch[disabled]:not(.xj-variation-swatch--image) {
	border-color: #b7c8d8;
	background: #ffffff;
	color: #a4adba !important;
}

.single-product article.xj-single-product form.cart table.variations tr.xj-variation-row--error {
	border: 1px solid #dc2f4f;
	border-radius: 0.45rem;
	padding: 0.9rem;
}

.single-product article.xj-single-product form.cart table.variations tr.xj-variation-row--error + tr.xj-variation-row--error {
	margin-top: -0.6rem;
}

.single-product article.xj-single-product .xj-variation-validation-message {
	float: right;
	margin: 0 0 0.45rem auto;
	color: #dc2f4f;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	text-align: right;
}

.single-product div.product.xj-single-product p.price.xj-pdp-price,
.single-product div.product.xj-single-product span.price.xj-pdp-price,
.single-product article.xj-single-product p.price.xj-pdp-price,
.single-product article.xj-single-product span.price.xj-pdp-price,
.single-product article.xj-single-product .woocommerce-variation-price .price {
	font-family: var(--xj-font-price);
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.single-product article.xj-single-product p.price.xj-pdp-price .woocommerce-Price-amount,
.single-product article.xj-single-product span.price.xj-pdp-price .woocommerce-Price-amount,
.single-product article.xj-single-product .woocommerce-variation-price .price .woocommerce-Price-amount {
	display: inline-flex;
	align-items: baseline;
	gap: 1px;
	font-family: var(--xj-font-price);
	font-weight: 700;
	line-height: 1;
}

.single-product article.xj-single-product .xj-pdp-virtual-list-price {
	display: inline-flex;
	align-items: baseline;
	margin-left: 8px;
	color: #9ca3af;
	font-family: var(--xj-font-price);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

.single-product article.xj-single-product .xj-pdp-virtual-list-price .woocommerce-Price-amount {
	color: inherit;
	font: inherit;
	text-decoration: inherit;
}

.single-product article.xj-single-product .xj-pdp-discount-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	border-radius: 0.35rem;
	background: #d94f6b;
	color: #ffffff;
	font-family: var(--xj-font-price);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	padding: 0.35rem 0.55rem;
	vertical-align: middle;
	white-space: nowrap;
}

.single-product div.product.xj-single-product p.price.xj-pdp-price .xj-pdp-price__currency,
.single-product div.product.xj-single-product span.price.xj-pdp-price .xj-pdp-price__currency,
.single-product article.xj-single-product p.price.xj-pdp-price .xj-pdp-price__currency,
.single-product article.xj-single-product span.price.xj-pdp-price .xj-pdp-price__currency,
.single-product article.xj-single-product .woocommerce-variation-price .price .xj-pdp-price__currency,
.single-product div.product.xj-single-product p.price.xj-pdp-price .xj-pdp-price__minor,
.single-product div.product.xj-single-product span.price.xj-pdp-price .xj-pdp-price__minor,
.single-product article.xj-single-product p.price.xj-pdp-price .xj-pdp-price__minor,
.single-product article.xj-single-product span.price.xj-pdp-price .xj-pdp-price__minor,
.single-product article.xj-single-product .woocommerce-variation-price .price .xj-pdp-price__minor {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.single-product div.product.xj-single-product p.price.xj-pdp-price .xj-pdp-price__major,
.single-product div.product.xj-single-product span.price.xj-pdp-price .xj-pdp-price__major,
.single-product article.xj-single-product p.price.xj-pdp-price .xj-pdp-price__major,
.single-product article.xj-single-product span.price.xj-pdp-price .xj-pdp-price__major,
.single-product article.xj-single-product .woocommerce-variation-price .price .xj-pdp-price__major {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.single-product article.xj-single-product .xj-variation-validation-message[hidden] {
	display: none !important;
}

.single-product article.xj-single-product .woocommerce-variation-availability .stock:not(.out-of-stock),
.single-product article.xj-single-product p.stock:not(.out-of-stock) {
	display: none !important;
}

.single-product article.xj-single-product .related.products ul.products {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--xj-space-4);
}

@media (min-width: 64rem) {
	.single-product article.xj-single-product .related.products ul.products {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

body.single-product article.xj-single-product .product_title {
	font-size: 16px !important;
	font-weight: 700;
	line-height: 1.35;
}

.single-product div.product.xj-single-product p.price.xj-pdp-price,
.single-product div.product.xj-single-product span.price.xj-pdp-price,
.single-product article.xj-single-product p.price.xj-pdp-price,
.single-product article.xj-single-product span.price.xj-pdp-price,
.single-product article.xj-single-product .woocommerce-variation-price .price {
	margin: 0.35rem 0 0.45rem !important;
	padding-block: 0.35rem !important;
}

.single-product article.xj-single-product form.cart table.variations label {
	white-space: nowrap;
}

.single-product article.xj-single-product .xj-single-product__purchase-card {
	display: grid;
	gap: 0.9rem;
}

.single-product article.xj-single-product .xj-single-product__head {
	display: grid;
	gap: 0.45rem;
}

body.single-product article.xj-single-product .product_title {
	color: #111827;
	font-size: 18px !important;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.22;
}

.single-product article.xj-single-product .xj-single-product__purchase-rating {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: #61748a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.single-product article.xj-single-product .xj-single-product__purchase-stars {
	color: #f5b23a;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1;
}

.single-product article.xj-single-product .xj-single-product__short-description {
	margin: 0.05rem 0 0;
	border-top: 0;
	border-bottom: 0;
	color: #5d6f83;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	padding: 0;
}

.single-product article.xj-single-product .xj-single-product__short-description p {
	margin: 0;
}

.single-product article.xj-single-product .xj-single-product__id-row,
.single-product article.xj-single-product .xj-single-product__sku-row {
	display: none;
}

.single-product div.product.xj-single-product p.price.xj-pdp-price,
.single-product div.product.xj-single-product span.price.xj-pdp-price,
.single-product article.xj-single-product p.price.xj-pdp-price,
.single-product article.xj-single-product span.price.xj-pdp-price,
.single-product article.xj-single-product .woocommerce-variation-price .price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	margin: 0.35rem 0 0 !important;
	border: 0;
	padding-block: 0.15rem !important;
}

.single-product article.xj-single-product .xj-pdp-virtual-list-price {
	margin-left: 0;
	color: #a7b4c3;
	font-size: 15px;
	font-weight: 600;
}

.single-product article.xj-single-product .xj-pdp-discount-badge {
	margin-left: 0;
	border-radius: 0.32rem;
	background: #dd4d6b;
	font-size: 14px;
	font-weight: 800;
	padding: 0.36rem 0.55rem;
}

.single-product article.xj-single-product .xj-pdp-installment-note {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	margin: -0.15rem 0 0;
	color: #5d6f83;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.single-product article.xj-single-product .xj-pdp-installment-note__pill {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	background: #bdf5de;
	color: #0f3b2e;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 0.34rem 0.7rem;
	text-transform: lowercase;
}

.single-product article.xj-single-product .xj-pdp-installment-note__info {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	border: 1px solid #b9c7d5;
	border-radius: 999px;
	color: #8798aa;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

.single-product article.xj-single-product form.cart {
	gap: 0.95rem;
	border-bottom: 0;
	padding-block: 0.15rem 0;
}

.single-product article.xj-single-product form.cart table.variations tr {
	gap: 0.55rem;
	margin-bottom: 0.8rem;
}

.single-product article.xj-single-product form.cart table.variations label {
	display: inline-flex;
	align-items: baseline;
	gap: 0.3rem;
	color: #273142;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.single-product article.xj-single-product .xj-variation-label-current {
	color: #4b5563;
	font-weight: 600;
}

.single-product article.xj-single-product .xj-variation-swatches {
	gap: 0.65rem;
}

.single-product article.xj-single-product .xj-variation-swatch:not(.xj-variation-swatch--image) {
	min-height: 2.75rem;
	border-color: #d7e0ea;
	border-radius: 0.36rem;
	color: #3c4655;
	font-size: 13px;
	font-weight: 700;
	padding: 0.55rem 0.8rem;
}

.single-product article.xj-single-product .xj-variation-swatch:not(.xj-variation-swatch--image):hover,
.single-product article.xj-single-product .xj-variation-swatch:not(.xj-variation-swatch--image):focus {
	border-color: #4d9ad5;
	box-shadow: 0 0 0 2px rgba(77, 154, 213, 0.1);
}

.single-product article.xj-single-product .xj-variation-swatch:not(.xj-variation-swatch--image).is-selected {
	border-color: #2d7fc0;
	background: #f8fbff;
	box-shadow: inset 0 0 0 1px #2d7fc0;
	color: #1f6fae;
}

.single-product article.xj-single-product .xj-variation-swatch--image {
	flex: 0 0 3.2rem;
	width: 3.2rem;
	height: 3.2rem;
	min-width: 3.2rem;
	min-height: 3.2rem;
	border-color: #d7e0ea;
	border-radius: 999px;
}

.single-product article.xj-single-product .xj-variation-swatch--image.is-selected {
	border-color: #2d7fc0;
	box-shadow: 0 0 0 2px rgba(45, 127, 192, 0.16);
}

.single-product article.xj-single-product .xj-variation-swatch--image span {
	display: none;
}

.single-product article.xj-single-product .woocommerce-variation-add-to-cart,
.single-product article.xj-single-product form.cart:not(.variations_form) {
	gap: 0.9rem;
	border-top: 0;
	padding-top: 0.15rem;
}

.single-product article.xj-single-product .xj-purchase-quantity {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.55rem;
	width: 100%;
}

.single-product article.xj-single-product .xj-purchase-quantity__label {
	color: #273142;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.single-product article.xj-single-product .xj-purchase-quantity__field {
	gap: 0.8rem;
}

.single-product article.xj-single-product .xj-purchase-quantity .xj-quantity-stepper {
	grid-template-columns: 2.6rem 3rem 2.6rem;
	min-height: 2.5rem;
	border-color: #d7e0ea;
	border-radius: 0.28rem;
}

.single-product article.xj-single-product .xj-quantity-stepper__button,
.single-product article.xj-single-product .xj-quantity-stepper__value {
	border-color: #d7e0ea;
	font-size: 16px;
}

.single-product article.xj-single-product .xj-quantity-stepper__button {
	background: #f7fbff;
	color: #3c8ccc;
	font-size: 18px;
}

.single-product article.xj-single-product .xj-stock-hint {
	color: #25905d;
	font-size: 13px;
	font-weight: 800;
}

.single-product article.xj-single-product .xj-purchase-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.65rem;
}

.single-product article.xj-single-product form.cart .xj-purchase-actions .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 3.35rem;
	border-radius: 0.34rem;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.single-product article.xj-single-product form.cart .xj-add-to-cart-button {
	border-color: #2f7fc4;
	background: linear-gradient(180deg, #3b8fd1 0%, #1f6fae 100%);
	color: #ffffff;
}

.single-product article.xj-single-product form.cart .xj-buy-now-button {
	border-color: #08213d;
	background: linear-gradient(180deg, #092746 0%, #03182d 100%);
	color: #ffffff;
}

.single-product article.xj-single-product form.cart .xj-add-to-cart-button:hover,
.single-product article.xj-single-product form.cart .xj-add-to-cart-button:focus {
	background: linear-gradient(180deg, #337fc0 0%, #1c629a 100%);
	box-shadow: 0 0.45rem 0.9rem rgba(47, 127, 196, 0.18);
}

.single-product article.xj-single-product form.cart .xj-buy-now-button:hover,
.single-product article.xj-single-product form.cart .xj-buy-now-button:focus {
	background: linear-gradient(180deg, #0b3158 0%, #041b33 100%);
	box-shadow: 0 0.45rem 0.9rem rgba(8, 33, 61, 0.18);
}

.single-product article.xj-single-product form.cart .xj-button-icon svg {
	width: 1.15rem;
	height: 1.15rem;
	stroke-width: 1.8;
}

.single-product article.xj-single-product .xj-single-product__fit-note {
	margin-top: 0.2rem;
	border-top: 1px solid #e7edf3;
	padding-top: 0.9rem;
}

.single-product article.xj-single-product .xj-single-product__delivery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 0.9rem;
	border: 1px solid #e7eef6;
	border-radius: 0.55rem;
	background: #f6faff;
	padding: 0.75rem 0.65rem;
}

.single-product article.xj-single-product .xj-single-product__delivery h2 {
	display: none;
}

.single-product article.xj-single-product .xj-single-product__delivery-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 0.25rem 0.55rem;
	padding: 0 0.7rem;
}

.single-product article.xj-single-product .xj-single-product__delivery-item + .xj-single-product__delivery-item {
	border-left: 1px solid #dbe7f2;
}

.single-product article.xj-single-product .xj-single-product__delivery-item svg {
	grid-row: span 2;
	width: 1.45rem;
	height: 1.45rem;
	color: #7b8fa6;
}

.single-product article.xj-single-product .xj-single-product__delivery-item span {
	color: #273142;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.15;
}

.single-product article.xj-single-product .xj-single-product__delivery-item small {
	color: #6b7f96;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
}

@media (max-width: 640px) {
	body.single-product article.xj-single-product .product_title {
		font-size: 16px !important;
		line-height: 1.25;
	}

	.single-product article.xj-single-product .xj-single-product__purchase-card {
		gap: 0.8rem;
	}

	.single-product article.xj-single-product .xj-single-product__short-description {
		font-size: 12px;
		line-height: 1.42;
	}

	.single-product article.xj-single-product p.price.xj-pdp-price,
	.single-product article.xj-single-product span.price.xj-pdp-price,
	.single-product article.xj-single-product .woocommerce-variation-price .price {
		margin: 0.25rem 0 0.35rem !important;
		padding-block: 0.28rem !important;
	}

	.single-product article.xj-single-product .xj-purchase-quantity {
		width: 100%;
	}

	.single-product article.xj-single-product .xj-purchase-quantity__field {
		flex-wrap: nowrap;
		gap: 0.65rem 0.85rem;
	}

	.single-product article.xj-single-product .xj-purchase-quantity .xj-quantity-stepper {
		grid-template-columns: 2.55rem 3rem 2.55rem;
		min-height: 2.45rem;
	}

	.single-product article.xj-single-product .xj-stock-hint {
		font-size: 12px;
	}

	.single-product article.xj-single-product form.cart table.variations {
		display: block !important;
		width: 100% !important;
	}

	.single-product article.xj-single-product form.cart table.variations tbody {
		display: block !important;
		width: 100% !important;
	}

	.single-product article.xj-single-product form.cart table.variations tr {
		display: grid !important;
		grid-template-columns: 4em minmax(0, 1fr);
		column-gap: 0.45rem;
		align-items: start;
		margin: 0 0 0.85rem;
		padding-top: 0;
		width: 100%;
	}

	.single-product article.xj-single-product form.cart table.variations tr:last-child {
		margin-bottom: 0;
	}

	.single-product article.xj-single-product form.cart table.variations th,
	.single-product article.xj-single-product form.cart table.variations td {
		display: block !important;
		width: auto !important;
		min-width: 0;
	}

	.single-product article.xj-single-product form.cart table.variations label {
		justify-content: flex-start;
		padding-top: 0.2rem;
		font-size: 13px;
	}

	.single-product article.xj-single-product form.cart table.variations .xj-variation-swatches {
		width: 100%;
		margin-top: 0;
	}

	.single-product article.xj-single-product form.cart table.variations .xj-variation-swatch--image {
		flex: 0 0 auto;
	}

	.single-product article.xj-single-product form.cart table.variations tr:has(select[name*="size"]) .xj-variation-swatches,
	.single-product article.xj-single-product form.cart table.variations tr:has(select[id*="size"]) .xj-variation-swatches {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 0.5rem;
	}

	.single-product article.xj-single-product form.cart table.variations tr:has(select[name*="size"]) .xj-variation-swatch:not(.xj-variation-swatch--image),
	.single-product article.xj-single-product form.cart table.variations tr:has(select[id*="size"]) .xj-variation-swatch:not(.xj-variation-swatch--image) {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 0;
		width: 100%;
		min-height: 2.05rem;
		padding: 0.32rem 0.18rem;
		font-size: 11px;
		font-weight: 400;
		line-height: 1.1;
		text-align: center;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.single-product article.xj-single-product .xj-purchase-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.55rem;
	}

	.single-product article.xj-single-product form.cart .xj-purchase-actions .button {
		min-height: 3rem;
		font-size: 13px;
		letter-spacing: 0;
		white-space: nowrap;
	}

	.single-product article.xj-single-product .xj-single-product__delivery {
		grid-template-columns: 1fr;
		padding: 0.35rem 0.8rem;
	}

	.single-product article.xj-single-product .xj-single-product__delivery-item {
		padding: 0.55rem 0;
	}

	.single-product article.xj-single-product .xj-single-product__delivery-item + .xj-single-product__delivery-item {
		border-top: 1px solid #dbe7f2;
		border-left: 0;
	}

	.single-product .xj-product-detail-attributes__preview,
	.single-product .xj-product-detail-attributes__all,
	.single-product .xj-product-detail-attributes__grid {
		grid-template-columns: 1fr !important;
	}

	.single-product .xj-product-detail-attributes--pdp {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0.55rem;
	}

	.single-product .xj-product-detail-attributes__header {
		display: contents;
	}

	.single-product .xj-product-detail-attributes__title {
		grid-column: 1 / -1;
		order: 1;
	}

	.single-product .xj-product-detail-attributes__preview {
		display: contents;
	}

	.single-product .xj-product-detail-attributes__preview .xj-product-detail-attributes__item {
		min-width: 0;
		order: 2;
	}

	.single-product .xj-product-detail-attributes__preview .xj-product-detail-attributes__item strong,
	.single-product .xj-product-detail-attributes__preview .xj-product-detail-attributes__item div {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.single-product .xj-product-detail-attributes__toggle {
		align-items: center;
		display: inline-flex;
		flex: 0 0 auto;
		justify-content: center;
		min-height: 2.35rem;
		min-width: 0;
		order: 3;
		text-align: center;
		white-space: nowrap;
	}

	.single-product .xj-product-detail-attributes__toggle[aria-expanded="true"] {
		grid-column: 4;
	}

	.single-product .xj-product-detail-attributes__all {
		grid-column: 1 / -1;
		order: 4;
	}

	.single-product article.xj-single-product .xj-purchase-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem;
	}

	.single-product article.xj-single-product form.cart .xj-purchase-actions .button {
		min-height: 3.25rem;
		padding-inline: 0.35rem;
		white-space: nowrap;
	}

	.single-product article.xj-single-product .xj-pdp-info-tabs__nav {
		gap: 1.6rem;
		margin-bottom: 1.25rem;
	}

	.single-product article.xj-single-product .xj-pdp-info-tabs__tab {
		font-size: 16px;
		padding-bottom: 0.85rem;
	}

	.single-product article.xj-single-product .xj-pdp-info-tabs__panel--description {
		font-size: 15px;
		line-height: 1.72;
	}

	.single-product article.xj-single-product .xj-pdp-reviews-summary {
		grid-template-columns: 1fr;
		gap: 1.35rem;
		border-radius: 1rem;
		margin-bottom: 1.3rem;
		padding: 1.35rem;
	}

	.single-product article.xj-single-product .xj-pdp-reviews-summary__score strong {
		font-size: 3.4rem;
	}

	.single-product article.xj-single-product .xj-pdp-rating-row {
		grid-template-columns: 1rem 1rem minmax(0, 1fr) 2.5rem;
		gap: 0.45rem;
		font-size: 13px;
	}

	.single-product article.xj-single-product .xj-pdp-review header {
		align-items: flex-start;
	}

	.single-product article.xj-single-product .xj-pdp-review header strong {
		font-size: 16px;
	}

	.single-product article.xj-single-product .xj-pdp-review p {
		font-size: 14px;
		line-height: 1.6;
	}
}

/* CH14-R: final PDP purchase-panel visual refinements. */
.single-product article.xj-single-product form.cart .xj-add-to-cart-button,
.single-product article.xj-single-product form.cart .xj-add-to-cart-button.disabled,
.single-product article.xj-single-product form.cart .xj-add-to-cart-button.wc-variation-selection-needed {
	border-color: #2f7fc4;
	background: linear-gradient(180deg, #3b8fd1 0%, #1f6fae 100%);
	color: #ffffff;
}

.single-product article.xj-single-product form.cart .xj-buy-now-button,
.single-product article.xj-single-product form.cart .xj-buy-now-button.disabled,
.single-product article.xj-single-product form.cart .xj-buy-now-button.wc-variation-selection-needed {
	border-color: #08213d;
	background: linear-gradient(180deg, #092746 0%, #03182d 100%);
	color: #ffffff;
}

.single-product article.xj-single-product .xj-variation-swatch:not(.xj-variation-swatch--image) {
	min-height: 2.6rem;
	border-color: #d7e0ea;
	background: #ffffff;
	color: #3c4655;
	font-size: 13px;
	font-weight: 700;
}

.single-product article.xj-single-product .xj-variation-swatch:not(.xj-variation-swatch--image):hover,
.single-product article.xj-single-product .xj-variation-swatch:not(.xj-variation-swatch--image):focus {
	border-color: #2d7fc0;
	background: #f8fbff;
	box-shadow: 0 0 0 2px rgba(45, 127, 192, 0.1);
	color: #1f6fae;
}

.single-product article.xj-single-product .xj-variation-swatch:not(.xj-variation-swatch--image).is-selected {
	border-color: #2d7fc0;
	background: #f8fbff;
	box-shadow: inset 0 0 0 1px #2d7fc0;
	color: #1f6fae;
}

.single-product article.xj-single-product .xj-variation-swatch--image {
	width: 3.2rem;
	height: 3.2rem;
	border-color: #d7e0ea;
	border-radius: 999px;
}

.single-product article.xj-single-product .xj-variation-swatch--image.is-selected {
	border-color: #2d7fc0;
	box-shadow: 0 0 0 2px rgba(45, 127, 192, 0.16);
}

@media (max-width: 640px) {
	.single-product article.xj-single-product .xj-variation-swatch:not(.xj-variation-swatch--image) {
		min-height: 2.05rem;
		font-size: 11px;
		font-weight: 400;
	}

	.single-product article.xj-single-product .xj-variation-swatch--image {
		flex-basis: 3.55rem;
		width: 3.55rem;
		height: 3.55rem;
		min-width: 3.55rem;
		min-height: 3.55rem;
	}

	.single-product article.xj-single-product form.cart .xj-purchase-actions .button {
		font-size: 12px;
	}
}

/* CH14-R-FIX-1: align purchase options and add display-only wishlist affordance. */
.single-product article.xj-single-product form.cart table.variations tr {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 0.5rem !important;
	margin-bottom: 0.95rem;
}

.single-product article.xj-single-product form.cart table.variations,
.single-product article.xj-single-product form.cart table.variations tbody {
	display: block !important;
	width: 100% !important;
}

.single-product article.xj-single-product form.cart table.variations th,
.single-product article.xj-single-product form.cart table.variations td {
	display: block !important;
	width: 100% !important;
	min-width: 0;
	padding: 0 !important;
}

.single-product article.xj-single-product form.cart table.variations th {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.single-product article.xj-single-product form.cart table.variations label {
	display: inline-flex;
	align-items: baseline;
	gap: 0.2rem;
	color: #202a38;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	padding: 0 !important;
}

.single-product article.xj-single-product .xj-variation-label-current,
.single-product article.xj-single-product .xj-variation-label-note {
	color: #4b5b6d;
	font-weight: 500;
}

.single-product article.xj-single-product form.cart table.variations label::after {
	content: none !important;
	display: none !important;
}

.single-product article.xj-single-product form.cart table.variations .xj-variation-swatches {
	width: 100%;
	margin-top: 0;
	justify-content: flex-start;
	align-items: flex-start;
}

.single-product article.xj-single-product form.cart table.variations tr:has(select[name*="size"]) .xj-variation-swatches,
.single-product article.xj-single-product form.cart table.variations tr:has(select[id*="size"]) .xj-variation-swatches {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.6rem;
	justify-content: stretch;
	align-items: stretch;
}

.single-product article.xj-single-product form.cart table.variations tr:has(select[name*="size"]) .xj-variation-swatch:not(.xj-variation-swatch--image),
.single-product article.xj-single-product form.cart table.variations tr:has(select[id*="size"]) .xj-variation-swatch:not(.xj-variation-swatch--image) {
	width: 100%;
	min-width: 0;
	min-height: 2.45rem;
	padding: 0.46rem 0.35rem;
	border-color: #d8e0e9;
	border-radius: 0.34rem;
	color: #334155;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
	white-space: normal;
	overflow-wrap: anywhere;
}

.single-product article.xj-single-product .xj-size-guide-trigger--inline {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	margin-left: auto;
	border: 0;
	background: transparent;
	color: #2f7fc4;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 2px;
	white-space: nowrap;
}

.single-product article.xj-single-product .xj-size-guide-trigger--inline svg {
	display: none;
}

.single-product article.xj-single-product .xj-single-product__fit-note:has(.xj-size-guide-trigger--inline) {
	display: block;
}

.single-product article.xj-single-product .xj-purchase-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 3.35rem;
	gap: 0.7rem;
	align-items: start;
}

.single-product article.xj-single-product .xj-purchase-actions__buttons {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.62rem;
	min-width: 0;
}

.single-product article.xj-single-product form.cart .xj-purchase-actions__buttons .button {
	width: 100%;
	min-height: 3.15rem;
}

.single-product article.xj-single-product .xj-purchase-wishlist {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.35rem;
	height: 3.35rem;
	border: 1px solid #d7e0ea;
	border-radius: 999px;
	background: #ffffff;
	color: #182233;
	cursor: pointer;
	transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.single-product article.xj-single-product .xj-purchase-wishlist:hover,
.single-product article.xj-single-product .xj-purchase-wishlist:focus {
	border-color: #9bb8d2;
	background: #f8fbff;
	color: #2f7fc4;
	outline: none;
}

.single-product article.xj-single-product .xj-purchase-wishlist svg {
	width: 1.35rem;
	height: 1.35rem;
	stroke-width: 1.8;
}

@media (max-width: 640px) {
	.single-product article.xj-single-product form.cart table.variations tr {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 0.45rem !important;
		margin-bottom: 0.85rem;
	}

	.single-product article.xj-single-product form.cart table.variations label {
		font-size: 13px;
		font-weight: 600;
	}

	.single-product article.xj-single-product form.cart table.variations tr:has(select[name*="size"]) .xj-variation-swatches,
	.single-product article.xj-single-product form.cart table.variations tr:has(select[id*="size"]) .xj-variation-swatches {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 0.5rem;
	}

	.single-product article.xj-single-product form.cart table.variations tr:has(select[name*="size"]) .xj-variation-swatch:not(.xj-variation-swatch--image),
	.single-product article.xj-single-product form.cart table.variations tr:has(select[id*="size"]) .xj-variation-swatch:not(.xj-variation-swatch--image) {
		min-height: 2.1rem;
		padding: 0.34rem 0.16rem;
		font-size: 11px;
		font-weight: 400;
	}

	.single-product article.xj-single-product .xj-purchase-actions {
		grid-template-columns: minmax(0, 1fr) 3rem;
		gap: 0.55rem;
	}

	.single-product article.xj-single-product form.cart .xj-purchase-actions__buttons .button {
		min-height: 3rem;
	}

	.single-product article.xj-single-product .xj-purchase-wishlist {
		width: 3rem;
		height: 3rem;
	}
}

/* CH14-R-FIX-2: tighten purchase spacing, labels, breadcrumbs, and mobile thumbnails. */
.single-product article.xj-single-product .xj-single-product__purchase-card {
	gap: 0.62rem;
}

.single-product article.xj-single-product .xj-single-product__head {
	gap: 0.28rem;
	border-bottom: 1px solid #edf2f7;
	padding-bottom: 0.6rem;
}

.single-product article.xj-single-product .xj-single-product__short-description {
	margin-top: -0.12rem;
	padding-block: 0.42rem;
}

.single-product div.product.xj-single-product p.price.xj-pdp-price,
.single-product div.product.xj-single-product span.price.xj-pdp-price,
.single-product article.xj-single-product p.price.xj-pdp-price,
.single-product article.xj-single-product span.price.xj-pdp-price,
.single-product article.xj-single-product .woocommerce-variation-price .price {
	margin: 0.18rem 0 0 !important;
	padding-block: 0.05rem 0.1rem !important;
}

.single-product article.xj-single-product form.cart {
	gap: 0.68rem;
	margin-top: 0 !important;
	padding-top: 0;
}

.single-product article.xj-single-product .xj-pdp-installment-note {
	display: none !important;
}

.single-product article.xj-single-product form.cart table.variations tr {
	margin-bottom: 0.65rem;
}

.single-product article.xj-single-product form.cart table.variations label,
.single-product article.xj-single-product .xj-purchase-quantity__label,
.single-product .xj-product-detail-attributes__title {
	color: #202a38;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.2;
}

.single-product article.xj-single-product .xj-variation-label-current,
.single-product article.xj-single-product .xj-variation-label-note {
	font-weight: 500;
}

.single-product article.xj-single-product form.cart table.variations tr:has(select[name*="size"]) .xj-variation-swatch:not(.xj-variation-swatch--image),
.single-product article.xj-single-product form.cart table.variations tr:has(select[id*="size"]) .xj-variation-swatch:not(.xj-variation-swatch--image) {
	font-size: 14px !important;
	font-weight: 500 !important;
}

.single-product .xj-product-detail-attributes--pdp {
	margin-top: 0.65rem;
}

.single-product .xj-product-detail-attributes__header {
	align-items: center;
	margin-bottom: 0.55rem;
}

@media (max-width: 640px) {
	.single-product .xj-single-breadcrumb {
		display: block;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 0.82rem;
		line-height: 1.2;
		margin-bottom: 0.6rem;
	}

	.single-product .xj-single-breadcrumb a,
	.single-product .xj-single-breadcrumb span {
		display: inline;
		white-space: nowrap;
	}

	body.single-product article.xj-single-product div.images.woocommerce-product-gallery {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 0.65rem !important;
	}

	body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-viewport,
	body.single-product article.xj-single-product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}

	body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-control-thumbs {
		display: flex !important;
		grid-column: 1 !important;
		grid-row: 2 !important;
		gap: 0.55rem !important;
		max-width: 100% !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		padding: 0.05rem 0 0.15rem !important;
	}

	body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-control-thumbs li {
		flex: 0 0 4.35rem !important;
		width: 4.35rem !important;
	}

	body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-control-thumbs img {
		width: 4.35rem !important;
		border-radius: 0.6rem;
	}

	body.single-product article.xj-single-product div.images.woocommerce-product-gallery .flex-control-thumbs li.xj-gallery-thumb-active::after {
		border-color: #2f7fc4;
		box-shadow: inset 0 0 0 2px #ffffff;
	}

	.single-product article.xj-single-product .xj-single-product__purchase-card {
		gap: 0.58rem;
	}

	.single-product article.xj-single-product .xj-single-product__head {
		padding-bottom: 0.52rem;
	}

	.single-product article.xj-single-product .xj-single-product__short-description {
		margin-top: -0.16rem;
		padding-block: 0.36rem;
	}

	.single-product article.xj-single-product form.cart {
		gap: 0.62rem;
	}

	.single-product article.xj-single-product form.cart table.variations label,
	.single-product article.xj-single-product .xj-purchase-quantity__label,
	.single-product .xj-product-detail-attributes__title {
		font-size: 14px !important;
		font-weight: 600 !important;
	}

	.single-product article.xj-single-product form.cart table.variations tr:has(select[name*="size"]) .xj-variation-swatch:not(.xj-variation-swatch--image),
	.single-product article.xj-single-product form.cart table.variations tr:has(select[id*="size"]) .xj-variation-swatch:not(.xj-variation-swatch--image) {
		font-size: 14px !important;
		font-weight: 500 !important;
	}
}

body.single-product article.xj-single-product .product_title,
.woocommerce div.product.xj-single-product .product_title,
.single-product div.product.xj-single-product .product_title {
	font-family: var(--xj-font-display);
	font-weight: 400;
	letter-spacing: 0;
}

.single-product article.xj-single-product .xj-product-details-title,
.single-product article.xj-single-product .xj-product-tabs__tab {
	font-family: var(--xj-font-scene);
	font-weight: 600;
	letter-spacing: 0;
}

.single-product article.xj-single-product form.cart .button,
.single-product article.xj-single-product form.cart .xj-purchase-actions__buttons .button,
.single-product article.xj-single-product .xj-size-guide-trigger,
.single-product article.xj-single-product .xj-wishlist-button {
	font-family: var(--xj-font-button);
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
}

