/*
Theme Name: Colo & Livros Child
Theme URI: https://example.com/colo-livros-child
Description: Child theme para personalizacoes do projeto Colo & Livros sobre o tema Hostinger AI.
Author: Codex
Template: hostinger-ai-theme
Version: 0.3.1
Text Domain: colo-livros-child
*/

:root {
	--colo-creme: #f7f2e9;
	--colo-creme-strong: #efe3d3;
	--colo-paper: #fffaf3;
	--colo-terracotta: #c45b3e;
	--colo-mustard: #e0b23c;
	--colo-green: #5c7a6b;
	--colo-night: #1e2a3a;
	--colo-night-soft: #304357;
	--colo-line: rgba(30, 42, 58, 0.12);
	--colo-shadow-soft: 0 16px 40px rgba(30, 42, 58, 0.08);
	--colo-shadow-card: 0 18px 48px rgba(30, 42, 58, 0.12);
	--colo-radius-lg: 22px;
	--colo-radius-xl: 30px;
}

html {
	scroll-behavior: smooth;
}

body {
	background:
		radial-gradient(circle at top left, rgba(224, 178, 60, 0.18), transparent 24%),
		radial-gradient(circle at 85% 10%, rgba(92, 122, 107, 0.14), transparent 22%),
		linear-gradient(180deg, #fcfaf5 0%, var(--colo-creme) 100%);
	color: var(--colo-night);
	font-family: Poppins, "Nunito Sans", "DM Sans", sans-serif;
}

.wp-site-blocks {
	overflow-x: clip;
}

body,
.wp-block-post-content,
.entry-content,
input,
textarea,
select,
button {
	font-family: Poppins, "Nunito Sans", "DM Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading,
.hostinger-ai-page-title,
.colo-site-title {
	color: var(--colo-night);
	font-family: DMSerifDisplay, Caudex, serif;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 0.98;
	text-wrap: balance;
}

p,
li {
	line-height: 1.7;
}

a {
	color: var(--colo-terracotta);
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover,
a:focus {
	color: var(--colo-night);
}

img {
	max-width: 100%;
	height: auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 40;
}

.admin-bar .site-header {
	top: 32px;
}

.colo-topbar {
	background: var(--colo-night);
	color: var(--colo-creme);
}

.colo-topbar p {
	margin: 0;
	font-size: 0.92rem;
	letter-spacing: 0.02em;
}

.colo-header-shell {
	border-bottom: 1px solid var(--colo-line);
	background: rgba(247, 242, 233, 0.86);
	backdrop-filter: blur(18px);
	box-shadow: 0 10px 30px rgba(30, 42, 58, 0.04);
}

.colo-header-inner {
	align-items: center;
	row-gap: 1rem;
}

.colo-brand-lockup {
	align-items: center;
	gap: 1rem;
}

.colo-site-logo img {
	border-radius: 24px;
	box-shadow: var(--colo-shadow-soft);
}

.colo-site-logo a {
	display: inline-flex;
}

.colo-brand-copy {
	gap: 0.35rem;
}

.colo-brand-kicker {
	margin: 0;
	color: var(--colo-terracotta);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.colo-site-title {
	margin: 0;
	font-size: clamp(1.9rem, 4vw, 3.1rem);
	line-height: 0.9;
}

.colo-site-title a {
	color: var(--colo-night) !important;
}

.colo-brand-tagline {
	margin: 0;
	color: var(--colo-night-soft);
	font-size: 0.96rem;
	font-weight: 500;
}

.colo-header-utility {
	align-items: center;
	gap: 1rem;
}

.site-header .wp-block-navigation {
	font-size: 0.95rem;
	font-weight: 600;
}

.site-header .wp-block-navigation-item__label {
	color: var(--colo-night);
}

.site-header .wp-block-navigation-item__content:hover .wp-block-navigation-item__label,
.site-header .wp-block-navigation-item__content:focus .wp-block-navigation-item__label {
	color: var(--colo-terracotta);
}

.site-header .wc-block-mini-cart,
.site-header .wc-block-customer-account {
	color: var(--colo-night);
}

.site-header .wc-block-mini-cart:hover,
.site-header .wc-block-customer-account:hover {
	color: var(--colo-terracotta);
}

.site-header .wp-block-navigation__responsive-container.is-menu-open {
	background: rgba(255, 250, 243, 0.98);
}

.site-footer {
	margin-top: clamp(3rem, 7vw, 6rem);
}

.colo-footer-shell {
	position: relative;
	background:
		radial-gradient(circle at 10% 15%, rgba(224, 178, 60, 0.18), transparent 22%),
		radial-gradient(circle at 88% 10%, rgba(92, 122, 107, 0.14), transparent 18%),
		var(--colo-night);
	color: var(--colo-creme);
}

.colo-footer-shell::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 30%),
		repeating-linear-gradient(
			90deg,
			transparent 0,
			transparent 24px,
			rgba(255, 255, 255, 0.015) 24px,
			rgba(255, 255, 255, 0.015) 25px
		);
	content: "";
	pointer-events: none;
}

.colo-footer-shell > * {
	position: relative;
}

.colo-footer-brand {
	gap: 1.2rem;
}

.colo-footer-brand .wp-block-site-logo img {
	border-radius: 22px;
}

.colo-footer-title {
	margin: 0;
	color: var(--colo-creme);
	font-size: clamp(2rem, 4vw, 2.8rem);
	line-height: 0.95;
}

.colo-footer-title a {
	color: inherit !important;
}

.colo-footer-lead,
.colo-footer-note,
.colo-footer-subscribe-text,
.colo-footer-bottomline,
.colo-footer-menu .wp-block-navigation-item__label {
	color: rgba(247, 242, 233, 0.85);
}

.colo-footer-lead,
.colo-footer-note,
.colo-footer-subscribe-text,
.colo-footer-bottomline {
	margin: 0;
}

.colo-footer-heading {
	margin-bottom: 0.8rem;
	color: var(--colo-mustard);
	font-family: Poppins, "Nunito Sans", "DM Sans", sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.colo-footer-menu .wp-block-navigation {
	font-size: 0.96rem;
	font-weight: 500;
}

.colo-footer-menu .wp-block-navigation-item__content:hover .wp-block-navigation-item__label,
.colo-footer-menu .wp-block-navigation-item__content:focus .wp-block-navigation-item__label {
	color: #fff;
}

.colo-footer-shell .wp-block-social-links {
	margin-top: 0.6rem;
}

.colo-footer-shell .wp-block-social-link {
	border-radius: 999px;
	background: rgba(247, 242, 233, 0.08);
}

.colo-footer-shell input,
.colo-footer-shell textarea,
.colo-footer-shell select {
	border: 1px solid rgba(247, 242, 233, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.colo-footer-shell input::placeholder,
.colo-footer-shell textarea::placeholder {
	color: rgba(247, 242, 233, 0.6);
}

.colo-footer-shell button,
.colo-footer-shell .wp-element-button {
	border-radius: 999px;
	background: var(--colo-mustard);
	color: var(--colo-night);
	font-weight: 700;
}

.wp-element-button,
.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
	border: none;
	border-radius: 999px;
	box-shadow: none;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		background-color 0.18s ease;
}

.wp-element-button:hover,
.wc-block-components-button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(196, 91, 62, 0.22);
}

.wp-block-post-content {
	margin-top: 0;
}

.home .wp-block-post-content,
.page .wp-block-post-content,
.single .wp-block-post-content {
	max-width: 100%;
}

.home .wp-block-post-content > .elementor,
.page .wp-block-post-content > .elementor {
	margin: 0 auto;
}

.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4 {
	font-family: DMSerifDisplay, Caudex, serif;
	letter-spacing: -0.03em;
	line-height: 1;
}

.elementor-button,
.elementor-button-link {
	border-radius: 999px !important;
	box-shadow: none !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1180px;
}

.hostinger-ai-page-title {
	margin-bottom: 0;
	font-size: clamp(2.6rem, 6vw, 5rem);
}

.colo-page-shell .wp-block-post-content,
.colo-single-shell .wp-block-post-content,
.colo-shop-shell,
.colo-cart-shell,
.colo-checkout-shell,
.colo-order-shell {
	position: relative;
}

.colo-page-shell .wp-block-post-content > :where(.alignwide, .alignfull):not(.elementor),
.colo-single-shell .wp-block-post-content > :where(.alignwide, .alignfull):not(.elementor) {
	background: rgba(255, 250, 243, 0.8);
	box-shadow: var(--colo-shadow-soft);
}

.colo-home-shell {
	position: relative;
}

.colo-home-section,
.colo-home-hero,
.colo-home-final-cta-shell {
	position: relative;
	overflow: clip;
}

.colo-home-hero::before,
.colo-home-final-cta-shell::before {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 12% 14%, rgba(224, 178, 60, 0.22), transparent 20%),
		radial-gradient(circle at 86% 18%, rgba(92, 122, 107, 0.18), transparent 18%),
		repeating-linear-gradient(
			135deg,
			transparent 0,
			transparent 24px,
			rgba(255, 255, 255, 0.2) 24px,
			rgba(255, 255, 255, 0.2) 25px
		);
	content: "";
	pointer-events: none;
}

.colo-home-hero > *,
.colo-home-final-cta-shell > * {
	position: relative;
}

.colo-home-hero {
	background: linear-gradient(180deg, rgba(255, 250, 243, 0.92) 0%, rgba(247, 242, 233, 0.98) 100%);
}

.colo-home-kicker,
.colo-home-section-kicker,
.colo-home-plan-tag,
.colo-home-step-number,
.colo-home-metric-value,
.colo-home-floating-label {
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.colo-home-kicker,
.colo-home-section-kicker,
.colo-home-plan-tag {
	margin: 0 0 0.75rem;
	color: var(--colo-terracotta);
	font-size: 0.8rem;
	font-weight: 700;
}

.colo-home-title {
	margin: 0;
	font-size: clamp(3rem, 7vw, 5.8rem);
	line-height: 0.92;
}

.colo-home-lead {
	max-width: 58ch;
	margin: 1.35rem 0 0;
	color: var(--colo-night-soft);
	font-size: 1.08rem;
}

.colo-home-actions {
	margin-top: 1.8rem;
}

.colo-home-actions .wp-block-button__link {
	padding: 0.95rem 1.5rem;
	font-size: 0.96rem;
	font-weight: 700;
}

.colo-home-metrics {
	gap: 0.9rem;
	margin-top: 2rem;
}

.colo-home-metrics .wp-block-column {
	padding: 1.1rem 1rem;
	border: 1px solid rgba(30, 42, 58, 0.08);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.66);
	box-shadow: var(--colo-shadow-soft);
}

.colo-home-metric-value,
.colo-home-step-number {
	margin: 0 0 0.45rem;
	color: var(--colo-night);
	font-size: 0.78rem;
	font-weight: 800;
}

.colo-home-metric-label {
	margin: 0;
	color: var(--colo-night-soft);
	font-size: 0.92rem;
}

.colo-home-hero-art {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(210px, 0.62fr);
	gap: clamp(1rem, 2vw, 1.4rem);
	align-items: start;
	align-content: start;
}

.colo-home-hero-card {
	border: 1px solid rgba(30, 42, 58, 0.08);
	border-radius: 30px;
	background: rgba(255, 250, 243, 0.96);
	box-shadow: var(--colo-shadow-card);
}

.colo-home-hero-card-primary {
	padding: 1rem;
}

.colo-home-hero-card-primary,
.colo-home-hero-card-floating {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

.colo-home-hero-card .wp-block-image {
	width: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 22px;
}

.colo-home-hero-card img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.colo-home-hero-card-primary img {
	border-radius: 22px;
}

.colo-home-hero-card-caption {
	margin: 0;
	color: var(--colo-night);
	font-size: 0.94rem;
	font-weight: 600;
	text-align: center;
}

.colo-home-hero-card-floating {
	width: auto;
	margin-left: auto;
	padding: 0.85rem;
	background: rgba(255, 255, 255, 0.94);
}

.colo-home-hero-card-floating img {
	border-radius: 18px;
}

.colo-home-floating-label {
	margin: 0;
	color: var(--colo-green);
	font-size: 0.72rem;
	font-weight: 800;
}

.colo-home-section-header {
	max-width: 720px;
	margin-bottom: 2rem;
}

.colo-home-section-header h2 {
	margin: 0;
	font-size: clamp(2.2rem, 5vw, 4rem);
	line-height: 0.98;
}

.colo-home-section-header p:not(.colo-home-section-kicker) {
	margin-top: 1rem;
	color: var(--colo-night-soft);
}

.colo-home-age-grid,
.colo-home-plan-grid,
.colo-home-steps,
.colo-home-faq-grid {
	gap: 1rem;
}

.colo-home-age-card,
.colo-home-plan-card,
.colo-home-step,
.colo-home-benefit-card,
.colo-home-faq-card,
.colo-home-quote-card,
.colo-home-final-cta {
	height: 100%;
	padding: 1.2rem;
	border: 1px solid rgba(30, 42, 58, 0.08);
	border-radius: 28px;
	background: rgba(255, 250, 243, 0.92);
	box-shadow: var(--colo-shadow-soft);
}

.colo-home-age-card img,
.colo-home-plan-card img {
	border-radius: 20px;
}

.colo-home-age-card h3,
.colo-home-plan-card h3,
.colo-home-step h3,
.colo-home-benefit-card h3,
.colo-home-faq-card h3 {
	margin-top: 1rem;
	margin-bottom: 0.6rem;
	font-size: clamp(1.6rem, 3vw, 2.1rem);
}

.colo-home-age-card p,
.colo-home-plan-card p,
.colo-home-step p:not(.colo-home-step-number),
.colo-home-benefit-card p,
.colo-home-faq-card p {
	margin-top: 0;
	color: var(--colo-night-soft);
}

.colo-home-plan-card ul {
	padding-left: 1.15rem;
	margin: 0.9rem 0 0;
	color: var(--colo-night);
}

.colo-home-plan-card li + li {
	margin-top: 0.45rem;
}

.colo-home-plan-card-featured {
	background:
		linear-gradient(180deg, rgba(224, 178, 60, 0.16) 0%, rgba(255, 250, 243, 0.95) 34%),
		rgba(255, 250, 243, 0.95);
	transform: translateY(-10px);
	box-shadow: 0 24px 54px rgba(30, 42, 58, 0.14);
}

.colo-home-steps-shell,
.colo-home-proof-shell {
	background:
		radial-gradient(circle at 90% 12%, rgba(224, 178, 60, 0.14), transparent 22%),
		radial-gradient(circle at 12% 84%, rgba(92, 122, 107, 0.12), transparent 20%);
}

.colo-home-step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 999px;
	background: rgba(196, 91, 62, 0.1);
	color: var(--colo-terracotta);
	font-size: 1rem;
}

.colo-home-proof-grid {
	gap: 1rem;
}

.colo-home-quote-card {
	padding: 1.8rem;
	background:
		linear-gradient(180deg, rgba(247, 242, 233, 0.96) 0%, rgba(255, 255, 255, 0.92) 100%);
}

.colo-home-quote-card h2 {
	font-size: clamp(2.1rem, 4vw, 3.2rem);
}

.colo-home-quote {
	margin: 1.5rem 0 0.85rem;
	color: var(--colo-night);
	font-family: DMSerifDisplay, Caudex, serif;
	font-size: clamp(1.5rem, 3vw, 2.1rem);
	line-height: 1.15;
}

.colo-home-quote-author {
	color: var(--colo-night-soft);
	font-size: 0.95rem;
	font-weight: 600;
}

.colo-home-benefit-grid {
	gap: 1rem;
}

.colo-home-benefit-card {
	background: rgba(255, 255, 255, 0.86);
}

.colo-home-final-cta-shell {
	background:
		linear-gradient(180deg, rgba(224, 178, 60, 0.14) 0%, rgba(247, 242, 233, 0.96) 70%);
}

.colo-home-final-cta {
	max-width: 860px;
	padding: 2rem;
	text-align: center;
}

.colo-home-final-cta h2 {
	margin: 0;
	font-size: clamp(2.3rem, 5vw, 4rem);
}

.colo-home-final-cta p:not(.colo-home-section-kicker) {
	max-width: 60ch;
	margin: 1rem auto 0;
	color: var(--colo-night-soft);
}

@media (max-width: 1000px) {
	.colo-home-hero-art {
		grid-template-columns: 1fr 1fr;
	}

	.colo-home-hero-card-floating {
		margin-left: 0;
	}

	.colo-home-plan-card-featured {
		transform: none;
	}
}

@media (max-width: 781px) {
	.colo-home-hero-grid {
		gap: 2rem;
	}

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

	.colo-home-title {
		font-size: 2.8rem;
	}

	.colo-home-section-header h2,
	.colo-home-final-cta h2,
	.colo-home-quote-card h2 {
		font-size: 2.25rem;
	}

	.colo-home-age-grid,
	.colo-home-plan-grid,
	.colo-home-steps,
	.colo-home-faq-grid,
	.colo-home-proof-grid,
	.colo-home-benefit-grid,
	.colo-home-metrics {
		gap: 0;
	}
}

@media (max-width: 600px) {
	.colo-home-hero,
	.colo-home-section,
	.colo-home-final-cta-shell {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.colo-home-title {
		font-size: 2.35rem;
	}

	.colo-home-lead {
		font-size: 1rem;
	}

	.colo-home-quote {
		font-size: 1.55rem;
	}
}

.wp-block-post-content > .alignwide,
.wp-block-post-content > .alignfull,
.wp-block-group.alignwide,
.wp-block-columns.alignwide {
	border-radius: var(--colo-radius-xl);
}

.wp-block-woocommerce-product-collection,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.wp-block-post-content > .wp-block-woocommerce-cart,
.wp-block-post-content > .wp-block-woocommerce-checkout {
	border-radius: var(--colo-radius-xl);
	background: rgba(255, 250, 243, 0.72);
	box-shadow: var(--colo-shadow-soft);
}

.wc-block-product,
.wc-block-grid__product,
.woocommerce ul.products li.product {
	height: 100%;
	border: 1px solid rgba(30, 42, 58, 0.08);
	border-radius: 24px;
	background: var(--colo-paper);
	box-shadow: var(--colo-shadow-soft);
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease;
}

.wc-block-product:hover,
.wc-block-grid__product:hover,
.woocommerce ul.products li.product:hover {
	transform: translateY(-3px);
	box-shadow: var(--colo-shadow-card);
}

.wc-block-product img,
.wc-block-grid__product-image img,
.wc-block-components-product-image img,
.woocommerce ul.products li.product img {
	border-radius: 18px;
}

.wc-block-components-product-name,
.wc-block-grid__product-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--colo-night);
	font-family: DMSerifDisplay, Caudex, serif;
	font-size: 1.4rem;
	line-height: 1.05;
}

.wc-block-components-product-price,
.wc-block-grid__product-price,
.woocommerce ul.products li.product .price {
	color: var(--colo-terracotta);
	font-weight: 700;
}

.wc-block-components-form,
.wc-block-cart,
.wc-block-checkout__main,
.wc-block-checkout__sidebar {
	border-radius: var(--colo-radius-lg);
}

.wp-block-search__input,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea,
select {
	border: 1px solid rgba(30, 42, 58, 0.14);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: inset 0 1px 1px rgba(30, 42, 58, 0.03);
}

input:focus,
textarea:focus,
select:focus,
.wp-block-search__input:focus {
	border-color: rgba(196, 91, 62, 0.45);
	outline: none;
	box-shadow: 0 0 0 4px rgba(196, 91, 62, 0.1);
}

.wp-block-separator {
	opacity: 0.5;
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.colo-site-title {
		font-size: 2.3rem;
	}

	.colo-brand-tagline {
		font-size: 0.88rem;
	}

	.site-header .wp-block-navigation__responsive-container-open,
	.site-header .wp-block-navigation__responsive-container-close {
		color: var(--colo-night);
	}
}

@media (max-width: 600px) {
	.colo-topbar {
		display: none;
	}

	.colo-header-shell .wp-block-group.alignwide,
	.colo-footer-shell .wp-block-columns.alignwide,
	.wp-block-woocommerce-product-collection,
	.wp-block-woocommerce-cart,
	.wp-block-woocommerce-checkout {
		border-radius: 22px;
	}

	.hostinger-ai-page-title {
		font-size: 2.4rem;
	}
}

.colo-inner-hero,
.colo-shop-hero,
.colo-product-hero,
.colo-commerce-hero {
	position: relative;
	overflow: clip;
	background:
		radial-gradient(circle at 12% 18%, rgba(224, 178, 60, 0.16), transparent 22%),
		radial-gradient(circle at 88% 10%, rgba(92, 122, 107, 0.13), transparent 20%),
		linear-gradient(180deg, rgba(255, 250, 243, 0.96) 0%, rgba(247, 242, 233, 0.94) 100%);
}

.colo-inner-hero::before,
.colo-shop-hero::before,
.colo-product-hero::before,
.colo-commerce-hero::before {
	position: absolute;
	inset: 0;
	background:
		repeating-linear-gradient(
			135deg,
			transparent 0,
			transparent 26px,
			rgba(255, 255, 255, 0.22) 26px,
			rgba(255, 255, 255, 0.22) 27px
		);
	content: "";
	pointer-events: none;
}

.colo-inner-hero > *,
.colo-shop-hero > *,
.colo-product-hero > *,
.colo-commerce-hero > * {
	position: relative;
}

.colo-inner-kicker,
.colo-shop-kicker {
	margin: 0 0 0.8rem;
	color: var(--colo-terracotta);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.colo-inner-title,
.colo-shop-title,
.colo-product-title {
	margin: 0;
	line-height: 0.94;
}

.colo-content-shell,
.colo-story-shell,
.colo-commerce-card,
.colo-product-details-shell,
.colo-product-related-shell,
.colo-shop-toolbar,
.colo-shop-products {
	border: 1px solid rgba(30, 42, 58, 0.08);
	border-radius: var(--colo-radius-xl);
	background: rgba(255, 250, 243, 0.82);
	box-shadow: var(--colo-shadow-soft);
}

.colo-content-shell,
.colo-story-shell,
.colo-product-details-shell,
.colo-product-related-shell,
.colo-commerce-card {
	backdrop-filter: blur(8px);
}

.colo-content-shell .wp-block-post-content > :first-child,
.colo-story-shell .wp-block-post-content > :first-child {
	margin-top: 0;
}

.colo-story-shell .wp-block-post-featured-image {
	margin-bottom: 2rem;
}

.colo-story-meta {
	color: var(--colo-night-soft);
	font-size: 0.92rem;
}

.colo-shop-hero-copy {
	max-width: 760px;
}

.colo-shop-description,
.colo-shop-lead,
.colo-commerce-lead {
	color: var(--colo-night-soft);
}

.colo-shop-description {
	margin-top: 1rem;
}

.colo-shop-lead,
.colo-commerce-lead {
	max-width: 62ch;
	margin: 1rem 0 0;
}

.colo-commerce-actions {
	margin-top: 1.4rem;
}

.colo-back-shop-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 1.35rem;
	border: 1px solid rgba(30, 42, 58, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--colo-night);
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		background-color 0.18s ease,
		color 0.18s ease;
}

.colo-back-shop-link:hover,
.colo-back-shop-link:focus {
	transform: translateY(-1px);
	box-shadow: var(--colo-shadow-soft);
	background: var(--colo-night);
	color: var(--colo-creme);
}

.colo-shop-toolbar {
	align-items: center;
	gap: 1rem;
	padding: 1rem 1.2rem;
	margin-bottom: 1.5rem;
}

.colo-shop-toolbar .wc-block-components-notice-banner {
	width: 100%;
	margin-bottom: 0;
}

.colo-shop-products {
	padding: 1rem;
}

.colo-shop-empty {
	padding: 2rem 1rem 1rem;
	text-align: center;
}

.colo-product-grid {
	gap: 1rem;
}

.colo-product-gallery-card,
.colo-product-summary-card {
	height: 100%;
	padding: 1.2rem;
	border: 1px solid rgba(30, 42, 58, 0.08);
	border-radius: 30px;
	background: rgba(255, 250, 243, 0.94);
	box-shadow: var(--colo-shadow-card);
}

.colo-product-gallery-card .wc-block-components-product-image,
.colo-product-gallery-card .wc-block-components-product-image img,
.colo-product-gallery-card .wc-block-woocommerce-product-image-gallery img {
	border-radius: 24px;
}

.colo-product-summary-card > *:first-child {
	margin-top: 0;
}

.colo-product-summary {
	margin-bottom: 1.25rem;
	color: var(--colo-night-soft);
	font-size: 1rem;
}

.colo-product-summary-card .wc-block-components-product-price {
	margin: 0.7rem 0 1rem;
	font-size: 1.18rem;
}

.colo-product-summary-card .wp-block-woocommerce-add-to-cart-form,
.colo-product-summary-card form.cart {
	margin-top: 1rem;
}

.colo-product-summary-card .quantity .qty,
.colo-product-summary-card .wc-block-components-quantity-selector input {
	min-height: 48px;
	border-radius: 999px;
}

.colo-product-summary-card .single_add_to_cart_button,
.colo-product-summary-card .wc-block-components-product-button__button {
	min-height: 50px;
}

.colo-product-trust-list {
	padding-left: 1.1rem;
	margin: 1.2rem 0;
	color: var(--colo-night);
}

.colo-product-trust-list li + li {
	margin-top: 0.45rem;
}

.colo-product-summary-card .wp-block-woocommerce-product-meta {
	padding-top: 1rem;
	border-top: 1px solid rgba(30, 42, 58, 0.08);
	color: var(--colo-night-soft);
	font-size: 0.92rem;
}

.colo-product-details-shell {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.colo-product-details-shell .wc-block-components-product-details__description,
.colo-product-details-shell .wc-block-components-product-details__additional-information,
.colo-product-details-shell .wc-block-components-product-details__reviews {
	padding-top: 0.5rem;
}

.colo-product-related-shell {
	border: none;
	background: transparent;
	box-shadow: none;
}

.colo-commerce-card .wc-block-components-notice-banner,
.colo-commerce-card .woocommerce-notices-wrapper {
	margin-bottom: 1rem;
}

.colo-order-section-title {
	margin-bottom: 0.9rem;
	font-size: clamp(1.5rem, 2.8vw, 2rem);
}

.wc-block-components-sidebar,
.wc-block-cart__totals-title,
.wc-block-checkout__sidebar .wc-block-components-totals-wrapper,
.wc-block-components-order-summary {
	border-radius: 24px;
}

.wc-block-cart-items__header,
.wc-block-components-checkout-step__heading,
.wc-block-components-totals-wrapper h2,
.wc-block-components-title {
	color: var(--colo-night);
	font-family: DMSerifDisplay, Caudex, serif;
}

.wc-block-components-text-input input,
.wc-block-components-combobox-control input,
.wc-block-components-address-form input {
	min-height: 48px;
}

.wc-block-components-totals-item,
.wc-block-components-order-summary-item {
	border-color: rgba(30, 42, 58, 0.08);
}

.wc-block-components-order-summary,
.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar-layout .wc-block-components-sidebar {
	gap: 1rem;
}

@media (max-width: 900px) {
	.colo-content-shell,
	.colo-story-shell,
	.colo-commerce-card,
	.colo-product-details-shell,
	.colo-shop-toolbar,
	.colo-shop-products {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.colo-product-gallery-card,
	.colo-product-summary-card {
		padding: 1rem;
	}
}

@media (max-width: 600px) {
	.colo-inner-hero,
	.colo-shop-hero,
	.colo-product-hero,
	.colo-commerce-hero {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.colo-shop-toolbar {
		padding: 1rem;
	}
}
