/* =========================
   Header – desktop - sticky header pouze na mobilu
========================= */
@media(min-width:768px){
  #header{
    position:relative!important
  }

  .mobil-lista{
    display:none!important
  }
}
/* =========================
   Mobil – navigace a produkt
========================= */
@media(max-width:767px){
body.navigation-window-visible #navigation,
body.navigation-window-visible .navigation,
body.navigation-window-visible .nav-wrapper,
body.navigation-window-visible #nav-mobile{
width:75vw!important;
max-width:75vw!important;
box-shadow:0 0 0 100vmax rgba(0,0,0,.19)!important
}

body.navigation-window-visible #navigation .navigation-in,
body.navigation-window-visible .navigation .navigation-in{
width:100%!important;
max-width:100%!important
}

.navigation-buttons{
display:flex;
align-items:center;
gap:8px
}

.navigation-buttons a{
display:flex;
align-items:center;
justify-content:center
}

.navigation-buttons a:before{
position:relative;
top:1px
}

.site-name img{
height:30px!important
}

.p-detail .add-to-cart{
gap:12px
}

.p-detail .add-to-cart .btn.btn-conversion.add-to-cart-button{
min-width:140px;
max-width:180px;
padding:13px 18px!important;
font-size:13px
}
}
/* =========================
   SVG proměnné
========================= */

:root {
  --cart: url(//489033.myshoptet.com/user/documents/upload/icons/cart.svg);
}
/* =========================
   Footer – základ
========================= */

#footer {
  background: #fff;
}

#footer .footer-bottom img,
#footer .shoptet-logo img,
#footer a[href*="shoptet"] img {
  filter: grayscale(100%);
  opacity: 1;
}
/* =========================
   Typografie a odkazy
========================= */
body{font-size:16px;line-height:1.6;color:#222}
h1{text-transform:none;letter-spacing:0;font-weight:500;font-size:19px;line-height:1.3;margin-bottom:18px}
h2{font-size:24px;margin:30px 0 15px}
h3{font-size:18px;margin:20px 0 10px}
p{margin-bottom:15px}
a{color:#196773;text-decoration:none}
a:hover,a:focus,a:active{text-decoration:underline}
ul,ol{margin-left:20px;line-height:1.6}
.breadcrumbs{font-size:12px;opacity:.6}
/* =========================
   Footer – texty a odkazy
========================= */
#footer a{color:#222;font-weight:400;text-decoration:none}
#footer a:hover{text-decoration:underline}
.footer-bottom,
.footer-bottom p,
.footer-bottom span,
.footer-bottom a{
font-size:12px;
color:#777
}
#footer .footer-links a,
#footer .footer-menu a{
font-size:15px
}
#footer svg{
color:#000
}
#footer a[href*="cookie"]{
font-size:12px;
color:#666
}
/* =========================
   Footer – ikonky
========================= */
#footer .footer-rows{
display:flex;
flex-direction:column;
align-items:center
}

.footer-icons{
order:1;
margin:1px 0 25px;
display:flex;
justify-content:center;
flex-wrap:nowrap
}

.footer-icons a{
margin:0 6px;
display:inline-block
}

.footer-icons a img{
width:28px;
height:28px;
filter:brightness(0);
opacity:1
}

.footer-icons a:hover img{
opacity:.65
}
/* =========================
   Footer – info blok
========================= */
#footer .custom-footer{
display:flex;
justify-content:center;
width:100%;
order:2
}

#footer .custom-footer__articles{
max-width:420px;
text-align:center
}

#footer .custom-footer__articles h3,
#footer .custom-footer__articles .pageElement__heading{
display:none
}

#footer .custom-footer__articles ul{
padding-left:0;
margin:0
}

#footer .custom-footer__articles li{
list-style:none;
margin-bottom:1px
}

#footer .custom-footer__articles a{
text-align:center
}
/* =========================
   Header – SVG ikonky
========================= */
.icon-search,
.cart-count,
.menu-trigger{
font-size:0!important;
color:transparent!important;
}

.icon-search .sr-only,
.icon-search span,
.icon-search:after,
.cart-count .sr-only,
.cart-count .cart-price,
.cart-count span,
.cart-count:after,
.menu-trigger .sr-only,
.menu-trigger span,
.menu-trigger:after{
display:none!important;
}

