/* 

// Created :: 2025-02-23
// Updated :: 2025-02-23

*/

/* BODY */

* { margin: 0px; padding: 0px; }
body {  }

/* OBECNÉ PRVKY */

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

/* RESPO PRIPRAVA */

#menu_burger_btn { display: none; }

/* LAYOUT */

#content { padding: 0px 0px 0px 0px; }

/* OBECNÉ */

.breaker { clear: both; border: 0px; }

/* ERRORS */

div.error_box, div.success_box, div.info_box, div.warning_box
{ 
  padding: 20px; margin: 20px 0px;
  border-radius: 16px;
}


/* LISTA */

/* NADPISY */

h1 { padding: 0px 0px 0px 0px; }

/* ZAHLAVI */

#zahlavi_lista { width: 100%; box-sizing: border-box; } 
#zahlavi_lista .zl_wrap { position: relative; max-width: 85%; margin: 0 auto; padding: 12px 12px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
#zahlavi_lista .zl_left { display: flex; align-items: center; gap: 16px; } 
#zahlavi_lista .zl_center { position: absolute; left: 50%; transform: translateX(-50%); text-align: center; flex: none; }
#zahlavi_lista .zl_right { display: flex; align-items: center; gap: 16px; } 
#zahlavi_lista .zl_item { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; } 
#zahlavi_lista .zl_item span { position: relative; display: inline-block; } 
#zahlavi_lista .zl_link { position: relative; display: inline-block; text-decoration: none; } 
#zahlavi_lista .icon { width: 16px; height: 16px; flex: 0 0 16px; } 
#zahlavi_lista .zl_link::after { content: ""; position: absolute; left: 0; bottom: -3px; width: 0%; height: 1px; transition: width 0.3s ease; } 
#zahlavi_lista .zl_item span::after { content: ""; position: absolute; left: 0; bottom: -3px; width: 0%; height: 1px; transition: width 0.3s ease; } 
#zahlavi_lista .zl_link:hover::after { width: 100%; } 
#zahlavi_lista .zl_item:hover span::after { width: 100%; }

#zahlavi { width: 100%; box-sizing: border-box; }
#zahlavi .zh_wrap { max-width: 85%; margin: 0px auto; padding: 28px 0px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
#zahlavi .zh_left { display: flex; align-items: center; }
#zahlavi .zh_logo img { display: block; max-height: 48px; width: auto; }
#zahlavi .zh_center { flex: 1 1 auto; display: flex; align-items: center; justify-content: center; }
#zahlavi .zh_search { display: flex; align-items: stretch; gap: 0px; width: min(560px, 100%); border-radius: 10px; overflow: hidden; box-sizing: border-box; }
#zahlavi .zh_search input { flex: 1 1 auto; border: 0px; padding: 14px 16px; outline: none; box-sizing: border-box; }
#zahlavi .zh_search .zh_btn { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; padding: 0px 18px; border: 0px; cursor: pointer; }
#zahlavi .zh_right { display: flex; align-items: center; gap: 28px; }
#zahlavi .zh_icon { display: flex; flex-direction: column; align-items: center; gap: 6px; position: relative; }
#zahlavi .zh_icon .zh_label { position: relative; display: inline-block; }
#zahlavi .zh_icon .zh_label::after { content: ""; position: absolute; left: 0; bottom: -3px; width: 0%; height: 1px; transition: width 0.3s ease; }
#zahlavi .zh_icon:hover .zh_label::after { width: 100%; }
#zahlavi .icon { width: 35px; height: 35px; stroke-linecap: round;  }
#zahlavi .zh_badge { position: absolute; top: -6px; right: -8px; min-width: 18px; height: 18px; padding: 0px 5px; border-radius: 999px; text-align: center; box-sizing: border-box; }

/* MENU */

