@import url('https://georgenemec.com/CB/stylesheet.css') !important;

* {
  font-family: 'Favorit Regular', sans-serif !important;
  font-weight: 300 !important;
  text-decoration: none !important;
}

body,
p {
  font-family: 'Favorit Light', sans-serif !important;
}

h1,
h2,
h3,
h4 {
  font-family: 'Favorit Regular', sans-serif !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

h1 { font-size: 6vw; }
h2 {
  margin-top: unset;
  margin-bottom: 15px;
  font-size: 4.5vw;
}
h3 { font-size: 3.5vw; }
h4 { font-size: 2.5vw; }

p {
  font-weight: 200;
  line-height: 1.7 !important;
}

strong,
b {
  font-weight: 500 !important;
}

a {
  font-weight: 400 !important;
}

.btn,
a.btn {
  border-radius: 5px;
  font-weight: 400;
}

.site-msg,
.user-action {
  background-color: var(--color-secondary);
  color: #fff;
}

.site-msg .text {
  font-weight: 600 !important;
  text-transform: none;
}

/* Sekce */
.cocktail-boy-section {
  padding: 40px 20px;
  background-image: url('/user/documents/upload/background.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

.section-header h1 {
  margin: 10px 0;
}

.section-header h4 {
  margin: 15px;
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: .2em !important;
  text-transform: uppercase;
}

.section-content {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px !important;
}

.info-box,
.custom-info-box {
  width: 100%;
  padding: 30px 40px;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: left;
}

.info-box {
  transition: box-shadow .3s ease-in-out;
}

.info-box:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
}

.info-box h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}

/* Štítky */
span.flag.flag-koktejl-roku {
  background-color: #D6F0FF !important;
  color: #32B6FF !important;
}

.flags-default .flag {
  clear: none;
  float: none;
  min-width: unset;
  margin-right: 8px;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

/* Bannery a carousel */
.extended-banner-link {
  margin-top: 20px;
}

.carousel .extended-banner-texts .extended-banner-link {
  border-radius: 5px;
  font-weight: 300;
}

.carousel .extended-banner-texts .extended-banner-title,
.next-to-carousel-banners .extended-banner-texts .extended-banner-title {
  -webkit-line-clamp: 3;
}

.carousel-wrapper .banner-wrapper {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.banner-wrapper {
  transition: box-shadow .2s ease-in-out;
}

.banner-wrapper:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
}

.next-to-carousel-banners {
  margin: 30px;
}

.body-banners {
  background-color: #DEF0FA !important;
}

.body-banners .extended-banner-link {
  color: #32B6FF !important;
}

.body-banners .extended-banner-link:hover,
.footer-banners .extended-banner-link:hover {
  color: #010101 !important;
}

.footer-banners {
  background-color: #FEF1E9 !important;
}

.footer-banners .extended-banner-link {
  color: #F37020 !important;
}

/* Hlavička, navigace, footer */
.navigation-in {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

.navigation-in ul li a b {
  font-weight: 400 !important;
}

#footer,
.footer-rows {
  background-color: #fff !important;
}

#footer,
.footer-rows h4 {
  color: #010101 !important;
}

#footer h4 > span::after {
  display: none;
}

/* Produkty */
.products-block {
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2% !important;
  padding-bottom: 60px;
}

/* Benefit banner */
.benefitBanner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.benefitBanner__title {
  margin: 0;
  font-size: 20px;
  font-weight: 400 !important;
  letter-spacing: 0;
}

.benefitBanner__data {
  margin-top: 5px;
  color: #010101;
  font-size: 15px !important;
  line-height: normal !important;
}

/* Stránky */
.type-page .content-wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.type-page ~ * {
  width: 100%;
}

#category-header,
.filters-wrapper,
.buttons-wrapper.social-buttons-wrapper,
a.link-icon.print {
  display: none;
}

/* Video */
.video-wrapper {
  position: relative;
  width: 100%;
  height: 35vw;
  overflow: hidden;
}

.video-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 56.25vw;
  transform: translate(-50%, -50%);
}

/* Obrázek vedle nadpisu */
.header-and-image {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.header-and-image h3 {
  flex: 1;
  margin: 0;
}

.header-and-image img {
  flex: 0 0 auto;
  display: block;
  max-width: 100px;
  height: auto;
  margin-left: 20px;
}

/* Thumbnail produktů */
.p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a {
  margin-right: 20px;
}

/* Custom objednávková sekce */
.custom-order-section {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.custom-info-box h3 {
  margin: 0 0 15px;
  font-size: 20px;
}

.custom-info-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-info-box li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
}

.custom-info-box li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background: url('/user/documents/upload/Ruka.png') no-repeat center;
  background-size: contain;
  transform: scaleX(-1);
}

/* Detail produktu - nákupní box */
#product-detail-form {
  display: grid;
  grid-template-columns: minmax(180px, 240px) 132px minmax(220px, 1fr);
  grid-template-areas:
    "variant variant variant"
    "price quantity button"
    "availability quantity button";
  align-items: center;
  gap: 10px 14px;
  box-sizing: border-box;
  margin: 18px 0 0;
  padding: 20px;
  background: #F2F2F2;
  border: 1px solid rgba(1, 1, 1, .1);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(1, 1, 1, .045);
}

