:root {
	--ash-ink: #2f241d;
	--ash-bark: #623a25;
	--ash-bark-dark: #4b2b1d;
	--ash-copper: #b97938;
	--ash-gold: #d9922f;
	--ash-cream: #f7f3ed;
	--ash-paper: #fffdf9;
	--ash-mist: #e7ece8;
	--ash-sage: #4f5f34;
	--ash-line: #e8dfd4;
	--ash-muted: #75685e;
}

.ashlaser-home-active .site-content .col-full {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.ashlaser-home-active .archive-header,
.ashlaser-home-active .woocommerce-breadcrumb {
	display: none;
}

.ashlaser-home-active .site-content {
	background: var(--ash-paper);
}

.ashlaser-home {
	color: var(--ash-ink);
	font-family: Inter, Arial, sans-serif;
	margin: 0 auto;
	max-width: 1536px;
	overflow: hidden;
	padding: 0 22px 0;
}

.ashlaser-home h1,
.ashlaser-home h2,
.ashlaser-home h3,
.ashlaser-home p {
	margin: 0;
}

.ash-icon {
	display: inline-block;
	fill: none;
	height: 28px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.45;
	width: 28px;
}

.ash-icon-filled {
	fill: currentColor;
	stroke: none;
}

.ashlaser-button {
	align-items: center;
	background: var(--ash-bark);
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 48px;
	padding: 0 22px;
	text-transform: uppercase;
}

.ashlaser-button:hover,
.ashlaser-button:focus {
	background: var(--ash-bark-dark);
	color: #fff;
}

.ashlaser-hero-wrap {
	display: grid;
	gap: 10px;
	grid-template-columns: 208px minmax(0, 1fr);
	margin-top: 0;
}

.ashlaser-sidebar {
	background: #fbf8f3;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 28px 18px 18px;
}

#secondary .ashlaser-sidebar {
	margin-bottom: 24px;
}

.ashlaser-sidebar h2 {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.ashlaser-side-cats {
	display: grid;
	gap: 5px;
}

.ashlaser-side-cats a {
	align-items: center;
	border-radius: 6px;
	color: var(--ash-ink);
	display: grid;
	font-size: 13px;
	gap: 10px;
	grid-template-columns: 28px 1fr;
	min-height: 34px;
	padding: 2px 0;
}

.ashlaser-side-cats a:hover,
.ashlaser-side-cats a:focus {
	color: var(--ash-bark);
}

.ashlaser-side-cats .ash-icon {
	height: 22px;
	width: 22px;
}

.ashlaser-trust-list {
	background: #f4eee7;
	border-radius: 8px;
	display: grid;
	gap: 18px;
	margin-top: auto;
	padding: 18px;
}

.ashlaser-trust-list div {
	align-items: start;
	display: grid;
	gap: 12px;
	grid-template-columns: 24px 1fr;
}

.ashlaser-trust-list .ash-icon {
	color: var(--ash-bark);
	height: 22px;
	width: 22px;
}

.ashlaser-trust-list strong,
.ashlaser-trust-list span {
	display: block;
}

.ashlaser-trust-list strong {
	font-size: 12px;
}

.ashlaser-trust-list span {
	color: var(--ash-muted);
	font-size: 12px;
	line-height: 1.35;
	margin-top: 2px;
}

.ashlaser-hero {
	background: linear-gradient(90deg, #f2eadf 0%, #f5f0e8 40%, #eaf0ee 100%);
	border-radius: 8px;
	height: clamp(200px, 33vw, 500px);
	max-height: 500px;
	min-height: 200px;
	overflow: hidden;
	position: relative;
}

.ashlaser-hero-slides,
.ashlaser-hero-slide {
	height: 100%;
	min-height: 0;
}

.ashlaser-hero-slide {
	display: grid;
	grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 180ms ease;
	width: 100%;
}

.ashlaser-hero-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	position: relative;
}

.ashlaser-hero-copy {
	align-self: center;
	padding: 42px 34px 48px 56px;
	position: relative;
	z-index: 2;
}

.ashlaser-hero-copy h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 700;
	line-height: 1.06;
	max-width: 470px;
}