#zahlavi_menu { width: 100%; box-sizing: border-box; }
#zahlavi_menu .in { max-width: 85%; margin: 0px auto; padding: 0px 0px; box-sizing: border-box; }
#zahlavi_menu nav { display: flex; align-items: center; gap: 20px; }
#zahlavi_menu .category { position: relative; display: inline-block; width: 240px; }
#zahlavi_menu .cat_toggle { display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border: 0px; cursor: pointer; width: 100%; justify-content: left; box-sizing: border-box; }
#zahlavi_menu .burger { display: inline-flex; flex-direction: column; gap: 3px; }
#zahlavi_menu .burger span { display: block; width: 18px; height: 2px; }
#zahlavi_menu .cat_panel { position: absolute; left: 0; top: 100%; width: 100%; box-sizing: border-box; padding: 8px 0px; display: block; }
#zahlavi_menu .category:not(.open) .cat_panel { display: none; }
#zahlavi_menu .cat_list { list-style: none; margin: 0px; padding: 0px; }
#zahlavi_menu .cat_list li { }
#zahlavi_menu .cat_list li a { display: block; padding: 10px 14px; box-sizing: border-box; }
#zahlavi_menu .menu { flex: 1 1 auto; }
#zahlavi_menu #menu ul { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0px; padding: 0px; }
#zahlavi_menu #menu li { }
#zahlavi_menu #menu li a { position: relative; display: inline-block; padding: 12px 0px; }
#zahlavi_menu .menu_right { margin-left: auto; }
#zahlavi_menu .menu_right a { position: relative; display: inline-block; padding: 12px 0px; }
#zahlavi_menu #menu li a span, #zahlavi_menu .menu_right a span { position: relative; display: inline-block; padding: 0px; line-height: 1; }
#zahlavi_menu #menu li a span::after, #zahlavi_menu .menu_right a span::after { content: ""; position: absolute; left: 0; bottom: -3px; width: 0%; height: 1px; transition: width 0.3s ease; }
#zahlavi_menu #menu li a:hover span::after, #zahlavi_menu .menu_right a:hover span::after { width: 100%; }

/* GALERIE */

.galerie_mini { gap: 0px; }
.galerie_mini { display: flex; flex-wrap: wrap; align-items: flex-start; }
.galerie_mini a { height: 100px; display: block; flex: 0 0 auto; }
.galerie_mini img { height: 100px; width: auto; display: block; object-fit: cover; }
.galerie_mini a:focus, .galerie_mini a:active, .galerie_mini a:focus-visible { outline: none; box-shadow: none; border: none; }
.galerie_mini img:focus, .galerie_mini img:active, .galerie_mini img:focus-visible { outline: none; box-shadow: none; border: none; }
.galerie_mini a.is-selected { outline: none !important; box-shadow: none !important; }

/* SLOUPEC */

/* CONTAINERS OBSAH UVOD */

.obsah img.uvod { height: 100px; }

/* CONTAINERS VYPISY */

.obsah_vypis_box img { height: 100px; }
.obsah_vypis_box_hp img { height: 100px; }

/* CONTAINERS DETAILY */

/* PRVKY */

/* ARTICLES */

/* PRVKY */

.prvky img.uvod { height: 100px; }

/* JINE  */

/* 
#sitemap { margin: 0; padding: 0;  line-height: 125%; }
#sitemap ul { list-style: none; margin: 0; padding-left: 0em; }
#sitemap li { position: relative; margin: .25em 0; padding-left: 0em; }
#sitemap ul.sub { margin-top: .15em; padding-left: 1.1em; }
#sitemap ul > li { padding-left: .1em; }
*/

/* ARTICLES */

/* TINYMCE */

.tinymce p { padding: 0px 0px 0px 0px; }
.tinymce p:last-child { padding-bottom: 0px; }

/* PATICKA */

