/*
Theme Name: Kolorama
Theme URI: https://kolorama-cl.diego-cr2011.chatgpt.site/
Author: Kolorama
Description: Tema editorial de comercio electrónico para libros para colorear, lápices y kits creativos. Compatible con WooCommerce.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: kolorama
Tags: e-commerce, custom-logo, custom-menu, featured-images, full-width-template, translation-ready
*/

:root {
	--kolorama-cream: #f8f3e9;
	--kolorama-ink: #20201e;
	--kolorama-coral: #ef5b42;
	--kolorama-forest: #1f3f37;
	--kolorama-yellow: #f5c852;
	--kolorama-mint: #8fc9bc;
	--kolorama-pink: #f0a6bf;
	--kolorama-blue: #9eb4e8;
	--kolorama-white: #fffdf8;
	--kolorama-border: rgba(32, 32, 30, 0.14);
	--kolorama-muted: rgba(32, 32, 30, 0.62);
	--kolorama-radius: 22px;
	--kolorama-wide: 1440px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.kolorama-theme {
	margin: 0;
	background: var(--kolorama-cream);
	color: var(--kolorama-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

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

.kolorama-container {
	margin-inline: auto;
	max-width: var(--kolorama-wide);
	padding-inline: clamp(20px, 3.2vw, 48px);
	width: 100%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background: var(--kolorama-white);
	clip: auto !important;
	clip-path: none;
	color: var(--kolorama-ink);
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 10px;
	padding: 12px 16px;
	top: 10px;
	width: auto;
	z-index: 99999;
}

.kolorama-announcement {
	background: var(--kolorama-forest);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	padding: 10px 16px;
	text-align: center;
	text-transform: uppercase;
}

.kolorama-header {
	background: color-mix(in srgb, var(--kolorama-cream) 96%, transparent);
	border-bottom: 1px solid var(--kolorama-border);
	position: relative;
	z-index: 40;
}

.kolorama-header-main {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	min-height: 82px;
}

.kolorama-brand,
.kolorama-brand > .custom-logo-link {
	align-items: center;
	display: inline-flex;
	flex-shrink: 0;
	gap: 12px;
}

.kolorama-brand .custom-logo {
	max-height: 52px;
	width: auto;
}

.kolorama-brand-mark {
	align-items: center;
	background: var(--kolorama-coral);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 19px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	transform: rotate(3deg);
	transition: transform 180ms ease;
	width: 42px;
}

.kolorama-brand:hover .kolorama-brand-mark {
	transform: rotate(12deg);
}

.kolorama-brand-name {
	font-size: clamp(25px, 2.3vw, 34px);
	font-weight: 950;
	letter-spacing: -0.065em;
	line-height: 1;
	text-transform: uppercase;
}

.kolorama-search {
	align-items: center;
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid var(--kolorama-border);
	border-radius: 999px;
	display: flex;
	gap: 12px;
	max-width: 440px;
	padding: 0 20px;
	width: 100%;
}

.kolorama-search input {
	background: transparent;
	border: 0;
	color: var(--kolorama-ink);
	min-height: 46px;
	outline: 0;
	width: 100%;
}

.kolorama-search input::placeholder {
	color: rgba(32, 32, 30, 0.45);
}

.kolorama-header-actions {
	align-items: center;
	display: flex;
	gap: 4px;
}

.kolorama-icon-button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	padding: 0;
	position: relative;
	transition: background 160ms ease;
	width: 42px;
}

.kolorama-icon-button:hover,
.kolorama-icon-button:focus-visible {
	background: rgba(32, 32, 30, 0.07);
	outline: 0;
}

.kolorama-cart-count {
	align-items: center;
	background: var(--kolorama-coral);
	border: 2px solid var(--kolorama-cream);
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-size: 10px;
	font-weight: 900;
	height: 21px;
	justify-content: center;
	min-width: 21px;
	padding-inline: 3px;
	position: absolute;
	right: -1px;
	top: -2px;
}

.kolorama-menu-toggle,
.kolorama-search-toggle {
	display: none;
}

.kolorama-primary-nav {
	border-top: 1px solid var(--kolorama-border);
}

.kolorama-nav-list,
.kolorama-primary-nav ul {
	align-items: center;
	display: flex;
	gap: clamp(18px, 2.5vw, 34px);
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 13px 0;
}

.kolorama-nav-list a,
.kolorama-primary-nav a {
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	transition: color 150ms ease;
}

.kolorama-nav-list li:last-child a,
.kolorama-primary-nav a:hover,
.kolorama-primary-nav a:focus-visible {
	color: var(--kolorama-coral);
}

.kolorama-search-mobile,
.kolorama-mobile-menu {
	display: none;
}

.kolorama-hero {
	display: grid;
	margin: 0 auto;
	max-width: var(--kolorama-wide);
	min-height: 640px;
	grid-template-columns: 0.94fr 1.06fr;
}

.kolorama-hero-copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(64px, 6vw, 96px) clamp(24px, 4.6vw, 68px);
	position: relative;
}

.kolorama-hero-copy::after {
	border: 22px solid var(--kolorama-yellow);
	border-radius: 999px;
	bottom: -35px;
	content: "";
	height: 130px;
	left: -48px;
	pointer-events: none;
	position: absolute;
	width: 130px;
	z-index: 2;
}

.kolorama-eyebrow {
	border: 1px solid var(--kolorama-border);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.18em;
	margin-bottom: 28px;
	padding: 9px 15px;
	text-transform: uppercase;
}

.kolorama-hero h1 {
	font-size: clamp(58px, 7.2vw, 112px);
	font-weight: 950;
	letter-spacing: -0.075em;
	line-height: 0.82;
	margin: 0;
	max-width: 730px;
	text-transform: uppercase;
}

.kolorama-hero h1 strong {
	color: var(--kolorama-coral);
	display: block;
	font-weight: inherit;
}

.kolorama-hero-copy > p {
	color: var(--kolorama-muted);
	font-size: clamp(16px, 1.45vw, 19px);
	line-height: 1.7;
	margin: 32px 0 0;
	max-width: 535px;
}

.kolorama-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.kolorama-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 850;
	gap: 11px;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	transition: background 180ms ease, color 180ms ease, border 180ms ease, transform 180ms ease;
}