.ashlaser-hero-copy p {
	font-size: 17px;
	line-height: 1.45;
	margin: 24px 0 26px;
	max-width: 390px;
}

.ashlaser-hero-slide img {
	align-self: center;
	height: auto;
	justify-self: end;
	margin-right: 3%;
	object-fit: contain;
	width: min(920px, 98%);
}

.ashlaser-hero-image-link {
	color: inherit;
	display: block;
	height: 100%;
	min-width: 0;
}

.ashlaser-hero-image-link:focus-visible {
	outline: 3px solid var(--ash-bark);
	outline-offset: -6px;
}

.ashlaser-hero-art-slide {
	display: block;
}

.ashlaser-hero-art-slide picture,
.ashlaser-hero-art-slide img {
	display: block;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.ashlaser-hero-next {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 999px;
	color: var(--ash-ink);
	display: flex;
	height: 44px;
	justify-content: center;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	z-index: 4;
}

.ashlaser-hero-next .ash-icon {
	height: 21px;
	width: 21px;
}

.ashlaser-hero-dots {
	bottom: 24px;
	display: flex;
	gap: 12px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 4;
}

.ashlaser-hero-dots button {
	background: rgba(47, 36, 29, 0.24);
	border: 0;
	border-radius: 999px;
	height: 10px;
	padding: 0;
	width: 10px;
}

.ashlaser-hero-dots button.is-active {
	background: #fff;
}

.ashlaser-category-rail {
	background: #fbf8f3;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(9, minmax(88px, 1fr));
	margin: 24px 0 0;
	max-width: none;
	padding: 14px;
}

.ashlaser-category-rail a {
	align-items: center;
	color: var(--ash-ink);
	display: grid;
	gap: 10px;
	justify-items: center;
	min-height: 84px;
	text-align: center;
}

.ashlaser-category-rail span {
	align-items: center;
	background: #f5efe7;
	border: 1px solid var(--ash-line);
	border-radius: 999px;
	color: var(--ash-ink);
	display: flex;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.ashlaser-category-rail strong {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}

.ashlaser-category-rail a:hover span,
.ashlaser-category-rail a:focus span {
	background: #fff;
	color: var(--ash-bark);
}

.ashlaser-products {
	padding: 22px 80px 34px;
}

.ashlaser-section-heading {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr auto 1fr auto;
	margin-bottom: 22px;
}

.ashlaser-section-heading span {
	background: var(--ash-line);
	height: 1px;
}

.ashlaser-section-heading h2 {
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

.ashlaser-section-heading a {
	color: var(--ash-bark);
	font-size: 13px;
	font-weight: 800;
	justify-self: end;
	text-transform: uppercase;
}

.ashlaser-product-grid {
	display: grid;
	gap: 38px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ashlaser-product-card {
	background: #fff;
	border: 1px solid var(--ash-line);
	border-radius: 8px;
	overflow: hidden;
}

.ashlaser-product-card a {
	color: var(--ash-ink);
	display: block;
}

.ashlaser-product-card img {
	aspect-ratio: 1.65 / 1;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.ashlaser-product-card h3 {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	padding: 12px 12px 0;
}

.ashlaser-product-meta {
	align-items: center;
	display: flex;
	font-size: 13px;
	justify-content: space-between;
	min-height: 34px;
	padding: 2px 12px 12px;
}

.ashlaser-stars {
	color: var(--ash-gold);
	font-size: 13px;
	white-space: nowrap;
}

.ashlaser-actions {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1052px;
	padding: 0 0 12px;
}

.ashlaser-actions a {
	align-items: center;
	background: #f5f0e9;
	border-radius: 8px;
	color: var(--ash-ink);
	display: grid;
	gap: 20px;
	grid-template-columns: 46px 1fr;
	min-height: 106px;
	padding: 22px 28px;
}

.ashlaser-actions a > .ash-icon {
	height: 42px;
	width: 42px;
}

.ashlaser-actions strong,
.ashlaser-actions span {
	display: block;
}

.ashlaser-actions strong {
	font-size: 14px;
	margin-bottom: 5px;
}

.ashlaser-actions span {
	font-size: 13px;
	line-height: 1.3;
}

.ashlaser-actions em {
	align-items: center;
	color: var(--ash-bark);
	display: flex;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	gap: 6px;
	grid-column: 2;
	text-transform: uppercase;
}

.ashlaser-actions em .ash-icon {
	height: 15px;
	width: 15px;
}

.ashlaser-shipping-strip {
	align-items: center;
	background: var(--ash-sage);
	color: #fff;
	display: flex;
	font-size: 13px;
	gap: 12px;
	justify-content: center;
	margin-left: -22px;
	margin-right: -22px;
	min-height: 42px;
	text-transform: uppercase;
}

.ashlaser-shipping-strip .ash-icon {
	height: 22px;
	width: 22px;
}

body.woocommerce-shop,
body.tax-product_cat,
body.single-product {
	background: var(--ash-paper);
	font-family: Inter, Arial, sans-serif;
}

body.woocommerce-shop .site-content,
body.tax-product_cat .site-content,
body.single-product .site-content {
	background: var(--ash-paper);
}

body.woocommerce-shop .site-content .col-full,
body.tax-product_cat .site-content .col-full,
body.single-product .site-content .col-full {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	padding-left: 24px;
	padding-right: 24px;
}

body.woocommerce-shop .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb,
body.single-product .woocommerce-breadcrumb {
	color: var(--ash-muted);
	font-size: 13px;
	margin: 22px 0 18px;
}

body.woocommerce-shop .woocommerce-breadcrumb a,
body.tax-product_cat .woocommerce-breadcrumb a,
body.single-product .woocommerce-breadcrumb a {
	color: var(--ash-bark);
}

body.woocommerce-shop .content-area,
body.tax-product_cat .content-area {
	padding-bottom: 46px;
}

body.woocommerce-shop #secondary,
body.tax-product_cat #secondary {
	background: #fbf8f3;
	border: 1px solid var(--ash-line);
	border-radius: 8px;
	padding: 22px 20px;
}

body.woocommerce-shop #secondary .widget,
body.tax-product_cat #secondary .widget {
	margin-bottom: 24px;
}

body.woocommerce-shop #secondary .widget-title,
body.tax-product_cat #secondary .widget-title,
body.woocommerce-shop #secondary h2,
body.tax-product_cat #secondary h2 {
	color: var(--ash-ink);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

body.woocommerce-shop #secondary ul,
body.tax-product_cat #secondary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.woocommerce-shop #secondary li,
body.tax-product_cat #secondary li {
	border-bottom: 1px solid rgba(98, 58, 37, 0.12);
	margin: 0;
	padding: 8px 0;
}

body.woocommerce-shop #secondary li:last-child,
body.tax-product_cat #secondary li:last-child {
	border-bottom: 0;
}

body.woocommerce-shop #secondary a,
body.tax-product_cat #secondary a {
	color: var(--ash-ink);
	font-size: 14px;
}

