/** Shopify CDN: Minification failed

Line 3300:68 Unexpected ";"

**/
.w-full {
  width: 100%;
  max-width: 100% !important;
}

/* hide quote button on test product */
.test-prod .rfq-collection-btn {
  display: none;
}
/* hide other pagination items for infinity scroll */
ul.pagination__list li:not(.infinite_next) {
  display: none;
}
/* end */
/* slide height same */
/* .bOAeit .swiper-autoheight .swiper-slide {
    height: 100% !important;
}
 */
.transax-preapprove {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(1, 1fr);
  justify-content: space-between;
  z-index: 1;
}
.custom_product_app_cta {
  row-gap: 8px;
  grid-template-columns: none !important;
}

.template--article .breadcrumbs li:last-child {
  display: none;
}

#transax-widget {
  z-index: 99999999;
}
#transax-widget .contact-us-button:not(.icon-only) {
  display: none;
}
.text-uppercase {
  text-transform: uppercase;
}

.facets-vertical .facets-container {
  display: unset;
}
.clear-all--btn {
  outline: 1px solid red;
  border-radius: 9px;
}

.clear_filter_btn {
  width: 100%;
  height: 48px;
  font-size: 16px;
}

.custom_price_range_wrap header h2 {
  font-size: 24px;
  font-weight: 600;
}
.custom_price_range_wrap header p {
  margin-top: 5px;
  font-size: 16px;
}
.custom_price_range_wrap .price-input {
  width: 100%;
  display: flex;
  margin: 0 0 25px;
  gap: 4px;
}
.custom_price_range_wrap .price-input .field {
  display: flex;
  width: 100%;
  height: 53px;
  align-items: center;
}
.custom_price_range_wrap .field input,
.custom_price_range_wrap .field button {
  width: 100%;
  height: 100%;
  outline: none;
  text-align: center;
  border: 0;
}
.custom_price_range_wrap .field button {
  background-color: var(--brand-primary);
  color: #fff;
}

.custom_price_range_wrap .field:before,
.custom_price_range_wrap .field:after {
  content: none;
}
.custom_price_range_wrap .field input {
  background: #e8eded;
  border-radius: var(--buttons-radius);
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}

@media screen and (min-width: 750px) {
  .facets-vertical .facets__price .field:last-of-type {
    margin-left: 0;
  }

  .facets-vertical .facets__price {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-location-listing .contact-location-wrapper.grid {
    row-gap: 16px;
  }
}

.custom_price_range_wrap .field input:focus-visible {
  box-shadow: none;
  outline-offset: unset;
}

#price-filter-apply {
  border-radius: var(--buttons-radius);
  cursor: pointer;
}
.custom_price_range_wrap input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.custom_price_range_wrap .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.custom_price_range_wrap .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.custom_price_range_wrap .slider .progress {
  height: 100%;
  left: 1%;
  right: 1%;
  position: absolute;
  border-radius: 5px;
  background: rgba(var(--color-button), var(--alpha-button-background));
  display: block !important;
}
.custom_price_range_wrap .range-input {
  position: relative;
}
.custom_price_range_wrap .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: -1px;
}
.custom_price_range_wrap input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--brand-accent);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.custom_price_range_wrap input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--brand-accent);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.search_input {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: #fff;
  background-image: url("{{'search_icon.png' | asset_img_url }}");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
}

/* Collection Description CSS */

.plp_top_info_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grid-list-view-switch-wrap .layout-container {
  display: flex;
  column-gap: 1.6rem;
}

.grid-list-view-switch-wrap .layout-container .icon-container svg {
  margin: 0;
}

.grid-list-view-switch-wrap .layout-container .icon-container svg path {
  fill: #5B6675;
}

.grid-list-view-switch-wrap .layout-container .active .icon-container svg path {
  fill: var(--brand-teal);
}

.product-grid-container .plp_top_info_wrap {
  margin-bottom: 1.7rem;
}

.custom-product-grid-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-horizontal-spacing);
}

/* .custom-product-grid-wrap.grid .glance-wrap {
  display: none;
} */

.custom-product-grid-wrap .grid__item {
  border: 1px solid #ebeded;
  border-radius: 16px;
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  overflow: hidden;
}

.custom-product-grid-wrap .grid__item .card-title {
  font-size: 18px;
  line-height: 21px;
  /* height: 50px;
  overflow: hidden; */
}
.productCarousel-slide .product-grid.grid_product .card .card-title,
.products-searchauto .card-title {
  margin-bottom: 6px;
}

.custom-product-grid-wrap .grid__item .card-content-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* height: 100%; */
}

.custom-product-grid-wrap .grid__item .card .card-body {
  padding-bottom: 1.2rem;
  height: 100%;
}

.custom-product-grid-wrap .storeify-button-grid {
  display: none;
}

.custom-product-grid-wrap.list_product .grid__item {
  width: 100%;
  max-width: 100%;
  margin-bottom: var(--grid-desktop-horizontal-spacing);
  border-radius: 8px;
  overflow: hidden;
}

.custom-product-grid-wrap.list_product .grid__item .card-img-container img {
  border-radius: unset;
}

.custom-product-grid-wrap.list_product .grid__item .card:not(.ratio) {
  flex-direction: row;
  justify-content: space-between;
}

.custom-product-grid-wrap.list_product .grid__item .card-figure {
  width: 40.5%;
  overflow: hidden;
}

.custom-product-grid-wrap.list_product .grid__item .card-img-container {
  height: 100%;
  aspect-ratio: 4 / 3;
}

.custom-product-grid-wrap.list_product .grid__item .card-figure svg {
  height: 100%;
  width: 100%;
}

.custom-product-grid-wrap.product-grid .card-img-container {
  height: 238px;
}

.custom-product-grid-wrap.product-grid .card-img-container svg {
  height: 100%;
  width: 100%;
}

.custom-product-grid-wrap.product-grid .card-img-container img {
  object-fit: cover;
}

.custom-product-grid-wrap.list_product .grid__item .card-body {
  max-width: 35%;
  width: 35%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.custom-product-grid-wrap.list_product .grid__item .card-body .card-title {
  -webkit-line-clamp: 3;
}

.custom-product-grid-wrap.list_product .grid__item .price-section {
  margin-bottom: 8px;
}

.custom-product-grid-wrap.list_product .grid__item .monthly_price_wrap {
}

.custom-product-grid-wrap.list_product .card_product_metadata {
  margin-top: 10px;
}

.custom-product-grid-wrap.list_product .card_product_location {
  margin-bottom: 12px;
}
.custom-product-grid-wrap.list_product .card-body .card_product_location {
  display: none;
}

.custom-product-grid-wrap.list_product
  .card-body
  .card_product_location.card_product_upgrades {
  display: block;
}
.grid_product .card_buttons .card_product_location {
  display: none;
}

.custom-product-grid-wrap.list_product .card_product_location p {
  margin-bottom: 4px;
}

.custom-product-grid-wrap.list_product .card_product_location .product__text,
.custom-product-grid-wrap.list_product .card_product_location .stock_num {
  font-size: 14px;
  line-height: 21px;
}
.custom-product-grid-wrap.list_product .card_product_metadata .stock_num,
.custom-product-grid-wrap.list_product
  .card-body
  .product__text.product_location_wrap {
  display: none;
}
.custom-product-grid-wrap.list_product
  .card_product_location
  .p_location_value {
  margin-left: 5px;
}

.custom-product-grid-wrap.list_product .glance_items {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 3.2rem;
  grid-row-gap: 1.6rem;
}

.custom-product-grid-wrap.list_product .glance_items .glance_icons-text {
  display: flex;
}
.custom-product-grid-wrap.list_product .glance_items .glance-icon-wrap {
  width: 30px;
  margin-right: 8px;
}

.custom-product-grid-wrap .glance_items .glance-icon-wrap {
  width: 30px;
  margin-right: 8px;
}

.custom-product-grid-wrap.list_product .glance_items .glance-titles {
  text-align: left;
}
.custom-product-grid-wrap .glance_items .glance-titles {
  text-align: left;
}
.custom-product-grid-wrap .glance_items .glance_item_subtitle {
  font-size: 14px;
  line-height: 1.4;
  color: #5B6675;
  font-weight: 400;
  word-break: break-word;
  display: block;
}
.custom-product-grid-wrap .glance_items .glance_item_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: rgb(var(--color-foreground));
  display: block;
}

.custom-product-grid-wrap.list_product .glance_items .glance_item_title {
  font-size: 13px;
  line-height: 20px;
  color: rgb(var(--color-foreground));
  display: block;
}

.custom-product-grid-wrap.list_product .glance_items .glance_item_subtitle {
  font-size: 14px;
  line-height: 22px;
  color: rgb(var(--color-foreground));
  font-weight: 600;
}

.custom-product-grid-wrap:not(.list_product) .card_buttons .stock_num {
  display: none;
}

.custom-product-grid-wrap.list_product .card_buttons {
  padding: 0 16px;
  border-left: 1px solid #ebeded;
  margin: 16px 0;
  width: 25%;
  max-width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .custom-product-grid-wrap.list_product .card_price_and_buttons, 
.custom-product-grid-wrap.product-grid .card_buttons {
  display: none;
} */

.custom-product-grid-wrap.list_product .button-container {
  text-align: center;
  margin-top: 8px !important;
}

.custom-product-grid-wrap.list_product .button-container:first-child {
  margin-top: 0;
}

.custom-product-grid-wrap.list_product .button-container .button {
  width: 100%;
  height: 57px;
}

.custom-product-grid-wrap.list_product .button-container .quote_proxy_btn {
  text-transform: uppercase;
  color: rgba(var(--color-button), var(--alpha-button-background));
  font-weight: 500;
}

.collection_description-info {
  padding: 64px 0 100px;
}

.collection_description.grid__item {
  width: calc(60% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  max-width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2);
}

.collection_description-image.grid__item {
  width: calc(40% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  max-width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2);
}

.collection_description-info h2 {
  margin-bottom: 16px;
}

.collection_description-info .metafield-rich_text_field p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
}

.collection_description-info .metafield-rich_text_field ul {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.collection_description-info .metafield-rich_text_field ul li {
  position: relative;
  padding-left: 14px;
}

.collection_description-info .metafield-rich_text_field ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--brand-ink);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

