body.awwly-card-product {
	--awwly-product-ink: #241d19;
	--awwly-product-muted: #70665f;
	--awwly-product-line: #e4ded9;
	--awwly-product-soft: #faf7f4;
	--awwly-product-accent: #8d2851;
	--awwly-product-accent-dark: #6f1e3f;
}

.awwly-card-product .storefront-sticky-add-to-cart {
	display: none;
}

.awwly-card-product div.product .woocommerce-product-gallery {
	width: 41%;
	max-width: 460px;
	margin-bottom: 48px;
}

.awwly-card-product div.product .summary {
	width: 54%;
	margin-bottom: 48px;
}

.awwly-card-product div.product .woocommerce-product-gallery__wrapper {
	border: 1px solid #eee8e3;
	border-radius: 18px;
	background: var( --awwly-product-soft );
	box-shadow: 0 18px 45px rgba( 41, 30, 23, 0.08 );
}

.awwly-card-product div.product .woocommerce-product-gallery__image > a {
	position: relative;
	display: flex;
	min-height: 0;
	box-sizing: border-box;
	aspect-ratio: 4 / 5;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

.awwly-card-product div.product .woocommerce-product-gallery__image img {
	width: auto !important;
	height: 100% !important;
	max-width: 100%;
	max-height: 100%;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 14px 32px rgba( 36, 29, 25, 0.14 );
}

.awwly-card-product--landscape div.product .woocommerce-product-gallery__image > a {
	aspect-ratio: 5 / 4;
}

.awwly-card-product--landscape div.product .woocommerce-product-gallery__image img {
	width: 100% !important;
	height: auto !important;
}

.awwly-product-page-preview-badge {
	position: absolute;
	right: 18px;
	bottom: 18px;
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	padding: 8px 12px;
	border: 1px solid #ded5cf;
	border-radius: 999px;
	background: rgba( 255, 255, 255, 0.94 );
	box-shadow: 0 6px 18px rgba( 36, 29, 25, 0.12 );
	font-size: 12px;
	font-weight: 800;
	color: var( --awwly-product-ink );
	pointer-events: none;
}

.awwly-card-product div.product .woocommerce-product-gallery__image .zoomImg {
	display: none !important;
}

.awwly-card-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	top: 18px;
	right: 18px;
	border: 1px solid var( --awwly-product-line );
	background: #fff;
	box-shadow: 0 6px 18px rgba( 36, 29, 25, 0.09 );
}

.awwly-card-product .summary .product_title {
	margin: 0 0 10px;
	font-size: clamp( 32px, 3vw, 46px );
	line-height: 1.08;
	letter-spacing: -0.025em;
	color: var( --awwly-product-ink );
}

.awwly-card-product .summary > .price {
	display: none;
}

.awwly-card-product form.variations_form.cart {
	margin-top: 12px;
	padding: 26px !important;
	box-sizing: border-box;
	border: 1px solid var( --awwly-product-line );
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 36px rgba( 41, 30, 23, 0.07 );
}

.awwly-product-flow-heading {
	margin-bottom: 24px;
}

.awwly-product-flow-eyebrow {
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: var( --awwly-product-accent );
}

.awwly-product-flow-heading h2 {
	margin: 0 0 8px;
	font-size: 25px;
	line-height: 1.2;
	color: var( --awwly-product-ink );
}

.awwly-product-flow-heading > p:last-child,
.awwly-step-heading p,
.awwly-personalise-note {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: var( --awwly-product-muted );
}

.awwly-card-product form.variations_form table.variations,
.awwly-card-product form.variations_form table.variations tbody,
.awwly-card-product form.variations_form table.variations tr,
.awwly-card-product form.variations_form table.variations td {
	display: block;
	width: 100%;
}

.awwly-card-product form.variations_form table.variations {
	margin: 0;
}

.awwly-card-product form.variations_form table.variations th.label,
.awwly-card-product form.variations_form .reset_variations {
	display: none !important;
}

.awwly-card-product form.variations_form table.variations td.value {
	padding: 0;
}

.awwly-step-heading {
	display: grid;
	grid-template-columns: 32px minmax( 0, 1fr );
	gap: 12px;
	align-items: start;
}