.kolorama-button:hover,
.kolorama-button:focus-visible {
	transform: translateY(-2px);
}

.kolorama-button-dark {
	background: var(--kolorama-ink);
	color: #fff;
}

.kolorama-button-dark:hover,
.kolorama-button-dark:focus-visible {
	background: var(--kolorama-coral);
	color: #fff;
}

.kolorama-button-outline {
	border-color: rgba(32, 32, 30, 0.26);
}

.kolorama-button-outline:hover,
.kolorama-button-outline:focus-visible {
	background: var(--kolorama-white);
}

.kolorama-button-yellow {
	background: var(--kolorama-yellow);
	color: var(--kolorama-ink);
}

.kolorama-hero-media {
	background: var(--kolorama-coral);
	min-height: 560px;
	overflow: hidden;
	position: relative;
}

.kolorama-hero-media::after {
	background: linear-gradient(to top, rgba(239, 91, 66, 0.32), transparent 55%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.kolorama-hero-media > img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.kolorama-featured-card {
	align-items: flex-end;
	backdrop-filter: blur(14px);
	background: rgba(32, 32, 30, 0.32);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 18px;
	bottom: 30px;
	color: #fff;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	left: 30px;
	padding: 20px;
	position: absolute;
	right: 30px;
	z-index: 3;
}

.kolorama-featured-card span,
.kolorama-featured-card strong {
	display: block;
}

.kolorama-featured-card span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.kolorama-featured-card strong {
	font-size: clamp(17px, 1.6vw, 22px);
	margin-top: 4px;
}

.kolorama-featured-card b {
	font-size: 19px;
	white-space: nowrap;
}

.kolorama-category-band {
	background: rgba(255, 255, 255, 0.48);
	border-bottom: 1px solid var(--kolorama-border);
	border-top: 1px solid var(--kolorama-border);
	padding: 48px 0;
}

.kolorama-category-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, 1fr);
}

