/* ==================================================
   MARTMEDIA CUSTOM CSS
   ================================================== */

:root{
  --mm-green:#2B4D48;
  --mm-mint:#A9F9D6;
  --mm-teal:#619593;
  --mm-bg:#f7f6f9;
  --mm-line:#e5e7eb;
  --mm-text:#111827;
  --mm-muted:#6b7280;
}

/* ==================================================
   Zvýraznenie hlavných kategórií v navigácii
   ================================================== */

#navigation a[href*="/reklamne-predmety/"],
#navigation a[href*="/kalendare-a-diare/"],
.navigation a[href*="/reklamne-predmety/"],
.navigation a[href*="/kalendare-a-diare/"]{
  background:#2b4d48;
  color:#a9f9d6!important;
  border-radius:0;
  padding:6px 8px;
  margin:0;
  line-height:1;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  gap:6px;
  border:1px solid rgba(169,249,214,.25);
}

#navigation a[href*="/reklamne-predmety/"]:hover,
#navigation a[href*="/kalendare-a-diare/"]:hover,
.navigation a[href*="/reklamne-predmety/"]:hover,
.navigation a[href*="/kalendare-a-diare/"]:hover{
  filter:brightness(1.08);
}

#navigation a[href*="/reklamne-predmety/"]::after,
#navigation a[href*="/kalendare-a-diare/"]::after,
.navigation a[href*="/reklamne-predmety/"]::after,
.navigation a[href*="/kalendare-a-diare/"]::after{
  border-top-color:#a9f9d6!important;
}

/* ==================================================
   Pop-out bannery na desktope
   ================================================== */

@media (hover:hover) and (pointer:fine){
  a.mm-pop{
    display:block;
    transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
    will-change:transform;
    position:relative;
    z-index:1;
  }

  a.mm-pop:hover{
    transform:translateY(-10px) scale(1.04);
    box-shadow:0 18px 45px rgba(0,0,0,.22);
    filter:saturate(1.05);
    z-index:10;
  }

  a.mm-pop img{
    display:block;
    width:100%;
    height:auto;
  }
}

/* ==================================================
   Homepage formular
   ================================================== */

.mm-hpForm{
  border:1px solid #e5e7eb;
  background:linear-gradient(135deg,rgba(43,77,72,.10),rgba(169,249,214,.16));
  padding:12px 12px 10px!important;
  border-radius:0!important;
  height:auto!important;
  box-sizing:border-box;
}

.mm-hpForm label{
  display:block;
  font-weight:800;
  font-size:13px;
  margin:0 0 4px!important;
}

.mm-hpForm input[type="text"],
.mm-hpForm input[type="email"],
.mm-hpForm input[type="tel"],
.mm-hpForm input[type="number"],
.mm-hpForm select,
.mm-hpForm textarea{
  width:100%;
  border:1px solid #d1d5db;
  border-radius:0!important;
  padding:7px 9px!important;
  margin-bottom:6px!important;
  background:#fff;
  font-size:14px;
  box-sizing:border-box;
}

.mm-hpForm textarea{
  min-height:78px!important;
}

.mm-hpForm input:focus,
.mm-hpForm select:focus,
.mm-hpForm textarea:focus{
  outline:0;
  border-color:#2b4d48;
  box-shadow:0 0 0 3px rgba(43,77,72,.15);
}

.mm-hpForm button,
.mm-hpForm input[type="submit"],
.mm-hpForm .btn{
  background:#2b4d48!important;
  color:#a9f9d6!important;
  border:0!important;
  border-radius:0!important;
  padding:9px 12px!important;
  margin-top:4px!important;
  font-weight:900!important;
  width:100%;
}

.mm-hpForm button:hover,
.mm-hpForm input[type="submit"]:hover{
  filter:brightness(1.06);
}

.mm-hpForm .success,
.mm-hpForm .alert-success{
  background:#2b4d48!important;
  color:#a9f9d6!important;
  border:0!important;
  border-radius:0!important;
  padding:10px 12px;
  margin-top:10px;
}

