/** Shopify CDN: Minification failed

Line 86:0 Unexpected "}"

**/
.custom-header .text-center .site-nav .site-nav__link {
  letter-spacing : 0 !important;
  font-size : 14px !important;
}

.custom-header .text-center {
  margin-top: 20px;
}

.custom-header {
  padding: 0 17px;
}

.custom-header .site-navigation {
  padding-left: 0;
}

.custom-header #site-nav-item--9 .site-nav__dropdown {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.custom-column-footer a[title="Contact"] {
  border-bottom: none !important;
}

.footer_extra a {
  border-bottom: none !important;
}

.footer_extra p {
  text-align: center;
}

.footer_extra {
  /*width: 93vw;*/
    width: 111%;
}

.breadcrumb {
      text-align: left !important;
      font-size: 14px;
}

#variant-features-container h3 {
    line-height: 1.5;
    letter-spacing: 0.1em;
}

#variant-features li {
    margin-bottom: 1.25em;
    letter-spacing: 0.1em;
    font-size: 16px;
}

/* .tab-content.short-text {
  max-height: 150px;
  overflow: hidden;
} */

.read-more-btn {
  background: none;
  border: none;
  color: blue;
  font-size: 16px;
  cursor: pointer;
  padding: 5px 0;
}


@media only screen and (min-width: 960px) {
    .footer__item--yotpo_UVmCbM{
      width: 27%;
    }
}
/* Ensure slider is positioned relative for arrows */
/*.slick-slider {
  position: relative;
  overflow: hidden; /* Hide arrows if they overflow */
}
*/
/* Base styles for arrows */
/*.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
  border: none;
}
*/
/* Custom arrows inside slider bounds */
/*.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}*/

/* Remove default slick icon font */
/*.slick-prev:before,
.slick-next:before {
  display: none;
}*/

/* Use Unicode arrows */
/*.slick-prev::after {
  content: "←";
}*/

/*.slick-next::after {
  content: "→";
}*/

/* Hover state */
/*.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}*/

/* Responsive styling for arrows */
/*@media (max-width: 1024px) {
  .slick-prev,
  .slick-next {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .slick-prev,
  .slick-next {
    width: 28px;
    height: 28px;
    font-size: 16px;
    left: 5px;
    right: 5px;
  }

  .slick-prev {
    left: 5px;
  }

  .slick-next {
    right: 5px;
  }
}*/