@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400 900;
	font-display: swap;
	src: url('./fonts/inter-latin.woff2') format('woff2');
}

@font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('./fonts/lora-latin.woff2') format('woff2');
}

:root {
	--vsce-blue: #1565a0;
	--vsce-blue-dark: #0f3d5c;
	--vsce-ink: #1f2d3d;
	--vsce-muted: #637786;
	--vsce-line: #dce6ed;
	--vsce-soft: #f4f8fb;
	--vsce-danger: #d9424e;
}

body.wp-theme-astra.woocommerce-shop *,
body.wp-theme-astra.tax-product_cat *,
body.wp-theme-astra.tax-product_tag *,
body.wp-theme-astra.single-product *,
body.wp-theme-astra.woocommerce-checkout *,
body.wp-theme-astra.search-results * {
	box-sizing: border-box;
}

/* Search results: compact, centred and consistent with the shop cards. */
body.wp-theme-astra.search-results .ast-archive-description,
body.wp-theme-astra.search-results .ast-archive-entry-banner {
	display: none !important;
}

body.wp-theme-astra.search-results .site-content > .ast-container {
	display: block;
	width: min(1240px, calc(100% - 32px));
	max-width: 1240px;
	margin-inline: auto;
	padding: clamp(28px, 4vw, 52px) 0 64px;
}

body.wp-theme-astra.search-results #primary,
body.wp-theme-astra.search-results #main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.wp-theme-astra.search-results .vs-search-intro {
	width: min(100%, 680px);
	margin: 0 auto clamp(28px, 4vw, 44px);
	text-align: center;
}

body.wp-theme-astra.search-results .vs-search-intro__eyebrow {
	margin: 0 0 8px;
	color: var(--vsce-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.15em;
}

body.wp-theme-astra.search-results .vs-search-intro__title {
	margin: 0;
	color: var(--vsce-blue-dark);
	font-size: clamp(24px, 3.1vw, 38px);
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.18;
}

body.wp-theme-astra.search-results .vs-search-intro__copy {
	margin: 10px 0 20px;
	color: var(--vsce-muted);
	font-size: 15px;
}

body.wp-theme-astra.search-results .vs-search-page-form {
	position: relative;
	width: min(100%, 580px);
	margin-inline: auto;
}

body.wp-theme-astra.search-results .vs-search-page-form__icon {
	position: absolute;
	top: 50%;
	left: 16px;
	display: inline-flex;
	color: #607d91;
	pointer-events: none;
	transform: translateY(-50%);
}

body.wp-theme-astra.search-results .vs-search-page-form__input {
	display: block;
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 0 50px 0 48px !important;
	border: 1px solid #c8d8e4 !important;
	border-radius: 11px !important;
	background: #fff !important;
	box-shadow: 0 4px 14px rgba(14, 58, 92, 0.06) !important;
	color: var(--vsce-ink) !important;
	font: inherit !important;
	font-size: 15px !important;
	outline: 0 !important;
}

body.wp-theme-astra.search-results .vs-search-page-form__input:focus {
	border-color: var(--vsce-blue) !important;
	box-shadow: 0 0 0 3px rgba(21, 101, 160, 0.13) !important;
}

body.wp-theme-astra.search-results .vs-search-page-form__input::-webkit-search-cancel-button {
	display: none;
}

body.wp-theme-astra.search-results .vs-search-page-form__clear {
	position: absolute;
	top: 6px;
	right: 6px;
	display: inline-flex;
	width: 40px;
	height: 40px;
	min-width: 40px;
	margin: 0;
	padding: 0 !important;
	align-items: center;
	justify-content: center;
	border: 0 !important;
	border-radius: 50% !important;
	background: #edf3f7 !important;
	color: #526e81 !important;
	font: inherit !important;
	font-size: 21px !important;
	line-height: 1 !important;
}

body.wp-theme-astra.search-results .vs-search-page-form__clear[hidden] {
	display: none !important;
}

body.wp-theme-astra.search-results .vs-search-filters {
	display: flex;
	margin-top: 16px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}

body.wp-theme-astra.search-results .vs-search-filter {
	display: inline-flex;
	min-height: 40px !important;
	margin: 0;
	padding: 7px 12px !important;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: 1px solid #cedde7 !important;
	border-radius: 999px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #31546d !important;
	font: inherit !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	cursor: pointer;
}

body.wp-theme-astra.search-results .vs-search-filter span {
	display: inline-flex;
	min-width: 20px;
	height: 20px;
	padding-inline: 5px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #edf3f7;
	color: #526e81;
	font-size: 10px;
	font-weight: 800;
}

body.wp-theme-astra.search-results .vs-search-filter:hover:not(:disabled),
body.wp-theme-astra.search-results .vs-search-filter:focus-visible:not(:disabled) {
	border-color: var(--vsce-blue) !important;
	color: var(--vsce-blue) !important;
}

body.wp-theme-astra.search-results .vs-search-filter.is-active {
	border-color: var(--vsce-blue) !important;
	background: var(--vsce-blue) !important;
	color: #fff !important;
}

body.wp-theme-astra.search-results .vs-search-filter.is-active span {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

body.wp-theme-astra.search-results .vs-search-filter:disabled {
	opacity: 0.48;
	cursor: default;
}

body.wp-theme-astra.search-results .vs-search-filter-summary {
	margin: 10px 0 0;
	color: var(--vsce-muted);
	font-size: 12px;
	font-weight: 600;
}

body.wp-theme-astra.search-results .ast-row {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 24px);
	align-items: stretch;
}

body.wp-theme-astra.search-results .vs-search-card {
	position: relative;
	display: flex;
	min-width: 0;
	height: 100%;
	margin: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #e4ebf0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(20, 55, 78, 0.055);
}

body.wp-theme-astra.search-results .vs-search-card[hidden] {
	display: none !important;
}

body.wp-theme-astra.search-results .vs-search-card__media {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	background: #fff;
}

body.wp-theme-astra.search-results .vs-search-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
	transition: transform 0.24s ease;
}

body.wp-theme-astra.search-results .vs-search-card:hover .vs-search-card__media img {
	transform: scale(1.025);
}

body.wp-theme-astra.search-results .vs-search-card__body {
	display: flex;
	min-width: 0;
	height: 100%;
	padding: 15px 16px 18px;
	flex: 1;
	flex-direction: column;
}