.mm-hpForm .form-group,
.mm-hpForm .field,
.mm-hpForm p{
  margin-bottom:6px!important;
}

.mm-hpForm__sub{
  display:none!important;
}

.mm-hpForm--collapse .mm-hpForm__body{
  max-height:none!important;
  overflow:visible!important;
  position:static!important;
}

.mm-hpForm--collapse .mm-hpForm__body:after{
  display:none!important;
  content:none!important;
}

.mm-hpForm__toggle{
  width:100%;
  background:#2b4d48;
  color:#a9f9d6;
  border:0!important;
  border-radius:0!important;
  padding:10px 12px;
  font-weight:700!important;
  font-family:inherit!important;
  text-transform:uppercase;
  letter-spacing:.3px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  text-align:left;
  cursor:default!important;
  pointer-events:none!important;
}

.mm-hpForm__toggle::after{
  content:none!important;
}

.mm-hpForm__chev{
  display:none!important;
}

/* ==================================================
   Desktop – vlastné mobilné prvky skryté
   ================================================== */

@media (min-width:768px){
  .mm-mobile-top,
  .mm-bottom-nav,
  .mm-catalog-overlay,
  .mm-catalog-drawer{
    display:none!important;
  }
}

/* ==================================================
   MARTMEDIA MOBILE HEADER – logo + vyhľadávanie
   ================================================== */

