/* ==========================================================================
   GeduKids — smart, minimal, interactive, responsive baby store
   ========================================================================== */

:root {
	--coral: #ff8a7a;
	--coral-dark: #f26b5b;
	--coral-soft: #fff2ee;
	--mint: #5bc8b0;
	--mint-soft: #ecf8f4;
	--sky: #8fd3f0;
	--sun: #ffd36b;
	--ink: #2e2a39;
	--body: #5b5b67;
	--muted: #8a8a96;
	--bg: #fffbf8;
	--surface: #ffffff;
	--border: #f0e8e4;
	--radius-sm: 12px;
	--radius: 18px;
	--radius-lg: 28px;
	--pill: 999px;
	--shadow-sm: 0 4px 14px rgba(46, 42, 57, .06);
	--shadow: 0 12px 30px rgba(242, 107, 91, .12);
	--shadow-hover: 0 18px 44px rgba(242, 107, 91, .22);
	--ease: .28s cubic-bezier(.2, .7, .3, 1);
	--container: 1200px;
	--header-h: 76px;
}

/* ---- Base ---- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: 'Nunito', system-ui, sans-serif;
	color: var(--body);
	background: var(--bg);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Baloo 2', system-ui, sans-serif; color: var(--ink); line-height: 1.2; margin: 0 0 .5em; }
a { color: var(--coral-dark); text-decoration: none; transition: color var(--ease); }
a:hover { color: var(--coral); }
img { max-width: 100%; height: auto; display: block; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 12px; top: 12px; background: #fff; padding: 10px 16px; border-radius: var(--pill); z-index: 9999; }

/* ---- Buttons ---- */
.gk-btn, .gk-home .button, .woocommerce a.button, .woocommerce button.button,
.woocommerce .button, .woocommerce #respond input#submit,
.woocommerce input.button, .woocommerce input.button.alt, .woocommerce a.button.alt {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 15px;
	padding: 13px 26px; border: none; border-radius: var(--pill); cursor: pointer;
	transition: transform var(--ease), box-shadow var(--ease), background-color var(--ease), color var(--ease);
	line-height: 1.1; text-align: center;
}
.gk-btn--primary, .woocommerce a.button.alt, .woocommerce button.button.alt,
.woocommerce #respond input#submit.alt, .woocommerce .single_add_to_cart_button,
.woocommerce #place_order, .wc-proceed-to-checkout .checkout-button {
	background: var(--coral); color: #fff;
}
.gk-btn--primary:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover, .woocommerce #place_order:hover,
.wc-proceed-to-checkout .checkout-button:hover {
	background: var(--coral-dark); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-hover);
}
.gk-btn--ghost { background: #fff; color: var(--ink); box-shadow: inset 0 0 0 2px var(--border); }
.gk-btn--ghost:hover { box-shadow: inset 0 0 0 2px var(--coral); color: var(--coral-dark); transform: translateY(-2px); }
.gk-btn--light { background: #fff; color: var(--coral-dark); }
.gk-btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); }
/* Secondary woo buttons (add to cart on cards) */
.woocommerce ul.products li.product .button { background: var(--coral-soft); color: var(--coral-dark); }
.woocommerce ul.products li.product .button:hover { background: var(--coral); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.woocommerce ul.products li.product .added_to_cart { background: var(--mint); color: #fff; border-radius: var(--pill); padding: 13px 20px; font-weight: 800; }

/* ---- Forms ---- */
input[type=text], input[type=email], input[type=tel], input[type=search], input[type=password],
input[type=number], select, textarea,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
	border: 1.5px solid var(--border); border-radius: var(--radius-sm); padding: 12px 16px;
	font: inherit; color: var(--ink); background: #fff; width: 100%; transition: border-color var(--ease), box-shadow var(--ease);
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--coral); box-shadow: 0 0 0 3px rgba(255, 138, 122, .2); }