.kolorama-category-card {
	background: var(--category-color);
	border: 0;
	border-radius: var(--kolorama-radius);
	color: var(--kolorama-ink);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 180px;
	padding: 24px;
	text-align: left;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.kolorama-category-card:hover,
.kolorama-category-card:focus-visible {
	box-shadow: 0 16px 40px rgba(32, 32, 30, 0.11);
	outline: 0;
	transform: translateY(-5px);
}

.kolorama-category-number {
	color: rgba(32, 32, 30, 0.5);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.18em;
}

.kolorama-category-card strong {
	display: block;
	font-size: clamp(19px, 1.65vw, 26px);
	line-height: 1.05;
}

.kolorama-category-card small {
	align-items: center;
	color: rgba(32, 32, 30, 0.62);
	display: flex;
	font-size: 12px;
	gap: 8px;
	justify-content: space-between;
	margin-top: 10px;
}

.kolorama-category-card .dashicons {
	color: var(--kolorama-ink);
	transition: transform 180ms ease;
}

.kolorama-category-card:hover .dashicons {
	transform: translateX(4px);
}

.kolorama-products-section {
	padding-bottom: clamp(80px, 8vw, 120px);
	padding-top: clamp(80px, 8vw, 120px);
}

.kolorama-section-head {
	align-items: flex-end;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.kolorama-kicker {
	color: var(--kolorama-coral);
	display: block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.kolorama-section-head h2,
.kolorama-combo h2,
.kolorama-newsletter h2,
.kolorama-page-heading h1 {
	font-size: clamp(40px, 5vw, 70px);
	font-weight: 950;
	letter-spacing: -0.06em;
	line-height: 0.95;
	margin: 12px 0 0;
	text-transform: uppercase;
}

.kolorama-filters {
	display: flex;
	gap: 8px;
	max-width: 100%;
	overflow-x: auto;
	padding-bottom: 2px;
}

.kolorama-filters button {
	background: transparent;
	border: 1px solid rgba(32, 32, 30, 0.2);
	border-radius: 999px;
	color: var(--kolorama-ink);
	cursor: pointer;
	font-size: 12px;
	font-weight: 850;
	min-height: 42px;
	padding: 0 20px;
	transition: background 160ms ease, color 160ms ease;
	white-space: nowrap;
}

.kolorama-filters button.is-active,
.kolorama-filters button:hover,
.kolorama-filters button:focus-visible {
	background: var(--kolorama-ink);
	border-color: var(--kolorama-ink);
	color: #fff;
	outline: 0;
}

.kolorama-product-grid {
	display: grid;
	gap: 44px 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 42px;
}

.kolorama-product-card[hidden] {
	display: none;
}

.kolorama-product-media {
	aspect-ratio: 4 / 5;
	background: #ede6da;
	border-radius: var(--kolorama-radius);
	overflow: hidden;
	position: relative;
}

.kolorama-product-media > a:first-child {
	display: block;
	height: 100%;
}

.kolorama-product-media img {
	height: 100%;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.kolorama-product-card:hover .kolorama-product-media img {
	transform: scale(1.045);
}

.kolorama-product-tag {
	background: #fff;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 900;
	left: 12px;
	letter-spacing: 0.06em;
	padding: 7px 11px;
	position: absolute;
	text-transform: uppercase;
	top: 12px;
	z-index: 3;
}

.kolorama-add-button,
.woocommerce a.button.kolorama-add-button {
	align-items: center;
	background: var(--kolorama-ink);
	border: 0;
	border-radius: 999px;
	bottom: 12px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	font-weight: 850;
	gap: 8px;
	justify-content: center;
	left: 12px;
	min-height: 44px;
	opacity: 0;
	padding: 0 18px;
	position: absolute;
	right: 12px;
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
	z-index: 4;
}

.kolorama-product-card:hover .kolorama-add-button,
.kolorama-add-button:focus-visible,
.kolorama-add-button.loading,
.kolorama-add-button.added {
	opacity: 1;
	transform: translateY(0);
}

.kolorama-add-button:hover {
	background: var(--kolorama-coral);
	color: #fff;
}

.kolorama-add-button.loading {
	opacity: 0.72;
}

.kolorama-add-button.added::after {
	content: "✓";
	margin-left: 4px;
}

.kolorama-add-button + .added_to_cart {
	display: none;
}

.kolorama-product-info {
	padding-top: 16px;
}

.kolorama-product-info > span {
	color: rgba(32, 32, 30, 0.46);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.kolorama-product-info h3 {
	font-size: 16px;
	line-height: 1.3;
	margin: 5px 0 0;
}

.kolorama-price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	font-weight: 900;
	gap: 8px;
	margin-top: 9px;
}

.kolorama-price del {
	color: rgba(32, 32, 30, 0.4);
	font-weight: 500;
}

.kolorama-price ins {
	text-decoration: none;
}

.kolorama-empty-products {
	border: 1px dashed rgba(32, 32, 30, 0.25);
	border-radius: var(--kolorama-radius);
	font-weight: 800;
	margin: 42px 0 0;
	padding: 72px 24px;
	text-align: center;
}

.kolorama-combo {
	background: var(--kolorama-forest);
	color: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-inline: auto;
	max-width: var(--kolorama-wide);
}

.kolorama-combo-media {
	min-height: 560px;
	overflow: hidden;
	position: relative;
}

.kolorama-combo-media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.kolorama-combo-media::after {
	background: rgba(239, 91, 66, 0.28);
	content: "";
	inset: 0;
	mix-blend-mode: multiply;
	position: absolute;
}

.kolorama-combo-media > span {
	background: var(--kolorama-yellow);
	border-radius: 999px;
	bottom: 24px;
	color: var(--kolorama-ink);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.11em;
	left: 24px;
	padding: 9px 14px;
	position: absolute;
	text-transform: uppercase;
	z-index: 2;
}

.kolorama-combo-copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(55px, 6vw, 90px);
}

.kolorama-combo .kolorama-kicker {
	color: var(--kolorama-yellow);
}

.kolorama-combo h2 {
	max-width: 650px;
}

.kolorama-combo-copy > p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 17px;
	line-height: 1.7;
	margin: 26px 0 0;
	max-width: 540px;
}

.kolorama-combo-price {
	align-items: center;
	display: flex;
	gap: 18px;
	margin: 28px 0;
}

.kolorama-combo-price strong {
	font-size: 26px;
}

.kolorama-combo-price del {
	color: rgba(255, 255, 255, 0.4);
}

.kolorama-benefits {
	background: var(--kolorama-yellow);
	border-bottom: 1px solid var(--kolorama-border);
}

.kolorama-benefits-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-inline: clamp(20px, 3.2vw, 48px);
}

.kolorama-benefits-grid > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 180px;
	padding: 28px;
}