@media (max-width:767px){

  body{
    padding-bottom:calc(92px + env(safe-area-inset-bottom))!important;
  }

  /* skrytie pôvodnej mobilnej hlavičky Shoptetu */
  body.mm-mobile-top-ready #header,
  body.mm-mobile-top-ready header,
  body.mm-mobile-top-ready .header,
  body.mm-mobile-top-ready .header-top,
  body.mm-mobile-top-ready .header-in,
  body.mm-mobile-top-ready .top-navigation-bar,
  body.mm-mobile-top-ready .navigation-buttons,
  body.mm-mobile-top-ready .site-name,
  body.mm-mobile-top-ready .mm-mobile-search,
  body.mm-mobile-top-ready .mm-mobile-search-only{
    display:none!important;
  }

  .mm-mobile-top{
    display:block!important;
    width:100%!important;
    box-sizing:border-box!important;
    padding:14px 16px 13px!important;
    background:linear-gradient(90deg,rgba(169,249,214,.55) 0%,#ffffff 76%)!important;
    position:relative!important;
    z-index:60!important;
  }

  .mm-mobile-top__logo{
    display:block!important;
    width:165px!important;
    max-width:58vw!important;
    height:auto!important;
    margin:0 0 13px 0!important;
  }

  .mm-mobile-top__logo img{
    display:block!important;
    width:100%!important;
    height:auto!important;
  }

  .mm-mobile-top__form{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    height:48px!important;
    background:#fff!important;
    border:1px solid #dfe5e8!important;
    border-radius:999px!important;
    box-shadow:0 3px 10px rgba(15,23,42,.05)!important;
    overflow:hidden!important;
    margin:0!important;
    padding:0!important;
  }

  .mm-mobile-top__btn{
    flex:0 0 52px!important;
    width:52px!important;
    height:48px!important;
    border:0!important;
    background:transparent!important;
    color:#2B4D48!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    margin:0!important;
  }

  .mm-mobile-top__btn svg{
    width:24px!important;
    height:24px!important;
    display:block!important;
  }

  .mm-mobile-top__input{
    flex:1 1 auto!important;
    width:100%!important;
    height:48px!important;
    border:0!important;
    background:#fff!important;
    color:#111827!important;
    font-size:18px!important;
    line-height:48px!important;
    padding:0 16px 0 0!important;
    margin:0!important;
    outline:0!important;
    box-shadow:none!important;
    -webkit-appearance:none!important;
    appearance:none!important;
  }

  .mm-mobile-top__input::placeholder{
    color:#9ca3af!important;
    opacity:1!important;
  }

  body.mm-mobile-top-ready .overall-wrapper,
  body.mm-mobile-top-ready #content-wrapper,
  body.mm-mobile-top-ready .content-wrapper{
    padding-top:0!important;
    margin-top:0!important;
  }
}

/* ==================================================
   MARTMEDIA MOBILE BOTTOM NAV
   ================================================== */

@media (max-width:767px){

  .mm-bottom-nav{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:900!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-around!important;
    height:82px!important;
    padding:8px 8px calc(8px + env(safe-area-inset-bottom))!important;
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 -8px 24px rgba(15,23,42,.10)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
    box-sizing:border-box!important;
  }

  .mm-bottom-nav__item{
    appearance:none!important;
    -webkit-appearance:none!important;
    border:0!important;
    background:transparent!important;
    color:#4b5563!important;
    text-decoration:none!important;
    width:20%!important;
    min-width:0!important;
    height:64px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    padding:0!important;
    margin:0!important;
    font-family:inherit!important;
    font-weight:700!important;
    line-height:1!important;
    cursor:pointer!important;
  }

  .mm-bottom-nav__item svg{
    width:27px!important;
    height:27px!important;
    display:block!important;
  }

  .mm-bottom-nav__label{
    display:block!important;
    font-size:12.5px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
  }

  .mm-bottom-nav__item.is-active{
    color:#2B4D48!important;
  }

  .mm-bottom-nav__item--dopyt{
    color:#2B4D48!important;
    position:relative!important;
  }

  .mm-bottom-nav__item--dopyt .mm-bottom-nav__icon-img{
  background:rgba(169,249,214,.55)!important;
  border-radius:999px!important;
  padding:9px!important;
  width:46px!important;
  height:46px!important;
  object-fit:contain!important;
  box-sizing:border-box!important;
  display:block!important;
  margin-top:-14px!important;
  margin-bottom:0!important;
  }
}

/* ==================================================
   MARTMEDIA MOBILE CATALOG DRAWER
   ================================================== */

@media (max-width:767px){

  html.mm-catalog-open,
  html.mm-catalog-open body{
    overflow:hidden!important;
  }

  .mm-catalog-overlay{
    position:fixed!important;
    inset:0!important;
    z-index:950!important;
    background:rgba(15,23,42,.42)!important;
    opacity:0!important;
    pointer-events:none!important;
    transition:opacity .2s ease!important;
  }

  .mm-catalog-overlay.is-open{
    opacity:1!important;
    pointer-events:auto!important;
  }

  .mm-catalog-drawer{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:960!important;
    background:#fff!important;
    border-radius:26px 26px 0 0!important;
    box-shadow:0 -16px 40px rgba(15,23,42,.22)!important;
    transform:translateY(105%)!important;
    transition:transform .24s ease!important;
    padding:24px 18px calc(110px + env(safe-area-inset-bottom))!important;
    box-sizing:border-box!important;
    max-height:82vh!important;
    overflow:auto!important;
  }

  .mm-catalog-drawer.is-open{
    transform:translateY(0)!important;
  }

  .mm-catalog-drawer__head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
    margin:0 0 18px!important;
  }

  .mm-catalog-drawer__head strong{
    font-size:26px!important;
    line-height:1.1!important;
    color:#111827!important;
  }

  .mm-catalog-drawer__close{
    border:0!important;
    width:44px!important;
    height:44px!important;
    border-radius:999px!important;
    background:#f3f4f6!important;
    color:#111827!important;
    font-size:28px!important;
    line-height:44px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
  }

  .mm-catalog-drawer__grid{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    margin:0 0 22px!important;
  }

  .mm-catalog-drawer__tile{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-height:62px!important;
    padding:9px 10px!important;
    border:1px solid #e5e9ed!important;
    border-radius:7px!important;
    background:#fff!important;
    box-shadow:0 2px 8px rgba(17,24,39,.08)!important;
    color:#111827!important;
    text-decoration:none!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:1.14!important;
    box-sizing:border-box!important;
  }

  .mm-catalog-drawer__tile:active{
    transform:scale(.985)!important;
  }

  .mm-catalog-drawer__tile--featured{
    background:#A9F9D6!important;
    border-color:rgba(43,77,72,.18)!important;
  }

  .mm-catalog-drawer__quick{
    border-top:1px solid #e5e7eb!important;
    padding-top:18px!important;
  }

  .mm-catalog-drawer__quick strong{
    display:block!important;
    font-size:20px!important;
    margin:0 0 12px!important;
    color:#111827!important;
  }

  .mm-catalog-drawer__quick a{
    display:block!important;
    color:#2B4D48!important;
    text-decoration:none!important;
    font-weight:800!important;
    font-size:17px!important;
    padding:10px 0!important;
  }
}

