@charset "UTF-8";
/* $endala-light-bg: #fff;    // Inverse of #FFFFFF (full black)
$white-content: #494949; // Inverse of #F0F0F2
$endala-light-gray: #AAAAAA;  // Inverse of #555555
$dark-color: #000000;   // Inverse of #1D1D1F
$sidecard-bg: linear-gradient(120deg, #b00c13, #400202);


$primary-color: #AF0D12;
$highlight-color: #AF0D12;
$primary-color: #000000;

$white-blue: #1C1210;         // Inverse of #E3EDEF
$white-background: #0A0A08;   // Inverse of #F5F5F7
*/
.nav-link:focus-visible {
  outline: 0;
  box-shadow: none;
}

.carousel4cards.nobgsection .card-body {
  background-color: #F5F5F7;
}

body {
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
body nav.fixed-top {
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
body.bg-color {
  background: #370101;
}
body.bg-color nav.fixed-top.bg-light {
  background: #370101 !important;
}

.lSSlideOuter, .lSSlideWrapper, .lSPager.lSpg {
  overflow: visible !important;
}

h1, *.h1like {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
}
@media (max-width: 720px) {
  h1, *.h1like {
    font-size: 42px;
    font-weight: 300;
    line-height: 46px;
  }
}

h2, *.h2like {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 46px;
  line-height: 48px;
  color: #000000;
}
@media (min-width: 996px) {
  h2, *.h2like {
    font-size: 60px;
    line-height: 66px;
  }
}

h3, *.h3like {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 38px;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 996px) {
  h3, *.h3like {
    font-size: 35px;
    line-height: 37px;
  }
}

h4, *.h4like {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 30px;
  color: #b70206;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 996px) {
  h4, *.h4like {
    font-size: 30px;
    line-height: 32px;
  }
}

h5, *.h5like {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 30px;
  color: #000000;
}
@media (min-width: 996px) {
  h5, *.h5like {
    font-size: 28px;
    line-height: 30px;
  }
}

h6, *.h6like {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 23px;
  color: #b70206;
  padding-bottom: 25px;
  padding-top: 25px;
}

p, li, *.plike, .detailbodytexts {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26.4px;
  letter-spacing: 0.5px;
  color: #FFF;
}

.btn {
  border-radius: 100px;
}
.btn.btn-primary {
  color: white;
  background-color: #b70206;
  border-color: #b70206;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  line-height: 19px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  color: #b70206;
  background-color: white;
}
.btn.btn-primary.arrow-right {
  padding-right: 24px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  background-size: 6.5px 11.5px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 29.6.1, SVG Export Plug-In . SVG Version: 9.03 Build 0) --%3E%3Csvg version='1.0' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 6.4 11.4' style='enable-background:new 0 0 6.4 11.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='0.6,0.5 5.8,5.7 0.6,10.9 '/%3E%3C/svg%3E%0A");
}
.btn.btn-primary.arrow-right:hover, .btn.btn-primary.arrow-right:active, .btn.btn-primary.arrow-right:focus {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 29.6.1, SVG Export Plug-In . SVG Version: 9.03 Build 0) --%3E%3Csvg version='1.0' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 6.4 11.4' style='enable-background:new 0 0 6.4 11.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23b70206;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='0.6,0.5 5.8,5.7 0.6,10.9 '/%3E%3C/svg%3E%0A");
}
.btn.btn-outline-primary {
  color: #b70206;
  background-color: transparent;
  border-color: #b70206;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  line-height: 19px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active, .btn.btn-outline-primary:focus {
  background-color: #b70206;
  color: white;
}
.btn.btn-outline-primary.arrow-right {
  padding-right: 24px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  background-size: 6.5px 11.5px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 29.6.1, SVG Export Plug-In . SVG Version: 9.03 Build 0) --%3E%3Csvg version='1.0' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 6.4 11.4' style='enable-background:new 0 0 6.4 11.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%2302066f;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='0.6,0.5 5.8,5.7 0.6,10.9 '/%3E%3C/svg%3E%0A");
}
.btn.btn-outline-primary.arrow-right:hover, .btn.btn-outline-primary.arrow-right:active, .btn.btn-outline-primary.arrow-right:focus {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 29.6.1, SVG Export Plug-In . SVG Version: 9.03 Build 0) --%3E%3Csvg version='1.0' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 6.4 11.4' style='enable-background:new 0 0 6.4 11.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='0.6,0.5 5.8,5.7 0.6,10.9 '/%3E%3C/svg%3E%0A");
}
.btn.btn-outline-primary.arrow-down {
  padding-right: 24px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  background-size: 10px 5px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Isolation_Mode" data-name="Isolation Mode" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.21 5.98"><defs><style> .cls-1 { fill: none; stroke: %23b70206; stroke-linecap: round; stroke-linejoin: round; stroke-width: .75px; } </style></defs><polyline class="cls-1" points="10.83 .38 5.6 5.6 .38 .38"/></svg>');
}
.btn.btn-outline-primary.arrow-down:hover, .btn.btn-outline-primary.arrow-down:active, .btn.btn-outline-primary.arrow-down:focus {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Isolation_Mode" data-name="Isolation Mode" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.21 5.98"><defs><style> .cls-1 { fill: none; stroke: %23ffffff; stroke-linecap: round; stroke-linejoin: round; stroke-width: .75px; } </style></defs><polyline class="cls-1" points="10.83 .38 5.6 5.6 .38 .38"/></svg>');
}

body {
  background: #F5F5F7;
}

.white-bg {
  background-color: #F5F5F7;
}

.basicarticle {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F5F5F7;
}
.basicarticle.lowwidth {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .basicarticle {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.basicarticle h5 {
  margin-bottom: 20px;
}
.basicarticle h6 {
  margin-top: 20px;
}
.basicarticle p, .basicarticle *.p-like, .basicarticle td, .basicarticle li {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  color: #000000;
}

/*  -------------------------------- buttons -------------------------------*/
.btn-redlight-primary {
  padding: 0.5rem 1rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  border-radius: 25px;
  background-color: white;
  text-decoration: none;
  color: black;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(255, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-redlight-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 0, 0, 0.05), rgba(0, 0, 0, 0.4));
  transition: all 0.4s ease;
  z-index: -1;
}
.btn-redlight-primary:hover::before {
  left: 0;
}
.btn-redlight-primary:hover {
  color: white;
  background-color: black;
}

.arrow-btn-wrapper {
  perspective: 600px;
}
.arrow-btn-wrapper .btn-right-arrow {
  background: transparent;
  border: 2px solid white;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 1s ease;
  transform-style: preserve-3d;
  text-decoration: none;
  color: white;
}
.arrow-btn-wrapper .btn-right-arrow #chevron_arrow {
  height: 16px;
}

