/* ========================================================================== */
/* 01. ZAKLADNI RESPONSIVE BOX LAYOUTY                                         */
/* ========================================================================== */

/* Spolecne chovani starych box layoutu */
.polozka100,
.polozka20,
.polozka15,
.poloz15,
.polozka4,
.polozka50,
.polozka45,
.polozka30,
.polozka500,
.polozka6,
.polozka2 {
  height: auto;
  float: left;
}

.obal100,
.obal20,
.obal15,
.obal4,
.obal50,
.obal45,
.obal30,
.obal500,
.obal6,
.obal2,
.obal3 {
  overflow: hidden;
}

.vnitrek100,
.vnitrek20,
.vnitrek15,
.vnitrek2 {
  padding: 0;
  margin: 0;
  border: 0;
}

/* 4 boxy */
.polozka100 {
  width: 25%;
  text-align: center;
}

/* 2 boxy BLOG */
.polozka20 {
  width: 50%;
  text-align: left;
}

/* 2 boxy 80/20 */
.polozka15 {
  width: 80%;
  text-align: left;
}

.poloz15 {
  width: 20%;
  text-align: left;
}

.vnitrek15 {
  margin: 0;
}

/* 2 boxy */
.polozka4 {
  width: 50%;
  text-align: center;
}

.vnitrek4 {
  padding: 0;
  margin: 5px;
  border: 0;
}

/* 5 boxu s ramovanim */
.polozka50 {
  width: 20%;
  text-align: center;
}

.vnitrek50 {
  padding: 1em;
  margin: 1em;
  border: 1px solid #0090d9;
}

/* 4 boxy - pokus */
.polozka45 {
  width: 25%;
  text-align: center;
}

.vnitrek45 {
  padding: 2em;
  margin: 2em;
  border: 0;
}

/* 3 boxy s okrajem */
.polozka30 {
  width: 33%;
  text-align: center;
}

.vnitrek30 {
  padding: 2em;
  margin: 2em;
  border: 1px solid #00a1e7;
}

/* 5 boxu bez ramovani */
.polozka500 {
  width: 20%;
  text-align: center;
}

.vnitrek500 {
  padding: 1em;
  margin: 1em;
  border: 0;
}

/* 1 box */
.polozka6 {
  width: 100%;
  text-align: center;
}

.vnitrek6 {
  padding: 2em;
  margin: 2em;
  border: 1px solid #0090d9;
}

/* Paticka */
.polozka2 {
  width: 25%;
  text-align: center;
}

.obal2 {
  background: #0090d9;
  padding: 1em;
}

.obal3 {
  background: #f6f7f7;
  padding: 0;
}

/* Breakpoint <= 1150px */
@media (max-width: 1150px) {
  .polozka100 { width: 75%; }
  .polozka20 { width: 50%; }
  .polozka15 { width: 80%; }
  .poloz15   { width: 20%; }
  .polozka4  { width: 50%; }
  .polozka50 { width: 50%; }
  .polozka45 { width: 50%; }
  .polozka30 { width: 50%; }
  .polozka500 { width: 50%; }
  .polozka2  { width: 50%; }
}

/* Breakpoint <= 600px */
@media (max-width: 600px) {
  .polozka100,
  .polozka4,
  .polozka50,
  .polozka45,
  .polozka30,
  .polozka500,
  .polozka2 {
    width: 100%;
  }

  .polozka20 {
    width: 100%;
  }

  .polozka15,
  .poloz15 {
    width: 100%;
  }

  .polozka100 {
    width: 50%;
  }
}

/* ========================================================================== */
/* 02. GLOBALNI RESPONSIVE UPRAVY                                              */
/* ========================================================================== */

@media screen and (max-width: 1200px) {
  .mobile_padd { padding: 10px 0 0 0 !important; }
  .na_h1 { font-size: 30px !important; line-height: 25px !important; }
  .pha_resp { width: 96% !important; max-width: 100% !important; height: auto !important; }
  .product-card-button { width: 100% !important; }
  .sub_heading { padding: 5px !important; font-size: 20px !important; }
  table.center { margin: 0 auto !important; float: none !important; }
  .foot .col { display: block !important; box-sizing: border-box !important; width: 100% !important; }
  .no-padding { padding-left: 0 !important; padding-right: 0 !important; }
  .col-foot { width: 320px !important; }
  .col-foot .con { padding-right: 30px !important; padding-left: 30px !important; }
}

@media screen and (min-width: 1201px) {
  .mobile_padd { padding: 10px 0 0 0 !important; }
  .na_h1 { font-size: 25px !important; }
  .product-card { width: 100% !important; }
  .pha_resp { width: 96% !important; max-width: 100% !important; height: auto !important; }
  table.center { margin: 0 auto !important; float: none !important; }
  .foot .col { display: block !important; box-sizing: border-box !important; width: 100% !important; }
  .no-padding { padding-left: 0 !important; padding-right: 0 !important; }
  .col-foot { width: 320px !important; }
  .col-foot .con { padding-right: 30px !important; padding-left: 30px !important; }
}