/* ==================================================
   Mobile formulár
   ================================================== */

@media (max-width:991px){
  .mm-hpForm{
    padding:12px;
  }

  .mm-hpForm input[type="text"],
  .mm-hpForm input[type="email"],
  .mm-hpForm input[type="tel"],
  .mm-hpForm input[type="number"],
  .mm-hpForm select,
  .mm-hpForm textarea{
    font-size:16px!important;
    padding:8px 9px!important;
  }

  .mm-hpForm textarea{
    min-height:90px!important;
  }

  .mm-hpForm__toggle{
    justify-content:flex-start!important;
    text-transform:none!important;
    letter-spacing:0!important;
    font-weight:600!important;
    white-space:normal!important;
  }
}
/* =========================================
   MARTMEDIA – mobile header final tweaks
   ========================================= */

@media (max-width: 767px){

  /* horný blok s logom bez gradientu */
  .mm-mobile-top,
  .mm-mobile-header,
  .mm-mobile-search-wrap,
  .mm-mobile-search-holder {
    background: #f7f7f8 !important;
    background-image: none !important;
  }

  /* ak je okolo headeru ešte wrapper */
  .mm-mobile-header {
    padding-top: 14px !important;
    padding-bottom: 10px !important;
  }

  /* logo – ponechať prirodzene vľavo */
  .mm-mobile-logo {
    display: block !important;
    width: auto !important;
    max-width: 320px !important;
    margin: 0 0 12px 0 !important;
  }

  .mm-mobile-logo img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
  }

  /* vyhľadávacie pole – mierne kompaktnejšie */
  .mm-mobile-search {
    height: 58px !important;
    border-radius: 29px !important;
    background: #ffffff !important;
    border: 2px solid #d8dde2 !important;
    box-shadow: none !important;
  }

  .mm-mobile-search .mm-search-icon {
    width: 24px !important;
    height: 24px !important;
  }

  .mm-mobile-search input,
  .mm-mobile-search .search-input {
    height: 58px !important;
    font-size: 18px !important;
    line-height: 58px !important;
  }

  /* spodné menu – vlastná ikona Dopyt */
  .mm-bottom-nav__icon-img {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto 6px auto !important;
  }

  .mm-bottom-nav__item--dopyt.is-active .mm-bottom-nav__icon-img,
  .mm-bottom-nav__item--dopyt:hover .mm-bottom-nav__icon-img {
    opacity: 1;
  }
}
/* ==================================================
   MARTMEDIA MOBILE HEADER – hide on scroll down / show on scroll up
   ================================================== */

@media (max-width:767px){

  body.mm-mobile-top-ready .mm-mobile-top{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:920!important;
    transform:translateY(0)!important;
    transition:transform .24s ease, box-shadow .24s ease!important;
    will-change:transform!important;
  }

  body.mm-mobile-top-ready .mm-mobile-top.is-hidden{
    transform:translateY(calc(-100% - 8px))!important;
    box-shadow:none!important;
  }

  body.mm-mobile-top-ready .mm-mobile-top.is-floating{
    box-shadow:0 8px 22px rgba(15,23,42,.08)!important;
  }

  .mm-mobile-top-spacer{
    display:block!important;
    height:var(--mm-mobile-top-h, 112px)!important;
  }
}

@media (min-width:768px){
  .mm-mobile-top-spacer{
    display:none!important;
  }
}
/* ==================================================
   MARTMEDIA MOBILE HP TILES v2 – Alza style
   ================================================== */

