/*
Theme Name: LB-acoustics
Description: Custom Theme LB-acoustics
Author: Simon Doppler
Author URI: https://www.doppler.ws
Version: 1.0
*/
:root {
  --sidebar-active: rgba(226, 212, 240, 1);
  --sidebar-hover: rgba(226, 212, 240, 0.5);
  --lb-red: rgb(212, 0, 122);
  --highlight: var(--lb-red);
  --lb-dark-red: rgb(155, 0, 87);
  --lb-light-red: rgb(232, 150, 192);
  --link-blue: #3f75b5;
  --border-gray: #f1f1f1;
  --base-color: #4d4d4d;
}

/* titillium-web-300 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/titillium-web-v18-latin_latin-ext-300.woff2") format("woff2"), url("fonts/titillium-web-v18-latin_latin-ext-300.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* titillium-web-300italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/titillium-web-v18-latin_latin-ext-300italic.woff2") format("woff2"), url("fonts/titillium-web-v18-latin_latin-ext-300italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* titillium-web-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/titillium-web-v18-latin_latin-ext-regular.woff2") format("woff2"), url("fonts/titillium-web-v18-latin_latin-ext-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* titillium-web-italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/titillium-web-v18-latin_latin-ext-italic.woff2") format("woff2"), url("fonts/titillium-web-v18-latin_latin-ext-italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* titillium-web-600 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/titillium-web-v18-latin_latin-ext-600.woff2") format("woff2"), url("fonts/titillium-web-v18-latin_latin-ext-600.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* titillium-web-600italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/titillium-web-v18-latin_latin-ext-600italic.woff2") format("woff2"), url("fonts/titillium-web-v18-latin_latin-ext-600italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* titillium-web-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/titillium-web-v18-latin_latin-ext-700.woff2") format("woff2"), url("fonts/titillium-web-v18-latin_latin-ext-700.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* titillium-web-700italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/titillium-web-v18-latin_latin-ext-700italic.woff2") format("woff2"), url("fonts/titillium-web-v18-latin_latin-ext-700italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
.sdct-header {
  padding: 1rem 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
@media screen and (min-width: 1024px) {
  .sdct-header {
    padding: 1.5rem 0;
  }
}
.sdct-header > div.container {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
}
.sdct-header > div.container > div:first-child {
  margin-right: 1rem;
  flex: 1 1 auto;
}

#sdct-menu {
  margin-top: 36px;
}
@media screen and (min-width: 1024px) {
  #sdct-menu {
    margin-top: 46px;
  }
}

#sdct-logo img {
  height: 95px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  #sdct-logo img {
    height: 110px;
  }
}

#sdct-hamburger {
  cursor: pointer;
  position: relative;
  z-index: 10;
}
#sdct-hamburger:before, #sdct-hamburger:after {
  content: "";
  display: block;
}
#sdct-hamburger div, #sdct-hamburger:before, #sdct-hamburger:after {
  width: 25px;
  height: 3px;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sdct-hamburger.active div {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 0;
}
#sdct-hamburger.active:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -3px;
  margin-top: 13px;
}
#sdct-hamburger.active:after {
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  #sdct-hamburger {
    display: none;
  }
}

#sdct-main-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3rem 0 2rem 0;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
#sdct-main-menu.active {
  margin-left: 0;
}
#sdct-main-menu a:link,
#sdct-main-menu a:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 3;
}
#sdct-main-menu a:hover,
#sdct-main-menu a:focus {
  text-decoration: underline;
  color: #000;
}
#sdct-main-menu ul.menu > li.menu-item-has-children {
  position: relative;
}
#sdct-main-menu ul.menu > li.menu-item-has-children > a > span {
  content: "";
  position: absolute;
  right: 1rem;
  margin-top: -0.4rem;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  height: 10px;
  width: 10px;
}
#sdct-main-menu ul.menu > li.menu-item-has-children > ul.sub-menu {
  display: none;
  font-size: 1.1rem;
}
#sdct-main-menu ul.menu > li.menu-item-has-children > ul.sub-menu a:link,
#sdct-main-menu ul.menu > li.menu-item-has-children > ul.sub-menu a:visited {
  line-height: 2.5;
}
#sdct-main-menu ul.menu > li.menu-item-has-children > ul.sub-menu .sub-menu {
  font-weight: 400;
}
#sdct-main-menu ul.menu > li.menu-item-has-children.active > ul.sub-menu {
  display: block;
}
@media screen and (min-width: 1024px) {
  #sdct-main-menu {
    font-size: 1rem;
    padding: 0;
    width: auto;
    margin-left: 0;
    position: initial;
    font-weight: 400;
    background: transparent !important;
  }
  #sdct-main-menu a:link,
#sdct-main-menu a:visited {
    line-height: 1;
    display: inline;
    margin-left: 1rem;
    text-align: left;
  }
  #sdct-main-menu ul.menu {
    display: flex;
  }
  #sdct-main-menu ul.menu > li.menu-item-has-children {
    position: static;
  }
  #sdct-main-menu ul.menu > li.menu-item-has-children > a > span {
    display: none;
  }
  #sdct-main-menu ul.menu > li.menu-item-has-children > ul.sub-menu {
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    display: flex;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-transform: uppercase;
    width: 100%;
    padding: 0 1rem;
    gap: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 4rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
  }
  #sdct-main-menu ul.menu > li.menu-item-has-children > ul.sub-menu:has(> :nth-child(2)):not(:has(> :nth-child(3))) > :nth-child(1) {
    grid-column: 2;
  }
  #sdct-main-menu ul.menu > li.menu-item-has-children > ul.sub-menu:has(> :nth-child(2)):not(:has(> :nth-child(3))) > :nth-child(2) {
    grid-column: 3;
  }
  #sdct-main-menu ul.menu > li.menu-item-has-children > ul.sub-menu > li {
    flex: 0 0 25%;
    background: #fff;
    padding: 2rem 1rem;
  }
  #sdct-main-menu ul.menu > li.menu-item-has-children > ul.sub-menu > li a:link,
#sdct-main-menu ul.menu > li.menu-item-has-children > ul.sub-menu > li a:visited {
    line-height: 3;
    display: block;
  }
  #sdct-main-menu ul.menu > li.menu-item-has-children > ul.sub-menu > li a:hover,
#sdct-main-menu ul.menu > li.menu-item-has-children > ul.sub-menu > li a:focus {
    text-decoration: underline;
  }
  #sdct-main-menu ul.menu > li.menu-item-has-children > ul.sub-menu ul.sub-menu {
    font-weight: 400;
  }
  #sdct-main-menu ul.menu > li.menu-item-has-children > ul.sub-menu ul.sub-menu a:link,
#sdct-main-menu ul.menu > li.menu-item-has-children > ul.sub-menu ul.sub-menu a:visited {
    line-height: 2;
  }
  #sdct-main-menu ul.menu > li.menu-item-has-children:hover > a, #sdct-main-menu ul.menu > li.menu-item-has-children:focus-within > a, #sdct-main-menu ul.menu > li.menu-item-has-children:focus > a, #sdct-main-menu ul.menu > li.menu-item-has-children:active > a, #sdct-main-menu ul.menu > li.menu-item-has-children.active > a {
    text-decoration: underline;
  }
  #sdct-main-menu ul.menu > li.menu-item-has-children:hover > ul.sub-menu, #sdct-main-menu ul.menu > li.menu-item-has-children:focus-within > ul.sub-menu, #sdct-main-menu ul.menu > li.menu-item-has-children:focus > ul.sub-menu, #sdct-main-menu ul.menu > li.menu-item-has-children:active > ul.sub-menu, #sdct-main-menu ul.menu > li.menu-item-has-children.active > ul.sub-menu {
    visibility: visible;
    opacity: 1;
  }
}

li.lb-language-switcher {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
li.lb-language-switcher > a:link,
li.lb-language-switcher > a:visited {
  width: auto !important;
}
@media screen and (min-width: 1024px) {
  li.lb-language-switcher {
    display: inline;
  }
}

html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: 17px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Titillium", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-color: #f1f1f1;
}
body.loading {
  position: relative;
  overflow: hidden;
}
body.loading::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
body.loading::before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  border-radius: 50%;
  border: 0.4rem solid var(--lb-red);
  border-top-color: transparent;
  animation: loading 0.8s linear infinite;
  z-index: 100001;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1,
h2,
h3,
.lb-product-single-title,
.like-h3 h2,
h4,
h5,
h6 {
  margin-bottom: 1.5rem;
  font-weight: 400;
}

h1 {
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 2.2rem;
  }
}

h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 2rem;
  }
}

h3, .lb-product-single-title, .like-h3 h2 {
  font-size: 1.4rem;
  color: var(--lb-dark-red);
}
@media screen and (min-width: 1024px) {
  h3, .lb-product-single-title, .like-h3 h2 {
    font-size: 1.63rem;
  }
}

h4 {
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 1.4rem;
  }
}

h6 {
  font-size: 1.1rem;
}
@media screen and (min-width: 1024px) {
  h6 {
    font-size: 1.2rem;
  }
}

li {
  list-style: none;
}

header,
footer {
  flex: 0 0 auto;
}

section.sdct-main-content {
  flex: 1 0 auto;
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sdct-theme .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 1rem !important;
}

.container {
  position: relative;
  width: 1174px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

a:link,
a:visited {
  text-decoration: none;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
  color: #4d4d4d;
}

p > a:link,
p > a:visited {
  color: var(--link-blue);
  font-weight: 600;
}
p > a:hover,
p > a:focus {
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.sdct-overlay {
  display: none;
}
.sdct-overlay.active {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 15;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

p {
  margin-bottom: 1rem;
}

.title-main span {
  color: #fff;
  background-color: #2c518fad;
  line-height: 1.8;
  font-style: italic;
  font-size: 1.4rem;
  padding: 0.2rem 0.6rem 0.2rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .title-main span {
    font-size: 2.5rem;
    padding: 0.2rem 1.3rem 0.2rem 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .title-main span {
    font-size: 3.3rem;
  }
}

.subtitle-main span {
  color: #fff;
  line-height: 1.8;
  background-color: #2c518f;
  padding: 0.2rem 1.3rem 0.2rem 1.2rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .subtitle-main span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .subtitle-main span {
    font-size: 2.3rem;
  }
}

.subsubtitle-main span {
  color: #fff;
  line-height: 1.8;
  background-color: #2c518f;
  padding: 0.2rem 1.3rem 0.2rem 1.2rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .subsubtitle-main span {
    display: inline;
    font-size: 1.2rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1024px) {
  .subsubtitle-main span {
    display: inline;
    font-size: 1.76rem;
  }
}

.lb-not-found-container {
  background-color: #fff;
  padding: 2rem;
}
.lb-not-found-container h1 {
  text-align: center;
}

.lb-content-container {
  background: #fff;
  padding: 2.5rem;
  margin-top: 0.75rem;
}
.lb-content-container a:link,
.lb-content-container a:visited {
  color: var(--link-blue);
  font-weight: 600;
}

input:not([type=checkbox]):not([type=submit]),
textarea {
  width: 100%;
}

body.de .sdct-cs {
  display: none;
}

body.cs .sdct-de {
  display: none;
}

.lb-partners-container {
  margin-top: 14px;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lb-partner-item {
  background: #fff;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sdct-footer {
  padding: 0.75rem 0;
  font-size: 14px;
}
#sdct-footer a:link,
#sdct-footer a:visited {
  color: var(--base-color);
  font-weight: 400;
}
#sdct-footer .sdct-row {
  background: #fff;
  padding: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}
#sdct-footer .sdct-row strong {
  margin-bottom: -0.75rem;
  display: block;
}
#sdct-footer .sdct-row .sdct-footer-col {
  padding: 0.5rem;
  flex: 0 0 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #sdct-footer .sdct-row .sdct-footer-col {
    width: auto;
    flex: 1 1 0px;
  }
  #sdct-footer .sdct-row .sdct-footer-col:first-child {
    display: flex;
    flex-wrap: wrap;
  }
  #sdct-footer .sdct-row .sdct-footer-col:first-child .sdct-footer-widget {
    flex: 0 0 100%;
    width: 100%;
  }
  #sdct-footer .sdct-row .sdct-footer-col:first-child .sdct-footer-widget:nth-child(4), #sdct-footer .sdct-row .sdct-footer-col:first-child .sdct-footer-widget:nth-child(7), #sdct-footer .sdct-row .sdct-footer-col:first-child .sdct-footer-widget:nth-child(8), #sdct-footer .sdct-row .sdct-footer-col:first-child .sdct-footer-widget:nth-child(5) {
    flex: 0 0 50%;
    width: 50%;
  }
}

.woocommerce a.button,
.woocommerce button.button,
a.button {
  border-radius: 0;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
  outline: 0;
  border: 2px solid;
  padding: 0.7rem 1rem;
  line-height: 1;
}

input,
textarea {
  padding: 0.7rem 1rem;
  border: 2px solid #919191;
  font-size: 1rem;
  margin: 0.4rem 0;
  outline: 0;
  font-family: inherit;
}
input:focus,
textarea:focus {
  border-color: #212121;
}

input[type=submit] {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}

.lb-news-grid {
  display: grid;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .lb-news-grid {
    grid-template-columns: 2fr 4fr;
  }
}

.lb-grid-container {
  background: #fff;
  padding: 2.5rem;
}
.lb-grid-sidebar-item {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.lb-grid-sidebar-item-heading {
  color: var(--lb-dark-red);
  margin-bottom: 3rem;
}
.lb-grid-sidebar-item-content {
  height: 0;
  overflow: hidden;
}
.lb-grid-sidebar-item.open .lb-grid-sidebar-item-content {
  height: auto;
}
.lb-grid-sidebar-item-category a:link,
.lb-grid-sidebar-item-category a:visited {
  font-weight: 600;
  padding-left: 2.5rem;
  padding-right: 2.5rem !important;
  position: relative;
  display: flex;
  align-items: center;
}
.lb-grid-sidebar-item-category a:link span,
.lb-grid-sidebar-item-category a:visited span {
  position: absolute;
  right: 0;
  right: 0.5rem;
  color: #fff;
  background-color: #000;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.lb-grid-sidebar-item-category a:link span:after,
.lb-grid-sidebar-item-category a:visited span:after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}
.lb-grid-sidebar-item-category a:link span:before,
.lb-grid-sidebar-item-category a:visited span:before {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #fff;
  position: absolute;
}
.lb-grid-sidebar-item-category a:hover span,
.lb-grid-sidebar-item-category a:focus span {
  background-color: var(--highlight);
}
.lb-grid-sidebar-item-category a.active {
  background-color: var(--sidebar-active) !important;
}
.lb-grid-sidebar-item.open .lb-grid-sidebar-item-category a span {
  background-color: var(--highlight);
}
.lb-grid-sidebar-item.open .lb-grid-sidebar-item-category a span:before {
  display: none;
}
.lb-grid-sidebar-item-subcategory a:link,
.lb-grid-sidebar-item-subcategory a:visited, .lb-grid-sidebar-item-post a:link,
.lb-grid-sidebar-item-post a:visited {
  padding-left: 3.5rem;
  display: block;
}
.lb-grid-sidebar-item-subcategory a.active, .lb-grid-sidebar-item-post a.active {
  background-color: var(--sidebar-hover) !important;
}
.lb-grid-sidebar-item-subcategory a:link,
.lb-grid-sidebar-item-subcategory a:visited, .lb-grid-sidebar-item-category a:link,
.lb-grid-sidebar-item-category a:visited, .lb-grid-sidebar-item-post a:link,
.lb-grid-sidebar-item-post a:visited {
  text-transform: uppercase;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  font-size: 1rem;
  line-height: 1rem;
  padding-right: 1rem;
}
.lb-grid-sidebar-item-subcategory a:hover,
.lb-grid-sidebar-item-subcategory a:visited, .lb-grid-sidebar-item-category a:hover,
.lb-grid-sidebar-item-category a:visited, .lb-grid-sidebar-item-post a:hover,
.lb-grid-sidebar-item-post a:visited {
  background-color: var(--sidebar-hover);
}

.lb-post-category {
  color: var(--lb-dark-red);
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.lb-post-title {
  color: var(--lb-dark-red);
  font-size: 1.5rem;
}
.lb-post-read-more a:link,
.lb-post-read-more a:visited {
  color: var(--link-blue);
  text-transform: uppercase;
  font-weight: 600;
}
.lb-post-read-more a:hover,
.lb-post-read-more a:focus {
  text-decoration: underline;
}

.lb-news-grid-post-excerpt-view {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--border-gray);
}

.product-header {
  min-height: 380px;
  padding-top: 70px;
  padding-bottom: 80px;
  margin-bottom: -74px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
.product-header > .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.product-header .title-main > *,
.product-header .subtitle-main > *,
.product-header .subsubtitle-main > * {
  margin-bottom: 0;
}
.product-header .subtitle-container {
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .product-header {
    min-height: 480px;
  }
  .product-header .title-main span {
    font-size: 2.9rem;
  }
  .product-header .subtitle-main span {
    font-size: 2rem;
  }
  .product-header .subsubtitle-main span {
    font-size: 1.7rem;
  }
}

.lb-products-grid {
  display: grid;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .lb-products-grid {
    grid-template-columns: 2fr 6fr;
  }
}

.lb-product-overview-grid {
  display: grid;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .lb-product-overview-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.lb-product-overview-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 1.5rem;
}
.lb-product-overview-image {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lb-product-overview-title h4 {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.lb-product-overview-category-info {
  grid-column: 1/-1;
}
.lb-product-overview-category-info-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--lb-dark-red);
}
.lb-product-overview-category-info-slogan {
  text-transform: uppercase;
  color: var(--highlight);
  font-weight: 700;
  font-size: 1.1rem;
}

.lb-product-single-grid {
  display: grid;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .lb-product-single-grid {
    grid-template-columns: 2fr 1fr;
  }
}
.lb-product-single-title {
  margin-bottom: 1.5rem;
}
.lb-product-single-content ul {
  margin-bottom: 1.5rem;
}
.lb-product-single-content ul li {
  list-style: disc;
  margin-left: 1.5rem;
}
.lb-product-single-content ul li h3, .lb-product-single-content ul li .like-h3 h2, .like-h3 .lb-product-single-content ul li h2, .lb-product-single-content ul li .lb-product-single-title {
  font-size: 1rem;
  margin: 0;
  color: var(--base-color);
}
.lb-product-single-download-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: -2rem;
}
.lb-product-single-download-link span:first-child {
  display: flex;
  align-items: center;
}
.lb-product-single-contact a {
  font-size: 0.9rem;
}
.lb-product-single-sidebar-title {
  font-weight: 700;
  margin: 1.2rem -2.5rem 1.2rem 0;
  border-bottom: 1px solid;
}

#sdct-search-form .close-search {
  position: relative;
  padding: 0.75rem 0 0.75rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
}
#sdct-search-form .close-search span {
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#sdct-search-form .close-search span:before {
  content: "";
  width: 25px;
  height: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: var(--base-color);
  display: block;
  position: absolute;
  transform: rotate(45deg);
  transform-origin: center;
}
#sdct-search-form .close-search span:after {
  content: "";
  width: 25px;
  height: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: var(--base-color);
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: center;
}
#sdct-search-form input[type=submit] {
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #4d4d4d;
  border-radius: 12px 0px 0px 0px;
  padding: 0.75rem 1.3rem 0.75rem 1.3rem;
  border-color: var(--base-color);
}

.lb-search-results .lb-search-results-query {
  font-size: 1.2rem;
}
.lb-search-results .lb-search-result-item {
  border-top: 1px solid #d4d4d4;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.lb-404 ul.menu,
.lb-search-results ul.menu {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.lb-dates-header {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lb-dates-header {
    display: grid;
    grid-template-columns: 1fr 6fr;
    gap: 1rem;
  }
}

.lb-date-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-top: 1px solid var(--base-color);
  padding: 0.35rem 0;
}
@media screen and (min-width: 1024px) {
  .lb-date-header {
    display: grid;
    grid-template-columns: 1fr 4fr 2fr;
    gap: 1rem;
  }
}
.lb-date-header:hover, .lb-date-header.active {
  background-color: var(--sidebar-hover);
}
.lb-date-header:hover .lb-info > span > span, .lb-date-header.active .lb-info > span > span {
  background: var(--highlight);
}
.lb-date-header.active .lb-info > span > span:before {
  display: none;
}
.lb-date-header.active + .lb-date-content {
  height: auto;
  overflow: visible;
  visibility: visible;
  padding: 1rem 0;
}

.lb-info {
  text-transform: uppercase;
  font-weight: 600;
  text-align: right;
}
.lb-info > span {
  position: relative;
}
.lb-info > span > span {
  position: absolute;
  left: -2rem;
  color: #fff;
  background-color: #000;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.lb-info > span > span:after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}
.lb-info > span > span:before {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #fff;
  position: absolute;
}

.lb-date-content {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.lb-date-content h3, .lb-date-content .like-h3 h2, .like-h3 .lb-date-content h2, .lb-date-content .lb-product-single-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.lb-date-content .alert-info {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .lb-date-content {
    display: grid;
    grid-template-columns: 1fr 5fr 1fr;
    gap: 1rem;
  }
}

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