/* ========================================================================== */
/* 03. DROBNE GLOBALNI UPRAVY                                                   */
/* ========================================================================== */

.FooterUserContent,
.FooterUserContent2 {
  max-width: 89vw;
}

.AddToCartView > .quantity {
  width: 70px;
}

.AddToCartView > .quantity > input {
  font-size: 15px;
}

.AddToCartView.v1 .button.buy {
  margin-left: 15px;
}

/* Desktop / mobil helper */
@media all and (min-width: 720px) {
  .mobil {
    display: none;
    visibility: hidden;
  }
}

@media all and (max-width: 719px) {
  .desktop {
    display: none;
    visibility: hidden;
  }
}

/* ========================================================================== */
/* 04. STREFA POPISY PRODUKTU                                                  */
/* ========================================================================== */

.strefa-desc {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
  line-height: 1.55;
  color: #111;
}

.strefa-desc h3 {
  margin: 14px 0 8px;
  font-size: 15px;
  letter-spacing: .2px;
}

.strefa-desc p,
.strefa-desc li {
  font-size: 14px;
}

.strefa-desc p {
  margin: 8px 0;
}

.strefa-desc ul {
  margin: 8px 0 0 18px;
  padding: 0;
}

.strefa-desc li {
  margin: 6px 0;
}

.strefa-desc strong {
  font-weight: 600;
}

.strefa-desc .muted {
  opacity: .85;
}

/* ========================================================================== */
/* 05. CATEGORY HERO                                                           */
/* ========================================================================== */

.cat-hero {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.cat-hero__text {
  margin-bottom: 14px;
}

.cat-hero__text h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
}

.cat-hero__text h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #f5a623;
}

.cat-hero__text p {
  margin: 0;
  max-width: 100%;
}

.cat-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.cat-points li {
  padding: 10px 14px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 12px;
  line-height: 1.45;
}

.cat-points li strong {
  font-weight: 600;
}

.cat-note {
  position: relative;
  margin-top: 14px;
  padding: 14px 14px 14px 26px;
  border-radius: 14px;
  background: rgba(0, 0, 0, .03);
}

.cat-note::before {
  content: "Tip";
  position: absolute;
  top: -10px;
  left: 12px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  color: #f5a623;
  background: #fff;
}

.cat-note::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  border-radius: 4px;
  background: #f5a623;
}

.cat-note p {
  margin: 0;
}

.muted {
  opacity: .99;
}

.cat-points {
  display: none !important;
}

@media (max-width: 768px) {
  .cat-hero {
    padding: 12px 0;
  }

  .cat-hero__text h2 {
    font-size: 20px;
  }
}

/* Barvy podle root category */
#Master.rootCategory-11481 .cat-hero__text h2::after,
#Master.rootCategory-11481 .cat-note::after {
  background: #0f5889;
}
#Master.rootCategory-11481 .cat-note::before {
  color: #0f5889;
}

#Master.rootCategory-10453 .cat-hero__text h2::after,
#Master.rootCategory-10453 .cat-note::after {
  background: #f5a623;
}
#Master.rootCategory-10453 .cat-note::before {
  color: #f5a623;
}

#Master.rootCategory-1894 .cat-hero__text h2::after,
#Master.rootCategory-1894 .cat-note::after {
  background: #23a259;
}
#Master.rootCategory-1894 .cat-note::before {
  color: #23a259;
}

#Master.rootCategory-11482 .cat-hero__text h2::after,
#Master.rootCategory-11482 .cat-note::after {
  background: #eb4c6a;
}
#Master.rootCategory-11482 .cat-note::before {
  color: #eb4c6a;
}

#Master.rootCategory-6437 .cat-hero__text h2::after,
#Master.rootCategory-6437 .cat-note::after {
  background: #634732;
}
#Master.rootCategory-6437 .cat-note::before {
  color: #634732;
}

/* ========================================================================== */
/* 06. HOMEPAGE BANNERY                                                        */
/* ========================================================================== */

.hp-tiles,
.hp-tiles * {
  box-sizing: border-box;
}

.hp-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: clamp(240px, 16vw, 320px);
  gap: 14px;
  padding: 0 10px;
  overflow: visible;
  align-items: stretch;
}

.hp-tile {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 6px;
  background: #fff;
  text-decoration: none;
  box-shadow: none;
  aspect-ratio: auto;
  will-change: transform;
  transform: translateZ(0);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.hp-tile.hp-tile--small {
  grid-column: span 1;
}

.hp-tile.hp-tile--wide {
  grid-column: span 2;
}

.hp-tile__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .35s ease;
  will-change: transform;
}

