/* Skrytí tlačítek tabů na domovské stránce */
.homepage-tabs-wrapper .shp-tabs-row {
    display: none !important;
}

/* START - ořez článků v listingu blogu - komplet */ 
.news-item {
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* ořez textu */
.news-item .text {
    position: relative;
    max-height: 280px;
    overflow: hidden;
}

/* fade gradient */
.news-item .text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;

    pointer-events: none;

    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0),
        rgba(255,255,255,1)
    );
}

/* END - ořez článků v listingu blogu - komplet */ 

.p a.image img {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

.welcome-wrapper {margin:5rem 0 !important;}
.welcome-wrapper a {color:#ee719e; text-decoration: underline;}

.flags {
top: 10px;
display: none;
}

.up-container .up-products .up-product.active {
    border: 1px solid #9e234c !important;
}

.content-window {
transition: all 0.15s ease-out !important;
}

#navigation {
transition: all 0.15s ease-out !important;
}

.products-block .p {
    border-width: 0px !important;
    border-radius: 6px !important;
    box-shadow: 0px 0px 8px 2px rgb(41 0 14 / 7%) !important;
    margin-bottom: 0 !important;
    padding-top: 0px !important;
    max-width: 423px !important;
}

.banner-wrapper {
    position: relative;
    box-shadow: 0px 0px 4px 1px rgb(41 0 14 / 6%) !important;
    border-radius: 6px !important;
}

.banner-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: background-color 0.3s ease;
}

.banner-wrapper:hover::after,
.banner-wrapper:focus-within::after {
  background-color: rgba(255, 255, 255, 0);
  transform: scale(1.02);
}


.name {
 font-size: 16px !important;
 font-weight: 500;
}

.price-final {
 color: #9e234c !important;
}

.btn, .dkLabCountdownWrapper {
 border-radius: 4px !important;
}

.btn-primary {
 border-width: 1px !important;
 border-color: #9e234c !important;
}

.shp-tab-link, .listSorting__control {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.plugin-fixed-header__container {
    padding-left: 5%;
    padding-right: 5%;
}

#listSortingControl-name, #listSortingControl-priority {
    display: none !important;
}

@media (max-width: 500px) {
    .listSorting.js-listSorting {
        margin: auto !important;
    }
}

.rotating-text {
    display: inline-block;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/**Recenze na homepage**/

.carousel-control:before {
    border-radius: 50%;
    border-style: solid;
    border-width: 0px;
    font-size: 20px;
    height: 44px;
    line-height: 40px;
    margin-top: -22px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 50%;
    width: 20px;
}

.carousel-control.left:before {
    content: "\e90b";
    left: 10px;
    color: #6E9B9F;
}

.carousel-control.right:before {
    content: "\e90c";
    right: 10px;
    color: #6E9B9F;
}

.recenze {
    margin-top:80px;
}

.recenze .container {
    padding: 64px 0;
}

.recenze-top {
    display: flex;
    align-items: center;
}

.recenze-top .number {
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 1.1;
    color: #9E234C;
    font-weight: 600;
    margin-right: 24px;
}

.text-link .text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
}

.text-link a {
    color: #9E234C;
}

.text-link a:hover {
    text-decoration: underline;
}

.recenze-bottom {
    margin-top: 32px;
    display: flex;
    gap: 32px;
}

.recenze_item {
    flex: 1;
}

.recenze_stars {
    max-width:92px;
}

.recenze_item .text {
    margin-top: 8px;
}

.name_date {
    margin-top: 8px;
}

.name_date p {
    margin-bottom: 0;
}

.name_date .recenze_name {
    font-weight: 600;
}

.name_date .recenze_date {
    font-size: 14px;
}

.recenze_item_info {
    display:flex;
    justify-content: space-between;
    margin-top:24px;
}

.recenze_verify {
    display: flex;
    gap: 8px;
    background: #fff;
    border-radius: 8px;
    align-items: center;
    padding: 0 16px;
}

.verify-mark img {
    width:16px;
}

.verify-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
}

.verify-zdroj {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}


@media screen and (max-width: 992px) {
    .recenze-bottom {
        flex-wrap: wrap;
    }

    .recenze_item {
        width: calc(50% - 20px);
        flex: none;
    }
}

@media screen and (max-width: 768px) {
    .recenze {
        padding: 0 12px;
    }
    
    .recenze_item {
        width: 100%;
    }
}

.infopruhcustom {
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(41 8 19) 0%,
        rgb(111 0 0) 50%,
        rgb(41 8 19) 100%
    );
    background: rgba(255, 252, 255, 0.99);
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #eeeeee;

    position: -webkit-sticky;
    position: sticky;
    top: env(safe-area-inset-top);

    z-index: 50;
}

@media (min-width: 992px) {
    header .infopruhcustom {
        display: none !important;
    }
}

#header {
        box-shadow:0 1px 2px rgba(0,0,0,0);
    }

@media (min-width: 992px) {
    .infopruhcustom {
        z-index: 1002;
    }
}

.infopruhcustomtext {
    margin: auto;
    color: #222222;
    padding: 10px;
    font-size:12px;
    font-weight:300;
    }

@media (min-width: 992px) {
    .infopruhcustomtext {
        font-size:15px;
    }
}

@media (width >= 469px) {
    .plugin-fixed-header {
        top: 120%;
    }
    .plugin-fixed-header.active {
        top: 100%;
        transform: translateY(-100%);
    }
}

@media(width<=900px) {
    .plugin-fixed-header__name {
        display: none
    }
}

.msg-error {
    background-color: #5f0204 !important;
    border-color: #5f0204 !important;
    color: #fff;
}

 .modalvoknoo {
 	  position: fixed;
	  height:100%;
	  width:100%;
	  top:0;
	  right:0;
	  bottom:0;
	  left:0;
	  background: #ffffff;
	  background: radial-gradient(circle,rgba(184, 221, 224, 0.99) 0%, rgba(255, 255, 255, 0.98) 50%, rgba(255, 255, 255, 0.95) 100%);
      background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 52%, rgba(255, 255, 255, 0.75) 100%);
	  z-index:9999999;
    display: none;
    flex-direction: column;
    justify-content: top;
    align-items: center;
	  }

  .vnitrnimodalvoknoo {
    margin-top: 15vh;
    padding: 5%;
    position: relative;
	color: #9E234C;
    display:flex;
    justify-content: center;
    flex-direction: column;      
	  }


  .content-inner {
  	  width: 94%;
      max-width: 1350px;
      margin: auto;
	  }        