.collection_description-info .metafield-rich_text_field h4 {
  color: rgba(var(--color-button), var(--alpha-button-background));
  font-weight: 700;
  margin: 0 0 8px;
}

.collection_description-image .image_wrapper-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}

.collection_description-image .image_wrap_1 {
  max-width: calc(75% - 8px);
  width: calc(75% - 8px);
}

.collection_description-image .image_wrap_2 {
  max-width: calc(25% - 8px);
  width: calc(25% - 8px);
}

.collection_description-image .image_wrap_3 {
  margin-bottom: 16px;
  margin-top: 16px;
}

.collection_description-image .image_wrap_4 {
  max-width: calc(25% - 8px);
  width: calc(25% - 8px);
}

.collection_description-image .image_wrap_5 {
  max-width: calc(75% - 8px);
  width: calc(75% - 8px);
}

.collection_description-image .image_wrapper img {
  object-fit: cover;
}

.collection_description-video {
  padding: 64px 0;
}

.collection_description-video .collection_desc_video_wrapper h2 {
  margin-bottom: 16px;
}

.collection_description-video .desc_wrapper p {
  max-width: 848px;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.collection_description-video .video-container {
  position: relative;
}

.collection_description-video .video-thumbnail-container {
  border-radius: 8px;
  overflow: hidden;
  height: 700px;
}

.collection_description-video .video-thumbnail-container img {
  object-fit: cover;
}

.collection_description-video .additional-icons {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--brand-primary-hover);
  width: 106px;
  height: 106px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.collection_description-video .additional-icons svg {
  margin: 0;
}

.collection_description-video iframe {
  width: 100%;
  height: 700px;
  display: block;
  border-radius: 8px;
}


/* ============ CSS for Deckover Trailers ================ */
  
  .landing-page--template {
    background: #f9fafb;
  }

  .landing-page--template .title--container{
    text-align: center;
    margin-bottom: 42px;
  }

  .landing-page--template .title--container h1 {
    margin-bottom: 20px;
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }

   .landing-page--template .sub-title-container {
    color: #6c757d;
    font-size: 21px;
    max-width: 585px;
    margin: 0 auto;
    line-height: normal;
  }

  .collection-landing-page-card {
    border-radius: 8px;
    border: 2px solid #dee2e6;
    padding: 14px;
    position: relative;
    background: #fff;
  }

  .collection-landing-page-badge {
    padding: 10px;
    background: var(--brand-accent);
    border-radius: 20px;
    color: #fff;
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-weight: 700;
  }

  .collection-landing-page-card-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .collection-landing-page-image {
    aspect-ratio: auto 4 / 3;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

  .collection-landing-page-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.collection-landing-page-action  .button {
  width: 100%;
}

.collection-landing-page-title {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
    line-height: 32px;
    font-weight: 700;
    margin: 0;
}

.collection-landing-page-content {
  padding: 1rem 0 2rem;
}

.collection-landing-page-content P {
  margin: 0;
}

.collection-landing-page-specs {
  color: var(--brand-accent);
  font-size: 14px;
  margin: 1rem 0;
  font-weight: 600;
}

.collection-landing-page-description {
  color: #6c757d;
  font-size: 16px;
  font-weight: 500;
}

 @media (max-width: 1024px) {

    .landing-page--template .title--container {
      margin-bottom: 20px;
    }

   .landing-page--template .title--container h1 {
        font-size: calc(var(--font-heading-scale) * 4.2rem);
        line-height: 50px;
        margin-bottom: 10px;
    }
} 

 @media (max-width: 767px) {

    .landing-page--template .title--container {
      margin-bottom: 20px;
    }

   .landing-page--template .title--container h1 {
        font-size: calc(var(--font-heading-scale) * 3.2rem);
        line-height: 40px;
        margin-bottom: 10px;
    }
} 

 @media (max-width: 575px) {

  .collection-landing-page-title {
    font-size: calc(var(--font-heading-scale) * 1.6rem);
    line-height: 24px;
  }

  .collection-landing-page-card {
    padding: 10px;
  }

  .collection-landing-page-specs {
    font-size: 12px;
    line-height: normal;
    padding: 4px 0;
  }

  .collection-landing-page-description {
    font-size: 14px;
    line-height: normal;
  }

  .collection-landing-page-action .button {
    font-size: 14px;
    padding: 0 1.5rem;
  }

  .collection-landing-page-badge {
    padding: 6px;
    right: 1rem;
    top: 1rem;
    font-size: 10px;
    font-weight: 500;
  }
}


/* ============ CSS for Deckover Trailers End ================ */

/*Product Details  CSS */

.gpo-app .gpo-choicelist input + label .gpo-choicelist__helptext {
  font-weight: 600 !important;
}

.main_product_section:not(.default-product) .quantity_and_buttons {
  display: none;
}

.custom-options-section .option-header {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product:not(.product--small) .thumbnail__badge {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.card_price_buttons_list .monthly_price_wrap strong {
  font-size: 20px;
  display: inline-block;
  margin-left: 5px;
}

.thumbnail__badge svg {
  margin-right: 0;
}

.custom-options-section .option-header .option-name {
  min-width: 187px;
  width: 187px;
  line-height: 28px;
}

.build-a-trailer .price-item--last:after {
  content: "*";
  position: relative;
  left: 0;
}

.product .price-wrap {
  margin: 0;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.build-a-trailer .price-wrap > span {
  color: #707070;
}

.custom-options-section .option-header .selected-option {
  text-align: right;
  font-size: 14px;
  line-height: 21px;
  color: #707070;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.custom-options-section .option-header .selected-option .price {
  color: var(--primary-color);
}

.custom-options-section .option_type_swatch {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.2rem;
  grid-row-gap: 1.6rem;
  margin-bottom: 4.8rem;
  padding-right: 44px;
}
.custom-options-section .option_type_swatch.swatch-type-3 {
  grid-template-columns: repeat(1, 1fr);
  padding-right: 0;
}
.custom-options-section
  .option-selector-wrap.option_type_swatch.swatch-type-3
  .custom-option-label {
  display: flex;
  align-items: center;
  gap: 16px;
}

.custom-options-section .option_type_swatch.swatch-type-2 {
  grid-template-columns: repeat(2, 1fr);
  padding-right: 0;
}

.option-selector-wrap .option-swatch {
  display: none;
}

.option-selector-wrap .custom-option-label {
  cursor: pointer;
  line-height: 21px;
  display: block;
}

.option-selector-wrap .option-swatch:checked + label .value-img {
  border-color: var(--brand-success);
}

.option-selector-wrap .value-img {
  border-radius: 8px;
  border: 5px solid #707070;
  overflow: hidden;
  height: 100px;
  max-width: 100px;
  width: 100%;
  margin-bottom: 8px;
  transition: all 1s ease;
}
.option-selector-wrap.option_type_swatch.swatch-type-3 .value-img {
  margin-bottom: 0;
}

.option-selector-wrap .value-name {
  font-size: 1.3rem;
}

.option-selector-wrap .value-name strong {
  font-weight: 600;
  margin-right: 2px;
}

.option-selector-wrap .price {
  font-size: 1.3rem;
  font-weight: 600;
  color: rgb(var(--color-base-accent-1));
}

.custom-options-section .option_type_radio {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 3.2rem;
  grid-row-gap: 1.6rem;
  margin-bottom: 4.8rem;
}

.custom-options-section .option_type_radio .value-wrap {
  display: flex;
  column-gap: 8px;
}

.custom-option-container .option_type_radio .option-radio {
  display: none;
}

.custom-option-container .option_type_radio label {
  position: relative;
  padding-left: 32px;
  line-height: 22px;
}

.custom-option-container .option_type_radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  outline: 2px solid #707070;
  background: #ebeded;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.custom-option-container .option-radio:checked + label:before {
  outline: 2px solid var(--brand-success);
  background: var(--brand-ink);
  border: 2px solid #fff;
}

.custom-option-container .option_type_dropdown {
  margin-bottom: 4.8rem;
}

.custom-option-container .dropdown-wrap {
  position: relative;
}

.custom-option-container .prod_option_dropdown {
  color: #d3d6da;
  width: 100%;
  height: 52px;
  border: 2px solid #d3d6da;
  padding: 13px 16px 16px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 5;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.custom-option-container .prod_option_dropdown svg {
  margin: 0;
  transition: transform var(--duration-long) ease;
}

.custom-option-container .prod_option_dropdown .dropdown_open svg {
  transform: rotate(180deg);
  transition: transform var(--duration-long) ease;
}

.custom-option-container .dropdown-wrap.is_selected .prod_option_dropdown {
  border-color: var(--brand-success);
  border-width: 2px;
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}

.custom-option-container .prod_option_dropdown:focus-visible {
  box-shadow: none;
  outline: none;
}

.custom-option-container .dropdown-wrap ul {
  display: none;
  position: absolute;
  list-style: none;
  width: 100%;
  margin: -4px 0 0;
  padding: 0 1.6rem 1.6rem;
  z-index: 1;
  background: #fff;
  border: 2px solid #d3d6da;
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.custom-option-container .dropdown-wrap.is_selected .option_dropdown {
  border: 2px solid var(--brand-success);
  border-top: 0;
}

.custom-option-container .dropdown-wrap li {
  display: block;
  cursor: pointer;
  margin: 0 0 0.5rem;
  padding: 1rem 1rem 1rem 3rem;
}

.custom-option-container .dropdown-wrap li:hover {
  background-color: #f3f3f3;
  border-radius: 4px;
}

.custom-option-container .dropdown-wrap li.selected_li {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6224 0.70459C18.1246 1.14404 18.1246 1.85771 17.6224 2.29717L7.33669 11.2972C6.83446 11.7366 6.01883 11.7366 5.5166 11.2972L0.373744 6.79717C-0.128488 6.35772 -0.128488 5.64404 0.373744 5.20459C0.875977 4.76514 1.6916 4.76514 2.19383 5.20459L6.42866 8.90654L15.8063 0.70459C16.3086 0.265137 17.1242 0.265137 17.6264 0.70459H17.6224Z' fill='%233CDD3C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 8px 50%;
  background-color: #f3f3f3;
}

.custom-option-container .dropdown-wrap li:last-child {
  margin-bottom: 0;
}

.custom-option-container .option_type_color {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 1rem;
  grid-row-gap: 1.6rem;
  margin-bottom: 4.8rem;
}

.custom-option-container .option_type_color .option-color {
  display: none;
}

.custom-option-container .option_type_color .value-wrap label {
  width: 36px;
  height: 36px;
  border-radius: 4px;
}

.custom-option-container .option-color:checked + label {
  outline: 3px solid var(--brand-success);
  outline-offset: 3px;
}

.product .gpo-element.gpo-form__group {
  display: flex;
  grid-gap: 1.2rem;
  grid-row-gap: 1rem;
  margin-bottom: 1.6rem !important;
  flex-wrap: wrap;
  width: 100% !important;
}
/* .product .gpo-element.gpo-form__group:nth-last-child(2) {
  margin-bottom: 0 !important;
} */

.product .gpo-element.gpo-form__group .gpo-label {
  flex: 0 0 100%;
  justify-content: space-between;
  align-items: start;
  display: flex;
  flex-direction: column;
}

.product .gpo-element.gpo-form__group .addOn {
  font-size: 13px;
  line-height: 18px;
  color: #707070;
  display: flex;
  align-items: center;
  font-weight: 400;
}

.product .gpo-app .gpo-label + .gpo-selected-values.has-value {
  flex: 1 0 100%;
  display: none;
}

.product .gpo-app .gpo-label span.label-tooltip svg.label-tooltip__icon {
  margin: 0;
  display: none;
}

.product .gpo-app .gpo-choicelist {
  margin: 0;
  margin-bottom: 5px;
  /* flex: 0 0 calc(33.333% - 1.2rem); */
}

.product .gpo-app .gpo-choicelist.gpo-checkbox input + label:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L5 9L13 1' stroke='%234CAF50' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  content: "";
  background-repeat: no-repeat;
  background-position: 52% 50%;
  left: 1px;
  background-size: 60%;
}

.product .gpo-app .gpo-label,
.product .gpo-app .gpo-label span.label-content,
.product .gpo-app .gpo-label span.addOn,
.product .gpo-app .gpo-label.required span.label-content::after {
  font-family: var(--font-heading-family);
}

.product .gpo-element.gpo-form__group .label-content {
  /* min-width: 187px;
  width: 187px; */
  line-height: 28px;
  font-size: calc(var(--font-heading-scale) * 2.4rem);
  font-weight: 700;
  font-family: var(--font-heading-family);
}

.locations-inventory .product .gpo-element.gpo-form__group .label-content {
  line-height: 24px;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
  font-weight: 800;
}

.product .gpo-element.gpo-form__group .gpo-label .addOn {
  margin-left: 0 !important;
}

.product .gpo-element.gpo-form__group .gpo-label .label-tooltip {
  order: 1;
  margin: 0;
  padding: 0;
}

.product .gpo-app .gpo-label span.label-tooltip .label-tooltip__content {
  position: unset;
  padding: 0;
  margin-bottom: 12px;
  margin-left: unset;
  width: unset;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  line-height: 1.5rem;
  text-transform: none;
  text-indent: 0;
  background: transparent;
  border-radius: 2px;
  visibility: unset;
  z-index: 1;
}

/* .product .gpo-app .gpo-label span.label-tooltip:hover .label-tooltip__content {
  padding: 0;
} */

.product .gpo-app .gpo-label span.label-tooltip .label-tooltip__content:after {
  content: none;
}

.product .gpo-app .gpo-choicelist label span {
  font-weight: 600;
  margin-right: 4px;
}

.product .gpo-app .gpo-choicelist input:checked + label:before {
  border: 2px solid var(--brand-success);
}

.product .gpo-app .gpo-choicelist input + label:before {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.product .gpo-app .gpo-choicelist input + label:after {
  top: 5px;
  left: 5px;
}

.product .gpo-app .gpo-choicelist input + label:hover:before {
  box-shadow: 0 0 5px 1px var(--brand-success);
}

.product .gpo-app .gpo-choicelist input + label:hover:before {
  border-color: var(--brand-success);
}

.product .gpo-app .gpo-choicelist input + label:after {
  background: #000000;
}

.product .gpo-app .gpo-swatches.image-swatches .gpo-tooltip__title {
  position: unset;
  transform: unset;
  visibility: visible;
  opacity: 1;
  width: 100px;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  margin-top: 8px;
}

.product
  .gpo-app
  .gpo-ov-wrapper.horizontal
  .gpo-swatches.image-swatches
  .gpo-tooltip__title {
  color: #000;
}

.product
  .gpo-app
  .gpo-ov-wrapper.horizontal
  .gpo-swatches.image-swatches
  .gpo-tooltip {
  visibility: visible;
  position: relative;
  background: none;
  opacity: 1;
}

.product
  .gpo-app
  .gpo-ov-wrapper.horizontal
  .gpo-swatches.image-swatches
  .gpo-tooltip
  .gpo-tooltip__image {
  visibility: hidden;
  display: none;
}

.product
  .gpo-app
  .gpo-ov-wrapper.horizontal
  .gpo-swatches.image-swatches
  input
  + label:hover
  .gpo-tooltip__image {
  display: block;
  visibility: visible;
  position: absolute;
  top: auto;
  left: 50%;
  border-radius: 4px;
  border: 1px solid #a1a1a1;
  bottom: 100%;
  transform: translate(-50%, -50%);
}

.product .gpo-swatches.image-swatches .gpo-tooltip__title span {
  color: #000;
  text-align: left !important;
  display: block;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 600;
}

.product
  .gpo-ov-wrapper.horizontal
  .gpo-swatches.image-swatches
  .gpo-tooltip__title {
  width: 100%;
  margin: 0;
}

.product
  .gpo-ov-wrapper.horizontal
  .gpo-swatches.image-swatches
  .gpo-tooltip__title
  span {
  text-align: none !important;
  font-size: 1.3rem;
}
.product .gpo-app .gpo-swatches.color-swatches input + label {
  outline: 1px solid #ccc;
  outline-offset: 3px;
}
.product .gpo-app .gpo-swatches.color-swatches input + label:hover {
  outline: 2px solid var(--brand-success);
}
.product .gpo-app .gpo-swatches.color-swatches input:checked + label {
  outline: 3px solid var(--brand-success);
  outline-offset: 3px;
}

.product .gpo-app .gpo-swatches input + label {
  border-radius: 4px;
  border: 0;
}

.gpo-app .gpo-swatches.buttons input + label {
  padding: 0.5rem 1.5rem !important;
}

.custom-option-container .h3 {
  margin-bottom: 20px;
}
.locations-inventory .custom-option-container .h3 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 27px;
}

.product .gpo-app .gpo-swatches input:checked + label,
.product .gpo-app .gpo-swatches input + label:hover {
  border: 0;
}

.product .gpo-app .gpo-select select {
  border-radius: 5px;
  color: #000 !important;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  height: 52px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5575 7.60562C7.97181 8.12625 7.02064 8.12625 6.43495 7.60562L0.437447 2.27437C0.00637676 1.89119 -0.120133 1.32058 0.114144 0.820772C0.348422 0.320968 0.891945 -0.00390625 1.50107 -0.00390625H13.4961C14.1005 -0.00390625 14.6487 0.320968 14.883 0.820772C15.1173 1.32058 14.9861 1.89119 14.5597 2.27437L8.56218 7.60562H8.5575Z' fill='%23707070'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: unset !important;
  border-color: #ccc !important;
}
.product .gpo-app .gpo-select:hover select {
  border: 1px solid var(--brand-success) !important;
}

.product .gpo-app .has-success .gpo-select select {
  border: 2px solid var(--brand-success) !important;
  background: rgb(66 182 0 / 22%) !important;
}

.product .gpo-app .gpo-tooltip {
  font-size: 1.3rem;
  width: auto;
  display: block !important;
  padding: 0;
  padding-top: 10px;
  margin-bottom: 0;
}

.product .gpo-app .gpo-swatches.color-swatches input + label .top-color {
  border-radius: 4px;
  width: 36px;
  height: 36px;
}
.product .gpo-app .gpo-swatches.image-swatches input:checked + label,
.product .gpo-app .gpo-swatches.image-swatches input + label,
.product .gpo-app .gpo-swatches.image-swatches input + label:hover {
  border: 0px;
}
.product .gpo-app .gpo-swatches.image-swatches {
  float: left;
  margin-right: 3.2rem;
  margin-bottom: 2rem;
}
.gpo-app .gpo-swatches.color-swatches {
  margin-right: 6px;
}

.gpo-app .gpo-ov-wrapper.horizontal .gpo-swatches.color-swatches {
  margin-top: 8px;
}

.gpo-app .gpo-label + .gpo-selected-values {
  margin-bottom: 0;
}

.product .gpo-element.gpo-form__group .label-content {
  order: 1;
}
.product .gpo-element.gpo-form__group .addOn {
  order: 2;
}
.product .gpo-app .color-swatches .gpo-tooltip {
  padding: 7px;
}

@media (min-width: 1199px) {
  .gpo-app .gpo-ov-wrapper.horizontal {
    width: 100%;
  }
  .product .gpo-app .gpo-swatches.image-swatches {
    width: calc(33.33% - 8px);
    max-width: 100px;
    float: unset;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.product .gpo-app .gpo-swatches.image-swatches:first-child {
  margin-left: 0;
}

.product .gpo-app .gpo-swatches input + label .gpo-swatch__inner {
  border: 0;
}

.product__media-wrapper {
  position: relative;
}
.product
  .gpo-app
  .gpo-swatches.image-swatches
  input
  + label
  .gpo-swatch__image {
  border-radius: 8px;
  border: 3px solid #707070;
  overflow: hidden;
  height: 100px;
  max-width: 100px;
  width: 100px;
  margin-bottom: 0;
  transition: all 1s ease;
  background-size: cover !important;
}
.product
  .gpo-app
  .gpo-swatches.image-swatches
  input:checked
  + label
  > span
  > span {
  border-color: var(--brand-success) !important;
}

.product
  .gpo-app
  .gpo-swatches.image-swatches
  input
  + label:hover
  .gpo-swatch__image {
  border-color: var(--brand-success);
}
.product .gpo-app .gpo-swatches.image-swatches .gpo-tooltip:after {
  display: none;
}
.product .gpo-swatches.image-swatches .gpo-tooltip__title span.addOn {
  font-size: 13px;
  line-height: 18px;
  color: var(--brand-accent);
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-top: 8px;
  margin-left: 0 !important;
}

.product .gpo-app .gpo-choicelist.gpo-radio {
  flex: 100%;
}

.product .gpo-app .gpo-choicelist.gpo-radio input + label {
  padding-left: 32px;
}

.product .gpo-app .gpo-choicelist.gpo-radio label {
  display: flex;
  align-items: start;
}

.product .gpo-app .gpo-choicelist.gpo-radio label .addOn {
  align-items: start;
  min-height: auto;
  color: var(--brand-accent);
  font-weight: 600;
  font-size: 1.4rem;
  flex: 1 0 19%;
}

.custom-option-container .gpo-app .gpo-label {
  display: block;
}

.custom-option-container .gpo-app .gpo-swatches.buttons input + label {
  background: transparent;
  outline: 1px solid #dddddd;
  display: flex;
  font-weight: 600;
}

.custom-option-container .gpo-app .gpo-swatches.buttons input + label .addOn {
  font-weight: 600;
}

.product .gpo-app .gpo-swatches.buttons input + label:hover {
  outline: 1px solid var(--brand-success);
  color: #000;
}

.product .gpo-app .gpo-swatches.buttons input:checked + label {
  outline: 3px solid var(--brand-success);
  background: rgb(66 182 0 / 22%) !important;
}

.custom-option-container .gpo-app .gpo-swatches.buttons input:checked + label,
.custom-option-container
  .gpo-app
  .gpo-swatches.buttons
  input:checked
  + label
  span {
  background: transparent;
  color: #000;
}

.product .gpo-app .gpo-swatches.buttons .gpo-tooltip {
  width: 100%;
}

.product .gpo-app .gpo-swatches.buttons .gpo-tooltip span {
  background: none;
}

.product .gpo-app .gpo-swatches.buttons .gpo-tooltip .addOn {
  justify-content: center;
  background: none;
  color: #fff;
}

.product .gpo-app .gpo-total-text {
  color: #202223;
  font-size: 18px;
  font-family: var(--font-heading-family);
  font-style: normal;
  font-weight: 600;
  margin-bottom: 2rem;
}

.product .product-form__input .select {
  max-width: 100%;
}

.product .product-form__input .select:before,
.product .product-form__input .select:after {
  content: none;
}

.product-form__input.product-form__input--dropdown {
  margin-bottom: 2rem;
}

.product .product-form__input--dropdown .form__label {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
}

.product .product-form__input {
  max-width: 100%;
}

.product .product-form__input .select select {
  border-radius: 5px;
  border: 1px solid var(--brand-success);
  border-width: 2px;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  height: 52px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5575 7.60562C7.97181 8.12625 7.02064 8.12625 6.43495 7.60562L0.437447 2.27437C0.00637676 1.89119 -0.120133 1.32058 0.114144 0.820772C0.348422 0.320968 0.891945 -0.00390625 1.50107 -0.00390625H13.4961C14.1005 -0.00390625 14.6487 0.320968 14.883 0.820772C15.1173 1.32058 14.9861 1.89119 14.5597 2.27437L8.56218 7.60562H8.5575Z' fill='%23707070'%3E%3C/path%3E%3C/svg%3E");
  background-size: unset;
  background-repeat: no-repeat;
  background-position: 97%;
}

.product .product-form__input .select select:focus-visible {
  box-shadow: none;
}

.product .product-form__input .select svg {
  display: none;
}

.build-summary-section {
  background: #f5f5f5;
  padding: 32px;
  border-radius: 8px;
  position: sticky;
  z-index: 10;
  width: 100%;
  top: 12rem;
  margin-top: 2rem;
}

.build-summary-section .build-summary-headings {
  line-height: 34px;
  margin-bottom: 16px;
}

.build-summary-section .build-summary-headings .h3,
.build-summary-section .build-summary-headings .h5 {
  margin-bottom: 8px;
}

.build-summary-section .build-summary-headings span {
  color: #707070;
  line-height: 25px;
}

.build-summary-section .build-summary-contents .specs_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.build-summary-section .build-summary-contents .summary_list_items {
  display: flex;
  grid-gap: 1rem;
  align-items: center;
  font-size: 14px;
}

.build-summary-section .build-summary-contents .summary_list_items strong {
  flex: 1;
  font-weight: 600;
  max-width: 32%;
}

.build-summary-section
  .build-summary-contents
  .summary_list_items
  .value_summary {
  flex: 1 20%;
}

.build-summary-section .build-summary-contents .summary_list_items .price {
  display: flex;
  justify-content: end;
  font-size: 16px;
  font-weight: 700;
  color: #231f20;
}

.build-summary-section .build-summary-contents .specs_list li {
  border-bottom: 1px solid #d3d6da;
  padding: 8px 0;
}

.build-summary-section .build-summary-contents .specs_list li:first-child {
  border-top: 1px solid #d3d6da;
}

.build-summary-section .build-summary-footer {
  margin-top: 32px;
}

.build-summary-section .sub-total-wrap {
  margin-bottom: 8px;
  display: flex;
  column-gap: 32px;
  justify-content: flex-end;
  align-items: end;
  padding-right: 11rem;
}

.build-summary-section .subtotal-price .price-title {
  display: block;
  font-size: 18px;
  line-height: 27px;
  color: #707070;
}

.build-summary-section .subtotal-price .subtotal_price {
  color: rgb(var(--color-base-accent-1));
}

.build-summary-section .footer-info p {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  margin: 0;
}

/*Product Description tab  CSS */
.prod_desc_section .prod_desc_contents .description-tabs {
  display: flex;
  column-gap: 64px;
  flex-wrap: wrap;
}

.prod_desc_section .prod_desc_contents .tab-headings {
  cursor: pointer;
}

.prod_desc_section .prod_desc_contents .tab-headings h4 {
  color: #707070;
}

.prod_desc_section .prod_desc_contents .tab-headings.active-tab h4 {
  color: var(--brand-ink);
  position: relative;
  margin: 0;
}

.prod_desc_section .prod_desc_contents .tab-headings.active-tab h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--brand-primary-hover);
  height: 2px;
}

.prod_desc_section .prod_desc_contents .tab-content {
  display: none;
}

.prod_desc_section .prod_desc_contents .tab-content.active-content {
  display: block;
}

.prod_desc_section .prod_desc_contents .tab-content h2.h3 {
  margin-bottom: 32px;
  font-size: calc(var(--font-heading-scale) * 3.2rem);
  line-height: 34px;
}

.prod_desc_section .prod_desc_contents .product_description_wrap {
  margin-bottom: 0;
}

.prod_desc_section .specs_wrap {
  margin-top: 32px;
  margin-bottom: 32px;
}

.prod_desc_section .video-container,
.prod_desc_section .product_description_wrap iframe,
.prod_desc_section .video-thumbnail-container {
  display: block;
  border-radius: 8px;
  margin-bottom: 32px;
  width: 100%;
  max-width: 596px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}

.prod_desc_section .video-thumbnail-container img {
  object-fit: cover;
}

.prod_desc_section .product_description_wrap .additional-icons {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--brand-primary-hover);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.prod_desc_section .product_description_wrap .additional-icons svg {
  width: 20px;
  height: 23px;
  margin: 0;
}

.prod_desc_section .prod_desc_contents .specs_grid h3 {
  margin-bottom: 16px;
  color: #231f20;
}

.prod_desc_section .prod_desc_contents .specs_grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.prod_desc_section .prod_desc_contents .specs_grid ul li {
  border-top: 1px solid #d3d6da;
  padding: 8px 0;
  display: flex;
  column-gap: 16px;
}

.prod_desc_section .prod_desc_contents .specs_grid ul li:first-child {
  border: 0;
}

.prod_desc_section .prod_desc_contents .specs_grid ul li strong {
  display: inline-block;
  width: 150px;
  min-width: 150px;
}

.prod_desc_section .prod_desc_contents .multibox-text-content {
  padding: 0 2rem;
}

.prod_desc_section .prod_desc_contents .multibox-button-container {
  margin-bottom: 1.5rem;
}

.prod_desc_section .specs_wrap .specs_grid_item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
}

.prod_desc_section .specs_wrap .specs_grid_item .multibox-card-content-wrapper {
  padding: 2rem 0 0;
}

.prod_desc_section .specs_wrap .specs_grid_item .multibox-title-container h4 {
  margin: 0;
  font-weight: 700;
}

.prod_desc_section .specs_wrap .specs_grid_item_content {
  padding: 3rem 2rem 2rem;
}

.prod_desc_section .specs_wrap .multibox-card-content-wrapper {
  text-align: center;
}

.product_features_wrap {
  margin-bottom: 5rem;
}

.product_features_wrap .product_feature_image_wrap {
  margin-bottom: 1.5rem;
  aspect-ratio: 4 / 3;
  border: 1px solid #d3d6da;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.product_features_wrap .product_feature_image_wrap .icon-magnifier-wrap {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 50%;
  padding: 1rem;
}
.product_features_wrap .product_feature_image_wrap .icon-magnifier-wrap svg {
  stroke: rgb(255 255 255 / 46%);
  margin: 0;
}

.product_features_wrap .product_feature_content {
  line-height: 30px;
}

.product_features_wrap .product_feature_content p strong {
  font-size: 2rem;
  font-weight: 800;
}

.product_features_wrap .product_feature_video_wrap {
  aspect-ratio: 4 / 3;
  border: 1px solid #d3d6da;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.product_features_wrap .product_feature_video_wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_features_wrap .product_feature_content p {
  text-transform: uppercase;
}

/* Modal feature PDP */
.product_feature_item {
  cursor: pointer;
}

.product_product-line-specs .product_feature_item {
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(87, 87, 87, 0.45);
  border-radius: 8px;
}

.product_product-line-specs .product_features_wrap .product_feature_image_wrap {
  border: 0;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}

.product_product-line-specs .product_features_wrap .product_feature_content {
  padding: 2.4rem;
}

.custom_product_features_modal.modal_overlay {
  position: fixed;
  z-index: 999;
  width: 100% !important;
  height: 100%;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 2rem;
}

.feature_modal_open {
  position: relative;
  overflow: hidden;
}

.feature_modal_open:after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: fixed;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}

.custom_product_features_modal.modal_overlay .custom_modal_inner {
  background-color: #fffcf8;
  max-width: 700px;
  border-radius: 8px;
  position: relative;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 700px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.custom_product_features_modal.modal_overlay
  .custom_modal_inner
  .modal_header_wrap {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 12px;
  top: 12px;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 0 10px -4px #000;
}

.custom_product_features_modal.modal_overlay
  .custom_modal_inner
  .modal_header_wrap
  svg {
  margin: 0;
  stroke: #000;
}

.custom_product_features_modal.modal_overlay .product_feature_image_wrap {
  width: 100%;
  /* height: 400px; */
  aspect-ratio: 4 / 3;
}

.custom_product_features_modal.modal_overlay .product_feature_image_wrap span {
  font-size: 15px;
  line-height: 19px;
}

.custom_product_features_modal.modal_overlay img.product_feature_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom_product_features_modal.modal_overlay .product_feature_content {
  padding: 20px;
}

/* .custom_product_features_modal.modal_overlay .product_feature_video_wrap {
  height: 500px;
} */

.custom_product_features_modal.modal_overlay video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.custom_product_features_modal.modal_overlay .icon-magnifier-wrap {
  display: none;
}
.product_feature_video_wrap {
  position: relative;
}

.product_feature_video_wrap .play-icon_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgb(229 69 48 / 70%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
}

.product_feature_video_wrap .play-icon_wrap svg {
  width: 30px;
  height: 28px;
  margin: 0;
}

.product_feature_video_wrap .play-icon_wrap svg path {
  fill: #fff;
}

/* .featured_yt_videos_wrap iframe {
  max-width: 900px;
  display: block;
  border-radius: 10px;
  width: 100%;
  height: auto;
  min-height: 416px;
}
 */

.featured_yt_videos_wrap {
  margin-bottom: 32px;
}

.featured_yt_videos_wrap .yt_video_item {
  max-width: 900px;
}

.player-details-wrapper {
  margin-top: 1rem;
}

.yt-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.yt-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.featured_yt_videos_wrap iframe ~ div {
  padding: 2rem 0;
  font-size: 2rem;
  max-width: 900px;
  line-height: 24px;
}

.player-details-wrapper span {
  display: block;
}

.player-details-wrapper span + span {
  font-size: 14px;
}

/* samita custom */

body.gradient.page_request-for-quote.rfq-theme-887 {
  @media screen and (min-width: 990px) {
    .page-width--narrow {
      max-width: fit-content;
      padding: 0;
    }
  }
}

/* redesign card grid */
.custom-product-grid-wrap .glance_items .glance-icon-wrap {
  min-width: 30px;
}

.grid_product .card_buttons {
  padding: 0 16px 16px;
}

.grid_product .card_price_buttons_list .monthly_price_wrap strong {
  margin-left: 0;
  font-size: 18px;
  line-height: 21px;
}
.monthly_price_wrap span {
  font-size: 15px;
}
.grid_product .card_buttons .button {
  padding: 5px 12px;
  width: 100%;
  text-transform: uppercase;
}

.grid_product .card_buttons .button::before {
  box-shadow: none;
}

.grid_product .card-action_buttons .button-container:nth-child(2) {
  text-align: center;
  margin-top: 6px;
}

.grid_product .quote_proxy_btn {
  color: red;
}
.grid_product .stock_num {
  margin-bottom: 12px;
  display: block;
}

/* .grid_product.custom-product-grid-wrap .glance_items .glance-icon-wrap {
    width: 25px;
    margin-right: 6px;
} */
.grid_product.custom-product-grid-wrap .glance_items {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 1.11rem));
  grid-column-gap: 1.11rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  padding: 4px 0;
}

.grid_product .card_product_location {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grid_product .card_product_location p,
.grid_product .card_product_location span {
  font-size: 1.4rem;
  margin-bottom: 2px;
}
.grid_product .card_product_location .product_location_wrap{
  display: flex;
  gap:0.5rem;
  align-items: center;
}
.grid_product .card_product_location .product_location_wrap span svg{
  margin-right: 0;
}


.grid_product .price-section.price-section--withoutTax {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  flex-direction: column;
}

.grid_product .card-text.card_price_wrap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.grid_product .card-action_buttons {
  margin-top: 16px;
}

.grid_product span.price.price--withoutTax {
  font: normal normal bold 18px / 22px var(--font-body-family);
}

.grid_product span.price--compared.price.price--withoutTax {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
span.price--compared.price.price--withoutTax.bold-red {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: rgb(var(--color-base-accent-1));
}

.grid_product .monthly_price_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0;
}

.grid_product.custom-product-grid-wrap .glance_items .glance_item_title {
  line-height: 14px;
}

.custom-product-grid-wrap .card .card-content-holder p.card-text {
  font: normal normal normal 14px/21px var(--font-body-family);
}

.productCarousel-slide .product-grid.grid_product .card .card-title {
  margin-bottom: 6px;
}
@media (min-width: 750px) {
  .productCarousel-slide .product-grid.grid_product .card .card-title {
    margin-bottom: 8px;
  }
  .card_product_location.card_product_upgrades {
    margin: 5px 0;
  }
}

.custom-product-grid-wrap .glance_items .glance_icons-text {
  display: flex;
  align-items: flex-start;
}

.featured_yt_videos_wrap iframe {
  width: 100%;
  display: block;
  min-height: 500px;
}

.featured_yt_videos_wrap iframe > div {
  padding: 1rem 0;
}

.glance-wrap {
  margin-top: 5px;
}
.financing-form-app[data-v-44998e46] .finance-form-wrapper {
  height: auto !important;
}
.finance-form-wrapper {
  height: auto !important;
}
.trx-widget .fitow-form-datepicker {
  border: 0px solid var(--trx-border-light) !important;
}
.fitow-input .fitow-input-wrapper > select[data-v-16bec696] {
  border-radius: var(--input-border-radius) !important;
}
@media (max-width: 1399px) {
  .grid_product.custom-product-grid-wrap .glance_items {
    grid-template-columns: repeat(2, auto);
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .custom-product-grid-wrap .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
}
@media (max-width: 992px) {
  .featured_yt_videos_wrap {
    margin-bottom: 20px;
  }
  .featured_yt_videos_wrap iframe {
    min-height: 100%;
  }
}
@media (min-width: 750px) and (max-width: 950px) {
  .custom-product-grid-wrap .glance_items .glance-icon-wrap {
    width: 20px;
    min-width: 20px;
  }
  .custom-product-grid-wrap .glance_items .glance_item_subtitle {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .product__text.product_location_wrap {
    font-size: 14px;
    line-height: 21px;
  }
}

/*------------------------------------- Brand Page Starts ------------------------------------- */

.brand-collection .heading-container h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.brand-collection-heading-wrapper {
  padding-bottom: 0;
  text-align: center;
}
.brand-collection-with-icon .image-container {
  margin-bottom: 10px;
}

.brand-collection-with-icon .image-container img {
  object-fit: contain;
}

.brand-collection-with-icon .collection-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin-bottom: 0;
}
.brand-collection-with-icon .title-container p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin: 0;
  color: #707070;
}

.brand-collection-wrapper {
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
}
.brand-collection-wrapper .heading-container h2 {
  font-size: 35px;
  font-weight: 800;
  line-height: 52.5px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

.bold-grid--template .brand-collection-wrapper .heading-container h2:hover {
  color: var(--primary-color);
}

.brand-collection-wrapper {
  text-align: center;
}

.brand-collection-wrapper .heading-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-decoration: none;
}

.brand-collection-wrapper .collection-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24.96px;
  text-align: center;
  color: var(--brand-ink);
  margin-bottom: 16px;
}
.brand-collection-wrapper .collection-result {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #707070;
}

.brand-collection-content-wrapper {
  margin-top: 16px;
}

.brand-collection-grid {
  justify-content: center;
}
.brand-collection-grid article.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.brand-collection-grid.custom-product-grid-wrap {
  row-gap: 16px;
  column-gap: 16px;
}
.brand-collection-grid.grid--5-col-desktop .grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
}

.collection-brand-logos-section {
  background: #f5f5f5;
  text-align: center;
  margin-top: 5rem;
}

.collection-brand-logos-section .home-brand-section {
  padding-top: 24px;
}

.collection-brand-logos-section .title-container {
  display: block;
  text-transform: uppercase;
}

.collection-brand-logos-section .title-wrapper {
  margin-bottom: 0;
}

.collection-brand-logos-section p {
  margin-bottom: 0;
}

.collection-brand-logos-section .title-container h3 {
  margin-bottom: 8px;
  line-height: normal;
}

.collection-brand-logos-section .swiper-wrapper {
  justify-content: center;
}

.collection-location-listing .contact-grid .contact-location-details_wrap {
  background: none;
  border-radius: unset;
  border: 0;
  padding: 0;
  border-bottom: 1px solid var(--brand-ink);
}

.collection-location-listing .contact-location-container.grid-item:last-child {
  margin-bottom: 0;
}

.collection-location-listing .mapContainer {
  height: 100%;
}

.collection-location-listing
  .contact-locations-section
  .contact-location-wrapper
  .title-container {
  margin-bottom: 8px !important;
}

.collection-location-listing
  .contact-location-details
  .details-wrapper:not(:last-child) {
  margin-bottom: 8px;
}

.collection-location-listing .contact-location-details {
  margin-bottom: 16px !important;
}

.collection-location-listing
  .contact-location-details_wrap.loc_expanded
  .contact_location_hidden_contents {
  background: none;
}

.collection-location-listing
  .contact-grid
  .contact-location-details_wrap.loc_expanded:after {
  content: none;
}

.collection-location-listing .title-link {
  display: flex;
  align-items: center;
}

.collection-location-listing .mapContainer img {
  object-fit: cover;
  object-position: right;
}

.collection-location-listing
  .customer_service_sec.customer_service_area
  .contact-location-wrapper {
  padding: 0;
}

.collection-location-listing .title-container h2 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.collection-location-listing .details-container .details-link {
  align-items: center;
}

.collection-location-listing
  .details-content-container
  .details-container
  span {
  display: inline-block;
}

.collection-location-listing .details-content-container .details-container svg {
  margin-right: 10px;
}

.collection-location-listing .details-content-container p {
  line-height: normal;
}

.collection-location-listing .details-container .map_trigger_proxy {
  text-decoration: none !important;
  color: #707070;
}

.collection-location-listing.customer_service_sec.customer_service_area
  .contact-location-wrapper {
    display: grid;
  padding-top: 15px;
  max-height: 540px;
  overflow-y: scroll;
}
/* Track (background) */
.collection-location-listing.customer_service_sec.customer_service_area .contact-location-wrapper::-webkit-scrollbar-thumb {
  background: var(--brand-teal);
}

.collection-location-listing.customer_service_sec {
  margin-top: 0;
}

.tag-wise-product-slider .title-container {
  display: block;
}

@media (min-width: 2500px) {
  .brand-collection-grid.grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-mobile-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-mobile-horizontal-spacing) * 4 / 5);
  }
}