/*  -------------------------------- NAV -------------------------------*/
nav.navbar.main-nav {
  background-color: transparent;
}
@media (min-width: 992px) {
  nav.navbar.main-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
nav.navbar.main-nav .navbar-brand {
  text-decoration: none !important;
  width: 200px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-image: url("/endala/images/redlight-white.svg");
}
@media (min-width: 992px) {
  nav.navbar.main-nav .navbar-brand {
    transform: translateY(-2px);
  }
}
nav.navbar.main-nav.scrolled {
  background-color: #F5F5F7 !important;
}
nav.navbar.main-nav.scrolled .navbar-brand {
  background-image: url("/endala/images/redlight-black.svg");
}
nav.navbar.main-nav.scrolled .shoplink-button {
  background-color: #b70206;
  transition: background-color 0.5s ease;
  border-radius: 100px;
  margin-right: 15px;
  color: #F5F5F7;
  border: 1px solid #b70206;
}
nav.navbar.main-nav.scrolled .shoplink-button:hover {
  background-color: #F5F5F7 !important;
  color: #000000 !important;
  border: 1px solid #F5F5F7;
}
nav.navbar.main-nav.scrolled .dropdown-arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5L8 10L13 5' stroke='%23000000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  nav.navbar.main-nav #navbarMainItems {
    background-color: transparent;
  }
  nav.navbar.main-nav #navbarMainItems .nav-link {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  nav.navbar.main-nav #navbarMainItems {
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    flex-grow: 0;
    border-radius: 100px;
    overflow: visible;
  }
  nav.navbar.main-nav #navbarMainItems .nav-link {
    padding-left: 16px !important;
    padding-right: 16px !important;
    transition: background-color 0.5s ease, color 0.5s ease;
    color: white;
  }
  nav.navbar.main-nav #navbarMainItems .nav-link:hover, nav.navbar.main-nav #navbarMainItems .nav-link.active {
    background-color: white;
    color: black;
    border-radius: 0;
  }
  nav.navbar.main-nav #navbarMainItems .nav-link:hover .dropdown-arrow, nav.navbar.main-nav #navbarMainItems .nav-link.active .dropdown-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5L8 10L13 5' stroke='%23000000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  nav.navbar.main-nav #navbarMainItems .nav-item:first-child .nav-link {
    border-radius: 100px 0 0 100px;
  }
  nav.navbar.main-nav #navbarMainItems .nav-item:nth-last-child(2):not(.eshop-link) .nav-link {
    border-radius: 0 100px 100px 0;
  }
}
@media (min-width: 992px) {
  nav.navbar.main-nav #navbarRightItems {
    flex-grow: 0;
  }
}
@media (min-width: 992px) {
  nav.navbar.main-nav .container {
    display: flex;
    justify-content: space-between;
  }
}
nav.navbar.main-nav .navbar-toggler {
  padding: 0px !important;
  width: 45px;
  border: 0px solid transparent !important;
}
nav.navbar.main-nav .navbar-toggler .menu-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav.navbar.main-nav .navbar-toggler .menu-button .menu-button-line {
  width: 30px;
  height: 2px;
  border-radius: 5px;
  margin-bottom: 3.5px;
  margin-top: 3.5px;
  background-color: white;
  transition: all 0.5s ease;
}
nav.navbar.main-nav .navbar-toggler[aria-expanded=true] .menu-button .menu-button-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 7px);
}
nav.navbar.main-nav .navbar-toggler[aria-expanded=true] .menu-button .menu-button-line:nth-child(2) {
  transform: scale(0);
}
nav.navbar.main-nav .navbar-toggler[aria-expanded=true] .menu-button .menu-button-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}
nav.navbar.main-nav .nav-link, nav.navbar.main-nav .dropdown-item {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  padding: 12px 16px;
}
nav.navbar.main-nav.white-bg-mine {
  background-color: white !important;
}
nav.navbar.main-nav.white-bg-mine .navbar-brand {
  background-image: url("/endala/images/redlight-black.svg");
}
nav.navbar.main-nav.white-bg-mine .menu-button-line {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 991px) {
  nav.navbar.main-nav.white-bg-mine #navbarMainItems {
    background-color: white;
  }
}
@media (min-width: 992px) {
  nav.navbar.main-nav.white-bg-mine #navbarMainItems .nav-link {
    color: black;
  }
  nav.navbar.main-nav.white-bg-mine #navbarMainItems + #navbarRightItems #languageDropdown, nav.navbar.main-nav.white-bg-mine #navbarMainItems + #navbarRightItems .shoplink-button {
    color: white;
    border: 1px solid #F5F5F7;
  }
  nav.navbar.main-nav.white-bg-mine #navbarMainItems + #navbarRightItems #languageDropdown:hover, nav.navbar.main-nav.white-bg-mine #navbarMainItems + #navbarRightItems .shoplink-button:hover {
    background-color: #b70206;
    color: #FFF;
    border: 1px solid #b70206;
  }
}
nav.navbar.main-nav .dropdown-menu {
  border: 0px solid transparent;
}
@media (min-width: 992px) {
  nav.navbar.main-nav .shoplink-button {
    background-color: #F5F5F7;
    transition: background-color 0.5s ease;
    border-radius: 100px;
    margin-right: 15px;
  }
  nav.navbar.main-nav .shoplink-button:hover {
    background-color: #b70206;
    color: #FFF;
  }
  nav.navbar.main-nav #languageDropdown {
    transition: all 0.5s ease;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    color: white;
  }
  nav.navbar.main-nav #languageDropdown:hover {
    background-color: white;
    color: black;
  }
}

.dropdown-toggle {
  position: relative;
}
.dropdown-toggle::after {
  content: none !important;
}

.dropdown-arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5L8 10L13 5' stroke='%23000000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  .dropdown-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5L8 10L13 5' stroke='%23ffffff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}

.dropdown .dropdown-toggle.show .dropdown-arrow {
  transform: rotate(180deg);
}
.dropdown .dropdown-menu {
  transition: ease-in 0.3s;
  padding: 0;
  border: 1px solid white;
  border-radius: 26px;
  background-color: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  overflow: hidden;
}
.dropdown .dropdown-menu .dropdown-item {
  transition: ease-in 0.3s;
  color: black;
}
.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #F5F5F7;
  color: black;
}
.dropdown .dropdown-menu .dropdown-item.active:hover {
  background-color: #F5F5F7;
  color: black;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #b70206;
  color: white;
}

/* ----------------------------- HERO --------------------------------*/
.introsection {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 75vh;
  width: 100vw;
  z-index: -1;
  overflow: hidden;
}
.introsection video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
  /*@media (min-width: 992px) {
    height: 1OO%;
    width: 100%;
  }*/
}