/* ---- Top bar ---- */
.gk-topbar { background: var(--ink); color: #efeaf0; font-size: 13px; }
.gk-topbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; }
.gk-topbar a { color: #efeaf0; margin-left: 18px; }
.gk-topbar a:hover { color: var(--sun); }

/* ---- Header ---- */
.gk-header { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); transition: box-shadow var(--ease), padding var(--ease); }
.gk-header.is-stuck { box-shadow: var(--shadow-sm); }
.gk-header-inner { display: flex; align-items: center; gap: 22px; min-height: var(--header-h); }
.gk-branding { flex: 0 0 auto; }
.gk-branding img, .gk-footer-brand img { max-height: 52px; width: auto; }
.gk-logo-text { font-family: 'Baloo 2', sans-serif; font-weight: 800; font-size: 28px; color: var(--ink); line-height: 1; }
.gk-logo-text span { color: var(--coral); }
.gk-logo-text--light { color: #fff; }
.gk-search { flex: 1 1 auto; max-width: 520px; display: flex; align-items: center; background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--pill); padding: 4px 4px 4px 18px; }
.gk-search input { border: none; background: transparent; flex: 1; padding: 8px 0; }
.gk-search input:focus { outline: none; box-shadow: none; }
.gk-search button { background: var(--coral); color: #fff; border: none; width: 42px; height: 42px; border-radius: var(--pill); display: grid; place-items: center; cursor: pointer; transition: background var(--ease); }
.gk-search button:hover { background: var(--coral-dark); }
.gk-primary-nav { flex: 0 0 auto; }
.gk-menu { list-style: none; display: flex; gap: 26px; margin: 0; padding: 0; font-weight: 700; }
.gk-menu a { color: var(--ink); position: relative; padding: 6px 0; }
.gk-menu a:hover { color: var(--coral-dark); }
.gk-menu > li > a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; border-radius: 3px; background: var(--coral); transition: width var(--ease); }
.gk-menu > li > a:hover::after, .gk-menu > li.current-menu-item > a::after { width: 100%; }
.gk-menu .sub-menu { display: none; position: absolute; background: #fff; box-shadow: var(--shadow); border-radius: var(--radius-sm); padding: 8px; min-width: 200px; list-style: none; z-index: 50; }
.gk-menu li { position: relative; }
.gk-menu li:hover > .sub-menu { display: block; }
.gk-menu .sub-menu a { display: block; padding: 8px 14px; border-radius: 10px; }
.gk-menu .sub-menu a:hover { background: var(--coral-soft); }
.gk-actions { flex: 0 0 auto; display: flex; align-items: center; gap: 14px; margin-left: auto; }
.gk-action { position: relative; color: var(--ink); display: grid; place-items: center; width: 44px; height: 44px; border-radius: var(--pill); transition: background var(--ease), color var(--ease); }
.gk-action:hover { background: var(--coral-soft); color: var(--coral-dark); }
.gk-cart-count { position: absolute; top: 2px; right: 2px; min-width: 20px; height: 20px; padding: 0 5px; background: var(--coral); color: #fff; border-radius: var(--pill); font-size: 11px; font-weight: 800; display: grid; place-items: center; line-height: 1; }
.gk-cart-count[data-count="0"] { display: none; }
.gk-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.gk-burger span { width: 24px; height: 3px; border-radius: 3px; background: var(--ink); transition: transform var(--ease), opacity var(--ease); }

/* ---- Mobile nav ---- */
.gk-mobile-overlay { position: fixed; inset: 0; background: rgba(46,42,57,.5); z-index: 300; opacity: 0; transition: opacity var(--ease); }
.gk-mobile-overlay.is-open { opacity: 1; }
.gk-mobile-nav { position: fixed; top: 0; left: 0; bottom: 0; width: 82%; max-width: 340px; background: #fff; z-index: 310; padding: 70px 22px 22px; transform: translateX(-100%); transition: transform var(--ease); overflow-y: auto; box-shadow: var(--shadow); }
.gk-mobile-nav.is-open { transform: translateX(0); }
.gk-mobile-close { position: absolute; top: 16px; right: 18px; font-size: 34px; line-height: 1; background: none; border: none; color: var(--ink); cursor: pointer; }
.gk-mobile-menu, .gk-mobile-menu .sub-menu { list-style: none; margin: 0; padding: 0; }
.gk-mobile-menu a { display: block; padding: 14px 8px; font-weight: 700; color: var(--ink); border-bottom: 1px solid var(--border); }
.gk-mobile-menu .sub-menu a { padding-left: 24px; font-weight: 600; color: var(--body); }

/* ---- Hero ---- */
.gk-hero { background: linear-gradient(135deg, var(--coral-soft), var(--mint-soft)); overflow: hidden; }
.gk-hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 40px; padding: 70px 24px 80px; }
.gk-eyebrow { display: inline-block; background: #fff; color: var(--coral-dark); font-weight: 800; padding: 7px 16px; border-radius: var(--pill); box-shadow: var(--shadow-sm); font-size: 14px; }
.gk-hero-copy h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); margin: 18px 0 14px; }
.gk-hero-copy p { font-size: 1.1rem; max-width: 520px; }
.gk-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin: 26px 0 22px; }
.gk-hero-points { list-style: none; display: flex; gap: 22px; flex-wrap: wrap; padding: 0; margin: 0; font-weight: 700; color: var(--ink); }
.gk-hero-art { position: relative; display: grid; place-items: center; min-height: 340px; }
.gk-blob { position: absolute; width: 320px; height: 320px; background: #fff; border-radius: 42% 58% 60% 40% / 48% 42% 58% 52%; box-shadow: var(--shadow); animation: gk-morph 9s ease-in-out infinite; }
.gk-hero-emoji { position: relative; font-size: 150px; filter: drop-shadow(0 14px 24px rgba(0,0,0,.12)); }
.gk-float { position: absolute; font-size: 34px; animation: gk-bob 4s ease-in-out infinite; }
.gk-float--1 { top: 8%; right: 18%; animation-delay: .2s; }
.gk-float--2 { top: 22%; left: 8%; font-size: 44px; animation-delay: 1.1s; }
.gk-float--3 { bottom: 12%; right: 10%; animation-delay: .6s; }
@keyframes gk-morph { 0%,100% { border-radius: 42% 58% 60% 40% / 48% 42% 58% 52%; } 50% { border-radius: 56% 44% 38% 62% / 54% 58% 42% 46%; } }
@keyframes gk-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ---- Trust strip ---- */
.gk-trust { margin-top: -32px; position: relative; z-index: 5; }
.gk-trust-grid { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow); display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 22px; }
.gk-trust-item { display: flex; align-items: center; gap: 12px; padding: 8px 14px; }
.gk-trust-item span { font-size: 30px; }
.gk-trust-item strong { display: block; color: var(--ink); font-family: 'Baloo 2', sans-serif; }
.gk-trust-item small { color: var(--muted); }

