:root {
	--ws-bg: #080807;
	--ws-bg-soft: #0f0f0d;
	--ws-panel: #151513;
	--ws-panel-2: #1d1c19;
	--ws-text: #e3dfd4;
	--ws-muted: #a9a399;
	--ws-dim: #736e66;
	--ws-border: rgba(227, 223, 212, 0.16);
	--ws-border-strong: rgba(227, 223, 212, 0.28);
	--ws-accent: #b9aa87;
	--ws-accent-2: #d6cfbd;
	--ws-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
	--ws-radius: 2px;
	--ws-display: Georgia, "Times New Roman", serif;
	--ws-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--ws-wide: 0.22em;
	--theme-font-family: var(--ws-sans);
	--theme-text-color: var(--ws-text);
	--theme-link-initial-color: var(--ws-text);
	--theme-link-hover-color: var(--ws-accent);
	--theme-palette-color-1: var(--ws-accent);
	--theme-palette-color-2: var(--ws-accent-2);
	--theme-palette-color-3: var(--ws-text);
	--theme-palette-color-4: var(--ws-muted);
	--theme-palette-color-5: var(--ws-panel);
	--theme-palette-color-6: var(--ws-bg-soft);
	--theme-palette-color-7: var(--ws-bg);
	--theme-palette-color-8: #050504;
	--theme-background-color: var(--ws-bg);
	--theme-container-background: transparent;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	background: var(--ws-bg) !important;
	overflow-x: hidden;
}

body {
	background:
		radial-gradient(circle at 70% 0%, rgba(185, 170, 135, 0.09), transparent 34rem),
		linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 26rem),
		var(--ws-bg) !important;
	background-color: var(--ws-bg) !important;
	color: var(--ws-text) !important;
	font-family: var(--ws-sans);
	overflow-x: hidden;
}

body.wp-theme-blocksy,
body.wp-child-theme-blocksy-child {
	--theme-palette-color-1: var(--ws-accent) !important;
	--theme-palette-color-2: var(--ws-accent-2) !important;
	--theme-palette-color-3: var(--ws-text) !important;
	--theme-palette-color-4: var(--ws-muted) !important;
	--theme-palette-color-5: var(--ws-panel) !important;
	--theme-palette-color-6: var(--ws-bg-soft) !important;
	--theme-palette-color-7: var(--ws-bg) !important;
	--theme-palette-color-8: #050504 !important;
	--theme-text-color: var(--ws-text) !important;
	--theme-headings-color: var(--ws-text) !important;
	--theme-border-color: var(--ws-border) !important;
	background-color: var(--ws-bg) !important;
}

body.home .hero-section.is-width-constrained {
	display: none !important;
}

img,
svg,
video,
canvas {
	max-width: 100%;
	height: auto;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
	background-size: 74px 74px, 74px 74px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 82%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.page-title,
.woocommerce-products-header__title {
	color: var(--ws-text);
	font-family: var(--ws-display);
	font-weight: 500;
	letter-spacing: -0.02em;
}

p,
li,
dd,
.entry-content {
	color: var(--ws-muted);
}

a {
	color: var(--ws-text);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
}

a:hover,
a:focus-visible,
.entry-content a,
.woocommerce a {
	color: var(--ws-accent);
}

.entry-content a:hover,
.woocommerce a:hover {
	color: var(--ws-accent-2);
}

.site-main,
#main,
[data-structure*="boxed"],
.ct-container-full,
.ct-container,
.entry-content,
.content-area,
.site-content,
.wp-site-blocks,
article.page,
article.post,
[class*="ct-container"] > article[class*="post"] {
	background: transparent !important;
	background-color: transparent !important;
	max-width: 100% !important;
}

#main,
.site-main,
.ct-container-full {
	background:
		radial-gradient(circle at 72% 8%, rgba(185, 170, 135, 0.075), transparent 30rem),
		linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 32rem),
		var(--ws-bg) !important;
}

#header [data-row],
#offcanvas,
[data-header*="type-1"] .ct-header [data-row*="middle"] {
	background: rgba(8, 8, 7, 0.88) !important;
	border-bottom: 1px solid var(--ws-border) !important;
	backdrop-filter: blur(16px);
}

.site-logo-container img,
.custom-logo {
	max-height: 112px;
	max-width: min(360px, 44vw);
	width: auto;
	object-fit: contain;
}

[data-header*="type-1"] [data-row*="middle"] {
	--height: 112px !important;
	padding-block: 0 !important;
}

