/*
Theme Name: Cotillón Fantasía
Theme URI: https://cotillonfantasia.com.ar/
Author: Cotillón Fantasía
Description: Tema colorido para tiendas de cotillón, integrado con WooCommerce y una portada editable por bloques comerciales.
Version: 1.0.5
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: cotillon-fantasia
Tags: e-commerce, custom-logo, custom-menu, featured-images, block-patterns, wide-blocks
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--cf-ink: #10245b;
	--cf-blue: #2357d9;
	--cf-coral: #ff5f57;
	--cf-yellow: #ffdb3f;
	--cf-mint: #00b9b0;
	--cf-sky: #eaf3ff;
	--cf-bg: #f7fbff;
	--cf-line: #dfe8f4;
	--cf-muted: #61708f;
	--cf-white: #fff;
	--cf-radius: 24px;
	--cf-shadow: 0 18px 45px rgba(16, 36, 91, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cf-bg); color: var(--cf-ink); font: 400 16px/1.6 Arial, Helvetica, sans-serif; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { transition: color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease; }
.cf-shell, .alignwide { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.alignfull { width: 100%; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.screen-reader-text:focus { z-index: 99999; top: 8px; left: 8px; width: auto; height: auto; padding: 12px; clip: auto; background: #fff; color: var(--cf-ink); }
.cf-button, .wp-element-button, .button, button.button, input.button {
	display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 20px; border: 0; border-radius: 12px;
	background: var(--cf-blue); color: #fff; font-weight: 800; cursor: pointer;
}
.cf-button:hover, .wp-element-button:hover, .button:hover, button.button:hover, input.button:hover { background: var(--cf-ink); color: #fff; transform: translateY(-2px); }
.cf-eyebrow { margin: 0 0 7px; color: var(--cf-coral); font-size: 12px; line-height: 1.35; letter-spacing: .13em; font-weight: 900; text-transform: uppercase; }

/* Header */
.cf-announcement { padding: 8px 16px; background: var(--cf-ink); color: #fff; text-align: center; font-size: 13px; font-weight: 800; }
.cf-announcement span { padding-inline: 18px; color: var(--cf-yellow); }
.cf-site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--cf-line); backdrop-filter: blur(12px); }
.cf-header-main { min-height: 82px; display: flex; align-items: center; gap: 32px; }
.cf-brand { flex: 0 0 auto; }
.cf-brand-link { display: inline-flex; align-items: center; gap: 10px; line-height: .88; }
.cf-brand-link i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, var(--cf-coral), #ff914d); color: #fff; font: bold 28px Georgia, serif; font-style: italic; transform: rotate(-5deg); }
.cf-brand-link strong, .cf-brand-link b { display: block; }
.cf-brand-link strong { font-size: 16px; }
.cf-brand-link b { color: var(--cf-blue); font: italic 800 23px Georgia, serif; }
.custom-logo { display: block; width: auto; max-height: 62px; }
.cf-search { flex: 1; }
.cf-search-form { height: 48px; display: flex; align-items: center; gap: 8px; padding: 0 7px 0 16px; border: 2px solid transparent; border-radius: 999px; background: #eef4fb; }
.cf-search-form:focus-within { border-color: #9db8ff; background: #fff; }
.cf-search-form label { flex: 1; display: flex; align-items: center; }
.cf-search-icon { margin-right: 8px; font-size: 26px; transform: rotate(-20deg); }
.cf-search-form input { width: 100%; padding: 8px 0; border: 0; outline: 0; background: transparent; color: var(--cf-ink); }
.cf-search-form button { padding: 8px 15px; border: 0; border-radius: 999px; background: var(--cf-blue); color: #fff; font-size: 13px; font-weight: 800; cursor: pointer; }
.cf-header-actions { display: flex; align-items: center; gap: 8px; }
.cf-account-link, .cf-cart-link { min-height: 44px; display: flex; align-items: center; gap: 7px; padding: 8px 13px; border-radius: 999px; font-size: 14px; font-weight: 800; }
.cf-cart-link { background: var(--cf-yellow); }
.cf-cart-count { min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--cf-coral); color: #fff; font-size: 12px; }
.cf-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: var(--cf-blue); }
.cf-menu-toggle > span:not(.screen-reader-text) { width: 100%; height: 2px; display: block; margin: 4px 0; background: #fff; }
.cf-navigation { border-top: 1px solid var(--cf-line); }
.cf-menu { min-height: 48px; display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; font-size: 14px; font-weight: 800; }
.cf-menu li { position: relative; }
.cf-menu a:hover { color: var(--cf-coral); }
.cf-menu .sub-menu { position: absolute; z-index: 20; top: 100%; left: -14px; min-width: 220px; display: none; margin: 0; padding: 12px; border: 1px solid var(--cf-line); border-radius: 14px; background: #fff; box-shadow: var(--cf-shadow); list-style: none; }
.cf-menu li:hover > .sub-menu, .cf-menu li:focus-within > .sub-menu { display: block; }
.cf-menu .sub-menu a { display: block; padding: 8px; }

/* Shared headings */
.cf-home-section { padding-block: 78px; }
.cf-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.cf-section-heading h2 { margin: 0; font: 900 clamp(30px, 3vw, 38px)/1.1 Georgia, serif; letter-spacing: -.025em; }
.cf-section-heading > a { color: var(--cf-blue); font-size: 14px; font-weight: 900; }

/* Seasonal hero */
.cf-season { position: relative; min-height: 455px; overflow: hidden; margin-top: 30px; border-radius: 30px; background: #fff5ce; }
.cf-season > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cf-season-copy { position: relative; z-index: 2; width: 48%; max-width: 560px; margin-left: 23%; padding: 58px 0; }
.cf-season-copy .cf-eyebrow { display: inline-block; padding: 8px 12px; border-radius: 999px; background: var(--cf-coral); color: #fff; }
.cf-season-copy h1 { margin: 18px 0 14px; font: 900 clamp(46px, 5vw, 66px)/.96 Georgia, serif; letter-spacing: -.045em; }
.cf-season-copy > p:not(.cf-eyebrow) { max-width: 490px; font-size: 17px; }

/* Theme + products */
.cf-theme-layout { display: grid; grid-template-columns: 330px 1fr; gap: 22px; }
.cf-theme-banner { position: relative; min-height: 610px; overflow: hidden; padding: 28px; border-radius: 28px; background: #fff1a9; }
.cf-theme-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cf-theme-banner > span { position: relative; z-index: 2; display: inline-block; padding: 8px 11px; border-radius: 999px; background: #fff; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.cf-theme-banner > div { position: absolute; z-index: 2; top: 44%; right: 28px; left: 28px; }
.cf-theme-section, .cf-theme-section h2, .cf-theme-section p, .cf-theme-section b { font-family: var(--cf-theme-font); }
.cf-theme-banner p { margin: 0 0 6px; font-size: 14px; font-weight: 700; }
.cf-theme-banner h2 { margin: 0 0 18px; color: var(--cf-ink); font-size: 47px; font-weight: 900; line-height: .9; letter-spacing: -.04em; }
.cf-theme-cta { display: inline-block; padding: 11px 15px; border-radius: 11px; background: var(--cf-blue); color: #fff; font-size: 13px; font-weight: 900; }
.cf-theme-cta--top-left, .cf-theme-cta--top-right, .cf-theme-cta--center, .cf-theme-cta--bottom-left, .cf-theme-cta--bottom-right { position: absolute; z-index: 4; }
.cf-theme-cta--top-left { top: 72px; left: 28px; }
.cf-theme-cta--top-right { top: 28px; right: 28px; }
.cf-theme-cta--center { top: 50%; left: 50%; transform: translate(-50%, -50%); }
.cf-theme-cta--bottom-left { bottom: 28px; left: 28px; }
.cf-theme-cta--bottom-right { right: 28px; bottom: 28px; }
.cf-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 16px 12px; }
.cf-product-card { min-width: 0; height: 292px; display: flex; flex-direction: column; overflow: hidden; }
.cf-product-image { position: relative; height: 170px; display: grid; flex: 0 0 170px; place-items: center; overflow: hidden; border-radius: 18px; background: #fff; }
.cf-product-image img { width: 85%; height: 85%; object-fit: contain; transition: transform .2s ease; }
.cf-product-card:hover .cf-product-image img { transform: scale(1.05); }
.cf-sale { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 5px 9px; border-radius: 999px; background: var(--cf-coral); color: #fff; font-size: 12px; font-weight: 900; }
.cf-product-meta { margin: 11px 0 3px; color: var(--cf-muted); font-size: 12px; letter-spacing: .08em; font-weight: 800; text-transform: uppercase; }
.cf-product-card h3 { height: 40px; min-height: 40px; display: -webkit-box; overflow: hidden; margin: 0 0 7px; font-size: 14px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.cf-product-bottom { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; }
.cf-price { font-size: 17px; font-weight: 900; }
.cf-price del { display: block; color: var(--cf-muted); font-size: 12px; font-weight: 400; }
.cf-price ins { text-decoration: none; }
.cf-add-cart { width: 38px; height: 38px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 11px; background: var(--cf-blue); color: #fff; font-size: 24px; line-height: 1; font-weight: 400; }
.cf-add-cart:hover { background: var(--cf-coral); color: #fff; }
.cf-demo-product .cf-product-image { background: #eaf3ff; }
.cf-demo-product .cf-product-image span { font-size: 62px; }
.cf-demo-product > p:last-child { color: var(--cf-muted); font-size: 12px; line-height: 1.4; }
.cf-additional-blocks { padding-bottom: 64px; }
.cf-additional-blocks > * { margin-top: 0; margin-bottom: 28px; }

/* Categories and promotion */
.cf-category-section { padding-block: 72px; background: var(--cf-sky); }
.cf-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cf-category-card { position: relative; min-height: 235px; overflow: hidden; padding: 29px; border-radius: var(--cf-radius); }
.cf-category-card:hover { transform: translateY(-4px); box-shadow: var(--cf-shadow); }
.cf-category-card > span { font-size: 12px; letter-spacing: .12em; font-weight: 900; }
.cf-category-card h3 { position: relative; z-index: 2; max-width: 210px; margin: 12px 0 24px; font: 900 29px/1.05 Georgia, serif; }
.cf-category-card b { font-size: 13px; }
.cf-category-card i { position: absolute; right: 18px; bottom: 8px; font-size: 94px; font-style: normal; }
.cf-category-1 { background: var(--cf-coral); color: #fff; }
.cf-category-2 { background: var(--cf-yellow); }
.cf-category-3 { background: var(--cf-mint); }
.cf-discount { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 18px; padding: 20px 30px; border-radius: 20px; background: linear-gradient(100deg, var(--cf-ink), var(--cf-blue) 60%, var(--cf-mint)); color: #fff; }
.cf-discount span { font: 900 26px Georgia, serif; }
.cf-discount b { padding: 11px 15px; border-radius: 999px; background: #fff; color: var(--cf-blue); font-size: 13px; text-transform: uppercase; }

/* Product types */
.cf-type-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.cf-type-card { min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border-radius: var(--cf-radius); }
.cf-type-card:hover { transform: translateY(-5px); box-shadow: var(--cf-shadow); }
.cf-type-card > span { margin: auto; font-size: 92px; filter: drop-shadow(0 12px 10px rgba(16,36,91,.13)); }
.cf-type-card small { font-size: 12px; letter-spacing: .12em; font-weight: 900; }
.cf-type-card h3 { margin: 3px 0 10px; font: 900 28px Georgia, serif; }
.cf-type-card b { font-size: 13px; }
.cf-type-1 { background: #ffb8b3; }
.cf-type-2 { background: #a9d2ff; }
.cf-type-3 { background: #ffe77c; }
.cf-type-4 { background: #7fe0d8; }

/* Shoppable scene */
.cf-inspiration { padding-top: 0; }
.cf-scene { position: relative; width: min(900px, 100%); overflow: hidden; margin-inline: auto; aspect-ratio: 1; border: 5px solid #fff; border-radius: 30px; background: #fff; box-shadow: 0 24px 60px rgba(16,36,91,.14); }
.cf-scene > img { width: 100%; height: 100%; object-fit: contain; }
.cf-scene > p { position: absolute; z-index: 3; bottom: 18px; left: 50%; margin: 0; padding: 10px 15px; border-radius: 999px; background: rgba(16,36,91,.92); color: #fff; font-size: 13px; font-weight: 800; white-space: nowrap; transform: translateX(-50%); }
.cf-hotspot { position: absolute; z-index: 5; transform: translate(-50%, -50%); }
.cf-hotspot > i { width: 36px; height: 36px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; background: var(--cf-blue); color: #fff; box-shadow: 0 0 0 7px rgba(255,255,255,.45), 0 8px 20px rgba(16,36,91,.35); font-size: 12px; font-style: normal; animation: cf-pulse 2s infinite; }
.cf-hotspot > span { position: absolute; top: 50%; left: 46px; width: 180px; padding: 12px 14px; border-radius: 13px; background: #fff; color: var(--cf-ink); box-shadow: var(--cf-shadow); font-size: 14px; font-weight: 800; opacity: 0; pointer-events: none; transform: translateY(-50%) scale(.94); }
.cf-hotspot > span b { display: block; margin-top: 5px; color: var(--cf-blue); font-size: 12px; }
.cf-hotspot:hover > span, .cf-hotspot:focus > span { opacity: 1; transform: translateY(-50%) scale(1); }
@keyframes cf-pulse { 50% { box-shadow: 0 0 0 12px rgba(255,255,255,.15), 0 8px 20px rgba(16,36,91,.35); } }

/* Benefits and footer */
.cf-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 65px; padding: 28px; border-radius: 22px; background: #ffed8f; }
.cf-benefits > div { display: flex; align-items: center; gap: 12px; }
.cf-benefits > div > span { font-size: 28px; }
.cf-benefits p { margin: 0; font-size: 13px; }
.cf-benefits b, .cf-benefits small { display: block; }
.cf-benefits small { margin-top: 3px; color: var(--cf-muted); }
.cf-site-footer { padding: 55px 0 22px; background: var(--cf-ink); color: #fff; }
.cf-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 44px; }
.cf-brand-footer b { color: var(--cf-yellow); }
.cf-footer-grid h3 { margin: 0 0 14px; font-size: 16px; }
.cf-footer-grid p, .cf-footer-grid a { display: block; margin: 7px 0 0; color: #c6d2ec; font-size: 13px; }
.cf-footer-grid a:hover { color: var(--cf-yellow); }
.cf-footer-widgets { grid-column: 1 / -1; }
.cf-copyright { display: flex; justify-content: space-between; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); color: #91a2c7; font-size: 12px; }

/* Pages and posts */
.cf-content, .cf-shop-main { min-height: 55vh; padding-block: 64px; }
.cf-content h1, .cf-shop-main h1 { font: 900 clamp(36px, 5vw, 58px)/1.05 Georgia, serif; letter-spacing: -.035em; }
.entry-content { max-width: 820px; }
.entry-content > * { margin-block: 1.35em; }
.cf-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cf-post-card { padding: 18px; border: 1px solid var(--cf-line); border-radius: 20px; background: #fff; }
.cf-post-card img { border-radius: 14px; }
.cf-post-card h2 { font: 800 25px/1.2 Georgia, serif; }
.cf-empty { padding-block: 100px; text-align: center; }
.cf-empty-icon { margin: 0; font-size: 70px; }
.comments-area { max-width: 820px; margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--cf-line); }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { margin-bottom: 22px; color: var(--cf-muted); font-size: 13px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 25px; }
.woocommerce .woocommerce-ordering select { padding: 10px 14px; border: 1px solid var(--cf-line); border-radius: 10px; background: #fff; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px 18px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; padding: 12px 12px 17px; border: 1px solid var(--cf-line); border-radius: 21px; background: #fff; }
.woocommerce ul.products li.product a img { height: 250px; margin: 0 0 14px; border-radius: 15px; object-fit: contain; background: #f8fbff; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 48px; padding: 0; color: var(--cf-ink); font-size: 16px; line-height: 1.4; }
.woocommerce ul.products li.product .price { color: var(--cf-ink); font-size: 18px; font-weight: 900; }
.woocommerce span.onsale { min-width: auto; min-height: auto; padding: 6px 10px; border-radius: 999px; background: var(--cf-coral); line-height: 1.2; }
.woocommerce div.product { padding: 24px; border-radius: 24px; background: #fff; }
.woocommerce div.product div.images img { border-radius: 18px; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--cf-blue); font-size: 25px; font-weight: 900; }
.woocommerce .quantity .qty { min-height: 46px; border: 1px solid var(--cf-line); border-radius: 10px; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--cf-mint); background: #effbf9; }
.woocommerce-error { border-top-color: var(--cf-coral); background: #fff1f0; }
.woocommerce table.shop_table { overflow: hidden; border-color: var(--cf-line); border-radius: 15px; background: #fff; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single { min-height: 46px; padding: 10px 12px; border: 1px solid var(--cf-line); border-radius: 10px; background: #fff; }
.woocommerce nav.woocommerce-pagination ul { overflow: hidden; border: 1px solid var(--cf-line); border-radius: 10px; }
.woocommerce nav.woocommerce-pagination ul li { border-color: var(--cf-line); }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 42px; padding: 10px; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--cf-blue); color: #fff; }

/* Gutenberg patterns */
.cf-pattern-season, .cf-pattern-promo, .cf-pattern-types, .cf-pattern-scene { border-radius: var(--cf-radius); }
.cf-pattern-promo { background: linear-gradient(100deg, var(--cf-ink), var(--cf-blue), var(--cf-mint)); color: #fff; }
.cf-pattern-types .wp-block-column { padding: 24px; border-radius: 20px; }

@media (max-width: 980px) {
	.cf-account-link { display: none; }
	.cf-theme-layout { grid-template-columns: 280px 1fr; }
	.cf-product-grid { grid-template-columns: repeat(2, 1fr); }
	.cf-theme-banner { min-height: 880px; }
	.cf-category-card i { font-size: 72px; opacity: .75; }
	.cf-type-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
	.cf-benefits { grid-template-columns: repeat(2, 1fr); }
	.cf-footer-grid { grid-template-columns: repeat(2, 1fr); }
	.cf-season-copy { width: 58%; margin-left: 20%; }
}

@media (max-width: 700px) {
	.cf-shell, .alignwide { width: calc(100% - 24px); }
	.cf-announcement { font-size: 11px; }
	.cf-announcement span { padding-inline: 5px; }
	.cf-header-main { flex-wrap: wrap; gap: 10px; padding-block: 12px; }
	.cf-brand { order: 1; }
	.cf-header-actions { order: 2; margin-left: auto; }
	.cf-search { order: 3; flex-basis: 100%; }
	.cf-search-form button { display: none; }
	.cf-cart-link { padding: 9px; font-size: 0; }
	.cf-cart-link > span { font-size: 17px; }
	.cf-cart-link .cf-cart-count { font-size: 11px; }
	.cf-menu-toggle { display: block; }
	.cf-navigation { display: none; width: 100%; padding-bottom: 14px; border-top: 0; }
	.cf-navigation.is-open { display: block; }
	.cf-menu { display: block; }
	.cf-menu > li > a { display: block; padding: 10px 4px; border-bottom: 1px solid var(--cf-line); }
	.cf-menu .sub-menu { position: static; display: block; padding: 0 0 0 18px; border: 0; box-shadow: none; }
	.cf-season { min-height: 615px; margin-top: 14px; }
	.cf-season > img { height: 235px; object-position: center; }
	.cf-season-copy { width: auto; max-width: none; margin: 0; padding: 265px 24px 30px; }
	.cf-season-copy h1 { font-size: 42px; }
	.cf-season-copy > p:not(.cf-eyebrow) { font-size: 16px; }
	.cf-home-section { padding-block: 56px; }
	.cf-section-heading { align-items: start; }
	.cf-section-heading h2 { font-size: 30px; }
	.cf-section-heading > a { display: none; }
	.cf-theme-layout { display: block; }
	.cf-theme-banner { min-height: 440px; display: block; margin-bottom: 22px; }
	.cf-theme-banner > div { top: 43%; }
	.cf-product-grid, .cf-category-grid, .cf-type-grid { display: flex; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; }
	.cf-product-card { height: 306px; flex: 0 0 64vw; scroll-snap-align: start; }
	.cf-product-image { height: 188px; flex-basis: 188px; }
	.cf-category-section { padding-block: 54px; }
	.cf-category-card { flex: 0 0 82vw; scroll-snap-align: start; }
	.cf-discount { align-items: flex-start; flex-direction: column; }
	.cf-discount span { font-size: 22px; }
	.cf-type-card { flex: 0 0 70vw; scroll-snap-align: start; }
	.cf-scene { border-radius: 20px; }
	.cf-scene > p { bottom: 8px; max-width: calc(100% - 18px); font-size: 11px; white-space: normal; text-align: center; }
	.cf-hotspot > span { right: 44px; left: auto; width: 150px; }
	.cf-hotspot:nth-of-type(2) > span { right: auto; left: 44px; }
	.cf-benefits { grid-template-columns: 1fr; padding: 22px; }
	.cf-footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
	.cf-footer-grid > div:first-child { grid-column: 1 / -1; }
	.cf-copyright { display: block; }
	.cf-copyright span { display: block; margin-top: 5px; }
	.cf-post-grid { grid-template-columns: 1fr; }
	.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.woocommerce ul.products li.product { padding: 8px; }
	.woocommerce ul.products li.product a img { height: 175px; }
	.woocommerce div.product { padding: 14px; }
}