.kolorama-benefits-grid > div + div {
	border-left: 1px solid rgba(32, 32, 30, 0.15);
}

.kolorama-benefits .dashicons {
	font-size: 26px;
	height: 26px;
	width: 26px;
}

.kolorama-benefits strong {
	font-size: 15px;
	margin-top: 16px;
	text-transform: uppercase;
}

.kolorama-benefits small {
	color: rgba(32, 32, 30, 0.62);
	font-size: 13px;
	margin-top: 5px;
}

.kolorama-newsletter {
	align-items: center;
	display: grid;
	gap: clamp(40px, 7vw, 100px);
	grid-template-columns: 0.82fr 1.18fr;
	padding-bottom: clamp(78px, 8vw, 112px);
	padding-top: clamp(78px, 8vw, 112px);
}

.kolorama-newsletter h2 {
	font-size: clamp(38px, 4.3vw, 60px);
}

.kolorama-newsletter-form {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	position: relative;
}

.kolorama-newsletter-form input {
	background: #fff;
	border: 1px solid rgba(32, 32, 30, 0.2);
	border-radius: 999px;
	min-height: 56px;
	outline: 0;
	padding: 0 22px;
	width: 100%;
}

.kolorama-newsletter-form input:focus {
	border-color: var(--kolorama-coral);
	box-shadow: 0 0 0 3px rgba(239, 91, 66, 0.14);
}

