/*!
Theme Name: Pitboss
Theme URI: http://underscores.me/
Author: Gameplan
Author URI: http://underscores.me/
Description: Šablona na míru
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pitboss
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Pitboss is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# CSS Custom Properties (Design Tokens)
--------------------------------------------------------------*/

:root {
	/* Colors */
	--color-black: #000000;
	--color-white: #FFFFFF;
	--color-orange: #FF6500;
	--color-body-text: #404040;
	--color-light-gray: #F5F5F5;
	--color-dark-gray: #1E1E1E;
	--color-background: #faf9f9;
	--color-lines: #DADADA;
	--color-button-green: #0E9305;
	--color-product-description: #a9a9a9;
	--color-stock-available: #74b640;

	/* Spacing */
	--section-width-smaller-desktop: 1120px;
	--section-spacing-desktop: 96px;
	--section-spacing-mobile: 64px;
	--button-padding-desktop: 12px 24px;
	--button-padding-mobile: 21px 32px;
	--button-radius-desktop: 24px;
	--button-radius-mobile: 32px;
	--button-height-desktop: 42px;
	--image-radius: 12px;
	--section-padding-mobile: 0 32px;

	/* Typography - Font Families */
	--font-primary: 'Oswald', sans-serif;
	--font-secondary: 'Inter', sans-serif;
	--font-tertiary: 'Plus Jakarta Sans', sans-serif;

	/* Typography - Mobile */
	--mobile-h1-size: 48px;
	--mobile-h1-weight: 700;
	--mobile-h1-line-height: 112.5%;
	--mobile-h1-spacing: -1px;

	--mobile-h2-size: 36px;
	--mobile-h2-weight: 700;
	--mobile-h2-line-height: 1.5;
	--mobile-h2-spacing: -1px;

	--mobile-body-size: 18px;
	--mobile-body-weight: 500;
	--mobile-body-line-height: 1.5;

	--mobile-button-size: 16px;
	--mobile-button-weight: 700;
	--mobile-button-line-height: 100%;

	/* Typography - Desktop */
	--desktop-h1-size: 48px;
	--desktop-h1-weight: 700;
	--desktop-h1-line-height: 125%;
	--desktop-h1-spacing: -1px;

	--desktop-h2-size: 40px;
	--desktop-h2-weight: 700;
	--desktop-h2-line-height: 125%;
	--desktop-h2-spacing: -0.4px;

	--desktop-h3-size: 40px;
	--desktop-h3-weight: 700;
	--desktop-h3-line-height: 40px;

	--desktop-body-size: 18px;
	--desktop-body-weight: 500;
	--desktop-body-line-height: 150%;

	--desktop-button-size: 16px;
	--desktop-button-weight: 700;
	--desktop-button-line-height: 100%;

	--desktop-usp-size: 18px;
	--desktop-usp-weight: 600;
	--desktop-usp-line-height: 24px;

	--desktop-footer-size: 16px;
	--desktop-footer-weight: 400;
	--desktop-footer-line-height: 100%;

	--desktop-small-size: 14px;
	--desktop-small-weight: 400;
	--desktop-small-line-height: 100%;

	--gap-pc: 40px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/* Forms
--------------------------------------------- */




input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

/* Site Header
--------------------------------------------- */
/* Add padding to body to account for fixed header */
#page {
	padding-top: 96px;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
}

.site-header__bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 96px;
	background-color: var(--color-black);
	z-index: 1;
}

.site-header__container {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 32px;
	z-index: 2;
}

.site-header__content {
	display: flex;
	align-items: center;
	gap: 24px;
	height: 96px;
}

/* Logo */
.site-header__logo {
	flex-shrink: 0;
	width: 96px;
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-header__logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.site-header__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.site-header__logo-text {
	color: var(--color-white);
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
}

/* Desktop Navigation */
.site-header__nav--desktop {
	flex: 1;
	display: flex;
	align-items: center;
	    justify-content: end;
}

.site-header__menu {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 0;
}

.site-header__menu li {
	margin: 0;
	padding: 0;
}

.site-header__menu a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 15px;
	color: var(--color-white);
	font-family: var(--font-primary);
	font-size: 17px;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.site-header__menu li:last-child a {
	padding-right: 0;
}

.site-header__menu a:hover,
.site-header__menu a:focus {
	color: var(--color-orange);
}

/* Mobile Toggle Button */
.site-header__toggle {
	display: none;
	background: none;
	border: none;
	padding: 8px;
	cursor: pointer;
	margin-left: auto;
}

.site-header__toggle-icon {
	display: block;
	width: 32px;
	height: auto;
}

/* Mobile Navigation Overlay */
.site-header__mobile-overlay {
	display: none;
	position: fixed;
	top: 96px;
	left: 0;
	width: 100%;
	height: calc(100vh - 96px);
	background-color: var(--color-black);
	z-index: 999;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.site-header__mobile-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.site-header__nav--mobile {
	display: none;
}

.site-header__menu--mobile {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0 32px 96px 32px;
	gap: 0;
}

.site-header__menu--mobile li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-header__menu--mobile li:last-child {
	border-bottom: none;
}

.site-header__menu--mobile a {
	display: block;
	padding: 24px 0;
	color: var(--color-white);
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.2s ease;
}

.site-header__menu--mobile a:hover,
.site-header__menu--mobile a:focus {
	color: var(--color-orange);
}

/* Mobile/Tablet Responsive */
@media (max-width: 1250px) {
	#page {
		padding-top: 80px;
	}

	.site-header__bg {
		height: 80px;
	}

	.site-header__content {
		height: 80px;
	}

	.site-header__logo {
		width: 64px;
		height: 64px;
	}

	.site-header__nav--desktop {
		display: none;
	}

	.site-header__toggle {
		display: block;
	}

	.site-header__mobile-overlay {
		display: block;
		top: 80px;
		height: calc(100vh - 80px);
	}

	.site-header__nav--mobile {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Layout Components
--------------------------------------------------------------*/

/* Universal Container
--------------------------------------------- */
.container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

/* Global Button Styles
--------------------------------------------- */
.btn {
	font-family: var(--font-primary);
	font-size: var(--desktop-button-size);
	font-weight: var(--desktop-button-weight);
	line-height: var(--desktop-button-line-height);
	text-transform: uppercase;
	padding: var(--button-padding-desktop);
	border-radius: var(--button-radius-desktop);
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
	white-space: nowrap;
	border: none;
	cursor: pointer;
	height: var(--button-height-desktop);
	box-sizing: border-box;
}

.btn--primary {
	background-color: var(--color-orange);
	color: var(--color-white);
}

.btn--primary:hover,
.btn--primary:focus,
.btn--primary:active {
	background-color: #e55a00;
	color: var(--color-white);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 101, 0, 0.3);
}

.btn--secondary {
	background-color: transparent;
	color: var(--color-white);
	border: 1px solid var(--color-orange);
}

.btn--secondary:hover,
.btn--secondary:focus,
.btn--secondary:active {
	background-color: var(--color-orange);
	color: var(--color-white);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 101, 0, 0.3);
}

.btn--green {
	background-color: var(--color-button-green);
	color: var(--color-white);
	border-radius: 5px;
	text-align: center;
}

.btn--green:hover,
.btn--green:focus,
.btn--green:active {
	background-color: #0c7d04;
	color: var(--color-white);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(14, 147, 5, 0.3);

}

/* Button Width Modifier */
.btn--full-width {
	width: 100%;
}

/* Button Width Modifier */
.btn--auto-width {
	width: auto !important;
	align-self: flex-start;
}

/* Mobile/Tablet Button Styles */
@media (max-width: 1024px) {
	.btn {
		font-size: var(--mobile-button-size);
		padding: var(--button-padding-mobile);
		border-radius: var(--button-radius-mobile);
		height: auto;
	}

	.btn--auto-width {
		align-self: center;
	}

	.btn--green {
		font-size: 16px;
		border-radius: 5px;
		padding: 12px;
	}

}

@media (max-width: 1024px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}
}

/*--------------------------------------------------------------
# Homepage Sections
--------------------------------------------------------------*/

/* Hero Section
--------------------------------------------- */
.homepage-hero-wrapper {
  padding: var(--section-spacing-desktop) 0;
  background-color: #FAF9F9;
}

.homepage-hero-container {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

.homepage-hero {
	position: relative;
	min-height: 400px;
	display: flex;
	align-items: center;
	border-radius: var(--image-radius);
	overflow: hidden;
	background-color: var(--color-dark-gray);
}

.homepage-hero__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.homepage-hero__background--mobile {
	display: none;
}

.homepage-hero__background--desktop {
	display: block;
}

.homepage-hero__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 2;
}

.homepage-hero__content {
	position: relative;
	z-index: 3;
	padding: 100px;
	width: 100%;
}

.homepage-hero__inner {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	max-width: 100%;
}

.homepage-hero__text {
	max-width: 500px;
}

.homepage-hero__title {
	font-family: var(--font-primary);
	font-size: var(--desktop-h1-size);
	font-weight: var(--desktop-h1-weight);
	line-height: var(--desktop-h1-line-height);
	letter-spacing: var(--desktop-h1-spacing);
	text-transform: uppercase;
	color: var(--color-white);
	margin: 0 0 40px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.homepage-hero__description {
	font-family: var(--font-secondary);
	font-size: var(--desktop-body-size);
	font-weight: var(--desktop-body-weight);
	line-height: var(--desktop-body-line-height);
	color: var(--color-white);
	margin: 0 0 40px;
}

.homepage-hero__buttons {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.homepage-hero__badge {
	flex-shrink: 0;
	max-width: 200px;
}

.homepage-hero__badge img {
	width: 200px;
	height: auto;
	display: block;
	margin-bottom: -50px;
}

.homepage-hero__badge--mobile {
	display: none;
}

.homepage-hero__badge--desktop {
	display: block;
}

.homepage-hero__badge-section {
	display: none;
	background-color: var(--color-black);
	padding: 32px 70px;
	text-align: center;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.homepage-hero-wrapper {
		padding: 0;
	}

	.homepage-hero-container {
		padding: 0;
		max-width: 100%;
	}

	.homepage-hero {
		min-height: 649px;
		border-radius: 0;
	}

	.homepage-hero__background--desktop {
		display: none;
	}

	.homepage-hero__background--mobile {
		display: block;
	}

	.homepage-hero__overlay {
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.4) 100%);
	}

	.homepage-hero__content {
		padding: 64px 32px;
	}

	.homepage-hero__inner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 40px;
		max-width: 100%;
	}

	.homepage-hero__text {
		max-width: 100%;
		text-align: center;
	}

	.homepage-hero__title {
		font-size: var(--mobile-h1-size);
		line-height: var(--mobile-h1-line-height);
		letter-spacing: var(--mobile-h1-spacing);
		text-align: center;
	}

	.homepage-hero__description {
		font-size: var(--mobile-body-size);
		font-weight: 500;
		line-height: var(--mobile-body-line-height);
		margin-bottom: 40px;
		text-align: center;
	}

	.homepage-hero__buttons {
		justify-content: center;
	}

	.homepage-hero__badge--desktop {
		display: none;
	}

	.homepage-hero__badge--mobile {
		display: block;
		max-width: 220px;
		margin: 0 auto;
	}

	.homepage-hero__badge-section {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.homepage-hero__badge img {
		width: 150px;
		margin-bottom: 0;
	}
}