#paticka { width: 100%; box-sizing: border-box; }
#paticka .in { max-width: 80%; margin: 0px auto; padding: 30px 0px; box-sizing: border-box; }
#paticka .ft_info { text-align: center; padding: 15px 0px 35px 0px; margin: 0px 0px 65px 0px; }
#paticka .ft_grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; column-gap: 60px; row-gap: 28px; align-items: start; padding-bottom: 40px;}
#paticka .column h4 { margin: 0px 0px 25px 0px; }
#paticka .column p { margin: 0px 0px 15px 0px; }
#paticka .column_menu ul { list-style: none; margin: 0px; padding: 0px; display: grid; gap: 15px; }
#paticka .column_menu li { }
#paticka .column_menu a { display: inline-block; padding: 0px 0px; position: relative; }
#paticka .ft_news_form { display: flex; align-items: stretch; gap: 4px; }
#paticka .ft_news_form input { flex: 1 1 auto; padding: 10px 12px; border: 0px; outline: none; box-sizing: border-box; }
#paticka .ft_news_form .btn_red { flex: 0 0 auto; padding: 0px 14px; border: 0px; cursor: pointer; }
#paticka .ft_socials { display: flex; align-items: center; gap: 10px; margin: 24px 0px 0px 0px; }
#paticka .social { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 999px; }
#paticka .social svg { width: 20px; height: 20px; }

#paticka .column_menu a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0%; height: 1px; transition: width 0.25s ease; }
#paticka .column_menu a:hover::after { width: 100%; }

#paticka .column.column_contact div {  }
#paticka .column.column_contact { line-height: 150% }
#paticka .column.column_contact div.addr { padding: 20px 0px; }
#paticka .column.column_contact {  }
#paticka .column.column_contact {  }
#paticka .column.column_contact {  }

/* COPYRIGHT */

#copyright { width: 100%; box-sizing: border-box; }
#copyright .in { max-width: 80%; margin: 0px auto; padding: 30px 0px; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: center; text-align: center; 
  gap: 3px 20px; align-items: center; }
#copyright span { display: inline-flex; gap: 4px; align-items: baseline; }
#copyright a { text-decoration: none; position: relative; }
#copyright .break_line { flex-basis: 100%; height: 0; }

/* TINYMCE */

/* SITEMAP */

div#sitemap ul.sub li {  }

/* FORM */

#form_control_point { display: none; }

fieldset#zajem {  }

/* FORM :: PATIČKA  */

/* PROFIL */

#content_obsah_profil { width: 75%; float: right; }
#column_left_profil { width: 20%; float: left; }

/* VYVOJ :: BENEFITS */