.icon-search:before,
.cart-count:before,
.menu-trigger:before{
content:"";
display:inline-block;
width:22px;
height:22px;
background-repeat:no-repeat;
background-position:center;
background-size:contain;
vertical-align:middle;
}

.icon-search:before{
background-image: url("/user/documents/upload/icons/glass.svg");
}

.cart-count:before{
background-image:var(--cart);
}

.menu-trigger:before{
background-image: url("/user/documents/upload/icons/hamburger.svg");
}
/* =========================
   Utility – skryté prvky na detailu produktu a ještě něco
========================= */
.top-nav-login,
.link-icon.print,
.link-icon.chat,
#checkoutContent .helper,
#checkoutContent fieldset.stay-in-touch,
body.in-login #content-wrapper{
display:none!important
}

.site-name img{
height:56px!important;
width:auto!important
}

.type-detail.type-product .descr-info table{
visibility:hidden
}
/* =========================
   Detail produktu – tlačítko do košíku
========================= */
.p-detail .add-to-cart {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}

.p-detail .add-to-cart .quantity {
  flex: 0 0 auto;
}

.p-detail .add-to-cart .btn.btn-conversion.add-to-cart-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 160px;
  max-width: 200px;
  padding: 13px 20px !important;
  white-space: nowrap;
  flex: 0 0 auto;
}

.p-detail .add-to-cart .btn.btn-icon.btn-cart {
  display: none !important;
}

.add-to-cart-button:before {
  content: "";
  width: 17px;
  height: 17px;
  margin-right: 8px;
  background: var(--cart) no-repeat center/contain;
  display: inline-block;
}
/* =========================
   Cookies
========================= */
.siteCookies__button[value="all"],
.cookiesSetting__button[value="all"]{
background:#196773!important;
border-color:#196773!important;
color:#fff!important
}

.siteCookies__button[value="all"]:hover,
.cookiesSetting__button[value="all"]:hover{
background:#145a63!important;
border-color:#145a63!important
}

.siteCookies__content a,
.cookiesSetting__form a{
color:#196773
}
/* =========================
   Detail produktu – hover ikonky košíku
========================= */
.add-to-cart-button:hover:before{
filter:invert(1);
}
/* =========================
   Info stránky
========================= */
body.in-info #newsWrapper,
body.in-info .listingControls{
display:none!important;
}
/* =========================
   Kategorie – prázdný perex
========================= */
.category-perex.empty-content.empty-content-category {
  display: none;
}
/* =========================
   Header – spacing loga
========================= */
.site-name {
  padding: 10px 0 !important;
}
/* =========================
   Navigace – desktop menu bez hamburgeru
========================= */
@media (min-width: 768px) {
  nav#navigation .menu-level-1 {
    gap: 10px !important;
    flex-wrap: nowrap !important;
  }

  nav#navigation .menu-level-1 > li > a {
    padding-left: 6px !important;
    padding-right: 6px !important;
    font-size: 13px !important;
  }
}
/* =========================
   Navigace – desktop container
========================= */
@media (min-width: 768px) {
  #navigation {
    width: 100% !important;
    margin: 0 auto !important;
  }
}
/* =========================
   Navigace – zvýrazněné menu položky
========================= */
@media (min-width: 768px) {

  nav#navigation .menu-level-1 > li.menu-item-780 > a:hover,
  nav#navigation .menu-level-1 > li.menu-item-855 > a:hover {

    color: #196773;
    text-decoration: underline;
    text-decoration-color: #196773;
    text-underline-offset: 3px;

  }

}
/* =========================
   Interní kategorie – skrytí odkazů
========================= */
a[href*="/inter/"] {
  display: none !important;
}

a[href="/inter/"],
a[href="https://www.mix-fix.cz/inter/"] {
  display: none !important;
}
/* =========================
   Interní produkt – ID 879
========================= */
body.id-879.in-inter.type-product.type-detail .price,
body.id-879.in-inter.type-product.type-detail .availability,
body.id-879.in-inter.type-product.type-detail .add-to-cart {
  display: none !important;
}
/* =========================
   Navigace – skrytí sign in
========================= */
#navigation .navigationActions li:has(a[data-testid="signin"]) {
  display: none !important;
}