/* Mobile Only - Full Width Buttons */
@media (max-width: 768px) {
	.homepage-hero__buttons {
		flex-direction: column;
		gap: 24px;
		width: 100%;
	}

	.homepage-hero__buttons .btn {
		width: 100%;
		height: auto;
	}

	.btn--auto-width {
		width: 100% !important;
	}

	.homepage-about__content {
		align-items: stretch;
	}

	.homepage-about__content .btn {
		width: 100%;
		text-align: center;
	}
}

/* About Section
--------------------------------------------- */
.homepage-about {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-background);
}

.homepage-about-container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

.homepage-about__inner {
	display: flex;
	align-items: stretch;
}

.homepage-about__content {
	flex: 0 0 40%;
	display: flex;
	flex-direction: column;
	gap: var(--gap-pc);
	justify-content: center;
}

.homepage-about__title {
	font-family: var(--font-primary);
	font-size: var(--desktop-h2-size);
	font-weight: var(--desktop-h2-weight);
	line-height: var(--desktop-h2-line-height);
	letter-spacing: var(--desktop-h2-spacing);
	text-transform: uppercase;
	color: var(--color-black);
	margin: 0;
}

.homepage-about__description {
	font-family: var(--font-secondary);
	font-size: var(--desktop-body-size);
	font-weight: var(--desktop-body-weight);
	line-height: var(--desktop-body-line-height);
	color: var(--color-body-text);
	margin: 0;
}

.homepage-about__image-wrapper {
	flex: 0 0 60%;
	display: flex;
	justify-content: end;
}

.homepage-about__image {
	height: 100%;
	display: block;
	border-radius: var(--image-radius);
	object-fit: cover;
}

.homepage-about__image--mobile {
	display: none;
}

.homepage-about__image--desktop {
	display: block;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.homepage-about {
		padding: var(--section-spacing-mobile) 0;
		background-color: var(--color-background);
	}

	.homepage-about-container {
		padding: 0;
		max-width: 100%;
	}

	.homepage-about__inner {
		flex-direction: column;
		gap: 40px;
		padding: var(--section-padding-mobile);
	}

	.homepage-about__content {
		flex: 1;
		order: 2;
		gap: 24px;
		align-items: center;
		text-align: center;
	}

	.homepage-about__title {
		font-size: var(--mobile-h2-size);
		line-height: var(--mobile-h2-line-height);
		letter-spacing: var(--mobile-h2-spacing);
	}

	.homepage-about__description {
		font-size: var(--mobile-body-size);
		font-weight: 500;
		line-height: var(--mobile-body-line-height);
	}

	.homepage-about__image-wrapper {
		flex: 1;
		order: 1;
		width: 100%;
	}

	.homepage-about__image {
		height: auto;
		        width: 100%;
	}

	.homepage-about__image--desktop {
		display: none;
	}

	.homepage-about__image--mobile {
		display: block;
	}
}

/* Grills Section
--------------------------------------------- */
.homepage-grills {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-background);
	
}
.page-template-page-homepage .homepage-grills {
padding-bottom: 192px;
}
.homepage-grills__title-container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

.homepage-grills__title {
	font-family: var(--font-primary);
	font-size: var(--desktop-h2-size);
	font-weight: var(--desktop-h2-weight);
	line-height: var(--desktop-h2-line-height);
	letter-spacing: var(--desktop-h2-spacing);
	text-transform: uppercase;
	color: var(--color-black);
	text-align: center;
	margin: 0 0 40px;
}

.homepage-grills__grid-container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

.homepage-grills__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.homepage-grills__slider-container {
	display: none;
}

.homepage-grills__card {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1.7;
	border-radius: var(--image-radius);
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.homepage-grills__card:hover {
	transform: translateY(-4px);
}

.homepage-grills__card-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.homepage-grills__card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 2;
	transition: background 0.3s ease;
}

.homepage-grills__card:hover .homepage-grills__card-overlay {
	background: linear-gradient(180deg, rgba(255, 101, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.homepage-grills__card-content {
	position: relative;
	z-index: 3;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
}

.homepage-grills__card-title {
	font-family: var(--font-primary);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--color-white);
	margin: 0;
}

.homepage-grills__card-description {
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	color: var(--color-light-gray);
	margin: 0;
}

/* Hide mobile slider on desktop */
.homepage-grills__glide {
	display: none;
}

/* Hide old container on desktop if exists */
.homepage-grills-container {
	display: none;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.homepage-grills {
		padding: var(--section-spacing-mobile) 0;
		background-color: var(--color-background);
	}

	.homepage-grills__title-container {
		padding: 0 32px;
	}

	.homepage-grills__title {
		font-size: var(--mobile-h2-size);
		line-height: var(--mobile-h2-line-height);
		letter-spacing: var(--mobile-h2-spacing);
		margin: 0 0 40px;
	}

	/* Hide desktop grid */
	.homepage-grills__grid-container {
		display: none;
	}

	/* Show mobile slider */
	.homepage-grills__slider-container {
		display: block;
		padding: 0 0 0 32px;
	}

	.homepage-grills__glide {
		display: block;
		position: relative;
	}

	/* Arrows container inside Glide */
	.homepage-grills__glide .homepage-grills__arrows-container {
		padding: 0 32px 0 0;

	}

	/* Fade overlay on right edge */
	.homepage-grills__glide::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 100px;
		height: 100%;
		background: linear-gradient(90deg, rgba(250, 249, 249, 0) 0%, rgba(250, 249, 249, 1) 100%);
		pointer-events: none;
		z-index: 10;
	}

	/* Wider fade overlay for tablets */
	@media (min-width: 768px) and (max-width: 1024px) {
		.homepage-grills__glide::after {
			width: 200px;
		}
	}

	.homepage-grills__card {
		aspect-ratio: 256 / 436;
		width: 100%;
		height: auto;
	}
	.homepage-grills__card:hover {
		transform: none;
	}

	.homepage-grills__card-content {
		padding: 32px;
		gap: 24px;
	}

	.homepage-grills__card-title {
		font-size: 36px;
		line-height: 40px;
	}

	.homepage-grills__card-description {
		font-size: 16px;
		line-height: 1.5;
	}

	/* Glide overrides */
	.glide__track {
		overflow: hidden;
	}

	.glide__slide {
		height: auto;
	}

	/* Slider Navigation Arrows - Override Glide.js defaults */
	.homepage-grills__arrows {
		display: flex !important;
		justify-content: center;
		gap: 16px;
		margin-top: 40px;
		position: static !important;
		transform: none !important;
	}

	.homepage-grills__arrow {
		width: 40px !important;
		height: 40px !important;
		border: none !important;
		background: transparent !important;
		padding: 0 !important;
		margin: 0 !important;
		cursor: pointer;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		transform: none !important;
		box-shadow: none !important;
		line-height: 1 !important;
		outline: none !important;
	}

	.homepage-grills__arrow-icon {
		width: 40px;
		height: 40px;
		display: block;
		transition: opacity 0.3s ease;
	}

	.homepage-grills__arrow-icon--hover {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.homepage-grills__arrow:hover .homepage-grills__arrow-icon--default {
		opacity: 0;
	}

	.homepage-grills__arrow:hover .homepage-grills__arrow-icon--hover {
		opacity: 1;
	}

	/* Flip left arrow */
	.homepage-grills__arrow--prev {
		transform: scaleX(-1) !important;
	}
}

/*--------------------------------------------------------------
# Homepage - Equipment Section
--------------------------------------------------------------*/
.homepage-equipment {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-background);
}

.homepage-equipment__title-container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

.homepage-equipment__title {
	font-family: var(--font-primary);
	font-size: var(--desktop-h2-size);
	font-weight: var(--desktop-h2-weight);
	line-height: var(--desktop-h2-line-height);
	letter-spacing: var(--desktop-h2-spacing);
	text-transform: uppercase;
	color: var(--color-black);
	text-align: center;
	margin: 0 0 40px;
}


.homepage-equipment__grid-container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

.homepage-equipment__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.homepage-equipment__slider-container {
	display: none;
}

/* Hide mobile button on desktop */
.homepage-equipment__slider-container + .homepage-equipment__button-container {
	display: none;
}

.homepage-equipment__card {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1.4;
	border-radius: var(--image-radius);
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.homepage-equipment__card:hover {
	transform: translateY(-4px);
}

.homepage-equipment__card:hover .homepage-equipment__card-overlay {
	background: linear-gradient(180deg, rgba(255, 101, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.homepage-equipment__card-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.homepage-equipment__card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 2;
	transition: background 0.3s ease;
}

.homepage-equipment__card-content {
	position: relative;
	z-index: 3;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 32px;
}

.homepage-equipment__card-title {
	font-family: var(--font-primary);
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: var(--color-white);
	margin: 0;
	text-transform: uppercase;
}

.homepage-equipment__grid-container .homepage-equipment__button-container {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.homepage-equipment {
		padding: var(--section-spacing-mobile) 0;
	}

	.homepage-equipment__title-container {
		padding: 0 32px;
	}

	.homepage-equipment__title {
		font-size: var(--mobile-h2-size);
		line-height: var(--mobile-h2-line-height);
		letter-spacing: var(--mobile-h2-spacing);
		margin: 0 0 40px;
	}

	/* Hide desktop grid */
	.homepage-equipment__grid-container {
		display: none;
	}

	/* Show mobile slider */
	.homepage-equipment__slider-container {
		display: block;
		padding: 0 0 0 32px;
	}

	.homepage-equipment__glide {
		display: block;
		position: relative;
	}

	/* Arrows container inside Glide */
	.homepage-equipment__glide .homepage-equipment__arrows-container {
		padding: 0 32px 0 0;

	}

	/* Fade overlay on right edge */
	.homepage-equipment__glide::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 100px;
		height: 100%;
		background: linear-gradient(90deg, rgba(250, 249, 249, 0) 0%, rgba(250, 249, 249, 1) 100%);
		pointer-events: none;
		z-index: 10;
	}

	/* Wider fade overlay for tablets */
	@media (min-width: 768px) and (max-width: 1024px) {
		.homepage-equipment__glide::after {
			width: 200px;
		}
	}

	.homepage-equipment__card {
		aspect-ratio: 256 / 436;
		width: 100%;
		height: auto;
	}
	.homepage-equipment__card:hover {
		transform: none;
	}

	.homepage-equipment__card-content {
		padding: 32px;
		justify-content: flex-start;
	}

	.homepage-equipment__card-title {
		font-size: 36px;
		line-height: 40px;
	}

	/* Glide overrides */
	.glide__track {
		overflow: hidden;
	}

	.glide__slide {
		height: auto;
	}

	/* Slider Navigation Arrows - Override Glide.js defaults */
	.homepage-equipment__arrows {
		display: flex !important;
		justify-content: center;
		gap: 16px;
		margin-top: 40px;
		position: static !important;
		transform: none !important;
	}

	.homepage-equipment__arrow {
		width: 40px !important;
		height: 40px !important;
		border: none !important;
		background: transparent !important;
		padding: 0 !important;
		margin: 0 !important;
		cursor: pointer;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		transform: none !important;
		box-shadow: none !important;
		line-height: 1 !important;
		outline: none !important;
	}

	.homepage-equipment__arrow-icon {
		width: 40px;
		height: 40px;
		display: block;
		transition: opacity 0.3s ease;
	}

	.homepage-equipment__arrow-icon--hover {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.homepage-equipment__arrow:hover .homepage-equipment__arrow-icon--default {
		opacity: 0;
	}

	.homepage-equipment__arrow:hover .homepage-equipment__arrow-icon--hover {
		opacity: 1;
	}

	/* Flip left arrow */
	.homepage-equipment__arrow--prev {
		transform: scaleX(-1) !important;
	}
}

/* Button container on mobile/tablet */
@media (max-width: 1024px) {
	.homepage-equipment__slider-container + .homepage-equipment__button-container {
		display: flex;
		justify-content: center;
		padding: 0 32px;
		margin-top: 40px;
	}
}

/* Button full-width on mobile only */
@media (max-width: 768px) {
	.homepage-equipment__slider-container + .homepage-equipment__button-container .btn {
		width: 100%;
		text-align: center;
	}
}

/*--------------------------------------------------------------
# Homepage - Recipes Section
--------------------------------------------------------------*/
.homepage-recipes {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-background);
	padding-bottom: 192px;
}

.homepage-recipes__title-container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	text-align: center;
}

.homepage-recipes__title {
	font-family: var(--font-primary);
	font-size: var(--desktop-h2-size);
	font-weight: var(--desktop-h2-weight);
	line-height: var(--desktop-h2-line-height);
	letter-spacing: var(--desktop-h2-spacing);
	text-transform: uppercase;
	color: var(--color-black);
	margin: 0 0 20px;
}

.homepage-recipes__emoji {
	display: inline-block;
}

.homepage-recipes__description {
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color-body-text);
	margin: 0 0 40px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.homepage-recipes__grid-container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

.homepage-recipes__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.homepage-recipes__slider-container {
	display: none;
}

/* Hide mobile button on desktop */
.homepage-recipes__slider-container + .homepage-recipes__button-container {
	display: none;
}

.homepage-recipes__card {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1.1;
	border-radius: var(--image-radius);
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.homepage-recipes__card:hover {
	transform: translateY(-4px);
}

.homepage-recipes__card:hover .homepage-recipes__card-overlay {
	background: linear-gradient(180deg, rgba(255, 101, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.homepage-recipes__card-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.homepage-recipes__card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 2;
	transition: background 0.3s ease;
}

.homepage-recipes__card-content {
	position: relative;
	z-index: 3;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 32px;
}

.homepage-recipes__card-title {
	font-family: var(--font-primary);
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: var(--color-white);
	margin: 0;
	text-transform: uppercase;
}

.homepage-recipes__grid-container .homepage-recipes__button-container {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.homepage-recipes {
		padding: var(--section-spacing-mobile) 0;
	}

	.homepage-recipes__title-container {
		padding: 0 32px;
	}

	.homepage-recipes__title {
		font-size: var(--mobile-h2-size);
		line-height: var(--mobile-h2-line-height);
		letter-spacing: var(--mobile-h2-spacing);
		margin: 0 0 24px;
	}

	.homepage-recipes__description {
		font-size: 16px;
		line-height: 1.5;
		margin: 0 0 40px;
	}

	/* Hide desktop grid */
	.homepage-recipes__grid-container {
		display: none;
	}

	/* Show mobile slider */
	.homepage-recipes__slider-container {
		display: block;
		padding: 0 0 0 32px;
	}

	.homepage-recipes__glide {
		display: block;
		position: relative;
	}

	/* Arrows container inside Glide */
	.homepage-recipes__glide .homepage-recipes__arrows-container {
		padding: 0 32px 0 0;

	}

	/* Fade overlay on right edge */
	.homepage-recipes__glide::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 100px;
		height: 100%;
		background: linear-gradient(90deg, rgba(250, 249, 249, 0) 0%, rgba(250, 249, 249, 1) 100%);
		pointer-events: none;
		z-index: 10;
	}

	/* Wider fade overlay for tablets */
	@media (min-width: 768px) and (max-width: 1024px) {
		.homepage-recipes__glide::after {
			width: 200px;
		}
	}

	.homepage-recipes__card {
		aspect-ratio: 256 / 436;
		width: 100%;
		height: auto;
	}
	.homepage-recipes__card:hover {
		transform: none;
	}

	.homepage-recipes__card-content {
		padding: 32px;
		justify-content: flex-start;
	}

	.homepage-recipes__card-title {
		font-size: 40px;
		line-height: 40px;
	}

	/* Glide overrides */
	.glide__track {
		overflow: hidden;
	}

	.glide__slide {
		height: auto;
	}

	/* Slider Navigation Arrows - Override Glide.js defaults */
	.homepage-recipes__arrows {
		display: flex !important;
		justify-content: center;
		gap: 16px;
		margin-top: 40px;
		position: static !important;
		transform: none !important;
	}

	.homepage-recipes__arrow {
		width: 40px !important;
		height: 40px !important;
		border: none !important;
		background: transparent !important;
		padding: 0 !important;
		margin: 0 !important;
		cursor: pointer;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		transform: none !important;
		box-shadow: none !important;
		line-height: 1 !important;
		outline: none !important;
	}

	.homepage-recipes__arrow-icon {
		width: 40px;
		height: 40px;
		display: block;
		transition: opacity 0.3s ease;
	}

	.homepage-recipes__arrow-icon--hover {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.homepage-recipes__arrow:hover .homepage-recipes__arrow-icon--default {
		opacity: 0;
	}

	.homepage-recipes__arrow:hover .homepage-recipes__arrow-icon--hover {
		opacity: 1;
	}

	/* Flip left arrow */
	.homepage-recipes__arrow--prev {
		transform: scaleX(-1) !important;
	}
}

/* Button container on mobile/tablet */
@media (max-width: 1024px) {
	.homepage-recipes__slider-container + .homepage-recipes__button-container {
		display: flex;
		justify-content: center;
		padding: 0 32px;
		margin-top: 40px;
	}
}

/* Button full-width on mobile only */
@media (max-width: 768px) {
	.homepage-recipes__slider-container + .homepage-recipes__button-container .btn {
		width: 100%;
		text-align: center;
	}
}

/*--------------------------------------------------------------
# Homepage - Video Section
--------------------------------------------------------------*/
.homepage-video {
	padding: 96px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #2F2F2F;
}

.homepage-video__container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	text-align: center;
}

.homepage-video__title {
	font-family: var(--font-primary);
	font-size: var(--desktop-h2-size);
	font-weight: var(--desktop-h2-weight);
	line-height: var(--desktop-h2-line-height);
	letter-spacing: var(--desktop-h2-spacing);
	text-transform: uppercase;
	color: var(--color-white);
	margin: 0 0 20px;
}

.homepage-video__description {
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color-white);
	margin: 0 0 40px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.homepage-video__thumbnail-wrapper {
	margin-bottom: 60px;
}

.homepage-video__play-button {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
	border-radius: var(--image-radius);
	overflow: hidden;
}

.homepage-video__thumbnail {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: var(--image-radius);
}

.homepage-video__thumbnail-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: var(--image-radius);
	z-index: 1;
}

.homepage-video__play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease;
	z-index: 2;
}

.homepage-video__play-button:hover .homepage-video__play-icon {
	transform: translate(-50%, -50%) scale(1.1);
}

.homepage-video__button-container {
	display: flex;
	justify-content: center;
}

/* YouTube Modal */
.youtube-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.youtube-modal.is-active {
	display: block;
}

.youtube-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	cursor: pointer;
}

.youtube-modal__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1200px;
	z-index: 10000;
}

