/** Shopify CDN: Minification failed

Line 10:1 Unexpected ";"
Line 392:0 Unexpected "<"

**/
:root{
  --5px-border-radius: 5px;
--filter-accent: #DFDFDF;
};


.contact-for-availability-btn--card:hover,
.contact-for-availability-btn:hover {
  background: rgb(83, 83, 83);
}


.tab-panel  {
  padding: 0.75rem !important;
}

@media screen and (min-width: 720px) {
  .tab-panel {
    order: 1;
    padding: 1rem;
  }
}

.tab-panel h2,
.tab-panel h3 {
  color: #416fa1;
  font-size: 21.6px !important;
}

.tab-panel h2 {
  margin-top: 0;
}

.tab-panel h3 {
  margin: 0 0 0.75rem 0;
}

.tab-panel img {
  margin: 0 0 0.5rem 0;
  border-radius: var(--5px-border-radius);
}

.tab-label:first-of-type {
  border-radius: 5px 0 0 0;
}

.tab-label:last-of-type {
  border-radius: 0 5px 0 0;
}

.tab-panel video {
  margin-bottom: 0.75rem;
}

.tab-panel iframe {
  width: 100%;
}


@media screen and (max-width: 768px) {
  .tab-label:first-of-type {
    border-radius: 5px 5px 0 0;
  }

  .tab-label:last-of-type {
    border-radius: 0 0 5px 5px;
  }
}

.station-tabs-content h2,
.station-tabs-content h3 {
  font-size: 21.6px !important;
}

.product-block--tabs img {
  width: 100%;
}

.about-brand-logo {
  height: auto;
  width: 50% !important;
  margin: 1rem 0 !important;
}

@media only screen and (max-width: 768px) {
  .about-brand-logo {
    width: 100% !important;
  }
}

.specs-manuals-tab .metafield-rich_text_field h3,
.specs-manuals-tab .metafield-rich_text_field h4 {
  color: rgb(34, 34, 34);
  font-size: 18px !important;
  margin: 0.75rem 0;
}

/*-------------- BORDER RADIUS --------------*/


.media__image, .product-form--atc-button, .productitem, .promo-block--image, .featured-collection__title-card, .article--excerpt-wrapper, .product-recently-viewed__wrapper, .button-secondary, .article--container img{
    border-radius: var(--5px-border-radius);
}

.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner{
    border-radius: var(--5px-border-radius) !important;

}

/*Right radius only*/
.quantity-selector__button.quantity-selector__button--plus, .live-search-button{
    border-radius: 0 var(--5px-border-radius) var(--5px-border-radius) 0; 
}

/* Left radius only*/
.quantity-selector__button.quantity-selector__button--minus, .form-field-input{
    border-radius: var(--5px-border-radius) 0 0 var(--5px-border-radius); 
}

/*Top radius only*/
.article--excerpt-image img{
    border-radius: var(--5px-border-radius) var(--5px-border-radius) 0 0; 
}

.thumbnail__image{
    border-radius: 3px;
}

.productitem--image img, .productitem__badge{
    border-radius: 3.5px;
}

/* .navmenu-submenu.navmenu-meganav[data-animation="closed=>open"] {
  transition: height 150ms cubic-bezier(0, 0, 0.2, 1) !important;
}
.navmenu-submenu.navmenu-meganav[data-animation="closed=>open"] .navmenu-meganav-wrapper {
  transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1) !important;
} */


/* ---------------STYLING FOR DELIVERY TABLE---------------- */


.av-wrap {
  margin-bottom: 1rem;
}

.av-delivery-cards {
  border: 1px solid #d0dcea;
  border-radius: 5px;
  overflow: hidden;
}

.av-delivery-card-group {
  background: #157DC3;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.5rem 1rem;
}

.av-delivery-card {
  border-bottom: 1px solid #e4e8ec;
  padding: 1rem;
  background: #fff;
}

.av-delivery-card:last-child {
  border-bottom: none;
}

.av-delivery-card:hover {
  background: #f4f8fd;
}

.av-delivery-card-title {
  font-weight: 500;
  font-size: 15px;
  color: rgb(34, 34, 34);
}

.av-delivery-card-sub {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
  margin-bottom: 6px;
}

.av-delivery-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  gap: 1rem;
}

.av-delivery-card-time {
  /* color: #4a5568; */
}

.av-delivery-card-cost {
  font-weight: 500;
  color: #157DC3;
  white-space: nowrap;
}

.av-delivery-sub {
  display: block;
  color: #888;
  font-size: 12px;
  font-weight: 400;
  margin-top: 2px;
}

@media (min-width: 600px) {
  .av-delivery-card {
    padding: 1rem;
  }

  .av-delivery-card-group {
    padding: .5rem 1rem;
    font-size: 16px;
  }

  .av-delivery-card-title {
    font-size: 15px;
  }

  .av-delivery-card-meta {
    font-size: 15px;
  }
}

/* ---------------CONTACT FOR AVAILABILITY---------------- */

.contact-for-availability-btn {
    display: inline-block;
    background: #333333 !important;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.contact-for-availability-btn--card {
    display: block;
    font-size: .75rem;
    border-radius: 5px;
    background: #333333;
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 0.7rem 0;
    transition: background 100ms ease-in;
}

/* -----------------AV BLOG & CASE STUDY STYLING----------------- */

#av-blog * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
}

#av-blog h2 {
    font-size: 1.728rem;
    color: black;
    font-weight: 700;
}

#av-blog h3 {
    font-size: 1.44rem;
    color: #416faa;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

#av-blog li {
    /* list-style: inside; */
    margin-left: 2rem;
}

#av-blog-system-explained a{
    margin: 1rem 0 !important;
    display: inline-block !important;
}

#av-blog a {
    opacity: 1;
    transition: opacity 0.15s ease;


    &:hover {
        opacity: 0.8;
        cursor: pointer;
    }
}


#av-blog hr {
    border: none;
    height: 1px;
    background: #575757;
    margin: 1rem 0;
}

#av-blog img {
    width: 100%;
    height: auto;
}

/* -----------------AV BLOG FILTER STYLING----------------- */

 .emp-blog-filter {
    margin: 1.5rem 0 2rem;
  }

  .emp-blog-filter__bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
  }

  .emp-blog-filter__btn {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    border-radius: 5px;
    background: #F0F0F0;
    color: black;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
  }

  .emp-blog-filter__btn:hover {
    background: var(--filter-accent);
    text-decoration: none;
  }

  .emp-blog-filter__btn--active {
    background: #AFC3D5;
    border-color: var(--filter-accent);
    pointer-events: none;
  }

  .emp-blog-filter__label {
    margin-top: 0.65rem;
    font-size: 0.82rem;
    opacity: 0.65;
  }

  .emp-blog-filter__clear {
    color: inherit;
    text-decoration: underline;
    opacity: 0.75;
    transition: opacity 0.15s;
  }

  .emp-blog-filter__clear:hover {
    opacity: 1;
  }

  @media (max-width: 640px) {
    .emp-blog-filter__bar {
      gap: 0.4rem;
    }
    .emp-blog-filter__btn {
      font-size: 0.78rem;
      padding: 0.35rem 0.9rem;
    }
  }
</style>