/** Shopify CDN: Minification failed

Line 357:21 Expected identifier but found bad string token
Line 357:22 Unterminated string token

**/
.mega-menu__nav {
  /* --header-nav-gap: clamp(var(--sp-5), 6.5vw, var(--sp-32)); */
  justify-content: center;
}
table {
    overflow: hidden;
    box-shadow: 0 0 0 1px rgb(var(--color-border-light));
    border-radius: 0;
}

.capitalize {
  text-transform: capitalize;
}

.spec-table {
  margin-bottom: 60px;
  margin-top: 120px;
}

@media screen and (max-width: 576px) {
  .spec-table {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

/* rental price chart */

.bg-odd {
  background-color: #E7EAEF;
}
.rental-category td {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.rental-heading td {
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 5px;
}
.rental-data td {
  border: 1px solid #ccc;
  font-size: 16px;
  text-align: center;
  padding: 5px;
}
.rental-notes td {
  font-size: 13px;
  text-align: left;
  padding: 20px 0;
}
.rental-section-title td {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  padding: 30px 0 10px 0;
}
.rental-table {
  box-shadow: none;
  width: 100%;
}
.rental-table tbody tr {
  border-block-start: none;
}

@media (max-width: 768px) {
  .rental-category td {
    font-size: 14px;
  }
  .rental-heading td {
    font-size: 14px;
  }
  .rental-data td {
    font-size: 14px;
  }
  .rental-section-title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding: 8px 0;
  }
  /* product card */
  .card-title .text {
    font-size: 14px;
  }
}

/* rental buttons */
.rental-button {
  border-radius: 30px;
  border-width: 3px;
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin: auto;
  max-width: 100%;
  min-width: 130px;
  outline: none !important;
  overflow: hidden;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

/* Base style */
.button-red {
  border: 2px solid #7a101b;
  color: #7a101b;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
}

/* Hover style (Desktop only - prevents mobile 'sticky hover' issues) */
@media (hover: hover) {
  .button-red:hover {
    background-color: #ebdbdd;
    border: 2px solid #7a101b;
    color: #7a101b !important;
  }
}

/* Checked state (For both Desktop and Mobile) */
input[type="radio"]:checked + .button-red,
input[type="checkbox"]:checked + .button-red {
  background-color: #7a101b !important; /* Force this background */
  border: 2px solid #7a101b !important;
  color: #ffffff !important;
}

/* Base style */
.button-blue {
  border: 2px solid #1a45c8; /* Use '1px' instead of just 'solid' */
  color: #1a45c8;
  transition: all 0.3s ease; /* Smooth transition */
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
}

/* Hover style (Desktop only) */
@media (hover: hover) {
  .button-blue:hover {
    background-color: #dde3f7;
    border: 2px solid #1a45c8;
    color: #1a45c8 !important;
  }
}

/* Checked state (For both Desktop and Mobile) */
/* Added specific container check to ensure higher priority */
input[type="radio"]:checked + .button-blue,
input[type="checkbox"]:checked + .button-blue {
  background-color: #1a45c8 !important; /* Force this background */
  border: 2px solid #1a45c8 !important;
  color: #ffffff !important;
}

.productView-buyingMethod, .productView-buyingMethod-Rental input[type=radio]:checked+label, .productView-buyingMethod label.button.button--secondary:hover, .productView-buyingMethod-Rental label.button.button--secondary:hover {
  background-color: #ffffff;
  border-color: #ff0000;
  border-width: 3px;
  border-radius: 30px;
  color: #7a101b!important;
  font-weight: 700;
}

.productView-buyingMethod label.button.button--secondary, .productView-buyingMethod-Rental label.button.button--secondary {
  background-color: #ffffff;
  border-color: #7a101b;
  border-width: 3px;
  border-radius: 30px;
  color: #7a101b;
  font-weight: 700;
}


/* hide radio butron circles for purchase/rental button */
.productView-buyingMethod input[type=radio] {
  display: none;
  border: 0;
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  box-sizing: border-box;
}

/* color selection */
.color_swatch {
  margin-top: -12px;
  position: absolute;
  left: 220px;
}
@media (max-width: 768px) {
  .color_swatch {
    position: absolute;
    left: 210px;
  }
}

/* subtotal */
.productView-subtotal {
  display: block;
  float: left;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .productView-subtotal {
    margin-left: 0;
  }
}

/* add to cart button */
.productView-action .button {
  border-width: 3px;
  border-radius: 30px;
}

/* button inside cart slide out */
.cart-btn {
  background-color: #7a101b!important;
  border-color: #7a101b!important;
  color: #ffffff!important;
}

/*
@media (max-width: 768px) {
  .purchasePower-layout {
    margin-top: 75px;
  }
}
*/

/* shopify installments */
.shopify-installments {
  clear: both;
}

/* Buy button */
.productView-groupTop {
  width: 240px; 
}

/* Rental apply button */
.apply-button {
  background: #000000;
  border-radius: 30px;
  border-width: 10px;
  color: #ffffff;
  height: 3.75rem;
  margin: 20px auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;

}
.apply-button:hover {
  background: #555555;
  color: #ffffff;
}
.apply-button button {
  text-transform: uppercase;
}
.product-form__buttons button {
  margin: 0 auto;
  width: 100%;
}

/* Shop Pay button */
.shopify-cleanslate {
  width: 310px;
  margin: auto;
}
.shopify-cleanslate div {
  border-radius: 30px;
}

.shopify-payment-button__button {
  border-radius: 30px;
  height: 56px;
  width: 310px;
  margin: auto;
}

.shopify-payment-button__more-options {
  width: 330px;
  margin: 20px auto 0 auto;
}

.input[type=checkbox]+.form-label--checkbox:before {
  border: 1px solid #000000;
  background-color: #ffffff;
}

.pvGroup-row {
  justify-content: center!important;
}
@media (max-width: 768px) {
  .shopify-cleanslate {
    width: 240px;
  }
  .shopify-payment-button__button {
    width: 240px;
  }
  .shopify-payment-button__more-options {
    width: 240px;
  }
}

/* margin above I agree T&C */
.productView-groupBottom {
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0 0!important;
  width: 100%;
}

/* Klarna OSM styles */
klarna-placement::part(osm-container) {
  justify-content: center;
  margin-bottom: 20px;
}
klarna-placement::part(osm-message) {
  font-family: 'Montserrat';
}

/* membership price table */
.member-section {
  background-color: #eeeeee;
  border: solid 1px, #cccccc;
  margin: 0 0 10px 0;
  border-radius: 5px;
  padding: 15px 25px;"
}
.member-table img {
  width: 100px;
  display: inline;
  vertical-align: middle;
}
.member-table table {
  border-collapse: collapse;
  width: 100%;
}
.member-table td {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.member-table-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.member-name {
  font-weight: 700;
  width: 70%;
}
.member-price {
  font-weight: 700;
  width: 15%;
}
.member-msrp {
  width: 15%;
}

@media screen and (max-width: 768px) {
  .member-table-title {
    font-size: 17px;
  }
  .member-name {
    font-size: 15px;
    font-weight: 700;
    width: 60%;
  }
  .member-price {
    font-size: 15px;
    font-weight: 700;
    width: 25%;
  }
  .member-msrp {
    font-size: 15px;
    width: 15%;
  }
  .productView-subtotal {
    margin-left: 10px;
  }
}

/* Container for the two cards */
.product-card__price-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 10px; /* Space between the two columns */
  margin-top: 8px;
}

/* Make each child take exactly 40% */
.product-card-monthly, 
.product-card-sale {
  width: 45%;
  flex: 0 0 45%; /* Ensures they stay exactly half width */
  font-size: 16px;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .product-card-monthly, 
  .product-card-sale {
  font-size: 13px;
  }
}
.product-card-monthly {
  /* divider for rental price and retail price in product card
  border-right: 1px solid #585856;
  */
}
.product-card-sale {
  margin-left: 10px;
}

.product-card-only-sale {
  margin-left: 0;
}

.product-card-sku {
  color: #999999;
  font-size: 13px;
  padding-bottom: 6px;
  background-color: #00000001;
}

.price__regular {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .price__regular {
  font-size: 13px;
  }
}

.lowest-monthly-rent-price {
  color: blue;
  font-weight: 700;
}

/* delete right arrow next to nav link in megamenu */
.media-card__content .icon-arrow-right {
  display: none;
}

/* make product card title to take up two lines of space even if it's one line title */
.title-box {
  width: 100%;
  font-size: 18px;
  line-height: 1.4;          /* control line height */
  min-height: calc(1.4em * 2); /* minimum of 2 lines */
}

.media-card {
  background-color: #ffffff !important;
}

.heading-nav {
  color: #171717;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  padding: 0 !important;
}

.media-card__content {
  padding: 0;
}

.slideshow:not(.flickity-enabled) .banner, .no-js .slideshow .banner {
  position: inherit;
}

/* Error code page styles */

  .error-diagnosis-wrapper {
    max-width: 1048px;
    margin: 0 auto;
    padding: 15px;
  }
  
  .dropdown-inline-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
  }

  .dropdown-inline-wrapper label {
    font-weight: bold;
    white-space: nowrap;
  }

  .dropdown-inline-wrapper select {
    flex: 1; /* Allows dropdown to grow on mobile */
    max-width: 300px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px; /* Prevents iOS zoom-on-focus */
  }

  .diagnosis-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }

  .diagnosis-table th, .diagnosis-table td {
    padding: 12px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 16x;
  }

  .diagnosis-table th {
    background-color: #f8f9fa;
  }

  /* Container to manage the arrow spacing */
  .select-wrapper {
    position: relative;
    display: inline-block;
    max-width: 350px;
    width: 100%;
  }

  .select-wrapper select {
    width: 100%;
    padding: 12px;
    /* 20px padding to the right of the arrow area */
    padding-right: 45px; 
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: #fff;
    appearance: none; /* Removes default browser styling to allow custom arrow/spacing */
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    /* Positions arrow and then adds your 20px buffer */
    background-position: calc(100% - 20px) center; 
  }

  /* MOBILE RESPONSIVE STYLES */
  @media screen and (max-width: 749px) {
    .dropdown-inline-wrapper {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
    }

    .dropdown-inline-wrapper select {
      max-width: 100%;
      width: 100%;
    }

    .select-wrapper { max-width: 100%; }

    /* Force table to behave like a series of blocks/cards */
    .diagnosis-table thead {
      display: none; /* Hide headers on mobile */
    }

    .diagnosis-table tr {
      display: block;
      margin-bottom: 15px;
      border: 2px solid #eee;
    }

    .diagnosis-table td {
      display: block;
      text-align: right;
      padding-left: 50%;
      position: relative;
      border: none;
      border-bottom: 1px solid #eee;
    }

    /* Use the data-label to show headers on the left */
    .diagnosis-table td::before {
      content: attr(data-label);
      position: absolute;
      left: 12px;
      width: 45%;
      font-weight: bold;
      text-align: left;
    }
  }

  /* Suuport videos page using metaobjects */
.video-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Filters */
.filter-wrapper { margin-bottom: 40px; text-align: center; }
.desktop-filters { display: flex; justify-content: center; gap: 10px; }
.desktop-filters button {
  padding: 10px 20px;
  border: 1px solid #000;
  background: transparent;
  cursor: pointer;
}
.desktop-filters button.active { background: #000; color: #fff; }

/* Mobile Dropdown Logic */
.mobile-filter { display: none; width: 100%; padding: 10px; border: 1px solid #000; }

/* Banner Layout */
.video-banner { margin-bottom: 40px; width: 100%; }
.banner-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.banner-left, .banner-right { flex: 1; }
.banner-left img { width: 100%; height: auto; display: block; }

/* Typography & Button */
.banner-title { font-size: 32px; font-weight: bold; line-height: 32px; margin-bottom: 15px; }
.banner-desc { font-size: 16px; margin-bottom: 25px; }
.banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 40px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 30px; /* Fully rounded sides */
  font-weight: bold;
}

/* Responsive Scaling */
@media (max-width: 768px) {
  .banner-title { font-size: 24px; line-height: 28px; margin-top: -40px; text-align: left; }
  .banner-desc { text-align: left; }
  .banner-inner { flex-direction: column; gap: 20px; }
  .banner-right { padding: 0 20px 20px 20px; text-align: center; }
}

/* Maintain the 16:9 aspect ratio for the video container */
.banner-left {
  flex: 1;
  width: 100%;
}

.video-wrapper {
  border-radius: 8px; /* Optional: rounds the corners of the video player */
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* On Mobile: Stack vertically */
@media (max-width: 768px) {
  .banner-inner {
    flex-direction: column;
  }
  .banner-left {
    margin-bottom: 20px;
  }
}

/* Prevent 'flicker' on page load */
[x-cloak] { display: none !important; }

.video-page-container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }

/* Filter Styles */
.filter-wrapper { margin-bottom: 30px; text-align: center; }
.desktop-filters { display: flex; justify-content: center; gap: 15px; }
.desktop-filters button {
  padding: 10px 20px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  min-width: 120px;
}
.desktop-filters button.active {
  background: #000;
  color: #fff;
}

/* Video Player Styling */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  background: #000;
}
.video-wrapper iframe {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
}

/* Layout */
.video-banner { margin-bottom: 60px; }
.banner-inner { display: flex; align-items: center; gap: 40px; }
.banner-left, .banner-right { flex: 1; width: 100%; }

@media (max-width: 768px) {
  .desktop-filters { display: none; }
  .mobile-filter { display: block; width: 100%; padding: 12px; border: 1px solid #000; }
  .banner-inner { flex-direction: column; }
}

.banner-image-link {
  transition: opacity 0.3s ease;
}

.banner-image-link:hover {
  opacity: 0.9;
}

/* Ensure images and videos maintain the same scale */
.banner-left img, .banner-left .video-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* rental-form modal */

.rental-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
        padding-top: 25px;
        padding-bottom: 25px;
    z-index: 9999;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.rental-form-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetopmodal;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetopmodal;
  animation-duration: 0.4s
}

/* Form popup width resizing */
@media screen and (max-width: 768px) {
  .rental-form-modal-content {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .rental-form-modal-content {
    width: 80%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .rental-form-modal-content {
    width: 60%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .rental-form-modal-content {
    width: 50%;
  }
}
@media screen and (min-width: 1401px) {
  .rental-form-modal-content {
    width: 40%;
  }
}

/* Add Animation */
/* @-webkit-keyframes animatetopmodal {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetopmodal {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
} */

/* The Close Button */
.rental-form-close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.rental-form-close:hover,
.rental-form-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.rental-form-modal-header {
  padding: 6px 16px;
  background-color: #f6f6f6;
  color: #000;
  min-height: 44px;
}

.rental-form-modal-body {padding: 2px 16px; text-align: center; }

.rental-form-modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}