@media (max-width: 1500px) {
}

@media (max-width: 1440px) {
}

/* TABLET */

@media (max-width: 1200px) {
}

@media (max-width: 1080px) {
  .heating-section {
    padding-top: 40px;
  }
  .heating-search {
    display: block;
    margin-bottom: 40px;
  }
  body.scroll-heat .heating-main {
    padding-top: 75px;
  }
  .heating-sidebar {
    display: none;
  }
  body.scroll-heat .heating-sidebar-wrapper::before {
    display: none;
  }
  body.scroll-heat .heating-sidebar-wrapper::after {
    display: none;
  }
  .heating-main {
    width: 100%;
    float: none;
  }

  body.single.single-product nav.nav {
    display: block;
  }
}

@media (min-width: 1401px) {
  body.page-template-page-shop .banner li .image img {
    min-height: 750px;
    object-fit: cover;
  }
  /*body.page-template-page-shop .banner-inner li.slick-current .info:before {content: '';display: block;width: 600px;height:200px;z-index: 1;margin: 30px auto;right: 0;left: 0;max-width: 90%;}*/
}

@media (max-width: 1400px) {
  body.page-id-414514 .banner li::after,
  body.page-id-414514 .banner li::before {display: none;}

  body.page-template-page-shop .banner li .info {
    padding-top: 40px;
  }
  .banner .title {
    font-size: 2rem;
    line-height: 2.3rem;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    text-align: center;
    max-width: none;
    transform: translateX(0) translateY(-50%);
  }
  .banner .title .title-inner {
    max-width: none;
  }
  a.sticky-contact {
    display: block !important;
    position: relative;
    bottom: auto;
    left: auto;
    border-radius: 0;
    width: 99%;
    text-align: center;
    margin: 0 auto;
  }
  .banner .info {
    margin: 20px auto 0;
    position: relative;
    top: 0;
    left: 0;
    padding: 10px 10px 20px 10px;
    transform: translateY(0) translateX(0);
  }
  .banner .title {
    transform: translateX(0) translateY(0);
    width: 100% !important;
    max-width: none !important;
  }
  .banner .push-down {
    display: none;
  }
  .rest-of-site {
    padding-top: 125px;
  }
  /*.rest-of-site {padding-top: 82px;}*/
  body.page-template-page-shop .banner-inner li.slick-current::before {
    content: "";
    display: block;
    width: 600px;
    height: 30vw;
    position: absolute;
    z-index: 1;
    margin: 4.5vw auto;
    right: 0;
    left: 0;
    max-width: 90%;
  }
  body.page-template-page-shop.page-id-414514
    .banner-inner
    li.slick-current::before {
    background-size: contain;
  }
  body.page-template-page-shop .banner-inner .deli-logo {
    display: none;
  }
  body.page-template-page-shop
    .banner
    li
    .info
    .cols.cols-padding
    > div
    + div
    *
    + h5 {
    margin-top: 40px;
  }
  body.page-template-page-shop .banner li .info * {
    text-align: left !important;
    color: #fff;
  }
}

@media (max-width: 1000px) {
  /*.terms-section {display: none}*/
  /*.tax-title-wrapper {background-color: #CE9D6B}*/
  .terms-section {
  }
  .terms-section-inner {
    max-width: none;
  }
  .terms-section span {
    margin-bottom: 0;
  }
}

@media (max-width: 965px) {
  .column-2-wrap {
    column-count: 1;
    column-gap: 0;
  }
}

@media only screen and (max-width: 786px) {
  .splash-wrapper {
    flex-direction: column;
  }
  .splash-wrapper .splash-side .image-holder img {
    width: 30vh;
    max-width: 100%;
  }
  .splash-wrapper .splash-side h2 {
    font-size: 12px;
    line-height: 150%;
  }
}

/* MOBILE */

@media (max-width: 700px) {
  .desktop-el {
    display: none !important;
  }
  .mobile-el {
    display: block !important;
  }
  .mobile-el.inline-block {
    display: inline-block !important;
  }
  .mobile-el.inline {
    display: inline !important;
  }
  .post-grid .col a h3,
  .post-grid .col h3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

@media (max-width: 610px) {
  /*.banner.desktop{ display: none!important;}
    .banner.mobile{ display: block!important;}*/
}

@media (min-width: 1065px) {
  /* Fixed full width vimeo video */
  .header-holder-link {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .header-holder-link iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 580px) {
  body.page-template-page-shop .banner li .info .cols.cols-padding {
    flex-direction: column;
  }
  body.page-template-page-shop .banner li .info .cols.cols-padding > * {
    width: 100%;
  }
  body.page-template-page-shop .banner li .info .cols.cols-padding > * + div {
    margin-top: 40px;
  }

  .straps {
    flex-direction: column !important;
    row-gap: 20px !important;
  }
  .straps .image {
    flex-basis: 100%;
    max-width: 100%;
  }

  .straps .strap-content {
    flex-basis: 100%;
    max-width: 100%;
  }
  .related.products ul {
    flex-direction: column;
  }
  .related.products li {
    width: 100% !important;
    flex-basis: 100%;
  }
}