.product-thumb { height: 220px; object-fit: cover; }

body {
	background: #f3f4f6;
	font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	color: #1f2937;
}

.card {
	border-radius: .9rem;
}

.topbar {
	background: #0f172a;
	padding: .45rem 0;
}

.main-nav {
	background: linear-gradient(90deg, #0b5ed7 0%, #0a58ca 100%);
}

.brand {
	font-weight: 700;
	letter-spacing: .2px;
	color: #fff;
}

.main-nav .nav-link {
	color: rgba(255, 255, 255, .9);
	font-weight: 500;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus {
	color: #fff;
}

.store-topline {
	height: 6px;
	background: #3c6e6b;
}

.store-header {
	background: #fff;
	box-shadow: 0 .25rem .8rem rgba(15, 23, 42, .04);
	border-bottom: 1px solid #e5e7eb;
}

.store-header-row {
	display: grid;
	grid-template-columns: 150px minmax(220px, 1fr) 220px;
	gap: 1.25rem;
	align-items: center;
	padding: .65rem 0;
}

.store-logo {
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1;
	color: #6ab8b5 !important;
	text-decoration: none;
	font-style: italic;
	display: inline-flex;
	flex-direction: column;
	gap: .05rem;
}

.store-search {
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 0;
	overflow: hidden;
}

.store-search input {
	border: 0;
	outline: 0;
	padding: .55rem .7rem;
	font-size: .88rem;
	width: 100%;
}

.store-search button {
	border: 0;
	border-left: 1px solid #d1d5db;
	background: #f8fafc;
	padding: .45rem .7rem;
	height: 100%;
}

.store-search button svg {
	width: 17px;
	height: 17px;
	fill: #374151;
}

.store-icons {
	display: flex;
	justify-content: flex-end;
	gap: .55rem;
}

.store-icon-btn {
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	text-decoration: none;
	color: #3c6e6b;
	transition: transform .16s ease, background-color .16s ease;
}

.store-icon-btn:hover {
	background: #e8f5f4;
	transform: translateY(-1px);
}

.store-icon-btn svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.store-category-nav {
	background: #fff;
	border-bottom: 1px solid #e5e7eb;
}

.store-category-nav .container {
	display: flex;
	gap: 1.6rem;
	justify-content: center;
	flex-wrap: wrap;
	padding: .58rem 0;
}

.store-category-nav a {
	text-decoration: none;
	font-size: .76rem;
	font-weight: 700;
	letter-spacing: .03em;
	color: #64abaa !important;
}

.home-bleed {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.hero-similar {
	background: linear-gradient(115deg, #7ac7c6 0%, #74c0bf 56%, #66b1b1 100%);
	min-height: 430px;
	position: relative;
	overflow: hidden;
}

.hero-similar::before,
.hero-similar::after {
	content: '';
	position: absolute;
	border-radius: 999px;
	background: rgba(255, 255, 255, .2);
	filter: blur(1px);
}

.hero-similar::before {
	width: 280px;
	height: 280px;
	left: -100px;
	top: 24px;
}

.hero-similar::after {
	width: 180px;
	height: 180px;
	right: 50px;
	top: 68px;
}

.hero-similar-overlay {
	min-height: 430px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

.hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 1.5rem;
}

.hero-copy {
	max-width: 420px;
	margin-left: 1.5rem;
}

.hero-copy h1 {
	color: #e8ffff;
	font-size: clamp(1.8rem, 2.4vw, 2.95rem);
	font-weight: 500;
	line-height: 1.18;
	margin-bottom: .9rem;
}

.hero-copy p {
	color: rgba(232, 255, 255, .9);
	margin-bottom: 1.2rem;
}

.hero-cta {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	padding: .67rem 1.05rem;
	border-radius: .45rem;
	background: rgba(255, 255, 255, .9);
	text-decoration: none;
	color: #4e9392;
	font-weight: 700;
}

.hero-cta-outline {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .7);
	color: #ebffff;
}

.hero-visual {
	height: 350px;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.hero-visual-main {
	width: min(320px, 100%);
	height: 310px;
	object-fit: cover;
	border-radius: 160px 160px 26px 26px;
	border: 5px solid rgba(255, 255, 255, .35);
	box-shadow: 0 1.3rem 2.5rem rgba(0, 0, 0, .14);
}

.hero-visual-float {
	position: absolute;
	width: 140px;
	height: 140px;
	object-fit: cover;
	top: 18px;
	right: 24px;
	border-radius: 999px;
	border: 4px solid rgba(255, 255, 255, .7);
	box-shadow: 0 .7rem 1.5rem rgba(15, 23, 42, .18);
}

.launches-wrap {
	background: #fff;
	border-radius: 14px;
	padding: 1.15rem 1.15rem 1.5rem;
	max-width: 980px;
	margin: -34px auto 0;
	position: relative;
	z-index: 2;
	border: 1px solid #e5e7eb;
	box-shadow: 0 .9rem 2rem rgba(15, 23, 42, .06);
}

.launches-head {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.3rem;
}

.launches-head span {
	height: 1px;
	background: #d8dde1;
}

.launches-head h2 {
	margin: 0;
	font-size: 1.2rem;
	letter-spacing: .22em;
	font-weight: 400;
	color: #7bbfbe;
}

.launch-card {
	display: block;
	text-decoration: none;
	background: #fff;
	border: 1px solid #eceff1;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	transition: transform .18s ease, box-shadow .18s ease;
}

.launch-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 .65rem 1.5rem rgba(15, 23, 42, .08);
}

.launch-card img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	background: #f3f4f6;
}

.launch-card-body {
	padding: .8rem .85rem 1rem;
}

.launch-card-body h3 {
	font-size: .95rem;
	font-weight: 600;
	margin: 0 0 .35rem;
	color: #334155;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.launch-card-body p {
	margin: 0;
	font-weight: 700;
	color: #62aead;
}

.hero-ecom {
	background: linear-gradient(120deg, #ffffff 0%, #eef4ff 100%);
	border: 1px solid #e7edf6;
	border-radius: 1rem;
	padding: 1.5rem;
}

.pill {
	display: inline-block;
	padding: .35rem .7rem;
	border-radius: 999px;
	font-size: .78rem;
	font-weight: 600;
	color: #0b5ed7;
	background: #e8f0ff;
}

.hero-panel {
	background: #fff;
	border: 1px solid #e6edf8;
	border-radius: .9rem;
	padding: 1rem;
}

.hero-stat {
	display: flex;
	flex-direction: column;
	gap: .1rem;
	border-bottom: 1px dashed #e6edf8;
	padding: .65rem 0;
}

.hero-stat:last-child {
	border-bottom: 0;
}

.hero-stat strong {
	font-size: .98rem;
}

.hero-stat span {
	color: #64748b;
	font-size: .85rem;
}

.section-head p {
	font-size: .95rem;
}

.filter-bar {
	border-radius: .9rem;
}

.category-pill {
	color: #334155 !important;
	text-decoration: none;
}

.category-pill:hover {
	background: #e9effd !important;
}

.product-card {
	border-radius: .85rem;
	transition: transform .18s ease, box-shadow .18s ease;
}

.product-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 .65rem 1.5rem rgba(15, 23, 42, .08) !important;
}

.product-price {
	color: #1d7f9b;
	font-weight: 700;
}

.catalog-shell {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 1rem;
	padding: 1.25rem;
	box-shadow: 0 .6rem 1.6rem rgba(15, 23, 42, .05);
}

.product-price-lg {
	color: #0a58ca;
	font-weight: 800;
}

.product-detail-image {
	max-height: 430px;
	object-fit: cover;
	width: 100%;
}

.cart-summary-box {
	width: min(320px, 100%);
	background: #f8fbff;
	border: 1px solid #e2eaf8;
	border-radius: .8rem;
	padding: .95rem;
}

.sticky-checkout {
	position: sticky;
	top: 1rem;
}

.order-table thead th {
	color: #64748b;
	font-weight: 600;
	font-size: .85rem;
	text-transform: uppercase;
	letter-spacing: .02em;
}

body:not(.admin-theme) {
	font-family: 'Raleway', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.store-pixbar {
	background: #2d5454;
	color: #fff;
	font-size: .86rem;
	padding: .34rem 0;
}

.store-pixbar span {
	font-weight: 600;
}

.store-topline {
	height: auto;
	background: #f6f8fa;
	border-bottom: 1px solid #e5e7eb;
}

.store-topline-inner {
	min-height: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: .8rem;
	font-size: .84rem;
	color: #4b5563;
}

.store-social-link a,
.store-contact-items a,
.store-contact-items span {
	color: #4b5563;
	text-decoration: none;
}

.store-contact-items {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.store-header-row {
	grid-template-columns: 220px minmax(280px, 1fr) 320px;
	padding: .95rem 0;
}

.store-logo {
	font-size: 2.05rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: .01em;
	line-height: .86;
	color: #67b7b5 !important;
}

.store-center-col {
	display: flex;
	justify-content: center;
}

.store-search {
	max-width: 620px;
	width: 100%;
	border-radius: 0;
	height: 44px;
}

.store-search input {
	font-size: 1.03rem;
	padding: .6rem .85rem;
}

.store-actions {
	display: flex;
	justify-content: flex-end;
	gap: .8rem;
	align-items: center;
}

.store-actions a {
	text-decoration: none;
	font-weight: 600;
	font-size: .83rem;
	color: #3f8e7d;
	border: 1px solid #d8e5e2;
	padding: .48rem .64rem;
	border-radius: .45rem;
	background: #f8fdfc;
}

.store-actions a:hover {
	background: #e8f6f3;
}

.store-category-nav .container {
	padding: .72rem 0;
	gap: 1.25rem;
}

.store-category-nav a {
	font-size: .94rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .01em;
	color: #67b7b5 !important;
}

.store-banner {
	padding: 0;
	position: relative;
	height: 410px;
	overflow: hidden;
	border-bottom: 1px solid #dfe5e9;
}

.store-banner-slide {
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
}

.store-banner-slide-a {
	background-image: linear-gradient(90deg, rgba(114, 199, 198, .78) 0%, rgba(114, 199, 198, .42) 43%, rgba(114, 199, 198, .18) 70%), url('https://cdn.awsli.com.br/1920x1920/2454/2454481/banner/banner-para-loja-online-de-cosm-ticos-de-beleza-7yn3qyaxfn.png');
}

.store-banner-content h1 {
	font-size: clamp(2rem, 3.8vw, 3.1rem);
	font-weight: 500;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 1.35rem;
	text-shadow: 0 3px 16px rgba(0, 0, 0, .22);
}

.hero-cta {
	border-radius: .45rem;
	padding: .73rem 1.15rem;
	background: rgba(255, 255, 255, .9);
	color: #4d8f8d;
	font-weight: 700;
	box-shadow: 0 .35rem .95rem rgba(15, 23, 42, .14);
}

.store-vitrine-wrap {
	background: #fff;
	border: 1px solid #e7e9eb;
	border-radius: .9rem;
	padding: 1.1rem;
	box-shadow: 0 .55rem 1.5rem rgba(15, 23, 42, .05);
}

.store-vitrine-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: .95rem;
	color: #73c3c3;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 1.15rem;
	font-weight: 700;
}

.store-vitrine-card {
	background: #fff;
	border: 1px solid #eceff1;
	border-radius: .8rem;
	overflow: hidden;
	height: 100%;
	transition: transform .16s ease, box-shadow .16s ease;
}

.store-vitrine-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 .8rem 1.6rem rgba(15, 23, 42, .08);
}

.store-vitrine-image {
	display: block;
	background: #f7f7f7;
}

.store-vitrine-image img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.store-vitrine-body {
	padding: .85rem;
	display: flex;
	flex-direction: column;
	gap: .55rem;
}

.store-vitrine-name {
	text-decoration: none;
	font-weight: 600;
	color: #4c4b4b;
	min-height: 2.4rem;
	line-height: 1.2;
}

.store-vitrine-price {
	margin: 0;
	font-weight: 700;
	font-size: 1.1rem;
	color: #3f8e7d;
}

.store-vitrine-buy {
	align-self: flex-start;
	text-decoration: none;
	font-size: .86rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: .45rem .82rem;
	border-radius: .42rem;
	background: #73c3c3;
	color: #fff;
}

.store-vitrine-buy:hover {
	background: #63b0af;
	color: #fff;
}

.catalog-shell {
	border: 1px solid #e7e9eb;
	box-shadow: 0 .55rem 1.5rem rgba(15, 23, 42, .05);
}

.section-head h1 {
	font-weight: 700;
	color: #2f363d;
}

.filter-bar {
	border: 1px solid #eceff1 !important;
	background: #fbfcfd;
}

.store-list-card {
	border-radius: .8rem;
	border: 1px solid #edf0f3 !important;
}

.store-list-name {
	font-weight: 700;
	line-height: 1.25;
	min-height: 2.4rem;
}

@media (max-width: 991.98px) {
	.store-topline-inner {
		flex-direction: column;
		align-items: flex-start;
		padding: .5rem 0;
	}

	.store-header-row {
		grid-template-columns: 1fr;
		gap: .75rem;
	}

	.store-logo {
		font-size: 1.6rem;
	}

	.store-actions {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.store-icons {
		justify-content: flex-start;
	}

	.store-category-nav .container {
		justify-content: flex-start;
		padding-left: .9rem;
		padding-right: .9rem;
		gap: .95rem;
	}

	.hero-similar,
	.hero-similar-overlay {
		min-height: 290px;
	}

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

	.store-banner {
		height: 300px;
	}

	.store-banner-content h1 {
		font-size: 2rem;
	}

	.store-vitrine-image img {
		height: 220px;
	}

	.hero-copy {
		margin-left: .6rem;
	}

	.hero-visual {
		height: 230px;
	}

	.hero-visual-main {
		height: 220px;
		width: 220px;
	}

	.hero-visual-float {
		width: 92px;
		height: 92px;
		right: 18px;
		top: 8px;
	}

	.launches-wrap {
		margin-top: -18px;
		padding: 1rem;
	}

	.launch-card img {
		height: 210px;
	}

	.hero-ecom {
		padding: 1rem;
	}

	.catalog-shell {
		padding: 1rem;
	}

}


/* Final storefront overrides (reference-aligned) */
:root {
	--gt-primary: #2f7a72;
	--gt-primary-strong: #25655f;
	--gt-primary-soft: #65b8b3;
	--gt-bg: #edf3f2;
	--gt-surface: #ffffff;
	--gt-border: #d8e3e0;
	--gt-text: #1f3f3b;
	--gt-muted: #5e7d79;
}

body {
	background: radial-gradient(1200px 400px at 50% -120px, #f7fcfb 0%, var(--gt-bg) 58%, #e9f0ef 100%);
	color: var(--gt-text);
}

header + main.container {
	max-width: 100%;
	padding-top: 0 !important;
}

.store-topline {
	height: 6px !important;
	background: linear-gradient(90deg, var(--gt-primary-strong), var(--gt-primary), #4d9e95) !important;
	border: 0 !important;
}

.store-header {
	background: var(--gt-surface) !important;
	border-bottom: 1px solid var(--gt-border) !important;
	box-shadow: 0 8px 20px rgba(26, 52, 47, .05) !important;
}

.store-header .container,
.store-category-nav .container,
.store-banner-content,
.store-launches-panel {
	max-width: 1180px;
}

.store-header-row {
	display: grid !important;
	grid-template-columns: 280px minmax(280px, 1fr) 220px !important;
	gap: 1rem;
	align-items: center;
	padding: .72rem 0 !important;
}

.store-logo {
	text-decoration: none;
	align-items: center;
	justify-content: flex-start;
	min-height: 110px;
}

.store-logo-image {
	height: 109px;
	width: auto;
	object-fit: contain;
	display: block;
}

.store-search {
	max-width: 540px;
	width: 100%;
	height: 44px;
	margin-inline: auto;
	border: 1px solid var(--gt-border) !important;
	background: #fbfefd;
	border-radius: 12px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.store-search input {
	font-size: .9rem !important;
	padding: .45rem .65rem !important;
}

.store-search button {
	width: 42px;
	padding: 0;
	border-left: 1px solid var(--gt-border) !important;
	background: #f3faf8 !important;
}

.store-search button svg {
	width: 16px;
	height: 16px;
	fill: #1f2937;
}

.store-icons {
	display: flex;
	justify-content: flex-end;
	gap: .55rem;
}

.store-icon-btn {
	width: 42px !important;
	height: 42px !important;
	border: 1px solid var(--gt-border) !important;
	background: #f4faf8 !important;
	color: var(--gt-primary) !important;
	padding: 0;
	border-radius: 999px;
}

.store-icon-btn:hover {
	transform: translateY(-1px);
	background: #ebf7f4 !important;
	color: var(--gt-primary-strong) !important;
	opacity: 1;
}

.store-icon-btn svg {
	width: 27px;
	height: 27px;
	fill: currentColor;
}

.store-category-nav {
	background: #f8f8f9;
	border-bottom: 1px solid #e4e5e7;
}

.store-category-nav .container {
	display: flex;
	justify-content: center;
	gap: 1.55rem;
	padding: .56rem 0 !important;
	flex-wrap: wrap;
}

.store-category-nav a {
	font-family: 'Raleway', sans-serif;
	font-size: .9rem !important;
	font-weight: 700;
	letter-spacing: 0;
	color: #63b2b0 !important;
	text-transform: uppercase;
	text-decoration: none;
}

.store-banner {
	height: 405px;
	margin-top: 0 !important;
	border-bottom: 0;
}

.store-banner-slide-a {
	background-image: linear-gradient(90deg, rgba(117, 205, 204, .84) 0%, rgba(117, 205, 204, .36) 42%, rgba(117, 205, 204, .14) 68%), url('https://cdn.awsli.com.br/1920x1920/2454/2454481/banner/banner-para-loja-online-de-cosm-ticos-de-beleza-7yn3qyaxfn.png');
	background-size: cover;
	background-position: center;
}

.store-banner-slide-b {
	background-image: linear-gradient(90deg, rgba(235, 239, 241, .86) 0%, rgba(235, 239, 241, .46) 38%, rgba(235, 239, 241, .16) 64%), url('https://cdn.awsli.com.br/1920x1920/2454/2454481/banner/banner-para-loja-online-de-cosm-ticos-de-beleza--2--l0bjbnrh2g.png');
	background-size: cover;
	background-position: center center;
}

.store-banner-carousel .store-banner-track {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.store-banner-carousel [data-slide] {
	position: absolute !important;
	inset: 0;
	display: none !important;
	align-items: center;
	width: 100%;
	height: 100%;
}

.store-banner-carousel [data-slide].is-active {
	display: flex !important;
	pointer-events: auto;
	z-index: 2;
}

.store-banner-carousel [data-slide][hidden] {
	display: none !important;
}

.store-banner-dots {
	position: absolute;
	right: 1.15rem;
	bottom: 1rem;
	display: flex;
	gap: .45rem;
	z-index: 3;
}

.store-banner-dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .95);
	background: rgba(255, 255, 255, .2);
	padding: 0;
	cursor: pointer;
}

.store-banner-dot.is-active {
	background: rgba(255, 255, 255, .96);
}

.store-banner-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-left: 1rem;
}

.store-banner-content h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: clamp(2rem, 3.2vw, 3rem);
	line-height: 1.12;
	max-width: 460px;
	margin-bottom: 1.2rem;
	color: #effffd;
	text-shadow: none;
}

.store-banner-slide-b .store-banner-content h1 {
	color: #2f7272;
	text-shadow: none;
}

.hero-cta {
	padding: .66rem .94rem !important;
	background: rgba(255, 255, 255, .92) !important;
	box-shadow: none !important;
	border-radius: .5rem !important;
	font-family: 'Raleway', sans-serif;
	font-size: .95rem;
	font-weight: 700;
	color: var(--gt-primary) !important;
	width: fit-content;
	border: 1px solid rgba(101, 184, 179, .45);
}

.store-launches-panel {
	background: var(--gt-surface);
	border: 1px solid var(--gt-border);
	border-radius: 12px;
	padding: 1.15rem 1.15rem 1.35rem;
	margin: -30px auto 0;
	position: relative;
	z-index: 3;
	box-shadow: 0 .7rem 1.7rem rgba(22, 52, 47, .08);
}

.store-launches-head {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: .9rem;
	margin-bottom: 1.15rem;
}

.store-launches-head span {
	height: 1px;
	background: #cfd3d8;
}

.store-launches-head h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.38rem;
	font-weight: 500;
	letter-spacing: .14em;
	color: var(--gt-primary-soft);
	margin: 0;
}

.btn-outline-secondary {
	border-color: var(--gt-border);
	color: var(--gt-primary-strong);
}

.btn-outline-secondary:hover {
	background: #ebf7f4;
	border-color: #c8dcda;
	color: var(--gt-primary-strong);
}

.store-launch-card {
	display: block;
	text-decoration: none;
	border: 0;
	background: #fff;
	overflow: hidden;
}

.store-launch-card img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border: 1px solid #eceff1;
	border-radius: 2px;
}

@media (max-width: 991.98px) {
	.store-header-row {
		grid-template-columns: 1fr !important;
	}

	.store-logo {
		min-height: 86px;
	}

	.store-logo-image {
		height: 82px;
	}

	.store-icons {
		justify-content: flex-start;
	}

	.store-banner {
		height: 300px;
	}

	.store-banner-content h1 {
		font-size: 2rem;
	}

	.store-launch-card img {
		height: 220px;
	}
}