.brand-collection-grid .grid__item .card-title {
  margin-bottom: 24px;
}

.brand-collection #product-grid .rfq-collection-btn {
  display: none !important;
}

.brand-collection-grid.product-grid .card-img-container img {
  object-fit: contain;
}
.brand-collection-grid.product-grid .card-img-container {
  min-height: 100%;
  height: 100%;
}
.brand-collection-grid .card .card-content-holder .card-text {
  min-height: 21px;
  display: block;
}
.brand-collection-grid.custom-product-grid-wrap .glance_items {
  padding: 0;
}
.brand-collection-grid .glance-wrap {
  margin-top: 0;
}
.brand-collection-grid.grid_product .card_buttons {
  padding: 0 8px 8px;
}
/* brand slider */
.brand-collection-list-wrapper {
  position: relative;
}
.swiper-brand-collection-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; /* Centers the Swiper */
}
@media (max-width: 767px) {
  .swiper-brand-collection-wrapper .swiper-slide {
    width: 160px !important;
  }
}
@media (min-width: 768px) {
  .swiper-wrapper.swiper-brand-collection-wrapper {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .swiper-brand-collection-wrapper .swiper-slide {
    width: calc(20% - 20px * 5 / 6) !important;
  }
}
@media (min-width: 1024px) {
  .collection-location-listing
    .contact-location-container.grid-item:last-child {
    margin-bottom: 35px;
  }

  .collection-location-listing
    .contact-location-container.grid-item:last-child {
    max-width: max-content;
  }

  .collection-location-listing .title-container h2 {
    padding-top: 32px;
  }

  .collection-location-listing.customer_service_sec.customer_service_area
    .contact-location-wrapper {
    padding-top: 35px;
  }

  .collection-brand-logos-section .home-brand-section {
    padding-top: 64px;
  }

  .swiper-brand-collection-wrapper .swiper-slide {
    width: calc(20% - 20px * 7 / 8) !important;
  }

  .collection-brand-logos-section .title-container h3 {
    font-size: calc(var(--font-heading-scale) * 4.2rem);
  }

  .brand-collection-wrapper .heading-container h2 {
    text-decoration: none;
  }
}

.brand-collection-with-icon .title-container {
  flex-direction: column;
}

/*------------------------------------- Brand Page Ends ----------------------------------------*/

/* back to top button */
#backToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 115px;
  z-index: 9999;
  border: none;
  outline: none;
  background-color: var(--brand-teal);
  box-shadow: 0 0 14px -6px black;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  background-image: url(data:image/svg+xml,%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3C!--%20Uploaded%20to%3A%20SVG%20Repo%2C%20www.svgrepo.com%2C%20Transformed%20by%3A%20SVG%20Repo%20Mixer%20Tools%20--%3E%3Csvg%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%2F%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%3Cpath%20d%3D%22M12.75%2020C12.75%2020.4142%2012.4142%2020.75%2012%2020.75C11.5858%2020.75%2011.25%2020.4142%2011.25%2020L11.25%2010.75H6.00002C5.69668%2010.75%205.4232%2010.5673%205.30711%2010.287C5.19103%2010.0068%205.25519%209.68417%205.46969%209.46967L11.4697%203.46967C11.6103%203.32902%2011.8011%203.25%2012%203.25C12.1989%203.25%2012.3897%203.32902%2012.5304%203.46967L18.5304%209.46967C18.7449%209.68417%2018.809%2010.0068%2018.6929%2010.287C18.5768%2010.5673%2018.3034%2010.75%2018%2010.75H12.75L12.75%2020Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
}

#backToTopBtn:hover {
  background-color: var(--brand-success);
  transition: 0.2s ease-in;
}
/* back to top button */

