/*
Theme Name: Lemon Elementor
Theme URI: https://loyalemon.pl/
Author: Loyal Lemon Sp. z o.o.
Author URI: https://loyalemon.pl/
Description: Lightweight starter theme for Elementor and WooCommerce builds.
Version: 1.0.10
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: lemon-elementor
*/

html {
	box-sizing: border-box;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

body {
	margin: 0;
	background: #fff;
	color: #111;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img,
picture,
svg,
video,
canvas {
	display: block;
	max-width: 100%;
	height: auto;
}

button,
input,
select,
textarea {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	margin: 0;
	clip: auto;
	background: #fff;
	color: #111;
}

/* ------------------------------------------------------------------ *
 * Theme-wide custom scrollbars — slim, neutral, matching the palette.
 * ------------------------------------------------------------------ */
:root {
	--lemon-scroll-thumb: #c9c1b6;
	--lemon-scroll-thumb-hover: #191d1e;
	--lemon-scroll-track: transparent;
}

/* Firefox. */
html {
	scrollbar-width: thin;
	scrollbar-color: var(--lemon-scroll-thumb) var(--lemon-scroll-track);
}

/* WebKit / Blink. */
*::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

*::-webkit-scrollbar-track {
	background: var(--lemon-scroll-track);
}

*::-webkit-scrollbar-thumb {
	background: var(--lemon-scroll-thumb);
	border-radius: 999px;
}

*::-webkit-scrollbar-thumb:hover {
	background: var(--lemon-scroll-thumb-hover);
}

*::-webkit-scrollbar-corner {
	background: transparent;
}

/* ------------------------------------------------------------------ *
 * Product labels.
 * ------------------------------------------------------------------ */
ul.products li.product,
.woocommerce ul.products li.product,
li.product {
	position: relative;
}

.lemon-product-labels {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	max-width: calc(100% - 24px);
	pointer-events: none;
}

.lemon-product-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 5px 9px;
	border-radius: 0;
	background: #191d1e;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	text-align: left;
	text-transform: uppercase;
}

ul.products li.product .onsale {
	display: none;
}
