.swesite-theme-main {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.swesite-product-page {
	--swesite-product-accent: var(--swesite-primary, #2563eb);
	--swesite-product-glow: var(--swesite-secondary, #14b8a6);
	--swesite-product-text: var(--swesite-text, #0f172a);
	--swesite-product-muted: #64748b;
	--swesite-product-border: rgba(148, 163, 184, .18);
	--swesite-product-shadow: 0 22px 64px rgba(15, 23, 42, .08);
	--swesite-product-shadow-strong: 0 32px 90px rgba(15, 23, 42, .12);
	background:
		radial-gradient(circle at 8% 10%, rgba(219, 234, 254, .72), transparent 34rem),
		radial-gradient(circle at 92% 12%, rgba(204, 251, 241, .54), transparent 36rem),
		linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #f8fafc 100%);
	box-sizing: border-box;
	color: var(--swesite-product-text);
	min-height: 100vh;
	overflow-x: clip;
	padding: 28px 12px 84px;
	width: 100%;
}

.swesite-product-page *,
.swesite-product-page *::before,
.swesite-product-page *::after {
	box-sizing: border-box;
}

.swesite-product-top-breadcrumb,
.swesite-product-hero,
.swesite-product-info,
.swesite-product-reviews,
.swesite-product-related,
.swesite-product-bottom-trust,
.swesite-product-shell {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	position: relative;
	width: 100%;
}

.swesite-product-top-breadcrumb {
	align-items: center;
	color: var(--swesite-product-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 760;
	gap: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.swesite-product-top-breadcrumb a {
	color: #334155;
	text-decoration: none;
	transition: color .2s ease;
}

.swesite-product-top-breadcrumb a:hover {
	color: #2563eb;
}

.swesite-product-summary .swesite-product-breadcrumb {
	display: none;
}

.swesite-product-hero {
	align-items: start;
	display: grid;
	gap: clamp(30px, 3vw, 52px);
	grid-template-columns: minmax(0, 1.36fr) minmax(420px, .88fr);
	margin-bottom: clamp(58px, 5vw, 86px);
}

.swesite-product-gallery,
.swesite-product-summary,
.swesite-product-info-grid,
.swesite-product-help-box,
.swesite-product-review-summary,
.swesite-product-review-breakdown,
.swesite-product-review-list,
.swesite-product-review-form,
.swesite-product-related-card,
.swesite-product-related-empty,
.swesite-product-bottom-trust,
.swesite-product-empty {
	background: #fff;
	border: 1px solid var(--swesite-product-border);
	border-radius: 28px;
	box-shadow: var(--swesite-product-shadow);
	float: none;
	min-width: 0;
	position: relative;
}

.swesite-product-gallery {
	display: flex;
	flex-direction: column;
	gap: 18px;
	overflow: hidden;
	padding: clamp(22px, 2vw, 34px);
}

.swesite-product-gallery-main {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: linear-gradient(180deg, #ffffff, #f8fafc);
	border-radius: 24px;
	display: grid;
	justify-items: center;
	min-height: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.swesite-product-gallery-main img,
.swesite-product-gallery-main video,
.swesite-product-gallery .woocommerce-product-gallery__image img,
.swesite-product-media img,
.product-main-image img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain !important;
	object-position: center !important;
	padding: 0;
	transform: none !important;
	width: auto;
}

.swesite-product-image-placeholder {
	display: block;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
	padding: 0;
	width: 100%;
}

.swesite-product-gallery-main video {
	background: #0f172a;
}

.swesite-product-image-tags {
	align-items: flex-start;
	background: rgba(255, 255, 255, .88);
	border: 1px solid rgba(226, 232, 240, .88);
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .12);
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	left: 14px;
	max-width: min(78%, 420px);
	padding: 8px;
	position: absolute;
	top: 14px;
	z-index: 5;
}

.swesite-product-image-tags a,
.swesite-product-image-tags span {
	background: rgba(248, 250, 252, .96);
	border: 1px solid rgba(226, 232, 240, .94);
	border-radius: 999px;
	color: #0f766e;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	padding: 8px 10px;
	text-decoration: none;
	white-space: nowrap;
}

.swesite-product-image-tags a:hover {
	background: #ecfeff;
	color: #0f172a;
}

.swesite-product-gallery-main:hover img {
	transform: none;
}

.swesite-product-gallery-main img {
	transform: none;
	transition: transform .28s ease;
}

.swesite-product-gallery-main video {
	height: 100%;
	width: 100%;
}

.swesite-product-image-placeholder {
	align-items: center;
	background: linear-gradient(135deg, #eff6ff, #ecfeff);
	display: flex;
	justify-content: center;
}

.swesite-product-image-placeholder span,
.swesite-product-related-image span {
	align-items: center;
	background: linear-gradient(135deg, #2563eb, #14b8a6);
	border-radius: 18px;
	color: #fff;
	display: inline-flex;
	font-size: 32px;
	font-weight: 950;
	height: 82px;
	justify-content: center;
	width: 82px;
}

.swesite-product-badge {
	background: rgba(20, 184, 166, .12);
	border-radius: 999px;
	color: #0f766e;
	font-size: 13px;
	font-weight: 900;
	padding: 10px 14px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 3;
}

.swesite-product-gallery-arrow {
	align-items: center;
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 999px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .13);
	color: #0f172a;
	cursor: pointer;
	display: inline-flex;
	font-size: 30px;
	height: 52px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: box-shadow .2s ease, transform .2s ease;
	width: 52px;
	z-index: 4;
}

.swesite-product-gallery-arrow:hover {
	box-shadow: 0 18px 42px rgba(15, 23, 42, .16);
	transform: translateY(-50%) scale(1.04);
}

.swesite-product-gallery-arrow--prev {
	left: 22px;
}

.swesite-product-gallery-arrow--next {
	right: 22px;
}

.swesite-product-thumbs {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	padding: 2px 4px 8px;
	scroll-snap-type: inline mandatory;
	width: 100%;
}

.swesite-product-thumbs button {
	aspect-ratio: 1.38 / 1;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .18);
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
	cursor: pointer;
	flex: 0 0 136px;
	min-width: 136px;
	overflow: hidden;
	padding: 8px;
	position: relative;
	scroll-snap-align: start;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.swesite-product-thumbs button.is-active {
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, .18), 0 16px 34px rgba(37, 99, 235, .12);
}

.swesite-product-thumbs img,
.swesite-product-thumb-placeholder {
	border-radius: 11px;
	height: 100%;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

.swesite-product-thumbs img {
	background: #f8fafc;
}

.swesite-product-thumb-placeholder {
	align-items: center;
	background: linear-gradient(135deg, #2563eb, #14b8a6);
	color: #fff;
	display: flex;
	font-weight: 950;
	justify-content: center;
}

.swesite-product-thumb-play,
.swesite-product-thumb-label {
	background: rgba(15, 23, 42, .78);
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	padding: 5px 8px;
	position: absolute;
}

.swesite-product-thumb-play {
	left: 8px;
	top: 8px;
}

.swesite-product-thumb-label {
	bottom: 8px;
	left: 8px;
}

.swesite-product-gallery-note {
	align-items: center;
	color: #64748b;
	display: flex;
	font-size: 15px;
	font-weight: 800;
	gap: 10px;
	margin-top: 2px;
}

.swesite-product-gallery-note span {
	align-items: center;
	background: rgba(37, 99, 235, .10);
	border-radius: 999px;
	color: #2563eb;
	display: inline-flex;
	flex: 0 0 30px;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.swesite-product-summary {
	align-self: start;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: clamp(26px, 2.3vw, 40px);
}

.swesite-product-kicker {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.swesite-product-kicker a,
.swesite-product-kicker span {
	background: rgba(20, 184, 166, .12);
	border-radius: 999px;
	color: #0f766e;
	font-size: 13px;
	font-weight: 900;
	padding: 9px 12px;
	text-decoration: none;
}

.swesite-product-summary h1 {
	color: #0f172a;
	font-size: clamp(40px, 3.35vw, 64px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
	white-space: normal;
}

.swesite-product-meta-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.swesite-product-rating,
.swesite-product-favorite {
	align-items: center;
	background: transparent;
	border: 0;
	color: #0f172a;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 14px;
	font-weight: 900;
	gap: 7px;
	padding: 0;
	text-decoration: none;
}

.swesite-product-rating .star-rating,
.swesite-product-stars,
.swesite-stars {
	color: #f5b301;
	letter-spacing: 1px;
	text-shadow:
		0 1px 0 #d99500,
		0 2px 4px rgba(0, 0, 0, .18),
		0 0 9px rgba(247, 201, 72, .4);
}

.swesite-product-short-description {
	color: #475569;
	font-size: 16px;
	line-height: 1.58;
	margin: 0;
}

.swesite-product-short-description p {
	margin: 0;
}

.swesite-product-price-box {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .18);
	border-radius: 24px;
	box-shadow: 0 16px 46px rgba(15, 23, 42, .06);
	display: grid;
	gap: 16px;
	padding: clamp(20px, 1.7vw, 28px);
	width: 100%;
}

.swesite-product-buy-label {
	display: none;
}

.swesite-product-price-head {
	align-items: center;
	border-bottom: 1px solid rgba(148, 163, 184, .16);
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}

.swesite-product-price-head span {
	color: #14b8a6;
	font-size: 13px;
	font-weight: 950;
	text-transform: uppercase;
}

.swesite-product-price-head small,
.swesite-product-tax-text {
	color: #64748b;
	font-size: 15px;
}

.swesite-product-price {
	color: #0f172a;
	display: block;
	font-size: clamp(42px, 3.25vw, 64px);
	font-weight: 950;
	line-height: 1;
}

.swesite-product-price-prefix {
	color: #475569;
	font-size: .54em;
	font-weight: 900;
	vertical-align: baseline;
}

.swesite-product-regular-price {
	color: #94a3b8;
	display: block;
	font-size: 19px;
	font-weight: 900;
	text-decoration: line-through;
}

.swesite-product-tax-text {
	margin: -4px 0 0;
}

.swesite-product-delivery {
	align-items: center;
	background: linear-gradient(135deg, rgba(20, 184, 166, .14), rgba(37, 99, 235, .08));
	border-radius: 14px;
	color: #0f766e;
	display: flex;
	font-size: 15px;
	justify-content: space-between;
	padding: 16px 18px;
}

.swesite-product-delivery span,
.swesite-product-delivery strong {
	font-weight: 850;
}

.swesite-product-options {
	display: grid;
	gap: 18px;
}

.swesite-product-option-group {
	display: grid;
	gap: 9px;
}

.swesite-product-option-group[data-option-group="quantity_prices"] {
	order: 90;
}

.swesite-product-option-heading h2 {
	color: #0f172a;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
}

.swesite-product-option-heading p {
	color: #64748b;
	font-size: 13px;
	line-height: 1.45;
	margin: 4px 0 0;
}

.swesite-product-select,
.swesite-product-field input,
.swesite-product-upload input,
.swesite-product-measurements input {
	background: #fff;
	border: 1px solid rgba(100, 116, 139, .42);
	border-radius: 12px;
	color: #0f172a;
	font: inherit;
	font-size: 15px;
	font-weight: 760;
	min-height: 52px;
	padding: 0 16px;
	transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
	width: 100%;
}

.swesite-product-select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #0f172a 50%), linear-gradient(135deg, #0f172a 50%, transparent 50%);
	background-position: calc(100% - 22px) 23px, calc(100% - 15px) 23px;
	background-repeat: no-repeat;
	background-size: 7px 7px, 7px 7px;
	cursor: pointer;
	padding-right: 48px;
}

.swesite-product-select:hover,
.swesite-product-field input:hover,
.swesite-product-upload input:hover,
.swesite-product-measurements input:hover {
	border-color: rgba(37, 99, 235, .55);
}

.swesite-product-select:focus,
.swesite-product-field input:focus,
.swesite-product-upload input:focus,
.swesite-product-measurements input:focus {
	border-color: #0284c7;
	box-shadow: 0 0 0 4px rgba(14, 165, 233, .14);
	outline: 0;
}

.swesite-product-variation-fields,
.swesite-product-measurements,
.swesite-product-review-fields {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
}

.swesite-product-variation-field,
.swesite-product-field,
.swesite-product-upload,
.swesite-product-measurements label,
.swesite-product-review-form label {
	color: #334155;
	display: grid;
	font-size: 15px;
	font-weight: 900;
	gap: 8px;
}

.swesite-product-quantity-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
	max-height: 250px;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding-right: 6px;
	scrollbar-color: rgba(37, 99, 235, .45) rgba(226, 232, 240, .75);
	scrollbar-width: thin;
}

.swesite-product-quantity-grid::-webkit-scrollbar {
	width: 8px;
}

.swesite-product-quantity-grid::-webkit-scrollbar-track {
	background: rgba(226, 232, 240, .75);
	border-radius: 999px;
}

.swesite-product-quantity-grid::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #38bdf8, #2563eb);
	border-radius: 999px;
}

.swesite-product-choice-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.swesite-product-choice-card {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 14px;
	color: #0f172a;
	cursor: pointer;
	display: grid;
	gap: 5px;
	padding: 14px;
	text-align: left;
}

.swesite-product-choice-card:has(input:checked) {
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, .14);
}

.swesite-product-choice-card input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.swesite-product-choice-card span {
	font-weight: 900;
}

.swesite-product-choice-card small,
.swesite-product-upload small,
.swesite-product-measure-result {
	color: #64748b;
	font-size: 13px;
	line-height: 1.4;
}

.swesite-product-choice-card strong {
	color: #2563eb;
}

.swesite-product-quantity-card {
	align-items: center;
	background: rgba(255, 255, 255, .98);
	border: 1px solid rgba(100, 116, 139, .34);
	border-radius: 11px;
	color: #0f172a;
	cursor: pointer;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(120px, .64fr) minmax(170px, 1fr) minmax(110px, auto);
	min-height: 56px;
	padding: 12px 16px;
	text-align: left;
	transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
	width: 100%;
}

.swesite-product-quantity-card:hover {
	border-color: rgba(37, 99, 235, .45);
	box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
	transform: translateY(-1px);
}

.swesite-product-quantity-card.is-selected {
	background: #e8f6ff;
	border-color: #0284c7;
	box-shadow: 0 0 0 1px #0284c7, 0 14px 34px rgba(2, 132, 199, .12);
}

.swesite-product-quantity-amount {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.swesite-product-quantity-amount strong {
	color: #0f172a;
	font-size: 18px;
	font-weight: 850;
	line-height: 1;
}

.swesite-product-badge-recommended {
	align-items: center;
	background: rgba(14, 165, 233, .10);
	border: 1px solid rgba(14, 165, 233, .42);
	border-radius: 999px;
	color: #075985;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	padding: 4px 8px;
	white-space: nowrap;
}

.swesite-product-quantity-price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	min-width: 0;
}

.swesite-product-quantity-price strong {
	color: #0f172a;
	font-size: 17px;
	font-weight: 850;
	line-height: 1.1;
}

.swesite-product-quantity-unit-price {
	color: #334155;
	font-size: 12px;
	font-weight: 760;
	line-height: 1.2;
	white-space: nowrap;
}

.swesite-product-quantity-discount {
	color: #1e293b;
	font-size: 13px;
	font-weight: 760;
	justify-self: end;
	line-height: 1.2;
	text-align: right;
	white-space: nowrap;
}

.swesite-product-actions {
	display: grid;
	gap: 12px;
}

.swesite-product-primary,
.swesite-product-secondary,
.swesite-product-quote-link {
	align-items: center;
	border-radius: 12px;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 16px;
	font-weight: 950;
	justify-content: center;
	min-height: 56px;
	padding: 0 18px;
	text-align: center;
	text-decoration: none;
	transition: box-shadow .2s ease, transform .2s ease;
	width: 100%;
}

.swesite-product-primary {
	background: linear-gradient(135deg, #14b8a6, #2563eb);
	border: 0;
	box-shadow: 0 18px 38px rgba(37, 99, 235, .22);
	color: #fff;
}

.swesite-product-primary:hover {
	box-shadow: 0 22px 46px rgba(37, 99, 235, .26);
	transform: translateY(-1px);
}

.swesite-product-secondary,
.swesite-product-quote-link {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .24);
	color: #0f172a;
}

.swesite-product-demo-box {
	align-items: flex-start;
	background: linear-gradient(180deg, #fff, #f8fbff);
	border: 1px solid rgba(148, 163, 184, .24);
	border-radius: 16px;
	box-shadow: 0 14px 30px rgba(15, 23, 42, .06);
	display: grid;
	gap: 12px;
	grid-template-columns: 42px 1fr auto;
	padding: 16px;
}

.swesite-product-demo-box.is-demo-link {
	grid-template-columns: 42px 1fr;
}

.swesite-product-demo-icon {
	align-items: center;
	background: rgba(37, 99, 235, .10);
	border-radius: 12px;
	color: #2563eb;
	display: flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.swesite-product-demo-icon svg {
	fill: none;
	height: 23px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	width: 23px;
}

.swesite-product-demo-box strong,
.swesite-product-demo-box p {
	display: block;
	margin: 0;
}

.swesite-product-demo-box strong {
	color: #0f172a;
	font-size: 15px;
	font-weight: 950;
	line-height: 1.25;
}

.swesite-product-demo-box p {
	color: #64748b;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	margin-top: 4px;
}

.swesite-product-demo-box > span {
	background: #eef6ff;
	border: 1px solid rgba(37, 99, 235, .14);
	border-radius: 999px;
	color: #0757d8;
	font-size: 13px;
	font-weight: 950;
	line-height: 1;
	padding: 9px 11px;
	white-space: nowrap;
}

.swesite-product-customer-upload {
	background: linear-gradient(135deg, rgba(20, 184, 166, .09), rgba(37, 99, 235, .07));
	border: 1px solid rgba(37, 99, 235, .16);
	border-radius: 18px;
	display: grid;
	gap: 14px;
	padding: 16px;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.swesite-product-customer-upload.is-dragover {
	border-color: rgba(37, 99, 235, .55);
	box-shadow: 0 18px 40px rgba(37, 99, 235, .12);
}

.swesite-product-customer-upload-head {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	justify-content: space-between;
}

.swesite-product-customer-upload-head strong {
	color: #0f172a;
	display: block;
	font-size: 16px;
	font-weight: 950;
	line-height: 1.2;
}

.swesite-product-customer-upload-head p {
	color: #64748b;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	margin: 5px 0 0;
}

.swesite-product-customer-upload-head > span {
	background: #fff;
	border: 1px solid rgba(37, 99, 235, .16);
	border-radius: 999px;
	color: #0757d8;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 950;
	line-height: 1;
	padding: 8px 10px;
}

.swesite-product-upload-dropzone {
	align-items: center;
	background: rgba(255, 255, 255, .78);
	border: 1px dashed rgba(37, 99, 235, .38);
	border-radius: 16px;
	color: #0f172a;
	cursor: pointer;
	display: grid;
	gap: 6px;
	justify-items: center;
	min-height: 150px;
	padding: 20px;
	text-align: center;
}

.swesite-product-upload-dropzone input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.swesite-product-upload-icon {
	align-items: center;
	background: linear-gradient(135deg, #14b8a6, #2563eb);
	border-radius: 16px;
	box-shadow: 0 12px 24px rgba(37, 99, 235, .18);
	color: #fff;
	display: inline-flex;
	font-size: 25px;
	font-weight: 950;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.swesite-product-upload-dropzone strong {
	font-size: 15px;
	font-weight: 950;
}

.swesite-product-upload-dropzone small {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
}

.swesite-product-upload-list {
	display: grid;
	gap: 10px;
}

.swesite-product-upload-item {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 14px;
	display: grid;
	gap: 12px;
	grid-template-columns: 46px minmax(0, 1fr) auto;
	padding: 10px;
}

.swesite-product-upload-item img,
.swesite-product-upload-item > span {
	align-items: center;
	aspect-ratio: 1;
	background: #eef6ff;
	border-radius: 10px;
	color: #2563eb;
	display: flex;
	font-size: 11px;
	font-weight: 950;
	justify-content: center;
	object-fit: cover;
	width: 46px;
}

.swesite-product-upload-item strong,
.swesite-product-upload-item small {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swesite-product-upload-item strong {
	color: #0f172a;
	font-size: 13px;
	font-weight: 950;
}

.swesite-product-upload-item small {
	color: #64748b;
	font-size: 12px;
	font-weight: 750;
	margin-top: 2px;
}

.swesite-product-upload-item button {
	background: #fff;
	border: 1px solid rgba(239, 68, 68, .24);
	border-radius: 999px;
	color: #b91c1c;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 900;
	padding: 8px 10px;
}

.swesite-product-upload-message {
	background: rgba(37, 99, 235, .10);
	border: 1px solid rgba(37, 99, 235, .18);
	border-radius: 12px;
	color: #1d4ed8;
	font-size: 13px;
	font-weight: 850;
	padding: 11px 12px;
}

.swesite-product-upload-message.is-error {
	background: rgba(239, 68, 68, .10);
	border-color: rgba(239, 68, 68, .22);
	color: #b91c1c;
}

.swesite-uploaded-order-files {
	background: #f8fbff;
	border: 1px solid rgba(37, 99, 235, .14);
	border-radius: 12px;
	margin-top: 10px;
	padding: 10px;
}

.swesite-uploaded-order-files > strong {
	display: block;
	margin-bottom: 8px;
}

.swesite-uploaded-order-files__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.swesite-uploaded-order-file {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 12px;
	color: #0f172a;
	display: grid;
	gap: 6px;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	min-width: min(100%, 260px);
	padding: 8px;
	text-decoration: none;
}

.swesite-uploaded-order-file img,
.swesite-uploaded-order-file > span {
	align-items: center;
	background: #eef6ff;
	border-radius: 9px;
	color: #2563eb;
	display: flex;
	font-size: 11px;
	font-weight: 950;
	height: 42px;
	justify-content: center;
	object-fit: cover;
	width: 42px;
}

.swesite-uploaded-order-file small {
	font-weight: 850;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swesite-uploaded-order-file em {
	color: #2563eb;
	font-size: 12px;
	font-style: normal;
	font-weight: 950;
}

.swesite-product-secondary[disabled],
.swesite-product-primary[disabled] {
	cursor: wait;
	opacity: .68;
}

.swesite-product-notice {
	background: rgba(20, 184, 166, .10);
	border: 1px solid rgba(20, 184, 166, .18);
	border-radius: 14px;
	color: #0f766e;
	font-weight: 800;
	padding: 14px;
}

.swesite-product-notice.is-error {
	background: rgba(239, 68, 68, .10);
	border-color: rgba(239, 68, 68, .22);
	color: #b91c1c;
}

.swesite-product-notice-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

.swesite-product-notice-button,
.swesite-product-notice-link {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 999px;
	color: #0f172a;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 900;
	padding: 9px 13px;
	text-decoration: none;
}

@media (max-width: 520px) {
	.swesite-product-customer-upload-head,
	.swesite-product-upload-item,
	.swesite-uploaded-order-file {
		grid-template-columns: 1fr;
	}

	.swesite-product-customer-upload-head {
		display: grid;
	}

	.swesite-product-customer-upload-head > span {
		width: max-content;
	}

	.swesite-product-upload-item {
		justify-items: start;
	}

	.swesite-product-demo-box {
		grid-template-columns: 38px 1fr;
	}

	.swesite-product-demo-box > span {
		grid-column: 1 / -1;
		justify-self: start;
	}
}

.swesite-product-info,
.swesite-product-reviews,
.swesite-product-related,
.swesite-product-bottom-trust {
	margin-top: clamp(58px, 5vw, 84px);
}

.swesite-product-section-head {
	align-items: center;
	display: flex;
	gap: 14px;
	margin: 0 0 22px;
}

.swesite-product-section-icon {
	align-items: center;
	background: #ccfbf1;
	border: 1px solid rgba(20, 184, 166, .34);
	border-radius: 14px;
	color: #2563eb;
	display: inline-flex;
	flex: 0 0 auto;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.swesite-product-section-icon svg,
.swesite-product-info-row-icon svg {
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 20px;
}

.swesite-product-section-head h2 {
	color: #0f172a;
	font-size: clamp(26px, 2.2vw, 36px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
}

.swesite-product-info-grid {
	border-radius: 18px;
	display: block;
	overflow: hidden;
}

.swesite-product-info-card {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.swesite-product-info-card + .swesite-product-info-card {
	border-top: 1px solid rgba(148, 163, 184, .16);
}

.swesite-product-info-card summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	gap: 14px;
	grid-template-columns: 32px 1fr auto;
	list-style: none;
	min-height: 62px;
	padding: 16px 22px;
	transition: background .2s ease;
}

.swesite-product-info-card[open] summary,
.swesite-product-info-card summary:hover {
	background: #fbfdff;
}

.swesite-product-info-card summary::-webkit-details-marker {
	display: none;
}

.swesite-product-info-row-icon {
	align-items: center;
	color: #2563eb;
	display: inline-flex;
	justify-content: center;
}

.swesite-product-info-card summary strong {
	color: #0f172a;
	font-size: 14px;
	font-weight: 950;
}

.swesite-product-info-card summary em {
	color: #64748b;
	font-style: normal;
	font-size: 18px;
	line-height: 1;
	transition: transform .2s ease;
}

.swesite-product-info-card[open] summary em {
	transform: rotate(180deg);
}

.swesite-product-info-panel {
	color: #475569;
	line-height: 1.65;
	padding: 0 24px 24px 68px;
}

.swesite-product-info-text p,
.swesite-product-info-empty {
	margin: 0 0 10px;
}

.swesite-product-info-text p:last-child,
.swesite-product-info-empty:last-child {
	margin-bottom: 0;
}

.swesite-product-info-content {
	align-items: start;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 280px);
}

.swesite-product-info-image {
	margin: 0;
}

.swesite-product-info-image img {
	aspect-ratio: 4 / 3;
	border-radius: 16px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.swesite-product-info-empty {
	color: #94a3b8;
	font-weight: 750;
}

.swesite-product-info-faq-list {
	display: grid;
	gap: 12px;
}

.swesite-product-info-faq-item {
	background: #f8fafc;
	border: 1px solid rgba(148, 163, 184, .18);
	border-radius: 14px;
	padding: 14px 16px;
}

.swesite-product-info-faq-item h3 {
	color: #0f172a;
	font-size: 15px;
	margin: 0 0 7px;
}

.swesite-product-info-faq-item p {
	margin: 0;
}

.swesite-product-help-box {
	align-self: stretch;
	background: linear-gradient(135deg, rgba(37, 99, 235, .08), rgba(20, 184, 166, .10));
	border-color: rgba(37, 99, 235, .16);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 240px;
	padding: clamp(24px, 2vw, 36px);
}

.swesite-product-help-box > span {
	align-items: center;
	background: rgba(37, 99, 235, .11);
	border-radius: 999px;
	color: #2563eb;
	display: inline-flex;
	font-size: 26px;
	height: 64px;
	justify-content: center;
	width: 64px;
}

.swesite-product-help-box h3 {
	color: #0f172a;
	font-size: 22px;
	margin: 22px 0 10px;
}

.swesite-product-help-box p {
	color: #64748b;
	line-height: 1.58;
	margin: 0;
}

.swesite-product-help-box a {
	align-items: center;
	align-self: flex-start;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 12px;
	color: #2563eb;
	display: inline-flex;
	font-weight: 950;
	margin-top: 18px;
	min-height: 46px;
	padding: 0 18px;
	text-decoration: none;
}

.swesite-product-review-layout {
	align-items: stretch;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(180px, .72fr) minmax(240px, 1fr) minmax(260px, 1.15fr) minmax(330px, 1.25fr);
}

.swesite-product-review-summary,
.swesite-product-review-breakdown,
.swesite-product-review-list,
.swesite-product-review-form {
	min-height: 232px;
	padding: 24px;
}

.swesite-product-review-summary {
	align-items: center;
	display: grid;
	justify-items: center;
	text-align: center;
}

.swesite-product-review-summary strong {
	color: #0f172a;
	font-size: 58px;
	font-weight: 500;
	line-height: 1;
}

.swesite-product-review-summary small {
	color: #64748b;
	display: block;
	font-weight: 900;
}

.swesite-product-review-summary span {
	color: #475569;
	line-height: 1.45;
}

.swesite-product-review-breakdown {
	display: grid;
	gap: 12px;
}

.swesite-product-review-breakdown div {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 78px 1fr 40px;
}

.swesite-product-review-breakdown span,
.swesite-product-review-breakdown strong {
	color: #64748b;
	font-size: 13px;
	font-weight: 900;
}

.swesite-product-review-breakdown em {
	background: #e5e7eb;
	border-radius: 999px;
	display: block;
	height: 10px;
	overflow: hidden;
}

.swesite-product-review-breakdown i {
	background: linear-gradient(135deg, #14b8a6, #2563eb);
	display: block;
	height: 100%;
}

.swesite-product-review-list {
	display: flex;
	flex-direction: column;
}

.swesite-product-empty {
	align-items: center;
	box-shadow: none;
	display: grid;
	flex: 1;
	justify-items: center;
	min-height: 100%;
	padding: 24px;
	text-align: center;
}

.swesite-product-empty > span {
	align-items: center;
	background: linear-gradient(135deg, #93c5fd, #67e8f9);
	border-radius: 18px;
	color: #fff;
	display: inline-flex;
	font-size: 34px;
	height: 76px;
	justify-content: center;
	margin-bottom: 14px;
	width: 76px;
}

.swesite-product-empty p {
	color: #475569;
	line-height: 1.5;
	margin: 0;
}

.swesite-product-review-card {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .18);
	border-radius: 18px;
	padding: 18px;
}

.swesite-product-review-card header {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.swesite-product-review-form {
	display: grid;
	gap: 12px;
}

.swesite-product-review-form h3 {
	color: #0f172a;
	font-size: 18px;
	margin: 0;
}

.swesite-product-rating-input {
	display: flex;
	gap: 8px;
}

.swesite-product-rating-input button {
	background: transparent;
	border: 0;
	color: #cbd5e1;
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
	padding: 0;
}

.swesite-product-rating-input button.is-active,
.swesite-product-rating-input button:hover {
	color: #f5b301;
	text-shadow:
		0 1px 0 #d99500,
		0 2px 4px rgba(0, 0, 0, .18),
		0 0 9px rgba(247, 201, 72, .4);
}

.swesite-product-review-form input,
.swesite-product-review-form textarea {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .24);
	border-radius: 14px;
	color: #0f172a;
	font: inherit;
	padding: 12px 14px;
	width: 100%;
}

.swesite-product-review-form textarea {
	min-height: 126px;
	resize: vertical;
}

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

.swesite-product-related-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: box-shadow .2s ease, transform .2s ease;
}

.swesite-product-related-card:hover {
	box-shadow: var(--swesite-product-shadow-strong);
	transform: translateY(-3px);
}

.swesite-product-related-image {
	align-items: center;
	aspect-ratio: 16 / 11;
	background: linear-gradient(135deg, #eff6ff, #ecfeff);
	display: flex;
	justify-content: center;
	overflow: hidden;
	text-decoration: none;
}

.swesite-product-related-image img {
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
	width: 100%;
}

.swesite-product-related-card:hover img {
	transform: scale(1.035);
}

.swesite-product-related-card > div {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.swesite-product-related-badge {
	align-self: flex-start;
	background: rgba(37, 99, 235, .10);
	border-radius: 999px;
	color: #2563eb;
	font-size: 12px;
	font-weight: 950;
	margin-bottom: 10px;
	padding: 7px 10px;
}

.swesite-product-related-card h3 {
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
}

.swesite-product-related-card h3 a {
	color: #0f172a;
	text-decoration: none;
}

.swesite-product-related-card p {
	color: #64748b;
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 0 16px;
}

.swesite-product-related-bottom {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: auto;
}

.swesite-product-related-bottom strong {
	color: #0f172a;
	font-size: 16px;
}

.swesite-product-related-bottom a {
	align-items: center;
	background: linear-gradient(135deg, #14b8a6, #2563eb);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	min-height: 38px;
	padding: 0 14px;
	text-decoration: none;
}

.swesite-product-related-empty {
	color: #64748b;
	font-weight: 850;
	padding: 28px;
	text-align: center;
}

.swesite-product-bottom-trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
}

.swesite-product-bottom-trust div {
	min-width: 0;
	padding: 22px 24px;
}

.swesite-product-bottom-trust div + div {
	border-left: 1px solid rgba(148, 163, 184, .16);
}

.swesite-product-bottom-trust strong {
	color: #0f172a;
	display: block;
	font-size: 15px;
}

.swesite-product-bottom-trust span {
	color: #64748b;
	display: block;
	font-size: 13px;
	line-height: 1.35;
	margin-top: 3px;
}

.swesite-product-mobile-bar {
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(148, 163, 184, .2);
	border-radius: 18px 18px 0 0;
	bottom: 0;
	box-shadow: 0 -18px 48px rgba(15, 23, 42, .14);
	display: none;
	gap: 12px;
	left: 12px;
	padding: 12px;
	position: fixed;
	right: 12px;
	z-index: 40;
}

.swesite-product-mobile-bar > div {
	flex: 1;
}

.swesite-product-mobile-bar span {
	color: #64748b;
	display: block;
	font-size: 12px;
	font-weight: 800;
}

.swesite-product-mobile-bar strong {
	color: #0f172a;
	display: block;
	font-size: 18px;
}

@media (max-width: 1180px) {
	.swesite-product-page {
		padding-inline: 24px;
	}

	.swesite-product-hero {
		grid-template-columns: 1fr;
	}

	.swesite-product-gallery-main {
		min-height: 0;
	}

	.swesite-product-review-layout,
	.swesite-product-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.swesite-product-page {
		padding: 18px 14px 72px;
	}

	.swesite-product-top-breadcrumb {
		font-size: 13px;
		margin-top: 2px;
	}

	.swesite-product-hero,
	.swesite-product-review-layout,
	.swesite-product-related-grid,
	.swesite-product-bottom-trust,
	.swesite-product-variation-fields,
	.swesite-product-measurements,
	.swesite-product-review-fields,
	.swesite-product-quantity-grid,
	.swesite-product-choice-grid {
		grid-template-columns: 1fr;
	}

	.swesite-product-gallery,
	.swesite-product-summary,
	.swesite-product-info-grid,
	.swesite-product-help-box,
	.swesite-product-review-summary,
	.swesite-product-review-breakdown,
	.swesite-product-review-list,
	.swesite-product-review-form,
	.swesite-product-related-card,
	.swesite-product-bottom-trust {
		border-radius: 22px;
	}

	.swesite-product-gallery,
	.swesite-product-summary {
		padding: 18px;
	}

	.swesite-product-gallery-main {
		aspect-ratio: 1 / 1;
		min-height: 260px;
	}

	.swesite-product-image-tags {
		border-radius: 14px;
		gap: 5px;
		left: 10px;
		max-width: calc(100% - 20px);
		padding: 6px;
		top: 10px;
	}

	.swesite-product-image-tags a,
	.swesite-product-image-tags span {
		font-size: 11px;
		padding: 7px 8px;
	}

	.swesite-product-badge {
		right: 10px;
		top: 10px;
	}

	.swesite-product-gallery-arrow {
		height: 44px;
		width: 44px;
	}

	.swesite-product-gallery-arrow--prev {
		left: 12px;
	}

	.swesite-product-gallery-arrow--next {
		right: 12px;
	}

	.swesite-product-thumbs button {
		flex-basis: 96px;
		min-width: 96px;
	}

	.swesite-product-summary h1 {
		font-size: clamp(34px, 11vw, 46px);
	}

	.swesite-product-delivery {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.swesite-product-delivery {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.swesite-product-select,
	.swesite-product-field input,
	.swesite-product-upload input,
	.swesite-product-measurements input {
		min-height: 50px;
	}

	.swesite-product-quantity-card {
		gap: 8px 12px;
		grid-template-columns: minmax(70px, .62fr) minmax(120px, 1fr);
		min-height: 66px;
		padding: 12px 13px;
	}

	.swesite-product-quantity-grid {
		max-height: 230px;
	}

	.swesite-product-quantity-discount {
		grid-column: 1 / -1;
		justify-self: start;
		text-align: left;
	}

	.swesite-product-quantity-price {
		justify-content: flex-end;
		text-align: right;
	}

	.swesite-product-quantity-unit-price {
		white-space: normal;
	}

	.swesite-product-info-panel {
		padding-left: 22px;
	}

	.swesite-product-info-content {
		grid-template-columns: 1fr;
	}

	.swesite-product-review-summary,
	.swesite-product-review-breakdown,
	.swesite-product-review-list,
	.swesite-product-review-form,
	.swesite-product-help-box {
		min-height: 0;
	}

	.swesite-product-bottom-trust div + div {
		border-left: 0;
		border-top: 1px solid rgba(148, 163, 184, .16);
	}

	.swesite-product-mobile-bar {
		display: flex;
	}
}

@media (prefers-reduced-motion: reduce) {
	.swesite-product-page *,
	.swesite-product-page *::before,
	.swesite-product-page *::after {
		animation: none !important;
		transition: none !important;
	}
}