/* =========================
   Ikony dopravy a platby v košíku
========================= */

.order-icon.order-delivery::before,
.order-icon.order-payment::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  vertical-align: middle;
  background-color: #196773;

  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;

  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.order-icon.order-delivery::before {
  -webkit-mask-image: url("/user/documents/upload/icons/package.svg");
  mask-image: url("/user/documents/upload/icons/package.svg");
}

.order-icon.order-payment::before {
  -webkit-mask-image: url("/user/documents/upload/icons/hand-coins.svg");
  mask-image: url("/user/documents/upload/icons/hand-coins.svg");
}

/* =========================
   Proužek – košík
========================= */

.msg.msg-success {
  background: #f5f5f3;
  color: #196773;
  border-left: 3px solid #196773;
  box-shadow: none;
}

.msg.msg-success a {
  color: #196773;
}
/* =========================
   Digitální produkty – souhlas
========================= */

.digital-consent {
  margin-top: 16px;
  max-width: 420px;
  font-size: 13px;
  line-height: 1.5;
}

.digital-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.digital-consent-checkbox {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;

  width: 18px !important;
  height: 18px !important;

  margin-top: 2px !important;

  opacity: 1 !important;
  visibility: visible !important;
  display: inline-block !important;
  position: static !important;

  flex-shrink: 0;

  accent-color: #196773;
}

@media (max-width: 767px) {

  .digital-consent {
    margin-top: 18px;
  }

  .digital-consent-label {
    gap: 14px;
  }

  .digital-consent-checkbox {
    width: 22px !important;
    height: 22px !important;
    margin-top: 1px !important;
  }

}

.disabled-consent {
  opacity: .45 !important;
  pointer-events: none !important;
}
/* =========================
   Kategorie, podkategorie – skrytí řazení a filtrů
========================= */
.category-header .listSorting {
  display: none !important;
}
.filters-wrapper {
  display: none !important;
}
/* =========================
   Breadcrumbs – desktop
========================= */

.breadcrumbs {
  font-size: 12px;
  opacity: 0.6;
}

.breadcrumbs .navigation-bullet {
  font-size: 0;
  margin: 0 6px;
}

.breadcrumbs .navigation-bullet::before {
  content: "|";
  font-size: 12px;
}

/* =========================
   Footer – ikonky
========================= */

.footer-icons img {
  width: 28px;
  height: 28px;
  display: block;
}


/* =========================
   Footer – ikonky mask
========================= */

.footer-icon a img {
  display: none;
}

.footer-icon a::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #000;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;
}

.footer-icon a[href*="instagram"]::before {
  -webkit-mask-image: url("/user/documents/upload/icons/instagram.svg");
  mask-image: url("/user/documents/upload/icons/instagram.svg");
}

.footer-icon a[href*="facebook"]::before {
  -webkit-mask-image: url("/user/documents/upload/icons/facebook.svg");
  mask-image: url("/user/documents/upload/icons/facebook.svg");
}

.footer-icon a[href*="pinterest"]::before {
  -webkit-mask-image: url("/user/documents/upload/icons/pinterest.svg");
  mask-image: url("/user/documents/upload/icons/pinterest.svg");
}

.footer-icon a[aria-label="Telefon"]::before {
  -webkit-mask-image: url("/user/documents/upload/icons/phone.svg");
  mask-image: url("/user/documents/upload/icons/phone.svg");
}

.footer-icon a[aria-label="E-mail"]::before {
  -webkit-mask-image: url("/user/documents/upload/icons/envelope.svg");
  mask-image: url("/user/documents/upload/icons/envelope.svg");
}

.footer-icon a[href*="wa"]::before {
  -webkit-mask-image: url("/user/documents/upload/icons/whatsapp.svg");
  mask-image: url("/user/documents/upload/icons/whatsapp.svg");
}
/* =========================
   WhatsApp – floating blob
========================= */

