/*
Theme Name: SurvivaFoods
Theme URI:
Author: Caesax
Author URI:
Description: Block theme for Surviva Foods with WooCommerce shop support.
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: survivafoods
Tags: woocommerce, full-site-editing, block-themes
*/

:root {
	--surviva-ink: #1c1915;
	--surviva-paper: #f7f3ec;
	--surviva-accent: #8a5a2b;
	--surviva-line: #e5e0d8;
}

body {
	background:
		radial-gradient(1200px 600px at 10% -10%, #efe6d6 0%, transparent 55%),
		radial-gradient(900px 500px at 100% 0%, #e8ddd0 0%, transparent 50%),
		var(--surviva-paper);
	color: var(--surviva-ink);
}

.surviva-shop-toolbar {
	border-bottom: 1px solid var(--surviva-line);
	padding-bottom: 1rem;
}

.woocommerce .wc-block-product,
.wc-block-product {
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid var(--surviva-line);
	padding: 1rem;
}

.surviva-nutrition {
	width: 100%;
	border-collapse: collapse;
	margin: 0.5rem 0 1.5rem;
}

.surviva-nutrition th,
.surviva-nutrition td {
	border-bottom: 1px solid var(--surviva-line);
	padding: 0.5rem 0.75rem;
	text-align: left;
}

.surviva-nutrition th {
	font-weight: 600;
	width: 45%;
}

.wp-block-woocommerce-product-button .wp-block-button__link,
.wc-block-components-button {
	border-radius: 0;
}

a {
	color: var(--surviva-accent);
}

.trp-language-switcher,
.trp-language-switcher > div {
	font-size: 0.9rem;
}

.trp-language-switcher a {
	text-decoration: none;
}

.surviva-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background-color: var(--wp--preset--color--custom-grandis, var(--surviva-paper));
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

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

.surviva-site-header.is-scrolled {
	box-shadow: 0 8px 24px rgba(28, 25, 21, 0.08);
}

.surviva-site-header.is-hidden {
	transform: translateY(-100%);
	box-shadow: none;
	pointer-events: none;
}

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

@media (prefers-reduced-motion: reduce) {
	.surviva-site-header {
		transition: none;
	}
}