[data-header*="type-1"] {
	--header-height: 112px !important;
}

[data-header*="type-1"] [data-row*="middle"] .ct-container,
[data-header*="type-1"] [data-row*="middle"] [data-column],
[data-header*="type-1"] [data-row*="middle"] [data-items] {
	align-items: center !important;
}

[data-header*="type-1"] [data-row*="middle"] .ct-container,
[data-header*="type-1"] [data-row*="middle"] [data-column],
[data-header*="type-1"] [data-row*="middle"] [data-items],
[data-header*="type-1"] [data-row*="middle"] .site-branding,
[data-header*="type-1"] [data-row*="middle"] .menu-container,
[data-header*="type-1"] [data-row*="middle"] .ct-header-trigger,
[data-header*="type-1"] [data-row*="middle"] .ct-header-search {
	display: flex !important;
	align-items: center !important;
}

[data-header*="type-1"] [data-row*="middle"] .ct-container {
	min-height: var(--height) !important;
	height: var(--height) !important;
}

[data-header*="type-1"] [data-id="logo"] {
	--logo-max-height: 148px !important;
	--logo-max-width: 387px !important;
}

[data-header*="type-1"] [data-id="logo"] .site-logo-container {
	display: flex !important;
	align-items: center !important;
	width: 387px !important;
	max-width: 44vw !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
}

[data-header*="type-1"] [data-id="logo"] img.default-logo,
[data-header*="type-1"] [data-id="logo"] .custom-logo {
	width: 387px !important;
	height: auto !important;
	max-width: 44vw !important;
	max-height: 148px !important;
	object-fit: contain !important;
}

.site-title-container {
	display: none !important;
}

[data-id="menu"] > ul > li > a,
.ct-header-cart,
.ct-header-account,
.ct-header-search {
	color: var(--ws-muted);
	font-size: 13px !important;
	font-weight: 600;
	letter-spacing: var(--ws-wide);
	text-transform: uppercase;
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
	--theme-font-size: 13px !important;
	font-size: 13px !important;
	line-height: 1 !important;
	display: flex !important;
	align-items: center !important;
}

[data-id="menu"] > ul > li > a:hover,
[data-id="menu"] > ul > li.current-menu-item > a,
[data-id="menu"] > ul > li.current_page_item > a,
[data-id="menu"] > ul > li.current-menu-ancestor > a,
.mobile-menu li.current-menu-item > a,
.mobile-menu li.current_page_item > a,
.ct-header-cart:hover,
.ct-header-account:hover,
.ct-header-search:hover {
	color: var(--ws-accent) !important;
}

.ws-page {
	background: transparent !important;
	color: var(--ws-text);
	max-width: 100%;
	overflow: hidden;
}

.ws-section {
	padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 4vw, 4rem);
	max-width: 100%;
}

.ws-wrap {
	width: min(1480px, 100%);
	margin-inline: auto;
}

.ws-eyebrow {
	margin: 0 0 1.35rem;
	color: var(--ws-accent);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: var(--ws-wide);
	line-height: 1.4;
	text-transform: uppercase;
}

.ws-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.78fr);
	gap: clamp(2.5rem, 6vw, 6rem);
	align-items: center;
	min-height: min(820px, calc(100vh - 90px));
	padding-top: clamp(4rem, 7vw, 7rem);
	padding-bottom: clamp(4rem, 7vw, 7rem);
	max-width: 100%;
	overflow: hidden;
}

.ws-hero h1 {
	max-width: 12ch;
	margin: 0 0 1.75rem;
	font-size: clamp(3.25rem, 8vw, 7.6rem);
	line-height: 0.98;
}

.ws-hero h1 em {
	color: var(--ws-accent);
	font-style: italic;
	font-weight: 400;
}

.ws-hero p:not(.ws-eyebrow) {
	max-width: 58ch;
	margin-bottom: 2.6rem;
	font-size: clamp(1.05rem, 1.35vw, 1.28rem);
	line-height: 1.75;
}

.ws-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
}

