/* Shared Blog + Category Archive styles
   Applied via .blog-page / .archive-page on <main>
*/

/* Article image zoom (restrained) */
.blog-page .cj-thumb img,
.archive-page .cj-thumb img {
	transition: transform .5s ease;
}
.blog-page .cj-card:hover .cj-thumb img,
.blog-page .cj-featured:hover .cj-thumb img,
.archive-page .cj-card:hover .cj-thumb img {
	transform: scale(1.04);
}
@media (prefers-reduced-motion: reduce) {
	.blog-page .cj-thumb img,
	.archive-page .cj-thumb img {
		transition: none;
	}
	.blog-page .cj-card:hover .cj-thumb img,
	.blog-page .cj-featured:hover .cj-thumb img,
	.archive-page .cj-card:hover .cj-thumb img {
		transform: none;
	}
}

/* Horizontal category rail: hide scrollbar, keep it usable */
.cj-cat-rail {
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.cj-cat-rail::-webkit-scrollbar {
	display: none;
}

/* WordPress pagination, Code Jet styled */
.cj-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.cj-pagination .page-numbers,
.cj-pagination a,
.cj-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	height: 2.5rem;
	padding: 0 0.75rem;
	border: 1px solid #262626;
	border-radius: 0.375rem;
	color: #A3A3A3;
	font-size: 0.8rem;
	font-weight: 600;
	text-decoration: none;
	transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}
.cj-pagination .page-numbers:hover,
.cj-pagination a:hover {
	color: #fff;
	border-color: #D71920;
}
.cj-pagination .page-numbers.current,
.cj-pagination span.current {
	background: #D71920;
	border-color: #D71920;
	color: #fff;
}
.cj-pagination .page-numbers.dots,
.cj-pagination span.dots {
	border-color: transparent;
	background: transparent;
}

/* Focus states for accessibility */
.blog-page a:focus-visible,
.archive-page a:focus-visible {
	outline: 2px solid #D71920;
	outline-offset: 2px;
}

/* Line clamp utility (excerpt truncation) */
.line-clamp-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.paginate_links a.next.page-numbers span {
    border: 0;
}

/* Privacy Policy document */
.privacy-policy-page .privacy-toc summary {
	list-style: none;
}
.privacy-policy-page .privacy-toc summary::-webkit-details-marker {
	display: none;
}
.privacy-policy-page .privacy-body {
	color: #d4d4d4;
	font-size: 1rem;
	line-height: 1.75;
}
.privacy-policy-page .privacy-section {
	padding-bottom: 2.25rem;
	margin-bottom: 2.25rem;
	border-bottom: 1px solid #262626;
}
.privacy-policy-page .privacy-section:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.privacy-policy-page .privacy-body h2,
.privacy-policy-page .privacy-prose h2 {
	font-family: 'Space Grotesk', sans-serif;
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 700;
	margin: 0 0 1rem;
	scroll-margin-top: 7rem;
}
.privacy-policy-page .privacy-body h3,
.privacy-policy-page .privacy-prose h3 {
	font-family: 'Space Grotesk', sans-serif;
	color: #ffffff;
	font-size: 1.05rem;
	font-weight: 600;
	margin: 1.5rem 0 0.6rem;
}
.privacy-policy-page .privacy-body p,
.privacy-policy-page .privacy-prose p {
	margin: 0 0 1rem;
	color: #a3a3a3;
}
.privacy-policy-page .privacy-body ul,
.privacy-policy-page .privacy-prose ul {
	margin: 0 0 1rem;
	padding-left: 1.15rem;
	list-style: disc;
}
.privacy-policy-page .privacy-body li,
.privacy-policy-page .privacy-prose li {
	margin-bottom: 0.4rem;
	color: #a3a3a3;
}
.privacy-policy-page .privacy-body a,
.privacy-policy-page .privacy-prose a {
	color: #D71920;
	text-decoration: none;
}
.privacy-policy-page .privacy-body a:hover,
.privacy-policy-page .privacy-prose a:hover {
	color: #ffffff;
}
.privacy-policy-page .privacy-body strong {
	color: #e5e5e5;
	font-weight: 600;
}
.privacy-policy-page .privacy-address {
	font-style: normal;
	color: #d4d4d4;
	background: #111111;
	border: 1px solid #262626;
	border-radius: 0.5rem;
	padding: 1rem 1.15rem;
	margin: 0 0 1rem;
	line-height: 1.7;
}
.privacy-policy-page .privacy-placeholder {
	display: inline-block;
	border: 1px dashed rgba(215, 25, 32, 0.45);
	color: #d4d4d4;
	padding: 0.1rem 0.45rem;
	border-radius: 0.25rem;
	font-size: 0.9em;
}
.privacy-policy-page a:focus-visible {
	outline: 2px solid #D71920;
	outline-offset: 2px;
}



