@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
:root {
  font-family: "Open Sans", sans-serif;
  --orange: #FF6700;
}

.grecaptcha-badge {
  display: none !important;
}

.theme-222 ::placeholder {
  color: #999;
}

.theme-white {
  --bg: 255, 255, 255;
  --bg-highlight: 241, 241, 241;
  --text: 68, 68, 68;
  --accent: 255, 103, 00;
  --accent-inverse: 255, 255, 255;
}

.theme-f1f1f1 {
  --bg: 241, 241, 241;
  --bg-highlight: 255, 255, 255;
  --text: 68, 68, 68;
  --accent: 255, 103, 00;
  --accent-inverse: 255, 255, 255;
}

.theme-222 {
  --bg: 34, 34, 34;
  --bg-highlight: 68, 68, 68;
  --text: 241, 241, 241;
  --accent: 255, 103, 00;
  --accent-inverse: 255, 255, 255;
}

.theme-orange {
  --bg: 255, 103, 00;
  --bg-highlight: 34, 34, 34;
  --text: 255, 255, 255;
  --accent: 255, 255, 255;
  --accent-inverse: 255, 103, 00;
}

@media (max-width: 767px) {
  .css-card-carousel {
    width: calc(100vw + 2rem);
    transform: translateX(-1rem);
  }
}

@media (min-width: 1024px) {
  .nav-header:hover .logo-orange-black {
    opacity: 1;
  }
  .nav-header:hover .logo-orange-white {
    opacity: 0;
  }
}

/* -- HEADER */

.dropdown-container:hover .dropdown {
  display: flex;
}

.header-dropdown-products a {
  font-size: 0.875rem;
  position: relative;
}

.header-dropdown-products a:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0.65rem;
  left: 1rem;
  background-image: url("data:image/svg+xml, %3Csvg width='9' height='19' viewBox='0 0 9 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 17.42L7.52 10.9C8.29 10.13 8.29 8.86996 7.52 8.09996L1 1.57996' stroke='%23222222' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

/* .header-dropdown a:hover {
  text-decoration: underline;
  color: rgb(255, 103, 0);
} */

.header-dropdown h3 {
  font-weight: 700;
  /* margin-bottom: 0.5rem; */
}

.external-link::after {
  content: "";
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml, %3Csvg width=%2215%22 height=%2215%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E %3Cpath d=%22M9.108 5.092l-5.101 5.1a.5.5 0 000 .707l.07.07a.5.5 0 00.71-.002l5.21-5.28v5.1a.5.5 0 00.5.5h.099a.5.5 0 00.5-.504l-.05-6.238v-.048a.5.5 0 00-.5-.5l-6.41-.005a.5.5 0 00-.5.5v.096a.5.5 0 00.5.5l4.972.004z%22 fill=%22black%22/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml, %3Csvg width=%2215%22 height=%2215%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E %3Cpath d=%22M9.108 5.092l-5.101 5.1a.5.5 0 000 .707l.07.07a.5.5 0 00.71-.002l5.21-5.28v5.1a.5.5 0 00.5.5h.099a.5.5 0 00.5-.504l-.05-6.238v-.048a.5.5 0 00-.5-.5l-6.41-.005a.5.5 0 00-.5.5v.096a.5.5 0 00.5.5l4.972.004z%22 fill=%22black%22/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 0.875rem;
  height: 0.875rem;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
  background-repeat: no-repeat;
  margin-left: 1px;
  margin-bottom: -1px;
}

.language-button:hover>.language-list {
  display: flex;
  flex-direction: column;
}

:checked+.css-tab {
  border-color: var(--orange);
  color: #222;
}

/* SPLIDE */

.splide {
  width: 100%;
}

.splide__pagination {
  top: calc(100% + 1rem);
}

.splide__pagination__page {
  width: 1.25rem !important;
  height: 0.25rem !important;
  border-radius: 0 !important;
}

.splide__pagination__page.is-active {
  transform: scale(1) !important;
}

.splide__arrow {}

.splide__arrow svg {
  width: unset;
  height: unset;
}

.splide__list {
  padding: 0.25rem !important;
  padding-block: 0 !important;
}

.splide__track {
  padding-bottom: 1rem;
}

.splide__slider--reference .splide__arrow {
  background: transparent;
  opacity:1;
}

.splide__slider--reference .splide__arrow--prev {
  transform:translate(-4rem,-50%);
}

.splide__slider--reference .splide__arrow--next {
  transform:translate(4rem,-50%);
}

.splide__slider--reference .splide__arrow svg {
  fill:white;
  width:2rem;
  height:2rem;
}

.splide__slider--reference .splide__arrow:disabled {
  opacity: 0;
}

@media (max-width: 1023px) {
  .splide__slider--reference .splide__arrow {
    transform: none;
  }
}

/* SEARCH BOX */

.search-box {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.25);
}

.search-container {
  position: relative;
  display: inline-block;
}

@media (max-width: 1023px) {
  .search-input {
    width: 100%;
    height: 2.5rem;
    box-shadow: none;
    color: currentColor;
    background-color: transparent;
    border: 1px solid transparent;
    outline: none;
    padding-left: 3.75rem;
    font-size: 1rem;
    transition: 0.3s ease all;
  }
}

@media (min-width: 1024px) {
  .search-input {
    width: 0;
    height: 2.5rem;
    box-shadow: none;
    color: currentColor;
    background-color: transparent;
    border: 1px solid transparent;
    outline: none;
    padding-left: 3.75rem;
    font-size: 1rem;
    transition: 0.3s ease all;
  }
}

@media (max-width: 1023px) {
  .search-input:focus, .search-input.is-open {
    height: 2.5rem;
    width: 100%;
    border-color: currentColor;
    box-shadow: 0px 0.25rem 1rem rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 1024px) {
  .search-input:focus, .search-input.is-open {
    width: 15rem;
    border-color: currentColor;
    box-shadow: 0px 0.25rem 1rem rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 1023px) {
  .search-icon {
    
  }
}

@media (min-width: 1024px) {
  .search-icon {
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
}

/* -- FOOTER */

footer a:hover {
  text-decoration: underline;
}

.footer-title {
  position: relative;
}

.footer-title::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 0.125rem;
  background-color: #ff6700;
  left: -1.25rem;
}