.youtube-modal__close {
	position: absolute;
	top: -50px;
	right: 0;
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
	z-index: 10001;
	transition: transform 0.2s ease;
}

.youtube-modal__close:hover {
	transform: scale(1.1);
}

.youtube-modal__video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube-modal__video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.homepage-video {
		padding: var(--section-spacing-mobile) 0;
		background-image: none!important;
		background-color: #404040;
	}

	.homepage-video__container {
		padding-left: 32px;
		padding-right: 32px;
	}

	.homepage-video__title {
		font-size: var(--mobile-h2-size);
		line-height: var(--mobile-h2-line-height);
		letter-spacing: var(--mobile-h2-spacing);
		margin: 0 0 24px;
	}

	.homepage-video__description {
		font-size: 16px;
		line-height: 1.5;
		margin: 0 0 40px;
	}

	.homepage-video__thumbnail-wrapper {
		margin-left: -32px;
		margin-right: -32px;
		margin-bottom: 40px;
	}

	.homepage-video__play-button {
		border-radius: 0;
	}

	.homepage-video__thumbnail {
		border-radius: 0;
	}

	.homepage-video__thumbnail-overlay {
		border-radius: 0;
	}

	.homepage-video__play-icon svg {
		width: 60px;
		height: 60px;
	}

	.homepage-video__button-container .btn {
		width: 100%;
	}

	.youtube-modal__content {
		width: 95%;
	}

	.youtube-modal__close {
		top: -40px;
	}

	.youtube-modal__close svg {
		width: 24px;
		height: 24px;
	}
}

/*--------------------------------------------------------------
# Pelety - Video Section
--------------------------------------------------------------*/
.pelety-video {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-background);
}

.pelety-video__container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	text-align: center;
}

.pelety-video__title {
	font-family: var(--font-primary);
	font-size: var(--desktop-h2-size);
	font-weight: var(--desktop-h2-weight);
	line-height: var(--desktop-h2-line-height);
	letter-spacing: var(--desktop-h2-spacing);
	text-transform: uppercase;
	color: var(--color-black);
	margin: 0 0 20px;
}

.pelety-video__description {
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color-black);
	margin: 0 0 40px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.pelety-video__thumbnail-wrapper {
	margin-bottom: 0px;
}

.pelety-video__play-button {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
	border-radius: var(--image-radius);
	overflow: hidden;
}

.pelety-video__thumbnail {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: var(--image-radius);
}

.pelety-video__thumbnail-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: var(--image-radius);
	z-index: 1;
}

.pelety-video__play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease;
	z-index: 2;
}

.pelety-video__play-button:hover .pelety-video__play-icon {
	transform: translate(-50%, -50%) scale(1.1);
}

.pelety-video__button-container {
	display: flex;
	justify-content: center;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
	.pelety-video {
		padding: var(--section-spacing-mobile) 0;
		background-color: var(--color-background);
		padding-bottom: 0;
	}

	.page-template-page-videa  	.pelety-video {
		padding: var(--section-spacing-mobile) 0;
		background-color: var(--color-background);
	}

	.pelety-video__container {
		padding-left: 32px;
		padding-right: 32px;
	}

	.pelety-video__title {
		font-size: var(--mobile-h2-size);
		line-height: var(--mobile-h2-line-height);
		letter-spacing: var(--mobile-h2-spacing);
		margin: 0 0 24px;
	}

	.pelety-video__description {
		font-size: 16px;
		line-height: 1.5;
		margin: 0 0 40px;
	}

	.pelety-video__thumbnail-wrapper {
		margin-left: -32px;
		margin-right: -32px;
		margin-bottom: 0px;
	}

	.pelety-video__play-button {
		border-radius: 0;
	}

	.pelety-video__thumbnail {
		border-radius: 0;
	}

	.pelety-video__thumbnail-overlay {
		border-radius: 0;
	}

	.pelety-video__play-icon svg {
		width: 60px;
		height: 60px;
	}

	.pelety-video__button-container .btn {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.page-template-page-videa  	.pelety-video {
		padding: var(--section-spacing-mobile) 0;
		background-color: var(--color-background);
		padding-bottom: 0;
	}
}
/*--------------------------------------------------------------
# Homepage - Map Section
--------------------------------------------------------------*/
.homepage-map {
	padding: 192px 0 96px 0;
	background-color: var(--color-background);
}

.homepage-map__container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	text-align: center;
}