body.wp-theme-astra.search-results .vs-search-card__type {
	display: inline-flex;
	width: max-content;
	min-height: 23px;
	margin-bottom: 8px;
	padding: 5px 8px;
	align-items: center;
	border-radius: 999px;
	background: #eef5f9;
	color: #41657d;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

body.wp-theme-astra.search-results .vs-search-card--product .vs-search-card__type {
	background: #e8f3fa;
	color: var(--vsce-blue);
}

body.wp-theme-astra.search-results .vs-search-card__title {
	margin: 0;
	font: inherit;
	font-size: 17px;
	font-weight: 750;
	line-height: 1.3;
}

body.wp-theme-astra.search-results .vs-search-card__title a {
	color: var(--vsce-blue-dark);
	text-decoration: none;
}

body.wp-theme-astra.search-results .vs-search-card__excerpt {
	display: -webkit-box;
	margin: 11px 0 18px;
	overflow: hidden;
	color: var(--vsce-muted);
	font-size: 13px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

body.wp-theme-astra.search-results .vs-search-card .star-rating {
	margin: 9px 0 8px !important;
	color: #e3a316;
	font-size: 12px;
}

body.wp-theme-astra.search-results .vs-search-card__price {
	display: flex;
	min-height: 48px;
	margin: auto 0 10px;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 2px 8px;
	color: var(--vsce-blue-dark);
	font-size: 20px;
	font-weight: 850;
	line-height: 1.2;
}

body.wp-theme-astra.search-results .vs-search-card__price del {
	width: 100%;
	color: #7e8c96;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	opacity: 1;
	text-decoration-line: line-through;
	text-decoration-thickness: 1px;
}

body.wp-theme-astra.search-results .vs-search-card__price ins {
	color: inherit;
	font: inherit;
	text-decoration: none;
}

body.wp-theme-astra.search-results .vs-search-card__sale {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	display: inline-flex;
	min-width: 46px;
	min-height: 30px;
	padding: 5px 9px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--vsce-danger);
	box-shadow: 0 4px 12px rgba(125, 24, 36, 0.2);
	color: #fff;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
}

body.wp-theme-astra.search-results .vs-search-card__button,
body.wp-theme-astra.search-results .vs-search-card__link {
	display: inline-flex;
	min-height: 43px;
	margin-top: auto;
	padding: 10px 12px !important;
	align-items: center;
	justify-content: center;
	border: 0 !important;
	border-radius: 10px !important;
	background: var(--vsce-blue) !important;
	color: #fff !important;
	font: inherit !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-align: center;
	text-decoration: none !important;
}

/* Blog index: the original simple, text-first editorial layout on Astra. */
body.wp-theme-astra.blog *,
body.wp-theme-astra.vsce-editorial-post * {
	box-sizing: border-box;
}

body.wp-theme-astra.blog .site-content > .ast-container {
	display: block;
	width: min(1120px, calc(100% - 40px));
	max-width: 1120px;
	margin-inline: auto;
	padding: 0 0 72px;
}

body.wp-theme-astra.blog #primary,
body.wp-theme-astra.blog #main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.wp-theme-astra.blog .vs-blog-hero {
	margin: 0 0 28px;
	padding: 48px 0 30px;
	border-bottom: 1px solid #e2e8f0;
}

