:where(.ums_forms_redesign--on) .compact-form .form-control {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

button[data-testid="searchBtn"] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.flag-action {
    border-radius: 10px;
}

.middle-banners-wrapper {
    background: #fff;
    border: 0;
}
#footer, .custom-footer, .footer-bottom {
    background: #f6f6f6 !important;
}
.custom-footer {
    border: 0;
}
#footer {
    border-top: 1px solid #dadada;
}
@media (min-width: 992px) {
    .multiple-columns-body .position--benefitHomepage .benefitBanner__item {
      flex: 1 1 25%;
    }
}
@media (min-width: 992px) {
    .multiple-columns-body .position--benefitProduct .benefitBanner__item {
        flex: 1 1 25%;
    }
}
   
  .detail-parameters tr:nth-child(even) {
  	background-color: #f2f2f2; /* Light gray for even rows */
  }
  .detail-parameters tr:nth-child(odd) {
    background-color: #ffffff; /* White for odd rows */
  }
  
  table.detail-parameters td:first-child,
  table.detail-parameters th:first-child {
    width: 40%;
  }
  
  @media (min-width: 992px) {
    .description-inner {
    	display: block;
    }
  }
  
  .detail-parameters {
  	width: 100%;
  }

  .carousel-control {
    width: 5%;
  }

  /* SLIDESHOW */

.dama-slide-export {
    position: relative;
    height: 570px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dama-slide-background {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.dama-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
}

.dama-slide-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 64px;
    z-index: 10;
}

.dama-slide-title {
    font-size: 48px;
    font-weight: bold;
    color: white;
    margin-bottom: 16px;
    max-width: 672px;
    line-height: 1.2;
}

.dama-slide-description {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 24px;
    max-width: 576px;
    line-height: 1.5;
}

.dama-cta-button {
    display: inline-block;
    padding: 12px 32px;
    background: #dc2626;
    color: white !important;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.2s;
    border: none;
    cursor: pointer;
}

.dama-cta-button:hover {
    background: #b91c1c;
}

  /* BANNER TOP */

          .damata-top-banner {
            position: relative;
            width: 100%;
            height: 275px;
            overflow: hidden;
            border-radius: 8px;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            margin: 0 auto;
        }

        .damata-top-banner:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .damata-top-banner-image {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .damata-top-banner-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
        }

        .damata-top-banner-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 24px;
            z-index: 10;
        }

        .damata-top-banner-label {
            display: inline-block;
            background: #dc2626;
            color: white;
            padding: 4px 12px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 8px;
        }

        .damata-top-banner-title {
            font-size: 24px;
            font-weight: bold;
            color: white;
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .damata-top-banner-description {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.5;
            margin-bottom: 12px;
        }

        .damata-top-banner-cta {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: white;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            transition: gap 0.3s ease;
        }

        .damata-top-banner:hover .damata-top-banner-cta {
            gap: 10px;
        }

        .damata-top-banner-arrow {
            width: 16px;
            height: 16px;
            transition: transform 0.3s ease;
        }

        .damata-top-banner:hover .damata-top-banner-arrow {
            transform: translateX(4px);
        }

        /* Multiple banners container example */
        .damata-top-banners-stack {
            display: flex;
            flex-direction: column;
            gap: 16px;
            max-width: 450px;
            margin: 0 auto;
        }

        @media (max-width: 768px) {
            .damata-top-banner {
                width: 100%;
                max-width: 450px;
            }

            .damata-top-banner-title {
                font-size: 20px;
            }
        }
    @media (min-width: 1200px) {
        .footer-rows .site-name {
            max-width: 15%;
            top: 75px;
        }
    }

    .homepage-box {
        border: 0px;
        background-color: #fff !important;
    }

    #products-18 {
        justify-content: center;
    }

/* Shoptet benefit banner – první a poslední item přes celou šířku, prostřední 4 vedle sebe */

.benefitBanner.position--benefitHomepage {
  display: flex;
  flex-wrap: wrap;
}

/* První item – celá šířka */
.benefitBanner.position--benefitHomepage .benefitBanner__item:first-child {
  flex: 0 0 100%;
  width: 100%;
  justify-content: center;
  text-align: center;
  color: #000;
  font-size: 3rem;
  font-weight: 600;
  padding-bottom: 20px;
}

/* Poslední item – celá šířka */
.benefitBanner.position--benefitHomepage .benefitBanner__item:last-child {
  flex: 0 0 100%;
  width: 100%;
  justify-content: center;
  text-align: center;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 20px;
    padding-top: 20px;
}

/* Prostřední 4 itemy – 25 % šířky každý */
.benefitBanner.position--benefitHomepage .benefitBanner__item:not(:first-child):not(:last-child) {
  flex: 1 0 25%;
  max-width: 25%;
  box-sizing: border-box;
}

/* Responsivita – tablet */
@media (max-width: 900px) {
  .benefitBanner.position--benefitHomepage .benefitBanner__item:not(:first-child):not(:last-child) {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .benefitBanner.position--benefitHomepage .benefitBanner__item:last-child {
    margin-top: 0;
  }
}

/* Responsivita – mobil */
@media (max-width: 520px) {
  .benefitBanner.position--benefitHomepage .benefitBanner__item:not(:first-child):not(:last-child) {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.custom-footer {
    padding-left: 0px;
}
@media (min-width: 1200px) {
    #footer .site-name {
        display: none !important;
    }
}