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

 Theme Name:   TORAJA DIVI child theme
 Theme URI:    
 Description:  
 Author:       TORAJA
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* ==========================================================
   MODESI – TYPOGRAFIE MANROPE
   ========================================================== */

:root {
	--modesi-red: #b20000;
	--modesi-black: #111111;
	--modesi-text: #333333;
	--modesi-muted: #6b6b6b;
}

/* Základní text webu */
body,
button,
input,
select,
textarea {
	font-family: "Manrope", Arial, sans-serif;
	color: var(--modesi-text);
	font-weight: 400;
}

/* Běžné odstavce a seznamy */
body,
p,
li,
td,
th,
label,
input,
select,
textarea {
	font-size: 16px;
	line-height: 1.65;
}

/* Nadpisy */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Manrope", Arial, sans-serif;
	color: var(--modesi-black);
	font-style: normal;
	text-transform: none;
	letter-spacing: -0.015em;
}

h1 {
	font-size: clamp(32px, 3.2vw, 46px);
	font-weight: 600;
	line-height: 1.18;
}

h2 {
	font-size: clamp(27px, 2.5vw, 36px);
	font-weight: 600;
	line-height: 1.25;
}

h3 {
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 600;
	line-height: 1.3;
}

h4 {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.4;
}

/* Odkazy */
a {
	font-weight: inherit;
}

/* Hlavní menu */
#top-menu a,
.et-menu a,
.et_pb_menu a {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.045em;
}

/* Drobečková navigace */
.woocommerce-breadcrumb {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: var(--modesi-muted);
}

/* ==========================================================
   WOOCOMMERCE – STRÁNKA PRODUKTU
   ========================================================== */

/* Název produktu */
.single-product .product_title,
.woocommerce div.product .product_title {
	margin-bottom: 18px;
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: var(--modesi-black);
}

/* Krátký popis */
.single-product .woocommerce-product-details__short-description,
.single-product .woocommerce-product-details__short-description p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	color: #4a4a4a;
}

/* Cena */
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.single-product .summary .price {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.25;
	color: var(--modesi-red);
}

/* Popisky variant */
.woocommerce div.product form.cart .variations label {
	font-size: 14px;
	font-weight: 600;
	color: var(--modesi-black);
}

/* Výběrové pole varianty */
.woocommerce div.product form.cart .variations select {
	min-height: 44px;
	padding: 8px 34px 8px 12px;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--modesi-text);
}

/* Množství */
.woocommerce .quantity .qty {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
}

/* Hlavní tlačítka */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce div.product form.cart .button,
.et_pb_button {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

/* Tlačítko přidání do košíku */
.woocommerce div.product form.cart .single_add_to_cart_button {
	min-height: 46px;
	padding: 13px 26px;
	border-color: var(--modesi-red);
	background: var(--modesi-red);
	color: #ffffff;
}

/* Metadata produktu */
.product_meta,
.product_meta a,
.product_meta span {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.65;
}

.product_meta {
	color: var(--modesi-muted);
}

/* Tabulka parametrů */
.woocommerce-product-attributes th,
.woocommerce-product-attributes td,
.single-product table.shop_attributes th,
.single-product table.shop_attributes td {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

.woocommerce-product-attributes th,
.single-product table.shop_attributes th {
	font-weight: 600;
	color: var(--modesi-black);
}

.woocommerce-product-attributes td,
.single-product table.shop_attributes td {
	font-weight: 400;
	color: #555555;
}

/* Doporučené a související produkty */
.related.products > h2,
.up-sells > h2,
.cross-sells > h2 {
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(26px, 2.4vw, 34px);
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--modesi-black);
}

.woocommerce ul.products li.product .price {
	font-size: 14px;
	font-weight: 500;
}

/* ==========================================================
   MODESI – INFORMAČNÍ IKONY
   ========================================================== */

.modesi-benefits {
	font-family: "Manrope", Arial, sans-serif;
}

.modesi-benefits__content strong {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.015em;
	text-transform: uppercase;
}

.modesi-benefits__content small {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0;
}

/* ==========================================================
   MOBIL
   ========================================================== */

@media (max-width: 767px) {

	body,
	p,
	li,
	td,
	th,
	label,
	input,
	select,
	textarea {
		font-size: 15px;
	}

	.single-product .product_title,
	.woocommerce div.product .product_title {
		margin-bottom: 14px;
		font-size: 29px;
		line-height: 1.22;
	}

	.single-product .woocommerce-product-details__short-description,
	.single-product .woocommerce-product-details__short-description p {
		font-size: 15px;
		line-height: 1.65;
	}

	.woocommerce div.product p.price,
	.woocommerce div.product span.price,
	.single-product .summary .price {
		font-size: 23px;
	}

	.woocommerce div.product form.cart .single_add_to_cart_button {
		font-size: 13px;
		letter-spacing: 0.055em;
	}

	.related.products > h2,
	.up-sells > h2,
	.cross-sells > h2 {
		font-size: 25px;
	}

	.modesi-benefits__content strong {
		font-size: 12px;
	}

	.modesi-benefits__content small {
		font-size: 11px;
	}
}