.homepage-map__title {
	font-family: var(--font-primary);
	font-size: var(--desktop-h2-size);
	font-weight: var(--desktop-h2-weight);
	line-height: var(--desktop-h2-line-height);
	letter-spacing: var(--desktop-h2-spacing);
	text-transform: uppercase;
	color: var(--color-black);
	margin: 0 0 20px;
}

.homepage-map__description {
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color-body-text);
	margin: 0 0 40px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.homepage-map__image-wrapper {
	margin-bottom: 60px;
}

.homepage-map__image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: var(--image-radius);
}

.homepage-map__button-container {
	display: flex;
	justify-content: center;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.homepage-map {
		padding: var(--section-spacing-mobile) 0;
	}

	.homepage-map__container {
		padding-left: 32px;
		padding-right: 32px;
	}

	.homepage-map__title {
		font-size: var(--mobile-h2-size);
		line-height: var(--mobile-h2-line-height);
		letter-spacing: var(--mobile-h2-spacing);
		margin: 0 0 24px;
	}

	.homepage-map__description {
		font-size: 16px;
		line-height: 1.5;
		margin: 0 0 40px;
	}
}

/* Button full-width on mobile only */
@media (max-width: 768px) {
	.homepage-map__button-container .btn {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Pelety - Flavors Section
--------------------------------------------------------------*/
.pelety-flavors {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-background);
}

.pelety-flavors__container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	text-align: center;
}

.pelety-flavors__title {
	font-family: var(--font-primary);
	font-size: var(--desktop-h2-size);
	font-weight: var(--desktop-h2-weight);
	line-height: var(--desktop-h2-line-height);
	letter-spacing: var(--desktop-h2-spacing);
	text-transform: uppercase;
	color: var(--color-black);
	margin: 0 0 20px;
}

.pelety-flavors__description {
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color-body-text);
	margin: 0 0 40px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.pelety-flavors__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-top: 40px;
}

.pelety-flavors__item {
	position: relative;
	min-height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: var(--image-radius);
	overflow: hidden;
}

.pelety-flavors__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}

.pelety-flavors__content {
	position: relative;
	z-index: 2;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 100%;
}

.pelety-flavors__name {
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--color-white);
	margin: 0;
	text-align: left;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}

.pelety-flavors__details {
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: left;
}

.pelety-flavors__detail {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-white);
}

.pelety-flavors__label {
	font-family: var(--font-secondary);
	font-weight: 700;
}

.pelety-flavors__value {
	font-family: var(--font-secondary);
	font-weight: 500;
	text-transform: lowercase;
}

.pelety-flavors__icons {
	display: flex;
	gap: 3px;
	align-items: center;
}

.pelety-flavors__icon {
	width: 24px;
	height: 24px;
	display: block;
}

.pelety-flavors__duration {
	display: flex;
	align-items: center;
	gap: 6px;
}

.pelety-flavors__fires {
	display: flex;
	gap: 3px;
	align-items: center;
}

.pelety-flavors__fire {
	width: 24px;
	height: 24px;
	display: block;
}

.pelety-flavors__duration-note {
	font-family: var(--font-secondary);
	font-weight: 500;
	font-size: 16px;
	text-transform: lowercase;
	color: var(--color-white);
}
@media (max-width: 1024px) {
.pelety-flavors__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 40px;
}

}
/* Mobile - Hide section */
@media (max-width: 768px) {
.pelety-flavors__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.pelety-flavors__duration {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.pelety-flavors__detail {
    align-items: flex-start;
}
}

/*--------------------------------------------------------------
# Pelety - Info Section
--------------------------------------------------------------*/
.pelety-info {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-background);
}

.pelety-info__container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

.pelety-info__inner {
	display: flex;
	align-items: center;
	gap: 96px;
}

.pelety-info__image-wrapper {
	flex: 1;
	position: relative;
	aspect-ratio: 1 / 1;
	border-radius: var(--image-radius);
	overflow: hidden;
}

.pelety-info__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pelety-info__image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
	pointer-events: none;
}

.pelety-info__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.pelety-info__description {
	font-family: var(--font-secondary);
	font-size: var(--desktop-body-size);
	font-weight: var(--desktop-body-weight);
	line-height: var(--desktop-body-line-height);
	color: var(--color-body-text);
	margin: 0;
}

/* Mobile - Hide section */
@media (max-width: 1024px) {
	.pelety-info {
		padding-top: 0;		
	}
	.pelety-info__inner {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-direction: column;
	
}
}

/*--------------------------------------------------------------
# Homepage - FAQ Section
--------------------------------------------------------------*/
.homepage-faq {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-background);
}

.homepage-faq__container {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

.homepage-faq__title {
	font-family: var(--font-primary);
	font-size: var(--desktop-h2-size);
	font-weight: var(--desktop-h2-weight);
	line-height: var(--desktop-h2-line-height);
	letter-spacing: var(--desktop-h2-spacing);
	text-transform: uppercase;
	color: var(--color-black);
	text-align: center;
	margin: 0 0 40px;
}

.homepage-faq__category-title {
	font-family: var(--font-primary);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--color-orange);
	margin: 32px 0 16px;
}

.homepage-faq__category-title:first-of-type {
	margin-top: 0;
}

.homepage-faq__accordion {
	margin-bottom: 60px;
}

.homepage-faq__accordion .product-grid__title:not(:first-of-type) {
	margin-top: 40px;
}

.homepage-faq__item {
	border-bottom: 1px solid var(--color-lines);
}

.homepage-faq__item:first-child {
	border-top: 1px solid var(--color-lines);
}

.homepage-faq__question {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 20px 0;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	transition: opacity 0.3s ease;
}

.homepage-faq__question:hover .homepage-faq__question-text, .homepage-faq__question:hover .homepage-faq__number {
	color:  var(--color-orange);
}

.homepage-faq__number {
	font-family: var(--font-primary);
	font-size: 20px;
	font-weight: 700;
	color: var(--color-black);
	flex-shrink: 0;
}

.homepage-faq__question-text {
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	color: var(--color-black);
	flex: 1;
	line-height: 1.5;
}

.homepage-faq__icon {
	position: relative;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.homepage-faq__icon-down,
.homepage-faq__icon-up {
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.3s ease;
}

.homepage-faq__icon-down {
	opacity: 1;
}

.homepage-faq__icon-up {
	opacity: 0;
}

.homepage-faq__item.is-active .homepage-faq__icon-down {
	opacity: 0;
}

.homepage-faq__item.is-active .homepage-faq__icon-up {
	opacity: 1;
}

.homepage-faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.homepage-faq__item.is-active .homepage-faq__answer {
	max-height: 500px;
}

.homepage-faq__answer-content {
	padding: 0 0 20px 0;
}

.homepage-faq__answer-content p {
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color-body-text);
	margin: 0;
}

.homepage-faq__button-container {
	display: flex;
	justify-content: center;
}

/* Hidden FAQ items (show only 3 initially) */
.homepage-faq__item--hidden {
	display: none;
}

.homepage-faq__item--hidden.is-visible {
	display: block;
}

/* Show More button - hidden after all items are visible */
.homepage-faq__show-more.is-hidden {
	display: none;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.homepage-faq {
		padding: var(--section-spacing-mobile) 0;
	}

	.homepage-faq__container {
		max-width: none;
		padding-left: 32px;
		padding-right: 32px;
	}

	.homepage-faq__title {
		font-size: var(--mobile-h2-size);
		line-height: var(--mobile-h2-line-height);
		letter-spacing: var(--mobile-h2-spacing);
		margin: 0 0 40px;
	}

	.homepage-faq__category-title {
		font-size: 18px;
		margin: 24px 0 12px;
	}

	.homepage-faq__question {
		padding: 20px 0;
	}

	.homepage-faq__number {
		font-size: 18px;
	}

	.homepage-faq__question-text {
		font-size: 18px;
	}

	.homepage-faq__answer-content p {
		font-size: 16px;
	}

	.homepage-faq__button-container .btn {
		width: 100%;
		text-align: center;
	}
}

/*--------------------------------------------------------------
# Homepage - Why Pit Boss Section
--------------------------------------------------------------*/
.homepage-why-pitboss {
	padding: 96px 0;
	background-color: #404040;
	position: relative;
	overflow: hidden;
}

.homepage-why-pitboss::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('./assets/images/fire-background.png');
	background-size: cover;
	background-position: center;
	mix-blend-mode: overlay;
	pointer-events: none;
}

.homepage-why-pitboss__container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	position: relative;
	z-index: 1;
}

.homepage-why-pitboss__title {
	font-family: var(--font-primary);
	font-size: var(--desktop-h2-size);
	font-weight: var(--desktop-h2-weight);
	line-height: var(--desktop-h2-line-height);
	letter-spacing: var(--desktop-h2-spacing);
	text-transform: uppercase;
	color: var(--color-white);
	text-align: center;
	margin: 0 0 40px;
}

.homepage-why-pitboss__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 24px;
}

.homepage-why-pitboss__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.homepage-why-pitboss__image-wrapper {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 12px;
	border: 2px solid var(--color-orange);
	overflow: hidden;
}

.homepage-why-pitboss__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.homepage-why-pitboss__item-title {
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--color-white);
	text-align: center;
	margin: 0;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

/* Hide mobile slider on desktop */
.homepage-why-pitboss__glide {
	display: none;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.homepage-why-pitboss {
		padding: var(--section-spacing-mobile) 0;
	}

	.homepage-why-pitboss::before {
		background-image: url('./assets/images/fire-background-mobile.jpg');
	}

	.homepage-why-pitboss__container {
		padding-left: 32px;
		padding-right: 32px;
	}

	.homepage-why-pitboss__title {
		font-size: var(--mobile-h2-size);
		line-height: var(--mobile-h2-line-height);
		letter-spacing: var(--mobile-h2-spacing);
		margin: 0 0 40px;
	}

	/* Hide desktop grid */
	.homepage-why-pitboss__grid {
		display: none;
	}

	/* Show mobile slider */
	.homepage-why-pitboss__glide {
		display: block;
		position: relative;
	}

	.homepage-why-pitboss__item {
		width: 100%;
	}

	.homepage-why-pitboss__image-wrapper {
		width: 100%;
		max-width: 180px;
		margin: 0 auto;
		aspect-ratio: 1 / 1;
		border-radius: 16px;
		border: 2px solid var(--color-orange);
	}

	.homepage-why-pitboss__item-title {
		font-size: 18px;
		line-height: 1.5;
	}

	/* Glide bullets - square dots */
	.homepage-why-pitboss__glide .glide__bullets {
		display: flex !important;
		justify-content: center;
		align-items: center;
		gap: 8px;
		margin-top: 24px;
		padding: 0;
		position: static !important;
		left: auto !important;
		transform: none !important;
	}

	.homepage-why-pitboss__glide .glide__bullet {
		width: 8px;
		height: 8px;
		background-color: #F5F5F5;
		border: none;
		border-radius: 0;
		padding: 0;
		margin: 0;
		cursor: pointer;
		transition: background-color 0.3s ease;
	}

	.homepage-why-pitboss__glide .glide__bullet--active {
		background-color: var(--color-orange);
	}
}

/*--------------------------------------------------------------
# Product Grid Component
--------------------------------------------------------------*/
.product-grid {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-background);
}

.page-template-page-homepage .product-grid {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-background);
	padding-top: 192px;
}