.ws-button,
.wp-block-button__link,
.button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.added_to_cart {
	border: 1px solid var(--ws-border-strong);
	border-radius: var(--ws-radius);
	background: var(--ws-text);
	color: var(--ws-bg);
	box-shadow: none;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1;
	padding: 0.95rem 1.25rem;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ws-button:hover,
.wp-block-button__link:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.added_to_cart:hover {
	background: var(--ws-accent);
	color: var(--ws-bg);
	transform: translateY(-1px);
}

.ws-button.is-secondary {
	background: transparent;
	color: var(--ws-text);
}

.ws-button.is-secondary:hover {
	border-color: var(--ws-accent);
	background: transparent;
	color: var(--ws-accent);
}

.ws-visual {
	position: relative;
	border: 1px solid var(--ws-border);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 34%),
		radial-gradient(circle at 50% 35%, rgba(185, 170, 135, 0.18), transparent 24%),
		linear-gradient(145deg, #1c1b18, #050504 72%);
	box-shadow: var(--ws-shadow);
	aspect-ratio: 4 / 5;
	overflow: hidden;
	max-width: 100%;
}

.ws-visual::before,
.ws-visual::after {
	content: "";
	position: absolute;
	inset: 9%;
	border: 1px solid rgba(227, 223, 212, 0.12);
	transform: rotate(-7deg);
}

.ws-visual::after {
	inset: 19% 22%;
	border-color: rgba(185, 170, 135, 0.28);
	border-radius: 999px;
	box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.85), 0 0 40px rgba(185, 170, 135, 0.16);
	transform: rotate(18deg);
}

.ws-visual span {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	background: var(--ws-bg);
	color: var(--ws-muted);
	font-size: 0.63rem;
	letter-spacing: var(--ws-wide);
	padding: 0.45rem 0.65rem;
	text-transform: uppercase;
}

.ws-visual--image {
	background: var(--ws-panel);
}

.ws-visual--image::before,
.ws-visual--image::after {
	display: none;
}

.ws-visual--image img,
.ws-material-photo--image img,
.ws-product-card__image img,
.ws-insta-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: saturate(0.9) contrast(1.08);
	transition: transform 700ms ease, opacity 220ms ease;
}

.ws-product-card:hover .ws-product-card__image img {
	transform: scale(1.035);
}

.ws-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-block: 1px solid var(--ws-border);
	background: rgba(21, 21, 19, 0.52);
	max-width: 100%;
}

.ws-track {
	padding: clamp(2.2rem, 5vw, 4rem);
}

.ws-track + .ws-track {
	border-left: 1px solid var(--ws-border);
}

.ws-track h2,
.ws-track h3 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.ws-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	border-bottom: 1px solid var(--ws-accent);
	color: var(--ws-text);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.17em;
	padding-bottom: 0.2rem;
	text-decoration: none;
	text-transform: uppercase;
}

.ws-link:hover {
	color: var(--ws-accent);
}

.ws-section-head {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	align-items: end;
	margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.ws-section-head h2 {
	margin: 0;
	font-size: clamp(2.1rem, 5vw, 4.4rem);
	line-height: 1.05;
}

.ws-product-placeholders,
.ws-card-grid,
.ws-process,
.ws-testimonials,
.ws-insta-grid,
.ws-footer-grid {
	display: grid;
	gap: clamp(1.25rem, 2.6vw, 2rem);
}

.ws-product-placeholders {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ws-product-card {
	display: block;
	color: var(--ws-text);
	text-decoration: none;
}

.ws-product-card__image {
	position: relative;
	margin-bottom: 1.2rem;
	aspect-ratio: 1;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 45%, rgba(185, 170, 135, 0.16), transparent 24%),
		linear-gradient(145deg, #25231f, #0c0c0a);
	border: 1px solid var(--ws-border);
}

.ws-product-card__image::before {
	content: "";
	position: absolute;
	inset: 20%;
	border: 1px solid rgba(227, 223, 212, 0.16);
	border-radius: 999px;
	transform: rotate(var(--angle, -12deg));
}

.ws-product-card__badge,
.onsale {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 1;
	background: rgba(8, 8, 7, 0.84);
	color: var(--ws-accent);
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	padding: 0.38rem 0.52rem;
	text-transform: uppercase;
}

.ws-product-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.ws-product-card__meta small {
	display: block;
	margin-bottom: 0.3rem;
	color: var(--ws-muted);
	font-size: 0.62rem;
	letter-spacing: var(--ws-wide);
	text-transform: uppercase;
}

.ws-product-card__meta h3 {
	margin: 0;
	font-size: 1.25rem;
}

.ws-product-card__price {
	color: var(--ws-muted);
	white-space: nowrap;
}

.ws-materials {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
	border-block: 1px solid var(--ws-border);
	background: rgba(21, 21, 19, 0.52);
	max-width: 100%;
	overflow: hidden;
}

.ws-material-photo {
	min-height: 430px;
	border: 1px solid var(--ws-border);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.09), transparent 28%),
		repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 12px),
		linear-gradient(145deg, #24221f, #070706);
}

