@import './grid.css';
@import './common.css';
@import './components/swipe-hint.css';

:root {
  --color-black: #262a2c;
  --color-grey: #565656;
  --color-yellow: #fc0;
  --color-yellow-dark: #ebb50d;
}

.single-equipment {
  background-color: #F7F9FA;
}

.single-equipment .page-article {
  padding: 48px 0 72px;
}

.single-equipment .page-article * {
  font-family: 'Roboto Condensed';
  letter-spacing: 0;
}

.single-equipment .page-article > section {
  margin-top: 72px;
}

.single-equipment .page-article > section:first-child {
  margin: 0;
}

.slick-track {
  margin: 0;
}

/* Tabs */

.tabs .tabs__nav {
  display: flex;
  justify-content: flex-start;
  border: none;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.tabs .tabs__nav::-webkit-scrollbar { 
    display: none;
}

.tabs .tab-link {
  flex: 1;
  padding: 0;
}

.tabs .tab-link.active {
  border-bottom: 4px solid #353B3F;
  background: none !important;
}

.tabs .tab-link a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 48px !important;
  text-transform: uppercase;
  white-space: nowrap;
  color: #353B3F;
  box-shadow: none;
  padding: 0 12px !important;
}

.tabs .tab-link.active a {
  background: none;
  color: #353B3F;
}

.tabs__content .spinner-wrapper {
  margin: 24px 0;
}

/* Product Intro */

.product__intro--content {
  display: flex;
  gap: 48px;
}

.product__intro--box {
  width: 50%; 
}

/* Media Browser */

.single-equipment .media-browser__tabs.tabs {
  margin: 0;
}

.media-browser__tabs .slick-wrapper.slick-loading {
  height: 100%;
}

.media-browser-slick .slick-track {
  padding: 0 !important;
}

.media-browser-slick .slick-list {
  height: 540px;
}

.media-browser-slick .slick-slide {
  box-shadow: none;
}

.media-browser-slick.slick-initialized .slick-slide-content {
  display: flex !important;
  justify-content: center;
}

.media-browser-slick .slick-slide-content img,
.media-browser-slick .slick-slide-content iframe,
.media-browser-slick .slick-slide-content .judo-spin-wrapper,
.media-browser-slick .slick-slide-content .fluid-width-video-wrapper {
  height: 540px !important;
  width: 90% !important;
  max-width: 90%;
}

.media-browser-slick .slick-slide-content .fluid-width-video-wrapper {
  width: 90% !important;
}

.media-browser-slick .slick-slide-content img {
  object-fit: cover;
}

.media-browser-slick .slick-slide-content .fluid-width-video-wrapper {
  position: relative;
}

.media-browser-slick .slick-slide-content .fluid-width-video-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.media-browser-slick .slick-slide-content .images-360-spinner img,
.media-browser-slick .slick-slide-content .fluid-width-video-wrapper iframe {
  width: 100% !important;
  max-width: 100%;
}

.media-browser-slick .slick-prev {
  left: -20px;
}

.equipment-single__view--slick-icon {
  position: absolute;
  top: 38%;
  left: 42%;
  width: 120px;
  pointer-events: none;
}

/* Product Overview */

.product-overview {
  margin-top: 60px;
}

.product-overview--archive {
  margin-bottom: 48px;
}

.product-overview--archive-text {
  color: var(--color-grey);
}

.product-overview--archive-link {
  width: 100%;
}

.product-overview--description,
.product-overview--specs,
.product-overview--options {
  background: #fff;
  padding: 24px;
}

.product-overview--specs {
  margin-top: 24px;
}

.product-overview--specs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.product-overview--specs-item {
  flex-basis: calc(50% - 12px);
  flex-grow: 0;
}

.product-overview--specs-item-content {
  display: flex;
  justify-content: space-between;
}