/* product page */
.bold-red b {
  font-weight: 700 !important;
  color: rgb(var(--color-base-accent-1)) !important;
}

/* product page issue */
.gpo-app .gpo-ov-wrapper.vertical .gpo-choicelist input + label,
.gpo-app .gpo-ov-wrapper.vertical .gpo-swatches.buttons input + label {
  flex: 0 0 calc(100% - 0px) !important;
}
.gpo-app .gpo-swatches {
  flex-direction: unset !important;
}
.custom-option-container .gpo-app .gpo-swatches.buttons input + label .addOn {
  white-space: nowrap;
}
.gpo-app .gpo-swatches.buttons input + label {
  line-height: 24px !important;
}

.gpo-app .gpo-ov-wrapper {
  width: 100%;
  align-items: flex-start;
}
.gpo-app .gpo-label {
  margin-bottom: 12px !important;
}
.locations-inventory .gpo-app .gpo-label {
  margin-bottom: 8px !important;
}
.gpo-app .gpo-swatches.buttons input + label {
  text-align: left !important;
}
.product .gpo-element.gpo-form__group .gpo-label {
  gap: 10px;
}
.locations-inventory .product .gpo-element.gpo-form__group .gpo-label {
  gap: 4px;
}
.gpo-app .gpo-dropdown {
  width: 100%;
}
.gpo-app .gpo-dropdown .dropdown-button {
  border: 2px solid var(--brand-success) !important;
  border-radius: 5px !important;
  width: 100% !important;
  font-weight: 600;
  min-height: 52px !important;
}