.ws-material-photo--image {
	overflow: hidden;
	background: var(--ws-panel);
}

.ws-materials h2,
.ws-process-intro h2 {
	max-width: 13ch;
	margin-top: 0;
	font-size: clamp(2.2rem, 5vw, 4.8rem);
	line-height: 1.03;
}

.ws-definition-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem 3rem;
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid var(--ws-border);
}

.ws-definition-grid dt {
	margin-bottom: 0.35rem;
	color: var(--ws-dim);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: var(--ws-wide);
	text-transform: uppercase;
}

.ws-definition-grid dd {
	margin: 0;
	color: var(--ws-text);
}

.ws-process {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-top: 2.6rem;
	border-top: 1px solid var(--ws-border);
}

.ws-step span {
	display: block;
	margin-bottom: 1rem;
	color: var(--ws-accent);
	font-family: var(--ws-display);
	font-size: 2.3rem;
}

.ws-step h3 {
	margin: 0 0 0.75rem;
	font-family: var(--ws-sans);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: var(--ws-wide);
	text-transform: uppercase;
}

.ws-testimonials {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ws-testimonial {
	margin: 0;
	padding: 1.5rem 0 0;
	border-top: 1px solid var(--ws-border);
}

.ws-testimonial blockquote {
	margin: 0 0 1.25rem;
	color: var(--ws-text);
	font-family: var(--ws-display);
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	line-height: 1.25;
}

.ws-testimonial figcaption {
	color: var(--ws-muted);
	font-size: 0.68rem;
	letter-spacing: var(--ws-wide);
	text-transform: uppercase;
}

.ws-insta-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: var(--ws-border);
	max-width: 100%;
}

.ws-insta-tile {
	aspect-ratio: 1;
	background:
		radial-gradient(circle at 50% 45%, rgba(185, 170, 135, 0.12), transparent 28%),
		linear-gradient(145deg, #211f1b, #090908);
	overflow: hidden;
}

.ws-footer {
	border-top: 1px solid var(--ws-border);
	background: #050504 !important;
}

.ws-footer-grid {
	grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(130px, 0.4fr));
}

.ws-footer h2,
.ws-footer h3 {
	margin-top: 0;
}

.ws-footer h2 {
	font-size: 2rem;
}

.ws-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ws-footer li + li {
	margin-top: 0.45rem;
}

.ws-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 4rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--ws-border);
	color: var(--ws-dim);
	font-size: 0.62rem;
	letter-spacing: var(--ws-wide);
	text-transform: uppercase;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.25rem, 2.5vw, 2rem);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	padding: 0;
	background: transparent;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1;
	object-fit: cover;
	background: var(--ws-panel);
	border: 1px solid var(--ws-border);
	filter: saturate(0.88) contrast(1.05);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--ws-text);
	font-family: var(--ws-display);
	font-size: 1.25rem;
}

.woocommerce .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--ws-accent);
}

.woocommerce .stock {
	color: var(--ws-muted);
}

.single-product .product {
	color: var(--ws-text);
}

.single-product .hero-section,
.single-product .product_meta,
.single-product .woocommerce-tabs {
	display: none !important;
}

.single-product .ct-container-full {
	padding-inline: clamp(1rem, 3vw, 4rem);
}

.single-product div.product {
	display: block !important;
	max-width: 1480px;
	margin-inline: auto;
	padding-block: clamp(2rem, 5vw, 5rem);
}

.single-product div.product .product-entry-wrapper {
	display: grid !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.82fr) !important;
	gap: clamp(2rem, 5vw, 5rem) !important;
	align-items: start !important;
	width: 100% !important;
	max-width: 1480px !important;
	margin-inline: auto !important;
}

@media (min-width: 901px) {
	.single-product div.product .product-entry-wrapper {
		grid-template-columns: minmax(0, 58%) minmax(420px, 42%) !important;
	}

	.single-product div.product .woocommerce-product-gallery,
	.single-product div.product .summary {
		min-width: 0 !important;
	}
}

.single-product div.product::before,
.single-product div.product::after {
	display: none;
}

