@charset "UTF-8";
@font-face {
  font-family: "Sofia Pro";
  src: url("https://www.vinomarada.cz/user/documents/fonts/SofiaProLight.eot");
  src: url("https://www.vinomarada.cz/user/documents/fonts/SofiaProLight.eot?#iefix") format("embedded-opentype"), url("https://www.vinomarada.cz/user/documents/fonts/SofiaProLight.woff2") format("woff2"), url("https://www.vinomarada.cz/user/documents/fonts/SofiaProLight.woff") format("woff"), url("https://www.vinomarada.cz/user/documents/fonts/SofiaProLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("https://www.vinomarada.cz/user/documents/fonts/icomoon.eot?7sknqx");
  src: url("https://www.vinomarada.cz/user/documents/fonts/icomoon.eot?7sknqx#iefix") format("embedded-opentype"), url("https://www.vinomarada.cz/user/documents/fonts/icomoon.ttf?7sknqx") format("truetype"), url("https://www.vinomarada.cz/user/documents/fonts/icomoon.woff?7sknqx") format("woff"), url("https://www.vinomarada.cz/user/documents/fonts/icomoon.svg?7sknqx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
  color: #9f4249;
}

.icon-fb:before {
  content: "\e901";
  color: #fff;
}

.icon-ig:before {
  content: "\e902";
  color: #fff;
}

.custom-footer__productRating.container {
  margin-top: 40px;
}
.custom-footer__productRating.container .votes-wrap.simple-vote {
  display: flex;
  justify-content: space-around;
}
.custom-footer__productRating.container h4 {
  text-align: center;
  font-size: 24px;
}
.custom-footer__productRating.container .vote-wrap {
  border: none;
  background: #e9d0d4;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 0 !important;
}
.custom-footer__productRating.container .vote-wrap span {
  color: black !important;
}
.custom-footer__productRating.container .vote-wrap .vote-content {
  color: black;
}

.products-block.products .product .p {
  position: relative;
  border: none;
  padding: 20px;
}

.products-block.products .product .image img {
  width: 100% !important;
}

.newsletter-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.newsletter-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.newsletter-modal-overlay.active .newsletter-modal {
  transform: scale(1);
}

.newsletter-modal {
  position: relative;
  background: #e8e3dc;
  max-width: 970px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .newsletter-modal {
    width: 95%;
    max-height: 95vh;
  }
}

.newsletter-modal-close {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  font-size: 40px;
  line-height: 0.8;
  cursor: pointer;
  color: #000;
  z-index: 10;
  transition: opacity 0.2s ease;
  font-weight: 300;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.newsletter-modal-close:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .newsletter-modal-close {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    font-size: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
  }
}

.newsletter-modal-content .popup-wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  padding: 0;
  min-height: 500px;
}
@media (max-width: 768px) {
  .newsletter-modal-content .popup-wrap {
    flex-direction: column;
    min-height: auto;
  }
}
.newsletter-modal-content .popup-wrap .text {
  flex: 1;
  padding: 60px 50px 60px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .newsletter-modal-content .popup-wrap .text {
    padding: 50px 30px;
  }
}
.newsletter-modal-content .popup-wrap .text h4 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: red;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .newsletter-modal-content .popup-wrap .text h4 {
    font-size: 32px;
  }
}
.newsletter-modal-content .popup-wrap .text p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
  color: #333;
}
.newsletter-modal-content .popup-wrap .text p:first-of-type {
  margin-bottom: 18px;
}
.newsletter-modal-content .popup-wrap .text p strong {
  font-weight: 700;
  color: red;
}
.newsletter-modal-content .popup-wrap .text .nesletter-form {
  display: flex;
  gap: 0;
  margin: 25px 0 20px 0;
  position: relative;
}
.newsletter-modal-content .popup-wrap .text .nesletter-form input[type=email] {
  flex: 1;
  padding: 15px 60px 15px 20px;
  border: none;
  border-radius: 0;
  font-size: 15px;
  background: white;
  color: #333;
}
.newsletter-modal-content .popup-wrap .text .nesletter-form input[type=email]::placeholder {
  color: #999;
}
.newsletter-modal-content .popup-wrap .text .nesletter-form input[type=email]:focus {
  outline: none;
}
.newsletter-modal-content .popup-wrap .text .nesletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 20px;
  background: #1e5a3d;
  color: white;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  transition: background 0.3s ease;
}
.newsletter-modal-content .popup-wrap .text .nesletter-form button:hover {
  background: #164429;
}
.newsletter-modal-content .popup-wrap .text .consents {
  font-size: 12px;
  margin-top: 10px;
}
.newsletter-modal-content .popup-wrap .text .consents input[type=hidden] {
  display: none;
}
.newsletter-modal-content .popup-wrap .text .consents label {
  display: block;
  color: #666;
  line-height: 1.6;
  font-size: 12px !important;
}
.newsletter-modal-content .popup-wrap .text .consents label a {
  color: #1e5a3d;
  text-decoration: underline;
}
.newsletter-modal-content .popup-wrap .text .consents label a:hover {
  color: #164429;
}
.newsletter-modal-content .popup-wrap .image {
  flex-shrink: 0;
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .newsletter-modal-content .popup-wrap .image {
    width: 100%;
    height: 300px;
  }
}
.newsletter-modal-content .popup-wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.newsletter-message {
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.5;
  animation: slideDown 0.3s ease;
}
.newsletter-message.newsletter-message-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.newsletter-message.newsletter-message-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.popup-wrap .newslatter-button {
  padding: 2px !important;
  height: 51px !important;
  min-height: 0px !important;
  font-size: 18px !important;
  margin-left: 10px;
  min-width: 25% !important;
}