/* fliter overwrite price range */
.noUi-horizontal {
  height: 5px !important;
}
.noUi-target {
  background: var(--brand-accent) !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.noUi-connects {
  border-radius: 0px !important;
}
.noUi-base,
.noUi-connects {
  width: calc(100% - 16px) !important;
}
.noUi-horizontal .noUi-handle {
  width: 18px !important;
  height: 18px !important;
  right: -16px !important;
  top: -7px !important;
  cursor: pointer !important;
}
.noUi-handle {
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--brand-accent) !important;
  cursor: default !important;
  box-shadow: none !important;
}
.noUi-handle:after,
.noUi-handle:before,
.custom_price_range_wrap .slider,
.custom_price_range_wrap .range-input {
  display: none !important;
}

.custom_price_range_wrap .field__input:not(:placeholder-shown) {
  padding: 2.2rem 1rem 0.8rem 1rem;
}

/* loading css */
/* HTML: <div class="loader"></div> */
.infinite_next {
  position: relative;
  display: none;
}
.infinite_next:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -38px;
  width: 25px;
  aspect-ratio: 4;
  background: radial-gradient(circle closest-side, var(--brand-accent) 90%, #0000) 0 /
    calc(100% / 3) 100% space;
  clip-path: inset(0 100% 0 0);
  animation: l1 2s steps(4) infinite;
}
@keyframes l1 {
  to {
    clip-path: inset(0 -34% 0 0);
  }
}

