﻿
.hero 
{ width: 100%; min-height: 50vh; padding: 40px 20px; box-sizing: border-box; display: flex; align-items: center; overflow: hidden; position: relative; background: url("https://www.vivanta.cz/user/documents/upload/hp/ocean.jpg") center center / cover no-repeat; }
.hero__overlay 
{ position: absolute; inset: 0; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.hero__wrapper 
{ position: relative; z-index: 2; width: 100%; max-width: 1800px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.hero__content 
{ flex: 1; max-width: 800px; }
.hero__content h1 
{ width: 100%; font-size: clamp(32px, 4vw, 64px); line-height: 1.1; margin: 0 0 20px; color: #000000; }
.hero__content p 
{ max-width: 700px;  font-size: 18px; line-height: 1.6; margin: 0 0 30px; color: #000000; max-width: 700px; }
.hero__btn 
{ display: inline-block; padding: 14px 28px; background: #ffffff; color: #111; text-decoration: none; border-radius: 10px; font-weight: 600; transition: 0.3s ease; }
.hero__btn:hover {
  background: #f0f0f0;
}

.hero__image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__image img {
  max-width: 100%;
  max-height: 420px;
  width: auto;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
.hero 
{ min-height: auto; padding: 60px 20px 40px; }
.hero__wrapper 
{ flex-direction: column; text-align: center; gap: 30px; }
.hero__content 
{ max-width: 100%; }
.hero__content h1, .hero__content p 
{ width: 100%; height: auto; text-align: center; }
.hero__image 
{ width: 100%; }
.hero__image img 
{ height: auto; }

}

.hero-category-panel {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0;
  background: #f6f6f6;
}

.hero-category-panel h2 {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: clamp(20px, 4vw, 36px);
  font-weight: 600;
  line-height: 1.1;
  color: #000;
}

.category-nav {
  padding: 40px 20px;
  box-sizing: border-box;
}

.category-nav__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.category-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 90px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.25s ease;
}

.category-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #d8d8d8;
}

.category-btn__icon {
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  flex: 0 0 50px !important;
}

.category-btn__icon img {
  display: block !important;
  width: 50px !important;
  height: 50px !important;
  object-fit: contain !important;
  transform: scale(0.7) !important;
  transform-origin: center center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.category-btn__text {
  margin-left: 16px;
  font-size: 16px;
  line-height: 1.35;
  color: #111;
  text-align: left;
  display: flex;
  align-items: center;
  min-height: 40px;
  word-break: break-word;
}

@media (max-width: 1024px) {
  .category-nav__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .category-nav__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-btn {
    min-height: 80px;
    padding: 16px;
  }

  .category-btn__text {
    margin-left: 16px;
    font-size: 15px;
  }
}



categoryContainer 
{ display: flex; gap: 20px; }
.category-box 
{ width: 100%; height: auto; margin: 0px; padding: 60px; box-sizing: border-box; background-color: #faf8f0; border: 0.05em solid #ebe5d2; -moz-border-radius: 26px; -khtml-border-radius: 26px; border-radius: 26px; }
.category-box-nabidka
{ width: 100%; height: auto; float: left; margin: 0px; padding: 0px; background: none; position: relative; display: block; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.category-box-odkaz-panel
{ width: 100%; height: auto; float: left; margin: 0px; padding-top: 40px; background: none; }
.category-box-nabidka h2 a
{ width: 100%; height: auto; float: left; margin: 0px; padding: 0px; font-family: "Poppins", sans-serif; font-size: 36px; font-style: normal; font-weight: 700; color: #222222; text-transform: none; text-align: center; text-decoration: none; line-height: 100%; letter-spacing: 0.04em; background: none; 
  -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.category-box--picture img
{ width: 100%; height: auto; float: left; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; padding: 0px; overflow: hidden; background: none; }
.category-box--odkaz:before 
{ content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: none; }
.category-box-nabidka h2 a:hover
{ color: #ffa525; }
.category-box-popis p
{ width: 100%; height: auto; float: left; margin: 0px; padding-top: 20px; font-family: "Poppins", sans-serif; font-size: 16px; font-style: normal; font-weight: 500; color: #222222; text-transform: none; text-align: center; text-decoration: none; line-height: 160%; letter-spacing: 0.02em; background: none; }
.category-box-btn-panel
{ width: 100%; height: auto; float: left; margin: 0px; padding-top: 30px; padding-bottom: 30px; background: none; }
.category-box-btn-box
{ width: 200px; height: auto; margin: 0px auto; top: 0px; background: black; position: relative; }
.category-box-btn a
{ width: 100%; height: 44px; float: left; margin: 0px; padding: 0px; font-family: "Poppins", sans-serif; font-size: 16px; font-style: normal; font-weight: 500; color: #222222; text-transform: none; text-align: center; text-decoration: none; line-height: 44px; letter-spacing: 0.04em; background: #ebe5d2;  -moz-border-radius: 22px; -khtml-border-radius: 22px; border-radius: 22px;
  -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.category-box-btn a:hover
{ background: #222222; color: #ffffff; }






/** PRODUCT PICTO **/
.picto-panel
{ width: 100%; height: auto; margin: 0px; padding: 30px 0px 30px 0px; }
.picto-boxes 
{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.picto-box 
{ padding: 15px 10px 15px 10px; display: flex; flex-direction: column; align-items: center; text-align: center; background: #f7f7f7; border-radius: 12px; }
.picto-circle 
{ width: 64px; height: 64px; margin: 0px 0px 10px 0px; background: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid #ea471c;  }
.picton-circle img 
{ width: 32px !important; height: 32px !important; object-fit: contain; }
.picto-box p 
{ margin: 0; font-size: 0.875rem; line-height: 120% !important; color: #222222 !important; }

/* Mobil */
@media (max-width: 768px) {
.picto-boxes { grid-template-columns: repeat(2, 1fr); }
}

























/**
.home 
{ position: relative; height: 100vh; width: 100%; overflow: hidden; }
.home-video 
{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.98) contrast(0.90); }
.home-wrapper 
{ position: relative; z-index: 3; height: 100%; width: min(900px, calc(100% - 60px)); margin: 0 auto; display: flex; align-items: center; }
.home-text 
{ width: 100%; text-align: center; letter-spacing: 0.04em; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.06); }
.home-text h1
{ font-weight: 600; font-style: normal; font-size: clamp(36px, 4vw, 60px); line-height: 130%; margin: 0px; color: #f6f6f6; text-align: center; } 

.head-btn-box 
{ width: 100%; height: 50px; margin: 30px 0 0 0; padding: 0; display: flex; justify-content: center; }
.head-btn a
{ height: 50px; padding: 0 60px 0 24px; font-weight: 400; font-size: 1rem; color: #ffffff; text-decoration: none; text-transform: none; letter-spacing: 0.04em; background: #c4a567; display: inline-flex; align-items: center; position: relative; border-radius: 999px; transition: background .3s ease; }
.head-btn a::after
{ content: ""; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; background: #3b311e; border-radius: 50%; transition: background .3s ease; z-index: 1; }
.head-btn a svg
{ position: absolute; right: 16px; top: 50%; width: 20px; height: 20px; color: #ffffff; z-index: 2; transform: translateY(-50%) rotate(-45deg); transform-origin: 50% 50%; transition: transform .4s ease; }
.head-btn a:hover svg
{ transform: translateY(-50%) rotate(0deg); }
.head-btn a:hover
{ color: #ffffff; background: #a48954; }




.home-video-block
{
    position: relative;
    width: 100%;
    max-height: 800px;
    height: min(60vw, 800px);
    overflow: hidden;
}

.home-video-block__video
{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.98) contrast(0.90);
}

.home-video-block__overlay
{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.home-video-block__content
{
    position: relative;
    z-index: 3;
    width: min(1100px, calc(100% - 40px));
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-video-block__text
{
    text-align: center;
    color: #f6f6f6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08),
                 0 4px 12px rgba(0, 0, 0, 0.06);
}

.home-video-block__text h2
{
    margin: 0 0 24px 0;
    font-weight: 600;
    font-size: clamp(28px, 3.5vw, 48px);
    line-height: 130%;
    color: #f6f6f6;
    text-align: center;
}

   .home-video-block__text p {
      margin: 14px 0 28px 0;
      font-size: clamp(16px, 1.4vw, 20px);
      line-height: 150%;
      color: #f2f2f2;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      opacity: 0.95;
   }


**/



/** MENU **/
.submenu-arrow
{ display: none !important; }



/** PRODUCT **/
.type-detail .shp-tabs-wrapper
{ width: 100%; }
.type-detail .shp-tabs-wrapper + .products-related-header + #productsAlternative
{ width: 100%; }


/** FILTR PRODUKTU **/
.slider-wrapper, .param-filter-top, #price-filter-form, .filter-section-manufacturer, .listSorting, .js-listSorting
{ display: none !important; }


@media (min-width: 1200px) and (min-width: 1600px) {
   #content .filter-section fieldset div, #footer .filter-section fieldset div {
      width: 25% !important;
   }
}