#product-detail-form .p-variants-block {
  grid-area: variant;
  margin: 0 0 4px;
}

#product-detail-form .variant-label {
  display: block;
  margin: 0 0 6px;
  color: #010101;
  font-family: "Exo 2", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .6px;
  text-transform: uppercase;
}

#product-detail-form select {
  width: 100%;
  min-height: 46px;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid rgba(1, 1, 1, .14);
  border-radius: 10px;
  color: #010101;
  font-size: 15px;
  line-height: 1.35;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;
}

#product-detail-form select:hover,
#product-detail-form select:focus {
  outline: none;
  border-color: #F37020;
  box-shadow: 0 0 0 3px rgba(243, 112, 32, .12);
}

#product-detail-form .p-price-wrapper {
  grid-area: price;
  align-self: end;
  margin: 0;
  padding: 0;
  border: 0;
}

#product-detail-form .price-final {
  display: block;
  color: #010101;
  font-family: "Exo 2", sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.15;
}

#product-detail-form .detail-parameters {
  grid-area: availability;
  align-self: start;
  margin: 0;
}

#product-detail-form .detail-parameter-availability {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 7px 11px;
  background: #fff;
  border: 1px solid rgba(1, 1, 1, .11);
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.2;
}

#product-detail-form .availability-desc-label {
  color: rgba(1, 1, 1, .58);
  font-weight: 600;
}

#product-detail-form .availability-label {
  font-weight: 800;
}

#product-detail-form .p-to-cart-block,
#product-detail-form .add-to-cart {
  display: contents;
}

#product-detail-form .quantity {
  grid-area: quantity;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-self: center;
  box-sizing: border-box;
  width: 132px;
  height: 60px;
  min-height: 60px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(1, 1, 1, .14);
  border-radius: 999px;
}

#product-detail-form .quantity label,
#product-detail-form .quantity button,
#product-detail-form .add-to-cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

#product-detail-form .quantity label {
  margin: 0;
}

#product-detail-form .quantity input.amount {
  width: 100%;
  height: 60px;
  min-height: 60px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #010101;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

#product-detail-form .quantity input.amount::-webkit-outer-spin-button,
#product-detail-form .quantity input.amount::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

#product-detail-form .quantity button {
  width: 40px;
  height: 60px;
  min-height: 60px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #010101;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

#product-detail-form .quantity button:hover {
  background: #F37020;
  color: #fff;
}

#product-detail-form .add-to-cart-button {
  grid-area: button;
  width: 100%;
  height: 60px;
  min-height: 60px;
  padding: 0 24px;
  background: #0a753c !important;
  border: 1px solid #0a753c !important;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(10, 117, 60, .16);
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-transform: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

#product-detail-form .add-to-cart-button:hover {
  background: #010101 !important;
  border-color: #010101 !important;
  box-shadow: 0 10px 22px rgba(1, 1, 1, .18);
  color: #fff !important;
  transform: translateY(-1px);
}