.infinite_next:empty {
  display: none;
}

/* location inventory */
.locations-inventory .product .gpo-app .gpo-choicelist input + label:before {
  width: 16px;
  height: 16px;
}

.locations-inventory .gpo-app .gpo-choicelist input + label:after {
  width: 8px;
  height: 8px;
}
.locations-inventory .product .gpo-app .gpo-choicelist input + label:after {
  top: 4px;
  left: 4px;
}
.locations-inventory .product .gpo-app .gpo-choicelist.gpo-radio input + label {
  padding-left: 24px;
}

.locations-inventory
  .product
  .gpo-app
  .gpo-swatches.color-swatches
  input
  + label
  .top-color {
  border-radius: 2px;
  width: 30px;
  height: 30px;
}
.locations-inventory .gpo-app .gpo-swatches.color-swatches {
  margin-right: 0;
}

.locations-inventory
  .product
  .gpo-app
  .gpo-swatches.color-swatches
  input:checked
  + label {
  outline: 2px solid var(--brand-success);
  outline-offset: 2px;
}
.locations-inventory .product .gpo-app .gpo-swatches input + label {
  border-radius: 2px;
}
.locations-inventory .product .gpo-app .gpo-select select {
  height: 36px;
}
.locations-inventory .product .gpo-app .gpo-total-text {
  margin-bottom: 2px;
}
.locations-inventory .product .gpo-app .gpo-swatches.image-swatches {
  max-width: 100px;
}
.locations-inventory .gpo-app .gpo-choicelist input + label,
.locations-inventory .gpo-app .gpo-choicelist input + label span {
  font-size: 13px;
}
.locations-inventory
  .gpo-app
  .gpo-choicelist
  input
  + label
  .gpo-choicelist__helptext {
  font-size: 13px;
  min-width: 232px;
}
.locations-inventory .gpo-app .gpo-choicelist input + label span:first-child {
  min-width: 64px;
}

.trailer-steps .trailer-steps__container {
  column-gap: 1.6rem;
}

.trailer-steps .trailer-step-title-wrapper {
  display: flex;
  column-gap: 1.6rem;
  margin-bottom: 4.8rem;
  min-height: 116px;
}