.kolorama-newsletter-message {
	font-size: 13px;
	grid-column: 1 / -1;
	margin: 4px 16px 0;
	min-height: 20px;
}

.kolorama-newsletter-message.is-success {
	color: var(--kolorama-forest);
	font-weight: 800;
}

.kolorama-newsletter-message.is-error {
	color: #a42d1d;
	font-weight: 800;
}

.kolorama-footer {
	background: var(--kolorama-ink);
	color: #fff;
	padding: 62px 0 26px;
}

.kolorama-footer-grid {
	display: grid;
	gap: 60px;
	grid-template-columns: 1.3fr 0.7fr 0.7fr;
}

.kolorama-brand-footer .kolorama-brand-name {
	font-size: 34px;
}

.kolorama-footer-copy {
	color: rgba(255, 255, 255, 0.52);
	font-size: 14px;
	line-height: 1.7;
	margin: 20px 0 0;
	max-width: 390px;
}

.kolorama-footer h2 {
	color: rgba(255, 255, 255, 0.38);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.16em;
	margin: 0;
	text-transform: uppercase;
}

.kolorama-footer ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

.kolorama-footer li,
.kolorama-footer li a {
	font-size: 14px;
}

.kolorama-footer a {
	transition: color 150ms ease;
}

.kolorama-footer a:hover {
	color: var(--kolorama-yellow);
}

.kolorama-social-link {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	display: flex;
	height: 44px;
	justify-content: center;
	margin-top: 24px;
	width: 44px;
}

.kolorama-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.34);
	display: flex;
	font-size: 10px;
	justify-content: space-between;
	letter-spacing: 0.12em;
	margin-top: 56px;
	padding-top: 24px;
	text-transform: uppercase;
}

.kolorama-toast {
	align-items: center;
	background: var(--kolorama-ink);
	border-radius: 999px;
	bottom: 22px;
	box-shadow: 0 14px 40px rgba(32, 32, 30, 0.25);
	color: #fff;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	gap: 9px;
	left: 50%;
	opacity: 0;
	padding: 13px 19px;
	pointer-events: none;
	position: fixed;
	transform: translate(-50%, 18px);
	transition: opacity 180ms ease, transform 180ms ease;
	z-index: 100;
}

.kolorama-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.kolorama-toast .dashicons {
	color: var(--kolorama-mint);
}

/* Content and WooCommerce */
.kolorama-content {
	min-height: 55vh;
	padding-bottom: 90px;
	padding-top: 80px;
}

.kolorama-page-heading {
	margin-bottom: 48px;
	max-width: 1000px;
}

.kolorama-post-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kolorama-post-card {
	background: var(--kolorama-white);
	border-radius: var(--kolorama-radius);
	overflow: hidden;
}

.kolorama-post-card > div {
	padding: 24px;
}

.kolorama-post-thumbnail {
	aspect-ratio: 4 / 3;
	display: block;
	overflow: hidden;
}

.kolorama-post-thumbnail img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.kolorama-post-card h2 {
	font-size: 22px;
	margin: 0;
}

.kolorama-post-card p {
	color: var(--kolorama-muted);
	line-height: 1.7;
}