/* ---- Sections ---- */
.gk-section { padding: 64px 0; }
.gk-section--alt { background: var(--coral-soft); }
.gk-section-head { text-align: center; max-width: 640px; margin: 0 auto 38px; }
.gk-section-head h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
.gk-section-head p { color: var(--muted); margin: 0; }
.gk-section-cta { text-align: center; margin-top: 36px; }

/* ---- Category grid ---- */
.gk-cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.gk-cat-card { background: #fff; border-radius: var(--radius); padding: 26px 18px; text-align: center; box-shadow: var(--shadow-sm); border: 1.5px solid var(--border); transition: transform var(--ease), box-shadow var(--ease); display: flex; flex-direction: column; align-items: center; gap: 6px; }
.gk-cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: transparent; }
.gk-cat-media { width: 88px; height: 88px; border-radius: var(--pill); background: var(--mint-soft); display: grid; place-items: center; overflow: hidden; margin-bottom: 8px; }
.gk-cat-media img { width: 100%; height: 100%; object-fit: cover; }
.gk-cat-emoji { font-size: 40px; }
.gk-cat-name { font-family: 'Baloo 2', sans-serif; font-weight: 700; color: var(--ink); font-size: 1.05rem; }
.gk-cat-count { color: var(--muted); font-size: .85rem; }