.mm-home-tiles-v2 {
  display: none;
}

@media (max-width: 767px) {
  .mm-home-tiles-v2 {
    display: block;
    background: #f7f7f8;
    padding: 12px 10px 4px;
    margin: 0;
  }

  .mm-home-tiles-v2 * {
    box-sizing: border-box;
  }

  .mm-home-tiles-v2__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .mm-home-tiles-v2__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 62px;
    padding: 9px 10px;
    background: #fff;
    border: 1px solid #e5e9ed;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(17, 24, 39, .08);
    color: #111827;
    text-decoration: none !important;
    overflow: hidden;
  }

  .mm-home-tiles-v2__item:active {
    transform: scale(.985);
  }

  .mm-home-tiles-v2__icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2B4D48;
  }

  .mm-home-tiles-v2__icon svg {
    width: 36px;
    height: 36px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mm-home-tiles-v2__text {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    color: #111827;
    font-size: 14px;
    line-height: 1.14;
    font-weight: 700;
    word-break: normal;
  }

  .mm-home-tiles-v2__text small {
    display: block;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 600;
    color: #4b5563;
  }

  .mm-home-tiles-v2__item--sale .mm-home-tiles-v2__icon {
    color: #d92323;
  }

  .mm-home-tiles-v2__item--highlight .mm-home-tiles-v2__icon {
    color: #2B4D48;
  }

  .mm-home-tiles-v2__sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
  }
}

@media (max-width: 374px) {
  .mm-home-tiles-v2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .mm-home-tiles-v2__grid {
    gap: 7px;
  }

  .mm-home-tiles-v2__item {
    min-height: 58px;
    padding: 8px 8px;
    gap: 8px;
  }

  .mm-home-tiles-v2__icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .mm-home-tiles-v2__icon svg {
    width: 32px;
    height: 32px;
  }

  .mm-home-tiles-v2__text {
    font-size: 13px;
  }
}
/* oprava hrubky textu v mobilnych HP dlazdiciach */
@media (max-width: 767px) {
  .mm-home-tiles-v2__text {
    font-weight: 400 !important;
  }
}
/* ==================================================
   MARTMEDIA MOBILE HP PRODUCT CAROUSELS v2
   Zachovať carousel + zobraziť 2 produkty vedľa seba
   ================================================== */