.kolorama-text-link {
	font-size: 13px;
	font-weight: 850;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.kolorama-entry {
	margin: 0 auto;
	max-width: 980px;
}

.kolorama-entry-image {
	border-radius: var(--kolorama-radius);
	margin-bottom: 44px;
	overflow: hidden;
}

.kolorama-entry-content {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 1.8;
}

.kolorama-entry-content > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

.kolorama-entry-content > .alignwide {
	max-width: 1100px;
}

.kolorama-entry-content > .alignfull {
	max-width: none;
}

.woocommerce .woocommerce-breadcrumb {
	color: var(--kolorama-muted);
	font-size: 12px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 30px;
}

.woocommerce ul.products {
	display: grid;
	gap: 36px 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 40px 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	float: none;
	margin: 0;
	width: auto;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 4 / 5;
	background: #ede6da;
	border-radius: var(--kolorama-radius);
	height: auto;
	object-fit: cover;
}

.woocommerce span.onsale {
	background: #fff;
	border-radius: 999px;
	color: var(--kolorama-ink);
	font-size: 10px;
	font-weight: 900;
	left: 12px;
	line-height: 1;
	min-height: 0;
	padding: 8px 11px;
	top: 12px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--kolorama-ink);
	font-size: 16px;
	font-weight: 850;
}

.woocommerce ul.products li.product .price {
	color: var(--kolorama-ink);
	font-size: 15px;
	font-weight: 900;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--kolorama-ink);
	border-radius: 999px;
	color: #fff;
	font-weight: 850;
	padding: 13px 20px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--kolorama-coral);
	color: #fff;
}

.woocommerce div.product div.images img {
	border-radius: var(--kolorama-radius);
}

.woocommerce div.product .product_title {
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 950;
	letter-spacing: -0.055em;
	line-height: 0.95;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--kolorama-ink);
	font-size: 24px;
	font-weight: 900;
}

.woocommerce-message,
.woocommerce-info {
	background: var(--kolorama-white);
	border-top-color: var(--kolorama-mint);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--kolorama-forest);
}

@media (max-width: 1080px) {
	.kolorama-search-desktop {
		display: none;
	}

	.kolorama-search-toggle {
		display: inline-flex;
	}

	.kolorama-search-mobile:not([hidden]) {
		border-top: 1px solid var(--kolorama-border);
		display: block;
		padding: 12px 0;
	}

	.kolorama-search-mobile .kolorama-search {
		background: #fff;
		margin-inline: auto;
		max-width: 680px;
	}

	.kolorama-hero {
		min-height: 580px;
	}

	.kolorama-product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.kolorama-benefits-grid > div {
		padding: 24px 18px;
	}
}