.hp-tile--petshop .hp-tile__img {
  object-position: center 15%;
}

.hp-tile::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, .50) 0%,
    rgba(0, 0, 0, .25) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.hp-tile__label {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(0, 0, 0, .20);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(14px, 1.05vw, 18px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, .65);
  pointer-events: none;
}

.hp-tile:hover {
  transform: translateY(-3px);
}

.hp-tile:hover .hp-tile__img {
  transform: scale(1.07);
}

.hp-tile--strechy:hover {
  box-shadow: 0 0 8px 2px rgba(0, 82, 155, .45);
  border-color: rgba(0, 82, 155, .28);
}

.hp-tile--zahrada:hover {
  box-shadow: 0 0 8px 2px rgba(76, 175, 80, .45);
  border-color: rgba(76, 175, 80, .28);
}

.hp-tile--naradi:hover {
  box-shadow: 0 0 8px 2px rgba(255, 152, 0, .45);
  border-color: rgba(255, 152, 0, .28);
}

.hp-tile--zelezarstvi:hover {
  box-shadow: 0 0 8px 2px rgba(220, 53, 69, .45);
  border-color: rgba(220, 53, 69, .26);
}

.hp-tile--petshop:hover {
  box-shadow: 0 0 8px 2px rgba(121, 85, 72, .45);
  border-color: rgba(121, 85, 72, .26);
}

.homepage-box,
.content-wrapper,
#content {
  overflow: visible !important;
}

@media (max-width: 768px) {
  .hp-tiles {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }

  .hp-tile {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .hp-tile.hp-tile--wide {
    grid-column: span 2;
    aspect-ratio: 2 / 1;
  }
}

@media (max-width: 480px) {
  .hp-tiles {
    grid-template-columns: 1fr;
  }

  .hp-tile,
  .hp-tile.hp-tile--wide {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }
}

/* ========================================================================== */
/* 07. HOMEPAGE INTRO                                                          */
/* ========================================================================== */

.hp-intro {
  max-width: 980px;
  margin: 0 auto 44px;
  padding: 0 20px;
  text-align: center;
}

.hp-intro__lead {
  max-width: 540px;
  margin: 18px auto 26px;
  font-size: clamp(15px, 4vw, 18px);
  line-height: 1.6;
  color: #666;
}

.hp-intro__benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: stretch;
}

.hp-intro__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 6px;
  background: #fafafa;
  transition: transform .2s ease, border-color .2s ease;
}

.hp-intro__item:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, .10);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, .10);
}

.hp-intro__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(0, 0, 0, .035);
  color: #1a1a1a;
}

.hp-intro__icon svg {
  width: 22px;
  height: 22px;
}

.hp-intro__text strong {
  display: block;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 800;
  color: #1a1a1a;
}

.hp-intro__text span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: #777;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hp-intro::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  margin: 28px auto 0;
  background: #e8e8e8;
}

@media (max-width: 900px) {
  .hp-intro__benefits {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .hp-intro__item {
    padding: 12px;
  }

  .hp-intro__icon {
    width: 32px;
    height: 32px;
  }

  .hp-intro__text strong {
    font-size: 14px;
  }

  .hp-intro__text span {
    font-size: 11px;
  }

  .hp-intro::after {
    display: none;
  }
}

/* ========================================================================== */
/* 08. SHIPPING MODERN                                                         */
/* ========================================================================== */

.shipping-simple {
  max-width: 1280px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #181818;
}

.shipping-simple * {
  box-sizing: border-box;
}

.shipping-simple__box {
  margin-bottom: 28px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.shipping-simple__title {
  margin: 0;
  padding: 20px 18px 16px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
  background: #f7f7f7;
  border-bottom: 1px solid #dcdcdc;
}

.shipping-simple__note {
  margin: 0;
  padding: 0 18px 16px;
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  background: #f7f7f7;
  border-bottom: 1px solid #dcdcdc;
}

.shipping-simple__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.45;
}

.shipping-simple__table th,
.shipping-simple__table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px dashed #dddddd;
}

.shipping-simple__table thead th {
  background: #ececec;
  font-size: 13px;
  font-weight: 700;
  color: #111;
}

.shipping-simple__table tbody tr:hover td {
  background: #fafafa;
}

.shipping-simple__table tbody tr:last-child td {
  border-bottom: 0;
}

.shipping-simple__table td:first-child {
  color: #222;
}

.shipping-simple__table td:nth-child(2),
.shipping-simple__table td:nth-child(3),
.shipping-simple__table th:nth-child(2),
.shipping-simple__table th:nth-child(3) {
  width: 160px;
  white-space: nowrap;
}

.shipping-simple__provider {
  font-weight: 700;
  color: #111;
}

.shipping-simple__service {
  color: #666;
}