.product-overview--specs-item dt {
  flex: 1;
  display: flex;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.product-overview--specs-item dt::after {
  content: '';
  flex: 1;
  margin: 0 5px;
  background-image: linear-gradient(to right, #5D696F 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
}

.product-overview--specs-item dd {
  margin: 0;
}

.product-overview--actions {
  margin-top: 24px;
  display: flex;
  gap: 10px;
}

.product-overview--actions .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin: 0;
  height: 72px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.product-overview--options {
  margin-top: 24px;
  display: flex;
}

.product-overview--options * {
  font-weight: 500;
  text-transform: uppercase;
  color: #353B3F;
}

.product-overview--options a {
  text-decoration: underline;
}

.product-overview--options-title {
  flex: 1;
  margin: 0;
}

.product-overview--options-btns {
  display: flex;
  gap: 24px;
}

/* Product Details */

.product__details {
  margin-top: 48px !important;
}

.product__details .tabs__nav-wrapper,
.product__details .tabs .tabs__nav {
  margin: 0;
}

/* Specs */

.product__specs {
  margin: 0 !important;
}

.product__specs .accordion {
  padding: 0;
}

.product__specs .accordion-wrapper {
  max-width: none;
}

.product__specs .accordion-box {
  list-style: none;
  column-count: 2;
  margin: 0;
  padding: 0;
} 

.product__specs .accordion-box .accordion-item {
  margin: 0;
  margin-bottom: 24px;
  padding: 0 24px;
  background: #fff;
  break-inside: avoid-column;
}

.product__specs .accordion-box .accordion-item:last-child {
  margin: 0;
}

.product__specs .accordion-box .accordion-item::before {
  display: none;
}

.product__specs .accordion-title {
  display: flex;
  align-items: center;
  padding: 24px 0px;
  background: none;
  border: none;
  cursor: pointer;
}

.product__specs .accordion-title::before {
  content: "\ea0a";
  font-family: 'icomoon';
  font-size: 16px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 24px;
  color: #fff;
  background: #FEC81E;
  transition: all 0.3s ease;
}

.product__specs .accordion-item.open .accordion-title::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product__specs .accordion-content {
  padding: 0;
  padding-bottom: 12px;
}

.product__specs .accordion-content .specs-infos {
  padding: 12px 0;
  margin: 0;
  border: none;
  display: flex;;
}

.product__specs .accordion-content .specs-infos:first-child {
  padding-top: 0;
}

.product__specs .accordion-content dt {
  flex: 1;
  display: flex;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.product__specs .accordion-content dt::after {
  content: '';
  flex: 1;
  margin: 0 5px;
  background-image: linear-gradient(to right, #5D696F 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
}

.product__specs .accordion-content dd {
  margin: 0;
}

/* Request a Quote */

.product__request-quote {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.product__request-quote--bg {
  position: absolute;
  left: 0;
  z-index: 1;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}

.product__request-quote--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  max-width: 1050px;
  padding: 72px 0;
  position: relative;
  z-index: 3;
  color: #fff;
}

.product__request-quote--title {
  color: #fff;
}

.product__request-quote--description {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.product__request-quote--btn {
  height: 72px;
  background: #FEC81E;
  margin-top: 24px;
}

/* Deals */

.deals-specials-categories.tabs {
  display: none;
}

.product__deals {
  margin-bottom: 0 !important;
}

/* Similar Products */

.product__similar--slick-item {
  background: #fff;
  max-width: 400px;
  padding: 24px;
}

.product__similar--slick-item .item-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.3 / 1;
    object-fit: cover;
}

.product__similar--slick-item .item-content {
  margin-top: 24px;
}

.product__similar--slick-item .item-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.product__similar--slick-item .item-title p {
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
	text-align: center;
  max-height: 35px;
  max-width: 100%;
	margin: 0;
}

.product__similar--slick-item .item-title-model,
.product__similar--slick-item .item-title-term {
  display: inline-block;;
}

.product__similar--slick-item .item-title-common {
  display: none;
}

.product__similar--slick-item .item-content .btn {
  width: 100%;
  margin-top: 24px !important;
  padding: 0 12px;
}

/* Equipment tab */

.product__equipment .accordion {
  padding: 0;
}

.product__equipment .accordion-wrapper {
  max-width: none;
}

.product__equipment .accordion-box {
  list-style: none;
  column-count: 2;
  margin: 0;
  padding: 0;
} 

.product__equipment .accordion-box .accordion-item {
  margin: 0;
  margin-bottom: 24px;
  background: #fff;
  break-inside: avoid-column;
}

.product__equipment .accordion-box .accordion-item:last-child {
  margin: 0;
}

.product__equipment .accordion-box .accordion-item::before {
  display: none;
}

.product__equipment .accordion-title {
  display: flex;
  align-items: center;
  padding: 24px 0px;
  background: none;
  border: none;
  cursor: pointer;
}

.product__equipment .accordion-content {
  padding: 0;
}

.product__equipment--item-title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.product__equipment--item-content ul {
  list-style: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.product__equipment--item-content li {
  break-inside: avoid-column;
  padding: 0;
  padding-left: 12px;
  margin-bottom: 24px;
}

.product__equipment--item-content li::before {
  display: none;
}

/* Attachments tab */

.product__attachments--terms {
  background: #fff;
  position: relative;
}

.product__attachments--terms::after {
  content: "\e907";
  position: absolute;
  right: 24px;
  top: 42%;
  rotate: 90deg;
  font-family: 'icomoon';
  font-size: 14px;
}

.product__attachments--terms label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 24px;
  padding-right: 0;
  color: #5D696F;
  text-transform: capitalize;
  pointer-events: none;
}

.product__attachments--terms select {
  width: 100%;
  padding: 24px;
  padding-left: 88px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.product__attachments--terms select::-ms-expand {
  display: none;
}

.product__attachments--cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}

.attachment-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: calc(50% - 12px);
  flex-grow: 0;
  padding: 24px;
  background: #fff;
}

.attachment-card--content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 24px;
}

.attachment-card--info {
  flex: 1;
}

.attachment-card--title {
  margin-bottom: 24px;
}

.attachment-card--title p {
  margin: 0;
}

.attachment-card--title-term {
  font-weight: 500;
  text-transform: uppercase;
  color: #060606;
}

.attachment-card--title-model {
  color: #5D696F;
}

.attachment-card--photo img {
  height: 144px;
}

.attachment-card--btns {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.attachment-card--btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 48px;
  padding: 0 12px;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.attachment-card--specs-row {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.attachment-card--specs dt {
  flex: 1;
  display: flex;
  padding: 0;
  font-weight: 500;
}

.attachment-card--specs dt::after {
  content: '';
  flex: 1;
  margin: 0 5px;
  background-image: linear-gradient(to right, #5D696F 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
}

.attachment-card--specs dd {
  margin: 0;
}

.product__attachments--load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}

.product__attachments--load-more .btn {
  background: none;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-decoration: underline;
  text-transform: uppercase;
  color: #353B3F;
}

.product__attachments--load-more .btn::after {
  display: none;
}

/* Info */

.product__info,
.product__info--block + .product__info--tabs {
  margin-top: 48px !important;
}

.product__info--block,
.product__info--tabs .tabs__content {
  background: #fff;
  padding: 24px;
}

.product__info--tab-title,
.product__info--tab-content h2,
.product__info--tab-content h2 b,
.product__info--tab-content .p-h2,
.product__info--tab-content h3,
.product__info--tab-content h3 b,
.product__info--tab-content .p-h3,
.product__info--tab-content h4
.product__info--tab-content h4 b,
.product__info--tab-content .p-h4 {
  color: #060606;
}

.product__info--block-description,
.product__info--tab-description,
.product__info--tab-content * {
  color: #5D696F;
}

.product__info--tab-content ul {
  column-count: 2;
}

.product__info--tab-content li {
  break-inside: avoid-column;
}

.product__info--tab-content .accordion {
  padding: 0;
}

.product__info--tab-content .accordion-wrapper {
  max-width: none;
}

.product__info--tab-content .accordion-box {
  list-style: none;
  margin: 0;
  padding: 0;
} 

.product__info--tab-content .accordion-box .accordion-item {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  background: #fff;
}

.product__info--tab-content .accordion-box .accordion-item::before {
  display: none;
}

.product__info--tab-content .accordion-title {
  padding: 0;
  margin-bottom: 24px;
  background: none;
  border: none;
  color: #060606;
  font-weight: 500;
}

.product__info--tab-content .accordion-content {
  padding: 0;
}

/* MFP */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 15px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

.mfp-ie7 .mfp-img {
  padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
  padding: 0
}

.mfp-ie7 .mfp-content {
  padding-top: 44px
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0
}

.mfp-container .vpt,
.mfp-container .mfp-content {
  width: fit-content;
  margin: 0;
}


@media (max-width: 1400px) {
  .product-overview--specs-list {
    flex-direction: column;
  }

  .product-overview--specs-item {
    flex-basis: auto;
  }
}

@media (max-width: 1300px) {
  .attachment-card {
    flex-basis: 100%;
  }
}

@media (max-width: 1024px) {
  .product__intro--content {
    flex-direction: column;
    gap: 0;
  }

  .product__intro--box {
    width: 100%;
  }

  .product__media .media-browser__tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product__media .tabs__nav {
    width: 100%;
  }

  .product__media .tabs__content {
    width: 540px;
  }

  .media-browser-slick .slick-list {
    height: 400px;
  }

  .media-browser-slick .slick-slide-content img,
  .media-browser-slick .slick-slide-content iframe,
  .media-browser-slick .slick-slide-content .judo-spin-wrapper,
  .media-browser-slick .slick-slide-content .fluid-width-video-wrapper {
    width: 400px !important;
    height: 400px !important;
  }

  .fluid-width-video-wrapper iframe, 
  .fluid-width-video-wrapper object, 
  .fluid-width-video-wrapper embed {
    position: relative !important;
  }

  .equipment-single__view--slick-icon {
    top: 35%;
    left: 40%;
    width: 90px;
  }

  .product-overview {
    margin-top: 24px;
  }

  .product__specs .accordion-box {
    column-count: 1;
  }

  .product__equipment .accordion-box {
    column-count: 1;
  }
}

@media (max-width: 768px) {
  .single-equipment .page-article {
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  .product__media .tabs__content {
    width: 100%;
  }

  .media-browser-slick .slick-list {
    height: auto;
    padding: 0;
    aspect-ratio: 1 / 1;
  }

  .media-browser-slick .slick-slide {
    margin: 0;
  }

  .media-browser-slick .slick-arrow {
    display: none !important;
  }

  .media-browser-slick .slick-slide-content img,
  .media-browser-slick .slick-slide-content iframe,
  .media-browser-slick .slick-slide-content .judo-spin-wrapper,
  .media-browser-slick .slick-slide-content .fluid-width-video-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
  }

  .attachment-card--content {
    flex-direction: column;
    align-items: center;
  }

  .attachment-card--info {
    width: 100%;
  }

  .attachment-card--btns {
    flex-direction: column;
  }

  .attachment-card--btns .btn {
    flex: auto;
  }

  .product__info--tab-content ul {
    column-count: 1;
  }

  .product__request-quote--content {
    padding: 48px 0;
  }

  .product__request-quote--title {
    margin: 0;
  }

  .product__request-quote--description {
    display: none;
  }

  .product__request-quote--btn {
    width: 100%;
    height: 48px;
  }

  .product__similar--slick .slick-list {
    padding: 0;
  }

  .product__similar--slick .slick-slide {
    margin: 0;
  }

  .product__similar--slick-item {
    max-width: none;
  }

  .product__similar--slick-item .item-title-model,
  .product__similar--slick-item .item-title-term {
    display: none;
  }

  .product__similar--slick-item .item-title-common {
    display: inline-block;
  }
}

@media (max-width: 500px) {
  .single-equipment .page-article > section {
    margin-top: 48px;
  }

  .product__details {
    margin-top: 30px !important;
  }

  .product__info,
  .product__info--block + .product__info--tabs {
    margin-top: 30px !important;
  }

  .tabs .tab-link a {
    font-size: 14px;
    line-height: 36px !important;
  }

  .product-overview--specs-list {
    gap: 16px;
  }

  .product-overview--actions {
    flex-direction: column;
    gap: 8px;
  }

  .product-overview--actions .btn {
    flex: auto;
    height: 48px;
  }

  .media-browser-slick .slick-arrow {
    display: none;
  }

  .product__specs .accordion-content .specs-infos {
    padding: 8px 0;
  }

  .product__equipment--item-content li {
    margin-bottom: 16px;
  }

  .product__attachments--cards {
    gap: 16px;
    margin-top: 16px;
  }

  .attachment-card--content {
    gap: 16px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

@media screen and (min-width: 0px) and (max-width: 400px) {
  .fx-mobile-show {
    display: block;
  }
}

@media screen and (min-width: 401px) and (max-width: 1024px) {
  .fx-mobile-hide {
    display: none;
  }
}

/* Print */

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
  }

  .slick-loader, 
  .spinner-wrapper,
  .equipment-single__view--slick-icon {
    display: none !important;
  }

  .btn-primary {
    background: #262A2C !important;
    color: #fff !important;
  }

  .btn-secondary {
    background: #FC0 !important;
  }

  .quinn-hero-banner__tire-image {
    display: none !important;
  }

  .product__request-quote,
  .product__request-quote--content {
    height: 400px !important;
    break-inside: avoid !important;
    page-break-inside: avoid !important;
  }

  .product__request-quote--title,
  .product__request-quote--description {
    color: #fff !important;
  }

  .product__request-quote--btn {
    background: #FEC81E !important;
  }

  .product__similar,
  .product__similar--slick,
  .product__similar--slick .slick-list,
  .product__similar--slick .slick-track {
    width: 100% !important;
  }

  .product__similar--slick .slick-slide,
  .product__similar--slick-item {
    margin: auto !important;
  }

  .product__similar--slick-item {
    max-width: 500px !important;
  }

  .product__similar--slick-item .item-image img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.3 / 1 !important;
    object-fit: cover !important;
  }
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/

/*
CONTENTS:
    1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
    2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
    3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
    4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
    5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
    6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
    6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/

/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/

.mCustomScrollbar{ touch-action: pinch-zoom; /* direct pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ touch-action: auto; }

.mCustomScrollBox{ /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container{ /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}



/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_inside > .mCSB_container{ margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail{
    width: 2px;
    height: 100%;
    margin: 0 auto; border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px; /* minimum dragger height */
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto; border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_horizontal.mCSB_inside > .mCSB_container{
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal{
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
    width: 30px; /* minimum dragger width */
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
    height: 12px; /* auto-expanded scrollbar */
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
    height: 8px; /* auto-expanded scrollbar */
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_container_wrapper{
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container{
    padding-right: 30px;
    padding-bottom: 30px; box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
    margin-right: 0; /* non-visible scrollbar */
    margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }


/* THEME */

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 12px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 1px;
    margin: 6px 0;
    background-color: #ddd;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    background-color: #9c9c9c;
}

.btn-yellow {
  background: var(--color-yellow);
  color: var(--color-black);
}

@media screen and (min-width:1441px)  {
  .single-equipment .mfp-content .mfp-img {
    max-height: 800px!important;
  }
}