.whatsapp-float{
position:fixed;
right:20px;
bottom:20px;
width:72px;
height:72px;
z-index:9999;

display:flex;
align-items:center;
justify-content:center;

background-color:#196773;

-webkit-mask-image:url("/user/documents/upload/icons/blob-s1.svg");
mask-image:url("/user/documents/upload/icons/blob-s1.svg");

-webkit-mask-repeat:no-repeat;
mask-repeat:no-repeat;

-webkit-mask-position:center;
mask-position:center;

-webkit-mask-size:contain;
mask-size:contain;

transition:transform .2s ease;
}

.whatsapp-float:hover{
transform:scale(1.03);
}

.whatsapp-float::before{
content:"";
width:28px;
height:28px;

background-color:#fff;

-webkit-mask-image:url("/user/documents/upload/icons/whatsapp.svg");
mask-image:url("/user/documents/upload/icons/whatsapp.svg");

-webkit-mask-repeat:no-repeat;
mask-repeat:no-repeat;

-webkit-mask-position:center;
mask-position:center;

-webkit-mask-size:contain;
mask-size:contain;
}
/* hide WhatsApp blob when Colorbox is open */

body:has(#colorbox[style*="display: block"]) .whatsapp-float,
body:has(#cboxOverlay[style*="display: block"]) .whatsapp-float {
display:none !important;
}

/* =========================
   Blobíčci a ikonky
========================= */
/* MIX-FIX blob flags – category/product cards */

.products .product .inner {
  position: relative;
}

/* wrapper nesmí ovlivňovat layout */
.products .flags-inline {
  position: static !important;
}

/* společný základ všech MIX-FIX příznaků */
.products .flags-inline .flag-custom1,
.products .flags-inline .flag-custom2,
.products .flags-inline .flag-custom3,
.products .flags-inline .flag-balik {
  position: absolute !important;
  z-index: 30;

  margin: 0;
  border: 0;
  pointer-events: none;
}

/* CZ / EN textový příznak vlevo nahoře */
.products .flags-inline .flag-custom2,
.products .flags-inline .flag-en-2 {
  top: 12px;
  left: 12px;

  position: absolute !important;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 74px;
  height: 24px;

  padding: 0;

  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  color: #fff;

  background-color: #196773 !important;

  z-index: 30;
}
/* STUDIO / PDF / SADA vpravo nahoře */
.products .flags-inline .flag-custom1,
.products .flags-inline .flag-custom3,
.products .flags-inline .flag-balik {
  top: 19px;
  right: 19px;

  padding: 0;

  font-size: 0;
  line-height: 0;
  color: transparent;

  background-color: transparent !important;
  overflow: visible;
}

/* single blob: STUDIO + PDF */
.products .flags-inline .flag-custom1,
.products .flags-inline .flag-custom3 {
  width: 67px;
  height: 67px;

  background-color: rgba(255,255,255,.78) !important;

  mask-image: url("https://www.mix-fix.cz/user/documents/upload/icons/blob-s1.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;

  -webkit-mask-image: url("https://www.mix-fix.cz/user/documents/upload/icons/blob-s1.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

/* double blob: SADA */
.products .flags-inline .flag-balik {
  width: 58px;
  height: 92px;

  background-color: rgba(255,255,255,.78) !important;

  mask-image: url("https://www.mix-fix.cz/user/documents/upload/icons/blob-d1.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;

  -webkit-mask-image: url("https://www.mix-fix.cz/user/documents/upload/icons/blob-d1.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

/* společný základ ikon */
.products .flags-inline .flag-custom1::before,
.products .flags-inline .flag-custom3::before,
.products .flags-inline .flag-balik::before,
.products .flags-inline .flag-balik::after {
  content: "";
  position: absolute;
  left: 50%;

  width: 24px;
  height: 24px;

  background-color: #196773;

  transform: translate(-50%, -50%);

  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;

  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

/* STUDIO = package */
.products .flags-inline .flag-custom1::before {
  top: 50%;
  mask-image: url("https://www.mix-fix.cz/user/documents/upload/icons/package.svg");
  -webkit-mask-image: url("https://www.mix-fix.cz/user/documents/upload/icons/package.svg");
}

/* PDF = download */
.products .flags-inline .flag-custom3::before {
  top: 50%;
  mask-image: url("https://www.mix-fix.cz/user/documents/upload/icons/download.svg");
  -webkit-mask-image: url("https://www.mix-fix.cz/user/documents/upload/icons/download.svg");
}

/* SADA = download nahoře */
.products .flags-inline .flag-balik::before {
  top: 31%;
  mask-image: url("https://www.mix-fix.cz/user/documents/upload/icons/download.svg");
  -webkit-mask-image: url("https://www.mix-fix.cz/user/documents/upload/icons/download.svg");
}

/* SADA = package dole */
.products .flags-inline .flag-balik::after {
  top: 67%;
  mask-image: url("https://www.mix-fix.cz/user/documents/upload/icons/package.svg");
  -webkit-mask-image: url("https://www.mix-fix.cz/user/documents/upload/icons/package.svg");
}

/* =========================
   Mobilní menu srovnat košík a logo
========================= */
@media (max-width: 767px) {

  .top-nav .cart-count::before {
    position: relative;
    top: 3px;
    left: 6px;
  }

}
@media (max-width: 767px) {

  .site-name img {
    position: relative;
    top: -7px;
    left: 19px;
  }

}
/* =========================
   Desktop menu srovnat košík a logo
========================= */
@media (min-width: 768px) {

  .top-nav .cart-count::before {
    transform: scale(1.2);
  }

}
/* =========================
   404 stránka
========================= */
.mixfix-404 {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
    padding: 0px 20px;
}

.mixfix-404 h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 24px;
    color: #196773;
}

.mixfix-404 p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 0;
}

.mixfix-404-divider {
    width: 60px;
    height: 1px;
    background: #d9d9d9;
    margin: 40px auto;
}
.mixfix-404 .btn.btn-default {
    display: inline-block;
    margin-top: 40px;
    padding: 14px 28px;

    background: #ffffff !important;
    color: #196773 !important;

    border: 1px solid #196773 !important;

    opacity: 1 !important;
    box-shadow: none !important;
    filter: none !important;

    transition: all 0.25s ease;
}

.mixfix-404 .btn.btn-default:hover {
    background: #196773 !important;
    color: #ffffff !important;
    border-color: #196773 !important;

    opacity: 1 !important;
    filter: none !important;
}
.p-detail .p-image-wrapper .p-image {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

/* =========================
 Měna na černo
========================= */
.top-nav-currency,
.top-nav-currency span,
.top-nav-currency button,
.top-nav-currency .caret {
    color: #000 !important;
}

.top-nav-currency button {
    background: transparent;
    border: none;
}

.top-nav-currency .caret {
    border-top-color: #000 !important;
}

.top-nav-currency button:hover,
.top-nav-currency a:hover {
    color: #000 !important;
}







/* =========================
 Galerie - miniatury
========================= */
/* MIX-FIX: hide default Shoptet product thumbnails */
.p-thumbnails {
  display: none !important;
}


/* =========================
   Galerie - Colorbox wrapper
========================= */

#cboxContent,
#cboxLoadedContent {
  background: transparent !important;
}

/* =========================
   Galerie - mobil
========================= */
@media (max-width: 767px) {
  #cboxPrevious,
  #cboxNext,
  #cboxClose {
    font-size: 0 !important;
    text-indent: -9999px;
    background-image: none !important;
    background-color: #000 !important;

    mask-repeat: no-repeat !important;
    mask-position: center !important;
    mask-size: 26px 26px !important;

    -webkit-mask-repeat: no-repeat !important;
    -webkit-mask-position: center !important;
    -webkit-mask-size: 26px 26px !important;
  }

  #cboxPrevious {
    -webkit-mask-image: url("/user/documents/upload/icons/arrow-left.svg");
    mask-image: url("/user/documents/upload/icons/arrow-left.svg");
    -webkit-mask-position: left 16px center !important;
    mask-position: left 16px center !important;
  }

  #cboxNext {
    -webkit-mask-image: url("/user/documents/upload/icons/arrow-right.svg");
    mask-image: url("/user/documents/upload/icons/arrow-right.svg");
    -webkit-mask-position: right 16px center !important;
    mask-position: right 16px center !important;
  }

  #cboxClose {
    -webkit-mask-image: url("/user/documents/upload/icons/close.svg");
    mask-image: url("/user/documents/upload/icons/close.svg");
  }
}

/* =========================
   Galerie - desktop
========================= */
@media (min-width: 768px) {
  #cboxPrevious,
  #cboxNext,
  #cboxClose {
    font-size: 0 !important;
    text-indent: -9999px;
    background-image: none !important;
    background-color: #fff !important;

    mask-repeat: no-repeat !important;
    mask-position: center !important;
    mask-size: 52px 52px !important;

    -webkit-mask-repeat: no-repeat !important;
    -webkit-mask-position: center !important;
    -webkit-mask-size: 52px 52px !important;
  }

  #cboxPrevious {
    -webkit-mask-image: url("/user/documents/upload/icons/arrow-left.svg");
    mask-image: url("/user/documents/upload/icons/arrow-left.svg");
    -webkit-mask-position: left 16px center !important;
    mask-position: left 16px center !important;
  }

  #cboxNext {
    -webkit-mask-image: url("/user/documents/upload/icons/arrow-right.svg");
    mask-image: url("/user/documents/upload/icons/arrow-right.svg");
    -webkit-mask-position: right 16px center !important;
    mask-position: right 16px center !important;
  }

  #cboxClose {
    -webkit-mask-image: url("/user/documents/upload/icons/close.svg");
    mask-image: url("/user/documents/upload/icons/close.svg");
  }
}
#cboxClose::before,
#cboxClose::after {
  content: none !important;
  display: none !important;
}