/* ---- Promo ---- */
.gk-promo { padding: 18px 0 64px; }
.gk-promo-inner { background: linear-gradient(120deg, var(--coral), var(--coral-dark)); color: #fff; border-radius: var(--radius-lg); padding: 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; box-shadow: var(--shadow); flex-wrap: wrap; }
.gk-promo-inner h2 { color: #fff; margin: 0 0 6px; }
.gk-promo-inner p { margin: 0; opacity: .95; }

/* ==========================================================================
   WooCommerce — product cards, single, cart, checkout
   ========================================================================== */
.woocommerce ul.products, .gk-products ul.products { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.woocommerce ul.products::before, .woocommerce ul.products::after { content: none !important; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius); padding: 14px; text-align: center; transition: transform var(--ease), box-shadow var(--ease); position: relative; }
.woocommerce ul.products li.product:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: transparent; }
.woocommerce ul.products li.product a img { border-radius: var(--radius-sm); margin-bottom: 12px; aspect-ratio: 1/1; object-fit: cover; width: 100%; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: 'Baloo 2', sans-serif; font-size: 1rem; color: var(--ink); padding: 0 4px; min-height: 2.6em; }
.woocommerce ul.products li.product .price { color: var(--coral-dark); font-weight: 800; display: block; margin-bottom: 10px; }
.woocommerce ul.products li.product .price del { color: var(--muted); font-weight: 500; margin-right: 6px; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce span.onsale { background: var(--coral) !important; color: #fff; border-radius: var(--pill); padding: 5px 14px; font-weight: 800; font-family: 'Nunito', sans-serif; min-height: auto; min-width: auto; line-height: 1.4; position: absolute; top: 14px; left: 14px; margin: 0; box-shadow: var(--shadow-sm); }
.woocommerce .star-rating span::before, .woocommerce .star-rating::before { color: var(--sun); }

/* Single product */
.woocommerce div.product { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.woocommerce div.product .woocommerce-product-gallery { margin: 0; }
.woocommerce div.product .woocommerce-product-gallery img { border-radius: var(--radius-lg); }
.woocommerce div.product .product_title { font-size: clamp(1.5rem, 3vw, 2.2rem); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--coral-dark); font-weight: 800; font-size: 1.6rem; }
.woocommerce div.product form.cart { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-top: 18px; }
.woocommerce .quantity .qty { width: 80px; text-align: center; border-radius: var(--pill); }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--border); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: var(--coral-soft); border: none; border-radius: var(--pill); margin-right: 8px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--coral); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #fff; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: var(--ink); font-weight: 700; }
.products.related, .products.upsells { grid-column: 1 / -1; }

/* Cart & checkout */
.woocommerce-cart .gk-wc, .woocommerce-checkout .gk-wc, .woocommerce-account .gk-wc { padding: 48px 0; }
.woocommerce table.shop_table { border-radius: var(--radius); border: 1.5px solid var(--border); border-collapse: separate; overflow: hidden; }
.woocommerce table.shop_table th { background: var(--coral-soft); color: var(--ink); }
.woocommerce-cart table.cart img { width: 64px; border-radius: 10px; }
.woocommerce .cart_totals, .woocommerce-checkout #order_review, .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 { border-radius: var(--radius); }
.woocommerce #order_review, .woocommerce .cart-collaterals .cart_totals { background: #fff; padding: 6px 22px 22px; border: 1.5px solid var(--border); border-radius: var(--radius); }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews { border-radius: var(--radius-sm); border-top: 3px solid var(--coral); background: var(--coral-soft); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--coral); }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border-radius: var(--radius); border-color: var(--border); }

/* Breadcrumb */
.gk-breadcrumb { color: var(--muted); margin-bottom: 20px; font-size: .9rem; }
.gk-shop-layout { display: block; }

/* ---- Pages / blog ---- */
.gk-page-inner { max-width: 820px; margin: 0 auto; padding: 48px 24px; }
.gk-page-head { margin-bottom: 24px; }
.gk-page-head .page-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
.gk-entry-content { font-size: 1.05rem; }
.gk-entry-content img { border-radius: var(--radius); }
.gk-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; padding: 48px 0; }
.gk-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform var(--ease), box-shadow var(--ease); }
.gk-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.gk-post-thumb img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.gk-post-body { padding: 20px; }
.gk-post-title { font-size: 1.2rem; }
.gk-meta { color: var(--muted); font-size: .85rem; margin-bottom: 8px; }