.intro-content-part {
  height: auto;
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.35);
}
.intro-content-part p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26.4px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.intro-content-part.intro-end {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (min-width: 756px) {
  .intro-content-part.intro-end {
    padding-bottom: 80px;
  }
}
.intro-content-part h1 {
  color: white;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  padding-bottom: 2rem;
  line-height: 42px;
}
@media (min-width: 992px) {
  .intro-content-part h1 {
    font-size: 96px;
    line-height: 100px;
  }
}
.intro-content-part h3 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 22px;
  line-height: 26px;
  color: white;
}
.intro-content-part .btn.btn-primary {
  color: black;
  background-color: white;
  border-color: white;
  border-radius: 26px;
  padding: 12px 16px;
}
.intro-content-part .btn.btn-primary:hover, .intro-content-part .btn.btn-primary:active, .intro-content-part .btn.btn-primary:focus {
  color: white;
  background-color: #b70206;
  border-color: #b70206;
}

/* -------------- INTRO ---------------*/
.intro {
  background-color: #ffe7eb;
  height: fit-content;
  min-height: 65vh;
  padding: 10vh 0 10vh 0;
}
.intro.version-1 {
  height: fit-content;
  min-height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F7;
}
.intro.version-1 .intro-flexbox {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  justify-content: space-between;
}
@media (min-width: 756px) {
  .intro.version-1 .intro-flexbox {
    flex-direction: row;
  }
}
.intro.version-1 .intro-flexbox .left-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-self: start;
}
@media (min-width: 756px) {
  .intro.version-1 .intro-flexbox .left-section {
    width: 75%;
  }
}
.intro.version-1 .intro-flexbox .left-section p {
  color: black;
}
.intro.version-1 .intro-flexbox .right-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: start;
  align-items: flex-end;
}
@media (min-width: 756px) {
  .intro.version-1 .intro-flexbox .right-section {
    width: 25%;
  }
}
.intro.version-1 .intro-flexbox .right-section .main-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3rem;
}
.intro.version-1 .intro-flexbox .right-section .main-text h2 {
  color: #b70206;
  margin: 0;
}
.intro.version-2 .intro-flexbox .left-section h1 {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 30px;
  color: #b70206;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 996px) {
  .intro.version-2 .intro-flexbox .left-section h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 720px) {
  .intro {
    height: fit-content;
    padding: 2rem 0;
  }
}
.intro .intro-flexbox {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 90%;
  max-width: 1200px;
}
.intro .intro-flexbox .left-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  align-self: start;
}
@media (max-width: 720px) {
  .intro .intro-flexbox .left-section {
    width: 100%;
  }
}
.intro .intro-flexbox .left-section h1 {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
  color: #000000;
}
@media (max-width: 720px) {
  .intro .intro-flexbox .left-section h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 46px;
  }
}
.intro .intro-flexbox .right-section {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: end;
  width: 50%;
  gap: 2rem;
}
@media (max-width: 720px) {
  .intro .intro-flexbox .right-section {
    width: 100%;
  }
}
.intro .intro-flexbox .right-section .main-text {
  font-size: 1.1rem;
  color: #333;
  max-width: 500px;
}
.intro .intro-flexbox .right-section .main-text p {
  margin: 0 0 1rem 0;
  color: #000000;
  line-height: 26.4px;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 720px) {
  .intro .intro-flexbox .right-section .main-text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
  }
}
.intro .intro-flexbox .right-section .main-text a:not(.btn) {
  text-decoration: none;
  color: #b70206;
  transition: color 0.5s ease;
  padding-bottom: 1rem;
}
.intro .intro-flexbox .right-section .main-text a:not(.btn):hover {
  color: #000000;
}
.intro .intro-flexbox .right-section .main-text .line-underline {
  width: 120px;
  height: 1px;
  background-color: #b70206;
  border-radius: 1px;
  margin-top: 2rem;
}
.intro .intro-flexbox .right-section .desc {
  display: flex;
  gap: 2rem;
}
@media (max-width: 900px) {
  .intro .intro-flexbox .right-section .desc {
    flex-direction: column;
  }
}
.intro .intro-flexbox .right-section .desc .desc-col {
  flex: 1;
  max-width: 320px;
}
.intro .intro-flexbox .right-section .desc .desc-col p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 720px) {
  .intro .intro-flexbox .right-section .desc .desc-col p {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
  }
}

.separation-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 3rem;
  gap: 2rem;
}
.separation-line .footer-line {
  flex: 1;
  height: 2px;
  background-color: #b70206;
  width: auto;
}

/* ----------------------- usp --------------------- */
.usps-slider {
  height: 75vh;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 756px) {
  .usps-slider {
    height: fit-content;
  }
}
.usps-slider .sl-img {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 75%;
  transition: opacity 0.5s ease-in;
  filter: brightness(0.5);
  opacity: 0;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
@media (min-width: 756px) {
  .usps-slider .sl-img {
    background-position: top left;
    filter: brightness(1);
  }
}
.usps-slider .sl-img.active {
  opacity: 1;
}
.usps-slider .container {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 992px) {
  .usps-slider .container {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .usps-slider .container.bigger-top {
    padding-top: 10vw;
    padding-bottom: 0px;
  }
}
.usps-slider .usps-slider-cover {
  height: 100%;
}
.usps-slider .usps-slider-cover h2 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  line-height: 34px;
  color: white;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .usps-slider .usps-slider-cover h2 {
    font-size: 60px;
    line-height: 72px;
    padding-bottom: 0;
  }
}
.usps-slider .usps-slider-cover p {
  color: white;
  font-weight: 500;
  font-size: 20px;
}
.usps-slider .usps-slider-slides {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .usps-slider .usps-slider-slides {
    flex-wrap: nowrap;
    gap: 42px;
  }
}
.usps-slider .usps-slider-slides li {
  width: 100%;
  cursor: pointer;
}
@media (min-width: 992px) {
  .usps-slider .usps-slider-slides li {
    width: 20%;
  }
}
.usps-slider .usps-slider-slides li:hover svg .cls-1, .usps-slider .usps-slider-slides li:hover svg .cls-2, .usps-slider .usps-slider-slides li:hover svg .cls-3 {
  opacity: 1 !important;
}
.usps-slider .usps-slider-slides li:hover h3 {
  color: rgb(255, 255, 255);
}
.usps-slider .usps-slider-slides li h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.15);
  transition: color 0.5s ease;
}
.usps-slider .usps-slider-slides li svg {
  height: 45px;
  width: auto;
  margin-bottom: 1.5rem;
  transition: 0.6s ease;
}
.usps-slider .usps-slider-slides li svg .cls-1, .usps-slider .usps-slider-slides li svg .cls-2, .usps-slider .usps-slider-slides li svg .cls-3 {
  opacity: 0.3;
}
.usps-slider .usps-slider-slides li p {
  color: white;
  display: none;
  overflow: hidden;
  height: 0px;
  transition: height 0.5s ease;
}
.usps-slider .usps-slider-slides li .progress-bar {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 0px;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .usps-slider .usps-slider-slides li .progress-bar {
    margin-bottom: 24px;
  }
}
.usps-slider .usps-slider-slides li .progress-bar::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 2px;
  background-color: white;
  transition: width 5s ease;
  opacity: 0;
}
.usps-slider .usps-slider-slides li.active h3 {
  color: rgb(255, 255, 255);
}
.usps-slider .usps-slider-slides li.active p {
  display: block;
  height: 100%;
}
.usps-slider .usps-slider-slides li.active svg .cls-1, .usps-slider .usps-slider-slides li.active svg .cls-2, .usps-slider .usps-slider-slides li.active svg .cls-3 {
  opacity: 1 !important;
}
.usps-slider .usps-slider-slides li.active .progress-bar::after {
  opacity: 1;
  width: 100%;
}