@media (max-width: 820px) {
	.kolorama-menu-toggle {
		display: inline-flex;
	}

	.kolorama-account-link {
		display: none;
	}

	.kolorama-primary-nav {
		display: none;
	}

	.kolorama-mobile-menu:not([hidden]) {
		background: var(--kolorama-forest);
		color: #fff;
		display: block;
		inset: 0;
		overflow-y: auto;
		padding: 24px;
		position: fixed;
		z-index: 90;
	}

	.kolorama-mobile-menu-head {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}

	.kolorama-mobile-menu .kolorama-brand-name {
		font-size: 27px;
	}

	.kolorama-mobile-menu .kolorama-icon-button {
		background: rgba(255, 255, 255, 0.1);
	}

	.kolorama-mobile-menu nav,
	.kolorama-mobile-menu > ul {
		margin-top: 64px;
	}

	.kolorama-mobile-nav-list,
	.kolorama-mobile-menu .kolorama-nav-list {
		display: block;
		list-style: none;
		margin: 64px 0 0;
		padding: 0;
	}

	.kolorama-mobile-nav-list li,
	.kolorama-mobile-menu .kolorama-nav-list li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

	.kolorama-mobile-nav-list a,
	.kolorama-mobile-menu .kolorama-nav-list a {
		display: block;
		font-size: clamp(26px, 7vw, 38px);
		font-weight: 900;
		letter-spacing: -0.04em;
		padding: 20px 0;
	}

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

	.kolorama-hero-copy::after {
		display: none;
	}

	.kolorama-hero-media {
		min-height: 470px;
	}

	.kolorama-category-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.kolorama-section-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.kolorama-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kolorama-add-button,
	.woocommerce a.button.kolorama-add-button {
		opacity: 1;
		transform: none;
	}

	.kolorama-combo {
		grid-template-columns: 1fr;
	}

	.kolorama-combo-media {
		min-height: 440px;
	}

	.kolorama-benefits-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.kolorama-benefits-grid > div:nth-child(3) {
		border-left: 0;
		border-top: 1px solid rgba(32, 32, 30, 0.15);
	}

	.kolorama-benefits-grid > div:nth-child(4) {
		border-top: 1px solid rgba(32, 32, 30, 0.15);
	}

	.kolorama-newsletter {
		grid-template-columns: 1fr;
	}

	.kolorama-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.kolorama-footer-grid > div:first-child {
		grid-column: 1 / -1;
	}

	.kolorama-post-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.kolorama-announcement {
		font-size: 9px;
		letter-spacing: 0.1em;
	}

	.kolorama-header-main {
		min-height: 72px;
		padding-inline: 16px;
	}

	.kolorama-header-main .kolorama-brand-mark {
		display: none;
	}

	.kolorama-brand-name {
		font-size: 24px;
	}

	.kolorama-header-actions {
		gap: 0;
	}

	.kolorama-hero-copy {
		padding: 58px 22px;
	}

	.kolorama-hero h1 {
		font-size: clamp(54px, 17vw, 74px);
	}

	.kolorama-hero-media {
		min-height: 410px;
	}

	.kolorama-featured-card {
		bottom: 18px;
		left: 18px;
		right: 18px;
	}

	.kolorama-featured-card b {
		font-size: 16px;
	}

	.kolorama-category-band {
		padding: 34px 0;
	}

	.kolorama-category-grid {
		padding-inline: 14px;
	}

	.kolorama-category-card {
		min-height: 150px;
		padding: 17px;
	}

	.kolorama-category-card strong {
		font-size: 18px;
	}

	.kolorama-category-card small {
		font-size: 11px;
	}

	.kolorama-products-section {
		padding-inline: 14px;
	}

	.kolorama-section-head h2,
	.kolorama-combo h2,
	.kolorama-newsletter h2,
	.kolorama-page-heading h1 {
		font-size: 40px;
	}

	.kolorama-product-grid {
		gap: 34px 10px;
	}

	.kolorama-product-media {
		border-radius: 16px;
	}

	.kolorama-add-button,
	.woocommerce a.button.kolorama-add-button {
		bottom: 8px;
		left: 8px;
		min-height: 40px;
		padding-inline: 10px;
		right: 8px;
	}

	.kolorama-product-info h3 {
		font-size: 14px;
	}

	.kolorama-price {
		font-size: 13px;
	}

	.kolorama-combo-media {
		min-height: 360px;
	}

	.kolorama-combo-copy {
		padding: 52px 22px 62px;
	}

	.kolorama-benefits-grid {
		padding-inline: 0;
	}

	.kolorama-benefits-grid > div {
		min-height: 160px;
		padding: 22px 16px;
	}

	.kolorama-benefits strong {
		font-size: 13px;
	}

	.kolorama-newsletter {
		padding-inline: 22px;
	}

	.kolorama-newsletter-form {
		grid-template-columns: 1fr;
	}

	.kolorama-newsletter-message {
		grid-column: 1;
	}

	.kolorama-footer {
		padding-inline: 4px;
	}

	.kolorama-footer-grid {
		gap: 44px 24px;
	}

	.kolorama-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.kolorama-toast {
		max-width: calc(100% - 28px);
		width: max-content;
	}

	.kolorama-post-grid,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.kolorama-announcement,
	.kolorama-header,
	.kolorama-footer,
	.kolorama-toast {
		display: none !important;
	}
}