.single-product div.product .woocommerce-product-gallery {
	position: sticky;
	top: 96px;
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	margin: 0 !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.single-product div.product .woocommerce-product-gallery__image {
	background: var(--ws-panel);
	border: 1px solid var(--ws-border);
	overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery__image a,
.single-product div.product .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery__image:first-child img {
	aspect-ratio: 1;
	object-fit: cover;
}

.single-product div.product .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 0.75rem;
}

.single-product div.product .flex-control-thumbs li {
	width: auto !important;
	float: none !important;
}

.single-product div.product .flex-control-thumbs img {
	aspect-ratio: 1;
	object-fit: cover;
	border: 1px solid var(--ws-border);
	opacity: 0.65;
}

.single-product div.product .flex-control-thumbs img.flex-active,
.single-product div.product .flex-control-thumbs img:hover {
	border-color: var(--ws-accent);
	opacity: 1;
}

.single-product div.product .summary {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	margin: 0 !important;
	background: rgba(21, 21, 19, 0.58);
	border: 1px solid var(--ws-border);
	padding: clamp(1.5rem, 3vw, 2.4rem);
}

.single-product div.product .summary .product_title {
	margin: 0 0 1rem;
	font-size: clamp(2.35rem, 5vw, 4.5rem);
	line-height: 1.02;
}

.single-product div.product .summary .price {
	margin-bottom: 1.5rem;
	font-family: var(--ws-display);
	font-size: clamp(1.45rem, 2vw, 2rem);
	color: var(--ws-accent);
}

.single-product div.product .woocommerce-product-details__short-description {
	color: var(--ws-muted);
	font-size: 1.04rem;
	line-height: 1.75;
}

.single-product div.product .woocommerce-product-gallery img {
	background: var(--ws-panel);
	border: 1px solid var(--ws-border);
}

.single-product div.product form.cart {
	display: flex;
	gap: 0.75rem;
	align-items: stretch;
	margin-top: 1.5rem;
}

.single-product div.product form.cart .quantity {
	margin: 0 !important;
}

.single-product div.product form.cart .single_add_to_cart_button {
	flex: 1;
	min-height: 52px;
}

.ws-pdp-trust {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 1.75rem 0 0;
	padding: 0;
	border: 1px solid var(--ws-border);
	background: var(--ws-border);
	list-style: none;
}

.ws-pdp-trust li {
	margin: 0;
	padding: 0.9rem 1rem;
	background: rgba(8, 8, 7, 0.54);
	color: var(--ws-text);
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: var(--ws-wide);
	text-transform: uppercase;
}

.ws-pdp-commission {
	margin-top: 1.5rem;
	padding: 1.35rem;
	border: 1px solid rgba(185, 170, 135, 0.38);
	background: rgba(185, 170, 135, 0.08);
}

.ws-pdp-commission h3 {
	margin: 0 0 0.65rem;
	font-size: 1.25rem;
}

.ws-pdp-section,
.ws-pdp-custom-version,
.ws-pdp-info-blocks,
.single-product .related {
	grid-column: 1 / -1;
	max-width: 1480px;
	width: 100%;
	margin-inline: auto;
}

.ws-pdp-section {
	display: grid;
	grid-template-columns: minmax(240px, 0.48fr) minmax(0, 1fr);
	gap: clamp(2rem, 5vw, 5rem);
	padding-block: clamp(4rem, 7vw, 7rem);
	border-top: 1px solid var(--ws-border);
}

.ws-pdp-section h2,
.ws-pdp-custom-version h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 4rem);
	line-height: 1.05;
}

.ws-pdp-section__content {
	max-width: 72ch;
}

.ws-pdp-section__content p {
	font-size: 1.05rem;
	line-height: 1.8;
}

.ws-pdp-spec-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	background: var(--ws-border);
	border: 1px solid var(--ws-border);
}

.ws-pdp-spec-grid div {
	padding: 1.2rem;
	background: rgba(21, 21, 19, 0.9);
}

.ws-pdp-spec-grid dt {
	margin-bottom: 0.45rem;
	color: var(--ws-dim);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: var(--ws-wide);
	text-transform: uppercase;
}

.ws-pdp-spec-grid dd {
	margin: 0;
	color: var(--ws-text);
}

.ws-pdp-custom-version {
	margin-block: clamp(2rem, 5vw, 4rem);
	padding: clamp(1.5rem, 4vw, 3.5rem);
	border: 1px solid rgba(185, 170, 135, 0.34);
	background:
		radial-gradient(circle at 82% 20%, rgba(185, 170, 135, 0.16), transparent 22rem),
		rgba(185, 170, 135, 0.08);
}

.ws-pdp-custom-version p:not(.ws-eyebrow) {
	max-width: 62ch;
	margin-bottom: 1.5rem;
}