/* =========================
   Produktová stránka pruh po miniaturách
========================= */
.p-detail .p-image-wrapper .p-image {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

/* =========================
   Desktop – produktový obrázek doprava
========================= */
@media (min-width: 992px) {
  .p-detail .p-main-image img {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
}
/* =========================
   Tablet / úzký layout – obrázek menší a na střed
========================= */
@media (min-width: 768px) and (max-width: 991px) {

  .p-detail .detail-img {
    float: none !important;
    width: 100% !important;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-detail .p-main-image img {
    width: 100%;
    max-width: 400px;
    display: block;
  }

}
/* =========================
   MIX-FIX HOMEPAGE
========================= */

.mixfix-homepage {
  width: 100%;
}


/* =========================
   CONTAINER
========================= */

.mf-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}


/* =========================
   INTRO
========================= */

.mf-intro {
  padding-top: 0px;
  padding-bottom: 50px;
}

.mf-intro p {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.6;
}

/* =========================
   CATEGORY GRID
========================= */

.mf-category-grid-section {
  padding-bottom: 80px;
}

.mf-category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.mf-category-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.mf-category-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.mf-category-card span {
  margin-top: 16px;
  text-align: center;
  color: #196773;
  text-decoration: none;
  transition: all 0.2s ease;
}

.mf-category-card:hover span {
  color: #000000;
  text-decoration: underline;
}

/* CATEGORY LABELS */

.mf-category-grid a.mf-category-card span {
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
}

/* =========================
   FEATURE PRODUCTS
========================= */

.mf-feature-product {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.mf-feature-product::before {
  content: "";
  position: absolute;
  inset: 0;

  background: #D6E2E4;

  width: 100vw;
  left: 50%;
  transform: translateX(-50%);

  z-index: -1;
}
 

.mf-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.mf-feature-image img {
  width: 100%;
  display: block;
}

.mf-feature-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mf-feature-text p {
  margin-bottom: 20px;
  line-height: 1.7;
}


.mf-feature-text a {
  color: #000000;
  text-decoration: underline;
  width: fit-content;
}




/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

  .mf-container {
    padding-left: 0;
    padding-right: 0;
  }

  .mf-intro {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mf-category-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .mf-feature-product {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .mf-feature-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  
  /* MOBILE ORDER */

  .mf-feature-text-first .mf-feature-image {
    order: 1;
  }

  .mf-feature-text-first .mf-feature-text {
    order: 2;
  }

  .mf-feature-image-first .mf-feature-image {
    order: 1;
  }

  .mf-feature-image-first .mf-feature-text {
    order: 2;
  }

}
 
 /* =========================
   vymazání odskoku v zápatí
========================= */
 #footer.footer {
  margin-top: 0;
} 