.trailer-steps .trailer-step__number span {
  width: 4.1rem;
  height: 4.1rem;
  background: var(--brand-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  line-height: normal;
}

.trailer-steps .trailer-step-title-container {
  line-height: normal;
  width: 90%;
}

.trailer-steps .trailer-step-title-container .trailer-step-count {
  text-transform: uppercase;
  color: var(--brand-ink);
  font-weight: 700;
  display: block;
  background: #fff;
  position: relative;
}

.trailer-steps .trailer-step-title-container .trailer-step-count:before {
  width: 100%;
  background: #d3d6da;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  z-index: 1;
}

.trailer-steps .trailer-step:last-child .trailer-step-count:before {
  content: none;
}

.trailer-steps .trailer-step-title-container .trailer-step-count span {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 10px;
}

.trailer-steps .trailer-option {
  padding: 0px 0px 16px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  overflow: hidden;
}

.trailer-steps .trailer-step-card-title {
  text-align: center;
  background: var(--brand-accent);
  color: #fff;
  padding: 3.2rem 0 1.6rem;
  min-height: 125px;
}

.trailer-steps .trailer-step-card-title h3,
.trailer-steps .trailer-step-card-title p {
  margin: 0;
  color: #fff;
}

.trailer-steps .trailer-step-card-title p {
  text-transform: capitalize;
}

.trailer-steps .trailer-step-card-title img {
  width: auto;
}

.trailer-steps .trailer-step-card-title h3 {
  font-size: calc(var(--font-heading-scale) * 3.2rem);
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.trailer-steps .trailer-step-options-container {
  padding: 1.6rem 3rem 1.6rem;
}

.trailer-steps .trailer-step-options-container ul {
  margin: 0 0 1.6rem;
  padding: 0;
  list-style: none;
}

.trailer-steps .trailer-step-options-container ul li {
  border-top: 1px solid #f5f5f5;
  padding: 1.6rem 0;
  display: flex;
  line-height: 2.5rem;
}

.trailer-steps .trailer-step-options-container ul li:first-child {
  border-top: 0;
}

.trailer-option__button {
  background: var(--brand-ink);
}

.trailer-option__button:hover,
.trailer-option__button:focus {
  background: var(--brand-accent);
}

.pre-approval-multi-icons-and-text .pre-qualification__content_wrapper {
  display: flex;
  align-items: flex-start;
  column-gap: 1.6rem;
  margin-bottom: 1.6rem;
}

.pre-approval-multi-icons-and-text .pre-qualification__icon {
  width: 4.8rem;
  height: 4.8rem;
}

.pre-approval-multi-icons-and-text .pre-qualification__icon img {
  width: 4.8rem;
  height: 4.8rem;
}

.pre-approval-multi-icons-and-text .pre-qualification__content {
  width: 95%;
  max-width: 95%;
}

.pre-approval-multi-icons-and-text.expert-service .image-with-text__heading {
  text-transform: none;
  margin-bottom: 2rem;
}

.pre-approval-multi-icons-and-text.expert-service .pre-qualification__title {
  margin-bottom: 0;
  font-size: calc(var(--font-heading-scale) * 2rem);
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}

.pre-approval-image-with-text.expert-service .image-with-text__grid {
  align-items: center;
}

.pre-approval-image-with-text.expert-service .image-with-text__heading {
  text-transform: none;
}

@media (max-width: 769px) {
  .trailer-steps .trailer-option {
    margin-bottom: 1.6rem;
  }

  .trailer-steps .trailer-step-card-title h3 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }

  .trailer-steps .trailer-step-card-title img {
    width: auto;
  }

  .trailer-steps .trailer-step-title-wrapper {
    margin-bottom: 2rem;
    min-height: auto;
  }

  .trailer-steps .trailer-step-card-title {
    min-height: auto;
    padding: 1rem 0;
  }

  .pre-approval-multi-icons-and-text.expert-service
    .image-with-text__media-item {
    order: 2;
  }

  .pre-approval-image-with-text.expert-service .image-with-text__media-item {
    order: 2;
    margin-top: 3rem;
  }

  .pre-approval-multi-icons-and-text.expert-service {
    padding-top: 0;
  }

  .pre-approval-multi-icons-and-text.expert-service .image-with-text__heading {
    margin-top: 0 !important;
  }

  .pre-approval-image-with-text.expert-service {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pre-approval-image-with-text.expert-service .image-with-text__heading {
    text-transform: none;
    margin-top: 0 !important;
  }
}

.page_pre-approval #zoho-preapproval{
  height: 740px !important;
}
@media screen and (max-width: 820px){
  .page_pre-approval #zoho-preapproval{
    height: 760px !important;
  }
}
@media screen and (max-width: 520px){
  .page_pre-approval #zoho-preapproval{
    height: 1050px !important;
  }
}

/* Responsive header icon and menu changes */
.header__icons .mobile-hide{
  display: flex;
}
.header__icons .desktop-hide{
  display: none;
}
.menu-drawer__menu li a svg{
  width: 24px;
}
.menu-drawer__menu li a svg path{
  fill: #00040b;
}
.menu-drawer__menu li a:hover svg path{
  fill: var(--brand-primary-hover);
}

@media screen and (max-width: 767px){
  .header__icons .mobile-hide{
    display: none;
  }
  .header__icons .desktop-hide{
    display: flex;
  }
}

/* AgVolution: breathing room between header logo and nav menu (desktop) */
@media screen and (min-width: 990px) {
  .header--middle-left .header__inline-menu {
    margin-left: 4rem;
  }
}