.ws-pdp-info-blocks {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-block: clamp(3rem, 6vw, 5rem);
	background: var(--ws-border);
	border-block: 1px solid var(--ws-border);
}

.ws-pdp-info-blocks > div {
	padding: clamp(1.25rem, 3vw, 2rem);
	background: rgba(21, 21, 19, 0.7);
}

.single-product .related {
	padding-top: clamp(3rem, 6vw, 5rem);
	border-top: 1px solid var(--ws-border);
}

.single-product .related > h2 {
	margin-bottom: 2rem;
	font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account {
	background: var(--ws-bg);
	color: var(--ws-text);
}

@media (max-width: 900px) {
	#main,
	.site-main,
	.ct-container-full {
		overflow-x: hidden;
	}

	.ws-hero,
	.ws-materials,
	.ws-footer-grid,
	.single-product div.product .product-entry-wrapper,
	.ws-pdp-section,
	.ws-pdp-info-blocks {
		grid-template-columns: 1fr;
	}

	.ws-hero {
		min-height: auto;
		gap: 2rem;
	}

	.ws-split,
	.ws-product-placeholders,
	.ws-process,
	.ws-testimonials,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.ws-track + .ws-track {
		border-top: 1px solid var(--ws-border);
		border-left: 0;
	}

	.ws-section-head,
	.ws-footer-bottom {
		display: block;
	}

	.ws-insta-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ws-section,
	.ws-track {
		padding-inline: max(1rem, env(safe-area-inset-left));
	}

	.ws-visual,
	.ws-material-photo {
		width: 100%;
		min-width: 0;
	}

	.site-logo-container img,
	.custom-logo {
		max-height: 96px;
		max-width: min(300px, 68vw);
	}

	[data-header*="type-1"] [data-row*="middle"] {
		--height: 98px !important;
		padding-top: 16px !important;
		padding-bottom: 0 !important;
	}

	[data-header*="type-1"] {
		--header-height: 98px !important;
	}

	[data-header*="type-1"] [data-id="logo"] {
		--logo-max-height: 92px !important;
		--logo-max-width: 300px !important;
	}

	[data-header*="type-1"] [data-id="logo"] .site-logo-container {
		width: 300px !important;
		max-width: 68vw !important;
	}

	[data-header*="type-1"] [data-id="logo"] img.default-logo,
	[data-header*="type-1"] [data-id="logo"] .custom-logo {
		width: 300px !important;
		max-width: 68vw !important;
		max-height: 92px !important;
	}

	.single-product div.product .woocommerce-product-gallery {
		position: static;
	}

	.single-product div.product .summary {
		padding: 1.25rem;
	}

	.ws-pdp-spec-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.ws-section {
		padding-inline: 1rem;
	}

	.site-logo-container img,
	.custom-logo {
		max-height: 78px;
		max-width: 72vw;
	}

	[data-header*="type-1"] [data-row*="middle"] {
		--height: 86px !important;
		padding-top: 18px !important;
		padding-bottom: 0 !important;
	}

	[data-header*="type-1"] {
		--header-height: 86px !important;
	}

	[data-header*="type-1"] [data-id="logo"] .site-logo-container {
		width: 250px !important;
		max-width: 72vw !important;
	}

	[data-header*="type-1"] [data-id="logo"] img.default-logo,
	[data-header*="type-1"] [data-id="logo"] .custom-logo {
		width: 250px !important;
		max-width: 72vw !important;
		max-height: 78px !important;
	}

	.ws-hero h1 {
		max-width: 100%;
		font-size: clamp(2.55rem, 14vw, 3.8rem);
		overflow-wrap: anywhere;
	}

	.ws-actions {
		display: grid;
	}

	.single-product div.product form.cart {
		display: grid;
	}

	.single-product div.product form.cart .quantity,
	.single-product div.product form.cart .single_add_to_cart_button {
		width: 100%;
	}

	.ws-pdp-trust {
		grid-template-columns: 1fr;
	}

	.ws-button,
	.wp-block-button__link,
	.button,
	button,
	input[type="submit"],
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce #respond input#submit,
	.added_to_cart {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.ws-definition-grid {
		grid-template-columns: 1fr;
	}

	.ws-section-head h2,
	.ws-materials h2,
	.ws-process-intro h2 {
		max-width: 100%;
		font-size: clamp(2rem, 11vw, 3rem);
		overflow-wrap: anywhere;
	}
}