@media (max-width: 767px) {

  body.mm-is-homepage .products-block,
  body.mm-is-homepage .product-slider,
  body.mm-is-homepage .homepage-products {
    overflow: hidden !important;
    margin-top: 26px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body.mm-is-homepage .products-block .slick-list,
  body.mm-is-homepage .product-slider .slick-list,
  body.mm-is-homepage .homepage-products .slick-list,
  body.mm-is-homepage .products-block .owl-stage-outer,
  body.mm-is-homepage .product-slider .owl-stage-outer,
  body.mm-is-homepage .homepage-products .owl-stage-outer {
    overflow: hidden !important;
  }

  body.mm-is-homepage .products-block .slick-track,
  body.mm-is-homepage .product-slider .slick-track,
  body.mm-is-homepage .homepage-products .slick-track,
  body.mm-is-homepage .products-block .owl-stage,
  body.mm-is-homepage .product-slider .owl-stage,
  body.mm-is-homepage .homepage-products .owl-stage {
    display: flex !important;
    align-items: stretch !important;
    grid-template-columns: none !important;
  }

  body.mm-is-homepage .products-block .slick-slide,
  body.mm-is-homepage .product-slider .slick-slide,
  body.mm-is-homepage .homepage-products .slick-slide,
  body.mm-is-homepage .products-block .owl-item,
  body.mm-is-homepage .product-slider .owl-item,
  body.mm-is-homepage .homepage-products .owl-item {
    width: calc((100vw - 34px) / 2) !important;
    max-width: calc((100vw - 34px) / 2) !important;
    min-width: calc((100vw - 34px) / 2) !important;
    height: auto !important;
    float: none !important;
    margin: 0 5px !important;
    display: flex !important;
  }

  body.mm-is-homepage .products-block .slick-slide > div,
  body.mm-is-homepage .product-slider .slick-slide > div,
  body.mm-is-homepage .homepage-products .slick-slide > div {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
  }

  body.mm-is-homepage .products-block .products:not(.slick-initialized),
  body.mm-is-homepage .product-slider .products:not(.slick-initialized),
  body.mm-is-homepage .homepage-products .products:not(.slick-initialized) {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 10px !important;
    scroll-snap-type: x mandatory;
    grid-template-columns: none !important;
  }

  body.mm-is-homepage .products-block .products:not(.slick-initialized) > .product,
  body.mm-is-homepage .products-block .products:not(.slick-initialized) > .p,
  body.mm-is-homepage .product-slider .products:not(.slick-initialized) > .product,
  body.mm-is-homepage .product-slider .products:not(.slick-initialized) > .p,
  body.mm-is-homepage .homepage-products .products:not(.slick-initialized) > .product,
  body.mm-is-homepage .homepage-products .products:not(.slick-initialized) > .p {
    flex: 0 0 calc((100vw - 34px) / 2) !important;
    max-width: calc((100vw - 34px) / 2) !important;
    scroll-snap-align: start;
  }

  body.mm-is-homepage .products-block .product,
  body.mm-is-homepage .product-slider .product,
  body.mm-is-homepage .homepage-products .product,
  body.mm-is-homepage .products-block .p,
  body.mm-is-homepage .product-slider .p,
  body.mm-is-homepage .homepage-products .p {
    width: 100% !important;
    height: 100% !important;
    min-height: 300px !important;
    background: #fff !important;
    border: 1px solid #e5eaee !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(17, 24, 39, .07) !important;
    padding: 10px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  body.mm-is-homepage .products-block .image,
  body.mm-is-homepage .product-slider .image,
  body.mm-is-homepage .homepage-products .image,
  body.mm-is-homepage .products-block .p-image,
  body.mm-is-homepage .product-slider .p-image,
  body.mm-is-homepage .homepage-products .p-image {
    height: 120px !important;
    min-height: 120px !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.mm-is-homepage .products-block .image img,
  body.mm-is-homepage .product-slider .image img,
  body.mm-is-homepage .homepage-products .image img,
  body.mm-is-homepage .products-block .p-image img,
  body.mm-is-homepage .product-slider .p-image img,
  body.mm-is-homepage .homepage-products .p-image img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 112px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }

  body.mm-is-homepage .products-block .p-in,
  body.mm-is-homepage .product-slider .p-in,
  body.mm-is-homepage .homepage-products .p-in,
  body.mm-is-homepage .products-block .p-in-in,
  body.mm-is-homepage .product-slider .p-in-in,
  body.mm-is-homepage .homepage-products .p-in-in {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
  }

  body.mm-is-homepage .products-block .name,
  body.mm-is-homepage .product-slider .name,
  body.mm-is-homepage .homepage-products .name,
  body.mm-is-homepage .products-block .p-name,
  body.mm-is-homepage .product-slider .p-name,
  body.mm-is-homepage .homepage-products .p-name {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 36px !important;
    max-height: 38px !important;
    overflow: hidden !important;
    margin: 0 0 8px !important;
    color: #111827 !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
    text-align: left !important;
    text-decoration: none !important;
  }

  body.mm-is-homepage .products-block .description,
  body.mm-is-homepage .product-slider .description,
  body.mm-is-homepage .homepage-products .description,
  body.mm-is-homepage .products-block .p-desc,
  body.mm-is-homepage .product-slider .p-desc,
  body.mm-is-homepage .homepage-products .p-desc,
  body.mm-is-homepage .products-block .ratings-wrapper,
  body.mm-is-homepage .product-slider .ratings-wrapper,
  body.mm-is-homepage .homepage-products .ratings-wrapper,
  body.mm-is-homepage .products-block .stars-wrapper,
  body.mm-is-homepage .product-slider .stars-wrapper,
  body.mm-is-homepage .homepage-products .stars-wrapper,
  body.mm-is-homepage .products-block .availability,
  body.mm-is-homepage .product-slider .availability,
  body.mm-is-homepage .homepage-products .availability,
  body.mm-is-homepage .products-block .p-code,
  body.mm-is-homepage .product-slider .p-code,
  body.mm-is-homepage .homepage-products .p-code {
    display: none !important;
  }

  body.mm-is-homepage .products-block .prices,
  body.mm-is-homepage .product-slider .prices,
  body.mm-is-homepage .homepage-products .prices,
  body.mm-is-homepage .products-block .price,
  body.mm-is-homepage .product-slider .price,
  body.mm-is-homepage .homepage-products .price,
  body.mm-is-homepage .products-block .price-final,
  body.mm-is-homepage .product-slider .price-final,
  body.mm-is-homepage .homepage-products .price-final {
    margin: auto 0 8px !important;
    color: #2B4D48 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-align: left !important;
  }

  body.mm-is-homepage .products-block .price-standard,
  body.mm-is-homepage .product-slider .price-standard,
  body.mm-is-homepage .homepage-products .price-standard,
  body.mm-is-homepage .products-block .price-save,
  body.mm-is-homepage .product-slider .price-save,
  body.mm-is-homepage .homepage-products .price-save {
    display: none !important;
  }

  body.mm-is-homepage .products-block .p-bottom,
  body.mm-is-homepage .product-slider .p-bottom,
  body.mm-is-homepage .homepage-products .p-bottom {
    margin-top: auto !important;
    padding: 0 !important;
  }

  body.mm-is-homepage .products-block .p-tools,
  body.mm-is-homepage .product-slider .p-tools,
  body.mm-is-homepage .homepage-products .p-tools,
  body.mm-is-homepage .products-block .tools,
  body.mm-is-homepage .product-slider .tools,
  body.mm-is-homepage .homepage-products .tools {
    margin: 0 !important;
  }

  body.mm-is-homepage .products-block .btn,
  body.mm-is-homepage .product-slider .btn,
  body.mm-is-homepage .homepage-products .btn,
  body.mm-is-homepage .products-block .button,
  body.mm-is-homepage .product-slider .button,
  body.mm-is-homepage .homepage-products .button,
  body.mm-is-homepage .products-block button,
  body.mm-is-homepage .product-slider button,
  body.mm-is-homepage .homepage-products button {
    width: 100% !important;
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 8px !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    line-height: 36px !important;
    background: #2B4D48 !important;
    color: #fff !important;
    border: 0 !important;
  }

  body.mm-is-homepage .products-block .flags,
  body.mm-is-homepage .product-slider .flags,
  body.mm-is-homepage .homepage-products .flags,
  body.mm-is-homepage .products-block .flags-extra,
  body.mm-is-homepage .product-slider .flags-extra,
  body.mm-is-homepage .homepage-products .flags-extra {
    left: 7px !important;
    top: 7px !important;
  }

  body.mm-is-homepage .products-block .flag,
  body.mm-is-homepage .product-slider .flag,
  body.mm-is-homepage .homepage-products .flag {
    font-size: 10px !important;
    line-height: 1 !important;
    padding: 5px 6px !important;
  }

  body.mm-is-homepage .products-block .carousel-control,
  body.mm-is-homepage .product-slider .carousel-control,
  body.mm-is-homepage .homepage-products .carousel-control,
  body.mm-is-homepage .products-block .slick-arrow,
  body.mm-is-homepage .product-slider .slick-arrow,
  body.mm-is-homepage .homepage-products .slick-arrow,
  body.mm-is-homepage .products-block .owl-nav,
  body.mm-is-homepage .product-slider .owl-nav,
  body.mm-is-homepage .homepage-products .owl-nav {
    display: none !important;
  }
}

@media (max-width: 374px) {
  body.mm-is-homepage .products-block .slick-slide,
  body.mm-is-homepage .product-slider .slick-slide,
  body.mm-is-homepage .homepage-products .slick-slide,
  body.mm-is-homepage .products-block .owl-item,
  body.mm-is-homepage .product-slider .owl-item,
  body.mm-is-homepage .homepage-products .owl-item,
  body.mm-is-homepage .products-block .products:not(.slick-initialized) > .product,
  body.mm-is-homepage .products-block .products:not(.slick-initialized) > .p,
  body.mm-is-homepage .product-slider .products:not(.slick-initialized) > .product,
  body.mm-is-homepage .product-slider .products:not(.slick-initialized) > .p,
  body.mm-is-homepage .homepage-products .products:not(.slick-initialized) > .product,
  body.mm-is-homepage .homepage-products .products:not(.slick-initialized) > .p {
    width: calc((100vw - 30px) / 2) !important;
    max-width: calc((100vw - 30px) / 2) !important;
    min-width: calc((100vw - 30px) / 2) !important;
  }

  body.mm-is-homepage .products-block .product,
  body.mm-is-homepage .product-slider .product,
  body.mm-is-homepage .homepage-products .product,
  body.mm-is-homepage .products-block .p,
  body.mm-is-homepage .product-slider .p,
  body.mm-is-homepage .homepage-products .p {
    min-height: 280px !important;
    padding: 8px !important;
  }

  body.mm-is-homepage .products-block .image,
  body.mm-is-homepage .product-slider .image,
  body.mm-is-homepage .homepage-products .image,
  body.mm-is-homepage .products-block .p-image,
  body.mm-is-homepage .product-slider .p-image,
  body.mm-is-homepage .homepage-products .p-image {
    height: 108px !important;
    min-height: 108px !important;
  }

  body.mm-is-homepage .products-block .image img,
  body.mm-is-homepage .product-slider .image img,
  body.mm-is-homepage .homepage-products .image img,
  body.mm-is-homepage .products-block .p-image img,
  body.mm-is-homepage .product-slider .p-image img,
  body.mm-is-homepage .homepage-products .p-image img {
    max-height: 100px !important;
  }

  body.mm-is-homepage .products-block .name,
  body.mm-is-homepage .product-slider .name,
  body.mm-is-homepage .homepage-products .name,
  body.mm-is-homepage .products-block .p-name,
  body.mm-is-homepage .product-slider .p-name,
  body.mm-is-homepage .homepage-products .p-name {
    font-size: 13px !important;
  }
}
/* ==================================================
   MARTMEDIA – newsletter popup banner
   ================================================== */

.mm-popup-newsletter-cta {
  cursor: pointer;
  display: block;
}

.mm-popup-newsletter-cta img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.mm-popup-newsletter-cta:hover img {
  filter: brightness(.98);
}

@media (max-width: 767px) {
  .mm-popup-newsletter-cta {
    max-width: 100%;
  }
}
/* ==================================================
   MARTMEDIA – newsletter popup bez systémových tlačidiel
   ================================================== */

.mm-newsletter-popup-clean .buttons,
.mm-newsletter-popup-clean .button-wrapper,
.mm-newsletter-popup-clean .popup-buttons,
.mm-newsletter-popup-clean .popup-footer,
.mm-newsletter-popup-clean .modal-footer,
.mm-newsletter-popup-clean .fancybox-button,
.mm-newsletter-popup-clean a[href="#"],
.mm-newsletter-popup-clean button[type="submit"],
.mm-newsletter-popup-clean .btn.btn-primary,
.mm-newsletter-popup-clean .btn.btn-secondary {
  display: none !important;
}

.mm-newsletter-popup-clean {
  position: relative !important;
}

.mm-newsletter-popup-clean .mm-popup-close-x {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(43, 77, 72, .92);
  color: #a9f9d6;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,.16);
}

.mm-newsletter-popup-clean .mm-popup-close-x:hover {
  background: #2b4d48;
}

@media (max-width: 767px) {
  .mm-newsletter-popup-clean .mm-popup-close-x {
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    font-size: 22px;
    line-height: 32px;
  }
}