/* ----------------------- produkty carousel --------------------- */
#product {
  scroll-margin-top: 80px;
}
@media (min-width: 992px) {
  #product {
    scroll-margin-top: 25vh;
  }
}

.products-section {
  height: fit-content;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  min-height: 75vh;
  padding: 8vh 0;
}
.products-section .product-slider-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products-section .headline {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 4rem 0;
}
.products-section .headline h4 {
  padding: 0.5rem 0;
  color: #b70206;
}
.products-section .headline h2 {
  color: #000000;
  padding: 0.5rem 0;
}
.products-section .product-carousel {
  overflow: visible;
  height: 100%;
}
.products-section .product-carousel .embla__viewport {
  overflow: visible;
  width: 100%;
  cursor: grab;
  height: 100%;
}
.products-section .product-carousel .embla__viewport.is-dragging {
  cursor: grabbing;
}
.products-section .product-carousel .embla__viewport[aria-disabled=true] {
  cursor: default;
}
.products-section .product-carousel .embla__viewport .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  gap: 1.5rem;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.products-section .product-carousel .embla__viewport .embla__container .embla__slide {
  position: relative;
  padding: 1.5rem;
  border-radius: 1rem;
  box-sizing: border-box;
  background-color: hsl(0, 0%, 0%);
  background-image: radial-gradient(at 79% 80%, hsl(345, 0%, 0%) 0px, transparent 50%), radial-gradient(at 10% 79%, hsl(354, 91%, 23%) 0px, transparent 50%), radial-gradient(at 24% 52%, hsl(359, 97%, 36%) 0px, transparent 50%), radial-gradient(at 50% 11%, hsl(357, 94%, 14%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(354, 100%, 62%) 0px, transparent 50%);
  user-select: none; /* Standard */
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  height: fit-content;
  flex: 1 1 auto;
  min-width: 95%;
}
@media (min-width: 600px) {
  .products-section .product-carousel .embla__viewport .embla__container .embla__slide {
    min-width: 40%; /* 2 slides per view */
  }
}
@media (min-width: 900px) {
  .products-section .product-carousel .embla__viewport .embla__container .embla__slide {
    min-width: 33%; /* 3 slides per view */
  }
}
.products-section .product-carousel .embla__viewport .embla__container .embla__slide .head-part {
  max-height: 40%;
  position: relative;
}
.products-section .product-carousel .embla__viewport .embla__container .embla__slide .head-part img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  margin-top: -20%;
}
.products-section .product-carousel .embla__viewport .embla__container .embla__slide .body-part {
  display: flex;
  flex-direction: column;
  padding: 4.5rem 0 0 0;
}
.products-section .product-carousel .embla__viewport .embla__container .embla__slide .body-part .price {
  font-family: "Inter", serif;
  font-weight: 300;
  color: white;
  font-size: 22px;
  line-height: 26.4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.products-section .product-carousel .embla__viewport .embla__container .embla__slide .body-part h4 {
  color: white;
}
.products-section .product-carousel .embla__viewport .embla__container .embla__slide .body-part p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  height: 4.5em; /* = 3 lines */
}

/* -------------------- vyhody slider ---------------- */
.vyhody-slider {
  height: fit-content;
  background-color: #000000;
}
@media (max-width: 756px) {
  .vyhody-slider {
    height: fit-content;
  }
}
.vyhody-slider .sl-img {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  transition: opacity 0.5s ease-in;
  filter: brightness(0.5);
  opacity: 0;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
@media (min-width: 756px) {
  .vyhody-slider .sl-img {
    background-position: top left;
    filter: brightness(1);
  }
}
.vyhody-slider .sl-img.active {
  opacity: 1;
}
.vyhody-slider .container {
  position: relative;
  z-index: 2;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: fit-content;
  gap: 1rem;
}
@media (min-width: 992px) {
  .vyhody-slider .container {
    padding: 16vh 0;
  }
}
.vyhody-slider .container .headline p {
  max-width: 100%;
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .vyhody-slider .container .headline p {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .vyhody-slider .container {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .vyhody-slider .container.bigger-top {
    padding-top: 10vw;
    padding-bottom: 0px;
  }
}
.vyhody-slider .usps-slider-cover {
  height: 100%;
}
.vyhody-slider .usps-slider-cover h2 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  line-height: 34px;
  color: white;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .vyhody-slider .usps-slider-cover h2 {
    font-size: 60px;
    line-height: 72px;
    padding-bottom: 0;
  }
}
.vyhody-slider .usps-slider-cover p {
  color: white;
}
.vyhody-slider .usps-slider-slides {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .vyhody-slider .usps-slider-slides {
    flex-wrap: nowrap;
    gap: 12px;
  }
}
.vyhody-slider .usps-slider-slides li {
  height: 100%;
  width: auto;
  cursor: pointer;
  display: flex;
  flex-direction: row;
}
.vyhody-slider .usps-slider-slides li h3 span {
  color: #b70206;
}
@media (min-width: 992px) {
  .vyhody-slider .usps-slider-slides li {
    width: 35%;
  }
}
.vyhody-slider .usps-slider-slides li .text {
  width: calc(100% - 2px);
  padding-left: 2rem;
}
.vyhody-slider .usps-slider-slides li:hover svg .cls-1, .vyhody-slider .usps-slider-slides li:hover svg .cls-2, .vyhody-slider .usps-slider-slides li:hover svg .cls-3 {
  opacity: 1 !important;
}
.vyhody-slider .usps-slider-slides li:hover h3 {
  color: rgb(255, 255, 255);
}
.vyhody-slider .usps-slider-slides li h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.15);
  transition: color 0.5s ease;
}
.vyhody-slider .usps-slider-slides li svg {
  height: 45px;
  width: auto;
  margin-bottom: 1.5rem;
  transition: 0.6s ease;
}
.vyhody-slider .usps-slider-slides li svg .cls-1, .vyhody-slider .usps-slider-slides li svg .cls-2, .vyhody-slider .usps-slider-slides li svg .cls-3 {
  opacity: 0.3;
}
.vyhody-slider .usps-slider-slides li p {
  color: white;
  display: none;
  overflow: hidden;
  height: 0px;
  transition: height 0.5s ease;
}
.vyhody-slider .usps-slider-slides li .progress-bar {
  height: auto;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  display: block;
  position: relative;
  overflow: hidden;
}
.vyhody-slider .usps-slider-slides li .progress-bar::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 2px;
  height: 2px;
  background-color: white;
  transition: height 5s ease;
  opacity: 0;
}
.vyhody-slider .usps-slider-slides li.active h3 {
  color: rgb(255, 255, 255);
}
.vyhody-slider .usps-slider-slides li.active p {
  display: block;
  height: 100%;
}
.vyhody-slider .usps-slider-slides li.active svg .cls-1, .vyhody-slider .usps-slider-slides li.active svg .cls-2, .vyhody-slider .usps-slider-slides li.active svg .cls-3 {
  opacity: 1 !important;
}
.vyhody-slider .usps-slider-slides li.active .progress-bar::after {
  opacity: 1;
  height: 100%;
}