.awwly-step-number {
	display: inline-grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 50%;
	background: #f4e7ed;
	font-size: 14px;
	font-weight: 800;
	color: var( --awwly-product-accent );
}

.awwly-step-heading h3 {
	margin: 1px 0 3px;
	font-size: 17px;
	line-height: 1.3;
	color: var( --awwly-product-ink );
}

.awwly-card-product .single_variation_wrap .woocommerce-variation {
	min-height: 0 !important;
	margin: 0;
}

.awwly-card-product .single_variation_wrap .woocommerce-variation-price {
	display: none;
}

.awwly-personalise-path {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid var( --awwly-product-line );
}

.awwly-quantity-label {
	display: block;
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.02em;
	color: var( --awwly-product-ink );
}

.awwly-card-product .awwly-personalise-button {
	display: flex;
	width: 100%;
	min-height: 54px;
	margin: 17px 0 8px;
	align-items: center;
	justify-content: space-between;
	padding: 13px 18px;
	border: 0;
	border-radius: 11px;
	background: var( --awwly-product-accent );
	box-shadow: 0 9px 20px rgba( 111, 30, 63, 0.2 );
	font-size: 16px;
	font-weight: 800;
	color: #fff;
}

.awwly-card-product .awwly-personalise-button:hover,
.awwly-card-product .awwly-personalise-button:focus {
	background: var( --awwly-product-accent-dark );
	color: #fff;
}

.awwly-card-product .awwly-personalise-button:focus-visible {
	outline: 3px solid rgba( 141, 40, 81, 0.25 );
	outline-offset: 3px;
}

.awwly-personalise-note {
	text-align: center;
}

.awwly-path-divider {
	display: flex;
	margin: 24px 0 16px;
	align-items: center;
	gap: 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #918780;
}

.awwly-path-divider::before,
.awwly-path-divider::after {
	content: "";
	height: 1px;
	flex: 1 1 auto;
	background: var( --awwly-product-line );
}

.awwly-as-shown-path {
	margin: 0;
	border: 1px solid var( --awwly-product-line );
	border-radius: 12px;
	background: var( --awwly-product-soft );
}

.awwly-as-shown-path summary {
	display: flex;
	min-height: 62px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 14px;
	cursor: pointer;
	list-style: none;
}

.awwly-as-shown-path summary::-webkit-details-marker {
	display: none;
}