.product-grid__title-container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

.product-grid__title {
	font-family: var(--font-primary);
	font-size: var(--desktop-h2-size);
	font-weight: var(--desktop-h2-weight);
	line-height: var(--desktop-h2-line-height);
	letter-spacing: var(--desktop-h2-spacing);
	text-transform: uppercase;
	color: var(--color-black);
	text-align: center;
	margin: 0 0 40px;
}

.product-grid__grid-container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

.product-grid__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

/* Product Card */
.product-card {
	background-color: var(--color-white);
	border-radius: 12px;
	padding:15px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.product-card__image-wrapper {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 8px;
}

.product-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.product-card__title {
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-black);
	text-align: center;
	margin: 0;
	min-height: 48px;
}

.product-card__description {
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--color-product-description);
	text-align: center;
	margin: 0;
	flex-grow: 1;
}

.product-card__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-top: auto;
}

.product-card__stock {
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.product-card__stock--available {
	color: var(--color-stock-available);
}

.product-card__stock--unavailable {
	color: var(--color-product-description);
}

.product-card__price {
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: var(--color-orange);
	text-align: right;
}

/* Hide mobile slider on desktop */
.product-grid__slider-container {
	display: none;
}

.product-grid__glide {
	display: none;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.product-grid {
		padding: var(--section-spacing-mobile) 0;
	}

	.product-grid__title-container {
		padding: 0 32px;
	}

	.product-grid__title {
		font-size: var(--mobile-h2-size);
		line-height: var(--mobile-h2-line-height);
		letter-spacing: var(--mobile-h2-spacing);
		margin: 0 0 40px;
	}

	/* Hide desktop grid */
	.product-grid__grid-container {
		display: none;
	}

	/* Show mobile slider */
	.product-grid__slider-container {
		display: block;
		padding: 0 0 0 32px;
	}

	.product-grid__glide {
		display: block;
		position: relative;
	}

	/* Arrows container inside Glide */
	.product-grid__glide .product-grid__arrows-container {
		padding: 0 32px 0 0;
	}

	/* Fade overlay on right edge */
	.product-grid__glide::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 100px;
		height: 100%;
		background: linear-gradient(90deg, rgba(250, 249, 249, 0) 0%, rgba(250, 249, 249, 1) 100%);
		pointer-events: none;
		z-index: 10;
	}

	/* Wider fade overlay for tablets */
	@media (min-width: 768px) and (max-width: 1024px) {
		.product-grid__glide::after {
			width: 200px;
		}
	}

	.product-card {
	width: 100%;
		height: 480px;
	}

	.product-card:hover {
		transform: none;
	}

	.product-card__image-wrapper {
		aspect-ratio: 1 / 1;
		height: 195px;
		flex-shrink: 0;
	}

	.product-card__title {
		font-size: 18px;
		line-height: 1.5;
		height: 54px;
		flex-shrink: 0;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.product-card__description {
		font-size: 12px;
		line-height: 1.25;
		height: 60px;
		flex-shrink: 0;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.product-card__stock {
		font-size: 14px;
	}

	.product-card__price {
		font-size: 16px;
	}

	/* Slider Navigation Arrows - Override Glide.js defaults */
	.product-grid__arrows {
		display: flex !important;
		justify-content: center;
		gap: 16px;
		margin-top: 40px;
		position: static !important;
		transform: none !important;
	}

	.product-grid__arrow {
		width: 40px !important;
		height: 40px !important;
		border: none !important;
		background: transparent !important;
		padding: 0 !important;
		margin: 0 !important;
		cursor: pointer;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		transform: none !important;
		box-shadow: none !important;
		line-height: 1 !important;
		outline: none !important;
	}

	.product-grid__arrow-icon {
		width: 40px;
		height: 40px;
		display: block;
		transition: opacity 0.3s ease;
	}

	.product-grid__arrow-icon--hover {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.product-grid__arrow:hover .product-grid__arrow-icon--default {
		opacity: 0;
	}

	.product-grid__arrow:hover .product-grid__arrow-icon--hover {
		opacity: 1;
	}

	/* Flip left arrow */
	.product-grid__arrow--prev {
		transform: scaleX(-1) !important;
	}
}




	@media (min-width: 768px) and (max-width: 1024px) {
    .product-card {
       width: 100%;
    }
	}

/* Site Footer
--------------------------------------------- */
.site-footer {
	background-color: var(--color-black);
	padding: 96px 0;
	width: 100%;
}

.site-footer__container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 32px;
}

/* Footer Content - 4 Columns */
.site-footer__content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	margin-bottom: 64px;
}

/* Column 1: Logos */
.site-footer__column--logos {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.site-footer__logo-wrapper {
	width: 135px;
	height: 135px;
}

.site-footer__logo {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.site-footer__badge-wrapper {
	width: 135px;
	height: auto;
}

.site-footer__badge {
	width: 100%;
	height: auto;
	display: block;
}

/* Column Titles */
.site-footer__title {
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	color: var(--color-orange);
	margin: 0 0 16px;
}

/* Column 2: Menu */
.site-footer__column--menu {
	display: flex;
	flex-direction: column;
}

.site-footer__nav {
	flex: 1;
}

.site-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.site-footer__menu li {
	margin: 0;
	padding: 0;
}

.site-footer__menu a {
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: var(--color-white);
	text-decoration: none;
	display: block;
	transition: color 0.2s ease;
}

.site-footer__menu a:hover,
.site-footer__menu a:focus {
	color: var(--color-orange);
}

/* Column 3: Contact */
.site-footer__column--contact {
	display: flex;
	flex-direction: column;
}

.site-footer__contact {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.site-footer__company,
.site-footer__address,
.site-footer__id {
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: var(--color-white);
	margin: 0;
}

.site-footer__company strong {
	font-weight: 700;
}

.site-footer__address-link {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-footer__address-link:hover,
.site-footer__address-link:focus {
	color: var(--color-orange);
}

.site-footer__contact-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.site-footer__contact-link {
	display: flex;
	align-items: center;
	gap: 16px;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: var(--color-white);
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-footer__contact-link:hover,
.site-footer__contact-link:focus {
	color: var(--color-orange);
}

.site-footer__contact-link svg {
	flex-shrink: 0;
}

.site-footer__contact-link svg path {
	fill: var(--color-orange);
}

/* Column 4: Documents & Social */
.site-footer__column--links {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.site-footer__documents,
.site-footer__social {
	display: flex;
	flex-direction: column;
}

.site-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.site-footer__list li {
	margin: 0;
	padding: 0;
}

.site-footer__list a {
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: var(--color-white);
	text-decoration: none;
	display: block;
	transition: color 0.2s ease;
}

.site-footer__list a:hover,
.site-footer__list a:focus {
	color: var(--color-orange);
}

/* EU Funding Section */
.site-footer__eu {
	margin-bottom: 54px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.site-footer__eu-text {
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: var(--color-white);
	margin: 0;
}

.site-footer__eu-logos {
	display: flex;
	align-items: center;
	gap: 65px;
}

.site-footer__eu-logo {
	height: 64px;
	width: auto;
	object-fit: contain;
}

/* Copyright */
.site-footer__copyright {
	display: flex;
	align-items: center;
	gap: 16px;
}

.site-footer__copyright-text {
	font-family: var(--font-tertiary);
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: var(--color-white);
	margin: 0;
}

.site-footer__copyright-divider {
	color: var(--color-white);
	font-size: 18px;
	line-height: 0;
}

.site-footer__gameplan-link {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-footer__gameplan-link:hover,
.site-footer__gameplan-link:focus {
	color: var(--color-orange);
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.site-footer {
		padding: 40px 0;
	}

	.site-footer__container {
		padding: 0 32px;
	}

	/* Single column layout */
	.site-footer__content {
		grid-template-columns: 1fr;
		gap: 32px;
		margin-bottom: 40px;
	}

	/* Logos side by side on mobile */
	.site-footer__column--logos {
		flex-direction: row;
		align-items: center;
		gap: 8px;
		margin-bottom: 0;
	}

	.site-footer__logo-wrapper {
		width: 135px;
		height: 135px;
	}

	.site-footer__badge-wrapper {
		width: 135px;
		height: auto;
	}

	/* Add horizontal lines between sections */
	.site-footer__column--menu,
	.site-footer__column--contact,
	.site-footer__column--links .site-footer__documents,
	.site-footer__column--links .site-footer__social {
		padding-top: 32px;
		border-top: 1px solid rgba(255, 255, 255, 1);
	}

	/* Remove border from first section */
	.site-footer__column--menu {
		padding-top: 0;
		border-top: none;
	}

	/* Larger font sizes on mobile */
	.site-footer__title {
		font-size: 21px;
	}

	.site-footer__menu a,
	.site-footer__list a,
	.site-footer__company,
	.site-footer__address,
	.site-footer__id,
	.site-footer__contact-link {
		font-size: 18px;
		line-height: 24px;
	}

	/* EU Section */
	.site-footer__eu {
		margin-bottom: 32px;
	}

	.site-footer__eu-text {
		font-size: 18px;
		line-height: 24px;
		font-family: var(--font-tertiary);
		font-weight: 500;
	}

	.site-footer__eu-logos {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.site-footer__eu-logo {
		height: 65px;
		max-width: 241px;
	}

	/* Copyright - stack vertically */
	.site-footer__copyright {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.site-footer__copyright-text {
		font-size: 18px;
	}

	.site-footer__copyright-divider {
		display: none;
	}
}

/* Category Hero Section
--------------------------------------------- */
.category-hero {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.category-hero__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.category-hero__background--mobile {
	display: none;
}

.category-hero__background--desktop {
	display: block;
}

.category-hero__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 0.9) 100%);
	z-index: 2;
}

.category-hero__content {
	position: relative;
	z-index: 3;
	max-width: 800px;
	padding: 64px 32px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
}

.category-hero__title {
	font-family: var(--font-primary);
	font-size: 48px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.48px;
	color: var(--color-white);
	text-transform: uppercase;
	margin: 0;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.category-hero__description {
	font-family: var(--font-secondary);
	font-size: 21px;
	font-weight: 500;
	line-height: 32px;
	color: var(--color-white);
	margin: 0;
	max-width: 100%;
}

/* Desktop Responsive */
@media (min-width: 1025px) {
	.category-hero {
		height: 400px;
	}

	.category-hero__content {
		max-width: 800px;
		padding: 0 32px;
		gap: 24px;
	}

	.category-hero__title {
		font-size: 48px;
		line-height: 60px;
		letter-spacing: -1px;
	}

	.category-hero__description {
font-family: var(--font-secondary);
    font-size: var(--desktop-body-size);
    font-weight: var(--desktop-body-weight);
    line-height: var(--desktop-body-line-height);
    color: var(--color-white);
		max-width: 800px;
	}
}

/* Mobile Responsive */
@media (max-width: 1024px) {
	.category-hero__background--desktop {
		display: none;
	}

	.category-hero__background--mobile {
		display: block;
	}
}

/* Category Grid Section
--------------------------------------------- */
.category-grid {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-background);
}

.category-grid__grid-container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

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

.category-grid__slider-container {
	display: none;
}

.category-grid__card {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: var(--image-radius);
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.category-grid__card:hover {
	transform: translateY(-4px);
}

.category-grid__card-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.category-grid__card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 2;
	transition: background 0.3s ease;
}

.category-grid__card:hover .category-grid__card-overlay {
	background: linear-gradient(180deg, rgba(255, 101, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.category-grid__card-content {
	position: relative;
	z-index: 3;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
}

.category-grid__card-title {
	font-family: var(--font-primary);
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: var(--color-white);
	margin: 0;
}

.category-grid__card-description {
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	color: var(--color-light-gray);
	margin: 0;
}

/* Hide mobile slider on desktop */
.category-grid__glide {
	display: none;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.category-grid {
		padding: var(--section-spacing-mobile) 0;
	}

	/* Hide desktop grid */
	.category-grid__grid-container {
		display: none;
	}

	/* Show mobile slider */
	.category-grid__slider-container {
		display: block;
		position: relative;
		overflow: visible;
		padding: 0 0 0 32px;
	}

	.category-grid__glide {
		display: block;
		position: relative;
	}

	.category-grid__card {
		aspect-ratio: 1 / 1;
	}

	/* Fade overlay on right edge */
	.category-grid__slider-container::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 100px;
		height: 100%;
		background: linear-gradient(to right, rgba(250, 249, 249, 0) 0%, rgba(250, 249, 249, 1) 100%);
		pointer-events: none;
		z-index: 10;
	}

	/* Slider Navigation Arrows - Override Glide.js defaults */
	.category-grid__arrows {
		display: flex !important;
		justify-content: center;
		gap: 16px;
		position: static !important;
	}

	.category-grid__arrows-container {
		position: static !important;
		transform: none !important;
		display: flex;
		justify-content: center;
		margin-top: 40px;
		padding: 0 32px 0 0;
	}

	.category-grid__arrow {
		width: 40px !important;
		height: 40px !important;
		border: none !important;
		background: transparent !important;
		padding: 0 !important;
		margin: 0 !important;
		cursor: pointer;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		transform: none !important;
		box-shadow: none !important;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}

	.category-grid__arrow-icon {
		width: 40px;
		height: 40px;
		display: block;
		transition: opacity 0.3s ease;
	}

	.category-grid__arrow-icon--default {
		opacity: 1;
	}

	.category-grid__arrow-icon--hover {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.category-grid__arrow:hover .category-grid__arrow-icon--default {
		opacity: 0;
	}

	.category-grid__arrow:hover .category-grid__arrow-icon--hover {
		opacity: 1;
	}

	/* Flip left arrow */
	.category-grid__arrow--prev {
		transform: scaleX(-1) !important;
	}
}

/* Category Boxed Hero Section
---------------------------------------------- */
.category-boxed-hero {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-background);
	
}

.category-boxed-hero__container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

.category-boxed-hero__inner {
	position: relative;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--image-radius);
	overflow: hidden;
	background-color: var(--color-dark-gray);
}

.category-boxed-hero__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.category-boxed-hero__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 2;
}

.category-boxed-hero__content {
	position: relative;
	z-index: 3;
	max-width: 600px;
	padding: 64px 32px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.category-boxed-hero__title {
	font-family: var(--font-primary);
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -1px;
	color: var(--color-white);
	text-transform: uppercase;
	margin: 0;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.category-boxed-hero__description {
	font-family: var(--font-secondary);
	font-size: var(--desktop-body-size);
	font-weight: var(--desktop-body-weight);
	line-height: var(--desktop-body-line-height);
	color: var(--color-white);
	margin: 0;
	max-width: 100%;
}

.category-boxed-hero__button-container {
	display: flex;
	justify-content: center;
	width: auto;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
	.category-boxed-hero {
		padding: var(--section-spacing-mobile) 0;
		padding-bottom: 0;
	}

	.category-boxed-hero__container {
		padding-left: 0;
		padding-right: 0;
	}

	.category-boxed-hero__inner {
		border-radius: 0;
		min-height: 250px;
	}

	.category-boxed-hero__content {
		padding: 64px 32px;
		gap: 24px;
	}

	.category-boxed-hero__title {
		font-size: 36px;
		line-height: 54px;
		letter-spacing: var(--mobile-h2-spacing);
	}

	.category-boxed-hero__description {
		font-size: 16px;
		line-height: 24px;
	}
}

/* Button full-width on mobile only */
@media (max-width: 768px) {
	.category-boxed-hero__button-container {
		width: 100%;
	}

	.category-boxed-hero__button-container .btn {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.category-grid__slider-container::after {
		width: 200px;
	}

}
@media  (max-width: 1024px) {
.homepage-faq__accordion, .homepage-map__image-wrapper	{
	margin-bottom: 40px;
}
 section.homepage-about > div > div > div.homepage-about__content > a	{
	margin-top: 16px;
}

}
section.pelety-info > div > div > div.pelety-info__content > a {margin-top: 24px; text-align: center;}

.page-template-page-videa .pelety-video__title, .page-template-page-udrzba .pelety-video__title {
	margin-bottom: 40px;
}
.page-template-page-videa .pelety-video__button-container {
	margin-top: 60px;
	margin-bottom: 64px;
}
.page-template-page-videa .pelety-video:nth-child(-n+3) {
    /* Vaše styly pro 1. a 2. prvek */
}
.page-template-page-videa .pelety-video {
	
	}

/* Maintenance Steps Section
--------------------------------------------- */
.maintenance-steps {
	background-color: var(--color-black);
	padding: var(--section-spacing-desktop) 0;
}

.maintenance-steps__container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

.maintenance-steps__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 64px;
}

.maintenance-steps__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 24px;
}

.maintenance-steps__icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.maintenance-steps__icon img {
	width: 100%;
	height: 100%;
	display: block;
}

.maintenance-steps__title {
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--color-white);
	margin: 0;
	max-width: 280px;
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.maintenance-steps__description {
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--color-light-gray);
	margin: 0;
	max-width: 280px;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.maintenance-steps {
		padding: var(--section-spacing-mobile) 0;
	}

	.maintenance-steps__container {
		padding-left: 32px;
		padding-right: 32px;
	}

	.maintenance-steps__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.maintenance-steps__title {
		font-size: 24px;
		line-height: 1.5;
	}

	.maintenance-steps__description {
		font-size: 16px;
		line-height: 1.5;
	}
}

/* Brand Story Section
--------------------------------------------- */
.brand-story {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-background);
}

.brand-story__container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.brand-story__row {
	display: flex;
	align-items: stretch;
	gap: 96px;
}

.brand-story__row--image-first {
	flex-direction: row;
}

.brand-story__row--text-first {
	flex-direction: row-reverse;
}

.brand-story__image-wrapper {
	flex: 1;
	display: flex;
}

.brand-story__image {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: var(--image-radius);
	object-fit: cover;
}

.brand-story__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
}

.brand-story__title {
	font-family: var(--font-primary);
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: var(--color-black);
	margin: 0;
}

.brand-story__description {
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--color-body-text);
	margin: 0;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.brand-story {
		padding: var(--section-spacing-mobile) 0;
	}

	.brand-story__container {
		padding-left: 32px;
		padding-right: 32px;
		gap: 40px;
	}

	.brand-story__row {
		flex-direction: column;
		gap: 40px;
	}

	.brand-story__row--image-first,
	.brand-story__row--text-first {
		flex-direction: column;
	}

	.brand-story__image-wrapper {
		flex: 1;
		order: 2;
		width: 100%;
	}

	.brand-story__image {
		height: auto;
		width: 100%;
	}

	.brand-story__content {
		flex: 1;
		order: 1;
		gap: 24px;
	}

	.brand-story__title {
		font-size: var(--mobile-h2-size);
		line-height: var(--mobile-h2-line-height);
		letter-spacing: var(--mobile-h2-spacing);
		text-align: center;
	}

	.brand-story__description {
		font-size: var(--mobile-body-size);
		line-height: var(--mobile-body-line-height);
	}
}

.page-template-page-akce .maintenance-steps__description {
	display: none;
}

/* Newsletter Section
--------------------------------------------- */
.newsletter {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-background);
}

.newsletter__container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

.newsletter__inner {
	background-color: var(--color-black);
	border-radius: var(--image-radius);
	padding: 40px 64px;
	display: flex;
	align-items: center;
	gap: 48px;
}

.newsletter__logo-wrapper {
	flex-shrink: 0;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsletter__logo {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.newsletter__title {
	font-family: var(--font-primary);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--color-white);
	margin: 0;
	flex-shrink: 0;
}

.newsletter__form-wrapper {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.newsletter__placeholder {
	background-color: rgba(255, 255, 255, 0.1);
	border: 2px dashed var(--color-orange);
	border-radius: 8px;
	padding: 24px 32px;
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 600;
	color: var(--color-orange);
	text-align: center;
	margin: 0;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.newsletter {
		padding: var(--section-spacing-mobile) 0;
	}

	.newsletter__container {
		padding-left: 0;
		padding-right: 0;
	}

	.newsletter__inner {
		border-radius: 0;
		padding: 40px 32px;
		flex-direction: column;
		gap: 32px;
		text-align: center;
	}

	.newsletter__logo-wrapper {
		width: 80px;
		height: 80px;
	}

	.newsletter__title {
		font-size: 24px;
		line-height: 1.3;
	}

	.newsletter__form-wrapper {
		width: 100%;
		justify-content: center;
	}

	.newsletter__placeholder {
		width: 100%;
		padding: 20px 24px;
		font-size: 16px;
	}
}

/* Dealers Section
--------------------------------------------- */
.dealers {
	background-color: var(--color-background);
}

/* City Buttons Section */
.dealers__buttons-section {
	padding: var(--section-spacing-desktop) 0;
}

.dealers__buttons-container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: center;
}

.dealers__buttons-title {
font-family: var(--font-primary);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    color: var(--color-black);
    text-align: center;
    margin: 0;
}

.dealers__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.dealers__button {
	background-color: #1e1e1e;
	color: var(--color-white);
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 12px 24px;
	border-radius: 48px;
	text-decoration: none;
	transition: background-color 0.3s ease;
	white-space: nowrap;
}

.dealers__button:hover,
.dealers__button:focus {
	background-color: var(--color-orange);
}

/* Stores Section */
.dealers__stores-section {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: var(--section-spacing-desktop);
}

.dealers__divider {
	height: 1px;
	background-color: var(--color-lines);
	margin: 64px 0;
}

.dealers__city {
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.dealers__city-title {
	font-family: var(--font-primary);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--color-black);
	text-align: center;
	margin: 0;
}

.dealers__stores-list {
	display: flex;
	flex-direction: column;
	gap: 96px;
}

.dealers__store {
	display: flex;
	gap: 96px;
	align-items: flex-start;
}

.dealers__store--reverse {
	flex-direction: row-reverse;
}

.dealers__store-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-self: center;
}

.dealers__store-name {
font-family: var(--font-primary);
    font-size: var(--desktop-h2-size);
    font-weight: var(--desktop-h2-weight);
    line-height: var(--desktop-h2-line-height);
    letter-spacing: var(--desktop-h2-spacing);
    text-transform: uppercase;
    color: var(--color-black);
	margin: 0
}

.dealers__store-description {
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.dealers__store-details {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.dealers__store-detail {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.dealers__store-label {
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--color-black);
	margin: 0;
}

.dealers__store-text {
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.dealers__store-text p {
	margin: 0;
	line-height: 1.5;
}

.dealers__link {
	color: var(--color-black);
	text-decoration: none;
	transition: color 0.3s ease;
}

.dealers__link:hover {
	color: var(--color-orange);
}

.dealers__store-images {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.dealers__store-image-wrapper {
	width: 100%;
	aspect-ratio: 16/10;
	overflow: hidden;
	border-radius: var(--image-radius);
}

.dealers__store-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.dealers__buttons-section {
		padding: var(--section-spacing-mobile) 0;
	}

	.dealers__buttons-container {
		padding-left: 32px;
		padding-right: 32px;
		gap: 24px;
		align-items: flex-start;
	}

	.dealers__buttons-title {
		font-size: 24px;
		text-align: center;
	}

	.dealers__buttons {
		justify-content: flex-start;
	}

	.dealers__button {
		font-size: 14px;
		padding: 10px 20px;
	}

	.dealers__stores-section {
		padding-left: 32px;
		padding-right: 32px;
		padding-bottom: var(--section-spacing-mobile);
	}

	.dealers__divider {
		margin: 40px 0;
	}

	.dealers__city {
		gap: 40px;
	}

	.dealers__city-title {
		font-size: 24px;
	}

	.dealers__stores-list {
		gap: 40px;
	}

	.dealers__store {
		flex-direction: column;
		gap: 32px;
	}

	.dealers__store--reverse {
		flex-direction: column;
	}

	.dealers__store-info {
		order: 1;
		align-self: stretch;
	}

	.dealers__store-images {
		order: 2;
		margin-left: -32px;
		margin-right: -32px;
	}

	.dealers__store-image-wrapper {
		border-radius: 0;
	}

	.dealers__store-name {
		font-size: 24px;
	}
}

/*--------------------------------------------------------------
# Downloads Section
--------------------------------------------------------------*/
.downloads {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-background);
}

.downloads__container {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

.downloads__title {
	font-family: var(--font-primary);
	font-size: var(--desktop-h2-size);
	font-weight: var(--desktop-h2-weight);
	line-height: var(--desktop-h2-line-height);
	letter-spacing: var(--desktop-h2-spacing);
	text-transform: uppercase;
	color: var(--color-black);
	text-align: center;
	margin: 0 0 20px;
}

.downloads__description {
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-body-text);
    margin: 0 0 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.downloads__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.downloads__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
}

.downloads__item-content {
	display: flex;
	align-items: center;
	gap: 12px;
}

.downloads__icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.downloads__name {
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: var(--color-body-text);
	transition: color 0.3s ease;
}

.downloads__item:hover .downloads__name {
	color: var(--color-orange);
}

.downloads__download-icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.downloads {
		padding: var(--section-spacing-mobile) 0;
	}

	.downloads__container {
		max-width: none;
	}

	.downloads__title {
		font-size: var(--mobile-h2-size);
		line-height: var(--mobile-h2-line-height);
		letter-spacing: var(--mobile-h2-spacing);
		margin: 0 0 16px;
	}

	.downloads__description {
		font-size: 16px;
		margin: 0 0 40px;
	}

	.downloads__list {
		gap: 12px;
	}

	/* Hide download icon on mobile - whole item is clickable */
	.downloads__download-icon {
		display: none;
	}
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-background);
}

.contact__columns {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 96px;
}

.contact__left,
.contact__right {
	display: flex;
	flex-direction: column;
}

.contact__title {
	font-family: var(--font-primary);
	font-size: var(--desktop-h2-size);
	font-weight: var(--desktop-h2-weight);
	line-height: var(--desktop-h2-line-height);
	letter-spacing: var(--desktop-h2-spacing);
	text-transform: uppercase;
	color: var(--color-black);
	margin: 0 0 32px;
}

.contact__content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 75%;
}

.contact__intro {
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--color-body-text);
	margin: 0;
}

.contact__section {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contact__section-title {
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--color-black);
	margin: 0;
}

.contact__text {
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--color-body-text);
	margin: 0;
}

.contact__text--note {
	font-style: italic;
}

.contact__button-container {
	margin-top: 16px;
}

.contact__link {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.contact__link:hover,
.contact__link:focus {
	color: var(--color-orange);
}

.contact__social-link {
	color: var(--color-body-text);
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact__social-link:hover {
	color: var(--color-orange);
}

.contact__form-wrapper {
	width: 100%;
}

.contact__form-placeholder {
	padding: 40px;
	background-color: #f5f5f5;
	border-radius: 8px;
	text-align: center;
}

.contact__form-placeholder p {
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 500;
	color: var(--color-body-text);
	margin: 0;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.contact {
		padding: var(--section-spacing-mobile) 0;
	}

	.contact__columns {
		grid-template-columns: 1fr;
		gap: 64px;
	}

	/* Formulář první, kontakty druhé */
	.contact__left {
		order: 2;
	}

	.contact__right {
		order: 1;
	}

	.contact__title {
		font-size: var(--mobile-h2-size);
		line-height: var(--mobile-h2-line-height);
		letter-spacing: var(--mobile-h2-spacing);
		margin: 0 0 24px;
		text-align: center;
	}

	.contact__content {
		gap: 20px;
		max-width: 100%;
	}

	.contact__button-container {
		display: flex;
		justify-content: center;
	}

	.contact__form-placeholder {
		padding: 32px 24px;
	}
}

/* Button full-width on mobile only */
@media (max-width: 768px) {
	.contact__button-container .btn {
		width: 100%;
		text-align: center;
	}
}

/*--------------------------------------------------------------
# Contact Map Section
--------------------------------------------------------------*/
.contact-map {
	width: 100%;
	height: 500px;
}

.contact-map__container {
	width: 100%;
	height: 100%;
}

.contact-map__iframe {
	width: 100%;
	height: 100%;
	display: block;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1024px) {
	.contact-map {
		height: 250px;
	}
}

/*--------------------------------------------------------------
# Contact Form 7 Styling
--------------------------------------------------------------*/
.cf7-contact-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.cf7-form-row {
	display: flex;
	flex-direction: column;
	width: 100%;
}

/* Input, Select, Textarea Styling */
.cf7-contact-form input[type="text"],
.cf7-contact-form input[type="email"],
.cf7-contact-form input[type="tel"],
.cf7-contact-form select,
.cf7-contact-form textarea {
	width: 100%;
	padding: 12px 16px;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color-black);
	background-color: var(--color-white);
	border: 1px solid var(--color-black);
	border-radius: 8px;
	outline: none;
	transition: border-color 0.3s ease;
}

.cf7-contact-form input[type="text"]:focus,
.cf7-contact-form input[type="email"]:focus,
.cf7-contact-form input[type="tel"]:focus,
.cf7-contact-form select:focus,
.cf7-contact-form textarea:focus {
	border-color: var(--color-orange);
}

/* Placeholder Styling */
.cf7-contact-form input::placeholder,
.cf7-contact-form textarea::placeholder {
	color: #8e8b8b;
	opacity: 1;
}

/* Select Dropdown */
.cf7-contact-form select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%231E1E1E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
}

/* Textarea */
.cf7-contact-form textarea {
	min-height: 120px;
	resize: vertical;
}

/* Acceptance Checkbox Row */
.cf7-acceptance-row {
	flex-direction: row;
	align-items: center;
	gap: 12px;
}

.cf7-acceptance-row .wpcf7-list-item {
	margin: 0;
}

.cf7-acceptance-row .wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 12px;
}

.cf7-acceptance-row input[type="checkbox"] {
	width: 18px;
	height: 18px;
	min-width: 18px;
	margin: 0;
	border: 1px solid var(--color-dark-gray);
	border-radius: 3px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: var(--color-white);
	position: relative;
	flex-shrink: 0;
}

.cf7-acceptance-row input[type="checkbox"]:checked {
	background-color: var(--color-orange);
	border-color: var(--color-orange);
}

.cf7-acceptance-row input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 2px;
	width: 4px;
	height: 8px;
	border: solid var(--color-white);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.cf7-acceptance-text {
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color-black);
}