/* -------------------- FAQ ---------------- */
.faqs-section {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .faqs-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.faqs-section .faqs-intro-content {
  padding-bottom: 30px;
}
.faqs-section .accordion {
  --bs-accordion-border-color: none;
  counter-reset: acc;
  --bs-accordion-border-radius: 0;
}
.faqs-section .accordion .accordion-item:first-child {
  border-top: 1px solid #b70206;
}
.faqs-section .accordion .accordion-item {
  border: 0px solid transparent;
  padding: 3rem 0;
  border-bottom: 1px solid #b70206;
  counter-increment: acc;
  background-color: #F5F5F7;
}
.faqs-section .accordion .accordion-item .accordion-header {
  padding: 0px !important;
}
.faqs-section .accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  height: auto;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  padding: 10px 20% 10px 0;
  background-color: #F5F5F7;
  color: #000000;
}
@media (min-width: 992px) {
  .faqs-section .accordion .accordion-item .accordion-header .accordion-button {
    padding: 15px 0;
  }
}
.faqs-section .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none !important;
}
.faqs-section .accordion .accordion-item .accordion-header .accordion-button::before {
  content: counter(acc, decimal-leading-zero) " ";
  font-weight: 300;
  margin-right: 5%;
  display: none;
  color: #b70206;
}
@media (min-width: 992px) {
  .faqs-section .accordion .accordion-item .accordion-header .accordion-button::before {
    display: flex;
  }
}
.faqs-section .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  display: none;
}
.faqs-section .accordion .accordion-item .accordion-header .accordion-button .plus-icon {
  width: 40px;
  height: 40px;
  background-color: #F5F5F7;
  border-radius: 26px;
  position: absolute;
  right: 39px;
  transition: all 0.5s ease;
  border: solid #b70206 1px;
}
.faqs-section .accordion .accordion-item .accordion-header .accordion-button .plus-icon::after {
  content: "";
  background-image: none;
  width: 15px;
  height: 1px;
  background-color: #b70206;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.5s ease;
}
.faqs-section .accordion .accordion-item .accordion-header .accordion-button .plus-icon::before {
  content: "";
  background-image: none;
  width: 1px;
  height: 15px;
  background-color: #b70206;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
}
.faqs-section .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  color: #b70206;
}
.faqs-section .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] .plus-icon {
  background-color: #b70206;
}
.faqs-section .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] .plus-icon::before {
  height: 0;
  background-color: white;
}
.faqs-section .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] .plus-icon::after {
  background-color: white;
}
.faqs-section .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  background-color: transparent;
}
.faqs-section .accordion .accordion-item .accordion-collapse {
  background-color: transparent;
  transition: all 0.5s ease;
}
.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 15px 0;
}
.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body p {
  color: black;
  max-width: 100%;
}
@media (min-width: 992px) {
  .faqs-section .accordion .accordion-item .accordion-collapse .accordion-body p {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  .faqs-section .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 15px calc(5% + 26.4px);
  }
}

/* ------------------ blog ---------------- */
.carousel4cards {
  overflow: hidden !important;
  background-color: #F5F5F7;
}
.carousel4cards h6 {
  color: #b70206;
  margin: 0;
  padding: 0;
}
.carousel4cards h2 {
  margin: 0;
  padding: 0;
}
.carousel4cards p {
  max-width: 100%;
  color: #000000;
}
.carousel4cards .lSSlideOuter, .carousel4cards .lSSlideWrapper {
  overflow: visible !important;
}
.carousel4cards .imagepart {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  border-bottom-left-radius: 34px;
  border-bottom-right-radius: 34px;
  overflow: hidden;
  position: relative;
  display: block;
}
.carousel4cards .imagepart.fullrounded {
  aspect-ratio: 45/60;
  border-radius: 34px;
}
.carousel4cards .card-body {
  padding: 16px 16px 60px 16px;
  overflow: hidden;
  position: relative;
}
.carousel4cards .card-body.pulses {
  padding: 16px 0px 0px 0px !important;
}
.carousel4cards .card-body.nobgbody {
  background-color: transparent;
}
.carousel4cards .card-body h4 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  color: black;
  margin-bottom: 14px;
}
.carousel4cards .card-body p {
  font-size: 16px;
  line-height: 19px;
}
.carousel4cards .card-body .absolute-bottom {
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.carousel4cards .card-body.testimonialbody {
  border-radius: 34px;
  padding: 34px !important;
}
.carousel4cards .card-body.testimonialbody .medailon {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 16px;
}
.carousel4cards .card-body.testimonialbody .medailon img {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 70px;
}
.carousel4cards .card-body.testimonialbody .medailon h4 {
  width: calc(100% - 100px);
  margin-bottom: 0px;
  line-height: 16px;
}
.carousel4cards .card-body.testimonialbody .medailon h4 small {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 12px;
  line-height: 16px;
  color: #b70206;
}
.carousel4cards .lightSlider3cards {
  margin-top: 24px;
}
.carousel4cards .lightSlider3cards * {
  text-decoration: none !important;
}
.carousel4cards.nobgsection .card-body h4 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.carousel4cards.nobgsection .card-body .note {
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  transform: translateY(8px);
  color: #b70206;
}
.carousel4cards.nobgsection .card-body .absolute-bottom.d-flex {
  width: calc(100% - 32px);
  justify-content: space-between;
}

.maincard .imagepart {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  overflow: hidden;
  position: relative;
  display: block;
}
.maincard .imagepart.fullrounded {
  aspect-ratio: 45/60;
  border-radius: 34px;
}
.maincard .card-body {
  padding: 16px 16px 70px 16px;
  background-color: #e9efff;
  border-bottom-left-radius: 34px;
  border-bottom-right-radius: 34px;
  overflow: hidden;
  position: relative;
}
.maincard .card-body.nobgbody {
  background-color: transparent;
}
.maincard .card-body a {
  text-decoration: none;
}
.maincard .card-body h4 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  color: black;
  margin-bottom: 14px;
}
.maincard .card-body p {
  font-size: 16px;
  line-height: 19px;
}
.maincard .card-body .absolute-bottom {
  position: absolute;
  bottom: 16px;
  left: 16px;
}