.images-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.images-wrap a {
  padding-bottom: 12%;
  width: 12.5%;
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  overflow: hidden;
  position: relative;
}
.images-wrap a img {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 767px) {
  .images-wrap a {
    padding-bottom: 25%;
    width: 25%;
  }
}

.footer-hp-news-banner {
  display: none;
}

.banner-top {
  width: 100%;
}
.banner-top .custom-banner-header {
  font-size: 20px;
  margin-bottom: 50px;
}
.banner-top .custom-banner-header .header {
  font-size: 30px;
}
.banner-top .promo-foto {
  display: flex;
  justify-content: space-between;
}
.banner-top {
  margin-bottom: 50px;
}

.next-to-carousel-banners .name {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 80%;
  background: hsla(0, 0%, 100%, 0.831372549);
  height: 55px;
  font-size: 23px;
  left: 50%;
  transform: translateX(-50%);
  padding: 26px;
  color: #c39377;
  font-weight: 700;
}

.benefitBanner.position--benefitHomepage {
  margin-top: 50px;
}
.benefitBanner.position--benefitHomepage .benefitBanner__item .benefitBanner__picture {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin-right: 0;
}
.benefitBanner.position--benefitHomepage .benefitBanner__item {
  min-width: 20%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 25px;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px auto;
  flex-direction: column;
}
.benefitBanner.position--benefitHomepage .benefitBanner__content {
  text-align: center;
}

@media only screen and (max-width: 1800px) {
  video.wolfkids-video,
  div#carousel {
    position: relative;
    top: 0;
    left: 50%;
    width: 100vw;
    max-width: unset !important;
    height: auto;
    transform: translateX(-50%);
  }
}
video.wolfkids-video {
  clip-path: inset(10% 0);
}

@media only screen and (max-width: 767px) {
  .custom-footer__productRating.container .votes-wrap.simple-vote {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  .custom-footer__productRating.container .votes-wrap.simple-vote .vote-wrap {
    margin-bottom: 20px !important;
  }
  .normal-banners-line .banner-wrapper {
    padding: 5px;
    width: 50% !important;
    height: unset;
    margin-bottom: 0;
  }
  .normal-banners-line .banner-wrapper img {
    display: block;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    min-width: 100%;
    min-height: 100% !important;
    max-height: unset;
    transition: 0.3s;
  }
  .next-to-carousel-banners .name {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 80%;
    background: hsla(0, 0%, 100%, 0.831372549);
    height: 49px;
    font-size: 16px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    color: #c39377;
    font-weight: 700;
    line-height: 0.9;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .benefitBanner.position--benefitHomepage .benefitBanner__item {
    padding-right: 0px;
    width: 50%;
  }
}
img.lazyLoad.rc-reviews-threerow__photo-img.loaded {
  display: none;
}

.wolfkids-accordion {
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.wolfkids-accordion .accordion-item {
  border-bottom: 1px solid #eee;
}
.wolfkids-accordion .accordion-item.active .accordion-content {
  max-height: 500px; /* Approximate max height for animation */
  opacity: 1;
  padding-bottom: 15px;
}
.wolfkids-accordion .accordion-item.active .accordion-header .accordion-icon:after {
  transform: rotate(180deg);
}
.wolfkids-accordion .accordion-header {
  padding: 15px 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.wolfkids-accordion .accordion-header .accordion-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wolfkids-accordion .accordion-header .accordion-icon:after {
  content: "▼";
  font-size: 12px;
  transition: transform 0.3s;
}
.wolfkids-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-bottom: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease;
}
.wolfkids-accordion .accordion-content p {
  margin-bottom: 10px;
}
.wolfkids-accordion .accordion-content p:last-child {
  margin-bottom: 0;
}

.wolfkids-accordion {
  margin-bottom: 20px;
}

.reviews-section {
  padding: 40px 0;
  background: #f9f7f5;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .reviews-section {
    padding: 50px 0;
  }
}

.reviews-header {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .reviews-header {
    margin-bottom: 40px;
  }
}
.reviews-header .reviews-main-title {
  font-size: 48px;
  font-weight: 700;
  color: #c74b4b;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .reviews-header .reviews-main-title {
    font-size: 34px;
  }
}
.reviews-header .reviews-subtitle {
  font-size: 18px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .reviews-header .reviews-subtitle {
    font-size: 16px;
  }
}

.reviews-slider {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .reviews-slider {
    padding: 0 20px;
  }
}
.reviews-slider .slick-dots {
  bottom: -50px;
}
.reviews-slider .slick-dots li button:before {
  font-size: 12px;
  color: #333;
  opacity: 0.3;
}
.reviews-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #333;
}

.review-card {
  background: white;
  padding: 35px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  min-height: 350px;
}
@media (max-width: 768px) {
  .review-card {
    padding: 25px 20px;
    margin: 0 10px;
    min-height: 300px;
  }
}

.review-stars {
  font-size: 20px;
  color: #f4b942;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .review-stars {
    font-size: 18px;
  }
}

.review-content {
  flex: 1;
  margin-bottom: 20px;
}
.review-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin: 0;
  font-style: italic;
}
@media (max-width: 768px) {
  .review-content p {
    font-size: 14px;
  }
}

.review-author {
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}
.review-author strong {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .review-author strong {
    font-size: 15px;
  }
}

/*# sourceMappingURL=main.css.map */