body.wp-theme-astra.blog .vs-blog-eyebrow {
	margin: 0 0 8px;
	color: var(--vsce-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1.35;
	text-transform: uppercase;
}

body.wp-theme-astra.blog .vs-blog-title {
	margin: 0;
	color: var(--vsce-blue-dark);
	font-family: inherit;
	font-size: clamp(34px, 5vw, 46px);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.12;
}

body.wp-theme-astra.blog .vs-blog-intro {
	max-width: 670px;
	margin: 10px 0 0;
	color: #475569;
	font-size: 16px;
	line-height: 1.65;
}

body.wp-theme-astra.blog .vs-blog-categories {
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
	gap: 9px;
}

body.wp-theme-astra.blog .vs-blog-categories a {
	display: inline-flex;
	min-height: 38px;
	padding: 8px 16px;
	align-items: center;
	border: 1px solid #c9dfef;
	border-radius: 999px;
	background: #f1f8fd;
	color: #17588f;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

body.wp-theme-astra.blog .vs-blog-categories a:hover,
body.wp-theme-astra.blog .vs-blog-categories a:focus-visible {
	border-color: var(--vsce-blue);
	background: var(--vsce-blue);
	color: #fff;
}

body.wp-theme-astra.blog .vs-blog-feed-heading {
	margin: 0 0 20px;
}

body.wp-theme-astra.blog .vs-blog-feed-heading h2 {
	margin: 0;
	color: var(--vsce-blue-dark);
	font-family: inherit;
	font-size: clamp(25px, 3vw, 31px);
	font-weight: 800;
	line-height: 1.15;
}

body.wp-theme-astra.blog .ast-row {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

body.wp-theme-astra.blog .vs-blog-card {
	display: flex;
	min-width: 0;
	min-height: 306px;
	margin: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	transition: border-color 0.2s ease;
}

body.wp-theme-astra.blog .vs-blog-card:hover {
	border-color: #c9dfef;
}

body.wp-theme-astra.blog .vs-blog-card__body {
	display: flex;
	min-width: 0;
	height: 100%;
	padding: 22px;
	flex: 1;
	flex-direction: column;
}

body.wp-theme-astra.blog .vs-blog-card__category {
	margin: 0 0 12px;
	color: var(--vsce-blue);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

body.wp-theme-astra.blog .vs-blog-card__category a {
	color: inherit;
	text-decoration: none;
}

body.wp-theme-astra.blog .vs-blog-card__title {
	margin: 0;
	font: inherit;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -0.015em;
	line-height: 1.28;
}

body.wp-theme-astra.blog .vs-blog-card__title a {
	color: #153b55;
	text-decoration: none;
}

body.wp-theme-astra.blog .vs-blog-card__title a:hover {
	color: var(--vsce-blue);
}

body.wp-theme-astra.blog .vs-blog-card__excerpt {
	margin: 14px 0 22px;
	color: #64748b;
	font-size: 14px;
	line-height: 1.65;
}

body.wp-theme-astra.blog .vs-blog-card__meta {
	display: flex;
	width: 100%;
	margin-top: auto;
	padding-top: 16px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border-top: 1px solid #edf0f3;
}

body.wp-theme-astra.blog .vs-blog-card__meta time {
	color: #94a3b8;
	font-size: 12px;
	font-weight: 600;
}

body.wp-theme-astra.blog .vs-blog-card__link {
	color: var(--vsce-blue);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

body.wp-theme-astra.blog .vs-blog-card__link::after {
	content: " →";
}

body.wp-theme-astra.blog .ast-pagination {
	margin-top: 42px;
	text-align: center;
}

/* Single editorial article; existing legal posts retain Astra's own layout. */
body.wp-theme-astra.vsce-editorial-post .site-content > .ast-container {
	display: block;
	width: min(860px, calc(100% - 40px));
	max-width: 860px;
	margin-inline: auto;
	padding: 48px 0 72px;
}

body.wp-theme-astra.vsce-editorial-post #primary,
body.wp-theme-astra.vsce-editorial-post #main,
body.wp-theme-astra.vsce-editorial-post article.post {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: #fff;
}

body.wp-theme-astra.vsce-editorial-post .entry-header {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #e2e8f0;
}

body.wp-theme-astra.vsce-editorial-post .entry-title {
	margin: 0;
	color: var(--vsce-blue-dark);
	font-family: inherit;
	font-size: clamp(34px, 5.5vw, 52px);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.12;
}

body.wp-theme-astra.vsce-editorial-post .entry-header .entry-meta {
	display: none;
}

body.wp-theme-astra.vsce-editorial-post .vs-article-lead {
	max-width: 760px;
	margin: 12px 0 0;
	color: #475569;
	font-size: 16px;
	line-height: 1.65;
}

body.wp-theme-astra.vsce-editorial-post .vs-article-meta {
	display: flex;
	margin-top: 18px;
	flex-wrap: wrap;
	gap: 10px 24px;
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
}

body.wp-theme-astra.vsce-editorial-post .entry-content {
	width: min(760px, 100%);
	margin-inline: auto;
}

body.wp-theme-astra.vsce-editorial-post .vs-article-content {
	color: #334155;
	font-size: 17px;
	line-height: 1.8;
}

body.wp-theme-astra.vsce-editorial-post .vs-article-content > * {
	margin-block-start: 0;
	margin-block-end: 1.3em;
}

body.wp-theme-astra.vsce-editorial-post .vs-article-content :is(h2, h3) {
	color: var(--vsce-blue-dark);
	font-family: inherit;
	font-weight: 800;
	letter-spacing: -0.02em;
}

body.wp-theme-astra.vsce-editorial-post .vs-article-content h2 {
	margin-top: 2.05em;
	margin-bottom: 0.65em;
	font-size: clamp(27px, 4vw, 34px);
	line-height: 1.2;
}

body.wp-theme-astra.vsce-editorial-post .vs-article-content h3 {
	margin-top: 1.65em;
	margin-bottom: 0.55em;
	font-size: 22px;
	line-height: 1.3;
}

body.wp-theme-astra.vsce-editorial-post .vs-article-content :is(ul, ol) {
	padding-left: 1.3em;
}

body.wp-theme-astra.vsce-editorial-post .vs-article-content li {
	margin-bottom: 0.55em;
}

body.wp-theme-astra.vsce-editorial-post .vs-article-content blockquote {
	margin: 30px 0;
	padding: 20px 24px;
	border-left: 4px solid var(--vsce-blue);
	border-radius: 0 12px 12px 0;
	background: #f1f8fd;
	color: #234a66;
}

body.wp-theme-astra.vsce-editorial-post .vs-article-sources {
	margin-top: 40px;
	padding: 22px 24px;
	border-radius: 14px;
	background: #f7f9fc;
	font-size: 14px;
}

body.wp-theme-astra.vsce-editorial-post .vs-article-notice {
	margin-top: 44px;
	padding: 22px 24px;
	border: 1px solid #c9dfef;
	border-radius: 14px;
	background: #f1f8fd;
}

body.wp-theme-astra.vsce-editorial-post .vs-article-notice h2 {
	margin: 0 0 6px;
	color: #17588f;
	font: inherit;
	font-size: 15px;
	font-weight: 800;
}

body.wp-theme-astra.vsce-editorial-post .vs-article-notice p {
	margin: 0;
	color: #475569;
	font-size: 13px;
	line-height: 1.65;
}

body.wp-theme-astra.vsce-editorial-post .vs-article-footer {
	display: flex;
	margin-top: 28px;
	padding-block: 18px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 24px;
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
	font-size: 13px;
	font-weight: 700;
}

/* Catalogue: one clean archive loop, isolated from the imported Astra header. */
body.wp-theme-astra.woocommerce-shop .site-content {
	background: #fff;
	font-family: 'Poppins', sans-serif;
}

body.wp-theme-astra.woocommerce-shop .site-content > .ast-container,
body.wp-theme-astra.woocommerce-shop #primary {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.wp-theme-astra.woocommerce-shop .elementor-location-archive .elementor-element-839d779,
body.wp-theme-astra.woocommerce-shop .elementor-location-archive .elementor-widget-woocommerce-products {
	display: none !important;
}

body.wp-theme-astra.woocommerce-shop .elementor-location-archive > .elementor-section-wrap > .elementor-section,
body.wp-theme-astra.woocommerce-shop .elementor-location-archive > .elementor-section-wrap > .elementor-section > .elementor-container,
body.wp-theme-astra.woocommerce-shop .elementor-location-archive .elementor-widget-wc-archive-products,
body.wp-theme-astra.woocommerce-shop .elementor-location-archive .elementor-widget-wc-archive-products > .elementor-widget-container {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.wp-theme-astra.woocommerce-shop .elementor-widget-wc-archive-products > .elementor-widget-container > .woocommerce,
body.wp-theme-astra.tax-product_cat .ast-woocommerce-container,
body.wp-theme-astra.tax-product_tag .ast-woocommerce-container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
	padding: clamp(32px, 4vw, 52px) 0 64px !important;
}

.vs-shop-catalog-header {
	display: flex;
	margin: 0 0 28px;
	padding: 0 0 22px;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px 40px;
	border-bottom: 1px solid #dfe7ec;
}

.vs-shop-catalog-header__copy {
	min-width: 0;
}

.vs-shop-catalog-header__eyebrow {
	display: block;
	margin: 0 0 6px;
	color: var(--vsce-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1;
}

.vs-shop-catalog-header__title {
	margin: 0 !important;
	color: var(--vsce-blue-dark) !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: clamp(30px, 3.2vw, 42px) !important;
	font-weight: 750 !important;
	letter-spacing: -0.025em;
	line-height: 1.05 !important;
}

.vs-astra-catalog-search {
	position: relative;
	width: min(100%, 500px);
	margin: 0;
}

.vs-astra-catalog-search__input {
	display: block;
	width: 100%;
	height: 50px !important;
	min-height: 50px !important;
	margin: 0;
	padding: 0 50px 0 48px !important;
	border: 1px solid #cbd8e1 !important;
	border-radius: 10px !important;
	background-color: #fff !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23607d91' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: 16px 50% !important;
	background-size: 20px 20px !important;
	box-shadow: none !important;
	color: #173a55 !important;
	font: inherit !important;
	font-size: 15px !important;
	outline: 0 !important;
}

.vs-astra-catalog-search__input:focus {
	border-color: var(--vsce-blue) !important;
	box-shadow: 0 0 0 3px rgba(21, 101, 160, 0.1) !important;
}

.vs-astra-catalog-search__input::-webkit-search-cancel-button {
	display: none;
}

.vs-astra-catalog-search__clear {
	position: absolute;
	top: 25px;
	right: 9px;
	display: inline-flex;
	width: 34px;
	height: 34px;
	min-width: 34px;
	margin: 0;
	padding: 0 !important;
	align-items: center;
	justify-content: center;
	border: 0 !important;
	border-radius: 50% !important;
	background: #edf3f7 !important;
	color: #526e81 !important;
	font: inherit !important;
	font-size: 21px !important;
	line-height: 1 !important;
	transform: translateY(-50%);
	z-index: 2;
}

.vs-astra-catalog-search__clear[hidden],
.vs-astra-catalog-search__status[hidden],
body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product[hidden] {
	display: none !important;
}

.vs-astra-catalog-search__status {
	position: absolute;
	top: calc(100% + 5px);
	right: 0;
	margin: 0;
	color: var(--vsce-muted);
	font-size: 12px;
}

/* Astra catalogue and related-product cards. */
body.wp-theme-astra.woocommerce-shop .woocommerce ul.products,
body.wp-theme-astra.tax-product_cat .woocommerce ul.products,
body.wp-theme-astra.tax-product_tag .woocommerce ul.products,
body.wp-theme-astra.single-product .related ul.products,
body.wp-theme-astra.single-product .upsells ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(18px, 2.4vw, 28px) !important;
	align-items: stretch;
	grid-auto-rows: auto;
}

@media (min-width: 1200px) {
	body.wp-theme-astra.woocommerce-shop .elementor-widget-wc-archive-products > .elementor-widget-container > .woocommerce {
		width: min(1440px, calc(100% - 48px));
	}

	body.wp-theme-astra.woocommerce-shop .woocommerce ul.products {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
		gap: clamp(16px, 1.5vw, 24px) !important;
	}
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products::before,
body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products::after {
	display: none !important;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product {
	display: flex !important;
	float: none !important;
	width: auto !important;
	min-width: 0;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #e1e9ef;
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 7px 22px rgba(15, 61, 92, 0.075);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
	font-family: 'Poppins', sans-serif !important;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product:hover {
	border-color: #c7d8e4;
	box-shadow: 0 12px 30px rgba(15, 61, 92, 0.13);
	transform: translateY(-3px);
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .astra-shop-thumbnail-wrap {
	position: relative;
	width: 100%;
	margin: 0;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	border: 0;
	border-radius: 0;
	background: #fff;
}

body.wp-theme-astra.woocommerce-shop .woocommerce ul.products > li.product .astra-shop-thumbnail-wrap,
body.wp-theme-astra.tax-product_cat .woocommerce ul.products > li.product .astra-shop-thumbnail-wrap,
body.wp-theme-astra.tax-product_tag .woocommerce ul.products > li.product .astra-shop-thumbnail-wrap {
	aspect-ratio: 5 / 6;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .astra-shop-thumbnail-wrap > a:first-child {
	display: block;
	width: 100%;
	height: 100%;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .astra-shop-thumbnail-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: clamp(10px, 1.3vw, 16px);
	object-fit: contain;
	object-position: center;
	transition: transform .25s ease;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product:hover .astra-shop-thumbnail-wrap img {
	transform: scale(1.01);
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .ast-on-card-button:not(.ast-onsale-card) {
	display: none !important;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .ast-onsale-card,
body.wp-theme-astra.single-product span.onsale,
body.wp-theme-astra.single-product .ast-onsale-card {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	left: auto !important;
	z-index: 4;
	display: inline-flex !important;
	width: auto !important;
	min-width: 46px !important;
	min-height: 30px !important;
	padding: 5px 9px !important;
	align-items: center;
	justify-content: center;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--vsce-danger) !important;
	box-shadow: 0 4px 12px rgba(94, 25, 30, 0.2) !important;
	color: #fff !important;
	font-family: inherit !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .ast-shop-product-out-of-stock {
	position: absolute !important;
	top: 12px !important;
	bottom: auto !important;
	left: 12px !important;
	z-index: 4;
	display: inline-flex !important;
	width: auto !important;
	min-width: 76px;
	min-height: 31px;
	padding: 6px 11px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid #edc9cc;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 5px 14px rgba(72, 30, 34, 0.1);
	color: #a62c36;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product.outofstock .astra-shop-thumbnail-wrap img {
	filter: saturate(0.72);
	opacity: 0.78;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product.outofstock:hover .astra-shop-thumbnail-wrap img {
	filter: saturate(0.8);
	opacity: 0.86;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .astra-shop-summary-wrap {
	display: flex;
	min-width: 0;
	height: auto;
	padding: 16px 17px 0;
	flex-direction: column;
	align-items: stretch;
	text-align: center;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .ast-loop-product__link {
	order: 1;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .ast-woo-product-category {
	display: none !important;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	height: 2.7em;
	min-height: 2.7em;
	max-height: 2.7em;
	margin: 0 !important;
	overflow: hidden;
	color: #123f5d;
	font-family: 'Poppins', sans-serif !important;
	font-size: clamp(17px, 1.55vw, 20px) !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .review-rating {
	display: flex !important;
	width: auto;
	min-height: 21px;
	margin: 4px auto 11px;
	padding: 0;
	align-items: center;
	align-self: center;
	justify-content: center;
	border: 0;
	border-radius: 0;
	background: transparent;
	order: 3;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .star-rating {
	margin: 0;
	color: #d49a2b !important;
	font-size: 13px;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .star-rating::before {
	color: #d3dde4 !important;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .price {
	display: flex !important;
	height: 45px;
	min-height: 45px;
	margin: 0 !important;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 2px;
	color: var(--vsce-ink) !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: clamp(18px, 1.65vw, 21px) !important;
	font-weight: 800 !important;
	line-height: 1.2;
	order: 2;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .price del,
body.wp-theme-astra.single-product p.price del {
	position: relative;
	display: block;
	margin: 0;
	color: #687b88 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.1;
	text-decoration: none !important;
	opacity: 1 !important;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .price del .amount,
body.wp-theme-astra.single-product p.price del .amount {
	position: relative;
	display: inline-block;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .price del .amount::after,
body.wp-theme-astra.single-product p.price del .amount::after {
	position: absolute;
	top: 50%;
	right: -1px;
	left: -1px;
	height: 1px;
	background: currentColor;
	content: "";
	transform: translateY(-50%);
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .price ins,
body.wp-theme-astra.single-product p.price ins {
	display: block;
	color: var(--vsce-ink) !important;
	font-size: inherit !important;
	font-weight: 800 !important;
	line-height: 1.2;
	text-decoration: none !important;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .button,
body.wp-theme-astra ul.products > li.product .button {
	display: inline-flex !important;
	width: 100%;
	height: auto !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 11px 10px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--vsce-blue) !important;
	border-radius: 0 0 16px 16px !important;
	background: var(--vsce-blue) !important;
	color: #fff !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: clamp(11px, 3.2vw, 14px) !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	box-shadow: 0 5px 12px rgba(21, 101, 160, 0.16);
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .woocommerce-loop-product__buttons {
	display: block;
	width: calc(100% + 34px);
	margin: 0 -17px;
	order: 4;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .button:hover,
body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .button:focus-visible {
	border-color: #115688 !important;
	background: #115688 !important;
	box-shadow: 0 7px 16px rgba(21, 101, 160, 0.23);
	transform: translateY(-1px);
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .added_to_cart {
	display: none !important;
}

/* Single-product layout and quantity stepper; gallery media remains untouched. */
body.wp-theme-astra.single-product .elementor-location-single {
	color: var(--vsce-ink);
}

body.wp-theme-astra.single-product .elementor-location-single > .elementor-section-wrap > .elementor-section:first-child,
body.wp-theme-astra.single-product .elementor-location-single > .elementor-section:first-child {
	padding-top: clamp(28px, 5vw, 64px);
	padding-bottom: clamp(28px, 5vw, 64px);
}

body.wp-theme-astra.single-product .product_title {
	margin-bottom: 14px !important;
	color: var(--vsce-blue-dark) !important;
	font-family: inherit !important;
	font-size: clamp(30px, 4vw, 44px) !important;
	font-weight: 800 !important;
	line-height: 1.12 !important;
}

body.wp-theme-astra.single-product .elementor-widget-woocommerce-product-price p.price {
	display: flex;
	margin: 0 0 22px !important;
	align-items: flex-start;
	flex-direction: column;
	gap: 3px;
	color: var(--vsce-ink) !important;
	font-size: clamp(24px, 3vw, 32px) !important;
	font-weight: 800;
}

body.wp-theme-astra.single-product .woocommerce-product-rating {
	display: flex;
	margin: 0 0 14px !important;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

body.wp-theme-astra.single-product .woocommerce-product-rating .star-rating {
	margin: 0 !important;
	color: #e6a700 !important;
	font-size: 15px;
}

body.wp-theme-astra.single-product .woocommerce-product-rating .star-rating::before {
	color: #d3dde4 !important;
}

body.wp-theme-astra.single-product .woocommerce-product-rating .woocommerce-review-link {
	color: #61788a !important;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

body.wp-theme-astra.single-product .woocommerce-product-details__short-description ul {
	display: grid;
	margin: 0 0 16px;
	padding: 0;
	gap: 8px;
	list-style: none;
}

body.wp-theme-astra.single-product .woocommerce-product-details__short-description ul > li {
	position: relative;
	margin: 0;
	padding-left: 27px;
	color: var(--vsce-ink);
	font-size: 15px;
	line-height: 1.45;
}

body.wp-theme-astra.single-product .woocommerce-product-details__short-description ul > li::before {
	position: absolute;
	top: 0.08em;
	left: 0;
	display: inline-flex;
	width: 19px;
	height: 19px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #eaf4fb;
	color: var(--vsce-blue);
	content: "✓";
	font-size: 12px;
	font-weight: 900;
}

body.wp-theme-astra.single-product form.cart {
	display: grid !important;
	grid-template-columns: 144px minmax(0, 1fr);
	width: 100%;
	max-width: 580px;
	margin: 0 !important;
	gap: 12px;
	align-items: stretch;
}

body.wp-theme-astra.single-product form.cart .quantity {
	display: grid !important;
	grid-template-columns: 44px minmax(48px, 1fr) 44px;
	width: 144px !important;
	height: 54px;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid #ccd8e2;
	border-radius: 12px;
	background: #fff;
	grid-column: 1;
	grid-row: 1;
	float: none !important;
}

/* VS Italy package selector for regular (non-bundle) products. */
body.wp-theme-astra.single-product.vsce-package-picker-product .elementor-widget-woocommerce-product-price,
body.wp-theme-astra.single-product.vsce-package-picker-product .awdr-bulk-customizable-table {
	display: none !important;
}

body.wp-theme-astra.single-product .vsce-package-picker {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 580px;
	margin: 4px 0 18px;
	padding: 0;
	border: 0;
	font-family: 'Poppins', sans-serif;
}

body.wp-theme-astra.single-product .vsce-package-picker .qs-label {
	display: block;
	width: 100%;
	margin: 0 0 12px;
	padding: 0;
	color: var(--vsce-blue);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1.3;
	text-transform: uppercase;
}

body.wp-theme-astra.single-product .vsce-package-picker .qs-option {
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	min-height: 78px;
	margin: 0 0 10px;
	padding: 14px 16px;
	align-items: center;
	gap: 14px;
	border: 1.5px solid #d9e5ee;
	border-radius: 12px;
	background: #f0f6fc;
	box-shadow: none;
	color: var(--vsce-ink);
	font: inherit;
	text-align: left;
	cursor: pointer;
	transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

body.wp-theme-astra.single-product .vsce-package-picker .qs-option:hover {
	border-color: #a9c6da;
	background: #ebf4fb;
}

body.wp-theme-astra.single-product .vsce-package-picker .qs-option.selected {
	border-color: var(--vsce-blue);
	background: #e6f1fb;
}

body.wp-theme-astra.single-product .vsce-package-picker .qs-option:focus-visible {
	outline: 2px solid rgba(21, 101, 160, .55);
	outline-offset: 2px;
}

body.wp-theme-astra.single-product .vsce-package-picker .qs-radio {
	display: inline-flex;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	align-items: center;
	justify-content: center;
	border: 2px solid #b5d4f4;
	border-radius: 50%;
	background: #fff;
}

body.wp-theme-astra.single-product .vsce-package-picker .qs-option.selected .qs-radio {
	border-color: var(--vsce-blue);
	background: var(--vsce-blue);
}

body.wp-theme-astra.single-product .vsce-package-picker .qs-radio-dot {
	display: none;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}

body.wp-theme-astra.single-product .vsce-package-picker .qs-option.selected .qs-radio-dot {
	display: block;
}

body.wp-theme-astra.single-product .vsce-package-picker .qs-info {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	gap: 2px;
}

body.wp-theme-astra.single-product .vsce-package-picker .qs-title {
	color: #0c447c;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

body.wp-theme-astra.single-product .vsce-package-picker .qs-saving {
	color: var(--vsce-blue);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

body.wp-theme-astra.single-product .vsce-package-picker .qs-saving.muted {
	color: #5a7a99;
	font-weight: 500;
}

body.wp-theme-astra.single-product .vsce-package-picker .qs-price-block {
	display: flex;
	flex: 0 0 auto;
	align-items: flex-end;
	flex-direction: column;
	text-align: right;
}

body.wp-theme-astra.single-product .vsce-package-picker .qs-total {
	color: #0c447c;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
}

body.wp-theme-astra.single-product .vsce-package-picker .qs-per {
	margin-top: 1px;
	color: #5a7a99;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
}

body.wp-theme-astra.single-product .vsce-package-picker .qs-badge {
	position: absolute;
	top: -11px;
	left: 50%;
	z-index: 2;
	padding: 3px 12px;
	border-radius: 20px;
	background: var(--vsce-blue);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.45;
	text-transform: uppercase;
	white-space: nowrap;
	transform: translateX(-50%);
}

body.wp-theme-astra.single-product.vsce-package-picker-product form.cart {
	grid-template-columns: minmax(0, 1fr);
	gap: 14px;
}

body.wp-theme-astra.single-product.vsce-package-picker-product form.cart .quantity {
	display: none !important;
}

body.wp-theme-astra.single-product.vsce-package-picker-product form.cart .vsce-package-picker,
body.wp-theme-astra.single-product.vsce-package-picker-product form.cart .single_add_to_cart_button {
	width: 100% !important;
	grid-column: 1;
}

body.wp-theme-astra.single-product.vsce-package-picker-product form.cart .vsce-package-picker {
	grid-row: 1;
}

body.wp-theme-astra.single-product.vsce-package-picker-product form.cart .single_add_to_cart_button {
	grid-row: 2;
}

body.wp-theme-astra.single-product form.cart .quantity input.qty {
	display: block !important;
	order: 2;
	width: 100% !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 4px !important;
	border: 0 !important;
	border-right: 1px solid #e1e8ee !important;
	border-left: 1px solid #e1e8ee !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--vsce-ink) !important;
	font-size: 16px !important;
	font-weight: 750 !important;
	text-align: center;
	appearance: textfield;
}

body.wp-theme-astra.single-product form.cart .quantity input.qty::-webkit-inner-spin-button,
body.wp-theme-astra.single-product form.cart .quantity input.qty::-webkit-outer-spin-button {
	margin: 0;
	appearance: none;
}

body.wp-theme-astra.single-product form.cart .vs-product-quantity__button {
	display: inline-flex !important;
	width: 44px !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center;
	justify-content: center;
	border: 0 !important;
	border-radius: 0 !important;
	background: #f1f6fa !important;
	box-shadow: none !important;
	color: var(--vsce-blue) !important;
	font: inherit !important;
	font-size: 21px !important;
	font-weight: 750 !important;
	line-height: 1 !important;
}

body.wp-theme-astra.single-product form.cart .vs-product-quantity__button--decrease {
	order: 1;
}

body.wp-theme-astra.single-product form.cart .vs-product-quantity__button--increase {
	order: 3;
}

body.wp-theme-astra.single-product form.cart .vs-product-quantity__button:disabled {
	color: #9babb8 !important;
	opacity: 0.7;
}

body.wp-theme-astra.single-product form.cart .single_add_to_cart_button {
	display: inline-flex !important;
	width: 100% !important;
	min-height: 54px;
	margin: 0 !important;
	padding: 12px 20px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--vsce-blue) !important;
	border-radius: 12px !important;
	background: var(--vsce-blue) !important;
	color: #fff !important;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	grid-column: 2;
	grid-row: 1;
	float: none !important;
}

body.wp-theme-astra.single-product .vsce-product-trust-strip {
	display: grid;
	width: 100%;
	margin-top: 18px;
	padding-top: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	border-top: 1px solid #d9e5ed;
}

body.wp-theme-astra.single-product .vsce-product-trust-strip__item {
	display: flex;
	min-width: 0;
	min-height: 72px;
	padding: 9px 6px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 7px;
	border: 1px solid #cfe0ec;
	border-radius: 11px;
	background: #eef6fb;
	color: #234a65;
	text-align: center;
}

body.wp-theme-astra.single-product .vsce-product-trust-strip__item i {
	display: inline-flex;
	width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--vsce-blue-dark);
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
}

body.wp-theme-astra.single-product .vsce-product-trust-strip__item strong {
	font-size: 10.5px;
	font-weight: 700;
	line-height: 1.28;
}

/* Recently viewed products share the catalogue rhythm. */
body.wp-theme-astra.single-product .vs-recently-viewed {
	width: min(1180px, calc(100% - 32px));
	margin: 44px auto;
}

body.wp-theme-astra.single-product .vs-recently-viewed__title {
	margin: 0 0 22px;
	color: var(--vsce-blue-dark);
	font-family: inherit;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 800;
}

body.wp-theme-astra.single-product .vs-recently-viewed__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 24px);
}

body.wp-theme-astra.single-product .vs-recently-viewed__card {
	position: relative;
	display: flex;
	min-width: 0;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid #e4ebf0;
	border-radius: 16px;
	background: #fff;
}

body.wp-theme-astra.single-product .vs-recently-viewed__image,
body.wp-theme-astra.single-product .vs-recently-viewed__image img {
	display: block;
	width: 100%;
	height: auto;
}

body.wp-theme-astra.single-product .vs-recently-viewed__body {
	display: flex;
	height: 100%;
	padding: 14px 16px 18px;
	flex-direction: column;
	text-align: center;
}

body.wp-theme-astra.single-product .vs-recently-viewed__name {
	min-height: 2.7em;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 750;
	line-height: 1.35;
}

body.wp-theme-astra.single-product .vs-recently-viewed__name a {
	color: #1a5d8c;
	text-decoration: none;
}

body.wp-theme-astra.single-product .vs-recently-viewed__price {
	min-height: 46px;
	margin-bottom: 12px;
	color: var(--vsce-ink);
	font-size: 19px;
	font-weight: 800;
}

body.wp-theme-astra.single-product .vs-recently-viewed .btn-add {
	display: inline-flex;
	width: 100%;
	min-height: 44px;
	margin-top: auto;
	padding: 10px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: var(--vsce-blue);
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

/* Astra wrapper compatibility for the existing checkout layout. */
body.wp-theme-astra.woocommerce-checkout .site-content > .ast-container {
	display: block;
	width: min(1240px, 100%);
	max-width: 1240px;
	margin-inline: auto;
	padding: clamp(24px, 4vw, 48px) 24px 80px;
}

body.wp-theme-astra.woocommerce-checkout.vsce-checkout-layout .vsce-checkout-main,
body.wp-theme-astra.woocommerce-checkout.vsce-checkout-layout .vsce-checkout-page {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.wp-theme-astra.woocommerce-checkout.vsce-checkout-layout .elementor-widget-woocommerce-menu-cart,
body.wp-theme-astra.woocommerce-checkout.vsce-checkout-layout .vsce-floating-cart,
body.wp-theme-astra.woocommerce-checkout.vsce-checkout-layout #colophon,
body.wp-theme-astra.woocommerce-checkout.vsce-checkout-layout footer[data-elementor-type="footer"] {
	display: none !important;
}

body.wp-theme-astra.woocommerce-checkout #primary,
body.wp-theme-astra.woocommerce-checkout .entry-content,
body.wp-theme-astra.woocommerce-checkout .elementor-widget-container > .woocommerce {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.wp-theme-astra.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.wp-theme-astra.woocommerce-checkout form.checkout_coupon,
body.wp-theme-astra.woocommerce-checkout form.checkout_coupon_custom,
body.wp-theme-astra.woocommerce-checkout .woocommerce > div:has(> form.checkout_coupon_custom),
body.wp-theme-astra.woocommerce-checkout .woocommerce-privacy-policy-text,
body.wp-theme-astra.woocommerce-checkout .woocommerce-shipping-fields {
	display: none !important;
}

body.wp-theme-astra.woocommerce-checkout form.checkout > .e-checkout__container,
body.wp-theme-astra.woocommerce-checkout form.checkout > .e-checkout__container > .e-checkout__column,
body.wp-theme-astra.woocommerce-checkout .e-checkout__column-inner,
body.wp-theme-astra.woocommerce-checkout .e-checkout__order_review,
body.wp-theme-astra.woocommerce-checkout .e-checkout__order_review-2 {
	display: contents !important;
}

body.wp-theme-astra :is(a, button, input, select, textarea):focus-visible {
	outline: 2px solid rgba(21, 101, 160, 0.7);
	outline-offset: 2px;
}

@media (max-width: 921px) {
	body.wp-theme-astra.blog .ast-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.wp-theme-astra.search-results .ast-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.wp-theme-astra.tax-product_cat .woocommerce ul.products,
	body.wp-theme-astra.tax-product_tag .woocommerce ul.products,
	body.wp-theme-astra.single-product .related ul.products,
	body.wp-theme-astra.single-product .upsells ul.products,
	body.wp-theme-astra.single-product .vs-recently-viewed__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.wp-theme-astra.woocommerce-shop .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.wp-theme-astra.single-product form.cart {
		max-width: none;
	}
}

@media (max-width: 599px) {
	body.wp-theme-astra.blog .site-content > .ast-container,
	body.wp-theme-astra.vsce-editorial-post .site-content > .ast-container {
		width: min(100% - 28px, 1120px);
	}

	body.wp-theme-astra.blog .site-content > .ast-container {
		padding-bottom: 52px;
	}

	body.wp-theme-astra.blog .vs-blog-hero {
		margin-bottom: 22px;
		padding: 30px 0 22px;
	}

	body.wp-theme-astra.blog .vs-blog-title,
	body.wp-theme-astra.vsce-editorial-post .entry-title {
		font-size: clamp(30px, 10vw, 43px);
	}

	body.wp-theme-astra.blog .vs-blog-intro,
	body.wp-theme-astra.vsce-editorial-post .vs-article-lead {
		font-size: 15px;
	}

	body.wp-theme-astra.blog .vs-blog-categories a {
		min-height: 35px;
		padding-inline: 13px;
		font-size: 12px;
	}

	body.wp-theme-astra.blog .ast-row {
		grid-template-columns: minmax(0, 1fr);
	}

	body.wp-theme-astra.blog .vs-blog-card {
		min-height: 0;
	}

	body.wp-theme-astra.blog .vs-blog-card__body {
		padding: 20px;
	}

	body.wp-theme-astra.vsce-editorial-post .site-content > .ast-container {
		padding: 30px 0 58px;
	}

	body.wp-theme-astra.vsce-editorial-post .entry-header {
		padding-bottom: 22px;
	}

	body.wp-theme-astra.vsce-editorial-post .vs-article-content {
		font-size: 16px;
		line-height: 1.75;
	}

	body.wp-theme-astra.vsce-editorial-post .vs-article-content h2 {
		font-size: 27px;
	}

	body.wp-theme-astra.search-results .site-content > .ast-container {
		width: min(100% - 20px, 1240px);
		padding: 22px 0 48px;
	}

	body.wp-theme-astra.search-results .vs-search-intro {
		margin-bottom: 24px;
	}

	body.wp-theme-astra.search-results .vs-search-intro__title {
		font-size: 22px;
	}

	body.wp-theme-astra.search-results .vs-search-intro__copy {
		margin: 8px 0 16px;
		font-size: 13px;
	}

	body.wp-theme-astra.search-results .vs-search-filters {
		margin-top: 13px;
		gap: 7px;
	}

	body.wp-theme-astra.search-results .vs-search-filter {
		min-height: 40px;
		padding: 8px 11px !important;
		font-size: 11px !important;
	}

	body.wp-theme-astra.search-results .ast-row {
		gap: 12px;
	}

	body.wp-theme-astra.search-results .vs-search-card {
		border-radius: 13px;
	}

	body.wp-theme-astra.search-results .vs-search-card__body {
		padding: 11px 10px 12px;
	}

	body.wp-theme-astra.search-results .vs-search-card__title {
		font-size: 14px;
	}

	body.wp-theme-astra.search-results .vs-search-card__excerpt {
		font-size: 12px;
		-webkit-line-clamp: 3;
	}

	body.wp-theme-astra.search-results .vs-search-card__price {
		min-height: 44px;
		font-size: 18px;
	}

	body.wp-theme-astra.search-results .vs-search-card__button,
	body.wp-theme-astra.search-results .vs-search-card__link {
		min-height: 42px;
		padding-inline: 6px !important;
		font-size: 11.5px !important;
	}

	body.wp-theme-astra.woocommerce-shop .ast-woocommerce-container,
	body.wp-theme-astra.woocommerce-shop .elementor-widget-wc-archive-products > .elementor-widget-container > .woocommerce,
	body.wp-theme-astra.tax-product_cat .ast-woocommerce-container,
	body.wp-theme-astra.tax-product_tag .ast-woocommerce-container {
		width: min(100% - 32px, 1100px);
		padding-top: 22px !important;
	}

	body.wp-theme-astra.woocommerce-shop .vs-shop-catalog-header {
		margin-bottom: 24px;
		padding-bottom: 20px;
		align-items: stretch;
		flex-direction: column;
		gap: 16px;
	}

	body.wp-theme-astra.woocommerce-shop .vs-shop-catalog-header__title {
		font-size: 30px !important;
	}

	body.wp-theme-astra.woocommerce-shop .vs-astra-catalog-search {
		width: 100%;
	}

	body.wp-theme-astra.woocommerce-shop .woocommerce ul.products,
	body.wp-theme-astra.tax-product_cat .woocommerce ul.products,
	body.wp-theme-astra.tax-product_tag .woocommerce ul.products,
	body.wp-theme-astra.single-product .related ul.products,
	body.wp-theme-astra.single-product .upsells ul.products,
	body.wp-theme-astra.single-product .vs-recently-viewed__grid {
		gap: 12px !important;
	}

	body.wp-theme-astra.woocommerce-shop .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 14px 10px !important;
	}

	body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product {
		padding: 0 !important;
		border-radius: 13px;
		box-shadow: 0 5px 15px rgba(15, 61, 92, 0.07);
	}

	body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .astra-shop-summary-wrap {
		padding: 12px 10px 0;
	}

	body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .woocommerce-loop-product__title {
		font-size: clamp(14px, 4vw, 16px) !important;
	}

	body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .review-rating {
		min-height: 19px;
		margin: 3px auto 9px;
		padding: 0;
	}

	body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .star-rating {
		font-size: 11.5px;
	}

	body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .price {
		height: 43px;
		min-height: 43px;
		margin-bottom: 0 !important;
		font-size: clamp(15px, 4.6vw, 18px) !important;
	}

	body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .woocommerce-loop-product__buttons {
		width: calc(100% + 20px);
		margin-inline: -10px;
	}

	body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .button,
	body.wp-theme-astra ul.products > li.product .button {
		height: auto !important;
		min-height: 44px !important;
		margin-bottom: 0 !important;
		padding-inline: 6px !important;
		border-radius: 0 0 12px 12px !important;
		font-size: clamp(11px, 3.2vw, 14px) !important;
	}

	body.wp-theme-astra.single-product form.cart {
		grid-template-columns: 120px minmax(0, 1fr);
		gap: 8px;
	}

	body.wp-theme-astra.single-product form.cart .quantity {
		width: 120px !important;
		grid-template-columns: 40px minmax(40px, 1fr) 40px;
		grid-column: 1;
		grid-row: 1;
	}

	body.wp-theme-astra.single-product form.cart .vs-product-quantity__button {
		width: 40px !important;
	}

	body.wp-theme-astra.single-product form.cart .single_add_to_cart_button {
		width: 100% !important;
		min-width: 0 !important;
		padding-inline: 8px !important;
		font-size: 13px !important;
		grid-column: 2;
		grid-row: 1;
	}

	body.wp-theme-astra.single-product .vsce-product-trust-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.wp-theme-astra.single-product .elementor-location-single .elementor-element-20df3eb,
	body.wp-theme-astra.single-product .elementor-location-single .elementor-element-0540eeb,
	body.wp-theme-astra.single-product .elementor-location-single .elementor-element-960cb6f {
		padding-inline: 16px !important;
	}

	body.wp-theme-astra.single-product .elementor-location-single .elementor-element-20df3eb > .elementor-container,
	body.wp-theme-astra.single-product .elementor-location-single .elementor-element-0540eeb > .elementor-container,
	body.wp-theme-astra.single-product .elementor-location-single .elementor-element-960cb6f > .elementor-container {
		width: 100% !important;
		max-width: none !important;
		padding-inline: 0 !important;
	}

	body.wp-theme-astra.single-product .elementor-location-single .elementor-element-20df3eb .elementor-top-column,
	body.wp-theme-astra.single-product .elementor-location-single .elementor-element-0540eeb .elementor-top-column,
	body.wp-theme-astra.single-product .elementor-location-single .elementor-element-960cb6f .elementor-top-column {
		width: 100% !important;
	}

	body.wp-theme-astra.single-product .elementor-location-single .elementor-element-20df3eb .elementor-top-column > .elementor-widget-wrap,
	body.wp-theme-astra.single-product .elementor-location-single .elementor-element-0540eeb .elementor-top-column > .elementor-widget-wrap {
		padding: 16px !important;
	}

	body.wp-theme-astra.single-product .elementor-location-single #desc,
	body.wp-theme-astra.single-product .elementor-location-single .woocommerce-tabs,
	body.wp-theme-astra.single-product .elementor-location-single .related.products {
		width: 100% !important;
		max-width: none !important;
	}

	body.wp-theme-astra.single-product .elementor-location-single .elementor-element-960cb6f .elementor-top-column > .elementor-widget-wrap {
		padding-inline: 0 !important;
	}

	body.wp-theme-astra.single-product .woocommerce-product-gallery__trigger {
		width: 44px !important;
		min-width: 44px !important;
		height: 44px !important;
		min-height: 44px !important;
		line-height: 44px !important;
	}

	body.wp-theme-astra.single-product .vs-recently-viewed {
		width: calc(100% - 20px);
		margin-block: 32px;
	}

	body.wp-theme-astra.woocommerce-checkout .site-content > .ast-container {
		padding: 18px 10px 72px;
	}
}

@media (max-width: 359px) {
	body.wp-theme-astra.woocommerce-shop .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px 8px !important;
	}

}

@media (min-width: 600px) and (max-width: 921px) {
	body.wp-theme-astra.single-product .elementor-location-single .elementor-element-0540eeb > .elementor-container {
		flex-direction: column;
	}

	body.wp-theme-astra.single-product .elementor-location-single .elementor-element-0540eeb .elementor-top-column,
	body.wp-theme-astra.single-product .elementor-location-single #desc,
	body.wp-theme-astra.single-product .elementor-location-single .woocommerce-tabs {
		width: 100% !important;
		max-width: none !important;
	}

	body.wp-theme-astra.single-product .elementor-location-single .elementor-element-0540eeb .elementor-top-column > .elementor-widget-wrap {
		padding: 24px 30px !important;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	body.wp-theme-astra.woocommerce-shop .woocommerce ul.products {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product,
	body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .astra-shop-thumbnail-wrap img {
		transition: none;
	}

	body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product:hover {
		transform: none;
	}
}

/* VS Italy stock state: one subdued CTA at the bottom, never a second label
 * over the product image. Keep this consistent on Home, Shop and Product. */
body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .ast-shop-product-out-of-stock {
	display: none !important;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product.outofstock .astra-shop-thumbnail-wrap img,
body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product.outofstock:hover .astra-shop-thumbnail-wrap img {
	filter: none;
	opacity: 1;
}

body.wp-theme-astra :is(.woocommerce, .related.products, .upsells.products) ul.products > li.product .button.vs-product-button-disabled {
	cursor: not-allowed;
	opacity: .58;
	pointer-events: none;
}

/* Product-page cards mirror the clean VS Italy catalogue instead of Astra's
 * bordered card shell. The shop archive intentionally keeps its own layout. */
body.wp-theme-astra.single-product :is(.related.products, .upsells.products) ul.products {
	align-items: stretch !important;
	grid-auto-rows: 1fr;
}

body.wp-theme-astra.single-product :is(.related.products, .upsells.products) ul.products > li.product {
	height: 100% !important;
	overflow: visible;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

body.wp-theme-astra.single-product :is(.related.products, .upsells.products) ul.products > li.product:hover {
	border: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

body.wp-theme-astra.single-product :is(.related.products, .upsells.products) ul.products > li.product .astra-shop-thumbnail-wrap {
	aspect-ratio: 1 / 1;
	overflow: visible;
	background: #fff;
}

body.wp-theme-astra.single-product :is(.related.products, .upsells.products) ul.products > li.product .astra-shop-thumbnail-wrap img,
body.wp-theme-astra.single-product :is(.related.products, .upsells.products) ul.products > li.product.outofstock .astra-shop-thumbnail-wrap img {
	padding: clamp(6px, 1vw, 12px);
	filter: none;
	opacity: 1;
	object-fit: contain;
	transform: none;
}

body.wp-theme-astra.single-product :is(.related.products, .upsells.products) ul.products > li.product .ast-shop-product-out-of-stock {
	display: none !important;
}

body.wp-theme-astra.single-product :is(.related.products, .upsells.products) ul.products > li.product .astra-shop-summary-wrap {
	display: flex;
	height: 100%;
	padding: 12px 0 0 !important;
	flex: 1;
	flex-direction: column;
}

body.wp-theme-astra.single-product :is(.related.products, .upsells.products) ul.products > li.product .woocommerce-loop-product__title {
	height: 2.8em;
	min-height: 2.8em;
	max-height: 2.8em;
	color: #1a5d8c;
	font-family: 'Lora', Georgia, serif !important;
	font-size: clamp(15px, 1.35vw, 18px) !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
}

body.wp-theme-astra.single-product :is(.related.products, .upsells.products) ul.products > li.product .review-rating {
	display: none !important;
}

body.wp-theme-astra.single-product :is(.related.products, .upsells.products) ul.products > li.product .price {
	height: 42px;
	min-height: 42px;
	margin: 0 0 16px !important;
	font-size: clamp(16px, 1.55vw, 20px) !important;
}

body.wp-theme-astra.single-product :is(.related.products, .upsells.products) ul.products > li.product .woocommerce-loop-product__buttons {
	width: 100%;
	margin: auto 0 0;
}

body.wp-theme-astra.single-product :is(.related.products, .upsells.products) ul.products > li.product .button {
	width: 100%;
	min-height: 44px !important;
	padding: 10px 8px !important;
	border-radius: 10px !important;
	box-shadow: none;
	font-size: clamp(11px, 1vw, 13px) !important;
}

body.wp-theme-astra.single-product :is(.related.products, .upsells.products) ul.products > li.product .button.vs-product-button-disabled {
	cursor: not-allowed;
	opacity: .58;
	pointer-events: none;
}

@media (max-width: 767px) {
	body.wp-theme-astra.single-product :is(.related.products, .upsells.products) ul.products > li.product .astra-shop-summary-wrap {
		padding-top: 10px !important;
	}

	body.wp-theme-astra.single-product :is(.related.products, .upsells.products) ul.products > li.product .woocommerce-loop-product__title {
		font-size: clamp(13px, 4vw, 16px) !important;
	}

	body.wp-theme-astra.single-product :is(.related.products, .upsells.products) ul.products > li.product .price {
		margin-bottom: 14px !important;
		font-size: clamp(15px, 4.6vw, 18px) !important;
	}
}