/* ----------- PRO KOHO for whom --------- */
.for-whom {
  height: fit-content;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  min-height: 75vh;
  background-color: #ffebec;
}
@media (min-width: 768px) {
  .for-whom {
    padding: 8vh 0;
  }
}
.for-whom .product-slider-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.for-whom .headline {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .for-whom .headline {
    padding: 4rem 0;
  }
}
.for-whom .headline h4 {
  padding: 0.5rem 0;
  color: #b70206;
}
.for-whom .headline h2 {
  color: #000000;
  padding: 0.5rem 0;
}
.for-whom .for-whom-carousel {
  overflow: visible;
  height: 100%;
}
.for-whom .for-whom-carousel .embla__viewport {
  overflow: visible;
  width: 100%;
  cursor: grab;
  height: 100%;
}
.for-whom .for-whom-carousel .embla__viewport.is-dragging {
  cursor: grabbing;
}
.for-whom .for-whom-carousel .embla__viewport[aria-disabled=true] {
  cursor: default;
}
.for-whom .for-whom-carousel .embla__viewport .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  gap: 1.5rem;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.for-whom .for-whom-carousel .embla__viewport .embla__container .embla__slide {
  position: relative;
  padding: 0;
  border-radius: 1rem;
  box-sizing: border-box;
  /*background-color:hsla(0,0%,0%,1);
  background-image:
          radial-gradient(at 79% 80%, hsla(345,0%,0%,1) 0px, transparent 50%),
          radial-gradient(at 10% 79%, hsla(354,91%,23%,1) 0px, transparent 50%),
          radial-gradient(at 24% 52%, hsla(359,97%,36%,1) 0px, transparent 50%),
          radial-gradient(at 50% 11%, hsla(357,94%,14%,1) 0px, transparent 50%),
          radial-gradient(at 0% 0%, hsla(354,100%,62%,1) 0px, transparent 50%);  */
  background-color: #ffebec;
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  height: fit-content;
  flex: 1 1 auto;
  min-width: 95%;
}
@media (min-width: 600px) {
  .for-whom .for-whom-carousel .embla__viewport .embla__container .embla__slide {
    min-width: 40%; /* 2 slides per view */
  }
}
@media (min-width: 900px) {
  .for-whom .for-whom-carousel .embla__viewport .embla__container .embla__slide {
    min-width: 33%; /* 3 slides per view */
  }
}
.for-whom .for-whom-carousel .embla__viewport .embla__container .embla__slide .head-part {
  max-height: 40%;
  position: relative;
}
.for-whom .for-whom-carousel .embla__viewport .embla__container .embla__slide .head-part img {
  height: 100%;
  width: 100%;
  border-radius: 26px;
  object-fit: cover;
  object-position: center;
}
.for-whom .for-whom-carousel .embla__viewport .embla__container .embla__slide .body-part {
  display: flex;
  flex-direction: column;
  padding: 3rem 0 0 0;
}
.for-whom .for-whom-carousel .embla__viewport .embla__container .embla__slide .body-part .price {
  font-family: "Inter", serif;
  font-weight: 300;
  color: white;
  font-size: 22px;
  line-height: 26.4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.for-whom .for-whom-carousel .embla__viewport .embla__container .embla__slide .body-part h4 {
  color: #000000;
}
.for-whom .for-whom-carousel .embla__viewport .embla__container .embla__slide .body-part p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: grey;
  line-height: 1.5em;
  height: 4.5em; /* = 3 lines */
}

