/** Shopify CDN: Minification failed

Line 12:18 Expected identifier but found whitespace
Line 12:20 Unexpected "{"
Line 12:30 Expected ":"
Line 13:17 Expected identifier but found whitespace
Line 13:19 Unexpected "{"
Line 13:29 Expected ":"

**/
:root {
  --brand-primary: {{ settings.brand_primary_color }};
  --brand-accent: {{ settings.brand_accent_color }};
  --dark: #1f1f1f;
  --light-gray: #f1f1f1;
  --light-gray-100:#F2F2F2;
  --burnt-orange:#B92E00;
}
.page__inner{
  margin-top:90px;
}
/* CUSTOM */

.u-fs-16{
  font-size: 16px !important;
}
.u-fs-20{
  font-size: 20px !important;
}
.u-ls-0{
  letter-spacing: 0 !important;
}

.u-bg-light-gray{
  background-color: #E9E9E9 !important;
}
.u-bg-menu{
  background-color: #396737 !important;
}
.u-top-115{
  top:115px !important;
}
.u-top-155{
  top: 155px;
}

.u-h-fit{
  height: fit-content !important;
}

body {
  font-family: 'Open Sans', 'Inter', 'Helvetica Neue', Arial, sans-serif;
  background-color: white !important;
  color: #2c2c2c;
}

body a {
  color: #396737;
}

main {
    background-color: white !important;
}

.navbar-brand {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-banner {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
  color: #fff;
  padding: 5rem 0;
}

.landing-hero {
  min-height: 60vh;
  position: relative;
  color: #fff;
  overflow: hidden;
  background-color: #396737;
}
.custom-landing-hero-section {
   margin-top: 0px;
}

.landing-hero__bg {
  position: absolute;
  inset: 0;
  background-color: #396737;
  background-position: center;
  background-size: cover;
  filter: brightness(0.75);
  z-index: 0;
}

.landing-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #396737;
  z-index: 1;
}

.landing-hero__content {
  position: relative;
  z-index: 2;
  padding: 4rem 0 6rem;
}

.landing-hero__nav {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.landing-hero__nav a {
  text-decoration: none;
  color: #fff;
  margin-right: 2rem;
}

.landing-hero__card {
  background: rgba(255, 255, 255, 0.95);
  color: var(--dark);
  border-radius: 0px;
  padding-left: 12px;
  padding-right: 12px;
}
.landing-hero-title{
  font-size:48px !important;
}


.landing-hero__card button,
.landing-hero__card a {
  width: 100%;
}

.section-wrapper {
  background: #ffffff;
  padding: 0.5rem;
}

.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 1.25rem;
}

.section-title {
  font-family: 'Bebas Neue', 'Open Sans', sans-serif;
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  letter-spacing: 0.03em;
}

.image-rail img {
  border-radius: 1rem;
  width: 100%;
  height: 220px;
  object-fit: cover;
  overflow-x: visible !important;
    overflow-y: hidden !important;
}

#faqAccordion .accordion-item{
  border: 0px !important;
}
#faqAccordion .accordion-button{
  margin-left: 0px !important;
  padding-left: 0px !important;
  font-size:20px !important;
  font-weight: 400 !important;
  color:black !important;
  font-family: 'Open Sans', 'Inter', 'Helvetica Neue', Arial, sans-serif !important;
}
#faqAccordion .accordion-button:focus {
  box-shadow: none !important;
  background-color: transparent !important;
  border: 0px !important;
}

#faqAccordion .accordion-button:focus-visible {
  outline: 3px solid var(--burnt-orange) !important;
  outline-offset: 4px;
  box-shadow: none !important;
}

#faqAccordion .accordion-button:not(.collapsed){
  background-color: transparent !important;
  border: 0px !important;
  box-shadow: none !important;
}
.faq-preview{
  font-size:16px !important;
  color: #4E4E4E !important;
  font-weight: 400 !important;
}

.faq-item + .faq-item {
  border: 0px !important;
  padding-top: 1rem;
  margin-top: 1rem;
}

.faq-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-size: 1.125rem;
  color: #2c2c2c;
}

.faq-chevron {
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2px solid #396737;
  border-bottom: 2px solid #396737;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-left: 1rem;
  flex-shrink: 0;
}

.faq-toggle[aria-expanded='true'] .faq-chevron {
  transform: rotate(-135deg);
}

.faq-toggle:focus-visible {
  outline: 3px solid var(--burnt-orange);
  outline-offset: 4px;
}

.faq-answer {
  margin-top: 0.75rem;
  color: #4e4e4e;
}

.hidden-faq {
  display: none;
}

.faq-item-faded {
  opacity: 0.35;
}

.product-card {
  border: 1px solid #e1e5ea;
  border-radius: 1rem;
  padding: 1.5rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.product-card--picker {
  cursor: pointer;
  width: 100%;
  text-align: left;
  appearance: none;
}

.product-card--picker.is-active {
  border: 2px solid #396737;
}

.product-card__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.product-picker-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #396737;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 0.85rem;
}

.product-picker-badge[hidden] {
  display: none !important;
}

.product-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  object-position: center;
  background: #ffffff;
}

.product-card__price {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: transparent;
  color: #396737;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card--picker.is-active .product-card__cta {
  background: #396737;
  color: #ffffff;
  border-color: #396737;
}

.product-showcase__subheading,
.product-showcase__label {
  font-family: 'Open Sans', 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #2c2c2c;
}

