.bg-black {
    background: black;
  }
  
  .bg-white {
    background: white;
  }
  
  .slick-list {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: contain;
    /* border: solid 1px red; */
  }
  .slick-list .slick-track {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    display: flex !important;
    max-height: 650px;
    /* border: solid 1px blue; */
  }
  .slick-list .slick-slide {
    height: unset !important;
    /* &.image {
  
        &:only-child {
            padding-top: 100%;
        }
  
        @media (max-width: 1000px){
            padding-top: 56.25%;
  
            &:only-child {
                padding-top: 56.25% !important;
            }
        }
    } */
  }
  
  .slick-slider {
    position: relative;
    /* border: solid 1px red; */
  }
  
  .slick-prev:after, .slick-next:after {
    color: #ffffff !important;
  }
  
  .slick-dots {
    bottom: -25px !important;
    padding-left: 0 !important;
    gap: 0 10px;
    justify-content: flex-start !important;
  }
  @media (max-width: 1000px) {
    .slick-dots {
      bottom: -25px !important;
    }
  }
  .slick-dots li {
    width: calc(25% - 5px) !important;
    margin: 0 !important;
  }
  .slick-dots li button {
    width: 100% !important;
    height: 85px !important;
    opacity: 1 !important;
    font-size: unset;
    background: #EAEAEA;
    border-radius: 0 !important;
    background-size: cover !important;
  }
  .slick-dots li button::after {
    display: none !important;
  }
  
  .bg-grey {
    background-color: #EAEAEA;
  }
  
  .half {
    width: calc(50% - 25px);
  }
  @media (max-width: 900px) {
    .half {
      width: 100%;
    }
  }
  
  .flex {
    flex-wrap: wrap;
  }
  
  .btn {
    padding: 10px 30px;
    width: 100%;
    display: block;
    max-width: 250px;
    font-size: 14px;
    line-height: 19px;
    border: solid 1px black;
    border-radius: 50px;
    transition: all 0.8s ease-in-out;
  }
  .btn:hover {
    background-color: #EAEAEA;
    color: black !important;
  }
  
  .hr {
    width: 100%;
    height: 1px;
    background-color: black;
    margin: 50px auto 40px auto;
  }
  
  .a-stretch {
    align-content: stretch;
  }
  
  .a-center {
    align-content: center;
  }
  
  .relative {
    position: relative;
  }
  
  .image {
    padding-top: 56.25%;
  }
  
  .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .embed-container {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
  }
  .embed-container.half {
    width: calc(50% - 25px);
    padding-top: 36.25%;
  }
  @media (max-width: 900px) {
    .embed-container.half {
      width: 100%;
      padding-top: 56.25%;
    }
  }
  .embed-container .video-icon {
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .embed-container .overlay {
    z-index: 2;
  }
  .embed-container .overlay-image {
    z-index: 1;
  }
  
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  
  header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  
  @media (min-width: 768px) {
    header {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  }
  header .btn {
    padding: 10px 30px;
  }
  
  @media (max-width: 900px) {
    footer .half {
      width: 100%;
      text-align: center;
      justify-content: center;
    }
  }
  footer p {
    font-size: 14px;
    line-height: 19px;
  }
  
  .product > a {
    font-size: 16px;
    line-height: 19px;
  }
  
  /* Archie Product Page */
  #main-content {
    padding: 0 !important;
  }
  
  .mh-products-hero {
    padding-top: 25%;
  }
  @media (max-width: 1000px) {
    .mh-products-hero {
      padding-top: 36.25%;
    }
  }
  @media (max-width: 900px) {
    .mh-products-hero {
      padding-top: 56.25%;
    }
  }
  @media (max-width: 568px) {
    .mh-products-hero {
      padding-top: 75%;
    }
  }
  .mh-products-hero img:not(.logo) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .mh-products-hero img.logo {
    margin: 0 auto;
  }
  .mh-products-hero .text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mh-products-hero .text h1 {
    font-size: 54px;
    line-height: 72px;
    max-width: 665px;
    margin-bottom: 25px;
  }
  @media (max-width: 900px) {
    .mh-products-hero .text h1 {
      font-size: 36px;
      line-height: 45px;
    }
  }
  @media (max-width: 768px) {
    .mh-products-hero .text h1 {
      font-size: 32px;
      line-height: 40px;
    }
  }
  @media (max-width: 420px) {
    .mh-products-hero .text h1 {
      font-size: 24px;
      line-height: 32px;
    }
  }
  .mh-products-hero .text p {
    font-size: 24px;
    line-height: 32px;
  }
  .mh-products-hero .text h1,
  .mh-products-hero .text p {
    color: black;
  }
  
  .mh-products-loop .safran-container {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
  }
  .mh-products-loop .safran-container h2 {
    font-size: 32px;
    line-height: 43px;
  }
  .mh-products-loop .safran-container .mh-products-loop-inner {
    gap: 20px 0;
  }
  .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block {
    width: calc(50% - 10px);
  }
  @media (max-width: 900px) {
    .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block {
      width: 100%;
    }
  }
  .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .half:first-of-type {
    width: 40%;
  }
  @media (max-width: 768px) {
    .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .half:first-of-type {
      width: 100%;
    }
  }
  .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .half:last-of-type {
    width: 60%;
  }
  @media (max-width: 768px) {
    .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .half:last-of-type {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .half {
      width: 100%;
    }
  }
  .mh-products-loop:not(.search) .safran-container .mh-products-loop-inner .mh-product-block:first-of-type {
    width: 100% !important;
  }
  .mh-products-loop:not(.search) .safran-container .mh-products-loop-inner .mh-product-block:first-of-type .half {
    width: 50%;
  }
  @media (max-width: 768px) {
    .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block:first-of-type .half {
      width: 100%;
    }
  }
  .mh-products-loop:not(.search) .safran-container .mh-products-loop-inner .mh-product-block .cta-wrapper .half {
    width: calc(50% - 10px);
    margin-bottom: 0;
    line-height: 1;
  }
  .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .cta-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .cta-wrapper a:first-of-type {
    margin-right: 15px;
  }
  .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .cta-wrapper a:last-of-type {
    margin-bottom: 0;
    border-color: white;
  }
  @media (max-width: 410px) {
    .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .cta-wrapper a {
      width: 100% !important;
      max-width: 100% !important;
    }
    .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .cta-wrapper a:first-of-type {
      margin-right: unset;
      margin-bottom: 10px;
    }
  }
  .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .image {
    padding-top: 36.25%;
  }
  @media (max-width: 768px) {
    .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .image {
      padding-top: 75%;
    }
  }

  @media (max-width: 568px) {
    .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .image {
      padding-top: 100%;
    }
  }
  .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .content {
    padding: 50px;
  }
  @media (max-width: 768px) {
    .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .content {
      padding: 50px 20px;
    }
  }
  .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .content h2 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .content p, .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .content li, .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .content span, .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .content a {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .content li {
    margin-bottom: 10px;
  }
  @media (max-width: 900px) {
    .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .content .ctas {
      flex-direction: row;
    }
    .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .content .ctas .btn {
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0;
    }
    .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .content .ctas .btn:first-of-type {
      margin-right: 10px;
    }
  }
  @media (max-width: 900px) and (max-width: 803px) {
    .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .content .ctas .btn {
      max-width: 170px;
    }
  }
  @media (max-width: 900px) and (max-width: 410px) {
    .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .content .ctas .btn {
      max-width: 100%;
      padding: 10px 30px;
    }
    .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .content .ctas .btn:first-of-type {
      margin-right: unset;
      margin-bottom: 10px;
    }
  }
  .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .content .btn {
    max-width: 180px;
  }

  .mh-products-loop.search .safran-container .mh-products-loop-inner .mh-product-block .content .btn {
    max-width: unset;
    width: 100%;
  }
  .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .content .btn.bg-white {
    border-color: white;
  }
  .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block .content .btn.bg-white:hover {
    color: black !important;
    border-color: black;
  }
  .mh-products-loop .safran-container .mh-products-loop-inner .mh-product-block:not(:first-of-type) .btn {
    margin-bottom: 10px;
  }
  
  /* Single Product Pages */
  .product-block-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  @media (max-width: 900px) {
    .product-block-wrapper {
      padding-top: 25px;
      padding-bottom: 25px;
    }
  }
  
  section.product-information {
    padding-bottom: 60px;
  }
  @media (max-width: 900px) {
    section.product-information .content {
      margin-top: 100px;
    }
  }
  @media (max-width: 568px) {
    section.product-information .content {
      margin-top: 125px;
    }
  }
  section.product-information .content .category {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
  }
  section.product-information .content h1 {
    font-size: 29px;
    line-height: 38px;
    margin-bottom: 30px;
    font-weight: 500;
  }
  section.product-information .content .information p, section.product-information .content .information li, section.product-information .content .information span, section.product-information .content .information a {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  section.product-information .content .information li {
    margin-bottom: 10px;
  }

  section.product-information .content .information p {
    font-weight: 400;
  }
  
  section.additional-information h2 {
    font-size: 29px;
    line-height: 38px;
    margin-bottom: 30px;
    font-weight: 500;
  }
  section.additional-information .content .information p, section.additional-information .content .information li, section.additional-information .content .information span, section.additional-information .content .information a {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: normal;
  }
  section.additional-information .content .information li {
    margin-bottom: 10px;
  }
  section.additional-information .video-and-docs .useful-docs p, section.additional-information .video-and-docs .useful-docs li, section.additional-information .video-and-docs .useful-docs span, section.additional-information .video-and-docs .useful-docs a {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: normal;
  }
  section.additional-information .video-and-docs .useful-docs li {
    margin-bottom: 10px;
  }
  
  ul {
    list-style: disc !important;
    padding-left: 25px !important;
  }
  
  /* Modal */
  #modal {
    padding: 20px;
  }
  
  .mh-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;
  }
  @media (max-width: 600px) {
    .mh-modal {
      max-width: 90%;
    }
  }
  
  .mh-modal-inner {
    padding: 20px;
  }
  .mh-modal-inner h3 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  
  .mh-modal-inner form textarea {
    padding: 20px;
    font-family: "Roboto", sans-serif !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .mh-modal-inner form textarea ::placeholder {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  .mh-modal-inner button.wpcf7-submit {
    background: black;
    border: solid 1px black;
    padding: 10px 30px;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 19px;
    border-radius: 50px;
    transition: all 0.8s ease-in-out;
    color: white;
  }
  .mh-modal-inner button.wpcf7-submit:hover {
    background-color: #EAEAEA;
    color: black !important;
  }

strong {
  font-weight: 700;
}

strong * {
  font-weight: inherit;
}

.cats a.btn {
  border-color: #000;
  border-radius: 15px;
  color: #000;
  border-radius: 24px;
  max-width: unset;
  padding: 10px;
  width: calc(20% - 10px);
}

@media (max-width: 790px) {
  .cats a.btn {
    width: calc(25% - 10px);
    margin-bottom: 10px;
    margin-right: 0;
  }

  .cats a.btn:last-of-type {
    /* margin-bottom: 0; */
  }
}

/* Desktop version */
.cats.desktop {
  gap: 10px;
}

@media (max-width: 600px) {
  .cats.desktop {
    display: none;
  }
}

/* Mobile version */
.cats.mobile {
  display: none;
  position: relative;
}

@media (max-width: 600px) {
  .cats.mobile {
    display: flex;
  }
}

.cats.mobile::after {
  content: "\f078";
  vertical-align: middle;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 30px;
  transform: translate(-50%, -50%);
  transition: 0.8s ease-in-out;
}

.cats.mobile select {
  border-radius: 18px;
}