.shipping-simple__price-final {
  font-weight: 800;
  color: #111;
}

@media (max-width: 768px) {
  .shipping-simple__title {
    font-size: 22px;
    padding: 16px 14px 12px;
  }

  .shipping-simple__note {
    padding: 0 14px 14px;
    font-size: 12px;
  }

  .shipping-simple__table {
    font-size: 14px;
  }

  .shipping-simple__table th,
  .shipping-simple__table td {
    padding: 12px 10px;
  }

  .shipping-simple__table td:nth-child(2),
  .shipping-simple__table td:nth-child(3),
  .shipping-simple__table th:nth-child(2),
  .shipping-simple__table th:nth-child(3) {
    width: 110px;
  }
}

/* ========================================================================== */
/* 09. KONTAKTNI STRANKA                                                       */
/* ========================================================================== */

.contact-page {
  max-width: 1280px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #1c1c1c;
}

.contact-page * {
  box-sizing: border-box;
}

.contact-page a {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, .18);
  transition: all .2s ease;
}

.contact-page a:hover {
  color: #000;
  border-bottom-color: rgba(0, 0, 0, .45);
}

.contact-hero {
  margin: 0 0 28px;
}

.contact-title {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 800;
  color: #111;
}

.contact-subtitle {
  max-width: 820px;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

.contact-alert {
  margin: 26px 0 34px;
  padding: 18px 20px;
  border: 1px solid #e3d2d2;
  border-radius: 5px;
  background: #faf7f7;
  color: #7b1f1f;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
}

.contact-section {
  margin: 0 0 34px;
}

.contact-section-head {
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.contact-section-title {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.02em;
}

.contact-grid-4,
.contact-grid-3,
.contact-grid-2 {
  display: grid;
  gap: 20px;
}

.contact-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-card,
.contact-person {
  height: 100%;
  padding: 24px;
  border: 1px solid #ececec;
  border-radius: 5px;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.contact-card {
  background: #f8f8f8;
}

.contact-person {
  background: #fafafa;
}

.contact-card:hover,
.contact-person:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .05);
}

.contact-card:hover {
  background: #fbfbfb;
}

.contact-card-icon,
.contact-person-icon {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 0 16px;
  object-fit: contain;
}

.contact-card-title {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
}

.contact-card-subtitle {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.contact-text {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.contact-text:last-child {
  margin-bottom: 0;
}

.contact-label {
  color: #777;
  font-weight: 700;
}

.contact-person-name {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
}

.contact-person-role {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.contact-person-phone {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  color: #111;
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.contact-list li:last-child {
  margin-bottom: 0;
}

.contact-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b8b8b8;
}

.contact-map {
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background: #fff;
}

.contact-map iframe {
  display: block;
  width: 100%;
  min-height: 220px;
  border: 0;
}

.contact-note {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.7;
  color: #777;
}

@media (max-width: 1100px) {
  .contact-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .contact-grid-3,
  .contact-grid-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .contact-title {
    font-size: 30px;
  }

  .contact-section-title {
    font-size: 24px;
  }

  .contact-grid-4 {
    grid-template-columns: 1fr;
  }

  .contact-card,
  .contact-person {
    padding: 20px;
  }

  .contact-card-title {
    font-size: 20px;
  }

  .contact-person-name {
    font-size: 19px;
  }
}

/* ========================================================================== */
/* 10. ZEME / VLAJECKY                                                         */
/* ========================================================================== */

.obalZeme {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.polozkaZeme {
  transition: transform .25s ease, opacity .25s ease;
}

.vnitrekZeme img {
  border-radius: 4px;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.vnitrekZeme p:first-child {
  margin-bottom: 3px;
  font-size: 12px;
  text-align: center;
}

.polozkaZeme:hover img {
  transform: scale(1.25);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
  filter: saturate(1.1);
}

.polozkaZeme:hover {
  transform: translateY(-4px);
}

.obalZeme:hover .polozkaZeme:not(:hover) {
  opacity: 0.6;
  transform: scale(0.95);
}

/* ========================================================================== */
/* 11. FIRMY / LOGA                                                            */
/* ========================================================================== */

.firma-img {
  display: block;
  width: 100%;
  opacity: .7;
  filter: grayscale(100%) brightness(1.05);
  transition: all .35s ease;
}

.firma-img:hover {
  opacity: 1;
  filter: grayscale(0%) brightness(1);
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .firma-wrapper {
    background: #e6e6e6;
  }
}

/* ========================================================================== */
/* 12. CATEGORY TILE HOVER                                                     */
/* ========================================================================== */

.FlatCategoriesRwdView.v5 ul > li {
  transition: transform .22s ease, box-shadow .22s ease;
  will-change: transform;
}

.FlatCategoriesRwdView.v5 ul > li:hover {
  transform: translateY(-3px);
}