body.woocommerce-shop #secondary a:hover,
body.tax-product_cat #secondary a:hover {
	color: var(--ash-bark);
}

body.woocommerce-shop .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header {
	background: #f5f0e9;
	border: 1px solid var(--ash-line);
	border-radius: 8px;
	margin-bottom: 24px;
	overflow: hidden;
	padding: 28px 32px;
}

body.woocommerce-shop .woocommerce-products-header {
	display: none;
}

body.tax-product_cat .woocommerce-products-header:has(.cg-cat-image) {
	padding: 0;
}

body.tax-product_cat .woocommerce-products-header .cg-cat-image {
	aspect-ratio: 16 / 5;
	display: block;
	height: clamp(220px, 24vw, 320px);
	object-fit: cover;
	object-position: center;
	width: 100%;
}

body.woocommerce-shop .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title,
body.woocommerce-shop .page-title,
body.tax-product_cat .page-title {
	color: var(--ash-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

body.tax-product_cat .term-description {
	color: var(--ash-muted);
	font-size: 16px;
	line-height: 1.55;
	margin-top: 14px;
	max-width: 720px;
}

body.woocommerce-shop .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.woocommerce-shop .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering {
	color: var(--ash-muted);
	font-size: 14px;
	margin-bottom: 20px;
}

body.woocommerce-shop .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select {
	background: #fff;
	border: 1px solid var(--ash-line);
	border-radius: 6px;
	color: var(--ash-ink);
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.25;
	min-height: 42px;
	padding: 0 38px 0 14px;
}

body.woocommerce-shop ul.products,
body.tax-product_cat ul.products,
body.single-product .related ul.products,
body.single-product .upsells ul.products {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

body.woocommerce-shop ul.products::before,
body.woocommerce-shop ul.products::after,
body.tax-product_cat ul.products::before,
body.tax-product_cat ul.products::after,
body.single-product .related ul.products::before,
body.single-product .related ul.products::after,
body.single-product .upsells ul.products::before,
body.single-product .upsells ul.products::after {
	display: none;
}

body.woocommerce-shop ul.products li.product,
body.tax-product_cat ul.products li.product,
body.single-product .related ul.products li.product,
body.single-product .upsells ul.products li.product {
	background: #fff;
	border: 1px solid var(--ash-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(47, 36, 29, 0.06);
	float: none;
	margin: 0;
	overflow: hidden;
	padding: 0 0 18px;
	width: auto;
}

body.woocommerce-shop ul.products li.product::before,
body.tax-product_cat ul.products li.product::before,
body.single-product .related ul.products li.product::before,
body.single-product .upsells ul.products li.product::before {
	display: none;
}

body.woocommerce-shop ul.products li.product a,
body.tax-product_cat ul.products li.product a,
body.single-product .related ul.products li.product a,
body.single-product .upsells ul.products li.product a {
	color: var(--ash-ink);
}

body.woocommerce-shop ul.products li.product img,
body.tax-product_cat ul.products li.product img,
body.single-product .related ul.products li.product img,
body.single-product .upsells ul.products li.product img {
	aspect-ratio: 1.45 / 1;
	background: #f5f0e9;
	display: block;
	height: auto;
	margin: 0;
	object-fit: cover;
	width: 100%;
}

body.woocommerce-shop ul.products li.product .product__categories,
body.tax-product_cat ul.products li.product .product__categories,
body.single-product .related ul.products li.product .product__categories,
body.single-product .upsells ul.products li.product .product__categories {
	color: var(--ash-muted);
	font-family: Inter, Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 11px 0 0;
	padding: 0 18px;
	text-transform: uppercase;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-category__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-category__title,
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.single-product .related ul.products li.product .woocommerce-loop-product__title,
body.single-product .upsells ul.products li.product .woocommerce-loop-product__title {
	color: var(--ash-ink);
	font-family: Inter, Arial, sans-serif;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	padding: 16px 18px 4px;
}

body.woocommerce-shop ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.single-product .related ul.products li.product .price,
body.single-product .upsells ul.products li.product .price {
	color: var(--ash-bark);
	display: block;
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	padding: 0 18px;
}

body.woocommerce-shop ul.products li.product .button,
body.tax-product_cat ul.products li.product .button,
body.single-product .related ul.products li.product .button,
body.single-product .upsells ul.products li.product .button {
	align-items: center;
	background: var(--ash-bark);
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	font-family: Inter, Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.15;
	margin: 14px 18px 0;
	min-height: 40px;
	opacity: 1;
	padding: 12px 16px;
	pointer-events: auto;
	position: relative;
	text-transform: uppercase;
	transition: background-color 120ms ease;
	width: auto;
	z-index: 2;
}

body.woocommerce-shop ul.products li.product .button:hover,
body.tax-product_cat ul.products li.product .button:hover,
body.single-product .related ul.products li.product .button:hover,
body.single-product .upsells ul.products li.product .button:hover {
	background: var(--ash-bark-dark);
	color: #fff;
}

body.single-product div.product {
	background: #fff;
	border: 1px solid var(--ash-line);
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 16px 34px rgba(47, 36, 29, 0.07);
	clear: both;
	display: block;
	float: none;
	margin-bottom: 42px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
	padding: 28px;
	width: 100%;
}

body.single-product .content-area {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	width: 100%;
}

body.single-product .product-details-wrapper,
body.single-product .woocommerce-tabs,
body.single-product .related.products,
body.single-product .upsells.products {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
	width: 100%;
}

body.single-product div.product .product-details-wrapper {
	align-items: start;
	column-gap: 34px;
	display: grid;
	grid-template-columns: minmax(0, 58%) minmax(340px, 1fr);
	max-width: none;
}

body.single-product #secondary {
	display: none;
}

body.single-product div.product::after {
	clear: both;
	content: "";
	display: table;
}

body.single-product div.product .product-details-wrapper .woocommerce-product-gallery {
	border-radius: 8px;
	float: none !important;
	grid-column: 1;
	grid-row: 1;
	margin: 0;
	overflow: hidden;
	width: 100% !important;
}

body.single-product div.product .woocommerce-product-gallery img {
	background: #f5f0e9;
	border-radius: 8px;
}

body.single-product div.product .product-details-wrapper .summary {
	color: var(--ash-ink);
	float: none !important;
	grid-column: 2;
	grid-row: 1 / span 2;
	margin: 0;
	width: 100% !important;
}

body.single-product div.product .product_title {
	color: var(--ash-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	margin-bottom: 12px;
}

body.single-product div.product p.price,
body.single-product div.product span.price {
	color: var(--ash-bark);
	display: block;
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 14px;
}

body.single-product div.product .woocommerce-product-details__short-description,
body.single-product div.product .product_meta {
	color: var(--ash-muted);
	font-size: 15px;
	line-height: 1.6;
}

body.single-product div.product .summary > [class*="afterpay" i],
body.single-product div.product .summary > [id*="afterpay" i],
body.single-product div.product .summary > [class*="clearpay" i],
body.single-product div.product .summary > [id*="clearpay" i],
body.single-product div.product .summary > #payment-method-message,
body.single-product div.product .summary > [class*="payment-method-messaging" i],
body.single-product div.product .summary > [id*="payment-method-messaging" i],
body.single-product div.product .summary > [class*="wc-stripe" i],
body.single-product div.product .summary > [id*="wc-stripe" i],
body.single-product div.product .summary > [class*="wcpay" i],
body.single-product div.product .summary > [id*="wcpay" i] {
	clear: both;
	display: block;
	line-height: 1.45;
	margin: 0 0 20px;
	min-height: 56px;
	position: relative;
}

body.single-product div.product .summary > #payment-method-message .__PrivateStripeElement,
body.single-product div.product .summary > #payment-method-message iframe {
	display: block;
	min-height: 48px;
	position: relative;
}

body.single-product div.product .woocommerce-product-details__short-description {
	clear: both;
	display: block;
	margin-top: 18px;
}

body.single-product div.product .product_meta {
	box-sizing: border-box;
	grid-column: 1 / -1;
	left: auto;
	margin: 26px auto 0;
	max-width: 100%;
	padding: 14px 24px 0;
	position: static;
	right: auto;
	text-align: center;
	width: 100%;
}

body.single-product div.product .product_meta .posted_in,
body.single-product div.product .product_meta .sku_wrapper,
body.single-product div.product .product_meta .tagged_as {
	display: block;
	margin: 4px auto;
	max-width: 900px;
}

body.single-product div.product form.cart {
	border-top: 1px solid var(--ash-line);
	margin-top: 22px;
	padding-top: 22px;
}

body.single-product div.product form.cart .quantity input.qty {
	border: 1px solid var(--ash-line);
	border-radius: 4px;
	min-height: 46px;
}

body.single-product div.product form.cart .single_add_to_cart_button {
	background: var(--ash-bark);
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	min-height: 48px;
	padding: 0 24px;
	text-transform: uppercase;
}

body.single-product div.product form.cart .single_add_to_cart_button:hover {
	background: var(--ash-bark-dark);
	color: #fff;
}

body.single-product div.product .wapf {
	clear: both;
	margin: 22px 0 0;
}

body.single-product div.product .wapf-field-container {
	margin: 0 0 22px;
}

body.single-product div.product .wapf-field-label label {
	align-items: baseline;
	color: var(--ash-ink);
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	font-weight: 800;
	gap: 6px;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 10px;
}

body.single-product div.product .wapf-field-label abbr.required {
	color: #9f3428;
	text-decoration: none;
}

body.single-product div.product .wapf-field-description {
	color: var(--ash-muted);
	font-size: 13px;
	line-height: 1.45;
	margin-top: 9px;
}

body.single-product div.product .wapf-pricing-hint {
	color: var(--ash-bark);
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

body.single-product div.product .wapf-image-swatch-wrapper {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-product div.product .wapf-swatch--image {
	margin: 0;
}

body.single-product div.product .wapf-swatch--image label {
	background: #fffdf9;
	border: 1px solid var(--ash-line);
	border-radius: 8px;
	box-shadow: 0 8px 18px rgba(47, 36, 29, 0.04);
	box-sizing: border-box;
	cursor: pointer;
	display: grid;
	gap: 10px;
	height: 100%;
	min-height: 206px;
	padding: 12px;
	position: relative;
	text-align: left;
	transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

body.single-product div.product .wapf-swatch--image label::after {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(98, 58, 37, 0.25);
	border-radius: 999px;
	color: #fff;
	content: "";
	display: flex;
	font-size: 12px;
	font-weight: 800;
	height: 20px;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
}

body.single-product div.product .wapf-swatch--image:hover label,
body.single-product div.product .wapf-swatch--image:focus-within label {
	border-color: rgba(98, 58, 37, 0.45);
	box-shadow: 0 12px 24px rgba(47, 36, 29, 0.08);
	transform: translateY(-1px);
}

body.single-product div.product .wapf-swatch--image.wapf-checked label {
	background: #fbf4eb;
	border-color: var(--ash-bark);
	box-shadow: 0 0 0 2px rgba(98, 58, 37, 0.12), 0 12px 24px rgba(47, 36, 29, 0.08);
}

body.single-product div.product .wapf-swatch--image.wapf-checked label::after {
	background: var(--ash-bark);
	border-color: var(--ash-bark);
	content: "\2713";
}

body.single-product div.product .wapf-swatch--image input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

body.single-product div.product .wapf-swatch--image .apf-pick-box {
	align-items: center;
	aspect-ratio: 1.35 / 1;
	background: #f7f1ea;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 8px;
}

body.single-product div.product .wapf-swatch--image .apf-pick-box img {
	background: transparent;
	border-radius: 0;
	display: block;
	height: 100%;
	margin: 0;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

body.single-product div.product .wapf-swatch-label {
	color: var(--ash-ink);
	display: block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.28;
	padding-right: 4px;
}

body.single-product div.product .wapf-swatch-label .wapf-pricing-hint {
	background: #fff;
	border: 1px solid rgba(98, 58, 37, 0.14);
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	margin-top: 7px;
	padding: 3px 8px;
}

body.single-product div.product .wapf-field-text input[type="text"] {
	background: #fffdf9;
	border: 1px solid var(--ash-line);
	border-radius: 6px;
	box-shadow: inset 0 1px 0 rgba(47, 36, 29, 0.03);
	box-sizing: border-box;
	color: var(--ash-ink);
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	min-height: 48px;
	padding: 0 14px;
	transition: border-color 120ms ease, box-shadow 120ms ease;
	width: 100%;
}

body.single-product div.product .wapf-field-text input[type="text"]:focus {
	border-color: var(--ash-bark);
	box-shadow: 0 0 0 3px rgba(98, 58, 37, 0.12);
	outline: 0;
}

body.single-product div.product .wapf-radios {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-product div.product .wapf-radio {
	margin: 0;
}

body.single-product div.product .wapf-radio .wapf-input-label {
	align-items: center;
	background: #fffdf9;
	border: 1px solid var(--ash-line);
	border-radius: 8px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	gap: 10px;
	min-height: 52px;
	padding: 12px 14px;
	transition: border-color 120ms ease, box-shadow 120ms ease;
}

body.single-product div.product .wapf-radio .wapf-input-label:hover,
body.single-product div.product .wapf-radio .wapf-input-label:focus-within {
	border-color: rgba(98, 58, 37, 0.45);
	box-shadow: 0 8px 18px rgba(47, 36, 29, 0.05);
}

body.single-product div.product .wapf-radio:has(input:checked) .wapf-input-label {
	background: #fbf4eb;
	border-color: var(--ash-bark);
	box-shadow: 0 0 0 2px rgba(98, 58, 37, 0.12);
}

body.single-product div.product .wapf-radio input[type="radio"] {
	accent-color: var(--ash-bark);
	flex: 0 0 auto;
	margin: 0;
}

body.single-product div.product .wapf-radio .wapf-custom {
	display: none;
}

body.single-product div.product .wapf-radio .wapf-label-text {
	color: var(--ash-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

body.single-product div.product .wapf-product-totals {
	background: #fbf8f3;
	border: 1px solid var(--ash-line);
	border-radius: 8px;
	margin: 8px 0 22px;
	padding: 14px 16px;
}

body.single-product div.product .wapf-product-totals .wapf--inner > div {
	align-items: center;
	border-bottom: 1px solid rgba(98, 58, 37, 0.12);
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
}

body.single-product div.product .wapf-product-totals .wapf--inner > div:last-child {
	border-bottom: 0;
}

body.single-product div.product .wapf-product-totals span:first-child {
	color: var(--ash-muted);
	font-size: 13px;
	font-weight: 800;
}

body.single-product div.product .wapf-product-totals .price {
	color: var(--ash-bark);
	font-size: 17px;
	font-weight: 800;
}

body.single-product .woocommerce-tabs {
	background: #fbf8f3;
	border: 1px solid var(--ash-line);
	border-radius: 8px;
	margin-bottom: 40px;
	padding: 18px 24px;
}

body.single-product div.product .woocommerce-tabs {
	clear: none;
	float: none;
	grid-column: 1;
	grid-row: 2;
	margin: 20px 0 0;
	max-width: none;
	width: 100%;
}

body.single-product .woocommerce-tabs ul.tabs {
	margin-bottom: 20px;
}

body.single-product .woocommerce-tabs ul.tabs li a {
	color: var(--ash-ink);
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.single-product .related > h2,
body.single-product .upsells > h2 {
	color: var(--ash-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 20px;
}

@media (max-width: 1100px) {
	.ashlaser-hero-wrap {
		grid-template-columns: 1fr;
	}

	.ashlaser-hero-wrap > .ashlaser-sidebar {
		display: none;
	}

	.ashlaser-category-rail {
		margin-left: 0;
	}

	.ashlaser-products {
		padding-left: 16px;
		padding-right: 16px;
	}

	.ashlaser-product-grid {
		gap: 18px;
	}

	body.single-product div.product .product-details-wrapper {
		grid-template-columns: minmax(0, 1fr);
	}

	body.single-product div.product .woocommerce-product-gallery {
		grid-column: 1;
		grid-row: 1;
	}

	body.single-product div.product .summary {
		grid-column: 1;
		grid-row: 2;
		margin-top: 24px;
	}

	body.single-product div.product .woocommerce-tabs {
		grid-column: 1;
		grid-row: 3;
	}

	body.single-product div.product .product_meta {
		grid-column: 1;
	}

	body.woocommerce-shop ul.products,
	body.tax-product_cat ul.products,
	body.single-product .related ul.products,
	body.single-product .upsells ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.ashlaser-home {
		padding-left: 14px;
		padding-right: 14px;
	}

	.ashlaser-hero-slide {
		grid-template-columns: 1fr;
	}

	.ashlaser-hero-copy {
		padding: 36px 24px 12px;
	}

	.ashlaser-hero-copy h1 {
		font-size: 38px;
	}

	.ashlaser-hero-slide img {
		height: 190px;
		justify-self: center;
		margin: 0 0 48px;
		width: calc(100% - 48px);
	}

	.ashlaser-hero-art-slide picture,
	.ashlaser-hero-art-slide img {
		height: 100%;
		margin: 0;
		width: 100%;
	}

	.ashlaser-category-rail {
		grid-template-columns: repeat(3, 1fr);
		max-width: none;
	}

	.ashlaser-product-grid,
	.ashlaser-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.single-product div.product .woocommerce-tabs {
		clear: both;
		float: none;
		width: 100%;
	}
}

@media (max-width: 620px) {
	.ashlaser-home {
		padding-left: 10px;
		padding-right: 10px;
	}

	.ashlaser-hero,
	.ashlaser-hero-slides,
	.ashlaser-hero-slide {
		height: clamp(240px, 80vw, 600px);
		min-height: 600px;
	}

	.ashlaser-hero-copy {
		align-self: start;
	}

	.ashlaser-hero-copy h1 {
		font-size: 34px;
	}

	.ashlaser-hero-copy p {
		font-size: 15px;
	}

	.ashlaser-hero-next {
		right: 14px;
	}

	.ashlaser-hero-art-slide picture,
	.ashlaser-hero-art-slide img {
		height: 100%;
		width: 100%;
	}

	.ashlaser-category-rail {
		grid-template-columns: repeat(2, 1fr);
	}

	body.woocommerce-shop .site-content .col-full,
	body.tax-product_cat .site-content .col-full,
	body.single-product .site-content .col-full {
		padding-left: 14px;
		padding-right: 14px;
	}

	body.woocommerce-shop .woocommerce-products-header,
	body.tax-product_cat .woocommerce-products-header,
	body.single-product div.product,
	body.single-product .woocommerce-tabs {
		padding: 20px;
	}

	body.woocommerce-shop ul.products,
	body.tax-product_cat ul.products,
	body.single-product .related ul.products,
	body.single-product .upsells ul.products {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.ashlaser-products {
		padding-left: 0;
		padding-right: 0;
	}

	.ashlaser-section-heading {
		gap: 12px;
		grid-template-columns: 1fr;
		text-align: left;
	}

	.ashlaser-section-heading span,
	.ashlaser-section-heading span {
		display: none;
	}

	.ashlaser-section-heading h2,
	.ashlaser-section-heading a {
		justify-self: start;
		text-align: left;
	}

	.ashlaser-product-grid,
	.ashlaser-actions {
		grid-template-columns: 1fr;
	}

	.ashlaser-actions a {
		padding: 20px;
	}

	.ashlaser-shipping-strip {
		margin-left: -10px;
		margin-right: -10px;
		padding: 0 18px;
		text-align: center;
	}

	body.single-product div.product .product-details-wrapper {
		display: block;
	}

	body.single-product div.product .product-details-wrapper .woocommerce-product-gallery,
	body.single-product div.product .product-details-wrapper .summary,
	body.single-product div.product .woocommerce-tabs,
	body.single-product div.product .woocommerce-Tabs-panel {
		clear: both;
		display: block;
		float: none !important;
		max-width: 100%;
		min-width: 0;
		width: 100% !important;
	}

	body.single-product div.product .woocommerce-tabs {
		margin: 24px 0 0 !important;
		overflow: visible;
		padding: 18px;
	}

	body.single-product div.product .woocommerce-tabs ul.tabs {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		justify-content: center;
		list-style: none;
		margin: 0 0 18px;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	body.single-product div.product .woocommerce-tabs ul.tabs li {
		border: 0;
		display: block;
		margin: 0;
		padding: 0;
		width: auto;
	}

	body.single-product div.product .woocommerce-tabs ul.tabs li a {
		border: 1px solid var(--ash-line);
		border-radius: 999px;
		display: inline-block;
		font-size: 12px;
		line-height: 1.2;
		padding: 8px 12px;
		white-space: nowrap;
		width: auto;
	}

	body.single-product div.product .woocommerce-tabs ul.tabs li.active a {
		background: #fff;
		border-color: var(--ash-bark);
		color: var(--ash-bark);
	}

	body.single-product div.product .woocommerce-tabs .tabs li a::after {
		display: none;
	}

	body.single-product div.product .woocommerce-Tabs-panel {
		padding: 0;
	}

	body.single-product div.product .wapf-image-swatch-wrapper {
		gap: 10px;
	}

	body.single-product div.product .wapf-swatch--image label {
		min-height: 184px;
		padding: 10px;
	}

	body.single-product div.product .wapf-swatch-label {
		font-size: 12px;
	}

	body.single-product div.product .wapf-radios {
		grid-template-columns: 1fr;
	}
}