.cf7-acceptance-text a {
	color: var(--color-black);
	text-decoration: underline;
}

.cf7-acceptance-text a:hover {
	color: var(--color-orange);
}

/* Submit Button Row */
.cf7-submit-row {
	margin-top: 8px;
}

.cf7-contact-form input[type="submit"] {
	/* Button styling is inherited from global .btn classes */
	cursor: pointer;
}

/* WPCF7 Validation & Response Messages */
.wpcf7-not-valid-tip {
	font-family: var(--font-secondary);
	font-size: 12px;
	color: #d00;
	margin-top: 4px;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
	border: 2px solid #d00;
	background-color: #ffe6e6;
	padding: 16px;
	margin: 16px 0;
	border-radius: 8px;
	font-family: var(--font-secondary);
	font-size: 14px;
	color: #d00;
}

.wpcf7-mail-sent-ok {
	border: 2px solid #0e9305;
	background-color: #e6ffe6;
	padding: 16px;
	margin: 16px 0;
	border-radius: 8px;
	font-family: var(--font-secondary);
	font-size: 14px;
	color: #0e9305;
}

.wpcf7-spinner {
	display: none;
}

/* Remove Contact Form 7 default styles */
.wpcf7-form p {
	margin: 0;
}

.wpcf7-form br {
	display: none;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
	.cf7-contact-form input[type="text"],
	.cf7-contact-form input[type="email"],
	.cf7-contact-form input[type="tel"],
	.cf7-contact-form select,
	.cf7-contact-form textarea {
		font-size: 16px;
		padding: 14px 16px;
	}

	.cf7-contact-form textarea {
		min-height: 100px;
	}

	.cf7-acceptance-text {
		font-size: 13px;
	}

	.cf7-submit-row {
		display: flex;
		justify-content: center;
	}
}