#product-detail-form .add-to-cart-button i {
  margin-right: 8px;
}

/* Desktop */
@media (min-width: 768px) {
  .one-column-body .welcome-wrapper .welcome {
    width: 100%;
  }

  .homepage-group-title.h4 {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0;
  }

  .product {
    width: 23% !important;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: box-shadow .3s ease-in-out;
  }

  .product:hover {
    box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
  }

  .navigation-in > ul > li.exp > a,
  .navigation-in > ul > li > a:hover {
    background-color: transparent !important;
    color: var(--color-primary-hover) !important;
  }

  .navigation-in > ul > li.ext > ul > li > a img {
    display: block;
    max-width: 100px;
    max-height: 100%;
    height: 100px;
    object-fit: cover;
  }

  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    position: relative;
    align-items: center;
    flex: 0 0 auto;
    width: fit-content;
    aspect-ratio: 1 / 1;
  }
}

@media (min-width: 992px) {
  header#header {
    margin: 20px;
  }

  div#products-1 {
    overflow: unset !important;
  }

  .carousel .extended-banner-texts,
  .next-to-carousel-banners .extended-banner-texts {
    bottom: 25%;
    z-index: 100 !important;
    padding: 50px;
    border-radius: 10px;
    font-size: 16px;
  }

  .carousel .extended-banner-texts {
    background-color: transparent;
    color: #fff;
  }

  .carousel .extended-banner-texts .extended-banner-title h2 {
    color: #fff;
  }

  .next-to-carousel-banners {
    display: flex;
    flex-flow: row;
    gap: 30px;
  }

  .next-to-carousel-banners .extended-banner-texts {
    bottom: 0;
    left: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: unset;
    padding: 30px !important;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    text-align: center;
  }

  .next-to-carousel-banners .extended-banner-texts:hover {
    background-color: rgba(255, 255, 255, 1);
    transition: background-color .3s ease-in-out;
  }

  .benefitBanner__item {
    flex: 1 1 23%;
  }
}

@media (min-width: 1200px) {
  h1 { font-size: 48px; }
  h2 { font-size: 36px; }
  h3 { font-size: 28px; }
  h4 { font-size: 22px; }

  .carousel .extended-banner-texts {
    width: 35%;
    min-height: unset;
    padding: 50px;
  }

  .carousel .extended-banner-texts > span {
    margin-bottom: 0 !important;
  }

  .next-to-carousel-banners .extended-banner-texts .extended-banner-title {
    font-size: 30px;
    font-weight: 400;
  }
}

/* Tablet a mobil */
@media (max-width: 992px) {
  .next-to-carousel-banners {
    display: flex;
    flex-flow: row;
    flex-direction: column;
    gap: 15px;
    margin: 15px;
  }

  .carousel-inner .extended-banner-texts {
    background-color: #F2F2F2 !important;
  }

  .carousel .extended-banner-texts .extended-banner-text,
  .carousel .extended-banner-texts > span,
  .next-to-carousel-banners .extended-banner-texts > span {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  h1 { font-size: 36px; }
  h2 { font-size: 30px; }
  h3 { font-size: 26px; }
  h4 { font-size: 18px; }

  p {
    font-size: 15px !important;
  }

  .cocktail-boy-section {
    padding: 0 !important;
  }

  .section-content {
    flex-direction: column;
    gap: 0 !important;
  }

  .info-box {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 25px;
  }

  .video-wrapper {
    height: 50vw;
  }
}

@media (max-width: 767px) {
  #product-detail-form {
    grid-template-columns: 1fr;
    grid-template-areas:
      "variant"
      "price"
      "availability"
      "quantity"
      "button";
    padding: 16px;
    border-radius: 13px;
  }

  #product-detail-form .price-final {
    font-size: 25px;
  }

  #product-detail-form .quantity {
    width: 100%;
    grid-template-columns: 60px 1fr 60px;
  }

  #product-detail-form .quantity button {
    width: 60px;
  }

  #product-detail-form .add-to-cart-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }
  h3 { font-size: 24px; }
  h4 { font-size: 16px; }
}