.btn-add-to-cart {
  background-color: #396737 !important;
  color: #ffffff !important;
  border: 1px solid #396737 !important;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.btn-add-to-cart:hover,
.btn-add-to-cart:focus {
  background-color: #2f572e !important;
  color: #ffffff !important;
  border-color: #2f572e !important;
}

.freight-card {
  border: 1px solid #d4d4d4;
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.review-card {
  border: 1px solid #dcdcdc;
  border-radius: 0.8rem;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  height: 320px;
  max-height: 100%;
}

.review-card--video {
  padding: 0;
  display: block;
  border: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.review-card__video-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#review-slider .slick-list .draggable{
  height: 400px !important;
}

/* #review-slider .slick-list{
  height:400px !important;
} */
.footer-link {
  color: rgba(255, 255, 255, .5) !important;
  text-decoration: none;
}

.footer-link:hover {
  color: #ffffff;
}

.nav-cart-link,
.nav-cart-link:hover,
.nav-cart-link:focus {
  color: inherit;
}

.nav-cart-link svg {
  display: block;
}

.card-img-top {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  object-position: center;
}


/* HOME PAGE MENU DROPDOWN STYLES */

#mobile-menu {
  transition: background-color 0.3s ease;
}
#mobile-menu.scrolled{
  background-color: #396737 !important;
}

.dropdown-toggle {
  background-color: transparent !important;
  border: 0px !important;
}

.dropdown-toggle::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: .5rem;
  border: none;
  background: url("icon-chevron-new.svg") center / contain no-repeat;
  transform: rotate(180deg);
  /* DOWN by default */
  transition: transform .2s ease;
}

.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
  /* UP */
}

.dropdown-menu{
  border-radius:0px  !important;
  left:25px !important;
}

.dropdown-items{
  color:black !important;
  text-transform: capitalize;
  font-weight: 400 !important;
  padding:16px 12px;
  font-size:16px;
  margin-right: 0px !important;
}

.dropdown-items:hover{
  background-color: var(--light-gray-100)  !important;
}

.dropdown-items:focus-visible{
  outline: 3px solid var(--burnt-orange);
  outline-offset: 2px;
  background-color: var(--light-gray-100) !important;
}

.customer-reviews-link{
  font-size: 1.25rem;
  
}


/* NAV STYLES */

.navbar-toggler{
  color:white !important;
  border: 0px !important;
}
.navbar-toggler:focus{
  border: 0px !important;
  box-shadow: none !important;
}

.navbar-toggler:focus-visible{
  outline: 3px solid #ffffff;
  outline-offset: 4px;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.nav-link{
  text-transform: capitalize !important;
}

/* SWIPER SYLES */
.swiper-button-next, .swiper-button-prev{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next img{
  width: 20px;
  height: 20px;
}
.swiper-button-prev img{
  width: 20px;
  height: 20px;
}


.swiper{
  /* height: 300px; */
  height: fit-content;
  max-height: 100%;
}

#yt-slider .slick-slide {
  margin: 0 5px;
}

#yt-slider .slick-dotted.slick-slider{
  margin-bottom:0px !important; 
}

#yt-slider .slick-dots{
  bottom:25px !important;
  left:10px !important;
}
#yt-slider .slick-list {
  margin: 0 -8px;
}
#review-slider .slick-slide {
  padding: 0 8px;
}
#review-slider .slick-slide {
  padding: 0 8px;
}
#yt-slider img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

#yt-slider{
    height: 300px;
    max-height: 100%;
}

#review-slider{
    height: fit-content;
    max-height: 100%;
}
/* .slick-list{
  height: 300px !important;
  max-height: 100% !important;
} */

.video-thumb {
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.video-thumb:focus-visible {
  outline: 3px solid var(--burnt-orange);
  outline-offset: 4px;
}

.video-thumb .yt-icon {
  width: 34px !important;
  height: auto;
  pointer-events: none;
  /* allows clicking the thumbnail */
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.video-title {
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  padding: 12px 14px;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-bottom-left-radius: 12px;
  /* Match parent border-radius */
  border-bottom-right-radius: 12px;
  /* Match parent border-radius */
  margin: 0;
  /* Remove any default margins */
}

@media (min-width: 992px) {
  .video-thumb .yt-icon {
    opacity: 0;
  }

  .video-thumb:hover .yt-icon {
    opacity: 1;
  }
}

.tractor_data_link{
  color:var(--burnt-orange);
}
.tractor-type-select:focus{
  box-shadow: none !important;
  border: 1px solid black !important;
}

.tractor-type-select:focus-visible{
  outline: 3px solid var(--burnt-orange);
  outline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.btn-link:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="button"]:focus-visible {
  outline: 3px solid var(--burnt-orange);
  outline-offset: 3px;
}

#dynamicSelectData{
  border:2px solid #396737;
  padding: 20px;
}

.subpage-content {
  max-width: 1000px;
  margin: 0 auto;
}

.subpage-content__body {
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.75;
  color: #2c2c2c;
}

.subpage-content__body img,
.subpage-content__body video {
  max-width: 100%;
  height: auto;
}

.subpage-content__body iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
  border: 0;
}

.subpage-content__body hr {
  margin: 2rem auto;
  opacity: 0.2;
}
/* MEDIA QUERYES */

@media (min-width: 992px) {
  body{
    background-color: var(--light-gray) !important;
  }
  main{
    background-color: var(--light-gray) !important;
  }
  .landing-hero-title {
    font-size: 100px !important;
  }
  .w-lg-75{
    width: 75% !important;
  }
    .section-wrapper {
      background: #ffffff;
      border-radius: 20px;
      box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
      padding: 2.5rem;
    }

    #faqAccordion .accordion-button{
      font-size:24px !important;
    }
  
        
}
@media (min-width: 1290px) {
.review-card {
    height: 250px;
  }

}

@media (min-width:1980px){
  .custom-landing-hero-section {
      margin-top: 90px;
    }
}