/* Submit button full-width on mobile only */
@media (max-width: 768px) {
	.cf7-contact-form input[type="submit"] {
		width: 100%;
	}
}

.page-template-page-ke-stazeni .category-hero__content {
	gap: 0;
}


.page-template-page-kontakt .btn--secondary {
	color: #000;
}

.page-template-page-kontakt .btn--secondary:hover {
	color: #FFF;
}

/*--------------------------------------------------------------
# Basic Page Template
--------------------------------------------------------------*/

/* Basic Content Wrapper */
.basic-content-wrapper {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-white);
}

.basic-content-container {
	max-width: var(--section-width-smaller-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

/* Entry Content Typography */
.page-basic .entry-content {
	font-family: var(--font-secondary);
	font-size: 16px;
	line-height: 1.6;
	color: var(--color-body-text);
}

/* Headings */
.page-basic .entry-content h1 {
	font-family: var(--font-primary);
	font-size: var(--mobile-h1-size);
	font-weight: var(--mobile-h1-weight);
	line-height: var(--mobile-h1-line-height);
	color: var(--color-black);
	margin-top: 0;
	margin-bottom: 24px;
}

.page-basic .entry-content h2 {
	font-family: var(--font-primary);
	font-size: var(--mobile-h2-size);
	font-weight: var(--mobile-h2-weight);
	line-height: var(--mobile-h2-line-height);
	color: var(--color-black);
	margin-top: 40px;
	margin-bottom: 20px;
}

.page-basic .entry-content h3 {
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-black);
	margin-top: 32px;
	margin-bottom: 16px;
}

.page-basic .entry-content h4 {
	font-family: var(--font-primary);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-black);
	margin-top: 24px;
	margin-bottom: 12px;
}

.page-basic .entry-content h5,
.page-basic .entry-content h6 {
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-black);
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Paragraphs */
.page-basic .entry-content p {
	margin-top: 0;
	margin-bottom: 20px;
}

/* Links */
.page-basic .entry-content a {
	color: var(--color-orange);
	text-decoration: underline;
	transition: color 0.3s ease;
}