/* LAYOUT */
#benefits { width: 100%; box-sizing: border-box; }
#benefits .in { max-width: 85%; margin: 0 auto; padding: 50px 0px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; box-sizing: border-box; }
#benefits .benefit_item { display: flex; align-items: flex-start; gap: 26px; }
#benefits .benefit_icon { flex: 0 0 60px; width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; transition: background-color 0.3s ease, color 0.3s ease; }
#benefits .benefit_icon svg { width: 28px; height: 28px; }
#benefits .benefit_text h3 { margin: 0px 0px 2px 0px; line-height: 1.3; }
#benefits .benefit_text p { margin: 0px; line-height: 1.5; }
@media (max-width: 980px) { #benefits .in { grid-template-columns: 1fr 1fr; gap: 28px; padding: 40px 0px; } }
@media (max-width: 640px) { #benefits .in { grid-template-columns: 1fr; gap: 22px; padding: 30px 0px; } #benefits .benefit_item { justify-content: center; text-align: center; flex-direction: column; align-items: center; } #benefits .benefit_icon { width: 54px; height: 54px; margin-bottom: 10px; } #benefits .benefit_text h3 { margin-bottom: 3px; } }

/* BARVY */
#benefits { background-color: #f7f7f7; }
#benefits .benefit_icon { border: 2px solid #a32015; color: #a32015; }
#benefits .benefit_item:hover .benefit_icon { background-color: #a32015; color: #ffffff; }
#benefits .benefit_text h3 { color: #222222; }
#benefits .benefit_text p { color: #444444; }

/* VYVOJ :: VYPIS PRODUKTU */

/* LAYOUT */
#products { width: 100%; box-sizing: border-box; margin: 40px 0px; }
#products .in { max-width: 85%; margin: 0px auto; padding: 0px 0px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; box-sizing: border-box; }
#products .prd { display: flex; flex-direction: column; gap: 10px; padding: 12px 12px; box-sizing: border-box; }
#products .prd_img { display: block; width: 100%; height: 200px; overflow: hidden;  }
#products .prd_img img { width: 100%; height: 100%; object-fit: contain; display: block; }
#products .prd_title { margin: 0px; }
#products .prd_title a { display: inline-block; text-decoration: none; }
#products .prd_price { text-align: center; margin: 4px 0px 6px 0px; }
#products .btn_add { display: inline-flex; align-items: center; justify-content: center; padding: 11px 10px 10px 10px; 
  border-radius: 1px; border: 1px solid; text-decoration: none; transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; }

/* BARVY */
#products { background-color: transparent; color: #393e46; }
#products .prd_img { background-color: #ffffff; }
#products .prd_title a { color: #225494; }
#products .prd_title a:hover { color: #225494; }
#products .prd_price { color: #393e46; }
#products .btn_add { border-color: #a32015; color: #a32015; background-color: transparent; }
#products .btn_add:hover { background-color: #a32015; border-color: #a32015; color: #ffffff; }

#products .prd_title a { font-size: 13px; }
#products .prd_title a:hover { text-decoration: underline;}
#products .prd_price { font-size: 20px; }
#products .prd_price { font-family: 'Rajdhani', sans-serif; font-weight: bold; }
#products .btn_add { font-size: 16px; }
#products .btn_add { font-family: 'Rajdhani', sans-serif; font-weight: bold; text-transform: uppercase; }

/* OPTIONAL: jednoduchý responsivní rozpad (můžeš klidně vynechat) */
@media (max-width: 1100px) { #products .in { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 780px) { #products .in { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { #products .in { grid-template-columns: 1fr; } }


/* VYVOJ :: HP :: Brands */ 

/* LAYOUT */
#brands { width: 100%; box-sizing: border-box; margin: 40px 0px; }
#brands .in { max-width: 85%; margin: 0px auto; padding: 0px 0px; box-sizing: border-box; }
#brands .brands_title { text-align: center; margin: 0px 0px 40px 0px; }
#brands .brands_grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; box-sizing: border-box; }
#brands .brand_box { display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 15px 0px; }
#brands .brand_box img { max-width: 80%; max-height: 80%; width: auto; height: auto; object-fit: contain; }

/* BARVY */
#brands { background-color: #ffffff; color: #393e46; }
#brands .brand_box { border: 1px solid #cccccc; background-color: #ffffff; }

/* RESPONSIVE */
@media (max-width: 1100px) { #brands .brands_grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 780px) { #brands .brands_grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { #brands .brands_grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 400px) { #brands .brands_grid { grid-template-columns: 1fr; } }


/* VYVOJ KAT HP  */

/* LAYOUT */
#featured_cats { width: 100%; box-sizing: border-box; border-top: 2px solid gray }
#featured_cats .in { max-width: 95%; margin: 0px auto; padding: 50px 0px; box-sizing: border-box; }
#featured_cats .fc_head { text-align: center; margin: 0px 0px 28px 0px; }
#featured_cats .fc_head h2 { margin: 0px 0px 8px 0px; }
#featured_cats .fc_head p { margin: 0px; }
#featured_cats .fc_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
#featured_cats .fc_item { display: grid; grid-template-columns: 220px 1fr; gap: 24px; align-items: start; padding: 16px 0px; box-sizing: border-box; }
#featured_cats .fc_img { display: block; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; }
#featured_cats .fc_img img { width: 100%; height: 100%; object-fit: contain; display: block; }
#featured_cats .fc_body { display: flex; flex-direction: column; gap: 12px; }
#featured_cats .fc_title { margin: 0px; }
#featured_cats .fc_title a { display: inline-block; text-decoration: none; }
#featured_cats .fc_list { list-style: none; margin: 0px; padding: 0px; display: grid; gap: 10px; }
#featured_cats .fc_list li { position: relative; padding-left: 16px; }
#featured_cats .fc_list li::before { content: "›"; position: absolute; left: 0px; top: 0px; line-height: 1; }
#featured_cats .fc_list a { text-decoration: none; }
#featured_cats .fc_shop { display: inline-block; text-decoration: none; align-self: flex-start; padding: 6px 10px; border-radius: 2px; transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; }

/* RESPONSIVE */
@media (max-width: 1100px) { #featured_cats .fc_item { grid-template-columns: 180px 1fr; } }
@media (max-width: 900px) { #featured_cats .fc_grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { #featured_cats .fc_grid { grid-template-columns: 1fr; } #featured_cats .fc_item { grid-template-columns: 1fr; } #featured_cats .fc_img { aspect-ratio: 16 / 9; } #featured_cats .fc_head { margin-bottom: 22px; } }

/* BARVY */
#featured_cats { background-color: transparent; color: #393e46; }
#featured_cats .fc_title a { color: #393e46; }
#featured_cats .fc_title a:hover { color: #225494; }
#featured_cats .fc_list li::before { color: #225494; }
#featured_cats .fc_list a { color: #393e46; }
#featured_cats .fc_list a:hover { color: #225494; text-decoration: underline; }
#featured_cats .fc_shop { border: 1px solid #a32015; color: #a32015; background-color: transparent; }
#featured_cats .fc_shop:hover { background-color: #a32015; border-color: #a32015; color: #ffffff; }




/*VYVOJ FEATURE */

/* LAYOUT */
#featured_cats_new { width: 100%; box-sizing: border-box; }
#featured_cats_new .in { max-width: 85%; margin: 0px auto; padding: 50px 0px; box-sizing: border-box; }
#featured_cats_new .fc_head { text-align: center; margin: 0px 0px 28px 0px; }
#featured_cats_new .fc_head h2 { margin: 0px 0px 8px 0px; }
#featured_cats_new .fc_head p { margin: 0px; }
#featured_cats_new .fc_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
#featured_cats_new .fc_card { position: relative; overflow: hidden; border-radius: 8px; aspect-ratio: 16 / 9; display: flex; }
#featured_cats_new .fc_bg { position: absolute; inset: 0; background-image: var(--bg); background-size: contain; background-position: center; background-repeat: no-repeat; transform: scale(1); transition: transform 0.5s ease; }
#featured_cats_new .fc_card:hover .fc_bg { transform: scale(1.08); }
#featured_cats_new .fc_content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; width: 100%; padding: 18px 18px; }
#featured_cats_new .fc_title { margin: 0px; }
#featured_cats_new .fc_btn { display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; border-radius: 2px; text-decoration: none; align-self: flex-start; }

/* RESPONSIVE */
@media (max-width: 980px) { #featured_cats_new .fc_grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { #featured_cats_new .fc_grid { grid-template-columns: 1fr; } #featured_cats_new .in { padding: 40px 0px; } }

/* BARVY */
#featured_cats_new { background-color: transparent; color: #ffffff; }
#featured_cats_new .fc_card { background-color: #000000; }
#featured_cats_new .fc_title { color: #ffffff; }
#featured_cats_new .fc_btn { background-color: #a32015; color: #ffffff; border: 1px solid #a32015; }
#featured_cats_new .fc_btn:hover { background-color: #8c1b12; border-color: #8c1b12; color: #ffffff; }