/* ---------- FOOTER ------------- */
footer {
  padding-top: 1px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  footer {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
footer.bg-footer {
  background-color: #ffebec;
}
footer .footer-claim, footer .note {
  color: #000000;
}
footer .navbar-brand {
  margin-bottom: 20px;
  margin-top: 40px;
  position: relative;
  display: block;
}
footer .navbar-brand img {
  width: 150px;
  height: auto;
}
footer .footer-heading {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #b70206;
  margin-top: 40px;
}
footer p.footer-claim {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  line-height: 20px;
  max-width: 170px;
}
@media (max-width: 767px) {
  footer p.footer-claim {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
footer p.note {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  line-height: 20px;
}
footer .footer-address-list, footer .legal-links {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
footer .footer-address-list li a, footer .legal-links li a {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: black;
}
footer .legal-links {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
footer .legal-links li a {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #b70206;
}
footer .socials {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 40px;
}
@media (max-width: 767px) {
  footer .socials {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  footer .socials {
    gap: 60px;
  }
  footer .socials::before {
    content: "";
    width: calc(50% - 140px);
    height: 2px;
    background-color: #b70206;
    transform: translateY(12px);
  }
  footer .socials::after {
    content: "";
    width: calc(50% - 140px);
    height: 2px;
    background-color: #b70206;
    transform: translateY(12px);
  }
}
footer .socials .social-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}
@media (max-width: 767px) {
  footer .socials .social-list {
    justify-content: center;
  }
}
footer .socials .social-list svg {
  width: 20px;
  height: auto;
}
footer .microsite-footer {
  justify-content: center;
  margin-top: 40px;
}
footer .microsite-footer svg.footer-logo {
  max-width: 170px;
  max-height: 45px;
}
footer .ec-v-form-holder {
  width: 100% !important;
}
footer .ec-v-form-holder.ec-v-form-holder-basic {
  background-color: transparent !important;
  margin-left: 0px !important;
}
footer .ec-v-form-holder.ec-v-form-holder-basic form {
  min-height: auto !important;
}
footer .ec-v-form-step {
  display: none !important;
}
footer .ec-v-form-step.ec-v-form-step-visible {
  display: flex !important;
  height: auto !important;
}
footer .ec-v-form-column {
  display: flex !important;
  height: auto !important;
}
footer .ec-v-form-step [type=submit] {
  background-color: #b70206 !important;
  border-color: #b70206 !important;
  color: white !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
  font-family: "Inter" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 20px !important;
  border-radius: 26px !important;
  border: 2px solid #b70206 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  padding: 4px 12px !important;
}
footer .ec-v-form-submit button [type=submit] {
  padding: 4px 12px !important;
}
footer .ec-v-form-step [type=submit]:hover {
  background-color: transparent !important;
  border-color: #b70206 !important;
  color: #b70206 !important;
}
footer .ec-v-form-input {
  padding: 0px !important;
  width: 100%;
  border: 0px !important;
  border-radius: 26px;
  background-color: #ffebec;
  color: #b70206 !important;
  position: relative !important;
}
footer .ec-v-form-column {
  flex-wrap: wrap !important;
}
footer .ec-v-forms-form-control {
  background-color: #FFFFFF !important;
  height: 34px !important;
  border-radius: 26px !important;
  text-align: left !important;
}
@media (min-width: 768px) {
  footer .ec-v-form-step {
    flex-wrap: wrap !important;
  }
  footer .ec-v-form-column {
    flex-wrap: wrap !important;
  }
}
footer .ec-v-form-input label {
  display: none !important;
}
footer input[name="ecmw[email]"] {
  border: 2px solid #b70206 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  font-family: "Inter" !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  background-color: #ffebec !important;
  line-height: 20px !important;
  color: #b70206 !important;
}
@media (max-width: 767px) {
  footer input[name="ecmw[email]"] {
    text-align: center !important;
  }
}
footer input[name="ecmw[email]"]::placeholder {
  font-family: "Inter" !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  line-height: 20px !important;
  color: #b70206 !important;
}
footer .ec-v-form-submit.ec-v-form-btntype-submit {
  padding: 8px 0px 10px 0px !important;
}
@media (max-width: 767px) {
  footer .ec-v-form-submit.ec-v-form-btntype-submit {
    margin: 0 auto !important;
  }
}

/* -------------- SHOWROOM ----------- */
.showroom {
  width: 100%;
  height: fit-content;
}
.showroom .show-block {
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
  background-color: #000000;
}
.showroom .show-block:nth-child(1) {
  z-index: 10;
}
.showroom .show-block:nth-child(2) {
  z-index: 20;
}
.showroom .show-block:nth-child(3) {
  z-index: 30;
}
.showroom .show-block:nth-child(4) {
  z-index: 40;
}
.showroom .show-block:nth-child(5) {
  z-index: 50;
}
.showroom .show-block:nth-child(6) {
  z-index: 60;
}
.showroom .show-block video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: 80%;
  z-index: -1;
  filter: brightness(30%);
}
@media (min-width: 767px) {
  .showroom .show-block video {
    object-position: center;
    filter: brightness(50%);
  }
}
.showroom .show-block video.vpravo {
  width: 100%;
  margin-right: auto;
  transform: translateY(-50%);
  bottom: 0;
  height: auto;
  filter: brightness(100%);
  left: 0;
  right: 0;
  top: auto;
  display: none;
  top: 50%;
}
@media (min-width: 767px) {
  .showroom .show-block video.vpravo {
    display: flex;
    width: 35%;
    margin-right: auto;
    transform: translateY(-50%);
    left: unset;
    right: 5%;
    height: auto;
    filter: brightness(100%);
  }
}
.showroom .show-block .text-overlay {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 3rem;
  z-index: 10;
}
.showroom .show-block .text-overlay h2 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(1.75rem, 4vw + 0.5rem, 3.75rem); /* 28px → 60px */
  line-height: clamp(2.125rem, 4vw + 0.75rem, 4.5rem); /* 34px → 72px */
  color: white;
  padding-bottom: clamp(1rem, 2vw, 2rem);
}
.showroom .show-block .text-overlay p {
  color: #FFF;
  max-width: 100%;
  padding-bottom: 20%;
}
@media (min-width: 767px) {
  .showroom .show-block .text-overlay p {
    max-width: 55%;
    padding-bottom: 0;
  }
}

/* -------------- advantages -------------------*/
.advantages {
  height: fit-content;
  width: 100%;
  padding: 8vh 0;
}
.advantages .advantages-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.advantages .advantages-container .headline {
  display: flex;
  flex-direction: column;
}
.advantages .advantages-container .headline h3 {
  color: #b70206;
}
.advantages .advantages-container .headline h2 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  line-height: 34px;
  color: black;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .advantages .advantages-container .headline h2 {
    font-size: 60px;
    line-height: 72px;
    padding-bottom: 0;
  }
}
.advantages .advantages-container .headline p {
  color: #000000;
}
.advantages .advantages-container .advantages-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media (min-width: 756px) {
  .advantages .advantages-container .advantages-grid {
    gap: 2rem;
  }
}
.advantages .advantages-container .advantages-grid .grid-item {
  flex: 0 0 calc(50% - 0.75rem);
  box-sizing: border-box;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: start;
  justify-content: flex-start;
}
@media (min-width: 756px) {
  .advantages .advantages-container .advantages-grid .grid-item {
    flex: 0 0 calc(33.3333% - 2rem);
  }
}
.advantages .advantages-container .advantages-grid .grid-item .icon {
  width: 100px;
  height: 100px;
  background-color: #ffebec;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
}
.advantages .advantages-container .advantages-grid .grid-item .icon img {
  width: auto;
  height: 70%;
  object-fit: contain;
}
.advantages .advantages-container .advantages-grid .grid-item h3 {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  height: unset;
  font-size: 22px;
}
@media (min-width: 756px) {
  .advantages .advantages-container .advantages-grid .grid-item h3 {
    height: 3em;
    font-size: 35px;
  }
}
.advantages .advantages-container .advantages-grid .grid-item p {
  color: #000000;
}

/* -------------- PARAMS-------------------*/
.params {
  height: fit-content;
  padding: 8vh 0;
}
.params .params-container .params-row {
  display: flex;
  flex-direction: row;
}
.params .params-container .params-row.head .img-col {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffebec;
  border-radius: 26px 26px 0 0;
  position: relative;
}
.params .params-container .params-row.head .img-col img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 100% !important;
  aspect-ratio: 1/1;
  object-fit: contain;
  height: auto;
}
.params .params-container .params-row.head .text-col {
  padding-left: 2rem;
}
.params .params-container .params-row.head h3 {
  color: #b70206;
}
.params .params-container .params-row.head hr {
  color: #b70206;
}
.params .params-container .params-row.body table, .params .params-container .params-row.body tbody {
  box-sizing: content-box;
  padding-top: 2rem;
}
@media (min-width: 756px) {
  .params .params-container .params-row.body table, .params .params-container .params-row.body tbody {
    padding: 2rem 1rem;
  }
}
.params .params-container .params-row.body table tr td:nth-child(1), .params .params-container .params-row.body tbody tr td:nth-child(1) {
  background-color: #ffebec;
  color: #b70206;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  padding: 16px;
  flex: 0 0 auto;
  padding: 8px 16px;
  width: 50%;
}
.params .params-container .params-row.body table tr td:nth-child(1) .p1, .params .params-container .params-row.body tbody tr td:nth-child(1) .p1 {
  color: #b70206;
  margin: 0;
}
@media (min-width: 756px) {
  .params .params-container .params-row.body table tr td:nth-child(1), .params .params-container .params-row.body tbody tr td:nth-child(1) {
    background-color: #ffebec;
    color: #b70206;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    padding: 16px;
    flex: 0 0 auto;
    padding: 4px 16px;
    width: 16.66666667%;
  }
}
.params .params-container .params-row.body table tr td:nth-child(2), .params .params-container .params-row.body tbody tr td:nth-child(2) {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 2rem;
  color: #000000;
}
.params .params-container .params-row.body table tr td:nth-child(2) .p1, .params .params-container .params-row.body tbody tr td:nth-child(2) .p1 {
  color: #000000;
  margin: 0;
}
@media (min-width: 756px) {
  .params .params-container .params-row.body table tr td:nth-child(2), .params .params-container .params-row.body tbody tr td:nth-child(2) {
    flex: 0 0 auto;
    width: 83.33333333%;
    padding-left: 2rem;
    color: #000000;
  }
}
.params .params-container .params-row.body table tr:first-child td:nth-child(1), .params .params-container .params-row.body tbody tr:first-child td:nth-child(1) {
  border-radius: 26px 26px 0 0;
  padding: 16px;
}
@media (min-width: 756px) {
  .params .params-container .params-row.body table tr:first-child td:nth-child(1), .params .params-container .params-row.body tbody tr:first-child td:nth-child(1) {
    border-radius: 0;
  }
}
.params .params-container .params-row.body table tr:last-child td:nth-child(1), .params .params-container .params-row.body tbody tr:last-child td:nth-child(1) {
  border-radius: 0 0 26px 26px;
  padding: 4px 16px 16px 16px;
}

/* ------------- vybrat svetlo ---------*/
.light-chooser {
  background-color: #F5F5F7;
}
.light-chooser .sidecard {
  background-color: #FFEBEC;
  border-radius: 26px;
  height: 100%;
}
.light-chooser .sidecard .symptomy-karta h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1em;
  height: 3.3em;
}
.light-chooser .sidecard .symptomy-karta .description {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26.4px;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  height: 8.4em;
  margin-bottom: 0;
}
.light-chooser .sidecard .symptomy-karta .primaryProducts p {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 26.4px;
}
.light-chooser .sidecard .symptomy-karta .primaryProducts a {
  color: #F5F5F7;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  background-color: #b70206;
  border-radius: 26px;
  text-decoration: none;
  font-size: 16px;
  line-height: 26.4px;
  letter-spacing: 0.5px;
  color: #FFF;
  padding: 1px 14px;
}
.light-chooser .sidecard .symptomy-karta .primaryProducts div {
  color: #b70206;
}
.light-chooser .sidecard .symptomy-karta .secondaryProducts p {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 26.4px;
}
.light-chooser .sidecard .symptomy-karta .secondaryProducts a {
  text-decoration: none;
  color: #b70206;
  font-size: 16px;
  line-height: 26.4px;
}
.light-chooser .sidecard .symptomy-karta .secondaryProducts div {
  color: #b70206;
}

.hypertext-input {
  display: flex;
  padding: 4px 18px 4px 4px;
  align-items: center;
  width: fit-content;
  border-radius: 26px;
  border: 2px solid #F5F5F7;
  min-width: 365px;
  font-family: "Raleway", serif;
  background: transparent;
  color: #F5F5F7;
}
@media (max-width: 995px) {
  .hypertext-input {
    min-width: 100%;
  }
}
.hypertext-input::placeholder {
  color: #F5F5F7;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.hypertext-input:focus-visible {
  outline: none;
}

/* ---------------------------------*/
.buyoneshop {
  transition: ease-in-out 0.1s;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 12px 25px;
  border-radius: 0 0 15px 15px;
}
.buyoneshop.washik {
  background: #153E35;
  color: #F5F5F7;
}
.buyoneshop.washik:hover {
  background: #1A4C41;
}
.buyoneshop.redlight {
  background: #CC4140;
  color: #F5F5F7;
}
.buyoneshop.redlight:hover {
  background: #9B302F;
}
.buyoneshop.myvibe {
  background: #D50058;
  color: #F5F5F7;
}
.buyoneshop.myvibe:hover {
  background: #B51758;
}

.spr {
  color: #9B302F;
}

footer a.nav-link {
  color: #b70206;
}
footer a.nav-link:hover {
  color: #b70206;
}

.newsletter-form input {
  border: 2px solid #CC4140 !important;
}

.carousel-indicators [data-bs-target] {
  background-color: #F5F5F7;
}

.carousel-indicators .active {
  background-color: #b70206;
}

.carousel-indicators [data-bs-target] {
  width: 60px;
  height: 5px;
  border-radius: 2.5px;
  border: none;
  margin-bottom: 25px;
}

.lslide .card-body p {
  margin: 0;
}

.lSPager.lSpg li a {
  background-color: #000000 !important;
}
.lSPager.lSpg li a:hover {
  background-color: #b70206 !important;
}

.lSPager.lSpg li.active a {
  background-color: red !important;
}

.lSAction > .lSPrev {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='15' viewBox='0 0 19 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='19' height='15' fill='%23CC4140'/%3E%3Cpath d='M1.7218 6.58069C1.16952 6.58069 0.721802 7.0284 0.721802 7.58069C0.721802 8.13297 1.16952 8.58069 1.7218 8.58069V6.58069ZM17.9853 8.2878C18.3758 7.89727 18.3758 7.26411 17.9853 6.87358L11.6213 0.509621C11.2308 0.119096 10.5976 0.119096 10.2071 0.509621C9.81656 0.900145 9.81656 1.53331 10.2071 1.92383L15.8639 7.58069L10.2071 13.2375C9.81656 13.6281 9.81656 14.2612 10.2071 14.6518C10.5976 15.0423 11.2308 15.0423 11.6213 14.6518L17.9853 8.2878ZM1.7218 8.58069H17.2782V6.58069L1.7218 6.58069V8.58069Z' fill='%23F5F5F7'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px 15px;
  transform: rotate(180deg);
  border: 2px solid #b70206;
  background-color: #b70206;
}

.lSAction > .lSNext {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='15' viewBox='0 0 19 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='19' height='15' fill='%23CC4140'/%3E%3Cpath d='M1.7218 6.58069C1.16952 6.58069 0.721802 7.0284 0.721802 7.58069C0.721802 8.13297 1.16952 8.58069 1.7218 8.58069V6.58069ZM17.9853 8.2878C18.3758 7.89727 18.3758 7.26411 17.9853 6.87358L11.6213 0.509621C11.2308 0.119096 10.5976 0.119096 10.2071 0.509621C9.81656 0.900145 9.81656 1.53331 10.2071 1.92383L15.8639 7.58069L10.2071 13.2375C9.81656 13.6281 9.81656 14.2612 10.2071 14.6518C10.5976 15.0423 11.2308 15.0423 11.6213 14.6518L17.9853 8.2878ZM1.7218 8.58069H17.2782V6.58069L1.7218 6.58069V8.58069Z' fill='%23F5F5F7'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 19px 15px;
  background-repeat: no-repeat;
  border: 2px solid #b70206;
  background-color: #b70206;
}

.brw {
  color: #b70206;
}

.legal {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 0;
  margin: 0;
}
.legal p, .legal li, .legal a, .legal ul {
  color: #b70206;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition: ease-out 0.3s;
}
.legal a:hover, .legal a .active {
  color: red;
}

@media (max-width: 995px) {
  .legsoc-footer {
    gap: 1rem;
    justify-content: center;
  }
}

.first-column {
  padding-top: 0.75rem;
}

.bld {
  color: #000000;
}

.price-tag {
  color: #b70206;
  font-family: "Lato", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 107.143% */
}

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