.page-basic .entry-content a:hover {
	color: var(--color-black);
}

/* Lists */
.page-basic .entry-content ul,
.page-basic .entry-content ol {
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 24px;
}

.page-basic .entry-content li {
	margin-bottom: 8px;
}

.page-basic .entry-content ul ul,
.page-basic .entry-content ol ol,
.page-basic .entry-content ul ol,
.page-basic .entry-content ol ul {
	margin-top: 8px;
	margin-bottom: 0;
}

/* Images */
.page-basic .entry-content img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: var(--image-radius);
}

.page-basic .entry-content figure {
	margin: 32px 0;
}

.page-basic .entry-content figcaption {
	font-size: 14px;
	color: var(--color-dark-gray);
	margin-top: 8px;
	text-align: center;
}

/* Blockquotes */
.page-basic .entry-content blockquote {
	border-left: 4px solid var(--color-orange);
	padding-left: 20px;
	margin: 32px 0;
	font-style: italic;
	color: var(--color-dark-gray);
}

/* Tables */
.page-basic .entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 32px 0;
}

.page-basic .entry-content table th,
.page-basic .entry-content table td {
	padding: 12px;
	border: 1px solid var(--color-lines);
	text-align: left;
}

.page-basic .entry-content table th {
	background-color: var(--color-background);
	font-weight: 700;
	color: var(--color-black);
}

/* Code */
.page-basic .entry-content code {
	background-color: var(--color-background);
	padding: 2px 6px;
	border-radius: 3px;
	font-family: monospace;
	font-size: 14px;
}

.page-basic .entry-content pre {
	background-color: var(--color-background);
	padding: 16px;
	border-radius: 8px;
	overflow-x: auto;
	margin: 32px 0;
}

.page-basic .entry-content pre code {
	background-color: transparent;
	padding: 0;
}

/* Horizontal Rule */
.page-basic .entry-content hr {
	border: none;
	border-top: 1px solid var(--color-lines);
	margin: 40px 0;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
	.basic-content-wrapper {
		padding: var(--section-spacing-mobile) 0;
	}

	.basic-content-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.page-basic .entry-content {
		font-size: 14px;
	}

	.page-basic .entry-content h2 {
		margin-top: 32px;
		margin-bottom: 16px;
	}

	.page-basic .entry-content h3 {
		font-size: 20px;
		margin-top: 24px;
		margin-bottom: 12px;
	}

	.page-basic .entry-content h4 {
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.page-basic .entry-content h5,
	.page-basic .entry-content h6 {
		font-size: 16px;
	}

	.page-basic .entry-content ul,
	.page-basic .entry-content ol {
		padding-left: 20px;
	}

	.page-basic .entry-content table {
		font-size: 14px;
	}

	.page-basic .entry-content table th,
	.page-basic .entry-content table td {
		padding: 8px;
	}
}

/* ==========================================================================
   Single Product Page
   ========================================================================== */

.page-single-product .product-detail {
	padding: var(--section-spacing-desktop) 0;
	background-color: var(--color-background);
}

/* Breadcrumb */
.product-detail__breadcrumb {
	margin-bottom: 40px;
}

.product-detail__breadcrumb-inner {
	max-width: 100%;
}

.product-detail__breadcrumb-desktop {
	display: flex;
	align-items: center;
	gap: 8px;
}

.product-detail__breadcrumb-mobile {
	display: none;
}

.product-detail__breadcrumb-logo {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}

.product-detail__breadcrumb-arrow {
	display: flex;
	align-items: center;
	color: #404040;
	flex-shrink: 0;
}

.product-detail__breadcrumb-arrow svg {
	width: 16px;
	height: 16px;
}

.product-detail__breadcrumb-category {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #404040;
	text-decoration: none;
	white-space: nowrap;
}

.product-detail__breadcrumb-category:hover {
	color: #F37021;
}

.product-detail__breadcrumb-current {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #404040;
}

/* Product Header */
.product-detail__header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 96px;
	margin-bottom: 60px;
}

/* Gallery */
.product-detail__gallery {
	position: relative;
}

.product-detail__image-main {
	background: #FFF;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-detail__img {
	max-width: 100%;
	height: auto;
	max-height: 500px;
	object-fit: contain;
	    border-radius: 20px;
}

/* Gallery with multiple images */
.product-detail__gallery.has-gallery {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.product-detail__lightbox-trigger {
	display: block;
	cursor: zoom-in;
}

/* Thumbnails */
.product-detail__thumbnails {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 0.5rem;
}

.product-detail__thumb {
	width: 100%;
	aspect-ratio: 1;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	transition: border-color 0.2s;
}

.product-detail__thumb:hover {
	border-color: #ccc;
}

.product-detail__thumb.is-active {
	border-color: var(--color-green, #4CAF50);
}

.product-detail__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Lightbox overlay */
.lightbox-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.95);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}

.lightbox-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.lightbox__image {
	max-width: 90vw;
	max-height: 90vh;
	object-fit: contain;
}

.lightbox__close,
.lightbox__prev,
.lightbox__next {
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	color: #fff;
	font-size: 2.5rem;
	cursor: pointer;
	padding: 0.75rem 1rem;
	transition: background 0.2s;
	border-radius: 4px;
}

.lightbox__close:hover,
.lightbox__prev:hover,
.lightbox__next:hover {
	background: rgba(255, 255, 255, 0.2);
}

.lightbox__close {
	top: 1rem;
	right: 1rem;
	font-size: 2rem;
}

.lightbox__prev {
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

.lightbox__next {
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

/* Lightbox responsive */
@media (max-width: 768px) {
	.lightbox__prev,
	.lightbox__next {
		font-size: 1.5rem;
		padding: 0.5rem 0.75rem;
	}
}

/* Product Info */
.product-detail__info {
	display: flex;
	flex-direction: column;
}

.product-detail__title {
font-family: var(--font-primary);
    font-size: var(--desktop-h2-size);
    font-weight: var(--desktop-h2-weight);
    line-height: var(--desktop-h2-line-height);
    letter-spacing: var(--desktop-h2-spacing);
    color: var(--color-black);
    margin: 0 0 40px;
	color: #000;
}

.product-detail__excerpt {
color: var(--Body-text, #404040);
font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
	margin-bottom: 10px;
}

.product-detail__excerpt-link {
    font-size: 18px;
color: var(--Body-text, #404040);
	text-decoration: underline;
	display: inline-block;
	margin: 0 0 20px;
}

.product-detail__excerpt-link:hover {
	color: #F37021;
}

.product-detail__sku,
.product-detail__sku {
	font-size: 14px;
	color: #666;
	margin: 0 0 10px;
}

.product-detail__price-box {
	margin: 0 0 20px 0;
}

.product-detail__price {
font-family: var(--font-primary);
    font-size: var(--desktop-h2-size);
    font-weight: var(--desktop-h2-weight);
    line-height: var(--desktop-h2-line-height);
    letter-spacing: var(--desktop-h2-spacing);
    color: var(--color-black);
    color: #000;
}

.product-detail__vat {
	font-size: 14px;
	color: #000;
	margin-left: 5px;
}

/* Availability */
.product-detail__availability {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.product-detail__stock {
	font-weight: 500;
	padding: 5px 12px;
	border-radius: 4px;
	font-size: 14px;
}

.product-detail__stock--available {
	background: #e8f5e9;
	color: #2e7d32;
}

.product-detail__stock--unavailable {
	background: #ffebee;
	color: #c62828;
}

.product-detail__badge {
	font-weight: 500;
	padding: 5px 12px;
	border-radius: 4px;
	font-size: 14px;
}

.product-detail__badge--manufacturer {
	background: var(--color-light-gray);
	color: var(--color-body-text);
}

.product-detail__badge--ean {
	background: color-mix(in srgb, var(--color-orange) 18%, var(--color-white));
	color: var(--color-orange);
}

.product-detail__delivery {
	font-size: 14px;
	color: #666;
}

/* Actions */
.product-detail__actions {
	margin: 20px 0;
}

.btn--large {
	padding: 16px 32px;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.btn__icon {
	flex-shrink: 0;
}

/* Content Section */
.product-detail__content {
}

.product-detail__description {
	margin-bottom: 50px;
}

.product-detail__description[id] {
	scroll-margin-top: 120px;
}

.product-detail__description h2,
.product-detail__parameters h2 {
    font-family: var(--font-primary);
    font-size: var(--desktop-h2-size);
    font-weight: var(--desktop-h2-weight);
    line-height: var(--desktop-h2-line-height);
    letter-spacing: var(--desktop-h2-spacing);
    color: var(--color-black);
    color: #000;
	margin-bottom: 40px;
	margin-top: 0;
}

.product-detail__description-text {
    color: var(--Body-text, #000);
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 10px;
}

.product-detail__description-text p {
	margin-bottom: 20px;
}

/* Parameters Table */
.product-detail__params-table {
	width: 100%;
	border-collapse: collapse;
}

.product-detail__params-table tr {
	border-bottom: 1px solid #e0e0e0;
}

.product-detail__params-table tr:nth-child(even) {
	background: #f9f9f9;
}

.product-detail__params-table th,
.product-detail__params-table td {
	padding: 8px 0;
	text-align: left;
    color: var(--Body-text, #000);
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.product-detail__params-table th {
	font-weight: 500;
	color: #000;
	width: 40%;
}

.product-detail__params-table td {
	color: #000;
}

/* Single Product Page - Responsive */
@media (max-width: 1024px) {
	.page-single-product .product-detail {
		padding: var(--section-spacing-mobile) 0;
	}
.product-detail__description h2,
.product-detail__parameters h2 {
text-align: center;
	margin-bottom: 20px;
}
	/* Breadcrumb mobile layout */
	.product-detail__breadcrumb, .product-detail__parameters {
		padding: 0 32px;
	}

	.product-detail__breadcrumb-desktop {
		display: none;
	}

	.product-detail__breadcrumb-mobile {
		display: block;
	}

	.product-detail__breadcrumb-mobile-top {
		display: flex;
		align-items: center;
		gap: 8px;
		margin-bottom: 8px;
	}

	.product-detail__breadcrumb-mobile-bottom {
		padding-left: 0;
	}

	.product-detail__breadcrumb-logo {
		width: 32px;
		height: 32px;
	}

	.product-detail__breadcrumb-current {
		font-size: 16px;
		font-weight: 500;
	}

	.product-detail__header {
		grid-template-columns: 1fr;
		gap: 30px;
			padding: 0 32px;
	}

	.product-detail__title {
		        font-size: var(--mobile-h2-size);
        line-height: var(--mobile-h2-line-height);
        letter-spacing: var(--mobile-h2-spacing);
		margin-bottom: 20px;
	}
	.product-detail__description {
		padding: 0 32px;
	}

	.product-detail__price {
		        font-size: var(--mobile-h2-size);
        line-height: var(--mobile-h2-line-height);
        letter-spacing: var(--mobile-h2-spacing);
	}

	.product-detail__availability {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.product-detail__stock,
	.product-detail__badge {
		width: 100%;
		box-sizing: border-box;
	}

	.btn--large {
		width: 100%;
		justify-content: center;
		padding: 14px 24px;
		font-size: 16px;
	}

	.product-detail__params-table th,
	.product-detail__params-table td {
		padding: 8px 0;
		font-size: 14px;
	}

	.product-detail__params-table th {
		width: 45%;
	}
}
.page-single-product .homepage-recipes {
	padding-bottom: 0;
}