/* ===================================================================
   WooCommerce Product Listing / Shop archive
   Scope: .woocommerce-products-archive (archive-product.php, all contexts:
   shop, product category, product tag, product search results)
   =================================================================== */
 
/* Breadcrumb */
.woocommerce-products-archive .cj-woo-breadcrumb a { color: inherit; text-decoration: none; }
.woocommerce-products-archive .cj-woo-breadcrumb a:hover { color: #d4d4d4; }
 
/* Category filter rail (horizontal scroll, no visible scrollbar) */
.woocommerce-products-archive .cj-cat-rail { scrollbar-width: none; -ms-overflow-style: none; }
.woocommerce-products-archive .cj-cat-rail::-webkit-scrollbar { display: none; }
 
/* Native archive/category description */
.woocommerce-products-archive .cj-archive-description { color: #525252; font-size: 0.9375rem; line-height: 1.7; }
.woocommerce-products-archive .cj-archive-description a { color: #D71920; text-decoration: underline; }
.woocommerce-products-archive .cj-archive-description a:hover { color: #B51218; }
 
/* Result count + native sorting control */
.woocommerce-products-archive .woocommerce-result-count {
    margin: 0; font-size: 0.8rem; font-weight: 600; color: #737373;
}
.woocommerce-products-archive .woocommerce-ordering { margin: 0; }
.woocommerce-products-archive .woocommerce-ordering select {
    appearance: none; -webkit-appearance: none;
    background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23737373'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat right 0.65rem center / 16px 16px;
    border: 1px solid #E5E7EB; border-radius: 0.375rem;
    padding: 0.55rem 2.25rem 0.55rem 0.9rem;
    font-size: 0.8rem; font-weight: 600; color: #0A0A0A;
    cursor: pointer;
}
.woocommerce-products-archive .woocommerce-ordering select:focus { outline: 2px solid #D71920; outline-offset: 1px; }
 
/* Product grid — CSS Grid on WooCommerce's native <ul class="products"> */
.woocommerce-products-archive ul.products {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
    list-style: none;
    margin: 0; padding: 0;
}
@media (min-width: 640px) {
    .woocommerce-products-archive ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1025px) {
    .woocommerce-products-archive ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
 
/* Product card */
.woocommerce-products-archive ul.products li.product {
    position: relative;
    display: flex; flex-direction: column;
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease;
    margin: 0; padding: 0;
}
.woocommerce-products-archive ul.products li.product:hover {
    border-color: rgba(215, 25, 32, .5);
    box-shadow: 0 10px 24px -8px rgba(10, 10, 10, .12);
}
.woocommerce-products-archive ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex; flex-direction: column; flex-grow: 1;
    color: inherit; text-decoration: none;
}
 
/* Thumbnail — .wp-post-image covers both a real product image and
   WooCommerce's own placeholder image (used automatically when a product
   has no featured image), so the fallback is styled identically. */
.woocommerce-products-archive ul.products li.product img.wp-post-image {
    display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover;
    background: #F5F5F3;
    transition: transform .5s ease;
}
.woocommerce-products-archive ul.products li.product:hover img.wp-post-image {
    transform: scale(1.035);
}
@media (prefers-reduced-motion: reduce) {
    .woocommerce-products-archive ul.products li.product img.wp-post-image { transition: none; }
    .woocommerce-products-archive ul.products li.product:hover img.wp-post-image { transform: none; }
}
 
/* Sale badge (real WooCommerce "onsale" flash only) */
.woocommerce-products-archive ul.products li.product .onsale {
    position: absolute; top: 0.75rem; left: 0.75rem; z-index: 2;
    display: inline-flex; align-items: center;
    background: #D71920; color: #fff;
    font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
    padding: 0.25rem 0.55rem; border-radius: 0.25rem;
    min-height: 0; min-width: 0; line-height: 1;
}
 
/* Category tag */
.woocommerce-products-archive .cj-product-cat {
    font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
    color: #D71920; padding: 0.9rem 1.1rem 0 1.1rem;
}
.woocommerce-products-archive .cj-product-cat a { color: inherit; text-decoration: none; }
 
/* Title */
.woocommerce-products-archive ul.products li.product h2.woocommerce-loop-product__title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700; font-size: 1rem; line-height: 1.35;
    color: #0A0A0A;
    margin: 0.4rem 0 0.3rem 0; padding: 0 1.1rem;
}
 
/* Short description */
.woocommerce-products-archive .cj-product-excerpt {
    font-size: 0.8rem; line-height: 1.55; color: #737373;
    margin: 0 0 0.5rem 0; padding: 0 1.1rem;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
 
/* Rating — WooCommerce's own star icon font isn't loaded (default WC
   stylesheets are disabled in favor of the theme's own CSS), so the star
   overlay is rebuilt here with plain Unicode stars instead. */
.woocommerce-products-archive .star-rating {
    position: relative;
    display: inline-block;
    margin: 0.1rem 1.1rem 0.35rem 1.1rem;
    height: 1em; line-height: 1; width: 5.2em;
    font-size: 0.85rem; letter-spacing: 2px; overflow: hidden;
}
.woocommerce-products-archive .star-rating::before {
    content: "\2605\2605\2605\2605\2605";
    position: absolute; top: 0; left: 0;
    color: #E5E7EB;
}
.woocommerce-products-archive .star-rating span {
    position: absolute; top: 0; left: 0; overflow: hidden;
    height: 100%;
}
.woocommerce-products-archive .star-rating span::before {
    content: "\2605\2605\2605\2605\2605";
    position: absolute; top: 0; left: 0;
    color: #D71920;
}
 
/* Price */
.woocommerce-products-archive .price {
    display: block; padding: 0.15rem 1.1rem 1rem 1.1rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05rem; font-weight: 700; color: #0A0A0A;
}
.woocommerce-products-archive .price del { color: #A3A3A3; font-weight: 500; font-size: 0.85em; margin-right: 0.4rem; opacity: .8; }
.woocommerce-products-archive .price ins { text-decoration: none; color: #D71920; }
 
/* Stock badge (only rendered for out-of-stock / backorder products) */
.woocommerce-products-archive .cj-stock-badge {
    font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em;
    padding: 0 1.1rem 0.85rem 1.1rem;
}
.woocommerce-products-archive .cj-stock-badge.is-outofstock { color: #A3A3A3; }
.woocommerce-products-archive .cj-stock-badge.is-backorder { color: #B45309; }
 
/* Add to cart / view product button */
.woocommerce-products-archive ul.products li.product .button,
.woocommerce-products-archive ul.products li.product a.add_to_cart_button,
.woocommerce-products-archive ul.products li.product a.button {
    display: inline-flex; align-items: center; justify-content: center;
    width: calc(100% - 2.2rem); margin: 0 1.1rem 1.1rem 1.1rem;
    background: #D71920; color: #fff !important;
    font-size: 0.8rem; font-weight: 700;
    padding: 0.7rem 1rem; border-radius: 0.375rem;
    text-decoration: none; text-align: center;
    transition: background-color .2s ease;
}
.woocommerce-products-archive ul.products li.product .button:hover,
.woocommerce-products-archive ul.products li.product a.button:hover {
    background: #B51218;
}
.woocommerce-products-archive ul.products li.product .button.loading { opacity: .7; }
.woocommerce-products-archive ul.products li.product .added_to_cart {
    display: block; text-align: center; font-size: 0.75rem; font-weight: 600;
    color: #D71920; margin: 0 1.1rem 1.1rem 1.1rem; text-decoration: underline;
}
 
/* Pagination (native WooCommerce/WordPress paginate_links output) */
.woocommerce-products-archive .woocommerce-pagination { margin-top: 3rem; }
.woocommerce-products-archive .woocommerce-pagination ul.page-numbers {
    display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem;
    list-style: none; margin: 0; padding: 0;
}
.woocommerce-products-archive .woocommerce-pagination .page-numbers {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 2.5rem; height: 2.5rem; padding: 0 .75rem;
    border: 1px solid #E5E7EB; border-radius: .375rem;
    color: #737373; font-size: .8rem; font-weight: 600; text-decoration: none;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}
.woocommerce-products-archive .woocommerce-pagination a.page-numbers:hover { color: #0A0A0A; border-color: #D71920; }
.woocommerce-products-archive .woocommerce-pagination .page-numbers.current { background: #D71920; border-color: #D71920; color: #fff; }
.woocommerce-products-archive .woocommerce-pagination .page-numbers.dots { border-color: transparent; }
 
/* Empty state */
.woocommerce-products-archive .cj-empty-products { max-width: 42rem; margin: 0 auto; }
 
/* Focus states */
.woocommerce-products-archive a:focus-visible,
.woocommerce-products-archive button:focus-visible,
.woocommerce-products-archive select:focus-visible {
    outline: 2px solid #D71920; outline-offset: 2px;
}
 
.woocommerce header img, .woocommerce footer img {
    height: 38px;
    max-width: 100%;
}
/* ===================================================================
   WooCommerce — Single Product + product cards
   Scoped to .product-page (single product <main>) and .woocommerce-page
   (shop/cart/checkout wrapper). Card styles (.cj-product-card) power
   related products, up-sells and future product archives.
   =================================================================== */

/* ---------- Gallery (native WC gallery, restyled) ---------- */
.product-page .woocommerce-product-gallery {
	position: relative;
	width: 100% !important;
	float: none !important;
	margin: 0;
}
.product-page .woocommerce-product-gallery__wrapper {
	border: 1px solid #262626;
	border-radius: 0.5rem;
	overflow: hidden;
	background: #1A1A1A;
}
.product-page .woocommerce-product-gallery__image,
.product-page .woocommerce-product-gallery__image img {
	width: 100%;
	display: block;
}
.product-page .flex-control-thumbs {
	display: flex !important;
	flex-wrap: nowrap;
	gap: 0.5rem;
	margin: 0.75rem 0 0 !important;
	padding: 0;
	list-style: none;
	overflow-x: auto;
	scrollbar-width: none;
}
.product-page .flex-control-thumbs::-webkit-scrollbar { display: none; }
.product-page .flex-control-thumbs li {
	width: 72px !important;
	flex: 0 0 auto;
	float: none !important;
	margin: 0 !important;
	border: 1px solid #262626;
	border-radius: 0.375rem;
	overflow: hidden;
	background: #1A1A1A;
}
.product-page .flex-control-thumbs li img {
	width: 100%;
	opacity: 0.55;
	transition: opacity 0.2s ease;
}
.product-page .flex-control-thumbs li img.flex-active,
.product-page .flex-control-thumbs li:hover img { opacity: 1; }
.product-page .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 9;
	background: rgba(10, 10, 10, 0.65);
	border: 1px solid #262626;
	border-radius: 0.375rem;
}
.product-page span.onsale {
	display: none;
}

/* ---------- Summary ---------- */
.product-page .summary {
	width: 100% !important;
	float: none !important;
	margin: 0;
}
.product-page .summary p.price,
.product-page .summary .price {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0.75rem 0;
}
.product-page .summary .price del,
.product-page .summary .price del .amount {
	color: #737373;
	font-size: 1.05rem;
	font-weight: 500;
	margin-right: 0.5rem;
}
.product-page .summary .price ins {
	text-decoration: none;
	color: #ffffff;
}
.product-page .summary .star-rating {
	margin: 0.25rem 0 0.75rem;
	font-size: 0.85rem;
}
.product-page .woocommerce-review-link {
	color: #A3A3A3;
	font-size: 0.8rem;
}
.product-page .stock {
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 0.5rem 0;
}
.product-page .stock.in-stock { color: #34d399; }
.product-page .stock.out-of-stock { color: #D71920; }

/* Add to cart + quantity (native forms, restyled) */
.product-page form.cart {
	margin: 1.25rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: stretch;
}
.product-page form.cart .quantity { display: flex; }
.product-page .quantity input.qty {
	background: #111111;
	border: 1px solid #262626;
	border-radius: 0.375rem;
	color: #fff;
	width: 4.75rem;
	padding: 0.75rem 0.5rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.95rem;
}
.product-page .single_add_to_cart_button {
	flex: 1 1 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #D71920 !important;
	color: #fff !important;
	font-weight: 700;
	font-size: 0.95rem;
	padding: 0.875rem 1.5rem;
	line-height: 1.5;
	border-radius: 0.375rem !important;
	border: 0 !important;
	transition: background-color 0.2s ease;
}
.product-page .single_add_to_cart_button:hover { background: #B51218 !important; }
.product-page .single_add_to_cart_button.disabled,
.product-page .single_add_to_cart_button:disabled { opacity: 0.5; cursor: not-allowed; }

/* Variations (native variation form + JS preserved) */
.product-page table.variations {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1rem;
}
.product-page table.variations tr { border-bottom: 1px solid #262626; }
.product-page table.variations th,
.product-page table.variations td {
	display: block;
	text-align: left;
	padding: 0.5rem 0;
	background: transparent;
	border: 0;
	vertical-align: middle;
}
@media (min-width: 640px) {
	.product-page table.variations th,
	.product-page table.variations td { display: table-cell; }
	.product-page table.variations th { width: 30%; }
}
.product-page table.variations td.label {
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #A3A3A3;
}
.product-page table.variations select {
	width: 100%;
	background: #111111;
	border: 1px solid #262626;
	border-radius: 0.375rem;
	color: #fff;
	padding: 0.625rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 500;
}
.product-page .reset_variations {
	color: #D71920;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
}
.product-page .single_variation {
	margin-bottom: 1rem;
}
.product-page .woocommerce-variation-price .price {
	font-size: 1.35rem;
	margin: 0 0 0.35rem;
}
.product-page .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	width: 100%;
}

/* ---------- Tabs (white overview section: description + reviews) ---------- */
.product-page .woocommerce-tabs { width: 100%; }
.product-page .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 0.25rem;
	border-bottom: 1px solid #E5E7EB;
	margin: 0 0 2rem;
	padding: 0;
	list-style: none;
	overflow-x: auto;
	scrollbar-width: none;
}
.product-page .woocommerce-tabs ul.tabs::-webkit-scrollbar { display: none; }
.product-page .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	position: static;
}
.product-page .woocommerce-tabs ul.tabs li::before,
.product-page .woocommerce-tabs ul.tabs li::after { content: none; }
.product-page .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 0.875rem 1.25rem;
	font-weight: 600;
	font-size: 0.9rem;
	color: #737373;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	white-space: nowrap;
	text-decoration: none;
}
.product-page .woocommerce-tabs ul.tabs li.active a {
	color: #0A0A0A;
	border-color: #D71920;
}
.product-page .woocommerce-Tabs-panel {
	color: #404040;
	font-size: 1rem;
	line-height: 1.75;
}
.product-page .woocommerce-Tabs-panel h2 {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	color: #0A0A0A;
	margin: 0 0 1rem;
}
.product-page .woocommerce-Tabs-panel h3 {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #111111;
	margin: 1.5rem 0 0.6rem;
}
.product-page .woocommerce-Tabs-panel p { margin: 0 0 1rem; }
.product-page .woocommerce-Tabs-panel ul,
.product-page .woocommerce-Tabs-panel ol {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
}
.product-page .woocommerce-Tabs-panel li { margin-bottom: 0.4rem; }
.product-page .woocommerce-Tabs-panel a { color: #D71920; }
.product-page .woocommerce-Tabs-panel table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
	margin: 0 0 1rem;
}
.product-page .woocommerce-Tabs-panel th,
.product-page .woocommerce-Tabs-panel td {
	border: 1px solid #E5E7EB;
	padding: 0.6rem 0.85rem;
	text-align: left;
}
.product-page .woocommerce-Tabs-panel img {
	max-width: 100%;
	height: auto;
	border-radius: 0.375rem;
}

/* Reviews (real data only; never faked) */
.product-page .star-rating::before { color: #3f3f3f; }
.product-page .star-rating span::before { color: #D71920; }
.product-page #reviews .commentlist li {
	border-bottom: 1px solid #E5E7EB;
	padding: 1.25rem 0;
	margin: 0;
}
.product-page #reviews .comment_container {
	display: flex;
	gap: 1rem;
}
.product-page #reviews .comment-text {
	flex: 1;
}
.product-page #reviews .meta {
	color: #737373;
	font-size: 0.8rem;
	margin-bottom: 0.35rem;
}
.product-page #reviews .description p { font-size: 0.92rem; }
.product-page #review_form_wrapper {
	margin-top: 2rem;
}
.product-page #review_form input:not([type='checkbox']):not([type='submit']),
.product-page #review_form textarea,
.product-page #review_form select {
	width: 100%;
	background: #ffffff;
	border: 1px solid #D4D4D4;
	border-radius: 0.375rem;
	color: #111111;
	padding: 0.625rem 0.85rem;
	font-size: 0.9rem;
}
.product-page #review_form label {
	font-size: 0.8rem;
	font-weight: 600;
	color: #404040;
	display: block;
	margin-bottom: 0.3rem;
}
.product-page #review_form .submit {
	background: #D71920;
	color: #fff;
	font-weight: 700;
	padding: 0.75rem 1.5rem;
	border-radius: 0.375rem;
	border: 0;
	cursor: pointer;
	transition: background-color 0.2s ease;
}
.product-page #review_form .submit:hover { background: #B51218; }

/* ---------- Technical specifications (native attributes) ---------- */
.product-page .cj-spec-table {
	border: 1px solid #E5E7EB;
	border-radius: 0.5rem;
	overflow: hidden;
	background: #ffffff;
}
.product-page .cj-spec-table table.shop_attributes {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}
.product-page .cj-spec-table table.shop_attributes th,
.product-page .cj-spec-table table.shop_attributes td {
	padding: 0.85rem 1.25rem;
	border-bottom: 1px solid #E5E7EB;
	text-align: left;
	font-size: 0.9rem;
	vertical-align: top;
}
.product-page .cj-spec-table table.shop_attributes th {
	background: #F5F5F3;
	color: #737373;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 700;
	width: 38%;
}
.product-page .cj-spec-table table.shop_attributes td {
	color: #111111;
	font-weight: 600;
}
.product-page .cj-spec-table table.shop_attributes tr:last-child th,
.product-page .cj-spec-table table.shop_attributes tr:last-child td { border-bottom: 0; }
@media (max-width: 640px) {
	.product-page .cj-spec-table table.shop_attributes th,
	.product-page .cj-spec-table table.shop_attributes td { display: block; width: 100%; }
	.product-page .cj-spec-table table.shop_attributes th { padding-bottom: 0.15rem; }
	.product-page .cj-spec-table table.shop_attributes td { padding-top: 0.15rem; }
}

/* ---------- Related / up-sell grids (native queries, theme cards) ---------- */
.product-page .related.products,
.product-page .up-sells.products {
	width: 100%;
	margin: 0;
}
.product-page .related.products > h2,
.product-page .up-sells.products > h2 {
	font-family: 'Space Grotesk', sans-serif;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 2rem;
}
@media (min-width: 640px) {
	.product-page .related.products > h2,
	.product-page .up-sells.products > h2 { font-size: 1.875rem; }
}
.product-page ul.products {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (min-width: 640px) {
	.product-page ul.products { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
	.product-page ul.products { grid-template-columns: repeat(4, 1fr); }
}
.product-page ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* ---------- Product card (shared: related, up-sells, future archives) ---------- */
.cj-product-card .cj-thumb img { transition: transform 0.5s ease; }
.cj-product-card:hover .cj-thumb img { transform: scale(1.04); }
.cj-product-card .price {
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 700;
	color: #ffffff;
	font-size: 1.05rem;
}
.cj-product-card .price del,
.cj-product-card .price del .amount {
	color: #737373;
	font-weight: 500;
	font-size: 0.85rem;
	margin-right: 0.4rem;
}
.cj-product-card .price ins { text-decoration: none; }

/* Branded no-image fallback (main gallery + cards) */
.cj-thumb-fallback {
	position: absolute;
	inset: 0;
	background: #111111;
	background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 14px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	text-align: center;
	padding: 1rem;
}

/* ---------- WooCommerce notices + shop/cart/checkout wrapper ---------- */
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error {
	background: #1A1A1A;
	border: 1px solid #262626;
	border-top: 3px solid #D71920;
	color: #d4d4d4;
	border-radius: 0.375rem;
	padding: 0.9rem 1.1rem;
	margin: 0 0 1.25rem;
	font-size: 0.9rem;
}
.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-error a {
	color: #D71920;
	font-weight: 600;
}
.woocommerce-page .woocommerce-message::before { color: #D71920; }
.woocommerce-page .page-title,
.woocommerce-page .woocommerce-products-header__title {
	font-family: 'Space Grotesk', sans-serif;
	color: #ffffff;
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0 0 1.5rem;
}
.woocommerce-page .woocommerce-result-count { color: #A3A3A3; font-size: 0.85rem; }
.woocommerce-page table.shop_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td {
	padding: 0.75rem;
	border-bottom: 1px solid #262626;
	text-align: left;
}
.woocommerce-page table.shop_table a { color: #d4d4d4; }
.woocommerce-page input.input-text,
.woocommerce-page select,
.woocommerce-page textarea {
	background: #111111;
	border: 1px solid #262626;
	border-radius: 0.375rem;
	color: #ffffff;
	padding: 0.625rem 0.75rem;
	font-size: 0.9rem;
}
.woocommerce-page .button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit {
	background: #D71920 !important;
	color: #ffffff !important;
	border-radius: 0.375rem !important;
	font-weight: 600;
	padding: 0.625rem 1.25rem;
	border: 0 !important;
	transition: background-color 0.2s ease;
}
.woocommerce-page .button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
	background: #B51218 !important;
	color: #ffffff !important;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	.cj-product-card .cj-thumb img { transition: none; }
	.cj-product-card:hover .cj-thumb img { transform: none; }
}

@media (max-width: 480px) {
	.privacy-policy-page .privacy-body h2,
	.privacy-policy-page .privacy-prose h2 {
		font-size: 1.28rem;
	}
}