.awwly-as-shown-path summary > span:first-child {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.awwly-as-shown-path summary strong {
	font-size: 14px;
	color: var( --awwly-product-ink );
}

.awwly-as-shown-path summary small {
	font-size: 12px;
	line-height: 1.35;
	color: var( --awwly-product-muted );
}

.awwly-as-shown-toggle {
	display: inline-grid;
	width: 30px;
	height: 30px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	font-size: 20px;
	line-height: 1;
	color: var( --awwly-product-accent );
	transition: transform 0.15s ease;
}

.awwly-as-shown-path[open] .awwly-as-shown-toggle {
	transform: rotate( 45deg );
}

.awwly-as-shown-content {
	padding: 0 14px 14px;
	border-top: 1px solid var( --awwly-product-line );
}

.awwly-default-design-preview {
	display: flex;
	margin: 14px 0;
	align-items: center;
	gap: 12px;
}

.awwly-default-design-preview-img {
	width: 68px;
	height: 92px;
	flex: 0 0 auto;
	object-fit: contain;
	border: 1px solid #ddd4ce;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 5px 12px rgba( 36, 29, 25, 0.09 );
}

.awwly-default-design-preview-caption {
	display: flex;
	margin: 0;
	flex-direction: column;
	gap: 3px;
	font-size: 12px;
	line-height: 1.4;
	color: var( --awwly-product-muted );
}

.awwly-default-design-preview-caption strong {
	font-size: 13px;
	color: var( --awwly-product-ink );
}

.awwly-card-product .awwly-as-shown-content .quantity {
	display: inline-block;
	float: none;
	margin: 0 8px 0 0;
	vertical-align: top;
}

.awwly-card-product .awwly-as-shown-content .quantity .qty {
	width: 62px;
	min-height: 46px;
	border: 1px solid #bdb4ae;
	border-radius: 9px;
	background: #fff;
}

.awwly-card-product .awwly-as-shown-content .single_add_to_cart_button {
	width: calc( 100% - 75px );
	min-height: 46px;
	margin: 0;
	border-radius: 9px;
	background: #2d2926;
	font-size: 14px;
	font-weight: 750;
	color: #fff;
}

.awwly-card-product .awwly-as-shown-content .single_add_to_cart_button:hover,
.awwly-card-product .awwly-as-shown-content .single_add_to_cart_button:focus {
	background: #171513;
	color: #fff;
}

.awwly-card-product .product_meta {
	margin-top: 24px;
	font-size: 12px;
	color: var( --awwly-product-muted );
}

@media (max-width: 768px) {
	.awwly-card-product .woocommerce-breadcrumb {
		padding-right: 20px;
		padding-left: 20px;
	}

	.awwly-card-product div.product {
		padding-right: 20px;
		padding-bottom: 32px;
		padding-left: 20px;
	}

	.awwly-card-product div.product .woocommerce-product-gallery,
	.awwly-card-product div.product .summary {
		width: 100%;
		float: none;
	}

	.awwly-card-product div.product .woocommerce-product-gallery {
		max-width: none;
		margin-bottom: 28px;
	}

	.awwly-card-product div.product .woocommerce-product-gallery__image > a {
		padding: 22px;
	}

	.awwly-card-product div.product .woocommerce-product-gallery__image img {
		max-height: 100%;
	}

	.awwly-card-product .summary .product_title {
		font-size: 34px;
	}

	.awwly-card-product form.variations_form.cart {
		padding: 20px 18px !important;
		border-radius: 14px;
	}

	.awwly-product-flow-heading h2 {
		font-size: 23px;
	}

	.awwly-card-product .awwly-as-shown-content .quantity {
		display: block;
		margin: 0 0 8px;
	}

	.awwly-card-product .awwly-as-shown-content .single_add_to_cart_button {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.awwly-card-product div.product .woocommerce-product-gallery__image > a {
		padding: 18px;
	}

	.awwly-card-product div.product .woocommerce-product-gallery__image img {
		max-height: 100%;
	}

	.awwly-format-option {
		padding-right: 12px;
		padding-left: 12px;
	}

	.awwly-format-option.is-selected {
		padding-right: 11px;
		padding-left: 11px;
	}

	.awwly-format-option-detail {
		max-width: 185px;
	}
}

.awwly-product-preview-modal {
	position: fixed;
	inset: 0;
	z-index: 100002;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba( 20, 16, 14, 0.76 );
	backdrop-filter: blur( 4px );
}

.awwly-product-preview-panel {
	display: flex;
	width: min( 1120px, 100% );
	max-height: calc( 100vh - 48px );
	flex-direction: column;
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 28px 80px rgba( 0, 0, 0, 0.32 );
}

.awwly-product-preview-header {
	display: grid;
	grid-template-columns: minmax( 0, 1fr ) auto auto;
	gap: 20px;
	align-items: center;
	padding: 18px 22px;
	border-bottom: 1px solid #e7e0db;
}

.awwly-product-preview-title {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.awwly-product-preview-eyebrow {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: #8d2851;
}

.awwly-product-preview-title h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
	color: #241d19;
}

.awwly-product-preview-counter {
	font-size: 13px;
	font-weight: 700;
	color: #70665f;
}

.awwly-product-preview-close {
	min-height: 42px;
	padding: 9px 15px;
	border: 1px solid #d8d0ca;
	border-radius: 9px;
	background: #fff;
	font-size: 13px;
	font-weight: 800;
	color: #241d19;
}

.awwly-product-preview-close:hover,
.awwly-product-preview-close:focus {
	border-color: #8d2851;
	background: #fff7fa;
	color: #6f1e3f;
}

.awwly-product-preview-loading {
	display: grid;
	min-height: min( 680px, 70vh );
	place-items: center;
	padding: 30px;
	font-size: 15px;
	font-weight: 700;
	color: #70665f;
}

.awwly-product-preview-workspace {
	display: grid;
	min-height: 0;
	grid-template-columns: 126px minmax( 0, 1fr );
	height: min( 680px, calc( 100vh - 150px ) );
	overflow: hidden;
}

.awwly-product-preview-thumbs {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 10px;
	overflow-y: auto;
	padding: 16px;
	border-right: 1px solid #e7e0db;
	background: #faf7f4;
}

.awwly-product-preview-thumb {
	display: flex;
	width: 100%;
	min-width: 0;
	flex-direction: column;
	gap: 6px;
	align-items: center;
	padding: 8px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: transparent;
	font-size: 11px;
	font-weight: 750;
	color: #70665f;
}

.awwly-product-preview-thumb:hover,
.awwly-product-preview-thumb:focus,
.awwly-product-preview-thumb.is-active {
	border-color: #8d2851;
	background: #fff;
	color: #6f1e3f;
}

.awwly-product-preview-thumb img {
	width: 70px;
	height: 90px;
	object-fit: contain;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 4px 10px rgba( 36, 29, 25, 0.11 );
}

.awwly-product-preview-stage {
	display: grid;
	min-width: 0;
	min-height: 0;
	grid-template-columns: 54px minmax( 0, 1fr ) 54px;
	grid-template-rows: minmax( 0, 1fr ) auto;
	align-items: center;
	padding: 22px;
	background: #f4f0ed;
}

.awwly-product-preview-image-wrap {
	display: flex;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	align-items: center;
	justify-content: center;
}

.awwly-product-preview-image {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 18px 42px rgba( 36, 29, 25, 0.2 );
}

.awwly-product-preview-nav {
	display: inline-grid;
	width: 44px;
	height: 44px;
	place-items: center;
	justify-self: center;
	padding: 0;
	border: 1px solid #d8d0ca;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 5px 14px rgba( 36, 29, 25, 0.1 );
	font-size: 30px;
	line-height: 1;
	color: #241d19;
}

.awwly-product-preview-nav:hover,
.awwly-product-preview-nav:focus {
	border-color: #8d2851;
	background: #fff7fa;
	color: #6f1e3f;
}

.awwly-product-preview-page-label {
	grid-column: 1 / -1;
	justify-self: center;
	padding-top: 12px;
	font-size: 14px;
	color: #241d19;
}

@media (max-width: 700px) {
	.awwly-product-preview-modal {
		padding: 0;
		place-items: stretch;
	}

	.awwly-product-preview-panel {
		width: 100%;
		max-height: none;
		border-radius: 0;
	}

	.awwly-product-preview-header {
		grid-template-columns: minmax( 0, 1fr ) auto;
		gap: 10px;
		padding: 13px 14px;
	}

	.awwly-product-preview-title h2 {
		font-size: 19px;
	}

	.awwly-product-preview-counter {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.awwly-product-preview-close {
		grid-column: 2;
		grid-row: 1;
	}

	.awwly-product-preview-loading {
		min-height: 70vh;
	}

	.awwly-product-preview-workspace {
		grid-template-columns: 1fr;
		grid-template-rows: minmax( 0, 1fr ) 112px;
		height: calc( 100vh - 105px );
	}

	.awwly-product-preview-stage {
		grid-row: 1;
		grid-template-columns: 42px minmax( 0, 1fr ) 42px;
		padding: 14px 8px 10px;
	}

	.awwly-product-preview-nav {
		width: 38px;
		height: 38px;
		font-size: 26px;
	}

	.awwly-product-preview-thumbs {
		grid-row: 2;
		flex-direction: row;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 9px 12px;
		border-top: 1px solid #e7e0db;
		border-right: 0;
	}

	.awwly-product-preview-thumb {
		width: 78px;
		flex: 0 0 78px;
		padding: 5px;
	}

	.awwly-product-preview-thumb img {
		width: 46px;
		height: 62px;
	}

	.awwly-product-preview-page-label {
		padding-top: 7px;
		font-size: 13px;
	}

	.awwly-product-page-preview-badge {
		right: 12px;
		bottom: 12px;
	}
}