/* AgVolution: breadcrumbs — smaller text + tighter vertical space site-wide + a dark variant */
.breadcrumbs ol li { font-size: 12px; line-height: 1.35; }
.breadcrum-container { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.new-glance-inventory--template .breadcrumbs { padding-top: 2px; padding-bottom: 2px; }

/* Dark variant: render the breadcrumbs snippet with  dark: true  (use between dark sections) */
.breadcrumbs--dark { background: var(--brand-ink, #1F1F21); padding: 0.8rem 0; }
.breadcrumbs--dark ol li,
.breadcrumbs--dark ol li a { color: #C9CCD1; }
.breadcrumbs--dark ol li a:hover,
.breadcrumbs--dark ol li:last-child a,
.breadcrumbs--dark ol li[aria-current] { color: #ffffff; }
.breadcrumbs--dark ol li:not(:first-child) {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 5.5L1 10' stroke='%23C9CCD1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/* AgVolution: ADAPTIVE breadcrumb. agv-breadcrumb-adaptive.js sets the bar's
   background to match the content section directly below it (seamless on
   Solutions + every custom page), then toggles one of the classes below so the
   text + chevron contrast correctly. Replaces the old per-page .page_* blocks. */
.breadcrum-container { transition: background-color 0.18s ease; }

.breadcrum-container.agv-on-dark .breadcrumbs ol li,
.breadcrum-container.agv-on-dark .breadcrumbs ol li a { color: #C9CCD1; }
.breadcrum-container.agv-on-dark .breadcrumbs ol li a:hover,
.breadcrum-container.agv-on-dark .breadcrumbs ol li:last-child a,
.breadcrum-container.agv-on-dark .breadcrumbs ol li[aria-current] { color: #ffffff; }
.breadcrum-container.agv-on-dark .breadcrumbs ol li:not(:first-child) {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 5.5L1 10' stroke='%23C9CCD1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.breadcrum-container.agv-on-light .breadcrumbs ol li,
.breadcrum-container.agv-on-light .breadcrumbs ol li a { color: #5B6470; }
.breadcrum-container.agv-on-light .breadcrumbs ol li a:hover,
.breadcrum-container.agv-on-light .breadcrumbs ol li:last-child a,
.breadcrum-container.agv-on-light .breadcrumbs ol li[aria-current] { color: #1F1F21; }
.breadcrum-container.agv-on-light .breadcrumbs ol li:not(:first-child) {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 5.5L1 10' stroke='%235B6470' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/* AgVolution: thestyles.css sets a global  svg { margin-right: 8px }  which offsets icons inside centered chips. Lucide icons (rendered via snippets/lucide-icon.liquid, class "lucide") use flex gap for spacing, so reset their margin to keep chips centered site-wide. */
.lucide { margin: 0; }

/* AgVolution v2.11: smooth in-page anchor scrolling (e.g. hero "Our brands" -> #our-brands). */
html { scroll-behavior: smooth; }

/* AgVolution v2.11: collection pages — pull the H1 up tight under the breadcrumb
   and trim the empty space above the product grid. Scoped to .collection-wide-range. */
.collection-wide-range .fullwith-breadcrum.page-width { padding-bottom: 0; }
.collection-wide-range .section-collection-banner { padding-top: 0; padding-bottom: 0; }
.collection-wide-range .collection-hero__inner.page-width { padding-top: 0.4rem; padding-bottom: 0; }
.collection-wide-range .collection-hero__title { margin-bottom: 0.6rem; }
/* the actual gap above the H1 was this wrapper's 32px top padding (confirmed live) */
.collection-wide-range .collection-hero__text-wrapper { padding-top: 0; }
.collection-wide-range .product-grid-container .plp_top_info_wrap { margin-bottom: 0.9rem; }
@media screen and (min-width: 990px) {
  .collection-wide-range .collection-hero__inner.page-width { padding-top: 0.6rem; }
}

/* AgVolution v2.12: borderless product cards on collection + search (match the Deals page) —
   the card frame was Dawn's scheme-colored border (visible on light pages, invisible on the
   dark Deals section). Remove it, especially around the image; keep a subtle lift for definition. */
.collection-wide-range .custom-product-grid-wrap,
.template-search .custom-product-grid-wrap { --border-width: 0px; --image-padding: 0rem; }
.collection-wide-range .custom-product-grid-wrap .card,
.collection-wide-range .custom-product-grid-wrap .card-figure,
.collection-wide-range .custom-product-grid-wrap .card-img-container,
.collection-wide-range .custom-product-grid-wrap .card-image,
.collection-wide-range .custom-product-grid-wrap .card .media,
.template-search .custom-product-grid-wrap .card,
.template-search .custom-product-grid-wrap .card-figure,
.template-search .custom-product-grid-wrap .card-img-container,
.template-search .custom-product-grid-wrap .card-image,
.template-search .custom-product-grid-wrap .card .media { border: 0 !important; }
.collection-wide-range .custom-product-grid-wrap .card--card:after,
.collection-wide-range .custom-product-grid-wrap .card--standard .card__inner:after,
.template-search .custom-product-grid-wrap .card--card:after,
.template-search .custom-product-grid-wrap .card--standard .card__inner:after { box-shadow: none; border: 0; }
.collection-wide-range .custom-product-grid-wrap.product-grid .grid__item > .card,
.template-search .custom-product-grid-wrap.product-grid .grid__item > .card { box-shadow: 0 1px 4px rgba(0, 0, 0, .05); }

/* AgVolution v2.15: same borderless treatment on the Deals page cards — the scheme border was
   still drawing a frame around the image on the dark Deals section. */
.page_deals .custom-product-grid-wrap { --border-width: 0px; --image-padding: 0rem; }
.page_deals .custom-product-grid-wrap .card,
.page_deals .custom-product-grid-wrap .card-figure,
.page_deals .custom-product-grid-wrap .card-img-container,
.page_deals .custom-product-grid-wrap .card-image,
.page_deals .custom-product-grid-wrap .card .media { border: 0 !important; }
.page_deals .custom-product-grid-wrap .card--card:after,
.page_deals .custom-product-grid-wrap .card--standard .card__inner:after { box-shadow: none; border: 0; }

/* AgVolution v2.13: brand-grid / bold-grid layouts disable the standard banner and render their own
   H1 inside the product-grid section — tighten THAT H1 up to the breadcrumb too (matches collection.json). */
.collection-wide-range .brand-collection-heading-wrapper { padding-top: 0.4rem; padding-bottom: 0; }
.collection-wide-range .brand-collection .heading-container { margin-top: 0; padding-top: 0; }
.collection-wide-range .brand-collection .heading-container h1 { margin-top: 0; margin-bottom: 1.2rem; }
@media screen and (min-width: 990px) {
  .collection-wide-range .brand-collection-heading-wrapper { padding-top: 0.6rem; }
}

/* AgVolution v2.14: the real breadcrumb→H1 gap on collection pages is Dawn's
   `.section + .section` inter-section margin (full section spacing) sitting between the
   breadcrumb section and the banner/grid. Tighten it on every collection template and pull
   the banner (H1) right up under the breadcrumb. */
.collection-wide-range .section + .section { margin-top: 1.2rem; }
.collection-wide-range .section + .section-collection-banner { margin-top: 0; }

/* AgVolution v2.17: collection pages use ONE grey background throughout. The banner uses the
   grey scheme but the .collection-hero box + the product-grid section used color-scheme-1 (white),
   leaving a white strip under the H1. Grey every white scheme block in the collection main +
   the page bg so it's seamless (cards keep their own background). Verified live. */
.collection-wide-range { background: #f7f8fa; }
.collection-wide-range #MainContent .color-scheme-1 { background: #f7f8fa !important; }

/* AgVolution v2.26: Brands mega-menu — 10px gap between the cards and the panel edge, larger logos.
   Panel positioned via .agv-brands-mega directly so it works regardless of the disclosure class. Verified live. */
.header__inline-menu header-menu:has(.agv-brands-mega) { position: relative; }
.header__inline-menu .agv-brands-mega { position: absolute; top: 100%; width: 66rem; left: -17rem; padding: 10px !important; background: #f6f7f9; z-index: 5; }
.agv-brands-mega__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; grid-auto-rows: 1fr; margin: 0; padding: 0; list-style: none; }
.agv-brands-mega__item { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 1.1rem; min-height: 13.5rem; padding: 1.8rem 1.4rem; border-radius: 12px; text-decoration: none; background: #fff; border: 1px solid rgba(0,0,0,.08); box-shadow: 0 1px 4px rgba(0,0,0,.06); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.agv-brands-mega__item:hover { border-color: rgba(115,184,35,.6); box-shadow: 0 10px 24px rgba(0,0,0,.12); transform: translateY(-2px); }
.agv-brands-mega__logo { width: 100%; height: 6.4rem; display: flex; align-items: center; justify-content: center; }
.agv-brands-mega__logo img { max-height: 5.4rem; max-width: 92%; width: auto; object-fit: contain; }
.agv-brands-mega__name { font-size: 1.35rem; font-weight: 600; line-height: 1.2; color: #1F1F21; }
/* mobile drawer: 2-column equal-height card tiles, 10px field padding, larger logos */
.agv-brands-mega--drawer > ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; grid-auto-rows: 1fr; list-style: none; margin: 0; padding: 10px; }
.agv-brands-mega--drawer .agv-brands-mega__item { gap: 0.8rem; min-height: 11rem; padding: 1.4rem 0.9rem; }
.agv-brands-mega--drawer .agv-brands-mega__logo { height: 5.4rem; }
.agv-brands-mega--drawer .agv-brands-mega__logo img { max-height: 4.6rem; max-width: 88%; }
.agv-brands-mega--drawer .agv-brands-mega__name { font-size: 1.35rem; white-space: normal; }

/* AgVolution: primary green buttons — WHITE label + a-shade-darker green hover (#508217), site-wide default.
   Covers Dawn primary buttons and the custom agv-*/btn--pri buttons; outline/secondary/tertiary excluded. */
.button:not(.button--secondary):not(.button--tertiary),
.button--primary,
.agv-btn--primary, .agv-btn--pri, .btn--pri {
  color: #ffffff !important;
}
.button:not(.button--secondary):not(.button--tertiary):hover,
.button--primary:hover,
.agv-btn--primary:hover, .agv-btn--pri:hover, .btn--pri:hover {
  background-color: #508217 !important;
  color: #ffffff !important;
}

/* AgVolution: Product Features cards — on-brand title/value + tighter line-height (both product templates) */
.product_features_wrap .product_feature_content {
  line-height: 1.5;
}
.product_features_wrap .product_feature_content p {
  margin-bottom: 0.6rem;
}
.product_features_wrap .product_feature_content p strong {
  color: var(--brand-ink, #1F1F21);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.product_features_wrap .product_feature_content span {
  color: #5C6470;
  line-height: 1.5;
}

/* Product Features cards — polished card on ALL product templates (the earlier rule was scoped to
   .new-glance-inventory--template, but this product renders on trailer-inventory/product-line-specs,
   so the cards came out unstyled). White rounded card + soft shadow; image rounded at the top,
   keeping its 1px divider. Matches the Stryker reference. */
.product_features_wrap .product_feature_item {
  background: #ffffff;
  box-shadow: 0 0 5px rgba(87, 87, 87, 0.45);
  border-radius: 8px;
  overflow: hidden;
}
.product_features_wrap .product_feature_image_wrap {
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}
.product_features_wrap .product_feature_content {
  padding: 2.4rem;
}

/* Grey band behind the video / product details / Product Features — begins under the CTA + glance
   items so the white feature cards stand out. The new-glance template already had this band (#F5F5F5);
   this extends the same grey + vertical rhythm to the trailer-inventory / product-line-specs templates,
   which previously rendered on a plain white background. (New-glance keeps its own higher-specificity rule.) */
.prod_desc_section {
  background: #F5F5F5;
}
.prod_desc_section .prod_desc_contents {
  padding-top: 40px;
  padding-bottom: 44px;
}
@media (min-width: 768px) {
  .prod_desc_section .prod_desc_contents {
    padding-top: 60px;
    padding-bottom: 64px;
  }
}

/* ============================================================
   AgVolution brand CTAs — white label, larger, ALL CAPS
   (brand direction, June 2026). Overrides the ID-scoped
   primary/outline button rules in the agvolution-* sections.
   Primary fill stays brand green (#73B823); hover -> #609B1C.
   ============================================================ */
.btn--pri, .btn--out,
.agv-btn--pri, .agv-btn--out,
.agv-btn--primary, .agv-btn--outline {
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  font-size: 1.6rem !important;
}
.btn--pri,
.agv-btn--pri,
.agv-btn--primary {
  color: #fff !important;
  font-weight: 800 !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .18);
}
/* Main product CTA (add to cart / buy) — uppercase to match brand CTAs */
.product-form__submit,
.shopify-payment-button__button--unbranded {
  text-transform: uppercase;
  letter-spacing: .03em;
}

/* ============================================================
   AgVolution brand pass — June 2026 (round 2: Montserrat)
   ============================================================ */

/* Heading weights: h1 + primary titles render at 800; all other
   headers fall back to the theme heading weight (Montserrat 700). */
h1, .h1, .product__title, .main-page-title, .title--primary {
  font-weight: 800 !important;
}

/* Price weight 700 — product-page regular price (cards are already 700;
   .final-price set to 700 in the new-glance template). */
.price__regular .price-item--regular,
.product__price .price-item,
.price--main .price-item--regular {
  font-weight: 700 !important;
}

/* Shopify Forms app block — inherit the branded native-form look.
   Scoped to the .agv-embedded-form wrapper so the native forms are untouched. */
.agv-embedded-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
.agv-embedded-form textarea,
.agv-embedded-form select {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
  color: #1F1F21;
  border: 1px solid #D5D9DF;
  border-radius: var(--inputs-radius, 0.6rem);
  padding: 1.2rem 1.3rem;
  font-size: 1.4rem;
  font-family: inherit;
}
.agv-embedded-form textarea { resize: vertical; }
.agv-embedded-form input:focus,
.agv-embedded-form textarea:focus,
.agv-embedded-form select:focus {
  outline: 2px solid var(--brand-primary, #73B823);
  outline-offset: 1px;
}
.agv-embedded-form label {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.agv-embedded-form button[type="submit"],
.agv-embedded-form [type="submit"] {
  background: var(--brand-primary, #73B823) !important;
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  border: 0;
  border-radius: var(--buttons-radius, 0.9rem);
  padding: 1.4rem 2.6rem;
  cursor: pointer;
}
.agv-embedded-form button[type="submit"]:hover,
.agv-embedded-form [type="submit"]:hover {
  background: var(--brand-primary-hover, #609B1C) !important;
}
.agv-embedded-form--ondark label { color: #1F3305; }

/* Mobile: prevent white slivers/gaps between stacked full-bleed sections
   (brand sections set their own background; section spacing is 0). */
@media screen and (max-width: 749px) {
  .section + .section { margin-top: 0 !important; }
  .shopify-section + .shopify-section { margin-top: 0; }
  .shopify-section { overflow: clip; }
}