/* ---- 404 / no results ---- */
.gk-404-inner, .gk-noresults { text-align: center; max-width: 560px; margin: 0 auto; padding: 80px 24px; }
.gk-404-emoji { font-size: 90px; }
.gk-404-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin: 22px 0; }

/* ---- Footer ---- */
.gk-footer { background: var(--ink); color: #c9c4d2; margin-top: 40px; }
.gk-footer .container { padding-top: 56px; padding-bottom: 28px; }
.gk-footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.gk-footer-tag { margin-top: 12px; max-width: 280px; }
.gk-footer .widget-title { color: #fff; font-size: 1.05rem; margin-bottom: 14px; }
.gk-footer ul { list-style: none; padding: 0; margin: 0; }
.gk-footer li { margin-bottom: 9px; }
.gk-footer a { color: #c9c4d2; }
.gk-footer a:hover { color: var(--sun); }
.gk-footer-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.12); margin-top: 36px; padding-top: 20px; font-size: .9rem; flex-wrap: wrap; gap: 8px; }

/* ---- Back to top ---- */
.gk-totop { position: fixed; right: 22px; bottom: 22px; width: 48px; height: 48px; border-radius: var(--pill); background: var(--coral); color: #fff; border: none; font-size: 22px; cursor: pointer; box-shadow: var(--shadow-hover); z-index: 150; transition: transform var(--ease), opacity var(--ease); }
.gk-totop:hover { transform: translateY(-3px); background: var(--coral-dark); }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
	.gk-primary-nav { display: none; }
	.gk-burger { display: flex; order: -1; }
	.woocommerce ul.products, .gk-cat-grid { grid-template-columns: repeat(3, 1fr); }
	.gk-trust-grid { grid-template-columns: repeat(2, 1fr); }
	.gk-footer-top { grid-template-columns: 1fr 1fr; }
	.gk-post-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
	.gk-search { order: 5; flex-basis: 100%; max-width: none; margin-top: 4px; }
	.gk-header-inner { flex-wrap: wrap; gap: 12px; min-height: 0; padding: 12px 0; }
	.gk-hero-inner { grid-template-columns: 1fr; text-align: center; padding: 48px 24px 60px; }
	.gk-hero-copy p, .gk-hero-points { margin-left: auto; margin-right: auto; }
	.gk-hero-cta, .gk-hero-points { justify-content: center; }
	.gk-hero-art { min-height: 240px; order: -1; }
	.gk-hero-emoji { font-size: 110px; }
	.gk-blob { width: 230px; height: 230px; }
	.woocommerce ul.products, .gk-cat-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
	.woocommerce div.product { grid-template-columns: 1fr; gap: 24px; }
	.gk-trust-grid { grid-template-columns: 1fr 1fr; }
	.gk-promo-inner { flex-direction: column; text-align: center; }
	/* Cart → stacked cards */
	.woocommerce-cart table.cart thead { display: none; }
	.woocommerce-cart table.cart tr { display: block; border: 1.5px solid var(--border); border-radius: var(--radius); margin-bottom: 14px; padding: 8px; }
	.woocommerce-cart table.cart td { display: flex; justify-content: space-between; align-items: center; text-align: right; border: none; padding: 8px 10px; }
	.woocommerce-cart table.cart td::before { content: attr(data-title); font-weight: 800; color: var(--ink); }
	.woocommerce-cart table.cart td.product-remove { justify-content: flex-end; }
	.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 { width: 100%; float: none; }
}
@media (max-width: 480px) {
	.container { padding: 0 16px; }
	.gk-section { padding: 44px 0; }
	.gk-post-grid, .gk-cat-grid { grid-template-columns: 1fr 1fr; }
	.gk-footer-top { grid-template-columns: 1fr; }
	.gk-topbar-msg { font-size: 11px; }
	.gk-topbar-links a { margin-left: 10px; }
	.gk-btn, .woocommerce ul.products li.product .button { width: 100%; }
	.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: .9rem; min-height: 2.4em; }
}

/* Touch targets */
@media (hover: none) {
	.gk-action, .gk-search button { min-width: 44px; min-height: 44px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
